diff --git a/sineedgeprod_2025-05-29_11-56-57.sql b/sineedgeprod_2025-05-29_11-56-57.sql new file mode 100644 index 00000000..9ab72e86 --- /dev/null +++ b/sineedgeprod_2025-05-29_11-56-57.sql @@ -0,0 +1,3767 @@ +# ************************************************************ +# Antares - SQL Client +# Version 0.7.34 +# +# https://antares-sql.app/ +# https://github.com/antares-sql/antares +# +# Host: sineedge-prod.c5vaalihixyr.ap-south-1.rds.amazonaws.com (Source distribution 8.0.40) +# Database: sineedgeprod +# Generation time: 2025-05-29T11:57:50+05:30 +# ************************************************************ + + +/*!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 */; +SET NAMES utf8mb4; +/*!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 */; + + +# Dump of table c_entity_type +# ------------------------------------------------------------ + +CREATE TABLE `c_entity_type` ( + `entity_type_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`entity_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table c_list_of_masters +# ------------------------------------------------------------ + +CREATE TABLE `c_list_of_masters` ( + `master_id` int NOT NULL AUTO_INCREMENT, + `master_name` varchar(100) NOT NULL, + `constant_name` varchar(100) NOT NULL, + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`master_id`) +) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=latin1; + + + +# Dump of table c_pd_allocation_type +# ------------------------------------------------------------ + +CREATE TABLE `c_pd_allocation_type` ( + `pd_allocation_type_id` int NOT NULL AUTO_INCREMENT, + `pd_allocation_type_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` varchar(45) DEFAULT '1', + `pd_allocation_logic` varchar(45) DEFAULT NULL, + `default` tinyint DEFAULT '0', + PRIMARY KEY (`pd_allocation_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table c_pd_status +# ------------------------------------------------------------ + +CREATE TABLE `c_pd_status` ( + `pd_status_id` int NOT NULL AUTO_INCREMENT, + `pd_status_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `description` varchar(100) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `avail_pd_types` int DEFAULT '1', + PRIMARY KEY (`pd_status_id`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; + + + +# Dump of table h_common_masters +# ------------------------------------------------------------ + +CREATE TABLE `h_common_masters` ( + `log_id` int NOT NULL AUTO_INCREMENT, + `primary_key` varchar(10) DEFAULT NULL, + `table_name` varchar(100) DEFAULT NULL, + `field_name` varchar(100) DEFAULT NULL, + `old_value` varchar(100) DEFAULT NULL, + `new_value` varchar(100) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`log_id`), + KEY `pdid` (`primary_key`), + KEY `status` (`new_value`), + KEY `table_name` (`table_name`), + KEY `field_name` (`field_name`), + KEY `new_value` (`new_value`), + KEY `fk_createdby` (`fk_createdby`), + KEY `old_value` (`old_value`) +) ENGINE=InnoDB AUTO_INCREMENT=177025 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table h_pd_co_applicants_details +# ------------------------------------------------------------ + +CREATE TABLE `h_pd_co_applicants_details` ( + `pd_co_applicant_trigger_id` int NOT NULL AUTO_INCREMENT, + `pd_co_applicant_id` int NOT NULL, + `fk_pd_id` int DEFAULT NULL, + `applicant_name` varchar(65) DEFAULT NULL, + `applicant_type` tinyint DEFAULT '1' COMMENT 'Main or Co Applicant', + `mobile_no` varchar(25) DEFAULT NULL, + `email` varchar(50) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `isactive` tinyint DEFAULT NULL, + `relation` varchar(45) DEFAULT NULL, + PRIMARY KEY (`pd_co_applicant_trigger_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table h_pd_triggered +# ------------------------------------------------------------ + +CREATE TABLE `h_pd_triggered` ( + `pd_history_id` int NOT NULL AUTO_INCREMENT, + `pd_id` int NOT NULL, + `fk_lender_id` int DEFAULT NULL, + `fk_entity_billing_id` int DEFAULT NULL, + `lender_applicant_id` varchar(45) DEFAULT NULL, + `pd_date_of_initiation` date DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `fk_subproduct_id` int DEFAULT NULL, + `fk_pd_type` int DEFAULT NULL COMMENT 'Full or Field or Smart', + `pd_status` varchar(50) DEFAULT NULL, + `pd_specific_clarification` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `fk_pd_allocation_type` int DEFAULT NULL, + `fk_pd_allocated_to` int DEFAULT NULL, + `fk_pd_template_id` int DEFAULT NULL, + `fk_customer_segment` int DEFAULT NULL, + `pd_officier_final_judgement` varchar(45) DEFAULT NULL, + `pd_agency_id` int DEFAULT NULL, + `loan_amount` varchar(50) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int NOT NULL, + `pincode` varchar(10) DEFAULT NULL, + `bounce_reason` varchar(200) DEFAULT NULL, + `executive_id` int DEFAULT NULL, + `pd_contact_person` varchar(100) DEFAULT NULL, + `pd_contact_mobileno` varchar(20) DEFAULT NULL, + `scheduled_on` datetime DEFAULT NULL, + `completed_on` datetime DEFAULT NULL, + PRIMARY KEY (`pd_history_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table h_question_answers +# ------------------------------------------------------------ + +CREATE TABLE `h_question_answers` ( + `triggerid` int NOT NULL AUTO_INCREMENT, + `question_answer_id` int NOT NULL, + `fk_question_id` int DEFAULT NULL, + `answer` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`triggerid`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table h_questions +# ------------------------------------------------------------ + +CREATE TABLE `h_questions` ( + `triggerid` int NOT NULL AUTO_INCREMENT, + `question_id` int NOT NULL, + `question` text, + `description` text, + `fk_question_category` int DEFAULT NULL, + `fk_question_answertype` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`triggerid`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table h_user_profile +# ------------------------------------------------------------ + +CREATE TABLE `h_user_profile` ( + `triggerid` int NOT NULL AUTO_INCREMENT, + `userid` int NOT NULL, + `aws_name` varchar(100) DEFAULT NULL, + `first_name` varchar(50) DEFAULT NULL, + `last_name` varchar(50) DEFAULT NULL, + `email` varchar(45) DEFAULT NULL, + `mobile_no` varchar(15) DEFAULT NULL, + `profilepic` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `fk_entity_type_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `mpin` varchar(5) DEFAULT NULL, + `fk_entity_id` int DEFAULT NULL, + PRIMARY KEY (`triggerid`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table m_account_type +# ------------------------------------------------------------ + +CREATE TABLE `m_account_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + + + +# Dump of table m_address_type +# ------------------------------------------------------------ + +CREATE TABLE `m_address_type` ( + `address_type_id` int NOT NULL AUTO_INCREMENT, + `address_type` varchar(65) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`address_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; + + + +# Dump of table m_app_version_info +# ------------------------------------------------------------ + +CREATE TABLE `m_app_version_info` ( + `version_info_id` int NOT NULL AUTO_INCREMENT, + `version` varchar(10) DEFAULT NULL, + `release_notes` varchar(250) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`version_info_id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; + + + +# Dump of table m_asset_type +# ------------------------------------------------------------ + +CREATE TABLE `m_asset_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `flag` tinyint DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + + + +# Dump of table m_bounce_reasaon +# ------------------------------------------------------------ + +CREATE TABLE `m_bounce_reasaon` ( + `bounce_id` int NOT NULL AUTO_INCREMENT, + `bounce_reason_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedon` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`bounce_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_branch +# ------------------------------------------------------------ + +CREATE TABLE `m_branch` ( + `branch_id` int NOT NULL AUTO_INCREMENT, + `fk_city_id` int DEFAULT NULL, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`branch_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table m_bt_lender_list +# ------------------------------------------------------------ + +CREATE TABLE `m_bt_lender_list` ( + `bt_lender_list_id` int NOT NULL AUTO_INCREMENT, + `lender_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `lender_type` tinyint DEFAULT NULL COMMENT '1 - bank\n2 - HFC\n3 - NBFC', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`bt_lender_list_id`) +) ENGINE=InnoDB AUTO_INCREMENT=305 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_business_entity_type +# ------------------------------------------------------------ + +CREATE TABLE `m_business_entity_type` ( + `business_entity_type_id` int NOT NULL AUTO_INCREMENT, + `business_entity_type_name` varchar(100) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `section_label` varchar(100) DEFAULT NULL, + PRIMARY KEY (`business_entity_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_business_expenses +# ------------------------------------------------------------ + +CREATE TABLE `m_business_expenses` ( + `expense_item_id` int NOT NULL AUTO_INCREMENT, + `expense_item` varchar(50) NOT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`expense_item_id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; + + + +# Dump of table m_business_income +# ------------------------------------------------------------ + +CREATE TABLE `m_business_income` ( + `business_income_id` int NOT NULL AUTO_INCREMENT, + `business_income_item` varchar(4100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`business_income_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_city +# ------------------------------------------------------------ + +CREATE TABLE `m_city` ( + `city_id` int NOT NULL AUTO_INCREMENT, + `fk_state_id` int DEFAULT NULL, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`city_id`), + KEY `isactive` (`isactive`), + KEY `name` (`name`), + KEY `fk_state_id` (`fk_state_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7071 DEFAULT CHARSET=latin1; + + + +# Dump of table m_comments_on_locality +# ------------------------------------------------------------ + +CREATE TABLE `m_comments_on_locality` ( + `comments_on_locality_id` int NOT NULL AUTO_INCREMENT, + `rating` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`comments_on_locality_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + + + +# Dump of table m_company +# ------------------------------------------------------------ + +CREATE TABLE `m_company` ( + `company_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(100) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `city` varchar(45) DEFAULT NULL, + `state` varchar(45) DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `logo` varchar(45) DEFAULT NULL, + `company_master_createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`company_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; + + + +# Dump of table m_company_relationships +# ------------------------------------------------------------ + +CREATE TABLE `m_company_relationships` ( + `company_relationship_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + `is_salaried` tinyint(1) DEFAULT '0', + PRIMARY KEY (`company_relationship_id`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_countries +# ------------------------------------------------------------ + +CREATE TABLE `m_countries` ( + `country_id` int NOT NULL AUTO_INCREMENT, + `country_name` varchar(100) DEFAULT NULL, + `country_abbr` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `creadtedon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`country_id`) +) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_credit_pd_template +# ------------------------------------------------------------ + +CREATE TABLE `m_credit_pd_template` ( + `credit_pd_template_id` int NOT NULL AUTO_INCREMENT, + `template_name` varchar(45) DEFAULT NULL, + `template_desc` text, + `template` longtext, + `fk_entity_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `pd_form_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`credit_pd_template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=latin1; + + + +# Dump of table m_customer_behaviour +# ------------------------------------------------------------ + +CREATE TABLE `m_customer_behaviour` ( + `customer_behaviour_id` int NOT NULL AUTO_INCREMENT, + `description` varchar(65) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`customer_behaviour_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_customer_segment +# ------------------------------------------------------------ + +CREATE TABLE `m_customer_segment` ( + `customer_segment_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(100) DEFAULT NULL, + `abbr` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` varchar(45) DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`customer_segment_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; + + + +# Dump of table m_designation +# ------------------------------------------------------------ + +CREATE TABLE `m_designation` ( + `designation_id` int NOT NULL AUTO_INCREMENT, + `designation` varchar(65) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`designation_id`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; + + + +# Dump of table m_earning_members_status +# ------------------------------------------------------------ + +CREATE TABLE `m_earning_members_status` ( + `earning_member_status_id` int NOT NULL AUTO_INCREMENT, + `earning_member_status` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`earning_member_status_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_edu_qualification +# ------------------------------------------------------------ + +CREATE TABLE `m_edu_qualification` ( + `qualification_id` int NOT NULL AUTO_INCREMENT, + `qualification_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`qualification_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_end_use_of_topup +# ------------------------------------------------------------ + +CREATE TABLE `m_end_use_of_topup` ( + `end_use_of_topup_id` int NOT NULL AUTO_INCREMENT, + `end_use_of_topup` varchar(85) DEFAULT NULL, + `is_active` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`end_use_of_topup_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_enduse_of_loan +# ------------------------------------------------------------ + +CREATE TABLE `m_enduse_of_loan` ( + `enduse_of_loan_id` int NOT NULL AUTO_INCREMENT, + `enduse_of_loan` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_subproduct_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `is_other` tinyint DEFAULT '0', + PRIMARY KEY (`enduse_of_loan_id`) +) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=latin1; + + + +# Dump of table m_entity +# ------------------------------------------------------------ + +CREATE TABLE `m_entity` ( + `entity_id` int NOT NULL AUTO_INCREMENT, + `full_name` varchar(100) DEFAULT NULL, + `short_name` varchar(45) DEFAULT NULL, + `fk_entity_type_id` tinyint DEFAULT NULL, + `remarks` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `is_score_card_enabled` tinyint DEFAULT '0', + `is_otp_enabled` tinyint DEFAULT '0', + `is_sms_enabled` tinyint DEFAULT '0', + `is_mail_enabled` tinyint DEFAULT '0', + `is_app_notify_enabled` tinyint DEFAULT '0', + `avail_pd_types` int DEFAULT '1', + `is_qc_enabled` tinyint DEFAULT '0', + `is_vendor_visit_disabled` tinyint DEFAULT '0', + `is_dist_cal_enabled` tinyint DEFAULT '0', + `is_face_api_enabled` tinyint DEFAULT '0', + `digilocker_access` tinyint DEFAULT NULL, + PRIMARY KEY (`entity_id`), + UNIQUE KEY `short_name` (`short_name`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; + + + +# Dump of table m_entity_billing +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_billing` ( + `entity_billing_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_id` int DEFAULT NULL, + `billing_name` varchar(100) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `email` varchar(45) DEFAULT NULL, + `mobileno` varchar(45) DEFAULT NULL, + `gstno` varchar(20) DEFAULT NULL, + `pan` varchar(20) DEFAULT NULL, + `gststatecode` varchar(10) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `updatedon` datetime DEFAULT NULL, + `updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT NULL, + `createdby` int DEFAULT NULL, + `is_dist_cal_enabled` tinyint DEFAULT '0', + `geo_loc` varchar(50) DEFAULT NULL, + PRIMARY KEY (`entity_billing_id`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_billing_contact_info +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_billing_contact_info` ( + `entity_billing_contact_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_billing_id` int DEFAULT NULL, + `contact_person` varchar(60) DEFAULT NULL, + `contact_email` varchar(45) DEFAULT NULL, + `contact_mobile_no` varchar(15) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_billing_contact_id`) +) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1; + + + +# Dump of table m_entity_branch +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_branch` ( + `entity_branch_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_city_id` int DEFAULT NULL, + `fk_branch` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_branch_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_city +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_city` ( + `entity_city_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_state_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_city_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_disclaimer +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_disclaimer` ( + `entity_disclaimer_id` int NOT NULL AUTO_INCREMENT, + `disclaimer` text, + `fk_entity_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updateby` int DEFAULT NULL, + `type` tinyint DEFAULT '1', + `fk_product_id` varchar(45) DEFAULT NULL, + `fk_pd_type` int DEFAULT NULL, + PRIMARY KEY (`entity_disclaimer_id`) +) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=latin1; + + + +# Dump of table m_entity_fin_institutions +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_fin_institutions` ( + `entity_fin_institution_id` int NOT NULL AUTO_INCREMENT, + `institute_name` varchar(100) DEFAULT NULL, + `institute_email` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_entity_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_fin_institution_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + + + +# Dump of table m_entity_lender_branch +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_lender_branch` ( + `entity_lender_branch_id` int NOT NULL AUTO_INCREMENT, + `branch_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `fk_entity_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT NULL, + PRIMARY KEY (`entity_lender_branch_id`) +) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_pdprice_info +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_pdprice_info` ( + `entity_pdprice_id` int NOT NULL, + `fk_entity_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT NULL, + `fk_pd_type_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `fk_cs_id` int DEFAULT NULL, + PRIMARY KEY (`entity_pdprice_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_preferences +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_preferences` ( + `entity_preference_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_id` int DEFAULT NULL, + `preference_type` int DEFAULT NULL COMMENT '1 - product , 2 - cs, 3 - pd type, 4- sales_pd _product', + `values` varchar(250) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `default_value` varchar(5) DEFAULT NULL, + PRIMARY KEY (`entity_preference_id`) +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=latin1; + + + +# Dump of table m_entity_region_mapping +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_region_mapping` ( + `entity_region_map_id` int NOT NULL AUTO_INCREMENT, + `fk_region_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT '1', + `fk_entity_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_region_map_id`) +) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_state +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_state` ( + `entity_state_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_region_id` int DEFAULT NULL, + `fk_state_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_state_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_tat +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_tat` ( + `entity_tat_master_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_id` int DEFAULT NULL, + `tat1` int DEFAULT NULL, + `tat2` int DEFAULT NULL, + `tat3` int DEFAULT NULL, + `tat4` int DEFAULT NULL, + `tat5` int DEFAULT NULL, + `tat6` int DEFAULT NULL, + `tat7` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updateon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_tat_master_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_entity_tat_child +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_tat_child` ( + `entity_tat_child_id` int NOT NULL AUTO_INCREMENT, + `fk_city_id` int DEFAULT NULL, + `fk_pd_type_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_tat_master_id` int DEFAULT NULL, + PRIMARY KEY (`entity_tat_child_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_existing_loan_types +# ------------------------------------------------------------ + +CREATE TABLE `m_existing_loan_types` ( + `existing_loan_type_id` int NOT NULL AUTO_INCREMENT, + `loan_type_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`existing_loan_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_frequency +# ------------------------------------------------------------ + +CREATE TABLE `m_frequency` ( + `frequency_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `mutiple_factor` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`frequency_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + + + +# Dump of table m_industry_classification +# ------------------------------------------------------------ + +CREATE TABLE `m_industry_classification` ( + `industry_classification_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(60) NOT NULL, + `createdon` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int NOT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`industry_classification_id`) +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; + + + +# Dump of table m_insurance_type +# ------------------------------------------------------------ + +CREATE TABLE `m_insurance_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; + + + +# Dump of table m_investment_type +# ------------------------------------------------------------ + +CREATE TABLE `m_investment_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; + + + +# Dump of table m_lender_hierarchy +# ------------------------------------------------------------ + +CREATE TABLE `m_lender_hierarchy` ( + `lender_hierarchy_id` int NOT NULL AUTO_INCREMENT, + `lender_hierarchy` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`lender_hierarchy_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table m_level1 +# ------------------------------------------------------------ + +CREATE TABLE `m_level1` ( + `level1_id` int NOT NULL AUTO_INCREMENT, + `fk_category_id` int DEFAULT NULL, + `level1_weightage` varchar(5) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_scorecard_id` int DEFAULT NULL, + PRIMARY KEY (`level1_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_level2 +# ------------------------------------------------------------ + +CREATE TABLE `m_level2` ( + `level2_id` int NOT NULL AUTO_INCREMENT, + `fk_level1_id` int DEFAULT NULL, + `level2_weigthage` varchar(45) DEFAULT NULL, + `question_key` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_form_id` int DEFAULT NULL, + `calc_type` int DEFAULT NULL, + PRIMARY KEY (`level2_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_level3 +# ------------------------------------------------------------ + +CREATE TABLE `m_level3` ( + `level3_id` int NOT NULL AUTO_INCREMENT, + `fk_level2_id` int DEFAULT NULL, + `answer` varchar(150) DEFAULT NULL, + `answer_score` varchar(10) DEFAULT NULL, + `answer_max_score` varchar(10) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`level3_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_locality +# ------------------------------------------------------------ + +CREATE TABLE `m_locality` ( + `locality_id` int NOT NULL AUTO_INCREMENT, + `locality_name` varchar(65) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`locality_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + + + +# Dump of table m_mortage_properties +# ------------------------------------------------------------ + +CREATE TABLE `m_mortage_properties` ( + `mortage_property_id` int NOT NULL AUTO_INCREMENT, + `group_name` varchar(50) DEFAULT NULL, + `sub_group_name` varchar(45) DEFAULT NULL, + `property_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_cretaedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`mortage_property_id`) +) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_mortage_property_type +# ------------------------------------------------------------ + +CREATE TABLE `m_mortage_property_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_non_individual_entities +# ------------------------------------------------------------ + +CREATE TABLE `m_non_individual_entities` ( + `non_individual_entity_id` int NOT NULL AUTO_INCREMENT, + `non_individual_entity_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`non_individual_entity_id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_occupation_non_earning_members +# ------------------------------------------------------------ + +CREATE TABLE `m_occupation_non_earning_members` ( + `occupation_non_earning_member_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`occupation_non_earning_member_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + + + +# Dump of table m_otp_rejection +# ------------------------------------------------------------ + +CREATE TABLE `m_otp_rejection` ( + `otp_rejection_id` int NOT NULL AUTO_INCREMENT, + `rejection_reason` varchar(150) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`otp_rejection_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_payment_mode +# ------------------------------------------------------------ + +CREATE TABLE `m_payment_mode` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_pd_forms +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_forms` ( + `form_id` int NOT NULL AUTO_INCREMENT, + `pd_form_id` int DEFAULT NULL, + `pd_form_name` varchar(100) DEFAULT NULL, + `pd_form_description` varchar(100) DEFAULT NULL, + `pd_form_order` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `pd_form_level_order` int DEFAULT NULL, + `is_business_form` tinyint DEFAULT '0', + `business_order` tinyint DEFAULT NULL, + `is_addon_form` tinyint DEFAULT '0', + `form_template` longtext, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`form_id`), + KEY `pd_form_id` (`pd_form_id`) +) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pd_location_approach +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_location_approach` ( + `pd_location_approach_id` int NOT NULL AUTO_INCREMENT, + `description` varchar(65) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pd_location_approach_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + + + +# Dump of table m_pd_officiers_details +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_officiers_details` ( + `pd_officier_id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `fk_pd_type_id` int DEFAULT NULL, + `total` int DEFAULT '0', + `completed` int DEFAULT '0', + `inprogress` int DEFAULT '0', + `scheduled` int DEFAULT '0', + `allocated` int DEFAULT '0', + `fk_team_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` varchar(45) DEFAULT NULL, + PRIMARY KEY (`pd_officier_id`) +) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=latin1; + + + +# Dump of table m_pd_type +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_type` ( + `pd_type_id` int NOT NULL AUTO_INCREMENT, + `type_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pd_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_pdnotification +# ------------------------------------------------------------ + +CREATE TABLE `m_pdnotification` ( + `pdnotification_id` int NOT NULL, + `pd_status` varchar(25) DEFAULT NULL, + `sms_lender` tinyint(1) DEFAULT '0', + `sms_pdofficer` tinyint(1) DEFAULT '0', + `sms_pdincharge` tinyint(1) DEFAULT '0', + `sms_customer` tinyint DEFAULT '0', + `sms_qcteam` tinyint DEFAULT '0', + `mail_lender` tinyint(1) DEFAULT '0', + `mail_pdincharge` tinyint(1) DEFAULT '0', + `mail_pdofficer` tinyint(1) DEFAULT '0', + `mail_customer` tinyint DEFAULT '0', + `mail_qcteam` tinyint DEFAULT '0', + `app_lender` tinyint DEFAULT '0', + `app_pdofficer` tinyint DEFAULT '0', + `app_pdincharge` tinyint DEFAULT '0', + `app_customer` tinyint DEFAULT '0', + `app_qcteam` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pdnotification_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdnotification_msg +# ------------------------------------------------------------ + +CREATE TABLE `m_pdnotification_msg` ( + `msg_id` int NOT NULL AUTO_INCREMENT, + `pd_status` varchar(25) DEFAULT NULL, + `lender` varchar(500) DEFAULT NULL, + `pdofficer` varchar(500) DEFAULT NULL, + `pdincharge` varchar(500) DEFAULT NULL, + `customer` varchar(500) DEFAULT NULL, + `qc_team` varchar(500) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`msg_id`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdofficer_lender_mapping +# ------------------------------------------------------------ + +CREATE TABLE `m_pdofficer_lender_mapping` ( + `pdofficer_lender_map_id` int NOT NULL AUTO_INCREMENT, + `fk_lender_id` int DEFAULT NULL, + `fk_user_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdofficer_lender_map_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdofficer_recommendations +# ------------------------------------------------------------ + +CREATE TABLE `m_pdofficer_recommendations` ( + `pdofficer_recommendation_id` int NOT NULL AUTO_INCREMENT, + `pdofficer_recommendation` varchar(85) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pdofficer_recommendation_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdteam +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam` ( + `pdteam_id` int NOT NULL AUTO_INCREMENT, + `team_name` varchar(50) DEFAULT NULL, + `fk_lender_id` int DEFAULT NULL, + `team_type` tinyint DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pdteam_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdteam_city +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam_city` ( + `pdteam_city_id` int NOT NULL AUTO_INCREMENT, + `fk_city_id` int DEFAULT NULL, + `fk_pdteam_id` int DEFAULT NULL COMMENT 'it may be sine_edge team ID or Vendor ID.', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdteam_city_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdteam_customer_segment +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam_customer_segment` ( + `pdteam_customer_segment_id` int NOT NULL AUTO_INCREMENT, + `fk_pdteam_id` int DEFAULT NULL, + `fk_cs_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdteam_customer_segment_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pdteam_product +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam_product` ( + `pdteam_product_id` int NOT NULL AUTO_INCREMENT, + `fk_pdteam_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdteam_product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_personal_asset_grid +# ------------------------------------------------------------ + +CREATE TABLE `m_personal_asset_grid` ( + `personal_asset_grid_id` int NOT NULL AUTO_INCREMENT, + `loan_amount_from` varchar(50) DEFAULT NULL, + `loan_amount_to` varchar(50) DEFAULT NULL, + `avg_expected_value_assets` varchar(5) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`personal_asset_grid_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_personal_asset_grid_variance +# ------------------------------------------------------------ + +CREATE TABLE `m_personal_asset_grid_variance` ( + `personal_asset_grid_variance_id` int NOT NULL AUTO_INCREMENT, + `variance_ ratio_from` varchar(5) DEFAULT NULL, + `variance_ration_to` varchar(5) DEFAULT NULL, + `score` varchar(5) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`personal_asset_grid_variance_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_persons_met +# ------------------------------------------------------------ + +CREATE TABLE `m_persons_met` ( + `person_met_id` int NOT NULL AUTO_INCREMENT, + `person_met_name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`person_met_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + + + +# Dump of table m_photos +# ------------------------------------------------------------ + +CREATE TABLE `m_photos` ( + `photo_id` int NOT NULL AUTO_INCREMENT, + `photo_type_name` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `minimum_count` int DEFAULT '0', + `comments` varchar(250) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`photo_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pincode +# ------------------------------------------------------------ + +CREATE TABLE `m_pincode` ( + `pincode_id` int NOT NULL AUTO_INCREMENT, + `pincode` varchar(10) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `fk_state_id` int DEFAULT NULL, + PRIMARY KEY (`pincode_id`), + KEY `pincode` (`pincode`), + KEY `isactive` (`isactive`), + KEY `fk_state_id` (`fk_state_id`) +) ENGINE=InnoDB AUTO_INCREMENT=155584 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_plc_combination +# ------------------------------------------------------------ + +CREATE TABLE `m_plc_combination` ( + `plc_combination_id` int NOT NULL AUTO_INCREMENT, + `fk_product_id` int DEFAULT NULL, + `fk_entity_id` int DEFAULT NULL, + `fk_cs_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`plc_combination_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_pricing_info +# ------------------------------------------------------------ + +CREATE TABLE `m_pricing_info` ( + `pricing_info_id` int NOT NULL AUTO_INCREMENT, + `fk_lender_id` int DEFAULT NULL, + `slab_name` varchar(45) DEFAULT NULL, + `from` int DEFAULT '0', + `to` int DEFAULT '0', + `full_pd_di` varchar(15) DEFAULT NULL, + `full_pd_ai` varchar(15) DEFAULT NULL, + `smart_pd` varchar(15) DEFAULT NULL, + `tele_pd` varchar(15) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updateon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`pricing_info_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_products +# ------------------------------------------------------------ + +CREATE TABLE `m_products` ( + `product_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(65) DEFAULT NULL, + `abbr` varchar(25) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `prod_catagory` varchar(45) DEFAULT NULL, + `avail_pd_types` int DEFAULT '1', + PRIMARY KEY (`product_id`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1; + + + +# Dump of table m_properties +# ------------------------------------------------------------ + +CREATE TABLE `m_properties` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + + + +# Dump of table m_question_answer_type +# ------------------------------------------------------------ + +CREATE TABLE `m_question_answer_type` ( + `question_answer_type_id` int NOT NULL AUTO_INCREMENT, + `answer_type_name` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `flag` tinyint DEFAULT '1', + PRIMARY KEY (`question_answer_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_question_answers +# ------------------------------------------------------------ + +CREATE TABLE `m_question_answers` ( + `question_answer_id` int NOT NULL AUTO_INCREMENT, + `fk_question_id` int DEFAULT NULL, + `answer` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`question_answer_id`) +) ENGINE=InnoDB AUTO_INCREMENT=249 DEFAULT CHARSET=latin1; + + + +# Dump of table m_question_category +# ------------------------------------------------------------ + +CREATE TABLE `m_question_category` ( + `question_category_id` int NOT NULL AUTO_INCREMENT, + `category_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`question_category_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_question_key_mapping +# ------------------------------------------------------------ + +CREATE TABLE `m_question_key_mapping` ( + `question_key_mapping_id` int NOT NULL AUTO_INCREMENT, + `fk_form_id` int DEFAULT NULL, + `fk_category_id` int DEFAULT NULL, + `question` varchar(200) DEFAULT NULL, + `key` varchar(100) DEFAULT NULL, + `ismaster` tinyint DEFAULT '0', + `master_name` varchar(100) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`question_key_mapping_id`) +) ENGINE=InnoDB AUTO_INCREMENT=390 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_questions +# ------------------------------------------------------------ + +CREATE TABLE `m_questions` ( + `question_id` int NOT NULL AUTO_INCREMENT, + `question` text, + `description` text, + `fk_question_category` int DEFAULT NULL, + `fk_question_answertype` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`question_id`) +) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=latin1; + + + +# Dump of table m_regions +# ------------------------------------------------------------ + +CREATE TABLE `m_regions` ( + `region_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`region_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + + + +# Dump of table m_relation_with_business +# ------------------------------------------------------------ + +CREATE TABLE `m_relation_with_business` ( + `relation_with_business_id` int NOT NULL AUTO_INCREMENT, + `relation_with_business_name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`relation_with_business_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_relationships +# ------------------------------------------------------------ + +CREATE TABLE `m_relationships` ( + `relationship_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`relationship_id`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1; + + + +# Dump of table m_report_templates +# ------------------------------------------------------------ + +CREATE TABLE `m_report_templates` ( + `report_template_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `content` longblob, + PRIMARY KEY (`report_template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_residence_ownership +# ------------------------------------------------------------ + +CREATE TABLE `m_residence_ownership` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + + + +# Dump of table m_roles +# ------------------------------------------------------------ + +CREATE TABLE `m_roles` ( + `role_id` int NOT NULL AUTO_INCREMENT, + `role_name` varchar(100) DEFAULT NULL, + `role_description` varchar(100) DEFAULT NULL, + `role_type` int DEFAULT NULL COMMENT 'Entity Type', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`role_id`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_sales_pd_template +# ------------------------------------------------------------ + +CREATE TABLE `m_sales_pd_template` ( + `sales_pd_template_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `lender_id` int DEFAULT NULL, + `product_id` int DEFAULT NULL, + `pd_type` tinyint DEFAULT '1' COMMENT 'pd_type := 1 - sales, 2 - smc crdit', + `sales_pd_type` tinyint DEFAULT '1', + `template` text, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `createdby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`sales_pd_template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; + + + +# Dump of table m_scorecard +# ------------------------------------------------------------ + +CREATE TABLE `m_scorecard` ( + `scorecard_id` int NOT NULL AUTO_INCREMENT, + `scorecard_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`scorecard_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_scorecard_answers +# ------------------------------------------------------------ + +CREATE TABLE `m_scorecard_answers` ( + `score_answer_id` int NOT NULL AUTO_INCREMENT, + `fk_score_question_id` int DEFAULT NULL, + `answer` varchar(100) DEFAULT NULL, + `score` int DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`score_answer_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_scorecard_questions +# ------------------------------------------------------------ + +CREATE TABLE `m_scorecard_questions` ( + `score_question_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `fk_key` varchar(200) DEFAULT NULL, + `weightage` int DEFAULT NULL, + `calc_type` int DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`score_question_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_scripts +# ------------------------------------------------------------ + +CREATE TABLE `m_scripts` ( + `script_id` int NOT NULL AUTO_INCREMENT, + `script_name` varchar(100) DEFAULT NULL, + `script_content` varchar(2500) DEFAULT NULL, + PRIMARY KEY (`script_id`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_smc_credit_pd_forms +# ------------------------------------------------------------ + +CREATE TABLE `m_smc_credit_pd_forms` ( + `id` int NOT NULL AUTO_INCREMENT, + `form_id` int DEFAULT NULL, + `form_name` varchar(60) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `complete_check_enabled` tinyint DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1; + + + +# Dump of table m_smc_creditpd_imgs +# ------------------------------------------------------------ + +CREATE TABLE `m_smc_creditpd_imgs` ( + `id` int NOT NULL AUTO_INCREMENT, + `key_name` varchar(60) DEFAULT NULL, + `img_name` varchar(60) DEFAULT NULL, + `is_multiple` varchar(60) DEFAULT '0', + `isactive` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; + + + +# Dump of table m_smc_equipmentlist +# ------------------------------------------------------------ + +CREATE TABLE `m_smc_equipmentlist` ( + `id` int NOT NULL AUTO_INCREMENT, + `equipment` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1; + + + +# Dump of table m_smcvendorlist +# ------------------------------------------------------------ + +CREATE TABLE `m_smcvendorlist` ( + `id` int NOT NULL AUTO_INCREMENT, + `vendor` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; + + + +# Dump of table m_source_of_balance_transfer +# ------------------------------------------------------------ + +CREATE TABLE `m_source_of_balance_transfer` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + + + +# Dump of table m_source_of_other_income +# ------------------------------------------------------------ + +CREATE TABLE `m_source_of_other_income` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + + + +# Dump of table m_states +# ------------------------------------------------------------ + +CREATE TABLE `m_states` ( + `state_id` int NOT NULL AUTO_INCREMENT, + `fk_region_id` int DEFAULT NULL, + `name` varchar(45) DEFAULT NULL, + `code` varchar(15) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`state_id`), + KEY `name` (`name`), + KEY `code` (`code`), + KEY `isactive` (`isactive`), + KEY `fk_region_id` (`fk_region_id`) +) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1; + + + +# Dump of table m_status_of_construction +# ------------------------------------------------------------ + +CREATE TABLE `m_status_of_construction` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + + + +# Dump of table m_subproducts +# ------------------------------------------------------------ + +CREATE TABLE `m_subproducts` ( + `subproduct_id` int NOT NULL AUTO_INCREMENT, + `fk_product_id` int DEFAULT NULL, + `name` varchar(100) DEFAULT NULL, + `abbr` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`subproduct_id`) +) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template +# ------------------------------------------------------------ + +CREATE TABLE `m_template` ( + `template_id` int NOT NULL AUTO_INCREMENT, + `template_name` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_customer_segment` varchar(45) DEFAULT NULL, + PRIMARY KEY (`template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template_answer_weightage +# ------------------------------------------------------------ + +CREATE TABLE `m_template_answer_weightage` ( + `template_answer_weightage_id` int NOT NULL AUTO_INCREMENT, + `fk_template_question_id` int DEFAULT NULL COMMENT 'm_template_question table PK ', + `fk_question_answer_id` int DEFAULT NULL COMMENT 'question answer id of question masters.', + `template_answer_weightage` varchar(45) DEFAULT NULL, + `template_answer_remark` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` varchar(45) DEFAULT NULL, + PRIMARY KEY (`template_answer_weightage_id`) +) ENGINE=InnoDB AUTO_INCREMENT=862 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template_category_weightage +# ------------------------------------------------------------ + +CREATE TABLE `m_template_category_weightage` ( + `template_category_weightage_id` int NOT NULL AUTO_INCREMENT, + `fk_question_category_id` int DEFAULT NULL, + `fk_template_id` int DEFAULT NULL, + `weightage` varchar(15) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`template_category_weightage_id`) +) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template_forms +# ------------------------------------------------------------ + +CREATE TABLE `m_template_forms` ( + `template_form_id` int NOT NULL AUTO_INCREMENT, + `form_id` int DEFAULT NULL, + `fk_template_id` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`template_form_id`) +) ENGINE=InnoDB AUTO_INCREMENT=231 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_template_json_v2 +# ------------------------------------------------------------ + +CREATE TABLE `m_template_json_v2` ( + `id` int NOT NULL AUTO_INCREMENT, + `json` longtext, + `map_id` int DEFAULT NULL COMMENT 'm_template_mapping_v2.0 table`s PK ID', + `form_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_form_disabled` tinyint DEFAULT '0', + `is_group_form` tinyint DEFAULT '0', + `is_form_status` varchar(12) DEFAULT NULL COMMENT 'Dynamic Form Status', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template_lender_map +# ------------------------------------------------------------ + +CREATE TABLE `m_template_lender_map` ( + `template_lender_map_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `fk_lender_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `fk_customer_segment` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`template_lender_map_id`) +) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template_mapping_v2 +# ------------------------------------------------------------ + +CREATE TABLE `m_template_mapping_v2` ( + `id` int NOT NULL AUTO_INCREMENT, + `entity_id` int DEFAULT NULL, + `product_id` int DEFAULT NULL, + `customer_segment_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fi_type_id` int DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + + + +# Dump of table m_template_question +# ------------------------------------------------------------ + +CREATE TABLE `m_template_question` ( + `template_question_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `fk_question_id` int DEFAULT NULL, + `question_weightage` int DEFAULT NULL, + `question_answerable_by` tinyint DEFAULT '1', + `createdon` datetime DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_template_question_category_id` int DEFAULT NULL, + PRIMARY KEY (`template_question_id`) +) ENGINE=InnoDB AUTO_INCREMENT=367 DEFAULT CHARSET=latin1; + + + +# Dump of table m_titles +# ------------------------------------------------------------ + +CREATE TABLE `m_titles` ( + `title_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`title_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + + + +# Dump of table m_type_of_activity +# ------------------------------------------------------------ + +CREATE TABLE `m_type_of_activity` ( + `type_of_activity_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`type_of_activity_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + + + +# Dump of table m_uom +# ------------------------------------------------------------ + +CREATE TABLE `m_uom` ( + `uom_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `is_land_uom` tinyint DEFAULT '0', + PRIMARY KEY (`uom_id`) +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=latin1; + + + +# Dump of table m_user_config +# ------------------------------------------------------------ + +CREATE TABLE `m_user_config` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `config_type` int DEFAULT NULL COMMENT '1 - sales pd products', + `data` varchar(45) DEFAULT NULL COMMENT ' comma separated values', + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=573 DEFAULT CHARSET=latin1; + + + +# Dump of table m_user_lender_hierarchy +# ------------------------------------------------------------ + +CREATE TABLE `m_user_lender_hierarchy` ( + `user_lender_hierarchy_id` int NOT NULL AUTO_INCREMENT, + `fk_hierarchy_id` int DEFAULT NULL, + `fk_user_id` int DEFAULT NULL, + `report_read_access` tinyint DEFAULT NULL, + `report_write_access` tinyint DEFAULT NULL, + `pd_read_access` tinyint DEFAULT NULL, + `pd_write_access` tinyint DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`user_lender_hierarchy_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table m_user_notification_tokens +# ------------------------------------------------------------ + +CREATE TABLE `m_user_notification_tokens` ( + `notification_token_id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `web_token` varchar(200) DEFAULT NULL, + `mob_token` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`notification_token_id`) +) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_user_profile +# ------------------------------------------------------------ + +CREATE TABLE `m_user_profile` ( + `userid` int NOT NULL AUTO_INCREMENT, + `aws_name` varchar(100) DEFAULT NULL, + `first_name` varchar(50) DEFAULT NULL, + `last_name` varchar(50) DEFAULT NULL, + `email` varchar(45) DEFAULT NULL, + `mobile_no` varchar(15) DEFAULT NULL, + `profilepic` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `fk_entity_type_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_entity_id` int DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `mpin` varchar(5) DEFAULT NULL, + `designation` int DEFAULT NULL, + `fk_lender_branch_id` int DEFAULT NULL, + `user_type` varchar(15) DEFAULT NULL, + `smc_emp_code` varchar(10) DEFAULT NULL, + `smc_agency_id` int DEFAULT NULL, + `OTP` int DEFAULT NULL, + PRIMARY KEY (`userid`), + UNIQUE KEY `user_aws_name_UNIQUE` (`aws_name`), + UNIQUE KEY `email_UNIQUE` (`email`) +) ENGINE=InnoDB AUTO_INCREMENT=747 DEFAULT CHARSET=latin1; + + + +# Dump of table m_user_roles +# ------------------------------------------------------------ + +CREATE TABLE `m_user_roles` ( + `user_role_id` int NOT NULL AUTO_INCREMENT, + `user_role` varchar(45) DEFAULT NULL, + `fk_userid` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`user_role_id`) +) ENGINE=InnoDB AUTO_INCREMENT=1323 DEFAULT CHARSET=latin1; + + + +# Dump of table m_vehicle_type +# ------------------------------------------------------------ + +CREATE TABLE `m_vehicle_type` ( + `vehicle_type_id` int NOT NULL AUTO_INCREMENT, + `vehicle_type_name` varchar(100) DEFAULT NULL, + `is_active` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`vehicle_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table m_vendor_city_map +# ------------------------------------------------------------ + +CREATE TABLE `m_vendor_city_map` ( + `vendor_city_map_id` int NOT NULL AUTO_INCREMENT, + `fk_vendor_id` int DEFAULT NULL COMMENT 'Here it''s ', + `fk_city_id` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`vendor_city_map_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_MISreport_lenderwise_field_mapping +# ------------------------------------------------------------ + +CREATE TABLE `t_MISreport_lenderwise_field_mapping` ( + `id` int NOT NULL AUTO_INCREMENT, + `lender_short_name` varchar(10) DEFAULT NULL, + `column_list` varchar(700) DEFAULT NULL, + `column_title` varchar(700) DEFAULT NULL, + `created_date` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1; + + + +# Dump of table t_cus_link_meta_data +# ------------------------------------------------------------ + +CREATE TABLE `t_cus_link_meta_data` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `browser` varchar(50) DEFAULT NULL, + `platform` varchar(50) DEFAULT NULL, + `ip_address` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_cus_video +# ------------------------------------------------------------ + +CREATE TABLE `t_cus_video` ( + `cus_video_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `video_part_name` varchar(45) DEFAULT NULL, + `video_key` varchar(15) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `is_active` tinyint DEFAULT '1', + `pd_category` tinyint DEFAULT '1', + PRIMARY KEY (`cus_video_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_excel_column_ref_name +# ------------------------------------------------------------ + +CREATE TABLE `t_excel_column_ref_name` ( + `id` int NOT NULL AUTO_INCREMENT, + `ref` varchar(10) DEFAULT NULL, + `key_name` varchar(45) DEFAULT NULL, + `exact_name` varchar(45) DEFAULT NULL, + `section_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `parent_key` varchar(45) DEFAULT NULL, + `is_top` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_address +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_address` ( + `pd_address_id` int NOT NULL AUTO_INCREMENT, + `addressline1` varchar(150) DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_visited` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_pd_id` int DEFAULT NULL, + `other_pincode` varchar(10) DEFAULT NULL, + `is_primary` tinyint DEFAULT '0', + `assigned_pd` int DEFAULT NULL, + PRIMARY KEY (`pd_address_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_city` (`fk_city`), + KEY `fk_state` (`fk_state`) +) ENGINE=InnoDB AUTO_INCREMENT=26808 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_addtional_requirements +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_addtional_requirements` ( + `add_req_id` int NOT NULL AUTO_INCREMENT, + `add_requirement` varchar(500) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_pd_id` int DEFAULT NULL, + `is_insert_json` tinyint DEFAULT '0', + PRIMARY KEY (`add_req_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4485 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_answers +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_answers` ( + `pd_detail_answer_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_pd_detail_id` int DEFAULT NULL, + `pd_answer_id` int DEFAULT NULL, + `pd_answer` varchar(250) DEFAULT NULL, + `pd_answer_weightage` varchar(10) DEFAULT NULL, + `pd_answer_remark` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pd_detail_answer_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_assessed_income_details +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_assessed_income_details` ( + `pd_assessed_income_detail_id` int NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`pd_assessed_income_detail_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_assessed_income_estimation_of_gross_profit_type +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_assessed_income_estimation_of_gross_profit_type` ( + `calc_type_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `mode` tinyint DEFAULT NULL COMMENT 'mode 1 - sales - cost\nmode 2 - using gross/net margin', + `margin` tinyint DEFAULT NULL COMMENT '1 - gross\n2 - net', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_completed` tinyint DEFAULT '0', + `company_id` tinyint DEFAULT NULL, + `purchase_type` tinyint DEFAULT '1' COMMENT '1 - item wise purchasse details\n2 - bill wise purchasse details', + PRIMARY KEY (`calc_type_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=331 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_billing +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_billing` ( + `pd_billing_id` int NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`pd_billing_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_business_expenses +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_business_expenses` ( + `pd_expense_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `expense_item_id` int NOT NULL, + `expense_value` decimal(19,2) NOT NULL, + `fk_frequency_id` int NOT NULL, + `annual_expenses_value` decimal(19,2) NOT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int NOT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `company_id` tinyint DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + `other_expense_item` varchar(70) DEFAULT NULL, + PRIMARY KEY (`pd_expense_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_frequency_id` (`fk_frequency_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13867 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_business_income +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_business_income` ( + `pd_business_income_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `business_income_id` int DEFAULT NULL, + `income_value` decimal(19,2) DEFAULT '0.00', + `fk_frequency_id` int DEFAULT NULL, + `annual_income_value` decimal(19,2) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `other_income_item` varchar(100) DEFAULT NULL, + `other_frequncy_item` varchar(45) DEFAULT NULL, + `company_id` tinyint DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + PRIMARY KEY (`pd_business_income_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_frequency_id` (`fk_frequency_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_category_weightage +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_category_weightage` ( + `pd_category_weightage_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_category_id` int DEFAULT NULL, + `pd_category_weightage` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `updatedby` int DEFAULT NULL, + PRIMARY KEY (`pd_category_weightage_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_category_id` (`fk_category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_co_applicants_details +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_co_applicants_details` ( + `pd_co_applicant_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `applicant_name` varchar(65) DEFAULT NULL, + `applicant_type` tinyint DEFAULT '0' COMMENT 'Main or Co Applicant', + `mobile_no` varchar(25) DEFAULT NULL, + `additional_mobile_no` varchar(25) DEFAULT NULL, + `landline` varchar(45) DEFAULT NULL, + `email` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `relation` varchar(45) DEFAULT NULL, + `company_name` varchar(100) DEFAULT NULL, + `applicant_title_name` int DEFAULT NULL, + `additional_pd_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `digi_locker_token` text, + `faceapi_result` longtext, + `facemark_image_generated` tinyint DEFAULT '0', + `facecrop` longtext, + PRIMARY KEY (`pd_co_applicant_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `type` (`applicant_type`) +) ENGINE=InnoDB AUTO_INCREMENT=69809 DEFAULT CHARSET=latin1 COMMENT=' '; + + + +# Dump of table t_pd_company +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_company` ( + `pd_company_id` int NOT NULL AUTO_INCREMENT, + `company_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_pd_id` int DEFAULT NULL, + PRIMARY KEY (`pd_company_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_details +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_details` ( + `pd_detail_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_category_id` int DEFAULT NULL, + `fk_question_id` int DEFAULT NULL, + `pd_question` varchar(500) DEFAULT NULL, + `pd_question_weightage` int DEFAULT NULL, + `fk_createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `createdby` int DEFAULT NULL, + `fk_updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `updatedby` int DEFAULT NULL, + `question_remark` varchar(250) DEFAULT NULL, + PRIMARY KEY (`pd_detail_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_docs_to_be_collected +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_docs_to_be_collected` ( + `pd_doc_to_be_collect_id` int NOT NULL AUTO_INCREMENT, + `doc_name` varchar(100) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_pd_id` int DEFAULT NULL, + PRIMARY KEY (`pd_doc_to_be_collect_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=99 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_documents +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_documents` ( + `pd_document_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_pd_detail_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `co_applicant_id` int DEFAULT NULL, + `img_type` tinyint DEFAULT NULL, + `image_key` varchar(50) DEFAULT NULL, + `pd_document_title` varchar(100) DEFAULT NULL, + `pd_document_name` varchar(100) DEFAULT NULL, + `pd_image_alias_name` varchar(100) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `company_id` varchar(5) DEFAULT NULL, + `is_show_report` tinyint DEFAULT NULL, + `is_name_editable` tinyint DEFAULT '0', + `rental_count_id` tinyint DEFAULT NULL, + `location` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `retake_flag` tinyint DEFAULT '0', + `content_type` tinyint DEFAULT '1', + `docs_merge` tinyint DEFAULT '0', + PRIMARY KEY (`pd_document_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_pd_detail_id` (`fk_pd_detail_id`), + KEY `fk_form_id` (`fk_form_id`), + KEY `Custom` (`fk_pd_id`,`fk_form_id`,`co_applicant_id`,`img_type`,`company_id`,`isactive`,`retake_flag`,`is_show_report`,`rental_count_id`) +) ENGINE=InnoDB AUTO_INCREMENT=104268 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_expenses +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_expenses` ( + `pd_expense_id` int NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`pd_expense_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_form_details +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_form_details` ( + `pd_form_detail_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `iteration` int DEFAULT NULL, + `iter_column_name` varchar(250) DEFAULT NULL, + `iter_sub_column_name` varchar(250) DEFAULT NULL, + `column_name` varchar(250) DEFAULT NULL, + `column_id` int DEFAULT NULL, + `column_value` varchar(250) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pd_form_detail_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_form_id` (`fk_form_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_form_details_json +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_form_details_json` ( + `pd_form_detail_json_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `company_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `json` longblob, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `processed_json` longblob, + `form_score` decimal(5,2) DEFAULT '0.00', + `rental_count_id` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `template_id` int DEFAULT NULL, + PRIMARY KEY (`pd_form_detail_json_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_form_id` (`fk_form_id`), + KEY `company_id` (`company_id`), + KEY `isactive` (`isactive`), + KEY `rental_count_id` (`rental_count_id`), + KEY `fk_pd_id_2` (`fk_pd_id`), + KEY `fk_form_id_2` (`fk_form_id`), + KEY `company_id_2` (`company_id`), + KEY `isactive_2` (`isactive`) +) ENGINE=InnoDB AUTO_INCREMENT=334463 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_household_expense +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_household_expense` ( + `household_expense_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `expense_item` varchar(50) NOT NULL, + `expense_value` decimal(19,2) NOT NULL, + `fk_frequency_id` int NOT NULL, + `annual_expense_value` decimal(19,2) NOT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int NOT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `company_id` tinyint DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + PRIMARY KEY (`household_expense_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_inline_photo_form_status +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_inline_photo_form_status` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `is_general_photo_saved` tinyint DEFAULT '0', + `is_business_photo_saved` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=148 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_invoice +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_invoice` ( + `pd_invoice_id` int NOT NULL AUTO_INCREMENT, + PRIMARY KEY (`pd_invoice_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_lender_sno +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_lender_sno` ( + `lender_short_name` varchar(25) DEFAULT NULL, + `pd_sno` varchar(10) DEFAULT NULL, + `fk_entity_id` int NOT NULL, + PRIMARY KEY (`fk_entity_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1 COMMENT=' '; + + + +# Dump of table t_pd_log +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_log` ( + `pd_log_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `pd_log` varchar(50) DEFAULT NULL, + `logtime` datetime DEFAULT CURRENT_TIMESTAMP, + `createdby` int DEFAULT NULL, + PRIMARY KEY (`pd_log_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_officer_current_location +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_officer_current_location` ( + `pd_officer_current_location_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `current_location` varchar(150) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`pd_officer_current_location_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=640506 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_purchase_billwise +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_purchase_billwise` ( + `pbw_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `purchase_item` varchar(50) NOT NULL, + `fk_createdby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `company_id` tinyint DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + `other_purchase_item` varchar(50) DEFAULT NULL, + `annual_purchase_value` decimal(19,2) DEFAULT NULL, + PRIMARY KEY (`pbw_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_purchase_billwise_child +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_purchase_billwise_child` ( + `pbwc_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_pbw_id` int DEFAULT NULL, + `purchase_date` datetime NOT NULL, + `purchase_value` decimal(19,2) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_purchase_id` int DEFAULT NULL, + PRIMARY KEY (`pbwc_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `fk_pbw_id` (`fk_pbw_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_purchase_details +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_purchase_details` ( + `purchase_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `purchase_item` varchar(50) NOT NULL, + `purchase_qty` int NOT NULL, + `fk_uom_id` int NOT NULL, + `rate_per_unit` int NOT NULL, + `fk_frequency_id` int NOT NULL, + `annual_purchase_value` int NOT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int NOT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `company_id` tinyint DEFAULT NULL, + `uom_other` varchar(50) DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + `purchase_type` tinyint DEFAULT '1' COMMENT '1 means Quantity and Value Information\n2 means value info with (Frequency, sale qty, and annual sale, if margin % and margin amount)', + `other_purchase_item` varchar(50) DEFAULT NULL, + PRIMARY KEY (`purchase_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_question_answer_documents +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_question_answer_documents` ( + `pd_question_answer_dcoument_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_detail_id` int DEFAULT NULL, + `question_answer_remark` varchar(150) DEFAULT NULL, + `question_answer_document_title` varchar(100) DEFAULT NULL, + `question_answer_document_name` varchar(100) DEFAULT NULL, + PRIMARY KEY (`pd_question_answer_dcoument_id`), + KEY `fk_pd_detail_id` (`fk_pd_detail_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_questions_remarks +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_questions_remarks` ( + `pd_question_remark_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_detail_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `questions_remark` varchar(250) DEFAULT NULL, + PRIMARY KEY (`pd_question_remark_id`), + KEY `fk_pd_detail_id` (`fk_pd_detail_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_remarks +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_remarks` ( + `pd_remark_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `remark` varchar(250) DEFAULT NULL, + `createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `is_revert_remark` tinyint DEFAULT '0', + PRIMARY KEY (`pd_remark_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=762 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_reports_version_blob +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_reports_version_blob` ( + `pd_report_version_blob_id` int NOT NULL AUTO_INCREMENT, + `version_no` int DEFAULT NULL, + `content` longblob, + `is_latest` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updateon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `fk_pd_id` int DEFAULT NULL, + `html_file_name` varchar(50) DEFAULT NULL, + PRIMARY KEY (`pd_report_version_blob_id`), + KEY `fk_pd_id` (`fk_pd_id`), + KEY `version_no` (`version_no`), + KEY `is_latest` (`is_latest`) +) ENGINE=InnoDB AUTO_INCREMENT=141 DEFAULT CHARSET=utf8mb3; + + + +# Dump of table t_pd_sales_calculated_by_itemwise +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_sales_calculated_by_itemwise` ( + `sci_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `sales_item` varchar(50) NOT NULL, + `sales_qty` decimal(19,2) DEFAULT NULL, + `fk_uom_id` int NOT NULL, + `rate_per_unit` decimal(19,2) NOT NULL, + `fk_frequency_id` int DEFAULT NULL, + `annual_sale_value` decimal(19,2) DEFAULT NULL, + `margin_per` decimal(19,2) DEFAULT NULL, + `margin_per_uom` decimal(19,2) DEFAULT NULL, + `margin_final_value` decimal(19,2) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `company_id` tinyint DEFAULT NULL, + `uom_other` varchar(50) DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + `sales_type` tinyint DEFAULT '1', + `other_sales_item` varchar(50) DEFAULT NULL, + PRIMARY KEY (`sci_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=308 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_sales_declared_by_customer +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_sales_declared_by_customer` ( + `sdc_id` int NOT NULL AUTO_INCREMENT, + `sales_declared_by_customer` decimal(19,2) NOT NULL, + `fk_pd_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `margin_per` decimal(19,2) DEFAULT NULL, + `margin_value` decimal(19,2) DEFAULT NULL, + `company_id` tinyint DEFAULT NULL, + `comments` varchar(500) CHARACTER SET big5 DEFAULT NULL, + PRIMARY KEY (`sdc_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=314 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_sales_item_monthwise +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_sales_item_monthwise` ( + `sim_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `sales_item` varchar(50) NOT NULL, + `fk_createdby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `company_id` tinyint DEFAULT NULL, + `comments` varchar(150) DEFAULT NULL, + `sales_type` tinyint DEFAULT '1', + `other_sales_item` varchar(50) DEFAULT NULL, + `margin_value` decimal(19,5) DEFAULT NULL, + `margin_per` decimal(19,5) DEFAULT NULL, + PRIMARY KEY (`sim_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_sales_item_monthwise_child +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_sales_item_monthwise_child` ( + `simc_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_sim_id` int DEFAULT NULL, + `sales_date` datetime NOT NULL, + `sales_value` decimal(19,2) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_frequency_id` int DEFAULT NULL, + `frequency_value` int DEFAULT NULL, + `fk_sci_id` int DEFAULT NULL, + PRIMARY KEY (`simc_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_schedule +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_schedule` ( + `pd_schedule_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `schedule_time` datetime DEFAULT NULL, + `fk_scheduled_by` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`pd_schedule_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_pd_triggered +# ------------------------------------------------------------ + +CREATE TABLE `t_pd_triggered` ( + `pd_id` int NOT NULL AUTO_INCREMENT, + `pd_sno` varchar(20) DEFAULT NULL, + `fk_lender_id` int DEFAULT NULL, + `sub_entity_id` int DEFAULT NULL, + `imgc_fin_institute` varchar(100) DEFAULT NULL, + `fk_entity_billing_id` int DEFAULT NULL, + `lender_applicant_id` varchar(100) DEFAULT NULL, + `pd_date_of_initiation` datetime DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `fk_subproduct_id` int DEFAULT NULL, + `fk_pd_type` int DEFAULT NULL COMMENT 'Full or Field or Smart', + `pd_status` varchar(50) DEFAULT NULL, + `pd_specific_clarification` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `fk_pd_allocation_type` int DEFAULT NULL, + `fk_pd_allocated_to` int DEFAULT NULL, + `fk_pd_template_id` int DEFAULT NULL, + `fk_customer_segment` int DEFAULT NULL, + `pd_officier_final_judgement` varchar(45) DEFAULT NULL, + `pd_agency_id` int DEFAULT NULL, + `vendor_pdofficer` int DEFAULT NULL, + `vendor_scheduled_on` datetime DEFAULT NULL, + `loan_amount` varchar(50) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `bounce_reason` varchar(200) DEFAULT NULL, + `bounce_reason_others` varchar(200) DEFAULT NULL, + `executive_id` int DEFAULT NULL, + `lender_sales_person` int DEFAULT NULL, + `lender_credit_person` int DEFAULT NULL, + `pd_contact_person` varchar(100) DEFAULT NULL, + `pd_contact_mobileno` varchar(20) DEFAULT NULL, + `pd_contact_person_mail` varchar(50) DEFAULT NULL, + `scheduled_on` datetime DEFAULT NULL, + `completed_on` datetime DEFAULT NULL, + `OTP` varchar(45) DEFAULT NULL, + `remarks` varchar(250) DEFAULT NULL, + `central_pd_officer_id` int DEFAULT NULL, + `is_original_report_created` tinyint DEFAULT NULL, + `pd_report_latest_version` varchar(50) DEFAULT NULL, + `pd_report_latest_version_blob` longblob, + `pd_branch_id` int DEFAULT NULL, + `qc_remarks` varchar(500) DEFAULT NULL, + `qc_rating` tinyint DEFAULT NULL, + `lender_feedback` varchar(500) DEFAULT NULL, + `lender_rating` tinyint DEFAULT NULL, + `qc_feedback` varchar(45) DEFAULT NULL, + `pd_contact_landline` varchar(45) DEFAULT NULL, + `initiate_location` varchar(100) DEFAULT NULL, + `start_location` varchar(100) DEFAULT NULL, + `complete_location` varchar(100) DEFAULT NULL, + `is_ogl` tinyint DEFAULT '0', + `ogl_limit` varchar(10) DEFAULT NULL, + `customer_link` varchar(150) DEFAULT NULL, + `other_pincode` varchar(10) DEFAULT NULL, + `encrypted_url` varchar(100) DEFAULT NULL, + `random_string` varchar(50) DEFAULT NULL, + `is_otp_done` tinyint DEFAULT '0', + `otp_reject_reason` int DEFAULT NULL, + `otp_reject_other_reason` varchar(100) DEFAULT NULL, + `is_child` tinyint DEFAULT '0', + `parent_pd_id` int DEFAULT NULL, + `fk_primary_address_id` int DEFAULT NULL, + `fk_address_id` int DEFAULT NULL, + `pd_report_generated_date` datetime DEFAULT NULL, + `satellite_image_base64_blob` longblob, + `pd_visit_date` datetime DEFAULT NULL, + `pd_report_html_filename` varchar(50) DEFAULT NULL, + `is_qc_edited` tinyint DEFAULT '0', + `is_zip_created` tinyint DEFAULT NULL, + `pd_qc_note` text, + `is_notify_enabled` tinyint DEFAULT '1', + `is_img_pdf_created` tinyint DEFAULT '0', + `is_cus_link_valid` tinyint DEFAULT '1', + `cus_link_count` tinyint DEFAULT '0', + `is_cus_link_disabled` tinyint DEFAULT '0', + `pd_completeness_override` tinyint DEFAULT '0', + `is_video_merged` tinyint DEFAULT '0', + `vendor_status` varchar(45) DEFAULT NULL, + `dupof` int DEFAULT NULL, + `vendor_manager_reject` varchar(150) DEFAULT NULL, + `complete_override_data` tinytext, + `excel_file_id` int DEFAULT NULL, + `mwise_sales_person` varchar(60) DEFAULT NULL, + `is_field_visit_done` tinyint DEFAULT '1', + `cancel_pd_remark` varchar(150) DEFAULT NULL, + `mis_report_remarks` varchar(45) DEFAULT NULL, + `pd_report_filename` varchar(45) DEFAULT NULL, + `gmeet_code` varchar(45) DEFAULT NULL, + `gmeet_id` varchar(45) DEFAULT NULL, + `facemark_image_generated` tinyint DEFAULT '0', + `faceapi_result` longtext, + `fk_fi_type_id` tinyint DEFAULT '0', + `is_the_data_transfer_cet` int DEFAULT '0', + PRIMARY KEY (`pd_id`), + KEY `fk_lender_id` (`fk_lender_id`), + KEY `fk_entity_billing_id` (`fk_entity_billing_id`), + KEY `lender_applicant_id` (`lender_applicant_id`), + KEY `pd_status` (`pd_status`), + KEY `fk_pd_allocated_to` (`fk_pd_allocated_to`), + KEY `fk_city` (`fk_city`), + KEY `pd_id` (`pd_id`), + KEY `fk_createdby` (`fk_createdby`), + KEY `pd_agency_id` (`pd_agency_id`), + KEY `vendor_pdofficer` (`vendor_pdofficer`), + KEY `parent_pd_id` (`parent_pd_id`), + KEY `vendor_status` (`vendor_status`), + FULLTEXT KEY `pd_sno` (`pd_sno`) +) ENGINE=InnoDB AUTO_INCREMENT=25951 DEFAULT CHARSET=latin1; + + + +# Dump of table t_purchase_declared_by_customer +# ------------------------------------------------------------ + +CREATE TABLE `t_purchase_declared_by_customer` ( + `pdc_id` int NOT NULL AUTO_INCREMENT, + `purchase_declared_by_customer` decimal(19,2) DEFAULT NULL, + `fk_pd_id` int DEFAULT NULL, + `company_id` tinyint DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `comments` varchar(250) DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`pdc_id`), + KEY `fk_pd_id` (`fk_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=latin1; + + + +# Dump of table t_rcm_state_mapping +# ------------------------------------------------------------ + +CREATE TABLE `t_rcm_state_mapping` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `fk_state_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1; + + + +# Dump of table t_salepd_docs +# ------------------------------------------------------------ + +CREATE TABLE `t_salepd_docs` ( + `doc_id` int NOT NULL AUTO_INCREMENT, + `fk_sales_pd_id` int DEFAULT NULL, + `img` mediumblob, + `img_name` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `location` varchar(100) DEFAULT NULL, + `rand_name` varchar(50) DEFAULT NULL, + PRIMARY KEY (`doc_id`), + KEY `fk_sales_pd_id` (`fk_sales_pd_id`), + KEY `img_name` (`img_name`) +) ENGINE=InnoDB AUTO_INCREMENT=146456 DEFAULT CHARSET=latin1; + + + +# Dump of table t_sales_pd_data +# ------------------------------------------------------------ + +CREATE TABLE `t_sales_pd_data` ( + `sales_pd_id` int NOT NULL AUTO_INCREMENT, + `sales_pd_sno` varchar(80) DEFAULT NULL, + `pd_json` mediumblob, + `lender_id` int DEFAULT NULL, + `product_id` int DEFAULT NULL, + `sales_pd_type` tinyint DEFAULT '1', + `applicant_id` varchar(50) DEFAULT NULL, + `applicant_name` varchar(50) DEFAULT NULL, + `city_id` int DEFAULT NULL, + `officer_name` varchar(50) DEFAULT NULL, + `createdby` int DEFAULT NULL, + `updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `is_pdf` tinyint DEFAULT '0', + `is_edited` tinyint DEFAULT '0', + `geo_location` varchar(50) DEFAULT NULL, + `status` varchar(15) DEFAULT 'STARTED', + `completed_date` datetime DEFAULT NULL, + `mail_status` varchar(45) DEFAULT NULL, + `is_cus_link_disabled` tinyint DEFAULT '0', + `rand_string` varchar(45) DEFAULT NULL, + `t_process_instance_id` varchar(60) DEFAULT NULL, + `loan_amount` varchar(45) DEFAULT NULL, + `pd_branch_id` int DEFAULT NULL, + `lender_sales_person` int DEFAULT NULL, + `lender_credit_person` int DEFAULT NULL, + `is_the_data_transfer_cet` int DEFAULT '0', + `redirect_email` varchar(50) DEFAULT NULL, + `pd_report_filename` varchar(45) DEFAULT NULL, + PRIMARY KEY (`sales_pd_id`) +) ENGINE=InnoDB AUTO_INCREMENT=17674 DEFAULT CHARSET=latin1; + + + +# Dump of table t_salespd_section_data +# ------------------------------------------------------------ + +CREATE TABLE `t_salespd_section_data` ( + `id` int NOT NULL AUTO_INCREMENT, + `sales_pd_id` int DEFAULT NULL, + `section_id` int DEFAULT NULL, + `status` varchar(15) DEFAULT NULL, + `section_data` mediumblob, + `createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`id`), + KEY `id` (`id`), + KEY `sales_pd_id` (`sales_pd_id`), + KEY `section_id` (`section_id`), + KEY `status` (`status`), + KEY `isactive` (`isactive`) +) ENGINE=InnoDB AUTO_INCREMENT=151273 DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_agency_list +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_agency_list` ( + `agency_id` int NOT NULL AUTO_INCREMENT, + `agency_name` varchar(100) DEFAULT NULL, + `agency_abbr` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_state_id` longtext, + `mail_id` varchar(100) DEFAULT NULL, + PRIMARY KEY (`agency_id`) +) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_credit_pd +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_credit_pd` ( + `smc_credit_pd` int NOT NULL AUTO_INCREMENT, + `fk_sales_pd_id` int NOT NULL, + `lender_id` int DEFAULT NULL, + `product_id` int DEFAULT NULL, + `smc_credit_pd_type` tinyint DEFAULT '1', + `applicant_id` varchar(50) DEFAULT NULL, + `applicant_name` varchar(50) DEFAULT NULL, + `officer_name` varchar(50) DEFAULT NULL, + `createdby` int DEFAULT NULL, + `updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `is_pdf` tinyint DEFAULT '0', + `is_edited` tinyint DEFAULT '0', + `smc_credit_pd_sno` varchar(80) DEFAULT NULL, + `geo_location` varchar(50) DEFAULT NULL, + `status` varchar(15) DEFAULT 'STARTED', + `completed_date` datetime DEFAULT NULL, + `mail_status` varchar(45) DEFAULT NULL, + `is_cus_link_disabled` tinyint DEFAULT '0', + `rand_string` varchar(45) DEFAULT NULL, + PRIMARY KEY (`smc_credit_pd`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_credit_pd_docs +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_credit_pd_docs` ( + `doc_id` int NOT NULL AUTO_INCREMENT, + `fk_smc_credit_pd_id` int DEFAULT NULL, + `img` mediumblob, + `img_name` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `location` varchar(100) DEFAULT NULL, + `rand_name` varchar(100) DEFAULT NULL, + PRIMARY KEY (`doc_id`), + KEY `fk_smc_credit_pd_id` (`fk_smc_credit_pd_id`) USING BTREE, + KEY `img_name` (`img_name`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=97551 DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_credit_pd_product_form_mapping +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_credit_pd_product_form_mapping` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_product_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `complete_check_enabled` tinyint DEFAULT NULL, + `form_order_level` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=70 DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_credit_pd_section_data +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_credit_pd_section_data` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `json` mediumblob, + `createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `is_reupload_data_fetched` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=99880 DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_excel_filelist +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_excel_filelist` ( + `id` int NOT NULL AUTO_INCREMENT, + `file_name` varchar(100) DEFAULT NULL, + `rand_key` varchar(15) DEFAULT NULL, + `modified_fname` varchar(100) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_pd_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=15697 DEFAULT CHARSET=latin1; + + + +# Dump of table t_smc_temp_address +# ------------------------------------------------------------ + +CREATE TABLE `t_smc_temp_address` ( + `id` int NOT NULL AUTO_INCREMENT, + `file_id` int NOT NULL, + `addressline` varchar(100) DEFAULT NULL, + `city` int DEFAULT NULL, + `state` int DEFAULT NULL, + `pincode` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=50746 DEFAULT CHARSET=latin1; + + + +# Dump of table t_vendor_form_status +# ------------------------------------------------------------ + +CREATE TABLE `t_vendor_form_status` ( + `vfs_id` int NOT NULL AUTO_INCREMENT, + `fk_form_id` int DEFAULT NULL, + `fk_pd_id` int DEFAULT NULL, + `form_status` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`vfs_id`), + KEY `CUSTOM` (`fk_form_id`,`fk_pd_id`,`form_status`) +) ENGINE=InnoDB AUTO_INCREMENT=6551 DEFAULT CHARSET=latin1; + + + +# Dump of table t_video_room_info +# ------------------------------------------------------------ + +CREATE TABLE `t_video_room_info` ( + `video_room_info_id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `room_id` varchar(60) DEFAULT NULL, + `composition_id` varchar(60) DEFAULT NULL, + `is_call_ended` tinyint DEFAULT '0', + `res_json` mediumtext, + `twilo_status` varchar(15) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `s3_copied` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + `is_uploaded` tinyint DEFAULT '0', + `short_link_created_date` datetime DEFAULT NULL, + `vsp` varchar(45) DEFAULT NULL, + `pd_category` tinyint DEFAULT '1', + `user_id` smallint DEFAULT NULL, + PRIMARY KEY (`video_room_info_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5950 DEFAULT CHARSET=latin1; + + + +# Dump of table t_xtra_check +# ------------------------------------------------------------ + +CREATE TABLE `t_xtra_check` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_pd_id` int DEFAULT NULL, + `flag` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=218 DEFAULT CHARSET=latin1; + + + +# Dump of views +# ------------------------------------------------------------ + +# Creating temporary tables to overcome VIEW dependency errors +CREATE TABLE `PD_MIS`( + `created_on` DATETIME NULL , + `pd_sno` VARCHAR(20) NULL COLLATE latin1_swedish_ci, + `applicant` VARCHAR(65) NULL COLLATE latin1_swedish_ci, + `application_id` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `sineedge_ref` INT(10) NOT NULL , + `lender` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `lender_contact` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `branch` VARCHAR(100) NULL COLLATE utf8mb3_general_ci, + `address_visited` VARCHAR(150) NULL COLLATE utf8mb3_general_ci, + `city` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `state` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `pincode` VARCHAR(10) NULL COLLATE utf8mb3_general_ci, + `is_outside_city_limit` VARCHAR(3) NOT NULL COLLATE utf8mb4_0900_ai_ci, + `pd_agency` VARCHAR(45) NOT NULL COLLATE latin1_swedish_ci, + `product` VARCHAR(65) NULL COLLATE latin1_swedish_ci, + `sub_product` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `pd_type` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `cust_seg` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `loan_amount` VARCHAR(50) NULL COLLATE latin1_swedish_ci, + `pd_officer` VARCHAR(50) NULL COLLATE latin1_swedish_ci, + `remarks` VARCHAR(250) NULL COLLATE latin1_swedish_ci, + `current_status` VARCHAR(50) NULL COLLATE latin1_swedish_ci, + `draft` DATETIME NULL , + `triggered` DATETIME NULL , + `allocated` DATETIME NULL , + `bounced` DATETIME NULL , + `accepted` DATETIME NULL , + `scheduled` DATETIME NULL , + `initiated` DATETIME NULL , + `started` DATETIME NULL , + `inprogress` DATETIME NULL , + `completed` DATETIME NULL , + `qc_complete` DATETIME NULL , + `mis_report_remarks` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `institute_name` VARCHAR(100) NULL COLLATE latin1_swedish_ci +); + +CREATE TABLE `PD_TAT`( + `PD` VARCHAR(10) NULL COLLATE utf8mb3_general_ci, + `pd_sno` VARCHAR(20) NULL COLLATE latin1_swedish_ci, + `Draft` DATETIME NULL , + `Triggered` DATETIME NULL , + `Allocated` DATETIME NULL , + `Bounced` DATETIME NULL , + `bounced_old_status` VARCHAR(100) NULL COLLATE utf8mb3_general_ci, + `Accepted` DATETIME NULL , + `Scheduled` DATETIME NULL , + `Initiated` DATETIME NULL , + `Started` DATETIME NULL , + `Inprogress` DATETIME NULL , + `Completed` DATETIME NULL , + `QCComplete` DATETIME NULL , + `tat` INT(10) NULL , + `mis_report_remarks` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `address_visited` VARCHAR(253) NULL COLLATE utf8mb3_general_ci +); + +DROP TABLE IF EXISTS `PD_MIS`; +CREATE ALGORITHM=UNDEFINED DEFINER=`dbadmin`@`%` SQL SECURITY DEFINER VIEW `PD_MIS` AS select `a`.`createdon` AS `created_on`,`a`.`pd_sno` AS `pd_sno`,`b`.`applicant_name` AS `applicant`,`a`.`lender_applicant_id` AS `application_id`,`a`.`pd_id` AS `sineedge_ref`,`c`.`short_name` AS `lender`,`a`.`pd_contact_person` AS `lender_contact`,`d`.`branch_name` AS `branch`,`pd_address`.`addressline1` AS `address_visited`,`e`.`name` AS `city`,`l`.`name` AS `state`,`pincode`.`pincode` AS `pincode`,if((`a`.`is_ogl` = 1),'Yes','NO') AS `is_outside_city_limit`,ifnull(`g`.`short_name`,'SineEdge') AS `pd_agency`,`h`.`name` AS `product`,`i`.`name` AS `sub_product`,`j`.`type_name` AS `pd_type`,`k`.`name` AS `cust_seg`,`a`.`loan_amount` AS `loan_amount`,`f`.`first_name` AS `pd_officer`,`a`.`remarks` AS `remarks`,`a`.`pd_status` AS `current_status`,`s`.`Draft` AS `draft`,`s`.`Triggered` AS `triggered`,`s`.`Allocated` AS `allocated`,`s`.`Bounced` AS `bounced`,`s`.`Accepted` AS `accepted`,`s`.`Scheduled` AS `scheduled`,`s`.`Initiated` AS `initiated`,`s`.`Started` AS `started`,`s`.`Inprogress` AS `inprogress`,`s`.`Completed` AS `completed`,`s`.`QCComplete` AS `qc_complete`,`a`.`mis_report_remarks` AS `mis_report_remarks`,`t`.`institute_name` AS `institute_name` from (((((((((((((((`t_pd_triggered` `a` left join `t_pd_co_applicants_details` `b` on(((`a`.`parent_pd_id` = `b`.`fk_pd_id`) and (`b`.`applicant_type` = 1)))) left join `t_pd_address` `pd_address` on(((`a`.`pd_id` = `pd_address`.`assigned_pd`) and (`a`.`fk_address_id` = `pd_address`.`pd_address_id`)))) left join `m_entity` `c` on((`a`.`fk_lender_id` = `c`.`entity_id`))) left join `m_entity_lender_branch` `d` on((`a`.`pd_branch_id` = `d`.`entity_lender_branch_id`))) left join `m_city` `e` on((`pd_address`.`fk_city` = `e`.`city_id`))) left join `m_user_profile` `f` on((`f`.`userid` = `a`.`fk_pd_allocated_to`))) left join `m_entity` `g` on((`f`.`fk_entity_id` = `g`.`entity_id`))) left join `m_products` `h` on((`a`.`fk_product_id` = `h`.`product_id`))) left join `m_subproducts` `i` on((`a`.`fk_subproduct_id` = `i`.`subproduct_id`))) left join `m_pd_type` `j` on((`a`.`fk_pd_type` = `j`.`pd_type_id`))) left join `m_customer_segment` `k` on((`a`.`fk_customer_segment` = `k`.`customer_segment_id`))) left join `m_states` `l` on((`pd_address`.`fk_state` = `l`.`state_id`))) left join `m_pincode` `pincode` on((`pd_address`.`pincode` = `pincode`.`pincode_id`))) left join `PD_TAT` `s` on((`a`.`pd_id` = `s`.`PD`))) left join `m_entity_fin_institutions` `t` on((`a`.`imgc_fin_institute` = `t`.`entity_fin_institution_id`))) where (`a`.`pd_status` <> 'TRUNCATED'); + +DROP TABLE IF EXISTS `PD_TAT`; +CREATE ALGORITHM=UNDEFINED DEFINER=`dbadmin`@`%` SQL SECURITY DEFINER VIEW `PD_TAT` AS select `a`.`primary_key` AS `PD`,`triggered`.`pd_sno` AS `pd_sno`,`b`.`createdon` AS `Draft`,`a`.`createdon` AS `Triggered`,`c`.`createdon` AS `Allocated`,`bounce`.`createdon` AS `Bounced`,`bounce`.`old_value` AS `bounced_old_status`,`d`.`createdon` AS `Accepted`,`e`.`createdon` AS `Scheduled`,`f`.`createdon` AS `Initiated`,`g`.`createdon` AS `Started`,`h`.`createdon` AS `Inprogress`,`i`.`createdon` AS `Completed`,`j`.`createdon` AS `QCComplete`,`tat`.`tat1` AS `tat`,`triggered`.`mis_report_remarks` AS `mis_report_remarks`,concat(`pd_address`.`addressline1`,' ',convert(`city`.`name` using utf8mb3),' ',convert(`state`.`name` using utf8mb3),' ',`pincode`.`pincode`) AS `address_visited` from ((((((((((((((((`sineedgedemo`.`h_common_masters` `a` left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `b` on(((`a`.`primary_key` = `b`.`primary_key`) and (`b`.`new_value` = 'DRAFT')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `c` on(((`a`.`primary_key` = `c`.`primary_key`) and (`c`.`new_value` = 'ALLOCATED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,`sineedgedemo`.`h_common_masters`.`old_value` AS `old_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `bounce` on(((`a`.`primary_key` = `bounce`.`primary_key`) and (`bounce`.`new_value` = 'BOUNCED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `d` on(((`a`.`primary_key` = `d`.`primary_key`) and (`d`.`new_value` = 'ACCEPTED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `e` on(((`a`.`primary_key` = `e`.`primary_key`) and (`e`.`new_value` = 'SCHEDULED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `f` on(((`a`.`primary_key` = `f`.`primary_key`) and (`f`.`new_value` = 'INITIATED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `g` on(((`a`.`primary_key` = `g`.`primary_key`) and (`g`.`new_value` = 'STARTED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `h` on(((`a`.`primary_key` = `h`.`primary_key`) and (`h`.`new_value` = 'INPROGRESS')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `i` on(((`a`.`primary_key` = `i`.`primary_key`) and (`i`.`new_value` = 'COMPLETED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `j` on(((`a`.`primary_key` = `j`.`primary_key`) and (`j`.`new_value` = 'QC_COMPLETED')))) join `sineedgedemo`.`t_pd_triggered` `triggered` on((`triggered`.`pd_id` = `a`.`primary_key`))) join `sineedgedemo`.`t_pd_address` `pd_address` on((`triggered`.`pd_id` = `pd_address`.`assigned_pd`))) join `sineedgedemo`.`m_city` `city` on((`pd_address`.`fk_city` = `city`.`city_id`))) join `sineedgedemo`.`m_states` `state` on((`pd_address`.`fk_state` = `state`.`state_id`))) join `sineedgedemo`.`m_pincode` `pincode` on((`pd_address`.`pincode` = `pincode`.`pincode_id`))) left join `sineedgedemo`.`m_entity_tat` `tat` on(((`triggered`.`pd_id` = `a`.`primary_key`) and (`triggered`.`fk_lender_id` = `tat`.`fk_entity_id`)))) group by `PD`; + + + +# Dump of triggers +# ------------------------------------------------------------ + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `m_entity_AFTER_INSERT` AFTER INSERT ON `m_entity` FOR EACH ROW BEGIN + INSERT INTO t_pd_lender_sno (lender_short_name,pd_sno,fk_entity_id) VALUES (NEW.short_name,'00000',NEW.entity_id); +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `t_pd_triggered_BEFORE_INSERT` BEFORE INSERT ON `t_pd_triggered` FOR EACH ROW BEGIN + DECLARE ENTITY_ID,ENTITY_SHORT_NAME,FINAL_PD_SNO,ENTITY_PD_SNO VARCHAR(25); + + SELECT lender_short_name, pd_sno, fk_entity_id INTO ENTITY_SHORT_NAME,ENTITY_PD_SNO, ENTITY_ID FROM t_pd_lender_sno WHERE fk_entity_id = NEW.fk_lender_id; + SET ENTITY_PD_SNO = ENTITY_PD_SNO + 1; + SET ENTITY_PD_SNO = LPAD(ENTITY_PD_SNO, 5, "0"); + SET FINAL_PD_SNO = concat(ENTITY_SHORT_NAME,ENTITY_PD_SNO); + UPDATE t_pd_lender_sno SET pd_sno = ENTITY_PD_SNO WHERE fk_entity_id = NEW.fk_lender_id; + SET new.pd_sno = FINAL_PD_SNO; + +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `t_pd_triggered_AFTER_INSERT` AFTER INSERT ON `t_pd_triggered` FOR EACH ROW BEGIN + DECLARE table_name VARCHAR(50) DEFAULT 't_pd_triggered'; + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (NEW.pd_id,table_name,'pd_status',null,NEW.pd_status,NEW.fk_createdby); +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `t_pd_triggered_BEFORE_UPDATE` BEFORE UPDATE ON `t_pd_triggered` FOR EACH ROW BEGIN + DECLARE flag TINYINT DEFAULT NULL; + DECLARE table_name VARCHAR(50) DEFAULT 't_pd_triggered'; + + -- fk_lender_id + SELECT STRCMP(BINARY OLD.fk_lender_id,NEW.fk_lender_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_lender_id',OLD.fk_lender_id,NEW.fk_lender_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- fk_entity_billing_id + SELECT STRCMP(BINARY OLD.fk_entity_billing_id,NEW.fk_entity_billing_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_entity_billing_id',OLD.fk_entity_billing_id,NEW.fk_entity_billing_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- lender_applicant_id + SELECT STRCMP(BINARY OLD.lender_applicant_id,NEW.lender_applicant_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'lender_applicant_id',OLD.lender_applicant_id,NEW.lender_applicant_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_date_of_initiation + SELECT STRCMP(BINARY OLD.pd_date_of_initiation,NEW.pd_date_of_initiation) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_date_of_initiation',OLD.pd_date_of_initiation,NEW.pd_date_of_initiation,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_product_id + SELECT STRCMP(BINARY OLD.fk_product_id,NEW.fk_product_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_product_id',OLD.fk_product_id,NEW.fk_product_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_subproduct_id + SELECT STRCMP(BINARY OLD.fk_subproduct_id,NEW.fk_subproduct_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_subproduct_id',OLD.fk_subproduct_id,NEW.fk_subproduct_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_type + SELECT STRCMP(BINARY OLD.fk_pd_type,NEW.fk_pd_type) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_pd_type',OLD.fk_pd_type,NEW.fk_pd_type,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_status + SELECT STRCMP(BINARY OLD.pd_status,NEW.pd_status) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_status',OLD.pd_status,NEW.pd_status,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- pd_specific_clarification + SELECT STRCMP(BINARY OLD.pd_specific_clarification,NEW.pd_specific_clarification) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_specific_clarification',OLD.pd_specific_clarification,NEW.pd_specific_clarification,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_allocation_type + SELECT STRCMP(BINARY OLD.fk_pd_allocation_type,NEW.fk_pd_allocation_type) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'lender_applicant_id',OLD.fk_pd_allocation_type,NEW.fk_pd_allocation_type,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_allocated_to + SELECT STRCMP(BINARY OLD.fk_pd_allocated_to,NEW.fk_pd_allocated_to) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_pd_allocated_to',OLD.fk_pd_allocated_to,NEW.fk_pd_allocated_to,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_template_id + SELECT STRCMP(BINARY OLD.fk_pd_template_id,NEW.fk_pd_template_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_pd_template_id',OLD.fk_pd_template_id,NEW.fk_pd_template_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_customer_segment + SELECT STRCMP(BINARY OLD.fk_customer_segment,NEW.fk_customer_segment) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_customer_segment',OLD.fk_customer_segment,NEW.fk_customer_segment,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_officier_final_judgement + SELECT STRCMP(BINARY OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_officier_final_judgement',OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_officier_final_judgement + SELECT STRCMP(BINARY OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_officier_final_judgement',OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_agency_id + SELECT STRCMP(BINARY OLD.pd_agency_id,NEW.pd_agency_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_agency_id',OLD.pd_agency_id,NEW.pd_agency_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- loan_amount + SELECT STRCMP(BINARY OLD.loan_amount,NEW.loan_amount) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'loan_amount',OLD.loan_amount,NEW.loan_amount,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- addressline1 + SELECT STRCMP(BINARY OLD.addressline1,NEW.addressline1) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'addressline1',OLD.addressline1,NEW.addressline1,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- addressline2 + SELECT STRCMP(BINARY OLD.addressline2,NEW.addressline2) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'addressline2',OLD.addressline2,NEW.addressline2,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- addressline3 + SELECT STRCMP(BINARY OLD.addressline3,NEW.addressline3) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'addressline3',OLD.addressline3,NEW.addressline3,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- fk_city + SELECT STRCMP(BINARY OLD.fk_city,NEW.fk_city) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_city',OLD.fk_city,NEW.fk_city,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_state + SELECT STRCMP(BINARY OLD.fk_state,NEW.fk_state) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_state',OLD.fk_state,NEW.fk_state,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pincode + SELECT STRCMP(BINARY OLD.pincode,NEW.pincode) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pincode',OLD.pincode,NEW.pincode,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- bounce_reason + -- SELECT STRCMP(BINARY OLD.bounce_reason,NEW.bounce_reason) INTO flag; + -- IF flag != 0 THEN + -- INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'bounce_reason',OLD.bounce_reason,NEW.bounce_reason,NEW.fk_updatedby); + -- SET flag = NULL; + -- END IF; + + + -- executive_id + SELECT STRCMP(BINARY OLD.executive_id,NEW.executive_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'executive_id',OLD.executive_id,NEW.executive_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_contact_person + SELECT STRCMP(BINARY OLD.pd_contact_person,NEW.pd_contact_person) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_contact_person',OLD.pd_contact_person,NEW.pd_contact_person,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- pd_contact_mobileno + SELECT STRCMP(BINARY OLD.pd_contact_mobileno,NEW.pd_contact_mobileno) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_contact_mobileno',OLD.pd_contact_mobileno,NEW.pd_contact_mobileno,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- scheduled_on + SELECT STRCMP(BINARY OLD.scheduled_on,NEW.scheduled_on) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'scheduled_on',OLD.scheduled_on,NEW.scheduled_on,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- completed_on + SELECT STRCMP(BINARY OLD.completed_on,NEW.completed_on) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'completed_on',OLD.completed_on,NEW.completed_on,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- central_pd_officer_id + SELECT STRCMP(BINARY OLD.central_pd_officer_id,NEW.central_pd_officer_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby,createdon) VALUES (OLD.pd_id,table_name,'central_pd_officer_id',OLD.central_pd_officer_id,NEW.central_pd_officer_id,NEW.fk_updatedby,NEW.updatedon); + SET flag = NULL; + END IF; + + -- vendor status + IF OLD.vendor_status is null AND NEW.vendor_status != '' THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby,createdon) VALUES (OLD.pd_id,table_name,'vendor_status',OLD.vendor_status,NEW.vendor_status,NEW.fk_updatedby,NEW.updatedon); + -- select 'FIRST LOG'; + ELSE + SELECT STRCMP(BINARY OLD.vendor_status,NEW.vendor_status) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby,createdon) VALUES (OLD.pd_id,table_name,'vendor_status',OLD.vendor_status,NEW.vendor_status,NEW.fk_updatedby,NEW.updatedon); + SET flag = NULL; + END IF; + END IF; +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + + + +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 */; + +# Dump completed on 2025-05-29T11:57:55+05:30 diff --git a/sineedgeprod_2025-05-29_12-22-38.sql b/sineedgeprod_2025-05-29_12-22-38.sql new file mode 100644 index 00000000..101cfc3b --- /dev/null +++ b/sineedgeprod_2025-05-29_12-22-38.sql @@ -0,0 +1,172731 @@ +# ************************************************************ +# Antares - SQL Client +# Version 0.7.34 +# +# https://antares-sql.app/ +# https://github.com/antares-sql/antares +# +# Host: sineedge-prod.c5vaalihixyr.ap-south-1.rds.amazonaws.com (Source distribution 8.0.40) +# Database: sineedgeprod +# Generation time: 2025-05-29T12:27:57+05:30 +# ************************************************************ + + +/*!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 */; +SET NAMES utf8mb4; +/*!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 */; + + +# Dump of table c_entity_type +# ------------------------------------------------------------ + +CREATE TABLE `c_entity_type` ( + `entity_type_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`entity_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `c_entity_type` WRITE; +/*!40000 ALTER TABLE `c_entity_type` DISABLE KEYS */; + +INSERT INTO `c_entity_type` (`entity_type_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "SINEEDGE", "0000-00-00 00:00:00", 1, "0000-00-00 00:00:00", 0, 1, 0), + (2, "LENDER", "0000-00-00 00:00:00", 1, "2018-10-18 05:32:22", 0, 1, 0), + (3, "VENDOR", "0000-00-00 00:00:00", 1, "0000-00-00 00:00:00", 0, 1, 0); + +/*!40000 ALTER TABLE `c_entity_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table c_list_of_masters +# ------------------------------------------------------------ + +CREATE TABLE `c_list_of_masters` ( + `master_id` int NOT NULL AUTO_INCREMENT, + `master_name` varchar(100) NOT NULL, + `constant_name` varchar(100) NOT NULL, + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`master_id`) +) ENGINE=InnoDB AUTO_INCREMENT=30 DEFAULT CHARSET=latin1; + +LOCK TABLES `c_list_of_masters` WRITE; +/*!40000 ALTER TABLE `c_list_of_masters` DISABLE KEYS */; + +INSERT INTO `c_list_of_masters` (`master_id`, `master_name`, `constant_name`, `is_others`, `isactive`) VALUES + (1, "Industry Classification", "INDUSTRYCLASSIFICATION", 0, 1), + (2, "Products", "PRODUCTS", 0, 1), + (3, "Sub Product", "SUBPRODUCTS", 0, 1), + (4, "Branch", "BRANCH", 0, 1), + (5, "City", "CITY", 0, 1), + (6, "State", "STATE", 0, 1), + (7, "Regions", "REGIONS", 0, 1), + (8, "Title", "TITLES", 0, 1), + (9, "Relation Ship", "RELATIONSHIPS", 0, 1), + (10, "Occupation of Non Earning Members", "OCCUPATIONMEMBERS", 0, 1), + (11, "Type of activity", "TYPEOFACTIVITY", 0, 1), + (12, "Unit of Measurement", "UOM", 0, 1), + (13, "Type of PD", "PDTYPE", 0, 1), + (14, "Type of PD Allocation", "PDALLOCATIONTYPE", 0, 1), + (15, "Approach to PD location", "PDLOCATIONAPPROACH", 0, 1), + (17, "Comments on locality", "COMMENTSONLOCALITY", 0, 1), + (18, "Behaviour of Customer ", "CUSTOMERBEHAVIOUR", 0, 1), + (19, "Customer Segment", "CUSTOMERSEGMENT", 0, 1), + (20, "Frequency", "FREQUENCY", 0, 1), + (22, "Company Details", "COMPANY", 0, 1), + (26, "PD Notification", "", 0, 1), + (27, "Question Category", "", 0, 1), + (28, "smc vendor list", "SALESVENDORLIST", 0, 1), + (29, "smc equipment list", "SALESEQUIPMENTLIST", 0, 1); + +/*!40000 ALTER TABLE `c_list_of_masters` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table c_pd_allocation_type +# ------------------------------------------------------------ + +CREATE TABLE `c_pd_allocation_type` ( + `pd_allocation_type_id` int NOT NULL AUTO_INCREMENT, + `pd_allocation_type_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` varchar(45) DEFAULT '1', + `pd_allocation_logic` varchar(45) DEFAULT NULL, + `default` tinyint DEFAULT '0', + PRIMARY KEY (`pd_allocation_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `c_pd_allocation_type` WRITE; +/*!40000 ALTER TABLE `c_pd_allocation_type` DISABLE KEYS */; + +INSERT INTO `c_pd_allocation_type` (`pd_allocation_type_id`, `pd_allocation_type_name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `pd_allocation_logic`, `default`) VALUES + (1, "AUTO", "2018-09-20 13:33:33", 1, "2018-10-16 07:14:40", 1, "1", "LOADBALANCE", 0), + (2, "AUTO", "2018-09-20 14:49:12", 1, "2018-10-16 07:14:40", 1, "1", "NEAREST", 0), + (3, "MANUAL", "2018-09-20 14:49:12", 1, "2018-10-16 07:14:40", 1, "1", NULL, 1); + +/*!40000 ALTER TABLE `c_pd_allocation_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table c_pd_status +# ------------------------------------------------------------ + +CREATE TABLE `c_pd_status` ( + `pd_status_id` int NOT NULL AUTO_INCREMENT, + `pd_status_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `description` varchar(100) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `avail_pd_types` int DEFAULT '1', + PRIMARY KEY (`pd_status_id`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; + +LOCK TABLES `c_pd_status` WRITE; +/*!40000 ALTER TABLE `c_pd_status` DISABLE KEYS */; + +INSERT INTO `c_pd_status` (`pd_status_id`, `pd_status_name`, `createdon`, `fk_createdby`, `updatedon`, `isactive`, `description`, `is_others`, `avail_pd_types`) VALUES + (1, "TRIGGERED", "2018-09-21 13:24:02", NULL, "2018-09-22 08:01:19", 1, "First time PD Trigger.", 0, 1), + (2, "ALLOCATED", "2018-09-21 13:24:02", NULL, "2018-09-24 14:18:40", 1, "PD Allocated to PD officer", 0, 1), + (3, "ACCEPTED", "2018-09-21 13:24:02", NULL, NULL, 1, "PD Accepted PD officer after Allocation", 0, 1), + (4, "BOUNCED", "2018-09-21 13:24:02", NULL, NULL, 1, "PD Not accepted by PD Officer", 0, 1), + (5, "SCHEDULED", "2018-09-21 13:24:02", NULL, NULL, 1, "PD Scheduled by PD Officer", 0, 1), + (6, "INITIATED", "2018-09-21 13:24:02", NULL, NULL, 1, "PD Initiated or Ready to go a PD", 0, 1), + (7, "STARTED", "2018-09-21 13:24:02", NULL, "2020-08-03 16:48:15", 1, "PD started by PD officer", 0, 3), + (8, "INPROGRESS", "2018-09-21 13:24:02", NULL, NULL, 1, "PD inprogress ", 0, 1), + (9, "COMPLETED", "2018-09-21 13:24:02", NULL, "2020-08-03 16:48:16", 1, "PD Completed", 0, 3), + (10, "QC_INPROGRESS", "2018-09-21 13:24:02", NULL, NULL, 1, "QC_INPROGRESS", 0, 1), + (11, "QC_COMPLETED", "2018-09-21 13:24:02", NULL, NULL, 1, "QC_COMPLETED", 0, 1), + (12, "PD_REPORT_GENERATED", "2018-09-21 13:24:02", NULL, "2018-10-09 09:06:08", 1, "PD_REPORT_ACCEPTED by Lender", 0, 1), + (13, "PD_CHNAGE_REQUEST", "2018-09-21 13:24:02", NULL, NULL, 1, "From Lender side requesting change of PD report", 0, 1), + (14, "ALLOCATED_TO_FIA", "2018-09-21 13:57:09", NULL, "2020-10-15 10:52:37", 1, "PD Allocated to PD agency not for PD officer", 0, 1), + (15, "ARCHIVED", "2018-09-22 07:47:07", NULL, NULL, 1, "ARCHIVED", 0, 1), + (16, "CANCELLED", "2018-09-22 07:47:07", NULL, NULL, 1, "CANCELLED", 0, 1), + (17, "DRAFT", "2018-10-03 10:32:46", NULL, "2018-10-09 09:08:33", 1, "DRAFT Version", 0, 1), + (18, "ADD_ON_PENDING", "2019-04-02 18:28:07", NULL, NULL, 1, "ADD_ON_PENDING", 0, 1), + (20, "FIA_ACCEPTED", "2020-09-29 12:02:11", NULL, "2020-10-15 10:52:37", 1, NULL, 0, 1), + (21, "FIA_REJECTED", "2020-09-29 12:02:11", NULL, "2020-10-15 10:52:37", 1, NULL, 0, 1); + +/*!40000 ALTER TABLE `c_pd_status` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_account_type +# ------------------------------------------------------------ + +CREATE TABLE `m_account_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_account_type` WRITE; +/*!40000 ALTER TABLE `m_account_type` DISABLE KEYS */; + +INSERT INTO `m_account_type` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Savings", 1, 0), + (2, "Current", 1, 0), + (3, "OD", 1, 0), + (4, "CC", 1, 0); + +/*!40000 ALTER TABLE `m_account_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_address_type +# ------------------------------------------------------------ + +CREATE TABLE `m_address_type` ( + `address_type_id` int NOT NULL AUTO_INCREMENT, + `address_type` varchar(65) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`address_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_address_type` WRITE; +/*!40000 ALTER TABLE `m_address_type` DISABLE KEYS */; + +INSERT INTO `m_address_type` (`address_type_id`, `address_type`, `isactive`, `is_others`) VALUES + (1, "Others ", 1, 1), + (2, "Clinic", 1, 0), + (3, "Factory", 1, 0), + (4, "Warehouse / Godown", 1, 0), + (5, "Shop", 1, 0), + (6, "Residence", 1, 0), + (7, "Residence cum Office", 1, 0), + (8, "Industrial Shed", 1, 0), + (9, "Workshop", 1, 0), + (10, "Business Centre", 1, 0), + (11, "Shared Office", 1, 0), + (12, "Office", 1, 0); + +/*!40000 ALTER TABLE `m_address_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_app_version_info +# ------------------------------------------------------------ + +CREATE TABLE `m_app_version_info` ( + `version_info_id` int NOT NULL AUTO_INCREMENT, + `version` varchar(10) DEFAULT NULL, + `release_notes` varchar(250) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`version_info_id`) +) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_app_version_info` WRITE; +/*!40000 ALTER TABLE `m_app_version_info` DISABLE KEYS */; + +INSERT INTO `m_app_version_info` (`version_info_id`, `version`, `release_notes`, `fk_createdby`, `fk_updatedby`, `createdon`, `updatedon`) VALUES + (1, "0.0.13", "Masters dumped in Local DB", 1, NULL, "2019-09-19 16:20:55", "2019-09-19 16:20:55"), + (2, "0.0.15", "Form slowness Issues Fixed", 1, NULL, "2019-09-20 23:02:48", "2019-09-20 23:02:48"), + (3, "0.0.16", "Trigger Changes, Bugs FIxed", 1, NULL, "2019-10-12 13:32:29", "2019-10-12 13:32:59"), + (4, "0.0.17", "Fron end watermark and Dup Check", 1, NULL, "2019-11-04 19:30:57", "2019-11-04 19:30:57"), + (5, "0.0.18", "KYC CHANGED & BUSINESS SAVE ISSUE", 1, NULL, "2019-11-05 18:38:49", "2019-11-21 22:26:57"), + (6, "0.0.19", "SALES PD SMC other LIVE Issues", 1, NULL, "2019-11-19 20:40:20", "2019-11-19 20:40:20"), + (7, "0.0.20", "SMC Fixes", 1, NULL, "2019-11-21 22:26:44", "2019-11-21 22:26:52"), + (8, "0.0.21", "Photo Issues Single", 1, NULL, "2019-11-30 10:07:30", "2019-11-30 10:07:30"), + (9, "0.0.22", "LOan Details Form Issue", 1, NULL, "2019-12-12 22:02:14", "2019-12-12 22:02:14"), + (10, "0.0.23", "NEW BL CASES SALARY AND CURRENT MAP LOCATION", NULL, NULL, "2020-01-28 20:18:31", "2020-01-28 20:18:31"), + (11, "0.0.24", "LAEP POS issue Fixed and Notification", NULL, NULL, "2020-02-13 22:21:04", "2020-02-13 22:21:04"), + (12, "0.0.25", "VER 4, Scanner, adv filters", NULL, NULL, "2020-03-27 20:26:03", "2020-03-27 20:26:03"), + (13, "0.0.28", "New Lender chnages, photo section", NULL, NULL, "2021-03-05 20:57:33", "2021-03-05 20:57:33"), + (14, "0.0.29", "Minor changes", NULL, NULL, "2021-08-16 21:44:45", "2021-08-16 21:44:45"), + (15, "0.0.30", "Minor changes", NULL, NULL, "2021-08-16 21:44:45", "2021-08-16 21:44:45"); + +/*!40000 ALTER TABLE `m_app_version_info` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_asset_type +# ------------------------------------------------------------ + +CREATE TABLE `m_asset_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `flag` tinyint DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_asset_type` WRITE; +/*!40000 ALTER TABLE `m_asset_type` DISABLE KEYS */; + +INSERT INTO `m_asset_type` (`id`, `name`, `isactive`, `flag`, `is_others`) VALUES + (1, "Others", 1, 1, 1), + (2, "Property", 1, 1, 0), + (3, "Vehicle", 1, 1, 0), + (4, "Equipments and machinery", 1, 1, 0), + (5, "Jewellery", 1, 0, 0), + (6, "Life Insurance Policy", 1, 0, 0), + (7, "Investments", 1, 0, 0); + +/*!40000 ALTER TABLE `m_asset_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_bounce_reasaon +# ------------------------------------------------------------ + +CREATE TABLE `m_bounce_reasaon` ( + `bounce_id` int NOT NULL AUTO_INCREMENT, + `bounce_reason_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedon` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`bounce_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_bounce_reasaon` WRITE; +/*!40000 ALTER TABLE `m_bounce_reasaon` DISABLE KEYS */; + +INSERT INTO `m_bounce_reasaon` (`bounce_id`, `bounce_reason_name`, `isactive`, `createdon`, `updatedon`, `fk_createdby`, `fk_updatedon`, `is_others`) VALUES + (1, "Others ", 1, "2018-11-30 14:33:33", "2019-01-14 15:58:58", 1, NULL, 1), + (2, "On leave", 1, "2018-11-30 14:33:34", "2018-11-30 14:33:34", 1, NULL, 0), + (3, "Booked for the day / time", 1, "2018-11-30 14:33:34", "2019-03-12 18:55:42", 1, NULL, 0), + (4, "Not possible due to distance", 1, "2018-11-30 14:33:34", "2019-03-12 18:55:31", 1, NULL, 0); + +/*!40000 ALTER TABLE `m_bounce_reasaon` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_branch +# ------------------------------------------------------------ + +CREATE TABLE `m_branch` ( + `branch_id` int NOT NULL AUTO_INCREMENT, + `fk_city_id` int DEFAULT NULL, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`branch_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + + + +# Dump of table m_bt_lender_list +# ------------------------------------------------------------ + +CREATE TABLE `m_bt_lender_list` ( + `bt_lender_list_id` int NOT NULL AUTO_INCREMENT, + `lender_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `lender_type` tinyint DEFAULT NULL COMMENT '1 - bank\n2 - HFC\n3 - NBFC', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`bt_lender_list_id`) +) ENGINE=InnoDB AUTO_INCREMENT=305 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_bt_lender_list` WRITE; +/*!40000 ALTER TABLE `m_bt_lender_list` DISABLE KEYS */; + +INSERT INTO `m_bt_lender_list` (`bt_lender_list_id`, `lender_name`, `isactive`, `lender_type`, `is_others`) VALUES + (1, "Others", 1, 1, 1), + (4, "Axis Bank Ltd.", 1, 1, 0), + (5, "Bandhan Bank Ltd.", 1, 1, 0), + (6, "Catholic Syrian Bank Ltd.", 1, 1, 0), + (7, "City Union Bank Ltd.", 1, 1, 0), + (8, "DCB Bank Ltd.", 1, 1, 0), + (9, "Dhanlaxmi Bank Ltd.", 1, 1, 0), + (10, "Federal Bank Ltd.", 1, 1, 0), + (11, "HDFC Bank Ltd", 1, 1, 0), + (12, "ICICI Bank Ltd.", 1, 1, 0), + (13, "IndusInd Bank Ltd", 1, 1, 0), + (14, "IDFC Bank Ltd.", 1, 1, 0), + (15, "Jammu & Kashmir Bank Ltd.", 1, 1, 0), + (16, "Karnataka Bank Ltd.", 1, 1, 0), + (17, "Karur Vysya Bank Ltd.", 1, 1, 0), + (18, "Kotak Mahindra Bank Ltd", 1, 1, 0), + (19, "Lakshmi Vilas Bank Ltd.", 1, 1, 0), + (20, "Nainital bank Ltd.", 1, 1, 0), + (21, "RBL Bank Ltd.", 1, 1, 0), + (22, "South Indian Bank Ltd.", 1, 1, 0), + (23, "Tamilnad Mercantile Bank Ltd.", 1, 1, 0), + (24, "YES Bank Ltd.", 1, 1, 0), + (25, "Coastal Local Area Bank Ltd", 1, 1, 0), + (26, "Krishna Bhima Samruddhi LAB Ltd", 1, 1, 0), + (27, "Subhadra Local Bank Ltd", 1, 1, 0), + (28, "Au Small Finance Bank Ltd.", 1, 1, 0), + (29, "Capital Small Finance Bank Ltd", 1, 1, 0), + (30, "Fincare Small Finance Bank Ltd.", 1, 1, 0), + (31, "Equitas Small Finance Bank Ltd", 1, 1, 0), + (32, "ESAF Small Finance Bank Ltd.", 1, 1, 0), + (33, "Suryoday Small Finance Bank Ltd.", 1, 1, 0), + (34, "Ujjivan Small Finance Bank Ltd.", 1, 1, 0), + (35, "Utkarsh Small Finance Bank Ltd.", 1, 1, 0), + (36, "North East Small finance Bank Ltd", 1, 1, 0), + (37, "Jana Small Finance Bank Ltd", 1, 1, 0), + (38, "Airtel Payments Bank Ltd", 1, 1, 0), + (39, "India Post Payments Bank Ltd", 1, 1, 0), + (40, "FINO Payments Bank Ltd", 1, 1, 0), + (41, "Paytm Payments Bank Ltd", 1, 1, 0), + (42, "Aditya Birla Idea Payments Bank Ltd.", 1, 1, 0), + (43, "Jio Payments Bank Ltd", 1, 1, 0), + (44, "NSDL Payments Bank Limited", 1, 1, 0), + (45, "Allahabad Bank", 1, 1, 0), + (46, "Andhra Bank", 1, 1, 0), + (47, "Bank of Baroda", 1, 1, 0), + (48, "Bank of India", 1, 1, 0), + (49, "Bank of Maharashtra", 1, 1, 0), + (50, "Canara Bank", 1, 1, 0), + (51, "Central Bank of India", 1, 1, 0), + (52, "Corporation Bank", 1, 1, 0), + (53, "Dena Bank", 1, 1, 0), + (54, "IDBI Bank Limited", 1, 1, 0), + (55, "Indian Bank", 1, 1, 0), + (56, "Indian Overseas Bank", 1, 1, 0), + (57, "Oriental Bank of Commerce", 1, 1, 0), + (58, "Punjab & Sind Bank", 1, 1, 0), + (59, "Punjab National Bank", 1, 1, 0), + (60, "State Bank of India", 1, 1, 0), + (61, "Syndicate Bank", 1, 1, 0), + (62, "UCO Bank", 1, 1, 0), + (63, "Union Bank of India", 1, 1, 0), + (64, "United Bank of India", 1, 1, 0), + (65, "Vijaya Bank", 1, 1, 0), + (66, "Australia and New Zealand Banking Group Ltd.", 1, 1, 0), + (67, "National Australia Bank", 1, 1, 0), + (68, "Westpac Banking Corporation", 1, 1, 0), + (69, "Bank of Bahrain & Kuwait BSC", 1, 1, 0), + (70, "AB Bank Ltd.", 1, 1, 0), + (71, "Sonali Bank Ltd. %", 1, 1, 0), + (72, "Bank of Nova Scotia", 1, 1, 0), + (73, "Industrial & Commercial Bank of China Ltd. #", 1, 1, 0), + (74, "BNP Paribas", 1, 1, 0), + (75, "Credit Agricole Corporate & Investment Bank #", 1, 1, 0), + (76, "Societe Generale", 1, 1, 0), + (77, "Deutsche Bank", 1, 1, 0), + (78, "HSBC Ltd #", 1, 1, 0), + (79, "PT Bank Maybank Indonesia TBK", 1, 1, 0), + (80, "Mizuho Bank Ltd.", 1, 1, 0), + (81, "Sumitomo Mitsui Banking Corporation", 1, 1, 0), + (82, "The Bank of Tokyo- Mitsubishi UFJ, Ltd.", 1, 1, 0), + (83, "SBM Bank (Mauritius) Ltd", 1, 1, 0), + (84, "Cooperatieve Rabobank U.A.", 1, 1, 0), + (85, "Doha Bank", 1, 1, 0), + (86, "Qatar National Bank SAQ", 1, 1, 0), + (87, "JSC VTB Bank", 1, 1, 0), + (88, "Sberbank", 1, 1, 0), + (89, "DBS Bank Ltd.", 1, 1, 0), + (90, "United Overseas Bank Ltd.", 1, 1, 0), + (91, "FirstRand Bank Ltd.", 1, 1, 0), + (92, "Shinhan Bank", 1, 1, 0), + (93, "Woori Bank", 1, 1, 0), + (94, "KEB Hana Bank", 1, 1, 0), + (95, "Industrial Bank of Korea #", 1, 1, 0), + (96, "Bank of Ceylon", 1, 1, 0), + (97, "Credit Suisse A.G", 1, 1, 0), + (98, "CTBC Bank Co., Ltd.", 1, 1, 0), + (99, "Krung Thai Bank Public Co. Ltd. $", 1, 1, 0), + (100, "Abu Dhabi Commercial Bank Ltd.", 1, 1, 0), + (101, "Mashreq Bank PSC", 1, 1, 0), + (102, "First Abu Dhabi Bank PJSC", 1, 1, 0), + (103, "Emirates NBD Bank PJSC", 1, 1, 0), + (104, "Barclays Bank Plc.", 1, 1, 0), + (105, "Standard Chartered Bank", 1, 1, 0), + (106, "The Royal Bank of Scotland plc", 1, 1, 0), + (107, "American Express Banking Corp.", 1, 1, 0), + (108, "Bank of America", 1, 1, 0), + (109, "Citibank N.A.", 1, 1, 0), + (110, "J.P. Morgan Chase Bank N.A.", 1, 1, 0), + (111, "National Bank for Agriculture and Rural Development", 1, 1, 0), + (112, "Export-Import Bank of India", 1, 1, 0), + (113, "National Housing Bank", 1, 1, 0), + (114, "Small Industries Development Bank of India", 1, 1, 0), + (115, "Andhra Pradesh Grameena Vikas Bank", 1, 1, 0), + (116, "Andhra Pragathi Grameena Bank", 1, 1, 0), + (117, "Chaitanya Godavari Grameena Bank", 1, 1, 0), + (118, "Telengana Grameena Bank", 1, 1, 0), + (119, "Saptagiri Grameena Bank", 1, 1, 0), + (120, "Arunachal Pradesh Rural Bank", 1, 1, 0), + (121, "Assam Gramin Vikash Bank", 1, 1, 0), + (122, "Langpi Dehangi Rural Bank", 1, 1, 0), + (123, "Bihar Gramin Bank", 1, 1, 0), + (124, "Madhya Bihar Gramin Bank", 1, 1, 0), + (125, "Uttar Bihar Gramin Bank", 1, 1, 0), + (126, "Chattisgarh Rajya Gramin Bank", 1, 1, 0), + (127, "Baroda Gujarat Gramin Bank", 1, 1, 0), + (128, "Dena Gujarat Gramin Bank", 1, 1, 0), + (129, "Saurashtra Gramin Bank", 1, 1, 0), + (130, "Sarva Haryana Gramin Bank", 1, 1, 0), + (131, "Himachal Pradesh Gramin Bank", 1, 1, 0), + (132, "Ellaquai Dehati Bank", 1, 1, 0), + (133, "Jammu & Kashmir Grameen Bank", 1, 1, 0), + (134, "Jharkhand Gramin Bank", 1, 1, 0), + (135, "Vananchal Gramin Bank", 1, 1, 0), + (136, "Kaveri Grameena Bank", 1, 1, 0), + (137, "Karnataka Vikas Grameena Bank", 1, 1, 0), + (138, "Pragathi Krishna Gramin Bank", 1, 1, 0), + (139, "Madhyanchal Gramin Bank", 1, 1, 0), + (140, "Narmada Jhabua Gramin Bank", 1, 1, 0), + (141, "Central Madhya Pradesh Gramin Bank", 1, 1, 0), + (142, "Vidharbha Konkan Gramin Bank", 1, 1, 0), + (143, "Maharashtra Gramin Bank", 1, 1, 0), + (144, "Manipur Rural Bank", 1, 1, 0), + (145, "Meghalaya Rural Bank", 1, 1, 0), + (146, "Mizoram Rural Bank", 1, 1, 0), + (147, "Nagaland Rural Bank ^", 1, 1, 0), + (148, "Utkal Grameen bank", 1, 1, 0), + (149, "Odisha Gramya Bank", 1, 1, 0), + (150, "Puduvai Bharathiar Grama Bank", 1, 1, 0), + (151, "Malwa Gramin Bank", 1, 1, 0), + (152, "Punjab Gramin Bank", 1, 1, 0), + (153, "Sutlej Gramin Bank", 1, 1, 0), + (154, "Baroda Rajasthan Kshetriya Gramin Bank", 1, 1, 0), + (155, "Rajasthan Marudhara Gramin Bank", 1, 1, 0), + (156, "Pallavan Grama Bank", 1, 1, 0), + (157, "Pandyan Grama Bank", 1, 1, 0), + (158, "Tripura Gramin Bank", 1, 1, 0), + (159, "Allahabad UP Gramin Bank", 1, 1, 0), + (160, "Gramin Bank of Aryavart", 1, 1, 0), + (161, "Baroda UP Gramin Bank", 1, 1, 0), + (162, "Kashi Gomti Samyut Gramin Bank", 1, 1, 0), + (163, "Prathama Bank", 1, 1, 0), + (164, "Purvanchal Bank", 1, 1, 0), + (165, "Sarva UP Gramin Bank", 1, 1, 0), + (166, "Uttarakhand Gramin Bank", 1, 1, 0), + (167, "Bangiya Gramin Vikas Bank", 1, 1, 0), + (168, "Paschim Banga Gramin Bank", 1, 1, 0), + (169, "Uttarbanga Kshetriya Gramin Bank", 1, 1, 0), + (170, "Kerala Gramin Bank", 1, 1, 0), + (171, "Aadhar Housing Finance Limited", 1, 2, 0), + (172, "Aditya Birla Housing Finance Limited", 1, 2, 0), + (173, "Akme Star Housing Finance Limited", 1, 2, 0), + (174, "Aptus Value Housing Finance India Limited", 1, 2, 0), + (175, "Aspire Home Finance Corporation Limited", 1, 2, 0), + (176, "Au Housing Finance Limited", 1, 2, 0), + (177, "Aviom India Housing Finance Private Limited", 1, 2, 0), + (178, "Bajaj Housing Finance Limited", 1, 2, 0), + (179, "Can Fin Homes Limited", 1, 2, 0), + (180, "Capital First Home Finance Limited", 1, 2, 0), + (181, "Capri Global Housing Finance Pvt. Ltd", 1, 2, 0), + (182, "Cent Bank Home Finance Limited", 1, 2, 0), + (183, "Dewan Housing Finance Corporation Limited", 1, 2, 0), + (184, "DHFL Vysya Housing Finance Limited", 1, 2, 0), + (185, "DMI Housing Finance Private Limited", 1, 2, 0), + (186, "Edelweiss Housing Finance Limited", 1, 2, 0), + (187, "Equitas Housing Finance Limited", 1, 2, 0), + (188, "Fasttrack Housing Finance Private Limited", 1, 2, 0), + (189, "Five-Star Housing Finance Private Limited", 1, 2, 0), + (190, "Fullerton India Home Finance Company Limited", 1, 2, 0), + (191, "GIC Housing Finance Limited", 1, 2, 0), + (192, "GRUH Finance Limited", 1, 2, 0), + (193, "Habitat Micro Build India Housing Finance Company Private Limited", 1, 2, 0), + (194, "HBN Housing Finance Limited", 1, 2, 0), + (195, "Housing Development Finance Corporation Ltd (HDFC Ltd)", 1, 2, 0), + (196, "Hinduja Housing Finance Limited", 1, 2, 0), + (197, "Home First Finance Company India Private Limited", 1, 2, 0), + (198, "Housing and Urban Development Corporation Limited", 1, 2, 0), + (199, "ICICI Home Finance Company Limited", 1, 2, 0), + (200, "IKF Housing Finance Private Limited", 1, 2, 0), + (201, "Ind Bank Housing Limited", 1, 2, 0), + (202, "India Home Loans Limited", 1, 2, 0), + (203, "India Infoline Housing Finance Limited", 1, 2, 0), + (204, "India Shelter Finance Corporation Limited", 1, 2, 0), + (205, "Indiabulls Housing Finance Limited", 1, 2, 0), + (206, "IndoStar Home Finance Private Limited", 1, 2, 0), + (207, "Khush Housing Finance Private Limited", 1, 2, 0), + (208, "L&T Housing Finance Limited", 1, 2, 0), + (209, "LIC Housing Finance Limited", 1, 2, 0), + (210, "Lodha Housing Finance Private Limited", 1, 2, 0), + (211, "Magma Housing Finance", 1, 2, 0), + (212, "Mahindra Rural Housing Finance Limited", 1, 2, 0), + (213, "Mamta Housing Finance Company Private Limited", 1, 2, 0), + (214, "Manappuram Home Finance Private Limited", 1, 2, 0), + (215, "Manipal Housing Finance Syndicate Limited", 1, 2, 0), + (216, "MAS Rural Housing and Mortgage Finance Limited", 1, 2, 0), + (217, "Mentor Home Loans India Limited", 1, 2, 0), + (218, "Micro Housing Finance Corporation Limited (MHFCL)", 1, 2, 0), + (219, "Muthoot Homefin (India) Limited", 1, 2, 0), + (220, "Muthoot Housing Finance Company Limited", 1, 2, 0), + (221, "National Trust Housing Finance Limited", 1, 2, 0), + (222, "New Habitat Housing Finance and Development Limited", 1, 2, 0), + (223, "Nivara Home Finance Limited", 1, 2, 0), + (224, "North East Region Housing Finance Company Limited", 1, 2, 0), + (225, "Orange City Housing Finance Limited", 1, 2, 0), + (226, "Panthoibi Housing Finance Company Limited", 1, 2, 0), + (227, "PNB Housing Finance Limited", 1, 2, 0), + (228, "RAAS Affordable Housing Finance (India) Limited", 1, 2, 0), + (229, "Reliance Home Finance Limited", 1, 2, 0), + (230, "Religare Housing Development Finance Corporation Limited", 1, 2, 0), + (231, "REPCO Home Finance Limited", 1, 2, 0), + (232, "Rose Valley Housing Development Finance Corporation Limited", 1, 2, 0), + (233, "Sahara Housingfina Corporation Limited", 1, 2, 0), + (234, "Saral Home Finance Limited", 1, 2, 0), + (235, "SEWA Grih Rin Limited", 1, 2, 0), + (236, "Shriram Housing Finance Limited", 1, 2, 0), + (237, "Shubham Housing Development Finance Company Private Limited", 1, 2, 0), + (238, "SRG Housing Finance Limited", 1, 2, 0), + (239, "Sundaram BNP Paribas Home Finance Limited", 1, 2, 0), + (240, "Supreme Housing Finance Limited", 1, 2, 0), + (241, "Swagat Housing Finance Company Limited", 1, 2, 0), + (242, "Swarna Pragati Housing Micro Finance Private Limited", 1, 2, 0), + (243, "Tata Capital Housing Finance Limited", 1, 2, 0), + (244, "Ummeed Housing Finance Private Limited", 1, 2, 0), + (245, "USB Housing Finance Corporation Limited", 1, 2, 0), + (246, "Vastu Housing Finance Corporation Limited", 1, 2, 0), + (247, "VIVA Home Finance Limited", 1, 2, 0), + (248, "West End Housing Finance Limited", 1, 2, 0), + (249, "A. K. Capital Services Limited", 1, 3, 0), + (250, "Aditya Birla Finance Limited", 1, 3, 0), + (251, "Axis Finance Limited", 1, 3, 0), + (252, "Bajaj Finance Limited", 1, 3, 0), + (253, "Bajaj Holdings & Investment Limited", 1, 3, 0), + (254, "Balmer Lawrie Investments Limited", 1, 3, 0), + (255, "Capital First Limited", 1, 3, 0), + (256, "Cholamandalam Investment and Finance Company Limited", 1, 3, 0), + (257, "Clix Capital Services Private Limited", 1, 3, 0), + (258, "Clix Financial Services", 1, 3, 0), + (259, "Fullerton India Credit Company Limited", 1, 3, 0), + (260, "HDB Financial Services Limited", 1, 3, 0), + (261, "Hinduja Leyland Finance Limited", 1, 3, 0), + (262, "IIFL Holdings Limited", 1, 3, 0), + (263, "IL&FS Financial Services Limited", 1, 3, 0), + (264, "India Infoline Finance Limited", 1, 3, 0), + (265, "Indiabulls Commercial Credit Limited", 1, 3, 0), + (266, "IndoStar Capital Finance Limited", 1, 3, 0), + (267, "Intec Capital Limited", 1, 3, 0), + (268, "JM Financial Credit Solutions Limited", 1, 3, 0), + (269, "JM Financial Limited", 1, 3, 0), + (270, "Kotak Mahindra Investments Limited", 1, 3, 0), + (271, "Kotak Mahindra Prime Limited", 1, 3, 0), + (272, "L&T Finance Limited", 1, 3, 0), + (273, "L&T FinCorp Limited", 1, 3, 0), + (274, "L&T Infra Debt Fund Limited", 1, 3, 0), + (275, "L&T Infrastructure Finance Company Limited", 1, 3, 0), + (276, "LKP Finance Limited", 1, 3, 0), + (277, "Magma Fincorp Limited", 1, 3, 0), + (278, "Mahindra & Mahindra Financial Services Limited", 1, 3, 0), + (279, "Manappuram Finance Limited", 1, 3, 0), + (280, "Motilal Oswal Financial Services Limited", 1, 3, 0), + (281, "Muthoot Capital Services Limited", 1, 3, 0), + (282, "Muthoot Finance Limited", 1, 3, 0), + (283, "Muthoot Fincorp Limited", 1, 3, 0), + (284, "Pilani Investment and Industries Corporation Limited", 1, 3, 0), + (285, "PTC India Financial Services Limited", 1, 3, 0), + (286, "Reliance Capital Limited", 1, 3, 0), + (287, "Religare Enterprises Limited", 1, 3, 0), + (288, "Religare Finvest Limited", 1, 3, 0), + (289, "S. E. Investments Limited", 1, 3, 0), + (290, "Sakthi Finance Limited", 1, 3, 0), + (291, "Satin Creditcare Network Limited", 1, 3, 0), + (292, "SBI DFHI Limited", 1, 3, 0), + (293, "Shriram City Union Finance Limited", 1, 3, 0), + (294, "Shriram Transport Finance Company Limited", 1, 3, 0), + (295, "STCI Finance Limited", 1, 3, 0), + (296, "Sundaram Finance Limited", 1, 3, 0), + (297, "Tata Capital Financial Services Limited", 1, 3, 0), + (298, "Tata Cleantech Capital Limited", 1, 3, 0), + (299, "Tata Investment Corporation Limited", 1, 3, 0), + (300, "Tata Motors Finance Limited", 1, 3, 0), + (301, "Tata Motors Finance Solutions Limited", 1, 3, 0), + (302, "Ujjivan Financial Services Limited", 1, 3, 0), + (303, "Vistaar Financial Services Private Limited", 1, 3, 0), + (304, "Hero Housing Finance", 1, 2, 0); + +/*!40000 ALTER TABLE `m_bt_lender_list` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_business_entity_type +# ------------------------------------------------------------ + +CREATE TABLE `m_business_entity_type` ( + `business_entity_type_id` int NOT NULL AUTO_INCREMENT, + `business_entity_type_name` varchar(100) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `section_label` varchar(100) DEFAULT NULL, + PRIMARY KEY (`business_entity_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_business_entity_type` WRITE; +/*!40000 ALTER TABLE `m_business_entity_type` DISABLE KEYS */; + +INSERT INTO `m_business_entity_type` (`business_entity_type_id`, `business_entity_type_name`, `is_others`, `createdon`, `updatedon`, `fk_createdby`, `fk_updatedby`, `isactive`, `section_label`) VALUES + (1, "Others (Please Specify)", 1, "2018-12-28 12:33:31", "2020-12-26 13:48:50", NULL, NULL, 0, "Member Details"), + (2, "Public Ltd Company", 0, "2018-12-28 12:33:31", "2018-12-28 13:18:39", NULL, NULL, 1, "Director / Shareholder Details"), + (3, "Sole proprietorship", 0, "2018-12-28 12:33:31", "2018-12-28 13:18:39", NULL, NULL, 1, "Proprietor Details"), + (4, "HUF (Hindu Undivided Family)", 0, "2018-12-28 12:33:32", "2018-12-28 13:18:39", NULL, NULL, 1, "Karta Details"), + (5, "Partnership", 0, "2018-12-28 12:33:32", "2019-01-28 16:18:19", NULL, NULL, 1, "Partner Details"), + (6, "Cooperative", 0, "2018-12-28 12:33:32", "2018-12-28 13:18:39", NULL, NULL, 1, "Member Details"), + (7, "Limited Liability Partnership(LLP)", 0, "2018-12-28 12:33:32", "2018-12-28 13:18:39", NULL, NULL, 1, "Partner Details"), + (8, "OPC (One Person Company)", 0, "2018-12-28 12:33:32", "2018-12-28 13:18:39", NULL, NULL, 1, "Director Details"), + (9, "Society", 0, "2018-12-28 12:33:33", "2018-12-28 13:18:39", NULL, NULL, 1, "Member Details"), + (10, "Trust", 0, "2018-12-28 12:33:33", "2018-12-28 13:18:39", NULL, NULL, 1, "Trustee Details"), + (11, "Private Limited Company", 0, "2018-12-28 12:33:33", "2019-01-28 16:18:47", NULL, NULL, 1, "Director Details"), + (12, "Self Employed-Individual", 0, "2019-09-24 15:48:40", "2019-09-24 17:45:39", NULL, NULL, 1, "Business Details"); + +/*!40000 ALTER TABLE `m_business_entity_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_business_expenses +# ------------------------------------------------------------ + +CREATE TABLE `m_business_expenses` ( + `expense_item_id` int NOT NULL AUTO_INCREMENT, + `expense_item` varchar(50) NOT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`expense_item_id`) +) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_business_expenses` WRITE; +/*!40000 ALTER TABLE `m_business_expenses` DISABLE KEYS */; + +INSERT INTO `m_business_expenses` (`expense_item_id`, `expense_item`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Electricity", 1, 0), + (3, "Salary", 1, 0), + (4, "Fuel", 1, 0), + (5, "Conveyance", 1, 0), + (6, "Travel", 1, 0), + (7, "Office Expenses", 1, 0), + (8, "Telephone & Internet", 1, 0), + (9, "Rent", 1, 0); + +/*!40000 ALTER TABLE `m_business_expenses` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_business_income +# ------------------------------------------------------------ + +CREATE TABLE `m_business_income` ( + `business_income_id` int NOT NULL AUTO_INCREMENT, + `business_income_item` varchar(4100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`business_income_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_business_income` WRITE; +/*!40000 ALTER TABLE `m_business_income` DISABLE KEYS */; + +INSERT INTO `m_business_income` (`business_income_id`, `business_income_item`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Rental Income", 1, 0), + (3, "Interest Income", 1, 0); + +/*!40000 ALTER TABLE `m_business_income` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_city +# ------------------------------------------------------------ + +CREATE TABLE `m_city` ( + `city_id` int NOT NULL AUTO_INCREMENT, + `fk_state_id` int DEFAULT NULL, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`city_id`), + KEY `isactive` (`isactive`), + KEY `name` (`name`), + KEY `fk_state_id` (`fk_state_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7071 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_city` WRITE; +/*!40000 ALTER TABLE `m_city` DISABLE KEYS */; + +INSERT INTO `m_city` (`city_id`, `fk_state_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, NULL, "Through Out States", "0000-00-00 00:00:00", 0, "2019-03-22 11:25:56", 0, 1, 1), + (2, 17, "Bambooflat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3, 17, "Car Nicobar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4, 17, "Garacharma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5, 17, "Hut Bay", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6, 17, "Kamorta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7, 17, "Malacca", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (8, 17, "Mayabunder", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (9, 17, "Port Blair", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (10, 17, "Prothrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (11, 17, "Rangat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (12, 17, "Tarasa Island", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (13, 18, "Achanta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (14, 18, "Adoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (15, 18, "Allur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (16, 18, "Amadalavalasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (17, 18, "Amalapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (18, 18, "Anakapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (19, 18, "Anantapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (20, 18, "Anantapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (21, 18, "Anaparthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (22, 18, "Annavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (23, 18, "Araku", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (24, 18, "Atchutapuram APSEZ", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (25, 18, "Atmakur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (26, 18, "Atmakur Sri Potti Sriramulu Nellore District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (27, 18, "Attilli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (28, 18, "Badampudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (29, 18, "Badvel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (30, 18, "Banaganapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (31, 18, "Bandarulanka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (32, 18, "Banumukkala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (33, 18, "Bapatla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (34, 18, "Bestawaripeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (35, 18, "Bethamcherla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (36, 18, "Bheemunipatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (37, 18, "Bhimadole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (38, 18, "Bhimavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (39, 18, "Bobbili", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (40, 18, "Bowluvada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (41, 18, "Bugganipalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (42, 18, "Chagallu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (43, 18, "Chebrole Khandrika", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (44, 18, "Chebrolu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (45, 18, "Chennamukkapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (46, 18, "Chennur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (47, 18, "Chilakaluripet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (48, 18, "Chimakurthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (49, 18, "Chintalavalasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (50, 18, "Chintapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (51, 18, "Chippada Pharma SEZ", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (52, 18, "Chirala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (53, 18, "Chittoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (54, 18, "Chodavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (55, 18, "Cumbum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (56, 18, "Denduluru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (57, 18, "Devarapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (58, 18, "Dharmavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (59, 18, "Dhone", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (60, 18, "Dommara Nandyala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (61, 18, "Dondapadu Kakathiya Cement Factory", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (62, 18, "Dondapadu KCP Cement Factory", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (63, 18, "Dowleswaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (64, 18, "Draksharamam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (65, 18, "Dwaraka Tirumala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (66, 18, "Edlapadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (67, 18, "Ekambarakuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (68, 18, "Eluru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (69, 18, "Gajapathinagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (70, 18, "Gajulamandhyam Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (71, 18, "Gajularega", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (72, 18, "Ganapavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (73, 18, "Gangapatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (74, 18, "Gavaravaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (75, 18, "Giddaluru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (76, 18, "Golugonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (77, 18, "Gooty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (78, 18, "Gopalapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (79, 18, "Gopavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (80, 18, "Gudilova", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (81, 18, "Gudivada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (82, 18, "Gudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (83, 18, "Gundugolanu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (84, 18, "Guntakal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (85, 18, "Guntur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (86, 18, "Gurzala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (87, 18, "Hanuman Junction", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (88, 18, "Hindupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (89, 18, "Hiramandalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (90, 18, "Horseley Hills", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (91, 18, "Hukumpeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (92, 18, "Ibrahimpatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (93, 18, "Ichchapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (94, 18, "India Cement Factory Chilamakuru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (95, 18, "Indukurpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (96, 18, "Industrial Growth Centre Thimmanapalem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (97, 18, "Jaggaiahpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (98, 18, "Jammalamadugu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (99, 18, "Jangareddigudem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (100, 18, "Jarjapupeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (101, 18, "Jaypee Cement Factory Budawada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (102, 18, "Kadapa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (103, 18, "Kadiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (104, 18, "Kaikaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (105, 18, "Kakinada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (106, 18, "Kakkalapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (107, 18, "Kallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (108, 18, "Kallur Anantapur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (109, 18, "Kaluvaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (110, 18, "Kalyandurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (111, 18, "Kanapaka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (112, 18, "Kandukur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (113, 18, "Kanigiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (114, 18, "Kankipadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (115, 18, "Kantabamsuguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (116, 18, "Kathipudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (117, 18, "Kavali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (118, 18, "Kavali Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (119, 18, "Kodumur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (120, 18, "Kodur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (121, 18, "Koikuntla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (122, 18, "Komarolu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (123, 18, "Kondapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (124, 18, "Kota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (125, 18, "Kotabammal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (126, 18, "Kothapatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (127, 18, "Kothavalasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (128, 18, "Kovurpalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (129, 18, "Kovvur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (130, 18, "Kudithipalem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (131, 18, "Kuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (132, 18, "Kurnool", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (133, 18, "Macherla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (134, 18, "Machilipatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (135, 18, "Madanapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (136, 18, "Madhurawada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (137, 18, "Mandapeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (138, 18, "Mangalagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (139, 18, "Mangampeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (140, 18, "Mangasamudram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (141, 18, "Markapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (142, 18, "Maruteru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (143, 18, "Medarametla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (144, 18, "Medikonduru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (145, 18, "Meliaputti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (146, 18, "Moragudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (147, 18, "Morampudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (148, 18, "Muddanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (149, 18, "Mulaguntapadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (150, 18, "Mulakuddu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (151, 18, "Mummidivaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (152, 18, "Murakambattu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (153, 18, "Muttukuru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (154, 18, "Mydukur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (155, 18, "Mylavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (156, 18, "Nadim Tiruvuru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (157, 18, "Nagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (158, 18, "Nagari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (159, 18, "Nagireddipalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (160, 18, "Nakkapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (161, 18, "Nallajerla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (162, 18, "Nandigama", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (163, 18, "Nandyal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (164, 18, "Narasannapeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (165, 18, "Narasapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (166, 18, "Narasapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (167, 18, "Narasaraopet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (168, 18, "Narayanapuram Vizianagaram District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (169, 18, "Narayanavanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (170, 18, "Narsipatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (171, 18, "Nayudupeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (172, 18, "Nellimarla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (173, 18, "Nellore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (174, 18, "Nidadavole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (175, 18, "NTPC Simhadri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (176, 18, "Nuzvid", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (177, 18, "Ongole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (178, 18, "Paderu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (179, 18, "Palacole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (180, 18, "Palakonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (181, 18, "Palamaner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (182, 18, "Palasa Kasibugga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (183, 18, "Pamidi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (184, 18, "Pamur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (185, 18, "Paravada Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (186, 18, "Parvathipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (187, 18, "Pathapatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (188, 18, "Payakaraopeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (189, 18, "Peda Boddepalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (190, 18, "Pedana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (191, 18, "Pedatadepalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (192, 18, "Peddapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (193, 18, "Pentapadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (194, 18, "Perecherla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (195, 18, "Phirangipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (196, 18, "Piduguralla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (197, 18, "Pileru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (198, 18, "Pippara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (199, 18, "Pithapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (200, 18, "Podalakur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (201, 18, "Podili", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (202, 18, "Pondura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (203, 18, "Ponnekallu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (204, 18, "Ponnur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (205, 18, "Porumamilla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (206, 18, "Prattipadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (207, 18, "Proddatur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (208, 18, "Pulivendula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (209, 18, "Pulla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (210, 18, "Punganur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (211, 18, "Puttaparthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (212, 18, "Puttur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (213, 18, "Rajahmundry", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (214, 18, "Rajam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (215, 18, "Rajampet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (216, 18, "Ramabhadrapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (217, 18, "Ramachandrapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (218, 18, "Ramapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (219, 18, "Ramathirtham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (220, 18, "RAMCO Cement Factory Dharmavarappadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (221, 18, "Rameswaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (222, 18, "Rampachodavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (223, 18, "Rayachoti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (224, 18, "Rayadurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (225, 18, "Razole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (226, 18, "Repalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (227, 18, "Rushikonda APIIC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (228, 18, "Salur Samalkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (229, 18, "Sanivarapupeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (230, 18, "Santhanuthalapadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (231, 18, "Satrampadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (232, 18, "Sattenapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (233, 18, "Singarayakonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (234, 18, "Somandepalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (235, 18, "Sompeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (236, 18, "Sricity", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (237, 18, "Srikakulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (238, 18, "Srikalahasti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (239, 18, "Sriramnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (240, 18, "Srisailam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (241, 18, "Srungavarapukota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (242, 18, "Sulluru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (243, 18, "Sunnipenta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (244, 18, "Tada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (245, 18, "Tadepalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (246, 18, "Tadepalligudem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (247, 18, "Tadpatri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (248, 18, "Tangellamudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (249, 18, "Tanuku", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (250, 18, "Tekkali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (251, 18, "Tenali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (252, 18, "Thagarapuvalasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (253, 18, "Thatipaka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (254, 18, "Thullur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (255, 18, "Thumakunta Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (256, 18, "Tiruchanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (257, 18, "Tirumala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (258, 18, "Tirupati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (259, 18, "Tummikapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (260, 18, "Tuni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (261, 18, "Unguturu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (262, 18, "Uppada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (263, 18, "Upper Sileru Project Site Camp", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (264, 18, "Uravakonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (265, 18, "Vaddeswaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (266, 18, "Vavilla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (267, 18, "Velvadam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (268, 18, "Venkatachalam Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (269, 18, "Venkatagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (270, 18, "Veparala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (271, 18, "Vetapalem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (272, 18, "Vijayapuri South", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (273, 18, "Vijayawada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (274, 18, "Vinnamala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (275, 18, "Vinukonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (276, 18, "Visakhapatnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (277, 18, "Vissannapet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (278, 18, "Vizianagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (279, 18, "VSP Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (280, 18, "Vuyyuru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (281, 18, "Yanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (282, 18, "Yelamanchili", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (283, 18, "Yemmiganur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (284, 18, "Yenumalapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (285, 18, "Yernagudem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (286, 18, "Yerraguntla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (287, 28, "Along", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (288, 28, "AninI", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (289, 28, "Basar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (290, 28, "Boleng", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (291, 28, "Bomdila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (292, 28, "Changlang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (293, 28, "Daporijo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (294, 28, "Deomali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (295, 28, "Dirang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (296, 28, "Hawai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (297, 28, "Itanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (298, 28, "Jairampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (299, 28, "Khonsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (300, 28, "Koloriang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (301, 28, "Longding", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (302, 28, "Miao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (303, 28, "Naharlagun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (304, 28, "Namsai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (305, 28, "Pasighat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (306, 28, "Roing", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (307, 28, "Rupa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (308, 28, "Sagalee", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (309, 28, "Seppa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (310, 28, "Tawang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (311, 28, "Tezu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (312, 28, "Yingkiong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (313, 28, "Yupia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (314, 28, "Ziro", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (315, 11, "Abhayapuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (316, 11, "Amguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (317, 11, "Anand Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (318, 11, "Asudubi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (319, 11, "Azara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (320, 11, "Badarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (321, 11, "Badarpur Rly Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (322, 11, "Bamun Sualkuchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (323, 11, "Bandardewa IID", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (324, 11, "Bangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (325, 11, "Barpathar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (326, 11, "Barpeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (327, 11, "Barpeta Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (328, 11, "Basugaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (329, 11, "BCPL Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (330, 11, "Behiating AIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (331, 11, "Belsor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (332, 11, "Bhomoraguri AIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (333, 11, "Bhuragaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (334, 11, "Bihpuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (335, 11, "Bijni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (336, 11, "Bilasipara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (337, 11, "Biswanath Chariali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (338, 11, "Bohari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (339, 11, "Bokajan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (340, 11, "Bokakhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (341, 11, "Bongaigaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (342, 11, "Bongaigaon RPCL Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (343, 11, "Borgolai Gt 11", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (344, 11, "Borpukhuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (345, 11, "Chabua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (346, 11, "Chalantapara Pt IV", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (347, 11, "Chandrapur Bagicha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (348, 11, "Changsari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (349, 11, "Chapakhowa Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (350, 11, "Chapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (351, 11, "Charingia Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (352, 11, "Chekonidhara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (353, 11, "Dahali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (354, 11, "Dalgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (355, 11, "Damara Patpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (356, 11, "Dergaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (357, 11, "Dhakuakhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (358, 11, "Dharapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (359, 11, "Dhekiajuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (360, 11, "Dhekorgorha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (361, 11, "Dhemaji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (362, 11, "Dhing", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (363, 11, "Dhubri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (364, 11, "Dibrugarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (365, 11, "Digaru Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (366, 11, "Digboi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (367, 11, "Diphu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (368, 11, "Dispur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (369, 11, "Doboka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (370, 11, "Dokmoka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (371, 11, "Donkamokam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (372, 11, "Doom Dooma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (373, 11, "Dudhpatil Pt V", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (374, 11, "Dudhpatil Pt VI", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (375, 11, "Duliajan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (376, 11, "Duliajan No 1", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (377, 11, "Durga Nagar Part-V", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (378, 11, "Garal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (379, 11, "Gauripur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (380, 11, "Goalpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (381, 11, "Gohpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (382, 11, "Golaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (383, 11, "Golokganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (384, 11, "Goreswar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (385, 11, "Gossaigaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (386, 11, "Guwahati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (387, 11, "Haflong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (388, 11, "Hailakandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (389, 11, "Hamren", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (390, 11, "Hindustan Paper Corporation Ltd Township Panc", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (391, 11, "Hojai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (392, 11, "Howli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (393, 11, "Howraghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (394, 11, "Irongmara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (395, 11, "Jagiroad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (396, 11, "Jamunamukh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (397, 11, "Jhagra Pt III", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (398, 11, "Jonai Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (399, 11, "Jorhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (400, 11, "Kakaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (401, 11, "Kalaigaon Town Part", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (402, 11, "Kamalabaria NC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (403, 11, "Kampur Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (404, 11, "Kanisail Pt I", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (405, 11, "Karimganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (406, 11, "Khaira Bari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (407, 11, "Kharijapikon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (408, 11, "Kharupatia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (409, 11, "Kochpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (410, 11, "Kokrajhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (411, 11, "Kumar Kaibarta Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (412, 11, "Lakhipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (413, 11, "Lakhipur, Cachar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (414, 11, "Lala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (415, 11, "Lanka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (416, 11, "Lido Tikok", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (417, 11, "Lido Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (418, 11, "Lumding", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (419, 11, "Lumding Rly Colony", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (420, 11, "Mahur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (421, 11, "Maibong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (422, 11, "Majgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (423, 11, "Makum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (424, 11, "Mangaldoi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (425, 11, "Mankachar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (426, 11, "Margherita", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (427, 11, "Mariani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (428, 11, "Marigaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (429, 11, "Marowa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (430, 11, "Moran Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (431, 11, "Moranhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (432, 11, "Mornoi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (433, 11, "Mushalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (434, 11, "Nagaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (435, 11, "Naharkatiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (436, 11, "Nahira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (437, 11, "Nalbari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (438, 11, "Namrup", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (439, 11, "Narayanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (440, 11, "Naubaisa Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (441, 11, "Nazira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (442, 11, "New Bongaigaon Railway Colony", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (443, 11, "Niz Bahjani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (444, 11, "Niz Hajo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (445, 11, "Niz Katigorah Pt III", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (446, 11, "Niz Mankata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (447, 11, "North Guwahati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (448, 11, "North Lakhimpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (449, 11, "Numaligarh Refinery Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (450, 11, "Palasbari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (451, 11, "Pathsala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (452, 11, "Pub Dhaniram Pather", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (453, 11, "Raha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (454, 11, "Rangapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (455, 11, "Rangia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (456, 11, "Rangia IIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (457, 11, "Rani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (458, 11, "Rupahi Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (459, 11, "Rupiabathan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (460, 11, "Salakati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (461, 11, "Salpara Molandubi Pt I", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (462, 11, "Sanpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (463, 11, "Sapatgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (464, 11, "Sarbhog", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (465, 11, "Sarthebari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (466, 11, "Sarupathar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (467, 11, "Sarupathar Bengali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (468, 11, "Sepon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (469, 11, "Sibsagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (470, 11, "Silapathar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (471, 11, "Silchar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (472, 11, "Sonapur Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (473, 11, "Sonari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (474, 11, "Sualkuchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (475, 11, "Takhlibilar Pathar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (476, 11, "Tangla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (477, 11, "Tegheria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (478, 11, "Teok", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (479, 11, "Tezpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (480, 11, "Thekashu Pt I", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (481, 11, "Thekashu Pt II", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (482, 11, "Tihu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (483, 11, "Tinsukia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (484, 11, "Titabor Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (485, 11, "Udalguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (486, 11, "Umrangso", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (487, 8, "Amarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (488, 8, "Anwari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (489, 8, "Araria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (490, 8, "Areraj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (491, 8, "Arrah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (492, 8, "Arwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (493, 8, "Asarganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (494, 8, "Aurangabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (495, 8, "Bagaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (496, 8, "Bahadurganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (497, 8, "Bahadurpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (498, 8, "Bairgania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (499, 8, "Bakhri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (500, 8, "Bakhtiarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (501, 8, "Balia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (502, 8, "Banka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (503, 8, "Banmankhi Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (504, 8, "Bara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (505, 8, "Barahiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (506, 8, "Barauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (507, 8, "Barauni IOC Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (508, 8, "Barbigha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (509, 8, "Barh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (510, 8, "Baruni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (511, 8, "Baruni Thremal Power Station Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (512, 8, "Begusarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (513, 8, "Behea", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (514, 8, "Belsand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (515, 8, "Benipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (516, 8, "Bettiah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (517, 8, "Bhabua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (518, 8, "Bhagalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (519, 8, "Bhagirathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (520, 8, "Biharsharif", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (521, 8, "Bihta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (522, 8, "Bihta Patna District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (523, 8, "Bikram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (524, 8, "Bikramganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (525, 8, "Birpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (526, 8, "Bodh Gaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (527, 8, "Buxar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (528, 8, "Chakia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (529, 8, "Chanari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (530, 8, "Chand Chaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (531, 8, "Chanpatia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (532, 8, "Chapra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (533, 8, "Dalsinghsarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (534, 8, "Darbhanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (535, 8, "Dariapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (536, 8, "Daudnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (537, 8, "Dehri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (538, 8, "Dhaka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (539, 8, "Dighwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (540, 8, "Dumari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (541, 8, "Dumraon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (542, 8, "Ekangar Sarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (543, 8, "Fatwah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (544, 8, "Forbesganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (545, 8, "Gaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (546, 8, "Gazipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (547, 8, "Ghoghardiha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (548, 8, "Gogri Jamalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (549, 8, "Gopalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (550, 8, "Habibpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (551, 8, "Hajipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (552, 8, "Hanspura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (553, 8, "Harnaut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (554, 8, "Hathua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (555, 8, "Hilsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (556, 8, "Hisua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (557, 8, "Islampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (558, 8, "Jagdishpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (559, 8, "Jainagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (560, 8, "Jamalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (561, 8, "Jamhaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (562, 8, "Jamui", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (563, 8, "Janakpur Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (564, 8, "Janpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (565, 8, "Jehanabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (566, 8, "Jhajha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (567, 8, "Jhanjharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (568, 8, "Jogabani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (569, 8, "Kahalgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (570, 8, "Kanti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (571, 8, "Kargahia Purab", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (572, 8, "Kasba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (573, 8, "Kataiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (574, 8, "Katihar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (575, 8, "Kesaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (576, 8, "Khagaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (577, 8, "Kharagpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (578, 8, "Khusrupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (579, 8, "Kishanganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (580, 8, "Koath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (581, 8, "Koilwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (582, 8, "Kumarbagh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (583, 8, "Lakhisarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (584, 8, "Lalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (585, 8, "Laruara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (586, 8, "Madhepura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (587, 8, "Madhuban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (588, 8, "Madhubani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (589, 8, "Maharajganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (590, 8, "Mahnar Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (591, 8, "Mairwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (592, 8, "Makhdumpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (593, 8, "Malhipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (594, 8, "Maner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (595, 8, "Manihari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (596, 8, "Mansur Chak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (597, 8, "Marhaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (598, 8, "Masaurhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (599, 8, "Mathurapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (600, 8, "Mehsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (601, 8, "Mirganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (602, 8, "Mohiuddinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (603, 8, "Mokameh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (604, 8, "Motihari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (605, 8, "Motipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (606, 8, "Munger", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (607, 8, "Murliganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (608, 8, "Muzaffarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (609, 8, "Nabinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (610, 8, "Narkatiaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (611, 8, "Nasrigagnj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (612, 8, "Naubatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (613, 8, "Naugachhia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (614, 8, "Nawada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (615, 8, "Nirmali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (616, 8, "Nokha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (617, 8, "NTPC Barh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (618, 8, "Obra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (619, 8, "Padri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (620, 8, "Pakri Dayal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (621, 8, "Pandual", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (622, 8, "Pareo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (623, 8, "Paria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (624, 8, "Patna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (625, 8, "Piro", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (626, 8, "Puraini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (627, 8, "Purnia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (628, 8, "Rafiganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (629, 8, "Raghunathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (630, 8, "Rajauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (631, 8, "Rajgir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (632, 8, "Ramgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (633, 8, "Ramnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (634, 8, "Raxaul Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (635, 8, "Revelganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (636, 8, "Rosera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (637, 8, "Saharsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (638, 8, "Sahebganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (639, 8, "Sahebganj Banka District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (640, 8, "Saidpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (641, 8, "Samastipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (642, 8, "Saraiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (643, 8, "Sasaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (644, 8, "Satghara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (645, 8, "Shahpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (646, 8, "Sheikhpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (647, 8, "Sheohar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (648, 8, "Sherghati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (649, 8, "Silao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (650, 8, "Singhesar Asthan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (651, 8, "Sitamarhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (652, 8, "Siwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (653, 8, "Sonepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (654, 8, "Sugauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (655, 8, "Sultanganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (656, 8, "Supaul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (657, 8, "Teghra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (658, 8, "Telkap", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (659, 8, "Thakurganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (660, 8, "Tikari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (661, 8, "Tola Baliadih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (662, 8, "Tola Chain", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (663, 8, "Tola Mansaraut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (664, 8, "Tola Pairamatihana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (665, 8, "Vaishali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (666, 8, "Warisaliganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (667, 34, "Chandigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (668, 34, "Mohali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (669, 34, "Panchkula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (670, 35, "Aamdi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (671, 35, "Abhanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (672, 35, "Adawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (673, 35, "Adbhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (674, 35, "Ahiwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (675, 35, "Akaltara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (676, 35, "Ambagarh Chowki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (677, 35, "Ambikapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (678, 35, "Antagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (679, 35, "Arang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (680, 35, "Arjunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (681, 35, "Bade Bacheli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (682, 35, "Badla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (683, 35, "Bagbahara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (684, 35, "Bagicha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (685, 35, "Baikunthpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (686, 35, "Balod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (687, 35, "Baloda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (688, 35, "Baloda Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (689, 35, "Balrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (690, 35, "Banarsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (691, 35, "Banki Mongra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (692, 35, "Baramkela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (693, 35, "Barsur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (694, 35, "Basna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (695, 35, "Bastar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (696, 35, "Bemetra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (697, 35, "Berla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (698, 35, "Bhairamgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (699, 35, "Bhakhara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (700, 35, "Bhanupratappur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (701, 35, "Bhatapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (702, 35, "Bhatgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (703, 35, "Bhilai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (704, 35, "Bhopalpattanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (705, 35, "Bijapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (706, 35, "Bilaigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (707, 35, "Bilaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (708, 35, "Bilha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (709, 35, "Birkoni IIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (710, 35, "Bodri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (711, 35, "Borai CSIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (712, 35, "Century Cement Baikunth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (713, 35, "Champa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (714, 35, "Chandrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (715, 35, "Charama", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (716, 35, "Chharchha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (717, 35, "Chhuikhadan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (718, 35, "Chhura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (719, 35, "Chhurikala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (720, 35, "Chhuriya kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (721, 35, "Chikhal Kasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (722, 35, "Chirmiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (723, 35, "Dabhra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (724, 35, "Dalli Rajhara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (725, 35, "Dantewada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (726, 35, "Daundi Lohara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (727, 35, "Deori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (728, 35, "Devkar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (729, 35, "Dhamdha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (730, 35, "Dhamtari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (731, 35, "Dharamjaigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (732, 35, "Dipka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (733, 35, "Dongargaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (734, 35, "Dongargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (735, 35, "Dornapal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (736, 35, "Doundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (737, 35, "Durg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (738, 35, "Farasgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (739, 35, "Fingeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (740, 35, "Gandai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (741, 35, "Gariaband", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (742, 35, "Gaurela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (743, 35, "Gharghoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (744, 35, "Gidam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (745, 35, "Girwarganj IIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (746, 35, "Gobra Nawapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (747, 35, "Govindapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (748, 35, "Gunderdehi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (749, 35, "Gurur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (750, 35, "Hatkachora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (751, 35, "Hirmi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (752, 35, "Jagdalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (753, 35, "Jaijepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (754, 35, "Janjgir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (755, 35, "Jarhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (756, 35, "Jarwe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (757, 35, "Jashpurnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (758, 35, "Jhagrakhand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (759, 35, "Kanker", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (760, 35, "Kasdol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (761, 35, "Katghora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (762, 35, "Katkona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (763, 35, "Kawardha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (764, 35, "Keskal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (765, 35, "Khairagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (766, 35, "Khamharia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (767, 35, "Kharod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (768, 35, "Kharora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (769, 35, "Kharsia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (770, 35, "Khongapani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (771, 35, "Kirandul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (772, 35, "Kondagaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (773, 35, "Koni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (774, 35, "Konta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (775, 35, "Korba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (776, 35, "Kota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (777, 35, "Kotba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (778, 35, "Kumhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (779, 35, "Kunkuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (780, 35, "Kurasia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (781, 35, "Kurud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (782, 35, "Kusmi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (783, 35, "Lafarge Cement Factory Arasmeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (784, 35, "Lafarge Cement Factory Sonadhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (785, 35, "Lailunga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (786, 35, "Lakhnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (787, 35, "Lawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (788, 35, "Lormi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (789, 35, "Magarlod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (790, 35, "Mahasamund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (791, 35, "Mahendragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (792, 35, "Malhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (793, 35, "Mandhar Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (794, 35, "Mandir Hasaud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (795, 35, "Maro", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (796, 35, "Mehmand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (797, 35, "Mungeli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (798, 35, "Nagari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (799, 35, "Nai Ledri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (800, 35, "Namna Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (801, 35, "Narayanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (802, 35, "Narharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (803, 35, "Nawagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (804, 35, "Nawagarh Janjgir - Champa District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (805, 35, "Naya Baradwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (806, 35, "New Raipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (807, 35, "NTPC Sipat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (808, 35, "Pakhanjur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (809, 35, "Palari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (810, 35, "Pali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (811, 35, "Pandaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (812, 35, "Pandatarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (813, 35, "Paratappur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (814, 35, "Parpodi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (815, 35, "Patan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (816, 35, "Pathalgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (817, 35, "Patharia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (818, 35, "Pathariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (819, 35, "Pendra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (820, 35, "Phunderdihari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (821, 35, "Pipariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (822, 35, "Pithora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (823, 35, "Pusaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (824, 35, "Rahaud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (825, 35, "Raigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (826, 35, "Raipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (827, 35, "Rajgamar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (828, 35, "Rajnandgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (829, 35, "Rajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (830, 35, "Ramanujganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (831, 35, "Rani Durgavati Industrial Area Anjani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (832, 35, "Ratanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (833, 35, "Rawan Ambuja Cement Plant", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (834, 35, "Sahaspur Lohara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (835, 35, "Saja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (836, 35, "Sakari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (837, 35, "Sakti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (838, 35, "Saragaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (839, 35, "Saraipali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (840, 35, "Sarangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (841, 35, "Sargaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (842, 35, "Sariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (843, 35, "Sheorinarayan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (844, 35, "Silpahari Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (845, 35, "Simga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (846, 35, "Sirgitti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (847, 35, "Sitapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (848, 35, "Sukma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (849, 35, "Surajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (850, 35, "Takhatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (851, 35, "Telgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (852, 35, "Tendua IID", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (853, 35, "Tifra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (854, 35, "Tilda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (855, 35, "Tumgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (856, 35, "Tundra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (857, 35, "Ultratech Cement Plant Rawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (858, 35, "Utai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (859, 35, "Vishrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (860, 35, "Vishrampuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (861, 35, "Wadrafnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (862, 23, "Alok City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (863, 23, "Amli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (864, 23, "Dungra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (865, 23, "Masat Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (866, 23, "Naroli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (867, 23, "Silvassa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (868, 23, "Surangi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (869, 5, "New Delhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (870, 24, "Dadhel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (871, 24, "Daman", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (872, 24, "Diu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (873, 24, "Ghogla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (874, 24, "Kachigam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (875, 7, "Aldona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (876, 7, "Anjuna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (877, 7, "Aquem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (878, 7, "Arambol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (879, 7, "Bambolim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (880, 7, "Bandora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (881, 7, "Benaulim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (882, 7, "Bicholim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (883, 7, "Borim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (884, 7, "Calangute", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (885, 7, "Calapor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (886, 7, "Canacona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (887, 7, "Candola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (888, 7, "Candolim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (889, 7, "Carapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (890, 7, "Chicalim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (891, 7, "Chimbel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (892, 7, "Chinchinim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (893, 7, "Colva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (894, 7, "Colvale", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (895, 7, "Cumbarjua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (896, 7, "Cuncolim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (897, 7, "Curchorem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (898, 7, "Curti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (899, 7, "Curtorim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (900, 7, "Davorlim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (901, 7, "Guirim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (902, 7, "Jua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (903, 7, "Mandrem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (904, 7, "Mapusa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (905, 7, "Marcaim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (906, 7, "Margao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (907, 7, "Mercurim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (908, 7, "Moira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (909, 7, "Morjim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (910, 7, "Navelim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (911, 7, "Nerul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (912, 7, "Nuvem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (913, 7, "Old Goa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (914, 7, "Onda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (915, 7, "Orgao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (916, 7, "Pale", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (917, 7, "Panaji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (918, 7, "Parcem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (919, 7, "Penha De Franca", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (920, 7, "Pernem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (921, 7, "Ponda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (922, 7, "Porvorim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (923, 7, "Priol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (924, 7, "Quepem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (925, 7, "Queula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (926, 7, "Raia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (927, 7, "Reis Magos", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (928, 7, "Saligao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (929, 7, "Sancoale", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (930, 7, "Sanguem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (931, 7, "Sanquelim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (932, 7, "Sanvordem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (933, 7, "Sao Jose de Areal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (934, 7, "Siolim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (935, 7, "Usgao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (936, 7, "Valpoi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (937, 7, "Varca", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (938, 7, "Vasco Da Gama", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (939, 7, "Xeldem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (940, 25, "Abrama", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (941, 25, "Adalaj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (942, 25, "Adityana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (943, 25, "Ahmedabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (944, 25, "Ahwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (945, 25, "Alang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (946, 25, "Alikherva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (947, 25, "Ambaji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (948, 25, "Ambaliyasan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (949, 25, "Amboli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (950, 25, "Amod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (951, 25, "Amreli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (952, 25, "Anand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (953, 25, "Anandpar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (954, 25, "Anandpar Jamnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (955, 25, "Andada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (956, 25, "Anjar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (957, 25, "Anklav", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (958, 25, "Ankleshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (959, 25, "Antaliya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (960, 25, "Arambhada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (961, 25, "Arsodiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (962, 25, "Atul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (963, 25, "Baben", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (964, 25, "Babra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (965, 25, "Bagasara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (966, 25, "Balasinor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (967, 25, "Baliyasan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (968, 25, "Bansda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (969, 25, "Bantwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (970, 25, "Bardoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (971, 25, "Bareja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (972, 25, "Barwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (973, 25, "Bavla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (974, 25, "Bayad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (975, 25, "Bechar Alias Becharaji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (976, 25, "Bedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (977, 25, "Bhabhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (978, 25, "Bhachau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (979, 25, "Bhadkodara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (980, 25, "Bhagal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (981, 25, "Bhagal Valsad District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (982, 25, "Bhalpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (983, 25, "Bhanvad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (984, 25, "Bharuch", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (985, 25, "Bhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (986, 25, "Bhavnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (987, 25, "Bhayavadar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (988, 25, "Bhilad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (989, 25, "Bhiloda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (990, 25, "Bhuj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (991, 25, "Bhurivel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (992, 25, "Bilimora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (993, 25, "Bodeli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (994, 25, "Boriavi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (995, 25, "Borsad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (996, 25, "Botad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (997, 25, "Chaklasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (998, 25, "Chalala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (999, 25, "Chalthan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1000, 25, "Chanasma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1001, 25, "Changodar GIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1002, 25, "Chanod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1003, 25, "Chhapi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1004, 25, "Chhapra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1005, 25, "Chhatral", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1006, 25, "Chhiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1007, 25, "Chhota Udaipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1008, 25, "Chikhli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1009, 25, "Chorwad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1010, 25, "Chotila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1011, 25, "Dabhoi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1012, 25, "Dahej SIR", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1013, 25, "Dakor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1014, 25, "Damnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1015, 25, "Dediapada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1016, 25, "Deesa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1017, 25, "Dehari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1018, 25, "Dehgam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1019, 25, "Deodar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1020, 25, "Devgadbaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1021, 25, "Devsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1022, 25, "Dhandhuka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1023, 25, "Dhanera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1024, 25, "Dharampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1025, 25, "Dhasa Vishi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1026, 25, "Dhola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1027, 25, "Dholka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1028, 25, "Dhoraji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1029, 25, "Dhrangadhra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1030, 25, "Dhrol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1031, 25, "Digvijaygram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1032, 25, "Dohad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1033, 25, "Dungarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1034, 25, "Dungarpur Bhavnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1035, 25, "Dwarka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1036, 25, "Gadhada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1037, 25, "Gamdi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1038, 25, "Gandevi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1039, 25, "Gandhidham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1040, 25, "Gandhinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1041, 25, "Gariadhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1042, 25, "Ghogha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1043, 25, "GIDC Antaliya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1044, 25, "GIDC Panoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1045, 25, "GIDC Por", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1046, 25, "GIDC Savli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1047, 25, "Godhra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1048, 25, "Gondal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1049, 25, "GSFC Motikhavdi Sikka INA", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1050, 25, "GSFC Reliance Complex", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1051, 25, "GWC Township Kovaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1052, 25, "Hajira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1053, 25, "Halol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1054, 25, "Halvad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1055, 25, "Hansalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1056, 25, "Harij", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1057, 25, "Himmatnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1058, 25, "Ichchhapor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1059, 25, "Ichhapor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1060, 25, "Idar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1061, 25, "Jafrabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1062, 25, "Jalalpore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1063, 25, "Jamavala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1064, 25, "Jambusar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1065, 25, "Jamjodhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1066, 25, "Jamnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1067, 25, "Jarod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1068, 25, "Jasdan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1069, 25, "Jetalsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1070, 25, "Jetpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1071, 25, "Jetpur Navagadh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1072, 25, "Jhalod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1073, 25, "Joshipura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1074, 25, "Junagadh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1075, 25, "Kadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1076, 25, "Kadodara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1077, 25, "Kakoshi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1078, 25, "Kalavad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1079, 25, "Kalol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1080, 25, "Kalol, Panch Mahals District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1081, 25, "Kandla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1082, 25, "Kanjari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1083, 25, "Kanodar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1084, 25, "Kapadvanj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1085, 25, "Karamsad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1086, 25, "Karjan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1087, 25, "Kathlal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1088, 25, "Katpar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1089, 25, "Kavant", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1090, 25, "Keshod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1091, 25, "Kevadiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1092, 25, "Khambhalia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1093, 25, "Khambhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1094, 25, "khapat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1095, 25, "Kharach", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1096, 25, "Kharaghoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1097, 25, "Kheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1098, 25, "Khedbrahma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1099, 25, "Kheralu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1100, 25, "Kim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1101, 25, "Kodinar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1102, 25, "Kosamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1103, 25, "Kothria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1104, 25, "Kutiyana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1105, 25, "Lathi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1106, 25, "Lavachha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1107, 25, "Lilia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1108, 25, "Limbdi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1109, 25, "Limkheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1110, 25, "Limla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1111, 25, "Lodhikas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1112, 25, "Lunawada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1113, 25, "Madhapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1114, 25, "Mahesana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1115, 25, "Mahudha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1116, 25, "Mahuva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1117, 25, "Mahuvar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1118, 25, "Malanka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1119, 25, "Maliya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1120, 25, "Malpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1121, 25, "Manavadar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1122, 25, "Mandvi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1123, 25, "Mandvi Surat District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1124, 25, "Mangrol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1125, 25, "Mankuva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1126, 25, "Mansa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1127, 25, "Meghraj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1128, 25, "Mehmedabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1129, 25, "Mithapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1130, 25, "Rapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1131, 25, "Raval", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1132, 25, "Ravapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1133, 25, "Sagbara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1134, 25, "Salaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1135, 25, "Salvav", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1136, 25, "Sanand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1137, 25, "Sanand GIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1138, 25, "Sanjan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1139, 25, "Sanjeli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1140, 25, "Santrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1141, 25, "Saputara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1142, 25, "Sarigam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1143, 25, "Sathamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1144, 25, "Savarkundla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1145, 25, "Savli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1146, 25, "Sayan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1147, 25, "Selamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1148, 25, "Shapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1149, 25, "Shapur Rajkot District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1150, 25, "Shehera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1151, 25, "Sidhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1152, 25, "Sidsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1153, 25, "Sihor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1154, 25, "Sikka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1155, 25, "Simar SIR", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1156, 25, "Sojitra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1157, 25, "Somnath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1158, 25, "Songadh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1159, 25, "Songadh Bhavnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1160, 25, "Sukhpar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1161, 25, "Surajkaradi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1162, 25, "Surat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1163, 25, "Surendranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1164, 25, "Sutrapada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1165, 25, "Talaja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1166, 25, "Talala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1167, 25, "Talod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1168, 25, "Tarsadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1169, 25, "Thangadh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1170, 25, "Thara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1171, 25, "Tharad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1172, 25, "Thasra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1173, 25, "Ukai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1174, 25, "Umbergaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1175, 25, "Umrala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1176, 25, "Umreth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1177, 25, "Una", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1178, 25, "Undach", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1179, 25, "Unjha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1180, 25, "Upleta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1181, 25, "Vadali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1182, 25, "Vadia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1183, 25, "Vadnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1184, 25, "Vadodara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1185, 25, "Vaghodia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1186, 25, "Valia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1187, 25, "Vallabhipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1188, 25, "Valsad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1189, 25, "Vanthali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1190, 25, "Vapi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1191, 25, "Vartej", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1192, 25, "Vasna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1193, 25, "Veraval", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1194, 25, "Veraval Rajkot District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1195, 25, "Vijalpor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1196, 25, "Vijapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1197, 25, "Vijaynagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1198, 25, "Vilayat GIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1199, 25, "Viramgam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1200, 25, "Virpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1201, 25, "Virpur Rajkot District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1202, 25, "Visavadar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1203, 25, "Visnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1204, 25, "Vyara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1205, 25, "Wadhwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1206, 25, "Waghai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1207, 25, "Wankaner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1208, 6, "Adampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1209, 6, "Ambala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1210, 6, "Asankhurd", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1211, 6, "Assandh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1212, 6, "Ateli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1213, 6, "Badh Malak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1214, 6, "Badli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1215, 6, "Baghola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1216, 6, "Bahadurgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1217, 6, "Barara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1218, 6, "Barhi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1219, 6, "Barwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1220, 6, "Bawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1221, 6, "Bawani Khera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1222, 6, "Beri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1223, 6, "Bhakali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1224, 6, "Bhiwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1225, 6, "Bhondsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1226, 6, "Bhuran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1227, 6, "Bilaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1228, 6, "Binola Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1229, 6, "Boh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1230, 6, "Buria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1231, 6, "Chandi Mandir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1232, 6, "Chandimandir Bir Ghaggar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1233, 6, "Charkhi Dadri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1234, 6, "Cheeka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1235, 6, "Chhachhrauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1236, 6, "Dharuhera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1237, 6, "Ellenabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1238, 6, "Farakhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1239, 6, "Faridabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1240, 6, "Farrukhnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1241, 6, "Fatehabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1242, 6, "Ferozepur Jhirka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1243, 6, "Ganaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1244, 6, "Gangwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1245, 6, "Garhi Harsaru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1246, 6, "Gharaunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1247, 6, "Gohana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1248, 6, "Gurgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1249, 6, "Haileymandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1250, 6, "Hansi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1251, 6, "Hassanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1252, 6, "Hathin", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1253, 6, "Hisar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1254, 6, "Hodal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1255, 6, "HSIIDC Dudhola Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1256, 6, "HSIIDC Manakpur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1257, 6, "Indri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1258, 6, "Industrial Estate Barwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1259, 6, "Ismailabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1260, 6, "Jakhalmandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1261, 6, "Jhajjar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1262, 6, "Jind", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1263, 6, "Julana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1264, 6, "Kabri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1265, 6, "Kachrauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1266, 6, "Kaithal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1267, 6, "Kakar Majra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1268, 6, "Kalanaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1269, 6, "Kalanwali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1270, 6, "Kalayat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1271, 6, "Kalka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1272, 6, "Kanina", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1273, 6, "Karnal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1274, 6, "Kharkhoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1275, 6, "Khori Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1276, 6, "Kundli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1277, 6, "Kundli Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1278, 6, "Kurukshetra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1279, 6, "Ladrawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1280, 6, "Ladwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1281, 6, "Loharu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1282, 6, "Maham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1283, 6, "Mahendragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1284, 6, "Majra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1285, 6, "Mandi Dabwali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1286, 6, "Manesar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1287, 6, "Manethi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1288, 6, "Mayyer", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1289, 6, "Mustafabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1290, 6, "Nagal Chaudhry", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1291, 6, "Nagina", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1292, 6, "Naraingarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1293, 6, "Narnaul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1294, 6, "Narnaund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1295, 6, "Narwana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1296, 6, "Nilokheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1297, 6, "Nissing", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1298, 6, "Nuh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1299, 6, "Palwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1300, 6, "Panchkula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1301, 6, "Panipat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1302, 6, "Panipat Refinery Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1303, 6, "Pataudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1304, 6, "Pehowa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1305, 6, "Piala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1306, 6, "Pinagwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1307, 6, "Pinjore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1308, 6, "Punahana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1309, 6, "Pundri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1310, 6, "Radaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1311, 6, "Rai Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1312, 6, "Raipur Rani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1313, 6, "Ram Garh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1314, 6, "Rania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1315, 6, "Ratia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1316, 6, "Rewari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1317, 6, "Rohtak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1318, 6, "Roz Ka Meo Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1319, 6, "Sadaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1320, 6, "Safidon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1321, 6, "Saha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1322, 6, "Salamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1323, 6, "Samalkha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1324, 6, "Sampla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1325, 6, "Sankhol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1326, 6, "Shahbad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1327, 6, "Sikri Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1328, 6, "Sirsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1329, 6, "Siwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1330, 6, "Sohna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1331, 6, "Sonipat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1332, 6, "Sunari Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1333, 6, "Taoru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1334, 6, "Taraori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1335, 6, "Tohana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1336, 6, "Tosham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1337, 6, "Uchana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1338, 6, "Ugra Kheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1339, 6, "Uklanamandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1340, 6, "Uncha Siwana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1341, 6, "Yamunanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1342, 14, "Amb Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1343, 14, "Arki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1344, 14, "Baddi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1345, 14, "Baddi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1346, 14, "Badhal Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1347, 14, "Bagbania Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1348, 14, "Bain Attarian Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1349, 14, "Bakloh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1350, 14, "Banjar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1351, 14, "Barotiwala Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1352, 14, "Bhambla Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1353, 14, "Bhota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1354, 14, "Bhuntar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1355, 14, "Bilaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1356, 14, "Chail", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1357, 14, "Chamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1358, 14, "Chaupal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1359, 14, "Chuari Khas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1360, 14, "Dagshai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1361, 14, "Dalhousie", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1362, 14, "Daulatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1363, 14, "Dera Gopipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1364, 14, "Dharampur Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1365, 14, "Dharmsala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1366, 14, "Gagret", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1367, 14, "Gagret Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1368, 14, "Garnota Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1369, 14, "Ghumarwin", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1370, 14, "Golthai Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1371, 14, "Gondpur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1372, 14, "Hamirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1373, 14, "Hatil Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1374, 14, "Hill Top Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1375, 14, "Indora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1376, 14, "Jais Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1377, 14, "Jawalamukhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1378, 14, "Jhakhri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1379, 14, "Jharmajri EPIP Phase 1", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1380, 14, "Jogindarnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1381, 14, "Jubbal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1382, 14, "Jutogh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1383, 14, "Kala Amb Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1384, 14, "Kangra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1385, 14, "Kasauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1386, 14, "Kasol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1387, 14, "Keylong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1388, 14, "Keylong Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1389, 14, "Khajjiar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1390, 14, "Kinnaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1391, 14, "Kotkhai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1392, 14, "Kullu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1393, 14, "Lodhi Majra Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1394, 14, "Manali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1395, 14, "Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1396, 14, "Manikaran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1397, 14, "Mehatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1398, 14, "Moginand Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1399, 14, "Nadaun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1400, 14, "Nagri Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1401, 14, "Nagrota Bagwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1402, 14, "Nahan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1403, 14, "Naina Devi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1404, 14, "Nalagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1405, 14, "Narkanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1406, 14, "Nurpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1407, 14, "Palampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1408, 14, "Paonta Sahib", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1409, 14, "Parel Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1410, 14, "Parwanoo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1411, 14, "Pragpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1412, 14, "Raja Ka Bagh Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1413, 14, "Rajgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1414, 14, "Rampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1415, 14, "Ratti Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1416, 14, "Rawalsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1417, 14, "Reckong Peo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1418, 14, "Renuka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1419, 14, "Rohru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1420, 14, "Sabathu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1421, 14, "Sansarpur Terrace Growth Centre Industrial Ar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1422, 14, "Santokhgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1423, 14, "Sarkaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1424, 14, "Sauli Khad Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1425, 14, "Seoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1426, 14, "Shamshi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1427, 14, "Shimla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1428, 14, "Shivnagari Holi Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1429, 14, "Shoghi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1430, 14, "Shoghi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1431, 14, "Solan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1432, 14, "Solang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1433, 14, "Sundarnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1434, 14, "Tahliwala Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1435, 14, "Talai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1436, 14, "Theog", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1437, 14, "Tira Sujanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1438, 14, "Una", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1439, 14, "YOI", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1440, 1, "Achabal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1441, 1, "Akhnoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1442, 1, "Anantnag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1443, 1, "Arnia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1444, 1, "Arwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1445, 1, "Ashmuji Khalsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1446, 1, "Awantipora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1447, 1, "Bandipore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1448, 1, "Banihal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1449, 1, "Baramula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1450, 1, "Bari Brahmana EPIP Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1451, 1, "Bashohli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1452, 1, "Batote", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1453, 1, "Beerwah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1454, 1, "Bhaderwah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1455, 1, "Bijbehara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1456, 1, "Billawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1457, 1, "Bishna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1458, 1, "Chenani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1459, 1, "Choglamsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1460, 1, "Dachigam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1461, 1, "Doda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1462, 1, "Dras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1463, 1, "Duru Verinag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1464, 1, "Ganderbal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1465, 1, "Gho Manhasan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1466, 1, "Gorah Salathian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1467, 1, "Gulmarg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1468, 1, "Hajan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1469, 1, "Handwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1470, 1, "Hanle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1471, 1, "Hiranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1472, 1, "Jammu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1473, 1, "Jourian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1474, 1, "Kargil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1475, 1, "Kathua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1476, 1, "Katra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1477, 1, "Khan Sahib", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1478, 1, "Khilanmarg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1479, 1, "Khour", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1480, 1, "Khrew", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1481, 1, "Kishtwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1482, 1, "Kud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1483, 1, "Kukernag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1484, 1, "Kulgam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1485, 1, "Kunzer", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1486, 1, "Kupwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1487, 1, "Leh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1488, 1, "Magam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1489, 1, "Mattan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1490, 1, "Mohmmad Pora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1491, 1, "Nowgam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1492, 1, "Nowshehra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1493, 1, "Pahalgam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1494, 1, "Parole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1495, 1, "Patnitop", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1496, 1, "Pattan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1497, 1, "Pulwama", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1498, 1, "Punch", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1499, 1, "Qaimoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1500, 1, "Qazigund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1501, 1, "Rajauri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1502, 1, "Ramban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1503, 1, "Ramgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1504, 1, "Ramnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1505, 1, "Ranbirsinghpora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1506, 1, "Reasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1507, 1, "Rehambal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1508, 1, "Samba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1509, 1, "Seer Hamdan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1510, 1, "Shangus", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1511, 1, "Shopian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1512, 1, "Soolkoot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1513, 1, "Sopore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1514, 1, "Srinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1515, 1, "Sumbal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1516, 1, "Sunderbani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1517, 1, "Talwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1518, 1, "Thanamandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1519, 1, "Tral", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1520, 1, "Udhampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1521, 1, "Uri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1522, 1, "Vijay Pore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1523, 36, "AEC Complex", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1524, 36, "Akdoni Khurd", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1525, 36, "Alagdiha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1526, 36, "Amlabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1527, 36, "Angarpathar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1528, 36, "Ara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1529, 36, "Bachra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1530, 36, "Baharagora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1531, 36, "Baliapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1532, 36, "Baliari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1533, 36, "Balkundra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1534, 36, "Barajamda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1535, 36, "Bardubhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1536, 36, "Barharwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1537, 36, "Barhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1538, 36, "Barkakana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1539, 36, "Barki Saraiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1540, 36, "Barora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1541, 36, "Barughutu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1542, 36, "Barwadih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1543, 36, "Basaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1544, 36, "Basukinath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1545, 36, "Baua Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1546, 36, "Bekobar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1547, 36, "Berhait Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1548, 36, "Bermo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1549, 36, "Bhagatdih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1550, 36, "Bhandra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1551, 36, "Bhandra Bokaro District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1552, 36, "Bhim Kanari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1553, 36, "Bhojudih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1554, 36, "Bhowrah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1555, 36, "Bhuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1556, 36, "Bishnugarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1557, 36, "Bishrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1558, 36, "Bishrampur Latehar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1559, 36, "Bokaro Steel City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1560, 36, "Bokaro Thermal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1561, 36, "Bongabar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1562, 36, "Borio", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1563, 36, "Bundu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1564, 36, "Bursera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1565, 36, "Chaibasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1566, 36, "Chain Pur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1567, 36, "Chakradharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1568, 36, "Chakulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1569, 36, "Chandaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1570, 36, "Chandil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1571, 36, "Chandrapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1572, 36, "Chandwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1573, 36, "Charhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1574, 36, "Chatra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1575, 36, "Chauparan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1576, 36, "Chhatatanr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1577, 36, "Chhotaputki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1578, 36, "Chiria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1579, 36, "Chirkunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1580, 36, "Churi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1581, 36, "Daltonganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1582, 36, "Danguwapasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1583, 36, "Dari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1584, 36, "Deoghar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1585, 36, "Deorikalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1586, 36, "Dhanbad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1587, 36, "Dhanwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1588, 36, "Dhaunsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1589, 36, "Domchanch", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1590, 36, "Dugda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1591, 36, "Dumarkunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1592, 36, "Dumka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1593, 36, "Egarkunr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1594, 36, "Garhwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1595, 36, "Ghagra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1596, 36, "Ghatshila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1597, 36, "Gidi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1598, 36, "Giridih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1599, 36, "Gobindpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1600, 36, "Godda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1601, 36, "Godhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1602, 36, "Gomoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1603, 36, "Gua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1604, 36, "Gumia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1605, 36, "Gumla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1606, 36, "Haludpukhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1607, 36, "Hariharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1608, 36, "Harina", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1609, 36, "Hasir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1610, 36, "Hazaribagh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1611, 36, "Hesla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1612, 36, "Hussainabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1613, 36, "Irba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1614, 36, "Isri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1615, 36, "Jadugora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1616, 36, "Jagannathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1617, 36, "Jai Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1618, 36, "Jamadoba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1619, 36, "Jamshedpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1620, 36, "Jamtara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1621, 36, "Jangalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1622, 36, "Jaridih Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1623, 36, "Jasidih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1624, 36, "Jena", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1625, 36, "Jharia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1626, 36, "Jharia Khas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1627, 36, "Jhinghipahari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1628, 36, "Jhinkpani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1629, 36, "Jhumri Tilaiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1630, 36, "Jorapokhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1631, 36, "Kailudih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1632, 36, "Kalikapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1633, 36, "Kandra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1634, 36, "Kanke", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1635, 36, "Karma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1636, 36, "Karma Chatra District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1637, 36, "Karma Tanr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1638, 36, "Karmatanr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1639, 36, "Kathhara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1640, 36, "Katras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1641, 36, "Kedla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1642, 36, "Kenduadih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1643, 36, "Kharkhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1644, 36, "Kharsawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1645, 36, "Khelari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1646, 36, "Khunti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1647, 36, "Kiriburu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1648, 36, "Kodarma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1649, 36, "Kuju", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1650, 36, "Kumarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1651, 36, "Kumarpur Sahibganj District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1652, 36, "Kurpania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1653, 36, "Kustai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1654, 36, "Lakarka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1655, 36, "Lalpania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1656, 36, "Lapanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1657, 36, "Latehar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1658, 36, "Lohardaga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1659, 36, "Loyabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1660, 36, "Madhuban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1661, 36, "Madhupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1662, 36, "Mahagma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1663, 36, "Mahesh Mundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1664, 36, "Mahuda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1665, 36, "Maithon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1666, 36, "Majhion", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1667, 36, "Makoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1668, 36, "Malkera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1669, 36, "Mandu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1670, 36, "Manohar Pur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1671, 36, "Marar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1672, 36, "Marma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1673, 36, "Matigara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1674, 36, "Mera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1675, 36, "Meru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1676, 36, "Mihijam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1677, 36, "Mugma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1678, 36, "Muraidih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1679, 36, "Muri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1680, 36, "Musabani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1681, 36, "Nagri Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1682, 36, "Narra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1683, 36, "Netarhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1684, 36, "Nirsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1685, 36, "Noamundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1686, 36, "Okni No 2", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1687, 36, "Orla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1688, 36, "Pakaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1689, 36, "Palawa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1690, 36, "Panchet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1691, 36, "Panrra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1692, 36, "Paratdih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1693, 36, "Pathardih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1694, 36, "Patra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1695, 36, "Patratu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1696, 36, "Phusro", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1697, 36, "Pondarkanali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1698, 36, "Rajbhita", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1699, 36, "Rajmahal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1700, 36, "Ramgarh Cantonment", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1701, 36, "Ranchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1702, 36, "Ratu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1703, 36, "Rehla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1704, 36, "Religara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1705, 36, "Rohraband", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1706, 36, "Sahibganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1707, 36, "Sahnidih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1708, 36, "Sanri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1709, 36, "Saraidhela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1710, 36, "Saram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1711, 36, "Sarauni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1712, 36, "Satgawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1713, 36, "Saunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1714, 36, "Seraikela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1715, 36, "Sewai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1716, 36, "Shahpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1717, 36, "Sijhua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1718, 36, "Sijua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1719, 36, "Simdega", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1720, 36, "Sindri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1721, 36, "Sinduria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1722, 36, "Sini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1723, 36, "Sirka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1724, 36, "Siuliban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1725, 36, "Suranga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1726, 36, "Tapin", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1727, 36, "Tati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1728, 36, "Telo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1729, 36, "Telodih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1730, 36, "Tenu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1731, 36, "Tin Pahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1732, 36, "Tisra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1733, 36, "Topa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1734, 36, "Topchanchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1735, 36, "Torpa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1736, 36, "Toto", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1737, 36, "Tundiul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1738, 36, "Urimari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1739, 19, "Addur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1740, 19, "Adityapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1741, 19, "Adyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1742, 19, "Afzalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1743, 19, "Agumbe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1744, 19, "Aland", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1745, 19, "Alevoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1746, 19, "Allipura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1747, 19, "Alnavar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1748, 19, "Alur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1749, 19, "Amaravathi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1750, 19, "Ambikanagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1751, 19, "Amble Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1752, 19, "Aminagad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1753, 19, "Ankola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1754, 19, "Annigeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1755, 19, "Arasinakunte", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1756, 19, "Arkalgud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1757, 19, "Arkula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1758, 19, "Arsikere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1759, 19, "Athni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1760, 19, "Aurad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1761, 19, "Aversa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1762, 19, "Bada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1763, 19, "Badagaulipady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1764, 19, "Badami", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1765, 19, "Bagalkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1766, 19, "Bagepalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1767, 19, "Bail Hongal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1768, 19, "Bandipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1769, 19, "Bangarapet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1770, 19, "Bangarpet Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1771, 19, "Bankapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1772, 19, "Bannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1773, 19, "Bantval", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1774, 19, "Basavakalyan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1775, 19, "Basavana Bagevadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1776, 19, "Belgaum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1777, 19, "Bellary", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1778, 19, "Beltangadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1779, 19, "Belur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1780, 19, "Belur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1781, 19, "Benakanahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1782, 19, "Bengaluru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1783, 19, "Bethamangala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1784, 19, "Bhadravati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1785, 19, "Bhalki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1786, 19, "Bhatkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1787, 19, "Bhimarayanagudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1788, 19, "Bidadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1789, 19, "Bidadi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1790, 19, "Bidar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1791, 19, "Bijapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1792, 19, "Bilgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1793, 19, "Birur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1794, 19, "Bobruwada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1795, 19, "Byadgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1796, 19, "Challakere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1797, 19, "Chamarajanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1798, 19, "Channagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1799, 19, "Channapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1800, 19, "Channarayapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1801, 19, "Chelur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1802, 19, "Chik Ballapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1803, 19, "Chikballapur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1804, 19, "Chikkajajur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1805, 19, "Chikmagalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1806, 19, "Chiknayakanhalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1807, 19, "Chikodi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1808, 19, "Chincholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1809, 19, "Chintamani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1810, 19, "Chitapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1811, 19, "Chitgoppa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1812, 19, "Chitradurga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1813, 19, "Dandeli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1814, 19, "Dargajogihalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1815, 19, "Davanagere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1816, 19, "Devadurga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1817, 19, "Devanahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1818, 19, "Dharwad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1819, 19, "Dobaspet Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1820, 19, "Dod Ballapur Doddaballapur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1821, 19, "Doddaballapura Apparel Park", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1822, 19, "Donimalai Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1823, 19, "Elwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1824, 19, "Gadag Betigeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1825, 19, "Gajendragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1826, 19, "Gangawati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1827, 19, "Ganjimutt", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1828, 19, "Gargeswari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1829, 19, "Gauribidanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1830, 19, "Gejjalagere Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1831, 19, "Gogipeth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1832, 19, "Gokak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1833, 19, "Gokak Falls", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1834, 19, "Gonikoppal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1835, 19, "Gubbi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1836, 19, "Gudibanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1837, 19, "Gudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1838, 19, "Gulbarga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1839, 19, "Guledgudda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1840, 19, "Gundlupet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1841, 19, "Gurmatkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1842, 19, "Halga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1843, 19, "Haliyal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1844, 19, "Hampi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1845, 19, "Hangal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1846, 19, "Hanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1847, 19, "Haralahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1848, 19, "Haralapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1849, 19, "Harapanahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1850, 19, "Harihar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1851, 19, "Harohalli Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1852, 19, "Hassan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1853, 19, "Hatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1854, 19, "Hatti Gold Mines", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1855, 19, "Haveri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1856, 19, "HD Kote", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1857, 19, "Heroor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1858, 19, "Hirehally Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1859, 19, "Hirekerur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1860, 19, "Hiriyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1861, 19, "Holalkere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1862, 19, "Hole Narsipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1863, 19, "Homnabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1864, 19, "Honaga Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1865, 19, "Honavar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1866, 19, "Honnali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1867, 19, "Hoovina Hadagalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1868, 19, "Hosanagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1869, 19, "Hosdurga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1870, 19, "Hoskote", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1871, 19, "Hoskote Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1872, 19, "Hospet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1873, 19, "Hubli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1874, 19, "Hukeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1875, 19, "Huliyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1876, 19, "Humnabad Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1877, 19, "Hungund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1878, 19, "Hunsur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1879, 19, "Ilkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1880, 19, "Indi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1881, 19, "Jagalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1882, 19, "Jamkhandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1883, 19, "Jevargi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1884, 19, "Jog Falls", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1885, 19, "JSW Steel Plant", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1886, 19, "Kadakola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1887, 19, "Kadur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1888, 19, "Kadwad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1889, 19, "Kairangala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1890, 19, "Kakati Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1891, 19, "Kalghatgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1892, 19, "Kamalapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1893, 19, "Kamalnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1894, 19, "Kamatgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1895, 19, "Kampli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1896, 19, "Kanakapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1897, 19, "Kariyangala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1898, 19, "Karkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1899, 19, "Karwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1900, 19, "Kemmannugundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1901, 19, "Kerur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1902, 19, "Khanapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1903, 19, "Khangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1904, 19, "Kodiyal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1905, 19, "Kolambe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1906, 19, "Kolar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1907, 19, "Kollegal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1908, 19, "Kollur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1909, 19, "Konnur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1910, 19, "Koppa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1911, 19, "Koppal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1912, 19, "Koratagere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1913, 19, "Koteshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1914, 19, "Kotturu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1915, 19, "Krishnaraja Sagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1916, 19, "Krishnarajanagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1917, 19, "Krishnarajpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1918, 19, "Kudchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1919, 19, "Kudligi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1920, 19, "Kudremukh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1921, 19, "Kudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1922, 19, "Kumta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1923, 19, "Kundapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1924, 19, "Kundgol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1925, 19, "Kunigal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1926, 19, "Kunigal Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1927, 19, "Kurekuppa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1928, 19, "Kurgunta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1929, 19, "Kushalanagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1930, 19, "Kushtagi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1931, 19, "Kuvettu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1932, 19, "Lakshmeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1933, 19, "Lingsugur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1934, 19, "Londa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1935, 19, "Machche", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1936, 19, "Maddur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1937, 19, "Madhugiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1938, 19, "Madikeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1939, 19, "Magadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1940, 19, "Mahalingpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1941, 19, "Malavalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1942, 19, "Mallar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1943, 19, "Malur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1944, 19, "Malur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1945, 19, "Mandya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1946, 19, "Mandya Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1947, 19, "Mangalore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1948, 19, "Manipura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1949, 19, "Manjanady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1950, 19, "Manjunath Township Basavkalyan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1951, 19, "Manvi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1952, 19, "Manvi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1953, 19, "Mellahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1954, 19, "Molakalmuru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1955, 19, "Moodabettu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1956, 19, "Mouje Nandgad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1957, 19, "Mudalgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1958, 19, "Mudbidri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1959, 19, "Muddebihal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1960, 19, "Mudgal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1961, 19, "Mudhol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1962, 19, "Mudigere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1963, 19, "Muduperar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1964, 19, "Mulbagal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1965, 19, "Mulgund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1966, 19, "Mulki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1967, 19, "Mulur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1968, 19, "Mundargi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1969, 19, "Mundargi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1970, 19, "Mundgod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1971, 19, "Munirabad Project Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1972, 19, "Munnuru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1973, 19, "Mutga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1974, 19, "Mutga Gulbarga District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1975, 19, "Mysore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1976, 19, "Nadsal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1977, 19, "Nagamangala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1978, 19, "Nandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1979, 19, "Nandur Kesartigi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1980, 19, "Nanjangud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1981, 19, "Narasapura Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1982, 19, "Narasimharajapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1983, 19, "Naregal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1984, 19, "Nargund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1985, 19, "Narikombu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1986, 19, "Navalgund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1987, 19, "Navoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1988, 19, "Nelamangala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1989, 19, "Nipani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1990, 19, "Pandavapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1991, 19, "Pattadakal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1992, 19, "Pavagada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1993, 19, "Periyapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1994, 19, "Pudu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1995, 19, "Puttur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1996, 19, "Rabkavi-Banhatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1997, 19, "Raichur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1998, 19, "Raichur Growth Centre Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (1999, 19, "Ramanagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2000, 19, "Ramdurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2001, 19, "Ranebennur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2002, 19, "Raybag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2003, 19, "Robertsonpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2004, 19, "Ron", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2005, 19, "Sadalgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2006, 19, "Sagagur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2007, 19, "Sagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2008, 19, "Sajipanadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2009, 19, "Sakleshpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2010, 19, "Saligram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2011, 19, "Sambra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2012, 19, "Sandur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2013, 19, "Sankeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2014, 19, "Sanoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2015, 19, "Sathyamangala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2016, 19, "Sattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2017, 19, "Saundatti-Yellamma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2018, 19, "Savanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2019, 19, "Sedam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2020, 19, "Shahabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2021, 19, "Shahabad ACC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2022, 19, "Shahpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2023, 19, "Shaktinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2024, 19, "Shiggaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2025, 19, "Shikarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2026, 19, "Shimoga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2027, 19, "Shirawad Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2028, 19, "Shirhatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2029, 19, "Shorapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2030, 19, "Shravanabelgola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2031, 19, "Siddapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2032, 19, "Sidlaghatta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2033, 19, "Sindgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2034, 19, "Sindhnur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2035, 19, "Sira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2036, 19, "Siralkoppa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2037, 19, "Sirsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2038, 19, "Siruguppa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2039, 19, "Solebhavi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2040, 19, "Somanahalli Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2041, 19, "Somvarpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2042, 19, "Sorab", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2043, 19, "Sringeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2044, 19, "Srinivaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2045, 19, "Srirampura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2046, 19, "Srirangapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2047, 19, "Sulya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2048, 19, "T Narsipura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2049, 19, "Talikota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2050, 19, "Talipady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2051, 19, "Tarikere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2052, 19, "Tattilli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2053, 19, "Tekkalakote", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2054, 19, "Terdal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2055, 19, "Thandya Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2056, 19, "Thimmenahalli Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2057, 19, "Thumbe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2058, 19, "Tiptur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2059, 19, "Tirthahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2060, 19, "Tumkur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2061, 19, "Turuvekere", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2062, 19, "Udupi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2063, 19, "Ullal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2064, 19, "Uppinangady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2065, 19, "Vaddu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2066, 19, "Varamballi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2067, 19, "Vasantha Narasapura Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2068, 19, "Venkatapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2069, 19, "Vijayapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2070, 19, "Virajpete", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2071, 19, "Vittal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2072, 19, "Wadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2073, 19, "Yadgir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2074, 19, "Yelandur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2075, 19, "Yelbarga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2076, 19, "Yellapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2077, 19, "Yellur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2078, 3, "Abdu Rahiman Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2079, 3, "Adat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2080, 3, "Adichanalloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2081, 3, "Adinad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2082, 3, "Adoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2083, 3, "Aimanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2084, 3, "Ajanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2085, 3, "Akathiyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2086, 3, "Ala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2087, 3, "Alamcode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2088, 3, "Alamcode Thiruvananthapuram District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2089, 3, "Alappuzha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2090, 3, "Alathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2091, 3, "Alur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2092, 3, "Aluva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2093, 3, "Amballur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2094, 3, "Ancharakandy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2095, 3, "Angadipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2096, 3, "Angamaly", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2097, 3, "Anthicad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2098, 3, "Ariyallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2099, 3, "Arookutty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2100, 3, "Aroor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2101, 3, "Athirampuzha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2102, 3, "Athiyannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2103, 3, "Atholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2104, 3, "Attingal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2105, 3, "Avanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2106, 3, "Avinissery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2107, 3, "Avittathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2108, 3, "Ayancheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2109, 3, "Ayanivelikulangara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2110, 3, "Azhikode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2111, 3, "Azhiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2112, 3, "Azhoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2113, 3, "Balusseri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2114, 3, "Bangramanjeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2115, 3, "Beypore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2116, 3, "Bharanikkavu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2117, 3, "Brahmakulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2118, 3, "Chala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2119, 3, "Chalakudy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2120, 3, "Changanacherry", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2121, 3, "Chavakkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2122, 3, "Chavara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2123, 3, "Chekkiad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2124, 3, "Chelakkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2125, 3, "Chelannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2126, 3, "Cheleri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2127, 3, "Chelora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2128, 3, "Chemancheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2129, 3, "Chendamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2130, 3, "Chendrappini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2131, 3, "Chengala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2132, 3, "Chengamanad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2133, 3, "Chengannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2134, 3, "Chennithala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2135, 3, "Cheppad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2136, 3, "Cheranallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2137, 3, "Cheriyamundam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2138, 3, "Cherthala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2139, 3, "Cherukavu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2140, 3, "Cheruthazham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2141, 3, "Cheruthuruthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2142, 3, "Chevvoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2143, 3, "Chingoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2144, 3, "Chirakkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2145, 3, "Chiramanangad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2146, 3, "Chiranellur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2147, 3, "Chittanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2148, 3, "Chittur-Thathamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2149, 3, "Chockli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2150, 3, "Choolissery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2151, 3, "Choondal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2152, 3, "Choornikkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2153, 3, "Chowwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2154, 3, "Desamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2155, 3, "Dharmadom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2156, 3, "Edacheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2157, 3, "Edakkode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2158, 3, "Edappal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2159, 3, "Edathala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2160, 3, "Edathirinji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2161, 3, "Edathiruthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2162, 3, "Edavilangu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2163, 3, "Elampalloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2164, 3, "Elayavoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2165, 3, "Eloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2166, 3, "Enkakkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2167, 3, "Eramala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2168, 3, "Eramalloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2169, 3, "Eranellur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2170, 3, "Eranholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2171, 3, "Erattupetta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2172, 3, "Eravattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2173, 3, "Eravu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2174, 3, "Ernakulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2175, 3, "Eruvatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2176, 3, "Ettumanoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2177, 3, "Eyyal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2178, 3, "Feroke", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2179, 3, "Guruvayur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2180, 3, "Haripad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2181, 3, "Hosabettu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2182, 3, "Idukki Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2183, 3, "Irikkur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2184, 3, "Irimbiliyam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2185, 3, "Iringal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2186, 3, "Iringaprom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2187, 3, "Irinjalakuda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2188, 3, "Iriveri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2189, 3, "Iroopara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2190, 3, "Kadachira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2191, 3, "Kadamakkudy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2192, 3, "Kadannappalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2193, 3, "Kadavallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2194, 3, "Kadikkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2195, 3, "Kadirur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2196, 3, "Kadungalloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2197, 3, "Kaipamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2198, 3, "Kalady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2199, 3, "Kalady Ernakulam District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2200, 3, "Kalamassery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2201, 3, "Kallelibhagom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2202, 3, "Kallettumkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2203, 3, "Kalliasseri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2204, 3, "Kalliyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2205, 3, "Kallur- Thekkummuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2206, 3, "Kalpetta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2207, 3, "Kandamkunnu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2208, 3, "Kandanassery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2209, 3, "Kanhangad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2210, 3, "Kanhirode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2211, 3, "Kaniyarkode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2212, 3, "Kanjikkuzhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2213, 3, "Kanjikode Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2214, 3, "Kanjiramkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2215, 3, "Kannadiparamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2216, 3, "Kannamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2217, 3, "Kannamangalam Alappuzha District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2218, 3, "Kannapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2219, 3, "Kannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2220, 3, "Karamuck", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2221, 3, "Karikkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2222, 3, "Karivellur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2223, 3, "Kariyannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2224, 3, "Karthikappally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2225, 3, "Karunagappally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2226, 3, "Karuvanthuruthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2227, 3, "Kasaragod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2228, 3, "Kattakampal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2229, 3, "Kattanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2230, 3, "Kattappana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2231, 3, "Kattipparuthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2232, 3, "Kattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2233, 3, "Kayamkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2234, 3, "Keekan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2235, 3, "Keerikkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2236, 3, "Keezhallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2237, 3, "Keezhariyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2238, 3, "Kinfra Small Industries Park", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2239, 3, "Kizhakkummuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2240, 3, "Kizhuparamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2241, 3, "Kizhuppillikkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2242, 3, "Kizhuvalam -Koonthalloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2243, 3, "Kochi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2244, 3, "Kodungallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2245, 3, "Kodur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2246, 3, "Koipady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2247, 3, "Kolacherry", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2248, 3, "Kolavelloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2249, 3, "Kolazhy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2250, 3, "Kollam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2251, 3, "Komalapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2252, 3, "Kondotty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2253, 3, "Koodali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2254, 3, "Koothali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2255, 3, "Koothuparamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2256, 3, "Koottilangadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2257, 3, "Koratty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2258, 3, "Kothamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2259, 3, "Kottakal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2260, 3, "Kottamkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2261, 3, "Kottappally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2262, 3, "Kottappuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2263, 3, "Kottarakkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2264, 3, "Kottayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2265, 3, "Kottayam-Malabar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2266, 3, "Kottuvally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2267, 3, "Kovalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2268, 3, "Kozhenchery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2269, 3, "Kozhikode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2270, 3, "Kozhukkallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2271, 3, "Kozhukkully", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2272, 3, "Krishnapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2273, 3, "Kudlu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2274, 3, "Kulasekharapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2275, 3, "Kulathummal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2276, 3, "Kumarakom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2277, 3, "Kumaranellur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2278, 3, "Kumarapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2279, 3, "Kumbalangy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2280, 3, "Kumily", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2281, 3, "Kunjathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2282, 3, "Kunnamkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2283, 3, "Kunnathunad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2284, 3, "Kunnummal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2285, 3, "Kurattissery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2286, 3, "Kureekkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2287, 3, "Kurumathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2288, 3, "Kurumpilavu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2289, 3, "Kuruvattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2290, 3, "Kuthiathode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2291, 3, "Kuttiattoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2292, 3, "Kuttippuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2293, 3, "Madhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2294, 3, "Malappuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2295, 3, "Manakkody", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2296, 3, "Manakunnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2297, 3, "Manalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2298, 3, "Manantheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2299, 3, "Manavalassery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2300, 3, "Mangalpady", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2301, 3, "Mangattidam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2302, 3, "Maniyat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2303, 3, "Maniyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2304, 3, "Maniyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2305, 3, "Manjeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2306, 3, "Manjeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2307, 3, "Mannanchery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2308, 3, "Mannar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2309, 3, "Mannarkad-I", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2310, 3, "Marampilly", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2311, 3, "Marancheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2312, 3, "Marathakkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2313, 3, "Mattannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2314, 3, "Mavelikkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2315, 3, "Mavilayi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2316, 3, "Mavoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2317, 3, "Mayyanad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2318, 3, "Mayyil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2319, 3, "Meenad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2320, 3, "Menhaniam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2321, 3, "Meppayyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2322, 3, "Mokeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2323, 3, "Moonniyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2324, 3, "Muhamma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2325, 3, "Mulamthuruthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2326, 3, "Mulavukad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2327, 3, "Mullassery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2328, 3, "Mundathikode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2329, 3, "Munderi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2330, 3, "Munnar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2331, 3, "Muthukulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2332, 3, "Muthuthala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2333, 3, "Muvattupuzha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2334, 3, "Muzhappilangad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2335, 3, "Nadapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2336, 3, "Nadathara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2337, 3, "Naduvannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2338, 3, "Naduvattom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2339, 3, "Nanmanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2340, 3, "Nannambra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2341, 3, "Narath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2342, 3, "Nattakam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2343, 3, "Nedumangad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2344, 3, "Nedumpana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2345, 3, "Nedumpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2346, 3, "Neduva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2347, 3, "Nelluwaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2348, 3, "Nenmenikkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2349, 3, "New Mahe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2350, 3, "Neyyattinkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2351, 3, "Nilambur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2352, 3, "Njarackal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2353, 3, "North -Thrikkaripur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2354, 3, "Oachira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2355, 3, "Olavanna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2356, 3, "Ongallur- I", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2357, 3, "Ongallur- II", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2358, 3, "Othukkungal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2359, 3, "Ottappalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2360, 3, "Padiyam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2361, 3, "Padiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2362, 3, "Paduvilayi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2363, 3, "Palai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2364, 3, "Palakkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2365, 3, "Palayad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2366, 3, "Palissery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2367, 3, "Pallichal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2368, 3, "Pallikkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2369, 3, "Pallikkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2370, 3, "Pallikkunnu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2371, 3, "Pallippuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2372, 3, "Pallippuram Thiruvananthapuram District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2373, 3, "Pallippuram Thrissur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2374, 3, "Paluvai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2375, 3, "Panachikkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2376, 3, "Panangad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2377, 3, "Panangad Kozhikode District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2378, 3, "Panayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2379, 3, "Panmana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2380, 3, "Panniyannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2381, 3, "Panoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2382, 3, "Pantheeramkavu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2383, 3, "Pappinisseri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2384, 3, "Pappinivattom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2385, 3, "Parakkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2386, 3, "Parappukkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2387, 3, "Parappur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2388, 3, "Parassala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2389, 3, "Parasuvaikkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2390, 3, "Paravoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2391, 3, "Paravur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2392, 3, "Pariyaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2393, 3, "Pathanamthitta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2394, 3, "Pathirappally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2395, 3, "Pathiriyad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2396, 3, "Pathiyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2397, 3, "Pattiom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2398, 3, "Pavaratty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2399, 3, "Payyannur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2400, 3, "Pazhanji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2401, 3, "Peermade", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2402, 3, "Perakam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2403, 3, "Peralasseri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2404, 3, "Perinad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2405, 3, "Peringathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2406, 3, "Perinjanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2407, 3, "Perinthalmanna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2408, 3, "Perole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2409, 3, "Perumanna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2410, 3, "Perumbaikad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2411, 3, "Perumbavoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2412, 3, "Peruvallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2413, 3, "Pilicode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2414, 3, "Pinarayi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2415, 3, "Ponmundam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2416, 3, "Ponnani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2417, 3, "Poomangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2418, 3, "Poothakkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2419, 3, "Porathissery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2420, 3, "Pottore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2421, 3, "Pudussery Central", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2422, 3, "Pudussery West", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2423, 3, "Pullur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2424, 3, "Punalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2425, 3, "Punnayur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2426, 3, "Punnayurkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2427, 3, "Puranattukara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2428, 3, "Puthencruz", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2429, 3, "Puthukkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2430, 3, "Puthunagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2431, 3, "Puthuppally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2432, 3, "Puthur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2433, 3, "Puzhathi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2434, 3, "Quilandy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2435, 3, "Ramanattukara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2436, 3, "Shiriya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2437, 3, "Shoranur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2438, 3, "South - Thrikkaripur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2439, 3, "Talakkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2440, 3, "Talikkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2441, 3, "Taliparamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2442, 3, "Tanalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2443, 3, "Thaikattussery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2444, 3, "Thaikkad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2445, 3, "Thalakkulathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2446, 3, "Thalassery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2447, 3, "Thangalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2448, 3, "Thanniyam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2449, 3, "Thazhakara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2450, 3, "Thazhecode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2451, 3, "Thazhuthala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2452, 3, "Thekkumkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2453, 3, "Thennala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2454, 3, "Thikkody", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2455, 3, "Thirumittacode-II", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2456, 3, "Thirunavaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2457, 3, "Thiruvalla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2458, 3, "Thiruvananthapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2459, 3, "Thiruvankulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2460, 3, "Thodiyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2461, 3, "Thodupuzha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2462, 3, "Thottada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2463, 3, "Thrikkadavoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2464, 3, "Thrikkaruva", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2465, 3, "Thrikkovilvattom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2466, 3, "Thrippunithura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2467, 3, "Thrissur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2468, 3, "Thrithala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2469, 3, "Thuneri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2470, 3, "Thurayur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2471, 3, "Tirur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2472, 3, "Tirurangadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2473, 3, "Trikkur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2474, 3, "Triprangode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2475, 3, "Udma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2476, 3, "Uliyazhathura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2477, 3, "Ulliyeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2478, 3, "Uppala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2479, 3, "Urakam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2480, 3, "Vadakara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2481, 3, "Vadakkekad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2482, 3, "Vadakkumkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2483, 3, "Vadakkummuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2484, 3, "Vadakkumthala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2485, 3, "Vadama", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2486, 3, "Vadanappally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2487, 3, "Vaikom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2488, 3, "Vakkom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2489, 3, "Valapattanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2490, 3, "Valayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2491, 3, "Vallachira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2492, 3, "Vandiperiyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2493, 3, "Vaniyamkulam-II", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2494, 3, "Varam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2495, 3, "Varappuzha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2496, 3, "Varkala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2497, 3, "Vattappara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2498, 3, "Vayalar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2499, 3, "Vazhakkala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2500, 3, "Vazhakulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2501, 3, "Vazhayur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2502, 3, "Veiloor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2503, 3, "Vellanikkara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2504, 3, "Velur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2505, 3, "Veluthur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2506, 3, "Venganoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2507, 3, "Vengara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2508, 3, "Vengola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2509, 3, "Venkitangu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2510, 3, "Venmanad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2511, 3, "Vilappil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2512, 3, "Villiappally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2513, 3, "Vylathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2514, 3, "Vythiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2515, 3, "Wadakkanchery", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2516, 20, "Agatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2517, 20, "Amini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2518, 20, "Kavaratti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2519, 20, "Minicoy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2520, 10, "Agar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2521, 10, "Ahirkhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2522, 10, "Ahirkhedi, Indore District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2523, 10, "Ajaygarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2524, 10, "Akoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2525, 10, "Akodia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2526, 10, "Alampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2527, 10, "Alirajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2528, 10, "Alot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2529, 10, "Amanganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2530, 10, "Amarkantak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2531, 10, "Amarpatan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2532, 10, "Amarwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2533, 10, "Ambada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2534, 10, "Ambah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2535, 10, "Amkhera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2536, 10, "Amla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2537, 10, "Amlai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2538, 10, "Anjad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2539, 10, "Antari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2540, 10, "Anuppur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2541, 10, "Aron", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2542, 10, "Ashoknagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2543, 10, "Ashta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2544, 10, "Athner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2545, 10, "Babai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2546, 10, "Bada-Malhera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2547, 10, "Badarwas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2548, 10, "Badi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2549, 10, "Badkuhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2550, 10, "Badnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2551, 10, "Badnawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2552, 10, "Badod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2553, 10, "Badoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2554, 10, "Badra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2555, 10, "Bagh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2556, 10, "Bagli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2557, 10, "Baihar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2558, 10, "Baikunthpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2559, 10, "Balaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2560, 10, "Baldeogarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2561, 10, "Bamhani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2562, 10, "Bamor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2563, 10, "Bamor Morena", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2564, 10, "Bamora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2565, 10, "Banda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2566, 10, "Bandhawagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2567, 10, "Bangarda Bada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2568, 10, "Bangawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2569, 10, "Bank", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2570, 10, "Bansatar Kheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2571, 10, "Baragaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2572, 10, "Baragaon Shajapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2573, 10, "Barauda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2574, 10, "Barela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2575, 10, "Bareli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2576, 10, "Barghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2577, 10, "Bargi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2578, 10, "Barhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2579, 10, "Barigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2580, 10, "Barman Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2581, 10, "Baroda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2582, 10, "Barwaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2583, 10, "Barwaha Kasba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2584, 10, "Barwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2585, 10, "Basoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2586, 10, "Begamganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2587, 10, "Beohari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2588, 10, "Berasia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2589, 10, "Betma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2590, 10, "Betul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2591, 10, "Betul Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2592, 10, "Bhainsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2593, 10, "Bhainsdehi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2594, 10, "Bhander", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2595, 10, "Bhanpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2596, 10, "Bharveli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2597, 10, "Bhavra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2598, 10, "Bhedaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2599, 10, "Bhicholi Hapsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2600, 10, "Bhikangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2601, 10, "Bhilakhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2602, 10, "Bhind", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2603, 10, "Bhitarwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2604, 10, "Bhonrasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2605, 10, "Bhopal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2606, 10, "Biaora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2607, 10, "Bichhiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2608, 10, "Bichhiya Vidisha District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2609, 10, "Bijawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2610, 10, "Bijuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2611, 10, "Bilaua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2612, 10, "Bina", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2613, 10, "Birsinghpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2614, 10, "Boda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2615, 10, "Borgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2616, 10, "Budni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2617, 10, "Burhanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2618, 10, "Burhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2619, 10, "Buxwaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2620, 10, "Chachaura-Binaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2621, 10, "Chakghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2622, 10, "Chandameta Butaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2623, 10, "Chanderi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2624, 10, "Chandia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2625, 10, "Chandla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2626, 10, "Chaurai Khas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2627, 10, "Chhapiheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2628, 10, "Chhatarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2629, 10, "Chhattarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2630, 10, "Chhindwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2631, 10, "Chhipabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2632, 10, "Chhota Chhindwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2633, 10, "Chichli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2634, 10, "Chicholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2635, 10, "Chitrakoot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2636, 10, "Churhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2637, 10, "Daboh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2638, 10, "Dabra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2639, 10, "Dahi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2640, 10, "Damoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2641, 10, "Damua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2642, 10, "Datia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2643, 10, "Dehrisaray", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2644, 10, "Deodara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2645, 10, "Deohara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2646, 10, "Deori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2647, 10, "Deori, Shahdol District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2648, 10, "Depalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2649, 10, "Devendranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2650, 10, "Dewas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2651, 10, "Dhamnod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2652, 10, "Dhamnod Ratlam District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2653, 10, "Dhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2654, 10, "Dhanpuri Nargada Hari Dafai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2655, 10, "Dhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2656, 10, "Dharampuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2657, 10, "Dhodaramohar Alias Bhoura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2658, 10, "Dighawani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2659, 10, "Diken", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2660, 10, "Dindori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2661, 10, "Dola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2662, 10, "Dongar Parasia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2663, 10, "Dumar Kachhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2664, 10, "Dungariya Chhapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2665, 10, "Emlikheda Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2666, 10, "Gadarwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2667, 10, "Gairatganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2668, 10, "Gamiria Sagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2669, 10, "Gandhi Sagar Haidel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2670, 10, "Garhakota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2671, 10, "Garhi -Malhara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2672, 10, "Garoth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2673, 10, "Garra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2674, 10, "Gautampura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2675, 10, "Ghansaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2676, 10, "Ghoda Dongri Ryt", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2677, 10, "Ghuwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2678, 10, "Gogapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2679, 10, "Gohad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2680, 10, "Gormi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2681, 10, "Govindgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2682, 10, "Guna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2683, 10, "Gurh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2684, 10, "Gwalior", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2685, 10, "Hanumana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2686, 10, "Harda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2687, 10, "Harduli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2688, 10, "Harpalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2689, 10, "Harrai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2690, 10, "Harsud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2691, 10, "Hat Piplia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2692, 10, "Hatod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2693, 10, "Hatpiplya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2694, 10, "Hatta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2695, 10, "Hindoria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2696, 10, "Hirapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2697, 10, "Hirdepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2698, 10, "Hoshangabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2699, 10, "Ichhawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2700, 10, "Iklehra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2701, 10, "Indergarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2702, 10, "Indore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2703, 10, "Industrial Area Jagakhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2704, 10, "Isagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2705, 10, "Itarsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2706, 10, "Jabalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2707, 10, "Jabera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2708, 10, "Jaisinghnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2709, 10, "Jaithari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2710, 10, "Jaitpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2711, 10, "Jaitpur Chhatarpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2712, 10, "Jaitwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2713, 10, "Jamai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2714, 10, "Jaora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2715, 10, "Jata Chhapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2716, 10, "Jatara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2717, 10, "Jawad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2718, 10, "Jawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2719, 10, "Jaypee Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2720, 10, "Jeron Khalsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2721, 10, "Jhabua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2722, 10, "Jhundpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2723, 10, "Jiran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2724, 10, "Jirapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2725, 10, "Jobat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2726, 10, "Joura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2727, 10, "Kailaras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2728, 10, "Kakarhati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2729, 10, "Kali Chhapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2730, 10, "Kanad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2731, 10, "Kannod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2732, 10, "Kantaphod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2733, 10, "Kareli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2734, 10, "Karera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2735, 10, "Kari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2736, 10, "Karnawad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2737, 10, "Karrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2738, 10, "Kasrawad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2739, 10, "Katangi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2740, 10, "Katangi, Jabalpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2741, 10, "Kelhauri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2742, 10, "Keolari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2743, 10, "Khacharod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2744, 10, "Khairi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2745, 10, "Khajuraho", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2746, 10, "Khand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2747, 10, "Khandwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2748, 10, "Khaniyadhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2749, 10, "Khargapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2750, 10, "Khargone", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2751, 10, "Khategaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2752, 10, "Khetia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2753, 10, "Khilchipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2754, 10, "Khirkiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2755, 10, "Khor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2756, 10, "Khujner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2757, 10, "Khurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2758, 10, "Kirnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2759, 10, "Kolar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2760, 10, "Kolaras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2761, 10, "Kosmi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2762, 10, "Kotar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2763, 10, "Kothi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2764, 10, "Kothri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2765, 10, "Kotma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2766, 10, "Kukdeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2767, 10, "Kukshi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2768, 10, "Kumbhraj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2769, 10, "Kundam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2770, 10, "Kurwai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2771, 10, "Kymore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2772, 10, "Ladhaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2773, 10, "Lahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2774, 10, "Lakhnadon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2775, 10, "Lanji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2776, 10, "Lateri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2777, 10, "Laundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2778, 10, "Lodhikheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2779, 10, "Loharda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2780, 10, "Machalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2781, 10, "Madai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2782, 10, "Madhawgdha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2783, 10, "Maharajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2784, 10, "Maheshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2785, 10, "Mahidpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2786, 10, "Mahura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2787, 10, "Maihar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2788, 10, "Maihar Cement Factory Sarlanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2789, 10, "Majhgawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2790, 10, "Majhgawan Jabalpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2791, 10, "Majhgawan Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2792, 10, "Majholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2793, 10, "Makdon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2794, 10, "Makronia Buzurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2795, 10, "Maksi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2796, 10, "Malajkhand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2797, 10, "Malanpur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2798, 10, "Malhargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2799, 10, "Maliya Guda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2800, 10, "Manasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2801, 10, "Manawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2802, 10, "Mandideep", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2803, 10, "Mandla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2804, 10, "Mandleshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2805, 10, "Mandsaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2806, 10, "Mandu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2807, 10, "Maneri Industrial Growth Centre", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2808, 10, "Mangalya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2809, 10, "Mangawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2810, 10, "Manpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2811, 10, "Mau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2812, 10, "Mauganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2813, 10, "Meghnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2814, 10, "Mehgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2815, 10, "Mhow", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2816, 10, "Mihona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2817, 10, "Mohgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2818, 10, "Morar Cantt", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2819, 10, "Morena", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2820, 10, "Multai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2821, 10, "Mundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2822, 10, "Mungaoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2823, 10, "Murwara Katni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2824, 10, "Nagda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2825, 10, "Nagod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2826, 10, "Nagri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2827, 10, "Nai-Garhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2828, 10, "Nainpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2829, 10, "Nalkheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2830, 10, "Namli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2831, 10, "Nanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2832, 10, "Narayangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2833, 10, "Narsimhapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2834, 10, "Narsingarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2835, 10, "Narsinghgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2836, 10, "Narwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2837, 10, "Nasrullaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2838, 10, "Naudhia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2839, 10, "Neemuch", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2840, 10, "Nepanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2841, 10, "New Harsud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2842, 10, "Newton Chikhli Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2843, 10, "Niwari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2844, 10, "Niwas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2845, 10, "Nowgong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2846, 10, "Nowrozabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2847, 10, "Omkareshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2848, 10, "Orchha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2849, 10, "Ordnance Factory Itarsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2850, 10, "Pachmarhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2851, 10, "Pachore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2852, 10, "Pal Chaurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2853, 10, "Palera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2854, 10, "Palsud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2855, 10, "Panagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2856, 10, "Panara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2857, 10, "Pandhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2858, 10, "Pandhurna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2859, 10, "Pandhurna Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2860, 10, "Pankhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2861, 10, "Panna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2862, 10, "Pansemal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2863, 10, "Pasan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2864, 10, "Patan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2865, 10, "Patharia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2866, 10, "Pawai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2867, 10, "Petlawad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2868, 10, "Phuphkalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2869, 10, "Pichhore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2870, 10, "Pichhore, Gwalior District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2871, 10, "Pindrai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2872, 10, "Pipalrawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2873, 10, "Pipariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2874, 10, "Pipariya Jabalpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2875, 10, "Pipariya, Jabalpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2876, 10, "Piplanarayanwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2877, 10, "Piploda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2878, 10, "Piplya Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2879, 10, "Pipri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2880, 10, "Pithampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2881, 10, "Pithampur Industrial Hub", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2882, 10, "Polaykalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2883, 10, "Porsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2884, 10, "Prithvipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2885, 10, "Purena", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2886, 10, "Raghogarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2887, 10, "Rahatgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2888, 10, "Raisen", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2889, 10, "Rajakhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2890, 10, "Rajgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2891, 10, "Rajgarh, Dhar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2892, 10, "Rajnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2893, 10, "Rajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2894, 10, "Rampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2895, 10, "Rampur Baghelan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2896, 10, "Rampura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2897, 10, "Ranapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2898, 10, "Ranipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2899, 10, "Ratangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2900, 10, "Ratlam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2901, 10, "Rau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2902, 10, "Raymond Chhindwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2903, 10, "Raymond Colony Vijay Gram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2904, 10, "Rehli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2905, 10, "Rehti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2906, 10, "Rewa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2907, 10, "Rosera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2908, 10, "Sabalgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2909, 10, "Sabo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2910, 10, "Sagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2911, 10, "Sailana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2912, 10, "Sanawad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2913, 10, "Sanchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2914, 10, "Sangvi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2915, 10, "Sanjay Gandhi Thermal Power Station", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2916, 10, "Sanwer", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2917, 10, "Sarangpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2918, 10, "Sardarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2919, 10, "Sarni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2920, 10, "Satai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2921, 10, "Satna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2922, 10, "Satwas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2923, 10, "Sausar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2924, 10, "Sehore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2925, 10, "Semaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2926, 10, "Sendhwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2927, 10, "Seondha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2928, 10, "Seoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2929, 10, "Seoni-Malwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2930, 10, "Sethiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2931, 10, "Shahdol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2932, 10, "Shahgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2933, 10, "Shahpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2934, 10, "Shahpur, Betul District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2935, 10, "Shahpur, Sagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2936, 10, "Shahpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2937, 10, "Shahpura, Jabalpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2938, 10, "Shajapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2939, 10, "Shamgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2940, 10, "Shamshabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2941, 10, "Sheopur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2942, 10, "Shivpuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2943, 10, "Shujalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2944, 10, "Sidgunwa Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2945, 10, "Sidhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2946, 10, "Sihora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2947, 10, "Silwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2948, 10, "Singoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2949, 10, "Singrauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2950, 10, "Sinhasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2951, 10, "Sirgora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2952, 10, "Sirmaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2953, 10, "Sironj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2954, 10, "Sitamau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2955, 10, "Siya Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2956, 10, "Sohagi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2957, 10, "Sohagpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2958, 10, "Sonkatch", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2959, 10, "Soyatkalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2960, 10, "Sultanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2961, 10, "Susner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2962, 10, "Suswasara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2963, 10, "Suthaliya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2964, 10, "Tal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2965, 10, "Talen", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2966, 10, "Tarana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2967, 10, "Taricharkalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2968, 10, "Tekanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2969, 10, "Tendukheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2970, 10, "Tendukheda Damoh District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2971, 10, "Teonthar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2972, 10, "Thandla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2973, 10, "Tikamgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2974, 10, "Timarni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2975, 10, "Tirodi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2976, 10, "Tonk Khurd", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2977, 10, "Ubaidullahganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2978, 10, "Udaipura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2979, 10, "Udaypur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2980, 10, "Ujjain", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2981, 10, "Ukwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2982, 10, "Umaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2983, 10, "Unchahara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2984, 10, "Unhel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2985, 10, "Vidisha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2986, 10, "Vijaypur Sheopur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2987, 10, "Vijayraghavgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2988, 10, "Vindhya Nagar NTPC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2989, 10, "Waraseoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2990, 26, "Aamby Valley", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2991, 26, "Achalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2992, 26, "Achalpur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2993, 26, "Additional Chandrapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2994, 26, "Aheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2995, 26, "Ahmadnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2996, 26, "Ahmadpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2997, 26, "Ahmadpur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2998, 26, "Ajanta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (2999, 26, "Ajara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3000, 26, "Ajara MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3001, 26, "Akkalkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3002, 26, "Akkalkuwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3003, 26, "Akluj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3004, 26, "Akola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3005, 26, "Akot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3006, 26, "Alandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3007, 26, "Alibag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3008, 26, "Allapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3009, 26, "Amalner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3010, 26, "Amalner MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3011, 26, "Ambad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3012, 26, "Ambarnath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3013, 26, "Ambejogai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3014, 26, "Ambepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3015, 26, "Ambivali Tarf Wankhal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3016, 26, "Amboli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3017, 26, "Amgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3018, 26, "Amravati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3019, 26, "Anjangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3020, 26, "Anjarle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3021, 26, "Arvi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3022, 26, "Asangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3023, 26, "Asangaon Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3024, 26, "Ashta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3025, 26, "Ashti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3026, 26, "Ashti Gadchiroli District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3027, 26, "Ashti MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3028, 26, "Ashti Wardha District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3029, 26, "Atgaon Industrial Complex", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3030, 26, "Aurangabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3031, 26, "Ausa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3032, 26, "Awalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3033, 26, "Babhaleshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3034, 26, "Babhulgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3035, 26, "Badlapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3036, 26, "Balapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3037, 26, "Balapur Akola District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3038, 26, "Balapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3039, 26, "Ballarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3040, 26, "Banda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3041, 26, "Baramati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3042, 26, "Barshi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3043, 26, "Basmat MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3044, 26, "Basmath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3045, 26, "Bela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3046, 26, "Bhabale MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3047, 26, "Bhadgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3048, 26, "Bhadravati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3049, 26, "Bhadravati MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3050, 26, "Bhalar Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3051, 26, "Bhandara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3052, 26, "Bhandara MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3053, 26, "Bhatkuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3054, 26, "Bhatkuli MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3055, 26, "Bhiwandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3056, 26, "Bhiwapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3057, 26, "Bhiwapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3058, 26, "Bhokar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3059, 26, "Bhokardan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3060, 26, "Bhor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3061, 26, "Bhum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3062, 26, "Bhusawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0); +INSERT INTO `m_city` (`city_id`, `fk_state_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (3063, 26, "Bhusawal MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3064, 26, "Bid", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3065, 26, "Biloli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3066, 26, "Birwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3067, 26, "Bisur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3068, 26, "Boisar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3069, 26, "Borgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3070, 26, "Bori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3071, 26, "Borivali Tarf Rahur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3072, 26, "Borkhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3073, 26, "Borli Panchtan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3074, 26, "Brahmanvel MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3075, 26, "Brahmapuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3076, 26, "Budhagon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3077, 26, "Budhgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3078, 26, "Buldana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3079, 26, "Butibori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3080, 26, "Butibori MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3081, 26, "Chakan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3082, 26, "Chalisgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3083, 26, "Chandgad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3084, 26, "Chandrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3085, 26, "Chandrapur CGGC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3086, 26, "Chandrapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3087, 26, "Chandur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3088, 26, "Chandur Amravati District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3089, 26, "Chandurbazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3090, 26, "Chandvad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3091, 26, "Chicholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3092, 26, "Chikhala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3093, 26, "Chikhaldara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3094, 26, "Chikhli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3095, 26, "Chimur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3096, 26, "Chinchani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3097, 26, "Chincholi MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3098, 26, "Chiplun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3099, 26, "Chitegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3100, 26, "Chopda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3101, 26, "Chowk", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3102, 26, "Dabhol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3103, 26, "Dadar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3104, 26, "Dahanu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3105, 26, "Dahivadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3106, 26, "Dandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3107, 26, "Dapoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3108, 26, "Dapoli Camp", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3109, 26, "Darwha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3110, 26, "Daryapur Banosa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3111, 26, "Dattapur Dhamangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3112, 26, "Daund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3113, 26, "Deglur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3114, 26, "Deglur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3115, 26, "Dehu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3116, 26, "Dehu Cantt", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3117, 26, "Deogiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3118, 26, "Deola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3119, 26, "Deolali Pravara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3120, 26, "Deoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3121, 26, "Deoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3122, 26, "Deori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3123, 26, "Desaiganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3124, 26, "Deulgaon Raja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3125, 26, "Deulgaon Raja MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3126, 26, "Devgad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3127, 26, "Devrukh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3128, 26, "Dharangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3129, 26, "Dharmabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3130, 26, "Dharni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3131, 26, "Dharni MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3132, 26, "Dharur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3133, 26, "Dharur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3134, 26, "Dhopatala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3135, 26, "Dhule", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3136, 26, "Digras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3137, 26, "Dindori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3138, 26, "Dindori MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3139, 26, "Dodamarg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3140, 26, "Dondaicha Warwade", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3141, 26, "Dudhani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3142, 26, "Durgapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3143, 26, "Eklahare", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3144, 26, "Elephanta Caves", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3145, 26, "Ellora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3146, 26, "Erandol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3147, 26, "Etapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3148, 26, "Faizpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3149, 26, "Gadchiroli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3150, 26, "Gadhinglaj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3151, 26, "Gadhinglaj MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3152, 26, "Gane MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3153, 26, "Ganeshpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3154, 26, "Gangakhed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3155, 26, "Gangapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3156, 26, "Ganpatipule", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3157, 26, "Gargoti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3158, 26, "Genesis Industrial Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3159, 26, "Georai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3160, 26, "Ghansawangi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3161, 26, "Ghatanji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3162, 26, "Ghoti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3163, 26, "Ghugus", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3164, 26, "Ghulewadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3165, 26, "Gokunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3166, 26, "Gondia MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3167, 26, "Gondiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3168, 26, "Gondpipri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3169, 26, "Goregaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3170, 26, "Goregaon Gondiya District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3171, 26, "Goregaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3172, 26, "Guhagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3173, 26, "Hadgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3174, 26, "Hajarmachi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3175, 26, "Halkarni MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3176, 26, "Harihareshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3177, 26, "Harsul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3178, 26, "Hatkanangle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3179, 26, "Himayatnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3180, 26, "Hindnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3181, 26, "Hinganghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3182, 26, "Hinganghat MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3183, 26, "Hingna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3184, 26, "Hingoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3185, 26, "Hingoli MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3186, 26, "Honad Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3187, 26, "Hudkeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3188, 26, "Hupari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3189, 26, "Ichalkaranji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3190, 26, "Igatpuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3191, 26, "Indapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3192, 26, "Indapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3193, 26, "Jafrabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3194, 26, "Jafrabad MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3195, 26, "Jalgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3196, 26, "Jalgaon Jamod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3197, 26, "Jalkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3198, 26, "Jalna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3199, 26, "Jalochi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3200, 26, "Jamkhed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3201, 26, "Jamner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3202, 26, "Jath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3203, 26, "Jawhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3204, 26, "Jawharnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3205, 26, "Jaysingpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3206, 26, "Jejuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3207, 26, "Jejuri MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3208, 26, "Jintur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3209, 26, "Jintur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3210, 26, "Jiwati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3211, 26, "Junnar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3212, 26, "Kabnur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3213, 26, "Kadegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3214, 26, "Kadegaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3215, 26, "Kagal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3216, 26, "Kagal MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3217, 26, "Kaij", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3218, 26, "Kalamb", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3219, 26, "Kalameshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3220, 26, "Kalameshwar MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3221, 26, "Kalamnuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3222, 26, "Kallam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3223, 26, "Kalmath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3224, 26, "Kalwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3225, 26, "Kalyan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3226, 26, "Kamalapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3227, 26, "Kambe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3228, 26, "Kamptee", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3229, 26, "Kamptee Cantt", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3230, 26, "Kamshet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3231, 26, "Kandari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3232, 26, "Kandhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3233, 26, "Kandhar MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3234, 26, "Kandri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3235, 26, "Kandri Mines", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3236, 26, "Kandri Nagpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3237, 26, "Kanhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3238, 26, "Kanhe Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3239, 26, "Kanholibara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3240, 26, "Kankavli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3241, 26, "Kannad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3242, 26, "Karad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3243, 26, "Karalewadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3244, 26, "Karanja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3245, 26, "Karjat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3246, 26, "Karjat Ahmadnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3247, 26, "Karmala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3248, 26, "Kasara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3249, 26, "Katangi Kala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3250, 26, "Katol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3251, 26, "Katol MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3252, 26, "Kavalapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3253, 26, "Kavathe Mahankal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3254, 26, "Kelapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3255, 26, "Khamari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3256, 26, "Khamgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3257, 26, "Khanapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3258, 26, "Khandala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3259, 26, "Khandala Satara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3260, 26, "Khandbara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3261, 26, "Khapa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3262, 26, "Khapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3263, 26, "Kharbav", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3264, 26, "Khardi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3265, 26, "Khatav", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3266, 26, "Khed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3267, 26, "Kherdi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3268, 26, "Khopoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3269, 26, "Kinwat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3270, 26, "Kolhapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3271, 26, "Kolki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3272, 26, "Kondumal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3273, 26, "Kopargaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3274, 26, "Koradi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3275, 26, "Korchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3276, 26, "Koregaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3277, 26, "Koregaon Bhima", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3278, 26, "Korochi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3279, 26, "Krushnoor MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3280, 26, "Kudal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3281, 26, "Kudal MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3282, 26, "Kudus", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3283, 26, "Kuhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3284, 26, "Kumbhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3285, 26, "Kundalwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3286, 26, "Kurduwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3287, 26, "Kurduwadi MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3288, 26, "Kurkheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3289, 26, "Kurkumbh MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3290, 26, "Kurul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3291, 26, "Kurundvad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3292, 26, "Kusgaon Budruk", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3293, 26, "Lakhamapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3294, 26, "Lakhandhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3295, 26, "Lakshmi Cooperative Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3296, 26, "Lanja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3297, 26, "Lasalgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3298, 26, "Lat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3299, 26, "Latur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3300, 26, "Latur Industrial Area Additional", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3301, 26, "Lavasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3302, 26, "Loha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3303, 26, "Lohara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3304, 26, "Lohara Osmanabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3305, 26, "Lonand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3306, 26, "Lonar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3307, 26, "Lonavala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3308, 26, "Loni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3309, 26, "Loni kalbhor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3310, 26, "Lote Parshuram MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3311, 26, "Madangad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3312, 26, "Madha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3313, 26, "Madhavnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3314, 26, "Mahabaleshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3315, 26, "Mahad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3316, 26, "Mahad MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3317, 26, "Mahad MIDC Additional", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3318, 26, "Mahadula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3319, 26, "Mahagaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3320, 26, "Mahagaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3321, 26, "Mahapoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3322, 26, "Mahoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3323, 26, "Maindargi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3324, 26, "Majgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3325, 26, "Makranifali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3326, 26, "Malde", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3327, 26, "Malegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3328, 26, "Malegaon Jahangir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3329, 26, "Malegaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3330, 26, "Malkapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3331, 26, "Malkapur Buldana District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3332, 26, "Malkapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3333, 26, "Malshiras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3334, 26, "Malwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3335, 26, "Manchar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3336, 26, "Mandur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3337, 26, "Mangalvedha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3338, 26, "Mangrulpir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3339, 26, "Mangrulpir MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3340, 26, "Manjlegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3341, 26, "Manmad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3342, 26, "Manor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3343, 26, "Manora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3344, 26, "Mansar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3345, 26, "Mantha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3346, 26, "Manwath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3347, 26, "Maregaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3348, 26, "Matheran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3349, 26, "Mauda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3350, 26, "Medha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3351, 26, "Mehkar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3352, 26, "Mehkar MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3353, 26, "Mhasla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3354, 26, "Mhaswad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3355, 26, "MIHAN", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3356, 26, "Mohadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3357, 26, "Mohadi MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3358, 26, "Mohol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3359, 26, "Mohol MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3360, 26, "Mohpa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3361, 26, "Mohpada Alias Wasambe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3362, 26, "Mokhada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3363, 26, "Morshi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3364, 26, "Morshi MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3365, 26, "Motala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3366, 26, "Mouje Anjanvel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3367, 26, "Mowad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3368, 26, "Mudkhed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3369, 26, "Mukhed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3370, 26, "Muktainagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3371, 26, "Mul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3372, 26, "Mul MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3373, 26, "Mulchera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3374, 26, "Mumbai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3375, 26, "Murbad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3376, 26, "Murbad MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3377, 26, "Murgud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3378, 26, "Murmadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3379, 26, "Murtajapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3380, 26, "Murud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3381, 26, "Murum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3382, 26, "Musalgaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3383, 26, "Nagbhid MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3384, 26, "Nagbhind", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3385, 26, "Nagothana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3386, 26, "Nagpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3387, 26, "Naigaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3388, 26, "Nakoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3389, 26, "Naldurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3390, 26, "Nampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3391, 26, "Nanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3392, 26, "Nanded Waghala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3393, 26, "Nandgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3394, 26, "Nandgaon Khandeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3395, 26, "Nandgaon Pode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3396, 26, "Nandgaon Tarf Birwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3397, 26, "Nandgaonpeth MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3398, 26, "Nandura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3399, 26, "Nandurbar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3400, 26, "Narkher", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3401, 26, "Nashik", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3402, 26, "Natepute", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3403, 26, "Navapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3404, 26, "Navi Mumbai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3405, 26, "Ner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3406, 26, "Neral", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3407, 26, "Newasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3408, 26, "Nijampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3409, 26, "Nilanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3410, 26, "Nimbhore Budruk", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3411, 26, "Niphad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3412, 26, "Nira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3413, 26, "Ordnance Factory Bhadravati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3414, 26, "Osmanabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3415, 26, "Ozar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3416, 26, "Pachora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3417, 26, "Padagha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3418, 26, "Padoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3419, 26, "Paithan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3420, 26, "Palam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3421, 26, "Palghar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3422, 26, "Pali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3423, 26, "Palus", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3424, 26, "Palus MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3425, 26, "Pampalner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3426, 26, "Panchgani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3427, 26, "Pandare MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3428, 26, "Pandharkaoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3429, 26, "Pandharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3430, 26, "Panhala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3431, 26, "Paranda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3432, 26, "Paratwada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3433, 26, "Parbhani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3434, 26, "Parli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3435, 26, "Parner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3436, 26, "Parola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3437, 26, "Parshioni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3438, 26, "Partur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3439, 26, "Partur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3440, 26, "Patalganga MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3441, 26, "Patan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3442, 26, "Patan MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3443, 26, "Pathan MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3444, 26, "Pathardi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3445, 26, "Pathri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3446, 26, "Patoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3447, 26, "Patur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3448, 26, "Pauni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3449, 26, "Peint", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3450, 26, "Peint MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3451, 26, "Pen", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3452, 26, "Phaltan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3453, 26, "Pimpalgaon Baswant", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3454, 26, "Pimpri Chinchwad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3455, 26, "Pipri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3456, 26, "Pirangut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3457, 26, "Poladpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3458, 26, "Pombhurna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3459, 26, "Pulgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3460, 26, "Pune", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3461, 26, "Purna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3462, 26, "Purushottamnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3463, 26, "Pusad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3464, 26, "Pusad MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3465, 26, "Radhanagari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3466, 26, "Rahata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3467, 26, "Rahimatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3468, 26, "Rahuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3469, 26, "Rajapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3470, 26, "Rajgurunagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3471, 26, "Rajur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3472, 26, "Rajur Ahmadnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3473, 26, "Rajura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3474, 26, "Ralegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3475, 26, "Ramtek", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3476, 26, "Ranjangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3477, 26, "Ranjangaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3478, 26, "Rasal Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3479, 26, "Ratnagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3480, 26, "Raver", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3481, 26, "Rees", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3482, 26, "Renapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3483, 26, "RIL Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3484, 26, "Risod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3485, 26, "Roha Ashtami", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3486, 26, "Roha MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3487, 26, "Sadak Arjuni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3488, 26, "Sadavali MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3489, 26, "Saidapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3490, 26, "Sakoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3491, 26, "Sakri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3492, 26, "Salekasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3493, 26, "Samudrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3494, 26, "Samudrapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3495, 26, "Sanaswadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3496, 26, "Sangameshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3497, 26, "Sangamner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3498, 26, "Sangamner MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3499, 26, "Sangli Miraj Kupwad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3500, 26, "Sangole", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3501, 26, "Saoner MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3502, 26, "Sasti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3503, 26, "Sasvad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3504, 26, "Satana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3505, 26, "Satara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3506, 26, "Savda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3507, 26, "Savner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3508, 26, "Sawali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3509, 26, "Sawangi Megh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3510, 26, "Sawantwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3511, 26, "Seloo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3512, 26, "Selu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3513, 26, "Sengaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3514, 26, "Shahada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3515, 26, "Shahapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3516, 26, "Shahapur Bhandara District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3517, 26, "Shani Shingnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3518, 26, "Shegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3519, 26, "Shendra MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3520, 26, "Shendurjana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3521, 26, "Shevgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3522, 26, "Shikrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3523, 26, "Shinde MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3524, 26, "Shirala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3525, 26, "Shirala MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3526, 26, "Shirdi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3527, 26, "Shirgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3528, 26, "Shirgaon Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3529, 26, "Shirol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3530, 26, "Shirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3531, 26, "Shirur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3532, 26, "Shirur Anantpal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3533, 26, "Shirur Kasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3534, 26, "Shirwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3535, 26, "Shivaji Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3536, 26, "Shrigonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3537, 26, "Shrirampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3538, 26, "Shrivardhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3539, 26, "Sillewara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3540, 26, "Sillod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3541, 26, "Sindewahi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3542, 26, "Sindewahi MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3543, 26, "Sindi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3544, 26, "Sindkhed Raja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3545, 26, "Sindkheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3546, 26, "Singnapur Kopargaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3547, 26, "Sinnar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3548, 26, "Sinnar MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3549, 26, "Sironcha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3550, 26, "Solapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3551, 26, "Sonai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3552, 26, "Sonegaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3553, 26, "Songirwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3554, 26, "Sonpeth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3555, 26, "Supa MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3556, 26, "Surgana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3557, 26, "Tadali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3558, 26, "Takalghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3559, 26, "Takwe Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3560, 26, "Tala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3561, 26, "Talasari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3562, 26, "Talegaon Dabhade", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3563, 26, "Talegaon MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3564, 26, "Taloda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3565, 26, "Tarapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3566, 26, "Tarapur Textile Park", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3567, 26, "Tasawade MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3568, 26, "Tasgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3569, 26, "Tekadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3570, 26, "Telhara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3571, 26, "Tembhurni MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3572, 26, "Thana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3573, 26, "Thane", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3574, 26, "Tirora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3575, 26, "Tirora MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3576, 26, "Toranmal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3577, 26, "Totaladoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3578, 26, "Trimbak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3579, 26, "Tuljapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3580, 26, "Tumsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3581, 26, "Tumsar Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3582, 26, "Udgir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3583, 26, "Umarga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3584, 26, "Umarga MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3585, 26, "Umarkhed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3586, 26, "Umarsara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3587, 26, "Umbar Pada Nandade", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3588, 26, "Umred", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3589, 26, "Umred MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3590, 26, "Umri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3591, 26, "Uran Islampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3592, 26, "Urjagram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3593, 26, "Usar MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3594, 26, "Utekhol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3595, 26, "Vada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3596, 26, "Vadgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3597, 26, "Vaduj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3598, 26, "Vaibhawadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3599, 26, "Vaijapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3600, 26, "Vaijapur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3601, 26, "Vangani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3602, 26, "Vanvadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3603, 26, "Varangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3604, 26, "Vasai Virar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3605, 26, "Vasantnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3606, 26, "Vashind", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3607, 26, "Velhe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3608, 26, "Vengurla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3609, 26, "Vijay Durg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3610, 26, "Vikramgad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3611, 26, "Vile Bhagad MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3612, 26, "Vinchur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3613, 26, "Vinchur MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3614, 26, "Visapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3615, 26, "Vita", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3616, 26, "Vita MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3617, 26, "Wada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3618, 26, "Wadgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3619, 26, "Wadi Ratnagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3620, 26, "Wadwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3621, 26, "Waghapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3622, 26, "Waghoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3623, 26, "Wai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3624, 26, "Wai MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3625, 26, "Walani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3626, 26, "Waluj MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3627, 26, "Walwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3628, 26, "Wani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3629, 26, "Wardha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3630, 26, "Warora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3631, 26, "Warora MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3632, 26, "Warthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3633, 26, "Warud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3634, 26, "Warud MIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3635, 26, "Washi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3636, 26, "Washim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3637, 26, "WCL Umred", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3638, 26, "Yavatmal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3639, 26, "Yavatmal Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3640, 26, "Yawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3641, 26, "Yeola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3642, 26, "Yerkheda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3643, 12, "Andro", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3644, 12, "Bishnupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3645, 12, "Heirok", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3646, 12, "Imphal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3647, 12, "Jiribam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3648, 12, "Kakching", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3649, 12, "Kakching Khunou", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3650, 12, "Kangpokpi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3651, 12, "Kumbi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3652, 12, "Kwakta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3653, 12, "Lamlai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3654, 12, "Lamsang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3655, 12, "Lilong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3656, 12, "Lilong Imphal West", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3657, 12, "Lilong Thoubal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3658, 12, "Mayang Imphal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3659, 12, "Moirang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3660, 12, "Moreh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3661, 12, "Nambol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3662, 12, "Ningthoukhong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3663, 12, "Oinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3664, 12, "Samurou", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3665, 12, "Samurou, Imphal West District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3666, 12, "Sekmai Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3667, 12, "Senapati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3668, 12, "Sikhong Sekmai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3669, 12, "Sugnu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3670, 12, "Tamenglong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3671, 12, "Thongkhong Laxmi Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3672, 12, "Thoubal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3673, 12, "Torban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3674, 12, "Ukhrul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3675, 12, "Wangjing", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3676, 12, "Wangoi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3677, 12, "Yairipok", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3678, 12, "Zenhang Lamka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3679, 29, "Baghmara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3680, 29, "Cherrapunjee", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3681, 29, "Jowai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3682, 29, "Mairang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3683, 29, "Mawlai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3684, 29, "Nongpoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3685, 29, "Nongstoin", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3686, 29, "Resubelpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3687, 29, "Shillong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3688, 29, "Tura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3689, 29, "Umroi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3690, 29, "Williamnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3691, 30, "Aizawl", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3692, 30, "Bairabi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3693, 30, "Biate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3694, 30, "Champhai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3695, 30, "Darlawn", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3696, 30, "Hnahthial", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3697, 30, "Khawhai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3698, 30, "Khawzawl", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3699, 30, "Kolasib", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3700, 30, "Lawngtlai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3701, 30, "Lengpui", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3702, 30, "Lunglei", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3703, 30, "Mamit", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3704, 30, "N Kawnpui", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3705, 30, "N Vanlaiphai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3706, 30, "Saiha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3707, 30, "Sairang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3708, 30, "Saitual", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3709, 30, "Serchhip", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3710, 30, "Thenzawl", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3711, 30, "Tlabung", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3712, 30, "Vairengte", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3713, 30, "Zawlnuam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3714, 31, "Changtongya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3715, 31, "Chumukedima", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3716, 31, "Dimapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3717, 31, "Jalukie", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3718, 31, "Kiphire", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3719, 31, "Kohima", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3720, 31, "Longleng", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3721, 31, "Medziphema", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3722, 31, "Mokokchung", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3723, 31, "Mon Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3724, 31, "Naginimora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3725, 31, "Peren", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3726, 31, "Pfutsero", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3727, 31, "Phek", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3728, 31, "Satakha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3729, 31, "Tseminyu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3730, 31, "Tuensang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3731, 31, "Tuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3732, 31, "Tzudikong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3733, 31, "Wokha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3734, 31, "Zunheboto", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3735, 9, "Agastinuagan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3736, 9, "Anandapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3737, 9, "Anandpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3738, 9, "Anjira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3739, 9, "Anjira Jagatsinghapur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3740, 9, "Anugul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3741, 9, "Arjyapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3742, 9, "Asika", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3743, 9, "Athagad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3744, 9, "Athmallik", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3745, 9, "Badagada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3746, 9, "Badakodanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3747, 9, "Badamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3748, 9, "Badmal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3749, 9, "Balagoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3750, 9, "Balakati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3751, 9, "Balangir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3752, 9, "Baleshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3753, 9, "Baliguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3754, 9, "Balimela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3755, 9, "Balipatapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3756, 9, "Balugaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3757, 9, "Banapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3758, 9, "Bandhbahal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3759, 9, "Bangomunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3760, 9, "Bangura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3761, 9, "Banki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3762, 9, "Barapali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3763, 9, "Barbil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3764, 9, "Bardol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3765, 9, "Bargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3766, 9, "Baripada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3767, 9, "Basudebpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3768, 9, "Baudhgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3769, 9, "Belagachhia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3770, 9, "Bellaguntha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3771, 9, "Belpahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3772, 9, "Berhampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3773, 9, "Bhadrak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3774, 9, "Bhakarsahi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3775, 9, "Bhanjanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3776, 9, "Bhapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3777, 9, "Bhatli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3778, 9, "Bhawanipatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3779, 9, "Bhuban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3780, 9, "Bhubaneswar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3781, 9, "Bhushan Steel Plant Jharsuguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3782, 9, "Bhushan Steel Plant Meramandali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3783, 9, "Bijepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3784, 9, "Binika", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3785, 9, "Biramitrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3786, 9, "Birapratappur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3787, 9, "Bishama Katak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3788, 9, "Bonaigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3789, 9, "Borigam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3790, 9, "Boriguma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3791, 9, "Brahmabarada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3792, 9, "Brajarajnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3793, 9, "Budhapanka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3794, 9, "Buguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3795, 9, "Bundia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3796, 9, "Burla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3797, 9, "Byasanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3798, 9, "Champua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3799, 9, "Chandapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3800, 9, "Chandili", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3801, 9, "Charibatia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3802, 9, "Chhatrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3803, 9, "Chikiti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3804, 9, "Chitrakonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3805, 9, "Choudwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3806, 9, "Cuttack", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3807, 9, "Dadhapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3808, 9, "Daitari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3809, 9, "Damanjodi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3810, 9, "Danara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3811, 9, "Daringbadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3812, 9, "Debagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3813, 9, "Dera Colliery Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3814, 9, "Dhamanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3815, 9, "Dhenkanal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3816, 9, "Digapahandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3817, 9, "Dungamal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3818, 9, "FCI Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3819, 9, "G Udayagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3820, 9, "Ganjam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3821, 9, "Ghantapada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3822, 9, "Ghatagaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3823, 9, "GMR Power Plant Kmalanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3824, 9, "Godiputamatiapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3825, 9, "Golabandha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3826, 9, "Gopalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3827, 9, "Gotamara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3828, 9, "Gourdanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3829, 9, "Gudari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3830, 9, "Gunupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3831, 9, "Hinjilicut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3832, 9, "Hirakud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3833, 9, "IB Themal Power Plant Banharpali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3834, 9, "IMFA Therubali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3835, 9, "Indipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3836, 9, "Itamati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3837, 9, "Jagatsinghapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3838, 9, "Jajanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3839, 9, "Jajapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3840, 9, "Jaleswar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3841, 9, "Jashipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3842, 9, "Jatani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3843, 9, "Jeypur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3844, 9, "Jharsuguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3845, 9, "Jhumpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3846, 9, "Joda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3847, 9, "JSPL Town Anugul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3848, 9, "Junagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3849, 9, "Kabatabandha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3850, 9, "Kaipadar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3851, 9, "Kalarangiata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3852, 9, "Kaliapani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3853, 9, "Kalinga Nagar Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3854, 9, "Kalyanasingpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3855, 9, "Kamakshyanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3856, 9, "Kanheipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3857, 9, "Kansbahal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3858, 9, "Kantabanji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3859, 9, "Kantilo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3860, 9, "Karanjia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3861, 9, "Kashinagara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3862, 9, "Kavisurjyanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3863, 9, "Kendrapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3864, 9, "Kendujhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3865, 9, "Kesinga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3866, 9, "Khaliapali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3867, 9, "Khalikote", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3868, 9, "Khandapada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3869, 9, "Khariar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3870, 9, "Khariar Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3871, 9, "Khatiguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3872, 9, "Khordha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3873, 9, "Kochinda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3874, 9, "Kodala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3875, 9, "Koida", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3876, 9, "Konark", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3877, 9, "Koraput", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3878, 9, "Kotpad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3879, 9, "Krushnanandapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3880, 9, "Kuanrmunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3881, 9, "Kukudakhandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3882, 9, "Kullada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3883, 9, "Kunjabangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3884, 9, "L And T Cement Plant Jharsuguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3885, 9, "Lanjigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3886, 9, "Lathikata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3887, 9, "Lochapada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3888, 9, "Loisinga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3889, 9, "Madanpur Rampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3890, 9, "Majhihara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3891, 9, "Makundapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3892, 9, "Malkangiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3893, 9, "Meghahatuburu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3894, 9, "Mohana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3895, 9, "Mukhiguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3896, 9, "Mundamarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3897, 9, "Nabarangapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3898, 9, "Nalco", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3899, 9, "Nayagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3900, 9, "New Lalsingi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3901, 9, "Nilagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3902, 9, "Nimapada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3903, 9, "NTPC Kaniha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3904, 9, "Nuahata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3905, 9, "Nuapatna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3906, 9, "OCL Industrial Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3907, 9, "Odagaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3908, 9, "Padmapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3909, 9, "Palalahada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3910, 9, "Palurgada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3911, 9, "Papadahandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3912, 9, "Paradip", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3913, 9, "Parlakhemundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3914, 9, "Pathar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3915, 9, "Patnagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3916, 9, "Patrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3917, 9, "Pattamundai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3918, 9, "Phulabani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3919, 9, "Pipili", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3920, 9, "Pitala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3921, 9, "Polasara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3922, 9, "Puri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3923, 9, "Purusottampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3924, 9, "R Udayagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3925, 9, "Raighar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3926, 9, "Rairangpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3927, 9, "Rajagangapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3928, 9, "Rajasunakhala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3929, 9, "Rambha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3930, 9, "Ranapurgada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3931, 9, "Rayagada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3932, 9, "Redhakhol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3933, 9, "Remuna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3934, 9, "Rengali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3935, 9, "Rengali Dam Project Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3936, 9, "Rourkela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3937, 9, "Sambalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3938, 9, "Saranga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3939, 9, "Sayadpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3940, 9, "Sheragada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3941, 9, "Sohela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3942, 9, "Sonapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3943, 9, "Soro", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3944, 9, "Subalaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3945, 9, "Sunabeda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3946, 9, "Sundargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3947, 9, "Surada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3948, 9, "Surala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3949, 9, "Suvani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3950, 9, "Talcher", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3951, 9, "Talcher Thermal Power Station Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3952, 9, "Tangi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3953, 9, "Tarbha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3954, 9, "Tensa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3955, 9, "Tikarpada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3956, 9, "Tikarpada Ganjam District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3957, 9, "Tipo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3958, 9, "Titlagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3959, 9, "Tusura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3960, 9, "Udala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3961, 9, "Umarkote", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3962, 9, "Vedanta Jharsuguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3963, 9, "Venketraipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3964, 21, "Karaikal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3965, 21, "Mahe", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3966, 21, "Puducherry", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3967, 21, "Thirumalairayan Pattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3968, 21, "Yanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3969, 13, "Abohar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3970, 13, "Adampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3971, 13, "Ahmedgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3972, 13, "Ajnala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3973, 13, "Akalgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3974, 13, "Alawalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3975, 13, "Amargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3976, 13, "Amloh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3977, 13, "Amritsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3978, 13, "Anandpur Sahib", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3979, 13, "Apra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3980, 13, "Aur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3981, 13, "Baba Bakala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3982, 13, "Baddowal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3983, 13, "Badhni Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3984, 13, "Balachaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3985, 13, "Banga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3986, 13, "Banur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3987, 13, "Bareta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3988, 13, "Bariwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3989, 13, "Barnala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3990, 13, "Baryar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3991, 13, "Bassi Pathana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3992, 13, "Batala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3993, 13, "Bathinda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3994, 13, "Beas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3995, 13, "Begowal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3996, 13, "Beharnpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3997, 13, "Behrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3998, 13, "Bhabat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (3999, 13, "Bhadaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4000, 13, "Bhadson", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4001, 13, "Bhagha Purana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4002, 13, "Bhagta BhaiKa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4003, 13, "Bhankarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4004, 13, "Bhattian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4005, 13, "Bhawanigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4006, 13, "Bhikhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4007, 13, "Bhikhiwind", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4008, 13, "Bhisiana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4009, 13, "Bhogpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4010, 13, "Bhucho Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4011, 13, "Bhulath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4012, 13, "Budha Theh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4013, 13, "Budhlada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4014, 13, "Bungal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4015, 13, "Chamkaur Sahib", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4016, 13, "Cheema", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4017, 13, "Chogawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4018, 13, "Chohal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4019, 13, "Daper", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4020, 13, "Dasuya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4021, 13, "Dera Baba Nanak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4022, 13, "Dera Bassi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4023, 13, "Dera Bassi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4024, 13, "Dhanaula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4025, 13, "Dharamkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4026, 13, "Dhariwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4027, 13, "Dhilwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4028, 13, "Dhuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4029, 13, "Dinanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4030, 13, "Dirba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4031, 13, "Doraha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4032, 13, "Faridkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4033, 13, "Fatehgarh Churian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4034, 13, "Fazilka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4035, 13, "Firozpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4036, 13, "Gardhiwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4037, 13, "Garhshankar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4038, 13, "Ghagga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4039, 13, "Ghanaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4040, 13, "Ghoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4041, 13, "Giddarbaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4042, 13, "Goindwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4043, 13, "Goniana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4044, 13, "Goraya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4045, 13, "Gurdaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4046, 13, "Guru Har Sahai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4047, 13, "Hajipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4048, 13, "Halwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4049, 13, "Handiaya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4050, 13, "Hariana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4051, 13, "Hoshiarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4052, 13, "Hussainpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4053, 13, "Jagraon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4054, 13, "Jaitu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4055, 13, "Jalalabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4056, 13, "Jalandhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4057, 13, "Jandiala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4058, 13, "Jandiala, Jalandhar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4059, 13, "Jodhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4060, 13, "Jugial", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4061, 13, "Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4062, 13, "Kalanaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4063, 13, "Kapurthala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4064, 13, "Karoran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4065, 13, "Kartarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4066, 13, "Kathanian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4067, 13, "Khamanon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4068, 13, "Khambra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4069, 13, "Khanauri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4070, 13, "Khanna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4071, 13, "Kharar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4072, 13, "Khemkaran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4073, 13, "Khilchian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4074, 13, "Korianwali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4075, 13, "Kot Fatta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4076, 13, "Kot Ise Khan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4077, 13, "Kotkapura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4078, 13, "Kotla Nihang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4079, 13, "Kurali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4080, 13, "Lalru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4081, 13, "Leather Complex Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4082, 13, "Lehragaga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4083, 13, "Lohian Khas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4084, 13, "Longowal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4085, 13, "Ludhiana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4086, 13, "Machhiwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4087, 13, "Mahilpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4088, 13, "Majitha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4089, 13, "Makhu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4090, 13, "Malaut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4091, 13, "Malerkotla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4092, 13, "Mallanwala Khass", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4093, 13, "Maloud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4094, 13, "Mamun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4095, 13, "Mandi Govindgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4096, 13, "Mansa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4097, 13, "Manwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4098, 13, "Maur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4099, 13, "Mirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4100, 13, "Moga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4101, 13, "Mohali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4102, 13, "Moonak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4103, 13, "Morinda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4104, 13, "Mubarakpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4105, 13, "Mudal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4106, 13, "Mudki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4107, 13, "Mukerian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4108, 13, "Muktsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4109, 13, "Mullanpur Dakha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4110, 13, "Mullanpur Garib Dass", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4111, 13, "Nabha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4112, 13, "Nag Kalan Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4113, 13, "Nakodar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4114, 13, "Nangal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4115, 13, "Nangli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4116, 13, "Narot Mehra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4117, 13, "Nawanshahr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4118, 13, "Nehon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4119, 13, "Nurmahal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4120, 13, "Pathankot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4121, 13, "Patiala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4122, 13, "Patran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4123, 13, "Patti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4124, 13, "Payal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4125, 13, "Phagwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4126, 13, "Phillaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4127, 13, "Qadian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4128, 13, "Rahon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4129, 13, "Raikot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4130, 13, "Rail", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4131, 13, "Raipur Rasulpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4132, 13, "Raja Sansi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4133, 13, "Rajpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4134, 13, "Rakri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4135, 13, "Raman", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4136, 13, "Ramdas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4137, 13, "Rampura Phul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4138, 13, "Rayya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4139, 13, "Rupnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4140, 13, "Rurki Kasba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4141, 13, "Sahnewal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4142, 13, "Saloh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4143, 13, "Samana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4144, 13, "Samrala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4145, 13, "Sanaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4146, 13, "Sangat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4147, 13, "Sangrur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4148, 13, "Sansarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4149, 13, "Sarai Khas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4150, 13, "Sardulgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4151, 13, "Satyewala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4152, 13, "Shahkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4153, 13, "Sham ChaurasI", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4154, 13, "Shikar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4155, 13, "Sirhind Fatehgarh Sahib", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4156, 13, "Sri Hargobindpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4157, 13, "Sujanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4158, 13, "Sultanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4159, 13, "Sunam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4160, 13, "Talwandi Bhai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4161, 13, "Talwandi Sabo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4162, 13, "Talwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4163, 13, "Tapa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4164, 13, "Tarantaran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4165, 13, "Tharial", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4166, 13, "Tibri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4167, 13, "Tungaheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4168, 13, "Urmar Tanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4169, 13, "Zira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4170, 13, "Zirakpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4171, 27, "1SGM", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4172, 27, "3STR", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4173, 27, "Abu Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4174, 27, "Ahore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4175, 27, "Ajeetgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4176, 27, "Ajmer", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4177, 27, "Ajolion Ka Khera Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4178, 27, "Aklera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4179, 27, "Aligarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4180, 27, "Alwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4181, 27, "Amet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4182, 27, "Antah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4183, 27, "Anupgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4184, 27, "Asind", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4185, 27, "Atru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4186, 27, "Babai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4187, 27, "Baggar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4188, 27, "Bagru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4189, 27, "Bakani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4190, 27, "Bali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4191, 27, "Balotra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4192, 27, "Banasthali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4193, 27, "Bandikui", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4194, 27, "Banera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4195, 27, "Bangur Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4196, 27, "Banswara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4197, 27, "Bar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4198, 27, "Baral", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4199, 27, "Baran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4200, 27, "Bari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4201, 27, "Bari Sadri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4202, 27, "Barmer", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4203, 27, "Baskhoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4204, 27, "Basni Belima", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4205, 27, "Bassi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4206, 27, "Bay", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4207, 27, "Bayana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4208, 27, "Beawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4209, 27, "Beejoliya Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4210, 27, "Begun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4211, 27, "Behror", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4212, 27, "Bewanja Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4213, 27, "Bhadra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4214, 27, "Bhalariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4215, 27, "Bharatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4216, 27, "Bhavri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4217, 27, "Bhawani Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4218, 27, "Bhilwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4219, 27, "Bhim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4220, 27, "Bhinder", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4221, 27, "Bhinmal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4222, 27, "Bhiwadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4223, 27, "Bhusawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4224, 27, "Bicciwara Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4225, 27, "Bichhiwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4226, 27, "Bichhri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4227, 27, "Bidasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4228, 27, "Bigod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4229, 27, "Bikaner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4230, 27, "Bilara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4231, 27, "Bishangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4232, 27, "Bissau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4233, 27, "BITS Pilani Campus", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4234, 27, "Boranada Special Economic Zone", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4235, 27, "Borawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4236, 27, "Budhpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4237, 27, "Bundi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4238, 27, "Chaksu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4239, 27, "Chawand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4240, 27, "Chechat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4241, 27, "Chhabra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4242, 27, "Chhapar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4243, 27, "Chhipabarod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4244, 27, "Chhoti Sadri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4245, 27, "Chirawa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4246, 27, "Chittaurgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4247, 27, "Chomu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4248, 27, "Churu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4249, 27, "Danta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4250, 27, "Dariba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4251, 27, "Dausa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4252, 27, "Deeg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4253, 27, "Delwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4254, 27, "Deogarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4255, 27, "Deoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4256, 27, "Deshnoke", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4257, 27, "Dewrighata Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4258, 27, "Dhariawad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4259, 27, "Dhaulpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4260, 27, "Dhorimanna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4261, 27, "Didwana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4262, 27, "Dudu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4263, 27, "Dungargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4264, 27, "Dungarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4265, 27, "Emri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4266, 27, "Falna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4267, 27, "Fatehnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4268, 27, "Fatehpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4269, 27, "Gajsinghpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4270, 27, "Galiakot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4271, 27, "Gangapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4272, 27, "Gangapur City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4273, 27, "Garhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4274, 27, "Gharsana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4275, 27, "Gogunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4276, 27, "Goredi Chancha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4277, 27, "Gothan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4278, 27, "Gothra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4279, 27, "Govindgarh, Alwar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4280, 27, "Govindgarh, Jaipur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4281, 27, "Govindpur Baori Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4282, 27, "Goyli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4283, 27, "Guhala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4284, 27, "Gulabpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4285, 27, "Hamirgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4286, 27, "Hamirgarh Growth Centre RIICO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4287, 27, "Hanumangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4288, 27, "Hindaun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4289, 27, "Hindaun City Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4290, 27, "Indragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4291, 27, "Industrial Area Bidiyad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4292, 27, "Industrial Area Bigod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4293, 27, "Industrial Area Deoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4294, 27, "Industrial Area Gegal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4295, 27, "Industrial Area Hathipura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4296, 27, "Industrial Area Kaladera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4297, 27, "Industrial Area Kanya Kheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4298, 27, "Industrial Area Karauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4299, 27, "Industrial Area Mathania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4300, 27, "Industrial Area Napasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4301, 27, "Industrial Area Narbad Khera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4302, 27, "Industrial Area Sangaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4303, 27, "Industrial Area Swaroopganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4304, 27, "Islampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4305, 27, "Jahazpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4306, 27, "Jahazpur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4307, 27, "Jaipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4308, 27, "Jaisalmer", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4309, 27, "Jaitaran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4310, 27, "Jalor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4311, 27, "Jalore Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4312, 27, "Jamwa Ramgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4313, 27, "Jhagarwas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4314, 27, "Jhalawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4315, 27, "Jhalrapatan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4316, 27, "Jhunjhunun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4317, 27, "Jobner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4318, 27, "Jodhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4319, 27, "Jodhpur Stone Park Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4320, 27, "Kaithoon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4321, 27, "Kaladwas Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4322, 27, "Kaman", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4323, 27, "Kanor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4324, 27, "Kanwat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4325, 27, "Kapasan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4326, 27, "Kaprain", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4327, 27, "Karanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4328, 27, "Karauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4329, 27, "Kasba Bonli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4330, 27, "Kawai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4331, 27, "Kekri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4332, 27, "Kelwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4333, 27, "Keshoraipatan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4334, 27, "Kesrisinghpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4335, 27, "Khairabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4336, 27, "Khairthal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4337, 27, "Khajuwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4338, 27, "Khandela, Baran District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4339, 27, "Khandela, Sikar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4340, 27, "Khanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4341, 27, "Khara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4342, 27, "Khatu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4343, 27, "Kherli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4344, 27, "Kherliganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4345, 27, "Kherwara Chhaoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4346, 27, "Khetri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4347, 27, "Kinchan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4348, 27, "Kishangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4349, 27, "Kishangarh Renwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4350, 27, "Kishangarh, Alwar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4351, 27, "Kolayat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4352, 27, "Kolvi Mandi Rajendrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4353, 27, "Kota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4354, 27, "Kotputli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4355, 27, "Kuchaman City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4356, 27, "Kuchera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4357, 27, "Kumbhkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4358, 27, "Kumher", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4359, 27, "Kushalgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4360, 27, "Lachhmangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4361, 27, "Ladnu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4362, 27, "Lakheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4363, 27, "Lalsot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4364, 27, "Losal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4365, 27, "Lunkaransar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4366, 27, "Mahu Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4367, 27, "Mahwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4368, 27, "Makrana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4369, 27, "Malpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4370, 27, "Malsisar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4371, 27, "Mandalgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4372, 27, "Mandawa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4373, 27, "Mandawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4374, 27, "Mandpiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4375, 27, "Mangrol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4376, 27, "Manoharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4377, 27, "Manoharthana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4378, 27, "Marwar Junction", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4379, 27, "Mathania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4380, 27, "Mavli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4381, 27, "Mehandipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4382, 27, "Merta City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4383, 27, "Merta Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4384, 27, "Modak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4385, 27, "Mokalsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4386, 27, "Mount Abu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4387, 27, "Mukandgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4388, 27, "Mundwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4389, 27, "Nadbai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4390, 27, "Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4391, 27, "Nagaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4392, 27, "Nagaur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4393, 27, "Nainwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4394, 27, "Nandri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4395, 27, "Napasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4396, 27, "Nasirabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4397, 27, "Nathdwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4398, 27, "Nawa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4399, 27, "Nawalgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4400, 27, "Neem Ka Thana Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4401, 27, "Neem-Ka-Thana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4402, 27, "Neemrana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4403, 27, "Newa Talai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4404, 27, "Nimbahera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4405, 27, "Niwai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4406, 27, "Niwai Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4407, 27, "Nohar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4408, 27, "Nokha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4409, 27, "Nooan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4410, 27, "Padampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4411, 27, "Pali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4412, 27, "Parbatsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4413, 27, "Partapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4414, 27, "Partapur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4415, 27, "Phalodi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4416, 27, "Phalodi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4417, 27, "Phulera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4418, 27, "Pilani Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4419, 27, "Pilibanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4420, 27, "Pindwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4421, 27, "Pipar City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4422, 27, "Pirawa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4423, 27, "Pokaran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4424, 27, "Pratapgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4425, 27, "Pushkar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4426, 27, "Raila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4427, 27, "Raisinghnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4428, 27, "Rajakhera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4429, 27, "Rajaldesar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4430, 27, "Rajgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4431, 27, "Rajgarh, Churu District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4432, 27, "Rajsamand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4433, 27, "Ramganj Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4434, 27, "Ramgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4435, 27, "Ramgarh, Alwar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4436, 27, "Ramgarh, Sikar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4437, 27, "Rani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4438, 27, "Rani Sagar RIICO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4439, 27, "Ranthambore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4440, 27, "Ratangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4441, 27, "Ratannagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4442, 27, "Rawatbhata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4443, 27, "Rawatsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4444, 27, "Reengus", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4445, 27, "Renwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4446, 27, "Reodar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4447, 27, "RIICO Industrial Area Bassi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4448, 27, "RIICO Industrial Area Bidasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4449, 27, "RIICO Industrial Area Bikasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4450, 27, "RIICO Industrial Area Chopanki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4451, 27, "RIICO Industrial Area Gudli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4452, 27, "RIICO Industrial Area Kharani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4453, 27, "RIICO Industrial Area Khushkhera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4454, 27, "RIICO Industrial Area Naya Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4455, 27, "RIICO Industrial Area Neemrana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4456, 27, "RIICO Industrial Area Palsana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4457, 27, "RIICO Industrial Area Rajgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4458, 27, "RIICO Industrial Area Sanchore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4459, 27, "RIICO Institutional Area Ranpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4460, 27, "RIICO Industrial Area Rupangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4461, 27, "Rikhabdeo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4462, 27, "Sadri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4463, 27, "Sadulshahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4464, 27, "Sagwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4465, 27, "Salasar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4466, 27, "Salumbar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4467, 27, "Sambhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4468, 27, "Samdari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4469, 27, "Sanchore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4470, 27, "Sanderao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4471, 27, "Sangaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4472, 27, "Sangod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4473, 27, "Sapotra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4474, 27, "Saradhana RIICO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4475, 27, "Sardargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4476, 27, "Sardarshahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4477, 27, "Sarekhurd Industrial Area RIICO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4478, 27, "Sariska", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4479, 27, "Sarmathura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4480, 27, "Sarwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4481, 27, "Satalkheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4482, 27, "Sawa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4483, 27, "Sawai Madhopur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4484, 27, "Seemalwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4485, 27, "Semari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4486, 27, "Shahjahanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4487, 27, "Shahjahanpur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4488, 27, "Shahpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4489, 27, "Shahpura, Bhilwara District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4490, 27, "Sheoganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4491, 27, "Shiwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4492, 27, "Sikar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4493, 27, "Silora Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4494, 27, "Singhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4495, 27, "Sirohi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4496, 27, "Sirohi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4497, 27, "Siwana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4498, 27, "Sojat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4499, 27, "Sojat Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4500, 27, "Sri Ganganagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4501, 27, "Sri Madhopur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4502, 27, "Sri Madhopur Indusrtial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4503, 27, "Sudarshanpura RIICO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4504, 27, "Sujangarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4505, 27, "Suket", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4506, 27, "Suket Industrail Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4507, 27, "Sumerganj Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4508, 27, "Sumerpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4509, 27, "Sumerpur Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4510, 27, "Sundlak RIICO Baran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4511, 27, "Surajgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4512, 27, "Suratgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4513, 27, "Swaroopganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4514, 27, "Takhatgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4515, 27, "Talera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4516, 27, "Tapookra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4517, 27, "Taranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4518, 27, "Thana Gazi RIICO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4519, 27, "Tijara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4520, 27, "Todabhim", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4521, 27, "Todaraisingh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4522, 27, "Todra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4523, 27, "Tonk", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4524, 27, "Tonk Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4525, 27, "Udaipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4526, 27, "Udaipurwati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4527, 27, "Udpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4528, 27, "Uniara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4529, 27, "Utarlai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4530, 27, "Vijainagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4531, 27, "Vijainagar, Ganganagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4532, 27, "Viratnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4533, 27, "Weir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4534, 32, "Gangtok", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4535, 32, "Gyalshing", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4536, 32, "Jorethang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4537, 32, "Mangan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4538, 32, "Meli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4539, 32, "Namchi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4540, 32, "Nayabazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4541, 32, "Pelling", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4542, 32, "Rangpo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4543, 32, "Rhenock", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4544, 32, "Singtam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4545, 32, "Upper Tadong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4546, 2, "VA Vellalapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4547, 2, "Abiramam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4548, 2, "Achampudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4549, 2, "Acharapakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4550, 2, "Achipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4551, 2, "Adikaratti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4552, 2, "Adiramapattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4553, 2, "Adiyanuthu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4554, 2, "Aduthurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4555, 2, "Agaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4556, 2, "Agastheeswaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4557, 2, "Alagappapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4558, 2, "Alanganallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4559, 2, "Alangayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4560, 2, "Alangudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4561, 2, "Alangulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4562, 2, "Alangulam, Virudhunagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4563, 2, "Alanthurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4564, 2, "Alathur, Chengalpattu Taluka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4565, 2, "Aliyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4566, 2, "Alur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4567, 2, "Alwarkurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4568, 2, "Alwarthirunagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4569, 2, "Amathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4570, 2, "Ambasamudram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4571, 2, "Ambur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4572, 2, "Ammainaickanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4573, 2, "Ammanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4574, 2, "Ammapattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4575, 2, "Ammapettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4576, 2, "Ammapettai, Erode District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4577, 2, "Ammavarikuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4578, 2, "Ammoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4579, 2, "AMRL Sez Vaigaikulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4580, 2, "Anaimalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4581, 2, "Anaiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4582, 2, "Ananthapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4583, 2, "Andipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4584, 2, "Andipatti Jakkampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4585, 2, "Anjugrammam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4586, 2, "Annamalai Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4587, 2, "Annanji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4588, 2, "Annavasal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4589, 2, "Annur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4590, 2, "Anthiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4591, 2, "Anuppankulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4592, 2, "Appakudal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4593, 2, "Arachalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4594, 2, "Arakandanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4595, 2, "Arakonam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4596, 2, "Aralvaimozhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4597, 2, "Arani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4598, 2, "Arani, Thiruvallur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4599, 2, "Aranthangi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4600, 2, "Arasiramani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4601, 2, "Arasur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4602, 2, "Aravakurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4603, 2, "Arcot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4604, 2, "Arimalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4605, 2, "Ariyalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4606, 2, "Ariyappampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4607, 2, "Ariyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4608, 2, "Arumanai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4609, 2, "Arumbanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4610, 2, "Arumbavur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4611, 2, "Arumuganeri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4612, 2, "Aruppukkottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4613, 2, "Asaripallam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4614, 2, "Athani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4615, 2, "Athanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4616, 2, "Athimarapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4617, 2, "Athipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4618, 2, "Athur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4619, 2, "Athur, Thoothukkudi District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4620, 2, "Attayampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4621, 2, "Attur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4622, 2, "Avadattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4623, 2, "Avalapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4624, 2, "Avalpoondurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4625, 2, "Avanashi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4626, 2, "Avaniapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4627, 2, "Ayakudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4628, 2, "Aygudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4629, 2, "Ayothiapattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4630, 2, "Ayyalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4631, 2, "Ayyampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4632, 2, "Ayyampettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4633, 2, "Ayyampettai, Thanjavur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4634, 2, "Azhagiapandipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4635, 2, "B Mallapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4636, 2, "B Meenakshipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4637, 2, "Balakrishnampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4638, 2, "Balakrishnapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4639, 2, "Balapallam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4640, 2, "Balasamudram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4641, 2, "Bargur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4642, 2, "Batlagundu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4643, 2, "Belur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4644, 2, "Bharathi Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4645, 2, "Bhavani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4646, 2, "Bhavanisagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4647, 2, "Bhuvanagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4648, 2, "Bikketti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4649, 2, "Bodinayakanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4650, 2, "Boothapandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4651, 2, "Boothipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4652, 2, "Chakkarapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4653, 2, "Chathirareddipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4654, 2, "Chatrapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4655, 2, "Chenbagaramanputhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4656, 2, "Chengalpattu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4657, 2, "Chengam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4658, 2, "Chengappalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4659, 2, "Chennagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4660, 2, "Chennai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4661, 2, "Chennasamudram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4662, 2, "Chennimalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4663, 2, "Cheranmadevi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4664, 2, "Chetpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4665, 2, "Chettiarpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4666, 2, "Chettipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4667, 2, "Chettipalayam, Coimbatore District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4668, 2, "Chettithangal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4669, 2, "Chidambaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4670, 2, "Chinnakalayamputhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4671, 2, "Chinnakkampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4672, 2, "Chinnalapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4673, 2, "Chinnamanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4674, 2, "Chinnampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4675, 2, "Chinnasalem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4676, 2, "Chinnathadagam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4677, 2, "Chinniampalayam, Erode District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4678, 2, "Chinthamani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4679, 2, "Chithode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4680, 2, "Chockampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4681, 2, "Cholapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4682, 2, "Coimbatore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4683, 2, "Coonoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4684, 2, "Courtalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4685, 2, "Cuddalore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4686, 2, "Damalerimuthur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4687, 2, "Dasanaickenpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4688, 2, "Denkanikottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4689, 2, "Desur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4690, 2, "Devadanapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4691, 2, "Devakottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4692, 2, "Devanangurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4693, 2, "Devarshola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4694, 2, "Devasthanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4695, 2, "Devikapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4696, 2, "Devipattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4697, 2, "Dhalavoipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4698, 2, "Dhali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4699, 2, "Dhaliyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4700, 2, "Dharamapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4701, 2, "Dharapadavedu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4702, 2, "Dharapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4703, 2, "Dharmapuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4704, 2, "Dindigul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4705, 2, "Doramangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4706, 2, "Dusi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4707, 2, "Edaganasalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4708, 2, "Edaikodu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4709, 2, "Edakalinadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4710, 2, "Edappadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4711, 2, "Elathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4712, 2, "Elayirampannai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4713, 2, "ELCOT Gangaikodan IT Park", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4714, 2, "Ellandaikuttai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4715, 2, "Elumalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4716, 2, "Eral", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4717, 2, "Eranapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4718, 2, "Eraniel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4719, 2, "Eriodu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4720, 2, "Erode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4721, 2, "Erumaipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4722, 2, "Eruvadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4723, 2, "Ethapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4724, 2, "Ettayapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4725, 2, "Ettimadai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4726, 2, "Ezhudesam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4727, 2, "Frontier Mediville SEZ", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4728, 2, "Ganapathipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4729, 2, "Gandhi Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4730, 2, "Gangaikondan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4731, 2, "Gangavalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4732, 2, "Ganguvarpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4733, 2, "Gingee", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4734, 2, "GK Industrial Park", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4735, 2, "Gobichettipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4736, 2, "Gopalasamudram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4737, 2, "Gudalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4738, 2, "Gudalur, The Nilgiris District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4739, 2, "Gudalur, Theni District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4740, 2, "Gudiyatham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4741, 2, "Gummidipoondi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4742, 2, "Hale Dharmapuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4743, 2, "Hanumanthampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4744, 2, "Harur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4745, 2, "Harveypatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4746, 2, "Highways", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4747, 2, "Hosur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4748, 2, "Hubbathala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4749, 2, "Huligal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4750, 2, "Idikarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4751, 2, "Iduvai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4752, 2, "Ilampillai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4753, 2, "Ilanji", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4754, 2, "Ilayangudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4755, 2, "Iluppaiyurani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4756, 2, "Iluppur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4757, 2, "Irugur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4758, 2, "Jaffrabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4759, 2, "Jalakandapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4760, 2, "Jambai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4761, 2, "Jayankondam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4762, 2, "Jeyamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4763, 2, "Jolarpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4764, 2, "K Madapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4765, 2, "Kadambathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4766, 2, "Kadambur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4767, 2, "Kadathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4768, 2, "Kadayal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4769, 2, "Kadayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4770, 2, "Kadayampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4771, 2, "Kadayanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4772, 2, "Kailasagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4773, 2, "Kakkalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4774, 2, "Kalakad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4775, 2, "Kalakattupular", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4776, 2, "Kalambur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4777, 2, "Kalappanaickenpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4778, 2, "Kalavai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4779, 2, "Kaliyakkavilai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4780, 2, "Kaliyapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4781, 2, "Kalladaikurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4782, 2, "Kallakkurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4783, 2, "Kallakudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4784, 2, "Kallangudy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4785, 2, "Kallipalaym", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4786, 2, "Kallukoottam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4787, 2, "Kalparapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4788, 2, "Kalugumalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4789, 2, "Kamalakannanji SIDCO Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4790, 2, "Kamayagoundanpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4791, 2, "Kambainallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4792, 2, "Kambam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4793, 2, "Kamuthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4794, 2, "Kanadukathan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4795, 2, "Kanakkampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4796, 2, "Kanakkanpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4797, 2, "Kanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4798, 2, "Kancheepuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4799, 2, "Kandanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4800, 2, "Kangayampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4801, 2, "Kangeyam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4802, 2, "Kaniyambadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4803, 2, "Kaniyampoondl", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4804, 2, "Kaniyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4805, 2, "Kaniyur,Coimbatore District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4806, 2, "Kanjikoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4807, 2, "Kannamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4808, 2, "Kannampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4809, 2, "Kannanendal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4810, 2, "Kannanoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4811, 2, "Kannivadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4812, 2, "Kannivadi, Dindigul District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4813, 2, "Kanniyakumari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4814, 2, "Kappalur SIDCO Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4815, 2, "Kappiyarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4816, 2, "Karadipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4817, 2, "Karaikkudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4818, 2, "Karaikudi SIDCO Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4819, 2, "Karamadai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4820, 2, "Karambakkudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4821, 2, "Kariamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4822, 2, "Kariapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4823, 2, "Karugampattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4824, 2, "Karukkalvadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4825, 2, "Karumandi Chellipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4826, 2, "Karumathampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4827, 2, "Karungal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4828, 2, "Karunguzhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4829, 2, "Karuppur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4830, 2, "Karur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4831, 2, "Kasipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4832, 2, "Kathujuganapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4833, 2, "Kattathurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4834, 2, "Kattumannarkoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4835, 2, "Kattupakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4836, 2, "Kattuputhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4837, 2, "Kaveripakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4838, 2, "Kaveripattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4839, 2, "Kavindapadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4840, 2, "Kayalpattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4841, 2, "Kayatharu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4842, 2, "Keelakarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4843, 2, "Keeramangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4844, 2, "Keeranur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4845, 2, "Keeranur, Pudukkottai District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4846, 2, "Keeripatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4847, 2, "Keezhkulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4848, 2, "Kelamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4849, 2, "Kembainaickenpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4850, 2, "Kethi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4851, 2, "Kila Ambur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4852, 2, "Kilampadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4853, 2, "Kilapavoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4854, 2, "Kilkunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4855, 2, "Killai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4856, 2, "Killiyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4857, 2, "Kilpennathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4858, 2, "Kilvaithinankuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4859, 2, "Kilvelur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4860, 2, "Kinathukadavu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4861, 2, "Kodaikanal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4862, 2, "Kodavasal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4863, 2, "Kodivalasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4864, 2, "Kodumudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4865, 2, "Koil Palayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4866, 2, "Kolachal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4867, 2, "Kolappalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4868, 2, "Kolathupalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4869, 2, "Kolathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4870, 2, "Kollancode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4871, 2, "Kollankoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4872, 2, "Komaralingam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4873, 2, "Kombai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4874, 2, "Kondur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4875, 2, "Konganapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4876, 2, "Koonavelampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4877, 2, "Kooraikundu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4878, 2, "Koothappar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4879, 2, "Koradacheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4880, 2, "Kotagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4881, 2, "Kothanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4882, 2, "Kottaiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4883, 2, "Kottakuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4884, 2, "Kottaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4885, 2, "Kottur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4886, 2, "Kovalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4887, 2, "Kovilpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4888, 2, "Krishnagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4889, 2, "Krishnarayapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4890, 2, "Kuchanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4891, 2, "Kuchipulayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4892, 2, "Kuhalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4893, 2, "Kulappuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4894, 2, "Kulasekaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4895, 2, "Kulasekarapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4896, 2, "Kulathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4897, 2, "Kulithalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4898, 2, "Kullursandai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4899, 2, "Kumaragiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4900, 2, "Kumarapalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4901, 2, "Kumarapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4902, 2, "Kumbakonam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4903, 2, "Kunnathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4904, 2, "Kurinjipadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4905, 2, "Kurudampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4906, 2, "Kurukkupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4907, 2, "Kurumbalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4908, 2, "Kurumbapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4909, 2, "Kuruppanaickenpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4910, 2, "Kuthalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4911, 2, "Kuthanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4912, 2, "Kuzhithurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4913, 2, "Labbaikudikadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4914, 2, "Lakkampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4915, 2, "Lakshmi Puram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4916, 2, "Lalgudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4917, 2, "Lalpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4918, 2, "Lampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4919, 2, "Madaharpakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4920, 2, "Madathukulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4921, 2, "Madukkarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4922, 2, "Madukkur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4923, 2, "Madurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4924, 2, "Maduranthakam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4925, 2, "Mahindra World City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4926, 2, "Makkinampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4927, 2, "Mallankinaru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4928, 2, "Mallasamudram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4929, 2, "Mallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4930, 2, "Malumichampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4931, 2, "Mamallapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4932, 2, "Mamsapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4933, 2, "Manachanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4934, 2, "Manalikarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4935, 2, "Manalmedu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4936, 2, "Manalurpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4937, 2, "Manamadurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4938, 2, "Manapparai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4939, 2, "Manavalakurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4940, 2, "Mancad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4941, 2, "Mandaikadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4942, 2, "Mandapam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4943, 2, "Mangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4944, 2, "Mangalampet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4945, 2, "Manimutharu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4946, 2, "Mannargudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4947, 2, "Manthithoppu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4948, 2, "Maraimalainagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4949, 2, "Marakkanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4950, 2, "Maramangalathupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4951, 2, "Marandahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4952, 2, "Markayankottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4953, 2, "Marthandam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4954, 2, "Marudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4955, 2, "Marungur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4956, 2, "Maruthancode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4957, 2, "Masinaickenpatty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4958, 2, "Mathicode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4959, 2, "Mathigiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4960, 2, "Mathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4961, 2, "Mayiladuthurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4962, 2, "Mecheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4963, 2, "Melacheval", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4964, 2, "Melachokkanathapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4965, 2, "Melagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4966, 2, "Melaparthibanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4967, 2, "Melathiruppanthuruthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4968, 2, "Melattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4969, 2, "Melmangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4970, 2, "Melpattampakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4971, 2, "Melur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4972, 2, "Melvisharam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4973, 2, "Methukummal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4974, 2, "Mettamalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4975, 2, "Mettunasuvanpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4976, 2, "Mettupalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4977, 2, "Mettupalayam, Tiruchirappalli District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4978, 2, "Mettur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4979, 2, "Mevalurkuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4980, 2, "Milavittan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4981, 2, "Minampalli-Pachamadevi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4982, 2, "Modakurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4983, 2, "Mohamed Bundur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4984, 2, "Mohanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4985, 2, "Moolakaraipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4986, 2, "Mopperipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4987, 2, "Morattupalayam Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4988, 2, "Nanjikottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4989, 2, "Nannilam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4990, 2, "Naranammalpuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4991, 2, "Naranapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4992, 2, "Narasimhanaickenpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4993, 2, "Narasingapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4994, 2, "Narasingapuram, Salem District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4995, 2, "Nasiyanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4996, 2, "Natchiarkoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4997, 2, "Natham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4998, 2, "Nathampannai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (4999, 2, "Natrampalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5000, 2, "Nattalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5001, 2, "Nattapettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5002, 2, "Nattarasankottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5003, 2, "Nazerath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5004, 2, "Needamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5005, 2, "Neelagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5006, 2, "Neikkarapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5007, 2, "Nellikuppam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5008, 2, "Nelliyalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5009, 2, "Nemili", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5010, 2, "Neripperichal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5011, 2, "Nerkuppai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5012, 2, "Nerunjipettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5013, 2, "Neyveli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5014, 2, "Neyyoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5015, 2, "Nilaiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5016, 2, "Nilakkottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5017, 2, "O\' Valley", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5018, 2, "Odaipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5019, 2, "Odaiyakulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5020, 2, "Oddanchatram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5021, 2, "Odugathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5022, 2, "Olagadam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5023, 2, "Mudalipalayam SIDCO", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5024, 2, "Mudukulathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5025, 2, "Mudumalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5026, 2, "Mukasipidariyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5027, 2, "Mukkudal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5028, 2, "Mulagumudu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5029, 2, "Mulanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5030, 2, "Mullipattu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5031, 2, "Muruganpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5032, 2, "Musiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5033, 2, "Muthanampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5034, 2, "Muthukadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5035, 2, "Muthupet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5036, 2, "Muthur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5037, 2, "Muttayyapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5038, 2, "Muzhucode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5039, 2, "Mylaudy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5040, 2, "Nadaikavu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5041, 2, "Naduvaneri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5042, 2, "Naduvattam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5043, 2, "Nagamalaipudukottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5044, 2, "Nagamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5045, 2, "Nagapattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5046, 2, "Nagercoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5047, 2, "Nagojanahalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5048, 2, "Nallampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5049, 2, "Nallipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5050, 2, "Nallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5051, 2, "Namagiripettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5052, 2, "Namakkal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5053, 2, "Nambiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5054, 2, "Nandivaram- Guduvancheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5055, 2, "Nangavalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5056, 2, "Nangavaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5057, 2, "Nanguneri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5058, 2, "Nanjaiuthukuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5059, 2, "Omalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5060, 2, "Ooty", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5061, 2, "Periyamanali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5062, 2, "Periyanaickenpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5063, 2, "Pernampattu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5064, 2, "Perumagalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5065, 2, "Perumagoundampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5066, 2, "Perumanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5067, 2, "Perumandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5068, 2, "Perundurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5069, 2, "Perungulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5070, 2, "Pethampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5071, 2, "Pethanaickenpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5072, 2, "Pettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5073, 2, "Pillanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5074, 2, "PJ Cholapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5075, 2, "Pollachi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5076, 2, "Polur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5077, 2, "Pongaliyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5078, 2, "Ponmanai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5079, 2, "Ponnamaravathi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5080, 2, "Ponnampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5081, 2, "Ponneri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5082, 2, "Poolambadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5083, 2, "Poolampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5084, 2, "Poolankinar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5085, 2, "Pooluvapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5086, 2, "Porayar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5087, 2, "Pothanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5088, 2, "Pothatturpettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5089, 2, "Pudiyamputhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5090, 2, "Pudukkottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5091, 2, "Pudupalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5092, 2, "Pudupalayam Agraharam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5093, 2, "Pudupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5094, 2, "Pudupattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5095, 2, "Pudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5096, 2, "Puduvayal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5097, 2, "Puliankudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5098, 2, "Puliyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5099, 2, "Pullampadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5100, 2, "Punjai Thottakurichi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5101, 2, "Punjaipugalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5102, 2, "Punjaipuliampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5103, 2, "Puthalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5104, 2, "Putheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5105, 2, "Puthukkadai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5106, 2, "Puvalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5107, 2, "R Pudupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5108, 2, "Rajapalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5109, 2, "Rajapalayam, Salem District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5110, 2, "Rakkiya Palayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5111, 2, "Ramalingapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5112, 2, "Ramanathapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5113, 2, "Rameswaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5114, 2, "Ranipettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5115, 2, "Rasipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5116, 2, "Rayagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5117, 2, "RS Mangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5118, 2, "Rudravathi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5119, 2, "S Kannanur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5120, 2, "S Kodikulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5121, 2, "S Nallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5122, 2, "Sakkimangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5123, 2, "Salangapalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5124, 2, "Salem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5125, 2, "Samalapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5126, 2, "Samanatham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5127, 2, "Samathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5128, 2, "Sambavar Vadagarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5129, 2, "Sankaramanallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5130, 2, "Sankarankoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5131, 2, "Sankaraperi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5132, 2, "Sankarapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5133, 2, "Sankari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5134, 2, "Sankarnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5135, 2, "Sarcarsamakulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5136, 2, "Sathankulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5137, 2, "Sathiyavijayanagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5138, 2, "Sathyamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5139, 2, "Sattur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5140, 2, "Sayalgudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5141, 2, "Sayapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5142, 2, "Seerapalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5143, 2, "Seevur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5144, 2, "Seithur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5145, 2, "Semmipalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5146, 2, "Senthamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5147, 2, "Sentharapatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5148, 2, "Senur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5149, 2, "Sethiathoppu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5150, 2, "Sevilimedu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5151, 2, "Sevugampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5152, 2, "Sevur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5153, 2, "Shenkottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5154, 2, "Sholavandan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5155, 2, "Sholingur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5156, 2, "Sholur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5157, 2, "SIDCO Bargur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5158, 2, "Singampuneri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5159, 2, "Singaperumalkoil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5160, 2, "Singilipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5161, 2, "SIPCOT Cheyyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5162, 2, "SIPCOT Industrial Complex Pillaipakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5163, 2, "SIPCOT Industrial Park Sriprumbudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5164, 2, "SIPCOT Perundurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5165, 2, "SIPCOT Thervoy Kandigal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5166, 2, "SIPCOT Thoothukudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5167, 2, "Sircar Periapalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5168, 2, "Sirkali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5169, 2, "Sirugamani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5170, 2, "Sirumugai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5171, 2, "Sithayankottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5172, 2, "Sithurajapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5173, 2, "Sivaganga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5174, 2, "Sivagiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5175, 2, "Sivagiri, Erode District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5176, 2, "Sivagiripatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5177, 2, "Sivagnanapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5178, 2, "Sivakasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5179, 2, "Sivanthipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5180, 2, "Sivanthipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5181, 2, "Srikalikapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5182, 2, "Srimushnam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5183, 2, "Sriperumbudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5184, 2, "Sriramapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5185, 2, "Srivaikuntam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5186, 2, "Srivilliputhur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5187, 2, "Suchindrum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5188, 2, "Suleeswaranpatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5189, 2, "Sulur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5190, 2, "Sundarapandiam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5191, 2, "Sundarapandianpattinam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5192, 2, "Sundarapandiapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5193, 2, "Surandai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5194, 2, "Suriyampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5195, 2, "Swamimalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5196, 2, "T Kallipatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5197, 2, "T Kallupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5198, 2, "Tajpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5199, 2, "Tayilupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5200, 2, "Tenkasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5201, 2, "Terkukallikulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5202, 2, "Thadikarankonam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5203, 2, "Thadikombu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5204, 2, "Thakkolam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5205, 2, "Thalainayar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5206, 2, "Thamaraikulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5207, 2, "Thammampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5208, 2, "Thanjavur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5209, 2, "Thanthoni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5210, 2, "Thappakuttai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5211, 2, "Tharamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5212, 2, "Tharangambadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5213, 2, "Thathaiyangarpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5214, 2, "Thathankuttai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5215, 2, "Thazhakudy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5216, 2, "Thedavur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5217, 2, "Thenambakkam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5218, 2, "Thengampudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5219, 2, "Theni Allinagaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5220, 2, "Thenkarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5221, 2, "Thenkarai, Coimbatore District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5222, 2, "Thenthamaraikulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5223, 2, "Thenthiruperai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5224, 2, "Therur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5225, 2, "Thevaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5226, 2, "Thevarappan Patti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5227, 2, "Thevur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5228, 2, "Thiagadurgam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5229, 2, "Thikkanamcode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5230, 2, "Thimmaiyanpettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5231, 2, "Thingalnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5232, 2, "Thirikoodapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5233, 2, "Thirukarungavur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5234, 2, "Thirukarungudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5235, 2, "Thirukkadaiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5236, 2, "Thirukkattupalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5237, 2, "Thirumalayampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5238, 2, "Thirumalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5239, 2, "Thirumangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5240, 2, "Thirumuruganpoondi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5241, 2, "Thirunageswaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5242, 2, "Tirukkoyilur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5243, 2, "Tirumalaigiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5244, 2, "Tirunelveli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5245, 2, "Tirupathur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5246, 2, "Vellore", "0000-00-00 00:00:00", 0, "2021-03-09 13:04:32", 0, 1, 0), + (5247, 2, "Tiruppur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5248, 2, "Tiruttani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5249, 2, "Tiruvannamalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5250, 2, "Tiruvethipuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5251, 2, "Tittacheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5252, 2, "Tittakudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5253, 2, "TNPL Pugalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5254, 2, "Tuticorin", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5255, 2, "TVS Plant Hosur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5256, 2, "Udangudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5257, 2, "Udayarpalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5258, 2, "Udumalaipettai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5259, 2, "Ullur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5260, 2, "Ulundurpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5261, 2, "Unjalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5262, 2, "Unnamalaikadai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5263, 2, "Uppidamangalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5264, 2, "Uppiliapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5265, 2, "Usilampatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5266, 2, "Uthamapalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5267, 2, "Uthangarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5268, 2, "Uthayendram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5269, 2, "Uthiramerur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5270, 2, "Uthukkottai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5271, 2, "Uthukuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5272, 2, "V Pudupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5273, 2, "V Pudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5274, 2, "Vadakarai Keezhpadugai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5275, 2, "Vadakkanandal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5276, 2, "Vadakkuvalliyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5277, 2, "Vadalur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5278, 2, "Vadamadurai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5279, 2, "Thiruparankundram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5280, 2, "Thiruparappu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5281, 2, "Thiruporur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5282, 2, "Thiruppalai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5283, 2, "Thiruppanandal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5284, 2, "Thirupuvanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5285, 2, "Thirupuvanam, Thanjavur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5286, 2, "Thiruthangal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5287, 2, "Thiruthuraipoondi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5288, 2, "Thiruvaiyaru", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5289, 2, "Thiruvalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5290, 2, "Thiruvallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5291, 2, "Thiruvarur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5292, 2, "Thiruvattar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5293, 2, "Thiruvenkadam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5294, 2, "Thiruvennainallur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5295, 2, "Thiruverumbur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5296, 2, "Thiruvidaimarudur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5297, 2, "Thiruvithancode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5298, 2, "Thisayanvilai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5299, 2, "Thondamuthur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5300, 2, "Thondi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5301, 2, "Thookkanaikampalayam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5302, 2, "Thorapadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5303, 2, "Thorapadi,Cuddalore District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5304, 2, "Thottiyam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5305, 2, "Thuraiyur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5306, 2, "Thuthipattu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5307, 2, "Thuvakudi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5308, 2, "Timiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5309, 2, "Tindivanam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5310, 2, "Tiruchendur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5311, 2, "Tiruchengode", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5312, 2, "Tiruchirappalli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5313, 2, "Tirukalukundram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5314, 2, "Vadapudupatti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5315, 2, "Vaddakkankulam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5316, 2, "Yercaud", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5317, 2, "Zamin Uthukuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5318, 22, "Achampet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5319, 22, "Adilabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5320, 22, "Alampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5321, 22, "Allipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5322, 22, "Ananthapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5323, 22, "Anjani Portland Cement Factory", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5324, 22, "APIIC Polepally SEZ", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5325, 22, "Armur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5326, 22, "Ashwaraopet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5327, 22, "Asifabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5328, 22, "Atmakur Mahbubnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5329, 22, "Ballepalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5330, 22, "Banswada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5331, 22, "Bellampalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5332, 22, "Bhadrachalam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5333, 22, "Bhainsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5334, 22, "Bheema Cements Limited Ramapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5335, 22, "Bhimaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5336, 22, "Bhimaram Warangal District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5337, 22, "Bhongir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5338, 22, "Bhupalpalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5339, 22, "Bibinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5340, 22, "Bodhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5341, 22, "Boyapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5342, 22, "Chandur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5343, 22, "Chanukya Cement Factory", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5344, 22, "Chatakonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5345, 22, "Chegunta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5346, 22, "Chelpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5347, 22, "Chennur Adilabad District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5348, 22, "Chinnachitakunta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5349, 22, "Chitkul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5350, 22, "Chityala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5351, 22, "Choppadandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5352, 22, "Choutuppal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5353, 22, "Chunchupalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5354, 22, "Dasnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5355, 22, "Deccan Cement Factory", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5356, 22, "Devapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5357, 22, "Devarakonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5358, 22, "Devarkadra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5359, 22, "Dharmapuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5360, 22, "Dharmaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5361, 22, "Dharmaram Karimnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5362, 22, "Dharmaram Warangal District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5363, 22, "Dornakal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5364, 22, "Eddumailaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5365, 22, "Farooqnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5366, 22, "Gadwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5367, 22, "Gajwel", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5368, 22, "Ghanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5369, 22, "Ghanpur Warangal District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5370, 22, "Gorrekunta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5371, 22, "Gurralapadu Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5372, 22, "Haliya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5373, 22, "Hanwada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5374, 22, "Husnabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5375, 22, "Huzur Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5376, 22, "Huzurabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5377, 22, "Hyderabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5378, 22, "Ibrahimpatnam Rangareddy District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5379, 22, "Ichoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5380, 22, "Ieeja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5381, 22, "Isnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5382, 22, "Jadcherla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5383, 22, "Jagtial", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5384, 22, "Jainoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5385, 22, "Jallaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5386, 22, "Jammikunta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5387, 22, "Jangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5388, 22, "Jannaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5389, 22, "Jogipet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5390, 22, "Kaddam Peddur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5391, 22, "Kadipikonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5392, 22, "Kagaznagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5393, 22, "Kalwakurthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5394, 22, "Kamalapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5395, 22, "Kamalapuram Karimnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5396, 22, "Kamareddy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5397, 22, "Karimnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5398, 22, "Kasipet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5399, 22, "Khammam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5400, 22, "Khanapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5401, 22, "Kisan Nagar Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5402, 22, "Kodad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5403, 22, "Kodangal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5404, 22, "Kondamallapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5405, 22, "Koratla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5406, 22, "Kosigi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5407, 22, "Kothagudem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5408, 22, "Kothakota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5409, 22, "Kothur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5410, 22, "Kyathampalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5411, 22, "Laxmidevipalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5412, 22, "Luxettipet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5413, 22, "Madaram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5414, 22, "Madhira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5415, 22, "Madikonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5416, 22, "Mahabubabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5417, 22, "Mahbubnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5418, 22, "Maheswaram Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5419, 22, "Mamda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5420, 22, "Mamnoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5421, 22, "Mancherial", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5422, 22, "Mandamarri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5423, 22, "Manugur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5424, 22, "Medak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5425, 22, "Medipalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5426, 22, "Metapally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5427, 22, "Miryalaguda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5428, 22, "Muhammadabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5429, 22, "Mulugu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5430, 22, "Nagarjuna Sagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5431, 22, "Nagarkurnool", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5432, 22, "Nakrekal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5433, 22, "Nalgonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5434, 22, "Narayanapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5435, 22, "Narayankhed", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5436, 22, "Narayanpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5437, 22, "Narsampet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5438, 22, "Narsapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5439, 22, "Naspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5440, 22, "Navandgi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5441, 22, "Nirmal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5442, 22, "Nizamabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5443, 22, "Palakurthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5444, 22, "Palwancha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5445, 22, "Pargi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5446, 22, "Peddapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5447, 22, "Perur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5448, 22, "Pochampalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5449, 22, "Pothreddipalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5450, 22, "Raasi Cement Factory Wazirabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5451, 22, "Raghunathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5452, 22, "Ramagundam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5453, 22, "Ramannapeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5454, 22, "Ratnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5455, 22, "Ratnapur Medak District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5456, 22, "Rudraram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5457, 22, "Rudraram Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5458, 22, "Sadasivpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5459, 22, "Sangareddy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5460, 22, "Sarangapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5461, 22, "Sarapaka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5462, 22, "Sathupally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5463, 22, "Secunderabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5464, 22, "Shamshabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5465, 22, "Shankarampet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5466, 22, "Shivunipalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5467, 22, "Siddipet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5468, 22, "Singapuram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5469, 22, "Sircilla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5470, 22, "Soanpet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5471, 22, "Sri Vishnu Cement Limited Dondapadu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5472, 22, "Suryapet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5473, 22, "Tallada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5474, 22, "Tandur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5475, 22, "Teegalpahad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5476, 22, "Thallapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5477, 22, "Thimmapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5478, 22, "Thorrur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5479, 22, "Turkapally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5480, 22, "Utnur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5481, 22, "Vatwarlapalle", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5482, 22, "Vemulawada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5483, 22, "Vicarabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5484, 22, "Wanaparthy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5485, 22, "Warangal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5486, 22, "Warangal Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5487, 22, "Yadagirigutta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5488, 22, "Yellandu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5489, 22, "Yellareddy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5490, 22, "Yenugonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5491, 22, "Yerrabalem", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5492, 22, "Zahirabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5493, 33, "Agartala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5494, 33, "Amarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5495, 33, "Ambassa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5496, 33, "Anandanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5497, 33, "Badharghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5498, 33, "Belonia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5499, 33, "Briddhanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5500, 33, "Dharmanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5501, 33, "Fatikroy", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5502, 33, "Gakulnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5503, 33, "Gakulpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5504, 33, "Gandhigram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5505, 33, "Indranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5506, 33, "Jogendranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5507, 33, "Kailasahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5508, 33, "Kalachhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5509, 33, "Kamalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5510, 33, "Kanchanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5511, 33, "Khowai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5512, 33, "Kumarghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5513, 33, "Kunjaban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5514, 33, "Madhupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5515, 33, "Manu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5516, 33, "Matarbari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5517, 33, "Narsingarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5518, 33, "Panisagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5519, 33, "Ranirbazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5520, 33, "Sabroom", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5521, 33, "Santirbazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5522, 33, "Sonamura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5523, 33, "Taranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5524, 33, "Teliamura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5525, 33, "Udaipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5526, 15, "Abupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5527, 15, "Achalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5528, 15, "Achhalda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5529, 15, "Achhnera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5530, 15, "Adari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5531, 15, "Afzalgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5532, 15, "Agarwal Mandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5533, 15, "Agra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5534, 15, "Agro Park Karkhiyon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5535, 15, "Ahraura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5536, 15, "Ailum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5537, 15, "Air Force Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5538, 15, "Ajhuwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5539, 15, "Akbarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5540, 15, "Akbarpur Near Kanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5541, 15, "Aliganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5542, 15, "Aligarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5543, 15, "Allahabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5544, 15, "Allahganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5545, 15, "Allapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5546, 15, "Amanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5547, 15, "Ambehta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5548, 15, "Amethi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5549, 15, "Amethi Sultanpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5550, 15, "Amila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5551, 15, "Amilo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5552, 15, "Aminagar Sarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5553, 15, "Amraudha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5554, 15, "Amroha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5555, 15, "Anandnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5556, 15, "Anpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5557, 15, "Antu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5558, 15, "Anupshahr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5559, 15, "Anurudhpur Purab Patti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5560, 15, "Aonla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5561, 15, "Artauni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5562, 15, "Ashrafpur Kichhauchha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5563, 15, "Atarra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5564, 15, "Atasu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5565, 15, "Atrauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5566, 15, "Atraulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5567, 15, "Auraiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5568, 15, "Aurangabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5569, 15, "Auras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5570, 15, "Awagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5571, 15, "Ayodhya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5572, 15, "Azamgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5573, 15, "Azmatgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5574, 15, "Babarpur Ajitmal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5575, 15, "Baberu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5576, 15, "Babina", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5577, 15, "Babrala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5578, 15, "Babugarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5579, 15, "Bachhgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5580, 15, "Bachhraon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5581, 15, "Bachhrawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5582, 15, "Bad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5583, 15, "Badaun Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5584, 15, "Baghpat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5585, 15, "Bah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5586, 15, "Bahadurganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5587, 15, "Baheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5588, 15, "Bahjoi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5589, 15, "Bahraich", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5590, 15, "Bahsuma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5591, 15, "Bahuwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5592, 15, "Bajna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5593, 15, "Bakewar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5594, 15, "Bakiabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5595, 15, "Baksar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5596, 15, "Bakshi Ka Talab", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5597, 15, "Baldeo", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5598, 15, "Ballia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5599, 15, "Balrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5600, 15, "Banat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5601, 15, "Banda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5602, 15, "Bangarmau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5603, 15, "Banguwan Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5604, 15, "Banjarepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5605, 15, "Bansdih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5606, 15, "Bansgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5607, 15, "Bansi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5608, 15, "Bara Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5609, 15, "Barabanki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5610, 15, "Barabanki Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5611, 15, "Baragaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5612, 15, "Barahatir Jagdishpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5613, 15, "Baraut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5614, 15, "Bareilly", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5615, 15, "Barhalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5616, 15, "Barhani Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5617, 15, "Barkhera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5618, 15, "Baroun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5619, 15, "Barsana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5620, 15, "Barua Sagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5621, 15, "Barwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5622, 15, "Barwara Mazra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5623, 15, "Basantpur Saitli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5624, 15, "Basta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5625, 15, "Basti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5626, 15, "Beelna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5627, 15, "Behat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5628, 15, "Behta Hajipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5629, 15, "Bela Pratapgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5630, 15, "Belthara Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5631, 15, "Beniganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5632, 15, "Benipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5633, 15, "Beswan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5634, 15, "Bewar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5635, 15, "Bhabnan Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5636, 15, "Bhadarsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5637, 15, "Bhadohi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5638, 15, "Bhadohi Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5639, 15, "Bhagwant Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5640, 15, "Bharatganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5641, 15, "Bhargain", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5642, 15, "Bharthana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5643, 15, "Bharuhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5644, 15, "Bharwari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5645, 15, "Bhatni Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5646, 15, "Bhatpar Rani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5647, 15, "Bhawan Bahadur Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5648, 15, "Bhinga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5649, 15, "Bhogaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5650, 15, "Bhojpur Dharampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5651, 15, "Bhokarhedi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5652, 15, "Bhulepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5653, 15, "Bidhuna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5654, 15, "Bighapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5655, 15, "Bihka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5656, 15, "Bijauli Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5657, 15, "Bijnor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5658, 15, "Bijpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5659, 15, "Bikapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5660, 15, "Bilari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5661, 15, "Bilariaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5662, 15, "Bilaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5663, 15, "Gautam Buddha Nagar", "0000-00-00 00:00:00", 0, "2022-09-15 10:48:14", 2, 1, 0), + (5664, 15, "Bilgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5665, 15, "Bilhaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5666, 15, "Bilram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5667, 15, "Bilsanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5668, 15, "Bilsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5669, 15, "Bindki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5670, 15, "Birbhanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5671, 15, "Bisalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5672, 15, "Bisanda Buzurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5673, 15, "Bisauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5674, 15, "Bisharatganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5675, 15, "Bishunipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5676, 15, "Biswan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5677, 15, "Bithoor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5678, 15, "Budaun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5679, 15, "Budhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5680, 15, "Bugrasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5681, 15, "Bulandshahr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5682, 15, "Chail", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5683, 15, "Chakia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5684, 15, "Chakmano", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5685, 15, "Chandauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5686, 15, "Chandausi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5687, 15, "Chandpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5688, 15, "Charkhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5689, 15, "Charthaval", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5690, 15, "Chaumuhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5691, 15, "Chaurhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5692, 15, "Chhaprauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5693, 15, "Chharra Rafatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5694, 15, "Chhata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5695, 15, "Chhatari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5696, 15, "Chhibramau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5697, 15, "Chhitauni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5698, 15, "Chhutmalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5699, 15, "Chilkana Sultanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5700, 15, "Chirgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5701, 15, "Chitbara Gaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5702, 15, "Chitrakoot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5703, 15, "Chopan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5704, 15, "Choubepur Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5705, 15, "Chunar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5706, 15, "Churk Ghurma", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5707, 15, "Colonelganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5708, 15, "Dadri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5709, 15, "Dalmau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5710, 15, "Dankaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5711, 15, "Dariyabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5712, 15, "Dasna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5713, 15, "Dataganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5714, 15, "Daurala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5715, 15, "Debai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5716, 15, "Deoband", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5717, 15, "Deoranian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5718, 15, "Deori Singhpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5719, 15, "Deoria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5720, 15, "Deosaini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5721, 15, "Derapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5722, 15, "Devinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5723, 15, "Dewa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5724, 15, "Dhakauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5725, 15, "Dhampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5726, 15, "Dhanauha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5727, 15, "Dhanaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5728, 15, "Dharoti Khurd", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5729, 15, "Dhaura Tanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5730, 15, "Dhaurahara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5731, 15, "Dibiyapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5732, 15, "Dildarnagar Fatehpur Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5733, 15, "Dindaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5734, 15, "Dindaspur Chandauli District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5735, 15, "Doghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5736, 15, "Dohrighat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5737, 15, "Domariyaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5738, 15, "Dostpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5739, 15, "Dudhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5740, 15, "Dulhipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5741, 15, "Ekdil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5742, 15, "Erich", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5743, 15, "Etah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5744, 15, "Etah Indutrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5745, 15, "Etawah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5746, 15, "Etmadpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5747, 15, "Faizabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5748, 15, "Faizganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5749, 15, "Farah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5750, 15, "Faridnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5751, 15, "Faridpur, Bareilly District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5752, 15, "Fariha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5753, 15, "Farrukhabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5754, 15, "Fatehabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5755, 15, "Fatehganj Pashchimi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5756, 15, "Fatehganj Purvi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5757, 15, "Fatehgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5758, 15, "Fatehpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5759, 15, "Fatehpur Chaurasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5760, 15, "Fatehpur Sikri Fatehpur, Barabanki District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5761, 15, "Fazi Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5762, 15, "Firozabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5763, 15, "Firozabad UPSIDC", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5764, 15, "Gabhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5765, 15, "Gadhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5766, 15, "Gagalhedi Must", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5767, 15, "Gajraula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5768, 15, "Gangapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5769, 15, "Gangiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5770, 15, "Gangoh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5771, 15, "Ganj Dundwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5772, 15, "Ganj Muradabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5773, 15, "Ganwaria Tulsipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5774, 15, "Garauri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5775, 15, "Garautha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5776, 15, "Garhi Pukhta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5777, 15, "Garhmukteshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5778, 15, "Gaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5779, 15, "Gaura Barhaj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5780, 15, "Gaura Kala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5781, 15, "Gauri Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5782, 15, "Gausganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5783, 15, "Gawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5784, 15, "Ghatampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5785, 15, "Ghaziabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5786, 15, "Ghazipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5787, 15, "Ghiraur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5788, 15, "Ghorawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5789, 15, "Ghosi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5790, 15, "Ghosia Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5791, 15, "Ghughuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5792, 15, "GIDA Gorakhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5793, 15, "Gird Baragaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5794, 15, "Gohand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5795, 15, "Gokul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5796, 15, "Gola Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5797, 15, "Gola Gokarannath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5798, 15, "Gonda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5799, 15, "Gopamau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5800, 15, "Gopi Ganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5801, 15, "Gorakhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5802, 15, "Gosainganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5803, 15, "Gosainganj, Lucknow District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5804, 15, "Got", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5805, 15, "Govardhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5806, 15, "Greater Noida", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5807, 15, "Gulaothi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5808, 15, "Gulariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5809, 15, "Gunnaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5810, 15, "Gursahaiganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5811, 15, "Gursarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5812, 15, "Gyanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5813, 15, "Hafiz Ganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5814, 15, "Haidergarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5815, 15, "Haldaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5816, 15, "Hallaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5817, 15, "Hamirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5818, 15, "Handia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5819, 15, "Hapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5820, 15, "Haqiqatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5821, 15, "Hardoi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5822, 15, "Harduaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5823, 15, "Hargaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5824, 15, "Hariharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5825, 15, "Hariyawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5826, 15, "Harraiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5827, 15, "Hasanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5828, 15, "Hasayan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5829, 15, "Hastinapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5830, 15, "Hata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5831, 15, "Hathgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5832, 15, "Hathras", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5833, 15, "Hyderabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5834, 15, "Ibrahimpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5835, 15, "Iglas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5836, 15, "Ikauna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5837, 15, "Iltifatganj Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5838, 15, "Indian Tehephone Industry Mankapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5839, 15, "Indian Telephone Industry", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5840, 15, "Islamnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5841, 15, "Itaunja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5842, 15, "Itwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5843, 15, "Jafarabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5844, 15, "Jagner", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5845, 15, "Jahanabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5846, 15, "Jahangirabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5847, 15, "Jahangirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5848, 15, "Jais", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5849, 15, "Jaithara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5850, 15, "Jalalabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5851, 15, "Jalalabad, Bijnor District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5852, 15, "Jalalabad, Muzaffarnagar District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5853, 15, "Jalali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5854, 15, "Jalalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5855, 15, "Jalaun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5856, 15, "Jalesar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5857, 15, "Jamshila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5858, 15, "Jamuhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5859, 15, "Jangipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5860, 15, "Jansath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5861, 15, "Jarwal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5862, 15, "Jasra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5863, 15, "Jasrana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5864, 15, "Jaswantnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5865, 15, "Jatari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5866, 15, "Jaunpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5867, 15, "Jewar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5868, 15, "Jhalu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5869, 15, "Jhansi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5870, 15, "Jhinjhak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5871, 15, "Jhinjhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5872, 15, "Jiyanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5873, 15, "Joya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5874, 15, "Jugauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5875, 15, "Jyoti Khuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5876, 15, "Kabrai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5877, 15, "Kachhauna Patseni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5878, 15, "Kachhla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5879, 15, "Kachhwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5880, 15, "Kachnar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5881, 15, "Kadaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5882, 15, "Kadipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5883, 15, "Kailashpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5884, 15, "Kaimganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5885, 15, "Kairana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5886, 15, "Kakari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5887, 15, "Kakod", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5888, 15, "Kakori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5889, 15, "Kakrala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5890, 15, "Kalinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5891, 15, "Kalpi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5892, 15, "Kamalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5893, 15, "Kampil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5894, 15, "Kanaudia Chamical & Industries Ltd", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5895, 15, "Kandharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5896, 15, "Kandhla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5897, 15, "Kannauj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5898, 15, "Kanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5899, 15, "Kanth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5900, 15, "Kanth, Shahjahanpur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5901, 15, "Kaptanganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5902, 15, "Karari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5903, 15, "Karhal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5904, 15, "Karnawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5905, 15, "Karwi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5906, 15, "Kasba Khanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5907, 15, "Kasganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5908, 15, "Kasiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5909, 15, "Kataka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5910, 15, "Kataria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5911, 15, "Katghar Lalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5912, 15, "Kathaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5913, 15, "Kathera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5914, 15, "Katra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5915, 15, "Katra Medniganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5916, 15, "Katra, Gonda District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5917, 15, "Kaulakha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5918, 15, "Kauria ganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5919, 15, "Kemri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5920, 15, "Kerakat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5921, 15, "Kewalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5922, 15, "Khadda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5923, 15, "Khaga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5924, 15, "Khailar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5925, 15, "Khair", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5926, 15, "Khairabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5927, 15, "Khairabad, Mau District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5928, 15, "Khalilabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5929, 15, "Khamaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5930, 15, "Khandauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5931, 15, "Khanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5932, 15, "Kharela", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5933, 15, "Khargupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5934, 15, "Khariya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5935, 15, "Kharkhoda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5936, 15, "Khatauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5937, 15, "Khekada", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5938, 15, "Kheragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5939, 15, "Kheri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5940, 15, "Kheta Sarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5941, 15, "Khudaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5942, 15, "Khurja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5943, 15, "Khutar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5944, 15, "Kiraoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5945, 15, "Kiratpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5946, 15, "Kishni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5947, 15, "Kishunpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5948, 15, "Kithaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5949, 15, "Koeripur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5950, 15, "Konch", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5951, 15, "Kopaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5952, 15, "Kora Jahanabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5953, 15, "Koraon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5954, 15, "Korwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5955, 15, "Kosi Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5956, 15, "Kota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5957, 15, "Kota, Sonbhadra District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5958, 15, "Kotra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5959, 15, "Kotwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5960, 15, "Kotwali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5961, 15, "Kulpahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5962, 15, "Kunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5963, 15, "Kundarki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5964, 15, "Kunwargaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5965, 15, "Kuraoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5966, 15, "Kurara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5967, 15, "Kursath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5968, 15, "Kursath, Hardoi District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5969, 15, "Kursi Road Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5970, 15, "Kurthi Jafarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5971, 15, "Kushinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5972, 15, "Kusmara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5973, 15, "Laharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5974, 15, "Lakhimpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5975, 15, "Lakhna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5976, 15, "Lal Gopalganj Nindaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5977, 15, "Lalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5978, 15, "Lalitpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5979, 15, "Lar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5980, 15, "Lawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5981, 15, "Leather Park Banthar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5982, 15, "Ledwa Mahua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5983, 15, "Loni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5984, 15, "Lucknow", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5985, 15, "Machhlishahr", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5986, 15, "Madhoganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5987, 15, "Madhogarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5988, 15, "Madiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5989, 15, "Maghar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5990, 15, "Mahaban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5991, 15, "Maharajganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5992, 15, "Mahimapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5993, 15, "Mahmudabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5994, 15, "Mahoba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5995, 15, "Maholi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5996, 15, "Mahona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5997, 15, "Mahrajganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5998, 15, "Mahrajganj, Azamgarh District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (5999, 15, "Mahroni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6000, 15, "Mahul Khas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6001, 15, "Maigal Ganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6002, 15, "Mailani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6003, 15, "Maina Maujpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6004, 15, "Mainpuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6005, 15, "Majhauliraj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6006, 15, "Makhanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6007, 15, "Malhipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6008, 15, "Malihabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6009, 15, "Mallawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6010, 15, "Mandawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6011, 15, "Manikpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6012, 15, "Manikpur Sarhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6013, 15, "Maniyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6014, 15, "Manjhanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6015, 15, "Mankapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6016, 15, "Marehra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6017, 15, "Mariahu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6018, 15, "Maswasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6019, 15, "Mataundh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6020, 15, "Mathura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6021, 15, "Mau Aima", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6022, 15, "Maudaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6023, 15, "Maunath Bhanjan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6024, 15, "Maurawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6025, 15, "Mawana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6026, 15, "Meerut", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6027, 15, "Mehdawal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6028, 15, "Mehnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6029, 15, "Mendu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6030, 15, "Middha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6031, 15, "Milak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6032, 15, "Miranpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6033, 15, "Mirganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6034, 15, "Mirzapur cum Vindhyachal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6035, 15, "Misrikh Cum Neemsar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6036, 15, "Modinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6037, 15, "Mogra Badshahpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6038, 15, "Mohammadabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6039, 15, "Mohammadabad, Farrukhabad District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6040, 15, "Mohammadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6041, 15, "Mohan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6042, 15, "Mohanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6043, 15, "Mohiuddinpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6044, 15, "Moradabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6045, 15, "Moth", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6046, 15, "Mubarakpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6047, 15, "Mughalsarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6048, 15, "Muhammadabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6049, 15, "Mundera Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6050, 15, "Mundia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6051, 15, "Muradnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6052, 15, "Mursan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6053, 15, "Musafirkhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6054, 15, "Muzaffarnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6055, 15, "Nadigaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6056, 15, "Nagina", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6057, 15, "Nagram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6058, 15, "Nai Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6059, 15, "Naini Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6060, 15, "Najibabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6061, 15, "Nakur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6062, 15, "Nanauta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6063, 15, "Nandgaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6064, 15, "Nanpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6065, 15, "Naraini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6066, 15, "Narauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6067, 15, "Naraura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6068, 15, "Naugarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6069, 15, "Naugawan Sadat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6070, 15, "Nautanwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6071, 15, "Nawabganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6072, 15, "Nawabganj, Bareilly District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6073, 15, "Nawabganj, Unnao District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6074, 15, "Nehtaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6075, 15, "Nichlaul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6076, 15, "Nidhauli Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6077, 15, "Nihal Garh Chak Jangla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6078, 15, "Nivi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6079, 15, "Niwari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0); +INSERT INTO `m_city` (`city_id`, `fk_state_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (6080, 15, "Nizamabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6081, 15, "Noida", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6082, 15, "Noorpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6083, 15, "Nyoria Husainpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6084, 15, "Nyotini", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6085, 15, "Obra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6086, 15, "Oel Dhakwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6087, 15, "Orai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6088, 15, "Orai Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6089, 15, "Orai Jalaun District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6090, 15, "Oran", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6091, 15, "Pachperwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6092, 15, "Padarathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6093, 15, "Padrauna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6094, 15, "Pahar Ganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6095, 15, "Pahasu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6096, 15, "Paintepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6097, 15, "Pakbara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6098, 15, "Pali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6099, 15, "Pali, Hardoi District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6100, 15, "Palia Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6101, 15, "Palpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6102, 15, "Parasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6103, 15, "Parichha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6104, 15, "Parikshitgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6105, 15, "Parsadepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6106, 15, "Parsakhera Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6107, 15, "Parsona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6108, 15, "Patadi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6109, 15, "Patala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6110, 15, "Patiyali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6111, 15, "Patti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6112, 15, "Pavi Sadakpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6113, 15, "Phalauda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6114, 15, "Phaphund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6115, 15, "Phulpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6116, 15, "Phulpur, Allahabad District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6117, 15, "Pihani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6118, 15, "Pilibhit", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6119, 15, "Pilkhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6120, 15, "Pilkhuwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6121, 15, "Pinahat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6122, 15, "Pipalsana Chaudhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6123, 15, "Pipara Dand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6124, 15, "Pipiganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6125, 15, "Pipraich", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6126, 15, "Piprayli Bujurg", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6127, 15, "Pipri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6128, 15, "Powayan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6129, 15, "Pratapgarh City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6130, 15, "Pukhrayan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6131, 15, "Puranpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6132, 15, "Purdilnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6133, 15, "Pure Tiwari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6134, 15, "Purquazi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6135, 15, "Purwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6136, 15, "Qasimpur Power House Colony", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6137, 15, "Rabupura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6138, 15, "Radhakund", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6139, 15, "Rae Bareli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6140, 15, "Raja ka Rampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6141, 15, "Rajapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6142, 15, "Ram Nagar Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6143, 15, "Ramdaspur Urf Nagal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6144, 15, "Ramkola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6145, 15, "Ramnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6146, 15, "Rampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6147, 15, "Rampur Bhawanipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6148, 15, "Rampur Karkhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6149, 15, "Rampur Maniharan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6150, 15, "Rampura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6151, 15, "Ranipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6152, 15, "Raniyan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6153, 15, "Rasra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6154, 15, "Rasulabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6155, 15, "Rasulabad Unnao District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6156, 15, "Ratanpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6157, 15, "Rath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6158, 15, "Rati Ka Nagla Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6159, 15, "Raya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6160, 15, "Renukoot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6161, 15, "Reoti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6162, 15, "Richha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6163, 15, "Risia Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6164, 15, "Rithora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6165, 15, "Robertsganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6166, 15, "Rori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6167, 15, "Rudauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6168, 15, "Rudayan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6169, 15, "Rudrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6170, 15, "Runkata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6171, 15, "Rura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6172, 15, "Rustamnagar Sahaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6173, 15, "Sadabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6174, 15, "Sadat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6175, 15, "Sadatmasaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6176, 15, "Sadruddin Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6177, 15, "Safipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6178, 15, "Sahanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6179, 15, "Saharanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6180, 15, "Sahaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6181, 15, "Sahaswan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6182, 15, "Sahatwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6183, 15, "Sahawar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6184, 15, "Sahjanwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6185, 15, "Sahpau", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6186, 15, "Saidpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6187, 15, "Saidpur Khajuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6188, 15, "Saidpur, Budaun District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6189, 15, "Sainthal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6190, 15, "Saiyad Raja", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6191, 15, "Sakaldiha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6192, 15, "Sakhanu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6193, 15, "Sakit", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6194, 15, "Salarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6195, 15, "Salempur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6196, 15, "Salon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6197, 15, "Sambhal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6198, 15, "Samdhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6199, 15, "Samthar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6200, 15, "Sandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6201, 15, "Sandila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6202, 15, "Sandilla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6203, 15, "Sapur Banger", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6204, 15, "Sarai Abdulmalik", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6205, 15, "Sarai Aquil", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6206, 15, "Sarai Lahur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6207, 15, "Sarai mir", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6208, 15, "Sarai Mohana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6209, 15, "Saraon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6210, 15, "Sardhana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6211, 15, "Sarila", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6212, 15, "Sarnath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6213, 15, "Sarsawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6214, 15, "Sarsual", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6215, 15, "Sasni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6216, 15, "Satiyava", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6217, 15, "Satrikh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6218, 15, "Saunkh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6219, 15, "Saurikh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6220, 15, "Seohara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6221, 15, "Sewalkhas", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6222, 15, "Sewarhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6223, 15, "Shahabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6224, 15, "Shahabad, Rampur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6225, 15, "Shahganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6226, 15, "Shahi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6227, 15, "Shahjahanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6228, 15, "Shahpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6229, 15, "Shamli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6230, 15, "Shamsabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6231, 15, "Shamsabad, Agra District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6232, 15, "Shankargarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6233, 15, "Shaoron", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6234, 15, "Shergarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6235, 15, "Sherkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6236, 15, "Shikarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6237, 15, "Shikohabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6238, 15, "Shishgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6239, 15, "Shivli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6240, 15, "Shivrajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6241, 15, "Shohratgarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6242, 15, "Siana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6243, 15, "Siddhaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6244, 15, "Sidhauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6245, 15, "Sidhpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6246, 15, "Sikandarabad Industrial Area", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6247, 15, "Sikanderpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6248, 15, "Sikanderpur, Kannauj District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6249, 15, "Sikandra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6250, 15, "Sikandra Rao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6251, 15, "Sikandrabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6252, 15, "Sikindra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6253, 15, "Sikri Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6254, 15, "Singahi Bhiraura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6255, 15, "Sirathu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6256, 15, "Sirauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6257, 15, "Sirsa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6258, 15, "Sirsaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6259, 15, "Sirsi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6260, 15, "Sisauli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6261, 15, "Siswa Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6262, 15, "Sitapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6263, 15, "Soron", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6264, 15, "Suar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6265, 15, "Subeha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6266, 15, "Sultanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6267, 15, "Sumerpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6268, 15, "Suriyawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6269, 15, "Suthana Barsola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6270, 15, "Suzabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6271, 15, "Talbehat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6272, 15, "Talgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6273, 15, "Tambaur Cum Ahmadabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6274, 15, "Tanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6275, 15, "Tanda, Rampur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6276, 15, "Tatarpur Lallu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6277, 15, "Thakurdwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6278, 15, "Thana Bhawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6279, 15, "Thiriya Nizamat Khan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6280, 15, "Tikait Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6281, 15, "Tikri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6282, 15, "Tikuniya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6283, 15, "Tilhar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6284, 15, "Tilthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6285, 15, "Tindwari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6286, 15, "Tirwaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6287, 15, "Titron", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6288, 15, "Tondi Fatehpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6289, 15, "Tronica City", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6290, 15, "Tulsipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6291, 15, "Tundla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6292, 15, "Tundla Kham", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6293, 15, "Tundla Rly Colony", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6294, 15, "Ugu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6295, 15, "Ujhani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6296, 15, "Ujhari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6297, 15, "Umarha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6298, 15, "Umri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6299, 15, "Umri Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6300, 15, "Un", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6301, 15, "Unchahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6302, 15, "Unnao", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6303, 15, "Usawan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6304, 15, "Usehat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6305, 15, "Uska Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6306, 15, "Utraula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6307, 15, "Varanasi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6308, 15, "Vijaigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6309, 15, "Vrindavan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6310, 15, "Walidpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6311, 15, "Warhapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6312, 15, "Wazirganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6313, 15, "Zaidpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6314, 15, "Zamania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6315, 16, "Almora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6316, 16, "Auli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6317, 16, "Badrinath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6318, 16, "Bageshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6319, 16, "Bahadarabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6320, 16, "Banbasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6321, 16, "Bandia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6322, 16, "Bandiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6323, 16, "Barkot", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6324, 16, "Bazpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6325, 16, "Begumpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6326, 16, "Berinag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6327, 16, "Bhagwanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6328, 16, "Bhimtaal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6329, 16, "Bhowali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6330, 16, "Chakrata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6331, 16, "Chamba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6332, 16, "Chamoli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6333, 16, "Champawat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6334, 16, "Chaukori", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6335, 16, "Corbett", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6336, 16, "Dehradun", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6337, 16, "Devaprayag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6338, 16, "Devaprayag, Garhwal District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6339, 16, "Dhanaulti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6340, 16, "Dharchula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6341, 16, "Dharchula Dehat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6342, 16, "Didihat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6343, 16, "Dineshpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6344, 16, "Dogadda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6345, 16, "Doiwala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6346, 16, "Dwarahat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6347, 16, "Gadarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6348, 16, "Gangolihat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6349, 16, "Gangotri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6350, 16, "Gochar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6351, 16, "Gopeshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6352, 16, "Haldwani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6353, 16, "Haridwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6354, 16, "Herbertpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6355, 16, "Jaspur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6356, 16, "Jhabrera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6357, 16, "Joshimath", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6358, 16, "Kachnal Gosain", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6359, 16, "Kaladhungi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6360, 16, "Karnaprayag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6361, 16, "Kashipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6362, 16, "Kathgodam", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6363, 16, "Kausani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6364, 16, "Kela Khera", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6365, 16, "Khatima", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6366, 16, "Kichha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6367, 16, "Kirtinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6368, 16, "Kotdwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6369, 16, "Laksar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6370, 16, "Lalkuan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6371, 16, "Landaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6372, 16, "Landhaura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6373, 16, "Lansdowne", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6374, 16, "Lohaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6375, 16, "Mahua Dabra Haripura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6376, 16, "Mahua Kheraganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6377, 16, "Manglaur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6378, 16, "Mehwar Kalan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6379, 16, "Mohanpur Mohammadpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6380, 16, "Mukteshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6381, 16, "Mussoorie", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6382, 16, "Nagala Imarti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6383, 16, "Nagla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6384, 16, "Nainital", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6385, 16, "Nandprayag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6386, 16, "Narendranagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6387, 16, "Natthuwa Wala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6388, 16, "New Tehri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6389, 16, "Pantnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6390, 16, "Pauri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6391, 16, "Piran Kaliyar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6392, 16, "Pithoragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6393, 16, "Pratitnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6394, 16, "Raipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6395, 16, "Ramnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6396, 16, "Ranikhet", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6397, 16, "Rishikesh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6398, 16, "Roorkee", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6399, 16, "Rudraprayag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6400, 16, "Rudrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6401, 16, "Saidpura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6402, 16, "Sara Industrial Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6403, 16, "Selaqui", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6404, 16, "Shaktigarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6405, 16, "SIDCUL Haridwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6406, 16, "SIDCUL Kotadwara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6407, 16, "Sitarganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6408, 16, "Srinagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6409, 16, "Sultanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6410, 16, "Tanakpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6411, 16, "Tehri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6412, 16, "Uttarkashi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6413, 16, "Vikasnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6414, 4, "Adra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6415, 4, "Ahmadpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6416, 4, "Aiho", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6417, 4, "Ajodhyanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6418, 4, "Alipukur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6419, 4, "Alipurduar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6420, 4, "Alipurduar Rly Jnc", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6421, 4, "Amarshi Kasba", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6422, 4, "Ambhua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6423, 4, "Amlagora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6424, 4, "Amlajora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6425, 4, "Amta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6426, 4, "Amtala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6427, 4, "Anantabati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6428, 4, "Andal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6429, 4, "Andul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6430, 4, "Ankurhati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6431, 4, "Anup Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6432, 4, "Arambag", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6433, 4, "Argari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6434, 4, "Arjunpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6435, 4, "Arra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6436, 4, "Asansol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6437, 4, "Ashadtalya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6438, 4, "Aurangabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6439, 4, "Badamtam Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6440, 4, "Badkulla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6441, 4, "Baduria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6442, 4, "Bagnan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6443, 4, "Bagula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6444, 4, "Bahirgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6445, 4, "Bahula", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6446, 4, "Baidyabati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6447, 4, "Bakreshwar Thermal Power Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6448, 4, "Baksa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6449, 4, "Balarampota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6450, 4, "Balarampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6451, 4, "Balarampur, South Twenty Four Parganas Distri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6452, 4, "Balichak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6453, 4, "Balihati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6454, 4, "Bally", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6455, 4, "Baluhati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6456, 4, "Balurghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6457, 4, "Bamangram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6458, 4, "Bamanpukur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6459, 4, "Bamna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6460, 4, "Bamunari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6461, 4, "Ban Harishpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6462, 4, "Banarhat Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6463, 4, "Bandhail", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6464, 4, "Bandipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6465, 4, "Bandoan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6466, 4, "Baneshwarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6467, 4, "Baneshwarpur Haora District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6468, 4, "Baneswar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6469, 4, "Bangalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6470, 4, "Bangaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6471, 4, "Baniban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6472, 4, "Baniban Jagadishpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6473, 4, "Bankra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6474, 4, "Bankra North Twenty Four Parganas District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6475, 4, "Bankul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6476, 4, "Bankura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6477, 4, "Bansberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6478, 4, "Banshra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6479, 4, "Banupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6480, 4, "Bara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6481, 4, "Bara Jumla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6482, 4, "Bara Suzapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6483, 4, "Barabazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6484, 4, "Barasat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6485, 4, "Barda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6486, 4, "Bargachhia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6487, 4, "Bargachhia Hugli District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6488, 4, "Barijhati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6489, 4, "Barijpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6490, 4, "Barjora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6491, 4, "Barkalikapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6492, 4, "Barrackpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6493, 4, "Barrackpur Cantonment", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6494, 4, "Barua Gopalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6495, 4, "Baruipara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6496, 4, "Baruipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6497, 4, "Barunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6498, 4, "Basantapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6499, 4, "Basanti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6500, 4, "Basantia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6501, 4, "Basirhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6502, 4, "Baska", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6503, 4, "Basudebpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6504, 4, "Basudebpur Purba Medinipur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6505, 4, "Batika", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6506, 4, "Batul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6507, 4, "Bayarsing", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6508, 4, "Begampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6509, 4, "Begun Kodar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6510, 4, "Beldanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6511, 4, "Beldubi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6512, 4, "Beliatore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6513, 4, "Belumilki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6514, 4, "Benudia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6515, 4, "Berhampore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6516, 4, "Betpuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6517, 4, "Bhabki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6518, 4, "Bhadreswar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6519, 4, "Bhagabatipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6520, 4, "Bhandar Gachha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6521, 4, "Bhandardaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6522, 4, "Bhangar Raghunathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6523, 4, "Bhangri Pratham Khanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6524, 4, "Bhasa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6525, 4, "Bhasaipaikar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6526, 4, "Bhatpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6527, 4, "Bhimram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6528, 4, "Bholar Dabri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6529, 4, "Bidhan Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6530, 4, "Bikihakola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6531, 4, "Bilandapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6532, 4, "Bilpahari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6533, 4, "Bipra Noapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6534, 4, "Bira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6535, 4, "Birlapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6536, 4, "Birnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6537, 4, "Birodhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6538, 4, "Birpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6539, 4, "Birpara, Jalpaiguri District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6540, 4, "Bishnupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6541, 4, "Bishnupur Birbhum District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6542, 4, "Bishnupur Industrial Growth Centre", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6543, 4, "Bishnupur, South Twenty Four Parganas Distric", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6544, 4, "Bolpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6545, 4, "Bora Gagangohalia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6546, 4, "Borai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6547, 4, "Bowali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6548, 4, "Brindabanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6549, 4, "Budge Budge", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6550, 4, "Buita", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6551, 4, "Burdwan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6552, 4, "Cart Road", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6553, 4, "Chachanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6554, 4, "Chak Alampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6555, 4, "Chak Bankola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6556, 4, "Chak Baria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6557, 4, "Chak Bhrigu", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6558, 4, "Chak Enayetnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6559, 4, "Chak Kanthalia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6560, 4, "Chak Kashipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6561, 4, "Chakapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6562, 4, "Chakdaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6563, 4, "Chakiabhita", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6564, 4, "Chakmeghoan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6565, 4, "Chalsa Mahabari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6566, 4, "Champahati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6567, 4, "Champdani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6568, 4, "Chamrail", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6569, 4, "Chanchal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6570, 4, "Chandannagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6571, 4, "Chandapur Champagachhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6572, 4, "Chanddandaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6573, 4, "Chandipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6574, 4, "Chandipur Haora District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6575, 4, "Chandpala Anantapathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6576, 4, "Chandpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6577, 4, "Chandpur South Twenty Four Parganas District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6578, 4, "Chandrakona", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6579, 4, "Chandrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6580, 4, "Chapari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6581, 4, "Chapra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6582, 4, "Chaspara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6583, 4, "Chaulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6584, 4, "Chechakhata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6585, 4, "Chekya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6586, 4, "Chhekati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6587, 4, "Chhora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6588, 4, "Chhota Laukuthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6589, 4, "Chhota Suzapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6590, 4, "Chikanpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6591, 4, "Chikrand", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6592, 4, "Chinchuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6593, 4, "Chittaranjan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6594, 4, "Chong Ghurali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6595, 4, "Chongtong Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6596, 4, "Chopra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6597, 4, "Contai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6598, 4, "Dafahat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6599, 4, "Dakhin Rampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6600, 4, "Dakshin Baguan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6601, 4, "Dakshin Chatra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6602, 4, "Dakshin Jhapardaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6603, 4, "Dakshin Odlabari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6604, 4, "Dakshin Rajyadharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6605, 4, "Dakshin Raypur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6606, 4, "Dakshin Santoshpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6607, 4, "Dalkhola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6608, 4, "Dalurband", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6609, 4, "Danga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6610, 4, "Dankuni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6611, 4, "Darappur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6612, 4, "Darjeeling", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6613, 4, "Daulatpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6614, 4, "Deara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6615, 4, "Debipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6616, 4, "Deora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6617, 4, "Deulgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6618, 4, "Deuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6619, 4, "Deulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6620, 4, "Dhakuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6621, 4, "Dhaliabari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6622, 4, "Dhamua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6623, 4, "Dhandadihi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6624, 4, "Dhania", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6625, 4, "Dhanyakuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6626, 4, "Dharmapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6627, 4, "Dhatrigram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6628, 4, "Dhola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6629, 4, "Dhuilya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6630, 4, "Dhulasimla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6631, 4, "Dhulian", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6632, 4, "Dhunki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6633, 4, "Dhupguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6634, 4, "Dhusaripara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6635, 4, "Diamond Harbour", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6636, 4, "Digha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6637, 4, "Dighirpar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6638, 4, "Dignala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6639, 4, "Dihimandalghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6640, 4, "Dinga Khola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6641, 4, "Dinhata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6642, 4, "Dogachhia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6643, 4, "Dogachhia Barddhaman District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6644, 4, "Domjur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6645, 4, "Dubra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6646, 4, "Dubrajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6647, 4, "Dudhkalmi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6648, 4, "Durgapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6649, 4, "Durllabhganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6650, 4, "Egra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6651, 4, "Ekabbarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6652, 4, "Eksara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6653, 4, "Erashal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6654, 4, "Falakata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6655, 4, "Falta Industrial Growth Centre", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6656, 4, "Farakka Barrage Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6657, 4, "Farakka PTS Township", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6658, 4, "Fatehpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6659, 4, "Fatellapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6660, 4, "Fatepur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6661, 4, "Gabberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6662, 4, "Gairkata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6663, 4, "Gangadharpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6664, 4, "Gangarampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6665, 4, "Gangi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6666, 4, "Gangnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6667, 4, "Gangni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6668, 4, "Garalgachha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6669, 4, "Garbeta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6670, 4, "Garh Kamalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6671, 4, "Garshyamnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6672, 4, "Garulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6673, 4, "Gaur Daha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6674, 4, "Geni", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6675, 4, "Ghatal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6676, 4, "Ghola Noapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6677, 4, "Ghoraberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6678, 4, "Ghutgarya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6679, 4, "Ging Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6680, 4, "Giria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6681, 4, "Goasafat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6682, 4, "Gobardanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6683, 4, "Gobindapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6684, 4, "Gopalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6685, 4, "Guskara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6686, 4, "Habra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6687, 4, "Haldia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6688, 4, "Haldibari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6689, 4, "Halisahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6690, 4, "Halyan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6691, 4, "Hanskunda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6692, 4, "Hanspukuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6693, 4, "Haora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6694, 4, "Harharia Chak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6695, 4, "Harinadibhastsala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6696, 4, "Harindanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6697, 4, "Haringhata Farm", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6698, 4, "Haripur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6699, 4, "Harirampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6700, 4, "Harishpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6701, 4, "Hasimnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6702, 4, "Hatgachha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6703, 4, "Hatsimla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6704, 4, "Hijuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6705, 4, "Hincha Gerya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6706, 4, "Hindusthan Cables Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6707, 4, "Hingalganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6708, 4, "Hirapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6709, 4, "Hugli-Chinsurah", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6710, 4, "Hutmura", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6711, 4, "Ichhapur Defence Estate", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6712, 4, "Ichhlampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6713, 4, "Ilambazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6714, 4, "Islampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6715, 4, "Itahar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6716, 4, "Itinda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6717, 4, "Jadupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6718, 4, "Jafarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6719, 4, "Jagadanandapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6720, 4, "Jagadishpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6721, 4, "Jagatballavpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6722, 4, "Jagatnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6723, 4, "Jagijhora Barabak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6724, 4, "Jagtaj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6725, 4, "Jala Kendua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6726, 4, "Jallabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6727, 4, "Jalpaiguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6728, 4, "Jaluidanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6729, 4, "Jamuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6730, 4, "Janai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6731, 4, "Jangalpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6732, 4, "Jangalpara, Hugli District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6733, 4, "Jangipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6734, 4, "Jateshwar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6735, 4, "Jaygaon", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6736, 4, "Jaykrishnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6737, 4, "Jaynagar Mazilpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6738, 4, "Jaypur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6739, 4, "Jemari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6740, 4, "Jetia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6741, 4, "Jhalda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6742, 4, "Jhanti Pahari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6743, 4, "Jhargram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6744, 4, "Jhorhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6745, 4, "Jiaganj Azimganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6746, 4, "Jirat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6747, 4, "Joka", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6748, 4, "Joypul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6749, 4, "Jujarsaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6750, 4, "Kachu Pukur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6751, 4, "Kaijuri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6752, 4, "Kajora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6753, 4, "Kakdihi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6754, 4, "Kakramari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6755, 4, "Kalara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6756, 4, "Kalaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6757, 4, "Kalas North", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6758, 4, "Kaliaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6759, 4, "Kalikapota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6760, 4, "Kalikapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6761, 4, "Kalimpong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6762, 4, "Kalipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6763, 4, "Kalipur Barddhaman District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6764, 4, "Kalna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6765, 4, "Kalyani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6766, 4, "Kalyanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6767, 4, "Kamalapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6768, 4, "Kamat Phulbari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6769, 4, "Kanaipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6770, 4, "Kanaipur Haora District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6771, 4, "Kanchrapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6772, 4, "Kandi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6773, 4, "Kanganbaria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6774, 4, "Kanki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6775, 4, "Kankuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6776, 4, "Kanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6777, 4, "Kantaberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6778, 4, "Kantlia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6779, 4, "Kanyanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6780, 4, "Kapashanria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6781, 4, "Karari Chandpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6782, 4, "Karia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6783, 4, "Karidhya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6784, 4, "Karimpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6785, 4, "Kashimnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6786, 4, "Katwa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6787, 4, "Kaugachhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6788, 4, "Kenda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6789, 4, "Kendra Khottamdi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6790, 4, "Kendua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6791, 4, "Kesabpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6792, 4, "Khajutti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6793, 4, "Khalia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6794, 4, "Khalor", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6795, 4, "Khandra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6796, 4, "Khanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6797, 4, "Khantora", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6798, 4, "Kharagpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6799, 4, "Kharar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6800, 4, "Khardaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6801, 4, "Khardaha Haora District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6802, 4, "Kharibari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6803, 4, "Kharsarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6804, 4, "Khatra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6805, 4, "Khidirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6806, 4, "Khidirpur, Murshidabad District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6807, 4, "Khorddabamonia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6808, 4, "Koch Bihar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6809, 4, "Kodalia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6810, 4, "Kokapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6811, 4, "Kolaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6812, 4, "Kolkata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6813, 4, "Komarhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6814, 4, "Konardihi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6815, 4, "Konnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6816, 4, "Kotbar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6817, 4, "Kotulpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6818, 4, "Koyra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6819, 4, "Kriparampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6820, 4, "Krishna Sali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6821, 4, "Krishnanagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6822, 4, "Krishnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6823, 4, "Krishnapur Maldah District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6824, 4, "Kshidirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6825, 4, "Kshirpai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6826, 4, "Kulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6827, 4, "Kulihanda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6828, 4, "Kulitapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6829, 4, "Kulti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6830, 4, "Kurseong", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6831, 4, "Labhpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6832, 4, "Lagda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6833, 4, "Lalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6834, 4, "Lapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6835, 4, "Laskarpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6836, 4, "Lataguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6837, 4, "Madhyamgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6838, 4, "Madna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6839, 4, "Mahadeb Nagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6840, 4, "Mahal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6841, 4, "Mahiari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6842, 4, "Mahira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6843, 4, "Mahishrekha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6844, 4, "Mainaguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6845, 4, "Makardaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6846, 4, "Makhal Tala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6847, 4, "Malbazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6848, 4, "Malda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6849, 4, "Mamrejpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6850, 4, "Manbazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6851, 4, "Mandarbani", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6852, 4, "Mangalbari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6853, 4, "Mangarjung Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6854, 4, "Manikpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6855, 4, "Manirampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6856, 4, "Mansinhapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6857, 4, "Manushpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6858, 4, "Masat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6859, 4, "Masat South Twenty Four Parganas District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6860, 4, "Maslandapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6861, 4, "Mathabhanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6862, 4, "Matialihat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6863, 4, "Matiari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6864, 4, "Matla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6865, 4, "Medinipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6866, 4, "Mejia Thermal PowerTownship", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6867, 4, "Mekliganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6868, 4, "Memari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6869, 4, "Milki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6870, 4, "Minakhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6871, 4, "Mira", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6872, 4, "Mirdhanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6873, 4, "Mirik", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6874, 4, "Mirzapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6875, 4, "Mohanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6876, 4, "Mugkalyan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6877, 4, "Muragachha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6878, 4, "Murarai", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6879, 4, "Murshidabad", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6880, 4, "Murulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6881, 4, "Nababpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6882, 4, "Nabadwip", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6883, 4, "Nabaghanapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6884, 4, "Nabagram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6885, 4, "Nabagram Colony", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6886, 4, "Nabgram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6887, 4, "Nadabhanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6888, 4, "Nagar Changrabandha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6889, 4, "Nagdaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6890, 4, "Nahazari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6891, 4, "Naihati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6892, 4, "Nainan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6893, 4, "Naiti", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6894, 4, "Nalahati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6895, 4, "Naldanga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6896, 4, "Nalpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6897, 4, "Nandigram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6898, 4, "Naridana", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6899, 4, "Nasaratpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6900, 4, "Nasibpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6901, 4, "Natibpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6902, 4, "Naul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6903, 4, "Naupala", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6904, 4, "Nawapara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6905, 4, "Nayabahadurpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6906, 4, "Nebadhai Duttapukur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6907, 4, "New Barrackpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6908, 4, "New Town", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6909, 4, "Nibra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6910, 4, "Nischintapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6911, 4, "Nischintapur Paschim Medinipur District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6912, 4, "Nokpul", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6913, 4, "North Barrackpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6914, 4, "Nrisinghapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6915, 4, "Odlabari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6916, 4, "Pairagachha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6917, 4, "Palashban", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6918, 4, "Palashi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6919, 4, "Panchghara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6920, 4, "Panchla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6921, 4, "Panchpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6922, 4, "Pandua", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6923, 4, "Paniara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6924, 4, "Panihati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6925, 4, "Panuria", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6926, 4, "Par Patiram", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6927, 4, "Para", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6928, 4, "Parangarpar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6929, 4, "Paranpara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6930, 4, "Parashkol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6931, 4, "Parasia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6932, 4, "Parota", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6933, 4, "Paschim Bainan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6934, 4, "Paschim Gazipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6935, 4, "Paschim Jitpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6936, 4, "Paschim Panchla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6937, 4, "Paschim Punropara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6938, 4, "Pashchim Khalna", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6939, 4, "Patdaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6940, 4, "Patharberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6941, 4, "Patihal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6942, 4, "Patuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6943, 4, "Patulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6944, 4, "Phulia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6945, 4, "Poali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6946, 4, "Podara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6947, 4, "Prayagpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6948, 4, "Pujali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6949, 4, "Purba Bishnupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6950, 4, "Purbba Narayanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6951, 4, "Purbba Tajpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6952, 4, "Puruliya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6953, 4, "Radhapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6954, 4, "Raghudebbati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6955, 4, "Raghunathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6956, 4, "Raghunathpur, Puruliya District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6957, 4, "Raichak", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6958, 4, "Raigachhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6959, 4, "Raiganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6960, 4, "Raipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6961, 4, "Rajbalhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6962, 4, "Rajnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6963, 4, "Rajpur Bazar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6964, 4, "Rajpur Sonarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6965, 4, "Ramakantapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6966, 4, "Ramanathpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6967, 4, "Ramchandrapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6968, 4, "Rameswarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6969, 4, "Ramjibanpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6970, 4, "Ramkrishnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6971, 4, "Ramnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6972, 4, "Rampurhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6973, 4, "Ranaghat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6974, 4, "Rangabhita", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6975, 4, "Raniganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6976, 4, "Raninagar Industrial Growth Centre", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6977, 4, "Raynagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6978, 4, "Rishra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6979, 4, "Rongmook Ceder Tea", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6980, 4, "Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6981, 4, "Ruiya", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6982, 4, "Sadigachhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6983, 4, "Sahapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6984, 4, "Sahebganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6985, 4, "Sahebpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6986, 4, "Sainthia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6987, 4, "Salap", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6988, 4, "Salar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6989, 4, "Samali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6990, 4, "Samudragarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6991, 4, "Samuktola", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6992, 4, "Sangrampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6993, 4, "Sankarpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6994, 4, "Sankrail", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6995, 4, "Santaldih", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6996, 4, "Santipur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6997, 4, "Santoshpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6998, 4, "Sarenga", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (6999, 4, "Sarpi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7000, 4, "Sehara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7001, 4, "Serampore", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7002, 4, "Serpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7003, 4, "Shankara", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7004, 4, "Shashati", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7005, 4, "Shilda", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7006, 4, "Shimulpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7007, 4, "Shyamdhan", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7008, 4, "Shyampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7009, 4, "Sibnagar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7010, 4, "Siduli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7011, 4, "Silampur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7012, 4, "Siliguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7013, 4, "Simhat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7014, 4, "Simla", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7015, 4, "Simlapal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7016, 4, "Singtam Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7017, 4, "Singur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7018, 4, "Sirakol", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7019, 4, "Sirsha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7020, 4, "Sisha-Jumrha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7021, 4, "Sobhaganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7022, 4, "Solgohalia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7023, 4, "Sonada Khasmahal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7024, 4, "Sonamukhi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7025, 4, "Sonatikiri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7026, 4, "Srimantapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7027, 4, "Sripur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7028, 4, "Subarnapur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7029, 4, "Sukdal", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7030, 4, "Sukhiapokhri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7031, 4, "Suri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7032, 4, "Taki", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7033, 4, "Talbandha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7034, 4, "Taldi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7035, 4, "Tamluk", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7036, 4, "Tarakeswar", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7037, 4, "Tehatta", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7038, 4, "Tehatta Nadia District", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7039, 4, "Teleni Para", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7040, 4, "Telipara Tea Garden", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7041, 4, "Tentulkuli", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7042, 4, "Tisa", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7043, 4, "Titagarh", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7044, 4, "Tufanganj", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7045, 4, "Udang", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7046, 4, "Ukhra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7047, 4, "Uluberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7048, 4, "Uluberia Near Kolkata", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7049, 4, "Usthi", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7050, 4, "Uttar Bagdogra", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7051, 4, "Uttar Bishnupur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7052, 4, "Uttar Jhapardaha", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7053, 4, "Uttar Kamakhyaguri", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7054, 4, "Uttar Kusum", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7055, 4, "Uttar Latabari", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7056, 4, "Uttar Madarihat", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7057, 4, "Uttar Mahammadpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7058, 4, "Uttar Pirpur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7059, 4, "Uttar Raypur", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7060, 4, "Uttar Satali", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7061, 4, "Uttarpara Kotrung", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7062, 4, "WBIIDC Growth Centre Uluberia", "0000-00-00 00:00:00", 0, "0000-00-00 00:00:00", 0, 1, 0), + (7063, 17, "Bakultala", "2019-02-27 16:18:05", NULL, "2019-08-31 11:32:58", 0, 1, 0), + (7064, 6, "Ballabhgarh", "2019-08-31 11:32:17", 0, "2019-08-31 11:33:08", 0, 1, 0), + (7065, 19, "Bangalore", "2019-11-06 10:22:15", 2, NULL, NULL, 1, 0), + (7066, 25, "Rajkot", "2020-10-16 18:34:20", NULL, NULL, NULL, 1, 0), + (7067, 26, "Goregaon West", "2021-04-10 07:04:09", 2, NULL, NULL, 1, 0), + (7068, 25, "Palanpur", "2021-06-01 05:52:34", 2, NULL, NULL, 1, 0), + (7069, 25, "Sabarkatha", "2022-09-05 11:46:52", 2, NULL, NULL, 1, 0), + (7070, 2, "Tiruvallur", "2023-12-30 06:05:33", 2, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_city` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_comments_on_locality +# ------------------------------------------------------------ + +CREATE TABLE `m_comments_on_locality` ( + `comments_on_locality_id` int NOT NULL AUTO_INCREMENT, + `rating` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`comments_on_locality_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_comments_on_locality` WRITE; +/*!40000 ALTER TABLE `m_comments_on_locality` DISABLE KEYS */; + +INSERT INTO `m_comments_on_locality` (`comments_on_locality_id`, `rating`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Others", "2018-10-17 10:35:29", 1, "2019-02-01 15:29:56", NULL, 0, 1), + (2, "Good", "2018-10-17 10:35:29", 1, NULL, NULL, 1, 0), + (3, "Poor", "2018-10-17 10:35:29", 1, NULL, NULL, 1, 0), + (4, "Very Poor", "2018-10-17 10:35:29", 1, NULL, NULL, 1, 0), + (5, "Excellent", "2018-12-21 04:47:39", 1, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_comments_on_locality` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_company +# ------------------------------------------------------------ + +CREATE TABLE `m_company` ( + `company_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(100) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `city` varchar(45) DEFAULT NULL, + `state` varchar(45) DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `logo` varchar(45) DEFAULT NULL, + `company_master_createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`company_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_company` WRITE; +/*!40000 ALTER TABLE `m_company` DISABLE KEYS */; + +INSERT INTO `m_company` (`company_id`, `name`, `addressline1`, `addressline2`, `addressline3`, `city`, `state`, `pincode`, `logo`, `company_master_createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `is_others`) VALUES + (1, "SineEdge", "Plot No. 6 ,Rakshi Sai Building, 2nd Floor,", "Bhuvaneswari Nagar,, Tambaram to Velachery Main Road,", " Sai Baba Kovil Street, Gowrivakkam,, Gowrivakkam, Sembakkam", "1", "1", "600073", NULL, "2018-12-21 04:49:59", 1, "2018-12-21 10:20:04", NULL, 0); + +/*!40000 ALTER TABLE `m_company` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_company_relationships +# ------------------------------------------------------------ + +CREATE TABLE `m_company_relationships` ( + `company_relationship_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + `is_salaried` tinyint(1) DEFAULT '0', + PRIMARY KEY (`company_relationship_id`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_company_relationships` WRITE; +/*!40000 ALTER TABLE `m_company_relationships` DISABLE KEYS */; + +INSERT INTO `m_company_relationships` (`company_relationship_id`, `name`, `isactive`, `fk_createdby`, `fk_updatedby`, `createdon`, `updatedon`, `is_others`, `is_salaried`) VALUES + (1, "Others", 0, 1, NULL, "2018-12-08 11:05:35", "2019-02-16 19:03:56", 1, 0), + (2, "Director of", 1, 1, NULL, "2018-12-08 11:05:35", "2019-02-16 19:03:58", 0, 0), + (3, "Shareholder of", 1, 1, NULL, "2018-12-08 11:05:35", "2019-02-16 19:04:00", 0, 0), + (4, "Partner of", 1, 1, NULL, "2018-12-08 11:05:35", "2019-02-16 19:04:01", 0, 0), + (5, "Proprietor of", 1, 1, NULL, "2018-12-08 11:05:35", "2019-02-16 19:04:03", 0, 0), + (6, "Member of", 1, 1, NULL, "2018-12-08 11:05:35", "2019-02-16 19:04:07", 0, 0), + (7, "Trustee of", 1, NULL, NULL, "2019-01-07 19:40:36", "2019-02-16 19:04:08", 0, 0), + (8, "Beneficiary of", 1, NULL, NULL, "2019-02-16 14:25:49", "2019-02-16 19:04:11", 0, 0), + (9, "Manager of", 1, NULL, NULL, "2019-02-16 14:25:49", "2019-02-16 19:04:14", 0, 1), + (10, "Managing Director of", 1, NULL, NULL, "2019-02-16 14:25:49", "2019-02-16 19:04:24", 0, 1), + (11, "Chairman of", 1, NULL, NULL, "2019-02-16 14:25:50", "2019-02-16 19:04:36", 0, 1), + (12, "Employee of", 1, NULL, NULL, "2019-02-16 14:25:50", "2019-02-16 19:04:38", 0, 1), + (13, "CEO of", 1, NULL, NULL, "2019-02-16 14:25:50", "2019-02-16 19:05:07", 0, 1), + (14, "Chartered Accountant of", 1, NULL, NULL, "2019-02-16 14:25:50", "2019-02-16 18:23:15", 0, NULL), + (15, "Coparcener of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-02-16 18:23:15", 0, NULL), + (16, "Karta of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-02-16 18:23:15", 0, NULL), + (17, "Auditor of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-02-16 18:23:15", 0, NULL), + (18, "Treasurer of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-02-16 18:23:15", 0, NULL), + (19, "Company Seceratory of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-02-16 18:23:15", 0, NULL), + (20, "General Manager of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-02-16 18:23:15", 0, NULL), + (21, "Finance Head of", 1, NULL, NULL, "2019-02-16 14:31:22", "2019-10-15 19:21:26", 0, NULL), + (22, "Operations Head of", 1, NULL, NULL, "2019-02-16 14:31:23", "2019-02-16 18:23:15", 0, NULL), + (23, "Sales Head of", 1, NULL, NULL, "2019-02-16 14:31:23", "2019-02-16 18:23:15", 0, NULL), + (24, "Business Head of", 1, NULL, NULL, "2019-02-16 14:31:23", "2019-02-16 18:23:15", 0, NULL), + (25, "Risk Head of", 1, NULL, NULL, "2019-02-16 14:31:23", "2019-02-16 18:23:15", 0, NULL), + (26, "COO of", 1, NULL, NULL, "2019-02-16 14:31:23", "2019-02-16 18:23:15", 0, NULL), + (27, "Not Applicable", 1, NULL, NULL, "2019-02-16 18:23:54", "2019-02-16 18:23:54", 0, NULL), + (28, "Helps in Business ", 1, NULL, NULL, "2019-06-17 17:06:34", "2019-07-04 19:00:28", 0, 0), + (29, "Self Employed-Individual", 1, NULL, NULL, "2019-09-25 11:30:03", "2019-09-25 11:30:03", 0, 0), + (30, "HR", 1, NULL, NULL, "2022-12-14 13:05:15", "2022-12-14 13:05:15", 0, 0); + +/*!40000 ALTER TABLE `m_company_relationships` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_countries +# ------------------------------------------------------------ + +CREATE TABLE `m_countries` ( + `country_id` int NOT NULL AUTO_INCREMENT, + `country_name` varchar(100) DEFAULT NULL, + `country_abbr` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `creadtedon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`country_id`) +) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_countries` WRITE; +/*!40000 ALTER TABLE `m_countries` DISABLE KEYS */; + +INSERT INTO `m_countries` (`country_id`, `country_name`, `country_abbr`, `isactive`, `creadtedon`, `updatedon`, `fk_createdby`, `fk_updatedby`, `is_others`) VALUES + (1, "Afghanistan", "AF ", 1, "2019-01-06 21:57:29", "2019-01-06 21:57:29", NULL, NULL, 0), + (2, "Albania", "AL ", 1, "2019-01-06 21:58:46", "2019-01-06 21:58:46", NULL, NULL, 0), + (3, "Algeria", "DZ ", 1, "2019-01-06 21:58:46", "2019-01-06 21:58:46", NULL, NULL, 0), + (4, "Aland Islands", "AX ", 1, "2019-01-06 21:58:47", "2019-01-06 21:58:47", NULL, NULL, 0), + (5, "American Samoa", "AS ", 1, "2019-01-06 21:58:47", "2019-01-06 21:58:47", NULL, NULL, 0), + (6, "Anguilla", "AI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (7, "Andorra", "AD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (8, "Angola", "AO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (9, "Antilles - Netherlands", "AN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (10, "Antigua and Barbuda", "AG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (11, "Antarctica", "AQ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (12, "Argentina", "AR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (13, "Armenia", "AM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (14, "Australia", "AU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (15, "Austria", "AT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (16, "Aruba", "AW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (17, "Azerbaijan", "AZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (18, "Bosnia and Herzegovina", "BA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (19, "Barbados", "BB", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (20, "Bangladesh", "BD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (21, "Belgium", "BE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (22, "Burkina Faso", "BF", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (23, "Bulgaria", "BG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (24, "Bahrain", "BH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (25, "Burundi", "BI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (26, "Benin", "BJ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (27, "Bermuda", "BM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (28, "Brunei Darussalam", "BN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (29, "Bolivia", "BO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (30, "Brazil", "BR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (31, "Bahamas", "BS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (32, "Bhutan", "BT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (33, "Bouvet Island", "BV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (34, "Botswana", "BW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (35, "Belarus", "BV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (36, "Belize", "BZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (37, "Cambodia", "KH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (38, "Cameroon", "CM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (39, "Canada", "CA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (40, "Cape Verde", "CV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (41, "Central African Republic", "CF", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (42, "Chad", "TD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (43, "Chile", "CL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (44, "China", "CN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (45, "Christmas Island", "CX", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (46, "Cocos (Keeling) Islands", "CC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (47, "Colombia", "CO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (48, "Congo", "CG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (49, "Cote D\'Ivoire (Ivory Coast)", "CI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (50, "Cook Islands", "CK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (51, "Costa Rica", "CR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (52, "Croatia (Hrvatska)", "HR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (53, "Cuba", "CU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (54, "Cyprus", "CY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (55, "Czech Republic", "CZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (56, "Democratic Republic of the Congo", "CD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (57, "Djibouti", "DJ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (58, "Denmark", "DK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (59, "Dominica", "DM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (60, "Dominican Republic", "DO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (61, "Ecuador", "EC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (62, "Egypt", "EG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (63, "El Salvador", "SV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (64, "East Timor", "TP", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (65, "Estonia", "EE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (66, "Equatorial Guinea", "GQ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (67, "Eritrea", "ER", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (68, "Ethiopia", "ET", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (69, "Finland", "FI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (70, "Fiji", "FJ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (71, "Falkland Islands (Malvinas)", "FK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (72, "Federated States of Micronesia", "FM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (73, "Faroe Islands", "FO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (74, "France", "FR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (75, "France, Metropolitan", "FX", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (76, "French Guiana", "GF", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (77, "French Polynesia", "PF", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (78, "Gabon", "GA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (79, "Gambia", "GM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (80, "Germany", "DE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (81, "Ghana", "GH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (82, "Gibraltar", "GI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (83, "Great Britain (UK)", "GB", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (84, "Grenada", "GD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (85, "Georgia", "GE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (86, "Greece", "GR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (87, "Greenland", "GL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (88, "Guinea", "GN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (89, "Guadeloupe", "GP", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (90, "S. Georgia and S. Sandwich Islands", "GS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (91, "Guatemala", "GT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (92, "Guam", "GU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (93, "Guinea-Bissau", "GW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (94, "Guyana", "GY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (95, "Hong Kong", "HK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (96, "Heard Island and McDonald Islands", "HM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (97, "Honduras", "HN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (98, "Haiti", "HT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (99, "Hungary", "HU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (100, "Indonesia", "ID", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (101, "Ireland", "IE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (102, "Israel", "IL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (103, "India", "IN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (104, "British Indian Ocean Territory", "IO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (105, "Iraq", "IQ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (106, "Iran", "IR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (107, "Italy", "IT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (108, "Jamaica", "JM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (109, "Jordan", "JO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (110, "Japan", "JP", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (111, "Kenya", "KE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (112, "Kyrgyzstan", "KG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (113, "Kiribati", "KI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (114, "Comoros", "KM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (115, "Saint Kitts and Nevis", "KN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (116, "Korea (North)", "KP", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (117, "Korea (South)", "KR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (118, "Kuwait", "KW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (119, "Cayman Islands", "KY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (120, "Kazakhstan", "KZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (121, "Laos", "LA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (122, "Lebanon", "LB", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (123, "Saint Lucia", "LC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (124, "Liechtenstein", "LI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (125, "Sri Lanka", "LK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (126, "Liberia", "LR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (127, "Lesotho", "LS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (128, "Lithuania", "LT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (129, "Luxembourg", "LU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (130, "Latvia", "LV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (131, "Libya", "LY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (132, "Macedonia", "MK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (133, "Macao", "MO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (134, "Madagascar", "MG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (135, "Malaysia", "MY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (136, "Mali", "ML", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (137, "Malawi", "MW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (138, "Mauritania", "MR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (139, "Marshall Islands", "MH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (140, "Martinique", "MQ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (141, "Mauritius", "MU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (142, "Mayotte", "YT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (143, "Malta", "MT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (144, "Mexico", "MX", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (145, "Morocco", "MA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (146, "Monaco", "MC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (147, "Moldova", "MD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (148, "Mongolia", "MN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (149, "Myanmar", "MM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (150, "Northern Mariana Islands", "MP", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (151, "Montserrat", "MS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (152, "Maldives", "MV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (153, "Mozambique", "MZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (154, "Namibia", "NA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (155, "New Caledonia", "NC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (156, "Niger", "NE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (157, "Norfolk Island", "NF", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (158, "Nigeria", "NG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (159, "Nicaragua", "NI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (160, "Netherlands", "NL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (161, "Norway", "NO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (162, "Nepal", "NP", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (163, "Nauru", "NR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (164, "Niue", "NU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (165, "New Zealand (Aotearoa)", "NZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (166, "Oman", "OM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (167, "Panama", "PA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (168, "Peru", "PE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (169, "Papua New Guinea", "PG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (170, "Philippines", "PH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (171, "Pakistan", "PK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (172, "Poland", "PL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (173, "Saint Pierre and Miquelon", "PM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (174, "Serbia and Montenegro", "CS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (175, "Pitcairn", "PN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (176, "Puerto Rico", "PR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (177, "Palestinian Territory", "PS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (178, "Portugal", "PT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (179, "Palau", "PW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (180, "Paraguay", "PY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (181, "Qatar", "QA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (182, "Reunion", "RE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (183, "Romania", "RO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (184, "Russian Federation", "RU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (185, "Rwanda", "RW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (186, "Saudi Arabia", "SA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (187, "Samoa", "WS", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (188, "Saint Helena", "SH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (189, "Saint Vincent and the Grenadines", "VC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (190, "San Marino", "SM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (191, "Sao Tome and Principe", "ST", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (192, "Senegal", "SN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (193, "Seychelles", "SC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (194, "Sierra Leone", "SL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (195, "Singapore", "SG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (196, "Slovakia", "SK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (197, "Slovenia", "SI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (198, "Solomon Islands", "SB", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (199, "Somalia", "SO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (200, "South Africa", "ZA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (201, "Spain", "ES", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (202, "Sudan", "SD", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (203, "Suriname", "SR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (204, "Svalbard and Jan Mayen", "SJ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (205, "Sweden", "SE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (206, "Switzerland", "CH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (207, "Syria", "SY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (208, "USSR (former)", "SU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (209, "Swaziland", "SZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (210, "Taiwan", "TW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (211, "Tanzania", "TZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (212, "Tajikistan", "TJ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (213, "Thailand", "TH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (214, "Timor-Leste", "TL", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (215, "Togo", "TG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (216, "Tokelau", "TK", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (217, "Tonga", "TO", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (218, "Trinidad and Tobago", "TT", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (219, "Tunisia", "TN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (220, "Turkey", "TR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (221, "Turkmenistan", "TM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (222, "Turks and Caicos Islands", "TC", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (223, "Tuvalu", "TV", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (224, "Ukraine", "UA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (225, "Uganda", "UG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (226, "United Arab Emirates", "AE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (227, "United Kingdom", "UK", 0, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (228, "United States", "US", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (229, "United States Minor Outlying Islands", "UM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (230, "Uruguay", "UY", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (231, "Uzbekistan", "UZ", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (232, "Vanuatu", "VU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (233, "Vatican City State", "VA", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (234, "Venezuela", "VE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (235, "Virgin Islands (British)", "VG", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (236, "Virgin Islands (U.S.)", "VI", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (237, "Viet Nam", "VN", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (238, "Wallis and Futuna", "WF", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (239, "Western Sahara", "EH", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (240, "Yemen", "YE", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (241, "Yugoslavia (former)", "YU", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (242, "Zambia", "ZM", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (243, "Zaire (former)", "ZR", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0), + (244, "Zimbabwe", "ZW", 1, "0000-00-00 00:00:00", "0000-00-00 00:00:00", 0, 0, 0); + +/*!40000 ALTER TABLE `m_countries` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_credit_pd_template +# ------------------------------------------------------------ + +CREATE TABLE `m_credit_pd_template` ( + `credit_pd_template_id` int NOT NULL AUTO_INCREMENT, + `template_name` varchar(45) DEFAULT NULL, + `template_desc` text, + `template` longtext, + `fk_entity_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `pd_form_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`credit_pd_template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=128 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_credit_pd_template` WRITE; +/*!40000 ALTER TABLE `m_credit_pd_template` DISABLE KEYS */; + +INSERT INTO `m_credit_pd_template` (`credit_pd_template_id`, `template_name`, `template_desc`, `template`, `fk_entity_id`, `fk_product_id`, `pd_form_id`, `isactive`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`) VALUES + (1, "OLD-ON-2021-08-16-GEN CREDIT MGR QUERIES", "General Credit Manager Queries form template", "{\"section_id\":\"1\",\"section_name\":\"Covid 19 Questions\",\"onsubmit\":null,\"questions\":[{\"question\":\" Is your business adversely impacted by coronavirus outbreak ?\",\"question_key\":\"business_impacted_by_covid19\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_impacted_by_covid19\",\"expression\":\"(String(\'business_impacted_by_covid19\') == String(\'Yes\'))\",\"value_keys\":[\"business_impacted_by_covid19\"],\"questions\":[{\"question\":\"Choose any\",\"question_key\":\"business_impacted_by_covid19_Yes\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_impacted_by_covid19\",\"answers\":[{\"answer_id\":\"Employees/labour not available\",\"answer\":\"Employees/labour not available\"},{\"answer_id\":\"business closed during lockdown\",\"answer\":\"business closed during lockdown\"},{\"answer_id\":\"sales reduced due to lockdown\",\"answer\":\"sales reduced due to lockdown\"},{\"answer_id\":\"sales not picking up post lock down etc\",\"answer\":\"sales not picking up post lock down etc\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_impacted_by_covid19\",\"expression\":\"(String(\'business_impacted_by_covid19\') == String(\'No\'))\",\"value_keys\":[\"business_impacted_by_covid19\"],\"questions\":[{\"question\":\"Choose any\",\"question_key\":\"business_impacted_by_covid19_No\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_impacted_by_covid19\",\"answers\":[{\"answer_id\":\"Business falls under essential services like chemist\",\"answer\":\"Business falls under essential services like chemist\"},{\"answer_id\":\" grocery store etc\",\"answer\":\"grocery store etc\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\" Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution? \",\"question_key\":\"avail_loan_moratorium_facility\",\"type\":\"2\",\"field_width\":\"100\",\"onchange_properties\":[],\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?\",\"question_key\":\"avail_any_loan\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"avail_any_loan\",\"expression\":\"(String(\'avail_any_loan\') == String(\'Yes\'))\",\"value_keys\":[\"avail_any_loan\"],\"questions\":[{\"question\":\"Please specify amount, lender etc.\",\"question_key\":\"avail_any_loan_Yes\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"avail_any_loan\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"How much is your sales/revenue from April till date?\",\"question_key\":\"sales_or_revenue_amt\",\"place_holder\":\"Enter amount\",\"type\":\"9\",\"answers\":[{\"answer\":\"Not Disclosed\",\"answer_id\":\"Not Disclosed\"}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Please enter the amount or choose the suggested text\",\"value\":\"(String(\'sales_or_revenue_amt\').toLowerCase() != String(\'not disclosed\')) ? \'[0-9]*\' : false\",\"validation_to\":null,\"value_keys\":[\"sales_or_revenue_amt\"]}]}],\"field_width\":\"100\",\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"str&numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is turnover mentioned above validated?\",\"question_key\":\"mentioned_turover_validated\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"mentioned_turover_validated\",\"expression\":\"(String(\'mentioned_turover_validated\') == String(\'Yes\'))\",\"value_keys\":[\"mentioned_turover_validated\"],\"questions\":[{\"question\":\"Choose any\",\"question_key\":\"mentioned_turover_validated_Yes\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"mentioned_turover_validated\",\"answers\":[{\"answer_id\":\"Bills\",\"answer\":\"Bills\"},{\"answer_id\":\"Gst returns\",\"answer\":\"Gst returns\"},{\"answer_id\":\"records shown\",\"answer\":\"records shown\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}", NULL, NULL, 24, 0, 1, "2020-07-11 00:24:25", NULL, "2021-08-16 21:40:17"), + (2, "SMC BORROWER SECTION-WCTL", "SMC Credit PD Borrower section-WCTL old", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 1, 0, NULL, "2020-10-29 15:38:56", NULL, "2021-03-07 12:09:21"), + (3, "OLD-ON-2021-08-16-SMC ADDRESS SECTION-WCTL", "SMC ADDRESS SECTION-WCTL", "{\"section_id\":\"2\",\"section_name\":\"Address details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address at which PD was initiated\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is this the address where PD is done ?\",\"question_key\":\"is_pd_done_on_initiated_address\",\"type\":\"2\",\"field_width\":\"45\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_pd_done_on_initiated_address\",\"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\",\"value_keys\":[\"is_pd_done_on_initiated_address\"],\"questions\":[{\"question\":\"Choose the actual PD address\",\"question_key\":\"alternative_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_pd_done_on_initiated_address\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of PD address\",\"question_key\":\"address_type\",\"type\":\"3\",\"field_width\":\"90\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"address_type\",\"expression\":\"(String(\'address_type\') == String(\'1\'))\",\"value_keys\":[\"address_type\"],\"questions\":[{\"question\":\"Specify the Address Type\",\"question_key\":\"address_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"PD locality\",\"question_key\":\"pd_locality\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"LOCALITY\"},\"fields\":[\"locality_id\",\"locality_name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_locality\",\"expression\":\"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"pd_locality\"],\"questions\":[{\"question\":\"Specify Locality\",\"question_key\":\"locality_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Approach to PD location*\",\"question_key\":\"pd_location\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDLOCATIONAPPROACH\"},\"fields\":[\"pd_location_approach_id\",\"description\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Comment on locality\",\"question_key\":\"comment_locality\",\"type\":\"3\",\"field_width\":\"25\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMMENTSONLOCALITY\"},\"fields\":[\"comments_on_locality_id\",\"rating\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Estimated Area of the business\",\"question_key\":\"business_estimated_area\",\"type\":\"1\",\"field_width\":\"30\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"uom\",\"type\":\"8\",\"field_width\":\"30\",\"api_properties\":null,\"answers\":[{\"answer\":\"Acres\",\"answer_id\":\"Acres\"},{\"answer\":\"Hectares\",\"answer_id\":\"Hectares\"},{\"answer\":\"Square Feet\",\"answer_id\":\"Square Feet\"},{\"answer\":\"Square Meters\",\"answer_id\":\"Square Meters\"},{\"answer\":\"Square Yards\",\"answer_id\":\"Square Yards\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"uom\",\"expression\":\"(String(\'uom\') == String(\'1\'))\",\"value_keys\":[\"uom\"],\"questions\":[{\"question\":\"Specify the UOM\",\"question_key\":\"uom_specify\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 2, 0, NULL, "2020-10-29 16:39:48", NULL, "2021-08-16 21:40:17"), + (4, "OLD-ON-2021-08-16-SMC Loan SECTION-WCTL", "SMC Loan SECTION-WCTL", "{\"section_id\":\"2\",\"section_name\":\"Loan details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan amount applied for\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan Tenure (in months)\",\"question_key\":\"loan_tenure\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"End use of loan\",\"question_key\":\"end_use\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Total fund requirement\",\"question_key\":\"total_fund_requirement\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 3, 0, NULL, "2020-10-29 16:40:59", NULL, "2021-08-16 21:40:17"), + (5, "OLD-ON-2021-08-16-SMC GEN BUSI SECTION-WCTL", "SMC GEN BUSI SECTION-WCTL", "{\"section_id\":\"4\",\"section_name\":\"General Business Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Type of Business Entity\",\"question_key\":\"business_entity_type\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of Business activities\",\"question_key\":\"select_business_activity_type\",\"type\":\"1\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Area of Sale\",\"question_key\":\"area_of_sale\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Within India\",\"answer_id\":\"Within India\"},{\"answer\":\"Export\",\"answer_id\":\"Export\"},{\"answer\":\"Both (within India and Export)\",\"answer_id\":\"Both (within India and Export)\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the business seasonal (Yes / No)\",\"question_key\":\"seasonality\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"seasonality\",\"expression\":\"(String(\'seasonality\') == String(\'Yes\'))\",\"value_keys\":[\"seasonality\"],\"questions\":[{\"question_key\":\"low_sale_month_reason\",\"question\":\"Reason for Months in which sales/services is low?\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"is_subfield\":\"1\",\"field_width\":\"45\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"low_sale_month\",\"question\":\"Months in which sales/services is low?\",\"place_holder\":\"\",\"type\":\"4\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"January\",\"answer\":\"January\"},{\"answer_id\":\"February\",\"answer\":\"February\"},{\"answer_id\":\"March\",\"answer\":\"March\"},{\"answer_id\":\"April\",\"answer\":\"April\"},{\"answer_id\":\"May\",\"answer\":\"May\"},{\"answer_id\":\"June\",\"answer\":\"June\"},{\"answer_id\":\"July\",\"answer\":\"July\"},{\"answer_id\":\"August\",\"answer\":\"August\"},{\"answer_id\":\"September\",\"answer\":\"September\"},{\"answer_id\":\"October\",\"answer\":\"October\"},{\"answer_id\":\"November\",\"answer\":\"November\"},{\"answer_id\":\"December\",\"answer\":\"December\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"is_subfield\":\"1\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 4, 0, NULL, "2020-11-04 11:10:28", NULL, "2021-08-16 21:40:17"), + (6, "OLD-ON-2021-08-16-SMC Key stakeholders-WCTL", "SMC Key stakeholders-WCTL", "{\"section_id\":\"5\",\"section_name\":\"Key Stakeholders in Business\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Name of key Stakeholder\",\"question_key\":\"stakeholder_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business (in years)\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question_key\":\"previous_experience_details\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"vintage_in_current_biz\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Experience (in years)\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"total_work_exp\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"type\":\"2\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\",\"group_key\":\"key_stakeholders\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 5, 0, NULL, "2020-11-04 11:17:42", NULL, "2021-08-16 21:40:17"), + (7, "OLD-ON-2021-08-16-SMC Emp Strength-WCTL", "SMC Emp Strength-WCTL", "{\"section_id\":\"7\",\"section_name\":\"Employee Strength\",\"onsubmit\":[],\"questions\":[{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (As per person met)\",\"question_key\":\"permanant_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (Sighted by Credit Manager)\",\"question_key\":\"permanant_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"Approximate Salary Paid (Rs Per Month)\",\"question_key\":\"permanant_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 7, 0, NULL, "2020-11-04 13:34:34", NULL, "2021-08-16 21:40:17"), + (8, "OLD-ON-2021-08-16-SMC Key products-WCTL", "SMC Key products-WCTL", "{\"section_id\":\"6\",\"section_name\":\"Key Products and Business Contribution\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Key Product Name\",\"question_key\":\"product_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Contribution to Business of the Product (%)\",\"question_key\":\"contribution_business_product\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Remarks if any\",\"question_key\":\"remarks\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Key Products and Business Contribution\",\"group_key\":\"key_products_contribution\"},{\"question\":\"Business Process Brief\",\"question_key\":\"business_process\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 6, 0, NULL, "2020-11-04 13:36:02", NULL, "2021-08-16 21:40:17"), + (9, "OLD-ON-2021-08-16-SMC Business Assest-WCTL", "SMC Business Assest-WCTL", "{\"section_id\":\"8\",\"section_name\":\"Business Assets\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\" Is this the business address?\",\"question_key\":\"is_business_address\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_business_address\",\"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"is_business_address\"],\"questions\":[{\"question\":\"No of Months\",\"question_key\":\"business_months\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"No of Years\",\"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field)\",\"question_key\":\"business_years\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"Was any business activities seen during visit?\",\"question_key\":\"business_is_pd_visited\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_is_pd_visited\",\"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_is_pd_visited\",\"is_business_address\"],\"questions\":[{\"question\":\"Remarks\",\"question_key\":\"business_pd_visited_remark\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_is_pd_visited\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Is there any other business asset available?\",\"question_key\":\"asset_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"asset_info_available\",\"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"asset_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Asset Type\",\"question_key\":\"business_assets_mode\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ASSETTYPE\"},\"fields\":[\"id\",\"name\"],\"filter_properties\":{\"key_name\":\"flag\",\"value\":\"1\"}},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_assets_mode\",\"expression\":\"(String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"business_assets_mode\"],\"questions\":[{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"property_type\",\"expression\":\"String(\'property_type\') && (String(\'property_type\') != String(\'\')) && (String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"property_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Address of the property\",\"question_key\":\"property_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"property_type\",\"answers\":null,\"validations\":[]}]},{\"insert_index\":\"property_type\",\"expression\":\"(String(\'property_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"property_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Specify the Property\",\"question_key\":\"property_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"property_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_assets_mode\",\"answers\":null,\"validations\":[]}]},{\"insert_index\":\"business_assets_mode\",\"expression\":\"(String(\'business_assets_mode\') == String(\'3\'))\",\"value_keys\":[\"business_assets_mode\"],\"questions\":[{\"question\":\"Type of Vehicle\",\"question_key\":\"vehicle_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"VEHICLETYPE\"},\"fields\":[\"vehicle_type_id\",\"vehicle_type_name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vehicle_type\",\"expression\":\"(String(\'vehicle_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'3\'))\",\"value_keys\":[\"vehicle_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Specify the Vehicle\",\"question_key\":\"vehicle_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"vehicle_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_assets_mode\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Description\",\"question_key\":\"other_asset_description\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Asset owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Business Asset Details\",\"group_key\":\"business_assets_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 8, 0, NULL, "2020-11-04 13:41:48", NULL, "2021-08-16 21:40:17"), + (10, "OLD-ON-2021-08-16-SMC busi & peronsla banking", "SMC busi & peronsla banking-WCTL", "{\"section_id\":\"9\",\"section_name\":\"Business and Personal Banking Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Account holder name\",\"question_key\":\"applicant_name\",\"type\":\"1\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Bank Name\",\"question_key\":\"bank_name\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Account type\",\"question_key\":\"account_type\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Savings\",\"answer_id\":\"Savings\"},{\"answer\":\"OD\",\"answer_id\":\"OD\"},{\"answer\":\"Current\",\"answer_id\":\"Current\"},{\"answer\":\"CC\",\"answer_id\":\"CC\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"account_type\",\"expression\":\"(String(\'account_type\').toLowerCase() != String(\'savings\') && String(\'account_type\').toLowerCase() != String(\'current\'))\",\"value_keys\":[\"account_type\"],\"questions\":[{\"question\":\"OD/CC Limit\",\"question_key\":\"cc_limit\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Banking Details\",\"group_key\":\"banking_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 9, 0, NULL, "2020-11-04 13:48:37", NULL, "2021-08-16 21:40:17"), + (11, "OLD-ON-2021-08-16-SMC supplier-WCTL", "SMC supplier-WCTL", "{\"section_id\":\"11\",\"section_name\":\"Supplier details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Supplier information available?\",\"question_key\":\"supplier_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'No\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"supplier_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Raw Material Name/ Trading Product Name/ Service Name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Supplier Name\",\"question_key\":\"supplier_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of credit period provided by supplier\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total purchases are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Supplier Details\",\"group_key\":\"supplier_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 11, 0, NULL, "2020-11-04 14:58:16", NULL, "2021-08-16 21:40:17"), + (12, "OLD-ON-2021-08-16-SMC Client-WCTL", "SMC Client-WCTL", "{\"section_id\":\"12\",\"section_name\":\"Clients details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Client information available?\",\"question_key\":\"client_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'No\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"client_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Trading Product/Service/Manufacturing Product name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Client Name\",\"question_key\":\"client_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of days of credit period provided by client\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total sales are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Client Details\",\"group_key\":\"client_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 12, 0, NULL, "2020-11-04 15:47:35", NULL, "2021-08-16 21:40:17"), + (13, "OLD-ON-2021-08-16-SMC Finance-WCTL", "SMC Finance-WCTL", "{\"section_id\":\"10\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"group_key\":\"financial_info\",\"key_name\":\"fy\",\"msg\":\"Financial Year already entered earlier\"}],\"questions\":[{\"question\":\"Is the Financial information available?\",\"question_key\":\"financial_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"financial_info_available\",\"expression\":\"(String(\'financial_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"financial_info_available\"],\"questions\":[{\"question\":\"Net Profit / (Net Loss) (Rs)\",\"question_key\":\"net_profit_rs\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[],\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_to_sales_percent\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(sales_amount)*Number(net_profit_to_sales_percent))/100\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs)\",\"sub_title\":\"Particulars of Financials for Latest Year as per person met during PD visit\",\"question_key\":\"sales_amount\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : \'\';return final_value}())\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"},{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : \'\';return final_value.toFixed(2)}())\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Does the business have any working capital facility from any lender other than Moneywise?\",\"question_key\":\"is_any_other_working_captial_facility\",\"type\":\"2\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_any_other_working_captial_facility\",\"expression\":\"(String(\'is_any_other_working_captial_facility\') === String(\'Yes\'))\",\"value_keys\":[\"is_any_other_working_captial_facility\"],\"questions\":[{\"question\":\"Details of above facilities need to be entered\",\"question_key\":\"facility_details_specify\",\"type\":\"7\",\"placeholder\":\"Enter the text\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]},{\"question\":\"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.\",\"question_key\":\"facility_details_other_lender\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Letter of Credit\",\"answer_id\":\"Letter of Credit\"},{\"answer\":\"Bank guarantee\",\"answer_id\":\"Bank guarantee\"},{\"answer\":\"CC limit\",\"answer_id\":\"CC limit\"},{\"answer\":\"Others\",\"answer_id\":\"Others\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"facility_details_other_lender\",\"expression\":\"(String(\'facility_details_other_lender\').toLowerCase() == String(\'others\'))\",\"value_keys\":[\"facility_details_other_lender\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"facility_details_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"facility_details_other_lender\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Increase / Decrease in Turnover for Broken Period %\",\"question_key\":\"broken_period_turnover_percent\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in PY (Rs)\",\"question_key\":\"broken_period_turnover_py\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in CY (Rs)\",\"question_key\":\"broken_period_turnover_cy\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"No of Months\",\"question_key\":\"broken_period_no_of_months\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Broken Period starting to (Date)\",\"question_key\":\"broken_period_to_month\",\"type\":\"1\",\"place_holder\":\"DD-MM-YYYY (Eg 03-12-2020)\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Broken Period starting from (Date)\",\"question_key\":\"broken_period_from_month\",\"type\":\"1\",\"field_width\":\"45\",\"place_holder\":\"DD-MM-YYYY (Eg 05-02-2020)\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Inventory Days as per CM Discussion\",\"question_key\":\"inventory_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CM Discussion\",\"question_key\":\"creditor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CM Discussion\",\"question_key\":\"debtor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Sales / Revenue (Rs)\",\"question_key\":\"sales_revenue\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100\",\"value_keys\":[\"sales_revenue\"],\"insert_control\":\"sales_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100\",\"value_keys\":[\"net_profit\"],\"insert_control\":\"netprofit_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_sales_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Sales over PY\",\"question_key\":\"sales_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Net Profit over PY\",\"question_key\":\"netprofit_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Variation in Net Profit % over PY\",\"question_key\":\"netprofit_py_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CET\",\"sub_title\":\"In Case of credit sales, what is the average no. of days taken to receive the money?\",\"question_key\":\"debtor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CET\",\"sub_title\":\"In Case of credit purchases, what is the average no. of days taken to pay the money?\",\"question_key\":\"creditor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Inventory Days as per CET\",\"sub_title\":\"What is the average no. of days for which stock lies unsold during the year?\",\"question_key\":\"inventory_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]}],\"is_repeatable\":\"1\",\"group_key\":\"financial_info\",\"group_title\":\"Financial Information\"},{\"question\":\"Number of financial years for which we have financials\",\"question_key\":\"no_of_financial_years\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Numeric only \",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 10, 0, NULL, "2020-11-06 13:22:35", NULL, "2021-08-16 21:40:17"), + (14, "OLD-ON-2021-08-16-SMC stock-WCTL", "SMC stock-WCTL", "{\"section_id\":\"13\",\"section_name\":\"Stock details\",\"onsubmit\":[],\"questions\":[{\"question\":\"Is stock applicable to the business (Yes / No)\",\"question_key\":\"stock_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'No\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"stock_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Is the stock of finished goods observed, sufficient considering the size of operations\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"},{\"answer\":\"Stock not required to be maintained\",\"answer_id\":\"not applicable\"}],\"validations\":[]}]},{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Type of Stock\",\"question_key\":\"stock_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"RM\",\"answer_id\":\"RM\"},{\"answer\":\"FG\",\"answer_id\":\"FG\"},{\"answer\":\"SFG\",\"answer_id\":\"SFG\"}],\"validations\":[]},{\"question\":\"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\",\"question_key\":\"provider_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Stock\",\"question_key\":\"provider_observed\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Add Stock Details\",\"answer_id\":\"yes\"},{\"answer\":\"No Stock Observed\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"provider_observed\",\"expression\":\"(String(\'provider_observed\') === String(\'yes\'))\",\"value_keys\":[\"provider_observed\"],\"questions\":[{\"question\":\"Estimated Quantity\",\"question_key\":\"estimated_quantity\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_quantity\') === String(\'\'))\",\"validation_to\":\"estimated_stock_value\",\"value_keys\":[\"estimated_quantity\",\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]},{\"question\":\"UOM\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"UOM\"},\"fields\":[\"uom_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]},{\"question\":\"Estimated value of stock observed\",\"question_key\":\"estimated_stock_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_stock_value\') === String(\'\'))\",\"validation_to\":\"estimated_quantity\",\"value_keys\":[\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]}]}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock details\",\"group_key\":\"stock_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 13, 0, NULL, "2020-11-06 13:42:37", NULL, "2021-08-16 21:40:17"), + (15, "OLD-ON-2021-08-16-SMC Future plan-WCTL", "SMC future Plan-WCTL", "{\"section_id\":\"14\",\"section_name\":\"Future Plans & Business Environments\",\"onsubmit\":null,\"questions\":[{\"question\":\"USP of the business- How is applicant\'s business different from others in the same line of business\",\"question_key\":\"usp_of_business\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Future plans for business expansion\",\"question_key\":\"future_business_expansion\",\"type\":\"1\",\"field_type\":\"string\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Key competitors\",\"question_key\":\"key_competitors\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason\",\"question_key\":\"sucession_plan\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Brief of other group concerns/Business run by the applicants\",\"question_key\":\"other_group_business_applicants\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 14, 0, NULL, "2020-11-06 13:43:57", NULL, "2021-08-16 21:40:17"), + (16, "OLD-ON-2021-08-16-SMC Existing Loan Obligatio", "SMC Existing Loan Obligations-WCTL", "{\"section_id\":\"15\",\"section_name\":\"Existing Loan Obligations\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Loan type\",\"question_key\":\"loan_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan amount\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Lender name\",\"question_key\":\"lender_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan taken by\",\"question_key\":\"loan_taken_by\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment Amount\",\"question_key\":\"instalment_amount\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment frequency\",\"question_key\":\"instalment_frequency\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Daily\",\"answer\":\"Daily\"},{\"answer_id\":\"Every 12 days\",\"answer\":\"Every 12 days\"},{\"answer_id\":\"Every 15 days\",\"answer\":\"Every 15 days\"},{\"answer_id\":\"Monthly\",\"answer\":\"Monthly\"},{\"answer_id\":\"Every 3 months\",\"answer\":\"Every 3 months\"},{\"answer_id\":\"Every 6 months\",\"answer\":\"Every 6 months\"},{\"answer_id\":\"Yearly\",\"answer\":\"Yearly\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Original tenure in months\",\"question_key\":\"original_tenure_months\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Current balance tenure in months\",\"question_key\":\"current_tenure_months\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Elapsed tenure in mths\",\"question_key\":\"elapsed_tenure_months\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"elapsed_tenure_months\"],\"insert_control\":\"current_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Existing Loan Obligations\",\"group_key\":\"existing_loan_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 15, 0, NULL, "2020-11-06 13:46:47", NULL, "2021-08-16 21:40:17"), + (17, "OLD-ON-2021-08-16-SMC Other famliy Details-WC", "SMC Other famliy Details-WCTL", "{\"section_id\":\"16\",\"section_name\":\"Family Members Involved in Business\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is any other family member involved in the business\",\"question_key\":\"is_family_details_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_family_details_available\",\"expression\":\"(String(\'is_family_details_available\') == String(\'Yes\'))\",\"value_keys\":[\"is_family_details_available\"],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"member_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"place_holder\":\"Enter the text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"RELATIONSHIPS\"},\"fields\":[\"relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'relationship\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"relationship\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"relationship_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Individual Stakeholders\",\"question_key\":\"stakeholder_relation\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Company / Firm\",\"question_key\":\"company_relation\",\"place_holder\":\"Enter text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Family Members Involved in Business\",\"group_key\":\"family_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 16, 0, NULL, "2020-11-06 14:46:40", NULL, "2021-08-16 21:40:17"), + (18, "SMC Neighborhood-WCTL", "SMC Neighborhood-WCTL", "{\"section_id\":\"17\",\"section_name\":\"Neighbourhood Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Neighbour name\",\"question_key\":\"neighbourhood_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Do you know about the applicant or their business?\",\"question_key\":\"do_know\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"As per you how long has this business been in operation\",\"question_key\":\"know_business_operation\",\"place_holder\":\"Enter the text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer\":\"Know\",\"answer_id\":\"yes\"},{\"answer\":\"Do not know\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"know_business_operation\",\"expression\":\"(String(\'know_business_operation\') === String(\'yes\'))\",\"value_keys\":[\"know_business_operation\"],\"questions\":[{\"question\":\"Years\",\"question_key\":\"how_long_do_know_in_year\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_business_operation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Months\",\"question_key\":\"how_long_do_know_in_month\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_business_operation\",\"answers\":null,\"validations\":[]}]}]}]},{\"question\":\"Who is the owner of organisation?\",\"question_key\":\"know_organisation_owner\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer\":\"Know\",\"answer_id\":\"yes\"},{\"answer\":\"Do not know\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"know_organisation_owner\",\"expression\":\"(String(\'know_organisation_owner\') === String(\'yes\'))\",\"value_keys\":[\"know_organisation_owner\"],\"questions\":[{\"question\":\"Who is the owner of the organisation\",\"question_key\":\"organisation_owner\",\"type\":\"4\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_organisation_owner\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Neighbourhood Details\",\"group_key\":\"neighbourhood_list\"},{\"question\":\"Status of the neighbour check as per Credit Manager\",\"question_key\":\"neighbourhood_status\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Select\",\"answer_id\":\"\"},{\"answer\":\"Positive\",\"answer_id\":\"Positive\"},{\"answer\":\"Negative\",\"answer_id\":\"Negative\"},{\"answer\":\"Could Not Verify\",\"answer_id\":\"Could Not Verify\"}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"neighbourhood_status\"],\"value\":\"(String(\'neighbourhood_status\').toLowerCase() != String(\'positive\'))\",\"validation_to\":\"neighbourhood_remarks\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Remarks\",\"question_key\":\"neighbourhood_remarks\",\"type\":\"7\",\"placeholder\":\"Enter the remarks\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}", 7, 9, 17, 0, NULL, "2020-11-06 14:53:52", NULL, "2021-03-07 12:09:24"), + (19, "OLD-ON-2021-08-16-SMC credit manager SMC cred", "SMC credit manager SMC credit manager -WCTL", "{\"section_id\":\"18\",\"section_name\":\"Credit manager specific queries\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Question\",\"question_key\":\"question\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Answer\",\"question_key\":\"answer\",\"place_holder\":\"Enter the answer here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Query\",\"group_key\":\"cm_queries\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 18, 0, NULL, "2020-11-06 14:55:13", NULL, "2021-08-16 21:40:17"), + (20, "OLD-ON-2021-08-16-SMC FInal-WCTL", "SMC FInal-WCTL", "{\"section_id\":\"19\",\"section_name\":\"Final remarks\",\"onsubmit\":null,\"questions\":[{\"question\":\"Customer Behaviour\",\"question_key\":\"customer_behaviour\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"CUSTOMERBEHAVIOUR\"},\"fields\":[\"customer_behaviour_id\",\"description\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"customer_behaviour\",\"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\",\"value_keys\":[\"customer_behaviour\"],\"questions\":[{\"question\":\"Specify Customer behaviour\",\"question_key\":\"customer_behaviour_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"customer_behaviour\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the location of the business suited to the nature of the business provided?\",\"question_key\":\"business_location_suited\",\"type\":\"3\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":[{\"answer\":\"Well Suited\",\"answer_id\":\"Well Suited\"},{\"answer\":\"Fairly suited\",\"answer_id\":\"Fairly suited\"},{\"answer\":\"Not suited\",\"answer_id\":\"Not suited\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\",\"question_key\":\"pd_officer_recommendation\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDOFFICERRECOMMENDATIONS\"},\"fields\":[\"pdofficer_recommendation_id\",\"pdofficer_recommendation\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":\"Specify Credit Manager Recommendation\",\"question_key\":\"pd_officer_recommendation_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]},{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":[{\"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\",\"question_key\":\"reason\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Remarks\",\"group_title_shown\":\"0\",\"group_key\":\"pd_officer_recommendation_remarks\"}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\",\"value_keys\":[\"pd_officer_recommendation\"],\"insert_control\":\"reason\",\"insert_group_key\":\"pd_officer_recommendation_remarks\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Common Remarks\",\"question_key\":\"final_form_remarks\",\"place_holder\":\"Enter the remarks here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}", 7, 9, 19, 0, NULL, "2020-11-06 14:58:52", NULL, "2021-08-16 21:40:17"), + (21, "SMC Credit PD Borrower section-LFMP", "SMC Credit PD Borrower section-LFMP old", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 1, 0, NULL, "2020-11-09 19:27:42", NULL, "2021-03-07 12:09:28"), + (22, "OLD-ON-2021-08-16-SMC ADDRESS SECTION-LFMP", "SMC ADDRESS SECTION-LFMP", "{\"section_id\":\"2\",\"section_name\":\"Address details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address at which PD was initiated\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is this the address where PD is done ?\",\"question_key\":\"is_pd_done_on_initiated_address\",\"type\":\"2\",\"field_width\":\"45\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_pd_done_on_initiated_address\",\"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\",\"value_keys\":[\"is_pd_done_on_initiated_address\"],\"questions\":[{\"question\":\"Choose the actual PD address\",\"question_key\":\"alternative_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_pd_done_on_initiated_address\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of PD address\",\"question_key\":\"address_type\",\"type\":\"3\",\"field_width\":\"90\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"address_type\",\"expression\":\"(String(\'address_type\') == String(\'1\'))\",\"value_keys\":[\"address_type\"],\"questions\":[{\"question\":\"Specify the Address Type\",\"question_key\":\"address_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"PD locality\",\"question_key\":\"pd_locality\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"LOCALITY\"},\"fields\":[\"locality_id\",\"locality_name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_locality\",\"expression\":\"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"pd_locality\"],\"questions\":[{\"question\":\"Specify Locality\",\"question_key\":\"locality_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Approach to PD location*\",\"question_key\":\"pd_location\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDLOCATIONAPPROACH\"},\"fields\":[\"pd_location_approach_id\",\"description\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Comment on locality\",\"question_key\":\"comment_locality\",\"type\":\"3\",\"field_width\":\"25\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMMENTSONLOCALITY\"},\"fields\":[\"comments_on_locality_id\",\"rating\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Estimated Area of the business\",\"question_key\":\"business_estimated_area\",\"type\":\"1\",\"field_width\":\"30\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"uom\",\"type\":\"8\",\"field_width\":\"30\",\"api_properties\":null,\"answers\":[{\"answer\":\"Acres\",\"answer_id\":\"Acres\"},{\"answer\":\"Hectares\",\"answer_id\":\"Hectares\"},{\"answer\":\"Square Feet\",\"answer_id\":\"Square Feet\"},{\"answer\":\"Square Meters\",\"answer_id\":\"Square Meters\"},{\"answer\":\"Square Yards\",\"answer_id\":\"Square Yards\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"uom\",\"expression\":\"(String(\'uom\') == String(\'1\'))\",\"value_keys\":[\"uom\"],\"questions\":[{\"question\":\"Specify the UOM\",\"question_key\":\"uom_specify\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 2, 0, NULL, "2020-11-09 19:29:34", NULL, "2021-08-16 21:40:17"), + (23, "OLD-ON-2021-08-16-SMC Loan SECTION-LFMP", "SMC Loan SECTION-LFMP", "{\"section_id\":\"2\",\"section_name\":\"Loan details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan amount applied for\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan Tenure (in months)\",\"question_key\":\"loan_tenure\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Sub Product\",\"question_key\":\"sub_product\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SUBPRODUCTS\"},\"fields\":[\"subproduct_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"End use of loan\",\"question_key\":\"end_use\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Total fund requirement\",\"question_key\":\"total_fund_requirement\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"field_type\":\"numtoword\",\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Is there a BT?\",\"question_key\":\"is_transfer\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_transfer\",\"expression\":\"(String(\'is_transfer\') == String(\'Yes\'))\",\"value_keys\":[\"is_transfer\"],\"questions\":[{\"question\":\"What is the amount of balance transfer\",\"question_key\":\"balance_transfer_amount\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_transfer\",\"answers\":null,\"validations\":[]},{\"question\":\"Lender from where BT is done\",\"question_key\":\"lender\",\"type\":\"8\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"BTLENDERLIST\"},\"fields\":[\"bt_lender_list_id\",\"lender_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Top up amount\",\"question_key\":\"topup_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Type of property being Mortgaged\",\"question_key\":\"property_type\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Name of Owner\",\"question_key\":\"owner_name\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Property Completion Stage\",\"question_key\":\"construction_status\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"construction_status\",\"expression\":\"(String(\'construction_status\') != String(\'\'))\",\"value_keys\":[\"construction_status\"],\"questions\":[{\"question\":\"Stage of Construction\",\"question_key\":\"construction_stage\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"construction_status\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Estimated market value as per customer\",\"question_key\":\"emv_per_customer\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Market Value Considered for LTV Calculation (Rs)\",\"question_key\":\"ltv_market_value_calculation\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Address of the proposed property\",\"question_key\":\"address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Property Usage\",\"question_key\":\"property_usage\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Structure Type\",\"question_key\":\"structure_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 3, 0, NULL, "2020-11-09 19:32:34", NULL, "2021-08-16 21:40:17"), + (24, "OLD-ON-2021-08-16-SMC GEN BUSI SECTION-LFMP", "SMC GEN BUSI SECTION-LFMP", "{\"section_id\":\"4\",\"section_name\":\"General Business Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Type of Business Entity\",\"question_key\":\"business_entity_type\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of Business activities\",\"question_key\":\"select_business_activity_type\",\"type\":\"1\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Area of Sale\",\"question_key\":\"area_of_sale\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Within India\",\"answer_id\":\"Within India\"},{\"answer\":\"Export\",\"answer_id\":\"Export\"},{\"answer\":\"Both (within India and Export)\",\"answer_id\":\"Both (within India and Export)\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the business seasonal (Yes / No)\",\"question_key\":\"seasonality\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"seasonality\",\"expression\":\"(String(\'seasonality\') == String(\'Yes\'))\",\"value_keys\":[\"seasonality\"],\"questions\":[{\"question_key\":\"low_sale_month_reason\",\"question\":\"Reason for Months in which sales/services is low?\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"is_subfield\":\"1\",\"field_width\":\"45\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"low_sale_month\",\"question\":\"Months in which sales/services is low?\",\"place_holder\":\"\",\"type\":\"4\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"January\",\"answer\":\"January\"},{\"answer_id\":\"February\",\"answer\":\"February\"},{\"answer_id\":\"March\",\"answer\":\"March\"},{\"answer_id\":\"April\",\"answer\":\"April\"},{\"answer_id\":\"May\",\"answer\":\"May\"},{\"answer_id\":\"June\",\"answer\":\"June\"},{\"answer_id\":\"July\",\"answer\":\"July\"},{\"answer_id\":\"August\",\"answer\":\"August\"},{\"answer_id\":\"September\",\"answer\":\"September\"},{\"answer_id\":\"October\",\"answer\":\"October\"},{\"answer_id\":\"November\",\"answer\":\"November\"},{\"answer_id\":\"December\",\"answer\":\"December\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"is_subfield\":\"1\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 4, 0, NULL, "2020-11-09 19:33:23", NULL, "2021-08-16 21:40:17"), + (25, "OLD-ON-2021-08-16-SMC Key stakeholders-LFMP", "SMC Key stakeholders-LFMP", "{\"section_id\":\"5\",\"section_name\":\"Key Stakeholders in Business\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Name of key Stakeholder\",\"question_key\":\"stakeholder_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business (in years)\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question_key\":\"previous_experience_details\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"vintage_in_current_biz\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Experience (in years)\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"total_work_exp\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"type\":\"2\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\",\"group_key\":\"key_stakeholders\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 5, 0, NULL, "2020-11-09 19:34:24", NULL, "2021-08-16 21:40:17"), + (26, "OLD-ON-2021-08-16-SMC Key products-LFMP", "SMC Key products-LFMP", "{\"section_id\":\"6\",\"section_name\":\"Key Products and Business Contribution\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Key Product Name\",\"question_key\":\"product_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Contribution to Business of the Product (%)\",\"question_key\":\"contribution_business_product\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Remarks if any\",\"question_key\":\"remarks\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Key Products and Business Contribution\",\"group_key\":\"key_products_contribution\"},{\"question\":\"Business Process Brief\",\"question_key\":\"business_process\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 6, 0, NULL, "2020-11-09 19:36:23", NULL, "2021-08-16 21:40:17"), + (27, "OLD-ON-2021-08-16-SMC Emp Strength-LFMP", "SMC Emp Strength-LFMP", "{\"section_id\":\"7\",\"section_name\":\"Employee Strength\",\"onsubmit\":[],\"questions\":[{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (As per person met)\",\"question_key\":\"permanant_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (Sighted by Credit Manager)\",\"question_key\":\"permanant_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"Approximate Salary Paid (Rs Per Month)\",\"question_key\":\"permanant_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 7, 0, NULL, "2020-11-09 19:41:02", NULL, "2021-08-16 21:40:17"), + (28, "OLD-ON-2021-08-16-SMC Business Assest-LFMP", "SMC Business Assest-LFMP", "{\"section_id\":\"8\",\"section_name\":\"Business Assets\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\" Is this the business address?\",\"question_key\":\"is_business_address\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_business_address\",\"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"is_business_address\"],\"questions\":[{\"question\":\"No of Months\",\"question_key\":\"business_months\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"No of Years\",\"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field)\",\"question_key\":\"business_years\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"Was any business activities seen during visit?\",\"question_key\":\"business_is_pd_visited\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_is_pd_visited\",\"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_is_pd_visited\",\"is_business_address\"],\"questions\":[{\"question\":\"Remarks\",\"question_key\":\"business_pd_visited_remark\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_is_pd_visited\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Is there any other business asset available?\",\"question_key\":\"asset_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"asset_info_available\",\"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"asset_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Asset Type\",\"question_key\":\"business_assets_mode\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ASSETTYPE\"},\"fields\":[\"id\",\"name\"],\"filter_properties\":{\"key_name\":\"flag\",\"value\":\"1\"}},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_assets_mode\",\"expression\":\"(String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"business_assets_mode\"],\"questions\":[{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"property_type\",\"expression\":\"String(\'property_type\') && (String(\'property_type\') != String(\'\')) && (String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"property_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Address of the property\",\"question_key\":\"property_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"property_type\",\"answers\":null,\"validations\":[]}]},{\"insert_index\":\"property_type\",\"expression\":\"(String(\'property_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"property_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Specify the Property\",\"question_key\":\"property_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"property_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_assets_mode\",\"answers\":null,\"validations\":[]}]},{\"insert_index\":\"business_assets_mode\",\"expression\":\"(String(\'business_assets_mode\') == String(\'3\'))\",\"value_keys\":[\"business_assets_mode\"],\"questions\":[{\"question\":\"Type of Vehicle\",\"question_key\":\"vehicle_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"VEHICLETYPE\"},\"fields\":[\"vehicle_type_id\",\"vehicle_type_name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vehicle_type\",\"expression\":\"(String(\'vehicle_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'3\'))\",\"value_keys\":[\"vehicle_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Specify the Vehicle\",\"question_key\":\"vehicle_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"vehicle_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_assets_mode\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Description\",\"question_key\":\"other_asset_description\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Asset owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Business Asset Details\",\"group_key\":\"business_assets_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 8, 0, NULL, "2020-11-09 19:41:38", NULL, "2021-08-16 21:40:17"), + (29, "OLD-ON-2021-08-16-SMC busi & peronsla banking", "SMC busi & peronsla banking-LFMP", "{\"section_id\":\"9\",\"section_name\":\"Business and Personal Banking Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Account holder name\",\"question_key\":\"applicant_name\",\"type\":\"1\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Bank Name\",\"question_key\":\"bank_name\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Account type\",\"question_key\":\"account_type\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Savings\",\"answer_id\":\"Savings\"},{\"answer\":\"OD\",\"answer_id\":\"OD\"},{\"answer\":\"Current\",\"answer_id\":\"Current\"},{\"answer\":\"CC\",\"answer_id\":\"CC\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"account_type\",\"expression\":\"(String(\'account_type\').toLowerCase() != String(\'savings\') && String(\'account_type\').toLowerCase() != String(\'current\'))\",\"value_keys\":[\"account_type\"],\"questions\":[{\"question\":\"OD/CC Limit\",\"question_key\":\"cc_limit\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Banking Details\",\"group_key\":\"banking_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 9, 0, NULL, "2020-11-09 19:42:36", NULL, "2021-08-16 21:40:17"), + (30, "OLD-ON-2021-08-16-SMC Finance-LFMP", "SMC Finance-LFMP", "{\"section_id\":\"10\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"group_key\":\"financial_info\",\"key_name\":\"fy\",\"msg\":\"Financial Year already entered earlier\"}],\"questions\":[{\"question\":\"Is the Financial information available?\",\"question_key\":\"financial_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"financial_info_available\",\"expression\":\"(String(\'financial_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"financial_info_available\"],\"questions\":[{\"question\":\"Net Profit / (Net Loss) (Rs)\",\"question_key\":\"net_profit_rs\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[],\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_to_sales_percent\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(sales_amount)*Number(net_profit_to_sales_percent))/100\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs)\",\"sub_title\":\"Particulars of Financials for Latest Year as per person met during PD visit\",\"question_key\":\"sales_amount\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : \'\';return final_value}())\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"},{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : \'\';return final_value.toFixed(2)}())\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Does the business have any working capital facility from any lender other than Moneywise?\",\"question_key\":\"is_any_other_working_captial_facility\",\"type\":\"2\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_any_other_working_captial_facility\",\"expression\":\"(String(\'is_any_other_working_captial_facility\') === String(\'Yes\'))\",\"value_keys\":[\"is_any_other_working_captial_facility\"],\"questions\":[{\"question\":\"Details of above facilities need to be entered\",\"question_key\":\"facility_details_specify\",\"type\":\"7\",\"placeholder\":\"Enter the text\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]},{\"question\":\"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.\",\"question_key\":\"facility_details_other_lender\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Letter of Credit\",\"answer_id\":\"Letter of Credit\"},{\"answer\":\"Bank guarantee\",\"answer_id\":\"Bank guarantee\"},{\"answer\":\"CC limit\",\"answer_id\":\"CC limit\"},{\"answer\":\"Others\",\"answer_id\":\"Others\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"facility_details_other_lender\",\"expression\":\"(String(\'facility_details_other_lender\').toLowerCase() == String(\'others\'))\",\"value_keys\":[\"facility_details_other_lender\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"facility_details_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"facility_details_other_lender\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Increase / Decrease in Turnover for Broken Period %\",\"question_key\":\"broken_period_turnover_percent\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in PY (Rs)\",\"question_key\":\"broken_period_turnover_py\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in CY (Rs)\",\"question_key\":\"broken_period_turnover_cy\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"No of Months\",\"question_key\":\"broken_period_no_of_months\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Broken Period starting to (Date)\",\"question_key\":\"broken_period_to_month\",\"type\":\"1\",\"place_holder\":\"DD-MM-YYYY (Eg 03-12-2020)\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Broken Period starting from (Date)\",\"question_key\":\"broken_period_from_month\",\"type\":\"1\",\"field_width\":\"45\",\"place_holder\":\"DD-MM-YYYY (Eg 05-02-2020)\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Inventory Days as per CM Discussion\",\"question_key\":\"inventory_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CM Discussion\",\"question_key\":\"creditor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CM Discussion\",\"question_key\":\"debtor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Sales / Revenue (Rs)\",\"question_key\":\"sales_revenue\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100\",\"value_keys\":[\"sales_revenue\"],\"insert_control\":\"sales_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100\",\"value_keys\":[\"net_profit\"],\"insert_control\":\"netprofit_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_sales_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Sales over PY\",\"question_key\":\"sales_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Net Profit over PY\",\"question_key\":\"netprofit_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Variation in Net Profit % over PY\",\"question_key\":\"netprofit_py_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CET\",\"sub_title\":\"In Case of credit sales, what is the average no. of days taken to receive the money?\",\"question_key\":\"debtor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CET\",\"sub_title\":\"In Case of credit purchases, what is the average no. of days taken to pay the money?\",\"question_key\":\"creditor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Inventory Days as per CET\",\"sub_title\":\"What is the average no. of days for which stock lies unsold during the year?\",\"question_key\":\"inventory_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]}],\"is_repeatable\":\"1\",\"group_key\":\"financial_info\",\"group_title\":\"Financial Information\"},{\"question\":\"Number of financial years for which we have financials\",\"question_key\":\"no_of_financial_years\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Numeric only \",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 10, 0, NULL, "2020-11-09 19:43:31", NULL, "2021-08-16 21:40:17"), + (31, "OLD-ON-2021-08-16-SMC supplier-LFMP", "SMC supplier-LFMP", "{\"section_id\":\"11\",\"section_name\":\"Supplier details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Supplier information available?\",\"question_key\":\"supplier_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'No\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"supplier_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Raw Material Name/ Trading Product Name/ Service Name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Supplier Name\",\"question_key\":\"supplier_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of credit period provided by supplier\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total purchases are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Supplier Details\",\"group_key\":\"supplier_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 11, 0, NULL, "2020-11-09 19:44:30", NULL, "2021-08-16 21:40:17"), + (32, "OLD-ON-2021-08-16-SMC Client-LFMP", "SMC Client-LFMP", "{\"section_id\":\"12\",\"section_name\":\"Clients details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Client information available?\",\"question_key\":\"client_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'No\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"client_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Trading Product/Service/Manufacturing Product name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Client Name\",\"question_key\":\"client_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of days of credit period provided by client\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total sales are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Client Details\",\"group_key\":\"client_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 12, 0, NULL, "2020-11-09 19:45:21", NULL, "2021-08-16 21:40:17"), + (33, "OLD-ON-2021-08-16-SMC stock-LFMP", "SMC stock-LFMP", "{\"section_id\":\"13\",\"section_name\":\"Stock details\",\"onsubmit\":[],\"questions\":[{\"question\":\"Is stock applicable to the business (Yes / No)\",\"question_key\":\"stock_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'No\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"stock_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Is the stock of finished goods observed, sufficient considering the size of operations\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"},{\"answer\":\"Stock not required to be maintained\",\"answer_id\":\"not applicable\"}],\"validations\":[]}]},{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Type of Stock\",\"question_key\":\"stock_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"RM\",\"answer_id\":\"RM\"},{\"answer\":\"FG\",\"answer_id\":\"FG\"},{\"answer\":\"SFG\",\"answer_id\":\"SFG\"}],\"validations\":[]},{\"question\":\"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\",\"question_key\":\"provider_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Stock\",\"question_key\":\"provider_observed\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Add Stock Details\",\"answer_id\":\"yes\"},{\"answer\":\"No Stock Observed\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"provider_observed\",\"expression\":\"(String(\'provider_observed\') === String(\'yes\'))\",\"value_keys\":[\"provider_observed\"],\"questions\":[{\"question\":\"Estimated Quantity\",\"question_key\":\"estimated_quantity\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_quantity\') === String(\'\'))\",\"validation_to\":\"estimated_stock_value\",\"value_keys\":[\"estimated_quantity\",\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]},{\"question\":\"UOM\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"UOM\"},\"fields\":[\"uom_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]},{\"question\":\"Estimated value of stock observed\",\"question_key\":\"estimated_stock_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_stock_value\') === String(\'\'))\",\"validation_to\":\"estimated_quantity\",\"value_keys\":[\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]}]}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock details\",\"group_key\":\"stock_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 13, 0, NULL, "2020-11-09 19:46:12", NULL, "2021-08-16 21:40:17"), + (34, "OLD-ON-2021-08-16-SMC future Plan-LFMP", "SMC future Plan-LFMP", "{\"section_id\":\"14\",\"section_name\":\"Future Plans & Business Environments\",\"onsubmit\":null,\"questions\":[{\"question\":\"USP of the business- How is applicant\'s business different from others in the same line of business\",\"question_key\":\"usp_of_business\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Future plans for business expansion\",\"question_key\":\"future_business_expansion\",\"type\":\"1\",\"field_type\":\"string\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Key competitors\",\"question_key\":\"key_competitors\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason\",\"question_key\":\"sucession_plan\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Brief of other group concerns/Business run by the applicants\",\"question_key\":\"other_group_business_applicants\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 14, 0, NULL, "2020-11-09 19:46:45", NULL, "2021-08-16 21:40:17"), + (35, "OLD-ON-2021-08-16-SMC Existing Loan Obligatio", "SMC Existing Loan Obligations-LFMP", "{\"section_id\":\"15\",\"section_name\":\"Existing Loan Obligations\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Loan type\",\"question_key\":\"loan_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan amount\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Lender name\",\"question_key\":\"lender_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan taken by\",\"question_key\":\"loan_taken_by\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment Amount\",\"question_key\":\"instalment_amount\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment frequency\",\"question_key\":\"instalment_frequency\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Daily\",\"answer\":\"Daily\"},{\"answer_id\":\"Every 12 days\",\"answer\":\"Every 12 days\"},{\"answer_id\":\"Every 15 days\",\"answer\":\"Every 15 days\"},{\"answer_id\":\"Monthly\",\"answer\":\"Monthly\"},{\"answer_id\":\"Every 3 months\",\"answer\":\"Every 3 months\"},{\"answer_id\":\"Every 6 months\",\"answer\":\"Every 6 months\"},{\"answer_id\":\"Yearly\",\"answer\":\"Yearly\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Original tenure in months\",\"question_key\":\"original_tenure_months\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Current balance tenure in months\",\"question_key\":\"current_tenure_months\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Elapsed tenure in mths\",\"question_key\":\"elapsed_tenure_months\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"elapsed_tenure_months\"],\"insert_control\":\"current_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Existing Loan Obligations\",\"group_key\":\"existing_loan_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 15, 0, NULL, "2020-11-09 19:47:30", NULL, "2021-08-16 21:40:17"), + (36, "OLD-ON-2021-08-16-SMC Other famliy Details-LF", "SMC Other famliy Details-LFMP", "{\"section_id\":\"16\",\"section_name\":\"Family Members Involved in Business\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is any other family member involved in the business\",\"question_key\":\"is_family_details_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_family_details_available\",\"expression\":\"(String(\'is_family_details_available\') == String(\'Yes\'))\",\"value_keys\":[\"is_family_details_available\"],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"member_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"place_holder\":\"Enter the text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"RELATIONSHIPS\"},\"fields\":[\"relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'relationship\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"relationship\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"relationship_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Individual Stakeholders\",\"question_key\":\"stakeholder_relation\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Company / Firm\",\"question_key\":\"company_relation\",\"place_holder\":\"Enter text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Family Members Involved in Business\",\"group_key\":\"family_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 16, 0, NULL, "2020-11-09 19:48:23", NULL, "2021-08-16 21:40:17"), + (37, "SMC Neighborhood-LFMP", "SMC Neighborhood-LFMP", "{\"section_id\":\"17\",\"section_name\":\"Neighbourhood Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Neighbour name\",\"question_key\":\"neighbourhood_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Do you know about the applicant or their business?\",\"question_key\":\"do_know\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"As per you how long has this business been in operation\",\"question_key\":\"know_business_operation\",\"place_holder\":\"Enter the text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer\":\"Know\",\"answer_id\":\"yes\"},{\"answer\":\"Do not know\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"know_business_operation\",\"expression\":\"(String(\'know_business_operation\') === String(\'yes\'))\",\"value_keys\":[\"know_business_operation\"],\"questions\":[{\"question\":\"Years\",\"question_key\":\"how_long_do_know_in_year\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_business_operation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Months\",\"question_key\":\"how_long_do_know_in_month\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_business_operation\",\"answers\":null,\"validations\":[]}]}]}]},{\"question\":\"Who is the owner of organisation?\",\"question_key\":\"know_organisation_owner\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer\":\"Know\",\"answer_id\":\"yes\"},{\"answer\":\"Do not know\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"know_organisation_owner\",\"expression\":\"(String(\'know_organisation_owner\') === String(\'yes\'))\",\"value_keys\":[\"know_organisation_owner\"],\"questions\":[{\"question\":\"Who is the owner of the organisation\",\"question_key\":\"organisation_owner\",\"type\":\"4\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_organisation_owner\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Neighbourhood Details\",\"group_key\":\"neighbourhood_list\"},{\"question\":\"Status of the neighbour check as per Credit Manager\",\"question_key\":\"neighbourhood_status\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Select\",\"answer_id\":\"\"},{\"answer\":\"Positive\",\"answer_id\":\"Positive\"},{\"answer\":\"Negative\",\"answer_id\":\"Negative\"},{\"answer\":\"Could Not Verify\",\"answer_id\":\"Could Not Verify\"}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"neighbourhood_status\"],\"value\":\"(String(\'neighbourhood_status\').toLowerCase() != String(\'positive\'))\",\"validation_to\":\"neighbourhood_remarks\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Remarks\",\"question_key\":\"neighbourhood_remarks\",\"type\":\"7\",\"placeholder\":\"Enter the remarks\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}", 7, 8, 17, 0, NULL, "2020-11-09 19:49:19", NULL, "2021-03-07 12:09:25"), + (38, "OLD-ON-2021-08-16-SMC credit manager SMC cred", "SMC credit manager SMC credit manager -LFMP", "{\"section_id\":\"18\",\"section_name\":\"Credit manager specific queries\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Question\",\"question_key\":\"question\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Answer\",\"question_key\":\"answer\",\"place_holder\":\"Enter the answer here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Query\",\"group_key\":\"cm_queries\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 18, 0, NULL, "2020-11-09 19:49:55", NULL, "2021-08-16 21:40:17"), + (39, "OLD-ON-2021-08-16-SMC FInal-LFMP", "SMC FInal-LFMP", "{\"section_id\":\"19\",\"section_name\":\"Final remarks\",\"onsubmit\":null,\"questions\":[{\"question\":\"Customer Behaviour\",\"question_key\":\"customer_behaviour\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"CUSTOMERBEHAVIOUR\"},\"fields\":[\"customer_behaviour_id\",\"description\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"customer_behaviour\",\"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\",\"value_keys\":[\"customer_behaviour\"],\"questions\":[{\"question\":\"Specify Customer behaviour\",\"question_key\":\"customer_behaviour_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"customer_behaviour\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the location of the business suited to the nature of the business provided?\",\"question_key\":\"business_location_suited\",\"type\":\"3\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":[{\"answer\":\"Well Suited\",\"answer_id\":\"Well Suited\"},{\"answer\":\"Fairly suited\",\"answer_id\":\"Fairly suited\"},{\"answer\":\"Not suited\",\"answer_id\":\"Not suited\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\",\"question_key\":\"pd_officer_recommendation\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDOFFICERRECOMMENDATIONS\"},\"fields\":[\"pdofficer_recommendation_id\",\"pdofficer_recommendation\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":\"Specify Credit Manager Recommendation\",\"question_key\":\"pd_officer_recommendation_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]},{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":[{\"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\",\"question_key\":\"reason\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Remarks\",\"group_title_shown\":\"0\",\"group_key\":\"pd_officer_recommendation_remarks\"}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\",\"value_keys\":[\"pd_officer_recommendation\"],\"insert_control\":\"reason\",\"insert_group_key\":\"pd_officer_recommendation_remarks\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Common Remarks\",\"question_key\":\"final_form_remarks\",\"place_holder\":\"Enter the remarks here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}", 7, 8, 19, 0, NULL, "2020-11-09 19:50:29", NULL, "2021-08-16 21:40:17"), + (40, "OLD-ON-2021-08-16-SMC WCTL Photo section", "SMC WCTL Photo section", NULL, 7, 9, 20, 0, NULL, "2020-11-10 17:40:07", NULL, "2021-08-16 21:40:17"), + (41, "OLD-ON-2021-08-16-SMC WCTL Photo section", "SMC WCTL Photo section", NULL, 7, 8, 20, 0, NULL, "2020-11-10 17:40:08", NULL, "2021-08-16 21:40:17"), + (42, "OLD-ON-2021-08-16-SMC BORROWER SECTION-WCTL", "SMC Credit PD Borrower section-WCTL", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"questions_level_two\":[{\"question\":\"Mobile Number\",\"question_key\":\"mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10}\",\"message\":\"Mobile number should be 10 digit\",\"value\":null}]}],\"is_repeatable\":\"2\",\"group_key\":\"mobile_numbers\",\"group_title\":\"Mobile Number\"},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 1, 0, NULL, "0000-00-00 00:00:00", NULL, "2021-08-16 21:40:17"), + (43, "OLD-ON-2021-08-16-SMC Credit PD Borrower sect", "SMC Credit PD Borrower section-LFMP", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"questions_level_two\":[{\"question\":\"Mobile Number\",\"question_key\":\"mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10}\",\"message\":\"Mobile number should be 10 digit\",\"value\":null}]}],\"is_repeatable\":\"2\",\"group_key\":\"mobile_numbers\",\"group_title\":\"Mobile Number\"},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 1, 0, NULL, "0000-00-00 00:00:00", NULL, "2021-08-16 21:40:17"), + (44, "SMC General Section - NBFC/MFI", "SMC General Section - NBFC/MFI", "{\"section_id\":\"21\",\"section_name\":\"General Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name\",\"question_key\":\"name\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Loan amount \",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Product\",\"question_key\":\"product\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Location\",\"question_key\":\"location\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}", 7, 26, 21, 1, NULL, "2021-03-06 11:40:05", NULL, "2021-08-16 23:34:57"), + (45, "SMC Profile - NBFC/MFI", "SMC Profile - NBFC/MFI", "{\"section_id\":\"22\",\"section_name\":\"Profile\",\"onsubmit\":null,\"questions\":[{\"question\":\"History & Vintage and Lineage \",\"question_key\":\"history_vintage\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\" Primary shareholding , promoters and major equity partners\",\"question_key\":\"primary_partners\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"The capital structure and details of the various investments vehicles \",\"question_key\":\"capital_details\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 22, 1, NULL, "2021-03-06 11:40:07", NULL, "2021-08-16 23:34:57"), + (46, "SMC Size and Geographical Reach - NBFC/MFI", "SMC Size and Geographical Reach - NBFC/MFI", "{\"section_id\":\"23\",\"section_name\":\"Size and Geographical Reach\",\"onsubmit\":null,\"questions\":[{\"question\":\"AUM ( off book & on book ) &e. Trend of Disbursement in last 2 quarters\",\"question_key\":\"aum_book\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"States and geographical regions & Branches & geographical customer base\",\"question_key\":\"geographical_details\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Branches /employees / structure\",\"question_key\":\"branches_employees\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Portfolio concentration and Cuts to be discussed\",\"question_key\":\"portfolio_concentration\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Who are the competitors to the business\",\"question_key\":\"business_competitors\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Estimated Market Size of the Business& Market share\",\"question_key\":\"estimated_market\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 23, 1, NULL, "2021-03-06 11:40:09", NULL, "2021-08-16 23:34:57"), + (47, "SMC Product and Process - NBFC/MFI", "SMC Product and Process - NBFC/MFI", "{\"section_id\":\"24\",\"section_name\":\"Product and Process\",\"onsubmit\":null,\"questions\":[{\"question\":\"Products\",\"question_key\":\"products\",\"type\":\"7\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Policies\",\"question_key\":\"policies\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Credit appraisal mechanism\",\"question_key\":\"credit_appraisal\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Technology and usage for acquisition and credit\",\"question_key\":\"technology_credit\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\" Collection policy and mechanism -Collection efficiency trends in last 12 months (CC/CD, TC/CD,TC/TD) any deviation to be discussed in detail\",\"question_key\":\"collection_policy\",\"type\":\"7\",\"field_width\":\"100\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\" Provisioning policy\",\"question_key\":\"provisioning_policy\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Restructuring policy\",\"question_key\":\"restructuring_policy\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Covid impact and policy\",\"question_key\":\"covid_policy\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 24, 1, NULL, "2021-03-06 11:40:10", NULL, "2021-08-16 23:34:57"), + (48, "SMC Portfolio Health - NBFC/MFI", "SMC Portfolio Health - NBFC/MFI", "{\"section_id\":\"25\",\"section_name\":\"Portfolio Health\",\"onsubmit\":null,\"questions\":[{\"question\":\"Par own book /Par off book -d\",\"question_key\":\"par_book\",\"type\":\"7\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"NPAs/Provisioning & resolution strategy\",\"question_key\":\"provisioning_resolution\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Strategy to manage flow as well as post moratorium stress\",\"question_key\":\"post_morotorium\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Strategy for non-paying customers\",\"question_key\":\" non-paying_customers\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\" PAR (Productwise)/Net NPAs/Write offs Movement of Bucket ,PAR 90+\",\"question_key\":\"par\",\"type\":\"7\",\"field_width\":\"100\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 25, 1, NULL, "2021-03-06 11:40:10", NULL, "2021-08-16 23:34:57"), + (49, "SMC Total Overall Debt/Equity Profile - NBFC/", "SMC Total Overall Debt/Equity Profile - NBF", "{\"section_id\":\"26\",\"section_name\":\"Total Overall Debt/Equity Profile\",\"onsubmit\":null,\"questions\":[{\"question\":\"Types of debt structures and major debt providers\",\"question_key\":\"dept_structures\",\"type\":\"7\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Future plan for additional funding \",\"question_key\":\"future_plan\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Funding received during covid times including liquidity support from DFIs & Banks\",\"question_key\":\"dfi_banks\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Fresh sanctions lined up in the present month and coming quarters\",\"question_key\":\"fresh_sanctions\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}", 7, 26, 26, 1, NULL, "2021-03-06 11:40:11", NULL, "2021-08-16 23:34:57"), + (50, "SMC Financial Analysis - NBFC/MFI", "SMC Financial Analysis - NBFC/MFI", "{\"section_id\":\"27\",\"section_name\":\"Financial analysis\",\"onsubmit\":null,\"questions\":[{\"question\":\"CAR (Tier-1)/CAR (Tier-1 + Tier-2)\",\"question_key\":\"car_type\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Leverage (D/E) (excluding Managed)\",\"question_key\":\"leverage\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"ALM\",\"question_key\":\"alm\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Opex\",\"question_key\":\"opex\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"NIM (%) - as per Audited B/S\",\"question_key\":\"nim\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Opex (% of Avg. Book)\",\"question_key\":\"opex_average\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\" Opex (% of NII)\",\"question_key\":\"opex_nii\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Return on Assets\",\"question_key\":\"return_asset\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Return on Equity\",\"question_key\":\"return_equity\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\" IRR (Derived)\",\"question_key\":\"irr\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Avg. Borrowing Cost (Derived)\",\"question_key\":\"avg_borrowing\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Spread (Derived)\",\"question_key\":\"spread\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}", 7, 26, 27, 1, NULL, "2021-03-06 11:40:15", NULL, "2021-08-16 23:34:57"), + (51, "SMC Overall Plan of Action - NBFC/MFI", "SMC Overall Plan of Action - NBFC/MFI", "{\"section_id\":\"28\",\"section_name\":\"Overall Plan of Action\",\"onsubmit\":null,\"questions\":[{\"question\":\"Future plan on expansion geographies wise , products and regions . Equity and debt structuring as well as dilution in future. Target book for the present quarter and YOY projections \",\"question_key\":\"future_plan\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 28, 1, NULL, "2021-03-06 11:40:16", NULL, "2021-08-16 23:34:57"), + (52, "SMC Validation Points vide Systems and Books ", "SMC Validation Points vide Systems and Books at HQ & Branches - NBFC/MFI", "{\"section_id\":\"29\",\"section_name\":\"Validation Points vide Systems and Books at HQ and Branches\",\"onsubmit\":null,\"questions\":[{\"question\":\"Stock to be validated from system\",\"question_key\":\"stock_validated\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Collateral coverage for existing borrowing ( System Mapping to be checked)\",\"question_key\":\"collateral_coverage\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Collection efficiency and system flagging to be counterchecked and same with PAR cuts\",\"question_key\":\"collection_efficiency\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Sample check of loan dox, application form along with PAN for Active loan accounts\",\"question_key\":\"loan_dox\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Disbursement no to be checked from system\",\"question_key\":\"disbursement\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Top 20 exposure to be checked with data submitted\",\"question_key\":\"top20_exposure\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Sample Sanction letters to validate collateral cover stipulated for existing Borrowing\",\"question_key\":\"sanction_letters\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Provisioning /Write-off/NPA flagging to be counter checked\",\"question_key\":\"provisioning\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Restructuring of Loans in system on sample basis\",\"question_key\":\"restructuring_loan\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"EMI cycle date in system\",\"question_key\":\"emi_date\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Cash and Bank ledger to be checked\",\"question_key\":\"cash_checked\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Free FD details to be taken and validated from Accounting system\",\"question_key\":\"fd_details\",\"type\":\"7\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null},{\"question\":\"Application/Systems used for Boarding /Loan management\",\"question_key\":\"loan_management\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"text\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 29, 1, NULL, "2021-03-06 11:40:19", NULL, "2021-08-16 23:34:57"), + (54, "SMC Final remarks - NBFC/MFI", "SMC Final remarks - NBFC/MFI", "{\"section_id\":\"19\",\"section_name\":\"Final remarks\",\"onsubmit\":null,\"questions\":[{\"question\":\"Customer Behaviour\",\"question_key\":\"customer_behaviour\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"CUSTOMERBEHAVIOUR\"},\"fields\":[\"customer_behaviour_id\",\"description\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"customer_behaviour\",\"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\",\"value_keys\":[\"customer_behaviour\"],\"questions\":[{\"question\":\"Specify Customer behaviour\",\"question_key\":\"customer_behaviour_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"customer_behaviour\",\"answers\":null}]}]}],\"is_repeatable\":null},{\"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\",\"question_key\":\"pd_officer_recommendation\",\"type\":\"7\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDOFFICERRECOMMENDATIONS\"},\"fields\":[\"pdofficer_recommendation_id\",\"pdofficer_recommendation\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":\"Specify Credit Manager Recommendation\",\"question_key\":\"pd_officer_recommendation_other\",\"type\":\"7\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null}]},{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":[{\"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\",\"question_key\":\"reason\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Remarks\",\"group_title_shown\":\"0\",\"group_key\":\"pd_officer_recommendation_remarks\"}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\",\"value_keys\":[\"pd_officer_recommendation\"],\"insert_control\":\"reason\",\"insert_group_key\":\"pd_officer_recommendation_remarks\"}],\"is_repeatable\":null},{\"question\":\"Common Remarks\",\"question_key\":\"final_form_remarks\",\"place_holder\":\"Enter the remarks here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null}]}", 7, 26, 19, 1, NULL, "2021-03-10 14:41:02", NULL, "2021-08-16 23:34:57"), + (55, "SMC ADDRESS SECTION-LFMP", "SMC ADDRESS SECTION-LFMP", "{\"section_id\":\"2\",\"section_name\":\"Address details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address at which PD was initiated\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is this the address where PD is done ?\",\"question_key\":\"is_pd_done_on_initiated_address\",\"type\":\"2\",\"field_width\":\"45\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_pd_done_on_initiated_address\",\"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\",\"value_keys\":[\"is_pd_done_on_initiated_address\"],\"questions\":[{\"question\":\"Choose the actual PD address\",\"question_key\":\"alternative_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_pd_done_on_initiated_address\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of PD address\",\"question_key\":\"address_type\",\"type\":\"3\",\"field_width\":\"90\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"address_type\",\"expression\":\"(String(\'address_type\') == String(\'1\'))\",\"value_keys\":[\"address_type\"],\"questions\":[{\"question\":\"Specify the Address Type\",\"question_key\":\"address_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"PD locality\",\"question_key\":\"pd_locality\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"LOCALITY\"},\"fields\":[\"locality_id\",\"locality_name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_locality\",\"expression\":\"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"pd_locality\"],\"questions\":[{\"question\":\"Specify Locality\",\"question_key\":\"locality_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Approach to PD location*\",\"question_key\":\"pd_location\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDLOCATIONAPPROACH\"},\"fields\":[\"pd_location_approach_id\",\"description\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Comment on locality\",\"question_key\":\"comment_locality\",\"type\":\"3\",\"field_width\":\"25\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMMENTSONLOCALITY\"},\"fields\":[\"comments_on_locality_id\",\"rating\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Estimated Area of the business\",\"question_key\":\"business_estimated_area\",\"type\":\"1\",\"field_width\":\"30\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"uom\",\"type\":\"8\",\"field_width\":\"30\",\"api_properties\":null,\"answers\":[{\"answer\":\"Acres\",\"answer_id\":\"Acres\"},{\"answer\":\"Hectares\",\"answer_id\":\"Hectares\"},{\"answer\":\"Square Feet\",\"answer_id\":\"Square Feet\"},{\"answer\":\"Square Meters\",\"answer_id\":\"Square Meters\"},{\"answer\":\"Square Yards\",\"answer_id\":\"Square Yards\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"uom\",\"expression\":\"(String(\'uom\') == String(\'1\'))\",\"value_keys\":[\"uom\"],\"questions\":[{\"question\":\"Specify the UOM\",\"question_key\":\"uom_specify\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 2, 0, NULL, "2020-11-09 19:29:34", NULL, "2023-12-02 14:34:59"); +INSERT INTO `m_credit_pd_template` (`credit_pd_template_id`, `template_name`, `template_desc`, `template`, `fk_entity_id`, `fk_product_id`, `pd_form_id`, `isactive`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`) VALUES + (56, "SMC Loan SECTION-LFMP", "SMC Loan SECTION-LFMP", "{\"section_id\":\"2\",\"section_name\":\"Loan details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan amount applied for\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan Tenure (in months)\",\"question_key\":\"loan_tenure\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Sub Product\",\"question_key\":\"sub_product\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SUBPRODUCTS\"},\"fields\":[\"subproduct_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"End use of loan\",\"question_key\":\"end_use\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Total fund requirement\",\"question_key\":\"total_fund_requirement\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"field_type\":\"numtoword\",\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Is there a BT?\",\"question_key\":\"is_transfer\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_transfer\",\"expression\":\"(String(\'is_transfer\') == String(\'Yes\'))\",\"value_keys\":[\"is_transfer\"],\"questions\":[{\"question\":\"What is the amount of balance transfer\",\"question_key\":\"balance_transfer_amount\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_transfer\",\"answers\":null,\"validations\":[]},{\"question\":\"Lender from where BT is done\",\"question_key\":\"lender\",\"type\":\"8\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"BTLENDERLIST\"},\"fields\":[\"bt_lender_list_id\",\"lender_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Top up amount\",\"question_key\":\"topup_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Type of property being Mortgaged\",\"question_key\":\"property_type\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Name of Owner\",\"question_key\":\"owner_name\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Property Completion Stage\",\"question_key\":\"construction_status\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"construction_status\",\"expression\":\"(String(\'construction_status\') != String(\'\'))\",\"value_keys\":[\"construction_status\"],\"questions\":[{\"question\":\"Stage of Construction\",\"question_key\":\"construction_stage\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"construction_status\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Estimated market value as per customer\",\"question_key\":\"emv_per_customer\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Market Value Considered for LTV Calculation (Rs)\",\"question_key\":\"ltv_market_value_calculation\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Address of the proposed property\",\"question_key\":\"address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Property Usage\",\"question_key\":\"property_usage\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Structure Type\",\"question_key\":\"structure_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 3, 1, NULL, "2020-11-09 19:32:34", NULL, "2021-08-16 23:34:57"), + (57, "SMC GEN BUSI SECTION-LFMP", "SMC GEN BUSI SECTION-LFMP", "{\"section_id\":\"4\",\"section_name\":\"General Business Information\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Type of Business Entity\",\"question_key\":\"business_entity_type\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of Business activities\",\"question_key\":\"select_business_activity_type\",\"type\":\"1\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Area of Sale\",\"question_key\":\"area_of_sale\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Within India\",\"answer_id\":\"Within India\"},{\"answer\":\"Export\",\"answer_id\":\"Export\"},{\"answer\":\"Both (within India and Export)\",\"answer_id\":\"Both (within India and Export)\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the business seasonal (Yes / No)\",\"question_key\":\"seasonality\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"seasonality\",\"expression\":\"(String(\'seasonality\') == String(\'Yes\'))\",\"value_keys\":[\"seasonality\"],\"questions\":[{\"question_key\":\"low_sale_month_reason\",\"question\":\"Reason for Months in which sales/services is low?\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"is_subfield\":\"1\",\"field_width\":\"45\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"low_sale_month\",\"question\":\"Months in which sales/services is low?\",\"place_holder\":\"\",\"type\":\"4\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"January\",\"answer\":\"January\"},{\"answer_id\":\"February\",\"answer\":\"February\"},{\"answer_id\":\"March\",\"answer\":\"March\"},{\"answer_id\":\"April\",\"answer\":\"April\"},{\"answer_id\":\"May\",\"answer\":\"May\"},{\"answer_id\":\"June\",\"answer\":\"June\"},{\"answer_id\":\"July\",\"answer\":\"July\"},{\"answer_id\":\"August\",\"answer\":\"August\"},{\"answer_id\":\"September\",\"answer\":\"September\"},{\"answer_id\":\"October\",\"answer\":\"October\"},{\"answer_id\":\"November\",\"answer\":\"November\"},{\"answer_id\":\"December\",\"answer\":\"December\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"is_subfield\":\"1\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of General Business Information\",\"group_key\":\"business_entity\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 4, 1, NULL, "2020-11-09 19:33:23", NULL, "2021-08-16 23:34:57"), + (59, "SMC Key products-LFMP", "SMC Key products-LFMP", "{\"section_id\":\"6\",\"section_name\":\"Key Products and Business Contribution\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Key Product Name\",\"question_key\":\"product_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Contribution to Business of the Product (%)\",\"question_key\":\"contribution_business_product\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Remarks if any\",\"question_key\":\"remarks\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Key Products and Business Contribution\",\"group_key\":\"key_products_contribution\"},{\"question\":\"Business Process Brief\",\"question_key\":\"business_process\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 6, 1, NULL, "2020-11-09 19:36:23", NULL, "2021-08-16 23:34:57"), + (60, "SMC Emp Strength-LFMP", "SMC Emp Strength-LFMP", "{\"section_id\":\"7\",\"section_name\":\"Employee Strength\",\"onsubmit\":[],\"questions\":[{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (As per person met)\",\"question_key\":\"permanant_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (Sighted by Credit Manager)\",\"question_key\":\"permanant_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"Approximate Salary Paid (Rs Per Month)\",\"question_key\":\"permanant_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 7, 1, NULL, "2020-11-09 19:41:02", NULL, "2021-08-16 23:34:57"), + (61, "SMC Business Assest-LFMP", "SMC Business Assest-LFMP", "{\"section_id\":\"8\",\"section_name\":\"Business Assets\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\" Is this the business address?\",\"question_key\":\"is_business_address\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_business_address\",\"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"is_business_address\"],\"questions\":[{\"question\":\"No of Months\",\"question_key\":\"business_months\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"No of Years\",\"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field)\",\"question_key\":\"business_years\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"Was any business activities seen during visit?\",\"question_key\":\"business_is_pd_visited\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_is_pd_visited\",\"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_is_pd_visited\",\"is_business_address\"],\"questions\":[{\"question\":\"Remarks\",\"question_key\":\"business_pd_visited_remark\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_is_pd_visited\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Is there any other business asset available?\",\"question_key\":\"asset_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"asset_info_available\",\"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"asset_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Asset Type\",\"question_key\":\"business_assets_mode\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ASSETTYPE\"},\"fields\":[\"id\",\"name\"],\"filter_properties\":{\"key_name\":\"flag\",\"value\":\"1\"}},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_assets_mode\",\"expression\":\"(String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"business_assets_mode\"],\"questions\":[{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"property_type\",\"expression\":\"String(\'property_type\') && (String(\'property_type\') != String(\'\')) && (String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"property_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Address of the property\",\"question_key\":\"property_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"property_type\",\"answers\":null,\"validations\":[]}]},{\"insert_index\":\"property_type\",\"expression\":\"(String(\'property_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'2\'))\",\"value_keys\":[\"property_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Specify the Property\",\"question_key\":\"property_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"property_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_assets_mode\",\"answers\":null,\"validations\":[]}]},{\"insert_index\":\"business_assets_mode\",\"expression\":\"(String(\'business_assets_mode\') == String(\'3\'))\",\"value_keys\":[\"business_assets_mode\"],\"questions\":[{\"question\":\"Type of Vehicle\",\"question_key\":\"vehicle_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"VEHICLETYPE\"},\"fields\":[\"vehicle_type_id\",\"vehicle_type_name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vehicle_type\",\"expression\":\"(String(\'vehicle_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'3\'))\",\"value_keys\":[\"vehicle_type\",\"business_assets_mode\"],\"questions\":[{\"question\":\"Specify the Vehicle\",\"question_key\":\"vehicle_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"vehicle_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_assets_mode\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Description\",\"question_key\":\"other_asset_description\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Asset owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Business Asset Details\",\"group_key\":\"business_assets_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 8, 0, NULL, "2020-11-09 19:41:38", NULL, "2022-01-21 22:38:37"), + (62, "SMC busi & peronsla banking-LFMP", "SMC busi & peronsla banking-LFMP", "{\"section_id\":\"9\",\"section_name\":\"Business and Personal Banking Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Account holder name\",\"question_key\":\"applicant_name\",\"type\":\"1\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Bank Name\",\"question_key\":\"bank_name\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Account type\",\"question_key\":\"account_type\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Savings\",\"answer_id\":\"Savings\"},{\"answer\":\"OD\",\"answer_id\":\"OD\"},{\"answer\":\"Current\",\"answer_id\":\"Current\"},{\"answer\":\"CC\",\"answer_id\":\"CC\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"account_type\",\"expression\":\"(String(\'account_type\').toLowerCase() != String(\'savings\') && String(\'account_type\').toLowerCase() != String(\'current\'))\",\"value_keys\":[\"account_type\"],\"questions\":[{\"question\":\"OD/CC Limit\",\"question_key\":\"cc_limit\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Banking Details\",\"group_key\":\"banking_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 9, 1, NULL, "2020-11-09 19:42:36", NULL, "2021-08-16 23:34:57"), + (63, "SMC Finance-LFMP", "SMC Finance-LFMP", "{\"section_id\":\"10\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"group_key\":\"financial_info\",\"key_name\":\"fy\",\"msg\":\"Financial Year already entered earlier\"}],\"questions\":[{\"question\":\"Is the Financial information available?\",\"question_key\":\"financial_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"financial_info_available\",\"expression\":\"(String(\'financial_info_available\') && String(\'financial_info_available\').toLowerCase() == String(\'yes\'))\",\"value_keys\":[\"financial_info_available\"],\"questions\":[{\"question\":\"Net Profit / (Net Loss) (Rs)\",\"question_key\":\"net_profit_rs\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[],\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_to_sales_percent\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(sales_amount)*Number(net_profit_to_sales_percent))/100\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs)\",\"sub_title\":\"Particulars of Financials for Latest Year as per person met during PD visit\",\"question_key\":\"sales_amount\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : \'\';return final_value}())\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"},{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : \'\';return final_value.toFixed(2)}())\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Does the business have any working capital facility from any lender other than Moneywise?\",\"question_key\":\"is_any_other_working_captial_facility\",\"type\":\"2\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_any_other_working_captial_facility\",\"expression\":\"(String(\'is_any_other_working_captial_facility\') === String(\'Yes\'))\",\"value_keys\":[\"is_any_other_working_captial_facility\"],\"questions\":[{\"question\":\"Details of above facilities need to be entered\",\"question_key\":\"facility_details_specify\",\"type\":\"7\",\"placeholder\":\"Enter the text\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]},{\"question\":\"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.\",\"question_key\":\"facility_details_other_lender\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Letter of Credit\",\"answer_id\":\"Letter of Credit\"},{\"answer\":\"Bank guarantee\",\"answer_id\":\"Bank guarantee\"},{\"answer\":\"CC limit\",\"answer_id\":\"CC limit\"},{\"answer\":\"Others\",\"answer_id\":\"Others\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"facility_details_other_lender\",\"expression\":\"(String(\'facility_details_other_lender\').toLowerCase() == String(\'others\'))\",\"value_keys\":[\"facility_details_other_lender\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"facility_details_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"facility_details_other_lender\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Increase / Decrease in Turnover for Broken Period %\",\"question_key\":\"broken_period_turnover_percent\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in PY (Rs)\",\"question_key\":\"broken_period_turnover_py\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in CY (Rs)\",\"question_key\":\"broken_period_turnover_cy\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"No of Months\",\"question_key\":\"broken_period_no_of_months\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Broken Period starting to (Date)\",\"question_key\":\"broken_period_to_month\",\"type\":\"1\",\"place_holder\":\"DD-MM-YYYY (Eg 03-12-2020)\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Broken Period starting from (Date)\",\"question_key\":\"broken_period_from_month\",\"type\":\"1\",\"field_width\":\"45\",\"place_holder\":\"DD-MM-YYYY (Eg 05-02-2020)\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Inventory Days as per CM Discussion\",\"question_key\":\"inventory_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CM Discussion\",\"question_key\":\"creditor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CM Discussion\",\"question_key\":\"debtor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Sales / Revenue (Rs)\",\"question_key\":\"sales_revenue\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100\",\"value_keys\":[\"sales_revenue\"],\"insert_control\":\"sales_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100\",\"value_keys\":[\"net_profit\"],\"insert_control\":\"netprofit_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_sales_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Sales over PY\",\"question_key\":\"sales_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Net Profit over PY\",\"question_key\":\"netprofit_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Variation in Net Profit % over PY\",\"question_key\":\"netprofit_py_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CET\",\"sub_title\":\"In Case of credit sales, what is the average no. of days taken to receive the money?\",\"question_key\":\"debtor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CET\",\"sub_title\":\"In Case of credit purchases, what is the average no. of days taken to pay the money?\",\"question_key\":\"creditor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Inventory Days as per CET\",\"sub_title\":\"What is the average no. of days for which stock lies unsold during the year?\",\"question_key\":\"inventory_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]}],\"is_repeatable\":\"1\",\"group_key\":\"financial_info\",\"group_title\":\"Financial Information\"},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Number of financial years for which we have financials\",\"question_key\":\"no_of_financial_years\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Numeric only \",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 10, 1, NULL, "2020-11-09 19:43:31", NULL, "2021-08-16 23:34:57"), + (64, "SMC supplier-LFMP", "SMC supplier-LFMP", "{\"section_id\":\"11\",\"section_name\":\"Supplier details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Supplier information available?\",\"question_key\":\"supplier_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'No\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"supplier_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Raw Material Name/ Trading Product Name/ Service Name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Supplier Name\",\"question_key\":\"supplier_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of credit period provided by supplier\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total purchases are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Supplier Details\",\"group_key\":\"supplier_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 11, 1, NULL, "2020-11-09 19:44:30", NULL, "2021-08-16 23:34:57"), + (65, "SMC Client-LFMP", "SMC Client-LFMP", "{\"section_id\":\"12\",\"section_name\":\"Clients details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Client information available?\",\"question_key\":\"client_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'No\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"client_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Trading Product/Service/Manufacturing Product name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Client Name\",\"question_key\":\"client_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of days of credit period provided by client\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total sales are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Client Details\",\"group_key\":\"client_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 12, 1, NULL, "2020-11-09 19:45:21", NULL, "2021-08-16 23:34:57"), + (66, "SMC stock-LFMP", "SMC stock-LFMP", "{\"section_id\":\"13\",\"section_name\":\"Stock details\",\"onsubmit\":[],\"questions\":[{\"question\":\"Is stock applicable to the business (Yes / No)\",\"question_key\":\"stock_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'No\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"stock_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Is the stock of finished goods observed, sufficient considering the size of operations\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"},{\"answer\":\"Stock not required to be maintained\",\"answer_id\":\"not applicable\"}],\"validations\":[]}]},{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Type of Stock\",\"question_key\":\"stock_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"RM\",\"answer_id\":\"RM\"},{\"answer\":\"FG\",\"answer_id\":\"FG\"},{\"answer\":\"SFG\",\"answer_id\":\"SFG\"}],\"validations\":[]},{\"question\":\"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\",\"question_key\":\"provider_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Stock\",\"question_key\":\"provider_observed\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Add Stock Details\",\"answer_id\":\"yes\"},{\"answer\":\"No Stock Observed\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"provider_observed\",\"expression\":\"(String(\'provider_observed\') === String(\'yes\'))\",\"value_keys\":[\"provider_observed\"],\"questions\":[{\"question\":\"Estimated Quantity\",\"question_key\":\"estimated_quantity\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_quantity\') === String(\'\'))\",\"validation_to\":\"estimated_stock_value\",\"value_keys\":[\"estimated_quantity\",\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]},{\"question\":\"UOM\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"UOM\"},\"fields\":[\"uom_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]},{\"question\":\"Estimated value of stock observed\",\"question_key\":\"estimated_stock_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_stock_value\') === String(\'\'))\",\"validation_to\":\"estimated_quantity\",\"value_keys\":[\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]}]}]}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock details\",\"group_key\":\"stock_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 13, 0, NULL, "2020-11-09 19:46:12", NULL, "2022-01-21 22:38:37"), + (67, "SMC future Plan-LFMP", "SMC future Plan-LFMP", "{\"section_id\":\"14\",\"section_name\":\"Future Plans & Business Environments\",\"onsubmit\":null,\"questions\":[{\"question\":\"USP of the business- How is applicant\'s business different from others in the same line of business\",\"question_key\":\"usp_of_business\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Future plans for business expansion\",\"question_key\":\"future_business_expansion\",\"type\":\"1\",\"field_type\":\"string\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Key competitors\",\"question_key\":\"key_competitors\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason\",\"question_key\":\"sucession_plan\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Brief of other group concerns/Business run by the applicants\",\"question_key\":\"other_group_business_applicants\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 14, 1, NULL, "2020-11-09 19:46:45", NULL, "2021-08-16 23:34:57"), + (68, "SMC Existing Loan Obligations-LFMP", "SMC Existing Loan Obligations-LFMP", "{\"section_id\":\"15\",\"section_name\":\"Existing Loan Obligations\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Loan type\",\"question_key\":\"loan_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan amount\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Lender name\",\"question_key\":\"lender_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan taken by\",\"question_key\":\"loan_taken_by\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment Amount\",\"question_key\":\"instalment_amount\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment frequency\",\"question_key\":\"instalment_frequency\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Daily\",\"answer\":\"Daily\"},{\"answer_id\":\"Every 12 days\",\"answer\":\"Every 12 days\"},{\"answer_id\":\"Every 15 days\",\"answer\":\"Every 15 days\"},{\"answer_id\":\"Monthly\",\"answer\":\"Monthly\"},{\"answer_id\":\"Every 3 months\",\"answer\":\"Every 3 months\"},{\"answer_id\":\"Every 6 months\",\"answer\":\"Every 6 months\"},{\"answer_id\":\"Yearly\",\"answer\":\"Yearly\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Original tenure in months\",\"question_key\":\"original_tenure_months\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Current balance tenure in months\",\"question_key\":\"current_tenure_months\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Elapsed tenure in mths\",\"question_key\":\"elapsed_tenure_months\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"elapsed_tenure_months\"],\"insert_control\":\"current_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Existing Loan Obligations\",\"group_key\":\"existing_loan_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 15, 1, NULL, "2020-11-09 19:47:30", NULL, "2021-08-16 23:34:57"), + (69, "SMC Other famliy Details-LFMP", "SMC Other famliy Details-LFMP", "{\"section_id\":\"16\",\"section_name\":\"Family Members Involved in Business\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is any other family member involved in the business\",\"question_key\":\"is_family_details_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_family_details_available\",\"expression\":\"(String(\'is_family_details_available\') == String(\'Yes\'))\",\"value_keys\":[\"is_family_details_available\"],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"member_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"place_holder\":\"Enter the text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"RELATIONSHIPS\"},\"fields\":[\"relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'relationship\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"relationship\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"relationship_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Individual Stakeholders\",\"question_key\":\"stakeholder_relation\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Company / Firm\",\"question_key\":\"company_relation\",\"place_holder\":\"Enter text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Family Members Involved in Business\",\"group_key\":\"family_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 16, 1, NULL, "2020-11-09 19:48:23", NULL, "2021-08-16 23:34:57"), + (70, "SMC credit manager SMC credit manager -LFMP", "SMC credit manager SMC credit manager -LFMP", "{\"section_id\":\"18\",\"section_name\":\"Credit manager specific queries\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Question\",\"question_key\":\"question\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Answer\",\"question_key\":\"answer\",\"place_holder\":\"Enter the answer here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Query\",\"group_key\":\"cm_queries\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 18, 1, NULL, "2020-11-09 19:49:55", NULL, "2021-08-16 23:34:57"), + (71, "SMC FInal-LFMP", "SMC FInal-LFMP", "{\"section_id\":\"19\",\"section_name\":\"Final remarks\",\"onsubmit\":null,\"questions\":[{\"question\":\"Customer Behaviour\",\"question_key\":\"customer_behaviour\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"CUSTOMERBEHAVIOUR\"},\"fields\":[\"customer_behaviour_id\",\"description\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"customer_behaviour\",\"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\",\"value_keys\":[\"customer_behaviour\"],\"questions\":[{\"question\":\"Specify Customer behaviour\",\"question_key\":\"customer_behaviour_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"customer_behaviour\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the location of the business suited to the nature of the business provided?\",\"question_key\":\"business_location_suited\",\"type\":\"3\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":[{\"answer\":\"Well Suited\",\"answer_id\":\"Well Suited\"},{\"answer\":\"Fairly suited\",\"answer_id\":\"Fairly suited\"},{\"answer\":\"Not suited\",\"answer_id\":\"Not suited\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\",\"question_key\":\"pd_officer_recommendation\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDOFFICERRECOMMENDATIONS\"},\"fields\":[\"pdofficer_recommendation_id\",\"pdofficer_recommendation\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":\"Specify Credit Manager Recommendation\",\"question_key\":\"pd_officer_recommendation_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]},{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":[{\"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\",\"question_key\":\"reason\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Remarks\",\"group_title_shown\":\"0\",\"group_key\":\"pd_officer_recommendation_remarks\"}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\",\"value_keys\":[\"pd_officer_recommendation\"],\"insert_control\":\"reason\",\"insert_group_key\":\"pd_officer_recommendation_remarks\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Common Remarks\",\"question_key\":\"final_form_remarks\",\"place_holder\":\"Enter the remarks here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}", 7, 8, 19, 0, NULL, "2020-11-09 19:50:29", NULL, "2022-01-21 22:38:37"), + (72, "SMC WCTL Photo section", "SMC WCTL Photo section", NULL, 7, 8, 20, 1, NULL, "2020-11-10 17:40:08", NULL, "2021-08-16 23:34:57"), + (73, "SMC Credit PD Borrower section-LFMP", "SMC Credit PD Borrower section-LFMP", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"questions_level_two\":[{\"question\":\"Mobile Number\",\"question_key\":\"mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10}\",\"message\":\"Mobile number should be 10 digit\",\"value\":null}]}],\"is_repeatable\":\"2\",\"group_key\":\"mobile_numbers\",\"group_title\":\"Mobile Number\"},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 1, 1, NULL, "0000-00-00 00:00:00", NULL, "2021-08-16 23:34:57"), + (74, "SMC ADDRESS SECTION-WCTL", "SMC ADDRESS SECTION-WCTL", "{\"section_id\":\"2\",\"section_name\":\"Address details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Address at which PD was initiated\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is this the address where PD is done ?\",\"question_key\":\"is_pd_done_on_initiated_address\",\"type\":\"2\",\"field_width\":\"45\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_pd_done_on_initiated_address\",\"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\",\"value_keys\":[\"is_pd_done_on_initiated_address\"],\"questions\":[{\"question\":\"Choose the actual PD address\",\"question_key\":\"alternative_address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_pd_done_on_initiated_address\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of PD address\",\"question_key\":\"address_type\",\"type\":\"3\",\"field_width\":\"90\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"address_type\",\"expression\":\"(String(\'address_type\') == String(\'1\'))\",\"value_keys\":[\"address_type\"],\"questions\":[{\"question\":\"Specify the Address Type\",\"question_key\":\"address_type_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"PD locality\",\"question_key\":\"pd_locality\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"LOCALITY\"},\"fields\":[\"locality_id\",\"locality_name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_locality\",\"expression\":\"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"pd_locality\"],\"questions\":[{\"question\":\"Specify Locality\",\"question_key\":\"locality_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Approach to PD location*\",\"question_key\":\"pd_location\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDLOCATIONAPPROACH\"},\"fields\":[\"pd_location_approach_id\",\"description\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Comment on locality\",\"question_key\":\"comment_locality\",\"type\":\"3\",\"field_width\":\"25\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMMENTSONLOCALITY\"},\"fields\":[\"comments_on_locality_id\",\"rating\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Estimated Area of the business\",\"question_key\":\"business_estimated_area\",\"type\":\"1\",\"field_width\":\"30\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"uom\",\"type\":\"8\",\"field_width\":\"30\",\"api_properties\":null,\"answers\":[{\"answer\":\"Acres\",\"answer_id\":\"Acres\"},{\"answer\":\"Hectares\",\"answer_id\":\"Hectares\"},{\"answer\":\"Square Feet\",\"answer_id\":\"Square Feet\"},{\"answer\":\"Square Meters\",\"answer_id\":\"Square Meters\"},{\"answer\":\"Square Yards\",\"answer_id\":\"Square Yards\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"uom\",\"expression\":\"(String(\'uom\') == String(\'1\'))\",\"value_keys\":[\"uom\"],\"questions\":[{\"question\":\"Specify the UOM\",\"question_key\":\"uom_specify\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"uom\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 2, 0, NULL, "2020-10-29 16:39:48", NULL, "2023-12-02 14:34:59"), + (75, "SMC Loan SECTION-WCTL", "SMC Loan SECTION-WCTL", "{\"section_id\":\"2\",\"section_name\":\"Loan details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan amount applied for\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan Tenure (in months)\",\"question_key\":\"loan_tenure\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"End use of loan\",\"question_key\":\"end_use\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Total fund requirement\",\"question_key\":\"total_fund_requirement\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 3, 1, NULL, "2020-10-29 16:40:59", NULL, "2021-08-16 23:34:57"), + (76, "SMC GEN BUSI SECTION-WCTL", "SMC GEN BUSI SECTION-WCTL", "{\"section_id\":\"4\",\"section_name\":\"General Business Information\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Type of Business Entity\",\"question_key\":\"business_entity_type\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of Business activities\",\"question_key\":\"select_business_activity_type\",\"type\":\"1\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Area of Sale\",\"question_key\":\"area_of_sale\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Within India\",\"answer_id\":\"Within India\"},{\"answer\":\"Export\",\"answer_id\":\"Export\"},{\"answer\":\"Both (within India and Export)\",\"answer_id\":\"Both (within India and Export)\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the business seasonal (Yes / No)\",\"question_key\":\"seasonality\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"seasonality\",\"expression\":\"(String(\'seasonality\') == String(\'Yes\'))\",\"value_keys\":[\"seasonality\"],\"questions\":[{\"question_key\":\"low_sale_month_reason\",\"question\":\"Reason for Months in which sales/services is low?\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"is_subfield\":\"1\",\"field_width\":\"45\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"low_sale_month\",\"question\":\"Months in which sales/services is low?\",\"place_holder\":\"\",\"type\":\"4\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"January\",\"answer\":\"January\"},{\"answer_id\":\"February\",\"answer\":\"February\"},{\"answer_id\":\"March\",\"answer\":\"March\"},{\"answer_id\":\"April\",\"answer\":\"April\"},{\"answer_id\":\"May\",\"answer\":\"May\"},{\"answer_id\":\"June\",\"answer\":\"June\"},{\"answer_id\":\"July\",\"answer\":\"July\"},{\"answer_id\":\"August\",\"answer\":\"August\"},{\"answer_id\":\"September\",\"answer\":\"September\"},{\"answer_id\":\"October\",\"answer\":\"October\"},{\"answer_id\":\"November\",\"answer\":\"November\"},{\"answer_id\":\"December\",\"answer\":\"December\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"is_subfield\":\"1\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of General Business Information\",\"group_key\":\"business_entity\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 4, 1, NULL, "2020-11-04 11:10:28", NULL, "2021-08-16 23:34:57"), + (77, "OLD-ON-2021-09-03-SMC Key stakeholders-WCTL", "SMC Key stakeholders-WCTL", "{\"section_id\":\"5\",\"section_name\":\"Key Stakeholders in Business\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Name of key Stakeholder11\",\"question_key\":\"stakeholder_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question_key\":\"previous_experience_details\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"vintage_in_current_biz\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Experience\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"total_work_exp\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"type\":\"2\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\",\"group_key\":\"key_stakeholders\"}]}", 7, 9, 5, 0, NULL, "2020-11-04 11:17:42", NULL, "2021-09-03 14:39:33"), + (78, "SMC Emp Strength-WCTL", "SMC Emp Strength-WCTL", "{\"section_id\":\"7\",\"section_name\":\"Employee Strength\",\"onsubmit\":[],\"questions\":[{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (As per person met)\",\"question_key\":\"permanant_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (Sighted by Credit Manager)\",\"question_key\":\"permanant_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"Approximate Salary Paid (Rs Per Month)\",\"question_key\":\"permanant_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 7, 1, NULL, "2020-11-04 13:34:34", NULL, "2021-08-16 23:34:57"), + (79, "SMC Key products-WCTL", "SMC Key products-WCTL", "{\"section_id\":\"6\",\"section_name\":\"Key Products and Business Contribution\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Key Product Name\",\"question_key\":\"product_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Contribution to Business of the Product (%)\",\"question_key\":\"contribution_business_product\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Remarks if any\",\"question_key\":\"remarks\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Key Products and Business Contribution\",\"group_key\":\"key_products_contribution\"},{\"question\":\"Business Process Brief\",\"question_key\":\"business_process\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null}]}", 7, 9, 6, 1, NULL, "2020-11-04 13:36:02", NULL, "2021-08-16 23:34:57"), + (80, "SMC Business Assest-WCTL", "SMC Business Assest-WCTL", "{\"section_id\":\"8\",\"section_name\":\"Business Assets\",\"onsubmit\":null,\"questions\":[{\"question\":\" Is this the business address?\",\"question_key\":\"is_business_address\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_business_address\",\"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"is_business_address\"],\"questions\":[{\"question\":\"No of Years\",\"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field\",\"question_key\":\"business_years\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"No of Months\",\"question_key\":\"business_months\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":null,\"validations\":[]},{\"question\":\"Was any business activities seen during visit?\",\"question_key\":\"business_is_pd_visited\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_is_pd_visited\",\"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_is_pd_visited\",\"is_business_address\"],\"questions\":[{\"question\":\"Remarks\",\"question_key\":\"business_pd_visited_remark\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_is_pd_visited\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Factory owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\",\"value_keys\":[\"business_ownership_type\",\"is_business_address\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is there any other business asset available?\",\"question_key\":\"asset_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"asset_info_available\",\"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"asset_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Asset Type\",\"question_key\":\"business_assets_mode\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ASSETTYPE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Description\",\"question_key\":\"other_asset_description\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Ownership type\",\"question_key\":\"business_ownership_type\",\"place_holder\":\"\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Approximate Market value\",\"question_key\":\"business_approximate_market_value\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Factory owned by\",\"question_key\":\"business_name_of_the_owner\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Age of asset in years\",\"question_key\":\"business_vintage\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\",\"value_keys\":[\"business_vintage\"],\"insert_control\":\"business_purchase_year\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Purchase year\",\"question_key\":\"business_purchase_year\",\"place_holder\":\"\",\"field_type\":\"num\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\",\"value_keys\":[\"business_purchase_year\"],\"insert_control\":\"business_vintage\"}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Is there a Loan Existing against this asset\",\"question_key\":\"business_emi\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_ownership_type\",\"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\",\"value_keys\":[\"business_ownership_type\"],\"questions\":[{\"question\":\"Monthly Rent Amount\",\"question_key\":\"business_monthly_rented_amt\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_ownership_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_business_address\",\"answers\":[{\"answer\":\"Owned\",\"answer_id\":\"Owned\"},{\"answer\":\"Rented\",\"answer_id\":\"Rented\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Business Asset Details\",\"group_key\":\"business_assets_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}", 7, 9, 8, 0, NULL, "2020-11-04 13:41:48", NULL, "2022-01-21 22:38:37"), + (81, "SMC busi & peronsla banking-WCTL", "SMC busi & peronsla banking-WCTL", "{\"section_id\":\"9\",\"section_name\":\"Business and Personal Banking Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Account holder name\",\"question_key\":\"applicant_name\",\"type\":\"1\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Bank Name\",\"question_key\":\"bank_name\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Account type\",\"question_key\":\"account_type\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Savings\",\"answer_id\":\"Savings\"},{\"answer\":\"OD\",\"answer_id\":\"OD\"},{\"answer\":\"Current\",\"answer_id\":\"Current\"},{\"answer\":\"CC\",\"answer_id\":\"CC\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"account_type\",\"expression\":\"(String(\'account_type\').toLowerCase() != String(\'savings\') && String(\'account_type\').toLowerCase() != String(\'current\'))\",\"value_keys\":[\"account_type\"],\"questions\":[{\"question\":\"OD/CC Limit\",\"question_key\":\"cc_limit\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Banking Details\",\"group_key\":\"banking_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 9, 1, NULL, "2020-11-04 13:48:37", NULL, "2021-08-16 23:34:57"), + (82, "SMC supplier-WCTL", "SMC supplier-WCTL", "{\"section_id\":\"11\",\"section_name\":\"Supplier details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Supplier information available?\",\"question_key\":\"supplier_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'No\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"supplier_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Raw Material Name/ Trading Product Name/ Service Name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Supplier Name\",\"question_key\":\"supplier_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of credit period provided by supplier\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"What % of total purchases are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null},{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Supplier Details\",\"group_key\":\"supplier_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}", 7, 9, 11, 1, NULL, "2020-11-04 14:58:16", NULL, "2021-08-16 23:34:57"), + (83, "SMC Client-WCTL", "SMC Client-WCTL", "{\"section_id\":\"12\",\"section_name\":\"Clients details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Client information available?\",\"question_key\":\"client_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'No\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"client_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Trading Product/Service/Manufacturing Product name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Client Name\",\"question_key\":\"client_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of credit period provided by client\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"What % of total purchases are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null},{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Client Details\",\"group_key\":\"client_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}", 7, 9, 12, 1, NULL, "2020-11-04 15:47:35", NULL, "2021-08-16 23:34:57"), + (84, "SMC Finance-WCTL", "SMC Finance-WCTL", "{\"section_id\":\"10\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"group_key\":\"financial_info\",\"key_name\":\"fy\",\"msg\":\"Financial Year already entered earlier\"}],\"questions\":[{\"question\":\"Is the Financial information available?\",\"question_key\":\"financial_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"financial_info_available\",\"expression\":\"(String(\'financial_info_available\') && String(\'financial_info_available\').toLowerCase() == String(\'yes\'))\",\"value_keys\":[\"financial_info_available\"],\"questions\":[{\"question\":\"Net Profit / (Net Loss) (Rs)\",\"question_key\":\"net_profit_rs\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[],\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_to_sales_percent\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(sales_amount)*Number(net_profit_to_sales_percent))/100\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs)\",\"sub_title\":\"Particulars of Financials for Latest Year as per person met during PD visit\",\"question_key\":\"sales_amount\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : \'\';return final_value}())\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"},{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : \'\';return final_value.toFixed(2)}())\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Does the business have any working capital facility from any lender other than Moneywise?\",\"question_key\":\"is_any_other_working_captial_facility\",\"type\":\"2\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_any_other_working_captial_facility\",\"expression\":\"(String(\'is_any_other_working_captial_facility\') === String(\'Yes\'))\",\"value_keys\":[\"is_any_other_working_captial_facility\"],\"questions\":[{\"question\":\"Details of above facilities need to be entered\",\"question_key\":\"facility_details_specify\",\"type\":\"7\",\"placeholder\":\"Enter the text\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]},{\"question\":\"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.\",\"question_key\":\"facility_details_other_lender\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Letter of Credit\",\"answer_id\":\"Letter of Credit\"},{\"answer\":\"Bank guarantee\",\"answer_id\":\"Bank guarantee\"},{\"answer\":\"CC limit\",\"answer_id\":\"CC limit\"},{\"answer\":\"Others\",\"answer_id\":\"Others\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"facility_details_other_lender\",\"expression\":\"(String(\'facility_details_other_lender\').toLowerCase() == String(\'others\'))\",\"value_keys\":[\"facility_details_other_lender\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"facility_details_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"facility_details_other_lender\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Increase / Decrease in Turnover for Broken Period %\",\"question_key\":\"broken_period_turnover_percent\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in PY (Rs)\",\"question_key\":\"broken_period_turnover_py\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in CY (Rs)\",\"question_key\":\"broken_period_turnover_cy\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"No of Months\",\"question_key\":\"broken_period_no_of_months\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Broken Period starting to (Date)\",\"question_key\":\"broken_period_to_month\",\"type\":\"1\",\"place_holder\":\"DD-MM-YYYY (Eg 03-12-2020)\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Broken Period starting from (Date)\",\"question_key\":\"broken_period_from_month\",\"type\":\"1\",\"field_width\":\"45\",\"place_holder\":\"DD-MM-YYYY (Eg 05-02-2020)\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Inventory Days as per CM Discussion\",\"question_key\":\"inventory_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CM Discussion\",\"question_key\":\"creditor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CM Discussion\",\"question_key\":\"debtor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Sales / Revenue (Rs)\",\"question_key\":\"sales_revenue\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100\",\"value_keys\":[\"sales_revenue\"],\"insert_control\":\"sales_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100\",\"value_keys\":[\"net_profit\"],\"insert_control\":\"netprofit_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_sales_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Sales over PY\",\"question_key\":\"sales_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Net Profit over PY\",\"question_key\":\"netprofit_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Variation in Net Profit % over PY\",\"question_key\":\"netprofit_py_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CET\",\"sub_title\":\"In Case of credit sales, what is the average no. of days taken to receive the money?\",\"question_key\":\"debtor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CET\",\"sub_title\":\"In Case of credit purchases, what is the average no. of days taken to pay the money?\",\"question_key\":\"creditor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Inventory Days as per CET\",\"sub_title\":\"What is the average no. of days for which stock lies unsold during the year?\",\"question_key\":\"inventory_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]}],\"is_repeatable\":\"1\",\"group_key\":\"financial_info\",\"group_title\":\"Financial Information\"},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Number of financial years for which we have financials\",\"question_key\":\"no_of_financial_years\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Numeric only \",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 10, 1, NULL, "2020-11-06 13:22:35", NULL, "2021-08-16 23:34:57"), + (85, "SMC stock-WCTL", "SMC stock-WCTL", "{\"section_id\":\"13\",\"section_name\":\"Stock details\",\"onsubmit\":[],\"questions\":[{\"question\":\"Is stock applicable to the business (Yes / No)\",\"question_key\":\"stock_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'No\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"stock_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":\"Is the stock of finished goods observed, sufficient considering the size of operations\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"},{\"answer\":\"Stock not required to be maintained\",\"answer_id\":\"not applicable\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]},{\"insert_index\":\"stock_info_available\",\"expression\":\"(String(\'stock_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"stock_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Type of Stock\",\"question_key\":\"stock_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_info_available\",\"answers\":[{\"answer\":\"RM\",\"answer_id\":\"RM\"},{\"answer\":\"FG\",\"answer_id\":\"FG\"},{\"answer\":\"SFG\",\"answer_id\":\"SFG\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\",\"question_key\":\"provider_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Stock\",\"question_key\":\"provider_observed\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Add Stock Details\",\"answer_id\":\"yes\"},{\"answer\":\"No Stock Observed\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"provider_observed\",\"expression\":\"(String(\'provider_observed\') === String(\'yes\'))\",\"value_keys\":[\"provider_observed\"],\"questions\":[{\"question\":\"Estimated Quantity\",\"question_key\":\"estimated_quantity\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_quantity\') === String(\'\'))\",\"validation_to\":\"estimated_stock_value\",\"value_keys\":[\"estimated_quantity\",\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"estimated_uom\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]},{\"question\":\"Estimated value of stock observed\",\"question_key\":\"estimated_stock_value\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Either Estimated Stock value or Estimated Quantity is required\",\"value\":\"(String(\'estimated_stock_value\') === String(\'\'))\",\"validation_to\":\"estimated_quantity\",\"value_keys\":[\"estimated_stock_value\"]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"provider_observed\",\"answers\":null,\"validations\":[]}]}]}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock details\",\"group_key\":\"stock_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}", 7, 9, 13, 0, NULL, "2020-11-06 13:42:37", NULL, "2021-11-24 16:33:28"), + (86, "SMC Future plan-WCTL", "SMC future Plan-WCTL", "{\"section_id\":\"14\",\"section_name\":\"Future Plans & Business Environments\",\"onsubmit\":null,\"questions\":[{\"question\":\"USP of the business- How is applicant\'s business different from others in the same line of business\",\"question_key\":\"usp_of_business\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Future plans for business expansion\",\"question_key\":\"future_business_expansion\",\"type\":\"1\",\"field_type\":\"string\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Key competitors\",\"question_key\":\"key_competitors\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason\",\"question_key\":\"sucession_plan\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Brief of other group concerns/Business run by the applicants\",\"question_key\":\"other_group_business_applicants\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 14, 1, NULL, "2020-11-06 13:43:57", NULL, "2021-08-16 23:34:57"), + (87, "SMC Existing Loan Obligations-WCTL", "SMC Existing Loan Obligations-WCTL", "{\"section_id\":\"15\",\"section_name\":\"Existing Loan Obligations\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Loan type\",\"question_key\":\"loan_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan amount\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Lender name\",\"question_key\":\"lender_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan taken by\",\"question_key\":\"loan_taken_by\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment Amount\",\"question_key\":\"instalment_amount\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment frequency\",\"question_key\":\"instalment_frequency\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Daily\",\"answer\":\"Daily\"},{\"answer_id\":\"Every 12 days\",\"answer\":\"Every 12 days\"},{\"answer_id\":\"Every 15 days\",\"answer\":\"Every 15 days\"},{\"answer_id\":\"Monthly\",\"answer\":\"Monthly\"},{\"answer_id\":\"Every 3 months\",\"answer\":\"Every 3 months\"},{\"answer_id\":\"Every 6 months\",\"answer\":\"Every 6 months\"},{\"answer_id\":\"Yearly\",\"answer\":\"Yearly\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Original tenure in months\",\"question_key\":\"original_tenure_months\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Current balance tenure in months\",\"question_key\":\"current_tenure_months\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Elapsed tenure in mths\",\"question_key\":\"elapsed_tenure_months\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"elapsed_tenure_months\"],\"insert_control\":\"current_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Existing Loan Obligations\",\"group_key\":\"existing_loan_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 15, 1, NULL, "2020-11-06 13:46:47", NULL, "2021-08-16 23:34:57"), + (88, "SMC Other famliy Details-WCTL", "SMC Other famliy Details-WCTL", "{\"section_id\":\"16\",\"section_name\":\"Family Members Involved in Business\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is any other family member involved in the business\",\"question_key\":\"is_family_details_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_family_details_available\",\"expression\":\"(String(\'is_family_details_available\') == String(\'Yes\'))\",\"value_keys\":[\"is_family_details_available\"],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"member_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"place_holder\":\"Enter the text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"RELATIONSHIPS\"},\"fields\":[\"relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'relationship\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"relationship\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"relationship_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Individual Stakeholders\",\"question_key\":\"stakeholder_relation\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Company / Firm\",\"question_key\":\"company_relation\",\"place_holder\":\"Enter text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Family Members Involved in Business\",\"group_key\":\"family_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 16, 1, NULL, "2020-11-06 14:46:40", NULL, "2021-08-16 23:34:57"), + (89, "SMC credit manager SMC credit manager -WCTL", "SMC credit manager SMC credit manager -WCTL", "{\"section_id\":\"18\",\"section_name\":\"Credit manager specific queries\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Question\",\"question_key\":\"question\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Answer\",\"question_key\":\"answer\",\"place_holder\":\"Enter the answer here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Query\",\"group_key\":\"cm_queries\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 18, 1, NULL, "2020-11-06 14:55:13", NULL, "2021-08-16 23:34:57"), + (90, "SMC FInal-WCTL", "SMC FInal-WCTL", "{\"section_id\":\"19\",\"section_name\":\"Final remarks\",\"onsubmit\":null,\"questions\":[{\"question\":\"Customer Behaviour\",\"question_key\":\"customer_behaviour\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"CUSTOMERBEHAVIOUR\"},\"fields\":[\"customer_behaviour_id\",\"description\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"customer_behaviour\",\"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\",\"value_keys\":[\"customer_behaviour\"],\"questions\":[{\"question\":\"Specify Customer behaviour\",\"question_key\":\"customer_behaviour_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"customer_behaviour\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the location of the business suited to the nature of the business provided?\",\"question_key\":\"business_location_suited\",\"type\":\"3\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":[{\"answer\":\"Well Suited\",\"answer_id\":\"Well Suited\"},{\"answer\":\"Fairly suited\",\"answer_id\":\"Fairly suited\"},{\"answer\":\"Not suited\",\"answer_id\":\"Not suited\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\",\"question_key\":\"pd_officer_recommendation\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDOFFICERRECOMMENDATIONS\"},\"fields\":[\"pdofficer_recommendation_id\",\"pdofficer_recommendation\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":\"Specify Credit Manager Recommendation\",\"question_key\":\"pd_officer_recommendation_other\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]},{\"insert_index\":\"pd_officer_recommendation\",\"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\",\"value_keys\":[\"pd_officer_recommendation\"],\"questions\":[{\"question\":[{\"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\",\"question_key\":\"reason\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"pd_officer_recommendation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Remarks\",\"group_title_shown\":\"0\",\"group_key\":\"pd_officer_recommendation_remarks\"}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\",\"value_keys\":[\"pd_officer_recommendation\"],\"insert_control\":\"reason\",\"insert_group_key\":\"pd_officer_recommendation_remarks\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Common Remarks\",\"question_key\":\"final_form_remarks\",\"place_holder\":\"Enter the remarks here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}", 7, 9, 19, 0, NULL, "2020-11-06 14:58:52", NULL, "2022-01-21 22:38:37"), + (91, "SMC WCTL Photo section", "SMC WCTL Photo section", NULL, 7, 9, 20, 1, NULL, "2020-11-10 17:40:07", NULL, "2021-08-16 23:34:57"), + (92, "SMC BORROWER SECTION-WCTL", "SMC Credit PD Borrower section-WCTL", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"questions_level_two\":[{\"question\":\"Mobile Number\",\"question_key\":\"mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10}\",\"message\":\"Mobile number should be 10 digit\",\"value\":null}]}],\"is_repeatable\":\"2\",\"group_key\":\"mobile_numbers\",\"group_title\":\"Mobile Number\"},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 9, 1, 1, NULL, "0000-00-00 00:00:00", NULL, "2021-08-16 23:34:57"), + (94, "GEN CREDIT MGR QUERIES", "General Credit Manager Queries form template", "{\"section_id\":\"1\",\"section_name\":\"Covid 19 Questions\",\"onsubmit\":null,\"questions\":[{\"question\":\" Is your business adversely impacted by coronavirus outbreak111111 ?\",\"question_key\":\"business_impacted_by_covid19\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_impacted_by_covid19\",\"expression\":\"(String(\'business_impacted_by_covid19\') == String(\'Yes\'))\",\"value_keys\":[\"business_impacted_by_covid19\"],\"questions\":[{\"question\":\"Enter your remarks\",\"question_key\":\"business_impacted_by_covid19_Yes\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_impacted_by_covid19\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_impacted_by_covid19\",\"expression\":\"(String(\'business_impacted_by_covid19\') == String(\'No\'))\",\"value_keys\":[\"business_impacted_by_covid19\"],\"questions\":[{\"question\":\"Enter Your Remarks\",\"question_key\":\"business_impacted_by_covid19_No\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_impacted_by_covid19\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\" Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution? \",\"question_key\":\"avail_loan_moratorium_facility\",\"type\":\"2\",\"field_width\":\"100\",\"onchange_properties\":[],\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?\",\"question_key\":\"avail_any_loan\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"avail_any_loan\",\"expression\":\"(String(\'avail_any_loan\') == String(\'Yes\'))\",\"value_keys\":[\"avail_any_loan\"],\"questions\":[{\"question\":\"Please specify amount, lender etc.\",\"question_key\":\"avail_any_loan_Yes\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"avail_any_loan\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"How much is your sales/revenue from April till date?\",\"question_key\":\"sales_or_revenue_amt\",\"place_holder\":\"Enter amount\",\"type\":\"9\",\"answers\":[{\"answer\":\"Not Disclosed\",\"answer_id\":\"Not Disclosed\"}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Please enter the amount or choose the suggested text\",\"value\":\"(String(\'sales_or_revenue_amt\').toLowerCase() != String(\'not disclosed\')) ? \'[0-9]*\' : false\",\"validation_to\":null,\"value_keys\":[\"sales_or_revenue_amt\"]}]}],\"field_width\":\"100\",\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"str&numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is turnover mentioned above validated?\",\"question_key\":\"mentioned_turover_validated\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"mentioned_turover_validated\",\"expression\":\"(String(\'mentioned_turover_validated\') == String(\'Yes\'))\",\"value_keys\":[\"mentioned_turover_validated\"],\"questions\":[{\"question\":\"Choose any\",\"question_key\":\"mentioned_turover_validated_Yes\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"mentioned_turover_validated\",\"answers\":[{\"answer_id\":\"Bills\",\"answer\":\"Bills\"},{\"answer_id\":\"Gst returns\",\"answer\":\"Gst returns\"},{\"answer_id\":\"records shown\",\"answer\":\"records shown\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}", NULL, NULL, 24, 0, 1, "2020-07-11 00:24:25", NULL, "2021-08-26 20:33:45"), + (95, "SMC Key stakeholders-LFMP", "SMC Key stakeholders-LFMP - Multiple entity", "{\"section_id\":\"5\",\"section_name\":\"Key Stakeholders in Business\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Name of the Entity\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Entity Name Required\",\"value\":null}]},{\"question\":\"length\",\"question_key\":\"stakeholder_length\",\"type\":\"hidden\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\"},{\"question\":\"Name of key Stakeholder\",\"question_key\":\"stakeholder_name0\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding0\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business (in years)\",\"question_key\":\"vintage_in_current_biz0\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"started_biz0\",\"expression\":\"(total_work_exp0 > vintage_in_current_biz0)\",\"value_keys\":[\"total_work_exp0\",\"vintage_in_current_biz0\"],\"questions\":[{\"question_key\":\"previous_experience_details0\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"vintage_in_current_biz0\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Experience (in years)\",\"question_key\":\"total_work_exp0\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"started_biz0\",\"expression\":\"(total_work_exp0 > vintage_in_current_biz0)\",\"value_keys\":[\"total_work_exp0\",\"vintage_in_current_biz0\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details0\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"total_work_exp0\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz0\",\"type\":\"2\",\"field_width\":\"19\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\",\"group_key\":\"key_stakeholders\",\"form_name\":\"Key Stakeholders in Business\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 8, 5, 1, NULL, "2020-11-09 19:34:24", 0, "2021-08-16 23:34:57"), + (96, "GEN CREDIT MGR QUERIES", "General Credit Manager Queries form template", "{\"section_id\":\"1\",\"section_name\":\"Covid 19 Questions\",\"onsubmit\":null,\"questions\":[{\"question\":\" Is your business adversely impacted by coronavirus outbreak ?\",\"question_key\":\"business_impacted_by_covid19\",\"type\":\"2\",\"field_width\":\"100\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_impacted_by_covid19\",\"expression\":\"(String(\'business_impacted_by_covid19\') == String(\'Yes\'))\",\"value_keys\":[\"business_impacted_by_covid19\"],\"questions\":[{\"question\":\"Enter your remarks\",\"question_key\":\"business_impacted_by_covid19_Yes\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_impacted_by_covid19\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"business_impacted_by_covid19\",\"expression\":\"(String(\'business_impacted_by_covid19\') == String(\'No\'))\",\"value_keys\":[\"business_impacted_by_covid19\"],\"questions\":[{\"question\":\"Enter Your Remarks\",\"question_key\":\"business_impacted_by_covid19_No\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"business_impacted_by_covid19\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\" Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution? \",\"question_key\":\"avail_loan_moratorium_facility\",\"type\":\"2\",\"field_width\":\"100\",\"onchange_properties\":[],\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?\",\"question_key\":\"avail_any_loan\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"avail_any_loan\",\"expression\":\"(String(\'avail_any_loan\') == String(\'Yes\'))\",\"value_keys\":[\"avail_any_loan\"],\"questions\":[{\"question\":\"Please specify amount, lender etc.\",\"question_key\":\"avail_any_loan_Yes\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"avail_any_loan\",\"answers\":[],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"How much is your sales/revenue from April till date?\",\"question_key\":\"sales_or_revenue_amt\",\"place_holder\":\"Enter amount\",\"type\":\"9\",\"answers\":[{\"answer\":\"Not Disclosed\",\"answer_id\":\"Not Disclosed\"}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"Please enter the amount or choose the suggested text\",\"value\":\"(String(\'sales_or_revenue_amt\').toLowerCase() != String(\'not disclosed\')) ? \'[0-9]*\' : false\",\"validation_to\":null,\"value_keys\":[\"sales_or_revenue_amt\"]}]}],\"field_width\":\"100\",\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"str&numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is turnover mentioned above (sales/revenue from April till date) validated?\",\"question_key\":\"mentioned_turover_validated\",\"type\":\"2\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"mentioned_turover_validated\",\"expression\":\"(String(\'mentioned_turover_validated\') == String(\'Yes\'))\",\"value_keys\":[\"mentioned_turover_validated\"],\"questions\":[{\"question\":\"Choose any\",\"question_key\":\"mentioned_turover_validated_Yes\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"9\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"mentioned_turover_validated\",\"answers\":[{\"answer_id\":\"Bills\",\"answer\":\"Bills\"},{\"answer_id\":\"Gst returns\",\"answer\":\"Gst returns\"},{\"answer_id\":\"records shown\",\"answer\":\"records shown\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}", NULL, NULL, 24, 0, 1, "2021-08-26 20:33:44", NULL, "2023-03-03 15:41:33"), + (97, "SMC Key stakeholders-WCTL", "SMC Key stakeholders-WCTL", "{\"section_id\":\"5\",\"section_name\":\"Key Stakeholders in Business\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Name of key Stakeholder\",\"question_key\":\"stakeholder_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question_key\":\"previous_experience_details\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"vintage_in_current_biz\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Experience\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"total_work_exp\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"type\":\"2\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\",\"group_key\":\"key_stakeholders\"}]}", 7, 9, 5, 1, NULL, "2021-09-03 14:39:32", NULL, "2021-09-06 18:57:09"), + (98, "SMC stock-WCTL", "SMC stock-WCTL", "{ \"section_id\": \"13\", \"section_name\": \"Stock details\", \"onsubmit\": [], \"questions\": [ { \"question\": \"Is stock applicable to the business (Yes / No)\", \"question_key\": \"stock_info_available\", \"type\": \"2\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'No\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": \"Reason\", \"question_key\": \"stock_not_available_reason\", \"type\": \"7\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\":[ { \"question\": \"Is the stock of finished goods observed, sufficient considering the size of operations\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Stock not required to be maintained\", \"answer_id\": \"not applicable\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] }, { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": [ { \"question\": \"Type of Stock\", \"question_key\": \"stock_type\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"RM\", \"answer_id\": \"RM\" }, { \"answer\": \"FG\", \"answer_id\": \"FG\" }, { \"answer\": \"SFG\", \"answer_id\": \"SFG\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] }, { \"question\": \"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\", \"question_key\": \"provider_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Stock\", \"question_key\": \"provider_observed\", \"type\": \"3\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Add Stock Details\", \"answer_id\": \"yes\" }, { \"answer\": \"No Stock Observed\", \"answer_id\": \"no\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"provider_observed\", \"expression\": \"(String(\'provider_observed\') === String(\'yes\'))\", \"value_keys\": [ \"provider_observed\" ], \"questions\": [ { \"question\": \"Estimated Quantity\", \"question_key\": \"estimated_quantity\", \"type\": \"1\", \"field_width\": \"100\", \"field_type\": \"num\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_quantity\') === String(\'\'))\", \"validation_to\": \"estimated_stock_value\", \"value_keys\": [ \"estimated_quantity\", \"estimated_stock_value\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"UOM\" }, \"fields\": [ \"uom_id\", \"name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] }, { \"question\": \"Estimated value of stock observed\", \"question_key\": \"estimated_stock_value\", \"type\": \"1\", \"field_type\": \"num\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_quantity\", \"value_keys\": [ \"estimated_stock_value\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [] } ] } ] } ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock details\", \"group_key\": \"stock_details\" } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"Yes\" }, { \"answer\": \"No\", \"answer_id\": \"No\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] }", 7, 9, 13, 0, NULL, "2021-11-24 16:33:13", NULL, "2022-01-21 22:38:37"), + (99, "Buiness Asset-LFMP", "Buiness Asset-LFMP", "{ \"section_id\":\"8\", \"section_name\":\"Business Assets\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Address\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"field_width\":\"100\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\" Is this the business address?\", \"question_key\":\"is_business_address\", \"type\":\"2\", \"field_width\":\"100\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_business_address\", \"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"is_business_address\" ], \"questions\":[ { \"question\":\"No of Months\", \"question_key\":\"business_months\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"No of Years\", \"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field)\", \"question_key\":\"business_years\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Was any business activities seen during visit?\", \"question_key\":\"business_is_pd_visited\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_is_pd_visited\", \"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_is_pd_visited\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Remarks\", \"question_key\":\"business_pd_visited_remark\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_is_pd_visited\", \"answers\":null, \"validations\":[ ] } ] } ]}], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] }, { \"question\":\"Ownership type\", \"question_key\":\"business_ownership_type\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_ownership_type\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Approximate Market value\", \"question_key\":\"business_approximate_market_value\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Owned by\", \"question_key\":\"business_name_of_the_owner\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Age of asset in years\", \"question_key\":\"business_vintage\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\", \"value_keys\":[ \"business_vintage\" ], \"insert_control\":\"business_purchase_year\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Purchase year\", \"question_key\":\"business_purchase_year\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\", \"value_keys\":[ \"business_purchase_year\" ], \"insert_control\":\"business_vintage\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Is there a Loan Existing against this asset\", \"question_key\":\"business_emi\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_ownership_type\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"business_monthly_rented_amt\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[ { \"answer\":\"Owned\", \"answer_id\":\"Owned\" }, { \"answer\":\"Rented\", \"answer_id\":\"Rented\" } ], \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is there any other business asset available?\", \"question_key\":\"asset_info_available\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"asset_info_available\", \"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\", \"value_keys\":[ \"asset_info_available\" ], \"questions\":[ { \"question\":[{ \"question\":\"Asset Type\", \"question_key\":\"business_assets_mode\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ], \"filter_properties\":{ \"key_name\":\"flag\", \"value\":\"1\" } }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_assets_mode\", \"expression\":\"(String(\'business_assets_mode\') == String(\'2\'))\", \"value_keys\":[ \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Property Type\", \"question_key\":\"property_type\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[{ \"insert_index\":\"property_type\", \"expression\":\"String(\'property_type\') && (String(\'property_type\') != String(\'\')) && (String(\'business_assets_mode\') == String(\'2\'))\", \"value_keys\":[ \"property_type\", \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Address of the property\", \"question_key\":\"property_address\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":{ \"api\":\"getSMCTempAddresses\", \"api_method\":\"GET\", \"params\":{ \"pdid\":\"VAR_PD_ID\" }, \"fields\":[ \"display\", \"display\" ] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"property_type\", \"answers\":null, \"validations\":[ ] } ] }, { \"insert_index\":\"property_type\", \"expression\":\"(String(\'property_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'2\'))\", \"value_keys\":[ \"property_type\", \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Specify the Property\", \"question_key\":\"property_type_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"property_type\", \"answers\":null, \"validations\":[ ] } ] }] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_assets_mode\", \"answers\":null, \"validations\":[ ] } ] }, { \"insert_index\":\"business_assets_mode\", \"expression\":\"(String(\'business_assets_mode\') == String(\'3\'))\", \"value_keys\":[ \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Type of Vehicle\", \"question_key\":\"vehicle_type\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"VEHICLETYPE\" }, \"fields\":[ \"vehicle_type_id\", \"vehicle_type_name\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"vehicle_type\", \"expression\":\"(String(\'vehicle_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'3\'))\", \"value_keys\":[ \"vehicle_type\", \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Specify the Vehicle\", \"question_key\":\"vehicle_type_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"vehicle_type\", \"answers\":null, \"validations\":[ ] } ] }] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_assets_mode\", \"answers\":null, \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\":\"Description\", \"question_key\":\"other_asset_description\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\":\"Ownership type\", \"question_key\":\"business_ownership_type\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\", \"value_keys\":[ \"business_ownership_type\" ], \"questions\":[ { \"question\":\"Approximate Market value\", \"question_key\":\"business_approximate_market_value\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Asset owned by\", \"question_key\":\"business_name_of_the_owner\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Age of asset in years\", \"question_key\":\"business_vintage\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\", \"value_keys\":[ \"business_vintage\" ], \"insert_control\":\"business_purchase_year\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Purchase year\", \"question_key\":\"business_purchase_year\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\", \"value_keys\":[ \"business_purchase_year\" ], \"insert_control\":\"business_vintage\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Is there a Loan Existing against this asset\", \"question_key\":\"business_emi\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"business_ownership_type\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"business_monthly_rented_amt\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[ { \"answer\":\"Owned\", \"answer_id\":\"Owned\" }, { \"answer\":\"Rented\", \"answer_id\":\"Rented\" } ], \"validations\":[ ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] }], \"is_repeatable\":\"1\", \"group_title\":\"Business Asset Details\", \"group_key\":\"business_assets_details\" } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 7, 8, 8, 1, NULL, "0000-00-00 00:00:00", NULL, "0000-00-00 00:00:00"), + (100, "SMC stock-LFMP", "SMC stock-LFMP", "{ \"section_id\": \"13\", \"section_name\": \"Stock details\", \"onsubmit\": [], \"questions\": [ { \"question\": \"Is stock applicable to the business (Yes / No)\", \"question_key\": \"stock_info_available\", \"type\": \"2\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'No\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": \"Reason\", \"question_key\": \"stock_not_available_reason\", \"type\": \"7\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": null, \"validations\": [ ] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\":[ { \"question\": \"Is the stock of finished goods observed, sufficient considering the size of operations\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Stock not required to be maintained\", \"answer_id\": \"not applicable\" } ], \"validations\": [ ] } ] }, { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": [ { \"question\": \"Type of Stock\", \"question_key\": \"stock_type\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"RM\", \"answer_id\": \"RM\" }, { \"answer\": \"FG\", \"answer_id\": \"FG\" }, { \"answer\": \"SFG\", \"answer_id\": \"SFG\" } ], \"validations\": [ ] }, { \"question\": \"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\", \"question_key\": \"provider_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] }, { \"question\": \"Stock\", \"question_key\": \"provider_observed\", \"type\": \"3\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Add Stock Details\", \"answer_id\": \"yes\" }, { \"answer\": \"No Stock Observed\", \"answer_id\": \"no\" } ], \"is_repeatable\": null, \"validations\": [ ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"provider_observed\", \"expression\": \"(String(\'provider_observed\') === String(\'yes\'))\", \"value_keys\": [ \"provider_observed\" ], \"questions\": [ { \"question\": \"Estimated Quantity\", \"question_key\": \"estimated_quantity\", \"type\": \"1\", \"field_width\": \"100\", \"field_type\": \"num\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_quantity\') === String(\'\'))\", \"validation_to\": \"estimated_uom\", \"value_keys\": [ \"estimated_quantity\", \"estimated_stock_value\", \"estimated_uom\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"UOM\" }, \"fields\": [ \"uom_id\", \"name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] }, { \"question\": \"Estimated value of stock observed\", \"question_key\": \"estimated_stock_value\", \"type\": \"1\", \"field_type\": \"num\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_uom\", \"value_keys\": [ \"estimated_stock_value\" ] } ] }, { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_quantity\", \"value_keys\": [ \"estimated_stock_value\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [] } ] } ] } ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock details\", \"group_key\": \"stock_details\" } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"Yes\" }, { \"answer\": \"No\", \"answer_id\": \"No\" } ], \"validations\": [ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 7, 8, 13, 1, NULL, "0000-00-00 00:00:00", NULL, "0000-00-00 00:00:00"), + (101, "SMC stock-WCTL", "SMC stock-WCTL", "{ \"section_id\": \"13\", \"section_name\": \"Stock details\", \"onsubmit\": [], \"questions\": [ { \"question\": \"Is stock applicable to the business (Yes / No)\", \"question_key\": \"stock_info_available\", \"type\": \"2\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'No\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": \"Reason\", \"question_key\": \"stock_not_available_reason\", \"type\": \"7\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\":[ { \"question\": \"Is the stock of finished goods observed, sufficient considering the size of operations\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Stock not required to be maintained\", \"answer_id\": \"not applicable\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] }, { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": [ { \"question\": \"Type of Stock\", \"question_key\": \"stock_type\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"RM\", \"answer_id\": \"RM\" }, { \"answer\": \"FG\", \"answer_id\": \"FG\" }, { \"answer\": \"SFG\", \"answer_id\": \"SFG\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] }, { \"question\": \"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\", \"question_key\": \"provider_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Stock\", \"question_key\": \"provider_observed\", \"type\": \"3\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Add Stock Details\", \"answer_id\": \"yes\" }, { \"answer\": \"No Stock Observed\", \"answer_id\": \"no\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"provider_observed\", \"expression\": \"(String(\'provider_observed\') === String(\'yes\'))\", \"value_keys\": [ \"provider_observed\" ], \"questions\": [ { \"question\": \"Estimated Quantity\", \"question_key\": \"estimated_quantity\", \"type\": \"1\", \"field_width\": \"100\", \"field_type\": \"num\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_quantity\') === String(\'\'))\", \"validation_to\": \"estimated_uom\", \"value_keys\": [ \"estimated_quantity\", \"estimated_stock_value\", \"estimated_uom\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"UOM\" }, \"fields\": [ \"uom_id\", \"name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] }, { \"question\": \"Estimated value of stock observed\", \"question_key\": \"estimated_stock_value\", \"type\": \"1\", \"field_type\": \"num\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_uom\", \"value_keys\": [ \"estimated_stock_value\" ] } ] }, { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_quantity\", \"value_keys\": [ \"estimated_stock_value\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [] } ] } ] } ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock details\", \"group_key\": \"stock_details\" } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"Yes\" }, { \"answer\": \"No\", \"answer_id\": \"No\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ]}", 7, 9, 13, 1, NULL, "0000-00-00 00:00:00", NULL, "0000-00-00 00:00:00"); +INSERT INTO `m_credit_pd_template` (`credit_pd_template_id`, `template_name`, `template_desc`, `template`, `fk_entity_id`, `fk_product_id`, `pd_form_id`, `isactive`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`) VALUES + (102, "Final Remarks-LFMP", "Final Remarks-LFMP", "{ \"section_id\":\"19\", \"section_name\":\"Final remarks\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"customer_behaviour\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":null, \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"customer_behaviour\", \"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\", \"value_keys\":[ \"customer_behaviour\" ], \"questions\":[ { \"question\":\"Specify Customer behaviour\", \"question_key\":\"customer_behaviour_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"customer_behaviour\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ]}] , \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Is the location of the business suited to the nature of the business provided?\", \"question_key\":\"business_location_suited\", \"type\":\"3\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":[ { \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly suited\", \"answer_id\":\"Fairly suited\" }, { \"answer\":\"Not suited\", \"answer_id\":\"Not suited\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\", \"question_key\":\"pd_officer_recommendation\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":\"Specify Credit Manager Recommendation\", \"question_key\":\"pd_officer_recommendation_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } , { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":[{ \"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\", \"question_key\":\"reason\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Remarks\", \"group_title_shown\":\"0\", \"group_key\":\"pd_officer_recommendation_remarks\" } ] } ] }, { \"purpose\":\"question_label\", \"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"insert_control\":\"reason\", \"insert_group_key\":\"pd_officer_recommendation_remarks\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Common Remarks\", \"question_key\":\"final_form_remarks\", \"place_holder\":\"Enter the remarks here\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }", 7, 8, 19, 0, NULL, "0000-00-00 00:00:00", NULL, "2022-02-02 18:14:50"), + (103, "Final Remarks-WCTL", "Final Remarks-WCTL", "{ \"section_id\":\"19\", \"section_name\":\"Final remarks\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"customer_behaviour\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":null, \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"customer_behaviour\", \"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\", \"value_keys\":[ \"customer_behaviour\" ], \"questions\":[ { \"question\":\"Specify Customer behaviour\", \"question_key\":\"customer_behaviour_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"customer_behaviour\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ]}] , \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Is the location of the business suited to the nature of the business provided?\", \"question_key\":\"business_location_suited\", \"type\":\"3\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":[ { \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly suited\", \"answer_id\":\"Fairly suited\" }, { \"answer\":\"Not suited\", \"answer_id\":\"Not suited\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"PD officer recommendation (Positive/negative/ refer to credit)\", \"question_key\":\"pd_officer_recommendation\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":\"Specify PD Officer Recommendation\", \"question_key\":\"pd_officer_recommendation_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } , { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":[{ \"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\", \"question_key\":\"reason\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Remarks\", \"group_key\":\"pd_officer_recommendation_remarks\" } ] } ] }], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Common Remarks\", \"question_key\":\"final_form_remarks\", \"place_holder\":\"Enter the remarks here\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }", 7, 9, 19, 1, NULL, "0000-00-00 00:00:00", NULL, "0000-00-00 00:00:00"), + (104, "Buiness Asset-WCTL", "Buiness Asset-WCTL", "{ \"section_id\":\"8\", \"section_name\":\"Business Assets\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Address\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"field_width\":\"100\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\" Is this the business address?\", \"question_key\":\"is_business_address\", \"type\":\"2\", \"field_width\":\"100\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_business_address\", \"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"is_business_address\" ], \"questions\":[ { \"question\":\"No of Months\", \"question_key\":\"business_months\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"No of Years\", \"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field\", \"question_key\":\"business_years\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Was any business activities seen during visit?\", \"question_key\":\"business_is_pd_visited\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_is_pd_visited\", \"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_is_pd_visited\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Remarks\", \"question_key\":\"business_pd_visited_remark\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_is_pd_visited\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ]}], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Ownership type\", \"question_key\":\"business_ownership_type\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_ownership_type\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Approximate Market value\", \"question_key\":\"business_approximate_market_value\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Factory owned by\", \"question_key\":\"business_name_of_the_owner\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Age of asset in years\", \"question_key\":\"business_vintage\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Purchase year\", \"question_key\":\"business_purchase_year\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Is there a Loan Existing against this asset\", \"question_key\":\"business_emi\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_ownership_type\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"business_monthly_rented_amt\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[ { \"answer\":\"Owned\", \"answer_id\":\"Owned\" }, { \"answer\":\"Rented\", \"answer_id\":\"Rented\" } ], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Is there any other business asset available?\", \"question_key\":\"asset_info_available\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"asset_info_available\", \"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\", \"value_keys\":[ \"asset_info_available\" ], \"questions\":[ { \"question\":[{ \"question\":\"Asset Type\", \"question_key\":\"business_assets_mode\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Description\", \"question_key\":\"other_asset_description\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Ownership type\", \"question_key\":\"business_ownership_type\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\", \"value_keys\":[ \"business_ownership_type\" ], \"questions\":[ { \"question\":\"Approximate Market value\", \"question_key\":\"business_approximate_market_value\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Factory owned by\", \"question_key\":\"business_name_of_the_owner\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Age of asset in years\", \"question_key\":\"business_vintage\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\", \"value_keys\":[ \"business_vintage\" ], \"insert_control\":\"business_purchase_year\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Purchase year\", \"question_key\":\"business_purchase_year\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\", \"value_keys\":[ \"business_purchase_year\" ], \"insert_control\":\"business_vintage\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Is there a Loan Existing against this asset\", \"question_key\":\"business_emi\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"business_ownership_type\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"business_monthly_rented_amt\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[ { \"answer\":\"Owned\", \"answer_id\":\"Owned\" }, { \"answer\":\"Rented\", \"answer_id\":\"Rented\" } ], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] }], \"is_repeatable\":\"1\", \"group_title\":\"Business Asset Details\", \"group_key\":\"business_assets_details\" } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] }", 7, 9, 8, 1, NULL, "0000-00-00 00:00:00", NULL, "0000-00-00 00:00:00"), + (105, "Final Remarks-LFMP", "Final Remarks-LFMP", "{ \"section_id\":\"19\", \"section_name\":\"Final remarks\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"customer_behaviour\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":null, \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"customer_behaviour\", \"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\", \"value_keys\":[ \"customer_behaviour\" ], \"questions\":[ { \"question\":\"Specify Customer behaviour\", \"question_key\":\"customer_behaviour_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"customer_behaviour\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ]}] , \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Is the location of the business suited to the nature of the business provided?\", \"question_key\":\"business_location_suited\", \"type\":\"3\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":[ { \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly suited\", \"answer_id\":\"Fairly suited\" }, { \"answer\":\"Not suited\", \"answer_id\":\"Not suited\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\", \"question_key\":\"pd_officer_recommendation\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":\"Specify Credit Manager Recommendation\", \"question_key\":\"pd_officer_recommendation_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } , { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":[{ \"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\", \"question_key\":\"reason\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Remarks\", \"group_key\":\"pd_officer_recommendation_remarks\" } ] } ] }, { \"purpose\":\"question_label\", \"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"insert_control\":\"reason\", \"insert_group_key\":\"pd_officer_recommendation_remarks\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Common Remarks\", \"question_key\":\"final_form_remarks\", \"place_holder\":\"Enter the remarks here\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }", 7, 8, 19, 0, NULL, "2022-02-02 18:14:50", NULL, "2022-02-07 22:12:45"), + (106, "Final Remarks-LFMP", "Final Remarks-LFMP", "{ \"section_id\":\"19\", \"section_name\":\"Final remarks\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"customer_behaviour\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":null, \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"customer_behaviour\", \"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\", \"value_keys\":[ \"customer_behaviour\" ], \"questions\":[ { \"question\":\"Specify Customer behaviour\", \"question_key\":\"customer_behaviour_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"customer_behaviour\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ]}] , \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Is the location of the business suited to the nature of the business provided?\", \"question_key\":\"business_location_suited\", \"type\":\"3\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":[ { \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly suited\", \"answer_id\":\"Fairly suited\" }, { \"answer\":\"Not suited\", \"answer_id\":\"Not suited\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\", \"question_key\":\"pd_officer_recommendation\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":\"Specify Credit Manager Recommendation\", \"question_key\":\"pd_officer_recommendation_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } , { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":[{ \"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\", \"question_key\":\"reason\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Remarks\", \"group_key\":\"pd_officer_recommendation_remarks\" } ] } ] }, { \"purpose\":\"question_label\", \"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"insert_control\":\"reason\", \"insert_group_key\":\"pd_officer_recommendation_remarks\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Common Remarks\", \"question_key\":\"final_form_remarks\", \"place_holder\":\"Enter the remarks here\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }", 7, 8, 19, 1, NULL, "2022-02-07 12:13:50", NULL, "2022-02-07 12:13:50"), + (107, "SMC ADDRESS SECTION-LFMP", "SMC ADDRESS SECTION-LFMP", "{ \"section_id\": \"2\", \"section_name\": \"Address details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Address at which PD was initiated\", \"question_key\": \"initiated_address\", \"type\": \"7\", \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date of PD Visit\", \"question_key\": \"pd_visit_date\", \"place_holder\": \"Enter date\", \"type\": \"10\", \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"date\", \"max_date\": null, \"min_date\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Is this the address where PD is done ?\", \"question_key\": \"is_pd_done_on_initiated_address\", \"type\": \"2\", \"field_width\": \"45\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_pd_done_on_initiated_address\", \"expression\": \"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\": [ \"is_pd_done_on_initiated_address\" ], \"questions\": [ { \"question\": \"Choose the actual PD address\", \"question_key\": \"alternative_address\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getSMCTempAddresses\", \"api_method\": \"GET\", \"params\": { \"pdid\": \"VAR_PD_ID\" }, \"fields\": [ \"display\", \"display\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_pd_done_on_initiated_address\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"api_properties\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\" }, { \"answer_id\": \"No\", \"answer\": \"No\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Type of PD address\", \"question_key\": \"address_type\", \"type\": \"3\", \"field_width\": \"90\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"ADDRESSTYPE\" }, \"fields\": [ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"address_type\", \"expression\": \"(String(\'address_type\') == String(\'1\'))\", \"value_keys\": [ \"address_type\" ], \"questions\": [ { \"question\": \"Specify the Address Type\", \"question_key\": \"address_type_others\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"uom\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"PD locality\", \"question_key\": \"pd_locality\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"LOCALITY\" }, \"fields\": [ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pd_locality\", \"expression\": \"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\", \"value_keys\": [ \"pd_locality\" ], \"questions\": [ { \"question\": \"Specify Locality\", \"question_key\": \"locality_other\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"string\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Approach to PD location*\", \"question_key\": \"pd_location\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"PDLOCATIONAPPROACH\" }, \"fields\": [ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Comment on locality\", \"question_key\": \"comment_locality\", \"type\": \"3\", \"field_width\": \"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMMENTSONLOCALITY\" }, \"fields\": [ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Estimated Area of the business\", \"question_key\": \"business_estimated_area\", \"type\": \"1\", \"field_width\": \"30\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"uom\", \"type\": \"8\", \"field_width\": \"30\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Acres\", \"answer_id\": \"Acres\" }, { \"answer\": \"Hectares\", \"answer_id\": \"Hectares\" }, { \"answer\": \"Square Feet\", \"answer_id\": \"Square Feet\" }, { \"answer\": \"Square Meters\", \"answer_id\": \"Square Meters\" }, { \"answer\": \"Square Yards\", \"answer_id\": \"Square Yards\" } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"uom\", \"expression\": \"(String(\'uom\') == String(\'1\'))\", \"value_keys\": [ \"uom\" ], \"questions\": [ { \"question\": \"Specify the UOM\", \"question_key\": \"uom_specify\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"uom\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"common_remarks\", \"question\": \"Remarks\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ] }", 7, 8, 2, 1, NULL, "2023-12-02 14:34:59", NULL, "2023-12-02 14:36:07"), + (108, "SMC ADDRESS SECTION-WCTL", "SMC ADDRESS SECTION-WCTL", "{ \"section_id\": \"2\", \"section_name\": \"Address details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Address at which PD was initiated\", \"question_key\": \"initiated_address\", \"type\": \"7\", \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date of PD Visit\", \"question_key\": \"pd_visit_date\", \"place_holder\": \"Enter date\", \"type\": \"10\", \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"date\", \"max_date\": null, \"min_date\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Is this the address where PD is done ?\", \"question_key\": \"is_pd_done_on_initiated_address\", \"type\": \"2\", \"field_width\": \"45\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_pd_done_on_initiated_address\", \"expression\": \"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\": [ \"is_pd_done_on_initiated_address\" ], \"questions\": [ { \"question\": \"Choose the actual PD address\", \"question_key\": \"alternative_address\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getSMCTempAddresses\", \"api_method\": \"GET\", \"params\": { \"pdid\": \"VAR_PD_ID\" }, \"fields\": [ \"display\", \"display\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_pd_done_on_initiated_address\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"api_properties\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\" }, { \"answer_id\": \"No\", \"answer\": \"No\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Type of PD address\", \"question_key\": \"address_type\", \"type\": \"3\", \"field_width\": \"90\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"ADDRESSTYPE\" }, \"fields\": [ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"address_type\", \"expression\": \"(String(\'address_type\') == String(\'1\'))\", \"value_keys\": [ \"address_type\" ], \"questions\": [ { \"question\": \"Specify the Address Type\", \"question_key\": \"address_type_others\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"uom\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"PD locality\", \"question_key\": \"pd_locality\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"LOCALITY\" }, \"fields\": [ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pd_locality\", \"expression\": \"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\", \"value_keys\": [ \"pd_locality\" ], \"questions\": [ { \"question\": \"Specify Locality\", \"question_key\": \"locality_other\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"string\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Approach to PD location*\", \"question_key\": \"pd_location\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"PDLOCATIONAPPROACH\" }, \"fields\": [ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Comment on locality\", \"question_key\": \"comment_locality\", \"type\": \"3\", \"field_width\": \"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMMENTSONLOCALITY\" }, \"fields\": [ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Estimated Area of the business\", \"question_key\": \"business_estimated_area\", \"type\": \"1\", \"field_width\": \"30\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"uom\", \"type\": \"8\", \"field_width\": \"30\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Acres\", \"answer_id\": \"Acres\" }, { \"answer\": \"Hectares\", \"answer_id\": \"Hectares\" }, { \"answer\": \"Square Feet\", \"answer_id\": \"Square Feet\" }, { \"answer\": \"Square Meters\", \"answer_id\": \"Square Meters\" }, { \"answer\": \"Square Yards\", \"answer_id\": \"Square Yards\" } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"uom\", \"expression\": \"(String(\'uom\') == String(\'1\'))\", \"value_keys\": [ \"uom\" ], \"questions\": [ { \"question\": \"Specify the UOM\", \"question_key\": \"uom_specify\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"uom\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"common_remarks\", \"question\": \"Remarks\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ] }", 7, 9, 2, 1, NULL, "2023-12-02 14:34:59", NULL, "2023-12-02 14:36:08"), + (109, "SMC Credit PD Borrower section-MLAP", "SMC Credit PD Borrower section-MLAP", "{\"section_id\":\"1\",\"section_name\":\"Borrower & Guarantor Details\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Borrower Type\",\"question_key\":\"borrower_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"value_keys\":[\"borrower_type\"],\"questions\":[{\"question\":\"Numbers of years for which the business has been running\",\"question_key\":\"numbers_of_years_business_running\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Name\",\"question_key\":\"borrower_name\",\"type\":\"1\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"questions_level_two\":[{\"question\":\"Mobile Number\",\"question_key\":\"mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10}\",\"message\":\"Mobile number should be 10 digit\",\"value\":null}]}],\"is_repeatable\":\"2\",\"group_key\":\"mobile_numbers\",\"group_title\":\"Mobile Number\"},{\"question\":\"Entity Type\",\"question_key\":\"entity_type\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Age\",\"question_key\":\"borrower_age\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"50\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"insert_index\":\"relationship\",\"expression\":\"(String(\'entity_type\').toLowerCase() == String(\'individual\'))\",\"value_keys\":[\"entity_type\"],\"questions\":[{\"question\":\"Met / Not Met\",\"question_key\":\"borrower_met\",\"type\":\"2\",\"field_width\":\"20\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"entity_type\",\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]}]},{\"purpose\":\"question_label\",\"expression\":\"(function () {let label= \'\';(String(\'entity_type\').toLowerCase().includes(\'individual\')) ? label= \'Number of years the borrower has been in this business.\' : label = \'Number of years for which the business has been running\';return label}())\",\"value_keys\":[\"entity_type\"],\"insert_control\":\"numbers_of_years_business_running\"},{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"borrower_type\"],\"value\":\"(String(\'borrower_type\').toLowerCase() != String(\'guarantor\'))\",\"validation_to\":\"borrower_age\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship to\",\"question_key\":\"relationship_to\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_key\":\"borrower_details\",\"group_title\":\"Borrower Details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 1, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:14:29"), + (110, "SMC ADDRESS SECTION-MLAP", "SMC ADDRESS SECTION-LFMP", "{ \"section_id\": \"2\", \"section_name\": \"Address details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Address at which PD was initiated\", \"question_key\": \"initiated_address\", \"type\": \"7\", \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date of PD Visit\", \"question_key\": \"pd_visit_date\", \"place_holder\": \"Enter date\", \"type\": \"10\", \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"date\", \"max_date\": null, \"min_date\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Is this the address where PD is done ?\", \"question_key\": \"is_pd_done_on_initiated_address\", \"type\": \"2\", \"field_width\": \"45\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_pd_done_on_initiated_address\", \"expression\": \"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\": [ \"is_pd_done_on_initiated_address\" ], \"questions\": [ { \"question\": \"Choose the actual PD address\", \"question_key\": \"alternative_address\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getSMCTempAddresses\", \"api_method\": \"GET\", \"params\": { \"pdid\": \"VAR_PD_ID\" }, \"fields\": [ \"display\", \"display\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_pd_done_on_initiated_address\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"api_properties\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\" }, { \"answer_id\": \"No\", \"answer\": \"No\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Type of PD address\", \"question_key\": \"address_type\", \"type\": \"3\", \"field_width\": \"90\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"ADDRESSTYPE\" }, \"fields\": [ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"address_type\", \"expression\": \"(String(\'address_type\') == String(\'1\'))\", \"value_keys\": [ \"address_type\" ], \"questions\": [ { \"question\": \"Specify the Address Type\", \"question_key\": \"address_type_others\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"uom\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"PD locality\", \"question_key\": \"pd_locality\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"LOCALITY\" }, \"fields\": [ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pd_locality\", \"expression\": \"(String(\'pd_locality\').toLowerCase() == String(\'1\'))\", \"value_keys\": [ \"pd_locality\" ], \"questions\": [ { \"question\": \"Specify Locality\", \"question_key\": \"locality_other\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"string\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Approach to PD location*\", \"question_key\": \"pd_location\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"PDLOCATIONAPPROACH\" }, \"fields\": [ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Comment on locality\", \"question_key\": \"comment_locality\", \"type\": \"3\", \"field_width\": \"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMMENTSONLOCALITY\" }, \"fields\": [ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Estimated Area of the business\", \"question_key\": \"business_estimated_area\", \"type\": \"1\", \"field_width\": \"30\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"uom\", \"type\": \"8\", \"field_width\": \"30\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Acres\", \"answer_id\": \"Acres\" }, { \"answer\": \"Hectares\", \"answer_id\": \"Hectares\" }, { \"answer\": \"Square Feet\", \"answer_id\": \"Square Feet\" }, { \"answer\": \"Square Meters\", \"answer_id\": \"Square Meters\" }, { \"answer\": \"Square Yards\", \"answer_id\": \"Square Yards\" } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"uom\", \"expression\": \"(String(\'uom\') == String(\'1\'))\", \"value_keys\": [ \"uom\" ], \"questions\": [ { \"question\": \"Specify the UOM\", \"question_key\": \"uom_specify\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"uom\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"common_remarks\", \"question\": \"Remarks\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ] }", 7, 28, 2, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:14:38"), + (111, "SMC Loan SECTION-MLAP", "SMC Loan SECTION-MLAP", "{\"section_id\":\"2\",\"section_name\":\"Loan details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan amount applied for\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan Tenure (in months)\",\"question_key\":\"loan_tenure\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Sub Product\",\"question_key\":\"sub_product\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SUBPRODUCTS\"},\"fields\":[\"subproduct_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"End use of loan\",\"question_key\":\"end_use\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Total fund requirement\",\"question_key\":\"total_fund_requirement\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"field_type\":\"numtoword\",\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_fund_requirement\",\"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\",\"value_keys\":[\"total_fund_requirement\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks on source of funds for balance amount required\",\"question_key\":\"remarks_fund_source_balance\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"total_fund_requirement\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Is there a BT?\",\"question_key\":\"is_transfer\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_transfer\",\"expression\":\"(String(\'is_transfer\') == String(\'Yes\'))\",\"value_keys\":[\"is_transfer\"],\"questions\":[{\"question\":\"What is the amount of balance transfer\",\"question_key\":\"balance_transfer_amount\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_transfer\",\"answers\":null,\"validations\":[]},{\"question\":\"Lender from where BT is done\",\"question_key\":\"lender\",\"type\":\"8\",\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"BTLENDERLIST\"},\"fields\":[\"bt_lender_list_id\",\"lender_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Top up amount\",\"question_key\":\"topup_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Type of property being Mortgaged\",\"question_key\":\"property_type\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Name of Owner\",\"question_key\":\"owner_name\",\"type\":\"4\",\"field_width\":\"45\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Property Completion Stage\",\"question_key\":\"construction_status\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"construction_status\",\"expression\":\"(String(\'construction_status\') != String(\'\'))\",\"value_keys\":[\"construction_status\"],\"questions\":[{\"question\":\"Stage of Construction\",\"question_key\":\"construction_stage\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"construction_status\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Estimated market value as per customer\",\"question_key\":\"emv_per_customer\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Market Value Considered for LTV Calculation (Rs)\",\"question_key\":\"ltv_market_value_calculation\",\"place_holder\":\"\",\"field_type\":\"numtoword\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Address of the proposed property\",\"question_key\":\"address\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getSMCTempAddresses\",\"api_method\":\"GET\",\"params\":{\"pdid\":\"VAR_PD_ID\"},\"fields\":[\"display\",\"display\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Property Usage\",\"question_key\":\"property_usage\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question\":\"Structure Type\",\"question_key\":\"structure_type\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 3, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:14:47"), + (112, "SMC GEN BUSI SECTION-MLAP", "SMC GEN BUSI SECTION-MLAP", "{\"section_id\":\"4\",\"section_name\":\"General Business Information\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Type of Business Entity\",\"question_key\":\"business_entity_type\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Type of Business activities\",\"question_key\":\"select_business_activity_type\",\"type\":\"1\",\"field_width\":\"45\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Area of Sale\",\"question_key\":\"area_of_sale\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Within India\",\"answer_id\":\"Within India\"},{\"answer\":\"Export\",\"answer_id\":\"Export\"},{\"answer\":\"Both (within India and Export)\",\"answer_id\":\"Both (within India and Export)\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Is the business seasonal (Yes / No)\",\"question_key\":\"seasonality\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"seasonality\",\"expression\":\"(String(\'seasonality\') == String(\'Yes\'))\",\"value_keys\":[\"seasonality\"],\"questions\":[{\"question_key\":\"low_sale_month_reason\",\"question\":\"Reason for Months in which sales/services is low?\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"is_subfield\":\"1\",\"field_width\":\"45\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"low_sale_month\",\"question\":\"Months in which sales/services is low?\",\"place_holder\":\"\",\"type\":\"4\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"January\",\"answer\":\"January\"},{\"answer_id\":\"February\",\"answer\":\"February\"},{\"answer_id\":\"March\",\"answer\":\"March\"},{\"answer_id\":\"April\",\"answer\":\"April\"},{\"answer_id\":\"May\",\"answer\":\"May\"},{\"answer_id\":\"June\",\"answer\":\"June\"},{\"answer_id\":\"July\",\"answer\":\"July\"},{\"answer_id\":\"August\",\"answer\":\"August\"},{\"answer_id\":\"September\",\"answer\":\"September\"},{\"answer_id\":\"October\",\"answer\":\"October\"},{\"answer_id\":\"November\",\"answer\":\"November\"},{\"answer_id\":\"December\",\"answer\":\"December\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"is_subfield\":\"1\",\"parent_question_key\":\"seasonality\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of General Business Information\",\"group_key\":\"business_entity\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 4, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:14:58"), + (113, "SMC Key stakeholders-MLAP", "SMC Key stakeholders-MLAP - Multiple entity", "{\"section_id\":\"5\",\"section_name\":\"Key Stakeholders in Business\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Name of the Entity\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Entity Name Required\",\"value\":null}]},{\"question\":\"length\",\"question_key\":\"stakeholder_length\",\"type\":\"hidden\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\"},{\"question\":\"Name of key Stakeholder\",\"question_key\":\"stakeholder_name0\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding0\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business (in years)\",\"question_key\":\"vintage_in_current_biz0\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"started_biz0\",\"expression\":\"(total_work_exp0 > vintage_in_current_biz0)\",\"value_keys\":[\"total_work_exp0\",\"vintage_in_current_biz0\"],\"questions\":[{\"question_key\":\"previous_experience_details0\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"vintage_in_current_biz0\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Experience (in years)\",\"question_key\":\"total_work_exp0\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"field_width\":\"19\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"started_biz0\",\"expression\":\"(total_work_exp0 > vintage_in_current_biz0)\",\"value_keys\":[\"total_work_exp0\",\"vintage_in_current_biz0\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details0\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"parent_question_key\":\"total_work_exp0\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz0\",\"type\":\"2\",\"field_width\":\"19\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\",\"group_key\":\"key_stakeholders\",\"form_name\":\"Key Stakeholders in Business\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 5, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:15:09"), + (114, "SMC Key products-MLAP", "SMC Key products-MLAP", "{\"section_id\":\"6\",\"section_name\":\"Key Products and Business Contribution\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Key Product Name\",\"question_key\":\"product_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Contribution to Business of the Product (%)\",\"question_key\":\"contribution_business_product\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Remarks if any\",\"question_key\":\"remarks\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Key Products and Business Contribution\",\"group_key\":\"key_products_contribution\"},{\"question\":\"Business Process Brief\",\"question_key\":\"business_process\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 6, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:15:21"), + (115, "SMC Emp Strength-MLAP", "SMC Emp Strength-MLAP", "{\"section_id\":\"7\",\"section_name\":\"Employee Strength\",\"onsubmit\":[],\"questions\":[{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (As per person met)\",\"question_key\":\"permanant_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_person_met\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"No of Employees (Sighted by Credit Manager)\",\"question_key\":\"permanant_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_cm\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"Permanent Employees\",\"sub_title\":\"Approximate Salary Paid (Rs Per Month)\",\"question_key\":\"permanant_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Temporary Employees\",\"question_key\":\"temporary_employees_salary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"field_width\":\"45\",\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 7, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:15:30"), + (116, "SMC Buiness Asset-MLAP", "SMC Buiness Asset-MLAP", "{ \"section_id\":\"8\", \"section_name\":\"Business Assets\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Address\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"field_width\":\"100\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\" Is this the business address?\", \"question_key\":\"is_business_address\", \"type\":\"2\", \"field_width\":\"100\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_business_address\", \"expression\":\"(String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"is_business_address\" ], \"questions\":[ { \"question\":\"No of Months\", \"question_key\":\"business_months\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"No of Years\", \"sub_title\":\"How Long has business been operated from visited premises? (Eg. If operating for 5 years and 4 months enter 5 in Years field and 4 in months field)\", \"question_key\":\"business_years\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Was any business activities seen during visit?\", \"question_key\":\"business_is_pd_visited\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_is_pd_visited\", \"expression\":\"(String(\'business_is_pd_visited\') != String(\'\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_is_pd_visited\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Remarks\", \"question_key\":\"business_pd_visited_remark\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_is_pd_visited\", \"answers\":null, \"validations\":[ ] } ] } ]}], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] }, { \"question\":\"Ownership type\", \"question_key\":\"business_ownership_type\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_ownership_type\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Approximate Market value\", \"question_key\":\"business_approximate_market_value\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Owned by\", \"question_key\":\"business_name_of_the_owner\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Age of asset in years\", \"question_key\":\"business_vintage\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\", \"value_keys\":[ \"business_vintage\" ], \"insert_control\":\"business_purchase_year\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Purchase year\", \"question_key\":\"business_purchase_year\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\", \"value_keys\":[ \"business_purchase_year\" ], \"insert_control\":\"business_vintage\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Is there a Loan Existing against this asset\", \"question_key\":\"business_emi\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\')) && (String(\'is_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"business_ownership_type\", \"is_business_address\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"business_monthly_rented_amt\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[ { \"answer\":\"Owned\", \"answer_id\":\"Owned\" }, { \"answer\":\"Rented\", \"answer_id\":\"Rented\" } ], \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is there any other business asset available?\", \"question_key\":\"asset_info_available\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"asset_info_available\", \"expression\":\"(String(\'asset_info_available\') == String(\'Yes\'))\", \"value_keys\":[ \"asset_info_available\" ], \"questions\":[ { \"question\":[{ \"question\":\"Asset Type\", \"question_key\":\"business_assets_mode\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ], \"filter_properties\":{ \"key_name\":\"flag\", \"value\":\"1\" } }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_assets_mode\", \"expression\":\"(String(\'business_assets_mode\') == String(\'2\'))\", \"value_keys\":[ \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Property Type\", \"question_key\":\"property_type\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[{ \"insert_index\":\"property_type\", \"expression\":\"String(\'property_type\') && (String(\'property_type\') != String(\'\')) && (String(\'business_assets_mode\') == String(\'2\'))\", \"value_keys\":[ \"property_type\", \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Address of the property\", \"question_key\":\"property_address\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":{ \"api\":\"getSMCTempAddresses\", \"api_method\":\"GET\", \"params\":{ \"pdid\":\"VAR_PD_ID\" }, \"fields\":[ \"display\", \"display\" ] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"property_type\", \"answers\":null, \"validations\":[ ] } ] }, { \"insert_index\":\"property_type\", \"expression\":\"(String(\'property_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'2\'))\", \"value_keys\":[ \"property_type\", \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Specify the Property\", \"question_key\":\"property_type_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"property_type\", \"answers\":null, \"validations\":[ ] } ] }] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_assets_mode\", \"answers\":null, \"validations\":[ ] } ] }, { \"insert_index\":\"business_assets_mode\", \"expression\":\"(String(\'business_assets_mode\') == String(\'3\'))\", \"value_keys\":[ \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Type of Vehicle\", \"question_key\":\"vehicle_type\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"VEHICLETYPE\" }, \"fields\":[ \"vehicle_type_id\", \"vehicle_type_name\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"vehicle_type\", \"expression\":\"(String(\'vehicle_type\') == String(\'1\')) && (String(\'business_assets_mode\') == String(\'3\'))\", \"value_keys\":[ \"vehicle_type\", \"business_assets_mode\" ], \"questions\":[ { \"question\":\"Specify the Vehicle\", \"question_key\":\"vehicle_type_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"vehicle_type\", \"answers\":null, \"validations\":[ ] } ] }] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_assets_mode\", \"answers\":null, \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\":\"Description\", \"question_key\":\"other_asset_description\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\":\"Ownership type\", \"question_key\":\"business_ownership_type\", \"place_holder\":\"\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Owned\'))\", \"value_keys\":[ \"business_ownership_type\" ], \"questions\":[ { \"question\":\"Approximate Market value\", \"question_key\":\"business_approximate_market_value\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Asset owned by\", \"question_key\":\"business_name_of_the_owner\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Age of asset in years\", \"question_key\":\"business_vintage\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_vintage)}())\", \"value_keys\":[ \"business_vintage\" ], \"insert_control\":\"business_purchase_year\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Purchase year\", \"question_key\":\"business_purchase_year\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"answer_value\", \"expression\":\"(function(){let current_year = new Date().getFullYear(); return current_year-Number(business_purchase_year)}())\", \"value_keys\":[ \"business_purchase_year\" ], \"insert_control\":\"business_vintage\" } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Is there a Loan Existing against this asset\", \"question_key\":\"business_emi\", \"type\":\"2\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"business_ownership_type\", \"expression\":\"(String(\'business_ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"business_ownership_type\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"business_monthly_rented_amt\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"business_ownership_type\", \"answers\":null, \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_business_address\", \"answers\":[ { \"answer\":\"Owned\", \"answer_id\":\"Owned\" }, { \"answer\":\"Rented\", \"answer_id\":\"Rented\" } ], \"validations\":[ ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] }], \"is_repeatable\":\"1\", \"group_title\":\"Business Asset Details\", \"group_key\":\"business_assets_details\" } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 7, 28, 8, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:15:46"), + (117, "SMC busi & peronsla banking-MLAP", "SMC busi & peronsla banking-MLAP", "{\"section_id\":\"9\",\"section_name\":\"Business and Personal Banking Details\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Account holder name\",\"question_key\":\"applicant_name\",\"type\":\"1\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Bank Name\",\"question_key\":\"bank_name\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Account type\",\"question_key\":\"account_type\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer\":\"Savings\",\"answer_id\":\"Savings\"},{\"answer\":\"OD\",\"answer_id\":\"OD\"},{\"answer\":\"Current\",\"answer_id\":\"Current\"},{\"answer\":\"CC\",\"answer_id\":\"CC\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"account_type\",\"expression\":\"(String(\'account_type\').toLowerCase() != String(\'savings\') && String(\'account_type\').toLowerCase() != String(\'current\'))\",\"value_keys\":[\"account_type\"],\"questions\":[{\"question\":\"OD/CC Limit\",\"question_key\":\"cc_limit\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Banking Details\",\"group_key\":\"banking_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 9, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:15:55"), + (118, "SMC Finance-MLAP", "SMC Finance-MLAP", "{\"section_id\":\"10\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];if(!control || control == undefined || control == null){return true};control.forEach(ques_obj=>{ques_key.push(ques_obj[submitProperty.key_name])});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"group_key\":\"financial_info\",\"key_name\":\"fy\",\"msg\":\"Financial Year already entered earlier\"}],\"questions\":[{\"question\":\"Is the Financial information available?\",\"question_key\":\"financial_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"financial_info_available\",\"expression\":\"(String(\'financial_info_available\') && String(\'financial_info_available\').toLowerCase() == String(\'yes\'))\",\"value_keys\":[\"financial_info_available\"],\"questions\":[{\"question\":\"Net Profit / (Net Loss) (Rs)\",\"question_key\":\"net_profit_rs\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[],\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit_rs)/Number(sales_amount))*100).toFixed(2)\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_to_sales_percent\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(sales_amount)*Number(net_profit_to_sales_percent))/100\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs)\",\"sub_title\":\"Particulars of Financials for Latest Year as per person met during PD visit\",\"question_key\":\"sales_amount\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_to_sales_percent) ? final_value = (Number(sales_amount)*Number(net_profit_to_sales_percent))/100 : \'\';return final_value}())\",\"value_keys\":[\"sales_amount\",\"net_profit_to_sales_percent\"],\"insert_control\":\"net_profit_rs\"},{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value; Number(net_profit_rs) ? final_value = (Number(net_profit_rs)/Number(sales_amount))*100 : \'\';return final_value.toFixed(2)}())\",\"value_keys\":[\"sales_amount\",\"net_profit_rs\"],\"insert_control\":\"net_profit_to_sales_percent\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Does the business have any working capital facility from any lender other than Moneywise?\",\"question_key\":\"is_any_other_working_captial_facility\",\"type\":\"2\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_any_other_working_captial_facility\",\"expression\":\"(String(\'is_any_other_working_captial_facility\') === String(\'Yes\'))\",\"value_keys\":[\"is_any_other_working_captial_facility\"],\"questions\":[{\"question\":\"Details of above facilities need to be entered\",\"question_key\":\"facility_details_specify\",\"type\":\"7\",\"placeholder\":\"Enter the text\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]},{\"question\":\"Facility details i.e. Letter of Credit/ Bank guarantee, CC limit etc.\",\"question_key\":\"facility_details_other_lender\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[{\"answer\":\"Letter of Credit\",\"answer_id\":\"Letter of Credit\"},{\"answer\":\"Bank guarantee\",\"answer_id\":\"Bank guarantee\"},{\"answer\":\"CC limit\",\"answer_id\":\"CC limit\"},{\"answer\":\"Others\",\"answer_id\":\"Others\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"facility_details_other_lender\",\"expression\":\"(String(\'facility_details_other_lender\').toLowerCase() == String(\'others\'))\",\"value_keys\":[\"facility_details_other_lender\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"facility_details_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"facility_details_other_lender\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"is_any_other_working_captial_facility\",\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Increase / Decrease in Turnover for Broken Period %\",\"question_key\":\"broken_period_turnover_percent\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in PY (Rs)\",\"question_key\":\"broken_period_turnover_py\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Turnover for Broken Period in CY (Rs)\",\"question_key\":\"broken_period_turnover_cy\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(((Number(broken_period_turnover_cy)-Number(broken_period_turnover_py))/Number(broken_period_turnover_cy))*100).toFixed(2)\",\"value_keys\":[\"broken_period_turnover_py\",\"broken_period_turnover_cy\"],\"insert_control\":\"broken_period_turnover_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"No of Months\",\"question_key\":\"broken_period_no_of_months\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Broken Period starting to (Date)\",\"question_key\":\"broken_period_to_month\",\"type\":\"1\",\"place_holder\":\"DD-MM-YYYY (Eg 03-12-2020)\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Broken Period starting from (Date)\",\"question_key\":\"broken_period_from_month\",\"type\":\"1\",\"field_width\":\"45\",\"place_holder\":\"DD-MM-YYYY (Eg 05-02-2020)\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(function (){let final_value = \'\'; if(String(\'broken_period_to_month\') && String(\'broken_period_from_month\')) {let from_date = new Date((String(\'broken_period_from_month\')).split(\'-\').reverse().join(\'-\'));let to_date = new Date((String(\'broken_period_to_month\')).split(\'-\').reverse().join(\'-\'));console.log(to_date);if(!from_date || !to_date || !from_date instanceof Date || !to_date instanceof Date || isNaN(from_date) || isNaN(to_date)) {final_value = \'\';return;}final_value = to_date.getMonth() - from_date.getMonth() + (12 * (to_date.getFullYear() - from_date.getFullYear()))};return final_value}())\",\"value_keys\":[\"broken_period_to_month\",\"broken_period_from_month\"],\"insert_control\":\"broken_period_no_of_months\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Inventory Days as per CM Discussion\",\"question_key\":\"inventory_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CM Discussion\",\"question_key\":\"creditor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CM Discussion\",\"question_key\":\"debtor_days_cm\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"field_width\":\"45\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Sales / Revenue (Rs)\",\"question_key\":\"sales_revenue\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(sales_revenue[now])-Number(sales_revenue[py]))/Number(sales_revenue[py]))*100\",\"value_keys\":[\"sales_revenue\"],\"insert_control\":\"sales_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"type\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"((Number(net_profit)/Number(sales_revenue))*100).toFixed(2)\",\"value_keys\":[\"sales_revenue\",\"net_profit\"],\"insert_control\":\"net_profit_sales_percent\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"((Number(net_profit[now])-Number(net_profit[py]))/Number(net_profit[py]))*100\",\"value_keys\":[\"net_profit\"],\"insert_control\":\"netprofit_py\"},{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[]},{\"question\":\"Net Profit or (Net Loss) to Sales % \",\"question_key\":\"net_profit_sales_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"answer_value_arr\",\"arr_include\":[\"py\",\"now\"],\"expression\":\"(((Number(net_profit_sales_percent[now])-Number(net_profit_sales_percent[py]))/Number(net_profit_sales_percent[py]))*100).toFixed(2)\",\"value_keys\":[\"net_profit_sales_percent\"],\"insert_control\":\"netprofit_py_percent\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Sales over PY\",\"question_key\":\"sales_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"% Variation in Net Profit over PY\",\"question_key\":\"netprofit_py\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Variation in Net Profit % over PY\",\"question_key\":\"netprofit_py_percent\",\"type\":\"1\",\"is_disabled\":\"1\",\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Debtor Days as per CET\",\"sub_title\":\"In Case of credit sales, what is the average no. of days taken to receive the money?\",\"question_key\":\"debtor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Creditor Days as per CET\",\"sub_title\":\"In Case of credit purchases, what is the average no. of days taken to pay the money?\",\"question_key\":\"creditor_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]},{\"question\":\"Inventory Days as per CET\",\"sub_title\":\"What is the average no. of days for which stock lies unsold during the year?\",\"question_key\":\"inventory_days_cet\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[]}],\"is_repeatable\":\"1\",\"group_key\":\"financial_info\",\"group_title\":\"Financial Information\"},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Number of financial years for which we have financials\",\"question_key\":\"no_of_financial_years\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Numeric only \",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 10, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:16:03"), + (119, "SMC supplier-MLAP", "SMC supplier-MLAP", "{\"section_id\":\"11\",\"section_name\":\"Supplier details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Supplier information available?\",\"question_key\":\"supplier_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'No\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"supplier_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"supplier_info_available\",\"expression\":\"(String(\'supplier_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"supplier_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Raw Material Name/ Trading Product Name/ Service Name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Supplier Name\",\"question_key\":\"supplier_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of credit period provided by supplier\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total purchases are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"supplier_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Supplier Details\",\"group_key\":\"supplier_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 11, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:16:15"), + (120, "SMC Client-MLAP", "SMC Client-MLAP", "{\"section_id\":\"12\",\"section_name\":\"Clients details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is the Client information available?\",\"question_key\":\"client_info_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'No\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":\"Reason\",\"question_key\":\"client_not_available_reason\",\"type\":\"7\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]}]}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"client_info_available\",\"expression\":\"(String(\'client_info_available\') == String(\'Yes\'))\",\"value_keys\":[\"client_info_available\"],\"questions\":[{\"question\":[{\"question\":\"Trading Product/Service/Manufacturing Product name\",\"question_key\":\"provider_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Client Name\",\"question_key\":\"client_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person name\",\"question_key\":\"contact_person_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Designation\",\"question_key\":\"contact_person_designation\",\"type\":\"8\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[]},{\"question\":\"Contact Person Mobile Number\",\"question_key\":\"contact_person_mobile_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number should be 10-12 digit\",\"value\":null}]},{\"question\":\"STD Code\",\"sub_title\":\"Contact Person Landline number\",\"question_key\":\"person_stdcode\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{3,5}\",\"message\":\"Maximum 5 digit allowed\",\"value\":null}]},{\"question\":\"Contact Person Landline number\",\"question_key\":\"person_landline\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6,8}\",\"message\":\"Maximum 8 digit allowed\",\"value\":null}]},{\"question\":\"Payment Terms\",\"question_key\":\"payment_type\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PAYMENTMODE\"},\"fields\":[\"id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"payment_type\",\"expression\":\"(String(\'payment_type\') == String(\'3\'))\",\"value_keys\":[\"payment_type\"],\"questions\":[{\"question\":\"No. of days of credit period provided by client\",\"question_key\":\"credit_period_no\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"What % of total sales are done on credit?\",\"question_key\":\"credit_total_purchase\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"100\",\"message\":\"Percentage should lower or equal to \'100\'\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"payment_type\",\"answers\":null,\"validations\":[]},{\"question\":\"Payment Mode\",\"question_key\":\"payment_mode\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"client_info_available\",\"answers\":[{\"answer_id\":\"Payment made in Cash\",\"answer\":\"Payment made in Cash\"},{\"answer_id\":\"Payment made through Banking channels\",\"answer\":\"Payment made through Banking channels\"},{\"answer_id\":\"Payment made through Cash and Banking channels\",\"answer\":\"Payment made through Cash and Banking channels\"}],\"validations\":[]},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"api\":\"getCompanyListForSMCList\",\"api_method\":\"POST\",\"params\":{\"records\":{\"pd_id\":\"VAR_PD_ID\",\"random_string\":\"VAR_RANDOM_STRING\"}},\"fields\":[\"company_id\",\"borrower_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Client Details\",\"group_key\":\"client_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 12, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:16:25"), + (121, "SMC stock-MLAP", "SMC stock-MLAP", "{ \"section_id\": \"13\", \"section_name\": \"Stock details\", \"onsubmit\": [], \"questions\": [ { \"question\": \"Is stock applicable to the business (Yes / No)\", \"question_key\": \"stock_info_available\", \"type\": \"2\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'No\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": \"Reason\", \"question_key\": \"stock_not_available_reason\", \"type\": \"7\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": null, \"validations\": [ ] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\":[ { \"question\": \"Is the stock of finished goods observed, sufficient considering the size of operations\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Stock not required to be maintained\", \"answer_id\": \"not applicable\" } ], \"validations\": [ ] } ] }, { \"insert_index\": \"stock_info_available\", \"expression\": \"(String(\'stock_info_available\') == String(\'Yes\'))\", \"value_keys\": [ \"stock_info_available\" ], \"questions\": [ { \"question\": [ { \"question\": \"Type of Stock\", \"question_key\": \"stock_type\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"stock_info_available\", \"answers\": [ { \"answer\": \"RM\", \"answer_id\": \"RM\" }, { \"answer\": \"FG\", \"answer_id\": \"FG\" }, { \"answer\": \"SFG\", \"answer_id\": \"SFG\" } ], \"validations\": [ ] }, { \"question\": \"Name of trading goods/manufacturing goods (raw material/finished goods)/ Service Provided\", \"question_key\": \"provider_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] }, { \"question\": \"Stock\", \"question_key\": \"provider_observed\", \"type\": \"3\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Add Stock Details\", \"answer_id\": \"yes\" }, { \"answer\": \"No Stock Observed\", \"answer_id\": \"no\" } ], \"is_repeatable\": null, \"validations\": [ ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"provider_observed\", \"expression\": \"(String(\'provider_observed\') === String(\'yes\'))\", \"value_keys\": [ \"provider_observed\" ], \"questions\": [ { \"question\": \"Estimated Quantity\", \"question_key\": \"estimated_quantity\", \"type\": \"1\", \"field_width\": \"100\", \"field_type\": \"num\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_quantity\') === String(\'\'))\", \"validation_to\": \"estimated_uom\", \"value_keys\": [ \"estimated_quantity\", \"estimated_stock_value\", \"estimated_uom\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"estimated_uom\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"UOM\" }, \"fields\": [ \"uom_id\", \"name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field required\", \"value\": null } ] }, { \"question\": \"Estimated value of stock observed\", \"question_key\": \"estimated_stock_value\", \"type\": \"1\", \"field_type\": \"num\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_uom\", \"value_keys\": [ \"estimated_stock_value\" ] } ] }, { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"Either Estimated Stock value or Estimated Quantity is required\", \"value\": \"(String(\'estimated_stock_value\') === String(\'\'))\", \"validation_to\": \"estimated_quantity\", \"value_keys\": [ \"estimated_stock_value\" ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"provider_observed\", \"answers\": null, \"validations\": [] } ] } ] } ] }, { \"question\":\"Name of the Company\", \"question_key\":\"company_name\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getCompanyListForSMCList\", \"api_method\":\"POST\", \"params\":{\"records\":{ \"pd_id\":\"VAR_PD_ID\", \"random_string\":\"VAR_RANDOM_STRING\" }}, \"fields\":[ \"company_id\", \"borrower_name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Company Name Required\", \"value\":null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock details\", \"group_key\": \"stock_details\" } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"Yes\" }, { \"answer\": \"No\", \"answer_id\": \"No\" } ], \"validations\": [ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 7, 28, 13, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:16:35"), + (122, "SMC future Plan-MLAP", "SMC future Plan-MLAP", "{\"section_id\":\"14\",\"section_name\":\"Future Plans & Business Environments\",\"onsubmit\":null,\"questions\":[{\"question\":\"USP of the business- How is applicant\'s business different from others in the same line of business\",\"question_key\":\"usp_of_business\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Future plans for business expansion\",\"question_key\":\"future_business_expansion\",\"type\":\"1\",\"field_type\":\"string\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Key competitors\",\"question_key\":\"key_competitors\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Sucession plan- who will look after the business after applicant retire/are unable to run business due to any reason\",\"question_key\":\"sucession_plan\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Brief of other group concerns/Business run by the applicants\",\"question_key\":\"other_group_business_applicants\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 14, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:16:47"), + (123, "SMC Existing Loan Obligations-MLAP", "SMC Existing Loan Obligations-MLAP", "{\"section_id\":\"15\",\"section_name\":\"Existing Loan Obligations\",\"onsubmit\":null,\"questions\":[{\"question\":[{\"question\":\"Loan type\",\"question_key\":\"loan_type\",\"type\":\"1\",\"field_width\":\"100\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan amount\",\"question_key\":\"loan_amount\",\"type\":\"1\",\"field_type\":\"numtoword\",\"field_width\":\"100\",\"onchange_properties\":null,\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Lender name\",\"question_key\":\"lender_name\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Loan taken by\",\"question_key\":\"loan_taken_by\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment Amount\",\"question_key\":\"instalment_amount\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"numtoword\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Installment frequency\",\"question_key\":\"instalment_frequency\",\"type\":\"3\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Daily\",\"answer\":\"Daily\"},{\"answer_id\":\"Every 12 days\",\"answer\":\"Every 12 days\"},{\"answer_id\":\"Every 15 days\",\"answer\":\"Every 15 days\"},{\"answer_id\":\"Monthly\",\"answer\":\"Monthly\"},{\"answer_id\":\"Every 3 months\",\"answer\":\"Every 3 months\"},{\"answer_id\":\"Every 6 months\",\"answer\":\"Every 6 months\"},{\"answer_id\":\"Yearly\",\"answer\":\"Yearly\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Original tenure in months\",\"question_key\":\"original_tenure_months\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Current balance tenure in months\",\"question_key\":\"current_tenure_months\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"current_tenure_months\"],\"insert_control\":\"elapsed_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Elapsed tenure in mths\",\"question_key\":\"elapsed_tenure_months\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"num\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":[{\"purpose\":\"answer_value\",\"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\",\"value_keys\":[\"original_tenure_months\",\"elapsed_tenure_months\"],\"insert_control\":\"current_tenure_months\"}],\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Existing Loan Obligations\",\"group_key\":\"existing_loan_details\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 15, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:16:57"), + (124, "SMC Other famliy Details-MLAP", "SMC Other famliy Details-MLAP", "{\"section_id\":\"16\",\"section_name\":\"Family Members Involved in Business\",\"onsubmit\":null,\"questions\":[{\"question\":\"Is any other family member involved in the business\",\"question_key\":\"is_family_details_available\",\"type\":\"2\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_family_details_available\",\"expression\":\"(String(\'is_family_details_available\') == String(\'Yes\'))\",\"value_keys\":[\"is_family_details_available\"],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"member_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Relationship\",\"question_key\":\"relationship\",\"place_holder\":\"Enter the text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"RELATIONSHIPS\"},\"fields\":[\"relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"relationship\",\"expression\":\"(String(\'relationship\').toLowerCase() == String(\'1\'))\",\"value_keys\":[\"relationship\"],\"questions\":[{\"question\":\"Specify Facility details\",\"question_key\":\"relationship_other\",\"type\":\"1\",\"field_width\":\"45\",\"field_type\":\"string\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Individual Stakeholders\",\"question_key\":\"stakeholder_relation\",\"place_holder\":\"Enter text\",\"type\":\"3\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Relation to Company / Firm\",\"question_key\":\"company_relation\",\"place_holder\":\"Enter text\",\"type\":\"8\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Started Business (Yes / No)\",\"question_key\":\"started_biz\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Family Members Involved in Business\",\"group_key\":\"family_details\"}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"Yes\"},{\"answer\":\"No\",\"answer_id\":\"No\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 16, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:17:08"), + (125, "SMC credit manager SMC credit manager -MLAP", "SMC credit manager SMC credit manager -MLAP", "{\"section_id\":\"18\",\"section_name\":\"Credit manager specific queries\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Question\",\"question_key\":\"question\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Answer\",\"question_key\":\"answer\",\"place_holder\":\"Enter the answer here\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Query\",\"group_key\":\"cm_queries\"},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enter the text\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 7, 28, 18, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:17:19"), + (126, "SMC Final Remarks-MLAP", "SMC Final Remarks-MLAP", "{ \"section_id\":\"19\", \"section_name\":\"Final remarks\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"customer_behaviour\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":null, \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"customer_behaviour\", \"expression\":\"(String(\'customer_behaviour\') == String(\'1\'))\", \"value_keys\":[ \"customer_behaviour\" ], \"questions\":[ { \"question\":\"Specify Customer behaviour\", \"question_key\":\"customer_behaviour_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"customer_behaviour\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ]}] , \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Is the location of the business suited to the nature of the business provided?\", \"question_key\":\"business_location_suited\", \"type\":\"3\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":[ { \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly suited\", \"answer_id\":\"Fairly suited\" }, { \"answer\":\"Not suited\", \"answer_id\":\"Not suited\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Credit Manager recommendation (Positive/negative/ refer to credit)\", \"question_key\":\"pd_officer_recommendation\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') == String(\'1\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":\"Specify Credit Manager Recommendation\", \"question_key\":\"pd_officer_recommendation_other\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } , { \"insert_index\":\"pd_officer_recommendation\", \"expression\":\"(String(\'pd_officer_recommendation\') != String(\'1\')) && (String(\'pdofficer_recommendation\') != String(\'\'))\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"questions\":[ { \"question\":[{ \"question\":\"Reasons for marking PD status as Positive/negative/ refer to credit\", \"question_key\":\"reason\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"pd_officer_recommendation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Remarks\", \"group_key\":\"pd_officer_recommendation_remarks\" } ] } ] }, { \"purpose\":\"question_label\", \"expression\":\"(function () {let label= \'Reasons for marking PD status as \';(\'pd_officer_recommendation\' == \'2\') ? label+= \'Positive\' : (\'pd_officer_recommendation\' == \'3\') ? label+= \'Negative\' : (\'pd_officer_recommendation\' == \'4\') ? label+= \'Refer to Credit\' : label+= \'Positive/negative/ refer to credit\';return label}())\", \"value_keys\":[ \"pd_officer_recommendation\" ], \"insert_control\":\"reason\", \"insert_group_key\":\"pd_officer_recommendation_remarks\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Common Remarks\", \"question_key\":\"final_form_remarks\", \"place_holder\":\"Enter the remarks here\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }", 7, 28, 19, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:17:33"), + (127, "SMC Photo section-MLAP", "SMC Photo section - MLAP", NULL, 7, 28, 20, 1, NULL, "2024-04-09 13:13:38", NULL, "2024-04-09 13:17:49"); + +/*!40000 ALTER TABLE `m_credit_pd_template` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_customer_behaviour +# ------------------------------------------------------------ + +CREATE TABLE `m_customer_behaviour` ( + `customer_behaviour_id` int NOT NULL AUTO_INCREMENT, + `description` varchar(65) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`customer_behaviour_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_customer_behaviour` WRITE; +/*!40000 ALTER TABLE `m_customer_behaviour` DISABLE KEYS */; + +INSERT INTO `m_customer_behaviour` (`customer_behaviour_id`, `description`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Others", "2018-10-16 06:22:24", 1, "2019-01-14 17:01:08", 1, 1, 1), + (2, "Rude", "2018-10-16 06:22:24", 1, "2019-01-14 17:01:31", 1, 1, 0), + (3, "Polite", "2018-12-21 04:44:58", 1, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_customer_behaviour` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_customer_segment +# ------------------------------------------------------------ + +CREATE TABLE `m_customer_segment` ( + `customer_segment_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(100) DEFAULT NULL, + `abbr` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` varchar(45) DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`customer_segment_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_customer_segment` WRITE; +/*!40000 ALTER TABLE `m_customer_segment` DISABLE KEYS */; + +INSERT INTO `m_customer_segment` (`customer_segment_id`, `name`, `abbr`, `createdon`, `fk_createdby`, `updatedon`, `isactive`, `fk_updatedby`, `is_others`) VALUES + (1, "Salaried", "SAL", "2018-09-25 12:31:07", 1, "2019-12-28 13:43:25", "1", 1, 0), + (2, "Salary Cheque", "SAL-CHQ", "2018-10-05 01:21:45", 1, "2019-12-28 13:42:47", "0", 1, 0), + (4, "Self Employed - Assessed Income", "SE-AI", "2018-12-11 04:32:15", 1, "2019-02-20 09:22:18", "1", 1, 0), + (5, "Self Employed - Documented Income", "SE-DI", "2018-12-11 04:32:15", 1, "2019-02-20 09:22:18", "1", 1, 0), + (6, "Self Employeed Professional -Assessed Income", "SEP-AI", "2018-12-11 04:32:15", 1, "2019-05-28 10:34:51", "0", 165, 0), + (7, "Self Employeed Professional -Documented Income", "SEP-DI", "2018-12-11 04:32:15", 1, "2019-02-20 09:22:18", "0", 1, 0), + (8, "Self Employed - Rental Income", "SE-RI", "2019-02-20 09:22:18", 1, NULL, "1", NULL, 0), + (9, "Self Employed Professional - Individual", "SEP_INDV", "2019-11-14 13:05:34", 2, NULL, "1", NULL, 0), + (10, "Self Employed Non Professional", "SENP", "2020-10-27 14:30:21", NULL, NULL, "1", NULL, 0), + (11, "Self Employed Professional", "SEP", "2020-10-27 14:30:21", NULL, NULL, "1", NULL, 0); + +/*!40000 ALTER TABLE `m_customer_segment` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_designation +# ------------------------------------------------------------ + +CREATE TABLE `m_designation` ( + `designation_id` int NOT NULL AUTO_INCREMENT, + `designation` varchar(65) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`designation_id`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_designation` WRITE; +/*!40000 ALTER TABLE `m_designation` DISABLE KEYS */; + +INSERT INTO `m_designation` (`designation_id`, `designation`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "General Manager", 1, 0), + (3, "Executive", 1, 0), + (4, "Area Head", 1, 0), + (5, "Assistant Sales Manager", 1, 0), + (6, "Senior Sales Manager", 1, 0), + (7, "Senior General Manager", 1, 0), + (8, "Regional Head", 1, 0), + (9, "Senior Executive", 1, 0), + (10, "Sales Manager", 1, 0), + (11, "Office Assistant", 1, 0), + (12, "CBOO", 1, 0), + (13, "CEO", 1, 0), + (14, "Sales Officer", 1, 0), + (15, "Assistant Manager", 1, 0), + (16, "Senior Manager", 1, 0), + (17, "Vice President", 1, 0), + (18, "Deputy General Manager", 1, 0), + (19, "Deputy Manager", 1, 0), + (20, "Manager", 1, 0), + (21, "City Head", 1, 0); + +/*!40000 ALTER TABLE `m_designation` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_earning_members_status +# ------------------------------------------------------------ + +CREATE TABLE `m_earning_members_status` ( + `earning_member_status_id` int NOT NULL AUTO_INCREMENT, + `earning_member_status` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`earning_member_status_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_earning_members_status` WRITE; +/*!40000 ALTER TABLE `m_earning_members_status` DISABLE KEYS */; + +INSERT INTO `m_earning_members_status` (`earning_member_status_id`, `earning_member_status`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Salaried", 1, 0), + (3, "Self Employed Professional", 1, 0), + (4, "Self Employed Non-Professional", 1, 0), + (5, "Pensioner", 1, 0), + (6, "Helps in business", 1, 0); + +/*!40000 ALTER TABLE `m_earning_members_status` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_edu_qualification +# ------------------------------------------------------------ + +CREATE TABLE `m_edu_qualification` ( + `qualification_id` int NOT NULL AUTO_INCREMENT, + `qualification_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`qualification_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_edu_qualification` WRITE; +/*!40000 ALTER TABLE `m_edu_qualification` DISABLE KEYS */; + +INSERT INTO `m_edu_qualification` (`qualification_id`, `qualification_name`, `isactive`, `is_others`) VALUES + (1, "Completed Professional Course", 1, 0), + (2, "Completed Post Graduation", 1, 0), + (3, "Completed Graduation", 1, 0), + (4, "Completed Schooling", 1, 0), + (5, "Not Completed Schooling", 1, 0), + (6, "No Formal Education", 1, 0); + +/*!40000 ALTER TABLE `m_edu_qualification` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_end_use_of_topup +# ------------------------------------------------------------ + +CREATE TABLE `m_end_use_of_topup` ( + `end_use_of_topup_id` int NOT NULL AUTO_INCREMENT, + `end_use_of_topup` varchar(85) DEFAULT NULL, + `is_active` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`end_use_of_topup_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_end_use_of_topup` WRITE; +/*!40000 ALTER TABLE `m_end_use_of_topup` DISABLE KEYS */; + +INSERT INTO `m_end_use_of_topup` (`end_use_of_topup_id`, `end_use_of_topup`, `is_active`, `is_others`, `isactive`) VALUES + (1, "Others", 1, 1, 1), + (2, "Business Use", 1, 0, 1), + (3, "Paying Off Existing Loans", 1, 0, 1), + (4, "Child\'s Marriage", 1, 0, 1), + (5, "Medical Expenses", 1, 0, 1), + (6, "Furnishing and Finishing of House Property", 1, 0, 1); + +/*!40000 ALTER TABLE `m_end_use_of_topup` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_enduse_of_loan +# ------------------------------------------------------------ + +CREATE TABLE `m_enduse_of_loan` ( + `enduse_of_loan_id` int NOT NULL AUTO_INCREMENT, + `enduse_of_loan` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_subproduct_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `is_other` tinyint DEFAULT '0', + PRIMARY KEY (`enduse_of_loan_id`) +) ENGINE=InnoDB AUTO_INCREMENT=91 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_enduse_of_loan` WRITE; +/*!40000 ALTER TABLE `m_enduse_of_loan` DISABLE KEYS */; + +INSERT INTO `m_enduse_of_loan` (`enduse_of_loan_id`, `enduse_of_loan`, `isactive`, `fk_subproduct_id`, `createdon`, `updatedon`, `fk_createdby`, `fk_updatedby`, `is_other`) VALUES + (1, "Purchase of House Property in Resale", 1, 1, "2019-01-06 22:28:59", "2019-01-06 22:36:05", NULL, NULL, 0), + (2, "Others (Please specify)", 1, 1, "2019-01-06 22:28:59", "2019-01-06 22:37:15", NULL, NULL, 1), + (3, "Purchase of House Property from a Builder", 1, 2, "2019-01-06 22:38:19", "2019-01-06 22:38:19", NULL, NULL, 0), + (4, "Others (Please specify)", 1, 2, "2019-01-06 22:38:19", "2019-01-06 22:38:19", NULL, NULL, 1), + (5, "Purchase of Residential Plot of Land", 1, 5, "2019-01-07 14:15:26", "2019-01-07 14:38:26", NULL, NULL, 0), + (6, "Purchase of Commercial Plot of Land", 1, 24, "2019-01-07 14:15:27", "2019-01-07 14:38:26", NULL, NULL, 0), + (7, "Purchase of Industrial Plot of Land", 1, 13, "2019-01-07 14:15:27", "2019-01-07 14:38:27", NULL, NULL, 0), + (8, "Others (Please specify)\n", 1, 5, "2019-01-07 14:15:27", "2019-01-07 14:46:26", NULL, NULL, 1), + (9, "Others (Please specify)", 1, 24, "2019-01-07 14:38:27", "2019-01-07 14:38:27", NULL, NULL, 1), + (10, "Others (Please specify)", 1, 13, "2019-01-07 14:38:27", "2019-01-07 14:38:27", NULL, NULL, 1), + (11, "Purchase of Plot & Construction of house thereon", 1, 14, "2019-01-07 14:38:27", "2019-01-07 14:46:24", NULL, NULL, 0), + (12, "Others (Please specify)", 1, 14, "2019-01-07 14:46:24", "2019-01-07 14:46:24", NULL, NULL, 1), + (13, "Construction of House Property", 1, 16, "2019-01-07 14:46:24", "2019-01-07 14:46:24", NULL, NULL, 0), + (14, "Others (Please specify)", 1, 16, "2019-01-07 14:46:24", "2019-01-07 14:46:24", NULL, NULL, 1), + (15, "Making additions to Exisiting House Property", 1, 18, "2019-01-07 14:46:25", "2019-01-07 14:46:25", NULL, NULL, 0), + (16, "Others (Please specify)", 1, 18, "2019-01-07 14:46:25", "2019-01-07 14:46:25", NULL, NULL, 1), + (17, "Making improvements to Exisiting House Property", 1, 6, "2019-01-07 14:46:25", "2019-01-07 14:46:25", NULL, NULL, 0), + (18, "Others (Please specify)", 1, 6, "2019-01-07 14:46:25", "2019-01-07 14:46:25", NULL, NULL, 1), + (21, "Purchase of Non Residential Property from a Builder", 1, 3, "2019-01-07 15:07:16", "2019-01-07 15:07:16", NULL, NULL, 0), + (22, "Others (Please specify)", 1, 3, "2019-01-07 15:07:16", "2019-01-07 15:07:16", NULL, NULL, 1), + (23, "Purchase of Non Residential Property in Resale", 1, 20, "2019-01-07 15:07:16", "2019-01-07 15:07:16", NULL, NULL, 0), + (24, "Others (Please specify)", 1, 20, "2019-01-07 15:07:17", "2019-01-07 15:07:17", NULL, NULL, 1), + (25, "Purchase of Plot & Construction of Non Residential Property thereon", 1, 15, "2019-01-07 15:07:17", "2019-01-07 15:07:17", NULL, NULL, 0), + (26, "Others (Please specify)", 1, 15, "2019-01-07 15:07:17", "2019-01-07 15:07:17", NULL, NULL, 1), + (27, "Construction of Non Residential Property", 1, 17, "2019-01-07 15:07:17", "2019-01-07 15:07:17", NULL, NULL, 0), + (28, "Others (Please specify)", 1, 17, "2019-01-07 15:07:17", "2019-01-07 15:07:17", NULL, NULL, 1), + (29, "Making additions to Exisiting Non Residential Property", 1, 19, "2019-01-07 15:07:17", "2019-01-07 15:07:17", NULL, NULL, 0), + (30, "Others (Please specify)", 1, 19, "2019-01-07 15:07:18", "2019-01-07 15:07:18", NULL, NULL, 1), + (31, "Making improvements to Exisiting Non Residential Property", 1, 7, "2019-01-07 15:07:18", "2019-01-07 15:07:18", NULL, NULL, 0), + (32, "Others (Please specify)", 1, 7, "2019-01-07 15:07:18", "2019-01-07 15:07:18", NULL, NULL, 1), + (33, "All Above Options", 1, 22, "2019-01-07 15:07:18", "2019-01-07 15:07:18", NULL, NULL, 0), + (34, "Others (Please specify)", 1, 22, "2019-01-07 15:07:18", "2019-01-07 15:07:18", NULL, NULL, 1), + (35, "Purchase of Property", 1, 4, "2019-01-07 15:14:23", "2019-01-07 15:14:23", NULL, NULL, 0), + (36, "For use in Business", 1, 4, "2019-01-07 15:14:23", "2019-01-07 15:14:23", NULL, NULL, 0), + (37, "Others (Please specify)", 1, 4, "2019-01-07 15:14:24", "2019-01-07 15:14:24", NULL, NULL, 1), + (38, "Purchase of Property", 1, 10, "2019-01-07 15:14:24", "2019-01-07 15:14:24", NULL, NULL, 0), + (39, "For use in Business", 1, 10, "2019-01-07 15:14:24", "2019-01-07 15:14:24", NULL, NULL, 0), + (40, "Others (Please specify)", 1, 10, "2019-01-07 15:14:24", "2019-01-07 15:14:24", NULL, NULL, 1), + (41, "Purchase of Property", 1, 23, "2019-01-07 15:14:24", "2019-01-07 15:14:24", NULL, NULL, 0), + (42, "For use in Business", 1, 23, "2019-01-07 15:14:24", "2019-01-07 15:14:24", NULL, NULL, 0), + (43, "Others (Please specify)", 1, 23, "2019-01-07 15:14:25", "2019-01-07 15:14:25", NULL, NULL, 1), + (44, "Purchase of Property", 1, 25, "2019-01-07 15:14:25", "2019-01-07 15:14:25", NULL, NULL, 0), + (45, "For use in Business", 1, 25, "2019-01-07 15:14:25", "2019-01-07 15:14:25", NULL, NULL, 0), + (46, "Others (Please specify)", 1, 25, "2019-01-07 15:14:25", "2019-01-07 15:14:25", NULL, NULL, 1), + (47, "Purchase of Property", 1, 27, "2019-01-07 15:14:25", "2019-01-07 15:14:25", NULL, NULL, 0), + (48, "For use in Business", 1, 27, "2019-01-07 15:14:25", "2019-01-07 15:14:25", NULL, NULL, 0), + (49, "Others (Please specify)", 1, 27, "2019-01-07 15:14:26", "2019-01-07 15:14:26", NULL, NULL, 1), + (50, "Working Capital for Business", 1, 11, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (51, "Purchase of House Property in Resale", 1, 21, "2019-01-25 19:53:14", "2019-01-25 19:53:14", NULL, NULL, 0), + (52, "Purchase of House Property from a Builder", 1, 21, "2019-01-25 19:53:21", "2019-01-25 19:53:21", NULL, NULL, 0), + (53, "Purchase of Plot & Construction of house thereon", 1, 21, "2019-01-25 19:53:22", "2019-01-25 19:53:22", NULL, NULL, 0), + (54, "Construction of House Property", 1, 21, "2019-01-25 19:53:24", "2019-01-25 19:53:24", NULL, NULL, 0), + (55, "Making additions to Exisiting House Property", 1, 21, "2019-01-25 19:53:25", "2019-01-25 19:53:25", NULL, NULL, 0), + (56, "Making improvements to Exisiting House Property", 1, 21, "2019-01-25 19:53:26", "2019-01-25 19:53:26", NULL, NULL, 0), + (57, "Others(Please Specify)", 1, 21, "2019-01-25 19:56:08", "2019-01-25 19:56:08", NULL, NULL, 1), + (58, "Others", 1, 11, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (59, "Purchase of Residential Plot of Land", 1, 29, "2019-02-25 16:41:21", "2019-02-25 16:41:21", NULL, NULL, 0), + (60, "Others", 1, 29, "2019-02-25 16:41:21", "2019-02-25 16:41:21", NULL, NULL, 1), + (61, "Purchase of Commercial Plot of Land", 1, 30, "2019-02-25 16:41:21", "2019-02-25 16:41:21", NULL, NULL, 0), + (62, "Others", 1, 30, "2019-02-25 16:41:22", "2019-02-25 16:41:22", NULL, NULL, 1), + (63, "Purchase of Industrial Plot of Land", 1, 31, "2019-02-25 16:41:22", "2019-02-25 16:41:22", NULL, NULL, 0), + (64, "Others", 1, 31, "2019-02-25 16:41:22", "2019-02-25 16:41:22", NULL, NULL, 1), + (65, "Others", 1, 33, "2019-02-25 16:43:37", "2019-02-25 16:43:37", NULL, NULL, 1), + (66, "Others(Please Specify)", 1, NULL, "2019-03-07 12:06:43", "2019-03-07 12:06:43", NULL, NULL, 1), + (67, "Others(Please Specify)", 1, 34, "2019-06-11 19:26:01", "2019-06-11 19:26:01", NULL, NULL, 1), + (68, "Working Capital for Business", 1, 34, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (69, "Working Capital for Business", 1, 39, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (70, "Others", 1, 39, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (71, "Working Capital for Business", 1, 40, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (72, "Others", 1, 40, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (73, "Working Capital for Business", 1, 41, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (74, "Others", 1, 41, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (75, "Working Capital for Business", 1, 42, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (76, "Others", 1, 42, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (77, "Working Capital for Business", 1, 43, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (78, "Others", 1, 43, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (79, "Working Capital for Business", 1, 44, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (80, "Others", 1, 44, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (81, "Working Capital for Business", 1, 45, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (82, "Others", 1, 45, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (83, "Working Capital for Business", 1, 47, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (84, "Others", 1, 47, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (85, "Working Capital for Business", 1, 48, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (86, "Others", 1, 48, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (87, "Working Capital for Business", 1, 53, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0), + (88, "Others", 1, 53, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (89, "Others", 1, 54, "2019-02-22 11:21:14", "2019-02-22 11:21:14", NULL, NULL, 1), + (90, "Working Capital for Business", 1, 54, "2019-01-08 10:52:44", "2019-01-08 10:52:44", NULL, NULL, 0); + +/*!40000 ALTER TABLE `m_enduse_of_loan` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity +# ------------------------------------------------------------ + +CREATE TABLE `m_entity` ( + `entity_id` int NOT NULL AUTO_INCREMENT, + `full_name` varchar(100) DEFAULT NULL, + `short_name` varchar(45) DEFAULT NULL, + `fk_entity_type_id` tinyint DEFAULT NULL, + `remarks` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `is_score_card_enabled` tinyint DEFAULT '0', + `is_otp_enabled` tinyint DEFAULT '0', + `is_sms_enabled` tinyint DEFAULT '0', + `is_mail_enabled` tinyint DEFAULT '0', + `is_app_notify_enabled` tinyint DEFAULT '0', + `avail_pd_types` int DEFAULT '1', + `is_qc_enabled` tinyint DEFAULT '0', + `is_vendor_visit_disabled` tinyint DEFAULT '0', + `is_dist_cal_enabled` tinyint DEFAULT '0', + `is_face_api_enabled` tinyint DEFAULT '0', + `digilocker_access` tinyint DEFAULT NULL, + PRIMARY KEY (`entity_id`), + UNIQUE KEY `short_name` (`short_name`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_entity` WRITE; +/*!40000 ALTER TABLE `m_entity` DISABLE KEYS */; + +INSERT INTO `m_entity` (`entity_id`, `full_name`, `short_name`, `fk_entity_type_id`, `remarks`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`, `is_score_card_enabled`, `is_otp_enabled`, `is_sms_enabled`, `is_mail_enabled`, `is_app_notify_enabled`, `avail_pd_types`, `is_qc_enabled`, `is_vendor_visit_disabled`, `is_dist_cal_enabled`, `is_face_api_enabled`, `digilocker_access`) VALUES + (1, "Hero Housing Finance Limited", "HHFL", 2, NULL, "2019-08-20 09:17:59", 1, "2022-01-06 16:07:20", 2, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (2, "India Mortgage Guarantee Corporation Private Limited", "IMGC", 2, NULL, "2019-08-22 12:52:01", 1, "2021-10-23 08:22:06", 2, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (3, "Save Financials Services Private Limited", "SFSPL", 2, NULL, "2019-09-24 06:23:08", 1, "2022-01-06 16:08:29", 2, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (4, "Udaan Capital", "UDAAN", 2, NULL, "2019-11-06 12:53:13", 2, "2022-01-06 16:08:51", 2, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (5, "Clix Capital Services Private Limited", "CLIX", 2, NULL, "2019-11-08 04:53:08", 2, "2019-11-08 04:53:08", 2, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (6, "IndusInd Bank Limited", "IIB", 2, NULL, "2019-11-14 10:57:46", 2, "2022-09-27 13:01:04", 2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, NULL), + (7, "Moneywise Financial Services Private Limited", "MWISE", 2, NULL, "2019-11-14 13:05:39", 2, "2020-08-03 16:46:05", NULL, 1, 0, 1, 0, 0, 0, 1, 3, 0, 0, 0, 0, NULL), + (8, "ICICI Bank", "ICICI", 2, NULL, "2019-11-28 06:19:49", 2, "2019-12-12 08:26:35", 2, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (9, "Clix Housing Finance Private Limited", "CHFPL", 2, NULL, "2020-01-22 05:03:49", 2, "2022-01-06 16:05:47", 2, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (10, "STAR AGENCY", "SA", 3, NULL, "2020-10-05 04:42:47", 2, "2020-10-06 19:25:01", 2, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, NULL), + (11, "J B Investment and Financial Services", "JBIFS", 3, NULL, "2020-10-06 17:04:26", 1, "2021-01-20 16:16:16", NULL, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, NULL), + (12, "Effizent Seele Private Limited", "EFFIZENT", 3, NULL, "2020-10-06 17:04:26", 1, "2020-10-07 10:02:58", NULL, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, NULL), + (13, "Sineedge Consulting Private Limited", "SCPL", 3, NULL, "2020-10-07 05:18:58", 2, "2020-10-14 13:19:07", 2, 1, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, NULL), + (14, "Unjia International", "UI", 3, NULL, "2020-10-13 06:57:30", 2, "2020-10-14 13:19:08", NULL, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, NULL), + (15, "Capsave Finance Private Limited", "CFPL", 2, NULL, "2021-03-04 08:34:23", 2, "2022-02-08 12:02:24", NULL, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, NULL), + (16, "CSL Finance Limited", "CSLFL", 2, NULL, "2021-08-18 06:31:56", 2, "2022-01-06 16:06:28", 2, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, NULL), + (17, "JANASHA FINANCE PRIVATE LIMITED", "JFPL", 2, NULL, "2021-09-23 06:49:44", 2, "2022-04-16 15:37:59", 2, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, NULL), + (18, "Capital India Finance Limited", "CIFL", 2, NULL, "2022-02-10 09:40:57", 2, NULL, NULL, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, NULL), + (19, "Fly Hi Financial Services Limited", "FHFSL", NULL, NULL, "2022-06-14 15:32:56", NULL, NULL, NULL, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (20, "Demo Finance Pvt Ltd", "DEMOLTD", 2, NULL, "2022-06-29 12:46:16", 2, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (22, "Edelweiss Housing Finance Limited", "EDHFL", 2, NULL, "2022-09-10 06:02:37", 2, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (24, "IDFC First Bank", "IDFC", 2, NULL, "2022-12-05 05:43:41", 2, NULL, NULL, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, NULL), + (25, "Veeraraghavan & Co.", "Veeraraghavan & Co.", 3, NULL, "2023-06-24 05:31:05", 2, "2023-06-24 05:31:05", 2, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0); + +/*!40000 ALTER TABLE `m_entity` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_billing +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_billing` ( + `entity_billing_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_id` int DEFAULT NULL, + `billing_name` varchar(100) DEFAULT NULL, + `addressline1` varchar(100) DEFAULT NULL, + `addressline2` varchar(100) DEFAULT NULL, + `addressline3` varchar(100) DEFAULT NULL, + `pincode` varchar(10) DEFAULT NULL, + `email` varchar(45) DEFAULT NULL, + `mobileno` varchar(45) DEFAULT NULL, + `gstno` varchar(20) DEFAULT NULL, + `pan` varchar(20) DEFAULT NULL, + `gststatecode` varchar(10) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `updatedon` datetime DEFAULT NULL, + `updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT NULL, + `createdby` int DEFAULT NULL, + `is_dist_cal_enabled` tinyint DEFAULT '0', + `geo_loc` varchar(50) DEFAULT NULL, + PRIMARY KEY (`entity_billing_id`) +) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_entity_billing` WRITE; +/*!40000 ALTER TABLE `m_entity_billing` DISABLE KEYS */; + +INSERT INTO `m_entity_billing` (`entity_billing_id`, `fk_entity_id`, `billing_name`, `addressline1`, `addressline2`, `addressline3`, `pincode`, `email`, `mobileno`, `gstno`, `pan`, `gststatecode`, `isactive`, `updatedon`, `updatedby`, `createdon`, `createdby`, `is_dist_cal_enabled`, `geo_loc`) VALUES + (1, 1, "Hero Housing Finance Limited", "Ist Floor, Hero Housing Finance Limited, A-44, 1st Floor,", "Mohan Co-Operative Industrial Estate, Near Mohan Estate Metro Station,", "Mathura Road, New Delhi", "110044", "Sinepd@sinemanagment.com", "8123970718", "07AADCH9153R1ZV", "AADCH9153R", "", 1, "2019-08-19 18:18:09", 1, NULL, NULL, 0, NULL), + (2, 2, "India Mortgage Guarantee Corporation Private Limited", "4th Floor, Plot no C-1, WIT Tower B, Sector-16", "Noida", "Gautam Buddha Nagar, Uttar Pradesh", "201301", "Abhishek.Manocha@imgc.com", "8800213456", "09AACCG6775B1ZK", "AACCG6775B", "", 1, "2019-08-22 12:52:01", 1, NULL, NULL, 0, NULL), + (3, 2, "India Mortgage Guarantee Corporation Private Limited", "4th Floor, Plot no C-1, WIT Tower B, Sector-16, Noida", "Gautam Buddha Nagar", " Uttar Pradesh", "201301", "Anuj.Sharma@imgc.com", "9873185837", "09AACCG6775B1ZK", "AACCG6775B", "", 1, "2019-08-22 12:52:01", 1, NULL, NULL, 0, NULL), + (4, 3, "Save Financials Services Private Limited", "320-321, Success Tower", "Success Tower, Third Floor", "Golf Course Extension Road, Sector 65, Gurgaon", "122002", "vinish.kumar@saveind.in", "8851195642", "06AABCK5130H1ZW", "AABCK5130H", "", 1, "2019-10-04 10:07:57", 2, NULL, NULL, 0, NULL), + (5, 4, "Udaan Capital", "No. 1090 G, 18th Cross, 14th Main, Sector 3", "HSR Layout", "Bangalore, Karnataka", "560102", "abhishek.lunia@udaan.com", "9874551312", "29AADCH8879C1Z5", "AADCH8879C", "", 1, "2019-11-06 12:53:13", 2, NULL, NULL, 0, NULL), + (6, 5, "Clix Capital", "9, B 901", "Two Horizon Centre,DLF phase 5, DLF Phase 5", "Gurgaon, Haryana", "122002", "pankaj.karnani@clix.capital", "9871114584", "06AAACC0642F1ZA", "AAACC0642F", "", 1, "2019-11-08 04:53:08", 2, NULL, NULL, 0, NULL), + (7, 6, "IndusInd Bank Limited", "Indusind Bank Ltd, Plot No 2E/1 3rd floor", "Above Yes Bank", " Jhandewalan Extn, Delhi", "110055", "anojkumar.singh@indusind.com", "9871181977", "07AAACI1314G1Z5", "AAACI1314G", "", 1, "2019-11-14 10:57:46", 2, NULL, NULL, 0, NULL), + (8, 7, "Moneywise Financial Services Private Limited", "11/6B", "Shanti Chamber", "Pusa Road, New Delhi", "110005", "haritsetia@smcfinance.com", "8826063063", "07AADCS7346H1Z6", "AADCS7346H", "", 1, "2019-11-14 13:05:39", 2, NULL, NULL, 0, NULL), + (9, 8, "ICICI Bank Limited", "25", "South Street", "Gurgaon, Haryana", "122003", "icici@test.com", "8000000000", "27AAACI1195H1ZM", "AHNGB8596K", "", 1, "2019-11-28 06:19:49", 2, NULL, NULL, 0, NULL), + (10, 9, "Clix Housing Finance Private Limited", "9, B 901, Two Horizon Centre, DLF phase 5, DLF Phase 5", "DLF Phase 5", "Gurgaon, Haryana", "122002", " Amit.batra@clix.capital", "9582868189", "06AAGCC7223E1ZZ", "AAGCC7223E", "", 1, "2020-01-22 05:03:49", 2, NULL, NULL, 0, NULL), + (11, 10, "STAR AGENCY", "25", "South Street", "Haryana", "600000", "Start@star.com", "9000000000", "ADGH45666", "AGNPH5815H", "", 1, "2020-10-05 04:42:47", 2, NULL, NULL, 0, NULL), + (12, 11, "J B Investment and Financial Services", "4th Floor, Bhiwapurkar Chambers,", "Mehadia Square, Dhantoli,", "Nagpur, Maharashtra", "440012", "sushil.bhagat@jbifs.in", "9422829397", "27AAEFJ6712G1ZG", "AAEFJ6712G", "", 1, "2020-10-06 17:04:26", 1, NULL, NULL, 0, NULL), + (13, 12, "Effizent Seele Private Limited", "C- 338 3rd, 4th and 5th Floor,", "Palam Extension Ramphal Chowk, Dwarka Sector-7 South West Delhi,", "Delhi", "110075", "info@effizent.com", "9999999999", "NA", "NA", "", 1, "2020-10-06 17:04:26", 1, NULL, NULL, 0, NULL), + (14, 13, "Sineedge Consulting Private Ltd", "A – 211, Pioneer Urban Square, Golf Course Extn. Road", "Sector 62", "Gurugram, Haryana", "122002", "sineedge@sineedge.com", "9000000000", "GST000000", "PAN00000", "", 1, "2020-10-07 05:18:58", 2, NULL, NULL, 0, NULL), + (15, 16, "CSL Finance Limited", "716-717, 7th Floor, World Trade Tower ", "Sector-16", "Noida, Uttar Pradesh", "201301", "partner@cslfinance.in", "9717470123", "09AAACC0122C1ZJ", "AAACC0122C", "", 1, "2021-08-18 06:31:56", 2, NULL, NULL, 0, NULL), + (16, 17, "JANASHA FINANCE PRIVATE LIMITED", "1/504,BEVERLY PARK, PLOT NO. 2, ", "SECTOR-22", "DWARKA, NEW DELHI", "110075", "S@LOANKUBER.COM", "9930119931", "07AADCJ8045Q1ZY", "AADCJ8045Q", "", 1, "2021-09-23 06:49:44", 2, NULL, NULL, 0, NULL), + (17, 18, "Capital India Finance Limited", "2nd Floor, DLF Centre", "Sansad Marg", "New Delhi, Delhi", "110001", "dilkhush.jha@capitalindia.com", "9810775641", "07AADCB0657N2ZH", "AADCB0657N", "", 1, "2022-02-10 09:40:57", 2, NULL, NULL, 0, NULL), + (18, 20, "Demo Finance Pvt Ltd", "25", "North Street", "Delhi", "110012", "demo@demo.com", "9999889999", "GST85749685", "AMKPL1222", "", 1, "2022-06-29 12:48:21", 2, NULL, NULL, 0, NULL), + (19, 22, "Edelweiss Housing Finance Limited", "3-B, 1st Floor ", "Rajendra Park", "Pusa Road, Delhi", "110005", "a@gmail.com", "9988998882", "857485858585", "HYHUV8513J", "", 1, "2022-09-10 06:04:56", 2, NULL, NULL, 0, NULL), + (20, 22, "Edelweiss Housing Finance Limited", "3-B, 1st Floor ", "Rajendra Park", "Pusa Road, Delhi", "110005", "a@gmail.com", "9988998882", "857485858585", "HYHUV8513J", "", 1, "2022-09-10 06:04:56", 2, NULL, NULL, 0, NULL), + (21, 24, "IDFC First Bank", "KRM TOWER, 7TH FLOOR, ", "NO.1 HARRINGTON ROAD", "CHETPET, CHENNAI", "600003", "sadvi.sanduja@idfcfirstbank.com", "9000000011", "ASASASA252525", "AHNYH^512k", "", 1, "2022-12-05 05:43:41", 2, NULL, NULL, 0, NULL); + +/*!40000 ALTER TABLE `m_entity_billing` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_billing_contact_info +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_billing_contact_info` ( + `entity_billing_contact_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_billing_id` int DEFAULT NULL, + `contact_person` varchar(60) DEFAULT NULL, + `contact_email` varchar(45) DEFAULT NULL, + `contact_mobile_no` varchar(15) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_billing_contact_id`) +) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_entity_billing_contact_info` WRITE; +/*!40000 ALTER TABLE `m_entity_billing_contact_info` DISABLE KEYS */; + +INSERT INTO `m_entity_billing_contact_info` (`entity_billing_contact_id`, `fk_entity_billing_id`, `contact_person`, `contact_email`, `contact_mobile_no`, `isactive`) VALUES + (1, 1, "Vishant", "Sinepd@sinemanagment.com", "8123970718", 1), + (2, 1, "Vishant", "Sinepd@sinemanagment.com", "8123970718", 1), + (3, 2, "Mr. Abhishek Manocha", "Abhishek.Manocha@imgc.com", "8800213456", 1), + (4, 2, "Mr. Anuj Sharma", "Anuj.Sharma@imgc.com", "9873185837", 1), + (5, 3, "Mr. Anuj Sharma", "Anuj.Sharma@imgc.com", "9873185837", 1), + (6, 4, "Surendra Kumar", "surendra.kumar@saveind.in", "8802729075", 1), + (7, 5, "Mr. Abhishek Lunia", "abhishek.lunia@udaan.com", "9874551312", 1), + (8, 6, "Mr. Pankaj Karnani", "pankaj.karnani@clix.capital", "9871114584", 1), + (9, 7, "Anuj Singh", "anojkumar.singh@indusind.com", "9871181977", 1), + (10, 8, "Harit Setia", "haritsetia@smcfinance.com", "8802729075", 1), + (11, 9, "Person-1", "icici@test.com", "8000000000", 1), + (12, 10, "Amit Batra", "Amit.batra@clix.capital", "9582868189", 1), + (13, 11, "RajKumar", "star@star.com", "9989898989", 1), + (14, 12, "Ashish Nagrale ", "sushil.bhagat@jbifs.in", "9422829397", 1), + (15, 13, "Prabhat Goel", "prabhat@effizentseele.com", "9560194979", 1), + (16, 14, "Vishant", "sineedge@sineedge.com", "9000000000", 1), + (17, 15, "Amit Ranjan", "amit.ranjan@cslfinance.in", "9717470123", 1), + (18, 16, "SHOBHA SRIDHAR", "SHOBHA.SRIDHAR@LOANKUBER.COM", "9312222358", 1), + (19, 17, "Dilkhush Jha", "dilkhush.jha@capitalindia.com", "9810775641", 1), + (20, 18, "Ravi", "demo@demo.com", "885585555", 1), + (21, 19, "Raju", "a@gmail.com", "9988998882", 1), + (22, 20, "Raju", "a@gmail.com", "9988998882", 1), + (23, 21, "IDFC", "sadvi.sanduja@idfcfirstbank.com", "95822 14393", 1); + +/*!40000 ALTER TABLE `m_entity_billing_contact_info` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_branch +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_branch` ( + `entity_branch_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_city_id` int DEFAULT NULL, + `fk_branch` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_branch_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_entity_city +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_city` ( + `entity_city_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_state_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_city_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_entity_disclaimer +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_disclaimer` ( + `entity_disclaimer_id` int NOT NULL AUTO_INCREMENT, + `disclaimer` text, + `fk_entity_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updateby` int DEFAULT NULL, + `type` tinyint DEFAULT '1', + `fk_product_id` varchar(45) DEFAULT NULL, + `fk_pd_type` int DEFAULT NULL, + PRIMARY KEY (`entity_disclaimer_id`) +) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_entity_disclaimer` WRITE; +/*!40000 ALTER TABLE `m_entity_disclaimer` DISABLE KEYS */; + +INSERT INTO `m_entity_disclaimer` (`entity_disclaimer_id`, `disclaimer`, `fk_entity_id`, `createdon`, `updatedon`, `fk_createdby`, `fk_updateby`, `type`, `fk_product_id`, `fk_pd_type`) VALUES + (1, "The information contained in this report (a) is provided for the benefit of Hero Housing Finance Limited (hereinafter referred to as HHFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by HHFL; (c) has been obtained during the visit done at premises as instructed by HHFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to HHFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report. ", 1, "2019-08-23 19:11:55", "2020-06-17 12:44:09", 2, NULL, 1, NULL, 1), + (2, "The information contained in this report (a) is provided for the benefit India Mortgage Guarantee Corporation Private Limited. (hereinafter referred to as IMGC) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IMGC; (c) has been obtained during the visit done at premises as instructed by IMGC. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IMGC on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 2, "2019-08-23 19:13:14", "2020-05-10 23:24:34", 165, NULL, 1, NULL, 1), + (3, "The information contained in this report (a) is provided for the benefit of Save Financials Services Private Limited. (hereinafter referred to as SFSPL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by SFSPL; (c) has been obtained during the visit done at premises as instructed by SFSPL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to SFSPL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.\n", 3, "2019-09-24 12:31:00", "2020-05-10 23:24:34", 2, NULL, 1, NULL, 1), + (4, "The information contained in this report (a) is provided for the benefit of Clix Capital Services Private Limited (hereinafter referred to as Clix Capital) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Capital; (c) has been obtained during the visit done at premises as instructed by Clix Capital. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Capital on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 5, "2019-11-08 10:35:46", "2020-05-10 23:24:34", 2, NULL, 1, NULL, 1), + (5, "The information contained in this report (a) is provided for the benefit of Hiveloop Capital Private Limited. (hereinafter referred to as Hiveloop) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Hiveloop; (c) has been obtained during the visit done at premises as instructed by Hiveloop. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Hiveloop on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 4, "2019-11-12 19:55:17", "2020-05-10 23:24:34", 2, NULL, 1, NULL, 1), + (6, "The information contained in this report (a) is provided for the benefit of IndusInd Bank Limited (hereinafter referred to as IndusInd) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IndusInd; (c) has been obtained during the visit done at premises as instructed by IndusInd. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IndusInd on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 6, "2019-11-14 16:34:59", "2020-05-10 23:24:34", 2, NULL, 1, NULL, 1), + (7, "The information contained in this report (a) is provided for the benefit of Moneywise Financial Services Pvt. Ltd. (hereinafter referred to as MFSPL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by MFSPL; (c) has been obtained during the visit done at premises as instructed by MFSPL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to MFSPL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 7, "2019-11-14 19:14:28", "2020-05-10 23:24:34", 2, NULL, 1, NULL, 1), + (8, "The information contained in this report (a) is provided for the benefit of ICICI Bank Limited. (hereinafter referred to as ICICI Bank) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by ICICI Bank; (c) has been obtained during the visit done at premises as instructed by ICICI Bank. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to ICICI Bank on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 8, "2019-12-13 12:55:22", "2020-05-10 23:24:34", 2, NULL, 1, NULL, 1), + (10, "udaan_stamp.jpg", 4, "2020-01-07 16:00:35", "2020-05-10 23:24:34", 1, NULL, 3, NULL, 1), + (11, "This is an electronically generated report, hence does not require a signature", 4, "2020-01-07 20:13:48", "2020-05-10 23:24:34", 1, NULL, 2, NULL, 1), + (12, "The information contained in this report (a) is provided for the benefit of Clix Capital Services Private Limited (hereinafter referred to as Clix Capital) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Capital; (c) has been obtained during the visit done at premises as instructed by Clix Capital. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Capital on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 5, "2020-01-21 18:09:28", "2020-05-10 23:24:35", 2, NULL, 1, NULL, 1), + (13, "The information contained in this report (a) is provided for the benefit of Clix Capital Services Private Limited (hereinafter referred to as Clix Capital) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Capital; (c) has been obtained during the visit done at premises as instructed by Clix Capital. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Capital on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 5, "2020-01-21 18:10:33", "2020-05-10 23:24:35", 2, NULL, 1, NULL, 1), + (14, "The information contained in this report (a) is provided for the benefit of Clix Housing Finance Private Limited (hereinafter referred to as Clix Housing) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Housing; (c) has been obtained telephonically as instructed by Clix Housing. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Housing on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 9, "2020-01-22 11:28:10", "2020-06-17 12:14:32", 2, NULL, 1, NULL, 1), + (15, "The information contained in this report (a) is provided for the benefit of Hero Housing Finance Limited (hereinafter referred to as HHFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by HHFL; (c) has been obtained telephonically as instructed by HHFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to HHFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report. ", 1, "2019-08-23 19:11:55", "2020-06-17 12:44:09", 2, NULL, 1, NULL, 3), + (16, "The information contained in this report (a) is provided for the benefit India Mortgage Guarantee Corporation Private Limited. (hereinafter referred to as IMGC) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IMGC; (c) has been obtained telephonically as instructed by IMGC. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IMGC on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 2, "2019-08-23 19:13:14", "2020-06-17 12:17:45", 165, NULL, 1, NULL, 3), + (17, "The information contained in this report (a) is provided for the benefit of Save Financials Services Private Limited. (hereinafter referred to as SFSPL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by SFSPL; (c) has been obtained telephonically as instructed by SFSPL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to SFSPL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.\n", 3, "2019-09-24 12:31:00", "2020-06-17 12:17:54", 2, NULL, 1, NULL, 3), + (18, "The information contained in this report (a) is provided for the benefit of Clix Capital Services Private Limited (hereinafter referred to as Clix Capital) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Capital; (c) has been obtained telephonically as instructed by Clix Capital. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Capital on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 5, "2019-11-08 10:35:46", "2020-06-17 12:18:07", 2, NULL, 1, NULL, 3), + (19, "The information contained in this report (a) is provided for the benefit of Hiveloop Capital Private Limited. (hereinafter referred to as Hiveloop) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Hiveloop; (c) has been obtained telephonically as instructed by Hiveloop. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Hiveloop on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 4, "2019-11-12 19:55:17", "2020-06-17 12:18:16", 2, NULL, 1, NULL, 3), + (20, "The information contained in this report (a) is provided for the benefit of IndusInd Bank Limited (hereinafter referred to as IndusInd) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IndusInd; (c) has been obtained telephonically as instructed by IndusInd. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IndusInd on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 6, "2019-11-14 16:34:59", "2020-06-17 12:18:24", 2, NULL, 1, NULL, 3), + (21, "The information contained in this report (a) is provided for the benefit of Moneywise Financial Services Pvt. Ltd. (hereinafter referred to as MFSPL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by MFSPL; (c) has been obtained telephonically as instructed by MFSPL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to MFSPL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 7, "2019-11-14 19:14:28", "2020-06-17 12:18:36", 2, NULL, 1, NULL, 3), + (22, "The information contained in this report (a) is provided for the benefit of ICICI Bank Limited. (hereinafter referred to as ICICI Bank) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by ICICI Bank; (c) has been obtained telephonically as instructed by ICICI Bank. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to ICICI Bank on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 8, "2019-12-13 12:55:22", "2020-06-17 12:18:48", 2, NULL, 1, NULL, 3), + (23, "udaan_stamp.jpg", 4, "2020-01-07 16:00:35", "2020-05-10 23:24:34", 1, NULL, 3, NULL, 3), + (24, "This is an electronically generated report, hence does not require a signature", 4, "2020-01-07 20:13:48", "2020-05-10 23:24:34", 1, NULL, 2, NULL, 3), + (25, "The information contained in this report (a) is provided for the benefit of Clix Capital Services Private Limited (hereinafter referred to as Clix Capital) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Capital; (c) has been obtained telephonically as instructed by Clix Capital. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Capital on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 5, "2020-01-21 18:09:28", "2020-06-17 12:19:06", 2, NULL, 1, NULL, 3), + (26, "The information contained in this report (a) is provided for the benefit of Clix Capital Services Private Limited (hereinafter referred to as Clix Capital) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Capital; (c) has been obtained telephonically as instructed by Clix Capital. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Capital on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 5, "2020-01-21 18:10:33", "2020-06-17 12:19:16", 2, NULL, 1, NULL, 3), + (27, "The information contained in this report (a) is provided for the benefit of Clix Housing Finance Private Limited (hereinafter referred to as Clix Housing) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Clix Housing; (c) has been obtained telephonically as instructed by Clix Housing. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Clix Housing on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 9, "2020-01-22 11:28:10", "2020-06-17 12:19:36", 2, NULL, 1, NULL, 3), + (28, "udaan_stamp.jpg", 3, "2020-01-07 16:00:35", "2020-05-10 23:24:34", 1, NULL, 3, NULL, 1), + (29, "This is an electronically generated report, hence does not require a signature", 3, "2020-01-07 20:13:48", "2020-05-10 23:24:34", 1, NULL, 2, NULL, 1), + (30, "udaan_stamp.jpg", 3, "2020-01-07 16:00:35", "2020-05-10 23:24:34", 1, NULL, 3, NULL, 3), + (31, "This is an electronically generated report, hence does not require a signature", 3, "2020-01-07 20:13:48", "2020-05-10 23:24:34", 1, NULL, 2, NULL, 3), + (32, "The information contained in this report (a) is provided for the benefit of Capsave Finance Private Limited (hereinafter referred to as Capsave) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by Capsave; (c) has been obtained during the visit done at premises as instructed by Capsave. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to Capsave on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 15, "2021-03-04 14:14:22", "2021-03-05 19:09:20", 2, NULL, 1, NULL, 1), + (33, "The information contained in this report (a) is provided for the benefit of CSL Finance Limited. (hereinafter referred to as CSLFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by CSLFL; (c) has been obtained during the visit done at premises as instructed by CSLFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to CSLFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 16, "2021-08-18 12:08:10", "2021-08-26 18:51:03", 2, NULL, 1, NULL, 1), + (34, "The information contained in this report (a) is provided for the benefit of CSL Finance Limited. (hereinafter referred to as CSLFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by CSLFL; (c) has been obtained during the visit done at premises as instructed by CSLFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to CSLFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 16, "2021-08-18 12:08:10", "2021-09-17 18:57:45", 0, NULL, 1, NULL, 3), + (35, "The information contained in this report (a) is provided for the benefit of Janasha Finance Private Limited (hereinafter referred to as JFPL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by JFPL; (c) has been obtained during the visit done at premises as instructed by JFPL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to JFPL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 17, "2021-09-23 12:26:06", "2021-09-23 14:27:07", 2, NULL, 1, NULL, 1), + (36, "The information contained in this report (a) is provided for the benefit of Janasha Finance Private Limited (hereinafter referred to as JFPL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by JFPL; (c) has been obtained during the visit done at premises as instructed by JFPL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to JFPL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 17, "2021-09-23 12:26:06", "2021-09-23 14:27:08", 2, NULL, 1, NULL, 3), + (37, "The information contained in this report (a) is provided for the benefit of Capital India Finance Limited. (hereinafter referred to as CIFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by CIFL; (c) has been obtained during the visit done at premises as instructed by CIFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to CIFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 18, "2022-02-10 16:28:43", "2022-02-13 22:28:45", 2, NULL, 1, NULL, 1), + (38, "The information contained in this report (a) is provided for the benefit of Edelweiss Housing Finance Limited (hereinafter referred to as EDHFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by EDHFL; (c) has been obtained during the visit done at premises as instructed by EDHFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to EDHFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 22, "2022-09-10 11:41:41", "2022-09-12 17:30:45", 2, NULL, 1, NULL, 1), + (39, "The information contained in this report (a) is provided for the benefit of Edelweiss Housing Finance Limited (hereinafter referred to as EDHFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by EDHFL; (c) has been obtained during the visit done at premises as instructed by EDHFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to EDHFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 22, "2022-09-12 17:30:45", "2022-09-12 17:30:45", 2, NULL, 1, NULL, 2), + (40, "The information contained in this report (a) is provided for the benefit of Edelweiss Housing Finance Limited (hereinafter referred to as EDHFL) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by EDHFL; (c) has been obtained during the visit done at premises as instructed by EDHFL. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to EDHFL on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 22, "2022-09-12 17:30:45", "2022-09-12 17:30:45", 2, NULL, 1, NULL, 3), + (41, "The information contained in this report (a) is provided for the benefit of IDFC First Bank (hereinafter referred to as IDFC) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IDFC; (c) has been obtained during the visit done at premises as instructed by IDFC. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IDFC on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 24, "2022-12-05 11:34:58", "2022-12-05 11:34:58", 2, NULL, 1, NULL, NULL), + (42, "The information contained in this report (a) is provided for the benefit of IDFC First Bank (hereinafter referred to as IDFC) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IDFC; (c) has been obtained during the visit done at premises as instructed by IDFC. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IDFC on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 24, "2022-12-05 11:54:40", "2022-12-05 11:54:40", 165, NULL, 1, NULL, 1), + (43, "The information contained in this report (a) is provided for the benefit of IDFC First Bank (hereinafter referred to as IDFC) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IDFC; (c) has been obtained during the visit done at premises as instructed by IDFC. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IDFC on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 24, "2022-12-05 11:54:40", "2022-12-05 11:54:40", 165, NULL, 1, NULL, 2), + (44, "The information contained in this report (a) is provided for the benefit of IDFC First Bank (hereinafter referred to as IDFC) only, and is not for the benefit of any other parties; (b) has been compiled by Sineedge Consulting Private Limited (Hereinafter referred as SCPL) in accordance with the instructions given, by IDFC; (c) has been obtained during the visit done at premises as instructed by IDFC. Some of the information in this report, by the very nature of it, might have been obtained through informal sources. SCPL wishes to mention that all due care has been exercised by SCPL in collecting information and putting together this report. However, given the nature of some of these verifications, SCPL cannot be held liable for any financial or other loss to IDFC on account of any errors or omissions in the report. SCPL does not guarantee absolute accuracy of information contained herein. SCPL does not take any responsibility for any action(s) that the client may take based on the contents of this report.", 24, "2022-12-05 11:54:40", "2022-12-05 11:54:40", 165, NULL, 1, NULL, 3); + +/*!40000 ALTER TABLE `m_entity_disclaimer` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_fin_institutions +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_fin_institutions` ( + `entity_fin_institution_id` int NOT NULL AUTO_INCREMENT, + `institute_name` varchar(100) DEFAULT NULL, + `institute_email` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_entity_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_fin_institution_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_entity_fin_institutions` WRITE; +/*!40000 ALTER TABLE `m_entity_fin_institutions` DISABLE KEYS */; + +INSERT INTO `m_entity_fin_institutions` (`entity_fin_institution_id`, `institute_name`, `institute_email`, `createdon`, `fk_createdby`, `fk_updatedby`, `updatedon`, `fk_entity_id`, `isactive`) VALUES + (1, "ICICI Bank", "Operations@imgc.com", "2019-09-07 19:50:33", 1, 1, "2019-09-07 19:50:33", 2, 1), + (2, "Axis Bank", "Axis.operations@imgc.com", "2019-09-07 19:50:33", 1, 1, "2019-09-07 19:50:33", 2, 1), + (3, "Tata", "Tata.Operations@imgc.com", "2019-09-07 19:50:33", 1, 1, "2019-09-07 19:50:33", 2, 1), + (4, "Aditya Birla", "ABHL.Operations@imgc.com", "2019-09-07 19:50:33", 1, 1, "2019-09-07 19:50:33", 2, 1), + (5, "LIC", "LICHFL.Operations@imgc.com", "2019-09-07 19:50:33", 1, 1, "2019-09-07 19:50:33", 2, 1), + (6, "HHFL", "HHFL.Operations@imgc.com", "2020-09-21 14:22:10", 2, 2, "2020-09-21 14:22:10", 2, 1), + (7, "Piramal Housing Finance", "PHF.Operations@imgc.com", "2020-12-04 15:30:08", 2, 2, "2020-12-04 15:30:08", 2, 1); + +/*!40000 ALTER TABLE `m_entity_fin_institutions` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_lender_branch +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_lender_branch` ( + `entity_lender_branch_id` int NOT NULL AUTO_INCREMENT, + `branch_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `fk_entity_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT NULL, + PRIMARY KEY (`entity_lender_branch_id`) +) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_entity_lender_branch` WRITE; +/*!40000 ALTER TABLE `m_entity_lender_branch` DISABLE KEYS */; + +INSERT INTO `m_entity_lender_branch` (`entity_lender_branch_id`, `branch_name`, `isactive`, `createdon`, `updatedon`, `fk_createdby`, `fk_updatedby`, `fk_entity_id`, `fk_city_id`) VALUES + (1, "HHFL-Mohan Estate", 1, "2019-08-19 23:58:10", "2019-10-14 15:59:57", 1, 2, 1, 869), + (2, "IMGC-Noida", 1, "2019-08-22 18:39:19", "2019-08-22 18:39:19", 1, NULL, 2, 6081), + (3, "HHFL-NSP", 1, "2019-08-24 15:18:42", "2019-10-14 15:59:57", 1, 2, 1, 869), + (4, "Gurgaon", 1, "2019-09-24 12:27:49", "2019-09-24 12:27:49", 1, NULL, 3, 1248), + (5, "Udaan Capital-Delhi", 1, "2019-11-06 18:44:55", "2019-11-07 18:19:23", 2, 2, 4, 869), + (6, "Clix Capital-New Delhi", 1, "2019-11-08 10:30:24", "2019-11-08 10:32:55", 2, 2, 5, 869), + (7, "IndusInd Bank Limited-New Delhi", 1, "2019-11-14 16:33:12", "2019-11-14 16:33:58", 2, 2, 6, 869), + (8, "Moneywise-New Delhi", 1, "2019-11-14 18:40:52", "2019-11-22 15:41:29", 2, 2, 7, 869), + (9, "Moneywise-New Delhi", 0, "2019-11-14 18:42:36", "2019-11-22 15:41:30", 2, 2, 7, 869), + (10, "ICICI Bank Limited - Gurgaon", 0, "2019-11-28 12:16:40", "2020-01-21 13:59:36", 2, 2, 8, 1248), + (11, "DCM - Jaipur", 0, "2019-12-17 12:32:26", "2021-02-18 15:18:33", 2, 2, 8, 4307), + (12, "DCM Central Square", 0, "2019-12-17 12:32:26", "2021-07-03 12:46:06", 2, 2, 8, 869), + (13, "Faridabad - Haryana", 0, "2019-12-17 12:32:26", "2021-02-18 15:18:33", 2, 2, 8, 1239), + (14, "Ghaziabad - Uttar Pradesh", 0, "2019-12-17 12:32:26", "2021-02-18 15:18:33", 2, 2, 8, 5785), + (15, "ICICI Bank - New Delhi", 1, "2019-12-17 12:32:26", "2021-07-03 12:46:06", 2, 2, 8, 869), + (16, "Gurgaon - Haryana", 0, "2019-12-17 12:32:26", "2021-07-03 12:46:06", 2, 2, 8, 1248), + (17, "Noida - Uttar Pradesh", 0, "2019-12-17 12:32:26", "2021-07-03 12:46:06", 2, 2, 8, 6081), + (18, "Noida Extension - Uttar Pradesh", 0, "2019-12-17 12:32:26", "2021-07-03 12:46:06", 2, 2, 8, 6081), + (19, "Rohini - New Delhi", 0, "2019-12-17 12:32:26", "2021-07-03 12:46:06", 2, 2, 8, 869), + (20, "Gurgaon", 1, "2020-01-22 11:25:41", "2020-02-29 08:04:05", 2, 2, 9, 1248), + (21, "Delhi", 1, "2020-02-29 10:48:41", "2020-02-29 10:48:41", 2, NULL, 9, 869), + (22, "Ghaziabad", 1, "2020-02-29 10:48:41", "2020-02-29 10:48:41", 2, NULL, 9, 5785), + (23, "HHFL-Gurgaon", 1, "2020-06-11 14:22:03", "2020-07-17 09:11:52", 2, 2, 1, 1248), + (24, "HHFL-Ghaziabad", 1, "2020-07-17 09:11:52", "2020-08-05 16:22:47", 2, 2, 1, 5785), + (25, "HHFL-Faridabad ", 1, "2020-08-05 16:22:47", "2020-09-10 15:36:13", 2, 2, 1, 1239), + (26, "Dwarka - New Delhi", 0, "2020-08-24 12:05:05", "2021-07-03 12:46:06", 2, 2, 8, 869), + (27, "HHFL-Kundli", 1, "2020-09-10 15:36:13", "2020-09-10 15:36:13", 2, NULL, 1, 869), + (28, "ICICI-Yamuna Nagar", 0, "2021-03-03 12:55:18", "2021-07-03 12:46:06", 2, 2, 8, 1248), + (29, "CFPL-Mumbai", 1, "2021-03-11 17:49:34", "2021-03-11 17:49:34", 2, NULL, 15, 3374), + (30, "CFPL-Delhi", 1, "2021-03-11 17:49:34", "2021-03-11 17:49:34", 2, NULL, 15, 869), + (31, "Noida", 1, "2021-08-18 12:07:11", "2021-08-18 12:07:11", 2, NULL, 16, 6081), + (32, "Delhi", 1, "2021-09-23 12:25:07", "2021-09-23 12:25:07", 2, NULL, 17, 869), + (33, "CIFL-Delhi", 1, "2022-02-10 16:27:45", "2022-02-10 16:27:45", 2, NULL, 18, 869), + (34, "Demo-Delhi", 1, "2022-06-29 18:22:26", "2022-06-29 18:22:26", 2, NULL, 20, 869), + (35, "DELHI", 1, "2022-09-10 11:39:57", "2022-09-10 11:39:57", 2, NULL, 22, 869), + (36, "MUMBAI", 1, "2022-12-05 11:33:26", "2022-12-05 11:33:26", 2, NULL, 24, 4660), + (37, "Moneywise-Chennai", 1, "2023-12-19 16:31:09", "2023-12-19 16:31:09", 2, NULL, 7, 4660); + +/*!40000 ALTER TABLE `m_entity_lender_branch` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_pdprice_info +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_pdprice_info` ( + `entity_pdprice_id` int NOT NULL, + `fk_entity_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT NULL, + `fk_pd_type_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `fk_cs_id` int DEFAULT NULL, + PRIMARY KEY (`entity_pdprice_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_entity_preferences +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_preferences` ( + `entity_preference_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_id` int DEFAULT NULL, + `preference_type` int DEFAULT NULL COMMENT '1 - product , 2 - cs, 3 - pd type, 4- sales_pd _product', + `values` varchar(250) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `default_value` varchar(5) DEFAULT NULL, + PRIMARY KEY (`entity_preference_id`) +) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_entity_preferences` WRITE; +/*!40000 ALTER TABLE `m_entity_preferences` DISABLE KEYS */; + +INSERT INTO `m_entity_preferences` (`entity_preference_id`, `fk_entity_id`, `preference_type`, `values`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`, `default_value`) VALUES + (1, 2, 1, "1,3", 0, "2019-09-16 16:58:49", 2, "2023-03-02 17:40:17", NULL), + (2, 2, 2, "1,5,8,9", 0, "2019-09-16 16:58:49", 2, "2024-04-09 15:21:40", NULL), + (3, 2, 3, "1,2,3", 0, "2019-09-16 16:58:49", 2, "2020-10-04 10:51:35", NULL), + (4, 3, 1, "3", 0, "2019-09-24 12:29:10", 2, "2019-10-04 15:47:24", NULL), + (5, 3, 2, "1,4,8", 0, "2019-09-24 12:29:10", 2, "2024-04-09 15:21:43", NULL), + (6, 3, 3, "1", 0, "2019-09-24 12:29:10", 2, "2019-10-04 15:47:24", NULL), + (7, 4, 1, "10,11,12,13,14,15,16,17,18,19,20,21,24", 0, "2019-11-06 18:48:33", 2, "2021-01-20 10:20:23", NULL), + (8, 4, 2, "5", 0, "2019-11-06 18:48:33", 2, "2019-11-06 18:48:33", NULL), + (9, 4, 3, "1,2", 0, "2019-11-06 18:48:33", 2, "2020-12-04 15:11:47", NULL), + (10, 5, 1, "4,7", 0, "2019-11-08 10:31:43", 2, "2022-01-27 12:04:47", "4"), + (11, 5, 2, "5", 0, "2019-11-08 10:31:43", 2, "2022-01-27 12:04:47", "5"), + (12, 5, 3, "1,2,3", 0, "2019-11-08 10:31:43", 2, "2022-01-27 12:04:47", "1"), + (13, 6, 1, "1,2,3", 0, "2019-11-14 16:34:46", 2, "2022-09-06 15:17:16", "3"), + (14, 6, 2, "1,4,5", 0, "2019-11-14 16:34:46", 2, "2022-09-06 15:57:05", NULL), + (15, 6, 3, "1,2,3", 0, "2019-11-14 16:34:46", 2, "2022-01-06 14:08:28", "1"), + (16, 7, 1, "8,9,28", 1, "2019-11-14 19:12:26", 2, "2024-04-09 15:51:07", NULL), + (17, 7, 2, "10,11", 1, "2019-11-14 19:12:26", 2, "2021-03-06 16:03:36", NULL), + (18, 7, 3, "1,2,3", 1, "2019-11-14 19:12:26", 2, "2020-12-21 12:51:59", NULL), + (19, 8, 1, "1,2,3,6", 0, "2019-11-28 12:16:54", 2, "2021-02-18 15:23:17", "1"), + (20, 8, 2, "1,2,4,5,8,9", 0, "2019-11-28 12:16:54", 2, "2024-04-09 15:21:54", "5"), + (21, 8, 3, "1,2,3", 0, "2019-11-28 12:16:54", 2, "2020-01-29 10:56:09", "1"), + (22, 7, 4, "8,9,23,28", 1, "2019-12-19 18:34:06", 2, "2024-04-09 15:51:11", NULL), + (23, 9, 1, "1,2,3", 0, "2020-01-22 11:57:39", 2, "2020-01-22 11:57:39", NULL), + (24, 9, 2, "1,4,5,8,9", 0, "2020-01-22 11:57:39", 2, "2024-04-09 15:22:03", NULL), + (25, 9, 3, "1", 0, "2020-01-22 11:57:39", 2, "2020-02-29 10:51:59", "1"), + (26, 1, 1, "1,2,3,4,5,6,7,8,9,10,11,12,13", NULL, "2020-01-28 20:59:23", 2, "2024-04-09 15:22:09", "1"), + (27, 1, 2, "1,4,5,8,9", NULL, "2020-01-28 20:59:23", 2, "2024-04-09 15:22:06", "5"), + (28, 1, 3, "1,2,3", NULL, "2020-01-28 20:59:23", 2, "2020-10-04 10:51:25", "1"), + (29, 1, 5, "1", NULL, "2020-01-29 11:19:24", NULL, "2020-01-29 11:19:24", NULL), + (30, 10, 1, "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18", 0, "2020-10-05 10:21:57", 2, "2024-04-09 15:22:15", NULL), + (31, 10, 2, "1,4,5,8,9", 0, "2020-10-05 10:21:57", 2, "2024-04-09 15:22:24", NULL), + (32, 10, 3, "1,2,3", 0, "2020-10-05 10:21:57", 2, "2020-10-05 10:21:57", NULL), + (33, 15, 1, "25", 0, "2021-03-04 14:17:17", 2, "2021-03-05 11:38:47", NULL), + (34, 15, 2, "1,5", 0, "2021-03-04 14:17:17", 2, "2021-03-05 11:38:47", "5"), + (35, 15, 3, "1,2,3", 0, "2021-03-04 14:17:17", 2, "2021-03-04 14:17:17", NULL), + (36, 16, 1, "3", 0, "2021-08-18 12:07:52", 2, "2021-08-18 12:07:52", "3"), + (37, 16, 2, "1,4,8", 0, "2021-08-18 12:07:52", 2, "2024-04-09 15:22:27", NULL), + (38, 16, 3, "1,2,3", 0, "2021-08-18 12:07:52", 2, "2021-08-18 12:07:52", NULL), + (39, 17, 1, "3", 0, "2021-09-23 12:25:43", 2, "2021-09-23 12:25:43", "3"), + (40, 17, 2, "1,4,8", 0, "2021-09-23 12:25:43", 2, "2024-04-09 15:22:30", NULL), + (41, 17, 3, "1,2,3", 0, "2021-09-23 12:25:43", 2, "2021-09-23 12:25:43", NULL), + (42, 18, 1, "3", 0, "2022-02-10 16:28:30", 2, "2022-02-10 16:28:30", "3"), + (43, 18, 2, "4,5,8", 0, "2022-02-10 16:28:30", 2, "2024-04-09 15:22:33", NULL), + (44, 18, 3, "1,2,3", 0, "2022-02-10 16:28:30", 2, "2022-02-10 16:28:30", NULL), + (45, 20, 1, "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23", 0, "2022-06-29 18:23:54", 2, "2024-04-09 15:22:39", NULL), + (46, 20, 2, "1,4,5,8,9,10,11", 0, "2022-06-29 18:23:54", 2, "2024-04-09 15:22:36", NULL), + (47, 20, 3, "1,2,3", 0, "2022-06-29 18:23:54", 2, "2022-06-29 18:23:54", NULL), + (48, 22, 1, "1", 0, "2022-09-10 11:41:07", 2, "2022-09-10 11:41:07", NULL), + (49, 22, 2, "1,4,5", 0, "2022-09-10 11:41:07", 2, "2022-09-10 11:41:07", NULL), + (50, 22, 3, "1,2,3", 0, "2022-09-10 11:41:07", 2, "2022-09-10 11:41:07", NULL), + (51, 24, 1, "1,2,3", 0, "2022-12-05 11:34:40", 2, "2022-12-05 15:18:32", "1"), + (52, 24, 2, "1,4,5", 0, "2022-12-05 11:34:40", 2, "2022-12-05 11:34:40", NULL), + (53, 24, 3, "1,2,3", 0, "2022-12-05 11:34:40", 2, "2022-12-05 11:34:40", NULL); + +/*!40000 ALTER TABLE `m_entity_preferences` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_region_mapping +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_region_mapping` ( + `entity_region_map_id` int NOT NULL AUTO_INCREMENT, + `fk_region_id` int DEFAULT NULL, + `fk_city_id` int DEFAULT '1', + `fk_entity_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_region_map_id`) +) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_entity_region_mapping` WRITE; +/*!40000 ALTER TABLE `m_entity_region_mapping` DISABLE KEYS */; + +INSERT INTO `m_entity_region_mapping` (`entity_region_map_id`, `fk_region_id`, `fk_city_id`, `fk_entity_id`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`) VALUES + (1, 7, 869, 1, "2020-09-10 09:41:32", 2, "2020-09-10 09:41:32", 2, 1), + (2, 6, 6081, 2, "2019-08-22 12:52:01", 1, "2019-08-22 12:52:01", 1, 1), + (3, 1, 1248, 3, "2019-09-24 06:23:08", 1, "2019-09-24 06:23:08", 1, 1), + (4, 2, 1782, 4, "2019-11-07 12:45:12", 2, "2019-11-07 12:45:12", 2, 0), + (5, 6, 869, 4, "2019-11-07 12:45:12", 2, "2019-11-07 12:45:12", 2, 1), + (6, 7, 869, 5, "2019-11-08 04:53:08", 2, "2019-11-08 04:53:08", 2, 1), + (7, 7, 869, 6, "2019-11-14 10:57:46", 2, "2019-11-14 10:57:46", 2, 1), + (8, 7, 869, 7, "2023-12-19 10:59:32", 2, "2023-12-19 10:59:32", 2, 1), + (9, 7, 1248, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (10, 1, 4307, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (11, 6, 869, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (12, 7, 1239, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (13, 7, 5785, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (14, 7, 6081, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (15, 4, 1248, 9, "2020-02-29 02:36:20", 2, "2020-02-29 02:36:20", 2, 1), + (16, 4, 869, 9, "2020-02-29 02:36:20", 2, "2020-02-29 02:36:20", 2, 1), + (17, 4, 5785, 9, "2020-02-29 02:36:20", 2, "2020-02-29 02:36:20", 2, 1), + (18, 1, 1248, 1, "2020-09-10 09:41:32", 2, "2020-09-10 09:41:32", 2, 1), + (19, 1, 5785, 1, "2020-09-10 09:41:32", 2, "2020-09-10 09:41:32", 2, 1), + (20, 1, 1239, 1, "2020-09-10 09:41:32", 2, "2020-09-10 09:41:32", 2, 1), + (21, 1, 869, 8, "2020-08-24 06:32:37", 2, "2020-08-24 06:32:37", 2, 1), + (22, 1, 869, 1, "2020-09-10 09:41:32", 2, "2020-09-10 09:41:32", 2, 1), + (23, 6, 3374, 15, "2021-03-11 12:14:12", 2, "2021-03-11 12:14:12", 2, 1), + (24, 1, 869, 15, "2021-03-11 12:14:12", 2, "2021-03-11 12:14:12", 2, 1), + (25, 6, 3374, 15, "2021-03-11 12:14:12", 2, "2021-03-11 12:14:12", 2, 1), + (26, 1, 869, 15, "2021-03-11 12:14:12", 2, "2021-03-11 12:14:12", 2, 1), + (27, 6, 6081, 16, "2021-08-18 06:31:56", 2, "2021-08-18 06:31:56", 2, 1), + (28, 1, 869, 17, "2021-09-23 06:49:44", 2, "2021-09-23 06:49:44", 2, 1), + (29, 1, 869, 18, "2022-02-10 09:40:57", 2, "2022-02-10 09:40:57", 2, 1), + (30, 1, 869, 20, "2022-06-29 12:48:21", 2, "2022-06-29 12:48:21", 2, 1), + (31, 1, 869, 22, "2022-09-10 06:04:56", 2, "2022-09-10 06:04:56", 2, 1), + (32, 2, 4660, 24, "2022-12-05 05:43:41", 2, "2022-12-05 05:43:41", 2, 1), + (33, 2, 4660, 7, "2023-12-19 10:59:32", 2, "2023-12-19 10:59:32", 2, 1); + +/*!40000 ALTER TABLE `m_entity_region_mapping` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_state +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_state` ( + `entity_state_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_region_id` int DEFAULT NULL, + `fk_state_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_state_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_entity_tat +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_tat` ( + `entity_tat_master_id` int NOT NULL AUTO_INCREMENT, + `fk_entity_id` int DEFAULT NULL, + `tat1` int DEFAULT NULL, + `tat2` int DEFAULT NULL, + `tat3` int DEFAULT NULL, + `tat4` int DEFAULT NULL, + `tat5` int DEFAULT NULL, + `tat6` int DEFAULT NULL, + `tat7` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updateon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`entity_tat_master_id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_entity_tat` WRITE; +/*!40000 ALTER TABLE `m_entity_tat` DISABLE KEYS */; + +INSERT INTO `m_entity_tat` (`entity_tat_master_id`, `fk_entity_id`, `tat1`, `tat2`, `tat3`, `tat4`, `tat5`, `tat6`, `tat7`, `createdon`, `updateon`, `fk_createdby`, `fk_updatedby`, `isactive`) VALUES + (1, 1, 4, NULL, NULL, NULL, NULL, NULL, NULL, "2019-08-30 20:33:25", "2019-08-30 20:33:25", NULL, NULL, 1), + (2, 2, 2, NULL, NULL, NULL, NULL, NULL, NULL, "2019-08-30 20:33:43", "2019-08-30 20:33:43", NULL, NULL, 1); + +/*!40000 ALTER TABLE `m_entity_tat` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_entity_tat_child +# ------------------------------------------------------------ + +CREATE TABLE `m_entity_tat_child` ( + `entity_tat_child_id` int NOT NULL AUTO_INCREMENT, + `fk_city_id` int DEFAULT NULL, + `fk_pd_type_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_tat_master_id` int DEFAULT NULL, + PRIMARY KEY (`entity_tat_child_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_existing_loan_types +# ------------------------------------------------------------ + +CREATE TABLE `m_existing_loan_types` ( + `existing_loan_type_id` int NOT NULL AUTO_INCREMENT, + `loan_type_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`existing_loan_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_existing_loan_types` WRITE; +/*!40000 ALTER TABLE `m_existing_loan_types` DISABLE KEYS */; + +INSERT INTO `m_existing_loan_types` (`existing_loan_type_id`, `loan_type_name`, `isactive`, `createdon`, `updatedon`, `fk_createdby`, `fk_updatedby`, `is_others`) VALUES + (1, "Others (Please Specify)", 1, "2018-12-03 15:59:58", "2019-01-15 11:02:57", 1, NULL, 1), + (2, "Loan Against Property", 1, "2018-12-03 15:59:58", "2018-12-03 15:59:58", 1, NULL, 0), + (3, "Personal Loan", 1, "2018-12-03 15:59:58", "2018-12-03 15:59:58", 1, NULL, 0), + (4, "Business Loan", 1, "2018-12-03 15:59:58", "2018-12-03 15:59:58", 1, NULL, 0), + (5, "Loan Against Shares", 1, "2018-12-03 15:59:58", "2018-12-03 15:59:58", 1, NULL, 0), + (6, "Gold Loan", 1, "2018-12-03 15:59:58", "2018-12-03 15:59:58", 1, NULL, 0), + (7, "Education Loan", 1, "2018-12-03 15:59:58", "2018-12-03 15:59:58", 1, NULL, 0), + (8, "Vehicle Loan", 1, "2018-12-03 15:59:59", "2018-12-03 15:59:59", 1, NULL, 0), + (9, "Home Loan", 1, "2018-12-03 15:59:59", "2019-01-15 11:02:57", 1, NULL, 0), + (10, "Consumer Loan", 1, "2019-04-19 12:27:37", "2019-04-19 12:27:37", NULL, NULL, 0); + +/*!40000 ALTER TABLE `m_existing_loan_types` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_frequency +# ------------------------------------------------------------ + +CREATE TABLE `m_frequency` ( + `frequency_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `mutiple_factor` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`frequency_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_frequency` WRITE; +/*!40000 ALTER TABLE `m_frequency` DISABLE KEYS */; + +INSERT INTO `m_frequency` (`frequency_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `mutiple_factor`, `is_others`) VALUES + (1, "Others", "2018-10-16 12:22:01", 1, "2020-01-08 16:38:56", 165, 0, NULL, 1), + (2, "Yearly", "2018-10-16 12:22:01", 1, "2019-02-08 12:01:15", NULL, 1, 1, 0), + (3, "Every 6 months", "2018-10-16 12:22:01", 1, "2019-02-08 12:01:15", NULL, 1, 2, 0), + (4, "Every 15 days", "2018-10-16 12:22:01", 1, "2019-02-08 12:26:28", NULL, 1, 24, 0), + (5, "Daily", "2018-10-16 12:22:01", 1, "2019-03-21 18:43:43", NULL, 1, 300, 0), + (6, "Every 3 months", "2018-10-16 12:22:01", 1, "2019-01-10 17:37:41", 1, 1, 4, 0), + (7, "Monthly", "2018-11-15 10:38:19", 1, "2019-02-08 12:01:16", NULL, 1, 12, 0), + (8, "Every 12 days", "2018-10-16 12:22:01", 1, "2019-05-28 10:34:51", 165, 1, 30, 0); + +/*!40000 ALTER TABLE `m_frequency` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_industry_classification +# ------------------------------------------------------------ + +CREATE TABLE `m_industry_classification` ( + `industry_classification_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(60) NOT NULL, + `createdon` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int NOT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`industry_classification_id`) +) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_industry_classification` WRITE; +/*!40000 ALTER TABLE `m_industry_classification` DISABLE KEYS */; + +INSERT INTO `m_industry_classification` (`industry_classification_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Others", "2018-10-16 07:14:40", 1, "2019-01-15 11:08:07", NULL, 1, 1), + (2, "ARCHITECT", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (3, "AUTO ANCILLARIES", "2018-10-16 07:14:40", 1, "2018-10-16 07:14:40", 1, 1, 0), + (4, "BIOTECH ", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (5, "CEMENT ", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (6, "COFFEE", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (7, "DOCTOR", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (8, "EDUCATION", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (9, "FOOTWEAR", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (10, "BEARINGS", "2018-11-28 10:27:17", 0, NULL, NULL, 1, 0), + (11, "BICYCLE & ACCESSORIES ", "2018-11-28 10:27:17", 0, NULL, NULL, 0, 0), + (12, "BOTTLED WATER ", "2018-11-28 10:27:17", 0, NULL, NULL, 1, 0), + (13, "BREWERIES & DISTILLERIES", "2018-11-28 10:27:17", 0, NULL, NULL, 1, 0), + (14, "CASTINGS & FORGINGS ", "2018-11-28 10:27:17", 0, NULL, NULL, 1, 0), + (15, "CHARTERED ACCOUNTANT", "2018-11-28 10:27:17", 0, NULL, NULL, 1, 0), + (16, "CHEMICAL INDUSTRY", "2018-12-21 04:51:54", 1, NULL, NULL, 1, 0), + (17, "ALLOYS & PRODUCTS MADE OF ALLOYS", "2019-01-15 11:08:07", 0, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_industry_classification` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_insurance_type +# ------------------------------------------------------------ + +CREATE TABLE `m_insurance_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_insurance_type` WRITE; +/*!40000 ALTER TABLE `m_insurance_type` DISABLE KEYS */; + +INSERT INTO `m_insurance_type` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Life", 1, 0), + (2, "Health", 1, 0); + +/*!40000 ALTER TABLE `m_insurance_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_investment_type +# ------------------------------------------------------------ + +CREATE TABLE `m_investment_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_investment_type` WRITE; +/*!40000 ALTER TABLE `m_investment_type` DISABLE KEYS */; + +INSERT INTO `m_investment_type` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "RD", 1, 0), + (3, "Mutual Funds", 1, 0), + (4, "PPF", 1, 0), + (5, "Shares", 1, 0), + (6, "FD", 1, 0); + +/*!40000 ALTER TABLE `m_investment_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_lender_hierarchy +# ------------------------------------------------------------ + +CREATE TABLE `m_lender_hierarchy` ( + `lender_hierarchy_id` int NOT NULL AUTO_INCREMENT, + `lender_hierarchy` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`lender_hierarchy_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + + + +# Dump of table m_level1 +# ------------------------------------------------------------ + +CREATE TABLE `m_level1` ( + `level1_id` int NOT NULL AUTO_INCREMENT, + `fk_category_id` int DEFAULT NULL, + `level1_weightage` varchar(5) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_scorecard_id` int DEFAULT NULL, + PRIMARY KEY (`level1_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_level2 +# ------------------------------------------------------------ + +CREATE TABLE `m_level2` ( + `level2_id` int NOT NULL AUTO_INCREMENT, + `fk_level1_id` int DEFAULT NULL, + `level2_weigthage` varchar(45) DEFAULT NULL, + `question_key` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_form_id` int DEFAULT NULL, + `calc_type` int DEFAULT NULL, + PRIMARY KEY (`level2_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_level3 +# ------------------------------------------------------------ + +CREATE TABLE `m_level3` ( + `level3_id` int NOT NULL AUTO_INCREMENT, + `fk_level2_id` int DEFAULT NULL, + `answer` varchar(150) DEFAULT NULL, + `answer_score` varchar(10) DEFAULT NULL, + `answer_max_score` varchar(10) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`level3_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_locality +# ------------------------------------------------------------ + +CREATE TABLE `m_locality` ( + `locality_id` int NOT NULL AUTO_INCREMENT, + `locality_name` varchar(65) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`locality_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_locality` WRITE; +/*!40000 ALTER TABLE `m_locality` DISABLE KEYS */; + +INSERT INTO `m_locality` (`locality_id`, `locality_name`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Commercial (Office type) Area", 1, 0), + (3, "Industrial Area", 1, 0), + (4, "Residential Area", 1, 0), + (5, "Mix Use Area", 1, 1), + (6, "Rural (Village) area", 1, 0), + (7, "Commercial (Shop type) Area", 1, 0); + +/*!40000 ALTER TABLE `m_locality` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_mortage_properties +# ------------------------------------------------------------ + +CREATE TABLE `m_mortage_properties` ( + `mortage_property_id` int NOT NULL AUTO_INCREMENT, + `group_name` varchar(50) DEFAULT NULL, + `sub_group_name` varchar(45) DEFAULT NULL, + `property_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_cretaedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`mortage_property_id`) +) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_mortage_properties` WRITE; +/*!40000 ALTER TABLE `m_mortage_properties` DISABLE KEYS */; + +INSERT INTO `m_mortage_properties` (`mortage_property_id`, `group_name`, `sub_group_name`, `property_name`, `isactive`, `createdon`, `fk_cretaedby`, `updatedon`, `fk_updatedby`, `is_others`) VALUES + (1, "HL", NULL, "Independent House", 1, "2018-11-29 11:38:56", 1, "2019-03-30 10:18:21", NULL, 0), + (2, "HL", NULL, "Flat", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (3, "HL", NULL, "Row House", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (4, "HL", NULL, "Floor", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (5, "HL", NULL, "Chawl", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (6, "HL", NULL, "Others", 1, "2018-11-29 11:38:57", 1, "2019-02-26 10:45:10", NULL, 1), + (7, "NRPL", NULL, "Clinic", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (8, "NRPL", NULL, "Factory", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (9, "NRPL", NULL, "Warehouse / Godown", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (10, "NRPL", NULL, "Shop", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (11, "NRPL", NULL, "Residence cum Office", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (12, "NRPL", NULL, "Industrial Shed", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (13, "NRPL", NULL, "Workshop", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (14, "NRPL", NULL, "Office in Business Centre", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (15, "NRPL", NULL, "Shared Office", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (16, "NRPL", NULL, "Others ", 1, "2018-11-29 11:38:57", 1, "2019-02-26 10:45:10", NULL, 1), + (17, "LL", NULL, "Residential Plot", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:55", NULL, 0), + (18, "LL", NULL, "Commercial Plot", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (19, "LL", NULL, "Industrial Plot", 1, "2018-11-29 11:38:57", 1, "2018-11-29 11:42:54", NULL, 0), + (20, "LL", NULL, "Others ", 1, "2018-11-29 11:38:57", 1, "2019-02-26 10:45:09", NULL, 1), + (21, "LAP", "LAP Residential", "Independent House", 1, "2018-11-29 11:38:58", 1, "2019-03-30 10:19:59", NULL, 0), + (22, "LAP", "LAP Residential", "Flat", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (23, "LAP", "LAP Residential", "Row House", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (24, "LAP", "LAP Residential", "Floor", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (25, "LAP", "LAP Residential", "Chawl", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (26, "LAP", "LAP Residential", "Residential Plot", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (27, "LAP", "", "Others", 1, "2018-11-29 11:38:58", 1, "2019-02-26 10:45:09", NULL, 1), + (28, "LAP", "LAP Commercial", "Office", 1, "2018-11-29 11:42:52", 1, "2019-01-07 13:14:49", NULL, 0), + (29, "LAP", "LAP Commercial", "Clinic", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (30, "LAP", "LAP Commercial", "Factory", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (31, "LAP", "LAP Commercial", "Warehouse / Godown", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (32, "LAP", "LAP Commercial", "Shop", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (33, "LAP", "LAP Commercial", "Residence cum Office", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (34, "LAP", "LAP Commercial", "Industrial Shed", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (35, "LAP", "LAP Commercial", "Workshop", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (36, "LAP", "LAP Commercial", "Office in Business Centre", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (37, "LAP", "LAP Commercial", "Shared Office", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (38, "LAP", "LAP Commercial", "Commercial Plot", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (39, "LAP", "LAP Commercial", "Industrial Plot", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (40, "LFMP", "LFMP Residential", "Independent House", 1, "2018-11-29 11:38:58", 1, "2019-03-30 10:19:59", NULL, 0), + (41, "LFMP", "LFMP Residential", "Flat", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (42, "LFMP", "LFMP Residential", "Row House", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (43, "LFMP", "LFMP Residential", "Floor", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (44, "LFMP", "LFMP Residential", "Chawl", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (45, "LFMP", "LFMP Residential", "Residential Plot", 1, "2018-11-29 11:38:58", 1, "2019-01-07 13:14:49", NULL, 0), + (46, "LFMP", "", "Others", 1, "2018-11-29 11:38:58", 1, "2019-02-26 10:45:09", NULL, 1), + (47, "LFMP", "LFMP Commercial", "Office", 1, "2018-11-29 11:42:52", 1, "2019-01-07 13:14:49", NULL, 0), + (48, "LFMP", "LFMP Commercial", "Clinic", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (49, "LFMP", "LFMP Commercial", "Factory", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (50, "LFMP", "LFMP Commercial", "Warehouse / Godown", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (51, "LFMP", "LFMP Commercial", "Shop", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (52, "LFMP", "LFMP Commercial", "Residence cum Office", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (53, "LFMP", "LFMP Commercial", "Industrial Shed", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (54, "LFMP", "LFMP Commercial", "Workshop", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (55, "LFMP", "LFMP Commercial", "Office in Business Centre", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (56, "LFMP", "LFMP Commercial", "Shared Office", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (57, "LFMP", "LFMP Commercial", "Commercial Plot", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0), + (58, "LFMP", "LFMP Commercial", "Industrial Plot", 1, "2018-11-29 11:42:53", 1, "2019-01-07 13:14:49", NULL, 0); + +/*!40000 ALTER TABLE `m_mortage_properties` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_mortage_property_type +# ------------------------------------------------------------ + +CREATE TABLE `m_mortage_property_type` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_mortage_property_type` WRITE; +/*!40000 ALTER TABLE `m_mortage_property_type` DISABLE KEYS */; + +INSERT INTO `m_mortage_property_type` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Bunglow", 1, 0), + (2, "Land", 1, 0), + (3, "Residence", 1, 0); + +/*!40000 ALTER TABLE `m_mortage_property_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_non_individual_entities +# ------------------------------------------------------------ + +CREATE TABLE `m_non_individual_entities` ( + `non_individual_entity_id` int NOT NULL AUTO_INCREMENT, + `non_individual_entity_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`non_individual_entity_id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_non_individual_entities` WRITE; +/*!40000 ALTER TABLE `m_non_individual_entities` DISABLE KEYS */; + +INSERT INTO `m_non_individual_entities` (`non_individual_entity_id`, `non_individual_entity_name`, `isactive`, `fk_createdby`, `fk_updatedby`, `createdon`, `updatedon`, `is_others`) VALUES + (1, "Others (Please Specify)", 1, NULL, NULL, "2018-12-05 17:30:44", "2019-01-15 11:24:25", 1), + (2, "Public Limited Company", 1, NULL, NULL, "2018-12-05 17:30:44", "2018-12-05 17:30:44", 0), + (3, "Sole proprietorship", 1, NULL, NULL, "2018-12-05 17:30:44", "2018-12-05 17:30:44", 0), + (4, "HUF (Hindu Undivided Family)", 1, NULL, NULL, "2018-12-05 17:30:44", "2018-12-05 17:30:44", 0), + (5, "Partnership", 1, NULL, NULL, "2018-12-05 17:30:44", "2018-12-05 17:30:44", 0), + (6, "Cooperative ", 1, NULL, NULL, "2018-12-05 17:30:45", "2018-12-05 17:30:45", 0), + (7, "LLP (Limited Liability Partnership)", 1, NULL, NULL, "2018-12-05 17:30:45", "2018-12-05 17:30:45", 0), + (8, "OPC (One Person Company)", 1, NULL, NULL, "2018-12-05 17:30:45", "2018-12-05 17:30:45", 0), + (9, "Society", 1, NULL, NULL, "2018-12-05 17:30:45", "2018-12-05 17:30:45", 0), + (10, "Private Limited Company", 1, NULL, NULL, "2018-12-05 17:30:45", "2019-01-15 11:24:25", 0); + +/*!40000 ALTER TABLE `m_non_individual_entities` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_occupation_non_earning_members +# ------------------------------------------------------------ + +CREATE TABLE `m_occupation_non_earning_members` ( + `occupation_non_earning_member_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`occupation_non_earning_member_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_occupation_non_earning_members` WRITE; +/*!40000 ALTER TABLE `m_occupation_non_earning_members` DISABLE KEYS */; + +INSERT INTO `m_occupation_non_earning_members` (`occupation_non_earning_member_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Others", "2018-09-25 13:32:58", 1, "2019-01-15 11:27:05", 1, 1, 1), + (2, "Student", "2018-09-25 13:32:58", 1, NULL, NULL, 1, 0), + (3, "Retired Person", "2018-09-25 13:32:58", 1, "2018-10-04 18:06:18", 1, 1, 0), + (4, "Housewife", "2018-11-27 11:41:40", 1, "2019-01-27 22:41:18", NULL, 1, 0), + (5, "Helps in business", "2019-10-10 17:49:47", NULL, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_occupation_non_earning_members` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_otp_rejection +# ------------------------------------------------------------ + +CREATE TABLE `m_otp_rejection` ( + `otp_rejection_id` int NOT NULL AUTO_INCREMENT, + `rejection_reason` varchar(150) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`otp_rejection_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_otp_rejection` WRITE; +/*!40000 ALTER TABLE `m_otp_rejection` DISABLE KEYS */; + +INSERT INTO `m_otp_rejection` (`otp_rejection_id`, `rejection_reason`, `is_others`, `isactive`) VALUES + (1, "Others", 1, 1), + (2, "Bad Network", 0, 1), + (3, "Person met is not an applicant", 0, 1), + (4, "OTP not received", 0, 1); + +/*!40000 ALTER TABLE `m_otp_rejection` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_payment_mode +# ------------------------------------------------------------ + +CREATE TABLE `m_payment_mode` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_payment_mode` WRITE; +/*!40000 ALTER TABLE `m_payment_mode` DISABLE KEYS */; + +INSERT INTO `m_payment_mode` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Supply against advance payment", 1, 0), + (2, "Payment on Receipt of goods / service", 1, 0), + (3, "Payment after Credit Period provided", 1, 0); + +/*!40000 ALTER TABLE `m_payment_mode` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pd_forms +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_forms` ( + `form_id` int NOT NULL AUTO_INCREMENT, + `pd_form_id` int DEFAULT NULL, + `pd_form_name` varchar(100) DEFAULT NULL, + `pd_form_description` varchar(100) DEFAULT NULL, + `pd_form_order` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `pd_form_level_order` int DEFAULT NULL, + `is_business_form` tinyint DEFAULT '0', + `business_order` tinyint DEFAULT NULL, + `is_addon_form` tinyint DEFAULT '0', + `form_template` longtext, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`form_id`), + KEY `pd_form_id` (`pd_form_id`) +) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_pd_forms` WRITE; +/*!40000 ALTER TABLE `m_pd_forms` DISABLE KEYS */; + +INSERT INTO `m_pd_forms` (`form_id`, `pd_form_id`, `pd_form_name`, `pd_form_description`, `pd_form_order`, `is_others`, `pd_form_level_order`, `is_business_form`, `business_order`, `is_addon_form`, `form_template`, `isactive`) VALUES + (1, 1, "Supplier Details", NULL, 8, 0, 2, 1, NULL, 0, "{ \"section_id\": \"1\", \"section_name\": \"Supplier Details\", \"onsubmit\": [], \"questions\": [ { \"question\":\"Is the Supplier information Available\", \"question_key\":\"is_the_supplier_information_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_supplier_information_available\", \"expression\":\"(String(\'is_the_supplier_information_available\') == String(\'yes\'))\", \"value_keys\":[ \"is_the_supplier_information_available\" ], \"questions\":[ { \"question\":\"Is the Billing Infomation Available\", \"question_key\":\"is_the_billing_infomation_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"service_name\", \"question\":\"Service Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"supplier_name\", \"question\":\"Supplier Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"title\", \"question\":\"Title\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"TITLES\" }, \"fields\":[ \"title_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_name\", \"question\":\"Contact Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_designation\", \"question\":\"Contact person Designation\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_mobile_number\", \"question\":\"Contact person Mobile Number\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"std_code\", \"question\":\"STD Code\", \"place_holder\":\"Enter the STD Code\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_landline_number\", \"question\":\"Contact person Landline Number\", \"place_holder\":\"Enter the number\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"payment_terms\", \"question\":\"Payment Terms\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PAYMENTMODE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"payment_terms\", \"expression\":\"(String(\'payment_terms\') == String(\'3\'))\", \"value_keys\":[ \"payment_terms\" ], \"questions\":[ { \"question_key\":\"what_%_of_total_purchase_is_done_on_credit\", \"question\":\"What % of Total Purchase is done on Credit?\", \"place_holder\":\"\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"day_to\", \"question\":\"Day To\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"day_from\", \"question\":\"Day From\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"no_of_days_of_credit_provided_by_supplier\", \"question\":\"No.of days of Credit Provided by Supplier\", \"place_holder\":\"Enter the text\", \"type\":null, \"sub_title\":\"No.of days of Credit Provided by Supplier\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"payment_mode\", \"question\":\"Payment Mode\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Payment made in Cash.\", \"answer_id\":\"Payment made in Cash.\" }, { \"answer\":\"Payment made through Banking channels.\", \"answer_id\":\"Payment made through Banking channels.\" }, { \"answer\":\"Payment made through Cash and Banking channels.\", \"answer_id\":\"Payment made through Cash and Banking channels.\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Service Provider Details\", \"group_key\": \"service_provider_details\" }] }] }], \"is_repeatable\":null, \"validations\":[ ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (2, 2, "Client Details", NULL, 9, 0, 2, 1, NULL, 0, "{ \"section_id\": \"2\", \"section_name\": \"Client Details\", \"onsubmit\": [], \"questions\": [ { \"question\":\"Is the Client information Available\", \"question_key\":\"is_the_client_information_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_client_information_available\", \"expression\":\"(String(\'is_the_client_information_available\') == String(\'yes\'))\", \"value_keys\":[ \"is_the_client_information_available\" ], \"questions\":[ { \"question\":\"Is the Billing Infomation Available\", \"question_key\":\"is_the_billing_infomation_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"select_the_service_provider\", \"question\":\"Select the Service Provider\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"client_name\", \"question\":\"Client Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"title\", \"question\":\"Title\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"TITLES\" }, \"fields\":[ \"title_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_name\", \"question\":\"Contact Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_designation\", \"question\":\"Contact person Designation\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_mobile_number\", \"question\":\"Contact person Mobile Number\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"std_code\", \"question\":\"STD Code\", \"place_holder\":\"Enter the Code\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_landline_number\", \"question\":\"Contact person Landline Number\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"payment_terms\", \"question\":\"Payment Terms\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PAYMENTMODE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"payment_terms\", \"expression\":\"(String(\'payment_terms\') == String(\'3\'))\", \"value_keys\":[ \"payment_terms\" ], \"questions\":[ { \"question_key\":\"what_of_total_purchase_is_done_on_credit\", \"question\":\"What % of Total Purchase is done on Credit?\", \"place_holder\":\"\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"day_to\", \"question\":\"Day To\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"day_from\", \"question\":\"Day From\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"no_of_days_of_credit_provided_by_supplier\", \"question\":\"No.of days of Credit Provided by Supplier\", \"place_holder\":\"Enter the text\", \"type\":null, \"sub_title\":\"No.of days of Credit Provided by Supplier\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"payment_mode\", \"question\":\"Payment Mode\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Payment made in Cash.\", \"answer_id\":\"Payment made in Cash.\" }, { \"answer\":\"Payment made through Banking channels.\", \"answer_id\":\"Payment made through Banking channels.\" }, { \"answer\":\"Payment made through Cash and Banking channels.\", \"answer_id\":\"Payment made through Cash and Banking channels.\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"sub_title\":\"Manufacturing Product Details\", \"group_title\": \"Manufacturing Product Details \", \"group_key\": \"manufacturing_product_details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (3, 3, "Personal Details", NULL, 100, 0, 3, 0, NULL, 0, NULL, 1), + (4, 5, "Address Details", NULL, 3, 0, 1, 0, NULL, 0, "{ \"section_id\":\"5\", \"section_name\":\"Address details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Address at which PD was initiated\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"disable\":false, \"field_width\":\"100\", \"title\":\"Address Details\", \"answers\":true, \"required\":true, \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\":\"Is this the address where PD is done ?\", \"question_key\":\"is_pd_done_on_initiated_address\", \"type\":\"2\", \"disable\":false, \"required\":true, \"field_width\":\"100\", \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_pd_done_on_initiated_address\", \"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\":[ \"is_pd_done_on_initiated_address\" ], \"questions\":[ { \"question\":\"Reason for change in PD visit address\", \"question_key\":\"reason_for_change_in_pd_visit_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode1\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others2\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"State\", \"question_key\": \"state2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\":\"Enter actual PD address\", \"question_key\":\"actual_pd_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] } ] }], \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Address Type\", \"question_key\":\"address_type\", \"type\":\"3\", \"required\":true, \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Locality\", \"question_key\":\"locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"LOCALITY\" }, \"fields\":[ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Approach to PD location*\", \"question_key\":\"approach_to_pd_location\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDLOCATIONAPPROACH\" }, \"fields\":[ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Comment on Locality\", \"question_key\":\"comment_on_locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMMENTSONLOCALITY\" }, \"fields\":[ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Unit of Measurement\", \"question_key\":\"unit_of_measurement\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] },{ \"question\":\"Estimate area of the Residence\", \"question_key\":\"estimate_area_of_the_residence\", \"type\":\"1\", \"disable\":false, \"required\":true, \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (5, 10, "Loan Details", NULL, 4, 0, 2, 0, NULL, 0, "{ \"section_id\":\"10\", \"section_name\":\"Loan details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Loan amount applied for ?\", \"question_key\":\"loan_amount\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"65\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"total_fund_requirement\", \"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\", \"value_keys\":[ \"total_fund_requirement\",\"loan_amount\" ], \"questions\":[ { \"question\":\"Remarks on source of funds for balance amount required\", \"question_key\":\"remarks_fund_source_balance\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"total_fund_requirement\", \"answers\":null, \"validations\":[ ] } ] }] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Loan Tenure applied for ?\", \"question_key\":\"loan_tenure\", \"type\":\"1\", \"field_type\":\"num\", \"field_width\":\"25\", \"onchange_properties\": null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Sub Product\", \"question_key\":\"sub_product\", \"type\":\"3\", \"field_width\":\"65\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"SUBPRODUCTS\" }, \"fields\":[ \"subproduct_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"What is the end use\", \"question_key\":\"end_use\", \"type\":\"4\", \"field_width\":\"65\", \"api_properties\":{ \"api\":\"getEndUseOfLoan\", \"api_method\":\"POST\", \"params\":{ \"master_name\":null }, \"fields\":[\"enduse_of_loan_id\",\"enduse_of_loan\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is there a balance transfer?\", \"question_key\":\"balance_transfer\", \"type\":\"3\", \"field_width\":\"65\", \"api_properties\": null, \"answers\": [ { \"answer_id\":\"yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"no\", \"answer\":\"No\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"EMI Amount comfortable paying\", \"question_key\":\"emi_amount\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"65\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"total_fund_requirement\", \"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\", \"value_keys\":[ \"total_fund_requirement\",\"loan_amount\" ], \"questions\":[ ] }] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Type of Property\", \"question_key\":\"is_transfer\", \"type\":\"3\", \"sub_title\":\"Details of Property being Mortgaged\", \"field_width\":\"55\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"clinic\", \"answer\":\"Clinic\" },{ \"answer_id\":\"factory\", \"answer\":\"Factory\" },{ \"answer_id\":\"industrial_shed\", \"answer\":\"Industrial Shed\" }, { \"answer_id\":\"office_in_business_centre\", \"answer\":\"Office in Business Centre\" }, { \"answer_id\":\"residence_cum_office\", \"answer\":\"Residence cum Office\" },{ \"answer_id\":\"shared_office\", \"answer\":\"Shared Office\" },{ \"answer_id\":\"warehouse_godown\", \"answer\":\"Warehouse / Godown\" },{ \"answer_id\":\"workshop\", \"answer\":\"Workshop\" },{ \"answer_id\":\"Others\", \"answer\":\"Others\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_transfer\", \"expression\":\"(String(\'is_transfer\') == String(\'Others\'))\", \"value_keys\":[ \"is_transfer\" ], \"questions\":[ { \"question_key\": \"specify_type_of_properties\", \"question\": \"Specify Type Of Properties\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_width\":\"45\", \"validations\": [ ] } ] }] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Name of Owner\", \"question_key\":\"owner_name\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Status of Construction\", \"question_key\":\"status_of_construction\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"STATUSOFCONSTRUCTION\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Estimated market value as per customer\", \"question_key\":\"estimated_market_value_as_per_customer\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\":\"Address of the proposed Property\", \"question_key\":\"address_of_property\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ]} ] }", 1), + (6, 6, "Family Details", NULL, 15, 0, 3, 0, NULL, 0, "{ \"section_id\": \"6\", \"section_name\": \"Family Details\", \"onsubmit\": null, \"questions\": [{ \"question\":\"Select a person*\", \"question_key\":\"select_a_person\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":null, \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Residence Details of\", \"question_key\": \"residence_details_of\", \"field_type\":\"null\", \"sub_title\":\"Residence Details of\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\":\"Place*\", \"question_key\":\"Place_list\", \"type\":\"1\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] },{ \"question\":\"Year*\", \"question_key\":\"year\", \"type\":\"1\", \"disable\":false, \"field_width\":\"25\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Month*\", \"question_key\":\"month\", \"type\":\"1\", \"disable\":false, \"field_width\":\"25\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Ownership*\", \"question_key\":\"ownership\", \"type\":\"3\", \"disable\":false, \"field_width\":\"25\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"RESIDENCEOWNERSHIP\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership\", \"expression\":\"(String(\'ownership\') == String(\'3\'))\", \"value_keys\":[ \"ownership\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"monthly_rent_amount\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"answers\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership\", \"expression\":\"(String(\'ownership\') == String(\'1\'))\", \"value_keys\":[ \"ownership\" ], \"questions\":[ { \"question\":\"Specify Ownership\", \"question_key\":\"specify_ownership\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"text\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": [ { \"question\": \"Title\", \"question_key\": \"title\", \"type\": \"3\", \"field_width\": \"20\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"TITLES\" }, \"fields\":[ \"title_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] }, { \"question\": \"Name*\", \"question_key\": \"name\", \"type\": \"1\", \"field_width\": \"20\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\": \"Relationship*\", \"question_key\": \"relationship\", \"type\": \"3\", \"field_width\": \"20\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"RELATIONSHIPS\" }, \"fields\":[ \"relationship_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\": \"Age*\", \"question_key\": \"age\", \"type\": \"1\", \"field_width\": \"20\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\": \"Earning Status*\", \"question_key\": \"earning_status\", \"type\": \"3\", \"field_width\": \"25\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Earning\", \"answer\":\"Earning\" }, { \"answer_id\":\"Non_Earning\", \"answer\":\"Non Earning\" } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"earning_status\", \"expression\":\"(String(\'earning_status\') == String(\'Earning\'))\", \"value_keys\": [ \"earning_status\" ], \"questions\": [ { \"question\": \"Segment*\", \"question_key\": \"segment\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"EARNINGMEMBERSSTATUS\" }, \"fields\":[ \"earning_member_status_id\", \"earning_member_status\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"segment\", \"expression\":\"(String(\'segment\') == String(\'1\'))\", \"value_keys\": [ \"segment\" ], \"questions\": [ { \"question\": \"Specify Others\", \"question_key\": \"specifyothers\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"Segment\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Income Per Month\", \"question_key\": \"income_per_month\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"numtoword\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Pension Received From\", \"question_key\": \"pension_received_from\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"No of Years in Employment/Business\", \"question_key\": \"no_of_years_in_employment_business\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"text\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"earning_status\", \"expression\":\"(String(\'earning_status\') == String(\'Non_Earning\'))\", \"value_keys\": [ \"earning_status\" ], \"questions\": [ { \"question\": \"Occupation*\", \"question_key\": \"occupation\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"OCCUPATIONMEMBERS\" }, \"fields\":[ \"occupation_non_earning_member_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"occupation\", \"expression\":\"(String(\'occupation\') == String(\'1\'))\", \"value_keys\": [ \"occupation\" ], \"questions\": [ { \"question\": \"Specify Others\", \"question_key\": \"specifyothers\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"occupation\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] },{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"occupation\", \"expression\":\"(String(\'occupation\') == String(\'3\'))\", \"value_keys\": [ \"occupation\" ], \"questions\": [ { \"question\": \"Retired Form\", \"question_key\": \"retired_form\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"occupation\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] },{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"occupation\", \"expression\":\"(String(\'occupation\') == String(\'2\'))\", \"value_keys\": [ \"occupation\" ], \"questions\": [ { \"question\": \"Specify School/College Name\", \"question_key\": \"specify_school/college_name\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"occupation\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Family Details\", \"group_key\": \"family_details\" } ]}", 1), + (7, 13, "Business Information", NULL, 5, 0, 2, 1, NULL, 0, "{ \"section_id\": \"13\", \"section_name\": \"About Business\", \"onsubmit\": null, \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"purpose\": \"answer_options_local\", \"master_name\": \"pd_applicants\", \"fields\": [\"pd_co_applicant_id\", \"applicant_name\"] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"Share of Profit / Shareholding (%)\", \"question_key\": \"Share of Profit / Shareholding (%)\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Started Business\", \"question_key\": \"Started Business\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"No of Years in Current Business\", \"question\": \"No of Years in Current Business\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"No of Years in Current Business\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"Year\", \"question\": \"Year\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"30\", \"validations\": [] }, { \"question_key\": \"Month\", \"question\": \"Month\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"30\", \"validations\": [] }, { \"question_key\": \"Total Work Experience (in years)\", \"question\": \"Total Work Experience (in years)\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"30\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Director Details\", \"group_key\": \"Director Details\" }, { \"question\": [ { \"question\": \"Title\", \"question_key\": \"Title\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"TITLES\" }, \"fields\": [\"title_id\", \"name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Name\", \"question_key\": \"Name\", \"type\": \"1\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Relation\", \"question_key\": \"Relation\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"RELATIONSHIPS\" }, \"fields\": [\"relationship_id\", \"name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Relationship To\", \"question_key\": \"Relationship to\", \"type\": \"4\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"purpose\": \"answer_options_local\", \"master_name\": \"pd_applicants\", \"fields\": [\"pd_co_applicant_id\", \"applicant_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Relationship with Company\", \"question_key\": \"Relationship_with_Company\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMPANYRELATIONSHIPS\" }, \"fields\": [\"company_relationship_id\", \"name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Started Busniess\", \"question_key\": \"Started_Busniess\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Add Other Family Members Involved In Business\", \"group_key\": \"Add Other Family Members Involved In Business\" }, { \"question_key\": \"Type_of_Business_Activity\", \"question\": \"Type of Business Activity\", \"place_holder\": \"Enter the text\", \"type\": \"4\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"TYPEOFACTIVITY\" }, \"fields\": [\"type_of_activity_id\", \"name\"] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(2))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Manufacturing\", \"group_key\": \"Manufacturing\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(5))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Service Provider \", \"group_key\": \"Service Provider\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(3))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Retail trading \", \"group_key\": \"Retail trading\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(4))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Wholesale Trade\", \"group_key\": \"Wholesale Trade\" } ] } ] } ], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"Does the Applicant Use Mobile Wallets / UPI Apps\", \"question\": \"Does the Applicant Use Mobile Wallets / UPI Apps\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"sub_title\": \"Digital Payments\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"65\", \"validations\": [] }, { \"question_key\": \"Does the Applicant Use POS Machines in His Business / Profession\", \"question\": \"Does the Applicant Use POS Machines in His Business / Profession\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"65\", \"validations\": [] }, { \"question_key\": \"Is The Business Seasonal\", \"question\": \"Is The Business Seasonal\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"sub_title\": \"Digital Payments\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No Major Changes In Sales\", \"answer_id\": \"No Major Changes In Sales\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"65\", \"validations\": [] }, { \"question\": \"Employees As Per Applicant\", \"question_key\": \"Employees As Per Applicant\", \"place_holder\": \"\", \"type\": null, \"sub_title\": \"Employees As Per Applicant\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Permanent\", \"question_key\": \"Permanent\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"30\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Temporary\", \"question_key\": \"Temporary\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"30\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Total\", \"question_key\": \"Total\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"30\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Approximate total monthly salary paid to employees\", \"question_key\": \"Approximate total monthly salary paid to employees\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"No of Employees Sighted By PD Officer During His Visit\", \"question_key\": \"No of Employees Sighted By PD Officer During His Visit\", \"place_holder\": \"\", \"type\": null, \"sub_title\": \"No of Employees Sighted By PD Officer During His Visit\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Total\", \"question_key\": \"total\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Was the Company name board sighted ?\", \"question_key\": \"Was the Company name board sighted ?\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question\": \"Documents Sighted\", \"question_key\": \"Documents Sighted\", \"place_holder\": \"\", \"type\": null, \"sub_title\": \"Documents Sighted\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Shop and Est Act Cert\", \"question_key\": \"Shop and Est Act Cert\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"GST Regn Cert\", \"question_key\": \"GST Regn Cert\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"Cert of Practice\", \"question_key\": \"Cert of Practice\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"PF Regn\", \"question_key\": \"PF Regn\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"ESIC Regn\", \"question_key\": \"ESIC Regn\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"Do You Want to Add Other Documents?\", \"question_key\": \"Do You Want to Add Other Documents?\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"common_remarks\", \"question\": \"Remarks\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ] }", 1), + (8, 12, "Employment Information", NULL, 10, 0, 3, 0, NULL, 0, "{ \"section_id\": \"12\", \"section_name\": \"Employement Information\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Employer*\", \"question_key\": \"name_of_employer\", \"type\": \"3\", \"disable\":false, \"field_width\": \"35\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Company profile in brief\", \"question_key\": \"company_profile_in_brief\", \"type\": \"7\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Since how long working with this employer?\", \"question_key\": \"since_how_long_working_with_this_employer?\", \"field_type\":\"null\", \"sub_title\":\"Since how long working with this employer?\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"Year*\", \"question_key\": \"year\", \"type\": \"1\", \"field_type\":\"num\", \"disable\":false, \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Month\", \"question_key\": \"month\", \"type\": \"1\", \"disable\":false, \"field_type\":\"num\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Total Work Experience\", \"question_key\": \"total_work_experience\", \"type\": \"1\", \"disable\":false, \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\":\"Was the employee met?\", \"question_key\":\"was_the_employee_met\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"was_the_employee_met\", \"expression\":\"(String(\'was_the_employee_met\') == String(\'Yes\'))\", \"value_keys\":[ \"was_the_employee_met\" ], \"questions\":[ { \"question\":\"Name of the Person met\", \"question_key\":\"name_of_the_person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"was_the_employee_met\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Designation of Person met\", \"question_key\":\"designation_of_person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_the_employee_met\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Photograph of \'Photo ID card of the Employee/Manager\'\", \"question_key\":\"photograph\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_the_employee_met\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Employer\'s/Manager\'s Company ID card / Visiting card provided?\", \"question_key\":\"visiting_card_provided\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"was_the_employee_met\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Salary Amount confirmed?\", \"question_key\":\"salary_amount_confirmed\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"salary_amount_confirmed\", \"expression\":\"(String(\'salary_amount_confirmed\') == String(\'No\'))\", \"value_keys\":[ \"salary_amount_confirmed\" ], \"questions\":[ { \"question\":\"why salary amount was not confirmed\", \"question_key\":\"why_salary_amount_was_not_confirmed\", \"place_holder\":\"why salary amount was not confirmed\", \"field_type\":\"text\", \"type\":\"7\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"salary_amount_confirmed\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Attendance register seen?\", \"question_key\":\"attendance_register_seen\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"yes\" }, { \"answer_id\":\"No\", \"answer\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Salary register seen?\", \"question_key\":\"salary_register_seen\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"yes\" }, { \"answer_id\":\"No\", \"answer\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Cash Voucher\", \"question_key\":\"cash_voucher\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"yes\" }, { \"answer_id\":\"No\", \"answer\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Salary Certificate\", \"question_key\":\"salary_certificate\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"yes\" }, { \"answer_id\":\"No\", \"answer\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Salary Slip\", \"question_key\":\"salary_slip\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"yes\" }, { \"answer_id\":\"No\", \"answer\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Others please specify\", \"question_key\":\"others_please_specify\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"others_please_specify\", \"expression\":\"(String(\'others_please_specify\') == String(\'Yes\'))\", \"value_keys\":[ \"others_please_specify\" ], \"questions\":[ { \"question\":\"Specify the Document\", \"question_key\":\"specify_the_document\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"others_please_specify\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"others_please_specify\", \"expression\":\"(String(\'others_please_specify\') == String(\'No\'))\", \"value_keys\":[ \"others_please_specify\" ], \"questions\":[ { \"question\":\"Why Documents are not available?\", \"question_key\":\"why_documents_are_not_available\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_please_specify\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Mode of getting salary\", \"question_key\":\"mode_of_getting_salary\", \"type\":\"3\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Bank Transfer\", \"answer_id\":\"Bank_Transfer\" }, { \"answer\":\"Paid in Cash\", \"answer_id\":\"Paid_in_Cash\" }, { \"answer\":\"Both Bank Transfer & Cash\", \"answer_id\":\"Both_Bank_Transfer_and _Cash\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Salary Details\", \"question_key\": \"salary_details\", \"field_type\":null, \"sub_title\":\"Salary Details\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"Date of Salary\", \"question_key\": \"date_of_salary\", \"field_type\":null, \"sub_title\":\"Date of Salary\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\":\"From\", \"question_key\":\"from\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Bank Transfer\", \"answer_id\":\"Bank_Transfer\" }, { \"answer\":\"Paid in Cash\", \"answer_id\":\"Paid_in_Cash\" }, { \"answer\":\"Both Bank Transfer & Cash\", \"answer_id\":\"Both_Bank_Transfer_and _Cash\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"To\", \"question_key\":\"to\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Bank Transfer\", \"answer_id\":\"Bank_Transfer\" }, { \"answer\":\"Paid in Cash\", \"answer_id\":\"Paid_in_Cash\" }, { \"answer\":\"Both Bank Transfer & Cash\", \"answer_id\":\"Both_Bank_Transfer_and _Cash\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Has salary been paid regularly in last 3 months\", \"question_key\":\"has_salary_been_paid_regularly_in_last_3_months\", \"type\":\"3\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Gross Monthly Salary\", \"question_key\":\"gross_monthly_salary\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Net Monthly Salary\", \"question_key\":\"net_monthly_salary\", \"type\":\"1\", \"field_width\":\"65\", \"field_type\":\"numtoword\", \"api_properties\":null, \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Bounce or incentive*\", \"question_key\":\"bounce_or_incentive\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Bonus Frequency\", \"question_key\": \"bonus_frequency\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Daily\", \"answer_id\": \"Daily\" }, { \"answer\": \"Every 12 days\", \"answer_id\": \"Every_12_days\" }, { \"answer\": \" Every 15 days\", \"answer_id\": \" Every_15_days\" }, { \"answer\": \" Every 3 months\", \"answer_id\": \" Every_3_months\" }, { \"answer\": \" Every 6 month\", \"answer_id\": \" Every_6_month\" }, { \"answer\": \" Monthly\", \"answer_id\": \"Monthly\" }, { \"answer\": \" Yearly\", \"answer_id\": \"Yearly\" } ], \"onchange_properties\": [ ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Type of Bonus\", \"question_key\": \"type_of_bonus\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Fixed\", \"answer_id\": \"Fixed\" }, { \"answer\": \"Variable depending on performance\", \"answer_id\": \"Variable_depending_on_performance\" }, { \"answer\": \" Others\", \"answer_id\": \"Others\" } ], \"onchange_properties\": [ ], \"is_repeatable\": null, \"validations\": [ ] },{ \"question\":\"ID card issued by the Company seen?*\", \"question_key\":\"id_card_issued_by_the_company_seen\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"id_card_issued_by_the_company_seen\", \"expression\":\"(String(\'id_card_issued_by_the_company_seen\') == String(\'No\'))\", \"value_keys\":[ \"id_card_issued_by_the_company_seen\" ], \"questions\":[ { \"question_key\": \"common_remarks\", \"question\": \"Remarks\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"disable\":false, \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] }] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 1), + (9, 14, "Financial Information", NULL, 7, 0, 2, 1, NULL, 0, "{ \"section_id\": \"14\", \"section_name\": \"Financial Information\", \"onsubmit\": [], \"questions\": [ { \"question\":\"Financial Statements Available ?\", \"question_key\":\"Financial_Statements_Available\", \"type\":\"3\", \"sub_title\":\"Data as Per Financial Statements\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Financial_Statements_Available\", \"expression\":\"(String(\'Financial_Statements_Available\') == String(\'yes\'))\", \"value_keys\":[ \"Financial_Statements_Available\" ], \"questions\":[ { \"question\": \"Latest year’s financials as per applicant met ?\", \"question_key\": \"Latest_years_financials_as_per_applicant_met\", \"type\": \"3\", \"field_width\": \"65\", \"api_properties\": null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Latest_years_financials_as_per_applicant_met\", \"expression\":\"(String(\'Latest_years_financials_as_per_applicant_met\') == String(\'no\'))\", \"value_keys\":[ \"Latest_years_financials_as_per_applicant_met\" ], \"questions\":[ { \"question\":\"Enter year from which financials provided\", \"question_key\":\"Enter_year_from_which_financials_provided\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Latest_years_financials_as_per_applicant_met\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Number of Financial Years\", \"question_key\":\"Number_of_Financial_Years\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Latest_years_financials_as_per_applicant_met\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Same as Financial Statements ?\", \"question_key\":\"Same_as_Financial_Statements\", \"type\":\"3\", \"sub_title\":\"Latest year’s financials as per Applicant met \", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Same_as_Financial_Statements\", \"expression\":\"(String(\'Same_as_Financial_Statements\') == String(\'no\'))\", \"value_keys\":[ \"Same_as_Financial_Statements\" ], \"questions\":[ { \"question\":\"Were the Kuccha records shown to the PD officer\", \"question_key\":\"Were_the_Kuccha_records_shown_to_the_PD_officer\", \"place_holder\":\"Enter the text\", \"type\":\"2\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Were_the_Kuccha_records_shown_to_the_PD_officer\", \"expression\":\"(String(\'Were_the_Kuccha_records_shown_to_the_PD_officer\') == String(\'yes\'))\", \"value_keys\":[ \"Were_the_Kuccha_records_shown_to_the_PD_officer\" ], \"questions\":[ { \"question_key\":\"Photograph of Kuchha bills allowed\", \"question\":\"Photograph of Kuchha bills allowed\", \"place_holder\":\"Enter the text\", \"type\":\"2\", \"api_properties\":null, \"field_width\":\"100\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Were_the_Kuccha_records_shown_to_the_PD_officer\", \"validations\":[ ] }, { \"question\":\"Does the Number of Kuccha Bills and Values therein, justify the customer declared turnover?\", \"question_key\":\"Does the Number of Kuccha Bills and Values therein, justify the customer declared turnover?\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"2\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Latest_years_financials_as_per_applicant_met\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"parent_question_key\":\"Same_as_Financial_Statements\", \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question\":\" Was there Net Profit or Net Loss?\", \"question_key\": \"Was_there_Net_Profit_or_Net_Loss\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"answers\":[{ \"answer\":\"Net Profit\", \"answer_id\":\"Net_Profit\" }, { \"answer\":\"Net Loss\", \"answer_id\":\"Net_Loss\" }], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Was_there_Net_Profit_or_Net_Loss\", \"expression\":\"(String(\'Was_there_Net_Profit_or_Net_Loss\') == String(\'Net_Profit\'))\", \"value_keys\":[ \"Was_there_Net_Profit_or_Net_Loss\" ], \"questions\":[ { \"question\":\"Is there Net Margin Information Available\", \"question_key\":\"Is_there_Net_Margin_Information_Available\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_there_Net_Margin_Information_Available\", \"expression\":\"(String(\'Is_there_Net_Margin_Information_Available\') == String(\'yes\'))\", \"value_keys\":[ \"Is_there_Net_Margin_Information_Available\" ], \"questions\":[ { \"question\":\"Net Profit % From\", \"question_key\":\"Net Profit % From\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Net Profit % To\", \"question_key\":\"Net Profit % To\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Net Profit % Considered\", \"question_key\":\"Net Profit % Considered\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Net Profit Amount Considered\", \"question_key\":\"Net Profit Amount Considered\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] } ] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_there_Net_Margin_Information_Available\", \"expression\":\"(String(\'Is_there_Net_Margin_Information_Available\') == String(\'no\'))\", \"value_keys\":[ \"Is_there_Net_Margin_Information_Available\" ], \"questions\":[ { \"question\":\"Net Profit Amount From\", \"question_key\":\"Net Profit Amount From\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Net Profit Amount To\", \"question_key\":\"Net Profit Amount To\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Considered Net Profit % \", \"question_key\":\"Considered Net Profit % \", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Considered Profit Amount\", \"question_key\":\"Considered Profit Amount\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_there_Net_Margin_Information_Available\", \"answers\": null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_there_Net_Profit_or_Net_Loss\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] },{ \"question\":\"Considered Sales Average\", \"question_key\":\"Considered Sales Average\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Same_as_Financial_Statements\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Annual Sales To\", \"question_key\":\"Annual Sales To\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Same_as_Financial_Statements\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Annual Sales From\", \"question_key\":\"Annual Sales From\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Same_as_Financial_Statements\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] },{ \"question_key\":\"In case of Credit Sales, what is the average no of days taken to receive the money?\", \"question\":\"In case of Credit Sales, what is the average no of days taken to receive the money?\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"sub_title\":\"Total Banking Facilities\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"In case of Credit Purchase, what is the average no of days taken to pay the money?\", \"question\":\"In case of Credit Purchase, what is the average no of days taken to pay the money?\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"Is there Working Capital Facilities?\", \"question\":\"Is there Working Capital Facilities?\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (11, 9, "Other Income Details", NULL, 16, 0, 3, 0, NULL, 0, "{ \"section_id\": \"9\", \"section_name\": \"Other Income Details\", \"onsubmit\": null, \"questions\": [ { \"question\":\"Other Income of Loan Application\", \"question_key\":\"other_income_of_loan_application\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"other_income_of_loan_application\", \"expression\":\"(String(\'other_income_of_loan_application\') == String(\'yes\'))\", \"value_keys\":[ \"other_income_of_loan_application\" ], \"questions\":[ { \"question\": [ { \"question\": \"Source\", \"question_key\": \"source\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"answers\":[{ \"answer\":\"Agricultural Income\", \"answer_id\":\"Agricultural_Income\" }, { \"answer\":\"Dividend Income\", \"answer_id\":\"Dividend_Income\" }, { \"answer\":\"Interest Income\", \"answer_id\":\"Interest_Income\" }, { \"answer\":\"Rental Income\", \"answer_id\":\"Rental_Income\" }, { \"answer\":\"Others(Please Specify)\", \"answer_id\":\"Others(Please_Specify)\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"source\", \"expression\":\"(String(\'source\') == String(\'Rental_Income\'))\", \"value_keys\":[ \"source\" ], \"questions\":[ { \"question\":\"Address\", \"question_key\":\"address\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"source\", \"answers\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Source\", \"expression\":\"(String(\'source\') == String(\'Others(Please_Specify)\'))\", \"value_keys\":[ \"Source\" ], \"questions\":[ { \"question\":\"Specify Source\", \"question_key\":\"specify_source\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"source\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] }, { \"question\": \"Income earned by\", \"question_key\": \"income_earned_by\", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Amount\", \"question_key\": \"amount\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Frequency\", \"question_key\": \"frequency\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\": [ ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Income Details\", \"group_key\": \"income_details\" }] }] }], \"is_repeatable\":null, \"validations\":[ ] } , { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] } ]}", 1), + (12, 8, "Existing Loan Obligations", NULL, 14, 0, 3, 0, NULL, 0, "{ \"section_id\": \"8\", \"section_name\": \"Existing Loan Obligations\", \"onsubmit\": null, \"questions\": [ { \"question\":\"Do you have any exiting loan\", \"question_key\":\"do_you_have_any_exiting_loan\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"do_you_have_any_exiting_loan\", \"expression\":\"(String(\'do_you_have_any_exiting_loan\') == String(\'yes\'))\", \"value_keys\":[ \"do_you_have_any_exiting_loan\" ], \"questions\":[ { \"question\": [ { \"question\": \"Loan type\", \"question_key\": \"loan_type\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"EXISTINGLOANTYPES\" }, \"fields\":[ \"existing_loan_type_id\", \"loan_type_name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"loan_type\", \"expression\":\"(String(\'loan_type\') == String(\'1\'))\", \"value_keys\":[ \"loan_type\" ], \"questions\":[ { \"question\":\"Specify Loan Type\", \"question_key\":\"specify_loan_type\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Loan amount\", \"question_key\": \"loan_amount\", \"type\": \"1\", \"field_type\": \"numtoword\", \"field_width\": \"65\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Lender\", \"question_key\": \"lender_name\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"BTLENDERLIST\" }, \"fields\":[ \"bt_lender_list_id\", \"lender_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Loan taken by\", \"question_key\": \"loan_taken_by\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Instalment frequency\", \"question_key\": \"instalment_frequency\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'5\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Daily Instalment Amount\", \"question_key\":\"daily_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'8\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Instalment Amount\", \"question_key\":\"instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'4\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Fortnightly Instalment Amount\", \"question_key\":\"fortnightly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'6\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Quartly Instalment Amount\", \"question_key\":\"quartly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'3\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Halfyearly Instalment Amount\", \"question_key\":\"halfyearly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'7\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Monthly Instalment Amount\", \"question_key\":\"monthly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'2\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Annual Instalment Amount\", \"question_key\":\"annual_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Original tenure in months\", \"question_key\": \"original_tenure_months\", \"type\": \"1\", \"field_width\": \"65\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": [ { \"purpose\":\"answer_value\", \"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\", \"value_keys\":[ \"original_tenure_months\", \"current_tenure_months\" ], \"insert_control\":\"elapsed_tenure_months\" } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Current balance tenure in months\", \"question_key\": \"current_tenure_months\", \"type\": \"1\", \"field_type\": \"num\", \"field_width\": \"65\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": [ { \"purpose\":\"answer_value\", \"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\", \"value_keys\":[ \"original_tenure_months\", \"current_tenure_months\" ], \"insert_control\":\"elapsed_tenure_months\" } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Elapsed tenure in months\", \"question_key\": \"elapsed_tenure_months\", \"type\": \"1\", \"field_width\": \"65\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": [ { \"purpose\":\"answer_value\", \"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\", \"value_keys\":[ \"original_tenure_months\", \"elapsed_tenure_months\" ], \"insert_control\":\"current_tenure_months\" } ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Loan Details\", \"group_key\": \"Loan_Details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (13, 11, "Stock Details", NULL, 11, 0, 2, 1, NULL, 0, "{ \"section_id\": \"11\", \"section_name\": \"Stock Details\", \"onsubmit\": [], \"questions\":[ { \"question\": [ { \"question_key\":\"name\", \"question\":\"Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } , { \"question_key\":\"stock\", \"question\":\"Stock\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Add Stock Details\", \"answer_id\":\"Add_Stock_Details\" }, { \"answer\":\"No Stock Observed\", \"answer_id\":\"No_Stock_Observed\" }], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"stock\", \"expression\":\"(String(\'stock\') == String(\'Add_Stock_Details\'))\", \"value_keys\":[ \"stock\" ], \"questions\":[ { \"question_key\":\"estimated_value_of_stock_observed\", \"question\":\"Estimated Value of Stock Observed\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } , { \"question_key\":\"unit_of_measurement\", \"question\":\"Unit of Measurement\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"estimated_quantity\", \"question\":\"Estimated Quantity\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Raw Material \", \"group_key\": \"raw_material\" }, { \"question\":\"Is the stock of Raw Materials observed, sufficient considering the size of operations\", \"question_key\":\"raw_material_sufficient_considering_the_size_of_operations\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" },{ \"answer\":\"Stock not required to be maintained\", \"answer_id\":\"Stock not required to be maintained\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"raw_material_sufficient_considering_the_size_of_operations\", \"expression\":\"(String(\'raw_material_sufficient_considering_the_size_of_operations\') == String(\'no\'))\", \"value_keys\":[ \"raw_material_sufficient_considering_the_size_of_operations\" ], \"questions\":[ { \"question_key\":\"raw_material_Please_comment_on_the_stock_level_observed\", \"question\":\"Please comment on the stock level observed?\", \"place_holder\":\"Please comment on the stock level observed?\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"finished_goods_name\", \"question\":\"Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } , { \"question_key\":\"finished_goods_stock\", \"question\":\"Stock\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Add Stock Details\", \"answer_id\":\"Add_Stock_Details\" }, { \"answer\":\"No Stock Observed\", \"answer_id\":\"No_Stock_Observed\" }], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"finished_goods_stock\", \"expression\":\"(String(\'finished_goods_stock\') == String(\'Add_Stock_Details\'))\", \"value_keys\":[ \"finished_goods_stock\" ], \"questions\":[ { \"question_key\":\"finished_goods_estimated_value_of_stock_observed\", \"question\":\"Estimated Value of Stock Observed\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } , { \"question_key\":\"finished_goods_unit_of_measurement\", \"question\":\"Unit of Measurement\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"finished_goods_estimated_quantity\", \"question\":\"Estimated Quantity\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Finished Goods\", \"group_key\": \"finished_goods\" }, { \"question\":\"Is the stock of finished / goods observed, sufficient considering the size of operations\", \"question_key\":\"finished_goods_sufficient_considering_the_size_of_operations\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" },{ \"answer\":\"Stock not required to be maintained\", \"answer_id\":\"Stock not required to be maintained\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"finished_goods_sufficient_considering_the_size_of_operations\", \"expression\":\"(String(\'finished_goods_sufficient_considering_the_size_of_operations\') == String(\'no\'))\", \"value_keys\":[ \"finished_goods_sufficient_considering_the_size_of_operations\" ], \"questions\":[ { \"question_key\":\"finished_goods_please_comment_on_the_stock_level_observed?\", \"question\":\"Please comment on the stock level observed?\", \"place_holder\":\"Please comment on the stock level observed?\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] } ,{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (14, 4, "Other Assets", NULL, 12, 0, 3, 0, NULL, 0, "{ \"section_id\":\"4\", \"section_name\":\"Other Assets Details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Is the Asset Information Available?\", \"question_key\":\"is_the_asset_information_available\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_asset_information_available\", \"expression\":\"(String(\'is_the_asset_information_available\') == String(\'Yes\'))\", \"value_keys\":[ \"is_the_asset_information_available\" ], \"questions\":[ { \"question\":[ { \"question\":\"Assets Type\", \"question_key\":\"assets_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'4\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description\", \"question_key\":\"description\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"assets_type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"assets_type\", \"answers\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'7\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type\", \"question_key\":\"type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"INVESTMENTTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'6\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value1\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'3\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bankname1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ,{ \"question\":\"Current Market Value\", \"question_key\":\"current_marketvalue2\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'4\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value3\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'2\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bank_name2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value4\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'5\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value5\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'1\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Specify Type\", \"question_key\":\"specify_type\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Bank Name\", \"question_key\":\"bank_name3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value6\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] } ,{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'6\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Premium Paid\", \"question_key\":\"premium_paid\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Frequency\", \"question_key\":\"frequency\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Sum Assured\", \"question_key\":\"sum_assured\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Member Covered\", \"question_key\":\"member_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'2\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Property Type\", \"question_key\":\"property_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PROPERTIES\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Unit of Measurement\", \"question_key\":\"unit_of_measurement\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Acres\", \"answer_id\": \"Acres\" }, { \"answer\": \"Hectares\", \"answer_id\": \"Hectares\" }, { \"answer\": \" Square Feet\", \"answer_id\": \" Square_Feet\" }, { \"answer\": \"Square Meters\", \"answer_id\": \"Square_Meters\" }, { \"answer\": \"Others\", \"answer_id\": \"Others\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'1\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description of Assets*\", \"question_key\":\"description_of_assets\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchases_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'3\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type of Vehicle\", \"question_key\":\"type_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"VEHICLETYPE\" }, \"fields\":[ \"vehicle_type_id\", \"vehicle_type_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Description of Vehicle(example - Toyota Altis)\", \"question_key\":\"description_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_marketvalue\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Name of the Owner\", \"question_key\":\"name_of_the_owner\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Assets Information\", \"group_key\":\"assets_information\", \"form_name\":\"Assets Information\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] } ] }", 1), + (15, 7, "Banking Details", NULL, 13, 0, 3, 0, NULL, 0, "{ \"section_id\":\"7\", \"section_name\":\"Banking Details\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Is the Personal Banking Information Available\", \"question_key\":\"Is_the_Personal_Banking_Information_Available\", \"type\":\"3\", \"sub_title\":\"Personal Banking Details\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Personal_Banking_Information_Available\", \"expression\":\"(String(\'Is_the_Personal_Banking_Information_Available\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_the_Personal_Banking_Information_Available\" ], \"questions\":[ { \"question\":[ { \"question_key\":\"Account_Holder_Name\", \"question\":\"Account Holder\'s Name\", \"place_holder\":\"Enter the text\", \"type\":\"4\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] },{ \"question_key\":\"Banking_name\", \"question\":\"Banking Name\", \"place_holder\":\"Enter the text\", \"type\":\"8\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"BTLENDERLIST\" }, \"fields\":[ \"bt_lender_list_id\", \"lender_name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Banking_name\", \"expression\":\"(String(\'Banking_name\') == String(\'1\'))\", \"value_keys\":[ \"Banking_name\" ], \"questions\":[ { \"question\":\"Salary Credited in this account\", \"question_key\":\"Salary_Credited_in_this_account\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"parent_question_key\":\"Banking_name\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" }, { \"answer_id\":\"NA\", \"answer\":\"NA\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] }, { \"question\":\"Account Type\", \"question_key\":\"Is_the_Personal_Banking_Information_Available\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"30\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ACCOUNTTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Personal_Banking_Information_Available\", \"expression\":\"(String(\'Is_the_Personal_Banking_Information_Available\') == String(\'4\'))\", \"value_keys\":[ \"Is_the_Personal_Banking_Information_Available\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"Limit_in_case_of_OD_CC_account\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Personal_Banking_Information_Available\", \"expression\":\"(String(\'Is_the_Personal_Banking_Information_Available\') == String(\'3\'))\", \"value_keys\":[ \"Is_the_Personal_Banking_Information_Available\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"limit_in_case_of_OD_CC_account\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Personal Banking Information Required\", \"value\":null } ] }, { \"question_key\":null, \"question\":null, \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"Number of Years / Months since account was started\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question\":\"Is this same AC used for?\", \"question_key\":\"Is_this_same_AC_used_for\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Personal\", \"answer\":\"Personal\" }, { \"answer_id\":\"Business\", \"answer\":\"Business\" }, { \"answer_id\":\"Both\", \"answer\":\"Both\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Personal Banking Details\", \"group_key\":\"Personal_Banking_Details\", \"form_name\":\"Personal Banking Details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the Business Information Available\", \"question_key\":\"Is_the_Business_Information_Available\", \"type\":\"3\", \"sub_title\":\"Business Details\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Business_Information_Available\", \"expression\":\"(String(\'Is_the_Business_Information_Available\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_the_Business_Information_Available\" ], \"questions\":[ { \"question\":[ { \"question_key\":\"Account_Holder_name\", \"question\":\"Account Holder\'s Name\", \"place_holder\":\"Enter the text\", \"type\":\"4\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] },{ \"question_key\":\"banking_name\", \"question\":\"Banking Name\", \"place_holder\":\"Enter the text\", \"type\":\"8\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"BTLENDERLIST\" }, \"fields\":[ \"bt_lender_list_id\", \"lender_name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"banking_name\", \"expression\":\"(String(\'banking_name\') == String(\'1\'))\", \"value_keys\":[ \"banking_name\" ], \"questions\":[ { \"question\":\"Salary Credited in this account\", \"question_key\":\"salary_Credited_in_this_account\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"parent_question_key\":\"banking_name\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" }, { \"answer_id\":\"NA\", \"answer\":\"NA\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] }, { \"question\":\"Account Type\", \"question_key\":\"Account_Type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"30\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"CC\", \"answer\":\"CC\" }, { \"answer_id\":\"Current\", \"answer\":\"Current\" }, { \"answer_id\":\"OD\", \"answer\":\"OD\" }, { \"answer_id\":\"Savings\", \"answer\":\"Savings\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'4\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"Limit_in_case_of_OD_CC_account\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\":\"numtoword\", \"api_properties\": null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the main business account\", \"question_key\":\"Is_the_main_business_account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'3\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"limit_in_case_of_OD_CC_account\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the main business account\", \"question_key\":\"is_the_main_business_account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'2\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Is the main business account\", \"question_key\":\"is_the_main_Business_account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'1\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Is the main business account\", \"question_key\":\"is_the_main_Business_Account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Business Details Required\", \"value\":null } ] }, { \"question_key\":null, \"question\":null, \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"Number of Years / Months since account was started\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Business Details\", \"group_key\":\"Business_Details\", \"form_name\":\"Business Details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ]}, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ]} ]}", 1), + (16, 15, "Lender Representative", NULL, 1, 0, 1, 0, NULL, 0, NULL, 1), + (17, 16, "Assessed Income", NULL, 6, 0, 2, 1, NULL, 0, NULL, 1), + (18, 17, "Rental Verification", NULL, 18, 0, 3, 0, NULL, 0, "{ \"section_id\": \"17\", \"section_name\": \"Rental Information\", \"onsubmit\": [], \"questions\": [ { \"question_key\":\"Address of the Property\", \"question\":\"Address of the Property\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"30\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"30\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"30\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] },{ \"question_key\":\"Is This the Address Visited ?\", \"question\":\"Is This the Address Visited ?\", \"place_holder\":\"Enter the text\", \"type\":\"5\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Name of the Person Who is Showing the Property to Sineedge Officer\", \"question\":\"Name of the Person Who is Showing the Property to Sineedge Officer\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Name of the Owner/Owners of the Let out Property as per Loan Applicants\", \"question\":\"Name of the Owner/Owners of the Let out Property as per Loan Applicants\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Ownership_Proof_Documents_Sighted\", \"question\":\"Ownership Proof Documents Sighted\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Ownership_Proof_Documents_Sighted\", \"expression\":\"(String(\'Ownership_Proof_Documents_Sighted\') == String(\'Yes\'))\", \"value_keys\":[ \"Ownership_Proof_Documents_Sighted\" ], \"questions\":[ { \"question\":\"Type of Document Sighted\", \"question_key\":\"Type_of_Document_Sighted\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Type_of_Document_Sighted\", \"expression\":\"(String(\'Type_of_Document_Sighted\') == String(\'Others_Please_Specify\'))\", \"value_keys\":[ \"Type_of_Document_Sighted\" ], \"questions\":[ { \"question\":\"Other Type of Document\", \"question_key\":\"TOther Type of Document\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Type_of_Document_Sighted\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Ownership_Proof_Documents_Sighted\", \"answers\":[ { \"answer_id\":\"Property Title Document\", \"answer\":\"Property Title Document\" }, { \"answer_id\":\"Electricity Bill With Name Of Owner Mentioned Therein\", \"answer\":\"Electricity Bill With Name Of Owner Mentioned Therein\" },{ \"answer_id\":\"Property Tax Receipts\", \"answer\":\"Property Tax Receipts\" }, { \"answer_id\":\"Others_Please_Specify\", \"answer\":\"Others (Please Specify)\" } ], \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] },{ \"question_key\":\"Nature_of_Let_Out_Property_as_per_Loan_Applicant\", \"question\":\"Nature of Let Out Property as per Loan Applicant\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Residential Property\", \"answer\":\"Residential Property\" }, { \"answer_id\":\"Commercial Property\", \"answer\":\"Commercial Property\" },{ \"answer_id\":\"Industrial Property\", \"answer\":\"Industrial Property\" }, { \"answer_id\":\"Others_Please_Specify\", \"answer\":\"Others (Please Specify)\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Nature_of_Let_Out_Property_as_per_Loan_Applicant\", \"expression\":\"(String(\'Nature_of_Let_Out_Property_as_per_Loan_Applicant\') == String(\'Others_Please_Specify\'))\", \"value_keys\":[ \"Nature_of_Let_Out_Property_as_per_Loan_Applicant\" ], \"questions\":[ { \"question\":\"Other Property\", \"question_key\":\"Other Property\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Nature_of_Let_Out_Property_as_per_Loan_Applicant\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] },{ \"question_key\":\"Type_of_Units_as_per_Loan_Applicants\", \"question\":\"Type of Units as per Loan Applicants\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Others_Please_Specify\", \"answer\":\"Others (Please Specify)\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Type_of_Units_as_per_Loan_Applicants\", \"expression\":\"(String(\'Type_of_Units_as_per_Loan_Applicants\') == String(\'Others_Please_Specify\'))\", \"value_keys\":[ \"Type_of_Units_as_per_Loan_Applicants\" ], \"questions\":[ { \"question\":\"Specify_Other_Unit_Type\", \"question_key\":\"Specify Other Unit Type\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Type_of_Units_as_per_Loan_Applicants\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] },{ \"question_key\":\"Tot No of Units\", \"question\":\"Tot No of Units\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] }, { \"question\": [ { \"question\": \"Is Name of the Tenant(s)/Lessees(s) of the Let out Property Provided ?\", \"question_key\": \"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\", \"type\": \"3\", \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"Name_not_provided\", \"answer\":\"Name(s) not provided\" } ], \"api_properties\": null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\", \"expression\":\"(String(\'Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\" ], \"questions\":[ { \"question\":\"Name of Tenant(s)/Lessees(s)\", \"question_key\":\"Name of Tenant(s)/Lessees(s)\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\", \"answers\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\", \"expression\":\"(String(\'Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\') == String(\'Name_not_provided\'))\", \"value_keys\":[ \"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\" ], \"questions\":[ { \"question\":\"Why Tenant(s)/Lessees(s) Name not Provided\", \"question_key\":\"Why Tenant(s)/Lessees(s) Name not Provided\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_Name_of_the_Tenant_Lesseess_of_the_Let_out_Property_Provided\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Monthly Rent Amount as per Loan Applicant\", \"question_key\": \"Monthly Rent Amount as per Loan Applicant\", \"type\": \"1\", \"field_type\": \"numtoword\", \"field_width\": \"45\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Mode of Payment of Rent as per Loan Applicant\", \"question_key\": \"Mode_of_Payment_of_Rent_as_per_Loan_Applicant\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Received in Cash\", \"answer\":\"Received in Cash\" }, { \"answer_id\":\"Received through Banking Channel\", \"answer\":\"Received through Banking Channel\" },{ \"answer_id\":\"Combination_of_Cash_Bank\", \"answer\":\"Combination of Cash & Bank\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Mode_of_Payment_of_Rent_as_per_Loan_Applicant\", \"expression\":\"(String(\'Mode_of_Payment_of_Rent_as_per_Loan_Applicant\') == String(\'Combination_of_Cash_Bank\'))\", \"value_keys\":[ \"Mode_of_Payment_of_Rent_as_per_Loan_Applicant\" ], \"questions\":[ { \"question\":\"Amount Received in Bank\", \"question_key\":\"Amount Received in Bank\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Mode_of_Payment_of_Rent_as_per_Loan_Applicant\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Amount Received in Cash\", \"question_key\":\"Amount Received in Cash\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Mode_of_Payment_of_Rent_as_per_Loan_Applicant\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Reason for Receiving Multiple Payment Mode\", \"question_key\":\"Reason for Receiving Multiple Payment Mode\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"7\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Mode_of_Payment_of_Rent_as_per_Loan_Applicant\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Securtity Deposit amount as per Loan Applicant\", \"question_key\": \"Securtity Deposit amount as per Loan Applicant\", \"type\": \"3\", \"field_width\": \"100\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Area Covered by the Unit\", \"question_key\": \"Area Covered by the Unit\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"string\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Unit of Measurement\", \"question_key\": \"Unit of Measurement\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Is Rent Agreement executed for the Property let out\", \"question_key\": \"Is_Rent_Agreement_executed_for_the_Property_let_out\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_Rent_Agreement_executed_for_the_Property_let_out\", \"expression\":\"(String(\'Is_Rent_Agreement_executed_for_the_Property_let_out\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_Rent_Agreement_executed_for_the_Property_let_out\" ], \"questions\":[ { \"question\":\"Rent Agreement Seen\", \"question_key\":\"Rent_Agreement_Seen\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"sub_title\":\"As per rent agreement Questions\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Rent_Agreement_Seen\", \"expression\":\"(String(\'Rent_Agreement_Seen\') == String(\'Yes\'))\", \"value_keys\":[ \"Rent_Agreement_Seen\" ], \"questions\":[ { \"question\":\"Is the Rent Agreement Registered at Sub-Registrar Office\", \"question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"expression\":\"(String(\'Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\" ], \"questions\":[ { \"question\":\"Name of Tenants / Lessees as per Rent Agreement\", \"question_key\":\"Name of Tenants / Lessees as per Rent Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Name of Owner / Owners of Rented Property as per Rent Agreement\", \"question_key\":\"Name of Owner / Owners of Rented Property as per Rent Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Security Deposit Amount as per Agreement\", \"question_key\":\"Security Deposit Amount as per Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Monthly Rent Amount as per Agreement\", \"question_key\":\"Monthly Rent Amount as per Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"No of Rental Months Remaining as per Agreement\", \"question_key\":\"No of Rental Months Remaining as per Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Date on which Agreement is Expiring\", \"question_key\":\"Date on which Agreement is Expiring\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"No of Months for Which Property has been let out as per Agreement\", \"question_key\":\"No of Months for Which Property has been let out as per Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Date of Agreement\", \"question_key\":\"Date of Agreement\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"11\", \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_the_Rent_Agreement_Registered_at_Sub_Registrar_Office\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Rent_Agreement_Seen\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Is_Rent_Agreement_executed_for_the_Property_let_out\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Tenant(s) / Lessee(s) Met During Visit of the Rented Property\", \"question_key\": \"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"type\": \"3\", \"sub_title\":\"As per Tenant(s)/Lessee Met Questions\", \"field_width\": \"100\", \"field_type\": \"num\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"expression\":\"(String(\'Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\') == String(\'Yes\'))\", \"value_keys\":[ \"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\" ], \"questions\":[ { \"question\":\"Period (Months) of Stay as per Tenant / Lessee Met\", \"question_key\":\"Period (Months) of Stay as per Tenant / Lessee Met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"sub_title\":null, \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Monthly Rent Amount Paid as per Tenant / Lessee Met\", \"question_key\":\"Monthly Rent Amount Paid as per Tenant / Lessee Met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"sub_title\":null, \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Name of Owner as per Tenant / Lessee Met\", \"question_key\":\"Name_of_Owner_as_per_Tenant_Lessee_Met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Name of the Tenant / Lessee Met\", \"question_key\":\"Name of the Tenant / Lessee Met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Mode of Payment of Rent as Validated by PD Officer with Tenant / Lessee During Visit\", \"question_key\":\"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"3\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\", \"expression\":\"(String(\'Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\') == String(\'Combination_of_Cash_Bank\'))\", \"value_keys\":[ \"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\" ], \"questions\":[ { \"question\":\"Reason for Paid Multiple Payment Mode\", \"question_key\":\"Reason for Paid Multiple Payment Mode\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"7\", \"sub_title\":null, \"field_width\":\"35\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\", \"answers\": null, \"validations\":[ ] } , { \"question\":\"Amount Paid in Cash\", \"question_key\":\"Amount Paid in Cash\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"sub_title\":null, \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\", \"answers\": null, \"validations\":[ ] },{ \"question\":\"Amount Paid in Bank\", \"question_key\":\"Amount Paid in Bank\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"sub_title\":null, \"field_width\":\"30\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Mode_of_Payment_of_Rent_as_Validated_by_PD_Officer_with_Tenant_Lessee_During_Visit\", \"answers\": null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"answers\":[ { \"answer_id\":\"Paid in Cash\", \"answer\":\"Paid in Cash\" }, { \"answer_id\":\"Paid through Banking Channel\", \"answer\":\"Paid through Banking Channel\" }, { \"answer_id\":\"Combination_of_Cash_Bank\", \"answer\":\"Combination of Cash & Bank\" } ], \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"expression\":\"(String(\'Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\') == String(\'No\'))\", \"value_keys\":[ \"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\" ], \"questions\":[ { \"question\":\"Why Tenant / Lessee not Met ?\", \"question_key\":\"Why Tenant / Lessee not Met ?\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"7\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Tenant_Lessee_Met_During_Visit_of_the_Rented_Property\", \"answers\": null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Unit\", \"group_key\": \"Unit\" },{ \"question\": \"Third party check done on prevailing rent in the area\", \"question_key\": \"Third_party_check_done_on_prevailing_rent_in_the_area\", \"type\": \"3\", \"sub_title\":\"Third Party Check\", \"field_width\": \"100\", \"field_type\": \"num\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Third_party_check_done_on_prevailing_rent_in_the_area\", \"expression\":\"(String(\'Third_party_check_done_on_prevailing_rent_in_the_area\') == String(\'Yes\'))\", \"value_keys\":[ \"Third_party_check_done_on_prevailing_rent_in_the_area\" ], \"questions\":[ { \"question\":\"Rental rates in the area as per the person with whom Third Party Check is done\", \"question_key\":\"Rental rates in the area as per the person with whom Third Party Check is done\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"7\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Third_party_check_done_on_prevailing_rent_in_the_area\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Description of the person with whom the Third Party Check is done\", \"question_key\":\"Description of the person with whom the Third Party Check is done\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Third_party_check_done_on_prevailing_rent_in_the_area\", \"answers\": null, \"validations\":[ ] }, { \"question\":\"Name of person with whom Third Party Check on going rentals in the area done\", \"question_key\":\"Name of person with whom Third Party Check on going rentals in the area done\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Third_party_check_done_on_prevailing_rent_in_the_area\", \"answers\": null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Third_party_check_done_on_prevailing_rent_in_the_area\", \"expression\":\"(String(\'Third_party_check_done_on_prevailing_rent_in_the_area\') == String(\'No\'))\", \"value_keys\":[ \"Third_party_check_done_on_prevailing_rent_in_the_area\" ], \"questions\":[ { \"question\":\"Why Third party check not done\", \"question_key\":\"Why Third party check not done\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"7\", \"sub_title\":null, \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Third_party_check_done_on_prevailing_rent_in_the_area\", \"answers\": null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ ] } ] }", 1), + (19, 18, "General Information", NULL, 2, 0, 1, 0, NULL, 0, NULL, 1), + (20, 19, "Neighbourhood / Reference Check", NULL, 17, 0, 3, 0, NULL, 0, "{ \"section_id\": \"19\", \"section_name\": \"Neighbourhood\", \"onsubmit\": null, \"questions\": [ { \"question\":[ { \"question_key\": \"neighbour_name\", \"question\": \"Neighbour Name\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] }, { \"question_key\": \"do_you_known_about_the_applicants_or_their_business\", \"question\": \"Do you known about the applicants or their business?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"do_you_known_about_the_applicants_or_their_business\", \"expression\":\"(String(\'do_you_known_about_the_applicants_or_their_business\') == String(\'Yes\'))\", \"value_keys\":[ \"do_you_known_about_the_applicants_or_their_business\" ], \"questions\":[ { \"question_key\": \"as_per_you_how_long_has_this_business_been_in_operation\", \"question\": \"As per you how long has this business been in operation?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Do_not_know\", \"answer\":\"Do not know\" }, { \"answer_id\":\"Do_know\", \"answer\":\"Do know\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"as_per_you_how_long_has_this_business_been_in_operation\", \"expression\":\"(String(\'as_per_you_how_long_has_this_business_been_in_operation\') == String(\'Do_know\'))\", \"value_keys\":[ \"as_per_you_how_long_has_this_business_been_in_operation\" ], \"questions\":[ { \"question\":\"Year\", \"question_key\":\"year\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"as_per_you_how_long_has_this_business_been_in_operation\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Month\", \"question_key\":\"month\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"as_per_you_how_long_has_this_business_been_in_operation\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"who_is_the_owner_of_the_organisation\", \"question\": \"Who is the owner of the organisation?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Do_not_know\", \"answer\":\"Do not know\" }, { \"answer_id\":\"Do_know\", \"answer\":\"Do know\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"who_is_the_owner_of_the_organisation\", \"expression\":\"(String(\'who_is_the_owner_of_the_organisation\') == String(\'Do_know\'))\", \"value_keys\":[ \"who_is_the_owner_of_the_organisation\" ], \"questions\":[ { \"question_key\": \"who_is_the_owner_of_the_organisations\", \"question\": \"Who is the owner of the organisation?\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"who_is_the_owner_of_the_organisation\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ] } ] }], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ], \"is_repeatable\":\"1\", \"hidden_button\":true, \"group_title\":\"Neighbourhood\", \"group_key\":\"Neighbourhood\" }, { \"question_key\": \"status_of_the_check_as_per_pd_officer\", \"question\": \"Status of the check as per PD officer?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Positive\", \"answer\":\"Positive\" }, { \"answer_id\":\"Negative\", \"answer\":\"Negative\" }, { \"answer_id\":\"Could_not_verify\", \"answer\":\"Could not verify\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ]} ]}", 1), + (21, 20, "Final Remarks Form", NULL, 23, 0, 3, 0, NULL, 0, "{ \"section_id\":\"20\", \"section_name\":\"Final Remarks Details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"Customer_Behaviour\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Is the location of the business / profession suited to the nature of business / service provided?\", \"question_key\":\"location_of_the_business\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly Suited\", \"answer_id\":\"Fairly Suited\" },{ \"answer\":\"Not Suited\", \"answer_id\":\"Not Suited\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"sub_title\":\"Location\", \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question\":\"Personal feedback or market intelligence on the case (if any)\", \"question_key\":\"Personal_feedback_or_market_intelligence_on_the_case\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"PD_Officers_Recommendation\", \"question\":\"PD Officers Recommendation\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'2\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":[ { \"question\":\"Reasons for marking PD status as Positive\", \"question_key\":\"Reasons_for_marking_PD_status_as_Positive\", \"type\":\"1\", \"field_width\":\"100\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_key\":\"Reasons_for_marking_PD_status_as_Positive\", \"group_title\":\"Reasons for marking PD status as Positive\" }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'3\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":[ { \"question\":\"Reasons for marking PD status as Negative\", \"question_key\":\"Reasons_for_marking_PD_status_as_Negative\", \"type\":\"1\", \"field_width\":\"100\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_key\":\"Reasons_for_marking_PD_status_as_Negative\", \"group_title\":\"Reasons for marking PD status as Negative\" }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'1\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":\"Specify PD Officers Recommendation\", \"question_key\":\"Specify_PD_Officers_Recommendation\", \"type\":\"1\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'4\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":[ { \"question\":\"Reasons for marking PD status as Refer to Credit\", \"question_key\":\"Reasons_for_marking_PD_status_as_Refer_to_Credit\", \"type\":\"1\", \"field_width\":\"100\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_key\":\"Reasons_for_marking_PD_status_as_Refer_to_Credit\", \"group_title\":\"Reasons for marking PD status as Refer to Credit\" }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"Any_additional_visit_(Godown/multiple_rental_properties)\", \"question\":\"Any additional visit (Godown /multiple rental properties)\", \"place_holder\":\"Enter the text\", \"type\":\"12\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question\":\"Mode of Transport Used to Visit the PD address\", \"question_key\":\"Mode_of_Transport_Used_to_Visit_the_PD_address\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Two_Wheeler\", \"answer\":\"Two Wheeler\" },{ \"answer_id\":\"Four_Wheeler\", \"answer\":\" Four Wheeler\" },{ \"answer_id\":\"Public_Transport\", \"answer\":\"Public Transport\" }, { \"answer_id\":\"Others\", \"answer\":\"Others\" } ], \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Mode_of_Transport_Used_to_Visit_the_PD_address\", \"expression\":\"(String(\'Mode_of_Transport_Used_to_Visit_the_PD_address\') == String(\'Others\'))\", \"value_keys\":[ \"Mode_of_Transport_Used_to_Visit_the_PD_address\" ], \"questions\":[ { \"question\":\"Specify the Mode of Transport Used to Visit the PD address\", \"question_key\":\"Specify_the_Mode_of_Transport_Used_to_Visit_the_PD_address\", \"type\":\"1\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 1), + (22, 21, "Business Banking", NULL, 20, 0, 2, 1, NULL, 0, NULL, 1), + (23, 22, "Business Assets", NULL, 19, 0, 2, 1, NULL, 0, "{ \"section_id\":\"22\", \"section_name\":\"Business Assets\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Is this the business address ?*\", \"question_key\":\"is_this_the_business_address\", \"type\":\"3\", \"sub_title\":\"Address Details : \", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_this_the_business_address\", \"expression\":\"(String(\'is_this_the_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"is_this_the_business_address\" ], \"questions\":[ { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"was_any_business_activity_seen_at_the_residence_during_pd_visit\", \"question\":\"Was any business activity seen at the Residence during PD visit?\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] },{ \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question_key\":\"how_long_has_business_been_operated_from_this_premise?\", \"question\":\"How long has business been operated from this premise?\", \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"How long has business been operated from this premise?\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] } ] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the Asset Information Available?\", \"question_key\":\"is_the_asset_information_available\", \"type\":\"3\", \"sub_title\":\"Other Assets Used in Business\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_asset_information_available\", \"expression\":\"(String(\'is_the_asset_information_available\') == String(\'Yes\'))\", \"value_keys\":[ \"is_the_asset_information_available\" ], \"questions\":[ { \"question\":[ { \"question\":\"Assets Type\", \"question_key\":\"assets_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'4\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description\", \"question_key\":\"description\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'7\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type\", \"question_key\":\"type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"INVESTMENTTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'6\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value1\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'3\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bankname1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ,{ \"question\":\"Current Market Value\", \"question_key\":\"current_marketvalue2\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'4\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value3\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'2\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bank_name2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value4\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'5\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value4\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'1\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Specify Type\", \"question_key\":\"specify_type\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Bank Name\", \"question_key\":\"bank_name3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value5\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] } ,{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'6\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Premium Paid\", \"question_key\":\"premium_paid\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Frequency\", \"question_key\":\"frequency\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Sum Assured\", \"question_key\":\"sum_assured\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Member Covered\", \"question_key\":\"member_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'2\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] }, { \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Property Type\", \"question_key\":\"property_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PROPERTIES\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_Value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] } ,{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'1\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description of Assets*\", \"question_key\":\"description_of_assets\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] }, { \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] } ,{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_Assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_Assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'3\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type of Vehicle\", \"question_key\":\"type_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"VEHICLETYPE\" }, \"fields\":[ \"vehicle_type_id\", \"vehicle_type_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Description of Vehicle(example - Toyota Altis)\", \"question_key\":\"description_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] }, { \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_Value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] } ,{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Business Assets\", \"group_key\":\"business_assets\", \"form_name\":\"Business Assets\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] } , { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1); +INSERT INTO `m_pd_forms` (`form_id`, `pd_form_id`, `pd_form_name`, `pd_form_description`, `pd_form_order`, `is_others`, `pd_form_level_order`, `is_business_form`, `business_order`, `is_addon_form`, `form_template`, `isactive`) VALUES + (24, 23, "Future Plan and Business Environment", NULL, 22, 0, 3, 0, NULL, 0, "{ \"section_id\": \"23\", \"section_name\": \"Future Plans & Business Environments\", \"onsubmit\": [], \"questions\": [ { \"question_key\":\"USP of the business - How is the applicants business different from others in the same line of business?\", \"question\":\"USP of the business - How is the applicants business different from others in the same line of business?\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Future plans for business expansion\", \"question\":\"Future plans for business expansion\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Impact of GST on the business\", \"question\":\"Impact of GST on the business\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Key Competitors\", \"question\":\"Key Competitors\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Succession plan - who will look after the business after applicants retire / are unable to run the business due to any reason?\", \"question\":\"Succession plan - who will look after the business after applicants retire / are unable to run the business due to any reason?\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"Brief of Other Group Concerns / Businesses run by the applicants\", \"question\":\"Brief of Other Group Concerns / Businesses run by the applicants\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1), + (25, 24, "Credit Manager Queries", NULL, 21, 0, 3, 0, NULL, 0, "{ \"section_id\":\"24\", \"section_name\":\"Credit Manager Queries\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Is your business adversely impacted by coronavirus outbreak ?\", \"question_key\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"type\":\"2\", \"sub_title\":\"Covid 19 Questions\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"expression\":\"(String(\'is_your_business_adversely_impacted_by_coronavirus_outbreak\') == String(\'No\'))\", \"value_keys\":[ \"is_your_business_adversely_impacted_by_coronavirus_outbreak\" ], \"questions\":[ { \"question\":\"Enter Your Remarks\", \"question_key\":\"enter_your_remarks\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"answers\":null, \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"expression\":\"(String(\'is_your_business_adversely_impacted_by_coronavirus_outbreak\') == String(\'Yes\'))\", \"value_keys\":[ \"is_your_business_adversely_impacted_by_coronavirus_outbreak\" ], \"questions\":[ { \"question\":\"Enter Your Remarks\", \"question_key\":\"enter_Your_Remarks\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] },{ \"question\":\"Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution?\", \"question_key\":\"your_bank_or_financial_institution\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ ], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] },{ \"question\":\"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?\", \"question_key\":\"your_business_or_personal_use\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"your_business_or_personal_use\", \"expression\":\"(String(\'your_business_or_personal_use\') == String(\'Yes\'))\", \"value_keys\":[ \"your_business_or_personal_use\" ], \"questions\":[ { \"question\":\"How much is your sales/revenue from April till date?\", \"question_key\":\"sales/revenue_april_till_date\", \"type\":\"1\", \"field_width\":\"100\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Please specify amount,lender etc\", \"question_key\":\"please_specify_amount_lender_etc\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":null, \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"your_business_or_personal_use\", \"expression\":\"(String(\'your_business_or_personal_use\') == String(\'No\'))\", \"value_keys\":[ \"your_business_or_personal_use\" ], \"questions\":[ { \"question\":\"How much is your sales/revenue from April till date?\", \"question_key\":\"how_much_is_your_sales/revenue_from_april_till_date\", \"type\":\"1\", \"field_width\":\"100\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] },{ \"question\":\"Is turnover mentioned above (sales/revenue from April till date) validated?\", \"question_key\":\"sales/revenue_from_april_till_date_validated\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"sales/revenue_from_april_till_date_validated\", \"expression\":\"(String(\'sales/revenue_from_april_till_date_validated\') == String(\'Yes\'))\", \"value_keys\":[ \"sales/revenue_from_april_till_date_validated\" ], \"questions\":[ { \"question\":\"Choose any \", \"question_key\":\"Choose any\", \"type\":\"3\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":[ { \"answer_id\":\"Bills\", \"answer\":\"Bills\" }, { \"answer_id\":\"Gst_returns\", \"answer\":\"Gst returns\" }, { \"answer_id\":\"records_shown\", \"answer\":\"records shown\" } ], \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] } ] }", 1), + (26, 25, "Vendor PD Form", NULL, NULL, 0, 3, 0, NULL, 0, NULL, 1), + (27, 26, "Photograph", NULL, 24, 0, 1, 0, NULL, 0, NULL, 1), + (28, 27, "FI General Information", NULL, 1, 0, 1, 0, NULL, 0, "{ \"section_id\":\"27\", \"section_name\":\"General Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"is_disabled\":\"1\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Is Person Met\", \"question_key\":\"is_person_met\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_person_met\", \"expression\":\"(String(\'is_person_met\') == String(\'no\'))\", \"value_keys\":[ \"is_person_met\" ], \"questions\":[ { \"question\":\"Designation of Person met\", \"question_key\":\"Designation_of_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"8\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_person_met\", \"answers\":null, \"validations\":[ ] },{ \"question\": \"Relationship\", \"question_key\": \"Relationship\", \"type\": \"8\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"RELATIONSHIPS\" }, \"fields\":[ \"relationship_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_the_employee_met\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 1), + (29, 28, "FI Address Details", NULL, 2, 0, 1, 0, NULL, 0, "{\"section_id\":\"28\",\"section_name\":\"AddressInformation\",\"onsubmit\":[],\"questions\":[{\"question\":\"AddressatwhichPDwasinitiated\",\"question_key\":\"initiated_address\",\"type\":\"7\",\"disable\":false,\"field_width\":\"100\",\"title\":\"AddressDetails\",\"answers\":true,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"3\",\"answers\":null,\"field_width\":\"25\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"StateRequired\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"3\",\"answers\":null,\"field_width\":\"25\",\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CItyRequired\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"3\",\"answers\":null,\"field_width\":\"25\",\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode==1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"SpecifythePincode\",\"place_holder\":\"EnterthePincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"PincodeisRequired\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincodeshouldbe6digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"PincodeRequired\",\"value\":null}]},{\"question\":\"IsthistheaddresswherePDisdone?\",\"question_key\":\"is_pd_done_on_initiated_address\",\"type\":\"2\",\"disable\":false,\"field_width\":\"100\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"is_pd_done_on_initiated_address\",\"expression\":\"(String(\'is_pd_done_on_initiated_address\')==String(\'No\'))\",\"value_keys\":[\"is_pd_done_on_initiated_address\"],\"questions\":[{\"question\":\"ReasonforchangeinPDvisitaddress\",\"question_key\":\"end_use\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"Pincode\",\"question_key\":\"pincode2\",\"type\":\"3\",\"answers\":null,\"field_width\":\"25\",\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode==1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"SpecifythePincode\",\"place_holder\":\"EnterthePincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"PincodeisRequired\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincodeshouldbe6digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"PincodeRequired\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city2\",\"type\":\"3\",\"answers\":null,\"field_width\":\"25\",\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CItyRequired\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"State_list\",\"type\":\"3\",\"disable\":false,\"field_width\":\"25\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"EnteractualPDaddress\",\"question_key\":\"actual_pd_address\",\"type\":\"1\",\"field_width\":\"100\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}]}]}],\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"AddressType\",\"question_key\":\"Address_Type\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"ADDRESSTYPE\"},\"fields\":[\"address_type_id\",\"address_type\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"Locality\",\"question_key\":\"Locality\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"LOCALITY\"},\"fields\":[\"locality_id\",\"locality_name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"ApproachtoPDlocation*\",\"question_key\":\"Approach_to_PD_location\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"PDLOCATIONAPPROACH\"},\"fields\":[\"pd_location_approach_id\",\"description\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"CommentonLocality\",\"question_key\":\"Comment_on_Locality\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMMENTSONLOCALITY\"},\"fields\":[\"comments_on_locality_id\",\"rating\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"UnitofMeasurement\",\"question_key\":\"Unit_of_Measurement\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"UOM\"},\"fields\":[\"uom_id\",\"name\"]},\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enterthetext\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 1), + (30, 29, "FI Office Visit Information", NULL, 3, 0, 1, 0, NULL, 0, "{\"section_id\":\"29\",\"section_name\":\"OfficeVisitInformation\",\"onsubmit\":[],\"questions\":[{\"question\":\"VisitedAddressIs?\",\"question_key\":\"visited_address_is\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer_id\":\"Godown\",\"answer\":\"Godown\"},{\"answer_id\":\"Factory\",\"answer\":\"Factory\"},{\"answer_id\":\"Office\",\"answer\":\"Office\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"BusinessBrief\",\"question_key\":\"business_brief\",\"type\":\"1\",\"disable\":false,\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"No.ofemployeessightedbyPDofficerduringvisit\",\"question_key\":\"no_of_employees_sighted_by_PD_officer_during_visit\",\"type\":\"1\",\"disable\":false,\"field_width\":\"45\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"Wasthecompanynameboardsighted?\",\"question_key\":\"was_the_company_name_board_sighted\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"BusinessDocumentsSighted?\",\"question_key\":\"business_documents_sighted\",\"type\":\"2\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"DoyouwanttoaddotherDocuments?\",\"question_key\":\"do_you_want_to_add_other_documents\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"do_you_want_to_add_other_documents\",\"expression\":\"(String(\'do_you_want_to_add_other_documents\')==String(\'Yes\'))\",\"value_keys\":[\"do_you_want_to_add_other_documents\",\"loan_amount\"],\"questions\":[{\"question\":\"Remarks\",\"question_key\":\"remarks_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"7\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"do_you_want_to_add_other_documents\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"VisitedAddressIsRentedorOwned?\",\"question_key\":\"Visited_address_is_rented\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer\":\"Rented\",\"answer_id\":\"rented\"},{\"answer\":\"Owned\",\"answer_id\":\"owned\"},{\"answer\":\"NotDisclosed\",\"answer_id\":\"notdisclosed\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"WasAnyBusinessActivitiesObservedDuringVisit?\",\"question_key\":\"Was_any_business_activities_observed_during_visit\",\"type\":\"4\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer\":\"EmployeesWereSeenAtTheVisitedPremises.\",\"answer_id\":\"employees_were_seen_at_the_visited_premises.\"},{\"answer\":\"Customers/Clientswereseenatthevisitedpremises.\",\"answer_id\":\"customers_clients_were_seen_at_the_visited_premises.\"},{\"answer\":\"Manufacturingactivitieswereseenatthevisitedpremises\",\"answer_id\":\"manufacturing_activities_were_seen_at_the_visited_premises\"},{\"answer\":\"Others\",\"answer_id\":\"others\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"Was_any_business_activities_observed_during_visit\",\"expression\":\"(String(\'Was_any_business_activities_observed_during_visit\')==String(\'others\'))\",\"value_keys\":[\"Was_any_business_activities_observed_during_visit\"],\"questions\":[{\"question\":\"Others(Pleasespecify)\",\"question_key\":\"specify_others\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"do_you_want_to_add_other_documents\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"StockPhotograph\",\"question_key\":\"stock_photograph\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"stock_photograph\",\"expression\":\"(String(\'stock_photograph\')==String(\'No\'))\",\"value_keys\":[\"stock_photograph\"],\"questions\":[{\"question\":\"ReasonOfStockNonAvailability\",\"question_key\":\"reason_of_stock_non_availability\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"stock_photograph\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]}]}", 1), + (31, 30, "FI Residence Visit Information", NULL, 3, 0, 1, 0, NULL, 0, "{\"section_id\":\"30\",\"section_name\":\"ResidenceVisitInformation\",\"onsubmit\":[],\"questions\":[{\"question_key\":null,\"question\":null,\"place_holder\":\"Enterthetext\",\"type\":null,\"api_properties\":null,\"sub_title\":\"No.ofyearsofcurrentresidence?\",\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"100\",\"validations\":[]},{\"question_key\":\"year\",\"question\":\"Year\",\"place_holder\":\"Enterthetext\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]},{\"question_key\":\"month\",\"question\":\"Month\",\"place_holder\":\"Enterthetext\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]},{\"question\":\"VisitedAddressIsRentedorOwned?\",\"question_key\":\"Visited_address_is_rented\",\"type\":\"3\",\"disable\":false,\"field_width\":\"45\",\"answers\":[{\"answer\":\"Rented\",\"answer_id\":\"rented\"},{\"answer\":\"Owned\",\"answer_id\":\"owned\"},{\"answer\":\"NotDisclosed\",\"answer_id\":\"notdisclosed\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"FieldRequired\",\"value\":null}]},{\"question\":\"Addressproofshared?\",\"question_key\":\"address_proof_shared\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\"},{\"answer_id\":\"No\",\"answer\":\"No\"}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"address_proof_shared\",\"expression\":\"(String(\'address_proof_shared\')==String(\'Yes\'))\",\"value_keys\":[\"address_proof_shared\",\"loan_amount\"],\"questions\":[{\"question\":\"IfYes,Chooseone\",\"question_key\":\"type_of_proof\",\"place_holder\":\"\",\"field_type\":\"string\",\"type\":\"3\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"type_of_proof\",\"expression\":\"(String(\'type_of_proof\')==String(\'others\'))\",\"value_keys\":[\"type_of_proof\"],\"questions\":[{\"question\":\"Others(Pleasespecify)\",\"question_key\":\"Others_Please_specify\",\"place_holder\":\"Others(Pleasespecify)\",\"field_type\":\"text\",\"type\":\"1\",\"field_width\":\"45\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"type_of_proof\",\"answers\":null,\"validations\":[]}]}]}],\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"address_proof_shared\",\"answers\":[{\"answer\":\"AdharCard\",\"answer_id\":\"adhar_card\"},{\"answer_id\":\"electricity_bill\",\"answer\":\"ElectricityBill\"},{\"answer_id\":\"rent_agreement\",\"answer\":\"RentAgreement\"},{\"answer_id\":\"others\",\"answer\":\"others\"}],\"validations\":[]}]}]}],\"is_repeatable\":null,\"validations\":[]}]}", 1), + (32, 31, "FI Credit Manager Queries", NULL, 4, 0, 2, 0, NULL, 0, NULL, 1), + (33, 32, "FI Neighbourhood Details", NULL, 5, 0, 2, 0, NULL, 0, "{\"section_id\":\"32\",\"section_name\":\"NeighbourhoodDetails\",\"onsubmit\":[],\"questions\":[{\"question\":[{\"question\":\"Neighbourname\",\"question_key\":\"neighbourhood_name\",\"place_holder\":\"Entertext\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Doyouknowabouttheapplicantortheirbusiness?\",\"question_key\":\"do_know\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Asperyouhowlonghasthisbusinessbeeninoperation\",\"question_key\":\"know_business_operation\",\"place_holder\":\"Enterthetext\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer\":\"Yes\",\"answer_id\":\"yes\"},{\"answer\":\"No\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"know_business_operation\",\"expression\":\"(String(\'know_business_operation\')===String(\'yes\'))\",\"value_keys\":[\"know_business_operation\"],\"questions\":[{\"question\":\"Years\",\"question_key\":\"how_long_do_know_in_year\",\"type\":\"1\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_business_operation\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fieldrequired\",\"value\":null}]},{\"question\":\"Months\",\"question_key\":\"how_long_do_know_in_month\",\"type\":\"1\",\"field_type\":\"num\",\"field_width\":\"100\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_business_operation\",\"answers\":null,\"validations\":[]}]}]}]},{\"question\":\"Whoistheowneroforganisation?\",\"question_key\":\"know_organisation_owner\",\"type\":\"2\",\"api_properties\":null,\"answers\":[{\"answer\":\"Know\",\"answer_id\":\"yes\"},{\"answer\":\"Donotknow\",\"answer_id\":\"no\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"know_organisation_owner\",\"expression\":\"(String(\'know_organisation_owner\')===String(\'yes\'))\",\"value_keys\":[\"know_organisation_owner\"],\"questions\":[{\"question\":\"Whoistheowneroftheorganisation\",\"question_key\":\"organisation_owner\",\"type\":\"4\",\"field_width\":\"100\",\"field_type\":\"num\",\"api_properties\":{\"purpose\":\"answer_options_local\",\"master_name\":\"pd_applicants\",\"fields\":[\"pd_co_applicant_id\",\"applicant_name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"is_subfield\":\"1\",\"parent_question_key\":\"know_organisation_owner\",\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fieldrequired\",\"value\":null}]}]}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"NeighbourhoodDetails\",\"group_key\":\"neighbourhood_list\"},{\"question\":\"StatusoftheNeighborcheckasperPDofficer?\",\"question_key\":\"neighbourhood_status\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer\":\"Positive\",\"answer_id\":\"Positive\"},{\"answer\":\"Negative\",\"answer_id\":\"Negative\"},{\"answer\":\"CouldNotVerify\",\"answer_id\":\"CouldNotVerify\"}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"value_keys\":[\"neighbourhood_status\"],\"value\":\"(String(\'neighbourhood_status\').toLowerCase()!=String(\'positive\'))\",\"validation_to\":\"neighbourhood_remarks\",\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\"}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Remarks\",\"question_key\":\"neighbourhood_remarks\",\"type\":\"7\",\"placeholder\":\"Entertheremarks\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}", 1), + (34, 33, "FI Final Remarks", NULL, 6, 0, 2, 0, NULL, 0, "{\"section_id\":\"33\",\"section_name\":\"FinalRemarks\",\"onsubmit\":[],\"questions\":[{\"question\":\"FinalStatusofvisitwith(Positive,Negative,Couldnotverfiy)\",\"question_key\":\"final_status_of_visit\",\"place_holder\":\"Enterthetext\",\"type\":\"3\",\"api_properties\":null,\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative\"},{\"answer_id\":\"Couldnotverfiy\",\"answer\":\"Couldnotverfiy\"}],\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"60\",\"validations\":[]},{\"question_key\":\"common_remarks\",\"question\":\"Remarks\",\"place_holder\":\"Enterthetext\",\"type\":\"7\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"field_width\":\"45\",\"validations\":[]}]}", 1), + (35, 34, "FI Photograph", NULL, 7, 0, 2, 0, NULL, 0, "{\"section_id\":\"34\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function(){letsum_val=null;letques_key=[];if(control.question_key==submitProperty.key_name&&control.answer_value==\'\'){returnfalse}else{returntrue}returnsum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Pleasetakeselfiewithpersonmet\"}],\"questions\":[{\"question\":\"Selfiewithpersonmet\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"IDcard\",\"question_key\":\"id_card\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":\"MachineryImage\",\"question_key\":\"machinery_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"ApproachtoPDLocation\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"ApproachtoPDLocation\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"NameBoardSeen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"NameBoardSeen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"StockPhotograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"StockPhotograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Documentsphotographs\",\"question_key\":\"documents_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Documentsphotographs\",\"group_type\":\"6\"}]}", 1); + +/*!40000 ALTER TABLE `m_pd_forms` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pd_location_approach +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_location_approach` ( + `pd_location_approach_id` int NOT NULL AUTO_INCREMENT, + `description` varchar(65) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pd_location_approach_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_pd_location_approach` WRITE; +/*!40000 ALTER TABLE `m_pd_location_approach` DISABLE KEYS */; + +INSERT INTO `m_pd_location_approach` (`pd_location_approach_id`, `description`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Very Easy to locate & Reach", "2018-10-16 06:07:55", 1, "2019-05-23 09:33:23", 165, 1, 0), + (2, "Easy to locate & Reach", "2018-10-17 10:15:43", 1, "2019-02-04 07:11:14", 1, 1, 0), + (3, "Difficult to locate & Reach", "2018-10-17 10:15:43", 1, "2019-05-23 09:33:23", 165, 1, 0), + (4, "Very Difficult to locate & Reach", "2018-10-16 06:07:55", 1, "2019-02-04 07:11:14", 1, 1, 0); + +/*!40000 ALTER TABLE `m_pd_location_approach` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pd_officiers_details +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_officiers_details` ( + `pd_officier_id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `fk_pd_type_id` int DEFAULT NULL, + `total` int DEFAULT '0', + `completed` int DEFAULT '0', + `inprogress` int DEFAULT '0', + `scheduled` int DEFAULT '0', + `allocated` int DEFAULT '0', + `fk_team_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` varchar(45) DEFAULT NULL, + PRIMARY KEY (`pd_officier_id`) +) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_pd_officiers_details` WRITE; +/*!40000 ALTER TABLE `m_pd_officiers_details` DISABLE KEYS */; + +INSERT INTO `m_pd_officiers_details` (`pd_officier_id`, `fk_user_id`, `fk_pd_type_id`, `total`, `completed`, `inprogress`, `scheduled`, `allocated`, `fk_team_id`, `isactive`, `fk_createdby`, `createdon`, `updatedon`, `fk_updatedby`) VALUES + (43, 5, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:17:12", "2021-07-28 20:09:27", NULL), + (44, 8, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:22:17", "2021-09-11 12:45:01", NULL), + (45, 9, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:23:36", "2021-10-09 11:36:20", NULL), + (46, 10, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:24:57", "2021-07-28 20:09:27", NULL), + (47, 11, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:27:12", "2021-09-11 12:45:01", NULL), + (48, 12, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:28:52", "2021-07-28 20:09:28", NULL), + (49, 13, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:30:41", "2021-07-28 20:09:28", NULL), + (50, 14, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2019-08-19 08:32:36", NULL, NULL), + (51, 15, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-08-19 08:33:57", "2023-01-17 12:47:14", NULL), + (52, 52, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2019-08-26 17:43:17", NULL, NULL), + (53, 53, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-09-04 12:06:45", "2021-07-28 20:09:28", NULL), + (54, 62, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2019-10-19 17:57:19", "2019-10-21 15:30:34", NULL), + (55, 63, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2019-10-19 17:58:47", "2020-09-22 13:13:59", NULL), + (56, 7, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2019-11-14 18:40:54", NULL, NULL), + (57, 121, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2020-08-14 16:42:37", NULL, NULL), + (58, 172, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2020-12-10 11:50:32", "2023-02-01 15:55:31", NULL), + (59, 180, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2021-02-19 09:59:04", "2022-07-25 11:30:12", NULL), + (60, 181, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2021-02-19 13:09:22", NULL, NULL), + (61, 237, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2021-08-27 10:24:05", NULL, NULL), + (62, 278, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2021-12-23 11:33:01", NULL, NULL), + (63, 326, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2022-03-23 10:04:47", NULL, NULL), + (64, 336, 1, 0, 0, 0, 0, 0, 4, 0, NULL, "2022-04-23 11:14:31", "2023-01-20 18:02:02", NULL), + (65, 349, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2022-05-26 12:06:54", "2022-05-26 12:07:30", NULL), + (66, 372, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2022-07-25 12:01:14", NULL, NULL), + (67, 373, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2022-07-25 16:33:53", NULL, NULL), + (68, 386, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2022-09-13 19:31:16", NULL, NULL), + (69, 437, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2023-01-10 12:09:56", NULL, NULL), + (70, 451, 1, 0, 0, 0, 0, 0, 4, 1, NULL, "2023-02-28 21:36:55", NULL, NULL); + +/*!40000 ALTER TABLE `m_pd_officiers_details` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pd_type +# ------------------------------------------------------------ + +CREATE TABLE `m_pd_type` ( + `pd_type_id` int NOT NULL AUTO_INCREMENT, + `type_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pd_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_pd_type` WRITE; +/*!40000 ALTER TABLE `m_pd_type` DISABLE KEYS */; + +INSERT INTO `m_pd_type` (`pd_type_id`, `type_name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Full PD ", "2018-09-25 12:31:07", 1, "2019-05-23 09:33:23", 165, 1, 0), + (2, "Smart PD", "2018-09-25 12:31:07", 1, "2018-10-16 07:14:40", 1, 1, 0), + (3, "Tele PD", "2018-10-01 07:45:51", 1, "2018-10-16 07:14:40", 1, 1, 0); + +/*!40000 ALTER TABLE `m_pd_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pdnotification +# ------------------------------------------------------------ + +CREATE TABLE `m_pdnotification` ( + `pdnotification_id` int NOT NULL, + `pd_status` varchar(25) DEFAULT NULL, + `sms_lender` tinyint(1) DEFAULT '0', + `sms_pdofficer` tinyint(1) DEFAULT '0', + `sms_pdincharge` tinyint(1) DEFAULT '0', + `sms_customer` tinyint DEFAULT '0', + `sms_qcteam` tinyint DEFAULT '0', + `mail_lender` tinyint(1) DEFAULT '0', + `mail_pdincharge` tinyint(1) DEFAULT '0', + `mail_pdofficer` tinyint(1) DEFAULT '0', + `mail_customer` tinyint DEFAULT '0', + `mail_qcteam` tinyint DEFAULT '0', + `app_lender` tinyint DEFAULT '0', + `app_pdofficer` tinyint DEFAULT '0', + `app_pdincharge` tinyint DEFAULT '0', + `app_customer` tinyint DEFAULT '0', + `app_qcteam` tinyint DEFAULT '0', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pdnotification_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_pdnotification` WRITE; +/*!40000 ALTER TABLE `m_pdnotification` DISABLE KEYS */; + +INSERT INTO `m_pdnotification` (`pdnotification_id`, `pd_status`, `sms_lender`, `sms_pdofficer`, `sms_pdincharge`, `sms_customer`, `sms_qcteam`, `mail_lender`, `mail_pdincharge`, `mail_pdofficer`, `mail_customer`, `mail_qcteam`, `app_lender`, `app_pdofficer`, `app_pdincharge`, `app_customer`, `app_qcteam`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "TRIGGERED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:33", 1, 1, 0), + (2, "ALLOCATED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:33", 1, 1, 0), + (3, "ACCEPTED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:33", 1, 1, 0), + (4, "BOUNCED", 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-11 19:53:51", 1, 1, 0), + (5, "SCHEDULED", 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, "2018-09-21 14:45:53", NULL, "2019-10-11 19:52:39", 1, 1, 0), + (6, "INITIATED", 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, "2018-09-21 14:45:53", NULL, "2019-10-11 19:53:51", 1, 1, 0), + (7, "STARTED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:33", 1, 1, 0), + (8, "INPROGRESS", 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-11 19:53:51", 1, 1, 0), + (9, "COMPLETED", 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, "2018-09-21 14:45:53", NULL, "2019-10-11 19:52:39", 1, 1, 0), + (10, "QC_INPROGRESS", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:33", 1, 1, 0), + (11, "QC_COMPLETED", 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:33", 1, 1, 0), + (12, "PD_REPORT_GENERATED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-05 16:04:32", 1, 1, 0), + (13, "PD_CHANGE_REQUEST", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-05 16:01:38", 1, 1, 0), + (14, "ALLOCATED_TO_PARTNER", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-21 14:45:53", NULL, "2019-10-05 16:01:39", 1, 1, 0), + (15, "ARCHIVED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-24 13:40:03", NULL, "2019-10-05 16:01:39", 1, 1, 0), + (16, "CANCELLED", 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, "2018-09-24 13:40:03", NULL, "2019-10-11 19:53:51", 1, 1, 0), + (18, "DRAFT", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2018-11-07 12:55:52", NULL, "2019-01-24 11:35:47", 1, 1, 0), + (19, "RESCHEDULED", 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "2019-01-23 19:18:28", NULL, "2019-01-24 11:35:47", NULL, 1, 0); + +/*!40000 ALTER TABLE `m_pdnotification` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pdnotification_msg +# ------------------------------------------------------------ + +CREATE TABLE `m_pdnotification_msg` ( + `msg_id` int NOT NULL AUTO_INCREMENT, + `pd_status` varchar(25) DEFAULT NULL, + `lender` varchar(500) DEFAULT NULL, + `pdofficer` varchar(500) DEFAULT NULL, + `pdincharge` varchar(500) DEFAULT NULL, + `customer` varchar(500) DEFAULT NULL, + `qc_team` varchar(500) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`msg_id`) +) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_pdnotification_msg` WRITE; +/*!40000 ALTER TABLE `m_pdnotification_msg` DISABLE KEYS */; + +INSERT INTO `m_pdnotification_msg` (`msg_id`, `pd_status`, `lender`, `pdofficer`, `pdincharge`, `customer`, `qc_team`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "TRIGGERED", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been triggered.", NULL, "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been triggered.", NULL, "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been triggered.", "2019-01-26 11:01:57", NULL, "2019-04-25 15:26:01", NULL, 1, 0), + (2, "ALLOCATED", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been allocated to Field Officer {{pdofficer_name}} .", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been allocated to Field Officer {{pdofficer_name}} .", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been allocated to Field Officer {{pdofficer_name}} .", NULL, "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been allocated to Field Officer {{pdofficer_name}} .", "2019-01-26 11:01:57", NULL, "2019-04-25 15:43:02", NULL, 1, 0), + (3, "ACCEPTED", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:57", NULL, NULL, NULL, 1, 0), + (4, "BOUNCED", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (5, "SCHEDULED", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Scheduled on {{schedule_time}} .", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Scheduled on {{schedule_time}} .", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Scheduled on {{schedule_time}} .", "A Personal Discussion has been Scheduled on {{schedule_time}} . Our Officer {{pdofficer_name}} will be visiting you for the same.", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Scheduled on {{schedule_time}} .", "2019-01-26 11:01:58", NULL, "2019-04-25 15:45:51", NULL, 1, 0), + (6, "INITIATED", NULL, NULL, "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Initiated on {{initiate_time}} \\\" .", "Dear {{applicant_name}} , Officer {{pdofficer_name}} is on the way to meet you for a personal discussion with regards to your loan application with {{lender_name}} . You can track the officer\\\'s real time location by clicking on this link. {{link}}", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Initiated on {{initiate_time}} .", "2019-01-26 11:01:58", NULL, "2019-05-03 12:08:26", NULL, 1, 0), + (7, "STARTED", NULL, NULL, " PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has Started on {{start_time}} .", NULL, " PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has Started on {{start_time}} .", "2019-01-26 11:01:58", NULL, "2019-04-25 15:56:30", NULL, 1, 0), + (8, "INPROGRESS", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (9, "COMPLETED", NULL, "PD for Loan Applicant {{applicant_name}} ID- {{applicant_id}} is complete and ready for QC.", "PD for Loan Applicant {{applicant_name}} ID- {{applicant_id}} is complete and ready for QC.", NULL, "PD for Loan Applicant {{applicant_name}} ID- {{applicant_id}} is complete and ready for QC.", "2019-01-26 11:01:58", NULL, "2019-10-09 15:07:40", NULL, 1, 0), + (10, "QC_INPROGRESS", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (11, "QC_COMPLETED", "Dear Team,\\n\\n The PD Report for Loan Applicant \\\" {{applicant_name}} \\\" ID - \\\" {{applicant_id}} \\\" is ready and available for your perusal. You may log into the application and download the same. For your convenience, the report is also enclosed with this email for your ready perusal.\\n\\nWarm Regards,\\nSineedge Consulting Private Limited.", NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, "2019-10-12 12:36:25", NULL, 1, 0), + (12, "PD_REPORT_GENERATED", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (13, "PD_CHANGE_REQUEST", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (14, "ALLOCATED_TO_PARTNER", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (15, "ARCHIVED", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (16, "CANCELLED", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (17, "DRAFT", NULL, NULL, NULL, NULL, NULL, "2019-01-26 11:01:58", NULL, NULL, NULL, 1, 0), + (18, "RESCHEDULED", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Rescheduled on {{schedule_time}} .", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Rescheduled on {{schedule_time}} .", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Rescheduled on {{schedule_time}} .", "A Personal Discussion has been Rescheduled on \\\" {{schedule_time}} \\\". Our Officer \\\" {{pdofficer_name}} \\\" will be visiting you for the same.", "PD for Loan Applicant {{applicant_name}} ID - {{applicant_id}} has been Rescheduled on {{schedule_time}} .", "2019-01-26 11:01:58", NULL, "2019-04-25 15:50:52", NULL, 1, 0); + +/*!40000 ALTER TABLE `m_pdnotification_msg` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pdofficer_lender_mapping +# ------------------------------------------------------------ + +CREATE TABLE `m_pdofficer_lender_mapping` ( + `pdofficer_lender_map_id` int NOT NULL AUTO_INCREMENT, + `fk_lender_id` int DEFAULT NULL, + `fk_user_id` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdofficer_lender_map_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_pdofficer_recommendations +# ------------------------------------------------------------ + +CREATE TABLE `m_pdofficer_recommendations` ( + `pdofficer_recommendation_id` int NOT NULL AUTO_INCREMENT, + `pdofficer_recommendation` varchar(85) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pdofficer_recommendation_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_pdofficer_recommendations` WRITE; +/*!40000 ALTER TABLE `m_pdofficer_recommendations` DISABLE KEYS */; + +INSERT INTO `m_pdofficer_recommendations` (`pdofficer_recommendation_id`, `pdofficer_recommendation`, `isactive`, `is_others`) VALUES + (1, "Others", 0, 1), + (2, "Positive", 1, 0), + (3, "Negative", 1, 0), + (4, "Refer to Credit", 1, 0); + +/*!40000 ALTER TABLE `m_pdofficer_recommendations` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pdteam +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam` ( + `pdteam_id` int NOT NULL AUTO_INCREMENT, + `team_name` varchar(50) DEFAULT NULL, + `fk_lender_id` int DEFAULT NULL, + `team_type` tinyint DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`pdteam_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_pdteam` WRITE; +/*!40000 ALTER TABLE `m_pdteam` DISABLE KEYS */; + +INSERT INTO `m_pdteam` (`pdteam_id`, `team_name`, `fk_lender_id`, `team_type`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Alpha", 1, 1, "2018-10-17 14:56:47", 1, "2019-08-27 19:35:28", "1", 0, 0), + (2, "Beta", 2, 1, "2018-10-17 14:56:47", 1, "2018-12-25 07:44:45", "1", 0, 0), + (3, "Delta", 1, 1, "2018-10-23 13:08:47", 1, "2019-08-27 19:35:29", "1", 0, 0), + (4, "General", NULL, NULL, "2018-10-25 12:22:31", 0, "2019-10-21 15:23:54", "", 1, 0), + (5, " Gamma", 2, 1, "2018-10-26 05:19:55", 1, "2018-12-25 07:44:45", "1", 0, 0), + (6, "Strike team", 1, 1, "2018-10-27 05:18:27", 1, "2019-08-27 19:35:29", "1", 0, 0), + (7, "OFFICER", 6, 1, "2018-10-30 09:49:40", 1, "2019-08-27 19:35:29", "1", 0, 0), + (8, "SBI Team", 1, 1, "2018-12-20 08:13:09", 1, "2019-08-27 19:35:29", "1", 0, 0), + (9, "IOB Team", 2, 1, "2018-12-21 05:01:46", 1, "2018-12-25 07:44:45", "1", 0, 0), + (10, "IOB Delta", 2, 1, "2018-12-25 07:24:26", 1, "2019-08-27 19:35:29", "1", 0, 0), + (11, "NEW", 6, 1, "2019-06-28 10:09:18", 165, "2019-07-02 07:37:59", "165", 0, 0); + +/*!40000 ALTER TABLE `m_pdteam` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pdteam_city +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam_city` ( + `pdteam_city_id` int NOT NULL AUTO_INCREMENT, + `fk_city_id` int DEFAULT NULL, + `fk_pdteam_id` int DEFAULT NULL COMMENT 'it may be sine_edge team ID or Vendor ID.', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdteam_city_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_pdteam_customer_segment +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam_customer_segment` ( + `pdteam_customer_segment_id` int NOT NULL AUTO_INCREMENT, + `fk_pdteam_id` int DEFAULT NULL, + `fk_cs_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdteam_customer_segment_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_pdteam_product +# ------------------------------------------------------------ + +CREATE TABLE `m_pdteam_product` ( + `pdteam_product_id` int NOT NULL AUTO_INCREMENT, + `fk_pdteam_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`pdteam_product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_personal_asset_grid +# ------------------------------------------------------------ + +CREATE TABLE `m_personal_asset_grid` ( + `personal_asset_grid_id` int NOT NULL AUTO_INCREMENT, + `loan_amount_from` varchar(50) DEFAULT NULL, + `loan_amount_to` varchar(50) DEFAULT NULL, + `avg_expected_value_assets` varchar(5) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`personal_asset_grid_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_personal_asset_grid` WRITE; +/*!40000 ALTER TABLE `m_personal_asset_grid` DISABLE KEYS */; + +INSERT INTO `m_personal_asset_grid` (`personal_asset_grid_id`, `loan_amount_from`, `loan_amount_to`, `avg_expected_value_assets`, `createdon`, `updatedon`, `isactive`) VALUES + (1, "0", "2000000", "35", "2019-02-23 13:21:28", "2019-05-25 12:40:35", 1), + (2, "2000001", "5000000", "45", "2019-02-23 13:21:28", "2019-05-25 12:38:18", 1), + (3, "5000001", "7500000", "55", "2019-02-23 13:21:28", "2019-05-25 12:38:18", 1), + (4, "7500001", "10000000", "60", "2019-02-23 13:21:29", "2019-05-25 12:40:35", 1), + (5, "10000001", "100000000", "65", "2019-02-23 13:21:29", "2019-05-25 12:40:36", 1); + +/*!40000 ALTER TABLE `m_personal_asset_grid` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_personal_asset_grid_variance +# ------------------------------------------------------------ + +CREATE TABLE `m_personal_asset_grid_variance` ( + `personal_asset_grid_variance_id` int NOT NULL AUTO_INCREMENT, + `variance_ ratio_from` varchar(5) DEFAULT NULL, + `variance_ration_to` varchar(5) DEFAULT NULL, + `score` varchar(5) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`personal_asset_grid_variance_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_personal_asset_grid_variance` WRITE; +/*!40000 ALTER TABLE `m_personal_asset_grid_variance` DISABLE KEYS */; + +INSERT INTO `m_personal_asset_grid_variance` (`personal_asset_grid_variance_id`, `variance_ ratio_from`, `variance_ration_to`, `score`, `createdon`, `updatedon`, `isactive`) VALUES + (1, "35", "10000", "10", "2019-02-23 13:40:54", "2019-03-16 18:56:29", 1), + (2, "0", "35", "8", "2019-02-23 13:40:54", "2019-02-23 13:40:54", 1), + (3, "0", "0", "6", "2019-02-23 13:40:54", "2019-03-16 18:56:29", 1), + (4, "-35", "0", "4", "2019-02-23 13:40:54", "2019-02-23 13:40:54", 1), + (5, "-1000", "-35", "2", "2019-02-23 13:40:54", "2019-03-16 18:56:29", 1), + (6, "0", "0", "0", "2019-02-23 13:40:54", "2019-02-23 13:40:54", 1); + +/*!40000 ALTER TABLE `m_personal_asset_grid_variance` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_persons_met +# ------------------------------------------------------------ + +CREATE TABLE `m_persons_met` ( + `person_met_id` int NOT NULL AUTO_INCREMENT, + `person_met_name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`person_met_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_persons_met` WRITE; +/*!40000 ALTER TABLE `m_persons_met` DISABLE KEYS */; + +INSERT INTO `m_persons_met` (`person_met_id`, `person_met_name`, `isactive`) VALUES + (1, "Main Applicant", 1), + (2, "Co-Applicant", 1), + (3, "Accountant", 1), + (4, "Manager", 1), + (5, "Relative of the applicant", 1), + (6, "Friend of the Applicant", 1), + (7, "DSA", 1), + (8, "Other", 1); + +/*!40000 ALTER TABLE `m_persons_met` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_photos +# ------------------------------------------------------------ + +CREATE TABLE `m_photos` ( + `photo_id` int NOT NULL AUTO_INCREMENT, + `photo_type_name` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `minimum_count` int DEFAULT '0', + `comments` varchar(250) DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`photo_id`) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_photos` WRITE; +/*!40000 ALTER TABLE `m_photos` DISABLE KEYS */; + +INSERT INTO `m_photos` (`photo_id`, `photo_type_name`, `isactive`, `minimum_count`, `comments`, `is_others`) VALUES + (1, "Others", 1, 0, NULL, 1), + (2, "Front Gate/Name/Board", 1, 1, "Long shot with Neighbour shops,short shots", 0), + (3, "Selfie with Customer/Person Met", 1, 1, NULL, 0), + (4, "Inside of Office/ Shop/ warehouse", 1, 3, NULL, 0), + (5, "ID Proof of Person Met", 1, 1, NULL, 0), + (6, "Stock", 1, 3, NULL, 0), + (7, "Client Details", 1, 1, "Bill Photos", 0), + (8, "Supplier Details", 1, 1, "Bill Photos", 0), + (9, "Rental Property", 1, 1, "Photo of rental property", 0), + (10, "Salary Register", 1, 1, "For Cash salaries", 0), + (11, "Approach to PD Location", 1, 1, NULL, 0), + (12, "Person\'s Met", 1, 1, NULL, 0); + +/*!40000 ALTER TABLE `m_photos` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_pincode +# ------------------------------------------------------------ + +CREATE TABLE `m_pincode` ( + `pincode_id` int NOT NULL AUTO_INCREMENT, + `pincode` varchar(10) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `fk_state_id` int DEFAULT NULL, + PRIMARY KEY (`pincode_id`), + KEY `pincode` (`pincode`), + KEY `isactive` (`isactive`), + KEY `fk_state_id` (`fk_state_id`) +) ENGINE=InnoDB AUTO_INCREMENT=155584 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_pincode` WRITE; +/*!40000 ALTER TABLE `m_pincode` DISABLE KEYS */; + +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (1, "Others", 1, 1, NULL), + (2, "744102", 1, 0, 17), + (3, "744102", 1, 0, 17), + (4, "744101", 1, 0, 17), + (5, "744103", 1, 0, 17), + (6, "744101", 1, 0, 17), + (7, "744101", 1, 0, 17), + (8, "744104", 1, 0, 17), + (9, "744201", 1, 0, 17), + (10, "744107", 1, 0, 17), + (11, "744302", 1, 0, 17), + (12, "744301", 1, 0, 17), + (13, "744202", 1, 0, 17), + (14, "744105", 1, 0, 17), + (15, "744102", 1, 0, 17), + (16, "744211", 1, 0, 17), + (17, "744207", 1, 0, 17), + (18, "744103", 1, 0, 17), + (19, "744209", 1, 0, 17), + (20, "744304", 1, 0, 17), + (21, "744203", 1, 0, 17), + (22, "744204", 1, 0, 17), + (23, "744303", 1, 0, 17), + (24, "744210", 1, 0, 17), + (25, "744205", 1, 0, 17), + (26, "744106", 1, 0, 17), + (27, "744206", 1, 0, 17), + (28, "744205", 1, 0, 17), + (29, "744206", 1, 0, 17), + (30, "744103", 1, 0, 17), + (31, "744105", 1, 0, 17), + (32, "744206", 1, 0, 17), + (33, "744102", 1, 0, 17), + (34, "744206", 1, 0, 17), + (35, "744207", 1, 0, 17), + (36, "744103", 1, 0, 17), + (37, "744209", 1, 0, 17), + (38, "744207", 1, 0, 17), + (39, "744103", 1, 0, 17), + (40, "744204", 1, 0, 17), + (41, "744202", 1, 0, 17), + (42, "744105", 1, 0, 17), + (43, "744105", 1, 0, 17), + (44, "744103", 1, 0, 17), + (45, "744105", 1, 0, 17), + (46, "744303", 1, 0, 17), + (47, "744103", 1, 0, 17), + (48, "744303", 1, 0, 17), + (49, "744206", 1, 0, 17), + (50, "744302", 1, 0, 17), + (51, "744103", 1, 0, 17), + (52, "744211", 1, 0, 17), + (53, "744202", 1, 0, 17), + (54, "744206", 1, 0, 17), + (55, "744301", 1, 0, 17), + (56, "744206", 1, 0, 17), + (57, "744202", 1, 0, 17), + (58, "744210", 1, 0, 17), + (59, "744205", 1, 0, 17), + (60, "744202", 1, 0, 17), + (61, "744302", 1, 0, 17), + (62, "744301", 1, 0, 17), + (63, "744202", 1, 0, 17), + (64, "744302", 1, 0, 17), + (65, "744206", 1, 0, 17), + (66, "744304", 1, 0, 17), + (67, "744206", 1, 0, 17), + (68, "744301", 1, 0, 17), + (69, "744202", 1, 0, 17), + (70, "744304", 1, 0, 17), + (71, "744104", 1, 0, 17), + (72, "744201", 1, 0, 17), + (73, "744205", 1, 0, 17), + (74, "744103", 1, 0, 17), + (75, "744205", 1, 0, 17), + (76, "744205", 1, 0, 17), + (77, "744202", 1, 0, 17), + (78, "744211", 1, 0, 17), + (79, "744302", 1, 0, 17), + (80, "744201", 1, 0, 17), + (81, "744204", 1, 0, 17), + (82, "744207", 1, 0, 17), + (83, "744204", 1, 0, 17), + (84, "744202", 1, 0, 17), + (85, "744105", 1, 0, 17), + (86, "744205", 1, 0, 17), + (87, "744301", 1, 0, 17), + (88, "744103", 1, 0, 17), + (89, "744302", 1, 0, 17), + (90, "744210", 1, 0, 17), + (91, "744105", 1, 0, 17), + (92, "744206", 1, 0, 17), + (93, "744202", 1, 0, 17), + (94, "744104", 1, 0, 17), + (95, "744202", 1, 0, 17), + (96, "744107", 1, 0, 17), + (97, "744211", 1, 0, 17), + (98, "744201", 1, 0, 17), + (99, "744202", 1, 0, 17), + (100, "744303", 1, 0, 17), + (101, "744303", 1, 0, 17), + (102, "744204", 1, 0, 17), + (103, "518004", 1, 0, 18), + (104, "518002", 1, 0, 18), + (105, "518002", 1, 0, 18), + (106, "518001", 1, 0, 18), + (107, "518003", 1, 0, 18), + (108, "518002", 1, 0, 18), + (109, "518004", 1, 0, 18), + (110, "518002", 1, 0, 18), + (111, "518004", 1, 0, 18), + (112, "518006", 1, 0, 18), + (113, "518302", 1, 0, 18), + (114, "518301", 1, 0, 18), + (115, "518301", 1, 0, 18), + (116, "518301", 1, 0, 18), + (117, "518301", 1, 0, 18), + (118, "518395", 1, 0, 18), + (119, "518347", 1, 0, 18), + (120, "518348", 1, 0, 18), + (121, "518333", 1, 0, 18), + (122, "518346", 1, 0, 18), + (123, "518308", 1, 0, 18), + (124, "518350", 1, 0, 18), + (125, "518344", 1, 0, 18), + (126, "518385", 1, 0, 18), + (127, "518345", 1, 0, 18), + (128, "518343", 1, 0, 18), + (129, "518396", 1, 0, 18), + (130, "518380", 1, 0, 18), + (131, "518323", 1, 0, 18), + (132, "518390", 1, 0, 18), + (133, "518360", 1, 0, 18), + (134, "518360", 1, 0, 18), + (135, "518533", 1, 0, 18), + (136, "518313", 1, 0, 18), + (137, "518422", 1, 0, 18), + (138, "518462", 1, 0, 18), + (139, "518599", 1, 0, 18), + (140, "518432", 1, 0, 18), + (141, "518206", 1, 0, 18), + (142, "518465", 1, 0, 18), + (143, "518222", 1, 0, 18), + (144, "518222", 1, 0, 18), + (145, "518225", 1, 0, 18), + (146, "518508", 1, 0, 18), + (147, "518452", 1, 0, 18), + (148, "518463", 1, 0, 18), + (149, "518466", 1, 0, 18), + (150, "518220", 1, 0, 18), + (151, "518464", 1, 0, 18), + (152, "518411", 1, 0, 18), + (153, "518467", 1, 0, 18), + (154, "518405", 1, 0, 18), + (155, "518401", 1, 0, 18), + (156, "518401", 1, 0, 18), + (157, "518442", 1, 0, 18), + (158, "518221", 1, 0, 18), + (159, "518468", 1, 0, 18), + (160, "518412", 1, 0, 18), + (161, "518598", 1, 0, 18), + (162, "518101", 1, 0, 18), + (163, "518102", 1, 0, 18), + (164, "518218", 1, 0, 18), + (165, "518216", 1, 0, 18), + (166, "518010", 1, 0, 18), + (167, "518005", 1, 0, 18), + (168, "518001", 1, 0, 18), + (169, "518004", 1, 0, 18), + (170, "518001", 1, 0, 18), + (171, "518001", 1, 0, 18), + (172, "521180", 1, 0, 18), + (173, "521250", 1, 0, 18), + (174, "520008", 1, 0, 18), + (175, "521229", 1, 0, 18), + (176, "521246", 1, 0, 18), + (177, "521164", 1, 0, 18), + (178, "521228", 1, 0, 18), + (179, "521457", 1, 0, 18), + (180, "521165", 1, 0, 18), + (181, "520011", 1, 0, 18), + (182, "521256", 1, 0, 18), + (183, "521247", 1, 0, 18), + (184, "521183", 1, 0, 18), + (185, "521107", 1, 0, 18), + (186, "521230", 1, 0, 18), + (187, "521185", 1, 0, 18), + (188, "521212", 1, 0, 18), + (189, "521286", 1, 0, 18), + (190, "521190", 1, 0, 18), + (191, "520003", 1, 0, 18), + (192, "521241", 1, 0, 18), + (193, "520011", 1, 0, 18), + (194, "521163", 1, 0, 18), + (195, "520001", 1, 0, 18), + (196, "520001", 1, 0, 18), + (197, "521456", 1, 0, 18), + (198, "521402", 1, 0, 18), + (199, "521170", 1, 0, 18), + (200, "521165", 1, 0, 18), + (201, "520001", 1, 0, 18), + (202, "520002", 1, 0, 18), + (203, "520007", 1, 0, 18), + (204, "520011", 1, 0, 18), + (205, "520010", 1, 0, 18), + (206, "520002", 1, 0, 18), + (207, "520002", 1, 0, 18), + (208, "520004", 1, 0, 18), + (209, "520007", 1, 0, 18), + (210, "521151", 1, 0, 18), + (211, "520013", 1, 0, 18), + (212, "521153", 1, 0, 18), + (213, "520004", 1, 0, 18), + (214, "520010", 1, 0, 18), + (215, "521104", 1, 0, 18), + (216, "520013", 1, 0, 18), + (217, "520010", 1, 0, 18), + (218, "521139", 1, 0, 18), + (219, "521137", 1, 0, 18), + (220, "520010", 1, 0, 18), + (221, "521108", 1, 0, 18), + (222, "520002", 1, 0, 18), + (223, "520008", 1, 0, 18), + (224, "521403", 1, 0, 18), + (225, "521401", 1, 0, 18), + (226, "521109", 1, 0, 18), + (227, "521235", 1, 0, 18), + (228, "521110", 1, 0, 18), + (229, "520010", 1, 0, 18), + (230, "521245", 1, 0, 18), + (231, "520003", 1, 0, 18), + (232, "520012", 1, 0, 18), + (233, "520008", 1, 0, 18), + (234, "520015", 1, 0, 18), + (235, "521211", 1, 0, 18), + (236, "521102", 1, 0, 18), + (237, "520012", 1, 0, 18), + (238, "521182", 1, 0, 18), + (239, "521178", 1, 0, 18), + (240, "520001", 1, 0, 18), + (241, "520003", 1, 0, 18), + (242, "520003", 1, 0, 18), + (243, "521101", 1, 0, 18), + (244, "521225", 1, 0, 18), + (245, "521456", 1, 0, 18), + (246, "521175", 1, 0, 18), + (247, "521181", 1, 0, 18), + (248, "520012", 1, 0, 18), + (249, "521227", 1, 0, 18), + (250, "522329", 1, 0, 18), + (251, "521165", 1, 0, 18), + (252, "533223", 1, 0, 18), + (253, "533229", 1, 0, 18), + (254, "516360", 1, 0, 18), + (255, "516421", 1, 0, 18), + (256, "516484", 1, 0, 18), + (257, "516289", 1, 0, 18), + (258, "516396", 1, 0, 18), + (259, "516218", 1, 0, 18), + (260, "516339", 1, 0, 18), + (261, "516216", 1, 0, 18), + (262, "516454", 1, 0, 18), + (263, "516350", 1, 0, 18), + (264, "516474", 1, 0, 18), + (265, "516401", 1, 0, 18), + (266, "516329", 1, 0, 18), + (267, "516293", 1, 0, 18), + (268, "516349", 1, 0, 18), + (269, "516444", 1, 0, 18), + (270, "516321", 1, 0, 18), + (271, "516390", 1, 0, 18), + (272, "516391", 1, 0, 18), + (273, "516464", 1, 0, 18), + (274, "516310", 1, 0, 18), + (275, "516433", 1, 0, 18), + (276, "516431", 1, 0, 18), + (277, "516175", 1, 0, 18), + (278, "516434", 1, 0, 18), + (279, "516434", 1, 0, 18), + (280, "516362", 1, 0, 18), + (281, "516359", 1, 0, 18), + (282, "516360", 1, 0, 18), + (283, "516360", 1, 0, 18), + (284, "516380", 1, 0, 18), + (285, "516439", 1, 0, 18), + (286, "516172", 1, 0, 18), + (287, "516173", 1, 0, 18), + (288, "516411", 1, 0, 18), + (289, "516360", 1, 0, 18), + (290, "516360", 1, 0, 18), + (291, "516432", 1, 0, 18), + (292, "516309", 1, 0, 18), + (293, "516309", 1, 0, 18), + (294, "516361", 1, 0, 18), + (295, "516434", 1, 0, 18), + (296, "516355", 1, 0, 18), + (297, "516311", 1, 0, 18), + (298, "516312", 1, 0, 18), + (299, "518217", 1, 0, 18), + (300, "516360", 1, 0, 18), + (301, "522004", 1, 0, 18), + (302, "522201", 1, 0, 18), + (303, "530048", 1, 0, 18), + (304, "522265", 1, 0, 18), + (305, "531036", 1, 0, 18), + (306, "530016", 1, 0, 18), + (307, "530020", 1, 0, 18), + (308, "530017", 1, 0, 18), + (309, "530002", 1, 0, 18), + (310, "531019", 1, 0, 18), + (311, "530052", 1, 0, 18), + (312, "530051", 1, 0, 18), + (313, "530049", 1, 0, 18), + (314, "515413", 1, 0, 18), + (315, "515722", 1, 0, 18), + (316, "532410", 1, 0, 18), + (317, "535006", 1, 0, 18), + (318, "518007", 1, 0, 18), + (319, "518674", 1, 0, 18), + (320, "516356", 1, 0, 18), + (321, "516360", 1, 0, 18), + (322, "516002", 1, 0, 18), + (323, "515202", 1, 0, 18), + (324, "515134", 1, 0, 18), + (325, "522005", 1, 0, 18), + (326, "535213", 1, 0, 18), + (327, "522102", 1, 0, 18), + (328, "530003", 1, 0, 18), + (329, "530003", 1, 0, 18), + (330, "530003", 1, 0, 18), + (331, "530003", 1, 0, 18), + (332, "530001", 1, 0, 18), + (333, "530022", 1, 0, 18), + (334, "530002", 1, 0, 18), + (335, "530001", 1, 0, 18), + (336, "530004", 1, 0, 18), + (337, "530016", 1, 0, 18), + (338, "530012", 1, 0, 18), + (339, "530004", 1, 0, 18), + (340, "530008", 1, 0, 18), + (341, "530009", 1, 0, 18), + (342, "530007", 1, 0, 18), + (343, "530005", 1, 0, 18), + (344, "530014", 1, 0, 18), + (345, "530032", 1, 0, 18), + (346, "521226", 1, 0, 18), + (347, "530002", 1, 0, 18), + (348, "521202", 1, 0, 18), + (349, "530009", 1, 0, 18), + (350, "518349", 1, 0, 18), + (351, "535594", 1, 0, 18), + (352, "521201", 1, 0, 18), + (353, "517645", 1, 0, 18), + (354, "524002", 1, 0, 18), + (355, "515134", 1, 0, 18), + (356, "521134", 1, 0, 18), + (357, "522009", 1, 0, 18), + (358, "532203", 1, 0, 18), + (359, "530053", 1, 0, 18), + (360, "532186", 1, 0, 18), + (361, "533428", 1, 0, 18), + (362, "533401", 1, 0, 18), + (363, "533406", 1, 0, 18), + (364, "533449", 1, 0, 18), + (365, "533430", 1, 0, 18), + (366, "533445", 1, 0, 18), + (367, "533435", 1, 0, 18), + (368, "533431", 1, 0, 18), + (369, "533407", 1, 0, 18), + (370, "533447", 1, 0, 18), + (371, "533450", 1, 0, 18), + (372, "533433", 1, 0, 18), + (373, "533437", 1, 0, 18), + (374, "533437", 1, 0, 18), + (375, "533450", 1, 0, 18), + (376, "533450", 1, 0, 18), + (377, "533432", 1, 0, 18), + (378, "533436", 1, 0, 18), + (379, "533291", 1, 0, 18), + (380, "533440", 1, 0, 18), + (381, "533440", 1, 0, 18), + (382, "533446", 1, 0, 18), + (383, "533408", 1, 0, 18), + (384, "533401", 1, 0, 18), + (385, "533401", 1, 0, 18), + (386, "533448", 1, 0, 18), + (387, "533434", 1, 0, 18), + (388, "533429", 1, 0, 18), + (389, "533483", 1, 0, 18), + (390, "533005", 1, 0, 18), + (391, "533005", 1, 0, 18), + (392, "533003", 1, 0, 18), + (393, "533002", 1, 0, 18), + (394, "533461", 1, 0, 18), + (395, "533003", 1, 0, 18), + (396, "533004", 1, 0, 18), + (397, "533001", 1, 0, 18), + (398, "533468", 1, 0, 18), + (399, "533348", 1, 0, 18), + (400, "533351", 1, 0, 18), + (401, "533347", 1, 0, 18), + (402, "533352", 1, 0, 18), + (403, "522612", 1, 0, 18), + (404, "522658", 1, 0, 18), + (405, "522614", 1, 0, 18), + (406, "522647", 1, 0, 18), + (407, "522661", 1, 0, 18), + (408, "522601", 1, 0, 18), + (409, "522615", 1, 0, 18), + (410, "522601", 1, 0, 18), + (411, "522647", 1, 0, 18), + (412, "522660", 1, 0, 18), + (413, "522649", 1, 0, 18), + (414, "522529", 1, 0, 18), + (415, "522601", 1, 0, 18), + (416, "522603", 1, 0, 18), + (417, "522617", 1, 0, 18), + (418, "522549", 1, 0, 18), + (419, "522659", 1, 0, 18), + (420, "522646", 1, 0, 18), + (421, "522657", 1, 0, 18), + (422, "522647", 1, 0, 18), + (423, "522616", 1, 0, 18), + (424, "522233", 1, 0, 18), + (425, "522619", 1, 0, 18), + (426, "522611", 1, 0, 18), + (427, "522616", 1, 0, 18), + (428, "522626", 1, 0, 18), + (429, "522234", 1, 0, 18), + (430, "522616", 1, 0, 18), + (431, "522409", 1, 0, 18), + (432, "522411", 1, 0, 18), + (433, "522437", 1, 0, 18), + (434, "522414", 1, 0, 18), + (435, "522403", 1, 0, 18), + (436, "522415", 1, 0, 18), + (437, "522410", 1, 0, 18), + (438, "522426", 1, 0, 18), + (439, "522435", 1, 0, 18), + (440, "522438", 1, 0, 18), + (441, "522408", 1, 0, 18), + (442, "522436", 1, 0, 18), + (443, "522402", 1, 0, 18), + (444, "522413", 1, 0, 18), + (445, "522426", 1, 0, 18), + (446, "522412", 1, 0, 18), + (447, "522421", 1, 0, 18), + (448, "522401", 1, 0, 18), + (449, "522613", 1, 0, 18), + (450, "522439", 1, 0, 18), + (451, "523111", 1, 0, 18), + (452, "523117", 1, 0, 18), + (453, "523228", 1, 0, 18), + (454, "523230", 1, 0, 18), + (455, "523252", 1, 0, 18), + (456, "523254", 1, 0, 18), + (457, "523253", 1, 0, 18), + (458, "523224", 1, 0, 18), + (459, "523201", 1, 0, 18), + (460, "523001", 1, 0, 18), + (461, "523180", 1, 0, 18), + (462, "523226", 1, 0, 18), + (463, "523001", 1, 0, 18), + (464, "523280", 1, 0, 18), + (465, "523001", 1, 0, 18), + (466, "523182", 1, 0, 18), + (467, "523303", 1, 0, 18), + (468, "523171", 1, 0, 18), + (469, "523155", 1, 0, 18), + (470, "523135", 1, 0, 18), + (471, "523157", 1, 0, 18), + (472, "523190", 1, 0, 18), + (473, "523167", 1, 0, 18), + (474, "523166", 1, 0, 18), + (475, "523165", 1, 0, 18), + (476, "523181", 1, 0, 18), + (477, "523168", 1, 0, 18), + (478, "523156", 1, 0, 18), + (479, "523184", 1, 0, 18), + (480, "523169", 1, 0, 18), + (481, "523157", 1, 0, 18), + (482, "523157", 1, 0, 18), + (483, "523157", 1, 0, 18), + (484, "523187", 1, 0, 18), + (485, "523155", 1, 0, 18), + (486, "523185", 1, 0, 18), + (487, "523170", 1, 0, 18), + (488, "523187", 1, 0, 18), + (489, "523281", 1, 0, 18), + (490, "523271", 1, 0, 18), + (491, "523105", 1, 0, 18), + (492, "523105", 1, 0, 18), + (493, "523270", 1, 0, 18), + (494, "523114", 1, 0, 18), + (495, "523115", 1, 0, 18), + (496, "523273", 1, 0, 18), + (497, "523113", 1, 0, 18), + (498, "523109", 1, 0, 18), + (499, "523291", 1, 0, 18), + (500, "523101", 1, 0, 18), + (501, "523274", 1, 0, 18), + (502, "523274", 1, 0, 18), + (503, "523292", 1, 0, 18), + (504, "523279", 1, 0, 18), + (505, "523116", 1, 0, 18), + (506, "523104", 1, 0, 18), + (507, "523110", 1, 0, 18), + (508, "523112", 1, 0, 18), + (509, "523247", 1, 0, 18), + (510, "523246", 1, 0, 18), + (511, "523227", 1, 0, 18), + (512, "523241", 1, 0, 18), + (513, "523304", 1, 0, 18), + (514, "523223", 1, 0, 18), + (515, "523265", 1, 0, 18), + (516, "523108", 1, 0, 18), + (517, "523245", 1, 0, 18), + (518, "523286", 1, 0, 18), + (519, "523002", 1, 0, 18), + (520, "523002", 1, 0, 18), + (521, "523211", 1, 0, 18), + (522, "523002", 1, 0, 18), + (523, "523301", 1, 0, 18), + (524, "523212", 1, 0, 18), + (525, "523261", 1, 0, 18), + (526, "523001", 1, 0, 18), + (527, "523183", 1, 0, 18), + (528, "523001", 1, 0, 18), + (529, "523001", 1, 0, 18), + (530, "523001", 1, 0, 18), + (531, "523213", 1, 0, 18), + (532, "523302", 1, 0, 18), + (533, "523225", 1, 0, 18), + (534, "523001", 1, 0, 18), + (535, "523001", 1, 0, 18), + (536, "523264", 1, 0, 18), + (537, "523263", 1, 0, 18), + (538, "523262", 1, 0, 18), + (539, "523001", 1, 0, 18), + (540, "523186", 1, 0, 18), + (541, "523260", 1, 0, 18), + (542, "533101", 1, 0, 18), + (543, "533104", 1, 0, 18), + (544, "533103", 1, 0, 18), + (545, "533339", 1, 0, 18), + (546, "533292", 1, 0, 18), + (547, "533125", 1, 0, 18), + (548, "533101", 1, 0, 18), + (549, "533286", 1, 0, 18), + (550, "533105", 1, 0, 18), + (551, "533124", 1, 0, 18), + (552, "533126", 1, 0, 18), + (553, "533289", 1, 0, 18), + (554, "533290", 1, 0, 18), + (555, "533295", 1, 0, 18), + (556, "533106", 1, 0, 18), + (557, "533294", 1, 0, 18), + (558, "533288", 1, 0, 18), + (559, "533103", 1, 0, 18), + (560, "533105", 1, 0, 18), + (561, "533287", 1, 0, 18), + (562, "533106", 1, 0, 18), + (563, "533105", 1, 0, 18), + (564, "533103", 1, 0, 18), + (565, "533101", 1, 0, 18), + (566, "533293", 1, 0, 18), + (567, "533105", 1, 0, 18), + (568, "533101", 1, 0, 18), + (569, "533105", 1, 0, 18), + (570, "533343", 1, 0, 18), + (571, "533261", 1, 0, 18), + (572, "533263", 1, 0, 18), + (573, "533262", 1, 0, 18), + (574, "533306", 1, 0, 18), + (575, "533305", 1, 0, 18), + (576, "533345", 1, 0, 18), + (577, "533256", 1, 0, 18), + (578, "533346", 1, 0, 18), + (579, "533262", 1, 0, 18), + (580, "533233", 1, 0, 18), + (581, "533342", 1, 0, 18), + (582, "533307", 1, 0, 18), + (583, "533232", 1, 0, 18), + (584, "533341", 1, 0, 18), + (585, "533309", 1, 0, 18), + (586, "533264", 1, 0, 18), + (587, "533308", 1, 0, 18), + (588, "533340", 1, 0, 18), + (589, "533234", 1, 0, 18), + (590, "533285", 1, 0, 18), + (591, "516330", 1, 0, 18), + (592, "524319", 1, 0, 18), + (593, "524347", 1, 0, 18), + (594, "522238", 1, 0, 18), + (595, "534320", 1, 0, 18), + (596, "534320", 1, 0, 18), + (597, "534124", 1, 0, 18), + (598, "534328", 1, 0, 18), + (599, "534327", 1, 0, 18), + (600, "534238", 1, 0, 18), + (601, "534247", 1, 0, 18), + (602, "534208", 1, 0, 18), + (603, "534275", 1, 0, 18), + (604, "534275", 1, 0, 18), + (605, "534211", 1, 0, 18), + (606, "534326", 1, 0, 18), + (607, "534280", 1, 0, 18), + (608, "534202", 1, 0, 18), + (609, "534201", 1, 0, 18), + (610, "534202", 1, 0, 18), + (611, "534204", 1, 0, 18), + (612, "534243", 1, 0, 18), + (613, "534211", 1, 0, 18), + (614, "534211", 1, 0, 18), + (615, "534207", 1, 0, 18), + (616, "534199", 1, 0, 18), + (617, "534324", 1, 0, 18), + (618, "534222", 1, 0, 18), + (619, "534215", 1, 0, 18), + (620, "534245", 1, 0, 18), + (621, "534216", 1, 0, 18), + (622, "534236", 1, 0, 18), + (623, "534235", 1, 0, 18), + (624, "534126", 1, 0, 18), + (625, "534230", 1, 0, 18), + (626, "534123", 1, 0, 18), + (627, "534202", 1, 0, 18), + (628, "534201", 1, 0, 18), + (629, "534239", 1, 0, 18), + (630, "534202", 1, 0, 18), + (631, "534266", 1, 0, 18), + (632, "534268", 1, 0, 18), + (633, "534267", 1, 0, 18), + (634, "534211", 1, 0, 18), + (635, "534217", 1, 0, 18), + (636, "534265", 1, 0, 18), + (637, "534237", 1, 0, 18), + (638, "534338", 1, 0, 18), + (639, "534330", 1, 0, 18), + (640, "534269", 1, 0, 18), + (641, "534240", 1, 0, 18), + (642, "534206", 1, 0, 18), + (643, "534260", 1, 0, 18), + (644, "534250", 1, 0, 18), + (645, "534218", 1, 0, 18), + (646, "534122", 1, 0, 18), + (647, "534209", 1, 0, 18), + (648, "534281", 1, 0, 18), + (649, "534227", 1, 0, 18), + (650, "534275", 1, 0, 18), + (651, "534275", 1, 0, 18), + (652, "534260", 1, 0, 18), + (653, "534210", 1, 0, 18), + (654, "534244", 1, 0, 18), + (655, "517370", 1, 0, 18), + (656, "517351", 1, 0, 18), + (657, "517319", 1, 0, 18), + (658, "517257", 1, 0, 18), + (659, "517325", 1, 0, 18), + (660, "517350", 1, 0, 18), + (661, "517326", 1, 0, 18), + (662, "517417", 1, 0, 18), + (663, "517390", 1, 0, 18), + (664, "517408", 1, 0, 18), + (665, "517124", 1, 0, 18), + (666, "517403", 1, 0, 18), + (667, "517001", 1, 0, 18), + (668, "517421", 1, 0, 18), + (669, "517599", 1, 0, 18), + (670, "517422", 1, 0, 18), + (671, "517280", 1, 0, 18), + (672, "517391", 1, 0, 18), + (673, "517247", 1, 0, 18), + (674, "517352", 1, 0, 18), + (675, "517414", 1, 0, 18), + (676, "517325", 1, 0, 18), + (677, "517123", 1, 0, 18), + (678, "517129", 1, 0, 18), + (679, "517002", 1, 0, 18), + (680, "517001", 1, 0, 18), + (681, "517001", 1, 0, 18), + (682, "517004", 1, 0, 18), + (683, "517125", 1, 0, 18), + (684, "517001", 1, 0, 18), + (685, "517130", 1, 0, 18), + (686, "517128", 1, 0, 18), + (687, "517131", 1, 0, 18), + (688, "517167", 1, 0, 18), + (689, "517002", 1, 0, 18), + (690, "517127", 1, 0, 18), + (691, "517132", 1, 0, 18), + (692, "517419", 1, 0, 18), + (693, "517126", 1, 0, 18), + (694, "517418", 1, 0, 18), + (695, "517425", 1, 0, 18), + (696, "517423", 1, 0, 18), + (697, "517401", 1, 0, 18), + (698, "517424", 1, 0, 18), + (699, "517415", 1, 0, 18), + (700, "517432", 1, 0, 18), + (701, "517408", 1, 0, 18), + (702, "517429", 1, 0, 18), + (703, "517416", 1, 0, 18), + (704, "524409", 1, 0, 18), + (705, "524343", 1, 0, 18), + (706, "524345", 1, 0, 18), + (707, "524408", 1, 0, 18), + (708, "524309", 1, 0, 18), + (709, "524404", 1, 0, 18), + (710, "524406", 1, 0, 18), + (711, "524134", 1, 0, 18), + (712, "524101", 1, 0, 18), + (713, "524101", 1, 0, 18), + (714, "524410", 1, 0, 18), + (715, "524411", 1, 0, 18), + (716, "524415", 1, 0, 18), + (717, "524132", 1, 0, 18), + (718, "524132", 1, 0, 18), + (719, "524413", 1, 0, 18), + (720, "524402", 1, 0, 18), + (721, "524412", 1, 0, 18), + (722, "524131", 1, 0, 18), + (723, "524405", 1, 0, 18), + (724, "524101", 1, 0, 18), + (725, "524101", 1, 0, 18), + (726, "524323", 1, 0, 18), + (727, "524321", 1, 0, 18), + (728, "524407", 1, 0, 18), + (729, "524320", 1, 0, 18), + (730, "524123", 1, 0, 18), + (731, "524403", 1, 0, 18), + (732, "524421", 1, 0, 18), + (733, "524126", 1, 0, 18), + (734, "524129", 1, 0, 18), + (735, "524121", 1, 0, 18), + (736, "524124", 1, 0, 18), + (737, "524121", 1, 0, 18), + (738, "524401", 1, 0, 18), + (739, "524127", 1, 0, 18), + (740, "524341", 1, 0, 18), + (741, "524342", 1, 0, 18), + (742, "524414", 1, 0, 18), + (743, "533344", 1, 0, 18), + (744, "533006", 1, 0, 18), + (745, "533002", 1, 0, 18), + (746, "533001", 1, 0, 18), + (747, "533001", 1, 0, 18), + (748, "533462", 1, 0, 18), + (749, "533002", 1, 0, 18), + (750, "533003", 1, 0, 18), + (751, "533004", 1, 0, 18), + (752, "533003", 1, 0, 18), + (753, "533001", 1, 0, 18), + (754, "533463", 1, 0, 18), + (755, "533016", 1, 0, 18), + (756, "533260", 1, 0, 18), + (757, "517646", 1, 0, 18), + (758, "534444", 1, 0, 18), + (759, "517507", 1, 0, 18), + (760, "522034", 1, 0, 18), + (761, "516005", 1, 0, 18), + (762, "505416", 1, 0, 18), + (763, "523272", 1, 0, 18), + (764, "522601", 1, 0, 18), + (765, "522663", 1, 0, 18), + (766, "534134", 1, 0, 18), + (767, "522616", 1, 0, 18), + (768, "533284", 1, 0, 18), + (769, "533296", 1, 0, 18), + (770, "533102", 1, 0, 18), + (771, "533107", 1, 0, 18), + (772, "533308", 1, 0, 18), + (773, "517128", 1, 0, 18), + (774, "533297", 1, 0, 18), + (775, "533444", 1, 0, 18), + (776, "534225", 1, 0, 18), + (777, "517426", 1, 0, 18), + (778, "523214", 1, 0, 18), + (779, "533101", 1, 0, 18), + (780, "523201", 1, 0, 18), + (781, "533201", 1, 0, 18), + (782, "533242", 1, 0, 18), + (783, "531001", 1, 0, 18), + (784, "531116", 1, 0, 18), + (785, "515001", 1, 0, 18), + (786, "534201", 1, 0, 18), + (787, "534260", 1, 0, 18), + (788, "534211", 1, 0, 18), + (789, "517001", 1, 0, 18), + (790, "517325", 1, 0, 18), + (791, "516001", 1, 0, 18), + (792, "516115", 1, 0, 18), + (793, "534001", 1, 0, 18), + (794, "534447", 1, 0, 18), + (795, "521301", 1, 0, 18), + (796, "521201", 1, 0, 18), + (797, "524101", 1, 0, 18), + (798, "515801", 1, 0, 18), + (799, "522002", 1, 0, 18), + (800, "522503", 1, 0, 18), + (801, "533349", 1, 0, 18), + (802, "533350", 1, 0, 18), + (803, "515201", 1, 0, 18), + (804, "515671", 1, 0, 18), + (805, "533001", 1, 0, 18), + (806, "533440", 1, 0, 18), + (807, "518501", 1, 0, 18), + (808, "523316", 1, 0, 18), + (809, "522601", 1, 0, 18), + (810, "522403", 1, 0, 18), + (811, "524001", 1, 0, 18), + (812, "524201", 1, 0, 18), + (813, "535501", 1, 0, 18), + (814, "535558", 1, 0, 18), + (815, "523155", 1, 0, 18), + (816, "523105", 1, 0, 18), + (817, "523240", 1, 0, 18), + (818, "523001", 1, 0, 18), + (819, "516360", 1, 0, 18), + (820, "516390", 1, 0, 18), + (821, "533101", 1, 0, 18), + (822, "533255", 1, 0, 18), + (823, "521001", 1, 0, 18), + (824, "521121", 1, 0, 18), + (825, "532001", 1, 0, 18), + (826, "532185", 1, 0, 18), + (827, "532201", 1, 0, 18), + (828, "518001", 1, 0, 18), + (829, "518301", 1, 0, 18), + (830, "520001", 1, 0, 18), + (831, "520002", 1, 0, 18), + (832, "534101", 1, 0, 18), + (833, "534350", 1, 0, 18), + (834, "522201", 1, 0, 18), + (835, "522101", 1, 0, 18), + (836, "517501", 1, 0, 18), + (837, "517101", 1, 0, 18), + (838, "517644", 1, 0, 18), + (839, "530001", 1, 0, 18), + (840, "530004", 1, 0, 18), + (841, "535002", 1, 0, 18), + (842, "515651", 1, 0, 18), + (843, "515661", 1, 0, 18), + (844, "515641", 1, 0, 18), + (845, "515722", 1, 0, 18), + (846, "515501", 1, 0, 18), + (847, "515331", 1, 0, 18), + (848, "515631", 1, 0, 18), + (849, "515581", 1, 0, 18), + (850, "515581", 1, 0, 18), + (851, "515581", 1, 0, 18), + (852, "515581", 1, 0, 18), + (853, "515581", 1, 0, 18), + (854, "515581", 1, 0, 18), + (855, "515581", 1, 0, 18), + (856, "515581", 1, 0, 18), + (857, "515581", 1, 0, 18), + (858, "515581", 1, 0, 18), + (859, "515581", 1, 0, 18), + (860, "515581", 1, 0, 18), + (861, "515571", 1, 0, 18), + (862, "515571", 1, 0, 18), + (863, "515571", 1, 0, 18), + (864, "515571", 1, 0, 18), + (865, "515571", 1, 0, 18), + (866, "515331", 1, 0, 18), + (867, "515331", 1, 0, 18), + (868, "515311", 1, 0, 18), + (869, "515311", 1, 0, 18), + (870, "515311", 1, 0, 18), + (871, "515311", 1, 0, 18), + (872, "515311", 1, 0, 18), + (873, "515311", 1, 0, 18), + (874, "515311", 1, 0, 18), + (875, "515311", 1, 0, 18), + (876, "515311", 1, 0, 18), + (877, "515281", 1, 0, 18), + (878, "515281", 1, 0, 18), + (879, "515281", 1, 0, 18), + (880, "515281", 1, 0, 18), + (881, "515281", 1, 0, 18), + (882, "515631", 1, 0, 18), + (883, "515631", 1, 0, 18), + (884, "515631", 1, 0, 18), + (885, "515631", 1, 0, 18), + (886, "515631", 1, 0, 18), + (887, "515631", 1, 0, 18), + (888, "515631", 1, 0, 18), + (889, "515631", 1, 0, 18), + (890, "515631", 1, 0, 18), + (891, "515651", 1, 0, 18), + (892, "515651", 1, 0, 18), + (893, "515511", 1, 0, 18), + (894, "515511", 1, 0, 18), + (895, "515511", 1, 0, 18), + (896, "515511", 1, 0, 18), + (897, "515511", 1, 0, 18), + (898, "515511", 1, 0, 18), + (899, "515511", 1, 0, 18), + (900, "515551", 1, 0, 18), + (901, "515551", 1, 0, 18), + (902, "515551", 1, 0, 18), + (903, "515551", 1, 0, 18), + (904, "515621", 1, 0, 18), + (905, "515621", 1, 0, 18), + (906, "515621", 1, 0, 18), + (907, "515621", 1, 0, 18), + (908, "515134", 1, 0, 18), + (909, "515134", 1, 0, 18), + (910, "515134", 1, 0, 18), + (911, "515134", 1, 0, 18), + (912, "515134", 1, 0, 18), + (913, "515631", 1, 0, 18), + (914, "515164", 1, 0, 18), + (915, "515164", 1, 0, 18), + (916, "515286", 1, 0, 18), + (917, "515291", 1, 0, 18), + (918, "515291", 1, 0, 18), + (919, "515291", 1, 0, 18), + (920, "515291", 1, 0, 18), + (921, "515291", 1, 0, 18), + (922, "515291", 1, 0, 18), + (923, "515291", 1, 0, 18), + (924, "515261", 1, 0, 18), + (925, "515261", 1, 0, 18), + (926, "515261", 1, 0, 18), + (927, "515261", 1, 0, 18), + (928, "515261", 1, 0, 18), + (929, "515261", 1, 0, 18), + (930, "515261", 1, 0, 18), + (931, "515110", 1, 0, 18), + (932, "515110", 1, 0, 18), + (933, "515110", 1, 0, 18), + (934, "515110", 1, 0, 18), + (935, "515110", 1, 0, 18), + (936, "515110", 1, 0, 18), + (937, "515110", 1, 0, 18), + (938, "515110", 1, 0, 18), + (939, "515110", 1, 0, 18), + (940, "515551", 1, 0, 18), + (941, "515561", 1, 0, 18), + (942, "515561", 1, 0, 18), + (943, "515561", 1, 0, 18), + (944, "515561", 1, 0, 18), + (945, "515561", 1, 0, 18), + (946, "515561", 1, 0, 18), + (947, "515561", 1, 0, 18), + (948, "515561", 1, 0, 18), + (949, "515561", 1, 0, 18), + (950, "515561", 1, 0, 18), + (951, "515154", 1, 0, 18), + (952, "515154", 1, 0, 18), + (953, "515271", 1, 0, 18), + (954, "515271", 1, 0, 18), + (955, "515271", 1, 0, 18), + (956, "515271", 1, 0, 18), + (957, "515271", 1, 0, 18), + (958, "515271", 1, 0, 18), + (959, "515271", 1, 0, 18), + (960, "515271", 1, 0, 18), + (961, "515164", 1, 0, 18), + (962, "515164", 1, 0, 18), + (963, "515110", 1, 0, 18), + (964, "515110", 1, 0, 18), + (965, "515124", 1, 0, 18), + (966, "515124", 1, 0, 18), + (967, "515124", 1, 0, 18), + (968, "515124", 1, 0, 18), + (969, "515124", 1, 0, 18), + (970, "515124", 1, 0, 18), + (971, "515124", 1, 0, 18), + (972, "515124", 1, 0, 18), + (973, "515124", 1, 0, 18), + (974, "515124", 1, 0, 18), + (975, "515124", 1, 0, 18), + (976, "515305", 1, 0, 18), + (977, "515305", 1, 0, 18), + (978, "515305", 1, 0, 18), + (979, "515305", 1, 0, 18), + (980, "515305", 1, 0, 18), + (981, "515305", 1, 0, 18), + (982, "515305", 1, 0, 18), + (983, "515321", 1, 0, 18), + (984, "515321", 1, 0, 18), + (985, "515321", 1, 0, 18), + (986, "515321", 1, 0, 18), + (987, "515321", 1, 0, 18), + (988, "515341", 1, 0, 18), + (989, "515341", 1, 0, 18), + (990, "515341", 1, 0, 18), + (991, "515341", 1, 0, 18), + (992, "515341", 1, 0, 18), + (993, "515231", 1, 0, 18), + (994, "515231", 1, 0, 18), + (995, "515231", 1, 0, 18), + (996, "515231", 1, 0, 18), + (997, "515231", 1, 0, 18), + (998, "515231", 1, 0, 18), + (999, "515231", 1, 0, 18), + (1000, "515231", 1, 0, 18), + (1001, "515231", 1, 0, 18), + (1002, "515231", 1, 0, 18), + (1003, "515231", 1, 0, 18), + (1004, "515231", 1, 0, 18), + (1005, "515271", 1, 0, 18), + (1006, "515271", 1, 0, 18), + (1007, "515271", 1, 0, 18), + (1008, "515331", 1, 0, 18), + (1009, "515331", 1, 0, 18), + (1010, "515331", 1, 0, 18), + (1011, "515331", 1, 0, 18), + (1012, "515301", 1, 0, 18), + (1013, "515301", 1, 0, 18), + (1014, "515301", 1, 0, 18), + (1015, "515301", 1, 0, 18), + (1016, "515301", 1, 0, 18), + (1017, "515301", 1, 0, 18), + (1018, "515301", 1, 0, 18), + (1019, "515301", 1, 0, 18), + (1020, "515301", 1, 0, 18), + (1021, "515291", 1, 0, 18), + (1022, "515286", 1, 0, 18), + (1023, "515286", 1, 0, 18), + (1024, "515286", 1, 0, 18), + (1025, "515286", 1, 0, 18), + (1026, "515286", 1, 0, 18), + (1027, "515202", 1, 0, 18), + (1028, "515202", 1, 0, 18), + (1029, "515202", 1, 0, 18), + (1030, "515202", 1, 0, 18), + (1031, "515202", 1, 0, 18), + (1032, "515212", 1, 0, 18), + (1033, "515212", 1, 0, 18), + (1034, "515212", 1, 0, 18), + (1035, "515212", 1, 0, 18), + (1036, "515212", 1, 0, 18), + (1037, "515551", 1, 0, 18), + (1038, "515521", 1, 0, 18), + (1039, "515521", 1, 0, 18), + (1040, "515521", 1, 0, 18), + (1041, "515521", 1, 0, 18), + (1042, "515521", 1, 0, 18), + (1043, "515521", 1, 0, 18), + (1044, "515521", 1, 0, 18), + (1045, "515521", 1, 0, 18), + (1046, "515521", 1, 0, 18), + (1047, "515521", 1, 0, 18), + (1048, "515521", 1, 0, 18), + (1049, "515521", 1, 0, 18), + (1050, "515591", 1, 0, 18), + (1051, "515591", 1, 0, 18), + (1052, "515541", 1, 0, 18), + (1053, "515541", 1, 0, 18), + (1054, "515541", 1, 0, 18), + (1055, "515541", 1, 0, 18), + (1056, "515541", 1, 0, 18), + (1057, "515541", 1, 0, 18), + (1058, "515541", 1, 0, 18), + (1059, "515541", 1, 0, 18), + (1060, "515541", 1, 0, 18), + (1061, "515651", 1, 0, 18), + (1062, "515631", 1, 0, 18), + (1063, "515631", 1, 0, 18), + (1064, "515631", 1, 0, 18), + (1065, "515281", 1, 0, 18), + (1066, "515281", 1, 0, 18), + (1067, "515241", 1, 0, 18), + (1068, "515241", 1, 0, 18), + (1069, "515241", 1, 0, 18), + (1070, "515241", 1, 0, 18), + (1071, "515241", 1, 0, 18), + (1072, "515241", 1, 0, 18), + (1073, "515241", 1, 0, 18), + (1074, "515241", 1, 0, 18), + (1075, "515241", 1, 0, 18), + (1076, "515241", 1, 0, 18), + (1077, "515241", 1, 0, 18), + (1078, "515101", 1, 0, 18), + (1079, "515101", 1, 0, 18), + (1080, "515101", 1, 0, 18), + (1081, "515101", 1, 0, 18), + (1082, "515101", 1, 0, 18), + (1083, "515101", 1, 0, 18), + (1084, "515101", 1, 0, 18), + (1085, "515101", 1, 0, 18), + (1086, "515341", 1, 0, 18), + (1087, "515661", 1, 0, 18), + (1088, "515661", 1, 0, 18), + (1089, "515661", 1, 0, 18), + (1090, "515661", 1, 0, 18), + (1091, "515661", 1, 0, 18), + (1092, "515144", 1, 0, 18), + (1093, "533214", 1, 0, 18), + (1094, "533214", 1, 0, 18), + (1095, "533214", 1, 0, 18), + (1096, "533222", 1, 0, 18), + (1097, "533222", 1, 0, 18), + (1098, "533222", 1, 0, 18), + (1099, "533222", 1, 0, 18), + (1100, "533222", 1, 0, 18), + (1101, "533222", 1, 0, 18), + (1102, "533222", 1, 0, 18), + (1103, "533222", 1, 0, 18), + (1104, "533222", 1, 0, 18), + (1105, "533252", 1, 0, 18), + (1106, "533252", 1, 0, 18), + (1107, "533252", 1, 0, 18), + (1108, "533252", 1, 0, 18), + (1109, "533252", 1, 0, 18), + (1110, "533252", 1, 0, 18), + (1111, "533221", 1, 0, 18), + (1112, "533221", 1, 0, 18), + (1113, "533221", 1, 0, 18), + (1114, "533221", 1, 0, 18), + (1115, "533221", 1, 0, 18), + (1116, "533210", 1, 0, 18), + (1117, "533210", 1, 0, 18), + (1118, "533210", 1, 0, 18), + (1119, "533210", 1, 0, 18), + (1120, "533212", 1, 0, 18), + (1121, "533241", 1, 0, 18), + (1122, "533241", 1, 0, 18), + (1123, "533241", 1, 0, 18), + (1124, "533211", 1, 0, 18), + (1125, "533211", 1, 0, 18), + (1126, "533211", 1, 0, 18), + (1127, "533211", 1, 0, 18), + (1128, "533211", 1, 0, 18), + (1129, "533211", 1, 0, 18), + (1130, "533211", 1, 0, 18), + (1131, "533211", 1, 0, 18), + (1132, "533216", 1, 0, 18), + (1133, "533216", 1, 0, 18), + (1134, "533216", 1, 0, 18), + (1135, "533216", 1, 0, 18), + (1136, "533216", 1, 0, 18), + (1137, "533212", 1, 0, 18), + (1138, "533216", 1, 0, 18), + (1139, "533216", 1, 0, 18), + (1140, "533216", 1, 0, 18), + (1141, "533216", 1, 0, 18), + (1142, "533216", 1, 0, 18), + (1143, "533216", 1, 0, 18), + (1144, "533201", 1, 0, 18), + (1145, "533218", 1, 0, 18), + (1146, "533218", 1, 0, 18), + (1147, "533218", 1, 0, 18), + (1148, "533218", 1, 0, 18), + (1149, "533239", 1, 0, 18), + (1150, "533239", 1, 0, 18), + (1151, "533239", 1, 0, 18), + (1152, "533213", 1, 0, 18), + (1153, "533213", 1, 0, 18), + (1154, "533213", 1, 0, 18), + (1155, "533213", 1, 0, 18), + (1156, "533254", 1, 0, 18), + (1157, "533251", 1, 0, 18), + (1158, "533254", 1, 0, 18), + (1159, "533250", 1, 0, 18), + (1160, "533250", 1, 0, 18), + (1161, "533250", 1, 0, 18), + (1162, "533250", 1, 0, 18), + (1163, "533247", 1, 0, 18), + (1164, "533247", 1, 0, 18), + (1165, "533247", 1, 0, 18), + (1166, "533247", 1, 0, 18), + (1167, "533247", 1, 0, 18), + (1168, "533247", 1, 0, 18), + (1169, "533247", 1, 0, 18), + (1170, "533247", 1, 0, 18), + (1171, "533247", 1, 0, 18), + (1172, "533248", 1, 0, 18), + (1173, "533248", 1, 0, 18), + (1174, "533248", 1, 0, 18), + (1175, "533248", 1, 0, 18), + (1176, "533248", 1, 0, 18), + (1177, "533248", 1, 0, 18), + (1178, "533248", 1, 0, 18), + (1179, "533248", 1, 0, 18), + (1180, "533238", 1, 0, 18), + (1181, "533238", 1, 0, 18), + (1182, "533238", 1, 0, 18), + (1183, "533238", 1, 0, 18), + (1184, "533238", 1, 0, 18), + (1185, "533236", 1, 0, 18), + (1186, "533236", 1, 0, 18), + (1187, "533236", 1, 0, 18), + (1188, "533236", 1, 0, 18), + (1189, "533251", 1, 0, 18), + (1190, "533251", 1, 0, 18), + (1191, "533251", 1, 0, 18), + (1192, "533251", 1, 0, 18), + (1193, "533251", 1, 0, 18), + (1194, "533213", 1, 0, 18), + (1195, "533213", 1, 0, 18), + (1196, "533213", 1, 0, 18), + (1197, "533213", 1, 0, 18), + (1198, "533213", 1, 0, 18), + (1199, "533577", 1, 0, 18), + (1200, "533577", 1, 0, 18), + (1201, "533577", 1, 0, 18), + (1202, "533577", 1, 0, 18), + (1203, "533577", 1, 0, 18), + (1204, "533235", 1, 0, 18), + (1205, "533235", 1, 0, 18), + (1206, "533235", 1, 0, 18), + (1207, "533235", 1, 0, 18), + (1208, "533235", 1, 0, 18), + (1209, "533235", 1, 0, 18), + (1210, "533235", 1, 0, 18), + (1211, "533235", 1, 0, 18), + (1212, "533235", 1, 0, 18), + (1213, "533240", 1, 0, 18), + (1214, "533240", 1, 0, 18), + (1215, "533240", 1, 0, 18), + (1216, "533274", 1, 0, 18), + (1217, "533274", 1, 0, 18), + (1218, "533274", 1, 0, 18), + (1219, "533274", 1, 0, 18), + (1220, "533253", 1, 0, 18), + (1221, "533254", 1, 0, 18), + (1222, "533253", 1, 0, 18), + (1223, "533253", 1, 0, 18), + (1224, "533244", 1, 0, 18), + (1225, "533244", 1, 0, 18), + (1226, "533244", 1, 0, 18), + (1227, "533244", 1, 0, 18), + (1228, "533244", 1, 0, 18), + (1229, "533244", 1, 0, 18), + (1230, "533244", 1, 0, 18), + (1231, "533249", 1, 0, 18), + (1232, "533249", 1, 0, 18), + (1233, "533249", 1, 0, 18), + (1234, "533249", 1, 0, 18), + (1235, "533249", 1, 0, 18), + (1236, "533249", 1, 0, 18), + (1237, "533249", 1, 0, 18), + (1238, "533228", 1, 0, 18), + (1239, "533228", 1, 0, 18), + (1240, "533228", 1, 0, 18), + (1241, "533237", 1, 0, 18), + (1242, "533237", 1, 0, 18), + (1243, "533274", 1, 0, 18), + (1244, "533212", 1, 0, 18), + (1245, "533212", 1, 0, 18), + (1246, "533212", 1, 0, 18), + (1247, "533212", 1, 0, 18), + (1248, "533212", 1, 0, 18), + (1249, "533212", 1, 0, 18), + (1250, "533212", 1, 0, 18), + (1251, "533212", 1, 0, 18), + (1252, "533212", 1, 0, 18), + (1253, "533212", 1, 0, 18), + (1254, "533220", 1, 0, 18), + (1255, "533220", 1, 0, 18), + (1256, "533220", 1, 0, 18), + (1257, "533220", 1, 0, 18), + (1258, "533220", 1, 0, 18), + (1259, "533220", 1, 0, 18), + (1260, "533220", 1, 0, 18), + (1261, "533220", 1, 0, 18), + (1262, "533241", 1, 0, 18), + (1263, "533217", 1, 0, 18), + (1264, "533217", 1, 0, 18), + (1265, "533217", 1, 0, 18), + (1266, "533217", 1, 0, 18), + (1267, "533217", 1, 0, 18), + (1268, "533217", 1, 0, 18), + (1269, "533217", 1, 0, 18), + (1270, "533222", 1, 0, 18), + (1271, "533214", 1, 0, 18), + (1272, "533214", 1, 0, 18), + (1273, "531031", 1, 0, 18), + (1274, "531031", 1, 0, 18), + (1275, "531031", 1, 0, 18), + (1276, "531031", 1, 0, 18), + (1277, "531031", 1, 0, 18), + (1278, "531031", 1, 0, 18), + (1279, "531033", 1, 0, 18), + (1280, "531033", 1, 0, 18), + (1281, "531033", 1, 0, 18), + (1282, "531033", 1, 0, 18), + (1283, "531033", 1, 0, 18), + (1284, "531033", 1, 0, 18), + (1285, "531033", 1, 0, 18), + (1286, "531081", 1, 0, 18), + (1287, "531081", 1, 0, 18), + (1288, "531081", 1, 0, 18), + (1289, "531081", 1, 0, 18), + (1290, "531081", 1, 0, 18), + (1291, "531081", 1, 0, 18), + (1292, "531081", 1, 0, 18), + (1293, "531081", 1, 0, 18), + (1294, "531081", 1, 0, 18), + (1295, "531081", 1, 0, 18), + (1296, "531081", 1, 0, 18), + (1297, "531020", 1, 0, 18), + (1298, "531020", 1, 0, 18), + (1299, "531020", 1, 0, 18), + (1300, "531020", 1, 0, 18), + (1301, "531020", 1, 0, 18), + (1302, "531021", 1, 0, 18), + (1303, "531021", 1, 0, 18), + (1304, "531021", 1, 0, 18), + (1305, "531021", 1, 0, 18), + (1306, "531019", 1, 0, 18), + (1307, "531127", 1, 0, 18), + (1308, "531055", 1, 0, 18), + (1309, "531002", 1, 0, 18), + (1310, "531118", 1, 0, 18), + (1311, "531085", 1, 0, 18), + (1312, "531084", 1, 0, 18), + (1313, "531133", 1, 0, 18), + (1314, "531133", 1, 0, 18), + (1315, "531133", 1, 0, 18), + (1316, "531133", 1, 0, 18), + (1317, "531133", 1, 0, 18), + (1318, "531133", 1, 0, 18), + (1319, "531133", 1, 0, 18), + (1320, "531105", 1, 0, 18), + (1321, "531105", 1, 0, 18), + (1322, "531117", 1, 0, 18), + (1323, "531117", 1, 0, 18), + (1324, "531117", 1, 0, 18), + (1325, "531117", 1, 0, 18), + (1326, "531117", 1, 0, 18), + (1327, "531117", 1, 0, 18), + (1328, "531117", 1, 0, 18), + (1329, "531117", 1, 0, 18), + (1330, "531084", 1, 0, 18), + (1331, "531149", 1, 0, 18), + (1332, "531149", 1, 0, 18), + (1333, "531149", 1, 0, 18), + (1334, "531149", 1, 0, 18), + (1335, "531149", 1, 0, 18), + (1336, "531151", 1, 0, 18), + (1337, "531151", 1, 0, 18), + (1338, "531151", 1, 0, 18), + (1339, "531151", 1, 0, 18), + (1340, "531151", 1, 0, 18), + (1341, "531084", 1, 0, 18), + (1342, "531084", 1, 0, 18), + (1343, "531084", 1, 0, 18), + (1344, "531084", 1, 0, 18), + (1345, "531084", 1, 0, 18), + (1346, "531084", 1, 0, 18), + (1347, "531084", 1, 0, 18), + (1348, "531113", 1, 0, 18), + (1349, "531113", 1, 0, 18), + (1350, "531113", 1, 0, 18), + (1351, "531113", 1, 0, 18), + (1352, "531113", 1, 0, 18), + (1353, "531113", 1, 0, 18), + (1354, "531113", 1, 0, 18), + (1355, "531113", 1, 0, 18), + (1356, "531113", 1, 0, 18), + (1357, "531113", 1, 0, 18), + (1358, "531113", 1, 0, 18), + (1359, "531115", 1, 0, 18), + (1360, "531115", 1, 0, 18), + (1361, "531115", 1, 0, 18), + (1362, "531115", 1, 0, 18), + (1363, "531115", 1, 0, 18), + (1364, "531115", 1, 0, 18), + (1365, "531115", 1, 0, 18), + (1366, "531115", 1, 0, 18), + (1367, "531115", 1, 0, 18), + (1368, "531115", 1, 0, 18), + (1369, "531115", 1, 0, 18), + (1370, "531115", 1, 0, 18), + (1371, "531115", 1, 0, 18), + (1372, "531115", 1, 0, 18), + (1373, "531115", 1, 0, 18), + (1374, "531115", 1, 0, 18), + (1375, "531115", 1, 0, 18), + (1376, "531151", 1, 0, 18), + (1377, "531034", 1, 0, 18), + (1378, "531034", 1, 0, 18), + (1379, "531034", 1, 0, 18), + (1380, "531034", 1, 0, 18), + (1381, "531034", 1, 0, 18), + (1382, "531034", 1, 0, 18), + (1383, "531034", 1, 0, 18), + (1384, "531022", 1, 0, 18), + (1385, "531022", 1, 0, 18), + (1386, "531022", 1, 0, 18), + (1387, "531022", 1, 0, 18), + (1388, "531022", 1, 0, 18), + (1389, "531022", 1, 0, 18), + (1390, "531075", 1, 0, 18), + (1391, "531075", 1, 0, 18), + (1392, "531075", 1, 0, 18), + (1393, "531075", 1, 0, 18), + (1394, "531075", 1, 0, 18), + (1395, "531075", 1, 0, 18), + (1396, "531075", 1, 0, 18), + (1397, "531027", 1, 0, 18), + (1398, "531027", 1, 0, 18), + (1399, "531027", 1, 0, 18), + (1400, "531027", 1, 0, 18), + (1401, "531027", 1, 0, 18), + (1402, "531027", 1, 0, 18), + (1403, "531027", 1, 0, 18), + (1404, "531027", 1, 0, 18), + (1405, "531027", 1, 0, 18), + (1406, "531027", 1, 0, 18), + (1407, "531027", 1, 0, 18), + (1408, "531027", 1, 0, 18), + (1409, "531027", 1, 0, 18), + (1410, "531024", 1, 0, 18), + (1411, "531024", 1, 0, 18), + (1412, "531024", 1, 0, 18), + (1413, "531024", 1, 0, 18), + (1414, "531024", 1, 0, 18), + (1415, "531024", 1, 0, 18), + (1416, "531024", 1, 0, 18), + (1417, "531024", 1, 0, 18), + (1418, "531024", 1, 0, 18), + (1419, "531024", 1, 0, 18), + (1420, "531040", 1, 0, 18), + (1421, "531040", 1, 0, 18), + (1422, "531040", 1, 0, 18), + (1423, "531040", 1, 0, 18), + (1424, "531040", 1, 0, 18), + (1425, "531040", 1, 0, 18), + (1426, "531040", 1, 0, 18), + (1427, "531040", 1, 0, 18), + (1428, "531040", 1, 0, 18), + (1429, "531040", 1, 0, 18), + (1430, "531040", 1, 0, 18), + (1431, "531040", 1, 0, 18), + (1432, "531040", 1, 0, 18), + (1433, "531040", 1, 0, 18), + (1434, "531040", 1, 0, 18), + (1435, "531040", 1, 0, 18), + (1436, "531040", 1, 0, 18), + (1437, "531040", 1, 0, 18), + (1438, "531040", 1, 0, 18), + (1439, "531025", 1, 0, 18), + (1440, "531025", 1, 0, 18), + (1441, "531025", 1, 0, 18), + (1442, "531025", 1, 0, 18), + (1443, "531025", 1, 0, 18), + (1444, "531025", 1, 0, 18), + (1445, "531025", 1, 0, 18), + (1446, "531025", 1, 0, 18), + (1447, "531025", 1, 0, 18), + (1448, "531026", 1, 0, 18), + (1449, "531026", 1, 0, 18), + (1450, "531151", 1, 0, 18), + (1451, "531151", 1, 0, 18), + (1452, "531151", 1, 0, 18), + (1453, "531151", 1, 0, 18), + (1454, "531151", 1, 0, 18), + (1455, "531151", 1, 0, 18), + (1456, "531151", 1, 0, 18), + (1457, "531151", 1, 0, 18), + (1458, "531151", 1, 0, 18), + (1459, "531151", 1, 0, 18), + (1460, "531151", 1, 0, 18), + (1461, "531151", 1, 0, 18), + (1462, "531151", 1, 0, 18), + (1463, "531151", 1, 0, 18), + (1464, "531151", 1, 0, 18), + (1465, "531151", 1, 0, 18), + (1466, "531151", 1, 0, 18), + (1467, "531030", 1, 0, 18), + (1468, "531030", 1, 0, 18), + (1469, "531030", 1, 0, 18), + (1470, "531030", 1, 0, 18), + (1471, "531030", 1, 0, 18), + (1472, "531030", 1, 0, 18), + (1473, "531030", 1, 0, 18), + (1474, "531030", 1, 0, 18), + (1475, "531030", 1, 0, 18), + (1476, "531030", 1, 0, 18), + (1477, "531029", 1, 0, 18), + (1478, "531029", 1, 0, 18), + (1479, "531029", 1, 0, 18), + (1480, "531029", 1, 0, 18), + (1481, "531029", 1, 0, 18), + (1482, "531029", 1, 0, 18), + (1483, "531029", 1, 0, 18), + (1484, "531029", 1, 0, 18), + (1485, "531029", 1, 0, 18), + (1486, "531029", 1, 0, 18), + (1487, "531029", 1, 0, 18), + (1488, "531029", 1, 0, 18), + (1489, "531029", 1, 0, 18), + (1490, "531023", 1, 0, 18), + (1491, "531023", 1, 0, 18), + (1492, "531023", 1, 0, 18), + (1493, "531023", 1, 0, 18), + (1494, "531023", 1, 0, 18), + (1495, "531077", 1, 0, 18), + (1496, "531077", 1, 0, 18), + (1497, "531077", 1, 0, 18), + (1498, "531077", 1, 0, 18), + (1499, "531077", 1, 0, 18), + (1500, "531077", 1, 0, 18), + (1501, "531077", 1, 0, 18), + (1502, "531077", 1, 0, 18), + (1503, "531077", 1, 0, 18), + (1504, "531077", 1, 0, 18), + (1505, "531077", 1, 0, 18), + (1506, "531077", 1, 0, 18), + (1507, "531077", 1, 0, 18), + (1508, "531077", 1, 0, 18), + (1509, "531077", 1, 0, 18), + (1510, "531077", 1, 0, 18), + (1511, "531077", 1, 0, 18), + (1512, "531077", 1, 0, 18), + (1513, "531028", 1, 0, 18), + (1514, "531028", 1, 0, 18), + (1515, "531028", 1, 0, 18), + (1516, "531028", 1, 0, 18), + (1517, "531028", 1, 0, 18), + (1518, "531028", 1, 0, 18), + (1519, "531028", 1, 0, 18), + (1520, "531028", 1, 0, 18), + (1521, "531028", 1, 0, 18), + (1522, "531034", 1, 0, 18), + (1523, "531034", 1, 0, 18), + (1524, "531034", 1, 0, 18), + (1525, "531034", 1, 0, 18), + (1526, "531026", 1, 0, 18), + (1527, "531026", 1, 0, 18), + (1528, "531026", 1, 0, 18), + (1529, "531026", 1, 0, 18), + (1530, "531026", 1, 0, 18), + (1531, "531026", 1, 0, 18), + (1532, "531026", 1, 0, 18), + (1533, "531026", 1, 0, 18), + (1534, "531026", 1, 0, 18), + (1535, "531127", 1, 0, 18), + (1536, "531127", 1, 0, 18), + (1537, "531035", 1, 0, 18), + (1538, "531035", 1, 0, 18), + (1539, "531035", 1, 0, 18), + (1540, "531035", 1, 0, 18), + (1541, "531035", 1, 0, 18), + (1542, "531035", 1, 0, 18), + (1543, "531035", 1, 0, 18), + (1544, "531035", 1, 0, 18), + (1545, "531035", 1, 0, 18), + (1546, "531035", 1, 0, 18), + (1547, "531035", 1, 0, 18), + (1548, "531035", 1, 0, 18), + (1549, "531032", 1, 0, 18), + (1550, "531032", 1, 0, 18), + (1551, "531032", 1, 0, 18), + (1552, "531032", 1, 0, 18), + (1553, "531032", 1, 0, 18), + (1554, "531032", 1, 0, 18), + (1555, "531032", 1, 0, 18), + (1556, "531032", 1, 0, 18), + (1557, "531032", 1, 0, 18), + (1558, "531032", 1, 0, 18), + (1559, "531055", 1, 0, 18), + (1560, "531055", 1, 0, 18), + (1561, "531055", 1, 0, 18), + (1562, "531061", 1, 0, 18), + (1563, "531055", 1, 0, 18), + (1564, "531055", 1, 0, 18), + (1565, "531055", 1, 0, 18), + (1566, "531055", 1, 0, 18), + (1567, "531055", 1, 0, 18), + (1568, "531055", 1, 0, 18), + (1569, "531055", 1, 0, 18), + (1570, "531055", 1, 0, 18), + (1571, "531055", 1, 0, 18), + (1572, "531055", 1, 0, 18), + (1573, "531055", 1, 0, 18), + (1574, "531055", 1, 0, 18), + (1575, "531055", 1, 0, 18), + (1576, "531055", 1, 0, 18), + (1577, "531055", 1, 0, 18), + (1578, "531036", 1, 0, 18), + (1579, "531036", 1, 0, 18), + (1580, "531036", 1, 0, 18), + (1581, "531036", 1, 0, 18), + (1582, "531036", 1, 0, 18), + (1583, "531036", 1, 0, 18), + (1584, "531036", 1, 0, 18), + (1585, "531036", 1, 0, 18), + (1586, "531036", 1, 0, 18), + (1587, "531036", 1, 0, 18), + (1588, "531036", 1, 0, 18), + (1589, "531036", 1, 0, 18), + (1590, "531036", 1, 0, 18), + (1591, "531036", 1, 0, 18), + (1592, "531036", 1, 0, 18), + (1593, "531036", 1, 0, 18), + (1594, "531036", 1, 0, 18), + (1595, "531149", 1, 0, 18), + (1596, "531149", 1, 0, 18), + (1597, "531149", 1, 0, 18), + (1598, "531149", 1, 0, 18), + (1599, "531149", 1, 0, 18), + (1600, "531149", 1, 0, 18), + (1601, "531149", 1, 0, 18), + (1602, "531149", 1, 0, 18), + (1603, "531149", 1, 0, 18), + (1604, "531149", 1, 0, 18), + (1605, "531149", 1, 0, 18), + (1606, "531002", 1, 0, 18), + (1607, "531002", 1, 0, 18), + (1608, "531002", 1, 0, 18), + (1609, "531002", 1, 0, 18), + (1610, "531002", 1, 0, 18), + (1611, "531002", 1, 0, 18), + (1612, "531002", 1, 0, 18), + (1613, "531011", 1, 0, 18), + (1614, "531011", 1, 0, 18), + (1615, "531011", 1, 0, 18), + (1616, "531011", 1, 0, 18), + (1617, "531011", 1, 0, 18), + (1618, "531011", 1, 0, 18), + (1619, "531011", 1, 0, 18), + (1620, "531011", 1, 0, 18), + (1621, "531061", 1, 0, 18), + (1622, "531061", 1, 0, 18), + (1623, "531061", 1, 0, 18), + (1624, "531061", 1, 0, 18), + (1625, "531061", 1, 0, 18), + (1626, "531061", 1, 0, 18), + (1627, "531061", 1, 0, 18), + (1628, "531061", 1, 0, 18), + (1629, "531061", 1, 0, 18), + (1630, "531082", 1, 0, 18), + (1631, "531082", 1, 0, 18), + (1632, "531031", 1, 0, 18), + (1633, "531031", 1, 0, 18), + (1634, "531031", 1, 0, 18), + (1635, "531118", 1, 0, 18), + (1636, "531118", 1, 0, 18), + (1637, "531118", 1, 0, 18), + (1638, "531118", 1, 0, 18), + (1639, "531118", 1, 0, 18), + (1640, "531118", 1, 0, 18), + (1641, "531118", 1, 0, 18), + (1642, "531118", 1, 0, 18), + (1643, "531118", 1, 0, 18), + (1644, "531118", 1, 0, 18), + (1645, "531118", 1, 0, 18), + (1646, "531118", 1, 0, 18), + (1647, "531118", 1, 0, 18), + (1648, "531118", 1, 0, 18), + (1649, "531118", 1, 0, 18), + (1650, "531118", 1, 0, 18), + (1651, "531118", 1, 0, 18), + (1652, "531118", 1, 0, 18), + (1653, "531118", 1, 0, 18), + (1654, "531118", 1, 0, 18), + (1655, "531118", 1, 0, 18), + (1656, "531118", 1, 0, 18), + (1657, "531118", 1, 0, 18), + (1658, "531118", 1, 0, 18), + (1659, "531118", 1, 0, 18), + (1660, "531111", 1, 0, 18), + (1661, "531111", 1, 0, 18), + (1662, "531111", 1, 0, 18), + (1663, "531111", 1, 0, 18), + (1664, "531111", 1, 0, 18), + (1665, "531111", 1, 0, 18), + (1666, "531111", 1, 0, 18), + (1667, "531111", 1, 0, 18), + (1668, "531111", 1, 0, 18), + (1669, "531111", 1, 0, 18), + (1670, "531111", 1, 0, 18), + (1671, "531111", 1, 0, 18), + (1672, "531111", 1, 0, 18), + (1673, "531111", 1, 0, 18), + (1674, "531111", 1, 0, 18), + (1675, "531085", 1, 0, 18), + (1676, "531085", 1, 0, 18), + (1677, "531085", 1, 0, 18), + (1678, "531085", 1, 0, 18), + (1679, "531085", 1, 0, 18), + (1680, "531085", 1, 0, 18), + (1681, "531085", 1, 0, 18), + (1682, "531114", 1, 0, 18), + (1683, "531114", 1, 0, 18), + (1684, "531114", 1, 0, 18), + (1685, "531114", 1, 0, 18), + (1686, "531114", 1, 0, 18), + (1687, "531114", 1, 0, 18), + (1688, "531114", 1, 0, 18), + (1689, "531114", 1, 0, 18), + (1690, "531114", 1, 0, 18), + (1691, "531114", 1, 0, 18), + (1692, "531114", 1, 0, 18), + (1693, "531114", 1, 0, 18), + (1694, "531087", 1, 0, 18), + (1695, "531087", 1, 0, 18), + (1696, "531087", 1, 0, 18), + (1697, "531087", 1, 0, 18), + (1698, "531087", 1, 0, 18), + (1699, "531087", 1, 0, 18), + (1700, "531087", 1, 0, 18), + (1701, "531087", 1, 0, 18), + (1702, "531087", 1, 0, 18), + (1703, "531084", 1, 0, 18), + (1704, "531084", 1, 0, 18), + (1705, "531084", 1, 0, 18), + (1706, "531084", 1, 0, 18), + (1707, "531084", 1, 0, 18), + (1708, "531084", 1, 0, 18), + (1709, "531084", 1, 0, 18), + (1710, "531084", 1, 0, 18), + (1711, "531019", 1, 0, 18), + (1712, "531019", 1, 0, 18), + (1713, "531021", 1, 0, 18), + (1714, "531019", 1, 0, 18), + (1715, "531019", 1, 0, 18), + (1716, "531021", 1, 0, 18), + (1717, "531019", 1, 0, 18), + (1718, "531021", 1, 0, 18), + (1719, "531126", 1, 0, 18), + (1720, "531126", 1, 0, 18), + (1721, "531126", 1, 0, 18), + (1722, "531126", 1, 0, 18), + (1723, "531126", 1, 0, 18), + (1724, "531126", 1, 0, 18), + (1725, "531126", 1, 0, 18), + (1726, "531126", 1, 0, 18), + (1727, "531126", 1, 0, 18), + (1728, "531083", 1, 0, 18), + (1729, "531083", 1, 0, 18), + (1730, "531083", 1, 0, 18), + (1731, "531083", 1, 0, 18), + (1732, "531083", 1, 0, 18), + (1733, "531083", 1, 0, 18), + (1734, "531083", 1, 0, 18), + (1735, "531060", 1, 0, 18), + (1736, "531060", 1, 0, 18), + (1737, "531060", 1, 0, 18), + (1738, "531060", 1, 0, 18), + (1739, "531060", 1, 0, 18), + (1740, "531127", 1, 0, 18), + (1741, "531127", 1, 0, 18), + (1742, "531127", 1, 0, 18), + (1743, "531127", 1, 0, 18), + (1744, "531127", 1, 0, 18), + (1745, "515711", 1, 0, 18), + (1746, "515763", 1, 0, 18), + (1747, "515766", 1, 0, 18), + (1748, "515701", 1, 0, 18), + (1749, "515435", 1, 0, 18), + (1750, "515763", 1, 0, 18), + (1751, "515763", 1, 0, 18), + (1752, "515761", 1, 0, 18), + (1753, "515761", 1, 0, 18), + (1754, "515761", 1, 0, 18), + (1755, "515761", 1, 0, 18), + (1756, "515761", 1, 0, 18), + (1757, "515761", 1, 0, 18), + (1758, "515761", 1, 0, 18), + (1759, "515761", 1, 0, 18), + (1760, "515761", 1, 0, 18), + (1761, "515761", 1, 0, 18), + (1762, "515761", 1, 0, 18), + (1763, "515761", 1, 0, 18), + (1764, "515761", 1, 0, 18), + (1765, "515761", 1, 0, 18), + (1766, "515761", 1, 0, 18), + (1767, "515761", 1, 0, 18), + (1768, "515761", 1, 0, 18), + (1769, "515761", 1, 0, 18), + (1770, "515765", 1, 0, 18), + (1771, "515765", 1, 0, 18), + (1772, "515765", 1, 0, 18), + (1773, "515765", 1, 0, 18), + (1774, "515765", 1, 0, 18), + (1775, "515765", 1, 0, 18), + (1776, "515765", 1, 0, 18), + (1777, "515765", 1, 0, 18), + (1778, "515765", 1, 0, 18), + (1779, "515765", 1, 0, 18), + (1780, "515766", 1, 0, 18), + (1781, "515766", 1, 0, 18), + (1782, "515766", 1, 0, 18), + (1783, "515766", 1, 0, 18), + (1784, "515766", 1, 0, 18), + (1785, "515766", 1, 0, 18), + (1786, "515766", 1, 0, 18), + (1787, "515701", 1, 0, 18), + (1788, "515415", 1, 0, 18), + (1789, "515415", 1, 0, 18), + (1790, "515415", 1, 0, 18), + (1791, "515415", 1, 0, 18), + (1792, "515415", 1, 0, 18), + (1793, "515415", 1, 0, 18), + (1794, "515415", 1, 0, 18), + (1795, "515415", 1, 0, 18), + (1796, "515425", 1, 0, 18), + (1797, "515425", 1, 0, 18), + (1798, "515425", 1, 0, 18), + (1799, "515425", 1, 0, 18), + (1800, "515425", 1, 0, 18), + (1801, "515425", 1, 0, 18), + (1802, "515425", 1, 0, 18), + (1803, "515425", 1, 0, 18), + (1804, "515425", 1, 0, 18), + (1805, "515425", 1, 0, 18), + (1806, "515425", 1, 0, 18), + (1807, "515425", 1, 0, 18), + (1808, "515425", 1, 0, 18), + (1809, "515425", 1, 0, 18), + (1810, "515425", 1, 0, 18), + (1811, "515425", 1, 0, 18), + (1812, "515425", 1, 0, 18), + (1813, "515414", 1, 0, 18), + (1814, "515414", 1, 0, 18), + (1815, "515414", 1, 0, 18), + (1816, "515414", 1, 0, 18), + (1817, "515414", 1, 0, 18), + (1818, "515414", 1, 0, 18), + (1819, "515414", 1, 0, 18), + (1820, "515414", 1, 0, 18), + (1821, "515414", 1, 0, 18), + (1822, "515414", 1, 0, 18), + (1823, "515414", 1, 0, 18), + (1824, "515711", 1, 0, 18), + (1825, "515711", 1, 0, 18), + (1826, "515741", 1, 0, 18), + (1827, "515741", 1, 0, 18), + (1828, "515741", 1, 0, 18), + (1829, "515741", 1, 0, 18), + (1830, "515741", 1, 0, 18), + (1831, "515741", 1, 0, 18), + (1832, "515002", 1, 0, 18), + (1833, "515722", 1, 0, 18), + (1834, "515002", 1, 0, 18), + (1835, "515002", 1, 0, 18), + (1836, "515002", 1, 0, 18), + (1837, "515002", 1, 0, 18), + (1838, "515751", 1, 0, 18), + (1839, "515751", 1, 0, 18), + (1840, "515751", 1, 0, 18), + (1841, "515751", 1, 0, 18), + (1842, "515751", 1, 0, 18), + (1843, "515751", 1, 0, 18), + (1844, "515751", 1, 0, 18), + (1845, "515751", 1, 0, 18), + (1846, "515751", 1, 0, 18), + (1847, "515751", 1, 0, 18), + (1848, "515751", 1, 0, 18), + (1849, "515741", 1, 0, 18), + (1850, "515741", 1, 0, 18), + (1851, "515741", 1, 0, 18), + (1852, "515741", 1, 0, 18), + (1853, "515741", 1, 0, 18), + (1854, "515741", 1, 0, 18), + (1855, "515763", 1, 0, 18), + (1856, "515763", 1, 0, 18), + (1857, "515763", 1, 0, 18), + (1858, "515763", 1, 0, 18), + (1859, "515763", 1, 0, 18), + (1860, "515763", 1, 0, 18), + (1861, "515763", 1, 0, 18), + (1862, "515763", 1, 0, 18), + (1863, "515763", 1, 0, 18), + (1864, "515766", 1, 0, 18), + (1865, "515766", 1, 0, 18), + (1866, "515766", 1, 0, 18), + (1867, "515766", 1, 0, 18), + (1868, "515787", 1, 0, 18), + (1869, "515787", 1, 0, 18), + (1870, "515787", 1, 0, 18), + (1871, "515787", 1, 0, 18), + (1872, "515787", 1, 0, 18), + (1873, "515787", 1, 0, 18), + (1874, "515787", 1, 0, 18), + (1875, "515787", 1, 0, 18), + (1876, "515767", 1, 0, 18), + (1877, "515767", 1, 0, 18), + (1878, "515767", 1, 0, 18), + (1879, "515767", 1, 0, 18), + (1880, "515767", 1, 0, 18), + (1881, "515767", 1, 0, 18), + (1882, "515767", 1, 0, 18), + (1883, "515767", 1, 0, 18), + (1884, "515767", 1, 0, 18), + (1885, "515445", 1, 0, 18), + (1886, "515445", 1, 0, 18), + (1887, "515445", 1, 0, 18), + (1888, "515445", 1, 0, 18), + (1889, "515445", 1, 0, 18), + (1890, "515445", 1, 0, 18), + (1891, "515701", 1, 0, 18), + (1892, "515701", 1, 0, 18), + (1893, "515701", 1, 0, 18), + (1894, "515701", 1, 0, 18), + (1895, "515701", 1, 0, 18), + (1896, "515701", 1, 0, 18), + (1897, "515701", 1, 0, 18), + (1898, "515701", 1, 0, 18), + (1899, "515435", 1, 0, 18), + (1900, "515435", 1, 0, 18), + (1901, "515411", 1, 0, 18), + (1902, "515411", 1, 0, 18), + (1903, "515411", 1, 0, 18), + (1904, "515411", 1, 0, 18), + (1905, "515411", 1, 0, 18), + (1906, "515411", 1, 0, 18), + (1907, "515411", 1, 0, 18), + (1908, "515411", 1, 0, 18), + (1909, "515465", 1, 0, 18), + (1910, "515465", 1, 0, 18), + (1911, "515465", 1, 0, 18), + (1912, "515465", 1, 0, 18), + (1913, "515465", 1, 0, 18), + (1914, "515465", 1, 0, 18), + (1915, "515465", 1, 0, 18), + (1916, "515465", 1, 0, 18), + (1917, "515465", 1, 0, 18), + (1918, "515465", 1, 0, 18), + (1919, "515465", 1, 0, 18), + (1920, "515465", 1, 0, 18), + (1921, "515465", 1, 0, 18), + (1922, "515465", 1, 0, 18), + (1923, "515751", 1, 0, 18), + (1924, "515751", 1, 0, 18), + (1925, "515731", 1, 0, 18), + (1926, "515731", 1, 0, 18), + (1927, "515731", 1, 0, 18), + (1928, "515731", 1, 0, 18), + (1929, "515731", 1, 0, 18), + (1930, "515731", 1, 0, 18), + (1931, "515731", 1, 0, 18), + (1932, "515731", 1, 0, 18), + (1933, "515731", 1, 0, 18), + (1934, "515731", 1, 0, 18), + (1935, "515731", 1, 0, 18), + (1936, "515731", 1, 0, 18), + (1937, "515731", 1, 0, 18), + (1938, "515731", 1, 0, 18), + (1939, "515004", 1, 0, 18), + (1940, "515004", 1, 0, 18), + (1941, "515004", 1, 0, 18), + (1942, "515004", 1, 0, 18), + (1943, "515004", 1, 0, 18), + (1944, "515004", 1, 0, 18), + (1945, "515721", 1, 0, 18), + (1946, "515721", 1, 0, 18), + (1947, "515722", 1, 0, 18), + (1948, "515722", 1, 0, 18), + (1949, "515721", 1, 0, 18), + (1950, "515722", 1, 0, 18), + (1951, "515711", 1, 0, 18), + (1952, "515711", 1, 0, 18), + (1953, "515711", 1, 0, 18), + (1954, "515711", 1, 0, 18), + (1955, "515711", 1, 0, 18), + (1956, "515711", 1, 0, 18), + (1957, "515711", 1, 0, 18), + (1958, "515711", 1, 0, 18), + (1959, "515711", 1, 0, 18), + (1960, "515711", 1, 0, 18), + (1961, "534235", 1, 0, 18), + (1962, "534235", 1, 0, 18), + (1963, "534235", 1, 0, 18), + (1964, "534235", 1, 0, 18), + (1965, "534235", 1, 0, 18), + (1966, "534235", 1, 0, 18), + (1967, "534235", 1, 0, 18), + (1968, "534235", 1, 0, 18), + (1969, "534237", 1, 0, 18), + (1970, "534235", 1, 0, 18), + (1971, "534235", 1, 0, 18), + (1972, "534239", 1, 0, 18), + (1973, "534239", 1, 0, 18), + (1974, "534239", 1, 0, 18), + (1975, "534239", 1, 0, 18), + (1976, "534239", 1, 0, 18), + (1977, "534237", 1, 0, 18), + (1978, "534237", 1, 0, 18), + (1979, "534237", 1, 0, 18), + (1980, "534237", 1, 0, 18), + (1981, "534238", 1, 0, 18), + (1982, "534238", 1, 0, 18), + (1983, "534240", 1, 0, 18), + (1984, "534206", 1, 0, 18), + (1985, "534206", 1, 0, 18), + (1986, "534206", 1, 0, 18), + (1987, "534206", 1, 0, 18), + (1988, "534238", 1, 0, 18), + (1989, "534240", 1, 0, 18), + (1990, "534240", 1, 0, 18), + (1991, "534247", 1, 0, 18), + (1992, "534247", 1, 0, 18), + (1993, "534247", 1, 0, 18), + (1994, "534208", 1, 0, 18), + (1995, "534208", 1, 0, 18), + (1996, "534202", 1, 0, 18), + (1997, "534202", 1, 0, 18), + (1998, "534123", 1, 0, 18), + (1999, "534328", 1, 0, 18), + (2000, "534268", 1, 0, 18), + (2001, "534280", 1, 0, 18), + (2002, "534225", 1, 0, 18), + (2003, "534225", 1, 0, 18), + (2004, "534225", 1, 0, 18), + (2005, "534225", 1, 0, 18), + (2006, "534326", 1, 0, 18), + (2007, "534326", 1, 0, 18), + (2008, "534324", 1, 0, 18), + (2009, "534324", 1, 0, 18), + (2010, "534324", 1, 0, 18), + (2011, "534324", 1, 0, 18), + (2012, "534324", 1, 0, 18), + (2013, "534222", 1, 0, 18), + (2014, "534222", 1, 0, 18), + (2015, "534222", 1, 0, 18), + (2016, "534216", 1, 0, 18), + (2017, "534216", 1, 0, 18), + (2018, "534216", 1, 0, 18), + (2019, "534268", 1, 0, 18), + (2020, "534250", 1, 0, 18), + (2021, "534250", 1, 0, 18), + (2022, "534275", 1, 0, 18), + (2023, "534268", 1, 0, 18), + (2024, "534268", 1, 0, 18), + (2025, "534250", 1, 0, 18), + (2026, "534265", 1, 0, 18), + (2027, "534266", 1, 0, 18), + (2028, "534266", 1, 0, 18), + (2029, "534266", 1, 0, 18), + (2030, "534266", 1, 0, 18), + (2031, "534266", 1, 0, 18), + (2032, "534266", 1, 0, 18), + (2033, "534266", 1, 0, 18), + (2034, "534266", 1, 0, 18), + (2035, "534268", 1, 0, 18), + (2036, "534268", 1, 0, 18), + (2037, "534268", 1, 0, 18), + (2038, "534268", 1, 0, 18), + (2039, "534202", 1, 0, 18), + (2040, "534243", 1, 0, 18), + (2041, "534243", 1, 0, 18), + (2042, "534243", 1, 0, 18), + (2043, "534243", 1, 0, 18), + (2044, "534204", 1, 0, 18), + (2045, "534204", 1, 0, 18), + (2046, "534207", 1, 0, 18), + (2047, "534207", 1, 0, 18), + (2048, "534207", 1, 0, 18), + (2049, "534207", 1, 0, 18), + (2050, "534199", 1, 0, 18), + (2051, "534199", 1, 0, 18), + (2052, "534199", 1, 0, 18), + (2053, "534199", 1, 0, 18), + (2054, "534199", 1, 0, 18), + (2055, "534199", 1, 0, 18), + (2056, "534199", 1, 0, 18), + (2057, "534199", 1, 0, 18), + (2058, "534199", 1, 0, 18), + (2059, "534199", 1, 0, 18), + (2060, "534206", 1, 0, 18), + (2061, "534245", 1, 0, 18), + (2062, "534245", 1, 0, 18), + (2063, "534244", 1, 0, 18), + (2064, "534244", 1, 0, 18), + (2065, "534236", 1, 0, 18), + (2066, "534236", 1, 0, 18), + (2067, "534236", 1, 0, 18), + (2068, "534236", 1, 0, 18), + (2069, "534126", 1, 0, 18), + (2070, "534126", 1, 0, 18), + (2071, "534126", 1, 0, 18), + (2072, "534126", 1, 0, 18), + (2073, "534126", 1, 0, 18), + (2074, "534126", 1, 0, 18), + (2075, "534280", 1, 0, 18), + (2076, "534280", 1, 0, 18), + (2077, "534280", 1, 0, 18), + (2078, "534225", 1, 0, 18), + (2079, "534134", 1, 0, 18), + (2080, "534134", 1, 0, 18), + (2081, "534134", 1, 0, 18), + (2082, "534134", 1, 0, 18), + (2083, "534134", 1, 0, 18), + (2084, "534134", 1, 0, 18), + (2085, "534134", 1, 0, 18), + (2086, "534134", 1, 0, 18), + (2087, "534134", 1, 0, 18), + (2088, "534134", 1, 0, 18), + (2089, "534225", 1, 0, 18), + (2090, "534230", 1, 0, 18), + (2091, "534230", 1, 0, 18), + (2092, "534230", 1, 0, 18), + (2093, "534209", 1, 0, 18), + (2094, "534209", 1, 0, 18), + (2095, "534210", 1, 0, 18), + (2096, "534210", 1, 0, 18), + (2097, "534210", 1, 0, 18), + (2098, "534124", 1, 0, 18), + (2099, "534124", 1, 0, 18), + (2100, "534124", 1, 0, 18), + (2101, "534124", 1, 0, 18), + (2102, "534124", 1, 0, 18), + (2103, "534123", 1, 0, 18), + (2104, "534123", 1, 0, 18), + (2105, "534217", 1, 0, 18), + (2106, "534217", 1, 0, 18), + (2107, "534217", 1, 0, 18), + (2108, "534217", 1, 0, 18), + (2109, "534217", 1, 0, 18), + (2110, "534330", 1, 0, 18), + (2111, "534330", 1, 0, 18), + (2112, "534330", 1, 0, 18), + (2113, "534330", 1, 0, 18), + (2114, "534330", 1, 0, 18), + (2115, "534269", 1, 0, 18), + (2116, "534269", 1, 0, 18), + (2117, "534269", 1, 0, 18), + (2118, "534269", 1, 0, 18), + (2119, "534269", 1, 0, 18), + (2120, "534218", 1, 0, 18), + (2121, "534218", 1, 0, 18), + (2122, "534218", 1, 0, 18), + (2123, "534218", 1, 0, 18), + (2124, "534122", 1, 0, 18), + (2125, "534122", 1, 0, 18), + (2126, "534122", 1, 0, 18), + (2127, "534122", 1, 0, 18), + (2128, "534227", 1, 0, 18), + (2129, "534227", 1, 0, 18), + (2130, "534227", 1, 0, 18), + (2131, "534320", 1, 0, 18), + (2132, "534320", 1, 0, 18), + (2133, "534320", 1, 0, 18), + (2134, "534320", 1, 0, 18), + (2135, "534320", 1, 0, 18), + (2136, "534320", 1, 0, 18), + (2137, "534320", 1, 0, 18), + (2138, "534328", 1, 0, 18), + (2139, "534328", 1, 0, 18), + (2140, "534328", 1, 0, 18), + (2141, "534328", 1, 0, 18), + (2142, "534268", 1, 0, 18), + (2143, "534268", 1, 0, 18), + (2144, "534267", 1, 0, 18), + (2145, "534267", 1, 0, 18), + (2146, "534267", 1, 0, 18), + (2147, "534265", 1, 0, 18), + (2148, "534265", 1, 0, 18), + (2149, "534265", 1, 0, 18), + (2150, "534265", 1, 0, 18), + (2151, "534265", 1, 0, 18), + (2152, "534338", 1, 0, 18), + (2153, "534250", 1, 0, 18), + (2154, "534250", 1, 0, 18), + (2155, "534250", 1, 0, 18), + (2156, "534250", 1, 0, 18), + (2157, "534338", 1, 0, 18), + (2158, "534250", 1, 0, 18), + (2159, "534250", 1, 0, 18), + (2160, "534281", 1, 0, 18), + (2161, "534281", 1, 0, 18), + (2162, "534281", 1, 0, 18), + (2163, "534281", 1, 0, 18), + (2164, "534281", 1, 0, 18), + (2165, "534275", 1, 0, 18), + (2166, "534275", 1, 0, 18), + (2167, "534275", 1, 0, 18), + (2168, "534275", 1, 0, 18), + (2169, "534275", 1, 0, 18), + (2170, "534275", 1, 0, 18), + (2171, "534275", 1, 0, 18), + (2172, "534275", 1, 0, 18), + (2173, "534275", 1, 0, 18), + (2174, "534327", 1, 0, 18), + (2175, "534280", 1, 0, 18), + (2176, "534280", 1, 0, 18), + (2177, "517125", 1, 0, 18), + (2178, "517125", 1, 0, 18), + (2179, "517125", 1, 0, 18), + (2180, "517128", 1, 0, 18), + (2181, "517128", 1, 0, 18), + (2182, "517128", 1, 0, 18), + (2183, "517128", 1, 0, 18), + (2184, "517167", 1, 0, 18), + (2185, "517167", 1, 0, 18), + (2186, "517167", 1, 0, 18), + (2187, "517167", 1, 0, 18), + (2188, "517167", 1, 0, 18), + (2189, "517167", 1, 0, 18), + (2190, "517167", 1, 0, 18), + (2191, "517167", 1, 0, 18), + (2192, "517167", 1, 0, 18), + (2193, "517167", 1, 0, 18), + (2194, "517167", 1, 0, 18), + (2195, "517167", 1, 0, 18), + (2196, "517167", 1, 0, 18), + (2197, "517132", 1, 0, 18), + (2198, "517132", 1, 0, 18), + (2199, "517132", 1, 0, 18), + (2200, "517132", 1, 0, 18), + (2201, "517408", 1, 0, 18), + (2202, "517429", 1, 0, 18), + (2203, "517370", 1, 0, 18), + (2204, "517418", 1, 0, 18), + (2205, "517432", 1, 0, 18), + (2206, "517432", 1, 0, 18), + (2207, "517432", 1, 0, 18), + (2208, "517432", 1, 0, 18), + (2209, "517280", 1, 0, 18), + (2210, "517280", 1, 0, 18), + (2211, "517280", 1, 0, 18), + (2212, "517280", 1, 0, 18), + (2213, "517247", 1, 0, 18), + (2214, "517247", 1, 0, 18), + (2215, "517247", 1, 0, 18), + (2216, "517247", 1, 0, 18), + (2217, "517247", 1, 0, 18), + (2218, "517247", 1, 0, 18), + (2219, "517247", 1, 0, 18), + (2220, "517247", 1, 0, 18), + (2221, "517247", 1, 0, 18), + (2222, "517247", 1, 0, 18), + (2223, "517247", 1, 0, 18), + (2224, "517247", 1, 0, 18), + (2225, "517247", 1, 0, 18), + (2226, "517247", 1, 0, 18), + (2227, "517247", 1, 0, 18), + (2228, "517247", 1, 0, 18), + (2229, "517247", 1, 0, 18), + (2230, "517247", 1, 0, 18), + (2231, "517247", 1, 0, 18), + (2232, "517247", 1, 0, 18), + (2233, "517247", 1, 0, 18), + (2234, "517247", 1, 0, 18), + (2235, "517418", 1, 0, 18), + (2236, "517418", 1, 0, 18), + (2237, "517418", 1, 0, 18), + (2238, "517418", 1, 0, 18), + (2239, "517418", 1, 0, 18), + (2240, "517417", 1, 0, 18), + (2241, "517417", 1, 0, 18), + (2242, "517417", 1, 0, 18), + (2243, "517417", 1, 0, 18), + (2244, "517417", 1, 0, 18), + (2245, "517417", 1, 0, 18), + (2246, "517417", 1, 0, 18), + (2247, "517257", 1, 0, 18), + (2248, "517257", 1, 0, 18), + (2249, "517257", 1, 0, 18), + (2250, "517257", 1, 0, 18), + (2251, "517257", 1, 0, 18), + (2252, "517257", 1, 0, 18), + (2253, "517257", 1, 0, 18), + (2254, "517257", 1, 0, 18), + (2255, "517257", 1, 0, 18), + (2256, "517257", 1, 0, 18), + (2257, "517257", 1, 0, 18), + (2258, "517257", 1, 0, 18), + (2259, "517257", 1, 0, 18), + (2260, "517257", 1, 0, 18), + (2261, "517257", 1, 0, 18), + (2262, "517257", 1, 0, 18), + (2263, "517257", 1, 0, 18), + (2264, "517432", 1, 0, 18), + (2265, "517432", 1, 0, 18), + (2266, "517432", 1, 0, 18), + (2267, "517432", 1, 0, 18), + (2268, "517432", 1, 0, 18), + (2269, "517432", 1, 0, 18), + (2270, "517432", 1, 0, 18), + (2271, "517414", 1, 0, 18), + (2272, "517414", 1, 0, 18), + (2273, "517414", 1, 0, 18), + (2274, "517123", 1, 0, 18), + (2275, "517123", 1, 0, 18), + (2276, "517123", 1, 0, 18), + (2277, "517123", 1, 0, 18), + (2278, "517326", 1, 0, 18), + (2279, "517326", 1, 0, 18), + (2280, "517326", 1, 0, 18), + (2281, "517326", 1, 0, 18), + (2282, "517326", 1, 0, 18), + (2283, "517326", 1, 0, 18), + (2284, "517326", 1, 0, 18), + (2285, "517326", 1, 0, 18), + (2286, "517326", 1, 0, 18), + (2287, "517326", 1, 0, 18), + (2288, "517326", 1, 0, 18), + (2289, "517326", 1, 0, 18), + (2290, "517326", 1, 0, 18), + (2291, "517326", 1, 0, 18), + (2292, "517326", 1, 0, 18), + (2293, "517370", 1, 0, 18), + (2294, "517370", 1, 0, 18), + (2295, "517370", 1, 0, 18), + (2296, "517370", 1, 0, 18), + (2297, "517370", 1, 0, 18), + (2298, "517370", 1, 0, 18), + (2299, "517370", 1, 0, 18), + (2300, "517123", 1, 0, 18), + (2301, "517123", 1, 0, 18), + (2302, "517123", 1, 0, 18), + (2303, "517422", 1, 0, 18), + (2304, "517422", 1, 0, 18), + (2305, "517422", 1, 0, 18), + (2306, "517422", 1, 0, 18), + (2307, "517422", 1, 0, 18), + (2308, "517422", 1, 0, 18), + (2309, "517422", 1, 0, 18), + (2310, "517422", 1, 0, 18), + (2311, "517422", 1, 0, 18), + (2312, "517422", 1, 0, 18), + (2313, "517002", 1, 0, 18), + (2314, "517002", 1, 0, 18), + (2315, "517002", 1, 0, 18), + (2316, "517002", 1, 0, 18), + (2317, "517002", 1, 0, 18), + (2318, "517125", 1, 0, 18), + (2319, "517125", 1, 0, 18), + (2320, "517125", 1, 0, 18), + (2321, "517125", 1, 0, 18), + (2322, "517125", 1, 0, 18), + (2323, "517125", 1, 0, 18), + (2324, "517125", 1, 0, 18), + (2325, "517132", 1, 0, 18), + (2326, "517132", 1, 0, 18), + (2327, "517132", 1, 0, 18), + (2328, "517132", 1, 0, 18), + (2329, "517132", 1, 0, 18), + (2330, "517419", 1, 0, 18), + (2331, "517419", 1, 0, 18), + (2332, "517419", 1, 0, 18), + (2333, "517419", 1, 0, 18), + (2334, "517419", 1, 0, 18), + (2335, "517419", 1, 0, 18), + (2336, "517126", 1, 0, 18), + (2337, "517126", 1, 0, 18), + (2338, "517126", 1, 0, 18), + (2339, "517126", 1, 0, 18), + (2340, "517126", 1, 0, 18), + (2341, "517126", 1, 0, 18), + (2342, "517126", 1, 0, 18), + (2343, "517126", 1, 0, 18), + (2344, "517126", 1, 0, 18), + (2345, "517403", 1, 0, 18), + (2346, "517403", 1, 0, 18), + (2347, "517421", 1, 0, 18), + (2348, "517421", 1, 0, 18), + (2349, "517421", 1, 0, 18), + (2350, "517421", 1, 0, 18), + (2351, "517421", 1, 0, 18), + (2352, "517421", 1, 0, 18), + (2353, "517421", 1, 0, 18), + (2354, "517421", 1, 0, 18), + (2355, "517408", 1, 0, 18), + (2356, "517408", 1, 0, 18), + (2357, "517408", 1, 0, 18), + (2358, "517408", 1, 0, 18), + (2359, "517408", 1, 0, 18), + (2360, "517408", 1, 0, 18), + (2361, "517408", 1, 0, 18), + (2362, "517408", 1, 0, 18), + (2363, "517415", 1, 0, 18), + (2364, "517415", 1, 0, 18), + (2365, "517415", 1, 0, 18), + (2366, "517415", 1, 0, 18), + (2367, "517415", 1, 0, 18), + (2368, "517415", 1, 0, 18), + (2369, "517415", 1, 0, 18), + (2370, "517425", 1, 0, 18), + (2371, "517425", 1, 0, 18), + (2372, "517425", 1, 0, 18), + (2373, "517425", 1, 0, 18), + (2374, "517425", 1, 0, 18), + (2375, "517426", 1, 0, 18), + (2376, "517425", 1, 0, 18), + (2377, "517425", 1, 0, 18), + (2378, "517425", 1, 0, 18), + (2379, "517426", 1, 0, 18), + (2380, "517425", 1, 0, 18), + (2381, "517425", 1, 0, 18), + (2382, "517425", 1, 0, 18), + (2383, "517425", 1, 0, 18), + (2384, "517425", 1, 0, 18), + (2385, "517425", 1, 0, 18), + (2386, "517426", 1, 0, 18), + (2387, "517425", 1, 0, 18), + (2388, "517425", 1, 0, 18), + (2389, "517425", 1, 0, 18), + (2390, "517426", 1, 0, 18), + (2391, "517425", 1, 0, 18), + (2392, "517425", 1, 0, 18), + (2393, "517425", 1, 0, 18), + (2394, "517429", 1, 0, 18), + (2395, "517429", 1, 0, 18), + (2396, "517429", 1, 0, 18), + (2397, "517429", 1, 0, 18), + (2398, "517429", 1, 0, 18), + (2399, "517426", 1, 0, 18), + (2400, "517423", 1, 0, 18), + (2401, "517423", 1, 0, 18), + (2402, "517423", 1, 0, 18), + (2403, "517423", 1, 0, 18), + (2404, "517423", 1, 0, 18), + (2405, "517423", 1, 0, 18), + (2406, "517426", 1, 0, 18), + (2407, "517423", 1, 0, 18), + (2408, "517423", 1, 0, 18), + (2409, "517401", 1, 0, 18), + (2410, "517401", 1, 0, 18), + (2411, "517401", 1, 0, 18), + (2412, "517401", 1, 0, 18), + (2413, "517401", 1, 0, 18), + (2414, "517401", 1, 0, 18), + (2415, "517401", 1, 0, 18), + (2416, "517401", 1, 0, 18), + (2417, "517401", 1, 0, 18), + (2418, "517401", 1, 0, 18), + (2419, "517424", 1, 0, 18), + (2420, "517424", 1, 0, 18), + (2421, "517424", 1, 0, 18), + (2422, "517424", 1, 0, 18), + (2423, "517424", 1, 0, 18), + (2424, "517424", 1, 0, 18), + (2425, "517424", 1, 0, 18), + (2426, "517424", 1, 0, 18), + (2427, "517424", 1, 0, 18), + (2428, "517424", 1, 0, 18), + (2429, "517370", 1, 0, 18), + (2430, "517370", 1, 0, 18), + (2431, "517370", 1, 0, 18), + (2432, "517351", 1, 0, 18), + (2433, "517351", 1, 0, 18), + (2434, "517351", 1, 0, 18), + (2435, "517351", 1, 0, 18), + (2436, "517351", 1, 0, 18), + (2437, "517351", 1, 0, 18), + (2438, "517319", 1, 0, 18), + (2439, "517319", 1, 0, 18), + (2440, "517319", 1, 0, 18), + (2441, "517319", 1, 0, 18), + (2442, "517350", 1, 0, 18), + (2443, "517350", 1, 0, 18), + (2444, "517350", 1, 0, 18), + (2445, "517350", 1, 0, 18), + (2446, "517390", 1, 0, 18), + (2447, "517390", 1, 0, 18), + (2448, "517390", 1, 0, 18), + (2449, "517390", 1, 0, 18), + (2450, "517390", 1, 0, 18), + (2451, "517390", 1, 0, 18), + (2452, "517390", 1, 0, 18), + (2453, "517390", 1, 0, 18), + (2454, "517390", 1, 0, 18), + (2455, "517391", 1, 0, 18), + (2456, "517391", 1, 0, 18), + (2457, "517391", 1, 0, 18), + (2458, "517391", 1, 0, 18), + (2459, "517391", 1, 0, 18), + (2460, "517391", 1, 0, 18), + (2461, "517352", 1, 0, 18), + (2462, "517352", 1, 0, 18), + (2463, "517418", 1, 0, 18), + (2464, "517418", 1, 0, 18), + (2465, "517418", 1, 0, 18), + (2466, "517418", 1, 0, 18), + (2467, "516228", 1, 0, 18), + (2468, "516267", 1, 0, 18), + (2469, "516259", 1, 0, 18), + (2470, "516270", 1, 0, 18), + (2471, "516257", 1, 0, 18), + (2472, "516193", 1, 0, 18), + (2473, "516505", 1, 0, 18), + (2474, "516003", 1, 0, 18), + (2475, "516003", 1, 0, 18), + (2476, "516003", 1, 0, 18), + (2477, "516003", 1, 0, 18), + (2478, "516005", 1, 0, 18), + (2479, "516005", 1, 0, 18), + (2480, "516003", 1, 0, 18), + (2481, "516269", 1, 0, 18), + (2482, "516269", 1, 0, 18), + (2483, "516269", 1, 0, 18), + (2484, "516269", 1, 0, 18), + (2485, "516269", 1, 0, 18), + (2486, "516269", 1, 0, 18), + (2487, "516269", 1, 0, 18), + (2488, "516269", 1, 0, 18), + (2489, "516269", 1, 0, 18), + (2490, "516269", 1, 0, 18), + (2491, "516269", 1, 0, 18), + (2492, "516269", 1, 0, 18), + (2493, "516269", 1, 0, 18), + (2494, "516269", 1, 0, 18), + (2495, "516269", 1, 0, 18), + (2496, "516129", 1, 0, 18), + (2497, "516129", 1, 0, 18), + (2498, "516129", 1, 0, 18), + (2499, "516129", 1, 0, 18), + (2500, "516129", 1, 0, 18), + (2501, "516129", 1, 0, 18), + (2502, "516129", 1, 0, 18), + (2503, "516129", 1, 0, 18), + (2504, "516257", 1, 0, 18), + (2505, "516257", 1, 0, 18), + (2506, "516505", 1, 0, 18), + (2507, "516505", 1, 0, 18), + (2508, "516505", 1, 0, 18), + (2509, "516505", 1, 0, 18), + (2510, "516130", 1, 0, 18), + (2511, "516130", 1, 0, 18), + (2512, "516130", 1, 0, 18), + (2513, "516130", 1, 0, 18), + (2514, "516130", 1, 0, 18), + (2515, "516130", 1, 0, 18), + (2516, "516130", 1, 0, 18), + (2517, "516130", 1, 0, 18), + (2518, "516130", 1, 0, 18), + (2519, "516130", 1, 0, 18), + (2520, "516268", 1, 0, 18), + (2521, "516268", 1, 0, 18), + (2522, "516268", 1, 0, 18), + (2523, "516268", 1, 0, 18), + (2524, "516268", 1, 0, 18), + (2525, "516268", 1, 0, 18), + (2526, "516107", 1, 0, 18), + (2527, "516107", 1, 0, 18), + (2528, "516107", 1, 0, 18), + (2529, "516107", 1, 0, 18), + (2530, "516107", 1, 0, 18), + (2531, "516107", 1, 0, 18), + (2532, "516107", 1, 0, 18), + (2533, "516107", 1, 0, 18), + (2534, "516107", 1, 0, 18), + (2535, "516107", 1, 0, 18), + (2536, "516107", 1, 0, 18), + (2537, "516107", 1, 0, 18), + (2538, "516003", 1, 0, 18), + (2539, "516003", 1, 0, 18), + (2540, "516003", 1, 0, 18), + (2541, "516003", 1, 0, 18), + (2542, "516005", 1, 0, 18), + (2543, "516005", 1, 0, 18), + (2544, "516003", 1, 0, 18), + (2545, "516257", 1, 0, 18), + (2546, "516259", 1, 0, 18), + (2547, "516259", 1, 0, 18), + (2548, "516128", 1, 0, 18), + (2549, "516128", 1, 0, 18), + (2550, "516128", 1, 0, 18), + (2551, "516128", 1, 0, 18), + (2552, "516128", 1, 0, 18), + (2553, "516128", 1, 0, 18), + (2554, "516128", 1, 0, 18), + (2555, "516128", 1, 0, 18), + (2556, "516128", 1, 0, 18), + (2557, "516502", 1, 0, 18), + (2558, "516502", 1, 0, 18), + (2559, "516502", 1, 0, 18), + (2560, "516502", 1, 0, 18), + (2561, "516502", 1, 0, 18), + (2562, "516502", 1, 0, 18), + (2563, "516502", 1, 0, 18), + (2564, "516502", 1, 0, 18), + (2565, "516502", 1, 0, 18), + (2566, "516502", 1, 0, 18), + (2567, "516502", 1, 0, 18), + (2568, "516162", 1, 0, 18), + (2569, "516162", 1, 0, 18), + (2570, "516162", 1, 0, 18), + (2571, "516105", 1, 0, 18), + (2572, "516105", 1, 0, 18), + (2573, "516105", 1, 0, 18), + (2574, "516105", 1, 0, 18), + (2575, "516105", 1, 0, 18), + (2576, "516105", 1, 0, 18), + (2577, "516105", 1, 0, 18), + (2578, "516228", 1, 0, 18), + (2579, "516228", 1, 0, 18), + (2580, "516228", 1, 0, 18), + (2581, "516228", 1, 0, 18), + (2582, "516228", 1, 0, 18), + (2583, "516228", 1, 0, 18), + (2584, "516228", 1, 0, 18), + (2585, "516228", 1, 0, 18), + (2586, "516257", 1, 0, 18), + (2587, "516257", 1, 0, 18), + (2588, "516257", 1, 0, 18), + (2589, "516257", 1, 0, 18), + (2590, "516257", 1, 0, 18), + (2591, "516247", 1, 0, 18), + (2592, "516247", 1, 0, 18), + (2593, "516247", 1, 0, 18), + (2594, "516126", 1, 0, 18), + (2595, "516126", 1, 0, 18), + (2596, "516126", 1, 0, 18), + (2597, "516126", 1, 0, 18), + (2598, "516126", 1, 0, 18), + (2599, "516126", 1, 0, 18), + (2600, "516126", 1, 0, 18), + (2601, "516126", 1, 0, 18), + (2602, "516126", 1, 0, 18), + (2603, "516126", 1, 0, 18), + (2604, "516126", 1, 0, 18), + (2605, "516126", 1, 0, 18), + (2606, "516126", 1, 0, 18), + (2607, "516126", 1, 0, 18), + (2608, "516126", 1, 0, 18), + (2609, "516268", 1, 0, 18), + (2610, "516268", 1, 0, 18), + (2611, "516213", 1, 0, 18), + (2612, "516213", 1, 0, 18), + (2613, "516213", 1, 0, 18), + (2614, "516213", 1, 0, 18), + (2615, "516213", 1, 0, 18), + (2616, "516213", 1, 0, 18), + (2617, "516004", 1, 0, 18), + (2618, "516004", 1, 0, 18), + (2619, "516267", 1, 0, 18), + (2620, "516267", 1, 0, 18), + (2621, "516267", 1, 0, 18), + (2622, "516267", 1, 0, 18), + (2623, "516267", 1, 0, 18), + (2624, "516267", 1, 0, 18), + (2625, "516267", 1, 0, 18), + (2626, "516267", 1, 0, 18), + (2627, "516267", 1, 0, 18), + (2628, "516267", 1, 0, 18), + (2629, "516267", 1, 0, 18), + (2630, "516267", 1, 0, 18), + (2631, "516267", 1, 0, 18), + (2632, "516267", 1, 0, 18), + (2633, "516267", 1, 0, 18), + (2634, "516233", 1, 0, 18), + (2635, "516233", 1, 0, 18), + (2636, "516233", 1, 0, 18), + (2637, "516233", 1, 0, 18), + (2638, "516233", 1, 0, 18), + (2639, "516501", 1, 0, 18), + (2640, "516501", 1, 0, 18), + (2641, "516501", 1, 0, 18), + (2642, "516501", 1, 0, 18), + (2643, "516501", 1, 0, 18), + (2644, "516501", 1, 0, 18), + (2645, "516501", 1, 0, 18), + (2646, "516227", 1, 0, 18), + (2647, "516227", 1, 0, 18), + (2648, "516227", 1, 0, 18), + (2649, "516227", 1, 0, 18), + (2650, "516227", 1, 0, 18), + (2651, "516227", 1, 0, 18), + (2652, "516227", 1, 0, 18), + (2653, "516259", 1, 0, 18), + (2654, "516259", 1, 0, 18), + (2655, "516259", 1, 0, 18), + (2656, "516259", 1, 0, 18), + (2657, "516259", 1, 0, 18), + (2658, "516259", 1, 0, 18), + (2659, "516259", 1, 0, 18), + (2660, "516259", 1, 0, 18), + (2661, "516259", 1, 0, 18), + (2662, "516259", 1, 0, 18), + (2663, "516259", 1, 0, 18), + (2664, "516233", 1, 0, 18), + (2665, "516233", 1, 0, 18), + (2666, "516217", 1, 0, 18), + (2667, "516217", 1, 0, 18), + (2668, "516217", 1, 0, 18), + (2669, "516217", 1, 0, 18), + (2670, "516217", 1, 0, 18), + (2671, "516217", 1, 0, 18), + (2672, "516217", 1, 0, 18), + (2673, "516217", 1, 0, 18), + (2674, "516217", 1, 0, 18), + (2675, "516217", 1, 0, 18), + (2676, "516503", 1, 0, 18), + (2677, "516502", 1, 0, 18), + (2678, "516503", 1, 0, 18), + (2679, "516502", 1, 0, 18), + (2680, "516503", 1, 0, 18), + (2681, "516503", 1, 0, 18), + (2682, "516503", 1, 0, 18), + (2683, "516502", 1, 0, 18), + (2684, "516503", 1, 0, 18), + (2685, "516503", 1, 0, 18), + (2686, "516503", 1, 0, 18), + (2687, "516203", 1, 0, 18), + (2688, "516203", 1, 0, 18), + (2689, "516203", 1, 0, 18), + (2690, "516126", 1, 0, 18), + (2691, "516126", 1, 0, 18), + (2692, "516126", 1, 0, 18), + (2693, "516126", 1, 0, 18), + (2694, "516152", 1, 0, 18), + (2695, "516152", 1, 0, 18), + (2696, "516152", 1, 0, 18), + (2697, "516270", 1, 0, 18), + (2698, "516270", 1, 0, 18), + (2699, "516270", 1, 0, 18), + (2700, "516270", 1, 0, 18), + (2701, "516150", 1, 0, 18), + (2702, "516150", 1, 0, 18), + (2703, "516150", 1, 0, 18), + (2704, "516150", 1, 0, 18), + (2705, "516150", 1, 0, 18), + (2706, "516150", 1, 0, 18), + (2707, "516150", 1, 0, 18), + (2708, "516150", 1, 0, 18), + (2709, "516150", 1, 0, 18), + (2710, "516150", 1, 0, 18), + (2711, "516150", 1, 0, 18), + (2712, "516150", 1, 0, 18), + (2713, "516504", 1, 0, 18), + (2714, "516504", 1, 0, 18), + (2715, "516203", 1, 0, 18), + (2716, "516203", 1, 0, 18), + (2717, "516203", 1, 0, 18), + (2718, "516203", 1, 0, 18), + (2719, "516203", 1, 0, 18), + (2720, "516203", 1, 0, 18), + (2721, "516203", 1, 0, 18), + (2722, "516101", 1, 0, 18), + (2723, "516101", 1, 0, 18), + (2724, "516101", 1, 0, 18), + (2725, "516101", 1, 0, 18), + (2726, "516101", 1, 0, 18), + (2727, "516101", 1, 0, 18), + (2728, "516101", 1, 0, 18), + (2729, "516101", 1, 0, 18), + (2730, "516101", 1, 0, 18), + (2731, "516101", 1, 0, 18), + (2732, "516101", 1, 0, 18), + (2733, "516101", 1, 0, 18), + (2734, "516101", 1, 0, 18), + (2735, "516101", 1, 0, 18), + (2736, "516101", 1, 0, 18), + (2737, "516257", 1, 0, 18), + (2738, "516257", 1, 0, 18), + (2739, "516257", 1, 0, 18), + (2740, "516257", 1, 0, 18), + (2741, "516227", 1, 0, 18), + (2742, "516501", 1, 0, 18), + (2743, "516501", 1, 0, 18), + (2744, "516501", 1, 0, 18), + (2745, "516162", 1, 0, 18), + (2746, "516162", 1, 0, 18), + (2747, "516162", 1, 0, 18), + (2748, "516162", 1, 0, 18), + (2749, "516162", 1, 0, 18), + (2750, "516162", 1, 0, 18), + (2751, "516162", 1, 0, 18), + (2752, "516214", 1, 0, 18), + (2753, "516214", 1, 0, 18), + (2754, "516214", 1, 0, 18), + (2755, "516214", 1, 0, 18), + (2756, "516214", 1, 0, 18), + (2757, "516214", 1, 0, 18), + (2758, "516214", 1, 0, 18), + (2759, "516214", 1, 0, 18), + (2760, "516214", 1, 0, 18), + (2761, "516104", 1, 0, 18), + (2762, "516104", 1, 0, 18), + (2763, "516104", 1, 0, 18), + (2764, "516104", 1, 0, 18), + (2765, "516104", 1, 0, 18), + (2766, "516104", 1, 0, 18), + (2767, "516104", 1, 0, 18), + (2768, "516163", 1, 0, 18), + (2769, "516163", 1, 0, 18), + (2770, "516163", 1, 0, 18), + (2771, "516004", 1, 0, 18), + (2772, "516267", 1, 0, 18), + (2773, "516267", 1, 0, 18), + (2774, "516267", 1, 0, 18), + (2775, "516267", 1, 0, 18), + (2776, "516504", 1, 0, 18), + (2777, "516504", 1, 0, 18), + (2778, "516504", 1, 0, 18), + (2779, "516504", 1, 0, 18), + (2780, "516504", 1, 0, 18), + (2781, "516504", 1, 0, 18), + (2782, "516504", 1, 0, 18), + (2783, "516504", 1, 0, 18), + (2784, "516504", 1, 0, 18), + (2785, "516504", 1, 0, 18), + (2786, "516108", 1, 0, 18), + (2787, "516108", 1, 0, 18), + (2788, "516108", 1, 0, 18), + (2789, "516108", 1, 0, 18), + (2790, "516108", 1, 0, 18), + (2791, "516108", 1, 0, 18), + (2792, "516108", 1, 0, 18), + (2793, "516108", 1, 0, 18), + (2794, "516110", 1, 0, 18), + (2795, "516110", 1, 0, 18), + (2796, "516110", 1, 0, 18), + (2797, "516110", 1, 0, 18), + (2798, "516110", 1, 0, 18), + (2799, "516127", 1, 0, 18), + (2800, "516127", 1, 0, 18), + (2801, "516108", 1, 0, 18), + (2802, "516127", 1, 0, 18), + (2803, "516127", 1, 0, 18), + (2804, "516127", 1, 0, 18), + (2805, "516193", 1, 0, 18), + (2806, "516193", 1, 0, 18), + (2807, "516193", 1, 0, 18), + (2808, "516193", 1, 0, 18), + (2809, "516193", 1, 0, 18), + (2810, "516193", 1, 0, 18), + (2811, "516193", 1, 0, 18), + (2812, "516193", 1, 0, 18), + (2813, "516193", 1, 0, 18), + (2814, "516193", 1, 0, 18), + (2815, "516193", 1, 0, 18), + (2816, "516193", 1, 0, 18), + (2817, "516193", 1, 0, 18), + (2818, "516193", 1, 0, 18), + (2819, "516193", 1, 0, 18), + (2820, "516193", 1, 0, 18), + (2821, "516193", 1, 0, 18), + (2822, "516107", 1, 0, 18), + (2823, "516107", 1, 0, 18), + (2824, "516215", 1, 0, 18), + (2825, "516215", 1, 0, 18), + (2826, "516215", 1, 0, 18), + (2827, "516215", 1, 0, 18), + (2828, "516215", 1, 0, 18), + (2829, "516215", 1, 0, 18), + (2830, "516215", 1, 0, 18), + (2831, "516215", 1, 0, 18), + (2832, "516215", 1, 0, 18), + (2833, "516215", 1, 0, 18), + (2834, "516215", 1, 0, 18), + (2835, "516215", 1, 0, 18), + (2836, "516215", 1, 0, 18), + (2837, "516002", 1, 0, 18), + (2838, "516002", 1, 0, 18), + (2839, "516002", 1, 0, 18), + (2840, "516002", 1, 0, 18), + (2841, "516002", 1, 0, 18), + (2842, "516003", 1, 0, 18), + (2843, "516002", 1, 0, 18), + (2844, "516002", 1, 0, 18), + (2845, "516002", 1, 0, 18), + (2846, "516002", 1, 0, 18), + (2847, "516237", 1, 0, 18), + (2848, "516237", 1, 0, 18), + (2849, "516237", 1, 0, 18), + (2850, "516237", 1, 0, 18), + (2851, "516151", 1, 0, 18), + (2852, "516151", 1, 0, 18), + (2853, "516151", 1, 0, 18), + (2854, "516151", 1, 0, 18), + (2855, "534426", 1, 0, 18), + (2856, "534456", 1, 0, 18), + (2857, "534311", 1, 0, 18), + (2858, "534437", 1, 0, 18), + (2859, "534456", 1, 0, 18), + (2860, "534456", 1, 0, 18), + (2861, "534456", 1, 0, 18), + (2862, "534456", 1, 0, 18), + (2863, "534456", 1, 0, 18), + (2864, "534456", 1, 0, 18), + (2865, "534456", 1, 0, 18), + (2866, "534455", 1, 0, 18), + (2867, "534455", 1, 0, 18), + (2868, "534455", 1, 0, 18), + (2869, "534455", 1, 0, 18), + (2870, "534455", 1, 0, 18), + (2871, "534455", 1, 0, 18), + (2872, "534455", 1, 0, 18), + (2873, "534455", 1, 0, 18), + (2874, "534455", 1, 0, 18), + (2875, "534455", 1, 0, 18), + (2876, "534455", 1, 0, 18), + (2877, "534455", 1, 0, 18), + (2878, "534455", 1, 0, 18), + (2879, "534455", 1, 0, 18), + (2880, "534455", 1, 0, 18), + (2881, "534455", 1, 0, 18), + (2882, "534455", 1, 0, 18), + (2883, "534449", 1, 0, 18), + (2884, "534449", 1, 0, 18), + (2885, "534449", 1, 0, 18), + (2886, "534449", 1, 0, 18), + (2887, "534311", 1, 0, 18), + (2888, "534311", 1, 0, 18), + (2889, "534311", 1, 0, 18), + (2890, "534311", 1, 0, 18), + (2891, "534311", 1, 0, 18), + (2892, "534311", 1, 0, 18), + (2893, "534311", 1, 0, 18), + (2894, "534311", 1, 0, 18), + (2895, "534312", 1, 0, 18), + (2896, "534312", 1, 0, 18), + (2897, "534312", 1, 0, 18), + (2898, "534312", 1, 0, 18), + (2899, "534312", 1, 0, 18), + (2900, "534312", 1, 0, 18), + (2901, "534312", 1, 0, 18), + (2902, "534312", 1, 0, 18), + (2903, "534312", 1, 0, 18), + (2904, "534312", 1, 0, 18), + (2905, "534312", 1, 0, 18), + (2906, "534312", 1, 0, 18), + (2907, "534312", 1, 0, 18), + (2908, "534312", 1, 0, 18), + (2909, "534312", 1, 0, 18), + (2910, "534312", 1, 0, 18), + (2911, "534451", 1, 0, 18), + (2912, "534451", 1, 0, 18), + (2913, "534451", 1, 0, 18), + (2914, "534451", 1, 0, 18), + (2915, "534451", 1, 0, 18), + (2916, "534451", 1, 0, 18), + (2917, "534451", 1, 0, 18), + (2918, "534475", 1, 0, 18), + (2919, "534004", 1, 0, 18), + (2920, "534004", 1, 0, 18), + (2921, "534004", 1, 0, 18), + (2922, "534004", 1, 0, 18), + (2923, "534004", 1, 0, 18), + (2924, "534437", 1, 0, 18), + (2925, "534437", 1, 0, 18), + (2926, "534437", 1, 0, 18), + (2927, "534437", 1, 0, 18), + (2928, "534437", 1, 0, 18), + (2929, "534437", 1, 0, 18), + (2930, "534437", 1, 0, 18), + (2931, "534437", 1, 0, 18), + (2932, "534437", 1, 0, 18), + (2933, "534003", 1, 0, 18), + (2934, "534003", 1, 0, 18), + (2935, "534003", 1, 0, 18), + (2936, "534003", 1, 0, 18), + (2937, "534002", 1, 0, 18), + (2938, "534002", 1, 0, 18), + (2939, "534002", 1, 0, 18), + (2940, "534002", 1, 0, 18), + (2941, "534002", 1, 0, 18), + (2942, "534002", 1, 0, 18), + (2943, "534475", 1, 0, 18), + (2944, "534475", 1, 0, 18), + (2945, "534475", 1, 0, 18), + (2946, "534475", 1, 0, 18), + (2947, "534432", 1, 0, 18), + (2948, "534432", 1, 0, 18), + (2949, "534432", 1, 0, 18), + (2950, "534002", 1, 0, 18), + (2951, "534450", 1, 0, 18), + (2952, "534450", 1, 0, 18), + (2953, "534450", 1, 0, 18), + (2954, "534435", 1, 0, 18), + (2955, "534435", 1, 0, 18), + (2956, "534427", 1, 0, 18), + (2957, "534427", 1, 0, 18), + (2958, "534427", 1, 0, 18), + (2959, "534427", 1, 0, 18), + (2960, "534007", 1, 0, 18), + (2961, "534007", 1, 0, 18), + (2962, "534007", 1, 0, 18), + (2963, "534442", 1, 0, 18), + (2964, "534442", 1, 0, 18), + (2965, "534460", 1, 0, 18), + (2966, "534460", 1, 0, 18), + (2967, "534460", 1, 0, 18), + (2968, "534460", 1, 0, 18), + (2969, "534460", 1, 0, 18), + (2970, "534426", 1, 0, 18), + (2971, "534426", 1, 0, 18), + (2972, "534426", 1, 0, 18), + (2973, "534426", 1, 0, 18), + (2974, "534426", 1, 0, 18), + (2975, "534426", 1, 0, 18), + (2976, "534426", 1, 0, 18), + (2977, "534426", 1, 0, 18), + (2978, "534416", 1, 0, 18), + (2979, "534401", 1, 0, 18), + (2980, "534401", 1, 0, 18), + (2981, "534401", 1, 0, 18), + (2982, "534401", 1, 0, 18), + (2983, "534450", 1, 0, 18), + (2984, "534452", 1, 0, 18), + (2985, "534452", 1, 0, 18), + (2986, "534450", 1, 0, 18), + (2987, "534452", 1, 0, 18), + (2988, "534452", 1, 0, 18), + (2989, "534452", 1, 0, 18), + (2990, "534450", 1, 0, 18), + (2991, "534448", 1, 0, 18), + (2992, "534448", 1, 0, 18), + (2993, "534448", 1, 0, 18), + (2994, "534448", 1, 0, 18), + (2995, "534448", 1, 0, 18), + (2996, "534448", 1, 0, 18), + (2997, "534448", 1, 0, 18), + (2998, "534448", 1, 0, 18), + (2999, "534448", 1, 0, 18), + (3000, "534448", 1, 0, 18), + (3001, "534448", 1, 0, 18), + (3002, "534448", 1, 0, 18), + (3003, "534448", 1, 0, 18), + (3004, "534456", 1, 0, 18), + (3005, "534456", 1, 0, 18), + (3006, "534456", 1, 0, 18), + (3007, "534456", 1, 0, 18), + (3008, "534456", 1, 0, 18), + (3009, "534460", 1, 0, 18), + (3010, "534460", 1, 0, 18), + (3011, "534460", 1, 0, 18), + (3012, "534460", 1, 0, 18), + (3013, "534460", 1, 0, 18), + (3014, "534460", 1, 0, 18), + (3015, "534460", 1, 0, 18), + (3016, "534460", 1, 0, 18), + (3017, "534462", 1, 0, 18), + (3018, "534462", 1, 0, 18), + (3019, "534462", 1, 0, 18), + (3020, "534462", 1, 0, 18), + (3021, "534462", 1, 0, 18), + (3022, "534462", 1, 0, 18), + (3023, "534462", 1, 0, 18), + (3024, "534461", 1, 0, 18), + (3025, "534461", 1, 0, 18), + (3026, "534461", 1, 0, 18), + (3027, "534461", 1, 0, 18), + (3028, "534461", 1, 0, 18), + (3029, "534461", 1, 0, 18), + (3030, "534467", 1, 0, 18), + (3031, "534467", 1, 0, 18), + (3032, "534467", 1, 0, 18), + (3033, "534425", 1, 0, 18), + (3034, "534425", 1, 0, 18), + (3035, "534425", 1, 0, 18), + (3036, "534425", 1, 0, 18), + (3037, "534425", 1, 0, 18), + (3038, "534425", 1, 0, 18), + (3039, "534425", 1, 0, 18), + (3040, "534406", 1, 0, 18), + (3041, "534406", 1, 0, 18), + (3042, "534406", 1, 0, 18), + (3043, "534406", 1, 0, 18), + (3044, "534406", 1, 0, 18), + (3045, "521343", 1, 0, 18), + (3046, "521322", 1, 0, 18), + (3047, "521325", 1, 0, 18), + (3048, "521340", 1, 0, 18), + (3049, "521111", 1, 0, 18), + (3050, "521213", 1, 0, 18), + (3051, "521312", 1, 0, 18), + (3052, "521312", 1, 0, 18), + (3053, "521312", 1, 0, 18), + (3054, "521312", 1, 0, 18), + (3055, "521312", 1, 0, 18), + (3056, "521312", 1, 0, 18), + (3057, "521321", 1, 0, 18), + (3058, "521321", 1, 0, 18), + (3059, "521321", 1, 0, 18), + (3060, "521321", 1, 0, 18), + (3061, "521321", 1, 0, 18), + (3062, "521321", 1, 0, 18), + (3063, "521333", 1, 0, 18), + (3064, "521333", 1, 0, 18), + (3065, "521333", 1, 0, 18), + (3066, "521333", 1, 0, 18), + (3067, "521333", 1, 0, 18), + (3068, "521333", 1, 0, 18), + (3069, "521333", 1, 0, 18), + (3070, "521333", 1, 0, 18), + (3071, "521333", 1, 0, 18), + (3072, "521333", 1, 0, 18), + (3073, "521344", 1, 0, 18), + (3074, "521344", 1, 0, 18), + (3075, "521344", 1, 0, 18), + (3076, "521344", 1, 0, 18), + (3077, "521344", 1, 0, 18), + (3078, "521344", 1, 0, 18), + (3079, "521344", 1, 0, 18), + (3080, "521344", 1, 0, 18), + (3081, "521344", 1, 0, 18), + (3082, "521343", 1, 0, 18), + (3083, "521343", 1, 0, 18), + (3084, "521343", 1, 0, 18), + (3085, "521343", 1, 0, 18), + (3086, "521343", 1, 0, 18), + (3087, "521330", 1, 0, 18), + (3088, "521330", 1, 0, 18), + (3089, "521330", 1, 0, 18), + (3090, "521330", 1, 0, 18), + (3091, "521324", 1, 0, 18), + (3092, "521324", 1, 0, 18), + (3093, "521324", 1, 0, 18), + (3094, "521324", 1, 0, 18), + (3095, "521324", 1, 0, 18), + (3096, "521324", 1, 0, 18), + (3097, "521324", 1, 0, 18), + (3098, "521324", 1, 0, 18), + (3099, "521324", 1, 0, 18), + (3100, "521324", 1, 0, 18), + (3101, "521324", 1, 0, 18), + (3102, "521324", 1, 0, 18), + (3103, "521324", 1, 0, 18), + (3104, "521324", 1, 0, 18), + (3105, "521324", 1, 0, 18), + (3106, "521324", 1, 0, 18), + (3107, "521148", 1, 0, 18), + (3108, "521148", 1, 0, 18), + (3109, "521322", 1, 0, 18), + (3110, "521322", 1, 0, 18), + (3111, "521322", 1, 0, 18), + (3112, "521321", 1, 0, 18), + (3113, "521321", 1, 0, 18), + (3114, "521321", 1, 0, 18), + (3115, "521321", 1, 0, 18), + (3116, "521343", 1, 0, 18), + (3117, "521345", 1, 0, 18), + (3118, "521345", 1, 0, 18), + (3119, "521345", 1, 0, 18), + (3120, "521345", 1, 0, 18), + (3121, "521345", 1, 0, 18), + (3122, "521345", 1, 0, 18), + (3123, "521345", 1, 0, 18), + (3124, "521345", 1, 0, 18), + (3125, "521345", 1, 0, 18), + (3126, "521345", 1, 0, 18), + (3127, "521260", 1, 0, 18), + (3128, "521260", 1, 0, 18), + (3129, "521260", 1, 0, 18), + (3130, "521260", 1, 0, 18), + (3131, "521260", 1, 0, 18), + (3132, "521323", 1, 0, 18), + (3133, "521323", 1, 0, 18), + (3134, "521323", 1, 0, 18), + (3135, "521323", 1, 0, 18), + (3136, "521325", 1, 0, 18), + (3137, "521325", 1, 0, 18), + (3138, "521325", 1, 0, 18), + (3139, "521325", 1, 0, 18), + (3140, "521325", 1, 0, 18), + (3141, "521325", 1, 0, 18), + (3142, "521325", 1, 0, 18), + (3143, "521325", 1, 0, 18), + (3144, "521325", 1, 0, 18), + (3145, "521325", 1, 0, 18), + (3146, "521325", 1, 0, 18), + (3147, "521325", 1, 0, 18), + (3148, "521261", 1, 0, 18), + (3149, "521261", 1, 0, 18), + (3150, "521390", 1, 0, 18), + (3151, "521329", 1, 0, 18), + (3152, "521329", 1, 0, 18), + (3153, "521329", 1, 0, 18), + (3154, "521329", 1, 0, 18), + (3155, "521329", 1, 0, 18), + (3156, "521329", 1, 0, 18), + (3157, "521329", 1, 0, 18), + (3158, "521329", 1, 0, 18), + (3159, "521329", 1, 0, 18), + (3160, "521329", 1, 0, 18), + (3161, "521340", 1, 0, 18), + (3162, "521340", 1, 0, 18), + (3163, "521340", 1, 0, 18), + (3164, "521340", 1, 0, 18), + (3165, "521340", 1, 0, 18), + (3166, "521340", 1, 0, 18), + (3167, "521340", 1, 0, 18), + (3168, "521301", 1, 0, 18), + (3169, "521326", 1, 0, 18), + (3170, "521326", 1, 0, 18), + (3171, "521326", 1, 0, 18), + (3172, "521326", 1, 0, 18), + (3173, "521326", 1, 0, 18), + (3174, "521327", 1, 0, 18), + (3175, "521327", 1, 0, 18), + (3176, "521327", 1, 0, 18), + (3177, "521327", 1, 0, 18), + (3178, "521327", 1, 0, 18), + (3179, "521327", 1, 0, 18), + (3180, "521263", 1, 0, 18), + (3181, "521263", 1, 0, 18), + (3182, "521263", 1, 0, 18), + (3183, "521263", 1, 0, 18), + (3184, "521202", 1, 0, 18), + (3185, "521202", 1, 0, 18), + (3186, "521111", 1, 0, 18), + (3187, "521202", 1, 0, 18), + (3188, "521202", 1, 0, 18), + (3189, "521111", 1, 0, 18), + (3190, "521207", 1, 0, 18), + (3191, "521207", 1, 0, 18), + (3192, "521207", 1, 0, 18), + (3193, "521202", 1, 0, 18), + (3194, "521202", 1, 0, 18), + (3195, "521111", 1, 0, 18), + (3196, "521111", 1, 0, 18), + (3197, "521111", 1, 0, 18), + (3198, "521111", 1, 0, 18), + (3199, "521111", 1, 0, 18), + (3200, "521111", 1, 0, 18), + (3201, "521105", 1, 0, 18), + (3202, "521105", 1, 0, 18), + (3203, "521105", 1, 0, 18), + (3204, "521105", 1, 0, 18), + (3205, "521105", 1, 0, 18), + (3206, "521105", 1, 0, 18), + (3207, "521105", 1, 0, 18), + (3208, "521105", 1, 0, 18), + (3209, "521311", 1, 0, 18), + (3210, "521311", 1, 0, 18), + (3211, "521311", 1, 0, 18), + (3212, "521106", 1, 0, 18), + (3213, "521106", 1, 0, 18), + (3214, "521106", 1, 0, 18), + (3215, "521106", 1, 0, 18), + (3216, "521106", 1, 0, 18), + (3217, "521106", 1, 0, 18), + (3218, "521106", 1, 0, 18), + (3219, "521207", 1, 0, 18), + (3220, "521207", 1, 0, 18), + (3221, "521207", 1, 0, 18), + (3222, "521207", 1, 0, 18), + (3223, "521207", 1, 0, 18), + (3224, "521207", 1, 0, 18), + (3225, "521213", 1, 0, 18), + (3226, "521213", 1, 0, 18), + (3227, "521213", 1, 0, 18), + (3228, "521213", 1, 0, 18), + (3229, "521213", 1, 0, 18), + (3230, "521213", 1, 0, 18), + (3231, "521213", 1, 0, 18), + (3232, "521213", 1, 0, 18), + (3233, "521213", 1, 0, 18), + (3234, "521213", 1, 0, 18), + (3235, "521213", 1, 0, 18), + (3236, "521214", 1, 0, 18), + (3237, "521214", 1, 0, 18), + (3238, "521214", 1, 0, 18), + (3239, "521214", 1, 0, 18), + (3240, "521214", 1, 0, 18), + (3241, "521214", 1, 0, 18), + (3242, "521214", 1, 0, 18), + (3243, "521214", 1, 0, 18), + (3244, "521214", 1, 0, 18), + (3245, "521214", 1, 0, 18), + (3246, "521215", 1, 0, 18), + (3247, "521215", 1, 0, 18), + (3248, "521333", 1, 0, 18), + (3249, "521215", 1, 0, 18), + (3250, "521215", 1, 0, 18), + (3251, "521215", 1, 0, 18), + (3252, "521215", 1, 0, 18), + (3253, "521215", 1, 0, 18), + (3254, "521215", 1, 0, 18), + (3255, "521215", 1, 0, 18), + (3256, "521215", 1, 0, 18), + (3257, "524415", 1, 0, 18), + (3258, "524132", 1, 0, 18), + (3259, "524132", 1, 0, 18), + (3260, "524132", 1, 0, 18), + (3261, "524132", 1, 0, 18), + (3262, "524132", 1, 0, 18), + (3263, "524132", 1, 0, 18), + (3264, "524132", 1, 0, 18), + (3265, "524132", 1, 0, 18), + (3266, "524132", 1, 0, 18), + (3267, "524132", 1, 0, 18), + (3268, "524132", 1, 0, 18), + (3269, "524132", 1, 0, 18), + (3270, "524132", 1, 0, 18), + (3271, "524132", 1, 0, 18), + (3272, "524132", 1, 0, 18), + (3273, "524413", 1, 0, 18), + (3274, "524413", 1, 0, 18), + (3275, "524413", 1, 0, 18), + (3276, "524413", 1, 0, 18), + (3277, "524404", 1, 0, 18), + (3278, "524404", 1, 0, 18), + (3279, "524404", 1, 0, 18), + (3280, "524404", 1, 0, 18), + (3281, "524404", 1, 0, 18), + (3282, "524404", 1, 0, 18), + (3283, "524404", 1, 0, 18), + (3284, "524404", 1, 0, 18), + (3285, "524404", 1, 0, 18), + (3286, "524404", 1, 0, 18), + (3287, "524406", 1, 0, 18), + (3288, "524406", 1, 0, 18), + (3289, "524406", 1, 0, 18), + (3290, "524402", 1, 0, 18), + (3291, "524405", 1, 0, 18), + (3292, "524320", 1, 0, 18), + (3293, "524421", 1, 0, 18), + (3294, "524121", 1, 0, 18), + (3295, "524414", 1, 0, 18), + (3296, "524309", 1, 0, 18), + (3297, "524309", 1, 0, 18), + (3298, "524309", 1, 0, 18), + (3299, "524309", 1, 0, 18), + (3300, "524309", 1, 0, 18), + (3301, "524309", 1, 0, 18), + (3302, "524345", 1, 0, 18), + (3303, "524345", 1, 0, 18), + (3304, "524345", 1, 0, 18), + (3305, "524345", 1, 0, 18), + (3306, "524345", 1, 0, 18), + (3307, "524345", 1, 0, 18), + (3308, "524408", 1, 0, 18), + (3309, "524408", 1, 0, 18), + (3310, "524408", 1, 0, 18), + (3311, "524408", 1, 0, 18), + (3312, "524408", 1, 0, 18), + (3313, "524408", 1, 0, 18), + (3314, "524408", 1, 0, 18), + (3315, "524408", 1, 0, 18), + (3316, "524408", 1, 0, 18), + (3317, "524309", 1, 0, 18), + (3318, "524309", 1, 0, 18), + (3319, "524309", 1, 0, 18), + (3320, "524309", 1, 0, 18), + (3321, "524309", 1, 0, 18), + (3322, "524414", 1, 0, 18), + (3323, "524414", 1, 0, 18), + (3324, "524414", 1, 0, 18), + (3325, "524414", 1, 0, 18), + (3326, "524409", 1, 0, 18), + (3327, "524409", 1, 0, 18), + (3328, "524409", 1, 0, 18), + (3329, "524409", 1, 0, 18), + (3330, "524409", 1, 0, 18), + (3331, "524409", 1, 0, 18), + (3332, "524409", 1, 0, 18), + (3333, "524409", 1, 0, 18), + (3334, "524343", 1, 0, 18), + (3335, "524343", 1, 0, 18), + (3336, "524343", 1, 0, 18), + (3337, "524343", 1, 0, 18), + (3338, "524343", 1, 0, 18), + (3339, "524343", 1, 0, 18), + (3340, "524343", 1, 0, 18), + (3341, "524343", 1, 0, 18), + (3342, "524343", 1, 0, 18), + (3343, "524343", 1, 0, 18), + (3344, "524343", 1, 0, 18), + (3345, "524343", 1, 0, 18), + (3346, "524343", 1, 0, 18), + (3347, "524345", 1, 0, 18), + (3348, "524345", 1, 0, 18), + (3349, "524345", 1, 0, 18), + (3350, "524345", 1, 0, 18), + (3351, "524345", 1, 0, 18), + (3352, "524345", 1, 0, 18), + (3353, "524345", 1, 0, 18), + (3354, "524345", 1, 0, 18), + (3355, "524134", 1, 0, 18), + (3356, "524134", 1, 0, 18), + (3357, "524134", 1, 0, 18), + (3358, "524134", 1, 0, 18), + (3359, "524134", 1, 0, 18), + (3360, "524134", 1, 0, 18), + (3361, "524134", 1, 0, 18), + (3362, "524134", 1, 0, 18), + (3363, "524410", 1, 0, 18), + (3364, "524410", 1, 0, 18), + (3365, "524410", 1, 0, 18), + (3366, "524410", 1, 0, 18), + (3367, "524410", 1, 0, 18), + (3368, "524411", 1, 0, 18), + (3369, "524411", 1, 0, 18), + (3370, "524411", 1, 0, 18), + (3371, "524411", 1, 0, 18), + (3372, "524411", 1, 0, 18), + (3373, "524411", 1, 0, 18), + (3374, "524415", 1, 0, 18), + (3375, "524415", 1, 0, 18), + (3376, "524415", 1, 0, 18), + (3377, "524415", 1, 0, 18), + (3378, "524415", 1, 0, 18), + (3379, "524413", 1, 0, 18), + (3380, "524402", 1, 0, 18), + (3381, "524402", 1, 0, 18), + (3382, "524402", 1, 0, 18), + (3383, "524402", 1, 0, 18), + (3384, "524402", 1, 0, 18), + (3385, "524402", 1, 0, 18), + (3386, "524402", 1, 0, 18), + (3387, "524402", 1, 0, 18), + (3388, "524131", 1, 0, 18), + (3389, "524131", 1, 0, 18), + (3390, "524101", 1, 0, 18), + (3391, "524406", 1, 0, 18), + (3392, "524131", 1, 0, 18), + (3393, "524131", 1, 0, 18), + (3394, "524406", 1, 0, 18), + (3395, "524412", 1, 0, 18), + (3396, "524412", 1, 0, 18), + (3397, "524412", 1, 0, 18), + (3398, "524412", 1, 0, 18), + (3399, "524412", 1, 0, 18), + (3400, "524412", 1, 0, 18), + (3401, "524412", 1, 0, 18), + (3402, "524412", 1, 0, 18), + (3403, "524412", 1, 0, 18), + (3404, "524131", 1, 0, 18), + (3405, "524131", 1, 0, 18), + (3406, "524131", 1, 0, 18), + (3407, "524131", 1, 0, 18), + (3408, "524131", 1, 0, 18), + (3409, "524131", 1, 0, 18), + (3410, "524131", 1, 0, 18), + (3411, "524131", 1, 0, 18), + (3412, "524131", 1, 0, 18), + (3413, "524405", 1, 0, 18), + (3414, "524405", 1, 0, 18), + (3415, "524405", 1, 0, 18), + (3416, "524405", 1, 0, 18), + (3417, "524405", 1, 0, 18), + (3418, "524405", 1, 0, 18), + (3419, "524405", 1, 0, 18), + (3420, "524405", 1, 0, 18), + (3421, "524405", 1, 0, 18), + (3422, "524405", 1, 0, 18), + (3423, "524405", 1, 0, 18), + (3424, "524405", 1, 0, 18), + (3425, "524323", 1, 0, 18), + (3426, "524323", 1, 0, 18), + (3427, "524323", 1, 0, 18), + (3428, "524323", 1, 0, 18), + (3429, "524323", 1, 0, 18), + (3430, "524323", 1, 0, 18), + (3431, "524323", 1, 0, 18), + (3432, "524321", 1, 0, 18), + (3433, "524321", 1, 0, 18), + (3434, "524321", 1, 0, 18), + (3435, "524321", 1, 0, 18), + (3436, "524321", 1, 0, 18), + (3437, "524321", 1, 0, 18), + (3438, "524407", 1, 0, 18), + (3439, "524407", 1, 0, 18), + (3440, "524407", 1, 0, 18), + (3441, "524407", 1, 0, 18), + (3442, "524407", 1, 0, 18), + (3443, "524407", 1, 0, 18), + (3444, "524407", 1, 0, 18), + (3445, "524407", 1, 0, 18), + (3446, "524407", 1, 0, 18), + (3447, "524407", 1, 0, 18), + (3448, "524407", 1, 0, 18), + (3449, "524407", 1, 0, 18), + (3450, "524407", 1, 0, 18), + (3451, "524407", 1, 0, 18), + (3452, "524407", 1, 0, 18), + (3453, "524320", 1, 0, 18), + (3454, "524320", 1, 0, 18), + (3455, "524320", 1, 0, 18), + (3456, "524320", 1, 0, 18), + (3457, "524320", 1, 0, 18), + (3458, "524320", 1, 0, 18), + (3459, "524320", 1, 0, 18), + (3460, "524123", 1, 0, 18), + (3461, "524123", 1, 0, 18), + (3462, "524123", 1, 0, 18), + (3463, "524123", 1, 0, 18), + (3464, "524123", 1, 0, 18), + (3465, "524123", 1, 0, 18), + (3466, "524123", 1, 0, 18), + (3467, "524123", 1, 0, 18), + (3468, "524123", 1, 0, 18), + (3469, "524403", 1, 0, 18), + (3470, "524403", 1, 0, 18), + (3471, "524403", 1, 0, 18), + (3472, "524403", 1, 0, 18), + (3473, "524403", 1, 0, 18), + (3474, "524403", 1, 0, 18), + (3475, "524403", 1, 0, 18), + (3476, "524403", 1, 0, 18), + (3477, "524403", 1, 0, 18), + (3478, "524403", 1, 0, 18), + (3479, "524421", 1, 0, 18), + (3480, "524421", 1, 0, 18), + (3481, "524421", 1, 0, 18), + (3482, "524421", 1, 0, 18), + (3483, "524421", 1, 0, 18), + (3484, "524421", 1, 0, 18), + (3485, "524421", 1, 0, 18), + (3486, "524421", 1, 0, 18), + (3487, "524421", 1, 0, 18), + (3488, "524126", 1, 0, 18), + (3489, "524126", 1, 0, 18), + (3490, "524126", 1, 0, 18), + (3491, "524126", 1, 0, 18), + (3492, "524126", 1, 0, 18), + (3493, "524126", 1, 0, 18), + (3494, "524126", 1, 0, 18), + (3495, "524126", 1, 0, 18), + (3496, "524126", 1, 0, 18), + (3497, "524126", 1, 0, 18), + (3498, "524126", 1, 0, 18), + (3499, "524126", 1, 0, 18), + (3500, "524126", 1, 0, 18), + (3501, "524129", 1, 0, 18), + (3502, "524129", 1, 0, 18), + (3503, "524129", 1, 0, 18), + (3504, "524129", 1, 0, 18), + (3505, "524129", 1, 0, 18), + (3506, "524129", 1, 0, 18), + (3507, "524121", 1, 0, 18), + (3508, "524124", 1, 0, 18), + (3509, "524124", 1, 0, 18), + (3510, "524124", 1, 0, 18), + (3511, "524121", 1, 0, 18), + (3512, "524121", 1, 0, 18), + (3513, "524121", 1, 0, 18), + (3514, "524121", 1, 0, 18), + (3515, "524121", 1, 0, 18), + (3516, "524121", 1, 0, 18), + (3517, "524121", 1, 0, 18), + (3518, "524121", 1, 0, 18), + (3519, "524121", 1, 0, 18), + (3520, "524121", 1, 0, 18), + (3521, "524401", 1, 0, 18), + (3522, "524401", 1, 0, 18), + (3523, "524401", 1, 0, 18), + (3524, "524127", 1, 0, 18), + (3525, "524127", 1, 0, 18), + (3526, "524127", 1, 0, 18), + (3527, "524127", 1, 0, 18), + (3528, "524127", 1, 0, 18), + (3529, "524127", 1, 0, 18), + (3530, "524127", 1, 0, 18), + (3531, "524127", 1, 0, 18), + (3532, "524127", 1, 0, 18), + (3533, "524341", 1, 0, 18), + (3534, "524341", 1, 0, 18), + (3535, "524341", 1, 0, 18), + (3536, "524341", 1, 0, 18), + (3537, "524341", 1, 0, 18), + (3538, "524341", 1, 0, 18), + (3539, "524341", 1, 0, 18), + (3540, "524341", 1, 0, 18), + (3541, "524341", 1, 0, 18), + (3542, "524341", 1, 0, 18), + (3543, "524342", 1, 0, 18), + (3544, "524342", 1, 0, 18), + (3545, "524414", 1, 0, 18), + (3546, "524414", 1, 0, 18), + (3547, "524414", 1, 0, 18), + (3548, "515871", 1, 0, 18), + (3549, "515865", 1, 0, 18), + (3550, "515865", 1, 0, 18), + (3551, "515832", 1, 0, 18), + (3552, "515822", 1, 0, 18), + (3553, "515822", 1, 0, 18), + (3554, "515401", 1, 0, 18), + (3555, "515401", 1, 0, 18), + (3556, "515401", 1, 0, 18), + (3557, "515401", 1, 0, 18), + (3558, "515401", 1, 0, 18), + (3559, "515401", 1, 0, 18), + (3560, "515401", 1, 0, 18), + (3561, "515401", 1, 0, 18), + (3562, "515401", 1, 0, 18), + (3563, "515401", 1, 0, 18), + (3564, "515402", 1, 0, 18), + (3565, "515402", 1, 0, 18), + (3566, "515402", 1, 0, 18), + (3567, "515863", 1, 0, 18), + (3568, "515863", 1, 0, 18), + (3569, "515863", 1, 0, 18), + (3570, "515863", 1, 0, 18), + (3571, "515863", 1, 0, 18), + (3572, "515863", 1, 0, 18), + (3573, "515863", 1, 0, 18), + (3574, "515863", 1, 0, 18), + (3575, "515774", 1, 0, 18), + (3576, "515774", 1, 0, 18), + (3577, "515774", 1, 0, 18), + (3578, "515871", 1, 0, 18), + (3579, "515871", 1, 0, 18), + (3580, "515871", 1, 0, 18), + (3581, "515865", 1, 0, 18), + (3582, "515865", 1, 0, 18), + (3583, "515865", 1, 0, 18), + (3584, "515865", 1, 0, 18), + (3585, "515865", 1, 0, 18), + (3586, "515865", 1, 0, 18), + (3587, "515865", 1, 0, 18), + (3588, "515865", 1, 0, 18), + (3589, "515865", 1, 0, 18), + (3590, "515865", 1, 0, 18), + (3591, "515865", 1, 0, 18), + (3592, "515455", 1, 0, 18), + (3593, "515455", 1, 0, 18), + (3594, "515455", 1, 0, 18), + (3595, "515455", 1, 0, 18), + (3596, "515455", 1, 0, 18), + (3597, "515803", 1, 0, 18), + (3598, "515803", 1, 0, 18), + (3599, "515775", 1, 0, 18), + (3600, "515775", 1, 0, 18), + (3601, "515775", 1, 0, 18), + (3602, "515775", 1, 0, 18), + (3603, "515775", 1, 0, 18), + (3604, "515775", 1, 0, 18), + (3605, "515775", 1, 0, 18), + (3606, "515775", 1, 0, 18), + (3607, "515775", 1, 0, 18), + (3608, "515775", 1, 0, 18), + (3609, "515775", 1, 0, 18), + (3610, "515405", 1, 0, 18), + (3611, "515405", 1, 0, 18), + (3612, "515405", 1, 0, 18), + (3613, "515405", 1, 0, 18), + (3614, "515405", 1, 0, 18), + (3615, "515405", 1, 0, 18), + (3616, "515405", 1, 0, 18), + (3617, "515405", 1, 0, 18), + (3618, "515405", 1, 0, 18), + (3619, "515865", 1, 0, 18), + (3620, "515871", 1, 0, 18), + (3621, "515871", 1, 0, 18), + (3622, "515871", 1, 0, 18), + (3623, "515871", 1, 0, 18), + (3624, "515871", 1, 0, 18), + (3625, "515871", 1, 0, 18), + (3626, "515871", 1, 0, 18), + (3627, "515871", 1, 0, 18), + (3628, "515871", 1, 0, 18), + (3629, "515871", 1, 0, 18), + (3630, "515871", 1, 0, 18), + (3631, "515871", 1, 0, 18), + (3632, "515871", 1, 0, 18), + (3633, "515871", 1, 0, 18), + (3634, "515871", 1, 0, 18), + (3635, "515842", 1, 0, 18), + (3636, "515842", 1, 0, 18), + (3637, "515842", 1, 0, 18), + (3638, "515842", 1, 0, 18), + (3639, "515842", 1, 0, 18), + (3640, "515842", 1, 0, 18), + (3641, "515842", 1, 0, 18), + (3642, "515842", 1, 0, 18), + (3643, "515842", 1, 0, 18), + (3644, "515812", 1, 0, 18), + (3645, "515803", 1, 0, 18), + (3646, "515803", 1, 0, 18), + (3647, "515803", 1, 0, 18), + (3648, "515803", 1, 0, 18), + (3649, "515865", 1, 0, 18), + (3650, "515865", 1, 0, 18), + (3651, "515865", 1, 0, 18), + (3652, "515865", 1, 0, 18), + (3653, "515865", 1, 0, 18), + (3654, "515865", 1, 0, 18), + (3655, "515455", 1, 0, 18), + (3656, "515455", 1, 0, 18), + (3657, "515455", 1, 0, 18), + (3658, "515455", 1, 0, 18), + (3659, "515611", 1, 0, 18), + (3660, "515611", 1, 0, 18), + (3661, "515611", 1, 0, 18), + (3662, "515611", 1, 0, 18), + (3663, "515611", 1, 0, 18), + (3664, "515611", 1, 0, 18), + (3665, "515867", 1, 0, 18), + (3666, "515867", 1, 0, 18), + (3667, "515867", 1, 0, 18), + (3668, "515867", 1, 0, 18), + (3669, "515867", 1, 0, 18), + (3670, "515867", 1, 0, 18), + (3671, "515867", 1, 0, 18), + (3672, "515867", 1, 0, 18), + (3673, "515867", 1, 0, 18), + (3674, "515867", 1, 0, 18), + (3675, "515812", 1, 0, 18), + (3676, "515812", 1, 0, 18), + (3677, "515812", 1, 0, 18), + (3678, "515812", 1, 0, 18), + (3679, "515812", 1, 0, 18), + (3680, "515812", 1, 0, 18), + (3681, "515812", 1, 0, 18), + (3682, "515812", 1, 0, 18), + (3683, "515812", 1, 0, 18), + (3684, "515812", 1, 0, 18), + (3685, "515812", 1, 0, 18), + (3686, "515812", 1, 0, 18), + (3687, "515812", 1, 0, 18), + (3688, "515812", 1, 0, 18), + (3689, "515812", 1, 0, 18), + (3690, "515812", 1, 0, 18), + (3691, "515832", 1, 0, 18), + (3692, "515832", 1, 0, 18), + (3693, "515832", 1, 0, 18), + (3694, "515832", 1, 0, 18), + (3695, "515832", 1, 0, 18), + (3696, "515832", 1, 0, 18), + (3697, "515832", 1, 0, 18), + (3698, "515832", 1, 0, 18), + (3699, "515870", 1, 0, 18), + (3700, "515870", 1, 0, 18), + (3701, "515870", 1, 0, 18), + (3702, "515870", 1, 0, 18), + (3703, "515870", 1, 0, 18), + (3704, "515870", 1, 0, 18), + (3705, "515870", 1, 0, 18), + (3706, "515408", 1, 0, 18), + (3707, "515408", 1, 0, 18), + (3708, "515408", 1, 0, 18), + (3709, "515408", 1, 0, 18), + (3710, "515408", 1, 0, 18), + (3711, "515408", 1, 0, 18), + (3712, "515408", 1, 0, 18), + (3713, "515408", 1, 0, 18), + (3714, "515408", 1, 0, 18), + (3715, "515408", 1, 0, 18), + (3716, "515408", 1, 0, 18), + (3717, "522502", 1, 0, 18), + (3718, "522017", 1, 0, 18), + (3719, "522305", 1, 0, 18), + (3720, "522112", 1, 0, 18), + (3721, "522112", 1, 0, 18), + (3722, "522112", 1, 0, 18), + (3723, "522235", 1, 0, 18), + (3724, "522235", 1, 0, 18), + (3725, "522235", 1, 0, 18), + (3726, "522235", 1, 0, 18), + (3727, "522235", 1, 0, 18), + (3728, "522235", 1, 0, 18), + (3729, "522235", 1, 0, 18), + (3730, "522235", 1, 0, 18), + (3731, "522235", 1, 0, 18), + (3732, "522019", 1, 0, 18), + (3733, "522019", 1, 0, 18), + (3734, "522019", 1, 0, 18), + (3735, "522019", 1, 0, 18), + (3736, "522019", 1, 0, 18), + (3737, "522019", 1, 0, 18), + (3738, "522019", 1, 0, 18), + (3739, "522019", 1, 0, 18), + (3740, "522019", 1, 0, 18), + (3741, "522019", 1, 0, 18), + (3742, "522018", 1, 0, 18), + (3743, "522018", 1, 0, 18), + (3744, "522018", 1, 0, 18), + (3745, "522018", 1, 0, 18), + (3746, "522018", 1, 0, 18), + (3747, "522018", 1, 0, 18), + (3748, "522018", 1, 0, 18), + (3749, "522018", 1, 0, 18), + (3750, "522302", 1, 0, 18), + (3751, "522502", 1, 0, 18), + (3752, "522508", 1, 0, 18), + (3753, "522508", 1, 0, 18), + (3754, "522502", 1, 0, 18), + (3755, "522502", 1, 0, 18), + (3756, "522237", 1, 0, 18), + (3757, "522502", 1, 0, 18), + (3758, "522502", 1, 0, 18), + (3759, "522502", 1, 0, 18), + (3760, "522237", 1, 0, 18), + (3761, "522237", 1, 0, 18), + (3762, "522502", 1, 0, 18), + (3763, "522020", 1, 0, 18), + (3764, "522020", 1, 0, 18), + (3765, "522020", 1, 0, 18), + (3766, "522020", 1, 0, 18), + (3767, "522020", 1, 0, 18), + (3768, "522020", 1, 0, 18), + (3769, "522020", 1, 0, 18), + (3770, "522302", 1, 0, 18), + (3771, "522302", 1, 0, 18), + (3772, "522016", 1, 0, 18), + (3773, "522016", 1, 0, 18), + (3774, "522016", 1, 0, 18), + (3775, "522016", 1, 0, 18), + (3776, "522016", 1, 0, 18), + (3777, "522016", 1, 0, 18), + (3778, "522016", 1, 0, 18), + (3779, "522016", 1, 0, 18), + (3780, "522016", 1, 0, 18), + (3781, "522508", 1, 0, 18), + (3782, "522508", 1, 0, 18), + (3783, "522303", 1, 0, 18), + (3784, "522303", 1, 0, 18), + (3785, "522303", 1, 0, 18), + (3786, "522509", 1, 0, 18), + (3787, "522509", 1, 0, 18), + (3788, "522509", 1, 0, 18), + (3789, "522509", 1, 0, 18), + (3790, "522017", 1, 0, 18), + (3791, "522017", 1, 0, 18), + (3792, "522017", 1, 0, 18), + (3793, "522017", 1, 0, 18), + (3794, "522017", 1, 0, 18), + (3795, "522017", 1, 0, 18), + (3796, "522017", 1, 0, 18), + (3797, "522017", 1, 0, 18), + (3798, "522017", 1, 0, 18), + (3799, "522034", 1, 0, 18), + (3800, "522034", 1, 0, 18), + (3801, "522034", 1, 0, 18), + (3802, "522034", 1, 0, 18), + (3803, "522005", 1, 0, 18), + (3804, "522009", 1, 0, 18), + (3805, "522005", 1, 0, 18), + (3806, "522005", 1, 0, 18), + (3807, "522015", 1, 0, 18), + (3808, "522015", 1, 0, 18), + (3809, "522015", 1, 0, 18), + (3810, "522015", 1, 0, 18), + (3811, "522112", 1, 0, 18), + (3812, "522112", 1, 0, 18), + (3813, "522509", 1, 0, 18), + (3814, "522509", 1, 0, 18), + (3815, "522509", 1, 0, 18), + (3816, "522302", 1, 0, 18), + (3817, "522302", 1, 0, 18), + (3818, "522501", 1, 0, 18), + (3819, "522501", 1, 0, 18), + (3820, "522501", 1, 0, 18), + (3821, "522508", 1, 0, 18), + (3822, "522501", 1, 0, 18), + (3823, "522236", 1, 0, 18), + (3824, "522236", 1, 0, 18), + (3825, "522236", 1, 0, 18), + (3826, "522236", 1, 0, 18), + (3827, "522237", 1, 0, 18), + (3828, "522237", 1, 0, 18), + (3829, "522237", 1, 0, 18), + (3830, "522237", 1, 0, 18), + (3831, "522237", 1, 0, 18), + (3832, "522237", 1, 0, 18), + (3833, "522237", 1, 0, 18), + (3834, "522305", 1, 0, 18), + (3835, "522305", 1, 0, 18), + (3836, "522305", 1, 0, 18), + (3837, "522305", 1, 0, 18), + (3838, "522305", 1, 0, 18), + (3839, "515144", 1, 0, 18), + (3840, "515144", 1, 0, 18), + (3841, "515144", 1, 0, 18), + (3842, "515144", 1, 0, 18), + (3843, "515144", 1, 0, 18), + (3844, "515144", 1, 0, 18), + (3845, "515144", 1, 0, 18), + (3846, "515144", 1, 0, 18), + (3847, "515144", 1, 0, 18), + (3848, "515672", 1, 0, 18), + (3849, "515672", 1, 0, 18), + (3850, "515591", 1, 0, 18), + (3851, "515591", 1, 0, 18), + (3852, "515591", 1, 0, 18), + (3853, "515591", 1, 0, 18), + (3854, "515722", 1, 0, 18), + (3855, "515641", 1, 0, 18), + (3856, "515641", 1, 0, 18), + (3857, "515641", 1, 0, 18), + (3858, "515722", 1, 0, 18), + (3859, "515641", 1, 0, 18), + (3860, "515641", 1, 0, 18), + (3861, "515641", 1, 0, 18), + (3862, "515722", 1, 0, 18), + (3863, "515672", 1, 0, 18), + (3864, "515672", 1, 0, 18), + (3865, "515672", 1, 0, 18), + (3866, "515672", 1, 0, 18), + (3867, "515672", 1, 0, 18), + (3868, "515672", 1, 0, 18), + (3869, "515672", 1, 0, 18), + (3870, "515672", 1, 0, 18), + (3871, "515672", 1, 0, 18), + (3872, "515672", 1, 0, 18), + (3873, "515672", 1, 0, 18), + (3874, "515672", 1, 0, 18), + (3875, "515672", 1, 0, 18), + (3876, "515672", 1, 0, 18), + (3877, "515672", 1, 0, 18), + (3878, "515672", 1, 0, 18), + (3879, "515672", 1, 0, 18), + (3880, "515641", 1, 0, 18), + (3881, "515641", 1, 0, 18), + (3882, "515722", 1, 0, 18), + (3883, "515641", 1, 0, 18), + (3884, "515531", 1, 0, 18), + (3885, "515531", 1, 0, 18), + (3886, "515531", 1, 0, 18), + (3887, "515531", 1, 0, 18), + (3888, "515531", 1, 0, 18), + (3889, "515531", 1, 0, 18), + (3890, "515531", 1, 0, 18), + (3891, "515133", 1, 0, 18), + (3892, "515133", 1, 0, 18), + (3893, "515133", 1, 0, 18), + (3894, "515133", 1, 0, 18), + (3895, "515133", 1, 0, 18), + (3896, "515133", 1, 0, 18), + (3897, "515133", 1, 0, 18), + (3898, "515133", 1, 0, 18), + (3899, "515133", 1, 0, 18), + (3900, "515159", 1, 0, 18), + (3901, "515159", 1, 0, 18), + (3902, "515159", 1, 0, 18), + (3903, "515159", 1, 0, 18), + (3904, "515159", 1, 0, 18), + (3905, "515159", 1, 0, 18), + (3906, "515159", 1, 0, 18), + (3907, "515159", 1, 0, 18), + (3908, "515212", 1, 0, 18), + (3909, "515651", 1, 0, 18), + (3910, "515651", 1, 0, 18), + (3911, "515571", 1, 0, 18), + (3912, "515571", 1, 0, 18), + (3913, "515571", 1, 0, 18), + (3914, "515571", 1, 0, 18), + (3915, "515571", 1, 0, 18), + (3916, "515571", 1, 0, 18), + (3917, "515571", 1, 0, 18), + (3918, "515571", 1, 0, 18), + (3919, "515571", 1, 0, 18), + (3920, "515571", 1, 0, 18), + (3921, "515571", 1, 0, 18), + (3922, "515571", 1, 0, 18), + (3923, "515571", 1, 0, 18), + (3924, "515311", 1, 0, 18), + (3925, "515556", 1, 0, 18), + (3926, "515556", 1, 0, 18), + (3927, "515556", 1, 0, 18), + (3928, "515556", 1, 0, 18), + (3929, "515556", 1, 0, 18), + (3930, "515556", 1, 0, 18), + (3931, "515661", 1, 0, 18), + (3932, "515661", 1, 0, 18), + (3933, "515212", 1, 0, 18), + (3934, "515212", 1, 0, 18), + (3935, "515303", 1, 0, 18), + (3936, "515303", 1, 0, 18), + (3937, "515303", 1, 0, 18), + (3938, "515303", 1, 0, 18), + (3939, "515303", 1, 0, 18), + (3940, "515303", 1, 0, 18), + (3941, "515211", 1, 0, 18), + (3942, "515211", 1, 0, 18), + (3943, "515211", 1, 0, 18), + (3944, "515211", 1, 0, 18), + (3945, "515211", 1, 0, 18), + (3946, "515154", 1, 0, 18), + (3947, "515154", 1, 0, 18), + (3948, "515154", 1, 0, 18), + (3949, "515154", 1, 0, 18), + (3950, "515154", 1, 0, 18), + (3951, "515501", 1, 0, 18), + (3952, "515501", 1, 0, 18), + (3953, "515501", 1, 0, 18), + (3954, "515501", 1, 0, 18), + (3955, "515501", 1, 0, 18), + (3956, "515501", 1, 0, 18), + (3957, "515501", 1, 0, 18), + (3958, "515501", 1, 0, 18), + (3959, "515501", 1, 0, 18), + (3960, "515501", 1, 0, 18), + (3961, "515501", 1, 0, 18), + (3962, "515501", 1, 0, 18), + (3963, "515621", 1, 0, 18), + (3964, "515621", 1, 0, 18), + (3965, "515621", 1, 0, 18), + (3966, "515621", 1, 0, 18), + (3967, "515621", 1, 0, 18), + (3968, "515621", 1, 0, 18), + (3969, "515621", 1, 0, 18), + (3970, "515211", 1, 0, 18), + (3971, "515601", 1, 0, 18), + (3972, "515601", 1, 0, 18), + (3973, "515601", 1, 0, 18), + (3974, "515601", 1, 0, 18), + (3975, "515601", 1, 0, 18), + (3976, "515601", 1, 0, 18), + (3977, "515331", 1, 0, 18), + (3978, "515331", 1, 0, 18), + (3979, "515331", 1, 0, 18), + (3980, "515331", 1, 0, 18), + (3981, "515331", 1, 0, 18), + (3982, "515123", 1, 0, 18), + (3983, "515123", 1, 0, 18), + (3984, "515123", 1, 0, 18), + (3985, "515123", 1, 0, 18), + (3986, "515123", 1, 0, 18), + (3987, "515123", 1, 0, 18), + (3988, "515123", 1, 0, 18), + (3989, "515123", 1, 0, 18), + (3990, "515123", 1, 0, 18), + (3991, "515123", 1, 0, 18), + (3992, "515122", 1, 0, 18), + (3993, "515122", 1, 0, 18), + (3994, "515122", 1, 0, 18), + (3995, "515122", 1, 0, 18), + (3996, "515122", 1, 0, 18), + (3997, "515122", 1, 0, 18), + (3998, "515122", 1, 0, 18), + (3999, "515122", 1, 0, 18), + (4000, "515122", 1, 0, 18), + (4001, "515122", 1, 0, 18), + (4002, "515621", 1, 0, 18), + (4003, "533463", 1, 0, 18), + (4004, "533428", 1, 0, 18), + (4005, "533435", 1, 0, 18), + (4006, "533437", 1, 0, 18), + (4007, "533436", 1, 0, 18), + (4008, "533448", 1, 0, 18), + (4009, "533005", 1, 0, 18), + (4010, "533005", 1, 0, 18), + (4011, "533005", 1, 0, 18), + (4012, "533005", 1, 0, 18), + (4013, "533005", 1, 0, 18), + (4014, "533005", 1, 0, 18), + (4015, "533005", 1, 0, 18), + (4016, "533005", 1, 0, 18), + (4017, "533005", 1, 0, 18), + (4018, "533005", 1, 0, 18), + (4019, "533461", 1, 0, 18), + (4020, "533461", 1, 0, 18), + (4021, "533468", 1, 0, 18), + (4022, "533468", 1, 0, 18), + (4023, "533468", 1, 0, 18), + (4024, "533468", 1, 0, 18), + (4025, "533468", 1, 0, 18), + (4026, "533468", 1, 0, 18), + (4027, "533468", 1, 0, 18), + (4028, "533468", 1, 0, 18), + (4029, "533468", 1, 0, 18), + (4030, "533468", 1, 0, 18), + (4031, "533344", 1, 0, 18), + (4032, "533344", 1, 0, 18), + (4033, "533344", 1, 0, 18), + (4034, "533344", 1, 0, 18), + (4035, "533344", 1, 0, 18), + (4036, "533344", 1, 0, 18), + (4037, "533344", 1, 0, 18), + (4038, "533344", 1, 0, 18), + (4039, "533006", 1, 0, 18), + (4040, "533006", 1, 0, 18), + (4041, "533006", 1, 0, 18), + (4042, "533006", 1, 0, 18), + (4043, "533006", 1, 0, 18), + (4044, "533006", 1, 0, 18), + (4045, "533462", 1, 0, 18), + (4046, "533462", 1, 0, 18), + (4047, "533462", 1, 0, 18), + (4048, "533462", 1, 0, 18), + (4049, "533462", 1, 0, 18), + (4050, "533463", 1, 0, 18), + (4051, "533428", 1, 0, 18), + (4052, "533428", 1, 0, 18), + (4053, "533428", 1, 0, 18), + (4054, "533428", 1, 0, 18), + (4055, "533428", 1, 0, 18), + (4056, "533447", 1, 0, 18), + (4057, "533428", 1, 0, 18), + (4058, "533406", 1, 0, 18), + (4059, "533406", 1, 0, 18), + (4060, "533406", 1, 0, 18), + (4061, "533406", 1, 0, 18), + (4062, "533406", 1, 0, 18), + (4063, "533406", 1, 0, 18), + (4064, "533406", 1, 0, 18), + (4065, "533406", 1, 0, 18), + (4066, "533406", 1, 0, 18), + (4067, "533406", 1, 0, 18), + (4068, "533449", 1, 0, 18), + (4069, "533449", 1, 0, 18), + (4070, "533444", 1, 0, 18), + (4071, "533449", 1, 0, 18), + (4072, "533444", 1, 0, 18), + (4073, "533444", 1, 0, 18), + (4074, "533449", 1, 0, 18), + (4075, "533449", 1, 0, 18), + (4076, "533430", 1, 0, 18), + (4077, "533430", 1, 0, 18), + (4078, "533430", 1, 0, 18), + (4079, "533430", 1, 0, 18), + (4080, "533430", 1, 0, 18), + (4081, "533430", 1, 0, 18), + (4082, "533445", 1, 0, 18), + (4083, "533445", 1, 0, 18), + (4084, "533445", 1, 0, 18), + (4085, "533445", 1, 0, 18), + (4086, "533445", 1, 0, 18), + (4087, "533435", 1, 0, 18), + (4088, "533435", 1, 0, 18), + (4089, "533435", 1, 0, 18), + (4090, "533435", 1, 0, 18), + (4091, "533435", 1, 0, 18), + (4092, "533435", 1, 0, 18), + (4093, "533435", 1, 0, 18), + (4094, "533435", 1, 0, 18), + (4095, "533435", 1, 0, 18), + (4096, "533435", 1, 0, 18), + (4097, "533435", 1, 0, 18), + (4098, "533435", 1, 0, 18), + (4099, "533431", 1, 0, 18), + (4100, "533431", 1, 0, 18), + (4101, "533431", 1, 0, 18), + (4102, "533431", 1, 0, 18), + (4103, "533431", 1, 0, 18), + (4104, "533431", 1, 0, 18), + (4105, "533431", 1, 0, 18), + (4106, "533431", 1, 0, 18), + (4107, "533431", 1, 0, 18), + (4108, "533407", 1, 0, 18), + (4109, "533407", 1, 0, 18), + (4110, "533407", 1, 0, 18), + (4111, "533407", 1, 0, 18), + (4112, "533407", 1, 0, 18), + (4113, "533407", 1, 0, 18), + (4114, "533407", 1, 0, 18), + (4115, "533407", 1, 0, 18), + (4116, "533407", 1, 0, 18), + (4117, "533447", 1, 0, 18), + (4118, "533447", 1, 0, 18), + (4119, "533428", 1, 0, 18), + (4120, "533433", 1, 0, 18), + (4121, "533433", 1, 0, 18), + (4122, "533433", 1, 0, 18), + (4123, "533433", 1, 0, 18), + (4124, "533433", 1, 0, 18), + (4125, "533437", 1, 0, 18), + (4126, "533437", 1, 0, 18), + (4127, "533437", 1, 0, 18), + (4128, "533437", 1, 0, 18), + (4129, "533437", 1, 0, 18), + (4130, "533437", 1, 0, 18), + (4131, "533437", 1, 0, 18), + (4132, "533437", 1, 0, 18), + (4133, "533437", 1, 0, 18), + (4134, "533437", 1, 0, 18), + (4135, "533437", 1, 0, 18), + (4136, "533437", 1, 0, 18), + (4137, "533437", 1, 0, 18), + (4138, "533450", 1, 0, 18), + (4139, "533450", 1, 0, 18), + (4140, "533450", 1, 0, 18), + (4141, "533450", 1, 0, 18), + (4142, "533450", 1, 0, 18), + (4143, "533450", 1, 0, 18), + (4144, "533450", 1, 0, 18), + (4145, "533450", 1, 0, 18), + (4146, "533450", 1, 0, 18), + (4147, "533450", 1, 0, 18), + (4148, "533450", 1, 0, 18), + (4149, "533450", 1, 0, 18), + (4150, "533450", 1, 0, 18), + (4151, "533432", 1, 0, 18), + (4152, "533432", 1, 0, 18), + (4153, "533432", 1, 0, 18), + (4154, "533432", 1, 0, 18), + (4155, "533436", 1, 0, 18), + (4156, "533436", 1, 0, 18), + (4157, "533436", 1, 0, 18), + (4158, "533436", 1, 0, 18), + (4159, "533436", 1, 0, 18), + (4160, "533436", 1, 0, 18), + (4161, "533436", 1, 0, 18), + (4162, "533436", 1, 0, 18), + (4163, "533436", 1, 0, 18), + (4164, "533436", 1, 0, 18), + (4165, "533436", 1, 0, 18), + (4166, "533436", 1, 0, 18), + (4167, "533436", 1, 0, 18), + (4168, "533436", 1, 0, 18), + (4169, "533436", 1, 0, 18), + (4170, "533436", 1, 0, 18), + (4171, "533436", 1, 0, 18), + (4172, "533436", 1, 0, 18), + (4173, "533291", 1, 0, 18), + (4174, "533291", 1, 0, 18), + (4175, "533291", 1, 0, 18), + (4176, "533291", 1, 0, 18), + (4177, "533446", 1, 0, 18), + (4178, "533446", 1, 0, 18), + (4179, "533446", 1, 0, 18), + (4180, "533446", 1, 0, 18), + (4181, "533446", 1, 0, 18), + (4182, "533446", 1, 0, 18), + (4183, "533446", 1, 0, 18), + (4184, "533446", 1, 0, 18), + (4185, "533446", 1, 0, 18), + (4186, "533446", 1, 0, 18), + (4187, "533408", 1, 0, 18), + (4188, "533408", 1, 0, 18), + (4189, "533408", 1, 0, 18), + (4190, "533408", 1, 0, 18), + (4191, "533408", 1, 0, 18), + (4192, "533401", 1, 0, 18), + (4193, "533401", 1, 0, 18), + (4194, "533401", 1, 0, 18), + (4195, "533401", 1, 0, 18), + (4196, "533401", 1, 0, 18), + (4197, "533401", 1, 0, 18), + (4198, "533401", 1, 0, 18), + (4199, "533401", 1, 0, 18), + (4200, "533401", 1, 0, 18), + (4201, "533401", 1, 0, 18), + (4202, "533401", 1, 0, 18), + (4203, "533401", 1, 0, 18), + (4204, "533401", 1, 0, 18), + (4205, "533401", 1, 0, 18), + (4206, "533448", 1, 0, 18), + (4207, "533448", 1, 0, 18), + (4208, "533434", 1, 0, 18), + (4209, "533434", 1, 0, 18), + (4210, "533434", 1, 0, 18), + (4211, "533434", 1, 0, 18), + (4212, "533434", 1, 0, 18), + (4213, "533434", 1, 0, 18), + (4214, "533429", 1, 0, 18), + (4215, "533429", 1, 0, 18), + (4216, "533429", 1, 0, 18), + (4217, "533429", 1, 0, 18), + (4218, "533429", 1, 0, 18), + (4219, "533429", 1, 0, 18), + (4220, "533429", 1, 0, 18), + (4221, "533429", 1, 0, 18), + (4222, "533429", 1, 0, 18), + (4223, "533429", 1, 0, 18), + (4224, "533429", 1, 0, 18), + (4225, "533483", 1, 0, 18), + (4226, "533483", 1, 0, 18), + (4227, "533483", 1, 0, 18), + (4228, "533483", 1, 0, 18), + (4229, "533483", 1, 0, 18), + (4230, "533483", 1, 0, 18), + (4231, "533483", 1, 0, 18), + (4232, "533483", 1, 0, 18), + (4233, "533483", 1, 0, 18), + (4234, "533483", 1, 0, 18), + (4235, "533483", 1, 0, 18), + (4236, "533440", 1, 0, 18), + (4237, "533440", 1, 0, 18), + (4238, "533406", 1, 0, 18), + (4239, "533463", 1, 0, 18), + (4240, "533463", 1, 0, 18), + (4241, "533463", 1, 0, 18), + (4242, "533016", 1, 0, 18), + (4243, "533016", 1, 0, 18), + (4244, "533016", 1, 0, 18), + (4245, "533016", 1, 0, 18), + (4246, "533016", 1, 0, 18), + (4247, "533260", 1, 0, 18), + (4248, "533260", 1, 0, 18), + (4249, "533260", 1, 0, 18), + (4250, "533464", 1, 0, 18), + (4251, "533464", 1, 0, 18), + (4252, "533464", 1, 0, 18), + (4253, "533464", 1, 0, 18), + (4254, "533464", 1, 0, 18), + (4255, "533464", 1, 0, 18), + (4256, "533464", 1, 0, 18), + (4257, "533464", 1, 0, 18), + (4258, "533464", 1, 0, 18), + (4259, "533464", 1, 0, 18), + (4260, "533464", 1, 0, 18), + (4261, "533428", 1, 0, 18), + (4262, "533428", 1, 0, 18), + (4263, "533428", 1, 0, 18), + (4264, "533428", 1, 0, 18), + (4265, "533428", 1, 0, 18), + (4266, "533428", 1, 0, 18), + (4267, "533428", 1, 0, 18), + (4268, "533428", 1, 0, 18), + (4269, "533428", 1, 0, 18), + (4270, "533428", 1, 0, 18), + (4271, "533428", 1, 0, 18), + (4272, "533428", 1, 0, 18), + (4273, "533428", 1, 0, 18), + (4274, "533428", 1, 0, 18), + (4275, "533428", 1, 0, 18), + (4276, "521002", 1, 0, 18), + (4277, "521130", 1, 0, 18), + (4278, "521328", 1, 0, 18), + (4279, "521138", 1, 0, 18), + (4280, "521138", 1, 0, 18), + (4281, "521138", 1, 0, 18), + (4282, "521162", 1, 0, 18), + (4283, "521162", 1, 0, 18), + (4284, "521162", 1, 0, 18), + (4285, "521120", 1, 0, 18), + (4286, "521328", 1, 0, 18), + (4287, "521122", 1, 0, 18), + (4288, "521122", 1, 0, 18), + (4289, "521122", 1, 0, 18), + (4290, "521126", 1, 0, 18), + (4291, "521126", 1, 0, 18), + (4292, "521126", 1, 0, 18), + (4293, "521126", 1, 0, 18), + (4294, "521133", 1, 0, 18), + (4295, "521133", 1, 0, 18), + (4296, "521133", 1, 0, 18), + (4297, "521149", 1, 0, 18), + (4298, "521149", 1, 0, 18), + (4299, "521149", 1, 0, 18), + (4300, "521149", 1, 0, 18), + (4301, "521150", 1, 0, 18), + (4302, "521150", 1, 0, 18), + (4303, "521150", 1, 0, 18), + (4304, "521150", 1, 0, 18), + (4305, "521150", 1, 0, 18), + (4306, "521150", 1, 0, 18), + (4307, "521132", 1, 0, 18), + (4308, "521132", 1, 0, 18), + (4309, "521132", 1, 0, 18), + (4310, "521132", 1, 0, 18), + (4311, "521132", 1, 0, 18), + (4312, "521132", 1, 0, 18), + (4313, "521328", 1, 0, 18), + (4314, "521328", 1, 0, 18), + (4315, "521328", 1, 0, 18), + (4316, "521328", 1, 0, 18), + (4317, "521328", 1, 0, 18), + (4318, "521328", 1, 0, 18), + (4319, "521136", 1, 0, 18), + (4320, "521136", 1, 0, 18), + (4321, "521136", 1, 0, 18), + (4322, "521136", 1, 0, 18), + (4323, "521131", 1, 0, 18), + (4324, "521131", 1, 0, 18), + (4325, "521131", 1, 0, 18), + (4326, "521131", 1, 0, 18), + (4327, "521131", 1, 0, 18), + (4328, "521131", 1, 0, 18), + (4329, "521125", 1, 0, 18), + (4330, "521125", 1, 0, 18), + (4331, "521125", 1, 0, 18), + (4332, "521125", 1, 0, 18), + (4333, "521125", 1, 0, 18), + (4334, "521135", 1, 0, 18), + (4335, "521135", 1, 0, 18), + (4336, "521120", 1, 0, 18), + (4337, "521120", 1, 0, 18), + (4338, "521120", 1, 0, 18), + (4339, "521120", 1, 0, 18), + (4340, "521120", 1, 0, 18), + (4341, "521120", 1, 0, 18), + (4342, "521120", 1, 0, 18), + (4343, "521120", 1, 0, 18), + (4344, "521120", 1, 0, 18), + (4345, "521120", 1, 0, 18), + (4346, "521120", 1, 0, 18), + (4347, "521120", 1, 0, 18), + (4348, "521120", 1, 0, 18), + (4349, "521120", 1, 0, 18), + (4350, "521156", 1, 0, 18), + (4351, "521156", 1, 0, 18), + (4352, "521156", 1, 0, 18), + (4353, "521156", 1, 0, 18), + (4354, "521002", 1, 0, 18), + (4355, "521332", 1, 0, 18), + (4356, "521332", 1, 0, 18), + (4357, "521332", 1, 0, 18), + (4358, "521332", 1, 0, 18), + (4359, "521356", 1, 0, 18), + (4360, "521356", 1, 0, 18), + (4361, "521356", 1, 0, 18), + (4362, "521356", 1, 0, 18), + (4363, "521331", 1, 0, 18), + (4364, "521331", 1, 0, 18), + (4365, "521331", 1, 0, 18), + (4366, "521331", 1, 0, 18), + (4367, "521331", 1, 0, 18), + (4368, "521369", 1, 0, 18), + (4369, "521369", 1, 0, 18), + (4370, "521369", 1, 0, 18), + (4371, "521369", 1, 0, 18), + (4372, "521369", 1, 0, 18), + (4373, "521369", 1, 0, 18), + (4374, "521003", 1, 0, 18), + (4375, "521003", 1, 0, 18), + (4376, "521003", 1, 0, 18), + (4377, "521003", 1, 0, 18), + (4378, "521003", 1, 0, 18), + (4379, "521003", 1, 0, 18), + (4380, "521003", 1, 0, 18), + (4381, "521003", 1, 0, 18), + (4382, "521003", 1, 0, 18), + (4383, "521003", 1, 0, 18), + (4384, "521003", 1, 0, 18), + (4385, "521003", 1, 0, 18), + (4386, "521002", 1, 0, 18), + (4387, "521002", 1, 0, 18), + (4388, "521002", 1, 0, 18), + (4389, "521002", 1, 0, 18), + (4390, "521002", 1, 0, 18), + (4391, "521002", 1, 0, 18), + (4392, "521369", 1, 0, 18), + (4393, "521366", 1, 0, 18), + (4394, "521366", 1, 0, 18), + (4395, "521366", 1, 0, 18), + (4396, "521366", 1, 0, 18), + (4397, "521366", 1, 0, 18), + (4398, "521366", 1, 0, 18), + (4399, "521366", 1, 0, 18), + (4400, "521366", 1, 0, 18), + (4401, "521366", 1, 0, 18), + (4402, "521366", 1, 0, 18), + (4403, "521366", 1, 0, 18), + (4404, "521366", 1, 0, 18), + (4405, "521366", 1, 0, 18), + (4406, "521122", 1, 0, 18), + (4407, "521122", 1, 0, 18), + (4408, "521122", 1, 0, 18), + (4409, "521122", 1, 0, 18), + (4410, "521122", 1, 0, 18), + (4411, "521122", 1, 0, 18), + (4412, "521122", 1, 0, 18), + (4413, "521122", 1, 0, 18), + (4414, "521158", 1, 0, 18), + (4415, "521158", 1, 0, 18), + (4416, "521157", 1, 0, 18), + (4417, "521157", 1, 0, 18), + (4418, "521157", 1, 0, 18), + (4419, "521157", 1, 0, 18), + (4420, "521157", 1, 0, 18), + (4421, "521157", 1, 0, 18), + (4422, "521157", 1, 0, 18), + (4423, "521157", 1, 0, 18), + (4424, "521157", 1, 0, 18), + (4425, "521130", 1, 0, 18), + (4426, "523333", 1, 0, 18), + (4427, "518123", 1, 0, 18), + (4428, "518196", 1, 0, 18), + (4429, "523315", 1, 0, 18), + (4430, "523356", 1, 0, 18), + (4431, "523370", 1, 0, 18), + (4432, "523372", 1, 0, 18), + (4433, "523329", 1, 0, 18), + (4434, "523373", 1, 0, 18), + (4435, "523373", 1, 0, 18), + (4436, "523373", 1, 0, 18), + (4437, "523373", 1, 0, 18), + (4438, "523373", 1, 0, 18), + (4439, "523373", 1, 0, 18), + (4440, "523336", 1, 0, 18), + (4441, "523336", 1, 0, 18), + (4442, "523336", 1, 0, 18), + (4443, "523336", 1, 0, 18), + (4444, "523336", 1, 0, 18), + (4445, "523336", 1, 0, 18), + (4446, "523336", 1, 0, 18), + (4447, "523336", 1, 0, 18), + (4448, "523367", 1, 0, 18), + (4449, "523367", 1, 0, 18), + (4450, "518176", 1, 0, 18), + (4451, "518176", 1, 0, 18), + (4452, "518176", 1, 0, 18), + (4453, "518176", 1, 0, 18), + (4454, "518176", 1, 0, 18), + (4455, "518176", 1, 0, 18), + (4456, "518176", 1, 0, 18), + (4457, "518502", 1, 0, 18), + (4458, "518502", 1, 0, 18), + (4459, "518502", 1, 0, 18), + (4460, "518502", 1, 0, 18), + (4461, "518502", 1, 0, 18), + (4462, "518502", 1, 0, 18), + (4463, "518502", 1, 0, 18), + (4464, "523329", 1, 0, 18), + (4465, "523329", 1, 0, 18), + (4466, "523329", 1, 0, 18), + (4467, "523329", 1, 0, 18), + (4468, "523329", 1, 0, 18), + (4469, "523329", 1, 0, 18), + (4470, "523329", 1, 0, 18), + (4471, "523329", 1, 0, 18), + (4472, "518523", 1, 0, 18), + (4473, "518523", 1, 0, 18), + (4474, "518523", 1, 0, 18), + (4475, "518523", 1, 0, 18), + (4476, "518523", 1, 0, 18), + (4477, "518523", 1, 0, 18), + (4478, "518583", 1, 0, 18), + (4479, "518583", 1, 0, 18), + (4480, "518583", 1, 0, 18), + (4481, "518583", 1, 0, 18), + (4482, "518583", 1, 0, 18), + (4483, "518583", 1, 0, 18), + (4484, "518583", 1, 0, 18), + (4485, "518583", 1, 0, 18), + (4486, "518583", 1, 0, 18), + (4487, "518583", 1, 0, 18), + (4488, "518593", 1, 0, 18), + (4489, "518674", 1, 0, 18), + (4490, "518593", 1, 0, 18), + (4491, "518593", 1, 0, 18), + (4492, "518674", 1, 0, 18), + (4493, "518674", 1, 0, 18), + (4494, "518593", 1, 0, 18), + (4495, "518593", 1, 0, 18), + (4496, "518176", 1, 0, 18), + (4497, "523357", 1, 0, 18), + (4498, "523373", 1, 0, 18), + (4499, "523373", 1, 0, 18), + (4500, "523373", 1, 0, 18), + (4501, "518502", 1, 0, 18), + (4502, "518573", 1, 0, 18), + (4503, "518510", 1, 0, 18), + (4504, "518510", 1, 0, 18), + (4505, "518510", 1, 0, 18), + (4506, "518510", 1, 0, 18), + (4507, "518573", 1, 0, 18), + (4508, "518124", 1, 0, 18), + (4509, "518124", 1, 0, 18), + (4510, "518124", 1, 0, 18), + (4511, "518124", 1, 0, 18), + (4512, "518124", 1, 0, 18), + (4513, "518124", 1, 0, 18), + (4514, "518124", 1, 0, 18), + (4515, "518124", 1, 0, 18), + (4516, "518124", 1, 0, 18), + (4517, "518124", 1, 0, 18), + (4518, "518124", 1, 0, 18), + (4519, "518124", 1, 0, 18), + (4520, "518124", 1, 0, 18), + (4521, "518124", 1, 0, 18), + (4522, "518124", 1, 0, 18), + (4523, "518124", 1, 0, 18), + (4524, "518124", 1, 0, 18), + (4525, "518553", 1, 0, 18), + (4526, "518553", 1, 0, 18), + (4527, "518553", 1, 0, 18), + (4528, "518553", 1, 0, 18), + (4529, "518553", 1, 0, 18), + (4530, "518553", 1, 0, 18), + (4531, "518553", 1, 0, 18), + (4532, "518553", 1, 0, 18), + (4533, "523334", 1, 0, 18), + (4534, "523334", 1, 0, 18), + (4535, "523334", 1, 0, 18), + (4536, "523334", 1, 0, 18), + (4537, "523334", 1, 0, 18), + (4538, "523332", 1, 0, 18), + (4539, "523333", 1, 0, 18), + (4540, "523333", 1, 0, 18), + (4541, "523333", 1, 0, 18), + (4542, "523333", 1, 0, 18), + (4543, "523333", 1, 0, 18), + (4544, "523333", 1, 0, 18), + (4545, "523333", 1, 0, 18), + (4546, "523333", 1, 0, 18), + (4547, "523333", 1, 0, 18), + (4548, "518502", 1, 0, 18), + (4549, "518502", 1, 0, 18), + (4550, "518502", 1, 0, 18), + (4551, "518502", 1, 0, 18), + (4552, "518502", 1, 0, 18), + (4553, "518502", 1, 0, 18), + (4554, "518502", 1, 0, 18), + (4555, "518112", 1, 0, 18), + (4556, "518112", 1, 0, 18), + (4557, "518112", 1, 0, 18), + (4558, "518112", 1, 0, 18), + (4559, "518112", 1, 0, 18), + (4560, "518112", 1, 0, 18), + (4561, "518112", 1, 0, 18), + (4562, "518112", 1, 0, 18), + (4563, "518112", 1, 0, 18), + (4564, "518511", 1, 0, 18), + (4565, "518511", 1, 0, 18), + (4566, "518511", 1, 0, 18), + (4567, "518511", 1, 0, 18), + (4568, "518511", 1, 0, 18), + (4569, "518511", 1, 0, 18), + (4570, "518511", 1, 0, 18), + (4571, "518513", 1, 0, 18), + (4572, "518523", 1, 0, 18), + (4573, "518513", 1, 0, 18), + (4574, "518523", 1, 0, 18), + (4575, "518513", 1, 0, 18), + (4576, "518513", 1, 0, 18), + (4577, "518563", 1, 0, 18), + (4578, "518563", 1, 0, 18), + (4579, "518512", 1, 0, 18), + (4580, "518512", 1, 0, 18), + (4581, "518512", 1, 0, 18), + (4582, "518573", 1, 0, 18), + (4583, "518573", 1, 0, 18), + (4584, "518573", 1, 0, 18), + (4585, "518573", 1, 0, 18), + (4586, "518166", 1, 0, 18), + (4587, "518166", 1, 0, 18), + (4588, "518123", 1, 0, 18), + (4589, "518123", 1, 0, 18), + (4590, "518145", 1, 0, 18), + (4591, "518145", 1, 0, 18), + (4592, "518122", 1, 0, 18), + (4593, "518122", 1, 0, 18), + (4594, "518122", 1, 0, 18), + (4595, "518122", 1, 0, 18), + (4596, "518122", 1, 0, 18), + (4597, "518122", 1, 0, 18), + (4598, "518122", 1, 0, 18), + (4599, "518122", 1, 0, 18), + (4600, "518122", 1, 0, 18), + (4601, "518122", 1, 0, 18), + (4602, "518543", 1, 0, 18), + (4603, "518543", 1, 0, 18), + (4604, "518543", 1, 0, 18), + (4605, "518543", 1, 0, 18), + (4606, "518543", 1, 0, 18), + (4607, "518543", 1, 0, 18), + (4608, "518543", 1, 0, 18), + (4609, "518543", 1, 0, 18), + (4610, "518543", 1, 0, 18), + (4611, "518543", 1, 0, 18), + (4612, "518543", 1, 0, 18), + (4613, "518543", 1, 0, 18), + (4614, "518543", 1, 0, 18), + (4615, "518543", 1, 0, 18), + (4616, "518543", 1, 0, 18), + (4617, "518543", 1, 0, 18), + (4618, "518543", 1, 0, 18), + (4619, "518543", 1, 0, 18), + (4620, "518543", 1, 0, 18), + (4621, "518196", 1, 0, 18), + (4622, "518196", 1, 0, 18), + (4623, "518196", 1, 0, 18), + (4624, "518196", 1, 0, 18), + (4625, "518196", 1, 0, 18), + (4626, "523333", 1, 0, 18), + (4627, "523333", 1, 0, 18), + (4628, "523333", 1, 0, 18), + (4629, "523333", 1, 0, 18), + (4630, "523333", 1, 0, 18), + (4631, "523305", 1, 0, 18), + (4632, "523305", 1, 0, 18), + (4633, "523305", 1, 0, 18), + (4634, "518553", 1, 0, 18), + (4635, "518553", 1, 0, 18), + (4636, "518135", 1, 0, 18), + (4637, "518135", 1, 0, 18), + (4638, "518135", 1, 0, 18), + (4639, "518135", 1, 0, 18), + (4640, "518135", 1, 0, 18), + (4641, "518135", 1, 0, 18), + (4642, "518134", 1, 0, 18), + (4643, "518134", 1, 0, 18), + (4644, "518134", 1, 0, 18), + (4645, "518134", 1, 0, 18), + (4646, "518134", 1, 0, 18), + (4647, "518134", 1, 0, 18), + (4648, "518134", 1, 0, 18), + (4649, "518134", 1, 0, 18), + (4650, "518134", 1, 0, 18), + (4651, "518134", 1, 0, 18), + (4652, "518134", 1, 0, 18), + (4653, "518134", 1, 0, 18), + (4654, "518134", 1, 0, 18), + (4655, "518134", 1, 0, 18), + (4656, "518134", 1, 0, 18), + (4657, "518123", 1, 0, 18), + (4658, "518123", 1, 0, 18), + (4659, "518123", 1, 0, 18), + (4660, "518123", 1, 0, 18), + (4661, "518123", 1, 0, 18), + (4662, "518123", 1, 0, 18), + (4663, "518123", 1, 0, 18), + (4664, "518123", 1, 0, 18), + (4665, "518123", 1, 0, 18), + (4666, "518124", 1, 0, 18), + (4667, "518124", 1, 0, 18), + (4668, "518166", 1, 0, 18), + (4669, "518166", 1, 0, 18), + (4670, "518166", 1, 0, 18), + (4671, "518166", 1, 0, 18), + (4672, "518166", 1, 0, 18), + (4673, "518594", 1, 0, 18), + (4674, "518594", 1, 0, 18), + (4675, "518594", 1, 0, 18), + (4676, "518165", 1, 0, 18), + (4677, "518165", 1, 0, 18), + (4678, "518165", 1, 0, 18), + (4679, "518155", 1, 0, 18), + (4680, "518155", 1, 0, 18), + (4681, "518155", 1, 0, 18), + (4682, "518155", 1, 0, 18), + (4683, "518155", 1, 0, 18), + (4684, "518155", 1, 0, 18), + (4685, "518155", 1, 0, 18), + (4686, "518155", 1, 0, 18), + (4687, "523335", 1, 0, 18), + (4688, "523335", 1, 0, 18), + (4689, "523335", 1, 0, 18), + (4690, "523335", 1, 0, 18), + (4691, "523327", 1, 0, 18), + (4692, "523327", 1, 0, 18), + (4693, "523327", 1, 0, 18), + (4694, "523327", 1, 0, 18), + (4695, "523327", 1, 0, 18), + (4696, "523327", 1, 0, 18), + (4697, "523327", 1, 0, 18), + (4698, "523327", 1, 0, 18), + (4699, "523327", 1, 0, 18), + (4700, "523315", 1, 0, 18), + (4701, "523315", 1, 0, 18), + (4702, "523315", 1, 0, 18), + (4703, "523315", 1, 0, 18), + (4704, "523315", 1, 0, 18), + (4705, "523315", 1, 0, 18), + (4706, "523315", 1, 0, 18), + (4707, "523315", 1, 0, 18), + (4708, "523357", 1, 0, 18), + (4709, "523357", 1, 0, 18), + (4710, "523305", 1, 0, 18), + (4711, "523305", 1, 0, 18), + (4712, "523305", 1, 0, 18), + (4713, "523305", 1, 0, 18), + (4714, "523305", 1, 0, 18), + (4715, "523305", 1, 0, 18), + (4716, "523305", 1, 0, 18), + (4717, "523305", 1, 0, 18), + (4718, "523305", 1, 0, 18), + (4719, "523305", 1, 0, 18), + (4720, "523305", 1, 0, 18), + (4721, "523305", 1, 0, 18), + (4722, "523330", 1, 0, 18), + (4723, "523330", 1, 0, 18), + (4724, "523330", 1, 0, 18), + (4725, "523330", 1, 0, 18), + (4726, "523330", 1, 0, 18), + (4727, "523330", 1, 0, 18), + (4728, "523330", 1, 0, 18), + (4729, "523330", 1, 0, 18), + (4730, "523330", 1, 0, 18), + (4731, "523330", 1, 0, 18), + (4732, "523330", 1, 0, 18), + (4733, "523330", 1, 0, 18), + (4734, "523356", 1, 0, 18), + (4735, "523356", 1, 0, 18), + (4736, "523356", 1, 0, 18), + (4737, "523356", 1, 0, 18), + (4738, "523356", 1, 0, 18), + (4739, "523356", 1, 0, 18), + (4740, "523327", 1, 0, 18), + (4741, "523327", 1, 0, 18), + (4742, "523327", 1, 0, 18), + (4743, "523327", 1, 0, 18), + (4744, "523327", 1, 0, 18), + (4745, "523327", 1, 0, 18), + (4746, "523327", 1, 0, 18), + (4747, "523357", 1, 0, 18), + (4748, "523357", 1, 0, 18), + (4749, "523357", 1, 0, 18), + (4750, "523357", 1, 0, 18), + (4751, "523357", 1, 0, 18), + (4752, "523357", 1, 0, 18), + (4753, "523328", 1, 0, 18), + (4754, "523328", 1, 0, 18), + (4755, "523328", 1, 0, 18), + (4756, "523328", 1, 0, 18), + (4757, "523328", 1, 0, 18), + (4758, "523368", 1, 0, 18), + (4759, "523368", 1, 0, 18), + (4760, "523368", 1, 0, 18), + (4761, "523368", 1, 0, 18), + (4762, "523368", 1, 0, 18), + (4763, "523368", 1, 0, 18), + (4764, "523368", 1, 0, 18), + (4765, "523369", 1, 0, 18), + (4766, "523369", 1, 0, 18), + (4767, "523369", 1, 0, 18), + (4768, "523369", 1, 0, 18), + (4769, "523369", 1, 0, 18), + (4770, "523370", 1, 0, 18), + (4771, "523370", 1, 0, 18), + (4772, "523370", 1, 0, 18), + (4773, "523370", 1, 0, 18), + (4774, "523370", 1, 0, 18), + (4775, "523370", 1, 0, 18), + (4776, "523332", 1, 0, 18), + (4777, "523332", 1, 0, 18), + (4778, "523332", 1, 0, 18), + (4779, "523332", 1, 0, 18), + (4780, "523332", 1, 0, 18), + (4781, "523332", 1, 0, 18), + (4782, "523332", 1, 0, 18), + (4783, "523320", 1, 0, 18), + (4784, "523320", 1, 0, 18), + (4785, "523320", 1, 0, 18), + (4786, "523320", 1, 0, 18), + (4787, "523320", 1, 0, 18), + (4788, "523320", 1, 0, 18), + (4789, "523320", 1, 0, 18), + (4790, "523320", 1, 0, 18), + (4791, "523320", 1, 0, 18), + (4792, "523320", 1, 0, 18), + (4793, "523320", 1, 0, 18), + (4794, "523326", 1, 0, 18), + (4795, "523326", 1, 0, 18), + (4796, "523326", 1, 0, 18), + (4797, "523326", 1, 0, 18), + (4798, "523326", 1, 0, 18), + (4799, "523326", 1, 0, 18), + (4800, "523326", 1, 0, 18), + (4801, "523326", 1, 0, 18), + (4802, "523326", 1, 0, 18), + (4803, "523326", 1, 0, 18), + (4804, "523371", 1, 0, 18), + (4805, "523371", 1, 0, 18), + (4806, "523371", 1, 0, 18), + (4807, "523371", 1, 0, 18), + (4808, "523371", 1, 0, 18), + (4809, "523372", 1, 0, 18), + (4810, "523372", 1, 0, 18), + (4811, "523372", 1, 0, 18), + (4812, "523372", 1, 0, 18), + (4813, "523372", 1, 0, 18), + (4814, "523372", 1, 0, 18), + (4815, "523367", 1, 0, 18), + (4816, "523367", 1, 0, 18), + (4817, "523367", 1, 0, 18), + (4818, "523367", 1, 0, 18), + (4819, "523331", 1, 0, 18), + (4820, "523331", 1, 0, 18), + (4821, "523331", 1, 0, 18), + (4822, "523331", 1, 0, 18), + (4823, "523331", 1, 0, 18), + (4824, "523331", 1, 0, 18), + (4825, "523331", 1, 0, 18), + (4826, "523331", 1, 0, 18), + (4827, "523331", 1, 0, 18), + (4828, "523331", 1, 0, 18), + (4829, "523331", 1, 0, 18), + (4830, "523331", 1, 0, 18), + (4831, "523331", 1, 0, 18), + (4832, "523346", 1, 0, 18), + (4833, "523346", 1, 0, 18), + (4834, "523346", 1, 0, 18), + (4835, "523346", 1, 0, 18), + (4836, "523346", 1, 0, 18), + (4837, "523346", 1, 0, 18), + (4838, "523346", 1, 0, 18), + (4839, "523346", 1, 0, 18), + (4840, "523346", 1, 0, 18), + (4841, "523328", 1, 0, 18), + (4842, "523328", 1, 0, 18), + (4843, "523328", 1, 0, 18), + (4844, "523328", 1, 0, 18), + (4845, "523329", 1, 0, 18), + (4846, "522615", 1, 0, 18), + (4847, "522603", 1, 0, 18), + (4848, "522646", 1, 0, 18), + (4849, "522616", 1, 0, 18), + (4850, "522529", 1, 0, 18), + (4851, "522414", 1, 0, 18), + (4852, "522435", 1, 0, 18), + (4853, "522413", 1, 0, 18), + (4854, "522413", 1, 0, 18), + (4855, "522413", 1, 0, 18), + (4856, "522413", 1, 0, 18), + (4857, "522412", 1, 0, 18), + (4858, "522412", 1, 0, 18), + (4859, "522412", 1, 0, 18), + (4860, "522412", 1, 0, 18), + (4861, "522412", 1, 0, 18), + (4862, "522412", 1, 0, 18), + (4863, "522421", 1, 0, 18), + (4864, "522421", 1, 0, 18), + (4865, "522421", 1, 0, 18), + (4866, "522421", 1, 0, 18), + (4867, "522421", 1, 0, 18), + (4868, "522421", 1, 0, 18), + (4869, "522421", 1, 0, 18), + (4870, "522421", 1, 0, 18), + (4871, "522401", 1, 0, 18), + (4872, "522401", 1, 0, 18), + (4873, "522401", 1, 0, 18), + (4874, "522613", 1, 0, 18), + (4875, "522613", 1, 0, 18), + (4876, "522613", 1, 0, 18), + (4877, "522613", 1, 0, 18), + (4878, "522613", 1, 0, 18), + (4879, "522613", 1, 0, 18), + (4880, "522439", 1, 0, 18), + (4881, "522612", 1, 0, 18), + (4882, "522612", 1, 0, 18), + (4883, "522612", 1, 0, 18), + (4884, "522612", 1, 0, 18), + (4885, "522612", 1, 0, 18), + (4886, "522612", 1, 0, 18), + (4887, "522612", 1, 0, 18), + (4888, "522612", 1, 0, 18), + (4889, "522612", 1, 0, 18), + (4890, "522612", 1, 0, 18), + (4891, "522612", 1, 0, 18), + (4892, "522658", 1, 0, 18), + (4893, "522658", 1, 0, 18), + (4894, "522658", 1, 0, 18), + (4895, "522658", 1, 0, 18), + (4896, "522658", 1, 0, 18), + (4897, "522658", 1, 0, 18), + (4898, "522614", 1, 0, 18), + (4899, "522614", 1, 0, 18), + (4900, "522614", 1, 0, 18), + (4901, "522614", 1, 0, 18), + (4902, "522614", 1, 0, 18), + (4903, "522614", 1, 0, 18), + (4904, "522614", 1, 0, 18), + (4905, "522614", 1, 0, 18), + (4906, "522614", 1, 0, 18), + (4907, "522614", 1, 0, 18), + (4908, "522614", 1, 0, 18), + (4909, "522614", 1, 0, 18), + (4910, "522661", 1, 0, 18), + (4911, "522661", 1, 0, 18), + (4912, "522615", 1, 0, 18), + (4913, "522615", 1, 0, 18), + (4914, "522615", 1, 0, 18), + (4915, "522615", 1, 0, 18), + (4916, "522615", 1, 0, 18), + (4917, "522603", 1, 0, 18), + (4918, "522603", 1, 0, 18), + (4919, "522603", 1, 0, 18), + (4920, "522603", 1, 0, 18), + (4921, "522603", 1, 0, 18), + (4922, "522660", 1, 0, 18), + (4923, "522660", 1, 0, 18), + (4924, "522660", 1, 0, 18), + (4925, "522660", 1, 0, 18), + (4926, "522660", 1, 0, 18), + (4927, "522660", 1, 0, 18), + (4928, "522660", 1, 0, 18), + (4929, "522660", 1, 0, 18), + (4930, "522660", 1, 0, 18), + (4931, "522660", 1, 0, 18), + (4932, "522660", 1, 0, 18), + (4933, "522649", 1, 0, 18), + (4934, "522649", 1, 0, 18), + (4935, "522649", 1, 0, 18), + (4936, "522649", 1, 0, 18), + (4937, "522649", 1, 0, 18), + (4938, "522649", 1, 0, 18), + (4939, "522529", 1, 0, 18), + (4940, "522529", 1, 0, 18), + (4941, "522529", 1, 0, 18), + (4942, "522529", 1, 0, 18), + (4943, "522529", 1, 0, 18), + (4944, "522646", 1, 0, 18), + (4945, "522646", 1, 0, 18), + (4946, "522646", 1, 0, 18), + (4947, "522646", 1, 0, 18), + (4948, "522646", 1, 0, 18), + (4949, "522646", 1, 0, 18), + (4950, "522646", 1, 0, 18), + (4951, "522657", 1, 0, 18), + (4952, "522657", 1, 0, 18), + (4953, "522657", 1, 0, 18), + (4954, "522657", 1, 0, 18), + (4955, "522657", 1, 0, 18), + (4956, "522657", 1, 0, 18), + (4957, "522647", 1, 0, 18), + (4958, "522647", 1, 0, 18), + (4959, "522647", 1, 0, 18), + (4960, "522647", 1, 0, 18), + (4961, "522647", 1, 0, 18), + (4962, "522647", 1, 0, 18), + (4963, "522647", 1, 0, 18), + (4964, "522647", 1, 0, 18), + (4965, "522647", 1, 0, 18), + (4966, "522647", 1, 0, 18), + (4967, "522647", 1, 0, 18), + (4968, "522647", 1, 0, 18), + (4969, "522647", 1, 0, 18), + (4970, "522647", 1, 0, 18), + (4971, "522647", 1, 0, 18), + (4972, "522647", 1, 0, 18), + (4973, "522647", 1, 0, 18), + (4974, "522616", 1, 0, 18), + (4975, "522616", 1, 0, 18), + (4976, "522616", 1, 0, 18), + (4977, "522616", 1, 0, 18), + (4978, "522615", 1, 0, 18), + (4979, "522615", 1, 0, 18), + (4980, "522615", 1, 0, 18), + (4981, "522615", 1, 0, 18), + (4982, "522615", 1, 0, 18), + (4983, "522615", 1, 0, 18), + (4984, "522615", 1, 0, 18), + (4985, "522529", 1, 0, 18), + (4986, "522529", 1, 0, 18), + (4987, "522603", 1, 0, 18), + (4988, "522603", 1, 0, 18), + (4989, "522603", 1, 0, 18), + (4990, "522603", 1, 0, 18), + (4991, "522603", 1, 0, 18), + (4992, "522603", 1, 0, 18), + (4993, "522617", 1, 0, 18), + (4994, "522617", 1, 0, 18), + (4995, "522617", 1, 0, 18), + (4996, "522617", 1, 0, 18), + (4997, "522617", 1, 0, 18), + (4998, "522617", 1, 0, 18), + (4999, "522617", 1, 0, 18), + (5000, "522549", 1, 0, 18), + (5001, "522549", 1, 0, 18), + (5002, "522549", 1, 0, 18), + (5003, "522549", 1, 0, 18), + (5004, "522549", 1, 0, 18), + (5005, "522549", 1, 0, 18), + (5006, "522549", 1, 0, 18), + (5007, "522549", 1, 0, 18), + (5008, "522549", 1, 0, 18), + (5009, "522549", 1, 0, 18), + (5010, "522549", 1, 0, 18), + (5011, "522549", 1, 0, 18), + (5012, "522549", 1, 0, 18), + (5013, "522603", 1, 0, 18), + (5014, "522549", 1, 0, 18), + (5015, "522549", 1, 0, 18), + (5016, "522603", 1, 0, 18), + (5017, "522616", 1, 0, 18), + (5018, "522616", 1, 0, 18), + (5019, "522616", 1, 0, 18), + (5020, "522616", 1, 0, 18), + (5021, "522233", 1, 0, 18), + (5022, "522233", 1, 0, 18), + (5023, "522233", 1, 0, 18), + (5024, "522233", 1, 0, 18), + (5025, "522233", 1, 0, 18), + (5026, "522233", 1, 0, 18), + (5027, "522619", 1, 0, 18), + (5028, "522619", 1, 0, 18), + (5029, "522619", 1, 0, 18), + (5030, "522611", 1, 0, 18), + (5031, "522611", 1, 0, 18), + (5032, "522611", 1, 0, 18), + (5033, "522611", 1, 0, 18), + (5034, "522611", 1, 0, 18), + (5035, "522611", 1, 0, 18), + (5036, "522611", 1, 0, 18), + (5037, "522626", 1, 0, 18), + (5038, "522626", 1, 0, 18), + (5039, "522626", 1, 0, 18), + (5040, "522626", 1, 0, 18), + (5041, "522234", 1, 0, 18), + (5042, "522234", 1, 0, 18), + (5043, "522234", 1, 0, 18), + (5044, "522234", 1, 0, 18), + (5045, "522402", 1, 0, 18), + (5046, "522402", 1, 0, 18), + (5047, "522408", 1, 0, 18), + (5048, "522412", 1, 0, 18), + (5049, "522402", 1, 0, 18), + (5050, "522412", 1, 0, 18), + (5051, "522529", 1, 0, 18), + (5052, "522408", 1, 0, 18), + (5053, "522402", 1, 0, 18), + (5054, "522402", 1, 0, 18), + (5055, "522410", 1, 0, 18), + (5056, "522408", 1, 0, 18), + (5057, "522410", 1, 0, 18), + (5058, "522409", 1, 0, 18), + (5059, "522409", 1, 0, 18), + (5060, "522409", 1, 0, 18), + (5061, "522409", 1, 0, 18), + (5062, "522409", 1, 0, 18), + (5063, "522409", 1, 0, 18), + (5064, "522409", 1, 0, 18), + (5065, "522409", 1, 0, 18), + (5066, "522411", 1, 0, 18), + (5067, "522411", 1, 0, 18), + (5068, "522411", 1, 0, 18), + (5069, "522411", 1, 0, 18), + (5070, "522411", 1, 0, 18), + (5071, "522411", 1, 0, 18), + (5072, "522411", 1, 0, 18), + (5073, "522411", 1, 0, 18), + (5074, "522411", 1, 0, 18), + (5075, "522411", 1, 0, 18), + (5076, "522411", 1, 0, 18), + (5077, "522411", 1, 0, 18), + (5078, "522437", 1, 0, 18), + (5079, "522437", 1, 0, 18), + (5080, "522437", 1, 0, 18), + (5081, "522437", 1, 0, 18), + (5082, "522437", 1, 0, 18), + (5083, "522437", 1, 0, 18), + (5084, "522414", 1, 0, 18), + (5085, "522414", 1, 0, 18), + (5086, "522414", 1, 0, 18), + (5087, "522414", 1, 0, 18), + (5088, "522414", 1, 0, 18), + (5089, "522414", 1, 0, 18), + (5090, "522414", 1, 0, 18), + (5091, "522414", 1, 0, 18), + (5092, "522414", 1, 0, 18), + (5093, "522414", 1, 0, 18), + (5094, "522415", 1, 0, 18), + (5095, "522415", 1, 0, 18), + (5096, "522415", 1, 0, 18), + (5097, "522415", 1, 0, 18), + (5098, "522415", 1, 0, 18), + (5099, "522415", 1, 0, 18), + (5100, "522415", 1, 0, 18), + (5101, "522415", 1, 0, 18), + (5102, "522415", 1, 0, 18), + (5103, "522415", 1, 0, 18), + (5104, "522410", 1, 0, 18), + (5105, "522410", 1, 0, 18), + (5106, "522410", 1, 0, 18), + (5107, "522410", 1, 0, 18), + (5108, "522410", 1, 0, 18), + (5109, "522410", 1, 0, 18), + (5110, "522410", 1, 0, 18), + (5111, "522410", 1, 0, 18), + (5112, "522410", 1, 0, 18), + (5113, "522410", 1, 0, 18), + (5114, "522410", 1, 0, 18), + (5115, "522410", 1, 0, 18), + (5116, "522410", 1, 0, 18), + (5117, "522410", 1, 0, 18), + (5118, "522410", 1, 0, 18), + (5119, "522410", 1, 0, 18), + (5120, "522426", 1, 0, 18), + (5121, "522426", 1, 0, 18), + (5122, "522426", 1, 0, 18), + (5123, "522426", 1, 0, 18), + (5124, "522426", 1, 0, 18), + (5125, "522426", 1, 0, 18), + (5126, "522426", 1, 0, 18), + (5127, "522426", 1, 0, 18), + (5128, "522426", 1, 0, 18), + (5129, "522426", 1, 0, 18), + (5130, "522426", 1, 0, 18), + (5131, "522435", 1, 0, 18), + (5132, "522435", 1, 0, 18), + (5133, "522435", 1, 0, 18), + (5134, "522438", 1, 0, 18), + (5135, "522438", 1, 0, 18), + (5136, "522438", 1, 0, 18), + (5137, "522438", 1, 0, 18), + (5138, "522438", 1, 0, 18), + (5139, "522438", 1, 0, 18), + (5140, "522438", 1, 0, 18), + (5141, "522408", 1, 0, 18), + (5142, "522408", 1, 0, 18), + (5143, "522408", 1, 0, 18), + (5144, "522408", 1, 0, 18), + (5145, "522408", 1, 0, 18), + (5146, "522408", 1, 0, 18), + (5147, "522436", 1, 0, 18), + (5148, "522436", 1, 0, 18), + (5149, "522436", 1, 0, 18), + (5150, "522436", 1, 0, 18), + (5151, "522436", 1, 0, 18), + (5152, "522436", 1, 0, 18), + (5153, "522436", 1, 0, 18), + (5154, "522436", 1, 0, 18), + (5155, "522402", 1, 0, 18), + (5156, "522402", 1, 0, 18), + (5157, "522402", 1, 0, 18), + (5158, "522402", 1, 0, 18), + (5159, "522402", 1, 0, 18), + (5160, "522402", 1, 0, 18), + (5161, "522402", 1, 0, 18), + (5162, "522402", 1, 0, 18), + (5163, "522402", 1, 0, 18), + (5164, "522402", 1, 0, 18), + (5165, "522413", 1, 0, 18), + (5166, "522413", 1, 0, 18), + (5167, "522413", 1, 0, 18), + (5168, "522413", 1, 0, 18), + (5169, "522413", 1, 0, 18), + (5170, "522413", 1, 0, 18), + (5171, "522413", 1, 0, 18), + (5172, "522413", 1, 0, 18), + (5173, "524234", 1, 0, 18), + (5174, "524346", 1, 0, 18), + (5175, "524305", 1, 0, 18), + (5176, "524003", 1, 0, 18), + (5177, "524315", 1, 0, 18), + (5178, "524223", 1, 0, 18), + (5179, "524152", 1, 0, 18), + (5180, "524221", 1, 0, 18), + (5181, "524230", 1, 0, 18), + (5182, "524230", 1, 0, 18), + (5183, "524230", 1, 0, 18), + (5184, "524230", 1, 0, 18), + (5185, "524230", 1, 0, 18), + (5186, "524230", 1, 0, 18), + (5187, "524310", 1, 0, 18), + (5188, "524310", 1, 0, 18), + (5189, "524310", 1, 0, 18), + (5190, "524310", 1, 0, 18), + (5191, "524310", 1, 0, 18), + (5192, "524310", 1, 0, 18), + (5193, "524310", 1, 0, 18), + (5194, "524310", 1, 0, 18), + (5195, "524226", 1, 0, 18), + (5196, "524226", 1, 0, 18), + (5197, "524137", 1, 0, 18), + (5198, "524137", 1, 0, 18), + (5199, "524137", 1, 0, 18), + (5200, "524137", 1, 0, 18), + (5201, "524137", 1, 0, 18), + (5202, "524137", 1, 0, 18), + (5203, "524366", 1, 0, 18), + (5204, "524221", 1, 0, 18), + (5205, "524221", 1, 0, 18), + (5206, "524221", 1, 0, 18), + (5207, "524221", 1, 0, 18), + (5208, "524222", 1, 0, 18), + (5209, "524222", 1, 0, 18), + (5210, "524222", 1, 0, 18), + (5211, "524222", 1, 0, 18), + (5212, "524222", 1, 0, 18), + (5213, "524222", 1, 0, 18), + (5214, "524222", 1, 0, 18), + (5215, "524236", 1, 0, 18), + (5216, "524236", 1, 0, 18), + (5217, "524236", 1, 0, 18), + (5218, "524236", 1, 0, 18), + (5219, "524236", 1, 0, 18), + (5220, "524236", 1, 0, 18), + (5221, "524236", 1, 0, 18), + (5222, "524236", 1, 0, 18), + (5223, "524236", 1, 0, 18), + (5224, "524224", 1, 0, 18), + (5225, "524224", 1, 0, 18), + (5226, "524224", 1, 0, 18), + (5227, "524224", 1, 0, 18), + (5228, "524224", 1, 0, 18), + (5229, "524224", 1, 0, 18), + (5230, "524230", 1, 0, 18), + (5231, "524230", 1, 0, 18), + (5232, "524230", 1, 0, 18), + (5233, "524230", 1, 0, 18), + (5234, "524230", 1, 0, 18), + (5235, "524366", 1, 0, 18), + (5236, "524366", 1, 0, 18), + (5237, "524366", 1, 0, 18), + (5238, "524366", 1, 0, 18), + (5239, "524366", 1, 0, 18), + (5240, "524318", 1, 0, 18), + (5241, "524318", 1, 0, 18), + (5242, "524318", 1, 0, 18), + (5243, "524318", 1, 0, 18), + (5244, "524318", 1, 0, 18), + (5245, "524318", 1, 0, 18), + (5246, "524318", 1, 0, 18), + (5247, "524318", 1, 0, 18), + (5248, "524318", 1, 0, 18), + (5249, "524318", 1, 0, 18), + (5250, "524226", 1, 0, 18), + (5251, "524226", 1, 0, 18), + (5252, "524226", 1, 0, 18), + (5253, "524226", 1, 0, 18), + (5254, "524226", 1, 0, 18), + (5255, "524227", 1, 0, 18), + (5256, "524227", 1, 0, 18), + (5257, "524227", 1, 0, 18), + (5258, "524227", 1, 0, 18), + (5259, "524236", 1, 0, 18), + (5260, "524227", 1, 0, 18), + (5261, "524227", 1, 0, 18), + (5262, "524227", 1, 0, 18), + (5263, "524228", 1, 0, 18), + (5264, "524228", 1, 0, 18), + (5265, "524228", 1, 0, 18), + (5266, "524228", 1, 0, 18), + (5267, "524228", 1, 0, 18), + (5268, "524228", 1, 0, 18), + (5269, "524228", 1, 0, 18), + (5270, "524228", 1, 0, 18), + (5271, "524228", 1, 0, 18), + (5272, "524228", 1, 0, 18), + (5273, "524228", 1, 0, 18), + (5274, "524228", 1, 0, 18), + (5275, "524239", 1, 0, 18), + (5276, "524239", 1, 0, 18), + (5277, "524239", 1, 0, 18), + (5278, "524239", 1, 0, 18), + (5279, "524239", 1, 0, 18), + (5280, "524239", 1, 0, 18), + (5281, "524227", 1, 0, 18), + (5282, "524313", 1, 0, 18), + (5283, "524002", 1, 0, 18), + (5284, "524346", 1, 0, 18), + (5285, "524346", 1, 0, 18), + (5286, "524314", 1, 0, 18), + (5287, "524314", 1, 0, 18), + (5288, "524314", 1, 0, 18), + (5289, "524314", 1, 0, 18), + (5290, "524314", 1, 0, 18), + (5291, "524314", 1, 0, 18), + (5292, "524314", 1, 0, 18), + (5293, "524314", 1, 0, 18), + (5294, "524305", 1, 0, 18), + (5295, "524303", 1, 0, 18), + (5296, "524303", 1, 0, 18), + (5297, "524303", 1, 0, 18), + (5298, "524303", 1, 0, 18), + (5299, "524308", 1, 0, 18), + (5300, "524308", 1, 0, 18), + (5301, "524308", 1, 0, 18), + (5302, "524308", 1, 0, 18), + (5303, "524308", 1, 0, 18), + (5304, "524308", 1, 0, 18), + (5305, "524308", 1, 0, 18), + (5306, "524308", 1, 0, 18), + (5307, "524308", 1, 0, 18), + (5308, "524308", 1, 0, 18), + (5309, "524308", 1, 0, 18), + (5310, "524308", 1, 0, 18), + (5311, "524301", 1, 0, 18), + (5312, "524301", 1, 0, 18), + (5313, "524301", 1, 0, 18), + (5314, "524301", 1, 0, 18), + (5315, "524305", 1, 0, 18), + (5316, "524302", 1, 0, 18), + (5317, "524302", 1, 0, 18), + (5318, "524302", 1, 0, 18), + (5319, "524302", 1, 0, 18), + (5320, "524302", 1, 0, 18), + (5321, "524302", 1, 0, 18), + (5322, "524302", 1, 0, 18), + (5323, "524302", 1, 0, 18), + (5324, "524302", 1, 0, 18), + (5325, "524302", 1, 0, 18), + (5326, "524302", 1, 0, 18), + (5327, "524302", 1, 0, 18), + (5328, "524302", 1, 0, 18), + (5329, "524302", 1, 0, 18), + (5330, "524304", 1, 0, 18), + (5331, "524304", 1, 0, 18), + (5332, "524304", 1, 0, 18), + (5333, "524304", 1, 0, 18), + (5334, "524304", 1, 0, 18), + (5335, "524304", 1, 0, 18), + (5336, "524322", 1, 0, 18), + (5337, "524322", 1, 0, 18), + (5338, "524322", 1, 0, 18), + (5339, "524322", 1, 0, 18), + (5340, "524322", 1, 0, 18), + (5341, "524322", 1, 0, 18), + (5342, "524322", 1, 0, 18), + (5343, "524322", 1, 0, 18), + (5344, "524322", 1, 0, 18), + (5345, "524322", 1, 0, 18), + (5346, "524234", 1, 0, 18), + (5347, "524234", 1, 0, 18), + (5348, "524234", 1, 0, 18), + (5349, "524234", 1, 0, 18), + (5350, "524305", 1, 0, 18), + (5351, "524305", 1, 0, 18), + (5352, "524305", 1, 0, 18), + (5353, "524305", 1, 0, 18), + (5354, "524305", 1, 0, 18), + (5355, "524305", 1, 0, 18), + (5356, "524305", 1, 0, 18), + (5357, "524305", 1, 0, 18), + (5358, "524306", 1, 0, 18), + (5359, "524306", 1, 0, 18), + (5360, "524306", 1, 0, 18), + (5361, "524306", 1, 0, 18), + (5362, "524306", 1, 0, 18), + (5363, "524306", 1, 0, 18), + (5364, "524306", 1, 0, 18), + (5365, "524347", 1, 0, 18), + (5366, "524344", 1, 0, 18), + (5367, "524344", 1, 0, 18), + (5368, "524344", 1, 0, 18), + (5369, "524344", 1, 0, 18), + (5370, "524347", 1, 0, 18), + (5371, "524344", 1, 0, 18), + (5372, "524313", 1, 0, 18), + (5373, "524313", 1, 0, 18), + (5374, "524313", 1, 0, 18), + (5375, "524313", 1, 0, 18), + (5376, "524313", 1, 0, 18), + (5377, "524313", 1, 0, 18), + (5378, "524313", 1, 0, 18), + (5379, "524314", 1, 0, 18), + (5380, "524002", 1, 0, 18), + (5381, "524002", 1, 0, 18), + (5382, "524234", 1, 0, 18), + (5383, "524234", 1, 0, 18), + (5384, "524234", 1, 0, 18), + (5385, "524307", 1, 0, 18), + (5386, "524307", 1, 0, 18), + (5387, "524307", 1, 0, 18), + (5388, "524307", 1, 0, 18), + (5389, "524307", 1, 0, 18), + (5390, "524307", 1, 0, 18), + (5391, "524307", 1, 0, 18), + (5392, "524307", 1, 0, 18), + (5393, "524307", 1, 0, 18), + (5394, "524307", 1, 0, 18), + (5395, "524307", 1, 0, 18), + (5396, "524307", 1, 0, 18), + (5397, "524307", 1, 0, 18), + (5398, "524307", 1, 0, 18), + (5399, "524312", 1, 0, 18), + (5400, "524312", 1, 0, 18), + (5401, "524312", 1, 0, 18), + (5402, "524312", 1, 0, 18), + (5403, "524312", 1, 0, 18), + (5404, "524312", 1, 0, 18), + (5405, "524312", 1, 0, 18), + (5406, "524303", 1, 0, 18), + (5407, "524303", 1, 0, 18), + (5408, "524301", 1, 0, 18), + (5409, "524346", 1, 0, 18), + (5410, "524346", 1, 0, 18), + (5411, "524346", 1, 0, 18), + (5412, "524346", 1, 0, 18), + (5413, "524346", 1, 0, 18), + (5414, "524002", 1, 0, 18), + (5415, "524003", 1, 0, 18), + (5416, "524002", 1, 0, 18), + (5417, "524002", 1, 0, 18), + (5418, "524002", 1, 0, 18), + (5419, "524002", 1, 0, 18), + (5420, "524002", 1, 0, 18), + (5421, "524002", 1, 0, 18), + (5422, "524002", 1, 0, 18), + (5423, "524002", 1, 0, 18), + (5424, "524002", 1, 0, 18), + (5425, "524002", 1, 0, 18), + (5426, "524002", 1, 0, 18), + (5427, "524311", 1, 0, 18), + (5428, "524311", 1, 0, 18), + (5429, "524311", 1, 0, 18), + (5430, "524311", 1, 0, 18), + (5431, "524311", 1, 0, 18), + (5432, "524311", 1, 0, 18), + (5433, "524311", 1, 0, 18), + (5434, "524311", 1, 0, 18), + (5435, "524315", 1, 0, 18), + (5436, "524315", 1, 0, 18), + (5437, "524315", 1, 0, 18), + (5438, "524315", 1, 0, 18), + (5439, "524315", 1, 0, 18), + (5440, "524315", 1, 0, 18), + (5441, "524315", 1, 0, 18), + (5442, "524315", 1, 0, 18), + (5443, "524315", 1, 0, 18), + (5444, "524315", 1, 0, 18), + (5445, "524315", 1, 0, 18), + (5446, "524003", 1, 0, 18), + (5447, "524004", 1, 0, 18), + (5448, "524003", 1, 0, 18), + (5449, "524003", 1, 0, 18), + (5450, "524004", 1, 0, 18), + (5451, "524003", 1, 0, 18), + (5452, "524004", 1, 0, 18), + (5453, "524004", 1, 0, 18), + (5454, "524004", 1, 0, 18), + (5455, "524003", 1, 0, 18), + (5456, "524004", 1, 0, 18), + (5457, "524003", 1, 0, 18), + (5458, "524004", 1, 0, 18), + (5459, "524004", 1, 0, 18), + (5460, "524317", 1, 0, 18), + (5461, "524317", 1, 0, 18), + (5462, "524317", 1, 0, 18), + (5463, "524317", 1, 0, 18), + (5464, "524317", 1, 0, 18), + (5465, "524319", 1, 0, 18), + (5466, "524316", 1, 0, 18), + (5467, "524316", 1, 0, 18), + (5468, "524316", 1, 0, 18), + (5469, "524319", 1, 0, 18), + (5470, "524316", 1, 0, 18), + (5471, "524319", 1, 0, 18), + (5472, "524319", 1, 0, 18), + (5473, "524316", 1, 0, 18), + (5474, "524137", 1, 0, 18), + (5475, "524137", 1, 0, 18), + (5476, "524137", 1, 0, 18), + (5477, "524137", 1, 0, 18), + (5478, "524203", 1, 0, 18), + (5479, "524223", 1, 0, 18), + (5480, "524239", 1, 0, 18), + (5481, "524201", 1, 0, 18), + (5482, "524223", 1, 0, 18), + (5483, "524239", 1, 0, 18), + (5484, "524239", 1, 0, 18), + (5485, "524203", 1, 0, 18), + (5486, "524201", 1, 0, 18), + (5487, "524239", 1, 0, 18), + (5488, "524223", 1, 0, 18), + (5489, "524239", 1, 0, 18), + (5490, "524239", 1, 0, 18), + (5491, "524223", 1, 0, 18), + (5492, "524203", 1, 0, 18), + (5493, "524203", 1, 0, 18), + (5494, "524239", 1, 0, 18), + (5495, "524203", 1, 0, 18), + (5496, "524203", 1, 0, 18), + (5497, "524203", 1, 0, 18), + (5498, "524203", 1, 0, 18), + (5499, "524203", 1, 0, 18), + (5500, "524142", 1, 0, 18), + (5501, "524142", 1, 0, 18), + (5502, "524142", 1, 0, 18), + (5503, "524142", 1, 0, 18), + (5504, "524142", 1, 0, 18), + (5505, "524142", 1, 0, 18), + (5506, "524142", 1, 0, 18), + (5507, "524142", 1, 0, 18), + (5508, "524142", 1, 0, 18), + (5509, "524142", 1, 0, 18), + (5510, "524142", 1, 0, 18), + (5511, "524152", 1, 0, 18), + (5512, "524152", 1, 0, 18), + (5513, "524152", 1, 0, 18), + (5514, "524152", 1, 0, 18), + (5515, "524152", 1, 0, 18), + (5516, "524223", 1, 0, 18), + (5517, "524223", 1, 0, 18), + (5518, "524223", 1, 0, 18), + (5519, "524223", 1, 0, 18), + (5520, "524223", 1, 0, 18), + (5521, "524223", 1, 0, 18), + (5522, "524223", 1, 0, 18), + (5523, "524223", 1, 0, 18), + (5524, "524223", 1, 0, 18), + (5525, "524223", 1, 0, 18), + (5526, "524223", 1, 0, 18), + (5527, "524225", 1, 0, 18), + (5528, "524225", 1, 0, 18), + (5529, "524225", 1, 0, 18), + (5530, "524225", 1, 0, 18), + (5531, "524225", 1, 0, 18), + (5532, "524225", 1, 0, 18), + (5533, "524225", 1, 0, 18), + (5534, "524225", 1, 0, 18), + (5535, "524240", 1, 0, 18), + (5536, "524240", 1, 0, 18), + (5537, "524240", 1, 0, 18), + (5538, "524240", 1, 0, 18), + (5539, "524240", 1, 0, 18), + (5540, "524240", 1, 0, 18), + (5541, "524240", 1, 0, 18), + (5542, "524240", 1, 0, 18), + (5543, "524240", 1, 0, 18), + (5544, "524221", 1, 0, 18), + (5545, "524221", 1, 0, 18), + (5546, "535523", 1, 0, 18), + (5547, "535523", 1, 0, 18), + (5548, "535523", 1, 0, 18), + (5549, "535523", 1, 0, 18), + (5550, "535523", 1, 0, 18), + (5551, "535523", 1, 0, 18), + (5552, "535521", 1, 0, 18), + (5553, "535521", 1, 0, 18), + (5554, "535521", 1, 0, 18), + (5555, "535521", 1, 0, 18), + (5556, "535521", 1, 0, 18), + (5557, "535521", 1, 0, 18), + (5558, "535521", 1, 0, 18), + (5559, "535521", 1, 0, 18), + (5560, "535521", 1, 0, 18), + (5561, "535521", 1, 0, 18), + (5562, "535522", 1, 0, 18), + (5563, "535522", 1, 0, 18), + (5564, "535522", 1, 0, 18), + (5565, "532462", 1, 0, 18), + (5566, "532462", 1, 0, 18), + (5567, "532462", 1, 0, 18), + (5568, "532462", 1, 0, 18), + (5569, "532462", 1, 0, 18), + (5570, "532462", 1, 0, 18), + (5571, "532462", 1, 0, 18), + (5572, "532462", 1, 0, 18), + (5573, "532462", 1, 0, 18), + (5574, "532440", 1, 0, 18), + (5575, "535534", 1, 0, 18), + (5576, "532440", 1, 0, 18), + (5577, "535463", 1, 0, 18), + (5578, "535525", 1, 0, 18), + (5579, "532460", 1, 0, 18), + (5580, "535557", 1, 0, 18), + (5581, "535578", 1, 0, 18), + (5582, "535593", 1, 0, 18), + (5583, "535593", 1, 0, 18), + (5584, "535593", 1, 0, 18), + (5585, "535593", 1, 0, 18), + (5586, "535593", 1, 0, 18), + (5587, "535593", 1, 0, 18), + (5588, "535593", 1, 0, 18), + (5589, "535593", 1, 0, 18), + (5590, "535125", 1, 0, 18), + (5591, "535125", 1, 0, 18), + (5592, "532148", 1, 0, 18), + (5593, "535125", 1, 0, 18), + (5594, "535125", 1, 0, 18), + (5595, "535125", 1, 0, 18), + (5596, "535125", 1, 0, 18), + (5597, "535125", 1, 0, 18), + (5598, "535125", 1, 0, 18), + (5599, "535592", 1, 0, 18), + (5600, "535592", 1, 0, 18), + (5601, "535592", 1, 0, 18), + (5602, "535592", 1, 0, 18), + (5603, "535578", 1, 0, 18), + (5604, "535578", 1, 0, 18), + (5605, "535578", 1, 0, 18), + (5606, "535578", 1, 0, 18), + (5607, "535578", 1, 0, 18), + (5608, "535578", 1, 0, 18), + (5609, "535102", 1, 0, 18), + (5610, "535102", 1, 0, 18), + (5611, "535102", 1, 0, 18), + (5612, "535102", 1, 0, 18), + (5613, "535102", 1, 0, 18), + (5614, "535102", 1, 0, 18), + (5615, "535102", 1, 0, 18), + (5616, "535102", 1, 0, 18), + (5617, "535102", 1, 0, 18), + (5618, "535547", 1, 0, 18), + (5619, "535547", 1, 0, 18), + (5620, "535547", 1, 0, 18), + (5621, "535547", 1, 0, 18), + (5622, "535547", 1, 0, 18), + (5623, "535547", 1, 0, 18), + (5624, "535547", 1, 0, 18), + (5625, "535547", 1, 0, 18), + (5626, "535547", 1, 0, 18), + (5627, "535547", 1, 0, 18), + (5628, "535547", 1, 0, 18), + (5629, "535547", 1, 0, 18), + (5630, "535593", 1, 0, 18), + (5631, "535593", 1, 0, 18), + (5632, "535592", 1, 0, 18), + (5633, "535568", 1, 0, 18), + (5634, "535568", 1, 0, 18), + (5635, "535568", 1, 0, 18), + (5636, "535568", 1, 0, 18), + (5637, "535568", 1, 0, 18), + (5638, "535579", 1, 0, 18), + (5639, "535579", 1, 0, 18), + (5640, "535579", 1, 0, 18), + (5641, "535579", 1, 0, 18), + (5642, "535579", 1, 0, 18), + (5643, "535579", 1, 0, 18), + (5644, "535579", 1, 0, 18), + (5645, "535579", 1, 0, 18), + (5646, "535579", 1, 0, 18), + (5647, "535579", 1, 0, 18), + (5648, "535579", 1, 0, 18), + (5649, "535579", 1, 0, 18), + (5650, "535579", 1, 0, 18), + (5651, "535579", 1, 0, 18), + (5652, "535579", 1, 0, 18), + (5653, "535579", 1, 0, 18), + (5654, "535579", 1, 0, 18), + (5655, "535579", 1, 0, 18), + (5656, "535591", 1, 0, 18), + (5657, "535591", 1, 0, 18), + (5658, "535591", 1, 0, 18), + (5659, "535591", 1, 0, 18), + (5660, "535591", 1, 0, 18), + (5661, "535591", 1, 0, 18), + (5662, "535101", 1, 0, 18), + (5663, "535101", 1, 0, 18), + (5664, "535101", 1, 0, 18), + (5665, "535101", 1, 0, 18), + (5666, "535101", 1, 0, 18), + (5667, "535101", 1, 0, 18), + (5668, "535101", 1, 0, 18), + (5669, "535101", 1, 0, 18), + (5670, "535101", 1, 0, 18), + (5671, "535126", 1, 0, 18), + (5672, "535126", 1, 0, 18), + (5673, "535126", 1, 0, 18), + (5674, "535126", 1, 0, 18), + (5675, "535126", 1, 0, 18), + (5676, "535126", 1, 0, 18), + (5677, "535124", 1, 0, 18), + (5678, "535124", 1, 0, 18), + (5679, "535124", 1, 0, 18), + (5680, "535124", 1, 0, 18), + (5681, "535124", 1, 0, 18), + (5682, "535124", 1, 0, 18), + (5683, "535124", 1, 0, 18), + (5684, "535124", 1, 0, 18), + (5685, "535593", 1, 0, 18), + (5686, "535591", 1, 0, 18), + (5687, "535593", 1, 0, 18), + (5688, "535591", 1, 0, 18), + (5689, "535591", 1, 0, 18), + (5690, "535591", 1, 0, 18), + (5691, "535591", 1, 0, 18), + (5692, "535591", 1, 0, 18), + (5693, "535591", 1, 0, 18), + (5694, "535591", 1, 0, 18), + (5695, "535591", 1, 0, 18), + (5696, "535591", 1, 0, 18), + (5697, "535591", 1, 0, 18), + (5698, "535546", 1, 0, 18), + (5699, "535546", 1, 0, 18), + (5700, "535546", 1, 0, 18), + (5701, "535546", 1, 0, 18), + (5702, "535546", 1, 0, 18), + (5703, "535546", 1, 0, 18), + (5704, "535546", 1, 0, 18), + (5705, "535546", 1, 0, 18), + (5706, "535546", 1, 0, 18), + (5707, "535546", 1, 0, 18), + (5708, "535546", 1, 0, 18), + (5709, "535546", 1, 0, 18), + (5710, "535546", 1, 0, 18), + (5711, "535546", 1, 0, 18), + (5712, "535546", 1, 0, 18), + (5713, "535546", 1, 0, 18), + (5714, "535546", 1, 0, 18), + (5715, "535101", 1, 0, 18), + (5716, "535101", 1, 0, 18), + (5717, "535101", 1, 0, 18), + (5718, "535534", 1, 0, 18), + (5719, "535534", 1, 0, 18), + (5720, "535534", 1, 0, 18), + (5721, "535534", 1, 0, 18), + (5722, "535534", 1, 0, 18), + (5723, "535534", 1, 0, 18), + (5724, "535534", 1, 0, 18), + (5725, "535522", 1, 0, 18), + (5726, "535522", 1, 0, 18), + (5727, "535522", 1, 0, 18), + (5728, "535524", 1, 0, 18), + (5729, "535524", 1, 0, 18), + (5730, "535594", 1, 0, 18), + (5731, "535526", 1, 0, 18), + (5732, "535594", 1, 0, 18), + (5733, "535526", 1, 0, 18), + (5734, "535594", 1, 0, 18), + (5735, "535526", 1, 0, 18), + (5736, "535526", 1, 0, 18), + (5737, "535526", 1, 0, 18), + (5738, "535526", 1, 0, 18), + (5739, "535594", 1, 0, 18), + (5740, "535594", 1, 0, 18), + (5741, "535594", 1, 0, 18), + (5742, "535526", 1, 0, 18), + (5743, "535534", 1, 0, 18), + (5744, "532440", 1, 0, 18), + (5745, "532440", 1, 0, 18), + (5746, "532440", 1, 0, 18), + (5747, "532440", 1, 0, 18), + (5748, "532440", 1, 0, 18), + (5749, "532440", 1, 0, 18), + (5750, "532440", 1, 0, 18), + (5751, "535502", 1, 0, 18), + (5752, "535527", 1, 0, 18), + (5753, "535527", 1, 0, 18), + (5754, "535527", 1, 0, 18), + (5755, "535527", 1, 0, 18), + (5756, "535527", 1, 0, 18), + (5757, "535527", 1, 0, 18), + (5758, "535527", 1, 0, 18), + (5759, "535527", 1, 0, 18), + (5760, "535502", 1, 0, 18), + (5761, "535502", 1, 0, 18), + (5762, "535502", 1, 0, 18), + (5763, "535502", 1, 0, 18), + (5764, "535502", 1, 0, 18), + (5765, "535502", 1, 0, 18), + (5766, "535502", 1, 0, 18), + (5767, "535463", 1, 0, 18), + (5768, "535463", 1, 0, 18), + (5769, "535463", 1, 0, 18), + (5770, "535463", 1, 0, 18), + (5771, "535463", 1, 0, 18), + (5772, "535463", 1, 0, 18), + (5773, "535463", 1, 0, 18), + (5774, "535463", 1, 0, 18), + (5775, "535463", 1, 0, 18), + (5776, "535463", 1, 0, 18), + (5777, "535463", 1, 0, 18), + (5778, "535463", 1, 0, 18), + (5779, "535523", 1, 0, 18), + (5780, "535523", 1, 0, 18), + (5781, "535523", 1, 0, 18), + (5782, "535523", 1, 0, 18), + (5783, "535523", 1, 0, 18), + (5784, "535523", 1, 0, 18), + (5785, "535523", 1, 0, 18), + (5786, "535523", 1, 0, 18), + (5787, "535523", 1, 0, 18), + (5788, "535523", 1, 0, 18), + (5789, "535523", 1, 0, 18), + (5790, "535523", 1, 0, 18), + (5791, "535523", 1, 0, 18), + (5792, "535523", 1, 0, 18), + (5793, "535523", 1, 0, 18), + (5794, "535523", 1, 0, 18), + (5795, "535527", 1, 0, 18), + (5796, "535527", 1, 0, 18), + (5797, "535527", 1, 0, 18), + (5798, "535527", 1, 0, 18), + (5799, "535527", 1, 0, 18), + (5800, "535525", 1, 0, 18), + (5801, "535525", 1, 0, 18), + (5802, "535525", 1, 0, 18), + (5803, "535502", 1, 0, 18), + (5804, "532440", 1, 0, 18), + (5805, "532440", 1, 0, 18), + (5806, "532440", 1, 0, 18), + (5807, "532440", 1, 0, 18), + (5808, "532440", 1, 0, 18), + (5809, "532440", 1, 0, 18), + (5810, "535521", 1, 0, 18), + (5811, "535521", 1, 0, 18), + (5812, "535521", 1, 0, 18), + (5813, "535521", 1, 0, 18), + (5814, "535521", 1, 0, 18), + (5815, "535521", 1, 0, 18), + (5816, "535521", 1, 0, 18), + (5817, "535521", 1, 0, 18), + (5818, "535521", 1, 0, 18), + (5819, "535521", 1, 0, 18), + (5820, "535524", 1, 0, 18), + (5821, "535524", 1, 0, 18), + (5822, "535524", 1, 0, 18), + (5823, "535524", 1, 0, 18), + (5824, "535524", 1, 0, 18), + (5825, "535524", 1, 0, 18), + (5826, "535524", 1, 0, 18), + (5827, "535534", 1, 0, 18), + (5828, "535534", 1, 0, 18), + (5829, "535534", 1, 0, 18), + (5830, "535534", 1, 0, 18), + (5831, "535534", 1, 0, 18), + (5832, "535534", 1, 0, 18), + (5833, "535525", 1, 0, 18), + (5834, "535502", 1, 0, 18), + (5835, "535525", 1, 0, 18), + (5836, "535525", 1, 0, 18), + (5837, "535525", 1, 0, 18), + (5838, "535525", 1, 0, 18), + (5839, "535525", 1, 0, 18), + (5840, "535525", 1, 0, 18), + (5841, "532443", 1, 0, 18), + (5842, "532443", 1, 0, 18), + (5843, "532443", 1, 0, 18), + (5844, "532443", 1, 0, 18), + (5845, "532443", 1, 0, 18), + (5846, "532443", 1, 0, 18), + (5847, "532443", 1, 0, 18), + (5848, "532443", 1, 0, 18), + (5849, "532461", 1, 0, 18), + (5850, "532461", 1, 0, 18), + (5851, "532461", 1, 0, 18), + (5852, "532461", 1, 0, 18), + (5853, "532460", 1, 0, 18), + (5854, "532460", 1, 0, 18), + (5855, "532460", 1, 0, 18), + (5856, "532460", 1, 0, 18), + (5857, "532460", 1, 0, 18), + (5858, "532460", 1, 0, 18), + (5859, "532460", 1, 0, 18), + (5860, "532460", 1, 0, 18), + (5861, "532460", 1, 0, 18), + (5862, "532460", 1, 0, 18), + (5863, "532460", 1, 0, 18), + (5864, "532460", 1, 0, 18), + (5865, "532460", 1, 0, 18), + (5866, "532460", 1, 0, 18), + (5867, "532460", 1, 0, 18), + (5868, "532460", 1, 0, 18), + (5869, "532460", 1, 0, 18), + (5870, "532460", 1, 0, 18), + (5871, "535559", 1, 0, 18), + (5872, "535559", 1, 0, 18), + (5873, "535559", 1, 0, 18), + (5874, "535559", 1, 0, 18), + (5875, "535559", 1, 0, 18), + (5876, "535559", 1, 0, 18), + (5877, "535559", 1, 0, 18), + (5878, "535559", 1, 0, 18), + (5879, "535559", 1, 0, 18), + (5880, "535559", 1, 0, 18), + (5881, "535559", 1, 0, 18), + (5882, "532461", 1, 0, 18), + (5883, "532461", 1, 0, 18), + (5884, "535559", 1, 0, 18), + (5885, "535559", 1, 0, 18), + (5886, "535557", 1, 0, 18), + (5887, "535557", 1, 0, 18), + (5888, "535557", 1, 0, 18), + (5889, "535557", 1, 0, 18), + (5890, "535557", 1, 0, 18), + (5891, "535557", 1, 0, 18), + (5892, "535557", 1, 0, 18), + (5893, "535557", 1, 0, 18), + (5894, "535557", 1, 0, 18), + (5895, "535557", 1, 0, 18), + (5896, "535557", 1, 0, 18), + (5897, "535557", 1, 0, 18), + (5898, "535573", 1, 0, 18), + (5899, "535573", 1, 0, 18), + (5900, "535573", 1, 0, 18), + (5901, "535573", 1, 0, 18), + (5902, "535573", 1, 0, 18), + (5903, "535573", 1, 0, 18), + (5904, "535573", 1, 0, 18), + (5905, "535573", 1, 0, 18), + (5906, "535573", 1, 0, 18), + (5907, "535573", 1, 0, 18), + (5908, "535573", 1, 0, 18), + (5909, "535128", 1, 0, 18), + (5910, "535128", 1, 0, 18), + (5911, "535128", 1, 0, 18), + (5912, "535128", 1, 0, 18), + (5913, "535128", 1, 0, 18), + (5914, "535128", 1, 0, 18), + (5915, "535128", 1, 0, 18), + (5916, "535128", 1, 0, 18), + (5917, "535128", 1, 0, 18), + (5918, "535128", 1, 0, 18), + (5919, "535128", 1, 0, 18), + (5920, "535128", 1, 0, 18), + (5921, "535128", 1, 0, 18), + (5922, "535578", 1, 0, 18), + (5923, "535578", 1, 0, 18), + (5924, "535578", 1, 0, 18), + (5925, "535578", 1, 0, 18), + (5926, "523169", 1, 0, 18), + (5927, "523101", 1, 0, 18), + (5928, "523270", 1, 0, 18), + (5929, "523169", 1, 0, 18), + (5930, "523291", 1, 0, 18), + (5931, "523292", 1, 0, 18), + (5932, "523230", 1, 0, 18), + (5933, "523247", 1, 0, 18), + (5934, "523227", 1, 0, 18), + (5935, "523227", 1, 0, 18), + (5936, "523241", 1, 0, 18), + (5937, "523241", 1, 0, 18), + (5938, "523241", 1, 0, 18), + (5939, "523241", 1, 0, 18), + (5940, "523241", 1, 0, 18), + (5941, "523241", 1, 0, 18), + (5942, "523241", 1, 0, 18), + (5943, "523241", 1, 0, 18), + (5944, "523241", 1, 0, 18), + (5945, "523241", 1, 0, 18), + (5946, "523304", 1, 0, 18), + (5947, "523304", 1, 0, 18), + (5948, "523304", 1, 0, 18), + (5949, "523304", 1, 0, 18), + (5950, "523304", 1, 0, 18), + (5951, "523304", 1, 0, 18), + (5952, "523304", 1, 0, 18), + (5953, "523247", 1, 0, 18), + (5954, "523247", 1, 0, 18), + (5955, "523247", 1, 0, 18), + (5956, "523247", 1, 0, 18), + (5957, "523247", 1, 0, 18), + (5958, "523247", 1, 0, 18), + (5959, "523247", 1, 0, 18), + (5960, "523247", 1, 0, 18), + (5961, "523246", 1, 0, 18), + (5962, "523246", 1, 0, 18), + (5963, "523246", 1, 0, 18), + (5964, "523246", 1, 0, 18), + (5965, "523246", 1, 0, 18), + (5966, "523246", 1, 0, 18), + (5967, "523246", 1, 0, 18), + (5968, "523246", 1, 0, 18), + (5969, "523246", 1, 0, 18), + (5970, "523246", 1, 0, 18), + (5971, "523246", 1, 0, 18), + (5972, "523246", 1, 0, 18), + (5973, "523227", 1, 0, 18), + (5974, "523227", 1, 0, 18), + (5975, "523227", 1, 0, 18), + (5976, "523227", 1, 0, 18), + (5977, "523227", 1, 0, 18), + (5978, "523227", 1, 0, 18), + (5979, "523304", 1, 0, 18), + (5980, "523304", 1, 0, 18), + (5981, "523304", 1, 0, 18), + (5982, "523304", 1, 0, 18), + (5983, "523304", 1, 0, 18), + (5984, "523304", 1, 0, 18), + (5985, "523304", 1, 0, 18), + (5986, "523223", 1, 0, 18), + (5987, "523223", 1, 0, 18), + (5988, "523223", 1, 0, 18), + (5989, "523223", 1, 0, 18), + (5990, "523223", 1, 0, 18), + (5991, "523223", 1, 0, 18), + (5992, "523223", 1, 0, 18), + (5993, "523265", 1, 0, 18), + (5994, "523265", 1, 0, 18), + (5995, "523265", 1, 0, 18), + (5996, "523265", 1, 0, 18), + (5997, "523265", 1, 0, 18), + (5998, "523265", 1, 0, 18), + (5999, "523265", 1, 0, 18), + (6000, "523265", 1, 0, 18), + (6001, "523265", 1, 0, 18), + (6002, "523108", 1, 0, 18), + (6003, "523108", 1, 0, 18), + (6004, "523108", 1, 0, 18), + (6005, "523108", 1, 0, 18), + (6006, "523108", 1, 0, 18), + (6007, "523245", 1, 0, 18), + (6008, "523253", 1, 0, 18), + (6009, "523245", 1, 0, 18), + (6010, "523252", 1, 0, 18), + (6011, "523252", 1, 0, 18), + (6012, "523252", 1, 0, 18), + (6013, "523252", 1, 0, 18), + (6014, "523252", 1, 0, 18), + (6015, "523182", 1, 0, 18), + (6016, "523182", 1, 0, 18), + (6017, "523182", 1, 0, 18), + (6018, "523303", 1, 0, 18), + (6019, "523303", 1, 0, 18), + (6020, "523303", 1, 0, 18), + (6021, "523303", 1, 0, 18), + (6022, "523303", 1, 0, 18), + (6023, "523303", 1, 0, 18), + (6024, "523303", 1, 0, 18), + (6025, "523303", 1, 0, 18), + (6026, "523303", 1, 0, 18), + (6027, "523303", 1, 0, 18), + (6028, "523303", 1, 0, 18), + (6029, "523286", 1, 0, 18), + (6030, "523286", 1, 0, 18), + (6031, "523286", 1, 0, 18), + (6032, "523286", 1, 0, 18), + (6033, "523211", 1, 0, 18), + (6034, "523211", 1, 0, 18), + (6035, "523211", 1, 0, 18), + (6036, "523211", 1, 0, 18), + (6037, "523211", 1, 0, 18), + (6038, "523211", 1, 0, 18), + (6039, "523211", 1, 0, 18), + (6040, "523211", 1, 0, 18), + (6041, "523211", 1, 0, 18), + (6042, "523211", 1, 0, 18), + (6043, "523301", 1, 0, 18), + (6044, "523301", 1, 0, 18), + (6045, "523301", 1, 0, 18), + (6046, "523301", 1, 0, 18), + (6047, "523301", 1, 0, 18), + (6048, "523301", 1, 0, 18), + (6049, "523301", 1, 0, 18), + (6050, "523301", 1, 0, 18), + (6051, "523301", 1, 0, 18), + (6052, "523301", 1, 0, 18), + (6053, "523301", 1, 0, 18), + (6054, "523301", 1, 0, 18), + (6055, "523301", 1, 0, 18), + (6056, "523301", 1, 0, 18), + (6057, "523301", 1, 0, 18), + (6058, "523301", 1, 0, 18), + (6059, "523301", 1, 0, 18), + (6060, "523301", 1, 0, 18), + (6061, "523212", 1, 0, 18), + (6062, "523212", 1, 0, 18), + (6063, "523212", 1, 0, 18), + (6064, "523212", 1, 0, 18), + (6065, "523212", 1, 0, 18), + (6066, "523212", 1, 0, 18), + (6067, "523212", 1, 0, 18), + (6068, "523212", 1, 0, 18), + (6069, "523212", 1, 0, 18), + (6070, "523212", 1, 0, 18), + (6071, "523212", 1, 0, 18), + (6072, "523214", 1, 0, 18), + (6073, "523261", 1, 0, 18), + (6074, "523261", 1, 0, 18), + (6075, "523261", 1, 0, 18), + (6076, "523214", 1, 0, 18), + (6077, "523261", 1, 0, 18), + (6078, "523261", 1, 0, 18), + (6079, "523261", 1, 0, 18), + (6080, "523214", 1, 0, 18), + (6081, "523261", 1, 0, 18), + (6082, "523183", 1, 0, 18), + (6083, "523183", 1, 0, 18), + (6084, "523183", 1, 0, 18), + (6085, "523183", 1, 0, 18), + (6086, "523183", 1, 0, 18), + (6087, "523183", 1, 0, 18), + (6088, "523213", 1, 0, 18), + (6089, "523213", 1, 0, 18), + (6090, "523302", 1, 0, 18), + (6091, "523302", 1, 0, 18), + (6092, "523302", 1, 0, 18), + (6093, "523302", 1, 0, 18), + (6094, "523302", 1, 0, 18), + (6095, "523254", 1, 0, 18), + (6096, "523254", 1, 0, 18), + (6097, "523254", 1, 0, 18), + (6098, "523254", 1, 0, 18), + (6099, "523254", 1, 0, 18), + (6100, "523253", 1, 0, 18), + (6101, "523253", 1, 0, 18), + (6102, "523253", 1, 0, 18), + (6103, "523253", 1, 0, 18), + (6104, "523253", 1, 0, 18), + (6105, "523253", 1, 0, 18), + (6106, "523253", 1, 0, 18), + (6107, "523253", 1, 0, 18), + (6108, "523253", 1, 0, 18), + (6109, "523253", 1, 0, 18), + (6110, "523253", 1, 0, 18), + (6111, "523224", 1, 0, 18), + (6112, "523224", 1, 0, 18), + (6113, "523224", 1, 0, 18), + (6114, "523224", 1, 0, 18), + (6115, "523108", 1, 0, 18), + (6116, "523108", 1, 0, 18), + (6117, "523108", 1, 0, 18), + (6118, "523108", 1, 0, 18), + (6119, "523108", 1, 0, 18), + (6120, "523108", 1, 0, 18), + (6121, "523108", 1, 0, 18), + (6122, "523108", 1, 0, 18), + (6123, "523245", 1, 0, 18), + (6124, "523245", 1, 0, 18), + (6125, "523245", 1, 0, 18), + (6126, "523245", 1, 0, 18), + (6127, "523245", 1, 0, 18), + (6128, "523245", 1, 0, 18), + (6129, "523245", 1, 0, 18), + (6130, "523111", 1, 0, 18), + (6131, "523111", 1, 0, 18), + (6132, "523111", 1, 0, 18), + (6133, "523111", 1, 0, 18), + (6134, "523111", 1, 0, 18), + (6135, "523111", 1, 0, 18), + (6136, "523111", 1, 0, 18), + (6137, "523111", 1, 0, 18), + (6138, "523111", 1, 0, 18), + (6139, "523111", 1, 0, 18), + (6140, "523117", 1, 0, 18), + (6141, "523117", 1, 0, 18), + (6142, "523117", 1, 0, 18), + (6143, "523117", 1, 0, 18), + (6144, "523117", 1, 0, 18), + (6145, "523117", 1, 0, 18), + (6146, "523228", 1, 0, 18), + (6147, "523228", 1, 0, 18), + (6148, "523228", 1, 0, 18), + (6149, "523228", 1, 0, 18), + (6150, "523228", 1, 0, 18), + (6151, "523228", 1, 0, 18), + (6152, "523228", 1, 0, 18), + (6153, "523228", 1, 0, 18), + (6154, "523228", 1, 0, 18), + (6155, "523253", 1, 0, 18), + (6156, "523245", 1, 0, 18), + (6157, "523245", 1, 0, 18), + (6158, "523247", 1, 0, 18), + (6159, "523253", 1, 0, 18), + (6160, "523245", 1, 0, 18), + (6161, "523253", 1, 0, 18), + (6162, "523270", 1, 0, 18), + (6163, "523247", 1, 0, 18), + (6164, "523245", 1, 0, 18), + (6165, "523253", 1, 0, 18), + (6166, "523247", 1, 0, 18), + (6167, "523113", 1, 0, 18), + (6168, "523281", 1, 0, 18), + (6169, "523281", 1, 0, 18), + (6170, "523281", 1, 0, 18), + (6171, "523281", 1, 0, 18), + (6172, "523281", 1, 0, 18), + (6173, "523281", 1, 0, 18), + (6174, "523281", 1, 0, 18), + (6175, "523271", 1, 0, 18), + (6176, "523271", 1, 0, 18), + (6177, "523271", 1, 0, 18), + (6178, "523271", 1, 0, 18), + (6179, "523271", 1, 0, 18), + (6180, "523271", 1, 0, 18), + (6181, "523271", 1, 0, 18), + (6182, "523271", 1, 0, 18), + (6183, "523271", 1, 0, 18), + (6184, "523271", 1, 0, 18), + (6185, "523271", 1, 0, 18), + (6186, "523271", 1, 0, 18), + (6187, "523271", 1, 0, 18), + (6188, "523271", 1, 0, 18), + (6189, "523270", 1, 0, 18), + (6190, "523270", 1, 0, 18), + (6191, "523270", 1, 0, 18), + (6192, "523270", 1, 0, 18), + (6193, "523270", 1, 0, 18), + (6194, "523270", 1, 0, 18), + (6195, "523270", 1, 0, 18), + (6196, "523270", 1, 0, 18), + (6197, "523270", 1, 0, 18), + (6198, "523270", 1, 0, 18), + (6199, "523270", 1, 0, 18), + (6200, "523270", 1, 0, 18), + (6201, "523114", 1, 0, 18), + (6202, "523114", 1, 0, 18), + (6203, "523114", 1, 0, 18), + (6204, "523114", 1, 0, 18), + (6205, "523115", 1, 0, 18), + (6206, "523214", 1, 0, 18), + (6207, "523167", 1, 0, 18), + (6208, "523167", 1, 0, 18), + (6209, "523167", 1, 0, 18), + (6210, "523167", 1, 0, 18), + (6211, "523167", 1, 0, 18), + (6212, "523214", 1, 0, 18), + (6213, "523166", 1, 0, 18), + (6214, "523166", 1, 0, 18), + (6215, "523165", 1, 0, 18), + (6216, "523181", 1, 0, 18), + (6217, "523181", 1, 0, 18), + (6218, "523181", 1, 0, 18), + (6219, "523168", 1, 0, 18), + (6220, "523184", 1, 0, 18), + (6221, "523115", 1, 0, 18), + (6222, "523115", 1, 0, 18), + (6223, "523115", 1, 0, 18), + (6224, "523115", 1, 0, 18), + (6225, "523115", 1, 0, 18), + (6226, "523273", 1, 0, 18), + (6227, "523273", 1, 0, 18), + (6228, "523273", 1, 0, 18), + (6229, "523113", 1, 0, 18), + (6230, "523113", 1, 0, 18), + (6231, "523113", 1, 0, 18), + (6232, "523113", 1, 0, 18), + (6233, "523113", 1, 0, 18), + (6234, "523113", 1, 0, 18), + (6235, "523113", 1, 0, 18), + (6236, "523113", 1, 0, 18), + (6237, "523113", 1, 0, 18), + (6238, "523109", 1, 0, 18), + (6239, "523109", 1, 0, 18), + (6240, "523109", 1, 0, 18), + (6241, "523109", 1, 0, 18), + (6242, "523109", 1, 0, 18), + (6243, "523109", 1, 0, 18), + (6244, "523109", 1, 0, 18), + (6245, "523109", 1, 0, 18), + (6246, "523109", 1, 0, 18), + (6247, "523291", 1, 0, 18), + (6248, "523171", 1, 0, 18), + (6249, "523171", 1, 0, 18), + (6250, "523171", 1, 0, 18), + (6251, "523171", 1, 0, 18), + (6252, "523171", 1, 0, 18), + (6253, "523155", 1, 0, 18), + (6254, "523135", 1, 0, 18), + (6255, "523135", 1, 0, 18), + (6256, "523190", 1, 0, 18), + (6257, "523190", 1, 0, 18), + (6258, "523190", 1, 0, 18), + (6259, "523190", 1, 0, 18), + (6260, "523190", 1, 0, 18), + (6261, "523167", 1, 0, 18), + (6262, "523167", 1, 0, 18), + (6263, "523169", 1, 0, 18), + (6264, "523169", 1, 0, 18), + (6265, "523169", 1, 0, 18), + (6266, "523169", 1, 0, 18), + (6267, "523169", 1, 0, 18), + (6268, "523169", 1, 0, 18), + (6269, "523169", 1, 0, 18), + (6270, "523169", 1, 0, 18), + (6271, "523169", 1, 0, 18), + (6272, "523169", 1, 0, 18), + (6273, "523169", 1, 0, 18), + (6274, "523291", 1, 0, 18), + (6275, "523291", 1, 0, 18), + (6276, "523101", 1, 0, 18), + (6277, "523101", 1, 0, 18), + (6278, "523101", 1, 0, 18), + (6279, "523101", 1, 0, 18), + (6280, "523101", 1, 0, 18), + (6281, "523101", 1, 0, 18), + (6282, "523101", 1, 0, 18), + (6283, "523101", 1, 0, 18), + (6284, "523101", 1, 0, 18), + (6285, "523101", 1, 0, 18), + (6286, "523274", 1, 0, 18), + (6287, "523274", 1, 0, 18), + (6288, "523274", 1, 0, 18), + (6289, "523274", 1, 0, 18), + (6290, "523274", 1, 0, 18), + (6291, "523274", 1, 0, 18), + (6292, "523274", 1, 0, 18), + (6293, "523274", 1, 0, 18), + (6294, "523274", 1, 0, 18), + (6295, "523274", 1, 0, 18), + (6296, "523292", 1, 0, 18), + (6297, "523292", 1, 0, 18), + (6298, "523292", 1, 0, 18), + (6299, "523292", 1, 0, 18), + (6300, "523292", 1, 0, 18), + (6301, "523292", 1, 0, 18), + (6302, "523292", 1, 0, 18), + (6303, "523292", 1, 0, 18), + (6304, "523279", 1, 0, 18), + (6305, "523279", 1, 0, 18), + (6306, "523279", 1, 0, 18), + (6307, "523279", 1, 0, 18), + (6308, "523279", 1, 0, 18), + (6309, "523116", 1, 0, 18), + (6310, "523116", 1, 0, 18), + (6311, "523116", 1, 0, 18), + (6312, "523116", 1, 0, 18), + (6313, "523116", 1, 0, 18), + (6314, "523116", 1, 0, 18), + (6315, "523116", 1, 0, 18), + (6316, "523104", 1, 0, 18), + (6317, "523230", 1, 0, 18), + (6318, "523230", 1, 0, 18), + (6319, "523230", 1, 0, 18), + (6320, "523230", 1, 0, 18), + (6321, "523230", 1, 0, 18), + (6322, "523230", 1, 0, 18), + (6323, "523230", 1, 0, 18), + (6324, "523230", 1, 0, 18), + (6325, "523230", 1, 0, 18), + (6326, "523117", 1, 0, 18), + (6327, "523169", 1, 0, 18), + (6328, "523169", 1, 0, 18), + (6329, "523169", 1, 0, 18), + (6330, "523157", 1, 0, 18), + (6331, "523157", 1, 0, 18), + (6332, "523157", 1, 0, 18), + (6333, "523157", 1, 0, 18), + (6334, "523157", 1, 0, 18), + (6335, "523157", 1, 0, 18), + (6336, "523185", 1, 0, 18), + (6337, "523185", 1, 0, 18), + (6338, "523170", 1, 0, 18), + (6339, "523170", 1, 0, 18), + (6340, "523170", 1, 0, 18), + (6341, "523170", 1, 0, 18), + (6342, "523187", 1, 0, 18), + (6343, "523101", 1, 0, 18), + (6344, "523109", 1, 0, 18), + (6345, "523109", 1, 0, 18), + (6346, "523113", 1, 0, 18), + (6347, "523109", 1, 0, 18), + (6348, "523101", 1, 0, 18), + (6349, "523109", 1, 0, 18), + (6350, "523113", 1, 0, 18), + (6351, "523101", 1, 0, 18), + (6352, "523101", 1, 0, 18), + (6353, "523109", 1, 0, 18), + (6354, "523110", 1, 0, 18), + (6355, "523110", 1, 0, 18), + (6356, "523110", 1, 0, 18), + (6357, "523110", 1, 0, 18), + (6358, "523110", 1, 0, 18), + (6359, "523110", 1, 0, 18), + (6360, "523110", 1, 0, 18), + (6361, "523110", 1, 0, 18), + (6362, "523110", 1, 0, 18), + (6363, "523110", 1, 0, 18), + (6364, "523112", 1, 0, 18), + (6365, "523112", 1, 0, 18), + (6366, "523112", 1, 0, 18), + (6367, "523112", 1, 0, 18), + (6368, "523112", 1, 0, 18), + (6369, "523112", 1, 0, 18), + (6370, "523112", 1, 0, 18), + (6371, "523112", 1, 0, 18), + (6372, "523112", 1, 0, 18), + (6373, "523112", 1, 0, 18), + (6374, "523112", 1, 0, 18), + (6375, "523112", 1, 0, 18), + (6376, "523112", 1, 0, 18), + (6377, "523112", 1, 0, 18), + (6378, "523247", 1, 0, 18), + (6379, "523247", 1, 0, 18), + (6380, "523224", 1, 0, 18), + (6381, "523224", 1, 0, 18), + (6382, "523224", 1, 0, 18), + (6383, "523224", 1, 0, 18), + (6384, "523224", 1, 0, 18), + (6385, "523224", 1, 0, 18), + (6386, "523201", 1, 0, 18), + (6387, "523201", 1, 0, 18), + (6388, "523201", 1, 0, 18), + (6389, "523201", 1, 0, 18), + (6390, "523201", 1, 0, 18), + (6391, "523201", 1, 0, 18), + (6392, "523201", 1, 0, 18), + (6393, "523201", 1, 0, 18), + (6394, "523201", 1, 0, 18), + (6395, "523201", 1, 0, 18), + (6396, "523201", 1, 0, 18), + (6397, "523201", 1, 0, 18), + (6398, "523201", 1, 0, 18), + (6399, "523201", 1, 0, 18), + (6400, "523201", 1, 0, 18), + (6401, "523201", 1, 0, 18), + (6402, "523201", 1, 0, 18), + (6403, "523201", 1, 0, 18), + (6404, "523201", 1, 0, 18), + (6405, "523180", 1, 0, 18), + (6406, "523180", 1, 0, 18), + (6407, "523180", 1, 0, 18), + (6408, "523180", 1, 0, 18), + (6409, "523226", 1, 0, 18), + (6410, "523226", 1, 0, 18), + (6411, "523226", 1, 0, 18), + (6412, "523226", 1, 0, 18), + (6413, "523226", 1, 0, 18), + (6414, "523226", 1, 0, 18), + (6415, "523226", 1, 0, 18), + (6416, "523226", 1, 0, 18), + (6417, "523226", 1, 0, 18), + (6418, "523226", 1, 0, 18), + (6419, "523280", 1, 0, 18), + (6420, "523280", 1, 0, 18), + (6421, "523182", 1, 0, 18), + (6422, "523182", 1, 0, 18), + (6423, "523302", 1, 0, 18), + (6424, "523302", 1, 0, 18), + (6425, "523225", 1, 0, 18), + (6426, "523225", 1, 0, 18), + (6427, "523225", 1, 0, 18), + (6428, "523225", 1, 0, 18), + (6429, "523225", 1, 0, 18), + (6430, "523225", 1, 0, 18), + (6431, "523225", 1, 0, 18), + (6432, "523225", 1, 0, 18), + (6433, "523225", 1, 0, 18), + (6434, "523225", 1, 0, 18), + (6435, "523225", 1, 0, 18), + (6436, "523225", 1, 0, 18), + (6437, "523264", 1, 0, 18), + (6438, "523264", 1, 0, 18), + (6439, "523264", 1, 0, 18), + (6440, "523264", 1, 0, 18), + (6441, "523264", 1, 0, 18), + (6442, "523264", 1, 0, 18), + (6443, "523264", 1, 0, 18), + (6444, "523264", 1, 0, 18), + (6445, "523264", 1, 0, 18), + (6446, "523264", 1, 0, 18), + (6447, "523264", 1, 0, 18), + (6448, "523264", 1, 0, 18), + (6449, "523263", 1, 0, 18), + (6450, "523263", 1, 0, 18), + (6451, "523263", 1, 0, 18), + (6452, "523263", 1, 0, 18), + (6453, "523263", 1, 0, 18), + (6454, "523263", 1, 0, 18), + (6455, "523263", 1, 0, 18), + (6456, "523263", 1, 0, 18), + (6457, "523262", 1, 0, 18), + (6458, "523262", 1, 0, 18), + (6459, "523262", 1, 0, 18), + (6460, "523262", 1, 0, 18), + (6461, "523262", 1, 0, 18), + (6462, "523262", 1, 0, 18), + (6463, "523186", 1, 0, 18), + (6464, "523186", 1, 0, 18), + (6465, "523186", 1, 0, 18), + (6466, "523186", 1, 0, 18), + (6467, "523260", 1, 0, 18), + (6468, "523260", 1, 0, 18), + (6469, "523260", 1, 0, 18), + (6470, "523260", 1, 0, 18), + (6471, "523260", 1, 0, 18), + (6472, "523260", 1, 0, 18), + (6473, "523260", 1, 0, 18), + (6474, "523260", 1, 0, 18), + (6475, "523260", 1, 0, 18), + (6476, "516173", 1, 0, 18), + (6477, "516309", 1, 0, 18), + (6478, "516434", 1, 0, 18), + (6479, "516391", 1, 0, 18), + (6480, "516454", 1, 0, 18), + (6481, "516293", 1, 0, 18), + (6482, "516173", 1, 0, 18), + (6483, "516411", 1, 0, 18), + (6484, "516411", 1, 0, 18), + (6485, "516411", 1, 0, 18), + (6486, "516411", 1, 0, 18), + (6487, "516411", 1, 0, 18), + (6488, "516411", 1, 0, 18), + (6489, "516411", 1, 0, 18), + (6490, "516432", 1, 0, 18), + (6491, "516432", 1, 0, 18), + (6492, "516289", 1, 0, 18), + (6493, "516289", 1, 0, 18), + (6494, "516289", 1, 0, 18), + (6495, "516289", 1, 0, 18), + (6496, "516289", 1, 0, 18), + (6497, "516289", 1, 0, 18), + (6498, "516289", 1, 0, 18), + (6499, "516289", 1, 0, 18), + (6500, "516289", 1, 0, 18), + (6501, "516289", 1, 0, 18), + (6502, "516444", 1, 0, 18), + (6503, "516444", 1, 0, 18), + (6504, "516444", 1, 0, 18), + (6505, "516444", 1, 0, 18), + (6506, "516444", 1, 0, 18), + (6507, "516444", 1, 0, 18), + (6508, "516444", 1, 0, 18), + (6509, "516464", 1, 0, 18), + (6510, "516464", 1, 0, 18), + (6511, "516464", 1, 0, 18), + (6512, "516464", 1, 0, 18), + (6513, "516464", 1, 0, 18), + (6514, "516464", 1, 0, 18), + (6515, "516464", 1, 0, 18), + (6516, "516464", 1, 0, 18), + (6517, "516464", 1, 0, 18), + (6518, "516464", 1, 0, 18), + (6519, "516432", 1, 0, 18), + (6520, "516432", 1, 0, 18), + (6521, "516432", 1, 0, 18), + (6522, "516432", 1, 0, 18), + (6523, "516309", 1, 0, 18), + (6524, "516309", 1, 0, 18), + (6525, "516309", 1, 0, 18), + (6526, "516309", 1, 0, 18), + (6527, "516391", 1, 0, 18), + (6528, "516391", 1, 0, 18), + (6529, "516391", 1, 0, 18), + (6530, "516391", 1, 0, 18), + (6531, "516391", 1, 0, 18), + (6532, "516391", 1, 0, 18), + (6533, "516391", 1, 0, 18), + (6534, "516391", 1, 0, 18), + (6535, "516391", 1, 0, 18), + (6536, "516391", 1, 0, 18), + (6537, "516391", 1, 0, 18), + (6538, "516391", 1, 0, 18), + (6539, "516391", 1, 0, 18), + (6540, "516391", 1, 0, 18), + (6541, "516391", 1, 0, 18), + (6542, "516391", 1, 0, 18), + (6543, "516391", 1, 0, 18), + (6544, "516361", 1, 0, 18), + (6545, "516361", 1, 0, 18), + (6546, "516361", 1, 0, 18), + (6547, "516361", 1, 0, 18), + (6548, "516361", 1, 0, 18), + (6549, "516361", 1, 0, 18), + (6550, "516361", 1, 0, 18), + (6551, "516361", 1, 0, 18), + (6552, "516361", 1, 0, 18), + (6553, "516361", 1, 0, 18), + (6554, "516361", 1, 0, 18), + (6555, "516434", 1, 0, 18), + (6556, "516434", 1, 0, 18), + (6557, "516434", 1, 0, 18), + (6558, "516434", 1, 0, 18), + (6559, "516434", 1, 0, 18), + (6560, "516434", 1, 0, 18), + (6561, "516434", 1, 0, 18), + (6562, "516434", 1, 0, 18), + (6563, "516434", 1, 0, 18), + (6564, "516434", 1, 0, 18), + (6565, "516434", 1, 0, 18), + (6566, "516434", 1, 0, 18), + (6567, "516434", 1, 0, 18), + (6568, "516434", 1, 0, 18), + (6569, "516356", 1, 0, 18), + (6570, "516355", 1, 0, 18), + (6571, "516356", 1, 0, 18), + (6572, "516355", 1, 0, 18), + (6573, "516356", 1, 0, 18), + (6574, "516356", 1, 0, 18), + (6575, "516355", 1, 0, 18), + (6576, "516355", 1, 0, 18), + (6577, "516362", 1, 0, 18), + (6578, "516362", 1, 0, 18), + (6579, "516362", 1, 0, 18), + (6580, "516362", 1, 0, 18), + (6581, "516356", 1, 0, 18), + (6582, "516356", 1, 0, 18), + (6583, "516362", 1, 0, 18), + (6584, "516362", 1, 0, 18), + (6585, "516396", 1, 0, 18), + (6586, "516396", 1, 0, 18), + (6587, "516396", 1, 0, 18), + (6588, "516396", 1, 0, 18), + (6589, "516396", 1, 0, 18), + (6590, "516396", 1, 0, 18), + (6591, "516396", 1, 0, 18), + (6592, "516396", 1, 0, 18), + (6593, "516218", 1, 0, 18), + (6594, "516218", 1, 0, 18), + (6595, "516218", 1, 0, 18), + (6596, "516218", 1, 0, 18), + (6597, "516218", 1, 0, 18), + (6598, "516218", 1, 0, 18), + (6599, "516218", 1, 0, 18), + (6600, "516218", 1, 0, 18), + (6601, "516339", 1, 0, 18), + (6602, "516339", 1, 0, 18), + (6603, "516339", 1, 0, 18), + (6604, "516339", 1, 0, 18), + (6605, "516339", 1, 0, 18), + (6606, "516339", 1, 0, 18), + (6607, "516339", 1, 0, 18), + (6608, "516339", 1, 0, 18), + (6609, "516339", 1, 0, 18), + (6610, "516484", 1, 0, 18), + (6611, "516484", 1, 0, 18), + (6612, "516484", 1, 0, 18), + (6613, "516484", 1, 0, 18), + (6614, "516484", 1, 0, 18), + (6615, "516484", 1, 0, 18), + (6616, "516484", 1, 0, 18), + (6617, "516484", 1, 0, 18), + (6618, "516289", 1, 0, 18), + (6619, "516289", 1, 0, 18), + (6620, "516289", 1, 0, 18), + (6621, "516289", 1, 0, 18), + (6622, "516289", 1, 0, 18), + (6623, "516289", 1, 0, 18), + (6624, "516289", 1, 0, 18), + (6625, "516289", 1, 0, 18), + (6626, "516339", 1, 0, 18), + (6627, "516216", 1, 0, 18), + (6628, "516216", 1, 0, 18), + (6629, "516216", 1, 0, 18), + (6630, "516216", 1, 0, 18), + (6631, "516216", 1, 0, 18), + (6632, "516216", 1, 0, 18), + (6633, "516216", 1, 0, 18), + (6634, "516216", 1, 0, 18), + (6635, "516216", 1, 0, 18), + (6636, "516216", 1, 0, 18), + (6637, "516216", 1, 0, 18), + (6638, "516216", 1, 0, 18), + (6639, "516454", 1, 0, 18), + (6640, "516454", 1, 0, 18), + (6641, "516454", 1, 0, 18), + (6642, "516454", 1, 0, 18), + (6643, "516454", 1, 0, 18), + (6644, "516454", 1, 0, 18), + (6645, "516350", 1, 0, 18), + (6646, "516350", 1, 0, 18), + (6647, "516350", 1, 0, 18), + (6648, "516350", 1, 0, 18), + (6649, "516350", 1, 0, 18), + (6650, "516350", 1, 0, 18), + (6651, "516350", 1, 0, 18), + (6652, "516350", 1, 0, 18), + (6653, "516350", 1, 0, 18), + (6654, "516350", 1, 0, 18), + (6655, "516350", 1, 0, 18), + (6656, "516474", 1, 0, 18), + (6657, "516474", 1, 0, 18), + (6658, "516474", 1, 0, 18), + (6659, "516474", 1, 0, 18), + (6660, "516474", 1, 0, 18), + (6661, "516474", 1, 0, 18), + (6662, "516474", 1, 0, 18), + (6663, "516474", 1, 0, 18), + (6664, "516474", 1, 0, 18), + (6665, "516474", 1, 0, 18), + (6666, "516474", 1, 0, 18), + (6667, "516474", 1, 0, 18), + (6668, "516474", 1, 0, 18), + (6669, "516474", 1, 0, 18), + (6670, "516401", 1, 0, 18), + (6671, "516401", 1, 0, 18), + (6672, "516401", 1, 0, 18), + (6673, "516401", 1, 0, 18), + (6674, "516401", 1, 0, 18), + (6675, "516401", 1, 0, 18), + (6676, "516401", 1, 0, 18), + (6677, "516329", 1, 0, 18), + (6678, "516329", 1, 0, 18), + (6679, "516293", 1, 0, 18), + (6680, "516293", 1, 0, 18), + (6681, "516293", 1, 0, 18), + (6682, "516293", 1, 0, 18), + (6683, "516293", 1, 0, 18), + (6684, "516293", 1, 0, 18), + (6685, "516293", 1, 0, 18), + (6686, "516293", 1, 0, 18), + (6687, "516293", 1, 0, 18), + (6688, "516293", 1, 0, 18), + (6689, "516321", 1, 0, 18), + (6690, "516321", 1, 0, 18), + (6691, "516321", 1, 0, 18), + (6692, "516321", 1, 0, 18), + (6693, "516321", 1, 0, 18), + (6694, "516321", 1, 0, 18), + (6695, "516321", 1, 0, 18), + (6696, "516321", 1, 0, 18), + (6697, "516321", 1, 0, 18), + (6698, "516349", 1, 0, 18), + (6699, "516349", 1, 0, 18), + (6700, "516349", 1, 0, 18), + (6701, "516349", 1, 0, 18), + (6702, "516349", 1, 0, 18), + (6703, "516349", 1, 0, 18), + (6704, "516349", 1, 0, 18), + (6705, "516362", 1, 0, 18), + (6706, "516359", 1, 0, 18), + (6707, "516359", 1, 0, 18), + (6708, "516359", 1, 0, 18), + (6709, "516359", 1, 0, 18), + (6710, "516359", 1, 0, 18), + (6711, "516359", 1, 0, 18), + (6712, "516359", 1, 0, 18), + (6713, "516359", 1, 0, 18), + (6714, "516359", 1, 0, 18), + (6715, "516359", 1, 0, 18), + (6716, "516359", 1, 0, 18), + (6717, "516380", 1, 0, 18), + (6718, "516380", 1, 0, 18), + (6719, "516380", 1, 0, 18), + (6720, "516380", 1, 0, 18), + (6721, "516380", 1, 0, 18), + (6722, "516380", 1, 0, 18), + (6723, "516380", 1, 0, 18), + (6724, "516380", 1, 0, 18), + (6725, "516380", 1, 0, 18), + (6726, "516380", 1, 0, 18), + (6727, "516172", 1, 0, 18), + (6728, "516172", 1, 0, 18), + (6729, "516172", 1, 0, 18), + (6730, "516172", 1, 0, 18), + (6731, "516172", 1, 0, 18), + (6732, "516172", 1, 0, 18), + (6733, "516172", 1, 0, 18), + (6734, "516172", 1, 0, 18), + (6735, "516172", 1, 0, 18), + (6736, "516172", 1, 0, 18), + (6737, "516172", 1, 0, 18), + (6738, "516172", 1, 0, 18), + (6739, "516172", 1, 0, 18), + (6740, "516172", 1, 0, 18), + (6741, "516172", 1, 0, 18), + (6742, "516172", 1, 0, 18), + (6743, "516172", 1, 0, 18), + (6744, "516172", 1, 0, 18), + (6745, "516173", 1, 0, 18), + (6746, "516173", 1, 0, 18), + (6747, "516173", 1, 0, 18), + (6748, "516173", 1, 0, 18), + (6749, "533102", 1, 0, 18), + (6750, "533288", 1, 0, 18), + (6751, "533287", 1, 0, 18), + (6752, "533286", 1, 0, 18), + (6753, "533285", 1, 0, 18), + (6754, "533262", 1, 0, 18), + (6755, "533307", 1, 0, 18), + (6756, "533296", 1, 0, 18), + (6757, "533296", 1, 0, 18), + (6758, "533102", 1, 0, 18), + (6759, "533295", 1, 0, 18), + (6760, "533296", 1, 0, 18), + (6761, "533294", 1, 0, 18), + (6762, "533294", 1, 0, 18), + (6763, "533294", 1, 0, 18), + (6764, "533297", 1, 0, 18), + (6765, "533296", 1, 0, 18), + (6766, "533297", 1, 0, 18), + (6767, "533294", 1, 0, 18), + (6768, "533297", 1, 0, 18), + (6769, "533294", 1, 0, 18), + (6770, "533294", 1, 0, 18), + (6771, "533297", 1, 0, 18), + (6772, "533296", 1, 0, 18), + (6773, "533294", 1, 0, 18), + (6774, "533294", 1, 0, 18), + (6775, "533294", 1, 0, 18), + (6776, "533288", 1, 0, 18), + (6777, "533284", 1, 0, 18), + (6778, "533288", 1, 0, 18), + (6779, "533288", 1, 0, 18), + (6780, "533288", 1, 0, 18), + (6781, "533284", 1, 0, 18), + (6782, "533284", 1, 0, 18), + (6783, "533288", 1, 0, 18), + (6784, "533288", 1, 0, 18), + (6785, "533288", 1, 0, 18), + (6786, "533288", 1, 0, 18), + (6787, "533288", 1, 0, 18), + (6788, "533284", 1, 0, 18), + (6789, "533288", 1, 0, 18), + (6790, "533288", 1, 0, 18), + (6791, "533288", 1, 0, 18), + (6792, "533288", 1, 0, 18), + (6793, "533288", 1, 0, 18), + (6794, "533288", 1, 0, 18), + (6795, "533288", 1, 0, 18), + (6796, "533288", 1, 0, 18), + (6797, "533288", 1, 0, 18), + (6798, "533288", 1, 0, 18), + (6799, "533288", 1, 0, 18), + (6800, "533288", 1, 0, 18), + (6801, "533284", 1, 0, 18), + (6802, "533288", 1, 0, 18), + (6803, "533288", 1, 0, 18), + (6804, "533287", 1, 0, 18), + (6805, "533287", 1, 0, 18), + (6806, "533287", 1, 0, 18), + (6807, "533287", 1, 0, 18), + (6808, "533105", 1, 0, 18), + (6809, "533105", 1, 0, 18), + (6810, "533293", 1, 0, 18), + (6811, "533293", 1, 0, 18), + (6812, "533293", 1, 0, 18), + (6813, "533293", 1, 0, 18), + (6814, "533256", 1, 0, 18), + (6815, "533256", 1, 0, 18), + (6816, "533256", 1, 0, 18), + (6817, "533256", 1, 0, 18), + (6818, "533256", 1, 0, 18), + (6819, "533339", 1, 0, 18), + (6820, "533339", 1, 0, 18), + (6821, "533339", 1, 0, 18), + (6822, "533339", 1, 0, 18), + (6823, "533339", 1, 0, 18), + (6824, "533292", 1, 0, 18), + (6825, "533292", 1, 0, 18), + (6826, "533292", 1, 0, 18), + (6827, "533125", 1, 0, 18), + (6828, "533286", 1, 0, 18), + (6829, "533286", 1, 0, 18), + (6830, "533286", 1, 0, 18), + (6831, "533286", 1, 0, 18), + (6832, "533286", 1, 0, 18), + (6833, "533286", 1, 0, 18), + (6834, "533286", 1, 0, 18), + (6835, "533286", 1, 0, 18), + (6836, "533286", 1, 0, 18), + (6837, "533124", 1, 0, 18), + (6838, "533124", 1, 0, 18), + (6839, "533124", 1, 0, 18), + (6840, "533126", 1, 0, 18), + (6841, "533126", 1, 0, 18), + (6842, "533126", 1, 0, 18), + (6843, "533126", 1, 0, 18), + (6844, "533126", 1, 0, 18), + (6845, "533126", 1, 0, 18), + (6846, "533126", 1, 0, 18), + (6847, "533126", 1, 0, 18), + (6848, "533126", 1, 0, 18), + (6849, "533289", 1, 0, 18), + (6850, "533289", 1, 0, 18), + (6851, "533289", 1, 0, 18), + (6852, "533289", 1, 0, 18), + (6853, "533289", 1, 0, 18), + (6854, "533289", 1, 0, 18), + (6855, "533289", 1, 0, 18), + (6856, "533289", 1, 0, 18), + (6857, "533289", 1, 0, 18), + (6858, "533289", 1, 0, 18), + (6859, "533285", 1, 0, 18), + (6860, "533285", 1, 0, 18), + (6861, "533285", 1, 0, 18), + (6862, "533284", 1, 0, 18), + (6863, "533256", 1, 0, 18), + (6864, "533256", 1, 0, 18), + (6865, "533256", 1, 0, 18), + (6866, "533256", 1, 0, 18), + (6867, "533343", 1, 0, 18), + (6868, "533343", 1, 0, 18), + (6869, "533343", 1, 0, 18), + (6870, "533343", 1, 0, 18), + (6871, "533261", 1, 0, 18), + (6872, "533261", 1, 0, 18), + (6873, "533261", 1, 0, 18), + (6874, "533263", 1, 0, 18), + (6875, "533263", 1, 0, 18), + (6876, "533263", 1, 0, 18), + (6877, "533263", 1, 0, 18), + (6878, "533263", 1, 0, 18), + (6879, "533263", 1, 0, 18), + (6880, "533263", 1, 0, 18), + (6881, "533262", 1, 0, 18), + (6882, "533262", 1, 0, 18), + (6883, "533262", 1, 0, 18), + (6884, "533262", 1, 0, 18), + (6885, "533262", 1, 0, 18), + (6886, "533262", 1, 0, 18), + (6887, "533262", 1, 0, 18), + (6888, "533262", 1, 0, 18), + (6889, "533262", 1, 0, 18), + (6890, "533262", 1, 0, 18), + (6891, "533262", 1, 0, 18), + (6892, "533306", 1, 0, 18), + (6893, "533306", 1, 0, 18), + (6894, "533305", 1, 0, 18), + (6895, "533305", 1, 0, 18), + (6896, "533305", 1, 0, 18), + (6897, "533305", 1, 0, 18), + (6898, "533305", 1, 0, 18), + (6899, "533305", 1, 0, 18), + (6900, "533305", 1, 0, 18), + (6901, "533305", 1, 0, 18), + (6902, "533345", 1, 0, 18), + (6903, "533345", 1, 0, 18), + (6904, "533346", 1, 0, 18), + (6905, "533346", 1, 0, 18), + (6906, "533346", 1, 0, 18), + (6907, "533346", 1, 0, 18), + (6908, "533308", 1, 0, 18), + (6909, "533308", 1, 0, 18), + (6910, "533308", 1, 0, 18), + (6911, "533233", 1, 0, 18), + (6912, "533233", 1, 0, 18), + (6913, "533342", 1, 0, 18), + (6914, "533342", 1, 0, 18), + (6915, "533342", 1, 0, 18), + (6916, "533342", 1, 0, 18), + (6917, "533342", 1, 0, 18), + (6918, "533342", 1, 0, 18), + (6919, "533307", 1, 0, 18), + (6920, "533307", 1, 0, 18), + (6921, "533307", 1, 0, 18), + (6922, "533232", 1, 0, 18), + (6923, "533232", 1, 0, 18), + (6924, "533232", 1, 0, 18), + (6925, "533232", 1, 0, 18), + (6926, "533232", 1, 0, 18), + (6927, "533232", 1, 0, 18), + (6928, "533232", 1, 0, 18), + (6929, "533341", 1, 0, 18), + (6930, "533341", 1, 0, 18), + (6931, "533341", 1, 0, 18), + (6932, "533309", 1, 0, 18), + (6933, "533309", 1, 0, 18), + (6934, "533309", 1, 0, 18), + (6935, "533264", 1, 0, 18), + (6936, "533264", 1, 0, 18), + (6937, "533340", 1, 0, 18), + (6938, "533340", 1, 0, 18), + (6939, "533340", 1, 0, 18), + (6940, "533340", 1, 0, 18), + (6941, "533340", 1, 0, 18), + (6942, "533234", 1, 0, 18), + (6943, "533234", 1, 0, 18), + (6944, "533234", 1, 0, 18), + (6945, "533285", 1, 0, 18), + (6946, "533285", 1, 0, 18), + (6947, "533285", 1, 0, 18), + (6948, "533285", 1, 0, 18), + (6949, "533285", 1, 0, 18), + (6950, "533285", 1, 0, 18), + (6951, "533290", 1, 0, 18), + (6952, "533290", 1, 0, 18), + (6953, "533290", 1, 0, 18), + (6954, "533290", 1, 0, 18), + (6955, "533295", 1, 0, 18), + (6956, "533295", 1, 0, 18), + (6957, "533295", 1, 0, 18), + (6958, "533295", 1, 0, 18), + (6959, "533295", 1, 0, 18), + (6960, "533295", 1, 0, 18), + (6961, "533102", 1, 0, 18), + (6962, "533107", 1, 0, 18), + (6963, "533102", 1, 0, 18), + (6964, "533102", 1, 0, 18), + (6965, "533102", 1, 0, 18), + (6966, "533102", 1, 0, 18), + (6967, "533107", 1, 0, 18), + (6968, "533107", 1, 0, 18), + (6969, "532214", 1, 0, 18), + (6970, "532168", 1, 0, 18), + (6971, "532458", 1, 0, 18), + (6972, "532429", 1, 0, 18), + (6973, "532445", 1, 0, 18), + (6974, "532425", 1, 0, 18), + (6975, "532127", 1, 0, 18), + (6976, "532404", 1, 0, 18), + (6977, "532203", 1, 0, 18), + (6978, "532243", 1, 0, 18), + (6979, "532005", 1, 0, 18), + (6980, "532222", 1, 0, 18), + (6981, "532292", 1, 0, 18), + (6982, "532292", 1, 0, 18), + (6983, "532292", 1, 0, 18), + (6984, "532292", 1, 0, 18), + (6985, "532292", 1, 0, 18), + (6986, "532292", 1, 0, 18), + (6987, "532291", 1, 0, 18), + (6988, "532291", 1, 0, 18), + (6989, "532291", 1, 0, 18), + (6990, "532291", 1, 0, 18), + (6991, "532215", 1, 0, 18), + (6992, "532215", 1, 0, 18), + (6993, "532215", 1, 0, 18), + (6994, "532215", 1, 0, 18), + (6995, "532211", 1, 0, 18), + (6996, "532211", 1, 0, 18), + (6997, "532222", 1, 0, 18), + (6998, "532222", 1, 0, 18), + (6999, "532220", 1, 0, 18), + (7000, "532222", 1, 0, 18), + (7001, "532222", 1, 0, 18), + (7002, "532222", 1, 0, 18), + (7003, "532222", 1, 0, 18), + (7004, "532322", 1, 0, 18), + (7005, "532322", 1, 0, 18), + (7006, "532322", 1, 0, 18), + (7007, "532322", 1, 0, 18), + (7008, "532322", 1, 0, 18), + (7009, "532195", 1, 0, 18), + (7010, "532195", 1, 0, 18), + (7011, "532195", 1, 0, 18), + (7012, "532195", 1, 0, 18), + (7013, "532195", 1, 0, 18), + (7014, "532195", 1, 0, 18), + (7015, "532195", 1, 0, 18), + (7016, "532195", 1, 0, 18), + (7017, "532195", 1, 0, 18), + (7018, "532195", 1, 0, 18), + (7019, "532195", 1, 0, 18), + (7020, "532242", 1, 0, 18), + (7021, "532242", 1, 0, 18), + (7022, "532242", 1, 0, 18), + (7023, "532242", 1, 0, 18), + (7024, "532242", 1, 0, 18), + (7025, "532211", 1, 0, 18), + (7026, "532211", 1, 0, 18), + (7027, "532211", 1, 0, 18), + (7028, "532212", 1, 0, 18), + (7029, "532212", 1, 0, 18), + (7030, "532212", 1, 0, 18), + (7031, "532212", 1, 0, 18), + (7032, "532212", 1, 0, 18), + (7033, "532212", 1, 0, 18), + (7034, "532221", 1, 0, 18), + (7035, "532221", 1, 0, 18), + (7036, "532221", 1, 0, 18), + (7037, "532221", 1, 0, 18), + (7038, "532221", 1, 0, 18), + (7039, "532218", 1, 0, 18), + (7040, "532218", 1, 0, 18), + (7041, "532218", 1, 0, 18), + (7042, "532218", 1, 0, 18), + (7043, "532218", 1, 0, 18), + (7044, "532218", 1, 0, 18), + (7045, "532218", 1, 0, 18), + (7046, "532218", 1, 0, 18), + (7047, "532218", 1, 0, 18), + (7048, "532218", 1, 0, 18), + (7049, "532218", 1, 0, 18), + (7050, "532312", 1, 0, 18), + (7051, "532284", 1, 0, 18), + (7052, "532284", 1, 0, 18), + (7053, "532284", 1, 0, 18), + (7054, "532284", 1, 0, 18), + (7055, "532284", 1, 0, 18), + (7056, "532284", 1, 0, 18), + (7057, "532401", 1, 0, 18), + (7058, "532263", 1, 0, 18), + (7059, "532213", 1, 0, 18), + (7060, "532213", 1, 0, 18), + (7061, "532213", 1, 0, 18), + (7062, "532213", 1, 0, 18), + (7063, "532213", 1, 0, 18), + (7064, "532213", 1, 0, 18), + (7065, "532213", 1, 0, 18), + (7066, "532214", 1, 0, 18), + (7067, "532214", 1, 0, 18), + (7068, "532214", 1, 0, 18), + (7069, "532214", 1, 0, 18), + (7070, "532403", 1, 0, 18), + (7071, "532403", 1, 0, 18), + (7072, "532403", 1, 0, 18), + (7073, "532403", 1, 0, 18), + (7074, "532403", 1, 0, 18), + (7075, "532403", 1, 0, 18), + (7076, "532168", 1, 0, 18), + (7077, "532168", 1, 0, 18), + (7078, "532168", 1, 0, 18), + (7079, "532168", 1, 0, 18), + (7080, "532168", 1, 0, 18), + (7081, "532168", 1, 0, 18), + (7082, "532168", 1, 0, 18), + (7083, "532168", 1, 0, 18), + (7084, "532168", 1, 0, 18), + (7085, "532168", 1, 0, 18), + (7086, "532168", 1, 0, 18), + (7087, "532168", 1, 0, 18), + (7088, "532168", 1, 0, 18), + (7089, "532168", 1, 0, 18), + (7090, "532168", 1, 0, 18), + (7091, "532168", 1, 0, 18), + (7092, "532168", 1, 0, 18), + (7093, "532168", 1, 0, 18), + (7094, "532168", 1, 0, 18), + (7095, "532409", 1, 0, 18), + (7096, "532409", 1, 0, 18), + (7097, "532409", 1, 0, 18), + (7098, "532409", 1, 0, 18), + (7099, "532409", 1, 0, 18), + (7100, "532409", 1, 0, 18), + (7101, "532214", 1, 0, 18), + (7102, "532214", 1, 0, 18), + (7103, "532214", 1, 0, 18), + (7104, "532455", 1, 0, 18), + (7105, "532455", 1, 0, 18), + (7106, "532455", 1, 0, 18), + (7107, "532455", 1, 0, 18), + (7108, "532455", 1, 0, 18), + (7109, "532455", 1, 0, 18), + (7110, "532455", 1, 0, 18), + (7111, "532455", 1, 0, 18), + (7112, "532455", 1, 0, 18), + (7113, "532455", 1, 0, 18), + (7114, "532455", 1, 0, 18), + (7115, "532455", 1, 0, 18), + (7116, "532458", 1, 0, 18), + (7117, "532458", 1, 0, 18), + (7118, "532458", 1, 0, 18), + (7119, "532458", 1, 0, 18), + (7120, "532445", 1, 0, 18), + (7121, "532445", 1, 0, 18), + (7122, "532484", 1, 0, 18), + (7123, "532484", 1, 0, 18), + (7124, "532484", 1, 0, 18), + (7125, "532484", 1, 0, 18), + (7126, "532484", 1, 0, 18), + (7127, "532484", 1, 0, 18), + (7128, "532484", 1, 0, 18), + (7129, "532484", 1, 0, 18), + (7130, "532459", 1, 0, 18), + (7131, "532459", 1, 0, 18), + (7132, "532459", 1, 0, 18), + (7133, "532459", 1, 0, 18), + (7134, "532459", 1, 0, 18), + (7135, "532459", 1, 0, 18), + (7136, "532459", 1, 0, 18), + (7137, "532459", 1, 0, 18), + (7138, "532459", 1, 0, 18), + (7139, "532459", 1, 0, 18), + (7140, "532459", 1, 0, 18), + (7141, "532459", 1, 0, 18), + (7142, "532432", 1, 0, 18), + (7143, "532432", 1, 0, 18), + (7144, "532432", 1, 0, 18), + (7145, "532432", 1, 0, 18), + (7146, "532458", 1, 0, 18), + (7147, "532458", 1, 0, 18), + (7148, "532458", 1, 0, 18), + (7149, "532458", 1, 0, 18), + (7150, "532458", 1, 0, 18), + (7151, "532458", 1, 0, 18), + (7152, "532458", 1, 0, 18), + (7153, "532428", 1, 0, 18), + (7154, "532428", 1, 0, 18), + (7155, "532428", 1, 0, 18), + (7156, "532421", 1, 0, 18), + (7157, "532421", 1, 0, 18), + (7158, "532421", 1, 0, 18), + (7159, "532421", 1, 0, 18), + (7160, "532421", 1, 0, 18), + (7161, "532421", 1, 0, 18), + (7162, "532421", 1, 0, 18), + (7163, "532421", 1, 0, 18), + (7164, "532421", 1, 0, 18), + (7165, "532421", 1, 0, 18), + (7166, "532457", 1, 0, 18), + (7167, "532457", 1, 0, 18), + (7168, "532457", 1, 0, 18), + (7169, "532429", 1, 0, 18), + (7170, "532429", 1, 0, 18), + (7171, "532429", 1, 0, 18), + (7172, "532429", 1, 0, 18), + (7173, "532429", 1, 0, 18), + (7174, "532186", 1, 0, 18), + (7175, "532186", 1, 0, 18), + (7176, "532186", 1, 0, 18), + (7177, "532186", 1, 0, 18), + (7178, "532186", 1, 0, 18), + (7179, "532186", 1, 0, 18), + (7180, "532186", 1, 0, 18), + (7181, "532186", 1, 0, 18), + (7182, "532186", 1, 0, 18), + (7183, "532186", 1, 0, 18), + (7184, "532186", 1, 0, 18), + (7185, "532186", 1, 0, 18), + (7186, "532186", 1, 0, 18), + (7187, "532186", 1, 0, 18), + (7188, "532186", 1, 0, 18), + (7189, "532456", 1, 0, 18), + (7190, "532456", 1, 0, 18), + (7191, "532456", 1, 0, 18), + (7192, "532456", 1, 0, 18), + (7193, "532427", 1, 0, 18), + (7194, "532427", 1, 0, 18), + (7195, "532427", 1, 0, 18), + (7196, "532427", 1, 0, 18), + (7197, "532427", 1, 0, 18), + (7198, "532445", 1, 0, 18), + (7199, "532445", 1, 0, 18), + (7200, "532445", 1, 0, 18), + (7201, "532445", 1, 0, 18), + (7202, "532445", 1, 0, 18), + (7203, "532445", 1, 0, 18), + (7204, "532429", 1, 0, 18), + (7205, "532430", 1, 0, 18), + (7206, "532430", 1, 0, 18), + (7207, "532430", 1, 0, 18), + (7208, "532430", 1, 0, 18), + (7209, "532430", 1, 0, 18), + (7210, "532430", 1, 0, 18), + (7211, "532430", 1, 0, 18), + (7212, "532430", 1, 0, 18), + (7213, "532190", 1, 0, 18), + (7214, "532190", 1, 0, 18), + (7215, "532190", 1, 0, 18), + (7216, "532190", 1, 0, 18), + (7217, "532190", 1, 0, 18), + (7218, "532426", 1, 0, 18), + (7219, "532426", 1, 0, 18), + (7220, "532426", 1, 0, 18), + (7221, "532426", 1, 0, 18), + (7222, "532426", 1, 0, 18), + (7223, "532474", 1, 0, 18), + (7224, "532474", 1, 0, 18), + (7225, "532474", 1, 0, 18), + (7226, "532425", 1, 0, 18), + (7227, "532425", 1, 0, 18), + (7228, "532425", 1, 0, 18), + (7229, "532425", 1, 0, 18), + (7230, "532425", 1, 0, 18), + (7231, "532425", 1, 0, 18), + (7232, "532425", 1, 0, 18), + (7233, "532401", 1, 0, 18), + (7234, "532401", 1, 0, 18), + (7235, "532409", 1, 0, 18), + (7236, "532127", 1, 0, 18), + (7237, "532127", 1, 0, 18), + (7238, "532127", 1, 0, 18), + (7239, "532127", 1, 0, 18), + (7240, "532127", 1, 0, 18), + (7241, "532127", 1, 0, 18), + (7242, "532127", 1, 0, 18), + (7243, "532127", 1, 0, 18), + (7244, "532127", 1, 0, 18), + (7245, "532127", 1, 0, 18), + (7246, "532127", 1, 0, 18), + (7247, "532127", 1, 0, 18), + (7248, "532127", 1, 0, 18), + (7249, "532127", 1, 0, 18), + (7250, "532127", 1, 0, 18), + (7251, "532127", 1, 0, 18), + (7252, "532127", 1, 0, 18), + (7253, "532127", 1, 0, 18), + (7254, "532123", 1, 0, 18), + (7255, "532123", 1, 0, 18), + (7256, "532123", 1, 0, 18), + (7257, "532123", 1, 0, 18), + (7258, "532123", 1, 0, 18), + (7259, "532123", 1, 0, 18), + (7260, "532123", 1, 0, 18), + (7261, "532123", 1, 0, 18), + (7262, "532123", 1, 0, 18), + (7263, "532123", 1, 0, 18), + (7264, "532123", 1, 0, 18), + (7265, "532402", 1, 0, 18), + (7266, "532402", 1, 0, 18), + (7267, "532402", 1, 0, 18), + (7268, "532402", 1, 0, 18), + (7269, "532402", 1, 0, 18), + (7270, "532148", 1, 0, 18), + (7271, "532148", 1, 0, 18), + (7272, "532148", 1, 0, 18), + (7273, "532148", 1, 0, 18), + (7274, "532148", 1, 0, 18), + (7275, "532148", 1, 0, 18), + (7276, "532148", 1, 0, 18), + (7277, "532148", 1, 0, 18), + (7278, "532148", 1, 0, 18), + (7279, "532404", 1, 0, 18), + (7280, "532404", 1, 0, 18), + (7281, "532404", 1, 0, 18), + (7282, "532122", 1, 0, 18), + (7283, "532122", 1, 0, 18), + (7284, "532122", 1, 0, 18), + (7285, "532122", 1, 0, 18), + (7286, "532122", 1, 0, 18), + (7287, "532122", 1, 0, 18), + (7288, "532122", 1, 0, 18), + (7289, "532122", 1, 0, 18), + (7290, "532122", 1, 0, 18), + (7291, "532122", 1, 0, 18), + (7292, "532122", 1, 0, 18), + (7293, "532122", 1, 0, 18), + (7294, "532122", 1, 0, 18), + (7295, "532122", 1, 0, 18), + (7296, "532122", 1, 0, 18), + (7297, "532122", 1, 0, 18), + (7298, "532203", 1, 0, 18), + (7299, "532203", 1, 0, 18), + (7300, "532203", 1, 0, 18), + (7301, "532203", 1, 0, 18), + (7302, "532203", 1, 0, 18), + (7303, "532203", 1, 0, 18), + (7304, "532203", 1, 0, 18), + (7305, "532203", 1, 0, 18), + (7306, "532203", 1, 0, 18), + (7307, "532203", 1, 0, 18), + (7308, "532203", 1, 0, 18), + (7309, "532203", 1, 0, 18), + (7310, "532203", 1, 0, 18), + (7311, "532203", 1, 0, 18), + (7312, "532203", 1, 0, 18), + (7313, "532203", 1, 0, 18), + (7314, "532219", 1, 0, 18), + (7315, "532219", 1, 0, 18), + (7316, "532219", 1, 0, 18), + (7317, "532263", 1, 0, 18), + (7318, "532263", 1, 0, 18), + (7319, "532263", 1, 0, 18), + (7320, "532264", 1, 0, 18), + (7321, "532264", 1, 0, 18), + (7322, "532264", 1, 0, 18), + (7323, "532264", 1, 0, 18), + (7324, "532264", 1, 0, 18), + (7325, "532264", 1, 0, 18), + (7326, "532264", 1, 0, 18), + (7327, "532220", 1, 0, 18), + (7328, "532220", 1, 0, 18), + (7329, "532220", 1, 0, 18), + (7330, "532220", 1, 0, 18), + (7331, "532220", 1, 0, 18), + (7332, "532220", 1, 0, 18), + (7333, "532216", 1, 0, 18), + (7334, "532216", 1, 0, 18), + (7335, "532216", 1, 0, 18), + (7336, "532243", 1, 0, 18), + (7337, "532243", 1, 0, 18), + (7338, "532243", 1, 0, 18), + (7339, "532243", 1, 0, 18), + (7340, "532243", 1, 0, 18), + (7341, "532312", 1, 0, 18), + (7342, "532312", 1, 0, 18), + (7343, "532312", 1, 0, 18), + (7344, "532312", 1, 0, 18), + (7345, "532312", 1, 0, 18), + (7346, "532312", 1, 0, 18), + (7347, "532312", 1, 0, 18), + (7348, "532401", 1, 0, 18), + (7349, "532401", 1, 0, 18), + (7350, "532401", 1, 0, 18), + (7351, "532408", 1, 0, 18), + (7352, "532408", 1, 0, 18), + (7353, "532408", 1, 0, 18), + (7354, "532406", 1, 0, 18), + (7355, "532406", 1, 0, 18), + (7356, "532406", 1, 0, 18), + (7357, "532405", 1, 0, 18), + (7358, "532405", 1, 0, 18), + (7359, "532405", 1, 0, 18), + (7360, "532405", 1, 0, 18), + (7361, "532405", 1, 0, 18), + (7362, "532405", 1, 0, 18), + (7363, "532410", 1, 0, 18), + (7364, "532005", 1, 0, 18), + (7365, "532005", 1, 0, 18), + (7366, "532407", 1, 0, 18), + (7367, "532407", 1, 0, 18), + (7368, "532407", 1, 0, 18), + (7369, "532407", 1, 0, 18), + (7370, "532407", 1, 0, 18), + (7371, "532407", 1, 0, 18), + (7372, "532407", 1, 0, 18), + (7373, "532407", 1, 0, 18), + (7374, "532407", 1, 0, 18), + (7375, "532407", 1, 0, 18), + (7376, "532407", 1, 0, 18), + (7377, "532403", 1, 0, 18), + (7378, "532403", 1, 0, 18), + (7379, "532403", 1, 0, 18), + (7380, "532312", 1, 0, 18), + (7381, "532312", 1, 0, 18), + (7382, "532312", 1, 0, 18), + (7383, "532312", 1, 0, 18), + (7384, "532312", 1, 0, 18), + (7385, "532290", 1, 0, 18), + (7386, "532290", 1, 0, 18), + (7387, "532290", 1, 0, 18), + (7388, "532290", 1, 0, 18), + (7389, "532290", 1, 0, 18), + (7390, "532290", 1, 0, 18), + (7391, "532290", 1, 0, 18), + (7392, "532290", 1, 0, 18), + (7393, "532222", 1, 0, 18), + (7394, "532222", 1, 0, 18), + (7395, "534313", 1, 0, 18), + (7396, "534198", 1, 0, 18), + (7397, "534145", 1, 0, 18), + (7398, "534166", 1, 0, 18), + (7399, "534146", 1, 0, 18), + (7400, "534340", 1, 0, 18), + (7401, "534313", 1, 0, 18), + (7402, "534313", 1, 0, 18), + (7403, "534313", 1, 0, 18), + (7404, "534313", 1, 0, 18), + (7405, "534313", 1, 0, 18), + (7406, "534313", 1, 0, 18), + (7407, "534318", 1, 0, 18), + (7408, "534318", 1, 0, 18), + (7409, "534318", 1, 0, 18), + (7410, "534318", 1, 0, 18), + (7411, "534318", 1, 0, 18), + (7412, "534318", 1, 0, 18), + (7413, "534318", 1, 0, 18), + (7414, "534318", 1, 0, 18), + (7415, "534318", 1, 0, 18), + (7416, "534156", 1, 0, 18), + (7417, "534156", 1, 0, 18), + (7418, "534198", 1, 0, 18), + (7419, "534198", 1, 0, 18), + (7420, "534198", 1, 0, 18), + (7421, "534198", 1, 0, 18), + (7422, "534198", 1, 0, 18), + (7423, "534198", 1, 0, 18), + (7424, "534198", 1, 0, 18), + (7425, "534198", 1, 0, 18), + (7426, "534198", 1, 0, 18), + (7427, "534198", 1, 0, 18), + (7428, "534318", 1, 0, 18), + (7429, "534316", 1, 0, 18), + (7430, "534316", 1, 0, 18), + (7431, "534316", 1, 0, 18), + (7432, "534316", 1, 0, 18), + (7433, "534316", 1, 0, 18), + (7434, "534316", 1, 0, 18), + (7435, "534316", 1, 0, 18), + (7436, "534316", 1, 0, 18), + (7437, "534331", 1, 0, 18), + (7438, "534331", 1, 0, 18), + (7439, "534329", 1, 0, 18), + (7440, "534329", 1, 0, 18), + (7441, "534329", 1, 0, 18), + (7442, "534329", 1, 0, 18), + (7443, "534329", 1, 0, 18), + (7444, "534329", 1, 0, 18), + (7445, "534145", 1, 0, 18), + (7446, "534145", 1, 0, 18), + (7447, "534145", 1, 0, 18), + (7448, "534112", 1, 0, 18), + (7449, "534112", 1, 0, 18), + (7450, "534112", 1, 0, 18), + (7451, "534112", 1, 0, 18), + (7452, "534112", 1, 0, 18), + (7453, "534112", 1, 0, 18), + (7454, "534112", 1, 0, 18), + (7455, "534301", 1, 0, 18), + (7456, "534301", 1, 0, 18), + (7457, "534301", 1, 0, 18), + (7458, "534301", 1, 0, 18), + (7459, "534301", 1, 0, 18), + (7460, "534301", 1, 0, 18), + (7461, "534301", 1, 0, 18), + (7462, "534301", 1, 0, 18), + (7463, "534301", 1, 0, 18), + (7464, "534301", 1, 0, 18), + (7465, "534195", 1, 0, 18), + (7466, "534195", 1, 0, 18), + (7467, "534195", 1, 0, 18), + (7468, "534166", 1, 0, 18), + (7469, "534166", 1, 0, 18), + (7470, "534166", 1, 0, 18), + (7471, "534166", 1, 0, 18), + (7472, "534166", 1, 0, 18), + (7473, "534197", 1, 0, 18), + (7474, "534197", 1, 0, 18), + (7475, "534197", 1, 0, 18), + (7476, "534197", 1, 0, 18), + (7477, "534315", 1, 0, 18), + (7478, "534315", 1, 0, 18), + (7479, "534315", 1, 0, 18), + (7480, "534315", 1, 0, 18), + (7481, "534315", 1, 0, 18), + (7482, "534315", 1, 0, 18), + (7483, "534315", 1, 0, 18), + (7484, "534315", 1, 0, 18), + (7485, "534315", 1, 0, 18), + (7486, "534315", 1, 0, 18), + (7487, "534315", 1, 0, 18), + (7488, "534315", 1, 0, 18), + (7489, "534315", 1, 0, 18), + (7490, "534315", 1, 0, 18), + (7491, "534315", 1, 0, 18), + (7492, "534315", 1, 0, 18), + (7493, "534315", 1, 0, 18), + (7494, "534315", 1, 0, 18), + (7495, "534315", 1, 0, 18), + (7496, "534176", 1, 0, 18), + (7497, "534176", 1, 0, 18), + (7498, "534176", 1, 0, 18), + (7499, "534146", 1, 0, 18), + (7500, "534146", 1, 0, 18), + (7501, "534146", 1, 0, 18), + (7502, "534146", 1, 0, 18), + (7503, "534146", 1, 0, 18), + (7504, "534146", 1, 0, 18), + (7505, "534146", 1, 0, 18), + (7506, "534302", 1, 0, 18), + (7507, "534302", 1, 0, 18), + (7508, "534302", 1, 0, 18), + (7509, "534302", 1, 0, 18), + (7510, "534302", 1, 0, 18), + (7511, "534302", 1, 0, 18), + (7512, "534302", 1, 0, 18), + (7513, "534305", 1, 0, 18), + (7514, "534305", 1, 0, 18), + (7515, "534305", 1, 0, 18), + (7516, "534305", 1, 0, 18), + (7517, "534305", 1, 0, 18), + (7518, "534341", 1, 0, 18), + (7519, "534341", 1, 0, 18), + (7520, "534341", 1, 0, 18), + (7521, "534341", 1, 0, 18), + (7522, "534341", 1, 0, 18), + (7523, "534341", 1, 0, 18), + (7524, "534340", 1, 0, 18), + (7525, "534340", 1, 0, 18), + (7526, "534340", 1, 0, 18), + (7527, "534340", 1, 0, 18), + (7528, "534102", 1, 0, 18), + (7529, "534102", 1, 0, 18), + (7530, "534102", 1, 0, 18), + (7531, "534102", 1, 0, 18), + (7532, "534102", 1, 0, 18), + (7533, "534102", 1, 0, 18), + (7534, "534102", 1, 0, 18), + (7535, "534102", 1, 0, 18), + (7536, "534102", 1, 0, 18), + (7537, "534101", 1, 0, 18), + (7538, "534102", 1, 0, 18), + (7539, "534102", 1, 0, 18), + (7540, "534102", 1, 0, 18), + (7541, "534196", 1, 0, 18), + (7542, "534196", 1, 0, 18), + (7543, "534196", 1, 0, 18), + (7544, "534196", 1, 0, 18), + (7545, "534196", 1, 0, 18), + (7546, "534196", 1, 0, 18), + (7547, "534196", 1, 0, 18), + (7548, "534342", 1, 0, 18), + (7549, "534342", 1, 0, 18), + (7550, "534342", 1, 0, 18), + (7551, "534342", 1, 0, 18), + (7552, "534342", 1, 0, 18), + (7553, "534111", 1, 0, 18), + (7554, "534111", 1, 0, 18), + (7555, "534111", 1, 0, 18), + (7556, "534313", 1, 0, 18), + (7557, "534313", 1, 0, 18), + (7558, "534340", 1, 0, 18), + (7559, "534411", 1, 0, 18), + (7560, "534411", 1, 0, 18), + (7561, "534411", 1, 0, 18), + (7562, "534411", 1, 0, 18), + (7563, "534411", 1, 0, 18), + (7564, "534411", 1, 0, 18), + (7565, "534411", 1, 0, 18), + (7566, "534165", 1, 0, 18), + (7567, "534165", 1, 0, 18), + (7568, "534186", 1, 0, 18), + (7569, "534186", 1, 0, 18), + (7570, "534186", 1, 0, 18), + (7571, "534186", 1, 0, 18), + (7572, "534186", 1, 0, 18), + (7573, "534186", 1, 0, 18), + (7574, "534340", 1, 0, 18), + (7575, "534340", 1, 0, 18), + (7576, "534302", 1, 0, 18), + (7577, "534302", 1, 0, 18), + (7578, "534302", 1, 0, 18), + (7579, "534342", 1, 0, 18), + (7580, "534340", 1, 0, 18), + (7581, "522315", 1, 0, 18), + (7582, "522256", 1, 0, 18), + (7583, "522262", 1, 0, 18), + (7584, "522113", 1, 0, 18), + (7585, "522113", 1, 0, 18), + (7586, "522113", 1, 0, 18), + (7587, "522113", 1, 0, 18), + (7588, "522341", 1, 0, 18), + (7589, "522341", 1, 0, 18), + (7590, "522341", 1, 0, 18), + (7591, "522341", 1, 0, 18), + (7592, "522111", 1, 0, 18), + (7593, "522111", 1, 0, 18), + (7594, "522111", 1, 0, 18), + (7595, "522111", 1, 0, 18), + (7596, "522111", 1, 0, 18), + (7597, "522111", 1, 0, 18), + (7598, "522111", 1, 0, 18), + (7599, "522111", 1, 0, 18), + (7600, "522315", 1, 0, 18), + (7601, "522315", 1, 0, 18), + (7602, "522315", 1, 0, 18), + (7603, "522315", 1, 0, 18), + (7604, "522102", 1, 0, 18), + (7605, "522102", 1, 0, 18), + (7606, "522102", 1, 0, 18), + (7607, "522102", 1, 0, 18), + (7608, "522265", 1, 0, 18), + (7609, "522265", 1, 0, 18), + (7610, "522265", 1, 0, 18), + (7611, "522265", 1, 0, 18), + (7612, "522265", 1, 0, 18), + (7613, "522265", 1, 0, 18), + (7614, "522265", 1, 0, 18), + (7615, "522265", 1, 0, 18), + (7616, "522265", 1, 0, 18), + (7617, "522265", 1, 0, 18), + (7618, "522265", 1, 0, 18), + (7619, "522265", 1, 0, 18), + (7620, "522265", 1, 0, 18), + (7621, "522301", 1, 0, 18), + (7622, "522301", 1, 0, 18), + (7623, "522301", 1, 0, 18), + (7624, "522301", 1, 0, 18), + (7625, "522301", 1, 0, 18), + (7626, "522301", 1, 0, 18), + (7627, "522301", 1, 0, 18), + (7628, "522211", 1, 0, 18), + (7629, "522211", 1, 0, 18), + (7630, "522211", 1, 0, 18), + (7631, "522316", 1, 0, 18), + (7632, "522316", 1, 0, 18), + (7633, "522316", 1, 0, 18), + (7634, "522316", 1, 0, 18), + (7635, "522316", 1, 0, 18), + (7636, "522124", 1, 0, 18), + (7637, "522124", 1, 0, 18), + (7638, "522124", 1, 0, 18), + (7639, "522124", 1, 0, 18), + (7640, "522124", 1, 0, 18), + (7641, "522124", 1, 0, 18), + (7642, "522124", 1, 0, 18), + (7643, "522124", 1, 0, 18), + (7644, "522124", 1, 0, 18), + (7645, "522124", 1, 0, 18), + (7646, "522317", 1, 0, 18), + (7647, "522317", 1, 0, 18), + (7648, "522317", 1, 0, 18), + (7649, "522318", 1, 0, 18), + (7650, "522318", 1, 0, 18), + (7651, "522318", 1, 0, 18), + (7652, "522318", 1, 0, 18), + (7653, "522312", 1, 0, 18), + (7654, "522312", 1, 0, 18), + (7655, "522312", 1, 0, 18), + (7656, "522314", 1, 0, 18), + (7657, "522314", 1, 0, 18), + (7658, "522314", 1, 0, 18), + (7659, "522314", 1, 0, 18), + (7660, "522325", 1, 0, 18), + (7661, "522325", 1, 0, 18), + (7662, "522325", 1, 0, 18), + (7663, "522256", 1, 0, 18), + (7664, "522256", 1, 0, 18), + (7665, "522256", 1, 0, 18), + (7666, "522256", 1, 0, 18), + (7667, "522309", 1, 0, 18), + (7668, "522309", 1, 0, 18), + (7669, "522309", 1, 0, 18), + (7670, "522309", 1, 0, 18), + (7671, "522309", 1, 0, 18), + (7672, "522309", 1, 0, 18), + (7673, "522309", 1, 0, 18), + (7674, "522264", 1, 0, 18), + (7675, "522264", 1, 0, 18), + (7676, "522264", 1, 0, 18), + (7677, "522264", 1, 0, 18), + (7678, "522264", 1, 0, 18), + (7679, "522264", 1, 0, 18), + (7680, "522264", 1, 0, 18), + (7681, "522264", 1, 0, 18), + (7682, "522264", 1, 0, 18), + (7683, "522258", 1, 0, 18), + (7684, "522258", 1, 0, 18), + (7685, "522258", 1, 0, 18), + (7686, "522259", 1, 0, 18), + (7687, "522259", 1, 0, 18), + (7688, "522259", 1, 0, 18), + (7689, "522259", 1, 0, 18), + (7690, "522259", 1, 0, 18), + (7691, "522259", 1, 0, 18), + (7692, "522259", 1, 0, 18), + (7693, "522259", 1, 0, 18), + (7694, "522324", 1, 0, 18), + (7695, "522324", 1, 0, 18), + (7696, "522324", 1, 0, 18), + (7697, "522324", 1, 0, 18), + (7698, "522324", 1, 0, 18), + (7699, "522324", 1, 0, 18), + (7700, "522324", 1, 0, 18), + (7701, "522262", 1, 0, 18), + (7702, "522262", 1, 0, 18), + (7703, "522262", 1, 0, 18), + (7704, "522262", 1, 0, 18), + (7705, "522262", 1, 0, 18), + (7706, "522262", 1, 0, 18), + (7707, "522262", 1, 0, 18), + (7708, "522262", 1, 0, 18), + (7709, "522313", 1, 0, 18), + (7710, "522313", 1, 0, 18), + (7711, "522313", 1, 0, 18), + (7712, "522313", 1, 0, 18), + (7713, "522313", 1, 0, 18), + (7714, "522268", 1, 0, 18), + (7715, "522268", 1, 0, 18), + (7716, "522268", 1, 0, 18), + (7717, "522268", 1, 0, 18), + (7718, "522268", 1, 0, 18), + (7719, "522268", 1, 0, 18), + (7720, "522268", 1, 0, 18), + (7721, "522257", 1, 0, 18), + (7722, "522257", 1, 0, 18), + (7723, "522257", 1, 0, 18), + (7724, "522257", 1, 0, 18), + (7725, "522257", 1, 0, 18), + (7726, "522261", 1, 0, 18), + (7727, "522261", 1, 0, 18), + (7728, "522261", 1, 0, 18), + (7729, "522261", 1, 0, 18), + (7730, "522261", 1, 0, 18), + (7731, "522261", 1, 0, 18), + (7732, "522261", 1, 0, 18), + (7733, "522261", 1, 0, 18), + (7734, "522261", 1, 0, 18), + (7735, "522330", 1, 0, 18), + (7736, "522330", 1, 0, 18), + (7737, "522330", 1, 0, 18), + (7738, "522330", 1, 0, 18), + (7739, "522330", 1, 0, 18), + (7740, "522330", 1, 0, 18), + (7741, "522308", 1, 0, 18), + (7742, "522307", 1, 0, 18), + (7743, "522307", 1, 0, 18), + (7744, "522307", 1, 0, 18), + (7745, "522304", 1, 0, 18), + (7746, "522304", 1, 0, 18), + (7747, "522304", 1, 0, 18), + (7748, "522304", 1, 0, 18), + (7749, "522304", 1, 0, 18), + (7750, "522304", 1, 0, 18), + (7751, "522202", 1, 0, 18), + (7752, "522202", 1, 0, 18), + (7753, "522202", 1, 0, 18), + (7754, "522306", 1, 0, 18), + (7755, "522306", 1, 0, 18), + (7756, "522306", 1, 0, 18), + (7757, "522306", 1, 0, 18), + (7758, "522213", 1, 0, 18), + (7759, "522213", 1, 0, 18), + (7760, "522213", 1, 0, 18), + (7761, "522213", 1, 0, 18), + (7762, "522213", 1, 0, 18), + (7763, "522213", 1, 0, 18), + (7764, "517551", 1, 0, 18), + (7765, "517505", 1, 0, 18), + (7766, "517193", 1, 0, 18), + (7767, "517305", 1, 0, 18), + (7768, "517234", 1, 0, 18), + (7769, "517291", 1, 0, 18), + (7770, "517582", 1, 0, 18), + (7771, "517581", 1, 0, 18), + (7772, "517640", 1, 0, 18), + (7773, "517642", 1, 0, 18), + (7774, "517588", 1, 0, 18), + (7775, "517588", 1, 0, 18), + (7776, "517588", 1, 0, 18), + (7777, "517588", 1, 0, 18), + (7778, "517588", 1, 0, 18), + (7779, "517588", 1, 0, 18), + (7780, "517588", 1, 0, 18), + (7781, "517588", 1, 0, 18), + (7782, "517588", 1, 0, 18), + (7783, "517641", 1, 0, 18), + (7784, "517641", 1, 0, 18), + (7785, "517589", 1, 0, 18), + (7786, "517589", 1, 0, 18), + (7787, "517589", 1, 0, 18), + (7788, "517589", 1, 0, 18), + (7789, "517152", 1, 0, 18), + (7790, "517152", 1, 0, 18), + (7791, "517152", 1, 0, 18), + (7792, "517152", 1, 0, 18), + (7793, "517152", 1, 0, 18), + (7794, "517152", 1, 0, 18), + (7795, "517213", 1, 0, 18), + (7796, "517213", 1, 0, 18), + (7797, "517213", 1, 0, 18), + (7798, "517213", 1, 0, 18), + (7799, "517213", 1, 0, 18), + (7800, "517213", 1, 0, 18), + (7801, "517213", 1, 0, 18), + (7802, "517213", 1, 0, 18), + (7803, "517213", 1, 0, 18), + (7804, "517213", 1, 0, 18), + (7805, "517213", 1, 0, 18), + (7806, "517213", 1, 0, 18), + (7807, "517213", 1, 0, 18), + (7808, "517113", 1, 0, 18), + (7809, "517172", 1, 0, 18), + (7810, "517505", 1, 0, 18), + (7811, "517505", 1, 0, 18), + (7812, "517505", 1, 0, 18), + (7813, "517502", 1, 0, 18), + (7814, "517502", 1, 0, 18), + (7815, "517502", 1, 0, 18), + (7816, "517502", 1, 0, 18), + (7817, "517503", 1, 0, 18), + (7818, "517503", 1, 0, 18), + (7819, "517503", 1, 0, 18), + (7820, "517503", 1, 0, 18), + (7821, "517581", 1, 0, 18), + (7822, "517504", 1, 0, 18), + (7823, "517102", 1, 0, 18), + (7824, "517102", 1, 0, 18), + (7825, "517102", 1, 0, 18), + (7826, "517102", 1, 0, 18), + (7827, "517102", 1, 0, 18), + (7828, "517102", 1, 0, 18), + (7829, "517102", 1, 0, 18), + (7830, "517102", 1, 0, 18), + (7831, "517102", 1, 0, 18), + (7832, "517102", 1, 0, 18), + (7833, "517102", 1, 0, 18), + (7834, "517112", 1, 0, 18), + (7835, "517112", 1, 0, 18), + (7836, "517112", 1, 0, 18), + (7837, "517112", 1, 0, 18), + (7838, "517112", 1, 0, 18), + (7839, "517112", 1, 0, 18), + (7840, "517642", 1, 0, 18), + (7841, "517589", 1, 0, 18), + (7842, "517591", 1, 0, 18), + (7843, "517591", 1, 0, 18), + (7844, "517591", 1, 0, 18), + (7845, "517591", 1, 0, 18), + (7846, "517591", 1, 0, 18), + (7847, "517591", 1, 0, 18), + (7848, "517591", 1, 0, 18), + (7849, "517590", 1, 0, 18), + (7850, "517590", 1, 0, 18), + (7851, "517590", 1, 0, 18), + (7852, "517586", 1, 0, 18), + (7853, "517586", 1, 0, 18), + (7854, "517586", 1, 0, 18), + (7855, "517583", 1, 0, 18), + (7856, "517583", 1, 0, 18), + (7857, "517583", 1, 0, 18), + (7858, "517583", 1, 0, 18), + (7859, "517583", 1, 0, 18), + (7860, "517583", 1, 0, 18), + (7861, "517583", 1, 0, 18), + (7862, "517587", 1, 0, 18), + (7863, "517587", 1, 0, 18), + (7864, "517587", 1, 0, 18), + (7865, "517291", 1, 0, 18), + (7866, "517291", 1, 0, 18), + (7867, "517291", 1, 0, 18), + (7868, "517291", 1, 0, 18), + (7869, "517291", 1, 0, 18), + (7870, "517291", 1, 0, 18), + (7871, "517291", 1, 0, 18), + (7872, "517299", 1, 0, 18), + (7873, "517299", 1, 0, 18), + (7874, "517299", 1, 0, 18), + (7875, "517299", 1, 0, 18), + (7876, "517299", 1, 0, 18), + (7877, "517620", 1, 0, 18), + (7878, "517620", 1, 0, 18), + (7879, "517620", 1, 0, 18), + (7880, "517620", 1, 0, 18), + (7881, "517620", 1, 0, 18), + (7882, "517620", 1, 0, 18), + (7883, "517620", 1, 0, 18), + (7884, "517620", 1, 0, 18), + (7885, "517620", 1, 0, 18), + (7886, "517619", 1, 0, 18), + (7887, "517619", 1, 0, 18), + (7888, "517619", 1, 0, 18), + (7889, "517619", 1, 0, 18), + (7890, "517589", 1, 0, 18), + (7891, "517587", 1, 0, 18), + (7892, "517587", 1, 0, 18), + (7893, "517587", 1, 0, 18), + (7894, "517587", 1, 0, 18), + (7895, "517583", 1, 0, 18), + (7896, "517584", 1, 0, 18), + (7897, "517584", 1, 0, 18), + (7898, "517536", 1, 0, 18), + (7899, "517643", 1, 0, 18), + (7900, "517643", 1, 0, 18), + (7901, "517643", 1, 0, 18), + (7902, "517643", 1, 0, 18), + (7903, "517640", 1, 0, 18), + (7904, "517640", 1, 0, 18), + (7905, "517640", 1, 0, 18), + (7906, "517641", 1, 0, 18), + (7907, "517641", 1, 0, 18), + (7908, "517641", 1, 0, 18), + (7909, "517641", 1, 0, 18), + (7910, "517641", 1, 0, 18), + (7911, "517641", 1, 0, 18), + (7912, "517541", 1, 0, 18), + (7913, "517541", 1, 0, 18), + (7914, "517541", 1, 0, 18), + (7915, "517541", 1, 0, 18), + (7916, "517541", 1, 0, 18), + (7917, "517541", 1, 0, 18), + (7918, "517541", 1, 0, 18), + (7919, "517541", 1, 0, 18), + (7920, "517213", 1, 0, 18), + (7921, "517213", 1, 0, 18), + (7922, "517213", 1, 0, 18), + (7923, "517113", 1, 0, 18), + (7924, "517113", 1, 0, 18), + (7925, "517113", 1, 0, 18), + (7926, "517172", 1, 0, 18), + (7927, "517172", 1, 0, 18), + (7928, "517645", 1, 0, 18), + (7929, "517645", 1, 0, 18), + (7930, "517645", 1, 0, 18), + (7931, "517645", 1, 0, 18), + (7932, "517645", 1, 0, 18), + (7933, "517645", 1, 0, 18), + (7934, "517645", 1, 0, 18), + (7935, "517640", 1, 0, 18), + (7936, "517645", 1, 0, 18), + (7937, "517642", 1, 0, 18), + (7938, "517642", 1, 0, 18), + (7939, "517642", 1, 0, 18), + (7940, "517642", 1, 0, 18), + (7941, "517569", 1, 0, 18), + (7942, "517569", 1, 0, 18), + (7943, "517569", 1, 0, 18), + (7944, "517619", 1, 0, 18), + (7945, "517581", 1, 0, 18), + (7946, "517581", 1, 0, 18), + (7947, "517586", 1, 0, 18), + (7948, "517586", 1, 0, 18), + (7949, "517586", 1, 0, 18), + (7950, "517586", 1, 0, 18), + (7951, "517536", 1, 0, 18), + (7952, "517536", 1, 0, 18), + (7953, "517536", 1, 0, 18), + (7954, "517536", 1, 0, 18), + (7955, "517536", 1, 0, 18), + (7956, "517536", 1, 0, 18), + (7957, "517644", 1, 0, 18), + (7958, "517643", 1, 0, 18), + (7959, "517643", 1, 0, 18), + (7960, "517643", 1, 0, 18), + (7961, "517643", 1, 0, 18), + (7962, "517643", 1, 0, 18), + (7963, "517643", 1, 0, 18), + (7964, "517643", 1, 0, 18), + (7965, "517643", 1, 0, 18), + (7966, "517643", 1, 0, 18), + (7967, "517640", 1, 0, 18), + (7968, "517551", 1, 0, 18), + (7969, "517551", 1, 0, 18), + (7970, "517551", 1, 0, 18), + (7971, "517551", 1, 0, 18), + (7972, "517561", 1, 0, 18), + (7973, "517561", 1, 0, 18), + (7974, "517561", 1, 0, 18), + (7975, "517561", 1, 0, 18), + (7976, "517561", 1, 0, 18), + (7977, "517561", 1, 0, 18), + (7978, "517561", 1, 0, 18), + (7979, "517561", 1, 0, 18), + (7980, "517561", 1, 0, 18), + (7981, "517561", 1, 0, 18), + (7982, "517561", 1, 0, 18), + (7983, "517561", 1, 0, 18), + (7984, "517561", 1, 0, 18), + (7985, "517569", 1, 0, 18), + (7986, "517569", 1, 0, 18), + (7987, "517569", 1, 0, 18), + (7988, "517569", 1, 0, 18), + (7989, "517569", 1, 0, 18), + (7990, "517569", 1, 0, 18), + (7991, "517297", 1, 0, 18), + (7992, "517297", 1, 0, 18), + (7993, "517297", 1, 0, 18), + (7994, "517236", 1, 0, 18), + (7995, "517236", 1, 0, 18), + (7996, "517236", 1, 0, 18), + (7997, "517236", 1, 0, 18), + (7998, "517234", 1, 0, 18), + (7999, "517582", 1, 0, 18), + (8000, "517589", 1, 0, 18), + (8001, "517589", 1, 0, 18), + (8002, "517589", 1, 0, 18), + (8003, "517589", 1, 0, 18), + (8004, "517589", 1, 0, 18), + (8005, "517590", 1, 0, 18), + (8006, "517590", 1, 0, 18), + (8007, "517590", 1, 0, 18), + (8008, "517590", 1, 0, 18), + (8009, "517590", 1, 0, 18), + (8010, "517590", 1, 0, 18), + (8011, "517590", 1, 0, 18), + (8012, "517581", 1, 0, 18), + (8013, "517581", 1, 0, 18), + (8014, "517305", 1, 0, 18), + (8015, "517305", 1, 0, 18), + (8016, "517277", 1, 0, 18), + (8017, "517277", 1, 0, 18), + (8018, "517277", 1, 0, 18), + (8019, "517277", 1, 0, 18), + (8020, "517277", 1, 0, 18), + (8021, "517277", 1, 0, 18), + (8022, "517277", 1, 0, 18), + (8023, "517297", 1, 0, 18), + (8024, "517297", 1, 0, 18), + (8025, "517297", 1, 0, 18), + (8026, "517297", 1, 0, 18), + (8027, "517297", 1, 0, 18), + (8028, "517297", 1, 0, 18), + (8029, "517297", 1, 0, 18), + (8030, "517297", 1, 0, 18), + (8031, "517236", 1, 0, 18), + (8032, "517236", 1, 0, 18), + (8033, "517236", 1, 0, 18), + (8034, "517234", 1, 0, 18), + (8035, "517520", 1, 0, 18), + (8036, "517520", 1, 0, 18), + (8037, "517520", 1, 0, 18), + (8038, "517520", 1, 0, 18), + (8039, "517520", 1, 0, 18), + (8040, "517520", 1, 0, 18), + (8041, "517520", 1, 0, 18), + (8042, "517520", 1, 0, 18), + (8043, "517520", 1, 0, 18), + (8044, "517501", 1, 0, 18), + (8045, "517501", 1, 0, 18), + (8046, "517507", 1, 0, 18), + (8047, "517507", 1, 0, 18), + (8048, "517507", 1, 0, 18), + (8049, "517507", 1, 0, 18), + (8050, "517507", 1, 0, 18), + (8051, "517507", 1, 0, 18), + (8052, "517526", 1, 0, 18), + (8053, "517526", 1, 0, 18), + (8054, "517526", 1, 0, 18), + (8055, "517526", 1, 0, 18), + (8056, "517526", 1, 0, 18), + (8057, "517520", 1, 0, 18), + (8058, "517520", 1, 0, 18), + (8059, "517507", 1, 0, 18), + (8060, "517507", 1, 0, 18), + (8061, "517551", 1, 0, 18), + (8062, "517551", 1, 0, 18), + (8063, "517551", 1, 0, 18), + (8064, "517112", 1, 0, 18), + (8065, "517112", 1, 0, 18), + (8066, "517112", 1, 0, 18), + (8067, "517112", 1, 0, 18), + (8068, "517112", 1, 0, 18), + (8069, "517112", 1, 0, 18), + (8070, "517112", 1, 0, 18), + (8071, "517194", 1, 0, 18), + (8072, "517194", 1, 0, 18), + (8073, "517194", 1, 0, 18), + (8074, "517194", 1, 0, 18), + (8075, "517194", 1, 0, 18), + (8076, "517194", 1, 0, 18), + (8077, "517194", 1, 0, 18), + (8078, "517194", 1, 0, 18), + (8079, "517194", 1, 0, 18), + (8080, "517194", 1, 0, 18), + (8081, "517194", 1, 0, 18), + (8082, "517194", 1, 0, 18), + (8083, "517193", 1, 0, 18), + (8084, "517193", 1, 0, 18), + (8085, "517193", 1, 0, 18), + (8086, "517172", 1, 0, 18), + (8087, "517214", 1, 0, 18), + (8088, "517214", 1, 0, 18), + (8089, "517214", 1, 0, 18), + (8090, "517214", 1, 0, 18), + (8091, "517214", 1, 0, 18), + (8092, "517214", 1, 0, 18), + (8093, "517214", 1, 0, 18), + (8094, "517214", 1, 0, 18), + (8095, "517214", 1, 0, 18), + (8096, "517214", 1, 0, 18), + (8097, "517214", 1, 0, 18), + (8098, "517214", 1, 0, 18), + (8099, "517214", 1, 0, 18), + (8100, "517214", 1, 0, 18), + (8101, "517214", 1, 0, 18), + (8102, "517192", 1, 0, 18), + (8103, "517192", 1, 0, 18), + (8104, "517192", 1, 0, 18), + (8105, "517305", 1, 0, 18), + (8106, "517214", 1, 0, 18), + (8107, "517192", 1, 0, 18), + (8108, "517192", 1, 0, 18), + (8109, "517619", 1, 0, 18), + (8110, "517619", 1, 0, 18), + (8111, "517619", 1, 0, 18), + (8112, "517571", 1, 0, 18), + (8113, "517571", 1, 0, 18), + (8114, "517571", 1, 0, 18), + (8115, "517571", 1, 0, 18), + (8116, "517571", 1, 0, 18), + (8117, "517571", 1, 0, 18), + (8118, "517592", 1, 0, 18), + (8119, "517592", 1, 0, 18), + (8120, "517592", 1, 0, 18), + (8121, "517592", 1, 0, 18), + (8122, "517592", 1, 0, 18), + (8123, "517582", 1, 0, 18), + (8124, "517582", 1, 0, 18), + (8125, "517582", 1, 0, 18), + (8126, "517582", 1, 0, 18), + (8127, "517582", 1, 0, 18), + (8128, "517582", 1, 0, 18), + (8129, "517582", 1, 0, 18), + (8130, "517234", 1, 0, 18), + (8131, "517234", 1, 0, 18), + (8132, "517234", 1, 0, 18), + (8133, "517234", 1, 0, 18), + (8134, "517234", 1, 0, 18), + (8135, "517234", 1, 0, 18), + (8136, "517234", 1, 0, 18), + (8137, "517234", 1, 0, 18), + (8138, "517234", 1, 0, 18), + (8139, "517235", 1, 0, 18), + (8140, "517235", 1, 0, 18), + (8141, "517235", 1, 0, 18), + (8142, "517235", 1, 0, 18), + (8143, "517235", 1, 0, 18), + (8144, "517237", 1, 0, 18), + (8145, "517237", 1, 0, 18), + (8146, "517237", 1, 0, 18), + (8147, "517237", 1, 0, 18), + (8148, "517237", 1, 0, 18), + (8149, "517237", 1, 0, 18), + (8150, "517237", 1, 0, 18), + (8151, "531219", 1, 0, 18), + (8152, "531173", 1, 0, 18), + (8153, "531163", 1, 0, 18), + (8154, "531163", 1, 0, 18), + (8155, "531163", 1, 0, 18), + (8156, "531163", 1, 0, 18), + (8157, "531163", 1, 0, 18), + (8158, "531163", 1, 0, 18), + (8159, "531163", 1, 0, 18), + (8160, "531163", 1, 0, 18), + (8161, "531163", 1, 0, 18), + (8162, "531163", 1, 0, 18), + (8163, "530052", 1, 0, 18), + (8164, "530051", 1, 0, 18), + (8165, "531173", 1, 0, 18), + (8166, "531173", 1, 0, 18), + (8167, "531173", 1, 0, 18), + (8168, "531173", 1, 0, 18), + (8169, "531173", 1, 0, 18), + (8170, "531173", 1, 0, 18), + (8171, "531173", 1, 0, 18), + (8172, "531173", 1, 0, 18), + (8173, "531173", 1, 0, 18), + (8174, "531173", 1, 0, 18), + (8175, "530012", 1, 0, 18), + (8176, "530012", 1, 0, 18), + (8177, "531162", 1, 0, 18), + (8178, "531162", 1, 0, 18), + (8179, "531162", 1, 0, 18), + (8180, "531162", 1, 0, 18), + (8181, "531162", 1, 0, 18), + (8182, "531162", 1, 0, 18), + (8183, "531162", 1, 0, 18), + (8184, "531162", 1, 0, 18), + (8185, "531162", 1, 0, 18), + (8186, "531162", 1, 0, 18), + (8187, "530003", 1, 0, 18), + (8188, "530040", 1, 0, 18), + (8189, "530040", 1, 0, 18), + (8190, "530043", 1, 0, 18), + (8191, "530045", 1, 0, 18), + (8192, "530045", 1, 0, 18), + (8193, "530027", 1, 0, 18), + (8194, "530027", 1, 0, 18), + (8195, "530027", 1, 0, 18), + (8196, "530029", 1, 0, 18), + (8197, "530029", 1, 0, 18), + (8198, "530028", 1, 0, 18), + (8199, "530047", 1, 0, 18), + (8200, "530047", 1, 0, 18), + (8201, "530005", 1, 0, 18), + (8202, "530012", 1, 0, 18), + (8203, "530012", 1, 0, 18), + (8204, "530049", 1, 0, 18), + (8205, "530053", 1, 0, 18), + (8206, "530049", 1, 0, 18), + (8207, "530049", 1, 0, 18), + (8208, "530044", 1, 0, 18), + (8209, "530044", 1, 0, 18), + (8210, "530044", 1, 0, 18), + (8211, "530044", 1, 0, 18), + (8212, "530031", 1, 0, 18), + (8213, "530031", 1, 0, 18), + (8214, "531219", 1, 0, 18), + (8215, "531219", 1, 0, 18), + (8216, "531219", 1, 0, 18), + (8217, "531219", 1, 0, 18), + (8218, "531219", 1, 0, 18), + (8219, "531219", 1, 0, 18), + (8220, "531219", 1, 0, 18), + (8221, "531219", 1, 0, 18), + (8222, "531219", 1, 0, 18), + (8223, "531219", 1, 0, 18), + (8224, "531219", 1, 0, 18), + (8225, "531162", 1, 0, 18), + (8226, "531162", 1, 0, 18), + (8227, "531162", 1, 0, 18), + (8228, "531162", 1, 0, 18), + (8229, "531162", 1, 0, 18), + (8230, "531162", 1, 0, 18), + (8231, "531162", 1, 0, 18), + (8232, "531162", 1, 0, 18), + (8233, "531162", 1, 0, 18), + (8234, "531162", 1, 0, 18), + (8235, "535183", 1, 0, 18), + (8236, "535216", 1, 0, 18), + (8237, "535183", 1, 0, 18), + (8238, "535270", 1, 0, 18), + (8239, "535280", 1, 0, 18), + (8240, "535580", 1, 0, 18), + (8241, "535218", 1, 0, 18), + (8242, "535281", 1, 0, 18), + (8243, "535183", 1, 0, 18), + (8244, "535183", 1, 0, 18), + (8245, "535183", 1, 0, 18), + (8246, "535183", 1, 0, 18), + (8247, "535240", 1, 0, 18), + (8248, "535240", 1, 0, 18), + (8249, "535240", 1, 0, 18), + (8250, "535240", 1, 0, 18), + (8251, "535240", 1, 0, 18), + (8252, "535005", 1, 0, 18), + (8253, "535005", 1, 0, 18), + (8254, "535005", 1, 0, 18), + (8255, "535005", 1, 0, 18), + (8256, "535005", 1, 0, 18), + (8257, "535005", 1, 0, 18), + (8258, "535005", 1, 0, 18), + (8259, "535005", 1, 0, 18), + (8260, "535216", 1, 0, 18), + (8261, "535216", 1, 0, 18), + (8262, "535216", 1, 0, 18), + (8263, "535216", 1, 0, 18), + (8264, "535216", 1, 0, 18), + (8265, "535216", 1, 0, 18), + (8266, "535216", 1, 0, 18), + (8267, "535216", 1, 0, 18), + (8268, "535216", 1, 0, 18), + (8269, "535160", 1, 0, 18), + (8270, "535160", 1, 0, 18), + (8271, "535160", 1, 0, 18), + (8272, "535160", 1, 0, 18), + (8273, "535160", 1, 0, 18), + (8274, "535160", 1, 0, 18), + (8275, "535160", 1, 0, 18), + (8276, "535260", 1, 0, 18), + (8277, "535260", 1, 0, 18), + (8278, "535260", 1, 0, 18), + (8279, "535260", 1, 0, 18), + (8280, "535260", 1, 0, 18), + (8281, "535260", 1, 0, 18), + (8282, "535260", 1, 0, 18), + (8283, "535581", 1, 0, 18), + (8284, "535581", 1, 0, 18), + (8285, "535581", 1, 0, 18), + (8286, "535581", 1, 0, 18), + (8287, "535581", 1, 0, 18), + (8288, "535581", 1, 0, 18), + (8289, "535183", 1, 0, 18), + (8290, "535183", 1, 0, 18), + (8291, "535183", 1, 0, 18), + (8292, "535183", 1, 0, 18), + (8293, "535183", 1, 0, 18), + (8294, "535183", 1, 0, 18), + (8295, "535183", 1, 0, 18), + (8296, "535161", 1, 0, 18), + (8297, "535161", 1, 0, 18), + (8298, "535161", 1, 0, 18), + (8299, "535161", 1, 0, 18), + (8300, "535161", 1, 0, 18), + (8301, "535161", 1, 0, 18), + (8302, "535161", 1, 0, 18), + (8303, "535161", 1, 0, 18), + (8304, "535002", 1, 0, 18), + (8305, "535148", 1, 0, 18), + (8306, "535148", 1, 0, 18), + (8307, "535148", 1, 0, 18), + (8308, "535148", 1, 0, 18), + (8309, "535148", 1, 0, 18), + (8310, "535148", 1, 0, 18), + (8311, "535270", 1, 0, 18), + (8312, "535270", 1, 0, 18), + (8313, "535270", 1, 0, 18), + (8314, "535270", 1, 0, 18), + (8315, "535270", 1, 0, 18), + (8316, "535270", 1, 0, 18), + (8317, "535270", 1, 0, 18), + (8318, "535270", 1, 0, 18), + (8319, "535270", 1, 0, 18), + (8320, "535270", 1, 0, 18), + (8321, "535270", 1, 0, 18), + (8322, "535270", 1, 0, 18), + (8323, "535270", 1, 0, 18), + (8324, "535270", 1, 0, 18), + (8325, "535270", 1, 0, 18), + (8326, "535270", 1, 0, 18), + (8327, "535270", 1, 0, 18), + (8328, "535215", 1, 0, 18), + (8329, "535215", 1, 0, 18), + (8330, "535215", 1, 0, 18), + (8331, "535215", 1, 0, 18), + (8332, "535215", 1, 0, 18), + (8333, "535215", 1, 0, 18), + (8334, "535215", 1, 0, 18), + (8335, "535215", 1, 0, 18), + (8336, "535215", 1, 0, 18), + (8337, "535215", 1, 0, 18), + (8338, "535215", 1, 0, 18), + (8339, "535215", 1, 0, 18), + (8340, "535215", 1, 0, 18), + (8341, "535004", 1, 0, 18), + (8342, "535004", 1, 0, 18), + (8343, "535004", 1, 0, 18), + (8344, "535161", 1, 0, 18), + (8345, "535161", 1, 0, 18), + (8346, "535161", 1, 0, 18), + (8347, "535273", 1, 0, 18), + (8348, "535273", 1, 0, 18), + (8349, "535273", 1, 0, 18), + (8350, "535273", 1, 0, 18), + (8351, "535273", 1, 0, 18), + (8352, "535273", 1, 0, 18), + (8353, "535273", 1, 0, 18), + (8354, "535273", 1, 0, 18), + (8355, "535273", 1, 0, 18), + (8356, "535280", 1, 0, 18), + (8357, "535280", 1, 0, 18), + (8358, "535280", 1, 0, 18), + (8359, "535280", 1, 0, 18), + (8360, "535280", 1, 0, 18), + (8361, "535217", 1, 0, 18), + (8362, "535217", 1, 0, 18), + (8363, "535217", 1, 0, 18), + (8364, "535217", 1, 0, 18), + (8365, "535217", 1, 0, 18), + (8366, "535217", 1, 0, 18), + (8367, "535217", 1, 0, 18), + (8368, "535217", 1, 0, 18), + (8369, "535217", 1, 0, 18), + (8370, "535217", 1, 0, 18), + (8371, "535217", 1, 0, 18), + (8372, "535217", 1, 0, 18), + (8373, "535217", 1, 0, 18), + (8374, "535221", 1, 0, 18), + (8375, "535221", 1, 0, 18), + (8376, "535221", 1, 0, 18), + (8377, "535221", 1, 0, 18), + (8378, "535221", 1, 0, 18), + (8379, "535221", 1, 0, 18), + (8380, "535221", 1, 0, 18), + (8381, "535221", 1, 0, 18), + (8382, "535580", 1, 0, 18), + (8383, "535580", 1, 0, 18), + (8384, "535580", 1, 0, 18), + (8385, "535580", 1, 0, 18), + (8386, "535580", 1, 0, 18), + (8387, "535580", 1, 0, 18), + (8388, "535580", 1, 0, 18), + (8389, "535580", 1, 0, 18), + (8390, "535580", 1, 0, 18), + (8391, "535580", 1, 0, 18), + (8392, "535580", 1, 0, 18), + (8393, "535580", 1, 0, 18), + (8394, "535580", 1, 0, 18), + (8395, "535580", 1, 0, 18), + (8396, "535580", 1, 0, 18), + (8397, "535580", 1, 0, 18), + (8398, "535580", 1, 0, 18), + (8399, "535204", 1, 0, 18), + (8400, "535204", 1, 0, 18), + (8401, "535204", 1, 0, 18), + (8402, "535204", 1, 0, 18), + (8403, "535204", 1, 0, 18), + (8404, "535204", 1, 0, 18), + (8405, "535204", 1, 0, 18), + (8406, "535204", 1, 0, 18), + (8407, "535204", 1, 0, 18), + (8408, "535204", 1, 0, 18), + (8409, "535204", 1, 0, 18), + (8410, "535204", 1, 0, 18), + (8411, "535204", 1, 0, 18), + (8412, "535204", 1, 0, 18), + (8413, "535204", 1, 0, 18), + (8414, "535204", 1, 0, 18), + (8415, "535218", 1, 0, 18), + (8416, "535218", 1, 0, 18), + (8417, "535218", 1, 0, 18), + (8418, "535218", 1, 0, 18), + (8419, "535218", 1, 0, 18), + (8420, "535218", 1, 0, 18), + (8421, "535218", 1, 0, 18), + (8422, "535218", 1, 0, 18), + (8423, "535218", 1, 0, 18), + (8424, "535218", 1, 0, 18), + (8425, "535218", 1, 0, 18), + (8426, "535218", 1, 0, 18), + (8427, "535214", 1, 0, 18), + (8428, "535214", 1, 0, 18), + (8429, "535214", 1, 0, 18), + (8430, "535145", 1, 0, 18), + (8431, "535145", 1, 0, 18), + (8432, "535145", 1, 0, 18), + (8433, "535145", 1, 0, 18), + (8434, "535145", 1, 0, 18), + (8435, "535145", 1, 0, 18), + (8436, "535145", 1, 0, 18), + (8437, "535145", 1, 0, 18), + (8438, "535145", 1, 0, 18), + (8439, "535145", 1, 0, 18), + (8440, "535145", 1, 0, 18), + (8441, "535145", 1, 0, 18), + (8442, "535145", 1, 0, 18), + (8443, "535145", 1, 0, 18), + (8444, "535145", 1, 0, 18), + (8445, "535145", 1, 0, 18), + (8446, "535145", 1, 0, 18), + (8447, "535145", 1, 0, 18), + (8448, "535145", 1, 0, 18), + (8449, "535145", 1, 0, 18), + (8450, "535145", 1, 0, 18), + (8451, "535145", 1, 0, 18), + (8452, "535145", 1, 0, 18), + (8453, "535145", 1, 0, 18), + (8454, "535004", 1, 0, 18), + (8455, "535004", 1, 0, 18), + (8456, "535250", 1, 0, 18), + (8457, "535250", 1, 0, 18), + (8458, "535250", 1, 0, 18), + (8459, "535250", 1, 0, 18), + (8460, "535250", 1, 0, 18), + (8461, "535250", 1, 0, 18), + (8462, "535250", 1, 0, 18), + (8463, "535250", 1, 0, 18), + (8464, "535250", 1, 0, 18), + (8465, "535250", 1, 0, 18), + (8466, "535250", 1, 0, 18), + (8467, "535250", 1, 0, 18), + (8468, "535250", 1, 0, 18), + (8469, "535250", 1, 0, 18), + (8470, "535213", 1, 0, 18), + (8471, "535213", 1, 0, 18), + (8472, "535220", 1, 0, 18), + (8473, "535220", 1, 0, 18), + (8474, "535220", 1, 0, 18), + (8475, "535220", 1, 0, 18), + (8476, "535220", 1, 0, 18), + (8477, "535220", 1, 0, 18), + (8478, "535220", 1, 0, 18), + (8479, "535220", 1, 0, 18), + (8480, "535183", 1, 0, 18), + (8481, "535183", 1, 0, 18), + (8482, "535183", 1, 0, 18), + (8483, "535183", 1, 0, 18), + (8484, "535281", 1, 0, 18), + (8485, "535281", 1, 0, 18), + (8486, "535281", 1, 0, 18), + (8487, "535281", 1, 0, 18), + (8488, "535281", 1, 0, 18), + (8489, "535281", 1, 0, 18), + (8490, "535281", 1, 0, 18), + (8491, "535003", 1, 0, 18), + (8492, "535003", 1, 0, 18), + (8493, "535003", 1, 0, 18), + (8494, "535003", 1, 0, 18), + (8495, "535003", 1, 0, 18), + (8496, "535003", 1, 0, 18), + (8497, "535003", 1, 0, 18), + (8498, "535003", 1, 0, 18), + (8499, "535006", 1, 0, 18), + (8500, "535006", 1, 0, 18), + (8501, "535003", 1, 0, 18), + (8502, "535003", 1, 0, 18), + (8503, "535003", 1, 0, 18), + (8504, "535006", 1, 0, 18), + (8505, "535003", 1, 0, 18), + (8506, "535006", 1, 0, 18), + (8507, "535006", 1, 0, 18), + (8508, "535003", 1, 0, 18), + (8509, "535003", 1, 0, 18), + (8510, "535216", 1, 0, 18), + (8511, "535280", 1, 0, 18), + (8512, "517507", 1, 0, 18), + (8513, "522549", 1, 0, 18), + (8514, "535101", 1, 0, 18), + (8515, "521110", 1, 0, 18), + (8516, "518502", 1, 0, 18), + (8517, "530012", 1, 0, 18), + (8518, "517326", 1, 0, 18), + (8519, "521002", 1, 0, 18), + (8520, "523101", 1, 0, 18), + (8521, "515202", 1, 0, 18), + (8522, "535240", 1, 0, 18), + (8523, "530048", 1, 0, 18), + (8524, "522613", 1, 0, 18), + (8525, "532195", 1, 0, 18), + (8526, "532127", 1, 0, 18), + (8527, "532459", 1, 0, 18), + (8528, "523169", 1, 0, 18), + (8529, "533221", 1, 0, 18), + (8530, "522435", 1, 0, 18), + (8531, "515301", 1, 0, 18), + (8532, "515591", 1, 0, 18), + (8533, "523169", 1, 0, 18), + (8534, "524239", 1, 0, 18), + (8535, "531133", 1, 0, 18), + (8536, "532168", 1, 0, 18), + (8537, "521330", 1, 0, 18), + (8538, "523265", 1, 0, 18), + (8539, "532214", 1, 0, 18), + (8540, "524224", 1, 0, 18), + (8541, "522316", 1, 0, 18), + (8542, "534243", 1, 0, 18), + (8543, "518222", 1, 0, 18), + (8544, "534435", 1, 0, 18), + (8545, "534475", 1, 0, 18), + (8546, "521301", 1, 0, 18), + (8547, "535523", 1, 0, 18), + (8548, "518432", 1, 0, 18), + (8549, "515211", 1, 0, 18), + (8550, "533352", 1, 0, 18), + (8551, "533352", 1, 0, 18), + (8552, "533347", 1, 0, 18), + (8553, "533347", 1, 0, 18), + (8554, "533352", 1, 0, 18), + (8555, "533352", 1, 0, 18), + (8556, "533352", 1, 0, 18), + (8557, "533352", 1, 0, 18), + (8558, "533352", 1, 0, 18), + (8559, "533352", 1, 0, 18), + (8560, "533352", 1, 0, 18), + (8561, "533352", 1, 0, 18), + (8562, "533352", 1, 0, 18), + (8563, "533352", 1, 0, 18), + (8564, "533352", 1, 0, 18), + (8565, "533352", 1, 0, 18), + (8566, "533352", 1, 0, 18), + (8567, "533352", 1, 0, 18), + (8568, "533352", 1, 0, 18), + (8569, "533352", 1, 0, 18), + (8570, "533348", 1, 0, 18), + (8571, "533348", 1, 0, 18), + (8572, "533351", 1, 0, 18), + (8573, "533351", 1, 0, 18), + (8574, "533351", 1, 0, 18), + (8575, "533351", 1, 0, 18), + (8576, "533351", 1, 0, 18), + (8577, "533351", 1, 0, 18), + (8578, "533349", 1, 0, 18), + (8579, "533349", 1, 0, 18), + (8580, "533349", 1, 0, 18), + (8581, "533349", 1, 0, 18), + (8582, "533349", 1, 0, 18), + (8583, "533349", 1, 0, 18), + (8584, "533349", 1, 0, 18), + (8585, "533350", 1, 0, 18), + (8586, "533350", 1, 0, 18), + (8587, "533350", 1, 0, 18), + (8588, "533350", 1, 0, 18), + (8589, "533350", 1, 0, 18), + (8590, "533350", 1, 0, 18), + (8591, "534444", 1, 0, 18), + (8592, "534444", 1, 0, 18), + (8593, "534444", 1, 0, 18), + (8594, "534444", 1, 0, 18), + (8595, "534444", 1, 0, 18), + (8596, "534444", 1, 0, 18), + (8597, "534444", 1, 0, 18), + (8598, "534444", 1, 0, 18), + (8599, "534444", 1, 0, 18), + (8600, "534444", 1, 0, 18), + (8601, "534444", 1, 0, 18), + (8602, "534444", 1, 0, 18), + (8603, "534444", 1, 0, 18), + (8604, "534444", 1, 0, 18), + (8605, "534444", 1, 0, 18), + (8606, "531077", 1, 0, 18), + (8607, "531040", 1, 0, 18), + (8608, "531040", 1, 0, 18), + (8609, "531040", 1, 0, 18), + (8610, "531040", 1, 0, 18), + (8611, "531077", 1, 0, 18), + (8612, "531077", 1, 0, 18), + (8613, "515110", 1, 0, 18), + (8614, "531075", 1, 0, 18), + (8615, "531030", 1, 0, 18), + (8616, "531030", 1, 0, 18), + (8617, "531029", 1, 0, 18), + (8618, "531024", 1, 0, 18), + (8619, "531026", 1, 0, 18), + (8620, "531026", 1, 0, 18), + (8621, "531077", 1, 0, 18), + (8622, "531077", 1, 0, 18), + (8623, "531077", 1, 0, 18), + (8624, "531077", 1, 0, 18), + (8625, "531077", 1, 0, 18), + (8626, "531077", 1, 0, 18), + (8627, "531077", 1, 0, 18), + (8628, "531040", 1, 0, 18), + (8629, "531040", 1, 0, 18), + (8630, "531040", 1, 0, 18), + (8631, "531040", 1, 0, 18), + (8632, "531040", 1, 0, 18), + (8633, "531081", 1, 0, 18), + (8634, "531081", 1, 0, 18), + (8635, "531027", 1, 0, 18), + (8636, "531027", 1, 0, 18), + (8637, "531027", 1, 0, 18), + (8638, "531027", 1, 0, 18), + (8639, "531028", 1, 0, 18), + (8640, "531028", 1, 0, 18), + (8641, "531075", 1, 0, 18), + (8642, "531075", 1, 0, 18), + (8643, "531036", 1, 0, 18), + (8644, "531036", 1, 0, 18), + (8645, "531036", 1, 0, 18), + (8646, "531036", 1, 0, 18), + (8647, "531040", 1, 0, 18), + (8648, "531040", 1, 0, 18), + (8649, "531040", 1, 0, 18), + (8650, "531040", 1, 0, 18), + (8651, "531040", 1, 0, 18), + (8652, "531040", 1, 0, 18), + (8653, "531011", 1, 0, 18), + (8654, "531055", 1, 0, 18), + (8655, "531029", 1, 0, 18), + (8656, "531028", 1, 0, 18), + (8657, "531026", 1, 0, 18), + (8658, "531029", 1, 0, 18), + (8659, "531029", 1, 0, 18), + (8660, "531022", 1, 0, 18), + (8661, "531030", 1, 0, 18), + (8662, "531024", 1, 0, 18), + (8663, "531026", 1, 0, 18), + (8664, "531030", 1, 0, 18), + (8665, "531028", 1, 0, 18), + (8666, "531022", 1, 0, 18), + (8667, "531026", 1, 0, 18), + (8668, "531026", 1, 0, 18), + (8669, "531029", 1, 0, 18), + (8670, "531030", 1, 0, 18), + (8671, "531032", 1, 0, 18), + (8672, "531032", 1, 0, 18), + (8673, "531032", 1, 0, 18), + (8674, "531032", 1, 0, 18), + (8675, "531033", 1, 0, 18), + (8676, "531036", 1, 0, 18), + (8677, "531036", 1, 0, 18), + (8678, "533352", 1, 0, 18), + (8679, "533352", 1, 0, 18), + (8680, "533352", 1, 0, 18), + (8681, "533352", 1, 0, 18), + (8682, "533352", 1, 0, 18), + (8683, "533352", 1, 0, 18), + (8684, "533352", 1, 0, 18), + (8685, "533352", 1, 0, 18), + (8686, "533350", 1, 0, 18), + (8687, "533350", 1, 0, 18), + (8688, "533349", 1, 0, 18), + (8689, "533351", 1, 0, 18), + (8690, "533351", 1, 0, 18), + (8691, "533351", 1, 0, 18), + (8692, "531026", 1, 0, 18), + (8693, "531024", 1, 0, 18), + (8694, "531024", 1, 0, 18), + (8695, "531084", 1, 0, 18), + (8696, "531111", 1, 0, 18), + (8697, "531111", 1, 0, 18), + (8698, "522005", 1, 0, 18), + (8699, "522647", 1, 0, 18), + (8700, "524123", 1, 0, 18), + (8701, "534145", 1, 0, 18), + (8702, "534198", 1, 0, 18), + (8703, "534444", 1, 0, 18), + (8704, "534444", 1, 0, 18), + (8705, "532148", 1, 0, 18), + (8706, "531162", 1, 0, 18), + (8707, "531162", 1, 0, 18), + (8708, "531173", 1, 0, 18), + (8709, "523165", 1, 0, 18), + (8710, "520003", 1, 0, 18), + (8711, "523265", 1, 0, 18), + (8712, "523327", 1, 0, 18), + (8713, "533239", 1, 0, 18), + (8714, "533238", 1, 0, 18), + (8715, "533201", 1, 0, 18), + (8716, "533236", 1, 0, 18), + (8717, "533251", 1, 0, 18), + (8718, "533213", 1, 0, 18), + (8719, "533244", 1, 0, 18), + (8720, "533249", 1, 0, 18), + (8721, "533249", 1, 0, 18), + (8722, "533228", 1, 0, 18), + (8723, "533577", 1, 0, 18), + (8724, "533237", 1, 0, 18), + (8725, "533254", 1, 0, 18), + (8726, "533217", 1, 0, 18), + (8727, "533214", 1, 0, 18), + (8728, "533222", 1, 0, 18), + (8729, "533252", 1, 0, 18), + (8730, "533235", 1, 0, 18), + (8731, "533221", 1, 0, 18), + (8732, "533210", 1, 0, 18), + (8733, "533215", 1, 0, 18), + (8734, "533201", 1, 0, 18), + (8735, "533240", 1, 0, 18), + (8736, "533201", 1, 0, 18), + (8737, "533274", 1, 0, 18), + (8738, "533212", 1, 0, 18), + (8739, "533220", 1, 0, 18), + (8740, "533253", 1, 0, 18), + (8741, "533201", 1, 0, 18), + (8742, "533250", 1, 0, 18), + (8743, "533241", 1, 0, 18), + (8744, "533211", 1, 0, 18), + (8745, "533216", 1, 0, 18), + (8746, "533247", 1, 0, 18), + (8747, "533201", 1, 0, 18), + (8748, "533218", 1, 0, 18), + (8749, "533248", 1, 0, 18), + (8750, "531081", 1, 0, 18), + (8751, "531020", 1, 0, 18), + (8752, "531002", 1, 0, 18), + (8753, "531021", 1, 0, 18), + (8754, "531126", 1, 0, 18), + (8755, "531083", 1, 0, 18), + (8756, "531060", 1, 0, 18), + (8757, "531127", 1, 0, 18), + (8758, "531035", 1, 0, 18), + (8759, "531032", 1, 0, 18), + (8760, "531055", 1, 0, 18), + (8761, "531149", 1, 0, 18), + (8762, "531151", 1, 0, 18), + (8763, "531030", 1, 0, 18), + (8764, "531029", 1, 0, 18), + (8765, "531023", 1, 0, 18), + (8766, "531077", 1, 0, 18), + (8767, "531028", 1, 0, 18), + (8768, "531034", 1, 0, 18), + (8769, "531022", 1, 0, 18), + (8770, "531075", 1, 0, 18), + (8771, "531027", 1, 0, 18), + (8772, "531024", 1, 0, 18), + (8773, "531040", 1, 0, 18), + (8774, "531025", 1, 0, 18), + (8775, "531026", 1, 0, 18), + (8776, "531111", 1, 0, 18), + (8777, "531085", 1, 0, 18), + (8778, "531114", 1, 0, 18), + (8779, "531087", 1, 0, 18), + (8780, "531118", 1, 0, 18), + (8781, "531084", 1, 0, 18), + (8782, "531113", 1, 0, 18), + (8783, "531115", 1, 0, 18), + (8784, "531133", 1, 0, 18), + (8785, "531105", 1, 0, 18), + (8786, "531117", 1, 0, 18), + (8787, "531011", 1, 0, 18), + (8788, "531061", 1, 0, 18), + (8789, "531082", 1, 0, 18), + (8790, "531001", 1, 0, 18), + (8791, "531031", 1, 0, 18), + (8792, "531033", 1, 0, 18), + (8793, "515004", 1, 0, 18), + (8794, "515761", 1, 0, 18), + (8795, "515761", 1, 0, 18), + (8796, "515765", 1, 0, 18), + (8797, "515721", 1, 0, 18), + (8798, "515711", 1, 0, 18), + (8799, "515766", 1, 0, 18), + (8800, "515004", 1, 0, 18), + (8801, "515425", 1, 0, 18), + (8802, "515787", 1, 0, 18), + (8803, "515005", 1, 0, 18), + (8804, "515001", 1, 0, 18), + (8805, "515414", 1, 0, 18), + (8806, "515001", 1, 0, 18), + (8807, "515004", 1, 0, 18), + (8808, "515411", 1, 0, 18), + (8809, "515001", 1, 0, 18), + (8810, "515001", 1, 0, 18), + (8811, "515767", 1, 0, 18), + (8812, "515435", 1, 0, 18), + (8813, "515445", 1, 0, 18), + (8814, "515003", 1, 0, 18), + (8815, "515411", 1, 0, 18), + (8816, "515411", 1, 0, 18), + (8817, "515411", 1, 0, 18), + (8818, "515411", 1, 0, 18), + (8819, "515465", 1, 0, 18), + (8820, "515001", 1, 0, 18), + (8821, "515001", 1, 0, 18), + (8822, "515002", 1, 0, 18), + (8823, "515751", 1, 0, 18), + (8824, "515741", 1, 0, 18), + (8825, "515763", 1, 0, 18), + (8826, "515701", 1, 0, 18), + (8827, "515415", 1, 0, 18), + (8828, "515005", 1, 0, 18), + (8829, "515731", 1, 0, 18), + (8830, "516270", 1, 0, 18), + (8831, "516269", 1, 0, 18), + (8832, "516215", 1, 0, 18), + (8833, "516268", 1, 0, 18), + (8834, "516269", 1, 0, 18), + (8835, "516501", 1, 0, 18), + (8836, "516128", 1, 0, 18), + (8837, "516104", 1, 0, 18), + (8838, "516101", 1, 0, 18), + (8839, "516247", 1, 0, 18), + (8840, "516126", 1, 0, 18), + (8841, "516152", 1, 0, 18), + (8842, "516150", 1, 0, 18), + (8843, "516108", 1, 0, 18), + (8844, "516110", 1, 0, 18), + (8845, "516127", 1, 0, 18), + (8846, "516107", 1, 0, 18), + (8847, "516129", 1, 0, 18), + (8848, "516237", 1, 0, 18), + (8849, "516151", 1, 0, 18), + (8850, "516130", 1, 0, 18), + (8851, "516213", 1, 0, 18), + (8852, "516115", 1, 0, 18), + (8853, "516101", 1, 0, 18), + (8854, "516001", 1, 0, 18), + (8855, "516105", 1, 0, 18), + (8856, "516162", 1, 0, 18), + (8857, "516163", 1, 0, 18), + (8858, "516002", 1, 0, 18), + (8859, "516203", 1, 0, 18), + (8860, "516002", 1, 0, 18), + (8861, "516259", 1, 0, 18), + (8862, "516001", 1, 0, 18), + (8863, "516257", 1, 0, 18), + (8864, "516001", 1, 0, 18), + (8865, "516001", 1, 0, 18), + (8866, "516504", 1, 0, 18); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (8867, "516003", 1, 0, 18), + (8868, "516001", 1, 0, 18), + (8869, "516004", 1, 0, 18), + (8870, "516228", 1, 0, 18), + (8871, "516227", 1, 0, 18), + (8872, "516227", 1, 0, 18), + (8873, "516502", 1, 0, 18), + (8874, "516233", 1, 0, 18), + (8875, "516217", 1, 0, 18), + (8876, "516503", 1, 0, 18), + (8877, "516193", 1, 0, 18), + (8878, "516505", 1, 0, 18), + (8879, "516214", 1, 0, 18), + (8880, "516267", 1, 0, 18), + (8881, "534401", 1, 0, 18), + (8882, "534452", 1, 0, 18), + (8883, "534448", 1, 0, 18), + (8884, "534455", 1, 0, 18), + (8885, "534447", 1, 0, 18), + (8886, "534449", 1, 0, 18), + (8887, "534311", 1, 0, 18), + (8888, "534312", 1, 0, 18), + (8889, "534451", 1, 0, 18), + (8890, "534435", 1, 0, 18), + (8891, "534456", 1, 0, 18), + (8892, "534002", 1, 0, 18), + (8893, "534004", 1, 0, 18), + (8894, "534006", 1, 0, 18), + (8895, "534006", 1, 0, 18), + (8896, "534007", 1, 0, 18), + (8897, "534006", 1, 0, 18), + (8898, "534002", 1, 0, 18), + (8899, "534437", 1, 0, 18), + (8900, "534006", 1, 0, 18), + (8901, "534003", 1, 0, 18), + (8902, "534007", 1, 0, 18), + (8903, "534002", 1, 0, 18), + (8904, "534475", 1, 0, 18), + (8905, "534001", 1, 0, 18), + (8906, "534432", 1, 0, 18), + (8907, "534001", 1, 0, 18), + (8908, "534005", 1, 0, 18), + (8909, "534450", 1, 0, 18), + (8910, "534427", 1, 0, 18), + (8911, "534007", 1, 0, 18), + (8912, "534442", 1, 0, 18), + (8913, "534002", 1, 0, 18), + (8914, "534007", 1, 0, 18), + (8915, "534005", 1, 0, 18), + (8916, "534003", 1, 0, 18), + (8917, "534460", 1, 0, 18), + (8918, "534462", 1, 0, 18), + (8919, "534461", 1, 0, 18), + (8920, "534467", 1, 0, 18), + (8921, "534425", 1, 0, 18), + (8922, "534406", 1, 0, 18), + (8923, "534426", 1, 0, 18), + (8924, "534416", 1, 0, 18), + (8925, "521106", 1, 0, 18), + (8926, "521207", 1, 0, 18), + (8927, "521201", 1, 0, 18), + (8928, "521213", 1, 0, 18), + (8929, "521214", 1, 0, 18), + (8930, "521215", 1, 0, 18), + (8931, "521312", 1, 0, 18), + (8932, "521330", 1, 0, 18), + (8933, "521324", 1, 0, 18), + (8934, "521148", 1, 0, 18), + (8935, "521322", 1, 0, 18), + (8936, "521321", 1, 0, 18), + (8937, "521333", 1, 0, 18), + (8938, "521344", 1, 0, 18), + (8939, "521343", 1, 0, 18), + (8940, "521345", 1, 0, 18), + (8941, "521260", 1, 0, 18), + (8942, "521323", 1, 0, 18), + (8943, "521325", 1, 0, 18), + (8944, "521261", 1, 0, 18), + (8945, "521390", 1, 0, 18), + (8946, "521329", 1, 0, 18), + (8947, "521340", 1, 0, 18), + (8948, "521326", 1, 0, 18), + (8949, "521301", 1, 0, 18), + (8950, "521327", 1, 0, 18), + (8951, "521263", 1, 0, 18), + (8952, "521301", 1, 0, 18), + (8953, "521301", 1, 0, 18), + (8954, "521201", 1, 0, 18), + (8955, "521111", 1, 0, 18), + (8956, "521201", 1, 0, 18), + (8957, "521105", 1, 0, 18), + (8958, "521311", 1, 0, 18), + (8959, "515822", 1, 0, 18), + (8960, "515401", 1, 0, 18), + (8961, "515401", 1, 0, 18), + (8962, "515402", 1, 0, 18), + (8963, "515863", 1, 0, 18), + (8964, "515801", 1, 0, 18), + (8965, "515801", 1, 0, 18), + (8966, "515872", 1, 0, 18), + (8967, "515774", 1, 0, 18), + (8968, "515871", 1, 0, 18), + (8969, "515842", 1, 0, 18), + (8970, "515812", 1, 0, 18), + (8971, "515801", 1, 0, 18), + (8972, "515803", 1, 0, 18), + (8973, "515775", 1, 0, 18), + (8974, "515405", 1, 0, 18), + (8975, "515801", 1, 0, 18), + (8976, "515801", 1, 0, 18), + (8977, "515865", 1, 0, 18), + (8978, "515455", 1, 0, 18), + (8979, "515611", 1, 0, 18), + (8980, "515801", 1, 0, 18), + (8981, "515867", 1, 0, 18), + (8982, "515812", 1, 0, 18), + (8983, "515832", 1, 0, 18), + (8984, "515870", 1, 0, 18), + (8985, "515408", 1, 0, 18), + (8986, "515865", 1, 0, 18), + (8987, "522003", 1, 0, 18), + (8988, "522006", 1, 0, 18), + (8989, "522001", 1, 0, 18), + (8990, "522003", 1, 0, 18), + (8991, "522001", 1, 0, 18), + (8992, "522112", 1, 0, 18), + (8993, "522003", 1, 0, 18), + (8994, "522001", 1, 0, 18), + (8995, "522001", 1, 0, 18), + (8996, "522235", 1, 0, 18), + (8997, "522019", 1, 0, 18), + (8998, "522001", 1, 0, 18), + (8999, "522003", 1, 0, 18), + (9000, "522006", 1, 0, 18), + (9001, "522018", 1, 0, 18), + (9002, "522020", 1, 0, 18), + (9003, "522503", 1, 0, 18), + (9004, "522502", 1, 0, 18), + (9005, "522016", 1, 0, 18), + (9006, "522503", 1, 0, 18), + (9007, "522503", 1, 0, 18), + (9008, "522510", 1, 0, 18), + (9009, "522508", 1, 0, 18), + (9010, "522303", 1, 0, 18), + (9011, "522503", 1, 0, 18), + (9012, "522509", 1, 0, 18), + (9013, "522302", 1, 0, 18), + (9014, "522501", 1, 0, 18), + (9015, "522501", 1, 0, 18), + (9016, "522236", 1, 0, 18), + (9017, "522237", 1, 0, 18), + (9018, "522305", 1, 0, 18), + (9019, "522001", 1, 0, 18), + (9020, "522003", 1, 0, 18), + (9021, "522004", 1, 0, 18), + (9022, "522006", 1, 0, 18), + (9023, "522007", 1, 0, 18), + (9024, "522015", 1, 0, 18), + (9025, "522007", 1, 0, 18), + (9026, "522004", 1, 0, 18), + (9027, "522002", 1, 0, 18), + (9028, "522002", 1, 0, 18), + (9029, "522017", 1, 0, 18), + (9030, "522003", 1, 0, 18), + (9031, "522004", 1, 0, 18), + (9032, "522034", 1, 0, 18), + (9033, "522007", 1, 0, 18), + (9034, "522002", 1, 0, 18), + (9035, "522004", 1, 0, 18), + (9036, "522001", 1, 0, 18), + (9037, "515581", 1, 0, 18), + (9038, "515571", 1, 0, 18), + (9039, "515541", 1, 0, 18), + (9040, "515651", 1, 0, 18), + (9041, "515511", 1, 0, 18), + (9042, "515551", 1, 0, 18), + (9043, "515311", 1, 0, 18), + (9044, "515281", 1, 0, 18), + (9045, "515241", 1, 0, 18), + (9046, "515101", 1, 0, 18), + (9047, "515341", 1, 0, 18), + (9048, "515231", 1, 0, 18), + (9049, "515271", 1, 0, 18), + (9050, "515164", 1, 0, 18), + (9051, "515286", 1, 0, 18), + (9052, "515201", 1, 0, 18), + (9053, "515212", 1, 0, 18), + (9054, "515303", 1, 0, 18), + (9055, "515211", 1, 0, 18), + (9056, "515561", 1, 0, 18), + (9057, "515154", 1, 0, 18), + (9058, "515501", 1, 0, 18), + (9059, "515621", 1, 0, 18), + (9060, "515134", 1, 0, 18), + (9061, "515631", 1, 0, 18), + (9062, "515601", 1, 0, 18), + (9063, "515331", 1, 0, 18), + (9064, "515301", 1, 0, 18), + (9065, "515291", 1, 0, 18), + (9066, "515261", 1, 0, 18), + (9067, "515124", 1, 0, 18), + (9068, "515110", 1, 0, 18), + (9069, "515110", 1, 0, 18), + (9070, "515305", 1, 0, 18), + (9071, "515123", 1, 0, 18), + (9072, "515321", 1, 0, 18), + (9073, "515122", 1, 0, 18), + (9074, "515556", 1, 0, 18), + (9075, "515661", 1, 0, 18), + (9076, "515144", 1, 0, 18), + (9077, "515591", 1, 0, 18), + (9078, "515671", 1, 0, 18), + (9079, "515672", 1, 0, 18), + (9080, "515521", 1, 0, 18), + (9081, "515591", 1, 0, 18), + (9082, "515591", 1, 0, 18), + (9083, "515641", 1, 0, 18), + (9084, "515531", 1, 0, 18), + (9085, "515133", 1, 0, 18), + (9086, "515159", 1, 0, 18), + (9087, "521120", 1, 0, 18), + (9088, "521156", 1, 0, 18), + (9089, "521158", 1, 0, 18), + (9090, "521157", 1, 0, 18), + (9091, "521157", 1, 0, 18), + (9092, "521130", 1, 0, 18), + (9093, "521138", 1, 0, 18), + (9094, "521162", 1, 0, 18), + (9095, "521001", 1, 0, 18), + (9096, "521001", 1, 0, 18), + (9097, "521001", 1, 0, 18), + (9098, "521366", 1, 0, 18), + (9099, "521001", 1, 0, 18), + (9100, "521002", 1, 0, 18), + (9101, "521003", 1, 0, 18), + (9102, "521001", 1, 0, 18), + (9103, "521002", 1, 0, 18), + (9104, "521332", 1, 0, 18), + (9105, "521001", 1, 0, 18), + (9106, "521356", 1, 0, 18), + (9107, "521001", 1, 0, 18), + (9108, "521331", 1, 0, 18), + (9109, "521002", 1, 0, 18), + (9110, "521001", 1, 0, 18), + (9111, "521369", 1, 0, 18), + (9112, "521366", 1, 0, 18), + (9113, "521366", 1, 0, 18), + (9114, "521001", 1, 0, 18), + (9115, "521126", 1, 0, 18), + (9116, "521001", 1, 0, 18), + (9117, "521002", 1, 0, 18), + (9118, "521122", 1, 0, 18), + (9119, "521133", 1, 0, 18), + (9120, "521149", 1, 0, 18), + (9121, "521150", 1, 0, 18), + (9122, "521132", 1, 0, 18), + (9123, "521328", 1, 0, 18), + (9124, "521136", 1, 0, 18), + (9125, "521131", 1, 0, 18), + (9126, "521125", 1, 0, 18), + (9127, "521135", 1, 0, 18), + (9128, "518501", 1, 0, 18), + (9129, "518513", 1, 0, 18), + (9130, "518563", 1, 0, 18), + (9131, "518501", 1, 0, 18), + (9132, "518501", 1, 0, 18), + (9133, "518512", 1, 0, 18), + (9134, "518573", 1, 0, 18), + (9135, "518510", 1, 0, 18), + (9136, "518502", 1, 0, 18), + (9137, "523335", 1, 0, 18), + (9138, "523334", 1, 0, 18), + (9139, "523333", 1, 0, 18), + (9140, "523333", 1, 0, 18), + (9141, "518196", 1, 0, 18), + (9142, "518124", 1, 0, 18), + (9143, "518124", 1, 0, 18), + (9144, "518553", 1, 0, 18), + (9145, "518135", 1, 0, 18), + (9146, "518186", 1, 0, 18), + (9147, "518134", 1, 0, 18), + (9148, "518134", 1, 0, 18), + (9149, "518123", 1, 0, 18), + (9150, "518543", 1, 0, 18), + (9151, "518543", 1, 0, 18), + (9152, "518145", 1, 0, 18), + (9153, "518122", 1, 0, 18), + (9154, "518166", 1, 0, 18), + (9155, "518594", 1, 0, 18), + (9156, "518165", 1, 0, 18), + (9157, "518155", 1, 0, 18), + (9158, "518523", 1, 0, 18), + (9159, "518583", 1, 0, 18), + (9160, "518502", 1, 0, 18), + (9161, "523332", 1, 0, 18), + (9162, "523320", 1, 0, 18), + (9163, "523326", 1, 0, 18), + (9164, "523371", 1, 0, 18), + (9165, "523372", 1, 0, 18), + (9166, "523329", 1, 0, 18), + (9167, "523305", 1, 0, 18), + (9168, "523330", 1, 0, 18), + (9169, "523356", 1, 0, 18), + (9170, "523327", 1, 0, 18), + (9171, "523315", 1, 0, 18), + (9172, "523357", 1, 0, 18), + (9173, "523357", 1, 0, 18), + (9174, "523357", 1, 0, 18), + (9175, "523373", 1, 0, 18), + (9176, "523316", 1, 0, 18), + (9177, "523316", 1, 0, 18), + (9178, "523336", 1, 0, 18), + (9179, "523367", 1, 0, 18), + (9180, "523331", 1, 0, 18), + (9181, "523346", 1, 0, 18), + (9182, "523328", 1, 0, 18), + (9183, "523368", 1, 0, 18), + (9184, "523369", 1, 0, 18), + (9185, "523370", 1, 0, 18), + (9186, "518593", 1, 0, 18), + (9187, "518176", 1, 0, 18), + (9188, "518501", 1, 0, 18), + (9189, "518502", 1, 0, 18), + (9190, "518502", 1, 0, 18), + (9191, "518112", 1, 0, 18), + (9192, "518511", 1, 0, 18), + (9193, "524315", 1, 0, 18), + (9194, "524317", 1, 0, 18), + (9195, "524316", 1, 0, 18), + (9196, "524201", 1, 0, 18), + (9197, "524225", 1, 0, 18), + (9198, "524310", 1, 0, 18), + (9199, "524226", 1, 0, 18), + (9200, "524227", 1, 0, 18), + (9201, "524228", 1, 0, 18), + (9202, "524302", 1, 0, 18), + (9203, "524003", 1, 0, 18), + (9204, "524137", 1, 0, 18), + (9205, "524137", 1, 0, 18), + (9206, "524366", 1, 0, 18), + (9207, "524318", 1, 0, 18), + (9208, "524142", 1, 0, 18), + (9209, "524221", 1, 0, 18), + (9210, "524201", 1, 0, 18), + (9211, "524240", 1, 0, 18), + (9212, "524152", 1, 0, 18), + (9213, "524222", 1, 0, 18), + (9214, "524236", 1, 0, 18), + (9215, "524223", 1, 0, 18), + (9216, "524201", 1, 0, 18), + (9217, "524224", 1, 0, 18), + (9218, "524239", 1, 0, 18), + (9219, "524230", 1, 0, 18), + (9220, "524322", 1, 0, 18), + (9221, "524304", 1, 0, 18), + (9222, "524234", 1, 0, 18), + (9223, "524307", 1, 0, 18), + (9224, "524312", 1, 0, 18), + (9225, "524303", 1, 0, 18), + (9226, "524308", 1, 0, 18), + (9227, "524301", 1, 0, 18), + (9228, "524002", 1, 0, 18), + (9229, "524004", 1, 0, 18), + (9230, "524002", 1, 0, 18), + (9231, "524003", 1, 0, 18), + (9232, "524003", 1, 0, 18), + (9233, "524003", 1, 0, 18), + (9234, "524001", 1, 0, 18), + (9235, "524001", 1, 0, 18), + (9236, "524203", 1, 0, 18), + (9237, "524201", 1, 0, 18), + (9238, "524005", 1, 0, 18), + (9239, "524003", 1, 0, 18), + (9240, "524001", 1, 0, 18), + (9241, "524002", 1, 0, 18), + (9242, "524001", 1, 0, 18), + (9243, "524004", 1, 0, 18), + (9244, "524346", 1, 0, 18), + (9245, "524314", 1, 0, 18), + (9246, "524305", 1, 0, 18), + (9247, "524306", 1, 0, 18), + (9248, "524344", 1, 0, 18), + (9249, "524313", 1, 0, 18), + (9250, "524311", 1, 0, 18), + (9251, "535463", 1, 0, 18), + (9252, "535523", 1, 0, 18), + (9253, "535501", 1, 0, 18), + (9254, "535521", 1, 0, 18), + (9255, "535524", 1, 0, 18), + (9256, "535526", 1, 0, 18), + (9257, "535534", 1, 0, 18), + (9258, "535522", 1, 0, 18), + (9259, "532462", 1, 0, 18), + (9260, "532440", 1, 0, 18), + (9261, "535502", 1, 0, 18), + (9262, "535501", 1, 0, 18), + (9263, "535527", 1, 0, 18), + (9264, "535525", 1, 0, 18), + (9265, "532443", 1, 0, 18), + (9266, "532461", 1, 0, 18), + (9267, "532460", 1, 0, 18), + (9268, "535557", 1, 0, 18), + (9269, "535573", 1, 0, 18), + (9270, "535559", 1, 0, 18), + (9271, "535128", 1, 0, 18), + (9272, "535578", 1, 0, 18), + (9273, "535102", 1, 0, 18), + (9274, "535547", 1, 0, 18), + (9275, "535593", 1, 0, 18), + (9276, "535125", 1, 0, 18), + (9277, "535592", 1, 0, 18), + (9278, "535568", 1, 0, 18), + (9279, "535579", 1, 0, 18), + (9280, "535591", 1, 0, 18), + (9281, "535591", 1, 0, 18), + (9282, "535546", 1, 0, 18), + (9283, "535101", 1, 0, 18), + (9284, "535101", 1, 0, 18), + (9285, "535126", 1, 0, 18), + (9286, "535124", 1, 0, 18), + (9287, "534112", 1, 0, 18), + (9288, "534301", 1, 0, 18), + (9289, "534301", 1, 0, 18), + (9290, "534195", 1, 0, 18), + (9291, "534166", 1, 0, 18), + (9292, "534197", 1, 0, 18), + (9293, "534315", 1, 0, 18), + (9294, "534176", 1, 0, 18), + (9295, "534146", 1, 0, 18), + (9296, "534101", 1, 0, 18), + (9297, "534350", 1, 0, 18), + (9298, "534301", 1, 0, 18), + (9299, "534302", 1, 0, 18), + (9300, "534101", 1, 0, 18), + (9301, "534305", 1, 0, 18), + (9302, "534341", 1, 0, 18), + (9303, "534101", 1, 0, 18), + (9304, "534102", 1, 0, 18), + (9305, "534340", 1, 0, 18), + (9306, "534411", 1, 0, 18), + (9307, "534165", 1, 0, 18), + (9308, "534186", 1, 0, 18), + (9309, "534145", 1, 0, 18), + (9310, "534101", 1, 0, 18), + (9311, "534111", 1, 0, 18), + (9312, "534301", 1, 0, 18), + (9313, "534196", 1, 0, 18), + (9314, "534342", 1, 0, 18), + (9315, "534313", 1, 0, 18), + (9316, "534318", 1, 0, 18), + (9317, "534156", 1, 0, 18), + (9318, "534198", 1, 0, 18), + (9319, "534316", 1, 0, 18), + (9320, "534350", 1, 0, 18), + (9321, "534331", 1, 0, 18), + (9322, "534329", 1, 0, 18), + (9323, "534350", 1, 0, 18), + (9324, "522310", 1, 0, 18), + (9325, "522311", 1, 0, 18), + (9326, "522212", 1, 0, 18), + (9327, "522113", 1, 0, 18), + (9328, "522341", 1, 0, 18), + (9329, "522111", 1, 0, 18), + (9330, "522315", 1, 0, 18), + (9331, "522124", 1, 0, 18), + (9332, "522316", 1, 0, 18), + (9333, "522124", 1, 0, 18), + (9334, "522124", 1, 0, 18), + (9335, "522101", 1, 0, 18), + (9336, "522101", 1, 0, 18), + (9337, "522101", 1, 0, 18), + (9338, "522317", 1, 0, 18), + (9339, "522318", 1, 0, 18), + (9340, "522312", 1, 0, 18), + (9341, "522314", 1, 0, 18), + (9342, "522325", 1, 0, 18), + (9343, "522256", 1, 0, 18), + (9344, "522309", 1, 0, 18), + (9345, "522264", 1, 0, 18), + (9346, "522258", 1, 0, 18), + (9347, "522265", 1, 0, 18), + (9348, "522259", 1, 0, 18), + (9349, "522324", 1, 0, 18), + (9350, "522262", 1, 0, 18), + (9351, "522313", 1, 0, 18), + (9352, "522268", 1, 0, 18), + (9353, "522265", 1, 0, 18), + (9354, "522257", 1, 0, 18), + (9355, "522261", 1, 0, 18), + (9356, "522301", 1, 0, 18), + (9357, "522211", 1, 0, 18), + (9358, "522330", 1, 0, 18), + (9359, "522308", 1, 0, 18), + (9360, "522201", 1, 0, 18), + (9361, "522201", 1, 0, 18), + (9362, "522307", 1, 0, 18), + (9363, "522304", 1, 0, 18), + (9364, "522201", 1, 0, 18), + (9365, "522202", 1, 0, 18), + (9366, "522306", 1, 0, 18), + (9367, "522202", 1, 0, 18), + (9368, "522213", 1, 0, 18), + (9369, "522202", 1, 0, 18), + (9370, "522201", 1, 0, 18), + (9371, "522201", 1, 0, 18), + (9372, "517501", 1, 0, 18), + (9373, "517501", 1, 0, 18), + (9374, "517501", 1, 0, 18), + (9375, "517501", 1, 0, 18), + (9376, "517526", 1, 0, 18), + (9377, "517520", 1, 0, 18), + (9378, "517506", 1, 0, 18), + (9379, "517501", 1, 0, 18), + (9380, "517501", 1, 0, 18), + (9381, "517501", 1, 0, 18), + (9382, "517507", 1, 0, 18), + (9383, "517501", 1, 0, 18), + (9384, "517551", 1, 0, 18), + (9385, "517561", 1, 0, 18), + (9386, "517569", 1, 0, 18), + (9387, "517505", 1, 0, 18), + (9388, "517507", 1, 0, 18), + (9389, "517502", 1, 0, 18), + (9390, "517507", 1, 0, 18), + (9391, "517502", 1, 0, 18), + (9392, "517503", 1, 0, 18), + (9393, "517504", 1, 0, 18), + (9394, "517501", 1, 0, 18), + (9395, "517101", 1, 0, 18), + (9396, "517102", 1, 0, 18), + (9397, "517112", 1, 0, 18), + (9398, "517194", 1, 0, 18), + (9399, "517193", 1, 0, 18), + (9400, "517152", 1, 0, 18), + (9401, "517213", 1, 0, 18), + (9402, "517113", 1, 0, 18), + (9403, "517172", 1, 0, 18), + (9404, "517214", 1, 0, 18), + (9405, "517214", 1, 0, 18), + (9406, "517192", 1, 0, 18), + (9407, "517305", 1, 0, 18), + (9408, "517277", 1, 0, 18), + (9409, "517297", 1, 0, 18), + (9410, "517236", 1, 0, 18), + (9411, "517234", 1, 0, 18), + (9412, "517235", 1, 0, 18), + (9413, "517237", 1, 0, 18), + (9414, "517291", 1, 0, 18), + (9415, "517299", 1, 0, 18), + (9416, "517620", 1, 0, 18), + (9417, "517619", 1, 0, 18), + (9418, "517571", 1, 0, 18), + (9419, "517592", 1, 0, 18), + (9420, "517582", 1, 0, 18), + (9421, "517589", 1, 0, 18), + (9422, "517591", 1, 0, 18), + (9423, "517590", 1, 0, 18), + (9424, "517581", 1, 0, 18), + (9425, "517586", 1, 0, 18), + (9426, "517583", 1, 0, 18), + (9427, "517587", 1, 0, 18), + (9428, "517583", 1, 0, 18), + (9429, "517584", 1, 0, 18), + (9430, "517536", 1, 0, 18), + (9431, "517644", 1, 0, 18), + (9432, "517643", 1, 0, 18), + (9433, "517640", 1, 0, 18), + (9434, "517642", 1, 0, 18), + (9435, "517588", 1, 0, 18), + (9436, "517644", 1, 0, 18), + (9437, "517641", 1, 0, 18), + (9438, "517541", 1, 0, 18), + (9439, "530005", 1, 0, 18), + (9440, "530011", 1, 0, 18), + (9441, "530026", 1, 0, 18), + (9442, "530012", 1, 0, 18), + (9443, "530046", 1, 0, 18), + (9444, "530044", 1, 0, 18), + (9445, "530032", 1, 0, 18), + (9446, "530031", 1, 0, 18), + (9447, "531173", 1, 0, 18), + (9448, "531162", 1, 0, 18), + (9449, "531163", 1, 0, 18), + (9450, "531219", 1, 0, 18), + (9451, "530016", 1, 0, 18), + (9452, "530003", 1, 0, 18), + (9453, "530002", 1, 0, 18), + (9454, "530017", 1, 0, 18), + (9455, "530022", 1, 0, 18), + (9456, "530020", 1, 0, 18), + (9457, "530040", 1, 0, 18), + (9458, "530043", 1, 0, 18), + (9459, "530041", 1, 0, 18), + (9460, "530024", 1, 0, 18), + (9461, "530013", 1, 0, 18), + (9462, "530001", 1, 0, 18), + (9463, "530045", 1, 0, 18), + (9464, "530008", 1, 0, 18), + (9465, "530007", 1, 0, 18), + (9466, "530018", 1, 0, 18), + (9467, "530009", 1, 0, 18), + (9468, "530027", 1, 0, 18), + (9469, "530029", 1, 0, 18), + (9470, "530028", 1, 0, 18), + (9471, "530047", 1, 0, 18), + (9472, "530014", 1, 0, 18), + (9473, "530015", 1, 0, 18), + (9474, "535240", 1, 0, 18), + (9475, "535005", 1, 0, 18), + (9476, "535216", 1, 0, 18), + (9477, "535160", 1, 0, 18), + (9478, "535260", 1, 0, 18), + (9479, "535581", 1, 0, 18), + (9480, "535002", 1, 0, 18), + (9481, "535148", 1, 0, 18), + (9482, "535270", 1, 0, 18), + (9483, "535215", 1, 0, 18), + (9484, "535004", 1, 0, 18), + (9485, "535250", 1, 0, 18), + (9486, "535220", 1, 0, 18), + (9487, "535002", 1, 0, 18), + (9488, "535183", 1, 0, 18), + (9489, "535161", 1, 0, 18), + (9490, "535273", 1, 0, 18), + (9491, "535280", 1, 0, 18), + (9492, "535217", 1, 0, 18), + (9493, "535221", 1, 0, 18), + (9494, "535580", 1, 0, 18), + (9495, "535204", 1, 0, 18), + (9496, "535218", 1, 0, 18), + (9497, "535214", 1, 0, 18), + (9498, "535145", 1, 0, 18), + (9499, "535281", 1, 0, 18), + (9500, "535003", 1, 0, 18), + (9501, "535003", 1, 0, 18), + (9502, "535001", 1, 0, 18), + (9503, "535001", 1, 0, 18), + (9504, "535004", 1, 0, 18), + (9505, "535003", 1, 0, 18), + (9506, "532457", 1, 0, 18), + (9507, "532190", 1, 0, 18), + (9508, "532408", 1, 0, 18), + (9509, "532406", 1, 0, 18), + (9510, "532405", 1, 0, 18), + (9511, "532005", 1, 0, 18), + (9512, "532407", 1, 0, 18), + (9513, "532403", 1, 0, 18), + (9514, "532168", 1, 0, 18), + (9515, "532409", 1, 0, 18), + (9516, "532127", 1, 0, 18), + (9517, "532123", 1, 0, 18), + (9518, "532402", 1, 0, 18), + (9519, "532148", 1, 0, 18), + (9520, "532404", 1, 0, 18), + (9521, "532001", 1, 0, 18), + (9522, "532001", 1, 0, 18), + (9523, "532001", 1, 0, 18), + (9524, "532001", 1, 0, 18), + (9525, "532001", 1, 0, 18), + (9526, "532001", 1, 0, 18), + (9527, "532001", 1, 0, 18), + (9528, "532401", 1, 0, 18), + (9529, "532456", 1, 0, 18), + (9530, "532445", 1, 0, 18), + (9531, "532484", 1, 0, 18), + (9532, "532459", 1, 0, 18), + (9533, "532214", 1, 0, 18), + (9534, "532455", 1, 0, 18), + (9535, "532458", 1, 0, 18), + (9536, "532421", 1, 0, 18), + (9537, "532122", 1, 0, 18), + (9538, "532427", 1, 0, 18), + (9539, "532432", 1, 0, 18), + (9540, "532428", 1, 0, 18), + (9541, "532421", 1, 0, 18), + (9542, "532429", 1, 0, 18), + (9543, "532430", 1, 0, 18), + (9544, "532426", 1, 0, 18), + (9545, "532474", 1, 0, 18), + (9546, "532425", 1, 0, 18), + (9547, "532219", 1, 0, 18), + (9548, "532263", 1, 0, 18), + (9549, "532264", 1, 0, 18), + (9550, "532220", 1, 0, 18), + (9551, "532216", 1, 0, 18), + (9552, "532243", 1, 0, 18), + (9553, "532312", 1, 0, 18), + (9554, "532312", 1, 0, 18), + (9555, "532290", 1, 0, 18), + (9556, "532222", 1, 0, 18), + (9557, "532322", 1, 0, 18), + (9558, "532195", 1, 0, 18), + (9559, "532242", 1, 0, 18), + (9560, "532292", 1, 0, 18), + (9561, "532291", 1, 0, 18), + (9562, "532215", 1, 0, 18), + (9563, "532211", 1, 0, 18), + (9564, "532212", 1, 0, 18), + (9565, "532221", 1, 0, 18), + (9566, "532218", 1, 0, 18), + (9567, "532284", 1, 0, 18), + (9568, "532213", 1, 0, 18), + (9569, "516002", 1, 0, 18), + (9570, "524137", 1, 0, 18), + (9571, "522265", 1, 0, 18), + (9572, "517129", 1, 0, 18), + (9573, "517129", 1, 0, 18), + (9574, "517129", 1, 0, 18), + (9575, "515551", 1, 0, 18), + (9576, "522310", 1, 0, 18), + (9577, "522310", 1, 0, 18), + (9578, "522310", 1, 0, 18), + (9579, "522310", 1, 0, 18), + (9580, "522310", 1, 0, 18), + (9581, "522311", 1, 0, 18), + (9582, "522311", 1, 0, 18), + (9583, "522311", 1, 0, 18), + (9584, "522311", 1, 0, 18), + (9585, "522212", 1, 0, 18), + (9586, "522212", 1, 0, 18), + (9587, "522212", 1, 0, 18), + (9588, "522212", 1, 0, 18), + (9589, "522212", 1, 0, 18), + (9590, "522212", 1, 0, 18), + (9591, "522212", 1, 0, 18), + (9592, "522212", 1, 0, 18), + (9593, "522212", 1, 0, 18), + (9594, "522212", 1, 0, 18), + (9595, "522212", 1, 0, 18), + (9596, "522212", 1, 0, 18), + (9597, "522212", 1, 0, 18), + (9598, "522212", 1, 0, 18), + (9599, "522212", 1, 0, 18), + (9600, "522212", 1, 0, 18), + (9601, "522212", 1, 0, 18), + (9602, "522212", 1, 0, 18), + (9603, "522329", 1, 0, 18), + (9604, "522329", 1, 0, 18), + (9605, "522329", 1, 0, 18), + (9606, "522329", 1, 0, 18), + (9607, "524406", 1, 0, 18), + (9608, "524413", 1, 0, 18), + (9609, "524402", 1, 0, 18), + (9610, "524412", 1, 0, 18), + (9611, "524405", 1, 0, 18), + (9612, "524320", 1, 0, 18), + (9613, "524126", 1, 0, 18), + (9614, "517416", 1, 0, 18), + (9615, "517416", 1, 0, 18), + (9616, "517416", 1, 0, 18), + (9617, "517416", 1, 0, 18), + (9618, "517416", 1, 0, 18), + (9619, "517416", 1, 0, 18), + (9620, "517416", 1, 0, 18), + (9621, "517416", 1, 0, 18), + (9622, "517416", 1, 0, 18), + (9623, "517416", 1, 0, 18), + (9624, "517416", 1, 0, 18), + (9625, "517129", 1, 0, 18), + (9626, "517129", 1, 0, 18), + (9627, "517129", 1, 0, 18), + (9628, "517129", 1, 0, 18), + (9629, "515822", 1, 0, 18), + (9630, "515822", 1, 0, 18), + (9631, "515822", 1, 0, 18), + (9632, "515401", 1, 0, 18), + (9633, "515401", 1, 0, 18), + (9634, "515401", 1, 0, 18), + (9635, "515401", 1, 0, 18), + (9636, "522017", 1, 0, 18), + (9637, "522017", 1, 0, 18), + (9638, "517129", 1, 0, 18), + (9639, "517129", 1, 0, 18), + (9640, "517129", 1, 0, 18), + (9641, "517129", 1, 0, 18), + (9642, "517129", 1, 0, 18), + (9643, "517129", 1, 0, 18), + (9644, "517129", 1, 0, 18), + (9645, "517004", 1, 0, 18), + (9646, "517004", 1, 0, 18), + (9647, "517004", 1, 0, 18), + (9648, "517004", 1, 0, 18), + (9649, "517130", 1, 0, 18), + (9650, "517130", 1, 0, 18), + (9651, "517130", 1, 0, 18), + (9652, "517130", 1, 0, 18), + (9653, "517130", 1, 0, 18), + (9654, "517130", 1, 0, 18), + (9655, "517131", 1, 0, 18), + (9656, "517131", 1, 0, 18), + (9657, "517131", 1, 0, 18), + (9658, "517131", 1, 0, 18), + (9659, "517131", 1, 0, 18), + (9660, "517131", 1, 0, 18), + (9661, "517131", 1, 0, 18), + (9662, "517408", 1, 0, 18), + (9663, "521134", 1, 0, 18), + (9664, "521403", 1, 0, 18), + (9665, "517408", 1, 0, 18), + (9666, "517408", 1, 0, 18), + (9667, "517326", 1, 0, 18), + (9668, "517326", 1, 0, 18), + (9669, "521403", 1, 0, 18), + (9670, "521403", 1, 0, 18), + (9671, "521403", 1, 0, 18), + (9672, "521403", 1, 0, 18), + (9673, "515303", 1, 0, 18), + (9674, "517130", 1, 0, 18), + (9675, "517130", 1, 0, 18), + (9676, "517130", 1, 0, 18), + (9677, "521403", 1, 0, 18), + (9678, "521403", 1, 0, 18), + (9679, "521403", 1, 0, 18), + (9680, "521211", 1, 0, 18), + (9681, "521211", 1, 0, 18), + (9682, "535240", 1, 0, 18), + (9683, "535240", 1, 0, 18), + (9684, "535217", 1, 0, 18), + (9685, "535161", 1, 0, 18), + (9686, "535213", 1, 0, 18), + (9687, "535213", 1, 0, 18), + (9688, "533287", 1, 0, 18), + (9689, "533261", 1, 0, 18), + (9690, "521245", 1, 0, 18), + (9691, "521245", 1, 0, 18), + (9692, "521245", 1, 0, 18), + (9693, "521245", 1, 0, 18), + (9694, "521182", 1, 0, 18), + (9695, "521182", 1, 0, 18), + (9696, "521182", 1, 0, 18), + (9697, "521182", 1, 0, 18), + (9698, "521182", 1, 0, 18), + (9699, "521182", 1, 0, 18), + (9700, "521182", 1, 0, 18), + (9701, "521182", 1, 0, 18), + (9702, "521164", 1, 0, 18), + (9703, "521228", 1, 0, 18), + (9704, "521228", 1, 0, 18), + (9705, "521228", 1, 0, 18), + (9706, "521228", 1, 0, 18), + (9707, "521457", 1, 0, 18), + (9708, "521457", 1, 0, 18), + (9709, "521151", 1, 0, 18), + (9710, "521151", 1, 0, 18), + (9711, "521401", 1, 0, 18), + (9712, "521401", 1, 0, 18), + (9713, "521401", 1, 0, 18), + (9714, "521401", 1, 0, 18), + (9715, "521401", 1, 0, 18), + (9716, "521109", 1, 0, 18), + (9717, "521109", 1, 0, 18), + (9718, "521109", 1, 0, 18), + (9719, "521401", 1, 0, 18), + (9720, "521401", 1, 0, 18), + (9721, "521109", 1, 0, 18), + (9722, "521109", 1, 0, 18), + (9723, "521235", 1, 0, 18), + (9724, "521235", 1, 0, 18), + (9725, "521235", 1, 0, 18), + (9726, "521235", 1, 0, 18), + (9727, "521235", 1, 0, 18), + (9728, "521235", 1, 0, 18), + (9729, "521235", 1, 0, 18), + (9730, "521235", 1, 0, 18), + (9731, "521235", 1, 0, 18), + (9732, "521235", 1, 0, 18), + (9733, "521110", 1, 0, 18), + (9734, "521110", 1, 0, 18), + (9735, "521110", 1, 0, 18), + (9736, "521110", 1, 0, 18), + (9737, "521110", 1, 0, 18), + (9738, "533223", 1, 0, 18), + (9739, "533229", 1, 0, 18), + (9740, "533229", 1, 0, 18), + (9741, "533223", 1, 0, 18), + (9742, "533223", 1, 0, 18), + (9743, "533223", 1, 0, 18), + (9744, "533247", 1, 0, 18), + (9745, "533249", 1, 0, 18), + (9746, "533229", 1, 0, 18), + (9747, "533229", 1, 0, 18), + (9748, "517582", 1, 0, 18), + (9749, "517584", 1, 0, 18), + (9750, "517127", 1, 0, 18), + (9751, "517127", 1, 0, 18), + (9752, "517127", 1, 0, 18), + (9753, "517127", 1, 0, 18), + (9754, "517127", 1, 0, 18), + (9755, "517127", 1, 0, 18), + (9756, "517127", 1, 0, 18), + (9757, "517127", 1, 0, 18), + (9758, "517127", 1, 0, 18), + (9759, "517127", 1, 0, 18), + (9760, "517124", 1, 0, 18), + (9761, "517124", 1, 0, 18), + (9762, "517124", 1, 0, 18), + (9763, "517124", 1, 0, 18), + (9764, "517124", 1, 0, 18), + (9765, "517124", 1, 0, 18), + (9766, "517124", 1, 0, 18), + (9767, "517124", 1, 0, 18), + (9768, "517124", 1, 0, 18), + (9769, "517599", 1, 0, 18), + (9770, "517599", 1, 0, 18), + (9771, "517599", 1, 0, 18), + (9772, "517599", 1, 0, 18), + (9773, "517599", 1, 0, 18), + (9774, "517599", 1, 0, 18), + (9775, "517599", 1, 0, 18), + (9776, "533401", 1, 0, 18), + (9777, "517124", 1, 0, 18), + (9778, "517124", 1, 0, 18), + (9779, "517124", 1, 0, 18), + (9780, "534156", 1, 0, 18), + (9781, "522658", 1, 0, 18), + (9782, "522659", 1, 0, 18), + (9783, "522659", 1, 0, 18), + (9784, "522659", 1, 0, 18), + (9785, "522659", 1, 0, 18), + (9786, "522659", 1, 0, 18), + (9787, "522659", 1, 0, 18), + (9788, "522412", 1, 0, 18), + (9789, "522663", 1, 0, 18), + (9790, "522663", 1, 0, 18), + (9791, "522663", 1, 0, 18), + (9792, "522663", 1, 0, 18), + (9793, "522663", 1, 0, 18), + (9794, "522613", 1, 0, 18), + (9795, "516421", 1, 0, 18), + (9796, "516421", 1, 0, 18), + (9797, "516421", 1, 0, 18), + (9798, "516421", 1, 0, 18), + (9799, "516421", 1, 0, 18), + (9800, "516421", 1, 0, 18), + (9801, "516421", 1, 0, 18), + (9802, "516421", 1, 0, 18), + (9803, "516421", 1, 0, 18), + (9804, "516421", 1, 0, 18), + (9805, "516312", 1, 0, 18), + (9806, "516310", 1, 0, 18), + (9807, "516312", 1, 0, 18), + (9808, "516310", 1, 0, 18), + (9809, "516310", 1, 0, 18), + (9810, "516433", 1, 0, 18), + (9811, "516433", 1, 0, 18), + (9812, "516433", 1, 0, 18), + (9813, "516433", 1, 0, 18), + (9814, "516433", 1, 0, 18), + (9815, "516433", 1, 0, 18), + (9816, "516433", 1, 0, 18), + (9817, "516431", 1, 0, 18), + (9818, "516431", 1, 0, 18), + (9819, "516431", 1, 0, 18), + (9820, "516431", 1, 0, 18), + (9821, "516431", 1, 0, 18), + (9822, "516431", 1, 0, 18), + (9823, "516175", 1, 0, 18), + (9824, "516175", 1, 0, 18), + (9825, "516175", 1, 0, 18), + (9826, "516175", 1, 0, 18), + (9827, "516175", 1, 0, 18), + (9828, "516175", 1, 0, 18), + (9829, "516175", 1, 0, 18), + (9830, "516175", 1, 0, 18), + (9831, "516175", 1, 0, 18), + (9832, "516175", 1, 0, 18), + (9833, "516175", 1, 0, 18), + (9834, "516175", 1, 0, 18), + (9835, "516175", 1, 0, 18), + (9836, "516175", 1, 0, 18), + (9837, "516175", 1, 0, 18), + (9838, "516175", 1, 0, 18), + (9839, "516175", 1, 0, 18), + (9840, "516175", 1, 0, 18), + (9841, "516175", 1, 0, 18), + (9842, "516175", 1, 0, 18), + (9843, "516396", 1, 0, 18), + (9844, "516349", 1, 0, 18), + (9845, "515004", 1, 0, 18), + (9846, "515767", 1, 0, 18), + (9847, "515767", 1, 0, 18), + (9848, "517326", 1, 0, 18), + (9849, "518343", 1, 0, 18), + (9850, "518343", 1, 0, 18), + (9851, "518343", 1, 0, 18), + (9852, "518323", 1, 0, 18), + (9853, "518422", 1, 0, 18), + (9854, "518422", 1, 0, 18), + (9855, "518462", 1, 0, 18), + (9856, "518220", 1, 0, 18), + (9857, "518220", 1, 0, 18), + (9858, "518220", 1, 0, 18), + (9859, "518220", 1, 0, 18), + (9860, "518220", 1, 0, 18), + (9861, "518220", 1, 0, 18), + (9862, "518220", 1, 0, 18), + (9863, "518220", 1, 0, 18), + (9864, "518220", 1, 0, 18), + (9865, "518467", 1, 0, 18), + (9866, "518464", 1, 0, 18), + (9867, "518464", 1, 0, 18), + (9868, "518464", 1, 0, 18), + (9869, "518464", 1, 0, 18), + (9870, "518464", 1, 0, 18), + (9871, "518464", 1, 0, 18), + (9872, "518464", 1, 0, 18), + (9873, "518411", 1, 0, 18), + (9874, "518411", 1, 0, 18), + (9875, "518411", 1, 0, 18), + (9876, "518217", 1, 0, 18), + (9877, "518217", 1, 0, 18), + (9878, "518217", 1, 0, 18), + (9879, "518217", 1, 0, 18), + (9880, "518217", 1, 0, 18), + (9881, "518217", 1, 0, 18), + (9882, "518217", 1, 0, 18), + (9883, "518216", 1, 0, 18), + (9884, "521323", 1, 0, 18), + (9885, "522649", 1, 0, 18), + (9886, "524308", 1, 0, 18), + (9887, "523279", 1, 0, 18), + (9888, "523272", 1, 0, 18), + (9889, "523272", 1, 0, 18), + (9890, "523272", 1, 0, 18), + (9891, "523272", 1, 0, 18), + (9892, "523272", 1, 0, 18), + (9893, "523272", 1, 0, 18), + (9894, "523272", 1, 0, 18), + (9895, "523272", 1, 0, 18), + (9896, "523272", 1, 0, 18), + (9897, "523272", 1, 0, 18), + (9898, "534302", 1, 0, 18), + (9899, "534156", 1, 0, 18), + (9900, "534156", 1, 0, 18), + (9901, "521227", 1, 0, 18), + (9902, "531002", 1, 0, 18), + (9903, "533450", 1, 0, 18), + (9904, "533483", 1, 0, 18), + (9905, "535559", 1, 0, 18), + (9906, "535557", 1, 0, 18), + (9907, "535502", 1, 0, 18), + (9908, "535521", 1, 0, 18), + (9909, "530048", 1, 0, 18), + (9910, "530048", 1, 0, 18), + (9911, "535240", 1, 0, 18), + (9912, "505416", 1, 0, 18), + (9913, "534406", 1, 0, 18), + (9914, "534462", 1, 0, 18), + (9915, "533214", 1, 0, 18), + (9916, "533216", 1, 0, 18), + (9917, "533468", 1, 0, 18), + (9918, "533437", 1, 0, 18), + (9919, "533436", 1, 0, 18), + (9920, "522412", 1, 0, 18), + (9921, "516203", 1, 0, 18), + (9922, "516203", 1, 0, 18), + (9923, "516203", 1, 0, 18), + (9924, "516203", 1, 0, 18), + (9925, "516203", 1, 0, 18), + (9926, "516203", 1, 0, 18), + (9927, "531163", 1, 0, 18), + (9928, "532203", 1, 0, 18), + (9929, "532457", 1, 0, 18), + (9930, "532408", 1, 0, 18), + (9931, "532312", 1, 0, 18), + (9932, "534250", 1, 0, 18), + (9933, "534267", 1, 0, 18), + (9934, "518502", 1, 0, 18), + (9935, "515005", 1, 0, 18), + (9936, "518323", 1, 0, 18), + (9937, "518323", 1, 0, 18), + (9938, "518323", 1, 0, 18), + (9939, "518395", 1, 0, 18), + (9940, "518344", 1, 0, 18), + (9941, "518216", 1, 0, 18), + (9942, "533284", 1, 0, 18), + (9943, "533296", 1, 0, 18), + (9944, "533106", 1, 0, 18), + (9945, "533341", 1, 0, 18), + (9946, "530052", 1, 0, 18), + (9947, "530040", 1, 0, 18), + (9948, "517127", 1, 0, 18), + (9949, "517319", 1, 0, 18), + (9950, "517408", 1, 0, 18), + (9951, "517619", 1, 0, 18), + (9952, "523357", 1, 0, 18), + (9953, "534342", 1, 0, 18), + (9954, "534341", 1, 0, 18), + (9955, "522202", 1, 0, 18), + (9956, "522124", 1, 0, 18), + (9957, "520015", 1, 0, 18), + (9958, "534225", 1, 0, 18), + (9959, "522009", 1, 0, 18), + (9960, "535213", 1, 0, 18), + (9961, "515002", 1, 0, 18), + (9962, "515004", 1, 0, 18), + (9963, "518502", 1, 0, 18), + (9964, "518502", 1, 0, 18), + (9965, "530027", 1, 0, 18), + (9966, "516356", 1, 0, 18), + (9967, "517643", 1, 0, 18), + (9968, "517505", 1, 0, 18), + (9969, "517503", 1, 0, 18), + (9970, "518006", 1, 0, 18), + (9971, "518007", 1, 0, 18), + (9972, "518401", 1, 0, 18), + (9973, "518396", 1, 0, 18), + (9974, "518004", 1, 0, 18), + (9975, "516312", 1, 0, 18), + (9976, "518349", 1, 0, 18), + (9977, "516247", 1, 0, 18), + (9978, "516002", 1, 0, 18), + (9979, "516002", 1, 0, 18), + (9980, "518221", 1, 0, 18), + (9981, "518218", 1, 0, 18), + (9982, "518395", 1, 0, 18), + (9983, "518350", 1, 0, 18), + (9984, "518345", 1, 0, 18), + (9985, "518390", 1, 0, 18), + (9986, "518465", 1, 0, 18), + (9987, "518508", 1, 0, 18), + (9988, "518396", 1, 0, 18), + (9989, "518396", 1, 0, 18), + (9990, "518396", 1, 0, 18), + (9991, "518396", 1, 0, 18), + (9992, "518396", 1, 0, 18), + (9993, "518396", 1, 0, 18), + (9994, "518396", 1, 0, 18), + (9995, "518302", 1, 0, 18), + (9996, "518302", 1, 0, 18), + (9997, "518302", 1, 0, 18), + (9998, "518302", 1, 0, 18), + (9999, "518302", 1, 0, 18), + (10000, "518302", 1, 0, 18), + (10001, "518302", 1, 0, 18), + (10002, "518302", 1, 0, 18), + (10003, "518302", 1, 0, 18), + (10004, "518302", 1, 0, 18), + (10005, "518302", 1, 0, 18), + (10006, "518302", 1, 0, 18), + (10007, "518302", 1, 0, 18), + (10008, "518380", 1, 0, 18), + (10009, "518380", 1, 0, 18), + (10010, "518380", 1, 0, 18), + (10011, "518380", 1, 0, 18), + (10012, "518380", 1, 0, 18), + (10013, "518380", 1, 0, 18), + (10014, "518380", 1, 0, 18), + (10015, "518380", 1, 0, 18), + (10016, "518380", 1, 0, 18), + (10017, "518380", 1, 0, 18), + (10018, "518380", 1, 0, 18), + (10019, "518323", 1, 0, 18), + (10020, "518323", 1, 0, 18), + (10021, "518323", 1, 0, 18), + (10022, "518323", 1, 0, 18), + (10023, "518390", 1, 0, 18), + (10024, "518390", 1, 0, 18), + (10025, "518390", 1, 0, 18), + (10026, "518390", 1, 0, 18), + (10027, "518390", 1, 0, 18), + (10028, "518390", 1, 0, 18), + (10029, "518390", 1, 0, 18), + (10030, "518390", 1, 0, 18), + (10031, "518360", 1, 0, 18), + (10032, "518360", 1, 0, 18), + (10033, "518360", 1, 0, 18), + (10034, "518360", 1, 0, 18), + (10035, "518360", 1, 0, 18), + (10036, "518360", 1, 0, 18), + (10037, "518360", 1, 0, 18), + (10038, "518360", 1, 0, 18), + (10039, "518360", 1, 0, 18), + (10040, "518360", 1, 0, 18), + (10041, "518360", 1, 0, 18), + (10042, "518343", 1, 0, 18), + (10043, "518360", 1, 0, 18), + (10044, "518343", 1, 0, 18), + (10045, "518360", 1, 0, 18), + (10046, "518360", 1, 0, 18), + (10047, "518360", 1, 0, 18), + (10048, "518347", 1, 0, 18), + (10049, "518347", 1, 0, 18), + (10050, "518347", 1, 0, 18), + (10051, "518347", 1, 0, 18), + (10052, "518347", 1, 0, 18), + (10053, "518347", 1, 0, 18), + (10054, "518323", 1, 0, 18), + (10055, "518422", 1, 0, 18), + (10056, "518422", 1, 0, 18), + (10057, "518422", 1, 0, 18), + (10058, "518422", 1, 0, 18), + (10059, "518422", 1, 0, 18), + (10060, "518422", 1, 0, 18), + (10061, "518422", 1, 0, 18), + (10062, "518422", 1, 0, 18), + (10063, "518422", 1, 0, 18), + (10064, "518422", 1, 0, 18), + (10065, "518422", 1, 0, 18), + (10066, "518422", 1, 0, 18), + (10067, "518422", 1, 0, 18), + (10068, "518422", 1, 0, 18), + (10069, "518422", 1, 0, 18), + (10070, "518422", 1, 0, 18), + (10071, "518422", 1, 0, 18), + (10072, "518422", 1, 0, 18), + (10073, "518462", 1, 0, 18), + (10074, "518462", 1, 0, 18), + (10075, "518462", 1, 0, 18), + (10076, "518462", 1, 0, 18), + (10077, "518462", 1, 0, 18), + (10078, "518462", 1, 0, 18), + (10079, "518462", 1, 0, 18), + (10080, "518462", 1, 0, 18), + (10081, "518462", 1, 0, 18), + (10082, "518462", 1, 0, 18), + (10083, "518462", 1, 0, 18), + (10084, "518599", 1, 0, 18), + (10085, "518599", 1, 0, 18), + (10086, "518599", 1, 0, 18), + (10087, "518599", 1, 0, 18), + (10088, "518599", 1, 0, 18), + (10089, "518432", 1, 0, 18), + (10090, "518432", 1, 0, 18), + (10091, "518432", 1, 0, 18), + (10092, "518432", 1, 0, 18), + (10093, "518432", 1, 0, 18), + (10094, "518206", 1, 0, 18), + (10095, "518206", 1, 0, 18), + (10096, "518465", 1, 0, 18), + (10097, "518465", 1, 0, 18), + (10098, "518465", 1, 0, 18), + (10099, "518465", 1, 0, 18), + (10100, "518465", 1, 0, 18), + (10101, "518465", 1, 0, 18), + (10102, "518465", 1, 0, 18), + (10103, "518465", 1, 0, 18), + (10104, "518465", 1, 0, 18), + (10105, "518465", 1, 0, 18), + (10106, "518222", 1, 0, 18), + (10107, "518222", 1, 0, 18), + (10108, "518222", 1, 0, 18), + (10109, "518222", 1, 0, 18), + (10110, "518222", 1, 0, 18), + (10111, "518222", 1, 0, 18), + (10112, "518222", 1, 0, 18), + (10113, "518222", 1, 0, 18), + (10114, "518222", 1, 0, 18), + (10115, "518222", 1, 0, 18), + (10116, "518222", 1, 0, 18), + (10117, "518222", 1, 0, 18), + (10118, "518222", 1, 0, 18), + (10119, "518222", 1, 0, 18), + (10120, "518222", 1, 0, 18), + (10121, "518225", 1, 0, 18), + (10122, "518225", 1, 0, 18), + (10123, "518225", 1, 0, 18), + (10124, "518225", 1, 0, 18), + (10125, "518225", 1, 0, 18), + (10126, "518225", 1, 0, 18), + (10127, "518225", 1, 0, 18), + (10128, "518225", 1, 0, 18), + (10129, "518225", 1, 0, 18), + (10130, "518508", 1, 0, 18), + (10131, "518508", 1, 0, 18), + (10132, "518508", 1, 0, 18), + (10133, "518508", 1, 0, 18), + (10134, "518508", 1, 0, 18), + (10135, "518508", 1, 0, 18), + (10136, "518452", 1, 0, 18), + (10137, "518452", 1, 0, 18), + (10138, "518452", 1, 0, 18), + (10139, "518452", 1, 0, 18), + (10140, "518452", 1, 0, 18), + (10141, "518452", 1, 0, 18), + (10142, "518452", 1, 0, 18), + (10143, "518452", 1, 0, 18), + (10144, "518452", 1, 0, 18), + (10145, "518463", 1, 0, 18), + (10146, "518463", 1, 0, 18), + (10147, "518463", 1, 0, 18), + (10148, "518463", 1, 0, 18), + (10149, "518463", 1, 0, 18), + (10150, "518463", 1, 0, 18), + (10151, "518463", 1, 0, 18), + (10152, "518463", 1, 0, 18), + (10153, "518463", 1, 0, 18), + (10154, "518463", 1, 0, 18), + (10155, "518466", 1, 0, 18), + (10156, "518466", 1, 0, 18), + (10157, "518466", 1, 0, 18), + (10158, "518466", 1, 0, 18), + (10159, "518466", 1, 0, 18), + (10160, "518466", 1, 0, 18), + (10161, "518467", 1, 0, 18), + (10162, "518467", 1, 0, 18), + (10163, "518467", 1, 0, 18), + (10164, "518467", 1, 0, 18), + (10165, "518467", 1, 0, 18), + (10166, "518467", 1, 0, 18), + (10167, "518467", 1, 0, 18), + (10168, "518467", 1, 0, 18), + (10169, "518467", 1, 0, 18), + (10170, "518002", 1, 0, 18), + (10171, "518002", 1, 0, 18), + (10172, "518002", 1, 0, 18), + (10173, "518002", 1, 0, 18), + (10174, "518002", 1, 0, 18), + (10175, "518002", 1, 0, 18), + (10176, "518002", 1, 0, 18), + (10177, "518002", 1, 0, 18), + (10178, "518004", 1, 0, 18), + (10179, "518004", 1, 0, 18), + (10180, "518004", 1, 0, 18), + (10181, "518004", 1, 0, 18), + (10182, "518004", 1, 0, 18), + (10183, "518004", 1, 0, 18), + (10184, "518004", 1, 0, 18), + (10185, "518004", 1, 0, 18), + (10186, "518004", 1, 0, 18), + (10187, "518004", 1, 0, 18), + (10188, "518405", 1, 0, 18), + (10189, "518405", 1, 0, 18), + (10190, "518405", 1, 0, 18), + (10191, "518405", 1, 0, 18), + (10192, "518405", 1, 0, 18), + (10193, "518405", 1, 0, 18), + (10194, "518405", 1, 0, 18), + (10195, "518405", 1, 0, 18), + (10196, "518462", 1, 0, 18), + (10197, "518465", 1, 0, 18), + (10198, "518508", 1, 0, 18), + (10199, "518467", 1, 0, 18), + (10200, "518401", 1, 0, 18), + (10201, "518221", 1, 0, 18), + (10202, "518218", 1, 0, 18), + (10203, "518010", 1, 0, 18), + (10204, "518333", 1, 0, 18), + (10205, "518313", 1, 0, 18), + (10206, "518396", 1, 0, 18), + (10207, "518347", 1, 0, 18), + (10208, "518401", 1, 0, 18), + (10209, "518401", 1, 0, 18), + (10210, "518401", 1, 0, 18), + (10211, "518401", 1, 0, 18), + (10212, "518401", 1, 0, 18), + (10213, "518401", 1, 0, 18), + (10214, "518401", 1, 0, 18), + (10215, "518401", 1, 0, 18), + (10216, "518401", 1, 0, 18), + (10217, "518401", 1, 0, 18), + (10218, "518401", 1, 0, 18), + (10219, "518442", 1, 0, 18), + (10220, "518442", 1, 0, 18), + (10221, "518442", 1, 0, 18), + (10222, "518221", 1, 0, 18), + (10223, "518221", 1, 0, 18), + (10224, "518221", 1, 0, 18), + (10225, "518221", 1, 0, 18), + (10226, "518221", 1, 0, 18), + (10227, "518221", 1, 0, 18), + (10228, "518221", 1, 0, 18), + (10229, "518221", 1, 0, 18), + (10230, "518221", 1, 0, 18), + (10231, "518221", 1, 0, 18), + (10232, "518221", 1, 0, 18), + (10233, "518221", 1, 0, 18), + (10234, "518221", 1, 0, 18), + (10235, "518221", 1, 0, 18), + (10236, "518221", 1, 0, 18), + (10237, "518221", 1, 0, 18), + (10238, "518468", 1, 0, 18), + (10239, "518468", 1, 0, 18), + (10240, "518468", 1, 0, 18), + (10241, "518468", 1, 0, 18), + (10242, "518468", 1, 0, 18), + (10243, "518468", 1, 0, 18), + (10244, "518468", 1, 0, 18), + (10245, "518468", 1, 0, 18), + (10246, "518468", 1, 0, 18), + (10247, "518412", 1, 0, 18), + (10248, "518412", 1, 0, 18), + (10249, "518412", 1, 0, 18), + (10250, "518412", 1, 0, 18), + (10251, "518412", 1, 0, 18), + (10252, "518598", 1, 0, 18), + (10253, "518598", 1, 0, 18), + (10254, "518598", 1, 0, 18), + (10255, "518598", 1, 0, 18), + (10256, "518598", 1, 0, 18), + (10257, "518003", 1, 0, 18), + (10258, "518003", 1, 0, 18), + (10259, "518003", 1, 0, 18), + (10260, "518218", 1, 0, 18), + (10261, "518218", 1, 0, 18), + (10262, "518218", 1, 0, 18), + (10263, "518218", 1, 0, 18), + (10264, "518218", 1, 0, 18), + (10265, "518218", 1, 0, 18), + (10266, "518216", 1, 0, 18), + (10267, "518216", 1, 0, 18), + (10268, "518216", 1, 0, 18), + (10269, "518216", 1, 0, 18), + (10270, "518216", 1, 0, 18), + (10271, "518216", 1, 0, 18), + (10272, "518216", 1, 0, 18), + (10273, "518216", 1, 0, 18), + (10274, "518533", 1, 0, 18), + (10275, "518533", 1, 0, 18), + (10276, "518533", 1, 0, 18), + (10277, "518533", 1, 0, 18), + (10278, "518533", 1, 0, 18), + (10279, "518533", 1, 0, 18), + (10280, "518533", 1, 0, 18), + (10281, "518533", 1, 0, 18), + (10282, "518533", 1, 0, 18), + (10283, "518533", 1, 0, 18), + (10284, "518533", 1, 0, 18), + (10285, "518533", 1, 0, 18), + (10286, "518010", 1, 0, 18), + (10287, "518010", 1, 0, 18), + (10288, "518010", 1, 0, 18), + (10289, "518010", 1, 0, 18), + (10290, "518010", 1, 0, 18), + (10291, "518010", 1, 0, 18), + (10292, "518395", 1, 0, 18), + (10293, "518395", 1, 0, 18), + (10294, "518395", 1, 0, 18), + (10295, "518395", 1, 0, 18), + (10296, "518395", 1, 0, 18), + (10297, "518395", 1, 0, 18), + (10298, "518395", 1, 0, 18), + (10299, "518395", 1, 0, 18), + (10300, "518395", 1, 0, 18), + (10301, "518395", 1, 0, 18), + (10302, "518347", 1, 0, 18), + (10303, "518347", 1, 0, 18), + (10304, "518347", 1, 0, 18), + (10305, "518347", 1, 0, 18), + (10306, "518348", 1, 0, 18), + (10307, "518348", 1, 0, 18), + (10308, "518348", 1, 0, 18), + (10309, "518348", 1, 0, 18), + (10310, "518348", 1, 0, 18), + (10311, "518348", 1, 0, 18), + (10312, "518348", 1, 0, 18), + (10313, "518348", 1, 0, 18), + (10314, "518348", 1, 0, 18), + (10315, "518348", 1, 0, 18), + (10316, "518348", 1, 0, 18), + (10317, "518333", 1, 0, 18), + (10318, "518333", 1, 0, 18), + (10319, "518333", 1, 0, 18), + (10320, "518333", 1, 0, 18), + (10321, "518346", 1, 0, 18), + (10322, "518346", 1, 0, 18), + (10323, "518346", 1, 0, 18), + (10324, "518346", 1, 0, 18), + (10325, "518346", 1, 0, 18), + (10326, "518346", 1, 0, 18), + (10327, "518308", 1, 0, 18), + (10328, "518308", 1, 0, 18), + (10329, "518308", 1, 0, 18), + (10330, "518308", 1, 0, 18), + (10331, "518308", 1, 0, 18), + (10332, "518308", 1, 0, 18), + (10333, "518308", 1, 0, 18), + (10334, "518308", 1, 0, 18), + (10335, "518350", 1, 0, 18), + (10336, "518350", 1, 0, 18), + (10337, "518350", 1, 0, 18), + (10338, "518350", 1, 0, 18), + (10339, "518350", 1, 0, 18), + (10340, "518350", 1, 0, 18), + (10341, "518350", 1, 0, 18), + (10342, "518344", 1, 0, 18), + (10343, "518344", 1, 0, 18), + (10344, "518344", 1, 0, 18), + (10345, "518344", 1, 0, 18), + (10346, "518344", 1, 0, 18), + (10347, "518344", 1, 0, 18), + (10348, "518344", 1, 0, 18), + (10349, "518344", 1, 0, 18), + (10350, "518344", 1, 0, 18), + (10351, "518313", 1, 0, 18), + (10352, "518313", 1, 0, 18), + (10353, "518313", 1, 0, 18), + (10354, "518349", 1, 0, 18), + (10355, "518313", 1, 0, 18), + (10356, "518313", 1, 0, 18), + (10357, "518349", 1, 0, 18), + (10358, "518349", 1, 0, 18), + (10359, "518313", 1, 0, 18), + (10360, "518385", 1, 0, 18), + (10361, "518385", 1, 0, 18), + (10362, "518385", 1, 0, 18), + (10363, "518313", 1, 0, 18), + (10364, "518313", 1, 0, 18), + (10365, "518313", 1, 0, 18), + (10366, "518349", 1, 0, 18), + (10367, "518349", 1, 0, 18), + (10368, "518349", 1, 0, 18), + (10369, "518349", 1, 0, 18), + (10370, "518345", 1, 0, 18), + (10371, "518345", 1, 0, 18), + (10372, "518345", 1, 0, 18), + (10373, "518345", 1, 0, 18), + (10374, "521178", 1, 0, 18), + (10375, "521226", 1, 0, 18), + (10376, "521230", 1, 0, 18), + (10377, "521170", 1, 0, 18), + (10378, "521227", 1, 0, 18), + (10379, "521227", 1, 0, 18), + (10380, "521227", 1, 0, 18), + (10381, "521227", 1, 0, 18), + (10382, "521185", 1, 0, 18), + (10383, "521227", 1, 0, 18), + (10384, "521227", 1, 0, 18), + (10385, "521226", 1, 0, 18), + (10386, "521226", 1, 0, 18), + (10387, "521226", 1, 0, 18), + (10388, "521227", 1, 0, 18), + (10389, "521227", 1, 0, 18), + (10390, "521180", 1, 0, 18), + (10391, "521180", 1, 0, 18), + (10392, "521180", 1, 0, 18), + (10393, "521180", 1, 0, 18), + (10394, "521180", 1, 0, 18), + (10395, "521180", 1, 0, 18), + (10396, "521180", 1, 0, 18), + (10397, "521180", 1, 0, 18), + (10398, "521180", 1, 0, 18), + (10399, "521246", 1, 0, 18), + (10400, "521164", 1, 0, 18), + (10401, "521457", 1, 0, 18), + (10402, "521229", 1, 0, 18), + (10403, "521229", 1, 0, 18), + (10404, "521229", 1, 0, 18), + (10405, "521229", 1, 0, 18), + (10406, "521229", 1, 0, 18), + (10407, "521230", 1, 0, 18), + (10408, "521230", 1, 0, 18), + (10409, "521230", 1, 0, 18), + (10410, "521185", 1, 0, 18), + (10411, "521185", 1, 0, 18), + (10412, "521185", 1, 0, 18), + (10413, "521151", 1, 0, 18), + (10414, "521181", 1, 0, 18), + (10415, "521190", 1, 0, 18), + (10416, "520015", 1, 0, 18), + (10417, "521102", 1, 0, 18), + (10418, "521102", 1, 0, 18), + (10419, "521182", 1, 0, 18), + (10420, "521182", 1, 0, 18), + (10421, "521178", 1, 0, 18), + (10422, "521178", 1, 0, 18), + (10423, "521178", 1, 0, 18), + (10424, "521178", 1, 0, 18), + (10425, "521185", 1, 0, 18), + (10426, "521185", 1, 0, 18), + (10427, "521185", 1, 0, 18), + (10428, "521185", 1, 0, 18), + (10429, "521185", 1, 0, 18), + (10430, "521185", 1, 0, 18), + (10431, "521185", 1, 0, 18), + (10432, "521185", 1, 0, 18), + (10433, "521185", 1, 0, 18), + (10434, "521185", 1, 0, 18), + (10435, "521185", 1, 0, 18), + (10436, "521185", 1, 0, 18), + (10437, "521185", 1, 0, 18), + (10438, "521185", 1, 0, 18), + (10439, "521185", 1, 0, 18), + (10440, "521185", 1, 0, 18), + (10441, "521185", 1, 0, 18), + (10442, "521185", 1, 0, 18), + (10443, "521185", 1, 0, 18), + (10444, "521185", 1, 0, 18), + (10445, "521212", 1, 0, 18), + (10446, "521212", 1, 0, 18), + (10447, "521212", 1, 0, 18), + (10448, "521212", 1, 0, 18), + (10449, "521286", 1, 0, 18), + (10450, "521286", 1, 0, 18), + (10451, "521286", 1, 0, 18), + (10452, "521286", 1, 0, 18), + (10453, "521170", 1, 0, 18), + (10454, "521170", 1, 0, 18), + (10455, "521250", 1, 0, 18), + (10456, "521250", 1, 0, 18), + (10457, "521250", 1, 0, 18), + (10458, "521250", 1, 0, 18), + (10459, "521250", 1, 0, 18), + (10460, "521250", 1, 0, 18), + (10461, "521165", 1, 0, 18), + (10462, "521165", 1, 0, 18), + (10463, "521165", 1, 0, 18), + (10464, "521165", 1, 0, 18), + (10465, "521165", 1, 0, 18), + (10466, "520007", 1, 0, 18), + (10467, "520007", 1, 0, 18), + (10468, "520007", 1, 0, 18), + (10469, "521151", 1, 0, 18), + (10470, "521151", 1, 0, 18), + (10471, "521151", 1, 0, 18), + (10472, "521151", 1, 0, 18), + (10473, "521151", 1, 0, 18), + (10474, "521151", 1, 0, 18), + (10475, "521151", 1, 0, 18), + (10476, "521104", 1, 0, 18), + (10477, "521104", 1, 0, 18), + (10478, "521139", 1, 0, 18), + (10479, "521139", 1, 0, 18), + (10480, "521108", 1, 0, 18), + (10481, "521228", 1, 0, 18), + (10482, "521178", 1, 0, 18), + (10483, "521178", 1, 0, 18), + (10484, "521101", 1, 0, 18), + (10485, "521101", 1, 0, 18), + (10486, "521101", 1, 0, 18), + (10487, "521101", 1, 0, 18), + (10488, "521101", 1, 0, 18), + (10489, "521101", 1, 0, 18), + (10490, "521101", 1, 0, 18), + (10491, "521101", 1, 0, 18), + (10492, "521101", 1, 0, 18), + (10493, "521101", 1, 0, 18), + (10494, "521175", 1, 0, 18), + (10495, "521175", 1, 0, 18), + (10496, "521175", 1, 0, 18), + (10497, "521175", 1, 0, 18), + (10498, "521175", 1, 0, 18), + (10499, "521175", 1, 0, 18), + (10500, "521175", 1, 0, 18), + (10501, "521175", 1, 0, 18), + (10502, "521175", 1, 0, 18), + (10503, "521175", 1, 0, 18), + (10504, "521181", 1, 0, 18), + (10505, "521181", 1, 0, 18), + (10506, "521181", 1, 0, 18), + (10507, "521181", 1, 0, 18), + (10508, "521181", 1, 0, 18), + (10509, "521181", 1, 0, 18), + (10510, "521181", 1, 0, 18), + (10511, "520012", 1, 0, 18), + (10512, "520012", 1, 0, 18), + (10513, "520012", 1, 0, 18), + (10514, "521229", 1, 0, 18), + (10515, "521229", 1, 0, 18), + (10516, "521229", 1, 0, 18), + (10517, "521229", 1, 0, 18), + (10518, "521151", 1, 0, 18), + (10519, "521165", 1, 0, 18), + (10520, "521256", 1, 0, 18), + (10521, "521256", 1, 0, 18), + (10522, "521256", 1, 0, 18), + (10523, "521256", 1, 0, 18), + (10524, "521256", 1, 0, 18), + (10525, "521256", 1, 0, 18), + (10526, "521256", 1, 0, 18), + (10527, "521247", 1, 0, 18), + (10528, "521247", 1, 0, 18), + (10529, "521247", 1, 0, 18), + (10530, "521247", 1, 0, 18), + (10531, "521247", 1, 0, 18), + (10532, "521247", 1, 0, 18), + (10533, "521247", 1, 0, 18), + (10534, "521183", 1, 0, 18), + (10535, "521183", 1, 0, 18), + (10536, "521183", 1, 0, 18), + (10537, "521183", 1, 0, 18), + (10538, "521183", 1, 0, 18), + (10539, "521107", 1, 0, 18), + (10540, "521230", 1, 0, 18), + (10541, "521230", 1, 0, 18), + (10542, "521230", 1, 0, 18), + (10543, "521230", 1, 0, 18), + (10544, "521230", 1, 0, 18), + (10545, "521230", 1, 0, 18), + (10546, "521230", 1, 0, 18), + (10547, "521230", 1, 0, 18), + (10548, "521230", 1, 0, 18), + (10549, "521190", 1, 0, 18), + (10550, "521190", 1, 0, 18), + (10551, "521190", 1, 0, 18), + (10552, "521190", 1, 0, 18), + (10553, "521190", 1, 0, 18), + (10554, "521190", 1, 0, 18), + (10555, "521190", 1, 0, 18), + (10556, "521190", 1, 0, 18), + (10557, "521190", 1, 0, 18), + (10558, "521190", 1, 0, 18), + (10559, "521190", 1, 0, 18), + (10560, "521190", 1, 0, 18), + (10561, "521241", 1, 0, 18), + (10562, "521241", 1, 0, 18), + (10563, "521241", 1, 0, 18), + (10564, "521163", 1, 0, 18), + (10565, "521163", 1, 0, 18), + (10566, "521163", 1, 0, 18), + (10567, "521163", 1, 0, 18), + (10568, "521163", 1, 0, 18), + (10569, "521456", 1, 0, 18), + (10570, "521456", 1, 0, 18), + (10571, "521456", 1, 0, 18), + (10572, "521456", 1, 0, 18), + (10573, "521456", 1, 0, 18), + (10574, "521402", 1, 0, 18), + (10575, "521402", 1, 0, 18), + (10576, "521402", 1, 0, 18), + (10577, "521402", 1, 0, 18), + (10578, "521402", 1, 0, 18), + (10579, "521402", 1, 0, 18), + (10580, "521402", 1, 0, 18), + (10581, "521402", 1, 0, 18), + (10582, "521402", 1, 0, 18), + (10583, "521170", 1, 0, 18), + (10584, "521170", 1, 0, 18), + (10585, "521178", 1, 0, 18), + (10586, "521211", 1, 0, 18), + (10587, "521211", 1, 0, 18), + (10588, "521211", 1, 0, 18), + (10589, "521211", 1, 0, 18), + (10590, "521211", 1, 0, 18), + (10591, "521211", 1, 0, 18), + (10592, "521211", 1, 0, 18), + (10593, "521211", 1, 0, 18), + (10594, "521211", 1, 0, 18), + (10595, "521211", 1, 0, 18), + (10596, "791001", 1, 0, 28), + (10597, "791111", 1, 0, 28), + (10598, "792101", 1, 0, 28), + (10599, "791123", 1, 0, 28), + (10600, "791101", 1, 0, 28), + (10601, "790114", 1, 0, 28), + (10602, "792056", 1, 0, 28), + (10603, "790001", 1, 0, 28), + (10604, "792120", 1, 0, 28), + (10605, "792102", 1, 0, 28), + (10606, "791122", 1, 0, 28), + (10607, "792129", 1, 0, 28), + (10608, "790101", 1, 0, 28), + (10609, "791112", 1, 0, 28), + (10610, "792104", 1, 0, 28), + (10611, "791103", 1, 0, 28), + (10612, "792001", 1, 0, 28), + (10613, "791105", 1, 0, 28), + (10614, "792055", 1, 0, 28), + (10615, "791002", 1, 0, 28), + (10616, "791120", 1, 0, 28), + (10617, "792110", 1, 0, 28), + (10618, "792121", 1, 0, 28), + (10619, "790105", 1, 0, 28), + (10620, "792130", 1, 0, 28), + (10621, "791121", 1, 0, 28), + (10622, "790002", 1, 0, 28), + (10623, "791125", 1, 0, 28), + (10624, "792131", 1, 0, 28), + (10625, "790106", 1, 0, 28), + (10626, "792105", 1, 0, 28), + (10627, "791003", 1, 0, 28), + (10628, "791104", 1, 0, 28), + (10629, "792122", 1, 0, 28), + (10630, "791110", 1, 0, 28), + (10631, "792123", 1, 0, 28), + (10632, "792103", 1, 0, 28), + (10633, "791109", 1, 0, 28), + (10634, "791118", 1, 0, 28), + (10635, "791102", 1, 0, 28), + (10636, "791119", 1, 0, 28), + (10637, "791113", 1, 0, 28), + (10638, "790003", 1, 0, 28), + (10639, "790102", 1, 0, 28), + (10640, "790103", 1, 0, 28), + (10641, "792111", 1, 0, 28), + (10642, "790104", 1, 0, 28), + (10643, "790116", 1, 0, 28), + (10644, "791114", 1, 0, 28), + (10645, "791111", 1, 0, 28), + (10646, "792110", 1, 0, 28), + (10647, "792101", 1, 0, 28), + (10648, "790001", 1, 0, 28), + (10649, "790001", 1, 0, 28), + (10650, "790104", 1, 0, 28), + (10651, "792131", 1, 0, 28), + (10652, "791120", 1, 0, 28), + (10653, "791120", 1, 0, 28), + (10654, "791120", 1, 0, 28), + (10655, "791113", 1, 0, 28), + (10656, "792122", 1, 0, 28), + (10657, "791123", 1, 0, 28), + (10658, "791001", 1, 0, 28), + (10659, "790001", 1, 0, 28), + (10660, "791113", 1, 0, 28), + (10661, "790101", 1, 0, 28), + (10662, "792130", 1, 0, 28), + (10663, "792122", 1, 0, 28), + (10664, "791103", 1, 0, 28), + (10665, "792110", 1, 0, 28), + (10666, "791002", 1, 0, 28), + (10667, "791102", 1, 0, 28), + (10668, "791102", 1, 0, 28), + (10669, "791102", 1, 0, 28), + (10670, "791102", 1, 0, 28), + (10671, "791102", 1, 0, 28), + (10672, "791103", 1, 0, 28), + (10673, "791102", 1, 0, 28), + (10674, "791102", 1, 0, 28), + (10675, "791103", 1, 0, 28), + (10676, "791103", 1, 0, 28), + (10677, "791102", 1, 0, 28), + (10678, "791102", 1, 0, 28), + (10679, "791119", 1, 0, 28), + (10680, "791119", 1, 0, 28), + (10681, "791113", 1, 0, 28), + (10682, "791113", 1, 0, 28), + (10683, "791113", 1, 0, 28), + (10684, "790003", 1, 0, 28), + (10685, "792110", 1, 0, 28), + (10686, "792110", 1, 0, 28), + (10687, "792110", 1, 0, 28), + (10688, "792110", 1, 0, 28), + (10689, "792110", 1, 0, 28), + (10690, "792110", 1, 0, 28), + (10691, "792110", 1, 0, 28), + (10692, "792110", 1, 0, 28), + (10693, "792110", 1, 0, 28), + (10694, "792110", 1, 0, 28), + (10695, "792110", 1, 0, 28), + (10696, "792110", 1, 0, 28), + (10697, "792110", 1, 0, 28), + (10698, "792110", 1, 0, 28), + (10699, "792110", 1, 0, 28), + (10700, "792110", 1, 0, 28), + (10701, "790102", 1, 0, 28), + (10702, "790102", 1, 0, 28), + (10703, "790102", 1, 0, 28), + (10704, "790102", 1, 0, 28), + (10705, "790102", 1, 0, 28), + (10706, "790102", 1, 0, 28), + (10707, "790102", 1, 0, 28), + (10708, "790102", 1, 0, 28), + (10709, "792111", 1, 0, 28), + (10710, "790104", 1, 0, 28), + (10711, "790104", 1, 0, 28), + (10712, "790104", 1, 0, 28), + (10713, "790104", 1, 0, 28), + (10714, "790104", 1, 0, 28), + (10715, "790116", 1, 0, 28), + (10716, "790116", 1, 0, 28), + (10717, "790116", 1, 0, 28), + (10718, "792001", 1, 0, 28), + (10719, "792001", 1, 0, 28), + (10720, "792001", 1, 0, 28), + (10721, "792001", 1, 0, 28), + (10722, "792001", 1, 0, 28), + (10723, "792001", 1, 0, 28), + (10724, "792001", 1, 0, 28), + (10725, "792001", 1, 0, 28), + (10726, "791105", 1, 0, 28), + (10727, "791105", 1, 0, 28), + (10728, "791105", 1, 0, 28), + (10729, "792055", 1, 0, 28), + (10730, "792055", 1, 0, 28), + (10731, "791002", 1, 0, 28), + (10732, "791002", 1, 0, 28), + (10733, "791002", 1, 0, 28), + (10734, "791120", 1, 0, 28), + (10735, "791120", 1, 0, 28), + (10736, "791120", 1, 0, 28), + (10737, "791120", 1, 0, 28), + (10738, "791120", 1, 0, 28), + (10739, "791120", 1, 0, 28), + (10740, "791120", 1, 0, 28), + (10741, "791120", 1, 0, 28), + (10742, "791120", 1, 0, 28), + (10743, "792120", 1, 0, 28), + (10744, "792102", 1, 0, 28), + (10745, "792102", 1, 0, 28), + (10746, "792102", 1, 0, 28), + (10747, "792102", 1, 0, 28), + (10748, "792102", 1, 0, 28), + (10749, "792102", 1, 0, 28), + (10750, "792102", 1, 0, 28), + (10751, "791122", 1, 0, 28), + (10752, "791122", 1, 0, 28), + (10753, "791122", 1, 0, 28), + (10754, "791122", 1, 0, 28), + (10755, "791122", 1, 0, 28), + (10756, "791122", 1, 0, 28), + (10757, "791122", 1, 0, 28), + (10758, "791122", 1, 0, 28), + (10759, "791122", 1, 0, 28), + (10760, "791001", 1, 0, 28), + (10761, "791001", 1, 0, 28), + (10762, "791001", 1, 0, 28), + (10763, "791001", 1, 0, 28), + (10764, "791001", 1, 0, 28), + (10765, "791001", 1, 0, 28), + (10766, "791001", 1, 0, 28), + (10767, "791001", 1, 0, 28), + (10768, "791001", 1, 0, 28), + (10769, "791001", 1, 0, 28), + (10770, "791001", 1, 0, 28), + (10771, "791001", 1, 0, 28), + (10772, "791001", 1, 0, 28), + (10773, "791001", 1, 0, 28), + (10774, "791001", 1, 0, 28), + (10775, "791001", 1, 0, 28), + (10776, "792101", 1, 0, 28), + (10777, "791123", 1, 0, 28), + (10778, "791123", 1, 0, 28), + (10779, "791123", 1, 0, 28), + (10780, "791101", 1, 0, 28), + (10781, "791101", 1, 0, 28), + (10782, "791101", 1, 0, 28), + (10783, "791101", 1, 0, 28), + (10784, "791101", 1, 0, 28), + (10785, "790114", 1, 0, 28), + (10786, "790114", 1, 0, 28), + (10787, "792056", 1, 0, 28), + (10788, "792056", 1, 0, 28), + (10789, "792056", 1, 0, 28), + (10790, "792056", 1, 0, 28), + (10791, "792056", 1, 0, 28), + (10792, "790001", 1, 0, 28), + (10793, "790001", 1, 0, 28), + (10794, "792120", 1, 0, 28), + (10795, "792120", 1, 0, 28), + (10796, "792120", 1, 0, 28), + (10797, "792120", 1, 0, 28), + (10798, "792120", 1, 0, 28), + (10799, "792120", 1, 0, 28), + (10800, "791122", 1, 0, 28), + (10801, "791122", 1, 0, 28), + (10802, "791122", 1, 0, 28), + (10803, "792129", 1, 0, 28), + (10804, "792129", 1, 0, 28), + (10805, "792129", 1, 0, 28), + (10806, "792129", 1, 0, 28), + (10807, "792129", 1, 0, 28), + (10808, "790101", 1, 0, 28), + (10809, "790101", 1, 0, 28), + (10810, "790101", 1, 0, 28), + (10811, "790101", 1, 0, 28), + (10812, "791112", 1, 0, 28), + (10813, "791112", 1, 0, 28), + (10814, "791112", 1, 0, 28), + (10815, "792104", 1, 0, 28), + (10816, "792104", 1, 0, 28), + (10817, "792104", 1, 0, 28), + (10818, "792104", 1, 0, 28), + (10819, "792104", 1, 0, 28), + (10820, "792104", 1, 0, 28), + (10821, "792104", 1, 0, 28), + (10822, "792104", 1, 0, 28), + (10823, "792121", 1, 0, 28), + (10824, "790105", 1, 0, 28), + (10825, "790105", 1, 0, 28), + (10826, "790002", 1, 0, 28), + (10827, "790002", 1, 0, 28), + (10828, "792130", 1, 0, 28), + (10829, "792130", 1, 0, 28), + (10830, "792130", 1, 0, 28), + (10831, "792130", 1, 0, 28), + (10832, "792130", 1, 0, 28), + (10833, "792130", 1, 0, 28), + (10834, "792130", 1, 0, 28), + (10835, "792130", 1, 0, 28), + (10836, "792130", 1, 0, 28), + (10837, "792130", 1, 0, 28), + (10838, "792130", 1, 0, 28), + (10839, "791121", 1, 0, 28), + (10840, "791125", 1, 0, 28), + (10841, "791125", 1, 0, 28), + (10842, "792131", 1, 0, 28), + (10843, "792131", 1, 0, 28), + (10844, "792131", 1, 0, 28), + (10845, "792131", 1, 0, 28), + (10846, "792131", 1, 0, 28), + (10847, "792131", 1, 0, 28), + (10848, "792131", 1, 0, 28), + (10849, "792131", 1, 0, 28), + (10850, "792131", 1, 0, 28), + (10851, "792131", 1, 0, 28), + (10852, "790106", 1, 0, 28), + (10853, "790106", 1, 0, 28), + (10854, "792105", 1, 0, 28), + (10855, "792105", 1, 0, 28), + (10856, "791104", 1, 0, 28), + (10857, "791104", 1, 0, 28), + (10858, "791104", 1, 0, 28), + (10859, "791104", 1, 0, 28), + (10860, "791104", 1, 0, 28), + (10861, "791104", 1, 0, 28), + (10862, "792122", 1, 0, 28), + (10863, "792122", 1, 0, 28), + (10864, "792122", 1, 0, 28), + (10865, "792122", 1, 0, 28), + (10866, "792122", 1, 0, 28), + (10867, "792122", 1, 0, 28), + (10868, "792122", 1, 0, 28), + (10869, "791110", 1, 0, 28), + (10870, "791110", 1, 0, 28), + (10871, "792103", 1, 0, 28), + (10872, "792103", 1, 0, 28), + (10873, "792103", 1, 0, 28), + (10874, "792103", 1, 0, 28), + (10875, "792103", 1, 0, 28), + (10876, "792103", 1, 0, 28), + (10877, "792103", 1, 0, 28), + (10878, "792103", 1, 0, 28), + (10879, "792103", 1, 0, 28), + (10880, "792103", 1, 0, 28), + (10881, "792103", 1, 0, 28), + (10882, "791118", 1, 0, 28), + (10883, "791118", 1, 0, 28), + (10884, "791118", 1, 0, 28), + (10885, "791118", 1, 0, 28), + (10886, "791118", 1, 0, 28), + (10887, "791118", 1, 0, 28), + (10888, "791118", 1, 0, 28), + (10889, "791118", 1, 0, 28), + (10890, "791103", 1, 0, 28), + (10891, "791102", 1, 0, 28), + (10892, "791102", 1, 0, 28), + (10893, "791103", 1, 0, 28), + (10894, "791103", 1, 0, 28), + (10895, "791103", 1, 0, 28), + (10896, "791102", 1, 0, 28), + (10897, "791103", 1, 0, 28), + (10898, "788156", 1, 0, 11), + (10899, "788734", 1, 0, 11), + (10900, "788803", 1, 0, 11), + (10901, "788117", 1, 0, 11), + (10902, "788736", 1, 0, 11), + (10903, "788160", 1, 0, 11), + (10904, "788162", 1, 0, 11), + (10905, "788113", 1, 0, 11), + (10906, "788150", 1, 0, 11), + (10907, "788801", 1, 0, 11), + (10908, "788161", 1, 0, 11), + (10909, "788152", 1, 0, 11), + (10910, "788163", 1, 0, 11), + (10911, "788165", 1, 0, 11), + (10912, "788164", 1, 0, 11), + (10913, "788737", 1, 0, 11), + (10914, "788802", 1, 0, 11), + (10915, "788166", 1, 0, 11), + (10916, "788735", 1, 0, 11), + (10917, "788155", 1, 0, 11), + (10918, "788168", 1, 0, 11), + (10919, "788806", 1, 0, 11), + (10920, "788723", 1, 0, 11), + (10921, "788733", 1, 0, 11), + (10922, "788727", 1, 0, 11), + (10923, "788817", 1, 0, 11), + (10924, "788701", 1, 0, 11), + (10925, "788725", 1, 0, 11), + (10926, "788710", 1, 0, 11), + (10927, "788726", 1, 0, 11), + (10928, "788728", 1, 0, 11), + (10929, "788816", 1, 0, 11), + (10930, "788815", 1, 0, 11), + (10931, "788720", 1, 0, 11), + (10932, "788711", 1, 0, 11), + (10933, "788710", 1, 0, 11), + (10934, "788710", 1, 0, 11), + (10935, "788805", 1, 0, 11), + (10936, "788804", 1, 0, 11), + (10937, "788719", 1, 0, 11), + (10938, "788781", 1, 0, 11), + (10939, "788722", 1, 0, 11), + (10940, "788724", 1, 0, 11), + (10941, "788712", 1, 0, 11), + (10942, "788713", 1, 0, 11), + (10943, "788710", 1, 0, 11), + (10944, "788709", 1, 0, 11), + (10945, "788025", 1, 0, 11), + (10946, "788011", 1, 0, 11), + (10947, "788101", 1, 0, 11), + (10948, "788110", 1, 0, 11), + (10949, "788123", 1, 0, 11), + (10950, "788120", 1, 0, 11), + (10951, "788126", 1, 0, 11), + (10952, "788111", 1, 0, 11), + (10953, "788112", 1, 0, 11), + (10954, "788102", 1, 0, 11), + (10955, "788001", 1, 0, 11), + (10956, "788114", 1, 0, 11), + (10957, "788106", 1, 0, 11), + (10958, "788004", 1, 0, 11), + (10959, "788820", 1, 0, 11), + (10960, "788818", 1, 0, 11), + (10961, "788005", 1, 0, 11), + (10962, "788127", 1, 0, 11), + (10963, "788104", 1, 0, 11), + (10964, "788107", 1, 0, 11), + (10965, "788121", 1, 0, 11), + (10966, "788108", 1, 0, 11), + (10967, "788109", 1, 0, 11), + (10968, "788103", 1, 0, 11), + (10969, "788832", 1, 0, 11), + (10970, "788006", 1, 0, 11), + (10971, "788001", 1, 0, 11), + (10972, "788830", 1, 0, 11), + (10973, "788831", 1, 0, 11), + (10974, "788002", 1, 0, 11), + (10975, "788099", 1, 0, 11), + (10976, "788015", 1, 0, 11), + (10977, "788115", 1, 0, 11), + (10978, "788098", 1, 0, 11), + (10979, "788116", 1, 0, 11), + (10980, "788009", 1, 0, 11), + (10981, "788014", 1, 0, 11), + (10982, "788010", 1, 0, 11), + (10983, "788118", 1, 0, 11), + (10984, "788013", 1, 0, 11), + (10985, "788119", 1, 0, 11), + (10986, "788026", 1, 0, 11), + (10987, "788031", 1, 0, 11), + (10988, "788001", 1, 0, 11), + (10989, "788003", 1, 0, 11), + (10990, "788003", 1, 0, 11), + (10991, "788030", 1, 0, 11), + (10992, "788931", 1, 0, 11), + (10993, "788007", 1, 0, 11), + (10994, "788806", 1, 0, 11), + (10995, "788819", 1, 0, 11), + (10996, "788005", 1, 0, 11), + (10997, "784176", 1, 0, 11), + (10998, "783325", 1, 0, 11), + (10999, "781002", 1, 0, 11), + (11000, "785669", 1, 0, 11), + (11001, "785705", 1, 0, 11), + (11002, "786148", 1, 0, 11), + (11003, "785692", 1, 0, 11), + (11004, "785673", 1, 0, 11), + (11005, "785686", 1, 0, 11), + (11006, "785690", 1, 0, 11), + (11007, "785689", 1, 0, 11), + (11008, "785682", 1, 0, 11), + (11009, "785602", 1, 0, 11), + (11010, "785618", 1, 0, 11), + (11011, "785702", 1, 0, 11), + (11012, "785611", 1, 0, 11), + (11013, "785612", 1, 0, 11), + (11014, "785614", 1, 0, 11), + (11015, "785614", 1, 0, 11), + (11016, "785622", 1, 0, 11), + (11017, "785610", 1, 0, 11), + (11018, "785625", 1, 0, 11), + (11019, "785619", 1, 0, 11), + (11020, "785609", 1, 0, 11), + (11021, "785613", 1, 0, 11), + (11022, "785626", 1, 0, 11), + (11023, "785615", 1, 0, 11), + (11024, "785699", 1, 0, 11), + (11025, "785603", 1, 0, 11), + (11026, "785703", 1, 0, 11), + (11027, "785601", 1, 0, 11), + (11028, "785672", 1, 0, 11), + (11029, "785700", 1, 0, 11), + (11030, "785013", 1, 0, 11), + (11031, "785101", 1, 0, 11), + (11032, "785004", 1, 0, 11), + (11033, "785001", 1, 0, 11), + (11034, "785631", 1, 0, 11), + (11035, "785008", 1, 0, 11), + (11036, "785010", 1, 0, 11), + (11037, "785102", 1, 0, 11), + (11038, "785001", 1, 0, 11), + (11039, "785001", 1, 0, 11), + (11040, "785104", 1, 0, 11), + (11041, "785616", 1, 0, 11), + (11042, "785105", 1, 0, 11), + (11043, "785007", 1, 0, 11), + (11044, "785006", 1, 0, 11), + (11045, "785108", 1, 0, 11), + (11046, "785107", 1, 0, 11), + (11047, "785106", 1, 0, 11), + (11048, "785633", 1, 0, 11), + (11049, "785015", 1, 0, 11), + (11050, "785001", 1, 0, 11), + (11051, "785110", 1, 0, 11), + (11052, "785634", 1, 0, 11), + (11053, "785635", 1, 0, 11), + (11054, "785111", 1, 0, 11), + (11055, "785009", 1, 0, 11), + (11056, "785704", 1, 0, 11), + (11057, "785632", 1, 0, 11), + (11058, "785014", 1, 0, 11), + (11059, "785636", 1, 0, 11), + (11060, "785112", 1, 0, 11), + (11061, "785001", 1, 0, 11), + (11062, "785630", 1, 0, 11), + (11063, "785680", 1, 0, 11), + (11064, "785681", 1, 0, 11), + (11065, "785691", 1, 0, 11), + (11066, "785693", 1, 0, 11), + (11067, "785661", 1, 0, 11), + (11068, "785662", 1, 0, 11), + (11069, "785663", 1, 0, 11), + (11070, "785696", 1, 0, 11), + (11071, "785664", 1, 0, 11), + (11072, "785701", 1, 0, 11), + (11073, "785683", 1, 0, 11), + (11074, "785665", 1, 0, 11), + (11075, "785666", 1, 0, 11), + (11076, "785667", 1, 0, 11), + (11077, "785688", 1, 0, 11), + (11078, "785698", 1, 0, 11), + (11079, "785670", 1, 0, 11), + (11080, "785684", 1, 0, 11), + (11081, "785685", 1, 0, 11), + (11082, "785674", 1, 0, 11), + (11083, "785671", 1, 0, 11), + (11084, "785697", 1, 0, 11), + (11085, "785640", 1, 0, 11), + (11086, "785640", 1, 0, 11), + (11087, "785687", 1, 0, 11), + (11088, "781133", 1, 0, 11), + (11089, "784010", 1, 0, 11), + (11090, "788005", 1, 0, 11), + (11091, "781040", 1, 0, 11), + (11092, "781311", 1, 0, 11), + (11093, "787023", 1, 0, 11), + (11094, "787026", 1, 0, 11), + (11095, "784529", 1, 0, 11), + (11096, "786006", 1, 0, 11), + (11097, "788151", 1, 0, 11), + (11098, "788710", 1, 0, 11), + (11099, "788001", 1, 0, 11), + (11100, "784001", 1, 0, 11), + (11101, "784125", 1, 0, 11), + (11102, "786001", 1, 0, 11), + (11103, "787001", 1, 0, 11), + (11104, "783301", 1, 0, 11), + (11105, "783370", 1, 0, 11), + (11106, "781001", 1, 0, 11), + (11107, "781014", 1, 0, 11), + (11108, "782001", 1, 0, 11), + (11109, "782460", 1, 0, 11), + (11110, "781335", 1, 0, 11), + (11111, "781301", 1, 0, 11), + (11112, "785001", 1, 0, 11), + (11113, "785621", 1, 0, 11), + (11114, "785640", 1, 0, 11), + (11115, "786125", 1, 0, 11), + (11116, "784103", 1, 0, 11), + (11117, "784180", 1, 0, 11), + (11118, "784175", 1, 0, 11), + (11119, "784147", 1, 0, 11), + (11120, "784522", 1, 0, 11), + (11121, "784508", 1, 0, 11), + (11122, "784103", 1, 0, 11), + (11123, "784111", 1, 0, 11), + (11124, "784111", 1, 0, 11), + (11125, "784111", 1, 0, 11), + (11126, "784111", 1, 0, 11), + (11127, "784501", 1, 0, 11), + (11128, "784501", 1, 0, 11), + (11129, "784110", 1, 0, 11), + (11130, "784110", 1, 0, 11), + (11131, "784110", 1, 0, 11), + (11132, "784110", 1, 0, 11), + (11133, "784110", 1, 0, 11), + (11134, "784110", 1, 0, 11), + (11135, "784110", 1, 0, 11), + (11136, "784110", 1, 0, 11), + (11137, "784110", 1, 0, 11), + (11138, "784110", 1, 0, 11), + (11139, "784110", 1, 0, 11), + (11140, "784105", 1, 0, 11), + (11141, "784105", 1, 0, 11), + (11142, "784105", 1, 0, 11), + (11143, "784184", 1, 0, 11), + (11144, "784168", 1, 0, 11), + (11145, "784168", 1, 0, 11), + (11146, "784168", 1, 0, 11), + (11147, "784168", 1, 0, 11), + (11148, "784168", 1, 0, 11), + (11149, "784168", 1, 0, 11), + (11150, "784168", 1, 0, 11), + (11151, "784168", 1, 0, 11), + (11152, "784168", 1, 0, 11), + (11153, "784170", 1, 0, 11), + (11154, "784170", 1, 0, 11), + (11155, "784170", 1, 0, 11), + (11156, "784170", 1, 0, 11), + (11157, "784170", 1, 0, 11), + (11158, "784170", 1, 0, 11), + (11159, "784169", 1, 0, 11), + (11160, "784169", 1, 0, 11), + (11161, "784169", 1, 0, 11), + (11162, "784169", 1, 0, 11), + (11163, "784169", 1, 0, 11), + (11164, "784169", 1, 0, 11), + (11165, "784169", 1, 0, 11), + (11166, "784180", 1, 0, 11), + (11167, "784180", 1, 0, 11), + (11168, "784180", 1, 0, 11), + (11169, "784178", 1, 0, 11), + (11170, "784178", 1, 0, 11), + (11171, "784178", 1, 0, 11), + (11172, "784178", 1, 0, 11), + (11173, "784178", 1, 0, 11), + (11174, "784178", 1, 0, 11), + (11175, "784178", 1, 0, 11), + (11176, "784178", 1, 0, 11), + (11177, "784027", 1, 0, 11), + (11178, "784027", 1, 0, 11), + (11179, "784027", 1, 0, 11), + (11180, "784154", 1, 0, 11), + (11181, "784154", 1, 0, 11), + (11182, "784154", 1, 0, 11), + (11183, "784102", 1, 0, 11), + (11184, "784173", 1, 0, 11), + (11185, "784506", 1, 0, 11), + (11186, "784506", 1, 0, 11), + (11187, "784506", 1, 0, 11), + (11188, "784506", 1, 0, 11), + (11189, "784506", 1, 0, 11), + (11190, "784506", 1, 0, 11), + (11191, "784182", 1, 0, 11), + (11192, "784182", 1, 0, 11), + (11193, "784182", 1, 0, 11), + (11194, "784182", 1, 0, 11), + (11195, "784182", 1, 0, 11), + (11196, "784174", 1, 0, 11), + (11197, "784174", 1, 0, 11), + (11198, "784174", 1, 0, 11), + (11199, "784025", 1, 0, 11), + (11200, "784025", 1, 0, 11), + (11201, "784025", 1, 0, 11), + (11202, "784505", 1, 0, 11), + (11203, "784505", 1, 0, 11), + (11204, "784505", 1, 0, 11), + (11205, "784505", 1, 0, 11), + (11206, "784104", 1, 0, 11), + (11207, "784117", 1, 0, 11), + (11208, "784117", 1, 0, 11), + (11209, "784117", 1, 0, 11), + (11210, "784117", 1, 0, 11), + (11211, "784117", 1, 0, 11), + (11212, "784175", 1, 0, 11), + (11213, "784175", 1, 0, 11), + (11214, "784175", 1, 0, 11), + (11215, "784175", 1, 0, 11), + (11216, "784175", 1, 0, 11), + (11217, "784175", 1, 0, 11), + (11218, "784175", 1, 0, 11), + (11219, "784175", 1, 0, 11), + (11220, "784175", 1, 0, 11), + (11221, "784175", 1, 0, 11), + (11222, "784175", 1, 0, 11), + (11223, "784175", 1, 0, 11), + (11224, "784171", 1, 0, 11), + (11225, "784171", 1, 0, 11), + (11226, "784149", 1, 0, 11), + (11227, "784149", 1, 0, 11), + (11228, "784149", 1, 0, 11), + (11229, "784149", 1, 0, 11), + (11230, "784149", 1, 0, 11), + (11231, "784149", 1, 0, 11), + (11232, "784149", 1, 0, 11), + (11233, "784149", 1, 0, 11), + (11234, "784149", 1, 0, 11), + (11235, "784149", 1, 0, 11), + (11236, "784529", 1, 0, 11), + (11237, "784529", 1, 0, 11), + (11238, "784529", 1, 0, 11), + (11239, "784529", 1, 0, 11), + (11240, "784529", 1, 0, 11), + (11241, "784529", 1, 0, 11), + (11242, "784529", 1, 0, 11), + (11243, "784529", 1, 0, 11), + (11244, "784529", 1, 0, 11), + (11245, "784529", 1, 0, 11), + (11246, "784527", 1, 0, 11), + (11247, "784527", 1, 0, 11), + (11248, "784527", 1, 0, 11), + (11249, "784527", 1, 0, 11), + (11250, "784190", 1, 0, 11), + (11251, "784190", 1, 0, 11), + (11252, "784190", 1, 0, 11), + (11253, "784116", 1, 0, 11), + (11254, "784116", 1, 0, 11), + (11255, "784116", 1, 0, 11), + (11256, "784147", 1, 0, 11), + (11257, "784147", 1, 0, 11), + (11258, "784147", 1, 0, 11), + (11259, "784147", 1, 0, 11), + (11260, "784147", 1, 0, 11), + (11261, "784147", 1, 0, 11), + (11262, "784146", 1, 0, 11), + (11263, "784146", 1, 0, 11), + (11264, "784146", 1, 0, 11), + (11265, "784526", 1, 0, 11), + (11266, "784526", 1, 0, 11), + (11267, "784148", 1, 0, 11), + (11268, "784148", 1, 0, 11), + (11269, "784148", 1, 0, 11), + (11270, "784148", 1, 0, 11), + (11271, "784148", 1, 0, 11), + (11272, "784510", 1, 0, 11), + (11273, "784510", 1, 0, 11), + (11274, "784510", 1, 0, 11), + (11275, "784510", 1, 0, 11), + (11276, "784510", 1, 0, 11), + (11277, "784510", 1, 0, 11), + (11278, "784524", 1, 0, 11), + (11279, "784524", 1, 0, 11), + (11280, "784524", 1, 0, 11), + (11281, "784525", 1, 0, 11), + (11282, "784525", 1, 0, 11), + (11283, "784525", 1, 0, 11), + (11284, "784525", 1, 0, 11), + (11285, "784525", 1, 0, 11), + (11286, "784525", 1, 0, 11), + (11287, "784525", 1, 0, 11), + (11288, "784525", 1, 0, 11), + (11289, "784525", 1, 0, 11), + (11290, "784525", 1, 0, 11), + (11291, "784525", 1, 0, 11), + (11292, "784525", 1, 0, 11), + (11293, "784115", 1, 0, 11), + (11294, "784115", 1, 0, 11), + (11295, "784115", 1, 0, 11), + (11296, "784115", 1, 0, 11), + (11297, "784115", 1, 0, 11), + (11298, "784115", 1, 0, 11), + (11299, "784522", 1, 0, 11), + (11300, "784522", 1, 0, 11), + (11301, "784522", 1, 0, 11), + (11302, "784522", 1, 0, 11), + (11303, "784522", 1, 0, 11), + (11304, "784522", 1, 0, 11), + (11305, "784522", 1, 0, 11), + (11306, "784522", 1, 0, 11), + (11307, "784522", 1, 0, 11), + (11308, "784522", 1, 0, 11), + (11309, "784522", 1, 0, 11), + (11310, "784522", 1, 0, 11), + (11311, "784113", 1, 0, 11), + (11312, "784113", 1, 0, 11), + (11313, "784514", 1, 0, 11), + (11314, "784514", 1, 0, 11), + (11315, "784514", 1, 0, 11), + (11316, "784514", 1, 0, 11), + (11317, "784514", 1, 0, 11), + (11318, "784514", 1, 0, 11), + (11319, "784507", 1, 0, 11), + (11320, "784507", 1, 0, 11), + (11321, "784507", 1, 0, 11), + (11322, "784507", 1, 0, 11), + (11323, "784507", 1, 0, 11), + (11324, "784507", 1, 0, 11), + (11325, "784507", 1, 0, 11), + (11326, "784114", 1, 0, 11), + (11327, "784114", 1, 0, 11), + (11328, "784114", 1, 0, 11), + (11329, "784114", 1, 0, 11), + (11330, "784114", 1, 0, 11), + (11331, "784114", 1, 0, 11), + (11332, "784523", 1, 0, 11), + (11333, "784523", 1, 0, 11), + (11334, "784523", 1, 0, 11), + (11335, "784523", 1, 0, 11), + (11336, "784144", 1, 0, 11), + (11337, "784144", 1, 0, 11), + (11338, "784144", 1, 0, 11), + (11339, "784144", 1, 0, 11), + (11340, "784144", 1, 0, 11), + (11341, "784528", 1, 0, 11), + (11342, "784528", 1, 0, 11), + (11343, "784528", 1, 0, 11), + (11344, "784528", 1, 0, 11), + (11345, "784528", 1, 0, 11), + (11346, "784528", 1, 0, 11), + (11347, "784508", 1, 0, 11), + (11348, "784508", 1, 0, 11), + (11349, "784145", 1, 0, 11), + (11350, "784145", 1, 0, 11), + (11351, "784145", 1, 0, 11), + (11352, "784145", 1, 0, 11), + (11353, "784145", 1, 0, 11), + (11354, "784145", 1, 0, 11), + (11355, "784145", 1, 0, 11), + (11356, "784145", 1, 0, 11), + (11357, "784145", 1, 0, 11), + (11358, "784145", 1, 0, 11), + (11359, "784145", 1, 0, 11), + (11360, "784145", 1, 0, 11), + (11361, "784145", 1, 0, 11), + (11362, "784145", 1, 0, 11), + (11363, "784145", 1, 0, 11), + (11364, "784145", 1, 0, 11), + (11365, "784521", 1, 0, 11), + (11366, "784521", 1, 0, 11), + (11367, "784521", 1, 0, 11), + (11368, "784521", 1, 0, 11), + (11369, "784509", 1, 0, 11), + (11370, "784509", 1, 0, 11), + (11371, "784509", 1, 0, 11), + (11372, "784509", 1, 0, 11), + (11373, "784509", 1, 0, 11), + (11374, "784509", 1, 0, 11), + (11375, "784509", 1, 0, 11), + (11376, "784509", 1, 0, 11), + (11377, "784509", 1, 0, 11), + (11378, "784509", 1, 0, 11), + (11379, "784112", 1, 0, 11), + (11380, "784112", 1, 0, 11), + (11381, "784112", 1, 0, 11), + (11382, "784101", 1, 0, 11), + (11383, "784101", 1, 0, 11), + (11384, "784101", 1, 0, 11), + (11385, "784101", 1, 0, 11), + (11386, "784101", 1, 0, 11), + (11387, "784172", 1, 0, 11), + (11388, "784172", 1, 0, 11), + (11389, "784172", 1, 0, 11), + (11390, "784172", 1, 0, 11), + (11391, "784172", 1, 0, 11), + (11392, "784172", 1, 0, 11), + (11393, "784504", 1, 0, 11), + (11394, "784504", 1, 0, 11), + (11395, "784179", 1, 0, 11), + (11396, "784179", 1, 0, 11), + (11397, "784179", 1, 0, 11), + (11398, "784179", 1, 0, 11), + (11399, "784179", 1, 0, 11), + (11400, "784150", 1, 0, 11), + (11401, "784150", 1, 0, 11), + (11402, "784150", 1, 0, 11), + (11403, "784153", 1, 0, 11), + (11404, "784153", 1, 0, 11), + (11405, "784153", 1, 0, 11), + (11406, "784502", 1, 0, 11), + (11407, "784502", 1, 0, 11), + (11408, "784177", 1, 0, 11), + (11409, "784167", 1, 0, 11), + (11410, "784167", 1, 0, 11), + (11411, "784167", 1, 0, 11), + (11412, "784167", 1, 0, 11), + (11413, "784167", 1, 0, 11), + (11414, "784176", 1, 0, 11), + (11415, "784176", 1, 0, 11), + (11416, "784176", 1, 0, 11), + (11417, "784176", 1, 0, 11), + (11418, "784176", 1, 0, 11), + (11419, "784176", 1, 0, 11), + (11420, "784176", 1, 0, 11), + (11421, "784176", 1, 0, 11), + (11422, "784176", 1, 0, 11), + (11423, "784103", 1, 0, 11), + (11424, "784103", 1, 0, 11), + (11425, "786191", 1, 0, 11), + (11426, "786621", 1, 0, 11), + (11427, "786621", 1, 0, 11), + (11428, "786621", 1, 0, 11), + (11429, "786621", 1, 0, 11), + (11430, "786621", 1, 0, 11), + (11431, "786621", 1, 0, 11), + (11432, "786611", 1, 0, 11), + (11433, "786611", 1, 0, 11), + (11434, "786611", 1, 0, 11), + (11435, "786611", 1, 0, 11), + (11436, "786611", 1, 0, 11), + (11437, "786611", 1, 0, 11), + (11438, "786611", 1, 0, 11), + (11439, "786103", 1, 0, 11), + (11440, "786103", 1, 0, 11), + (11441, "786103", 1, 0, 11), + (11442, "786103", 1, 0, 11), + (11443, "786103", 1, 0, 11), + (11444, "786103", 1, 0, 11), + (11445, "786103", 1, 0, 11), + (11446, "786103", 1, 0, 11), + (11447, "784161", 1, 0, 11), + (11448, "787033", 1, 0, 11), + (11449, "787033", 1, 0, 11), + (11450, "787033", 1, 0, 11), + (11451, "787033", 1, 0, 11), + (11452, "787033", 1, 0, 11), + (11453, "787033", 1, 0, 11), + (11454, "787033", 1, 0, 11), + (11455, "784161", 1, 0, 11), + (11456, "784161", 1, 0, 11), + (11457, "784161", 1, 0, 11), + (11458, "784161", 1, 0, 11), + (11459, "784161", 1, 0, 11), + (11460, "784161", 1, 0, 11), + (11461, "784161", 1, 0, 11), + (11462, "784161", 1, 0, 11), + (11463, "787055", 1, 0, 11), + (11464, "787055", 1, 0, 11), + (11465, "787055", 1, 0, 11), + (11466, "786184", 1, 0, 11), + (11467, "786602", 1, 0, 11), + (11468, "785676", 1, 0, 11), + (11469, "787055", 1, 0, 11), + (11470, "787057", 1, 0, 11), + (11471, "787034", 1, 0, 11), + (11472, "784160", 1, 0, 11), + (11473, "787052", 1, 0, 11), + (11474, "787110", 1, 0, 11), + (11475, "787055", 1, 0, 11), + (11476, "787055", 1, 0, 11), + (11477, "787055", 1, 0, 11), + (11478, "787055", 1, 0, 11), + (11479, "787055", 1, 0, 11), + (11480, "787055", 1, 0, 11), + (11481, "787055", 1, 0, 11), + (11482, "787055", 1, 0, 11), + (11483, "786002", 1, 0, 11), + (11484, "786613", 1, 0, 11), + (11485, "786613", 1, 0, 11), + (11486, "786613", 1, 0, 11), + (11487, "786613", 1, 0, 11), + (11488, "786613", 1, 0, 11), + (11489, "786613", 1, 0, 11), + (11490, "786613", 1, 0, 11), + (11491, "786613", 1, 0, 11), + (11492, "786613", 1, 0, 11), + (11493, "786613", 1, 0, 11), + (11494, "786613", 1, 0, 11), + (11495, "786613", 1, 0, 11), + (11496, "786613", 1, 0, 11), + (11497, "786613", 1, 0, 11), + (11498, "786007", 1, 0, 11), + (11499, "786007", 1, 0, 11), + (11500, "786007", 1, 0, 11), + (11501, "786007", 1, 0, 11), + (11502, "786007", 1, 0, 11), + (11503, "786007", 1, 0, 11), + (11504, "786007", 1, 0, 11), + (11505, "786007", 1, 0, 11), + (11506, "786007", 1, 0, 11), + (11507, "786007", 1, 0, 11), + (11508, "786007", 1, 0, 11), + (11509, "786184", 1, 0, 11), + (11510, "786184", 1, 0, 11), + (11511, "786184", 1, 0, 11), + (11512, "786184", 1, 0, 11), + (11513, "786184", 1, 0, 11), + (11514, "786184", 1, 0, 11), + (11515, "786184", 1, 0, 11), + (11516, "786184", 1, 0, 11), + (11517, "786003", 1, 0, 11), + (11518, "786003", 1, 0, 11), + (11519, "786003", 1, 0, 11), + (11520, "786003", 1, 0, 11), + (11521, "786003", 1, 0, 11), + (11522, "786003", 1, 0, 11), + (11523, "786003", 1, 0, 11), + (11524, "786003", 1, 0, 11), + (11525, "786003", 1, 0, 11), + (11526, "786003", 1, 0, 11), + (11527, "786003", 1, 0, 11), + (11528, "786003", 1, 0, 11), + (11529, "786003", 1, 0, 11), + (11530, "786003", 1, 0, 11), + (11531, "786004", 1, 0, 11), + (11532, "786004", 1, 0, 11), + (11533, "786004", 1, 0, 11), + (11534, "786004", 1, 0, 11), + (11535, "786004", 1, 0, 11), + (11536, "786004", 1, 0, 11), + (11537, "786004", 1, 0, 11), + (11538, "786101", 1, 0, 11), + (11539, "786101", 1, 0, 11), + (11540, "786101", 1, 0, 11), + (11541, "786101", 1, 0, 11), + (11542, "786101", 1, 0, 11), + (11543, "786101", 1, 0, 11), + (11544, "786101", 1, 0, 11), + (11545, "786101", 1, 0, 11), + (11546, "786101", 1, 0, 11), + (11547, "786101", 1, 0, 11), + (11548, "786101", 1, 0, 11), + (11549, "786602", 1, 0, 11), + (11550, "786602", 1, 0, 11), + (11551, "786602", 1, 0, 11), + (11552, "786602", 1, 0, 11), + (11553, "786602", 1, 0, 11), + (11554, "786602", 1, 0, 11), + (11555, "786614", 1, 0, 11), + (11556, "786614", 1, 0, 11), + (11557, "786614", 1, 0, 11), + (11558, "786614", 1, 0, 11), + (11559, "786001", 1, 0, 11), + (11560, "786001", 1, 0, 11), + (11561, "785675", 1, 0, 11), + (11562, "785675", 1, 0, 11), + (11563, "785675", 1, 0, 11), + (11564, "785675", 1, 0, 11), + (11565, "785675", 1, 0, 11), + (11566, "785675", 1, 0, 11), + (11567, "785675", 1, 0, 11), + (11568, "785675", 1, 0, 11), + (11569, "785675", 1, 0, 11), + (11570, "785675", 1, 0, 11), + (11571, "785675", 1, 0, 11), + (11572, "785675", 1, 0, 11), + (11573, "785675", 1, 0, 11), + (11574, "785675", 1, 0, 11), + (11575, "785675", 1, 0, 11), + (11576, "785675", 1, 0, 11), + (11577, "785675", 1, 0, 11), + (11578, "785675", 1, 0, 11), + (11579, "785675", 1, 0, 11), + (11580, "785676", 1, 0, 11), + (11581, "785676", 1, 0, 11), + (11582, "785676", 1, 0, 11), + (11583, "785676", 1, 0, 11), + (11584, "785676", 1, 0, 11), + (11585, "785676", 1, 0, 11), + (11586, "785676", 1, 0, 11), + (11587, "785676", 1, 0, 11), + (11588, "785676", 1, 0, 11), + (11589, "785676", 1, 0, 11), + (11590, "785676", 1, 0, 11), + (11591, "785676", 1, 0, 11), + (11592, "785676", 1, 0, 11), + (11593, "785676", 1, 0, 11), + (11594, "785676", 1, 0, 11), + (11595, "785676", 1, 0, 11), + (11596, "786010", 1, 0, 11), + (11597, "786010", 1, 0, 11), + (11598, "786010", 1, 0, 11), + (11599, "786010", 1, 0, 11), + (11600, "786010", 1, 0, 11), + (11601, "786010", 1, 0, 11), + (11602, "786010", 1, 0, 11), + (11603, "786010", 1, 0, 11), + (11604, "786010", 1, 0, 11), + (11605, "786010", 1, 0, 11), + (11606, "786012", 1, 0, 11), + (11607, "786012", 1, 0, 11), + (11608, "786008", 1, 0, 11), + (11609, "786008", 1, 0, 11), + (11610, "786008", 1, 0, 11), + (11611, "786008", 1, 0, 11), + (11612, "786610", 1, 0, 11), + (11613, "786610", 1, 0, 11), + (11614, "786610", 1, 0, 11), + (11615, "786610", 1, 0, 11), + (11616, "786610", 1, 0, 11), + (11617, "786610", 1, 0, 11), + (11618, "786610", 1, 0, 11), + (11619, "786610", 1, 0, 11), + (11620, "786610", 1, 0, 11), + (11621, "786610", 1, 0, 11), + (11622, "786610", 1, 0, 11), + (11623, "786610", 1, 0, 11), + (11624, "786610", 1, 0, 11), + (11625, "786610", 1, 0, 11), + (11626, "786610", 1, 0, 11), + (11627, "786610", 1, 0, 11), + (11628, "786610", 1, 0, 11), + (11629, "786191", 1, 0, 11), + (11630, "786191", 1, 0, 11), + (11631, "786191", 1, 0, 11), + (11632, "786191", 1, 0, 11), + (11633, "787055", 1, 0, 11), + (11634, "787055", 1, 0, 11), + (11635, "787055", 1, 0, 11), + (11636, "787055", 1, 0, 11), + (11637, "787055", 1, 0, 11), + (11638, "787055", 1, 0, 11), + (11639, "787055", 1, 0, 11), + (11640, "787055", 1, 0, 11), + (11641, "787055", 1, 0, 11), + (11642, "787055", 1, 0, 11), + (11643, "784165", 1, 0, 11), + (11644, "784165", 1, 0, 11), + (11645, "784165", 1, 0, 11), + (11646, "784165", 1, 0, 11), + (11647, "784165", 1, 0, 11), + (11648, "784165", 1, 0, 11), + (11649, "784165", 1, 0, 11), + (11650, "784165", 1, 0, 11), + (11651, "784165", 1, 0, 11), + (11652, "784165", 1, 0, 11), + (11653, "784165", 1, 0, 11), + (11654, "786612", 1, 0, 11), + (11655, "786612", 1, 0, 11), + (11656, "786612", 1, 0, 11), + (11657, "786612", 1, 0, 11), + (11658, "786612", 1, 0, 11), + (11659, "786612", 1, 0, 11), + (11660, "786612", 1, 0, 11), + (11661, "786612", 1, 0, 11), + (11662, "787057", 1, 0, 11), + (11663, "787057", 1, 0, 11), + (11664, "787057", 1, 0, 11), + (11665, "787057", 1, 0, 11), + (11666, "787057", 1, 0, 11), + (11667, "787057", 1, 0, 11), + (11668, "787057", 1, 0, 11), + (11669, "787026", 1, 0, 11), + (11670, "787057", 1, 0, 11), + (11671, "787057", 1, 0, 11), + (11672, "787057", 1, 0, 11), + (11673, "787026", 1, 0, 11), + (11674, "787057", 1, 0, 11), + (11675, "787057", 1, 0, 11), + (11676, "787026", 1, 0, 11), + (11677, "787057", 1, 0, 11), + (11678, "787057", 1, 0, 11), + (11679, "787057", 1, 0, 11), + (11680, "787057", 1, 0, 11), + (11681, "787026", 1, 0, 11), + (11682, "787057", 1, 0, 11), + (11683, "787057", 1, 0, 11), + (11684, "787057", 1, 0, 11), + (11685, "787026", 1, 0, 11), + (11686, "787026", 1, 0, 11), + (11687, "787057", 1, 0, 11), + (11688, "784164", 1, 0, 11), + (11689, "784164", 1, 0, 11), + (11690, "784164", 1, 0, 11), + (11691, "784164", 1, 0, 11), + (11692, "784164", 1, 0, 11), + (11693, "784164", 1, 0, 11), + (11694, "784164", 1, 0, 11), + (11695, "784164", 1, 0, 11), + (11696, "784164", 1, 0, 11), + (11697, "784164", 1, 0, 11), + (11698, "787035", 1, 0, 11), + (11699, "787035", 1, 0, 11), + (11700, "787053", 1, 0, 11), + (11701, "787053", 1, 0, 11), + (11702, "787053", 1, 0, 11), + (11703, "787053", 1, 0, 11), + (11704, "787053", 1, 0, 11), + (11705, "787053", 1, 0, 11), + (11706, "787053", 1, 0, 11), + (11707, "787053", 1, 0, 11), + (11708, "787053", 1, 0, 11), + (11709, "787053", 1, 0, 11), + (11710, "787053", 1, 0, 11), + (11711, "787053", 1, 0, 11), + (11712, "787034", 1, 0, 11), + (11713, "787034", 1, 0, 11), + (11714, "787034", 1, 0, 11), + (11715, "787034", 1, 0, 11), + (11716, "787054", 1, 0, 11), + (11717, "787054", 1, 0, 11), + (11718, "787054", 1, 0, 11), + (11719, "787054", 1, 0, 11), + (11720, "787054", 1, 0, 11), + (11721, "787054", 1, 0, 11), + (11722, "787054", 1, 0, 11), + (11723, "787054", 1, 0, 11), + (11724, "787054", 1, 0, 11), + (11725, "787060", 1, 0, 11), + (11726, "787060", 1, 0, 11), + (11727, "787060", 1, 0, 11), + (11728, "787060", 1, 0, 11), + (11729, "787060", 1, 0, 11), + (11730, "787060", 1, 0, 11), + (11731, "787060", 1, 0, 11), + (11732, "787031", 1, 0, 11), + (11733, "787031", 1, 0, 11), + (11734, "787031", 1, 0, 11), + (11735, "787031", 1, 0, 11), + (11736, "787023", 1, 0, 11), + (11737, "787031", 1, 0, 11), + (11738, "787031", 1, 0, 11), + (11739, "787023", 1, 0, 11), + (11740, "787031", 1, 0, 11), + (11741, "787031", 1, 0, 11), + (11742, "787023", 1, 0, 11), + (11743, "787023", 1, 0, 11), + (11744, "787031", 1, 0, 11), + (11745, "787031", 1, 0, 11), + (11746, "787023", 1, 0, 11), + (11747, "787031", 1, 0, 11), + (11748, "787031", 1, 0, 11), + (11749, "787031", 1, 0, 11), + (11750, "787031", 1, 0, 11), + (11751, "787023", 1, 0, 11), + (11752, "787031", 1, 0, 11), + (11753, "787023", 1, 0, 11), + (11754, "784160", 1, 0, 11), + (11755, "784160", 1, 0, 11), + (11756, "784160", 1, 0, 11), + (11757, "784160", 1, 0, 11), + (11758, "784160", 1, 0, 11), + (11759, "784160", 1, 0, 11), + (11760, "784160", 1, 0, 11), + (11761, "787051", 1, 0, 11), + (11762, "787051", 1, 0, 11), + (11763, "787051", 1, 0, 11), + (11764, "787051", 1, 0, 11), + (11765, "787051", 1, 0, 11), + (11766, "787058", 1, 0, 11), + (11767, "787058", 1, 0, 11), + (11768, "787058", 1, 0, 11), + (11769, "787058", 1, 0, 11), + (11770, "787058", 1, 0, 11), + (11771, "787058", 1, 0, 11), + (11772, "787058", 1, 0, 11), + (11773, "787058", 1, 0, 11), + (11774, "787058", 1, 0, 11), + (11775, "787058", 1, 0, 11), + (11776, "787058", 1, 0, 11), + (11777, "787058", 1, 0, 11), + (11778, "787058", 1, 0, 11), + (11779, "787058", 1, 0, 11), + (11780, "787032", 1, 0, 11), + (11781, "787032", 1, 0, 11), + (11782, "787032", 1, 0, 11), + (11783, "787032", 1, 0, 11), + (11784, "787032", 1, 0, 11), + (11785, "787032", 1, 0, 11), + (11786, "787032", 1, 0, 11), + (11787, "787032", 1, 0, 11), + (11788, "787032", 1, 0, 11), + (11789, "787032", 1, 0, 11), + (11790, "787032", 1, 0, 11), + (11791, "787032", 1, 0, 11), + (11792, "787032", 1, 0, 11), + (11793, "787032", 1, 0, 11), + (11794, "787032", 1, 0, 11), + (11795, "787032", 1, 0, 11), + (11796, "787032", 1, 0, 11), + (11797, "787052", 1, 0, 11), + (11798, "787052", 1, 0, 11), + (11799, "787052", 1, 0, 11), + (11800, "787052", 1, 0, 11), + (11801, "787052", 1, 0, 11), + (11802, "787052", 1, 0, 11), + (11803, "787052", 1, 0, 11), + (11804, "787052", 1, 0, 11), + (11805, "787052", 1, 0, 11), + (11806, "787052", 1, 0, 11), + (11807, "787052", 1, 0, 11), + (11808, "787052", 1, 0, 11), + (11809, "787052", 1, 0, 11), + (11810, "784163", 1, 0, 11), + (11811, "784163", 1, 0, 11), + (11812, "787056", 1, 0, 11), + (11813, "787056", 1, 0, 11), + (11814, "787056", 1, 0, 11), + (11815, "787059", 1, 0, 11), + (11816, "787059", 1, 0, 11), + (11817, "787059", 1, 0, 11), + (11818, "787059", 1, 0, 11), + (11819, "787059", 1, 0, 11), + (11820, "787059", 1, 0, 11), + (11821, "787059", 1, 0, 11), + (11822, "787059", 1, 0, 11), + (11823, "787061", 1, 0, 11), + (11824, "787061", 1, 0, 11), + (11825, "787061", 1, 0, 11), + (11826, "787061", 1, 0, 11), + (11827, "787110", 1, 0, 11), + (11828, "787110", 1, 0, 11), + (11829, "787110", 1, 0, 11), + (11830, "787110", 1, 0, 11), + (11831, "787110", 1, 0, 11), + (11832, "787110", 1, 0, 11), + (11833, "787110", 1, 0, 11), + (11834, "787110", 1, 0, 11), + (11835, "787110", 1, 0, 11), + (11836, "787110", 1, 0, 11), + (11837, "787059", 1, 0, 11), + (11838, "787110", 1, 0, 11), + (11839, "787110", 1, 0, 11), + (11840, "787110", 1, 0, 11), + (11841, "787110", 1, 0, 11), + (11842, "783384", 1, 0, 11), + (11843, "783323", 1, 0, 11), + (11844, "783335", 1, 0, 11), + (11845, "783380", 1, 0, 11), + (11846, "783393", 1, 0, 11), + (11847, "783132", 1, 0, 11), + (11848, "783334", 1, 0, 11), + (11849, "783376", 1, 0, 11), + (11850, "783330", 1, 0, 11), + (11851, "783129", 1, 0, 11), + (11852, "783125", 1, 0, 11), + (11853, "783127", 1, 0, 11), + (11854, "783350", 1, 0, 11), + (11855, "783350", 1, 0, 11), + (11856, "783350", 1, 0, 11), + (11857, "783350", 1, 0, 11), + (11858, "783350", 1, 0, 11), + (11859, "783350", 1, 0, 11), + (11860, "783375", 1, 0, 11), + (11861, "783375", 1, 0, 11), + (11862, "783375", 1, 0, 11), + (11863, "783375", 1, 0, 11), + (11864, "783354", 1, 0, 11), + (11865, "783354", 1, 0, 11), + (11866, "783369", 1, 0, 11), + (11867, "783369", 1, 0, 11), + (11868, "783361", 1, 0, 11), + (11869, "783361", 1, 0, 11), + (11870, "783127", 1, 0, 11), + (11871, "783127", 1, 0, 11), + (11872, "783128", 1, 0, 11), + (11873, "783128", 1, 0, 11), + (11874, "783128", 1, 0, 11), + (11875, "783128", 1, 0, 11), + (11876, "783128", 1, 0, 11), + (11877, "783370", 1, 0, 11), + (11878, "783370", 1, 0, 11), + (11879, "783370", 1, 0, 11), + (11880, "783370", 1, 0, 11), + (11881, "783370", 1, 0, 11), + (11882, "783370", 1, 0, 11), + (11883, "783360", 1, 0, 11), + (11884, "783360", 1, 0, 11), + (11885, "783360", 1, 0, 11), + (11886, "783360", 1, 0, 11), + (11887, "783360", 1, 0, 11), + (11888, "783360", 1, 0, 11), + (11889, "783360", 1, 0, 11), + (11890, "783360", 1, 0, 11), + (11891, "783360", 1, 0, 11), + (11892, "783360", 1, 0, 11), + (11893, "783360", 1, 0, 11), + (11894, "783360", 1, 0, 11), + (11895, "783360", 1, 0, 11), + (11896, "783360", 1, 0, 11), + (11897, "783361", 1, 0, 11), + (11898, "783361", 1, 0, 11), + (11899, "783337", 1, 0, 11), + (11900, "783337", 1, 0, 11), + (11901, "783337", 1, 0, 11), + (11902, "783337", 1, 0, 11), + (11903, "783337", 1, 0, 11), + (11904, "783337", 1, 0, 11), + (11905, "783337", 1, 0, 11), + (11906, "783337", 1, 0, 11), + (11907, "783337", 1, 0, 11), + (11908, "783337", 1, 0, 11), + (11909, "783337", 1, 0, 11), + (11910, "783346", 1, 0, 11), + (11911, "783346", 1, 0, 11), + (11912, "783346", 1, 0, 11), + (11913, "783346", 1, 0, 11), + (11914, "783346", 1, 0, 11), + (11915, "783346", 1, 0, 11), + (11916, "783346", 1, 0, 11), + (11917, "783346", 1, 0, 11), + (11918, "783346", 1, 0, 11), + (11919, "783346", 1, 0, 11), + (11920, "783373", 1, 0, 11), + (11921, "783373", 1, 0, 11), + (11922, "783373", 1, 0, 11), + (11923, "783373", 1, 0, 11), + (11924, "783373", 1, 0, 11), + (11925, "783373", 1, 0, 11), + (11926, "783332", 1, 0, 11), + (11927, "783332", 1, 0, 11), + (11928, "783332", 1, 0, 11), + (11929, "783332", 1, 0, 11), + (11930, "783332", 1, 0, 11), + (11931, "783332", 1, 0, 11), + (11932, "783349", 1, 0, 11), + (11933, "783349", 1, 0, 11), + (11934, "783349", 1, 0, 11), + (11935, "783349", 1, 0, 11), + (11936, "783349", 1, 0, 11), + (11937, "783349", 1, 0, 11), + (11938, "783394", 1, 0, 11), + (11939, "783394", 1, 0, 11), + (11940, "783394", 1, 0, 11), + (11941, "783394", 1, 0, 11), + (11942, "783324", 1, 0, 11), + (11943, "783324", 1, 0, 11), + (11944, "783325", 1, 0, 11), + (11945, "783324", 1, 0, 11), + (11946, "783384", 1, 0, 11), + (11947, "783384", 1, 0, 11), + (11948, "783384", 1, 0, 11), + (11949, "783384", 1, 0, 11), + (11950, "783384", 1, 0, 11), + (11951, "783384", 1, 0, 11), + (11952, "783384", 1, 0, 11), + (11953, "783384", 1, 0, 11), + (11954, "783384", 1, 0, 11), + (11955, "783384", 1, 0, 11), + (11956, "783384", 1, 0, 11), + (11957, "783384", 1, 0, 11), + (11958, "783323", 1, 0, 11), + (11959, "783388", 1, 0, 11), + (11960, "783388", 1, 0, 11), + (11961, "783388", 1, 0, 11), + (11962, "783388", 1, 0, 11), + (11963, "783390", 1, 0, 11), + (11964, "783390", 1, 0, 11), + (11965, "783390", 1, 0, 11), + (11966, "783390", 1, 0, 11), + (11967, "783390", 1, 0, 11), + (11968, "783390", 1, 0, 11), + (11969, "783348", 1, 0, 11), + (11970, "783348", 1, 0, 11), + (11971, "783348", 1, 0, 11), + (11972, "783348", 1, 0, 11), + (11973, "783348", 1, 0, 11), + (11974, "783348", 1, 0, 11), + (11975, "783348", 1, 0, 11), + (11976, "783348", 1, 0, 11), + (11977, "783348", 1, 0, 11), + (11978, "783348", 1, 0, 11), + (11979, "783348", 1, 0, 11), + (11980, "783335", 1, 0, 11), + (11981, "783335", 1, 0, 11), + (11982, "783335", 1, 0, 11), + (11983, "783335", 1, 0, 11), + (11984, "783335", 1, 0, 11), + (11985, "783335", 1, 0, 11), + (11986, "783335", 1, 0, 11), + (11987, "783384", 1, 0, 11), + (11988, "783384", 1, 0, 11), + (11989, "783384", 1, 0, 11), + (11990, "783384", 1, 0, 11), + (11991, "783384", 1, 0, 11), + (11992, "783384", 1, 0, 11), + (11993, "783120", 1, 0, 11), + (11994, "783120", 1, 0, 11), + (11995, "783120", 1, 0, 11), + (11996, "783120", 1, 0, 11), + (11997, "783120", 1, 0, 11), + (11998, "783120", 1, 0, 11), + (11999, "783120", 1, 0, 11), + (12000, "783120", 1, 0, 11), + (12001, "783120", 1, 0, 11), + (12002, "783120", 1, 0, 11), + (12003, "783120", 1, 0, 11), + (12004, "783120", 1, 0, 11), + (12005, "783339", 1, 0, 11), + (12006, "783339", 1, 0, 11), + (12007, "783339", 1, 0, 11), + (12008, "783339", 1, 0, 11), + (12009, "783339", 1, 0, 11), + (12010, "783339", 1, 0, 11), + (12011, "783339", 1, 0, 11), + (12012, "783339", 1, 0, 11), + (12013, "783339", 1, 0, 11), + (12014, "783323", 1, 0, 11), + (12015, "783335", 1, 0, 11), + (12016, "783335", 1, 0, 11), + (12017, "783335", 1, 0, 11), + (12018, "783335", 1, 0, 11), + (12019, "783335", 1, 0, 11), + (12020, "783335", 1, 0, 11), + (12021, "783325", 1, 0, 11), + (12022, "783325", 1, 0, 11), + (12023, "783324", 1, 0, 11), + (12024, "783324", 1, 0, 11), + (12025, "783390", 1, 0, 11), + (12026, "783390", 1, 0, 11), + (12027, "783390", 1, 0, 11), + (12028, "783390", 1, 0, 11), + (12029, "783390", 1, 0, 11), + (12030, "783390", 1, 0, 11), + (12031, "783390", 1, 0, 11), + (12032, "783390", 1, 0, 11), + (12033, "783390", 1, 0, 11), + (12034, "783390", 1, 0, 11), + (12035, "783390", 1, 0, 11), + (12036, "783390", 1, 0, 11), + (12037, "783348", 1, 0, 11), + (12038, "783348", 1, 0, 11), + (12039, "783348", 1, 0, 11), + (12040, "783348", 1, 0, 11), + (12041, "783348", 1, 0, 11), + (12042, "783348", 1, 0, 11), + (12043, "783348", 1, 0, 11), + (12044, "783380", 1, 0, 11), + (12045, "783380", 1, 0, 11), + (12046, "783380", 1, 0, 11), + (12047, "783380", 1, 0, 11), + (12048, "783380", 1, 0, 11), + (12049, "783380", 1, 0, 11), + (12050, "783380", 1, 0, 11), + (12051, "783380", 1, 0, 11), + (12052, "783380", 1, 0, 11), + (12053, "783380", 1, 0, 11), + (12054, "783122", 1, 0, 11), + (12055, "783385", 1, 0, 11), + (12056, "783134", 1, 0, 11), + (12057, "783134", 1, 0, 11), + (12058, "783134", 1, 0, 11), + (12059, "783393", 1, 0, 11), + (12060, "783393", 1, 0, 11), + (12061, "783393", 1, 0, 11), + (12062, "783393", 1, 0, 11), + (12063, "783393", 1, 0, 11), + (12064, "783393", 1, 0, 11), + (12065, "783393", 1, 0, 11), + (12066, "783393", 1, 0, 11), + (12067, "783393", 1, 0, 11), + (12068, "783393", 1, 0, 11), + (12069, "783393", 1, 0, 11), + (12070, "783393", 1, 0, 11), + (12071, "783393", 1, 0, 11), + (12072, "783123", 1, 0, 11), + (12073, "783123", 1, 0, 11), + (12074, "783123", 1, 0, 11), + (12075, "783123", 1, 0, 11), + (12076, "783123", 1, 0, 11), + (12077, "783123", 1, 0, 11), + (12078, "783123", 1, 0, 11), + (12079, "783124", 1, 0, 11), + (12080, "783124", 1, 0, 11), + (12081, "783124", 1, 0, 11), + (12082, "783124", 1, 0, 11), + (12083, "783124", 1, 0, 11), + (12084, "783135", 1, 0, 11), + (12085, "783135", 1, 0, 11), + (12086, "783135", 1, 0, 11), + (12087, "783331", 1, 0, 11), + (12088, "783331", 1, 0, 11), + (12089, "783331", 1, 0, 11), + (12090, "783331", 1, 0, 11), + (12091, "783331", 1, 0, 11), + (12092, "783331", 1, 0, 11), + (12093, "783331", 1, 0, 11), + (12094, "783331", 1, 0, 11), + (12095, "783331", 1, 0, 11), + (12096, "783331", 1, 0, 11), + (12097, "783132", 1, 0, 11), + (12098, "783132", 1, 0, 11), + (12099, "783132", 1, 0, 11), + (12100, "783101", 1, 0, 11), + (12101, "783101", 1, 0, 11), + (12102, "783101", 1, 0, 11), + (12103, "783101", 1, 0, 11), + (12104, "783101", 1, 0, 11), + (12105, "783101", 1, 0, 11), + (12106, "782490", 1, 0, 11), + (12107, "783134", 1, 0, 11), + (12108, "788815", 1, 0, 11), + (12109, "783101", 1, 0, 11), + (12110, "783134", 1, 0, 11), + (12111, "783123", 1, 0, 11), + (12112, "788734", 1, 0, 11), + (12113, "788166", 1, 0, 11), + (12114, "784160", 1, 0, 11), + (12115, "781135", 1, 0, 11), + (12116, "781023", 1, 0, 11), + (12117, "781150", 1, 0, 11), + (12118, "781024", 1, 0, 11), + (12119, "781364", 1, 0, 11), + (12120, "781312", 1, 0, 11), + (12121, "784513", 1, 0, 11), + (12122, "786170", 1, 0, 11), + (12123, "784521", 1, 0, 11), + (12124, "784521", 1, 0, 11), + (12125, "788107", 1, 0, 11), + (12126, "788815", 1, 0, 11), + (12127, "788830", 1, 0, 11), + (12128, "788830", 1, 0, 11), + (12129, "788166", 1, 0, 11), + (12130, "788819", 1, 0, 11), + (12131, "788728", 1, 0, 11), + (12132, "788806", 1, 0, 11), + (12133, "788723", 1, 0, 11), + (12134, "788030", 1, 0, 11), + (12135, "781374", 1, 0, 11), + (12136, "781374", 1, 0, 11), + (12137, "786159", 1, 0, 11), + (12138, "788005", 1, 0, 11), + (12139, "788005", 1, 0, 11), + (12140, "788005", 1, 0, 11), + (12141, "788005", 1, 0, 11), + (12142, "788005", 1, 0, 11), + (12143, "788005", 1, 0, 11), + (12144, "788155", 1, 0, 11), + (12145, "782439", 1, 0, 11), + (12146, "782435", 1, 0, 11), + (12147, "787058", 1, 0, 11), + (12148, "785690", 1, 0, 11), + (12149, "785703", 1, 0, 11), + (12150, "785601", 1, 0, 11), + (12151, "784112", 1, 0, 11), + (12152, "784101", 1, 0, 11), + (12153, "784172", 1, 0, 11), + (12154, "784504", 1, 0, 11), + (12155, "784179", 1, 0, 11), + (12156, "784166", 1, 0, 11), + (12157, "784150", 1, 0, 11), + (12158, "784153", 1, 0, 11), + (12159, "784502", 1, 0, 11), + (12160, "784177", 1, 0, 11), + (12161, "784167", 1, 0, 11), + (12162, "784103", 1, 0, 11), + (12163, "784111", 1, 0, 11), + (12164, "784501", 1, 0, 11), + (12165, "784110", 1, 0, 11), + (12166, "784105", 1, 0, 11), + (12167, "784184", 1, 0, 11), + (12168, "784168", 1, 0, 11), + (12169, "784170", 1, 0, 11), + (12170, "784001", 1, 0, 11), + (12171, "784169", 1, 0, 11), + (12172, "784180", 1, 0, 11), + (12173, "784001", 1, 0, 11), + (12174, "784178", 1, 0, 11), + (12175, "784027", 1, 0, 11), + (12176, "784189", 1, 0, 11), + (12177, "784154", 1, 0, 11), + (12178, "784026", 1, 0, 11), + (12179, "784102", 1, 0, 11), + (12180, "784001", 1, 0, 11), + (12181, "784173", 1, 0, 11), + (12182, "784506", 1, 0, 11), + (12183, "784182", 1, 0, 11), + (12184, "784028", 1, 0, 11), + (12185, "784174", 1, 0, 11), + (12186, "784025", 1, 0, 11), + (12187, "784505", 1, 0, 11), + (12188, "784104", 1, 0, 11), + (12189, "784117", 1, 0, 11), + (12190, "784001", 1, 0, 11), + (12191, "784175", 1, 0, 11), + (12192, "784171", 1, 0, 11), + (12193, "784001", 1, 0, 11), + (12194, "784149", 1, 0, 11), + (12195, "784527", 1, 0, 11), + (12196, "784513", 1, 0, 11), + (12197, "784190", 1, 0, 11), + (12198, "784116", 1, 0, 11), + (12199, "784147", 1, 0, 11), + (12200, "784146", 1, 0, 11), + (12201, "784526", 1, 0, 11), + (12202, "784148", 1, 0, 11), + (12203, "784510", 1, 0, 11), + (12204, "784524", 1, 0, 11), + (12205, "784525", 1, 0, 11), + (12206, "784115", 1, 0, 11), + (12207, "784522", 1, 0, 11), + (12208, "784113", 1, 0, 11), + (12209, "784514", 1, 0, 11), + (12210, "784507", 1, 0, 11), + (12211, "784114", 1, 0, 11), + (12212, "784523", 1, 0, 11), + (12213, "784144", 1, 0, 11), + (12214, "784528", 1, 0, 11), + (12215, "784508", 1, 0, 11), + (12216, "784145", 1, 0, 11), + (12217, "784521", 1, 0, 11), + (12218, "784509", 1, 0, 11), + (12219, "787061", 1, 0, 11), + (12220, "787110", 1, 0, 11), + (12221, "786002", 1, 0, 11), + (12222, "786692", 1, 0, 11), + (12223, "786613", 1, 0, 11), + (12224, "786007", 1, 0, 11), + (12225, "786184", 1, 0, 11), + (12226, "786102", 1, 0, 11), + (12227, "786003", 1, 0, 11), + (12228, "786004", 1, 0, 11), + (12229, "786101", 1, 0, 11), + (12230, "786602", 1, 0, 11), + (12231, "786001", 1, 0, 11), + (12232, "786005", 1, 0, 11), + (12233, "786614", 1, 0, 11), + (12234, "786001", 1, 0, 11), + (12235, "785675", 1, 0, 11), + (12236, "785676", 1, 0, 11), + (12237, "786010", 1, 0, 11), + (12238, "786012", 1, 0, 11), + (12239, "786008", 1, 0, 11), + (12240, "786610", 1, 0, 11), + (12241, "786191", 1, 0, 11), + (12242, "786621", 1, 0, 11), + (12243, "786001", 1, 0, 11), + (12244, "786623", 1, 0, 11), + (12245, "786611", 1, 0, 11), + (12246, "786001", 1, 0, 11), + (12247, "786622", 1, 0, 11), + (12248, "786103", 1, 0, 11), + (12249, "786612", 1, 0, 11), + (12250, "787033", 1, 0, 11), + (12251, "784161", 1, 0, 11), + (12252, "787055", 1, 0, 11), + (12253, "784165", 1, 0, 11), + (12254, "787057", 1, 0, 11), + (12255, "784164", 1, 0, 11), + (12256, "787035", 1, 0, 11), + (12257, "787053", 1, 0, 11), + (12258, "787034", 1, 0, 11), + (12259, "787054", 1, 0, 11), + (12260, "787060", 1, 0, 11), + (12261, "787031", 1, 0, 11), + (12262, "784160", 1, 0, 11), + (12263, "787051", 1, 0, 11), + (12264, "787058", 1, 0, 11), + (12265, "787032", 1, 0, 11), + (12266, "787052", 1, 0, 11), + (12267, "784163", 1, 0, 11), + (12268, "787056", 1, 0, 11), + (12269, "787059", 1, 0, 11), + (12270, "783369", 1, 0, 11), + (12271, "783370", 1, 0, 11), + (12272, "783337", 1, 0, 11), + (12273, "783346", 1, 0, 11), + (12274, "783373", 1, 0, 11), + (12275, "783361", 1, 0, 11), + (12276, "783332", 1, 0, 11), + (12277, "783350", 1, 0, 11), + (12278, "783375", 1, 0, 11), + (12279, "783123", 1, 0, 11), + (12280, "783124", 1, 0, 11), + (12281, "783330", 1, 0, 11), + (12282, "783135", 1, 0, 11), + (12283, "783331", 1, 0, 11), + (12284, "783101", 1, 0, 11), + (12285, "783334", 1, 0, 11), + (12286, "783132", 1, 0, 11), + (12287, "783382", 1, 0, 11), + (12288, "783126", 1, 0, 11), + (12289, "783129", 1, 0, 11), + (12290, "783392", 1, 0, 11), + (12291, "783131", 1, 0, 11), + (12292, "783125", 1, 0, 11), + (12293, "783381", 1, 0, 11), + (12294, "783380", 1, 0, 11), + (12295, "783391", 1, 0, 11), + (12296, "783133", 1, 0, 11), + (12297, "782120", 1, 0, 11), + (12298, "782120", 1, 0, 11), + (12299, "782120", 1, 0, 11), + (12300, "782120", 1, 0, 11), + (12301, "782120", 1, 0, 11), + (12302, "782120", 1, 0, 11), + (12303, "782120", 1, 0, 11), + (12304, "782135", 1, 0, 11), + (12305, "785602", 1, 0, 11), + (12306, "785602", 1, 0, 11), + (12307, "785614", 1, 0, 11), + (12308, "785680", 1, 0, 11), + (12309, "785669", 1, 0, 11), + (12310, "785669", 1, 0, 11), + (12311, "785705", 1, 0, 11), + (12312, "785705", 1, 0, 11), + (12313, "785705", 1, 0, 11), + (12314, "785705", 1, 0, 11), + (12315, "785705", 1, 0, 11), + (12316, "785705", 1, 0, 11), + (12317, "785705", 1, 0, 11), + (12318, "785616", 1, 0, 11), + (12319, "785616", 1, 0, 11), + (12320, "785006", 1, 0, 11), + (12321, "785107", 1, 0, 11), + (12322, "785633", 1, 0, 11), + (12323, "785701", 1, 0, 11), + (12324, "785697", 1, 0, 11), + (12325, "788156", 1, 0, 11), + (12326, "788156", 1, 0, 11), + (12327, "788156", 1, 0, 11), + (12328, "788156", 1, 0, 11), + (12329, "788734", 1, 0, 11), + (12330, "788734", 1, 0, 11), + (12331, "788734", 1, 0, 11), + (12332, "788734", 1, 0, 11), + (12333, "788734", 1, 0, 11), + (12334, "788734", 1, 0, 11), + (12335, "788734", 1, 0, 11), + (12336, "788117", 1, 0, 11), + (12337, "788117", 1, 0, 11), + (12338, "788117", 1, 0, 11), + (12339, "788117", 1, 0, 11), + (12340, "788117", 1, 0, 11), + (12341, "788117", 1, 0, 11), + (12342, "788117", 1, 0, 11), + (12343, "788736", 1, 0, 11), + (12344, "788736", 1, 0, 11), + (12345, "788736", 1, 0, 11), + (12346, "788736", 1, 0, 11), + (12347, "788736", 1, 0, 11), + (12348, "788736", 1, 0, 11), + (12349, "788736", 1, 0, 11), + (12350, "788160", 1, 0, 11), + (12351, "788113", 1, 0, 11), + (12352, "788113", 1, 0, 11), + (12353, "788113", 1, 0, 11), + (12354, "788113", 1, 0, 11), + (12355, "788113", 1, 0, 11), + (12356, "788113", 1, 0, 11), + (12357, "788113", 1, 0, 11), + (12358, "788113", 1, 0, 11), + (12359, "788162", 1, 0, 11), + (12360, "788162", 1, 0, 11), + (12361, "788162", 1, 0, 11), + (12362, "788162", 1, 0, 11), + (12363, "788162", 1, 0, 11), + (12364, "788150", 1, 0, 11), + (12365, "788150", 1, 0, 11), + (12366, "788150", 1, 0, 11), + (12367, "788150", 1, 0, 11), + (12368, "788150", 1, 0, 11), + (12369, "788150", 1, 0, 11), + (12370, "788150", 1, 0, 11), + (12371, "788801", 1, 0, 11), + (12372, "788801", 1, 0, 11), + (12373, "788801", 1, 0, 11), + (12374, "788801", 1, 0, 11), + (12375, "788801", 1, 0, 11), + (12376, "788801", 1, 0, 11), + (12377, "788801", 1, 0, 11), + (12378, "788161", 1, 0, 11), + (12379, "788161", 1, 0, 11), + (12380, "788161", 1, 0, 11), + (12381, "788161", 1, 0, 11), + (12382, "788161", 1, 0, 11), + (12383, "788161", 1, 0, 11), + (12384, "788161", 1, 0, 11), + (12385, "788161", 1, 0, 11), + (12386, "788161", 1, 0, 11), + (12387, "788161", 1, 0, 11), + (12388, "788161", 1, 0, 11), + (12389, "788152", 1, 0, 11), + (12390, "788152", 1, 0, 11), + (12391, "788152", 1, 0, 11), + (12392, "788152", 1, 0, 11), + (12393, "788152", 1, 0, 11), + (12394, "788152", 1, 0, 11), + (12395, "788152", 1, 0, 11), + (12396, "788152", 1, 0, 11), + (12397, "788152", 1, 0, 11), + (12398, "788152", 1, 0, 11), + (12399, "788152", 1, 0, 11), + (12400, "788152", 1, 0, 11), + (12401, "788152", 1, 0, 11), + (12402, "788152", 1, 0, 11), + (12403, "788152", 1, 0, 11), + (12404, "788163", 1, 0, 11), + (12405, "788163", 1, 0, 11), + (12406, "788163", 1, 0, 11), + (12407, "788163", 1, 0, 11), + (12408, "788163", 1, 0, 11), + (12409, "788163", 1, 0, 11), + (12410, "788163", 1, 0, 11), + (12411, "788163", 1, 0, 11), + (12412, "788163", 1, 0, 11), + (12413, "788163", 1, 0, 11), + (12414, "788165", 1, 0, 11), + (12415, "788165", 1, 0, 11), + (12416, "788165", 1, 0, 11), + (12417, "788165", 1, 0, 11), + (12418, "788164", 1, 0, 11), + (12419, "788164", 1, 0, 11), + (12420, "788164", 1, 0, 11), + (12421, "788164", 1, 0, 11), + (12422, "788164", 1, 0, 11), + (12423, "788164", 1, 0, 11), + (12424, "788164", 1, 0, 11), + (12425, "788164", 1, 0, 11), + (12426, "788166", 1, 0, 11), + (12427, "788164", 1, 0, 11), + (12428, "788737", 1, 0, 11), + (12429, "788737", 1, 0, 11), + (12430, "788737", 1, 0, 11), + (12431, "788737", 1, 0, 11), + (12432, "788737", 1, 0, 11), + (12433, "788802", 1, 0, 11), + (12434, "788802", 1, 0, 11), + (12435, "788166", 1, 0, 11), + (12436, "788166", 1, 0, 11), + (12437, "788166", 1, 0, 11), + (12438, "788166", 1, 0, 11), + (12439, "788166", 1, 0, 11), + (12440, "788166", 1, 0, 11), + (12441, "788166", 1, 0, 11), + (12442, "788735", 1, 0, 11), + (12443, "788735", 1, 0, 11), + (12444, "788735", 1, 0, 11), + (12445, "788155", 1, 0, 11), + (12446, "788155", 1, 0, 11), + (12447, "788155", 1, 0, 11), + (12448, "788155", 1, 0, 11), + (12449, "788155", 1, 0, 11), + (12450, "788155", 1, 0, 11), + (12451, "788155", 1, 0, 11), + (12452, "788155", 1, 0, 11), + (12453, "788155", 1, 0, 11), + (12454, "788155", 1, 0, 11), + (12455, "788155", 1, 0, 11), + (12456, "788155", 1, 0, 11), + (12457, "788155", 1, 0, 11), + (12458, "788155", 1, 0, 11), + (12459, "788155", 1, 0, 11), + (12460, "788168", 1, 0, 11), + (12461, "788168", 1, 0, 11), + (12462, "788168", 1, 0, 11), + (12463, "788168", 1, 0, 11), + (12464, "788723", 1, 0, 11), + (12465, "788723", 1, 0, 11), + (12466, "788723", 1, 0, 11), + (12467, "788723", 1, 0, 11), + (12468, "788733", 1, 0, 11), + (12469, "788733", 1, 0, 11), + (12470, "788817", 1, 0, 11), + (12471, "788817", 1, 0, 11), + (12472, "788817", 1, 0, 11), + (12473, "788817", 1, 0, 11), + (12474, "788817", 1, 0, 11), + (12475, "788817", 1, 0, 11), + (12476, "788817", 1, 0, 11), + (12477, "788817", 1, 0, 11), + (12478, "788817", 1, 0, 11), + (12479, "788701", 1, 0, 11), + (12480, "788701", 1, 0, 11), + (12481, "788701", 1, 0, 11), + (12482, "788701", 1, 0, 11), + (12483, "788701", 1, 0, 11), + (12484, "788701", 1, 0, 11), + (12485, "788725", 1, 0, 11), + (12486, "788725", 1, 0, 11), + (12487, "788725", 1, 0, 11), + (12488, "788725", 1, 0, 11), + (12489, "788725", 1, 0, 11), + (12490, "788725", 1, 0, 11), + (12491, "788726", 1, 0, 11), + (12492, "788726", 1, 0, 11), + (12493, "788726", 1, 0, 11), + (12494, "788726", 1, 0, 11), + (12495, "788728", 1, 0, 11), + (12496, "788728", 1, 0, 11), + (12497, "788728", 1, 0, 11), + (12498, "788816", 1, 0, 11), + (12499, "788816", 1, 0, 11), + (12500, "788815", 1, 0, 11), + (12501, "788815", 1, 0, 11), + (12502, "788815", 1, 0, 11), + (12503, "788815", 1, 0, 11), + (12504, "788815", 1, 0, 11), + (12505, "788815", 1, 0, 11), + (12506, "788815", 1, 0, 11), + (12507, "788815", 1, 0, 11), + (12508, "788815", 1, 0, 11), + (12509, "788815", 1, 0, 11), + (12510, "788720", 1, 0, 11), + (12511, "788720", 1, 0, 11), + (12512, "788720", 1, 0, 11), + (12513, "788720", 1, 0, 11), + (12514, "788720", 1, 0, 11), + (12515, "788720", 1, 0, 11), + (12516, "788720", 1, 0, 11), + (12517, "788720", 1, 0, 11), + (12518, "788711", 1, 0, 11), + (12519, "788711", 1, 0, 11), + (12520, "788711", 1, 0, 11), + (12521, "788711", 1, 0, 11), + (12522, "788710", 1, 0, 11), + (12523, "788710", 1, 0, 11), + (12524, "788805", 1, 0, 11), + (12525, "788805", 1, 0, 11), + (12526, "788805", 1, 0, 11), + (12527, "788805", 1, 0, 11), + (12528, "788804", 1, 0, 11), + (12529, "788804", 1, 0, 11), + (12530, "788719", 1, 0, 11), + (12531, "788719", 1, 0, 11), + (12532, "788781", 1, 0, 11), + (12533, "788781", 1, 0, 11), + (12534, "788781", 1, 0, 11), + (12535, "788722", 1, 0, 11), + (12536, "788722", 1, 0, 11), + (12537, "788722", 1, 0, 11), + (12538, "788722", 1, 0, 11), + (12539, "788722", 1, 0, 11), + (12540, "788722", 1, 0, 11), + (12541, "788722", 1, 0, 11), + (12542, "788722", 1, 0, 11), + (12543, "788724", 1, 0, 11), + (12544, "788724", 1, 0, 11), + (12545, "788724", 1, 0, 11), + (12546, "788724", 1, 0, 11), + (12547, "788724", 1, 0, 11), + (12548, "788724", 1, 0, 11), + (12549, "788724", 1, 0, 11), + (12550, "788724", 1, 0, 11), + (12551, "788712", 1, 0, 11), + (12552, "788712", 1, 0, 11), + (12553, "788712", 1, 0, 11), + (12554, "788712", 1, 0, 11), + (12555, "788712", 1, 0, 11), + (12556, "788712", 1, 0, 11), + (12557, "788712", 1, 0, 11), + (12558, "788712", 1, 0, 11), + (12559, "788712", 1, 0, 11), + (12560, "788712", 1, 0, 11), + (12561, "788713", 1, 0, 11), + (12562, "788713", 1, 0, 11), + (12563, "788713", 1, 0, 11), + (12564, "788713", 1, 0, 11), + (12565, "788713", 1, 0, 11), + (12566, "788710", 1, 0, 11), + (12567, "788709", 1, 0, 11), + (12568, "788709", 1, 0, 11), + (12569, "788709", 1, 0, 11), + (12570, "788709", 1, 0, 11), + (12571, "788709", 1, 0, 11), + (12572, "788025", 1, 0, 11), + (12573, "788025", 1, 0, 11), + (12574, "788025", 1, 0, 11), + (12575, "788025", 1, 0, 11), + (12576, "788025", 1, 0, 11), + (12577, "788025", 1, 0, 11), + (12578, "788025", 1, 0, 11), + (12579, "788025", 1, 0, 11), + (12580, "788011", 1, 0, 11), + (12581, "788011", 1, 0, 11), + (12582, "788101", 1, 0, 11), + (12583, "788101", 1, 0, 11), + (12584, "788101", 1, 0, 11), + (12585, "788101", 1, 0, 11), + (12586, "788101", 1, 0, 11), + (12587, "788101", 1, 0, 11), + (12588, "788101", 1, 0, 11), + (12589, "788101", 1, 0, 11), + (12590, "788101", 1, 0, 11), + (12591, "788101", 1, 0, 11), + (12592, "788101", 1, 0, 11), + (12593, "788101", 1, 0, 11), + (12594, "788110", 1, 0, 11), + (12595, "788110", 1, 0, 11), + (12596, "788110", 1, 0, 11), + (12597, "788110", 1, 0, 11), + (12598, "788110", 1, 0, 11), + (12599, "788123", 1, 0, 11), + (12600, "788123", 1, 0, 11), + (12601, "788123", 1, 0, 11), + (12602, "788123", 1, 0, 11), + (12603, "788120", 1, 0, 11), + (12604, "788120", 1, 0, 11), + (12605, "788120", 1, 0, 11), + (12606, "788120", 1, 0, 11), + (12607, "788120", 1, 0, 11), + (12608, "788120", 1, 0, 11), + (12609, "788120", 1, 0, 11), + (12610, "788126", 1, 0, 11), + (12611, "788126", 1, 0, 11), + (12612, "788126", 1, 0, 11), + (12613, "788126", 1, 0, 11), + (12614, "788126", 1, 0, 11), + (12615, "788126", 1, 0, 11), + (12616, "788111", 1, 0, 11), + (12617, "788112", 1, 0, 11), + (12618, "788112", 1, 0, 11), + (12619, "788102", 1, 0, 11), + (12620, "788102", 1, 0, 11), + (12621, "788102", 1, 0, 11), + (12622, "788102", 1, 0, 11), + (12623, "788114", 1, 0, 11), + (12624, "788114", 1, 0, 11), + (12625, "788114", 1, 0, 11), + (12626, "788114", 1, 0, 11), + (12627, "788114", 1, 0, 11), + (12628, "788114", 1, 0, 11), + (12629, "788114", 1, 0, 11), + (12630, "788114", 1, 0, 11), + (12631, "788114", 1, 0, 11), + (12632, "788106", 1, 0, 11), + (12633, "788106", 1, 0, 11), + (12634, "788820", 1, 0, 11), + (12635, "788820", 1, 0, 11), + (12636, "788820", 1, 0, 11), + (12637, "788820", 1, 0, 11), + (12638, "788820", 1, 0, 11), + (12639, "788820", 1, 0, 11), + (12640, "788818", 1, 0, 11), + (12641, "788818", 1, 0, 11), + (12642, "788818", 1, 0, 11), + (12643, "788818", 1, 0, 11), + (12644, "788818", 1, 0, 11), + (12645, "788818", 1, 0, 11), + (12646, "788818", 1, 0, 11), + (12647, "788818", 1, 0, 11), + (12648, "788127", 1, 0, 11), + (12649, "788104", 1, 0, 11), + (12650, "788107", 1, 0, 11), + (12651, "788107", 1, 0, 11), + (12652, "788107", 1, 0, 11), + (12653, "788107", 1, 0, 11), + (12654, "788107", 1, 0, 11), + (12655, "788107", 1, 0, 11), + (12656, "788107", 1, 0, 11), + (12657, "788107", 1, 0, 11), + (12658, "788107", 1, 0, 11), + (12659, "788107", 1, 0, 11), + (12660, "788107", 1, 0, 11), + (12661, "788107", 1, 0, 11), + (12662, "788121", 1, 0, 11), + (12663, "788121", 1, 0, 11), + (12664, "788103", 1, 0, 11), + (12665, "788832", 1, 0, 11), + (12666, "788832", 1, 0, 11), + (12667, "788832", 1, 0, 11), + (12668, "788832", 1, 0, 11), + (12669, "788832", 1, 0, 11), + (12670, "788006", 1, 0, 11), + (12671, "788006", 1, 0, 11), + (12672, "788013", 1, 0, 11), + (12673, "788006", 1, 0, 11), + (12674, "788830", 1, 0, 11), + (12675, "788830", 1, 0, 11), + (12676, "788830", 1, 0, 11), + (12677, "788830", 1, 0, 11), + (12678, "788830", 1, 0, 11), + (12679, "788830", 1, 0, 11), + (12680, "788830", 1, 0, 11), + (12681, "788830", 1, 0, 11), + (12682, "788830", 1, 0, 11), + (12683, "788830", 1, 0, 11), + (12684, "788830", 1, 0, 11), + (12685, "788831", 1, 0, 11), + (12686, "788831", 1, 0, 11), + (12687, "788831", 1, 0, 11), + (12688, "788831", 1, 0, 11), + (12689, "788831", 1, 0, 11), + (12690, "788831", 1, 0, 11), + (12691, "788831", 1, 0, 11), + (12692, "788002", 1, 0, 11), + (12693, "788002", 1, 0, 11), + (12694, "788002", 1, 0, 11), + (12695, "788002", 1, 0, 11), + (12696, "788002", 1, 0, 11), + (12697, "788002", 1, 0, 11), + (12698, "788002", 1, 0, 11), + (12699, "788099", 1, 0, 11), + (12700, "788099", 1, 0, 11), + (12701, "788099", 1, 0, 11), + (12702, "788099", 1, 0, 11), + (12703, "788099", 1, 0, 11), + (12704, "788099", 1, 0, 11), + (12705, "788015", 1, 0, 11), + (12706, "788115", 1, 0, 11), + (12707, "788115", 1, 0, 11), + (12708, "788115", 1, 0, 11), + (12709, "788115", 1, 0, 11), + (12710, "788115", 1, 0, 11), + (12711, "788115", 1, 0, 11), + (12712, "788098", 1, 0, 11), + (12713, "788098", 1, 0, 11), + (12714, "788098", 1, 0, 11), + (12715, "788098", 1, 0, 11), + (12716, "788098", 1, 0, 11), + (12717, "788098", 1, 0, 11), + (12718, "788098", 1, 0, 11), + (12719, "788116", 1, 0, 11), + (12720, "788116", 1, 0, 11), + (12721, "788116", 1, 0, 11), + (12722, "788116", 1, 0, 11), + (12723, "788116", 1, 0, 11), + (12724, "788116", 1, 0, 11), + (12725, "788116", 1, 0, 11), + (12726, "788116", 1, 0, 11), + (12727, "788116", 1, 0, 11), + (12728, "788116", 1, 0, 11), + (12729, "788009", 1, 0, 11), + (12730, "788009", 1, 0, 11), + (12731, "788009", 1, 0, 11), + (12732, "788009", 1, 0, 11), + (12733, "788009", 1, 0, 11), + (12734, "788009", 1, 0, 11), + (12735, "788010", 1, 0, 11), + (12736, "788010", 1, 0, 11), + (12737, "788013", 1, 0, 11), + (12738, "788013", 1, 0, 11), + (12739, "788013", 1, 0, 11), + (12740, "788013", 1, 0, 11), + (12741, "788119", 1, 0, 11), + (12742, "788119", 1, 0, 11), + (12743, "788119", 1, 0, 11), + (12744, "788119", 1, 0, 11), + (12745, "788119", 1, 0, 11), + (12746, "788119", 1, 0, 11), + (12747, "788119", 1, 0, 11), + (12748, "788119", 1, 0, 11), + (12749, "788119", 1, 0, 11), + (12750, "788119", 1, 0, 11), + (12751, "788119", 1, 0, 11), + (12752, "788119", 1, 0, 11), + (12753, "788119", 1, 0, 11), + (12754, "788026", 1, 0, 11), + (12755, "788026", 1, 0, 11), + (12756, "788026", 1, 0, 11), + (12757, "788031", 1, 0, 11), + (12758, "788031", 1, 0, 11), + (12759, "788003", 1, 0, 11), + (12760, "788003", 1, 0, 11), + (12761, "788003", 1, 0, 11), + (12762, "788003", 1, 0, 11), + (12763, "788003", 1, 0, 11), + (12764, "788003", 1, 0, 11), + (12765, "788003", 1, 0, 11), + (12766, "788030", 1, 0, 11), + (12767, "788030", 1, 0, 11), + (12768, "788030", 1, 0, 11), + (12769, "788030", 1, 0, 11), + (12770, "788030", 1, 0, 11), + (12771, "788030", 1, 0, 11), + (12772, "788030", 1, 0, 11), + (12773, "788030", 1, 0, 11), + (12774, "788030", 1, 0, 11), + (12775, "788030", 1, 0, 11), + (12776, "788030", 1, 0, 11), + (12777, "788030", 1, 0, 11), + (12778, "788030", 1, 0, 11), + (12779, "788931", 1, 0, 11), + (12780, "788931", 1, 0, 11), + (12781, "788931", 1, 0, 11), + (12782, "788931", 1, 0, 11), + (12783, "788931", 1, 0, 11), + (12784, "788931", 1, 0, 11), + (12785, "788931", 1, 0, 11), + (12786, "788931", 1, 0, 11), + (12787, "788007", 1, 0, 11), + (12788, "788007", 1, 0, 11), + (12789, "788007", 1, 0, 11), + (12790, "788007", 1, 0, 11), + (12791, "788165", 1, 0, 11), + (12792, "788108", 1, 0, 11), + (12793, "788108", 1, 0, 11), + (12794, "788108", 1, 0, 11), + (12795, "788806", 1, 0, 11), + (12796, "788806", 1, 0, 11), + (12797, "788806", 1, 0, 11), + (12798, "788806", 1, 0, 11), + (12799, "788819", 1, 0, 11), + (12800, "788819", 1, 0, 11), + (12801, "788819", 1, 0, 11), + (12802, "788819", 1, 0, 11), + (12803, "788819", 1, 0, 11), + (12804, "788819", 1, 0, 11), + (12805, "788819", 1, 0, 11), + (12806, "788819", 1, 0, 11), + (12807, "788819", 1, 0, 11), + (12808, "788819", 1, 0, 11), + (12809, "788819", 1, 0, 11), + (12810, "788819", 1, 0, 11), + (12811, "788819", 1, 0, 11), + (12812, "788819", 1, 0, 11), + (12813, "788819", 1, 0, 11), + (12814, "781129", 1, 0, 11), + (12815, "781129", 1, 0, 11), + (12816, "781131", 1, 0, 11), + (12817, "781131", 1, 0, 11), + (12818, "781131", 1, 0, 11), + (12819, "781364", 1, 0, 11), + (12820, "781029", 1, 0, 11), + (12821, "783123", 1, 0, 11), + (12822, "783122", 1, 0, 11), + (12823, "783122", 1, 0, 11), + (12824, "783122", 1, 0, 11), + (12825, "783124", 1, 0, 11), + (12826, "783124", 1, 0, 11), + (12827, "782410", 1, 0, 11), + (12828, "787032", 1, 0, 11), + (12829, "787034", 1, 0, 11), + (12830, "787032", 1, 0, 11), + (12831, "786611", 1, 0, 11), + (12832, "784161", 1, 0, 11), + (12833, "781311", 1, 0, 11), + (12834, "788831", 1, 0, 11), + (12835, "788781", 1, 0, 11), + (12836, "788701", 1, 0, 11), + (12837, "788099", 1, 0, 11), + (12838, "788806", 1, 0, 11), + (12839, "788163", 1, 0, 11), + (12840, "784182", 1, 0, 11), + (12841, "784153", 1, 0, 11), + (12842, "784117", 1, 0, 11), + (12843, "784153", 1, 0, 11), + (12844, "784189", 1, 0, 11), + (12845, "784182", 1, 0, 11), + (12846, "782103", 1, 0, 11), + (12847, "782447", 1, 0, 11), + (12848, "782106", 1, 0, 11), + (12849, "785640", 1, 0, 11), + (12850, "785006", 1, 0, 11), + (12851, "785008", 1, 0, 11), + (12852, "785640", 1, 0, 11), + (12853, "783384", 1, 0, 11), + (12854, "783360", 1, 0, 11), + (12855, "783345", 1, 0, 11), + (12856, "783335", 1, 0, 11), + (12857, "783370", 1, 0, 11), + (12858, "781125", 1, 0, 11), + (12859, "781017", 1, 0, 11), + (12860, "783130", 1, 0, 11), + (12861, "783383", 1, 0, 11), + (12862, "783127", 1, 0, 11), + (12863, "783128", 1, 0, 11), + (12864, "783394", 1, 0, 11), + (12865, "783372", 1, 0, 11), + (12866, "783389", 1, 0, 11), + (12867, "783336", 1, 0, 11), + (12868, "783371", 1, 0, 11), + (12869, "783376", 1, 0, 11), + (12870, "783333", 1, 0, 11), + (12871, "783347", 1, 0, 11), + (12872, "783345", 1, 0, 11), + (12873, "783360", 1, 0, 11), + (12874, "783354", 1, 0, 11), + (12875, "783384", 1, 0, 11), + (12876, "783120", 1, 0, 11), + (12877, "783335", 1, 0, 11), + (12878, "783339", 1, 0, 11), + (12879, "783323", 1, 0, 11), + (12880, "783388", 1, 0, 11), + (12881, "783349", 1, 0, 11), + (12882, "783101", 1, 0, 11), + (12883, "783324", 1, 0, 11), + (12884, "783390", 1, 0, 11), + (12885, "783348", 1, 0, 11), + (12886, "783380", 1, 0, 11), + (12887, "783380", 1, 0, 11), + (12888, "783393", 1, 0, 11), + (12889, "783122", 1, 0, 11), + (12890, "783134", 1, 0, 11), + (12891, "783385", 1, 0, 11), + (12892, "783301", 1, 0, 11), + (12893, "781025", 1, 0, 11), + (12894, "781023", 1, 0, 11), + (12895, "781006", 1, 0, 11), + (12896, "781003", 1, 0, 11), + (12897, "781021", 1, 0, 11), + (12898, "781029", 1, 0, 11), + (12899, "781028", 1, 0, 11), + (12900, "781009", 1, 0, 11), + (12901, "781018", 1, 0, 11), + (12902, "781150", 1, 0, 11), + (12903, "782401", 1, 0, 11), + (12904, "781005", 1, 0, 11), + (12905, "781001", 1, 0, 11), + (12906, "781016", 1, 0, 11), + (12907, "781038", 1, 0, 11), + (12908, "781036", 1, 0, 11), + (12909, "781032", 1, 0, 11), + (12910, "781019", 1, 0, 11), + (12911, "781010", 1, 0, 11), + (12912, "781022", 1, 0, 11), + (12913, "781004", 1, 0, 11), + (12914, "782403", 1, 0, 11), + (12915, "781007", 1, 0, 11), + (12916, "781026", 1, 0, 11), + (12917, "781020", 1, 0, 11), + (12918, "781030", 1, 0, 11), + (12919, "781034", 1, 0, 11), + (12920, "781008", 1, 0, 11), + (12921, "781037", 1, 0, 11), + (12922, "781171", 1, 0, 11), + (12923, "781008", 1, 0, 11), + (12924, "781027", 1, 0, 11), + (12925, "781003", 1, 0, 11), + (12926, "782402", 1, 0, 11), + (12927, "781171", 1, 0, 11), + (12928, "781007", 1, 0, 11), + (12929, "781001", 1, 0, 11), + (12930, "781024", 1, 0, 11), + (12931, "781137", 1, 0, 11), + (12932, "781031", 1, 0, 11), + (12933, "781017", 1, 0, 11), + (12934, "781380", 1, 0, 11), + (12935, "781381", 1, 0, 11), + (12936, "781141", 1, 0, 11), + (12937, "781120", 1, 0, 11), + (12938, "781121", 1, 0, 11), + (12939, "781122", 1, 0, 11), + (12940, "781123", 1, 0, 11), + (12941, "781101", 1, 0, 11), + (12942, "781124", 1, 0, 11), + (12943, "781376", 1, 0, 11), + (12944, "781035", 1, 0, 11), + (12945, "781366", 1, 0, 11), + (12946, "781011", 1, 0, 11), + (12947, "781015", 1, 0, 11), + (12948, "781129", 1, 0, 11), + (12949, "781039", 1, 0, 11), + (12950, "781102", 1, 0, 11), + (12951, "781013", 1, 0, 11), + (12952, "781134", 1, 0, 11), + (12953, "781104", 1, 0, 11), + (12954, "781364", 1, 0, 11), + (12955, "781011", 1, 0, 11), + (12956, "781125", 1, 0, 11), + (12957, "781127", 1, 0, 11), + (12958, "781136", 1, 0, 11), + (12959, "781128", 1, 0, 11), + (12960, "781012", 1, 0, 11), + (12961, "781012", 1, 0, 11), + (12962, "781132", 1, 0, 11), + (12963, "781354", 1, 0, 11), + (12964, "781131", 1, 0, 11), + (12965, "781365", 1, 0, 11), + (12966, "781135", 1, 0, 11), + (12967, "781103", 1, 0, 11), + (12968, "781382", 1, 0, 11), + (12969, "782480", 1, 0, 11), + (12970, "782490", 1, 0, 11), + (12971, "782450", 1, 0, 11), + (12972, "782441", 1, 0, 11), + (12973, "782470", 1, 0, 11), + (12974, "782485", 1, 0, 11), + (12975, "782462", 1, 0, 11), + (12976, "782486", 1, 0, 11), + (12977, "782435", 1, 0, 11), + (12978, "782435", 1, 0, 11), + (12979, "782481", 1, 0, 11), + (12980, "782428", 1, 0, 11), + (12981, "782429", 1, 0, 11), + (12982, "782448", 1, 0, 11), + (12983, "782446", 1, 0, 11), + (12984, "782447", 1, 0, 11), + (12985, "782461", 1, 0, 11), + (12986, "782439", 1, 0, 11), + (12987, "782120", 1, 0, 11), + (12988, "782144", 1, 0, 11), + (12989, "782121", 1, 0, 11), + (12990, "782142", 1, 0, 11), + (12991, "782102", 1, 0, 11), + (12992, "782122", 1, 0, 11), + (12993, "782135", 1, 0, 11), + (12994, "782425", 1, 0, 11), + (12995, "782440", 1, 0, 11), + (12996, "782412", 1, 0, 11), + (12997, "782123", 1, 0, 11), + (12998, "782002", 1, 0, 11), + (12999, "782003", 1, 0, 11), + (13000, "782136", 1, 0, 11), + (13001, "782410", 1, 0, 11), + (13002, "782104", 1, 0, 11), + (13003, "782411", 1, 0, 11), + (13004, "782124", 1, 0, 11), + (13005, "782426", 1, 0, 11), + (13006, "782427", 1, 0, 11), + (13007, "782137", 1, 0, 11), + (13008, "782413", 1, 0, 11), + (13009, "782127", 1, 0, 11), + (13010, "782105", 1, 0, 11), + (13011, "782126", 1, 0, 11), + (13012, "782138", 1, 0, 11), + (13013, "782106", 1, 0, 11), + (13014, "782101", 1, 0, 11), + (13015, "782001", 1, 0, 11), + (13016, "782141", 1, 0, 11), + (13017, "782103", 1, 0, 11), + (13018, "782125", 1, 0, 11), + (13019, "782140", 1, 0, 11), + (13020, "782139", 1, 0, 11), + (13021, "782143", 1, 0, 11), + (13022, "782482", 1, 0, 11), + (13023, "782445", 1, 0, 11), + (13024, "782442", 1, 0, 11), + (13025, "781370", 1, 0, 11), + (13026, "781341", 1, 0, 11), + (13027, "781126", 1, 0, 11), + (13028, "781312", 1, 0, 11), + (13029, "781338", 1, 0, 11), + (13030, "781302", 1, 0, 11), + (13031, "781315", 1, 0, 11), + (13032, "781309", 1, 0, 11), + (13033, "781305", 1, 0, 11), + (13034, "781316", 1, 0, 11), + (13035, "781319", 1, 0, 11), + (13036, "781308", 1, 0, 11), + (13037, "781321", 1, 0, 11), + (13038, "781314", 1, 0, 11), + (13039, "781307", 1, 0, 11), + (13040, "781313", 1, 0, 11), + (13041, "781317", 1, 0, 11), + (13042, "781301", 1, 0, 11), + (13043, "781347", 1, 0, 11), + (13044, "781339", 1, 0, 11), + (13045, "781325", 1, 0, 11), + (13046, "781327", 1, 0, 11), + (13047, "781310", 1, 0, 11), + (13048, "781374", 1, 0, 11), + (13049, "781355", 1, 0, 11), + (13050, "781344", 1, 0, 11), + (13051, "781335", 1, 0, 11), + (13052, "781334", 1, 0, 11), + (13053, "781369", 1, 0, 11), + (13054, "781351", 1, 0, 11), + (13055, "781335", 1, 0, 11), + (13056, "781360", 1, 0, 11), + (13057, "781337", 1, 0, 11), + (13058, "781348", 1, 0, 11), + (13059, "781368", 1, 0, 11), + (13060, "781349", 1, 0, 11), + (13061, "781350", 1, 0, 11), + (13062, "781367", 1, 0, 11), + (13063, "781328", 1, 0, 11), + (13064, "781372", 1, 0, 11), + (13065, "781318", 1, 0, 11), + (13066, "781375", 1, 0, 11), + (13067, "781377", 1, 0, 11), + (13068, "781371", 1, 0, 11), + (13069, "781329", 1, 0, 11), + (13070, "781352", 1, 0, 11), + (13071, "781373", 1, 0, 11), + (13072, "781378", 1, 0, 11), + (13073, "781330", 1, 0, 11), + (13074, "781326", 1, 0, 11), + (13075, "781325", 1, 0, 11), + (13076, "781303", 1, 0, 11), + (13077, "781340", 1, 0, 11), + (13078, "781346", 1, 0, 11), + (13079, "781333", 1, 0, 11), + (13080, "781138", 1, 0, 11), + (13081, "781304", 1, 0, 11), + (13082, "781306", 1, 0, 11), + (13083, "781343", 1, 0, 11), + (13084, "781353", 1, 0, 11), + (13085, "786126", 1, 0, 11), + (13086, "786150", 1, 0, 11), + (13087, "786157", 1, 0, 11), + (13088, "786171", 1, 0, 11), + (13089, "786171", 1, 0, 11), + (13090, "786189", 1, 0, 11), + (13091, "786151", 1, 0, 11), + (13092, "786125", 1, 0, 11), + (13093, "786190", 1, 0, 11), + (13094, "786192", 1, 0, 11), + (13095, "786601", 1, 0, 11), + (13096, "786188", 1, 0, 11), + (13097, "786173", 1, 0, 11), + (13098, "786152", 1, 0, 11), + (13099, "786158", 1, 0, 11), + (13100, "786182", 1, 0, 11), + (13101, "786170", 1, 0, 11), + (13102, "786187", 1, 0, 11), + (13103, "786181", 1, 0, 11), + (13104, "786171", 1, 0, 11), + (13105, "786183", 1, 0, 11), + (13106, "786125", 1, 0, 11), + (13107, "786174", 1, 0, 11), + (13108, "786160", 1, 0, 11), + (13109, "786125", 1, 0, 11), + (13110, "786147", 1, 0, 11), + (13111, "786153", 1, 0, 11), + (13112, "786155", 1, 0, 11), + (13113, "786154", 1, 0, 11), + (13114, "786125", 1, 0, 11), + (13115, "786145", 1, 0, 11), + (13116, "786146", 1, 0, 11), + (13117, "786159", 1, 0, 11), + (13118, "786156", 1, 0, 11), + (13119, "786179", 1, 0, 11), + (13120, "783101", 1, 0, 11), + (13121, "783101", 1, 0, 11), + (13122, "783101", 1, 0, 11), + (13123, "783101", 1, 0, 11), + (13124, "783101", 1, 0, 11), + (13125, "783101", 1, 0, 11), + (13126, "783101", 1, 0, 11), + (13127, "783334", 1, 0, 11), + (13128, "783334", 1, 0, 11), + (13129, "783334", 1, 0, 11), + (13130, "783334", 1, 0, 11), + (13131, "783334", 1, 0, 11), + (13132, "783334", 1, 0, 11), + (13133, "783334", 1, 0, 11), + (13134, "783334", 1, 0, 11), + (13135, "783334", 1, 0, 11), + (13136, "783334", 1, 0, 11), + (13137, "783334", 1, 0, 11), + (13138, "783334", 1, 0, 11), + (13139, "783334", 1, 0, 11), + (13140, "783334", 1, 0, 11), + (13141, "783334", 1, 0, 11), + (13142, "783370", 1, 0, 11), + (13143, "783370", 1, 0, 11), + (13144, "783370", 1, 0, 11), + (13145, "783370", 1, 0, 11), + (13146, "783370", 1, 0, 11), + (13147, "783370", 1, 0, 11), + (13148, "783370", 1, 0, 11), + (13149, "783370", 1, 0, 11), + (13150, "783389", 1, 0, 11), + (13151, "783372", 1, 0, 11), + (13152, "783372", 1, 0, 11), + (13153, "783372", 1, 0, 11), + (13154, "783372", 1, 0, 11), + (13155, "783372", 1, 0, 11), + (13156, "783372", 1, 0, 11), + (13157, "783372", 1, 0, 11), + (13158, "783372", 1, 0, 11), + (13159, "783336", 1, 0, 11), + (13160, "783336", 1, 0, 11), + (13161, "783336", 1, 0, 11), + (13162, "783371", 1, 0, 11), + (13163, "783371", 1, 0, 11), + (13164, "783371", 1, 0, 11), + (13165, "783376", 1, 0, 11), + (13166, "783376", 1, 0, 11), + (13167, "783376", 1, 0, 11), + (13168, "783333", 1, 0, 11), + (13169, "783333", 1, 0, 11), + (13170, "783347", 1, 0, 11), + (13171, "783347", 1, 0, 11), + (13172, "783347", 1, 0, 11), + (13173, "783347", 1, 0, 11), + (13174, "783347", 1, 0, 11), + (13175, "783347", 1, 0, 11), + (13176, "783347", 1, 0, 11), + (13177, "783347", 1, 0, 11), + (13178, "783345", 1, 0, 11), + (13179, "783345", 1, 0, 11), + (13180, "783345", 1, 0, 11), + (13181, "783345", 1, 0, 11), + (13182, "783345", 1, 0, 11), + (13183, "783345", 1, 0, 11), + (13184, "783360", 1, 0, 11), + (13185, "783360", 1, 0, 11), + (13186, "783360", 1, 0, 11), + (13187, "783360", 1, 0, 11), + (13188, "783124", 1, 0, 11), + (13189, "783124", 1, 0, 11), + (13190, "783330", 1, 0, 11), + (13191, "783330", 1, 0, 11), + (13192, "783330", 1, 0, 11), + (13193, "783330", 1, 0, 11), + (13194, "783330", 1, 0, 11), + (13195, "783330", 1, 0, 11), + (13196, "783330", 1, 0, 11), + (13197, "783330", 1, 0, 11), + (13198, "783135", 1, 0, 11), + (13199, "783135", 1, 0, 11), + (13200, "783135", 1, 0, 11), + (13201, "783135", 1, 0, 11), + (13202, "783334", 1, 0, 11), + (13203, "783334", 1, 0, 11), + (13204, "783334", 1, 0, 11), + (13205, "783334", 1, 0, 11), + (13206, "783334", 1, 0, 11), + (13207, "783382", 1, 0, 11), + (13208, "783382", 1, 0, 11), + (13209, "783382", 1, 0, 11), + (13210, "783126", 1, 0, 11), + (13211, "783126", 1, 0, 11), + (13212, "783126", 1, 0, 11), + (13213, "783126", 1, 0, 11), + (13214, "783126", 1, 0, 11), + (13215, "783126", 1, 0, 11), + (13216, "783126", 1, 0, 11), + (13217, "783126", 1, 0, 11), + (13218, "783126", 1, 0, 11), + (13219, "783126", 1, 0, 11), + (13220, "783129", 1, 0, 11), + (13221, "783129", 1, 0, 11), + (13222, "783129", 1, 0, 11), + (13223, "783129", 1, 0, 11), + (13224, "783129", 1, 0, 11), + (13225, "783129", 1, 0, 11), + (13226, "783129", 1, 0, 11), + (13227, "783129", 1, 0, 11), + (13228, "783129", 1, 0, 11), + (13229, "783129", 1, 0, 11), + (13230, "783129", 1, 0, 11), + (13231, "783129", 1, 0, 11), + (13232, "783129", 1, 0, 11), + (13233, "783129", 1, 0, 11), + (13234, "783129", 1, 0, 11), + (13235, "783129", 1, 0, 11), + (13236, "783129", 1, 0, 11), + (13237, "783129", 1, 0, 11), + (13238, "783392", 1, 0, 11), + (13239, "783392", 1, 0, 11), + (13240, "783392", 1, 0, 11), + (13241, "783392", 1, 0, 11), + (13242, "783392", 1, 0, 11), + (13243, "783392", 1, 0, 11), + (13244, "783392", 1, 0, 11), + (13245, "783392", 1, 0, 11), + (13246, "783392", 1, 0, 11), + (13247, "783392", 1, 0, 11), + (13248, "783131", 1, 0, 11), + (13249, "783131", 1, 0, 11), + (13250, "783131", 1, 0, 11), + (13251, "783131", 1, 0, 11), + (13252, "783125", 1, 0, 11), + (13253, "783125", 1, 0, 11), + (13254, "783125", 1, 0, 11), + (13255, "783125", 1, 0, 11), + (13256, "783125", 1, 0, 11), + (13257, "783125", 1, 0, 11), + (13258, "783125", 1, 0, 11), + (13259, "783381", 1, 0, 11), + (13260, "783391", 1, 0, 11), + (13261, "783391", 1, 0, 11), + (13262, "783391", 1, 0, 11), + (13263, "783391", 1, 0, 11), + (13264, "783391", 1, 0, 11), + (13265, "783130", 1, 0, 11), + (13266, "783130", 1, 0, 11), + (13267, "783130", 1, 0, 11), + (13268, "783130", 1, 0, 11), + (13269, "783130", 1, 0, 11), + (13270, "783130", 1, 0, 11), + (13271, "783383", 1, 0, 11), + (13272, "783383", 1, 0, 11), + (13273, "783383", 1, 0, 11), + (13274, "783383", 1, 0, 11), + (13275, "783383", 1, 0, 11), + (13276, "783383", 1, 0, 11), + (13277, "783127", 1, 0, 11), + (13278, "783127", 1, 0, 11), + (13279, "783127", 1, 0, 11), + (13280, "781122", 1, 0, 11), + (13281, "781366", 1, 0, 11), + (13282, "781005", 1, 0, 11), + (13283, "781136", 1, 0, 11), + (13284, "781103", 1, 0, 11), + (13285, "781137", 1, 0, 11), + (13286, "781366", 1, 0, 11), + (13287, "781364", 1, 0, 11), + (13288, "781366", 1, 0, 11), + (13289, "781366", 1, 0, 11), + (13290, "781366", 1, 0, 11), + (13291, "781366", 1, 0, 11), + (13292, "781015", 1, 0, 11), + (13293, "781129", 1, 0, 11), + (13294, "781129", 1, 0, 11), + (13295, "781129", 1, 0, 11), + (13296, "781102", 1, 0, 11), + (13297, "781102", 1, 0, 11), + (13298, "781102", 1, 0, 11), + (13299, "781102", 1, 0, 11), + (13300, "782401", 1, 0, 11), + (13301, "781102", 1, 0, 11), + (13302, "781102", 1, 0, 11), + (13303, "781102", 1, 0, 11), + (13304, "781102", 1, 0, 11), + (13305, "781102", 1, 0, 11), + (13306, "781102", 1, 0, 11), + (13307, "781102", 1, 0, 11), + (13308, "781102", 1, 0, 11), + (13309, "781102", 1, 0, 11), + (13310, "781102", 1, 0, 11), + (13311, "781102", 1, 0, 11), + (13312, "781102", 1, 0, 11), + (13313, "781102", 1, 0, 11), + (13314, "781134", 1, 0, 11), + (13315, "781124", 1, 0, 11), + (13316, "781134", 1, 0, 11), + (13317, "781104", 1, 0, 11), + (13318, "781104", 1, 0, 11), + (13319, "781104", 1, 0, 11), + (13320, "781104", 1, 0, 11), + (13321, "781104", 1, 0, 11), + (13322, "781122", 1, 0, 11), + (13323, "781122", 1, 0, 11), + (13324, "781122", 1, 0, 11), + (13325, "781122", 1, 0, 11), + (13326, "781122", 1, 0, 11), + (13327, "781123", 1, 0, 11), + (13328, "781123", 1, 0, 11), + (13329, "781123", 1, 0, 11), + (13330, "781123", 1, 0, 11), + (13331, "781123", 1, 0, 11), + (13332, "781123", 1, 0, 11), + (13333, "781123", 1, 0, 11), + (13334, "781123", 1, 0, 11), + (13335, "781123", 1, 0, 11), + (13336, "781101", 1, 0, 11), + (13337, "781101", 1, 0, 11), + (13338, "781101", 1, 0, 11), + (13339, "781101", 1, 0, 11), + (13340, "781101", 1, 0, 11), + (13341, "781124", 1, 0, 11), + (13342, "781124", 1, 0, 11), + (13343, "781124", 1, 0, 11), + (13344, "781124", 1, 0, 11), + (13345, "781124", 1, 0, 11), + (13346, "781124", 1, 0, 11), + (13347, "781124", 1, 0, 11), + (13348, "781124", 1, 0, 11), + (13349, "781124", 1, 0, 11), + (13350, "781150", 1, 0, 11), + (13351, "781124", 1, 0, 11), + (13352, "781124", 1, 0, 11), + (13353, "781124", 1, 0, 11), + (13354, "781376", 1, 0, 11), + (13355, "781366", 1, 0, 11), + (13356, "781366", 1, 0, 11), + (13357, "781025", 1, 0, 11), + (13358, "782403", 1, 0, 11), + (13359, "782403", 1, 0, 11), + (13360, "782403", 1, 0, 11), + (13361, "781026", 1, 0, 11), + (13362, "781141", 1, 0, 11), + (13363, "781141", 1, 0, 11), + (13364, "781141", 1, 0, 11), + (13365, "781120", 1, 0, 11), + (13366, "781120", 1, 0, 11), + (13367, "781120", 1, 0, 11), + (13368, "781121", 1, 0, 11), + (13369, "781121", 1, 0, 11), + (13370, "781121", 1, 0, 11), + (13371, "781121", 1, 0, 11), + (13372, "781121", 1, 0, 11), + (13373, "781121", 1, 0, 11), + (13374, "781121", 1, 0, 11), + (13375, "781122", 1, 0, 11), + (13376, "781122", 1, 0, 11), + (13377, "781122", 1, 0, 11), + (13378, "781104", 1, 0, 11), + (13379, "781104", 1, 0, 11), + (13380, "781364", 1, 0, 11), + (13381, "781364", 1, 0, 11), + (13382, "781364", 1, 0, 11), + (13383, "781364", 1, 0, 11), + (13384, "781364", 1, 0, 11), + (13385, "781364", 1, 0, 11), + (13386, "781364", 1, 0, 11), + (13387, "781011", 1, 0, 11), + (13388, "781125", 1, 0, 11), + (13389, "781125", 1, 0, 11), + (13390, "781125", 1, 0, 11), + (13391, "781125", 1, 0, 11), + (13392, "781125", 1, 0, 11), + (13393, "781127", 1, 0, 11), + (13394, "781127", 1, 0, 11), + (13395, "781127", 1, 0, 11), + (13396, "781127", 1, 0, 11), + (13397, "781127", 1, 0, 11), + (13398, "781127", 1, 0, 11), + (13399, "781127", 1, 0, 11), + (13400, "781127", 1, 0, 11), + (13401, "781127", 1, 0, 11), + (13402, "781127", 1, 0, 11), + (13403, "781127", 1, 0, 11), + (13404, "781127", 1, 0, 11), + (13405, "781127", 1, 0, 11), + (13406, "781127", 1, 0, 11), + (13407, "781127", 1, 0, 11), + (13408, "781136", 1, 0, 11), + (13409, "781136", 1, 0, 11), + (13410, "781136", 1, 0, 11), + (13411, "781136", 1, 0, 11), + (13412, "781136", 1, 0, 11), + (13413, "781136", 1, 0, 11), + (13414, "781136", 1, 0, 11), + (13415, "781136", 1, 0, 11), + (13416, "781128", 1, 0, 11), + (13417, "781128", 1, 0, 11), + (13418, "781012", 1, 0, 11), + (13419, "782403", 1, 0, 11), + (13420, "781012", 1, 0, 11), + (13421, "781132", 1, 0, 11), + (13422, "781132", 1, 0, 11), + (13423, "781132", 1, 0, 11), + (13424, "781354", 1, 0, 11), + (13425, "781354", 1, 0, 11), + (13426, "781354", 1, 0, 11), + (13427, "781354", 1, 0, 11), + (13428, "781354", 1, 0, 11), + (13429, "781354", 1, 0, 11), + (13430, "781354", 1, 0, 11), + (13431, "781354", 1, 0, 11), + (13432, "781354", 1, 0, 11), + (13433, "781354", 1, 0, 11), + (13434, "781354", 1, 0, 11), + (13435, "781354", 1, 0, 11), + (13436, "781354", 1, 0, 11), + (13437, "781354", 1, 0, 11), + (13438, "781365", 1, 0, 11), + (13439, "781365", 1, 0, 11), + (13440, "781365", 1, 0, 11), + (13441, "781135", 1, 0, 11), + (13442, "781135", 1, 0, 11), + (13443, "781135", 1, 0, 11), + (13444, "781135", 1, 0, 11), + (13445, "781135", 1, 0, 11), + (13446, "781135", 1, 0, 11), + (13447, "781135", 1, 0, 11), + (13448, "781103", 1, 0, 11), + (13449, "781103", 1, 0, 11), + (13450, "781103", 1, 0, 11), + (13451, "781103", 1, 0, 11), + (13452, "781103", 1, 0, 11), + (13453, "781382", 1, 0, 11), + (13454, "781382", 1, 0, 11), + (13455, "781382", 1, 0, 11), + (13456, "781382", 1, 0, 11), + (13457, "781382", 1, 0, 11), + (13458, "782403", 1, 0, 11), + (13459, "782403", 1, 0, 11), + (13460, "781026", 1, 0, 11), + (13461, "781030", 1, 0, 11), + (13462, "781030", 1, 0, 11), + (13463, "781030", 1, 0, 11), + (13464, "781030", 1, 0, 11), + (13465, "781027", 1, 0, 11), + (13466, "782402", 1, 0, 11), + (13467, "782402", 1, 0, 11), + (13468, "782402", 1, 0, 11), + (13469, "782402", 1, 0, 11), + (13470, "782402", 1, 0, 11), + (13471, "781137", 1, 0, 11), + (13472, "781137", 1, 0, 11), + (13473, "781137", 1, 0, 11), + (13474, "781137", 1, 0, 11), + (13475, "781137", 1, 0, 11), + (13476, "781137", 1, 0, 11), + (13477, "781137", 1, 0, 11), + (13478, "781137", 1, 0, 11), + (13479, "781031", 1, 0, 11), + (13480, "781017", 1, 0, 11), + (13481, "781380", 1, 0, 11), + (13482, "781380", 1, 0, 11), + (13483, "781380", 1, 0, 11), + (13484, "781380", 1, 0, 11), + (13485, "781380", 1, 0, 11), + (13486, "781380", 1, 0, 11), + (13487, "781380", 1, 0, 11), + (13488, "781380", 1, 0, 11), + (13489, "781381", 1, 0, 11), + (13490, "781381", 1, 0, 11), + (13491, "781381", 1, 0, 11), + (13492, "781381", 1, 0, 11), + (13493, "781381", 1, 0, 11), + (13494, "781381", 1, 0, 11), + (13495, "782121", 1, 0, 11), + (13496, "782003", 1, 0, 11), + (13497, "782124", 1, 0, 11), + (13498, "782105", 1, 0, 11), + (13499, "782103", 1, 0, 11), + (13500, "782482", 1, 0, 11), + (13501, "782470", 1, 0, 11), + (13502, "782481", 1, 0, 11), + (13503, "782461", 1, 0, 11), + (13504, "782121", 1, 0, 11), + (13505, "782121", 1, 0, 11), + (13506, "782121", 1, 0, 11), + (13507, "782121", 1, 0, 11), + (13508, "782142", 1, 0, 11), + (13509, "782142", 1, 0, 11), + (13510, "782142", 1, 0, 11), + (13511, "782142", 1, 0, 11), + (13512, "782142", 1, 0, 11), + (13513, "782142", 1, 0, 11), + (13514, "782142", 1, 0, 11), + (13515, "782142", 1, 0, 11), + (13516, "782440", 1, 0, 11), + (13517, "782440", 1, 0, 11), + (13518, "782412", 1, 0, 11), + (13519, "782412", 1, 0, 11), + (13520, "782412", 1, 0, 11), + (13521, "782123", 1, 0, 11), + (13522, "782123", 1, 0, 11), + (13523, "782123", 1, 0, 11), + (13524, "782123", 1, 0, 11), + (13525, "782123", 1, 0, 11), + (13526, "782123", 1, 0, 11), + (13527, "782123", 1, 0, 11), + (13528, "782123", 1, 0, 11), + (13529, "782123", 1, 0, 11), + (13530, "782123", 1, 0, 11), + (13531, "782123", 1, 0, 11), + (13532, "782123", 1, 0, 11), + (13533, "782123", 1, 0, 11), + (13534, "782002", 1, 0, 11), + (13535, "782002", 1, 0, 11), + (13536, "782002", 1, 0, 11), + (13537, "782002", 1, 0, 11), + (13538, "782002", 1, 0, 11), + (13539, "782002", 1, 0, 11), + (13540, "782002", 1, 0, 11), + (13541, "782002", 1, 0, 11), + (13542, "782002", 1, 0, 11), + (13543, "782002", 1, 0, 11), + (13544, "782003", 1, 0, 11), + (13545, "782003", 1, 0, 11), + (13546, "782003", 1, 0, 11), + (13547, "782003", 1, 0, 11), + (13548, "782003", 1, 0, 11), + (13549, "782003", 1, 0, 11), + (13550, "782003", 1, 0, 11), + (13551, "782003", 1, 0, 11), + (13552, "782003", 1, 0, 11), + (13553, "782003", 1, 0, 11), + (13554, "782003", 1, 0, 11), + (13555, "782136", 1, 0, 11), + (13556, "782136", 1, 0, 11), + (13557, "782136", 1, 0, 11), + (13558, "782136", 1, 0, 11), + (13559, "782136", 1, 0, 11), + (13560, "782136", 1, 0, 11), + (13561, "782136", 1, 0, 11), + (13562, "782413", 1, 0, 11), + (13563, "782413", 1, 0, 11), + (13564, "782410", 1, 0, 11), + (13565, "782410", 1, 0, 11), + (13566, "782413", 1, 0, 11), + (13567, "782413", 1, 0, 11), + (13568, "782413", 1, 0, 11), + (13569, "782413", 1, 0, 11), + (13570, "782413", 1, 0, 11), + (13571, "782413", 1, 0, 11), + (13572, "782413", 1, 0, 11), + (13573, "782104", 1, 0, 11), + (13574, "782104", 1, 0, 11), + (13575, "782104", 1, 0, 11), + (13576, "782104", 1, 0, 11), + (13577, "782104", 1, 0, 11), + (13578, "782104", 1, 0, 11), + (13579, "782104", 1, 0, 11), + (13580, "782104", 1, 0, 11), + (13581, "782104", 1, 0, 11), + (13582, "782104", 1, 0, 11), + (13583, "782104", 1, 0, 11), + (13584, "782104", 1, 0, 11), + (13585, "782411", 1, 0, 11), + (13586, "782411", 1, 0, 11), + (13587, "782411", 1, 0, 11), + (13588, "782411", 1, 0, 11), + (13589, "782411", 1, 0, 11), + (13590, "782411", 1, 0, 11), + (13591, "782411", 1, 0, 11), + (13592, "782411", 1, 0, 11), + (13593, "782411", 1, 0, 11), + (13594, "782411", 1, 0, 11), + (13595, "782411", 1, 0, 11), + (13596, "782411", 1, 0, 11), + (13597, "782411", 1, 0, 11), + (13598, "782124", 1, 0, 11), + (13599, "782124", 1, 0, 11), + (13600, "782124", 1, 0, 11), + (13601, "782124", 1, 0, 11), + (13602, "782124", 1, 0, 11), + (13603, "782124", 1, 0, 11), + (13604, "782124", 1, 0, 11), + (13605, "782124", 1, 0, 11), + (13606, "782124", 1, 0, 11), + (13607, "782124", 1, 0, 11), + (13608, "782124", 1, 0, 11), + (13609, "782426", 1, 0, 11), + (13610, "782426", 1, 0, 11), + (13611, "782426", 1, 0, 11), + (13612, "782426", 1, 0, 11), + (13613, "782426", 1, 0, 11), + (13614, "782426", 1, 0, 11), + (13615, "782426", 1, 0, 11), + (13616, "782426", 1, 0, 11), + (13617, "782426", 1, 0, 11), + (13618, "782426", 1, 0, 11), + (13619, "782426", 1, 0, 11), + (13620, "782426", 1, 0, 11), + (13621, "782427", 1, 0, 11), + (13622, "782427", 1, 0, 11), + (13623, "782137", 1, 0, 11), + (13624, "782137", 1, 0, 11), + (13625, "782127", 1, 0, 11), + (13626, "782127", 1, 0, 11), + (13627, "782127", 1, 0, 11), + (13628, "782127", 1, 0, 11), + (13629, "782127", 1, 0, 11), + (13630, "782127", 1, 0, 11), + (13631, "782127", 1, 0, 11), + (13632, "782127", 1, 0, 11), + (13633, "782127", 1, 0, 11), + (13634, "782127", 1, 0, 11), + (13635, "782127", 1, 0, 11), + (13636, "782105", 1, 0, 11), + (13637, "782105", 1, 0, 11), + (13638, "782105", 1, 0, 11), + (13639, "782105", 1, 0, 11), + (13640, "782105", 1, 0, 11), + (13641, "782105", 1, 0, 11), + (13642, "782105", 1, 0, 11), + (13643, "782105", 1, 0, 11), + (13644, "782105", 1, 0, 11), + (13645, "782105", 1, 0, 11), + (13646, "782105", 1, 0, 11), + (13647, "782105", 1, 0, 11), + (13648, "782126", 1, 0, 11), + (13649, "782126", 1, 0, 11), + (13650, "782126", 1, 0, 11), + (13651, "782126", 1, 0, 11), + (13652, "782126", 1, 0, 11), + (13653, "782126", 1, 0, 11), + (13654, "782126", 1, 0, 11), + (13655, "782126", 1, 0, 11), + (13656, "782126", 1, 0, 11), + (13657, "782138", 1, 0, 11), + (13658, "782138", 1, 0, 11), + (13659, "782101", 1, 0, 11), + (13660, "782101", 1, 0, 11), + (13661, "782101", 1, 0, 11), + (13662, "782101", 1, 0, 11), + (13663, "782141", 1, 0, 11), + (13664, "782141", 1, 0, 11), + (13665, "782141", 1, 0, 11), + (13666, "782141", 1, 0, 11), + (13667, "782141", 1, 0, 11), + (13668, "782141", 1, 0, 11), + (13669, "782141", 1, 0, 11), + (13670, "782141", 1, 0, 11), + (13671, "782106", 1, 0, 11), + (13672, "782103", 1, 0, 11), + (13673, "782106", 1, 0, 11), + (13674, "782103", 1, 0, 11), + (13675, "782106", 1, 0, 11), + (13676, "782106", 1, 0, 11), + (13677, "782106", 1, 0, 11), + (13678, "782103", 1, 0, 11), + (13679, "782103", 1, 0, 11), + (13680, "782103", 1, 0, 11), + (13681, "782103", 1, 0, 11), + (13682, "782106", 1, 0, 11), + (13683, "782106", 1, 0, 11), + (13684, "782103", 1, 0, 11), + (13685, "782103", 1, 0, 11), + (13686, "782103", 1, 0, 11), + (13687, "782103", 1, 0, 11), + (13688, "782106", 1, 0, 11), + (13689, "782103", 1, 0, 11), + (13690, "782103", 1, 0, 11), + (13691, "782103", 1, 0, 11), + (13692, "782125", 1, 0, 11), + (13693, "782125", 1, 0, 11), + (13694, "782125", 1, 0, 11), + (13695, "782125", 1, 0, 11), + (13696, "782125", 1, 0, 11), + (13697, "782125", 1, 0, 11), + (13698, "782125", 1, 0, 11), + (13699, "782125", 1, 0, 11), + (13700, "782125", 1, 0, 11), + (13701, "782125", 1, 0, 11), + (13702, "782125", 1, 0, 11), + (13703, "782125", 1, 0, 11), + (13704, "782125", 1, 0, 11), + (13705, "782125", 1, 0, 11), + (13706, "782140", 1, 0, 11), + (13707, "782140", 1, 0, 11), + (13708, "782140", 1, 0, 11), + (13709, "782140", 1, 0, 11), + (13710, "782140", 1, 0, 11), + (13711, "782140", 1, 0, 11), + (13712, "782140", 1, 0, 11), + (13713, "782140", 1, 0, 11), + (13714, "782140", 1, 0, 11), + (13715, "782140", 1, 0, 11), + (13716, "782140", 1, 0, 11), + (13717, "782140", 1, 0, 11), + (13718, "782139", 1, 0, 11), + (13719, "782139", 1, 0, 11), + (13720, "782139", 1, 0, 11), + (13721, "782143", 1, 0, 11), + (13722, "782143", 1, 0, 11), + (13723, "782143", 1, 0, 11), + (13724, "782143", 1, 0, 11), + (13725, "782482", 1, 0, 11), + (13726, "782482", 1, 0, 11), + (13727, "782482", 1, 0, 11), + (13728, "782482", 1, 0, 11), + (13729, "782482", 1, 0, 11), + (13730, "782482", 1, 0, 11), + (13731, "782482", 1, 0, 11), + (13732, "782482", 1, 0, 11), + (13733, "782482", 1, 0, 11), + (13734, "782482", 1, 0, 11), + (13735, "782480", 1, 0, 11), + (13736, "782480", 1, 0, 11), + (13737, "782480", 1, 0, 11), + (13738, "782480", 1, 0, 11), + (13739, "782480", 1, 0, 11), + (13740, "782480", 1, 0, 11), + (13741, "782480", 1, 0, 11), + (13742, "782480", 1, 0, 11), + (13743, "782480", 1, 0, 11), + (13744, "782480", 1, 0, 11), + (13745, "782480", 1, 0, 11), + (13746, "782480", 1, 0, 11), + (13747, "782480", 1, 0, 11), + (13748, "782490", 1, 0, 11), + (13749, "782490", 1, 0, 11), + (13750, "782490", 1, 0, 11), + (13751, "782490", 1, 0, 11), + (13752, "782450", 1, 0, 11), + (13753, "782450", 1, 0, 11), + (13754, "782450", 1, 0, 11), + (13755, "782450", 1, 0, 11), + (13756, "782450", 1, 0, 11), + (13757, "782450", 1, 0, 11), + (13758, "782450", 1, 0, 11), + (13759, "782441", 1, 0, 11), + (13760, "782441", 1, 0, 11), + (13761, "782441", 1, 0, 11), + (13762, "782441", 1, 0, 11), + (13763, "782441", 1, 0, 11), + (13764, "782441", 1, 0, 11), + (13765, "782441", 1, 0, 11), + (13766, "782441", 1, 0, 11), + (13767, "782441", 1, 0, 11), + (13768, "782441", 1, 0, 11), + (13769, "782441", 1, 0, 11), + (13770, "782441", 1, 0, 11), + (13771, "782441", 1, 0, 11), + (13772, "782441", 1, 0, 11), + (13773, "782441", 1, 0, 11), + (13774, "782441", 1, 0, 11), + (13775, "782441", 1, 0, 11), + (13776, "782441", 1, 0, 11), + (13777, "782470", 1, 0, 11), + (13778, "782470", 1, 0, 11), + (13779, "782470", 1, 0, 11), + (13780, "782470", 1, 0, 11), + (13781, "782470", 1, 0, 11), + (13782, "782470", 1, 0, 11), + (13783, "782470", 1, 0, 11), + (13784, "782485", 1, 0, 11), + (13785, "782485", 1, 0, 11), + (13786, "782485", 1, 0, 11), + (13787, "782485", 1, 0, 11), + (13788, "782485", 1, 0, 11), + (13789, "782485", 1, 0, 11), + (13790, "782485", 1, 0, 11), + (13791, "782485", 1, 0, 11), + (13792, "782462", 1, 0, 11), + (13793, "782462", 1, 0, 11), + (13794, "782462", 1, 0, 11), + (13795, "782462", 1, 0, 11), + (13796, "782462", 1, 0, 11), + (13797, "782462", 1, 0, 11), + (13798, "782462", 1, 0, 11), + (13799, "782462", 1, 0, 11), + (13800, "782462", 1, 0, 11), + (13801, "782486", 1, 0, 11), + (13802, "782486", 1, 0, 11), + (13803, "782435", 1, 0, 11), + (13804, "782435", 1, 0, 11), + (13805, "782435", 1, 0, 11), + (13806, "782435", 1, 0, 11), + (13807, "782435", 1, 0, 11), + (13808, "782435", 1, 0, 11), + (13809, "782435", 1, 0, 11), + (13810, "782435", 1, 0, 11), + (13811, "782435", 1, 0, 11), + (13812, "782435", 1, 0, 11), + (13813, "782435", 1, 0, 11), + (13814, "782481", 1, 0, 11), + (13815, "782481", 1, 0, 11), + (13816, "782481", 1, 0, 11), + (13817, "782481", 1, 0, 11), + (13818, "782481", 1, 0, 11), + (13819, "782481", 1, 0, 11), + (13820, "782481", 1, 0, 11), + (13821, "782481", 1, 0, 11), + (13822, "782481", 1, 0, 11), + (13823, "782481", 1, 0, 11), + (13824, "782481", 1, 0, 11), + (13825, "782481", 1, 0, 11), + (13826, "782481", 1, 0, 11), + (13827, "782428", 1, 0, 11), + (13828, "782428", 1, 0, 11), + (13829, "782428", 1, 0, 11), + (13830, "782428", 1, 0, 11), + (13831, "782429", 1, 0, 11), + (13832, "782429", 1, 0, 11), + (13833, "782448", 1, 0, 11), + (13834, "782448", 1, 0, 11), + (13835, "782448", 1, 0, 11), + (13836, "782448", 1, 0, 11), + (13837, "782448", 1, 0, 11), + (13838, "782448", 1, 0, 11), + (13839, "782446", 1, 0, 11), + (13840, "782446", 1, 0, 11), + (13841, "782446", 1, 0, 11), + (13842, "782446", 1, 0, 11), + (13843, "782446", 1, 0, 11), + (13844, "782442", 1, 0, 11), + (13845, "782446", 1, 0, 11), + (13846, "782446", 1, 0, 11), + (13847, "782446", 1, 0, 11), + (13848, "782446", 1, 0, 11), + (13849, "782446", 1, 0, 11), + (13850, "782446", 1, 0, 11), + (13851, "782446", 1, 0, 11), + (13852, "782446", 1, 0, 11), + (13853, "782446", 1, 0, 11), + (13854, "782446", 1, 0, 11), + (13855, "782446", 1, 0, 11), + (13856, "782446", 1, 0, 11), + (13857, "782446", 1, 0, 11), + (13858, "782446", 1, 0, 11), + (13859, "782446", 1, 0, 11), + (13860, "782446", 1, 0, 11), + (13861, "782447", 1, 0, 11), + (13862, "782447", 1, 0, 11), + (13863, "782447", 1, 0, 11), + (13864, "782447", 1, 0, 11), + (13865, "782447", 1, 0, 11), + (13866, "782447", 1, 0, 11), + (13867, "782447", 1, 0, 11), + (13868, "782461", 1, 0, 11), + (13869, "782461", 1, 0, 11), + (13870, "782142", 1, 0, 11), + (13871, "782102", 1, 0, 11), + (13872, "782102", 1, 0, 11), + (13873, "782102", 1, 0, 11), + (13874, "782102", 1, 0, 11), + (13875, "782122", 1, 0, 11), + (13876, "782122", 1, 0, 11), + (13877, "782122", 1, 0, 11), + (13878, "782122", 1, 0, 11), + (13879, "782122", 1, 0, 11), + (13880, "782122", 1, 0, 11), + (13881, "782122", 1, 0, 11), + (13882, "782122", 1, 0, 11), + (13883, "782122", 1, 0, 11), + (13884, "782122", 1, 0, 11), + (13885, "782122", 1, 0, 11), + (13886, "782122", 1, 0, 11), + (13887, "782135", 1, 0, 11), + (13888, "782425", 1, 0, 11), + (13889, "782425", 1, 0, 11), + (13890, "782425", 1, 0, 11), + (13891, "782425", 1, 0, 11), + (13892, "782425", 1, 0, 11), + (13893, "782425", 1, 0, 11), + (13894, "782425", 1, 0, 11), + (13895, "782425", 1, 0, 11), + (13896, "782425", 1, 0, 11), + (13897, "782425", 1, 0, 11), + (13898, "782440", 1, 0, 11), + (13899, "782440", 1, 0, 11), + (13900, "782120", 1, 0, 11), + (13901, "782144", 1, 0, 11), + (13902, "782144", 1, 0, 11), + (13903, "782144", 1, 0, 11), + (13904, "782144", 1, 0, 11), + (13905, "782121", 1, 0, 11), + (13906, "782121", 1, 0, 11), + (13907, "782121", 1, 0, 11), + (13908, "782121", 1, 0, 11), + (13909, "782121", 1, 0, 11), + (13910, "782461", 1, 0, 11), + (13911, "782461", 1, 0, 11), + (13912, "782439", 1, 0, 11), + (13913, "782439", 1, 0, 11), + (13914, "782439", 1, 0, 11), + (13915, "782439", 1, 0, 11), + (13916, "782439", 1, 0, 11), + (13917, "782445", 1, 0, 11), + (13918, "782445", 1, 0, 11), + (13919, "782445", 1, 0, 11), + (13920, "782445", 1, 0, 11), + (13921, "782442", 1, 0, 11), + (13922, "782442", 1, 0, 11), + (13923, "782442", 1, 0, 11), + (13924, "782442", 1, 0, 11), + (13925, "782442", 1, 0, 11), + (13926, "782442", 1, 0, 11), + (13927, "781303", 1, 0, 11), + (13928, "781334", 1, 0, 11), + (13929, "781360", 1, 0, 11), + (13930, "781312", 1, 0, 11), + (13931, "781305", 1, 0, 11), + (13932, "781329", 1, 0, 11), + (13933, "781317", 1, 0, 11), + (13934, "781303", 1, 0, 11), + (13935, "781303", 1, 0, 11), + (13936, "781340", 1, 0, 11), + (13937, "781340", 1, 0, 11), + (13938, "781340", 1, 0, 11), + (13939, "781375", 1, 0, 11), + (13940, "781375", 1, 0, 11), + (13941, "781375", 1, 0, 11), + (13942, "781346", 1, 0, 11), + (13943, "781346", 1, 0, 11), + (13944, "781346", 1, 0, 11), + (13945, "781346", 1, 0, 11), + (13946, "781346", 1, 0, 11), + (13947, "781346", 1, 0, 11), + (13948, "781346", 1, 0, 11), + (13949, "781346", 1, 0, 11), + (13950, "781333", 1, 0, 11), + (13951, "781333", 1, 0, 11), + (13952, "781333", 1, 0, 11), + (13953, "781333", 1, 0, 11), + (13954, "781333", 1, 0, 11), + (13955, "781333", 1, 0, 11), + (13956, "781333", 1, 0, 11), + (13957, "781333", 1, 0, 11), + (13958, "781138", 1, 0, 11), + (13959, "781138", 1, 0, 11), + (13960, "781138", 1, 0, 11), + (13961, "781138", 1, 0, 11), + (13962, "781138", 1, 0, 11), + (13963, "781138", 1, 0, 11), + (13964, "781138", 1, 0, 11), + (13965, "781304", 1, 0, 11), + (13966, "781304", 1, 0, 11), + (13967, "781304", 1, 0, 11), + (13968, "781304", 1, 0, 11), + (13969, "781304", 1, 0, 11), + (13970, "781306", 1, 0, 11), + (13971, "781306", 1, 0, 11), + (13972, "781306", 1, 0, 11), + (13973, "781306", 1, 0, 11), + (13974, "781334", 1, 0, 11), + (13975, "781334", 1, 0, 11), + (13976, "781334", 1, 0, 11), + (13977, "781334", 1, 0, 11), + (13978, "781334", 1, 0, 11), + (13979, "781334", 1, 0, 11), + (13980, "781334", 1, 0, 11), + (13981, "781334", 1, 0, 11), + (13982, "781334", 1, 0, 11), + (13983, "781334", 1, 0, 11), + (13984, "781343", 1, 0, 11), + (13985, "781343", 1, 0, 11), + (13986, "781343", 1, 0, 11), + (13987, "781343", 1, 0, 11), + (13988, "781343", 1, 0, 11), + (13989, "781373", 1, 0, 11), + (13990, "781373", 1, 0, 11), + (13991, "781373", 1, 0, 11), + (13992, "781369", 1, 0, 11), + (13993, "781369", 1, 0, 11), + (13994, "781369", 1, 0, 11), + (13995, "781369", 1, 0, 11), + (13996, "781369", 1, 0, 11), + (13997, "781369", 1, 0, 11), + (13998, "781353", 1, 0, 11), + (13999, "781353", 1, 0, 11), + (14000, "781378", 1, 0, 11), + (14001, "781378", 1, 0, 11), + (14002, "781310", 1, 0, 11), + (14003, "781310", 1, 0, 11), + (14004, "781310", 1, 0, 11), + (14005, "781310", 1, 0, 11), + (14006, "781370", 1, 0, 11), + (14007, "781370", 1, 0, 11), + (14008, "781351", 1, 0, 11), + (14009, "781351", 1, 0, 11), + (14010, "781347", 1, 0, 11), + (14011, "781347", 1, 0, 11), + (14012, "781339", 1, 0, 11), + (14013, "781339", 1, 0, 11), + (14014, "781339", 1, 0, 11), + (14015, "781341", 1, 0, 11), + (14016, "781341", 1, 0, 11), + (14017, "781341", 1, 0, 11), + (14018, "781360", 1, 0, 11), + (14019, "781360", 1, 0, 11), + (14020, "781360", 1, 0, 11), + (14021, "781360", 1, 0, 11), + (14022, "781360", 1, 0, 11), + (14023, "781360", 1, 0, 11), + (14024, "781360", 1, 0, 11), + (14025, "781360", 1, 0, 11), + (14026, "781360", 1, 0, 11), + (14027, "781360", 1, 0, 11), + (14028, "781337", 1, 0, 11), + (14029, "781337", 1, 0, 11), + (14030, "781337", 1, 0, 11), + (14031, "781337", 1, 0, 11), + (14032, "781348", 1, 0, 11), + (14033, "781348", 1, 0, 11), + (14034, "781348", 1, 0, 11), + (14035, "781348", 1, 0, 11), + (14036, "781126", 1, 0, 11), + (14037, "781126", 1, 0, 11), + (14038, "781126", 1, 0, 11), + (14039, "781126", 1, 0, 11), + (14040, "781126", 1, 0, 11), + (14041, "781126", 1, 0, 11), + (14042, "781126", 1, 0, 11), + (14043, "781126", 1, 0, 11), + (14044, "781126", 1, 0, 11), + (14045, "781126", 1, 0, 11), + (14046, "781126", 1, 0, 11), + (14047, "781126", 1, 0, 11), + (14048, "781372", 1, 0, 11), + (14049, "781372", 1, 0, 11), + (14050, "781372", 1, 0, 11), + (14051, "781372", 1, 0, 11), + (14052, "781372", 1, 0, 11), + (14053, "781372", 1, 0, 11), + (14054, "781372", 1, 0, 11), + (14055, "781372", 1, 0, 11), + (14056, "781372", 1, 0, 11), + (14057, "781372", 1, 0, 11), + (14058, "781372", 1, 0, 11), + (14059, "781368", 1, 0, 11), + (14060, "781368", 1, 0, 11), + (14061, "781368", 1, 0, 11), + (14062, "781368", 1, 0, 11), + (14063, "781368", 1, 0, 11), + (14064, "781368", 1, 0, 11), + (14065, "781368", 1, 0, 11), + (14066, "781368", 1, 0, 11), + (14067, "781349", 1, 0, 11), + (14068, "781349", 1, 0, 11), + (14069, "781349", 1, 0, 11), + (14070, "781349", 1, 0, 11), + (14071, "781349", 1, 0, 11), + (14072, "781349", 1, 0, 11), + (14073, "781312", 1, 0, 11), + (14074, "781312", 1, 0, 11), + (14075, "781312", 1, 0, 11), + (14076, "781312", 1, 0, 11), + (14077, "781312", 1, 0, 11), + (14078, "781312", 1, 0, 11), + (14079, "781312", 1, 0, 11), + (14080, "781312", 1, 0, 11), + (14081, "781350", 1, 0, 11), + (14082, "781350", 1, 0, 11), + (14083, "781350", 1, 0, 11), + (14084, "781350", 1, 0, 11), + (14085, "781350", 1, 0, 11), + (14086, "781350", 1, 0, 11), + (14087, "781350", 1, 0, 11), + (14088, "781350", 1, 0, 11), + (14089, "781338", 1, 0, 11), + (14090, "781338", 1, 0, 11), + (14091, "781315", 1, 0, 11), + (14092, "781315", 1, 0, 11), + (14093, "781315", 1, 0, 11), + (14094, "781315", 1, 0, 11), + (14095, "781315", 1, 0, 11), + (14096, "781315", 1, 0, 11), + (14097, "781315", 1, 0, 11), + (14098, "781315", 1, 0, 11), + (14099, "781315", 1, 0, 11), + (14100, "781315", 1, 0, 11), + (14101, "781315", 1, 0, 11), + (14102, "781315", 1, 0, 11), + (14103, "781311", 1, 0, 11), + (14104, "781311", 1, 0, 11), + (14105, "781309", 1, 0, 11), + (14106, "781309", 1, 0, 11), + (14107, "781311", 1, 0, 11), + (14108, "781309", 1, 0, 11), + (14109, "781311", 1, 0, 11), + (14110, "781311", 1, 0, 11), + (14111, "781311", 1, 0, 11), + (14112, "781309", 1, 0, 11), + (14113, "781309", 1, 0, 11), + (14114, "781309", 1, 0, 11), + (14115, "781309", 1, 0, 11), + (14116, "781311", 1, 0, 11), + (14117, "781352", 1, 0, 11), + (14118, "781352", 1, 0, 11), + (14119, "781352", 1, 0, 11), + (14120, "781352", 1, 0, 11), + (14121, "781352", 1, 0, 11), + (14122, "781352", 1, 0, 11), + (14123, "781352", 1, 0, 11), + (14124, "781352", 1, 0, 11), + (14125, "781352", 1, 0, 11), + (14126, "781352", 1, 0, 11), + (14127, "781305", 1, 0, 11), + (14128, "781305", 1, 0, 11), + (14129, "781305", 1, 0, 11), + (14130, "781305", 1, 0, 11), + (14131, "781305", 1, 0, 11), + (14132, "781316", 1, 0, 11), + (14133, "781316", 1, 0, 11), + (14134, "781316", 1, 0, 11), + (14135, "781316", 1, 0, 11), + (14136, "781316", 1, 0, 11), + (14137, "781316", 1, 0, 11), + (14138, "781316", 1, 0, 11), + (14139, "781316", 1, 0, 11), + (14140, "781316", 1, 0, 11), + (14141, "781327", 1, 0, 11), + (14142, "781327", 1, 0, 11), + (14143, "781327", 1, 0, 11), + (14144, "781327", 1, 0, 11), + (14145, "781327", 1, 0, 11), + (14146, "781327", 1, 0, 11), + (14147, "781319", 1, 0, 11), + (14148, "781319", 1, 0, 11), + (14149, "781319", 1, 0, 11), + (14150, "781319", 1, 0, 11), + (14151, "781319", 1, 0, 11), + (14152, "781319", 1, 0, 11), + (14153, "781319", 1, 0, 11), + (14154, "781319", 1, 0, 11), + (14155, "781319", 1, 0, 11), + (14156, "781330", 1, 0, 11), + (14157, "781330", 1, 0, 11), + (14158, "781330", 1, 0, 11), + (14159, "781330", 1, 0, 11), + (14160, "781308", 1, 0, 11), + (14161, "781308", 1, 0, 11), + (14162, "781308", 1, 0, 11), + (14163, "781308", 1, 0, 11), + (14164, "781308", 1, 0, 11), + (14165, "781308", 1, 0, 11), + (14166, "781308", 1, 0, 11), + (14167, "781308", 1, 0, 11), + (14168, "781308", 1, 0, 11), + (14169, "781308", 1, 0, 11), + (14170, "781308", 1, 0, 11), + (14171, "781308", 1, 0, 11), + (14172, "781308", 1, 0, 11), + (14173, "781308", 1, 0, 11), + (14174, "781321", 1, 0, 11), + (14175, "781321", 1, 0, 11), + (14176, "781321", 1, 0, 11), + (14177, "781321", 1, 0, 11), + (14178, "781321", 1, 0, 11), + (14179, "781321", 1, 0, 11), + (14180, "781321", 1, 0, 11), + (14181, "781321", 1, 0, 11), + (14182, "781329", 1, 0, 11), + (14183, "781329", 1, 0, 11), + (14184, "781329", 1, 0, 11), + (14185, "781329", 1, 0, 11), + (14186, "781329", 1, 0, 11), + (14187, "781329", 1, 0, 11), + (14188, "781326", 1, 0, 11), + (14189, "781326", 1, 0, 11), + (14190, "781326", 1, 0, 11), + (14191, "781325", 1, 0, 11), + (14192, "781325", 1, 0, 11), + (14193, "781325", 1, 0, 11), + (14194, "781325", 1, 0, 11), + (14195, "781325", 1, 0, 11), + (14196, "781325", 1, 0, 11), + (14197, "781325", 1, 0, 11), + (14198, "781325", 1, 0, 11), + (14199, "781325", 1, 0, 11), + (14200, "781325", 1, 0, 11), + (14201, "781325", 1, 0, 11), + (14202, "781314", 1, 0, 11), + (14203, "781314", 1, 0, 11), + (14204, "781314", 1, 0, 11), + (14205, "781314", 1, 0, 11), + (14206, "781314", 1, 0, 11), + (14207, "781314", 1, 0, 11), + (14208, "781314", 1, 0, 11), + (14209, "781314", 1, 0, 11), + (14210, "781314", 1, 0, 11), + (14211, "781314", 1, 0, 11), + (14212, "781314", 1, 0, 11), + (14213, "781314", 1, 0, 11), + (14214, "781314", 1, 0, 11), + (14215, "781307", 1, 0, 11), + (14216, "781307", 1, 0, 11), + (14217, "781307", 1, 0, 11), + (14218, "781307", 1, 0, 11), + (14219, "781307", 1, 0, 11), + (14220, "781307", 1, 0, 11), + (14221, "781307", 1, 0, 11), + (14222, "781307", 1, 0, 11), + (14223, "781318", 1, 0, 11), + (14224, "781318", 1, 0, 11), + (14225, "781318", 1, 0, 11), + (14226, "781318", 1, 0, 11), + (14227, "781318", 1, 0, 11), + (14228, "781318", 1, 0, 11), + (14229, "781318", 1, 0, 11), + (14230, "781318", 1, 0, 11), + (14231, "781318", 1, 0, 11), + (14232, "781318", 1, 0, 11), + (14233, "781318", 1, 0, 11), + (14234, "781318", 1, 0, 11), + (14235, "781318", 1, 0, 11), + (14236, "781313", 1, 0, 11), + (14237, "781313", 1, 0, 11), + (14238, "781313", 1, 0, 11), + (14239, "781313", 1, 0, 11), + (14240, "781317", 1, 0, 11), + (14241, "781317", 1, 0, 11), + (14242, "781317", 1, 0, 11), + (14243, "781317", 1, 0, 11), + (14244, "781317", 1, 0, 11), + (14245, "781317", 1, 0, 11), + (14246, "781317", 1, 0, 11), + (14247, "781338", 1, 0, 11), + (14248, "781338", 1, 0, 11), + (14249, "781338", 1, 0, 11), + (14250, "781367", 1, 0, 11), + (14251, "781367", 1, 0, 11), + (14252, "781367", 1, 0, 11), + (14253, "781367", 1, 0, 11), + (14254, "781367", 1, 0, 11), + (14255, "781367", 1, 0, 11), + (14256, "781367", 1, 0, 11), + (14257, "781367", 1, 0, 11), + (14258, "781367", 1, 0, 11), + (14259, "781367", 1, 0, 11), + (14260, "781367", 1, 0, 11), + (14261, "781367", 1, 0, 11), + (14262, "781367", 1, 0, 11), + (14263, "781367", 1, 0, 11), + (14264, "781367", 1, 0, 11), + (14265, "781367", 1, 0, 11), + (14266, "781367", 1, 0, 11), + (14267, "781377", 1, 0, 11), + (14268, "781377", 1, 0, 11), + (14269, "781377", 1, 0, 11), + (14270, "781377", 1, 0, 11), + (14271, "781377", 1, 0, 11), + (14272, "781371", 1, 0, 11), + (14273, "781371", 1, 0, 11), + (14274, "781371", 1, 0, 11), + (14275, "781371", 1, 0, 11), + (14276, "781328", 1, 0, 11), + (14277, "781328", 1, 0, 11), + (14278, "781328", 1, 0, 11), + (14279, "781302", 1, 0, 11), + (14280, "781302", 1, 0, 11), + (14281, "781302", 1, 0, 11), + (14282, "781355", 1, 0, 11), + (14283, "781355", 1, 0, 11), + (14284, "781355", 1, 0, 11), + (14285, "781355", 1, 0, 11), + (14286, "781355", 1, 0, 11), + (14287, "781355", 1, 0, 11), + (14288, "781355", 1, 0, 11), + (14289, "781344", 1, 0, 11), + (14290, "781344", 1, 0, 11), + (14291, "781344", 1, 0, 11), + (14292, "781344", 1, 0, 11), + (14293, "781344", 1, 0, 11), + (14294, "781344", 1, 0, 11), + (14295, "781303", 1, 0, 11), + (14296, "781303", 1, 0, 11), + (14297, "781303", 1, 0, 11), + (14298, "781317", 1, 0, 11), + (14299, "781317", 1, 0, 11), + (14300, "781317", 1, 0, 11), + (14301, "785104", 1, 0, 11), + (14302, "785006", 1, 0, 11), + (14303, "785700", 1, 0, 11), + (14304, "785636", 1, 0, 11), + (14305, "785611", 1, 0, 11), + (14306, "785612", 1, 0, 11), + (14307, "785603", 1, 0, 11), + (14308, "785691", 1, 0, 11), + (14309, "785685", 1, 0, 11), + (14310, "785672", 1, 0, 11), + (14311, "785690", 1, 0, 11), + (14312, "785664", 1, 0, 11), + (14313, "785664", 1, 0, 11), + (14314, "785664", 1, 0, 11), + (14315, "785701", 1, 0, 11), + (14316, "785701", 1, 0, 11), + (14317, "785701", 1, 0, 11), + (14318, "785701", 1, 0, 11), + (14319, "785701", 1, 0, 11), + (14320, "785683", 1, 0, 11), + (14321, "785683", 1, 0, 11), + (14322, "785683", 1, 0, 11), + (14323, "785683", 1, 0, 11), + (14324, "785683", 1, 0, 11), + (14325, "785683", 1, 0, 11), + (14326, "785683", 1, 0, 11), + (14327, "785683", 1, 0, 11), + (14328, "785683", 1, 0, 11), + (14329, "785683", 1, 0, 11), + (14330, "785683", 1, 0, 11), + (14331, "785665", 1, 0, 11), + (14332, "785665", 1, 0, 11), + (14333, "785666", 1, 0, 11), + (14334, "785666", 1, 0, 11), + (14335, "785689", 1, 0, 11), + (14336, "785689", 1, 0, 11), + (14337, "785689", 1, 0, 11), + (14338, "785689", 1, 0, 11), + (14339, "785689", 1, 0, 11), + (14340, "785689", 1, 0, 11), + (14341, "785689", 1, 0, 11), + (14342, "785693", 1, 0, 11), + (14343, "785693", 1, 0, 11), + (14344, "785661", 1, 0, 11), + (14345, "785661", 1, 0, 11), + (14346, "785661", 1, 0, 11), + (14347, "785662", 1, 0, 11), + (14348, "785662", 1, 0, 11), + (14349, "785662", 1, 0, 11), + (14350, "785662", 1, 0, 11), + (14351, "785662", 1, 0, 11), + (14352, "785663", 1, 0, 11), + (14353, "785663", 1, 0, 11), + (14354, "785663", 1, 0, 11), + (14355, "785663", 1, 0, 11), + (14356, "785663", 1, 0, 11), + (14357, "785663", 1, 0, 11), + (14358, "785696", 1, 0, 11), + (14359, "785696", 1, 0, 11), + (14360, "785696", 1, 0, 11), + (14361, "785696", 1, 0, 11), + (14362, "785696", 1, 0, 11), + (14363, "785664", 1, 0, 11), + (14364, "785664", 1, 0, 11), + (14365, "785664", 1, 0, 11), + (14366, "785664", 1, 0, 11), + (14367, "785664", 1, 0, 11), + (14368, "785664", 1, 0, 11), + (14369, "785664", 1, 0, 11), + (14370, "785666", 1, 0, 11), + (14371, "785666", 1, 0, 11), + (14372, "785666", 1, 0, 11), + (14373, "785666", 1, 0, 11), + (14374, "785666", 1, 0, 11), + (14375, "785667", 1, 0, 11), + (14376, "785667", 1, 0, 11), + (14377, "785667", 1, 0, 11), + (14378, "785667", 1, 0, 11), + (14379, "785667", 1, 0, 11), + (14380, "785667", 1, 0, 11), + (14381, "785688", 1, 0, 11), + (14382, "785688", 1, 0, 11), + (14383, "785688", 1, 0, 11), + (14384, "785698", 1, 0, 11), + (14385, "785670", 1, 0, 11), + (14386, "785670", 1, 0, 11), + (14387, "785670", 1, 0, 11), + (14388, "785670", 1, 0, 11), + (14389, "785670", 1, 0, 11), + (14390, "785670", 1, 0, 11), + (14391, "785684", 1, 0, 11), + (14392, "785684", 1, 0, 11), + (14393, "785684", 1, 0, 11), + (14394, "785684", 1, 0, 11), + (14395, "785684", 1, 0, 11), + (14396, "785684", 1, 0, 11), + (14397, "785684", 1, 0, 11), + (14398, "785682", 1, 0, 11), + (14399, "785682", 1, 0, 11), + (14400, "785682", 1, 0, 11), + (14401, "785682", 1, 0, 11), + (14402, "785682", 1, 0, 11), + (14403, "785682", 1, 0, 11), + (14404, "785682", 1, 0, 11), + (14405, "785682", 1, 0, 11), + (14406, "785682", 1, 0, 11), + (14407, "785682", 1, 0, 11), + (14408, "785104", 1, 0, 11), + (14409, "785104", 1, 0, 11), + (14410, "785104", 1, 0, 11), + (14411, "785104", 1, 0, 11), + (14412, "785104", 1, 0, 11), + (14413, "785104", 1, 0, 11), + (14414, "785104", 1, 0, 11), + (14415, "785104", 1, 0, 11), + (14416, "785104", 1, 0, 11), + (14417, "785104", 1, 0, 11), + (14418, "785104", 1, 0, 11), + (14419, "785104", 1, 0, 11), + (14420, "785104", 1, 0, 11), + (14421, "785104", 1, 0, 11), + (14422, "785616", 1, 0, 11), + (14423, "785616", 1, 0, 11), + (14424, "785616", 1, 0, 11), + (14425, "785616", 1, 0, 11), + (14426, "785616", 1, 0, 11), + (14427, "785616", 1, 0, 11), + (14428, "785105", 1, 0, 11), + (14429, "785105", 1, 0, 11), + (14430, "785105", 1, 0, 11), + (14431, "785105", 1, 0, 11), + (14432, "785105", 1, 0, 11), + (14433, "785105", 1, 0, 11), + (14434, "785105", 1, 0, 11), + (14435, "785105", 1, 0, 11), + (14436, "785105", 1, 0, 11), + (14437, "785105", 1, 0, 11), + (14438, "785007", 1, 0, 11), + (14439, "785007", 1, 0, 11), + (14440, "785006", 1, 0, 11), + (14441, "785006", 1, 0, 11), + (14442, "785006", 1, 0, 11), + (14443, "785006", 1, 0, 11), + (14444, "785108", 1, 0, 11), + (14445, "785108", 1, 0, 11), + (14446, "785108", 1, 0, 11), + (14447, "785108", 1, 0, 11), + (14448, "785108", 1, 0, 11), + (14449, "785108", 1, 0, 11), + (14450, "785108", 1, 0, 11), + (14451, "785108", 1, 0, 11), + (14452, "785108", 1, 0, 11), + (14453, "785107", 1, 0, 11), + (14454, "785107", 1, 0, 11), + (14455, "785107", 1, 0, 11), + (14456, "785107", 1, 0, 11), + (14457, "785107", 1, 0, 11), + (14458, "785107", 1, 0, 11), + (14459, "785107", 1, 0, 11), + (14460, "785106", 1, 0, 11), + (14461, "785106", 1, 0, 11), + (14462, "785106", 1, 0, 11), + (14463, "785106", 1, 0, 11), + (14464, "785106", 1, 0, 11), + (14465, "785106", 1, 0, 11), + (14466, "785633", 1, 0, 11), + (14467, "785633", 1, 0, 11), + (14468, "785633", 1, 0, 11), + (14469, "785633", 1, 0, 11), + (14470, "785015", 1, 0, 11), + (14471, "785015", 1, 0, 11), + (14472, "785015", 1, 0, 11), + (14473, "785700", 1, 0, 11), + (14474, "785700", 1, 0, 11), + (14475, "785700", 1, 0, 11), + (14476, "785110", 1, 0, 11), + (14477, "785110", 1, 0, 11), + (14478, "785110", 1, 0, 11), + (14479, "785110", 1, 0, 11), + (14480, "785110", 1, 0, 11), + (14481, "785110", 1, 0, 11), + (14482, "785110", 1, 0, 11), + (14483, "785110", 1, 0, 11), + (14484, "785110", 1, 0, 11), + (14485, "785634", 1, 0, 11), + (14486, "785634", 1, 0, 11), + (14487, "785634", 1, 0, 11), + (14488, "785634", 1, 0, 11), + (14489, "785635", 1, 0, 11), + (14490, "785635", 1, 0, 11), + (14491, "785635", 1, 0, 11), + (14492, "785635", 1, 0, 11), + (14493, "785635", 1, 0, 11), + (14494, "785635", 1, 0, 11), + (14495, "785635", 1, 0, 11), + (14496, "785635", 1, 0, 11), + (14497, "785635", 1, 0, 11), + (14498, "785635", 1, 0, 11), + (14499, "785635", 1, 0, 11), + (14500, "785635", 1, 0, 11), + (14501, "785111", 1, 0, 11), + (14502, "785111", 1, 0, 11), + (14503, "785009", 1, 0, 11), + (14504, "785704", 1, 0, 11), + (14505, "785632", 1, 0, 11), + (14506, "785632", 1, 0, 11), + (14507, "785632", 1, 0, 11), + (14508, "785632", 1, 0, 11), + (14509, "785014", 1, 0, 11), + (14510, "785636", 1, 0, 11), + (14511, "785636", 1, 0, 11), + (14512, "785636", 1, 0, 11), + (14513, "785636", 1, 0, 11), + (14514, "785636", 1, 0, 11), + (14515, "785636", 1, 0, 11), + (14516, "785636", 1, 0, 11), + (14517, "785112", 1, 0, 11), + (14518, "785112", 1, 0, 11), + (14519, "785112", 1, 0, 11), + (14520, "785112", 1, 0, 11), + (14521, "785112", 1, 0, 11), + (14522, "785112", 1, 0, 11), + (14523, "785112", 1, 0, 11), + (14524, "785112", 1, 0, 11), + (14525, "785112", 1, 0, 11), + (14526, "785112", 1, 0, 11), + (14527, "785112", 1, 0, 11), + (14528, "785112", 1, 0, 11), + (14529, "785112", 1, 0, 11), + (14530, "785112", 1, 0, 11), + (14531, "785630", 1, 0, 11), + (14532, "785630", 1, 0, 11), + (14533, "785630", 1, 0, 11), + (14534, "785630", 1, 0, 11), + (14535, "785630", 1, 0, 11), + (14536, "785630", 1, 0, 11), + (14537, "785630", 1, 0, 11), + (14538, "785630", 1, 0, 11), + (14539, "785630", 1, 0, 11), + (14540, "785630", 1, 0, 11), + (14541, "785630", 1, 0, 11), + (14542, "785630", 1, 0, 11), + (14543, "785611", 1, 0, 11), + (14544, "785611", 1, 0, 11), + (14545, "785101", 1, 0, 11), + (14546, "785101", 1, 0, 11), + (14547, "785101", 1, 0, 11), + (14548, "785101", 1, 0, 11), + (14549, "785101", 1, 0, 11), + (14550, "785101", 1, 0, 11), + (14551, "785101", 1, 0, 11), + (14552, "785101", 1, 0, 11), + (14553, "785004", 1, 0, 11), + (14554, "785004", 1, 0, 11), + (14555, "785631", 1, 0, 11), + (14556, "785631", 1, 0, 11), + (14557, "785631", 1, 0, 11), + (14558, "785631", 1, 0, 11), + (14559, "785631", 1, 0, 11), + (14560, "785631", 1, 0, 11), + (14561, "785631", 1, 0, 11), + (14562, "785631", 1, 0, 11), + (14563, "785631", 1, 0, 11), + (14564, "785631", 1, 0, 11), + (14565, "785631", 1, 0, 11), + (14566, "785631", 1, 0, 11), + (14567, "785631", 1, 0, 11), + (14568, "785631", 1, 0, 11), + (14569, "785008", 1, 0, 11), + (14570, "785008", 1, 0, 11), + (14571, "785008", 1, 0, 11), + (14572, "785010", 1, 0, 11), + (14573, "785010", 1, 0, 11), + (14574, "785010", 1, 0, 11), + (14575, "785010", 1, 0, 11), + (14576, "785010", 1, 0, 11), + (14577, "785102", 1, 0, 11), + (14578, "785104", 1, 0, 11), + (14579, "785104", 1, 0, 11), + (14580, "785104", 1, 0, 11), + (14581, "785611", 1, 0, 11), + (14582, "785611", 1, 0, 11), + (14583, "785611", 1, 0, 11), + (14584, "785611", 1, 0, 11), + (14585, "785602", 1, 0, 11), + (14586, "785602", 1, 0, 11), + (14587, "785602", 1, 0, 11), + (14588, "785602", 1, 0, 11), + (14589, "785602", 1, 0, 11), + (14590, "785602", 1, 0, 11), + (14591, "785618", 1, 0, 11), + (14592, "785618", 1, 0, 11), + (14593, "785618", 1, 0, 11), + (14594, "785618", 1, 0, 11), + (14595, "785618", 1, 0, 11), + (14596, "785618", 1, 0, 11), + (14597, "785702", 1, 0, 11), + (14598, "785702", 1, 0, 11), + (14599, "785702", 1, 0, 11), + (14600, "785702", 1, 0, 11), + (14601, "785702", 1, 0, 11), + (14602, "785702", 1, 0, 11), + (14603, "785702", 1, 0, 11), + (14604, "785702", 1, 0, 11), + (14605, "785702", 1, 0, 11), + (14606, "785702", 1, 0, 11), + (14607, "785702", 1, 0, 11), + (14608, "785702", 1, 0, 11), + (14609, "785702", 1, 0, 11), + (14610, "785702", 1, 0, 11), + (14611, "785702", 1, 0, 11), + (14612, "785702", 1, 0, 11), + (14613, "785702", 1, 0, 11), + (14614, "785612", 1, 0, 11), + (14615, "785612", 1, 0, 11), + (14616, "785612", 1, 0, 11), + (14617, "785612", 1, 0, 11), + (14618, "785612", 1, 0, 11), + (14619, "785612", 1, 0, 11), + (14620, "785612", 1, 0, 11), + (14621, "785612", 1, 0, 11), + (14622, "785612", 1, 0, 11), + (14623, "785612", 1, 0, 11), + (14624, "785612", 1, 0, 11), + (14625, "785614", 1, 0, 11), + (14626, "785614", 1, 0, 11), + (14627, "785614", 1, 0, 11), + (14628, "785614", 1, 0, 11), + (14629, "785614", 1, 0, 11), + (14630, "785614", 1, 0, 11), + (14631, "785614", 1, 0, 11), + (14632, "785614", 1, 0, 11), + (14633, "785614", 1, 0, 11), + (14634, "785614", 1, 0, 11), + (14635, "785614", 1, 0, 11), + (14636, "785614", 1, 0, 11), + (14637, "785614", 1, 0, 11), + (14638, "785614", 1, 0, 11), + (14639, "785622", 1, 0, 11), + (14640, "785622", 1, 0, 11), + (14641, "785622", 1, 0, 11), + (14642, "785622", 1, 0, 11), + (14643, "785622", 1, 0, 11), + (14644, "785622", 1, 0, 11), + (14645, "785622", 1, 0, 11), + (14646, "785622", 1, 0, 11), + (14647, "785622", 1, 0, 11), + (14648, "785622", 1, 0, 11), + (14649, "785610", 1, 0, 11), + (14650, "785625", 1, 0, 11), + (14651, "785625", 1, 0, 11), + (14652, "785625", 1, 0, 11), + (14653, "785625", 1, 0, 11), + (14654, "785625", 1, 0, 11), + (14655, "785619", 1, 0, 11), + (14656, "785619", 1, 0, 11), + (14657, "785619", 1, 0, 11), + (14658, "785619", 1, 0, 11), + (14659, "785619", 1, 0, 11), + (14660, "785609", 1, 0, 11), + (14661, "785609", 1, 0, 11), + (14662, "785609", 1, 0, 11), + (14663, "785613", 1, 0, 11), + (14664, "785613", 1, 0, 11), + (14665, "785626", 1, 0, 11), + (14666, "785626", 1, 0, 11), + (14667, "785626", 1, 0, 11), + (14668, "785626", 1, 0, 11), + (14669, "785615", 1, 0, 11), + (14670, "785615", 1, 0, 11), + (14671, "785615", 1, 0, 11), + (14672, "785615", 1, 0, 11), + (14673, "785615", 1, 0, 11), + (14674, "785699", 1, 0, 11), + (14675, "785603", 1, 0, 11), + (14676, "785603", 1, 0, 11), + (14677, "785603", 1, 0, 11), + (14678, "785603", 1, 0, 11), + (14679, "785603", 1, 0, 11), + (14680, "785703", 1, 0, 11), + (14681, "785703", 1, 0, 11), + (14682, "785703", 1, 0, 11), + (14683, "785703", 1, 0, 11), + (14684, "785703", 1, 0, 11), + (14685, "785703", 1, 0, 11), + (14686, "785703", 1, 0, 11), + (14687, "785601", 1, 0, 11), + (14688, "785601", 1, 0, 11), + (14689, "785601", 1, 0, 11), + (14690, "785601", 1, 0, 11), + (14691, "785601", 1, 0, 11), + (14692, "785601", 1, 0, 11), + (14693, "785601", 1, 0, 11), + (14694, "785601", 1, 0, 11), + (14695, "785680", 1, 0, 11), + (14696, "785680", 1, 0, 11), + (14697, "785680", 1, 0, 11), + (14698, "785680", 1, 0, 11), + (14699, "785680", 1, 0, 11), + (14700, "785680", 1, 0, 11), + (14701, "785680", 1, 0, 11), + (14702, "785680", 1, 0, 11), + (14703, "785680", 1, 0, 11), + (14704, "785680", 1, 0, 11), + (14705, "785680", 1, 0, 11), + (14706, "785681", 1, 0, 11), + (14707, "785681", 1, 0, 11), + (14708, "785681", 1, 0, 11), + (14709, "785681", 1, 0, 11), + (14710, "785691", 1, 0, 11), + (14711, "785691", 1, 0, 11), + (14712, "785691", 1, 0, 11), + (14713, "785691", 1, 0, 11), + (14714, "785691", 1, 0, 11), + (14715, "785691", 1, 0, 11), + (14716, "785691", 1, 0, 11), + (14717, "785691", 1, 0, 11), + (14718, "785691", 1, 0, 11), + (14719, "785691", 1, 0, 11), + (14720, "785691", 1, 0, 11), + (14721, "785693", 1, 0, 11), + (14722, "785693", 1, 0, 11), + (14723, "785693", 1, 0, 11), + (14724, "785693", 1, 0, 11), + (14725, "785693", 1, 0, 11), + (14726, "785693", 1, 0, 11), + (14727, "785684", 1, 0, 11), + (14728, "785684", 1, 0, 11), + (14729, "785684", 1, 0, 11), + (14730, "785684", 1, 0, 11), + (14731, "785684", 1, 0, 11), + (14732, "785685", 1, 0, 11), + (14733, "785685", 1, 0, 11), + (14734, "785685", 1, 0, 11), + (14735, "785685", 1, 0, 11), + (14736, "785685", 1, 0, 11), + (14737, "785685", 1, 0, 11), + (14738, "785685", 1, 0, 11), + (14739, "785685", 1, 0, 11), + (14740, "785685", 1, 0, 11), + (14741, "785685", 1, 0, 11), + (14742, "785685", 1, 0, 11), + (14743, "785685", 1, 0, 11), + (14744, "785685", 1, 0, 11), + (14745, "785685", 1, 0, 11), + (14746, "785685", 1, 0, 11), + (14747, "785685", 1, 0, 11), + (14748, "785685", 1, 0, 11), + (14749, "785685", 1, 0, 11), + (14750, "785685", 1, 0, 11), + (14751, "785674", 1, 0, 11), + (14752, "785674", 1, 0, 11), + (14753, "785674", 1, 0, 11), + (14754, "785674", 1, 0, 11), + (14755, "785671", 1, 0, 11), + (14756, "785671", 1, 0, 11), + (14757, "785671", 1, 0, 11), + (14758, "785671", 1, 0, 11), + (14759, "785671", 1, 0, 11), + (14760, "785671", 1, 0, 11), + (14761, "785671", 1, 0, 11), + (14762, "785671", 1, 0, 11), + (14763, "785697", 1, 0, 11), + (14764, "785697", 1, 0, 11), + (14765, "785697", 1, 0, 11), + (14766, "785697", 1, 0, 11), + (14767, "785697", 1, 0, 11), + (14768, "785697", 1, 0, 11), + (14769, "785697", 1, 0, 11), + (14770, "785697", 1, 0, 11), + (14771, "785697", 1, 0, 11), + (14772, "785697", 1, 0, 11), + (14773, "785697", 1, 0, 11), + (14774, "785697", 1, 0, 11), + (14775, "785697", 1, 0, 11), + (14776, "785697", 1, 0, 11), + (14777, "785697", 1, 0, 11), + (14778, "785697", 1, 0, 11), + (14779, "785672", 1, 0, 11), + (14780, "785672", 1, 0, 11), + (14781, "785672", 1, 0, 11), + (14782, "785687", 1, 0, 11), + (14783, "785687", 1, 0, 11), + (14784, "785687", 1, 0, 11), + (14785, "785687", 1, 0, 11), + (14786, "785687", 1, 0, 11), + (14787, "785692", 1, 0, 11), + (14788, "785692", 1, 0, 11), + (14789, "785692", 1, 0, 11), + (14790, "785692", 1, 0, 11), + (14791, "785692", 1, 0, 11), + (14792, "785692", 1, 0, 11), + (14793, "785692", 1, 0, 11), + (14794, "785692", 1, 0, 11), + (14795, "785692", 1, 0, 11), + (14796, "785692", 1, 0, 11), + (14797, "785692", 1, 0, 11), + (14798, "785692", 1, 0, 11), + (14799, "785673", 1, 0, 11), + (14800, "785673", 1, 0, 11), + (14801, "785673", 1, 0, 11), + (14802, "785673", 1, 0, 11), + (14803, "785673", 1, 0, 11), + (14804, "785673", 1, 0, 11), + (14805, "785673", 1, 0, 11), + (14806, "785686", 1, 0, 11), + (14807, "785686", 1, 0, 11), + (14808, "785686", 1, 0, 11), + (14809, "785686", 1, 0, 11), + (14810, "785686", 1, 0, 11), + (14811, "785686", 1, 0, 11), + (14812, "785690", 1, 0, 11), + (14813, "785690", 1, 0, 11), + (14814, "785690", 1, 0, 11), + (14815, "786158", 1, 0, 11), + (14816, "786187", 1, 0, 11), + (14817, "786183", 1, 0, 11), + (14818, "786189", 1, 0, 11), + (14819, "786151", 1, 0, 11), + (14820, "786151", 1, 0, 11), + (14821, "786151", 1, 0, 11), + (14822, "786151", 1, 0, 11), + (14823, "786151", 1, 0, 11), + (14824, "786151", 1, 0, 11), + (14825, "786190", 1, 0, 11), + (14826, "786192", 1, 0, 11), + (14827, "786601", 1, 0, 11), + (14828, "786601", 1, 0, 11), + (14829, "786188", 1, 0, 11), + (14830, "786188", 1, 0, 11), + (14831, "786188", 1, 0, 11), + (14832, "786152", 1, 0, 11), + (14833, "786152", 1, 0, 11), + (14834, "786152", 1, 0, 11), + (14835, "786152", 1, 0, 11), + (14836, "786152", 1, 0, 11), + (14837, "786152", 1, 0, 11), + (14838, "786152", 1, 0, 11), + (14839, "786152", 1, 0, 11), + (14840, "786152", 1, 0, 11), + (14841, "786152", 1, 0, 11), + (14842, "786152", 1, 0, 11), + (14843, "786152", 1, 0, 11), + (14844, "786152", 1, 0, 11), + (14845, "786158", 1, 0, 11), + (14846, "786187", 1, 0, 11), + (14847, "786181", 1, 0, 11), + (14848, "786181", 1, 0, 11), + (14849, "786181", 1, 0, 11), + (14850, "786181", 1, 0, 11), + (14851, "786181", 1, 0, 11), + (14852, "786181", 1, 0, 11), + (14853, "786160", 1, 0, 11), + (14854, "786160", 1, 0, 11), + (14855, "786160", 1, 0, 11), + (14856, "786160", 1, 0, 11), + (14857, "786147", 1, 0, 11), + (14858, "786147", 1, 0, 11), + (14859, "786147", 1, 0, 11), + (14860, "786154", 1, 0, 11), + (14861, "786154", 1, 0, 11), + (14862, "786154", 1, 0, 11), + (14863, "786154", 1, 0, 11), + (14864, "786145", 1, 0, 11), + (14865, "786148", 1, 0, 11), + (14866, "786145", 1, 0, 11), + (14867, "786146", 1, 0, 11), + (14868, "786146", 1, 0, 11), + (14869, "786181", 1, 0, 11), + (14870, "786183", 1, 0, 11), + (14871, "786183", 1, 0, 11), + (14872, "786183", 1, 0, 11), + (14873, "786183", 1, 0, 11), + (14874, "786182", 1, 0, 11), + (14875, "786182", 1, 0, 11), + (14876, "786182", 1, 0, 11), + (14877, "786182", 1, 0, 11), + (14878, "786150", 1, 0, 11), + (14879, "786126", 1, 0, 11), + (14880, "786157", 1, 0, 11), + (14881, "786157", 1, 0, 11), + (14882, "786157", 1, 0, 11), + (14883, "786157", 1, 0, 11), + (14884, "786171", 1, 0, 11), + (14885, "786171", 1, 0, 11), + (14886, "786171", 1, 0, 11), + (14887, "786171", 1, 0, 11), + (14888, "786171", 1, 0, 11), + (14889, "786171", 1, 0, 11), + (14890, "786171", 1, 0, 11), + (14891, "786171", 1, 0, 11), + (14892, "786171", 1, 0, 11), + (14893, "786171", 1, 0, 11), + (14894, "786189", 1, 0, 11), + (14895, "786182", 1, 0, 11), + (14896, "786182", 1, 0, 11), + (14897, "786182", 1, 0, 11), + (14898, "786182", 1, 0, 11), + (14899, "786182", 1, 0, 11), + (14900, "786170", 1, 0, 11), + (14901, "786170", 1, 0, 11), + (14902, "786183", 1, 0, 11), + (14903, "786183", 1, 0, 11), + (14904, "786183", 1, 0, 11), + (14905, "786174", 1, 0, 11), + (14906, "786174", 1, 0, 11), + (14907, "786174", 1, 0, 11), + (14908, "786174", 1, 0, 11), + (14909, "786174", 1, 0, 11), + (14910, "786160", 1, 0, 11), + (14911, "786160", 1, 0, 11), + (14912, "786146", 1, 0, 11), + (14913, "786156", 1, 0, 11), + (14914, "786156", 1, 0, 11), + (14915, "786156", 1, 0, 11), + (14916, "786156", 1, 0, 11), + (14917, "786156", 1, 0, 11), + (14918, "786156", 1, 0, 11), + (14919, "786156", 1, 0, 11), + (14920, "786179", 1, 0, 11), + (14921, "854334", 1, 0, 8), + (14922, "854334", 1, 0, 8), + (14923, "854334", 1, 0, 8), + (14924, "854334", 1, 0, 8), + (14925, "854334", 1, 0, 8), + (14926, "854334", 1, 0, 8), + (14927, "854334", 1, 0, 8), + (14928, "854334", 1, 0, 8), + (14929, "854334", 1, 0, 8), + (14930, "854334", 1, 0, 8), + (14931, "854334", 1, 0, 8), + (14932, "854334", 1, 0, 8), + (14933, "854334", 1, 0, 8), + (14934, "854334", 1, 0, 8), + (14935, "854335", 1, 0, 8), + (14936, "854335", 1, 0, 8), + (14937, "854335", 1, 0, 8), + (14938, "854335", 1, 0, 8), + (14939, "854335", 1, 0, 8), + (14940, "854335", 1, 0, 8), + (14941, "854335", 1, 0, 8), + (14942, "854335", 1, 0, 8), + (14943, "854336", 1, 0, 8), + (14944, "854336", 1, 0, 8), + (14945, "854336", 1, 0, 8), + (14946, "854336", 1, 0, 8), + (14947, "854303", 1, 0, 8), + (14948, "854303", 1, 0, 8), + (14949, "854303", 1, 0, 8), + (14950, "854303", 1, 0, 8), + (14951, "854303", 1, 0, 8), + (14952, "854303", 1, 0, 8), + (14953, "854202", 1, 0, 8), + (14954, "854202", 1, 0, 8), + (14955, "854327", 1, 0, 8), + (14956, "854329", 1, 0, 8), + (14957, "854329", 1, 0, 8), + (14958, "854329", 1, 0, 8), + (14959, "854329", 1, 0, 8), + (14960, "854329", 1, 0, 8), + (14961, "854329", 1, 0, 8), + (14962, "854329", 1, 0, 8), + (14963, "854329", 1, 0, 8), + (14964, "854329", 1, 0, 8), + (14965, "854329", 1, 0, 8), + (14966, "854329", 1, 0, 8), + (14967, "854329", 1, 0, 8), + (14968, "854329", 1, 0, 8), + (14969, "854330", 1, 0, 8), + (14970, "854330", 1, 0, 8), + (14971, "854330", 1, 0, 8), + (14972, "854330", 1, 0, 8), + (14973, "854330", 1, 0, 8), + (14974, "855101", 1, 0, 8), + (14975, "855101", 1, 0, 8), + (14976, "855101", 1, 0, 8), + (14977, "855101", 1, 0, 8), + (14978, "855101", 1, 0, 8), + (14979, "855101", 1, 0, 8), + (14980, "855101", 1, 0, 8), + (14981, "855101", 1, 0, 8), + (14982, "855101", 1, 0, 8), + (14983, "855101", 1, 0, 8), + (14984, "855101", 1, 0, 8), + (14985, "855101", 1, 0, 8), + (14986, "855101", 1, 0, 8), + (14987, "855101", 1, 0, 8), + (14988, "855101", 1, 0, 8), + (14989, "855101", 1, 0, 8), + (14990, "854202", 1, 0, 8), + (14991, "854317", 1, 0, 8), + (14992, "854317", 1, 0, 8), + (14993, "854317", 1, 0, 8), + (14994, "854317", 1, 0, 8), + (14995, "854317", 1, 0, 8), + (14996, "854317", 1, 0, 8), + (14997, "854317", 1, 0, 8), + (14998, "854317", 1, 0, 8), + (14999, "854317", 1, 0, 8), + (15000, "854317", 1, 0, 8), + (15001, "854317", 1, 0, 8), + (15002, "854317", 1, 0, 8), + (15003, "854317", 1, 0, 8), + (15004, "854317", 1, 0, 8), + (15005, "854317", 1, 0, 8), + (15006, "854317", 1, 0, 8), + (15007, "854317", 1, 0, 8), + (15008, "854317", 1, 0, 8), + (15009, "854106", 1, 0, 8), + (15010, "854106", 1, 0, 8), + (15011, "854106", 1, 0, 8), + (15012, "854107", 1, 0, 8), + (15013, "854107", 1, 0, 8), + (15014, "854107", 1, 0, 8), + (15015, "854107", 1, 0, 8), + (15016, "854107", 1, 0, 8), + (15017, "854107", 1, 0, 8), + (15018, "854107", 1, 0, 8), + (15019, "855107", 1, 0, 8), + (15020, "855107", 1, 0, 8), + (15021, "855107", 1, 0, 8), + (15022, "855107", 1, 0, 8), + (15023, "855107", 1, 0, 8), + (15024, "855107", 1, 0, 8), + (15025, "855107", 1, 0, 8), + (15026, "855107", 1, 0, 8), + (15027, "855107", 1, 0, 8), + (15028, "855107", 1, 0, 8), + (15029, "855107", 1, 0, 8), + (15030, "855107", 1, 0, 8), + (15031, "855107", 1, 0, 8), + (15032, "855107", 1, 0, 8), + (15033, "855107", 1, 0, 8), + (15034, "855107", 1, 0, 8), + (15035, "855107", 1, 0, 8), + (15036, "855107", 1, 0, 8), + (15037, "855107", 1, 0, 8), + (15038, "855107", 1, 0, 8), + (15039, "854108", 1, 0, 8), + (15040, "854108", 1, 0, 8), + (15041, "854108", 1, 0, 8), + (15042, "854108", 1, 0, 8), + (15043, "854108", 1, 0, 8), + (15044, "854108", 1, 0, 8), + (15045, "854108", 1, 0, 8), + (15046, "854113", 1, 0, 8), + (15047, "854113", 1, 0, 8), + (15048, "854113", 1, 0, 8), + (15049, "854113", 1, 0, 8), + (15050, "854113", 1, 0, 8), + (15051, "854113", 1, 0, 8), + (15052, "854113", 1, 0, 8), + (15053, "854113", 1, 0, 8), + (15054, "854113", 1, 0, 8), + (15055, "854113", 1, 0, 8), + (15056, "854315", 1, 0, 8), + (15057, "854113", 1, 0, 8), + (15058, "854113", 1, 0, 8), + (15059, "854113", 1, 0, 8), + (15060, "854113", 1, 0, 8), + (15061, "854113", 1, 0, 8), + (15062, "854113", 1, 0, 8), + (15063, "854312", 1, 0, 8), + (15064, "854312", 1, 0, 8), + (15065, "854312", 1, 0, 8), + (15066, "854312", 1, 0, 8), + (15067, "854312", 1, 0, 8), + (15068, "854312", 1, 0, 8), + (15069, "854312", 1, 0, 8), + (15070, "854312", 1, 0, 8), + (15071, "854312", 1, 0, 8), + (15072, "854312", 1, 0, 8), + (15073, "854312", 1, 0, 8), + (15074, "854312", 1, 0, 8), + (15075, "854315", 1, 0, 8), + (15076, "854315", 1, 0, 8), + (15077, "854315", 1, 0, 8), + (15078, "854315", 1, 0, 8), + (15079, "854315", 1, 0, 8), + (15080, "854315", 1, 0, 8), + (15081, "854315", 1, 0, 8), + (15082, "854315", 1, 0, 8), + (15083, "854315", 1, 0, 8), + (15084, "854315", 1, 0, 8), + (15085, "854315", 1, 0, 8), + (15086, "854315", 1, 0, 8), + (15087, "854315", 1, 0, 8), + (15088, "854315", 1, 0, 8), + (15089, "854201", 1, 0, 8), + (15090, "854201", 1, 0, 8), + (15091, "854201", 1, 0, 8), + (15092, "854201", 1, 0, 8), + (15093, "854315", 1, 0, 8), + (15094, "854204", 1, 0, 8), + (15095, "854204", 1, 0, 8), + (15096, "854204", 1, 0, 8), + (15097, "854204", 1, 0, 8), + (15098, "854204", 1, 0, 8), + (15099, "854202", 1, 0, 8), + (15100, "854202", 1, 0, 8), + (15101, "854202", 1, 0, 8), + (15102, "854202", 1, 0, 8), + (15103, "854203", 1, 0, 8), + (15104, "854203", 1, 0, 8), + (15105, "854203", 1, 0, 8), + (15106, "854203", 1, 0, 8), + (15107, "854203", 1, 0, 8), + (15108, "854203", 1, 0, 8), + (15109, "854203", 1, 0, 8), + (15110, "854203", 1, 0, 8), + (15111, "854203", 1, 0, 8), + (15112, "854203", 1, 0, 8), + (15113, "854311", 1, 0, 8), + (15114, "854311", 1, 0, 8), + (15115, "854311", 1, 0, 8), + (15116, "854311", 1, 0, 8), + (15117, "854311", 1, 0, 8), + (15118, "854311", 1, 0, 8), + (15119, "854311", 1, 0, 8), + (15120, "854311", 1, 0, 8), + (15121, "854311", 1, 0, 8), + (15122, "854311", 1, 0, 8), + (15123, "854311", 1, 0, 8), + (15124, "854311", 1, 0, 8), + (15125, "854311", 1, 0, 8), + (15126, "854311", 1, 0, 8), + (15127, "854311", 1, 0, 8), + (15128, "854311", 1, 0, 8), + (15129, "854312", 1, 0, 8), + (15130, "854312", 1, 0, 8), + (15131, "854312", 1, 0, 8), + (15132, "854312", 1, 0, 8), + (15133, "854312", 1, 0, 8), + (15134, "854330", 1, 0, 8), + (15135, "854330", 1, 0, 8), + (15136, "854330", 1, 0, 8), + (15137, "854306", 1, 0, 8), + (15138, "854330", 1, 0, 8), + (15139, "854330", 1, 0, 8), + (15140, "854330", 1, 0, 8), + (15141, "854330", 1, 0, 8), + (15142, "854330", 1, 0, 8), + (15143, "854330", 1, 0, 8), + (15144, "854330", 1, 0, 8), + (15145, "854332", 1, 0, 8), + (15146, "854331", 1, 0, 8), + (15147, "854331", 1, 0, 8), + (15148, "854331", 1, 0, 8), + (15149, "854331", 1, 0, 8), + (15150, "854333", 1, 0, 8), + (15151, "854333", 1, 0, 8), + (15152, "854333", 1, 0, 8), + (15153, "854333", 1, 0, 8), + (15154, "854333", 1, 0, 8), + (15155, "854333", 1, 0, 8), + (15156, "854333", 1, 0, 8), + (15157, "854333", 1, 0, 8), + (15158, "854333", 1, 0, 8), + (15159, "854333", 1, 0, 8), + (15160, "854333", 1, 0, 8), + (15161, "854333", 1, 0, 8), + (15162, "854333", 1, 0, 8), + (15163, "854116", 1, 0, 8), + (15164, "854116", 1, 0, 8), + (15165, "854116", 1, 0, 8), + (15166, "854116", 1, 0, 8), + (15167, "854116", 1, 0, 8), + (15168, "854116", 1, 0, 8), + (15169, "854116", 1, 0, 8), + (15170, "854116", 1, 0, 8), + (15171, "854116", 1, 0, 8), + (15172, "854116", 1, 0, 8), + (15173, "854116", 1, 0, 8), + (15174, "854114", 1, 0, 8), + (15175, "854114", 1, 0, 8), + (15176, "854114", 1, 0, 8), + (15177, "854114", 1, 0, 8), + (15178, "854114", 1, 0, 8), + (15179, "854114", 1, 0, 8), + (15180, "854114", 1, 0, 8), + (15181, "854117", 1, 0, 8), + (15182, "854117", 1, 0, 8), + (15183, "855113", 1, 0, 8), + (15184, "855113", 1, 0, 8), + (15185, "855113", 1, 0, 8), + (15186, "855113", 1, 0, 8), + (15187, "855113", 1, 0, 8), + (15188, "855113", 1, 0, 8), + (15189, "855113", 1, 0, 8), + (15190, "855113", 1, 0, 8), + (15191, "855113", 1, 0, 8), + (15192, "855113", 1, 0, 8), + (15193, "855113", 1, 0, 8), + (15194, "855113", 1, 0, 8), + (15195, "854115", 1, 0, 8), + (15196, "854115", 1, 0, 8), + (15197, "854115", 1, 0, 8), + (15198, "854115", 1, 0, 8), + (15199, "854115", 1, 0, 8), + (15200, "854115", 1, 0, 8), + (15201, "854115", 1, 0, 8), + (15202, "855114", 1, 0, 8), + (15203, "855114", 1, 0, 8), + (15204, "855114", 1, 0, 8), + (15205, "855114", 1, 0, 8), + (15206, "855114", 1, 0, 8), + (15207, "855114", 1, 0, 8), + (15208, "855114", 1, 0, 8), + (15209, "855115", 1, 0, 8), + (15210, "855115", 1, 0, 8), + (15211, "855115", 1, 0, 8), + (15212, "855115", 1, 0, 8), + (15213, "855115", 1, 0, 8), + (15214, "855115", 1, 0, 8), + (15215, "855115", 1, 0, 8), + (15216, "855115", 1, 0, 8), + (15217, "855116", 1, 0, 8), + (15218, "855116", 1, 0, 8), + (15219, "855116", 1, 0, 8), + (15220, "855116", 1, 0, 8), + (15221, "855116", 1, 0, 8), + (15222, "855116", 1, 0, 8), + (15223, "855116", 1, 0, 8), + (15224, "855116", 1, 0, 8), + (15225, "855116", 1, 0, 8), + (15226, "855116", 1, 0, 8), + (15227, "855117", 1, 0, 8), + (15228, "855117", 1, 0, 8), + (15229, "855117", 1, 0, 8), + (15230, "855117", 1, 0, 8), + (15231, "855117", 1, 0, 8), + (15232, "855117", 1, 0, 8), + (15233, "855117", 1, 0, 8), + (15234, "855117", 1, 0, 8), + (15235, "855117", 1, 0, 8), + (15236, "854317", 1, 0, 8), + (15237, "854317", 1, 0, 8), + (15238, "854317", 1, 0, 8), + (15239, "854317", 1, 0, 8), + (15240, "855102", 1, 0, 8), + (15241, "855102", 1, 0, 8), + (15242, "855102", 1, 0, 8), + (15243, "802112", 1, 0, 8), + (15244, "842002", 1, 0, 8), + (15245, "842001", 1, 0, 8), + (15246, "842001", 1, 0, 8), + (15247, "842001", 1, 0, 8), + (15248, "842001", 1, 0, 8), + (15249, "842001", 1, 0, 8), + (15250, "842002", 1, 0, 8), + (15251, "842001", 1, 0, 8), + (15252, "842001", 1, 0, 8), + (15253, "800027", 1, 0, 8), + (15254, "805102", 1, 0, 8), + (15255, "805103", 1, 0, 8), + (15256, "805104", 1, 0, 8), + (15257, "805105", 1, 0, 8), + (15258, "805106", 1, 0, 8), + (15259, "805107", 1, 0, 8), + (15260, "805108", 1, 0, 8), + (15261, "805109", 1, 0, 8), + (15262, "805111", 1, 0, 8), + (15263, "805121", 1, 0, 8), + (15264, "805122", 1, 0, 8), + (15265, "805123", 1, 0, 8), + (15266, "805133", 1, 0, 8), + (15267, "805124", 1, 0, 8), + (15268, "805112", 1, 0, 8), + (15269, "805125", 1, 0, 8), + (15270, "805127", 1, 0, 8), + (15271, "805128", 1, 0, 8), + (15272, "805129", 1, 0, 8), + (15273, "805130", 1, 0, 8), + (15274, "805131", 1, 0, 8), + (15275, "805126", 1, 0, 8), + (15276, "805141", 1, 0, 8), + (15277, "804401", 1, 0, 8), + (15278, "803109", 1, 0, 8), + (15279, "805101", 1, 0, 8), + (15280, "841446", 1, 0, 8), + (15281, "804434", 1, 0, 8), + (15282, "800028", 1, 0, 8), + (15283, "854112", 1, 0, 8), + (15284, "854311", 1, 0, 8), + (15285, "854312", 1, 0, 8), + (15286, "854315", 1, 0, 8), + (15287, "854201", 1, 0, 8), + (15288, "854202", 1, 0, 8), + (15289, "854203", 1, 0, 8), + (15290, "854204", 1, 0, 8), + (15291, "854301", 1, 0, 8), + (15292, "854316", 1, 0, 8), + (15293, "854102", 1, 0, 8), + (15294, "854205", 1, 0, 8), + (15295, "854318", 1, 0, 8), + (15296, "854325", 1, 0, 8), + (15297, "854328", 1, 0, 8), + (15298, "854327", 1, 0, 8), + (15299, "854329", 1, 0, 8), + (15300, "854305", 1, 0, 8), + (15301, "854330", 1, 0, 8), + (15302, "854332", 1, 0, 8), + (15303, "854331", 1, 0, 8), + (15304, "854333", 1, 0, 8), + (15305, "854334", 1, 0, 8), + (15306, "854335", 1, 0, 8), + (15307, "854336", 1, 0, 8), + (15308, "854304", 1, 0, 8), + (15309, "854301", 1, 0, 8), + (15310, "854301", 1, 0, 8), + (15311, "854302", 1, 0, 8), + (15312, "854303", 1, 0, 8), + (15313, "854337", 1, 0, 8), + (15314, "854318", 1, 0, 8), + (15315, "854306", 1, 0, 8), + (15316, "854101", 1, 0, 8), + (15317, "855101", 1, 0, 8), + (15318, "854317", 1, 0, 8), + (15319, "855102", 1, 0, 8), + (15320, "854105", 1, 0, 8), + (15321, "855105", 1, 0, 8), + (15322, "855106", 1, 0, 8), + (15323, "854104", 1, 0, 8), + (15324, "854106", 1, 0, 8), + (15325, "854109", 1, 0, 8), + (15326, "854107", 1, 0, 8), + (15327, "854105", 1, 0, 8), + (15328, "854105", 1, 0, 8), + (15329, "854105", 1, 0, 8), + (15330, "855107", 1, 0, 8), + (15331, "855108", 1, 0, 8), + (15332, "854108", 1, 0, 8), + (15333, "854113", 1, 0, 8), + (15334, "854116", 1, 0, 8), + (15335, "854114", 1, 0, 8), + (15336, "854117", 1, 0, 8), + (15337, "855113", 1, 0, 8), + (15338, "854115", 1, 0, 8), + (15339, "855114", 1, 0, 8), + (15340, "855115", 1, 0, 8), + (15341, "855116", 1, 0, 8), + (15342, "855117", 1, 0, 8), + (15343, "854326", 1, 0, 8), + (15344, "854103", 1, 0, 8), + (15345, "847240", 1, 0, 8), + (15346, "847411", 1, 0, 8), + (15347, "847214", 1, 0, 8), + (15348, "844103", 1, 0, 8), + (15349, "851120", 1, 0, 8), + (15350, "847123", 1, 0, 8), + (15351, "824219", 1, 0, 8), + (15352, "805132", 1, 0, 8), + (15353, "824220", 1, 0, 8), + (15354, "801507", 1, 0, 8), + (15355, "844101", 1, 0, 8), + (15356, "852132", 1, 0, 8), + (15357, "842001", 1, 0, 8), + (15358, "824221", 1, 0, 8), + (15359, "804435", 1, 0, 8), + (15360, "801503", 1, 0, 8), + (15361, "803121", 1, 0, 8), + (15362, "803216", 1, 0, 8), + (15363, "803215", 1, 0, 8), + (15364, "802352", 1, 0, 8), + (15365, "801503", 1, 0, 8), + (15366, "813222", 1, 0, 8), + (15367, "812005", 1, 0, 8), + (15368, "812006", 1, 0, 8), + (15369, "853203", 1, 0, 8), + (15370, "813209", 1, 0, 8), + (15371, "813210", 1, 0, 8), + (15372, "853205", 1, 0, 8), + (15373, "813212", 1, 0, 8), + (15374, "813213", 1, 0, 8), + (15375, "813214", 1, 0, 8), + (15376, "813221", 1, 0, 8), + (15377, "812007", 1, 0, 8), + (15378, "853204", 1, 0, 8), + (15379, "813201", 1, 0, 8), + (15380, "812003", 1, 0, 8), + (15381, "812002", 1, 0, 8), + (15382, "853201", 1, 0, 8), + (15383, "812004", 1, 0, 8), + (15384, "813204", 1, 0, 8), + (15385, "813205", 1, 0, 8), + (15386, "813113", 1, 0, 8), + (15387, "813206", 1, 0, 8), + (15388, "813105", 1, 0, 8), + (15389, "813203", 1, 0, 8), + (15390, "853202", 1, 0, 8), + (15391, "848102", 1, 0, 8), + (15392, "848113", 1, 0, 8), + (15393, "848114", 1, 0, 8), + (15394, "848115", 1, 0, 8), + (15395, "848117", 1, 0, 8), + (15396, "848121", 1, 0, 8), + (15397, "848122", 1, 0, 8), + (15398, "848125", 1, 0, 8), + (15399, "848127", 1, 0, 8), + (15400, "848130", 1, 0, 8), + (15401, "848131", 1, 0, 8), + (15402, "848132", 1, 0, 8), + (15403, "848133", 1, 0, 8), + (15404, "848134", 1, 0, 8), + (15405, "848160", 1, 0, 8), + (15406, "848205", 1, 0, 8), + (15407, "848206", 1, 0, 8), + (15408, "848207", 1, 0, 8), + (15409, "848208", 1, 0, 8), + (15410, "848209", 1, 0, 8), + (15411, "848210", 1, 0, 8), + (15412, "848211", 1, 0, 8), + (15413, "848216", 1, 0, 8), + (15414, "848236", 1, 0, 8), + (15415, "848301", 1, 0, 8), + (15416, "848302", 1, 0, 8), + (15417, "848501", 1, 0, 8), + (15418, "848502", 1, 0, 8), + (15419, "848503", 1, 0, 8), + (15420, "848504", 1, 0, 8), + (15421, "848505", 1, 0, 8), + (15422, "848506", 1, 0, 8), + (15423, "848213", 1, 0, 8), + (15424, "848129", 1, 0, 8), + (15425, "848101", 1, 0, 8), + (15426, "843302", 1, 0, 8), + (15427, "843311", 1, 0, 8), + (15428, "843313", 1, 0, 8), + (15429, "843314", 1, 0, 8), + (15430, "843315", 1, 0, 8), + (15431, "843316", 1, 0, 8), + (15432, "843317", 1, 0, 8), + (15433, "843318", 1, 0, 8), + (15434, "843319", 1, 0, 8), + (15435, "843320", 1, 0, 8), + (15436, "843322", 1, 0, 8), + (15437, "843323", 1, 0, 8), + (15438, "843324", 1, 0, 8), + (15439, "843325", 1, 0, 8), + (15440, "843326", 1, 0, 8), + (15441, "843327", 1, 0, 8), + (15442, "843328", 1, 0, 8), + (15443, "843329", 1, 0, 8), + (15444, "843330", 1, 0, 8), + (15445, "843331", 1, 0, 8), + (15446, "843332", 1, 0, 8), + (15447, "843333", 1, 0, 8), + (15448, "843334", 1, 0, 8), + (15449, "843351", 1, 0, 8), + (15450, "803203", 1, 0, 8), + (15451, "852201", 1, 0, 8), + (15452, "847202", 1, 0, 8), + (15453, "843116", 1, 0, 8), + (15454, "800030", 1, 0, 8), + (15455, "801106", 1, 0, 8), + (15456, "805113", 1, 0, 8), + (15457, "852133", 1, 0, 8), + (15458, "842006", 1, 0, 8), + (15459, "813101", 1, 0, 8), + (15460, "813103", 1, 0, 8), + (15461, "813202", 1, 0, 8), + (15462, "813104", 1, 0, 8), + (15463, "814131", 1, 0, 8), + (15464, "813106", 1, 0, 8), + (15465, "813207", 1, 0, 8), + (15466, "813110", 1, 0, 8), + (15467, "813109", 1, 0, 8), + (15468, "813107", 1, 0, 8), + (15469, "813108", 1, 0, 8), + (15470, "813211", 1, 0, 8), + (15471, "851206", 1, 0, 8), + (15472, "848114", 1, 0, 8), + (15473, "812001", 1, 0, 8), + (15474, "812001", 1, 0, 8), + (15475, "813210", 1, 0, 8), + (15476, "812001", 1, 0, 8), + (15477, "812001", 1, 0, 8), + (15478, "812001", 1, 0, 8), + (15479, "812004", 1, 0, 8), + (15480, "812002", 1, 0, 8), + (15481, "812003", 1, 0, 8), + (15482, "812001", 1, 0, 8), + (15483, "813213", 1, 0, 8), + (15484, "843313", 1, 0, 8), + (15485, "843301", 1, 0, 8), + (15486, "843320", 1, 0, 8), + (15487, "843302", 1, 0, 8), + (15488, "843302", 1, 0, 8), + (15489, "812005", 1, 0, 8), + (15490, "812001", 1, 0, 8), + (15491, "848101", 1, 0, 8), + (15492, "848504", 1, 0, 8), + (15493, "848210", 1, 0, 8), + (15494, "812001", 1, 0, 8), + (15495, "812002", 1, 0, 8), + (15496, "824101", 1, 0, 8), + (15497, "851101", 1, 0, 8), + (15498, "812001", 1, 0, 8), + (15499, "802301", 1, 0, 8), + (15500, "802101", 1, 0, 8), + (15501, "846004", 1, 0, 8), + (15502, "846001", 1, 0, 8), + (15503, "845401", 1, 0, 8), + (15504, "804408", 1, 0, 8), + (15505, "823001", 1, 0, 8), + (15506, "847211", 1, 0, 8), + (15507, "811201", 1, 0, 8), + (15508, "811307", 1, 0, 8), + (15509, "842001", 1, 0, 8), + (15510, "803101", 1, 0, 8), + (15511, "845438", 1, 0, 8), + (15512, "821115", 1, 0, 8), + (15513, "852201", 1, 0, 8), + (15514, "848101", 1, 0, 8), + (15515, "841301", 1, 0, 8), + (15516, "841418", 1, 0, 8), + (15517, "843301", 1, 0, 8), + (15518, "841226", 1, 0, 8), + (15519, "841428", 1, 0, 8), + (15520, "844101", 1, 0, 8), + (15521, "800004", 1, 0, 8), + (15522, "800001", 1, 0, 8), + (15523, "854301", 1, 0, 8), + (15524, "854105", 1, 0, 8), + (15525, "813102", 1, 0, 8), + (15526, "805110", 1, 0, 8), + (15527, "852131", 1, 0, 8), + (15528, "811311", 1, 0, 8), + (15529, "804453", 1, 0, 8), + (15530, "843111", 1, 0, 8), + (15531, "847452", 1, 0, 8), + (15532, "847452", 1, 0, 8), + (15533, "847452", 1, 0, 8), + (15534, "847452", 1, 0, 8), + (15535, "847452", 1, 0, 8), + (15536, "847452", 1, 0, 8), + (15537, "847452", 1, 0, 8), + (15538, "847452", 1, 0, 8), + (15539, "847452", 1, 0, 8), + (15540, "847452", 1, 0, 8), + (15541, "847452", 1, 0, 8), + (15542, "847451", 1, 0, 8), + (15543, "847451", 1, 0, 8), + (15544, "847451", 1, 0, 8), + (15545, "847451", 1, 0, 8), + (15546, "824121", 1, 0, 8), + (15547, "847108", 1, 0, 8), + (15548, "847108", 1, 0, 8), + (15549, "847108", 1, 0, 8), + (15550, "847108", 1, 0, 8), + (15551, "847108", 1, 0, 8), + (15552, "847108", 1, 0, 8), + (15553, "824208", 1, 0, 8), + (15554, "824211", 1, 0, 8), + (15555, "824202", 1, 0, 8), + (15556, "811303", 1, 0, 8), + (15557, "811303", 1, 0, 8), + (15558, "811303", 1, 0, 8), + (15559, "811303", 1, 0, 8), + (15560, "811303", 1, 0, 8), + (15561, "811308", 1, 0, 8), + (15562, "811308", 1, 0, 8), + (15563, "811313", 1, 0, 8), + (15564, "811313", 1, 0, 8), + (15565, "811314", 1, 0, 8), + (15566, "811314", 1, 0, 8), + (15567, "811314", 1, 0, 8), + (15568, "811314", 1, 0, 8), + (15569, "811317", 1, 0, 8), + (15570, "824125", 1, 0, 8), + (15571, "824125", 1, 0, 8), + (15572, "824125", 1, 0, 8), + (15573, "851120", 1, 0, 8), + (15574, "804403", 1, 0, 8), + (15575, "804406", 1, 0, 8), + (15576, "804426", 1, 0, 8), + (15577, "823003", 1, 0, 8), + (15578, "811106", 1, 0, 8), + (15579, "811305", 1, 0, 8), + (15580, "811317", 1, 0, 8), + (15581, "811202", 1, 0, 8), + (15582, "811105", 1, 0, 8), + (15583, "843101", 1, 0, 8), + (15584, "845401", 1, 0, 8), + (15585, "845401", 1, 0, 8), + (15586, "845401", 1, 0, 8), + (15587, "824208", 1, 0, 8), + (15588, "824211", 1, 0, 8), + (15589, "824221", 1, 0, 8), + (15590, "803203", 1, 0, 8), + (15591, "800007", 1, 0, 8), + (15592, "803203", 1, 0, 8), + (15593, "803203", 1, 0, 8), + (15594, "803203", 1, 0, 8), + (15595, "843326", 1, 0, 8), + (15596, "843113", 1, 0, 8), + (15597, "843126", 1, 0, 8), + (15598, "804451", 1, 0, 8), + (15599, "852132", 1, 0, 8), + (15600, "843109", 1, 0, 8), + (15601, "843125", 1, 0, 8), + (15602, "843128", 1, 0, 8), + (15603, "843111", 1, 0, 8), + (15604, "843111", 1, 0, 8), + (15605, "843111", 1, 0, 8), + (15606, "842002", 1, 0, 8), + (15607, "843119", 1, 0, 8), + (15608, "843119", 1, 0, 8), + (15609, "843111", 1, 0, 8), + (15610, "843102", 1, 0, 8), + (15611, "843119", 1, 0, 8), + (15612, "842002", 1, 0, 8), + (15613, "842002", 1, 0, 8), + (15614, "813213", 1, 0, 8), + (15615, "851120", 1, 0, 8), + (15616, "851120", 1, 0, 8), + (15617, "851120", 1, 0, 8), + (15618, "851120", 1, 0, 8), + (15619, "851120", 1, 0, 8), + (15620, "851120", 1, 0, 8), + (15621, "851120", 1, 0, 8), + (15622, "851120", 1, 0, 8), + (15623, "851120", 1, 0, 8), + (15624, "851120", 1, 0, 8), + (15625, "851120", 1, 0, 8), + (15626, "843102", 1, 0, 8), + (15627, "843106", 1, 0, 8), + (15628, "843119", 1, 0, 8), + (15629, "843119", 1, 0, 8), + (15630, "842004", 1, 0, 8), + (15631, "848201", 1, 0, 8), + (15632, "813104", 1, 0, 8), + (15633, "813104", 1, 0, 8), + (15634, "813104", 1, 0, 8), + (15635, "804435", 1, 0, 8), + (15636, "804435", 1, 0, 8), + (15637, "804435", 1, 0, 8), + (15638, "804435", 1, 0, 8), + (15639, "844126", 1, 0, 8), + (15640, "844118", 1, 0, 8), + (15641, "844122", 1, 0, 8), + (15642, "844114", 1, 0, 8), + (15643, "801103", 1, 0, 8), + (15644, "801109", 1, 0, 8), + (15645, "801103", 1, 0, 8), + (15646, "801503", 1, 0, 8), + (15647, "801503", 1, 0, 8), + (15648, "800007", 1, 0, 8), + (15649, "800008", 1, 0, 8), + (15650, "803202", 1, 0, 8), + (15651, "821102", 1, 0, 8), + (15652, "821305", 1, 0, 8), + (15653, "821309", 1, 0, 8), + (15654, "802218", 1, 0, 8), + (15655, "841101", 1, 0, 8), + (15656, "841101", 1, 0, 8), + (15657, "841101", 1, 0, 8), + (15658, "841417", 1, 0, 8), + (15659, "841313", 1, 0, 8), + (15660, "841424", 1, 0, 8), + (15661, "841424", 1, 0, 8), + (15662, "811312", 1, 0, 8), + (15663, "813205", 1, 0, 8), + (15664, "813205", 1, 0, 8), + (15665, "813203", 1, 0, 8), + (15666, "812005", 1, 0, 8), + (15667, "812005", 1, 0, 8), + (15668, "812005", 1, 0, 8), + (15669, "812006", 1, 0, 8), + (15670, "853204", 1, 0, 8), + (15671, "813210", 1, 0, 8), + (15672, "813108", 1, 0, 8), + (15673, "813213", 1, 0, 8), + (15674, "813101", 1, 0, 8), + (15675, "813101", 1, 0, 8), + (15676, "813101", 1, 0, 8), + (15677, "813103", 1, 0, 8), + (15678, "813103", 1, 0, 8), + (15679, "813103", 1, 0, 8), + (15680, "813103", 1, 0, 8), + (15681, "813110", 1, 0, 8), + (15682, "812005", 1, 0, 8), + (15683, "812005", 1, 0, 8), + (15684, "802311", 1, 0, 8), + (15685, "802201", 1, 0, 8), + (15686, "802102", 1, 0, 8), + (15687, "852129", 1, 0, 8), + (15688, "852129", 1, 0, 8), + (15689, "852129", 1, 0, 8), + (15690, "852212", 1, 0, 8), + (15691, "852212", 1, 0, 8), + (15692, "854339", 1, 0, 8), + (15693, "852220", 1, 0, 8), + (15694, "852220", 1, 0, 8), + (15695, "854203", 1, 0, 8), + (15696, "851214", 1, 0, 8), + (15697, "848236", 1, 0, 8), + (15698, "804417", 1, 0, 8), + (15699, "847109", 1, 0, 8), + (15700, "824143", 1, 0, 8), + (15701, "824124", 1, 0, 8), + (15702, "824211", 1, 0, 8), + (15703, "848127", 1, 0, 8), + (15704, "848114", 1, 0, 8), + (15705, "848114", 1, 0, 8), + (15706, "848211", 1, 0, 8), + (15707, "845420", 1, 0, 8), + (15708, "843329", 1, 0, 8), + (15709, "843314", 1, 0, 8), + (15710, "843314", 1, 0, 8), + (15711, "843324", 1, 0, 8), + (15712, "843333", 1, 0, 8), + (15713, "843302", 1, 0, 8), + (15714, "843113", 1, 0, 8), + (15715, "846004", 1, 0, 8), + (15716, "846004", 1, 0, 8), + (15717, "854304", 1, 0, 8), + (15718, "854311", 1, 0, 8), + (15719, "854337", 1, 0, 8), + (15720, "805122", 1, 0, 8), + (15721, "805111", 1, 0, 8), + (15722, "805109", 1, 0, 8), + (15723, "805107", 1, 0, 8), + (15724, "844127", 1, 0, 8), + (15725, "821113", 1, 0, 8), + (15726, "821101", 1, 0, 8), + (15727, "847202", 1, 0, 8), + (15728, "847202", 1, 0, 8), + (15729, "847202", 1, 0, 8), + (15730, "847202", 1, 0, 8), + (15731, "847202", 1, 0, 8), + (15732, "847202", 1, 0, 8), + (15733, "847202", 1, 0, 8), + (15734, "847202", 1, 0, 8), + (15735, "847202", 1, 0, 8), + (15736, "852133", 1, 0, 8), + (15737, "852133", 1, 0, 8), + (15738, "852133", 1, 0, 8), + (15739, "852133", 1, 0, 8), + (15740, "852133", 1, 0, 8), + (15741, "852133", 1, 0, 8), + (15742, "845416", 1, 0, 8), + (15743, "843102", 1, 0, 8), + (15744, "843108", 1, 0, 8), + (15745, "843128", 1, 0, 8), + (15746, "843128", 1, 0, 8), + (15747, "843321", 1, 0, 8), + (15748, "844127", 1, 0, 8), + (15749, "852131", 1, 0, 8), + (15750, "843320", 1, 0, 8), + (15751, "843313", 1, 0, 8), + (15752, "855102", 1, 0, 8), + (15753, "855102", 1, 0, 8), + (15754, "855102", 1, 0, 8), + (15755, "855102", 1, 0, 8), + (15756, "855102", 1, 0, 8), + (15757, "855102", 1, 0, 8), + (15758, "855102", 1, 0, 8), + (15759, "855102", 1, 0, 8), + (15760, "855102", 1, 0, 8), + (15761, "855102", 1, 0, 8), + (15762, "854103", 1, 0, 8), + (15763, "854103", 1, 0, 8), + (15764, "854103", 1, 0, 8), + (15765, "854103", 1, 0, 8), + (15766, "855105", 1, 0, 8), + (15767, "855105", 1, 0, 8), + (15768, "855105", 1, 0, 8), + (15769, "855105", 1, 0, 8), + (15770, "855105", 1, 0, 8), + (15771, "855105", 1, 0, 8), + (15772, "854104", 1, 0, 8), + (15773, "854104", 1, 0, 8), + (15774, "854104", 1, 0, 8), + (15775, "854104", 1, 0, 8), + (15776, "854104", 1, 0, 8), + (15777, "854104", 1, 0, 8), + (15778, "854104", 1, 0, 8), + (15779, "854106", 1, 0, 8), + (15780, "854318", 1, 0, 8), + (15781, "854318", 1, 0, 8), + (15782, "854318", 1, 0, 8), + (15783, "854336", 1, 0, 8), + (15784, "854336", 1, 0, 8), + (15785, "854335", 1, 0, 8), + (15786, "854334", 1, 0, 8), + (15787, "854334", 1, 0, 8), + (15788, "854334", 1, 0, 8), + (15789, "854334", 1, 0, 8), + (15790, "854334", 1, 0, 8), + (15791, "854334", 1, 0, 8), + (15792, "854334", 1, 0, 8), + (15793, "855108", 1, 0, 8), + (15794, "855108", 1, 0, 8), + (15795, "855108", 1, 0, 8), + (15796, "855108", 1, 0, 8), + (15797, "855108", 1, 0, 8), + (15798, "855108", 1, 0, 8), + (15799, "855108", 1, 0, 8), + (15800, "855108", 1, 0, 8), + (15801, "855108", 1, 0, 8), + (15802, "854312", 1, 0, 8), + (15803, "854331", 1, 0, 8), + (15804, "854331", 1, 0, 8), + (15805, "854332", 1, 0, 8), + (15806, "854332", 1, 0, 8), + (15807, "854329", 1, 0, 8), + (15808, "854333", 1, 0, 8), + (15809, "854101", 1, 0, 8), + (15810, "854101", 1, 0, 8), + (15811, "854204", 1, 0, 8), + (15812, "854204", 1, 0, 8), + (15813, "854204", 1, 0, 8), + (15814, "854204", 1, 0, 8), + (15815, "854204", 1, 0, 8), + (15816, "854204", 1, 0, 8), + (15817, "854204", 1, 0, 8), + (15818, "854204", 1, 0, 8), + (15819, "854204", 1, 0, 8), + (15820, "854204", 1, 0, 8), + (15821, "854204", 1, 0, 8), + (15822, "854204", 1, 0, 8), + (15823, "854204", 1, 0, 8), + (15824, "854316", 1, 0, 8), + (15825, "854316", 1, 0, 8), + (15826, "854316", 1, 0, 8), + (15827, "854316", 1, 0, 8), + (15828, "854102", 1, 0, 8), + (15829, "854102", 1, 0, 8), + (15830, "854102", 1, 0, 8), + (15831, "854318", 1, 0, 8), + (15832, "854318", 1, 0, 8), + (15833, "854318", 1, 0, 8), + (15834, "854318", 1, 0, 8), + (15835, "854318", 1, 0, 8), + (15836, "854318", 1, 0, 8), + (15837, "854318", 1, 0, 8), + (15838, "854318", 1, 0, 8), + (15839, "854318", 1, 0, 8), + (15840, "854318", 1, 0, 8), + (15841, "854318", 1, 0, 8), + (15842, "854318", 1, 0, 8), + (15843, "854318", 1, 0, 8), + (15844, "854303", 1, 0, 8), + (15845, "854303", 1, 0, 8), + (15846, "854303", 1, 0, 8), + (15847, "854337", 1, 0, 8), + (15848, "854337", 1, 0, 8), + (15849, "854337", 1, 0, 8), + (15850, "854337", 1, 0, 8), + (15851, "854337", 1, 0, 8), + (15852, "854306", 1, 0, 8), + (15853, "854306", 1, 0, 8), + (15854, "854306", 1, 0, 8), + (15855, "854306", 1, 0, 8), + (15856, "854306", 1, 0, 8), + (15857, "854101", 1, 0, 8), + (15858, "854101", 1, 0, 8), + (15859, "854101", 1, 0, 8), + (15860, "854101", 1, 0, 8), + (15861, "854101", 1, 0, 8), + (15862, "854101", 1, 0, 8), + (15863, "854101", 1, 0, 8), + (15864, "854101", 1, 0, 8), + (15865, "854101", 1, 0, 8), + (15866, "855101", 1, 0, 8), + (15867, "855101", 1, 0, 8), + (15868, "855101", 1, 0, 8), + (15869, "854202", 1, 0, 8), + (15870, "854202", 1, 0, 8), + (15871, "854202", 1, 0, 8), + (15872, "854202", 1, 0, 8), + (15873, "854202", 1, 0, 8), + (15874, "854202", 1, 0, 8), + (15875, "854202", 1, 0, 8), + (15876, "854202", 1, 0, 8), + (15877, "854202", 1, 0, 8), + (15878, "854318", 1, 0, 8), + (15879, "854318", 1, 0, 8), + (15880, "854318", 1, 0, 8), + (15881, "854318", 1, 0, 8), + (15882, "854318", 1, 0, 8), + (15883, "854318", 1, 0, 8), + (15884, "854318", 1, 0, 8), + (15885, "854318", 1, 0, 8), + (15886, "854318", 1, 0, 8), + (15887, "854318", 1, 0, 8), + (15888, "854325", 1, 0, 8), + (15889, "854325", 1, 0, 8), + (15890, "854325", 1, 0, 8), + (15891, "854325", 1, 0, 8), + (15892, "854325", 1, 0, 8), + (15893, "854325", 1, 0, 8), + (15894, "854325", 1, 0, 8), + (15895, "854325", 1, 0, 8), + (15896, "854325", 1, 0, 8), + (15897, "854325", 1, 0, 8), + (15898, "854326", 1, 0, 8), + (15899, "854326", 1, 0, 8), + (15900, "854326", 1, 0, 8), + (15901, "854326", 1, 0, 8), + (15902, "854326", 1, 0, 8), + (15903, "854326", 1, 0, 8), + (15904, "854326", 1, 0, 8), + (15905, "854328", 1, 0, 8), + (15906, "854327", 1, 0, 8), + (15907, "854327", 1, 0, 8), + (15908, "854327", 1, 0, 8), + (15909, "854202", 1, 0, 8), + (15910, "854304", 1, 0, 8), + (15911, "854304", 1, 0, 8), + (15912, "854304", 1, 0, 8), + (15913, "854304", 1, 0, 8), + (15914, "854304", 1, 0, 8), + (15915, "854304", 1, 0, 8), + (15916, "854304", 1, 0, 8), + (15917, "854304", 1, 0, 8), + (15918, "855101", 1, 0, 8), + (15919, "855101", 1, 0, 8), + (15920, "855101", 1, 0, 8), + (15921, "855101", 1, 0, 8), + (15922, "855101", 1, 0, 8), + (15923, "855115", 1, 0, 8), + (15924, "855117", 1, 0, 8), + (15925, "855117", 1, 0, 8), + (15926, "854318", 1, 0, 8), + (15927, "854104", 1, 0, 8), + (15928, "854104", 1, 0, 8), + (15929, "854104", 1, 0, 8), + (15930, "854104", 1, 0, 8), + (15931, "854104", 1, 0, 8), + (15932, "854104", 1, 0, 8), + (15933, "854104", 1, 0, 8), + (15934, "854104", 1, 0, 8), + (15935, "854104", 1, 0, 8), + (15936, "854104", 1, 0, 8), + (15937, "854104", 1, 0, 8), + (15938, "854104", 1, 0, 8), + (15939, "854113", 1, 0, 8), + (15940, "854113", 1, 0, 8), + (15941, "854304", 1, 0, 8), + (15942, "854317", 1, 0, 8), + (15943, "855105", 1, 0, 8), + (15944, "855113", 1, 0, 8), + (15945, "854102", 1, 0, 8), + (15946, "813108", 1, 0, 8), + (15947, "813108", 1, 0, 8), + (15948, "813108", 1, 0, 8), + (15949, "813108", 1, 0, 8), + (15950, "813108", 1, 0, 8), + (15951, "813108", 1, 0, 8), + (15952, "813108", 1, 0, 8), + (15953, "813108", 1, 0, 8), + (15954, "813108", 1, 0, 8), + (15955, "813108", 1, 0, 8), + (15956, "813108", 1, 0, 8), + (15957, "813108", 1, 0, 8), + (15958, "813108", 1, 0, 8), + (15959, "813101", 1, 0, 8), + (15960, "813101", 1, 0, 8), + (15961, "813101", 1, 0, 8), + (15962, "813101", 1, 0, 8), + (15963, "813101", 1, 0, 8), + (15964, "813109", 1, 0, 8), + (15965, "813109", 1, 0, 8), + (15966, "813109", 1, 0, 8), + (15967, "813109", 1, 0, 8), + (15968, "813109", 1, 0, 8), + (15969, "813109", 1, 0, 8), + (15970, "813109", 1, 0, 8), + (15971, "813109", 1, 0, 8), + (15972, "813109", 1, 0, 8), + (15973, "813207", 1, 0, 8), + (15974, "813207", 1, 0, 8), + (15975, "813207", 1, 0, 8), + (15976, "813207", 1, 0, 8), + (15977, "813207", 1, 0, 8), + (15978, "813207", 1, 0, 8), + (15979, "813211", 1, 0, 8), + (15980, "813211", 1, 0, 8), + (15981, "813107", 1, 0, 8), + (15982, "813107", 1, 0, 8), + (15983, "813107", 1, 0, 8), + (15984, "813107", 1, 0, 8), + (15985, "813107", 1, 0, 8), + (15986, "813107", 1, 0, 8), + (15987, "813107", 1, 0, 8), + (15988, "813107", 1, 0, 8), + (15989, "813107", 1, 0, 8), + (15990, "813109", 1, 0, 8), + (15991, "813109", 1, 0, 8), + (15992, "813109", 1, 0, 8), + (15993, "813109", 1, 0, 8), + (15994, "813106", 1, 0, 8), + (15995, "813106", 1, 0, 8), + (15996, "813106", 1, 0, 8), + (15997, "813106", 1, 0, 8), + (15998, "813106", 1, 0, 8), + (15999, "813106", 1, 0, 8), + (16000, "813106", 1, 0, 8), + (16001, "813106", 1, 0, 8), + (16002, "813106", 1, 0, 8), + (16003, "813106", 1, 0, 8), + (16004, "813106", 1, 0, 8), + (16005, "813106", 1, 0, 8), + (16006, "813106", 1, 0, 8), + (16007, "813106", 1, 0, 8), + (16008, "813106", 1, 0, 8), + (16009, "813106", 1, 0, 8), + (16010, "813104", 1, 0, 8), + (16011, "813104", 1, 0, 8), + (16012, "813104", 1, 0, 8), + (16013, "813104", 1, 0, 8), + (16014, "813103", 1, 0, 8), + (16015, "813101", 1, 0, 8), + (16016, "813102", 1, 0, 8), + (16017, "813103", 1, 0, 8), + (16018, "813103", 1, 0, 8), + (16019, "813103", 1, 0, 8), + (16020, "813103", 1, 0, 8), + (16021, "813202", 1, 0, 8), + (16022, "813202", 1, 0, 8), + (16023, "813202", 1, 0, 8), + (16024, "813202", 1, 0, 8), + (16025, "813202", 1, 0, 8), + (16026, "813104", 1, 0, 8), + (16027, "813104", 1, 0, 8), + (16028, "813104", 1, 0, 8), + (16029, "813104", 1, 0, 8), + (16030, "813104", 1, 0, 8), + (16031, "813104", 1, 0, 8), + (16032, "813104", 1, 0, 8), + (16033, "813104", 1, 0, 8), + (16034, "813104", 1, 0, 8), + (16035, "813103", 1, 0, 8), + (16036, "813102", 1, 0, 8), + (16037, "813102", 1, 0, 8), + (16038, "813102", 1, 0, 8), + (16039, "813102", 1, 0, 8), + (16040, "813102", 1, 0, 8), + (16041, "813102", 1, 0, 8), + (16042, "813102", 1, 0, 8), + (16043, "813102", 1, 0, 8), + (16044, "813102", 1, 0, 8), + (16045, "813207", 1, 0, 8), + (16046, "813207", 1, 0, 8), + (16047, "813207", 1, 0, 8), + (16048, "813207", 1, 0, 8), + (16049, "813207", 1, 0, 8), + (16050, "813207", 1, 0, 8), + (16051, "813207", 1, 0, 8), + (16052, "813101", 1, 0, 8), + (16053, "813101", 1, 0, 8), + (16054, "813101", 1, 0, 8), + (16055, "813101", 1, 0, 8), + (16056, "814131", 1, 0, 8), + (16057, "814131", 1, 0, 8), + (16058, "814131", 1, 0, 8), + (16059, "814131", 1, 0, 8), + (16060, "813211", 1, 0, 8), + (16061, "813211", 1, 0, 8), + (16062, "813211", 1, 0, 8), + (16063, "813211", 1, 0, 8), + (16064, "813211", 1, 0, 8), + (16065, "813211", 1, 0, 8), + (16066, "813211", 1, 0, 8), + (16067, "813211", 1, 0, 8), + (16068, "813211", 1, 0, 8), + (16069, "813211", 1, 0, 8), + (16070, "813211", 1, 0, 8), + (16071, "813211", 1, 0, 8), + (16072, "813102", 1, 0, 8), + (16073, "813102", 1, 0, 8), + (16074, "813102", 1, 0, 8), + (16075, "813102", 1, 0, 8), + (16076, "813102", 1, 0, 8), + (16077, "813102", 1, 0, 8), + (16078, "813102", 1, 0, 8), + (16079, "813102", 1, 0, 8), + (16080, "813102", 1, 0, 8), + (16081, "813103", 1, 0, 8), + (16082, "813102", 1, 0, 8), + (16083, "813102", 1, 0, 8), + (16084, "813102", 1, 0, 8), + (16085, "813102", 1, 0, 8), + (16086, "813102", 1, 0, 8), + (16087, "813102", 1, 0, 8), + (16088, "813102", 1, 0, 8), + (16089, "813102", 1, 0, 8), + (16090, "813101", 1, 0, 8), + (16091, "813101", 1, 0, 8), + (16092, "813101", 1, 0, 8), + (16093, "813101", 1, 0, 8), + (16094, "813101", 1, 0, 8), + (16095, "813101", 1, 0, 8), + (16096, "813101", 1, 0, 8), + (16097, "813101", 1, 0, 8), + (16098, "813101", 1, 0, 8), + (16099, "814131", 1, 0, 8), + (16100, "814131", 1, 0, 8), + (16101, "814131", 1, 0, 8), + (16102, "813110", 1, 0, 8), + (16103, "813110", 1, 0, 8), + (16104, "813110", 1, 0, 8), + (16105, "813110", 1, 0, 8), + (16106, "813110", 1, 0, 8), + (16107, "813110", 1, 0, 8), + (16108, "813108", 1, 0, 8), + (16109, "813104", 1, 0, 8), + (16110, "813104", 1, 0, 8), + (16111, "813104", 1, 0, 8), + (16112, "813104", 1, 0, 8), + (16113, "813104", 1, 0, 8), + (16114, "813104", 1, 0, 8), + (16115, "813202", 1, 0, 8), + (16116, "813202", 1, 0, 8), + (16117, "813202", 1, 0, 8), + (16118, "813103", 1, 0, 8), + (16119, "813103", 1, 0, 8), + (16120, "813103", 1, 0, 8), + (16121, "813103", 1, 0, 8), + (16122, "805101", 1, 0, 8), + (16123, "805101", 1, 0, 8), + (16124, "805101", 1, 0, 8), + (16125, "805102", 1, 0, 8), + (16126, "805102", 1, 0, 8), + (16127, "805102", 1, 0, 8), + (16128, "805102", 1, 0, 8), + (16129, "805102", 1, 0, 8), + (16130, "805103", 1, 0, 8), + (16131, "805103", 1, 0, 8), + (16132, "805103", 1, 0, 8), + (16133, "805103", 1, 0, 8), + (16134, "805103", 1, 0, 8), + (16135, "805103", 1, 0, 8), + (16136, "805103", 1, 0, 8), + (16137, "805103", 1, 0, 8), + (16138, "805103", 1, 0, 8), + (16139, "805103", 1, 0, 8), + (16140, "805103", 1, 0, 8), + (16141, "805104", 1, 0, 8), + (16142, "805104", 1, 0, 8), + (16143, "805104", 1, 0, 8), + (16144, "805104", 1, 0, 8), + (16145, "805104", 1, 0, 8), + (16146, "805104", 1, 0, 8), + (16147, "805104", 1, 0, 8), + (16148, "805104", 1, 0, 8), + (16149, "805104", 1, 0, 8), + (16150, "805132", 1, 0, 8), + (16151, "805132", 1, 0, 8), + (16152, "805132", 1, 0, 8), + (16153, "805105", 1, 0, 8), + (16154, "805105", 1, 0, 8), + (16155, "805105", 1, 0, 8), + (16156, "805105", 1, 0, 8), + (16157, "805105", 1, 0, 8), + (16158, "805106", 1, 0, 8), + (16159, "805106", 1, 0, 8), + (16160, "805106", 1, 0, 8), + (16161, "805106", 1, 0, 8), + (16162, "805106", 1, 0, 8), + (16163, "805106", 1, 0, 8), + (16164, "805106", 1, 0, 8), + (16165, "805106", 1, 0, 8), + (16166, "805106", 1, 0, 8), + (16167, "805106", 1, 0, 8), + (16168, "805106", 1, 0, 8), + (16169, "805106", 1, 0, 8), + (16170, "805106", 1, 0, 8), + (16171, "805107", 1, 0, 8), + (16172, "805107", 1, 0, 8), + (16173, "805107", 1, 0, 8), + (16174, "805107", 1, 0, 8), + (16175, "805107", 1, 0, 8), + (16176, "805107", 1, 0, 8), + (16177, "805108", 1, 0, 8), + (16178, "805108", 1, 0, 8), + (16179, "805108", 1, 0, 8), + (16180, "805109", 1, 0, 8), + (16181, "805109", 1, 0, 8), + (16182, "805109", 1, 0, 8), + (16183, "805109", 1, 0, 8), + (16184, "805109", 1, 0, 8), + (16185, "805109", 1, 0, 8), + (16186, "805109", 1, 0, 8), + (16187, "805109", 1, 0, 8), + (16188, "805109", 1, 0, 8), + (16189, "805111", 1, 0, 8), + (16190, "805111", 1, 0, 8), + (16191, "805111", 1, 0, 8), + (16192, "805111", 1, 0, 8), + (16193, "805111", 1, 0, 8), + (16194, "805111", 1, 0, 8), + (16195, "805111", 1, 0, 8), + (16196, "805121", 1, 0, 8), + (16197, "805121", 1, 0, 8), + (16198, "805121", 1, 0, 8), + (16199, "805121", 1, 0, 8), + (16200, "805121", 1, 0, 8), + (16201, "805121", 1, 0, 8), + (16202, "805121", 1, 0, 8), + (16203, "805122", 1, 0, 8), + (16204, "805122", 1, 0, 8), + (16205, "805122", 1, 0, 8), + (16206, "805122", 1, 0, 8), + (16207, "805122", 1, 0, 8), + (16208, "805122", 1, 0, 8), + (16209, "805122", 1, 0, 8), + (16210, "805122", 1, 0, 8), + (16211, "805122", 1, 0, 8), + (16212, "805122", 1, 0, 8), + (16213, "805122", 1, 0, 8), + (16214, "805122", 1, 0, 8), + (16215, "805122", 1, 0, 8), + (16216, "805123", 1, 0, 8), + (16217, "805123", 1, 0, 8), + (16218, "805123", 1, 0, 8), + (16219, "805123", 1, 0, 8), + (16220, "805123", 1, 0, 8), + (16221, "805123", 1, 0, 8), + (16222, "805124", 1, 0, 8), + (16223, "805124", 1, 0, 8), + (16224, "805124", 1, 0, 8), + (16225, "805124", 1, 0, 8), + (16226, "805124", 1, 0, 8), + (16227, "805132", 1, 0, 8), + (16228, "805132", 1, 0, 8), + (16229, "805132", 1, 0, 8), + (16230, "805124", 1, 0, 8), + (16231, "805124", 1, 0, 8), + (16232, "805124", 1, 0, 8), + (16233, "805124", 1, 0, 8), + (16234, "805124", 1, 0, 8), + (16235, "805112", 1, 0, 8), + (16236, "805112", 1, 0, 8), + (16237, "805112", 1, 0, 8), + (16238, "805112", 1, 0, 8), + (16239, "805112", 1, 0, 8), + (16240, "805112", 1, 0, 8), + (16241, "805112", 1, 0, 8), + (16242, "805125", 1, 0, 8), + (16243, "805125", 1, 0, 8), + (16244, "805125", 1, 0, 8), + (16245, "805125", 1, 0, 8), + (16246, "805125", 1, 0, 8), + (16247, "805125", 1, 0, 8), + (16248, "805125", 1, 0, 8), + (16249, "805126", 1, 0, 8), + (16250, "805126", 1, 0, 8), + (16251, "805126", 1, 0, 8), + (16252, "805126", 1, 0, 8), + (16253, "805126", 1, 0, 8), + (16254, "805126", 1, 0, 8), + (16255, "805126", 1, 0, 8), + (16256, "805126", 1, 0, 8), + (16257, "805127", 1, 0, 8), + (16258, "805127", 1, 0, 8), + (16259, "805127", 1, 0, 8), + (16260, "805127", 1, 0, 8), + (16261, "805127", 1, 0, 8), + (16262, "805128", 1, 0, 8), + (16263, "805128", 1, 0, 8), + (16264, "805128", 1, 0, 8), + (16265, "805128", 1, 0, 8), + (16266, "805128", 1, 0, 8), + (16267, "805128", 1, 0, 8), + (16268, "805128", 1, 0, 8), + (16269, "805128", 1, 0, 8), + (16270, "805128", 1, 0, 8), + (16271, "805128", 1, 0, 8), + (16272, "805128", 1, 0, 8), + (16273, "805129", 1, 0, 8), + (16274, "805129", 1, 0, 8), + (16275, "805129", 1, 0, 8), + (16276, "805129", 1, 0, 8), + (16277, "805129", 1, 0, 8), + (16278, "805129", 1, 0, 8), + (16279, "805113", 1, 0, 8), + (16280, "805113", 1, 0, 8), + (16281, "805113", 1, 0, 8), + (16282, "805113", 1, 0, 8), + (16283, "805130", 1, 0, 8), + (16284, "805130", 1, 0, 8), + (16285, "805113", 1, 0, 8), + (16286, "805130", 1, 0, 8), + (16287, "805113", 1, 0, 8), + (16288, "805130", 1, 0, 8), + (16289, "805130", 1, 0, 8), + (16290, "805130", 1, 0, 8), + (16291, "805130", 1, 0, 8), + (16292, "805130", 1, 0, 8), + (16293, "805130", 1, 0, 8), + (16294, "805130", 1, 0, 8), + (16295, "805130", 1, 0, 8), + (16296, "805130", 1, 0, 8), + (16297, "805130", 1, 0, 8), + (16298, "805131", 1, 0, 8), + (16299, "805131", 1, 0, 8), + (16300, "805131", 1, 0, 8), + (16301, "805131", 1, 0, 8), + (16302, "805131", 1, 0, 8), + (16303, "805131", 1, 0, 8), + (16304, "805131", 1, 0, 8), + (16305, "805131", 1, 0, 8), + (16306, "805131", 1, 0, 8), + (16307, "805131", 1, 0, 8), + (16308, "805131", 1, 0, 8), + (16309, "805131", 1, 0, 8), + (16310, "805131", 1, 0, 8), + (16311, "805131", 1, 0, 8), + (16312, "805131", 1, 0, 8), + (16313, "805131", 1, 0, 8), + (16314, "805131", 1, 0, 8), + (16315, "851201", 1, 0, 8), + (16316, "854102", 1, 0, 8), + (16317, "854102", 1, 0, 8), + (16318, "854102", 1, 0, 8), + (16319, "854102", 1, 0, 8), + (16320, "854102", 1, 0, 8), + (16321, "854102", 1, 0, 8), + (16322, "854102", 1, 0, 8), + (16323, "854102", 1, 0, 8), + (16324, "854205", 1, 0, 8), + (16325, "854205", 1, 0, 8), + (16326, "854205", 1, 0, 8), + (16327, "854205", 1, 0, 8), + (16328, "854205", 1, 0, 8), + (16329, "854205", 1, 0, 8), + (16330, "854325", 1, 0, 8), + (16331, "854325", 1, 0, 8), + (16332, "854330", 1, 0, 8), + (16333, "854333", 1, 0, 8), + (16334, "854335", 1, 0, 8), + (16335, "854304", 1, 0, 8), + (16336, "854304", 1, 0, 8), + (16337, "854304", 1, 0, 8), + (16338, "854304", 1, 0, 8), + (16339, "854304", 1, 0, 8), + (16340, "854304", 1, 0, 8), + (16341, "854304", 1, 0, 8), + (16342, "854304", 1, 0, 8), + (16343, "854303", 1, 0, 8), + (16344, "803216", 1, 0, 8), + (16345, "803216", 1, 0, 8), + (16346, "801301", 1, 0, 8), + (16347, "801306", 1, 0, 8), + (16348, "801302", 1, 0, 8), + (16349, "821101", 1, 0, 8), + (16350, "821101", 1, 0, 8), + (16351, "821102", 1, 0, 8), + (16352, "821105", 1, 0, 8), + (16353, "802215", 1, 0, 8), + (16354, "821107", 1, 0, 8), + (16355, "802218", 1, 0, 8), + (16356, "802218", 1, 0, 8), + (16357, "811316", 1, 0, 8), + (16358, "811310", 1, 0, 8), + (16359, "804426", 1, 0, 8), + (16360, "824231", 1, 0, 8), + (16361, "824231", 1, 0, 8), + (16362, "824231", 1, 0, 8), + (16363, "824231", 1, 0, 8), + (16364, "824231", 1, 0, 8), + (16365, "824231", 1, 0, 8), + (16366, "824231", 1, 0, 8), + (16367, "824231", 1, 0, 8), + (16368, "824231", 1, 0, 8), + (16369, "824231", 1, 0, 8), + (16370, "824231", 1, 0, 8), + (16371, "824231", 1, 0, 8), + (16372, "823311", 1, 0, 8), + (16373, "823311", 1, 0, 8), + (16374, "823311", 1, 0, 8), + (16375, "823311", 1, 0, 8), + (16376, "804403", 1, 0, 8), + (16377, "804428", 1, 0, 8), + (16378, "804428", 1, 0, 8), + (16379, "803212", 1, 0, 8), + (16380, "847108", 1, 0, 8), + (16381, "802301", 1, 0, 8), + (16382, "803109", 1, 0, 8), + (16383, "803109", 1, 0, 8), + (16384, "803109", 1, 0, 8), + (16385, "803109", 1, 0, 8), + (16386, "803109", 1, 0, 8), + (16387, "803109", 1, 0, 8), + (16388, "803109", 1, 0, 8), + (16389, "803107", 1, 0, 8), + (16390, "803114", 1, 0, 8), + (16391, "803110", 1, 0, 8), + (16392, "803114", 1, 0, 8), + (16393, "812004", 1, 0, 8), + (16394, "853202", 1, 0, 8), + (16395, "853203", 1, 0, 8), + (16396, "853204", 1, 0, 8), + (16397, "813209", 1, 0, 8), + (16398, "813221", 1, 0, 8), + (16399, "813221", 1, 0, 8), + (16400, "847122", 1, 0, 8), + (16401, "847301", 1, 0, 8), + (16402, "847203", 1, 0, 8), + (16403, "802154", 1, 0, 8), + (16404, "802201", 1, 0, 8), + (16405, "802205", 1, 0, 8), + (16406, "802133", 1, 0, 8), + (16407, "802133", 1, 0, 8), + (16408, "844505", 1, 0, 8), + (16409, "844125", 1, 0, 8), + (16410, "845413", 1, 0, 8), + (16411, "845415", 1, 0, 8), + (16412, "845417", 1, 0, 8), + (16413, "845101", 1, 0, 8), + (16414, "845454", 1, 0, 8), + (16415, "845454", 1, 0, 8), + (16416, "843127", 1, 0, 8), + (16417, "804452", 1, 0, 8), + (16418, "852105", 1, 0, 8), + (16419, "852105", 1, 0, 8), + (16420, "852105", 1, 0, 8), + (16421, "852105", 1, 0, 8), + (16422, "852105", 1, 0, 8), + (16423, "852105", 1, 0, 8), + (16424, "852105", 1, 0, 8), + (16425, "852105", 1, 0, 8), + (16426, "852105", 1, 0, 8), + (16427, "852105", 1, 0, 8), + (16428, "852105", 1, 0, 8), + (16429, "852105", 1, 0, 8), + (16430, "854338", 1, 0, 8), + (16431, "854340", 1, 0, 8), + (16432, "854340", 1, 0, 8), + (16433, "852106", 1, 0, 8), + (16434, "852106", 1, 0, 8), + (16435, "852106", 1, 0, 8), + (16436, "852106", 1, 0, 8), + (16437, "852213", 1, 0, 8), + (16438, "852213", 1, 0, 8), + (16439, "852115", 1, 0, 8), + (16440, "852115", 1, 0, 8), + (16441, "852215", 1, 0, 8), + (16442, "852112", 1, 0, 8), + (16443, "852112", 1, 0, 8), + (16444, "852112", 1, 0, 8), + (16445, "852113", 1, 0, 8), + (16446, "852113", 1, 0, 8), + (16447, "852113", 1, 0, 8), + (16448, "852113", 1, 0, 8), + (16449, "852113", 1, 0, 8), + (16450, "852113", 1, 0, 8), + (16451, "852113", 1, 0, 8), + (16452, "852113", 1, 0, 8), + (16453, "852113", 1, 0, 8), + (16454, "852216", 1, 0, 8), + (16455, "852216", 1, 0, 8), + (16456, "852216", 1, 0, 8), + (16457, "852216", 1, 0, 8), + (16458, "852216", 1, 0, 8), + (16459, "852216", 1, 0, 8), + (16460, "852123", 1, 0, 8), + (16461, "852123", 1, 0, 8), + (16462, "852123", 1, 0, 8), + (16463, "852123", 1, 0, 8), + (16464, "852123", 1, 0, 8), + (16465, "852123", 1, 0, 8), + (16466, "852123", 1, 0, 8), + (16467, "852123", 1, 0, 8), + (16468, "852116", 1, 0, 8), + (16469, "852116", 1, 0, 8), + (16470, "852116", 1, 0, 8), + (16471, "852116", 1, 0, 8), + (16472, "852116", 1, 0, 8), + (16473, "852124", 1, 0, 8), + (16474, "852124", 1, 0, 8), + (16475, "852124", 1, 0, 8), + (16476, "852124", 1, 0, 8), + (16477, "852124", 1, 0, 8), + (16478, "852124", 1, 0, 8), + (16479, "852124", 1, 0, 8), + (16480, "852124", 1, 0, 8), + (16481, "852124", 1, 0, 8), + (16482, "852124", 1, 0, 8), + (16483, "852124", 1, 0, 8), + (16484, "852124", 1, 0, 8), + (16485, "852124", 1, 0, 8), + (16486, "852124", 1, 0, 8), + (16487, "852124", 1, 0, 8), + (16488, "852124", 1, 0, 8), + (16489, "852124", 1, 0, 8), + (16490, "852124", 1, 0, 8), + (16491, "852124", 1, 0, 8), + (16492, "852125", 1, 0, 8), + (16493, "852202", 1, 0, 8), + (16494, "852202", 1, 0, 8), + (16495, "852202", 1, 0, 8), + (16496, "852202", 1, 0, 8), + (16497, "852202", 1, 0, 8), + (16498, "852219", 1, 0, 8), + (16499, "852219", 1, 0, 8), + (16500, "852219", 1, 0, 8), + (16501, "852127", 1, 0, 8), + (16502, "852127", 1, 0, 8), + (16503, "852127", 1, 0, 8), + (16504, "852127", 1, 0, 8), + (16505, "852127", 1, 0, 8), + (16506, "852127", 1, 0, 8), + (16507, "852127", 1, 0, 8), + (16508, "852127", 1, 0, 8), + (16509, "852127", 1, 0, 8), + (16510, "852127", 1, 0, 8), + (16511, "852127", 1, 0, 8), + (16512, "852127", 1, 0, 8), + (16513, "852127", 1, 0, 8), + (16514, "852127", 1, 0, 8), + (16515, "852127", 1, 0, 8), + (16516, "852130", 1, 0, 8), + (16517, "852130", 1, 0, 8), + (16518, "852130", 1, 0, 8), + (16519, "852130", 1, 0, 8), + (16520, "852130", 1, 0, 8), + (16521, "852130", 1, 0, 8), + (16522, "852131", 1, 0, 8), + (16523, "852131", 1, 0, 8), + (16524, "852131", 1, 0, 8), + (16525, "852139", 1, 0, 8), + (16526, "852139", 1, 0, 8), + (16527, "852121", 1, 0, 8), + (16528, "852121", 1, 0, 8), + (16529, "852121", 1, 0, 8), + (16530, "843313", 1, 0, 8), + (16531, "843314", 1, 0, 8), + (16532, "843314", 1, 0, 8), + (16533, "843314", 1, 0, 8), + (16534, "843316", 1, 0, 8), + (16535, "843317", 1, 0, 8), + (16536, "843319", 1, 0, 8), + (16537, "843332", 1, 0, 8), + (16538, "843333", 1, 0, 8), + (16539, "843334", 1, 0, 8), + (16540, "843327", 1, 0, 8), + (16541, "843327", 1, 0, 8), + (16542, "848211", 1, 0, 8), + (16543, "848125", 1, 0, 8), + (16544, "848125", 1, 0, 8), + (16545, "848101", 1, 0, 8), + (16546, "848113", 1, 0, 8), + (16547, "848114", 1, 0, 8), + (16548, "824124", 1, 0, 8), + (16549, "824125", 1, 0, 8), + (16550, "824210", 1, 0, 8), + (16551, "824129", 1, 0, 8), + (16552, "824115", 1, 0, 8), + (16553, "824302", 1, 0, 8), + (16554, "824103", 1, 0, 8), + (16555, "824102", 1, 0, 8), + (16556, "824120", 1, 0, 8), + (16557, "824206", 1, 0, 8), + (16558, "824122", 1, 0, 8), + (16559, "824121", 1, 0, 8), + (16560, "824203", 1, 0, 8), + (16561, "824205", 1, 0, 8), + (16562, "824211", 1, 0, 8), + (16563, "824111", 1, 0, 8), + (16564, "824116", 1, 0, 8), + (16565, "824101", 1, 0, 8), + (16566, "824217", 1, 0, 8), + (16567, "824201", 1, 0, 8), + (16568, "824112", 1, 0, 8), + (16569, "824113", 1, 0, 8), + (16570, "824143", 1, 0, 8), + (16571, "824202", 1, 0, 8), + (16572, "824114", 1, 0, 8), + (16573, "824211", 1, 0, 8), + (16574, "824123", 1, 0, 8), + (16575, "824127", 1, 0, 8), + (16576, "824207", 1, 0, 8), + (16577, "824208", 1, 0, 8), + (16578, "824301", 1, 0, 8), + (16579, "824303", 1, 0, 8), + (16580, "851115", 1, 0, 8), + (16581, "851213", 1, 0, 8), + (16582, "851127", 1, 0, 8), + (16583, "851129", 1, 0, 8), + (16584, "851135", 1, 0, 8), + (16585, "851203", 1, 0, 8), + (16586, "851205", 1, 0, 8), + (16587, "851211", 1, 0, 8), + (16588, "851131", 1, 0, 8), + (16589, "851117", 1, 0, 8), + (16590, "851217", 1, 0, 8), + (16591, "851218", 1, 0, 8), + (16592, "851133", 1, 0, 8), + (16593, "851118", 1, 0, 8), + (16594, "851210", 1, 0, 8), + (16595, "851214", 1, 0, 8), + (16596, "851111", 1, 0, 8), + (16597, "848201", 1, 0, 8), + (16598, "851112", 1, 0, 8), + (16599, "851113", 1, 0, 8), + (16600, "851116", 1, 0, 8), + (16601, "852161", 1, 0, 8), + (16602, "851128", 1, 0, 8), + (16603, "848202", 1, 0, 8), + (16604, "851212", 1, 0, 8), + (16605, "851130", 1, 0, 8), + (16606, "851201", 1, 0, 8), + (16607, "848204", 1, 0, 8), + (16608, "851202", 1, 0, 8), + (16609, "851204", 1, 0, 8), + (16610, "851215", 1, 0, 8), + (16611, "851216", 1, 0, 8), + (16612, "851132", 1, 0, 8), + (16613, "848203", 1, 0, 8), + (16614, "851134", 1, 0, 8), + (16615, "851126", 1, 0, 8), + (16616, "851114", 1, 0, 8), + (16617, "851204", 1, 0, 8), + (16618, "851101", 1, 0, 8), + (16619, "851101", 1, 0, 8), + (16620, "851101", 1, 0, 8), + (16621, "802202", 1, 0, 8), + (16622, "802223", 1, 0, 8), + (16623, "802155", 1, 0, 8), + (16624, "802204", 1, 0, 8), + (16625, "802159", 1, 0, 8), + (16626, "802205", 1, 0, 8), + (16627, "802222", 1, 0, 8), + (16628, "802207", 1, 0, 8), + (16629, "802209", 1, 0, 8), + (16630, "802302", 1, 0, 8), + (16631, "802152", 1, 0, 8), + (16632, "802154", 1, 0, 8), + (16633, "802165", 1, 0, 8), + (16634, "802158", 1, 0, 8), + (16635, "802183", 1, 0, 8), + (16636, "802112", 1, 0, 8), + (16637, "802130", 1, 0, 8), + (16638, "802103", 1, 0, 8), + (16639, "802102", 1, 0, 8), + (16640, "802316", 1, 0, 8), + (16641, "802166", 1, 0, 8), + (16642, "802201", 1, 0, 8), + (16643, "802203", 1, 0, 8), + (16644, "802206", 1, 0, 8), + (16645, "802161", 1, 0, 8), + (16646, "802162", 1, 0, 8), + (16647, "802208", 1, 0, 8), + (16648, "802164", 1, 0, 8), + (16649, "802210", 1, 0, 8), + (16650, "802301", 1, 0, 8), + (16651, "802301", 1, 0, 8), + (16652, "802301", 1, 0, 8), + (16653, "802301", 1, 0, 8), + (16654, "802301", 1, 0, 8), + (16655, "802301", 1, 0, 8), + (16656, "802301", 1, 0, 8), + (16657, "802101", 1, 0, 8), + (16658, "802101", 1, 0, 8), + (16659, "802114", 1, 0, 8), + (16660, "802135", 1, 0, 8), + (16661, "802113", 1, 0, 8), + (16662, "802116", 1, 0, 8), + (16663, "802117", 1, 0, 8), + (16664, "802118", 1, 0, 8), + (16665, "802122", 1, 0, 8), + (16666, "802123", 1, 0, 8), + (16667, "802128", 1, 0, 8), + (16668, "802131", 1, 0, 8), + (16669, "802111", 1, 0, 8), + (16670, "802120", 1, 0, 8), + (16671, "802119", 1, 0, 8), + (16672, "802136", 1, 0, 8), + (16673, "802115", 1, 0, 8), + (16674, "802125", 1, 0, 8), + (16675, "802127", 1, 0, 8), + (16676, "802126", 1, 0, 8), + (16677, "802129", 1, 0, 8), + (16678, "802133", 1, 0, 8), + (16679, "802134", 1, 0, 8), + (16680, "802311", 1, 0, 8), + (16681, "802351", 1, 0, 8), + (16682, "802312", 1, 0, 8), + (16683, "802156", 1, 0, 8), + (16684, "802313", 1, 0, 8), + (16685, "802157", 1, 0, 8), + (16686, "802314", 1, 0, 8), + (16687, "802160", 1, 0, 8), + (16688, "802163", 1, 0, 8), + (16689, "847407", 1, 0, 8), + (16690, "847422", 1, 0, 8), + (16691, "847233", 1, 0, 8), + (16692, "847423", 1, 0, 8), + (16693, "846002", 1, 0, 8), + (16694, "847201", 1, 0, 8), + (16695, "847103", 1, 0, 8), + (16696, "847104", 1, 0, 8), + (16697, "847428", 1, 0, 8), + (16698, "847122", 1, 0, 8), + (16699, "846004", 1, 0, 8), + (16700, "846004", 1, 0, 8), + (16701, "846004", 1, 0, 8), + (16702, "846004", 1, 0, 8), + (16703, "847302", 1, 0, 8), + (16704, "847303", 1, 0, 8), + (16705, "846008", 1, 0, 8), + (16706, "847304", 1, 0, 8), + (16707, "847106", 1, 0, 8), + (16708, "847107", 1, 0, 8), + (16709, "846004", 1, 0, 8), + (16710, "846004", 1, 0, 8), + (16711, "847121", 1, 0, 8), + (16712, "846009", 1, 0, 8), + (16713, "847115", 1, 0, 8), + (16714, "846005", 1, 0, 8), + (16715, "847306", 1, 0, 8), + (16716, "847307", 1, 0, 8), + (16717, "847337", 1, 0, 8), + (16718, "846007", 1, 0, 8), + (16719, "846006", 1, 0, 8), + (16720, "847101", 1, 0, 8), + (16721, "847105", 1, 0, 8), + (16722, "846003", 1, 0, 8), + (16723, "847203", 1, 0, 8), + (16724, "847204", 1, 0, 8), + (16725, "846003", 1, 0, 8), + (16726, "847427", 1, 0, 8), + (16727, "847301", 1, 0, 8), + (16728, "846001", 1, 0, 8), + (16729, "847429", 1, 0, 8), + (16730, "847405", 1, 0, 8), + (16731, "846001", 1, 0, 8), + (16732, "845401", 1, 0, 8), + (16733, "845302", 1, 0, 8), + (16734, "845432", 1, 0, 8), + (16735, "845437", 1, 0, 8), + (16736, "845411", 1, 0, 8), + (16737, "845414", 1, 0, 8), + (16738, "845458", 1, 0, 8), + (16739, "845304", 1, 0, 8), + (16740, "845415", 1, 0, 8), + (16741, "845427", 1, 0, 8), + (16742, "845416", 1, 0, 8), + (16743, "845413", 1, 0, 8), + (16744, "845426", 1, 0, 8), + (16745, "845420", 1, 0, 8), + (16746, "845417", 1, 0, 8), + (16747, "845456", 1, 0, 8), + (16748, "845305", 1, 0, 8), + (16749, "845301", 1, 0, 8), + (16750, "845431", 1, 0, 8), + (16751, "845435", 1, 0, 8), + (16752, "845433", 1, 0, 8), + (16753, "845434", 1, 0, 8), + (16754, "845412", 1, 0, 8), + (16755, "845428", 1, 0, 8), + (16756, "845418", 1, 0, 8), + (16757, "845425", 1, 0, 8), + (16758, "845423", 1, 0, 8), + (16759, "845422", 1, 0, 8), + (16760, "845436", 1, 0, 8), + (16761, "845429", 1, 0, 8), + (16762, "845424", 1, 0, 8), + (16763, "845457", 1, 0, 8), + (16764, "845440", 1, 0, 8), + (16765, "845315", 1, 0, 8), + (16766, "845303", 1, 0, 8), + (16767, "845406", 1, 0, 8), + (16768, "845419", 1, 0, 8), + (16769, "845401", 1, 0, 8), + (16770, "845401", 1, 0, 8), + (16771, "845401", 1, 0, 8), + (16772, "845401", 1, 0, 8), + (16773, "845401", 1, 0, 8), + (16774, "845430", 1, 0, 8), + (16775, "804417", 1, 0, 8), + (16776, "804418", 1, 0, 8), + (16777, "804427", 1, 0, 8), + (16778, "804422", 1, 0, 8), + (16779, "804402", 1, 0, 8), + (16780, "804421", 1, 0, 8), + (16781, "804419", 1, 0, 8), + (16782, "804423", 1, 0, 8), + (16783, "804426", 1, 0, 8), + (16784, "804428", 1, 0, 8), + (16785, "804408", 1, 0, 8), + (16786, "804430", 1, 0, 8), + (16787, "804432", 1, 0, 8), + (16788, "804405", 1, 0, 8), + (16789, "804406", 1, 0, 8), + (16790, "804424", 1, 0, 8), + (16791, "823005", 1, 0, 8), + (16792, "823311", 1, 0, 8), + (16793, "823001", 1, 0, 8), + (16794, "823002", 1, 0, 8), + (16795, "804403", 1, 0, 8), + (16796, "824231", 1, 0, 8), + (16797, "823004", 1, 0, 8), + (16798, "823001", 1, 0, 8), + (16799, "804404", 1, 0, 8), + (16800, "823001", 1, 0, 8), + (16801, "823001", 1, 0, 8), + (16802, "823001", 1, 0, 8), + (16803, "824237", 1, 0, 8), + (16804, "823002", 1, 0, 8), + (16805, "823003", 1, 0, 8), + (16806, "823001", 1, 0, 8), + (16807, "824232", 1, 0, 8), + (16808, "823001", 1, 0, 8), + (16809, "823001", 1, 0, 8), + (16810, "824118", 1, 0, 8), + (16811, "804407", 1, 0, 8), + (16812, "823001", 1, 0, 8), + (16813, "824233", 1, 0, 8), + (16814, "823002", 1, 0, 8), + (16815, "824235", 1, 0, 8), + (16816, "824234", 1, 0, 8), + (16817, "823001", 1, 0, 8), + (16818, "824209", 1, 0, 8), + (16819, "823001", 1, 0, 8), + (16820, "824236", 1, 0, 8), + (16821, "804420", 1, 0, 8), + (16822, "804429", 1, 0, 8), + (16823, "804425", 1, 0, 8), + (16824, "805135", 1, 0, 8), + (16825, "805236", 1, 0, 8), + (16826, "823003", 1, 0, 8), + (16827, "823002", 1, 0, 8), + (16828, "847451", 1, 0, 8), + (16829, "847232", 1, 0, 8), + (16830, "847421", 1, 0, 8), + (16831, "847231", 1, 0, 8), + (16832, "847213", 1, 0, 8), + (16833, "847211", 1, 0, 8), + (16834, "847408", 1, 0, 8), + (16835, "847305", 1, 0, 8), + (16836, "847108", 1, 0, 8), + (16837, "847452", 1, 0, 8), + (16838, "847234", 1, 0, 8), + (16839, "847409", 1, 0, 8), + (16840, "847235", 1, 0, 8), + (16841, "847215", 1, 0, 8), + (16842, "847238", 1, 0, 8), + (16843, "847236", 1, 0, 8), + (16844, "847308", 1, 0, 8), + (16845, "847239", 1, 0, 8), + (16846, "847424", 1, 0, 8), + (16847, "847410", 1, 0, 8), + (16848, "847109", 1, 0, 8), + (16849, "847401", 1, 0, 8), + (16850, "847222", 1, 0, 8), + (16851, "847224", 1, 0, 8), + (16852, "847102", 1, 0, 8), + (16853, "847225", 1, 0, 8), + (16854, "847223", 1, 0, 8), + (16855, "847212", 1, 0, 8), + (16856, "847402", 1, 0, 8), + (16857, "847226", 1, 0, 8), + (16858, "847226", 1, 0, 8), + (16859, "847404", 1, 0, 8), + (16860, "847404", 1, 0, 8), + (16861, "847403", 1, 0, 8), + (16862, "847229", 1, 0, 8), + (16863, "847228", 1, 0, 8), + (16864, "847230", 1, 0, 8), + (16865, "847227", 1, 0, 8), + (16866, "811307", 1, 0, 8), + (16867, "811308", 1, 0, 8), + (16868, "811201", 1, 0, 8), + (16869, "811201", 1, 0, 8), + (16870, "811201", 1, 0, 8), + (16871, "811201", 1, 0, 8), + (16872, "811201", 1, 0, 8), + (16873, "811201", 1, 0, 8), + (16874, "811311", 1, 0, 8), + (16875, "811105", 1, 0, 8), + (16876, "811105", 1, 0, 8), + (16877, "811214", 1, 0, 8), + (16878, "811310", 1, 0, 8), + (16879, "811311", 1, 0, 8), + (16880, "811105", 1, 0, 8), + (16881, "811101", 1, 0, 8), + (16882, "811103", 1, 0, 8), + (16883, "811212", 1, 0, 8), + (16884, "811107", 1, 0, 8), + (16885, "811112", 1, 0, 8), + (16886, "811214", 1, 0, 8), + (16887, "811211", 1, 0, 8), + (16888, "811213", 1, 0, 8), + (16889, "811305", 1, 0, 8), + (16890, "811312", 1, 0, 8), + (16891, "811315", 1, 0, 8), + (16892, "811202", 1, 0, 8), + (16893, "811314", 1, 0, 8), + (16894, "811303", 1, 0, 8), + (16895, "811309", 1, 0, 8), + (16896, "811104", 1, 0, 8), + (16897, "811308", 1, 0, 8), + (16898, "811106", 1, 0, 8), + (16899, "811301", 1, 0, 8), + (16900, "811316", 1, 0, 8), + (16901, "811302", 1, 0, 8), + (16902, "811304", 1, 0, 8), + (16903, "811317", 1, 0, 8), + (16904, "811313", 1, 0, 8), + (16905, "811102", 1, 0, 8), + (16906, "811201", 1, 0, 8), + (16907, "811311", 1, 0, 8), + (16908, "811201", 1, 0, 8), + (16909, "843107", 1, 0, 8), + (16910, "843122", 1, 0, 8), + (16911, "843123", 1, 0, 8), + (16912, "843109", 1, 0, 8), + (16913, "843321", 1, 0, 8), + (16914, "844120", 1, 0, 8), + (16915, "843125", 1, 0, 8), + (16916, "843130", 1, 0, 8), + (16917, "843124", 1, 0, 8), + (16918, "843108", 1, 0, 8), + (16919, "843128", 1, 0, 8), + (16920, "843111", 1, 0, 8), + (16921, "843129", 1, 0, 8), + (16922, "843112", 1, 0, 8), + (16923, "843115", 1, 0, 8), + (16924, "843113", 1, 0, 8), + (16925, "842001", 1, 0, 8), + (16926, "842001", 1, 0, 8), + (16927, "842002", 1, 0, 8), + (16928, "842002", 1, 0, 8), + (16929, "843117", 1, 0, 8), + (16930, "843126", 1, 0, 8), + (16931, "843119", 1, 0, 8), + (16932, "843118", 1, 0, 8), + (16933, "842001", 1, 0, 8), + (16934, "842001", 1, 0, 8), + (16935, "842001", 1, 0, 8), + (16936, "842001", 1, 0, 8), + (16937, "842001", 1, 0, 8), + (16938, "842005", 1, 0, 8), + (16939, "842003", 1, 0, 8), + (16940, "844127", 1, 0, 8), + (16941, "842004", 1, 0, 8), + (16942, "843312", 1, 0, 8), + (16943, "843101", 1, 0, 8), + (16944, "844112", 1, 0, 8), + (16945, "843103", 1, 0, 8), + (16946, "843102", 1, 0, 8), + (16947, "843127", 1, 0, 8), + (16948, "843104", 1, 0, 8), + (16949, "843121", 1, 0, 8), + (16950, "843105", 1, 0, 8), + (16951, "843120", 1, 0, 8), + (16952, "843106", 1, 0, 8), + (16953, "801301", 1, 0, 8), + (16954, "801302", 1, 0, 8), + (16955, "801304", 1, 0, 8), + (16956, "801305", 1, 0, 8), + (16957, "801303", 1, 0, 8), + (16958, "801306", 1, 0, 8), + (16959, "803211", 1, 0, 8), + (16960, "803212", 1, 0, 8), + (16961, "803213", 1, 0, 8), + (16962, "803214", 1, 0, 8), + (16963, "803301", 1, 0, 8), + (16964, "803302", 1, 0, 8), + (16965, "803303", 1, 0, 8), + (16966, "803307", 1, 0, 8), + (16967, "803221", 1, 0, 8), + (16968, "803306", 1, 0, 8), + (16969, "803120", 1, 0, 8), + (16970, "801307", 1, 0, 8), + (16971, "803108", 1, 0, 8), + (16972, "803107", 1, 0, 8), + (16973, "803111", 1, 0, 8), + (16974, "803115", 1, 0, 8), + (16975, "803116", 1, 0, 8), + (16976, "803117", 1, 0, 8), + (16977, "803110", 1, 0, 8), + (16978, "803114", 1, 0, 8), + (16979, "803119", 1, 0, 8), + (16980, "803113", 1, 0, 8), + (16981, "803118", 1, 0, 8), + (16982, "803101", 1, 0, 8), + (16983, "803101", 1, 0, 8), + (16984, "803101", 1, 0, 8), + (16985, "803101", 1, 0, 8), + (16986, "803118", 1, 0, 8), + (16987, "803118", 1, 0, 8), + (16988, "803302", 1, 0, 8), + (16989, "803213", 1, 0, 8), + (16990, "845438", 1, 0, 8), + (16991, "845453", 1, 0, 8), + (16992, "845104", 1, 0, 8), + (16993, "845306", 1, 0, 8), + (16994, "845454", 1, 0, 8), + (16995, "845438", 1, 0, 8), + (16996, "845455", 1, 0, 8), + (16997, "845105", 1, 0, 8), + (16998, "845438", 1, 0, 8), + (16999, "845106", 1, 0, 8), + (17000, "845307", 1, 0, 8), + (17001, "845107", 1, 0, 8), + (17002, "845101", 1, 0, 8), + (17003, "845438", 1, 0, 8), + (17004, "845438", 1, 0, 8), + (17005, "845438", 1, 0, 8), + (17006, "845449", 1, 0, 8), + (17007, "845449", 1, 0, 8), + (17008, "845450", 1, 0, 8), + (17009, "845451", 1, 0, 8), + (17010, "845102", 1, 0, 8), + (17011, "845103", 1, 0, 8), + (17012, "845459", 1, 0, 8), + (17013, "845452", 1, 0, 8), + (17014, "821301", 1, 0, 8), + (17015, "821302", 1, 0, 8), + (17016, "802211", 1, 0, 8), + (17017, "821303", 1, 0, 8), + (17018, "821304", 1, 0, 8), + (17019, "821101", 1, 0, 8), + (17020, "821102", 1, 0, 8), + (17021, "802212", 1, 0, 8), + (17022, "821104", 1, 0, 8), + (17023, "821103", 1, 0, 8), + (17024, "821305", 1, 0, 8), + (17025, "821306", 1, 0, 8), + (17026, "802226", 1, 0, 8), + (17027, "802213", 1, 0, 8), + (17028, "821105", 1, 0, 8), + (17029, "821307", 1, 0, 8), + (17030, "821307", 1, 0, 8), + (17031, "821307", 1, 0, 8), + (17032, "821115", 1, 0, 8), + (17033, "802215", 1, 0, 8), + (17034, "802214", 1, 0, 8), + (17035, "821310", 1, 0, 8), + (17036, "821106", 1, 0, 8), + (17037, "821308", 1, 0, 8), + (17038, "821309", 1, 0, 8), + (17039, "821107", 1, 0, 8), + (17040, "802216", 1, 0, 8), + (17041, "821112", 1, 0, 8), + (17042, "821108", 1, 0, 8), + (17043, "821108", 1, 0, 8), + (17044, "802217", 1, 0, 8), + (17045, "821109", 1, 0, 8), + (17046, "821310", 1, 0, 8), + (17047, "802218", 1, 0, 8), + (17048, "802132", 1, 0, 8), + (17049, "821115", 1, 0, 8), + (17050, "821110", 1, 0, 8), + (17051, "802219", 1, 0, 8), + (17052, "821311", 1, 0, 8), + (17053, "802220", 1, 0, 8), + (17054, "821115", 1, 0, 8), + (17055, "821115", 1, 0, 8), + (17056, "821111", 1, 0, 8), + (17057, "802221", 1, 0, 8), + (17058, "821113", 1, 0, 8), + (17059, "821312", 1, 0, 8), + (17060, "802212", 1, 0, 8), + (17061, "852114", 1, 0, 8), + (17062, "852113", 1, 0, 8), + (17063, "852113", 1, 0, 8), + (17064, "852113", 1, 0, 8), + (17065, "852201", 1, 0, 8), + (17066, "852202", 1, 0, 8), + (17067, "852113", 1, 0, 8), + (17068, "852212", 1, 0, 8), + (17069, "854340", 1, 0, 8), + (17070, "854338", 1, 0, 8), + (17071, "852105", 1, 0, 8), + (17072, "854339", 1, 0, 8), + (17073, "852109", 1, 0, 8), + (17074, "852110", 1, 0, 8), + (17075, "852111", 1, 0, 8), + (17076, "852215", 1, 0, 8), + (17077, "852125", 1, 0, 8), + (17078, "852130", 1, 0, 8), + (17079, "852131", 1, 0, 8), + (17080, "852138", 1, 0, 8), + (17081, "852124", 1, 0, 8), + (17082, "852216", 1, 0, 8), + (17083, "852122", 1, 0, 8), + (17084, "852107", 1, 0, 8), + (17085, "852217", 1, 0, 8), + (17086, "852112", 1, 0, 8), + (17087, "852214", 1, 0, 8), + (17088, "852139", 1, 0, 8), + (17089, "852220", 1, 0, 8), + (17090, "852137", 1, 0, 8), + (17091, "852126", 1, 0, 8), + (17092, "852127", 1, 0, 8), + (17093, "852221", 1, 0, 8), + (17094, "852219", 1, 0, 8), + (17095, "852128", 1, 0, 8), + (17096, "852116", 1, 0, 8), + (17097, "852218", 1, 0, 8), + (17098, "852123", 1, 0, 8), + (17099, "852115", 1, 0, 8), + (17100, "852108", 1, 0, 8), + (17101, "852106", 1, 0, 8), + (17102, "852213", 1, 0, 8), + (17103, "852101", 1, 0, 8), + (17104, "852129", 1, 0, 8), + (17105, "852121", 1, 0, 8), + (17106, "841403", 1, 0, 8), + (17107, "841202", 1, 0, 8), + (17108, "841201", 1, 0, 8), + (17109, "841301", 1, 0, 8), + (17110, "841204", 1, 0, 8), + (17111, "841205", 1, 0, 8), + (17112, "841301", 1, 0, 8), + (17113, "841206", 1, 0, 8), + (17114, "841207", 1, 0, 8), + (17115, "841208", 1, 0, 8), + (17116, "841209", 1, 0, 8), + (17117, "841301", 1, 0, 8), + (17118, "841211", 1, 0, 8), + (17119, "841311", 1, 0, 8), + (17120, "841312", 1, 0, 8), + (17121, "841212", 1, 0, 8), + (17122, "841412", 1, 0, 8), + (17123, "841213", 1, 0, 8), + (17124, "841214", 1, 0, 8), + (17125, "841301", 1, 0, 8), + (17126, "841313", 1, 0, 8), + (17127, "841215", 1, 0, 8), + (17128, "841223", 1, 0, 8), + (17129, "841216", 1, 0, 8), + (17130, "841217", 1, 0, 8), + (17131, "841316", 1, 0, 8), + (17132, "841219", 1, 0, 8), + (17133, "841302", 1, 0, 8), + (17134, "841224", 1, 0, 8), + (17135, "841225", 1, 0, 8), + (17136, "841220", 1, 0, 8), + (17137, "841301", 1, 0, 8), + (17138, "841305", 1, 0, 8), + (17139, "841222", 1, 0, 8), + (17140, "841101", 1, 0, 8), + (17141, "841101", 1, 0, 8), + (17142, "841221", 1, 0, 8), + (17143, "841422", 1, 0, 8), + (17144, "841401", 1, 0, 8), + (17145, "841402", 1, 0, 8), + (17146, "841460", 1, 0, 8), + (17147, "841410", 1, 0, 8), + (17148, "841443", 1, 0, 8), + (17149, "841411", 1, 0, 8), + (17150, "841414", 1, 0, 8), + (17151, "841415", 1, 0, 8), + (17152, "841419", 1, 0, 8), + (17153, "841417", 1, 0, 8), + (17154, "841218", 1, 0, 8), + (17155, "841442", 1, 0, 8), + (17156, "841421", 1, 0, 8), + (17157, "841424", 1, 0, 8), + (17158, "843360", 1, 0, 8), + (17159, "841231", 1, 0, 8), + (17160, "841287", 1, 0, 8), + (17161, "841404", 1, 0, 8), + (17162, "841286", 1, 0, 8), + (17163, "841232", 1, 0, 8), + (17164, "841406", 1, 0, 8), + (17165, "841408", 1, 0, 8), + (17166, "841226", 1, 0, 8), + (17167, "841203", 1, 0, 8), + (17168, "841234", 1, 0, 8), + (17169, "841233", 1, 0, 8), + (17170, "841235", 1, 0, 8), + (17171, "841509", 1, 0, 8), + (17172, "841210", 1, 0, 8), + (17173, "841227", 1, 0, 8), + (17174, "841434", 1, 0, 8), + (17175, "841435", 1, 0, 8), + (17176, "841236", 1, 0, 8), + (17177, "841237", 1, 0, 8), + (17178, "841416", 1, 0, 8), + (17179, "841502", 1, 0, 8), + (17180, "841240", 1, 0, 8), + (17181, "841238", 1, 0, 8), + (17182, "841239", 1, 0, 8), + (17183, "841507", 1, 0, 8), + (17184, "841439", 1, 0, 8), + (17185, "841241", 1, 0, 8), + (17186, "841242", 1, 0, 8), + (17187, "841504", 1, 0, 8), + (17188, "841243", 1, 0, 8), + (17189, "841226", 1, 0, 8), + (17190, "841226", 1, 0, 8), + (17191, "841244", 1, 0, 8), + (17192, "841506", 1, 0, 8), + (17193, "841245", 1, 0, 8), + (17194, "841441", 1, 0, 8), + (17195, "841405", 1, 0, 8), + (17196, "841425", 1, 0, 8), + (17197, "841426", 1, 0, 8), + (17198, "841508", 1, 0, 8), + (17199, "841407", 1, 0, 8), + (17200, "841409", 1, 0, 8), + (17201, "841427", 1, 0, 8), + (17202, "841428", 1, 0, 8), + (17203, "841436", 1, 0, 8), + (17204, "841413", 1, 0, 8), + (17205, "841437", 1, 0, 8), + (17206, "841501", 1, 0, 8), + (17207, "841438", 1, 0, 8), + (17208, "841503", 1, 0, 8), + (17209, "841420", 1, 0, 8), + (17210, "841505", 1, 0, 8), + (17211, "841423", 1, 0, 8), + (17212, "841440", 1, 0, 8), + (17213, "844121", 1, 0, 8), + (17214, "844506", 1, 0, 8), + (17215, "844507", 1, 0, 8), + (17216, "844122", 1, 0, 8), + (17217, "843114", 1, 0, 8), + (17218, "844123", 1, 0, 8), + (17219, "844508", 1, 0, 8), + (17220, "844124", 1, 0, 8), + (17221, "844509", 1, 0, 8), + (17222, "844125", 1, 0, 8), + (17223, "844126", 1, 0, 8), + (17224, "844101", 1, 0, 8), + (17225, "844128", 1, 0, 8), + (17226, "844111", 1, 0, 8), + (17227, "844113", 1, 0, 8), + (17228, "844501", 1, 0, 8), + (17229, "844114", 1, 0, 8), + (17230, "844503", 1, 0, 8), + (17231, "844502", 1, 0, 8), + (17232, "844115", 1, 0, 8), + (17233, "844504", 1, 0, 8), + (17234, "844117", 1, 0, 8), + (17235, "844116", 1, 0, 8), + (17236, "844119", 1, 0, 8), + (17237, "844118", 1, 0, 8), + (17238, "844101", 1, 0, 8), + (17239, "844102", 1, 0, 8), + (17240, "844505", 1, 0, 8), + (17241, "843110", 1, 0, 8), + (17242, "803202", 1, 0, 8), + (17243, "800024", 1, 0, 8), + (17244, "800001", 1, 0, 8), + (17245, "801112", 1, 0, 8), + (17246, "800023", 1, 0, 8), + (17247, "800020", 1, 0, 8), + (17248, "800001", 1, 0, 8), + (17249, "801108", 1, 0, 8), + (17250, "804452", 1, 0, 8), + (17251, "800001", 1, 0, 8), + (17252, "804454", 1, 0, 8), + (17253, "801113", 1, 0, 8), + (17254, "801109", 1, 0, 8), + (17255, "800001", 1, 0, 8), + (17256, "800001", 1, 0, 8), + (17257, "800001", 1, 0, 8), + (17258, "801110", 1, 0, 8), + (17259, "800013", 1, 0, 8), + (17260, "800014", 1, 0, 8), + (17261, "804453", 1, 0, 8), + (17262, "801505", 1, 0, 8), + (17263, "800015", 1, 0, 8), + (17264, "800001", 1, 0, 8), + (17265, "800001", 1, 0, 8), + (17266, "800010", 1, 0, 8), + (17267, "801111", 1, 0, 8), + (17268, "801506", 1, 0, 8), + (17269, "800001", 1, 0, 8), + (17270, "800011", 1, 0, 8), + (17271, "800014", 1, 0, 8), + (17272, "800021", 1, 0, 8), + (17273, "800001", 1, 0, 8), + (17274, "800020", 1, 0, 8), + (17275, "800001", 1, 0, 8), + (17276, "800009", 1, 0, 8), + (17277, "800020", 1, 0, 8), + (17278, "800008", 1, 0, 8), + (17279, "800008", 1, 0, 8), + (17280, "800007", 1, 0, 8), + (17281, "800007", 1, 0, 8), + (17282, "800004", 1, 0, 8), + (17283, "800020", 1, 0, 8), + (17284, "800026", 1, 0, 8), + (17285, "800008", 1, 0, 8), + (17286, "800004", 1, 0, 8), + (17287, "800008", 1, 0, 8), + (17288, "800008", 1, 0, 8), + (17289, "800006", 1, 0, 8), + (17290, "800008", 1, 0, 8), + (17291, "800006", 1, 0, 8), + (17292, "800007", 1, 0, 8), + (17293, "800004", 1, 0, 8), + (17294, "800008", 1, 0, 8), + (17295, "800004", 1, 0, 8), + (17296, "800001", 1, 0, 8), + (17297, "800005", 1, 0, 8), + (17298, "800008", 1, 0, 8), + (17299, "800016", 1, 0, 8), + (17300, "800020", 1, 0, 8), + (17301, "800008", 1, 0, 8), + (17302, "800020", 1, 0, 8), + (17303, "800026", 1, 0, 8), + (17304, "800002", 1, 0, 8), + (17305, "800025", 1, 0, 8), + (17306, "801102", 1, 0, 8), + (17307, "800022", 1, 0, 8), + (17308, "801501", 1, 0, 8), + (17309, "800014", 1, 0, 8), + (17310, "801103", 1, 0, 8), + (17311, "801104", 1, 0, 8), + (17312, "800001", 1, 0, 8), + (17313, "800001", 1, 0, 8), + (17314, "800018", 1, 0, 8), + (17315, "800017", 1, 0, 8), + (17316, "800001", 1, 0, 8), + (17317, "800001", 1, 0, 8), + (17318, "800019", 1, 0, 8), + (17319, "801503", 1, 0, 8), + (17320, "800012", 1, 0, 8), + (17321, "800011", 1, 0, 8), + (17322, "801503", 1, 0, 8), + (17323, "800001", 1, 0, 8), + (17324, "803201", 1, 0, 8), + (17325, "800001", 1, 0, 8), + (17326, "804451", 1, 0, 8), + (17327, "800001", 1, 0, 8), + (17328, "800001", 1, 0, 8), + (17329, "800001", 1, 0, 8), + (17330, "801105", 1, 0, 8), + (17331, "801105", 1, 0, 8), + (17332, "800003", 1, 0, 8), + (17333, "824211", 1, 0, 8), + (17334, "824114", 1, 0, 8), + (17335, "824120", 1, 0, 8), + (17336, "824124", 1, 0, 8), + (17337, "824143", 1, 0, 8), + (17338, "824208", 1, 0, 8), + (17339, "824303", 1, 0, 8), + (17340, "824103", 1, 0, 8), + (17341, "824115", 1, 0, 8), + (17342, "824220", 1, 0, 8), + (17343, "824211", 1, 0, 8), + (17344, "824211", 1, 0, 8), + (17345, "824211", 1, 0, 8), + (17346, "824211", 1, 0, 8), + (17347, "824211", 1, 0, 8), + (17348, "824211", 1, 0, 8), + (17349, "824211", 1, 0, 8), + (17350, "824211", 1, 0, 8), + (17351, "824301", 1, 0, 8), + (17352, "824301", 1, 0, 8), + (17353, "824301", 1, 0, 8), + (17354, "824301", 1, 0, 8), + (17355, "824301", 1, 0, 8), + (17356, "824301", 1, 0, 8), + (17357, "824301", 1, 0, 8), + (17358, "824301", 1, 0, 8), + (17359, "824210", 1, 0, 8), + (17360, "824210", 1, 0, 8), + (17361, "824210", 1, 0, 8), + (17362, "824210", 1, 0, 8), + (17363, "824210", 1, 0, 8), + (17364, "824202", 1, 0, 8), + (17365, "824202", 1, 0, 8), + (17366, "824202", 1, 0, 8), + (17367, "824202", 1, 0, 8), + (17368, "824202", 1, 0, 8), + (17369, "824202", 1, 0, 8), + (17370, "824202", 1, 0, 8), + (17371, "824202", 1, 0, 8), + (17372, "824202", 1, 0, 8), + (17373, "824202", 1, 0, 8), + (17374, "824202", 1, 0, 8), + (17375, "824202", 1, 0, 8), + (17376, "824202", 1, 0, 8), + (17377, "824202", 1, 0, 8), + (17378, "824114", 1, 0, 8), + (17379, "824114", 1, 0, 8), + (17380, "824114", 1, 0, 8), + (17381, "824114", 1, 0, 8), + (17382, "824205", 1, 0, 8), + (17383, "824205", 1, 0, 8), + (17384, "824205", 1, 0, 8), + (17385, "824205", 1, 0, 8), + (17386, "824219", 1, 0, 8), + (17387, "824205", 1, 0, 8), + (17388, "824219", 1, 0, 8), + (17389, "824219", 1, 0, 8), + (17390, "824205", 1, 0, 8), + (17391, "824205", 1, 0, 8), + (17392, "824124", 1, 0, 8), + (17393, "824124", 1, 0, 8), + (17394, "824124", 1, 0, 8), + (17395, "824124", 1, 0, 8), + (17396, "824124", 1, 0, 8), + (17397, "824124", 1, 0, 8), + (17398, "824124", 1, 0, 8), + (17399, "824124", 1, 0, 8), + (17400, "824124", 1, 0, 8), + (17401, "824124", 1, 0, 8), + (17402, "824124", 1, 0, 8), + (17403, "824124", 1, 0, 8), + (17404, "824124", 1, 0, 8), + (17405, "824120", 1, 0, 8), + (17406, "824120", 1, 0, 8), + (17407, "824120", 1, 0, 8), + (17408, "824120", 1, 0, 8), + (17409, "824120", 1, 0, 8), + (17410, "824120", 1, 0, 8), + (17411, "824120", 1, 0, 8), + (17412, "824120", 1, 0, 8), + (17413, "824120", 1, 0, 8), + (17414, "824120", 1, 0, 8), + (17415, "824120", 1, 0, 8), + (17416, "824203", 1, 0, 8), + (17417, "824203", 1, 0, 8), + (17418, "824203", 1, 0, 8), + (17419, "824203", 1, 0, 8), + (17420, "824203", 1, 0, 8), + (17421, "824203", 1, 0, 8), + (17422, "824203", 1, 0, 8), + (17423, "824203", 1, 0, 8), + (17424, "824203", 1, 0, 8), + (17425, "824203", 1, 0, 8), + (17426, "824203", 1, 0, 8), + (17427, "824203", 1, 0, 8), + (17428, "824203", 1, 0, 8), + (17429, "824207", 1, 0, 8), + (17430, "824207", 1, 0, 8), + (17431, "824207", 1, 0, 8), + (17432, "824207", 1, 0, 8), + (17433, "824207", 1, 0, 8), + (17434, "824207", 1, 0, 8), + (17435, "824207", 1, 0, 8), + (17436, "824207", 1, 0, 8), + (17437, "824207", 1, 0, 8), + (17438, "824207", 1, 0, 8), + (17439, "824207", 1, 0, 8), + (17440, "824207", 1, 0, 8), + (17441, "824207", 1, 0, 8), + (17442, "824207", 1, 0, 8), + (17443, "824207", 1, 0, 8), + (17444, "824207", 1, 0, 8), + (17445, "824202", 1, 0, 8), + (17446, "824202", 1, 0, 8), + (17447, "824202", 1, 0, 8), + (17448, "824202", 1, 0, 8), + (17449, "824202", 1, 0, 8), + (17450, "824202", 1, 0, 8), + (17451, "824124", 1, 0, 8), + (17452, "824124", 1, 0, 8), + (17453, "824124", 1, 0, 8), + (17454, "824124", 1, 0, 8), + (17455, "824124", 1, 0, 8), + (17456, "824121", 1, 0, 8), + (17457, "824121", 1, 0, 8), + (17458, "824121", 1, 0, 8), + (17459, "824121", 1, 0, 8), + (17460, "824121", 1, 0, 8), + (17461, "824121", 1, 0, 8), + (17462, "824121", 1, 0, 8), + (17463, "824121", 1, 0, 8), + (17464, "824121", 1, 0, 8), + (17465, "824121", 1, 0, 8), + (17466, "824211", 1, 0, 8), + (17467, "824211", 1, 0, 8), + (17468, "824211", 1, 0, 8), + (17469, "824211", 1, 0, 8), + (17470, "824116", 1, 0, 8), + (17471, "824116", 1, 0, 8), + (17472, "824116", 1, 0, 8), + (17473, "824116", 1, 0, 8), + (17474, "824116", 1, 0, 8), + (17475, "824208", 1, 0, 8), + (17476, "824208", 1, 0, 8), + (17477, "824127", 1, 0, 8), + (17478, "824127", 1, 0, 8), + (17479, "824127", 1, 0, 8), + (17480, "824127", 1, 0, 8), + (17481, "824127", 1, 0, 8), + (17482, "824127", 1, 0, 8), + (17483, "824143", 1, 0, 8), + (17484, "824143", 1, 0, 8), + (17485, "824143", 1, 0, 8), + (17486, "824143", 1, 0, 8), + (17487, "824143", 1, 0, 8), + (17488, "824143", 1, 0, 8), + (17489, "824143", 1, 0, 8), + (17490, "824143", 1, 0, 8), + (17491, "824143", 1, 0, 8), + (17492, "824112", 1, 0, 8), + (17493, "824221", 1, 0, 8), + (17494, "824221", 1, 0, 8), + (17495, "824221", 1, 0, 8), + (17496, "824206", 1, 0, 8), + (17497, "824206", 1, 0, 8), + (17498, "824206", 1, 0, 8), + (17499, "824221", 1, 0, 8), + (17500, "824206", 1, 0, 8), + (17501, "824123", 1, 0, 8), + (17502, "824123", 1, 0, 8), + (17503, "824123", 1, 0, 8), + (17504, "824123", 1, 0, 8), + (17505, "824123", 1, 0, 8), + (17506, "824123", 1, 0, 8), + (17507, "824122", 1, 0, 8), + (17508, "824122", 1, 0, 8), + (17509, "824122", 1, 0, 8), + (17510, "824122", 1, 0, 8), + (17511, "824122", 1, 0, 8), + (17512, "824122", 1, 0, 8), + (17513, "824122", 1, 0, 8), + (17514, "824122", 1, 0, 8), + (17515, "824122", 1, 0, 8), + (17516, "824122", 1, 0, 8), + (17517, "824122", 1, 0, 8), + (17518, "824125", 1, 0, 8), + (17519, "824208", 1, 0, 8), + (17520, "824219", 1, 0, 8), + (17521, "824208", 1, 0, 8); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (17522, "824219", 1, 0, 8), + (17523, "824219", 1, 0, 8), + (17524, "824208", 1, 0, 8), + (17525, "824208", 1, 0, 8), + (17526, "824203", 1, 0, 8), + (17527, "824203", 1, 0, 8), + (17528, "824203", 1, 0, 8), + (17529, "824203", 1, 0, 8), + (17530, "824203", 1, 0, 8), + (17531, "824112", 1, 0, 8), + (17532, "824112", 1, 0, 8), + (17533, "824112", 1, 0, 8), + (17534, "824112", 1, 0, 8), + (17535, "824112", 1, 0, 8), + (17536, "824112", 1, 0, 8), + (17537, "824112", 1, 0, 8), + (17538, "824112", 1, 0, 8), + (17539, "824112", 1, 0, 8), + (17540, "824112", 1, 0, 8), + (17541, "824112", 1, 0, 8), + (17542, "824303", 1, 0, 8), + (17543, "824303", 1, 0, 8), + (17544, "824303", 1, 0, 8), + (17545, "824303", 1, 0, 8), + (17546, "824303", 1, 0, 8), + (17547, "824303", 1, 0, 8), + (17548, "824303", 1, 0, 8), + (17549, "824303", 1, 0, 8), + (17550, "824303", 1, 0, 8), + (17551, "824303", 1, 0, 8), + (17552, "824303", 1, 0, 8), + (17553, "824303", 1, 0, 8), + (17554, "824303", 1, 0, 8), + (17555, "824112", 1, 0, 8), + (17556, "824217", 1, 0, 8), + (17557, "824217", 1, 0, 8), + (17558, "824217", 1, 0, 8), + (17559, "824217", 1, 0, 8), + (17560, "824217", 1, 0, 8), + (17561, "824217", 1, 0, 8), + (17562, "824217", 1, 0, 8), + (17563, "824217", 1, 0, 8), + (17564, "824217", 1, 0, 8), + (17565, "824129", 1, 0, 8), + (17566, "824125", 1, 0, 8), + (17567, "824125", 1, 0, 8), + (17568, "824125", 1, 0, 8), + (17569, "824125", 1, 0, 8), + (17570, "824125", 1, 0, 8), + (17571, "824125", 1, 0, 8), + (17572, "824125", 1, 0, 8), + (17573, "824125", 1, 0, 8), + (17574, "824125", 1, 0, 8), + (17575, "824125", 1, 0, 8), + (17576, "824125", 1, 0, 8), + (17577, "824125", 1, 0, 8), + (17578, "824125", 1, 0, 8), + (17579, "824125", 1, 0, 8), + (17580, "824125", 1, 0, 8), + (17581, "824129", 1, 0, 8), + (17582, "824129", 1, 0, 8), + (17583, "824129", 1, 0, 8), + (17584, "824129", 1, 0, 8), + (17585, "824103", 1, 0, 8), + (17586, "824103", 1, 0, 8), + (17587, "824103", 1, 0, 8), + (17588, "824103", 1, 0, 8), + (17589, "824103", 1, 0, 8), + (17590, "824103", 1, 0, 8), + (17591, "824103", 1, 0, 8), + (17592, "824103", 1, 0, 8), + (17593, "824103", 1, 0, 8), + (17594, "824103", 1, 0, 8), + (17595, "824103", 1, 0, 8), + (17596, "824103", 1, 0, 8), + (17597, "824103", 1, 0, 8), + (17598, "824103", 1, 0, 8), + (17599, "824103", 1, 0, 8), + (17600, "824102", 1, 0, 8), + (17601, "824102", 1, 0, 8), + (17602, "824102", 1, 0, 8), + (17603, "824102", 1, 0, 8), + (17604, "824102", 1, 0, 8), + (17605, "824102", 1, 0, 8), + (17606, "824102", 1, 0, 8), + (17607, "824102", 1, 0, 8), + (17608, "824102", 1, 0, 8), + (17609, "824102", 1, 0, 8), + (17610, "824102", 1, 0, 8), + (17611, "824102", 1, 0, 8), + (17612, "824102", 1, 0, 8), + (17613, "824102", 1, 0, 8), + (17614, "824102", 1, 0, 8), + (17615, "824102", 1, 0, 8), + (17616, "824102", 1, 0, 8), + (17617, "824102", 1, 0, 8), + (17618, "824102", 1, 0, 8), + (17619, "824102", 1, 0, 8), + (17620, "824102", 1, 0, 8), + (17621, "824115", 1, 0, 8), + (17622, "824115", 1, 0, 8), + (17623, "824115", 1, 0, 8), + (17624, "824115", 1, 0, 8), + (17625, "824111", 1, 0, 8), + (17626, "824111", 1, 0, 8), + (17627, "824111", 1, 0, 8), + (17628, "824111", 1, 0, 8), + (17629, "824111", 1, 0, 8), + (17630, "824111", 1, 0, 8), + (17631, "824111", 1, 0, 8), + (17632, "824111", 1, 0, 8), + (17633, "824111", 1, 0, 8), + (17634, "824111", 1, 0, 8), + (17635, "824302", 1, 0, 8), + (17636, "824302", 1, 0, 8), + (17637, "824302", 1, 0, 8), + (17638, "824302", 1, 0, 8), + (17639, "824302", 1, 0, 8), + (17640, "824302", 1, 0, 8), + (17641, "824302", 1, 0, 8), + (17642, "824220", 1, 0, 8), + (17643, "824220", 1, 0, 8), + (17644, "824220", 1, 0, 8), + (17645, "824201", 1, 0, 8), + (17646, "824201", 1, 0, 8), + (17647, "824201", 1, 0, 8), + (17648, "824220", 1, 0, 8), + (17649, "824201", 1, 0, 8), + (17650, "824201", 1, 0, 8), + (17651, "824201", 1, 0, 8), + (17652, "824201", 1, 0, 8), + (17653, "824220", 1, 0, 8), + (17654, "824220", 1, 0, 8), + (17655, "824201", 1, 0, 8), + (17656, "824201", 1, 0, 8), + (17657, "824220", 1, 0, 8), + (17658, "824201", 1, 0, 8), + (17659, "824220", 1, 0, 8), + (17660, "824201", 1, 0, 8), + (17661, "824201", 1, 0, 8), + (17662, "824220", 1, 0, 8), + (17663, "824113", 1, 0, 8), + (17664, "824113", 1, 0, 8), + (17665, "824113", 1, 0, 8), + (17666, "824113", 1, 0, 8), + (17667, "824113", 1, 0, 8), + (17668, "824113", 1, 0, 8), + (17669, "824113", 1, 0, 8), + (17670, "824113", 1, 0, 8), + (17671, "851111", 1, 0, 8), + (17672, "851127", 1, 0, 8), + (17673, "851203", 1, 0, 8), + (17674, "851205", 1, 0, 8), + (17675, "851214", 1, 0, 8), + (17676, "851129", 1, 0, 8), + (17677, "851130", 1, 0, 8), + (17678, "851131", 1, 0, 8), + (17679, "848203", 1, 0, 8), + (17680, "851133", 1, 0, 8), + (17681, "851112", 1, 0, 8), + (17682, "851112", 1, 0, 8), + (17683, "851112", 1, 0, 8), + (17684, "851112", 1, 0, 8), + (17685, "851112", 1, 0, 8), + (17686, "851112", 1, 0, 8), + (17687, "851112", 1, 0, 8), + (17688, "851112", 1, 0, 8), + (17689, "851112", 1, 0, 8), + (17690, "848201", 1, 0, 8), + (17691, "848201", 1, 0, 8), + (17692, "848201", 1, 0, 8), + (17693, "848201", 1, 0, 8), + (17694, "851111", 1, 0, 8), + (17695, "851111", 1, 0, 8), + (17696, "851111", 1, 0, 8), + (17697, "851111", 1, 0, 8), + (17698, "851111", 1, 0, 8), + (17699, "851111", 1, 0, 8), + (17700, "851111", 1, 0, 8), + (17701, "851111", 1, 0, 8), + (17702, "851111", 1, 0, 8), + (17703, "851111", 1, 0, 8), + (17704, "851111", 1, 0, 8), + (17705, "851111", 1, 0, 8), + (17706, "851111", 1, 0, 8), + (17707, "851111", 1, 0, 8), + (17708, "851111", 1, 0, 8), + (17709, "851111", 1, 0, 8), + (17710, "848201", 1, 0, 8), + (17711, "851211", 1, 0, 8), + (17712, "851211", 1, 0, 8), + (17713, "851211", 1, 0, 8), + (17714, "851211", 1, 0, 8), + (17715, "851211", 1, 0, 8), + (17716, "851211", 1, 0, 8), + (17717, "851211", 1, 0, 8), + (17718, "851211", 1, 0, 8), + (17719, "851210", 1, 0, 8), + (17720, "851210", 1, 0, 8), + (17721, "851213", 1, 0, 8), + (17722, "851213", 1, 0, 8), + (17723, "851213", 1, 0, 8), + (17724, "851213", 1, 0, 8), + (17725, "851213", 1, 0, 8), + (17726, "851213", 1, 0, 8), + (17727, "851213", 1, 0, 8), + (17728, "851213", 1, 0, 8), + (17729, "851127", 1, 0, 8), + (17730, "851127", 1, 0, 8), + (17731, "851127", 1, 0, 8), + (17732, "851127", 1, 0, 8), + (17733, "851127", 1, 0, 8), + (17734, "851201", 1, 0, 8), + (17735, "851201", 1, 0, 8), + (17736, "851201", 1, 0, 8), + (17737, "851201", 1, 0, 8), + (17738, "851201", 1, 0, 8), + (17739, "851201", 1, 0, 8), + (17740, "851126", 1, 0, 8), + (17741, "851126", 1, 0, 8), + (17742, "851126", 1, 0, 8), + (17743, "848204", 1, 0, 8), + (17744, "848204", 1, 0, 8), + (17745, "848204", 1, 0, 8), + (17746, "848204", 1, 0, 8), + (17747, "848204", 1, 0, 8), + (17748, "848204", 1, 0, 8), + (17749, "848204", 1, 0, 8), + (17750, "848204", 1, 0, 8), + (17751, "848204", 1, 0, 8), + (17752, "848204", 1, 0, 8), + (17753, "848204", 1, 0, 8), + (17754, "848204", 1, 0, 8), + (17755, "851202", 1, 0, 8), + (17756, "851203", 1, 0, 8), + (17757, "851203", 1, 0, 8), + (17758, "851203", 1, 0, 8), + (17759, "851203", 1, 0, 8), + (17760, "851203", 1, 0, 8), + (17761, "851203", 1, 0, 8), + (17762, "851203", 1, 0, 8), + (17763, "851203", 1, 0, 8), + (17764, "851203", 1, 0, 8), + (17765, "851204", 1, 0, 8), + (17766, "851204", 1, 0, 8), + (17767, "851204", 1, 0, 8), + (17768, "851204", 1, 0, 8), + (17769, "851204", 1, 0, 8), + (17770, "851204", 1, 0, 8), + (17771, "851204", 1, 0, 8), + (17772, "851204", 1, 0, 8), + (17773, "851204", 1, 0, 8), + (17774, "851204", 1, 0, 8), + (17775, "851204", 1, 0, 8), + (17776, "851204", 1, 0, 8), + (17777, "851204", 1, 0, 8), + (17778, "851204", 1, 0, 8), + (17779, "851204", 1, 0, 8), + (17780, "851204", 1, 0, 8), + (17781, "851204", 1, 0, 8), + (17782, "851204", 1, 0, 8), + (17783, "851204", 1, 0, 8), + (17784, "851204", 1, 0, 8), + (17785, "851204", 1, 0, 8), + (17786, "851204", 1, 0, 8), + (17787, "851204", 1, 0, 8), + (17788, "851204", 1, 0, 8), + (17789, "851205", 1, 0, 8), + (17790, "851205", 1, 0, 8), + (17791, "851205", 1, 0, 8), + (17792, "851205", 1, 0, 8), + (17793, "851205", 1, 0, 8), + (17794, "851205", 1, 0, 8), + (17795, "851205", 1, 0, 8), + (17796, "851211", 1, 0, 8), + (17797, "851211", 1, 0, 8), + (17798, "851211", 1, 0, 8), + (17799, "851211", 1, 0, 8), + (17800, "851211", 1, 0, 8), + (17801, "851211", 1, 0, 8), + (17802, "851211", 1, 0, 8), + (17803, "851211", 1, 0, 8), + (17804, "851211", 1, 0, 8), + (17805, "851211", 1, 0, 8), + (17806, "851211", 1, 0, 8), + (17807, "851127", 1, 0, 8), + (17808, "851127", 1, 0, 8), + (17809, "851127", 1, 0, 8), + (17810, "851127", 1, 0, 8), + (17811, "851127", 1, 0, 8), + (17812, "851127", 1, 0, 8), + (17813, "851214", 1, 0, 8), + (17814, "851214", 1, 0, 8), + (17815, "851214", 1, 0, 8), + (17816, "851214", 1, 0, 8), + (17817, "851214", 1, 0, 8), + (17818, "851214", 1, 0, 8), + (17819, "851214", 1, 0, 8), + (17820, "851214", 1, 0, 8), + (17821, "851214", 1, 0, 8), + (17822, "851128", 1, 0, 8), + (17823, "851128", 1, 0, 8), + (17824, "851128", 1, 0, 8), + (17825, "851128", 1, 0, 8), + (17826, "851128", 1, 0, 8), + (17827, "851128", 1, 0, 8), + (17828, "848202", 1, 0, 8), + (17829, "848202", 1, 0, 8), + (17830, "848202", 1, 0, 8), + (17831, "848202", 1, 0, 8), + (17832, "848202", 1, 0, 8), + (17833, "848202", 1, 0, 8), + (17834, "848202", 1, 0, 8), + (17835, "848202", 1, 0, 8), + (17836, "848202", 1, 0, 8), + (17837, "848202", 1, 0, 8), + (17838, "848202", 1, 0, 8), + (17839, "848202", 1, 0, 8), + (17840, "848202", 1, 0, 8), + (17841, "848202", 1, 0, 8), + (17842, "851120", 1, 0, 8), + (17843, "851129", 1, 0, 8), + (17844, "851129", 1, 0, 8), + (17845, "851129", 1, 0, 8), + (17846, "851129", 1, 0, 8), + (17847, "851129", 1, 0, 8), + (17848, "851129", 1, 0, 8), + (17849, "851129", 1, 0, 8), + (17850, "851129", 1, 0, 8), + (17851, "851129", 1, 0, 8), + (17852, "851129", 1, 0, 8), + (17853, "851129", 1, 0, 8), + (17854, "851129", 1, 0, 8), + (17855, "851129", 1, 0, 8), + (17856, "851129", 1, 0, 8), + (17857, "851129", 1, 0, 8), + (17858, "851129", 1, 0, 8), + (17859, "851129", 1, 0, 8), + (17860, "851129", 1, 0, 8), + (17861, "851129", 1, 0, 8), + (17862, "851129", 1, 0, 8), + (17863, "851212", 1, 0, 8), + (17864, "851212", 1, 0, 8), + (17865, "851212", 1, 0, 8), + (17866, "851212", 1, 0, 8), + (17867, "851212", 1, 0, 8), + (17868, "851212", 1, 0, 8), + (17869, "851212", 1, 0, 8), + (17870, "851212", 1, 0, 8), + (17871, "851212", 1, 0, 8), + (17872, "851212", 1, 0, 8), + (17873, "851212", 1, 0, 8), + (17874, "848201", 1, 0, 8), + (17875, "848201", 1, 0, 8), + (17876, "848201", 1, 0, 8), + (17877, "848201", 1, 0, 8), + (17878, "848201", 1, 0, 8), + (17879, "848201", 1, 0, 8), + (17880, "848201", 1, 0, 8), + (17881, "851112", 1, 0, 8), + (17882, "851113", 1, 0, 8), + (17883, "851113", 1, 0, 8), + (17884, "851118", 1, 0, 8), + (17885, "852161", 1, 0, 8), + (17886, "852161", 1, 0, 8), + (17887, "852161", 1, 0, 8), + (17888, "852161", 1, 0, 8), + (17889, "852161", 1, 0, 8), + (17890, "852161", 1, 0, 8), + (17891, "852161", 1, 0, 8), + (17892, "852161", 1, 0, 8), + (17893, "852161", 1, 0, 8), + (17894, "852161", 1, 0, 8), + (17895, "852161", 1, 0, 8), + (17896, "852161", 1, 0, 8), + (17897, "852161", 1, 0, 8), + (17898, "852161", 1, 0, 8), + (17899, "851201", 1, 0, 8), + (17900, "851112", 1, 0, 8), + (17901, "851130", 1, 0, 8), + (17902, "851130", 1, 0, 8), + (17903, "851130", 1, 0, 8), + (17904, "851130", 1, 0, 8), + (17905, "851215", 1, 0, 8), + (17906, "851215", 1, 0, 8), + (17907, "851215", 1, 0, 8), + (17908, "851215", 1, 0, 8), + (17909, "851215", 1, 0, 8), + (17910, "851216", 1, 0, 8), + (17911, "851216", 1, 0, 8), + (17912, "851216", 1, 0, 8), + (17913, "851216", 1, 0, 8), + (17914, "851216", 1, 0, 8), + (17915, "851216", 1, 0, 8), + (17916, "851216", 1, 0, 8), + (17917, "851216", 1, 0, 8), + (17918, "851216", 1, 0, 8), + (17919, "851216", 1, 0, 8), + (17920, "851131", 1, 0, 8), + (17921, "851131", 1, 0, 8), + (17922, "851131", 1, 0, 8), + (17923, "851131", 1, 0, 8), + (17924, "851131", 1, 0, 8), + (17925, "851131", 1, 0, 8), + (17926, "851131", 1, 0, 8), + (17927, "851131", 1, 0, 8), + (17928, "851131", 1, 0, 8), + (17929, "851131", 1, 0, 8), + (17930, "851131", 1, 0, 8), + (17931, "851117", 1, 0, 8), + (17932, "851117", 1, 0, 8), + (17933, "851217", 1, 0, 8), + (17934, "851217", 1, 0, 8), + (17935, "851217", 1, 0, 8), + (17936, "851217", 1, 0, 8), + (17937, "851217", 1, 0, 8), + (17938, "851217", 1, 0, 8), + (17939, "851217", 1, 0, 8), + (17940, "851217", 1, 0, 8), + (17941, "851217", 1, 0, 8), + (17942, "851217", 1, 0, 8), + (17943, "851217", 1, 0, 8), + (17944, "851132", 1, 0, 8), + (17945, "851132", 1, 0, 8), + (17946, "851132", 1, 0, 8), + (17947, "851132", 1, 0, 8), + (17948, "851132", 1, 0, 8), + (17949, "851206", 1, 0, 8), + (17950, "851206", 1, 0, 8), + (17951, "848203", 1, 0, 8), + (17952, "848203", 1, 0, 8), + (17953, "851206", 1, 0, 8), + (17954, "851206", 1, 0, 8), + (17955, "848203", 1, 0, 8), + (17956, "851206", 1, 0, 8), + (17957, "851206", 1, 0, 8), + (17958, "851206", 1, 0, 8), + (17959, "848203", 1, 0, 8), + (17960, "848203", 1, 0, 8), + (17961, "851206", 1, 0, 8), + (17962, "848203", 1, 0, 8), + (17963, "851206", 1, 0, 8), + (17964, "848203", 1, 0, 8), + (17965, "848203", 1, 0, 8), + (17966, "851218", 1, 0, 8), + (17967, "851218", 1, 0, 8), + (17968, "851133", 1, 0, 8), + (17969, "851133", 1, 0, 8), + (17970, "851133", 1, 0, 8), + (17971, "851133", 1, 0, 8), + (17972, "851133", 1, 0, 8), + (17973, "851133", 1, 0, 8), + (17974, "851133", 1, 0, 8), + (17975, "851133", 1, 0, 8), + (17976, "851133", 1, 0, 8), + (17977, "851133", 1, 0, 8), + (17978, "851133", 1, 0, 8), + (17979, "851133", 1, 0, 8), + (17980, "851133", 1, 0, 8), + (17981, "851133", 1, 0, 8), + (17982, "851112", 1, 0, 8), + (17983, "851134", 1, 0, 8), + (17984, "851134", 1, 0, 8), + (17985, "851134", 1, 0, 8), + (17986, "851134", 1, 0, 8), + (17987, "851134", 1, 0, 8), + (17988, "851201", 1, 0, 8), + (17989, "851201", 1, 0, 8), + (17990, "851201", 1, 0, 8), + (17991, "851201", 1, 0, 8), + (17992, "813210", 1, 0, 8), + (17993, "813213", 1, 0, 8), + (17994, "812005", 1, 0, 8), + (17995, "813105", 1, 0, 8), + (17996, "813205", 1, 0, 8), + (17997, "813201", 1, 0, 8), + (17998, "853204", 1, 0, 8), + (17999, "813210", 1, 0, 8), + (18000, "813210", 1, 0, 8), + (18001, "813210", 1, 0, 8), + (18002, "813210", 1, 0, 8), + (18003, "813210", 1, 0, 8), + (18004, "813210", 1, 0, 8), + (18005, "813209", 1, 0, 8), + (18006, "813209", 1, 0, 8), + (18007, "813209", 1, 0, 8), + (18008, "813209", 1, 0, 8), + (18009, "813209", 1, 0, 8), + (18010, "813209", 1, 0, 8), + (18011, "813209", 1, 0, 8), + (18012, "813209", 1, 0, 8), + (18013, "813209", 1, 0, 8), + (18014, "813209", 1, 0, 8), + (18015, "813209", 1, 0, 8), + (18016, "813209", 1, 0, 8), + (18017, "813209", 1, 0, 8), + (18018, "813209", 1, 0, 8), + (18019, "813209", 1, 0, 8), + (18020, "813209", 1, 0, 8), + (18021, "813209", 1, 0, 8), + (18022, "812006", 1, 0, 8), + (18023, "812006", 1, 0, 8), + (18024, "813213", 1, 0, 8), + (18025, "813213", 1, 0, 8), + (18026, "813213", 1, 0, 8), + (18027, "813213", 1, 0, 8), + (18028, "813213", 1, 0, 8), + (18029, "813213", 1, 0, 8), + (18030, "813213", 1, 0, 8), + (18031, "813213", 1, 0, 8), + (18032, "813213", 1, 0, 8), + (18033, "813212", 1, 0, 8), + (18034, "813212", 1, 0, 8), + (18035, "813212", 1, 0, 8), + (18036, "813212", 1, 0, 8), + (18037, "813212", 1, 0, 8), + (18038, "813212", 1, 0, 8), + (18039, "813212", 1, 0, 8), + (18040, "813212", 1, 0, 8), + (18041, "813212", 1, 0, 8), + (18042, "853205", 1, 0, 8), + (18043, "812006", 1, 0, 8), + (18044, "812006", 1, 0, 8), + (18045, "812006", 1, 0, 8), + (18046, "812006", 1, 0, 8), + (18047, "812006", 1, 0, 8), + (18048, "812006", 1, 0, 8), + (18049, "812006", 1, 0, 8), + (18050, "812006", 1, 0, 8), + (18051, "812006", 1, 0, 8), + (18052, "812006", 1, 0, 8), + (18053, "853203", 1, 0, 8), + (18054, "853203", 1, 0, 8), + (18055, "853203", 1, 0, 8), + (18056, "853203", 1, 0, 8), + (18057, "853203", 1, 0, 8), + (18058, "853203", 1, 0, 8), + (18059, "853203", 1, 0, 8), + (18060, "853203", 1, 0, 8), + (18061, "853203", 1, 0, 8), + (18062, "812005", 1, 0, 8), + (18063, "812005", 1, 0, 8), + (18064, "812005", 1, 0, 8), + (18065, "812005", 1, 0, 8), + (18066, "812005", 1, 0, 8), + (18067, "812005", 1, 0, 8), + (18068, "812005", 1, 0, 8), + (18069, "812005", 1, 0, 8), + (18070, "813222", 1, 0, 8), + (18071, "813222", 1, 0, 8), + (18072, "813222", 1, 0, 8), + (18073, "813222", 1, 0, 8), + (18074, "813222", 1, 0, 8), + (18075, "813222", 1, 0, 8), + (18076, "813222", 1, 0, 8), + (18077, "813222", 1, 0, 8), + (18078, "813222", 1, 0, 8), + (18079, "813222", 1, 0, 8), + (18080, "813222", 1, 0, 8), + (18081, "853202", 1, 0, 8), + (18082, "853202", 1, 0, 8), + (18083, "853202", 1, 0, 8), + (18084, "853202", 1, 0, 8), + (18085, "853202", 1, 0, 8), + (18086, "853202", 1, 0, 8), + (18087, "853202", 1, 0, 8), + (18088, "853202", 1, 0, 8), + (18089, "853202", 1, 0, 8), + (18090, "813203", 1, 0, 8), + (18091, "813203", 1, 0, 8), + (18092, "813203", 1, 0, 8), + (18093, "813203", 1, 0, 8), + (18094, "813203", 1, 0, 8), + (18095, "813203", 1, 0, 8), + (18096, "813203", 1, 0, 8), + (18097, "813105", 1, 0, 8), + (18098, "813105", 1, 0, 8), + (18099, "813105", 1, 0, 8), + (18100, "813105", 1, 0, 8), + (18101, "813105", 1, 0, 8), + (18102, "813105", 1, 0, 8), + (18103, "813105", 1, 0, 8), + (18104, "813105", 1, 0, 8), + (18105, "813105", 1, 0, 8), + (18106, "813105", 1, 0, 8), + (18107, "813105", 1, 0, 8), + (18108, "813105", 1, 0, 8), + (18109, "813105", 1, 0, 8), + (18110, "813105", 1, 0, 8), + (18111, "813105", 1, 0, 8), + (18112, "813105", 1, 0, 8), + (18113, "813105", 1, 0, 8), + (18114, "813105", 1, 0, 8), + (18115, "813206", 1, 0, 8), + (18116, "813206", 1, 0, 8), + (18117, "813206", 1, 0, 8), + (18118, "813206", 1, 0, 8), + (18119, "813205", 1, 0, 8), + (18120, "813205", 1, 0, 8), + (18121, "813205", 1, 0, 8), + (18122, "813205", 1, 0, 8), + (18123, "813205", 1, 0, 8), + (18124, "813205", 1, 0, 8), + (18125, "813205", 1, 0, 8), + (18126, "813205", 1, 0, 8), + (18127, "813205", 1, 0, 8), + (18128, "813205", 1, 0, 8), + (18129, "813205", 1, 0, 8), + (18130, "813205", 1, 0, 8), + (18131, "813205", 1, 0, 8), + (18132, "813205", 1, 0, 8), + (18133, "813205", 1, 0, 8), + (18134, "813204", 1, 0, 8), + (18135, "813204", 1, 0, 8), + (18136, "813204", 1, 0, 8), + (18137, "813204", 1, 0, 8), + (18138, "813204", 1, 0, 8), + (18139, "813204", 1, 0, 8), + (18140, "813204", 1, 0, 8), + (18141, "813204", 1, 0, 8), + (18142, "813204", 1, 0, 8), + (18143, "813204", 1, 0, 8), + (18144, "813204", 1, 0, 8), + (18145, "813204", 1, 0, 8), + (18146, "813204", 1, 0, 8), + (18147, "813204", 1, 0, 8), + (18148, "813204", 1, 0, 8), + (18149, "813204", 1, 0, 8), + (18150, "813204", 1, 0, 8), + (18151, "813204", 1, 0, 8), + (18152, "813204", 1, 0, 8), + (18153, "812004", 1, 0, 8), + (18154, "812004", 1, 0, 8), + (18155, "812004", 1, 0, 8), + (18156, "812004", 1, 0, 8), + (18157, "853201", 1, 0, 8), + (18158, "853201", 1, 0, 8), + (18159, "853201", 1, 0, 8), + (18160, "853201", 1, 0, 8), + (18161, "853201", 1, 0, 8), + (18162, "853201", 1, 0, 8), + (18163, "853201", 1, 0, 8), + (18164, "853201", 1, 0, 8), + (18165, "853201", 1, 0, 8), + (18166, "853201", 1, 0, 8), + (18167, "853201", 1, 0, 8), + (18168, "813201", 1, 0, 8), + (18169, "813201", 1, 0, 8), + (18170, "813201", 1, 0, 8), + (18171, "813201", 1, 0, 8), + (18172, "813201", 1, 0, 8), + (18173, "813201", 1, 0, 8), + (18174, "813201", 1, 0, 8), + (18175, "813201", 1, 0, 8), + (18176, "813201", 1, 0, 8), + (18177, "813201", 1, 0, 8), + (18178, "813201", 1, 0, 8), + (18179, "853204", 1, 0, 8), + (18180, "853204", 1, 0, 8), + (18181, "853204", 1, 0, 8), + (18182, "853204", 1, 0, 8), + (18183, "853204", 1, 0, 8), + (18184, "853204", 1, 0, 8), + (18185, "853204", 1, 0, 8), + (18186, "853204", 1, 0, 8), + (18187, "853204", 1, 0, 8), + (18188, "853204", 1, 0, 8), + (18189, "853204", 1, 0, 8), + (18190, "853204", 1, 0, 8), + (18191, "853204", 1, 0, 8), + (18192, "853204", 1, 0, 8), + (18193, "853204", 1, 0, 8), + (18194, "853204", 1, 0, 8), + (18195, "853204", 1, 0, 8), + (18196, "853204", 1, 0, 8), + (18197, "853204", 1, 0, 8), + (18198, "853204", 1, 0, 8), + (18199, "853204", 1, 0, 8), + (18200, "853204", 1, 0, 8), + (18201, "853204", 1, 0, 8), + (18202, "853204", 1, 0, 8), + (18203, "853204", 1, 0, 8), + (18204, "853204", 1, 0, 8), + (18205, "813221", 1, 0, 8), + (18206, "813221", 1, 0, 8), + (18207, "813221", 1, 0, 8), + (18208, "813221", 1, 0, 8), + (18209, "813221", 1, 0, 8), + (18210, "813221", 1, 0, 8), + (18211, "813221", 1, 0, 8), + (18212, "813221", 1, 0, 8), + (18213, "813221", 1, 0, 8), + (18214, "813221", 1, 0, 8), + (18215, "813221", 1, 0, 8), + (18216, "813221", 1, 0, 8), + (18217, "813221", 1, 0, 8), + (18218, "813221", 1, 0, 8), + (18219, "813221", 1, 0, 8), + (18220, "813221", 1, 0, 8), + (18221, "813221", 1, 0, 8), + (18222, "813221", 1, 0, 8), + (18223, "813221", 1, 0, 8), + (18224, "813221", 1, 0, 8), + (18225, "813221", 1, 0, 8), + (18226, "853205", 1, 0, 8), + (18227, "853205", 1, 0, 8), + (18228, "853205", 1, 0, 8), + (18229, "853205", 1, 0, 8), + (18230, "853205", 1, 0, 8), + (18231, "853205", 1, 0, 8), + (18232, "853205", 1, 0, 8), + (18233, "853205", 1, 0, 8), + (18234, "813210", 1, 0, 8), + (18235, "813210", 1, 0, 8), + (18236, "813210", 1, 0, 8), + (18237, "813210", 1, 0, 8), + (18238, "813210", 1, 0, 8), + (18239, "853204", 1, 0, 8), + (18240, "853204", 1, 0, 8), + (18241, "853204", 1, 0, 8), + (18242, "853204", 1, 0, 8), + (18243, "802155", 1, 0, 8), + (18244, "802209", 1, 0, 8), + (18245, "802165", 1, 0, 8), + (18246, "802112", 1, 0, 8), + (18247, "802123", 1, 0, 8), + (18248, "802119", 1, 0, 8), + (18249, "802133", 1, 0, 8), + (18250, "802312", 1, 0, 8), + (18251, "802203", 1, 0, 8), + (18252, "802208", 1, 0, 8), + (18253, "802155", 1, 0, 8), + (18254, "802155", 1, 0, 8), + (18255, "802155", 1, 0, 8), + (18256, "802155", 1, 0, 8), + (18257, "802155", 1, 0, 8), + (18258, "802155", 1, 0, 8), + (18259, "802155", 1, 0, 8), + (18260, "802155", 1, 0, 8), + (18261, "802155", 1, 0, 8), + (18262, "802204", 1, 0, 8), + (18263, "802204", 1, 0, 8), + (18264, "802204", 1, 0, 8), + (18265, "802204", 1, 0, 8), + (18266, "802204", 1, 0, 8), + (18267, "802204", 1, 0, 8), + (18268, "802204", 1, 0, 8), + (18269, "802204", 1, 0, 8), + (18270, "802204", 1, 0, 8), + (18271, "802204", 1, 0, 8), + (18272, "802159", 1, 0, 8), + (18273, "802159", 1, 0, 8), + (18274, "802159", 1, 0, 8), + (18275, "802205", 1, 0, 8), + (18276, "802205", 1, 0, 8), + (18277, "802205", 1, 0, 8), + (18278, "802205", 1, 0, 8), + (18279, "802207", 1, 0, 8), + (18280, "802207", 1, 0, 8), + (18281, "802207", 1, 0, 8), + (18282, "802207", 1, 0, 8), + (18283, "802207", 1, 0, 8), + (18284, "802207", 1, 0, 8), + (18285, "802207", 1, 0, 8), + (18286, "802209", 1, 0, 8), + (18287, "802209", 1, 0, 8), + (18288, "802209", 1, 0, 8), + (18289, "802209", 1, 0, 8), + (18290, "802207", 1, 0, 8), + (18291, "802152", 1, 0, 8), + (18292, "802152", 1, 0, 8), + (18293, "802152", 1, 0, 8), + (18294, "802152", 1, 0, 8), + (18295, "802152", 1, 0, 8), + (18296, "802152", 1, 0, 8), + (18297, "802152", 1, 0, 8), + (18298, "802154", 1, 0, 8), + (18299, "802114", 1, 0, 8), + (18300, "802114", 1, 0, 8), + (18301, "802114", 1, 0, 8), + (18302, "802114", 1, 0, 8), + (18303, "802114", 1, 0, 8), + (18304, "802116", 1, 0, 8), + (18305, "802116", 1, 0, 8), + (18306, "802116", 1, 0, 8), + (18307, "802116", 1, 0, 8), + (18308, "802116", 1, 0, 8), + (18309, "802116", 1, 0, 8), + (18310, "802117", 1, 0, 8), + (18311, "802117", 1, 0, 8), + (18312, "802117", 1, 0, 8), + (18313, "802117", 1, 0, 8), + (18314, "802117", 1, 0, 8), + (18315, "802117", 1, 0, 8), + (18316, "802117", 1, 0, 8), + (18317, "802117", 1, 0, 8), + (18318, "802118", 1, 0, 8), + (18319, "802118", 1, 0, 8), + (18320, "802118", 1, 0, 8), + (18321, "802118", 1, 0, 8), + (18322, "802154", 1, 0, 8), + (18323, "802154", 1, 0, 8), + (18324, "802154", 1, 0, 8), + (18325, "802154", 1, 0, 8), + (18326, "802165", 1, 0, 8), + (18327, "802165", 1, 0, 8), + (18328, "802165", 1, 0, 8), + (18329, "802165", 1, 0, 8), + (18330, "802165", 1, 0, 8), + (18331, "802165", 1, 0, 8), + (18332, "802165", 1, 0, 8), + (18333, "802165", 1, 0, 8), + (18334, "802165", 1, 0, 8), + (18335, "802158", 1, 0, 8), + (18336, "802158", 1, 0, 8), + (18337, "802158", 1, 0, 8), + (18338, "802158", 1, 0, 8), + (18339, "802158", 1, 0, 8), + (18340, "802158", 1, 0, 8), + (18341, "802158", 1, 0, 8), + (18342, "802158", 1, 0, 8), + (18343, "802158", 1, 0, 8), + (18344, "802158", 1, 0, 8), + (18345, "802158", 1, 0, 8), + (18346, "802158", 1, 0, 8), + (18347, "802158", 1, 0, 8), + (18348, "802183", 1, 0, 8), + (18349, "802183", 1, 0, 8), + (18350, "802183", 1, 0, 8), + (18351, "802183", 1, 0, 8), + (18352, "802183", 1, 0, 8), + (18353, "802130", 1, 0, 8), + (18354, "802130", 1, 0, 8), + (18355, "802130", 1, 0, 8), + (18356, "802130", 1, 0, 8), + (18357, "802112", 1, 0, 8), + (18358, "802112", 1, 0, 8), + (18359, "802112", 1, 0, 8), + (18360, "802112", 1, 0, 8), + (18361, "802112", 1, 0, 8), + (18362, "802112", 1, 0, 8), + (18363, "802112", 1, 0, 8), + (18364, "802112", 1, 0, 8), + (18365, "802112", 1, 0, 8), + (18366, "802112", 1, 0, 8), + (18367, "802112", 1, 0, 8), + (18368, "802112", 1, 0, 8), + (18369, "802113", 1, 0, 8), + (18370, "802113", 1, 0, 8), + (18371, "802103", 1, 0, 8), + (18372, "802103", 1, 0, 8), + (18373, "802103", 1, 0, 8), + (18374, "802103", 1, 0, 8), + (18375, "802103", 1, 0, 8), + (18376, "802102", 1, 0, 8), + (18377, "802102", 1, 0, 8), + (18378, "802102", 1, 0, 8), + (18379, "802114", 1, 0, 8), + (18380, "802114", 1, 0, 8), + (18381, "802114", 1, 0, 8), + (18382, "802114", 1, 0, 8), + (18383, "802114", 1, 0, 8), + (18384, "802128", 1, 0, 8), + (18385, "802203", 1, 0, 8), + (18386, "802116", 1, 0, 8), + (18387, "802118", 1, 0, 8), + (18388, "802122", 1, 0, 8), + (18389, "802122", 1, 0, 8), + (18390, "802122", 1, 0, 8), + (18391, "802122", 1, 0, 8), + (18392, "802122", 1, 0, 8), + (18393, "802122", 1, 0, 8), + (18394, "802123", 1, 0, 8), + (18395, "802123", 1, 0, 8), + (18396, "802123", 1, 0, 8), + (18397, "802123", 1, 0, 8), + (18398, "802123", 1, 0, 8), + (18399, "802123", 1, 0, 8), + (18400, "802123", 1, 0, 8), + (18401, "802123", 1, 0, 8), + (18402, "802128", 1, 0, 8), + (18403, "802128", 1, 0, 8), + (18404, "802128", 1, 0, 8), + (18405, "802128", 1, 0, 8), + (18406, "802128", 1, 0, 8), + (18407, "802128", 1, 0, 8), + (18408, "802128", 1, 0, 8), + (18409, "802128", 1, 0, 8), + (18410, "802128", 1, 0, 8), + (18411, "802128", 1, 0, 8), + (18412, "802128", 1, 0, 8), + (18413, "802131", 1, 0, 8), + (18414, "802131", 1, 0, 8), + (18415, "802131", 1, 0, 8), + (18416, "802131", 1, 0, 8), + (18417, "802131", 1, 0, 8), + (18418, "802135", 1, 0, 8), + (18419, "802111", 1, 0, 8), + (18420, "802111", 1, 0, 8), + (18421, "802111", 1, 0, 8), + (18422, "802111", 1, 0, 8), + (18423, "802111", 1, 0, 8), + (18424, "802111", 1, 0, 8), + (18425, "802120", 1, 0, 8), + (18426, "802120", 1, 0, 8), + (18427, "802120", 1, 0, 8), + (18428, "802120", 1, 0, 8), + (18429, "802119", 1, 0, 8), + (18430, "802119", 1, 0, 8), + (18431, "802119", 1, 0, 8), + (18432, "802119", 1, 0, 8), + (18433, "802119", 1, 0, 8), + (18434, "802119", 1, 0, 8), + (18435, "802119", 1, 0, 8), + (18436, "802119", 1, 0, 8), + (18437, "802119", 1, 0, 8), + (18438, "802136", 1, 0, 8), + (18439, "802115", 1, 0, 8), + (18440, "802115", 1, 0, 8), + (18441, "802125", 1, 0, 8), + (18442, "802125", 1, 0, 8), + (18443, "802125", 1, 0, 8), + (18444, "802125", 1, 0, 8), + (18445, "802125", 1, 0, 8), + (18446, "802125", 1, 0, 8), + (18447, "802125", 1, 0, 8), + (18448, "802127", 1, 0, 8), + (18449, "802127", 1, 0, 8), + (18450, "802126", 1, 0, 8), + (18451, "802126", 1, 0, 8), + (18452, "802126", 1, 0, 8), + (18453, "802126", 1, 0, 8), + (18454, "802126", 1, 0, 8), + (18455, "802126", 1, 0, 8), + (18456, "802126", 1, 0, 8), + (18457, "802126", 1, 0, 8), + (18458, "802126", 1, 0, 8), + (18459, "802126", 1, 0, 8), + (18460, "802129", 1, 0, 8), + (18461, "802129", 1, 0, 8), + (18462, "802129", 1, 0, 8), + (18463, "802129", 1, 0, 8), + (18464, "802129", 1, 0, 8), + (18465, "802129", 1, 0, 8), + (18466, "802129", 1, 0, 8), + (18467, "802129", 1, 0, 8), + (18468, "802129", 1, 0, 8), + (18469, "802129", 1, 0, 8), + (18470, "802129", 1, 0, 8), + (18471, "802129", 1, 0, 8), + (18472, "802133", 1, 0, 8), + (18473, "802133", 1, 0, 8), + (18474, "802133", 1, 0, 8), + (18475, "802133", 1, 0, 8), + (18476, "802129", 1, 0, 8), + (18477, "802133", 1, 0, 8), + (18478, "802134", 1, 0, 8), + (18479, "802134", 1, 0, 8), + (18480, "802134", 1, 0, 8), + (18481, "802134", 1, 0, 8), + (18482, "802134", 1, 0, 8), + (18483, "802134", 1, 0, 8), + (18484, "802134", 1, 0, 8), + (18485, "802134", 1, 0, 8), + (18486, "802134", 1, 0, 8), + (18487, "802134", 1, 0, 8), + (18488, "802134", 1, 0, 8), + (18489, "802311", 1, 0, 8), + (18490, "802311", 1, 0, 8), + (18491, "802311", 1, 0, 8), + (18492, "802311", 1, 0, 8), + (18493, "802311", 1, 0, 8), + (18494, "802311", 1, 0, 8), + (18495, "802351", 1, 0, 8), + (18496, "802351", 1, 0, 8), + (18497, "802351", 1, 0, 8), + (18498, "802351", 1, 0, 8), + (18499, "802351", 1, 0, 8), + (18500, "802351", 1, 0, 8), + (18501, "802312", 1, 0, 8), + (18502, "802312", 1, 0, 8), + (18503, "802312", 1, 0, 8), + (18504, "802312", 1, 0, 8), + (18505, "802312", 1, 0, 8), + (18506, "802312", 1, 0, 8), + (18507, "802312", 1, 0, 8), + (18508, "802312", 1, 0, 8), + (18509, "802156", 1, 0, 8), + (18510, "802156", 1, 0, 8), + (18511, "802156", 1, 0, 8), + (18512, "802163", 1, 0, 8), + (18513, "802163", 1, 0, 8), + (18514, "802163", 1, 0, 8), + (18515, "802163", 1, 0, 8), + (18516, "802163", 1, 0, 8), + (18517, "802316", 1, 0, 8), + (18518, "802316", 1, 0, 8), + (18519, "802316", 1, 0, 8), + (18520, "802316", 1, 0, 8), + (18521, "802316", 1, 0, 8), + (18522, "802166", 1, 0, 8), + (18523, "802166", 1, 0, 8), + (18524, "802166", 1, 0, 8), + (18525, "802166", 1, 0, 8), + (18526, "802166", 1, 0, 8), + (18527, "802166", 1, 0, 8), + (18528, "802166", 1, 0, 8), + (18529, "802201", 1, 0, 8), + (18530, "802209", 1, 0, 8), + (18531, "802201", 1, 0, 8), + (18532, "802201", 1, 0, 8), + (18533, "802201", 1, 0, 8), + (18534, "802201", 1, 0, 8), + (18535, "802201", 1, 0, 8), + (18536, "802201", 1, 0, 8), + (18537, "802201", 1, 0, 8), + (18538, "802201", 1, 0, 8), + (18539, "802201", 1, 0, 8), + (18540, "802201", 1, 0, 8), + (18541, "802201", 1, 0, 8), + (18542, "802201", 1, 0, 8), + (18543, "802203", 1, 0, 8), + (18544, "802203", 1, 0, 8), + (18545, "802203", 1, 0, 8), + (18546, "802203", 1, 0, 8), + (18547, "802203", 1, 0, 8), + (18548, "802203", 1, 0, 8), + (18549, "802203", 1, 0, 8), + (18550, "802203", 1, 0, 8), + (18551, "802203", 1, 0, 8), + (18552, "802203", 1, 0, 8), + (18553, "802203", 1, 0, 8), + (18554, "802206", 1, 0, 8), + (18555, "802206", 1, 0, 8), + (18556, "802206", 1, 0, 8), + (18557, "802206", 1, 0, 8), + (18558, "802206", 1, 0, 8), + (18559, "802206", 1, 0, 8), + (18560, "802206", 1, 0, 8), + (18561, "802206", 1, 0, 8), + (18562, "802206", 1, 0, 8), + (18563, "802206", 1, 0, 8), + (18564, "802161", 1, 0, 8), + (18565, "802161", 1, 0, 8), + (18566, "802352", 1, 0, 8), + (18567, "802161", 1, 0, 8), + (18568, "802352", 1, 0, 8), + (18569, "802161", 1, 0, 8), + (18570, "802352", 1, 0, 8), + (18571, "802352", 1, 0, 8), + (18572, "802162", 1, 0, 8), + (18573, "802162", 1, 0, 8), + (18574, "802162", 1, 0, 8), + (18575, "802208", 1, 0, 8), + (18576, "802208", 1, 0, 8), + (18577, "802208", 1, 0, 8), + (18578, "802208", 1, 0, 8), + (18579, "802208", 1, 0, 8), + (18580, "802208", 1, 0, 8), + (18581, "802208", 1, 0, 8), + (18582, "802208", 1, 0, 8), + (18583, "802208", 1, 0, 8), + (18584, "802164", 1, 0, 8), + (18585, "802164", 1, 0, 8), + (18586, "802164", 1, 0, 8), + (18587, "802164", 1, 0, 8), + (18588, "802164", 1, 0, 8), + (18589, "802164", 1, 0, 8), + (18590, "802164", 1, 0, 8), + (18591, "802164", 1, 0, 8), + (18592, "802164", 1, 0, 8), + (18593, "802210", 1, 0, 8), + (18594, "802210", 1, 0, 8), + (18595, "802210", 1, 0, 8), + (18596, "802210", 1, 0, 8), + (18597, "802156", 1, 0, 8), + (18598, "802156", 1, 0, 8), + (18599, "802156", 1, 0, 8), + (18600, "802313", 1, 0, 8), + (18601, "802313", 1, 0, 8), + (18602, "802313", 1, 0, 8), + (18603, "802157", 1, 0, 8), + (18604, "802157", 1, 0, 8), + (18605, "802314", 1, 0, 8), + (18606, "802314", 1, 0, 8), + (18607, "802314", 1, 0, 8), + (18608, "802314", 1, 0, 8), + (18609, "802160", 1, 0, 8), + (18610, "802160", 1, 0, 8), + (18611, "802160", 1, 0, 8), + (18612, "802160", 1, 0, 8), + (18613, "802160", 1, 0, 8), + (18614, "802163", 1, 0, 8), + (18615, "802163", 1, 0, 8), + (18616, "802163", 1, 0, 8), + (18617, "802163", 1, 0, 8), + (18618, "802163", 1, 0, 8), + (18619, "802205", 1, 0, 8), + (18620, "802205", 1, 0, 8), + (18621, "802222", 1, 0, 8), + (18622, "802222", 1, 0, 8), + (18623, "802222", 1, 0, 8), + (18624, "802222", 1, 0, 8), + (18625, "802222", 1, 0, 8), + (18626, "802222", 1, 0, 8), + (18627, "802222", 1, 0, 8), + (18628, "802222", 1, 0, 8), + (18629, "802207", 1, 0, 8), + (18630, "802207", 1, 0, 8), + (18631, "802207", 1, 0, 8), + (18632, "802207", 1, 0, 8), + (18633, "802207", 1, 0, 8), + (18634, "802207", 1, 0, 8), + (18635, "802207", 1, 0, 8), + (18636, "802207", 1, 0, 8), + (18637, "802207", 1, 0, 8), + (18638, "802207", 1, 0, 8), + (18639, "802202", 1, 0, 8), + (18640, "802202", 1, 0, 8), + (18641, "802202", 1, 0, 8), + (18642, "802202", 1, 0, 8), + (18643, "802202", 1, 0, 8), + (18644, "802202", 1, 0, 8), + (18645, "802223", 1, 0, 8), + (18646, "802223", 1, 0, 8), + (18647, "802223", 1, 0, 8), + (18648, "802223", 1, 0, 8), + (18649, "802223", 1, 0, 8), + (18650, "802223", 1, 0, 8), + (18651, "802223", 1, 0, 8), + (18652, "802223", 1, 0, 8), + (18653, "802223", 1, 0, 8), + (18654, "802223", 1, 0, 8), + (18655, "802223", 1, 0, 8), + (18656, "847101", 1, 0, 8), + (18657, "847101", 1, 0, 8), + (18658, "847101", 1, 0, 8), + (18659, "847101", 1, 0, 8), + (18660, "847101", 1, 0, 8), + (18661, "847101", 1, 0, 8), + (18662, "847101", 1, 0, 8), + (18663, "847101", 1, 0, 8), + (18664, "847101", 1, 0, 8), + (18665, "847101", 1, 0, 8), + (18666, "847101", 1, 0, 8), + (18667, "847101", 1, 0, 8), + (18668, "847101", 1, 0, 8), + (18669, "847101", 1, 0, 8), + (18670, "847101", 1, 0, 8), + (18671, "847101", 1, 0, 8), + (18672, "847101", 1, 0, 8), + (18673, "847101", 1, 0, 8), + (18674, "847101", 1, 0, 8), + (18675, "847105", 1, 0, 8), + (18676, "847105", 1, 0, 8), + (18677, "847105", 1, 0, 8), + (18678, "847105", 1, 0, 8), + (18679, "847105", 1, 0, 8), + (18680, "847105", 1, 0, 8), + (18681, "847105", 1, 0, 8), + (18682, "847105", 1, 0, 8), + (18683, "847105", 1, 0, 8), + (18684, "847105", 1, 0, 8), + (18685, "847105", 1, 0, 8), + (18686, "847105", 1, 0, 8), + (18687, "847105", 1, 0, 8), + (18688, "847105", 1, 0, 8), + (18689, "846003", 1, 0, 8), + (18690, "847301", 1, 0, 8), + (18691, "847233", 1, 0, 8), + (18692, "847104", 1, 0, 8), + (18693, "847304", 1, 0, 8), + (18694, "847121", 1, 0, 8), + (18695, "847306", 1, 0, 8), + (18696, "847105", 1, 0, 8), + (18697, "847105", 1, 0, 8), + (18698, "847203", 1, 0, 8), + (18699, "847203", 1, 0, 8), + (18700, "847203", 1, 0, 8), + (18701, "847203", 1, 0, 8), + (18702, "847203", 1, 0, 8), + (18703, "847203", 1, 0, 8), + (18704, "847203", 1, 0, 8), + (18705, "847203", 1, 0, 8), + (18706, "847203", 1, 0, 8), + (18707, "847203", 1, 0, 8), + (18708, "847203", 1, 0, 8), + (18709, "847203", 1, 0, 8), + (18710, "847203", 1, 0, 8), + (18711, "847203", 1, 0, 8), + (18712, "847203", 1, 0, 8), + (18713, "847203", 1, 0, 8), + (18714, "847203", 1, 0, 8), + (18715, "847203", 1, 0, 8), + (18716, "847203", 1, 0, 8), + (18717, "847203", 1, 0, 8), + (18718, "847203", 1, 0, 8), + (18719, "847203", 1, 0, 8), + (18720, "847203", 1, 0, 8), + (18721, "847204", 1, 0, 8), + (18722, "847204", 1, 0, 8), + (18723, "847204", 1, 0, 8), + (18724, "847204", 1, 0, 8), + (18725, "846003", 1, 0, 8), + (18726, "846003", 1, 0, 8), + (18727, "846003", 1, 0, 8), + (18728, "846003", 1, 0, 8), + (18729, "846003", 1, 0, 8), + (18730, "846003", 1, 0, 8), + (18731, "846003", 1, 0, 8), + (18732, "846003", 1, 0, 8), + (18733, "846003", 1, 0, 8), + (18734, "846003", 1, 0, 8), + (18735, "847427", 1, 0, 8), + (18736, "847427", 1, 0, 8), + (18737, "847427", 1, 0, 8), + (18738, "847427", 1, 0, 8), + (18739, "847427", 1, 0, 8), + (18740, "847427", 1, 0, 8), + (18741, "847427", 1, 0, 8), + (18742, "847427", 1, 0, 8), + (18743, "847427", 1, 0, 8), + (18744, "847427", 1, 0, 8), + (18745, "847427", 1, 0, 8), + (18746, "847427", 1, 0, 8), + (18747, "847427", 1, 0, 8), + (18748, "847301", 1, 0, 8), + (18749, "847301", 1, 0, 8), + (18750, "847301", 1, 0, 8), + (18751, "847301", 1, 0, 8), + (18752, "847301", 1, 0, 8), + (18753, "847301", 1, 0, 8), + (18754, "847301", 1, 0, 8), + (18755, "847301", 1, 0, 8), + (18756, "847301", 1, 0, 8), + (18757, "847301", 1, 0, 8), + (18758, "847301", 1, 0, 8), + (18759, "847301", 1, 0, 8), + (18760, "847301", 1, 0, 8), + (18761, "847301", 1, 0, 8), + (18762, "847301", 1, 0, 8), + (18763, "847429", 1, 0, 8), + (18764, "847405", 1, 0, 8), + (18765, "847405", 1, 0, 8), + (18766, "847405", 1, 0, 8), + (18767, "847405", 1, 0, 8), + (18768, "847405", 1, 0, 8), + (18769, "847405", 1, 0, 8), + (18770, "847405", 1, 0, 8), + (18771, "847405", 1, 0, 8), + (18772, "847405", 1, 0, 8), + (18773, "847405", 1, 0, 8), + (18774, "847405", 1, 0, 8), + (18775, "847407", 1, 0, 8), + (18776, "847407", 1, 0, 8), + (18777, "847407", 1, 0, 8), + (18778, "847407", 1, 0, 8), + (18779, "847422", 1, 0, 8), + (18780, "847422", 1, 0, 8), + (18781, "847422", 1, 0, 8), + (18782, "847422", 1, 0, 8), + (18783, "847422", 1, 0, 8), + (18784, "847422", 1, 0, 8), + (18785, "847422", 1, 0, 8), + (18786, "847233", 1, 0, 8), + (18787, "847233", 1, 0, 8), + (18788, "847233", 1, 0, 8), + (18789, "847233", 1, 0, 8), + (18790, "847233", 1, 0, 8), + (18791, "847233", 1, 0, 8), + (18792, "847233", 1, 0, 8), + (18793, "847233", 1, 0, 8), + (18794, "847423", 1, 0, 8), + (18795, "847423", 1, 0, 8), + (18796, "847423", 1, 0, 8), + (18797, "847423", 1, 0, 8), + (18798, "847423", 1, 0, 8), + (18799, "847423", 1, 0, 8), + (18800, "847423", 1, 0, 8), + (18801, "847423", 1, 0, 8), + (18802, "846002", 1, 0, 8), + (18803, "846002", 1, 0, 8), + (18804, "846002", 1, 0, 8), + (18805, "846002", 1, 0, 8), + (18806, "846002", 1, 0, 8), + (18807, "846002", 1, 0, 8), + (18808, "846002", 1, 0, 8), + (18809, "846002", 1, 0, 8), + (18810, "846002", 1, 0, 8), + (18811, "847201", 1, 0, 8), + (18812, "847201", 1, 0, 8), + (18813, "847201", 1, 0, 8), + (18814, "847201", 1, 0, 8), + (18815, "847201", 1, 0, 8), + (18816, "847201", 1, 0, 8), + (18817, "847201", 1, 0, 8), + (18818, "847201", 1, 0, 8), + (18819, "847201", 1, 0, 8), + (18820, "847201", 1, 0, 8), + (18821, "847201", 1, 0, 8), + (18822, "847201", 1, 0, 8), + (18823, "847201", 1, 0, 8), + (18824, "847201", 1, 0, 8), + (18825, "847201", 1, 0, 8), + (18826, "847201", 1, 0, 8), + (18827, "847201", 1, 0, 8), + (18828, "847201", 1, 0, 8), + (18829, "847103", 1, 0, 8), + (18830, "847103", 1, 0, 8), + (18831, "847103", 1, 0, 8), + (18832, "847103", 1, 0, 8), + (18833, "847103", 1, 0, 8), + (18834, "847103", 1, 0, 8), + (18835, "847103", 1, 0, 8), + (18836, "847103", 1, 0, 8), + (18837, "847103", 1, 0, 8), + (18838, "847103", 1, 0, 8), + (18839, "847103", 1, 0, 8), + (18840, "847103", 1, 0, 8), + (18841, "847103", 1, 0, 8), + (18842, "847103", 1, 0, 8), + (18843, "847103", 1, 0, 8), + (18844, "847103", 1, 0, 8), + (18845, "847104", 1, 0, 8), + (18846, "847104", 1, 0, 8), + (18847, "847104", 1, 0, 8), + (18848, "847104", 1, 0, 8), + (18849, "847428", 1, 0, 8), + (18850, "847428", 1, 0, 8), + (18851, "847428", 1, 0, 8), + (18852, "847428", 1, 0, 8), + (18853, "847122", 1, 0, 8), + (18854, "847122", 1, 0, 8), + (18855, "847122", 1, 0, 8), + (18856, "847302", 1, 0, 8), + (18857, "847302", 1, 0, 8), + (18858, "847302", 1, 0, 8), + (18859, "847302", 1, 0, 8), + (18860, "847302", 1, 0, 8), + (18861, "847302", 1, 0, 8), + (18862, "847303", 1, 0, 8), + (18863, "847303", 1, 0, 8), + (18864, "847303", 1, 0, 8), + (18865, "847303", 1, 0, 8), + (18866, "847303", 1, 0, 8), + (18867, "847303", 1, 0, 8), + (18868, "847304", 1, 0, 8), + (18869, "847304", 1, 0, 8), + (18870, "847304", 1, 0, 8), + (18871, "847304", 1, 0, 8), + (18872, "847304", 1, 0, 8), + (18873, "847304", 1, 0, 8), + (18874, "847304", 1, 0, 8), + (18875, "847304", 1, 0, 8), + (18876, "847304", 1, 0, 8), + (18877, "847304", 1, 0, 8), + (18878, "847304", 1, 0, 8), + (18879, "847304", 1, 0, 8), + (18880, "847304", 1, 0, 8), + (18881, "847304", 1, 0, 8), + (18882, "847304", 1, 0, 8), + (18883, "847106", 1, 0, 8), + (18884, "847106", 1, 0, 8), + (18885, "847123", 1, 0, 8), + (18886, "847123", 1, 0, 8), + (18887, "847106", 1, 0, 8), + (18888, "847123", 1, 0, 8), + (18889, "847123", 1, 0, 8), + (18890, "847106", 1, 0, 8), + (18891, "847123", 1, 0, 8), + (18892, "847106", 1, 0, 8), + (18893, "847106", 1, 0, 8), + (18894, "847107", 1, 0, 8), + (18895, "847107", 1, 0, 8), + (18896, "847107", 1, 0, 8), + (18897, "847107", 1, 0, 8), + (18898, "847107", 1, 0, 8), + (18899, "847107", 1, 0, 8), + (18900, "847107", 1, 0, 8), + (18901, "847107", 1, 0, 8), + (18902, "847107", 1, 0, 8), + (18903, "847107", 1, 0, 8), + (18904, "847107", 1, 0, 8), + (18905, "847107", 1, 0, 8), + (18906, "847107", 1, 0, 8), + (18907, "847121", 1, 0, 8), + (18908, "847121", 1, 0, 8), + (18909, "847121", 1, 0, 8), + (18910, "847121", 1, 0, 8), + (18911, "847121", 1, 0, 8), + (18912, "847121", 1, 0, 8), + (18913, "847121", 1, 0, 8), + (18914, "847121", 1, 0, 8), + (18915, "847121", 1, 0, 8), + (18916, "847121", 1, 0, 8), + (18917, "847121", 1, 0, 8), + (18918, "846009", 1, 0, 8), + (18919, "846009", 1, 0, 8), + (18920, "846009", 1, 0, 8), + (18921, "846009", 1, 0, 8), + (18922, "846009", 1, 0, 8), + (18923, "846009", 1, 0, 8), + (18924, "846009", 1, 0, 8), + (18925, "847115", 1, 0, 8), + (18926, "847115", 1, 0, 8), + (18927, "847115", 1, 0, 8), + (18928, "847115", 1, 0, 8), + (18929, "847115", 1, 0, 8), + (18930, "847115", 1, 0, 8), + (18931, "846005", 1, 0, 8), + (18932, "846005", 1, 0, 8), + (18933, "846005", 1, 0, 8), + (18934, "846005", 1, 0, 8), + (18935, "846005", 1, 0, 8), + (18936, "846005", 1, 0, 8), + (18937, "846005", 1, 0, 8), + (18938, "846005", 1, 0, 8), + (18939, "847306", 1, 0, 8), + (18940, "847306", 1, 0, 8), + (18941, "847306", 1, 0, 8), + (18942, "847306", 1, 0, 8), + (18943, "847306", 1, 0, 8), + (18944, "847306", 1, 0, 8), + (18945, "847306", 1, 0, 8), + (18946, "847306", 1, 0, 8), + (18947, "847306", 1, 0, 8), + (18948, "847306", 1, 0, 8), + (18949, "847306", 1, 0, 8), + (18950, "847307", 1, 0, 8), + (18951, "847307", 1, 0, 8), + (18952, "847307", 1, 0, 8), + (18953, "847307", 1, 0, 8), + (18954, "847307", 1, 0, 8), + (18955, "847307", 1, 0, 8), + (18956, "847337", 1, 0, 8), + (18957, "847337", 1, 0, 8), + (18958, "847337", 1, 0, 8), + (18959, "847337", 1, 0, 8), + (18960, "847337", 1, 0, 8), + (18961, "847337", 1, 0, 8), + (18962, "847337", 1, 0, 8), + (18963, "847337", 1, 0, 8), + (18964, "847337", 1, 0, 8), + (18965, "847337", 1, 0, 8), + (18966, "846007", 1, 0, 8), + (18967, "846007", 1, 0, 8), + (18968, "846007", 1, 0, 8), + (18969, "845401", 1, 0, 8), + (18970, "845401", 1, 0, 8), + (18971, "845401", 1, 0, 8), + (18972, "845401", 1, 0, 8), + (18973, "845401", 1, 0, 8), + (18974, "845401", 1, 0, 8), + (18975, "845401", 1, 0, 8), + (18976, "845401", 1, 0, 8), + (18977, "845401", 1, 0, 8), + (18978, "845401", 1, 0, 8), + (18979, "845401", 1, 0, 8), + (18980, "845401", 1, 0, 8), + (18981, "845401", 1, 0, 8), + (18982, "845302", 1, 0, 8), + (18983, "845302", 1, 0, 8), + (18984, "845302", 1, 0, 8), + (18985, "845302", 1, 0, 8), + (18986, "845302", 1, 0, 8), + (18987, "845302", 1, 0, 8), + (18988, "845302", 1, 0, 8), + (18989, "845302", 1, 0, 8), + (18990, "845302", 1, 0, 8), + (18991, "845302", 1, 0, 8), + (18992, "845302", 1, 0, 8), + (18993, "845302", 1, 0, 8), + (18994, "845302", 1, 0, 8), + (18995, "845302", 1, 0, 8), + (18996, "845302", 1, 0, 8), + (18997, "845432", 1, 0, 8), + (18998, "845432", 1, 0, 8), + (18999, "845432", 1, 0, 8), + (19000, "845411", 1, 0, 8), + (19001, "845427", 1, 0, 8), + (19002, "845426", 1, 0, 8), + (19003, "845433", 1, 0, 8), + (19004, "845428", 1, 0, 8), + (19005, "845423", 1, 0, 8), + (19006, "845431", 1, 0, 8), + (19007, "845429", 1, 0, 8), + (19008, "845406", 1, 0, 8), + (19009, "845432", 1, 0, 8), + (19010, "845432", 1, 0, 8), + (19011, "845432", 1, 0, 8), + (19012, "845432", 1, 0, 8), + (19013, "845432", 1, 0, 8), + (19014, "845432", 1, 0, 8), + (19015, "845432", 1, 0, 8), + (19016, "845437", 1, 0, 8), + (19017, "845437", 1, 0, 8), + (19018, "845437", 1, 0, 8), + (19019, "845437", 1, 0, 8), + (19020, "845437", 1, 0, 8), + (19021, "845437", 1, 0, 8), + (19022, "845437", 1, 0, 8), + (19023, "845437", 1, 0, 8), + (19024, "845437", 1, 0, 8), + (19025, "845437", 1, 0, 8), + (19026, "845437", 1, 0, 8), + (19027, "845437", 1, 0, 8), + (19028, "845437", 1, 0, 8), + (19029, "845437", 1, 0, 8), + (19030, "845437", 1, 0, 8), + (19031, "845437", 1, 0, 8), + (19032, "845437", 1, 0, 8), + (19033, "845437", 1, 0, 8), + (19034, "845411", 1, 0, 8), + (19035, "845411", 1, 0, 8), + (19036, "845411", 1, 0, 8), + (19037, "845411", 1, 0, 8), + (19038, "845411", 1, 0, 8), + (19039, "845411", 1, 0, 8), + (19040, "845414", 1, 0, 8), + (19041, "845414", 1, 0, 8), + (19042, "845414", 1, 0, 8), + (19043, "845414", 1, 0, 8), + (19044, "845414", 1, 0, 8), + (19045, "845414", 1, 0, 8), + (19046, "845414", 1, 0, 8), + (19047, "845414", 1, 0, 8), + (19048, "845458", 1, 0, 8), + (19049, "845458", 1, 0, 8), + (19050, "845458", 1, 0, 8), + (19051, "845458", 1, 0, 8), + (19052, "845458", 1, 0, 8), + (19053, "845458", 1, 0, 8), + (19054, "845304", 1, 0, 8), + (19055, "845304", 1, 0, 8), + (19056, "845304", 1, 0, 8), + (19057, "845304", 1, 0, 8), + (19058, "845304", 1, 0, 8), + (19059, "845304", 1, 0, 8), + (19060, "845304", 1, 0, 8), + (19061, "845304", 1, 0, 8), + (19062, "845304", 1, 0, 8), + (19063, "845415", 1, 0, 8), + (19064, "845415", 1, 0, 8), + (19065, "845415", 1, 0, 8), + (19066, "845415", 1, 0, 8), + (19067, "845415", 1, 0, 8), + (19068, "845304", 1, 0, 8), + (19069, "845415", 1, 0, 8), + (19070, "845415", 1, 0, 8), + (19071, "845415", 1, 0, 8), + (19072, "845415", 1, 0, 8), + (19073, "845427", 1, 0, 8), + (19074, "845427", 1, 0, 8), + (19075, "845427", 1, 0, 8), + (19076, "845427", 1, 0, 8), + (19077, "845427", 1, 0, 8), + (19078, "845427", 1, 0, 8), + (19079, "845427", 1, 0, 8), + (19080, "845427", 1, 0, 8), + (19081, "845416", 1, 0, 8), + (19082, "845416", 1, 0, 8), + (19083, "845416", 1, 0, 8), + (19084, "845416", 1, 0, 8), + (19085, "845416", 1, 0, 8), + (19086, "845416", 1, 0, 8), + (19087, "845416", 1, 0, 8), + (19088, "845416", 1, 0, 8), + (19089, "845416", 1, 0, 8), + (19090, "845413", 1, 0, 8), + (19091, "845413", 1, 0, 8), + (19092, "845413", 1, 0, 8), + (19093, "845413", 1, 0, 8), + (19094, "845413", 1, 0, 8), + (19095, "845413", 1, 0, 8), + (19096, "845426", 1, 0, 8), + (19097, "845426", 1, 0, 8), + (19098, "845426", 1, 0, 8), + (19099, "845426", 1, 0, 8), + (19100, "845426", 1, 0, 8), + (19101, "845426", 1, 0, 8), + (19102, "845426", 1, 0, 8), + (19103, "845426", 1, 0, 8), + (19104, "845426", 1, 0, 8), + (19105, "845426", 1, 0, 8), + (19106, "845417", 1, 0, 8), + (19107, "845417", 1, 0, 8), + (19108, "845417", 1, 0, 8), + (19109, "845417", 1, 0, 8), + (19110, "845417", 1, 0, 8), + (19111, "845417", 1, 0, 8), + (19112, "845417", 1, 0, 8), + (19113, "845417", 1, 0, 8), + (19114, "845456", 1, 0, 8), + (19115, "845456", 1, 0, 8), + (19116, "845456", 1, 0, 8), + (19117, "845456", 1, 0, 8), + (19118, "845456", 1, 0, 8), + (19119, "845456", 1, 0, 8), + (19120, "845456", 1, 0, 8), + (19121, "845456", 1, 0, 8), + (19122, "845456", 1, 0, 8), + (19123, "845435", 1, 0, 8), + (19124, "845435", 1, 0, 8), + (19125, "845435", 1, 0, 8), + (19126, "845433", 1, 0, 8), + (19127, "845433", 1, 0, 8), + (19128, "845433", 1, 0, 8), + (19129, "845433", 1, 0, 8), + (19130, "845433", 1, 0, 8), + (19131, "845433", 1, 0, 8), + (19132, "845433", 1, 0, 8), + (19133, "845433", 1, 0, 8), + (19134, "845433", 1, 0, 8), + (19135, "845433", 1, 0, 8), + (19136, "845433", 1, 0, 8), + (19137, "845433", 1, 0, 8), + (19138, "845433", 1, 0, 8), + (19139, "845433", 1, 0, 8), + (19140, "845433", 1, 0, 8), + (19141, "845433", 1, 0, 8), + (19142, "845433", 1, 0, 8), + (19143, "845433", 1, 0, 8), + (19144, "845434", 1, 0, 8), + (19145, "845434", 1, 0, 8), + (19146, "845434", 1, 0, 8), + (19147, "845434", 1, 0, 8), + (19148, "845434", 1, 0, 8), + (19149, "845412", 1, 0, 8), + (19150, "845412", 1, 0, 8), + (19151, "845412", 1, 0, 8), + (19152, "845412", 1, 0, 8), + (19153, "845412", 1, 0, 8), + (19154, "845412", 1, 0, 8), + (19155, "845412", 1, 0, 8), + (19156, "845412", 1, 0, 8), + (19157, "845412", 1, 0, 8), + (19158, "845412", 1, 0, 8), + (19159, "845412", 1, 0, 8), + (19160, "845428", 1, 0, 8), + (19161, "845428", 1, 0, 8), + (19162, "845428", 1, 0, 8), + (19163, "845428", 1, 0, 8), + (19164, "845428", 1, 0, 8), + (19165, "845418", 1, 0, 8), + (19166, "845418", 1, 0, 8), + (19167, "845418", 1, 0, 8), + (19168, "845418", 1, 0, 8), + (19169, "845418", 1, 0, 8), + (19170, "845418", 1, 0, 8), + (19171, "845418", 1, 0, 8), + (19172, "845418", 1, 0, 8), + (19173, "845418", 1, 0, 8), + (19174, "845418", 1, 0, 8), + (19175, "845418", 1, 0, 8), + (19176, "845418", 1, 0, 8), + (19177, "845418", 1, 0, 8), + (19178, "845418", 1, 0, 8), + (19179, "845418", 1, 0, 8), + (19180, "845418", 1, 0, 8), + (19181, "845418", 1, 0, 8), + (19182, "845425", 1, 0, 8), + (19183, "845425", 1, 0, 8), + (19184, "845425", 1, 0, 8), + (19185, "845425", 1, 0, 8), + (19186, "845425", 1, 0, 8), + (19187, "845425", 1, 0, 8), + (19188, "845425", 1, 0, 8), + (19189, "845425", 1, 0, 8), + (19190, "845423", 1, 0, 8), + (19191, "845423", 1, 0, 8), + (19192, "845423", 1, 0, 8), + (19193, "845423", 1, 0, 8), + (19194, "845423", 1, 0, 8), + (19195, "845305", 1, 0, 8), + (19196, "845305", 1, 0, 8), + (19197, "845305", 1, 0, 8), + (19198, "845305", 1, 0, 8), + (19199, "845305", 1, 0, 8), + (19200, "845305", 1, 0, 8), + (19201, "845305", 1, 0, 8), + (19202, "845305", 1, 0, 8), + (19203, "845305", 1, 0, 8), + (19204, "845305", 1, 0, 8), + (19205, "845305", 1, 0, 8), + (19206, "845301", 1, 0, 8), + (19207, "845301", 1, 0, 8), + (19208, "845301", 1, 0, 8), + (19209, "845301", 1, 0, 8), + (19210, "845301", 1, 0, 8), + (19211, "845301", 1, 0, 8), + (19212, "845301", 1, 0, 8), + (19213, "845301", 1, 0, 8), + (19214, "845301", 1, 0, 8), + (19215, "845301", 1, 0, 8), + (19216, "845301", 1, 0, 8), + (19217, "845301", 1, 0, 8), + (19218, "845301", 1, 0, 8), + (19219, "845301", 1, 0, 8), + (19220, "845301", 1, 0, 8), + (19221, "845431", 1, 0, 8), + (19222, "845431", 1, 0, 8), + (19223, "845431", 1, 0, 8), + (19224, "845435", 1, 0, 8), + (19225, "845435", 1, 0, 8), + (19226, "845435", 1, 0, 8), + (19227, "845435", 1, 0, 8), + (19228, "845435", 1, 0, 8), + (19229, "845435", 1, 0, 8), + (19230, "845435", 1, 0, 8), + (19231, "845423", 1, 0, 8), + (19232, "845423", 1, 0, 8), + (19233, "845422", 1, 0, 8), + (19234, "845422", 1, 0, 8), + (19235, "845422", 1, 0, 8), + (19236, "845422", 1, 0, 8), + (19237, "845422", 1, 0, 8), + (19238, "845422", 1, 0, 8), + (19239, "845422", 1, 0, 8), + (19240, "845422", 1, 0, 8), + (19241, "845422", 1, 0, 8), + (19242, "845422", 1, 0, 8), + (19243, "845422", 1, 0, 8), + (19244, "845422", 1, 0, 8), + (19245, "845422", 1, 0, 8), + (19246, "845436", 1, 0, 8), + (19247, "845436", 1, 0, 8), + (19248, "845436", 1, 0, 8), + (19249, "845436", 1, 0, 8), + (19250, "845436", 1, 0, 8), + (19251, "845457", 1, 0, 8), + (19252, "845457", 1, 0, 8), + (19253, "845457", 1, 0, 8), + (19254, "845457", 1, 0, 8), + (19255, "845457", 1, 0, 8), + (19256, "845440", 1, 0, 8), + (19257, "845440", 1, 0, 8), + (19258, "845440", 1, 0, 8), + (19259, "845440", 1, 0, 8), + (19260, "845440", 1, 0, 8), + (19261, "845315", 1, 0, 8), + (19262, "845315", 1, 0, 8), + (19263, "845315", 1, 0, 8), + (19264, "845315", 1, 0, 8), + (19265, "845315", 1, 0, 8), + (19266, "845406", 1, 0, 8), + (19267, "845406", 1, 0, 8), + (19268, "845406", 1, 0, 8), + (19269, "845406", 1, 0, 8), + (19270, "845420", 1, 0, 8), + (19271, "845420", 1, 0, 8), + (19272, "845420", 1, 0, 8), + (19273, "845420", 1, 0, 8), + (19274, "845420", 1, 0, 8), + (19275, "845420", 1, 0, 8), + (19276, "845420", 1, 0, 8), + (19277, "845420", 1, 0, 8), + (19278, "845420", 1, 0, 8), + (19279, "845419", 1, 0, 8), + (19280, "845419", 1, 0, 8), + (19281, "845419", 1, 0, 8), + (19282, "845419", 1, 0, 8), + (19283, "845419", 1, 0, 8), + (19284, "845429", 1, 0, 8), + (19285, "845429", 1, 0, 8), + (19286, "845429", 1, 0, 8), + (19287, "845429", 1, 0, 8), + (19288, "845429", 1, 0, 8), + (19289, "845429", 1, 0, 8), + (19290, "845429", 1, 0, 8), + (19291, "845424", 1, 0, 8), + (19292, "845424", 1, 0, 8), + (19293, "845424", 1, 0, 8), + (19294, "845424", 1, 0, 8), + (19295, "845424", 1, 0, 8), + (19296, "845424", 1, 0, 8), + (19297, "845424", 1, 0, 8), + (19298, "845457", 1, 0, 8), + (19299, "845457", 1, 0, 8), + (19300, "845457", 1, 0, 8), + (19301, "845315", 1, 0, 8), + (19302, "845315", 1, 0, 8), + (19303, "845315", 1, 0, 8), + (19304, "845315", 1, 0, 8), + (19305, "845303", 1, 0, 8), + (19306, "845303", 1, 0, 8), + (19307, "845303", 1, 0, 8), + (19308, "845303", 1, 0, 8), + (19309, "845303", 1, 0, 8), + (19310, "845303", 1, 0, 8), + (19311, "845303", 1, 0, 8), + (19312, "845303", 1, 0, 8), + (19313, "845303", 1, 0, 8), + (19314, "845303", 1, 0, 8), + (19315, "845406", 1, 0, 8), + (19316, "845406", 1, 0, 8), + (19317, "845406", 1, 0, 8), + (19318, "845431", 1, 0, 8), + (19319, "845431", 1, 0, 8), + (19320, "845417", 1, 0, 8), + (19321, "845417", 1, 0, 8), + (19322, "845419", 1, 0, 8), + (19323, "845430", 1, 0, 8), + (19324, "845430", 1, 0, 8), + (19325, "845430", 1, 0, 8), + (19326, "845430", 1, 0, 8), + (19327, "845430", 1, 0, 8), + (19328, "845430", 1, 0, 8), + (19329, "845430", 1, 0, 8), + (19330, "845430", 1, 0, 8), + (19331, "845430", 1, 0, 8), + (19332, "845456", 1, 0, 8), + (19333, "845456", 1, 0, 8), + (19334, "845302", 1, 0, 8), + (19335, "845302", 1, 0, 8), + (19336, "845411", 1, 0, 8), + (19337, "845426", 1, 0, 8), + (19338, "845414", 1, 0, 8), + (19339, "845414", 1, 0, 8), + (19340, "845413", 1, 0, 8), + (19341, "845413", 1, 0, 8), + (19342, "804403", 1, 0, 8), + (19343, "804404", 1, 0, 8), + (19344, "824118", 1, 0, 8), + (19345, "824235", 1, 0, 8), + (19346, "824236", 1, 0, 8), + (19347, "804432", 1, 0, 8), + (19348, "804419", 1, 0, 8), + (19349, "804423", 1, 0, 8), + (19350, "804426", 1, 0, 8), + (19351, "804404", 1, 0, 8), + (19352, "804404", 1, 0, 8), + (19353, "824237", 1, 0, 8), + (19354, "824237", 1, 0, 8), + (19355, "824237", 1, 0, 8), + (19356, "824237", 1, 0, 8), + (19357, "824237", 1, 0, 8), + (19358, "824237", 1, 0, 8), + (19359, "824237", 1, 0, 8), + (19360, "824237", 1, 0, 8), + (19361, "824232", 1, 0, 8), + (19362, "824232", 1, 0, 8), + (19363, "824232", 1, 0, 8), + (19364, "824232", 1, 0, 8), + (19365, "824232", 1, 0, 8), + (19366, "824232", 1, 0, 8), + (19367, "824232", 1, 0, 8), + (19368, "824232", 1, 0, 8), + (19369, "824232", 1, 0, 8), + (19370, "823002", 1, 0, 8), + (19371, "823002", 1, 0, 8), + (19372, "823002", 1, 0, 8), + (19373, "824118", 1, 0, 8), + (19374, "824118", 1, 0, 8), + (19375, "824118", 1, 0, 8), + (19376, "824118", 1, 0, 8), + (19377, "824118", 1, 0, 8), + (19378, "824118", 1, 0, 8), + (19379, "824118", 1, 0, 8), + (19380, "824118", 1, 0, 8), + (19381, "824118", 1, 0, 8), + (19382, "824118", 1, 0, 8), + (19383, "824118", 1, 0, 8), + (19384, "824118", 1, 0, 8), + (19385, "824118", 1, 0, 8), + (19386, "824118", 1, 0, 8), + (19387, "804403", 1, 0, 8), + (19388, "804403", 1, 0, 8), + (19389, "804403", 1, 0, 8), + (19390, "804403", 1, 0, 8), + (19391, "804403", 1, 0, 8), + (19392, "804403", 1, 0, 8), + (19393, "804403", 1, 0, 8), + (19394, "804403", 1, 0, 8), + (19395, "804403", 1, 0, 8), + (19396, "804403", 1, 0, 8), + (19397, "804403", 1, 0, 8), + (19398, "823003", 1, 0, 8), + (19399, "823003", 1, 0, 8), + (19400, "823003", 1, 0, 8), + (19401, "823003", 1, 0, 8), + (19402, "823003", 1, 0, 8), + (19403, "823003", 1, 0, 8), + (19404, "823003", 1, 0, 8), + (19405, "823003", 1, 0, 8), + (19406, "823003", 1, 0, 8), + (19407, "823003", 1, 0, 8), + (19408, "823003", 1, 0, 8), + (19409, "823003", 1, 0, 8), + (19410, "823003", 1, 0, 8), + (19411, "823003", 1, 0, 8), + (19412, "823003", 1, 0, 8), + (19413, "823003", 1, 0, 8), + (19414, "823003", 1, 0, 8), + (19415, "823004", 1, 0, 8), + (19416, "823004", 1, 0, 8), + (19417, "823004", 1, 0, 8), + (19418, "804404", 1, 0, 8), + (19419, "804404", 1, 0, 8), + (19420, "804404", 1, 0, 8), + (19421, "804404", 1, 0, 8), + (19422, "804404", 1, 0, 8), + (19423, "824118", 1, 0, 8), + (19424, "824118", 1, 0, 8), + (19425, "824118", 1, 0, 8), + (19426, "804407", 1, 0, 8), + (19427, "804407", 1, 0, 8), + (19428, "804407", 1, 0, 8), + (19429, "804407", 1, 0, 8), + (19430, "804407", 1, 0, 8), + (19431, "804407", 1, 0, 8), + (19432, "804407", 1, 0, 8), + (19433, "804407", 1, 0, 8), + (19434, "804407", 1, 0, 8), + (19435, "804407", 1, 0, 8), + (19436, "824233", 1, 0, 8), + (19437, "824233", 1, 0, 8), + (19438, "824233", 1, 0, 8), + (19439, "824233", 1, 0, 8), + (19440, "824233", 1, 0, 8), + (19441, "824233", 1, 0, 8), + (19442, "824233", 1, 0, 8), + (19443, "824233", 1, 0, 8), + (19444, "824233", 1, 0, 8), + (19445, "824233", 1, 0, 8), + (19446, "824233", 1, 0, 8), + (19447, "824233", 1, 0, 8), + (19448, "824233", 1, 0, 8), + (19449, "824233", 1, 0, 8), + (19450, "824233", 1, 0, 8), + (19451, "824233", 1, 0, 8), + (19452, "824233", 1, 0, 8), + (19453, "824233", 1, 0, 8), + (19454, "824233", 1, 0, 8), + (19455, "824233", 1, 0, 8), + (19456, "824235", 1, 0, 8), + (19457, "824235", 1, 0, 8), + (19458, "824235", 1, 0, 8), + (19459, "824235", 1, 0, 8), + (19460, "824237", 1, 0, 8), + (19461, "824237", 1, 0, 8), + (19462, "824232", 1, 0, 8), + (19463, "824232", 1, 0, 8), + (19464, "824232", 1, 0, 8), + (19465, "824232", 1, 0, 8), + (19466, "824232", 1, 0, 8), + (19467, "824232", 1, 0, 8), + (19468, "824232", 1, 0, 8), + (19469, "824232", 1, 0, 8), + (19470, "824232", 1, 0, 8), + (19471, "824232", 1, 0, 8), + (19472, "824232", 1, 0, 8), + (19473, "824232", 1, 0, 8), + (19474, "824232", 1, 0, 8), + (19475, "824232", 1, 0, 8), + (19476, "824232", 1, 0, 8), + (19477, "824232", 1, 0, 8), + (19478, "824232", 1, 0, 8), + (19479, "824232", 1, 0, 8), + (19480, "824232", 1, 0, 8), + (19481, "823311", 1, 0, 8), + (19482, "823311", 1, 0, 8), + (19483, "823311", 1, 0, 8), + (19484, "823311", 1, 0, 8), + (19485, "823311", 1, 0, 8), + (19486, "823311", 1, 0, 8), + (19487, "823311", 1, 0, 8), + (19488, "823311", 1, 0, 8), + (19489, "823311", 1, 0, 8), + (19490, "823311", 1, 0, 8), + (19491, "823311", 1, 0, 8), + (19492, "823311", 1, 0, 8), + (19493, "823311", 1, 0, 8), + (19494, "823311", 1, 0, 8), + (19495, "804403", 1, 0, 8), + (19496, "824235", 1, 0, 8), + (19497, "824235", 1, 0, 8), + (19498, "824235", 1, 0, 8), + (19499, "824235", 1, 0, 8), + (19500, "824235", 1, 0, 8), + (19501, "824235", 1, 0, 8), + (19502, "824235", 1, 0, 8), + (19503, "824235", 1, 0, 8), + (19504, "824235", 1, 0, 8), + (19505, "824235", 1, 0, 8), + (19506, "824235", 1, 0, 8), + (19507, "824235", 1, 0, 8), + (19508, "824235", 1, 0, 8), + (19509, "824234", 1, 0, 8), + (19510, "824234", 1, 0, 8), + (19511, "824209", 1, 0, 8), + (19512, "824209", 1, 0, 8), + (19513, "824209", 1, 0, 8), + (19514, "824209", 1, 0, 8), + (19515, "824209", 1, 0, 8), + (19516, "824209", 1, 0, 8), + (19517, "824209", 1, 0, 8), + (19518, "824209", 1, 0, 8), + (19519, "824236", 1, 0, 8), + (19520, "824236", 1, 0, 8), + (19521, "824236", 1, 0, 8), + (19522, "824236", 1, 0, 8), + (19523, "824236", 1, 0, 8), + (19524, "824236", 1, 0, 8), + (19525, "824236", 1, 0, 8), + (19526, "824236", 1, 0, 8), + (19527, "824236", 1, 0, 8), + (19528, "824236", 1, 0, 8), + (19529, "824236", 1, 0, 8), + (19530, "824236", 1, 0, 8), + (19531, "824236", 1, 0, 8), + (19532, "824236", 1, 0, 8), + (19533, "824236", 1, 0, 8), + (19534, "824236", 1, 0, 8), + (19535, "824236", 1, 0, 8), + (19536, "824236", 1, 0, 8), + (19537, "804417", 1, 0, 8), + (19538, "804417", 1, 0, 8), + (19539, "804417", 1, 0, 8), + (19540, "804417", 1, 0, 8), + (19541, "804417", 1, 0, 8), + (19542, "804417", 1, 0, 8), + (19543, "804417", 1, 0, 8), + (19544, "804417", 1, 0, 8), + (19545, "804417", 1, 0, 8), + (19546, "804417", 1, 0, 8), + (19547, "804401", 1, 0, 8), + (19548, "804401", 1, 0, 8), + (19549, "804401", 1, 0, 8), + (19550, "804401", 1, 0, 8), + (19551, "804401", 1, 0, 8), + (19552, "804401", 1, 0, 8), + (19553, "804401", 1, 0, 8), + (19554, "804401", 1, 0, 8), + (19555, "804402", 1, 0, 8), + (19556, "804402", 1, 0, 8), + (19557, "804402", 1, 0, 8), + (19558, "804402", 1, 0, 8), + (19559, "804402", 1, 0, 8), + (19560, "804402", 1, 0, 8), + (19561, "804402", 1, 0, 8), + (19562, "804402", 1, 0, 8), + (19563, "804432", 1, 0, 8), + (19564, "804432", 1, 0, 8), + (19565, "804432", 1, 0, 8), + (19566, "804432", 1, 0, 8), + (19567, "804432", 1, 0, 8), + (19568, "804432", 1, 0, 8), + (19569, "804432", 1, 0, 8), + (19570, "804432", 1, 0, 8), + (19571, "804405", 1, 0, 8), + (19572, "804405", 1, 0, 8), + (19573, "804405", 1, 0, 8), + (19574, "804405", 1, 0, 8), + (19575, "804405", 1, 0, 8), + (19576, "804405", 1, 0, 8), + (19577, "804405", 1, 0, 8), + (19578, "804405", 1, 0, 8), + (19579, "804405", 1, 0, 8), + (19580, "804405", 1, 0, 8), + (19581, "804406", 1, 0, 8), + (19582, "804406", 1, 0, 8), + (19583, "804406", 1, 0, 8), + (19584, "804417", 1, 0, 8), + (19585, "804417", 1, 0, 8), + (19586, "804417", 1, 0, 8), + (19587, "804417", 1, 0, 8), + (19588, "804417", 1, 0, 8), + (19589, "804418", 1, 0, 8), + (19590, "804418", 1, 0, 8), + (19591, "804418", 1, 0, 8), + (19592, "804418", 1, 0, 8), + (19593, "804418", 1, 0, 8), + (19594, "804418", 1, 0, 8), + (19595, "804419", 1, 0, 8), + (19596, "804419", 1, 0, 8), + (19597, "804419", 1, 0, 8), + (19598, "804419", 1, 0, 8), + (19599, "804419", 1, 0, 8), + (19600, "804419", 1, 0, 8), + (19601, "804419", 1, 0, 8), + (19602, "804419", 1, 0, 8), + (19603, "804419", 1, 0, 8), + (19604, "804419", 1, 0, 8), + (19605, "804419", 1, 0, 8), + (19606, "804419", 1, 0, 8), + (19607, "804420", 1, 0, 8), + (19608, "804420", 1, 0, 8), + (19609, "804420", 1, 0, 8), + (19610, "804420", 1, 0, 8), + (19611, "804420", 1, 0, 8), + (19612, "804421", 1, 0, 8), + (19613, "804421", 1, 0, 8), + (19614, "804421", 1, 0, 8), + (19615, "804421", 1, 0, 8), + (19616, "804421", 1, 0, 8), + (19617, "804421", 1, 0, 8), + (19618, "804421", 1, 0, 8), + (19619, "804421", 1, 0, 8), + (19620, "804421", 1, 0, 8), + (19621, "804421", 1, 0, 8), + (19622, "804421", 1, 0, 8), + (19623, "804421", 1, 0, 8), + (19624, "804422", 1, 0, 8), + (19625, "804422", 1, 0, 8), + (19626, "804422", 1, 0, 8), + (19627, "804422", 1, 0, 8), + (19628, "804422", 1, 0, 8), + (19629, "804422", 1, 0, 8), + (19630, "804422", 1, 0, 8), + (19631, "804422", 1, 0, 8), + (19632, "804422", 1, 0, 8), + (19633, "804423", 1, 0, 8), + (19634, "804423", 1, 0, 8), + (19635, "804423", 1, 0, 8), + (19636, "804423", 1, 0, 8), + (19637, "804423", 1, 0, 8), + (19638, "804423", 1, 0, 8), + (19639, "804429", 1, 0, 8), + (19640, "804429", 1, 0, 8), + (19641, "804429", 1, 0, 8), + (19642, "804429", 1, 0, 8), + (19643, "804429", 1, 0, 8), + (19644, "804429", 1, 0, 8), + (19645, "804429", 1, 0, 8), + (19646, "804429", 1, 0, 8), + (19647, "804424", 1, 0, 8), + (19648, "804424", 1, 0, 8), + (19649, "804424", 1, 0, 8), + (19650, "804424", 1, 0, 8), + (19651, "804424", 1, 0, 8), + (19652, "804424", 1, 0, 8), + (19653, "804424", 1, 0, 8), + (19654, "804424", 1, 0, 8), + (19655, "804424", 1, 0, 8), + (19656, "804424", 1, 0, 8), + (19657, "804425", 1, 0, 8), + (19658, "804425", 1, 0, 8), + (19659, "804425", 1, 0, 8), + (19660, "804425", 1, 0, 8), + (19661, "804425", 1, 0, 8), + (19662, "804421", 1, 0, 8), + (19663, "804425", 1, 0, 8), + (19664, "804425", 1, 0, 8), + (19665, "804426", 1, 0, 8), + (19666, "804426", 1, 0, 8), + (19667, "804426", 1, 0, 8), + (19668, "804426", 1, 0, 8), + (19669, "804426", 1, 0, 8), + (19670, "804427", 1, 0, 8), + (19671, "804427", 1, 0, 8), + (19672, "804427", 1, 0, 8), + (19673, "804427", 1, 0, 8), + (19674, "804427", 1, 0, 8), + (19675, "804427", 1, 0, 8), + (19676, "804427", 1, 0, 8), + (19677, "804427", 1, 0, 8), + (19678, "804428", 1, 0, 8), + (19679, "804428", 1, 0, 8), + (19680, "804428", 1, 0, 8), + (19681, "804428", 1, 0, 8), + (19682, "804428", 1, 0, 8), + (19683, "804428", 1, 0, 8), + (19684, "804428", 1, 0, 8), + (19685, "804428", 1, 0, 8), + (19686, "804428", 1, 0, 8), + (19687, "804428", 1, 0, 8), + (19688, "804428", 1, 0, 8), + (19689, "804428", 1, 0, 8), + (19690, "804428", 1, 0, 8), + (19691, "847224", 1, 0, 8), + (19692, "847225", 1, 0, 8), + (19693, "847226", 1, 0, 8), + (19694, "847227", 1, 0, 8), + (19695, "847232", 1, 0, 8), + (19696, "847402", 1, 0, 8), + (19697, "847108", 1, 0, 8), + (19698, "847235", 1, 0, 8), + (19699, "847231", 1, 0, 8), + (19700, "847234", 1, 0, 8), + (19701, "847424", 1, 0, 8), + (19702, "847240", 1, 0, 8), + (19703, "847240", 1, 0, 8), + (19704, "847240", 1, 0, 8), + (19705, "847240", 1, 0, 8), + (19706, "847223", 1, 0, 8), + (19707, "847223", 1, 0, 8), + (19708, "847223", 1, 0, 8), + (19709, "847223", 1, 0, 8), + (19710, "847223", 1, 0, 8), + (19711, "847223", 1, 0, 8), + (19712, "847223", 1, 0, 8), + (19713, "847223", 1, 0, 8), + (19714, "847223", 1, 0, 8), + (19715, "847223", 1, 0, 8), + (19716, "847223", 1, 0, 8), + (19717, "847223", 1, 0, 8), + (19718, "847223", 1, 0, 8), + (19719, "847223", 1, 0, 8), + (19720, "847223", 1, 0, 8), + (19721, "847222", 1, 0, 8), + (19722, "847222", 1, 0, 8), + (19723, "847224", 1, 0, 8), + (19724, "847224", 1, 0, 8), + (19725, "847224", 1, 0, 8), + (19726, "847224", 1, 0, 8), + (19727, "847224", 1, 0, 8), + (19728, "847224", 1, 0, 8), + (19729, "847224", 1, 0, 8), + (19730, "847224", 1, 0, 8), + (19731, "847224", 1, 0, 8), + (19732, "847224", 1, 0, 8), + (19733, "847224", 1, 0, 8), + (19734, "847224", 1, 0, 8), + (19735, "847102", 1, 0, 8), + (19736, "847102", 1, 0, 8), + (19737, "847102", 1, 0, 8), + (19738, "847102", 1, 0, 8), + (19739, "847404", 1, 0, 8), + (19740, "847404", 1, 0, 8), + (19741, "847403", 1, 0, 8), + (19742, "847403", 1, 0, 8), + (19743, "847403", 1, 0, 8), + (19744, "847403", 1, 0, 8), + (19745, "847403", 1, 0, 8), + (19746, "847403", 1, 0, 8), + (19747, "847403", 1, 0, 8), + (19748, "847403", 1, 0, 8), + (19749, "847403", 1, 0, 8), + (19750, "847403", 1, 0, 8), + (19751, "847403", 1, 0, 8), + (19752, "847403", 1, 0, 8), + (19753, "847229", 1, 0, 8), + (19754, "847229", 1, 0, 8), + (19755, "847229", 1, 0, 8), + (19756, "847229", 1, 0, 8), + (19757, "847102", 1, 0, 8), + (19758, "847102", 1, 0, 8), + (19759, "847102", 1, 0, 8), + (19760, "847102", 1, 0, 8), + (19761, "847102", 1, 0, 8), + (19762, "847225", 1, 0, 8), + (19763, "847240", 1, 0, 8), + (19764, "847225", 1, 0, 8), + (19765, "847225", 1, 0, 8), + (19766, "847225", 1, 0, 8), + (19767, "847225", 1, 0, 8), + (19768, "847240", 1, 0, 8), + (19769, "847225", 1, 0, 8), + (19770, "847225", 1, 0, 8), + (19771, "847225", 1, 0, 8), + (19772, "847225", 1, 0, 8), + (19773, "847225", 1, 0, 8), + (19774, "847240", 1, 0, 8), + (19775, "847225", 1, 0, 8), + (19776, "847229", 1, 0, 8), + (19777, "847229", 1, 0, 8), + (19778, "847229", 1, 0, 8), + (19779, "847229", 1, 0, 8), + (19780, "847229", 1, 0, 8), + (19781, "847226", 1, 0, 8), + (19782, "847226", 1, 0, 8), + (19783, "847226", 1, 0, 8), + (19784, "847226", 1, 0, 8), + (19785, "847226", 1, 0, 8), + (19786, "847226", 1, 0, 8), + (19787, "847226", 1, 0, 8), + (19788, "847228", 1, 0, 8), + (19789, "847226", 1, 0, 8), + (19790, "847226", 1, 0, 8), + (19791, "847226", 1, 0, 8), + (19792, "847226", 1, 0, 8), + (19793, "847226", 1, 0, 8), + (19794, "847226", 1, 0, 8), + (19795, "847226", 1, 0, 8), + (19796, "847226", 1, 0, 8), + (19797, "847226", 1, 0, 8), + (19798, "847226", 1, 0, 8), + (19799, "847226", 1, 0, 8), + (19800, "847228", 1, 0, 8), + (19801, "847228", 1, 0, 8), + (19802, "847228", 1, 0, 8), + (19803, "847228", 1, 0, 8), + (19804, "847228", 1, 0, 8), + (19805, "847228", 1, 0, 8), + (19806, "847228", 1, 0, 8), + (19807, "847228", 1, 0, 8), + (19808, "847228", 1, 0, 8), + (19809, "847228", 1, 0, 8), + (19810, "847228", 1, 0, 8), + (19811, "847228", 1, 0, 8), + (19812, "847228", 1, 0, 8), + (19813, "847228", 1, 0, 8), + (19814, "847228", 1, 0, 8), + (19815, "847228", 1, 0, 8), + (19816, "847228", 1, 0, 8), + (19817, "847228", 1, 0, 8), + (19818, "847228", 1, 0, 8), + (19819, "847228", 1, 0, 8), + (19820, "847230", 1, 0, 8), + (19821, "847230", 1, 0, 8), + (19822, "847230", 1, 0, 8), + (19823, "847230", 1, 0, 8), + (19824, "847230", 1, 0, 8), + (19825, "847230", 1, 0, 8), + (19826, "847230", 1, 0, 8), + (19827, "847230", 1, 0, 8), + (19828, "847230", 1, 0, 8), + (19829, "847227", 1, 0, 8), + (19830, "847227", 1, 0, 8), + (19831, "847227", 1, 0, 8), + (19832, "847223", 1, 0, 8), + (19833, "847223", 1, 0, 8), + (19834, "847223", 1, 0, 8), + (19835, "847212", 1, 0, 8), + (19836, "847212", 1, 0, 8), + (19837, "847212", 1, 0, 8), + (19838, "847212", 1, 0, 8), + (19839, "847212", 1, 0, 8), + (19840, "847212", 1, 0, 8), + (19841, "847212", 1, 0, 8), + (19842, "847212", 1, 0, 8), + (19843, "847402", 1, 0, 8), + (19844, "847402", 1, 0, 8), + (19845, "847402", 1, 0, 8), + (19846, "847402", 1, 0, 8), + (19847, "847402", 1, 0, 8), + (19848, "847402", 1, 0, 8), + (19849, "847402", 1, 0, 8), + (19850, "847402", 1, 0, 8), + (19851, "847227", 1, 0, 8), + (19852, "847227", 1, 0, 8), + (19853, "847227", 1, 0, 8), + (19854, "847227", 1, 0, 8), + (19855, "847227", 1, 0, 8), + (19856, "847227", 1, 0, 8), + (19857, "847227", 1, 0, 8), + (19858, "847232", 1, 0, 8), + (19859, "847232", 1, 0, 8), + (19860, "847232", 1, 0, 8), + (19861, "847232", 1, 0, 8), + (19862, "847232", 1, 0, 8), + (19863, "847232", 1, 0, 8), + (19864, "847232", 1, 0, 8), + (19865, "847213", 1, 0, 8), + (19866, "847408", 1, 0, 8), + (19867, "847408", 1, 0, 8), + (19868, "847408", 1, 0, 8), + (19869, "847408", 1, 0, 8), + (19870, "847408", 1, 0, 8), + (19871, "847408", 1, 0, 8), + (19872, "847408", 1, 0, 8), + (19873, "847408", 1, 0, 8), + (19874, "847408", 1, 0, 8), + (19875, "847408", 1, 0, 8), + (19876, "847408", 1, 0, 8), + (19877, "847408", 1, 0, 8), + (19878, "847408", 1, 0, 8), + (19879, "847408", 1, 0, 8), + (19880, "847402", 1, 0, 8), + (19881, "847402", 1, 0, 8), + (19882, "847402", 1, 0, 8), + (19883, "847402", 1, 0, 8), + (19884, "847402", 1, 0, 8), + (19885, "847402", 1, 0, 8), + (19886, "847402", 1, 0, 8), + (19887, "847402", 1, 0, 8), + (19888, "847402", 1, 0, 8), + (19889, "847402", 1, 0, 8), + (19890, "847402", 1, 0, 8), + (19891, "847402", 1, 0, 8), + (19892, "847402", 1, 0, 8), + (19893, "847402", 1, 0, 8), + (19894, "847402", 1, 0, 8), + (19895, "847214", 1, 0, 8), + (19896, "847214", 1, 0, 8), + (19897, "847214", 1, 0, 8), + (19898, "847408", 1, 0, 8), + (19899, "847408", 1, 0, 8), + (19900, "847408", 1, 0, 8), + (19901, "847408", 1, 0, 8), + (19902, "847408", 1, 0, 8), + (19903, "847408", 1, 0, 8), + (19904, "847408", 1, 0, 8), + (19905, "847305", 1, 0, 8), + (19906, "847108", 1, 0, 8), + (19907, "847108", 1, 0, 8), + (19908, "847108", 1, 0, 8), + (19909, "847108", 1, 0, 8), + (19910, "847108", 1, 0, 8), + (19911, "847108", 1, 0, 8), + (19912, "847108", 1, 0, 8), + (19913, "847108", 1, 0, 8), + (19914, "847108", 1, 0, 8), + (19915, "847108", 1, 0, 8), + (19916, "847108", 1, 0, 8), + (19917, "847108", 1, 0, 8), + (19918, "847108", 1, 0, 8), + (19919, "847108", 1, 0, 8), + (19920, "847409", 1, 0, 8), + (19921, "847409", 1, 0, 8), + (19922, "847409", 1, 0, 8), + (19923, "847409", 1, 0, 8), + (19924, "847409", 1, 0, 8), + (19925, "847409", 1, 0, 8), + (19926, "847409", 1, 0, 8), + (19927, "847409", 1, 0, 8), + (19928, "847235", 1, 0, 8), + (19929, "847235", 1, 0, 8), + (19930, "847235", 1, 0, 8), + (19931, "847235", 1, 0, 8), + (19932, "847235", 1, 0, 8), + (19933, "847235", 1, 0, 8), + (19934, "847235", 1, 0, 8), + (19935, "847235", 1, 0, 8), + (19936, "847235", 1, 0, 8), + (19937, "847235", 1, 0, 8), + (19938, "847235", 1, 0, 8), + (19939, "847235", 1, 0, 8), + (19940, "847235", 1, 0, 8), + (19941, "847235", 1, 0, 8), + (19942, "847215", 1, 0, 8), + (19943, "847215", 1, 0, 8), + (19944, "847215", 1, 0, 8), + (19945, "847215", 1, 0, 8), + (19946, "847215", 1, 0, 8), + (19947, "847238", 1, 0, 8), + (19948, "847238", 1, 0, 8), + (19949, "847238", 1, 0, 8), + (19950, "847238", 1, 0, 8), + (19951, "847236", 1, 0, 8), + (19952, "847236", 1, 0, 8), + (19953, "847236", 1, 0, 8), + (19954, "847236", 1, 0, 8), + (19955, "847236", 1, 0, 8), + (19956, "847232", 1, 0, 8), + (19957, "847232", 1, 0, 8), + (19958, "847421", 1, 0, 8), + (19959, "847421", 1, 0, 8), + (19960, "847421", 1, 0, 8), + (19961, "847421", 1, 0, 8), + (19962, "847421", 1, 0, 8), + (19963, "847421", 1, 0, 8), + (19964, "847421", 1, 0, 8), + (19965, "847421", 1, 0, 8), + (19966, "847231", 1, 0, 8), + (19967, "847231", 1, 0, 8), + (19968, "847231", 1, 0, 8), + (19969, "847213", 1, 0, 8), + (19970, "847213", 1, 0, 8), + (19971, "847213", 1, 0, 8), + (19972, "847213", 1, 0, 8), + (19973, "847401", 1, 0, 8), + (19974, "847401", 1, 0, 8), + (19975, "847411", 1, 0, 8), + (19976, "847411", 1, 0, 8), + (19977, "847401", 1, 0, 8), + (19978, "847411", 1, 0, 8), + (19979, "847401", 1, 0, 8), + (19980, "847401", 1, 0, 8), + (19981, "847401", 1, 0, 8), + (19982, "847401", 1, 0, 8), + (19983, "847401", 1, 0, 8), + (19984, "847222", 1, 0, 8), + (19985, "847222", 1, 0, 8), + (19986, "847222", 1, 0, 8), + (19987, "847222", 1, 0, 8), + (19988, "847222", 1, 0, 8), + (19989, "847222", 1, 0, 8), + (19990, "847222", 1, 0, 8), + (19991, "847222", 1, 0, 8), + (19992, "847234", 1, 0, 8), + (19993, "847234", 1, 0, 8), + (19994, "847234", 1, 0, 8), + (19995, "847234", 1, 0, 8), + (19996, "847234", 1, 0, 8), + (19997, "847234", 1, 0, 8), + (19998, "847234", 1, 0, 8), + (19999, "847234", 1, 0, 8), + (20000, "847234", 1, 0, 8), + (20001, "847234", 1, 0, 8), + (20002, "847409", 1, 0, 8), + (20003, "847409", 1, 0, 8), + (20004, "847409", 1, 0, 8), + (20005, "847409", 1, 0, 8), + (20006, "847409", 1, 0, 8), + (20007, "847236", 1, 0, 8), + (20008, "847308", 1, 0, 8), + (20009, "847308", 1, 0, 8), + (20010, "847308", 1, 0, 8), + (20011, "847308", 1, 0, 8), + (20012, "847308", 1, 0, 8), + (20013, "847308", 1, 0, 8), + (20014, "847308", 1, 0, 8), + (20015, "847239", 1, 0, 8), + (20016, "847239", 1, 0, 8), + (20017, "847239", 1, 0, 8), + (20018, "847239", 1, 0, 8), + (20019, "847239", 1, 0, 8), + (20020, "847239", 1, 0, 8), + (20021, "847239", 1, 0, 8), + (20022, "847239", 1, 0, 8), + (20023, "847239", 1, 0, 8), + (20024, "847239", 1, 0, 8), + (20025, "847239", 1, 0, 8), + (20026, "847424", 1, 0, 8), + (20027, "847424", 1, 0, 8), + (20028, "847424", 1, 0, 8), + (20029, "847424", 1, 0, 8), + (20030, "847410", 1, 0, 8), + (20031, "847410", 1, 0, 8), + (20032, "847410", 1, 0, 8), + (20033, "847410", 1, 0, 8), + (20034, "847410", 1, 0, 8), + (20035, "847109", 1, 0, 8), + (20036, "847109", 1, 0, 8), + (20037, "847109", 1, 0, 8), + (20038, "847109", 1, 0, 8), + (20039, "847109", 1, 0, 8), + (20040, "847214", 1, 0, 8), + (20041, "847214", 1, 0, 8), + (20042, "847226", 1, 0, 8), + (20043, "847404", 1, 0, 8), + (20044, "847404", 1, 0, 8), + (20045, "847404", 1, 0, 8), + (20046, "847404", 1, 0, 8), + (20047, "847404", 1, 0, 8), + (20048, "847404", 1, 0, 8), + (20049, "847404", 1, 0, 8), + (20050, "847404", 1, 0, 8), + (20051, "847404", 1, 0, 8), + (20052, "847404", 1, 0, 8), + (20053, "847404", 1, 0, 8), + (20054, "847404", 1, 0, 8), + (20055, "847404", 1, 0, 8), + (20056, "847404", 1, 0, 8), + (20057, "847411", 1, 0, 8), + (20058, "847404", 1, 0, 8), + (20059, "811103", 1, 0, 8), + (20060, "811311", 1, 0, 8), + (20061, "811314", 1, 0, 8), + (20062, "811101", 1, 0, 8), + (20063, "811312", 1, 0, 8), + (20064, "811214", 1, 0, 8), + (20065, "811313", 1, 0, 8), + (20066, "811301", 1, 0, 8), + (20067, "811302", 1, 0, 8), + (20068, "811310", 1, 0, 8), + (20069, "811302", 1, 0, 8), + (20070, "811304", 1, 0, 8), + (20071, "811304", 1, 0, 8), + (20072, "811304", 1, 0, 8), + (20073, "811304", 1, 0, 8), + (20074, "811304", 1, 0, 8), + (20075, "811304", 1, 0, 8), + (20076, "811304", 1, 0, 8), + (20077, "811304", 1, 0, 8), + (20078, "811106", 1, 0, 8), + (20079, "811106", 1, 0, 8), + (20080, "811106", 1, 0, 8), + (20081, "811106", 1, 0, 8), + (20082, "811313", 1, 0, 8), + (20083, "811305", 1, 0, 8), + (20084, "811105", 1, 0, 8), + (20085, "811105", 1, 0, 8), + (20086, "811105", 1, 0, 8), + (20087, "811105", 1, 0, 8), + (20088, "811105", 1, 0, 8), + (20089, "811105", 1, 0, 8), + (20090, "811105", 1, 0, 8), + (20091, "811105", 1, 0, 8), + (20092, "811105", 1, 0, 8), + (20093, "811105", 1, 0, 8), + (20094, "811311", 1, 0, 8), + (20095, "811309", 1, 0, 8), + (20096, "811309", 1, 0, 8), + (20097, "811211", 1, 0, 8), + (20098, "811211", 1, 0, 8), + (20099, "811211", 1, 0, 8), + (20100, "811211", 1, 0, 8), + (20101, "811211", 1, 0, 8), + (20102, "811211", 1, 0, 8), + (20103, "811211", 1, 0, 8), + (20104, "811211", 1, 0, 8), + (20105, "811211", 1, 0, 8), + (20106, "811211", 1, 0, 8), + (20107, "811211", 1, 0, 8), + (20108, "811211", 1, 0, 8), + (20109, "811211", 1, 0, 8), + (20110, "811211", 1, 0, 8), + (20111, "811213", 1, 0, 8), + (20112, "811213", 1, 0, 8), + (20113, "811212", 1, 0, 8), + (20114, "811212", 1, 0, 8), + (20115, "811212", 1, 0, 8), + (20116, "811212", 1, 0, 8), + (20117, "811212", 1, 0, 8), + (20118, "811212", 1, 0, 8), + (20119, "811103", 1, 0, 8), + (20120, "811103", 1, 0, 8), + (20121, "811103", 1, 0, 8), + (20122, "811103", 1, 0, 8), + (20123, "811103", 1, 0, 8), + (20124, "811103", 1, 0, 8), + (20125, "811107", 1, 0, 8), + (20126, "811107", 1, 0, 8), + (20127, "811107", 1, 0, 8), + (20128, "811107", 1, 0, 8), + (20129, "811107", 1, 0, 8), + (20130, "811107", 1, 0, 8), + (20131, "811107", 1, 0, 8), + (20132, "811107", 1, 0, 8), + (20133, "811107", 1, 0, 8), + (20134, "811107", 1, 0, 8), + (20135, "811107", 1, 0, 8), + (20136, "811311", 1, 0, 8), + (20137, "811311", 1, 0, 8), + (20138, "811311", 1, 0, 8), + (20139, "811311", 1, 0, 8), + (20140, "811311", 1, 0, 8), + (20141, "811311", 1, 0, 8), + (20142, "811311", 1, 0, 8), + (20143, "811311", 1, 0, 8), + (20144, "811311", 1, 0, 8), + (20145, "811311", 1, 0, 8), + (20146, "811311", 1, 0, 8), + (20147, "811311", 1, 0, 8), + (20148, "811311", 1, 0, 8), + (20149, "811311", 1, 0, 8), + (20150, "811311", 1, 0, 8), + (20151, "811311", 1, 0, 8), + (20152, "811311", 1, 0, 8), + (20153, "811311", 1, 0, 8), + (20154, "811311", 1, 0, 8), + (20155, "811311", 1, 0, 8), + (20156, "811311", 1, 0, 8), + (20157, "811311", 1, 0, 8), + (20158, "811112", 1, 0, 8), + (20159, "811112", 1, 0, 8), + (20160, "811101", 1, 0, 8), + (20161, "811101", 1, 0, 8), + (20162, "811101", 1, 0, 8), + (20163, "811101", 1, 0, 8), + (20164, "811101", 1, 0, 8), + (20165, "811101", 1, 0, 8), + (20166, "811101", 1, 0, 8), + (20167, "811101", 1, 0, 8), + (20168, "811101", 1, 0, 8), + (20169, "811101", 1, 0, 8), + (20170, "811101", 1, 0, 8), + (20171, "811101", 1, 0, 8), + (20172, "811101", 1, 0, 8), + (20173, "811101", 1, 0, 8), + (20174, "811105", 1, 0, 8), + (20175, "811305", 1, 0, 8), + (20176, "811202", 1, 0, 8), + (20177, "811314", 1, 0, 8), + (20178, "811314", 1, 0, 8), + (20179, "811314", 1, 0, 8), + (20180, "811314", 1, 0, 8), + (20181, "811314", 1, 0, 8), + (20182, "811303", 1, 0, 8), + (20183, "811303", 1, 0, 8), + (20184, "811303", 1, 0, 8), + (20185, "811303", 1, 0, 8), + (20186, "811303", 1, 0, 8), + (20187, "811303", 1, 0, 8), + (20188, "811303", 1, 0, 8), + (20189, "811303", 1, 0, 8), + (20190, "811303", 1, 0, 8), + (20191, "811303", 1, 0, 8), + (20192, "811303", 1, 0, 8), + (20193, "811202", 1, 0, 8), + (20194, "811202", 1, 0, 8), + (20195, "811202", 1, 0, 8), + (20196, "811202", 1, 0, 8), + (20197, "811202", 1, 0, 8), + (20198, "811214", 1, 0, 8), + (20199, "811309", 1, 0, 8), + (20200, "811105", 1, 0, 8), + (20201, "811105", 1, 0, 8), + (20202, "811107", 1, 0, 8), + (20203, "811104", 1, 0, 8), + (20204, "811104", 1, 0, 8), + (20205, "811101", 1, 0, 8), + (20206, "811101", 1, 0, 8), + (20207, "811101", 1, 0, 8), + (20208, "811101", 1, 0, 8), + (20209, "811101", 1, 0, 8), + (20210, "811101", 1, 0, 8), + (20211, "811101", 1, 0, 8), + (20212, "811101", 1, 0, 8), + (20213, "811305", 1, 0, 8), + (20214, "811305", 1, 0, 8), + (20215, "811305", 1, 0, 8), + (20216, "811305", 1, 0, 8), + (20217, "811305", 1, 0, 8), + (20218, "811305", 1, 0, 8), + (20219, "811305", 1, 0, 8), + (20220, "811305", 1, 0, 8), + (20221, "811305", 1, 0, 8), + (20222, "811305", 1, 0, 8), + (20223, "811305", 1, 0, 8), + (20224, "811305", 1, 0, 8), + (20225, "811305", 1, 0, 8), + (20226, "811213", 1, 0, 8), + (20227, "811213", 1, 0, 8), + (20228, "811213", 1, 0, 8), + (20229, "811213", 1, 0, 8), + (20230, "811311", 1, 0, 8), + (20231, "811311", 1, 0, 8), + (20232, "811311", 1, 0, 8), + (20233, "811312", 1, 0, 8), + (20234, "811312", 1, 0, 8), + (20235, "811312", 1, 0, 8), + (20236, "811312", 1, 0, 8), + (20237, "811315", 1, 0, 8), + (20238, "811315", 1, 0, 8), + (20239, "811315", 1, 0, 8), + (20240, "811315", 1, 0, 8), + (20241, "811315", 1, 0, 8), + (20242, "811315", 1, 0, 8), + (20243, "811315", 1, 0, 8), + (20244, "811315", 1, 0, 8), + (20245, "811315", 1, 0, 8), + (20246, "811308", 1, 0, 8), + (20247, "811106", 1, 0, 8), + (20248, "811301", 1, 0, 8), + (20249, "811316", 1, 0, 8), + (20250, "811311", 1, 0, 8), + (20251, "811101", 1, 0, 8), + (20252, "811201", 1, 0, 8), + (20253, "811313", 1, 0, 8), + (20254, "811315", 1, 0, 8), + (20255, "811309", 1, 0, 8), + (20256, "811212", 1, 0, 8), + (20257, "811212", 1, 0, 8), + (20258, "811311", 1, 0, 8), + (20259, "811302", 1, 0, 8), + (20260, "811302", 1, 0, 8), + (20261, "811302", 1, 0, 8), + (20262, "811302", 1, 0, 8), + (20263, "811214", 1, 0, 8), + (20264, "811214", 1, 0, 8), + (20265, "811214", 1, 0, 8), + (20266, "811302", 1, 0, 8), + (20267, "811302", 1, 0, 8), + (20268, "811310", 1, 0, 8), + (20269, "811310", 1, 0, 8), + (20270, "811310", 1, 0, 8), + (20271, "811310", 1, 0, 8), + (20272, "811310", 1, 0, 8), + (20273, "811310", 1, 0, 8), + (20274, "811310", 1, 0, 8), + (20275, "811305", 1, 0, 8), + (20276, "811106", 1, 0, 8), + (20277, "811106", 1, 0, 8), + (20278, "811106", 1, 0, 8), + (20279, "811106", 1, 0, 8), + (20280, "811106", 1, 0, 8), + (20281, "811315", 1, 0, 8), + (20282, "811315", 1, 0, 8), + (20283, "811315", 1, 0, 8), + (20284, "811315", 1, 0, 8), + (20285, "811315", 1, 0, 8), + (20286, "811313", 1, 0, 8), + (20287, "811305", 1, 0, 8), + (20288, "811313", 1, 0, 8), + (20289, "811313", 1, 0, 8), + (20290, "811313", 1, 0, 8), + (20291, "811313", 1, 0, 8), + (20292, "811305", 1, 0, 8), + (20293, "811317", 1, 0, 8), + (20294, "811313", 1, 0, 8), + (20295, "811313", 1, 0, 8), + (20296, "811317", 1, 0, 8), + (20297, "811313", 1, 0, 8), + (20298, "811313", 1, 0, 8), + (20299, "811313", 1, 0, 8), + (20300, "811317", 1, 0, 8), + (20301, "811309", 1, 0, 8), + (20302, "811311", 1, 0, 8), + (20303, "811308", 1, 0, 8), + (20304, "811308", 1, 0, 8), + (20305, "811308", 1, 0, 8), + (20306, "811308", 1, 0, 8), + (20307, "811308", 1, 0, 8), + (20308, "811308", 1, 0, 8), + (20309, "811305", 1, 0, 8), + (20310, "811305", 1, 0, 8), + (20311, "811314", 1, 0, 8), + (20312, "811303", 1, 0, 8), + (20313, "811102", 1, 0, 8), + (20314, "811101", 1, 0, 8), + (20315, "811101", 1, 0, 8), + (20316, "811104", 1, 0, 8), + (20317, "811104", 1, 0, 8), + (20318, "811105", 1, 0, 8), + (20319, "811105", 1, 0, 8), + (20320, "811105", 1, 0, 8), + (20321, "811105", 1, 0, 8), + (20322, "811105", 1, 0, 8), + (20323, "811301", 1, 0, 8), + (20324, "811301", 1, 0, 8), + (20325, "811301", 1, 0, 8), + (20326, "811301", 1, 0, 8), + (20327, "811301", 1, 0, 8), + (20328, "811301", 1, 0, 8), + (20329, "811301", 1, 0, 8), + (20330, "811301", 1, 0, 8), + (20331, "811301", 1, 0, 8), + (20332, "811301", 1, 0, 8), + (20333, "811301", 1, 0, 8), + (20334, "811104", 1, 0, 8), + (20335, "811106", 1, 0, 8), + (20336, "811101", 1, 0, 8), + (20337, "811303", 1, 0, 8), + (20338, "811316", 1, 0, 8), + (20339, "811316", 1, 0, 8), + (20340, "811316", 1, 0, 8), + (20341, "811316", 1, 0, 8), + (20342, "811303", 1, 0, 8), + (20343, "811303", 1, 0, 8), + (20344, "811317", 1, 0, 8), + (20345, "811317", 1, 0, 8), + (20346, "811317", 1, 0, 8), + (20347, "811317", 1, 0, 8), + (20348, "811317", 1, 0, 8), + (20349, "811317", 1, 0, 8), + (20350, "811317", 1, 0, 8), + (20351, "811302", 1, 0, 8), + (20352, "811302", 1, 0, 8), + (20353, "811302", 1, 0, 8), + (20354, "811302", 1, 0, 8), + (20355, "811308", 1, 0, 8), + (20356, "811308", 1, 0, 8), + (20357, "811308", 1, 0, 8), + (20358, "811308", 1, 0, 8), + (20359, "811308", 1, 0, 8), + (20360, "811308", 1, 0, 8), + (20361, "811308", 1, 0, 8), + (20362, "811202", 1, 0, 8), + (20363, "811202", 1, 0, 8), + (20364, "811202", 1, 0, 8), + (20365, "811202", 1, 0, 8), + (20366, "811202", 1, 0, 8), + (20367, "811202", 1, 0, 8), + (20368, "811202", 1, 0, 8), + (20369, "811202", 1, 0, 8), + (20370, "811202", 1, 0, 8), + (20371, "811202", 1, 0, 8), + (20372, "811213", 1, 0, 8), + (20373, "811213", 1, 0, 8), + (20374, "811213", 1, 0, 8), + (20375, "811213", 1, 0, 8), + (20376, "811213", 1, 0, 8), + (20377, "811213", 1, 0, 8), + (20378, "811213", 1, 0, 8), + (20379, "811213", 1, 0, 8), + (20380, "811213", 1, 0, 8), + (20381, "811213", 1, 0, 8), + (20382, "811213", 1, 0, 8), + (20383, "811310", 1, 0, 8), + (20384, "811310", 1, 0, 8), + (20385, "811310", 1, 0, 8), + (20386, "811313", 1, 0, 8), + (20387, "811313", 1, 0, 8), + (20388, "811313", 1, 0, 8), + (20389, "811313", 1, 0, 8), + (20390, "811313", 1, 0, 8), + (20391, "811313", 1, 0, 8), + (20392, "811313", 1, 0, 8), + (20393, "811102", 1, 0, 8), + (20394, "811102", 1, 0, 8), + (20395, "811102", 1, 0, 8), + (20396, "811317", 1, 0, 8), + (20397, "811317", 1, 0, 8), + (20398, "811317", 1, 0, 8), + (20399, "811317", 1, 0, 8), + (20400, "811317", 1, 0, 8), + (20401, "811317", 1, 0, 8), + (20402, "811106", 1, 0, 8), + (20403, "811211", 1, 0, 8), + (20404, "811213", 1, 0, 8), + (20405, "811213", 1, 0, 8), + (20406, "811312", 1, 0, 8), + (20407, "811308", 1, 0, 8), + (20408, "811211", 1, 0, 8), + (20409, "811312", 1, 0, 8), + (20410, "811314", 1, 0, 8), + (20411, "811213", 1, 0, 8), + (20412, "811301", 1, 0, 8), + (20413, "811213", 1, 0, 8), + (20414, "811213", 1, 0, 8), + (20415, "811213", 1, 0, 8), + (20416, "811315", 1, 0, 8), + (20417, "811315", 1, 0, 8), + (20418, "811315", 1, 0, 8), + (20419, "811315", 1, 0, 8), + (20420, "811315", 1, 0, 8), + (20421, "811315", 1, 0, 8), + (20422, "811104", 1, 0, 8), + (20423, "811104", 1, 0, 8), + (20424, "811104", 1, 0, 8), + (20425, "811105", 1, 0, 8), + (20426, "811105", 1, 0, 8), + (20427, "811105", 1, 0, 8), + (20428, "811105", 1, 0, 8), + (20429, "811105", 1, 0, 8), + (20430, "811105", 1, 0, 8), + (20431, "811105", 1, 0, 8), + (20432, "811105", 1, 0, 8), + (20433, "811105", 1, 0, 8), + (20434, "811105", 1, 0, 8), + (20435, "811105", 1, 0, 8), + (20436, "811105", 1, 0, 8), + (20437, "811105", 1, 0, 8), + (20438, "811105", 1, 0, 8), + (20439, "811102", 1, 0, 8), + (20440, "811102", 1, 0, 8), + (20441, "811304", 1, 0, 8), + (20442, "811304", 1, 0, 8), + (20443, "811304", 1, 0, 8), + (20444, "811304", 1, 0, 8), + (20445, "843125", 1, 0, 8), + (20446, "843312", 1, 0, 8), + (20447, "843103", 1, 0, 8), + (20448, "843121", 1, 0, 8), + (20449, "843107", 1, 0, 8), + (20450, "843109", 1, 0, 8), + (20451, "843111", 1, 0, 8), + (20452, "843112", 1, 0, 8), + (20453, "842002", 1, 0, 8), + (20454, "843117", 1, 0, 8), + (20455, "843119", 1, 0, 8), + (20456, "843105", 1, 0, 8), + (20457, "843120", 1, 0, 8), + (20458, "843107", 1, 0, 8), + (20459, "843321", 1, 0, 8), + (20460, "843321", 1, 0, 8), + (20461, "843321", 1, 0, 8), + (20462, "843321", 1, 0, 8), + (20463, "843321", 1, 0, 8), + (20464, "843321", 1, 0, 8), + (20465, "843321", 1, 0, 8), + (20466, "843321", 1, 0, 8), + (20467, "843321", 1, 0, 8), + (20468, "843321", 1, 0, 8), + (20469, "844120", 1, 0, 8), + (20470, "844120", 1, 0, 8), + (20471, "844120", 1, 0, 8), + (20472, "844120", 1, 0, 8), + (20473, "844120", 1, 0, 8), + (20474, "844120", 1, 0, 8), + (20475, "844120", 1, 0, 8), + (20476, "844120", 1, 0, 8), + (20477, "844120", 1, 0, 8), + (20478, "843125", 1, 0, 8), + (20479, "843125", 1, 0, 8), + (20480, "843125", 1, 0, 8), + (20481, "843125", 1, 0, 8), + (20482, "843125", 1, 0, 8), + (20483, "843125", 1, 0, 8), + (20484, "843125", 1, 0, 8), + (20485, "843125", 1, 0, 8), + (20486, "843125", 1, 0, 8), + (20487, "843312", 1, 0, 8), + (20488, "843312", 1, 0, 8), + (20489, "843101", 1, 0, 8), + (20490, "843101", 1, 0, 8), + (20491, "843101", 1, 0, 8), + (20492, "843101", 1, 0, 8), + (20493, "843101", 1, 0, 8), + (20494, "843101", 1, 0, 8), + (20495, "844112", 1, 0, 8), + (20496, "844112", 1, 0, 8), + (20497, "844112", 1, 0, 8), + (20498, "844112", 1, 0, 8), + (20499, "844112", 1, 0, 8), + (20500, "844112", 1, 0, 8), + (20501, "844112", 1, 0, 8), + (20502, "844112", 1, 0, 8), + (20503, "844112", 1, 0, 8), + (20504, "844112", 1, 0, 8), + (20505, "843103", 1, 0, 8), + (20506, "843103", 1, 0, 8), + (20507, "843103", 1, 0, 8), + (20508, "843103", 1, 0, 8), + (20509, "843103", 1, 0, 8), + (20510, "843103", 1, 0, 8), + (20511, "843103", 1, 0, 8), + (20512, "843103", 1, 0, 8), + (20513, "843103", 1, 0, 8), + (20514, "843103", 1, 0, 8), + (20515, "843125", 1, 0, 8), + (20516, "843125", 1, 0, 8), + (20517, "843125", 1, 0, 8), + (20518, "843125", 1, 0, 8), + (20519, "843125", 1, 0, 8), + (20520, "843124", 1, 0, 8), + (20521, "843124", 1, 0, 8), + (20522, "843124", 1, 0, 8), + (20523, "843124", 1, 0, 8), + (20524, "843124", 1, 0, 8), + (20525, "843108", 1, 0, 8), + (20526, "843108", 1, 0, 8), + (20527, "843128", 1, 0, 8), + (20528, "843128", 1, 0, 8), + (20529, "843128", 1, 0, 8), + (20530, "843128", 1, 0, 8), + (20531, "843128", 1, 0, 8), + (20532, "843128", 1, 0, 8), + (20533, "843128", 1, 0, 8), + (20534, "843128", 1, 0, 8), + (20535, "843128", 1, 0, 8), + (20536, "843312", 1, 0, 8), + (20537, "843312", 1, 0, 8), + (20538, "843312", 1, 0, 8), + (20539, "843312", 1, 0, 8), + (20540, "843103", 1, 0, 8), + (20541, "843103", 1, 0, 8), + (20542, "843103", 1, 0, 8), + (20543, "843102", 1, 0, 8), + (20544, "843102", 1, 0, 8), + (20545, "843102", 1, 0, 8), + (20546, "843102", 1, 0, 8), + (20547, "843102", 1, 0, 8), + (20548, "843127", 1, 0, 8), + (20549, "843127", 1, 0, 8), + (20550, "843127", 1, 0, 8), + (20551, "843127", 1, 0, 8), + (20552, "843127", 1, 0, 8), + (20553, "843104", 1, 0, 8), + (20554, "843104", 1, 0, 8), + (20555, "843104", 1, 0, 8), + (20556, "843104", 1, 0, 8), + (20557, "843104", 1, 0, 8), + (20558, "843104", 1, 0, 8), + (20559, "843104", 1, 0, 8), + (20560, "843104", 1, 0, 8), + (20561, "843104", 1, 0, 8), + (20562, "843104", 1, 0, 8), + (20563, "843104", 1, 0, 8), + (20564, "843121", 1, 0, 8), + (20565, "843121", 1, 0, 8), + (20566, "843121", 1, 0, 8), + (20567, "843121", 1, 0, 8), + (20568, "843121", 1, 0, 8), + (20569, "843105", 1, 0, 8), + (20570, "843105", 1, 0, 8), + (20571, "843105", 1, 0, 8), + (20572, "843105", 1, 0, 8), + (20573, "843105", 1, 0, 8), + (20574, "843105", 1, 0, 8), + (20575, "843105", 1, 0, 8), + (20576, "843120", 1, 0, 8), + (20577, "843120", 1, 0, 8), + (20578, "843120", 1, 0, 8), + (20579, "843120", 1, 0, 8), + (20580, "843120", 1, 0, 8), + (20581, "843120", 1, 0, 8), + (20582, "843120", 1, 0, 8), + (20583, "843120", 1, 0, 8), + (20584, "843120", 1, 0, 8), + (20585, "843120", 1, 0, 8), + (20586, "843120", 1, 0, 8), + (20587, "843120", 1, 0, 8), + (20588, "843106", 1, 0, 8), + (20589, "843106", 1, 0, 8), + (20590, "843106", 1, 0, 8), + (20591, "843107", 1, 0, 8), + (20592, "843107", 1, 0, 8), + (20593, "843107", 1, 0, 8), + (20594, "843107", 1, 0, 8), + (20595, "843107", 1, 0, 8), + (20596, "843107", 1, 0, 8), + (20597, "843107", 1, 0, 8), + (20598, "843107", 1, 0, 8), + (20599, "843107", 1, 0, 8), + (20600, "843107", 1, 0, 8), + (20601, "843122", 1, 0, 8), + (20602, "843122", 1, 0, 8), + (20603, "843122", 1, 0, 8), + (20604, "843122", 1, 0, 8), + (20605, "843122", 1, 0, 8), + (20606, "843123", 1, 0, 8), + (20607, "843123", 1, 0, 8), + (20608, "843123", 1, 0, 8), + (20609, "843123", 1, 0, 8), + (20610, "843123", 1, 0, 8), + (20611, "843123", 1, 0, 8), + (20612, "843123", 1, 0, 8), + (20613, "843123", 1, 0, 8), + (20614, "843109", 1, 0, 8), + (20615, "843109", 1, 0, 8), + (20616, "843109", 1, 0, 8), + (20617, "843109", 1, 0, 8), + (20618, "843109", 1, 0, 8), + (20619, "843109", 1, 0, 8), + (20620, "843109", 1, 0, 8), + (20621, "843109", 1, 0, 8), + (20622, "843109", 1, 0, 8), + (20623, "843109", 1, 0, 8), + (20624, "843109", 1, 0, 8), + (20625, "843109", 1, 0, 8), + (20626, "843109", 1, 0, 8), + (20627, "843109", 1, 0, 8), + (20628, "843109", 1, 0, 8), + (20629, "843109", 1, 0, 8), + (20630, "843321", 1, 0, 8), + (20631, "843128", 1, 0, 8), + (20632, "843128", 1, 0, 8), + (20633, "843128", 1, 0, 8), + (20634, "843128", 1, 0, 8), + (20635, "843128", 1, 0, 8), + (20636, "843128", 1, 0, 8), + (20637, "843128", 1, 0, 8), + (20638, "843128", 1, 0, 8), + (20639, "843128", 1, 0, 8), + (20640, "843128", 1, 0, 8), + (20641, "843128", 1, 0, 8), + (20642, "843128", 1, 0, 8), + (20643, "843104", 1, 0, 8), + (20644, "842003", 1, 0, 8), + (20645, "843111", 1, 0, 8), + (20646, "843111", 1, 0, 8), + (20647, "843111", 1, 0, 8), + (20648, "843111", 1, 0, 8), + (20649, "843111", 1, 0, 8), + (20650, "843111", 1, 0, 8), + (20651, "843111", 1, 0, 8), + (20652, "843111", 1, 0, 8), + (20653, "843111", 1, 0, 8), + (20654, "843111", 1, 0, 8), + (20655, "843111", 1, 0, 8), + (20656, "843111", 1, 0, 8), + (20657, "843111", 1, 0, 8), + (20658, "843111", 1, 0, 8), + (20659, "843111", 1, 0, 8), + (20660, "843111", 1, 0, 8), + (20661, "843111", 1, 0, 8), + (20662, "843111", 1, 0, 8), + (20663, "843111", 1, 0, 8), + (20664, "843111", 1, 0, 8), + (20665, "843111", 1, 0, 8), + (20666, "843111", 1, 0, 8), + (20667, "843129", 1, 0, 8), + (20668, "843129", 1, 0, 8), + (20669, "843129", 1, 0, 8), + (20670, "843129", 1, 0, 8), + (20671, "843129", 1, 0, 8), + (20672, "843129", 1, 0, 8), + (20673, "843129", 1, 0, 8), + (20674, "843129", 1, 0, 8), + (20675, "843112", 1, 0, 8), + (20676, "843112", 1, 0, 8), + (20677, "843112", 1, 0, 8), + (20678, "843112", 1, 0, 8), + (20679, "843112", 1, 0, 8), + (20680, "843115", 1, 0, 8), + (20681, "843115", 1, 0, 8), + (20682, "843115", 1, 0, 8), + (20683, "843115", 1, 0, 8), + (20684, "843115", 1, 0, 8), + (20685, "843115", 1, 0, 8), + (20686, "843115", 1, 0, 8), + (20687, "843115", 1, 0, 8), + (20688, "843115", 1, 0, 8), + (20689, "843115", 1, 0, 8), + (20690, "843115", 1, 0, 8), + (20691, "843115", 1, 0, 8), + (20692, "843115", 1, 0, 8), + (20693, "843113", 1, 0, 8), + (20694, "843113", 1, 0, 8), + (20695, "843113", 1, 0, 8), + (20696, "843113", 1, 0, 8), + (20697, "843113", 1, 0, 8), + (20698, "843113", 1, 0, 8), + (20699, "843113", 1, 0, 8), + (20700, "843113", 1, 0, 8), + (20701, "843113", 1, 0, 8), + (20702, "843113", 1, 0, 8), + (20703, "843113", 1, 0, 8), + (20704, "842002", 1, 0, 8), + (20705, "842002", 1, 0, 8), + (20706, "842002", 1, 0, 8), + (20707, "842002", 1, 0, 8), + (20708, "842002", 1, 0, 8), + (20709, "843116", 1, 0, 8), + (20710, "843116", 1, 0, 8), + (20711, "843117", 1, 0, 8), + (20712, "843116", 1, 0, 8), + (20713, "843117", 1, 0, 8), + (20714, "843116", 1, 0, 8), + (20715, "843117", 1, 0, 8), + (20716, "843116", 1, 0, 8), + (20717, "843117", 1, 0, 8), + (20718, "843117", 1, 0, 8), + (20719, "843116", 1, 0, 8), + (20720, "843116", 1, 0, 8), + (20721, "843116", 1, 0, 8), + (20722, "843117", 1, 0, 8), + (20723, "843116", 1, 0, 8), + (20724, "843117", 1, 0, 8), + (20725, "843117", 1, 0, 8), + (20726, "843116", 1, 0, 8), + (20727, "843116", 1, 0, 8), + (20728, "843117", 1, 0, 8), + (20729, "843117", 1, 0, 8), + (20730, "843116", 1, 0, 8), + (20731, "843116", 1, 0, 8), + (20732, "843117", 1, 0, 8), + (20733, "843117", 1, 0, 8), + (20734, "843128", 1, 0, 8), + (20735, "843126", 1, 0, 8), + (20736, "843126", 1, 0, 8), + (20737, "843126", 1, 0, 8), + (20738, "843126", 1, 0, 8), + (20739, "843126", 1, 0, 8), + (20740, "843126", 1, 0, 8), + (20741, "843126", 1, 0, 8), + (20742, "843119", 1, 0, 8), + (20743, "843119", 1, 0, 8), + (20744, "843119", 1, 0, 8), + (20745, "843119", 1, 0, 8), + (20746, "843119", 1, 0, 8), + (20747, "843119", 1, 0, 8), + (20748, "843119", 1, 0, 8), + (20749, "843119", 1, 0, 8), + (20750, "843119", 1, 0, 8), + (20751, "843119", 1, 0, 8), + (20752, "843119", 1, 0, 8), + (20753, "843119", 1, 0, 8), + (20754, "843119", 1, 0, 8), + (20755, "843119", 1, 0, 8), + (20756, "843119", 1, 0, 8), + (20757, "843119", 1, 0, 8), + (20758, "843119", 1, 0, 8), + (20759, "843119", 1, 0, 8), + (20760, "843119", 1, 0, 8), + (20761, "843119", 1, 0, 8), + (20762, "843119", 1, 0, 8), + (20763, "843118", 1, 0, 8), + (20764, "843118", 1, 0, 8), + (20765, "843118", 1, 0, 8), + (20766, "843118", 1, 0, 8), + (20767, "843118", 1, 0, 8), + (20768, "843118", 1, 0, 8), + (20769, "843118", 1, 0, 8), + (20770, "843118", 1, 0, 8), + (20771, "843118", 1, 0, 8), + (20772, "843118", 1, 0, 8), + (20773, "843118", 1, 0, 8), + (20774, "843118", 1, 0, 8), + (20775, "843118", 1, 0, 8), + (20776, "844127", 1, 0, 8), + (20777, "844127", 1, 0, 8), + (20778, "844127", 1, 0, 8), + (20779, "844127", 1, 0, 8), + (20780, "844127", 1, 0, 8), + (20781, "844127", 1, 0, 8), + (20782, "844127", 1, 0, 8), + (20783, "844127", 1, 0, 8), + (20784, "844127", 1, 0, 8), + (20785, "844127", 1, 0, 8), + (20786, "844127", 1, 0, 8), + (20787, "842004", 1, 0, 8), + (20788, "842004", 1, 0, 8), + (20789, "842004", 1, 0, 8), + (20790, "842004", 1, 0, 8), + (20791, "801304", 1, 0, 8), + (20792, "801301", 1, 0, 8), + (20793, "803117", 1, 0, 8), + (20794, "801302", 1, 0, 8), + (20795, "803214", 1, 0, 8), + (20796, "803108", 1, 0, 8), + (20797, "803119", 1, 0, 8), + (20798, "801305", 1, 0, 8), + (20799, "803213", 1, 0, 8), + (20800, "801301", 1, 0, 8), + (20801, "801301", 1, 0, 8), + (20802, "801301", 1, 0, 8), + (20803, "801301", 1, 0, 8), + (20804, "801301", 1, 0, 8), + (20805, "801301", 1, 0, 8), + (20806, "801301", 1, 0, 8), + (20807, "801301", 1, 0, 8), + (20808, "801301", 1, 0, 8), + (20809, "801301", 1, 0, 8), + (20810, "803111", 1, 0, 8), + (20811, "803115", 1, 0, 8), + (20812, "803115", 1, 0, 8), + (20813, "803115", 1, 0, 8), + (20814, "803115", 1, 0, 8), + (20815, "803115", 1, 0, 8), + (20816, "803115", 1, 0, 8), + (20817, "803115", 1, 0, 8), + (20818, "803116", 1, 0, 8), + (20819, "803116", 1, 0, 8), + (20820, "803116", 1, 0, 8), + (20821, "803116", 1, 0, 8), + (20822, "803116", 1, 0, 8), + (20823, "803116", 1, 0, 8), + (20824, "803116", 1, 0, 8), + (20825, "803116", 1, 0, 8), + (20826, "803116", 1, 0, 8), + (20827, "803116", 1, 0, 8), + (20828, "803116", 1, 0, 8), + (20829, "803116", 1, 0, 8), + (20830, "803116", 1, 0, 8), + (20831, "803116", 1, 0, 8), + (20832, "803116", 1, 0, 8), + (20833, "803116", 1, 0, 8), + (20834, "803116", 1, 0, 8), + (20835, "801305", 1, 0, 8), + (20836, "801305", 1, 0, 8), + (20837, "801305", 1, 0, 8), + (20838, "801305", 1, 0, 8), + (20839, "801305", 1, 0, 8), + (20840, "801305", 1, 0, 8), + (20841, "803107", 1, 0, 8), + (20842, "803107", 1, 0, 8), + (20843, "803107", 1, 0, 8), + (20844, "803107", 1, 0, 8), + (20845, "803111", 1, 0, 8), + (20846, "803111", 1, 0, 8), + (20847, "803111", 1, 0, 8), + (20848, "803111", 1, 0, 8), + (20849, "803111", 1, 0, 8), + (20850, "803111", 1, 0, 8), + (20851, "803111", 1, 0, 8), + (20852, "803111", 1, 0, 8), + (20853, "803111", 1, 0, 8), + (20854, "803216", 1, 0, 8), + (20855, "803216", 1, 0, 8), + (20856, "803216", 1, 0, 8), + (20857, "803216", 1, 0, 8), + (20858, "803216", 1, 0, 8), + (20859, "801301", 1, 0, 8), + (20860, "801301", 1, 0, 8), + (20861, "801301", 1, 0, 8), + (20862, "801301", 1, 0, 8), + (20863, "803117", 1, 0, 8), + (20864, "803117", 1, 0, 8), + (20865, "803117", 1, 0, 8), + (20866, "803117", 1, 0, 8), + (20867, "803117", 1, 0, 8), + (20868, "803117", 1, 0, 8), + (20869, "803117", 1, 0, 8), + (20870, "803117", 1, 0, 8), + (20871, "803117", 1, 0, 8), + (20872, "803216", 1, 0, 8), + (20873, "803216", 1, 0, 8), + (20874, "803216", 1, 0, 8), + (20875, "803216", 1, 0, 8), + (20876, "803216", 1, 0, 8), + (20877, "803216", 1, 0, 8), + (20878, "803216", 1, 0, 8), + (20879, "803216", 1, 0, 8), + (20880, "801301", 1, 0, 8), + (20881, "801302", 1, 0, 8), + (20882, "801302", 1, 0, 8), + (20883, "801302", 1, 0, 8), + (20884, "801302", 1, 0, 8), + (20885, "801302", 1, 0, 8), + (20886, "801302", 1, 0, 8), + (20887, "801302", 1, 0, 8), + (20888, "801302", 1, 0, 8), + (20889, "801302", 1, 0, 8), + (20890, "801302", 1, 0, 8), + (20891, "801302", 1, 0, 8), + (20892, "801302", 1, 0, 8), + (20893, "801302", 1, 0, 8), + (20894, "801302", 1, 0, 8), + (20895, "801302", 1, 0, 8), + (20896, "801302", 1, 0, 8), + (20897, "801302", 1, 0, 8), + (20898, "801302", 1, 0, 8), + (20899, "801302", 1, 0, 8), + (20900, "801303", 1, 0, 8), + (20901, "801303", 1, 0, 8), + (20902, "801303", 1, 0, 8), + (20903, "801303", 1, 0, 8), + (20904, "801303", 1, 0, 8), + (20905, "801303", 1, 0, 8), + (20906, "801303", 1, 0, 8), + (20907, "801303", 1, 0, 8), + (20908, "801301", 1, 0, 8), + (20909, "801303", 1, 0, 8), + (20910, "801303", 1, 0, 8), + (20911, "801303", 1, 0, 8), + (20912, "801303", 1, 0, 8), + (20913, "801303", 1, 0, 8), + (20914, "801303", 1, 0, 8), + (20915, "801303", 1, 0, 8), + (20916, "801303", 1, 0, 8), + (20917, "801303", 1, 0, 8), + (20918, "801303", 1, 0, 8), + (20919, "801303", 1, 0, 8), + (20920, "801303", 1, 0, 8), + (20921, "803213", 1, 0, 8), + (20922, "803213", 1, 0, 8), + (20923, "803213", 1, 0, 8), + (20924, "803213", 1, 0, 8), + (20925, "803213", 1, 0, 8), + (20926, "803213", 1, 0, 8), + (20927, "803213", 1, 0, 8), + (20928, "803214", 1, 0, 8), + (20929, "803214", 1, 0, 8), + (20930, "803214", 1, 0, 8), + (20931, "803214", 1, 0, 8), + (20932, "803214", 1, 0, 8), + (20933, "803214", 1, 0, 8), + (20934, "803214", 1, 0, 8), + (20935, "803214", 1, 0, 8), + (20936, "803214", 1, 0, 8), + (20937, "803214", 1, 0, 8), + (20938, "803214", 1, 0, 8), + (20939, "803214", 1, 0, 8), + (20940, "803307", 1, 0, 8), + (20941, "803301", 1, 0, 8), + (20942, "803301", 1, 0, 8), + (20943, "803301", 1, 0, 8), + (20944, "803302", 1, 0, 8), + (20945, "803302", 1, 0, 8), + (20946, "803302", 1, 0, 8), + (20947, "803302", 1, 0, 8), + (20948, "803302", 1, 0, 8), + (20949, "803302", 1, 0, 8), + (20950, "803302", 1, 0, 8), + (20951, "803303", 1, 0, 8), + (20952, "803221", 1, 0, 8), + (20953, "803221", 1, 0, 8), + (20954, "803221", 1, 0, 8), + (20955, "803221", 1, 0, 8), + (20956, "803306", 1, 0, 8), + (20957, "803306", 1, 0, 8), + (20958, "803306", 1, 0, 8), + (20959, "803306", 1, 0, 8), + (20960, "803120", 1, 0, 8), + (20961, "803120", 1, 0, 8), + (20962, "803120", 1, 0, 8), + (20963, "803120", 1, 0, 8), + (20964, "803120", 1, 0, 8), + (20965, "803120", 1, 0, 8), + (20966, "803120", 1, 0, 8), + (20967, "803108", 1, 0, 8), + (20968, "803108", 1, 0, 8), + (20969, "803108", 1, 0, 8), + (20970, "803108", 1, 0, 8), + (20971, "803108", 1, 0, 8), + (20972, "803108", 1, 0, 8), + (20973, "803108", 1, 0, 8), + (20974, "803108", 1, 0, 8), + (20975, "803108", 1, 0, 8), + (20976, "803108", 1, 0, 8), + (20977, "803118", 1, 0, 8), + (20978, "803118", 1, 0, 8), + (20979, "803118", 1, 0, 8), + (20980, "803118", 1, 0, 8), + (20981, "803118", 1, 0, 8), + (20982, "803118", 1, 0, 8), + (20983, "803118", 1, 0, 8), + (20984, "803114", 1, 0, 8), + (20985, "803114", 1, 0, 8), + (20986, "803114", 1, 0, 8), + (20987, "803114", 1, 0, 8), + (20988, "803114", 1, 0, 8), + (20989, "803114", 1, 0, 8), + (20990, "803114", 1, 0, 8), + (20991, "803114", 1, 0, 8), + (20992, "803114", 1, 0, 8), + (20993, "803114", 1, 0, 8), + (20994, "803114", 1, 0, 8), + (20995, "803114", 1, 0, 8), + (20996, "803119", 1, 0, 8), + (20997, "803119", 1, 0, 8), + (20998, "803119", 1, 0, 8), + (20999, "803119", 1, 0, 8), + (21000, "803119", 1, 0, 8), + (21001, "803119", 1, 0, 8), + (21002, "803119", 1, 0, 8), + (21003, "803119", 1, 0, 8), + (21004, "803119", 1, 0, 8), + (21005, "803119", 1, 0, 8), + (21006, "803107", 1, 0, 8), + (21007, "803107", 1, 0, 8), + (21008, "803107", 1, 0, 8), + (21009, "803107", 1, 0, 8), + (21010, "803107", 1, 0, 8), + (21011, "803107", 1, 0, 8), + (21012, "803107", 1, 0, 8), + (21013, "803107", 1, 0, 8), + (21014, "803107", 1, 0, 8), + (21015, "803107", 1, 0, 8), + (21016, "803107", 1, 0, 8), + (21017, "803107", 1, 0, 8), + (21018, "803107", 1, 0, 8), + (21019, "803107", 1, 0, 8), + (21020, "803107", 1, 0, 8), + (21021, "803107", 1, 0, 8), + (21022, "803107", 1, 0, 8), + (21023, "803107", 1, 0, 8), + (21024, "803107", 1, 0, 8), + (21025, "803107", 1, 0, 8), + (21026, "803107", 1, 0, 8), + (21027, "803107", 1, 0, 8), + (21028, "801303", 1, 0, 8), + (21029, "801303", 1, 0, 8), + (21030, "801303", 1, 0, 8), + (21031, "801303", 1, 0, 8), + (21032, "801304", 1, 0, 8), + (21033, "801304", 1, 0, 8), + (21034, "801304", 1, 0, 8), + (21035, "801304", 1, 0, 8), + (21036, "801304", 1, 0, 8), + (21037, "801304", 1, 0, 8), + (21038, "801304", 1, 0, 8), + (21039, "801304", 1, 0, 8), + (21040, "801304", 1, 0, 8), + (21041, "801304", 1, 0, 8), + (21042, "801307", 1, 0, 8), + (21043, "801307", 1, 0, 8), + (21044, "801307", 1, 0, 8), + (21045, "801307", 1, 0, 8), + (21046, "801307", 1, 0, 8), + (21047, "803110", 1, 0, 8), + (21048, "803110", 1, 0, 8), + (21049, "803110", 1, 0, 8), + (21050, "803110", 1, 0, 8), + (21051, "803110", 1, 0, 8), + (21052, "803110", 1, 0, 8), + (21053, "803110", 1, 0, 8), + (21054, "803110", 1, 0, 8), + (21055, "803110", 1, 0, 8), + (21056, "803110", 1, 0, 8), + (21057, "803110", 1, 0, 8), + (21058, "803110", 1, 0, 8), + (21059, "803110", 1, 0, 8), + (21060, "803114", 1, 0, 8), + (21061, "803114", 1, 0, 8), + (21062, "803113", 1, 0, 8), + (21063, "803113", 1, 0, 8), + (21064, "803113", 1, 0, 8), + (21065, "803113", 1, 0, 8), + (21066, "803113", 1, 0, 8), + (21067, "803113", 1, 0, 8), + (21068, "803113", 1, 0, 8), + (21069, "803113", 1, 0, 8), + (21070, "803113", 1, 0, 8), + (21071, "803113", 1, 0, 8), + (21072, "801301", 1, 0, 8), + (21073, "801301", 1, 0, 8), + (21074, "803116", 1, 0, 8), + (21075, "803111", 1, 0, 8), + (21076, "801305", 1, 0, 8), + (21077, "801305", 1, 0, 8), + (21078, "801305", 1, 0, 8), + (21079, "801305", 1, 0, 8), + (21080, "801305", 1, 0, 8), + (21081, "801306", 1, 0, 8), + (21082, "801306", 1, 0, 8), + (21083, "801306", 1, 0, 8), + (21084, "801306", 1, 0, 8), + (21085, "801306", 1, 0, 8), + (21086, "801306", 1, 0, 8), + (21087, "801306", 1, 0, 8), + (21088, "803211", 1, 0, 8), + (21089, "803211", 1, 0, 8), + (21090, "803211", 1, 0, 8), + (21091, "803211", 1, 0, 8), + (21092, "803211", 1, 0, 8), + (21093, "803211", 1, 0, 8), + (21094, "803211", 1, 0, 8), + (21095, "803211", 1, 0, 8), + (21096, "803211", 1, 0, 8), + (21097, "803211", 1, 0, 8), + (21098, "803211", 1, 0, 8), + (21099, "803211", 1, 0, 8), + (21100, "803211", 1, 0, 8), + (21101, "803212", 1, 0, 8), + (21102, "803212", 1, 0, 8), + (21103, "803212", 1, 0, 8), + (21104, "803212", 1, 0, 8), + (21105, "803212", 1, 0, 8), + (21106, "803212", 1, 0, 8), + (21107, "803212", 1, 0, 8), + (21108, "803212", 1, 0, 8), + (21109, "803212", 1, 0, 8), + (21110, "803213", 1, 0, 8), + (21111, "803213", 1, 0, 8), + (21112, "803213", 1, 0, 8), + (21113, "803213", 1, 0, 8), + (21114, "803213", 1, 0, 8), + (21115, "803213", 1, 0, 8), + (21116, "803213", 1, 0, 8), + (21117, "803213", 1, 0, 8), + (21118, "803110", 1, 0, 8), + (21119, "803110", 1, 0, 8), + (21120, "803110", 1, 0, 8), + (21121, "803110", 1, 0, 8), + (21122, "803110", 1, 0, 8), + (21123, "803110", 1, 0, 8), + (21124, "803110", 1, 0, 8), + (21125, "803110", 1, 0, 8), + (21126, "803110", 1, 0, 8), + (21127, "803110", 1, 0, 8), + (21128, "803110", 1, 0, 8), + (21129, "803110", 1, 0, 8), + (21130, "803110", 1, 0, 8), + (21131, "803110", 1, 0, 8), + (21132, "803110", 1, 0, 8), + (21133, "803110", 1, 0, 8), + (21134, "803110", 1, 0, 8), + (21135, "803110", 1, 0, 8), + (21136, "803110", 1, 0, 8), + (21137, "803114", 1, 0, 8), + (21138, "803114", 1, 0, 8), + (21139, "845449", 1, 0, 8), + (21140, "845103", 1, 0, 8), + (21141, "845452", 1, 0, 8), + (21142, "845104", 1, 0, 8), + (21143, "845454", 1, 0, 8), + (21144, "845105", 1, 0, 8), + (21145, "845438", 1, 0, 8), + (21146, "845307", 1, 0, 8), + (21147, "845101", 1, 0, 8), + (21148, "845101", 1, 0, 8), + (21149, "845101", 1, 0, 8), + (21150, "845101", 1, 0, 8), + (21151, "845101", 1, 0, 8), + (21152, "845101", 1, 0, 8), + (21153, "845101", 1, 0, 8), + (21154, "845101", 1, 0, 8), + (21155, "845101", 1, 0, 8), + (21156, "845101", 1, 0, 8), + (21157, "845101", 1, 0, 8), + (21158, "845101", 1, 0, 8), + (21159, "845101", 1, 0, 8), + (21160, "845438", 1, 0, 8), + (21161, "845438", 1, 0, 8), + (21162, "845438", 1, 0, 8), + (21163, "845438", 1, 0, 8), + (21164, "845438", 1, 0, 8), + (21165, "845438", 1, 0, 8), + (21166, "845438", 1, 0, 8), + (21167, "845438", 1, 0, 8), + (21168, "845438", 1, 0, 8), + (21169, "845438", 1, 0, 8), + (21170, "845438", 1, 0, 8), + (21171, "845449", 1, 0, 8), + (21172, "845449", 1, 0, 8), + (21173, "845449", 1, 0, 8), + (21174, "845449", 1, 0, 8), + (21175, "845449", 1, 0, 8), + (21176, "845449", 1, 0, 8), + (21177, "845449", 1, 0, 8), + (21178, "845449", 1, 0, 8), + (21179, "845449", 1, 0, 8), + (21180, "845449", 1, 0, 8), + (21181, "845449", 1, 0, 8), + (21182, "845449", 1, 0, 8), + (21183, "845449", 1, 0, 8), + (21184, "845449", 1, 0, 8), + (21185, "845449", 1, 0, 8), + (21186, "845450", 1, 0, 8), + (21187, "845450", 1, 0, 8), + (21188, "845450", 1, 0, 8), + (21189, "845450", 1, 0, 8), + (21190, "845450", 1, 0, 8), + (21191, "845450", 1, 0, 8), + (21192, "845450", 1, 0, 8), + (21193, "845450", 1, 0, 8), + (21194, "845450", 1, 0, 8), + (21195, "845451", 1, 0, 8), + (21196, "845451", 1, 0, 8), + (21197, "845451", 1, 0, 8), + (21198, "845451", 1, 0, 8), + (21199, "845451", 1, 0, 8), + (21200, "845451", 1, 0, 8), + (21201, "845451", 1, 0, 8), + (21202, "845451", 1, 0, 8), + (21203, "845451", 1, 0, 8), + (21204, "845451", 1, 0, 8), + (21205, "845103", 1, 0, 8), + (21206, "845103", 1, 0, 8), + (21207, "845103", 1, 0, 8), + (21208, "845103", 1, 0, 8), + (21209, "845103", 1, 0, 8), + (21210, "845103", 1, 0, 8), + (21211, "845459", 1, 0, 8), + (21212, "845459", 1, 0, 8), + (21213, "845459", 1, 0, 8), + (21214, "845459", 1, 0, 8), + (21215, "845459", 1, 0, 8), + (21216, "845459", 1, 0, 8), + (21217, "845459", 1, 0, 8), + (21218, "845459", 1, 0, 8), + (21219, "845459", 1, 0, 8), + (21220, "845459", 1, 0, 8), + (21221, "845459", 1, 0, 8), + (21222, "845459", 1, 0, 8), + (21223, "845459", 1, 0, 8), + (21224, "845459", 1, 0, 8), + (21225, "845459", 1, 0, 8), + (21226, "845452", 1, 0, 8), + (21227, "845452", 1, 0, 8), + (21228, "845452", 1, 0, 8), + (21229, "845452", 1, 0, 8), + (21230, "845452", 1, 0, 8), + (21231, "845452", 1, 0, 8), + (21232, "845452", 1, 0, 8), + (21233, "845452", 1, 0, 8), + (21234, "845452", 1, 0, 8), + (21235, "845452", 1, 0, 8), + (21236, "845453", 1, 0, 8), + (21237, "845453", 1, 0, 8), + (21238, "845453", 1, 0, 8), + (21239, "845453", 1, 0, 8), + (21240, "845453", 1, 0, 8), + (21241, "845453", 1, 0, 8), + (21242, "845453", 1, 0, 8), + (21243, "845453", 1, 0, 8), + (21244, "845453", 1, 0, 8), + (21245, "845453", 1, 0, 8), + (21246, "845453", 1, 0, 8), + (21247, "845453", 1, 0, 8), + (21248, "845453", 1, 0, 8), + (21249, "845453", 1, 0, 8), + (21250, "845453", 1, 0, 8), + (21251, "845453", 1, 0, 8), + (21252, "845453", 1, 0, 8), + (21253, "845453", 1, 0, 8), + (21254, "845104", 1, 0, 8), + (21255, "845104", 1, 0, 8), + (21256, "845104", 1, 0, 8), + (21257, "845104", 1, 0, 8), + (21258, "845104", 1, 0, 8), + (21259, "845104", 1, 0, 8), + (21260, "845104", 1, 0, 8), + (21261, "845104", 1, 0, 8), + (21262, "845104", 1, 0, 8), + (21263, "845104", 1, 0, 8), + (21264, "845104", 1, 0, 8), + (21265, "845104", 1, 0, 8), + (21266, "845104", 1, 0, 8), + (21267, "845104", 1, 0, 8), + (21268, "845104", 1, 0, 8), + (21269, "845104", 1, 0, 8), + (21270, "845104", 1, 0, 8), + (21271, "845306", 1, 0, 8), + (21272, "845306", 1, 0, 8), + (21273, "845306", 1, 0, 8), + (21274, "845306", 1, 0, 8), + (21275, "845306", 1, 0, 8), + (21276, "845306", 1, 0, 8), + (21277, "845306", 1, 0, 8), + (21278, "845454", 1, 0, 8), + (21279, "845454", 1, 0, 8), + (21280, "845454", 1, 0, 8), + (21281, "845454", 1, 0, 8), + (21282, "845454", 1, 0, 8), + (21283, "845454", 1, 0, 8), + (21284, "845454", 1, 0, 8), + (21285, "845454", 1, 0, 8), + (21286, "845454", 1, 0, 8), + (21287, "845454", 1, 0, 8), + (21288, "845454", 1, 0, 8), + (21289, "845454", 1, 0, 8), + (21290, "845454", 1, 0, 8), + (21291, "845454", 1, 0, 8), + (21292, "845454", 1, 0, 8), + (21293, "845454", 1, 0, 8), + (21294, "845454", 1, 0, 8), + (21295, "845454", 1, 0, 8), + (21296, "845455", 1, 0, 8), + (21297, "845455", 1, 0, 8), + (21298, "845455", 1, 0, 8), + (21299, "845455", 1, 0, 8), + (21300, "845455", 1, 0, 8), + (21301, "845455", 1, 0, 8), + (21302, "845455", 1, 0, 8), + (21303, "845455", 1, 0, 8), + (21304, "845455", 1, 0, 8), + (21305, "845455", 1, 0, 8), + (21306, "845455", 1, 0, 8), + (21307, "845455", 1, 0, 8), + (21308, "845455", 1, 0, 8), + (21309, "845455", 1, 0, 8), + (21310, "845455", 1, 0, 8), + (21311, "845455", 1, 0, 8), + (21312, "845455", 1, 0, 8), + (21313, "845105", 1, 0, 8), + (21314, "845105", 1, 0, 8), + (21315, "845105", 1, 0, 8), + (21316, "845105", 1, 0, 8), + (21317, "845105", 1, 0, 8), + (21318, "845105", 1, 0, 8), + (21319, "845105", 1, 0, 8), + (21320, "845105", 1, 0, 8), + (21321, "845105", 1, 0, 8), + (21322, "845105", 1, 0, 8), + (21323, "845105", 1, 0, 8), + (21324, "845105", 1, 0, 8), + (21325, "845105", 1, 0, 8), + (21326, "845105", 1, 0, 8), + (21327, "845105", 1, 0, 8), + (21328, "845105", 1, 0, 8), + (21329, "845438", 1, 0, 8), + (21330, "845438", 1, 0, 8), + (21331, "845438", 1, 0, 8), + (21332, "845438", 1, 0, 8), + (21333, "845438", 1, 0, 8), + (21334, "845438", 1, 0, 8), + (21335, "845438", 1, 0, 8), + (21336, "845438", 1, 0, 8), + (21337, "845438", 1, 0, 8), + (21338, "845438", 1, 0, 8), + (21339, "845438", 1, 0, 8), + (21340, "845438", 1, 0, 8), + (21341, "845438", 1, 0, 8), + (21342, "845438", 1, 0, 8), + (21343, "845438", 1, 0, 8), + (21344, "845438", 1, 0, 8), + (21345, "845438", 1, 0, 8), + (21346, "845438", 1, 0, 8), + (21347, "845438", 1, 0, 8), + (21348, "845438", 1, 0, 8), + (21349, "845438", 1, 0, 8), + (21350, "845106", 1, 0, 8), + (21351, "845106", 1, 0, 8), + (21352, "845106", 1, 0, 8), + (21353, "845106", 1, 0, 8), + (21354, "845106", 1, 0, 8), + (21355, "845106", 1, 0, 8), + (21356, "845106", 1, 0, 8), + (21357, "845106", 1, 0, 8), + (21358, "845106", 1, 0, 8), + (21359, "845106", 1, 0, 8), + (21360, "845106", 1, 0, 8), + (21361, "845106", 1, 0, 8), + (21362, "845106", 1, 0, 8), + (21363, "845106", 1, 0, 8), + (21364, "845106", 1, 0, 8), + (21365, "845103", 1, 0, 8), + (21366, "845103", 1, 0, 8), + (21367, "845103", 1, 0, 8), + (21368, "845103", 1, 0, 8), + (21369, "845307", 1, 0, 8), + (21370, "845307", 1, 0, 8), + (21371, "845307", 1, 0, 8), + (21372, "845307", 1, 0, 8), + (21373, "845307", 1, 0, 8), + (21374, "845307", 1, 0, 8), + (21375, "845307", 1, 0, 8), + (21376, "845307", 1, 0, 8), + (21377, "845307", 1, 0, 8), + (21378, "845307", 1, 0, 8), + (21379, "845307", 1, 0, 8), + (21380, "845307", 1, 0, 8), + (21381, "845307", 1, 0, 8), + (21382, "845307", 1, 0, 8), + (21383, "845307", 1, 0, 8), + (21384, "845107", 1, 0, 8), + (21385, "845107", 1, 0, 8), + (21386, "845107", 1, 0, 8), + (21387, "802212", 1, 0, 8), + (21388, "802212", 1, 0, 8), + (21389, "802212", 1, 0, 8), + (21390, "802212", 1, 0, 8), + (21391, "802212", 1, 0, 8), + (21392, "802212", 1, 0, 8), + (21393, "802212", 1, 0, 8), + (21394, "802212", 1, 0, 8), + (21395, "802212", 1, 0, 8), + (21396, "802212", 1, 0, 8), + (21397, "802212", 1, 0, 8), + (21398, "802212", 1, 0, 8), + (21399, "802212", 1, 0, 8), + (21400, "802212", 1, 0, 8), + (21401, "802212", 1, 0, 8), + (21402, "821104", 1, 0, 8), + (21403, "821104", 1, 0, 8), + (21404, "821104", 1, 0, 8), + (21405, "821104", 1, 0, 8), + (21406, "821104", 1, 0, 8), + (21407, "821301", 1, 0, 8), + (21408, "821301", 1, 0, 8), + (21409, "821301", 1, 0, 8), + (21410, "821301", 1, 0, 8), + (21411, "821301", 1, 0, 8), + (21412, "821301", 1, 0, 8), + (21413, "821301", 1, 0, 8), + (21414, "821301", 1, 0, 8), + (21415, "821302", 1, 0, 8), + (21416, "802211", 1, 0, 8), + (21417, "802211", 1, 0, 8), + (21418, "802211", 1, 0, 8), + (21419, "802211", 1, 0, 8), + (21420, "802211", 1, 0, 8), + (21421, "821304", 1, 0, 8), + (21422, "821304", 1, 0, 8), + (21423, "821304", 1, 0, 8), + (21424, "821304", 1, 0, 8), + (21425, "821304", 1, 0, 8), + (21426, "821304", 1, 0, 8), + (21427, "821304", 1, 0, 8), + (21428, "821304", 1, 0, 8), + (21429, "821101", 1, 0, 8), + (21430, "821101", 1, 0, 8), + (21431, "821101", 1, 0, 8), + (21432, "821101", 1, 0, 8), + (21433, "821101", 1, 0, 8), + (21434, "821101", 1, 0, 8), + (21435, "821101", 1, 0, 8), + (21436, "821101", 1, 0, 8), + (21437, "821101", 1, 0, 8), + (21438, "821101", 1, 0, 8), + (21439, "821101", 1, 0, 8), + (21440, "821102", 1, 0, 8), + (21441, "821102", 1, 0, 8), + (21442, "821102", 1, 0, 8), + (21443, "821102", 1, 0, 8), + (21444, "821102", 1, 0, 8), + (21445, "821102", 1, 0, 8), + (21446, "821102", 1, 0, 8), + (21447, "802212", 1, 0, 8), + (21448, "802212", 1, 0, 8), + (21449, "821106", 1, 0, 8), + (21450, "821106", 1, 0, 8), + (21451, "821106", 1, 0, 8), + (21452, "821106", 1, 0, 8), + (21453, "821106", 1, 0, 8), + (21454, "821106", 1, 0, 8), + (21455, "821106", 1, 0, 8), + (21456, "821106", 1, 0, 8), + (21457, "821106", 1, 0, 8), + (21458, "821106", 1, 0, 8), + (21459, "821106", 1, 0, 8), + (21460, "821106", 1, 0, 8), + (21461, "802215", 1, 0, 8), + (21462, "802215", 1, 0, 8), + (21463, "802215", 1, 0, 8), + (21464, "821308", 1, 0, 8), + (21465, "821308", 1, 0, 8), + (21466, "821309", 1, 0, 8), + (21467, "821309", 1, 0, 8), + (21468, "821309", 1, 0, 8), + (21469, "821309", 1, 0, 8), + (21470, "821309", 1, 0, 8), + (21471, "821309", 1, 0, 8), + (21472, "802216", 1, 0, 8), + (21473, "802217", 1, 0, 8), + (21474, "802217", 1, 0, 8), + (21475, "802217", 1, 0, 8), + (21476, "802217", 1, 0, 8), + (21477, "802217", 1, 0, 8), + (21478, "802217", 1, 0, 8), + (21479, "802217", 1, 0, 8), + (21480, "802217", 1, 0, 8), + (21481, "821108", 1, 0, 8), + (21482, "821108", 1, 0, 8), + (21483, "821108", 1, 0, 8), + (21484, "821108", 1, 0, 8), + (21485, "821108", 1, 0, 8), + (21486, "821108", 1, 0, 8), + (21487, "821108", 1, 0, 8), + (21488, "821108", 1, 0, 8), + (21489, "821104", 1, 0, 8), + (21490, "821104", 1, 0, 8), + (21491, "821104", 1, 0, 8), + (21492, "821104", 1, 0, 8), + (21493, "821104", 1, 0, 8), + (21494, "821103", 1, 0, 8), + (21495, "821103", 1, 0, 8), + (21496, "821103", 1, 0, 8), + (21497, "821103", 1, 0, 8), + (21498, "821305", 1, 0, 8), + (21499, "821305", 1, 0, 8), + (21500, "821305", 1, 0, 8), + (21501, "821305", 1, 0, 8), + (21502, "821305", 1, 0, 8), + (21503, "821305", 1, 0, 8), + (21504, "821305", 1, 0, 8), + (21505, "821305", 1, 0, 8), + (21506, "821306", 1, 0, 8), + (21507, "821306", 1, 0, 8), + (21508, "821306", 1, 0, 8), + (21509, "802226", 1, 0, 8), + (21510, "802213", 1, 0, 8), + (21511, "802213", 1, 0, 8), + (21512, "802213", 1, 0, 8), + (21513, "802213", 1, 0, 8), + (21514, "802213", 1, 0, 8), + (21515, "802213", 1, 0, 8), + (21516, "802213", 1, 0, 8), + (21517, "802213", 1, 0, 8), + (21518, "802213", 1, 0, 8), + (21519, "802213", 1, 0, 8), + (21520, "802213", 1, 0, 8), + (21521, "802213", 1, 0, 8), + (21522, "802213", 1, 0, 8), + (21523, "821105", 1, 0, 8), + (21524, "821105", 1, 0, 8), + (21525, "821105", 1, 0, 8), + (21526, "821105", 1, 0, 8), + (21527, "821105", 1, 0, 8), + (21528, "821105", 1, 0, 8), + (21529, "821105", 1, 0, 8), + (21530, "821105", 1, 0, 8), + (21531, "821105", 1, 0, 8), + (21532, "821105", 1, 0, 8), + (21533, "821105", 1, 0, 8), + (21534, "821105", 1, 0, 8), + (21535, "802215", 1, 0, 8), + (21536, "802215", 1, 0, 8), + (21537, "802215", 1, 0, 8), + (21538, "802215", 1, 0, 8), + (21539, "802215", 1, 0, 8), + (21540, "802215", 1, 0, 8), + (21541, "802215", 1, 0, 8), + (21542, "802215", 1, 0, 8), + (21543, "802215", 1, 0, 8), + (21544, "802215", 1, 0, 8), + (21545, "802215", 1, 0, 8), + (21546, "802215", 1, 0, 8), + (21547, "802215", 1, 0, 8), + (21548, "802215", 1, 0, 8), + (21549, "802215", 1, 0, 8), + (21550, "802215", 1, 0, 8), + (21551, "802215", 1, 0, 8), + (21552, "802215", 1, 0, 8), + (21553, "802214", 1, 0, 8), + (21554, "802214", 1, 0, 8), + (21555, "802214", 1, 0, 8), + (21556, "802214", 1, 0, 8), + (21557, "802214", 1, 0, 8), + (21558, "802214", 1, 0, 8), + (21559, "802214", 1, 0, 8), + (21560, "802214", 1, 0, 8), + (21561, "802214", 1, 0, 8), + (21562, "802214", 1, 0, 8), + (21563, "821106", 1, 0, 8), + (21564, "821106", 1, 0, 8), + (21565, "821106", 1, 0, 8), + (21566, "821106", 1, 0, 8), + (21567, "821106", 1, 0, 8), + (21568, "821108", 1, 0, 8), + (21569, "821108", 1, 0, 8), + (21570, "821108", 1, 0, 8), + (21571, "821108", 1, 0, 8), + (21572, "821108", 1, 0, 8), + (21573, "821108", 1, 0, 8), + (21574, "821108", 1, 0, 8), + (21575, "821108", 1, 0, 8), + (21576, "821108", 1, 0, 8), + (21577, "821108", 1, 0, 8), + (21578, "821108", 1, 0, 8), + (21579, "821108", 1, 0, 8), + (21580, "821108", 1, 0, 8), + (21581, "821109", 1, 0, 8), + (21582, "821109", 1, 0, 8), + (21583, "821109", 1, 0, 8), + (21584, "821109", 1, 0, 8), + (21585, "821109", 1, 0, 8), + (21586, "821109", 1, 0, 8), + (21587, "821109", 1, 0, 8), + (21588, "821109", 1, 0, 8), + (21589, "821109", 1, 0, 8), + (21590, "821109", 1, 0, 8), + (21591, "821109", 1, 0, 8), + (21592, "821109", 1, 0, 8), + (21593, "821109", 1, 0, 8), + (21594, "821109", 1, 0, 8), + (21595, "821109", 1, 0, 8), + (21596, "821109", 1, 0, 8), + (21597, "821109", 1, 0, 8), + (21598, "821109", 1, 0, 8), + (21599, "821109", 1, 0, 8), + (21600, "821109", 1, 0, 8), + (21601, "821109", 1, 0, 8), + (21602, "821109", 1, 0, 8), + (21603, "821109", 1, 0, 8), + (21604, "821109", 1, 0, 8), + (21605, "821107", 1, 0, 8), + (21606, "821107", 1, 0, 8), + (21607, "821107", 1, 0, 8), + (21608, "821107", 1, 0, 8), + (21609, "821107", 1, 0, 8), + (21610, "821107", 1, 0, 8), + (21611, "821107", 1, 0, 8), + (21612, "821107", 1, 0, 8), + (21613, "821107", 1, 0, 8), + (21614, "821107", 1, 0, 8), + (21615, "821107", 1, 0, 8), + (21616, "821107", 1, 0, 8), + (21617, "821112", 1, 0, 8), + (21618, "821112", 1, 0, 8), + (21619, "821112", 1, 0, 8), + (21620, "821112", 1, 0, 8), + (21621, "821112", 1, 0, 8), + (21622, "821112", 1, 0, 8), + (21623, "821112", 1, 0, 8), + (21624, "821112", 1, 0, 8), + (21625, "821310", 1, 0, 8), + (21626, "821310", 1, 0, 8), + (21627, "821310", 1, 0, 8), + (21628, "821310", 1, 0, 8), + (21629, "821310", 1, 0, 8), + (21630, "821310", 1, 0, 8), + (21631, "821310", 1, 0, 8), + (21632, "821310", 1, 0, 8), + (21633, "821310", 1, 0, 8), + (21634, "821310", 1, 0, 8), + (21635, "821310", 1, 0, 8), + (21636, "821310", 1, 0, 8), + (21637, "821310", 1, 0, 8), + (21638, "821310", 1, 0, 8), + (21639, "821310", 1, 0, 8), + (21640, "821310", 1, 0, 8), + (21641, "821310", 1, 0, 8), + (21642, "802218", 1, 0, 8), + (21643, "802218", 1, 0, 8), + (21644, "802218", 1, 0, 8), + (21645, "802218", 1, 0, 8), + (21646, "802218", 1, 0, 8), + (21647, "802218", 1, 0, 8), + (21648, "802218", 1, 0, 8), + (21649, "802218", 1, 0, 8), + (21650, "802218", 1, 0, 8), + (21651, "802218", 1, 0, 8), + (21652, "802218", 1, 0, 8), + (21653, "802132", 1, 0, 8), + (21654, "802132", 1, 0, 8), + (21655, "802132", 1, 0, 8), + (21656, "802132", 1, 0, 8), + (21657, "802132", 1, 0, 8), + (21658, "802132", 1, 0, 8), + (21659, "802132", 1, 0, 8), + (21660, "802132", 1, 0, 8), + (21661, "802132", 1, 0, 8), + (21662, "802132", 1, 0, 8), + (21663, "821110", 1, 0, 8), + (21664, "821110", 1, 0, 8), + (21665, "821110", 1, 0, 8), + (21666, "821110", 1, 0, 8), + (21667, "821110", 1, 0, 8), + (21668, "821110", 1, 0, 8), + (21669, "821110", 1, 0, 8), + (21670, "821110", 1, 0, 8), + (21671, "821110", 1, 0, 8), + (21672, "802219", 1, 0, 8), + (21673, "802219", 1, 0, 8), + (21674, "802219", 1, 0, 8), + (21675, "802219", 1, 0, 8), + (21676, "802219", 1, 0, 8), + (21677, "802219", 1, 0, 8), + (21678, "821311", 1, 0, 8), + (21679, "821311", 1, 0, 8), + (21680, "802220", 1, 0, 8), + (21681, "802220", 1, 0, 8), + (21682, "802220", 1, 0, 8), + (21683, "802220", 1, 0, 8), + (21684, "802220", 1, 0, 8), + (21685, "802220", 1, 0, 8), + (21686, "802220", 1, 0, 8), + (21687, "802220", 1, 0, 8), + (21688, "821111", 1, 0, 8), + (21689, "821111", 1, 0, 8), + (21690, "821111", 1, 0, 8), + (21691, "821111", 1, 0, 8), + (21692, "821111", 1, 0, 8), + (21693, "821111", 1, 0, 8), + (21694, "802221", 1, 0, 8), + (21695, "821113", 1, 0, 8), + (21696, "821113", 1, 0, 8), + (21697, "821113", 1, 0, 8), + (21698, "821113", 1, 0, 8), + (21699, "821113", 1, 0, 8), + (21700, "821113", 1, 0, 8), + (21701, "821113", 1, 0, 8), + (21702, "821113", 1, 0, 8), + (21703, "821113", 1, 0, 8), + (21704, "821113", 1, 0, 8), + (21705, "821113", 1, 0, 8), + (21706, "821113", 1, 0, 8), + (21707, "821113", 1, 0, 8), + (21708, "821113", 1, 0, 8), + (21709, "821113", 1, 0, 8), + (21710, "821113", 1, 0, 8), + (21711, "821113", 1, 0, 8), + (21712, "821113", 1, 0, 8), + (21713, "821113", 1, 0, 8), + (21714, "821113", 1, 0, 8), + (21715, "821113", 1, 0, 8), + (21716, "821312", 1, 0, 8), + (21717, "821312", 1, 0, 8), + (21718, "821312", 1, 0, 8), + (21719, "821312", 1, 0, 8), + (21720, "821312", 1, 0, 8), + (21721, "821312", 1, 0, 8), + (21722, "821312", 1, 0, 8), + (21723, "852111", 1, 0, 8), + (21724, "852122", 1, 0, 8), + (21725, "854339", 1, 0, 8), + (21726, "854339", 1, 0, 8), + (21727, "854339", 1, 0, 8), + (21728, "854339", 1, 0, 8), + (21729, "854339", 1, 0, 8), + (21730, "852109", 1, 0, 8), + (21731, "852109", 1, 0, 8), + (21732, "852109", 1, 0, 8), + (21733, "852110", 1, 0, 8), + (21734, "852110", 1, 0, 8), + (21735, "852110", 1, 0, 8), + (21736, "852110", 1, 0, 8), + (21737, "852110", 1, 0, 8), + (21738, "852110", 1, 0, 8), + (21739, "852110", 1, 0, 8), + (21740, "852111", 1, 0, 8), + (21741, "852111", 1, 0, 8), + (21742, "852111", 1, 0, 8), + (21743, "852111", 1, 0, 8), + (21744, "852215", 1, 0, 8), + (21745, "852215", 1, 0, 8), + (21746, "852215", 1, 0, 8), + (21747, "852215", 1, 0, 8), + (21748, "852215", 1, 0, 8), + (21749, "852215", 1, 0, 8), + (21750, "852125", 1, 0, 8), + (21751, "852125", 1, 0, 8), + (21752, "852125", 1, 0, 8), + (21753, "852125", 1, 0, 8), + (21754, "852125", 1, 0, 8), + (21755, "852125", 1, 0, 8), + (21756, "852130", 1, 0, 8), + (21757, "852130", 1, 0, 8), + (21758, "852130", 1, 0, 8), + (21759, "852131", 1, 0, 8), + (21760, "852131", 1, 0, 8), + (21761, "852131", 1, 0, 8), + (21762, "852131", 1, 0, 8), + (21763, "852131", 1, 0, 8), + (21764, "852131", 1, 0, 8), + (21765, "852131", 1, 0, 8), + (21766, "852131", 1, 0, 8), + (21767, "852131", 1, 0, 8), + (21768, "852131", 1, 0, 8), + (21769, "852131", 1, 0, 8), + (21770, "852131", 1, 0, 8), + (21771, "852131", 1, 0, 8), + (21772, "852131", 1, 0, 8), + (21773, "852131", 1, 0, 8), + (21774, "852131", 1, 0, 8), + (21775, "852131", 1, 0, 8), + (21776, "852131", 1, 0, 8), + (21777, "852131", 1, 0, 8), + (21778, "852131", 1, 0, 8), + (21779, "852138", 1, 0, 8), + (21780, "852138", 1, 0, 8), + (21781, "852138", 1, 0, 8), + (21782, "852138", 1, 0, 8), + (21783, "852138", 1, 0, 8), + (21784, "852138", 1, 0, 8), + (21785, "852138", 1, 0, 8), + (21786, "852138", 1, 0, 8), + (21787, "852138", 1, 0, 8), + (21788, "852138", 1, 0, 8), + (21789, "852126", 1, 0, 8), + (21790, "852126", 1, 0, 8), + (21791, "852126", 1, 0, 8), + (21792, "852126", 1, 0, 8), + (21793, "852126", 1, 0, 8), + (21794, "852126", 1, 0, 8), + (21795, "852126", 1, 0, 8), + (21796, "852221", 1, 0, 8), + (21797, "852221", 1, 0, 8), + (21798, "852221", 1, 0, 8), + (21799, "852221", 1, 0, 8), + (21800, "852221", 1, 0, 8), + (21801, "852221", 1, 0, 8), + (21802, "852221", 1, 0, 8), + (21803, "852221", 1, 0, 8), + (21804, "852221", 1, 0, 8), + (21805, "852221", 1, 0, 8), + (21806, "852221", 1, 0, 8), + (21807, "852101", 1, 0, 8), + (21808, "852101", 1, 0, 8), + (21809, "852101", 1, 0, 8), + (21810, "852101", 1, 0, 8), + (21811, "852101", 1, 0, 8), + (21812, "852101", 1, 0, 8), + (21813, "852101", 1, 0, 8), + (21814, "852101", 1, 0, 8), + (21815, "852101", 1, 0, 8), + (21816, "852101", 1, 0, 8), + (21817, "852101", 1, 0, 8), + (21818, "852101", 1, 0, 8), + (21819, "852101", 1, 0, 8), + (21820, "852101", 1, 0, 8), + (21821, "852101", 1, 0, 8), + (21822, "852101", 1, 0, 8), + (21823, "852217", 1, 0, 8), + (21824, "852217", 1, 0, 8), + (21825, "852217", 1, 0, 8), + (21826, "852217", 1, 0, 8), + (21827, "852217", 1, 0, 8), + (21828, "852217", 1, 0, 8), + (21829, "852217", 1, 0, 8), + (21830, "852217", 1, 0, 8), + (21831, "852217", 1, 0, 8), + (21832, "852217", 1, 0, 8), + (21833, "852217", 1, 0, 8), + (21834, "852217", 1, 0, 8), + (21835, "852217", 1, 0, 8), + (21836, "852217", 1, 0, 8), + (21837, "852113", 1, 0, 8), + (21838, "852113", 1, 0, 8), + (21839, "852113", 1, 0, 8), + (21840, "852113", 1, 0, 8), + (21841, "852113", 1, 0, 8), + (21842, "852212", 1, 0, 8), + (21843, "852107", 1, 0, 8), + (21844, "852122", 1, 0, 8), + (21845, "852129", 1, 0, 8), + (21846, "852108", 1, 0, 8), + (21847, "852212", 1, 0, 8), + (21848, "852106", 1, 0, 8), + (21849, "852106", 1, 0, 8), + (21850, "852106", 1, 0, 8), + (21851, "852106", 1, 0, 8), + (21852, "852106", 1, 0, 8), + (21853, "852106", 1, 0, 8), + (21854, "852106", 1, 0, 8), + (21855, "852106", 1, 0, 8), + (21856, "852106", 1, 0, 8), + (21857, "852106", 1, 0, 8), + (21858, "852106", 1, 0, 8), + (21859, "852106", 1, 0, 8), + (21860, "852106", 1, 0, 8), + (21861, "852202", 1, 0, 8), + (21862, "852202", 1, 0, 8), + (21863, "852202", 1, 0, 8), + (21864, "852202", 1, 0, 8), + (21865, "852202", 1, 0, 8), + (21866, "852202", 1, 0, 8), + (21867, "852202", 1, 0, 8), + (21868, "852202", 1, 0, 8), + (21869, "852202", 1, 0, 8), + (21870, "852202", 1, 0, 8), + (21871, "852221", 1, 0, 8), + (21872, "852221", 1, 0, 8), + (21873, "852216", 1, 0, 8), + (21874, "852216", 1, 0, 8), + (21875, "852216", 1, 0, 8), + (21876, "852216", 1, 0, 8), + (21877, "852216", 1, 0, 8), + (21878, "852216", 1, 0, 8), + (21879, "852216", 1, 0, 8), + (21880, "852216", 1, 0, 8), + (21881, "852123", 1, 0, 8), + (21882, "852123", 1, 0, 8), + (21883, "852123", 1, 0, 8), + (21884, "852123", 1, 0, 8), + (21885, "852123", 1, 0, 8), + (21886, "852123", 1, 0, 8), + (21887, "852126", 1, 0, 8), + (21888, "852129", 1, 0, 8), + (21889, "852129", 1, 0, 8), + (21890, "852129", 1, 0, 8), + (21891, "852129", 1, 0, 8), + (21892, "852129", 1, 0, 8), + (21893, "852129", 1, 0, 8), + (21894, "852129", 1, 0, 8), + (21895, "852202", 1, 0, 8), + (21896, "852202", 1, 0, 8), + (21897, "852202", 1, 0, 8), + (21898, "852202", 1, 0, 8), + (21899, "852202", 1, 0, 8), + (21900, "852202", 1, 0, 8), + (21901, "852202", 1, 0, 8), + (21902, "852219", 1, 0, 8), + (21903, "852219", 1, 0, 8), + (21904, "852219", 1, 0, 8), + (21905, "852219", 1, 0, 8), + (21906, "852219", 1, 0, 8), + (21907, "852219", 1, 0, 8), + (21908, "852219", 1, 0, 8), + (21909, "852219", 1, 0, 8), + (21910, "852219", 1, 0, 8), + (21911, "852219", 1, 0, 8), + (21912, "852219", 1, 0, 8), + (21913, "852219", 1, 0, 8), + (21914, "852219", 1, 0, 8), + (21915, "852219", 1, 0, 8), + (21916, "852219", 1, 0, 8), + (21917, "852219", 1, 0, 8), + (21918, "852219", 1, 0, 8), + (21919, "852219", 1, 0, 8), + (21920, "852219", 1, 0, 8), + (21921, "852219", 1, 0, 8), + (21922, "852220", 1, 0, 8), + (21923, "852220", 1, 0, 8), + (21924, "852220", 1, 0, 8), + (21925, "852220", 1, 0, 8), + (21926, "852116", 1, 0, 8), + (21927, "852116", 1, 0, 8), + (21928, "852213", 1, 0, 8), + (21929, "852213", 1, 0, 8), + (21930, "852213", 1, 0, 8), + (21931, "852213", 1, 0, 8), + (21932, "852213", 1, 0, 8), + (21933, "852213", 1, 0, 8), + (21934, "852213", 1, 0, 8), + (21935, "852213", 1, 0, 8), + (21936, "852220", 1, 0, 8), + (21937, "852220", 1, 0, 8), + (21938, "852220", 1, 0, 8), + (21939, "852121", 1, 0, 8), + (21940, "852121", 1, 0, 8), + (21941, "852121", 1, 0, 8), + (21942, "852121", 1, 0, 8), + (21943, "852115", 1, 0, 8), + (21944, "852115", 1, 0, 8), + (21945, "852115", 1, 0, 8), + (21946, "852115", 1, 0, 8), + (21947, "852115", 1, 0, 8), + (21948, "852115", 1, 0, 8), + (21949, "852115", 1, 0, 8), + (21950, "852115", 1, 0, 8), + (21951, "852115", 1, 0, 8), + (21952, "852122", 1, 0, 8), + (21953, "852122", 1, 0, 8), + (21954, "852122", 1, 0, 8), + (21955, "852122", 1, 0, 8), + (21956, "852122", 1, 0, 8), + (21957, "852122", 1, 0, 8), + (21958, "852122", 1, 0, 8), + (21959, "852122", 1, 0, 8), + (21960, "852122", 1, 0, 8), + (21961, "852122", 1, 0, 8), + (21962, "852122", 1, 0, 8), + (21963, "852122", 1, 0, 8), + (21964, "852122", 1, 0, 8), + (21965, "852122", 1, 0, 8), + (21966, "852122", 1, 0, 8), + (21967, "852122", 1, 0, 8), + (21968, "852122", 1, 0, 8), + (21969, "852137", 1, 0, 8), + (21970, "852137", 1, 0, 8), + (21971, "852137", 1, 0, 8), + (21972, "852137", 1, 0, 8), + (21973, "852137", 1, 0, 8), + (21974, "852137", 1, 0, 8), + (21975, "852137", 1, 0, 8), + (21976, "852137", 1, 0, 8), + (21977, "852137", 1, 0, 8), + (21978, "852137", 1, 0, 8), + (21979, "852137", 1, 0, 8), + (21980, "852137", 1, 0, 8), + (21981, "852107", 1, 0, 8), + (21982, "852107", 1, 0, 8), + (21983, "852107", 1, 0, 8), + (21984, "852107", 1, 0, 8), + (21985, "852107", 1, 0, 8), + (21986, "852107", 1, 0, 8), + (21987, "852107", 1, 0, 8), + (21988, "852112", 1, 0, 8), + (21989, "852112", 1, 0, 8), + (21990, "852112", 1, 0, 8), + (21991, "852112", 1, 0, 8), + (21992, "852112", 1, 0, 8), + (21993, "852112", 1, 0, 8), + (21994, "852112", 1, 0, 8), + (21995, "852112", 1, 0, 8), + (21996, "852112", 1, 0, 8), + (21997, "852112", 1, 0, 8), + (21998, "852112", 1, 0, 8), + (21999, "852112", 1, 0, 8), + (22000, "852112", 1, 0, 8), + (22001, "852112", 1, 0, 8), + (22002, "852112", 1, 0, 8), + (22003, "852114", 1, 0, 8), + (22004, "852114", 1, 0, 8), + (22005, "852114", 1, 0, 8), + (22006, "852114", 1, 0, 8), + (22007, "852114", 1, 0, 8), + (22008, "852114", 1, 0, 8), + (22009, "852114", 1, 0, 8), + (22010, "852114", 1, 0, 8), + (22011, "852114", 1, 0, 8), + (22012, "852114", 1, 0, 8), + (22013, "852114", 1, 0, 8), + (22014, "852114", 1, 0, 8), + (22015, "852114", 1, 0, 8), + (22016, "852128", 1, 0, 8), + (22017, "852132", 1, 0, 8), + (22018, "852128", 1, 0, 8), + (22019, "852128", 1, 0, 8), + (22020, "852128", 1, 0, 8), + (22021, "852128", 1, 0, 8), + (22022, "852132", 1, 0, 8), + (22023, "852128", 1, 0, 8), + (22024, "852128", 1, 0, 8), + (22025, "852128", 1, 0, 8), + (22026, "852132", 1, 0, 8), + (22027, "852128", 1, 0, 8), + (22028, "852128", 1, 0, 8), + (22029, "852132", 1, 0, 8), + (22030, "852132", 1, 0, 8), + (22031, "852128", 1, 0, 8), + (22032, "852132", 1, 0, 8), + (22033, "852128", 1, 0, 8), + (22034, "852128", 1, 0, 8), + (22035, "852132", 1, 0, 8), + (22036, "852128", 1, 0, 8), + (22037, "852128", 1, 0, 8), + (22038, "852128", 1, 0, 8), + (22039, "852128", 1, 0, 8), + (22040, "852128", 1, 0, 8), + (22041, "852218", 1, 0, 8), + (22042, "852218", 1, 0, 8), + (22043, "852218", 1, 0, 8), + (22044, "852218", 1, 0, 8), + (22045, "852218", 1, 0, 8), + (22046, "852218", 1, 0, 8), + (22047, "852218", 1, 0, 8), + (22048, "852218", 1, 0, 8), + (22049, "852218", 1, 0, 8), + (22050, "852218", 1, 0, 8), + (22051, "852218", 1, 0, 8), + (22052, "852111", 1, 0, 8), + (22053, "852215", 1, 0, 8), + (22054, "852109", 1, 0, 8), + (22055, "852111", 1, 0, 8), + (22056, "852111", 1, 0, 8), + (22057, "852111", 1, 0, 8), + (22058, "852109", 1, 0, 8), + (22059, "852109", 1, 0, 8), + (22060, "852215", 1, 0, 8), + (22061, "852215", 1, 0, 8), + (22062, "852215", 1, 0, 8), + (22063, "852215", 1, 0, 8), + (22064, "852218", 1, 0, 8), + (22065, "852139", 1, 0, 8), + (22066, "852139", 1, 0, 8), + (22067, "852139", 1, 0, 8), + (22068, "852139", 1, 0, 8), + (22069, "852139", 1, 0, 8), + (22070, "852139", 1, 0, 8), + (22071, "852139", 1, 0, 8), + (22072, "852139", 1, 0, 8), + (22073, "852139", 1, 0, 8), + (22074, "852139", 1, 0, 8), + (22075, "852139", 1, 0, 8), + (22076, "852139", 1, 0, 8), + (22077, "852139", 1, 0, 8), + (22078, "852139", 1, 0, 8), + (22079, "852108", 1, 0, 8), + (22080, "852108", 1, 0, 8), + (22081, "852108", 1, 0, 8), + (22082, "852108", 1, 0, 8), + (22083, "852108", 1, 0, 8), + (22084, "852108", 1, 0, 8), + (22085, "852108", 1, 0, 8), + (22086, "852108", 1, 0, 8), + (22087, "852214", 1, 0, 8), + (22088, "852214", 1, 0, 8), + (22089, "852214", 1, 0, 8), + (22090, "852214", 1, 0, 8), + (22091, "852214", 1, 0, 8), + (22092, "852214", 1, 0, 8), + (22093, "852214", 1, 0, 8), + (22094, "852214", 1, 0, 8), + (22095, "852214", 1, 0, 8), + (22096, "852214", 1, 0, 8), + (22097, "852214", 1, 0, 8), + (22098, "852214", 1, 0, 8), + (22099, "852214", 1, 0, 8), + (22100, "852214", 1, 0, 8), + (22101, "852128", 1, 0, 8), + (22102, "852132", 1, 0, 8), + (22103, "852132", 1, 0, 8), + (22104, "852128", 1, 0, 8), + (22105, "852128", 1, 0, 8), + (22106, "852215", 1, 0, 8), + (22107, "852111", 1, 0, 8), + (22108, "852215", 1, 0, 8), + (22109, "852125", 1, 0, 8), + (22110, "852125", 1, 0, 8), + (22111, "848114", 1, 0, 8), + (22112, "848117", 1, 0, 8), + (22113, "848302", 1, 0, 8), + (22114, "848302", 1, 0, 8), + (22115, "848302", 1, 0, 8), + (22116, "848302", 1, 0, 8), + (22117, "848302", 1, 0, 8), + (22118, "848506", 1, 0, 8), + (22119, "848506", 1, 0, 8), + (22120, "848506", 1, 0, 8), + (22121, "848506", 1, 0, 8), + (22122, "848506", 1, 0, 8), + (22123, "848506", 1, 0, 8), + (22124, "848506", 1, 0, 8), + (22125, "848506", 1, 0, 8), + (22126, "848207", 1, 0, 8), + (22127, "848207", 1, 0, 8), + (22128, "848207", 1, 0, 8), + (22129, "848207", 1, 0, 8), + (22130, "848207", 1, 0, 8), + (22131, "848207", 1, 0, 8), + (22132, "848207", 1, 0, 8), + (22133, "848207", 1, 0, 8), + (22134, "848207", 1, 0, 8), + (22135, "848207", 1, 0, 8), + (22136, "848207", 1, 0, 8), + (22137, "848207", 1, 0, 8), + (22138, "848207", 1, 0, 8), + (22139, "848117", 1, 0, 8), + (22140, "848117", 1, 0, 8), + (22141, "848117", 1, 0, 8), + (22142, "848117", 1, 0, 8), + (22143, "848117", 1, 0, 8), + (22144, "848117", 1, 0, 8), + (22145, "848117", 1, 0, 8), + (22146, "848117", 1, 0, 8), + (22147, "848117", 1, 0, 8), + (22148, "848117", 1, 0, 8), + (22149, "848117", 1, 0, 8), + (22150, "848134", 1, 0, 8), + (22151, "848134", 1, 0, 8), + (22152, "848134", 1, 0, 8), + (22153, "848134", 1, 0, 8), + (22154, "848134", 1, 0, 8), + (22155, "848134", 1, 0, 8), + (22156, "848134", 1, 0, 8), + (22157, "848134", 1, 0, 8), + (22158, "848134", 1, 0, 8), + (22159, "848134", 1, 0, 8), + (22160, "848134", 1, 0, 8), + (22161, "848160", 1, 0, 8), + (22162, "848160", 1, 0, 8), + (22163, "848160", 1, 0, 8), + (22164, "848160", 1, 0, 8), + (22165, "848160", 1, 0, 8), + (22166, "848160", 1, 0, 8), + (22167, "848302", 1, 0, 8), + (22168, "848302", 1, 0, 8), + (22169, "848501", 1, 0, 8), + (22170, "848114", 1, 0, 8), + (22171, "848114", 1, 0, 8), + (22172, "848114", 1, 0, 8), + (22173, "848114", 1, 0, 8), + (22174, "848114", 1, 0, 8), + (22175, "848114", 1, 0, 8), + (22176, "848114", 1, 0, 8), + (22177, "848115", 1, 0, 8), + (22178, "848115", 1, 0, 8), + (22179, "848115", 1, 0, 8), + (22180, "848115", 1, 0, 8), + (22181, "848115", 1, 0, 8), + (22182, "848115", 1, 0, 8), + (22183, "848115", 1, 0, 8), + (22184, "848205", 1, 0, 8), + (22185, "848205", 1, 0, 8), + (22186, "848205", 1, 0, 8), + (22187, "848205", 1, 0, 8), + (22188, "848205", 1, 0, 8), + (22189, "848205", 1, 0, 8), + (22190, "848205", 1, 0, 8), + (22191, "848205", 1, 0, 8), + (22192, "848117", 1, 0, 8), + (22193, "848117", 1, 0, 8), + (22194, "848117", 1, 0, 8), + (22195, "848117", 1, 0, 8), + (22196, "848117", 1, 0, 8), + (22197, "848117", 1, 0, 8), + (22198, "848117", 1, 0, 8), + (22199, "848117", 1, 0, 8), + (22200, "848301", 1, 0, 8), + (22201, "848206", 1, 0, 8), + (22202, "848206", 1, 0, 8), + (22203, "848206", 1, 0, 8), + (22204, "848206", 1, 0, 8), + (22205, "848206", 1, 0, 8), + (22206, "848206", 1, 0, 8), + (22207, "848122", 1, 0, 8), + (22208, "848122", 1, 0, 8), + (22209, "848122", 1, 0, 8), + (22210, "848122", 1, 0, 8), + (22211, "848122", 1, 0, 8), + (22212, "848208", 1, 0, 8), + (22213, "848208", 1, 0, 8), + (22214, "848208", 1, 0, 8), + (22215, "848208", 1, 0, 8), + (22216, "848208", 1, 0, 8), + (22217, "848208", 1, 0, 8), + (22218, "848211", 1, 0, 8), + (22219, "848211", 1, 0, 8), + (22220, "848211", 1, 0, 8), + (22221, "848211", 1, 0, 8), + (22222, "848211", 1, 0, 8), + (22223, "848211", 1, 0, 8), + (22224, "848211", 1, 0, 8), + (22225, "848211", 1, 0, 8), + (22226, "848211", 1, 0, 8), + (22227, "848102", 1, 0, 8), + (22228, "848102", 1, 0, 8), + (22229, "848102", 1, 0, 8), + (22230, "848102", 1, 0, 8), + (22231, "848504", 1, 0, 8), + (22232, "848504", 1, 0, 8), + (22233, "848504", 1, 0, 8), + (22234, "848504", 1, 0, 8), + (22235, "848504", 1, 0, 8), + (22236, "848504", 1, 0, 8), + (22237, "848504", 1, 0, 8), + (22238, "848504", 1, 0, 8), + (22239, "848504", 1, 0, 8), + (22240, "848504", 1, 0, 8), + (22241, "848504", 1, 0, 8), + (22242, "848504", 1, 0, 8), + (22243, "848505", 1, 0, 8), + (22244, "848505", 1, 0, 8), + (22245, "848505", 1, 0, 8), + (22246, "848505", 1, 0, 8), + (22247, "848505", 1, 0, 8), + (22248, "848505", 1, 0, 8), + (22249, "848505", 1, 0, 8), + (22250, "848505", 1, 0, 8), + (22251, "848505", 1, 0, 8), + (22252, "848505", 1, 0, 8), + (22253, "848505", 1, 0, 8), + (22254, "848505", 1, 0, 8), + (22255, "848505", 1, 0, 8), + (22256, "848125", 1, 0, 8), + (22257, "848125", 1, 0, 8), + (22258, "848125", 1, 0, 8), + (22259, "848125", 1, 0, 8), + (22260, "848125", 1, 0, 8), + (22261, "848125", 1, 0, 8), + (22262, "848125", 1, 0, 8), + (22263, "848125", 1, 0, 8), + (22264, "848125", 1, 0, 8), + (22265, "848125", 1, 0, 8), + (22266, "848125", 1, 0, 8), + (22267, "848125", 1, 0, 8), + (22268, "848125", 1, 0, 8), + (22269, "848210", 1, 0, 8), + (22270, "848210", 1, 0, 8), + (22271, "848210", 1, 0, 8), + (22272, "848210", 1, 0, 8), + (22273, "848210", 1, 0, 8), + (22274, "848210", 1, 0, 8), + (22275, "848210", 1, 0, 8), + (22276, "848210", 1, 0, 8), + (22277, "848210", 1, 0, 8), + (22278, "848210", 1, 0, 8), + (22279, "848210", 1, 0, 8), + (22280, "848210", 1, 0, 8), + (22281, "848210", 1, 0, 8), + (22282, "848210", 1, 0, 8), + (22283, "848209", 1, 0, 8), + (22284, "848209", 1, 0, 8), + (22285, "848209", 1, 0, 8), + (22286, "848209", 1, 0, 8), + (22287, "848209", 1, 0, 8), + (22288, "848209", 1, 0, 8), + (22289, "848209", 1, 0, 8), + (22290, "848209", 1, 0, 8), + (22291, "848209", 1, 0, 8), + (22292, "848209", 1, 0, 8), + (22293, "848209", 1, 0, 8), + (22294, "848209", 1, 0, 8), + (22295, "848209", 1, 0, 8), + (22296, "848209", 1, 0, 8), + (22297, "848209", 1, 0, 8), + (22298, "848209", 1, 0, 8), + (22299, "848209", 1, 0, 8), + (22300, "848209", 1, 0, 8), + (22301, "848209", 1, 0, 8), + (22302, "848209", 1, 0, 8), + (22303, "848209", 1, 0, 8), + (22304, "848209", 1, 0, 8), + (22305, "848209", 1, 0, 8), + (22306, "848209", 1, 0, 8), + (22307, "848236", 1, 0, 8), + (22308, "848236", 1, 0, 8), + (22309, "848236", 1, 0, 8), + (22310, "848236", 1, 0, 8), + (22311, "848236", 1, 0, 8), + (22312, "848236", 1, 0, 8), + (22313, "848236", 1, 0, 8), + (22314, "848236", 1, 0, 8), + (22315, "848236", 1, 0, 8), + (22316, "848127", 1, 0, 8), + (22317, "848127", 1, 0, 8), + (22318, "848127", 1, 0, 8), + (22319, "848127", 1, 0, 8), + (22320, "848127", 1, 0, 8), + (22321, "848127", 1, 0, 8), + (22322, "848127", 1, 0, 8), + (22323, "848127", 1, 0, 8), + (22324, "848127", 1, 0, 8), + (22325, "848127", 1, 0, 8), + (22326, "848130", 1, 0, 8), + (22327, "848130", 1, 0, 8), + (22328, "848130", 1, 0, 8), + (22329, "848130", 1, 0, 8), + (22330, "848130", 1, 0, 8), + (22331, "848130", 1, 0, 8), + (22332, "848130", 1, 0, 8), + (22333, "848130", 1, 0, 8), + (22334, "848130", 1, 0, 8), + (22335, "848132", 1, 0, 8), + (22336, "848132", 1, 0, 8), + (22337, "848132", 1, 0, 8), + (22338, "848132", 1, 0, 8), + (22339, "848132", 1, 0, 8), + (22340, "848132", 1, 0, 8), + (22341, "848132", 1, 0, 8), + (22342, "848132", 1, 0, 8), + (22343, "848132", 1, 0, 8), + (22344, "848132", 1, 0, 8), + (22345, "848132", 1, 0, 8), + (22346, "848132", 1, 0, 8), + (22347, "848132", 1, 0, 8), + (22348, "848132", 1, 0, 8), + (22349, "848503", 1, 0, 8), + (22350, "848503", 1, 0, 8), + (22351, "848503", 1, 0, 8), + (22352, "848503", 1, 0, 8), + (22353, "848503", 1, 0, 8), + (22354, "848503", 1, 0, 8), + (22355, "848503", 1, 0, 8), + (22356, "848503", 1, 0, 8), + (22357, "848503", 1, 0, 8), + (22358, "848503", 1, 0, 8), + (22359, "848503", 1, 0, 8), + (22360, "848131", 1, 0, 8), + (22361, "848131", 1, 0, 8), + (22362, "848131", 1, 0, 8), + (22363, "848131", 1, 0, 8), + (22364, "848133", 1, 0, 8), + (22365, "848133", 1, 0, 8), + (22366, "848133", 1, 0, 8), + (22367, "848133", 1, 0, 8), + (22368, "848213", 1, 0, 8), + (22369, "848213", 1, 0, 8), + (22370, "848213", 1, 0, 8), + (22371, "848213", 1, 0, 8), + (22372, "848207", 1, 0, 8), + (22373, "848216", 1, 0, 8), + (22374, "848216", 1, 0, 8), + (22375, "848113", 1, 0, 8), + (22376, "848113", 1, 0, 8), + (22377, "848113", 1, 0, 8), + (22378, "848113", 1, 0, 8), + (22379, "848113", 1, 0, 8), + (22380, "848114", 1, 0, 8), + (22381, "848114", 1, 0, 8), + (22382, "848114", 1, 0, 8), + (22383, "848114", 1, 0, 8), + (22384, "848114", 1, 0, 8), + (22385, "848114", 1, 0, 8), + (22386, "848114", 1, 0, 8), + (22387, "848114", 1, 0, 8), + (22388, "848114", 1, 0, 8), + (22389, "848114", 1, 0, 8), + (22390, "848114", 1, 0, 8), + (22391, "848114", 1, 0, 8), + (22392, "848114", 1, 0, 8), + (22393, "848114", 1, 0, 8), + (22394, "848114", 1, 0, 8), + (22395, "848114", 1, 0, 8), + (22396, "848114", 1, 0, 8), + (22397, "848114", 1, 0, 8), + (22398, "848114", 1, 0, 8), + (22399, "848501", 1, 0, 8), + (22400, "848501", 1, 0, 8), + (22401, "848501", 1, 0, 8), + (22402, "848501", 1, 0, 8), + (22403, "848501", 1, 0, 8), + (22404, "848501", 1, 0, 8), + (22405, "848501", 1, 0, 8), + (22406, "848501", 1, 0, 8), + (22407, "848501", 1, 0, 8), + (22408, "848501", 1, 0, 8), + (22409, "848502", 1, 0, 8), + (22410, "848502", 1, 0, 8), + (22411, "848502", 1, 0, 8), + (22412, "848502", 1, 0, 8), + (22413, "848502", 1, 0, 8), + (22414, "848502", 1, 0, 8), + (22415, "848502", 1, 0, 8), + (22416, "848502", 1, 0, 8), + (22417, "848502", 1, 0, 8), + (22418, "848121", 1, 0, 8), + (22419, "848121", 1, 0, 8), + (22420, "848121", 1, 0, 8), + (22421, "848211", 1, 0, 8), + (22422, "848302", 1, 0, 8), + (22423, "848302", 1, 0, 8), + (22424, "848301", 1, 0, 8), + (22425, "848301", 1, 0, 8), + (22426, "848301", 1, 0, 8), + (22427, "848301", 1, 0, 8), + (22428, "848213", 1, 0, 8), + (22429, "848213", 1, 0, 8), + (22430, "848213", 1, 0, 8), + (22431, "848213", 1, 0, 8), + (22432, "848213", 1, 0, 8), + (22433, "848213", 1, 0, 8), + (22434, "848213", 1, 0, 8), + (22435, "848213", 1, 0, 8), + (22436, "848213", 1, 0, 8), + (22437, "848129", 1, 0, 8), + (22438, "848129", 1, 0, 8), + (22439, "848129", 1, 0, 8), + (22440, "848101", 1, 0, 8), + (22441, "848101", 1, 0, 8), + (22442, "848101", 1, 0, 8), + (22443, "848101", 1, 0, 8), + (22444, "848101", 1, 0, 8), + (22445, "848101", 1, 0, 8), + (22446, "848101", 1, 0, 8), + (22447, "848101", 1, 0, 8), + (22448, "848101", 1, 0, 8), + (22449, "848101", 1, 0, 8), + (22450, "848101", 1, 0, 8), + (22451, "848101", 1, 0, 8), + (22452, "848101", 1, 0, 8), + (22453, "848101", 1, 0, 8), + (22454, "848101", 1, 0, 8), + (22455, "841401", 1, 0, 8), + (22456, "841403", 1, 0, 8), + (22457, "841206", 1, 0, 8), + (22458, "841312", 1, 0, 8), + (22459, "841312", 1, 0, 8), + (22460, "841311", 1, 0, 8), + (22461, "841311", 1, 0, 8), + (22462, "841311", 1, 0, 8), + (22463, "841311", 1, 0, 8), + (22464, "841311", 1, 0, 8), + (22465, "841311", 1, 0, 8), + (22466, "841311", 1, 0, 8), + (22467, "841311", 1, 0, 8), + (22468, "841311", 1, 0, 8), + (22469, "841311", 1, 0, 8), + (22470, "841311", 1, 0, 8), + (22471, "841212", 1, 0, 8), + (22472, "841212", 1, 0, 8), + (22473, "841212", 1, 0, 8), + (22474, "841212", 1, 0, 8), + (22475, "841412", 1, 0, 8), + (22476, "841412", 1, 0, 8), + (22477, "841412", 1, 0, 8), + (22478, "841412", 1, 0, 8), + (22479, "841412", 1, 0, 8), + (22480, "841412", 1, 0, 8), + (22481, "841412", 1, 0, 8), + (22482, "841412", 1, 0, 8), + (22483, "841412", 1, 0, 8), + (22484, "841412", 1, 0, 8), + (22485, "841213", 1, 0, 8), + (22486, "841213", 1, 0, 8), + (22487, "841213", 1, 0, 8), + (22488, "841213", 1, 0, 8), + (22489, "841213", 1, 0, 8), + (22490, "841206", 1, 0, 8), + (22491, "841207", 1, 0, 8), + (22492, "841207", 1, 0, 8), + (22493, "841207", 1, 0, 8), + (22494, "841207", 1, 0, 8), + (22495, "841207", 1, 0, 8), + (22496, "841207", 1, 0, 8), + (22497, "841207", 1, 0, 8), + (22498, "841207", 1, 0, 8), + (22499, "841207", 1, 0, 8), + (22500, "841208", 1, 0, 8), + (22501, "841208", 1, 0, 8), + (22502, "841208", 1, 0, 8), + (22503, "841208", 1, 0, 8), + (22504, "841208", 1, 0, 8), + (22505, "841208", 1, 0, 8), + (22506, "841208", 1, 0, 8), + (22507, "841208", 1, 0, 8), + (22508, "841208", 1, 0, 8), + (22509, "841208", 1, 0, 8), + (22510, "841208", 1, 0, 8), + (22511, "841209", 1, 0, 8), + (22512, "841209", 1, 0, 8), + (22513, "841209", 1, 0, 8), + (22514, "841209", 1, 0, 8), + (22515, "841209", 1, 0, 8), + (22516, "841209", 1, 0, 8), + (22517, "841211", 1, 0, 8), + (22518, "841211", 1, 0, 8), + (22519, "841211", 1, 0, 8), + (22520, "841211", 1, 0, 8), + (22521, "841211", 1, 0, 8), + (22522, "841211", 1, 0, 8), + (22523, "841211", 1, 0, 8), + (22524, "841211", 1, 0, 8), + (22525, "841312", 1, 0, 8), + (22526, "841214", 1, 0, 8), + (22527, "841401", 1, 0, 8), + (22528, "841401", 1, 0, 8), + (22529, "841401", 1, 0, 8), + (22530, "841401", 1, 0, 8), + (22531, "841402", 1, 0, 8), + (22532, "841402", 1, 0, 8), + (22533, "841402", 1, 0, 8), + (22534, "841402", 1, 0, 8), + (22535, "841402", 1, 0, 8), + (22536, "841460", 1, 0, 8), + (22537, "841460", 1, 0, 8), + (22538, "841301", 1, 0, 8), + (22539, "841305", 1, 0, 8), + (22540, "841213", 1, 0, 8), + (22541, "841316", 1, 0, 8), + (22542, "841213", 1, 0, 8), + (22543, "841301", 1, 0, 8), + (22544, "841301", 1, 0, 8), + (22545, "841301", 1, 0, 8), + (22546, "841301", 1, 0, 8), + (22547, "841301", 1, 0, 8), + (22548, "841301", 1, 0, 8), + (22549, "841301", 1, 0, 8), + (22550, "841213", 1, 0, 8), + (22551, "841403", 1, 0, 8), + (22552, "841403", 1, 0, 8), + (22553, "841403", 1, 0, 8), + (22554, "841403", 1, 0, 8), + (22555, "841403", 1, 0, 8), + (22556, "841403", 1, 0, 8), + (22557, "841403", 1, 0, 8), + (22558, "841403", 1, 0, 8), + (22559, "841403", 1, 0, 8), + (22560, "841403", 1, 0, 8), + (22561, "841410", 1, 0, 8), + (22562, "841410", 1, 0, 8), + (22563, "841410", 1, 0, 8), + (22564, "841410", 1, 0, 8), + (22565, "841410", 1, 0, 8), + (22566, "841443", 1, 0, 8), + (22567, "841443", 1, 0, 8), + (22568, "841443", 1, 0, 8), + (22569, "841443", 1, 0, 8), + (22570, "841443", 1, 0, 8), + (22571, "841411", 1, 0, 8), + (22572, "841411", 1, 0, 8), + (22573, "841411", 1, 0, 8), + (22574, "841411", 1, 0, 8), + (22575, "841411", 1, 0, 8), + (22576, "841411", 1, 0, 8), + (22577, "841411", 1, 0, 8), + (22578, "841411", 1, 0, 8), + (22579, "841414", 1, 0, 8), + (22580, "841414", 1, 0, 8), + (22581, "841414", 1, 0, 8), + (22582, "841414", 1, 0, 8), + (22583, "841414", 1, 0, 8), + (22584, "841414", 1, 0, 8), + (22585, "841414", 1, 0, 8), + (22586, "841414", 1, 0, 8), + (22587, "841414", 1, 0, 8), + (22588, "841414", 1, 0, 8), + (22589, "841415", 1, 0, 8), + (22590, "841415", 1, 0, 8), + (22591, "841415", 1, 0, 8), + (22592, "841415", 1, 0, 8), + (22593, "841415", 1, 0, 8), + (22594, "841403", 1, 0, 8), + (22595, "841403", 1, 0, 8), + (22596, "841403", 1, 0, 8), + (22597, "841403", 1, 0, 8), + (22598, "841403", 1, 0, 8), + (22599, "841403", 1, 0, 8), + (22600, "841403", 1, 0, 8), + (22601, "841202", 1, 0, 8), + (22602, "841202", 1, 0, 8), + (22603, "841202", 1, 0, 8), + (22604, "841202", 1, 0, 8), + (22605, "841202", 1, 0, 8), + (22606, "841202", 1, 0, 8), + (22607, "841201", 1, 0, 8), + (22608, "841201", 1, 0, 8), + (22609, "841201", 1, 0, 8), + (22610, "841201", 1, 0, 8), + (22611, "841204", 1, 0, 8), + (22612, "841204", 1, 0, 8), + (22613, "841204", 1, 0, 8), + (22614, "841204", 1, 0, 8), + (22615, "841204", 1, 0, 8), + (22616, "841204", 1, 0, 8), + (22617, "841205", 1, 0, 8), + (22618, "841205", 1, 0, 8), + (22619, "841205", 1, 0, 8), + (22620, "841205", 1, 0, 8), + (22621, "841205", 1, 0, 8), + (22622, "841205", 1, 0, 8), + (22623, "841205", 1, 0, 8), + (22624, "841205", 1, 0, 8), + (22625, "841205", 1, 0, 8), + (22626, "841205", 1, 0, 8), + (22627, "841205", 1, 0, 8), + (22628, "841205", 1, 0, 8), + (22629, "841206", 1, 0, 8), + (22630, "841415", 1, 0, 8), + (22631, "841415", 1, 0, 8), + (22632, "841419", 1, 0, 8), + (22633, "841419", 1, 0, 8), + (22634, "841419", 1, 0, 8), + (22635, "841419", 1, 0, 8), + (22636, "841419", 1, 0, 8), + (22637, "841419", 1, 0, 8), + (22638, "841419", 1, 0, 8), + (22639, "841419", 1, 0, 8), + (22640, "841417", 1, 0, 8), + (22641, "841417", 1, 0, 8), + (22642, "841417", 1, 0, 8), + (22643, "841417", 1, 0, 8), + (22644, "841417", 1, 0, 8), + (22645, "841417", 1, 0, 8), + (22646, "841417", 1, 0, 8), + (22647, "841417", 1, 0, 8), + (22648, "841417", 1, 0, 8), + (22649, "841417", 1, 0, 8), + (22650, "841417", 1, 0, 8), + (22651, "841417", 1, 0, 8), + (22652, "841218", 1, 0, 8), + (22653, "841218", 1, 0, 8), + (22654, "841442", 1, 0, 8), + (22655, "841442", 1, 0, 8), + (22656, "841442", 1, 0, 8), + (22657, "841442", 1, 0, 8), + (22658, "841442", 1, 0, 8), + (22659, "841421", 1, 0, 8), + (22660, "841421", 1, 0, 8), + (22661, "841421", 1, 0, 8), + (22662, "841421", 1, 0, 8), + (22663, "841421", 1, 0, 8), + (22664, "841421", 1, 0, 8), + (22665, "841424", 1, 0, 8), + (22666, "841412", 1, 0, 8), + (22667, "841401", 1, 0, 8), + (22668, "841401", 1, 0, 8), + (22669, "841313", 1, 0, 8), + (22670, "841206", 1, 0, 8), + (22671, "841422", 1, 0, 8), + (22672, "841403", 1, 0, 8), + (22673, "841101", 1, 0, 8), + (22674, "841101", 1, 0, 8), + (22675, "841221", 1, 0, 8), + (22676, "841221", 1, 0, 8), + (22677, "841221", 1, 0, 8), + (22678, "841221", 1, 0, 8), + (22679, "841221", 1, 0, 8), + (22680, "841221", 1, 0, 8), + (22681, "841221", 1, 0, 8), + (22682, "841422", 1, 0, 8), + (22683, "841422", 1, 0, 8), + (22684, "841422", 1, 0, 8), + (22685, "841422", 1, 0, 8), + (22686, "841422", 1, 0, 8), + (22687, "841422", 1, 0, 8), + (22688, "841419", 1, 0, 8), + (22689, "841401", 1, 0, 8), + (22690, "841411", 1, 0, 8), + (22691, "841424", 1, 0, 8), + (22692, "841419", 1, 0, 8), + (22693, "841424", 1, 0, 8), + (22694, "841401", 1, 0, 8), + (22695, "841443", 1, 0, 8), + (22696, "841411", 1, 0, 8), + (22697, "841401", 1, 0, 8), + (22698, "841419", 1, 0, 8), + (22699, "841401", 1, 0, 8), + (22700, "841401", 1, 0, 8), + (22701, "841401", 1, 0, 8), + (22702, "841424", 1, 0, 8), + (22703, "841424", 1, 0, 8), + (22704, "841424", 1, 0, 8), + (22705, "841424", 1, 0, 8), + (22706, "841424", 1, 0, 8), + (22707, "841424", 1, 0, 8), + (22708, "841424", 1, 0, 8), + (22709, "841424", 1, 0, 8), + (22710, "841424", 1, 0, 8), + (22711, "841424", 1, 0, 8), + (22712, "841424", 1, 0, 8), + (22713, "841424", 1, 0, 8), + (22714, "841214", 1, 0, 8), + (22715, "841214", 1, 0, 8), + (22716, "841214", 1, 0, 8), + (22717, "841214", 1, 0, 8), + (22718, "841313", 1, 0, 8), + (22719, "841313", 1, 0, 8), + (22720, "841313", 1, 0, 8), + (22721, "841313", 1, 0, 8), + (22722, "841215", 1, 0, 8), + (22723, "841215", 1, 0, 8), + (22724, "841215", 1, 0, 8), + (22725, "841215", 1, 0, 8), + (22726, "841223", 1, 0, 8), + (22727, "841223", 1, 0, 8), + (22728, "841216", 1, 0, 8), + (22729, "841216", 1, 0, 8), + (22730, "841216", 1, 0, 8), + (22731, "841216", 1, 0, 8), + (22732, "841216", 1, 0, 8), + (22733, "841216", 1, 0, 8), + (22734, "841217", 1, 0, 8), + (22735, "841217", 1, 0, 8), + (22736, "841316", 1, 0, 8), + (22737, "841219", 1, 0, 8), + (22738, "841219", 1, 0, 8), + (22739, "841219", 1, 0, 8), + (22740, "841219", 1, 0, 8), + (22741, "841219", 1, 0, 8), + (22742, "841219", 1, 0, 8), + (22743, "841219", 1, 0, 8), + (22744, "841219", 1, 0, 8), + (22745, "841219", 1, 0, 8), + (22746, "841219", 1, 0, 8), + (22747, "841219", 1, 0, 8), + (22748, "841219", 1, 0, 8), + (22749, "841219", 1, 0, 8), + (22750, "841219", 1, 0, 8), + (22751, "841224", 1, 0, 8), + (22752, "841224", 1, 0, 8), + (22753, "841224", 1, 0, 8), + (22754, "841224", 1, 0, 8), + (22755, "841224", 1, 0, 8), + (22756, "841224", 1, 0, 8), + (22757, "841225", 1, 0, 8), + (22758, "841225", 1, 0, 8), + (22759, "841220", 1, 0, 8), + (22760, "841220", 1, 0, 8), + (22761, "841220", 1, 0, 8), + (22762, "841220", 1, 0, 8), + (22763, "841220", 1, 0, 8), + (22764, "841220", 1, 0, 8), + (22765, "841305", 1, 0, 8), + (22766, "841305", 1, 0, 8), + (22767, "841305", 1, 0, 8), + (22768, "841305", 1, 0, 8), + (22769, "841222", 1, 0, 8), + (22770, "841222", 1, 0, 8), + (22771, "841222", 1, 0, 8), + (22772, "841222", 1, 0, 8), + (22773, "841222", 1, 0, 8), + (22774, "841101", 1, 0, 8), + (22775, "841101", 1, 0, 8), + (22776, "841101", 1, 0, 8), + (22777, "841101", 1, 0, 8), + (22778, "841101", 1, 0, 8), + (22779, "841101", 1, 0, 8), + (22780, "841101", 1, 0, 8), + (22781, "841101", 1, 0, 8), + (22782, "841101", 1, 0, 8), + (22783, "841460", 1, 0, 8), + (22784, "841460", 1, 0, 8), + (22785, "841410", 1, 0, 8), + (22786, "843313", 1, 0, 8), + (22787, "843317", 1, 0, 8), + (22788, "843323", 1, 0, 8), + (22789, "843324", 1, 0, 8), + (22790, "843324", 1, 0, 8), + (22791, "843324", 1, 0, 8), + (22792, "843324", 1, 0, 8), + (22793, "843324", 1, 0, 8), + (22794, "843324", 1, 0, 8), + (22795, "843324", 1, 0, 8), + (22796, "843324", 1, 0, 8), + (22797, "843324", 1, 0, 8), + (22798, "843324", 1, 0, 8), + (22799, "843324", 1, 0, 8), + (22800, "843324", 1, 0, 8), + (22801, "843324", 1, 0, 8), + (22802, "843324", 1, 0, 8), + (22803, "843324", 1, 0, 8), + (22804, "843324", 1, 0, 8), + (22805, "843324", 1, 0, 8), + (22806, "843324", 1, 0, 8), + (22807, "843324", 1, 0, 8), + (22808, "843324", 1, 0, 8), + (22809, "843324", 1, 0, 8), + (22810, "843326", 1, 0, 8), + (22811, "843326", 1, 0, 8), + (22812, "843326", 1, 0, 8), + (22813, "843326", 1, 0, 8), + (22814, "843326", 1, 0, 8), + (22815, "843326", 1, 0, 8), + (22816, "843326", 1, 0, 8), + (22817, "843326", 1, 0, 8), + (22818, "843327", 1, 0, 8), + (22819, "843327", 1, 0, 8), + (22820, "843327", 1, 0, 8), + (22821, "843327", 1, 0, 8), + (22822, "843327", 1, 0, 8), + (22823, "843327", 1, 0, 8), + (22824, "843327", 1, 0, 8), + (22825, "843327", 1, 0, 8), + (22826, "843323", 1, 0, 8), + (22827, "843323", 1, 0, 8), + (22828, "843323", 1, 0, 8), + (22829, "843323", 1, 0, 8), + (22830, "843333", 1, 0, 8), + (22831, "843333", 1, 0, 8), + (22832, "843333", 1, 0, 8), + (22833, "843333", 1, 0, 8), + (22834, "843333", 1, 0, 8), + (22835, "843333", 1, 0, 8), + (22836, "843333", 1, 0, 8), + (22837, "843333", 1, 0, 8), + (22838, "843333", 1, 0, 8), + (22839, "843333", 1, 0, 8), + (22840, "843333", 1, 0, 8), + (22841, "843333", 1, 0, 8), + (22842, "843334", 1, 0, 8), + (22843, "843334", 1, 0, 8), + (22844, "843334", 1, 0, 8), + (22845, "843334", 1, 0, 8), + (22846, "843334", 1, 0, 8), + (22847, "843334", 1, 0, 8), + (22848, "843334", 1, 0, 8), + (22849, "843334", 1, 0, 8), + (22850, "843334", 1, 0, 8), + (22851, "843334", 1, 0, 8), + (22852, "843334", 1, 0, 8), + (22853, "843334", 1, 0, 8), + (22854, "843334", 1, 0, 8), + (22855, "843334", 1, 0, 8), + (22856, "843325", 1, 0, 8), + (22857, "843325", 1, 0, 8), + (22858, "843325", 1, 0, 8), + (22859, "843325", 1, 0, 8), + (22860, "843325", 1, 0, 8), + (22861, "843325", 1, 0, 8), + (22862, "843325", 1, 0, 8), + (22863, "843325", 1, 0, 8), + (22864, "843325", 1, 0, 8), + (22865, "843324", 1, 0, 8), + (22866, "843314", 1, 0, 8), + (22867, "843314", 1, 0, 8), + (22868, "843314", 1, 0, 8), + (22869, "843314", 1, 0, 8), + (22870, "843314", 1, 0, 8), + (22871, "843314", 1, 0, 8), + (22872, "843314", 1, 0, 8), + (22873, "843314", 1, 0, 8), + (22874, "843314", 1, 0, 8), + (22875, "843314", 1, 0, 8), + (22876, "843314", 1, 0, 8), + (22877, "843314", 1, 0, 8), + (22878, "843314", 1, 0, 8), + (22879, "843314", 1, 0, 8), + (22880, "843316", 1, 0, 8), + (22881, "843316", 1, 0, 8), + (22882, "843316", 1, 0, 8), + (22883, "843316", 1, 0, 8), + (22884, "843316", 1, 0, 8), + (22885, "843316", 1, 0, 8), + (22886, "843316", 1, 0, 8), + (22887, "843316", 1, 0, 8), + (22888, "843316", 1, 0, 8), + (22889, "843316", 1, 0, 8), + (22890, "843316", 1, 0, 8), + (22891, "843316", 1, 0, 8), + (22892, "843316", 1, 0, 8), + (22893, "843316", 1, 0, 8), + (22894, "843315", 1, 0, 8), + (22895, "843315", 1, 0, 8), + (22896, "843315", 1, 0, 8), + (22897, "843315", 1, 0, 8), + (22898, "843315", 1, 0, 8), + (22899, "843315", 1, 0, 8), + (22900, "843315", 1, 0, 8), + (22901, "843315", 1, 0, 8), + (22902, "843315", 1, 0, 8), + (22903, "843315", 1, 0, 8), + (22904, "843315", 1, 0, 8), + (22905, "843315", 1, 0, 8), + (22906, "843327", 1, 0, 8), + (22907, "843327", 1, 0, 8), + (22908, "843327", 1, 0, 8), + (22909, "843327", 1, 0, 8), + (22910, "843327", 1, 0, 8), + (22911, "843327", 1, 0, 8), + (22912, "843327", 1, 0, 8), + (22913, "843327", 1, 0, 8), + (22914, "843327", 1, 0, 8), + (22915, "843327", 1, 0, 8), + (22916, "843327", 1, 0, 8), + (22917, "843328", 1, 0, 8), + (22918, "843328", 1, 0, 8), + (22919, "843328", 1, 0, 8), + (22920, "843328", 1, 0, 8), + (22921, "843328", 1, 0, 8), + (22922, "843328", 1, 0, 8), + (22923, "843328", 1, 0, 8), + (22924, "843328", 1, 0, 8), + (22925, "843328", 1, 0, 8), + (22926, "843328", 1, 0, 8), + (22927, "843328", 1, 0, 8), + (22928, "843328", 1, 0, 8), + (22929, "843329", 1, 0, 8), + (22930, "843329", 1, 0, 8), + (22931, "843329", 1, 0, 8), + (22932, "843329", 1, 0, 8), + (22933, "843329", 1, 0, 8), + (22934, "843329", 1, 0, 8), + (22935, "843329", 1, 0, 8), + (22936, "843329", 1, 0, 8), + (22937, "843329", 1, 0, 8), + (22938, "843329", 1, 0, 8), + (22939, "843329", 1, 0, 8), + (22940, "843329", 1, 0, 8), + (22941, "843329", 1, 0, 8), + (22942, "843329", 1, 0, 8), + (22943, "843329", 1, 0, 8), + (22944, "843329", 1, 0, 8), + (22945, "843329", 1, 0, 8), + (22946, "843317", 1, 0, 8), + (22947, "843317", 1, 0, 8), + (22948, "843317", 1, 0, 8), + (22949, "843317", 1, 0, 8), + (22950, "843317", 1, 0, 8), + (22951, "843317", 1, 0, 8), + (22952, "843317", 1, 0, 8), + (22953, "843317", 1, 0, 8), + (22954, "843317", 1, 0, 8), + (22955, "843318", 1, 0, 8), + (22956, "843318", 1, 0, 8), + (22957, "843318", 1, 0, 8), + (22958, "843318", 1, 0, 8), + (22959, "843318", 1, 0, 8), + (22960, "843319", 1, 0, 8), + (22961, "843319", 1, 0, 8), + (22962, "843319", 1, 0, 8), + (22963, "843360", 1, 0, 8), + (22964, "843360", 1, 0, 8), + (22965, "843360", 1, 0, 8), + (22966, "843322", 1, 0, 8), + (22967, "843322", 1, 0, 8), + (22968, "843322", 1, 0, 8), + (22969, "843322", 1, 0, 8), + (22970, "843322", 1, 0, 8), + (22971, "843322", 1, 0, 8), + (22972, "843332", 1, 0, 8), + (22973, "843332", 1, 0, 8), + (22974, "843332", 1, 0, 8), + (22975, "843332", 1, 0, 8), + (22976, "843332", 1, 0, 8), + (22977, "843332", 1, 0, 8), + (22978, "843332", 1, 0, 8), + (22979, "843332", 1, 0, 8), + (22980, "843332", 1, 0, 8), + (22981, "843332", 1, 0, 8), + (22982, "843323", 1, 0, 8), + (22983, "843323", 1, 0, 8), + (22984, "843323", 1, 0, 8), + (22985, "843323", 1, 0, 8), + (22986, "843329", 1, 0, 8), + (22987, "843329", 1, 0, 8), + (22988, "843329", 1, 0, 8), + (22989, "843329", 1, 0, 8), + (22990, "843329", 1, 0, 8), + (22991, "843329", 1, 0, 8), + (22992, "843329", 1, 0, 8), + (22993, "843302", 1, 0, 8), + (22994, "843302", 1, 0, 8), + (22995, "843302", 1, 0, 8), + (22996, "843302", 1, 0, 8), + (22997, "843302", 1, 0, 8), + (22998, "843302", 1, 0, 8), + (22999, "843302", 1, 0, 8), + (23000, "843302", 1, 0, 8), + (23001, "843302", 1, 0, 8), + (23002, "843302", 1, 0, 8), + (23003, "843302", 1, 0, 8), + (23004, "843302", 1, 0, 8), + (23005, "843302", 1, 0, 8), + (23006, "843302", 1, 0, 8), + (23007, "843302", 1, 0, 8), + (23008, "843302", 1, 0, 8), + (23009, "843302", 1, 0, 8), + (23010, "843302", 1, 0, 8), + (23011, "843302", 1, 0, 8), + (23012, "843302", 1, 0, 8), + (23013, "843302", 1, 0, 8), + (23014, "843302", 1, 0, 8), + (23015, "843302", 1, 0, 8), + (23016, "843302", 1, 0, 8), + (23017, "843302", 1, 0, 8), + (23018, "843302", 1, 0, 8), + (23019, "843330", 1, 0, 8), + (23020, "843330", 1, 0, 8), + (23021, "843330", 1, 0, 8), + (23022, "843330", 1, 0, 8), + (23023, "843330", 1, 0, 8), + (23024, "843330", 1, 0, 8), + (23025, "843330", 1, 0, 8), + (23026, "843331", 1, 0, 8), + (23027, "843331", 1, 0, 8), + (23028, "843331", 1, 0, 8), + (23029, "843331", 1, 0, 8), + (23030, "843331", 1, 0, 8), + (23031, "843331", 1, 0, 8), + (23032, "843331", 1, 0, 8), + (23033, "843331", 1, 0, 8), + (23034, "843331", 1, 0, 8), + (23035, "843331", 1, 0, 8), + (23036, "843331", 1, 0, 8), + (23037, "843331", 1, 0, 8), + (23038, "843331", 1, 0, 8), + (23039, "843331", 1, 0, 8), + (23040, "843331", 1, 0, 8), + (23041, "843331", 1, 0, 8), + (23042, "843319", 1, 0, 8), + (23043, "843319", 1, 0, 8), + (23044, "843319", 1, 0, 8), + (23045, "843319", 1, 0, 8), + (23046, "843320", 1, 0, 8), + (23047, "843320", 1, 0, 8), + (23048, "843320", 1, 0, 8), + (23049, "843320", 1, 0, 8), + (23050, "843320", 1, 0, 8), + (23051, "843320", 1, 0, 8), + (23052, "843320", 1, 0, 8), + (23053, "843320", 1, 0, 8), + (23054, "843320", 1, 0, 8), + (23055, "843320", 1, 0, 8), + (23056, "843320", 1, 0, 8), + (23057, "843320", 1, 0, 8), + (23058, "843320", 1, 0, 8), + (23059, "843320", 1, 0, 8), + (23060, "843320", 1, 0, 8), + (23061, "843320", 1, 0, 8), + (23062, "843320", 1, 0, 8), + (23063, "843320", 1, 0, 8), + (23064, "843320", 1, 0, 8), + (23065, "843320", 1, 0, 8), + (23066, "843360", 1, 0, 8), + (23067, "843311", 1, 0, 8), + (23068, "843311", 1, 0, 8), + (23069, "843311", 1, 0, 8), + (23070, "843311", 1, 0, 8), + (23071, "843311", 1, 0, 8), + (23072, "843313", 1, 0, 8), + (23073, "843313", 1, 0, 8), + (23074, "843313", 1, 0, 8), + (23075, "843313", 1, 0, 8), + (23076, "843313", 1, 0, 8), + (23077, "843313", 1, 0, 8), + (23078, "843313", 1, 0, 8), + (23079, "843313", 1, 0, 8), + (23080, "841231", 1, 0, 8), + (23081, "841231", 1, 0, 8), + (23082, "841231", 1, 0, 8), + (23083, "841231", 1, 0, 8), + (23084, "841231", 1, 0, 8), + (23085, "841231", 1, 0, 8), + (23086, "841231", 1, 0, 8), + (23087, "841231", 1, 0, 8), + (23088, "841287", 1, 0, 8), + (23089, "841287", 1, 0, 8), + (23090, "841287", 1, 0, 8), + (23091, "841404", 1, 0, 8), + (23092, "841286", 1, 0, 8), + (23093, "841286", 1, 0, 8), + (23094, "841286", 1, 0, 8), + (23095, "841286", 1, 0, 8), + (23096, "841286", 1, 0, 8), + (23097, "841404", 1, 0, 8), + (23098, "841406", 1, 0, 8), + (23099, "841406", 1, 0, 8), + (23100, "841406", 1, 0, 8), + (23101, "841406", 1, 0, 8), + (23102, "841406", 1, 0, 8), + (23103, "841406", 1, 0, 8), + (23104, "841406", 1, 0, 8), + (23105, "841406", 1, 0, 8), + (23106, "841406", 1, 0, 8), + (23107, "841406", 1, 0, 8), + (23108, "841406", 1, 0, 8), + (23109, "841406", 1, 0, 8), + (23110, "841406", 1, 0, 8), + (23111, "841406", 1, 0, 8), + (23112, "841406", 1, 0, 8), + (23113, "841408", 1, 0, 8), + (23114, "841408", 1, 0, 8), + (23115, "841408", 1, 0, 8), + (23116, "841408", 1, 0, 8), + (23117, "841235", 1, 0, 8), + (23118, "841237", 1, 0, 8), + (23119, "841507", 1, 0, 8), + (23120, "841507", 1, 0, 8), + (23121, "841507", 1, 0, 8), + (23122, "841507", 1, 0, 8), + (23123, "841507", 1, 0, 8), + (23124, "841507", 1, 0, 8), + (23125, "841507", 1, 0, 8), + (23126, "841507", 1, 0, 8), + (23127, "841439", 1, 0, 8), + (23128, "841439", 1, 0, 8), + (23129, "841439", 1, 0, 8), + (23130, "841439", 1, 0, 8), + (23131, "841439", 1, 0, 8), + (23132, "841439", 1, 0, 8), + (23133, "841439", 1, 0, 8), + (23134, "841439", 1, 0, 8), + (23135, "841241", 1, 0, 8), + (23136, "841241", 1, 0, 8), + (23137, "841241", 1, 0, 8), + (23138, "841241", 1, 0, 8), + (23139, "841241", 1, 0, 8), + (23140, "841241", 1, 0, 8), + (23141, "841241", 1, 0, 8), + (23142, "841241", 1, 0, 8), + (23143, "841242", 1, 0, 8), + (23144, "841242", 1, 0, 8), + (23145, "841242", 1, 0, 8), + (23146, "841504", 1, 0, 8), + (23147, "841504", 1, 0, 8), + (23148, "841504", 1, 0, 8), + (23149, "841504", 1, 0, 8), + (23150, "841504", 1, 0, 8), + (23151, "841504", 1, 0, 8), + (23152, "841243", 1, 0, 8), + (23153, "841243", 1, 0, 8), + (23154, "841243", 1, 0, 8), + (23155, "841243", 1, 0, 8), + (23156, "841243", 1, 0, 8), + (23157, "841243", 1, 0, 8), + (23158, "841243", 1, 0, 8), + (23159, "841243", 1, 0, 8), + (23160, "841243", 1, 0, 8), + (23161, "841243", 1, 0, 8), + (23162, "841243", 1, 0, 8), + (23163, "841237", 1, 0, 8), + (23164, "841416", 1, 0, 8), + (23165, "841416", 1, 0, 8), + (23166, "841416", 1, 0, 8), + (23167, "841416", 1, 0, 8), + (23168, "841416", 1, 0, 8), + (23169, "841416", 1, 0, 8), + (23170, "841416", 1, 0, 8), + (23171, "841502", 1, 0, 8), + (23172, "841502", 1, 0, 8), + (23173, "841240", 1, 0, 8), + (23174, "841240", 1, 0, 8), + (23175, "841240", 1, 0, 8), + (23176, "841238", 1, 0, 8), + (23177, "841238", 1, 0, 8), + (23178, "841238", 1, 0, 8), + (23179, "841238", 1, 0, 8), + (23180, "841238", 1, 0, 8), + (23181, "841238", 1, 0, 8), + (23182, "841238", 1, 0, 8), + (23183, "841238", 1, 0, 8), + (23184, "841238", 1, 0, 8), + (23185, "841238", 1, 0, 8), + (23186, "841238", 1, 0, 8), + (23187, "841238", 1, 0, 8), + (23188, "841238", 1, 0, 8), + (23189, "841238", 1, 0, 8), + (23190, "841238", 1, 0, 8), + (23191, "841238", 1, 0, 8), + (23192, "841239", 1, 0, 8), + (23193, "841239", 1, 0, 8), + (23194, "841239", 1, 0, 8), + (23195, "841239", 1, 0, 8), + (23196, "841239", 1, 0, 8), + (23197, "841239", 1, 0, 8), + (23198, "841239", 1, 0, 8), + (23199, "841239", 1, 0, 8), + (23200, "841239", 1, 0, 8), + (23201, "841239", 1, 0, 8), + (23202, "841239", 1, 0, 8), + (23203, "841239", 1, 0, 8), + (23204, "841239", 1, 0, 8), + (23205, "841239", 1, 0, 8), + (23206, "841239", 1, 0, 8), + (23207, "841239", 1, 0, 8), + (23208, "841239", 1, 0, 8), + (23209, "841239", 1, 0, 8), + (23210, "841239", 1, 0, 8), + (23211, "841239", 1, 0, 8), + (23212, "841239", 1, 0, 8), + (23213, "841408", 1, 0, 8), + (23214, "841408", 1, 0, 8), + (23215, "841404", 1, 0, 8), + (23216, "841404", 1, 0, 8), + (23217, "841404", 1, 0, 8), + (23218, "841404", 1, 0, 8), + (23219, "841232", 1, 0, 8), + (23220, "841232", 1, 0, 8), + (23221, "841232", 1, 0, 8), + (23222, "841232", 1, 0, 8), + (23223, "841232", 1, 0, 8), + (23224, "841203", 1, 0, 8), + (23225, "841203", 1, 0, 8), + (23226, "841203", 1, 0, 8), + (23227, "841203", 1, 0, 8), + (23228, "841203", 1, 0, 8), + (23229, "841203", 1, 0, 8), + (23230, "841203", 1, 0, 8), + (23231, "841203", 1, 0, 8), + (23232, "841234", 1, 0, 8), + (23233, "841234", 1, 0, 8), + (23234, "841234", 1, 0, 8), + (23235, "841234", 1, 0, 8), + (23236, "841234", 1, 0, 8), + (23237, "841234", 1, 0, 8), + (23238, "841234", 1, 0, 8), + (23239, "841233", 1, 0, 8), + (23240, "841233", 1, 0, 8), + (23241, "841233", 1, 0, 8), + (23242, "841233", 1, 0, 8), + (23243, "841233", 1, 0, 8), + (23244, "841233", 1, 0, 8), + (23245, "841233", 1, 0, 8), + (23246, "841233", 1, 0, 8), + (23247, "841233", 1, 0, 8), + (23248, "841235", 1, 0, 8), + (23249, "841235", 1, 0, 8), + (23250, "841235", 1, 0, 8), + (23251, "841235", 1, 0, 8), + (23252, "841235", 1, 0, 8), + (23253, "841235", 1, 0, 8), + (23254, "841235", 1, 0, 8), + (23255, "841235", 1, 0, 8), + (23256, "841243", 1, 0, 8), + (23257, "841226", 1, 0, 8), + (23258, "841226", 1, 0, 8), + (23259, "841226", 1, 0, 8), + (23260, "841226", 1, 0, 8), + (23261, "841226", 1, 0, 8), + (23262, "841226", 1, 0, 8), + (23263, "841226", 1, 0, 8), + (23264, "841226", 1, 0, 8), + (23265, "841226", 1, 0, 8), + (23266, "841226", 1, 0, 8), + (23267, "841226", 1, 0, 8), + (23268, "841226", 1, 0, 8), + (23269, "841226", 1, 0, 8), + (23270, "841226", 1, 0, 8), + (23271, "841226", 1, 0, 8), + (23272, "841226", 1, 0, 8), + (23273, "841226", 1, 0, 8), + (23274, "841244", 1, 0, 8), + (23275, "841244", 1, 0, 8), + (23276, "841244", 1, 0, 8), + (23277, "841244", 1, 0, 8), + (23278, "841244", 1, 0, 8), + (23279, "841244", 1, 0, 8), + (23280, "841506", 1, 0, 8), + (23281, "841506", 1, 0, 8), + (23282, "841506", 1, 0, 8), + (23283, "841506", 1, 0, 8), + (23284, "841506", 1, 0, 8), + (23285, "841506", 1, 0, 8), + (23286, "841506", 1, 0, 8), + (23287, "841506", 1, 0, 8), + (23288, "841506", 1, 0, 8), + (23289, "841506", 1, 0, 8), + (23290, "841506", 1, 0, 8), + (23291, "841506", 1, 0, 8), + (23292, "841506", 1, 0, 8), + (23293, "841245", 1, 0, 8), + (23294, "841446", 1, 0, 8), + (23295, "841428", 1, 0, 8), + (23296, "841428", 1, 0, 8), + (23297, "841428", 1, 0, 8), + (23298, "841428", 1, 0, 8), + (23299, "841428", 1, 0, 8), + (23300, "841428", 1, 0, 8), + (23301, "841428", 1, 0, 8), + (23302, "841428", 1, 0, 8), + (23303, "841428", 1, 0, 8), + (23304, "841428", 1, 0, 8), + (23305, "841436", 1, 0, 8), + (23306, "841436", 1, 0, 8), + (23307, "841436", 1, 0, 8), + (23308, "841436", 1, 0, 8), + (23309, "841436", 1, 0, 8), + (23310, "841436", 1, 0, 8), + (23311, "841436", 1, 0, 8), + (23312, "841436", 1, 0, 8), + (23313, "841436", 1, 0, 8), + (23314, "841436", 1, 0, 8), + (23315, "841436", 1, 0, 8), + (23316, "841436", 1, 0, 8), + (23317, "841436", 1, 0, 8), + (23318, "841436", 1, 0, 8), + (23319, "841436", 1, 0, 8), + (23320, "841436", 1, 0, 8), + (23321, "841413", 1, 0, 8), + (23322, "841413", 1, 0, 8), + (23323, "841413", 1, 0, 8), + (23324, "841413", 1, 0, 8), + (23325, "841413", 1, 0, 8), + (23326, "841413", 1, 0, 8), + (23327, "841509", 1, 0, 8), + (23328, "841509", 1, 0, 8), + (23329, "841509", 1, 0, 8), + (23330, "841210", 1, 0, 8), + (23331, "841210", 1, 0, 8), + (23332, "841210", 1, 0, 8), + (23333, "841210", 1, 0, 8), + (23334, "841210", 1, 0, 8), + (23335, "841210", 1, 0, 8), + (23336, "841227", 1, 0, 8), + (23337, "841227", 1, 0, 8), + (23338, "841227", 1, 0, 8), + (23339, "841227", 1, 0, 8), + (23340, "841227", 1, 0, 8), + (23341, "841227", 1, 0, 8), + (23342, "841227", 1, 0, 8), + (23343, "841227", 1, 0, 8), + (23344, "841227", 1, 0, 8), + (23345, "841227", 1, 0, 8), + (23346, "841227", 1, 0, 8), + (23347, "841227", 1, 0, 8), + (23348, "841227", 1, 0, 8), + (23349, "841227", 1, 0, 8), + (23350, "841227", 1, 0, 8), + (23351, "841227", 1, 0, 8), + (23352, "841227", 1, 0, 8), + (23353, "841434", 1, 0, 8), + (23354, "841434", 1, 0, 8), + (23355, "841434", 1, 0, 8), + (23356, "841434", 1, 0, 8), + (23357, "841434", 1, 0, 8), + (23358, "841434", 1, 0, 8), + (23359, "841434", 1, 0, 8), + (23360, "841435", 1, 0, 8), + (23361, "841435", 1, 0, 8), + (23362, "841435", 1, 0, 8), + (23363, "841435", 1, 0, 8), + (23364, "841435", 1, 0, 8), + (23365, "841435", 1, 0, 8), + (23366, "841435", 1, 0, 8), + (23367, "841435", 1, 0, 8), + (23368, "841236", 1, 0, 8), + (23369, "841236", 1, 0, 8), + (23370, "841236", 1, 0, 8), + (23371, "841236", 1, 0, 8), + (23372, "841236", 1, 0, 8), + (23373, "841236", 1, 0, 8), + (23374, "841237", 1, 0, 8), + (23375, "841237", 1, 0, 8), + (23376, "841413", 1, 0, 8), + (23377, "841437", 1, 0, 8), + (23378, "841437", 1, 0, 8), + (23379, "841437", 1, 0, 8), + (23380, "841437", 1, 0, 8), + (23381, "841437", 1, 0, 8), + (23382, "841437", 1, 0, 8), + (23383, "841437", 1, 0, 8), + (23384, "841437", 1, 0, 8), + (23385, "841437", 1, 0, 8), + (23386, "841437", 1, 0, 8), + (23387, "841501", 1, 0, 8), + (23388, "841501", 1, 0, 8), + (23389, "841501", 1, 0, 8), + (23390, "841501", 1, 0, 8), + (23391, "841501", 1, 0, 8), + (23392, "841501", 1, 0, 8), + (23393, "841501", 1, 0, 8), + (23394, "841501", 1, 0, 8), + (23395, "841501", 1, 0, 8), + (23396, "841501", 1, 0, 8), + (23397, "841438", 1, 0, 8), + (23398, "841438", 1, 0, 8), + (23399, "841438", 1, 0, 8), + (23400, "841438", 1, 0, 8), + (23401, "841438", 1, 0, 8), + (23402, "841438", 1, 0, 8), + (23403, "841438", 1, 0, 8), + (23404, "841438", 1, 0, 8), + (23405, "841438", 1, 0, 8), + (23406, "841438", 1, 0, 8), + (23407, "841438", 1, 0, 8), + (23408, "841438", 1, 0, 8), + (23409, "841438", 1, 0, 8), + (23410, "841438", 1, 0, 8), + (23411, "841438", 1, 0, 8), + (23412, "841438", 1, 0, 8), + (23413, "841438", 1, 0, 8), + (23414, "841438", 1, 0, 8), + (23415, "841438", 1, 0, 8), + (23416, "841438", 1, 0, 8), + (23417, "841438", 1, 0, 8), + (23418, "841438", 1, 0, 8), + (23419, "841438", 1, 0, 8), + (23420, "841438", 1, 0, 8), + (23421, "841503", 1, 0, 8), + (23422, "841503", 1, 0, 8), + (23423, "841503", 1, 0, 8), + (23424, "841503", 1, 0, 8), + (23425, "841503", 1, 0, 8), + (23426, "841503", 1, 0, 8), + (23427, "841503", 1, 0, 8), + (23428, "841503", 1, 0, 8), + (23429, "841503", 1, 0, 8), + (23430, "841503", 1, 0, 8), + (23431, "841420", 1, 0, 8), + (23432, "841420", 1, 0, 8), + (23433, "841420", 1, 0, 8), + (23434, "841420", 1, 0, 8), + (23435, "841420", 1, 0, 8), + (23436, "841420", 1, 0, 8), + (23437, "841420", 1, 0, 8), + (23438, "841420", 1, 0, 8), + (23439, "841505", 1, 0, 8), + (23440, "841245", 1, 0, 8), + (23441, "841446", 1, 0, 8), + (23442, "841446", 1, 0, 8), + (23443, "841245", 1, 0, 8), + (23444, "841446", 1, 0, 8), + (23445, "841245", 1, 0, 8), + (23446, "841245", 1, 0, 8), + (23447, "841245", 1, 0, 8), + (23448, "841446", 1, 0, 8), + (23449, "841245", 1, 0, 8), + (23450, "841446", 1, 0, 8), + (23451, "841245", 1, 0, 8), + (23452, "841245", 1, 0, 8), + (23453, "841446", 1, 0, 8), + (23454, "841245", 1, 0, 8), + (23455, "841245", 1, 0, 8), + (23456, "841245", 1, 0, 8), + (23457, "841245", 1, 0, 8), + (23458, "841441", 1, 0, 8), + (23459, "841441", 1, 0, 8), + (23460, "841441", 1, 0, 8), + (23461, "841441", 1, 0, 8), + (23462, "841405", 1, 0, 8), + (23463, "841405", 1, 0, 8), + (23464, "841405", 1, 0, 8), + (23465, "841405", 1, 0, 8), + (23466, "841405", 1, 0, 8), + (23467, "841405", 1, 0, 8), + (23468, "841405", 1, 0, 8), + (23469, "841405", 1, 0, 8), + (23470, "841405", 1, 0, 8), + (23471, "841405", 1, 0, 8), + (23472, "841405", 1, 0, 8), + (23473, "841405", 1, 0, 8), + (23474, "841405", 1, 0, 8), + (23475, "841405", 1, 0, 8), + (23476, "841405", 1, 0, 8), + (23477, "841405", 1, 0, 8), + (23478, "841405", 1, 0, 8), + (23479, "841405", 1, 0, 8), + (23480, "841425", 1, 0, 8), + (23481, "841425", 1, 0, 8), + (23482, "841425", 1, 0, 8), + (23483, "841425", 1, 0, 8), + (23484, "841425", 1, 0, 8), + (23485, "841426", 1, 0, 8), + (23486, "841426", 1, 0, 8), + (23487, "841426", 1, 0, 8), + (23488, "841426", 1, 0, 8), + (23489, "841426", 1, 0, 8), + (23490, "841426", 1, 0, 8), + (23491, "841426", 1, 0, 8), + (23492, "841426", 1, 0, 8), + (23493, "841426", 1, 0, 8), + (23494, "841426", 1, 0, 8), + (23495, "841426", 1, 0, 8), + (23496, "841426", 1, 0, 8), + (23497, "841426", 1, 0, 8), + (23498, "841508", 1, 0, 8), + (23499, "841508", 1, 0, 8), + (23500, "841508", 1, 0, 8), + (23501, "841508", 1, 0, 8), + (23502, "841508", 1, 0, 8), + (23503, "841508", 1, 0, 8), + (23504, "841407", 1, 0, 8), + (23505, "841407", 1, 0, 8), + (23506, "841407", 1, 0, 8), + (23507, "841407", 1, 0, 8), + (23508, "841409", 1, 0, 8), + (23509, "841407", 1, 0, 8), + (23510, "841407", 1, 0, 8), + (23511, "841407", 1, 0, 8), + (23512, "841407", 1, 0, 8), + (23513, "841407", 1, 0, 8), + (23514, "841407", 1, 0, 8), + (23515, "841407", 1, 0, 8), + (23516, "841407", 1, 0, 8), + (23517, "841407", 1, 0, 8), + (23518, "841409", 1, 0, 8), + (23519, "841427", 1, 0, 8), + (23520, "841427", 1, 0, 8), + (23521, "841427", 1, 0, 8), + (23522, "841427", 1, 0, 8), + (23523, "841427", 1, 0, 8), + (23524, "841427", 1, 0, 8), + (23525, "841427", 1, 0, 8), + (23526, "841427", 1, 0, 8), + (23527, "841427", 1, 0, 8), + (23528, "841427", 1, 0, 8), + (23529, "841427", 1, 0, 8), + (23530, "841427", 1, 0, 8), + (23531, "841428", 1, 0, 8), + (23532, "841428", 1, 0, 8), + (23533, "841428", 1, 0, 8), + (23534, "841428", 1, 0, 8), + (23535, "841428", 1, 0, 8), + (23536, "841428", 1, 0, 8), + (23537, "841428", 1, 0, 8), + (23538, "841428", 1, 0, 8), + (23539, "841428", 1, 0, 8), + (23540, "841428", 1, 0, 8), + (23541, "841428", 1, 0, 8), + (23542, "841428", 1, 0, 8), + (23543, "841505", 1, 0, 8), + (23544, "841505", 1, 0, 8), + (23545, "841423", 1, 0, 8), + (23546, "841423", 1, 0, 8), + (23547, "841423", 1, 0, 8), + (23548, "841423", 1, 0, 8), + (23549, "841423", 1, 0, 8), + (23550, "841423", 1, 0, 8), + (23551, "841423", 1, 0, 8), + (23552, "841440", 1, 0, 8), + (23553, "841440", 1, 0, 8), + (23554, "841440", 1, 0, 8), + (23555, "841440", 1, 0, 8), + (23556, "841440", 1, 0, 8), + (23557, "844114", 1, 0, 8), + (23558, "844503", 1, 0, 8), + (23559, "844502", 1, 0, 8), + (23560, "844506", 1, 0, 8), + (23561, "844507", 1, 0, 8), + (23562, "844507", 1, 0, 8), + (23563, "844507", 1, 0, 8), + (23564, "844507", 1, 0, 8), + (23565, "844507", 1, 0, 8), + (23566, "844507", 1, 0, 8), + (23567, "844507", 1, 0, 8), + (23568, "844507", 1, 0, 8), + (23569, "844122", 1, 0, 8), + (23570, "844122", 1, 0, 8), + (23571, "844122", 1, 0, 8), + (23572, "844122", 1, 0, 8), + (23573, "844122", 1, 0, 8), + (23574, "844122", 1, 0, 8), + (23575, "844122", 1, 0, 8), + (23576, "844122", 1, 0, 8), + (23577, "844122", 1, 0, 8), + (23578, "844122", 1, 0, 8), + (23579, "844122", 1, 0, 8), + (23580, "844122", 1, 0, 8), + (23581, "844122", 1, 0, 8), + (23582, "844122", 1, 0, 8), + (23583, "844122", 1, 0, 8), + (23584, "844122", 1, 0, 8), + (23585, "844122", 1, 0, 8), + (23586, "844114", 1, 0, 8), + (23587, "844114", 1, 0, 8), + (23588, "844114", 1, 0, 8), + (23589, "844114", 1, 0, 8), + (23590, "844114", 1, 0, 8), + (23591, "844114", 1, 0, 8), + (23592, "844114", 1, 0, 8), + (23593, "844114", 1, 0, 8), + (23594, "844114", 1, 0, 8), + (23595, "844102", 1, 0, 8), + (23596, "844102", 1, 0, 8), + (23597, "844102", 1, 0, 8), + (23598, "844102", 1, 0, 8), + (23599, "844102", 1, 0, 8), + (23600, "844505", 1, 0, 8), + (23601, "844505", 1, 0, 8), + (23602, "844505", 1, 0, 8), + (23603, "844505", 1, 0, 8), + (23604, "844505", 1, 0, 8), + (23605, "844505", 1, 0, 8), + (23606, "844505", 1, 0, 8), + (23607, "844505", 1, 0, 8), + (23608, "844505", 1, 0, 8), + (23609, "844505", 1, 0, 8), + (23610, "844505", 1, 0, 8), + (23611, "844505", 1, 0, 8), + (23612, "844114", 1, 0, 8), + (23613, "844114", 1, 0, 8), + (23614, "844503", 1, 0, 8), + (23615, "844503", 1, 0, 8), + (23616, "844502", 1, 0, 8), + (23617, "844502", 1, 0, 8), + (23618, "844502", 1, 0, 8), + (23619, "844502", 1, 0, 8), + (23620, "844115", 1, 0, 8), + (23621, "844115", 1, 0, 8), + (23622, "844115", 1, 0, 8), + (23623, "844115", 1, 0, 8), + (23624, "844115", 1, 0, 8), + (23625, "844504", 1, 0, 8), + (23626, "844504", 1, 0, 8), + (23627, "844504", 1, 0, 8), + (23628, "844504", 1, 0, 8), + (23629, "844504", 1, 0, 8), + (23630, "844504", 1, 0, 8), + (23631, "844504", 1, 0, 8), + (23632, "844504", 1, 0, 8), + (23633, "844121", 1, 0, 8), + (23634, "844506", 1, 0, 8), + (23635, "844506", 1, 0, 8), + (23636, "844506", 1, 0, 8), + (23637, "844506", 1, 0, 8), + (23638, "844506", 1, 0, 8), + (23639, "844506", 1, 0, 8), + (23640, "844506", 1, 0, 8), + (23641, "844506", 1, 0, 8), + (23642, "844506", 1, 0, 8), + (23643, "844506", 1, 0, 8), + (23644, "844506", 1, 0, 8), + (23645, "844506", 1, 0, 8), + (23646, "844122", 1, 0, 8), + (23647, "844113", 1, 0, 8), + (23648, "844113", 1, 0, 8), + (23649, "844113", 1, 0, 8), + (23650, "844113", 1, 0, 8), + (23651, "844501", 1, 0, 8), + (23652, "844118", 1, 0, 8), + (23653, "844118", 1, 0, 8), + (23654, "844118", 1, 0, 8), + (23655, "844118", 1, 0, 8), + (23656, "844118", 1, 0, 8), + (23657, "844118", 1, 0, 8), + (23658, "844118", 1, 0, 8), + (23659, "844103", 1, 0, 8), + (23660, "844102", 1, 0, 8), + (23661, "844103", 1, 0, 8), + (23662, "844102", 1, 0, 8), + (23663, "844103", 1, 0, 8), + (23664, "844103", 1, 0, 8), + (23665, "844103", 1, 0, 8), + (23666, "844103", 1, 0, 8), + (23667, "844102", 1, 0, 8), + (23668, "844103", 1, 0, 8), + (23669, "844102", 1, 0, 8), + (23670, "844501", 1, 0, 8), + (23671, "844501", 1, 0, 8), + (23672, "844501", 1, 0, 8), + (23673, "844501", 1, 0, 8), + (23674, "844501", 1, 0, 8), + (23675, "844114", 1, 0, 8), + (23676, "844114", 1, 0, 8), + (23677, "844114", 1, 0, 8), + (23678, "844503", 1, 0, 8), + (23679, "844503", 1, 0, 8), + (23680, "844503", 1, 0, 8), + (23681, "844503", 1, 0, 8), + (23682, "844503", 1, 0, 8), + (23683, "844503", 1, 0, 8), + (23684, "844503", 1, 0, 8), + (23685, "844503", 1, 0, 8), + (23686, "844503", 1, 0, 8), + (23687, "844502", 1, 0, 8), + (23688, "844502", 1, 0, 8), + (23689, "844502", 1, 0, 8), + (23690, "844502", 1, 0, 8), + (23691, "844502", 1, 0, 8), + (23692, "844505", 1, 0, 8), + (23693, "844505", 1, 0, 8), + (23694, "844505", 1, 0, 8), + (23695, "844505", 1, 0, 8), + (23696, "844505", 1, 0, 8), + (23697, "844505", 1, 0, 8), + (23698, "844505", 1, 0, 8), + (23699, "843110", 1, 0, 8), + (23700, "843110", 1, 0, 8), + (23701, "843110", 1, 0, 8), + (23702, "843110", 1, 0, 8), + (23703, "843110", 1, 0, 8), + (23704, "843110", 1, 0, 8), + (23705, "844121", 1, 0, 8), + (23706, "844121", 1, 0, 8), + (23707, "844121", 1, 0, 8), + (23708, "844121", 1, 0, 8), + (23709, "844121", 1, 0, 8), + (23710, "844504", 1, 0, 8), + (23711, "844504", 1, 0, 8), + (23712, "844504", 1, 0, 8), + (23713, "844504", 1, 0, 8), + (23714, "844504", 1, 0, 8), + (23715, "844504", 1, 0, 8), + (23716, "844504", 1, 0, 8), + (23717, "844504", 1, 0, 8), + (23718, "844504", 1, 0, 8), + (23719, "844117", 1, 0, 8), + (23720, "844117", 1, 0, 8), + (23721, "844116", 1, 0, 8), + (23722, "844116", 1, 0, 8), + (23723, "844116", 1, 0, 8), + (23724, "844116", 1, 0, 8), + (23725, "844119", 1, 0, 8), + (23726, "844119", 1, 0, 8), + (23727, "844118", 1, 0, 8), + (23728, "844111", 1, 0, 8), + (23729, "844111", 1, 0, 8), + (23730, "844111", 1, 0, 8), + (23731, "844111", 1, 0, 8), + (23732, "844111", 1, 0, 8), + (23733, "844111", 1, 0, 8), + (23734, "844111", 1, 0, 8), + (23735, "844111", 1, 0, 8), + (23736, "844111", 1, 0, 8), + (23737, "844111", 1, 0, 8), + (23738, "844113", 1, 0, 8), + (23739, "844113", 1, 0, 8), + (23740, "844122", 1, 0, 8), + (23741, "844122", 1, 0, 8), + (23742, "844122", 1, 0, 8), + (23743, "843114", 1, 0, 8), + (23744, "843114", 1, 0, 8), + (23745, "843114", 1, 0, 8), + (23746, "843114", 1, 0, 8), + (23747, "843114", 1, 0, 8), + (23748, "843114", 1, 0, 8), + (23749, "843114", 1, 0, 8), + (23750, "843114", 1, 0, 8), + (23751, "843114", 1, 0, 8), + (23752, "843114", 1, 0, 8), + (23753, "843114", 1, 0, 8), + (23754, "843114", 1, 0, 8), + (23755, "844123", 1, 0, 8), + (23756, "844123", 1, 0, 8), + (23757, "844123", 1, 0, 8), + (23758, "844123", 1, 0, 8), + (23759, "844123", 1, 0, 8), + (23760, "844123", 1, 0, 8), + (23761, "844123", 1, 0, 8), + (23762, "844508", 1, 0, 8), + (23763, "844508", 1, 0, 8), + (23764, "844508", 1, 0, 8), + (23765, "844508", 1, 0, 8), + (23766, "844508", 1, 0, 8), + (23767, "844508", 1, 0, 8), + (23768, "844508", 1, 0, 8), + (23769, "844508", 1, 0, 8), + (23770, "844508", 1, 0, 8), + (23771, "844508", 1, 0, 8), + (23772, "844508", 1, 0, 8), + (23773, "844508", 1, 0, 8), + (23774, "844124", 1, 0, 8), + (23775, "844124", 1, 0, 8), + (23776, "844124", 1, 0, 8), + (23777, "844124", 1, 0, 8), + (23778, "844124", 1, 0, 8), + (23779, "844509", 1, 0, 8), + (23780, "844509", 1, 0, 8), + (23781, "844509", 1, 0, 8), + (23782, "844509", 1, 0, 8), + (23783, "844509", 1, 0, 8), + (23784, "844125", 1, 0, 8), + (23785, "844125", 1, 0, 8), + (23786, "844125", 1, 0, 8), + (23787, "844125", 1, 0, 8), + (23788, "844125", 1, 0, 8), + (23789, "844125", 1, 0, 8), + (23790, "844126", 1, 0, 8), + (23791, "844126", 1, 0, 8), + (23792, "844126", 1, 0, 8), + (23793, "844126", 1, 0, 8), + (23794, "844126", 1, 0, 8), + (23795, "844126", 1, 0, 8), + (23796, "844126", 1, 0, 8), + (23797, "844126", 1, 0, 8), + (23798, "844126", 1, 0, 8), + (23799, "844126", 1, 0, 8), + (23800, "844126", 1, 0, 8), + (23801, "844126", 1, 0, 8), + (23802, "844128", 1, 0, 8), + (23803, "844128", 1, 0, 8), + (23804, "801109", 1, 0, 8), + (23805, "801109", 1, 0, 8), + (23806, "801109", 1, 0, 8), + (23807, "801109", 1, 0, 8), + (23808, "801110", 1, 0, 8), + (23809, "801110", 1, 0, 8), + (23810, "801110", 1, 0, 8), + (23811, "801110", 1, 0, 8), + (23812, "801110", 1, 0, 8), + (23813, "801110", 1, 0, 8), + (23814, "801110", 1, 0, 8), + (23815, "801110", 1, 0, 8), + (23816, "801110", 1, 0, 8), + (23817, "801110", 1, 0, 8), + (23818, "801110", 1, 0, 8), + (23819, "801110", 1, 0, 8), + (23820, "801110", 1, 0, 8), + (23821, "801110", 1, 0, 8), + (23822, "801110", 1, 0, 8), + (23823, "801110", 1, 0, 8), + (23824, "801110", 1, 0, 8), + (23825, "801110", 1, 0, 8), + (23826, "801110", 1, 0, 8), + (23827, "801110", 1, 0, 8), + (23828, "801110", 1, 0, 8), + (23829, "804453", 1, 0, 8), + (23830, "804453", 1, 0, 8), + (23831, "800002", 1, 0, 8), + (23832, "800002", 1, 0, 8), + (23833, "801102", 1, 0, 8), + (23834, "801102", 1, 0, 8), + (23835, "801102", 1, 0, 8), + (23836, "801102", 1, 0, 8), + (23837, "801102", 1, 0, 8), + (23838, "801102", 1, 0, 8), + (23839, "801102", 1, 0, 8), + (23840, "801102", 1, 0, 8), + (23841, "801102", 1, 0, 8), + (23842, "801102", 1, 0, 8), + (23843, "801103", 1, 0, 8), + (23844, "801103", 1, 0, 8), + (23845, "801103", 1, 0, 8), + (23846, "801103", 1, 0, 8), + (23847, "801103", 1, 0, 8), + (23848, "801103", 1, 0, 8), + (23849, "801103", 1, 0, 8), + (23850, "801103", 1, 0, 8), + (23851, "801103", 1, 0, 8), + (23852, "801104", 1, 0, 8), + (23853, "801104", 1, 0, 8), + (23854, "801104", 1, 0, 8), + (23855, "801104", 1, 0, 8), + (23856, "801104", 1, 0, 8), + (23857, "801104", 1, 0, 8), + (23858, "801104", 1, 0, 8), + (23859, "801104", 1, 0, 8), + (23860, "801104", 1, 0, 8), + (23861, "801104", 1, 0, 8), + (23862, "801104", 1, 0, 8), + (23863, "804453", 1, 0, 8), + (23864, "804453", 1, 0, 8), + (23865, "804453", 1, 0, 8), + (23866, "804453", 1, 0, 8), + (23867, "804453", 1, 0, 8), + (23868, "804453", 1, 0, 8), + (23869, "804453", 1, 0, 8), + (23870, "804453", 1, 0, 8), + (23871, "804453", 1, 0, 8), + (23872, "804453", 1, 0, 8), + (23873, "804453", 1, 0, 8), + (23874, "804453", 1, 0, 8), + (23875, "804453", 1, 0, 8), + (23876, "804453", 1, 0, 8), + (23877, "804453", 1, 0, 8), + (23878, "803201", 1, 0, 8), + (23879, "804451", 1, 0, 8), + (23880, "804452", 1, 0, 8), + (23881, "803201", 1, 0, 8), + (23882, "803201", 1, 0, 8), + (23883, "803201", 1, 0, 8), + (23884, "803201", 1, 0, 8), + (23885, "803201", 1, 0, 8), + (23886, "803201", 1, 0, 8), + (23887, "803201", 1, 0, 8), + (23888, "803201", 1, 0, 8), + (23889, "804451", 1, 0, 8), + (23890, "804451", 1, 0, 8), + (23891, "804451", 1, 0, 8), + (23892, "804451", 1, 0, 8), + (23893, "804451", 1, 0, 8), + (23894, "804451", 1, 0, 8), + (23895, "804451", 1, 0, 8), + (23896, "804451", 1, 0, 8), + (23897, "804451", 1, 0, 8), + (23898, "804451", 1, 0, 8), + (23899, "804451", 1, 0, 8), + (23900, "804451", 1, 0, 8), + (23901, "804451", 1, 0, 8), + (23902, "804451", 1, 0, 8), + (23903, "804451", 1, 0, 8), + (23904, "804451", 1, 0, 8), + (23905, "804451", 1, 0, 8), + (23906, "804451", 1, 0, 8), + (23907, "804451", 1, 0, 8), + (23908, "804451", 1, 0, 8), + (23909, "804451", 1, 0, 8), + (23910, "804451", 1, 0, 8), + (23911, "804451", 1, 0, 8), + (23912, "804453", 1, 0, 8), + (23913, "804453", 1, 0, 8), + (23914, "804453", 1, 0, 8), + (23915, "804453", 1, 0, 8), + (23916, "804453", 1, 0, 8), + (23917, "804453", 1, 0, 8), + (23918, "804453", 1, 0, 8), + (23919, "804453", 1, 0, 8), + (23920, "801505", 1, 0, 8), + (23921, "801505", 1, 0, 8), + (23922, "801505", 1, 0, 8), + (23923, "801505", 1, 0, 8), + (23924, "801111", 1, 0, 8), + (23925, "801111", 1, 0, 8), + (23926, "801111", 1, 0, 8), + (23927, "801111", 1, 0, 8), + (23928, "801111", 1, 0, 8), + (23929, "801104", 1, 0, 8), + (23930, "801503", 1, 0, 8), + (23931, "801503", 1, 0, 8), + (23932, "801503", 1, 0, 8), + (23933, "801503", 1, 0, 8), + (23934, "801503", 1, 0, 8), + (23935, "801503", 1, 0, 8), + (23936, "801503", 1, 0, 8), + (23937, "801503", 1, 0, 8), + (23938, "801503", 1, 0, 8), + (23939, "800012", 1, 0, 8), + (23940, "800012", 1, 0, 8), + (23941, "800012", 1, 0, 8), + (23942, "803201", 1, 0, 8), + (23943, "803201", 1, 0, 8), + (23944, "804452", 1, 0, 8), + (23945, "804452", 1, 0, 8), + (23946, "804452", 1, 0, 8), + (23947, "804452", 1, 0, 8), + (23948, "804452", 1, 0, 8), + (23949, "804452", 1, 0, 8), + (23950, "801111", 1, 0, 8), + (23951, "801111", 1, 0, 8), + (23952, "801506", 1, 0, 8), + (23953, "800007", 1, 0, 8), + (23954, "800007", 1, 0, 8), + (23955, "800030", 1, 0, 8), + (23956, "800007", 1, 0, 8), + (23957, "800009", 1, 0, 8), + (23958, "800009", 1, 0, 8), + (23959, "800009", 1, 0, 8), + (23960, "800009", 1, 0, 8), + (23961, "800030", 1, 0, 8), + (23962, "801105", 1, 0, 8), + (23963, "801105", 1, 0, 8), + (23964, "803202", 1, 0, 8), + (23965, "803202", 1, 0, 8), + (23966, "803202", 1, 0, 8), + (23967, "803202", 1, 0, 8), + (23968, "803202", 1, 0, 8), + (23969, "803202", 1, 0, 8), + (23970, "803202", 1, 0, 8), + (23971, "803202", 1, 0, 8), + (23972, "803202", 1, 0, 8), + (23973, "803202", 1, 0, 8), + (23974, "803202", 1, 0, 8), + (23975, "803202", 1, 0, 8), + (23976, "803202", 1, 0, 8), + (23977, "803202", 1, 0, 8), + (23978, "803202", 1, 0, 8), + (23979, "803202", 1, 0, 8), + (23980, "803202", 1, 0, 8), + (23981, "803202", 1, 0, 8), + (23982, "803202", 1, 0, 8), + (23983, "801112", 1, 0, 8), + (23984, "801112", 1, 0, 8), + (23985, "801112", 1, 0, 8), + (23986, "801112", 1, 0, 8), + (23987, "801112", 1, 0, 8), + (23988, "800020", 1, 0, 8), + (23989, "801108", 1, 0, 8), + (23990, "801108", 1, 0, 8), + (23991, "801108", 1, 0, 8), + (23992, "801108", 1, 0, 8), + (23993, "801108", 1, 0, 8), + (23994, "801108", 1, 0, 8), + (23995, "801108", 1, 0, 8), + (23996, "801108", 1, 0, 8), + (23997, "801108", 1, 0, 8), + (23998, "804452", 1, 0, 8), + (23999, "804452", 1, 0, 8), + (24000, "804452", 1, 0, 8), + (24001, "804452", 1, 0, 8), + (24002, "804452", 1, 0, 8), + (24003, "804452", 1, 0, 8), + (24004, "804452", 1, 0, 8), + (24005, "804452", 1, 0, 8), + (24006, "804452", 1, 0, 8), + (24007, "804452", 1, 0, 8), + (24008, "804452", 1, 0, 8), + (24009, "804452", 1, 0, 8), + (24010, "804452", 1, 0, 8), + (24011, "804454", 1, 0, 8), + (24012, "804454", 1, 0, 8), + (24013, "804454", 1, 0, 8), + (24014, "804454", 1, 0, 8), + (24015, "804454", 1, 0, 8), + (24016, "804454", 1, 0, 8), + (24017, "804454", 1, 0, 8), + (24018, "804454", 1, 0, 8), + (24019, "804454", 1, 0, 8), + (24020, "801113", 1, 0, 8), + (24021, "801113", 1, 0, 8), + (24022, "801113", 1, 0, 8), + (24023, "801113", 1, 0, 8), + (24024, "801109", 1, 0, 8), + (24025, "801109", 1, 0, 8), + (24026, "801109", 1, 0, 8), + (24027, "801109", 1, 0, 8), + (24028, "801109", 1, 0, 8), + (24029, "801109", 1, 0, 8), + (24030, "801109", 1, 0, 8), + (24031, "801109", 1, 0, 8), + (24032, "801109", 1, 0, 8), + (24033, "801109", 1, 0, 8), + (24034, "801109", 1, 0, 8), + (24035, "160030", 1, 0, 34), + (24036, "160003", 1, 0, 34), + (24037, "160004", 1, 0, 34), + (24038, "160014", 1, 0, 34), + (24039, "160012", 1, 0, 34), + (24040, "160018", 1, 0, 34), + (24041, "160001", 1, 0, 34), + (24042, "160002", 1, 0, 34), + (24043, "160101", 1, 0, 34), + (24044, "160101", 1, 0, 34), + (24045, "160001", 1, 0, 34), + (24046, "160019", 1, 0, 34), + (24047, "160002", 1, 0, 34), + (24048, "160009", 1, 0, 34), + (24049, "160009", 1, 0, 34), + (24050, "160011", 1, 0, 34), + (24051, "160011", 1, 0, 34), + (24052, "160012", 1, 0, 34), + (24053, "160014", 1, 0, 34), + (24054, "160015", 1, 0, 34), + (24055, "160015", 1, 0, 34), + (24056, "160018", 1, 0, 34), + (24057, "160019", 1, 0, 34), + (24058, "160022", 1, 0, 34), + (24059, "160022", 1, 0, 34), + (24060, "160023", 1, 0, 34), + (24061, "160019", 1, 0, 34), + (24062, "160030", 1, 0, 34), + (24063, "160030", 1, 0, 34), + (24064, "160022", 1, 0, 34), + (24065, "160022", 1, 0, 34), + (24066, "160036", 1, 0, 34), + (24067, "160036", 1, 0, 34), + (24068, "160047", 1, 0, 34), + (24069, "160047", 1, 0, 34), + (24070, "160001", 1, 0, 34), + (24071, "160025", 1, 0, 34), + (24072, "160102", 1, 0, 34), + (24073, "160020", 1, 0, 34), + (24074, "160019", 1, 0, 34), + (24075, "160016", 1, 0, 34), + (24076, "160005", 1, 0, 34), + (24077, "160043", 1, 0, 34), + (24078, "160017", 1, 0, 34), + (24079, "160047", 1, 0, 34), + (24080, "160002", 1, 0, 34), + (24081, "160101", 1, 0, 34), + (24082, "160102", 1, 0, 34), + (24083, "160036", 1, 0, 34), + (24084, "140603", 1, 0, 34), + (24085, "160101", 1, 0, 34), + (24086, "140125", 1, 0, 34), + (24087, "160014", 1, 0, 34), + (24088, "140133", 1, 0, 34), + (24089, "140119", 1, 0, 34), + (24090, "160003", 1, 0, 34), + (24091, "490001", 1, 0, 35), + (24092, "491001", 1, 0, 34), + (24093, "495555", 1, 0, 35), + (24094, "496005", 1, 0, 35), + (24095, "491230", 1, 0, 35), + (24096, "491001", 1, 0, 35), + (24097, "497117", 1, 0, 35), + (24098, "494237", 1, 0, 35), + (24099, "491996", 1, 0, 35), + (24100, "493196", 1, 0, 35), + (24101, "492009", 1, 0, 35), + (24102, "493113", 1, 0, 35), + (24103, "493195", 1, 0, 35), + (24104, "493555", 1, 0, 35), + (24105, "492001", 1, 0, 35), + (24106, "493335", 1, 0, 35), + (24107, "493344", 1, 0, 35), + (24108, "493225", 1, 0, 35), + (24109, "493663", 1, 0, 35), + (24110, "493526", 1, 0, 35), + (24111, "493445", 1, 0, 35), + (24112, "492015", 1, 0, 35), + (24113, "493111", 1, 0, 35), + (24114, "492101", 1, 0, 35), + (24115, "493778", 1, 0, 35), + (24116, "493881", 1, 0, 35), + (24117, "492109", 1, 0, 35), + (24118, "493114", 1, 0, 35), + (24119, "493228", 1, 0, 35), + (24120, "493661", 1, 0, 35), + (24121, "493441", 1, 0, 35), + (24122, "493449", 1, 0, 35), + (24123, "493116", 1, 0, 35), + (24124, "493332", 1, 0, 35), + (24125, "493554", 1, 0, 35), + (24126, "493118", 1, 0, 35), + (24127, "493118", 1, 0, 35), + (24128, "493222", 1, 0, 35), + (24129, "493338", 1, 0, 35), + (24130, "493221", 1, 0, 35), + (24131, "492001", 1, 0, 35), + (24132, "493996", 1, 0, 35), + (24133, "492001", 1, 0, 35), + (24134, "492001", 1, 0, 35), + (24135, "493890", 1, 0, 35), + (24136, "493773", 1, 0, 35), + (24137, "493773", 1, 0, 35), + (24138, "493773", 1, 0, 35), + (24139, "493889", 1, 0, 35), + (24140, "492004", 1, 0, 35), + (24141, "493992", 1, 0, 35), + (24142, "493551", 1, 0, 35), + (24143, "492001", 1, 0, 35), + (24144, "492009", 1, 0, 35), + (24145, "492001", 1, 0, 35), + (24146, "492001", 1, 0, 35), + (24147, "493885", 1, 0, 35), + (24148, "492001", 1, 0, 35), + (24149, "492010", 1, 0, 35), + (24150, "493331", 1, 0, 35), + (24151, "493776", 1, 0, 35), + (24152, "492112", 1, 0, 35), + (24153, "493558", 1, 0, 35), + (24154, "493559", 1, 0, 35), + (24155, "492010", 1, 0, 35), + (24156, "492004", 1, 0, 35), + (24157, "493101", 1, 0, 35), + (24158, "492013", 1, 0, 35), + (24159, "492099", 1, 0, 35), + (24160, "492003", 1, 0, 35), + (24161, "492005", 1, 0, 35), + (24162, "492001", 1, 0, 35), + (24163, "492008", 1, 0, 35), + (24164, "493229", 1, 0, 35), + (24165, "495001", 1, 0, 35), + (24166, "495686", 1, 0, 35), + (24167, "496109", 1, 0, 35), + (24168, "496108", 1, 0, 35), + (24169, "495448", 1, 0, 35), + (24170, "495003", 1, 0, 35), + (24171, "495452", 1, 0, 35), + (24172, "495006", 1, 0, 35), + (24173, "491995", 1, 0, 35), + (24174, "494450", 1, 0, 35), + (24175, "493770", 1, 0, 35), + (24176, "492002", 1, 0, 35), + (24177, "493662", 1, 0, 35), + (24178, "493888", 1, 0, 35), + (24179, "492012", 1, 0, 35), + (24180, "492014", 1, 0, 35), + (24181, "493887", 1, 0, 35), + (24182, "493891", 1, 0, 35), + (24183, "493448", 1, 0, 35), + (24184, "492016", 1, 0, 35), + (24185, "492017", 1, 0, 35), + (24186, "494332", 1, 0, 35), + (24187, "497450", 1, 0, 35), + (24188, "494001", 1, 0, 35), + (24189, "494334", 1, 0, 35), + (24190, "495001", 1, 0, 35), + (24191, "495677", 1, 0, 35), + (24192, "491001", 1, 0, 35), + (24193, "491441", 1, 0, 35), + (24194, "490001", 1, 0, 35), + (24195, "496001", 1, 0, 35), + (24196, "497001", 1, 0, 35), + (24197, "492001", 1, 0, 35), + (24198, "495668", 1, 0, 35), + (24199, "493558", 1, 0, 35), + (24200, "493101", 1, 0, 35), + (24201, "493551", 1, 0, 35), + (24202, "493551", 1, 0, 35), + (24203, "493441", 1, 0, 35), + (24204, "493441", 1, 0, 35), + (24205, "493113", 1, 0, 35), + (24206, "494442", 1, 0, 35), + (24207, "495559", 1, 0, 35), + (24208, "495446", 1, 0, 35), + (24209, "495220", 1, 0, 35), + (24210, "495556", 1, 0, 35), + (24211, "491337", 1, 0, 35), + (24212, "491001", 1, 0, 35), + (24213, "491221", 1, 0, 35), + (24214, "491222", 1, 0, 35), + (24215, "491222", 1, 0, 35), + (24216, "491445", 1, 0, 35), + (24217, "491441", 1, 0, 35), + (24218, "496331", 1, 0, 35), + (24219, "496115", 1, 0, 35), + (24220, "496115", 1, 0, 35), + (24221, "497101", 1, 0, 35), + (24222, "497225", 1, 0, 35), + (24223, "496223", 1, 0, 35), + (24224, "497231", 1, 0, 35), + (24225, "496100", 1, 0, 35), + (24226, "491230", 1, 0, 35), + (24227, "491230", 1, 0, 35), + (24228, "491230", 1, 0, 35), + (24229, "491230", 1, 0, 35), + (24230, "491230", 1, 0, 35), + (24231, "491230", 1, 0, 35), + (24232, "491230", 1, 0, 35), + (24233, "494444", 1, 0, 35), + (24234, "494444", 1, 0, 35), + (24235, "494114", 1, 0, 35), + (24236, "494450", 1, 0, 35), + (24237, "494111", 1, 0, 35), + (24238, "494111", 1, 0, 35), + (24239, "494441", 1, 0, 35), + (24240, "494450", 1, 0, 35), + (24241, "494226", 1, 0, 35), + (24242, "493889", 1, 0, 35), + (24243, "493890", 1, 0, 35), + (24244, "494553", 1, 0, 35), + (24245, "496001", 1, 0, 34), + (24246, "496001", 1, 0, 35), + (24247, "494229", 1, 0, 35), + (24248, "494221", 1, 0, 35), + (24249, "495335", 1, 0, 35), + (24250, "495334", 1, 0, 35), + (24251, "495668", 1, 0, 35), + (24252, "494449", 1, 0, 35), + (24253, "494441", 1, 0, 35), + (24254, "494450", 1, 0, 35), + (24255, "493551", 1, 0, 35), + (24256, "496115", 1, 0, 35), + (24257, "497223", 1, 0, 35), + (24258, "497223", 1, 0, 35), + (24259, "496220", 1, 0, 35), + (24260, "496116", 1, 0, 35), + (24261, "495334", 1, 0, 35), + (24262, "495448", 1, 0, 35), + (24263, "496115", 1, 0, 35), + (24264, "497001", 1, 0, 35), + (24265, "490042", 1, 0, 35), + (24266, "493441", 1, 0, 35), + (24267, "493111", 1, 0, 35), + (24268, "493778", 1, 0, 35), + (24269, "493778", 1, 0, 35), + (24270, "493778", 1, 0, 35), + (24271, "493551", 1, 0, 35), + (24272, "492112", 1, 0, 35), + (24273, "492112", 1, 0, 35), + (24274, "495559", 1, 0, 35), + (24275, "493770", 1, 0, 35), + (24276, "496661", 1, 0, 35), + (24277, "493770", 1, 0, 35), + (24278, "493770", 1, 0, 35), + (24279, "493770", 1, 0, 35), + (24280, "493770", 1, 0, 35), + (24281, "493770", 1, 0, 35), + (24282, "493770", 1, 0, 35), + (24283, "493770", 1, 0, 35), + (24284, "493770", 1, 0, 35), + (24285, "493770", 1, 0, 35), + (24286, "493770", 1, 0, 35), + (24287, "493770", 1, 0, 35), + (24288, "493770", 1, 0, 35), + (24289, "495113", 1, 0, 35), + (24290, "495113", 1, 0, 35), + (24291, "495113", 1, 0, 35), + (24292, "495113", 1, 0, 35), + (24293, "495113", 1, 0, 35), + (24294, "495113", 1, 0, 35), + (24295, "495113", 1, 0, 35), + (24296, "495691", 1, 0, 35), + (24297, "494001", 1, 0, 35), + (24298, "494001", 1, 0, 35), + (24299, "494001", 1, 0, 35), + (24300, "494001", 1, 0, 35), + (24301, "494010", 1, 0, 35), + (24302, "494111", 1, 0, 35), + (24303, "494122", 1, 0, 35), + (24304, "494114", 1, 0, 35), + (24305, "494115", 1, 0, 35), + (24306, "494221", 1, 0, 35), + (24307, "494222", 1, 0, 35), + (24308, "494223", 1, 0, 35), + (24309, "494224", 1, 0, 35), + (24310, "494226", 1, 0, 35), + (24311, "494226", 1, 0, 35), + (24312, "494228", 1, 0, 35), + (24313, "494229", 1, 0, 35), + (24314, "494230", 1, 0, 35), + (24315, "494331", 1, 0, 35), + (24316, "494334", 1, 0, 35), + (24317, "494333", 1, 0, 35), + (24318, "494335", 1, 0, 35), + (24319, "494336", 1, 0, 35), + (24320, "494337", 1, 0, 35), + (24321, "494347", 1, 0, 35), + (24322, "494441", 1, 0, 35), + (24323, "494442", 1, 0, 35), + (24324, "494444", 1, 0, 35), + (24325, "494446", 1, 0, 35), + (24326, "494447", 1, 0, 35), + (24327, "494448", 1, 0, 35), + (24328, "494449", 1, 0, 35), + (24329, "494552", 1, 0, 35), + (24330, "494553", 1, 0, 35), + (24331, "494556", 1, 0, 35), + (24332, "494635", 1, 0, 35), + (24333, "494661", 1, 0, 35), + (24334, "494665", 1, 0, 35), + (24335, "494669", 1, 0, 35), + (24336, "494670", 1, 0, 35), + (24337, "494771", 1, 0, 35), + (24338, "494777", 1, 0, 35), + (24339, "494776", 1, 0, 35), + (24340, "495552", 1, 0, 35), + (24341, "495559", 1, 0, 35), + (24342, "495116", 1, 0, 35), + (24343, "495001", 1, 0, 35), + (24344, "495001", 1, 0, 35), + (24345, "495004", 1, 0, 35), + (24346, "495004", 1, 0, 35), + (24347, "495224", 1, 0, 35), + (24348, "495220", 1, 0, 35), + (24349, "495004", 1, 0, 35), + (24350, "495112", 1, 0, 35), + (24351, "495001", 1, 0, 35), + (24352, "495663", 1, 0, 35), + (24353, "495222", 1, 0, 35), + (24354, "495220", 1, 0, 35), + (24355, "495550", 1, 0, 35), + (24356, "495001", 1, 0, 35), + (24357, "495113", 1, 0, 35), + (24358, "495445", 1, 0, 35), + (24359, "495556", 1, 0, 35), + (24360, "495001", 1, 0, 35), + (24361, "495009", 1, 0, 35), + (24362, "495115", 1, 0, 35), + (24363, "495118", 1, 0, 35), + (24364, "495551", 1, 0, 35), + (24365, "495334", 1, 0, 35), + (24366, "495668", 1, 0, 35), + (24367, "495553", 1, 0, 35), + (24368, "495449", 1, 0, 35), + (24369, "495554", 1, 0, 35), + (24370, "495335", 1, 0, 35), + (24371, "495119", 1, 0, 35), + (24372, "495117", 1, 0, 35), + (24373, "495117", 1, 0, 35), + (24374, "495442", 1, 0, 35), + (24375, "495006", 1, 0, 35), + (24376, "495557", 1, 0, 35), + (24377, "495006", 1, 0, 35), + (24378, "495006", 1, 0, 35), + (24379, "495330", 1, 0, 35), + (24380, "495695", 1, 0, 35), + (24381, "495684", 1, 0, 35), + (24382, "495455", 1, 0, 35), + (24383, "495660", 1, 0, 35), + (24384, "495447", 1, 0, 35), + (24385, "495687", 1, 0, 35), + (24386, "495674", 1, 0, 35), + (24387, "495661", 1, 0, 35), + (24388, "495671", 1, 0, 35), + (24389, "495671", 1, 0, 35), + (24390, "495692", 1, 0, 35), + (24391, "495688", 1, 0, 35), + (24392, "495446", 1, 0, 35), + (24393, "495677", 1, 0, 35), + (24394, "495690", 1, 0, 35), + (24395, "495450", 1, 0, 35), + (24396, "495677", 1, 0, 35), + (24397, "495677", 1, 0, 35), + (24398, "495454", 1, 0, 35), + (24399, "495691", 1, 0, 35), + (24400, "495682", 1, 0, 35), + (24401, "495444", 1, 0, 35), + (24402, "495683", 1, 0, 35), + (24403, "495689", 1, 0, 35), + (24404, "495450", 1, 0, 35), + (24405, "495450", 1, 0, 35), + (24406, "495452", 1, 0, 35), + (24407, "491221", 1, 0, 35), + (24408, "491225", 1, 0, 35), + (24409, "491226", 1, 0, 35), + (24410, "491226", 1, 0, 35), + (24411, "491228", 1, 0, 35), + (24412, "491335", 1, 0, 35), + (24413, "491332", 1, 0, 35), + (24414, "490001", 1, 0, 35), + (24415, "490001", 1, 0, 35), + (24416, "490021", 1, 0, 35), + (24417, "490025", 1, 0, 35), + (24418, "490009", 1, 0, 35), + (24419, "490006", 1, 0, 35), + (24420, "491228", 1, 0, 35), + (24421, "491331", 1, 0, 35), + (24422, "491771", 1, 0, 35), + (24423, "491001", 1, 0, 35), + (24424, "491001", 1, 0, 35), + (24425, "491001", 1, 0, 35), + (24426, "491223", 1, 0, 35), + (24427, "491227", 1, 0, 35), + (24428, "490026", 1, 0, 35), + (24429, "490024", 1, 0, 35), + (24430, "490001", 1, 0, 35), + (24431, "491001", 1, 0, 35), + (24432, "491338", 1, 0, 35), + (24433, "490011", 1, 0, 35), + (24434, "490023", 1, 0, 35), + (24435, "490042", 1, 0, 35), + (24436, "491001", 1, 0, 35), + (24437, "490006", 1, 0, 35), + (24438, "491228", 1, 0, 35), + (24439, "491001", 1, 0, 35), + (24440, "490020", 1, 0, 35), + (24441, "491340", 1, 0, 35), + (24442, "490036", 1, 0, 35), + (24443, "490006", 1, 0, 35), + (24444, "491337", 1, 0, 35), + (24445, "490011", 1, 0, 35), + (24446, "491001", 1, 0, 35), + (24447, "491111", 1, 0, 35), + (24448, "490022", 1, 0, 35), + (24449, "491993", 1, 0, 35), + (24450, "490001", 1, 0, 35), + (24451, "490001", 1, 0, 35), + (24452, "490006", 1, 0, 35), + (24453, "490006", 1, 0, 35), + (24454, "490006", 1, 0, 35), + (24455, "490009", 1, 0, 35), + (24456, "491222", 1, 0, 35), + (24457, "490020", 1, 0, 35), + (24458, "490023", 1, 0, 35), + (24459, "491107", 1, 0, 35), + (24460, "490023", 1, 0, 35), + (24461, "491665", 1, 0, 35), + (24462, "491668", 1, 0, 35), + (24463, "491441", 1, 0, 35), + (24464, "491557", 1, 0, 35), + (24465, "491885", 1, 0, 35), + (24466, "491558", 1, 0, 35), + (24467, "491661", 1, 0, 35), + (24468, "491445", 1, 0, 35), + (24469, "491888", 1, 0, 35), + (24470, "491444", 1, 0, 35), + (24471, "491441", 1, 0, 35), + (24472, "491881", 1, 0, 35), + (24473, "491229", 1, 0, 35), + (24474, "491666", 1, 0, 35), + (24475, "491441", 1, 0, 35), + (24476, "491441", 1, 0, 35), + (24477, "491336", 1, 0, 35), + (24478, "491995", 1, 0, 35), + (24479, "491559", 1, 0, 35), + (24480, "497001", 1, 0, 35), + (24481, "497001", 1, 0, 35), + (24482, "497335", 1, 0, 35), + (24483, "497119", 1, 0, 35), + (24484, "497101", 1, 0, 35), + (24485, "497231", 1, 0, 35), + (24486, "497235", 1, 0, 35), + (24487, "497226", 1, 0, 35), + (24488, "497449", 1, 0, 35), + (24489, "497339", 1, 0, 35), + (24490, "497001", 1, 0, 35), + (24491, "497555", 1, 0, 35), + (24492, "497451", 1, 0, 35), + (24493, "497778", 1, 0, 35), + (24494, "497446", 1, 0, 35), + (24495, "497559", 1, 0, 35), + (24496, "497553", 1, 0, 35), + (24497, "497224", 1, 0, 35), + (24498, "497116", 1, 0, 35), + (24499, "497442", 1, 0, 35), + (24500, "497331", 1, 0, 35), + (24501, "497223", 1, 0, 35), + (24502, "497114", 1, 0, 35), + (24503, "497118", 1, 0, 35), + (24504, "497220", 1, 0, 35), + (24505, "497333", 1, 0, 35), + (24506, "497557", 1, 0, 35), + (24507, "497448", 1, 0, 35), + (24508, "497229", 1, 0, 35), + (24509, "497111", 1, 0, 35), + (24510, "497225", 1, 0, 35), + (24511, "497773", 1, 0, 35), + (24512, "497447", 1, 0, 35), + (24513, "496224", 1, 0, 35), + (24514, "496551", 1, 0, 35), + (24515, "496001", 1, 0, 35), + (24516, "496665", 1, 0, 35), + (24517, "496116", 1, 0, 35), + (24518, "496334", 1, 0, 35), + (24519, "496242", 1, 0, 35), + (24520, "496111", 1, 0, 35), + (24521, "496223", 1, 0, 35), + (24522, "496661", 1, 0, 35), + (24523, "496338", 1, 0, 35), + (24524, "496450", 1, 0, 35), + (24525, "496331", 1, 0, 35), + (24526, "496100", 1, 0, 35), + (24527, "496225", 1, 0, 35), + (24528, "496113", 1, 0, 35), + (24529, "496245", 1, 0, 35), + (24530, "496220", 1, 0, 35), + (24531, "496330", 1, 0, 35), + (24532, "496118", 1, 0, 35), + (24533, "496440", 1, 0, 35), + (24534, "496001", 1, 0, 35), + (24535, "496001", 1, 0, 35), + (24536, "496115", 1, 0, 35), + (24537, "496336", 1, 0, 35), + (24538, "496554", 1, 0, 35), + (24539, "496445", 1, 0, 35), + (24540, "496107", 1, 0, 35), + (24541, "496227", 1, 0, 35), + (24542, "494224", 1, 0, 35), + (24543, "494224", 1, 0, 35), + (24544, "494224", 1, 0, 35), + (24545, "494237", 1, 0, 35), + (24546, "494226", 1, 0, 35), + (24547, "494226", 1, 0, 35), + (24548, "494226", 1, 0, 35), + (24549, "494226", 1, 0, 35), + (24550, "494226", 1, 0, 35), + (24551, "494226", 1, 0, 35), + (24552, "494237", 1, 0, 35), + (24553, "494226", 1, 0, 35), + (24554, "494226", 1, 0, 35), + (24555, "494237", 1, 0, 35), + (24556, "494226", 1, 0, 35), + (24557, "494226", 1, 0, 35), + (24558, "494237", 1, 0, 35), + (24559, "494226", 1, 0, 35), + (24560, "494226", 1, 0, 35), + (24561, "494237", 1, 0, 35), + (24562, "494226", 1, 0, 35), + (24563, "494226", 1, 0, 35), + (24564, "494226", 1, 0, 35), + (24565, "494226", 1, 0, 35), + (24566, "494226", 1, 0, 35), + (24567, "494226", 1, 0, 35), + (24568, "494226", 1, 0, 35), + (24569, "494226", 1, 0, 35), + (24570, "494226", 1, 0, 35), + (24571, "494226", 1, 0, 35), + (24572, "494237", 1, 0, 35), + (24573, "494001", 1, 0, 35), + (24574, "494001", 1, 0, 35), + (24575, "494001", 1, 0, 35), + (24576, "494001", 1, 0, 35), + (24577, "494001", 1, 0, 35), + (24578, "494001", 1, 0, 35), + (24579, "494001", 1, 0, 35), + (24580, "494001", 1, 0, 35), + (24581, "494001", 1, 0, 35), + (24582, "494001", 1, 0, 35), + (24583, "494001", 1, 0, 35), + (24584, "494001", 1, 0, 35), + (24585, "494001", 1, 0, 35), + (24586, "494001", 1, 0, 35), + (24587, "494001", 1, 0, 35), + (24588, "494001", 1, 0, 35), + (24589, "494001", 1, 0, 35), + (24590, "494001", 1, 0, 35), + (24591, "494001", 1, 0, 35), + (24592, "494228", 1, 0, 35), + (24593, "494115", 1, 0, 35), + (24594, "494333", 1, 0, 35), + (24595, "494776", 1, 0, 35), + (24596, "494441", 1, 0, 35), + (24597, "494224", 1, 0, 35), + (24598, "494449", 1, 0, 35), + (24599, "494449", 1, 0, 35), + (24600, "494449", 1, 0, 35), + (24601, "494449", 1, 0, 35), + (24602, "494449", 1, 0, 35), + (24603, "494449", 1, 0, 35), + (24604, "494449", 1, 0, 35), + (24605, "494449", 1, 0, 35), + (24606, "494449", 1, 0, 35), + (24607, "494553", 1, 0, 35), + (24608, "494449", 1, 0, 35), + (24609, "494552", 1, 0, 35), + (24610, "494552", 1, 0, 35), + (24611, "494552", 1, 0, 35), + (24612, "494552", 1, 0, 35), + (24613, "494552", 1, 0, 35), + (24614, "494552", 1, 0, 35), + (24615, "494552", 1, 0, 35), + (24616, "494552", 1, 0, 35), + (24617, "494552", 1, 0, 35), + (24618, "494552", 1, 0, 35), + (24619, "494552", 1, 0, 35), + (24620, "494552", 1, 0, 35), + (24621, "494552", 1, 0, 35), + (24622, "494552", 1, 0, 35), + (24623, "494552", 1, 0, 35), + (24624, "494552", 1, 0, 35), + (24625, "494552", 1, 0, 35), + (24626, "494552", 1, 0, 35), + (24627, "494552", 1, 0, 35), + (24628, "494552", 1, 0, 35), + (24629, "494553", 1, 0, 35), + (24630, "494553", 1, 0, 35), + (24631, "494556", 1, 0, 35), + (24632, "494556", 1, 0, 35), + (24633, "494556", 1, 0, 35), + (24634, "494556", 1, 0, 35), + (24635, "494556", 1, 0, 35), + (24636, "494556", 1, 0, 35), + (24637, "494556", 1, 0, 35), + (24638, "494556", 1, 0, 35), + (24639, "494224", 1, 0, 35), + (24640, "494224", 1, 0, 35), + (24641, "494224", 1, 0, 35), + (24642, "494224", 1, 0, 35), + (24643, "494224", 1, 0, 35), + (24644, "494224", 1, 0, 35), + (24645, "494224", 1, 0, 35), + (24646, "494224", 1, 0, 35), + (24647, "494224", 1, 0, 35), + (24648, "494224", 1, 0, 35), + (24649, "494450", 1, 0, 35), + (24650, "494450", 1, 0, 35), + (24651, "494450", 1, 0, 35), + (24652, "494450", 1, 0, 35), + (24653, "494444", 1, 0, 35), + (24654, "494444", 1, 0, 35), + (24655, "494444", 1, 0, 35), + (24656, "494450", 1, 0, 35), + (24657, "494444", 1, 0, 35), + (24658, "494450", 1, 0, 35), + (24659, "494450", 1, 0, 35), + (24660, "494450", 1, 0, 35), + (24661, "494444", 1, 0, 35), + (24662, "494444", 1, 0, 35), + (24663, "494447", 1, 0, 35), + (24664, "494447", 1, 0, 35), + (24665, "494447", 1, 0, 35), + (24666, "494447", 1, 0, 35), + (24667, "494447", 1, 0, 35), + (24668, "494447", 1, 0, 35), + (24669, "494447", 1, 0, 35), + (24670, "494447", 1, 0, 35), + (24671, "494447", 1, 0, 35), + (24672, "494447", 1, 0, 35), + (24673, "494447", 1, 0, 35), + (24674, "494448", 1, 0, 35), + (24675, "494448", 1, 0, 35), + (24676, "494448", 1, 0, 35), + (24677, "494448", 1, 0, 35), + (24678, "494448", 1, 0, 35), + (24679, "494448", 1, 0, 35), + (24680, "494448", 1, 0, 35), + (24681, "494448", 1, 0, 35), + (24682, "494449", 1, 0, 35), + (24683, "494449", 1, 0, 35), + (24684, "494449", 1, 0, 35), + (24685, "494449", 1, 0, 35), + (24686, "494449", 1, 0, 35), + (24687, "494556", 1, 0, 35), + (24688, "494556", 1, 0, 35), + (24689, "494556", 1, 0, 35), + (24690, "494635", 1, 0, 35), + (24691, "494635", 1, 0, 35), + (24692, "494635", 1, 0, 35), + (24693, "494635", 1, 0, 35), + (24694, "494635", 1, 0, 35), + (24695, "494635", 1, 0, 35), + (24696, "494635", 1, 0, 35), + (24697, "494635", 1, 0, 35), + (24698, "494635", 1, 0, 35), + (24699, "494661", 1, 0, 35), + (24700, "494661", 1, 0, 35), + (24701, "494661", 1, 0, 35), + (24702, "494661", 1, 0, 35), + (24703, "494661", 1, 0, 35), + (24704, "494661", 1, 0, 35), + (24705, "494661", 1, 0, 35), + (24706, "494661", 1, 0, 35), + (24707, "494661", 1, 0, 35), + (24708, "494661", 1, 0, 35), + (24709, "494661", 1, 0, 35), + (24710, "494661", 1, 0, 35), + (24711, "494661", 1, 0, 35), + (24712, "494661", 1, 0, 35), + (24713, "494661", 1, 0, 35), + (24714, "494661", 1, 0, 35), + (24715, "494661", 1, 0, 35), + (24716, "494665", 1, 0, 35), + (24717, "494665", 1, 0, 35), + (24718, "494665", 1, 0, 35), + (24719, "494665", 1, 0, 35), + (24720, "494665", 1, 0, 35), + (24721, "494665", 1, 0, 35), + (24722, "494665", 1, 0, 35), + (24723, "494665", 1, 0, 35), + (24724, "494665", 1, 0, 35), + (24725, "494665", 1, 0, 35), + (24726, "494665", 1, 0, 35), + (24727, "494665", 1, 0, 35), + (24728, "494665", 1, 0, 35), + (24729, "494665", 1, 0, 35), + (24730, "494665", 1, 0, 35), + (24731, "494669", 1, 0, 35), + (24732, "494669", 1, 0, 35), + (24733, "494669", 1, 0, 35), + (24734, "494669", 1, 0, 35), + (24735, "494669", 1, 0, 35), + (24736, "494669", 1, 0, 35), + (24737, "494669", 1, 0, 35), + (24738, "494001", 1, 0, 35), + (24739, "494001", 1, 0, 35), + (24740, "494001", 1, 0, 35), + (24741, "494001", 1, 0, 35), + (24742, "494010", 1, 0, 35), + (24743, "494010", 1, 0, 35), + (24744, "494010", 1, 0, 35), + (24745, "494010", 1, 0, 35), + (24746, "494010", 1, 0, 35), + (24747, "494010", 1, 0, 35), + (24748, "494010", 1, 0, 35), + (24749, "494010", 1, 0, 35), + (24750, "494010", 1, 0, 35), + (24751, "494010", 1, 0, 35), + (24752, "494010", 1, 0, 35), + (24753, "494010", 1, 0, 35), + (24754, "494010", 1, 0, 35), + (24755, "494010", 1, 0, 35), + (24756, "494010", 1, 0, 35), + (24757, "494010", 1, 0, 35), + (24758, "494010", 1, 0, 35), + (24759, "494010", 1, 0, 35), + (24760, "494010", 1, 0, 35), + (24761, "494010", 1, 0, 35), + (24762, "494010", 1, 0, 35), + (24763, "494010", 1, 0, 35), + (24764, "494111", 1, 0, 35), + (24765, "494111", 1, 0, 35), + (24766, "494111", 1, 0, 35), + (24767, "494111", 1, 0, 35), + (24768, "494111", 1, 0, 35), + (24769, "494111", 1, 0, 35), + (24770, "494111", 1, 0, 35), + (24771, "494111", 1, 0, 35), + (24772, "494111", 1, 0, 35), + (24773, "494111", 1, 0, 35), + (24774, "494111", 1, 0, 35), + (24775, "494111", 1, 0, 35), + (24776, "494111", 1, 0, 35), + (24777, "494111", 1, 0, 35), + (24778, "494111", 1, 0, 35), + (24779, "494111", 1, 0, 35), + (24780, "494226", 1, 0, 35), + (24781, "494237", 1, 0, 35), + (24782, "494226", 1, 0, 35), + (24783, "494226", 1, 0, 35), + (24784, "494228", 1, 0, 35), + (24785, "494228", 1, 0, 35), + (24786, "494228", 1, 0, 35), + (24787, "494228", 1, 0, 35), + (24788, "494228", 1, 0, 35), + (24789, "494669", 1, 0, 35), + (24790, "494669", 1, 0, 35), + (24791, "494669", 1, 0, 35), + (24792, "494670", 1, 0, 35), + (24793, "494670", 1, 0, 35), + (24794, "494670", 1, 0, 35), + (24795, "494670", 1, 0, 35), + (24796, "494670", 1, 0, 35), + (24797, "494670", 1, 0, 35), + (24798, "494670", 1, 0, 35), + (24799, "494670", 1, 0, 35), + (24800, "494670", 1, 0, 35), + (24801, "494670", 1, 0, 35), + (24802, "494670", 1, 0, 35), + (24803, "494670", 1, 0, 35), + (24804, "494670", 1, 0, 35), + (24805, "494670", 1, 0, 35), + (24806, "494670", 1, 0, 35), + (24807, "494670", 1, 0, 35), + (24808, "494771", 1, 0, 35), + (24809, "494771", 1, 0, 35), + (24810, "494771", 1, 0, 35), + (24811, "494771", 1, 0, 35), + (24812, "494771", 1, 0, 35), + (24813, "494771", 1, 0, 35), + (24814, "494776", 1, 0, 35), + (24815, "494776", 1, 0, 35), + (24816, "494776", 1, 0, 35), + (24817, "494776", 1, 0, 35), + (24818, "494228", 1, 0, 35), + (24819, "494228", 1, 0, 35), + (24820, "494228", 1, 0, 35), + (24821, "494228", 1, 0, 35), + (24822, "494229", 1, 0, 35), + (24823, "494229", 1, 0, 35), + (24824, "494229", 1, 0, 35), + (24825, "494229", 1, 0, 35), + (24826, "494229", 1, 0, 35), + (24827, "494229", 1, 0, 35), + (24828, "494229", 1, 0, 35), + (24829, "494230", 1, 0, 35), + (24830, "494230", 1, 0, 35), + (24831, "494230", 1, 0, 35), + (24832, "494230", 1, 0, 35), + (24833, "494230", 1, 0, 35), + (24834, "494230", 1, 0, 35), + (24835, "494230", 1, 0, 35), + (24836, "494230", 1, 0, 35), + (24837, "494230", 1, 0, 35), + (24838, "494230", 1, 0, 35), + (24839, "494230", 1, 0, 35), + (24840, "494230", 1, 0, 35), + (24841, "494230", 1, 0, 35), + (24842, "494122", 1, 0, 35), + (24843, "494122", 1, 0, 35), + (24844, "494122", 1, 0, 35), + (24845, "494122", 1, 0, 35), + (24846, "494122", 1, 0, 35), + (24847, "494122", 1, 0, 35), + (24848, "494122", 1, 0, 35), + (24849, "494122", 1, 0, 35), + (24850, "494122", 1, 0, 35), + (24851, "494122", 1, 0, 35), + (24852, "494122", 1, 0, 35), + (24853, "494122", 1, 0, 35), + (24854, "494122", 1, 0, 35), + (24855, "494114", 1, 0, 35), + (24856, "494114", 1, 0, 35), + (24857, "494114", 1, 0, 35), + (24858, "494114", 1, 0, 35), + (24859, "494114", 1, 0, 35), + (24860, "494114", 1, 0, 35), + (24861, "494114", 1, 0, 35), + (24862, "494114", 1, 0, 35), + (24863, "494115", 1, 0, 35), + (24864, "494115", 1, 0, 35), + (24865, "494115", 1, 0, 35), + (24866, "494115", 1, 0, 35), + (24867, "494115", 1, 0, 35), + (24868, "494115", 1, 0, 35), + (24869, "494115", 1, 0, 35), + (24870, "494115", 1, 0, 35), + (24871, "494115", 1, 0, 35), + (24872, "494115", 1, 0, 35), + (24873, "494230", 1, 0, 35), + (24874, "494230", 1, 0, 35), + (24875, "494230", 1, 0, 35), + (24876, "494230", 1, 0, 35), + (24877, "494230", 1, 0, 35), + (24878, "494230", 1, 0, 35), + (24879, "494230", 1, 0, 35), + (24880, "494331", 1, 0, 35), + (24881, "494331", 1, 0, 35), + (24882, "494331", 1, 0, 35), + (24883, "494333", 1, 0, 35), + (24884, "494334", 1, 0, 35), + (24885, "494332", 1, 0, 35), + (24886, "494332", 1, 0, 35), + (24887, "494334", 1, 0, 35), + (24888, "494332", 1, 0, 35), + (24889, "494334", 1, 0, 35), + (24890, "494332", 1, 0, 35), + (24891, "494334", 1, 0, 35), + (24892, "494332", 1, 0, 35), + (24893, "494332", 1, 0, 35), + (24894, "494333", 1, 0, 35), + (24895, "494334", 1, 0, 35), + (24896, "494332", 1, 0, 35), + (24897, "494332", 1, 0, 35), + (24898, "494334", 1, 0, 35), + (24899, "494333", 1, 0, 35), + (24900, "494332", 1, 0, 35), + (24901, "494334", 1, 0, 35), + (24902, "494334", 1, 0, 35), + (24903, "494334", 1, 0, 35), + (24904, "494334", 1, 0, 35), + (24905, "494332", 1, 0, 35), + (24906, "494332", 1, 0, 35), + (24907, "494334", 1, 0, 35), + (24908, "494335", 1, 0, 35), + (24909, "494333", 1, 0, 35), + (24910, "494333", 1, 0, 35), + (24911, "494333", 1, 0, 35), + (24912, "494335", 1, 0, 35), + (24913, "494335", 1, 0, 35), + (24914, "494333", 1, 0, 35), + (24915, "494335", 1, 0, 35), + (24916, "494335", 1, 0, 35), + (24917, "494335", 1, 0, 35), + (24918, "494335", 1, 0, 35), + (24919, "494335", 1, 0, 35), + (24920, "494335", 1, 0, 35), + (24921, "494336", 1, 0, 35), + (24922, "494333", 1, 0, 35), + (24923, "494333", 1, 0, 35), + (24924, "494336", 1, 0, 35), + (24925, "494336", 1, 0, 35), + (24926, "494336", 1, 0, 35), + (24927, "494336", 1, 0, 35), + (24928, "494336", 1, 0, 35), + (24929, "494336", 1, 0, 35), + (24930, "494336", 1, 0, 35), + (24931, "494336", 1, 0, 35), + (24932, "494336", 1, 0, 35), + (24933, "494336", 1, 0, 35), + (24934, "494337", 1, 0, 35), + (24935, "494337", 1, 0, 35), + (24936, "494337", 1, 0, 35), + (24937, "494337", 1, 0, 35), + (24938, "494337", 1, 0, 35), + (24939, "494337", 1, 0, 35), + (24940, "494337", 1, 0, 35), + (24941, "494337", 1, 0, 35), + (24942, "494337", 1, 0, 35), + (24943, "494337", 1, 0, 35), + (24944, "494347", 1, 0, 35), + (24945, "494347", 1, 0, 35), + (24946, "494347", 1, 0, 35), + (24947, "494347", 1, 0, 35), + (24948, "494347", 1, 0, 35), + (24949, "494347", 1, 0, 35), + (24950, "494347", 1, 0, 35), + (24951, "494347", 1, 0, 35), + (24952, "494347", 1, 0, 35), + (24953, "494347", 1, 0, 35), + (24954, "494347", 1, 0, 35), + (24955, "494446", 1, 0, 35), + (24956, "494446", 1, 0, 35), + (24957, "494446", 1, 0, 35), + (24958, "494446", 1, 0, 35), + (24959, "494446", 1, 0, 35), + (24960, "494446", 1, 0, 35), + (24961, "494446", 1, 0, 35), + (24962, "494446", 1, 0, 35), + (24963, "494441", 1, 0, 35), + (24964, "494441", 1, 0, 35), + (24965, "494450", 1, 0, 35), + (24966, "494441", 1, 0, 35), + (24967, "494441", 1, 0, 35), + (24968, "494441", 1, 0, 35), + (24969, "494441", 1, 0, 35), + (24970, "494441", 1, 0, 35), + (24971, "494441", 1, 0, 35), + (24972, "494776", 1, 0, 35), + (24973, "494776", 1, 0, 35), + (24974, "494776", 1, 0, 35), + (24975, "494776", 1, 0, 35), + (24976, "494776", 1, 0, 35), + (24977, "494776", 1, 0, 35), + (24978, "494777", 1, 0, 35), + (24979, "494777", 1, 0, 35), + (24980, "494777", 1, 0, 35), + (24981, "494777", 1, 0, 35), + (24982, "494777", 1, 0, 35), + (24983, "494777", 1, 0, 35), + (24984, "494777", 1, 0, 35), + (24985, "494777", 1, 0, 35), + (24986, "494777", 1, 0, 35), + (24987, "494335", 1, 0, 35), + (24988, "494447", 1, 0, 35), + (24989, "494447", 1, 0, 35), + (24990, "494115", 1, 0, 35), + (24991, "494115", 1, 0, 35), + (24992, "494115", 1, 0, 35), + (24993, "494115", 1, 0, 35), + (24994, "494115", 1, 0, 35), + (24995, "494115", 1, 0, 35), + (24996, "494115", 1, 0, 35), + (24997, "494115", 1, 0, 35), + (24998, "494115", 1, 0, 35), + (24999, "494221", 1, 0, 35), + (25000, "494221", 1, 0, 35), + (25001, "494221", 1, 0, 35), + (25002, "494221", 1, 0, 35), + (25003, "494221", 1, 0, 35), + (25004, "494221", 1, 0, 35), + (25005, "494221", 1, 0, 35), + (25006, "494221", 1, 0, 35), + (25007, "494221", 1, 0, 35), + (25008, "494222", 1, 0, 35), + (25009, "494222", 1, 0, 35), + (25010, "494222", 1, 0, 35), + (25011, "494222", 1, 0, 35), + (25012, "494222", 1, 0, 35), + (25013, "494222", 1, 0, 35), + (25014, "494222", 1, 0, 35), + (25015, "494222", 1, 0, 35), + (25016, "494222", 1, 0, 35), + (25017, "494222", 1, 0, 35), + (25018, "494222", 1, 0, 35), + (25019, "494222", 1, 0, 35), + (25020, "494222", 1, 0, 35), + (25021, "494222", 1, 0, 35), + (25022, "494441", 1, 0, 35), + (25023, "494441", 1, 0, 35), + (25024, "494441", 1, 0, 35), + (25025, "494450", 1, 0, 35), + (25026, "494441", 1, 0, 35), + (25027, "494441", 1, 0, 35), + (25028, "494442", 1, 0, 35), + (25029, "494442", 1, 0, 35), + (25030, "494442", 1, 0, 35), + (25031, "494442", 1, 0, 35), + (25032, "494442", 1, 0, 35), + (25033, "494442", 1, 0, 35), + (25034, "494442", 1, 0, 35), + (25035, "494442", 1, 0, 35), + (25036, "494442", 1, 0, 35), + (25037, "494442", 1, 0, 35), + (25038, "494442", 1, 0, 35), + (25039, "494442", 1, 0, 35), + (25040, "494442", 1, 0, 35), + (25041, "494442", 1, 0, 35), + (25042, "494442", 1, 0, 35), + (25043, "494450", 1, 0, 35), + (25044, "494444", 1, 0, 35), + (25045, "494444", 1, 0, 35), + (25046, "494444", 1, 0, 35), + (25047, "494444", 1, 0, 35), + (25048, "494450", 1, 0, 35), + (25049, "494444", 1, 0, 35), + (25050, "494222", 1, 0, 35), + (25051, "494222", 1, 0, 35), + (25052, "494223", 1, 0, 35), + (25053, "494223", 1, 0, 35), + (25054, "494223", 1, 0, 35), + (25055, "494223", 1, 0, 35), + (25056, "494223", 1, 0, 35), + (25057, "494223", 1, 0, 35), + (25058, "494223", 1, 0, 35), + (25059, "494223", 1, 0, 35), + (25060, "494223", 1, 0, 35), + (25061, "494223", 1, 0, 35), + (25062, "494223", 1, 0, 35), + (25063, "494223", 1, 0, 35), + (25064, "494223", 1, 0, 35), + (25065, "494223", 1, 0, 35), + (25066, "494224", 1, 0, 35), + (25067, "494224", 1, 0, 35), + (25068, "494224", 1, 0, 35), + (25069, "494224", 1, 0, 35), + (25070, "495552", 1, 0, 35), + (25071, "495224", 1, 0, 35), + (25072, "495668", 1, 0, 35), + (25073, "495445", 1, 0, 35), + (25074, "495115", 1, 0, 35), + (25075, "495551", 1, 0, 35), + (25076, "495449", 1, 0, 35), + (25077, "495335", 1, 0, 35), + (25078, "495119", 1, 0, 35), + (25079, "495119", 1, 0, 35), + (25080, "495119", 1, 0, 35), + (25081, "495119", 1, 0, 35), + (25082, "495119", 1, 0, 35), + (25083, "495119", 1, 0, 35), + (25084, "495119", 1, 0, 35), + (25085, "495119", 1, 0, 35), + (25086, "495119", 1, 0, 35), + (25087, "495119", 1, 0, 35), + (25088, "495119", 1, 0, 35), + (25089, "495119", 1, 0, 35), + (25090, "495119", 1, 0, 35), + (25091, "495119", 1, 0, 35), + (25092, "495119", 1, 0, 35), + (25093, "495119", 1, 0, 35), + (25094, "495119", 1, 0, 35), + (25095, "495119", 1, 0, 35), + (25096, "495119", 1, 0, 35), + (25097, "495119", 1, 0, 35), + (25098, "495119", 1, 0, 35), + (25099, "495119", 1, 0, 35), + (25100, "495119", 1, 0, 35), + (25101, "495119", 1, 0, 35), + (25102, "495117", 1, 0, 35), + (25103, "495117", 1, 0, 35), + (25104, "495449", 1, 0, 35), + (25105, "495449", 1, 0, 35), + (25106, "495449", 1, 0, 35), + (25107, "495449", 1, 0, 35), + (25108, "495449", 1, 0, 35), + (25109, "495449", 1, 0, 35), + (25110, "495449", 1, 0, 35), + (25111, "495449", 1, 0, 35), + (25112, "495449", 1, 0, 35), + (25113, "495449", 1, 0, 35), + (25114, "495449", 1, 0, 35), + (25115, "495449", 1, 0, 35), + (25116, "495449", 1, 0, 35), + (25117, "495554", 1, 0, 35), + (25118, "495554", 1, 0, 35), + (25119, "495554", 1, 0, 35), + (25120, "495554", 1, 0, 35), + (25121, "495554", 1, 0, 35), + (25122, "495554", 1, 0, 35), + (25123, "495554", 1, 0, 35), + (25124, "495554", 1, 0, 35), + (25125, "495554", 1, 0, 35), + (25126, "495554", 1, 0, 35), + (25127, "495554", 1, 0, 35), + (25128, "495554", 1, 0, 35), + (25129, "495335", 1, 0, 35), + (25130, "495335", 1, 0, 35), + (25131, "495335", 1, 0, 35), + (25132, "495335", 1, 0, 35), + (25133, "495335", 1, 0, 35), + (25134, "495335", 1, 0, 35), + (25135, "495335", 1, 0, 35), + (25136, "495660", 1, 0, 35), + (25137, "495335", 1, 0, 35), + (25138, "495335", 1, 0, 35), + (25139, "495117", 1, 0, 35), + (25140, "495330", 1, 0, 35), + (25141, "495330", 1, 0, 35), + (25142, "495330", 1, 0, 35), + (25143, "495330", 1, 0, 35), + (25144, "495330", 1, 0, 35), + (25145, "495330", 1, 0, 35), + (25146, "495330", 1, 0, 35), + (25147, "495330", 1, 0, 35), + (25148, "495330", 1, 0, 35), + (25149, "495330", 1, 0, 35), + (25150, "495330", 1, 0, 35), + (25151, "495330", 1, 0, 35), + (25152, "495330", 1, 0, 35), + (25153, "495006", 1, 0, 35), + (25154, "495006", 1, 0, 35), + (25155, "495006", 1, 0, 35), + (25156, "495555", 1, 0, 35), + (25157, "495006", 1, 0, 35), + (25158, "495555", 1, 0, 35), + (25159, "495695", 1, 0, 35), + (25160, "495695", 1, 0, 35), + (25161, "495695", 1, 0, 35), + (25162, "495695", 1, 0, 35), + (25163, "495695", 1, 0, 35), + (25164, "495695", 1, 0, 35), + (25165, "495695", 1, 0, 35), + (25166, "495695", 1, 0, 35), + (25167, "495695", 1, 0, 35), + (25168, "495684", 1, 0, 35), + (25169, "495660", 1, 0, 35), + (25170, "495660", 1, 0, 35), + (25171, "495660", 1, 0, 35), + (25172, "495660", 1, 0, 35), + (25173, "495660", 1, 0, 35), + (25174, "495671", 1, 0, 35), + (25175, "495671", 1, 0, 35), + (25176, "495671", 1, 0, 35), + (25177, "495671", 1, 0, 35), + (25178, "495671", 1, 0, 35), + (25179, "495671", 1, 0, 35), + (25180, "495692", 1, 0, 35), + (25181, "495692", 1, 0, 35), + (25182, "495692", 1, 0, 35), + (25183, "495692", 1, 0, 35), + (25184, "495692", 1, 0, 35), + (25185, "495692", 1, 0, 35), + (25186, "495692", 1, 0, 35), + (25187, "495692", 1, 0, 35), + (25188, "495692", 1, 0, 35), + (25189, "495692", 1, 0, 35), + (25190, "495692", 1, 0, 35), + (25191, "495692", 1, 0, 35), + (25192, "495692", 1, 0, 35), + (25193, "495692", 1, 0, 35), + (25194, "495692", 1, 0, 35), + (25195, "495692", 1, 0, 35), + (25196, "495692", 1, 0, 35), + (25197, "495688", 1, 0, 35), + (25198, "495688", 1, 0, 35), + (25199, "495688", 1, 0, 35), + (25200, "495688", 1, 0, 35), + (25201, "495688", 1, 0, 35), + (25202, "495688", 1, 0, 35), + (25203, "495688", 1, 0, 35), + (25204, "495688", 1, 0, 35), + (25205, "495688", 1, 0, 35), + (25206, "495674", 1, 0, 35), + (25207, "495674", 1, 0, 35), + (25208, "495674", 1, 0, 35), + (25209, "495674", 1, 0, 35), + (25210, "495674", 1, 0, 35), + (25211, "495674", 1, 0, 35), + (25212, "495674", 1, 0, 35), + (25213, "495674", 1, 0, 35), + (25214, "495674", 1, 0, 35), + (25215, "495674", 1, 0, 35), + (25216, "495674", 1, 0, 35), + (25217, "495661", 1, 0, 35), + (25218, "495661", 1, 0, 35), + (25219, "495661", 1, 0, 35), + (25220, "495661", 1, 0, 35), + (25221, "495661", 1, 0, 35), + (25222, "495661", 1, 0, 35), + (25223, "495661", 1, 0, 35), + (25224, "495661", 1, 0, 35), + (25225, "495661", 1, 0, 35), + (25226, "495661", 1, 0, 35), + (25227, "495661", 1, 0, 35), + (25228, "495671", 1, 0, 35), + (25229, "495671", 1, 0, 35), + (25230, "495671", 1, 0, 35), + (25231, "495671", 1, 0, 35), + (25232, "495671", 1, 0, 35), + (25233, "495671", 1, 0, 35), + (25234, "495671", 1, 0, 35), + (25235, "495671", 1, 0, 35), + (25236, "495671", 1, 0, 35), + (25237, "495671", 1, 0, 35), + (25238, "495671", 1, 0, 35), + (25239, "495671", 1, 0, 35), + (25240, "495671", 1, 0, 35), + (25241, "495688", 1, 0, 35), + (25242, "495688", 1, 0, 35), + (25243, "495688", 1, 0, 35), + (25244, "495446", 1, 0, 35), + (25245, "495446", 1, 0, 35), + (25246, "495446", 1, 0, 35), + (25247, "495446", 1, 0, 35), + (25248, "495446", 1, 0, 35), + (25249, "495446", 1, 0, 35), + (25250, "495446", 1, 0, 35), + (25251, "495446", 1, 0, 35), + (25252, "495446", 1, 0, 35), + (25253, "495446", 1, 0, 35), + (25254, "495446", 1, 0, 35), + (25255, "495690", 1, 0, 35), + (25256, "495690", 1, 0, 35), + (25257, "495690", 1, 0, 35), + (25258, "495690", 1, 0, 35), + (25259, "495690", 1, 0, 35), + (25260, "495690", 1, 0, 35), + (25261, "495690", 1, 0, 35), + (25262, "495690", 1, 0, 35), + (25263, "495690", 1, 0, 35), + (25264, "495690", 1, 0, 35), + (25265, "495690", 1, 0, 35), + (25266, "495690", 1, 0, 35), + (25267, "495690", 1, 0, 35), + (25268, "495690", 1, 0, 35), + (25269, "495450", 1, 0, 35), + (25270, "495450", 1, 0, 35), + (25271, "495450", 1, 0, 35), + (25272, "495454", 1, 0, 35), + (25273, "495454", 1, 0, 35), + (25274, "495660", 1, 0, 35), + (25275, "495660", 1, 0, 35), + (25276, "495660", 1, 0, 35), + (25277, "495660", 1, 0, 35), + (25278, "495447", 1, 0, 35), + (25279, "495687", 1, 0, 35), + (25280, "495686", 1, 0, 35), + (25281, "495687", 1, 0, 35), + (25282, "495687", 1, 0, 35), + (25283, "495687", 1, 0, 35), + (25284, "495687", 1, 0, 35), + (25285, "495687", 1, 0, 35), + (25286, "495687", 1, 0, 35), + (25287, "495687", 1, 0, 35), + (25288, "495687", 1, 0, 35), + (25289, "495687", 1, 0, 35), + (25290, "495687", 1, 0, 35), + (25291, "495674", 1, 0, 35), + (25292, "495674", 1, 0, 35), + (25293, "495674", 1, 0, 35), + (25294, "495674", 1, 0, 35), + (25295, "495674", 1, 0, 35), + (25296, "495674", 1, 0, 35), + (25297, "495674", 1, 0, 35), + (25298, "495674", 1, 0, 35), + (25299, "495674", 1, 0, 35), + (25300, "495674", 1, 0, 35), + (25301, "495674", 1, 0, 35), + (25302, "495674", 1, 0, 35), + (25303, "495674", 1, 0, 35), + (25304, "495674", 1, 0, 35), + (25305, "495674", 1, 0, 35), + (25306, "495454", 1, 0, 35), + (25307, "495454", 1, 0, 35), + (25308, "495454", 1, 0, 35), + (25309, "495691", 1, 0, 35), + (25310, "495691", 1, 0, 35), + (25311, "495691", 1, 0, 35), + (25312, "495691", 1, 0, 35), + (25313, "495691", 1, 0, 35), + (25314, "495691", 1, 0, 35), + (25315, "495691", 1, 0, 35), + (25316, "495691", 1, 0, 35), + (25317, "495691", 1, 0, 35), + (25318, "495691", 1, 0, 35), + (25319, "495691", 1, 0, 35), + (25320, "495691", 1, 0, 35), + (25321, "495691", 1, 0, 35), + (25322, "495691", 1, 0, 35), + (25323, "495682", 1, 0, 35), + (25324, "495683", 1, 0, 35), + (25325, "495683", 1, 0, 35), + (25326, "495683", 1, 0, 35), + (25327, "495683", 1, 0, 35), + (25328, "495683", 1, 0, 35), + (25329, "495689", 1, 0, 35), + (25330, "495689", 1, 0, 35), + (25331, "495689", 1, 0, 35), + (25332, "495689", 1, 0, 35), + (25333, "495689", 1, 0, 35), + (25334, "495689", 1, 0, 35), + (25335, "495689", 1, 0, 35), + (25336, "495689", 1, 0, 35), + (25337, "495689", 1, 0, 35), + (25338, "495689", 1, 0, 35), + (25339, "495117", 1, 0, 35), + (25340, "495117", 1, 0, 35), + (25341, "495117", 1, 0, 35), + (25342, "495117", 1, 0, 35), + (25343, "495117", 1, 0, 35), + (25344, "495117", 1, 0, 35), + (25345, "495117", 1, 0, 35), + (25346, "495117", 1, 0, 35), + (25347, "495117", 1, 0, 35), + (25348, "495117", 1, 0, 35), + (25349, "495117", 1, 0, 35), + (25350, "495442", 1, 0, 35), + (25351, "495442", 1, 0, 35), + (25352, "495442", 1, 0, 35), + (25353, "495442", 1, 0, 35), + (25354, "495442", 1, 0, 35), + (25355, "495442", 1, 0, 35), + (25356, "495442", 1, 0, 35), + (25357, "495442", 1, 0, 35), + (25358, "495442", 1, 0, 35), + (25359, "495442", 1, 0, 35), + (25360, "495442", 1, 0, 35), + (25361, "495557", 1, 0, 35), + (25362, "495557", 1, 0, 35), + (25363, "495557", 1, 0, 35), + (25364, "495557", 1, 0, 35), + (25365, "495557", 1, 0, 35), + (25366, "495557", 1, 0, 35), + (25367, "495557", 1, 0, 35), + (25368, "495557", 1, 0, 35), + (25369, "495330", 1, 0, 35), + (25370, "495330", 1, 0, 35), + (25371, "495330", 1, 0, 35), + (25372, "495224", 1, 0, 35), + (25373, "495224", 1, 0, 35), + (25374, "495224", 1, 0, 35), + (25375, "495224", 1, 0, 35), + (25376, "495224", 1, 0, 35), + (25377, "495224", 1, 0, 35), + (25378, "495224", 1, 0, 35), + (25379, "495224", 1, 0, 35), + (25380, "495224", 1, 0, 35), + (25381, "495220", 1, 0, 35), + (25382, "495220", 1, 0, 35), + (25383, "495220", 1, 0, 35), + (25384, "495112", 1, 0, 35), + (25385, "495112", 1, 0, 35), + (25386, "495112", 1, 0, 35), + (25387, "495112", 1, 0, 35), + (25388, "495112", 1, 0, 35), + (25389, "495112", 1, 0, 35), + (25390, "495112", 1, 0, 35), + (25391, "495663", 1, 0, 35), + (25392, "495663", 1, 0, 35), + (25393, "495663", 1, 0, 35), + (25394, "495663", 1, 0, 35), + (25395, "495222", 1, 0, 35), + (25396, "495550", 1, 0, 35), + (25397, "495550", 1, 0, 35), + (25398, "495550", 1, 0, 35), + (25399, "495550", 1, 0, 35), + (25400, "495550", 1, 0, 35), + (25401, "495550", 1, 0, 35), + (25402, "495550", 1, 0, 35), + (25403, "495550", 1, 0, 35), + (25404, "495668", 1, 0, 35), + (25405, "495668", 1, 0, 35), + (25406, "495448", 1, 0, 35), + (25407, "495448", 1, 0, 35), + (25408, "495448", 1, 0, 35), + (25409, "495448", 1, 0, 35), + (25410, "495445", 1, 0, 35), + (25411, "495445", 1, 0, 35), + (25412, "495448", 1, 0, 35), + (25413, "495445", 1, 0, 35), + (25414, "495445", 1, 0, 35), + (25415, "495445", 1, 0, 35), + (25416, "495556", 1, 0, 35), + (25417, "495556", 1, 0, 35), + (25418, "495556", 1, 0, 35), + (25419, "495556", 1, 0, 35), + (25420, "495556", 1, 0, 35), + (25421, "495556", 1, 0, 35), + (25422, "495556", 1, 0, 35), + (25423, "495556", 1, 0, 35), + (25424, "495556", 1, 0, 35), + (25425, "495668", 1, 0, 35), + (25426, "495668", 1, 0, 35), + (25427, "495668", 1, 0, 35), + (25428, "495668", 1, 0, 35), + (25429, "495113", 1, 0, 35), + (25430, "495113", 1, 0, 35), + (25431, "495113", 1, 0, 35), + (25432, "495113", 1, 0, 35), + (25433, "495113", 1, 0, 35), + (25434, "495113", 1, 0, 35), + (25435, "495113", 1, 0, 35), + (25436, "495113", 1, 0, 35), + (25437, "495445", 1, 0, 35), + (25438, "495445", 1, 0, 35), + (25439, "495668", 1, 0, 35), + (25440, "495668", 1, 0, 35), + (25441, "495668", 1, 0, 35), + (25442, "495668", 1, 0, 35), + (25443, "495668", 1, 0, 35), + (25444, "495668", 1, 0, 35), + (25445, "495668", 1, 0, 35), + (25446, "495668", 1, 0, 35), + (25447, "495668", 1, 0, 35), + (25448, "495668", 1, 0, 35), + (25449, "495668", 1, 0, 35), + (25450, "495668", 1, 0, 35), + (25451, "495668", 1, 0, 35), + (25452, "495668", 1, 0, 35), + (25453, "495668", 1, 0, 35), + (25454, "495668", 1, 0, 35), + (25455, "495668", 1, 0, 35), + (25456, "495668", 1, 0, 35), + (25457, "495668", 1, 0, 35), + (25458, "495668", 1, 0, 35), + (25459, "495003", 1, 0, 35), + (25460, "495003", 1, 0, 35), + (25461, "495003", 1, 0, 35), + (25462, "495003", 1, 0, 35), + (25463, "495003", 1, 0, 35), + (25464, "495552", 1, 0, 35), + (25465, "495552", 1, 0, 35), + (25466, "495552", 1, 0, 35), + (25467, "495552", 1, 0, 35), + (25468, "495552", 1, 0, 35), + (25469, "495552", 1, 0, 35), + (25470, "495448", 1, 0, 35), + (25471, "495448", 1, 0, 35), + (25472, "495445", 1, 0, 35), + (25473, "495445", 1, 0, 35), + (25474, "495448", 1, 0, 35), + (25475, "495448", 1, 0, 35), + (25476, "495556", 1, 0, 35), + (25477, "495556", 1, 0, 35), + (25478, "495556", 1, 0, 35), + (25479, "495552", 1, 0, 35), + (25480, "495009", 1, 0, 35), + (25481, "495009", 1, 0, 35), + (25482, "495009", 1, 0, 35), + (25483, "495009", 1, 0, 35), + (25484, "495009", 1, 0, 35), + (25485, "495115", 1, 0, 35), + (25486, "495115", 1, 0, 35), + (25487, "495115", 1, 0, 35), + (25488, "495115", 1, 0, 35), + (25489, "495115", 1, 0, 35), + (25490, "495115", 1, 0, 35), + (25491, "495115", 1, 0, 35), + (25492, "495115", 1, 0, 35), + (25493, "495115", 1, 0, 35), + (25494, "495115", 1, 0, 35), + (25495, "495115", 1, 0, 35), + (25496, "495115", 1, 0, 35), + (25497, "495115", 1, 0, 35), + (25498, "495115", 1, 0, 35), + (25499, "495115", 1, 0, 35), + (25500, "495115", 1, 0, 35), + (25501, "495115", 1, 0, 35), + (25502, "495115", 1, 0, 35), + (25503, "495115", 1, 0, 35), + (25504, "495115", 1, 0, 35), + (25505, "495552", 1, 0, 35), + (25506, "495552", 1, 0, 35), + (25507, "495552", 1, 0, 35), + (25508, "495559", 1, 0, 35), + (25509, "495559", 1, 0, 35), + (25510, "495559", 1, 0, 35), + (25511, "495559", 1, 0, 35), + (25512, "495559", 1, 0, 35), + (25513, "495559", 1, 0, 35), + (25514, "495559", 1, 0, 35), + (25515, "495559", 1, 0, 35), + (25516, "495559", 1, 0, 35), + (25517, "495559", 1, 0, 35), + (25518, "495559", 1, 0, 35), + (25519, "495116", 1, 0, 35), + (25520, "495116", 1, 0, 35), + (25521, "495116", 1, 0, 35), + (25522, "495116", 1, 0, 35), + (25523, "495116", 1, 0, 35), + (25524, "495116", 1, 0, 35), + (25525, "495116", 1, 0, 35), + (25526, "495116", 1, 0, 35), + (25527, "495116", 1, 0, 35), + (25528, "495116", 1, 0, 35), + (25529, "495116", 1, 0, 35), + (25530, "495004", 1, 0, 35), + (25531, "495004", 1, 0, 35), + (25532, "495004", 1, 0, 35), + (25533, "495004", 1, 0, 35), + (25534, "495224", 1, 0, 35), + (25535, "495224", 1, 0, 35), + (25536, "495224", 1, 0, 35), + (25537, "495115", 1, 0, 35), + (25538, "495115", 1, 0, 35), + (25539, "495115", 1, 0, 35), + (25540, "495115", 1, 0, 35), + (25541, "495115", 1, 0, 35), + (25542, "495115", 1, 0, 35), + (25543, "495448", 1, 0, 35), + (25544, "495684", 1, 0, 35), + (25545, "495118", 1, 0, 35), + (25546, "495118", 1, 0, 35), + (25547, "495118", 1, 0, 35), + (25548, "495118", 1, 0, 35), + (25549, "495118", 1, 0, 35), + (25550, "495118", 1, 0, 35), + (25551, "495118", 1, 0, 35), + (25552, "495118", 1, 0, 35), + (25553, "495118", 1, 0, 35), + (25554, "495118", 1, 0, 35), + (25555, "495118", 1, 0, 35), + (25556, "495118", 1, 0, 35), + (25557, "495551", 1, 0, 35), + (25558, "495551", 1, 0, 35), + (25559, "495551", 1, 0, 35), + (25560, "495551", 1, 0, 35), + (25561, "495551", 1, 0, 35), + (25562, "495551", 1, 0, 35), + (25563, "495551", 1, 0, 35), + (25564, "495551", 1, 0, 35), + (25565, "495551", 1, 0, 35), + (25566, "495551", 1, 0, 35), + (25567, "495551", 1, 0, 35), + (25568, "495551", 1, 0, 35), + (25569, "495551", 1, 0, 35), + (25570, "495551", 1, 0, 35), + (25571, "495551", 1, 0, 35), + (25572, "495334", 1, 0, 35), + (25573, "495334", 1, 0, 35), + (25574, "495334", 1, 0, 35), + (25575, "495334", 1, 0, 35), + (25576, "495334", 1, 0, 35), + (25577, "495334", 1, 0, 35), + (25578, "495334", 1, 0, 35), + (25579, "495334", 1, 0, 35), + (25580, "495334", 1, 0, 35), + (25581, "495334", 1, 0, 35), + (25582, "495334", 1, 0, 35), + (25583, "495334", 1, 0, 35), + (25584, "495334", 1, 0, 35), + (25585, "495334", 1, 0, 35), + (25586, "495334", 1, 0, 35), + (25587, "495334", 1, 0, 35), + (25588, "495334", 1, 0, 35), + (25589, "495334", 1, 0, 35), + (25590, "495334", 1, 0, 35), + (25591, "495334", 1, 0, 35), + (25592, "495334", 1, 0, 35), + (25593, "495334", 1, 0, 35), + (25594, "495334", 1, 0, 35), + (25595, "495334", 1, 0, 35), + (25596, "495334", 1, 0, 35), + (25597, "495334", 1, 0, 35), + (25598, "495334", 1, 0, 35), + (25599, "495334", 1, 0, 35), + (25600, "495334", 1, 0, 35), + (25601, "495553", 1, 0, 35), + (25602, "495553", 1, 0, 35), + (25603, "495553", 1, 0, 35), + (25604, "495553", 1, 0, 35), + (25605, "495689", 1, 0, 35), + (25606, "495689", 1, 0, 35), + (25607, "495689", 1, 0, 35), + (25608, "495689", 1, 0, 35), + (25609, "495689", 1, 0, 35), + (25610, "495689", 1, 0, 35), + (25611, "495689", 1, 0, 35), + (25612, "495689", 1, 0, 35), + (25613, "495689", 1, 0, 35), + (25614, "495689", 1, 0, 35), + (25615, "495689", 1, 0, 35), + (25616, "495689", 1, 0, 35), + (25617, "491226", 1, 0, 35), + (25618, "491227", 1, 0, 35), + (25619, "491227", 1, 0, 35), + (25620, "491111", 1, 0, 35), + (25621, "491441", 1, 0, 35), + (25622, "491557", 1, 0, 35), + (25623, "491881", 1, 0, 35), + (25624, "491666", 1, 0, 35), + (25625, "491666", 1, 0, 35), + (25626, "491666", 1, 0, 35), + (25627, "491666", 1, 0, 35), + (25628, "491666", 1, 0, 35), + (25629, "491666", 1, 0, 35), + (25630, "491666", 1, 0, 35), + (25631, "491666", 1, 0, 35), + (25632, "491666", 1, 0, 35), + (25633, "491666", 1, 0, 35), + (25634, "491666", 1, 0, 35), + (25635, "491336", 1, 0, 35), + (25636, "491336", 1, 0, 35), + (25637, "491336", 1, 0, 35), + (25638, "491336", 1, 0, 35), + (25639, "491336", 1, 0, 35), + (25640, "491336", 1, 0, 35), + (25641, "491336", 1, 0, 35), + (25642, "491336", 1, 0, 35), + (25643, "491336", 1, 0, 35), + (25644, "491336", 1, 0, 35), + (25645, "491336", 1, 0, 35), + (25646, "491559", 1, 0, 35), + (25647, "491559", 1, 0, 35), + (25648, "491559", 1, 0, 35), + (25649, "491559", 1, 0, 35), + (25650, "491559", 1, 0, 35), + (25651, "491559", 1, 0, 35), + (25652, "491559", 1, 0, 35), + (25653, "491559", 1, 0, 35), + (25654, "491559", 1, 0, 35), + (25655, "491559", 1, 0, 35), + (25656, "491559", 1, 0, 35), + (25657, "491559", 1, 0, 35), + (25658, "491559", 1, 0, 35), + (25659, "491559", 1, 0, 35), + (25660, "491559", 1, 0, 35), + (25661, "491559", 1, 0, 35), + (25662, "491559", 1, 0, 35), + (25663, "491559", 1, 0, 35), + (25664, "491559", 1, 0, 35), + (25665, "491881", 1, 0, 35), + (25666, "491229", 1, 0, 35), + (25667, "491229", 1, 0, 35), + (25668, "491229", 1, 0, 35), + (25669, "491229", 1, 0, 35), + (25670, "491229", 1, 0, 35), + (25671, "491229", 1, 0, 35), + (25672, "491229", 1, 0, 35), + (25673, "491229", 1, 0, 35), + (25674, "491995", 1, 0, 35), + (25675, "491995", 1, 0, 35), + (25676, "491995", 1, 0, 35), + (25677, "491996", 1, 0, 35), + (25678, "491995", 1, 0, 35), + (25679, "491996", 1, 0, 35), + (25680, "491995", 1, 0, 35), + (25681, "491995", 1, 0, 35), + (25682, "491995", 1, 0, 35), + (25683, "491996", 1, 0, 35), + (25684, "491995", 1, 0, 35), + (25685, "491995", 1, 0, 35), + (25686, "491995", 1, 0, 35), + (25687, "491996", 1, 0, 35), + (25688, "491995", 1, 0, 35), + (25689, "491996", 1, 0, 35), + (25690, "491996", 1, 0, 35), + (25691, "491995", 1, 0, 35), + (25692, "491995", 1, 0, 35), + (25693, "491996", 1, 0, 35), + (25694, "491996", 1, 0, 35), + (25695, "491995", 1, 0, 35), + (25696, "491996", 1, 0, 35), + (25697, "491996", 1, 0, 35), + (25698, "491995", 1, 0, 35), + (25699, "491995", 1, 0, 35), + (25700, "491995", 1, 0, 35), + (25701, "491996", 1, 0, 35), + (25702, "491559", 1, 0, 35), + (25703, "491559", 1, 0, 35), + (25704, "491559", 1, 0, 35), + (25705, "491229", 1, 0, 35), + (25706, "491229", 1, 0, 35), + (25707, "491229", 1, 0, 35), + (25708, "491229", 1, 0, 35), + (25709, "491229", 1, 0, 35), + (25710, "491229", 1, 0, 35), + (25711, "491229", 1, 0, 35), + (25712, "491666", 1, 0, 35), + (25713, "491559", 1, 0, 35), + (25714, "491001", 1, 0, 35), + (25715, "491001", 1, 0, 35), + (25716, "491001", 1, 0, 35), + (25717, "491001", 1, 0, 35), + (25718, "491001", 1, 0, 35), + (25719, "491001", 1, 0, 35), + (25720, "491001", 1, 0, 35), + (25721, "491001", 1, 0, 35), + (25722, "491001", 1, 0, 35), + (25723, "491001", 1, 0, 35), + (25724, "491001", 1, 0, 35), + (25725, "491001", 1, 0, 35), + (25726, "491001", 1, 0, 35), + (25727, "491001", 1, 0, 35), + (25728, "491001", 1, 0, 35), + (25729, "491001", 1, 0, 35), + (25730, "491221", 1, 0, 35), + (25731, "491221", 1, 0, 35), + (25732, "491221", 1, 0, 35), + (25733, "491221", 1, 0, 35), + (25734, "491221", 1, 0, 35), + (25735, "491221", 1, 0, 35), + (25736, "491221", 1, 0, 35), + (25737, "491221", 1, 0, 35), + (25738, "491221", 1, 0, 35), + (25739, "491221", 1, 0, 35), + (25740, "491221", 1, 0, 35), + (25741, "491221", 1, 0, 35), + (25742, "491221", 1, 0, 35), + (25743, "491221", 1, 0, 35), + (25744, "491225", 1, 0, 35), + (25745, "491225", 1, 0, 35), + (25746, "491225", 1, 0, 35), + (25747, "491225", 1, 0, 35), + (25748, "491225", 1, 0, 35), + (25749, "491225", 1, 0, 35), + (25750, "491225", 1, 0, 35), + (25751, "491225", 1, 0, 35), + (25752, "491225", 1, 0, 35), + (25753, "491225", 1, 0, 35), + (25754, "491226", 1, 0, 35), + (25755, "491226", 1, 0, 35), + (25756, "491226", 1, 0, 35), + (25757, "491226", 1, 0, 35), + (25758, "491226", 1, 0, 35), + (25759, "491226", 1, 0, 35), + (25760, "491226", 1, 0, 35), + (25761, "491226", 1, 0, 35), + (25762, "491226", 1, 0, 35), + (25763, "491226", 1, 0, 35), + (25764, "491226", 1, 0, 35), + (25765, "491226", 1, 0, 35), + (25766, "491229", 1, 0, 35), + (25767, "491226", 1, 0, 35), + (25768, "491226", 1, 0, 35), + (25769, "491226", 1, 0, 35), + (25770, "491226", 1, 0, 35), + (25771, "491226", 1, 0, 35), + (25772, "491335", 1, 0, 35), + (25773, "491335", 1, 0, 35), + (25774, "491335", 1, 0, 35), + (25775, "491335", 1, 0, 35), + (25776, "491335", 1, 0, 35), + (25777, "491335", 1, 0, 35), + (25778, "491335", 1, 0, 35), + (25779, "491335", 1, 0, 35), + (25780, "491335", 1, 0, 35), + (25781, "491335", 1, 0, 35), + (25782, "491335", 1, 0, 35), + (25783, "491335", 1, 0, 35), + (25784, "491335", 1, 0, 35), + (25785, "491335", 1, 0, 35), + (25786, "491335", 1, 0, 35), + (25787, "491335", 1, 0, 35), + (25788, "491335", 1, 0, 35), + (25789, "491335", 1, 0, 35), + (25790, "491332", 1, 0, 35), + (25791, "491332", 1, 0, 35), + (25792, "491332", 1, 0, 35), + (25793, "491332", 1, 0, 35), + (25794, "491332", 1, 0, 35), + (25795, "491332", 1, 0, 35), + (25796, "491332", 1, 0, 35), + (25797, "491332", 1, 0, 35), + (25798, "491332", 1, 0, 35), + (25799, "491332", 1, 0, 35), + (25800, "491332", 1, 0, 35), + (25801, "491332", 1, 0, 35), + (25802, "491332", 1, 0, 35), + (25803, "491332", 1, 0, 35), + (25804, "490021", 1, 0, 35), + (25805, "490021", 1, 0, 35), + (25806, "490021", 1, 0, 35), + (25807, "490025", 1, 0, 35), + (25808, "490025", 1, 0, 35), + (25809, "490025", 1, 0, 35), + (25810, "491228", 1, 0, 35), + (25811, "491228", 1, 0, 35), + (25812, "491228", 1, 0, 35), + (25813, "491228", 1, 0, 35), + (25814, "491228", 1, 0, 35), + (25815, "491228", 1, 0, 35), + (25816, "491228", 1, 0, 35), + (25817, "491228", 1, 0, 35), + (25818, "491228", 1, 0, 35), + (25819, "491331", 1, 0, 35), + (25820, "491331", 1, 0, 35), + (25821, "491331", 1, 0, 35), + (25822, "491331", 1, 0, 35), + (25823, "491331", 1, 0, 35), + (25824, "491331", 1, 0, 35), + (25825, "491331", 1, 0, 35), + (25826, "491331", 1, 0, 35), + (25827, "491331", 1, 0, 35), + (25828, "491331", 1, 0, 35), + (25829, "491331", 1, 0, 35), + (25830, "491331", 1, 0, 35), + (25831, "491331", 1, 0, 35), + (25832, "491771", 1, 0, 35), + (25833, "491771", 1, 0, 35), + (25834, "491771", 1, 0, 35), + (25835, "491771", 1, 0, 35), + (25836, "491771", 1, 0, 35), + (25837, "491771", 1, 0, 35), + (25838, "491771", 1, 0, 35), + (25839, "491771", 1, 0, 35), + (25840, "491771", 1, 0, 35), + (25841, "491771", 1, 0, 35), + (25842, "491771", 1, 0, 35), + (25843, "491771", 1, 0, 35), + (25844, "491771", 1, 0, 35), + (25845, "491771", 1, 0, 35), + (25846, "491771", 1, 0, 35), + (25847, "491771", 1, 0, 35), + (25848, "491771", 1, 0, 35), + (25849, "491223", 1, 0, 35), + (25850, "491223", 1, 0, 35), + (25851, "491223", 1, 0, 35), + (25852, "491223", 1, 0, 35), + (25853, "491223", 1, 0, 35), + (25854, "491223", 1, 0, 35), + (25855, "491223", 1, 0, 35), + (25856, "491223", 1, 0, 35), + (25857, "491223", 1, 0, 35), + (25858, "491223", 1, 0, 35), + (25859, "491223", 1, 0, 35), + (25860, "491223", 1, 0, 35), + (25861, "491223", 1, 0, 35), + (25862, "491223", 1, 0, 35), + (25863, "491223", 1, 0, 35), + (25864, "491223", 1, 0, 35), + (25865, "491227", 1, 0, 35), + (25866, "491227", 1, 0, 35), + (25867, "491227", 1, 0, 35), + (25868, "491227", 1, 0, 35), + (25869, "491227", 1, 0, 35), + (25870, "491661", 1, 0, 35), + (25871, "491661", 1, 0, 35), + (25872, "491661", 1, 0, 35), + (25873, "491661", 1, 0, 35), + (25874, "491661", 1, 0, 35), + (25875, "491661", 1, 0, 35), + (25876, "491661", 1, 0, 35), + (25877, "491661", 1, 0, 35), + (25878, "491445", 1, 0, 35), + (25879, "491445", 1, 0, 35), + (25880, "491445", 1, 0, 35), + (25881, "491445", 1, 0, 35), + (25882, "491445", 1, 0, 35), + (25883, "491445", 1, 0, 35), + (25884, "491445", 1, 0, 35), + (25885, "491445", 1, 0, 35), + (25886, "491445", 1, 0, 35), + (25887, "491445", 1, 0, 35), + (25888, "491445", 1, 0, 35), + (25889, "491445", 1, 0, 35), + (25890, "491445", 1, 0, 35), + (25891, "491888", 1, 0, 35), + (25892, "491888", 1, 0, 35), + (25893, "491888", 1, 0, 35), + (25894, "491888", 1, 0, 35), + (25895, "491888", 1, 0, 35), + (25896, "491888", 1, 0, 35), + (25897, "491888", 1, 0, 35), + (25898, "491888", 1, 0, 35), + (25899, "491227", 1, 0, 35), + (25900, "491227", 1, 0, 35), + (25901, "491227", 1, 0, 35), + (25902, "491227", 1, 0, 35), + (25903, "491227", 1, 0, 35), + (25904, "491227", 1, 0, 35), + (25905, "491227", 1, 0, 35), + (25906, "491227", 1, 0, 35), + (25907, "491227", 1, 0, 35), + (25908, "491227", 1, 0, 35), + (25909, "491227", 1, 0, 35), + (25910, "491227", 1, 0, 35), + (25911, "491227", 1, 0, 35), + (25912, "491227", 1, 0, 35), + (25913, "490024", 1, 0, 35), + (25914, "490024", 1, 0, 35), + (25915, "490024", 1, 0, 35), + (25916, "490024", 1, 0, 35), + (25917, "490024", 1, 0, 35), + (25918, "491338", 1, 0, 35), + (25919, "491338", 1, 0, 35), + (25920, "490042", 1, 0, 35), + (25921, "490042", 1, 0, 35), + (25922, "490042", 1, 0, 35), + (25923, "490042", 1, 0, 35), + (25924, "491340", 1, 0, 35), + (25925, "491340", 1, 0, 35), + (25926, "491340", 1, 0, 35), + (25927, "491340", 1, 0, 35), + (25928, "491340", 1, 0, 35), + (25929, "491340", 1, 0, 35), + (25930, "491340", 1, 0, 35), + (25931, "491340", 1, 0, 35), + (25932, "491340", 1, 0, 35), + (25933, "491340", 1, 0, 35), + (25934, "491340", 1, 0, 35), + (25935, "490036", 1, 0, 35), + (25936, "490036", 1, 0, 35), + (25937, "490036", 1, 0, 35), + (25938, "490036", 1, 0, 35), + (25939, "490036", 1, 0, 35), + (25940, "490036", 1, 0, 35), + (25941, "490036", 1, 0, 35), + (25942, "490036", 1, 0, 35), + (25943, "490036", 1, 0, 35), + (25944, "490036", 1, 0, 35), + (25945, "490036", 1, 0, 35), + (25946, "491337", 1, 0, 35), + (25947, "491337", 1, 0, 35), + (25948, "491337", 1, 0, 35), + (25949, "491337", 1, 0, 35), + (25950, "491337", 1, 0, 35), + (25951, "491337", 1, 0, 35), + (25952, "491337", 1, 0, 35), + (25953, "491337", 1, 0, 35), + (25954, "491337", 1, 0, 35), + (25955, "491337", 1, 0, 35), + (25956, "491111", 1, 0, 35), + (25957, "491111", 1, 0, 35), + (25958, "491111", 1, 0, 35), + (25959, "491111", 1, 0, 35), + (25960, "491111", 1, 0, 35), + (25961, "491111", 1, 0, 35), + (25962, "491111", 1, 0, 35), + (25963, "491111", 1, 0, 35), + (25964, "491111", 1, 0, 35), + (25965, "491111", 1, 0, 35), + (25966, "491111", 1, 0, 35), + (25967, "491111", 1, 0, 35), + (25968, "491111", 1, 0, 35), + (25969, "491111", 1, 0, 35), + (25970, "491993", 1, 0, 35), + (25971, "491993", 1, 0, 35), + (25972, "491993", 1, 0, 35), + (25973, "491993", 1, 0, 35), + (25974, "491993", 1, 0, 35), + (25975, "491993", 1, 0, 35), + (25976, "491993", 1, 0, 35), + (25977, "491993", 1, 0, 35), + (25978, "491993", 1, 0, 35), + (25979, "491993", 1, 0, 35), + (25980, "491993", 1, 0, 35), + (25981, "491222", 1, 0, 35), + (25982, "491222", 1, 0, 35), + (25983, "491222", 1, 0, 35), + (25984, "491222", 1, 0, 35), + (25985, "491222", 1, 0, 35), + (25986, "491222", 1, 0, 35), + (25987, "491222", 1, 0, 35), + (25988, "491222", 1, 0, 35), + (25989, "491441", 1, 0, 35), + (25990, "491222", 1, 0, 35), + (25991, "491222", 1, 0, 35), + (25992, "491222", 1, 0, 35), + (25993, "491222", 1, 0, 35), + (25994, "491107", 1, 0, 35), + (25995, "491107", 1, 0, 35), + (25996, "491107", 1, 0, 35), + (25997, "491107", 1, 0, 35), + (25998, "491107", 1, 0, 35), + (25999, "491107", 1, 0, 35), + (26000, "491107", 1, 0, 35), + (26001, "491107", 1, 0, 35), + (26002, "491107", 1, 0, 35), + (26003, "491441", 1, 0, 35), + (26004, "491441", 1, 0, 35), + (26005, "491441", 1, 0, 35), + (26006, "491441", 1, 0, 35), + (26007, "491441", 1, 0, 35), + (26008, "491441", 1, 0, 35), + (26009, "491441", 1, 0, 35), + (26010, "491441", 1, 0, 35), + (26011, "491441", 1, 0, 35), + (26012, "491441", 1, 0, 35), + (26013, "491441", 1, 0, 35), + (26014, "491441", 1, 0, 35), + (26015, "491441", 1, 0, 35), + (26016, "491441", 1, 0, 35), + (26017, "491441", 1, 0, 35), + (26018, "491445", 1, 0, 35), + (26019, "491441", 1, 0, 35), + (26020, "491441", 1, 0, 35), + (26021, "491441", 1, 0, 35), + (26022, "491441", 1, 0, 35), + (26023, "491441", 1, 0, 35), + (26024, "491441", 1, 0, 35), + (26025, "491441", 1, 0, 35), + (26026, "491441", 1, 0, 35), + (26027, "491441", 1, 0, 35), + (26028, "491665", 1, 0, 35), + (26029, "491665", 1, 0, 35), + (26030, "491665", 1, 0, 35), + (26031, "491665", 1, 0, 35), + (26032, "491665", 1, 0, 35), + (26033, "491665", 1, 0, 35), + (26034, "491665", 1, 0, 35), + (26035, "491665", 1, 0, 35), + (26036, "491665", 1, 0, 35), + (26037, "491665", 1, 0, 35), + (26038, "491668", 1, 0, 35), + (26039, "491668", 1, 0, 35), + (26040, "491668", 1, 0, 35), + (26041, "491668", 1, 0, 35), + (26042, "491668", 1, 0, 35), + (26043, "491668", 1, 0, 35), + (26044, "491668", 1, 0, 35), + (26045, "491668", 1, 0, 35), + (26046, "491668", 1, 0, 35), + (26047, "491668", 1, 0, 35), + (26048, "491668", 1, 0, 35), + (26049, "491668", 1, 0, 35), + (26050, "491668", 1, 0, 35), + (26051, "491557", 1, 0, 35), + (26052, "491557", 1, 0, 35), + (26053, "491557", 1, 0, 35), + (26054, "491557", 1, 0, 35), + (26055, "491557", 1, 0, 35), + (26056, "491557", 1, 0, 35), + (26057, "491557", 1, 0, 35), + (26058, "491557", 1, 0, 35), + (26059, "491557", 1, 0, 35), + (26060, "491557", 1, 0, 35), + (26061, "491557", 1, 0, 35), + (26062, "491885", 1, 0, 35), + (26063, "491885", 1, 0, 35), + (26064, "491885", 1, 0, 35), + (26065, "491885", 1, 0, 35), + (26066, "491885", 1, 0, 35), + (26067, "491885", 1, 0, 35), + (26068, "491885", 1, 0, 35), + (26069, "491885", 1, 0, 35), + (26070, "491558", 1, 0, 35), + (26071, "491558", 1, 0, 35), + (26072, "491558", 1, 0, 35), + (26073, "491558", 1, 0, 35), + (26074, "491558", 1, 0, 35), + (26075, "491558", 1, 0, 35), + (26076, "491558", 1, 0, 35), + (26077, "491558", 1, 0, 35), + (26078, "491558", 1, 0, 35), + (26079, "491558", 1, 0, 35), + (26080, "491558", 1, 0, 35), + (26081, "491661", 1, 0, 35), + (26082, "491661", 1, 0, 35), + (26083, "491661", 1, 0, 35), + (26084, "491661", 1, 0, 35), + (26085, "491888", 1, 0, 35), + (26086, "491888", 1, 0, 35), + (26087, "491888", 1, 0, 35), + (26088, "491444", 1, 0, 35), + (26089, "491444", 1, 0, 35), + (26090, "491444", 1, 0, 35), + (26091, "491444", 1, 0, 35), + (26092, "491444", 1, 0, 35), + (26093, "491444", 1, 0, 35), + (26094, "491444", 1, 0, 35), + (26095, "491444", 1, 0, 35), + (26096, "491444", 1, 0, 35), + (26097, "491881", 1, 0, 35), + (26098, "491881", 1, 0, 35), + (26099, "491881", 1, 0, 35), + (26100, "491881", 1, 0, 35), + (26101, "491881", 1, 0, 35), + (26102, "491881", 1, 0, 35), + (26103, "491881", 1, 0, 35), + (26104, "491881", 1, 0, 35), + (26105, "497335", 1, 0, 35), + (26106, "497778", 1, 0, 35), + (26107, "497223", 1, 0, 35), + (26108, "497220", 1, 0, 35), + (26109, "497225", 1, 0, 35), + (26110, "496224", 1, 0, 35), + (26111, "496116", 1, 0, 35), + (26112, "496223", 1, 0, 35), + (26113, "496450", 1, 0, 35), + (26114, "496450", 1, 0, 35), + (26115, "496450", 1, 0, 35), + (26116, "496450", 1, 0, 35), + (26117, "496450", 1, 0, 35), + (26118, "496331", 1, 0, 35), + (26119, "496331", 1, 0, 35), + (26120, "496331", 1, 0, 35), + (26121, "496331", 1, 0, 35), + (26122, "496331", 1, 0, 35), + (26123, "496331", 1, 0, 35), + (26124, "496331", 1, 0, 35), + (26125, "496331", 1, 0, 35), + (26126, "496331", 1, 0, 35), + (26127, "496100", 1, 0, 35), + (26128, "496100", 1, 0, 35), + (26129, "496100", 1, 0, 35), + (26130, "496100", 1, 0, 35), + (26131, "496100", 1, 0, 35), + (26132, "496100", 1, 0, 35), + (26133, "496100", 1, 0, 35), + (26134, "496100", 1, 0, 35), + (26135, "496100", 1, 0, 35), + (26136, "496225", 1, 0, 35), + (26137, "496225", 1, 0, 35), + (26138, "496225", 1, 0, 35), + (26139, "496225", 1, 0, 35), + (26140, "496225", 1, 0, 35), + (26141, "496225", 1, 0, 35), + (26142, "496225", 1, 0, 35), + (26143, "496225", 1, 0, 35), + (26144, "496225", 1, 0, 35), + (26145, "496225", 1, 0, 35), + (26146, "496225", 1, 0, 35), + (26147, "496225", 1, 0, 35), + (26148, "496225", 1, 0, 35), + (26149, "496225", 1, 0, 35), + (26150, "496223", 1, 0, 35), + (26151, "496223", 1, 0, 35), + (26152, "496223", 1, 0, 35), + (26153, "496223", 1, 0, 35), + (26154, "496223", 1, 0, 35), + (26155, "496223", 1, 0, 35), + (26156, "496223", 1, 0, 35), + (26157, "496223", 1, 0, 35), + (26158, "496661", 1, 0, 35), + (26159, "496661", 1, 0, 35), + (26160, "496661", 1, 0, 35), + (26161, "496661", 1, 0, 35), + (26162, "496661", 1, 0, 35), + (26163, "496661", 1, 0, 35), + (26164, "496661", 1, 0, 35), + (26165, "496661", 1, 0, 35), + (26166, "496661", 1, 0, 35), + (26167, "496661", 1, 0, 35), + (26168, "496661", 1, 0, 35), + (26169, "496661", 1, 0, 35), + (26170, "496661", 1, 0, 35), + (26171, "496661", 1, 0, 35), + (26172, "496661", 1, 0, 35), + (26173, "496661", 1, 0, 35), + (26174, "496661", 1, 0, 35), + (26175, "496661", 1, 0, 35), + (26176, "496661", 1, 0, 35), + (26177, "496661", 1, 0, 35), + (26178, "496661", 1, 0, 35), + (26179, "496661", 1, 0, 35), + (26180, "496661", 1, 0, 35), + (26181, "496661", 1, 0, 35), + (26182, "496338", 1, 0, 35), + (26183, "496338", 1, 0, 35), + (26184, "496338", 1, 0, 35), + (26185, "496338", 1, 0, 35), + (26186, "496338", 1, 0, 35), + (26187, "496338", 1, 0, 35), + (26188, "496338", 1, 0, 35), + (26189, "496551", 1, 0, 35), + (26190, "496450", 1, 0, 35), + (26191, "496450", 1, 0, 35), + (26192, "496450", 1, 0, 35), + (26193, "496450", 1, 0, 35), + (26194, "496450", 1, 0, 35), + (26195, "496450", 1, 0, 35), + (26196, "496450", 1, 0, 35), + (26197, "496225", 1, 0, 35), + (26198, "496330", 1, 0, 35), + (26199, "496330", 1, 0, 35), + (26200, "496330", 1, 0, 35), + (26201, "496330", 1, 0, 35), + (26202, "496330", 1, 0, 35), + (26203, "496661", 1, 0, 35), + (26204, "496661", 1, 0, 35), + (26205, "496661", 1, 0, 35), + (26206, "496661", 1, 0, 35), + (26207, "496661", 1, 0, 35), + (26208, "496661", 1, 0, 35), + (26209, "496118", 1, 0, 35), + (26210, "496118", 1, 0, 35), + (26211, "496115", 1, 0, 35), + (26212, "496118", 1, 0, 35), + (26213, "496118", 1, 0, 35), + (26214, "496118", 1, 0, 35), + (26215, "496118", 1, 0, 35), + (26216, "496118", 1, 0, 35), + (26217, "496118", 1, 0, 35), + (26218, "496115", 1, 0, 35), + (26219, "496115", 1, 0, 35), + (26220, "496115", 1, 0, 35), + (26221, "496336", 1, 0, 35), + (26222, "496336", 1, 0, 35), + (26223, "496336", 1, 0, 35), + (26224, "496336", 1, 0, 35), + (26225, "496336", 1, 0, 35), + (26226, "496336", 1, 0, 35), + (26227, "496336", 1, 0, 35), + (26228, "496336", 1, 0, 35), + (26229, "496336", 1, 0, 35), + (26230, "496336", 1, 0, 35), + (26231, "496336", 1, 0, 35), + (26232, "496336", 1, 0, 35), + (26233, "496336", 1, 0, 35), + (26234, "496554", 1, 0, 35), + (26235, "496554", 1, 0, 35), + (26236, "496554", 1, 0, 35), + (26237, "496554", 1, 0, 35), + (26238, "496554", 1, 0, 35), + (26239, "496554", 1, 0, 35), + (26240, "496554", 1, 0, 35), + (26241, "496554", 1, 0, 35), + (26242, "496554", 1, 0, 35), + (26243, "496554", 1, 0, 35), + (26244, "496554", 1, 0, 35), + (26245, "496554", 1, 0, 35), + (26246, "496554", 1, 0, 35), + (26247, "496118", 1, 0, 35), + (26248, "496118", 1, 0, 35), + (26249, "496220", 1, 0, 35), + (26250, "496118", 1, 0, 35), + (26251, "496118", 1, 0, 35), + (26252, "496118", 1, 0, 35), + (26253, "496118", 1, 0, 35), + (26254, "496118", 1, 0, 35), + (26255, "496118", 1, 0, 35), + (26256, "496118", 1, 0, 35), + (26257, "496118", 1, 0, 35), + (26258, "496118", 1, 0, 35), + (26259, "496440", 1, 0, 35), + (26260, "496440", 1, 0, 35), + (26261, "496440", 1, 0, 35), + (26262, "496440", 1, 0, 35), + (26263, "496440", 1, 0, 35), + (26264, "496440", 1, 0, 35), + (26265, "496440", 1, 0, 35), + (26266, "496440", 1, 0, 35), + (26267, "496440", 1, 0, 35), + (26268, "496440", 1, 0, 35), + (26269, "496440", 1, 0, 35); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (26270, "496440", 1, 0, 35), + (26271, "496440", 1, 0, 35), + (26272, "496115", 1, 0, 35), + (26273, "496115", 1, 0, 35), + (26274, "496115", 1, 0, 35), + (26275, "496115", 1, 0, 35), + (26276, "496115", 1, 0, 35), + (26277, "496107", 1, 0, 35), + (26278, "496107", 1, 0, 35), + (26279, "496107", 1, 0, 35), + (26280, "496107", 1, 0, 35), + (26281, "496107", 1, 0, 35), + (26282, "496107", 1, 0, 35), + (26283, "496107", 1, 0, 35), + (26284, "496107", 1, 0, 35), + (26285, "496107", 1, 0, 35), + (26286, "496107", 1, 0, 35), + (26287, "496107", 1, 0, 35), + (26288, "496107", 1, 0, 35), + (26289, "496225", 1, 0, 35), + (26290, "496113", 1, 0, 35), + (26291, "496113", 1, 0, 35), + (26292, "496113", 1, 0, 35), + (26293, "496113", 1, 0, 35), + (26294, "496113", 1, 0, 35), + (26295, "496113", 1, 0, 35), + (26296, "496113", 1, 0, 35), + (26297, "496113", 1, 0, 35), + (26298, "496113", 1, 0, 35), + (26299, "496113", 1, 0, 35), + (26300, "496113", 1, 0, 35), + (26301, "496113", 1, 0, 35), + (26302, "496113", 1, 0, 35), + (26303, "496113", 1, 0, 35), + (26304, "496113", 1, 0, 35), + (26305, "496113", 1, 0, 35), + (26306, "496113", 1, 0, 35), + (26307, "496113", 1, 0, 35), + (26308, "496113", 1, 0, 35), + (26309, "496245", 1, 0, 35), + (26310, "496245", 1, 0, 35), + (26311, "496245", 1, 0, 35), + (26312, "496245", 1, 0, 35), + (26313, "496245", 1, 0, 35), + (26314, "496245", 1, 0, 35), + (26315, "496220", 1, 0, 35), + (26316, "496220", 1, 0, 35), + (26317, "496220", 1, 0, 35), + (26318, "496220", 1, 0, 35), + (26319, "496220", 1, 0, 35), + (26320, "496220", 1, 0, 35), + (26321, "496220", 1, 0, 35), + (26322, "496220", 1, 0, 35), + (26323, "496220", 1, 0, 35), + (26324, "496220", 1, 0, 35), + (26325, "496220", 1, 0, 35), + (26326, "496220", 1, 0, 35), + (26327, "496220", 1, 0, 35), + (26328, "496220", 1, 0, 35), + (26329, "496220", 1, 0, 35), + (26330, "496330", 1, 0, 35), + (26331, "496330", 1, 0, 35), + (26332, "496330", 1, 0, 35), + (26333, "496330", 1, 0, 35), + (26334, "496107", 1, 0, 35), + (26335, "496227", 1, 0, 35), + (26336, "496227", 1, 0, 35), + (26337, "496227", 1, 0, 35), + (26338, "496227", 1, 0, 35), + (26339, "496227", 1, 0, 35), + (26340, "496227", 1, 0, 35), + (26341, "496445", 1, 0, 35), + (26342, "496450", 1, 0, 35), + (26343, "496445", 1, 0, 35), + (26344, "496445", 1, 0, 35), + (26345, "496445", 1, 0, 35), + (26346, "496445", 1, 0, 35), + (26347, "496445", 1, 0, 35), + (26348, "496450", 1, 0, 35), + (26349, "496445", 1, 0, 35), + (26350, "496445", 1, 0, 35), + (26351, "496445", 1, 0, 35), + (26352, "496450", 1, 0, 35), + (26353, "496445", 1, 0, 35), + (26354, "496445", 1, 0, 35), + (26355, "496445", 1, 0, 35), + (26356, "496445", 1, 0, 35), + (26357, "496450", 1, 0, 35), + (26358, "496445", 1, 0, 35), + (26359, "496445", 1, 0, 35), + (26360, "496445", 1, 0, 35), + (26361, "496445", 1, 0, 35), + (26362, "496445", 1, 0, 35), + (26363, "496445", 1, 0, 35), + (26364, "496445", 1, 0, 35), + (26365, "496445", 1, 0, 35), + (26366, "496445", 1, 0, 35), + (26367, "496445", 1, 0, 35), + (26368, "496445", 1, 0, 35), + (26369, "496450", 1, 0, 35), + (26370, "496450", 1, 0, 35), + (26371, "496445", 1, 0, 35), + (26372, "496107", 1, 0, 35), + (26373, "497778", 1, 0, 35), + (26374, "497559", 1, 0, 35), + (26375, "497224", 1, 0, 35), + (26376, "497224", 1, 0, 35), + (26377, "497224", 1, 0, 35), + (26378, "497224", 1, 0, 35), + (26379, "497224", 1, 0, 35), + (26380, "497224", 1, 0, 35), + (26381, "497224", 1, 0, 35), + (26382, "497224", 1, 0, 35), + (26383, "497224", 1, 0, 35), + (26384, "497224", 1, 0, 35), + (26385, "497224", 1, 0, 35), + (26386, "497224", 1, 0, 35), + (26387, "497224", 1, 0, 35), + (26388, "497116", 1, 0, 35), + (26389, "497117", 1, 0, 35), + (26390, "497117", 1, 0, 35), + (26391, "497116", 1, 0, 35), + (26392, "497117", 1, 0, 35), + (26393, "497117", 1, 0, 35), + (26394, "497116", 1, 0, 35), + (26395, "497117", 1, 0, 35), + (26396, "497116", 1, 0, 35), + (26397, "497117", 1, 0, 35), + (26398, "497117", 1, 0, 35), + (26399, "497117", 1, 0, 35), + (26400, "497116", 1, 0, 35), + (26401, "497117", 1, 0, 35), + (26402, "497442", 1, 0, 35), + (26403, "497442", 1, 0, 35), + (26404, "497442", 1, 0, 35), + (26405, "497442", 1, 0, 35), + (26406, "497442", 1, 0, 35), + (26407, "497331", 1, 0, 35), + (26408, "497331", 1, 0, 35), + (26409, "497331", 1, 0, 35), + (26410, "497331", 1, 0, 35), + (26411, "497331", 1, 0, 35), + (26412, "497331", 1, 0, 35), + (26413, "497331", 1, 0, 35), + (26414, "497331", 1, 0, 35), + (26415, "497331", 1, 0, 35), + (26416, "497331", 1, 0, 35), + (26417, "497223", 1, 0, 35), + (26418, "497223", 1, 0, 35), + (26419, "497223", 1, 0, 35), + (26420, "497223", 1, 0, 35), + (26421, "497223", 1, 0, 35), + (26422, "497223", 1, 0, 35), + (26423, "497223", 1, 0, 35), + (26424, "497223", 1, 0, 35), + (26425, "497223", 1, 0, 35), + (26426, "497223", 1, 0, 35), + (26427, "497223", 1, 0, 35), + (26428, "497223", 1, 0, 35), + (26429, "497223", 1, 0, 35), + (26430, "497223", 1, 0, 35), + (26431, "497223", 1, 0, 35), + (26432, "497223", 1, 0, 35), + (26433, "497223", 1, 0, 35), + (26434, "497223", 1, 0, 35), + (26435, "497114", 1, 0, 35), + (26436, "497114", 1, 0, 35), + (26437, "497114", 1, 0, 35), + (26438, "497114", 1, 0, 35), + (26439, "497114", 1, 0, 35), + (26440, "497118", 1, 0, 35), + (26441, "497118", 1, 0, 35), + (26442, "497118", 1, 0, 35), + (26443, "497118", 1, 0, 35), + (26444, "497118", 1, 0, 35), + (26445, "497118", 1, 0, 35), + (26446, "497118", 1, 0, 35), + (26447, "497118", 1, 0, 35), + (26448, "497118", 1, 0, 35), + (26449, "497118", 1, 0, 35), + (26450, "497118", 1, 0, 35), + (26451, "497118", 1, 0, 35), + (26452, "497118", 1, 0, 35), + (26453, "497118", 1, 0, 35), + (26454, "497118", 1, 0, 35), + (26455, "497118", 1, 0, 35), + (26456, "497118", 1, 0, 35), + (26457, "497118", 1, 0, 35), + (26458, "497118", 1, 0, 35), + (26459, "497220", 1, 0, 35), + (26460, "497220", 1, 0, 35), + (26461, "497220", 1, 0, 35), + (26462, "497220", 1, 0, 35), + (26463, "497220", 1, 0, 35), + (26464, "497220", 1, 0, 35), + (26465, "497220", 1, 0, 35), + (26466, "497220", 1, 0, 35), + (26467, "497220", 1, 0, 35), + (26468, "497220", 1, 0, 35), + (26469, "497220", 1, 0, 35), + (26470, "497220", 1, 0, 35), + (26471, "497220", 1, 0, 35), + (26472, "497220", 1, 0, 35), + (26473, "497333", 1, 0, 35), + (26474, "497333", 1, 0, 35), + (26475, "497333", 1, 0, 35), + (26476, "497333", 1, 0, 35), + (26477, "497333", 1, 0, 35), + (26478, "497333", 1, 0, 35), + (26479, "497333", 1, 0, 35), + (26480, "497333", 1, 0, 35), + (26481, "497333", 1, 0, 35), + (26482, "497333", 1, 0, 35), + (26483, "497333", 1, 0, 35), + (26484, "497333", 1, 0, 35), + (26485, "497229", 1, 0, 35), + (26486, "497229", 1, 0, 35), + (26487, "497229", 1, 0, 35), + (26488, "497229", 1, 0, 35), + (26489, "497229", 1, 0, 35), + (26490, "497111", 1, 0, 35), + (26491, "497111", 1, 0, 35), + (26492, "497111", 1, 0, 35), + (26493, "497111", 1, 0, 35), + (26494, "497111", 1, 0, 35), + (26495, "497111", 1, 0, 35), + (26496, "497111", 1, 0, 35), + (26497, "497111", 1, 0, 35), + (26498, "497111", 1, 0, 35), + (26499, "497111", 1, 0, 35), + (26500, "497111", 1, 0, 35), + (26501, "497111", 1, 0, 35), + (26502, "497111", 1, 0, 35), + (26503, "497111", 1, 0, 35), + (26504, "497225", 1, 0, 35), + (26505, "497225", 1, 0, 35), + (26506, "497225", 1, 0, 35), + (26507, "497225", 1, 0, 35), + (26508, "497225", 1, 0, 35), + (26509, "497225", 1, 0, 35), + (26510, "497225", 1, 0, 35), + (26511, "497225", 1, 0, 35), + (26512, "497225", 1, 0, 35), + (26513, "497225", 1, 0, 35), + (26514, "497225", 1, 0, 35), + (26515, "497225", 1, 0, 35), + (26516, "497335", 1, 0, 35), + (26517, "497335", 1, 0, 35), + (26518, "497335", 1, 0, 35), + (26519, "497335", 1, 0, 35), + (26520, "497335", 1, 0, 35), + (26521, "497335", 1, 0, 35), + (26522, "497335", 1, 0, 35), + (26523, "497119", 1, 0, 35), + (26524, "497119", 1, 0, 35), + (26525, "497119", 1, 0, 35), + (26526, "497119", 1, 0, 35), + (26527, "497119", 1, 0, 35), + (26528, "497119", 1, 0, 35), + (26529, "497101", 1, 0, 35), + (26530, "497101", 1, 0, 35), + (26531, "497101", 1, 0, 35), + (26532, "497101", 1, 0, 35), + (26533, "497101", 1, 0, 35), + (26534, "497101", 1, 0, 35), + (26535, "497101", 1, 0, 35), + (26536, "497101", 1, 0, 35), + (26537, "497101", 1, 0, 35), + (26538, "497101", 1, 0, 35), + (26539, "497101", 1, 0, 35), + (26540, "497101", 1, 0, 35), + (26541, "497101", 1, 0, 35), + (26542, "497231", 1, 0, 35), + (26543, "497231", 1, 0, 35), + (26544, "497231", 1, 0, 35), + (26545, "497231", 1, 0, 35), + (26546, "497231", 1, 0, 35), + (26547, "497231", 1, 0, 35), + (26548, "497231", 1, 0, 35), + (26549, "497235", 1, 0, 35), + (26550, "497235", 1, 0, 35), + (26551, "497235", 1, 0, 35), + (26552, "497235", 1, 0, 35), + (26553, "497235", 1, 0, 35), + (26554, "497226", 1, 0, 35), + (26555, "497226", 1, 0, 35), + (26556, "497226", 1, 0, 35), + (26557, "497226", 1, 0, 35), + (26558, "497778", 1, 0, 35), + (26559, "497778", 1, 0, 35), + (26560, "497778", 1, 0, 35), + (26561, "497778", 1, 0, 35), + (26562, "497778", 1, 0, 35), + (26563, "497225", 1, 0, 35), + (26564, "497225", 1, 0, 35), + (26565, "497225", 1, 0, 35), + (26566, "497447", 1, 0, 35), + (26567, "496001", 1, 0, 35), + (26568, "496001", 1, 0, 35), + (26569, "496001", 1, 0, 35), + (26570, "496001", 1, 0, 35), + (26571, "496001", 1, 0, 35), + (26572, "496001", 1, 0, 35), + (26573, "496001", 1, 0, 35), + (26574, "496001", 1, 0, 35), + (26575, "496001", 1, 0, 35), + (26576, "496005", 1, 0, 35), + (26577, "496001", 1, 0, 35), + (26578, "496001", 1, 0, 35), + (26579, "496001", 1, 0, 35), + (26580, "496001", 1, 0, 35), + (26581, "496001", 1, 0, 35), + (26582, "496001", 1, 0, 35), + (26583, "496005", 1, 0, 35), + (26584, "496001", 1, 0, 35), + (26585, "496001", 1, 0, 35), + (26586, "496001", 1, 0, 35), + (26587, "496001", 1, 0, 35), + (26588, "496001", 1, 0, 35), + (26589, "496001", 1, 0, 35), + (26590, "496001", 1, 0, 35), + (26591, "496001", 1, 0, 35), + (26592, "496001", 1, 0, 35), + (26593, "496001", 1, 0, 35), + (26594, "496001", 1, 0, 35), + (26595, "496224", 1, 0, 35), + (26596, "496224", 1, 0, 35), + (26597, "496224", 1, 0, 35), + (26598, "496224", 1, 0, 35), + (26599, "496224", 1, 0, 35), + (26600, "496224", 1, 0, 35), + (26601, "496224", 1, 0, 35), + (26602, "496224", 1, 0, 35), + (26603, "496224", 1, 0, 35), + (26604, "496224", 1, 0, 35), + (26605, "496224", 1, 0, 35), + (26606, "496224", 1, 0, 35), + (26607, "496224", 1, 0, 35), + (26608, "496224", 1, 0, 35), + (26609, "496224", 1, 0, 35), + (26610, "496224", 1, 0, 35), + (26611, "496551", 1, 0, 35), + (26612, "496551", 1, 0, 35), + (26613, "496551", 1, 0, 35), + (26614, "496551", 1, 0, 35), + (26615, "496551", 1, 0, 35), + (26616, "496551", 1, 0, 35), + (26617, "496551", 1, 0, 35), + (26618, "496551", 1, 0, 35), + (26619, "496551", 1, 0, 35), + (26620, "496551", 1, 0, 35), + (26621, "496551", 1, 0, 35), + (26622, "496551", 1, 0, 35), + (26623, "496551", 1, 0, 35), + (26624, "496551", 1, 0, 35), + (26625, "496551", 1, 0, 35), + (26626, "496116", 1, 0, 35), + (26627, "496665", 1, 0, 35), + (26628, "496665", 1, 0, 35), + (26629, "496665", 1, 0, 35), + (26630, "496665", 1, 0, 35), + (26631, "496665", 1, 0, 35), + (26632, "496665", 1, 0, 35), + (26633, "496665", 1, 0, 35), + (26634, "496665", 1, 0, 35), + (26635, "496665", 1, 0, 35), + (26636, "496665", 1, 0, 35), + (26637, "496665", 1, 0, 35), + (26638, "496665", 1, 0, 35), + (26639, "496665", 1, 0, 35), + (26640, "496665", 1, 0, 35), + (26641, "496116", 1, 0, 35), + (26642, "496116", 1, 0, 35), + (26643, "496665", 1, 0, 35), + (26644, "496665", 1, 0, 35), + (26645, "496665", 1, 0, 35), + (26646, "496665", 1, 0, 35), + (26647, "496116", 1, 0, 35), + (26648, "496116", 1, 0, 35), + (26649, "496116", 1, 0, 35), + (26650, "496116", 1, 0, 35), + (26651, "496116", 1, 0, 35), + (26652, "496116", 1, 0, 35), + (26653, "496116", 1, 0, 35), + (26654, "496116", 1, 0, 35), + (26655, "496116", 1, 0, 35), + (26656, "496116", 1, 0, 35), + (26657, "496116", 1, 0, 35), + (26658, "496116", 1, 0, 35), + (26659, "496116", 1, 0, 35), + (26660, "496116", 1, 0, 35), + (26661, "496116", 1, 0, 35), + (26662, "496334", 1, 0, 35), + (26663, "496334", 1, 0, 35), + (26664, "496334", 1, 0, 35), + (26665, "496334", 1, 0, 35), + (26666, "496334", 1, 0, 35), + (26667, "496334", 1, 0, 35), + (26668, "496334", 1, 0, 35), + (26669, "496334", 1, 0, 35), + (26670, "496334", 1, 0, 35), + (26671, "496334", 1, 0, 35), + (26672, "496242", 1, 0, 35), + (26673, "496242", 1, 0, 35), + (26674, "496242", 1, 0, 35), + (26675, "496242", 1, 0, 35), + (26676, "496242", 1, 0, 35), + (26677, "496111", 1, 0, 35), + (26678, "496111", 1, 0, 35), + (26679, "496111", 1, 0, 35), + (26680, "496111", 1, 0, 35), + (26681, "496111", 1, 0, 35), + (26682, "496111", 1, 0, 35), + (26683, "496111", 1, 0, 35), + (26684, "496111", 1, 0, 35), + (26685, "496111", 1, 0, 35), + (26686, "496111", 1, 0, 35), + (26687, "496111", 1, 0, 35), + (26688, "496111", 1, 0, 35), + (26689, "496111", 1, 0, 35), + (26690, "496111", 1, 0, 35), + (26691, "496111", 1, 0, 35), + (26692, "496111", 1, 0, 35), + (26693, "496111", 1, 0, 35), + (26694, "496111", 1, 0, 35), + (26695, "496223", 1, 0, 35), + (26696, "496223", 1, 0, 35), + (26697, "496223", 1, 0, 35), + (26698, "496223", 1, 0, 35), + (26699, "496223", 1, 0, 35), + (26700, "496223", 1, 0, 35), + (26701, "496223", 1, 0, 35), + (26702, "496223", 1, 0, 35), + (26703, "497226", 1, 0, 35), + (26704, "497226", 1, 0, 35), + (26705, "497226", 1, 0, 35), + (26706, "497449", 1, 0, 35), + (26707, "497449", 1, 0, 35), + (26708, "497449", 1, 0, 35), + (26709, "497449", 1, 0, 35), + (26710, "497449", 1, 0, 35), + (26711, "497449", 1, 0, 35), + (26712, "497449", 1, 0, 35), + (26713, "497449", 1, 0, 35), + (26714, "497449", 1, 0, 35), + (26715, "497449", 1, 0, 35), + (26716, "497339", 1, 0, 35), + (26717, "497339", 1, 0, 35), + (26718, "497339", 1, 0, 35), + (26719, "497339", 1, 0, 35), + (26720, "497001", 1, 0, 35), + (26721, "497001", 1, 0, 35), + (26722, "497001", 1, 0, 35), + (26723, "497001", 1, 0, 35), + (26724, "497001", 1, 0, 35), + (26725, "497001", 1, 0, 35), + (26726, "497778", 1, 0, 35), + (26727, "497778", 1, 0, 35), + (26728, "497778", 1, 0, 35), + (26729, "497778", 1, 0, 35), + (26730, "497778", 1, 0, 35), + (26731, "497778", 1, 0, 35), + (26732, "497001", 1, 0, 35), + (26733, "497001", 1, 0, 35), + (26734, "497001", 1, 0, 35), + (26735, "497001", 1, 0, 35), + (26736, "497001", 1, 0, 35), + (26737, "497001", 1, 0, 35), + (26738, "497001", 1, 0, 35), + (26739, "497001", 1, 0, 35), + (26740, "497001", 1, 0, 35), + (26741, "497001", 1, 0, 35), + (26742, "497001", 1, 0, 35), + (26743, "497001", 1, 0, 35), + (26744, "497001", 1, 0, 35), + (26745, "497001", 1, 0, 35), + (26746, "497001", 1, 0, 35), + (26747, "497001", 1, 0, 35), + (26748, "497001", 1, 0, 35), + (26749, "493449", 1, 0, 35), + (26750, "493332", 1, 0, 35), + (26751, "493222", 1, 0, 35), + (26752, "493890", 1, 0, 35), + (26753, "493889", 1, 0, 35), + (26754, "493555", 1, 0, 35), + (26755, "493225", 1, 0, 35), + (26756, "493526", 1, 0, 35), + (26757, "492015", 1, 0, 35), + (26758, "492015", 1, 0, 35), + (26759, "493111", 1, 0, 35), + (26760, "493111", 1, 0, 35), + (26761, "493111", 1, 0, 35), + (26762, "493111", 1, 0, 35), + (26763, "493111", 1, 0, 35), + (26764, "493111", 1, 0, 35), + (26765, "493111", 1, 0, 35), + (26766, "493111", 1, 0, 35), + (26767, "493111", 1, 0, 35), + (26768, "493111", 1, 0, 35), + (26769, "493111", 1, 0, 35), + (26770, "492101", 1, 0, 35), + (26771, "492101", 1, 0, 35), + (26772, "492101", 1, 0, 35), + (26773, "492101", 1, 0, 35), + (26774, "493331", 1, 0, 35), + (26775, "493331", 1, 0, 35), + (26776, "493331", 1, 0, 35), + (26777, "493331", 1, 0, 35), + (26778, "493331", 1, 0, 35), + (26779, "493778", 1, 0, 35), + (26780, "493778", 1, 0, 35), + (26781, "493778", 1, 0, 35), + (26782, "493778", 1, 0, 35), + (26783, "493778", 1, 0, 35), + (26784, "493778", 1, 0, 35), + (26785, "493526", 1, 0, 35), + (26786, "493526", 1, 0, 35), + (26787, "493526", 1, 0, 35), + (26788, "493526", 1, 0, 35), + (26789, "493526", 1, 0, 35), + (26790, "493526", 1, 0, 35), + (26791, "493526", 1, 0, 35), + (26792, "493445", 1, 0, 35), + (26793, "493445", 1, 0, 35), + (26794, "493445", 1, 0, 35), + (26795, "493445", 1, 0, 35), + (26796, "493445", 1, 0, 35), + (26797, "493445", 1, 0, 35), + (26798, "493445", 1, 0, 35), + (26799, "493445", 1, 0, 35), + (26800, "493445", 1, 0, 35), + (26801, "493445", 1, 0, 35), + (26802, "493445", 1, 0, 35), + (26803, "493445", 1, 0, 35), + (26804, "493445", 1, 0, 35), + (26805, "493445", 1, 0, 35), + (26806, "493445", 1, 0, 35), + (26807, "493445", 1, 0, 35), + (26808, "493445", 1, 0, 35), + (26809, "493445", 1, 0, 35), + (26810, "493445", 1, 0, 35), + (26811, "493445", 1, 0, 35), + (26812, "493445", 1, 0, 35), + (26813, "493445", 1, 0, 35), + (26814, "493445", 1, 0, 35), + (26815, "493445", 1, 0, 35), + (26816, "493445", 1, 0, 35), + (26817, "492015", 1, 0, 35), + (26818, "493778", 1, 0, 35), + (26819, "493559", 1, 0, 35), + (26820, "493559", 1, 0, 35), + (26821, "493559", 1, 0, 35), + (26822, "493559", 1, 0, 35), + (26823, "493559", 1, 0, 35), + (26824, "493101", 1, 0, 35), + (26825, "493101", 1, 0, 35), + (26826, "493101", 1, 0, 35), + (26827, "493101", 1, 0, 35), + (26828, "493101", 1, 0, 35), + (26829, "493101", 1, 0, 35), + (26830, "492013", 1, 0, 35), + (26831, "492013", 1, 0, 35), + (26832, "492013", 1, 0, 35), + (26833, "492099", 1, 0, 35), + (26834, "492008", 1, 0, 35), + (26835, "493229", 1, 0, 35), + (26836, "493229", 1, 0, 35), + (26837, "493229", 1, 0, 35), + (26838, "493229", 1, 0, 35), + (26839, "493229", 1, 0, 35), + (26840, "493229", 1, 0, 35), + (26841, "493229", 1, 0, 35), + (26842, "493229", 1, 0, 35), + (26843, "493229", 1, 0, 35), + (26844, "493229", 1, 0, 35), + (26845, "493229", 1, 0, 35), + (26846, "493229", 1, 0, 35), + (26847, "493992", 1, 0, 35), + (26848, "493992", 1, 0, 35), + (26849, "493992", 1, 0, 35), + (26850, "493551", 1, 0, 35), + (26851, "493551", 1, 0, 35), + (26852, "493551", 1, 0, 35), + (26853, "493551", 1, 0, 35), + (26854, "493551", 1, 0, 35), + (26855, "493551", 1, 0, 35), + (26856, "493551", 1, 0, 35), + (26857, "493778", 1, 0, 35), + (26858, "493778", 1, 0, 35), + (26859, "493778", 1, 0, 35), + (26860, "493778", 1, 0, 35), + (26861, "493778", 1, 0, 35), + (26862, "493778", 1, 0, 35), + (26863, "493778", 1, 0, 35), + (26864, "493778", 1, 0, 35), + (26865, "493778", 1, 0, 35), + (26866, "493778", 1, 0, 35), + (26867, "493778", 1, 0, 35), + (26868, "493778", 1, 0, 35), + (26869, "493114", 1, 0, 35), + (26870, "493114", 1, 0, 35), + (26871, "493114", 1, 0, 35), + (26872, "493114", 1, 0, 35), + (26873, "492109", 1, 0, 35), + (26874, "492109", 1, 0, 35), + (26875, "492109", 1, 0, 35), + (26876, "492109", 1, 0, 35), + (26877, "492109", 1, 0, 35), + (26878, "492109", 1, 0, 35), + (26879, "492109", 1, 0, 35), + (26880, "493228", 1, 0, 35), + (26881, "493228", 1, 0, 35), + (26882, "493228", 1, 0, 35), + (26883, "493228", 1, 0, 35), + (26884, "493228", 1, 0, 35), + (26885, "493228", 1, 0, 35), + (26886, "493228", 1, 0, 35), + (26887, "493228", 1, 0, 35), + (26888, "493228", 1, 0, 35), + (26889, "493228", 1, 0, 35), + (26890, "493228", 1, 0, 35), + (26891, "493228", 1, 0, 35), + (26892, "493228", 1, 0, 35), + (26893, "493228", 1, 0, 35), + (26894, "493992", 1, 0, 35), + (26895, "493992", 1, 0, 35), + (26896, "493992", 1, 0, 35), + (26897, "493992", 1, 0, 35), + (26898, "493992", 1, 0, 35), + (26899, "493992", 1, 0, 35), + (26900, "493992", 1, 0, 35), + (26901, "493992", 1, 0, 35), + (26902, "493885", 1, 0, 35), + (26903, "493885", 1, 0, 35), + (26904, "493885", 1, 0, 35), + (26905, "493885", 1, 0, 35), + (26906, "493885", 1, 0, 35), + (26907, "493885", 1, 0, 35), + (26908, "493885", 1, 0, 35), + (26909, "493885", 1, 0, 35), + (26910, "493885", 1, 0, 35), + (26911, "493885", 1, 0, 35), + (26912, "493885", 1, 0, 35), + (26913, "493885", 1, 0, 35), + (26914, "493776", 1, 0, 35), + (26915, "493776", 1, 0, 35), + (26916, "492112", 1, 0, 35), + (26917, "492112", 1, 0, 35), + (26918, "492112", 1, 0, 35), + (26919, "492112", 1, 0, 35), + (26920, "492112", 1, 0, 35), + (26921, "492112", 1, 0, 35), + (26922, "492112", 1, 0, 35), + (26923, "492112", 1, 0, 35), + (26924, "492112", 1, 0, 35), + (26925, "492112", 1, 0, 35), + (26926, "492112", 1, 0, 35), + (26927, "493558", 1, 0, 35), + (26928, "493551", 1, 0, 35), + (26929, "493551", 1, 0, 35), + (26930, "493551", 1, 0, 35), + (26931, "493551", 1, 0, 35), + (26932, "493551", 1, 0, 35), + (26933, "493551", 1, 0, 35), + (26934, "493551", 1, 0, 35), + (26935, "493551", 1, 0, 35), + (26936, "493551", 1, 0, 35), + (26937, "493558", 1, 0, 35), + (26938, "493558", 1, 0, 35), + (26939, "493558", 1, 0, 35), + (26940, "493558", 1, 0, 35), + (26941, "493558", 1, 0, 35), + (26942, "493558", 1, 0, 35), + (26943, "493558", 1, 0, 35), + (26944, "493558", 1, 0, 35), + (26945, "493558", 1, 0, 35), + (26946, "493558", 1, 0, 35), + (26947, "493558", 1, 0, 35), + (26948, "493558", 1, 0, 35), + (26949, "493558", 1, 0, 35), + (26950, "493558", 1, 0, 35), + (26951, "493558", 1, 0, 35), + (26952, "493558", 1, 0, 35), + (26953, "493558", 1, 0, 35), + (26954, "493558", 1, 0, 35), + (26955, "493558", 1, 0, 35), + (26956, "493558", 1, 0, 35), + (26957, "493558", 1, 0, 35), + (26958, "493558", 1, 0, 35), + (26959, "493558", 1, 0, 35), + (26960, "493558", 1, 0, 35), + (26961, "493558", 1, 0, 35), + (26962, "493558", 1, 0, 35), + (26963, "493559", 1, 0, 35), + (26964, "493559", 1, 0, 35), + (26965, "493559", 1, 0, 35), + (26966, "493559", 1, 0, 35), + (26967, "493559", 1, 0, 35), + (26968, "493559", 1, 0, 35), + (26969, "493559", 1, 0, 35), + (26970, "493559", 1, 0, 35), + (26971, "493661", 1, 0, 35), + (26972, "493661", 1, 0, 35), + (26973, "493661", 1, 0, 35), + (26974, "493661", 1, 0, 35), + (26975, "493661", 1, 0, 35), + (26976, "493661", 1, 0, 35), + (26977, "493661", 1, 0, 35), + (26978, "493661", 1, 0, 35), + (26979, "493661", 1, 0, 35), + (26980, "493661", 1, 0, 35), + (26981, "493661", 1, 0, 35), + (26982, "493661", 1, 0, 35), + (26983, "493661", 1, 0, 35), + (26984, "493661", 1, 0, 35), + (26985, "493661", 1, 0, 35), + (26986, "493661", 1, 0, 35), + (26987, "493661", 1, 0, 35), + (26988, "493661", 1, 0, 35), + (26989, "493661", 1, 0, 35), + (26990, "493661", 1, 0, 35), + (26991, "493661", 1, 0, 35), + (26992, "493661", 1, 0, 35), + (26993, "493661", 1, 0, 35), + (26994, "493441", 1, 0, 35), + (26995, "493441", 1, 0, 35), + (26996, "493441", 1, 0, 35), + (26997, "493441", 1, 0, 35), + (26998, "493441", 1, 0, 35), + (26999, "493441", 1, 0, 35), + (27000, "493441", 1, 0, 35), + (27001, "493441", 1, 0, 35), + (27002, "493441", 1, 0, 35), + (27003, "493441", 1, 0, 35), + (27004, "493441", 1, 0, 35), + (27005, "493441", 1, 0, 35), + (27006, "493449", 1, 0, 35), + (27007, "493449", 1, 0, 35), + (27008, "493448", 1, 0, 35), + (27009, "493332", 1, 0, 35), + (27010, "493332", 1, 0, 35), + (27011, "493332", 1, 0, 35), + (27012, "493554", 1, 0, 35), + (27013, "493554", 1, 0, 35), + (27014, "493554", 1, 0, 35), + (27015, "493554", 1, 0, 35), + (27016, "493554", 1, 0, 35), + (27017, "493554", 1, 0, 35), + (27018, "493554", 1, 0, 35), + (27019, "493554", 1, 0, 35), + (27020, "493554", 1, 0, 35), + (27021, "493554", 1, 0, 35), + (27022, "493554", 1, 0, 35), + (27023, "493118", 1, 0, 35), + (27024, "493118", 1, 0, 35), + (27025, "493118", 1, 0, 35), + (27026, "493118", 1, 0, 35), + (27027, "493118", 1, 0, 35), + (27028, "493118", 1, 0, 35), + (27029, "493118", 1, 0, 35), + (27030, "493118", 1, 0, 35), + (27031, "493118", 1, 0, 35), + (27032, "493118", 1, 0, 35), + (27033, "493118", 1, 0, 35), + (27034, "493118", 1, 0, 35), + (27035, "493118", 1, 0, 35), + (27036, "493118", 1, 0, 35), + (27037, "493118", 1, 0, 35), + (27038, "493118", 1, 0, 35), + (27039, "493118", 1, 0, 35), + (27040, "493222", 1, 0, 35), + (27041, "493222", 1, 0, 35), + (27042, "493222", 1, 0, 35), + (27043, "493222", 1, 0, 35), + (27044, "493222", 1, 0, 35), + (27045, "493338", 1, 0, 35), + (27046, "493338", 1, 0, 35), + (27047, "493338", 1, 0, 35), + (27048, "493338", 1, 0, 35), + (27049, "493338", 1, 0, 35), + (27050, "493338", 1, 0, 35), + (27051, "493338", 1, 0, 35), + (27052, "493338", 1, 0, 35), + (27053, "493338", 1, 0, 35), + (27054, "493338", 1, 0, 35), + (27055, "493338", 1, 0, 35), + (27056, "493221", 1, 0, 35), + (27057, "493221", 1, 0, 35), + (27058, "493221", 1, 0, 35), + (27059, "493221", 1, 0, 35), + (27060, "493221", 1, 0, 35), + (27061, "493221", 1, 0, 35), + (27062, "493221", 1, 0, 35), + (27063, "493996", 1, 0, 35), + (27064, "493996", 1, 0, 35), + (27065, "493996", 1, 0, 35), + (27066, "493996", 1, 0, 35), + (27067, "493996", 1, 0, 35), + (27068, "493996", 1, 0, 35), + (27069, "493996", 1, 0, 35), + (27070, "493996", 1, 0, 35), + (27071, "493996", 1, 0, 35), + (27072, "493996", 1, 0, 35), + (27073, "493996", 1, 0, 35), + (27074, "493996", 1, 0, 35), + (27075, "493996", 1, 0, 35), + (27076, "493891", 1, 0, 35), + (27077, "493891", 1, 0, 35), + (27078, "493890", 1, 0, 35), + (27079, "493890", 1, 0, 35), + (27080, "493890", 1, 0, 35), + (27081, "493891", 1, 0, 35), + (27082, "493890", 1, 0, 35), + (27083, "493891", 1, 0, 35), + (27084, "493890", 1, 0, 35), + (27085, "493890", 1, 0, 35), + (27086, "493891", 1, 0, 35), + (27087, "493891", 1, 0, 35), + (27088, "493890", 1, 0, 35), + (27089, "493890", 1, 0, 35), + (27090, "493891", 1, 0, 35), + (27091, "493890", 1, 0, 35), + (27092, "493891", 1, 0, 35), + (27093, "493890", 1, 0, 35), + (27094, "493773", 1, 0, 35), + (27095, "493773", 1, 0, 35), + (27096, "493773", 1, 0, 35), + (27097, "493773", 1, 0, 35), + (27098, "493773", 1, 0, 35), + (27099, "493773", 1, 0, 35), + (27100, "493773", 1, 0, 35), + (27101, "493773", 1, 0, 35), + (27102, "493773", 1, 0, 35), + (27103, "493773", 1, 0, 35), + (27104, "493773", 1, 0, 35), + (27105, "493773", 1, 0, 35), + (27106, "493773", 1, 0, 35), + (27107, "493773", 1, 0, 35), + (27108, "493773", 1, 0, 35), + (27109, "493773", 1, 0, 35), + (27110, "493773", 1, 0, 35), + (27111, "493773", 1, 0, 35), + (27112, "493773", 1, 0, 35), + (27113, "493773", 1, 0, 35), + (27114, "493773", 1, 0, 35), + (27115, "493773", 1, 0, 35), + (27116, "493889", 1, 0, 35), + (27117, "493889", 1, 0, 35), + (27118, "493888", 1, 0, 35), + (27119, "493888", 1, 0, 35), + (27120, "493889", 1, 0, 35), + (27121, "493888", 1, 0, 35), + (27122, "493889", 1, 0, 35), + (27123, "493889", 1, 0, 35), + (27124, "493889", 1, 0, 35), + (27125, "493889", 1, 0, 35), + (27126, "493888", 1, 0, 35), + (27127, "493888", 1, 0, 35), + (27128, "493889", 1, 0, 35), + (27129, "493889", 1, 0, 35), + (27130, "493889", 1, 0, 35), + (27131, "493889", 1, 0, 35), + (27132, "493889", 1, 0, 35), + (27133, "493889", 1, 0, 35), + (27134, "493889", 1, 0, 35), + (27135, "493888", 1, 0, 35), + (27136, "493888", 1, 0, 35), + (27137, "493888", 1, 0, 35), + (27138, "493196", 1, 0, 35), + (27139, "493196", 1, 0, 35), + (27140, "493196", 1, 0, 35), + (27141, "493196", 1, 0, 35), + (27142, "493113", 1, 0, 35), + (27143, "493113", 1, 0, 35), + (27144, "493113", 1, 0, 35), + (27145, "493113", 1, 0, 35), + (27146, "493195", 1, 0, 35), + (27147, "493195", 1, 0, 35), + (27148, "493195", 1, 0, 35), + (27149, "493195", 1, 0, 35), + (27150, "493555", 1, 0, 35), + (27151, "493555", 1, 0, 35), + (27152, "493449", 1, 0, 35), + (27153, "493449", 1, 0, 35), + (27154, "493448", 1, 0, 35), + (27155, "493449", 1, 0, 35), + (27156, "493449", 1, 0, 35), + (27157, "493448", 1, 0, 35), + (27158, "493449", 1, 0, 35), + (27159, "493448", 1, 0, 35), + (27160, "493449", 1, 0, 35), + (27161, "493449", 1, 0, 35), + (27162, "493448", 1, 0, 35), + (27163, "493449", 1, 0, 35), + (27164, "493449", 1, 0, 35), + (27165, "493449", 1, 0, 35), + (27166, "493449", 1, 0, 35), + (27167, "493448", 1, 0, 35), + (27168, "493448", 1, 0, 35), + (27169, "493449", 1, 0, 35), + (27170, "493449", 1, 0, 35), + (27171, "493449", 1, 0, 35), + (27172, "493449", 1, 0, 35), + (27173, "493449", 1, 0, 35), + (27174, "493116", 1, 0, 35), + (27175, "493116", 1, 0, 35), + (27176, "493116", 1, 0, 35), + (27177, "493116", 1, 0, 35), + (27178, "493116", 1, 0, 35), + (27179, "493116", 1, 0, 35), + (27180, "493332", 1, 0, 35), + (27181, "493332", 1, 0, 35), + (27182, "493332", 1, 0, 35), + (27183, "493332", 1, 0, 35), + (27184, "493332", 1, 0, 35), + (27185, "493332", 1, 0, 35), + (27186, "493555", 1, 0, 35), + (27187, "493555", 1, 0, 35), + (27188, "493555", 1, 0, 35), + (27189, "493555", 1, 0, 35), + (27190, "493335", 1, 0, 35), + (27191, "493335", 1, 0, 35), + (27192, "493335", 1, 0, 35), + (27193, "493335", 1, 0, 35), + (27194, "493335", 1, 0, 35), + (27195, "493335", 1, 0, 35), + (27196, "493335", 1, 0, 35), + (27197, "493344", 1, 0, 35), + (27198, "493344", 1, 0, 35), + (27199, "493344", 1, 0, 35), + (27200, "493344", 1, 0, 35), + (27201, "493344", 1, 0, 35), + (27202, "493344", 1, 0, 35), + (27203, "493344", 1, 0, 35), + (27204, "493344", 1, 0, 35), + (27205, "493344", 1, 0, 35), + (27206, "493344", 1, 0, 35), + (27207, "493344", 1, 0, 35), + (27208, "493225", 1, 0, 35), + (27209, "493225", 1, 0, 35), + (27210, "493225", 1, 0, 35), + (27211, "493225", 1, 0, 35), + (27212, "493225", 1, 0, 35), + (27213, "493225", 1, 0, 35), + (27214, "493225", 1, 0, 35), + (27215, "493225", 1, 0, 35), + (27216, "493225", 1, 0, 35), + (27217, "493225", 1, 0, 35), + (27218, "493225", 1, 0, 35), + (27219, "493225", 1, 0, 35), + (27220, "493225", 1, 0, 35), + (27221, "493225", 1, 0, 35), + (27222, "493225", 1, 0, 35), + (27223, "493225", 1, 0, 35), + (27224, "493225", 1, 0, 35), + (27225, "493225", 1, 0, 35), + (27226, "493225", 1, 0, 35), + (27227, "493225", 1, 0, 35), + (27228, "493225", 1, 0, 35), + (27229, "493225", 1, 0, 35), + (27230, "493663", 1, 0, 35), + (27231, "493663", 1, 0, 35), + (27232, "493663", 1, 0, 35), + (27233, "493662", 1, 0, 35), + (27234, "493663", 1, 0, 35), + (27235, "493663", 1, 0, 35), + (27236, "493662", 1, 0, 35), + (27237, "493662", 1, 0, 35), + (27238, "493663", 1, 0, 35), + (27239, "493663", 1, 0, 35), + (27240, "493663", 1, 0, 35), + (27241, "493662", 1, 0, 35), + (27242, "493663", 1, 0, 35), + (27243, "493663", 1, 0, 35), + (27244, "493662", 1, 0, 35), + (27245, "493663", 1, 0, 35), + (27246, "493662", 1, 0, 35), + (27247, "493663", 1, 0, 35), + (27248, "493663", 1, 0, 35), + (27249, "493662", 1, 0, 35), + (27250, "493662", 1, 0, 35), + (27251, "493663", 1, 0, 35), + (27252, "493663", 1, 0, 35), + (27253, "493663", 1, 0, 35), + (27254, "493663", 1, 0, 35), + (27255, "493662", 1, 0, 35), + (27256, "493663", 1, 0, 35), + (27257, "493663", 1, 0, 35), + (27258, "493526", 1, 0, 35), + (27259, "493526", 1, 0, 35), + (27260, "493526", 1, 0, 35), + (27261, "396230", 1, 0, 23), + (27262, "396193", 1, 0, 23), + (27263, "396240", 1, 0, 23), + (27264, "396235", 1, 0, 23), + (27265, "396230", 1, 0, 23), + (27266, "396240", 1, 0, 23), + (27267, "396240", 1, 0, 23), + (27268, "396240", 1, 0, 23), + (27269, "396240", 1, 0, 23), + (27270, "396235", 1, 0, 23), + (27271, "396230", 1, 0, 23), + (27272, "396230", 1, 0, 23), + (27273, "396230", 1, 0, 23), + (27274, "396230", 1, 0, 23), + (27275, "396230", 1, 0, 23), + (27276, "396230", 1, 0, 23), + (27277, "396230", 1, 0, 23), + (27278, "396230", 1, 0, 23), + (27279, "396230", 1, 0, 23), + (27280, "396230", 1, 0, 23), + (27281, "396230", 1, 0, 23), + (27282, "396230", 1, 0, 23), + (27283, "396240", 1, 0, 23), + (27284, "396240", 1, 0, 23), + (27285, "396240", 1, 0, 23), + (27286, "396235", 1, 0, 23), + (27287, "396230", 1, 0, 23), + (27288, "396230", 1, 0, 23), + (27289, "396230", 1, 0, 23), + (27290, "396230", 1, 0, 23), + (27291, "396230", 1, 0, 23), + (27292, "396230", 1, 0, 23), + (27293, "396230", 1, 0, 23), + (27294, "396230", 1, 0, 23), + (27295, "396230", 1, 0, 23), + (27296, "396230", 1, 0, 23), + (27297, "396230", 1, 0, 23), + (27298, "396230", 1, 0, 23), + (27299, "396193", 1, 0, 23), + (27300, "396220", 1, 0, 24), + (27301, "362520", 1, 0, 24), + (27302, "362520", 1, 0, 24), + (27303, "396210", 1, 0, 24), + (27304, "396215", 1, 0, 24), + (27305, "362540", 1, 0, 24), + (27306, "362570", 1, 0, 24), + (27307, "396210", 1, 0, 24), + (27308, "396210", 1, 0, 24), + (27309, "396210", 1, 0, 24), + (27310, "396210", 1, 0, 24), + (27311, "396210", 1, 0, 24), + (27312, "396210", 1, 0, 24), + (27313, "396215", 1, 0, 24), + (27314, "396215", 1, 0, 24), + (27315, "396215", 1, 0, 24), + (27316, "396220", 1, 0, 24), + (27317, "396220", 1, 0, 24), + (27318, "362570", 1, 0, 24), + (27319, "362520", 1, 0, 24), + (27320, "110092", 1, 0, 5), + (27321, "110085", 1, 0, 5), + (27322, "110022", 1, 0, 5), + (27323, "110025", 1, 0, 5), + (27324, "110044", 1, 0, 5), + (27325, "110032", 1, 0, 5), + (27326, "110053", 1, 0, 5), + (27327, "110006", 1, 0, 5), + (27328, "110007", 1, 0, 5), + (27329, "110007", 1, 0, 5), + (27330, "110083", 1, 0, 5), + (27331, "110085", 1, 0, 5), + (27332, "110086", 1, 0, 5), + (27333, "110089", 1, 0, 5), + (27334, "110009", 1, 0, 5), + (27335, "110064", 1, 0, 5), + (27336, "110064", 1, 0, 5), + (27337, "110064", 1, 0, 5), + (27338, "110055", 1, 0, 5), + (27339, "110001", 1, 0, 5), + (27340, "110001", 1, 0, 5), + (27341, "110001", 1, 0, 5), + (27342, "110011", 1, 0, 5), + (27343, "110001", 1, 0, 5), + (27344, "110011", 1, 0, 5), + (27345, "110001", 1, 0, 5), + (27346, "110004", 1, 0, 5), + (27347, "110001", 1, 0, 5), + (27348, "110001", 1, 0, 5), + (27349, "110001", 1, 0, 5), + (27350, "110069", 1, 0, 5), + (27351, "110001", 1, 0, 5), + (27352, "110011", 1, 0, 5), + (27353, "110036", 1, 0, 5), + (27354, "110084", 1, 0, 5), + (27355, "110039", 1, 0, 5), + (27356, "110054", 1, 0, 5), + (27357, "110081", 1, 0, 5), + (27358, "110082", 1, 0, 5), + (27359, "110083", 1, 0, 5), + (27360, "110007", 1, 0, 5), + (27361, "110033", 1, 0, 5), + (27362, "110040", 1, 0, 5), + (27363, "110035", 1, 0, 5), + (27364, "110085", 1, 0, 5), + (27365, "110042", 1, 0, 5), + (27366, "110034", 1, 0, 5), + (27367, "110056", 1, 0, 5), + (27368, "110086", 1, 0, 5), + (27369, "110034", 1, 0, 5), + (27370, "110033", 1, 0, 5), + (27371, "110042", 1, 0, 5), + (27372, "110007", 1, 0, 5), + (27373, "110054", 1, 0, 5), + (27374, "110006", 1, 0, 5), + (27375, "110007", 1, 0, 5), + (27376, "110042", 1, 0, 5), + (27377, "110009", 1, 0, 5), + (27378, "110035", 1, 0, 5), + (27379, "110009", 1, 0, 5), + (27380, "110007", 1, 0, 5), + (27381, "110009", 1, 0, 5), + (27382, "110088", 1, 0, 5), + (27383, "110033", 1, 0, 5), + (27384, "110033", 1, 0, 5), + (27385, "110033", 1, 0, 5), + (27386, "110035", 1, 0, 5), + (27387, "110007", 1, 0, 5), + (27388, "110009", 1, 0, 5), + (27389, "110009", 1, 0, 5), + (27390, "110034", 1, 0, 5), + (27391, "110083", 1, 0, 5), + (27392, "110083", 1, 0, 5), + (27393, "110009", 1, 0, 5), + (27394, "110052", 1, 0, 5), + (27395, "110035", 1, 0, 5), + (27396, "110007", 1, 0, 5), + (27397, "110085", 1, 0, 5), + (27398, "110054", 1, 0, 5), + (27399, "110007", 1, 0, 5), + (27400, "110007", 1, 0, 5), + (27401, "110007", 1, 0, 5), + (27402, "110034", 1, 0, 5), + (27403, "110035", 1, 0, 5), + (27404, "110052", 1, 0, 5), + (27405, "110086", 1, 0, 5), + (27406, "110086", 1, 0, 5), + (27407, "110034", 1, 0, 5), + (27408, "110034", 1, 0, 5), + (27409, "110052", 1, 0, 5), + (27410, "110034", 1, 0, 5), + (27411, "110006", 1, 0, 5), + (27412, "110007", 1, 0, 5), + (27413, "110054", 1, 0, 5), + (27414, "110052", 1, 0, 5), + (27415, "110088", 1, 0, 5), + (27416, "110006", 1, 0, 5), + (27417, "110006", 1, 0, 5), + (27418, "110006", 1, 0, 5), + (27419, "110049", 1, 0, 5), + (27420, "110024", 1, 0, 5), + (27421, "110013", 1, 0, 5), + (27422, "110017", 1, 0, 5), + (27423, "110065", 1, 0, 5), + (27424, "110048", 1, 0, 5), + (27425, "110020", 1, 0, 5), + (27426, "110044", 1, 0, 5), + (27427, "110076", 1, 0, 5), + (27428, "110062", 1, 0, 5), + (27429, "110025", 1, 0, 5), + (27430, "110014", 1, 0, 5), + (27431, "110003", 1, 0, 5), + (27432, "110003", 1, 0, 5), + (27433, "110003", 1, 0, 5), + (27434, "110003", 1, 0, 5), + (27435, "110003", 1, 0, 5), + (27436, "110003", 1, 0, 5), + (27437, "110013", 1, 0, 5), + (27438, "110014", 1, 0, 5), + (27439, "110014", 1, 0, 5), + (27440, "110017", 1, 0, 5), + (27441, "110019", 1, 0, 5), + (27442, "110017", 1, 0, 5), + (27443, "110017", 1, 0, 5), + (27444, "110017", 1, 0, 5), + (27445, "110017", 1, 0, 5), + (27446, "110017", 1, 0, 5), + (27447, "110019", 1, 0, 5), + (27448, "110019", 1, 0, 5), + (27449, "110020", 1, 0, 5), + (27450, "110020", 1, 0, 5), + (27451, "110024", 1, 0, 5), + (27452, "110024", 1, 0, 5), + (27453, "110020", 1, 0, 5), + (27454, "110024", 1, 0, 5), + (27455, "110025", 1, 0, 5), + (27456, "110025", 1, 0, 5), + (27457, "110044", 1, 0, 5), + (27458, "110044", 1, 0, 5), + (27459, "110048", 1, 0, 5), + (27460, "110048", 1, 0, 5), + (27461, "110049", 1, 0, 5), + (27462, "110049", 1, 0, 5), + (27463, "110049", 1, 0, 5), + (27464, "110049", 1, 0, 5), + (27465, "110062", 1, 0, 5), + (27466, "110062", 1, 0, 5), + (27467, "110062", 1, 0, 5), + (27468, "110062", 1, 0, 5), + (27469, "110062", 1, 0, 5), + (27470, "110062", 1, 0, 5), + (27471, "110062", 1, 0, 5), + (27472, "110062", 1, 0, 5), + (27473, "110062", 1, 0, 5), + (27474, "110065", 1, 0, 5), + (27475, "110065", 1, 0, 5), + (27476, "110025", 1, 0, 5), + (27477, "110065", 1, 0, 5), + (27478, "110065", 1, 0, 5), + (27479, "110077", 1, 0, 5), + (27480, "110046", 1, 0, 5), + (27481, "110064", 1, 0, 5), + (27482, "110073", 1, 0, 5), + (27483, "110018", 1, 0, 5), + (27484, "110026", 1, 0, 5), + (27485, "110058", 1, 0, 5), + (27486, "110058", 1, 0, 5), + (27487, "110018", 1, 0, 5), + (27488, "110071", 1, 0, 5), + (27489, "110072", 1, 0, 5), + (27490, "110058", 1, 0, 5), + (27491, "110059", 1, 0, 5), + (27492, "110058", 1, 0, 5), + (27493, "110075", 1, 0, 5), + (27494, "110015", 1, 0, 5), + (27495, "110018", 1, 0, 5), + (27496, "110058", 1, 0, 5), + (27497, "110027", 1, 0, 5), + (27498, "110027", 1, 0, 5), + (27499, "110087", 1, 0, 5), + (27500, "110015", 1, 0, 5), + (27501, "110018", 1, 0, 5), + (27502, "110018", 1, 0, 5), + (27503, "110015", 1, 0, 5), + (27504, "110064", 1, 0, 5), + (27505, "110018", 1, 0, 5), + (27506, "110063", 1, 0, 5), + (27507, "110063", 1, 0, 5), + (27508, "110018", 1, 0, 5), + (27509, "110015", 1, 0, 5), + (27510, "110046", 1, 0, 5), + (27511, "110043", 1, 0, 5), + (27512, "110041", 1, 0, 5), + (27513, "110078", 1, 0, 5), + (27514, "110028", 1, 0, 5), + (27515, "110041", 1, 0, 5), + (27516, "110045", 1, 0, 5), + (27517, "110026", 1, 0, 5), + (27518, "110063", 1, 0, 5), + (27519, "110026", 1, 0, 5), + (27520, "110063", 1, 0, 5), + (27521, "110027", 1, 0, 5), + (27522, "110027", 1, 0, 5), + (27523, "110027", 1, 0, 5), + (27524, "110027", 1, 0, 5), + (27525, "110026", 1, 0, 5), + (27526, "110087", 1, 0, 5), + (27527, "110018", 1, 0, 5), + (27528, "110018", 1, 0, 5), + (27529, "110059", 1, 0, 5), + (27530, "110018", 1, 0, 5), + (27531, "110018", 1, 0, 5), + (27532, "110015", 1, 0, 5), + (27533, "110043", 1, 0, 5), + (27534, "110100", 1, 0, 5), + (27535, "110086", 1, 0, 5), + (27536, "110085", 1, 0, 5), + (27537, "110029", 1, 0, 5), + (27538, "110085", 1, 0, 5), + (27539, "110001", 1, 0, 5), + (27540, "110090", 1, 0, 5), + (27541, "110017", 1, 0, 5), + (27542, "110080", 1, 0, 5), + (27543, "110093", 1, 0, 5), + (27544, "110085", 1, 0, 5), + (27545, "110078", 1, 0, 5), + (27546, "110077", 1, 0, 5), + (27547, "110084", 1, 0, 5), + (27548, "110054", 1, 0, 5), + (27549, "110090", 1, 0, 5), + (27550, "110097", 1, 0, 5), + (27551, "110003", 1, 0, 5), + (27552, "110078", 1, 0, 5), + (27553, "110075", 1, 0, 5), + (27554, "110093", 1, 0, 5), + (27555, "110098", 1, 0, 5), + (27556, "110015", 1, 0, 5), + (27557, "110073", 1, 0, 5), + (27558, "110035", 1, 0, 5), + (27559, "110044", 1, 0, 5), + (27560, "110084", 1, 0, 5), + (27561, "110050", 1, 0, 5), + (27562, "110043", 1, 0, 5), + (27563, "110043", 1, 0, 5), + (27564, "110045", 1, 0, 5), + (27565, "110059", 1, 0, 5), + (27566, "110041", 1, 0, 5), + (27567, "110045", 1, 0, 5), + (27568, "110071", 1, 0, 5), + (27569, "110059", 1, 0, 5), + (27570, "110002", 1, 0, 5), + (27571, "110001", 1, 0, 5), + (27572, "110006", 1, 0, 5), + (27573, "110051", 1, 0, 5), + (27574, "110095", 1, 0, 5), + (27575, "110023", 1, 0, 5), + (27576, "110001", 1, 0, 5), + (27577, "110002", 1, 0, 5), + (27578, "110052", 1, 0, 5), + (27579, "110003", 1, 0, 5), + (27580, "110019", 1, 0, 5), + (27581, "110015", 1, 0, 5), + (27582, "110028", 1, 0, 5), + (27583, "110041", 1, 0, 5), + (27584, "110040", 1, 0, 5), + (27585, "110086", 1, 0, 5), + (27586, "110039", 1, 0, 5), + (27587, "110042", 1, 0, 5), + (27588, "110040", 1, 0, 5), + (27589, "110056", 1, 0, 5), + (27590, "110039", 1, 0, 5), + (27591, "110054", 1, 0, 5), + (27592, "110085", 1, 0, 5), + (27593, "110090", 1, 0, 5), + (27594, "110053", 1, 0, 5), + (27595, "110074", 1, 0, 5), + (27596, "110074", 1, 0, 5), + (27597, "110071", 1, 0, 5), + (27598, "110051", 1, 0, 5), + (27599, "110091", 1, 0, 5), + (27600, "110091", 1, 0, 5), + (27601, "110091", 1, 0, 5), + (27602, "110031", 1, 0, 5), + (27603, "110092", 1, 0, 5), + (27604, "110053", 1, 0, 5), + (27605, "110093", 1, 0, 5), + (27606, "110094", 1, 0, 5), + (27607, "110032", 1, 0, 5), + (27608, "110096", 1, 0, 5), + (27609, "110091", 1, 0, 5), + (27610, "110091", 1, 0, 5), + (27611, "110091", 1, 0, 5), + (27612, "110096", 1, 0, 5), + (27613, "110032", 1, 0, 5), + (27614, "110051", 1, 0, 5), + (27615, "110095", 1, 0, 5), + (27616, "110032", 1, 0, 5), + (27617, "110095", 1, 0, 5), + (27618, "110031", 1, 0, 5), + (27619, "110031", 1, 0, 5), + (27620, "110031", 1, 0, 5), + (27621, "110031", 1, 0, 5), + (27622, "110031", 1, 0, 5), + (27623, "110031", 1, 0, 5), + (27624, "110051", 1, 0, 5), + (27625, "110092", 1, 0, 5), + (27626, "110092", 1, 0, 5), + (27627, "110092", 1, 0, 5), + (27628, "110092", 1, 0, 5), + (27629, "110092", 1, 0, 5), + (27630, "110092", 1, 0, 5), + (27631, "110095", 1, 0, 5), + (27632, "110095", 1, 0, 5), + (27633, "110095", 1, 0, 5), + (27634, "110053", 1, 0, 5), + (27635, "110053", 1, 0, 5), + (27636, "110053", 1, 0, 5), + (27637, "110093", 1, 0, 5), + (27638, "110095", 1, 0, 5), + (27639, "110093", 1, 0, 5), + (27640, "110053", 1, 0, 5), + (27641, "110090", 1, 0, 5), + (27642, "110053", 1, 0, 5), + (27643, "110090", 1, 0, 5), + (27644, "110032", 1, 0, 5), + (27645, "110032", 1, 0, 5), + (27646, "110032", 1, 0, 5), + (27647, "110032", 1, 0, 5), + (27648, "110032", 1, 0, 5), + (27649, "110032", 1, 0, 5), + (27650, "110032", 1, 0, 5), + (27651, "110032", 1, 0, 5), + (27652, "110032", 1, 0, 5), + (27653, "110074", 1, 0, 5), + (27654, "110010", 1, 0, 5), + (27655, "110010", 1, 0, 5), + (27656, "110021", 1, 0, 5), + (27657, "110029", 1, 0, 5), + (27658, "110010", 1, 0, 5), + (27659, "110010", 1, 0, 5), + (27660, "110010", 1, 0, 5), + (27661, "110010", 1, 0, 5), + (27662, "110010", 1, 0, 5), + (27663, "110016", 1, 0, 5), + (27664, "110016", 1, 0, 5), + (27665, "110016", 1, 0, 5), + (27666, "110037", 1, 0, 5), + (27667, "110023", 1, 0, 5), + (27668, "110023", 1, 0, 5), + (27669, "110010", 1, 0, 5), + (27670, "110023", 1, 0, 5), + (27671, "110021", 1, 0, 5), + (27672, "110021", 1, 0, 5), + (27673, "110067", 1, 0, 5), + (27674, "110023", 1, 0, 5), + (27675, "110021", 1, 0, 5), + (27676, "110016", 1, 0, 5), + (27677, "110022", 1, 0, 5), + (27678, "110022", 1, 0, 5), + (27679, "110022", 1, 0, 5), + (27680, "110022", 1, 0, 5), + (27681, "110022", 1, 0, 5), + (27682, "110022", 1, 0, 5), + (27683, "110066", 1, 0, 5), + (27684, "110010", 1, 0, 5), + (27685, "110010", 1, 0, 5), + (27686, "110067", 1, 0, 5), + (27687, "110010", 1, 0, 5), + (27688, "110010", 1, 0, 5), + (27689, "110021", 1, 0, 5), + (27690, "110030", 1, 0, 5), + (27691, "110016", 1, 0, 5), + (27692, "110037", 1, 0, 5), + (27693, "110010", 1, 0, 5), + (27694, "110030", 1, 0, 5), + (27695, "110070", 1, 0, 5), + (27696, "110057", 1, 0, 5), + (27697, "110021", 1, 0, 5), + (27698, "110030", 1, 0, 5), + (27699, "110038", 1, 0, 5), + (27700, "110061", 1, 0, 5), + (27701, "110047", 1, 0, 5), + (27702, "110037", 1, 0, 5), + (27703, "110016", 1, 0, 5), + (27704, "110066", 1, 0, 5), + (27705, "110029", 1, 0, 5), + (27706, "110022", 1, 0, 5), + (27707, "110057", 1, 0, 5), + (27708, "110070", 1, 0, 5), + (27709, "110068", 1, 0, 5), + (27710, "110067", 1, 0, 5), + (27711, "110002", 1, 0, 5), + (27712, "110002", 1, 0, 5), + (27713, "110001", 1, 0, 5), + (27714, "110003", 1, 0, 5), + (27715, "110002", 1, 0, 5), + (27716, "110006", 1, 0, 5), + (27717, "110002", 1, 0, 5), + (27718, "110006", 1, 0, 5), + (27719, "110002", 1, 0, 5), + (27720, "110003", 1, 0, 5), + (27721, "110001", 1, 0, 5), + (27722, "110001", 1, 0, 5), + (27723, "110001", 1, 0, 5), + (27724, "110002", 1, 0, 5), + (27725, "110005", 1, 0, 5), + (27726, "110005", 1, 0, 5), + (27727, "110005", 1, 0, 5), + (27728, "110001", 1, 0, 5), + (27729, "110008", 1, 0, 5), + (27730, "110005", 1, 0, 5), + (27731, "110005", 1, 0, 5), + (27732, "110012", 1, 0, 5), + (27733, "110012", 1, 0, 5), + (27734, "110005", 1, 0, 5), + (27735, "110055", 1, 0, 5), + (27736, "110005", 1, 0, 5), + (27737, "110012", 1, 0, 5), + (27738, "110055", 1, 0, 5), + (27739, "110008", 1, 0, 5), + (27740, "110008", 1, 0, 5), + (27741, "110008", 1, 0, 5), + (27742, "110008", 1, 0, 5), + (27743, "110060", 1, 0, 5), + (27744, "110005", 1, 0, 5), + (27745, "110055", 1, 0, 5), + (27746, "110001", 1, 0, 5), + (27747, "110001", 1, 0, 5), + (27748, "110001", 1, 0, 5), + (27749, "110001", 1, 0, 5), + (27750, "110044", 1, 0, 5), + (27751, "110076", 1, 0, 5), + (27752, "110044", 1, 0, 5), + (27753, "110044", 1, 0, 5), + (27754, "110063", 1, 0, 5), + (27755, "110041", 1, 0, 5), + (27756, "110071", 1, 0, 5), + (27757, "110077", 1, 0, 5), + (27758, "110044", 1, 0, 5), + (27759, "110020", 1, 0, 5), + (27760, "110076", 1, 0, 5), + (27761, "110044", 1, 0, 5), + (27762, "110053", 1, 0, 5), + (27763, "110093", 1, 0, 5), + (27764, "110091", 1, 0, 5), + (27765, "110096", 1, 0, 5), + (27766, "110088", 1, 0, 5), + (27767, "110086", 1, 0, 5), + (27768, "110086", 1, 0, 5), + (27769, "110036", 1, 0, 5), + (27770, "110037", 1, 0, 5), + (27771, "110030", 1, 0, 5), + (27772, "110074", 1, 0, 5), + (27773, "110045", 1, 0, 5), + (27774, "110073", 1, 0, 5), + (27775, "110059", 1, 0, 5), + (27776, "110073", 1, 0, 5), + (27777, "110059", 1, 0, 5), + (27778, "110073", 1, 0, 5), + (27779, "110095", 1, 0, 5), + (27780, "110094", 1, 0, 5), + (27781, "110094", 1, 0, 5), + (27782, "110090", 1, 0, 5), + (27783, "110090", 1, 0, 5), + (27784, "110010", 1, 0, 5), + (27785, "110047", 1, 0, 5), + (27786, "110037", 1, 0, 5), + (27787, "110074", 1, 0, 5), + (27788, "110074", 1, 0, 5), + (27789, "110030", 1, 0, 5), + (27790, "110030", 1, 0, 5), + (27791, "110030", 1, 0, 5), + (27792, "110068", 1, 0, 5), + (27793, "110047", 1, 0, 5), + (27794, "110047", 1, 0, 5), + (27795, "110070", 1, 0, 5), + (27796, "110074", 1, 0, 5), + (27797, "110061", 1, 0, 5), + (27798, "110038", 1, 0, 5), + (27799, "110074", 1, 0, 5), + (27800, "110082", 1, 0, 5), + (27801, "110082", 1, 0, 5), + (27802, "110082", 1, 0, 5), + (27803, "110081", 1, 0, 5), + (27804, "110081", 1, 0, 5), + (27805, "110081", 1, 0, 5), + (27806, "110081", 1, 0, 5), + (27807, "110081", 1, 0, 5), + (27808, "110081", 1, 0, 5), + (27809, "110081", 1, 0, 5), + (27810, "110081", 1, 0, 5), + (27811, "110081", 1, 0, 5), + (27812, "110081", 1, 0, 5), + (27813, "110040", 1, 0, 5), + (27814, "110040", 1, 0, 5), + (27815, "110040", 1, 0, 5), + (27816, "110040", 1, 0, 5), + (27817, "110040", 1, 0, 5), + (27818, "110035", 1, 0, 5), + (27819, "110086", 1, 0, 5), + (27820, "110042", 1, 0, 5), + (27821, "110042", 1, 0, 5), + (27822, "110085", 1, 0, 5), + (27823, "110036", 1, 0, 5), + (27824, "110036", 1, 0, 5), + (27825, "110036", 1, 0, 5), + (27826, "110036", 1, 0, 5), + (27827, "110036", 1, 0, 5), + (27828, "110036", 1, 0, 5), + (27829, "110036", 1, 0, 5), + (27830, "110036", 1, 0, 5), + (27831, "110039", 1, 0, 5), + (27832, "110039", 1, 0, 5), + (27833, "110039", 1, 0, 5), + (27834, "110039", 1, 0, 5), + (27835, "110039", 1, 0, 5), + (27836, "110039", 1, 0, 5), + (27837, "110039", 1, 0, 5), + (27838, "110039", 1, 0, 5), + (27839, "110039", 1, 0, 5), + (27840, "110084", 1, 0, 5), + (27841, "110084", 1, 0, 5), + (27842, "110033", 1, 0, 5), + (27843, "110014", 1, 0, 5), + (27844, "110049", 1, 0, 5), + (27845, "110062", 1, 0, 5), + (27846, "110041", 1, 0, 5), + (27847, "110041", 1, 0, 5), + (27848, "110041", 1, 0, 5), + (27849, "110041", 1, 0, 5), + (27850, "110041", 1, 0, 5), + (27851, "110041", 1, 0, 5), + (27852, "110087", 1, 0, 5), + (27853, "110018", 1, 0, 5), + (27854, "110059", 1, 0, 5), + (27855, "110071", 1, 0, 5), + (27856, "110072", 1, 0, 5), + (27857, "110043", 1, 0, 5), + (27858, "110043", 1, 0, 5), + (27859, "110043", 1, 0, 5), + (27860, "110043", 1, 0, 5), + (27861, "110043", 1, 0, 5), + (27862, "110043", 1, 0, 5), + (27863, "110043", 1, 0, 5), + (27864, "110078", 1, 0, 5), + (27865, "110043", 1, 0, 5), + (27866, "110043", 1, 0, 5), + (27867, "110043", 1, 0, 5), + (27868, "110043", 1, 0, 5), + (27869, "110043", 1, 0, 5), + (27870, "110043", 1, 0, 5), + (27871, "110075", 1, 0, 5), + (27872, "110077", 1, 0, 5), + (27873, "110077", 1, 0, 5), + (27874, "110045", 1, 0, 5), + (27875, "110045", 1, 0, 5), + (27876, "110073", 1, 0, 5), + (27877, "110073", 1, 0, 5), + (27878, "110073", 1, 0, 5), + (27879, "110073", 1, 0, 5), + (27880, "110073", 1, 0, 5), + (27881, "110073", 1, 0, 5), + (27882, "403507", 1, 0, 7), + (27883, "403802", 1, 0, 7), + (27884, "403508", 1, 0, 7), + (27885, "403521", 1, 0, 7), + (27886, "403501", 1, 0, 7), + (27887, "403530", 1, 0, 7), + (27888, "403516", 1, 0, 7), + (27889, "403104", 1, 0, 7), + (27890, "403004", 1, 0, 7), + (27891, "403507", 1, 0, 7), + (27892, "403523", 1, 0, 7), + (27893, "403002", 1, 0, 7), + (27894, "403001", 1, 0, 7), + (27895, "403409", 1, 0, 7), + (27896, "403105", 1, 0, 7), + (27897, "403513", 1, 0, 7), + (27898, "403511", 1, 0, 7), + (27899, "403403", 1, 0, 7), + (27900, "403107", 1, 0, 7), + (27901, "403001", 1, 0, 7), + (27902, "403102", 1, 0, 7), + (27903, "403524", 1, 0, 7), + (27904, "403512", 1, 0, 7), + (27905, "403006", 1, 0, 7), + (27906, "403502", 1, 0, 7), + (27907, "403406", 1, 0, 7), + (27908, "403401", 1, 0, 7), + (27909, "403506", 1, 0, 7), + (27910, "403602", 1, 0, 7), + (27911, "403601", 1, 0, 7), + (27912, "403724", 1, 0, 7), + (27913, "403719", 1, 0, 7), + (27914, "403108", 1, 0, 7), + (27915, "403505", 1, 0, 7), + (27916, "403517", 1, 0, 7), + (27917, "403728", 1, 0, 7), + (27918, "403706", 1, 0, 7), + (27919, "403708", 1, 0, 7), + (27920, "403726", 1, 0, 7), + (27921, "403716", 1, 0, 7), + (27922, "403712", 1, 0, 7), + (27923, "403715", 1, 0, 7), + (27924, "403722", 1, 0, 7), + (27925, "403729", 1, 0, 7), + (27926, "403401", 1, 0, 7), + (27927, "403204", 1, 0, 7), + (27928, "403723", 1, 0, 7), + (27929, "403521", 1, 0, 7), + (27930, "403515", 1, 0, 7), + (27931, "403110", 1, 0, 7), + (27932, "403601", 1, 0, 7), + (27933, "403701", 1, 0, 7), + (27934, "403720", 1, 0, 7), + (27935, "403710", 1, 0, 7), + (27936, "403527", 1, 0, 7), + (27937, "403101", 1, 0, 7), + (27938, "403515", 1, 0, 7), + (27939, "403521", 1, 0, 7), + (27940, "403001", 1, 0, 7), + (27941, "403404", 1, 0, 7), + (27942, "403509", 1, 0, 7), + (27943, "403201", 1, 0, 7), + (27944, "403718", 1, 0, 7), + (27945, "403707", 1, 0, 7), + (27946, "403705", 1, 0, 7), + (27947, "403804", 1, 0, 7), + (27948, "403704", 1, 0, 7), + (27949, "403709", 1, 0, 7), + (27950, "403721", 1, 0, 7), + (27951, "403802", 1, 0, 7), + (27952, "403802", 1, 0, 7), + (27953, "403803", 1, 0, 7), + (27954, "403801", 1, 0, 7), + (27955, "403801", 1, 0, 7), + (27956, "403802", 1, 0, 7), + (27957, "403503", 1, 0, 7), + (27958, "403115", 1, 0, 7), + (27959, "403206", 1, 0, 7), + (27960, "403510", 1, 0, 7), + (27961, "403203", 1, 0, 7), + (27962, "403005", 1, 0, 7), + (27963, "403402", 1, 0, 7), + (27964, "403806", 1, 0, 7), + (27965, "403702", 1, 0, 7), + (27966, "403717", 1, 0, 7), + (27967, "403731", 1, 0, 7), + (27968, "403714", 1, 0, 7), + (27969, "403711", 1, 0, 7), + (27970, "403410", 1, 0, 7), + (27971, "403703", 1, 0, 7), + (27972, "403709", 1, 0, 7), + (27973, "403202", 1, 0, 7), + (27974, "403504", 1, 0, 7), + (27975, "403529", 1, 0, 7), + (27976, "403109", 1, 0, 7), + (27977, "403114", 1, 0, 7), + (27978, "403106", 1, 0, 7), + (27979, "403526", 1, 0, 7), + (27980, "403103", 1, 0, 7), + (27981, "403601", 1, 0, 7), + (27982, "403713", 1, 0, 7), + (27983, "403725", 1, 0, 7), + (27984, "403001", 1, 0, 7), + (27985, "403601", 1, 0, 7), + (27986, "403723", 1, 0, 7), + (27987, "403004", 1, 0, 7), + (27988, "403713", 1, 0, 7), + (27989, "403713", 1, 0, 7), + (27990, "403507", 1, 0, 7), + (27991, "403507", 1, 0, 7), + (27992, "403507", 1, 0, 7), + (27993, "403507", 1, 0, 7), + (27994, "403512", 1, 0, 7), + (27995, "403706", 1, 0, 7), + (27996, "403601", 1, 0, 7), + (27997, "403406", 1, 0, 7), + (27998, "403006", 1, 0, 7), + (27999, "403714", 1, 0, 7), + (28000, "403511", 1, 0, 7), + (28001, "403511", 1, 0, 7), + (28002, "403505", 1, 0, 7), + (28003, "403505", 1, 0, 7), + (28004, "403505", 1, 0, 7), + (28005, "403505", 1, 0, 7), + (28006, "403505", 1, 0, 7), + (28007, "403505", 1, 0, 7), + (28008, "403505", 1, 0, 7), + (28009, "403505", 1, 0, 7), + (28010, "403530", 1, 0, 7), + (28011, "403530", 1, 0, 7), + (28012, "403530", 1, 0, 7), + (28013, "403517", 1, 0, 7), + (28014, "403103", 1, 0, 7), + (28015, "403406", 1, 0, 7), + (28016, "403406", 1, 0, 7), + (28017, "403406", 1, 0, 7), + (28018, "403406", 1, 0, 7), + (28019, "403502", 1, 0, 7), + (28020, "403506", 1, 0, 7), + (28021, "403506", 1, 0, 7), + (28022, "403506", 1, 0, 7), + (28023, "403506", 1, 0, 7), + (28024, "403506", 1, 0, 7), + (28025, "403506", 1, 0, 7), + (28026, "403506", 1, 0, 7), + (28027, "403506", 1, 0, 7), + (28028, "403506", 1, 0, 7), + (28029, "403702", 1, 0, 7), + (28030, "403702", 1, 0, 7), + (28031, "403702", 1, 0, 7), + (28032, "403702", 1, 0, 7), + (28033, "403702", 1, 0, 7), + (28034, "403702", 1, 0, 7), + (28035, "403702", 1, 0, 7), + (28036, "403702", 1, 0, 7), + (28037, "403714", 1, 0, 7), + (28038, "403410", 1, 0, 7), + (28039, "403410", 1, 0, 7), + (28040, "403708", 1, 0, 7), + (28041, "403708", 1, 0, 7), + (28042, "403703", 1, 0, 7), + (28043, "403703", 1, 0, 7), + (28044, "403703", 1, 0, 7), + (28045, "403703", 1, 0, 7), + (28046, "403703", 1, 0, 7), + (28047, "403703", 1, 0, 7), + (28048, "403706", 1, 0, 7), + (28049, "403706", 1, 0, 7), + (28050, "403706", 1, 0, 7), + (28051, "403709", 1, 0, 7), + (28052, "403728", 1, 0, 7), + (28053, "403718", 1, 0, 7), + (28054, "403707", 1, 0, 7), + (28055, "403707", 1, 0, 7), + (28056, "403705", 1, 0, 7), + (28057, "403705", 1, 0, 7), + (28058, "403705", 1, 0, 7), + (28059, "403705", 1, 0, 7), + (28060, "403705", 1, 0, 7), + (28061, "403704", 1, 0, 7), + (28062, "403704", 1, 0, 7), + (28063, "403704", 1, 0, 7), + (28064, "403704", 1, 0, 7), + (28065, "403704", 1, 0, 7), + (28066, "403704", 1, 0, 7), + (28067, "403704", 1, 0, 7), + (28068, "403723", 1, 0, 7), + (28069, "403107", 1, 0, 7), + (28070, "403107", 1, 0, 7), + (28071, "403107", 1, 0, 7), + (28072, "403107", 1, 0, 7), + (28073, "403404", 1, 0, 7), + (28074, "403404", 1, 0, 7), + (28075, "403104", 1, 0, 7), + (28076, "403105", 1, 0, 7), + (28077, "403510", 1, 0, 7), + (28078, "403512", 1, 0, 7), + (28079, "403512", 1, 0, 7), + (28080, "403512", 1, 0, 7), + (28081, "403512", 1, 0, 7), + (28082, "403512", 1, 0, 7), + (28083, "403512", 1, 0, 7), + (28084, "403512", 1, 0, 7), + (28085, "403512", 1, 0, 7), + (28086, "403512", 1, 0, 7), + (28087, "403512", 1, 0, 7), + (28088, "403512", 1, 0, 7), + (28089, "403512", 1, 0, 7), + (28090, "403403", 1, 0, 7), + (28091, "403401", 1, 0, 7), + (28092, "403401", 1, 0, 7), + (28093, "403401", 1, 0, 7), + (28094, "403401", 1, 0, 7), + (28095, "403401", 1, 0, 7), + (28096, "403401", 1, 0, 7), + (28097, "403401", 1, 0, 7), + (28098, "403401", 1, 0, 7), + (28099, "403401", 1, 0, 7), + (28100, "403401", 1, 0, 7), + (28101, "403401", 1, 0, 7), + (28102, "403114", 1, 0, 7), + (28103, "403114", 1, 0, 7), + (28104, "403508", 1, 0, 7), + (28105, "403508", 1, 0, 7), + (28106, "403509", 1, 0, 7), + (28107, "403524", 1, 0, 7), + (28108, "403524", 1, 0, 7), + (28109, "403503", 1, 0, 7), + (28110, "403503", 1, 0, 7), + (28111, "403503", 1, 0, 7), + (28112, "403503", 1, 0, 7), + (28113, "403503", 1, 0, 7), + (28114, "403503", 1, 0, 7), + (28115, "403503", 1, 0, 7), + (28116, "403802", 1, 0, 7), + (28117, "403101", 1, 0, 7), + (28118, "403101", 1, 0, 7), + (28119, "403504", 1, 0, 7), + (28120, "403504", 1, 0, 7), + (28121, "403504", 1, 0, 7), + (28122, "403516", 1, 0, 7), + (28123, "403516", 1, 0, 7), + (28124, "403515", 1, 0, 7), + (28125, "403523", 1, 0, 7), + (28126, "403523", 1, 0, 7), + (28127, "403513", 1, 0, 7), + (28128, "403513", 1, 0, 7), + (28129, "403513", 1, 0, 7), + (28130, "403513", 1, 0, 7), + (28131, "403513", 1, 0, 7), + (28132, "403110", 1, 0, 7), + (28133, "403115", 1, 0, 7), + (28134, "403710", 1, 0, 7), + (28135, "403710", 1, 0, 7), + (28136, "403108", 1, 0, 7), + (28137, "403507", 1, 0, 7), + (28138, "403507", 1, 0, 7), + (28139, "382425", 1, 0, 25), + (28140, "390001", 1, 0, 25), + (28141, "390020", 1, 0, 25), + (28142, "390007", 1, 0, 25), + (28143, "390003", 1, 0, 25), + (28144, "390024", 1, 0, 25), + (28145, "390007", 1, 0, 25), + (28146, "390002", 1, 0, 25), + (28147, "388225", 1, 0, 25), + (28148, "388570", 1, 0, 25), + (28149, "387360", 1, 0, 25), + (28150, "388170", 1, 0, 25), + (28151, "387240", 1, 0, 25), + (28152, "387001", 1, 0, 25), + (28153, "388470", 1, 0, 25), + (28154, "388480", 1, 0, 25), + (28155, "388180", 1, 0, 25), + (28156, "388640", 1, 0, 25), + (28157, "387370", 1, 0, 25), + (28158, "387375", 1, 0, 25), + (28159, "388580", 1, 0, 25), + (28160, "387001", 1, 0, 25), + (28161, "387510", 1, 0, 25), + (28162, "387620", 1, 0, 25), + (28163, "387610", 1, 0, 25), + (28164, "387635", 1, 0, 25), + (28165, "387320", 1, 0, 25), + (28166, "387110", 1, 0, 25), + (28167, "387120", 1, 0, 25), + (28168, "387620", 1, 0, 25), + (28169, "387630", 1, 0, 25), + (28170, "387640", 1, 0, 25), + (28171, "387520", 1, 0, 25), + (28172, "387130", 1, 0, 25), + (28173, "387340", 1, 0, 25), + (28174, "387335", 1, 0, 25), + (28175, "387530", 1, 0, 25), + (28176, "387540", 1, 0, 25), + (28177, "387550", 1, 0, 25), + (28178, "387650", 1, 0, 25), + (28179, "387350", 1, 0, 25), + (28180, "387560", 1, 0, 25), + (28181, "387710", 1, 0, 25), + (28182, "387570", 1, 0, 25), + (28183, "387430", 1, 0, 25), + (28184, "387365", 1, 0, 25), + (28185, "387380", 1, 0, 25), + (28186, "387115", 1, 0, 25), + (28187, "387305", 1, 0, 25), + (28188, "388410", 1, 0, 25), + (28189, "388140", 1, 0, 25), + (28190, "387310", 1, 0, 25), + (28191, "387315", 1, 0, 25), + (28192, "388421", 1, 0, 25), + (28193, "388620", 1, 0, 25), + (28194, "387210", 1, 0, 25), + (28195, "388430", 1, 0, 25), + (28196, "388610", 1, 0, 25), + (28197, "387001", 1, 0, 25), + (28198, "388625", 1, 0, 25), + (28199, "388590", 1, 0, 25), + (28200, "387325", 1, 0, 25), + (28201, "388630", 1, 0, 25), + (28202, "388550", 1, 0, 25), + (28203, "388620", 1, 0, 25), + (28204, "387220", 1, 0, 25), + (28205, "388440", 1, 0, 25), + (28206, "387330", 1, 0, 25), + (28207, "387002", 1, 0, 25), + (28208, "388150", 1, 0, 25), + (28209, "387345", 1, 0, 25), + (28210, "388465", 1, 0, 25), + (28211, "388160", 1, 0, 25), + (28212, "387002", 1, 0, 25), + (28213, "388450", 1, 0, 25), + (28214, "388450", 1, 0, 25), + (28215, "387230", 1, 0, 25), + (28216, "387355", 1, 0, 25), + (28217, "388460", 1, 0, 25), + (28218, "388620", 1, 0, 25), + (28219, "388001", 1, 0, 25), + (28220, "390007", 1, 0, 25), + (28221, "361142", 1, 0, 25), + (28222, "360021", 1, 0, 25), + (28223, "392001", 1, 0, 25), + (28224, "392001", 1, 0, 25), + (28225, "389001", 1, 0, 25), + (28226, "362620", 1, 0, 25), + (28227, "362650", 1, 0, 25), + (28228, "360575", 1, 0, 25), + (28229, "360575", 1, 0, 25), + (28230, "360575", 1, 0, 25), + (28231, "360575", 1, 0, 25), + (28232, "360575", 1, 0, 25), + (28233, "360575", 1, 0, 25), + (28234, "389235", 1, 0, 25), + (28235, "360022", 1, 0, 25), + (28236, "360023", 1, 0, 25), + (28237, "391156", 1, 0, 25), + (28238, "365435", 1, 0, 25), + (28239, "390002", 1, 0, 25), + (28240, "364515", 1, 0, 25), + (28241, "365601", 1, 0, 25), + (28242, "365601", 1, 0, 25), + (28243, "365601", 1, 0, 25), + (28244, "365601", 1, 0, 25), + (28245, "365610", 1, 0, 25), + (28246, "365421", 1, 0, 25), + (28247, "364522", 1, 0, 25), + (28248, "365440", 1, 0, 25), + (28249, "365440", 1, 0, 25), + (28250, "365645", 1, 0, 25), + (28251, "365630", 1, 0, 25), + (28252, "365410", 1, 0, 25), + (28253, "365620", 1, 0, 25), + (28254, "365220", 1, 0, 25), + (28255, "365550", 1, 0, 25), + (28256, "365640", 1, 0, 25), + (28257, "365640", 1, 0, 25), + (28258, "365555", 1, 0, 25), + (28259, "365540", 1, 0, 25), + (28260, "364521", 1, 0, 25), + (28261, "365650", 1, 0, 25), + (28262, "365565", 1, 0, 25), + (28263, "365450", 1, 0, 25), + (28264, "365430", 1, 0, 25), + (28265, "365535", 1, 0, 25), + (28266, "365460", 1, 0, 25), + (28267, "365455", 1, 0, 25), + (28268, "365635", 1, 0, 25), + (28269, "365545", 1, 0, 25), + (28270, "365560", 1, 0, 25), + (28271, "365660", 1, 0, 25), + (28272, "364515", 1, 0, 25), + (28273, "365541", 1, 0, 25), + (28274, "362730", 1, 0, 25), + (28275, "365480", 1, 0, 25), + (28276, "365456", 1, 0, 25), + (28277, "364525", 1, 0, 25), + (28278, "364530", 1, 0, 25), + (28279, "394652", 1, 0, 25), + (28280, "380049", 1, 0, 25), + (28281, "392135", 1, 0, 25), + (28282, "380009", 1, 0, 25), + (28283, "380060", 1, 0, 25), + (28284, "382210", 1, 0, 25), + (28285, "391776", 1, 0, 25), + (28286, "380003", 1, 0, 25), + (28287, "382481", 1, 0, 25), + (28288, "382445", 1, 0, 25), + (28289, "396067", 1, 0, 25), + (28290, "361004", 1, 0, 25), + (28291, "387003", 1, 0, 25), + (28292, "363635", 1, 0, 25), + (28293, "390016", 1, 0, 25), + (28294, "382728", 1, 0, 25), + (28295, "380005", 1, 0, 25), + (28296, "382355", 1, 0, 25), + (28297, "380009", 1, 0, 25), + (28298, "390025", 1, 0, 25), + (28299, "389154", 1, 0, 25), + (28300, "382045", 1, 0, 25), + (28301, "382007", 1, 0, 25), + (28302, "391121", 1, 0, 25), + (28303, "389002", 1, 0, 25), + (28304, "389001", 1, 0, 25), + (28305, "389001", 1, 0, 25), + (28306, "389001", 1, 0, 25), + (28307, "389350", 1, 0, 25), + (28308, "389151", 1, 0, 25), + (28309, "370155", 1, 0, 25), + (28310, "370135", 1, 0, 25), + (28311, "370205", 1, 0, 25), + (28312, "370110", 1, 0, 25), + (28313, "370427", 1, 0, 25), + (28314, "370140", 1, 0, 25), + (28315, "370160", 1, 0, 25), + (28316, "370015", 1, 0, 25), + (28317, "370001", 1, 0, 25), + (28318, "370001", 1, 0, 25), + (28319, "370405", 1, 0, 25), + (28320, "370435", 1, 0, 25), + (28321, "370485", 1, 0, 25), + (28322, "370490", 1, 0, 25), + (28323, "370445", 1, 0, 25), + (28324, "370627", 1, 0, 25), + (28325, "370201", 1, 0, 25), + (28326, "370201", 1, 0, 25), + (28327, "370450", 1, 0, 25), + (28328, "370240", 1, 0, 25), + (28329, "370410", 1, 0, 25), + (28330, "370455", 1, 0, 25), + (28331, "370640", 1, 0, 25), + (28332, "370465", 1, 0, 25), + (28333, "370230", 1, 0, 25), + (28334, "370210", 1, 0, 25), + (28335, "370415", 1, 0, 25), + (28336, "370430", 1, 0, 25), + (28337, "370510", 1, 0, 25), + (28338, "370130", 1, 0, 25), + (28339, "370670", 1, 0, 25), + (28340, "370460", 1, 0, 25), + (28341, "370605", 1, 0, 25), + (28342, "370645", 1, 0, 25), + (28343, "370105", 1, 0, 25), + (28344, "370475", 1, 0, 25), + (28345, "370145", 1, 0, 25), + (28346, "370020", 1, 0, 25), + (28347, "370610", 1, 0, 25), + (28348, "370030", 1, 0, 25), + (28349, "370650", 1, 0, 25), + (28350, "370421", 1, 0, 25), + (28351, "370615", 1, 0, 25), + (28352, "370655", 1, 0, 25), + (28353, "370620", 1, 0, 25), + (28354, "370425", 1, 0, 25), + (28355, "370165", 1, 0, 25), + (28356, "370625", 1, 0, 25), + (28357, "370150", 1, 0, 25), + (28358, "370601", 1, 0, 25), + (28359, "370040", 1, 0, 25), + (28360, "370660", 1, 0, 25), + (28361, "370203", 1, 0, 25), + (28362, "370665", 1, 0, 25), + (28363, "370675", 1, 0, 25), + (28364, "394515", 1, 0, 25), + (28365, "394235", 1, 0, 25), + (28366, "394530", 1, 0, 25), + (28367, "395003", 1, 0, 25), + (28368, "395009", 1, 0, 25), + (28369, "394518", 1, 0, 25), + (28370, "394540", 1, 0, 25), + (28371, "394221", 1, 0, 25), + (28372, "395009", 1, 0, 25), + (28373, "395005", 1, 0, 25), + (28374, "394230", 1, 0, 25), + (28375, "395002", 1, 0, 25), + (28376, "395007", 1, 0, 25), + (28377, "394210", 1, 0, 25), + (28378, "394520", 1, 0, 25), + (28379, "395003", 1, 0, 25), + (28380, "394107", 1, 0, 25), + (28381, "395008", 1, 0, 25), + (28382, "395003", 1, 0, 25), + (28383, "395003", 1, 0, 25), + (28384, "395010", 1, 0, 25), + (28385, "394125", 1, 0, 25), + (28386, "395002", 1, 0, 25), + (28387, "395003", 1, 0, 25), + (28388, "395004", 1, 0, 25), + (28389, "395002", 1, 0, 25), + (28390, "394110", 1, 0, 25), + (28391, "394111", 1, 0, 25), + (28392, "394120", 1, 0, 25), + (28393, "394120", 1, 0, 25), + (28394, "395003", 1, 0, 25), + (28395, "394421", 1, 0, 25), + (28396, "394410", 1, 0, 25), + (28397, "394101", 1, 0, 25), + (28398, "395003", 1, 0, 25), + (28399, "395002", 1, 0, 25), + (28400, "394130", 1, 0, 25), + (28401, "395003", 1, 0, 25), + (28402, "395003", 1, 0, 25), + (28403, "395002", 1, 0, 25), + (28404, "394210", 1, 0, 25), + (28405, "394445", 1, 0, 25), + (28406, "394105", 1, 0, 25), + (28407, "394430", 1, 0, 25), + (28408, "395006", 1, 0, 25), + (28409, "395004", 1, 0, 25), + (28410, "394405", 1, 0, 25), + (28411, "394440", 1, 0, 25), + (28412, "394516", 1, 0, 25), + (28413, "395003", 1, 0, 25), + (28414, "395017", 1, 0, 25), + (28415, "395007", 1, 0, 25), + (28416, "394510", 1, 0, 25), + (28417, "395023", 1, 0, 25), + (28418, "394550", 1, 0, 25), + (28419, "395001", 1, 0, 25), + (28420, "395001", 1, 0, 25), + (28421, "394270", 1, 0, 25), + (28422, "363331", 1, 0, 25), + (28423, "363643", 1, 0, 25), + (28424, "388421", 1, 0, 25), + (28425, "382426", 1, 0, 25), + (28426, "382010", 1, 0, 25), + (28427, "360026", 1, 0, 25), + (28428, "395001", 1, 0, 25), + (28429, "394110", 1, 0, 25), + (28430, "394541", 1, 0, 25), + (28431, "370115", 1, 0, 25), + (28432, "394210", 1, 0, 25), + (28433, "395012", 1, 0, 25), + (28434, "395007", 1, 0, 25), + (28435, "395010", 1, 0, 25), + (28436, "395013", 1, 0, 25), + (28437, "395009", 1, 0, 25), + (28438, "395011", 1, 0, 25), + (28439, "394270", 1, 0, 25), + (28440, "395007", 1, 0, 25), + (28441, "370630", 1, 0, 25), + (28442, "370001", 1, 0, 25), + (28443, "370602", 1, 0, 25), + (28444, "370511", 1, 0, 25), + (28445, "394517", 1, 0, 25), + (28446, "388001", 1, 0, 25), + (28447, "385001", 1, 0, 25), + (28448, "394601", 1, 0, 25), + (28449, "392001", 1, 0, 25), + (28450, "364001", 1, 0, 25), + (28451, "382010", 1, 0, 25), + (28452, "382721", 1, 0, 25), + (28453, "382225", 1, 0, 25), + (28454, "360311", 1, 0, 25), + (28455, "361001", 1, 0, 25), + (28456, "362001", 1, 0, 25), + (28457, "370001", 1, 0, 25), + (28458, "384001", 1, 0, 25), + (28459, "396445", 1, 0, 25), + (28460, "396321", 1, 0, 25), + (28461, "389001", 1, 0, 25), + (28462, "389151", 1, 0, 25), + (28463, "384265", 1, 0, 25), + (28464, "360575", 1, 0, 25), + (28465, "360001", 1, 0, 25), + (28466, "383001", 1, 0, 25), + (28467, "395003", 1, 0, 25), + (28468, "395001", 1, 0, 25), + (28469, "363001", 1, 0, 25), + (28470, "390001", 1, 0, 25), + (28471, "391110", 1, 0, 25), + (28472, "390002", 1, 0, 25), + (28473, "396001", 1, 0, 25), + (28474, "380009", 1, 0, 25), + (28475, "380002", 1, 0, 25), + (28476, "380001", 1, 0, 25), + (28477, "387001", 1, 0, 25), + (28478, "387411", 1, 0, 25), + (28479, "365601", 1, 0, 25), + (28480, "370665", 1, 0, 25), + (28481, "364240", 1, 0, 25), + (28482, "388625", 1, 0, 25), + (28483, "394680", 1, 0, 25), + (28484, "394652", 1, 0, 25), + (28485, "394652", 1, 0, 25), + (28486, "394652", 1, 0, 25), + (28487, "394652", 1, 0, 25), + (28488, "394652", 1, 0, 25), + (28489, "382732", 1, 0, 25), + (28490, "384330", 1, 0, 25), + (28491, "387320", 1, 0, 25), + (28492, "389160", 1, 0, 25), + (28493, "370110", 1, 0, 25), + (28494, "382421", 1, 0, 25), + (28495, "382007", 1, 0, 25), + (28496, "391165", 1, 0, 25), + (28497, "382445", 1, 0, 25), + (28498, "382445", 1, 0, 25), + (28499, "382445", 1, 0, 25), + (28500, "388150", 1, 0, 25), + (28501, "363040", 1, 0, 25), + (28502, "394630", 1, 0, 25), + (28503, "360110", 1, 0, 25), + (28504, "365560", 1, 0, 25), + (28505, "365440", 1, 0, 25), + (28506, "393151", 1, 0, 25), + (28507, "393002", 1, 0, 25), + (28508, "393040", 1, 0, 25), + (28509, "392130", 1, 0, 25), + (28510, "392130", 1, 0, 25), + (28511, "390014", 1, 0, 25), + (28512, "394517", 1, 0, 25), + (28513, "383345", 1, 0, 25), + (28514, "383315", 1, 0, 25), + (28515, "394520", 1, 0, 25), + (28516, "361010", 1, 0, 25), + (28517, "389160", 1, 0, 25), + (28518, "388260", 1, 0, 25), + (28519, "394163", 1, 0, 25), + (28520, "394163", 1, 0, 25), + (28521, "394163", 1, 0, 25), + (28522, "394170", 1, 0, 25), + (28523, "394170", 1, 0, 25), + (28524, "394170", 1, 0, 25), + (28525, "394170", 1, 0, 25), + (28526, "363115", 1, 0, 25), + (28527, "363423", 1, 0, 25), + (28528, "370015", 1, 0, 25), + (28529, "363435", 1, 0, 25), + (28530, "363410", 1, 0, 25), + (28531, "391770", 1, 0, 25), + (28532, "388713", 1, 0, 25), + (28533, "382732", 1, 0, 25), + (28534, "382732", 1, 0, 25), + (28535, "382732", 1, 0, 25), + (28536, "382732", 1, 0, 25), + (28537, "382732", 1, 0, 25), + (28538, "382815", 1, 0, 25), + (28539, "384421", 1, 0, 25), + (28540, "362215", 1, 0, 25), + (28541, "384335", 1, 0, 25), + (28542, "387305", 1, 0, 25), + (28543, "387305", 1, 0, 25), + (28544, "396415", 1, 0, 25), + (28545, "396415", 1, 0, 25), + (28546, "396415", 1, 0, 25), + (28547, "396560", 1, 0, 25), + (28548, "396521", 1, 0, 25), + (28549, "396040", 1, 0, 25), + (28550, "396040", 1, 0, 25), + (28551, "396060", 1, 0, 25), + (28552, "396110", 1, 0, 25), + (28553, "396380", 1, 0, 25), + (28554, "396590", 1, 0, 25), + (28555, "396590", 1, 0, 25), + (28556, "396427", 1, 0, 25), + (28557, "396412", 1, 0, 25), + (28558, "396415", 1, 0, 25), + (28559, "396415", 1, 0, 25), + (28560, "389160", 1, 0, 25), + (28561, "389172", 1, 0, 25), + (28562, "389160", 1, 0, 25), + (28563, "382433", 1, 0, 25), + (28564, "387610", 1, 0, 25), + (28565, "387610", 1, 0, 25), + (28566, "387610", 1, 0, 25), + (28567, "388710", 1, 0, 25), + (28568, "387610", 1, 0, 25), + (28569, "382330", 1, 0, 25), + (28570, "382330", 1, 0, 25), + (28571, "382330", 1, 0, 25), + (28572, "382330", 1, 0, 25), + (28573, "382330", 1, 0, 25), + (28574, "382330", 1, 0, 25), + (28575, "387510", 1, 0, 25), + (28576, "389340", 1, 0, 25), + (28577, "387510", 1, 0, 25), + (28578, "387510", 1, 0, 25), + (28579, "387510", 1, 0, 25), + (28580, "387610", 1, 0, 25), + (28581, "387610", 1, 0, 25), + (28582, "387610", 1, 0, 25), + (28583, "387610", 1, 0, 25), + (28584, "387610", 1, 0, 25), + (28585, "389320", 1, 0, 25), + (28586, "388713", 1, 0, 25), + (28587, "388713", 1, 0, 25), + (28588, "388713", 1, 0, 25), + (28589, "388713", 1, 0, 25), + (28590, "396427", 1, 0, 25), + (28591, "387650", 1, 0, 25), + (28592, "387650", 1, 0, 25), + (28593, "387650", 1, 0, 25), + (28594, "387650", 1, 0, 25), + (28595, "387650", 1, 0, 25), + (28596, "387540", 1, 0, 25), + (28597, "387540", 1, 0, 25), + (28598, "387540", 1, 0, 25), + (28599, "387550", 1, 0, 25), + (28600, "387550", 1, 0, 25), + (28601, "387350", 1, 0, 25), + (28602, "387560", 1, 0, 25), + (28603, "387560", 1, 0, 25), + (28604, "387560", 1, 0, 25), + (28605, "387350", 1, 0, 25), + (28606, "387350", 1, 0, 25), + (28607, "387560", 1, 0, 25), + (28608, "387560", 1, 0, 25), + (28609, "387710", 1, 0, 25), + (28610, "387710", 1, 0, 25), + (28611, "387710", 1, 0, 25), + (28612, "387710", 1, 0, 25), + (28613, "387710", 1, 0, 25), + (28614, "382425", 1, 0, 25), + (28615, "382425", 1, 0, 25), + (28616, "382425", 1, 0, 25), + (28617, "387570", 1, 0, 25), + (28618, "387570", 1, 0, 25), + (28619, "387570", 1, 0, 25), + (28620, "387570", 1, 0, 25), + (28621, "387570", 1, 0, 25), + (28622, "387335", 1, 0, 25), + (28623, "387335", 1, 0, 25), + (28624, "387335", 1, 0, 25), + (28625, "387335", 1, 0, 25), + (28626, "387130", 1, 0, 25), + (28627, "387340", 1, 0, 25), + (28628, "387340", 1, 0, 25), + (28629, "387335", 1, 0, 25), + (28630, "387335", 1, 0, 25), + (28631, "387335", 1, 0, 25), + (28632, "387335", 1, 0, 25), + (28633, "387335", 1, 0, 25), + (28634, "387335", 1, 0, 25), + (28635, "387335", 1, 0, 25), + (28636, "387530", 1, 0, 25), + (28637, "387530", 1, 0, 25), + (28638, "387530", 1, 0, 25), + (28639, "387530", 1, 0, 25), + (28640, "387530", 1, 0, 25), + (28641, "387530", 1, 0, 25), + (28642, "387530", 1, 0, 25), + (28643, "387530", 1, 0, 25), + (28644, "387530", 1, 0, 25), + (28645, "387530", 1, 0, 25), + (28646, "387130", 1, 0, 25), + (28647, "387130", 1, 0, 25), + (28648, "387130", 1, 0, 25), + (28649, "387110", 1, 0, 25), + (28650, "387130", 1, 0, 25), + (28651, "387130", 1, 0, 25), + (28652, "387110", 1, 0, 25), + (28653, "387130", 1, 0, 25), + (28654, "387110", 1, 0, 25), + (28655, "387130", 1, 0, 25), + (28656, "387130", 1, 0, 25), + (28657, "387110", 1, 0, 25), + (28658, "387130", 1, 0, 25), + (28659, "387130", 1, 0, 25), + (28660, "387130", 1, 0, 25), + (28661, "387130", 1, 0, 25), + (28662, "387130", 1, 0, 25), + (28663, "387640", 1, 0, 25), + (28664, "387640", 1, 0, 25), + (28665, "387520", 1, 0, 25), + (28666, "387520", 1, 0, 25), + (28667, "387640", 1, 0, 25), + (28668, "387640", 1, 0, 25), + (28669, "387640", 1, 0, 25), + (28670, "387640", 1, 0, 25), + (28671, "387630", 1, 0, 25), + (28672, "387635", 1, 0, 25), + (28673, "387630", 1, 0, 25), + (28674, "387630", 1, 0, 25), + (28675, "387630", 1, 0, 25), + (28676, "387630", 1, 0, 25), + (28677, "387635", 1, 0, 25), + (28678, "387630", 1, 0, 25), + (28679, "387630", 1, 0, 25), + (28680, "387630", 1, 0, 25), + (28681, "387640", 1, 0, 25), + (28682, "387640", 1, 0, 25), + (28683, "387620", 1, 0, 25), + (28684, "387620", 1, 0, 25), + (28685, "387630", 1, 0, 25), + (28686, "387635", 1, 0, 25), + (28687, "387630", 1, 0, 25), + (28688, "387630", 1, 0, 25), + (28689, "387635", 1, 0, 25), + (28690, "389172", 1, 0, 25), + (28691, "387320", 1, 0, 25), + (28692, "387320", 1, 0, 25), + (28693, "387320", 1, 0, 25), + (28694, "389170", 1, 0, 25), + (28695, "387320", 1, 0, 25), + (28696, "389170", 1, 0, 25), + (28697, "387120", 1, 0, 25), + (28698, "387120", 1, 0, 25), + (28699, "387120", 1, 0, 25), + (28700, "387120", 1, 0, 25), + (28701, "389240", 1, 0, 25), + (28702, "387120", 1, 0, 25), + (28703, "387120", 1, 0, 25), + (28704, "387120", 1, 0, 25), + (28705, "387620", 1, 0, 25), + (28706, "389180", 1, 0, 25), + (28707, "387620", 1, 0, 25), + (28708, "389180", 1, 0, 25), + (28709, "387620", 1, 0, 25), + (28710, "389180", 1, 0, 25), + (28711, "387620", 1, 0, 25), + (28712, "389180", 1, 0, 25), + (28713, "389180", 1, 0, 25), + (28714, "387620", 1, 0, 25), + (28715, "387620", 1, 0, 25), + (28716, "387620", 1, 0, 25), + (28717, "387620", 1, 0, 25), + (28718, "389265", 1, 0, 25), + (28719, "387620", 1, 0, 25), + (28720, "387620", 1, 0, 25), + (28721, "389110", 1, 0, 25), + (28722, "389110", 1, 0, 25), + (28723, "389110", 1, 0, 25), + (28724, "389130", 1, 0, 25), + (28725, "389175", 1, 0, 25), + (28726, "387620", 1, 0, 25), + (28727, "389260", 1, 0, 25), + (28728, "387620", 1, 0, 25), + (28729, "387620", 1, 0, 25), + (28730, "387620", 1, 0, 25), + (28731, "389190", 1, 0, 25), + (28732, "387620", 1, 0, 25), + (28733, "387620", 1, 0, 25), + (28734, "389190", 1, 0, 25), + (28735, "387620", 1, 0, 25), + (28736, "387620", 1, 0, 25), + (28737, "387620", 1, 0, 25), + (28738, "387620", 1, 0, 25), + (28739, "387620", 1, 0, 25), + (28740, "387365", 1, 0, 25), + (28741, "387380", 1, 0, 25), + (28742, "387380", 1, 0, 25), + (28743, "387115", 1, 0, 25), + (28744, "361013", 1, 0, 25), + (28745, "387380", 1, 0, 25), + (28746, "387380", 1, 0, 25), + (28747, "387430", 1, 0, 25), + (28748, "387430", 1, 0, 25), + (28749, "387430", 1, 0, 25), + (28750, "387430", 1, 0, 25), + (28751, "387430", 1, 0, 25), + (28752, "387430", 1, 0, 25), + (28753, "387365", 1, 0, 25), + (28754, "387365", 1, 0, 25), + (28755, "387365", 1, 0, 25), + (28756, "387430", 1, 0, 25), + (28757, "387430", 1, 0, 25), + (28758, "387430", 1, 0, 25), + (28759, "387430", 1, 0, 25), + (28760, "387430", 1, 0, 25), + (28761, "382810", 1, 0, 25), + (28762, "382225", 1, 0, 25), + (28763, "382425", 1, 0, 25), + (28764, "382425", 1, 0, 25), + (28765, "382425", 1, 0, 25), + (28766, "382425", 1, 0, 25), + (28767, "382425", 1, 0, 25), + (28768, "387115", 1, 0, 25), + (28769, "387115", 1, 0, 25), + (28770, "387115", 1, 0, 25), + (28771, "387115", 1, 0, 25), + (28772, "388140", 1, 0, 25), + (28773, "388140", 1, 0, 25), + (28774, "388140", 1, 0, 25), + (28775, "387310", 1, 0, 25), + (28776, "387210", 1, 0, 25), + (28777, "387210", 1, 0, 25), + (28778, "388430", 1, 0, 25), + (28779, "388430", 1, 0, 25), + (28780, "388430", 1, 0, 25), + (28781, "388610", 1, 0, 25), + (28782, "388610", 1, 0, 25), + (28783, "388625", 1, 0, 25), + (28784, "388625", 1, 0, 25), + (28785, "388625", 1, 0, 25), + (28786, "388625", 1, 0, 25), + (28787, "388625", 1, 0, 25), + (28788, "388625", 1, 0, 25), + (28789, "388625", 1, 0, 25), + (28790, "388625", 1, 0, 25), + (28791, "388625", 1, 0, 25), + (28792, "388590", 1, 0, 25), + (28793, "388590", 1, 0, 25), + (28794, "388630", 1, 0, 25), + (28795, "388550", 1, 0, 25), + (28796, "388550", 1, 0, 25), + (28797, "388550", 1, 0, 25), + (28798, "388550", 1, 0, 25), + (28799, "388550", 1, 0, 25), + (28800, "388620", 1, 0, 25), + (28801, "388620", 1, 0, 25), + (28802, "388550", 1, 0, 25), + (28803, "388550", 1, 0, 25), + (28804, "388620", 1, 0, 25), + (28805, "388620", 1, 0, 25), + (28806, "388620", 1, 0, 25), + (28807, "388620", 1, 0, 25), + (28808, "388620", 1, 0, 25), + (28809, "388620", 1, 0, 25), + (28810, "388620", 1, 0, 25), + (28811, "388620", 1, 0, 25), + (28812, "387220", 1, 0, 25), + (28813, "388440", 1, 0, 25), + (28814, "388440", 1, 0, 25), + (28815, "388440", 1, 0, 25), + (28816, "387330", 1, 0, 25), + (28817, "387330", 1, 0, 25), + (28818, "387330", 1, 0, 25), + (28819, "387330", 1, 0, 25), + (28820, "388150", 1, 0, 25), + (28821, "388150", 1, 0, 25), + (28822, "388150", 1, 0, 25), + (28823, "388150", 1, 0, 25), + (28824, "387345", 1, 0, 25), + (28825, "387345", 1, 0, 25), + (28826, "388160", 1, 0, 25), + (28827, "388160", 1, 0, 25), + (28828, "387002", 1, 0, 25), + (28829, "388450", 1, 0, 25), + (28830, "388450", 1, 0, 25), + (28831, "388450", 1, 0, 25), + (28832, "388450", 1, 0, 25), + (28833, "388450", 1, 0, 25), + (28834, "388450", 1, 0, 25), + (28835, "388450", 1, 0, 25), + (28836, "387230", 1, 0, 25), + (28837, "360311", 1, 0, 25), + (28838, "387355", 1, 0, 25), + (28839, "364485", 1, 0, 25), + (28840, "387355", 1, 0, 25), + (28841, "387355", 1, 0, 25), + (28842, "387355", 1, 0, 25), + (28843, "388460", 1, 0, 25), + (28844, "388460", 1, 0, 25), + (28845, "388570", 1, 0, 25), + (28846, "388570", 1, 0, 25), + (28847, "387360", 1, 0, 25), + (28848, "387360", 1, 0, 25), + (28849, "388170", 1, 0, 25), + (28850, "388170", 1, 0, 25), + (28851, "388170", 1, 0, 25), + (28852, "388170", 1, 0, 25), + (28853, "388170", 1, 0, 25), + (28854, "388170", 1, 0, 25), + (28855, "387240", 1, 0, 25), + (28856, "387240", 1, 0, 25), + (28857, "387240", 1, 0, 25), + (28858, "387240", 1, 0, 25), + (28859, "387240", 1, 0, 25), + (28860, "387240", 1, 0, 25), + (28861, "364485", 1, 0, 25), + (28862, "387240", 1, 0, 25), + (28863, "388480", 1, 0, 25), + (28864, "388480", 1, 0, 25), + (28865, "388480", 1, 0, 25), + (28866, "388480", 1, 0, 25), + (28867, "388180", 1, 0, 25), + (28868, "388180", 1, 0, 25), + (28869, "388180", 1, 0, 25), + (28870, "388180", 1, 0, 25), + (28871, "388180", 1, 0, 25), + (28872, "388180", 1, 0, 25), + (28873, "388180", 1, 0, 25), + (28874, "388180", 1, 0, 25), + (28875, "388180", 1, 0, 25), + (28876, "388180", 1, 0, 25), + (28877, "388180", 1, 0, 25), + (28878, "388180", 1, 0, 25), + (28879, "388180", 1, 0, 25), + (28880, "388180", 1, 0, 25), + (28881, "388180", 1, 0, 25), + (28882, "388180", 1, 0, 25), + (28883, "388180", 1, 0, 25), + (28884, "388180", 1, 0, 25), + (28885, "388180", 1, 0, 25), + (28886, "388180", 1, 0, 25), + (28887, "388640", 1, 0, 25), + (28888, "388640", 1, 0, 25), + (28889, "388640", 1, 0, 25), + (28890, "388580", 1, 0, 25), + (28891, "388580", 1, 0, 25), + (28892, "388580", 1, 0, 25), + (28893, "388580", 1, 0, 25), + (28894, "387375", 1, 0, 25), + (28895, "388580", 1, 0, 25), + (28896, "388580", 1, 0, 25), + (28897, "387375", 1, 0, 25), + (28898, "387370", 1, 0, 25), + (28899, "387370", 1, 0, 25), + (28900, "388640", 1, 0, 25), + (28901, "387370", 1, 0, 25), + (28902, "388640", 1, 0, 25), + (28903, "388640", 1, 0, 25), + (28904, "388640", 1, 0, 25), + (28905, "390009", 1, 0, 25), + (28906, "390019", 1, 0, 25), + (28907, "390019", 1, 0, 25), + (28908, "390019", 1, 0, 25), + (28909, "390019", 1, 0, 25), + (28910, "390019", 1, 0, 25), + (28911, "390019", 1, 0, 25), + (28912, "388320", 1, 0, 25), + (28913, "388260", 1, 0, 25), + (28914, "388225", 1, 0, 25), + (28915, "388225", 1, 0, 25), + (28916, "388225", 1, 0, 25), + (28917, "388225", 1, 0, 25), + (28918, "388225", 1, 0, 25), + (28919, "388225", 1, 0, 25), + (28920, "388225", 1, 0, 25), + (28921, "388225", 1, 0, 25), + (28922, "394107", 1, 0, 25), + (28923, "394107", 1, 0, 25), + (28924, "395008", 1, 0, 25), + (28925, "395012", 1, 0, 25), + (28926, "395012", 1, 0, 25), + (28927, "395010", 1, 0, 25), + (28928, "395010", 1, 0, 25), + (28929, "394210", 1, 0, 25), + (28930, "385001", 1, 0, 25), + (28931, "385120", 1, 0, 25), + (28932, "394690", 1, 0, 25), + (28933, "394630", 1, 0, 25), + (28934, "394630", 1, 0, 25), + (28935, "394635", 1, 0, 25), + (28936, "394715", 1, 0, 25), + (28937, "394320", 1, 0, 25), + (28938, "394248", 1, 0, 25), + (28939, "394550", 1, 0, 25), + (28940, "394550", 1, 0, 25), + (28941, "394520", 1, 0, 25), + (28942, "394520", 1, 0, 25), + (28943, "395004", 1, 0, 25), + (28944, "395004", 1, 0, 25), + (28945, "395004", 1, 0, 25), + (28946, "395004", 1, 0, 25), + (28947, "394440", 1, 0, 25), + (28948, "391346", 1, 0, 25), + (28949, "365450", 1, 0, 25), + (28950, "364505", 1, 0, 25), + (28951, "360040", 1, 0, 25), + (28952, "360040", 1, 0, 25), + (28953, "360040", 1, 0, 25), + (28954, "388270", 1, 0, 25), + (28955, "388270", 1, 0, 25), + (28956, "391155", 1, 0, 25), + (28957, "391120", 1, 0, 25), + (28958, "390022", 1, 0, 25), + (28959, "390022", 1, 0, 25), + (28960, "363410", 1, 0, 25), + (28961, "363410", 1, 0, 25), + (28962, "360021", 1, 0, 25), + (28963, "360021", 1, 0, 25), + (28964, "360021", 1, 0, 25), + (28965, "393041", 1, 0, 25), + (28966, "393041", 1, 0, 25), + (28967, "393041", 1, 0, 25), + (28968, "393041", 1, 0, 25), + (28969, "393041", 1, 0, 25), + (28970, "393041", 1, 0, 25), + (28971, "393041", 1, 0, 25), + (28972, "393041", 1, 0, 25), + (28973, "393041", 1, 0, 25), + (28974, "393041", 1, 0, 25), + (28975, "393041", 1, 0, 25), + (28976, "392110", 1, 0, 25), + (28977, "392110", 1, 0, 25), + (28978, "392110", 1, 0, 25), + (28979, "392110", 1, 0, 25), + (28980, "392110", 1, 0, 25), + (28981, "392110", 1, 0, 25), + (28982, "392110", 1, 0, 25), + (28983, "392110", 1, 0, 25), + (28984, "392110", 1, 0, 25), + (28985, "392110", 1, 0, 25), + (28986, "393001", 1, 0, 25), + (28987, "393001", 1, 0, 25), + (28988, "393001", 1, 0, 25), + (28989, "393001", 1, 0, 25), + (28990, "393002", 1, 0, 25), + (28991, "393001", 1, 0, 25), + (28992, "393001", 1, 0, 25), + (28993, "393001", 1, 0, 25), + (28994, "393001", 1, 0, 25), + (28995, "393001", 1, 0, 25), + (28996, "393001", 1, 0, 25), + (28997, "393001", 1, 0, 25), + (28998, "393001", 1, 0, 25), + (28999, "393001", 1, 0, 25), + (29000, "393001", 1, 0, 25), + (29001, "393001", 1, 0, 25), + (29002, "393001", 1, 0, 25), + (29003, "393001", 1, 0, 25), + (29004, "393001", 1, 0, 25), + (29005, "393001", 1, 0, 25), + (29006, "392130", 1, 0, 25), + (29007, "393155", 1, 0, 25), + (29008, "393155", 1, 0, 25), + (29009, "393155", 1, 0, 25), + (29010, "393155", 1, 0, 25), + (29011, "393155", 1, 0, 25), + (29012, "393145", 1, 0, 25), + (29013, "393050", 1, 0, 25), + (29014, "393050", 1, 0, 25), + (29015, "393050", 1, 0, 25), + (29016, "393050", 1, 0, 25), + (29017, "393050", 1, 0, 25), + (29018, "393050", 1, 0, 25), + (29019, "393050", 1, 0, 25), + (29020, "393050", 1, 0, 25), + (29021, "393050", 1, 0, 25), + (29022, "393050", 1, 0, 25), + (29023, "393050", 1, 0, 25), + (29024, "393050", 1, 0, 25), + (29025, "393050", 1, 0, 25), + (29026, "393050", 1, 0, 25), + (29027, "393050", 1, 0, 25), + (29028, "393050", 1, 0, 25), + (29029, "393050", 1, 0, 25), + (29030, "393050", 1, 0, 25), + (29031, "396045", 1, 0, 25), + (29032, "396130", 1, 0, 25), + (29033, "396130", 1, 0, 25), + (29034, "396135", 1, 0, 25), + (29035, "396135", 1, 0, 25), + (29036, "364510", 1, 0, 25), + (29037, "364510", 1, 0, 25), + (29038, "364510", 1, 0, 25), + (29039, "364270", 1, 0, 25), + (29040, "364270", 1, 0, 25), + (29041, "364270", 1, 0, 25), + (29042, "364270", 1, 0, 25), + (29043, "364140", 1, 0, 25), + (29044, "382860", 1, 0, 25), + (29045, "384212", 1, 0, 25), + (29046, "384170", 1, 0, 25), + (29047, "384001", 1, 0, 25), + (29048, "384001", 1, 0, 25), + (29049, "382870", 1, 0, 25), + (29050, "384265", 1, 0, 25), + (29051, "387110", 1, 0, 25), + (29052, "387335", 1, 0, 25), + (29053, "387330", 1, 0, 25), + (29054, "388430", 1, 0, 25), + (29055, "391150", 1, 0, 25), + (29056, "391440", 1, 0, 25), + (29057, "391774", 1, 0, 25), + (29058, "396125", 1, 0, 25), + (29059, "365435", 1, 0, 25), + (29060, "365435", 1, 0, 25), + (29061, "365435", 1, 0, 25), + (29062, "365435", 1, 0, 25), + (29063, "365435", 1, 0, 25), + (29064, "365435", 1, 0, 25), + (29065, "365435", 1, 0, 25), + (29066, "365220", 1, 0, 25), + (29067, "384330", 1, 0, 25), + (29068, "388220", 1, 0, 25), + (29069, "388130", 1, 0, 25), + (29070, "388225", 1, 0, 25), + (29071, "388225", 1, 0, 25), + (29072, "388225", 1, 0, 25), + (29073, "388225", 1, 0, 25), + (29074, "363642", 1, 0, 25), + (29075, "391240", 1, 0, 25), + (29076, "388225", 1, 0, 25), + (29077, "391150", 1, 0, 25), + (29078, "396150", 1, 0, 25), + (29079, "396120", 1, 0, 25), + (29080, "360006", 1, 0, 25), + (29081, "360022", 1, 0, 25), + (29082, "360023", 1, 0, 25), + (29083, "360023", 1, 0, 25), + (29084, "363660", 1, 0, 25), + (29085, "363660", 1, 0, 25), + (29086, "363660", 1, 0, 25), + (29087, "360023", 1, 0, 25), + (29088, "360023", 1, 0, 25), + (29089, "360023", 1, 0, 25), + (29090, "360023", 1, 0, 25), + (29091, "360022", 1, 0, 25), + (29092, "391210", 1, 0, 25), + (29093, "370511", 1, 0, 25), + (29094, "370650", 1, 0, 25), + (29095, "370511", 1, 0, 25), + (29096, "370511", 1, 0, 25), + (29097, "370511", 1, 0, 25), + (29098, "370511", 1, 0, 25), + (29099, "370511", 1, 0, 25), + (29100, "370660", 1, 0, 25), + (29101, "370650", 1, 0, 25), + (29102, "370650", 1, 0, 25), + (29103, "370650", 1, 0, 25), + (29104, "370650", 1, 0, 25), + (29105, "370165", 1, 0, 25), + (29106, "363641", 1, 0, 25), + (29107, "360060", 1, 0, 25), + (29108, "360060", 1, 0, 25), + (29109, "360060", 1, 0, 25), + (29110, "391445", 1, 0, 25), + (29111, "391250", 1, 0, 25), + (29112, "391250", 1, 0, 25), + (29113, "391250", 1, 0, 25), + (29114, "391250", 1, 0, 25), + (29115, "391250", 1, 0, 25), + (29116, "391250", 1, 0, 25), + (29117, "391250", 1, 0, 25), + (29118, "391250", 1, 0, 25), + (29119, "391250", 1, 0, 25), + (29120, "391250", 1, 0, 25), + (29121, "391250", 1, 0, 25), + (29122, "391115", 1, 0, 25), + (29123, "391115", 1, 0, 25), + (29124, "391115", 1, 0, 25), + (29125, "391115", 1, 0, 25), + (29126, "391115", 1, 0, 25), + (29127, "391115", 1, 0, 25), + (29128, "391110", 1, 0, 25), + (29129, "391140", 1, 0, 25), + (29130, "391160", 1, 0, 25), + (29131, "364275", 1, 0, 25), + (29132, "364275", 1, 0, 25), + (29133, "364265", 1, 0, 25), + (29134, "364230", 1, 0, 25), + (29135, "364230", 1, 0, 25), + (29136, "364230", 1, 0, 25), + (29137, "364313", 1, 0, 25), + (29138, "364230", 1, 0, 25), + (29139, "363520", 1, 0, 25), + (29140, "360050", 1, 0, 25), + (29141, "392160", 1, 0, 25), + (29142, "392030", 1, 0, 25), + (29143, "370410", 1, 0, 25), + (29144, "370430", 1, 0, 25), + (29145, "365630", 1, 0, 25), + (29146, "365610", 1, 0, 25), + (29147, "383325", 1, 0, 25), + (29148, "362250", 1, 0, 25), + (29149, "385515", 1, 0, 25), + (29150, "385421", 1, 0, 25), + (29151, "370660", 1, 0, 25), + (29152, "370660", 1, 0, 25), + (29153, "382465", 1, 0, 25), + (29154, "382028", 1, 0, 25), + (29155, "382721", 1, 0, 25), + (29156, "382427", 1, 0, 25), + (29157, "382260", 1, 0, 25), + (29158, "382450", 1, 0, 25), + (29159, "360040", 1, 0, 25), + (29160, "362265", 1, 0, 25), + (29161, "362222", 1, 0, 25), + (29162, "362263", 1, 0, 25), + (29163, "362020", 1, 0, 25), + (29164, "362110", 1, 0, 25), + (29165, "362315", 1, 0, 25), + (29166, "362037", 1, 0, 25), + (29167, "362001", 1, 0, 25), + (29168, "362001", 1, 0, 25), + (29169, "362004", 1, 0, 25), + (29170, "362001", 1, 0, 25), + (29171, "362002", 1, 0, 25), + (29172, "362001", 1, 0, 25), + (29173, "362001", 1, 0, 25), + (29174, "362001", 1, 0, 25), + (29175, "362001", 1, 0, 25), + (29176, "362220", 1, 0, 25), + (29177, "362220", 1, 0, 25), + (29178, "362229", 1, 0, 25), + (29179, "362227", 1, 0, 25), + (29180, "362215", 1, 0, 25), + (29181, "362011", 1, 0, 25), + (29182, "362245", 1, 0, 25), + (29183, "362260", 1, 0, 25), + (29184, "362030", 1, 0, 25), + (29185, "382732", 1, 0, 25), + (29186, "384410", 1, 0, 25), + (29187, "384210", 1, 0, 25), + (29188, "384120", 1, 0, 25), + (29189, "384215", 1, 0, 25), + (29190, "382705", 1, 0, 25), + (29191, "384360", 1, 0, 25), + (29192, "382815", 1, 0, 25), + (29193, "382820", 1, 0, 25), + (29194, "382825", 1, 0, 25), + (29195, "382710", 1, 0, 25), + (29196, "384421", 1, 0, 25), + (29197, "384305", 1, 0, 25), + (29198, "382715", 1, 0, 25), + (29199, "382715", 1, 0, 25), + (29200, "384130", 1, 0, 25), + (29201, "382165", 1, 0, 25), + (29202, "384140", 1, 0, 25), + (29203, "384325", 1, 0, 25), + (29204, "382830", 1, 0, 25), + (29205, "382840", 1, 0, 25), + (29206, "382730", 1, 0, 25), + (29207, "384435", 1, 0, 25), + (29208, "384002", 1, 0, 25), + (29209, "384001", 1, 0, 25), + (29210, "384001", 1, 0, 25), + (29211, "384003", 1, 0, 25), + (29212, "384002", 1, 0, 25), + (29213, "384212", 1, 0, 25), + (29214, "384205", 1, 0, 25), + (29215, "382850", 1, 0, 25), + (29216, "384430", 1, 0, 25), + (29217, "382860", 1, 0, 25), + (29218, "384330", 1, 0, 25), + (29219, "384335", 1, 0, 25), + (29220, "384340", 1, 0, 25), + (29221, "384345", 1, 0, 25), + (29222, "384012", 1, 0, 25), + (29223, "384320", 1, 0, 25), + (29224, "384160", 1, 0, 25), + (29225, "384170", 1, 0, 25), + (29226, "384170", 1, 0, 25), + (29227, "384170", 1, 0, 25), + (29228, "384355", 1, 0, 25), + (29229, "384310", 1, 0, 25), + (29230, "382865", 1, 0, 25), + (29231, "382870", 1, 0, 25), + (29232, "382870", 1, 0, 25), + (29233, "384315", 1, 0, 25), + (29234, "384315", 1, 0, 25), + (29235, "384315", 1, 0, 25), + (29236, "396350", 1, 0, 25), + (29237, "396360", 1, 0, 25), + (29238, "396370", 1, 0, 25), + (29239, "396040", 1, 0, 25), + (29240, "396460", 1, 0, 25), + (29241, "396560", 1, 0, 25), + (29242, "396060", 1, 0, 25), + (29243, "396590", 1, 0, 25), + (29244, "396580", 1, 0, 25), + (29245, "396472", 1, 0, 25), + (29246, "396403", 1, 0, 25), + (29247, "396412", 1, 0, 25), + (29248, "396415", 1, 0, 25), + (29249, "396450", 1, 0, 25), + (29250, "396418", 1, 0, 25), + (29251, "396421", 1, 0, 25), + (29252, "396424", 1, 0, 25), + (29253, "396427", 1, 0, 25), + (29254, "396440", 1, 0, 25), + (29255, "396433", 1, 0, 25), + (29256, "396430", 1, 0, 25), + (29257, "396445", 1, 0, 25), + (29258, "396436", 1, 0, 25), + (29259, "396439", 1, 0, 25), + (29260, "396445", 1, 0, 25), + (29261, "396466", 1, 0, 25), + (29262, "396463", 1, 0, 25), + (29263, "396469", 1, 0, 25), + (29264, "396475", 1, 0, 25), + (29265, "396406", 1, 0, 25), + (29266, "396409", 1, 0, 25), + (29267, "396310", 1, 0, 25), + (29268, "396325", 1, 0, 25), + (29269, "396110", 1, 0, 25), + (29270, "396521", 1, 0, 25), + (29271, "396530", 1, 0, 25), + (29272, "396380", 1, 0, 25), + (29273, "396570", 1, 0, 25), + (29274, "396540", 1, 0, 25), + (29275, "389341", 1, 0, 25), + (29276, "389232", 1, 0, 25), + (29277, "389310", 1, 0, 25), + (29278, "389320", 1, 0, 25), + (29279, "389365", 1, 0, 25), + (29280, "389350", 1, 0, 25), + (29281, "389390", 1, 0, 25), + (29282, "388713", 1, 0, 25), + (29283, "389330", 1, 0, 25), + (29284, "389220", 1, 0, 25), + (29285, "389230", 1, 0, 25), + (29286, "389115", 1, 0, 25), + (29287, "389360", 1, 0, 25), + (29288, "389120", 1, 0, 25), + (29289, "389210", 1, 0, 25), + (29290, "389370", 1, 0, 25), + (29291, "388710", 1, 0, 25), + (29292, "388270", 1, 0, 25), + (29293, "389340", 1, 0, 25), + (29294, "389380", 1, 0, 25), + (29295, "389382", 1, 0, 25), + (29296, "389146", 1, 0, 25), + (29297, "389250", 1, 0, 25), + (29298, "389172", 1, 0, 25), + (29299, "389160", 1, 0, 25), + (29300, "389155", 1, 0, 25), + (29301, "389152", 1, 0, 25), + (29302, "389170", 1, 0, 25), + (29303, "389240", 1, 0, 25), + (29304, "389180", 1, 0, 25), + (29305, "389140", 1, 0, 25), + (29306, "389265", 1, 0, 25), + (29307, "389110", 1, 0, 25), + (29308, "389130", 1, 0, 25), + (29309, "389175", 1, 0, 25), + (29310, "389260", 1, 0, 25), + (29311, "389190", 1, 0, 25), + (29312, "384110", 1, 0, 25), + (29313, "384220", 1, 0, 25), + (29314, "384225", 1, 0, 25), + (29315, "384240", 1, 0, 25), + (29316, "384290", 1, 0, 25), + (29317, "384230", 1, 0, 25), + (29318, "384255", 1, 0, 25), + (29319, "384229", 1, 0, 25), + (29320, "384260", 1, 0, 25), + (29321, "384245", 1, 0, 25), + (29322, "384246", 1, 0, 25), + (29323, "385350", 1, 0, 25), + (29324, "384272", 1, 0, 25), + (29325, "384151", 1, 0, 25), + (29326, "384151", 1, 0, 25), + (29327, "384151", 1, 0, 25), + (29328, "384151", 1, 0, 25), + (29329, "384241", 1, 0, 25), + (29330, "384265", 1, 0, 25), + (29331, "384265", 1, 0, 25), + (29332, "384265", 1, 0, 25), + (29333, "384265", 1, 0, 25), + (29334, "384265", 1, 0, 25), + (29335, "385340", 1, 0, 25), + (29336, "385340", 1, 0, 25), + (29337, "384275", 1, 0, 25), + (29338, "384221", 1, 0, 25), + (29339, "385360", 1, 0, 25), + (29340, "384285", 1, 0, 25), + (29341, "360545", 1, 0, 25), + (29342, "360590", 1, 0, 25), + (29343, "362620", 1, 0, 25), + (29344, "360579", 1, 0, 25), + (29345, "360578", 1, 0, 25), + (29346, "362650", 1, 0, 25), + (29347, "362230", 1, 0, 25), + (29348, "362630", 1, 0, 25), + (29349, "362225", 1, 0, 25), + (29350, "362226", 1, 0, 25), + (29351, "362625", 1, 0, 25), + (29352, "360576", 1, 0, 25), + (29353, "360577", 1, 0, 25), + (29354, "360570", 1, 0, 25), + (29355, "360550", 1, 0, 25), + (29356, "360550", 1, 0, 25), + (29357, "362640", 1, 0, 25), + (29358, "362235", 1, 0, 25), + (29359, "362240", 1, 0, 25), + (29360, "363621", 1, 0, 25), + (29361, "363660", 1, 0, 25), + (29362, "363630", 1, 0, 25), + (29363, "360020", 1, 0, 25), + (29364, "363670", 1, 0, 25), + (29365, "363641", 1, 0, 25), + (29366, "363641", 1, 0, 25), + (29367, "363642", 1, 0, 25), + (29368, "360001", 1, 0, 25), + (29369, "360001", 1, 0, 25), + (29370, "360001", 1, 0, 25), + (29371, "360001", 1, 0, 25), + (29372, "360001", 1, 0, 25), + (29373, "360003", 1, 0, 25), + (29374, "360004", 1, 0, 25), + (29375, "363621", 1, 0, 25), + (29376, "360024", 1, 0, 25), + (29377, "360002", 1, 0, 25), + (29378, "360110", 1, 0, 25), + (29379, "360003", 1, 0, 25), + (29380, "360004", 1, 0, 25), + (29381, "360006", 1, 0, 25), + (29382, "360005", 1, 0, 25), + (29383, "360007", 1, 0, 25), + (29384, "360002", 1, 0, 25), + (29385, "360001", 1, 0, 25), + (29386, "360001", 1, 0, 25), + (29387, "360001", 1, 0, 25), + (29388, "360001", 1, 0, 25), + (29389, "360001", 1, 0, 25), + (29390, "360001", 1, 0, 25), + (29391, "360002", 1, 0, 25), + (29392, "360002", 1, 0, 25), + (29393, "360002", 1, 0, 25), + (29394, "360025", 1, 0, 25), + (29395, "363650", 1, 0, 25), + (29396, "383260", 1, 0, 25), + (29397, "383410", 1, 0, 25), + (29398, "383240", 1, 0, 25), + (29399, "383325", 1, 0, 25), + (29400, "383245", 1, 0, 25), + (29401, "383245", 1, 0, 25), + (29402, "383006", 1, 0, 25), + (29403, "383421", 1, 0, 25), + (29404, "383317", 1, 0, 25), + (29405, "383225", 1, 0, 25), + (29406, "383330", 1, 0, 25), + (29407, "383310", 1, 0, 25), + (29408, "383335", 1, 0, 25), + (29409, "383030", 1, 0, 25), + (29410, "383305", 1, 0, 25), + (29411, "383001", 1, 0, 25), + (29412, "383001", 1, 0, 25), + (29413, "383430", 1, 0, 25), + (29414, "383430", 1, 0, 25), + (29415, "383220", 1, 0, 25), + (29416, "383110", 1, 0, 25), + (29417, "383440", 1, 0, 25), + (29418, "383255", 1, 0, 25), + (29419, "383462", 1, 0, 25), + (29420, "383275", 1, 0, 25), + (29421, "383316", 1, 0, 25), + (29422, "383251", 1, 0, 25), + (29423, "383345", 1, 0, 25), + (29424, "383350", 1, 0, 25), + (29425, "383315", 1, 0, 25), + (29426, "383315", 1, 0, 25), + (29427, "383422", 1, 0, 25), + (29428, "383205", 1, 0, 25), + (29429, "383270", 1, 0, 25), + (29430, "383276", 1, 0, 25), + (29431, "383120", 1, 0, 25), + (29432, "383320", 1, 0, 25), + (29433, "383340", 1, 0, 25), + (29434, "383355", 1, 0, 25), + (29435, "383210", 1, 0, 25), + (29436, "383246", 1, 0, 25), + (29437, "383215", 1, 0, 25), + (29438, "383215", 1, 0, 25), + (29439, "383250", 1, 0, 25), + (29440, "383230", 1, 0, 25), + (29441, "383307", 1, 0, 25), + (29442, "383235", 1, 0, 25), + (29443, "383010", 1, 0, 25), + (29444, "383450", 1, 0, 25), + (29445, "383434", 1, 0, 25), + (29446, "383460", 1, 0, 25), + (29447, "382780", 1, 0, 25), + (29448, "382745", 1, 0, 25), + (29449, "363520", 1, 0, 25), + (29450, "363410", 1, 0, 25), + (29451, "382750", 1, 0, 25), + (29452, "363115", 1, 0, 25), + (29453, "363310", 1, 0, 25), + (29454, "363040", 1, 0, 25), + (29455, "363425", 1, 0, 25), + (29456, "363330", 1, 0, 25), + (29457, "363020", 1, 0, 25), + (29458, "382760", 1, 0, 25), + (29459, "382775", 1, 0, 25), + (29460, "363421", 1, 0, 25), + (29461, "363351", 1, 0, 25), + (29462, "363510", 1, 0, 25), + (29463, "363423", 1, 0, 25), + (29464, "382765", 1, 0, 25), + (29465, "363320", 1, 0, 25), + (29466, "363435", 1, 0, 25), + (29467, "363430", 1, 0, 25), + (29468, "363427", 1, 0, 25), + (29469, "363440", 1, 0, 25), + (29470, "363002", 1, 0, 25), + (29471, "363002", 1, 0, 25), + (29472, "363002", 1, 0, 25), + (29473, "363530", 1, 0, 25), + (29474, "363110", 1, 0, 25), + (29475, "363030", 1, 0, 25), + (29476, "363035", 1, 0, 25), + (29477, "382755", 1, 0, 25), + (29478, "390019", 1, 0, 25), + (29479, "390001", 1, 0, 25), + (29480, "390006", 1, 0, 25), + (29481, "390022", 1, 0, 25), + (29482, "390018", 1, 0, 25), + (29483, "390001", 1, 0, 25), + (29484, "390001", 1, 0, 25), + (29485, "390014", 1, 0, 25), + (29486, "390001", 1, 0, 25), + (29487, "390013", 1, 0, 25), + (29488, "390010", 1, 0, 25), + (29489, "390011", 1, 0, 25), + (29490, "390009", 1, 0, 25), + (29491, "390004", 1, 0, 25), + (29492, "390004", 1, 0, 25), + (29493, "390006", 1, 0, 25), + (29494, "390009", 1, 0, 25), + (29495, "390017", 1, 0, 25), + (29496, "390025", 1, 0, 25), + (29497, "391125", 1, 0, 25), + (29498, "391130", 1, 0, 25), + (29499, "391135", 1, 0, 25), + (29500, "391105", 1, 0, 25), + (29501, "391165", 1, 0, 25), + (29502, "391110", 1, 0, 25), + (29503, "391110", 1, 0, 25), + (29504, "391152", 1, 0, 25), + (29505, "391155", 1, 0, 25), + (29506, "391175", 1, 0, 25), + (29507, "391170", 1, 0, 25), + (29508, "391140", 1, 0, 25), + (29509, "391150", 1, 0, 25), + (29510, "391168", 1, 0, 25), + (29511, "391160", 1, 0, 25), + (29512, "391145", 1, 0, 25), + (29513, "391107", 1, 0, 25), + (29514, "391120", 1, 0, 25), + (29515, "391330", 1, 0, 25), + (29516, "391430", 1, 0, 25), + (29517, "391345", 1, 0, 25), + (29518, "391243", 1, 0, 25), + (29519, "390007", 1, 0, 25), + (29520, "391350", 1, 0, 25), + (29521, "391445", 1, 0, 25), + (29522, "391761", 1, 0, 25), + (29523, "391520", 1, 0, 25), + (29524, "391530", 1, 0, 25), + (29525, "391770", 1, 0, 25), + (29526, "391101", 1, 0, 25), + (29527, "391740", 1, 0, 25), + (29528, "391250", 1, 0, 25), + (29529, "391115", 1, 0, 25), + (29530, "391346", 1, 0, 25), + (29531, "391745", 1, 0, 25), + (29532, "390023", 1, 0, 25), + (29533, "390021", 1, 0, 25), + (29534, "391775", 1, 0, 25), + (29535, "391760", 1, 0, 25), + (29536, "392310", 1, 0, 25), + (29537, "390007", 1, 0, 25), + (29538, "390016", 1, 0, 25), + (29539, "391421", 1, 0, 25), + (29540, "391240", 1, 0, 25), + (29541, "391340", 1, 0, 25), + (29542, "391440", 1, 0, 25), + (29543, "390020", 1, 0, 25), + (29544, "390012", 1, 0, 25), + (29545, "391310", 1, 0, 25), + (29546, "391780", 1, 0, 25), + (29547, "391410", 1, 0, 25), + (29548, "391244", 1, 0, 25), + (29549, "391774", 1, 0, 25), + (29550, "390008", 1, 0, 25), + (29551, "391750", 1, 0, 25), + (29552, "391510", 1, 0, 25), + (29553, "391320", 1, 0, 25), + (29554, "391210", 1, 0, 25), + (29555, "391450", 1, 0, 25), + (29556, "391220", 1, 0, 25), + (29557, "396051", 1, 0, 25), + (29558, "396045", 1, 0, 25), + (29559, "396020", 1, 0, 25), + (29560, "396105", 1, 0, 25), + (29561, "362530", 1, 0, 25), + (29562, "362720", 1, 0, 25), + (29563, "362725", 1, 0, 25), + (29564, "362268", 1, 0, 25), + (29565, "362550", 1, 0, 25), + (29566, "362135", 1, 0, 25), + (29567, "362255", 1, 0, 25), + (29568, "362276", 1, 0, 25), + (29569, "362275", 1, 0, 25), + (29570, "362150", 1, 0, 25), + (29571, "362560", 1, 0, 25), + (29572, "362266", 1, 0, 25), + (29573, "396050", 1, 0, 25), + (29574, "396375", 1, 0, 25), + (29575, "396030", 1, 0, 25), + (29576, "396120", 1, 0, 25), + (29577, "396125", 1, 0, 25), + (29578, "396115", 1, 0, 25), + (29579, "396130", 1, 0, 25), + (29580, "362710", 1, 0, 25), + (29581, "396126", 1, 0, 25), + (29582, "396065", 1, 0, 25), + (29583, "396135", 1, 0, 25), + (29584, "396140", 1, 0, 25), + (29585, "396145", 1, 0, 25), + (29586, "396055", 1, 0, 25), + (29587, "396150", 1, 0, 25), + (29588, "396155", 1, 0, 25), + (29589, "396165", 1, 0, 25), + (29590, "396180", 1, 0, 25), + (29591, "396185", 1, 0, 25), + (29592, "396170", 1, 0, 25), + (29593, "396171", 1, 0, 25), + (29594, "396385", 1, 0, 25), + (29595, "396001", 1, 0, 25), + (29596, "396035", 1, 0, 25), + (29597, "396001", 1, 0, 25), + (29598, "396001", 1, 0, 25), + (29599, "396007", 1, 0, 25), + (29600, "396191", 1, 0, 25), + (29601, "396195", 1, 0, 25), + (29602, "396002", 1, 0, 25), + (29603, "380004", 1, 0, 25), + (29604, "380006", 1, 0, 25), + (29605, "380027", 1, 0, 25), + (29606, "380001", 1, 0, 25), + (29607, "380061", 1, 0, 25), + (29608, "380001", 1, 0, 25), + (29609, "380050", 1, 0, 25), + (29610, "380004", 1, 0, 25), + (29611, "380022", 1, 0, 25), + (29612, "380021", 1, 0, 25), + (29613, "380009", 1, 0, 25), + (29614, "380015", 1, 0, 25), + (29615, "380024", 1, 0, 25), + (29616, "382443", 1, 0, 25), + (29617, "380001", 1, 0, 25), + (29618, "380008", 1, 0, 25), + (29619, "380051", 1, 0, 25), + (29620, "380015", 1, 0, 25), + (29621, "380055", 1, 0, 25), + (29622, "380005", 1, 0, 25), + (29623, "380001", 1, 0, 25), + (29624, "380001", 1, 0, 25), + (29625, "380008", 1, 0, 25), + (29626, "382350", 1, 0, 25), + (29627, "382345", 1, 0, 25), + (29628, "382340", 1, 0, 25), + (29629, "382340", 1, 0, 25), + (29630, "380008", 1, 0, 25), + (29631, "380001", 1, 0, 25), + (29632, "380022", 1, 0, 25), + (29633, "380004", 1, 0, 25), + (29634, "380001", 1, 0, 25), + (29635, "380008", 1, 0, 25), + (29636, "380016", 1, 0, 25), + (29637, "380052", 1, 0, 25), + (29638, "380001", 1, 0, 25), + (29639, "382345", 1, 0, 25), + (29640, "380013", 1, 0, 25), + (29641, "380007", 1, 0, 25), + (29642, "382330", 1, 0, 25), + (29643, "382330", 1, 0, 25), + (29644, "382345", 1, 0, 25), + (29645, "382330", 1, 0, 25), + (29646, "380013", 1, 0, 25), + (29647, "380014", 1, 0, 25), + (29648, "380002", 1, 0, 25), + (29649, "382340", 1, 0, 25), + (29650, "380005", 1, 0, 25), + (29651, "380007", 1, 0, 25), + (29652, "380015", 1, 0, 25), + (29653, "380016", 1, 0, 25), + (29654, "380001", 1, 0, 25), + (29655, "380019", 1, 0, 25), + (29656, "380001", 1, 0, 25), + (29657, "380021", 1, 0, 25), + (29658, "380023", 1, 0, 25), + (29659, "380002", 1, 0, 25), + (29660, "380023", 1, 0, 25), + (29661, "380008", 1, 0, 25), + (29662, "380015", 1, 0, 25), + (29663, "380015", 1, 0, 25), + (29664, "380026", 1, 0, 25), + (29665, "380007", 1, 0, 25), + (29666, "380016", 1, 0, 25), + (29667, "380024", 1, 0, 25), + (29668, "380015", 1, 0, 25), + (29669, "380024", 1, 0, 25), + (29670, "380022", 1, 0, 25), + (29671, "380028", 1, 0, 25), + (29672, "380054", 1, 0, 25), + (29673, "380022", 1, 0, 25), + (29674, "380004", 1, 0, 25), + (29675, "380016", 1, 0, 25), + (29676, "380026", 1, 0, 25), + (29677, "380001", 1, 0, 25), + (29678, "380008", 1, 0, 25), + (29679, "380019", 1, 0, 25), + (29680, "380004", 1, 0, 25), + (29681, "380001", 1, 0, 25), + (29682, "380005", 1, 0, 25), + (29683, "382345", 1, 0, 25), + (29684, "380018", 1, 0, 25), + (29685, "382475", 1, 0, 25), + (29686, "380007", 1, 0, 25), + (29687, "380028", 1, 0, 25), + (29688, "380004", 1, 0, 25), + (29689, "380004", 1, 0, 25), + (29690, "380007", 1, 0, 25), + (29691, "380013", 1, 0, 25), + (29692, "380063", 1, 0, 25), + (29693, "380013", 1, 0, 25), + (29694, "380004", 1, 0, 25), + (29695, "380023", 1, 0, 25), + (29696, "382350", 1, 0, 25), + (29697, "380054", 1, 0, 25), + (29698, "380013", 1, 0, 25), + (29699, "380008", 1, 0, 25), + (29700, "388305", 1, 0, 25), + (29701, "388110", 1, 0, 25), + (29702, "388001", 1, 0, 25), + (29703, "388543", 1, 0, 25), + (29704, "388001", 1, 0, 25), + (29705, "388510", 1, 0, 25), + (29706, "388520", 1, 0, 25), + (29707, "388315", 1, 0, 25), + (29708, "388530", 1, 0, 25), + (29709, "388130", 1, 0, 25), + (29710, "388540", 1, 0, 25), + (29711, "388307", 1, 0, 25), + (29712, "388325", 1, 0, 25), + (29713, "388260", 1, 0, 25), + (29714, "388320", 1, 0, 25), + (29715, "388230", 1, 0, 25), + (29716, "388330", 1, 0, 25), + (29717, "388335", 1, 0, 25), + (29718, "388235", 1, 0, 25), + (29719, "388210", 1, 0, 25), + (29720, "388265", 1, 0, 25), + (29721, "388365", 1, 0, 25), + (29722, "388245", 1, 0, 25), + (29723, "388215", 1, 0, 25), + (29724, "388250", 1, 0, 25), + (29725, "388220", 1, 0, 25), + (29726, "388255", 1, 0, 25), + (29727, "388239", 1, 0, 25), + (29728, "388545", 1, 0, 25), + (29729, "388340", 1, 0, 25), + (29730, "388345", 1, 0, 25), + (29731, "388560", 1, 0, 25), + (29732, "388350", 1, 0, 25), + (29733, "388355", 1, 0, 25), + (29734, "388001", 1, 0, 25), + (29735, "388360", 1, 0, 25), + (29736, "388121", 1, 0, 25), + (29737, "388120", 1, 0, 25), + (29738, "388370", 1, 0, 25), + (29739, "388306", 1, 0, 25), + (29740, "388001", 1, 0, 25), + (29741, "388310", 1, 0, 25), + (29742, "388205", 1, 0, 25), + (29743, "388255", 1, 0, 25), + (29744, "385001", 1, 0, 25), + (29745, "385001", 1, 0, 25), + (29746, "385001", 1, 0, 25), + (29747, "385506", 1, 0, 25), + (29748, "385130", 1, 0, 25), + (29749, "385550", 1, 0, 25), + (29750, "385570", 1, 0, 25), + (29751, "385555", 1, 0, 25), + (29752, "385565", 1, 0, 25), + (29753, "385560", 1, 0, 25), + (29754, "385410", 1, 0, 25), + (29755, "385575", 1, 0, 25), + (29756, "385110", 1, 0, 25), + (29757, "385320", 1, 0, 25), + (29758, "385530", 1, 0, 25), + (29759, "385510", 1, 0, 25), + (29760, "385210", 1, 0, 25), + (29761, "385010", 1, 0, 25), + (29762, "385120", 1, 0, 25), + (29763, "385505", 1, 0, 25), + (29764, "385310", 1, 0, 25), + (29765, "385566", 1, 0, 25), + (29766, "385535", 1, 0, 25), + (29767, "385535", 1, 0, 25), + (29768, "385330", 1, 0, 25), + (29769, "385515", 1, 0, 25), + (29770, "385135", 1, 0, 25), + (29771, "385540", 1, 0, 25), + (29772, "385520", 1, 0, 25), + (29773, "385545", 1, 0, 25), + (29774, "385421", 1, 0, 25), + (29775, "385001", 1, 0, 25), + (29776, "394655", 1, 0, 25), + (29777, "394240", 1, 0, 25), + (29778, "394150", 1, 0, 25), + (29779, "394190", 1, 0, 25), + (29780, "394380", 1, 0, 25), + (29781, "394340", 1, 0, 25), + (29782, "394250", 1, 0, 25), + (29783, "394160", 1, 0, 25), + (29784, "394345", 1, 0, 25), + (29785, "394370", 1, 0, 25), + (29786, "394330", 1, 0, 25), + (29787, "394315", 1, 0, 25), + (29788, "394715", 1, 0, 25), + (29789, "394352", 1, 0, 25), + (29790, "394365", 1, 0, 25), + (29791, "394720", 1, 0, 25), + (29792, "394350", 1, 0, 25), + (29793, "394601", 1, 0, 25), + (29794, "394320", 1, 0, 25), + (29795, "394246", 1, 0, 25), + (29796, "394601", 1, 0, 25), + (29797, "394716", 1, 0, 25), + (29798, "394170", 1, 0, 25), + (29799, "394375", 1, 0, 25), + (29800, "394680", 1, 0, 25), + (29801, "394325", 1, 0, 25), + (29802, "394640", 1, 0, 25), + (29803, "394248", 1, 0, 25), + (29804, "394620", 1, 0, 25), + (29805, "394355", 1, 0, 25), + (29806, "394326", 1, 0, 25), + (29807, "394641", 1, 0, 25), + (29808, "394650", 1, 0, 25), + (29809, "394650", 1, 0, 25), + (29810, "394730", 1, 0, 25), + (29811, "394245", 1, 0, 25), + (29812, "394327", 1, 0, 25), + (29813, "396510", 1, 0, 25), + (29814, "394651", 1, 0, 25), + (29815, "394690", 1, 0, 25), + (29816, "394317", 1, 0, 25), + (29817, "394140", 1, 0, 25), + (29818, "394630", 1, 0, 25), + (29819, "394660", 1, 0, 25), + (29820, "394305", 1, 0, 25), + (29821, "394635", 1, 0, 25), + (29822, "394670", 1, 0, 25), + (29823, "394633", 1, 0, 25), + (29824, "394310", 1, 0, 25), + (29825, "394155", 1, 0, 25), + (29826, "394163", 1, 0, 25), + (29827, "394335", 1, 0, 25), + (29828, "394360", 1, 0, 25), + (29829, "394185", 1, 0, 25), + (29830, "394710", 1, 0, 25), + (29831, "394180", 1, 0, 25), + (29832, "393017", 1, 0, 25), + (29833, "393105", 1, 0, 25), + (29834, "392001", 1, 0, 25), + (29835, "392001", 1, 0, 25), + (29836, "392130", 1, 0, 25), + (29837, "392020", 1, 0, 25), + (29838, "393040", 1, 0, 25), + (29839, "393125", 1, 0, 25), + (29840, "391810", 1, 0, 25), + (29841, "393001", 1, 0, 25), + (29842, "393155", 1, 0, 25), + (29843, "393030", 1, 0, 25), + (29844, "392230", 1, 0, 25), + (29845, "394810", 1, 0, 25), + (29846, "392150", 1, 0, 25), + (29847, "392150", 1, 0, 25), + (29848, "393110", 1, 0, 25), + (29849, "392160", 1, 0, 25), + (29850, "392170", 1, 0, 25), + (29851, "393151", 1, 0, 25), + (29852, "392155", 1, 0, 25), + (29853, "393150", 1, 0, 25), + (29854, "392001", 1, 0, 25), + (29855, "392012", 1, 0, 25), + (29856, "392210", 1, 0, 25), + (29857, "392015", 1, 0, 25), + (29858, "393130", 1, 0, 25), + (29859, "393010", 1, 0, 25), + (29860, "392165", 1, 0, 25), + (29861, "392220", 1, 0, 25), + (29862, "392001", 1, 0, 25), + (29863, "394115", 1, 0, 25), + (29864, "392001", 1, 0, 25), + (29865, "394116", 1, 0, 25), + (29866, "393140", 1, 0, 25), + (29867, "393115", 1, 0, 25), + (29868, "393145", 1, 0, 25), + (29869, "393145", 1, 0, 25), + (29870, "393050", 1, 0, 25), + (29871, "393020", 1, 0, 25), + (29872, "392025", 1, 0, 25), + (29873, "392035", 1, 0, 25), + (29874, "392180", 1, 0, 25), + (29875, "393025", 1, 0, 25), + (29876, "392030", 1, 0, 25), + (29877, "392001", 1, 0, 25), + (29878, "392040", 1, 0, 25), + (29879, "392240", 1, 0, 25), + (29880, "393120", 1, 0, 25), + (29881, "392215", 1, 0, 25), + (29882, "392140", 1, 0, 25), + (29883, "393135", 1, 0, 25), + (29884, "392011", 1, 0, 25), + (29885, "393041", 1, 0, 25), + (29886, "392110", 1, 0, 25), + (29887, "393001", 1, 0, 25), + (29888, "393002", 1, 0, 25), + (29889, "393001", 1, 0, 25), + (29890, "364081", 1, 0, 25), + (29891, "364210", 1, 0, 25), + (29892, "364295", 1, 0, 25), + (29893, "364050", 1, 0, 25), + (29894, "364005", 1, 0, 25), + (29895, "364002", 1, 0, 25), + (29896, "364002", 1, 0, 25), + (29897, "364004", 1, 0, 25), + (29898, "364001", 1, 0, 25), + (29899, "364001", 1, 0, 25), + (29900, "364001", 1, 0, 25), + (29901, "364001", 1, 0, 25), + (29902, "364001", 1, 0, 25), + (29903, "364006", 1, 0, 25), + (29904, "364001", 1, 0, 25), + (29905, "364001", 1, 0, 25), + (29906, "364003", 1, 0, 25), + (29907, "364006", 1, 0, 25), + (29908, "364002", 1, 0, 25), + (29909, "364001", 1, 0, 25), + (29910, "364001", 1, 0, 25), + (29911, "364710", 1, 0, 25), + (29912, "364710", 1, 0, 25), + (29913, "364710", 1, 0, 25), + (29914, "364130", 1, 0, 25), + (29915, "364730", 1, 0, 25), + (29916, "364740", 1, 0, 25), + (29917, "364320", 1, 0, 25), + (29918, "364750", 1, 0, 25), + (29919, "364505", 1, 0, 25), + (29920, "364265", 1, 0, 25), + (29921, "364110", 1, 0, 25), + (29922, "364510", 1, 0, 25), + (29923, "364070", 1, 0, 25), + (29924, "364290", 1, 0, 25), + (29925, "364290", 1, 0, 25), + (29926, "364290", 1, 0, 25), + (29927, "364280", 1, 0, 25), + (29928, "364760", 1, 0, 25), + (29929, "364270", 1, 0, 25), + (29930, "364270", 1, 0, 25), + (29931, "364270", 1, 0, 25), + (29932, "364720", 1, 0, 25), + (29933, "364275", 1, 0, 25), + (29934, "364135", 1, 0, 25), + (29935, "364313", 1, 0, 25), + (29936, "364230", 1, 0, 25), + (29937, "364240", 1, 0, 25), + (29938, "364250", 1, 0, 25), + (29939, "364140", 1, 0, 25), + (29940, "364260", 1, 0, 25), + (29941, "364120", 1, 0, 25), + (29942, "364145", 1, 0, 25), + (29943, "364150", 1, 0, 25), + (29944, "364765", 1, 0, 25), + (29945, "364330", 1, 0, 25), + (29946, "364310", 1, 0, 25), + (29947, "364060", 1, 0, 25), + (29948, "382650", 1, 0, 25), + (29949, "382422", 1, 0, 25), + (29950, "382418", 1, 0, 25), + (29951, "382445", 1, 0, 25), + (29952, "382150", 1, 0, 25), + (29953, "382170", 1, 0, 25), + (29954, "382010", 1, 0, 25), + (29955, "382810", 1, 0, 25), + (29956, "382729", 1, 0, 25), + (29957, "382725", 1, 0, 25), + (29958, "382721", 1, 0, 25), + (29959, "382721", 1, 0, 25), + (29960, "382835", 1, 0, 25), + (29961, "382845", 1, 0, 25), + (29962, "382845", 1, 0, 25), + (29963, "382735", 1, 0, 25), + (29964, "382740", 1, 0, 25), + (29965, "382855", 1, 0, 25), + (29966, "382308", 1, 0, 25), + (29967, "382450", 1, 0, 25), + (29968, "382220", 1, 0, 25), + (29969, "382463", 1, 0, 25), + (29970, "382428", 1, 0, 25), + (29971, "382220", 1, 0, 25), + (29972, "382150", 1, 0, 25), + (29973, "380058", 1, 0, 25), + (29974, "382260", 1, 0, 25), + (29975, "382481", 1, 0, 25), + (29976, "382213", 1, 0, 25), + (29977, "382321", 1, 0, 25), + (29978, "382042", 1, 0, 25), + (29979, "382424", 1, 0, 25), + (29980, "382355", 1, 0, 25), + (29981, "382305", 1, 0, 25), + (29982, "382120", 1, 0, 25), + (29983, "382460", 1, 0, 25), + (29984, "382455", 1, 0, 25), + (29985, "382470", 1, 0, 25), + (29986, "382465", 1, 0, 25), + (29987, "380060", 1, 0, 25), + (29988, "382115", 1, 0, 25), + (29989, "382255", 1, 0, 25), + (29990, "382449", 1, 0, 25), + (29991, "382305", 1, 0, 25), + (29992, "382423", 1, 0, 25), + (29993, "382265", 1, 0, 25), + (29994, "382225", 1, 0, 25), + (29995, "382430", 1, 0, 25), + (29996, "382240", 1, 0, 25), + (29997, "382421", 1, 0, 25), + (29998, "382145", 1, 0, 25), + (29999, "382433", 1, 0, 25), + (30000, "382230", 1, 0, 25), + (30001, "382130", 1, 0, 25), + (30002, "382435", 1, 0, 25), + (30003, "382405", 1, 0, 25), + (30004, "382481", 1, 0, 25), + (30005, "382010", 1, 0, 25), + (30006, "382415", 1, 0, 25), + (30007, "382415", 1, 0, 25), + (30008, "382610", 1, 0, 25), + (30009, "382250", 1, 0, 25), + (30010, "382140", 1, 0, 25), + (30011, "382620", 1, 0, 25), + (30012, "382480", 1, 0, 25), + (30013, "382245", 1, 0, 25), + (30014, "382315", 1, 0, 25), + (30015, "382630", 1, 0, 25), + (30016, "382320", 1, 0, 25), + (30017, "382427", 1, 0, 25), + (30018, "382110", 1, 0, 25), + (30019, "382640", 1, 0, 25), + (30020, "382210", 1, 0, 25), + (30021, "382006", 1, 0, 25), + (30022, "382007", 1, 0, 25), + (30023, "382007", 1, 0, 25), + (30024, "382016", 1, 0, 25), + (30025, "382016", 1, 0, 25), + (30026, "382021", 1, 0, 25), + (30027, "382021", 1, 0, 25), + (30028, "382021", 1, 0, 25), + (30029, "382024", 1, 0, 25), + (30030, "382024", 1, 0, 25), + (30031, "382028", 1, 0, 25), + (30032, "382030", 1, 0, 25), + (30033, "382030", 1, 0, 25), + (30034, "380059", 1, 0, 25), + (30035, "382041", 1, 0, 25), + (30036, "360370", 1, 0, 25), + (30037, "360470", 1, 0, 25), + (30038, "360030", 1, 0, 25), + (30039, "360035", 1, 0, 25), + (30040, "360070", 1, 0, 25), + (30041, "360421", 1, 0, 25), + (30042, "360330", 1, 0, 25), + (30043, "360375", 1, 0, 25), + (30044, "360480", 1, 0, 25), + (30045, "360430", 1, 0, 25), + (30046, "364470", 1, 0, 25), + (30047, "360440", 1, 0, 25), + (30048, "360490", 1, 0, 25), + (30049, "360490", 1, 0, 25), + (30050, "364490", 1, 0, 25), + (30051, "360055", 1, 0, 25), + (30052, "360060", 1, 0, 25), + (30053, "360380", 1, 0, 25), + (30054, "364485", 1, 0, 25), + (30055, "360040", 1, 0, 25), + (30056, "360450", 1, 0, 25), + (30057, "360452", 1, 0, 25), + (30058, "364465", 1, 0, 25), + (30059, "360460", 1, 0, 25), + (30060, "360410", 1, 0, 25), + (30061, "360410", 1, 0, 25), + (30062, "360410", 1, 0, 25), + (30063, "360320", 1, 0, 25), + (30064, "360311", 1, 0, 25), + (30065, "360311", 1, 0, 25), + (30066, "360311", 1, 0, 25), + (30067, "360311", 1, 0, 25), + (30068, "360311", 1, 0, 25), + (30069, "360405", 1, 0, 25), + (30070, "360050", 1, 0, 25), + (30071, "360360", 1, 0, 25), + (30072, "360370", 1, 0, 25), + (30073, "360370", 1, 0, 25), + (30074, "361315", 1, 0, 25), + (30075, "361012", 1, 0, 25), + (30076, "360520", 1, 0, 25), + (30077, "361335", 1, 0, 25), + (30078, "360530", 1, 0, 25), + (30079, "360530", 1, 0, 25), + (30080, "361320", 1, 0, 25), + (30081, "361280", 1, 0, 25), + (30082, "361170", 1, 0, 25), + (30083, "361345", 1, 0, 25), + (30084, "361350", 1, 0, 25), + (30085, "361325", 1, 0, 25), + (30086, "361310", 1, 0, 25), + (30087, "361347", 1, 0, 25), + (30088, "361010", 1, 0, 25), + (30089, "360531", 1, 0, 25), + (30090, "360515", 1, 0, 25), + (30091, "361110", 1, 0, 25), + (30092, "363655", 1, 0, 25), + (30093, "361230", 1, 0, 25), + (30094, "361240", 1, 0, 25), + (30095, "361210", 1, 0, 25), + (30096, "361120", 1, 0, 25), + (30097, "361140", 1, 0, 25), + (30098, "361011", 1, 0, 25), + (30099, "361003", 1, 0, 25), + (30100, "361002", 1, 0, 25), + (30101, "361009", 1, 0, 25), + (30102, "361005", 1, 0, 25), + (30103, "361007", 1, 0, 25), + (30104, "361006", 1, 0, 25), + (30105, "361001", 1, 0, 25), + (30106, "361001", 1, 0, 25), + (30107, "361001", 1, 0, 25), + (30108, "361008", 1, 0, 25), + (30109, "361008", 1, 0, 25), + (30110, "361005", 1, 0, 25), + (30111, "361005", 1, 0, 25), + (30112, "361001", 1, 0, 25), + (30113, "361004", 1, 0, 25), + (30114, "361130", 1, 0, 25), + (30115, "361250", 1, 0, 25), + (30116, "361160", 1, 0, 25), + (30117, "361013", 1, 0, 25), + (30118, "360540", 1, 0, 25), + (30119, "361220", 1, 0, 25), + (30120, "361162", 1, 0, 25), + (30121, "361141", 1, 0, 25), + (30122, "361150", 1, 0, 25), + (30123, "361305", 1, 0, 25), + (30124, "361330", 1, 0, 25), + (30125, "361306", 1, 0, 25), + (30126, "360510", 1, 0, 25), + (30127, "362120", 1, 0, 25), + (30128, "362205", 1, 0, 25), + (30129, "362015", 1, 0, 25), + (30130, "362310", 1, 0, 25), + (30131, "362610", 1, 0, 25), + (30132, "362130", 1, 0, 25), + (30133, "362140", 1, 0, 25), + (30134, "362715", 1, 0, 25), + (30135, "362250", 1, 0, 25), + (30136, "362510", 1, 0, 25), + (30137, "362565", 1, 0, 25), + (30138, "388540", 1, 0, 25), + (30139, "388260", 1, 0, 25), + (30140, "388230", 1, 0, 25), + (30141, "388245", 1, 0, 25), + (30142, "388255", 1, 0, 25), + (30143, "388255", 1, 0, 25), + (30144, "388255", 1, 0, 25), + (30145, "388255", 1, 0, 25), + (30146, "388255", 1, 0, 25), + (30147, "388245", 1, 0, 25), + (30148, "388245", 1, 0, 25), + (30149, "388245", 1, 0, 25), + (30150, "388245", 1, 0, 25), + (30151, "388215", 1, 0, 25), + (30152, "388215", 1, 0, 25), + (30153, "388250", 1, 0, 25), + (30154, "388250", 1, 0, 25), + (30155, "388250", 1, 0, 25), + (30156, "388250", 1, 0, 25), + (30157, "388250", 1, 0, 25), + (30158, "388250", 1, 0, 25), + (30159, "388250", 1, 0, 25), + (30160, "388250", 1, 0, 25), + (30161, "388250", 1, 0, 25), + (30162, "388250", 1, 0, 25), + (30163, "388250", 1, 0, 25), + (30164, "388250", 1, 0, 25), + (30165, "388250", 1, 0, 25), + (30166, "388220", 1, 0, 25), + (30167, "388220", 1, 0, 25), + (30168, "388220", 1, 0, 25), + (30169, "388220", 1, 0, 25), + (30170, "388220", 1, 0, 25), + (30171, "388220", 1, 0, 25), + (30172, "388220", 1, 0, 25), + (30173, "388220", 1, 0, 25), + (30174, "388255", 1, 0, 25), + (30175, "388255", 1, 0, 25), + (30176, "388255", 1, 0, 25), + (30177, "388255", 1, 0, 25), + (30178, "388255", 1, 0, 25), + (30179, "388255", 1, 0, 25), + (30180, "388255", 1, 0, 25), + (30181, "388255", 1, 0, 25), + (30182, "388305", 1, 0, 25), + (30183, "388110", 1, 0, 25), + (30184, "388510", 1, 0, 25), + (30185, "388510", 1, 0, 25), + (30186, "388510", 1, 0, 25), + (30187, "388510", 1, 0, 25), + (30188, "388510", 1, 0, 25), + (30189, "388510", 1, 0, 25), + (30190, "388520", 1, 0, 25), + (30191, "388520", 1, 0, 25), + (30192, "388520", 1, 0, 25), + (30193, "388520", 1, 0, 25), + (30194, "388520", 1, 0, 25), + (30195, "388315", 1, 0, 25), + (30196, "388530", 1, 0, 25), + (30197, "388530", 1, 0, 25), + (30198, "388530", 1, 0, 25), + (30199, "388530", 1, 0, 25), + (30200, "388530", 1, 0, 25), + (30201, "388530", 1, 0, 25), + (30202, "388530", 1, 0, 25), + (30203, "388130", 1, 0, 25), + (30204, "388130", 1, 0, 25), + (30205, "388130", 1, 0, 25), + (30206, "388130", 1, 0, 25), + (30207, "388130", 1, 0, 25), + (30208, "388130", 1, 0, 25), + (30209, "388130", 1, 0, 25), + (30210, "388540", 1, 0, 25), + (30211, "388540", 1, 0, 25), + (30212, "388540", 1, 0, 25), + (30213, "388540", 1, 0, 25), + (30214, "388540", 1, 0, 25), + (30215, "388307", 1, 0, 25), + (30216, "388307", 1, 0, 25), + (30217, "388307", 1, 0, 25), + (30218, "388307", 1, 0, 25), + (30219, "388307", 1, 0, 25), + (30220, "388307", 1, 0, 25), + (30221, "388307", 1, 0, 25), + (30222, "388325", 1, 0, 25), + (30223, "388340", 1, 0, 25), + (30224, "388345", 1, 0, 25), + (30225, "388345", 1, 0, 25), + (30226, "388345", 1, 0, 25), + (30227, "388560", 1, 0, 25), + (30228, "388560", 1, 0, 25), + (30229, "388560", 1, 0, 25), + (30230, "388560", 1, 0, 25), + (30231, "388560", 1, 0, 25), + (30232, "388350", 1, 0, 25), + (30233, "388360", 1, 0, 25), + (30234, "388360", 1, 0, 25), + (30235, "388370", 1, 0, 25), + (30236, "388306", 1, 0, 25), + (30237, "388205", 1, 0, 25), + (30238, "388205", 1, 0, 25), + (30239, "388205", 1, 0, 25), + (30240, "388205", 1, 0, 25), + (30241, "388205", 1, 0, 25), + (30242, "388205", 1, 0, 25), + (30243, "388205", 1, 0, 25), + (30244, "388220", 1, 0, 25), + (30245, "388205", 1, 0, 25), + (30246, "388260", 1, 0, 25), + (30247, "388260", 1, 0, 25), + (30248, "388260", 1, 0, 25), + (30249, "388260", 1, 0, 25), + (30250, "388260", 1, 0, 25), + (30251, "388260", 1, 0, 25), + (30252, "388260", 1, 0, 25), + (30253, "388260", 1, 0, 25), + (30254, "388260", 1, 0, 25), + (30255, "388260", 1, 0, 25), + (30256, "388260", 1, 0, 25), + (30257, "388260", 1, 0, 25), + (30258, "388260", 1, 0, 25), + (30259, "388260", 1, 0, 25), + (30260, "388320", 1, 0, 25), + (30261, "388320", 1, 0, 25), + (30262, "388230", 1, 0, 25), + (30263, "388230", 1, 0, 25), + (30264, "388230", 1, 0, 25), + (30265, "388230", 1, 0, 25), + (30266, "388230", 1, 0, 25), + (30267, "388230", 1, 0, 25), + (30268, "388230", 1, 0, 25), + (30269, "388230", 1, 0, 25), + (30270, "388230", 1, 0, 25), + (30271, "388335", 1, 0, 25), + (30272, "388335", 1, 0, 25), + (30273, "388235", 1, 0, 25), + (30274, "388235", 1, 0, 25), + (30275, "388235", 1, 0, 25), + (30276, "388235", 1, 0, 25), + (30277, "388235", 1, 0, 25), + (30278, "388235", 1, 0, 25), + (30279, "388235", 1, 0, 25), + (30280, "388235", 1, 0, 25), + (30281, "388210", 1, 0, 25), + (30282, "388210", 1, 0, 25), + (30283, "388210", 1, 0, 25), + (30284, "388210", 1, 0, 25), + (30285, "388210", 1, 0, 25), + (30286, "388210", 1, 0, 25), + (30287, "388265", 1, 0, 25), + (30288, "388265", 1, 0, 25), + (30289, "388265", 1, 0, 25), + (30290, "388265", 1, 0, 25), + (30291, "388265", 1, 0, 25), + (30292, "388265", 1, 0, 25), + (30293, "388265", 1, 0, 25), + (30294, "388265", 1, 0, 25), + (30295, "388265", 1, 0, 25), + (30296, "388265", 1, 0, 25), + (30297, "388365", 1, 0, 25), + (30298, "388365", 1, 0, 25), + (30299, "388365", 1, 0, 25), + (30300, "388365", 1, 0, 25), + (30301, "388365", 1, 0, 25), + (30302, "388365", 1, 0, 25), + (30303, "385001", 1, 0, 25), + (30304, "385001", 1, 0, 25), + (30305, "385001", 1, 0, 25), + (30306, "385001", 1, 0, 25), + (30307, "385001", 1, 0, 25), + (30308, "385110", 1, 0, 25), + (30309, "385110", 1, 0, 25), + (30310, "385110", 1, 0, 25), + (30311, "385110", 1, 0, 25), + (30312, "385110", 1, 0, 25), + (30313, "385110", 1, 0, 25), + (30314, "385110", 1, 0, 25), + (30315, "385110", 1, 0, 25), + (30316, "385110", 1, 0, 25), + (30317, "385110", 1, 0, 25), + (30318, "385320", 1, 0, 25), + (30319, "385320", 1, 0, 25), + (30320, "385320", 1, 0, 25), + (30321, "385320", 1, 0, 25), + (30322, "385320", 1, 0, 25), + (30323, "385320", 1, 0, 25), + (30324, "385320", 1, 0, 25), + (30325, "385320", 1, 0, 25), + (30326, "385320", 1, 0, 25), + (30327, "385320", 1, 0, 25), + (30328, "385320", 1, 0, 25), + (30329, "385320", 1, 0, 25), + (30330, "385320", 1, 0, 25), + (30331, "385320", 1, 0, 25), + (30332, "385320", 1, 0, 25), + (30333, "385320", 1, 0, 25), + (30334, "385320", 1, 0, 25), + (30335, "385320", 1, 0, 25), + (30336, "385320", 1, 0, 25), + (30337, "385320", 1, 0, 25), + (30338, "385320", 1, 0, 25), + (30339, "385001", 1, 0, 25), + (30340, "385120", 1, 0, 25), + (30341, "385310", 1, 0, 25), + (30342, "385535", 1, 0, 25), + (30343, "385330", 1, 0, 25), + (30344, "385535", 1, 0, 25), + (30345, "385535", 1, 0, 25), + (30346, "385535", 1, 0, 25), + (30347, "385535", 1, 0, 25), + (30348, "385535", 1, 0, 25), + (30349, "385535", 1, 0, 25), + (30350, "385535", 1, 0, 25), + (30351, "385330", 1, 0, 25), + (30352, "385535", 1, 0, 25), + (30353, "385535", 1, 0, 25), + (30354, "385535", 1, 0, 25), + (30355, "385535", 1, 0, 25), + (30356, "385535", 1, 0, 25), + (30357, "385535", 1, 0, 25), + (30358, "385535", 1, 0, 25), + (30359, "385535", 1, 0, 25), + (30360, "385535", 1, 0, 25), + (30361, "385535", 1, 0, 25), + (30362, "385330", 1, 0, 25), + (30363, "385330", 1, 0, 25), + (30364, "385330", 1, 0, 25), + (30365, "385330", 1, 0, 25), + (30366, "385330", 1, 0, 25), + (30367, "385330", 1, 0, 25), + (30368, "385330", 1, 0, 25), + (30369, "385330", 1, 0, 25), + (30370, "385330", 1, 0, 25), + (30371, "385330", 1, 0, 25), + (30372, "385330", 1, 0, 25), + (30373, "385310", 1, 0, 25), + (30374, "385566", 1, 0, 25), + (30375, "385566", 1, 0, 25), + (30376, "385566", 1, 0, 25), + (30377, "385566", 1, 0, 25), + (30378, "385566", 1, 0, 25), + (30379, "385566", 1, 0, 25), + (30380, "385566", 1, 0, 25), + (30381, "385566", 1, 0, 25), + (30382, "385566", 1, 0, 25), + (30383, "385566", 1, 0, 25), + (30384, "385566", 1, 0, 25), + (30385, "385566", 1, 0, 25), + (30386, "385566", 1, 0, 25), + (30387, "385566", 1, 0, 25), + (30388, "385566", 1, 0, 25), + (30389, "385566", 1, 0, 25), + (30390, "385566", 1, 0, 25), + (30391, "385535", 1, 0, 25), + (30392, "385535", 1, 0, 25), + (30393, "385535", 1, 0, 25), + (30394, "385535", 1, 0, 25), + (30395, "385535", 1, 0, 25), + (30396, "385535", 1, 0, 25), + (30397, "385535", 1, 0, 25), + (30398, "385330", 1, 0, 25), + (30399, "385535", 1, 0, 25), + (30400, "385535", 1, 0, 25), + (30401, "385535", 1, 0, 25), + (30402, "385535", 1, 0, 25), + (30403, "385535", 1, 0, 25), + (30404, "385535", 1, 0, 25), + (30405, "385535", 1, 0, 25), + (30406, "385535", 1, 0, 25), + (30407, "385535", 1, 0, 25), + (30408, "385535", 1, 0, 25), + (30409, "385330", 1, 0, 25), + (30410, "385330", 1, 0, 25), + (30411, "385330", 1, 0, 25), + (30412, "385330", 1, 0, 25), + (30413, "385330", 1, 0, 25), + (30414, "385330", 1, 0, 25), + (30415, "385330", 1, 0, 25), + (30416, "385330", 1, 0, 25), + (30417, "385515", 1, 0, 25), + (30418, "385515", 1, 0, 25), + (30419, "385515", 1, 0, 25), + (30420, "385515", 1, 0, 25), + (30421, "385515", 1, 0, 25), + (30422, "385515", 1, 0, 25), + (30423, "385135", 1, 0, 25), + (30424, "385135", 1, 0, 25), + (30425, "385135", 1, 0, 25), + (30426, "385135", 1, 0, 25), + (30427, "385550", 1, 0, 25), + (30428, "385550", 1, 0, 25), + (30429, "385550", 1, 0, 25), + (30430, "385550", 1, 0, 25), + (30431, "385570", 1, 0, 25), + (30432, "385570", 1, 0, 25), + (30433, "385570", 1, 0, 25), + (30434, "385570", 1, 0, 25), + (30435, "385570", 1, 0, 25), + (30436, "385570", 1, 0, 25), + (30437, "385570", 1, 0, 25), + (30438, "385555", 1, 0, 25), + (30439, "385555", 1, 0, 25), + (30440, "385555", 1, 0, 25), + (30441, "385555", 1, 0, 25), + (30442, "385555", 1, 0, 25), + (30443, "385555", 1, 0, 25), + (30444, "385555", 1, 0, 25), + (30445, "385555", 1, 0, 25), + (30446, "385555", 1, 0, 25), + (30447, "385565", 1, 0, 25), + (30448, "385565", 1, 0, 25), + (30449, "385135", 1, 0, 25), + (30450, "385135", 1, 0, 25), + (30451, "385540", 1, 0, 25), + (30452, "385540", 1, 0, 25), + (30453, "385540", 1, 0, 25), + (30454, "385540", 1, 0, 25), + (30455, "385540", 1, 0, 25), + (30456, "385520", 1, 0, 25), + (30457, "385520", 1, 0, 25), + (30458, "385520", 1, 0, 25), + (30459, "385520", 1, 0, 25), + (30460, "385520", 1, 0, 25), + (30461, "385520", 1, 0, 25), + (30462, "385545", 1, 0, 25), + (30463, "385545", 1, 0, 25), + (30464, "385545", 1, 0, 25), + (30465, "385545", 1, 0, 25), + (30466, "385545", 1, 0, 25), + (30467, "385545", 1, 0, 25), + (30468, "385545", 1, 0, 25), + (30469, "385545", 1, 0, 25), + (30470, "385545", 1, 0, 25), + (30471, "385545", 1, 0, 25), + (30472, "385545", 1, 0, 25), + (30473, "385545", 1, 0, 25), + (30474, "385545", 1, 0, 25), + (30475, "385545", 1, 0, 25), + (30476, "385545", 1, 0, 25), + (30477, "385545", 1, 0, 25), + (30478, "385545", 1, 0, 25), + (30479, "385545", 1, 0, 25), + (30480, "385545", 1, 0, 25), + (30481, "385421", 1, 0, 25), + (30482, "385421", 1, 0, 25), + (30483, "385421", 1, 0, 25), + (30484, "385421", 1, 0, 25), + (30485, "385421", 1, 0, 25), + (30486, "385421", 1, 0, 25), + (30487, "385421", 1, 0, 25), + (30488, "385421", 1, 0, 25), + (30489, "385421", 1, 0, 25), + (30490, "385421", 1, 0, 25), + (30491, "385421", 1, 0, 25), + (30492, "385421", 1, 0, 25), + (30493, "385421", 1, 0, 25), + (30494, "385421", 1, 0, 25), + (30495, "385421", 1, 0, 25), + (30496, "385421", 1, 0, 25), + (30497, "385130", 1, 0, 25), + (30498, "385130", 1, 0, 25), + (30499, "385550", 1, 0, 25), + (30500, "385550", 1, 0, 25), + (30501, "385550", 1, 0, 25), + (30502, "385550", 1, 0, 25), + (30503, "385550", 1, 0, 25), + (30504, "385550", 1, 0, 25), + (30505, "385550", 1, 0, 25), + (30506, "385550", 1, 0, 25), + (30507, "385550", 1, 0, 25), + (30508, "385550", 1, 0, 25), + (30509, "385550", 1, 0, 25), + (30510, "385550", 1, 0, 25), + (30511, "385565", 1, 0, 25), + (30512, "385565", 1, 0, 25), + (30513, "385565", 1, 0, 25), + (30514, "385565", 1, 0, 25), + (30515, "385565", 1, 0, 25), + (30516, "385565", 1, 0, 25), + (30517, "385565", 1, 0, 25), + (30518, "385565", 1, 0, 25), + (30519, "385565", 1, 0, 25), + (30520, "385565", 1, 0, 25), + (30521, "385565", 1, 0, 25), + (30522, "385565", 1, 0, 25), + (30523, "385565", 1, 0, 25), + (30524, "385565", 1, 0, 25), + (30525, "385565", 1, 0, 25), + (30526, "385565", 1, 0, 25), + (30527, "385565", 1, 0, 25), + (30528, "385565", 1, 0, 25), + (30529, "385565", 1, 0, 25), + (30530, "385565", 1, 0, 25), + (30531, "385565", 1, 0, 25), + (30532, "385565", 1, 0, 25), + (30533, "385560", 1, 0, 25), + (30534, "385560", 1, 0, 25), + (30535, "385560", 1, 0, 25), + (30536, "385560", 1, 0, 25), + (30537, "385560", 1, 0, 25), + (30538, "385560", 1, 0, 25), + (30539, "385560", 1, 0, 25), + (30540, "385560", 1, 0, 25), + (30541, "385410", 1, 0, 25), + (30542, "385410", 1, 0, 25), + (30543, "385410", 1, 0, 25), + (30544, "385410", 1, 0, 25), + (30545, "385410", 1, 0, 25), + (30546, "385410", 1, 0, 25), + (30547, "385575", 1, 0, 25), + (30548, "385575", 1, 0, 25), + (30549, "385575", 1, 0, 25), + (30550, "385575", 1, 0, 25), + (30551, "385575", 1, 0, 25), + (30552, "385575", 1, 0, 25), + (30553, "385575", 1, 0, 25), + (30554, "385575", 1, 0, 25), + (30555, "385575", 1, 0, 25), + (30556, "385575", 1, 0, 25), + (30557, "385575", 1, 0, 25), + (30558, "385575", 1, 0, 25), + (30559, "385575", 1, 0, 25), + (30560, "385575", 1, 0, 25), + (30561, "385575", 1, 0, 25), + (30562, "385575", 1, 0, 25), + (30563, "385575", 1, 0, 25), + (30564, "385575", 1, 0, 25), + (30565, "385120", 1, 0, 25), + (30566, "385575", 1, 0, 25), + (30567, "385110", 1, 0, 25), + (30568, "385320", 1, 0, 25), + (30569, "385320", 1, 0, 25), + (30570, "385320", 1, 0, 25), + (30571, "385320", 1, 0, 25), + (30572, "385530", 1, 0, 25), + (30573, "385530", 1, 0, 25), + (30574, "385530", 1, 0, 25), + (30575, "385530", 1, 0, 25), + (30576, "385530", 1, 0, 25), + (30577, "385530", 1, 0, 25), + (30578, "385530", 1, 0, 25), + (30579, "385510", 1, 0, 25), + (30580, "385510", 1, 0, 25), + (30581, "385510", 1, 0, 25), + (30582, "385510", 1, 0, 25), + (30583, "385510", 1, 0, 25), + (30584, "385510", 1, 0, 25), + (30585, "385510", 1, 0, 25), + (30586, "385510", 1, 0, 25), + (30587, "385510", 1, 0, 25), + (30588, "385210", 1, 0, 25), + (30589, "385210", 1, 0, 25), + (30590, "385210", 1, 0, 25), + (30591, "385210", 1, 0, 25), + (30592, "385210", 1, 0, 25), + (30593, "385210", 1, 0, 25), + (30594, "385210", 1, 0, 25), + (30595, "385210", 1, 0, 25), + (30596, "385210", 1, 0, 25), + (30597, "385010", 1, 0, 25), + (30598, "385010", 1, 0, 25), + (30599, "385001", 1, 0, 25), + (30600, "385001", 1, 0, 25), + (30601, "385001", 1, 0, 25), + (30602, "385001", 1, 0, 25), + (30603, "385001", 1, 0, 25), + (30604, "385001", 1, 0, 25), + (30605, "385001", 1, 0, 25), + (30606, "385001", 1, 0, 25), + (30607, "385001", 1, 0, 25), + (30608, "385001", 1, 0, 25), + (30609, "385001", 1, 0, 25), + (30610, "385001", 1, 0, 25), + (30611, "385001", 1, 0, 25), + (30612, "385001", 1, 0, 25), + (30613, "385001", 1, 0, 25), + (30614, "385001", 1, 0, 25), + (30615, "385001", 1, 0, 25), + (30616, "385001", 1, 0, 25), + (30617, "385010", 1, 0, 25), + (30618, "385010", 1, 0, 25), + (30619, "385010", 1, 0, 25), + (30620, "385120", 1, 0, 25), + (30621, "385120", 1, 0, 25), + (30622, "385120", 1, 0, 25), + (30623, "385120", 1, 0, 25), + (30624, "385120", 1, 0, 25), + (30625, "385120", 1, 0, 25), + (30626, "385120", 1, 0, 25), + (30627, "385120", 1, 0, 25), + (30628, "385120", 1, 0, 25), + (30629, "385120", 1, 0, 25), + (30630, "385120", 1, 0, 25), + (30631, "385120", 1, 0, 25), + (30632, "385120", 1, 0, 25), + (30633, "385120", 1, 0, 25), + (30634, "385120", 1, 0, 25), + (30635, "385120", 1, 0, 25), + (30636, "385120", 1, 0, 25), + (30637, "385120", 1, 0, 25), + (30638, "385505", 1, 0, 25), + (30639, "385505", 1, 0, 25), + (30640, "385505", 1, 0, 25), + (30641, "385505", 1, 0, 25), + (30642, "385505", 1, 0, 25), + (30643, "385505", 1, 0, 25), + (30644, "385310", 1, 0, 25), + (30645, "385310", 1, 0, 25), + (30646, "385310", 1, 0, 25), + (30647, "385310", 1, 0, 25), + (30648, "385310", 1, 0, 25), + (30649, "385310", 1, 0, 25), + (30650, "385310", 1, 0, 25), + (30651, "385310", 1, 0, 25), + (30652, "385310", 1, 0, 25), + (30653, "385310", 1, 0, 25), + (30654, "385310", 1, 0, 25), + (30655, "385310", 1, 0, 25), + (30656, "385310", 1, 0, 25), + (30657, "385310", 1, 0, 25), + (30658, "385310", 1, 0, 25), + (30659, "385310", 1, 0, 25), + (30660, "385310", 1, 0, 25), + (30661, "385310", 1, 0, 25), + (30662, "385310", 1, 0, 25), + (30663, "385310", 1, 0, 25), + (30664, "385310", 1, 0, 25), + (30665, "385310", 1, 0, 25), + (30666, "385310", 1, 0, 25), + (30667, "385310", 1, 0, 25), + (30668, "385310", 1, 0, 25), + (30669, "385310", 1, 0, 25), + (30670, "385310", 1, 0, 25), + (30671, "385310", 1, 0, 25), + (30672, "385310", 1, 0, 25), + (30673, "394710", 1, 0, 25), + (30674, "394710", 1, 0, 25), + (30675, "394710", 1, 0, 25), + (30676, "394710", 1, 0, 25), + (30677, "394710", 1, 0, 25), + (30678, "394710", 1, 0, 25), + (30679, "394710", 1, 0, 25), + (30680, "394710", 1, 0, 25), + (30681, "394710", 1, 0, 25), + (30682, "394710", 1, 0, 25), + (30683, "394710", 1, 0, 25), + (30684, "394710", 1, 0, 25), + (30685, "394710", 1, 0, 25), + (30686, "396510", 1, 0, 25), + (30687, "396510", 1, 0, 25), + (30688, "396510", 1, 0, 25), + (30689, "396510", 1, 0, 25), + (30690, "394651", 1, 0, 25), + (30691, "394651", 1, 0, 25), + (30692, "394163", 1, 0, 25), + (30693, "394163", 1, 0, 25), + (30694, "394163", 1, 0, 25), + (30695, "394163", 1, 0, 25), + (30696, "394335", 1, 0, 25), + (30697, "394335", 1, 0, 25), + (30698, "394335", 1, 0, 25), + (30699, "394335", 1, 0, 25), + (30700, "394335", 1, 0, 25), + (30701, "394335", 1, 0, 25), + (30702, "394335", 1, 0, 25), + (30703, "394335", 1, 0, 25), + (30704, "394335", 1, 0, 25), + (30705, "394335", 1, 0, 25), + (30706, "394360", 1, 0, 25), + (30707, "394360", 1, 0, 25), + (30708, "394305", 1, 0, 25), + (30709, "394310", 1, 0, 25), + (30710, "394380", 1, 0, 25), + (30711, "394370", 1, 0, 25), + (30712, "394370", 1, 0, 25), + (30713, "394370", 1, 0, 25), + (30714, "394370", 1, 0, 25), + (30715, "394370", 1, 0, 25), + (30716, "394370", 1, 0, 25), + (30717, "394370", 1, 0, 25), + (30718, "394370", 1, 0, 25), + (30719, "394370", 1, 0, 25), + (30720, "394370", 1, 0, 25), + (30721, "394370", 1, 0, 25), + (30722, "394370", 1, 0, 25), + (30723, "394370", 1, 0, 25), + (30724, "394370", 1, 0, 25), + (30725, "394330", 1, 0, 25), + (30726, "394330", 1, 0, 25), + (30727, "394330", 1, 0, 25), + (30728, "394330", 1, 0, 25), + (30729, "394315", 1, 0, 25), + (30730, "394315", 1, 0, 25), + (30731, "394315", 1, 0, 25), + (30732, "394315", 1, 0, 25), + (30733, "394315", 1, 0, 25), + (30734, "394715", 1, 0, 25), + (30735, "394715", 1, 0, 25), + (30736, "394715", 1, 0, 25), + (30737, "394715", 1, 0, 25), + (30738, "394715", 1, 0, 25), + (30739, "394715", 1, 0, 25), + (30740, "394715", 1, 0, 25), + (30741, "394352", 1, 0, 25), + (30742, "394352", 1, 0, 25), + (30743, "394365", 1, 0, 25), + (30744, "394365", 1, 0, 25), + (30745, "394365", 1, 0, 25), + (30746, "394365", 1, 0, 25), + (30747, "394365", 1, 0, 25), + (30748, "394365", 1, 0, 25), + (30749, "394365", 1, 0, 25), + (30750, "394365", 1, 0, 25), + (30751, "394365", 1, 0, 25), + (30752, "394365", 1, 0, 25), + (30753, "394365", 1, 0, 25), + (30754, "394365", 1, 0, 25), + (30755, "394720", 1, 0, 25), + (30756, "394305", 1, 0, 25), + (30757, "394305", 1, 0, 25), + (30758, "394305", 1, 0, 25), + (30759, "394305", 1, 0, 25), + (30760, "394305", 1, 0, 25), + (30761, "394635", 1, 0, 25), + (30762, "394635", 1, 0, 25), + (30763, "394635", 1, 0, 25), + (30764, "394635", 1, 0, 25), + (30765, "394635", 1, 0, 25), + (30766, "394635", 1, 0, 25), + (30767, "394635", 1, 0, 25), + (30768, "394635", 1, 0, 25), + (30769, "394635", 1, 0, 25), + (30770, "394635", 1, 0, 25), + (30771, "394635", 1, 0, 25), + (30772, "394670", 1, 0, 25), + (30773, "394670", 1, 0, 25), + (30774, "394670", 1, 0, 25), + (30775, "394670", 1, 0, 25), + (30776, "394670", 1, 0, 25), + (30777, "394670", 1, 0, 25), + (30778, "394670", 1, 0, 25), + (30779, "394670", 1, 0, 25), + (30780, "394670", 1, 0, 25), + (30781, "394670", 1, 0, 25), + (30782, "394670", 1, 0, 25), + (30783, "394633", 1, 0, 25), + (30784, "394633", 1, 0, 25), + (30785, "394633", 1, 0, 25), + (30786, "394633", 1, 0, 25), + (30787, "394633", 1, 0, 25), + (30788, "394633", 1, 0, 25), + (30789, "394310", 1, 0, 25), + (30790, "394310", 1, 0, 25), + (30791, "394380", 1, 0, 25), + (30792, "394380", 1, 0, 25), + (30793, "394380", 1, 0, 25), + (30794, "394380", 1, 0, 25), + (30795, "394380", 1, 0, 25), + (30796, "394380", 1, 0, 25), + (30797, "394380", 1, 0, 25), + (30798, "394380", 1, 0, 25), + (30799, "394380", 1, 0, 25), + (30800, "394340", 1, 0, 25), + (30801, "394340", 1, 0, 25), + (30802, "394340", 1, 0, 25), + (30803, "394340", 1, 0, 25), + (30804, "394340", 1, 0, 25), + (30805, "394340", 1, 0, 25), + (30806, "394340", 1, 0, 25), + (30807, "394340", 1, 0, 25), + (30808, "394340", 1, 0, 25), + (30809, "394340", 1, 0, 25), + (30810, "394340", 1, 0, 25), + (30811, "394340", 1, 0, 25), + (30812, "394340", 1, 0, 25), + (30813, "394250", 1, 0, 25), + (30814, "394250", 1, 0, 25), + (30815, "394250", 1, 0, 25), + (30816, "394250", 1, 0, 25), + (30817, "394250", 1, 0, 25), + (30818, "394250", 1, 0, 25), + (30819, "394250", 1, 0, 25), + (30820, "394250", 1, 0, 25), + (30821, "394160", 1, 0, 25), + (30822, "394160", 1, 0, 25), + (30823, "394160", 1, 0, 25), + (30824, "394160", 1, 0, 25), + (30825, "394160", 1, 0, 25), + (30826, "394160", 1, 0, 25), + (30827, "394160", 1, 0, 25), + (30828, "394160", 1, 0, 25), + (30829, "394160", 1, 0, 25), + (30830, "394160", 1, 0, 25), + (30831, "394160", 1, 0, 25), + (30832, "394160", 1, 0, 25), + (30833, "394160", 1, 0, 25), + (30834, "394160", 1, 0, 25), + (30835, "394160", 1, 0, 25), + (30836, "394160", 1, 0, 25), + (30837, "394160", 1, 0, 25), + (30838, "394345", 1, 0, 25), + (30839, "394720", 1, 0, 25), + (30840, "394360", 1, 0, 25), + (30841, "394360", 1, 0, 25), + (30842, "394185", 1, 0, 25), + (30843, "394180", 1, 0, 25), + (30844, "394180", 1, 0, 25), + (30845, "394180", 1, 0, 25), + (30846, "394180", 1, 0, 25), + (30847, "394180", 1, 0, 25), + (30848, "394651", 1, 0, 25), + (30849, "394651", 1, 0, 25), + (30850, "394651", 1, 0, 25), + (30851, "394651", 1, 0, 25), + (30852, "394651", 1, 0, 25), + (30853, "394651", 1, 0, 25), + (30854, "394651", 1, 0, 25), + (30855, "394651", 1, 0, 25), + (30856, "394690", 1, 0, 25), + (30857, "394690", 1, 0, 25), + (30858, "394690", 1, 0, 25), + (30859, "394690", 1, 0, 25), + (30860, "394690", 1, 0, 25), + (30861, "394690", 1, 0, 25), + (30862, "394317", 1, 0, 25), + (30863, "394140", 1, 0, 25), + (30864, "394140", 1, 0, 25), + (30865, "394140", 1, 0, 25), + (30866, "394630", 1, 0, 25), + (30867, "394630", 1, 0, 25), + (30868, "394630", 1, 0, 25), + (30869, "394630", 1, 0, 25), + (30870, "394630", 1, 0, 25), + (30871, "394630", 1, 0, 25), + (30872, "394630", 1, 0, 25), + (30873, "394630", 1, 0, 25), + (30874, "394630", 1, 0, 25), + (30875, "394630", 1, 0, 25), + (30876, "394630", 1, 0, 25), + (30877, "394310", 1, 0, 25), + (30878, "394310", 1, 0, 25), + (30879, "394310", 1, 0, 25), + (30880, "394310", 1, 0, 25), + (30881, "394155", 1, 0, 25), + (30882, "394155", 1, 0, 25), + (30883, "394163", 1, 0, 25), + (30884, "394163", 1, 0, 25), + (30885, "394163", 1, 0, 25), + (30886, "394163", 1, 0, 25), + (30887, "394163", 1, 0, 25), + (30888, "394163", 1, 0, 25), + (30889, "394163", 1, 0, 25), + (30890, "394163", 1, 0, 25), + (30891, "394163", 1, 0, 25), + (30892, "394180", 1, 0, 25), + (30893, "394655", 1, 0, 25), + (30894, "394655", 1, 0, 25), + (30895, "394655", 1, 0, 25), + (30896, "394655", 1, 0, 25), + (30897, "394655", 1, 0, 25), + (30898, "394655", 1, 0, 25), + (30899, "394655", 1, 0, 25), + (30900, "394655", 1, 0, 25), + (30901, "394655", 1, 0, 25), + (30902, "394655", 1, 0, 25), + (30903, "394655", 1, 0, 25), + (30904, "394655", 1, 0, 25), + (30905, "394655", 1, 0, 25), + (30906, "394655", 1, 0, 25), + (30907, "394240", 1, 0, 25), + (30908, "394240", 1, 0, 25), + (30909, "394240", 1, 0, 25), + (30910, "394240", 1, 0, 25), + (30911, "394240", 1, 0, 25), + (30912, "394150", 1, 0, 25), + (30913, "394150", 1, 0, 25), + (30914, "394150", 1, 0, 25), + (30915, "394150", 1, 0, 25), + (30916, "394150", 1, 0, 25), + (30917, "394380", 1, 0, 25), + (30918, "394380", 1, 0, 25), + (30919, "394350", 1, 0, 25), + (30920, "394350", 1, 0, 25), + (30921, "394350", 1, 0, 25), + (30922, "394350", 1, 0, 25), + (30923, "394350", 1, 0, 25), + (30924, "394350", 1, 0, 25), + (30925, "394350", 1, 0, 25), + (30926, "394350", 1, 0, 25), + (30927, "394350", 1, 0, 25), + (30928, "394350", 1, 0, 25), + (30929, "394350", 1, 0, 25), + (30930, "394320", 1, 0, 25), + (30931, "394320", 1, 0, 25), + (30932, "394320", 1, 0, 25), + (30933, "394320", 1, 0, 25), + (30934, "394320", 1, 0, 25), + (30935, "394246", 1, 0, 25), + (30936, "394246", 1, 0, 25), + (30937, "394246", 1, 0, 25), + (30938, "394246", 1, 0, 25), + (30939, "394246", 1, 0, 25), + (30940, "394716", 1, 0, 25), + (30941, "394716", 1, 0, 25), + (30942, "394716", 1, 0, 25), + (30943, "394716", 1, 0, 25), + (30944, "394716", 1, 0, 25), + (30945, "394716", 1, 0, 25), + (30946, "394716", 1, 0, 25), + (30947, "394716", 1, 0, 25), + (30948, "394716", 1, 0, 25), + (30949, "394716", 1, 0, 25), + (30950, "394716", 1, 0, 25), + (30951, "394170", 1, 0, 25), + (30952, "394375", 1, 0, 25), + (30953, "394375", 1, 0, 25), + (30954, "394375", 1, 0, 25), + (30955, "394375", 1, 0, 25), + (30956, "394375", 1, 0, 25), + (30957, "394375", 1, 0, 25), + (30958, "394375", 1, 0, 25), + (30959, "394375", 1, 0, 25), + (30960, "394375", 1, 0, 25), + (30961, "394375", 1, 0, 25), + (30962, "394375", 1, 0, 25), + (30963, "394375", 1, 0, 25), + (30964, "394375", 1, 0, 25), + (30965, "394375", 1, 0, 25), + (30966, "394375", 1, 0, 25), + (30967, "394375", 1, 0, 25), + (30968, "394680", 1, 0, 25), + (30969, "394680", 1, 0, 25), + (30970, "394325", 1, 0, 25), + (30971, "394325", 1, 0, 25), + (30972, "394325", 1, 0, 25), + (30973, "394325", 1, 0, 25), + (30974, "394325", 1, 0, 25), + (30975, "394325", 1, 0, 25), + (30976, "394640", 1, 0, 25), + (30977, "394640", 1, 0, 25), + (30978, "394640", 1, 0, 25), + (30979, "394640", 1, 0, 25), + (30980, "394640", 1, 0, 25), + (30981, "394248", 1, 0, 25), + (30982, "394248", 1, 0, 25), + (30983, "394248", 1, 0, 25), + (30984, "394248", 1, 0, 25), + (30985, "394248", 1, 0, 25), + (30986, "394248", 1, 0, 25), + (30987, "394248", 1, 0, 25), + (30988, "394248", 1, 0, 25), + (30989, "394248", 1, 0, 25), + (30990, "394620", 1, 0, 25), + (30991, "394620", 1, 0, 25), + (30992, "394620", 1, 0, 25), + (30993, "394620", 1, 0, 25), + (30994, "394355", 1, 0, 25), + (30995, "394326", 1, 0, 25), + (30996, "394620", 1, 0, 25), + (30997, "394620", 1, 0, 25), + (30998, "394620", 1, 0, 25), + (30999, "394355", 1, 0, 25), + (31000, "394355", 1, 0, 25), + (31001, "394355", 1, 0, 25), + (31002, "394355", 1, 0, 25), + (31003, "394355", 1, 0, 25), + (31004, "394355", 1, 0, 25), + (31005, "394355", 1, 0, 25), + (31006, "394355", 1, 0, 25), + (31007, "394326", 1, 0, 25), + (31008, "394326", 1, 0, 25), + (31009, "394641", 1, 0, 25), + (31010, "394641", 1, 0, 25), + (31011, "394641", 1, 0, 25), + (31012, "394650", 1, 0, 25), + (31013, "394650", 1, 0, 25), + (31014, "394650", 1, 0, 25), + (31015, "394650", 1, 0, 25), + (31016, "394650", 1, 0, 25), + (31017, "394650", 1, 0, 25), + (31018, "394650", 1, 0, 25), + (31019, "394650", 1, 0, 25), + (31020, "394650", 1, 0, 25), + (31021, "394650", 1, 0, 25), + (31022, "394650", 1, 0, 25), + (31023, "394650", 1, 0, 25), + (31024, "394730", 1, 0, 25), + (31025, "394730", 1, 0, 25), + (31026, "394730", 1, 0, 25), + (31027, "394730", 1, 0, 25), + (31028, "394730", 1, 0, 25), + (31029, "394730", 1, 0, 25), + (31030, "394730", 1, 0, 25), + (31031, "394730", 1, 0, 25), + (31032, "394730", 1, 0, 25), + (31033, "394730", 1, 0, 25), + (31034, "394730", 1, 0, 25), + (31035, "394730", 1, 0, 25), + (31036, "394730", 1, 0, 25), + (31037, "394730", 1, 0, 25), + (31038, "394245", 1, 0, 25), + (31039, "394245", 1, 0, 25), + (31040, "394245", 1, 0, 25), + (31041, "394710", 1, 0, 25), + (31042, "394710", 1, 0, 25), + (31043, "394710", 1, 0, 25), + (31044, "393125", 1, 0, 25), + (31045, "392150", 1, 0, 25), + (31046, "393150", 1, 0, 25), + (31047, "393150", 1, 0, 25), + (31048, "392012", 1, 0, 25), + (31049, "392012", 1, 0, 25), + (31050, "392012", 1, 0, 25), + (31051, "392012", 1, 0, 25), + (31052, "392012", 1, 0, 25), + (31053, "392012", 1, 0, 25), + (31054, "392012", 1, 0, 25), + (31055, "392012", 1, 0, 25), + (31056, "392012", 1, 0, 25), + (31057, "392012", 1, 0, 25), + (31058, "392012", 1, 0, 25), + (31059, "392012", 1, 0, 25), + (31060, "392012", 1, 0, 25), + (31061, "392210", 1, 0, 25), + (31062, "392210", 1, 0, 25), + (31063, "392210", 1, 0, 25), + (31064, "392210", 1, 0, 25), + (31065, "392210", 1, 0, 25), + (31066, "392210", 1, 0, 25), + (31067, "392210", 1, 0, 25), + (31068, "392210", 1, 0, 25), + (31069, "392210", 1, 0, 25), + (31070, "392210", 1, 0, 25), + (31071, "392210", 1, 0, 25), + (31072, "392210", 1, 0, 25), + (31073, "392210", 1, 0, 25), + (31074, "392210", 1, 0, 25), + (31075, "392210", 1, 0, 25), + (31076, "392210", 1, 0, 25), + (31077, "392015", 1, 0, 25), + (31078, "392015", 1, 0, 25), + (31079, "392015", 1, 0, 25), + (31080, "392015", 1, 0, 25), + (31081, "392015", 1, 0, 25), + (31082, "393130", 1, 0, 25), + (31083, "392130", 1, 0, 25), + (31084, "392130", 1, 0, 25), + (31085, "392130", 1, 0, 25), + (31086, "392130", 1, 0, 25), + (31087, "392130", 1, 0, 25), + (31088, "392130", 1, 0, 25), + (31089, "392130", 1, 0, 25), + (31090, "392020", 1, 0, 25), + (31091, "392020", 1, 0, 25), + (31092, "392020", 1, 0, 25), + (31093, "392020", 1, 0, 25), + (31094, "392020", 1, 0, 25), + (31095, "392020", 1, 0, 25), + (31096, "392020", 1, 0, 25), + (31097, "392020", 1, 0, 25), + (31098, "392020", 1, 0, 25), + (31099, "392020", 1, 0, 25), + (31100, "393040", 1, 0, 25), + (31101, "393040", 1, 0, 25), + (31102, "393040", 1, 0, 25), + (31103, "393040", 1, 0, 25), + (31104, "393040", 1, 0, 25), + (31105, "393040", 1, 0, 25), + (31106, "393040", 1, 0, 25), + (31107, "393040", 1, 0, 25), + (31108, "393040", 1, 0, 25), + (31109, "393040", 1, 0, 25), + (31110, "393040", 1, 0, 25), + (31111, "393040", 1, 0, 25), + (31112, "393040", 1, 0, 25), + (31113, "393040", 1, 0, 25), + (31114, "393040", 1, 0, 25), + (31115, "393040", 1, 0, 25), + (31116, "393040", 1, 0, 25), + (31117, "393040", 1, 0, 25), + (31118, "393125", 1, 0, 25), + (31119, "393125", 1, 0, 25), + (31120, "393125", 1, 0, 25), + (31121, "393105", 1, 0, 25), + (31122, "393105", 1, 0, 25), + (31123, "393105", 1, 0, 25), + (31124, "393105", 1, 0, 25), + (31125, "392150", 1, 0, 25), + (31126, "392150", 1, 0, 25), + (31127, "392150", 1, 0, 25), + (31128, "393110", 1, 0, 25), + (31129, "392015", 1, 0, 25), + (31130, "392160", 1, 0, 25), + (31131, "392160", 1, 0, 25), + (31132, "392170", 1, 0, 25), + (31133, "392170", 1, 0, 25), + (31134, "392170", 1, 0, 25), + (31135, "392170", 1, 0, 25), + (31136, "392170", 1, 0, 25), + (31137, "392170", 1, 0, 25), + (31138, "393151", 1, 0, 25), + (31139, "393151", 1, 0, 25), + (31140, "393151", 1, 0, 25), + (31141, "393151", 1, 0, 25), + (31142, "393151", 1, 0, 25), + (31143, "393151", 1, 0, 25), + (31144, "393151", 1, 0, 25), + (31145, "393151", 1, 0, 25), + (31146, "393151", 1, 0, 25), + (31147, "393151", 1, 0, 25), + (31148, "393151", 1, 0, 25), + (31149, "393151", 1, 0, 25), + (31150, "393151", 1, 0, 25), + (31151, "393151", 1, 0, 25), + (31152, "393151", 1, 0, 25), + (31153, "392155", 1, 0, 25), + (31154, "392155", 1, 0, 25), + (31155, "392155", 1, 0, 25), + (31156, "392155", 1, 0, 25), + (31157, "392155", 1, 0, 25), + (31158, "392155", 1, 0, 25), + (31159, "392155", 1, 0, 25), + (31160, "393150", 1, 0, 25), + (31161, "393150", 1, 0, 25), + (31162, "393130", 1, 0, 25), + (31163, "392150", 1, 0, 25), + (31164, "392150", 1, 0, 25), + (31165, "392150", 1, 0, 25), + (31166, "392150", 1, 0, 25), + (31167, "392150", 1, 0, 25), + (31168, "392150", 1, 0, 25), + (31169, "392150", 1, 0, 25), + (31170, "392150", 1, 0, 25), + (31171, "392150", 1, 0, 25), + (31172, "392150", 1, 0, 25), + (31173, "393110", 1, 0, 25), + (31174, "393110", 1, 0, 25), + (31175, "393110", 1, 0, 25), + (31176, "393110", 1, 0, 25), + (31177, "393110", 1, 0, 25), + (31178, "393110", 1, 0, 25), + (31179, "393110", 1, 0, 25), + (31180, "393110", 1, 0, 25), + (31181, "393110", 1, 0, 25), + (31182, "393110", 1, 0, 25), + (31183, "393110", 1, 0, 25), + (31184, "393110", 1, 0, 25), + (31185, "393110", 1, 0, 25), + (31186, "393110", 1, 0, 25), + (31187, "393110", 1, 0, 25), + (31188, "393105", 1, 0, 25), + (31189, "393105", 1, 0, 25), + (31190, "393105", 1, 0, 25), + (31191, "392130", 1, 0, 25), + (31192, "392130", 1, 0, 25), + (31193, "392130", 1, 0, 25), + (31194, "392130", 1, 0, 25), + (31195, "392130", 1, 0, 25), + (31196, "393125", 1, 0, 25), + (31197, "393125", 1, 0, 25), + (31198, "393125", 1, 0, 25), + (31199, "393125", 1, 0, 25), + (31200, "393125", 1, 0, 25), + (31201, "391810", 1, 0, 25), + (31202, "391810", 1, 0, 25), + (31203, "391810", 1, 0, 25), + (31204, "391810", 1, 0, 25), + (31205, "393030", 1, 0, 25), + (31206, "393030", 1, 0, 25), + (31207, "393030", 1, 0, 25), + (31208, "393030", 1, 0, 25), + (31209, "393030", 1, 0, 25), + (31210, "393030", 1, 0, 25), + (31211, "393030", 1, 0, 25), + (31212, "393030", 1, 0, 25), + (31213, "393030", 1, 0, 25), + (31214, "393030", 1, 0, 25), + (31215, "393030", 1, 0, 25), + (31216, "393030", 1, 0, 25), + (31217, "393030", 1, 0, 25), + (31218, "393030", 1, 0, 25), + (31219, "393030", 1, 0, 25), + (31220, "393030", 1, 0, 25), + (31221, "392230", 1, 0, 25), + (31222, "392230", 1, 0, 25), + (31223, "392230", 1, 0, 25), + (31224, "392230", 1, 0, 25), + (31225, "392230", 1, 0, 25), + (31226, "394810", 1, 0, 25), + (31227, "394810", 1, 0, 25), + (31228, "394810", 1, 0, 25), + (31229, "394810", 1, 0, 25), + (31230, "394810", 1, 0, 25), + (31231, "394810", 1, 0, 25), + (31232, "394810", 1, 0, 25), + (31233, "392150", 1, 0, 25), + (31234, "392150", 1, 0, 25), + (31235, "392150", 1, 0, 25), + (31236, "392150", 1, 0, 25), + (31237, "392150", 1, 0, 25), + (31238, "392220", 1, 0, 25), + (31239, "392220", 1, 0, 25), + (31240, "392220", 1, 0, 25), + (31241, "392220", 1, 0, 25), + (31242, "392220", 1, 0, 25), + (31243, "394115", 1, 0, 25), + (31244, "394115", 1, 0, 25), + (31245, "394115", 1, 0, 25), + (31246, "394115", 1, 0, 25), + (31247, "394115", 1, 0, 25), + (31248, "394115", 1, 0, 25), + (31249, "394115", 1, 0, 25), + (31250, "392020", 1, 0, 25), + (31251, "393140", 1, 0, 25), + (31252, "393140", 1, 0, 25), + (31253, "393140", 1, 0, 25), + (31254, "393140", 1, 0, 25), + (31255, "393140", 1, 0, 25), + (31256, "393140", 1, 0, 25), + (31257, "393140", 1, 0, 25), + (31258, "393140", 1, 0, 25), + (31259, "393140", 1, 0, 25), + (31260, "393140", 1, 0, 25), + (31261, "393140", 1, 0, 25), + (31262, "393140", 1, 0, 25), + (31263, "393140", 1, 0, 25), + (31264, "393115", 1, 0, 25), + (31265, "393115", 1, 0, 25), + (31266, "393115", 1, 0, 25), + (31267, "393115", 1, 0, 25), + (31268, "393115", 1, 0, 25), + (31269, "393115", 1, 0, 25), + (31270, "393115", 1, 0, 25), + (31271, "393115", 1, 0, 25), + (31272, "393115", 1, 0, 25), + (31273, "393115", 1, 0, 25), + (31274, "393115", 1, 0, 25), + (31275, "393115", 1, 0, 25), + (31276, "393115", 1, 0, 25), + (31277, "393145", 1, 0, 25), + (31278, "393145", 1, 0, 25), + (31279, "393145", 1, 0, 25), + (31280, "393145", 1, 0, 25), + (31281, "393145", 1, 0, 25), + (31282, "393145", 1, 0, 25), + (31283, "393145", 1, 0, 25), + (31284, "393145", 1, 0, 25), + (31285, "393145", 1, 0, 25), + (31286, "393145", 1, 0, 25), + (31287, "393145", 1, 0, 25), + (31288, "393145", 1, 0, 25), + (31289, "393145", 1, 0, 25), + (31290, "393145", 1, 0, 25), + (31291, "393145", 1, 0, 25), + (31292, "393145", 1, 0, 25), + (31293, "393145", 1, 0, 25), + (31294, "393145", 1, 0, 25), + (31295, "393020", 1, 0, 25), + (31296, "393020", 1, 0, 25), + (31297, "393020", 1, 0, 25), + (31298, "393020", 1, 0, 25), + (31299, "393020", 1, 0, 25), + (31300, "393020", 1, 0, 25), + (31301, "393020", 1, 0, 25), + (31302, "392025", 1, 0, 25), + (31303, "392025", 1, 0, 25), + (31304, "392025", 1, 0, 25), + (31305, "392025", 1, 0, 25), + (31306, "392025", 1, 0, 25), + (31307, "392025", 1, 0, 25), + (31308, "392025", 1, 0, 25), + (31309, "392025", 1, 0, 25), + (31310, "392035", 1, 0, 25), + (31311, "392035", 1, 0, 25), + (31312, "392035", 1, 0, 25), + (31313, "392035", 1, 0, 25), + (31314, "392180", 1, 0, 25), + (31315, "392180", 1, 0, 25), + (31316, "393025", 1, 0, 25), + (31317, "393025", 1, 0, 25), + (31318, "393130", 1, 0, 25), + (31319, "393130", 1, 0, 25), + (31320, "393130", 1, 0, 25), + (31321, "393130", 1, 0, 25), + (31322, "393130", 1, 0, 25), + (31323, "393130", 1, 0, 25), + (31324, "393130", 1, 0, 25), + (31325, "393130", 1, 0, 25), + (31326, "393130", 1, 0, 25), + (31327, "393130", 1, 0, 25), + (31328, "393130", 1, 0, 25), + (31329, "393130", 1, 0, 25), + (31330, "393130", 1, 0, 25), + (31331, "393130", 1, 0, 25), + (31332, "393130", 1, 0, 25), + (31333, "393130", 1, 0, 25), + (31334, "393130", 1, 0, 25), + (31335, "393130", 1, 0, 25), + (31336, "393130", 1, 0, 25), + (31337, "393130", 1, 0, 25), + (31338, "393130", 1, 0, 25), + (31339, "393130", 1, 0, 25), + (31340, "393010", 1, 0, 25), + (31341, "393010", 1, 0, 25), + (31342, "393010", 1, 0, 25), + (31343, "392165", 1, 0, 25), + (31344, "392165", 1, 0, 25), + (31345, "392165", 1, 0, 25), + (31346, "392165", 1, 0, 25), + (31347, "392165", 1, 0, 25), + (31348, "392165", 1, 0, 25), + (31349, "392165", 1, 0, 25), + (31350, "392220", 1, 0, 25), + (31351, "392220", 1, 0, 25), + (31352, "392220", 1, 0, 25), + (31353, "392220", 1, 0, 25), + (31354, "392220", 1, 0, 25), + (31355, "392220", 1, 0, 25), + (31356, "392220", 1, 0, 25), + (31357, "393025", 1, 0, 25), + (31358, "393025", 1, 0, 25), + (31359, "393025", 1, 0, 25), + (31360, "393025", 1, 0, 25), + (31361, "393025", 1, 0, 25), + (31362, "393025", 1, 0, 25), + (31363, "393025", 1, 0, 25), + (31364, "393025", 1, 0, 25), + (31365, "392030", 1, 0, 25), + (31366, "392030", 1, 0, 25), + (31367, "392040", 1, 0, 25), + (31368, "392040", 1, 0, 25), + (31369, "392040", 1, 0, 25), + (31370, "392040", 1, 0, 25), + (31371, "392240", 1, 0, 25), + (31372, "392240", 1, 0, 25), + (31373, "393120", 1, 0, 25), + (31374, "393120", 1, 0, 25), + (31375, "393120", 1, 0, 25), + (31376, "393120", 1, 0, 25), + (31377, "393120", 1, 0, 25), + (31378, "393120", 1, 0, 25), + (31379, "393120", 1, 0, 25), + (31380, "393120", 1, 0, 25), + (31381, "393120", 1, 0, 25), + (31382, "393120", 1, 0, 25), + (31383, "393120", 1, 0, 25), + (31384, "393120", 1, 0, 25), + (31385, "393120", 1, 0, 25), + (31386, "393120", 1, 0, 25), + (31387, "392140", 1, 0, 25), + (31388, "392140", 1, 0, 25), + (31389, "392140", 1, 0, 25), + (31390, "392140", 1, 0, 25), + (31391, "392140", 1, 0, 25), + (31392, "392140", 1, 0, 25), + (31393, "392140", 1, 0, 25), + (31394, "392140", 1, 0, 25), + (31395, "392140", 1, 0, 25), + (31396, "392140", 1, 0, 25), + (31397, "392140", 1, 0, 25), + (31398, "392140", 1, 0, 25), + (31399, "392140", 1, 0, 25), + (31400, "392140", 1, 0, 25), + (31401, "392140", 1, 0, 25), + (31402, "392140", 1, 0, 25), + (31403, "392140", 1, 0, 25), + (31404, "392140", 1, 0, 25), + (31405, "393135", 1, 0, 25), + (31406, "393135", 1, 0, 25), + (31407, "393135", 1, 0, 25), + (31408, "393135", 1, 0, 25), + (31409, "393135", 1, 0, 25), + (31410, "393135", 1, 0, 25), + (31411, "393135", 1, 0, 25), + (31412, "393135", 1, 0, 25), + (31413, "393135", 1, 0, 25), + (31414, "393135", 1, 0, 25), + (31415, "393135", 1, 0, 25), + (31416, "393135", 1, 0, 25), + (31417, "393135", 1, 0, 25), + (31418, "393135", 1, 0, 25), + (31419, "393135", 1, 0, 25), + (31420, "393135", 1, 0, 25), + (31421, "393135", 1, 0, 25), + (31422, "393135", 1, 0, 25), + (31423, "393135", 1, 0, 25), + (31424, "393135", 1, 0, 25), + (31425, "393135", 1, 0, 25), + (31426, "392011", 1, 0, 25), + (31427, "392011", 1, 0, 25), + (31428, "364210", 1, 0, 25), + (31429, "364210", 1, 0, 25), + (31430, "364210", 1, 0, 25), + (31431, "364210", 1, 0, 25), + (31432, "364295", 1, 0, 25), + (31433, "364295", 1, 0, 25), + (31434, "364295", 1, 0, 25), + (31435, "364295", 1, 0, 25), + (31436, "364295", 1, 0, 25), + (31437, "364295", 1, 0, 25), + (31438, "364295", 1, 0, 25), + (31439, "364295", 1, 0, 25), + (31440, "364295", 1, 0, 25), + (31441, "364295", 1, 0, 25), + (31442, "364295", 1, 0, 25), + (31443, "364050", 1, 0, 25), + (31444, "364050", 1, 0, 25), + (31445, "364050", 1, 0, 25), + (31446, "364050", 1, 0, 25), + (31447, "364050", 1, 0, 25), + (31448, "364050", 1, 0, 25), + (31449, "364050", 1, 0, 25), + (31450, "364005", 1, 0, 25), + (31451, "364004", 1, 0, 25), + (31452, "364002", 1, 0, 25), + (31453, "364002", 1, 0, 25), + (31454, "364002", 1, 0, 25), + (31455, "364002", 1, 0, 25), + (31456, "364002", 1, 0, 25), + (31457, "364002", 1, 0, 25), + (31458, "364710", 1, 0, 25), + (31459, "364710", 1, 0, 25), + (31460, "364710", 1, 0, 25), + (31461, "364710", 1, 0, 25), + (31462, "364710", 1, 0, 25), + (31463, "364710", 1, 0, 25), + (31464, "364710", 1, 0, 25), + (31465, "364710", 1, 0, 25), + (31466, "364710", 1, 0, 25), + (31467, "364710", 1, 0, 25), + (31468, "364710", 1, 0, 25), + (31469, "364710", 1, 0, 25), + (31470, "364710", 1, 0, 25), + (31471, "364710", 1, 0, 25), + (31472, "364710", 1, 0, 25), + (31473, "364710", 1, 0, 25), + (31474, "364320", 1, 0, 25), + (31475, "364070", 1, 0, 25), + (31476, "364760", 1, 0, 25), + (31477, "364313", 1, 0, 25), + (31478, "364313", 1, 0, 25), + (31479, "364313", 1, 0, 25), + (31480, "364230", 1, 0, 25), + (31481, "364230", 1, 0, 25), + (31482, "364230", 1, 0, 25), + (31483, "364230", 1, 0, 25), + (31484, "364230", 1, 0, 25), + (31485, "364230", 1, 0, 25), + (31486, "364230", 1, 0, 25), + (31487, "364240", 1, 0, 25), + (31488, "364240", 1, 0, 25), + (31489, "364240", 1, 0, 25), + (31490, "364240", 1, 0, 25), + (31491, "364240", 1, 0, 25), + (31492, "364240", 1, 0, 25), + (31493, "364240", 1, 0, 25), + (31494, "364240", 1, 0, 25), + (31495, "364240", 1, 0, 25), + (31496, "364240", 1, 0, 25), + (31497, "364240", 1, 0, 25), + (31498, "364250", 1, 0, 25), + (31499, "364250", 1, 0, 25), + (31500, "364250", 1, 0, 25), + (31501, "364250", 1, 0, 25), + (31502, "364250", 1, 0, 25), + (31503, "364140", 1, 0, 25), + (31504, "364140", 1, 0, 25), + (31505, "364140", 1, 0, 25), + (31506, "364140", 1, 0, 25), + (31507, "360050", 1, 0, 25), + (31508, "360050", 1, 0, 25), + (31509, "364750", 1, 0, 25), + (31510, "364750", 1, 0, 25), + (31511, "364750", 1, 0, 25), + (31512, "364750", 1, 0, 25), + (31513, "364750", 1, 0, 25), + (31514, "364750", 1, 0, 25), + (31515, "364750", 1, 0, 25), + (31516, "364750", 1, 0, 25), + (31517, "364750", 1, 0, 25), + (31518, "364750", 1, 0, 25), + (31519, "364750", 1, 0, 25), + (31520, "364750", 1, 0, 25), + (31521, "364505", 1, 0, 25), + (31522, "364505", 1, 0, 25), + (31523, "364505", 1, 0, 25), + (31524, "364505", 1, 0, 25), + (31525, "364505", 1, 0, 25), + (31526, "364505", 1, 0, 25), + (31527, "364505", 1, 0, 25), + (31528, "364505", 1, 0, 25), + (31529, "364505", 1, 0, 25), + (31530, "364505", 1, 0, 25), + (31531, "364265", 1, 0, 25), + (31532, "364265", 1, 0, 25), + (31533, "364265", 1, 0, 25), + (31534, "364265", 1, 0, 25), + (31535, "364265", 1, 0, 25), + (31536, "364265", 1, 0, 25), + (31537, "364265", 1, 0, 25), + (31538, "364265", 1, 0, 25), + (31539, "364110", 1, 0, 25), + (31540, "364110", 1, 0, 25), + (31541, "364510", 1, 0, 25), + (31542, "364510", 1, 0, 25), + (31543, "364510", 1, 0, 25), + (31544, "364510", 1, 0, 25), + (31545, "364510", 1, 0, 25), + (31546, "364070", 1, 0, 25), + (31547, "364070", 1, 0, 25), + (31548, "364070", 1, 0, 25), + (31549, "364070", 1, 0, 25), + (31550, "364290", 1, 0, 25), + (31551, "364290", 1, 0, 25), + (31552, "364290", 1, 0, 25), + (31553, "364290", 1, 0, 25), + (31554, "364290", 1, 0, 25), + (31555, "364290", 1, 0, 25), + (31556, "364290", 1, 0, 25), + (31557, "364290", 1, 0, 25), + (31558, "364290", 1, 0, 25), + (31559, "364290", 1, 0, 25), + (31560, "364290", 1, 0, 25), + (31561, "364290", 1, 0, 25), + (31562, "364290", 1, 0, 25), + (31563, "364290", 1, 0, 25), + (31564, "364290", 1, 0, 25), + (31565, "364290", 1, 0, 25), + (31566, "364290", 1, 0, 25), + (31567, "364290", 1, 0, 25), + (31568, "364290", 1, 0, 25), + (31569, "364290", 1, 0, 25), + (31570, "364290", 1, 0, 25), + (31571, "364280", 1, 0, 25), + (31572, "364280", 1, 0, 25), + (31573, "364280", 1, 0, 25), + (31574, "364280", 1, 0, 25), + (31575, "364280", 1, 0, 25), + (31576, "364280", 1, 0, 25), + (31577, "364280", 1, 0, 25), + (31578, "364280", 1, 0, 25), + (31579, "364280", 1, 0, 25), + (31580, "364280", 1, 0, 25), + (31581, "364280", 1, 0, 25), + (31582, "364280", 1, 0, 25), + (31583, "364280", 1, 0, 25), + (31584, "364280", 1, 0, 25), + (31585, "364760", 1, 0, 25), + (31586, "364760", 1, 0, 25), + (31587, "364760", 1, 0, 25), + (31588, "364760", 1, 0, 25), + (31589, "364760", 1, 0, 25), + (31590, "364760", 1, 0, 25), + (31591, "364760", 1, 0, 25), + (31592, "364140", 1, 0, 25), + (31593, "364710", 1, 0, 25), + (31594, "364710", 1, 0, 25), + (31595, "364130", 1, 0, 25), + (31596, "364130", 1, 0, 25), + (31597, "364130", 1, 0, 25), + (31598, "364130", 1, 0, 25), + (31599, "364130", 1, 0, 25), + (31600, "364130", 1, 0, 25), + (31601, "364130", 1, 0, 25), + (31602, "364130", 1, 0, 25), + (31603, "364130", 1, 0, 25), + (31604, "364130", 1, 0, 25), + (31605, "364730", 1, 0, 25), + (31606, "364730", 1, 0, 25), + (31607, "364730", 1, 0, 25), + (31608, "364730", 1, 0, 25), + (31609, "364730", 1, 0, 25), + (31610, "364730", 1, 0, 25), + (31611, "364730", 1, 0, 25), + (31612, "364730", 1, 0, 25), + (31613, "364730", 1, 0, 25), + (31614, "364730", 1, 0, 25), + (31615, "364730", 1, 0, 25), + (31616, "364740", 1, 0, 25), + (31617, "364740", 1, 0, 25), + (31618, "364740", 1, 0, 25), + (31619, "364740", 1, 0, 25), + (31620, "364740", 1, 0, 25), + (31621, "364740", 1, 0, 25), + (31622, "364740", 1, 0, 25), + (31623, "364740", 1, 0, 25), + (31624, "364320", 1, 0, 25), + (31625, "364320", 1, 0, 25), + (31626, "364320", 1, 0, 25), + (31627, "364320", 1, 0, 25), + (31628, "364320", 1, 0, 25), + (31629, "364320", 1, 0, 25), + (31630, "364320", 1, 0, 25), + (31631, "364320", 1, 0, 25), + (31632, "364320", 1, 0, 25), + (31633, "364320", 1, 0, 25), + (31634, "364320", 1, 0, 25), + (31635, "364320", 1, 0, 25), + (31636, "364320", 1, 0, 25), + (31637, "364270", 1, 0, 25), + (31638, "364270", 1, 0, 25), + (31639, "364270", 1, 0, 25), + (31640, "364270", 1, 0, 25), + (31641, "364270", 1, 0, 25), + (31642, "364270", 1, 0, 25), + (31643, "364270", 1, 0, 25), + (31644, "364270", 1, 0, 25), + (31645, "364270", 1, 0, 25), + (31646, "364270", 1, 0, 25), + (31647, "364270", 1, 0, 25), + (31648, "364270", 1, 0, 25), + (31649, "364270", 1, 0, 25), + (31650, "364270", 1, 0, 25), + (31651, "364270", 1, 0, 25), + (31652, "364270", 1, 0, 25), + (31653, "364270", 1, 0, 25), + (31654, "364720", 1, 0, 25), + (31655, "364720", 1, 0, 25), + (31656, "364720", 1, 0, 25), + (31657, "364720", 1, 0, 25), + (31658, "364720", 1, 0, 25), + (31659, "364275", 1, 0, 25), + (31660, "364275", 1, 0, 25), + (31661, "364275", 1, 0, 25), + (31662, "364275", 1, 0, 25), + (31663, "364275", 1, 0, 25), + (31664, "364275", 1, 0, 25), + (31665, "364275", 1, 0, 25), + (31666, "364275", 1, 0, 25), + (31667, "364135", 1, 0, 25), + (31668, "364135", 1, 0, 25), + (31669, "364135", 1, 0, 25), + (31670, "364135", 1, 0, 25), + (31671, "364313", 1, 0, 25), + (31672, "364313", 1, 0, 25), + (31673, "364313", 1, 0, 25), + (31674, "364313", 1, 0, 25), + (31675, "364140", 1, 0, 25), + (31676, "364140", 1, 0, 25), + (31677, "364140", 1, 0, 25), + (31678, "364140", 1, 0, 25), + (31679, "364140", 1, 0, 25), + (31680, "364140", 1, 0, 25), + (31681, "364140", 1, 0, 25), + (31682, "364140", 1, 0, 25), + (31683, "364140", 1, 0, 25), + (31684, "364140", 1, 0, 25), + (31685, "364140", 1, 0, 25), + (31686, "364140", 1, 0, 25), + (31687, "364140", 1, 0, 25), + (31688, "364140", 1, 0, 25), + (31689, "364140", 1, 0, 25), + (31690, "364260", 1, 0, 25), + (31691, "364260", 1, 0, 25), + (31692, "364260", 1, 0, 25), + (31693, "364260", 1, 0, 25), + (31694, "364260", 1, 0, 25), + (31695, "364260", 1, 0, 25), + (31696, "364260", 1, 0, 25), + (31697, "364260", 1, 0, 25), + (31698, "364120", 1, 0, 25), + (31699, "364120", 1, 0, 25), + (31700, "364120", 1, 0, 25), + (31701, "364120", 1, 0, 25), + (31702, "364120", 1, 0, 25), + (31703, "364120", 1, 0, 25), + (31704, "364120", 1, 0, 25), + (31705, "364120", 1, 0, 25), + (31706, "364120", 1, 0, 25), + (31707, "364145", 1, 0, 25), + (31708, "364145", 1, 0, 25), + (31709, "364145", 1, 0, 25), + (31710, "364145", 1, 0, 25), + (31711, "364145", 1, 0, 25), + (31712, "364145", 1, 0, 25), + (31713, "364145", 1, 0, 25), + (31714, "364145", 1, 0, 25), + (31715, "364150", 1, 0, 25), + (31716, "364150", 1, 0, 25), + (31717, "364150", 1, 0, 25), + (31718, "364150", 1, 0, 25), + (31719, "364150", 1, 0, 25), + (31720, "364150", 1, 0, 25), + (31721, "364150", 1, 0, 25), + (31722, "364150", 1, 0, 25), + (31723, "364150", 1, 0, 25), + (31724, "364150", 1, 0, 25), + (31725, "364150", 1, 0, 25), + (31726, "364150", 1, 0, 25), + (31727, "364765", 1, 0, 25), + (31728, "364765", 1, 0, 25), + (31729, "364765", 1, 0, 25), + (31730, "364765", 1, 0, 25), + (31731, "364765", 1, 0, 25), + (31732, "364765", 1, 0, 25), + (31733, "364330", 1, 0, 25), + (31734, "364330", 1, 0, 25), + (31735, "364330", 1, 0, 25), + (31736, "364330", 1, 0, 25), + (31737, "364330", 1, 0, 25), + (31738, "364330", 1, 0, 25), + (31739, "364310", 1, 0, 25), + (31740, "364310", 1, 0, 25), + (31741, "364310", 1, 0, 25), + (31742, "364310", 1, 0, 25), + (31743, "364310", 1, 0, 25), + (31744, "364310", 1, 0, 25), + (31745, "364310", 1, 0, 25), + (31746, "364310", 1, 0, 25), + (31747, "364310", 1, 0, 25), + (31748, "364310", 1, 0, 25), + (31749, "364310", 1, 0, 25), + (31750, "364310", 1, 0, 25), + (31751, "364310", 1, 0, 25), + (31752, "364060", 1, 0, 25), + (31753, "364060", 1, 0, 25), + (31754, "364060", 1, 0, 25), + (31755, "364060", 1, 0, 25), + (31756, "364060", 1, 0, 25), + (31757, "364060", 1, 0, 25), + (31758, "364060", 1, 0, 25), + (31759, "382225", 1, 0, 25), + (31760, "382225", 1, 0, 25), + (31761, "382225", 1, 0, 25), + (31762, "382120", 1, 0, 25), + (31763, "382640", 1, 0, 25), + (31764, "382220", 1, 0, 25), + (31765, "382460", 1, 0, 25), + (31766, "382250", 1, 0, 25), + (31767, "382245", 1, 0, 25), + (31768, "382042", 1, 0, 25), + (31769, "382255", 1, 0, 25), + (31770, "382421", 1, 0, 25), + (31771, "382463", 1, 0, 25), + (31772, "380058", 1, 0, 25), + (31773, "382305", 1, 0, 25), + (31774, "382115", 1, 0, 25), + (31775, "382305", 1, 0, 25), + (31776, "382245", 1, 0, 25), + (31777, "382460", 1, 0, 25), + (31778, "382230", 1, 0, 25), + (31779, "382150", 1, 0, 25), + (31780, "382140", 1, 0, 25), + (31781, "382255", 1, 0, 25), + (31782, "382230", 1, 0, 25), + (31783, "382460", 1, 0, 25), + (31784, "382170", 1, 0, 25), + (31785, "382433", 1, 0, 25), + (31786, "382255", 1, 0, 25), + (31787, "382433", 1, 0, 25), + (31788, "382260", 1, 0, 25), + (31789, "382424", 1, 0, 25), + (31790, "382321", 1, 0, 25), + (31791, "382150", 1, 0, 25), + (31792, "382170", 1, 0, 25), + (31793, "382110", 1, 0, 25), + (31794, "382450", 1, 0, 25), + (31795, "382120", 1, 0, 25), + (31796, "382433", 1, 0, 25), + (31797, "382115", 1, 0, 25), + (31798, "382321", 1, 0, 25), + (31799, "382220", 1, 0, 25), + (31800, "382140", 1, 0, 25), + (31801, "382170", 1, 0, 25), + (31802, "382460", 1, 0, 25), + (31803, "382308", 1, 0, 25), + (31804, "382405", 1, 0, 25), + (31805, "382150", 1, 0, 25), + (31806, "382007", 1, 0, 25), + (31807, "382255", 1, 0, 25), + (31808, "382110", 1, 0, 25), + (31809, "382130", 1, 0, 25), + (31810, "382230", 1, 0, 25), + (31811, "382450", 1, 0, 25), + (31812, "382460", 1, 0, 25), + (31813, "382120", 1, 0, 25), + (31814, "382220", 1, 0, 25), + (31815, "382240", 1, 0, 25), + (31816, "382463", 1, 0, 25), + (31817, "382150", 1, 0, 25), + (31818, "382120", 1, 0, 25), + (31819, "382225", 1, 0, 25), + (31820, "382405", 1, 0, 25), + (31821, "382220", 1, 0, 25), + (31822, "382460", 1, 0, 25), + (31823, "382305", 1, 0, 25), + (31824, "382315", 1, 0, 25), + (31825, "382315", 1, 0, 25), + (31826, "382210", 1, 0, 25), + (31827, "382455", 1, 0, 25), + (31828, "382463", 1, 0, 25), + (31829, "382120", 1, 0, 25), + (31830, "382220", 1, 0, 25), + (31831, "382115", 1, 0, 25), + (31832, "382305", 1, 0, 25), + (31833, "382230", 1, 0, 25), + (31834, "382170", 1, 0, 25), + (31835, "382315", 1, 0, 25), + (31836, "382463", 1, 0, 25), + (31837, "382130", 1, 0, 25), + (31838, "382424", 1, 0, 25), + (31839, "382255", 1, 0, 25), + (31840, "382145", 1, 0, 25), + (31841, "382250", 1, 0, 25), + (31842, "382210", 1, 0, 25), + (31843, "382145", 1, 0, 25), + (31844, "382150", 1, 0, 25), + (31845, "382305", 1, 0, 25), + (31846, "382321", 1, 0, 25), + (31847, "382150", 1, 0, 25), + (31848, "382435", 1, 0, 25), + (31849, "382305", 1, 0, 25), + (31850, "382308", 1, 0, 25), + (31851, "382007", 1, 0, 25), + (31852, "382265", 1, 0, 25), + (31853, "382308", 1, 0, 25), + (31854, "382355", 1, 0, 25), + (31855, "382170", 1, 0, 25), + (31856, "382305", 1, 0, 25), + (31857, "382150", 1, 0, 25), + (31858, "382470", 1, 0, 25), + (31859, "382230", 1, 0, 25), + (31860, "382320", 1, 0, 25), + (31861, "382150", 1, 0, 25), + (31862, "382150", 1, 0, 25), + (31863, "382460", 1, 0, 25), + (31864, "382120", 1, 0, 25), + (31865, "382423", 1, 0, 25), + (31866, "382250", 1, 0, 25), + (31867, "382230", 1, 0, 25), + (31868, "382110", 1, 0, 25), + (31869, "382170", 1, 0, 25), + (31870, "382315", 1, 0, 25), + (31871, "382150", 1, 0, 25), + (31872, "382220", 1, 0, 25), + (31873, "382220", 1, 0, 25), + (31874, "382305", 1, 0, 25), + (31875, "382463", 1, 0, 25), + (31876, "382315", 1, 0, 25), + (31877, "382130", 1, 0, 25), + (31878, "382170", 1, 0, 25), + (31879, "382470", 1, 0, 25), + (31880, "382240", 1, 0, 25), + (31881, "382465", 1, 0, 25), + (31882, "382150", 1, 0, 25), + (31883, "382430", 1, 0, 25), + (31884, "382110", 1, 0, 25), + (31885, "382433", 1, 0, 25), + (31886, "382308", 1, 0, 25), + (31887, "382150", 1, 0, 25), + (31888, "382140", 1, 0, 25), + (31889, "382150", 1, 0, 25), + (31890, "382355", 1, 0, 25), + (31891, "382455", 1, 0, 25), + (31892, "382150", 1, 0, 25), + (31893, "380060", 1, 0, 25), + (31894, "382140", 1, 0, 25), + (31895, "382240", 1, 0, 25), + (31896, "382455", 1, 0, 25), + (31897, "382140", 1, 0, 25), + (31898, "382210", 1, 0, 25), + (31899, "382220", 1, 0, 25), + (31900, "382230", 1, 0, 25), + (31901, "382422", 1, 0, 25), + (31902, "382145", 1, 0, 25), + (31903, "382230", 1, 0, 25), + (31904, "382430", 1, 0, 25), + (31905, "382245", 1, 0, 25), + (31906, "382170", 1, 0, 25), + (31907, "382120", 1, 0, 25), + (31908, "382435", 1, 0, 25), + (31909, "382465", 1, 0, 25), + (31910, "382240", 1, 0, 25), + (31911, "382265", 1, 0, 25), + (31912, "382115", 1, 0, 25), + (31913, "382449", 1, 0, 25), + (31914, "382435", 1, 0, 25), + (31915, "382308", 1, 0, 25), + (31916, "382140", 1, 0, 25), + (31917, "382150", 1, 0, 25), + (31918, "380058", 1, 0, 25), + (31919, "382321", 1, 0, 25), + (31920, "382255", 1, 0, 25), + (31921, "382463", 1, 0, 25), + (31922, "382150", 1, 0, 25), + (31923, "382110", 1, 0, 25), + (31924, "382463", 1, 0, 25), + (31925, "382481", 1, 0, 25), + (31926, "382255", 1, 0, 25), + (31927, "382230", 1, 0, 25), + (31928, "382120", 1, 0, 25), + (31929, "382460", 1, 0, 25), + (31930, "382150", 1, 0, 25), + (31931, "382422", 1, 0, 25), + (31932, "382470", 1, 0, 25), + (31933, "382225", 1, 0, 25), + (31934, "382150", 1, 0, 25), + (31935, "382315", 1, 0, 25), + (31936, "382120", 1, 0, 25), + (31937, "382140", 1, 0, 25), + (31938, "382150", 1, 0, 25), + (31939, "382245", 1, 0, 25), + (31940, "382250", 1, 0, 25), + (31941, "382430", 1, 0, 25), + (31942, "382433", 1, 0, 25), + (31943, "382110", 1, 0, 25), + (31944, "382230", 1, 0, 25), + (31945, "382150", 1, 0, 25), + (31946, "382450", 1, 0, 25), + (31947, "382433", 1, 0, 25), + (31948, "382355", 1, 0, 25), + (31949, "382305", 1, 0, 25), + (31950, "382245", 1, 0, 25), + (31951, "382130", 1, 0, 25), + (31952, "382450", 1, 0, 25), + (31953, "382355", 1, 0, 25), + (31954, "382463", 1, 0, 25), + (31955, "382225", 1, 0, 25), + (31956, "382449", 1, 0, 25), + (31957, "382150", 1, 0, 25), + (31958, "382130", 1, 0, 25), + (31959, "382150", 1, 0, 25), + (31960, "382150", 1, 0, 25), + (31961, "382130", 1, 0, 25), + (31962, "382265", 1, 0, 25), + (31963, "382650", 1, 0, 25), + (31964, "382460", 1, 0, 25), + (31965, "382213", 1, 0, 25), + (31966, "382321", 1, 0, 25), + (31967, "382170", 1, 0, 25), + (31968, "382421", 1, 0, 25), + (31969, "382305", 1, 0, 25), + (31970, "382308", 1, 0, 25), + (31971, "382265", 1, 0, 25), + (31972, "382355", 1, 0, 25), + (31973, "382308", 1, 0, 25), + (31974, "382220", 1, 0, 25), + (31975, "382250", 1, 0, 25), + (31976, "382120", 1, 0, 25), + (31977, "382120", 1, 0, 25), + (31978, "382110", 1, 0, 25), + (31979, "382130", 1, 0, 25), + (31980, "382145", 1, 0, 25), + (31981, "382220", 1, 0, 25), + (31982, "382355", 1, 0, 25), + (31983, "382150", 1, 0, 25), + (31984, "382130", 1, 0, 25), + (31985, "382220", 1, 0, 25), + (31986, "382120", 1, 0, 25), + (31987, "382245", 1, 0, 25), + (31988, "382240", 1, 0, 25), + (31989, "382140", 1, 0, 25), + (31990, "382213", 1, 0, 25), + (31991, "382150", 1, 0, 25), + (31992, "382435", 1, 0, 25), + (31993, "382465", 1, 0, 25), + (31994, "382355", 1, 0, 25), + (31995, "382220", 1, 0, 25), + (31996, "382315", 1, 0, 25), + (31997, "382245", 1, 0, 25), + (31998, "382230", 1, 0, 25), + (31999, "382240", 1, 0, 25), + (32000, "382308", 1, 0, 25), + (32001, "382170", 1, 0, 25), + (32002, "382320", 1, 0, 25), + (32003, "382150", 1, 0, 25), + (32004, "382130", 1, 0, 25), + (32005, "382110", 1, 0, 25), + (32006, "382465", 1, 0, 25), + (32007, "382210", 1, 0, 25), + (32008, "382245", 1, 0, 25), + (32009, "382355", 1, 0, 25), + (32010, "382210", 1, 0, 25), + (32011, "382430", 1, 0, 25), + (32012, "382240", 1, 0, 25), + (32013, "382145", 1, 0, 25), + (32014, "382145", 1, 0, 25), + (32015, "382305", 1, 0, 25), + (32016, "382740", 1, 0, 25), + (32017, "382845", 1, 0, 25), + (32018, "382735", 1, 0, 25), + (32019, "382725", 1, 0, 25), + (32020, "382721", 1, 0, 25), + (32021, "382120", 1, 0, 25), + (32022, "382855", 1, 0, 25), + (32023, "382845", 1, 0, 25), + (32024, "382721", 1, 0, 25), + (32025, "382735", 1, 0, 25), + (32026, "382735", 1, 0, 25), + (32027, "382835", 1, 0, 25), + (32028, "382855", 1, 0, 25), + (32029, "382845", 1, 0, 25), + (32030, "382740", 1, 0, 25), + (32031, "382810", 1, 0, 25), + (32032, "382650", 1, 0, 25), + (32033, "382650", 1, 0, 25), + (32034, "382725", 1, 0, 25), + (32035, "382721", 1, 0, 25), + (32036, "382721", 1, 0, 25), + (32037, "382725", 1, 0, 25), + (32038, "382721", 1, 0, 25), + (32039, "382721", 1, 0, 25), + (32040, "382721", 1, 0, 25), + (32041, "382721", 1, 0, 25), + (32042, "382735", 1, 0, 25), + (32043, "382845", 1, 0, 25), + (32044, "382845", 1, 0, 25), + (32045, "382845", 1, 0, 25), + (32046, "382835", 1, 0, 25), + (32047, "382835", 1, 0, 25), + (32048, "382150", 1, 0, 25), + (32049, "382810", 1, 0, 25), + (32050, "382735", 1, 0, 25), + (32051, "382810", 1, 0, 25), + (32052, "382845", 1, 0, 25), + (32053, "382835", 1, 0, 25), + (32054, "382855", 1, 0, 25), + (32055, "382735", 1, 0, 25), + (32056, "382810", 1, 0, 25), + (32057, "382305", 1, 0, 25), + (32058, "382465", 1, 0, 25), + (32059, "382210", 1, 0, 25), + (32060, "382430", 1, 0, 25), + (32061, "382260", 1, 0, 25), + (32062, "382007", 1, 0, 25), + (32063, "382225", 1, 0, 25), + (32064, "382220", 1, 0, 25), + (32065, "382245", 1, 0, 25), + (32066, "362710", 1, 0, 25), + (32067, "362710", 1, 0, 25), + (32068, "362710", 1, 0, 25), + (32069, "362710", 1, 0, 25), + (32070, "362530", 1, 0, 25), + (32071, "362530", 1, 0, 25), + (32072, "362530", 1, 0, 25), + (32073, "362530", 1, 0, 25), + (32074, "362530", 1, 0, 25), + (32075, "362268", 1, 0, 25), + (32076, "362268", 1, 0, 25), + (32077, "362268", 1, 0, 25), + (32078, "362268", 1, 0, 25), + (32079, "362268", 1, 0, 25), + (32080, "362268", 1, 0, 25), + (32081, "362268", 1, 0, 25), + (32082, "362268", 1, 0, 25), + (32083, "362268", 1, 0, 25), + (32084, "362268", 1, 0, 25), + (32085, "362268", 1, 0, 25), + (32086, "362268", 1, 0, 25), + (32087, "362268", 1, 0, 25), + (32088, "362268", 1, 0, 25), + (32089, "362550", 1, 0, 25), + (32090, "362550", 1, 0, 25), + (32091, "362550", 1, 0, 25), + (32092, "362550", 1, 0, 25), + (32093, "362550", 1, 0, 25), + (32094, "362260", 1, 0, 25), + (32095, "362260", 1, 0, 25), + (32096, "362260", 1, 0, 25), + (32097, "362030", 1, 0, 25), + (32098, "362030", 1, 0, 25), + (32099, "362030", 1, 0, 25), + (32100, "362030", 1, 0, 25), + (32101, "362030", 1, 0, 25), + (32102, "362030", 1, 0, 25), + (32103, "362030", 1, 0, 25), + (32104, "362120", 1, 0, 25), + (32105, "362120", 1, 0, 25), + (32106, "362120", 1, 0, 25), + (32107, "362120", 1, 0, 25), + (32108, "362120", 1, 0, 25), + (32109, "362120", 1, 0, 25), + (32110, "362120", 1, 0, 25), + (32111, "362120", 1, 0, 25), + (32112, "362205", 1, 0, 25), + (32113, "362205", 1, 0, 25), + (32114, "362205", 1, 0, 25), + (32115, "362205", 1, 0, 25), + (32116, "362205", 1, 0, 25), + (32117, "362015", 1, 0, 25), + (32118, "362015", 1, 0, 25), + (32119, "362015", 1, 0, 25), + (32120, "362310", 1, 0, 25), + (32121, "362310", 1, 0, 25), + (32122, "362310", 1, 0, 25), + (32123, "370205", 1, 0, 25), + (32124, "370490", 1, 0, 25), + (32125, "370510", 1, 0, 25), + (32126, "370630", 1, 0, 25), + (32127, "370625", 1, 0, 25), + (32128, "370630", 1, 0, 25), + (32129, "370150", 1, 0, 25), + (32130, "370150", 1, 0, 25), + (32131, "370150", 1, 0, 25), + (32132, "370150", 1, 0, 25), + (32133, "370150", 1, 0, 25), + (32134, "370150", 1, 0, 25), + (32135, "370040", 1, 0, 25), + (32136, "370040", 1, 0, 25), + (32137, "370040", 1, 0, 25), + (32138, "370040", 1, 0, 25), + (32139, "370660", 1, 0, 25), + (32140, "370660", 1, 0, 25), + (32141, "370660", 1, 0, 25), + (32142, "370660", 1, 0, 25), + (32143, "370605", 1, 0, 25), + (32144, "370605", 1, 0, 25), + (32145, "370605", 1, 0, 25), + (32146, "370645", 1, 0, 25), + (32147, "370645", 1, 0, 25), + (32148, "370645", 1, 0, 25), + (32149, "370645", 1, 0, 25), + (32150, "370645", 1, 0, 25), + (32151, "370645", 1, 0, 25), + (32152, "370645", 1, 0, 25), + (32153, "370645", 1, 0, 25), + (32154, "370645", 1, 0, 25), + (32155, "370105", 1, 0, 25), + (32156, "370105", 1, 0, 25), + (32157, "370105", 1, 0, 25), + (32158, "370105", 1, 0, 25), + (32159, "370105", 1, 0, 25), + (32160, "370105", 1, 0, 25), + (32161, "370105", 1, 0, 25), + (32162, "370105", 1, 0, 25), + (32163, "370105", 1, 0, 25), + (32164, "370105", 1, 0, 25), + (32165, "370105", 1, 0, 25), + (32166, "370140", 1, 0, 25), + (32167, "370140", 1, 0, 25), + (32168, "370140", 1, 0, 25), + (32169, "370140", 1, 0, 25), + (32170, "370140", 1, 0, 25), + (32171, "370140", 1, 0, 25), + (32172, "370140", 1, 0, 25), + (32173, "370140", 1, 0, 25), + (32174, "370140", 1, 0, 25), + (32175, "370140", 1, 0, 25), + (32176, "370140", 1, 0, 25), + (32177, "370140", 1, 0, 25), + (32178, "370140", 1, 0, 25), + (32179, "370140", 1, 0, 25), + (32180, "370405", 1, 0, 25), + (32181, "370405", 1, 0, 25), + (32182, "370405", 1, 0, 25), + (32183, "370405", 1, 0, 25), + (32184, "370405", 1, 0, 25), + (32185, "370405", 1, 0, 25), + (32186, "370405", 1, 0, 25), + (32187, "370435", 1, 0, 25), + (32188, "370435", 1, 0, 25), + (32189, "370435", 1, 0, 25), + (32190, "370435", 1, 0, 25), + (32191, "370435", 1, 0, 25), + (32192, "370435", 1, 0, 25), + (32193, "370435", 1, 0, 25), + (32194, "370435", 1, 0, 25), + (32195, "370485", 1, 0, 25), + (32196, "370485", 1, 0, 25), + (32197, "370485", 1, 0, 25), + (32198, "370485", 1, 0, 25), + (32199, "370485", 1, 0, 25), + (32200, "370485", 1, 0, 25), + (32201, "370485", 1, 0, 25), + (32202, "370485", 1, 0, 25), + (32203, "370485", 1, 0, 25), + (32204, "370490", 1, 0, 25), + (32205, "370490", 1, 0, 25), + (32206, "370490", 1, 0, 25), + (32207, "370510", 1, 0, 25), + (32208, "370510", 1, 0, 25), + (32209, "370510", 1, 0, 25), + (32210, "370510", 1, 0, 25), + (32211, "370510", 1, 0, 25), + (32212, "370510", 1, 0, 25), + (32213, "370510", 1, 0, 25), + (32214, "370510", 1, 0, 25), + (32215, "370510", 1, 0, 25), + (32216, "370510", 1, 0, 25), + (32217, "370510", 1, 0, 25), + (32218, "370130", 1, 0, 25), + (32219, "370130", 1, 0, 25), + (32220, "370130", 1, 0, 25), + (32221, "370130", 1, 0, 25), + (32222, "370130", 1, 0, 25), + (32223, "370130", 1, 0, 25), + (32224, "370130", 1, 0, 25), + (32225, "370130", 1, 0, 25), + (32226, "370670", 1, 0, 25), + (32227, "370670", 1, 0, 25), + (32228, "370670", 1, 0, 25), + (32229, "370670", 1, 0, 25), + (32230, "370670", 1, 0, 25), + (32231, "370460", 1, 0, 25), + (32232, "370605", 1, 0, 25), + (32233, "370605", 1, 0, 25), + (32234, "370605", 1, 0, 25), + (32235, "370605", 1, 0, 25), + (32236, "370605", 1, 0, 25), + (32237, "370605", 1, 0, 25), + (32238, "370605", 1, 0, 25), + (32239, "370605", 1, 0, 25), + (32240, "370605", 1, 0, 25), + (32241, "370625", 1, 0, 25), + (32242, "370625", 1, 0, 25), + (32243, "370630", 1, 0, 25), + (32244, "370625", 1, 0, 25), + (32245, "370625", 1, 0, 25), + (32246, "370625", 1, 0, 25), + (32247, "370625", 1, 0, 25), + (32248, "370625", 1, 0, 25), + (32249, "370105", 1, 0, 25), + (32250, "370105", 1, 0, 25), + (32251, "370475", 1, 0, 25), + (32252, "370475", 1, 0, 25), + (32253, "370475", 1, 0, 25), + (32254, "370475", 1, 0, 25), + (32255, "370475", 1, 0, 25), + (32256, "370475", 1, 0, 25), + (32257, "370475", 1, 0, 25), + (32258, "370145", 1, 0, 25), + (32259, "370145", 1, 0, 25), + (32260, "370145", 1, 0, 25), + (32261, "370145", 1, 0, 25), + (32262, "370145", 1, 0, 25), + (32263, "370145", 1, 0, 25), + (32264, "370145", 1, 0, 25), + (32265, "370145", 1, 0, 25), + (32266, "370145", 1, 0, 25), + (32267, "370145", 1, 0, 25), + (32268, "370145", 1, 0, 25), + (32269, "370020", 1, 0, 25), + (32270, "370115", 1, 0, 25), + (32271, "370115", 1, 0, 25), + (32272, "370115", 1, 0, 25), + (32273, "370115", 1, 0, 25), + (32274, "370115", 1, 0, 25), + (32275, "370020", 1, 0, 25), + (32276, "370115", 1, 0, 25), + (32277, "370115", 1, 0, 25), + (32278, "370115", 1, 0, 25), + (32279, "370115", 1, 0, 25), + (32280, "370020", 1, 0, 25), + (32281, "370020", 1, 0, 25), + (32282, "370115", 1, 0, 25), + (32283, "370115", 1, 0, 25), + (32284, "370115", 1, 0, 25), + (32285, "370610", 1, 0, 25), + (32286, "370610", 1, 0, 25), + (32287, "370610", 1, 0, 25), + (32288, "370610", 1, 0, 25), + (32289, "370030", 1, 0, 25), + (32290, "370030", 1, 0, 25), + (32291, "370030", 1, 0, 25), + (32292, "370627", 1, 0, 25), + (32293, "370601", 1, 0, 25), + (32294, "370627", 1, 0, 25), + (32295, "370601", 1, 0, 25), + (32296, "370601", 1, 0, 25), + (32297, "370627", 1, 0, 25), + (32298, "370601", 1, 0, 25), + (32299, "370001", 1, 0, 25), + (32300, "370001", 1, 0, 25), + (32301, "370001", 1, 0, 25), + (32302, "370001", 1, 0, 25), + (32303, "370001", 1, 0, 25), + (32304, "370001", 1, 0, 25), + (32305, "370001", 1, 0, 25), + (32306, "370001", 1, 0, 25), + (32307, "370001", 1, 0, 25), + (32308, "370001", 1, 0, 25), + (32309, "370001", 1, 0, 25), + (32310, "370001", 1, 0, 25), + (32311, "370001", 1, 0, 25), + (32312, "370001", 1, 0, 25), + (32313, "370001", 1, 0, 25), + (32314, "370001", 1, 0, 25), + (32315, "370155", 1, 0, 25), + (32316, "370155", 1, 0, 25), + (32317, "370155", 1, 0, 25), + (32318, "370155", 1, 0, 25), + (32319, "370155", 1, 0, 25), + (32320, "370155", 1, 0, 25), + (32321, "370155", 1, 0, 25), + (32322, "370155", 1, 0, 25), + (32323, "370155", 1, 0, 25), + (32324, "370155", 1, 0, 25), + (32325, "370155", 1, 0, 25), + (32326, "370155", 1, 0, 25), + (32327, "370155", 1, 0, 25), + (32328, "370155", 1, 0, 25), + (32329, "370155", 1, 0, 25), + (32330, "370155", 1, 0, 25), + (32331, "370155", 1, 0, 25), + (32332, "370135", 1, 0, 25), + (32333, "370135", 1, 0, 25), + (32334, "370135", 1, 0, 25), + (32335, "370205", 1, 0, 25), + (32336, "370490", 1, 0, 25), + (32337, "370490", 1, 0, 25), + (32338, "370490", 1, 0, 25), + (32339, "370490", 1, 0, 25), + (32340, "370450", 1, 0, 25), + (32341, "370450", 1, 0, 25), + (32342, "370450", 1, 0, 25), + (32343, "370450", 1, 0, 25), + (32344, "370450", 1, 0, 25), + (32345, "370450", 1, 0, 25), + (32346, "370450", 1, 0, 25), + (32347, "370450", 1, 0, 25), + (32348, "370450", 1, 0, 25), + (32349, "370450", 1, 0, 25), + (32350, "370450", 1, 0, 25), + (32351, "370240", 1, 0, 25), + (32352, "370240", 1, 0, 25), + (32353, "370240", 1, 0, 25), + (32354, "370240", 1, 0, 25), + (32355, "370240", 1, 0, 25), + (32356, "370410", 1, 0, 25), + (32357, "370410", 1, 0, 25), + (32358, "370410", 1, 0, 25), + (32359, "370410", 1, 0, 25), + (32360, "370410", 1, 0, 25), + (32361, "370410", 1, 0, 25), + (32362, "370410", 1, 0, 25), + (32363, "370410", 1, 0, 25), + (32364, "370410", 1, 0, 25), + (32365, "370410", 1, 0, 25), + (32366, "370455", 1, 0, 25), + (32367, "370455", 1, 0, 25), + (32368, "370455", 1, 0, 25), + (32369, "370640", 1, 0, 25), + (32370, "370640", 1, 0, 25), + (32371, "370640", 1, 0, 25), + (32372, "370415", 1, 0, 25), + (32373, "370415", 1, 0, 25), + (32374, "370415", 1, 0, 25), + (32375, "370415", 1, 0, 25), + (32376, "370415", 1, 0, 25), + (32377, "370430", 1, 0, 25), + (32378, "370430", 1, 0, 25), + (32379, "370430", 1, 0, 25), + (32380, "370510", 1, 0, 25), + (32381, "370510", 1, 0, 25), + (32382, "370165", 1, 0, 25), + (32383, "370165", 1, 0, 25), + (32384, "370165", 1, 0, 25), + (32385, "370660", 1, 0, 25), + (32386, "370665", 1, 0, 25), + (32387, "370665", 1, 0, 25), + (32388, "370665", 1, 0, 25), + (32389, "370665", 1, 0, 25), + (32390, "370665", 1, 0, 25), + (32391, "370665", 1, 0, 25), + (32392, "370665", 1, 0, 25), + (32393, "370675", 1, 0, 25), + (32394, "370675", 1, 0, 25), + (32395, "370675", 1, 0, 25), + (32396, "370675", 1, 0, 25), + (32397, "370675", 1, 0, 25), + (32398, "370675", 1, 0, 25), + (32399, "370160", 1, 0, 25), + (32400, "370465", 1, 0, 25), + (32401, "370465", 1, 0, 25), + (32402, "370465", 1, 0, 25), + (32403, "370465", 1, 0, 25), + (32404, "370465", 1, 0, 25), + (32405, "370465", 1, 0, 25), + (32406, "370465", 1, 0, 25), + (32407, "370465", 1, 0, 25), + (32408, "370465", 1, 0, 25), + (32409, "370465", 1, 0, 25), + (32410, "370465", 1, 0, 25), + (32411, "370465", 1, 0, 25), + (32412, "370465", 1, 0, 25), + (32413, "370465", 1, 0, 25), + (32414, "370030", 1, 0, 25), + (32415, "370030", 1, 0, 25), + (32416, "370030", 1, 0, 25), + (32417, "370030", 1, 0, 25), + (32418, "370030", 1, 0, 25), + (32419, "370030", 1, 0, 25), + (32420, "370030", 1, 0, 25), + (32421, "370030", 1, 0, 25), + (32422, "370030", 1, 0, 25), + (32423, "370030", 1, 0, 25), + (32424, "370650", 1, 0, 25), + (32425, "370650", 1, 0, 25), + (32426, "370650", 1, 0, 25), + (32427, "370650", 1, 0, 25), + (32428, "370650", 1, 0, 25), + (32429, "370650", 1, 0, 25), + (32430, "370650", 1, 0, 25), + (32431, "370650", 1, 0, 25), + (32432, "370650", 1, 0, 25), + (32433, "370650", 1, 0, 25), + (32434, "370650", 1, 0, 25), + (32435, "370421", 1, 0, 25), + (32436, "370421", 1, 0, 25), + (32437, "370421", 1, 0, 25), + (32438, "370421", 1, 0, 25), + (32439, "370615", 1, 0, 25), + (32440, "370615", 1, 0, 25), + (32441, "370655", 1, 0, 25), + (32442, "370655", 1, 0, 25), + (32443, "370511", 1, 0, 25), + (32444, "370655", 1, 0, 25), + (32445, "370655", 1, 0, 25), + (32446, "370655", 1, 0, 25), + (32447, "370655", 1, 0, 25), + (32448, "370655", 1, 0, 25), + (32449, "370655", 1, 0, 25), + (32450, "370655", 1, 0, 25), + (32451, "370655", 1, 0, 25), + (32452, "370655", 1, 0, 25), + (32453, "370655", 1, 0, 25), + (32454, "370655", 1, 0, 25), + (32455, "370620", 1, 0, 25), + (32456, "370620", 1, 0, 25), + (32457, "370620", 1, 0, 25), + (32458, "370620", 1, 0, 25), + (32459, "370620", 1, 0, 25), + (32460, "370425", 1, 0, 25), + (32461, "370425", 1, 0, 25), + (32462, "370425", 1, 0, 25), + (32463, "370425", 1, 0, 25), + (32464, "370165", 1, 0, 25), + (32465, "370165", 1, 0, 25), + (32466, "370165", 1, 0, 25), + (32467, "370165", 1, 0, 25), + (32468, "370165", 1, 0, 25), + (32469, "370165", 1, 0, 25), + (32470, "370165", 1, 0, 25), + (32471, "370165", 1, 0, 25), + (32472, "370165", 1, 0, 25), + (32473, "370165", 1, 0, 25), + (32474, "370165", 1, 0, 25), + (32475, "370165", 1, 0, 25), + (32476, "370165", 1, 0, 25), + (32477, "370165", 1, 0, 25), + (32478, "370165", 1, 0, 25), + (32479, "370165", 1, 0, 25), + (32480, "370165", 1, 0, 25), + (32481, "370165", 1, 0, 25), + (32482, "370165", 1, 0, 25), + (32483, "370165", 1, 0, 25), + (32484, "370165", 1, 0, 25), + (32485, "370165", 1, 0, 25), + (32486, "370165", 1, 0, 25), + (32487, "370165", 1, 0, 25), + (32488, "370165", 1, 0, 25), + (32489, "370165", 1, 0, 25), + (32490, "370165", 1, 0, 25), + (32491, "370165", 1, 0, 25), + (32492, "370205", 1, 0, 25), + (32493, "370205", 1, 0, 25), + (32494, "370205", 1, 0, 25), + (32495, "370205", 1, 0, 25), + (32496, "370110", 1, 0, 25), + (32497, "370110", 1, 0, 25), + (32498, "370110", 1, 0, 25), + (32499, "370110", 1, 0, 25), + (32500, "370110", 1, 0, 25), + (32501, "370110", 1, 0, 25), + (32502, "370110", 1, 0, 25), + (32503, "370110", 1, 0, 25), + (32504, "370110", 1, 0, 25), + (32505, "370110", 1, 0, 25), + (32506, "370110", 1, 0, 25), + (32507, "370110", 1, 0, 25), + (32508, "370110", 1, 0, 25), + (32509, "370110", 1, 0, 25), + (32510, "370427", 1, 0, 25), + (32511, "370427", 1, 0, 25), + (32512, "370427", 1, 0, 25), + (32513, "370140", 1, 0, 25), + (32514, "370140", 1, 0, 25), + (32515, "370140", 1, 0, 25), + (32516, "370140", 1, 0, 25), + (32517, "370140", 1, 0, 25), + (32518, "370140", 1, 0, 25), + (32519, "370490", 1, 0, 25), + (32520, "370445", 1, 0, 25), + (32521, "370445", 1, 0, 25), + (32522, "370445", 1, 0, 25), + (32523, "370445", 1, 0, 25), + (32524, "370445", 1, 0, 25), + (32525, "370445", 1, 0, 25), + (32526, "370445", 1, 0, 25), + (32527, "370445", 1, 0, 25), + (32528, "370445", 1, 0, 25), + (32529, "370445", 1, 0, 25), + (32530, "370445", 1, 0, 25), + (32531, "370627", 1, 0, 25), + (32532, "370627", 1, 0, 25), + (32533, "370627", 1, 0, 25), + (32534, "370601", 1, 0, 25), + (32535, "370601", 1, 0, 25), + (32536, "384210", 1, 0, 25), + (32537, "382715", 1, 0, 25), + (32538, "382165", 1, 0, 25), + (32539, "382870", 1, 0, 25), + (32540, "382870", 1, 0, 25), + (32541, "382870", 1, 0, 25), + (32542, "382870", 1, 0, 25), + (32543, "382870", 1, 0, 25), + (32544, "384315", 1, 0, 25), + (32545, "384315", 1, 0, 25), + (32546, "384315", 1, 0, 25), + (32547, "384315", 1, 0, 25), + (32548, "384315", 1, 0, 25), + (32549, "384315", 1, 0, 25), + (32550, "384315", 1, 0, 25), + (32551, "384315", 1, 0, 25), + (32552, "384315", 1, 0, 25), + (32553, "384315", 1, 0, 25), + (32554, "384315", 1, 0, 25), + (32555, "384315", 1, 0, 25), + (32556, "384315", 1, 0, 25), + (32557, "384315", 1, 0, 25), + (32558, "384212", 1, 0, 25), + (32559, "384212", 1, 0, 25), + (32560, "384205", 1, 0, 25), + (32561, "384205", 1, 0, 25), + (32562, "384205", 1, 0, 25), + (32563, "384205", 1, 0, 25), + (32564, "382820", 1, 0, 25), + (32565, "382820", 1, 0, 25), + (32566, "382710", 1, 0, 25), + (32567, "382710", 1, 0, 25), + (32568, "382710", 1, 0, 25), + (32569, "382710", 1, 0, 25), + (32570, "382710", 1, 0, 25), + (32571, "382710", 1, 0, 25), + (32572, "384421", 1, 0, 25), + (32573, "384421", 1, 0, 25), + (32574, "384421", 1, 0, 25), + (32575, "384421", 1, 0, 25), + (32576, "384421", 1, 0, 25), + (32577, "384305", 1, 0, 25), + (32578, "384305", 1, 0, 25), + (32579, "384305", 1, 0, 25), + (32580, "384305", 1, 0, 25), + (32581, "382728", 1, 0, 25), + (32582, "382715", 1, 0, 25), + (32583, "382715", 1, 0, 25), + (32584, "382728", 1, 0, 25), + (32585, "382715", 1, 0, 25), + (32586, "382715", 1, 0, 25), + (32587, "382728", 1, 0, 25), + (32588, "382715", 1, 0, 25), + (32589, "382715", 1, 0, 25), + (32590, "382715", 1, 0, 25), + (32591, "382715", 1, 0, 25), + (32592, "384140", 1, 0, 25), + (32593, "384325", 1, 0, 25), + (32594, "384325", 1, 0, 25), + (32595, "384325", 1, 0, 25), + (32596, "384325", 1, 0, 25), + (32597, "384325", 1, 0, 25), + (32598, "384325", 1, 0, 25), + (32599, "384325", 1, 0, 25), + (32600, "384325", 1, 0, 25), + (32601, "384325", 1, 0, 25), + (32602, "384325", 1, 0, 25), + (32603, "384325", 1, 0, 25), + (32604, "384325", 1, 0, 25), + (32605, "384325", 1, 0, 25), + (32606, "384325", 1, 0, 25), + (32607, "384325", 1, 0, 25), + (32608, "382830", 1, 0, 25), + (32609, "382830", 1, 0, 25), + (32610, "382830", 1, 0, 25), + (32611, "382830", 1, 0, 25), + (32612, "382830", 1, 0, 25), + (32613, "382840", 1, 0, 25), + (32614, "382840", 1, 0, 25), + (32615, "382730", 1, 0, 25), + (32616, "382730", 1, 0, 25), + (32617, "382730", 1, 0, 25), + (32618, "384435", 1, 0, 25), + (32619, "384435", 1, 0, 25), + (32620, "384212", 1, 0, 25), + (32621, "384212", 1, 0, 25), + (32622, "382850", 1, 0, 25), + (32623, "384210", 1, 0, 25), + (32624, "384210", 1, 0, 25), + (32625, "384210", 1, 0, 25), + (32626, "384210", 1, 0, 25), + (32627, "384210", 1, 0, 25), + (32628, "384210", 1, 0, 25), + (32629, "384210", 1, 0, 25), + (32630, "384210", 1, 0, 25), + (32631, "384210", 1, 0, 25), + (32632, "384210", 1, 0, 25), + (32633, "384120", 1, 0, 25), + (32634, "384120", 1, 0, 25), + (32635, "384120", 1, 0, 25), + (32636, "384120", 1, 0, 25), + (32637, "384120", 1, 0, 25), + (32638, "384120", 1, 0, 25), + (32639, "384215", 1, 0, 25), + (32640, "384215", 1, 0, 25), + (32641, "382705", 1, 0, 25), + (32642, "382705", 1, 0, 25), + (32643, "382705", 1, 0, 25), + (32644, "382705", 1, 0, 25), + (32645, "382705", 1, 0, 25), + (32646, "382705", 1, 0, 25), + (32647, "382705", 1, 0, 25), + (32648, "382705", 1, 0, 25), + (32649, "382705", 1, 0, 25), + (32650, "382705", 1, 0, 25), + (32651, "382705", 1, 0, 25), + (32652, "384360", 1, 0, 25), + (32653, "382715", 1, 0, 25), + (32654, "382728", 1, 0, 25), + (32655, "382715", 1, 0, 25), + (32656, "382715", 1, 0, 25), + (32657, "382715", 1, 0, 25), + (32658, "382715", 1, 0, 25), + (32659, "382715", 1, 0, 25), + (32660, "382715", 1, 0, 25), + (32661, "382715", 1, 0, 25), + (32662, "382728", 1, 0, 25), + (32663, "382715", 1, 0, 25), + (32664, "382728", 1, 0, 25), + (32665, "382715", 1, 0, 25), + (32666, "382715", 1, 0, 25), + (32667, "384130", 1, 0, 25), + (32668, "384130", 1, 0, 25), + (32669, "384130", 1, 0, 25), + (32670, "384130", 1, 0, 25), + (32671, "384130", 1, 0, 25), + (32672, "382165", 1, 0, 25), + (32673, "382165", 1, 0, 25), + (32674, "382165", 1, 0, 25), + (32675, "382165", 1, 0, 25), + (32676, "382165", 1, 0, 25), + (32677, "382165", 1, 0, 25), + (32678, "382165", 1, 0, 25), + (32679, "382165", 1, 0, 25), + (32680, "382165", 1, 0, 25), + (32681, "382165", 1, 0, 25), + (32682, "382165", 1, 0, 25), + (32683, "384430", 1, 0, 25), + (32684, "384430", 1, 0, 25), + (32685, "384430", 1, 0, 25), + (32686, "382860", 1, 0, 25), + (32687, "382860", 1, 0, 25), + (32688, "382860", 1, 0, 25), + (32689, "384330", 1, 0, 25), + (32690, "384330", 1, 0, 25), + (32691, "384330", 1, 0, 25), + (32692, "384330", 1, 0, 25), + (32693, "384330", 1, 0, 25), + (32694, "384330", 1, 0, 25), + (32695, "384330", 1, 0, 25), + (32696, "384335", 1, 0, 25), + (32697, "384335", 1, 0, 25), + (32698, "384335", 1, 0, 25), + (32699, "384335", 1, 0, 25), + (32700, "384335", 1, 0, 25), + (32701, "384335", 1, 0, 25), + (32702, "384335", 1, 0, 25), + (32703, "384335", 1, 0, 25), + (32704, "384340", 1, 0, 25), + (32705, "384340", 1, 0, 25), + (32706, "384340", 1, 0, 25), + (32707, "384330", 1, 0, 25), + (32708, "384330", 1, 0, 25), + (32709, "384325", 1, 0, 25), + (32710, "384360", 1, 0, 25), + (32711, "384325", 1, 0, 25), + (32712, "384001", 1, 0, 25), + (32713, "384001", 1, 0, 25), + (32714, "384001", 1, 0, 25), + (32715, "384001", 1, 0, 25), + (32716, "384001", 1, 0, 25), + (32717, "384001", 1, 0, 25), + (32718, "384001", 1, 0, 25), + (32719, "384001", 1, 0, 25), + (32720, "384001", 1, 0, 25), + (32721, "384001", 1, 0, 25), + (32722, "384001", 1, 0, 25), + (32723, "384001", 1, 0, 25), + (32724, "384001", 1, 0, 25), + (32725, "384001", 1, 0, 25), + (32726, "384001", 1, 0, 25), + (32727, "384001", 1, 0, 25), + (32728, "384001", 1, 0, 25), + (32729, "382732", 1, 0, 25), + (32730, "384410", 1, 0, 25), + (32731, "384410", 1, 0, 25), + (32732, "384410", 1, 0, 25), + (32733, "384410", 1, 0, 25), + (32734, "384410", 1, 0, 25), + (32735, "384410", 1, 0, 25), + (32736, "384210", 1, 0, 25), + (32737, "384330", 1, 0, 25), + (32738, "384170", 1, 0, 25), + (32739, "384170", 1, 0, 25), + (32740, "384170", 1, 0, 25), + (32741, "384170", 1, 0, 25), + (32742, "384170", 1, 0, 25), + (32743, "384170", 1, 0, 25), + (32744, "384170", 1, 0, 25), + (32745, "384170", 1, 0, 25), + (32746, "384170", 1, 0, 25), + (32747, "384170", 1, 0, 25), + (32748, "384170", 1, 0, 25), + (32749, "384170", 1, 0, 25), + (32750, "384170", 1, 0, 25), + (32751, "384355", 1, 0, 25), + (32752, "384355", 1, 0, 25), + (32753, "384355", 1, 0, 25), + (32754, "384355", 1, 0, 25), + (32755, "384355", 1, 0, 25), + (32756, "384355", 1, 0, 25), + (32757, "384355", 1, 0, 25), + (32758, "384355", 1, 0, 25), + (32759, "384355", 1, 0, 25), + (32760, "384355", 1, 0, 25), + (32761, "384355", 1, 0, 25), + (32762, "384355", 1, 0, 25), + (32763, "384310", 1, 0, 25), + (32764, "384310", 1, 0, 25), + (32765, "384310", 1, 0, 25), + (32766, "382865", 1, 0, 25), + (32767, "382865", 1, 0, 25), + (32768, "382865", 1, 0, 25), + (32769, "382870", 1, 0, 25), + (32770, "382870", 1, 0, 25), + (32771, "382870", 1, 0, 25), + (32772, "382870", 1, 0, 25), + (32773, "382870", 1, 0, 25), + (32774, "382870", 1, 0, 25), + (32775, "382870", 1, 0, 25), + (32776, "382870", 1, 0, 25), + (32777, "396412", 1, 0, 25), + (32778, "396436", 1, 0, 25), + (32779, "396475", 1, 0, 25), + (32780, "396530", 1, 0, 25), + (32781, "396060", 1, 0, 25), + (32782, "396060", 1, 0, 25), + (32783, "396060", 1, 0, 25), + (32784, "396060", 1, 0, 25), + (32785, "396060", 1, 0, 25), + (32786, "396060", 1, 0, 25), + (32787, "396590", 1, 0, 25), + (32788, "396590", 1, 0, 25), + (32789, "396590", 1, 0, 25), + (32790, "396590", 1, 0, 25), + (32791, "396540", 1, 0, 25), + (32792, "396540", 1, 0, 25), + (32793, "396540", 1, 0, 25), + (32794, "396540", 1, 0, 25), + (32795, "396350", 1, 0, 25), + (32796, "396350", 1, 0, 25), + (32797, "396350", 1, 0, 25), + (32798, "396350", 1, 0, 25), + (32799, "396350", 1, 0, 25), + (32800, "396436", 1, 0, 25), + (32801, "396436", 1, 0, 25), + (32802, "396436", 1, 0, 25), + (32803, "396436", 1, 0, 25), + (32804, "396436", 1, 0, 25), + (32805, "396436", 1, 0, 25), + (32806, "396436", 1, 0, 25), + (32807, "396436", 1, 0, 25), + (32808, "396436", 1, 0, 25), + (32809, "396436", 1, 0, 25), + (32810, "396439", 1, 0, 25), + (32811, "396439", 1, 0, 25), + (32812, "396439", 1, 0, 25), + (32813, "396466", 1, 0, 25), + (32814, "396466", 1, 0, 25), + (32815, "396466", 1, 0, 25), + (32816, "396466", 1, 0, 25), + (32817, "396463", 1, 0, 25), + (32818, "396463", 1, 0, 25), + (32819, "396469", 1, 0, 25), + (32820, "396469", 1, 0, 25), + (32821, "396469", 1, 0, 25), + (32822, "396469", 1, 0, 25), + (32823, "396475", 1, 0, 25), + (32824, "396475", 1, 0, 25), + (32825, "396475", 1, 0, 25), + (32826, "396475", 1, 0, 25), + (32827, "396475", 1, 0, 25), + (32828, "396570", 1, 0, 25), + (32829, "396570", 1, 0, 25), + (32830, "396570", 1, 0, 25), + (32831, "396540", 1, 0, 25), + (32832, "396540", 1, 0, 25), + (32833, "396540", 1, 0, 25), + (32834, "396540", 1, 0, 25), + (32835, "396540", 1, 0, 25), + (32836, "396540", 1, 0, 25), + (32837, "396310", 1, 0, 25), + (32838, "396325", 1, 0, 25), + (32839, "396325", 1, 0, 25), + (32840, "396325", 1, 0, 25), + (32841, "396325", 1, 0, 25), + (32842, "396521", 1, 0, 25), + (32843, "396521", 1, 0, 25), + (32844, "396521", 1, 0, 25), + (32845, "396521", 1, 0, 25), + (32846, "396521", 1, 0, 25), + (32847, "396521", 1, 0, 25), + (32848, "396521", 1, 0, 25), + (32849, "396521", 1, 0, 25), + (32850, "396521", 1, 0, 25), + (32851, "396521", 1, 0, 25), + (32852, "396060", 1, 0, 25), + (32853, "396060", 1, 0, 25), + (32854, "396350", 1, 0, 25), + (32855, "396460", 1, 0, 25), + (32856, "396560", 1, 0, 25), + (32857, "396560", 1, 0, 25), + (32858, "396560", 1, 0, 25), + (32859, "396560", 1, 0, 25), + (32860, "396560", 1, 0, 25), + (32861, "396560", 1, 0, 25), + (32862, "396560", 1, 0, 25), + (32863, "396560", 1, 0, 25), + (32864, "396560", 1, 0, 25), + (32865, "396560", 1, 0, 25), + (32866, "396560", 1, 0, 25), + (32867, "396560", 1, 0, 25), + (32868, "396560", 1, 0, 25), + (32869, "396560", 1, 0, 25), + (32870, "396060", 1, 0, 25), + (32871, "396060", 1, 0, 25), + (32872, "396060", 1, 0, 25), + (32873, "396060", 1, 0, 25), + (32874, "396060", 1, 0, 25), + (32875, "396590", 1, 0, 25), + (32876, "396580", 1, 0, 25), + (32877, "396580", 1, 0, 25), + (32878, "396412", 1, 0, 25), + (32879, "396450", 1, 0, 25), + (32880, "396418", 1, 0, 25), + (32881, "396418", 1, 0, 25), + (32882, "396418", 1, 0, 25), + (32883, "396427", 1, 0, 25), + (32884, "396440", 1, 0, 25), + (32885, "396433", 1, 0, 25), + (32886, "396433", 1, 0, 25), + (32887, "396433", 1, 0, 25), + (32888, "396430", 1, 0, 25), + (32889, "396430", 1, 0, 25), + (32890, "396430", 1, 0, 25), + (32891, "396430", 1, 0, 25), + (32892, "396430", 1, 0, 25), + (32893, "396436", 1, 0, 25), + (32894, "396436", 1, 0, 25), + (32895, "396436", 1, 0, 25), + (32896, "396436", 1, 0, 25), + (32897, "396406", 1, 0, 25), + (32898, "396406", 1, 0, 25), + (32899, "396406", 1, 0, 25), + (32900, "396406", 1, 0, 25), + (32901, "396406", 1, 0, 25), + (32902, "396409", 1, 0, 25), + (32903, "396409", 1, 0, 25), + (32904, "396409", 1, 0, 25), + (32905, "396310", 1, 0, 25), + (32906, "396310", 1, 0, 25), + (32907, "396310", 1, 0, 25), + (32908, "396310", 1, 0, 25), + (32909, "396310", 1, 0, 25), + (32910, "396310", 1, 0, 25), + (32911, "396310", 1, 0, 25), + (32912, "396310", 1, 0, 25), + (32913, "396310", 1, 0, 25), + (32914, "396310", 1, 0, 25), + (32915, "396310", 1, 0, 25), + (32916, "396310", 1, 0, 25), + (32917, "396310", 1, 0, 25), + (32918, "396310", 1, 0, 25), + (32919, "396310", 1, 0, 25), + (32920, "396521", 1, 0, 25), + (32921, "396521", 1, 0, 25), + (32922, "396521", 1, 0, 25), + (32923, "396530", 1, 0, 25), + (32924, "396580", 1, 0, 25), + (32925, "396580", 1, 0, 25), + (32926, "396580", 1, 0, 25), + (32927, "396580", 1, 0, 25), + (32928, "396580", 1, 0, 25), + (32929, "396580", 1, 0, 25), + (32930, "396580", 1, 0, 25), + (32931, "396580", 1, 0, 25), + (32932, "396580", 1, 0, 25), + (32933, "396580", 1, 0, 25), + (32934, "396580", 1, 0, 25), + (32935, "396580", 1, 0, 25), + (32936, "396580", 1, 0, 25), + (32937, "396580", 1, 0, 25), + (32938, "396580", 1, 0, 25), + (32939, "396580", 1, 0, 25), + (32940, "396580", 1, 0, 25), + (32941, "396580", 1, 0, 25), + (32942, "396580", 1, 0, 25), + (32943, "396580", 1, 0, 25), + (32944, "396580", 1, 0, 25), + (32945, "396580", 1, 0, 25), + (32946, "396580", 1, 0, 25), + (32947, "396580", 1, 0, 25), + (32948, "396580", 1, 0, 25), + (32949, "396580", 1, 0, 25), + (32950, "396580", 1, 0, 25), + (32951, "396472", 1, 0, 25), + (32952, "396472", 1, 0, 25), + (32953, "396472", 1, 0, 25), + (32954, "396463", 1, 0, 25), + (32955, "396427", 1, 0, 25), + (32956, "396427", 1, 0, 25), + (32957, "396440", 1, 0, 25), + (32958, "396450", 1, 0, 25), + (32959, "396450", 1, 0, 25), + (32960, "396463", 1, 0, 25), + (32961, "396427", 1, 0, 25), + (32962, "396427", 1, 0, 25), + (32963, "396439", 1, 0, 25), + (32964, "396427", 1, 0, 25), + (32965, "396463", 1, 0, 25), + (32966, "396427", 1, 0, 25), + (32967, "396440", 1, 0, 25), + (32968, "396427", 1, 0, 25), + (32969, "396427", 1, 0, 25), + (32970, "396427", 1, 0, 25), + (32971, "396560", 1, 0, 25), + (32972, "396560", 1, 0, 25), + (32973, "396560", 1, 0, 25), + (32974, "396110", 1, 0, 25), + (32975, "396560", 1, 0, 25), + (32976, "396560", 1, 0, 25), + (32977, "396560", 1, 0, 25), + (32978, "396560", 1, 0, 25), + (32979, "396560", 1, 0, 25), + (32980, "396560", 1, 0, 25), + (32981, "396110", 1, 0, 25), + (32982, "396350", 1, 0, 25), + (32983, "396360", 1, 0, 25), + (32984, "396360", 1, 0, 25), + (32985, "396360", 1, 0, 25), + (32986, "396360", 1, 0, 25), + (32987, "396360", 1, 0, 25), + (32988, "396360", 1, 0, 25), + (32989, "396360", 1, 0, 25), + (32990, "396360", 1, 0, 25), + (32991, "396040", 1, 0, 25), + (32992, "396040", 1, 0, 25), + (32993, "396040", 1, 0, 25), + (32994, "396040", 1, 0, 25), + (32995, "396040", 1, 0, 25), + (32996, "396040", 1, 0, 25), + (32997, "396040", 1, 0, 25), + (32998, "396040", 1, 0, 25), + (32999, "396040", 1, 0, 25), + (33000, "396040", 1, 0, 25), + (33001, "396040", 1, 0, 25), + (33002, "396040", 1, 0, 25), + (33003, "396040", 1, 0, 25), + (33004, "396460", 1, 0, 25), + (33005, "396460", 1, 0, 25), + (33006, "389230", 1, 0, 25), + (33007, "389115", 1, 0, 25), + (33008, "389210", 1, 0, 25), + (33009, "388270", 1, 0, 25), + (33010, "389002", 1, 0, 25), + (33011, "389002", 1, 0, 25), + (33012, "389002", 1, 0, 25), + (33013, "389002", 1, 0, 25), + (33014, "389002", 1, 0, 25), + (33015, "389002", 1, 0, 25), + (33016, "389341", 1, 0, 25), + (33017, "389341", 1, 0, 25), + (33018, "389341", 1, 0, 25), + (33019, "389341", 1, 0, 25), + (33020, "389341", 1, 0, 25), + (33021, "389341", 1, 0, 25), + (33022, "389341", 1, 0, 25), + (33023, "389341", 1, 0, 25), + (33024, "389341", 1, 0, 25), + (33025, "389232", 1, 0, 25), + (33026, "389232", 1, 0, 25), + (33027, "389232", 1, 0, 25), + (33028, "389232", 1, 0, 25), + (33029, "389232", 1, 0, 25), + (33030, "389310", 1, 0, 25), + (33031, "389310", 1, 0, 25), + (33032, "389310", 1, 0, 25), + (33033, "389310", 1, 0, 25), + (33034, "389310", 1, 0, 25), + (33035, "389310", 1, 0, 25), + (33036, "389320", 1, 0, 25), + (33037, "389320", 1, 0, 25), + (33038, "389320", 1, 0, 25), + (33039, "389320", 1, 0, 25), + (33040, "389360", 1, 0, 25), + (33041, "389360", 1, 0, 25), + (33042, "389360", 1, 0, 25), + (33043, "389360", 1, 0, 25), + (33044, "389360", 1, 0, 25), + (33045, "389360", 1, 0, 25), + (33046, "389360", 1, 0, 25), + (33047, "389360", 1, 0, 25), + (33048, "389360", 1, 0, 25), + (33049, "389360", 1, 0, 25), + (33050, "389360", 1, 0, 25), + (33051, "389360", 1, 0, 25), + (33052, "389360", 1, 0, 25), + (33053, "389360", 1, 0, 25), + (33054, "389360", 1, 0, 25), + (33055, "389360", 1, 0, 25), + (33056, "389120", 1, 0, 25), + (33057, "389120", 1, 0, 25), + (33058, "389120", 1, 0, 25), + (33059, "389120", 1, 0, 25), + (33060, "389120", 1, 0, 25), + (33061, "389120", 1, 0, 25), + (33062, "389120", 1, 0, 25), + (33063, "389002", 1, 0, 25), + (33064, "389120", 1, 0, 25), + (33065, "389120", 1, 0, 25), + (33066, "389120", 1, 0, 25), + (33067, "389120", 1, 0, 25), + (33068, "389120", 1, 0, 25), + (33069, "389120", 1, 0, 25), + (33070, "389120", 1, 0, 25), + (33071, "389120", 1, 0, 25), + (33072, "389120", 1, 0, 25), + (33073, "389120", 1, 0, 25), + (33074, "389210", 1, 0, 25), + (33075, "389210", 1, 0, 25), + (33076, "389210", 1, 0, 25), + (33077, "389210", 1, 0, 25), + (33078, "389210", 1, 0, 25), + (33079, "388270", 1, 0, 25), + (33080, "388270", 1, 0, 25), + (33081, "388270", 1, 0, 25), + (33082, "389340", 1, 0, 25), + (33083, "389340", 1, 0, 25), + (33084, "389340", 1, 0, 25), + (33085, "389340", 1, 0, 25), + (33086, "389340", 1, 0, 25), + (33087, "389340", 1, 0, 25), + (33088, "389340", 1, 0, 25), + (33089, "389340", 1, 0, 25), + (33090, "389340", 1, 0, 25), + (33091, "389154", 1, 0, 25), + (33092, "389160", 1, 0, 25), + (33093, "389160", 1, 0, 25), + (33094, "389154", 1, 0, 25), + (33095, "389160", 1, 0, 25), + (33096, "389154", 1, 0, 25), + (33097, "389154", 1, 0, 25), + (33098, "389160", 1, 0, 25), + (33099, "389160", 1, 0, 25), + (33100, "389154", 1, 0, 25), + (33101, "389154", 1, 0, 25), + (33102, "389002", 1, 0, 25), + (33103, "389002", 1, 0, 25), + (33104, "389002", 1, 0, 25), + (33105, "389002", 1, 0, 25), + (33106, "389002", 1, 0, 25), + (33107, "389002", 1, 0, 25), + (33108, "389002", 1, 0, 25), + (33109, "389002", 1, 0, 25), + (33110, "389320", 1, 0, 25), + (33111, "389230", 1, 0, 25), + (33112, "389230", 1, 0, 25), + (33113, "389230", 1, 0, 25), + (33114, "389230", 1, 0, 25), + (33115, "389235", 1, 0, 25), + (33116, "389230", 1, 0, 25), + (33117, "389230", 1, 0, 25), + (33118, "389235", 1, 0, 25), + (33119, "389230", 1, 0, 25), + (33120, "389230", 1, 0, 25), + (33121, "389230", 1, 0, 25), + (33122, "389230", 1, 0, 25), + (33123, "389235", 1, 0, 25), + (33124, "389230", 1, 0, 25), + (33125, "389230", 1, 0, 25), + (33126, "389230", 1, 0, 25), + (33127, "389230", 1, 0, 25), + (33128, "389230", 1, 0, 25), + (33129, "389235", 1, 0, 25), + (33130, "389235", 1, 0, 25), + (33131, "389230", 1, 0, 25), + (33132, "389230", 1, 0, 25), + (33133, "389115", 1, 0, 25), + (33134, "389115", 1, 0, 25), + (33135, "389115", 1, 0, 25), + (33136, "389115", 1, 0, 25), + (33137, "389115", 1, 0, 25), + (33138, "389115", 1, 0, 25), + (33139, "389115", 1, 0, 25), + (33140, "389115", 1, 0, 25), + (33141, "389115", 1, 0, 25), + (33142, "389115", 1, 0, 25), + (33143, "389115", 1, 0, 25), + (33144, "389210", 1, 0, 25), + (33145, "389210", 1, 0, 25), + (33146, "389210", 1, 0, 25), + (33147, "389210", 1, 0, 25), + (33148, "389210", 1, 0, 25), + (33149, "389210", 1, 0, 25), + (33150, "389210", 1, 0, 25), + (33151, "389210", 1, 0, 25), + (33152, "389210", 1, 0, 25), + (33153, "389210", 1, 0, 25), + (33154, "389210", 1, 0, 25), + (33155, "389210", 1, 0, 25), + (33156, "389210", 1, 0, 25), + (33157, "389210", 1, 0, 25), + (33158, "389210", 1, 0, 25), + (33159, "389210", 1, 0, 25), + (33160, "389210", 1, 0, 25), + (33161, "389370", 1, 0, 25), + (33162, "389370", 1, 0, 25), + (33163, "389370", 1, 0, 25), + (33164, "389370", 1, 0, 25), + (33165, "389370", 1, 0, 25), + (33166, "389370", 1, 0, 25), + (33167, "388710", 1, 0, 25), + (33168, "388710", 1, 0, 25), + (33169, "388710", 1, 0, 25), + (33170, "388710", 1, 0, 25), + (33171, "388710", 1, 0, 25), + (33172, "388710", 1, 0, 25), + (33173, "388270", 1, 0, 25), + (33174, "388270", 1, 0, 25), + (33175, "388270", 1, 0, 25), + (33176, "388270", 1, 0, 25), + (33177, "388270", 1, 0, 25), + (33178, "388270", 1, 0, 25), + (33179, "388270", 1, 0, 25), + (33180, "388270", 1, 0, 25), + (33181, "389146", 1, 0, 25), + (33182, "389146", 1, 0, 25), + (33183, "389146", 1, 0, 25), + (33184, "389250", 1, 0, 25), + (33185, "389250", 1, 0, 25), + (33186, "389250", 1, 0, 25), + (33187, "389172", 1, 0, 25), + (33188, "389172", 1, 0, 25), + (33189, "389172", 1, 0, 25), + (33190, "389172", 1, 0, 25), + (33191, "389172", 1, 0, 25), + (33192, "389172", 1, 0, 25), + (33193, "389172", 1, 0, 25), + (33194, "389172", 1, 0, 25), + (33195, "389172", 1, 0, 25), + (33196, "389172", 1, 0, 25), + (33197, "389172", 1, 0, 25), + (33198, "389172", 1, 0, 25), + (33199, "389155", 1, 0, 25), + (33200, "389155", 1, 0, 25), + (33201, "389155", 1, 0, 25), + (33202, "389155", 1, 0, 25), + (33203, "389155", 1, 0, 25), + (33204, "389155", 1, 0, 25), + (33205, "389155", 1, 0, 25), + (33206, "389155", 1, 0, 25), + (33207, "389155", 1, 0, 25), + (33208, "389155", 1, 0, 25), + (33209, "389155", 1, 0, 25), + (33210, "389155", 1, 0, 25), + (33211, "389155", 1, 0, 25), + (33212, "389152", 1, 0, 25), + (33213, "389152", 1, 0, 25), + (33214, "389152", 1, 0, 25), + (33215, "389152", 1, 0, 25), + (33216, "389152", 1, 0, 25), + (33217, "389152", 1, 0, 25), + (33218, "389152", 1, 0, 25), + (33219, "389152", 1, 0, 25), + (33220, "389152", 1, 0, 25), + (33221, "389170", 1, 0, 25), + (33222, "389170", 1, 0, 25), + (33223, "389170", 1, 0, 25), + (33224, "389170", 1, 0, 25), + (33225, "389170", 1, 0, 25), + (33226, "389170", 1, 0, 25), + (33227, "389170", 1, 0, 25), + (33228, "389170", 1, 0, 25), + (33229, "389170", 1, 0, 25), + (33230, "389170", 1, 0, 25), + (33231, "389170", 1, 0, 25), + (33232, "389170", 1, 0, 25), + (33233, "389170", 1, 0, 25), + (33234, "389170", 1, 0, 25), + (33235, "389170", 1, 0, 25), + (33236, "389170", 1, 0, 25), + (33237, "389240", 1, 0, 25), + (33238, "389240", 1, 0, 25), + (33239, "389240", 1, 0, 25), + (33240, "389240", 1, 0, 25), + (33241, "389240", 1, 0, 25), + (33242, "389240", 1, 0, 25), + (33243, "389240", 1, 0, 25), + (33244, "389240", 1, 0, 25), + (33245, "389240", 1, 0, 25), + (33246, "389240", 1, 0, 25), + (33247, "389240", 1, 0, 25), + (33248, "389240", 1, 0, 25), + (33249, "389240", 1, 0, 25), + (33250, "389180", 1, 0, 25), + (33251, "389180", 1, 0, 25), + (33252, "389180", 1, 0, 25), + (33253, "389180", 1, 0, 25), + (33254, "389180", 1, 0, 25), + (33255, "389180", 1, 0, 25), + (33256, "389180", 1, 0, 25), + (33257, "389180", 1, 0, 25), + (33258, "389180", 1, 0, 25), + (33259, "389350", 1, 0, 25), + (33260, "389350", 1, 0, 25), + (33261, "389220", 1, 0, 25), + (33262, "389220", 1, 0, 25), + (33263, "389160", 1, 0, 25), + (33264, "389160", 1, 0, 25), + (33265, "389154", 1, 0, 25), + (33266, "389160", 1, 0, 25), + (33267, "389154", 1, 0, 25), + (33268, "389160", 1, 0, 25), + (33269, "389160", 1, 0, 25), + (33270, "389160", 1, 0, 25), + (33271, "389160", 1, 0, 25), + (33272, "389160", 1, 0, 25), + (33273, "389160", 1, 0, 25), + (33274, "389160", 1, 0, 25), + (33275, "389160", 1, 0, 25), + (33276, "389160", 1, 0, 25), + (33277, "389160", 1, 0, 25), + (33278, "389154", 1, 0, 25), + (33279, "389160", 1, 0, 25), + (33280, "389154", 1, 0, 25), + (33281, "389154", 1, 0, 25), + (33282, "389160", 1, 0, 25), + (33283, "389154", 1, 0, 25), + (33284, "389380", 1, 0, 25), + (33285, "389380", 1, 0, 25), + (33286, "389380", 1, 0, 25), + (33287, "389380", 1, 0, 25), + (33288, "389380", 1, 0, 25), + (33289, "389380", 1, 0, 25), + (33290, "389380", 1, 0, 25), + (33291, "389380", 1, 0, 25), + (33292, "389380", 1, 0, 25), + (33293, "389380", 1, 0, 25), + (33294, "389380", 1, 0, 25), + (33295, "389380", 1, 0, 25), + (33296, "389380", 1, 0, 25), + (33297, "389380", 1, 0, 25), + (33298, "389380", 1, 0, 25), + (33299, "389380", 1, 0, 25), + (33300, "389380", 1, 0, 25), + (33301, "389380", 1, 0, 25), + (33302, "389380", 1, 0, 25), + (33303, "389380", 1, 0, 25), + (33304, "389380", 1, 0, 25), + (33305, "389380", 1, 0, 25), + (33306, "389380", 1, 0, 25), + (33307, "389380", 1, 0, 25), + (33308, "389140", 1, 0, 25), + (33309, "389140", 1, 0, 25), + (33310, "389140", 1, 0, 25), + (33311, "389140", 1, 0, 25), + (33312, "389140", 1, 0, 25), + (33313, "389140", 1, 0, 25), + (33314, "389140", 1, 0, 25), + (33315, "389140", 1, 0, 25), + (33316, "389140", 1, 0, 25), + (33317, "389140", 1, 0, 25), + (33318, "389140", 1, 0, 25), + (33319, "389265", 1, 0, 25), + (33320, "389265", 1, 0, 25), + (33321, "389265", 1, 0, 25), + (33322, "389265", 1, 0, 25), + (33323, "389265", 1, 0, 25), + (33324, "389110", 1, 0, 25), + (33325, "389110", 1, 0, 25), + (33326, "389110", 1, 0, 25), + (33327, "389110", 1, 0, 25), + (33328, "389110", 1, 0, 25), + (33329, "389110", 1, 0, 25), + (33330, "389110", 1, 0, 25), + (33331, "389110", 1, 0, 25), + (33332, "389110", 1, 0, 25), + (33333, "389110", 1, 0, 25), + (33334, "389110", 1, 0, 25), + (33335, "389110", 1, 0, 25), + (33336, "389130", 1, 0, 25), + (33337, "389130", 1, 0, 25), + (33338, "389130", 1, 0, 25), + (33339, "389130", 1, 0, 25), + (33340, "389130", 1, 0, 25), + (33341, "389130", 1, 0, 25), + (33342, "389130", 1, 0, 25), + (33343, "389130", 1, 0, 25), + (33344, "389130", 1, 0, 25), + (33345, "389130", 1, 0, 25), + (33346, "389130", 1, 0, 25), + (33347, "389130", 1, 0, 25), + (33348, "389130", 1, 0, 25), + (33349, "389175", 1, 0, 25), + (33350, "389175", 1, 0, 25), + (33351, "389175", 1, 0, 25), + (33352, "389175", 1, 0, 25), + (33353, "389175", 1, 0, 25), + (33354, "389175", 1, 0, 25), + (33355, "389380", 1, 0, 25), + (33356, "389380", 1, 0, 25), + (33357, "389380", 1, 0, 25), + (33358, "389380", 1, 0, 25), + (33359, "389380", 1, 0, 25), + (33360, "389380", 1, 0, 25), + (33361, "389380", 1, 0, 25), + (33362, "389380", 1, 0, 25), + (33363, "389380", 1, 0, 25), + (33364, "389380", 1, 0, 25), + (33365, "389382", 1, 0, 25), + (33366, "389382", 1, 0, 25), + (33367, "389382", 1, 0, 25), + (33368, "389382", 1, 0, 25), + (33369, "389382", 1, 0, 25), + (33370, "389382", 1, 0, 25), + (33371, "389382", 1, 0, 25), + (33372, "389382", 1, 0, 25), + (33373, "389382", 1, 0, 25), + (33374, "389382", 1, 0, 25), + (33375, "389382", 1, 0, 25), + (33376, "389382", 1, 0, 25), + (33377, "389382", 1, 0, 25), + (33378, "389146", 1, 0, 25), + (33379, "389146", 1, 0, 25), + (33380, "389320", 1, 0, 25), + (33381, "389320", 1, 0, 25), + (33382, "389320", 1, 0, 25), + (33383, "389320", 1, 0, 25), + (33384, "389365", 1, 0, 25), + (33385, "389365", 1, 0, 25), + (33386, "389365", 1, 0, 25), + (33387, "389365", 1, 0, 25), + (33388, "389365", 1, 0, 25), + (33389, "389365", 1, 0, 25), + (33390, "389365", 1, 0, 25), + (33391, "389365", 1, 0, 25), + (33392, "389365", 1, 0, 25), + (33393, "389365", 1, 0, 25), + (33394, "389365", 1, 0, 25), + (33395, "389365", 1, 0, 25), + (33396, "389365", 1, 0, 25), + (33397, "389365", 1, 0, 25), + (33398, "389365", 1, 0, 25), + (33399, "389365", 1, 0, 25), + (33400, "389365", 1, 0, 25), + (33401, "389365", 1, 0, 25), + (33402, "389365", 1, 0, 25), + (33403, "389350", 1, 0, 25), + (33404, "389350", 1, 0, 25), + (33405, "389350", 1, 0, 25), + (33406, "389350", 1, 0, 25), + (33407, "389350", 1, 0, 25), + (33408, "389350", 1, 0, 25), + (33409, "389350", 1, 0, 25), + (33410, "389350", 1, 0, 25), + (33411, "389350", 1, 0, 25), + (33412, "389350", 1, 0, 25), + (33413, "389350", 1, 0, 25), + (33414, "389350", 1, 0, 25), + (33415, "389350", 1, 0, 25), + (33416, "389350", 1, 0, 25), + (33417, "389180", 1, 0, 25), + (33418, "389180", 1, 0, 25), + (33419, "389180", 1, 0, 25), + (33420, "389180", 1, 0, 25), + (33421, "389180", 1, 0, 25), + (33422, "389180", 1, 0, 25), + (33423, "389180", 1, 0, 25), + (33424, "389180", 1, 0, 25), + (33425, "389180", 1, 0, 25), + (33426, "389140", 1, 0, 25), + (33427, "389140", 1, 0, 25), + (33428, "389140", 1, 0, 25), + (33429, "389140", 1, 0, 25), + (33430, "389140", 1, 0, 25), + (33431, "389140", 1, 0, 25), + (33432, "389140", 1, 0, 25), + (33433, "389140", 1, 0, 25), + (33434, "389175", 1, 0, 25), + (33435, "389175", 1, 0, 25), + (33436, "389175", 1, 0, 25), + (33437, "389175", 1, 0, 25), + (33438, "389175", 1, 0, 25), + (33439, "389175", 1, 0, 25), + (33440, "389260", 1, 0, 25), + (33441, "389260", 1, 0, 25), + (33442, "389260", 1, 0, 25), + (33443, "389260", 1, 0, 25), + (33444, "389260", 1, 0, 25), + (33445, "389260", 1, 0, 25), + (33446, "389260", 1, 0, 25), + (33447, "389260", 1, 0, 25), + (33448, "389260", 1, 0, 25), + (33449, "389260", 1, 0, 25), + (33450, "389260", 1, 0, 25), + (33451, "389260", 1, 0, 25), + (33452, "389260", 1, 0, 25), + (33453, "389190", 1, 0, 25), + (33454, "389190", 1, 0, 25), + (33455, "389190", 1, 0, 25), + (33456, "389190", 1, 0, 25), + (33457, "389390", 1, 0, 25), + (33458, "389390", 1, 0, 25), + (33459, "389390", 1, 0, 25), + (33460, "389390", 1, 0, 25), + (33461, "389390", 1, 0, 25), + (33462, "389390", 1, 0, 25), + (33463, "389390", 1, 0, 25), + (33464, "389390", 1, 0, 25), + (33465, "389390", 1, 0, 25), + (33466, "389390", 1, 0, 25), + (33467, "388713", 1, 0, 25), + (33468, "389330", 1, 0, 25), + (33469, "389330", 1, 0, 25), + (33470, "389330", 1, 0, 25), + (33471, "389330", 1, 0, 25), + (33472, "389220", 1, 0, 25), + (33473, "389220", 1, 0, 25), + (33474, "389220", 1, 0, 25), + (33475, "389220", 1, 0, 25), + (33476, "389220", 1, 0, 25), + (33477, "389220", 1, 0, 25), + (33478, "389230", 1, 0, 25), + (33479, "389230", 1, 0, 25), + (33480, "389230", 1, 0, 25), + (33481, "389230", 1, 0, 25), + (33482, "389230", 1, 0, 25), + (33483, "389230", 1, 0, 25), + (33484, "389230", 1, 0, 25), + (33485, "389230", 1, 0, 25), + (33486, "389235", 1, 0, 25), + (33487, "389230", 1, 0, 25), + (33488, "389230", 1, 0, 25), + (33489, "389230", 1, 0, 25), + (33490, "389230", 1, 0, 25), + (33491, "389190", 1, 0, 25), + (33492, "389190", 1, 0, 25), + (33493, "389190", 1, 0, 25), + (33494, "389190", 1, 0, 25), + (33495, "389190", 1, 0, 25), + (33496, "389190", 1, 0, 25), + (33497, "389190", 1, 0, 25), + (33498, "389190", 1, 0, 25), + (33499, "389170", 1, 0, 25), + (33500, "384265", 1, 0, 25), + (33501, "384255", 1, 0, 25), + (33502, "384272", 1, 0, 25), + (33503, "385340", 1, 0, 25), + (33504, "385360", 1, 0, 25), + (33505, "384229", 1, 0, 25), + (33506, "384229", 1, 0, 25), + (33507, "384229", 1, 0, 25), + (33508, "384260", 1, 0, 25), + (33509, "384260", 1, 0, 25), + (33510, "384245", 1, 0, 25), + (33511, "384245", 1, 0, 25), + (33512, "384245", 1, 0, 25), + (33513, "384245", 1, 0, 25), + (33514, "384245", 1, 0, 25), + (33515, "384245", 1, 0, 25), + (33516, "384245", 1, 0, 25), + (33517, "384245", 1, 0, 25), + (33518, "384245", 1, 0, 25), + (33519, "384245", 1, 0, 25), + (33520, "384245", 1, 0, 25), + (33521, "384245", 1, 0, 25), + (33522, "384245", 1, 0, 25), + (33523, "384245", 1, 0, 25), + (33524, "384245", 1, 0, 25), + (33525, "384245", 1, 0, 25), + (33526, "384245", 1, 0, 25), + (33527, "384245", 1, 0, 25), + (33528, "384245", 1, 0, 25), + (33529, "384245", 1, 0, 25), + (33530, "384245", 1, 0, 25), + (33531, "384246", 1, 0, 25), + (33532, "384246", 1, 0, 25), + (33533, "384246", 1, 0, 25), + (33534, "385350", 1, 0, 25), + (33535, "385350", 1, 0, 25), + (33536, "385350", 1, 0, 25), + (33537, "385350", 1, 0, 25), + (33538, "385350", 1, 0, 25), + (33539, "385350", 1, 0, 25), + (33540, "385350", 1, 0, 25), + (33541, "385350", 1, 0, 25), + (33542, "385350", 1, 0, 25), + (33543, "384272", 1, 0, 25), + (33544, "384240", 1, 0, 25), + (33545, "384240", 1, 0, 25), + (33546, "384240", 1, 0, 25), + (33547, "384240", 1, 0, 25), + (33548, "384240", 1, 0, 25), + (33549, "384240", 1, 0, 25), + (33550, "384240", 1, 0, 25), + (33551, "384240", 1, 0, 25), + (33552, "384240", 1, 0, 25), + (33553, "384240", 1, 0, 25), + (33554, "384240", 1, 0, 25), + (33555, "384240", 1, 0, 25), + (33556, "384240", 1, 0, 25), + (33557, "384240", 1, 0, 25), + (33558, "384240", 1, 0, 25), + (33559, "384240", 1, 0, 25), + (33560, "384240", 1, 0, 25), + (33561, "384240", 1, 0, 25), + (33562, "384240", 1, 0, 25), + (33563, "384290", 1, 0, 25), + (33564, "384290", 1, 0, 25), + (33565, "384290", 1, 0, 25), + (33566, "384290", 1, 0, 25), + (33567, "384290", 1, 0, 25), + (33568, "384265", 1, 0, 25), + (33569, "384265", 1, 0, 25), + (33570, "384265", 1, 0, 25), + (33571, "384265", 1, 0, 25), + (33572, "384265", 1, 0, 25), + (33573, "384265", 1, 0, 25), + (33574, "384265", 1, 0, 25), + (33575, "384265", 1, 0, 25), + (33576, "384265", 1, 0, 25), + (33577, "384265", 1, 0, 25), + (33578, "384265", 1, 0, 25), + (33579, "384265", 1, 0, 25), + (33580, "384265", 1, 0, 25), + (33581, "384265", 1, 0, 25), + (33582, "384265", 1, 0, 25), + (33583, "384265", 1, 0, 25), + (33584, "385340", 1, 0, 25), + (33585, "385340", 1, 0, 25), + (33586, "385340", 1, 0, 25), + (33587, "385340", 1, 0, 25), + (33588, "385340", 1, 0, 25), + (33589, "385340", 1, 0, 25), + (33590, "385340", 1, 0, 25), + (33591, "385340", 1, 0, 25), + (33592, "385340", 1, 0, 25), + (33593, "385340", 1, 0, 25), + (33594, "385340", 1, 0, 25), + (33595, "385340", 1, 0, 25), + (33596, "385340", 1, 0, 25), + (33597, "385340", 1, 0, 25), + (33598, "385340", 1, 0, 25), + (33599, "385340", 1, 0, 25), + (33600, "385340", 1, 0, 25), + (33601, "385340", 1, 0, 25), + (33602, "384275", 1, 0, 25), + (33603, "384275", 1, 0, 25), + (33604, "384275", 1, 0, 25), + (33605, "384265", 1, 0, 25), + (33606, "384265", 1, 0, 25), + (33607, "384265", 1, 0, 25), + (33608, "384265", 1, 0, 25), + (33609, "384275", 1, 0, 25), + (33610, "384275", 1, 0, 25), + (33611, "384275", 1, 0, 25), + (33612, "384275", 1, 0, 25), + (33613, "384275", 1, 0, 25), + (33614, "384275", 1, 0, 25), + (33615, "384275", 1, 0, 25), + (33616, "384221", 1, 0, 25), + (33617, "384221", 1, 0, 25), + (33618, "384221", 1, 0, 25), + (33619, "385360", 1, 0, 25), + (33620, "385360", 1, 0, 25), + (33621, "384265", 1, 0, 25), + (33622, "384265", 1, 0, 25), + (33623, "384265", 1, 0, 25), + (33624, "384265", 1, 0, 25), + (33625, "384110", 1, 0, 25), + (33626, "384110", 1, 0, 25), + (33627, "384220", 1, 0, 25), + (33628, "384220", 1, 0, 25), + (33629, "384220", 1, 0, 25), + (33630, "384220", 1, 0, 25), + (33631, "384220", 1, 0, 25), + (33632, "384220", 1, 0, 25), + (33633, "384220", 1, 0, 25), + (33634, "384220", 1, 0, 25), + (33635, "384220", 1, 0, 25), + (33636, "384225", 1, 0, 25), + (33637, "384225", 1, 0, 25), + (33638, "384225", 1, 0, 25), + (33639, "384225", 1, 0, 25), + (33640, "384225", 1, 0, 25), + (33641, "384225", 1, 0, 25), + (33642, "384240", 1, 0, 25), + (33643, "384240", 1, 0, 25), + (33644, "384240", 1, 0, 25), + (33645, "384240", 1, 0, 25), + (33646, "384240", 1, 0, 25), + (33647, "384240", 1, 0, 25), + (33648, "384240", 1, 0, 25), + (33649, "384240", 1, 0, 25), + (33650, "384230", 1, 0, 25), + (33651, "384230", 1, 0, 25), + (33652, "384220", 1, 0, 25), + (33653, "384230", 1, 0, 25), + (33654, "384230", 1, 0, 25), + (33655, "384255", 1, 0, 25), + (33656, "384255", 1, 0, 25), + (33657, "384255", 1, 0, 25), + (33658, "384255", 1, 0, 25), + (33659, "384255", 1, 0, 25), + (33660, "384272", 1, 0, 25), + (33661, "384272", 1, 0, 25), + (33662, "384272", 1, 0, 25), + (33663, "384151", 1, 0, 25), + (33664, "384151", 1, 0, 25), + (33665, "384151", 1, 0, 25), + (33666, "384151", 1, 0, 25), + (33667, "384151", 1, 0, 25), + (33668, "384151", 1, 0, 25), + (33669, "384151", 1, 0, 25), + (33670, "384151", 1, 0, 25), + (33671, "384151", 1, 0, 25), + (33672, "384151", 1, 0, 25), + (33673, "384151", 1, 0, 25), + (33674, "384151", 1, 0, 25), + (33675, "384151", 1, 0, 25), + (33676, "384151", 1, 0, 25), + (33677, "384151", 1, 0, 25), + (33678, "384151", 1, 0, 25), + (33679, "384151", 1, 0, 25), + (33680, "384151", 1, 0, 25), + (33681, "384241", 1, 0, 25), + (33682, "384241", 1, 0, 25), + (33683, "384241", 1, 0, 25), + (33684, "384241", 1, 0, 25), + (33685, "384241", 1, 0, 25), + (33686, "384241", 1, 0, 25), + (33687, "384241", 1, 0, 25), + (33688, "384241", 1, 0, 25), + (33689, "384241", 1, 0, 25), + (33690, "384241", 1, 0, 25), + (33691, "384241", 1, 0, 25), + (33692, "384241", 1, 0, 25), + (33693, "385340", 1, 0, 25), + (33694, "385340", 1, 0, 25), + (33695, "385340", 1, 0, 25), + (33696, "385340", 1, 0, 25), + (33697, "385340", 1, 0, 25), + (33698, "385340", 1, 0, 25), + (33699, "385360", 1, 0, 25), + (33700, "385360", 1, 0, 25), + (33701, "385360", 1, 0, 25), + (33702, "385360", 1, 0, 25), + (33703, "385360", 1, 0, 25), + (33704, "385360", 1, 0, 25), + (33705, "385360", 1, 0, 25), + (33706, "385360", 1, 0, 25), + (33707, "385360", 1, 0, 25), + (33708, "385360", 1, 0, 25), + (33709, "385360", 1, 0, 25), + (33710, "385360", 1, 0, 25), + (33711, "385360", 1, 0, 25), + (33712, "385360", 1, 0, 25), + (33713, "384285", 1, 0, 25), + (33714, "384285", 1, 0, 25), + (33715, "384285", 1, 0, 25), + (33716, "384285", 1, 0, 25), + (33717, "384285", 1, 0, 25), + (33718, "384285", 1, 0, 25), + (33719, "384285", 1, 0, 25), + (33720, "384285", 1, 0, 25), + (33721, "384285", 1, 0, 25), + (33722, "384285", 1, 0, 25), + (33723, "384285", 1, 0, 25), + (33724, "384285", 1, 0, 25), + (33725, "384285", 1, 0, 25), + (33726, "384285", 1, 0, 25), + (33727, "384285", 1, 0, 25), + (33728, "384285", 1, 0, 25), + (33729, "384285", 1, 0, 25), + (33730, "384285", 1, 0, 25), + (33731, "384221", 1, 0, 25), + (33732, "384151", 1, 0, 25), + (33733, "384246", 1, 0, 25), + (33734, "384246", 1, 0, 25), + (33735, "360545", 1, 0, 25), + (33736, "360590", 1, 0, 25), + (33737, "360590", 1, 0, 25), + (33738, "360590", 1, 0, 25), + (33739, "360590", 1, 0, 25), + (33740, "360590", 1, 0, 25), + (33741, "360590", 1, 0, 25), + (33742, "360590", 1, 0, 25), + (33743, "360590", 1, 0, 25), + (33744, "360590", 1, 0, 25), + (33745, "360590", 1, 0, 25), + (33746, "360590", 1, 0, 25), + (33747, "360590", 1, 0, 25), + (33748, "362620", 1, 0, 25), + (33749, "362620", 1, 0, 25), + (33750, "362620", 1, 0, 25), + (33751, "362620", 1, 0, 25), + (33752, "360590", 1, 0, 25), + (33753, "360590", 1, 0, 25), + (33754, "360590", 1, 0, 25), + (33755, "362620", 1, 0, 25), + (33756, "362620", 1, 0, 25), + (33757, "362620", 1, 0, 25), + (33758, "362620", 1, 0, 25), + (33759, "362620", 1, 0, 25), + (33760, "362620", 1, 0, 25), + (33761, "362620", 1, 0, 25), + (33762, "362620", 1, 0, 25), + (33763, "362620", 1, 0, 25), + (33764, "362620", 1, 0, 25), + (33765, "362620", 1, 0, 25), + (33766, "362620", 1, 0, 25), + (33767, "362620", 1, 0, 25), + (33768, "362620", 1, 0, 25), + (33769, "362620", 1, 0, 25), + (33770, "362230", 1, 0, 25), + (33771, "360570", 1, 0, 25), + (33772, "362620", 1, 0, 25), + (33773, "362620", 1, 0, 25), + (33774, "360579", 1, 0, 25), + (33775, "360590", 1, 0, 25), + (33776, "360579", 1, 0, 25), + (33777, "360579", 1, 0, 25), + (33778, "360579", 1, 0, 25), + (33779, "360579", 1, 0, 25), + (33780, "360579", 1, 0, 25), + (33781, "360579", 1, 0, 25), + (33782, "360579", 1, 0, 25), + (33783, "360579", 1, 0, 25), + (33784, "360579", 1, 0, 25), + (33785, "360579", 1, 0, 25), + (33786, "362650", 1, 0, 25), + (33787, "362650", 1, 0, 25), + (33788, "362650", 1, 0, 25), + (33789, "360579", 1, 0, 25), + (33790, "362650", 1, 0, 25), + (33791, "362650", 1, 0, 25), + (33792, "362650", 1, 0, 25), + (33793, "362650", 1, 0, 25), + (33794, "362650", 1, 0, 25), + (33795, "362650", 1, 0, 25), + (33796, "362650", 1, 0, 25), + (33797, "362650", 1, 0, 25), + (33798, "362650", 1, 0, 25), + (33799, "362650", 1, 0, 25), + (33800, "362650", 1, 0, 25), + (33801, "362230", 1, 0, 25), + (33802, "362230", 1, 0, 25), + (33803, "362230", 1, 0, 25), + (33804, "362230", 1, 0, 25), + (33805, "362230", 1, 0, 25), + (33806, "362230", 1, 0, 25), + (33807, "362230", 1, 0, 25), + (33808, "362630", 1, 0, 25), + (33809, "362630", 1, 0, 25), + (33810, "362630", 1, 0, 25), + (33811, "362630", 1, 0, 25), + (33812, "362630", 1, 0, 25), + (33813, "362630", 1, 0, 25), + (33814, "362630", 1, 0, 25), + (33815, "362630", 1, 0, 25), + (33816, "362630", 1, 0, 25), + (33817, "362630", 1, 0, 25), + (33818, "362630", 1, 0, 25), + (33819, "362225", 1, 0, 25), + (33820, "362225", 1, 0, 25), + (33821, "362225", 1, 0, 25), + (33822, "362225", 1, 0, 25), + (33823, "362225", 1, 0, 25), + (33824, "362225", 1, 0, 25), + (33825, "362225", 1, 0, 25), + (33826, "362625", 1, 0, 25), + (33827, "362625", 1, 0, 25), + (33828, "362625", 1, 0, 25), + (33829, "362625", 1, 0, 25), + (33830, "362625", 1, 0, 25), + (33831, "362625", 1, 0, 25), + (33832, "360576", 1, 0, 25), + (33833, "360576", 1, 0, 25), + (33834, "360576", 1, 0, 25), + (33835, "360576", 1, 0, 25), + (33836, "360576", 1, 0, 25), + (33837, "360576", 1, 0, 25), + (33838, "360576", 1, 0, 25), + (33839, "360576", 1, 0, 25), + (33840, "360576", 1, 0, 25), + (33841, "360570", 1, 0, 25), + (33842, "360570", 1, 0, 25), + (33843, "360570", 1, 0, 25), + (33844, "360570", 1, 0, 25), + (33845, "360570", 1, 0, 25), + (33846, "360570", 1, 0, 25), + (33847, "360570", 1, 0, 25), + (33848, "360570", 1, 0, 25), + (33849, "360570", 1, 0, 25), + (33850, "360570", 1, 0, 25), + (33851, "360550", 1, 0, 25), + (33852, "360550", 1, 0, 25), + (33853, "360550", 1, 0, 25), + (33854, "360550", 1, 0, 25), + (33855, "362640", 1, 0, 25), + (33856, "362640", 1, 0, 25), + (33857, "362640", 1, 0, 25), + (33858, "362640", 1, 0, 25), + (33859, "362640", 1, 0, 25), + (33860, "362640", 1, 0, 25), + (33861, "362640", 1, 0, 25), + (33862, "362225", 1, 0, 25), + (33863, "362225", 1, 0, 25), + (33864, "362240", 1, 0, 25), + (33865, "362240", 1, 0, 25), + (33866, "362240", 1, 0, 25), + (33867, "362240", 1, 0, 25), + (33868, "362240", 1, 0, 25), + (33869, "362240", 1, 0, 25), + (33870, "362240", 1, 0, 25), + (33871, "362240", 1, 0, 25), + (33872, "362240", 1, 0, 25), + (33873, "360006", 1, 0, 25), + (33874, "363670", 1, 0, 25), + (33875, "363642", 1, 0, 25), + (33876, "363650", 1, 0, 25), + (33877, "363621", 1, 0, 25), + (33878, "363621", 1, 0, 25), + (33879, "363621", 1, 0, 25), + (33880, "363621", 1, 0, 25), + (33881, "363621", 1, 0, 25), + (33882, "363621", 1, 0, 25), + (33883, "363621", 1, 0, 25), + (33884, "360024", 1, 0, 25), + (33885, "360024", 1, 0, 25), + (33886, "360110", 1, 0, 25), + (33887, "360021", 1, 0, 25), + (33888, "360110", 1, 0, 25), + (33889, "360110", 1, 0, 25), + (33890, "360110", 1, 0, 25), + (33891, "360110", 1, 0, 25), + (33892, "360110", 1, 0, 25), + (33893, "360110", 1, 0, 25), + (33894, "360110", 1, 0, 25), + (33895, "360110", 1, 0, 25), + (33896, "360110", 1, 0, 25), + (33897, "360110", 1, 0, 25), + (33898, "360021", 1, 0, 25), + (33899, "360110", 1, 0, 25), + (33900, "360110", 1, 0, 25), + (33901, "360110", 1, 0, 25), + (33902, "360110", 1, 0, 25), + (33903, "360110", 1, 0, 25), + (33904, "360110", 1, 0, 25), + (33905, "360110", 1, 0, 25), + (33906, "360110", 1, 0, 25), + (33907, "360110", 1, 0, 25), + (33908, "360110", 1, 0, 25), + (33909, "360110", 1, 0, 25), + (33910, "360110", 1, 0, 25), + (33911, "360110", 1, 0, 25), + (33912, "363621", 1, 0, 25), + (33913, "360110", 1, 0, 25), + (33914, "363641", 1, 0, 25), + (33915, "363641", 1, 0, 25), + (33916, "363641", 1, 0, 25), + (33917, "363641", 1, 0, 25), + (33918, "363641", 1, 0, 25), + (33919, "363641", 1, 0, 25), + (33920, "363641", 1, 0, 25), + (33921, "363641", 1, 0, 25), + (33922, "363641", 1, 0, 25), + (33923, "363641", 1, 0, 25), + (33924, "363641", 1, 0, 25), + (33925, "363641", 1, 0, 25), + (33926, "363641", 1, 0, 25), + (33927, "363641", 1, 0, 25), + (33928, "363641", 1, 0, 25), + (33929, "363641", 1, 0, 25), + (33930, "363641", 1, 0, 25), + (33931, "363641", 1, 0, 25), + (33932, "363641", 1, 0, 25), + (33933, "363641", 1, 0, 25), + (33934, "363641", 1, 0, 25), + (33935, "363641", 1, 0, 25), + (33936, "363641", 1, 0, 25), + (33937, "363641", 1, 0, 25), + (33938, "363641", 1, 0, 25), + (33939, "363642", 1, 0, 25), + (33940, "363642", 1, 0, 25), + (33941, "363642", 1, 0, 25), + (33942, "363642", 1, 0, 25), + (33943, "363642", 1, 0, 25), + (33944, "363642", 1, 0, 25), + (33945, "363642", 1, 0, 25), + (33946, "360002", 1, 0, 25), + (33947, "360022", 1, 0, 25), + (33948, "360002", 1, 0, 25), + (33949, "360003", 1, 0, 25), + (33950, "360003", 1, 0, 25), + (33951, "360003", 1, 0, 25), + (33952, "360003", 1, 0, 25), + (33953, "360003", 1, 0, 25), + (33954, "360003", 1, 0, 25), + (33955, "360003", 1, 0, 25), + (33956, "360003", 1, 0, 25), + (33957, "363641", 1, 0, 25), + (33958, "360003", 1, 0, 25), + (33959, "360003", 1, 0, 25), + (33960, "360003", 1, 0, 25), + (33961, "360004", 1, 0, 25), + (33962, "360004", 1, 0, 25), + (33963, "360004", 1, 0, 25), + (33964, "360004", 1, 0, 25), + (33965, "360006", 1, 0, 25), + (33966, "363642", 1, 0, 25), + (33967, "363642", 1, 0, 25), + (33968, "363642", 1, 0, 25), + (33969, "360025", 1, 0, 25), + (33970, "360025", 1, 0, 25), + (33971, "360025", 1, 0, 25), + (33972, "360025", 1, 0, 25), + (33973, "360025", 1, 0, 25), + (33974, "360025", 1, 0, 25), + (33975, "360025", 1, 0, 25), + (33976, "360025", 1, 0, 25), + (33977, "360025", 1, 0, 25), + (33978, "360025", 1, 0, 25), + (33979, "360025", 1, 0, 25), + (33980, "360060", 1, 0, 25), + (33981, "360025", 1, 0, 25), + (33982, "360060", 1, 0, 25), + (33983, "360060", 1, 0, 25), + (33984, "360025", 1, 0, 25), + (33985, "363641", 1, 0, 25), + (33986, "363641", 1, 0, 25), + (33987, "363641", 1, 0, 25), + (33988, "363641", 1, 0, 25), + (33989, "363660", 1, 0, 25), + (33990, "363650", 1, 0, 25), + (33991, "363650", 1, 0, 25), + (33992, "363650", 1, 0, 25), + (33993, "363650", 1, 0, 25), + (33994, "363650", 1, 0, 25), + (33995, "363650", 1, 0, 25), + (33996, "363650", 1, 0, 25), + (33997, "363650", 1, 0, 25), + (33998, "363650", 1, 0, 25), + (33999, "360005", 1, 0, 25), + (34000, "360005", 1, 0, 25), + (34001, "360005", 1, 0, 25), + (34002, "363660", 1, 0, 25), + (34003, "363660", 1, 0, 25), + (34004, "363660", 1, 0, 25), + (34005, "363660", 1, 0, 25), + (34006, "363660", 1, 0, 25), + (34007, "363660", 1, 0, 25), + (34008, "363660", 1, 0, 25), + (34009, "363660", 1, 0, 25), + (34010, "363630", 1, 0, 25), + (34011, "363630", 1, 0, 25), + (34012, "363630", 1, 0, 25), + (34013, "363630", 1, 0, 25), + (34014, "363630", 1, 0, 25), + (34015, "363630", 1, 0, 25), + (34016, "363630", 1, 0, 25), + (34017, "363630", 1, 0, 25), + (34018, "363630", 1, 0, 25), + (34019, "363630", 1, 0, 25), + (34020, "360020", 1, 0, 25), + (34021, "360020", 1, 0, 25), + (34022, "360020", 1, 0, 25), + (34023, "360020", 1, 0, 25), + (34024, "363670", 1, 0, 25), + (34025, "363670", 1, 0, 25), + (34026, "363670", 1, 0, 25), + (34027, "363670", 1, 0, 25), + (34028, "363670", 1, 0, 25), + (34029, "363670", 1, 0, 25), + (34030, "363670", 1, 0, 25), + (34031, "363670", 1, 0, 25), + (34032, "363650", 1, 0, 25), + (34033, "363650", 1, 0, 25), + (34034, "363650", 1, 0, 25), + (34035, "363650", 1, 0, 25), + (34036, "363650", 1, 0, 25), + (34037, "363650", 1, 0, 25), + (34038, "363621", 1, 0, 25), + (34039, "363621", 1, 0, 25), + (34040, "363621", 1, 0, 25), + (34041, "363621", 1, 0, 25), + (34042, "363621", 1, 0, 25), + (34043, "363621", 1, 0, 25), + (34044, "363621", 1, 0, 25), + (34045, "363621", 1, 0, 25), + (34046, "363621", 1, 0, 25), + (34047, "363621", 1, 0, 25), + (34048, "363621", 1, 0, 25), + (34049, "363621", 1, 0, 25), + (34050, "363621", 1, 0, 25), + (34051, "363621", 1, 0, 25), + (34052, "363621", 1, 0, 25), + (34053, "363621", 1, 0, 25), + (34054, "363621", 1, 0, 25), + (34055, "363621", 1, 0, 25), + (34056, "363621", 1, 0, 25), + (34057, "363621", 1, 0, 25), + (34058, "363621", 1, 0, 25), + (34059, "363621", 1, 0, 25), + (34060, "363621", 1, 0, 25), + (34061, "363621", 1, 0, 25), + (34062, "363621", 1, 0, 25), + (34063, "363621", 1, 0, 25), + (34064, "363621", 1, 0, 25), + (34065, "363621", 1, 0, 25), + (34066, "383325", 1, 0, 25), + (34067, "383330", 1, 0, 25), + (34068, "383030", 1, 0, 25), + (34069, "383001", 1, 0, 25), + (34070, "383440", 1, 0, 25), + (34071, "383316", 1, 0, 25), + (34072, "383316", 1, 0, 25), + (34073, "383316", 1, 0, 25), + (34074, "383316", 1, 0, 25), + (34075, "383251", 1, 0, 25), + (34076, "383251", 1, 0, 25), + (34077, "383251", 1, 0, 25), + (34078, "383251", 1, 0, 25), + (34079, "383251", 1, 0, 25), + (34080, "383251", 1, 0, 25), + (34081, "383251", 1, 0, 25), + (34082, "383251", 1, 0, 25), + (34083, "383251", 1, 0, 25), + (34084, "383251", 1, 0, 25), + (34085, "383251", 1, 0, 25), + (34086, "383345", 1, 0, 25), + (34087, "383345", 1, 0, 25), + (34088, "383345", 1, 0, 25), + (34089, "383345", 1, 0, 25), + (34090, "383345", 1, 0, 25), + (34091, "383345", 1, 0, 25), + (34092, "383345", 1, 0, 25), + (34093, "383345", 1, 0, 25), + (34094, "383345", 1, 0, 25), + (34095, "383345", 1, 0, 25), + (34096, "383345", 1, 0, 25), + (34097, "383345", 1, 0, 25), + (34098, "383350", 1, 0, 25), + (34099, "383350", 1, 0, 25), + (34100, "383440", 1, 0, 25), + (34101, "383440", 1, 0, 25), + (34102, "383255", 1, 0, 25), + (34103, "383255", 1, 0, 25), + (34104, "383255", 1, 0, 25), + (34105, "383255", 1, 0, 25), + (34106, "383255", 1, 0, 25), + (34107, "383255", 1, 0, 25), + (34108, "383255", 1, 0, 25), + (34109, "383255", 1, 0, 25), + (34110, "383255", 1, 0, 25), + (34111, "383255", 1, 0, 25), + (34112, "383255", 1, 0, 25), + (34113, "383255", 1, 0, 25), + (34114, "383255", 1, 0, 25), + (34115, "383255", 1, 0, 25), + (34116, "383462", 1, 0, 25), + (34117, "383462", 1, 0, 25), + (34118, "383462", 1, 0, 25), + (34119, "383462", 1, 0, 25), + (34120, "383462", 1, 0, 25), + (34121, "383462", 1, 0, 25), + (34122, "383462", 1, 0, 25), + (34123, "383462", 1, 0, 25), + (34124, "383462", 1, 0, 25), + (34125, "383462", 1, 0, 25), + (34126, "383462", 1, 0, 25), + (34127, "383275", 1, 0, 25), + (34128, "383275", 1, 0, 25), + (34129, "383275", 1, 0, 25), + (34130, "383275", 1, 0, 25), + (34131, "383275", 1, 0, 25), + (34132, "383275", 1, 0, 25), + (34133, "383316", 1, 0, 25), + (34134, "383316", 1, 0, 25), + (34135, "383316", 1, 0, 25), + (34136, "383350", 1, 0, 25), + (34137, "383215", 1, 0, 25), + (34138, "383215", 1, 0, 25), + (34139, "383215", 1, 0, 25), + (34140, "383215", 1, 0, 25), + (34141, "383215", 1, 0, 25), + (34142, "383215", 1, 0, 25), + (34143, "383215", 1, 0, 25), + (34144, "383215", 1, 0, 25), + (34145, "383215", 1, 0, 25), + (34146, "383215", 1, 0, 25), + (34147, "383215", 1, 0, 25), + (34148, "383215", 1, 0, 25), + (34149, "383215", 1, 0, 25), + (34150, "383307", 1, 0, 25), + (34151, "383307", 1, 0, 25), + (34152, "383307", 1, 0, 25), + (34153, "383307", 1, 0, 25), + (34154, "383307", 1, 0, 25), + (34155, "383307", 1, 0, 25), + (34156, "383307", 1, 0, 25), + (34157, "383010", 1, 0, 25), + (34158, "383010", 1, 0, 25), + (34159, "383010", 1, 0, 25), + (34160, "383010", 1, 0, 25), + (34161, "383010", 1, 0, 25), + (34162, "383010", 1, 0, 25), + (34163, "383010", 1, 0, 25), + (34164, "383010", 1, 0, 25), + (34165, "383010", 1, 0, 25), + (34166, "383235", 1, 0, 25), + (34167, "383235", 1, 0, 25), + (34168, "383235", 1, 0, 25), + (34169, "383235", 1, 0, 25), + (34170, "383235", 1, 0, 25), + (34171, "383450", 1, 0, 25), + (34172, "383246", 1, 0, 25), + (34173, "383246", 1, 0, 25), + (34174, "383246", 1, 0, 25), + (34175, "383246", 1, 0, 25), + (34176, "383246", 1, 0, 25), + (34177, "383246", 1, 0, 25), + (34178, "383246", 1, 0, 25), + (34179, "383250", 1, 0, 25), + (34180, "383250", 1, 0, 25), + (34181, "383250", 1, 0, 25), + (34182, "383250", 1, 0, 25), + (34183, "383250", 1, 0, 25), + (34184, "383250", 1, 0, 25), + (34185, "383250", 1, 0, 25), + (34186, "383250", 1, 0, 25), + (34187, "383250", 1, 0, 25), + (34188, "383250", 1, 0, 25), + (34189, "383250", 1, 0, 25), + (34190, "383250", 1, 0, 25), + (34191, "383230", 1, 0, 25), + (34192, "383230", 1, 0, 25), + (34193, "383230", 1, 0, 25), + (34194, "383230", 1, 0, 25), + (34195, "383230", 1, 0, 25), + (34196, "383230", 1, 0, 25), + (34197, "383230", 1, 0, 25), + (34198, "383230", 1, 0, 25), + (34199, "383230", 1, 0, 25), + (34200, "383230", 1, 0, 25), + (34201, "383230", 1, 0, 25), + (34202, "383235", 1, 0, 25), + (34203, "383235", 1, 0, 25), + (34204, "383235", 1, 0, 25), + (34205, "383235", 1, 0, 25), + (34206, "383235", 1, 0, 25), + (34207, "383235", 1, 0, 25), + (34208, "383235", 1, 0, 25), + (34209, "383235", 1, 0, 25), + (34210, "383450", 1, 0, 25), + (34211, "383434", 1, 0, 25), + (34212, "383434", 1, 0, 25), + (34213, "383434", 1, 0, 25), + (34214, "383434", 1, 0, 25), + (34215, "383434", 1, 0, 25), + (34216, "383434", 1, 0, 25), + (34217, "383434", 1, 0, 25), + (34218, "383434", 1, 0, 25), + (34219, "383434", 1, 0, 25), + (34220, "383460", 1, 0, 25), + (34221, "383460", 1, 0, 25), + (34222, "383460", 1, 0, 25), + (34223, "383460", 1, 0, 25), + (34224, "383460", 1, 0, 25), + (34225, "383460", 1, 0, 25), + (34226, "383460", 1, 0, 25), + (34227, "383460", 1, 0, 25), + (34228, "383460", 1, 0, 25), + (34229, "383460", 1, 0, 25), + (34230, "383355", 1, 0, 25), + (34231, "383210", 1, 0, 25), + (34232, "383210", 1, 0, 25), + (34233, "383210", 1, 0, 25), + (34234, "383210", 1, 0, 25), + (34235, "383210", 1, 0, 25), + (34236, "383210", 1, 0, 25), + (34237, "383210", 1, 0, 25), + (34238, "383210", 1, 0, 25), + (34239, "383210", 1, 0, 25), + (34240, "383210", 1, 0, 25), + (34241, "383246", 1, 0, 25), + (34242, "383246", 1, 0, 25), + (34243, "383246", 1, 0, 25), + (34244, "383246", 1, 0, 25), + (34245, "383246", 1, 0, 25), + (34246, "383422", 1, 0, 25), + (34247, "383422", 1, 0, 25), + (34248, "383422", 1, 0, 25), + (34249, "383422", 1, 0, 25), + (34250, "383422", 1, 0, 25), + (34251, "383422", 1, 0, 25), + (34252, "383422", 1, 0, 25), + (34253, "383422", 1, 0, 25), + (34254, "383422", 1, 0, 25), + (34255, "383422", 1, 0, 25), + (34256, "383422", 1, 0, 25), + (34257, "383422", 1, 0, 25), + (34258, "383205", 1, 0, 25), + (34259, "383205", 1, 0, 25), + (34260, "383205", 1, 0, 25), + (34261, "383205", 1, 0, 25), + (34262, "383205", 1, 0, 25), + (34263, "383205", 1, 0, 25), + (34264, "383205", 1, 0, 25), + (34265, "383205", 1, 0, 25), + (34266, "383270", 1, 0, 25), + (34267, "383270", 1, 0, 25), + (34268, "383270", 1, 0, 25), + (34269, "383270", 1, 0, 25), + (34270, "383255", 1, 0, 25), + (34271, "383270", 1, 0, 25), + (34272, "383270", 1, 0, 25), + (34273, "383270", 1, 0, 25), + (34274, "383270", 1, 0, 25), + (34275, "383270", 1, 0, 25), + (34276, "383255", 1, 0, 25), + (34277, "383276", 1, 0, 25), + (34278, "383276", 1, 0, 25), + (34279, "383276", 1, 0, 25), + (34280, "383276", 1, 0, 25), + (34281, "383276", 1, 0, 25), + (34282, "383350", 1, 0, 25), + (34283, "383350", 1, 0, 25), + (34284, "383350", 1, 0, 25), + (34285, "383350", 1, 0, 25), + (34286, "383350", 1, 0, 25), + (34287, "383350", 1, 0, 25), + (34288, "383350", 1, 0, 25), + (34289, "383350", 1, 0, 25), + (34290, "383350", 1, 0, 25), + (34291, "383350", 1, 0, 25), + (34292, "383350", 1, 0, 25), + (34293, "383350", 1, 0, 25), + (34294, "383350", 1, 0, 25), + (34295, "383350", 1, 0, 25), + (34296, "383350", 1, 0, 25), + (34297, "383350", 1, 0, 25), + (34298, "383350", 1, 0, 25), + (34299, "383350", 1, 0, 25), + (34300, "383350", 1, 0, 25), + (34301, "383350", 1, 0, 25), + (34302, "383350", 1, 0, 25), + (34303, "383350", 1, 0, 25), + (34304, "383350", 1, 0, 25), + (34305, "383350", 1, 0, 25), + (34306, "383350", 1, 0, 25), + (34307, "383315", 1, 0, 25), + (34308, "383315", 1, 0, 25), + (34309, "383315", 1, 0, 25), + (34310, "383315", 1, 0, 25), + (34311, "383315", 1, 0, 25), + (34312, "383315", 1, 0, 25), + (34313, "383315", 1, 0, 25), + (34314, "383315", 1, 0, 25), + (34315, "383315", 1, 0, 25), + (34316, "383315", 1, 0, 25), + (34317, "383315", 1, 0, 25), + (34318, "383315", 1, 0, 25), + (34319, "383315", 1, 0, 25), + (34320, "383315", 1, 0, 25), + (34321, "383315", 1, 0, 25), + (34322, "383315", 1, 0, 25), + (34323, "383315", 1, 0, 25), + (34324, "383315", 1, 0, 25), + (34325, "383315", 1, 0, 25), + (34326, "383315", 1, 0, 25), + (34327, "383422", 1, 0, 25), + (34328, "383205", 1, 0, 25), + (34329, "383205", 1, 0, 25), + (34330, "383205", 1, 0, 25), + (34331, "383205", 1, 0, 25), + (34332, "383205", 1, 0, 25), + (34333, "383205", 1, 0, 25), + (34334, "383205", 1, 0, 25), + (34335, "383205", 1, 0, 25), + (34336, "383205", 1, 0, 25), + (34337, "383270", 1, 0, 25), + (34338, "383270", 1, 0, 25), + (34339, "383270", 1, 0, 25), + (34340, "383255", 1, 0, 25), + (34341, "383270", 1, 0, 25), + (34342, "383270", 1, 0, 25), + (34343, "383270", 1, 0, 25), + (34344, "383270", 1, 0, 25), + (34345, "383270", 1, 0, 25), + (34346, "383270", 1, 0, 25), + (34347, "383270", 1, 0, 25), + (34348, "383270", 1, 0, 25), + (34349, "383422", 1, 0, 25), + (34350, "383422", 1, 0, 25), + (34351, "383276", 1, 0, 25), + (34352, "383276", 1, 0, 25), + (34353, "383120", 1, 0, 25), + (34354, "383120", 1, 0, 25), + (34355, "383120", 1, 0, 25), + (34356, "383120", 1, 0, 25), + (34357, "383120", 1, 0, 25), + (34358, "383320", 1, 0, 25), + (34359, "383320", 1, 0, 25), + (34360, "383320", 1, 0, 25), + (34361, "383340", 1, 0, 25), + (34362, "383340", 1, 0, 25), + (34363, "383340", 1, 0, 25), + (34364, "383340", 1, 0, 25), + (34365, "383340", 1, 0, 25), + (34366, "383340", 1, 0, 25), + (34367, "383340", 1, 0, 25), + (34368, "383355", 1, 0, 25), + (34369, "383355", 1, 0, 25), + (34370, "383355", 1, 0, 25), + (34371, "383355", 1, 0, 25), + (34372, "383355", 1, 0, 25), + (34373, "383355", 1, 0, 25), + (34374, "383355", 1, 0, 25), + (34375, "383355", 1, 0, 25), + (34376, "383355", 1, 0, 25), + (34377, "383355", 1, 0, 25), + (34378, "383355", 1, 0, 25), + (34379, "383246", 1, 0, 25), + (34380, "383246", 1, 0, 25), + (34381, "383246", 1, 0, 25), + (34382, "383246", 1, 0, 25), + (34383, "383246", 1, 0, 25), + (34384, "383246", 1, 0, 25), + (34385, "383246", 1, 0, 25), + (34386, "383215", 1, 0, 25), + (34387, "383330", 1, 0, 25), + (34388, "383310", 1, 0, 25), + (34389, "383310", 1, 0, 25), + (34390, "383310", 1, 0, 25), + (34391, "383310", 1, 0, 25), + (34392, "383310", 1, 0, 25), + (34393, "383310", 1, 0, 25), + (34394, "383310", 1, 0, 25), + (34395, "383310", 1, 0, 25), + (34396, "383310", 1, 0, 25), + (34397, "383310", 1, 0, 25), + (34398, "383310", 1, 0, 25), + (34399, "383310", 1, 0, 25), + (34400, "383310", 1, 0, 25), + (34401, "383310", 1, 0, 25), + (34402, "383310", 1, 0, 25), + (34403, "383310", 1, 0, 25), + (34404, "383310", 1, 0, 25), + (34405, "383310", 1, 0, 25), + (34406, "383335", 1, 0, 25), + (34407, "383335", 1, 0, 25), + (34408, "383335", 1, 0, 25), + (34409, "383335", 1, 0, 25), + (34410, "383335", 1, 0, 25), + (34411, "383335", 1, 0, 25), + (34412, "383335", 1, 0, 25), + (34413, "383335", 1, 0, 25), + (34414, "383335", 1, 0, 25), + (34415, "383335", 1, 0, 25), + (34416, "383030", 1, 0, 25), + (34417, "383030", 1, 0, 25), + (34418, "383030", 1, 0, 25), + (34419, "383260", 1, 0, 25), + (34420, "383260", 1, 0, 25), + (34421, "383260", 1, 0, 25), + (34422, "383260", 1, 0, 25), + (34423, "383410", 1, 0, 25), + (34424, "383410", 1, 0, 25), + (34425, "383410", 1, 0, 25), + (34426, "383410", 1, 0, 25), + (34427, "383410", 1, 0, 25), + (34428, "383410", 1, 0, 25), + (34429, "383410", 1, 0, 25), + (34430, "383410", 1, 0, 25), + (34431, "383240", 1, 0, 25), + (34432, "383240", 1, 0, 25), + (34433, "383240", 1, 0, 25), + (34434, "383240", 1, 0, 25), + (34435, "383240", 1, 0, 25), + (34436, "383240", 1, 0, 25), + (34437, "383240", 1, 0, 25), + (34438, "383325", 1, 0, 25), + (34439, "383325", 1, 0, 25), + (34440, "383325", 1, 0, 25), + (34441, "383325", 1, 0, 25), + (34442, "383325", 1, 0, 25), + (34443, "383325", 1, 0, 25), + (34444, "383325", 1, 0, 25), + (34445, "383325", 1, 0, 25), + (34446, "383325", 1, 0, 25), + (34447, "383325", 1, 0, 25), + (34448, "383325", 1, 0, 25), + (34449, "383325", 1, 0, 25), + (34450, "383325", 1, 0, 25), + (34451, "383325", 1, 0, 25), + (34452, "383325", 1, 0, 25), + (34453, "383325", 1, 0, 25), + (34454, "383325", 1, 0, 25), + (34455, "383325", 1, 0, 25), + (34456, "383325", 1, 0, 25), + (34457, "383245", 1, 0, 25), + (34458, "383245", 1, 0, 25), + (34459, "383245", 1, 0, 25), + (34460, "383245", 1, 0, 25), + (34461, "383245", 1, 0, 25), + (34462, "383245", 1, 0, 25), + (34463, "383245", 1, 0, 25), + (34464, "383245", 1, 0, 25), + (34465, "383245", 1, 0, 25), + (34466, "383245", 1, 0, 25), + (34467, "383245", 1, 0, 25), + (34468, "383245", 1, 0, 25), + (34469, "383245", 1, 0, 25), + (34470, "383245", 1, 0, 25), + (34471, "383245", 1, 0, 25), + (34472, "383245", 1, 0, 25), + (34473, "383245", 1, 0, 25), + (34474, "383421", 1, 0, 25), + (34475, "383421", 1, 0, 25), + (34476, "383421", 1, 0, 25), + (34477, "383421", 1, 0, 25), + (34478, "383421", 1, 0, 25), + (34479, "383317", 1, 0, 25), + (34480, "383317", 1, 0, 25), + (34481, "383317", 1, 0, 25), + (34482, "383225", 1, 0, 25), + (34483, "383225", 1, 0, 25), + (34484, "383225", 1, 0, 25), + (34485, "383225", 1, 0, 25), + (34486, "383225", 1, 0, 25), + (34487, "383225", 1, 0, 25), + (34488, "383330", 1, 0, 25), + (34489, "383330", 1, 0, 25), + (34490, "383330", 1, 0, 25), + (34491, "383330", 1, 0, 25), + (34492, "383330", 1, 0, 25), + (34493, "383330", 1, 0, 25), + (34494, "383030", 1, 0, 25), + (34495, "383030", 1, 0, 25), + (34496, "383030", 1, 0, 25), + (34497, "383030", 1, 0, 25), + (34498, "383030", 1, 0, 25), + (34499, "383305", 1, 0, 25), + (34500, "383305", 1, 0, 25), + (34501, "383305", 1, 0, 25), + (34502, "383305", 1, 0, 25), + (34503, "383305", 1, 0, 25), + (34504, "383305", 1, 0, 25), + (34505, "383305", 1, 0, 25), + (34506, "383305", 1, 0, 25), + (34507, "383305", 1, 0, 25), + (34508, "383305", 1, 0, 25), + (34509, "383305", 1, 0, 25), + (34510, "383305", 1, 0, 25), + (34511, "383305", 1, 0, 25), + (34512, "383305", 1, 0, 25), + (34513, "383305", 1, 0, 25), + (34514, "383305", 1, 0, 25), + (34515, "383305", 1, 0, 25), + (34516, "383001", 1, 0, 25), + (34517, "383001", 1, 0, 25), + (34518, "383001", 1, 0, 25), + (34519, "383001", 1, 0, 25), + (34520, "383001", 1, 0, 25), + (34521, "383001", 1, 0, 25), + (34522, "383001", 1, 0, 25), + (34523, "383001", 1, 0, 25), + (34524, "383001", 1, 0, 25), + (34525, "383001", 1, 0, 25), + (34526, "383001", 1, 0, 25), + (34527, "383001", 1, 0, 25), + (34528, "383001", 1, 0, 25), + (34529, "383001", 1, 0, 25), + (34530, "383001", 1, 0, 25), + (34531, "383001", 1, 0, 25), + (34532, "383001", 1, 0, 25), + (34533, "383001", 1, 0, 25), + (34534, "383430", 1, 0, 25), + (34535, "383430", 1, 0, 25), + (34536, "383430", 1, 0, 25), + (34537, "383430", 1, 0, 25), + (34538, "383430", 1, 0, 25), + (34539, "383430", 1, 0, 25), + (34540, "383430", 1, 0, 25), + (34541, "383430", 1, 0, 25), + (34542, "383430", 1, 0, 25), + (34543, "383430", 1, 0, 25), + (34544, "383430", 1, 0, 25), + (34545, "383430", 1, 0, 25), + (34546, "383430", 1, 0, 25), + (34547, "383430", 1, 0, 25), + (34548, "383430", 1, 0, 25), + (34549, "383220", 1, 0, 25), + (34550, "383220", 1, 0, 25), + (34551, "383220", 1, 0, 25), + (34552, "383220", 1, 0, 25), + (34553, "383220", 1, 0, 25), + (34554, "383220", 1, 0, 25), + (34555, "383220", 1, 0, 25), + (34556, "383001", 1, 0, 25), + (34557, "383110", 1, 0, 25), + (34558, "383110", 1, 0, 25), + (34559, "383110", 1, 0, 25), + (34560, "383110", 1, 0, 25), + (34561, "383110", 1, 0, 25), + (34562, "383110", 1, 0, 25), + (34563, "383110", 1, 0, 25), + (34564, "383110", 1, 0, 25), + (34565, "383110", 1, 0, 25), + (34566, "383440", 1, 0, 25), + (34567, "383440", 1, 0, 25), + (34568, "383440", 1, 0, 25), + (34569, "383440", 1, 0, 25), + (34570, "383235", 1, 0, 25), + (34571, "383235", 1, 0, 25), + (34572, "383235", 1, 0, 25), + (34573, "383235", 1, 0, 25), + (34574, "383235", 1, 0, 25), + (34575, "383450", 1, 0, 25), + (34576, "383450", 1, 0, 25), + (34577, "383450", 1, 0, 25), + (34578, "383450", 1, 0, 25), + (34579, "383450", 1, 0, 25), + (34580, "383450", 1, 0, 25), + (34581, "383450", 1, 0, 25), + (34582, "383450", 1, 0, 25), + (34583, "383450", 1, 0, 25), + (34584, "383450", 1, 0, 25), + (34585, "383460", 1, 0, 25), + (34586, "383460", 1, 0, 25), + (34587, "383460", 1, 0, 25), + (34588, "383460", 1, 0, 25), + (34589, "383460", 1, 0, 25), + (34590, "383460", 1, 0, 25), + (34591, "394210", 1, 0, 25), + (34592, "394510", 1, 0, 25), + (34593, "394230", 1, 0, 25), + (34594, "394517", 1, 0, 25), + (34595, "394510", 1, 0, 25), + (34596, "394510", 1, 0, 25), + (34597, "394510", 1, 0, 25), + (34598, "394517", 1, 0, 25), + (34599, "394517", 1, 0, 25), + (34600, "394235", 1, 0, 25), + (34601, "394235", 1, 0, 25), + (34602, "394235", 1, 0, 25), + (34603, "394530", 1, 0, 25), + (34604, "394530", 1, 0, 25), + (34605, "394530", 1, 0, 25), + (34606, "395009", 1, 0, 25), + (34607, "395009", 1, 0, 25), + (34608, "394540", 1, 0, 25), + (34609, "394540", 1, 0, 25), + (34610, "394540", 1, 0, 25), + (34611, "394540", 1, 0, 25), + (34612, "394540", 1, 0, 25), + (34613, "394540", 1, 0, 25), + (34614, "394540", 1, 0, 25), + (34615, "394540", 1, 0, 25), + (34616, "394540", 1, 0, 25), + (34617, "394540", 1, 0, 25), + (34618, "394540", 1, 0, 25), + (34619, "394540", 1, 0, 25), + (34620, "394540", 1, 0, 25), + (34621, "394540", 1, 0, 25), + (34622, "394540", 1, 0, 25), + (34623, "394540", 1, 0, 25), + (34624, "394540", 1, 0, 25), + (34625, "394540", 1, 0, 25), + (34626, "394540", 1, 0, 25), + (34627, "394540", 1, 0, 25), + (34628, "394540", 1, 0, 25), + (34629, "395005", 1, 0, 25), + (34630, "395005", 1, 0, 25), + (34631, "395005", 1, 0, 25), + (34632, "395005", 1, 0, 25), + (34633, "395005", 1, 0, 25), + (34634, "395005", 1, 0, 25), + (34635, "395005", 1, 0, 25), + (34636, "395005", 1, 0, 25), + (34637, "395005", 1, 0, 25), + (34638, "395005", 1, 0, 25), + (34639, "394230", 1, 0, 25), + (34640, "394230", 1, 0, 25), + (34641, "394230", 1, 0, 25), + (34642, "394230", 1, 0, 25), + (34643, "394230", 1, 0, 25), + (34644, "394230", 1, 0, 25), + (34645, "394230", 1, 0, 25), + (34646, "394230", 1, 0, 25), + (34647, "394210", 1, 0, 25), + (34648, "394210", 1, 0, 25), + (34649, "394445", 1, 0, 25), + (34650, "394445", 1, 0, 25), + (34651, "394445", 1, 0, 25), + (34652, "394445", 1, 0, 25), + (34653, "394445", 1, 0, 25), + (34654, "394445", 1, 0, 25), + (34655, "394445", 1, 0, 25), + (34656, "394445", 1, 0, 25), + (34657, "394445", 1, 0, 25), + (34658, "394105", 1, 0, 25), + (34659, "394430", 1, 0, 25), + (34660, "394430", 1, 0, 25), + (34661, "394430", 1, 0, 25), + (34662, "394430", 1, 0, 25), + (34663, "394430", 1, 0, 25), + (34664, "394430", 1, 0, 25), + (34665, "394430", 1, 0, 25), + (34666, "394430", 1, 0, 25), + (34667, "395013", 1, 0, 25), + (34668, "395013", 1, 0, 25), + (34669, "395013", 1, 0, 25), + (34670, "395013", 1, 0, 25), + (34671, "395013", 1, 0, 25), + (34672, "395013", 1, 0, 25), + (34673, "394405", 1, 0, 25), + (34674, "394405", 1, 0, 25), + (34675, "394405", 1, 0, 25), + (34676, "394405", 1, 0, 25), + (34677, "394405", 1, 0, 25), + (34678, "394405", 1, 0, 25), + (34679, "394405", 1, 0, 25), + (34680, "394405", 1, 0, 25), + (34681, "394440", 1, 0, 25), + (34682, "394440", 1, 0, 25), + (34683, "394440", 1, 0, 25), + (34684, "394440", 1, 0, 25), + (34685, "394440", 1, 0, 25), + (34686, "394440", 1, 0, 25), + (34687, "394445", 1, 0, 25), + (34688, "394440", 1, 0, 25), + (34689, "394440", 1, 0, 25), + (34690, "394440", 1, 0, 25), + (34691, "394440", 1, 0, 25), + (34692, "394440", 1, 0, 25), + (34693, "394445", 1, 0, 25), + (34694, "394445", 1, 0, 25), + (34695, "394440", 1, 0, 25), + (34696, "394440", 1, 0, 25), + (34697, "394440", 1, 0, 25), + (34698, "394440", 1, 0, 25), + (34699, "394230", 1, 0, 25), + (34700, "394230", 1, 0, 25), + (34701, "395007", 1, 0, 25), + (34702, "395007", 1, 0, 25), + (34703, "395007", 1, 0, 25), + (34704, "395007", 1, 0, 25), + (34705, "395007", 1, 0, 25), + (34706, "395007", 1, 0, 25), + (34707, "395007", 1, 0, 25), + (34708, "394125", 1, 0, 25), + (34709, "394125", 1, 0, 25), + (34710, "394125", 1, 0, 25), + (34711, "394125", 1, 0, 25), + (34712, "394125", 1, 0, 25), + (34713, "394125", 1, 0, 25), + (34714, "394110", 1, 0, 25), + (34715, "394110", 1, 0, 25), + (34716, "394110", 1, 0, 25), + (34717, "394110", 1, 0, 25), + (34718, "394110", 1, 0, 25), + (34719, "394110", 1, 0, 25), + (34720, "394110", 1, 0, 25), + (34721, "394110", 1, 0, 25), + (34722, "394110", 1, 0, 25), + (34723, "394110", 1, 0, 25), + (34724, "394110", 1, 0, 25), + (34725, "394110", 1, 0, 25), + (34726, "394110", 1, 0, 25), + (34727, "394110", 1, 0, 25), + (34728, "394110", 1, 0, 25), + (34729, "394120", 1, 0, 25), + (34730, "394120", 1, 0, 25), + (34731, "394120", 1, 0, 25), + (34732, "394120", 1, 0, 25), + (34733, "394421", 1, 0, 25), + (34734, "394421", 1, 0, 25), + (34735, "394421", 1, 0, 25), + (34736, "394421", 1, 0, 25), + (34737, "394410", 1, 0, 25), + (34738, "394410", 1, 0, 25), + (34739, "394130", 1, 0, 25), + (34740, "394130", 1, 0, 25), + (34741, "394130", 1, 0, 25), + (34742, "394130", 1, 0, 25), + (34743, "394130", 1, 0, 25), + (34744, "394130", 1, 0, 25), + (34745, "394130", 1, 0, 25), + (34746, "394130", 1, 0, 25), + (34747, "394130", 1, 0, 25), + (34748, "394130", 1, 0, 25), + (34749, "394130", 1, 0, 25), + (34750, "394130", 1, 0, 25), + (34751, "394210", 1, 0, 25), + (34752, "394210", 1, 0, 25), + (34753, "394210", 1, 0, 25), + (34754, "394210", 1, 0, 25), + (34755, "394210", 1, 0, 25), + (34756, "363520", 1, 0, 25), + (34757, "363310", 1, 0, 25), + (34758, "363330", 1, 0, 25), + (34759, "363421", 1, 0, 25), + (34760, "363510", 1, 0, 25), + (34761, "363427", 1, 0, 25), + (34762, "363030", 1, 0, 25), + (34763, "363030", 1, 0, 25), + (34764, "363030", 1, 0, 25), + (34765, "363030", 1, 0, 25), + (34766, "382755", 1, 0, 25), + (34767, "382755", 1, 0, 25), + (34768, "382755", 1, 0, 25), + (34769, "363330", 1, 0, 25), + (34770, "363330", 1, 0, 25), + (34771, "363330", 1, 0, 25), + (34772, "363330", 1, 0, 25), + (34773, "363330", 1, 0, 25), + (34774, "363330", 1, 0, 25), + (34775, "363330", 1, 0, 25), + (34776, "363330", 1, 0, 25), + (34777, "363330", 1, 0, 25), + (34778, "363330", 1, 0, 25), + (34779, "363330", 1, 0, 25), + (34780, "363330", 1, 0, 25), + (34781, "363330", 1, 0, 25), + (34782, "363330", 1, 0, 25), + (34783, "363330", 1, 0, 25), + (34784, "363330", 1, 0, 25), + (34785, "363020", 1, 0, 25), + (34786, "363020", 1, 0, 25), + (34787, "363020", 1, 0, 25), + (34788, "363020", 1, 0, 25), + (34789, "363020", 1, 0, 25), + (34790, "382760", 1, 0, 25), + (34791, "382775", 1, 0, 25), + (34792, "382775", 1, 0, 25), + (34793, "382775", 1, 0, 25), + (34794, "382775", 1, 0, 25), + (34795, "382775", 1, 0, 25), + (34796, "382775", 1, 0, 25), + (34797, "382775", 1, 0, 25), + (34798, "382775", 1, 0, 25), + (34799, "382775", 1, 0, 25), + (34800, "382775", 1, 0, 25), + (34801, "382775", 1, 0, 25), + (34802, "382775", 1, 0, 25), + (34803, "382775", 1, 0, 25), + (34804, "382775", 1, 0, 25), + (34805, "363421", 1, 0, 25), + (34806, "363421", 1, 0, 25), + (34807, "363520", 1, 0, 25), + (34808, "363410", 1, 0, 25), + (34809, "363410", 1, 0, 25), + (34810, "363410", 1, 0, 25), + (34811, "363410", 1, 0, 25), + (34812, "363410", 1, 0, 25), + (34813, "363410", 1, 0, 25), + (34814, "363410", 1, 0, 25), + (34815, "363410", 1, 0, 25), + (34816, "363410", 1, 0, 25), + (34817, "363410", 1, 0, 25), + (34818, "363410", 1, 0, 25), + (34819, "363410", 1, 0, 25), + (34820, "363410", 1, 0, 25), + (34821, "363410", 1, 0, 25), + (34822, "363410", 1, 0, 25), + (34823, "382750", 1, 0, 25), + (34824, "382750", 1, 0, 25), + (34825, "382750", 1, 0, 25), + (34826, "382750", 1, 0, 25), + (34827, "382750", 1, 0, 25); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (34828, "382750", 1, 0, 25), + (34829, "382750", 1, 0, 25), + (34830, "382750", 1, 0, 25), + (34831, "382750", 1, 0, 25), + (34832, "382750", 1, 0, 25), + (34833, "382750", 1, 0, 25), + (34834, "363115", 1, 0, 25), + (34835, "363115", 1, 0, 25), + (34836, "363115", 1, 0, 25), + (34837, "363115", 1, 0, 25), + (34838, "363115", 1, 0, 25), + (34839, "363115", 1, 0, 25), + (34840, "363115", 1, 0, 25), + (34841, "363310", 1, 0, 25), + (34842, "363310", 1, 0, 25), + (34843, "363310", 1, 0, 25), + (34844, "363310", 1, 0, 25), + (34845, "363310", 1, 0, 25), + (34846, "363310", 1, 0, 25), + (34847, "382780", 1, 0, 25), + (34848, "382780", 1, 0, 25), + (34849, "382745", 1, 0, 25), + (34850, "382745", 1, 0, 25), + (34851, "382745", 1, 0, 25), + (34852, "382745", 1, 0, 25), + (34853, "382745", 1, 0, 25), + (34854, "382745", 1, 0, 25), + (34855, "382745", 1, 0, 25), + (34856, "382745", 1, 0, 25), + (34857, "382745", 1, 0, 25), + (34858, "382745", 1, 0, 25), + (34859, "382745", 1, 0, 25), + (34860, "382745", 1, 0, 25), + (34861, "363410", 1, 0, 25), + (34862, "363410", 1, 0, 25), + (34863, "363410", 1, 0, 25), + (34864, "363410", 1, 0, 25), + (34865, "363520", 1, 0, 25), + (34866, "363520", 1, 0, 25), + (34867, "363520", 1, 0, 25), + (34868, "363520", 1, 0, 25), + (34869, "363520", 1, 0, 25), + (34870, "363520", 1, 0, 25), + (34871, "363520", 1, 0, 25), + (34872, "363520", 1, 0, 25), + (34873, "363520", 1, 0, 25), + (34874, "363520", 1, 0, 25), + (34875, "363520", 1, 0, 25), + (34876, "363520", 1, 0, 25), + (34877, "363520", 1, 0, 25), + (34878, "363520", 1, 0, 25), + (34879, "363520", 1, 0, 25), + (34880, "363520", 1, 0, 25), + (34881, "363520", 1, 0, 25), + (34882, "363520", 1, 0, 25), + (34883, "363520", 1, 0, 25), + (34884, "363520", 1, 0, 25), + (34885, "363520", 1, 0, 25), + (34886, "363510", 1, 0, 25), + (34887, "363423", 1, 0, 25), + (34888, "363423", 1, 0, 25), + (34889, "363423", 1, 0, 25), + (34890, "382765", 1, 0, 25), + (34891, "382765", 1, 0, 25), + (34892, "382765", 1, 0, 25), + (34893, "382765", 1, 0, 25), + (34894, "382765", 1, 0, 25), + (34895, "382765", 1, 0, 25), + (34896, "382765", 1, 0, 25), + (34897, "382765", 1, 0, 25), + (34898, "382765", 1, 0, 25), + (34899, "363320", 1, 0, 25), + (34900, "363320", 1, 0, 25), + (34901, "363320", 1, 0, 25), + (34902, "363320", 1, 0, 25), + (34903, "363320", 1, 0, 25), + (34904, "363320", 1, 0, 25), + (34905, "363320", 1, 0, 25), + (34906, "363320", 1, 0, 25), + (34907, "363320", 1, 0, 25), + (34908, "363320", 1, 0, 25), + (34909, "363435", 1, 0, 25), + (34910, "363435", 1, 0, 25), + (34911, "363435", 1, 0, 25), + (34912, "363430", 1, 0, 25), + (34913, "363430", 1, 0, 25), + (34914, "363430", 1, 0, 25), + (34915, "363430", 1, 0, 25), + (34916, "363430", 1, 0, 25), + (34917, "363430", 1, 0, 25), + (34918, "363430", 1, 0, 25), + (34919, "363430", 1, 0, 25), + (34920, "363427", 1, 0, 25), + (34921, "363427", 1, 0, 25), + (34922, "363427", 1, 0, 25), + (34923, "363427", 1, 0, 25), + (34924, "363427", 1, 0, 25), + (34925, "363310", 1, 0, 25), + (34926, "363310", 1, 0, 25), + (34927, "363310", 1, 0, 25), + (34928, "363310", 1, 0, 25), + (34929, "363310", 1, 0, 25), + (34930, "363310", 1, 0, 25), + (34931, "363310", 1, 0, 25), + (34932, "363310", 1, 0, 25), + (34933, "363310", 1, 0, 25), + (34934, "363310", 1, 0, 25), + (34935, "363310", 1, 0, 25), + (34936, "363310", 1, 0, 25), + (34937, "363310", 1, 0, 25), + (34938, "363310", 1, 0, 25), + (34939, "363310", 1, 0, 25), + (34940, "363310", 1, 0, 25), + (34941, "363310", 1, 0, 25), + (34942, "363310", 1, 0, 25), + (34943, "363310", 1, 0, 25), + (34944, "363040", 1, 0, 25), + (34945, "363040", 1, 0, 25), + (34946, "363040", 1, 0, 25), + (34947, "363040", 1, 0, 25), + (34948, "363040", 1, 0, 25), + (34949, "363040", 1, 0, 25), + (34950, "363040", 1, 0, 25), + (34951, "363040", 1, 0, 25), + (34952, "363040", 1, 0, 25), + (34953, "363040", 1, 0, 25), + (34954, "363423", 1, 0, 25), + (34955, "363423", 1, 0, 25), + (34956, "363423", 1, 0, 25), + (34957, "363423", 1, 0, 25), + (34958, "363423", 1, 0, 25), + (34959, "363423", 1, 0, 25), + (34960, "363330", 1, 0, 25), + (34961, "363330", 1, 0, 25), + (34962, "363330", 1, 0, 25), + (34963, "363330", 1, 0, 25), + (34964, "363421", 1, 0, 25), + (34965, "363421", 1, 0, 25), + (34966, "363421", 1, 0, 25), + (34967, "363421", 1, 0, 25), + (34968, "363421", 1, 0, 25), + (34969, "363421", 1, 0, 25), + (34970, "363421", 1, 0, 25), + (34971, "363421", 1, 0, 25), + (34972, "363421", 1, 0, 25), + (34973, "363421", 1, 0, 25), + (34974, "363421", 1, 0, 25), + (34975, "363421", 1, 0, 25), + (34976, "363421", 1, 0, 25), + (34977, "363421", 1, 0, 25), + (34978, "363421", 1, 0, 25), + (34979, "363421", 1, 0, 25), + (34980, "363421", 1, 0, 25), + (34981, "363351", 1, 0, 25), + (34982, "363351", 1, 0, 25), + (34983, "363351", 1, 0, 25), + (34984, "363351", 1, 0, 25), + (34985, "363351", 1, 0, 25), + (34986, "363351", 1, 0, 25), + (34987, "363351", 1, 0, 25), + (34988, "363510", 1, 0, 25), + (34989, "363510", 1, 0, 25), + (34990, "363510", 1, 0, 25), + (34991, "363510", 1, 0, 25), + (34992, "363510", 1, 0, 25), + (34993, "363510", 1, 0, 25), + (34994, "363510", 1, 0, 25), + (34995, "363510", 1, 0, 25), + (34996, "363510", 1, 0, 25), + (34997, "363510", 1, 0, 25), + (34998, "363510", 1, 0, 25), + (34999, "363510", 1, 0, 25), + (35000, "363510", 1, 0, 25), + (35001, "363510", 1, 0, 25), + (35002, "363510", 1, 0, 25), + (35003, "363510", 1, 0, 25), + (35004, "363427", 1, 0, 25), + (35005, "363427", 1, 0, 25), + (35006, "363427", 1, 0, 25), + (35007, "363427", 1, 0, 25), + (35008, "363440", 1, 0, 25), + (35009, "363440", 1, 0, 25), + (35010, "363440", 1, 0, 25), + (35011, "363440", 1, 0, 25), + (35012, "363440", 1, 0, 25), + (35013, "363440", 1, 0, 25), + (35014, "363440", 1, 0, 25), + (35015, "363440", 1, 0, 25), + (35016, "363440", 1, 0, 25), + (35017, "363440", 1, 0, 25), + (35018, "363440", 1, 0, 25), + (35019, "363440", 1, 0, 25), + (35020, "363440", 1, 0, 25), + (35021, "363530", 1, 0, 25), + (35022, "363530", 1, 0, 25), + (35023, "363530", 1, 0, 25), + (35024, "363530", 1, 0, 25), + (35025, "363530", 1, 0, 25), + (35026, "363530", 1, 0, 25), + (35027, "363530", 1, 0, 25), + (35028, "363530", 1, 0, 25), + (35029, "363110", 1, 0, 25), + (35030, "363110", 1, 0, 25), + (35031, "363110", 1, 0, 25), + (35032, "363110", 1, 0, 25), + (35033, "363110", 1, 0, 25), + (35034, "363110", 1, 0, 25), + (35035, "363030", 1, 0, 25), + (35036, "363030", 1, 0, 25), + (35037, "363030", 1, 0, 25), + (35038, "363030", 1, 0, 25), + (35039, "363030", 1, 0, 25), + (35040, "363030", 1, 0, 25), + (35041, "363030", 1, 0, 25), + (35042, "390004", 1, 0, 25), + (35043, "391135", 1, 0, 25), + (35044, "391165", 1, 0, 25), + (35045, "391121", 1, 0, 25), + (35046, "391160", 1, 0, 25), + (35047, "391107", 1, 0, 25), + (35048, "391120", 1, 0, 25), + (35049, "391120", 1, 0, 25), + (35050, "391121", 1, 0, 25), + (35051, "391120", 1, 0, 25), + (35052, "391121", 1, 0, 25), + (35053, "391121", 1, 0, 25), + (35054, "391120", 1, 0, 25), + (35055, "391107", 1, 0, 25), + (35056, "391107", 1, 0, 25), + (35057, "391107", 1, 0, 25), + (35058, "391145", 1, 0, 25), + (35059, "391145", 1, 0, 25), + (35060, "391145", 1, 0, 25), + (35061, "391145", 1, 0, 25), + (35062, "391145", 1, 0, 25), + (35063, "391145", 1, 0, 25), + (35064, "391145", 1, 0, 25), + (35065, "391145", 1, 0, 25), + (35066, "391145", 1, 0, 25), + (35067, "391145", 1, 0, 25), + (35068, "391145", 1, 0, 25), + (35069, "391145", 1, 0, 25), + (35070, "391145", 1, 0, 25), + (35071, "391145", 1, 0, 25), + (35072, "391145", 1, 0, 25), + (35073, "391145", 1, 0, 25), + (35074, "391145", 1, 0, 25), + (35075, "391121", 1, 0, 25), + (35076, "391120", 1, 0, 25), + (35077, "391121", 1, 0, 25), + (35078, "391120", 1, 0, 25), + (35079, "391120", 1, 0, 25), + (35080, "391120", 1, 0, 25), + (35081, "391120", 1, 0, 25), + (35082, "391121", 1, 0, 25), + (35083, "391120", 1, 0, 25), + (35084, "391120", 1, 0, 25), + (35085, "391120", 1, 0, 25), + (35086, "391120", 1, 0, 25), + (35087, "391121", 1, 0, 25), + (35088, "391121", 1, 0, 25), + (35089, "391120", 1, 0, 25), + (35090, "391121", 1, 0, 25), + (35091, "391120", 1, 0, 25), + (35092, "390004", 1, 0, 25), + (35093, "391125", 1, 0, 25), + (35094, "391125", 1, 0, 25), + (35095, "391125", 1, 0, 25), + (35096, "391125", 1, 0, 25), + (35097, "391125", 1, 0, 25), + (35098, "391125", 1, 0, 25), + (35099, "391125", 1, 0, 25), + (35100, "391125", 1, 0, 25), + (35101, "391125", 1, 0, 25), + (35102, "391125", 1, 0, 25), + (35103, "391125", 1, 0, 25), + (35104, "391125", 1, 0, 25), + (35105, "391125", 1, 0, 25), + (35106, "391125", 1, 0, 25), + (35107, "391130", 1, 0, 25), + (35108, "391130", 1, 0, 25), + (35109, "391130", 1, 0, 25), + (35110, "391130", 1, 0, 25), + (35111, "391130", 1, 0, 25), + (35112, "391130", 1, 0, 25), + (35113, "391130", 1, 0, 25), + (35114, "391135", 1, 0, 25), + (35115, "391135", 1, 0, 25), + (35116, "391135", 1, 0, 25), + (35117, "391135", 1, 0, 25), + (35118, "391135", 1, 0, 25), + (35119, "391135", 1, 0, 25), + (35120, "391135", 1, 0, 25), + (35121, "391168", 1, 0, 25), + (35122, "391135", 1, 0, 25), + (35123, "391135", 1, 0, 25), + (35124, "391135", 1, 0, 25), + (35125, "391168", 1, 0, 25), + (35126, "391135", 1, 0, 25), + (35127, "391135", 1, 0, 25), + (35128, "391152", 1, 0, 25), + (35129, "391152", 1, 0, 25), + (35130, "391152", 1, 0, 25), + (35131, "391152", 1, 0, 25), + (35132, "391152", 1, 0, 25), + (35133, "391152", 1, 0, 25), + (35134, "391152", 1, 0, 25), + (35135, "391152", 1, 0, 25), + (35136, "391152", 1, 0, 25), + (35137, "391152", 1, 0, 25), + (35138, "391152", 1, 0, 25), + (35139, "391152", 1, 0, 25), + (35140, "391152", 1, 0, 25), + (35141, "391152", 1, 0, 25), + (35142, "391152", 1, 0, 25), + (35143, "391155", 1, 0, 25), + (35144, "391155", 1, 0, 25), + (35145, "391155", 1, 0, 25), + (35146, "391155", 1, 0, 25), + (35147, "391175", 1, 0, 25), + (35148, "391170", 1, 0, 25), + (35149, "391170", 1, 0, 25), + (35150, "391170", 1, 0, 25), + (35151, "390022", 1, 0, 25), + (35152, "390022", 1, 0, 25), + (35153, "390014", 1, 0, 25), + (35154, "390010", 1, 0, 25), + (35155, "390009", 1, 0, 25), + (35156, "390004", 1, 0, 25), + (35157, "390004", 1, 0, 25), + (35158, "391135", 1, 0, 25), + (35159, "391168", 1, 0, 25), + (35160, "391135", 1, 0, 25), + (35161, "391135", 1, 0, 25), + (35162, "391135", 1, 0, 25), + (35163, "391105", 1, 0, 25), + (35164, "391105", 1, 0, 25), + (35165, "391105", 1, 0, 25), + (35166, "391105", 1, 0, 25), + (35167, "391105", 1, 0, 25), + (35168, "391105", 1, 0, 25), + (35169, "391105", 1, 0, 25), + (35170, "391105", 1, 0, 25), + (35171, "391105", 1, 0, 25), + (35172, "391105", 1, 0, 25), + (35173, "391105", 1, 0, 25), + (35174, "391105", 1, 0, 25), + (35175, "391105", 1, 0, 25), + (35176, "391105", 1, 0, 25), + (35177, "391165", 1, 0, 25), + (35178, "391168", 1, 0, 25), + (35179, "391165", 1, 0, 25), + (35180, "391168", 1, 0, 25), + (35181, "391165", 1, 0, 25), + (35182, "391165", 1, 0, 25), + (35183, "391165", 1, 0, 25), + (35184, "391165", 1, 0, 25), + (35185, "391168", 1, 0, 25), + (35186, "391165", 1, 0, 25), + (35187, "391165", 1, 0, 25), + (35188, "391168", 1, 0, 25), + (35189, "391165", 1, 0, 25), + (35190, "391165", 1, 0, 25), + (35191, "391165", 1, 0, 25), + (35192, "391165", 1, 0, 25), + (35193, "391168", 1, 0, 25), + (35194, "391156", 1, 0, 25), + (35195, "391168", 1, 0, 25), + (35196, "391165", 1, 0, 25), + (35197, "391168", 1, 0, 25), + (35198, "391165", 1, 0, 25), + (35199, "391165", 1, 0, 25), + (35200, "391165", 1, 0, 25), + (35201, "391165", 1, 0, 25), + (35202, "391168", 1, 0, 25), + (35203, "391110", 1, 0, 25), + (35204, "391110", 1, 0, 25), + (35205, "391110", 1, 0, 25), + (35206, "391110", 1, 0, 25), + (35207, "391110", 1, 0, 25), + (35208, "391110", 1, 0, 25), + (35209, "391110", 1, 0, 25), + (35210, "391110", 1, 0, 25), + (35211, "391110", 1, 0, 25), + (35212, "391110", 1, 0, 25), + (35213, "391110", 1, 0, 25), + (35214, "391110", 1, 0, 25), + (35215, "391170", 1, 0, 25), + (35216, "391170", 1, 0, 25), + (35217, "391170", 1, 0, 25), + (35218, "391170", 1, 0, 25), + (35219, "391170", 1, 0, 25), + (35220, "391170", 1, 0, 25), + (35221, "391170", 1, 0, 25), + (35222, "391170", 1, 0, 25), + (35223, "391140", 1, 0, 25), + (35224, "391140", 1, 0, 25), + (35225, "391140", 1, 0, 25), + (35226, "391140", 1, 0, 25), + (35227, "391140", 1, 0, 25), + (35228, "391140", 1, 0, 25), + (35229, "391140", 1, 0, 25), + (35230, "391140", 1, 0, 25), + (35231, "391140", 1, 0, 25), + (35232, "391150", 1, 0, 25), + (35233, "391150", 1, 0, 25), + (35234, "391150", 1, 0, 25), + (35235, "391150", 1, 0, 25), + (35236, "391150", 1, 0, 25), + (35237, "391150", 1, 0, 25), + (35238, "391150", 1, 0, 25), + (35239, "391150", 1, 0, 25), + (35240, "391150", 1, 0, 25), + (35241, "391150", 1, 0, 25), + (35242, "391150", 1, 0, 25), + (35243, "391150", 1, 0, 25), + (35244, "391150", 1, 0, 25), + (35245, "391150", 1, 0, 25), + (35246, "391150", 1, 0, 25), + (35247, "391150", 1, 0, 25), + (35248, "391150", 1, 0, 25), + (35249, "391150", 1, 0, 25), + (35250, "391150", 1, 0, 25), + (35251, "391150", 1, 0, 25), + (35252, "391121", 1, 0, 25), + (35253, "391121", 1, 0, 25), + (35254, "391150", 1, 0, 25), + (35255, "391150", 1, 0, 25), + (35256, "391168", 1, 0, 25), + (35257, "391168", 1, 0, 25), + (35258, "391168", 1, 0, 25), + (35259, "391168", 1, 0, 25), + (35260, "391168", 1, 0, 25), + (35261, "391168", 1, 0, 25), + (35262, "391168", 1, 0, 25), + (35263, "391168", 1, 0, 25), + (35264, "391160", 1, 0, 25), + (35265, "391160", 1, 0, 25), + (35266, "391160", 1, 0, 25), + (35267, "391160", 1, 0, 25), + (35268, "391160", 1, 0, 25), + (35269, "391160", 1, 0, 25), + (35270, "391156", 1, 0, 25), + (35271, "391156", 1, 0, 25), + (35272, "391160", 1, 0, 25), + (35273, "391156", 1, 0, 25), + (35274, "391160", 1, 0, 25), + (35275, "391156", 1, 0, 25), + (35276, "391160", 1, 0, 25), + (35277, "391160", 1, 0, 25), + (35278, "391160", 1, 0, 25), + (35279, "391160", 1, 0, 25), + (35280, "391160", 1, 0, 25), + (35281, "391160", 1, 0, 25), + (35282, "391160", 1, 0, 25), + (35283, "391156", 1, 0, 25), + (35284, "391160", 1, 0, 25), + (35285, "391156", 1, 0, 25), + (35286, "391160", 1, 0, 25), + (35287, "391160", 1, 0, 25), + (35288, "391160", 1, 0, 25), + (35289, "391160", 1, 0, 25), + (35290, "391160", 1, 0, 25), + (35291, "391160", 1, 0, 25), + (35292, "391160", 1, 0, 25), + (35293, "391250", 1, 0, 25), + (35294, "391110", 1, 0, 25), + (35295, "391250", 1, 0, 25), + (35296, "391110", 1, 0, 25), + (35297, "391110", 1, 0, 25), + (35298, "391110", 1, 0, 25), + (35299, "391110", 1, 0, 25), + (35300, "391107", 1, 0, 25), + (35301, "391107", 1, 0, 25), + (35302, "391107", 1, 0, 25), + (35303, "391107", 1, 0, 25), + (35304, "391107", 1, 0, 25), + (35305, "391107", 1, 0, 25), + (35306, "391107", 1, 0, 25), + (35307, "391107", 1, 0, 25), + (35308, "391210", 1, 0, 25), + (35309, "391410", 1, 0, 25), + (35310, "391440", 1, 0, 25), + (35311, "391421", 1, 0, 25), + (35312, "391430", 1, 0, 25), + (35313, "391761", 1, 0, 25), + (35314, "391520", 1, 0, 25), + (35315, "391520", 1, 0, 25), + (35316, "391520", 1, 0, 25), + (35317, "391520", 1, 0, 25), + (35318, "391520", 1, 0, 25), + (35319, "391530", 1, 0, 25), + (35320, "391530", 1, 0, 25), + (35321, "391530", 1, 0, 25), + (35322, "391530", 1, 0, 25), + (35323, "391530", 1, 0, 25), + (35324, "391530", 1, 0, 25), + (35325, "391530", 1, 0, 25), + (35326, "391530", 1, 0, 25), + (35327, "391530", 1, 0, 25), + (35328, "391530", 1, 0, 25), + (35329, "391530", 1, 0, 25), + (35330, "391770", 1, 0, 25), + (35331, "391770", 1, 0, 25), + (35332, "391770", 1, 0, 25), + (35333, "391770", 1, 0, 25), + (35334, "391770", 1, 0, 25), + (35335, "391770", 1, 0, 25), + (35336, "391770", 1, 0, 25), + (35337, "391770", 1, 0, 25), + (35338, "391761", 1, 0, 25), + (35339, "391761", 1, 0, 25), + (35340, "391761", 1, 0, 25), + (35341, "391761", 1, 0, 25), + (35342, "391761", 1, 0, 25), + (35343, "391761", 1, 0, 25), + (35344, "391761", 1, 0, 25), + (35345, "391761", 1, 0, 25), + (35346, "391761", 1, 0, 25), + (35347, "391761", 1, 0, 25), + (35348, "391761", 1, 0, 25), + (35349, "391761", 1, 0, 25), + (35350, "391520", 1, 0, 25), + (35351, "391520", 1, 0, 25), + (35352, "391520", 1, 0, 25), + (35353, "391520", 1, 0, 25), + (35354, "391520", 1, 0, 25), + (35355, "391520", 1, 0, 25), + (35356, "391770", 1, 0, 25), + (35357, "391770", 1, 0, 25), + (35358, "391101", 1, 0, 25), + (35359, "391115", 1, 0, 25), + (35360, "391745", 1, 0, 25), + (35361, "391745", 1, 0, 25), + (35362, "391745", 1, 0, 25), + (35363, "391101", 1, 0, 25), + (35364, "391775", 1, 0, 25), + (35365, "391775", 1, 0, 25), + (35366, "391775", 1, 0, 25), + (35367, "391775", 1, 0, 25), + (35368, "391775", 1, 0, 25), + (35369, "392310", 1, 0, 25), + (35370, "391760", 1, 0, 25), + (35371, "391760", 1, 0, 25), + (35372, "391760", 1, 0, 25), + (35373, "391760", 1, 0, 25), + (35374, "391760", 1, 0, 25), + (35375, "391760", 1, 0, 25), + (35376, "391760", 1, 0, 25), + (35377, "391760", 1, 0, 25), + (35378, "391760", 1, 0, 25), + (35379, "391760", 1, 0, 25), + (35380, "391760", 1, 0, 25), + (35381, "391760", 1, 0, 25), + (35382, "391760", 1, 0, 25), + (35383, "391760", 1, 0, 25), + (35384, "391760", 1, 0, 25), + (35385, "391760", 1, 0, 25), + (35386, "391760", 1, 0, 25), + (35387, "391760", 1, 0, 25), + (35388, "391760", 1, 0, 25), + (35389, "391410", 1, 0, 25), + (35390, "391410", 1, 0, 25), + (35391, "391410", 1, 0, 25), + (35392, "391244", 1, 0, 25), + (35393, "391244", 1, 0, 25), + (35394, "391244", 1, 0, 25), + (35395, "391244", 1, 0, 25), + (35396, "391430", 1, 0, 25), + (35397, "391430", 1, 0, 25), + (35398, "391430", 1, 0, 25), + (35399, "391340", 1, 0, 25), + (35400, "391340", 1, 0, 25), + (35401, "391340", 1, 0, 25), + (35402, "391340", 1, 0, 25), + (35403, "391440", 1, 0, 25), + (35404, "391440", 1, 0, 25), + (35405, "391440", 1, 0, 25), + (35406, "391440", 1, 0, 25), + (35407, "391440", 1, 0, 25), + (35408, "391440", 1, 0, 25), + (35409, "391440", 1, 0, 25), + (35410, "391440", 1, 0, 25), + (35411, "391440", 1, 0, 25), + (35412, "391440", 1, 0, 25), + (35413, "391440", 1, 0, 25), + (35414, "391440", 1, 0, 25), + (35415, "391440", 1, 0, 25), + (35416, "391440", 1, 0, 25), + (35417, "391440", 1, 0, 25), + (35418, "391440", 1, 0, 25), + (35419, "391440", 1, 0, 25), + (35420, "391440", 1, 0, 25), + (35421, "391440", 1, 0, 25), + (35422, "391440", 1, 0, 25), + (35423, "391350", 1, 0, 25), + (35424, "391350", 1, 0, 25), + (35425, "391445", 1, 0, 25), + (35426, "391445", 1, 0, 25), + (35427, "391445", 1, 0, 25), + (35428, "391445", 1, 0, 25), + (35429, "391445", 1, 0, 25), + (35430, "391445", 1, 0, 25), + (35431, "391445", 1, 0, 25), + (35432, "391445", 1, 0, 25), + (35433, "391445", 1, 0, 25), + (35434, "391445", 1, 0, 25), + (35435, "391445", 1, 0, 25), + (35436, "391761", 1, 0, 25), + (35437, "391220", 1, 0, 25), + (35438, "391220", 1, 0, 25), + (35439, "391330", 1, 0, 25), + (35440, "391330", 1, 0, 25), + (35441, "391330", 1, 0, 25), + (35442, "391330", 1, 0, 25), + (35443, "391330", 1, 0, 25), + (35444, "391330", 1, 0, 25), + (35445, "391421", 1, 0, 25), + (35446, "391421", 1, 0, 25), + (35447, "391421", 1, 0, 25), + (35448, "391240", 1, 0, 25), + (35449, "391240", 1, 0, 25), + (35450, "391243", 1, 0, 25), + (35451, "391240", 1, 0, 25), + (35452, "391240", 1, 0, 25), + (35453, "391240", 1, 0, 25), + (35454, "391240", 1, 0, 25), + (35455, "391243", 1, 0, 25), + (35456, "391243", 1, 0, 25), + (35457, "391243", 1, 0, 25), + (35458, "391240", 1, 0, 25), + (35459, "391240", 1, 0, 25), + (35460, "391240", 1, 0, 25), + (35461, "391240", 1, 0, 25), + (35462, "391240", 1, 0, 25), + (35463, "391243", 1, 0, 25), + (35464, "391243", 1, 0, 25), + (35465, "391240", 1, 0, 25), + (35466, "391240", 1, 0, 25), + (35467, "391240", 1, 0, 25), + (35468, "391240", 1, 0, 25), + (35469, "391240", 1, 0, 25), + (35470, "391240", 1, 0, 25), + (35471, "391240", 1, 0, 25), + (35472, "391240", 1, 0, 25), + (35473, "391430", 1, 0, 25), + (35474, "391430", 1, 0, 25), + (35475, "391210", 1, 0, 25), + (35476, "391210", 1, 0, 25), + (35477, "391210", 1, 0, 25), + (35478, "391243", 1, 0, 25), + (35479, "391210", 1, 0, 25), + (35480, "391210", 1, 0, 25), + (35481, "391210", 1, 0, 25), + (35482, "391210", 1, 0, 25), + (35483, "391210", 1, 0, 25), + (35484, "391450", 1, 0, 25), + (35485, "391450", 1, 0, 25), + (35486, "391450", 1, 0, 25), + (35487, "391450", 1, 0, 25), + (35488, "391220", 1, 0, 25), + (35489, "391220", 1, 0, 25), + (35490, "391220", 1, 0, 25), + (35491, "391220", 1, 0, 25), + (35492, "391220", 1, 0, 25), + (35493, "391243", 1, 0, 25), + (35494, "390012", 1, 0, 25), + (35495, "391310", 1, 0, 25), + (35496, "391310", 1, 0, 25), + (35497, "391780", 1, 0, 25), + (35498, "391780", 1, 0, 25), + (35499, "391780", 1, 0, 25), + (35500, "391780", 1, 0, 25), + (35501, "391780", 1, 0, 25), + (35502, "391780", 1, 0, 25), + (35503, "391780", 1, 0, 25), + (35504, "391774", 1, 0, 25), + (35505, "391774", 1, 0, 25), + (35506, "390003", 1, 0, 25), + (35507, "391510", 1, 0, 25), + (35508, "391510", 1, 0, 25), + (35509, "391510", 1, 0, 25), + (35510, "391510", 1, 0, 25), + (35511, "391510", 1, 0, 25), + (35512, "391510", 1, 0, 25), + (35513, "391510", 1, 0, 25), + (35514, "391510", 1, 0, 25), + (35515, "391510", 1, 0, 25), + (35516, "391510", 1, 0, 25), + (35517, "391510", 1, 0, 25), + (35518, "391510", 1, 0, 25), + (35519, "391510", 1, 0, 25), + (35520, "391510", 1, 0, 25), + (35521, "391510", 1, 0, 25), + (35522, "391510", 1, 0, 25), + (35523, "391510", 1, 0, 25), + (35524, "391510", 1, 0, 25), + (35525, "391510", 1, 0, 25), + (35526, "391510", 1, 0, 25), + (35527, "391510", 1, 0, 25), + (35528, "391510", 1, 0, 25), + (35529, "391510", 1, 0, 25), + (35530, "391510", 1, 0, 25), + (35531, "391243", 1, 0, 25), + (35532, "391430", 1, 0, 25), + (35533, "391430", 1, 0, 25), + (35534, "391430", 1, 0, 25), + (35535, "391430", 1, 0, 25), + (35536, "391430", 1, 0, 25), + (35537, "391430", 1, 0, 25), + (35538, "391244", 1, 0, 25), + (35539, "391244", 1, 0, 25), + (35540, "391244", 1, 0, 25), + (35541, "391244", 1, 0, 25), + (35542, "391244", 1, 0, 25), + (35543, "391244", 1, 0, 25), + (35544, "391740", 1, 0, 25), + (35545, "391740", 1, 0, 25), + (35546, "391740", 1, 0, 25), + (35547, "391740", 1, 0, 25), + (35548, "391774", 1, 0, 25), + (35549, "391774", 1, 0, 25), + (35550, "391774", 1, 0, 25), + (35551, "391774", 1, 0, 25), + (35552, "391774", 1, 0, 25), + (35553, "391774", 1, 0, 25), + (35554, "391774", 1, 0, 25), + (35555, "391774", 1, 0, 25), + (35556, "391774", 1, 0, 25), + (35557, "391761", 1, 0, 25), + (35558, "391761", 1, 0, 25), + (35559, "391761", 1, 0, 25), + (35560, "396051", 1, 0, 25), + (35561, "396375", 1, 0, 25), + (35562, "396126", 1, 0, 25), + (35563, "396145", 1, 0, 25), + (35564, "362610", 1, 0, 25), + (35565, "362610", 1, 0, 25), + (35566, "362610", 1, 0, 25), + (35567, "362222", 1, 0, 25), + (35568, "362222", 1, 0, 25), + (35569, "362222", 1, 0, 25), + (35570, "362222", 1, 0, 25), + (35571, "362222", 1, 0, 25), + (35572, "362222", 1, 0, 25), + (35573, "362263", 1, 0, 25), + (35574, "362263", 1, 0, 25), + (35575, "362263", 1, 0, 25), + (35576, "362263", 1, 0, 25), + (35577, "362263", 1, 0, 25), + (35578, "362263", 1, 0, 25), + (35579, "362263", 1, 0, 25), + (35580, "362263", 1, 0, 25), + (35581, "362020", 1, 0, 25), + (35582, "362020", 1, 0, 25), + (35583, "362020", 1, 0, 25), + (35584, "362020", 1, 0, 25), + (35585, "362020", 1, 0, 25), + (35586, "362020", 1, 0, 25), + (35587, "362020", 1, 0, 25), + (35588, "362020", 1, 0, 25), + (35589, "362020", 1, 0, 25), + (35590, "362020", 1, 0, 25), + (35591, "362020", 1, 0, 25), + (35592, "362020", 1, 0, 25), + (35593, "362020", 1, 0, 25), + (35594, "362020", 1, 0, 25), + (35595, "362110", 1, 0, 25), + (35596, "362110", 1, 0, 25), + (35597, "362110", 1, 0, 25), + (35598, "362110", 1, 0, 25), + (35599, "362110", 1, 0, 25), + (35600, "362110", 1, 0, 25), + (35601, "362110", 1, 0, 25), + (35602, "362110", 1, 0, 25), + (35603, "362110", 1, 0, 25), + (35604, "362315", 1, 0, 25), + (35605, "362037", 1, 0, 25), + (35606, "362037", 1, 0, 25), + (35607, "362002", 1, 0, 25), + (35608, "362002", 1, 0, 25), + (35609, "362002", 1, 0, 25), + (35610, "362002", 1, 0, 25), + (35611, "362220", 1, 0, 25), + (35612, "362220", 1, 0, 25), + (35613, "362220", 1, 0, 25), + (35614, "362220", 1, 0, 25), + (35615, "362220", 1, 0, 25), + (35616, "362610", 1, 0, 25), + (35617, "362610", 1, 0, 25), + (35618, "362610", 1, 0, 25), + (35619, "362610", 1, 0, 25), + (35620, "362610", 1, 0, 25), + (35621, "362130", 1, 0, 25), + (35622, "362260", 1, 0, 25), + (35623, "362140", 1, 0, 25), + (35624, "362140", 1, 0, 25), + (35625, "362140", 1, 0, 25), + (35626, "362140", 1, 0, 25), + (35627, "362140", 1, 0, 25), + (35628, "362140", 1, 0, 25), + (35629, "362140", 1, 0, 25), + (35630, "362140", 1, 0, 25), + (35631, "362140", 1, 0, 25), + (35632, "362140", 1, 0, 25), + (35633, "362140", 1, 0, 25), + (35634, "362220", 1, 0, 25), + (35635, "362227", 1, 0, 25), + (35636, "362227", 1, 0, 25), + (35637, "362227", 1, 0, 25), + (35638, "362227", 1, 0, 25), + (35639, "362227", 1, 0, 25), + (35640, "362227", 1, 0, 25), + (35641, "362215", 1, 0, 25), + (35642, "362215", 1, 0, 25), + (35643, "362215", 1, 0, 25), + (35644, "362215", 1, 0, 25), + (35645, "362215", 1, 0, 25), + (35646, "362215", 1, 0, 25), + (35647, "362215", 1, 0, 25), + (35648, "362215", 1, 0, 25), + (35649, "362215", 1, 0, 25), + (35650, "362260", 1, 0, 25), + (35651, "362260", 1, 0, 25), + (35652, "362260", 1, 0, 25), + (35653, "362260", 1, 0, 25), + (35654, "362260", 1, 0, 25), + (35655, "362260", 1, 0, 25), + (35656, "362260", 1, 0, 25), + (35657, "362260", 1, 0, 25), + (35658, "362250", 1, 0, 25), + (35659, "362250", 1, 0, 25), + (35660, "362250", 1, 0, 25), + (35661, "362250", 1, 0, 25), + (35662, "362250", 1, 0, 25), + (35663, "362250", 1, 0, 25), + (35664, "362250", 1, 0, 25), + (35665, "362510", 1, 0, 25), + (35666, "362510", 1, 0, 25), + (35667, "362510", 1, 0, 25), + (35668, "362510", 1, 0, 25), + (35669, "362510", 1, 0, 25), + (35670, "362510", 1, 0, 25), + (35671, "362510", 1, 0, 25), + (35672, "362510", 1, 0, 25), + (35673, "362565", 1, 0, 25), + (35674, "362565", 1, 0, 25), + (35675, "362565", 1, 0, 25), + (35676, "362565", 1, 0, 25), + (35677, "362565", 1, 0, 25), + (35678, "362565", 1, 0, 25), + (35679, "396126", 1, 0, 25), + (35680, "396126", 1, 0, 25), + (35681, "396126", 1, 0, 25), + (35682, "396126", 1, 0, 25), + (35683, "396126", 1, 0, 25), + (35684, "396126", 1, 0, 25), + (35685, "396126", 1, 0, 25), + (35686, "396126", 1, 0, 25), + (35687, "396126", 1, 0, 25), + (35688, "396126", 1, 0, 25), + (35689, "396126", 1, 0, 25), + (35690, "396126", 1, 0, 25), + (35691, "396126", 1, 0, 25), + (35692, "396067", 1, 0, 25), + (35693, "396065", 1, 0, 25), + (35694, "396067", 1, 0, 25), + (35695, "396067", 1, 0, 25), + (35696, "396067", 1, 0, 25), + (35697, "396067", 1, 0, 25), + (35698, "396067", 1, 0, 25), + (35699, "396067", 1, 0, 25), + (35700, "396067", 1, 0, 25), + (35701, "396067", 1, 0, 25), + (35702, "396067", 1, 0, 25), + (35703, "396067", 1, 0, 25), + (35704, "396067", 1, 0, 25), + (35705, "396067", 1, 0, 25), + (35706, "396067", 1, 0, 25), + (35707, "396067", 1, 0, 25), + (35708, "396067", 1, 0, 25), + (35709, "396067", 1, 0, 25), + (35710, "396065", 1, 0, 25), + (35711, "396067", 1, 0, 25), + (35712, "396067", 1, 0, 25), + (35713, "396067", 1, 0, 25), + (35714, "396067", 1, 0, 25), + (35715, "396067", 1, 0, 25), + (35716, "396067", 1, 0, 25), + (35717, "396235", 1, 0, 25), + (35718, "396007", 1, 0, 25), + (35719, "396007", 1, 0, 25), + (35720, "396007", 1, 0, 25), + (35721, "396007", 1, 0, 25), + (35722, "396007", 1, 0, 25), + (35723, "396191", 1, 0, 25), + (35724, "396191", 1, 0, 25), + (35725, "396191", 1, 0, 25), + (35726, "396191", 1, 0, 25), + (35727, "396191", 1, 0, 25), + (35728, "396191", 1, 0, 25), + (35729, "396191", 1, 0, 25), + (35730, "396191", 1, 0, 25), + (35731, "396191", 1, 0, 25), + (35732, "396191", 1, 0, 25), + (35733, "396191", 1, 0, 25), + (35734, "396191", 1, 0, 25), + (35735, "396191", 1, 0, 25), + (35736, "396191", 1, 0, 25), + (35737, "396191", 1, 0, 25), + (35738, "396195", 1, 0, 25), + (35739, "396065", 1, 0, 25), + (35740, "396375", 1, 0, 25), + (35741, "396375", 1, 0, 25), + (35742, "396375", 1, 0, 25), + (35743, "396375", 1, 0, 25), + (35744, "396375", 1, 0, 25), + (35745, "396375", 1, 0, 25), + (35746, "396375", 1, 0, 25), + (35747, "396375", 1, 0, 25), + (35748, "396030", 1, 0, 25), + (35749, "396030", 1, 0, 25), + (35750, "396030", 1, 0, 25), + (35751, "396030", 1, 0, 25), + (35752, "396050", 1, 0, 25), + (35753, "396050", 1, 0, 25), + (35754, "396050", 1, 0, 25), + (35755, "396050", 1, 0, 25), + (35756, "396050", 1, 0, 25), + (35757, "396050", 1, 0, 25), + (35758, "396050", 1, 0, 25), + (35759, "396050", 1, 0, 25), + (35760, "396050", 1, 0, 25), + (35761, "396050", 1, 0, 25), + (35762, "396050", 1, 0, 25), + (35763, "396050", 1, 0, 25), + (35764, "396050", 1, 0, 25), + (35765, "396050", 1, 0, 25), + (35766, "396050", 1, 0, 25), + (35767, "396050", 1, 0, 25), + (35768, "396050", 1, 0, 25), + (35769, "396050", 1, 0, 25), + (35770, "396050", 1, 0, 25), + (35771, "396050", 1, 0, 25), + (35772, "396375", 1, 0, 25), + (35773, "396375", 1, 0, 25), + (35774, "396375", 1, 0, 25), + (35775, "396165", 1, 0, 25), + (35776, "396185", 1, 0, 25), + (35777, "396185", 1, 0, 25), + (35778, "396185", 1, 0, 25), + (35779, "396185", 1, 0, 25), + (35780, "396185", 1, 0, 25), + (35781, "396185", 1, 0, 25), + (35782, "396185", 1, 0, 25), + (35783, "396170", 1, 0, 25), + (35784, "396170", 1, 0, 25), + (35785, "396170", 1, 0, 25), + (35786, "396385", 1, 0, 25), + (35787, "396385", 1, 0, 25), + (35788, "396385", 1, 0, 25), + (35789, "396001", 1, 0, 25), + (35790, "396001", 1, 0, 25), + (35791, "396001", 1, 0, 25), + (35792, "396001", 1, 0, 25), + (35793, "396001", 1, 0, 25), + (35794, "396001", 1, 0, 25), + (35795, "396001", 1, 0, 25), + (35796, "396001", 1, 0, 25), + (35797, "396007", 1, 0, 25), + (35798, "396007", 1, 0, 25), + (35799, "396007", 1, 0, 25), + (35800, "396007", 1, 0, 25), + (35801, "396007", 1, 0, 25), + (35802, "396007", 1, 0, 25), + (35803, "396045", 1, 0, 25), + (35804, "396007", 1, 0, 25), + (35805, "396007", 1, 0, 25), + (35806, "396051", 1, 0, 25), + (35807, "396045", 1, 0, 25), + (35808, "396045", 1, 0, 25), + (35809, "396045", 1, 0, 25), + (35810, "396045", 1, 0, 25), + (35811, "396020", 1, 0, 25), + (35812, "396020", 1, 0, 25), + (35813, "396020", 1, 0, 25), + (35814, "396020", 1, 0, 25), + (35815, "396020", 1, 0, 25), + (35816, "396020", 1, 0, 25), + (35817, "396020", 1, 0, 25), + (35818, "396020", 1, 0, 25), + (35819, "396020", 1, 0, 25), + (35820, "396105", 1, 0, 25), + (35821, "396105", 1, 0, 25), + (35822, "396105", 1, 0, 25), + (35823, "396105", 1, 0, 25), + (35824, "396105", 1, 0, 25), + (35825, "396105", 1, 0, 25), + (35826, "396105", 1, 0, 25), + (35827, "396105", 1, 0, 25), + (35828, "396105", 1, 0, 25), + (35829, "396105", 1, 0, 25), + (35830, "396105", 1, 0, 25), + (35831, "396105", 1, 0, 25), + (35832, "396105", 1, 0, 25), + (35833, "396105", 1, 0, 25), + (35834, "396105", 1, 0, 25), + (35835, "396105", 1, 0, 25), + (35836, "396193", 1, 0, 25), + (35837, "396051", 1, 0, 25), + (35838, "396051", 1, 0, 25), + (35839, "396051", 1, 0, 25), + (35840, "396051", 1, 0, 25), + (35841, "396051", 1, 0, 25), + (35842, "396051", 1, 0, 25), + (35843, "396051", 1, 0, 25), + (35844, "396051", 1, 0, 25), + (35845, "396051", 1, 0, 25), + (35846, "396051", 1, 0, 25), + (35847, "396051", 1, 0, 25), + (35848, "396051", 1, 0, 25), + (35849, "396051", 1, 0, 25), + (35850, "396051", 1, 0, 25), + (35851, "396051", 1, 0, 25), + (35852, "396051", 1, 0, 25), + (35853, "396051", 1, 0, 25), + (35854, "396051", 1, 0, 25), + (35855, "396051", 1, 0, 25), + (35856, "396235", 1, 0, 25), + (35857, "396140", 1, 0, 25), + (35858, "396145", 1, 0, 25), + (35859, "396145", 1, 0, 25), + (35860, "396145", 1, 0, 25), + (35861, "396145", 1, 0, 25), + (35862, "396145", 1, 0, 25), + (35863, "396145", 1, 0, 25), + (35864, "396145", 1, 0, 25), + (35865, "396055", 1, 0, 25), + (35866, "396055", 1, 0, 25), + (35867, "396055", 1, 0, 25), + (35868, "396055", 1, 0, 25), + (35869, "396055", 1, 0, 25), + (35870, "396055", 1, 0, 25), + (35871, "396055", 1, 0, 25), + (35872, "396055", 1, 0, 25), + (35873, "396055", 1, 0, 25), + (35874, "396055", 1, 0, 25), + (35875, "396055", 1, 0, 25), + (35876, "396150", 1, 0, 25), + (35877, "396150", 1, 0, 25), + (35878, "396150", 1, 0, 25), + (35879, "396155", 1, 0, 25), + (35880, "396155", 1, 0, 25), + (35881, "396155", 1, 0, 25), + (35882, "396155", 1, 0, 25), + (35883, "396125", 1, 0, 25), + (35884, "396125", 1, 0, 25), + (35885, "396125", 1, 0, 25), + (35886, "396125", 1, 0, 25), + (35887, "396125", 1, 0, 25), + (35888, "396125", 1, 0, 25), + (35889, "396125", 1, 0, 25), + (35890, "396125", 1, 0, 25), + (35891, "396125", 1, 0, 25), + (35892, "396125", 1, 0, 25), + (35893, "396125", 1, 0, 25), + (35894, "396125", 1, 0, 25), + (35895, "396125", 1, 0, 25), + (35896, "396125", 1, 0, 25), + (35897, "382240", 1, 0, 25), + (35898, "382460", 1, 0, 25), + (35899, "382450", 1, 0, 25), + (35900, "382450", 1, 0, 25), + (35901, "382315", 1, 0, 25), + (35902, "382460", 1, 0, 25), + (35903, "382255", 1, 0, 25), + (35904, "382460", 1, 0, 25), + (35905, "382170", 1, 0, 25), + (35906, "382421", 1, 0, 25), + (35907, "382245", 1, 0, 25), + (35908, "382170", 1, 0, 25), + (35909, "382150", 1, 0, 25), + (35910, "382455", 1, 0, 25), + (35911, "382007", 1, 0, 25), + (35912, "382220", 1, 0, 25), + (35913, "382140", 1, 0, 25), + (35914, "382150", 1, 0, 25), + (35915, "382210", 1, 0, 25), + (35916, "382150", 1, 0, 25), + (35917, "382220", 1, 0, 25), + (35918, "382245", 1, 0, 25), + (35919, "382315", 1, 0, 25), + (35920, "382130", 1, 0, 25), + (35921, "382449", 1, 0, 25), + (35922, "382225", 1, 0, 25), + (35923, "382450", 1, 0, 25), + (35924, "382115", 1, 0, 25), + (35925, "382220", 1, 0, 25), + (35926, "382225", 1, 0, 25), + (35927, "382433", 1, 0, 25), + (35928, "382460", 1, 0, 25), + (35929, "382220", 1, 0, 25), + (35930, "382460", 1, 0, 25), + (35931, "382140", 1, 0, 25), + (35932, "382230", 1, 0, 25), + (35933, "382225", 1, 0, 25), + (35934, "382355", 1, 0, 25), + (35935, "382150", 1, 0, 25), + (35936, "382250", 1, 0, 25), + (35937, "382405", 1, 0, 25), + (35938, "382465", 1, 0, 25), + (35939, "380058", 1, 0, 25), + (35940, "382130", 1, 0, 25), + (35941, "382145", 1, 0, 25), + (35942, "382308", 1, 0, 25), + (35943, "382140", 1, 0, 25), + (35944, "382265", 1, 0, 25), + (35945, "382120", 1, 0, 25), + (35946, "382225", 1, 0, 25), + (35947, "382130", 1, 0, 25), + (35948, "382225", 1, 0, 25), + (35949, "382230", 1, 0, 25), + (35950, "382220", 1, 0, 25), + (35951, "382220", 1, 0, 25), + (35952, "382130", 1, 0, 25), + (35953, "382315", 1, 0, 25), + (35954, "382210", 1, 0, 25), + (35955, "382450", 1, 0, 25), + (35956, "382130", 1, 0, 25), + (35957, "382115", 1, 0, 25), + (35958, "382225", 1, 0, 25), + (35959, "382427", 1, 0, 25), + (35960, "382120", 1, 0, 25), + (35961, "382150", 1, 0, 25), + (35962, "380060", 1, 0, 25), + (35963, "382463", 1, 0, 25), + (35964, "382465", 1, 0, 25), + (35965, "382460", 1, 0, 25), + (35966, "382355", 1, 0, 25), + (35967, "382308", 1, 0, 25), + (35968, "382140", 1, 0, 25), + (35969, "382455", 1, 0, 25), + (35970, "382140", 1, 0, 25), + (35971, "382250", 1, 0, 25), + (35972, "382430", 1, 0, 25), + (35973, "382315", 1, 0, 25), + (35974, "382110", 1, 0, 25), + (35975, "382610", 1, 0, 25), + (35976, "382610", 1, 0, 25), + (35977, "382315", 1, 0, 25), + (35978, "382465", 1, 0, 25), + (35979, "382265", 1, 0, 25), + (35980, "382421", 1, 0, 25), + (35981, "382355", 1, 0, 25), + (35982, "382422", 1, 0, 25), + (35983, "382225", 1, 0, 25), + (35984, "382421", 1, 0, 25), + (35985, "382220", 1, 0, 25), + (35986, "382260", 1, 0, 25), + (35987, "382150", 1, 0, 25), + (35988, "382225", 1, 0, 25), + (35989, "382423", 1, 0, 25), + (35990, "382355", 1, 0, 25), + (35991, "380059", 1, 0, 25), + (35992, "382225", 1, 0, 25), + (35993, "382016", 1, 0, 25), + (35994, "382230", 1, 0, 25), + (35995, "382110", 1, 0, 25), + (35996, "382120", 1, 0, 25), + (35997, "382110", 1, 0, 25), + (35998, "382130", 1, 0, 25), + (35999, "382265", 1, 0, 25), + (36000, "382210", 1, 0, 25), + (36001, "382120", 1, 0, 25), + (36002, "382430", 1, 0, 25), + (36003, "382460", 1, 0, 25), + (36004, "382120", 1, 0, 25), + (36005, "382150", 1, 0, 25), + (36006, "382250", 1, 0, 25), + (36007, "382421", 1, 0, 25), + (36008, "382308", 1, 0, 25), + (36009, "382455", 1, 0, 25), + (36010, "382150", 1, 0, 25), + (36011, "382435", 1, 0, 25), + (36012, "382150", 1, 0, 25), + (36013, "382810", 1, 0, 25), + (36014, "382430", 1, 0, 25), + (36015, "382650", 1, 0, 25), + (36016, "382845", 1, 0, 25), + (36017, "382735", 1, 0, 25), + (36018, "382855", 1, 0, 25), + (36019, "382650", 1, 0, 25), + (36020, "382845", 1, 0, 25), + (36021, "382845", 1, 0, 25), + (36022, "382721", 1, 0, 25), + (36023, "382845", 1, 0, 25), + (36024, "382721", 1, 0, 25), + (36025, "382810", 1, 0, 25), + (36026, "382810", 1, 0, 25), + (36027, "382740", 1, 0, 25), + (36028, "382845", 1, 0, 25), + (36029, "382740", 1, 0, 25), + (36030, "382845", 1, 0, 25), + (36031, "382735", 1, 0, 25), + (36032, "382721", 1, 0, 25), + (36033, "382845", 1, 0, 25), + (36034, "382110", 1, 0, 25), + (36035, "382450", 1, 0, 25), + (36036, "382245", 1, 0, 25), + (36037, "382130", 1, 0, 25), + (36038, "382110", 1, 0, 25), + (36039, "382405", 1, 0, 25), + (36040, "380060", 1, 0, 25), + (36041, "382305", 1, 0, 25), + (36042, "382355", 1, 0, 25), + (36043, "382042", 1, 0, 25), + (36044, "382315", 1, 0, 25), + (36045, "382465", 1, 0, 25), + (36046, "382305", 1, 0, 25), + (36047, "382110", 1, 0, 25), + (36048, "382145", 1, 0, 25), + (36049, "382460", 1, 0, 25), + (36050, "382255", 1, 0, 25), + (36051, "382320", 1, 0, 25), + (36052, "382145", 1, 0, 25), + (36053, "382355", 1, 0, 25), + (36054, "382110", 1, 0, 25), + (36055, "382130", 1, 0, 25), + (36056, "382150", 1, 0, 25), + (36057, "382110", 1, 0, 25), + (36058, "382120", 1, 0, 25), + (36059, "382315", 1, 0, 25), + (36060, "382308", 1, 0, 25), + (36061, "382230", 1, 0, 25), + (36062, "382321", 1, 0, 25), + (36063, "382130", 1, 0, 25), + (36064, "382245", 1, 0, 25), + (36065, "382213", 1, 0, 25), + (36066, "382150", 1, 0, 25), + (36067, "382455", 1, 0, 25), + (36068, "382230", 1, 0, 25), + (36069, "382220", 1, 0, 25), + (36070, "382213", 1, 0, 25), + (36071, "382230", 1, 0, 25), + (36072, "382120", 1, 0, 25), + (36073, "382305", 1, 0, 25), + (36074, "360370", 1, 0, 25), + (36075, "360311", 1, 0, 25), + (36076, "360330", 1, 0, 25), + (36077, "364490", 1, 0, 25), + (36078, "360311", 1, 0, 25), + (36079, "360311", 1, 0, 25), + (36080, "364485", 1, 0, 25), + (36081, "364485", 1, 0, 25), + (36082, "360040", 1, 0, 25), + (36083, "360040", 1, 0, 25), + (36084, "360450", 1, 0, 25), + (36085, "360450", 1, 0, 25), + (36086, "360450", 1, 0, 25), + (36087, "360450", 1, 0, 25), + (36088, "360450", 1, 0, 25), + (36089, "360450", 1, 0, 25), + (36090, "360452", 1, 0, 25), + (36091, "360452", 1, 0, 25), + (36092, "360452", 1, 0, 25), + (36093, "360452", 1, 0, 25), + (36094, "360452", 1, 0, 25), + (36095, "360452", 1, 0, 25), + (36096, "364465", 1, 0, 25), + (36097, "364465", 1, 0, 25), + (36098, "360410", 1, 0, 25), + (36099, "360410", 1, 0, 25), + (36100, "360410", 1, 0, 25), + (36101, "360410", 1, 0, 25), + (36102, "360410", 1, 0, 25), + (36103, "360030", 1, 0, 25), + (36104, "360030", 1, 0, 25), + (36105, "360030", 1, 0, 25), + (36106, "360030", 1, 0, 25), + (36107, "360030", 1, 0, 25), + (36108, "360035", 1, 0, 25), + (36109, "360035", 1, 0, 25), + (36110, "360035", 1, 0, 25), + (36111, "360035", 1, 0, 25), + (36112, "360070", 1, 0, 25), + (36113, "360070", 1, 0, 25), + (36114, "360070", 1, 0, 25), + (36115, "360070", 1, 0, 25), + (36116, "360421", 1, 0, 25), + (36117, "360330", 1, 0, 25), + (36118, "360330", 1, 0, 25), + (36119, "360330", 1, 0, 25), + (36120, "360330", 1, 0, 25), + (36121, "360330", 1, 0, 25), + (36122, "360330", 1, 0, 25), + (36123, "360330", 1, 0, 25), + (36124, "360375", 1, 0, 25), + (36125, "360480", 1, 0, 25), + (36126, "360480", 1, 0, 25), + (36127, "360480", 1, 0, 25), + (36128, "360480", 1, 0, 25), + (36129, "360480", 1, 0, 25), + (36130, "360480", 1, 0, 25), + (36131, "360430", 1, 0, 25), + (36132, "364470", 1, 0, 25), + (36133, "364470", 1, 0, 25), + (36134, "360440", 1, 0, 25), + (36135, "360440", 1, 0, 25), + (36136, "360440", 1, 0, 25), + (36137, "360440", 1, 0, 25), + (36138, "360440", 1, 0, 25), + (36139, "360440", 1, 0, 25), + (36140, "360490", 1, 0, 25), + (36141, "360490", 1, 0, 25), + (36142, "360490", 1, 0, 25), + (36143, "360490", 1, 0, 25), + (36144, "360490", 1, 0, 25), + (36145, "360490", 1, 0, 25), + (36146, "360490", 1, 0, 25), + (36147, "360490", 1, 0, 25), + (36148, "360490", 1, 0, 25), + (36149, "360490", 1, 0, 25), + (36150, "360490", 1, 0, 25), + (36151, "360490", 1, 0, 25), + (36152, "360490", 1, 0, 25), + (36153, "360490", 1, 0, 25), + (36154, "360490", 1, 0, 25), + (36155, "360490", 1, 0, 25), + (36156, "360490", 1, 0, 25), + (36157, "360490", 1, 0, 25), + (36158, "360490", 1, 0, 25), + (36159, "360490", 1, 0, 25), + (36160, "360490", 1, 0, 25), + (36161, "364490", 1, 0, 25), + (36162, "360410", 1, 0, 25), + (36163, "360410", 1, 0, 25), + (36164, "360410", 1, 0, 25), + (36165, "360410", 1, 0, 25), + (36166, "360410", 1, 0, 25), + (36167, "360410", 1, 0, 25), + (36168, "360410", 1, 0, 25), + (36169, "360410", 1, 0, 25), + (36170, "360410", 1, 0, 25), + (36171, "360320", 1, 0, 25), + (36172, "360405", 1, 0, 25), + (36173, "360405", 1, 0, 25), + (36174, "360405", 1, 0, 25), + (36175, "360405", 1, 0, 25), + (36176, "360405", 1, 0, 25), + (36177, "360405", 1, 0, 25), + (36178, "360405", 1, 0, 25), + (36179, "360405", 1, 0, 25), + (36180, "360050", 1, 0, 25), + (36181, "360050", 1, 0, 25), + (36182, "360050", 1, 0, 25), + (36183, "360050", 1, 0, 25), + (36184, "360050", 1, 0, 25), + (36185, "360050", 1, 0, 25), + (36186, "360050", 1, 0, 25), + (36187, "360050", 1, 0, 25), + (36188, "360050", 1, 0, 25), + (36189, "360360", 1, 0, 25), + (36190, "360360", 1, 0, 25), + (36191, "360360", 1, 0, 25), + (36192, "360360", 1, 0, 25), + (36193, "360360", 1, 0, 25), + (36194, "360360", 1, 0, 25), + (36195, "360360", 1, 0, 25), + (36196, "360360", 1, 0, 25), + (36197, "360360", 1, 0, 25), + (36198, "360360", 1, 0, 25), + (36199, "360360", 1, 0, 25), + (36200, "360370", 1, 0, 25), + (36201, "360370", 1, 0, 25), + (36202, "360370", 1, 0, 25), + (36203, "360370", 1, 0, 25), + (36204, "360370", 1, 0, 25), + (36205, "360370", 1, 0, 25), + (36206, "360370", 1, 0, 25), + (36207, "360370", 1, 0, 25), + (36208, "360370", 1, 0, 25), + (36209, "360370", 1, 0, 25), + (36210, "360370", 1, 0, 25), + (36211, "360370", 1, 0, 25), + (36212, "360370", 1, 0, 25), + (36213, "360370", 1, 0, 25), + (36214, "360370", 1, 0, 25), + (36215, "360370", 1, 0, 25), + (36216, "360370", 1, 0, 25), + (36217, "360470", 1, 0, 25), + (36218, "360470", 1, 0, 25), + (36219, "360470", 1, 0, 25), + (36220, "360311", 1, 0, 25), + (36221, "360311", 1, 0, 25), + (36222, "360311", 1, 0, 25), + (36223, "360311", 1, 0, 25), + (36224, "360311", 1, 0, 25), + (36225, "360311", 1, 0, 25), + (36226, "360311", 1, 0, 25), + (36227, "360311", 1, 0, 25), + (36228, "360311", 1, 0, 25), + (36229, "360311", 1, 0, 25), + (36230, "360311", 1, 0, 25), + (36231, "360311", 1, 0, 25), + (36232, "360311", 1, 0, 25), + (36233, "360311", 1, 0, 25), + (36234, "360311", 1, 0, 25), + (36235, "360311", 1, 0, 25), + (36236, "360311", 1, 0, 25), + (36237, "360311", 1, 0, 25), + (36238, "360311", 1, 0, 25), + (36239, "360311", 1, 0, 25), + (36240, "360311", 1, 0, 25), + (36241, "360311", 1, 0, 25), + (36242, "360311", 1, 0, 25), + (36243, "360311", 1, 0, 25), + (36244, "360311", 1, 0, 25), + (36245, "360311", 1, 0, 25), + (36246, "360311", 1, 0, 25), + (36247, "360311", 1, 0, 25), + (36248, "360311", 1, 0, 25), + (36249, "360311", 1, 0, 25), + (36250, "364490", 1, 0, 25), + (36251, "364490", 1, 0, 25), + (36252, "364490", 1, 0, 25), + (36253, "364490", 1, 0, 25), + (36254, "364490", 1, 0, 25), + (36255, "360055", 1, 0, 25), + (36256, "360055", 1, 0, 25), + (36257, "360055", 1, 0, 25), + (36258, "360055", 1, 0, 25), + (36259, "360055", 1, 0, 25), + (36260, "360055", 1, 0, 25), + (36261, "360055", 1, 0, 25), + (36262, "360055", 1, 0, 25), + (36263, "360055", 1, 0, 25), + (36264, "360055", 1, 0, 25), + (36265, "360055", 1, 0, 25), + (36266, "360055", 1, 0, 25), + (36267, "360055", 1, 0, 25), + (36268, "360380", 1, 0, 25), + (36269, "361160", 1, 0, 25), + (36270, "363655", 1, 0, 25), + (36271, "361306", 1, 0, 25), + (36272, "361315", 1, 0, 25), + (36273, "361320", 1, 0, 25), + (36274, "361320", 1, 0, 25), + (36275, "361320", 1, 0, 25), + (36276, "361320", 1, 0, 25), + (36277, "361320", 1, 0, 25), + (36278, "361320", 1, 0, 25), + (36279, "361320", 1, 0, 25), + (36280, "361320", 1, 0, 25), + (36281, "361320", 1, 0, 25), + (36282, "361320", 1, 0, 25), + (36283, "361280", 1, 0, 25), + (36284, "361280", 1, 0, 25), + (36285, "361280", 1, 0, 25), + (36286, "361280", 1, 0, 25), + (36287, "361280", 1, 0, 25), + (36288, "361280", 1, 0, 25), + (36289, "361280", 1, 0, 25), + (36290, "361280", 1, 0, 25), + (36291, "361280", 1, 0, 25), + (36292, "361170", 1, 0, 25), + (36293, "361170", 1, 0, 25), + (36294, "361170", 1, 0, 25), + (36295, "361170", 1, 0, 25), + (36296, "361170", 1, 0, 25), + (36297, "361170", 1, 0, 25), + (36298, "361170", 1, 0, 25), + (36299, "361170", 1, 0, 25), + (36300, "361170", 1, 0, 25), + (36301, "361170", 1, 0, 25), + (36302, "361170", 1, 0, 25), + (36303, "361345", 1, 0, 25), + (36304, "361345", 1, 0, 25), + (36305, "361345", 1, 0, 25), + (36306, "361345", 1, 0, 25), + (36307, "361325", 1, 0, 25), + (36308, "361325", 1, 0, 25), + (36309, "361325", 1, 0, 25), + (36310, "361325", 1, 0, 25), + (36311, "361325", 1, 0, 25), + (36312, "361325", 1, 0, 25), + (36313, "361310", 1, 0, 25), + (36314, "361310", 1, 0, 25), + (36315, "361310", 1, 0, 25), + (36316, "361310", 1, 0, 25), + (36317, "361306", 1, 0, 25), + (36318, "361306", 1, 0, 25), + (36319, "361306", 1, 0, 25), + (36320, "361306", 1, 0, 25), + (36321, "361306", 1, 0, 25), + (36322, "361306", 1, 0, 25), + (36323, "361306", 1, 0, 25), + (36324, "361306", 1, 0, 25), + (36325, "361306", 1, 0, 25), + (36326, "361306", 1, 0, 25), + (36327, "361306", 1, 0, 25), + (36328, "361306", 1, 0, 25), + (36329, "360510", 1, 0, 25), + (36330, "360510", 1, 0, 25), + (36331, "360510", 1, 0, 25), + (36332, "360510", 1, 0, 25), + (36333, "360510", 1, 0, 25), + (36334, "360510", 1, 0, 25), + (36335, "360510", 1, 0, 25), + (36336, "360510", 1, 0, 25), + (36337, "360510", 1, 0, 25), + (36338, "360510", 1, 0, 25), + (36339, "360510", 1, 0, 25), + (36340, "360510", 1, 0, 25), + (36341, "360510", 1, 0, 25), + (36342, "360510", 1, 0, 25), + (36343, "360510", 1, 0, 25), + (36344, "360510", 1, 0, 25), + (36345, "360510", 1, 0, 25), + (36346, "360510", 1, 0, 25), + (36347, "360510", 1, 0, 25), + (36348, "361315", 1, 0, 25), + (36349, "361315", 1, 0, 25), + (36350, "361315", 1, 0, 25), + (36351, "361315", 1, 0, 25), + (36352, "361315", 1, 0, 25), + (36353, "361315", 1, 0, 25), + (36354, "361315", 1, 0, 25), + (36355, "361315", 1, 0, 25), + (36356, "361315", 1, 0, 25), + (36357, "361315", 1, 0, 25), + (36358, "361315", 1, 0, 25), + (36359, "361315", 1, 0, 25), + (36360, "361315", 1, 0, 25), + (36361, "361315", 1, 0, 25), + (36362, "361315", 1, 0, 25), + (36363, "361315", 1, 0, 25), + (36364, "361010", 1, 0, 25), + (36365, "361010", 1, 0, 25), + (36366, "361010", 1, 0, 25), + (36367, "361010", 1, 0, 25), + (36368, "361010", 1, 0, 25), + (36369, "360531", 1, 0, 25), + (36370, "360531", 1, 0, 25), + (36371, "360531", 1, 0, 25), + (36372, "360531", 1, 0, 25), + (36373, "360531", 1, 0, 25), + (36374, "360531", 1, 0, 25), + (36375, "360531", 1, 0, 25), + (36376, "360531", 1, 0, 25), + (36377, "360515", 1, 0, 25), + (36378, "360515", 1, 0, 25), + (36379, "360515", 1, 0, 25), + (36380, "360515", 1, 0, 25), + (36381, "360515", 1, 0, 25), + (36382, "360515", 1, 0, 25), + (36383, "360515", 1, 0, 25), + (36384, "360515", 1, 0, 25), + (36385, "360515", 1, 0, 25), + (36386, "360515", 1, 0, 25), + (36387, "360515", 1, 0, 25), + (36388, "361220", 1, 0, 25), + (36389, "361220", 1, 0, 25), + (36390, "361220", 1, 0, 25), + (36391, "361220", 1, 0, 25), + (36392, "361220", 1, 0, 25), + (36393, "361220", 1, 0, 25), + (36394, "361220", 1, 0, 25), + (36395, "361007", 1, 0, 25), + (36396, "361007", 1, 0, 25), + (36397, "363655", 1, 0, 25), + (36398, "363655", 1, 0, 25), + (36399, "363655", 1, 0, 25), + (36400, "363655", 1, 0, 25), + (36401, "363655", 1, 0, 25), + (36402, "363655", 1, 0, 25), + (36403, "363655", 1, 0, 25), + (36404, "363655", 1, 0, 25), + (36405, "361230", 1, 0, 25), + (36406, "361240", 1, 0, 25), + (36407, "361240", 1, 0, 25), + (36408, "361240", 1, 0, 25), + (36409, "361210", 1, 0, 25), + (36410, "361210", 1, 0, 25), + (36411, "361210", 1, 0, 25), + (36412, "361210", 1, 0, 25), + (36413, "361210", 1, 0, 25), + (36414, "361210", 1, 0, 25), + (36415, "361210", 1, 0, 25), + (36416, "361210", 1, 0, 25), + (36417, "361210", 1, 0, 25), + (36418, "361210", 1, 0, 25), + (36419, "361210", 1, 0, 25), + (36420, "361210", 1, 0, 25), + (36421, "361120", 1, 0, 25), + (36422, "361120", 1, 0, 25), + (36423, "361120", 1, 0, 25), + (36424, "361120", 1, 0, 25), + (36425, "361120", 1, 0, 25), + (36426, "361162", 1, 0, 25), + (36427, "361162", 1, 0, 25), + (36428, "361305", 1, 0, 25), + (36429, "361305", 1, 0, 25), + (36430, "361305", 1, 0, 25), + (36431, "361305", 1, 0, 25), + (36432, "361305", 1, 0, 25), + (36433, "361305", 1, 0, 25), + (36434, "361305", 1, 0, 25), + (36435, "361305", 1, 0, 25), + (36436, "361305", 1, 0, 25), + (36437, "361305", 1, 0, 25), + (36438, "361305", 1, 0, 25), + (36439, "361305", 1, 0, 25), + (36440, "361305", 1, 0, 25), + (36441, "361305", 1, 0, 25), + (36442, "361305", 1, 0, 25), + (36443, "361305", 1, 0, 25), + (36444, "361305", 1, 0, 25), + (36445, "361305", 1, 0, 25), + (36446, "361160", 1, 0, 25), + (36447, "361160", 1, 0, 25), + (36448, "361160", 1, 0, 25), + (36449, "361160", 1, 0, 25), + (36450, "361160", 1, 0, 25), + (36451, "361160", 1, 0, 25), + (36452, "361160", 1, 0, 25), + (36453, "361160", 1, 0, 25), + (36454, "361160", 1, 0, 25), + (36455, "361013", 1, 0, 25), + (36456, "361013", 1, 0, 25), + (36457, "361013", 1, 0, 25), + (36458, "361013", 1, 0, 25), + (36459, "361013", 1, 0, 25), + (36460, "361013", 1, 0, 25), + (36461, "361013", 1, 0, 25), + (36462, "361013", 1, 0, 25), + (36463, "360540", 1, 0, 25), + (36464, "360540", 1, 0, 25), + (36465, "360540", 1, 0, 25), + (36466, "360540", 1, 0, 25), + (36467, "360540", 1, 0, 25), + (36468, "360540", 1, 0, 25), + (36469, "360540", 1, 0, 25), + (36470, "360540", 1, 0, 25), + (36471, "360540", 1, 0, 25), + (36472, "361162", 1, 0, 25), + (36473, "361162", 1, 0, 25), + (36474, "361162", 1, 0, 25), + (36475, "361162", 1, 0, 25), + (36476, "361162", 1, 0, 25), + (36477, "361162", 1, 0, 25), + (36478, "361162", 1, 0, 25), + (36479, "361162", 1, 0, 25), + (36480, "361110", 1, 0, 25), + (36481, "361110", 1, 0, 25), + (36482, "361110", 1, 0, 25), + (36483, "361110", 1, 0, 25), + (36484, "363655", 1, 0, 25), + (36485, "363655", 1, 0, 25), + (36486, "363655", 1, 0, 25), + (36487, "363655", 1, 0, 25), + (36488, "363655", 1, 0, 25), + (36489, "363655", 1, 0, 25), + (36490, "363655", 1, 0, 25), + (36491, "363655", 1, 0, 25), + (36492, "363655", 1, 0, 25), + (36493, "361315", 1, 0, 25), + (36494, "361012", 1, 0, 25), + (36495, "361012", 1, 0, 25), + (36496, "361012", 1, 0, 25), + (36497, "361012", 1, 0, 25), + (36498, "361012", 1, 0, 25), + (36499, "361012", 1, 0, 25), + (36500, "361012", 1, 0, 25), + (36501, "361012", 1, 0, 25), + (36502, "361012", 1, 0, 25), + (36503, "361012", 1, 0, 25), + (36504, "361012", 1, 0, 25), + (36505, "360520", 1, 0, 25), + (36506, "360520", 1, 0, 25), + (36507, "360520", 1, 0, 25), + (36508, "360520", 1, 0, 25), + (36509, "360520", 1, 0, 25), + (36510, "360520", 1, 0, 25), + (36511, "360520", 1, 0, 25), + (36512, "360520", 1, 0, 25), + (36513, "361335", 1, 0, 25), + (36514, "361335", 1, 0, 25), + (36515, "361335", 1, 0, 25), + (36516, "361335", 1, 0, 25), + (36517, "361335", 1, 0, 25), + (36518, "361335", 1, 0, 25), + (36519, "361335", 1, 0, 25), + (36520, "361335", 1, 0, 25), + (36521, "361335", 1, 0, 25), + (36522, "361335", 1, 0, 25), + (36523, "361335", 1, 0, 25), + (36524, "361335", 1, 0, 25), + (36525, "361335", 1, 0, 25), + (36526, "361335", 1, 0, 25), + (36527, "360530", 1, 0, 25), + (36528, "360530", 1, 0, 25), + (36529, "360530", 1, 0, 25), + (36530, "360530", 1, 0, 25), + (36531, "360530", 1, 0, 25), + (36532, "360530", 1, 0, 25), + (36533, "360530", 1, 0, 25), + (36534, "360530", 1, 0, 25), + (36535, "360530", 1, 0, 25), + (36536, "360530", 1, 0, 25), + (36537, "360530", 1, 0, 25), + (36538, "360530", 1, 0, 25), + (36539, "361320", 1, 0, 25), + (36540, "361120", 1, 0, 25), + (36541, "361120", 1, 0, 25), + (36542, "361120", 1, 0, 25), + (36543, "361120", 1, 0, 25), + (36544, "361140", 1, 0, 25), + (36545, "361140", 1, 0, 25), + (36546, "361140", 1, 0, 25), + (36547, "361011", 1, 0, 25), + (36548, "361011", 1, 0, 25), + (36549, "361009", 1, 0, 25), + (36550, "361006", 1, 0, 25), + (36551, "361006", 1, 0, 25), + (36552, "361006", 1, 0, 25), + (36553, "361006", 1, 0, 25), + (36554, "361006", 1, 0, 25), + (36555, "361006", 1, 0, 25), + (36556, "361006", 1, 0, 25), + (36557, "361006", 1, 0, 25), + (36558, "361006", 1, 0, 25), + (36559, "361008", 1, 0, 25), + (36560, "361130", 1, 0, 25), + (36561, "361130", 1, 0, 25), + (36562, "361130", 1, 0, 25), + (36563, "361130", 1, 0, 25), + (36564, "361130", 1, 0, 25), + (36565, "361130", 1, 0, 25), + (36566, "361130", 1, 0, 25), + (36567, "361130", 1, 0, 25), + (36568, "361250", 1, 0, 25), + (36569, "361250", 1, 0, 25), + (36570, "361250", 1, 0, 25), + (36571, "361250", 1, 0, 25), + (36572, "361250", 1, 0, 25), + (36573, "361160", 1, 0, 25), + (36574, "361160", 1, 0, 25), + (36575, "361160", 1, 0, 25), + (36576, "361160", 1, 0, 25), + (36577, "361160", 1, 0, 25), + (36578, "361160", 1, 0, 25), + (36579, "361160", 1, 0, 25), + (36580, "361220", 1, 0, 25), + (36581, "361160", 1, 0, 25), + (36582, "361160", 1, 0, 25), + (36583, "361160", 1, 0, 25), + (36584, "361160", 1, 0, 25), + (36585, "361160", 1, 0, 25), + (36586, "361160", 1, 0, 25), + (36587, "361160", 1, 0, 25), + (36588, "362610", 1, 0, 25), + (36589, "362020", 1, 0, 25), + (36590, "362610", 1, 0, 25), + (36591, "362130", 1, 0, 25), + (36592, "362011", 1, 0, 25), + (36593, "362011", 1, 0, 25), + (36594, "362011", 1, 0, 25), + (36595, "362011", 1, 0, 25), + (36596, "362245", 1, 0, 25), + (36597, "362245", 1, 0, 25), + (36598, "362245", 1, 0, 25), + (36599, "362245", 1, 0, 25), + (36600, "362245", 1, 0, 25), + (36601, "362245", 1, 0, 25), + (36602, "362245", 1, 0, 25), + (36603, "362245", 1, 0, 25), + (36604, "362245", 1, 0, 25), + (36605, "362245", 1, 0, 25), + (36606, "362245", 1, 0, 25), + (36607, "362245", 1, 0, 25), + (36608, "362245", 1, 0, 25), + (36609, "362245", 1, 0, 25), + (36610, "362245", 1, 0, 25), + (36611, "362245", 1, 0, 25), + (36612, "362245", 1, 0, 25), + (36613, "362245", 1, 0, 25), + (36614, "362245", 1, 0, 25), + (36615, "362245", 1, 0, 25), + (36616, "362610", 1, 0, 25), + (36617, "362130", 1, 0, 25), + (36618, "362130", 1, 0, 25), + (36619, "362130", 1, 0, 25), + (36620, "362130", 1, 0, 25), + (36621, "362130", 1, 0, 25), + (36622, "362130", 1, 0, 25), + (36623, "362130", 1, 0, 25), + (36624, "362130", 1, 0, 25), + (36625, "362130", 1, 0, 25), + (36626, "362130", 1, 0, 25), + (36627, "362220", 1, 0, 25), + (36628, "362220", 1, 0, 25), + (36629, "362220", 1, 0, 25), + (36630, "362220", 1, 0, 25), + (36631, "362220", 1, 0, 25), + (36632, "362220", 1, 0, 25), + (36633, "362220", 1, 0, 25), + (36634, "362220", 1, 0, 25), + (36635, "362220", 1, 0, 25), + (36636, "362220", 1, 0, 25), + (36637, "362229", 1, 0, 25), + (36638, "362229", 1, 0, 25), + (36639, "362220", 1, 0, 25), + (36640, "362229", 1, 0, 25), + (36641, "362220", 1, 0, 25), + (36642, "362220", 1, 0, 25), + (36643, "362229", 1, 0, 25), + (36644, "362130", 1, 0, 25), + (36645, "362260", 1, 0, 25), + (36646, "362135", 1, 0, 25), + (36647, "362255", 1, 0, 25), + (36648, "362255", 1, 0, 25), + (36649, "362255", 1, 0, 25), + (36650, "362255", 1, 0, 25), + (36651, "362255", 1, 0, 25), + (36652, "362255", 1, 0, 25), + (36653, "362255", 1, 0, 25), + (36654, "362255", 1, 0, 25), + (36655, "362255", 1, 0, 25), + (36656, "362255", 1, 0, 25), + (36657, "362255", 1, 0, 25), + (36658, "362255", 1, 0, 25), + (36659, "362255", 1, 0, 25), + (36660, "362275", 1, 0, 25), + (36661, "362530", 1, 0, 25), + (36662, "362530", 1, 0, 25), + (36663, "362530", 1, 0, 25), + (36664, "362530", 1, 0, 25), + (36665, "362530", 1, 0, 25), + (36666, "362530", 1, 0, 25), + (36667, "362530", 1, 0, 25), + (36668, "362530", 1, 0, 25), + (36669, "362720", 1, 0, 25), + (36670, "362720", 1, 0, 25), + (36671, "362720", 1, 0, 25), + (36672, "362720", 1, 0, 25), + (36673, "362720", 1, 0, 25), + (36674, "362720", 1, 0, 25), + (36675, "362720", 1, 0, 25), + (36676, "362720", 1, 0, 25), + (36677, "362720", 1, 0, 25), + (36678, "362720", 1, 0, 25), + (36679, "362720", 1, 0, 25), + (36680, "362720", 1, 0, 25), + (36681, "362720", 1, 0, 25), + (36682, "362720", 1, 0, 25), + (36683, "362720", 1, 0, 25), + (36684, "362720", 1, 0, 25), + (36685, "362720", 1, 0, 25), + (36686, "362725", 1, 0, 25), + (36687, "362725", 1, 0, 25), + (36688, "362725", 1, 0, 25), + (36689, "362725", 1, 0, 25), + (36690, "362268", 1, 0, 25), + (36691, "362268", 1, 0, 25), + (36692, "362268", 1, 0, 25), + (36693, "362275", 1, 0, 25), + (36694, "362275", 1, 0, 25), + (36695, "362275", 1, 0, 25), + (36696, "362275", 1, 0, 25), + (36697, "362275", 1, 0, 25), + (36698, "362150", 1, 0, 25), + (36699, "362150", 1, 0, 25), + (36700, "362150", 1, 0, 25), + (36701, "362150", 1, 0, 25), + (36702, "362150", 1, 0, 25), + (36703, "362150", 1, 0, 25), + (36704, "362150", 1, 0, 25), + (36705, "362150", 1, 0, 25), + (36706, "362150", 1, 0, 25), + (36707, "362150", 1, 0, 25), + (36708, "362150", 1, 0, 25), + (36709, "362150", 1, 0, 25), + (36710, "362150", 1, 0, 25), + (36711, "362150", 1, 0, 25), + (36712, "362150", 1, 0, 25), + (36713, "362150", 1, 0, 25), + (36714, "362150", 1, 0, 25), + (36715, "362150", 1, 0, 25), + (36716, "362268", 1, 0, 25), + (36717, "362150", 1, 0, 25), + (36718, "362150", 1, 0, 25), + (36719, "362150", 1, 0, 25), + (36720, "362560", 1, 0, 25), + (36721, "362560", 1, 0, 25), + (36722, "362560", 1, 0, 25), + (36723, "362560", 1, 0, 25), + (36724, "362560", 1, 0, 25), + (36725, "362560", 1, 0, 25), + (36726, "362560", 1, 0, 25), + (36727, "362560", 1, 0, 25), + (36728, "362560", 1, 0, 25), + (36729, "362560", 1, 0, 25), + (36730, "362560", 1, 0, 25), + (36731, "362560", 1, 0, 25), + (36732, "362560", 1, 0, 25), + (36733, "362560", 1, 0, 25), + (36734, "362560", 1, 0, 25), + (36735, "362560", 1, 0, 25), + (36736, "362560", 1, 0, 25), + (36737, "362560", 1, 0, 25), + (36738, "362560", 1, 0, 25), + (36739, "362560", 1, 0, 25), + (36740, "362560", 1, 0, 25), + (36741, "362560", 1, 0, 25), + (36742, "362266", 1, 0, 25), + (36743, "362266", 1, 0, 25), + (36744, "362268", 1, 0, 25), + (36745, "362268", 1, 0, 25), + (36746, "396193", 1, 0, 25), + (36747, "396193", 1, 0, 25), + (36748, "396193", 1, 0, 25), + (36749, "396230", 1, 0, 25), + (36750, "396230", 1, 0, 25), + (36751, "396235", 1, 0, 25), + (36752, "396235", 1, 0, 25), + (36753, "396240", 1, 0, 25), + (36754, "365421", 1, 0, 25), + (36755, "365630", 1, 0, 25), + (36756, "365540", 1, 0, 25), + (36757, "365560", 1, 0, 25), + (36758, "365541", 1, 0, 25), + (36759, "365540", 1, 0, 25), + (36760, "365540", 1, 0, 25), + (36761, "365540", 1, 0, 25), + (36762, "364521", 1, 0, 25), + (36763, "364521", 1, 0, 25), + (36764, "364521", 1, 0, 25), + (36765, "364521", 1, 0, 25), + (36766, "364521", 1, 0, 25), + (36767, "364521", 1, 0, 25), + (36768, "364521", 1, 0, 25), + (36769, "365650", 1, 0, 25), + (36770, "365650", 1, 0, 25), + (36771, "365650", 1, 0, 25), + (36772, "365650", 1, 0, 25), + (36773, "365650", 1, 0, 25), + (36774, "365650", 1, 0, 25), + (36775, "365650", 1, 0, 25), + (36776, "365650", 1, 0, 25), + (36777, "365565", 1, 0, 25), + (36778, "365565", 1, 0, 25), + (36779, "365565", 1, 0, 25), + (36780, "365565", 1, 0, 25), + (36781, "365450", 1, 0, 25), + (36782, "365450", 1, 0, 25), + (36783, "365450", 1, 0, 25), + (36784, "365450", 1, 0, 25), + (36785, "365450", 1, 0, 25), + (36786, "365450", 1, 0, 25), + (36787, "365450", 1, 0, 25), + (36788, "365450", 1, 0, 25), + (36789, "365430", 1, 0, 25), + (36790, "365430", 1, 0, 25), + (36791, "365430", 1, 0, 25), + (36792, "365430", 1, 0, 25), + (36793, "365430", 1, 0, 25), + (36794, "365430", 1, 0, 25), + (36795, "365430", 1, 0, 25), + (36796, "365430", 1, 0, 25), + (36797, "365430", 1, 0, 25), + (36798, "365430", 1, 0, 25), + (36799, "365630", 1, 0, 25), + (36800, "365630", 1, 0, 25), + (36801, "365630", 1, 0, 25), + (36802, "365630", 1, 0, 25), + (36803, "365630", 1, 0, 25), + (36804, "365630", 1, 0, 25), + (36805, "365630", 1, 0, 25), + (36806, "365630", 1, 0, 25), + (36807, "365630", 1, 0, 25), + (36808, "365630", 1, 0, 25), + (36809, "364515", 1, 0, 25), + (36810, "365555", 1, 0, 25), + (36811, "365535", 1, 0, 25), + (36812, "364525", 1, 0, 25), + (36813, "364525", 1, 0, 25), + (36814, "364525", 1, 0, 25), + (36815, "364525", 1, 0, 25), + (36816, "364525", 1, 0, 25), + (36817, "364525", 1, 0, 25), + (36818, "364525", 1, 0, 25), + (36819, "364530", 1, 0, 25), + (36820, "364530", 1, 0, 25), + (36821, "364530", 1, 0, 25), + (36822, "364530", 1, 0, 25), + (36823, "364530", 1, 0, 25), + (36824, "364530", 1, 0, 25), + (36825, "364530", 1, 0, 25), + (36826, "364530", 1, 0, 25), + (36827, "364530", 1, 0, 25), + (36828, "365601", 1, 0, 25), + (36829, "365601", 1, 0, 25), + (36830, "365601", 1, 0, 25), + (36831, "365601", 1, 0, 25), + (36832, "365601", 1, 0, 25), + (36833, "365601", 1, 0, 25), + (36834, "365601", 1, 0, 25), + (36835, "365601", 1, 0, 25), + (36836, "365601", 1, 0, 25), + (36837, "365601", 1, 0, 25), + (36838, "365601", 1, 0, 25), + (36839, "365601", 1, 0, 25), + (36840, "365601", 1, 0, 25), + (36841, "365601", 1, 0, 25), + (36842, "365601", 1, 0, 25), + (36843, "365610", 1, 0, 25), + (36844, "365610", 1, 0, 25), + (36845, "365610", 1, 0, 25), + (36846, "365610", 1, 0, 25), + (36847, "365610", 1, 0, 25), + (36848, "365610", 1, 0, 25), + (36849, "365610", 1, 0, 25), + (36850, "365610", 1, 0, 25), + (36851, "365610", 1, 0, 25), + (36852, "365421", 1, 0, 25), + (36853, "365421", 1, 0, 25), + (36854, "365421", 1, 0, 25), + (36855, "365421", 1, 0, 25), + (36856, "365421", 1, 0, 25), + (36857, "365421", 1, 0, 25), + (36858, "365421", 1, 0, 25), + (36859, "365630", 1, 0, 25), + (36860, "365630", 1, 0, 25), + (36861, "365410", 1, 0, 25), + (36862, "365410", 1, 0, 25), + (36863, "365410", 1, 0, 25), + (36864, "365410", 1, 0, 25), + (36865, "365410", 1, 0, 25), + (36866, "365410", 1, 0, 25), + (36867, "365410", 1, 0, 25), + (36868, "365410", 1, 0, 25), + (36869, "365620", 1, 0, 25), + (36870, "365620", 1, 0, 25), + (36871, "365620", 1, 0, 25), + (36872, "365620", 1, 0, 25), + (36873, "365620", 1, 0, 25), + (36874, "365220", 1, 0, 25), + (36875, "365220", 1, 0, 25), + (36876, "365220", 1, 0, 25), + (36877, "365220", 1, 0, 25), + (36878, "365220", 1, 0, 25), + (36879, "365220", 1, 0, 25), + (36880, "365220", 1, 0, 25), + (36881, "365220", 1, 0, 25), + (36882, "365220", 1, 0, 25), + (36883, "365560", 1, 0, 25), + (36884, "365560", 1, 0, 25), + (36885, "365560", 1, 0, 25), + (36886, "365560", 1, 0, 25), + (36887, "365560", 1, 0, 25), + (36888, "365560", 1, 0, 25), + (36889, "365560", 1, 0, 25), + (36890, "365560", 1, 0, 25), + (36891, "365660", 1, 0, 25), + (36892, "365660", 1, 0, 25), + (36893, "365660", 1, 0, 25), + (36894, "365660", 1, 0, 25), + (36895, "365660", 1, 0, 25), + (36896, "365660", 1, 0, 25), + (36897, "364515", 1, 0, 25), + (36898, "364515", 1, 0, 25), + (36899, "364515", 1, 0, 25), + (36900, "364515", 1, 0, 25), + (36901, "364515", 1, 0, 25), + (36902, "364515", 1, 0, 25), + (36903, "364515", 1, 0, 25), + (36904, "364515", 1, 0, 25), + (36905, "364515", 1, 0, 25), + (36906, "364515", 1, 0, 25), + (36907, "364515", 1, 0, 25), + (36908, "364515", 1, 0, 25), + (36909, "362730", 1, 0, 25), + (36910, "362730", 1, 0, 25), + (36911, "362730", 1, 0, 25), + (36912, "365480", 1, 0, 25), + (36913, "365480", 1, 0, 25), + (36914, "365480", 1, 0, 25), + (36915, "365480", 1, 0, 25), + (36916, "365480", 1, 0, 25), + (36917, "365480", 1, 0, 25), + (36918, "365480", 1, 0, 25), + (36919, "365480", 1, 0, 25), + (36920, "365480", 1, 0, 25), + (36921, "365630", 1, 0, 25), + (36922, "365220", 1, 0, 25), + (36923, "365220", 1, 0, 25), + (36924, "365220", 1, 0, 25), + (36925, "365220", 1, 0, 25), + (36926, "365220", 1, 0, 25), + (36927, "365220", 1, 0, 25), + (36928, "365220", 1, 0, 25), + (36929, "365220", 1, 0, 25), + (36930, "365220", 1, 0, 25), + (36931, "365220", 1, 0, 25), + (36932, "365220", 1, 0, 25), + (36933, "365550", 1, 0, 25), + (36934, "365550", 1, 0, 25), + (36935, "365550", 1, 0, 25), + (36936, "365550", 1, 0, 25), + (36937, "365550", 1, 0, 25), + (36938, "365550", 1, 0, 25), + (36939, "365550", 1, 0, 25), + (36940, "365550", 1, 0, 25), + (36941, "365640", 1, 0, 25), + (36942, "365640", 1, 0, 25), + (36943, "365640", 1, 0, 25), + (36944, "365640", 1, 0, 25), + (36945, "365640", 1, 0, 25), + (36946, "365640", 1, 0, 25), + (36947, "365640", 1, 0, 25), + (36948, "365640", 1, 0, 25), + (36949, "365640", 1, 0, 25), + (36950, "365640", 1, 0, 25), + (36951, "365640", 1, 0, 25), + (36952, "365640", 1, 0, 25), + (36953, "365555", 1, 0, 25), + (36954, "365555", 1, 0, 25), + (36955, "365555", 1, 0, 25), + (36956, "365555", 1, 0, 25), + (36957, "365555", 1, 0, 25), + (36958, "365555", 1, 0, 25), + (36959, "365555", 1, 0, 25), + (36960, "365555", 1, 0, 25), + (36961, "365555", 1, 0, 25), + (36962, "365555", 1, 0, 25), + (36963, "365421", 1, 0, 25), + (36964, "365421", 1, 0, 25), + (36965, "365421", 1, 0, 25), + (36966, "365421", 1, 0, 25), + (36967, "365421", 1, 0, 25), + (36968, "364522", 1, 0, 25), + (36969, "364522", 1, 0, 25), + (36970, "364522", 1, 0, 25), + (36971, "364522", 1, 0, 25), + (36972, "364522", 1, 0, 25), + (36973, "364522", 1, 0, 25), + (36974, "364522", 1, 0, 25), + (36975, "364522", 1, 0, 25), + (36976, "364522", 1, 0, 25), + (36977, "364522", 1, 0, 25), + (36978, "364522", 1, 0, 25), + (36979, "364522", 1, 0, 25), + (36980, "365440", 1, 0, 25), + (36981, "365440", 1, 0, 25), + (36982, "365440", 1, 0, 25), + (36983, "365440", 1, 0, 25), + (36984, "365440", 1, 0, 25), + (36985, "365440", 1, 0, 25), + (36986, "365440", 1, 0, 25), + (36987, "365440", 1, 0, 25), + (36988, "365440", 1, 0, 25), + (36989, "365440", 1, 0, 25), + (36990, "365440", 1, 0, 25), + (36991, "365440", 1, 0, 25), + (36992, "365440", 1, 0, 25), + (36993, "365440", 1, 0, 25), + (36994, "365645", 1, 0, 25), + (36995, "365645", 1, 0, 25), + (36996, "365645", 1, 0, 25), + (36997, "365630", 1, 0, 25), + (36998, "365630", 1, 0, 25), + (36999, "365630", 1, 0, 25), + (37000, "365430", 1, 0, 25), + (37001, "365430", 1, 0, 25), + (37002, "365430", 1, 0, 25), + (37003, "365430", 1, 0, 25), + (37004, "365535", 1, 0, 25), + (37005, "365535", 1, 0, 25), + (37006, "365535", 1, 0, 25), + (37007, "365535", 1, 0, 25), + (37008, "365535", 1, 0, 25), + (37009, "365535", 1, 0, 25), + (37010, "365535", 1, 0, 25), + (37011, "365535", 1, 0, 25), + (37012, "365460", 1, 0, 25), + (37013, "365460", 1, 0, 25), + (37014, "365460", 1, 0, 25), + (37015, "365460", 1, 0, 25), + (37016, "365460", 1, 0, 25), + (37017, "365460", 1, 0, 25), + (37018, "365455", 1, 0, 25), + (37019, "365455", 1, 0, 25), + (37020, "365635", 1, 0, 25), + (37021, "365635", 1, 0, 25), + (37022, "365635", 1, 0, 25), + (37023, "365635", 1, 0, 25), + (37024, "365635", 1, 0, 25), + (37025, "365635", 1, 0, 25), + (37026, "365635", 1, 0, 25), + (37027, "365635", 1, 0, 25), + (37028, "365545", 1, 0, 25), + (37029, "365545", 1, 0, 25), + (37030, "365545", 1, 0, 25), + (37031, "365545", 1, 0, 25), + (37032, "365560", 1, 0, 25), + (37033, "365560", 1, 0, 25), + (37034, "365560", 1, 0, 25), + (37035, "365560", 1, 0, 25), + (37036, "365560", 1, 0, 25), + (37037, "365560", 1, 0, 25), + (37038, "365560", 1, 0, 25), + (37039, "365480", 1, 0, 25), + (37040, "365480", 1, 0, 25), + (37041, "365480", 1, 0, 25), + (37042, "365480", 1, 0, 25), + (37043, "365480", 1, 0, 25), + (37044, "365456", 1, 0, 25), + (37045, "365456", 1, 0, 25), + (37046, "365456", 1, 0, 25), + (37047, "365456", 1, 0, 25), + (37048, "365456", 1, 0, 25), + (37049, "365456", 1, 0, 25), + (37050, "365456", 1, 0, 25), + (37051, "364525", 1, 0, 25), + (37052, "364525", 1, 0, 25), + (37053, "364525", 1, 0, 25), + (37054, "364525", 1, 0, 25), + (37055, "364525", 1, 0, 25), + (37056, "131021", 1, 0, 6), + (37057, "131304", 1, 0, 6), + (37058, "121010", 1, 0, 6), + (37059, "122011", 1, 0, 6), + (37060, "122018", 1, 0, 6), + (37061, "122001", 1, 0, 6), + (37062, "131001", 1, 0, 6), + (37063, "131022", 1, 0, 6), + (37064, "131409", 1, 0, 6), + (37065, "131302", 1, 0, 6), + (37066, "131301", 1, 0, 6), + (37067, "131039", 1, 0, 6), + (37068, "131408", 1, 0, 6), + (37069, "131001", 1, 0, 6), + (37070, "131101", 1, 0, 6), + (37071, "131101", 1, 0, 6), + (37072, "131301", 1, 0, 6), + (37073, "131301", 1, 0, 6), + (37074, "131001", 1, 0, 6), + (37075, "131001", 1, 0, 6), + (37076, "131028", 1, 0, 6), + (37077, "131023", 1, 0, 6), + (37078, "131024", 1, 0, 6), + (37079, "131305", 1, 0, 6), + (37080, "131402", 1, 0, 6), + (37081, "131001", 1, 0, 6), + (37082, "131027", 1, 0, 6), + (37083, "131306", 1, 0, 6), + (37084, "131103", 1, 0, 6), + (37085, "131029", 1, 0, 6), + (37086, "131102", 1, 0, 6), + (37087, "131001", 1, 0, 6), + (37088, "131403", 1, 0, 6), + (37089, "131001", 1, 0, 6), + (37090, "131001", 1, 0, 6), + (37091, "131001", 1, 0, 6), + (37092, "124001", 1, 0, 6), + (37093, "124001", 1, 0, 6), + (37094, "124141", 1, 0, 6), + (37095, "124010", 1, 0, 6), + (37096, "124001", 1, 0, 6), + (37097, "124001", 1, 0, 6), + (37098, "133008", 1, 0, 6), + (37099, "131030", 1, 0, 6), + (37100, "122098", 1, 0, 6), + (37101, "122012", 1, 0, 6), + (37102, "136027", 1, 0, 6), + (37103, "124001", 1, 0, 6), + (37104, "124146", 1, 0, 6), + (37105, "124303", 1, 0, 6), + (37106, "124001", 1, 0, 6), + (37107, "124505", 1, 0, 6), + (37108, "124105", 1, 0, 6), + (37109, "124508", 1, 0, 6), + (37110, "124504", 1, 0, 6), + (37111, "124404", 1, 0, 6), + (37112, "124507", 1, 0, 6), + (37113, "124507", 1, 0, 6), + (37114, "124507", 1, 0, 6), + (37115, "124506", 1, 0, 6), + (37116, "124501", 1, 0, 6), + (37117, "124507", 1, 0, 6), + (37118, "124411", 1, 0, 6), + (37119, "124103", 1, 0, 6), + (37120, "124021", 1, 0, 6), + (37121, "124142", 1, 0, 6), + (37122, "124201", 1, 0, 6), + (37123, "124401", 1, 0, 6), + (37124, "124001", 1, 0, 6), + (37125, "124109", 1, 0, 6), + (37126, "124107", 1, 0, 6), + (37127, "124202", 1, 0, 6), + (37128, "124102", 1, 0, 6), + (37129, "124001", 1, 0, 6), + (37130, "124001", 1, 0, 6), + (37131, "124001", 1, 0, 6), + (37132, "124103", 1, 0, 6), + (37133, "124412", 1, 0, 6), + (37134, "124113", 1, 0, 6), + (37135, "124001", 1, 0, 6), + (37136, "124406", 1, 0, 6), + (37137, "124514", 1, 0, 6), + (37138, "124108", 1, 0, 6), + (37139, "124111", 1, 0, 6), + (37140, "124106", 1, 0, 6), + (37141, "124001", 1, 0, 6), + (37142, "124112", 1, 0, 6), + (37143, "124001", 1, 0, 6), + (37144, "124022", 1, 0, 6), + (37145, "124104", 1, 0, 6), + (37146, "124513", 1, 0, 6), + (37147, "125033", 1, 0, 6), + (37148, "121012", 1, 0, 6), + (37149, "121013", 1, 0, 6), + (37150, "122052", 1, 0, 6), + (37151, "133207", 1, 0, 6), + (37152, "135003", 1, 0, 6), + (37153, "134116", 1, 0, 6), + (37154, "135001", 1, 0, 6), + (37155, "135004", 1, 0, 6), + (37156, "123401", 1, 0, 6), + (37157, "122001", 1, 0, 6), + (37158, "125033", 1, 0, 6), + (37159, "132001", 1, 0, 6), + (37160, "132001", 1, 0, 6), + (37161, "136135", 1, 0, 6), + (37162, "131001", 1, 0, 6), + (37163, "125007", 1, 0, 6), + (37164, "136118", 1, 0, 6), + (37165, "134005", 1, 0, 6), + (37166, "132001", 1, 0, 6), + (37167, "133010", 1, 0, 6), + (37168, "127311", 1, 0, 6), + (37169, "127312", 1, 0, 6), + (37170, "121015", 1, 0, 6), + (37171, "122107", 1, 0, 6), + (37172, "123031", 1, 0, 6), + (37173, "132140", 1, 0, 6), + (37174, "121010", 1, 0, 6), + (37175, "125051", 1, 0, 6), + (37176, "125056", 1, 0, 6), + (37177, "131301", 1, 0, 6), + (37178, "121014", 1, 0, 6), + (37179, "134105", 1, 0, 6), + (37180, "134008", 1, 0, 6), + (37181, "131001", 1, 0, 6), + (37182, "133001", 1, 0, 6), + (37183, "134003", 1, 0, 6), + (37184, "135001", 1, 0, 6), + (37185, "127021", 1, 0, 6), + (37186, "121001", 1, 0, 6), + (37187, "122001", 1, 0, 6), + (37188, "123001", 1, 0, 6), + (37189, "125001", 1, 0, 6), + (37190, "125055", 1, 0, 6), + (37191, "132001", 1, 0, 6), + (37192, "132103", 1, 0, 6), + (37193, "126102", 1, 0, 6), + (37194, "136118", 1, 0, 6), + (37195, "124001", 1, 0, 6), + (37196, "124507", 1, 0, 6), + (37197, "132104", 1, 0, 6), + (37198, "132037", 1, 0, 6), + (37199, "127308", 1, 0, 6), + (37200, "127309", 1, 0, 6), + (37201, "136119", 1, 0, 6), + (37202, "136156", 1, 0, 6), + (37203, "136027", 1, 0, 6), + (37204, "136119", 1, 0, 6), + (37205, "125042", 1, 0, 6), + (37206, "125060", 1, 0, 6), + (37207, "125133", 1, 0, 6), + (37208, "131302", 1, 0, 6), + (37209, "124105", 1, 0, 6), + (37210, "123411", 1, 0, 6), + (37211, "123001", 1, 0, 6), + (37212, "123401", 1, 0, 6), + (37213, "121102", 1, 0, 6), + (37214, "136132", 1, 0, 6), + (37215, "133004", 1, 0, 6), + (37216, "133201", 1, 0, 6), + (37217, "123501", 1, 0, 6), + (37218, "127309", 1, 0, 6), + (37219, "127042", 1, 0, 6), + (37220, "127026", 1, 0, 6), + (37221, "124109", 1, 0, 6), + (37222, "124112", 1, 0, 6), + (37223, "124105", 1, 0, 6), + (37224, "124105", 1, 0, 6), + (37225, "124506", 1, 0, 6), + (37226, "124505", 1, 0, 6), + (37227, "124505", 1, 0, 6), + (37228, "124505", 1, 0, 6), + (37229, "125005", 1, 0, 6), + (37230, "131001", 1, 0, 6), + (37231, "134008", 1, 0, 6), + (37232, "134007", 1, 0, 6), + (37233, "124303", 1, 0, 6), + (37234, "132107", 1, 0, 6), + (37235, "126102", 1, 0, 6), + (37236, "132114", 1, 0, 6), + (37237, "125120", 1, 0, 6), + (37238, "127201", 1, 0, 6), + (37239, "123106", 1, 0, 6), + (37240, "126113", 1, 0, 6), + (37241, "123302", 1, 0, 6), + (37242, "122508", 1, 0, 6), + (37243, "122504", 1, 0, 6), + (37244, "123401", 1, 0, 6), + (37245, "123024", 1, 0, 6), + (37246, "122103", 1, 0, 6), + (37247, "122105", 1, 0, 6), + (37248, "121004", 1, 0, 6), + (37249, "136119", 1, 0, 6), + (37250, "136119", 1, 0, 6), + (37251, "125047", 1, 0, 6), + (37252, "125101", 1, 0, 6), + (37253, "125101", 1, 0, 6), + (37254, "132116", 1, 0, 6), + (37255, "133201", 1, 0, 6), + (37256, "124142", 1, 0, 6), + (37257, "124501", 1, 0, 6), + (37258, "124109", 1, 0, 6), + (37259, "124103", 1, 0, 6), + (37260, "124514", 1, 0, 6), + (37261, "124106", 1, 0, 6), + (37262, "124112", 1, 0, 6), + (37263, "124104", 1, 0, 6), + (37264, "122101", 1, 0, 6), + (37265, "122101", 1, 0, 6), + (37266, "122101", 1, 0, 6), + (37267, "122101", 1, 0, 6), + (37268, "122102", 1, 0, 6), + (37269, "122102", 1, 0, 6), + (37270, "122102", 1, 0, 6), + (37271, "122102", 1, 0, 6), + (37272, "122102", 1, 0, 6), + (37273, "122102", 1, 0, 6), + (37274, "122413", 1, 0, 6), + (37275, "122413", 1, 0, 6), + (37276, "122413", 1, 0, 6), + (37277, "122413", 1, 0, 6), + (37278, "122413", 1, 0, 6), + (37279, "122413", 1, 0, 6), + (37280, "122506", 1, 0, 6), + (37281, "122506", 1, 0, 6), + (37282, "122506", 1, 0, 6), + (37283, "122506", 1, 0, 6), + (37284, "122104", 1, 0, 6), + (37285, "122104", 1, 0, 6), + (37286, "122104", 1, 0, 6), + (37287, "122104", 1, 0, 6), + (37288, "122104", 1, 0, 6), + (37289, "122505", 1, 0, 6), + (37290, "122505", 1, 0, 6), + (37291, "122505", 1, 0, 6), + (37292, "122505", 1, 0, 6), + (37293, "122504", 1, 0, 6), + (37294, "122504", 1, 0, 6), + (37295, "122504", 1, 0, 6), + (37296, "122504", 1, 0, 6), + (37297, "122504", 1, 0, 6), + (37298, "122504", 1, 0, 6), + (37299, "122502", 1, 0, 6), + (37300, "122502", 1, 0, 6), + (37301, "122502", 1, 0, 6), + (37302, "122502", 1, 0, 6), + (37303, "122502", 1, 0, 6), + (37304, "122502", 1, 0, 6), + (37305, "122502", 1, 0, 6), + (37306, "122502", 1, 0, 6), + (37307, "122502", 1, 0, 6), + (37308, "122502", 1, 0, 6), + (37309, "122502", 1, 0, 6), + (37310, "122108", 1, 0, 6), + (37311, "122108", 1, 0, 6), + (37312, "122108", 1, 0, 6), + (37313, "122108", 1, 0, 6), + (37314, "122108", 1, 0, 6), + (37315, "122108", 1, 0, 6), + (37316, "122414", 1, 0, 6), + (37317, "122414", 1, 0, 6), + (37318, "122414", 1, 0, 6), + (37319, "122414", 1, 0, 6), + (37320, "122414", 1, 0, 6), + (37321, "122004", 1, 0, 6), + (37322, "122004", 1, 0, 6), + (37323, "122004", 1, 0, 6), + (37324, "122004", 1, 0, 6), + (37325, "122004", 1, 0, 6), + (37326, "122051", 1, 0, 6), + (37327, "122051", 1, 0, 6), + (37328, "122107", 1, 0, 6), + (37329, "122107", 1, 0, 6), + (37330, "122107", 1, 0, 6), + (37331, "122107", 1, 0, 6), + (37332, "122107", 1, 0, 6), + (37333, "122107", 1, 0, 6), + (37334, "122107", 1, 0, 6), + (37335, "122107", 1, 0, 6), + (37336, "122017", 1, 0, 6), + (37337, "122503", 1, 0, 6), + (37338, "122503", 1, 0, 6), + (37339, "122503", 1, 0, 6), + (37340, "122503", 1, 0, 6), + (37341, "122503", 1, 0, 6), + (37342, "122503", 1, 0, 6), + (37343, "122006", 1, 0, 6), + (37344, "122006", 1, 0, 6), + (37345, "122006", 1, 0, 6), + (37346, "122003", 1, 0, 6), + (37347, "122003", 1, 0, 6), + (37348, "122003", 1, 0, 6), + (37349, "122003", 1, 0, 6), + (37350, "122103", 1, 0, 6), + (37351, "122103", 1, 0, 6), + (37352, "122103", 1, 0, 6), + (37353, "122103", 1, 0, 6), + (37354, "122103", 1, 0, 6), + (37355, "122103", 1, 0, 6), + (37356, "122103", 1, 0, 6), + (37357, "122103", 1, 0, 6), + (37358, "122103", 1, 0, 6), + (37359, "122103", 1, 0, 6), + (37360, "122105", 1, 0, 6), + (37361, "122105", 1, 0, 6), + (37362, "122105", 1, 0, 6), + (37363, "122105", 1, 0, 6), + (37364, "122105", 1, 0, 6), + (37365, "122105", 1, 0, 6), + (37366, "122105", 1, 0, 6), + (37367, "122105", 1, 0, 6), + (37368, "122105", 1, 0, 6), + (37369, "122508", 1, 0, 6), + (37370, "122508", 1, 0, 6), + (37371, "122508", 1, 0, 6), + (37372, "122508", 1, 0, 6), + (37373, "122508", 1, 0, 6), + (37374, "122508", 1, 0, 6), + (37375, "122508", 1, 0, 6), + (37376, "122508", 1, 0, 6), + (37377, "122508", 1, 0, 6), + (37378, "122508", 1, 0, 6), + (37379, "122508", 1, 0, 6), + (37380, "122508", 1, 0, 6), + (37381, "122508", 1, 0, 6), + (37382, "122508", 1, 0, 6), + (37383, "122508", 1, 0, 6), + (37384, "123106", 1, 0, 6), + (37385, "131001", 1, 0, 6), + (37386, "131001", 1, 0, 6), + (37387, "131001", 1, 0, 6), + (37388, "131001", 1, 0, 6), + (37389, "131001", 1, 0, 6), + (37390, "131001", 1, 0, 6), + (37391, "131001", 1, 0, 6), + (37392, "131001", 1, 0, 6), + (37393, "131001", 1, 0, 6), + (37394, "131001", 1, 0, 6), + (37395, "131001", 1, 0, 6), + (37396, "131001", 1, 0, 6), + (37397, "131001", 1, 0, 6), + (37398, "131001", 1, 0, 6), + (37399, "131021", 1, 0, 6), + (37400, "131021", 1, 0, 6), + (37401, "131021", 1, 0, 6), + (37402, "131021", 1, 0, 6), + (37403, "131022", 1, 0, 6), + (37404, "131022", 1, 0, 6), + (37405, "131304", 1, 0, 6), + (37406, "131304", 1, 0, 6), + (37407, "131304", 1, 0, 6), + (37408, "131304", 1, 0, 6), + (37409, "131409", 1, 0, 6), + (37410, "131409", 1, 0, 6), + (37411, "131409", 1, 0, 6), + (37412, "131409", 1, 0, 6), + (37413, "131302", 1, 0, 6), + (37414, "131302", 1, 0, 6), + (37415, "131302", 1, 0, 6), + (37416, "131302", 1, 0, 6), + (37417, "131302", 1, 0, 6), + (37418, "131302", 1, 0, 6), + (37419, "131302", 1, 0, 6), + (37420, "131039", 1, 0, 6), + (37421, "131039", 1, 0, 6), + (37422, "131039", 1, 0, 6), + (37423, "131039", 1, 0, 6), + (37424, "131039", 1, 0, 6), + (37425, "131408", 1, 0, 6), + (37426, "131408", 1, 0, 6), + (37427, "131408", 1, 0, 6), + (37428, "131408", 1, 0, 6), + (37429, "131301", 1, 0, 6), + (37430, "131101", 1, 0, 6), + (37431, "131101", 1, 0, 6), + (37432, "131101", 1, 0, 6), + (37433, "131101", 1, 0, 6), + (37434, "131101", 1, 0, 6), + (37435, "131101", 1, 0, 6), + (37436, "131101", 1, 0, 6), + (37437, "131101", 1, 0, 6), + (37438, "131101", 1, 0, 6), + (37439, "131101", 1, 0, 6), + (37440, "131101", 1, 0, 6), + (37441, "131101", 1, 0, 6), + (37442, "131403", 1, 0, 6), + (37443, "131403", 1, 0, 6), + (37444, "131403", 1, 0, 6), + (37445, "131403", 1, 0, 6), + (37446, "131102", 1, 0, 6), + (37447, "131102", 1, 0, 6), + (37448, "131102", 1, 0, 6), + (37449, "131102", 1, 0, 6), + (37450, "131102", 1, 0, 6), + (37451, "131029", 1, 0, 6), + (37452, "131029", 1, 0, 6), + (37453, "131029", 1, 0, 6), + (37454, "131029", 1, 0, 6), + (37455, "131103", 1, 0, 6), + (37456, "131103", 1, 0, 6), + (37457, "131103", 1, 0, 6), + (37458, "131103", 1, 0, 6), + (37459, "131103", 1, 0, 6), + (37460, "131103", 1, 0, 6), + (37461, "131306", 1, 0, 6), + (37462, "131306", 1, 0, 6), + (37463, "131306", 1, 0, 6), + (37464, "131306", 1, 0, 6), + (37465, "131306", 1, 0, 6), + (37466, "131027", 1, 0, 6), + (37467, "131027", 1, 0, 6), + (37468, "131027", 1, 0, 6), + (37469, "131402", 1, 0, 6), + (37470, "131402", 1, 0, 6), + (37471, "131402", 1, 0, 6), + (37472, "131402", 1, 0, 6), + (37473, "131402", 1, 0, 6), + (37474, "131402", 1, 0, 6), + (37475, "131402", 1, 0, 6), + (37476, "131402", 1, 0, 6), + (37477, "131402", 1, 0, 6), + (37478, "131402", 1, 0, 6), + (37479, "131402", 1, 0, 6), + (37480, "131402", 1, 0, 6), + (37481, "131402", 1, 0, 6), + (37482, "131305", 1, 0, 6), + (37483, "131305", 1, 0, 6), + (37484, "131305", 1, 0, 6), + (37485, "131305", 1, 0, 6), + (37486, "131024", 1, 0, 6), + (37487, "131024", 1, 0, 6), + (37488, "131024", 1, 0, 6), + (37489, "131024", 1, 0, 6), + (37490, "131024", 1, 0, 6), + (37491, "131023", 1, 0, 6), + (37492, "131023", 1, 0, 6), + (37493, "131023", 1, 0, 6), + (37494, "131023", 1, 0, 6), + (37495, "131028", 1, 0, 6), + (37496, "131028", 1, 0, 6), + (37497, "131028", 1, 0, 6), + (37498, "131101", 1, 0, 6), + (37499, "131301", 1, 0, 6), + (37500, "131301", 1, 0, 6), + (37501, "131301", 1, 0, 6), + (37502, "131301", 1, 0, 6), + (37503, "131301", 1, 0, 6), + (37504, "131301", 1, 0, 6), + (37505, "131301", 1, 0, 6), + (37506, "131301", 1, 0, 6), + (37507, "131301", 1, 0, 6), + (37508, "131301", 1, 0, 6), + (37509, "131301", 1, 0, 6), + (37510, "131301", 1, 0, 6), + (37511, "131301", 1, 0, 6), + (37512, "131301", 1, 0, 6), + (37513, "131301", 1, 0, 6), + (37514, "131301", 1, 0, 6), + (37515, "131301", 1, 0, 6), + (37516, "131301", 1, 0, 6), + (37517, "131301", 1, 0, 6), + (37518, "131301", 1, 0, 6), + (37519, "131301", 1, 0, 6), + (37520, "131301", 1, 0, 6), + (37521, "131301", 1, 0, 6), + (37522, "131408", 1, 0, 6), + (37523, "131101", 1, 0, 6), + (37524, "122505", 1, 0, 6), + (37525, "123021", 1, 0, 6), + (37526, "123021", 1, 0, 6), + (37527, "123023", 1, 0, 6), + (37528, "123501", 1, 0, 6), + (37529, "131306", 1, 0, 6), + (37530, "132108", 1, 0, 6), + (37531, "133103", 1, 0, 6), + (37532, "133005", 1, 0, 6), + (37533, "121102", 1, 0, 6), + (37534, "121105", 1, 0, 6), + (37535, "121003", 1, 0, 6), + (37536, "124401", 1, 0, 6), + (37537, "124514", 1, 0, 6), + (37538, "134008", 1, 0, 6), + (37539, "134118", 1, 0, 6), + (37540, "135003", 1, 0, 6), + (37541, "133001", 1, 0, 6), + (37542, "133001", 1, 0, 6), + (37543, "133001", 1, 0, 6), + (37544, "133001", 1, 0, 6), + (37545, "133001", 1, 0, 6), + (37546, "133004", 1, 0, 6), + (37547, "133001", 1, 0, 6), + (37548, "133001", 1, 0, 6), + (37549, "133001", 1, 0, 6), + (37550, "133001", 1, 0, 6), + (37551, "133001", 1, 0, 6), + (37552, "133205", 1, 0, 6), + (37553, "133005", 1, 0, 6), + (37554, "133201", 1, 0, 6), + (37555, "133101", 1, 0, 6), + (37556, "133202", 1, 0, 6), + (37557, "133006", 1, 0, 6), + (37558, "133102", 1, 0, 6), + (37559, "133203", 1, 0, 6), + (37560, "133104", 1, 0, 6), + (37561, "135001", 1, 0, 6), + (37562, "135001", 1, 0, 6), + (37563, "135001", 1, 0, 6), + (37564, "135001", 1, 0, 6), + (37565, "135001", 1, 0, 6), + (37566, "135106", 1, 0, 6), + (37567, "135102", 1, 0, 6), + (37568, "135101", 1, 0, 6), + (37569, "135103", 1, 0, 6), + (37570, "135003", 1, 0, 6), + (37571, "135003", 1, 0, 6), + (37572, "135003", 1, 0, 6), + (37573, "135002", 1, 0, 6), + (37574, "135021", 1, 0, 6), + (37575, "133103", 1, 0, 6), + (37576, "135133", 1, 0, 6), + (37577, "133204", 1, 0, 6), + (37578, "133206", 1, 0, 6), + (37579, "134003", 1, 0, 6), + (37580, "134003", 1, 0, 6), + (37581, "134003", 1, 0, 6), + (37582, "134003", 1, 0, 6), + (37583, "134003", 1, 0, 6), + (37584, "134003", 1, 0, 6), + (37585, "134003", 1, 0, 6), + (37586, "134003", 1, 0, 6), + (37587, "134003", 1, 0, 6), + (37588, "134007", 1, 0, 6), + (37589, "134007", 1, 0, 6), + (37590, "133301", 1, 0, 6), + (37591, "134118", 1, 0, 6), + (37592, "134107", 1, 0, 6), + (37593, "134107", 1, 0, 6), + (37594, "134104", 1, 0, 6), + (37595, "134103", 1, 0, 6), + (37596, "134201", 1, 0, 6), + (37597, "133302", 1, 0, 6), + (37598, "133302", 1, 0, 6), + (37599, "134205", 1, 0, 6), + (37600, "134203", 1, 0, 6), + (37601, "134108", 1, 0, 6), + (37602, "134112", 1, 0, 6), + (37603, "134113", 1, 0, 6), + (37604, "134113", 1, 0, 6), + (37605, "134109", 1, 0, 6), + (37606, "134102", 1, 0, 6), + (37607, "134101", 1, 0, 6), + (37608, "134204", 1, 0, 6), + (37609, "134202", 1, 0, 6), + (37610, "134112", 1, 0, 6), + (37611, "134114", 1, 0, 6), + (37612, "133001", 1, 0, 6), + (37613, "134117", 1, 0, 6), + (37614, "127030", 1, 0, 6), + (37615, "127310", 1, 0, 6), + (37616, "127021", 1, 0, 6), + (37617, "127029", 1, 0, 6), + (37618, "127114", 1, 0, 6), + (37619, "127021", 1, 0, 6), + (37620, "127201", 1, 0, 6), + (37621, "127309", 1, 0, 6), + (37622, "127041", 1, 0, 6), + (37623, "127021", 1, 0, 6), + (37624, "127043", 1, 0, 6), + (37625, "127042", 1, 0, 6), + (37626, "127046", 1, 0, 6), + (37627, "127031", 1, 0, 6), + (37628, "127040", 1, 0, 6), + (37629, "127307", 1, 0, 6), + (37630, "127025", 1, 0, 6), + (37631, "127308", 1, 0, 6), + (37632, "127026", 1, 0, 6), + (37633, "127032", 1, 0, 6), + (37634, "127028", 1, 0, 6), + (37635, "127021", 1, 0, 6), + (37636, "127021", 1, 0, 6), + (37637, "127021", 1, 0, 6), + (37638, "127111", 1, 0, 6), + (37639, "127022", 1, 0, 6), + (37640, "127027", 1, 0, 6), + (37641, "127306", 1, 0, 6), + (37642, "127045", 1, 0, 6), + (37643, "127306", 1, 0, 6), + (37644, "127021", 1, 0, 6), + (37645, "127306", 1, 0, 6), + (37646, "127035", 1, 0, 6), + (37647, "121103", 1, 0, 6), + (37648, "121105", 1, 0, 6), + (37649, "121106", 1, 0, 6), + (37650, "121107", 1, 0, 6), + (37651, "121004", 1, 0, 6), + (37652, "121001", 1, 0, 6), + (37653, "121001", 1, 0, 6), + (37654, "121001", 1, 0, 6), + (37655, "121001", 1, 0, 6), + (37656, "121001", 1, 0, 6), + (37657, "121001", 1, 0, 6), + (37658, "121001", 1, 0, 6), + (37659, "121005", 1, 0, 6), + (37660, "121005", 1, 0, 6), + (37661, "121002", 1, 0, 6), + (37662, "121002", 1, 0, 6), + (37663, "121002", 1, 0, 6), + (37664, "121002", 1, 0, 6), + (37665, "121003", 1, 0, 6), + (37666, "121003", 1, 0, 6), + (37667, "121008", 1, 0, 6), + (37668, "121009", 1, 0, 6), + (37669, "121007", 1, 0, 6), + (37670, "121007", 1, 0, 6), + (37671, "121006", 1, 0, 6), + (37672, "121007", 1, 0, 6), + (37673, "121006", 1, 0, 6), + (37674, "121006", 1, 0, 6), + (37675, "121006", 1, 0, 6), + (37676, "121004", 1, 0, 6), + (37677, "121004", 1, 0, 6), + (37678, "121004", 1, 0, 6), + (37679, "121101", 1, 0, 6), + (37680, "121102", 1, 0, 6), + (37681, "121102", 1, 0, 6), + (37682, "121102", 1, 0, 6), + (37683, "122502", 1, 0, 6), + (37684, "122001", 1, 0, 6), + (37685, "122108", 1, 0, 6), + (37686, "122004", 1, 0, 6), + (37687, "122414", 1, 0, 6), + (37688, "122001", 1, 0, 6), + (37689, "122051", 1, 0, 6), + (37690, "122107", 1, 0, 6), + (37691, "122015", 1, 0, 6), + (37692, "122017", 1, 0, 6), + (37693, "122503", 1, 0, 6), + (37694, "122508", 1, 0, 6), + (37695, "122006", 1, 0, 6), + (37696, "122001", 1, 0, 6), + (37697, "122003", 1, 0, 6), + (37698, "122001", 1, 0, 6), + (37699, "122103", 1, 0, 6), + (37700, "122105", 1, 0, 6), + (37701, "122001", 1, 0, 6), + (37702, "122009", 1, 0, 6), + (37703, "123501", 1, 0, 6), + (37704, "123034", 1, 0, 6), + (37705, "123411", 1, 0, 6), + (37706, "123412", 1, 0, 6), + (37707, "123106", 1, 0, 6), + (37708, "123401", 1, 0, 6), + (37709, "123301", 1, 0, 6), + (37710, "123110", 1, 0, 6), + (37711, "123027", 1, 0, 6), + (37712, "123103", 1, 0, 6), + (37713, "123101", 1, 0, 6), + (37714, "123302", 1, 0, 6), + (37715, "123102", 1, 0, 6), + (37716, "123021", 1, 0, 6), + (37717, "123001", 1, 0, 6), + (37718, "123029", 1, 0, 6), + (37719, "123401", 1, 0, 6), + (37720, "123303", 1, 0, 6), + (37721, "123001", 1, 0, 6), + (37722, "122005", 1, 0, 6), + (37723, "122001", 1, 0, 6), + (37724, "123001", 1, 0, 6), + (37725, "123023", 1, 0, 6), + (37726, "123028", 1, 0, 6), + (37727, "123401", 1, 0, 6), + (37728, "123035", 1, 0, 6), + (37729, "123401", 1, 0, 6), + (37730, "123024", 1, 0, 6), + (37731, "123401", 1, 0, 6), + (37732, "122101", 1, 0, 6), + (37733, "122413", 1, 0, 6), + (37734, "122001", 1, 0, 6), + (37735, "122102", 1, 0, 6), + (37736, "122002", 1, 0, 6), + (37737, "122506", 1, 0, 6), + (37738, "122104", 1, 0, 6), + (37739, "122505", 1, 0, 6), + (37740, "122001", 1, 0, 6), + (37741, "122504", 1, 0, 6), + (37742, "122016", 1, 0, 6), + (37743, "122007", 1, 0, 6), + (37744, "122008", 1, 0, 6), + (37745, "122010", 1, 0, 6), + (37746, "125006", 1, 0, 6), + (37747, "125001", 1, 0, 6), + (37748, "125001", 1, 0, 6), + (37749, "125001", 1, 0, 6), + (37750, "125133", 1, 0, 6), + (37751, "125201", 1, 0, 6), + (37752, "125055", 1, 0, 6), + (37753, "125038", 1, 0, 6), + (37754, "125055", 1, 0, 6), + (37755, "125052", 1, 0, 6), + (37756, "125104", 1, 0, 6), + (37757, "125001", 1, 0, 6), + (37758, "125055", 1, 0, 6), + (37759, "125005", 1, 0, 6), + (37760, "125001", 1, 0, 6), + (37761, "125001", 1, 0, 6), + (37762, "125050", 1, 0, 6), + (37763, "125055", 1, 0, 6), + (37764, "125037", 1, 0, 6), + (37765, "125039", 1, 0, 6), + (37766, "125077", 1, 0, 6), + (37767, "125112", 1, 0, 6), + (37768, "125001", 1, 0, 6), + (37769, "125051", 1, 0, 6), + (37770, "125076", 1, 0, 6), + (37771, "125044", 1, 0, 6), + (37772, "125060", 1, 0, 6), + (37773, "125049", 1, 0, 6), + (37774, "125075", 1, 0, 6), + (37775, "125033", 1, 0, 6), + (37776, "125120", 1, 0, 6), + (37777, "125120", 1, 0, 6), + (37778, "125113", 1, 0, 6), + (37779, "125005", 1, 0, 6), + (37780, "125005", 1, 0, 6), + (37781, "125101", 1, 0, 6), + (37782, "125110", 1, 0, 6), + (37783, "125104", 1, 0, 6), + (37784, "125106", 1, 0, 6), + (37785, "125058", 1, 0, 6), + (37786, "125102", 1, 0, 6), + (37787, "125047", 1, 0, 6), + (37788, "125033", 1, 0, 6), + (37789, "125011", 1, 0, 6), + (37790, "125048", 1, 0, 6), + (37791, "125054", 1, 0, 6), + (37792, "125078", 1, 0, 6), + (37793, "125121", 1, 0, 6), + (37794, "125121", 1, 0, 6), + (37795, "125042", 1, 0, 6), + (37796, "125055", 1, 0, 6), + (37797, "125053", 1, 0, 6), + (37798, "125111", 1, 0, 6), + (37799, "125050", 1, 0, 6), + (37800, "125050", 1, 0, 6), + (37801, "125001", 1, 0, 6), + (37802, "125103", 1, 0, 6), + (37803, "125001", 1, 0, 6), + (37804, "125033", 1, 0, 6), + (37805, "125033", 1, 0, 6), + (37806, "125004", 1, 0, 6), + (37807, "132001", 1, 0, 6), + (37808, "132001", 1, 0, 6), + (37809, "132001", 1, 0, 6), + (37810, "132001", 1, 0, 6), + (37811, "132001", 1, 0, 6), + (37812, "132022", 1, 0, 6), + (37813, "132023", 1, 0, 6), + (37814, "132037", 1, 0, 6), + (37815, "132037", 1, 0, 6), + (37816, "132157", 1, 0, 6), + (37817, "132117", 1, 0, 6), + (37818, "132117", 1, 0, 6), + (37819, "132024", 1, 0, 6), + (37820, "126110", 1, 0, 6), + (37821, "126102", 1, 0, 6), + (37822, "126102", 1, 0, 6), + (37823, "126102", 1, 0, 6), + (37824, "126102", 1, 0, 6), + (37825, "126102", 1, 0, 6), + (37826, "126102", 1, 0, 6), + (37827, "126101", 1, 0, 6), + (37828, "126116", 1, 0, 6), + (37829, "126116", 1, 0, 6), + (37830, "126113", 1, 0, 6), + (37831, "126112", 1, 0, 6), + (37832, "126112", 1, 0, 6), + (37833, "126114", 1, 0, 6), + (37834, "126115", 1, 0, 6), + (37835, "132046", 1, 0, 6), + (37836, "132116", 1, 0, 6), + (37837, "132116", 1, 0, 6), + (37838, "132122", 1, 0, 6), + (37839, "132115", 1, 0, 6), + (37840, "132107", 1, 0, 6), + (37841, "132113", 1, 0, 6), + (37842, "132145", 1, 0, 6), + (37843, "132108", 1, 0, 6), + (37844, "132103", 1, 0, 6), + (37845, "132103", 1, 0, 6), + (37846, "132104", 1, 0, 6), + (37847, "132103", 1, 0, 6), + (37848, "132103", 1, 0, 6), + (37849, "132103", 1, 0, 6), + (37850, "132106", 1, 0, 6), + (37851, "132103", 1, 0, 6), + (37852, "132103", 1, 0, 6), + (37853, "132140", 1, 0, 6), + (37854, "132103", 1, 0, 6), + (37855, "132105", 1, 0, 6), + (37856, "132102", 1, 0, 6), + (37857, "132101", 1, 0, 6), + (37858, "126125", 1, 0, 6), + (37859, "126111", 1, 0, 6), + (37860, "126152", 1, 0, 6), + (37861, "132039", 1, 0, 6), + (37862, "132040", 1, 0, 6), + (37863, "132054", 1, 0, 6), + (37864, "132041", 1, 0, 6), + (37865, "132041", 1, 0, 6), + (37866, "132114", 1, 0, 6), + (37867, "132036", 1, 0, 6), + (37868, "132001", 1, 0, 6), + (37869, "132001", 1, 0, 6), + (37870, "132001", 1, 0, 6), + (37871, "132001", 1, 0, 6), + (37872, "132001", 1, 0, 6), + (37873, "132001", 1, 0, 6), + (37874, "132001", 1, 0, 6), + (37875, "136038", 1, 0, 6), + (37876, "136156", 1, 0, 6), + (37877, "136118", 1, 0, 6), + (37878, "136034", 1, 0, 6), + (37879, "136020", 1, 0, 6), + (37880, "136119", 1, 0, 6), + (37881, "136042", 1, 0, 6), + (37882, "136035", 1, 0, 6), + (37883, "136030", 1, 0, 6), + (37884, "136129", 1, 0, 6), + (37885, "136130", 1, 0, 6), + (37886, "136021", 1, 0, 6), + (37887, "136027", 1, 0, 6), + (37888, "136027", 1, 0, 6), + (37889, "136027", 1, 0, 6), + (37890, "136117", 1, 0, 6), + (37891, "136119", 1, 0, 6), + (37892, "136132", 1, 0, 6), + (37893, "136118", 1, 0, 6), + (37894, "136132", 1, 0, 6), + (37895, "136043", 1, 0, 6), + (37896, "136118", 1, 0, 6), + (37897, "136128", 1, 0, 6), + (37898, "136131", 1, 0, 6), + (37899, "136026", 1, 0, 6), + (37900, "136044", 1, 0, 6), + (37901, "136128", 1, 0, 6), + (37902, "136033", 1, 0, 6), + (37903, "136027", 1, 0, 6), + (37904, "136135", 1, 0, 6), + (37905, "136118", 1, 0, 6), + (37906, "136136", 1, 0, 6), + (37907, "133204", 1, 0, 6), + (37908, "133204", 1, 0, 6), + (37909, "133204", 1, 0, 6), + (37910, "133204", 1, 0, 6), + (37911, "133206", 1, 0, 6), + (37912, "133206", 1, 0, 6), + (37913, "133206", 1, 0, 6), + (37914, "133206", 1, 0, 6), + (37915, "133206", 1, 0, 6), + (37916, "133206", 1, 0, 6), + (37917, "133206", 1, 0, 6), + (37918, "133206", 1, 0, 6), + (37919, "134008", 1, 0, 6), + (37920, "134008", 1, 0, 6), + (37921, "134008", 1, 0, 6), + (37922, "134008", 1, 0, 6), + (37923, "134007", 1, 0, 6), + (37924, "134008", 1, 0, 6), + (37925, "134007", 1, 0, 6), + (37926, "134008", 1, 0, 6), + (37927, "134007", 1, 0, 6), + (37928, "134008", 1, 0, 6), + (37929, "134008", 1, 0, 6), + (37930, "134007", 1, 0, 6), + (37931, "134008", 1, 0, 6), + (37932, "134007", 1, 0, 6), + (37933, "134008", 1, 0, 6), + (37934, "134008", 1, 0, 6), + (37935, "134008", 1, 0, 6), + (37936, "134008", 1, 0, 6), + (37937, "134008", 1, 0, 6), + (37938, "134118", 1, 0, 6), + (37939, "134118", 1, 0, 6), + (37940, "134118", 1, 0, 6), + (37941, "134118", 1, 0, 6), + (37942, "134203", 1, 0, 6), + (37943, "134203", 1, 0, 6), + (37944, "134203", 1, 0, 6), + (37945, "134109", 1, 0, 6), + (37946, "134109", 1, 0, 6), + (37947, "134109", 1, 0, 6), + (37948, "134102", 1, 0, 6), + (37949, "134102", 1, 0, 6), + (37950, "134102", 1, 0, 6), + (37951, "134102", 1, 0, 6), + (37952, "134102", 1, 0, 6), + (37953, "134204", 1, 0, 6), + (37954, "134204", 1, 0, 6), + (37955, "134204", 1, 0, 6), + (37956, "134204", 1, 0, 6), + (37957, "134204", 1, 0, 6), + (37958, "134202", 1, 0, 6), + (37959, "134202", 1, 0, 6), + (37960, "134202", 1, 0, 6), + (37961, "134202", 1, 0, 6), + (37962, "134202", 1, 0, 6), + (37963, "134202", 1, 0, 6), + (37964, "133201", 1, 0, 6), + (37965, "133201", 1, 0, 6), + (37966, "133205", 1, 0, 6), + (37967, "134118", 1, 0, 6), + (37968, "134118", 1, 0, 6), + (37969, "134118", 1, 0, 6), + (37970, "134118", 1, 0, 6), + (37971, "134201", 1, 0, 6), + (37972, "134201", 1, 0, 6), + (37973, "134201", 1, 0, 6), + (37974, "134201", 1, 0, 6), + (37975, "134201", 1, 0, 6), + (37976, "134201", 1, 0, 6), + (37977, "134201", 1, 0, 6), + (37978, "133302", 1, 0, 6), + (37979, "134205", 1, 0, 6), + (37980, "134205", 1, 0, 6), + (37981, "134205", 1, 0, 6), + (37982, "134205", 1, 0, 6), + (37983, "134203", 1, 0, 6), + (37984, "134203", 1, 0, 6), + (37985, "134203", 1, 0, 6), + (37986, "134203", 1, 0, 6), + (37987, "134203", 1, 0, 6), + (37988, "134203", 1, 0, 6), + (37989, "134203", 1, 0, 6), + (37990, "134203", 1, 0, 6), + (37991, "134203", 1, 0, 6), + (37992, "134203", 1, 0, 6), + (37993, "134203", 1, 0, 6), + (37994, "127046", 1, 0, 6), + (37995, "127027", 1, 0, 6), + (37996, "127310", 1, 0, 6), + (37997, "127026", 1, 0, 6), + (37998, "127040", 1, 0, 6), + (37999, "127306", 1, 0, 6), + (38000, "127306", 1, 0, 6), + (38001, "127306", 1, 0, 6), + (38002, "127306", 1, 0, 6), + (38003, "127306", 1, 0, 6), + (38004, "127306", 1, 0, 6), + (38005, "127306", 1, 0, 6), + (38006, "127306", 1, 0, 6), + (38007, "127306", 1, 0, 6), + (38008, "127114", 1, 0, 6), + (38009, "127026", 1, 0, 6), + (38010, "127311", 1, 0, 6), + (38011, "127311", 1, 0, 6), + (38012, "127111", 1, 0, 6), + (38013, "127311", 1, 0, 6), + (38014, "127029", 1, 0, 6), + (38015, "127029", 1, 0, 6), + (38016, "127311", 1, 0, 6), + (38017, "127031", 1, 0, 6), + (38018, "127311", 1, 0, 6), + (38019, "127311", 1, 0, 6), + (38020, "127307", 1, 0, 6), + (38021, "127307", 1, 0, 6), + (38022, "127307", 1, 0, 6), + (38023, "127307", 1, 0, 6), + (38024, "127307", 1, 0, 6), + (38025, "127307", 1, 0, 6), + (38026, "127025", 1, 0, 6), + (38027, "127310", 1, 0, 6), + (38028, "127310", 1, 0, 6), + (38029, "127310", 1, 0, 6), + (38030, "127310", 1, 0, 6), + (38031, "127046", 1, 0, 6), + (38032, "127046", 1, 0, 6), + (38033, "127046", 1, 0, 6), + (38034, "127046", 1, 0, 6), + (38035, "127306", 1, 0, 6), + (38036, "127306", 1, 0, 6), + (38037, "127306", 1, 0, 6), + (38038, "127306", 1, 0, 6), + (38039, "127035", 1, 0, 6), + (38040, "127035", 1, 0, 6), + (38041, "127035", 1, 0, 6), + (38042, "127035", 1, 0, 6), + (38043, "127035", 1, 0, 6), + (38044, "127030", 1, 0, 6), + (38045, "127030", 1, 0, 6), + (38046, "127030", 1, 0, 6), + (38047, "127030", 1, 0, 6), + (38048, "127030", 1, 0, 6), + (38049, "127030", 1, 0, 6), + (38050, "127030", 1, 0, 6), + (38051, "127030", 1, 0, 6), + (38052, "127310", 1, 0, 6), + (38053, "127310", 1, 0, 6), + (38054, "127310", 1, 0, 6), + (38055, "127111", 1, 0, 6), + (38056, "127111", 1, 0, 6), + (38057, "127111", 1, 0, 6), + (38058, "127111", 1, 0, 6), + (38059, "127111", 1, 0, 6), + (38060, "127022", 1, 0, 6), + (38061, "127022", 1, 0, 6), + (38062, "127022", 1, 0, 6), + (38063, "127022", 1, 0, 6), + (38064, "127027", 1, 0, 6), + (38065, "127312", 1, 0, 6), + (38066, "127310", 1, 0, 6), + (38067, "127029", 1, 0, 6), + (38068, "127029", 1, 0, 6), + (38069, "127029", 1, 0, 6), + (38070, "127029", 1, 0, 6), + (38071, "127029", 1, 0, 6), + (38072, "127029", 1, 0, 6), + (38073, "127114", 1, 0, 6), + (38074, "127201", 1, 0, 6), + (38075, "127201", 1, 0, 6), + (38076, "127201", 1, 0, 6), + (38077, "127201", 1, 0, 6), + (38078, "127201", 1, 0, 6), + (38079, "127201", 1, 0, 6), + (38080, "127025", 1, 0, 6), + (38081, "127308", 1, 0, 6), + (38082, "127312", 1, 0, 6), + (38083, "127312", 1, 0, 6), + (38084, "127312", 1, 0, 6), + (38085, "127312", 1, 0, 6), + (38086, "127308", 1, 0, 6), + (38087, "127308", 1, 0, 6), + (38088, "127312", 1, 0, 6), + (38089, "127312", 1, 0, 6), + (38090, "127312", 1, 0, 6), + (38091, "127308", 1, 0, 6), + (38092, "127308", 1, 0, 6), + (38093, "127308", 1, 0, 6), + (38094, "127308", 1, 0, 6), + (38095, "127312", 1, 0, 6), + (38096, "127308", 1, 0, 6), + (38097, "127026", 1, 0, 6), + (38098, "127026", 1, 0, 6), + (38099, "127026", 1, 0, 6), + (38100, "127201", 1, 0, 6), + (38101, "127201", 1, 0, 6), + (38102, "127201", 1, 0, 6), + (38103, "127201", 1, 0, 6), + (38104, "127201", 1, 0, 6), + (38105, "127201", 1, 0, 6), + (38106, "127201", 1, 0, 6), + (38107, "127201", 1, 0, 6), + (38108, "127201", 1, 0, 6), + (38109, "127201", 1, 0, 6), + (38110, "127201", 1, 0, 6), + (38111, "127201", 1, 0, 6), + (38112, "127309", 1, 0, 6), + (38113, "127309", 1, 0, 6), + (38114, "127311", 1, 0, 6), + (38115, "127309", 1, 0, 6), + (38116, "127309", 1, 0, 6), + (38117, "127309", 1, 0, 6), + (38118, "127041", 1, 0, 6), + (38119, "127041", 1, 0, 6), + (38120, "127046", 1, 0, 6), + (38121, "127046", 1, 0, 6), + (38122, "127046", 1, 0, 6), + (38123, "127046", 1, 0, 6), + (38124, "127046", 1, 0, 6), + (38125, "127046", 1, 0, 6), + (38126, "127031", 1, 0, 6), + (38127, "127031", 1, 0, 6), + (38128, "127031", 1, 0, 6), + (38129, "127031", 1, 0, 6), + (38130, "127031", 1, 0, 6), + (38131, "127031", 1, 0, 6), + (38132, "127040", 1, 0, 6), + (38133, "127040", 1, 0, 6), + (38134, "127040", 1, 0, 6), + (38135, "127040", 1, 0, 6), + (38136, "127040", 1, 0, 6), + (38137, "127040", 1, 0, 6), + (38138, "127040", 1, 0, 6), + (38139, "127040", 1, 0, 6), + (38140, "127040", 1, 0, 6), + (38141, "127040", 1, 0, 6), + (38142, "127040", 1, 0, 6), + (38143, "127026", 1, 0, 6), + (38144, "127026", 1, 0, 6), + (38145, "127026", 1, 0, 6), + (38146, "127032", 1, 0, 6), + (38147, "127032", 1, 0, 6), + (38148, "127032", 1, 0, 6), + (38149, "127032", 1, 0, 6), + (38150, "127032", 1, 0, 6), + (38151, "127032", 1, 0, 6), + (38152, "127032", 1, 0, 6), + (38153, "127032", 1, 0, 6), + (38154, "127028", 1, 0, 6), + (38155, "127028", 1, 0, 6), + (38156, "127028", 1, 0, 6), + (38157, "127028", 1, 0, 6), + (38158, "127028", 1, 0, 6), + (38159, "127028", 1, 0, 6), + (38160, "127028", 1, 0, 6), + (38161, "127028", 1, 0, 6), + (38162, "127028", 1, 0, 6), + (38163, "127041", 1, 0, 6), + (38164, "127041", 1, 0, 6), + (38165, "127041", 1, 0, 6), + (38166, "127043", 1, 0, 6), + (38167, "127043", 1, 0, 6), + (38168, "127043", 1, 0, 6), + (38169, "127043", 1, 0, 6), + (38170, "127043", 1, 0, 6), + (38171, "127043", 1, 0, 6), + (38172, "127043", 1, 0, 6), + (38173, "127043", 1, 0, 6), + (38174, "127042", 1, 0, 6), + (38175, "127042", 1, 0, 6), + (38176, "127042", 1, 0, 6), + (38177, "127046", 1, 0, 6), + (38178, "121004", 1, 0, 6), + (38179, "121106", 1, 0, 6), + (38180, "121102", 1, 0, 6), + (38181, "121102", 1, 0, 6), + (38182, "121102", 1, 0, 6), + (38183, "121101", 1, 0, 6), + (38184, "121101", 1, 0, 6), + (38185, "121101", 1, 0, 6), + (38186, "121101", 1, 0, 6), + (38187, "121101", 1, 0, 6), + (38188, "121101", 1, 0, 6), + (38189, "121101", 1, 0, 6), + (38190, "121101", 1, 0, 6), + (38191, "121002", 1, 0, 6), + (38192, "121002", 1, 0, 6), + (38193, "121003", 1, 0, 6), + (38194, "121003", 1, 0, 6), + (38195, "121105", 1, 0, 6), + (38196, "121105", 1, 0, 6), + (38197, "121105", 1, 0, 6), + (38198, "121105", 1, 0, 6), + (38199, "121105", 1, 0, 6), + (38200, "121105", 1, 0, 6), + (38201, "121105", 1, 0, 6), + (38202, "121105", 1, 0, 6), + (38203, "121004", 1, 0, 6), + (38204, "121004", 1, 0, 6), + (38205, "121004", 1, 0, 6), + (38206, "121004", 1, 0, 6), + (38207, "121004", 1, 0, 6), + (38208, "121004", 1, 0, 6), + (38209, "121004", 1, 0, 6), + (38210, "121004", 1, 0, 6), + (38211, "121004", 1, 0, 6), + (38212, "121004", 1, 0, 6), + (38213, "121004", 1, 0, 6), + (38214, "121004", 1, 0, 6), + (38215, "121004", 1, 0, 6), + (38216, "121004", 1, 0, 6), + (38217, "121004", 1, 0, 6), + (38218, "121004", 1, 0, 6), + (38219, "121004", 1, 0, 6), + (38220, "121107", 1, 0, 6), + (38221, "121107", 1, 0, 6), + (38222, "121107", 1, 0, 6), + (38223, "121106", 1, 0, 6), + (38224, "121106", 1, 0, 6), + (38225, "121106", 1, 0, 6), + (38226, "121106", 1, 0, 6), + (38227, "121106", 1, 0, 6), + (38228, "121106", 1, 0, 6), + (38229, "121106", 1, 0, 6), + (38230, "121106", 1, 0, 6), + (38231, "121102", 1, 0, 6), + (38232, "121102", 1, 0, 6), + (38233, "121102", 1, 0, 6), + (38234, "121103", 1, 0, 6), + (38235, "121103", 1, 0, 6), + (38236, "121103", 1, 0, 6), + (38237, "121103", 1, 0, 6), + (38238, "121103", 1, 0, 6), + (38239, "121103", 1, 0, 6), + (38240, "121103", 1, 0, 6), + (38241, "121103", 1, 0, 6), + (38242, "121103", 1, 0, 6), + (38243, "121103", 1, 0, 6), + (38244, "121103", 1, 0, 6), + (38245, "121107", 1, 0, 6), + (38246, "121107", 1, 0, 6), + (38247, "121107", 1, 0, 6), + (38248, "121102", 1, 0, 6), + (38249, "121102", 1, 0, 6), + (38250, "121102", 1, 0, 6), + (38251, "121102", 1, 0, 6), + (38252, "121102", 1, 0, 6), + (38253, "121102", 1, 0, 6), + (38254, "121102", 1, 0, 6), + (38255, "121102", 1, 0, 6), + (38256, "121102", 1, 0, 6), + (38257, "121102", 1, 0, 6), + (38258, "121102", 1, 0, 6), + (38259, "121102", 1, 0, 6), + (38260, "121102", 1, 0, 6), + (38261, "123001", 1, 0, 6), + (38262, "123412", 1, 0, 6), + (38263, "123302", 1, 0, 6), + (38264, "123029", 1, 0, 6), + (38265, "123028", 1, 0, 6), + (38266, "123035", 1, 0, 6), + (38267, "123035", 1, 0, 6), + (38268, "123035", 1, 0, 6), + (38269, "123035", 1, 0, 6), + (38270, "123401", 1, 0, 6), + (38271, "123401", 1, 0, 6), + (38272, "123401", 1, 0, 6), + (38273, "123401", 1, 0, 6), + (38274, "123401", 1, 0, 6), + (38275, "123401", 1, 0, 6), + (38276, "123401", 1, 0, 6), + (38277, "123401", 1, 0, 6), + (38278, "123401", 1, 0, 6), + (38279, "123401", 1, 0, 6), + (38280, "123401", 1, 0, 6), + (38281, "123401", 1, 0, 6), + (38282, "123401", 1, 0, 6), + (38283, "123401", 1, 0, 6), + (38284, "123401", 1, 0, 6), + (38285, "123401", 1, 0, 6), + (38286, "123401", 1, 0, 6), + (38287, "123401", 1, 0, 6), + (38288, "123401", 1, 0, 6), + (38289, "123401", 1, 0, 6), + (38290, "123401", 1, 0, 6), + (38291, "123401", 1, 0, 6), + (38292, "123029", 1, 0, 6), + (38293, "123029", 1, 0, 6), + (38294, "123029", 1, 0, 6), + (38295, "123029", 1, 0, 6), + (38296, "123029", 1, 0, 6), + (38297, "123029", 1, 0, 6), + (38298, "123029", 1, 0, 6), + (38299, "123029", 1, 0, 6), + (38300, "123303", 1, 0, 6), + (38301, "123303", 1, 0, 6), + (38302, "123303", 1, 0, 6), + (38303, "123303", 1, 0, 6), + (38304, "123303", 1, 0, 6), + (38305, "123303", 1, 0, 6), + (38306, "123303", 1, 0, 6), + (38307, "123303", 1, 0, 6), + (38308, "123303", 1, 0, 6), + (38309, "123303", 1, 0, 6), + (38310, "123023", 1, 0, 6), + (38311, "123023", 1, 0, 6), + (38312, "123023", 1, 0, 6), + (38313, "123023", 1, 0, 6), + (38314, "123023", 1, 0, 6), + (38315, "123023", 1, 0, 6), + (38316, "123023", 1, 0, 6), + (38317, "123023", 1, 0, 6), + (38318, "123023", 1, 0, 6), + (38319, "123023", 1, 0, 6), + (38320, "123023", 1, 0, 6), + (38321, "123023", 1, 0, 6), + (38322, "123028", 1, 0, 6), + (38323, "123028", 1, 0, 6), + (38324, "123028", 1, 0, 6), + (38325, "123028", 1, 0, 6), + (38326, "123024", 1, 0, 6), + (38327, "123024", 1, 0, 6), + (38328, "123024", 1, 0, 6), + (38329, "123024", 1, 0, 6), + (38330, "123024", 1, 0, 6), + (38331, "123024", 1, 0, 6), + (38332, "123024", 1, 0, 6), + (38333, "123024", 1, 0, 6), + (38334, "123024", 1, 0, 6), + (38335, "123001", 1, 0, 6), + (38336, "123001", 1, 0, 6), + (38337, "123001", 1, 0, 6), + (38338, "123001", 1, 0, 6), + (38339, "123001", 1, 0, 6), + (38340, "123001", 1, 0, 6), + (38341, "123001", 1, 0, 6), + (38342, "123001", 1, 0, 6), + (38343, "123001", 1, 0, 6), + (38344, "123001", 1, 0, 6), + (38345, "123001", 1, 0, 6), + (38346, "123001", 1, 0, 6), + (38347, "123001", 1, 0, 6), + (38348, "123001", 1, 0, 6), + (38349, "123001", 1, 0, 6), + (38350, "123001", 1, 0, 6), + (38351, "123001", 1, 0, 6), + (38352, "123001", 1, 0, 6), + (38353, "123001", 1, 0, 6), + (38354, "123001", 1, 0, 6), + (38355, "123001", 1, 0, 6), + (38356, "123001", 1, 0, 6), + (38357, "123501", 1, 0, 6), + (38358, "123501", 1, 0, 6), + (38359, "123501", 1, 0, 6), + (38360, "123501", 1, 0, 6), + (38361, "123501", 1, 0, 6), + (38362, "123501", 1, 0, 6), + (38363, "123501", 1, 0, 6), + (38364, "123501", 1, 0, 6), + (38365, "123501", 1, 0, 6), + (38366, "123501", 1, 0, 6), + (38367, "123034", 1, 0, 6), + (38368, "123034", 1, 0, 6), + (38369, "123034", 1, 0, 6), + (38370, "123034", 1, 0, 6), + (38371, "123034", 1, 0, 6), + (38372, "123034", 1, 0, 6), + (38373, "123034", 1, 0, 6), + (38374, "123411", 1, 0, 6), + (38375, "123411", 1, 0, 6), + (38376, "123411", 1, 0, 6), + (38377, "123411", 1, 0, 6), + (38378, "123411", 1, 0, 6), + (38379, "123411", 1, 0, 6), + (38380, "123411", 1, 0, 6), + (38381, "123411", 1, 0, 6), + (38382, "123411", 1, 0, 6), + (38383, "123411", 1, 0, 6), + (38384, "123411", 1, 0, 6), + (38385, "123411", 1, 0, 6), + (38386, "123412", 1, 0, 6), + (38387, "123412", 1, 0, 6), + (38388, "123106", 1, 0, 6), + (38389, "123106", 1, 0, 6), + (38390, "123106", 1, 0, 6), + (38391, "123106", 1, 0, 6), + (38392, "123106", 1, 0, 6), + (38393, "123106", 1, 0, 6), + (38394, "123106", 1, 0, 6), + (38395, "123301", 1, 0, 6), + (38396, "123301", 1, 0, 6), + (38397, "123027", 1, 0, 6), + (38398, "123027", 1, 0, 6), + (38399, "123027", 1, 0, 6), + (38400, "123027", 1, 0, 6), + (38401, "123027", 1, 0, 6), + (38402, "123027", 1, 0, 6), + (38403, "123027", 1, 0, 6), + (38404, "123027", 1, 0, 6), + (38405, "123027", 1, 0, 6), + (38406, "123027", 1, 0, 6), + (38407, "123027", 1, 0, 6), + (38408, "123027", 1, 0, 6), + (38409, "123027", 1, 0, 6), + (38410, "123027", 1, 0, 6), + (38411, "123027", 1, 0, 6), + (38412, "123027", 1, 0, 6), + (38413, "123103", 1, 0, 6), + (38414, "123103", 1, 0, 6), + (38415, "123103", 1, 0, 6), + (38416, "123103", 1, 0, 6), + (38417, "123103", 1, 0, 6), + (38418, "123101", 1, 0, 6), + (38419, "123101", 1, 0, 6), + (38420, "123101", 1, 0, 6), + (38421, "123101", 1, 0, 6), + (38422, "123101", 1, 0, 6), + (38423, "123101", 1, 0, 6), + (38424, "123302", 1, 0, 6), + (38425, "123302", 1, 0, 6), + (38426, "123302", 1, 0, 6), + (38427, "123302", 1, 0, 6), + (38428, "123302", 1, 0, 6), + (38429, "123302", 1, 0, 6), + (38430, "123302", 1, 0, 6), + (38431, "123302", 1, 0, 6), + (38432, "123302", 1, 0, 6), + (38433, "123302", 1, 0, 6), + (38434, "123302", 1, 0, 6), + (38435, "123102", 1, 0, 6), + (38436, "123102", 1, 0, 6), + (38437, "123102", 1, 0, 6), + (38438, "123102", 1, 0, 6), + (38439, "123102", 1, 0, 6), + (38440, "123102", 1, 0, 6), + (38441, "123102", 1, 0, 6), + (38442, "123021", 1, 0, 6), + (38443, "123021", 1, 0, 6), + (38444, "123021", 1, 0, 6), + (38445, "123021", 1, 0, 6), + (38446, "123021", 1, 0, 6), + (38447, "123021", 1, 0, 6), + (38448, "123021", 1, 0, 6), + (38449, "123021", 1, 0, 6), + (38450, "123021", 1, 0, 6), + (38451, "123021", 1, 0, 6), + (38452, "123021", 1, 0, 6), + (38453, "123021", 1, 0, 6), + (38454, "123021", 1, 0, 6), + (38455, "123021", 1, 0, 6), + (38456, "123021", 1, 0, 6), + (38457, "123029", 1, 0, 6), + (38458, "123029", 1, 0, 6), + (38459, "123029", 1, 0, 6), + (38460, "123029", 1, 0, 6), + (38461, "123029", 1, 0, 6), + (38462, "123029", 1, 0, 6), + (38463, "123029", 1, 0, 6), + (38464, "123029", 1, 0, 6), + (38465, "123029", 1, 0, 6), + (38466, "125053", 1, 0, 6), + (38467, "125111", 1, 0, 6), + (38468, "125033", 1, 0, 6), + (38469, "125052", 1, 0, 6), + (38470, "125051", 1, 0, 6), + (38471, "125055", 1, 0, 6), + (38472, "125104", 1, 0, 6), + (38473, "125104", 1, 0, 6), + (38474, "125104", 1, 0, 6), + (38475, "125007", 1, 0, 6), + (38476, "125007", 1, 0, 6), + (38477, "125004", 1, 0, 6), + (38478, "125004", 1, 0, 6), + (38479, "125077", 1, 0, 6), + (38480, "125077", 1, 0, 6), + (38481, "125077", 1, 0, 6), + (38482, "125077", 1, 0, 6), + (38483, "125077", 1, 0, 6), + (38484, "125077", 1, 0, 6), + (38485, "125077", 1, 0, 6), + (38486, "125077", 1, 0, 6), + (38487, "125076", 1, 0, 6), + (38488, "125076", 1, 0, 6), + (38489, "125076", 1, 0, 6), + (38490, "125076", 1, 0, 6), + (38491, "125076", 1, 0, 6), + (38492, "125075", 1, 0, 6), + (38493, "125075", 1, 0, 6), + (38494, "125075", 1, 0, 6), + (38495, "125075", 1, 0, 6), + (38496, "125075", 1, 0, 6), + (38497, "125075", 1, 0, 6), + (38498, "125075", 1, 0, 6), + (38499, "125075", 1, 0, 6), + (38500, "125075", 1, 0, 6), + (38501, "125075", 1, 0, 6), + (38502, "125075", 1, 0, 6), + (38503, "125075", 1, 0, 6), + (38504, "125075", 1, 0, 6), + (38505, "125060", 1, 0, 6), + (38506, "125060", 1, 0, 6), + (38507, "125060", 1, 0, 6), + (38508, "125060", 1, 0, 6), + (38509, "125060", 1, 0, 6), + (38510, "125060", 1, 0, 6), + (38511, "125058", 1, 0, 6), + (38512, "125102", 1, 0, 6), + (38513, "125102", 1, 0, 6), + (38514, "125102", 1, 0, 6), + (38515, "125102", 1, 0, 6), + (38516, "125102", 1, 0, 6), + (38517, "125102", 1, 0, 6), + (38518, "125102", 1, 0, 6), + (38519, "125102", 1, 0, 6), + (38520, "125102", 1, 0, 6), + (38521, "125103", 1, 0, 6), + (38522, "125103", 1, 0, 6), + (38523, "125103", 1, 0, 6), + (38524, "125103", 1, 0, 6), + (38525, "125103", 1, 0, 6), + (38526, "125103", 1, 0, 6), + (38527, "125103", 1, 0, 6), + (38528, "125103", 1, 0, 6), + (38529, "125103", 1, 0, 6), + (38530, "125103", 1, 0, 6), + (38531, "125103", 1, 0, 6), + (38532, "125201", 1, 0, 6), + (38533, "125201", 1, 0, 6), + (38534, "125201", 1, 0, 6), + (38535, "125201", 1, 0, 6), + (38536, "125201", 1, 0, 6), + (38537, "125201", 1, 0, 6), + (38538, "125201", 1, 0, 6), + (38539, "125201", 1, 0, 6), + (38540, "125201", 1, 0, 6), + (38541, "125201", 1, 0, 6), + (38542, "125201", 1, 0, 6), + (38543, "125201", 1, 0, 6), + (38544, "125201", 1, 0, 6), + (38545, "125201", 1, 0, 6), + (38546, "125201", 1, 0, 6), + (38547, "125201", 1, 0, 6), + (38548, "125104", 1, 0, 6), + (38549, "125104", 1, 0, 6), + (38550, "125104", 1, 0, 6), + (38551, "125104", 1, 0, 6), + (38552, "125104", 1, 0, 6), + (38553, "125104", 1, 0, 6), + (38554, "125104", 1, 0, 6), + (38555, "125104", 1, 0, 6), + (38556, "125104", 1, 0, 6), + (38557, "125104", 1, 0, 6), + (38558, "125104", 1, 0, 6), + (38559, "125004", 1, 0, 6), + (38560, "125004", 1, 0, 6), + (38561, "125004", 1, 0, 6), + (38562, "125005", 1, 0, 6), + (38563, "125005", 1, 0, 6), + (38564, "125004", 1, 0, 6), + (38565, "125007", 1, 0, 6), + (38566, "125007", 1, 0, 6), + (38567, "125007", 1, 0, 6), + (38568, "125004", 1, 0, 6), + (38569, "125011", 1, 0, 6), + (38570, "125005", 1, 0, 6), + (38571, "125004", 1, 0, 6), + (38572, "125004", 1, 0, 6), + (38573, "125007", 1, 0, 6), + (38574, "125011", 1, 0, 6), + (38575, "125007", 1, 0, 6), + (38576, "125005", 1, 0, 6), + (38577, "125005", 1, 0, 6), + (38578, "125005", 1, 0, 6), + (38579, "125005", 1, 0, 6), + (38580, "125005", 1, 0, 6), + (38581, "125004", 1, 0, 6), + (38582, "125004", 1, 0, 6), + (38583, "125004", 1, 0, 6), + (38584, "125005", 1, 0, 6), + (38585, "125004", 1, 0, 6), + (38586, "125004", 1, 0, 6), + (38587, "125005", 1, 0, 6), + (38588, "125004", 1, 0, 6), + (38589, "125005", 1, 0, 6), + (38590, "125005", 1, 0, 6), + (38591, "125011", 1, 0, 6), + (38592, "125004", 1, 0, 6), + (38593, "125047", 1, 0, 6), + (38594, "125047", 1, 0, 6), + (38595, "125047", 1, 0, 6), + (38596, "125047", 1, 0, 6), + (38597, "125047", 1, 0, 6), + (38598, "125047", 1, 0, 6), + (38599, "125047", 1, 0, 6), + (38600, "125047", 1, 0, 6), + (38601, "125047", 1, 0, 6), + (38602, "125047", 1, 0, 6), + (38603, "125047", 1, 0, 6), + (38604, "125053", 1, 0, 6), + (38605, "125053", 1, 0, 6), + (38606, "125053", 1, 0, 6), + (38607, "125053", 1, 0, 6), + (38608, "125111", 1, 0, 6), + (38609, "125111", 1, 0, 6), + (38610, "125106", 1, 0, 6), + (38611, "125106", 1, 0, 6), + (38612, "125106", 1, 0, 6), + (38613, "125106", 1, 0, 6), + (38614, "125106", 1, 0, 6), + (38615, "125106", 1, 0, 6), + (38616, "125106", 1, 0, 6), + (38617, "125106", 1, 0, 6), + (38618, "125106", 1, 0, 6), + (38619, "125106", 1, 0, 6), + (38620, "125106", 1, 0, 6), + (38621, "125106", 1, 0, 6), + (38622, "125050", 1, 0, 6), + (38623, "125050", 1, 0, 6), + (38624, "125050", 1, 0, 6), + (38625, "125050", 1, 0, 6), + (38626, "125050", 1, 0, 6), + (38627, "125050", 1, 0, 6), + (38628, "125050", 1, 0, 6), + (38629, "125050", 1, 0, 6), + (38630, "125050", 1, 0, 6), + (38631, "125050", 1, 0, 6), + (38632, "125050", 1, 0, 6), + (38633, "125050", 1, 0, 6), + (38634, "125050", 1, 0, 6), + (38635, "125050", 1, 0, 6), + (38636, "125050", 1, 0, 6), + (38637, "125050", 1, 0, 6), + (38638, "125050", 1, 0, 6), + (38639, "125050", 1, 0, 6), + (38640, "125050", 1, 0, 6), + (38641, "125050", 1, 0, 6), + (38642, "125050", 1, 0, 6), + (38643, "125050", 1, 0, 6), + (38644, "125033", 1, 0, 6), + (38645, "125042", 1, 0, 6), + (38646, "125033", 1, 0, 6), + (38647, "125033", 1, 0, 6), + (38648, "125033", 1, 0, 6), + (38649, "125033", 1, 0, 6), + (38650, "125033", 1, 0, 6), + (38651, "125033", 1, 0, 6), + (38652, "125033", 1, 0, 6), + (38653, "125033", 1, 0, 6), + (38654, "125033", 1, 0, 6), + (38655, "125042", 1, 0, 6), + (38656, "125033", 1, 0, 6), + (38657, "125033", 1, 0, 6), + (38658, "125033", 1, 0, 6), + (38659, "125033", 1, 0, 6), + (38660, "125033", 1, 0, 6), + (38661, "125033", 1, 0, 6), + (38662, "125033", 1, 0, 6), + (38663, "125033", 1, 0, 6), + (38664, "125033", 1, 0, 6), + (38665, "125033", 1, 0, 6), + (38666, "125033", 1, 0, 6), + (38667, "125033", 1, 0, 6), + (38668, "125006", 1, 0, 6), + (38669, "125006", 1, 0, 6), + (38670, "125006", 1, 0, 6), + (38671, "125133", 1, 0, 6), + (38672, "125133", 1, 0, 6), + (38673, "125133", 1, 0, 6), + (38674, "125133", 1, 0, 6), + (38675, "125133", 1, 0, 6), + (38676, "125133", 1, 0, 6), + (38677, "125038", 1, 0, 6), + (38678, "125038", 1, 0, 6), + (38679, "125038", 1, 0, 6), + (38680, "125038", 1, 0, 6), + (38681, "125038", 1, 0, 6), + (38682, "125005", 1, 0, 6), + (38683, "125005", 1, 0, 6), + (38684, "125005", 1, 0, 6), + (38685, "125005", 1, 0, 6), + (38686, "125052", 1, 0, 6), + (38687, "125052", 1, 0, 6), + (38688, "125052", 1, 0, 6), + (38689, "125052", 1, 0, 6), + (38690, "125052", 1, 0, 6), + (38691, "125052", 1, 0, 6), + (38692, "125052", 1, 0, 6), + (38693, "125052", 1, 0, 6), + (38694, "125052", 1, 0, 6), + (38695, "125052", 1, 0, 6), + (38696, "125052", 1, 0, 6), + (38697, "125052", 1, 0, 6), + (38698, "125052", 1, 0, 6), + (38699, "125052", 1, 0, 6), + (38700, "125052", 1, 0, 6), + (38701, "125052", 1, 0, 6), + (38702, "125052", 1, 0, 6), + (38703, "125052", 1, 0, 6), + (38704, "125052", 1, 0, 6), + (38705, "125053", 1, 0, 6), + (38706, "125053", 1, 0, 6), + (38707, "125053", 1, 0, 6), + (38708, "125053", 1, 0, 6), + (38709, "125053", 1, 0, 6), + (38710, "125053", 1, 0, 6), + (38711, "125053", 1, 0, 6), + (38712, "125053", 1, 0, 6), + (38713, "125048", 1, 0, 6), + (38714, "125048", 1, 0, 6), + (38715, "125048", 1, 0, 6), + (38716, "125048", 1, 0, 6), + (38717, "125121", 1, 0, 6), + (38718, "125121", 1, 0, 6), + (38719, "125121", 1, 0, 6), + (38720, "125121", 1, 0, 6), + (38721, "125121", 1, 0, 6), + (38722, "125121", 1, 0, 6), + (38723, "125121", 1, 0, 6), + (38724, "125121", 1, 0, 6), + (38725, "125121", 1, 0, 6), + (38726, "125121", 1, 0, 6), + (38727, "125121", 1, 0, 6), + (38728, "125121", 1, 0, 6), + (38729, "125121", 1, 0, 6), + (38730, "125121", 1, 0, 6), + (38731, "125121", 1, 0, 6), + (38732, "125121", 1, 0, 6), + (38733, "125121", 1, 0, 6), + (38734, "125121", 1, 0, 6), + (38735, "125121", 1, 0, 6), + (38736, "125121", 1, 0, 6), + (38737, "125121", 1, 0, 6), + (38738, "125042", 1, 0, 6), + (38739, "125042", 1, 0, 6), + (38740, "125042", 1, 0, 6), + (38741, "125042", 1, 0, 6), + (38742, "125042", 1, 0, 6), + (38743, "125042", 1, 0, 6), + (38744, "125042", 1, 0, 6), + (38745, "125111", 1, 0, 6), + (38746, "125111", 1, 0, 6), + (38747, "125111", 1, 0, 6), + (38748, "125111", 1, 0, 6), + (38749, "125111", 1, 0, 6), + (38750, "125111", 1, 0, 6), + (38751, "125111", 1, 0, 6), + (38752, "125111", 1, 0, 6), + (38753, "125052", 1, 0, 6), + (38754, "125052", 1, 0, 6), + (38755, "125037", 1, 0, 6), + (38756, "125037", 1, 0, 6), + (38757, "125039", 1, 0, 6), + (38758, "125039", 1, 0, 6), + (38759, "125039", 1, 0, 6), + (38760, "125039", 1, 0, 6), + (38761, "125039", 1, 0, 6), + (38762, "125039", 1, 0, 6), + (38763, "125039", 1, 0, 6), + (38764, "125039", 1, 0, 6), + (38765, "125039", 1, 0, 6), + (38766, "125039", 1, 0, 6), + (38767, "125039", 1, 0, 6), + (38768, "125039", 1, 0, 6), + (38769, "125039", 1, 0, 6), + (38770, "125039", 1, 0, 6), + (38771, "125039", 1, 0, 6), + (38772, "125039", 1, 0, 6), + (38773, "125039", 1, 0, 6), + (38774, "125112", 1, 0, 6), + (38775, "125112", 1, 0, 6), + (38776, "125112", 1, 0, 6), + (38777, "125112", 1, 0, 6), + (38778, "125112", 1, 0, 6), + (38779, "125112", 1, 0, 6), + (38780, "125112", 1, 0, 6), + (38781, "125051", 1, 0, 6), + (38782, "125051", 1, 0, 6), + (38783, "125051", 1, 0, 6), + (38784, "125051", 1, 0, 6), + (38785, "125051", 1, 0, 6), + (38786, "125051", 1, 0, 6), + (38787, "125051", 1, 0, 6), + (38788, "125051", 1, 0, 6), + (38789, "125051", 1, 0, 6), + (38790, "125051", 1, 0, 6), + (38791, "125051", 1, 0, 6), + (38792, "125051", 1, 0, 6), + (38793, "125051", 1, 0, 6), + (38794, "125051", 1, 0, 6), + (38795, "125051", 1, 0, 6), + (38796, "125051", 1, 0, 6), + (38797, "125051", 1, 0, 6), + (38798, "125051", 1, 0, 6), + (38799, "125051", 1, 0, 6), + (38800, "125051", 1, 0, 6), + (38801, "125051", 1, 0, 6), + (38802, "125051", 1, 0, 6), + (38803, "125051", 1, 0, 6), + (38804, "125051", 1, 0, 6), + (38805, "125051", 1, 0, 6), + (38806, "125051", 1, 0, 6), + (38807, "125051", 1, 0, 6), + (38808, "125051", 1, 0, 6), + (38809, "125051", 1, 0, 6), + (38810, "125051", 1, 0, 6), + (38811, "125051", 1, 0, 6), + (38812, "125051", 1, 0, 6), + (38813, "125049", 1, 0, 6), + (38814, "125049", 1, 0, 6), + (38815, "125049", 1, 0, 6), + (38816, "125049", 1, 0, 6), + (38817, "125049", 1, 0, 6), + (38818, "125044", 1, 0, 6), + (38819, "125044", 1, 0, 6), + (38820, "125044", 1, 0, 6), + (38821, "125044", 1, 0, 6), + (38822, "125044", 1, 0, 6), + (38823, "125120", 1, 0, 6), + (38824, "125120", 1, 0, 6), + (38825, "125120", 1, 0, 6), + (38826, "125120", 1, 0, 6), + (38827, "125120", 1, 0, 6), + (38828, "125120", 1, 0, 6), + (38829, "125120", 1, 0, 6), + (38830, "125120", 1, 0, 6), + (38831, "125120", 1, 0, 6), + (38832, "125120", 1, 0, 6), + (38833, "125120", 1, 0, 6), + (38834, "125120", 1, 0, 6), + (38835, "125120", 1, 0, 6), + (38836, "125120", 1, 0, 6), + (38837, "125113", 1, 0, 6), + (38838, "125113", 1, 0, 6), + (38839, "125113", 1, 0, 6), + (38840, "125113", 1, 0, 6), + (38841, "125113", 1, 0, 6), + (38842, "125113", 1, 0, 6), + (38843, "125113", 1, 0, 6), + (38844, "125113", 1, 0, 6), + (38845, "125113", 1, 0, 6), + (38846, "125113", 1, 0, 6), + (38847, "125113", 1, 0, 6), + (38848, "125113", 1, 0, 6), + (38849, "125113", 1, 0, 6), + (38850, "125055", 1, 0, 6), + (38851, "125055", 1, 0, 6), + (38852, "125055", 1, 0, 6), + (38853, "125055", 1, 0, 6), + (38854, "125055", 1, 0, 6), + (38855, "125055", 1, 0, 6), + (38856, "125055", 1, 0, 6), + (38857, "125060", 1, 0, 6), + (38858, "125055", 1, 0, 6), + (38859, "125055", 1, 0, 6), + (38860, "125055", 1, 0, 6), + (38861, "125055", 1, 0, 6), + (38862, "125055", 1, 0, 6), + (38863, "125055", 1, 0, 6), + (38864, "125055", 1, 0, 6), + (38865, "125055", 1, 0, 6), + (38866, "125055", 1, 0, 6), + (38867, "125055", 1, 0, 6), + (38868, "125055", 1, 0, 6), + (38869, "125060", 1, 0, 6), + (38870, "125055", 1, 0, 6), + (38871, "125060", 1, 0, 6), + (38872, "125055", 1, 0, 6), + (38873, "125055", 1, 0, 6), + (38874, "125055", 1, 0, 6), + (38875, "125055", 1, 0, 6), + (38876, "125078", 1, 0, 6), + (38877, "125078", 1, 0, 6), + (38878, "125078", 1, 0, 6), + (38879, "125078", 1, 0, 6), + (38880, "125078", 1, 0, 6), + (38881, "125078", 1, 0, 6), + (38882, "125078", 1, 0, 6), + (38883, "125078", 1, 0, 6), + (38884, "125078", 1, 0, 6), + (38885, "125078", 1, 0, 6), + (38886, "125078", 1, 0, 6), + (38887, "125054", 1, 0, 6), + (38888, "125054", 1, 0, 6), + (38889, "125054", 1, 0, 6), + (38890, "125110", 1, 0, 6), + (38891, "125110", 1, 0, 6), + (38892, "125110", 1, 0, 6), + (38893, "125110", 1, 0, 6), + (38894, "125110", 1, 0, 6), + (38895, "125110", 1, 0, 6), + (38896, "125110", 1, 0, 6), + (38897, "125110", 1, 0, 6), + (38898, "125110", 1, 0, 6), + (38899, "125110", 1, 0, 6), + (38900, "125110", 1, 0, 6), + (38901, "125110", 1, 0, 6), + (38902, "125110", 1, 0, 6), + (38903, "125110", 1, 0, 6), + (38904, "132116", 1, 0, 6), + (38905, "132036", 1, 0, 6), + (38906, "132116", 1, 0, 6), + (38907, "132145", 1, 0, 6), + (38908, "126116", 1, 0, 6), + (38909, "126114", 1, 0, 6), + (38910, "132036", 1, 0, 6), + (38911, "132036", 1, 0, 6), + (38912, "132036", 1, 0, 6), + (38913, "132036", 1, 0, 6), + (38914, "132036", 1, 0, 6), + (38915, "132036", 1, 0, 6), + (38916, "132036", 1, 0, 6), + (38917, "132001", 1, 0, 6), + (38918, "132001", 1, 0, 6), + (38919, "132022", 1, 0, 6), + (38920, "132022", 1, 0, 6), + (38921, "132023", 1, 0, 6), + (38922, "132023", 1, 0, 6), + (38923, "132023", 1, 0, 6), + (38924, "132037", 1, 0, 6), + (38925, "132037", 1, 0, 6), + (38926, "132037", 1, 0, 6), + (38927, "132037", 1, 0, 6), + (38928, "132037", 1, 0, 6), + (38929, "132037", 1, 0, 6), + (38930, "132117", 1, 0, 6), + (38931, "132117", 1, 0, 6), + (38932, "132117", 1, 0, 6), + (38933, "132117", 1, 0, 6), + (38934, "132117", 1, 0, 6), + (38935, "132117", 1, 0, 6), + (38936, "132117", 1, 0, 6), + (38937, "132117", 1, 0, 6), + (38938, "132157", 1, 0, 6), + (38939, "132157", 1, 0, 6), + (38940, "132157", 1, 0, 6), + (38941, "132157", 1, 0, 6), + (38942, "132157", 1, 0, 6), + (38943, "132157", 1, 0, 6), + (38944, "132024", 1, 0, 6), + (38945, "132024", 1, 0, 6), + (38946, "132024", 1, 0, 6), + (38947, "132024", 1, 0, 6), + (38948, "132024", 1, 0, 6), + (38949, "132024", 1, 0, 6), + (38950, "132024", 1, 0, 6), + (38951, "132024", 1, 0, 6), + (38952, "132024", 1, 0, 6), + (38953, "132046", 1, 0, 6), + (38954, "132046", 1, 0, 6), + (38955, "132046", 1, 0, 6), + (38956, "132046", 1, 0, 6), + (38957, "132046", 1, 0, 6), + (38958, "132116", 1, 0, 6), + (38959, "132116", 1, 0, 6), + (38960, "132116", 1, 0, 6), + (38961, "132116", 1, 0, 6), + (38962, "132116", 1, 0, 6), + (38963, "132101", 1, 0, 6), + (38964, "132101", 1, 0, 6), + (38965, "132101", 1, 0, 6), + (38966, "132101", 1, 0, 6), + (38967, "132101", 1, 0, 6), + (38968, "132101", 1, 0, 6), + (38969, "126102", 1, 0, 6), + (38970, "126102", 1, 0, 6), + (38971, "126102", 1, 0, 6), + (38972, "126102", 1, 0, 6), + (38973, "126102", 1, 0, 6), + (38974, "126102", 1, 0, 6), + (38975, "126102", 1, 0, 6), + (38976, "126102", 1, 0, 6), + (38977, "126102", 1, 0, 6), + (38978, "126102", 1, 0, 6), + (38979, "126102", 1, 0, 6), + (38980, "126102", 1, 0, 6), + (38981, "126102", 1, 0, 6), + (38982, "126102", 1, 0, 6), + (38983, "126102", 1, 0, 6), + (38984, "126102", 1, 0, 6), + (38985, "126102", 1, 0, 6), + (38986, "126102", 1, 0, 6), + (38987, "126125", 1, 0, 6), + (38988, "126125", 1, 0, 6), + (38989, "126125", 1, 0, 6), + (38990, "126125", 1, 0, 6), + (38991, "126125", 1, 0, 6), + (38992, "126125", 1, 0, 6), + (38993, "126125", 1, 0, 6), + (38994, "126125", 1, 0, 6), + (38995, "126125", 1, 0, 6), + (38996, "126125", 1, 0, 6), + (38997, "126125", 1, 0, 6), + (38998, "126111", 1, 0, 6), + (38999, "132024", 1, 0, 6), + (39000, "132001", 1, 0, 6), + (39001, "132041", 1, 0, 6), + (39002, "132037", 1, 0, 6), + (39003, "132037", 1, 0, 6), + (39004, "132116", 1, 0, 6), + (39005, "132116", 1, 0, 6), + (39006, "132024", 1, 0, 6), + (39007, "132037", 1, 0, 6), + (39008, "132037", 1, 0, 6), + (39009, "132037", 1, 0, 6), + (39010, "132037", 1, 0, 6), + (39011, "132116", 1, 0, 6), + (39012, "132157", 1, 0, 6), + (39013, "132037", 1, 0, 6), + (39014, "132024", 1, 0, 6), + (39015, "132157", 1, 0, 6), + (39016, "132041", 1, 0, 6), + (39017, "132023", 1, 0, 6), + (39018, "132039", 1, 0, 6), + (39019, "132039", 1, 0, 6), + (39020, "132039", 1, 0, 6), + (39021, "132039", 1, 0, 6), + (39022, "132039", 1, 0, 6), + (39023, "132039", 1, 0, 6), + (39024, "132039", 1, 0, 6), + (39025, "132039", 1, 0, 6), + (39026, "132039", 1, 0, 6), + (39027, "132039", 1, 0, 6), + (39028, "132039", 1, 0, 6), + (39029, "132039", 1, 0, 6), + (39030, "132039", 1, 0, 6), + (39031, "132039", 1, 0, 6), + (39032, "132040", 1, 0, 6), + (39033, "132040", 1, 0, 6), + (39034, "132114", 1, 0, 6), + (39035, "132114", 1, 0, 6), + (39036, "132114", 1, 0, 6), + (39037, "132114", 1, 0, 6), + (39038, "132114", 1, 0, 6), + (39039, "132114", 1, 0, 6), + (39040, "132114", 1, 0, 6), + (39041, "132114", 1, 0, 6), + (39042, "132114", 1, 0, 6), + (39043, "132114", 1, 0, 6), + (39044, "132114", 1, 0, 6), + (39045, "132114", 1, 0, 6), + (39046, "132114", 1, 0, 6), + (39047, "132114", 1, 0, 6), + (39048, "132114", 1, 0, 6), + (39049, "132114", 1, 0, 6), + (39050, "132114", 1, 0, 6), + (39051, "132054", 1, 0, 6), + (39052, "132054", 1, 0, 6), + (39053, "132054", 1, 0, 6), + (39054, "132054", 1, 0, 6), + (39055, "132054", 1, 0, 6), + (39056, "132054", 1, 0, 6), + (39057, "132041", 1, 0, 6), + (39058, "132041", 1, 0, 6), + (39059, "132041", 1, 0, 6), + (39060, "132041", 1, 0, 6), + (39061, "132041", 1, 0, 6), + (39062, "132041", 1, 0, 6), + (39063, "132041", 1, 0, 6), + (39064, "132041", 1, 0, 6), + (39065, "132041", 1, 0, 6), + (39066, "132041", 1, 0, 6), + (39067, "132041", 1, 0, 6), + (39068, "132036", 1, 0, 6), + (39069, "132116", 1, 0, 6), + (39070, "132116", 1, 0, 6), + (39071, "132116", 1, 0, 6), + (39072, "132140", 1, 0, 6), + (39073, "132104", 1, 0, 6), + (39074, "132105", 1, 0, 6), + (39075, "132106", 1, 0, 6), + (39076, "132104", 1, 0, 6), + (39077, "132106", 1, 0, 6), + (39078, "132104", 1, 0, 6), + (39079, "132140", 1, 0, 6), + (39080, "132104", 1, 0, 6), + (39081, "132105", 1, 0, 6), + (39082, "132140", 1, 0, 6), + (39083, "132104", 1, 0, 6), + (39084, "132104", 1, 0, 6), + (39085, "132104", 1, 0, 6), + (39086, "132104", 1, 0, 6), + (39087, "132104", 1, 0, 6), + (39088, "132104", 1, 0, 6), + (39089, "132104", 1, 0, 6), + (39090, "132107", 1, 0, 6), + (39091, "132105", 1, 0, 6), + (39092, "132107", 1, 0, 6), + (39093, "132122", 1, 0, 6), + (39094, "132122", 1, 0, 6), + (39095, "132122", 1, 0, 6), + (39096, "132115", 1, 0, 6), + (39097, "132107", 1, 0, 6), + (39098, "132107", 1, 0, 6), + (39099, "132107", 1, 0, 6), + (39100, "132107", 1, 0, 6), + (39101, "132107", 1, 0, 6), + (39102, "132107", 1, 0, 6), + (39103, "132107", 1, 0, 6), + (39104, "132107", 1, 0, 6), + (39105, "132107", 1, 0, 6), + (39106, "132113", 1, 0, 6), + (39107, "132113", 1, 0, 6), + (39108, "132113", 1, 0, 6), + (39109, "132113", 1, 0, 6), + (39110, "132113", 1, 0, 6), + (39111, "132113", 1, 0, 6), + (39112, "132113", 1, 0, 6), + (39113, "132113", 1, 0, 6), + (39114, "132113", 1, 0, 6), + (39115, "132145", 1, 0, 6), + (39116, "132145", 1, 0, 6), + (39117, "132108", 1, 0, 6), + (39118, "132108", 1, 0, 6), + (39119, "132108", 1, 0, 6), + (39120, "132104", 1, 0, 6), + (39121, "132104", 1, 0, 6), + (39122, "132104", 1, 0, 6), + (39123, "132104", 1, 0, 6), + (39124, "132104", 1, 0, 6), + (39125, "132140", 1, 0, 6), + (39126, "132140", 1, 0, 6), + (39127, "132105", 1, 0, 6), + (39128, "132105", 1, 0, 6), + (39129, "132105", 1, 0, 6), + (39130, "132105", 1, 0, 6), + (39131, "132105", 1, 0, 6), + (39132, "132102", 1, 0, 6), + (39133, "132102", 1, 0, 6), + (39134, "132102", 1, 0, 6), + (39135, "132101", 1, 0, 6), + (39136, "132101", 1, 0, 6), + (39137, "132101", 1, 0, 6), + (39138, "126111", 1, 0, 6), + (39139, "126111", 1, 0, 6), + (39140, "126111", 1, 0, 6), + (39141, "126111", 1, 0, 6), + (39142, "126152", 1, 0, 6), + (39143, "126152", 1, 0, 6), + (39144, "126152", 1, 0, 6), + (39145, "126152", 1, 0, 6), + (39146, "126152", 1, 0, 6), + (39147, "126152", 1, 0, 6), + (39148, "126152", 1, 0, 6), + (39149, "126110", 1, 0, 6), + (39150, "126110", 1, 0, 6), + (39151, "126110", 1, 0, 6), + (39152, "126110", 1, 0, 6), + (39153, "126110", 1, 0, 6), + (39154, "126101", 1, 0, 6), + (39155, "126101", 1, 0, 6), + (39156, "126101", 1, 0, 6), + (39157, "126101", 1, 0, 6), + (39158, "126101", 1, 0, 6), + (39159, "126101", 1, 0, 6), + (39160, "126101", 1, 0, 6), + (39161, "126101", 1, 0, 6), + (39162, "126101", 1, 0, 6), + (39163, "126101", 1, 0, 6), + (39164, "126101", 1, 0, 6), + (39165, "126101", 1, 0, 6), + (39166, "126116", 1, 0, 6), + (39167, "126116", 1, 0, 6), + (39168, "126116", 1, 0, 6), + (39169, "126116", 1, 0, 6), + (39170, "126116", 1, 0, 6), + (39171, "126116", 1, 0, 6), + (39172, "126116", 1, 0, 6), + (39173, "126116", 1, 0, 6), + (39174, "126116", 1, 0, 6), + (39175, "126116", 1, 0, 6), + (39176, "126116", 1, 0, 6), + (39177, "126116", 1, 0, 6), + (39178, "126116", 1, 0, 6), + (39179, "126116", 1, 0, 6), + (39180, "126116", 1, 0, 6), + (39181, "126116", 1, 0, 6), + (39182, "126116", 1, 0, 6), + (39183, "126116", 1, 0, 6), + (39184, "126116", 1, 0, 6), + (39185, "126116", 1, 0, 6), + (39186, "126116", 1, 0, 6), + (39187, "126116", 1, 0, 6), + (39188, "126116", 1, 0, 6), + (39189, "126116", 1, 0, 6), + (39190, "126116", 1, 0, 6), + (39191, "126116", 1, 0, 6), + (39192, "126116", 1, 0, 6), + (39193, "126116", 1, 0, 6), + (39194, "126113", 1, 0, 6), + (39195, "126113", 1, 0, 6), + (39196, "126113", 1, 0, 6), + (39197, "126113", 1, 0, 6), + (39198, "126113", 1, 0, 6), + (39199, "126113", 1, 0, 6), + (39200, "126113", 1, 0, 6), + (39201, "126113", 1, 0, 6), + (39202, "126113", 1, 0, 6), + (39203, "126113", 1, 0, 6), + (39204, "126113", 1, 0, 6), + (39205, "126112", 1, 0, 6), + (39206, "126112", 1, 0, 6), + (39207, "126112", 1, 0, 6), + (39208, "126112", 1, 0, 6), + (39209, "126112", 1, 0, 6), + (39210, "126112", 1, 0, 6), + (39211, "126112", 1, 0, 6), + (39212, "126112", 1, 0, 6), + (39213, "126112", 1, 0, 6), + (39214, "126112", 1, 0, 6), + (39215, "126112", 1, 0, 6), + (39216, "126112", 1, 0, 6), + (39217, "126112", 1, 0, 6), + (39218, "126112", 1, 0, 6), + (39219, "126112", 1, 0, 6), + (39220, "126112", 1, 0, 6), + (39221, "126112", 1, 0, 6), + (39222, "126112", 1, 0, 6), + (39223, "126112", 1, 0, 6), + (39224, "126112", 1, 0, 6), + (39225, "126112", 1, 0, 6), + (39226, "126114", 1, 0, 6), + (39227, "126114", 1, 0, 6), + (39228, "126114", 1, 0, 6), + (39229, "126114", 1, 0, 6), + (39230, "126114", 1, 0, 6), + (39231, "126114", 1, 0, 6), + (39232, "126114", 1, 0, 6), + (39233, "126115", 1, 0, 6), + (39234, "126115", 1, 0, 6), + (39235, "126115", 1, 0, 6), + (39236, "126115", 1, 0, 6), + (39237, "126115", 1, 0, 6), + (39238, "126115", 1, 0, 6), + (39239, "126115", 1, 0, 6), + (39240, "126115", 1, 0, 6), + (39241, "126115", 1, 0, 6), + (39242, "126115", 1, 0, 6), + (39243, "126115", 1, 0, 6), + (39244, "126115", 1, 0, 6), + (39245, "126115", 1, 0, 6), + (39246, "126115", 1, 0, 6), + (39247, "126115", 1, 0, 6), + (39248, "136131", 1, 0, 6), + (39249, "136135", 1, 0, 6), + (39250, "136119", 1, 0, 6), + (39251, "136035", 1, 0, 6), + (39252, "136042", 1, 0, 6), + (39253, "136156", 1, 0, 6), + (39254, "136156", 1, 0, 6), + (39255, "136156", 1, 0, 6), + (39256, "136156", 1, 0, 6), + (39257, "136156", 1, 0, 6), + (39258, "136156", 1, 0, 6), + (39259, "136156", 1, 0, 6), + (39260, "136156", 1, 0, 6), + (39261, "136129", 1, 0, 6), + (39262, "136129", 1, 0, 6), + (39263, "136129", 1, 0, 6), + (39264, "136129", 1, 0, 6), + (39265, "136129", 1, 0, 6), + (39266, "136130", 1, 0, 6), + (39267, "136130", 1, 0, 6), + (39268, "136130", 1, 0, 6), + (39269, "136132", 1, 0, 6), + (39270, "136132", 1, 0, 6), + (39271, "136132", 1, 0, 6), + (39272, "136132", 1, 0, 6), + (39273, "136132", 1, 0, 6), + (39274, "136132", 1, 0, 6), + (39275, "136132", 1, 0, 6), + (39276, "136132", 1, 0, 6), + (39277, "136132", 1, 0, 6), + (39278, "136131", 1, 0, 6), + (39279, "136131", 1, 0, 6), + (39280, "136131", 1, 0, 6), + (39281, "136131", 1, 0, 6), + (39282, "136131", 1, 0, 6), + (39283, "136131", 1, 0, 6), + (39284, "136131", 1, 0, 6), + (39285, "136135", 1, 0, 6), + (39286, "136135", 1, 0, 6), + (39287, "136135", 1, 0, 6), + (39288, "136135", 1, 0, 6), + (39289, "136135", 1, 0, 6), + (39290, "136135", 1, 0, 6), + (39291, "136135", 1, 0, 6), + (39292, "136135", 1, 0, 6), + (39293, "136135", 1, 0, 6), + (39294, "136135", 1, 0, 6), + (39295, "136135", 1, 0, 6), + (39296, "136135", 1, 0, 6), + (39297, "136135", 1, 0, 6), + (39298, "136135", 1, 0, 6), + (39299, "136043", 1, 0, 6), + (39300, "136043", 1, 0, 6), + (39301, "136043", 1, 0, 6), + (39302, "136128", 1, 0, 6), + (39303, "136128", 1, 0, 6), + (39304, "136128", 1, 0, 6), + (39305, "136128", 1, 0, 6), + (39306, "136128", 1, 0, 6), + (39307, "136128", 1, 0, 6), + (39308, "136128", 1, 0, 6), + (39309, "136128", 1, 0, 6), + (39310, "136128", 1, 0, 6), + (39311, "136128", 1, 0, 6), + (39312, "136128", 1, 0, 6), + (39313, "136128", 1, 0, 6), + (39314, "136026", 1, 0, 6), + (39315, "136026", 1, 0, 6), + (39316, "136026", 1, 0, 6), + (39317, "136026", 1, 0, 6), + (39318, "136026", 1, 0, 6), + (39319, "136044", 1, 0, 6), + (39320, "136044", 1, 0, 6), + (39321, "136044", 1, 0, 6), + (39322, "136135", 1, 0, 6), + (39323, "136135", 1, 0, 6), + (39324, "136135", 1, 0, 6), + (39325, "136135", 1, 0, 6), + (39326, "136136", 1, 0, 6), + (39327, "136136", 1, 0, 6), + (39328, "136136", 1, 0, 6), + (39329, "136020", 1, 0, 6), + (39330, "136020", 1, 0, 6), + (39331, "136020", 1, 0, 6), + (39332, "136020", 1, 0, 6), + (39333, "136042", 1, 0, 6), + (39334, "136042", 1, 0, 6), + (39335, "136042", 1, 0, 6), + (39336, "136042", 1, 0, 6), + (39337, "136030", 1, 0, 6), + (39338, "136030", 1, 0, 6), + (39339, "136030", 1, 0, 6), + (39340, "136030", 1, 0, 6), + (39341, "136030", 1, 0, 6), + (39342, "136021", 1, 0, 6), + (39343, "136021", 1, 0, 6), + (39344, "136021", 1, 0, 6), + (39345, "136021", 1, 0, 6), + (39346, "136021", 1, 0, 6), + (39347, "136119", 1, 0, 6), + (39348, "136119", 1, 0, 6), + (39349, "136119", 1, 0, 6), + (39350, "136119", 1, 0, 6), + (39351, "136119", 1, 0, 6), + (39352, "136119", 1, 0, 6), + (39353, "136119", 1, 0, 6), + (39354, "136119", 1, 0, 6), + (39355, "136119", 1, 0, 6), + (39356, "136119", 1, 0, 6), + (39357, "136043", 1, 0, 6), + (39358, "136043", 1, 0, 6), + (39359, "136043", 1, 0, 6), + (39360, "136043", 1, 0, 6), + (39361, "136043", 1, 0, 6), + (39362, "136044", 1, 0, 6), + (39363, "136044", 1, 0, 6), + (39364, "136043", 1, 0, 6), + (39365, "136027", 1, 0, 6), + (39366, "136027", 1, 0, 6), + (39367, "136027", 1, 0, 6), + (39368, "136044", 1, 0, 6), + (39369, "136027", 1, 0, 6), + (39370, "136027", 1, 0, 6), + (39371, "136027", 1, 0, 6), + (39372, "136044", 1, 0, 6), + (39373, "136044", 1, 0, 6), + (39374, "136044", 1, 0, 6), + (39375, "136044", 1, 0, 6), + (39376, "136027", 1, 0, 6), + (39377, "136027", 1, 0, 6), + (39378, "136027", 1, 0, 6), + (39379, "136027", 1, 0, 6), + (39380, "136027", 1, 0, 6), + (39381, "136027", 1, 0, 6), + (39382, "136043", 1, 0, 6), + (39383, "136027", 1, 0, 6), + (39384, "136027", 1, 0, 6), + (39385, "136027", 1, 0, 6), + (39386, "136044", 1, 0, 6), + (39387, "136027", 1, 0, 6), + (39388, "136020", 1, 0, 6), + (39389, "136027", 1, 0, 6), + (39390, "136027", 1, 0, 6), + (39391, "136027", 1, 0, 6), + (39392, "136027", 1, 0, 6), + (39393, "136035", 1, 0, 6), + (39394, "136035", 1, 0, 6), + (39395, "136035", 1, 0, 6), + (39396, "136035", 1, 0, 6), + (39397, "136035", 1, 0, 6), + (39398, "136117", 1, 0, 6), + (39399, "136117", 1, 0, 6), + (39400, "136117", 1, 0, 6), + (39401, "136117", 1, 0, 6), + (39402, "136117", 1, 0, 6), + (39403, "136117", 1, 0, 6), + (39404, "136117", 1, 0, 6), + (39405, "136117", 1, 0, 6), + (39406, "136117", 1, 0, 6), + (39407, "136117", 1, 0, 6), + (39408, "136117", 1, 0, 6), + (39409, "136117", 1, 0, 6), + (39410, "136117", 1, 0, 6), + (39411, "136117", 1, 0, 6), + (39412, "136117", 1, 0, 6), + (39413, "136117", 1, 0, 6), + (39414, "136117", 1, 0, 6), + (39415, "136033", 1, 0, 6), + (39416, "136033", 1, 0, 6), + (39417, "136033", 1, 0, 6), + (39418, "136033", 1, 0, 6), + (39419, "136033", 1, 0, 6), + (39420, "136033", 1, 0, 6), + (39421, "136033", 1, 0, 6), + (39422, "136034", 1, 0, 6), + (39423, "136034", 1, 0, 6), + (39424, "136034", 1, 0, 6), + (39425, "136034", 1, 0, 6), + (39426, "136034", 1, 0, 6), + (39427, "136034", 1, 0, 6), + (39428, "136034", 1, 0, 6), + (39429, "136034", 1, 0, 6), + (39430, "136034", 1, 0, 6), + (39431, "136034", 1, 0, 6), + (39432, "136034", 1, 0, 6), + (39433, "136034", 1, 0, 6), + (39434, "136034", 1, 0, 6), + (39435, "136034", 1, 0, 6), + (39436, "136132", 1, 0, 6), + (39437, "136132", 1, 0, 6), + (39438, "136117", 1, 0, 6), + (39439, "124412", 1, 0, 6), + (39440, "124103", 1, 0, 6), + (39441, "124021", 1, 0, 6), + (39442, "124102", 1, 0, 6), + (39443, "124303", 1, 0, 6), + (39444, "124501", 1, 0, 6), + (39445, "124111", 1, 0, 6), + (39446, "124107", 1, 0, 6), + (39447, "124508", 1, 0, 6), + (39448, "124142", 1, 0, 6), + (39449, "124103", 1, 0, 6), + (39450, "124112", 1, 0, 6), + (39451, "124501", 1, 0, 6), + (39452, "124010", 1, 0, 6), + (39453, "124021", 1, 0, 6), + (39454, "124501", 1, 0, 6), + (39455, "124111", 1, 0, 6), + (39456, "124108", 1, 0, 6), + (39457, "124146", 1, 0, 6), + (39458, "124109", 1, 0, 6), + (39459, "124146", 1, 0, 6), + (39460, "124102", 1, 0, 6), + (39461, "124106", 1, 0, 6), + (39462, "124201", 1, 0, 6), + (39463, "124021", 1, 0, 6), + (39464, "124102", 1, 0, 6), + (39465, "124303", 1, 0, 6), + (39466, "124514", 1, 0, 6), + (39467, "124106", 1, 0, 6), + (39468, "124504", 1, 0, 6), + (39469, "124412", 1, 0, 6), + (39470, "124107", 1, 0, 6), + (39471, "124501", 1, 0, 6), + (39472, "124508", 1, 0, 6), + (39473, "124508", 1, 0, 6), + (39474, "124103", 1, 0, 6), + (39475, "124103", 1, 0, 6), + (39476, "124514", 1, 0, 6), + (39477, "124103", 1, 0, 6), + (39478, "124103", 1, 0, 6), + (39479, "124406", 1, 0, 6), + (39480, "124501", 1, 0, 6), + (39481, "124505", 1, 0, 6), + (39482, "124505", 1, 0, 6), + (39483, "124303", 1, 0, 6), + (39484, "124146", 1, 0, 6), + (39485, "124146", 1, 0, 6), + (39486, "124106", 1, 0, 6), + (39487, "124104", 1, 0, 6), + (39488, "124103", 1, 0, 6), + (39489, "124104", 1, 0, 6), + (39490, "124201", 1, 0, 6), + (39491, "124303", 1, 0, 6), + (39492, "124412", 1, 0, 6), + (39493, "124108", 1, 0, 6), + (39494, "124021", 1, 0, 6), + (39495, "124010", 1, 0, 6), + (39496, "124021", 1, 0, 6), + (39497, "124109", 1, 0, 6), + (39498, "124411", 1, 0, 6), + (39499, "124501", 1, 0, 6), + (39500, "124108", 1, 0, 6), + (39501, "124508", 1, 0, 6), + (39502, "124508", 1, 0, 6), + (39503, "124103", 1, 0, 6), + (39504, "124102", 1, 0, 6), + (39505, "124021", 1, 0, 6), + (39506, "124202", 1, 0, 6), + (39507, "124401", 1, 0, 6), + (39508, "124106", 1, 0, 6), + (39509, "124010", 1, 0, 6), + (39510, "124501", 1, 0, 6), + (39511, "124102", 1, 0, 6), + (39512, "124406", 1, 0, 6), + (39513, "124146", 1, 0, 6), + (39514, "124106", 1, 0, 6), + (39515, "124401", 1, 0, 6), + (39516, "124501", 1, 0, 6), + (39517, "124514", 1, 0, 6), + (39518, "124501", 1, 0, 6), + (39519, "124514", 1, 0, 6), + (39520, "124113", 1, 0, 6), + (39521, "124146", 1, 0, 6), + (39522, "124404", 1, 0, 6), + (39523, "124109", 1, 0, 6), + (39524, "124508", 1, 0, 6), + (39525, "124401", 1, 0, 6), + (39526, "124508", 1, 0, 6), + (39527, "124113", 1, 0, 6), + (39528, "124514", 1, 0, 6), + (39529, "124113", 1, 0, 6), + (39530, "124106", 1, 0, 6), + (39531, "124021", 1, 0, 6), + (39532, "124501", 1, 0, 6), + (39533, "124111", 1, 0, 6), + (39534, "124508", 1, 0, 6), + (39535, "124103", 1, 0, 6), + (39536, "124104", 1, 0, 6), + (39537, "124105", 1, 0, 6), + (39538, "124021", 1, 0, 6), + (39539, "124103", 1, 0, 6), + (39540, "124109", 1, 0, 6), + (39541, "124303", 1, 0, 6), + (39542, "124142", 1, 0, 6), + (39543, "124108", 1, 0, 6), + (39544, "124104", 1, 0, 6), + (39545, "124401", 1, 0, 6), + (39546, "124505", 1, 0, 6), + (39547, "124142", 1, 0, 6), + (39548, "124501", 1, 0, 6), + (39549, "124401", 1, 0, 6), + (39550, "124105", 1, 0, 6), + (39551, "124103", 1, 0, 6), + (39552, "124108", 1, 0, 6), + (39553, "124411", 1, 0, 6), + (39554, "124202", 1, 0, 6), + (39555, "124105", 1, 0, 6), + (39556, "124401", 1, 0, 6), + (39557, "124504", 1, 0, 6), + (39558, "124201", 1, 0, 6), + (39559, "124303", 1, 0, 6), + (39560, "124501", 1, 0, 6), + (39561, "124401", 1, 0, 6), + (39562, "124514", 1, 0, 6), + (39563, "124109", 1, 0, 6), + (39564, "124404", 1, 0, 6), + (39565, "124113", 1, 0, 6), + (39566, "124508", 1, 0, 6), + (39567, "124106", 1, 0, 6), + (39568, "124106", 1, 0, 6), + (39569, "124108", 1, 0, 6), + (39570, "124106", 1, 0, 6), + (39571, "124111", 1, 0, 6), + (39572, "124146", 1, 0, 6), + (39573, "124406", 1, 0, 6), + (39574, "124501", 1, 0, 6), + (39575, "124104", 1, 0, 6), + (39576, "124105", 1, 0, 6), + (39577, "124201", 1, 0, 6), + (39578, "124112", 1, 0, 6), + (39579, "124022", 1, 0, 6), + (39580, "124514", 1, 0, 6), + (39581, "124406", 1, 0, 6), + (39582, "124201", 1, 0, 6), + (39583, "124010", 1, 0, 6), + (39584, "124105", 1, 0, 6), + (39585, "124411", 1, 0, 6), + (39586, "124505", 1, 0, 6), + (39587, "124107", 1, 0, 6), + (39588, "124022", 1, 0, 6), + (39589, "124303", 1, 0, 6), + (39590, "124112", 1, 0, 6), + (39591, "124104", 1, 0, 6), + (39592, "124514", 1, 0, 6), + (39593, "124112", 1, 0, 6), + (39594, "124108", 1, 0, 6), + (39595, "124103", 1, 0, 6), + (39596, "124501", 1, 0, 6), + (39597, "124105", 1, 0, 6), + (39598, "124401", 1, 0, 6), + (39599, "124107", 1, 0, 6), + (39600, "124412", 1, 0, 6), + (39601, "124109", 1, 0, 6), + (39602, "124201", 1, 0, 6), + (39603, "124010", 1, 0, 6), + (39604, "124508", 1, 0, 6), + (39605, "124112", 1, 0, 6), + (39606, "124103", 1, 0, 6), + (39607, "124514", 1, 0, 6), + (39608, "124010", 1, 0, 6), + (39609, "124501", 1, 0, 6), + (39610, "124411", 1, 0, 6), + (39611, "124202", 1, 0, 6), + (39612, "124103", 1, 0, 6), + (39613, "124112", 1, 0, 6), + (39614, "124508", 1, 0, 6), + (39615, "124105", 1, 0, 6), + (39616, "124109", 1, 0, 6), + (39617, "124103", 1, 0, 6), + (39618, "124010", 1, 0, 6), + (39619, "124412", 1, 0, 6), + (39620, "124514", 1, 0, 6), + (39621, "124104", 1, 0, 6), + (39622, "124109", 1, 0, 6), + (39623, "124103", 1, 0, 6), + (39624, "124514", 1, 0, 6), + (39625, "124104", 1, 0, 6), + (39626, "124103", 1, 0, 6), + (39627, "124103", 1, 0, 6), + (39628, "135103", 1, 0, 6), + (39629, "135002", 1, 0, 6), + (39630, "133206", 1, 0, 6), + (39631, "134204", 1, 0, 6), + (39632, "135103", 1, 0, 6), + (39633, "135103", 1, 0, 6), + (39634, "135103", 1, 0, 6), + (39635, "135003", 1, 0, 6), + (39636, "135003", 1, 0, 6), + (39637, "135003", 1, 0, 6), + (39638, "135003", 1, 0, 6), + (39639, "135003", 1, 0, 6), + (39640, "133205", 1, 0, 6), + (39641, "133205", 1, 0, 6), + (39642, "133005", 1, 0, 6), + (39643, "133005", 1, 0, 6), + (39644, "133004", 1, 0, 6), + (39645, "133004", 1, 0, 6), + (39646, "133004", 1, 0, 6), + (39647, "133004", 1, 0, 6), + (39648, "133004", 1, 0, 6), + (39649, "133004", 1, 0, 6), + (39650, "133004", 1, 0, 6), + (39651, "133004", 1, 0, 6), + (39652, "133205", 1, 0, 6), + (39653, "133205", 1, 0, 6), + (39654, "133205", 1, 0, 6), + (39655, "133205", 1, 0, 6), + (39656, "133201", 1, 0, 6), + (39657, "133201", 1, 0, 6), + (39658, "133101", 1, 0, 6), + (39659, "133202", 1, 0, 6), + (39660, "133202", 1, 0, 6), + (39661, "133202", 1, 0, 6), + (39662, "133202", 1, 0, 6), + (39663, "133102", 1, 0, 6), + (39664, "133102", 1, 0, 6), + (39665, "133102", 1, 0, 6), + (39666, "133102", 1, 0, 6), + (39667, "133102", 1, 0, 6), + (39668, "133102", 1, 0, 6), + (39669, "133203", 1, 0, 6), + (39670, "133203", 1, 0, 6), + (39671, "133203", 1, 0, 6), + (39672, "133203", 1, 0, 6), + (39673, "135003", 1, 0, 6), + (39674, "135003", 1, 0, 6), + (39675, "135003", 1, 0, 6), + (39676, "135003", 1, 0, 6), + (39677, "135003", 1, 0, 6), + (39678, "133104", 1, 0, 6), + (39679, "133104", 1, 0, 6), + (39680, "133104", 1, 0, 6), + (39681, "133104", 1, 0, 6), + (39682, "133104", 1, 0, 6), + (39683, "133104", 1, 0, 6), + (39684, "133104", 1, 0, 6), + (39685, "135002", 1, 0, 6), + (39686, "135002", 1, 0, 6), + (39687, "135004", 1, 0, 6), + (39688, "135004", 1, 0, 6), + (39689, "135004", 1, 0, 6), + (39690, "135004", 1, 0, 6), + (39691, "135004", 1, 0, 6), + (39692, "135004", 1, 0, 6), + (39693, "135106", 1, 0, 6), + (39694, "135106", 1, 0, 6), + (39695, "135106", 1, 0, 6), + (39696, "135106", 1, 0, 6), + (39697, "135102", 1, 0, 6), + (39698, "135102", 1, 0, 6), + (39699, "135102", 1, 0, 6), + (39700, "135102", 1, 0, 6), + (39701, "135102", 1, 0, 6), + (39702, "135102", 1, 0, 6), + (39703, "135102", 1, 0, 6), + (39704, "135102", 1, 0, 6), + (39705, "135102", 1, 0, 6), + (39706, "135102", 1, 0, 6), + (39707, "135102", 1, 0, 6), + (39708, "135101", 1, 0, 6), + (39709, "135101", 1, 0, 6), + (39710, "135101", 1, 0, 6), + (39711, "135101", 1, 0, 6), + (39712, "135101", 1, 0, 6), + (39713, "135101", 1, 0, 6), + (39714, "135101", 1, 0, 6), + (39715, "135103", 1, 0, 6), + (39716, "135103", 1, 0, 6), + (39717, "135103", 1, 0, 6), + (39718, "135103", 1, 0, 6), + (39719, "135002", 1, 0, 6), + (39720, "135021", 1, 0, 6), + (39721, "135021", 1, 0, 6), + (39722, "135021", 1, 0, 6), + (39723, "133103", 1, 0, 6), + (39724, "133103", 1, 0, 6), + (39725, "133103", 1, 0, 6), + (39726, "133103", 1, 0, 6), + (39727, "133103", 1, 0, 6), + (39728, "133103", 1, 0, 6), + (39729, "133103", 1, 0, 6), + (39730, "133103", 1, 0, 6), + (39731, "133103", 1, 0, 6), + (39732, "135133", 1, 0, 6), + (39733, "135133", 1, 0, 6), + (39734, "135133", 1, 0, 6), + (39735, "135133", 1, 0, 6), + (39736, "135133", 1, 0, 6), + (39737, "135133", 1, 0, 6), + (39738, "135133", 1, 0, 6), + (39739, "135133", 1, 0, 6), + (39740, "135133", 1, 0, 6), + (39741, "135133", 1, 0, 6), + (39742, "135133", 1, 0, 6), + (39743, "135133", 1, 0, 6), + (39744, "135133", 1, 0, 6), + (39745, "135133", 1, 0, 6), + (39746, "135133", 1, 0, 6), + (39747, "135133", 1, 0, 6), + (39748, "135133", 1, 0, 6), + (39749, "135133", 1, 0, 6), + (39750, "133204", 1, 0, 6), + (39751, "133204", 1, 0, 6), + (39752, "133204", 1, 0, 6), + (39753, "133204", 1, 0, 6), + (39754, "171102", 1, 0, 14), + (39755, "173201", 1, 0, 14), + (39756, "173229", 1, 0, 14), + (39757, "173225", 1, 0, 14), + (39758, "173204", 1, 0, 14), + (39759, "174101", 1, 0, 14), + (39760, "173230", 1, 0, 14), + (39761, "173223", 1, 0, 14), + (39762, "173220", 1, 0, 14), + (39763, "173233", 1, 0, 14), + (39764, "174102", 1, 0, 14), + (39765, "173202", 1, 0, 14), + (39766, "173206", 1, 0, 14), + (39767, "176208", 1, 0, 14), + (39768, "177114", 1, 0, 14), + (39769, "176502", 1, 0, 14), + (39770, "176054", 1, 0, 14), + (39771, "173220", 1, 0, 14), + (39772, "174036", 1, 0, 14), + (39773, "173001", 1, 0, 14), + (39774, "173001", 1, 0, 14), + (39775, "173212", 1, 0, 14), + (39776, "176326", 1, 0, 14), + (39777, "173236", 1, 0, 14), + (39778, "174507", 1, 0, 14), + (39779, "171014", 1, 0, 14), + (39780, "175045", 1, 0, 14), + (39781, "173031", 1, 0, 14), + (39782, "171013", 1, 0, 14), + (39783, "173032", 1, 0, 14), + (39784, "173235", 1, 0, 14), + (39785, "173234", 1, 0, 14), + (39786, "176062", 1, 0, 14), + (39787, "176082", 1, 0, 14), + (39788, "176125", 1, 0, 14), + (39789, "176073", 1, 0, 14), + (39790, "176083", 1, 0, 14), + (39791, "176076", 1, 0, 14), + (39792, "176071", 1, 0, 14), + (39793, "176077", 1, 0, 14), + (39794, "176088", 1, 0, 14), + (39795, "176128", 1, 0, 14), + (39796, "176092", 1, 0, 14), + (39797, "176101", 1, 0, 14), + (39798, "176075", 1, 0, 14), + (39799, "176095", 1, 0, 14), + (39800, "176094", 1, 0, 14), + (39801, "176086", 1, 0, 14), + (39802, "176200", 1, 0, 14), + (39803, "176059", 1, 0, 14), + (39804, "176217", 1, 0, 14), + (39805, "176403", 1, 0, 14), + (39806, "176057", 1, 0, 14), + (39807, "176060", 1, 0, 14), + (39808, "176216", 1, 0, 14), + (39809, "176204", 1, 0, 14), + (39810, "176210", 1, 0, 14), + (39811, "176213", 1, 0, 14), + (39812, "176401", 1, 0, 14), + (39813, "176201", 1, 0, 14), + (39814, "176218", 1, 0, 14), + (39815, "176205", 1, 0, 14), + (39816, "176215", 1, 0, 14), + (39817, "176402", 1, 0, 14), + (39818, "176203", 1, 0, 14), + (39819, "176219", 1, 0, 14), + (39820, "176202", 1, 0, 14), + (39821, "176202", 1, 0, 14), + (39822, "176064", 1, 0, 14), + (39823, "176065", 1, 0, 14), + (39824, "176058", 1, 0, 14), + (39825, "176211", 1, 0, 14), + (39826, "176206", 1, 0, 14), + (39827, "176215", 1, 0, 14), + (39828, "176225", 1, 0, 14), + (39829, "176052", 1, 0, 14), + (39830, "176098", 1, 0, 14), + (39831, "176096", 1, 0, 14), + (39832, "176093", 1, 0, 14), + (39833, "176102", 1, 0, 14), + (39834, "176097", 1, 0, 14), + (39835, "176089", 1, 0, 14), + (39836, "176063", 1, 0, 14), + (39837, "176084", 1, 0, 14), + (39838, "176087", 1, 0, 14), + (39839, "176103", 1, 0, 14), + (39840, "176115", 1, 0, 14), + (39841, "176085", 1, 0, 14), + (39842, "176091", 1, 0, 14), + (39843, "176107", 1, 0, 14), + (39844, "176081", 1, 0, 14), + (39845, "176002", 1, 0, 14), + (39846, "171015", 1, 0, 14), + (39847, "176061", 1, 0, 14), + (39848, "176310", 1, 0, 14), + (39849, "177101", 1, 0, 14), + (39850, "176001", 1, 0, 14), + (39851, "176215", 1, 0, 14), + (39852, "176061", 1, 0, 14), + (39853, "177001", 1, 0, 14), + (39854, "174001", 1, 0, 14), + (39855, "174305", 1, 0, 14), + (39856, "175001", 1, 0, 14), + (39857, "175101", 1, 0, 14), + (39858, "175019", 1, 0, 14), + (39859, "175132", 1, 0, 14), + (39860, "172001", 1, 0, 14), + (39861, "172107", 1, 0, 14), + (39862, "171001", 1, 0, 14), + (39863, "173212", 1, 0, 14), + (39864, "173001", 1, 0, 14), + (39865, "174303", 1, 0, 14), + (39866, "175024", 1, 0, 14), + (39867, "174017", 1, 0, 14), + (39868, "176110", 1, 0, 14), + (39869, "171222", 1, 0, 14), + (39870, "175121", 1, 0, 14), + (39871, "173214", 1, 0, 14), + (39872, "173204", 1, 0, 14), + (39873, "173029", 1, 0, 14), + (39874, "171210", 1, 0, 14), + (39875, "171301", 1, 0, 14), + (39876, "173031", 1, 0, 14), + (39877, "175010", 1, 0, 14), + (39878, "175001", 1, 0, 14), + (39879, "172107", 1, 0, 14), + (39880, "174026", 1, 0, 14), + (39881, "176045", 1, 0, 14), + (39882, "174303", 1, 0, 14), + (39883, "177203", 1, 0, 14), + (39884, "174303", 1, 0, 14), + (39885, "177114", 1, 0, 14), + (39886, "177114", 1, 0, 14), + (39887, "177114", 1, 0, 14), + (39888, "177113", 1, 0, 14), + (39889, "177113", 1, 0, 14), + (39890, "177106", 1, 0, 14), + (39891, "177106", 1, 0, 14), + (39892, "177103", 1, 0, 14), + (39893, "177103", 1, 0, 14), + (39894, "176502", 1, 0, 14), + (39895, "177105", 1, 0, 14), + (39896, "177105", 1, 0, 14), + (39897, "176054", 1, 0, 14), + (39898, "176054", 1, 0, 14), + (39899, "176054", 1, 0, 14), + (39900, "176027", 1, 0, 14), + (39901, "176208", 1, 0, 14), + (39902, "176208", 1, 0, 14), + (39903, "176208", 1, 0, 14), + (39904, "176208", 1, 0, 14), + (39905, "176208", 1, 0, 14), + (39906, "176208", 1, 0, 14), + (39907, "176208", 1, 0, 14), + (39908, "176029", 1, 0, 14), + (39909, "176217", 1, 0, 14), + (39910, "173022", 1, 0, 14), + (39911, "173022", 1, 0, 14), + (39912, "173029", 1, 0, 14), + (39913, "173205", 1, 0, 14), + (39914, "173208", 1, 0, 14), + (39915, "173212", 1, 0, 14), + (39916, "173212", 1, 0, 14), + (39917, "173212", 1, 0, 14), + (39918, "173212", 1, 0, 14), + (39919, "173212", 1, 0, 14), + (39920, "173212", 1, 0, 14), + (39921, "171102", 1, 0, 14), + (39922, "171102", 1, 0, 14), + (39923, "173235", 1, 0, 14), + (39924, "171102", 1, 0, 14), + (39925, "171102", 1, 0, 14), + (39926, "171102", 1, 0, 14), + (39927, "171102", 1, 0, 14), + (39928, "171102", 1, 0, 14), + (39929, "173235", 1, 0, 14), + (39930, "173235", 1, 0, 14), + (39931, "171102", 1, 0, 14), + (39932, "171102", 1, 0, 14), + (39933, "173235", 1, 0, 14), + (39934, "173225", 1, 0, 14), + (39935, "173225", 1, 0, 14), + (39936, "173229", 1, 0, 14), + (39937, "173229", 1, 0, 14), + (39938, "173229", 1, 0, 14), + (39939, "173229", 1, 0, 14), + (39940, "173229", 1, 0, 14), + (39941, "173229", 1, 0, 14), + (39942, "173229", 1, 0, 14), + (39943, "173229", 1, 0, 14), + (39944, "173220", 1, 0, 14), + (39945, "173220", 1, 0, 14), + (39946, "173220", 1, 0, 14), + (39947, "173220", 1, 0, 14), + (39948, "173233", 1, 0, 14), + (39949, "173233", 1, 0, 14), + (39950, "173233", 1, 0, 14), + (39951, "173233", 1, 0, 14), + (39952, "174102", 1, 0, 14), + (39953, "174102", 1, 0, 14), + (39954, "174102", 1, 0, 14), + (39955, "174102", 1, 0, 14), + (39956, "174102", 1, 0, 14), + (39957, "174102", 1, 0, 14), + (39958, "174102", 1, 0, 14), + (39959, "174102", 1, 0, 14), + (39960, "174102", 1, 0, 14), + (39961, "174102", 1, 0, 14), + (39962, "174102", 1, 0, 14), + (39963, "174102", 1, 0, 14), + (39964, "174102", 1, 0, 14), + (39965, "174102", 1, 0, 14), + (39966, "174102", 1, 0, 14), + (39967, "173236", 1, 0, 14), + (39968, "173206", 1, 0, 14), + (39969, "173236", 1, 0, 14), + (39970, "173234", 1, 0, 14), + (39971, "173236", 1, 0, 14), + (39972, "173206", 1, 0, 14), + (39973, "173236", 1, 0, 14), + (39974, "173236", 1, 0, 14), + (39975, "173206", 1, 0, 14), + (39976, "173206", 1, 0, 14), + (39977, "173236", 1, 0, 14), + (39978, "173236", 1, 0, 14), + (39979, "174101", 1, 0, 14), + (39980, "174101", 1, 0, 14), + (39981, "174101", 1, 0, 14), + (39982, "174101", 1, 0, 14), + (39983, "174101", 1, 0, 14), + (39984, "174101", 1, 0, 14), + (39985, "174101", 1, 0, 14), + (39986, "174101", 1, 0, 14), + (39987, "174101", 1, 0, 14), + (39988, "174101", 1, 0, 14), + (39989, "174101", 1, 0, 14), + (39990, "174101", 1, 0, 14), + (39991, "174101", 1, 0, 14), + (39992, "174101", 1, 0, 14), + (39993, "174101", 1, 0, 14), + (39994, "174101", 1, 0, 14), + (39995, "174101", 1, 0, 14), + (39996, "174101", 1, 0, 14), + (39997, "174101", 1, 0, 14), + (39998, "174101", 1, 0, 14), + (39999, "174101", 1, 0, 14), + (40000, "174101", 1, 0, 14), + (40001, "174303", 1, 0, 14), + (40002, "171225", 1, 0, 14), + (40003, "171225", 1, 0, 14), + (40004, "171225", 1, 0, 14), + (40005, "171225", 1, 0, 14), + (40006, "171226", 1, 0, 14), + (40007, "171226", 1, 0, 14), + (40008, "171226", 1, 0, 14), + (40009, "171226", 1, 0, 14), + (40010, "171226", 1, 0, 14), + (40011, "171226", 1, 0, 14), + (40012, "171226", 1, 0, 14), + (40013, "176206", 1, 0, 14), + (40014, "176206", 1, 0, 14), + (40015, "176403", 1, 0, 14), + (40016, "176206", 1, 0, 14), + (40017, "176128", 1, 0, 14), + (40018, "177042", 1, 0, 14), + (40019, "177001", 1, 0, 14), + (40020, "176086", 1, 0, 14), + (40021, "176031", 1, 0, 14), + (40022, "176023", 1, 0, 14), + (40023, "176001", 1, 0, 14), + (40024, "175019", 1, 0, 14), + (40025, "175001", 1, 0, 14), + (40026, "173204", 1, 0, 14), + (40027, "173223", 1, 0, 14), + (40028, "173223", 1, 0, 14), + (40029, "173223", 1, 0, 14), + (40030, "173025", 1, 0, 14), + (40031, "173027", 1, 0, 14), + (40032, "174102", 1, 0, 14), + (40033, "173223", 1, 0, 14), + (40034, "173223", 1, 0, 14), + (40035, "171102", 1, 0, 14), + (40036, "173207", 1, 0, 14), + (40037, "173223", 1, 0, 14), + (40038, "173211", 1, 0, 14), + (40039, "171003", 1, 0, 14), + (40040, "171003", 1, 0, 14), + (40041, "171004", 1, 0, 14), + (40042, "173223", 1, 0, 14), + (40043, "173223", 1, 0, 14), + (40044, "174321", 1, 0, 14), + (40045, "176301", 1, 0, 14), + (40046, "176303", 1, 0, 14), + (40047, "176316", 1, 0, 14), + (40048, "176306", 1, 0, 14), + (40049, "176315", 1, 0, 14), + (40050, "176308", 1, 0, 14), + (40051, "176302", 1, 0, 14), + (40052, "176304", 1, 0, 14), + (40053, "176304", 1, 0, 14), + (40054, "176305", 1, 0, 14), + (40055, "176324", 1, 0, 14), + (40056, "176309", 1, 0, 14), + (40057, "176318", 1, 0, 14), + (40058, "176313", 1, 0, 14), + (40059, "176325", 1, 0, 14), + (40060, "176323", 1, 0, 14), + (40061, "176311", 1, 0, 14), + (40062, "176321", 1, 0, 14), + (40063, "176319", 1, 0, 14), + (40064, "176310", 1, 0, 14), + (40065, "176207", 1, 0, 14), + (40066, "176317", 1, 0, 14), + (40067, "176312", 1, 0, 14), + (40068, "176320", 1, 0, 14), + (40069, "176314", 1, 0, 14), + (40070, "176033", 1, 0, 14), + (40071, "176028", 1, 0, 14), + (40072, "176031", 1, 0, 14), + (40073, "176030", 1, 0, 14), + (40074, "176036", 1, 0, 14), + (40075, "177117", 1, 0, 14), + (40076, "177104", 1, 0, 14), + (40077, "177034", 1, 0, 14), + (40078, "177113", 1, 0, 14), + (40079, "177106", 1, 0, 14), + (40080, "177103", 1, 0, 14), + (40081, "176066", 1, 0, 14), + (40082, "177108", 1, 0, 14), + (40083, "177105", 1, 0, 14), + (40084, "177107", 1, 0, 14), + (40085, "177111", 1, 0, 14), + (40086, "177043", 1, 0, 14), + (40087, "176501", 1, 0, 14), + (40088, "176055", 1, 0, 14), + (40089, "176032", 1, 0, 14), + (40090, "177112", 1, 0, 14), + (40091, "176021", 1, 0, 14), + (40092, "176038", 1, 0, 14), + (40093, "176025", 1, 0, 14), + (40094, "176053", 1, 0, 14), + (40095, "176209", 1, 0, 14), + (40096, "176023", 1, 0, 14), + (40097, "176026", 1, 0, 14), + (40098, "176047", 1, 0, 14), + (40099, "176027", 1, 0, 14), + (40100, "176051", 1, 0, 14), + (40101, "176022", 1, 0, 14), + (40102, "176029", 1, 0, 14), + (40103, "176037", 1, 0, 14), + (40104, "176056", 1, 0, 14), + (40105, "176214", 1, 0, 14), + (40106, "174001", 1, 0, 14), + (40107, "174023", 1, 0, 14), + (40108, "174034", 1, 0, 14), + (40109, "174021", 1, 0, 14), + (40110, "174003", 1, 0, 14), + (40111, "174028", 1, 0, 14), + (40112, "174017", 1, 0, 14), + (40113, "174033", 1, 0, 14), + (40114, "174035", 1, 0, 14), + (40115, "174004", 1, 0, 14), + (40116, "174026", 1, 0, 14), + (40117, "174027", 1, 0, 14), + (40118, "174310", 1, 0, 14), + (40119, "174032", 1, 0, 14), + (40120, "174012", 1, 0, 14), + (40121, "174001", 1, 0, 14), + (40122, "174001", 1, 0, 14), + (40123, "174005", 1, 0, 14), + (40124, "174011", 1, 0, 14), + (40125, "174030", 1, 0, 14), + (40126, "177401", 1, 0, 14), + (40127, "174031", 1, 0, 14), + (40128, "176109", 1, 0, 14), + (40129, "177028", 1, 0, 14), + (40130, "177040", 1, 0, 14), + (40131, "177025", 1, 0, 14), + (40132, "177027", 1, 0, 14), + (40133, "177020", 1, 0, 14), + (40134, "177029", 1, 0, 14), + (40135, "177033", 1, 0, 14), + (40136, "177501", 1, 0, 14), + (40137, "176111", 1, 0, 14), + (40138, "177045", 1, 0, 14), + (40139, "177048", 1, 0, 14), + (40140, "177005", 1, 0, 14), + (40141, "177038", 1, 0, 14), + (40142, "177118", 1, 0, 14), + (40143, "174309", 1, 0, 14), + (40144, "174304", 1, 0, 14), + (40145, "177024", 1, 0, 14), + (40146, "176041", 1, 0, 14), + (40147, "176040", 1, 0, 14), + (40148, "176039", 1, 0, 14), + (40149, "177119", 1, 0, 14), + (40150, "174505", 1, 0, 14), + (40151, "177041", 1, 0, 14), + (40152, "177026", 1, 0, 14), + (40153, "174405", 1, 0, 14), + (40154, "176048", 1, 0, 14), + (40155, "174312", 1, 0, 14), + (40156, "177006", 1, 0, 14), + (40157, "176043", 1, 0, 14), + (40158, "176049", 1, 0, 14), + (40159, "176042", 1, 0, 14), + (40160, "174305", 1, 0, 14), + (40161, "176044", 1, 0, 14), + (40162, "174311", 1, 0, 14), + (40163, "177601", 1, 0, 14), + (40164, "177021", 1, 0, 14), + (40165, "177044", 1, 0, 14), + (40166, "176045", 1, 0, 14), + (40167, "176108", 1, 0, 14), + (40168, "177301", 1, 0, 14), + (40169, "177007", 1, 0, 14), + (40170, "177001", 1, 0, 14), + (40171, "177005", 1, 0, 14), + (40172, "177042", 1, 0, 14), + (40173, "176110", 1, 0, 14), + (40174, "177023", 1, 0, 14), + (40175, "177022", 1, 0, 14), + (40176, "174024", 1, 0, 14), + (40177, "174013", 1, 0, 14), + (40178, "174002", 1, 0, 14), + (40179, "174015", 1, 0, 14), + (40180, "174029", 1, 0, 14), + (40181, "174201", 1, 0, 14), + (40182, "175031", 1, 0, 14), + (40183, "175047", 1, 0, 14), + (40184, "175011", 1, 0, 14), + (40185, "175038", 1, 0, 14), + (40186, "175046", 1, 0, 14), + (40187, "175019", 1, 0, 14), + (40188, "175017", 1, 0, 14), + (40189, "175018", 1, 0, 14), + (40190, "175009", 1, 0, 14), + (40191, "175048", 1, 0, 14), + (40192, "175140", 1, 0, 14), + (40193, "175139", 1, 0, 14), + (40194, "175133", 1, 0, 14), + (40195, "175142", 1, 0, 14), + (40196, "175121", 1, 0, 14), + (40197, "175033", 1, 0, 14), + (40198, "175013", 1, 0, 14), + (40199, "175004", 1, 0, 14), + (40200, "175021", 1, 0, 14), + (40201, "175037", 1, 0, 14), + (40202, "175032", 1, 0, 14), + (40203, "175040", 1, 0, 14), + (40204, "175014", 1, 0, 14), + (40205, "175006", 1, 0, 14), + (40206, "175007", 1, 0, 14), + (40207, "175036", 1, 0, 14), + (40208, "175049", 1, 0, 14), + (40209, "175015", 1, 0, 14), + (40210, "175001", 1, 0, 14), + (40211, "175005", 1, 0, 14), + (40212, "175001", 1, 0, 14), + (40213, "175003", 1, 0, 14), + (40214, "175016", 1, 0, 14), + (40215, "175001", 1, 0, 14), + (40216, "175050", 1, 0, 14), + (40217, "175008", 1, 0, 14), + (40218, "175001", 1, 0, 14), + (40219, "175012", 1, 0, 14), + (40220, "175124", 1, 0, 14), + (40221, "175023", 1, 0, 14), + (40222, "175042", 1, 0, 14), + (40223, "175025", 1, 0, 14), + (40224, "175052", 1, 0, 14), + (40225, "175034", 1, 0, 14), + (40226, "176090", 1, 0, 14), + (40227, "175024", 1, 0, 14), + (40228, "175051", 1, 0, 14), + (40229, "175015", 1, 0, 14), + (40230, "175026", 1, 0, 14), + (40231, "175101", 1, 0, 14), + (40232, "175138", 1, 0, 14), + (40233, "175103", 1, 0, 14), + (40234, "175106", 1, 0, 14), + (40235, "175123", 1, 0, 14), + (40236, "175125", 1, 0, 14), + (40237, "175102", 1, 0, 14), + (40238, "175141", 1, 0, 14), + (40239, "175136", 1, 0, 14), + (40240, "175143", 1, 0, 14), + (40241, "175105", 1, 0, 14), + (40242, "175129", 1, 0, 14), + (40243, "175104", 1, 0, 14), + (40244, "175122", 1, 0, 14), + (40245, "175131", 1, 0, 14), + (40246, "175130", 1, 0, 14), + (40247, "175128", 1, 0, 14), + (40248, "175134", 1, 0, 14), + (40249, "175126", 1, 0, 14), + (40250, "175101", 1, 0, 14), + (40251, "175027", 1, 0, 14), + (40252, "175035", 1, 0, 14), + (40253, "175002", 1, 0, 14), + (40254, "175028", 1, 0, 14), + (40255, "175010", 1, 0, 14), + (40256, "175030", 1, 0, 14), + (40257, "175029", 1, 0, 14), + (40258, "175039", 1, 0, 14), + (40259, "172030", 1, 0, 14), + (40260, "172115", 1, 0, 14), + (40261, "172108", 1, 0, 14), + (40262, "172105", 1, 0, 14), + (40263, "172118", 1, 0, 14), + (40264, "172114", 1, 0, 14), + (40265, "172112", 1, 0, 14), + (40266, "172109", 1, 0, 14), + (40267, "172111", 1, 0, 14), + (40268, "172117", 1, 0, 14), + (40269, "172106", 1, 0, 14), + (40270, "172110", 1, 0, 14), + (40271, "172116", 1, 0, 14), + (40272, "172113", 1, 0, 14), + (40273, "172104", 1, 0, 14), + (40274, "172001", 1, 0, 14), + (40275, "172026", 1, 0, 14), + (40276, "172002", 1, 0, 14), + (40277, "172027", 1, 0, 14), + (40278, "172034", 1, 0, 14), + (40279, "172032", 1, 0, 14), + (40280, "172025", 1, 0, 14), + (40281, "172028", 1, 0, 14), + (40282, "172101", 1, 0, 14), + (40283, "172201", 1, 0, 14), + (40284, "172024", 1, 0, 14), + (40285, "172031", 1, 0, 14), + (40286, "172029", 1, 0, 14), + (40287, "172021", 1, 0, 14), + (40288, "172103", 1, 0, 14), + (40289, "172023", 1, 0, 14), + (40290, "172033", 1, 0, 14), + (40291, "172022", 1, 0, 14), + (40292, "172102", 1, 0, 14), + (40293, "171211", 1, 0, 14), + (40294, "171001", 1, 0, 14), + (40295, "171001", 1, 0, 14), + (40296, "171012", 1, 0, 14), + (40297, "171103", 1, 0, 14), + (40298, "171209", 1, 0, 14), + (40299, "171206", 1, 0, 14), + (40300, "171002", 1, 0, 14), + (40301, "171001", 1, 0, 14), + (40302, "171019", 1, 0, 14), + (40303, "171214", 1, 0, 14), + (40304, "171205", 1, 0, 14), + (40305, "171218", 1, 0, 14), + (40306, "171008", 1, 0, 14), + (40307, "171009", 1, 0, 14), + (40308, "171204", 1, 0, 14), + (40309, "171002", 1, 0, 14), + (40310, "171202", 1, 0, 14), + (40311, "171221", 1, 0, 14), + (40312, "171216", 1, 0, 14), + (40313, "171215", 1, 0, 14), + (40314, "171007", 1, 0, 14), + (40315, "171213", 1, 0, 14), + (40316, "171210", 1, 0, 14), + (40317, "171009", 1, 0, 14), + (40318, "171207", 1, 0, 14), + (40319, "171222", 1, 0, 14), + (40320, "171006", 1, 0, 14), + (40321, "171219", 1, 0, 14), + (40322, "171002", 1, 0, 14), + (40323, "171005", 1, 0, 14), + (40324, "171224", 1, 0, 14), + (40325, "171301", 1, 0, 14), + (40326, "171001", 1, 0, 14), + (40327, "171010", 1, 0, 14), + (40328, "171201", 1, 0, 14), + (40329, "171203", 1, 0, 14), + (40330, "171011", 1, 0, 14), + (40331, "171212", 1, 0, 14), + (40332, "171004", 1, 0, 14), + (40333, "171223", 1, 0, 14), + (40334, "171225", 1, 0, 14), + (40335, "171226", 1, 0, 14), + (40336, "171018", 1, 0, 14), + (40337, "171005", 1, 0, 14), + (40338, "171001", 1, 0, 14), + (40339, "171217", 1, 0, 14), + (40340, "171208", 1, 0, 14), + (40341, "171220", 1, 0, 14), + (40342, "171003", 1, 0, 14), + (40343, "173022", 1, 0, 14), + (40344, "173030", 1, 0, 14), + (40345, "173026", 1, 0, 14), + (40346, "173021", 1, 0, 14), + (40347, "173104", 1, 0, 14), + (40348, "173025", 1, 0, 14), + (40349, "173101", 1, 0, 14), + (40350, "173023", 1, 0, 14), + (40351, "173024", 1, 0, 14), + (40352, "173029", 1, 0, 14), + (40353, "173027", 1, 0, 14), + (40354, "173208", 1, 0, 14), + (40355, "173205", 1, 0, 14), + (40356, "174103", 1, 0, 14), + (40357, "173217", 1, 0, 14), + (40358, "173213", 1, 0, 14), + (40359, "173210", 1, 0, 14), + (40360, "173209", 1, 0, 14), + (40361, "173218", 1, 0, 14), + (40362, "173215", 1, 0, 14), + (40363, "173207", 1, 0, 14), + (40364, "173222", 1, 0, 14), + (40365, "173211", 1, 0, 14), + (40366, "173214", 1, 0, 14), + (40367, "173221", 1, 0, 14), + (40368, "177203", 1, 0, 14), + (40369, "177205", 1, 0, 14), + (40370, "174307", 1, 0, 14), + (40371, "177109", 1, 0, 14), + (40372, "174316", 1, 0, 14), + (40373, "174317", 1, 0, 14), + (40374, "177110", 1, 0, 14), + (40375, "174314", 1, 0, 14), + (40376, "177204", 1, 0, 14), + (40377, "174306", 1, 0, 14), + (40378, "174302", 1, 0, 14), + (40379, "176601", 1, 0, 14), + (40380, "177201", 1, 0, 14), + (40381, "177212", 1, 0, 14), + (40382, "177213", 1, 0, 14), + (40383, "177220", 1, 0, 14), + (40384, "174308", 1, 0, 14), + (40385, "174315", 1, 0, 14), + (40386, "177202", 1, 0, 14), + (40387, "174319", 1, 0, 14), + (40388, "177210", 1, 0, 14), + (40389, "177206", 1, 0, 14), + (40390, "177207", 1, 0, 14), + (40391, "177208", 1, 0, 14), + (40392, "174503", 1, 0, 14), + (40393, "177031", 1, 0, 14), + (40394, "177209", 1, 0, 14), + (40395, "174301", 1, 0, 14), + (40396, "177219", 1, 0, 14), + (40397, "177039", 1, 0, 14), + (40398, "174320", 1, 0, 14), + (40399, "177211", 1, 0, 14), + (40400, "174321", 1, 0, 14), + (40401, "174303", 1, 0, 14), + (40402, "176312", 1, 0, 14), + (40403, "176311", 1, 0, 14), + (40404, "176302", 1, 0, 14), + (40405, "176312", 1, 0, 14), + (40406, "176312", 1, 0, 14), + (40407, "176312", 1, 0, 14), + (40408, "176312", 1, 0, 14), + (40409, "176312", 1, 0, 14), + (40410, "176312", 1, 0, 14), + (40411, "176320", 1, 0, 14), + (40412, "176320", 1, 0, 14), + (40413, "176320", 1, 0, 14), + (40414, "176320", 1, 0, 14), + (40415, "176320", 1, 0, 14), + (40416, "176320", 1, 0, 14), + (40417, "176320", 1, 0, 14), + (40418, "176320", 1, 0, 14), + (40419, "176320", 1, 0, 14), + (40420, "176314", 1, 0, 14), + (40421, "176314", 1, 0, 14), + (40422, "176314", 1, 0, 14), + (40423, "176314", 1, 0, 14), + (40424, "176314", 1, 0, 14), + (40425, "176314", 1, 0, 14), + (40426, "176314", 1, 0, 14), + (40427, "176314", 1, 0, 14), + (40428, "176314", 1, 0, 14), + (40429, "176314", 1, 0, 14), + (40430, "176314", 1, 0, 14), + (40431, "176314", 1, 0, 14), + (40432, "176314", 1, 0, 14), + (40433, "176314", 1, 0, 14), + (40434, "176314", 1, 0, 14), + (40435, "176309", 1, 0, 14), + (40436, "176309", 1, 0, 14), + (40437, "176309", 1, 0, 14), + (40438, "176318", 1, 0, 14), + (40439, "176318", 1, 0, 14), + (40440, "176313", 1, 0, 14), + (40441, "176313", 1, 0, 14), + (40442, "176313", 1, 0, 14), + (40443, "176323", 1, 0, 14), + (40444, "176323", 1, 0, 14), + (40445, "176323", 1, 0, 14), + (40446, "176323", 1, 0, 14), + (40447, "176323", 1, 0, 14), + (40448, "176323", 1, 0, 14), + (40449, "176323", 1, 0, 14), + (40450, "176323", 1, 0, 14), + (40451, "176323", 1, 0, 14), + (40452, "176323", 1, 0, 14), + (40453, "176323", 1, 0, 14), + (40454, "176323", 1, 0, 14), + (40455, "176323", 1, 0, 14), + (40456, "176323", 1, 0, 14), + (40457, "176325", 1, 0, 14), + (40458, "176325", 1, 0, 14), + (40459, "176311", 1, 0, 14), + (40460, "176311", 1, 0, 14), + (40461, "176301", 1, 0, 14), + (40462, "176311", 1, 0, 14), + (40463, "176311", 1, 0, 14), + (40464, "176311", 1, 0, 14), + (40465, "176311", 1, 0, 14), + (40466, "176311", 1, 0, 14), + (40467, "176311", 1, 0, 14), + (40468, "176311", 1, 0, 14), + (40469, "176311", 1, 0, 14), + (40470, "176311", 1, 0, 14), + (40471, "176311", 1, 0, 14), + (40472, "176321", 1, 0, 14), + (40473, "176321", 1, 0, 14), + (40474, "176321", 1, 0, 14), + (40475, "176301", 1, 0, 14), + (40476, "176318", 1, 0, 14), + (40477, "176314", 1, 0, 14), + (40478, "176301", 1, 0, 14), + (40479, "176318", 1, 0, 14), + (40480, "176318", 1, 0, 14), + (40481, "176318", 1, 0, 14), + (40482, "176318", 1, 0, 14), + (40483, "176314", 1, 0, 14), + (40484, "176318", 1, 0, 14), + (40485, "176314", 1, 0, 14), + (40486, "176318", 1, 0, 14), + (40487, "176314", 1, 0, 14), + (40488, "176301", 1, 0, 14), + (40489, "176318", 1, 0, 14), + (40490, "176301", 1, 0, 14), + (40491, "176301", 1, 0, 14), + (40492, "176301", 1, 0, 14), + (40493, "176303", 1, 0, 14), + (40494, "176303", 1, 0, 14), + (40495, "176303", 1, 0, 14), + (40496, "176303", 1, 0, 14), + (40497, "176303", 1, 0, 14), + (40498, "176316", 1, 0, 14), + (40499, "176316", 1, 0, 14), + (40500, "176316", 1, 0, 14), + (40501, "176316", 1, 0, 14), + (40502, "176316", 1, 0, 14), + (40503, "176316", 1, 0, 14), + (40504, "176316", 1, 0, 14), + (40505, "176316", 1, 0, 14), + (40506, "176316", 1, 0, 14), + (40507, "176316", 1, 0, 14), + (40508, "176316", 1, 0, 14), + (40509, "176316", 1, 0, 14), + (40510, "176316", 1, 0, 14), + (40511, "176316", 1, 0, 14), + (40512, "176316", 1, 0, 14), + (40513, "176316", 1, 0, 14), + (40514, "176306", 1, 0, 14), + (40515, "176306", 1, 0, 14), + (40516, "176306", 1, 0, 14), + (40517, "176315", 1, 0, 14), + (40518, "176315", 1, 0, 14), + (40519, "176315", 1, 0, 14), + (40520, "176315", 1, 0, 14), + (40521, "176315", 1, 0, 14), + (40522, "176315", 1, 0, 14), + (40523, "176308", 1, 0, 14), + (40524, "176308", 1, 0, 14), + (40525, "176308", 1, 0, 14), + (40526, "176308", 1, 0, 14), + (40527, "176302", 1, 0, 14), + (40528, "176302", 1, 0, 14), + (40529, "176302", 1, 0, 14), + (40530, "176302", 1, 0, 14), + (40531, "176302", 1, 0, 14), + (40532, "176302", 1, 0, 14), + (40533, "176302", 1, 0, 14), + (40534, "176302", 1, 0, 14), + (40535, "176302", 1, 0, 14), + (40536, "176302", 1, 0, 14), + (40537, "176302", 1, 0, 14), + (40538, "176324", 1, 0, 14), + (40539, "176324", 1, 0, 14), + (40540, "176324", 1, 0, 14), + (40541, "176324", 1, 0, 14), + (40542, "176324", 1, 0, 14), + (40543, "176324", 1, 0, 14), + (40544, "176324", 1, 0, 14), + (40545, "176324", 1, 0, 14), + (40546, "176324", 1, 0, 14), + (40547, "176324", 1, 0, 14), + (40548, "176326", 1, 0, 14), + (40549, "176326", 1, 0, 14), + (40550, "176309", 1, 0, 14), + (40551, "176326", 1, 0, 14), + (40552, "176326", 1, 0, 14), + (40553, "176326", 1, 0, 14), + (40554, "176326", 1, 0, 14), + (40555, "176309", 1, 0, 14), + (40556, "176321", 1, 0, 14), + (40557, "176321", 1, 0, 14), + (40558, "176321", 1, 0, 14), + (40559, "176321", 1, 0, 14), + (40560, "176321", 1, 0, 14), + (40561, "176321", 1, 0, 14), + (40562, "176321", 1, 0, 14), + (40563, "176321", 1, 0, 14), + (40564, "176321", 1, 0, 14), + (40565, "176321", 1, 0, 14), + (40566, "176321", 1, 0, 14), + (40567, "176319", 1, 0, 14), + (40568, "176319", 1, 0, 14), + (40569, "176319", 1, 0, 14), + (40570, "176319", 1, 0, 14), + (40571, "176319", 1, 0, 14), + (40572, "176319", 1, 0, 14), + (40573, "176319", 1, 0, 14), + (40574, "176319", 1, 0, 14), + (40575, "176207", 1, 0, 14), + (40576, "176207", 1, 0, 14), + (40577, "176207", 1, 0, 14), + (40578, "176207", 1, 0, 14), + (40579, "176207", 1, 0, 14), + (40580, "176207", 1, 0, 14), + (40581, "176207", 1, 0, 14), + (40582, "176207", 1, 0, 14), + (40583, "176207", 1, 0, 14), + (40584, "176207", 1, 0, 14), + (40585, "176207", 1, 0, 14), + (40586, "176207", 1, 0, 14), + (40587, "176207", 1, 0, 14), + (40588, "176207", 1, 0, 14), + (40589, "176207", 1, 0, 14), + (40590, "176207", 1, 0, 14), + (40591, "176312", 1, 0, 14), + (40592, "176312", 1, 0, 14), + (40593, "176312", 1, 0, 14), + (40594, "176312", 1, 0, 14), + (40595, "176312", 1, 0, 14), + (40596, "176312", 1, 0, 14), + (40597, "176030", 1, 0, 14), + (40598, "176036", 1, 0, 14), + (40599, "176036", 1, 0, 14), + (40600, "177111", 1, 0, 14), + (40601, "177111", 1, 0, 14), + (40602, "176501", 1, 0, 14), + (40603, "176501", 1, 0, 14), + (40604, "176032", 1, 0, 14), + (40605, "176031", 1, 0, 14), + (40606, "176501", 1, 0, 14), + (40607, "176001", 1, 0, 14), + (40608, "176001", 1, 0, 14), + (40609, "176001", 1, 0, 14), + (40610, "176001", 1, 0, 14), + (40611, "176001", 1, 0, 14), + (40612, "176001", 1, 0, 14), + (40613, "176001", 1, 0, 14), + (40614, "176001", 1, 0, 14), + (40615, "176001", 1, 0, 14), + (40616, "176001", 1, 0, 14), + (40617, "176001", 1, 0, 14), + (40618, "176001", 1, 0, 14), + (40619, "176054", 1, 0, 14), + (40620, "176023", 1, 0, 14), + (40621, "176023", 1, 0, 14), + (40622, "176023", 1, 0, 14), + (40623, "176047", 1, 0, 14), + (40624, "176027", 1, 0, 14), + (40625, "176027", 1, 0, 14), + (40626, "176051", 1, 0, 14), + (40627, "176051", 1, 0, 14), + (40628, "176051", 1, 0, 14), + (40629, "176051", 1, 0, 14), + (40630, "176051", 1, 0, 14), + (40631, "176001", 1, 0, 14), + (40632, "176028", 1, 0, 14), + (40633, "177112", 1, 0, 14), + (40634, "176023", 1, 0, 14), + (40635, "176022", 1, 0, 14), + (40636, "176029", 1, 0, 14), + (40637, "176023", 1, 0, 14), + (40638, "176023", 1, 0, 14), + (40639, "176023", 1, 0, 14), + (40640, "176023", 1, 0, 14), + (40641, "176054", 1, 0, 14), + (40642, "176031", 1, 0, 14), + (40643, "176031", 1, 0, 14), + (40644, "176027", 1, 0, 14), + (40645, "176031", 1, 0, 14), + (40646, "176031", 1, 0, 14), + (40647, "176051", 1, 0, 14), + (40648, "176033", 1, 0, 14), + (40649, "176029", 1, 0, 14), + (40650, "176027", 1, 0, 14), + (40651, "176051", 1, 0, 14), + (40652, "176023", 1, 0, 14), + (40653, "176208", 1, 0, 14), + (40654, "176054", 1, 0, 14), + (40655, "176031", 1, 0, 14), + (40656, "176021", 1, 0, 14), + (40657, "176047", 1, 0, 14), + (40658, "176056", 1, 0, 14), + (40659, "177117", 1, 0, 14), + (40660, "177104", 1, 0, 14), + (40661, "177117", 1, 0, 14), + (40662, "176028", 1, 0, 14), + (40663, "177104", 1, 0, 14), + (40664, "176031", 1, 0, 14), + (40665, "176027", 1, 0, 14), + (40666, "176028", 1, 0, 14), + (40667, "176028", 1, 0, 14), + (40668, "176028", 1, 0, 14), + (40669, "176055", 1, 0, 14), + (40670, "176056", 1, 0, 14), + (40671, "176047", 1, 0, 14), + (40672, "176047", 1, 0, 14), + (40673, "176037", 1, 0, 14), + (40674, "176033", 1, 0, 14), + (40675, "176033", 1, 0, 14), + (40676, "176033", 1, 0, 14), + (40677, "177104", 1, 0, 14), + (40678, "177104", 1, 0, 14), + (40679, "177104", 1, 0, 14), + (40680, "176036", 1, 0, 14), + (40681, "177043", 1, 0, 14), + (40682, "177107", 1, 0, 14), + (40683, "177112", 1, 0, 14), + (40684, "177111", 1, 0, 14), + (40685, "176501", 1, 0, 14), + (40686, "176030", 1, 0, 14), + (40687, "177034", 1, 0, 14), + (40688, "176047", 1, 0, 14), + (40689, "177112", 1, 0, 14), + (40690, "177112", 1, 0, 14), + (40691, "176027", 1, 0, 14), + (40692, "176209", 1, 0, 14), + (40693, "176209", 1, 0, 14), + (40694, "176209", 1, 0, 14), + (40695, "176209", 1, 0, 14), + (40696, "176209", 1, 0, 14), + (40697, "176209", 1, 0, 14), + (40698, "176209", 1, 0, 14), + (40699, "176023", 1, 0, 14), + (40700, "176026", 1, 0, 14), + (40701, "176026", 1, 0, 14), + (40702, "176026", 1, 0, 14), + (40703, "176026", 1, 0, 14), + (40704, "177108", 1, 0, 14), + (40705, "176047", 1, 0, 14), + (40706, "176037", 1, 0, 14), + (40707, "176038", 1, 0, 14), + (40708, "176038", 1, 0, 14), + (40709, "176038", 1, 0, 14), + (40710, "176038", 1, 0, 14), + (40711, "176036", 1, 0, 14), + (40712, "176036", 1, 0, 14), + (40713, "176036", 1, 0, 14), + (40714, "176036", 1, 0, 14), + (40715, "177117", 1, 0, 14), + (40716, "177034", 1, 0, 14), + (40717, "176032", 1, 0, 14), + (40718, "177034", 1, 0, 14), + (40719, "177106", 1, 0, 14), + (40720, "177106", 1, 0, 14), + (40721, "177103", 1, 0, 14), + (40722, "177103", 1, 0, 14), + (40723, "176031", 1, 0, 14), + (40724, "176030", 1, 0, 14), + (40725, "176030", 1, 0, 14), + (40726, "176047", 1, 0, 14), + (40727, "176047", 1, 0, 14), + (40728, "176047", 1, 0, 14), + (40729, "176047", 1, 0, 14), + (40730, "176047", 1, 0, 14), + (40731, "176029", 1, 0, 14), + (40732, "176029", 1, 0, 14), + (40733, "176029", 1, 0, 14), + (40734, "176029", 1, 0, 14), + (40735, "176029", 1, 0, 14), + (40736, "176029", 1, 0, 14), + (40737, "176029", 1, 0, 14), + (40738, "176029", 1, 0, 14), + (40739, "177108", 1, 0, 14), + (40740, "176056", 1, 0, 14), + (40741, "176056", 1, 0, 14), + (40742, "176056", 1, 0, 14), + (40743, "176056", 1, 0, 14), + (40744, "176056", 1, 0, 14), + (40745, "176056", 1, 0, 14), + (40746, "176022", 1, 0, 14), + (40747, "176022", 1, 0, 14), + (40748, "176022", 1, 0, 14), + (40749, "176022", 1, 0, 14), + (40750, "176022", 1, 0, 14), + (40751, "176022", 1, 0, 14), + (40752, "176022", 1, 0, 14), + (40753, "176022", 1, 0, 14), + (40754, "176022", 1, 0, 14), + (40755, "176022", 1, 0, 14), + (40756, "176022", 1, 0, 14), + (40757, "176022", 1, 0, 14), + (40758, "177108", 1, 0, 14), + (40759, "177108", 1, 0, 14), + (40760, "177108", 1, 0, 14), + (40761, "177043", 1, 0, 14), + (40762, "177043", 1, 0, 14), + (40763, "177043", 1, 0, 14), + (40764, "177043", 1, 0, 14), + (40765, "177043", 1, 0, 14), + (40766, "177043", 1, 0, 14), + (40767, "177103", 1, 0, 14), + (40768, "176031", 1, 0, 14), + (40769, "176214", 1, 0, 14), + (40770, "176214", 1, 0, 14), + (40771, "176001", 1, 0, 14), + (40772, "176001", 1, 0, 14), + (40773, "176021", 1, 0, 14), + (40774, "176021", 1, 0, 14), + (40775, "176021", 1, 0, 14), + (40776, "176021", 1, 0, 14), + (40777, "176021", 1, 0, 14), + (40778, "176025", 1, 0, 14), + (40779, "176025", 1, 0, 14), + (40780, "176025", 1, 0, 14), + (40781, "176025", 1, 0, 14), + (40782, "176025", 1, 0, 14), + (40783, "176053", 1, 0, 14), + (40784, "176053", 1, 0, 14), + (40785, "176053", 1, 0, 14), + (40786, "176053", 1, 0, 14), + (40787, "176053", 1, 0, 14), + (40788, "176054", 1, 0, 14), + (40789, "176214", 1, 0, 14), + (40790, "176214", 1, 0, 14), + (40791, "176029", 1, 0, 14), + (40792, "176047", 1, 0, 14), + (40793, "176023", 1, 0, 14), + (40794, "176056", 1, 0, 14), + (40795, "176056", 1, 0, 14), + (40796, "176056", 1, 0, 14), + (40797, "176037", 1, 0, 14), + (40798, "176037", 1, 0, 14), + (40799, "176037", 1, 0, 14), + (40800, "176037", 1, 0, 14), + (40801, "176023", 1, 0, 14), + (40802, "176051", 1, 0, 14), + (40803, "176059", 1, 0, 14), + (40804, "176204", 1, 0, 14), + (40805, "176205", 1, 0, 14), + (40806, "176063", 1, 0, 14), + (40807, "176082", 1, 0, 14), + (40808, "176088", 1, 0, 14), + (40809, "176063", 1, 0, 14), + (40810, "176081", 1, 0, 14), + (40811, "176081", 1, 0, 14), + (40812, "176063", 1, 0, 14), + (40813, "176084", 1, 0, 14), + (40814, "176084", 1, 0, 14), + (40815, "176084", 1, 0, 14), + (40816, "176084", 1, 0, 14), + (40817, "176084", 1, 0, 14), + (40818, "176084", 1, 0, 14), + (40819, "176087", 1, 0, 14), + (40820, "176087", 1, 0, 14), + (40821, "176087", 1, 0, 14), + (40822, "176087", 1, 0, 14), + (40823, "176103", 1, 0, 14), + (40824, "176103", 1, 0, 14), + (40825, "176103", 1, 0, 14), + (40826, "176103", 1, 0, 14), + (40827, "176103", 1, 0, 14), + (40828, "176103", 1, 0, 14), + (40829, "176103", 1, 0, 14), + (40830, "176115", 1, 0, 14), + (40831, "176115", 1, 0, 14), + (40832, "176115", 1, 0, 14), + (40833, "176115", 1, 0, 14), + (40834, "176085", 1, 0, 14), + (40835, "176085", 1, 0, 14), + (40836, "176085", 1, 0, 14), + (40837, "176085", 1, 0, 14), + (40838, "176091", 1, 0, 14), + (40839, "176091", 1, 0, 14), + (40840, "176107", 1, 0, 14), + (40841, "176107", 1, 0, 14), + (40842, "176107", 1, 0, 14), + (40843, "176107", 1, 0, 14), + (40844, "176107", 1, 0, 14), + (40845, "176107", 1, 0, 14), + (40846, "176107", 1, 0, 14), + (40847, "176081", 1, 0, 14), + (40848, "176081", 1, 0, 14), + (40849, "176064", 1, 0, 14), + (40850, "176064", 1, 0, 14), + (40851, "176065", 1, 0, 14), + (40852, "176058", 1, 0, 14), + (40853, "176058", 1, 0, 14), + (40854, "176058", 1, 0, 14), + (40855, "176058", 1, 0, 14), + (40856, "176058", 1, 0, 14), + (40857, "176058", 1, 0, 14), + (40858, "176058", 1, 0, 14), + (40859, "176058", 1, 0, 14), + (40860, "176058", 1, 0, 14), + (40861, "176211", 1, 0, 14), + (40862, "176211", 1, 0, 14), + (40863, "176211", 1, 0, 14), + (40864, "176206", 1, 0, 14), + (40865, "176206", 1, 0, 14), + (40866, "176206", 1, 0, 14), + (40867, "176206", 1, 0, 14), + (40868, "176206", 1, 0, 14), + (40869, "176206", 1, 0, 14), + (40870, "176206", 1, 0, 14), + (40871, "176217", 1, 0, 14), + (40872, "176213", 1, 0, 14), + (40873, "176213", 1, 0, 14), + (40874, "176200", 1, 0, 14), + (40875, "176200", 1, 0, 14), + (40876, "176200", 1, 0, 14), + (40877, "176200", 1, 0, 14), + (40878, "176200", 1, 0, 14), + (40879, "176200", 1, 0, 14), + (40880, "176200", 1, 0, 14), + (40881, "176059", 1, 0, 14), + (40882, "176059", 1, 0, 14), + (40883, "176059", 1, 0, 14), + (40884, "176204", 1, 0, 14), + (40885, "176204", 1, 0, 14), + (40886, "176204", 1, 0, 14), + (40887, "176204", 1, 0, 14), + (40888, "176204", 1, 0, 14), + (40889, "176204", 1, 0, 14), + (40890, "176210", 1, 0, 14), + (40891, "176210", 1, 0, 14), + (40892, "176210", 1, 0, 14), + (40893, "176210", 1, 0, 14), + (40894, "176210", 1, 0, 14), + (40895, "176210", 1, 0, 14), + (40896, "176210", 1, 0, 14), + (40897, "176401", 1, 0, 14), + (40898, "176401", 1, 0, 14), + (40899, "176401", 1, 0, 14), + (40900, "176401", 1, 0, 14), + (40901, "176401", 1, 0, 14), + (40902, "176401", 1, 0, 14), + (40903, "176401", 1, 0, 14), + (40904, "176401", 1, 0, 14), + (40905, "176401", 1, 0, 14), + (40906, "176201", 1, 0, 14), + (40907, "176201", 1, 0, 14), + (40908, "176201", 1, 0, 14), + (40909, "176201", 1, 0, 14), + (40910, "176201", 1, 0, 14), + (40911, "176201", 1, 0, 14), + (40912, "176201", 1, 0, 14), + (40913, "176201", 1, 0, 14), + (40914, "176201", 1, 0, 14), + (40915, "176201", 1, 0, 14), + (40916, "176201", 1, 0, 14), + (40917, "176201", 1, 0, 14), + (40918, "176205", 1, 0, 14), + (40919, "176059", 1, 0, 14), + (40920, "176059", 1, 0, 14), + (40921, "176059", 1, 0, 14), + (40922, "176059", 1, 0, 14), + (40923, "176217", 1, 0, 14), + (40924, "176217", 1, 0, 14), + (40925, "176217", 1, 0, 14), + (40926, "176217", 1, 0, 14), + (40927, "176217", 1, 0, 14), + (40928, "176217", 1, 0, 14), + (40929, "176403", 1, 0, 14), + (40930, "176403", 1, 0, 14), + (40931, "176403", 1, 0, 14), + (40932, "176403", 1, 0, 14), + (40933, "176403", 1, 0, 14), + (40934, "176403", 1, 0, 14), + (40935, "176403", 1, 0, 14), + (40936, "176403", 1, 0, 14), + (40937, "176403", 1, 0, 14), + (40938, "176057", 1, 0, 14), + (40939, "176057", 1, 0, 14), + (40940, "176057", 1, 0, 14), + (40941, "176057", 1, 0, 14), + (40942, "176057", 1, 0, 14), + (40943, "176060", 1, 0, 14), + (40944, "176060", 1, 0, 14), + (40945, "176060", 1, 0, 14), + (40946, "176216", 1, 0, 14), + (40947, "176216", 1, 0, 14), + (40948, "176216", 1, 0, 14), + (40949, "176204", 1, 0, 14), + (40950, "176204", 1, 0, 14), + (40951, "176204", 1, 0, 14), + (40952, "176205", 1, 0, 14), + (40953, "176205", 1, 0, 14), + (40954, "176402", 1, 0, 14), + (40955, "176402", 1, 0, 14), + (40956, "176402", 1, 0, 14), + (40957, "176203", 1, 0, 14), + (40958, "176203", 1, 0, 14), + (40959, "176219", 1, 0, 14), + (40960, "176202", 1, 0, 14), + (40961, "176202", 1, 0, 14), + (40962, "176202", 1, 0, 14), + (40963, "176202", 1, 0, 14), + (40964, "176202", 1, 0, 14), + (40965, "176202", 1, 0, 14), + (40966, "176064", 1, 0, 14), + (40967, "176064", 1, 0, 14), + (40968, "176064", 1, 0, 14), + (40969, "176098", 1, 0, 14), + (40970, "176098", 1, 0, 14), + (40971, "176096", 1, 0, 14), + (40972, "176096", 1, 0, 14), + (40973, "176096", 1, 0, 14), + (40974, "176096", 1, 0, 14), + (40975, "176096", 1, 0, 14), + (40976, "176096", 1, 0, 14), + (40977, "176093", 1, 0, 14), + (40978, "176093", 1, 0, 14), + (40979, "176093", 1, 0, 14), + (40980, "176093", 1, 0, 14), + (40981, "176102", 1, 0, 14), + (40982, "176102", 1, 0, 14), + (40983, "176102", 1, 0, 14), + (40984, "176102", 1, 0, 14), + (40985, "176097", 1, 0, 14), + (40986, "176089", 1, 0, 14), + (40987, "176089", 1, 0, 14), + (40988, "176089", 1, 0, 14), + (40989, "176063", 1, 0, 14), + (40990, "176206", 1, 0, 14), + (40991, "176206", 1, 0, 14), + (40992, "176206", 1, 0, 14), + (40993, "176225", 1, 0, 14), + (40994, "176225", 1, 0, 14), + (40995, "176225", 1, 0, 14), + (40996, "176225", 1, 0, 14), + (40997, "176225", 1, 0, 14), + (40998, "176052", 1, 0, 14), + (40999, "176052", 1, 0, 14), + (41000, "176052", 1, 0, 14), + (41001, "176052", 1, 0, 14), + (41002, "176052", 1, 0, 14), + (41003, "176052", 1, 0, 14), + (41004, "176061", 1, 0, 14), + (41005, "176061", 1, 0, 14), + (41006, "176061", 1, 0, 14), + (41007, "176061", 1, 0, 14), + (41008, "176061", 1, 0, 14), + (41009, "176061", 1, 0, 14), + (41010, "176061", 1, 0, 14), + (41011, "176061", 1, 0, 14), + (41012, "176061", 1, 0, 14), + (41013, "176061", 1, 0, 14), + (41014, "176061", 1, 0, 14), + (41015, "176061", 1, 0, 14), + (41016, "176061", 1, 0, 14), + (41017, "176061", 1, 0, 14), + (41018, "176061", 1, 0, 14), + (41019, "176061", 1, 0, 14), + (41020, "176061", 1, 0, 14), + (41021, "176061", 1, 0, 14), + (41022, "176082", 1, 0, 14), + (41023, "176082", 1, 0, 14), + (41024, "176082", 1, 0, 14), + (41025, "176082", 1, 0, 14), + (41026, "176125", 1, 0, 14), + (41027, "176125", 1, 0, 14), + (41028, "176125", 1, 0, 14), + (41029, "176125", 1, 0, 14), + (41030, "176125", 1, 0, 14), + (41031, "176125", 1, 0, 14), + (41032, "176125", 1, 0, 14), + (41033, "176125", 1, 0, 14), + (41034, "176125", 1, 0, 14), + (41035, "176125", 1, 0, 14), + (41036, "176125", 1, 0, 14), + (41037, "176125", 1, 0, 14), + (41038, "176125", 1, 0, 14), + (41039, "176125", 1, 0, 14), + (41040, "176125", 1, 0, 14), + (41041, "176125", 1, 0, 14), + (41042, "176125", 1, 0, 14), + (41043, "176073", 1, 0, 14), + (41044, "176073", 1, 0, 14), + (41045, "176083", 1, 0, 14), + (41046, "176083", 1, 0, 14), + (41047, "176083", 1, 0, 14), + (41048, "176083", 1, 0, 14), + (41049, "176083", 1, 0, 14), + (41050, "176083", 1, 0, 14), + (41051, "176083", 1, 0, 14), + (41052, "176083", 1, 0, 14), + (41053, "176083", 1, 0, 14), + (41054, "176076", 1, 0, 14), + (41055, "176076", 1, 0, 14), + (41056, "176076", 1, 0, 14), + (41057, "176076", 1, 0, 14), + (41058, "176071", 1, 0, 14), + (41059, "176071", 1, 0, 14), + (41060, "176077", 1, 0, 14), + (41061, "176088", 1, 0, 14), + (41062, "176088", 1, 0, 14), + (41063, "176088", 1, 0, 14), + (41064, "176088", 1, 0, 14), + (41065, "176088", 1, 0, 14), + (41066, "176088", 1, 0, 14), + (41067, "176088", 1, 0, 14), + (41068, "176128", 1, 0, 14), + (41069, "176128", 1, 0, 14), + (41070, "176128", 1, 0, 14), + (41071, "176128", 1, 0, 14), + (41072, "176092", 1, 0, 14), + (41073, "176092", 1, 0, 14), + (41074, "176092", 1, 0, 14), + (41075, "176092", 1, 0, 14), + (41076, "176092", 1, 0, 14), + (41077, "176101", 1, 0, 14), + (41078, "176101", 1, 0, 14), + (41079, "176101", 1, 0, 14), + (41080, "176101", 1, 0, 14), + (41081, "176101", 1, 0, 14), + (41082, "176101", 1, 0, 14), + (41083, "176095", 1, 0, 14), + (41084, "176095", 1, 0, 14), + (41085, "176095", 1, 0, 14), + (41086, "176095", 1, 0, 14), + (41087, "176095", 1, 0, 14), + (41088, "176095", 1, 0, 14), + (41089, "176094", 1, 0, 14), + (41090, "176094", 1, 0, 14), + (41091, "176094", 1, 0, 14), + (41092, "176094", 1, 0, 14), + (41093, "176086", 1, 0, 14), + (41094, "176086", 1, 0, 14), + (41095, "176086", 1, 0, 14), + (41096, "176086", 1, 0, 14), + (41097, "176086", 1, 0, 14), + (41098, "176086", 1, 0, 14), + (41099, "176098", 1, 0, 14), + (41100, "176098", 1, 0, 14), + (41101, "176063", 1, 0, 14), + (41102, "177033", 1, 0, 14), + (41103, "177024", 1, 0, 14), + (41104, "177041", 1, 0, 14), + (41105, "174311", 1, 0, 14), + (41106, "177001", 1, 0, 14), + (41107, "174026", 1, 0, 14), + (41108, "174036", 1, 0, 14), + (41109, "174011", 1, 0, 14), + (41110, "174011", 1, 0, 14), + (41111, "174030", 1, 0, 14), + (41112, "174030", 1, 0, 14), + (41113, "174030", 1, 0, 14), + (41114, "174030", 1, 0, 14), + (41115, "174030", 1, 0, 14), + (41116, "174030", 1, 0, 14), + (41117, "174030", 1, 0, 14), + (41118, "174001", 1, 0, 14), + (41119, "174001", 1, 0, 14), + (41120, "174024", 1, 0, 14), + (41121, "174001", 1, 0, 14), + (41122, "174001", 1, 0, 14), + (41123, "174001", 1, 0, 14), + (41124, "174001", 1, 0, 14), + (41125, "174001", 1, 0, 14), + (41126, "174001", 1, 0, 14), + (41127, "174001", 1, 0, 14), + (41128, "174001", 1, 0, 14), + (41129, "174001", 1, 0, 14), + (41130, "174001", 1, 0, 14), + (41131, "174001", 1, 0, 14), + (41132, "174001", 1, 0, 14), + (41133, "174024", 1, 0, 14), + (41134, "174001", 1, 0, 14), + (41135, "174013", 1, 0, 14), + (41136, "174013", 1, 0, 14), + (41137, "174002", 1, 0, 14), + (41138, "174002", 1, 0, 14), + (41139, "174002", 1, 0, 14), + (41140, "174015", 1, 0, 14), + (41141, "174021", 1, 0, 14), + (41142, "174021", 1, 0, 14), + (41143, "174021", 1, 0, 14), + (41144, "174026", 1, 0, 14), + (41145, "174026", 1, 0, 14), + (41146, "174026", 1, 0, 14), + (41147, "174026", 1, 0, 14), + (41148, "174026", 1, 0, 14), + (41149, "174027", 1, 0, 14), + (41150, "174027", 1, 0, 14), + (41151, "174027", 1, 0, 14), + (41152, "174027", 1, 0, 14), + (41153, "174027", 1, 0, 14), + (41154, "174027", 1, 0, 14), + (41155, "174027", 1, 0, 14), + (41156, "174310", 1, 0, 14), + (41157, "174310", 1, 0, 14), + (41158, "174310", 1, 0, 14), + (41159, "174032", 1, 0, 14), + (41160, "174032", 1, 0, 14), + (41161, "174032", 1, 0, 14), + (41162, "174012", 1, 0, 14), + (41163, "174012", 1, 0, 14), + (41164, "174011", 1, 0, 14), + (41165, "174011", 1, 0, 14), + (41166, "174001", 1, 0, 14), + (41167, "177024", 1, 0, 14), + (41168, "177024", 1, 0, 14), + (41169, "177024", 1, 0, 14), + (41170, "177024", 1, 0, 14), + (41171, "177024", 1, 0, 14), + (41172, "176041", 1, 0, 14), + (41173, "176041", 1, 0, 14), + (41174, "176041", 1, 0, 14), + (41175, "176041", 1, 0, 14), + (41176, "176041", 1, 0, 14), + (41177, "176041", 1, 0, 14), + (41178, "176041", 1, 0, 14), + (41179, "176041", 1, 0, 14), + (41180, "176041", 1, 0, 14), + (41181, "176040", 1, 0, 14), + (41182, "176040", 1, 0, 14), + (41183, "176040", 1, 0, 14), + (41184, "176040", 1, 0, 14), + (41185, "176040", 1, 0, 14), + (41186, "176040", 1, 0, 14), + (41187, "177119", 1, 0, 14), + (41188, "177119", 1, 0, 14), + (41189, "177119", 1, 0, 14), + (41190, "176039", 1, 0, 14), + (41191, "176039", 1, 0, 14), + (41192, "176039", 1, 0, 14), + (41193, "176039", 1, 0, 14), + (41194, "176039", 1, 0, 14), + (41195, "176039", 1, 0, 14), + (41196, "174505", 1, 0, 14), + (41197, "177041", 1, 0, 14), + (41198, "177041", 1, 0, 14), + (41199, "177041", 1, 0, 14), + (41200, "177041", 1, 0, 14), + (41201, "177041", 1, 0, 14), + (41202, "177026", 1, 0, 14), + (41203, "177026", 1, 0, 14), + (41204, "177026", 1, 0, 14), + (41205, "177026", 1, 0, 14), + (41206, "174405", 1, 0, 14), + (41207, "174405", 1, 0, 14), + (41208, "176048", 1, 0, 14), + (41209, "176048", 1, 0, 14), + (41210, "174312", 1, 0, 14), + (41211, "174312", 1, 0, 14), + (41212, "174312", 1, 0, 14), + (41213, "174312", 1, 0, 14), + (41214, "174312", 1, 0, 14), + (41215, "177006", 1, 0, 14), + (41216, "176043", 1, 0, 14), + (41217, "176043", 1, 0, 14), + (41218, "176043", 1, 0, 14), + (41219, "176043", 1, 0, 14), + (41220, "176049", 1, 0, 14), + (41221, "176049", 1, 0, 14), + (41222, "176049", 1, 0, 14), + (41223, "176049", 1, 0, 14), + (41224, "176049", 1, 0, 14), + (41225, "176042", 1, 0, 14), + (41226, "176042", 1, 0, 14), + (41227, "176042", 1, 0, 14), + (41228, "176042", 1, 0, 14), + (41229, "176044", 1, 0, 14), + (41230, "174311", 1, 0, 14), + (41231, "174311", 1, 0, 14), + (41232, "174311", 1, 0, 14), + (41233, "177033", 1, 0, 14), + (41234, "177033", 1, 0, 14), + (41235, "177033", 1, 0, 14), + (41236, "177501", 1, 0, 14), + (41237, "177501", 1, 0, 14), + (41238, "176111", 1, 0, 14), + (41239, "176111", 1, 0, 14), + (41240, "176111", 1, 0, 14), + (41241, "176111", 1, 0, 14), + (41242, "176111", 1, 0, 14), + (41243, "176111", 1, 0, 14), + (41244, "177045", 1, 0, 14), + (41245, "177048", 1, 0, 14), + (41246, "177048", 1, 0, 14), + (41247, "177048", 1, 0, 14), + (41248, "177048", 1, 0, 14), + (41249, "177038", 1, 0, 14), + (41250, "177038", 1, 0, 14), + (41251, "177038", 1, 0, 14), + (41252, "176110", 1, 0, 14), + (41253, "176110", 1, 0, 14), + (41254, "176110", 1, 0, 14), + (41255, "176110", 1, 0, 14), + (41256, "177118", 1, 0, 14), + (41257, "174309", 1, 0, 14), + (41258, "174304", 1, 0, 14), + (41259, "174304", 1, 0, 14), + (41260, "174305", 1, 0, 14), + (41261, "174305", 1, 0, 14), + (41262, "174305", 1, 0, 14), + (41263, "174305", 1, 0, 14), + (41264, "174305", 1, 0, 14), + (41265, "174311", 1, 0, 14), + (41266, "177601", 1, 0, 14), + (41267, "177601", 1, 0, 14), + (41268, "177601", 1, 0, 14), + (41269, "177044", 1, 0, 14), + (41270, "177044", 1, 0, 14), + (41271, "177044", 1, 0, 14), + (41272, "176108", 1, 0, 14), + (41273, "176045", 1, 0, 14), + (41274, "176045", 1, 0, 14), + (41275, "176045", 1, 0, 14), + (41276, "176045", 1, 0, 14), + (41277, "176045", 1, 0, 14), + (41278, "176045", 1, 0, 14), + (41279, "176045", 1, 0, 14), + (41280, "177301", 1, 0, 14), + (41281, "177301", 1, 0, 14), + (41282, "177007", 1, 0, 14), + (41283, "177401", 1, 0, 14), + (41284, "177401", 1, 0, 14), + (41285, "177401", 1, 0, 14), + (41286, "177001", 1, 0, 14), + (41287, "177001", 1, 0, 14), + (41288, "177001", 1, 0, 14), + (41289, "177001", 1, 0, 14), + (41290, "177001", 1, 0, 14), + (41291, "177001", 1, 0, 14), + (41292, "177001", 1, 0, 14), + (41293, "177001", 1, 0, 14), + (41294, "177001", 1, 0, 14), + (41295, "174029", 1, 0, 14), + (41296, "174029", 1, 0, 14), + (41297, "174029", 1, 0, 14), + (41298, "174029", 1, 0, 14), + (41299, "174029", 1, 0, 14), + (41300, "174029", 1, 0, 14), + (41301, "174029", 1, 0, 14), + (41302, "174029", 1, 0, 14), + (41303, "174029", 1, 0, 14), + (41304, "174029", 1, 0, 14), + (41305, "174029", 1, 0, 14), + (41306, "174201", 1, 0, 14), + (41307, "174201", 1, 0, 14), + (41308, "174201", 1, 0, 14), + (41309, "174201", 1, 0, 14), + (41310, "174201", 1, 0, 14), + (41311, "174201", 1, 0, 14), + (41312, "174023", 1, 0, 14), + (41313, "174021", 1, 0, 14), + (41314, "174021", 1, 0, 14), + (41315, "174021", 1, 0, 14), + (41316, "174021", 1, 0, 14), + (41317, "174021", 1, 0, 14), + (41318, "174021", 1, 0, 14), + (41319, "174034", 1, 0, 14), + (41320, "174034", 1, 0, 14), + (41321, "174034", 1, 0, 14), + (41322, "174034", 1, 0, 14), + (41323, "174003", 1, 0, 14), + (41324, "174003", 1, 0, 14), + (41325, "174003", 1, 0, 14), + (41326, "174003", 1, 0, 14), + (41327, "174028", 1, 0, 14), + (41328, "174028", 1, 0, 14), + (41329, "174028", 1, 0, 14), + (41330, "174028", 1, 0, 14), + (41331, "174028", 1, 0, 14), + (41332, "174017", 1, 0, 14), + (41333, "174017", 1, 0, 14), + (41334, "174017", 1, 0, 14), + (41335, "174017", 1, 0, 14), + (41336, "174031", 1, 0, 14), + (41337, "174031", 1, 0, 14), + (41338, "174031", 1, 0, 14), + (41339, "174033", 1, 0, 14), + (41340, "174033", 1, 0, 14), + (41341, "174033", 1, 0, 14), + (41342, "174035", 1, 0, 14), + (41343, "174035", 1, 0, 14), + (41344, "174004", 1, 0, 14), + (41345, "174004", 1, 0, 14), + (41346, "174004", 1, 0, 14), + (41347, "174004", 1, 0, 14), + (41348, "174004", 1, 0, 14), + (41349, "174026", 1, 0, 14), + (41350, "174003", 1, 0, 14), + (41351, "177023", 1, 0, 14), + (41352, "177023", 1, 0, 14), + (41353, "177023", 1, 0, 14), + (41354, "177023", 1, 0, 14), + (41355, "177023", 1, 0, 14), + (41356, "177022", 1, 0, 14), + (41357, "177022", 1, 0, 14), + (41358, "177022", 1, 0, 14), + (41359, "177022", 1, 0, 14), + (41360, "177001", 1, 0, 14), + (41361, "177001", 1, 0, 14), + (41362, "177042", 1, 0, 14), + (41363, "177042", 1, 0, 14), + (41364, "177042", 1, 0, 14), + (41365, "176109", 1, 0, 14), + (41366, "176109", 1, 0, 14), + (41367, "177028", 1, 0, 14), + (41368, "177028", 1, 0, 14), + (41369, "177028", 1, 0, 14), + (41370, "177028", 1, 0, 14), + (41371, "177028", 1, 0, 14), + (41372, "177040", 1, 0, 14), + (41373, "177040", 1, 0, 14), + (41374, "177040", 1, 0, 14), + (41375, "177027", 1, 0, 14), + (41376, "177027", 1, 0, 14), + (41377, "177025", 1, 0, 14), + (41378, "177025", 1, 0, 14), + (41379, "177025", 1, 0, 14), + (41380, "177025", 1, 0, 14), + (41381, "177020", 1, 0, 14), + (41382, "177020", 1, 0, 14), + (41383, "177020", 1, 0, 14), + (41384, "177020", 1, 0, 14), + (41385, "177020", 1, 0, 14), + (41386, "177029", 1, 0, 14), + (41387, "177029", 1, 0, 14), + (41388, "177029", 1, 0, 14), + (41389, "177029", 1, 0, 14), + (41390, "177029", 1, 0, 14), + (41391, "177033", 1, 0, 14), + (41392, "175015", 1, 0, 14), + (41393, "175032", 1, 0, 14), + (41394, "175016", 1, 0, 14), + (41395, "175124", 1, 0, 14), + (41396, "175024", 1, 0, 14), + (41397, "175106", 1, 0, 14), + (41398, "175102", 1, 0, 14), + (41399, "175035", 1, 0, 14), + (41400, "175035", 1, 0, 14), + (41401, "175002", 1, 0, 14), + (41402, "175002", 1, 0, 14), + (41403, "175002", 1, 0, 14), + (41404, "175045", 1, 0, 14), + (41405, "175028", 1, 0, 14), + (41406, "175028", 1, 0, 14), + (41407, "175045", 1, 0, 14), + (41408, "175045", 1, 0, 14), + (41409, "175030", 1, 0, 14), + (41410, "175030", 1, 0, 14), + (41411, "175030", 1, 0, 14), + (41412, "175030", 1, 0, 14), + (41413, "175029", 1, 0, 14), + (41414, "175029", 1, 0, 14), + (41415, "175029", 1, 0, 14), + (41416, "175029", 1, 0, 14), + (41417, "175029", 1, 0, 14), + (41418, "175029", 1, 0, 14), + (41419, "175029", 1, 0, 14), + (41420, "175029", 1, 0, 14), + (41421, "175039", 1, 0, 14), + (41422, "175031", 1, 0, 14), + (41423, "175031", 1, 0, 14), + (41424, "175129", 1, 0, 14), + (41425, "175104", 1, 0, 14), + (41426, "175102", 1, 0, 14), + (41427, "175102", 1, 0, 14), + (41428, "175141", 1, 0, 14), + (41429, "175141", 1, 0, 14), + (41430, "175141", 1, 0, 14), + (41431, "175136", 1, 0, 14), + (41432, "175143", 1, 0, 14), + (41433, "175143", 1, 0, 14), + (41434, "175105", 1, 0, 14), + (41435, "175105", 1, 0, 14), + (41436, "175105", 1, 0, 14), + (41437, "175105", 1, 0, 14), + (41438, "175105", 1, 0, 14), + (41439, "175105", 1, 0, 14), + (41440, "175105", 1, 0, 14), + (41441, "175105", 1, 0, 14), + (41442, "175129", 1, 0, 14), + (41443, "175129", 1, 0, 14), + (41444, "175129", 1, 0, 14), + (41445, "175129", 1, 0, 14), + (41446, "175134", 1, 0, 14), + (41447, "175126", 1, 0, 14), + (41448, "175126", 1, 0, 14), + (41449, "175027", 1, 0, 14), + (41450, "175027", 1, 0, 14), + (41451, "175027", 1, 0, 14), + (41452, "175027", 1, 0, 14), + (41453, "175027", 1, 0, 14), + (41454, "175027", 1, 0, 14), + (41455, "175027", 1, 0, 14), + (41456, "175027", 1, 0, 14), + (41457, "175027", 1, 0, 14), + (41458, "175035", 1, 0, 14), + (41459, "175035", 1, 0, 14), + (41460, "175035", 1, 0, 14), + (41461, "175131", 1, 0, 14), + (41462, "175131", 1, 0, 14), + (41463, "175131", 1, 0, 14), + (41464, "175131", 1, 0, 14), + (41465, "175130", 1, 0, 14), + (41466, "175128", 1, 0, 14), + (41467, "175128", 1, 0, 14), + (41468, "175128", 1, 0, 14), + (41469, "175134", 1, 0, 14), + (41470, "175134", 1, 0, 14), + (41471, "175134", 1, 0, 14), + (41472, "175134", 1, 0, 14), + (41473, "175134", 1, 0, 14), + (41474, "175134", 1, 0, 14), + (41475, "175134", 1, 0, 14), + (41476, "175134", 1, 0, 14), + (41477, "175134", 1, 0, 14), + (41478, "175134", 1, 0, 14), + (41479, "175031", 1, 0, 14), + (41480, "175031", 1, 0, 14), + (41481, "175031", 1, 0, 14), + (41482, "175031", 1, 0, 14), + (41483, "175031", 1, 0, 14), + (41484, "175047", 1, 0, 14), + (41485, "175047", 1, 0, 14), + (41486, "175047", 1, 0, 14), + (41487, "175047", 1, 0, 14), + (41488, "175011", 1, 0, 14), + (41489, "175011", 1, 0, 14), + (41490, "175011", 1, 0, 14), + (41491, "175011", 1, 0, 14), + (41492, "175011", 1, 0, 14), + (41493, "175011", 1, 0, 14), + (41494, "175011", 1, 0, 14), + (41495, "175011", 1, 0, 14), + (41496, "175011", 1, 0, 14), + (41497, "175009", 1, 0, 14), + (41498, "175009", 1, 0, 14), + (41499, "175009", 1, 0, 14), + (41500, "175010", 1, 0, 14), + (41501, "175010", 1, 0, 14), + (41502, "175009", 1, 0, 14), + (41503, "175010", 1, 0, 14), + (41504, "175048", 1, 0, 14), + (41505, "175048", 1, 0, 14), + (41506, "175048", 1, 0, 14), + (41507, "175132", 1, 0, 14), + (41508, "175132", 1, 0, 14), + (41509, "175132", 1, 0, 14), + (41510, "175132", 1, 0, 14), + (41511, "175132", 1, 0, 14), + (41512, "175132", 1, 0, 14), + (41513, "175132", 1, 0, 14), + (41514, "175132", 1, 0, 14), + (41515, "175132", 1, 0, 14), + (41516, "175132", 1, 0, 14), + (41517, "175132", 1, 0, 14), + (41518, "175140", 1, 0, 14), + (41519, "175140", 1, 0, 14), + (41520, "175139", 1, 0, 14), + (41521, "175139", 1, 0, 14), + (41522, "175133", 1, 0, 14), + (41523, "175133", 1, 0, 14), + (41524, "175142", 1, 0, 14), + (41525, "175142", 1, 0, 14), + (41526, "175142", 1, 0, 14), + (41527, "175142", 1, 0, 14), + (41528, "175142", 1, 0, 14), + (41529, "175011", 1, 0, 14), + (41530, "175011", 1, 0, 14), + (41531, "175011", 1, 0, 14), + (41532, "175011", 1, 0, 14), + (41533, "175011", 1, 0, 14), + (41534, "175011", 1, 0, 14), + (41535, "175011", 1, 0, 14), + (41536, "175011", 1, 0, 14), + (41537, "175011", 1, 0, 14), + (41538, "175038", 1, 0, 14), + (41539, "175038", 1, 0, 14), + (41540, "175038", 1, 0, 14), + (41541, "175046", 1, 0, 14), + (41542, "175046", 1, 0, 14), + (41543, "175046", 1, 0, 14), + (41544, "175017", 1, 0, 14), + (41545, "175017", 1, 0, 14), + (41546, "175017", 1, 0, 14), + (41547, "175018", 1, 0, 14), + (41548, "175018", 1, 0, 14), + (41549, "175018", 1, 0, 14), + (41550, "175018", 1, 0, 14), + (41551, "175018", 1, 0, 14), + (41552, "175018", 1, 0, 14), + (41553, "175018", 1, 0, 14), + (41554, "175018", 1, 0, 14), + (41555, "175018", 1, 0, 14), + (41556, "175018", 1, 0, 14), + (41557, "175018", 1, 0, 14), + (41558, "175009", 1, 0, 14), + (41559, "175009", 1, 0, 14), + (41560, "175010", 1, 0, 14), + (41561, "175009", 1, 0, 14), + (41562, "175010", 1, 0, 14), + (41563, "175032", 1, 0, 14), + (41564, "175032", 1, 0, 14), + (41565, "175032", 1, 0, 14), + (41566, "175040", 1, 0, 14), + (41567, "175040", 1, 0, 14), + (41568, "175040", 1, 0, 14), + (41569, "175040", 1, 0, 14), + (41570, "175040", 1, 0, 14), + (41571, "175040", 1, 0, 14), + (41572, "175040", 1, 0, 14), + (41573, "175014", 1, 0, 14), + (41574, "175014", 1, 0, 14), + (41575, "175006", 1, 0, 14), + (41576, "175015", 1, 0, 14), + (41577, "175015", 1, 0, 14), + (41578, "175015", 1, 0, 14), + (41579, "175015", 1, 0, 14), + (41580, "175015", 1, 0, 14), + (41581, "175015", 1, 0, 14), + (41582, "175015", 1, 0, 14), + (41583, "175015", 1, 0, 14), + (41584, "175015", 1, 0, 14), + (41585, "175015", 1, 0, 14), + (41586, "175015", 1, 0, 14), + (41587, "175015", 1, 0, 14), + (41588, "175015", 1, 0, 14), + (41589, "175015", 1, 0, 14), + (41590, "175005", 1, 0, 14), + (41591, "175005", 1, 0, 14), + (41592, "175005", 1, 0, 14), + (41593, "175005", 1, 0, 14), + (41594, "175005", 1, 0, 14), + (41595, "175003", 1, 0, 14), + (41596, "175003", 1, 0, 14), + (41597, "175003", 1, 0, 14), + (41598, "175003", 1, 0, 14), + (41599, "175003", 1, 0, 14), + (41600, "175003", 1, 0, 14), + (41601, "175003", 1, 0, 14), + (41602, "175003", 1, 0, 14), + (41603, "175016", 1, 0, 14), + (41604, "175016", 1, 0, 14), + (41605, "175016", 1, 0, 14), + (41606, "175016", 1, 0, 14), + (41607, "175016", 1, 0, 14), + (41608, "175016", 1, 0, 14), + (41609, "175016", 1, 0, 14), + (41610, "175016", 1, 0, 14), + (41611, "175050", 1, 0, 14), + (41612, "175050", 1, 0, 14), + (41613, "175050", 1, 0, 14), + (41614, "175050", 1, 0, 14), + (41615, "175050", 1, 0, 14), + (41616, "175008", 1, 0, 14), + (41617, "175008", 1, 0, 14), + (41618, "175008", 1, 0, 14), + (41619, "175008", 1, 0, 14), + (41620, "175008", 1, 0, 14), + (41621, "175008", 1, 0, 14), + (41622, "175008", 1, 0, 14), + (41623, "175012", 1, 0, 14), + (41624, "175012", 1, 0, 14), + (41625, "175012", 1, 0, 14), + (41626, "175012", 1, 0, 14), + (41627, "175012", 1, 0, 14), + (41628, "175012", 1, 0, 14), + (41629, "175012", 1, 0, 14), + (41630, "175012", 1, 0, 14), + (41631, "175012", 1, 0, 14), + (41632, "175012", 1, 0, 14), + (41633, "175124", 1, 0, 14), + (41634, "175124", 1, 0, 14), + (41635, "175124", 1, 0, 14), + (41636, "175124", 1, 0, 14), + (41637, "175015", 1, 0, 14), + (41638, "175015", 1, 0, 14), + (41639, "175015", 1, 0, 14), + (41640, "175015", 1, 0, 14), + (41641, "175015", 1, 0, 14), + (41642, "175015", 1, 0, 14), + (41643, "175121", 1, 0, 14), + (41644, "175121", 1, 0, 14), + (41645, "175121", 1, 0, 14), + (41646, "175121", 1, 0, 14), + (41647, "175033", 1, 0, 14), + (41648, "175033", 1, 0, 14), + (41649, "175033", 1, 0, 14), + (41650, "175033", 1, 0, 14), + (41651, "175033", 1, 0, 14), + (41652, "175033", 1, 0, 14), + (41653, "175033", 1, 0, 14), + (41654, "175013", 1, 0, 14), + (41655, "175013", 1, 0, 14), + (41656, "175013", 1, 0, 14), + (41657, "175013", 1, 0, 14), + (41658, "175013", 1, 0, 14), + (41659, "175013", 1, 0, 14), + (41660, "175013", 1, 0, 14), + (41661, "175004", 1, 0, 14), + (41662, "175004", 1, 0, 14), + (41663, "175004", 1, 0, 14), + (41664, "175021", 1, 0, 14), + (41665, "175021", 1, 0, 14), + (41666, "175021", 1, 0, 14), + (41667, "175021", 1, 0, 14), + (41668, "175032", 1, 0, 14), + (41669, "175032", 1, 0, 14), + (41670, "175032", 1, 0, 14), + (41671, "175032", 1, 0, 14), + (41672, "175032", 1, 0, 14), + (41673, "175032", 1, 0, 14), + (41674, "175032", 1, 0, 14), + (41675, "175032", 1, 0, 14), + (41676, "175124", 1, 0, 14), + (41677, "175124", 1, 0, 14), + (41678, "175124", 1, 0, 14), + (41679, "175124", 1, 0, 14), + (41680, "175042", 1, 0, 14), + (41681, "175042", 1, 0, 14), + (41682, "175042", 1, 0, 14), + (41683, "175023", 1, 0, 14), + (41684, "175023", 1, 0, 14), + (41685, "175023", 1, 0, 14), + (41686, "175023", 1, 0, 14), + (41687, "175023", 1, 0, 14), + (41688, "175023", 1, 0, 14), + (41689, "175023", 1, 0, 14), + (41690, "175052", 1, 0, 14), + (41691, "175052", 1, 0, 14), + (41692, "175052", 1, 0, 14), + (41693, "175025", 1, 0, 14), + (41694, "175025", 1, 0, 14), + (41695, "175025", 1, 0, 14), + (41696, "175025", 1, 0, 14), + (41697, "175034", 1, 0, 14), + (41698, "175034", 1, 0, 14), + (41699, "175034", 1, 0, 14), + (41700, "175034", 1, 0, 14), + (41701, "175034", 1, 0, 14), + (41702, "175034", 1, 0, 14), + (41703, "176090", 1, 0, 14), + (41704, "176090", 1, 0, 14), + (41705, "176090", 1, 0, 14), + (41706, "176090", 1, 0, 14), + (41707, "176090", 1, 0, 14), + (41708, "176090", 1, 0, 14), + (41709, "176090", 1, 0, 14), + (41710, "175024", 1, 0, 14), + (41711, "175024", 1, 0, 14), + (41712, "175026", 1, 0, 14), + (41713, "175024", 1, 0, 14), + (41714, "175026", 1, 0, 14), + (41715, "175024", 1, 0, 14), + (41716, "175024", 1, 0, 14), + (41717, "175024", 1, 0, 14), + (41718, "175024", 1, 0, 14), + (41719, "175024", 1, 0, 14), + (41720, "175037", 1, 0, 14), + (41721, "175024", 1, 0, 14), + (41722, "175026", 1, 0, 14), + (41723, "175026", 1, 0, 14), + (41724, "175026", 1, 0, 14), + (41725, "175101", 1, 0, 14), + (41726, "175101", 1, 0, 14), + (41727, "175101", 1, 0, 14), + (41728, "175101", 1, 0, 14), + (41729, "175101", 1, 0, 14), + (41730, "175101", 1, 0, 14), + (41731, "175101", 1, 0, 14), + (41732, "175138", 1, 0, 14), + (41733, "175138", 1, 0, 14), + (41734, "175103", 1, 0, 14), + (41735, "175103", 1, 0, 14), + (41736, "175103", 1, 0, 14), + (41737, "175106", 1, 0, 14), + (41738, "175106", 1, 0, 14), + (41739, "175106", 1, 0, 14), + (41740, "175106", 1, 0, 14), + (41741, "175106", 1, 0, 14), + (41742, "175106", 1, 0, 14), + (41743, "175106", 1, 0, 14), + (41744, "175001", 1, 0, 14), + (41745, "175001", 1, 0, 14), + (41746, "175001", 1, 0, 14), + (41747, "175001", 1, 0, 14), + (41748, "175001", 1, 0, 14), + (41749, "175001", 1, 0, 14), + (41750, "175001", 1, 0, 14), + (41751, "175001", 1, 0, 14), + (41752, "175001", 1, 0, 14), + (41753, "175001", 1, 0, 14), + (41754, "175001", 1, 0, 14), + (41755, "175001", 1, 0, 14), + (41756, "175001", 1, 0, 14), + (41757, "175001", 1, 0, 14), + (41758, "175001", 1, 0, 14), + (41759, "175001", 1, 0, 14), + (41760, "175001", 1, 0, 14), + (41761, "175001", 1, 0, 14), + (41762, "175121", 1, 0, 14), + (41763, "175121", 1, 0, 14), + (41764, "175121", 1, 0, 14), + (41765, "175006", 1, 0, 14), + (41766, "175006", 1, 0, 14), + (41767, "175006", 1, 0, 14), + (41768, "175007", 1, 0, 14), + (41769, "175036", 1, 0, 14), + (41770, "175036", 1, 0, 14), + (41771, "175036", 1, 0, 14), + (41772, "175036", 1, 0, 14), + (41773, "175036", 1, 0, 14), + (41774, "175036", 1, 0, 14), + (41775, "175049", 1, 0, 14), + (41776, "175049", 1, 0, 14), + (41777, "175049", 1, 0, 14), + (41778, "175049", 1, 0, 14), + (41779, "175049", 1, 0, 14), + (41780, "175049", 1, 0, 14), + (41781, "175049", 1, 0, 14), + (41782, "175106", 1, 0, 14), + (41783, "175123", 1, 0, 14), + (41784, "175123", 1, 0, 14), + (41785, "175123", 1, 0, 14), + (41786, "175123", 1, 0, 14), + (41787, "175123", 1, 0, 14), + (41788, "175123", 1, 0, 14), + (41789, "175123", 1, 0, 14), + (41790, "175123", 1, 0, 14), + (41791, "175123", 1, 0, 14), + (41792, "175123", 1, 0, 14), + (41793, "175123", 1, 0, 14), + (41794, "175123", 1, 0, 14), + (41795, "175123", 1, 0, 14), + (41796, "175123", 1, 0, 14), + (41797, "175123", 1, 0, 14), + (41798, "175123", 1, 0, 14), + (41799, "175123", 1, 0, 14), + (41800, "175123", 1, 0, 14), + (41801, "175123", 1, 0, 14), + (41802, "175123", 1, 0, 14), + (41803, "175123", 1, 0, 14), + (41804, "175123", 1, 0, 14), + (41805, "175123", 1, 0, 14), + (41806, "175123", 1, 0, 14), + (41807, "175125", 1, 0, 14), + (41808, "175125", 1, 0, 14), + (41809, "175125", 1, 0, 14), + (41810, "175125", 1, 0, 14), + (41811, "175125", 1, 0, 14), + (41812, "175125", 1, 0, 14), + (41813, "175125", 1, 0, 14), + (41814, "175125", 1, 0, 14), + (41815, "175125", 1, 0, 14), + (41816, "175125", 1, 0, 14), + (41817, "175102", 1, 0, 14), + (41818, "172101", 1, 0, 14), + (41819, "172024", 1, 0, 14), + (41820, "172026", 1, 0, 14), + (41821, "172030", 1, 0, 14), + (41822, "172104", 1, 0, 14), + (41823, "172105", 1, 0, 14), + (41824, "172118", 1, 0, 14), + (41825, "172114", 1, 0, 14), + (41826, "172114", 1, 0, 14), + (41827, "172114", 1, 0, 14), + (41828, "172114", 1, 0, 14), + (41829, "172114", 1, 0, 14), + (41830, "172114", 1, 0, 14), + (41831, "172114", 1, 0, 14), + (41832, "172114", 1, 0, 14), + (41833, "172114", 1, 0, 14), + (41834, "172112", 1, 0, 14), + (41835, "172109", 1, 0, 14), + (41836, "172109", 1, 0, 14), + (41837, "172109", 1, 0, 14), + (41838, "172109", 1, 0, 14), + (41839, "172109", 1, 0, 14), + (41840, "172109", 1, 0, 14), + (41841, "172111", 1, 0, 14), + (41842, "172032", 1, 0, 14), + (41843, "172025", 1, 0, 14), + (41844, "172025", 1, 0, 14), + (41845, "172025", 1, 0, 14), + (41846, "172025", 1, 0, 14), + (41847, "172101", 1, 0, 14), + (41848, "172101", 1, 0, 14), + (41849, "172101", 1, 0, 14), + (41850, "172101", 1, 0, 14), + (41851, "172101", 1, 0, 14), + (41852, "172101", 1, 0, 14), + (41853, "172101", 1, 0, 14), + (41854, "172101", 1, 0, 14), + (41855, "172031", 1, 0, 14), + (41856, "172031", 1, 0, 14), + (41857, "172029", 1, 0, 14), + (41858, "172029", 1, 0, 14), + (41859, "172029", 1, 0, 14), + (41860, "172021", 1, 0, 14), + (41861, "172023", 1, 0, 14), + (41862, "172023", 1, 0, 14), + (41863, "172023", 1, 0, 14), + (41864, "172023", 1, 0, 14), + (41865, "172023", 1, 0, 14), + (41866, "172033", 1, 0, 14), + (41867, "172033", 1, 0, 14), + (41868, "172022", 1, 0, 14), + (41869, "172022", 1, 0, 14), + (41870, "172022", 1, 0, 14), + (41871, "172022", 1, 0, 14), + (41872, "172022", 1, 0, 14), + (41873, "172022", 1, 0, 14), + (41874, "172022", 1, 0, 14), + (41875, "172022", 1, 0, 14), + (41876, "172022", 1, 0, 14), + (41877, "172022", 1, 0, 14), + (41878, "172102", 1, 0, 14), + (41879, "172102", 1, 0, 14), + (41880, "172102", 1, 0, 14), + (41881, "172102", 1, 0, 14), + (41882, "172102", 1, 0, 14), + (41883, "172026", 1, 0, 14), + (41884, "172026", 1, 0, 14), + (41885, "172026", 1, 0, 14), + (41886, "172026", 1, 0, 14), + (41887, "172026", 1, 0, 14), + (41888, "172026", 1, 0, 14), + (41889, "172026", 1, 0, 14), + (41890, "172026", 1, 0, 14), + (41891, "172026", 1, 0, 14), + (41892, "172026", 1, 0, 14), + (41893, "172002", 1, 0, 14), + (41894, "172002", 1, 0, 14), + (41895, "172002", 1, 0, 14), + (41896, "172002", 1, 0, 14), + (41897, "172002", 1, 0, 14), + (41898, "172002", 1, 0, 14), + (41899, "172027", 1, 0, 14), + (41900, "172027", 1, 0, 14), + (41901, "172032", 1, 0, 14), + (41902, "172111", 1, 0, 14), + (41903, "172111", 1, 0, 14), + (41904, "172111", 1, 0, 14), + (41905, "172111", 1, 0, 14), + (41906, "172111", 1, 0, 14), + (41907, "172111", 1, 0, 14), + (41908, "172111", 1, 0, 14), + (41909, "172111", 1, 0, 14), + (41910, "172117", 1, 0, 14), + (41911, "172117", 1, 0, 14), + (41912, "172106", 1, 0, 14), + (41913, "172106", 1, 0, 14), + (41914, "172106", 1, 0, 14), + (41915, "172106", 1, 0, 14), + (41916, "172106", 1, 0, 14), + (41917, "172110", 1, 0, 14), + (41918, "172110", 1, 0, 14), + (41919, "172110", 1, 0, 14), + (41920, "172030", 1, 0, 14), + (41921, "172030", 1, 0, 14), + (41922, "172030", 1, 0, 14), + (41923, "172107", 1, 0, 14), + (41924, "172107", 1, 0, 14), + (41925, "172107", 1, 0, 14), + (41926, "172107", 1, 0, 14), + (41927, "172107", 1, 0, 14), + (41928, "172107", 1, 0, 14), + (41929, "172115", 1, 0, 14), + (41930, "172115", 1, 0, 14), + (41931, "172115", 1, 0, 14), + (41932, "172115", 1, 0, 14), + (41933, "172108", 1, 0, 14), + (41934, "172108", 1, 0, 14), + (41935, "172105", 1, 0, 14), + (41936, "172105", 1, 0, 14), + (41937, "172105", 1, 0, 14), + (41938, "172110", 1, 0, 14), + (41939, "172110", 1, 0, 14), + (41940, "172110", 1, 0, 14), + (41941, "172110", 1, 0, 14), + (41942, "172116", 1, 0, 14), + (41943, "172116", 1, 0, 14), + (41944, "172116", 1, 0, 14), + (41945, "172113", 1, 0, 14), + (41946, "172113", 1, 0, 14), + (41947, "172113", 1, 0, 14), + (41948, "172104", 1, 0, 14), + (41949, "172104", 1, 0, 14), + (41950, "172104", 1, 0, 14), + (41951, "172104", 1, 0, 14), + (41952, "172104", 1, 0, 14), + (41953, "172104", 1, 0, 14), + (41954, "172101", 1, 0, 14), + (41955, "172101", 1, 0, 14), + (41956, "172201", 1, 0, 14), + (41957, "172201", 1, 0, 14), + (41958, "172001", 1, 0, 14), + (41959, "172001", 1, 0, 14), + (41960, "172001", 1, 0, 14), + (41961, "172001", 1, 0, 14), + (41962, "172001", 1, 0, 14), + (41963, "172001", 1, 0, 14), + (41964, "172001", 1, 0, 14), + (41965, "172001", 1, 0, 14), + (41966, "172001", 1, 0, 14), + (41967, "172001", 1, 0, 14), + (41968, "172001", 1, 0, 14), + (41969, "172001", 1, 0, 14), + (41970, "172001", 1, 0, 14), + (41971, "172001", 1, 0, 14), + (41972, "172001", 1, 0, 14), + (41973, "172001", 1, 0, 14), + (41974, "172026", 1, 0, 14), + (41975, "172026", 1, 0, 14), + (41976, "172201", 1, 0, 14), + (41977, "172201", 1, 0, 14), + (41978, "172201", 1, 0, 14), + (41979, "172201", 1, 0, 14), + (41980, "172201", 1, 0, 14), + (41981, "172024", 1, 0, 14), + (41982, "172024", 1, 0, 14), + (41983, "172024", 1, 0, 14), + (41984, "172024", 1, 0, 14), + (41985, "171213", 1, 0, 14), + (41986, "171210", 1, 0, 14), + (41987, "171203", 1, 0, 14), + (41988, "171206", 1, 0, 14), + (41989, "171012", 1, 0, 14), + (41990, "171202", 1, 0, 14), + (41991, "171213", 1, 0, 14), + (41992, "171210", 1, 0, 14), + (41993, "171210", 1, 0, 14), + (41994, "171210", 1, 0, 14), + (41995, "171210", 1, 0, 14), + (41996, "171210", 1, 0, 14), + (41997, "171210", 1, 0, 14), + (41998, "171210", 1, 0, 14), + (41999, "171210", 1, 0, 14), + (42000, "171210", 1, 0, 14), + (42001, "171210", 1, 0, 14), + (42002, "171210", 1, 0, 14), + (42003, "171210", 1, 0, 14), + (42004, "171210", 1, 0, 14), + (42005, "171210", 1, 0, 14), + (42006, "171210", 1, 0, 14), + (42007, "171003", 1, 0, 14), + (42008, "171226", 1, 0, 14), + (42009, "171226", 1, 0, 14), + (42010, "171018", 1, 0, 14), + (42011, "171018", 1, 0, 14), + (42012, "171018", 1, 0, 14), + (42013, "171018", 1, 0, 14), + (42014, "171018", 1, 0, 14), + (42015, "171018", 1, 0, 14), + (42016, "171208", 1, 0, 14), + (42017, "171210", 1, 0, 14), + (42018, "171207", 1, 0, 14), + (42019, "171207", 1, 0, 14), + (42020, "171207", 1, 0, 14), + (42021, "171207", 1, 0, 14), + (42022, "171207", 1, 0, 14), + (42023, "171207", 1, 0, 14), + (42024, "171207", 1, 0, 14), + (42025, "171207", 1, 0, 14), + (42026, "171207", 1, 0, 14), + (42027, "171207", 1, 0, 14), + (42028, "171207", 1, 0, 14), + (42029, "171207", 1, 0, 14), + (42030, "171222", 1, 0, 14), + (42031, "171222", 1, 0, 14), + (42032, "171006", 1, 0, 14), + (42033, "171006", 1, 0, 14), + (42034, "171006", 1, 0, 14), + (42035, "171219", 1, 0, 14), + (42036, "171219", 1, 0, 14), + (42037, "171219", 1, 0, 14), + (42038, "171005", 1, 0, 14), + (42039, "171224", 1, 0, 14), + (42040, "171301", 1, 0, 14), + (42041, "171301", 1, 0, 14), + (42042, "171301", 1, 0, 14), + (42043, "171201", 1, 0, 14), + (42044, "171212", 1, 0, 14), + (42045, "171201", 1, 0, 14), + (42046, "171201", 1, 0, 14), + (42047, "171201", 1, 0, 14), + (42048, "171201", 1, 0, 14), + (42049, "171201", 1, 0, 14), + (42050, "171201", 1, 0, 14), + (42051, "171201", 1, 0, 14), + (42052, "171203", 1, 0, 14), + (42053, "171203", 1, 0, 14), + (42054, "171203", 1, 0, 14), + (42055, "171203", 1, 0, 14), + (42056, "171202", 1, 0, 14), + (42057, "171202", 1, 0, 14), + (42058, "171202", 1, 0, 14), + (42059, "171202", 1, 0, 14), + (42060, "171202", 1, 0, 14), + (42061, "171202", 1, 0, 14), + (42062, "171202", 1, 0, 14), + (42063, "171217", 1, 0, 14), + (42064, "171217", 1, 0, 14), + (42065, "171217", 1, 0, 14), + (42066, "171217", 1, 0, 14), + (42067, "171217", 1, 0, 14), + (42068, "171217", 1, 0, 14), + (42069, "171221", 1, 0, 14), + (42070, "171221", 1, 0, 14), + (42071, "171216", 1, 0, 14), + (42072, "171216", 1, 0, 14), + (42073, "171216", 1, 0, 14), + (42074, "171216", 1, 0, 14), + (42075, "171216", 1, 0, 14), + (42076, "171007", 1, 0, 14), + (42077, "171007", 1, 0, 14), + (42078, "171007", 1, 0, 14), + (42079, "171007", 1, 0, 14), + (42080, "171007", 1, 0, 14), + (42081, "171007", 1, 0, 14), + (42082, "171007", 1, 0, 14), + (42083, "171007", 1, 0, 14), + (42084, "171213", 1, 0, 14), + (42085, "171213", 1, 0, 14), + (42086, "171213", 1, 0, 14), + (42087, "171213", 1, 0, 14), + (42088, "171213", 1, 0, 14), + (42089, "171213", 1, 0, 14), + (42090, "171213", 1, 0, 14), + (42091, "171213", 1, 0, 14), + (42092, "171213", 1, 0, 14), + (42093, "171203", 1, 0, 14), + (42094, "171011", 1, 0, 14), + (42095, "171011", 1, 0, 14), + (42096, "171011", 1, 0, 14), + (42097, "171014", 1, 0, 14), + (42098, "171014", 1, 0, 14), + (42099, "171011", 1, 0, 14), + (42100, "171011", 1, 0, 14), + (42101, "171014", 1, 0, 14), + (42102, "171014", 1, 0, 14), + (42103, "171011", 1, 0, 14), + (42104, "171011", 1, 0, 14), + (42105, "171014", 1, 0, 14), + (42106, "171212", 1, 0, 14), + (42107, "171212", 1, 0, 14), + (42108, "171212", 1, 0, 14), + (42109, "171212", 1, 0, 14), + (42110, "171212", 1, 0, 14), + (42111, "171212", 1, 0, 14), + (42112, "171205", 1, 0, 14), + (42113, "171103", 1, 0, 14), + (42114, "171014", 1, 0, 14), + (42115, "171014", 1, 0, 14), + (42116, "171103", 1, 0, 14), + (42117, "171103", 1, 0, 14), + (42118, "171103", 1, 0, 14), + (42119, "171103", 1, 0, 14), + (42120, "171209", 1, 0, 14), + (42121, "171209", 1, 0, 14), + (42122, "171209", 1, 0, 14), + (42123, "171209", 1, 0, 14), + (42124, "171209", 1, 0, 14), + (42125, "171209", 1, 0, 14), + (42126, "171206", 1, 0, 14), + (42127, "171206", 1, 0, 14), + (42128, "171206", 1, 0, 14), + (42129, "171206", 1, 0, 14), + (42130, "171206", 1, 0, 14), + (42131, "171206", 1, 0, 14), + (42132, "171206", 1, 0, 14), + (42133, "171208", 1, 0, 14), + (42134, "171208", 1, 0, 14), + (42135, "171208", 1, 0, 14), + (42136, "171208", 1, 0, 14), + (42137, "171208", 1, 0, 14), + (42138, "171208", 1, 0, 14), + (42139, "171208", 1, 0, 14), + (42140, "171208", 1, 0, 14), + (42141, "171208", 1, 0, 14), + (42142, "171208", 1, 0, 14), + (42143, "171208", 1, 0, 14), + (42144, "171220", 1, 0, 14), + (42145, "171220", 1, 0, 14), + (42146, "171220", 1, 0, 14), + (42147, "171220", 1, 0, 14), + (42148, "171220", 1, 0, 14), + (42149, "171220", 1, 0, 14), + (42150, "171220", 1, 0, 14), + (42151, "171220", 1, 0, 14), + (42152, "171220", 1, 0, 14), + (42153, "171220", 1, 0, 14), + (42154, "171220", 1, 0, 14), + (42155, "171211", 1, 0, 14), + (42156, "171211", 1, 0, 14), + (42157, "171211", 1, 0, 14), + (42158, "171211", 1, 0, 14), + (42159, "171211", 1, 0, 14), + (42160, "171211", 1, 0, 14), + (42161, "171211", 1, 0, 14), + (42162, "171211", 1, 0, 14), + (42163, "171211", 1, 0, 14), + (42164, "171211", 1, 0, 14), + (42165, "171211", 1, 0, 14), + (42166, "171211", 1, 0, 14), + (42167, "171012", 1, 0, 14), + (42168, "171012", 1, 0, 14), + (42169, "171012", 1, 0, 14), + (42170, "171012", 1, 0, 14), + (42171, "171012", 1, 0, 14), + (42172, "171012", 1, 0, 14), + (42173, "171103", 1, 0, 14), + (42174, "171103", 1, 0, 14), + (42175, "171206", 1, 0, 14), + (42176, "171019", 1, 0, 14), + (42177, "171019", 1, 0, 14), + (42178, "171019", 1, 0, 14), + (42179, "171019", 1, 0, 14), + (42180, "171019", 1, 0, 14), + (42181, "171019", 1, 0, 14), + (42182, "171214", 1, 0, 14), + (42183, "171214", 1, 0, 14), + (42184, "171214", 1, 0, 14), + (42185, "171214", 1, 0, 14), + (42186, "171205", 1, 0, 14), + (42187, "171205", 1, 0, 14), + (42188, "171205", 1, 0, 14), + (42189, "171205", 1, 0, 14), + (42190, "171205", 1, 0, 14), + (42191, "171205", 1, 0, 14), + (42192, "171013", 1, 0, 14), + (42193, "171009", 1, 0, 14), + (42194, "171204", 1, 0, 14), + (42195, "171204", 1, 0, 14), + (42196, "171204", 1, 0, 14), + (42197, "171202", 1, 0, 14), + (42198, "171202", 1, 0, 14), + (42199, "171202", 1, 0, 14), + (42200, "171202", 1, 0, 14), + (42201, "171202", 1, 0, 14), + (42202, "171202", 1, 0, 14), + (42203, "171202", 1, 0, 14), + (42204, "173023", 1, 0, 14), + (42205, "173025", 1, 0, 14), + (42206, "173025", 1, 0, 14), + (42207, "173207", 1, 0, 14), + (42208, "173207", 1, 0, 14), + (42209, "173027", 1, 0, 14), + (42210, "173209", 1, 0, 14), + (42211, "173027", 1, 0, 14), + (42212, "173029", 1, 0, 14), + (42213, "173218", 1, 0, 14), + (42214, "173022", 1, 0, 14), + (42215, "173209", 1, 0, 14), + (42216, "173209", 1, 0, 14), + (42217, "173205", 1, 0, 14), + (42218, "173030", 1, 0, 14), + (42219, "173030", 1, 0, 14), + (42220, "173025", 1, 0, 14), + (42221, "173024", 1, 0, 14), + (42222, "173021", 1, 0, 14), + (42223, "173029", 1, 0, 14), + (42224, "173029", 1, 0, 14), + (42225, "173101", 1, 0, 14), + (42226, "173101", 1, 0, 14), + (42227, "173101", 1, 0, 14), + (42228, "173101", 1, 0, 14), + (42229, "173101", 1, 0, 14), + (42230, "173101", 1, 0, 14), + (42231, "173101", 1, 0, 14), + (42232, "173101", 1, 0, 14), + (42233, "173101", 1, 0, 14), + (42234, "173101", 1, 0, 14), + (42235, "173101", 1, 0, 14), + (42236, "173101", 1, 0, 14), + (42237, "173101", 1, 0, 14), + (42238, "173101", 1, 0, 14), + (42239, "173209", 1, 0, 14), + (42240, "173209", 1, 0, 14), + (42241, "174103", 1, 0, 14), + (42242, "174103", 1, 0, 14), + (42243, "173205", 1, 0, 14), + (42244, "173205", 1, 0, 14), + (42245, "173205", 1, 0, 14), + (42246, "173208", 1, 0, 14), + (42247, "173208", 1, 0, 14), + (42248, "173208", 1, 0, 14), + (42249, "173208", 1, 0, 14), + (42250, "173208", 1, 0, 14), + (42251, "173208", 1, 0, 14), + (42252, "173208", 1, 0, 14), + (42253, "173023", 1, 0, 14), + (42254, "173032", 1, 0, 14), + (42255, "173032", 1, 0, 14), + (42256, "173023", 1, 0, 14), + (42257, "173023", 1, 0, 14), + (42258, "173023", 1, 0, 14), + (42259, "173032", 1, 0, 14), + (42260, "173032", 1, 0, 14), + (42261, "173023", 1, 0, 14), + (42262, "173023", 1, 0, 14), + (42263, "173023", 1, 0, 14), + (42264, "173104", 1, 0, 14), + (42265, "173104", 1, 0, 14), + (42266, "173032", 1, 0, 14), + (42267, "173104", 1, 0, 14), + (42268, "173104", 1, 0, 14), + (42269, "173032", 1, 0, 14), + (42270, "173104", 1, 0, 14), + (42271, "173032", 1, 0, 14), + (42272, "173104", 1, 0, 14), + (42273, "173104", 1, 0, 14), + (42274, "173104", 1, 0, 14), + (42275, "173104", 1, 0, 14), + (42276, "173213", 1, 0, 14), + (42277, "173213", 1, 0, 14), + (42278, "173214", 1, 0, 14), + (42279, "173234", 1, 0, 14), + (42280, "173234", 1, 0, 14), + (42281, "173215", 1, 0, 14), + (42282, "173215", 1, 0, 14), + (42283, "173215", 1, 0, 14), + (42284, "173234", 1, 0, 14), + (42285, "173234", 1, 0, 14), + (42286, "173234", 1, 0, 14), + (42287, "173234", 1, 0, 14), + (42288, "173217", 1, 0, 14), + (42289, "173217", 1, 0, 14), + (42290, "173217", 1, 0, 14), + (42291, "173217", 1, 0, 14), + (42292, "173217", 1, 0, 14), + (42293, "173217", 1, 0, 14), + (42294, "173217", 1, 0, 14), + (42295, "173217", 1, 0, 14), + (42296, "173101", 1, 0, 14), + (42297, "173218", 1, 0, 14), + (42298, "173218", 1, 0, 14), + (42299, "173218", 1, 0, 14), + (42300, "173218", 1, 0, 14), + (42301, "173207", 1, 0, 14), + (42302, "173207", 1, 0, 14), + (42303, "173207", 1, 0, 14), + (42304, "173207", 1, 0, 14), + (42305, "173207", 1, 0, 14), + (42306, "173207", 1, 0, 14), + (42307, "173221", 1, 0, 14), + (42308, "173221", 1, 0, 14), + (42309, "173221", 1, 0, 14), + (42310, "173221", 1, 0, 14), + (42311, "173221", 1, 0, 14), + (42312, "173221", 1, 0, 14), + (42313, "173221", 1, 0, 14), + (42314, "173205", 1, 0, 14), + (42315, "173024", 1, 0, 14), + (42316, "173024", 1, 0, 14), + (42317, "173024", 1, 0, 14), + (42318, "173024", 1, 0, 14), + (42319, "173024", 1, 0, 14), + (42320, "173024", 1, 0, 14), + (42321, "173024", 1, 0, 14), + (42322, "173024", 1, 0, 14), + (42323, "173024", 1, 0, 14), + (42324, "173024", 1, 0, 14), + (42325, "173024", 1, 0, 14), + (42326, "173024", 1, 0, 14), + (42327, "173024", 1, 0, 14), + (42328, "173024", 1, 0, 14), + (42329, "173024", 1, 0, 14), + (42330, "173211", 1, 0, 14), + (42331, "173211", 1, 0, 14), + (42332, "173024", 1, 0, 14), + (42333, "173030", 1, 0, 14), + (42334, "173001", 1, 0, 14), + (42335, "173001", 1, 0, 14), + (42336, "173001", 1, 0, 14), + (42337, "173001", 1, 0, 14), + (42338, "173001", 1, 0, 14), + (42339, "173001", 1, 0, 14), + (42340, "173001", 1, 0, 14), + (42341, "173001", 1, 0, 14), + (42342, "173001", 1, 0, 14), + (42343, "173001", 1, 0, 14), + (42344, "173001", 1, 0, 14), + (42345, "173001", 1, 0, 14), + (42346, "173001", 1, 0, 14), + (42347, "173001", 1, 0, 14), + (42348, "173001", 1, 0, 14), + (42349, "173001", 1, 0, 14), + (42350, "173001", 1, 0, 14), + (42351, "173001", 1, 0, 14), + (42352, "173001", 1, 0, 14), + (42353, "173030", 1, 0, 14), + (42354, "173030", 1, 0, 14), + (42355, "173021", 1, 0, 14), + (42356, "173021", 1, 0, 14), + (42357, "173025", 1, 0, 14), + (42358, "173025", 1, 0, 14), + (42359, "173025", 1, 0, 14), + (42360, "173025", 1, 0, 14), + (42361, "173025", 1, 0, 14), + (42362, "173025", 1, 0, 14), + (42363, "173025", 1, 0, 14), + (42364, "173025", 1, 0, 14), + (42365, "173025", 1, 0, 14), + (42366, "173025", 1, 0, 14), + (42367, "173027", 1, 0, 14), + (42368, "173027", 1, 0, 14), + (42369, "173027", 1, 0, 14), + (42370, "173027", 1, 0, 14), + (42371, "173027", 1, 0, 14), + (42372, "173027", 1, 0, 14), + (42373, "173027", 1, 0, 14), + (42374, "173027", 1, 0, 14), + (42375, "173027", 1, 0, 14), + (42376, "173027", 1, 0, 14), + (42377, "173027", 1, 0, 14), + (42378, "173027", 1, 0, 14), + (42379, "173029", 1, 0, 14), + (42380, "173029", 1, 0, 14), + (42381, "173029", 1, 0, 14), + (42382, "173029", 1, 0, 14), + (42383, "173029", 1, 0, 14), + (42384, "173029", 1, 0, 14), + (42385, "173029", 1, 0, 14), + (42386, "173029", 1, 0, 14), + (42387, "173029", 1, 0, 14), + (42388, "173029", 1, 0, 14), + (42389, "173029", 1, 0, 14), + (42390, "173022", 1, 0, 14), + (42391, "173022", 1, 0, 14), + (42392, "173022", 1, 0, 14), + (42393, "173029", 1, 0, 14), + (42394, "173022", 1, 0, 14), + (42395, "173022", 1, 0, 14), + (42396, "173022", 1, 0, 14), + (42397, "173029", 1, 0, 14), + (42398, "173022", 1, 0, 14), + (42399, "173022", 1, 0, 14), + (42400, "174307", 1, 0, 14), + (42401, "174308", 1, 0, 14), + (42402, "177210", 1, 0, 14), + (42403, "174321", 1, 0, 14), + (42404, "174308", 1, 0, 14), + (42405, "174308", 1, 0, 14), + (42406, "174308", 1, 0, 14), + (42407, "174315", 1, 0, 14), + (42408, "174315", 1, 0, 14), + (42409, "174315", 1, 0, 14), + (42410, "177204", 1, 0, 14), + (42411, "177204", 1, 0, 14), + (42412, "177204", 1, 0, 14), + (42413, "177204", 1, 0, 14), + (42414, "177204", 1, 0, 14), + (42415, "177204", 1, 0, 14), + (42416, "174302", 1, 0, 14), + (42417, "174302", 1, 0, 14), + (42418, "174302", 1, 0, 14), + (42419, "174306", 1, 0, 14), + (42420, "174306", 1, 0, 14), + (42421, "174306", 1, 0, 14), + (42422, "174306", 1, 0, 14), + (42423, "176601", 1, 0, 14), + (42424, "176601", 1, 0, 14), + (42425, "176601", 1, 0, 14), + (42426, "176601", 1, 0, 14), + (42427, "176601", 1, 0, 14), + (42428, "176601", 1, 0, 14), + (42429, "176601", 1, 0, 14), + (42430, "177201", 1, 0, 14), + (42431, "177201", 1, 0, 14), + (42432, "177212", 1, 0, 14), + (42433, "174315", 1, 0, 14), + (42434, "174315", 1, 0, 14), + (42435, "174319", 1, 0, 14), + (42436, "174319", 1, 0, 14), + (42437, "177210", 1, 0, 14), + (42438, "177210", 1, 0, 14), + (42439, "177210", 1, 0, 14), + (42440, "177210", 1, 0, 14), + (42441, "174307", 1, 0, 14), + (42442, "174307", 1, 0, 14), + (42443, "174307", 1, 0, 14), + (42444, "174307", 1, 0, 14), + (42445, "177109", 1, 0, 14), + (42446, "177109", 1, 0, 14), + (42447, "177109", 1, 0, 14), + (42448, "177109", 1, 0, 14), + (42449, "177109", 1, 0, 14), + (42450, "174316", 1, 0, 14), + (42451, "174316", 1, 0, 14), + (42452, "177110", 1, 0, 14), + (42453, "177110", 1, 0, 14), + (42454, "177110", 1, 0, 14), + (42455, "177110", 1, 0, 14), + (42456, "177110", 1, 0, 14), + (42457, "177110", 1, 0, 14), + (42458, "177110", 1, 0, 14), + (42459, "177110", 1, 0, 14), + (42460, "177110", 1, 0, 14), + (42461, "174314", 1, 0, 14), + (42462, "174314", 1, 0, 14), + (42463, "177204", 1, 0, 14), + (42464, "177204", 1, 0, 14), + (42465, "177212", 1, 0, 14), + (42466, "177212", 1, 0, 14), + (42467, "177213", 1, 0, 14), + (42468, "177213", 1, 0, 14), + (42469, "177213", 1, 0, 14), + (42470, "177220", 1, 0, 14), + (42471, "177220", 1, 0, 14), + (42472, "177220", 1, 0, 14), + (42473, "177220", 1, 0, 14), + (42474, "177220", 1, 0, 14), + (42475, "174308", 1, 0, 14), + (42476, "174308", 1, 0, 14), + (42477, "177210", 1, 0, 14), + (42478, "177210", 1, 0, 14), + (42479, "177210", 1, 0, 14), + (42480, "177206", 1, 0, 14), + (42481, "177206", 1, 0, 14), + (42482, "177207", 1, 0, 14), + (42483, "177207", 1, 0, 14), + (42484, "177208", 1, 0, 14), + (42485, "177208", 1, 0, 14), + (42486, "177208", 1, 0, 14), + (42487, "177208", 1, 0, 14), + (42488, "174503", 1, 0, 14), + (42489, "174503", 1, 0, 14), + (42490, "177031", 1, 0, 14), + (42491, "177209", 1, 0, 14), + (42492, "177209", 1, 0, 14), + (42493, "174301", 1, 0, 14), + (42494, "174507", 1, 0, 14), + (42495, "174507", 1, 0, 14), + (42496, "174301", 1, 0, 14), + (42497, "174301", 1, 0, 14), + (42498, "174507", 1, 0, 14), + (42499, "174507", 1, 0, 14), + (42500, "174507", 1, 0, 14), + (42501, "174301", 1, 0, 14), + (42502, "177219", 1, 0, 14), + (42503, "177039", 1, 0, 14), + (42504, "177039", 1, 0, 14), + (42505, "174321", 1, 0, 14), + (42506, "174321", 1, 0, 14), + (42507, "174321", 1, 0, 14), + (42508, "174321", 1, 0, 14), + (42509, "174321", 1, 0, 14), + (42510, "177211", 1, 0, 14), + (42511, "177211", 1, 0, 14), + (42512, "177211", 1, 0, 14), + (42513, "177211", 1, 0, 14), + (42514, "177211", 1, 0, 14), + (42515, "177211", 1, 0, 14), + (42516, "174303", 1, 0, 14), + (42517, "174303", 1, 0, 14), + (42518, "174303", 1, 0, 14), + (42519, "174303", 1, 0, 14), + (42520, "174303", 1, 0, 14), + (42521, "174303", 1, 0, 14), + (42522, "174303", 1, 0, 14), + (42523, "174303", 1, 0, 14), + (42524, "174303", 1, 0, 14), + (42525, "174303", 1, 0, 14), + (42526, "174303", 1, 0, 14), + (42527, "174303", 1, 0, 14), + (42528, "174303", 1, 0, 14), + (42529, "174303", 1, 0, 14), + (42530, "174303", 1, 0, 14), + (42531, "174303", 1, 0, 14), + (42532, "174303", 1, 0, 14), + (42533, "174303", 1, 0, 14), + (42534, "174303", 1, 0, 14), + (42535, "177203", 1, 0, 14), + (42536, "177203", 1, 0, 14), + (42537, "177203", 1, 0, 14), + (42538, "177203", 1, 0, 14), + (42539, "177203", 1, 0, 14), + (42540, "177203", 1, 0, 14), + (42541, "174307", 1, 0, 14), + (42542, "174307", 1, 0, 14), + (42543, "174307", 1, 0, 14), + (42544, "174307", 1, 0, 14), + (42545, "194101", 1, 0, 1), + (42546, "180019", 1, 0, 1), + (42547, "180017", 1, 0, 1), + (42548, "180001", 1, 0, 1), + (42549, "181131", 1, 0, 1), + (42550, "181133", 1, 0, 1), + (42551, "181133", 1, 0, 1), + (42552, "181132", 1, 0, 1), + (42553, "181132", 1, 0, 1), + (42554, "180015", 1, 0, 1), + (42555, "181111", 1, 0, 1), + (42556, "181143", 1, 0, 1), + (42557, "180004", 1, 0, 1), + (42558, "180010", 1, 0, 1), + (42559, "180003", 1, 0, 1), + (42560, "180003", 1, 0, 1), + (42561, "181101", 1, 0, 1), + (42562, "180003", 1, 0, 1), + (42563, "180012", 1, 0, 1), + (42564, "180006", 1, 0, 1), + (42565, "181145", 1, 0, 1), + (42566, "180006", 1, 0, 1), + (42567, "180011", 1, 0, 1), + (42568, "184121", 1, 0, 1), + (42569, "184121", 1, 0, 1), + (42570, "180004", 1, 0, 1), + (42571, "184120", 1, 0, 1), + (42572, "185202", 1, 0, 1), + (42573, "180012", 1, 0, 1), + (42574, "181141", 1, 0, 1), + (42575, "181102", 1, 0, 1), + (42576, "181102", 1, 0, 1), + (42577, "185156", 1, 0, 1), + (42578, "185152", 1, 0, 1), + (42579, "185102", 1, 0, 1), + (42580, "185151", 1, 0, 1), + (42581, "185101", 1, 0, 1), + (42582, "185201", 1, 0, 1), + (42583, "185153", 1, 0, 1), + (42584, "185212", 1, 0, 1), + (42585, "181201", 1, 0, 1), + (42586, "180001", 1, 0, 1), + (42587, "181123", 1, 0, 1), + (42588, "181122", 1, 0, 1), + (42589, "181124", 1, 0, 1), + (42590, "185154", 1, 0, 1), + (42591, "181206", 1, 0, 1), + (42592, "181224", 1, 0, 1), + (42593, "180016", 1, 0, 1), + (42594, "181202", 1, 0, 1), + (42595, "180007", 1, 0, 1), + (42596, "185132", 1, 0, 1), + (42597, "180001", 1, 0, 1), + (42598, "181221", 1, 0, 1), + (42599, "180005", 1, 0, 1), + (42600, "181203", 1, 0, 1), + (42601, "180005", 1, 0, 1), + (42602, "180016", 1, 0, 1), + (42603, "180001", 1, 0, 1), + (42604, "181205", 1, 0, 1), + (42605, "180001", 1, 0, 1), + (42606, "180001", 1, 0, 1), + (42607, "181201", 1, 0, 1), + (42608, "181121", 1, 0, 1), + (42609, "180001", 1, 0, 1), + (42610, "181204", 1, 0, 1), + (42611, "181207", 1, 0, 1), + (42612, "180005", 1, 0, 1), + (42613, "180001", 1, 0, 1), + (42614, "180005", 1, 0, 1), + (42615, "180013", 1, 0, 1), + (42616, "180001", 1, 0, 1), + (42617, "180001", 1, 0, 1), + (42618, "180005", 1, 0, 1), + (42619, "180002", 1, 0, 1), + (42620, "180016", 1, 0, 1), + (42621, "185155", 1, 0, 1), + (42622, "185233", 1, 0, 1), + (42623, "185135", 1, 0, 1), + (42624, "185211", 1, 0, 1), + (42625, "185121", 1, 0, 1), + (42626, "194105", 1, 0, 1), + (42627, "194104", 1, 0, 1), + (42628, "194401", 1, 0, 1), + (42629, "194102", 1, 0, 1), + (42630, "194103", 1, 0, 1), + (42631, "194106", 1, 0, 1), + (42632, "194109", 1, 0, 1), + (42633, "194302", 1, 0, 1), + (42634, "194301", 1, 0, 1), + (42635, "194201", 1, 0, 1), + (42636, "182313", 1, 0, 1), + (42637, "182146", 1, 0, 1), + (42638, "182143", 1, 0, 1), + (42639, "182222", 1, 0, 1), + (42640, "182148", 1, 0, 1), + (42641, "182141", 1, 0, 1), + (42642, "182202", 1, 0, 1), + (42643, "182206", 1, 0, 1), + (42644, "182121", 1, 0, 1), + (42645, "182124", 1, 0, 1), + (42646, "182312", 1, 0, 1), + (42647, "182147", 1, 0, 1), + (42648, "182301", 1, 0, 1), + (42649, "182204", 1, 0, 1), + (42650, "182142", 1, 0, 1), + (42651, "182127", 1, 0, 1), + (42652, "182128", 1, 0, 1), + (42653, "182315", 1, 0, 1), + (42654, "182161", 1, 0, 1), + (42655, "182125", 1, 0, 1), + (42656, "182101", 1, 0, 1), + (42657, "182205", 1, 0, 1), + (42658, "182101", 1, 0, 1), + (42659, "182104", 1, 0, 1), + (42660, "185203", 1, 0, 1), + (42661, "182201", 1, 0, 1), + (42662, "182144", 1, 0, 1), + (42663, "182122", 1, 0, 1), + (42664, "182145", 1, 0, 1), + (42665, "182311", 1, 0, 1), + (42666, "182126", 1, 0, 1), + (42667, "182101", 1, 0, 1), + (42668, "182101", 1, 0, 1), + (42669, "182221", 1, 0, 1), + (42670, "184206", 1, 0, 1), + (42671, "184143", 1, 0, 1), + (42672, "184201", 1, 0, 1), + (42673, "184203", 1, 0, 1), + (42674, "184204", 1, 0, 1), + (42675, "184144", 1, 0, 1), + (42676, "184141", 1, 0, 1), + (42677, "184142", 1, 0, 1), + (42678, "184152", 1, 0, 1), + (42679, "184202", 1, 0, 1), + (42680, "184104", 1, 0, 1), + (42681, "184145", 1, 0, 1), + (42682, "184205", 1, 0, 1), + (42683, "184148", 1, 0, 1), + (42684, "182203", 1, 0, 1), + (42685, "184151", 1, 0, 1), + (42686, "184102", 1, 0, 1), + (42687, "192306", 1, 0, 1), + (42688, "192304", 1, 0, 1), + (42689, "190002", 1, 0, 1), + (42690, "190010", 1, 0, 1), + (42691, "190003", 1, 0, 1), + (42692, "190010", 1, 0, 1), + (42693, "190002", 1, 0, 1), + (42694, "192129", 1, 0, 1), + (42695, "193404", 1, 0, 1), + (42696, "191121", 1, 0, 1), + (42697, "192233", 1, 0, 1), + (42698, "190023", 1, 0, 1), + (42699, "190025", 1, 0, 1), + (42700, "190024", 1, 0, 1), + (42701, "191102", 1, 0, 1), + (42702, "190001", 1, 0, 1), + (42703, "190001", 1, 0, 1), + (42704, "192121", 1, 0, 1), + (42705, "191103", 1, 0, 1), + (42706, "190010", 1, 0, 1), + (42707, "192221", 1, 0, 1), + (42708, "192123", 1, 0, 1), + (42709, "192232", 1, 0, 1), + (42710, "192201", 1, 0, 1), + (42711, "192202", 1, 0, 1), + (42712, "192303", 1, 0, 1), + (42713, "192211", 1, 0, 1), + (42714, "192305", 1, 0, 1), + (42715, "192125", 1, 0, 1), + (42716, "192122", 1, 0, 1), + (42717, "192231", 1, 0, 1), + (42718, "192210", 1, 0, 1), + (42719, "192126", 1, 0, 1), + (42720, "190019", 1, 0, 1), + (42721, "190005", 1, 0, 1), + (42722, "192212", 1, 0, 1), + (42723, "192101", 1, 0, 1), + (42724, "191202", 1, 0, 1), + (42725, "191201", 1, 0, 1), + (42726, "190007", 1, 0, 1), + (42727, "190017", 1, 0, 1), + (42728, "190012", 1, 0, 1), + (42729, "193402", 1, 0, 1), + (42730, "191113", 1, 0, 1), + (42731, "190002", 1, 0, 1), + (42732, "190011", 1, 0, 1), + (42733, "190003", 1, 0, 1), + (42734, "193403", 1, 0, 1), + (42735, "191111", 1, 0, 1), + (42736, "190006", 1, 0, 1), + (42737, "191112", 1, 0, 1), + (42738, "193401", 1, 0, 1), + (42739, "190014", 1, 0, 1), + (42740, "190009", 1, 0, 1), + (42741, "191101", 1, 0, 1), + (42742, "190015", 1, 0, 1), + (42743, "190008", 1, 0, 1), + (42744, "193411", 1, 0, 1), + (42745, "190004", 1, 0, 1), + (42746, "193306", 1, 0, 1), + (42747, "193109", 1, 0, 1), + (42748, "192230", 1, 0, 1), + (42749, "192302", 1, 0, 1), + (42750, "192101", 1, 0, 1), + (42751, "192301", 1, 0, 1), + (42752, "192101", 1, 0, 1), + (42753, "192401", 1, 0, 1), + (42754, "192122", 1, 0, 1), + (42755, "192124", 1, 0, 1), + (42756, "192230", 1, 0, 1), + (42757, "190018", 1, 0, 1), + (42758, "190020", 1, 0, 1), + (42759, "190021", 1, 0, 1), + (42760, "190009", 1, 0, 1), + (42761, "190015", 1, 0, 1), + (42762, "190001", 1, 0, 1), + (42763, "190001", 1, 0, 1), + (42764, "190009", 1, 0, 1), + (42765, "191132", 1, 0, 1), + (42766, "190008", 1, 0, 1), + (42767, "190002", 1, 0, 1), + (42768, "190001", 1, 0, 1), + (42769, "191203", 1, 0, 1), + (42770, "191131", 1, 0, 1), + (42771, "190006", 1, 0, 1), + (42772, "182320", 1, 0, 1), + (42773, "194107", 1, 0, 1), + (42774, "194202", 1, 0, 1), + (42775, "194303", 1, 0, 1), + (42776, "181152", 1, 0, 1), + (42777, "180007", 1, 0, 1), + (42778, "182311", 1, 0, 1), + (42779, "180020", 1, 0, 1), + (42780, "185234", 1, 0, 1), + (42781, "180018", 1, 0, 1), + (42782, "180011", 1, 0, 1), + (42783, "180009", 1, 0, 1), + (42784, "180006", 1, 0, 1), + (42785, "180012", 1, 0, 1), + (42786, "193505", 1, 0, 1), + (42787, "184210", 1, 0, 1), + (42788, "181221", 1, 0, 1), + (42789, "185133", 1, 0, 1), + (42790, "193101", 1, 0, 1), + (42791, "185131", 1, 0, 1), + (42792, "194101", 1, 0, 1), + (42793, "182101", 1, 0, 1), + (42794, "184101", 1, 0, 1), + (42795, "190001", 1, 0, 1), + (42796, "192101", 1, 0, 1), + (42797, "180004", 1, 0, 1), + (42798, "180001", 1, 0, 1), + (42799, "193223", 1, 0, 1), + (42800, "193303", 1, 0, 1), + (42801, "194401", 1, 0, 1), + (42802, "194109", 1, 0, 1), + (42803, "194302", 1, 0, 1), + (42804, "194107", 1, 0, 1), + (42805, "194107", 1, 0, 1), + (42806, "194107", 1, 0, 1), + (42807, "194107", 1, 0, 1), + (42808, "194107", 1, 0, 1), + (42809, "194202", 1, 0, 1), + (42810, "194202", 1, 0, 1), + (42811, "194202", 1, 0, 1), + (42812, "194202", 1, 0, 1), + (42813, "185151", 1, 0, 1), + (42814, "185153", 1, 0, 1), + (42815, "192233", 1, 0, 1), + (42816, "184202", 1, 0, 1), + (42817, "193411", 1, 0, 1), + (42818, "190018", 1, 0, 1), + (42819, "191113", 1, 0, 1), + (42820, "193404", 1, 0, 1), + (42821, "193404", 1, 0, 1), + (42822, "193404", 1, 0, 1), + (42823, "193404", 1, 0, 1), + (42824, "193404", 1, 0, 1), + (42825, "193404", 1, 0, 1), + (42826, "193404", 1, 0, 1), + (42827, "193404", 1, 0, 1), + (42828, "193404", 1, 0, 1), + (42829, "193404", 1, 0, 1), + (42830, "193404", 1, 0, 1), + (42831, "193404", 1, 0, 1), + (42832, "192301", 1, 0, 1), + (42833, "192301", 1, 0, 1), + (42834, "192232", 1, 0, 1), + (42835, "192304", 1, 0, 1), + (42836, "192304", 1, 0, 1), + (42837, "192221", 1, 0, 1), + (42838, "192129", 1, 0, 1), + (42839, "192129", 1, 0, 1), + (42840, "192129", 1, 0, 1), + (42841, "192129", 1, 0, 1), + (42842, "192129", 1, 0, 1), + (42843, "192129", 1, 0, 1), + (42844, "192129", 1, 0, 1), + (42845, "192129", 1, 0, 1), + (42846, "192129", 1, 0, 1), + (42847, "192212", 1, 0, 1), + (42848, "191121", 1, 0, 1), + (42849, "191121", 1, 0, 1), + (42850, "191201", 1, 0, 1), + (42851, "191201", 1, 0, 1), + (42852, "191201", 1, 0, 1), + (42853, "191201", 1, 0, 1), + (42854, "191201", 1, 0, 1), + (42855, "191201", 1, 0, 1), + (42856, "191201", 1, 0, 1), + (42857, "191201", 1, 0, 1), + (42858, "190006", 1, 0, 1), + (42859, "190006", 1, 0, 1), + (42860, "190006", 1, 0, 1), + (42861, "190006", 1, 0, 1), + (42862, "190006", 1, 0, 1), + (42863, "190006", 1, 0, 1), + (42864, "190006", 1, 0, 1), + (42865, "190006", 1, 0, 1), + (42866, "190017", 1, 0, 1), + (42867, "191131", 1, 0, 1), + (42868, "191131", 1, 0, 1), + (42869, "191131", 1, 0, 1), + (42870, "191101", 1, 0, 1), + (42871, "192401", 1, 0, 1), + (42872, "190008", 1, 0, 1), + (42873, "193401", 1, 0, 1), + (42874, "185203", 1, 0, 1), + (42875, "182146", 1, 0, 1), + (42876, "192221", 1, 0, 1), + (42877, "192221", 1, 0, 1), + (42878, "192221", 1, 0, 1), + (42879, "192124", 1, 0, 1), + (42880, "192124", 1, 0, 1), + (42881, "192124", 1, 0, 1), + (42882, "192233", 1, 0, 1), + (42883, "192233", 1, 0, 1), + (42884, "192233", 1, 0, 1), + (42885, "192233", 1, 0, 1), + (42886, "192233", 1, 0, 1), + (42887, "192233", 1, 0, 1), + (42888, "192233", 1, 0, 1), + (42889, "192233", 1, 0, 1), + (42890, "192233", 1, 0, 1), + (42891, "192233", 1, 0, 1), + (42892, "192233", 1, 0, 1), + (42893, "193201", 1, 0, 1), + (42894, "193505", 1, 0, 1), + (42895, "193505", 1, 0, 1), + (42896, "193505", 1, 0, 1), + (42897, "193505", 1, 0, 1), + (42898, "193505", 1, 0, 1), + (42899, "181201", 1, 0, 1), + (42900, "182221", 1, 0, 1), + (42901, "182311", 1, 0, 1), + (42902, "182204", 1, 0, 1), + (42903, "180002", 1, 0, 1), + (42904, "180002", 1, 0, 1), + (42905, "181224", 1, 0, 1), + (42906, "185154", 1, 0, 1), + (42907, "192305", 1, 0, 1), + (42908, "192202", 1, 0, 1), + (42909, "192202", 1, 0, 1), + (42910, "192202", 1, 0, 1), + (42911, "192202", 1, 0, 1), + (42912, "192202", 1, 0, 1), + (42913, "192202", 1, 0, 1), + (42914, "192202", 1, 0, 1), + (42915, "192202", 1, 0, 1), + (42916, "192202", 1, 0, 1), + (42917, "192202", 1, 0, 1), + (42918, "192231", 1, 0, 1), + (42919, "192231", 1, 0, 1), + (42920, "192231", 1, 0, 1), + (42921, "192231", 1, 0, 1), + (42922, "192231", 1, 0, 1), + (42923, "192231", 1, 0, 1), + (42924, "192231", 1, 0, 1), + (42925, "192231", 1, 0, 1), + (42926, "192231", 1, 0, 1), + (42927, "192231", 1, 0, 1), + (42928, "192231", 1, 0, 1), + (42929, "192231", 1, 0, 1), + (42930, "192231", 1, 0, 1), + (42931, "192231", 1, 0, 1), + (42932, "192231", 1, 0, 1), + (42933, "192231", 1, 0, 1), + (42934, "192231", 1, 0, 1), + (42935, "192231", 1, 0, 1), + (42936, "192231", 1, 0, 1), + (42937, "192231", 1, 0, 1), + (42938, "192231", 1, 0, 1), + (42939, "192231", 1, 0, 1), + (42940, "192231", 1, 0, 1), + (42941, "192301", 1, 0, 1), + (42942, "192301", 1, 0, 1), + (42943, "192301", 1, 0, 1), + (42944, "192301", 1, 0, 1), + (42945, "192301", 1, 0, 1), + (42946, "192301", 1, 0, 1), + (42947, "192301", 1, 0, 1), + (42948, "192301", 1, 0, 1), + (42949, "192301", 1, 0, 1), + (42950, "192301", 1, 0, 1), + (42951, "192301", 1, 0, 1), + (42952, "192301", 1, 0, 1), + (42953, "192306", 1, 0, 1), + (42954, "192301", 1, 0, 1), + (42955, "192301", 1, 0, 1), + (42956, "192126", 1, 0, 1), + (42957, "192126", 1, 0, 1), + (42958, "192401", 1, 0, 1), + (42959, "192401", 1, 0, 1), + (42960, "192401", 1, 0, 1), + (42961, "192401", 1, 0, 1), + (42962, "192401", 1, 0, 1), + (42963, "192401", 1, 0, 1), + (42964, "192401", 1, 0, 1), + (42965, "192401", 1, 0, 1), + (42966, "192401", 1, 0, 1), + (42967, "192401", 1, 0, 1), + (42968, "192401", 1, 0, 1), + (42969, "192303", 1, 0, 1), + (42970, "192303", 1, 0, 1), + (42971, "192303", 1, 0, 1), + (42972, "192303", 1, 0, 1), + (42973, "192303", 1, 0, 1), + (42974, "192303", 1, 0, 1), + (42975, "192303", 1, 0, 1), + (42976, "192303", 1, 0, 1), + (42977, "192303", 1, 0, 1), + (42978, "192303", 1, 0, 1), + (42979, "192303", 1, 0, 1), + (42980, "192303", 1, 0, 1), + (42981, "192303", 1, 0, 1), + (42982, "192303", 1, 0, 1), + (42983, "190018", 1, 0, 1), + (42984, "191111", 1, 0, 1), + (42985, "191111", 1, 0, 1), + (42986, "191113", 1, 0, 1), + (42987, "191113", 1, 0, 1), + (42988, "191113", 1, 0, 1), + (42989, "191113", 1, 0, 1), + (42990, "191113", 1, 0, 1), + (42991, "191113", 1, 0, 1), + (42992, "191113", 1, 0, 1), + (42993, "191113", 1, 0, 1), + (42994, "190011", 1, 0, 1), + (42995, "190017", 1, 0, 1), + (42996, "190017", 1, 0, 1), + (42997, "191101", 1, 0, 1), + (42998, "193402", 1, 0, 1), + (42999, "193402", 1, 0, 1), + (43000, "193402", 1, 0, 1), + (43001, "193402", 1, 0, 1), + (43002, "193402", 1, 0, 1), + (43003, "193402", 1, 0, 1), + (43004, "191131", 1, 0, 1), + (43005, "191131", 1, 0, 1), + (43006, "191131", 1, 0, 1), + (43007, "191131", 1, 0, 1), + (43008, "191131", 1, 0, 1), + (43009, "191131", 1, 0, 1), + (43010, "192201", 1, 0, 1), + (43011, "192201", 1, 0, 1), + (43012, "192201", 1, 0, 1), + (43013, "192201", 1, 0, 1), + (43014, "192201", 1, 0, 1), + (43015, "192201", 1, 0, 1), + (43016, "192201", 1, 0, 1), + (43017, "192201", 1, 0, 1), + (43018, "192201", 1, 0, 1), + (43019, "192201", 1, 0, 1), + (43020, "192201", 1, 0, 1), + (43021, "192201", 1, 0, 1), + (43022, "192201", 1, 0, 1), + (43023, "192124", 1, 0, 1), + (43024, "192124", 1, 0, 1), + (43025, "184102", 1, 0, 1), + (43026, "184104", 1, 0, 1), + (43027, "182101", 1, 0, 1), + (43028, "182101", 1, 0, 1), + (43029, "185151", 1, 0, 1), + (43030, "192124", 1, 0, 1), + (43031, "192124", 1, 0, 1), + (43032, "192124", 1, 0, 1), + (43033, "192124", 1, 0, 1), + (43034, "192124", 1, 0, 1), + (43035, "192124", 1, 0, 1), + (43036, "192124", 1, 0, 1), + (43037, "192124", 1, 0, 1), + (43038, "192124", 1, 0, 1), + (43039, "192124", 1, 0, 1), + (43040, "192124", 1, 0, 1), + (43041, "192124", 1, 0, 1), + (43042, "192124", 1, 0, 1), + (43043, "192124", 1, 0, 1), + (43044, "192210", 1, 0, 1), + (43045, "192210", 1, 0, 1), + (43046, "192210", 1, 0, 1), + (43047, "192211", 1, 0, 1), + (43048, "192211", 1, 0, 1), + (43049, "192210", 1, 0, 1), + (43050, "192211", 1, 0, 1), + (43051, "192302", 1, 0, 1), + (43052, "192302", 1, 0, 1), + (43053, "192302", 1, 0, 1), + (43054, "192306", 1, 0, 1), + (43055, "192306", 1, 0, 1), + (43056, "192306", 1, 0, 1), + (43057, "192306", 1, 0, 1), + (43058, "192302", 1, 0, 1), + (43059, "192302", 1, 0, 1), + (43060, "192221", 1, 0, 1), + (43061, "192221", 1, 0, 1), + (43062, "192101", 1, 0, 1), + (43063, "193402", 1, 0, 1), + (43064, "192101", 1, 0, 1), + (43065, "192101", 1, 0, 1), + (43066, "192221", 1, 0, 1), + (43067, "181101", 1, 0, 1), + (43068, "184120", 1, 0, 1), + (43069, "184120", 1, 0, 1), + (43070, "184120", 1, 0, 1), + (43071, "180017", 1, 0, 1), + (43072, "181102", 1, 0, 1), + (43073, "181102", 1, 0, 1), + (43074, "193502", 1, 0, 1), + (43075, "181121", 1, 0, 1), + (43076, "181102", 1, 0, 1), + (43077, "181206", 1, 0, 1), + (43078, "181203", 1, 0, 1), + (43079, "184120", 1, 0, 1), + (43080, "184104", 1, 0, 1), + (43081, "184102", 1, 0, 1), + (43082, "184102", 1, 0, 1), + (43083, "184120", 1, 0, 1), + (43084, "181101", 1, 0, 1), + (43085, "181101", 1, 0, 1), + (43086, "185233", 1, 0, 1), + (43087, "185151", 1, 0, 1), + (43088, "182101", 1, 0, 1), + (43089, "190011", 1, 0, 1), + (43090, "191101", 1, 0, 1), + (43091, "193303", 1, 0, 1), + (43092, "193201", 1, 0, 1), + (43093, "193223", 1, 0, 1), + (43094, "193222", 1, 0, 1), + (43095, "193121", 1, 0, 1), + (43096, "193301", 1, 0, 1), + (43097, "193504", 1, 0, 1), + (43098, "193221", 1, 0, 1), + (43099, "193503", 1, 0, 1), + (43100, "193225", 1, 0, 1), + (43101, "193501", 1, 0, 1), + (43102, "193502", 1, 0, 1), + (43103, "193103", 1, 0, 1), + (43104, "193123", 1, 0, 1), + (43105, "193302", 1, 0, 1), + (43106, "193108", 1, 0, 1), + (43107, "193224", 1, 0, 1), + (43108, "193122", 1, 0, 1), + (43109, "194106", 1, 0, 1), + (43110, "194301", 1, 0, 1), + (43111, "194106", 1, 0, 1), + (43112, "194106", 1, 0, 1), + (43113, "194106", 1, 0, 1), + (43114, "194106", 1, 0, 1), + (43115, "194106", 1, 0, 1), + (43116, "194106", 1, 0, 1), + (43117, "194106", 1, 0, 1), + (43118, "194106", 1, 0, 1), + (43119, "194106", 1, 0, 1), + (43120, "194106", 1, 0, 1), + (43121, "194401", 1, 0, 1), + (43122, "194401", 1, 0, 1), + (43123, "194401", 1, 0, 1), + (43124, "194401", 1, 0, 1), + (43125, "194401", 1, 0, 1), + (43126, "194401", 1, 0, 1), + (43127, "194401", 1, 0, 1), + (43128, "194103", 1, 0, 1), + (43129, "194103", 1, 0, 1), + (43130, "194103", 1, 0, 1), + (43131, "194103", 1, 0, 1), + (43132, "194103", 1, 0, 1), + (43133, "194103", 1, 0, 1), + (43134, "194103", 1, 0, 1), + (43135, "194103", 1, 0, 1), + (43136, "194103", 1, 0, 1), + (43137, "194103", 1, 0, 1), + (43138, "194103", 1, 0, 1), + (43139, "194103", 1, 0, 1), + (43140, "194103", 1, 0, 1), + (43141, "194102", 1, 0, 1), + (43142, "194102", 1, 0, 1), + (43143, "194102", 1, 0, 1), + (43144, "194102", 1, 0, 1), + (43145, "194102", 1, 0, 1), + (43146, "194302", 1, 0, 1), + (43147, "194302", 1, 0, 1), + (43148, "194301", 1, 0, 1), + (43149, "194301", 1, 0, 1), + (43150, "194303", 1, 0, 1), + (43151, "194301", 1, 0, 1), + (43152, "194303", 1, 0, 1), + (43153, "194303", 1, 0, 1), + (43154, "194301", 1, 0, 1), + (43155, "194301", 1, 0, 1), + (43156, "194303", 1, 0, 1), + (43157, "194109", 1, 0, 1), + (43158, "194109", 1, 0, 1), + (43159, "194109", 1, 0, 1), + (43160, "194109", 1, 0, 1), + (43161, "194109", 1, 0, 1), + (43162, "194109", 1, 0, 1), + (43163, "194109", 1, 0, 1), + (43164, "194109", 1, 0, 1), + (43165, "194109", 1, 0, 1), + (43166, "194109", 1, 0, 1), + (43167, "194103", 1, 0, 1), + (43168, "194103", 1, 0, 1), + (43169, "194103", 1, 0, 1), + (43170, "194103", 1, 0, 1), + (43171, "194103", 1, 0, 1), + (43172, "194105", 1, 0, 1), + (43173, "194104", 1, 0, 1), + (43174, "194104", 1, 0, 1), + (43175, "194104", 1, 0, 1), + (43176, "194101", 1, 0, 1), + (43177, "194101", 1, 0, 1), + (43178, "194104", 1, 0, 1), + (43179, "194101", 1, 0, 1), + (43180, "194101", 1, 0, 1), + (43181, "194104", 1, 0, 1), + (43182, "194101", 1, 0, 1), + (43183, "194104", 1, 0, 1), + (43184, "194201", 1, 0, 1), + (43185, "194201", 1, 0, 1), + (43186, "194201", 1, 0, 1), + (43187, "194201", 1, 0, 1), + (43188, "194201", 1, 0, 1), + (43189, "194201", 1, 0, 1), + (43190, "194201", 1, 0, 1), + (43191, "194201", 1, 0, 1), + (43192, "194106", 1, 0, 1), + (43193, "182141", 1, 0, 1), + (43194, "182204", 1, 0, 1), + (43195, "182146", 1, 0, 1), + (43196, "182122", 1, 0, 1), + (43197, "182203", 1, 0, 1), + (43198, "184203", 1, 0, 1), + (43199, "184102", 1, 0, 1), + (43200, "182122", 1, 0, 1), + (43201, "182122", 1, 0, 1), + (43202, "182122", 1, 0, 1), + (43203, "182122", 1, 0, 1), + (43204, "182122", 1, 0, 1), + (43205, "182122", 1, 0, 1), + (43206, "182122", 1, 0, 1), + (43207, "182122", 1, 0, 1), + (43208, "182122", 1, 0, 1), + (43209, "182122", 1, 0, 1), + (43210, "182122", 1, 0, 1), + (43211, "182122", 1, 0, 1), + (43212, "182122", 1, 0, 1), + (43213, "182122", 1, 0, 1), + (43214, "182122", 1, 0, 1), + (43215, "182122", 1, 0, 1), + (43216, "182145", 1, 0, 1), + (43217, "182145", 1, 0, 1), + (43218, "182145", 1, 0, 1), + (43219, "182145", 1, 0, 1), + (43220, "182145", 1, 0, 1), + (43221, "182145", 1, 0, 1), + (43222, "182145", 1, 0, 1), + (43223, "182145", 1, 0, 1), + (43224, "182145", 1, 0, 1), + (43225, "182311", 1, 0, 1), + (43226, "182311", 1, 0, 1), + (43227, "182311", 1, 0, 1), + (43228, "182311", 1, 0, 1), + (43229, "182311", 1, 0, 1), + (43230, "182311", 1, 0, 1), + (43231, "182311", 1, 0, 1), + (43232, "182311", 1, 0, 1), + (43233, "182311", 1, 0, 1), + (43234, "182311", 1, 0, 1), + (43235, "182126", 1, 0, 1), + (43236, "182126", 1, 0, 1), + (43237, "182126", 1, 0, 1), + (43238, "182126", 1, 0, 1), + (43239, "182126", 1, 0, 1), + (43240, "182203", 1, 0, 1), + (43241, "182203", 1, 0, 1), + (43242, "182203", 1, 0, 1), + (43243, "182203", 1, 0, 1), + (43244, "182203", 1, 0, 1), + (43245, "182203", 1, 0, 1), + (43246, "182203", 1, 0, 1), + (43247, "182203", 1, 0, 1), + (43248, "182203", 1, 0, 1), + (43249, "182203", 1, 0, 1), + (43250, "182221", 1, 0, 1), + (43251, "182221", 1, 0, 1), + (43252, "182221", 1, 0, 1), + (43253, "182221", 1, 0, 1), + (43254, "182221", 1, 0, 1), + (43255, "182101", 1, 0, 1), + (43256, "182101", 1, 0, 1), + (43257, "182101", 1, 0, 1), + (43258, "182101", 1, 0, 1), + (43259, "182101", 1, 0, 1), + (43260, "182101", 1, 0, 1), + (43261, "184206", 1, 0, 1), + (43262, "184206", 1, 0, 1), + (43263, "184206", 1, 0, 1), + (43264, "184206", 1, 0, 1), + (43265, "184206", 1, 0, 1), + (43266, "184206", 1, 0, 1), + (43267, "184206", 1, 0, 1), + (43268, "184206", 1, 0, 1), + (43269, "184206", 1, 0, 1), + (43270, "184206", 1, 0, 1), + (43271, "184206", 1, 0, 1), + (43272, "184143", 1, 0, 1), + (43273, "184143", 1, 0, 1), + (43274, "184143", 1, 0, 1), + (43275, "184143", 1, 0, 1), + (43276, "184143", 1, 0, 1), + (43277, "184143", 1, 0, 1), + (43278, "184143", 1, 0, 1), + (43279, "184143", 1, 0, 1), + (43280, "184201", 1, 0, 1), + (43281, "184201", 1, 0, 1), + (43282, "184201", 1, 0, 1), + (43283, "184201", 1, 0, 1), + (43284, "184201", 1, 0, 1), + (43285, "184201", 1, 0, 1), + (43286, "184201", 1, 0, 1), + (43287, "184201", 1, 0, 1), + (43288, "184201", 1, 0, 1), + (43289, "184201", 1, 0, 1), + (43290, "184201", 1, 0, 1), + (43291, "184201", 1, 0, 1), + (43292, "184201", 1, 0, 1), + (43293, "184203", 1, 0, 1), + (43294, "184203", 1, 0, 1), + (43295, "184203", 1, 0, 1), + (43296, "184210", 1, 0, 1), + (43297, "184203", 1, 0, 1), + (43298, "184203", 1, 0, 1), + (43299, "184203", 1, 0, 1), + (43300, "184203", 1, 0, 1), + (43301, "184203", 1, 0, 1), + (43302, "184203", 1, 0, 1), + (43303, "184210", 1, 0, 1), + (43304, "184204", 1, 0, 1), + (43305, "184204", 1, 0, 1), + (43306, "184204", 1, 0, 1), + (43307, "184204", 1, 0, 1), + (43308, "184204", 1, 0, 1), + (43309, "184204", 1, 0, 1), + (43310, "184204", 1, 0, 1), + (43311, "184204", 1, 0, 1), + (43312, "184204", 1, 0, 1), + (43313, "184204", 1, 0, 1), + (43314, "184204", 1, 0, 1), + (43315, "184144", 1, 0, 1), + (43316, "184144", 1, 0, 1), + (43317, "184144", 1, 0, 1), + (43318, "184144", 1, 0, 1), + (43319, "184144", 1, 0, 1), + (43320, "184144", 1, 0, 1), + (43321, "184144", 1, 0, 1), + (43322, "184144", 1, 0, 1), + (43323, "184144", 1, 0, 1), + (43324, "184144", 1, 0, 1), + (43325, "184144", 1, 0, 1), + (43326, "184144", 1, 0, 1), + (43327, "184144", 1, 0, 1), + (43328, "184141", 1, 0, 1), + (43329, "184141", 1, 0, 1), + (43330, "184141", 1, 0, 1), + (43331, "184141", 1, 0, 1), + (43332, "184141", 1, 0, 1), + (43333, "184141", 1, 0, 1), + (43334, "184142", 1, 0, 1), + (43335, "184142", 1, 0, 1), + (43336, "184142", 1, 0, 1), + (43337, "184142", 1, 0, 1), + (43338, "184102", 1, 0, 1), + (43339, "184102", 1, 0, 1), + (43340, "184102", 1, 0, 1), + (43341, "184152", 1, 0, 1), + (43342, "184152", 1, 0, 1), + (43343, "184152", 1, 0, 1), + (43344, "184152", 1, 0, 1), + (43345, "184152", 1, 0, 1), + (43346, "184152", 1, 0, 1), + (43347, "184152", 1, 0, 1), + (43348, "184202", 1, 0, 1), + (43349, "184202", 1, 0, 1), + (43350, "184202", 1, 0, 1), + (43351, "184202", 1, 0, 1), + (43352, "184202", 1, 0, 1), + (43353, "184202", 1, 0, 1), + (43354, "184104", 1, 0, 1), + (43355, "184104", 1, 0, 1), + (43356, "184104", 1, 0, 1), + (43357, "184104", 1, 0, 1), + (43358, "184145", 1, 0, 1), + (43359, "184205", 1, 0, 1), + (43360, "184205", 1, 0, 1), + (43361, "184205", 1, 0, 1), + (43362, "184210", 1, 0, 1), + (43363, "184210", 1, 0, 1), + (43364, "184205", 1, 0, 1), + (43365, "184205", 1, 0, 1), + (43366, "184205", 1, 0, 1), + (43367, "184205", 1, 0, 1), + (43368, "184210", 1, 0, 1), + (43369, "184148", 1, 0, 1), + (43370, "184148", 1, 0, 1), + (43371, "184148", 1, 0, 1), + (43372, "184148", 1, 0, 1), + (43373, "184148", 1, 0, 1), + (43374, "184148", 1, 0, 1), + (43375, "184151", 1, 0, 1), + (43376, "184151", 1, 0, 1), + (43377, "184151", 1, 0, 1), + (43378, "184151", 1, 0, 1), + (43379, "182202", 1, 0, 1), + (43380, "182202", 1, 0, 1), + (43381, "182202", 1, 0, 1), + (43382, "182121", 1, 0, 1), + (43383, "182121", 1, 0, 1), + (43384, "182121", 1, 0, 1), + (43385, "182121", 1, 0, 1), + (43386, "182121", 1, 0, 1), + (43387, "182121", 1, 0, 1), + (43388, "182320", 1, 0, 1), + (43389, "182121", 1, 0, 1), + (43390, "182121", 1, 0, 1), + (43391, "182320", 1, 0, 1), + (43392, "182121", 1, 0, 1), + (43393, "182121", 1, 0, 1), + (43394, "182121", 1, 0, 1), + (43395, "182124", 1, 0, 1), + (43396, "182124", 1, 0, 1), + (43397, "182124", 1, 0, 1), + (43398, "182124", 1, 0, 1), + (43399, "182124", 1, 0, 1), + (43400, "182124", 1, 0, 1), + (43401, "182124", 1, 0, 1), + (43402, "182312", 1, 0, 1), + (43403, "182147", 1, 0, 1), + (43404, "182147", 1, 0, 1), + (43405, "182147", 1, 0, 1), + (43406, "182301", 1, 0, 1), + (43407, "182301", 1, 0, 1), + (43408, "182143", 1, 0, 1), + (43409, "182148", 1, 0, 1), + (43410, "182143", 1, 0, 1), + (43411, "182143", 1, 0, 1), + (43412, "182222", 1, 0, 1), + (43413, "182222", 1, 0, 1), + (43414, "182222", 1, 0, 1), + (43415, "182148", 1, 0, 1), + (43416, "182148", 1, 0, 1), + (43417, "182148", 1, 0, 1), + (43418, "182148", 1, 0, 1), + (43419, "182148", 1, 0, 1), + (43420, "182148", 1, 0, 1), + (43421, "182148", 1, 0, 1), + (43422, "182141", 1, 0, 1), + (43423, "182141", 1, 0, 1), + (43424, "182141", 1, 0, 1), + (43425, "182141", 1, 0, 1), + (43426, "182141", 1, 0, 1), + (43427, "182141", 1, 0, 1), + (43428, "182141", 1, 0, 1), + (43429, "182141", 1, 0, 1), + (43430, "182141", 1, 0, 1), + (43431, "182141", 1, 0, 1), + (43432, "182202", 1, 0, 1), + (43433, "182202", 1, 0, 1), + (43434, "182202", 1, 0, 1), + (43435, "182202", 1, 0, 1), + (43436, "182202", 1, 0, 1), + (43437, "182202", 1, 0, 1), + (43438, "182315", 1, 0, 1), + (43439, "182315", 1, 0, 1), + (43440, "182315", 1, 0, 1), + (43441, "182315", 1, 0, 1), + (43442, "182315", 1, 0, 1), + (43443, "182315", 1, 0, 1), + (43444, "182315", 1, 0, 1), + (43445, "182161", 1, 0, 1), + (43446, "182125", 1, 0, 1), + (43447, "182125", 1, 0, 1), + (43448, "182125", 1, 0, 1), + (43449, "182125", 1, 0, 1), + (43450, "182125", 1, 0, 1), + (43451, "182125", 1, 0, 1), + (43452, "182125", 1, 0, 1), + (43453, "182125", 1, 0, 1), + (43454, "182125", 1, 0, 1), + (43455, "182205", 1, 0, 1), + (43456, "182205", 1, 0, 1), + (43457, "182205", 1, 0, 1), + (43458, "182205", 1, 0, 1), + (43459, "182205", 1, 0, 1), + (43460, "182205", 1, 0, 1), + (43461, "182205", 1, 0, 1), + (43462, "182205", 1, 0, 1), + (43463, "182205", 1, 0, 1), + (43464, "182205", 1, 0, 1), + (43465, "185203", 1, 0, 1), + (43466, "185203", 1, 0, 1), + (43467, "185203", 1, 0, 1), + (43468, "182301", 1, 0, 1), + (43469, "182301", 1, 0, 1), + (43470, "182301", 1, 0, 1), + (43471, "182301", 1, 0, 1), + (43472, "182204", 1, 0, 1), + (43473, "182204", 1, 0, 1), + (43474, "182204", 1, 0, 1), + (43475, "182204", 1, 0, 1), + (43476, "182204", 1, 0, 1), + (43477, "182204", 1, 0, 1), + (43478, "182204", 1, 0, 1), + (43479, "182204", 1, 0, 1); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (43480, "182204", 1, 0, 1), + (43481, "182204", 1, 0, 1), + (43482, "182142", 1, 0, 1), + (43483, "182142", 1, 0, 1), + (43484, "182142", 1, 0, 1), + (43485, "182127", 1, 0, 1), + (43486, "182127", 1, 0, 1), + (43487, "182127", 1, 0, 1), + (43488, "182127", 1, 0, 1), + (43489, "182128", 1, 0, 1), + (43490, "182128", 1, 0, 1), + (43491, "182128", 1, 0, 1), + (43492, "182128", 1, 0, 1), + (43493, "182128", 1, 0, 1), + (43494, "182128", 1, 0, 1), + (43495, "182128", 1, 0, 1), + (43496, "182128", 1, 0, 1), + (43497, "182313", 1, 0, 1), + (43498, "182313", 1, 0, 1), + (43499, "182313", 1, 0, 1), + (43500, "182313", 1, 0, 1), + (43501, "182313", 1, 0, 1), + (43502, "182313", 1, 0, 1), + (43503, "182313", 1, 0, 1), + (43504, "182313", 1, 0, 1), + (43505, "182313", 1, 0, 1), + (43506, "182313", 1, 0, 1), + (43507, "182313", 1, 0, 1), + (43508, "182313", 1, 0, 1), + (43509, "182313", 1, 0, 1), + (43510, "182313", 1, 0, 1), + (43511, "182313", 1, 0, 1), + (43512, "182313", 1, 0, 1), + (43513, "182146", 1, 0, 1), + (43514, "182146", 1, 0, 1), + (43515, "182146", 1, 0, 1), + (43516, "182146", 1, 0, 1), + (43517, "182146", 1, 0, 1), + (43518, "182146", 1, 0, 1), + (43519, "182146", 1, 0, 1), + (43520, "182146", 1, 0, 1), + (43521, "182143", 1, 0, 1), + (43522, "182143", 1, 0, 1), + (43523, "182148", 1, 0, 1), + (43524, "182143", 1, 0, 1), + (43525, "182143", 1, 0, 1), + (43526, "182143", 1, 0, 1), + (43527, "185203", 1, 0, 1), + (43528, "185203", 1, 0, 1), + (43529, "185203", 1, 0, 1), + (43530, "185203", 1, 0, 1), + (43531, "185203", 1, 0, 1), + (43532, "185203", 1, 0, 1), + (43533, "185203", 1, 0, 1), + (43534, "185203", 1, 0, 1), + (43535, "185203", 1, 0, 1), + (43536, "185203", 1, 0, 1), + (43537, "182201", 1, 0, 1), + (43538, "182201", 1, 0, 1), + (43539, "182201", 1, 0, 1), + (43540, "182201", 1, 0, 1), + (43541, "182201", 1, 0, 1), + (43542, "182201", 1, 0, 1), + (43543, "182201", 1, 0, 1), + (43544, "182201", 1, 0, 1), + (43545, "182201", 1, 0, 1), + (43546, "182201", 1, 0, 1), + (43547, "182201", 1, 0, 1), + (43548, "182201", 1, 0, 1), + (43549, "182201", 1, 0, 1), + (43550, "182201", 1, 0, 1), + (43551, "182201", 1, 0, 1), + (43552, "182201", 1, 0, 1), + (43553, "182201", 1, 0, 1), + (43554, "182201", 1, 0, 1), + (43555, "182201", 1, 0, 1), + (43556, "182201", 1, 0, 1), + (43557, "182144", 1, 0, 1), + (43558, "182144", 1, 0, 1), + (43559, "182144", 1, 0, 1), + (43560, "182144", 1, 0, 1), + (43561, "182144", 1, 0, 1), + (43562, "182144", 1, 0, 1), + (43563, "182144", 1, 0, 1), + (43564, "182144", 1, 0, 1), + (43565, "182144", 1, 0, 1), + (43566, "182144", 1, 0, 1), + (43567, "182144", 1, 0, 1), + (43568, "182144", 1, 0, 1), + (43569, "182144", 1, 0, 1), + (43570, "182122", 1, 0, 1), + (43571, "182122", 1, 0, 1), + (43572, "193121", 1, 0, 1), + (43573, "193223", 1, 0, 1), + (43574, "193109", 1, 0, 1), + (43575, "193303", 1, 0, 1), + (43576, "193302", 1, 0, 1), + (43577, "193224", 1, 0, 1), + (43578, "193123", 1, 0, 1), + (43579, "193223", 1, 0, 1), + (43580, "193223", 1, 0, 1), + (43581, "193223", 1, 0, 1), + (43582, "193223", 1, 0, 1), + (43583, "193121", 1, 0, 1), + (43584, "193121", 1, 0, 1), + (43585, "193121", 1, 0, 1), + (43586, "193121", 1, 0, 1), + (43587, "193301", 1, 0, 1), + (43588, "193301", 1, 0, 1), + (43589, "193301", 1, 0, 1), + (43590, "193301", 1, 0, 1), + (43591, "193301", 1, 0, 1), + (43592, "193301", 1, 0, 1), + (43593, "193504", 1, 0, 1), + (43594, "193504", 1, 0, 1), + (43595, "193504", 1, 0, 1), + (43596, "193504", 1, 0, 1), + (43597, "193504", 1, 0, 1), + (43598, "193221", 1, 0, 1), + (43599, "193221", 1, 0, 1), + (43600, "193221", 1, 0, 1), + (43601, "193221", 1, 0, 1), + (43602, "193221", 1, 0, 1), + (43603, "193221", 1, 0, 1), + (43604, "193221", 1, 0, 1), + (43605, "193502", 1, 0, 1), + (43606, "193502", 1, 0, 1), + (43607, "193502", 1, 0, 1), + (43608, "193303", 1, 0, 1), + (43609, "193303", 1, 0, 1), + (43610, "193303", 1, 0, 1), + (43611, "193502", 1, 0, 1), + (43612, "193502", 1, 0, 1), + (43613, "193502", 1, 0, 1), + (43614, "193502", 1, 0, 1), + (43615, "193502", 1, 0, 1), + (43616, "193502", 1, 0, 1), + (43617, "193502", 1, 0, 1), + (43618, "193502", 1, 0, 1), + (43619, "193502", 1, 0, 1), + (43620, "193502", 1, 0, 1), + (43621, "193101", 1, 0, 1), + (43622, "193123", 1, 0, 1), + (43623, "193123", 1, 0, 1), + (43624, "193123", 1, 0, 1), + (43625, "193123", 1, 0, 1), + (43626, "193123", 1, 0, 1), + (43627, "193302", 1, 0, 1), + (43628, "193302", 1, 0, 1), + (43629, "193302", 1, 0, 1), + (43630, "193302", 1, 0, 1), + (43631, "193302", 1, 0, 1), + (43632, "193302", 1, 0, 1), + (43633, "193302", 1, 0, 1), + (43634, "193302", 1, 0, 1), + (43635, "193224", 1, 0, 1), + (43636, "193224", 1, 0, 1), + (43637, "193224", 1, 0, 1), + (43638, "193224", 1, 0, 1), + (43639, "193224", 1, 0, 1), + (43640, "193224", 1, 0, 1), + (43641, "193224", 1, 0, 1), + (43642, "193224", 1, 0, 1), + (43643, "193224", 1, 0, 1), + (43644, "193224", 1, 0, 1), + (43645, "193224", 1, 0, 1), + (43646, "193122", 1, 0, 1), + (43647, "193122", 1, 0, 1), + (43648, "193122", 1, 0, 1), + (43649, "193122", 1, 0, 1), + (43650, "193122", 1, 0, 1), + (43651, "193122", 1, 0, 1), + (43652, "193122", 1, 0, 1), + (43653, "193122", 1, 0, 1), + (43654, "193122", 1, 0, 1), + (43655, "193122", 1, 0, 1), + (43656, "193122", 1, 0, 1), + (43657, "193201", 1, 0, 1), + (43658, "193201", 1, 0, 1), + (43659, "193201", 1, 0, 1), + (43660, "193201", 1, 0, 1), + (43661, "193201", 1, 0, 1), + (43662, "193201", 1, 0, 1), + (43663, "193201", 1, 0, 1), + (43664, "193123", 1, 0, 1), + (43665, "193123", 1, 0, 1), + (43666, "193123", 1, 0, 1), + (43667, "193123", 1, 0, 1), + (43668, "193121", 1, 0, 1), + (43669, "193301", 1, 0, 1), + (43670, "193301", 1, 0, 1), + (43671, "193301", 1, 0, 1), + (43672, "193222", 1, 0, 1), + (43673, "193222", 1, 0, 1), + (43674, "193222", 1, 0, 1), + (43675, "193222", 1, 0, 1), + (43676, "193222", 1, 0, 1), + (43677, "193222", 1, 0, 1), + (43678, "193222", 1, 0, 1), + (43679, "193222", 1, 0, 1), + (43680, "193222", 1, 0, 1), + (43681, "193222", 1, 0, 1), + (43682, "193222", 1, 0, 1), + (43683, "193222", 1, 0, 1), + (43684, "193222", 1, 0, 1), + (43685, "193222", 1, 0, 1), + (43686, "193201", 1, 0, 1), + (43687, "193201", 1, 0, 1), + (43688, "193201", 1, 0, 1), + (43689, "193201", 1, 0, 1), + (43690, "193225", 1, 0, 1), + (43691, "193225", 1, 0, 1), + (43692, "193225", 1, 0, 1), + (43693, "193223", 1, 0, 1), + (43694, "193223", 1, 0, 1), + (43695, "193223", 1, 0, 1), + (43696, "193223", 1, 0, 1), + (43697, "193223", 1, 0, 1), + (43698, "193223", 1, 0, 1), + (43699, "193223", 1, 0, 1), + (43700, "193101", 1, 0, 1), + (43701, "193101", 1, 0, 1), + (43702, "193109", 1, 0, 1), + (43703, "193109", 1, 0, 1), + (43704, "193101", 1, 0, 1), + (43705, "193101", 1, 0, 1), + (43706, "193101", 1, 0, 1), + (43707, "193101", 1, 0, 1), + (43708, "193109", 1, 0, 1), + (43709, "193101", 1, 0, 1), + (43710, "193101", 1, 0, 1), + (43711, "193101", 1, 0, 1), + (43712, "193221", 1, 0, 1), + (43713, "193221", 1, 0, 1), + (43714, "193221", 1, 0, 1), + (43715, "193221", 1, 0, 1), + (43716, "193503", 1, 0, 1), + (43717, "193503", 1, 0, 1), + (43718, "193503", 1, 0, 1), + (43719, "193503", 1, 0, 1), + (43720, "193503", 1, 0, 1), + (43721, "193503", 1, 0, 1), + (43722, "193503", 1, 0, 1), + (43723, "193503", 1, 0, 1), + (43724, "193503", 1, 0, 1), + (43725, "193503", 1, 0, 1), + (43726, "193503", 1, 0, 1), + (43727, "193503", 1, 0, 1), + (43728, "193303", 1, 0, 1), + (43729, "193303", 1, 0, 1), + (43730, "193303", 1, 0, 1), + (43731, "193201", 1, 0, 1), + (43732, "193201", 1, 0, 1), + (43733, "193201", 1, 0, 1), + (43734, "193201", 1, 0, 1), + (43735, "193201", 1, 0, 1), + (43736, "193201", 1, 0, 1), + (43737, "193201", 1, 0, 1), + (43738, "193201", 1, 0, 1), + (43739, "193201", 1, 0, 1), + (43740, "193201", 1, 0, 1), + (43741, "193201", 1, 0, 1), + (43742, "193201", 1, 0, 1), + (43743, "193201", 1, 0, 1), + (43744, "193201", 1, 0, 1), + (43745, "193225", 1, 0, 1), + (43746, "193225", 1, 0, 1), + (43747, "193225", 1, 0, 1), + (43748, "193121", 1, 0, 1), + (43749, "193121", 1, 0, 1), + (43750, "193121", 1, 0, 1), + (43751, "193121", 1, 0, 1), + (43752, "193121", 1, 0, 1), + (43753, "193121", 1, 0, 1), + (43754, "193121", 1, 0, 1), + (43755, "193121", 1, 0, 1), + (43756, "193121", 1, 0, 1), + (43757, "193121", 1, 0, 1), + (43758, "193121", 1, 0, 1), + (43759, "193121", 1, 0, 1), + (43760, "193121", 1, 0, 1), + (43761, "193302", 1, 0, 1), + (43762, "193302", 1, 0, 1), + (43763, "193501", 1, 0, 1), + (43764, "193501", 1, 0, 1), + (43765, "193501", 1, 0, 1), + (43766, "193501", 1, 0, 1), + (43767, "193501", 1, 0, 1), + (43768, "193501", 1, 0, 1), + (43769, "193501", 1, 0, 1), + (43770, "193501", 1, 0, 1), + (43771, "193501", 1, 0, 1), + (43772, "193501", 1, 0, 1), + (43773, "193501", 1, 0, 1), + (43774, "193501", 1, 0, 1), + (43775, "193103", 1, 0, 1), + (43776, "193103", 1, 0, 1), + (43777, "193109", 1, 0, 1), + (43778, "193109", 1, 0, 1), + (43779, "193103", 1, 0, 1), + (43780, "193103", 1, 0, 1), + (43781, "193108", 1, 0, 1), + (43782, "193108", 1, 0, 1), + (43783, "193108", 1, 0, 1), + (43784, "193108", 1, 0, 1), + (43785, "193224", 1, 0, 1), + (43786, "193224", 1, 0, 1), + (43787, "193224", 1, 0, 1), + (43788, "193224", 1, 0, 1), + (43789, "193224", 1, 0, 1), + (43790, "193224", 1, 0, 1), + (43791, "193502", 1, 0, 1), + (43792, "181111", 1, 0, 1), + (43793, "181102", 1, 0, 1), + (43794, "180002", 1, 0, 1), + (43795, "185202", 1, 0, 1), + (43796, "185121", 1, 0, 1), + (43797, "181111", 1, 0, 1), + (43798, "181111", 1, 0, 1), + (43799, "181111", 1, 0, 1), + (43800, "181143", 1, 0, 1), + (43801, "181143", 1, 0, 1), + (43802, "180010", 1, 0, 1), + (43803, "180003", 1, 0, 1), + (43804, "180003", 1, 0, 1), + (43805, "180003", 1, 0, 1), + (43806, "181101", 1, 0, 1), + (43807, "181101", 1, 0, 1), + (43808, "181101", 1, 0, 1), + (43809, "181101", 1, 0, 1), + (43810, "180017", 1, 0, 1), + (43811, "180017", 1, 0, 1), + (43812, "181145", 1, 0, 1), + (43813, "180017", 1, 0, 1), + (43814, "181145", 1, 0, 1), + (43815, "181145", 1, 0, 1), + (43816, "181102", 1, 0, 1), + (43817, "181102", 1, 0, 1), + (43818, "181102", 1, 0, 1), + (43819, "181102", 1, 0, 1), + (43820, "181102", 1, 0, 1), + (43821, "181102", 1, 0, 1), + (43822, "181102", 1, 0, 1), + (43823, "181102", 1, 0, 1), + (43824, "181201", 1, 0, 1), + (43825, "181201", 1, 0, 1), + (43826, "181201", 1, 0, 1), + (43827, "181201", 1, 0, 1), + (43828, "181201", 1, 0, 1), + (43829, "181201", 1, 0, 1), + (43830, "181201", 1, 0, 1), + (43831, "181201", 1, 0, 1), + (43832, "181201", 1, 0, 1), + (43833, "181201", 1, 0, 1), + (43834, "185131", 1, 0, 1), + (43835, "185152", 1, 0, 1), + (43836, "181206", 1, 0, 1), + (43837, "185211", 1, 0, 1), + (43838, "185101", 1, 0, 1), + (43839, "181132", 1, 0, 1), + (43840, "185211", 1, 0, 1), + (43841, "185211", 1, 0, 1), + (43842, "185211", 1, 0, 1), + (43843, "185211", 1, 0, 1), + (43844, "185211", 1, 0, 1), + (43845, "185132", 1, 0, 1), + (43846, "185132", 1, 0, 1), + (43847, "185132", 1, 0, 1), + (43848, "185132", 1, 0, 1), + (43849, "185133", 1, 0, 1), + (43850, "185132", 1, 0, 1), + (43851, "185132", 1, 0, 1), + (43852, "185132", 1, 0, 1), + (43853, "185132", 1, 0, 1), + (43854, "185132", 1, 0, 1), + (43855, "185132", 1, 0, 1), + (43856, "185234", 1, 0, 1), + (43857, "185132", 1, 0, 1), + (43858, "185132", 1, 0, 1), + (43859, "185132", 1, 0, 1), + (43860, "185132", 1, 0, 1), + (43861, "185133", 1, 0, 1), + (43862, "185132", 1, 0, 1), + (43863, "185132", 1, 0, 1), + (43864, "185234", 1, 0, 1), + (43865, "185132", 1, 0, 1), + (43866, "185202", 1, 0, 1), + (43867, "185202", 1, 0, 1), + (43868, "185151", 1, 0, 1), + (43869, "185151", 1, 0, 1), + (43870, "185151", 1, 0, 1), + (43871, "185151", 1, 0, 1), + (43872, "185151", 1, 0, 1), + (43873, "185151", 1, 0, 1), + (43874, "185151", 1, 0, 1), + (43875, "185151", 1, 0, 1), + (43876, "185151", 1, 0, 1), + (43877, "185151", 1, 0, 1), + (43878, "185101", 1, 0, 1), + (43879, "185101", 1, 0, 1), + (43880, "185101", 1, 0, 1), + (43881, "185101", 1, 0, 1), + (43882, "185101", 1, 0, 1), + (43883, "185101", 1, 0, 1), + (43884, "185101", 1, 0, 1), + (43885, "185101", 1, 0, 1), + (43886, "185101", 1, 0, 1), + (43887, "185101", 1, 0, 1), + (43888, "185101", 1, 0, 1), + (43889, "185101", 1, 0, 1), + (43890, "185121", 1, 0, 1), + (43891, "185121", 1, 0, 1), + (43892, "185121", 1, 0, 1), + (43893, "185121", 1, 0, 1), + (43894, "185121", 1, 0, 1), + (43895, "185121", 1, 0, 1), + (43896, "185121", 1, 0, 1), + (43897, "185121", 1, 0, 1), + (43898, "185121", 1, 0, 1), + (43899, "185121", 1, 0, 1), + (43900, "185121", 1, 0, 1), + (43901, "185121", 1, 0, 1), + (43902, "185121", 1, 0, 1), + (43903, "185121", 1, 0, 1), + (43904, "181131", 1, 0, 1), + (43905, "181131", 1, 0, 1), + (43906, "181131", 1, 0, 1), + (43907, "181131", 1, 0, 1), + (43908, "181131", 1, 0, 1), + (43909, "181131", 1, 0, 1), + (43910, "181131", 1, 0, 1), + (43911, "181131", 1, 0, 1), + (43912, "181131", 1, 0, 1), + (43913, "181133", 1, 0, 1), + (43914, "181133", 1, 0, 1), + (43915, "181133", 1, 0, 1), + (43916, "181133", 1, 0, 1), + (43917, "181132", 1, 0, 1), + (43918, "181132", 1, 0, 1), + (43919, "181132", 1, 0, 1), + (43920, "181132", 1, 0, 1), + (43921, "181132", 1, 0, 1), + (43922, "181132", 1, 0, 1), + (43923, "181132", 1, 0, 1), + (43924, "181132", 1, 0, 1), + (43925, "181132", 1, 0, 1), + (43926, "181201", 1, 0, 1), + (43927, "181201", 1, 0, 1), + (43928, "181201", 1, 0, 1), + (43929, "181123", 1, 0, 1), + (43930, "181122", 1, 0, 1), + (43931, "181122", 1, 0, 1), + (43932, "181122", 1, 0, 1), + (43933, "181122", 1, 0, 1), + (43934, "181122", 1, 0, 1), + (43935, "181122", 1, 0, 1), + (43936, "181122", 1, 0, 1), + (43937, "181122", 1, 0, 1), + (43938, "185154", 1, 0, 1), + (43939, "185154", 1, 0, 1), + (43940, "185154", 1, 0, 1), + (43941, "185154", 1, 0, 1), + (43942, "181206", 1, 0, 1), + (43943, "181206", 1, 0, 1), + (43944, "181141", 1, 0, 1), + (43945, "181141", 1, 0, 1), + (43946, "181141", 1, 0, 1), + (43947, "181141", 1, 0, 1), + (43948, "181141", 1, 0, 1), + (43949, "184121", 1, 0, 1), + (43950, "184121", 1, 0, 1), + (43951, "184121", 1, 0, 1), + (43952, "184121", 1, 0, 1), + (43953, "184121", 1, 0, 1), + (43954, "184121", 1, 0, 1), + (43955, "184121", 1, 0, 1), + (43956, "184121", 1, 0, 1), + (43957, "184121", 1, 0, 1), + (43958, "184121", 1, 0, 1), + (43959, "184121", 1, 0, 1), + (43960, "184121", 1, 0, 1), + (43961, "184121", 1, 0, 1), + (43962, "184121", 1, 0, 1), + (43963, "184121", 1, 0, 1), + (43964, "184121", 1, 0, 1), + (43965, "180011", 1, 0, 1), + (43966, "180011", 1, 0, 1), + (43967, "184120", 1, 0, 1), + (43968, "184120", 1, 0, 1), + (43969, "180002", 1, 0, 1), + (43970, "180002", 1, 0, 1), + (43971, "185131", 1, 0, 1), + (43972, "185131", 1, 0, 1), + (43973, "185133", 1, 0, 1), + (43974, "185131", 1, 0, 1), + (43975, "185131", 1, 0, 1), + (43976, "185131", 1, 0, 1), + (43977, "185131", 1, 0, 1), + (43978, "185131", 1, 0, 1), + (43979, "185131", 1, 0, 1), + (43980, "185131", 1, 0, 1), + (43981, "185131", 1, 0, 1), + (43982, "185155", 1, 0, 1), + (43983, "185155", 1, 0, 1), + (43984, "185155", 1, 0, 1), + (43985, "185155", 1, 0, 1), + (43986, "185155", 1, 0, 1), + (43987, "185155", 1, 0, 1), + (43988, "185155", 1, 0, 1), + (43989, "185233", 1, 0, 1), + (43990, "185233", 1, 0, 1), + (43991, "185233", 1, 0, 1), + (43992, "185233", 1, 0, 1), + (43993, "185233", 1, 0, 1), + (43994, "185233", 1, 0, 1), + (43995, "185233", 1, 0, 1), + (43996, "185233", 1, 0, 1), + (43997, "185233", 1, 0, 1), + (43998, "185233", 1, 0, 1), + (43999, "185135", 1, 0, 1), + (44000, "185135", 1, 0, 1), + (44001, "185135", 1, 0, 1), + (44002, "185211", 1, 0, 1), + (44003, "185211", 1, 0, 1), + (44004, "185211", 1, 0, 1), + (44005, "185202", 1, 0, 1), + (44006, "185202", 1, 0, 1), + (44007, "185202", 1, 0, 1), + (44008, "185202", 1, 0, 1), + (44009, "185202", 1, 0, 1), + (44010, "185202", 1, 0, 1), + (44011, "185156", 1, 0, 1), + (44012, "185156", 1, 0, 1), + (44013, "185156", 1, 0, 1), + (44014, "185156", 1, 0, 1), + (44015, "185156", 1, 0, 1), + (44016, "185152", 1, 0, 1), + (44017, "185152", 1, 0, 1), + (44018, "185152", 1, 0, 1), + (44019, "185152", 1, 0, 1), + (44020, "185152", 1, 0, 1), + (44021, "185152", 1, 0, 1), + (44022, "185152", 1, 0, 1), + (44023, "185152", 1, 0, 1), + (44024, "185102", 1, 0, 1), + (44025, "185102", 1, 0, 1), + (44026, "185102", 1, 0, 1), + (44027, "185102", 1, 0, 1), + (44028, "185102", 1, 0, 1), + (44029, "185102", 1, 0, 1), + (44030, "185102", 1, 0, 1), + (44031, "185102", 1, 0, 1), + (44032, "185102", 1, 0, 1), + (44033, "185102", 1, 0, 1), + (44034, "185151", 1, 0, 1), + (44035, "185151", 1, 0, 1), + (44036, "185151", 1, 0, 1), + (44037, "185151", 1, 0, 1), + (44038, "185151", 1, 0, 1), + (44039, "185151", 1, 0, 1), + (44040, "185151", 1, 0, 1), + (44041, "185151", 1, 0, 1), + (44042, "185121", 1, 0, 1), + (44043, "185121", 1, 0, 1), + (44044, "185121", 1, 0, 1), + (44045, "185201", 1, 0, 1), + (44046, "185201", 1, 0, 1), + (44047, "185201", 1, 0, 1), + (44048, "185201", 1, 0, 1), + (44049, "185201", 1, 0, 1), + (44050, "185201", 1, 0, 1), + (44051, "185201", 1, 0, 1), + (44052, "185201", 1, 0, 1), + (44053, "185201", 1, 0, 1), + (44054, "185201", 1, 0, 1), + (44055, "185153", 1, 0, 1), + (44056, "185153", 1, 0, 1), + (44057, "185153", 1, 0, 1), + (44058, "185212", 1, 0, 1), + (44059, "185212", 1, 0, 1), + (44060, "185212", 1, 0, 1), + (44061, "185212", 1, 0, 1), + (44062, "185212", 1, 0, 1), + (44063, "185212", 1, 0, 1), + (44064, "185212", 1, 0, 1), + (44065, "185212", 1, 0, 1), + (44066, "181102", 1, 0, 1), + (44067, "185211", 1, 0, 1), + (44068, "185151", 1, 0, 1), + (44069, "181206", 1, 0, 1), + (44070, "181206", 1, 0, 1), + (44071, "181206", 1, 0, 1), + (44072, "181206", 1, 0, 1), + (44073, "181206", 1, 0, 1), + (44074, "181206", 1, 0, 1), + (44075, "181206", 1, 0, 1), + (44076, "181224", 1, 0, 1), + (44077, "181224", 1, 0, 1), + (44078, "181224", 1, 0, 1), + (44079, "181224", 1, 0, 1), + (44080, "181224", 1, 0, 1), + (44081, "181224", 1, 0, 1), + (44082, "181202", 1, 0, 1), + (44083, "181202", 1, 0, 1), + (44084, "181202", 1, 0, 1), + (44085, "181202", 1, 0, 1), + (44086, "181202", 1, 0, 1), + (44087, "181202", 1, 0, 1), + (44088, "181202", 1, 0, 1), + (44089, "181221", 1, 0, 1), + (44090, "181221", 1, 0, 1), + (44091, "181221", 1, 0, 1), + (44092, "181221", 1, 0, 1), + (44093, "181221", 1, 0, 1), + (44094, "181203", 1, 0, 1), + (44095, "181203", 1, 0, 1), + (44096, "181203", 1, 0, 1), + (44097, "181203", 1, 0, 1), + (44098, "181203", 1, 0, 1), + (44099, "181203", 1, 0, 1), + (44100, "181203", 1, 0, 1), + (44101, "181203", 1, 0, 1), + (44102, "181203", 1, 0, 1), + (44103, "181121", 1, 0, 1), + (44104, "181204", 1, 0, 1), + (44105, "181204", 1, 0, 1), + (44106, "181207", 1, 0, 1), + (44107, "180002", 1, 0, 1), + (44108, "185211", 1, 0, 1), + (44109, "185211", 1, 0, 1), + (44110, "185211", 1, 0, 1), + (44111, "185211", 1, 0, 1), + (44112, "185211", 1, 0, 1), + (44113, "185211", 1, 0, 1), + (44114, "185211", 1, 0, 1), + (44115, "185211", 1, 0, 1), + (44116, "185211", 1, 0, 1), + (44117, "192123", 1, 0, 1), + (44118, "191111", 1, 0, 1), + (44119, "192125", 1, 0, 1), + (44120, "192121", 1, 0, 1), + (44121, "192121", 1, 0, 1), + (44122, "192121", 1, 0, 1), + (44123, "192121", 1, 0, 1), + (44124, "192121", 1, 0, 1), + (44125, "192121", 1, 0, 1), + (44126, "192121", 1, 0, 1), + (44127, "190019", 1, 0, 1), + (44128, "191103", 1, 0, 1), + (44129, "191103", 1, 0, 1), + (44130, "191103", 1, 0, 1), + (44131, "191202", 1, 0, 1), + (44132, "191202", 1, 0, 1), + (44133, "191202", 1, 0, 1), + (44134, "191202", 1, 0, 1), + (44135, "191202", 1, 0, 1), + (44136, "191202", 1, 0, 1), + (44137, "191202", 1, 0, 1), + (44138, "192221", 1, 0, 1), + (44139, "192221", 1, 0, 1), + (44140, "192221", 1, 0, 1), + (44141, "192221", 1, 0, 1), + (44142, "192221", 1, 0, 1), + (44143, "192221", 1, 0, 1), + (44144, "191113", 1, 0, 1), + (44145, "191113", 1, 0, 1), + (44146, "191113", 1, 0, 1), + (44147, "191113", 1, 0, 1), + (44148, "191113", 1, 0, 1), + (44149, "191113", 1, 0, 1), + (44150, "191113", 1, 0, 1), + (44151, "191113", 1, 0, 1), + (44152, "192123", 1, 0, 1), + (44153, "192123", 1, 0, 1), + (44154, "192123", 1, 0, 1), + (44155, "192123", 1, 0, 1), + (44156, "192123", 1, 0, 1), + (44157, "192123", 1, 0, 1), + (44158, "192123", 1, 0, 1), + (44159, "192123", 1, 0, 1), + (44160, "192123", 1, 0, 1), + (44161, "192123", 1, 0, 1), + (44162, "192123", 1, 0, 1), + (44163, "192123", 1, 0, 1), + (44164, "192123", 1, 0, 1), + (44165, "192123", 1, 0, 1), + (44166, "192123", 1, 0, 1), + (44167, "192123", 1, 0, 1), + (44168, "192123", 1, 0, 1), + (44169, "192123", 1, 0, 1), + (44170, "190003", 1, 0, 1), + (44171, "190003", 1, 0, 1), + (44172, "190003", 1, 0, 1), + (44173, "192232", 1, 0, 1), + (44174, "192232", 1, 0, 1), + (44175, "192232", 1, 0, 1), + (44176, "192232", 1, 0, 1), + (44177, "192232", 1, 0, 1), + (44178, "192232", 1, 0, 1), + (44179, "192232", 1, 0, 1), + (44180, "192232", 1, 0, 1), + (44181, "192232", 1, 0, 1), + (44182, "192232", 1, 0, 1), + (44183, "192232", 1, 0, 1), + (44184, "191111", 1, 0, 1), + (44185, "191111", 1, 0, 1), + (44186, "191111", 1, 0, 1), + (44187, "191111", 1, 0, 1), + (44188, "191111", 1, 0, 1), + (44189, "191111", 1, 0, 1), + (44190, "191111", 1, 0, 1), + (44191, "191111", 1, 0, 1), + (44192, "191111", 1, 0, 1), + (44193, "191111", 1, 0, 1), + (44194, "191111", 1, 0, 1), + (44195, "191111", 1, 0, 1), + (44196, "191111", 1, 0, 1), + (44197, "192202", 1, 0, 1), + (44198, "192202", 1, 0, 1), + (44199, "192202", 1, 0, 1), + (44200, "192202", 1, 0, 1), + (44201, "192303", 1, 0, 1), + (44202, "191112", 1, 0, 1), + (44203, "191112", 1, 0, 1), + (44204, "191112", 1, 0, 1), + (44205, "191112", 1, 0, 1), + (44206, "191112", 1, 0, 1), + (44207, "191112", 1, 0, 1), + (44208, "192212", 1, 0, 1), + (44209, "192212", 1, 0, 1), + (44210, "192212", 1, 0, 1), + (44211, "192212", 1, 0, 1), + (44212, "192212", 1, 0, 1), + (44213, "192212", 1, 0, 1), + (44214, "192212", 1, 0, 1), + (44215, "193401", 1, 0, 1), + (44216, "193401", 1, 0, 1), + (44217, "193401", 1, 0, 1), + (44218, "193401", 1, 0, 1), + (44219, "193401", 1, 0, 1), + (44220, "193401", 1, 0, 1), + (44221, "193401", 1, 0, 1), + (44222, "193401", 1, 0, 1), + (44223, "193401", 1, 0, 1), + (44224, "193401", 1, 0, 1), + (44225, "193401", 1, 0, 1), + (44226, "193401", 1, 0, 1), + (44227, "193401", 1, 0, 1), + (44228, "193401", 1, 0, 1), + (44229, "193401", 1, 0, 1), + (44230, "193401", 1, 0, 1), + (44231, "193401", 1, 0, 1), + (44232, "193401", 1, 0, 1), + (44233, "193401", 1, 0, 1), + (44234, "193401", 1, 0, 1), + (44235, "193401", 1, 0, 1), + (44236, "193401", 1, 0, 1), + (44237, "192305", 1, 0, 1), + (44238, "192305", 1, 0, 1), + (44239, "192305", 1, 0, 1), + (44240, "192305", 1, 0, 1), + (44241, "192305", 1, 0, 1), + (44242, "192305", 1, 0, 1), + (44243, "192305", 1, 0, 1), + (44244, "192125", 1, 0, 1), + (44245, "192125", 1, 0, 1), + (44246, "192125", 1, 0, 1), + (44247, "192125", 1, 0, 1), + (44248, "192125", 1, 0, 1), + (44249, "192125", 1, 0, 1), + (44250, "192122", 1, 0, 1), + (44251, "192122", 1, 0, 1), + (44252, "192122", 1, 0, 1), + (44253, "192122", 1, 0, 1), + (44254, "192122", 1, 0, 1), + (44255, "192122", 1, 0, 1), + (44256, "191101", 1, 0, 1), + (44257, "191101", 1, 0, 1), + (44258, "190015", 1, 0, 1), + (44259, "190015", 1, 0, 1), + (44260, "190015", 1, 0, 1), + (44261, "193411", 1, 0, 1), + (44262, "193411", 1, 0, 1), + (44263, "193411", 1, 0, 1), + (44264, "193411", 1, 0, 1), + (44265, "193411", 1, 0, 1), + (44266, "193411", 1, 0, 1), + (44267, "193411", 1, 0, 1), + (44268, "193411", 1, 0, 1), + (44269, "193411", 1, 0, 1), + (44270, "193411", 1, 0, 1), + (44271, "193411", 1, 0, 1), + (44272, "193411", 1, 0, 1), + (44273, "193411", 1, 0, 1), + (44274, "193411", 1, 0, 1), + (44275, "193411", 1, 0, 1), + (44276, "825132", 1, 0, 36), + (44277, "829131", 1, 0, 36), + (44278, "835202", 1, 0, 36), + (44279, "828404", 1, 0, 36), + (44280, "816107", 1, 0, 36), + (44281, "822101", 1, 0, 36), + (44282, "822129", 1, 0, 36), + (44283, "822119", 1, 0, 36), + (44284, "834007", 1, 0, 36), + (44285, "829129", 1, 0, 36), + (44286, "826006", 1, 0, 36), + (44287, "828142", 1, 0, 36), + (44288, "834001", 1, 0, 36), + (44289, "827015", 1, 0, 36), + (44290, "834013", 1, 0, 36), + (44291, "831012", 1, 0, 36), + (44292, "832103", 1, 0, 36), + (44293, "832104", 1, 0, 36), + (44294, "831018", 1, 0, 36), + (44295, "831007", 1, 0, 36), + (44296, "832105", 1, 0, 36), + (44297, "831016", 1, 0, 36), + (44298, "832106", 1, 0, 36), + (44299, "831014", 1, 0, 36), + (44300, "831001", 1, 0, 36), + (44301, "831001", 1, 0, 36), + (44302, "832107", 1, 0, 36), + (44303, "831004", 1, 0, 36), + (44304, "831002", 1, 0, 36), + (44305, "831010", 1, 0, 36), + (44306, "831004", 1, 0, 36), + (44307, "832403", 1, 0, 36), + (44308, "833201", 1, 0, 36), + (44309, "833221", 1, 0, 36), + (44310, "833102", 1, 0, 36), + (44311, "833102", 1, 0, 36), + (44312, "833102", 1, 0, 36), + (44313, "833106", 1, 0, 36), + (44314, "833212", 1, 0, 36), + (44315, "833204", 1, 0, 36), + (44316, "833103", 1, 0, 36), + (44317, "833213", 1, 0, 36), + (44318, "833214", 1, 0, 36), + (44319, "833203", 1, 0, 36), + (44320, "833215", 1, 0, 36), + (44321, "833216", 1, 0, 36), + (44322, "833222", 1, 0, 36), + (44323, "833104", 1, 0, 36), + (44324, "833223", 1, 0, 36), + (44325, "833217", 1, 0, 36), + (44326, "833218", 1, 0, 36), + (44327, "833219", 1, 0, 36), + (44328, "833220", 1, 0, 36), + (44329, "833105", 1, 0, 36), + (44330, "833202", 1, 0, 36), + (44331, "832110", 1, 0, 36), + (44332, "833101", 1, 0, 36), + (44333, "832101", 1, 0, 36), + (44334, "831017", 1, 0, 36), + (44335, "831001", 1, 0, 36), + (44336, "831007", 1, 0, 36), + (44337, "832301", 1, 0, 36), + (44338, "832401", 1, 0, 36), + (44339, "832404", 1, 0, 36), + (44340, "832302", 1, 0, 36), + (44341, "832108", 1, 0, 36), + (44342, "832303", 1, 0, 36), + (44343, "831003", 1, 0, 36), + (44344, "831013", 1, 0, 36), + (44345, "832109", 1, 0, 36), + (44346, "831009", 1, 0, 36), + (44347, "831015", 1, 0, 36), + (44348, "831004", 1, 0, 36), + (44349, "832102", 1, 0, 36), + (44350, "831006", 1, 0, 36), + (44351, "831005", 1, 0, 36), + (44352, "831004", 1, 0, 36), + (44353, "832402", 1, 0, 36), + (44354, "832304", 1, 0, 36), + (44355, "814112", 1, 0, 36), + (44356, "822134", 1, 0, 36), + (44357, "834011", 1, 0, 36), + (44358, "814101", 1, 0, 36), + (44359, "816108", 1, 0, 36), + (44360, "816109", 1, 0, 36), + (44361, "816109", 1, 0, 36), + (44362, "814101", 1, 0, 36), + (44363, "814112", 1, 0, 36), + (44364, "815351", 1, 0, 36), + (44365, "814122", 1, 0, 36), + (44366, "815353", 1, 0, 36), + (44367, "825421", 1, 0, 36), + (44368, "834002", 1, 0, 36), + (44369, "835302", 1, 0, 36), + (44370, "827001", 1, 0, 36), + (44371, "815355", 1, 0, 36), + (44372, "814112", 1, 0, 36), + (44373, "814167", 1, 0, 36), + (44374, "822132", 1, 0, 36), + (44375, "822133", 1, 0, 36), + (44376, "831011", 1, 0, 36), + (44377, "825414", 1, 0, 36), + (44378, "826009", 1, 0, 36), + (44379, "826001", 1, 0, 36), + (44380, "826007", 1, 0, 36), + (44381, "831021", 1, 0, 36), + (44382, "832113", 1, 0, 36), + (44383, "831020", 1, 0, 36), + (44384, "831001", 1, 0, 36), + (44385, "832112", 1, 0, 36), + (44386, "832111", 1, 0, 36), + (44387, "831019", 1, 0, 36), + (44388, "826001", 1, 0, 36), + (44389, "827001", 1, 0, 36), + (44390, "815301", 1, 0, 36), + (44391, "825301", 1, 0, 36), + (44392, "829122", 1, 0, 36), + (44393, "834001", 1, 0, 36), + (44394, "834002", 1, 0, 36), + (44395, "835207", 1, 0, 36), + (44396, "814101", 1, 0, 36), + (44397, "814112", 1, 0, 36), + (44398, "831001", 1, 0, 36), + (44399, "833201", 1, 0, 36), + (44400, "822101", 1, 0, 36), + (44401, "835232", 1, 0, 36), + (44402, "835232", 1, 0, 36), + (44403, "835232", 1, 0, 36), + (44404, "835224", 1, 0, 36), + (44405, "835224", 1, 0, 36), + (44406, "835220", 1, 0, 36), + (44407, "835220", 1, 0, 36), + (44408, "832101", 1, 0, 36), + (44409, "832101", 1, 0, 36), + (44410, "833102", 1, 0, 36), + (44411, "833102", 1, 0, 36), + (44412, "833102", 1, 0, 36), + (44413, "833102", 1, 0, 36), + (44414, "833102", 1, 0, 36), + (44415, "833102", 1, 0, 36), + (44416, "833102", 1, 0, 36), + (44417, "833102", 1, 0, 36), + (44418, "833102", 1, 0, 36), + (44419, "833102", 1, 0, 36), + (44420, "833102", 1, 0, 36), + (44421, "833102", 1, 0, 36), + (44422, "832301", 1, 0, 36), + (44423, "832301", 1, 0, 36), + (44424, "832301", 1, 0, 36), + (44425, "832301", 1, 0, 36), + (44426, "832301", 1, 0, 36), + (44427, "833106", 1, 0, 36), + (44428, "832302", 1, 0, 36), + (44429, "832302", 1, 0, 36), + (44430, "832302", 1, 0, 36), + (44431, "832303", 1, 0, 36), + (44432, "832303", 1, 0, 36), + (44433, "832303", 1, 0, 36), + (44434, "833103", 1, 0, 36), + (44435, "833103", 1, 0, 36), + (44436, "833103", 1, 0, 36), + (44437, "833103", 1, 0, 36), + (44438, "833103", 1, 0, 36), + (44439, "833214", 1, 0, 36), + (44440, "833204", 1, 0, 36), + (44441, "833204", 1, 0, 36), + (44442, "833204", 1, 0, 36), + (44443, "833204", 1, 0, 36), + (44444, "833204", 1, 0, 36), + (44445, "833204", 1, 0, 36), + (44446, "833204", 1, 0, 36), + (44447, "833204", 1, 0, 36), + (44448, "832102", 1, 0, 36), + (44449, "833203", 1, 0, 36), + (44450, "833203", 1, 0, 36), + (44451, "833215", 1, 0, 36), + (44452, "833215", 1, 0, 36), + (44453, "833104", 1, 0, 36), + (44454, "833104", 1, 0, 36), + (44455, "833104", 1, 0, 36), + (44456, "833104", 1, 0, 36), + (44457, "833104", 1, 0, 36), + (44458, "833104", 1, 0, 36), + (44459, "833104", 1, 0, 36), + (44460, "833104", 1, 0, 36), + (44461, "833104", 1, 0, 36), + (44462, "833104", 1, 0, 36), + (44463, "833104", 1, 0, 36), + (44464, "832104", 1, 0, 36), + (44465, "832104", 1, 0, 36), + (44466, "832104", 1, 0, 36), + (44467, "832104", 1, 0, 36), + (44468, "832104", 1, 0, 36), + (44469, "832104", 1, 0, 36), + (44470, "832104", 1, 0, 36), + (44471, "833218", 1, 0, 36), + (44472, "833218", 1, 0, 36), + (44473, "833217", 1, 0, 36), + (44474, "832105", 1, 0, 36), + (44475, "832105", 1, 0, 36), + (44476, "832106", 1, 0, 36), + (44477, "833105", 1, 0, 36), + (44478, "833105", 1, 0, 36), + (44479, "833105", 1, 0, 36), + (44480, "833105", 1, 0, 36), + (44481, "831004", 1, 0, 36), + (44482, "828104", 1, 0, 36), + (44483, "827013", 1, 0, 36), + (44484, "815357", 1, 0, 36), + (44485, "835211", 1, 0, 36), + (44486, "835211", 1, 0, 36), + (44487, "835229", 1, 0, 36), + (44488, "835103", 1, 0, 36), + (44489, "835217", 1, 0, 36), + (44490, "835217", 1, 0, 36), + (44491, "835219", 1, 0, 36), + (44492, "834006", 1, 0, 36), + (44493, "834006", 1, 0, 36), + (44494, "835213", 1, 0, 36), + (44495, "835213", 1, 0, 36), + (44496, "835302", 1, 0, 36), + (44497, "835302", 1, 0, 36), + (44498, "835302", 1, 0, 36), + (44499, "828134", 1, 0, 36), + (44500, "828134", 1, 0, 36), + (44501, "828134", 1, 0, 36), + (44502, "828134", 1, 0, 36), + (44503, "828134", 1, 0, 36), + (44504, "828134", 1, 0, 36), + (44505, "828134", 1, 0, 36), + (44506, "828134", 1, 0, 36), + (44507, "828134", 1, 0, 36), + (44508, "827010", 1, 0, 36), + (44509, "827010", 1, 0, 36), + (44510, "827010", 1, 0, 36), + (44511, "827010", 1, 0, 36), + (44512, "828303", 1, 0, 36), + (44513, "828303", 1, 0, 36), + (44514, "827302", 1, 0, 36), + (44515, "827013", 1, 0, 36), + (44516, "827013", 1, 0, 36), + (44517, "827013", 1, 0, 36), + (44518, "827013", 1, 0, 36), + (44519, "827013", 1, 0, 36), + (44520, "827013", 1, 0, 36), + (44521, "827013", 1, 0, 36), + (44522, "827013", 1, 0, 36), + (44523, "827013", 1, 0, 36), + (44524, "827013", 1, 0, 36), + (44525, "827013", 1, 0, 36), + (44526, "827013", 1, 0, 36), + (44527, "827013", 1, 0, 36), + (44528, "827013", 1, 0, 36), + (44529, "827013", 1, 0, 36), + (44530, "835209", 1, 0, 36), + (44531, "835227", 1, 0, 36), + (44532, "835227", 1, 0, 36), + (44533, "835209", 1, 0, 36), + (44534, "835209", 1, 0, 36), + (44535, "835209", 1, 0, 36), + (44536, "835227", 1, 0, 36), + (44537, "835221", 1, 0, 36), + (44538, "835216", 1, 0, 36), + (44539, "835216", 1, 0, 36), + (44540, "835303", 1, 0, 36), + (44541, "835303", 1, 0, 36), + (44542, "835222", 1, 0, 36), + (44543, "835222", 1, 0, 36), + (44544, "835301", 1, 0, 36), + (44545, "835301", 1, 0, 36), + (44546, "835202", 1, 0, 36), + (44547, "835205", 1, 0, 36), + (44548, "834010", 1, 0, 36), + (44549, "834010", 1, 0, 36), + (44550, "835225", 1, 0, 36), + (44551, "835225", 1, 0, 36), + (44552, "835225", 1, 0, 36), + (44553, "835204", 1, 0, 36), + (44554, "835204", 1, 0, 36), + (44555, "835204", 1, 0, 36), + (44556, "825132", 1, 0, 36), + (44557, "825132", 1, 0, 36), + (44558, "833104", 1, 0, 36), + (44559, "833104", 1, 0, 36), + (44560, "833103", 1, 0, 36), + (44561, "828201", 1, 0, 36), + (44562, "828305", 1, 0, 36), + (44563, "828109", 1, 0, 36), + (44564, "825101", 1, 0, 36), + (44565, "825302", 1, 0, 36), + (44566, "835211", 1, 0, 36), + (44567, "835226", 1, 0, 36), + (44568, "835210", 1, 0, 36), + (44569, "835225", 1, 0, 36), + (44570, "834002", 1, 0, 36), + (44571, "835103", 1, 0, 36), + (44572, "835222", 1, 0, 36), + (44573, "833204", 1, 0, 36), + (44574, "833102", 1, 0, 36), + (44575, "831012", 1, 0, 36), + (44576, "831002", 1, 0, 36), + (44577, "832112", 1, 0, 36), + (44578, "831004", 1, 0, 36), + (44579, "832105", 1, 0, 36), + (44580, "832105", 1, 0, 36), + (44581, "832112", 1, 0, 36), + (44582, "832112", 1, 0, 36), + (44583, "832105", 1, 0, 36), + (44584, "832105", 1, 0, 36), + (44585, "832112", 1, 0, 36), + (44586, "832105", 1, 0, 36), + (44587, "832112", 1, 0, 36), + (44588, "832112", 1, 0, 36), + (44589, "832112", 1, 0, 36), + (44590, "832112", 1, 0, 36), + (44591, "832105", 1, 0, 36), + (44592, "831002", 1, 0, 36), + (44593, "831002", 1, 0, 36), + (44594, "832107", 1, 0, 36), + (44595, "832107", 1, 0, 36), + (44596, "832107", 1, 0, 36), + (44597, "832107", 1, 0, 36), + (44598, "832104", 1, 0, 36), + (44599, "832104", 1, 0, 36), + (44600, "831012", 1, 0, 36), + (44601, "831012", 1, 0, 36), + (44602, "832304", 1, 0, 36), + (44603, "832304", 1, 0, 36), + (44604, "832402", 1, 0, 36), + (44605, "832102", 1, 0, 36), + (44606, "832102", 1, 0, 36), + (44607, "832102", 1, 0, 36), + (44608, "832102", 1, 0, 36), + (44609, "832102", 1, 0, 36), + (44610, "832102", 1, 0, 36), + (44611, "832303", 1, 0, 36), + (44612, "832303", 1, 0, 36), + (44613, "832303", 1, 0, 36), + (44614, "832303", 1, 0, 36), + (44615, "832303", 1, 0, 36), + (44616, "831002", 1, 0, 36), + (44617, "831002", 1, 0, 36), + (44618, "831002", 1, 0, 36), + (44619, "831002", 1, 0, 36), + (44620, "831002", 1, 0, 36), + (44621, "831002", 1, 0, 36), + (44622, "831002", 1, 0, 36), + (44623, "831002", 1, 0, 36), + (44624, "831002", 1, 0, 36), + (44625, "831002", 1, 0, 36), + (44626, "831002", 1, 0, 36), + (44627, "832403", 1, 0, 36), + (44628, "832403", 1, 0, 36), + (44629, "832401", 1, 0, 36), + (44630, "832403", 1, 0, 36), + (44631, "831002", 1, 0, 36), + (44632, "831002", 1, 0, 36), + (44633, "831002", 1, 0, 36), + (44634, "831002", 1, 0, 36), + (44635, "832403", 1, 0, 36), + (44636, "832403", 1, 0, 36), + (44637, "832403", 1, 0, 36), + (44638, "832403", 1, 0, 36), + (44639, "833214", 1, 0, 36), + (44640, "833214", 1, 0, 36), + (44641, "833214", 1, 0, 36), + (44642, "833103", 1, 0, 36), + (44643, "833214", 1, 0, 36), + (44644, "833214", 1, 0, 36), + (44645, "833214", 1, 0, 36), + (44646, "833103", 1, 0, 36), + (44647, "833103", 1, 0, 36), + (44648, "833106", 1, 0, 36), + (44649, "833106", 1, 0, 36), + (44650, "833102", 1, 0, 36), + (44651, "833102", 1, 0, 36), + (44652, "833102", 1, 0, 36), + (44653, "833102", 1, 0, 36), + (44654, "833102", 1, 0, 36), + (44655, "833102", 1, 0, 36), + (44656, "833102", 1, 0, 36), + (44657, "833102", 1, 0, 36), + (44658, "833102", 1, 0, 36), + (44659, "833102", 1, 0, 36), + (44660, "833102", 1, 0, 36), + (44661, "833102", 1, 0, 36), + (44662, "833102", 1, 0, 36), + (44663, "833102", 1, 0, 36), + (44664, "833204", 1, 0, 36), + (44665, "833204", 1, 0, 36), + (44666, "833204", 1, 0, 36), + (44667, "833204", 1, 0, 36), + (44668, "833204", 1, 0, 36), + (44669, "833101", 1, 0, 36), + (44670, "833101", 1, 0, 36), + (44671, "833101", 1, 0, 36), + (44672, "833102", 1, 0, 36), + (44673, "833102", 1, 0, 36), + (44674, "833102", 1, 0, 36), + (44675, "833102", 1, 0, 36), + (44676, "833102", 1, 0, 36), + (44677, "833102", 1, 0, 36), + (44678, "833204", 1, 0, 36), + (44679, "833204", 1, 0, 36), + (44680, "833204", 1, 0, 36), + (44681, "833204", 1, 0, 36), + (44682, "833204", 1, 0, 36), + (44683, "833204", 1, 0, 36), + (44684, "833204", 1, 0, 36), + (44685, "833204", 1, 0, 36), + (44686, "833204", 1, 0, 36), + (44687, "833204", 1, 0, 36), + (44688, "833204", 1, 0, 36), + (44689, "833204", 1, 0, 36), + (44690, "833204", 1, 0, 36), + (44691, "833204", 1, 0, 36), + (44692, "833204", 1, 0, 36), + (44693, "833204", 1, 0, 36), + (44694, "833204", 1, 0, 36), + (44695, "833204", 1, 0, 36), + (44696, "833204", 1, 0, 36), + (44697, "833204", 1, 0, 36), + (44698, "833204", 1, 0, 36), + (44699, "833214", 1, 0, 36), + (44700, "833214", 1, 0, 36), + (44701, "833214", 1, 0, 36), + (44702, "833214", 1, 0, 36), + (44703, "833214", 1, 0, 36), + (44704, "833214", 1, 0, 36), + (44705, "833214", 1, 0, 36), + (44706, "833214", 1, 0, 36), + (44707, "833214", 1, 0, 36), + (44708, "833214", 1, 0, 36), + (44709, "833214", 1, 0, 36), + (44710, "833214", 1, 0, 36), + (44711, "833203", 1, 0, 36), + (44712, "833203", 1, 0, 36), + (44713, "833215", 1, 0, 36), + (44714, "833215", 1, 0, 36), + (44715, "833215", 1, 0, 36), + (44716, "833215", 1, 0, 36), + (44717, "833215", 1, 0, 36), + (44718, "833215", 1, 0, 36), + (44719, "833216", 1, 0, 36), + (44720, "833216", 1, 0, 36), + (44721, "833104", 1, 0, 36), + (44722, "833104", 1, 0, 36), + (44723, "833218", 1, 0, 36), + (44724, "833218", 1, 0, 36), + (44725, "833219", 1, 0, 36), + (44726, "833219", 1, 0, 36), + (44727, "833219", 1, 0, 36), + (44728, "833105", 1, 0, 36), + (44729, "833202", 1, 0, 36), + (44730, "833202", 1, 0, 36), + (44731, "832404", 1, 0, 36), + (44732, "832404", 1, 0, 36), + (44733, "832404", 1, 0, 36), + (44734, "832404", 1, 0, 36), + (44735, "832404", 1, 0, 36), + (44736, "832404", 1, 0, 36), + (44737, "832404", 1, 0, 36), + (44738, "832112", 1, 0, 36), + (44739, "832401", 1, 0, 36), + (44740, "832401", 1, 0, 36), + (44741, "832401", 1, 0, 36), + (44742, "832401", 1, 0, 36), + (44743, "832401", 1, 0, 36), + (44744, "832401", 1, 0, 36), + (44745, "832401", 1, 0, 36), + (44746, "832401", 1, 0, 36), + (44747, "832401", 1, 0, 36), + (44748, "832401", 1, 0, 36), + (44749, "832401", 1, 0, 36), + (44750, "832401", 1, 0, 36), + (44751, "832401", 1, 0, 36), + (44752, "832401", 1, 0, 36), + (44753, "832404", 1, 0, 36), + (44754, "832404", 1, 0, 36), + (44755, "832404", 1, 0, 36), + (44756, "832404", 1, 0, 36), + (44757, "832404", 1, 0, 36), + (44758, "832404", 1, 0, 36), + (44759, "832404", 1, 0, 36), + (44760, "832404", 1, 0, 36), + (44761, "832404", 1, 0, 36), + (44762, "832404", 1, 0, 36), + (44763, "832404", 1, 0, 36), + (44764, "832404", 1, 0, 36), + (44765, "832404", 1, 0, 36), + (44766, "832108", 1, 0, 36), + (44767, "832108", 1, 0, 36), + (44768, "832108", 1, 0, 36), + (44769, "832108", 1, 0, 36), + (44770, "832302", 1, 0, 36), + (44771, "832302", 1, 0, 36), + (44772, "832303", 1, 0, 36), + (44773, "832303", 1, 0, 36), + (44774, "832303", 1, 0, 36), + (44775, "832303", 1, 0, 36), + (44776, "832303", 1, 0, 36), + (44777, "832303", 1, 0, 36), + (44778, "832303", 1, 0, 36), + (44779, "832101", 1, 0, 36), + (44780, "832101", 1, 0, 36), + (44781, "832101", 1, 0, 36), + (44782, "832301", 1, 0, 36), + (44783, "832301", 1, 0, 36), + (44784, "832301", 1, 0, 36), + (44785, "827010", 1, 0, 36), + (44786, "827010", 1, 0, 36), + (44787, "827010", 1, 0, 36), + (44788, "815312", 1, 0, 36), + (44789, "815311", 1, 0, 36), + (44790, "815311", 1, 0, 36), + (44791, "815311", 1, 0, 36), + (44792, "829132", 1, 0, 36), + (44793, "815313", 1, 0, 36), + (44794, "825406", 1, 0, 36), + (44795, "825418", 1, 0, 36), + (44796, "825410", 1, 0, 36), + (44797, "825404", 1, 0, 36), + (44798, "825132", 1, 0, 36), + (44799, "825132", 1, 0, 36), + (44800, "825132", 1, 0, 36), + (44801, "825132", 1, 0, 36), + (44802, "825132", 1, 0, 36), + (44803, "825132", 1, 0, 36), + (44804, "829109", 1, 0, 36), + (44805, "835225", 1, 0, 36), + (44806, "814155", 1, 0, 36), + (44807, "814133", 1, 0, 36), + (44808, "814133", 1, 0, 36), + (44809, "815351", 1, 0, 36), + (44810, "815351", 1, 0, 36), + (44811, "815351", 1, 0, 36), + (44812, "815351", 1, 0, 36), + (44813, "815351", 1, 0, 36), + (44814, "815351", 1, 0, 36), + (44815, "815351", 1, 0, 36), + (44816, "815351", 1, 0, 36), + (44817, "815351", 1, 0, 36), + (44818, "815351", 1, 0, 36), + (44819, "814142", 1, 0, 36), + (44820, "814142", 1, 0, 36), + (44821, "814142", 1, 0, 36), + (44822, "814142", 1, 0, 36), + (44823, "815359", 1, 0, 36), + (44824, "815359", 1, 0, 36), + (44825, "815359", 1, 0, 36), + (44826, "815353", 1, 0, 36), + (44827, "815354", 1, 0, 36), + (44828, "814152", 1, 0, 36), + (44829, "816104", 1, 0, 36), + (44830, "814148", 1, 0, 36), + (44831, "816108", 1, 0, 36), + (44832, "814102", 1, 0, 36), + (44833, "814102", 1, 0, 36), + (44834, "814102", 1, 0, 36), + (44835, "814102", 1, 0, 36), + (44836, "816118", 1, 0, 36), + (44837, "816118", 1, 0, 36), + (44838, "833204", 1, 0, 36), + (44839, "833216", 1, 0, 36), + (44840, "833104", 1, 0, 36), + (44841, "832401", 1, 0, 36), + (44842, "832104", 1, 0, 36), + (44843, "832106", 1, 0, 36), + (44844, "831002", 1, 0, 36), + (44845, "822110", 1, 0, 36), + (44846, "822110", 1, 0, 36), + (44847, "825409", 1, 0, 36), + (44848, "825401", 1, 0, 36), + (44849, "825403", 1, 0, 36), + (44850, "825302", 1, 0, 36), + (44851, "825409", 1, 0, 36), + (44852, "829118", 1, 0, 36), + (44853, "825319", 1, 0, 36), + (44854, "829101", 1, 0, 36), + (44855, "829133", 1, 0, 36), + (44856, "828116", 1, 0, 36), + (44857, "828111", 1, 0, 36), + (44858, "828121", 1, 0, 36), + (44859, "835219", 1, 0, 36), + (44860, "814142", 1, 0, 36), + (44861, "831001", 1, 0, 36), + (44862, "831002", 1, 0, 36), + (44863, "828302", 1, 0, 36), + (44864, "829117", 1, 0, 36), + (44865, "828109", 1, 0, 36), + (44866, "816118", 1, 0, 36), + (44867, "814147", 1, 0, 36), + (44868, "815355", 1, 0, 36), + (44869, "815355", 1, 0, 36), + (44870, "815355", 1, 0, 36), + (44871, "815355", 1, 0, 36), + (44872, "815355", 1, 0, 36), + (44873, "815355", 1, 0, 36), + (44874, "815355", 1, 0, 36), + (44875, "815355", 1, 0, 36), + (44876, "815355", 1, 0, 36), + (44877, "815355", 1, 0, 36), + (44878, "815355", 1, 0, 36), + (44879, "813208", 1, 0, 36), + (44880, "816106", 1, 0, 36), + (44881, "834006", 1, 0, 36), + (44882, "835302", 1, 0, 36), + (44883, "835214", 1, 0, 36), + (44884, "835217", 1, 0, 36), + (44885, "835302", 1, 0, 36), + (44886, "835234", 1, 0, 36), + (44887, "834002", 1, 0, 36), + (44888, "835302", 1, 0, 36), + (44889, "828402", 1, 0, 36), + (44890, "826001", 1, 0, 36), + (44891, "826001", 1, 0, 36), + (44892, "826001", 1, 0, 36), + (44893, "826001", 1, 0, 36), + (44894, "826001", 1, 0, 36), + (44895, "826001", 1, 0, 36), + (44896, "826001", 1, 0, 36), + (44897, "828105", 1, 0, 36), + (44898, "828111", 1, 0, 36), + (44899, "828111", 1, 0, 36), + (44900, "828111", 1, 0, 36), + (44901, "828122", 1, 0, 36), + (44902, "828122", 1, 0, 36), + (44903, "828124", 1, 0, 36), + (44904, "828107", 1, 0, 36), + (44905, "828120", 1, 0, 36), + (44906, "828123", 1, 0, 36), + (44907, "827001", 1, 0, 36), + (44908, "827003", 1, 0, 36), + (44909, "827004", 1, 0, 36), + (44910, "827006", 1, 0, 36), + (44911, "827009", 1, 0, 36), + (44912, "827010", 1, 0, 36), + (44913, "827012", 1, 0, 36), + (44914, "827013", 1, 0, 36), + (44915, "827013", 1, 0, 36), + (44916, "827014", 1, 0, 36), + (44917, "828103", 1, 0, 36), + (44918, "828112", 1, 0, 36), + (44919, "828114", 1, 0, 36), + (44920, "828125", 1, 0, 36), + (44921, "828128", 1, 0, 36), + (44922, "828134", 1, 0, 36), + (44923, "828306", 1, 0, 36), + (44924, "828307", 1, 0, 36), + (44925, "828309", 1, 0, 36), + (44926, "827302", 1, 0, 36), + (44927, "829301", 1, 0, 36), + (44928, "826003", 1, 0, 36), + (44929, "826004", 1, 0, 36), + (44930, "826005", 1, 0, 36), + (44931, "828101", 1, 0, 36), + (44932, "828104", 1, 0, 36), + (44933, "828106", 1, 0, 36), + (44934, "828108", 1, 0, 36), + (44935, "828109", 1, 0, 36), + (44936, "828110", 1, 0, 36), + (44937, "828111", 1, 0, 36), + (44938, "828113", 1, 0, 36), + (44939, "828115", 1, 0, 36), + (44940, "828116", 1, 0, 36), + (44941, "828117", 1, 0, 36), + (44942, "828119", 1, 0, 36), + (44943, "828121", 1, 0, 36), + (44944, "828126", 1, 0, 36), + (44945, "828127", 1, 0, 36), + (44946, "828129", 1, 0, 36), + (44947, "828130", 1, 0, 36), + (44948, "828131", 1, 0, 36), + (44949, "828132", 1, 0, 36), + (44950, "828133", 1, 0, 36), + (44951, "828135", 1, 0, 36), + (44952, "828201", 1, 0, 36), + (44953, "828202", 1, 0, 36), + (44954, "828203", 1, 0, 36), + (44955, "828204", 1, 0, 36), + (44956, "828205", 1, 0, 36), + (44957, "828206", 1, 0, 36), + (44958, "828207", 1, 0, 36), + (44959, "828301", 1, 0, 36), + (44960, "828302", 1, 0, 36), + (44961, "828303", 1, 0, 36), + (44962, "828304", 1, 0, 36), + (44963, "828305", 1, 0, 36), + (44964, "828401", 1, 0, 36), + (44965, "829127", 1, 0, 36), + (44966, "829128", 1, 0, 36), + (44967, "825320", 1, 0, 36), + (44968, "815317", 1, 0, 36), + (44969, "829149", 1, 0, 36), + (44970, "815313", 1, 0, 36), + (44971, "829113", 1, 0, 36), + (44972, "829114", 1, 0, 36), + (44973, "829132", 1, 0, 36), + (44974, "815311", 1, 0, 36), + (44975, "825322", 1, 0, 36), + (44976, "815301", 1, 0, 36), + (44977, "815312", 1, 0, 36), + (44978, "815315", 1, 0, 36), + (44979, "829104", 1, 0, 36), + (44980, "829107", 1, 0, 36), + (44981, "828403", 1, 0, 36), + (44982, "825102", 1, 0, 36), + (44983, "825106", 1, 0, 36), + (44984, "815301", 1, 0, 36), + (44985, "815302", 1, 0, 36), + (44986, "829111", 1, 0, 36), + (44987, "829112", 1, 0, 36), + (44988, "825167", 1, 0, 36), + (44989, "815318", 1, 0, 36), + (44990, "829116", 1, 0, 36), + (44991, "815314", 1, 0, 36), + (44992, "815301", 1, 0, 36), + (44993, "815316", 1, 0, 36), + (44994, "829121", 1, 0, 36), + (44995, "825108", 1, 0, 36), + (44996, "825324", 1, 0, 36), + (44997, "829144", 1, 0, 36), + (44998, "829123", 1, 0, 36), + (44999, "825412", 1, 0, 36), + (45000, "825329", 1, 0, 36), + (45001, "825301", 1, 0, 36), + (45002, "825405", 1, 0, 36), + (45003, "825311", 1, 0, 36), + (45004, "825323", 1, 0, 36), + (45005, "825312", 1, 0, 36), + (45006, "825301", 1, 0, 36), + (45007, "825317", 1, 0, 36), + (45008, "825336", 1, 0, 36), + (45009, "825401", 1, 0, 36), + (45010, "825406", 1, 0, 36), + (45011, "825302", 1, 0, 36), + (45012, "825313", 1, 0, 36), + (45013, "825301", 1, 0, 36), + (45014, "825407", 1, 0, 36), + (45015, "825418", 1, 0, 36), + (45016, "825314", 1, 0, 36), + (45017, "825402", 1, 0, 36), + (45018, "825408", 1, 0, 36), + (45019, "825109", 1, 0, 36), + (45020, "825409", 1, 0, 36), + (45021, "825409", 1, 0, 36), + (45022, "825403", 1, 0, 36), + (45023, "825410", 1, 0, 36), + (45024, "825303", 1, 0, 36), + (45025, "825301", 1, 0, 36), + (45026, "825319", 1, 0, 36), + (45027, "829134", 1, 0, 36), + (45028, "825330", 1, 0, 36), + (45029, "825325", 1, 0, 36), + (45030, "825315", 1, 0, 36), + (45031, "825318", 1, 0, 36), + (45032, "825411", 1, 0, 36), + (45033, "825404", 1, 0, 36), + (45034, "825321", 1, 0, 36), + (45035, "825326", 1, 0, 36), + (45036, "825413", 1, 0, 36), + (45037, "829143", 1, 0, 36), + (45038, "829102", 1, 0, 36), + (45039, "829103", 1, 0, 36), + (45040, "829105", 1, 0, 36), + (45041, "829135", 1, 0, 36), + (45042, "829106", 1, 0, 36), + (45043, "825316", 1, 0, 36), + (45044, "829117", 1, 0, 36), + (45045, "829125", 1, 0, 36), + (45046, "829126", 1, 0, 36), + (45047, "829130", 1, 0, 36), + (45048, "829101", 1, 0, 36), + (45049, "825103", 1, 0, 36), + (45050, "825101", 1, 0, 36), + (45051, "829108", 1, 0, 36), + (45052, "829109", 1, 0, 36), + (45053, "829110", 1, 0, 36), + (45054, "829118", 1, 0, 36), + (45055, "829119", 1, 0, 36), + (45056, "829122", 1, 0, 36), + (45057, "829150", 1, 0, 36), + (45058, "829124", 1, 0, 36), + (45059, "829133", 1, 0, 36), + (45060, "834008", 1, 0, 36), + (45061, "835205", 1, 0, 36), + (45062, "834001", 1, 0, 36), + (45063, "834001", 1, 0, 36), + (45064, "834002", 1, 0, 36), + (45065, "834005", 1, 0, 36), + (45066, "834001", 1, 0, 36), + (45067, "835301", 1, 0, 36), + (45068, "834001", 1, 0, 36), + (45069, "834006", 1, 0, 36), + (45070, "834008", 1, 0, 36), + (45071, "834001", 1, 0, 36), + (45072, "834001", 1, 0, 36), + (45073, "834001", 1, 0, 36), + (45074, "834001", 1, 0, 36), + (45075, "835214", 1, 0, 36), + (45076, "835215", 1, 0, 36), + (45077, "834008", 1, 0, 36), + (45078, "835325", 1, 0, 36), + (45079, "834001", 1, 0, 36), + (45080, "835217", 1, 0, 36), + (45081, "835219", 1, 0, 36), + (45082, "834001", 1, 0, 36), + (45083, "835303", 1, 0, 36), + (45084, "834006", 1, 0, 36), + (45085, "834001", 1, 0, 36), + (45086, "834009", 1, 0, 36), + (45087, "834009", 1, 0, 36), + (45088, "834008", 1, 0, 36), + (45089, "834006", 1, 0, 36), + (45090, "834008", 1, 0, 36), + (45091, "835222", 1, 0, 36), + (45092, "834002", 1, 0, 36), + (45093, "834002", 1, 0, 36), + (45094, "835204", 1, 0, 36), + (45095, "835101", 1, 0, 36), + (45096, "834004", 1, 0, 36), + (45097, "835234", 1, 0, 36), + (45098, "834003", 1, 0, 36), + (45099, "834004", 1, 0, 36), + (45100, "834004", 1, 0, 36), + (45101, "834004", 1, 0, 36), + (45102, "834002", 1, 0, 36), + (45103, "834002", 1, 0, 36), + (45104, "834004", 1, 0, 36), + (45105, "834004", 1, 0, 36), + (45106, "835209", 1, 0, 36), + (45107, "835210", 1, 0, 36), + (45108, "835216", 1, 0, 36), + (45109, "834010", 1, 0, 36), + (45110, "834003", 1, 0, 36), + (45111, "835221", 1, 0, 36), + (45112, "834002", 1, 0, 36), + (45113, "834004", 1, 0, 36), + (45114, "835102", 1, 0, 36), + (45115, "835225", 1, 0, 36), + (45116, "835103", 1, 0, 36), + (45117, "835227", 1, 0, 36), + (45118, "835203", 1, 0, 36), + (45119, "835229", 1, 0, 36), + (45120, "835231", 1, 0, 36), + (45121, "835206", 1, 0, 36), + (45122, "835207", 1, 0, 36), + (45123, "835208", 1, 0, 36), + (45124, "835207", 1, 0, 36), + (45125, "835232", 1, 0, 36), + (45126, "835230", 1, 0, 36), + (45127, "835220", 1, 0, 36), + (45128, "835224", 1, 0, 36), + (45129, "835233", 1, 0, 36), + (45130, "835302", 1, 0, 36), + (45131, "835213", 1, 0, 36), + (45132, "835218", 1, 0, 36), + (45133, "835302", 1, 0, 36), + (45134, "835223", 1, 0, 36), + (45135, "835201", 1, 0, 36), + (45136, "835228", 1, 0, 36), + (45137, "835235", 1, 0, 36), + (45138, "835211", 1, 0, 36), + (45139, "835212", 1, 0, 36), + (45140, "835226", 1, 0, 36), + (45141, "816129", 1, 0, 36), + (45142, "814157", 1, 0, 36), + (45143, "814116", 1, 0, 36), + (45144, "814118", 1, 0, 36), + (45145, "814102", 1, 0, 36), + (45146, "814110", 1, 0, 36), + (45147, "815351", 1, 0, 36), + (45148, "814166", 1, 0, 36), + (45149, "815353", 1, 0, 36), + (45150, "814145", 1, 0, 36), + (45151, "815354", 1, 0, 36), + (45152, "814141", 1, 0, 36), + (45153, "815357", 1, 0, 36), + (45154, "816117", 1, 0, 36), + (45155, "814158", 1, 0, 36), + (45156, "814147", 1, 0, 36), + (45157, "814151", 1, 0, 36), + (45158, "814114", 1, 0, 36), + (45159, "814156", 1, 0, 36), + (45160, "814155", 1, 0, 36), + (45161, "814101", 1, 0, 36), + (45162, "813208", 1, 0, 36), + (45163, "814160", 1, 0, 36), + (45164, "814103", 1, 0, 36), + (45165, "815359", 1, 0, 36), + (45166, "816115", 1, 0, 36), + (45167, "814111", 1, 0, 36), + (45168, "814154", 1, 0, 36), + (45169, "815352", 1, 0, 36), + (45170, "816116", 1, 0, 36), + (45171, "816105", 1, 0, 36), + (45172, "814119", 1, 0, 36), + (45173, "814149", 1, 0, 36), + (45174, "814144", 1, 0, 36), + (45175, "816102", 1, 0, 36), + (45176, "816118", 1, 0, 36), + (45177, "816120", 1, 0, 36), + (45178, "816110", 1, 0, 36), + (45179, "814113", 1, 0, 36), + (45180, "814148", 1, 0, 36), + (45181, "816106", 1, 0, 36), + (45182, "816108", 1, 0, 36), + (45183, "814115", 1, 0, 36), + (45184, "814120", 1, 0, 36), + (45185, "814133", 1, 0, 36), + (45186, "814142", 1, 0, 36), + (45187, "814143", 1, 0, 36), + (45188, "814165", 1, 0, 36), + (45189, "814153", 1, 0, 36), + (45190, "814152", 1, 0, 36), + (45191, "814150", 1, 0, 36), + (45192, "816101", 1, 0, 36), + (45193, "816103", 1, 0, 36), + (45194, "816104", 1, 0, 36), + (45195, "816107", 1, 0, 36), + (45196, "814146", 1, 0, 36), + (45197, "816109", 1, 0, 36), + (45198, "829202", 1, 0, 36), + (45199, "822111", 1, 0, 36), + (45200, "822101", 1, 0, 36), + (45201, "822112", 1, 0, 36), + (45202, "829201", 1, 0, 36), + (45203, "829203", 1, 0, 36), + (45204, "822113", 1, 0, 36), + (45205, "829204", 1, 0, 36), + (45206, "822102", 1, 0, 36), + (45207, "829210", 1, 0, 36), + (45208, "822101", 1, 0, 36), + (45209, "822114", 1, 0, 36), + (45210, "822101", 1, 0, 36), + (45211, "822131", 1, 0, 36), + (45212, "822115", 1, 0, 36), + (45213, "822116", 1, 0, 36), + (45214, "822117", 1, 0, 36), + (45215, "829205", 1, 0, 36), + (45216, "829206", 1, 0, 36), + (45217, "829207", 1, 0, 36), + (45218, "822118", 1, 0, 36), + (45219, "829208", 1, 0, 36), + (45220, "822120", 1, 0, 36), + (45221, "822121", 1, 0, 36), + (45222, "822122", 1, 0, 36), + (45223, "822123", 1, 0, 36), + (45224, "822124", 1, 0, 36), + (45225, "822110", 1, 0, 36), + (45226, "822128", 1, 0, 36), + (45227, "822125", 1, 0, 36), + (45228, "829209", 1, 0, 36), + (45229, "822126", 1, 0, 36), + (45230, "822114", 1, 0, 36), + (45231, "822114", 1, 0, 36), + (45232, "822116", 1, 0, 36), + (45233, "822122", 1, 0, 36), + (45234, "822124", 1, 0, 36), + (45235, "822112", 1, 0, 36), + (45236, "822133", 1, 0, 36), + (45237, "822126", 1, 0, 36), + (45238, "822119", 1, 0, 36), + (45239, "822114", 1, 0, 36), + (45240, "822114", 1, 0, 36), + (45241, "822133", 1, 0, 36), + (45242, "822114", 1, 0, 36), + (45243, "822112", 1, 0, 36), + (45244, "829202", 1, 0, 36), + (45245, "829202", 1, 0, 36), + (45246, "829202", 1, 0, 36), + (45247, "829202", 1, 0, 36), + (45248, "829203", 1, 0, 36), + (45249, "829202", 1, 0, 36), + (45250, "829202", 1, 0, 36), + (45251, "829202", 1, 0, 36), + (45252, "829202", 1, 0, 36), + (45253, "829202", 1, 0, 36), + (45254, "829202", 1, 0, 36), + (45255, "829202", 1, 0, 36), + (45256, "829202", 1, 0, 36), + (45257, "829202", 1, 0, 36), + (45258, "829202", 1, 0, 36), + (45259, "829202", 1, 0, 36), + (45260, "829202", 1, 0, 36), + (45261, "829202", 1, 0, 36), + (45262, "822133", 1, 0, 36), + (45263, "822133", 1, 0, 36), + (45264, "822114", 1, 0, 36), + (45265, "822133", 1, 0, 36), + (45266, "822114", 1, 0, 36), + (45267, "822133", 1, 0, 36), + (45268, "822114", 1, 0, 36), + (45269, "822133", 1, 0, 36), + (45270, "822114", 1, 0, 36), + (45271, "822114", 1, 0, 36), + (45272, "822113", 1, 0, 36), + (45273, "822113", 1, 0, 36), + (45274, "822113", 1, 0, 36), + (45275, "822113", 1, 0, 36), + (45276, "822113", 1, 0, 36), + (45277, "822113", 1, 0, 36), + (45278, "822113", 1, 0, 36), + (45279, "822113", 1, 0, 36), + (45280, "822113", 1, 0, 36), + (45281, "822113", 1, 0, 36), + (45282, "822113", 1, 0, 36), + (45283, "822113", 1, 0, 36), + (45284, "822113", 1, 0, 36), + (45285, "822113", 1, 0, 36), + (45286, "822113", 1, 0, 36), + (45287, "822113", 1, 0, 36), + (45288, "822113", 1, 0, 36), + (45289, "822113", 1, 0, 36), + (45290, "829204", 1, 0, 36), + (45291, "829204", 1, 0, 36), + (45292, "829204", 1, 0, 36), + (45293, "829204", 1, 0, 36), + (45294, "829204", 1, 0, 36), + (45295, "829204", 1, 0, 36), + (45296, "829204", 1, 0, 36), + (45297, "829204", 1, 0, 36), + (45298, "829204", 1, 0, 36), + (45299, "822102", 1, 0, 36), + (45300, "822102", 1, 0, 36), + (45301, "822102", 1, 0, 36), + (45302, "822102", 1, 0, 36), + (45303, "822102", 1, 0, 36), + (45304, "822114", 1, 0, 36), + (45305, "822114", 1, 0, 36), + (45306, "822114", 1, 0, 36), + (45307, "822133", 1, 0, 36), + (45308, "822114", 1, 0, 36), + (45309, "822114", 1, 0, 36), + (45310, "822114", 1, 0, 36), + (45311, "822134", 1, 0, 36), + (45312, "822114", 1, 0, 36), + (45313, "822134", 1, 0, 36), + (45314, "822134", 1, 0, 36), + (45315, "822114", 1, 0, 36), + (45316, "822134", 1, 0, 36), + (45317, "822131", 1, 0, 36), + (45318, "822131", 1, 0, 36), + (45319, "822131", 1, 0, 36), + (45320, "822115", 1, 0, 36), + (45321, "822115", 1, 0, 36), + (45322, "822115", 1, 0, 36), + (45323, "822115", 1, 0, 36), + (45324, "822115", 1, 0, 36), + (45325, "822115", 1, 0, 36), + (45326, "822115", 1, 0, 36), + (45327, "822115", 1, 0, 36), + (45328, "822116", 1, 0, 36), + (45329, "822116", 1, 0, 36), + (45330, "822116", 1, 0, 36), + (45331, "822116", 1, 0, 36), + (45332, "822116", 1, 0, 36), + (45333, "822116", 1, 0, 36), + (45334, "822116", 1, 0, 36), + (45335, "822116", 1, 0, 36), + (45336, "822116", 1, 0, 36), + (45337, "822116", 1, 0, 36), + (45338, "822116", 1, 0, 36), + (45339, "822116", 1, 0, 36), + (45340, "822116", 1, 0, 36), + (45341, "829205", 1, 0, 36), + (45342, "829205", 1, 0, 36), + (45343, "829206", 1, 0, 36), + (45344, "829206", 1, 0, 36), + (45345, "829206", 1, 0, 36), + (45346, "829206", 1, 0, 36), + (45347, "829206", 1, 0, 36), + (45348, "822121", 1, 0, 36), + (45349, "822121", 1, 0, 36), + (45350, "822121", 1, 0, 36), + (45351, "822121", 1, 0, 36), + (45352, "822121", 1, 0, 36), + (45353, "822121", 1, 0, 36), + (45354, "822121", 1, 0, 36), + (45355, "822121", 1, 0, 36), + (45356, "822121", 1, 0, 36), + (45357, "822122", 1, 0, 36), + (45358, "822122", 1, 0, 36), + (45359, "822122", 1, 0, 36), + (45360, "822122", 1, 0, 36), + (45361, "822122", 1, 0, 36), + (45362, "822122", 1, 0, 36), + (45363, "822122", 1, 0, 36), + (45364, "822122", 1, 0, 36), + (45365, "822122", 1, 0, 36), + (45366, "822122", 1, 0, 36), + (45367, "822122", 1, 0, 36), + (45368, "822123", 1, 0, 36), + (45369, "822123", 1, 0, 36), + (45370, "822123", 1, 0, 36), + (45371, "822123", 1, 0, 36), + (45372, "822123", 1, 0, 36), + (45373, "822123", 1, 0, 36), + (45374, "822123", 1, 0, 36), + (45375, "822123", 1, 0, 36), + (45376, "822123", 1, 0, 36), + (45377, "822123", 1, 0, 36), + (45378, "822123", 1, 0, 36), + (45379, "822123", 1, 0, 36), + (45380, "822123", 1, 0, 36), + (45381, "822123", 1, 0, 36), + (45382, "822123", 1, 0, 36), + (45383, "822123", 1, 0, 36), + (45384, "822123", 1, 0, 36), + (45385, "822123", 1, 0, 36), + (45386, "822124", 1, 0, 36), + (45387, "822124", 1, 0, 36), + (45388, "822124", 1, 0, 36), + (45389, "822124", 1, 0, 36), + (45390, "822124", 1, 0, 36), + (45391, "822132", 1, 0, 36), + (45392, "822124", 1, 0, 36), + (45393, "822132", 1, 0, 36), + (45394, "822132", 1, 0, 36), + (45395, "822124", 1, 0, 36), + (45396, "822124", 1, 0, 36), + (45397, "822124", 1, 0, 36), + (45398, "822124", 1, 0, 36), + (45399, "822132", 1, 0, 36), + (45400, "822132", 1, 0, 36), + (45401, "822132", 1, 0, 36), + (45402, "822124", 1, 0, 36), + (45403, "822124", 1, 0, 36), + (45404, "822124", 1, 0, 36), + (45405, "822132", 1, 0, 36), + (45406, "822124", 1, 0, 36), + (45407, "822132", 1, 0, 36), + (45408, "822110", 1, 0, 36), + (45409, "822110", 1, 0, 36), + (45410, "822110", 1, 0, 36), + (45411, "822110", 1, 0, 36), + (45412, "822110", 1, 0, 36), + (45413, "822110", 1, 0, 36), + (45414, "822110", 1, 0, 36), + (45415, "822110", 1, 0, 36), + (45416, "822110", 1, 0, 36), + (45417, "822110", 1, 0, 36), + (45418, "822110", 1, 0, 36), + (45419, "822111", 1, 0, 36), + (45420, "822111", 1, 0, 36), + (45421, "822111", 1, 0, 36), + (45422, "822111", 1, 0, 36), + (45423, "822111", 1, 0, 36), + (45424, "822111", 1, 0, 36), + (45425, "822112", 1, 0, 36), + (45426, "822112", 1, 0, 36), + (45427, "822112", 1, 0, 36), + (45428, "822112", 1, 0, 36), + (45429, "822112", 1, 0, 36), + (45430, "822112", 1, 0, 36), + (45431, "822112", 1, 0, 36), + (45432, "822112", 1, 0, 36), + (45433, "822112", 1, 0, 36), + (45434, "822112", 1, 0, 36), + (45435, "822112", 1, 0, 36), + (45436, "822112", 1, 0, 36), + (45437, "822112", 1, 0, 36), + (45438, "822112", 1, 0, 36), + (45439, "829201", 1, 0, 36), + (45440, "829203", 1, 0, 36), + (45441, "829203", 1, 0, 36), + (45442, "829203", 1, 0, 36), + (45443, "829203", 1, 0, 36), + (45444, "829203", 1, 0, 36), + (45445, "829203", 1, 0, 36), + (45446, "829203", 1, 0, 36), + (45447, "829203", 1, 0, 36), + (45448, "829203", 1, 0, 36), + (45449, "829203", 1, 0, 36), + (45450, "829203", 1, 0, 36), + (45451, "822113", 1, 0, 36), + (45452, "822113", 1, 0, 36), + (45453, "822113", 1, 0, 36), + (45454, "822113", 1, 0, 36), + (45455, "822113", 1, 0, 36), + (45456, "822110", 1, 0, 36), + (45457, "822133", 1, 0, 36), + (45458, "822133", 1, 0, 36), + (45459, "822128", 1, 0, 36), + (45460, "822128", 1, 0, 36), + (45461, "822128", 1, 0, 36), + (45462, "822128", 1, 0, 36), + (45463, "822128", 1, 0, 36), + (45464, "822128", 1, 0, 36), + (45465, "822128", 1, 0, 36), + (45466, "822128", 1, 0, 36), + (45467, "822128", 1, 0, 36), + (45468, "822128", 1, 0, 36), + (45469, "822128", 1, 0, 36), + (45470, "822128", 1, 0, 36), + (45471, "822134", 1, 0, 36), + (45472, "822125", 1, 0, 36), + (45473, "822125", 1, 0, 36), + (45474, "822125", 1, 0, 36), + (45475, "822125", 1, 0, 36), + (45476, "822125", 1, 0, 36), + (45477, "822125", 1, 0, 36), + (45478, "822125", 1, 0, 36), + (45479, "822125", 1, 0, 36), + (45480, "822125", 1, 0, 36), + (45481, "822125", 1, 0, 36), + (45482, "822125", 1, 0, 36), + (45483, "822125", 1, 0, 36), + (45484, "822125", 1, 0, 36), + (45485, "822125", 1, 0, 36), + (45486, "829209", 1, 0, 36), + (45487, "822126", 1, 0, 36), + (45488, "822126", 1, 0, 36), + (45489, "822126", 1, 0, 36), + (45490, "822126", 1, 0, 36), + (45491, "822126", 1, 0, 36), + (45492, "822126", 1, 0, 36), + (45493, "822126", 1, 0, 36), + (45494, "822126", 1, 0, 36), + (45495, "822126", 1, 0, 36), + (45496, "822126", 1, 0, 36), + (45497, "829206", 1, 0, 36), + (45498, "829206", 1, 0, 36), + (45499, "829206", 1, 0, 36), + (45500, "829206", 1, 0, 36), + (45501, "829206", 1, 0, 36), + (45502, "829206", 1, 0, 36), + (45503, "829207", 1, 0, 36), + (45504, "829207", 1, 0, 36), + (45505, "829207", 1, 0, 36), + (45506, "829207", 1, 0, 36), + (45507, "829207", 1, 0, 36), + (45508, "829207", 1, 0, 36), + (45509, "829207", 1, 0, 36), + (45510, "822118", 1, 0, 36), + (45511, "822118", 1, 0, 36), + (45512, "822118", 1, 0, 36), + (45513, "822118", 1, 0, 36), + (45514, "822118", 1, 0, 36), + (45515, "822118", 1, 0, 36), + (45516, "822118", 1, 0, 36), + (45517, "822118", 1, 0, 36), + (45518, "822118", 1, 0, 36), + (45519, "822118", 1, 0, 36), + (45520, "822118", 1, 0, 36), + (45521, "822118", 1, 0, 36), + (45522, "822118", 1, 0, 36), + (45523, "822118", 1, 0, 36), + (45524, "822118", 1, 0, 36), + (45525, "822118", 1, 0, 36), + (45526, "822118", 1, 0, 36), + (45527, "822118", 1, 0, 36), + (45528, "822118", 1, 0, 36), + (45529, "822119", 1, 0, 36), + (45530, "822119", 1, 0, 36), + (45531, "822119", 1, 0, 36), + (45532, "822119", 1, 0, 36), + (45533, "822119", 1, 0, 36), + (45534, "822119", 1, 0, 36), + (45535, "822119", 1, 0, 36), + (45536, "829208", 1, 0, 36), + (45537, "829208", 1, 0, 36), + (45538, "822120", 1, 0, 36), + (45539, "822120", 1, 0, 36), + (45540, "822120", 1, 0, 36), + (45541, "822120", 1, 0, 36), + (45542, "822120", 1, 0, 36), + (45543, "822120", 1, 0, 36), + (45544, "822120", 1, 0, 36), + (45545, "822120", 1, 0, 36), + (45546, "822120", 1, 0, 36), + (45547, "822120", 1, 0, 36), + (45548, "822120", 1, 0, 36), + (45549, "822120", 1, 0, 36), + (45550, "822120", 1, 0, 36), + (45551, "822121", 1, 0, 36), + (45552, "829301", 1, 0, 36), + (45553, "828303", 1, 0, 36), + (45554, "826004", 1, 0, 36), + (45555, "828402", 1, 0, 36), + (45556, "827013", 1, 0, 36), + (45557, "827013", 1, 0, 36), + (45558, "827013", 1, 0, 36), + (45559, "827013", 1, 0, 36), + (45560, "827013", 1, 0, 36), + (45561, "827013", 1, 0, 36), + (45562, "827013", 1, 0, 36), + (45563, "827013", 1, 0, 36), + (45564, "827013", 1, 0, 36), + (45565, "827013", 1, 0, 36), + (45566, "827013", 1, 0, 36), + (45567, "827013", 1, 0, 36), + (45568, "827013", 1, 0, 36), + (45569, "827013", 1, 0, 36), + (45570, "827013", 1, 0, 36), + (45571, "828134", 1, 0, 36), + (45572, "828134", 1, 0, 36), + (45573, "828134", 1, 0, 36), + (45574, "828134", 1, 0, 36), + (45575, "828134", 1, 0, 36), + (45576, "828134", 1, 0, 36), + (45577, "828134", 1, 0, 36), + (45578, "828134", 1, 0, 36), + (45579, "828134", 1, 0, 36), + (45580, "828134", 1, 0, 36), + (45581, "828134", 1, 0, 36), + (45582, "828134", 1, 0, 36), + (45583, "828134", 1, 0, 36), + (45584, "828134", 1, 0, 36), + (45585, "828134", 1, 0, 36), + (45586, "828134", 1, 0, 36), + (45587, "828112", 1, 0, 36), + (45588, "829301", 1, 0, 36), + (45589, "829301", 1, 0, 36), + (45590, "829301", 1, 0, 36), + (45591, "829301", 1, 0, 36), + (45592, "829301", 1, 0, 36), + (45593, "829301", 1, 0, 36), + (45594, "829301", 1, 0, 36), + (45595, "827302", 1, 0, 36), + (45596, "827302", 1, 0, 36), + (45597, "827302", 1, 0, 36), + (45598, "827302", 1, 0, 36), + (45599, "827302", 1, 0, 36), + (45600, "827302", 1, 0, 36), + (45601, "827302", 1, 0, 36), + (45602, "827302", 1, 0, 36), + (45603, "827302", 1, 0, 36), + (45604, "827302", 1, 0, 36), + (45605, "828114", 1, 0, 36), + (45606, "828114", 1, 0, 36), + (45607, "828114", 1, 0, 36), + (45608, "828306", 1, 0, 36), + (45609, "828306", 1, 0, 36), + (45610, "828306", 1, 0, 36), + (45611, "828306", 1, 0, 36), + (45612, "828307", 1, 0, 36), + (45613, "828307", 1, 0, 36), + (45614, "828125", 1, 0, 36), + (45615, "828125", 1, 0, 36), + (45616, "828125", 1, 0, 36), + (45617, "827009", 1, 0, 36), + (45618, "828201", 1, 0, 36), + (45619, "828201", 1, 0, 36), + (45620, "828201", 1, 0, 36), + (45621, "828201", 1, 0, 36), + (45622, "828201", 1, 0, 36), + (45623, "828201", 1, 0, 36), + (45624, "828201", 1, 0, 36), + (45625, "828201", 1, 0, 36), + (45626, "828201", 1, 0, 36), + (45627, "828201", 1, 0, 36), + (45628, "828201", 1, 0, 36), + (45629, "828104", 1, 0, 36), + (45630, "828101", 1, 0, 36), + (45631, "828101", 1, 0, 36), + (45632, "828301", 1, 0, 36), + (45633, "828301", 1, 0, 36), + (45634, "826004", 1, 0, 36), + (45635, "828110", 1, 0, 36), + (45636, "828111", 1, 0, 36), + (45637, "828111", 1, 0, 36), + (45638, "828111", 1, 0, 36), + (45639, "828111", 1, 0, 36), + (45640, "828115", 1, 0, 36), + (45641, "828115", 1, 0, 36), + (45642, "828203", 1, 0, 36), + (45643, "828203", 1, 0, 36), + (45644, "828116", 1, 0, 36), + (45645, "828116", 1, 0, 36), + (45646, "828116", 1, 0, 36), + (45647, "828117", 1, 0, 36), + (45648, "828131", 1, 0, 36), + (45649, "828131", 1, 0, 36), + (45650, "828204", 1, 0, 36), + (45651, "828204", 1, 0, 36), + (45652, "828204", 1, 0, 36), + (45653, "828204", 1, 0, 36), + (45654, "828204", 1, 0, 36), + (45655, "828204", 1, 0, 36), + (45656, "828305", 1, 0, 36), + (45657, "828304", 1, 0, 36), + (45658, "828205", 1, 0, 36), + (45659, "828205", 1, 0, 36), + (45660, "828205", 1, 0, 36), + (45661, "828205", 1, 0, 36), + (45662, "828205", 1, 0, 36), + (45663, "828205", 1, 0, 36), + (45664, "828205", 1, 0, 36), + (45665, "828205", 1, 0, 36), + (45666, "828205", 1, 0, 36), + (45667, "828205", 1, 0, 36), + (45668, "828205", 1, 0, 36), + (45669, "828205", 1, 0, 36), + (45670, "828121", 1, 0, 36), + (45671, "828402", 1, 0, 36), + (45672, "828402", 1, 0, 36), + (45673, "828402", 1, 0, 36), + (45674, "828402", 1, 0, 36), + (45675, "828402", 1, 0, 36), + (45676, "828402", 1, 0, 36), + (45677, "828402", 1, 0, 36), + (45678, "828113", 1, 0, 36), + (45679, "826006", 1, 0, 36), + (45680, "826006", 1, 0, 36), + (45681, "826006", 1, 0, 36), + (45682, "826006", 1, 0, 36), + (45683, "828113", 1, 0, 36), + (45684, "828113", 1, 0, 36), + (45685, "826006", 1, 0, 36), + (45686, "828113", 1, 0, 36), + (45687, "826006", 1, 0, 36), + (45688, "826004", 1, 0, 36), + (45689, "828129", 1, 0, 36), + (45690, "828129", 1, 0, 36), + (45691, "827010", 1, 0, 36), + (45692, "827010", 1, 0, 36), + (45693, "827010", 1, 0, 36), + (45694, "827010", 1, 0, 36), + (45695, "827013", 1, 0, 36), + (45696, "827013", 1, 0, 36), + (45697, "827013", 1, 0, 36), + (45698, "827013", 1, 0, 36), + (45699, "828303", 1, 0, 36), + (45700, "828202", 1, 0, 36), + (45701, "828202", 1, 0, 36), + (45702, "828202", 1, 0, 36), + (45703, "828202", 1, 0, 36), + (45704, "828106", 1, 0, 36), + (45705, "828109", 1, 0, 36), + (45706, "828109", 1, 0, 36), + (45707, "828109", 1, 0, 36), + (45708, "828142", 1, 0, 36), + (45709, "828109", 1, 0, 36), + (45710, "828109", 1, 0, 36), + (45711, "828109", 1, 0, 36), + (45712, "828109", 1, 0, 36), + (45713, "828142", 1, 0, 36), + (45714, "828109", 1, 0, 36), + (45715, "828109", 1, 0, 36), + (45716, "828142", 1, 0, 36), + (45717, "828109", 1, 0, 36), + (45718, "828109", 1, 0, 36), + (45719, "828142", 1, 0, 36), + (45720, "828109", 1, 0, 36), + (45721, "828109", 1, 0, 36), + (45722, "828142", 1, 0, 36), + (45723, "828109", 1, 0, 36), + (45724, "828109", 1, 0, 36), + (45725, "828142", 1, 0, 36), + (45726, "828109", 1, 0, 36), + (45727, "828142", 1, 0, 36), + (45728, "828142", 1, 0, 36), + (45729, "828109", 1, 0, 36), + (45730, "828401", 1, 0, 36), + (45731, "828401", 1, 0, 36), + (45732, "828401", 1, 0, 36), + (45733, "826004", 1, 0, 36), + (45734, "826004", 1, 0, 36), + (45735, "815312", 1, 0, 36), + (45736, "815318", 1, 0, 36), + (45737, "829121", 1, 0, 36), + (45738, "829144", 1, 0, 36), + (45739, "825320", 1, 0, 36), + (45740, "815313", 1, 0, 36), + (45741, "815313", 1, 0, 36), + (45742, "815313", 1, 0, 36), + (45743, "815302", 1, 0, 36), + (45744, "815302", 1, 0, 36), + (45745, "815302", 1, 0, 36), + (45746, "815302", 1, 0, 36), + (45747, "815302", 1, 0, 36), + (45748, "815302", 1, 0, 36), + (45749, "815302", 1, 0, 36), + (45750, "815302", 1, 0, 36), + (45751, "815302", 1, 0, 36), + (45752, "815302", 1, 0, 36), + (45753, "829111", 1, 0, 36), + (45754, "829111", 1, 0, 36), + (45755, "829111", 1, 0, 36), + (45756, "829112", 1, 0, 36), + (45757, "829112", 1, 0, 36), + (45758, "829112", 1, 0, 36), + (45759, "829112", 1, 0, 36), + (45760, "829112", 1, 0, 36), + (45761, "825167", 1, 0, 36), + (45762, "825167", 1, 0, 36), + (45763, "825167", 1, 0, 36), + (45764, "825167", 1, 0, 36), + (45765, "825167", 1, 0, 36), + (45766, "825167", 1, 0, 36), + (45767, "825167", 1, 0, 36), + (45768, "815318", 1, 0, 36), + (45769, "815318", 1, 0, 36), + (45770, "815318", 1, 0, 36), + (45771, "815318", 1, 0, 36), + (45772, "815318", 1, 0, 36), + (45773, "815318", 1, 0, 36), + (45774, "815318", 1, 0, 36), + (45775, "829113", 1, 0, 36), + (45776, "829114", 1, 0, 36), + (45777, "815314", 1, 0, 36), + (45778, "815314", 1, 0, 36), + (45779, "815314", 1, 0, 36), + (45780, "815314", 1, 0, 36), + (45781, "815314", 1, 0, 36), + (45782, "815314", 1, 0, 36), + (45783, "815314", 1, 0, 36), + (45784, "815314", 1, 0, 36), + (45785, "815314", 1, 0, 36), + (45786, "815314", 1, 0, 36), + (45787, "815315", 1, 0, 36), + (45788, "815315", 1, 0, 36), + (45789, "815315", 1, 0, 36), + (45790, "815315", 1, 0, 36), + (45791, "815316", 1, 0, 36), + (45792, "815316", 1, 0, 36), + (45793, "815316", 1, 0, 36), + (45794, "815316", 1, 0, 36), + (45795, "815316", 1, 0, 36), + (45796, "815316", 1, 0, 36), + (45797, "815316", 1, 0, 36), + (45798, "815316", 1, 0, 36), + (45799, "815316", 1, 0, 36), + (45800, "815316", 1, 0, 36), + (45801, "815316", 1, 0, 36), + (45802, "829121", 1, 0, 36), + (45803, "829121", 1, 0, 36), + (45804, "825322", 1, 0, 36), + (45805, "825322", 1, 0, 36), + (45806, "825322", 1, 0, 36), + (45807, "825322", 1, 0, 36), + (45808, "825322", 1, 0, 36), + (45809, "825322", 1, 0, 36), + (45810, "825322", 1, 0, 36), + (45811, "825322", 1, 0, 36), + (45812, "825322", 1, 0, 36), + (45813, "825322", 1, 0, 36), + (45814, "825322", 1, 0, 36), + (45815, "825322", 1, 0, 36), + (45816, "825322", 1, 0, 36), + (45817, "825322", 1, 0, 36), + (45818, "825322", 1, 0, 36), + (45819, "815312", 1, 0, 36), + (45820, "815312", 1, 0, 36), + (45821, "815312", 1, 0, 36), + (45822, "815312", 1, 0, 36), + (45823, "815312", 1, 0, 36), + (45824, "815312", 1, 0, 36), + (45825, "815312", 1, 0, 36), + (45826, "815312", 1, 0, 36), + (45827, "815312", 1, 0, 36), + (45828, "815312", 1, 0, 36), + (45829, "815312", 1, 0, 36), + (45830, "815312", 1, 0, 36), + (45831, "815312", 1, 0, 36), + (45832, "815312", 1, 0, 36), + (45833, "815312", 1, 0, 36), + (45834, "815312", 1, 0, 36), + (45835, "815312", 1, 0, 36), + (45836, "815312", 1, 0, 36), + (45837, "815315", 1, 0, 36), + (45838, "829104", 1, 0, 36), + (45839, "829132", 1, 0, 36), + (45840, "829107", 1, 0, 36), + (45841, "829107", 1, 0, 36), + (45842, "829107", 1, 0, 36), + (45843, "828403", 1, 0, 36), + (45844, "828403", 1, 0, 36), + (45845, "828403", 1, 0, 36), + (45846, "828403", 1, 0, 36), + (45847, "828403", 1, 0, 36), + (45848, "828403", 1, 0, 36), + (45849, "825102", 1, 0, 36), + (45850, "825102", 1, 0, 36), + (45851, "825106", 1, 0, 36), + (45852, "825106", 1, 0, 36), + (45853, "825106", 1, 0, 36), + (45854, "825106", 1, 0, 36), + (45855, "825106", 1, 0, 36), + (45856, "825106", 1, 0, 36), + (45857, "825106", 1, 0, 36), + (45858, "825106", 1, 0, 36), + (45859, "815313", 1, 0, 36), + (45860, "815313", 1, 0, 36), + (45861, "815313", 1, 0, 36), + (45862, "815313", 1, 0, 36), + (45863, "829121", 1, 0, 36), + (45864, "829121", 1, 0, 36), + (45865, "829121", 1, 0, 36), + (45866, "829121", 1, 0, 36), + (45867, "829121", 1, 0, 36), + (45868, "829121", 1, 0, 36), + (45869, "825108", 1, 0, 36), + (45870, "825108", 1, 0, 36), + (45871, "825108", 1, 0, 36), + (45872, "825108", 1, 0, 36), + (45873, "825108", 1, 0, 36), + (45874, "825108", 1, 0, 36), + (45875, "825108", 1, 0, 36), + (45876, "825108", 1, 0, 36), + (45877, "825108", 1, 0, 36), + (45878, "825108", 1, 0, 36), + (45879, "825108", 1, 0, 36), + (45880, "825324", 1, 0, 36), + (45881, "825324", 1, 0, 36), + (45882, "825324", 1, 0, 36), + (45883, "825324", 1, 0, 36), + (45884, "825324", 1, 0, 36), + (45885, "825324", 1, 0, 36), + (45886, "825324", 1, 0, 36), + (45887, "825324", 1, 0, 36), + (45888, "825324", 1, 0, 36), + (45889, "825324", 1, 0, 36), + (45890, "825324", 1, 0, 36), + (45891, "829144", 1, 0, 36), + (45892, "829144", 1, 0, 36), + (45893, "829144", 1, 0, 36), + (45894, "829144", 1, 0, 36), + (45895, "829144", 1, 0, 36), + (45896, "829144", 1, 0, 36), + (45897, "829144", 1, 0, 36), + (45898, "829144", 1, 0, 36), + (45899, "829144", 1, 0, 36), + (45900, "829123", 1, 0, 36), + (45901, "829123", 1, 0, 36), + (45902, "825412", 1, 0, 36), + (45903, "825412", 1, 0, 36), + (45904, "825412", 1, 0, 36), + (45905, "825412", 1, 0, 36), + (45906, "825412", 1, 0, 36), + (45907, "825412", 1, 0, 36), + (45908, "825412", 1, 0, 36), + (45909, "825412", 1, 0, 36), + (45910, "825412", 1, 0, 36), + (45911, "825412", 1, 0, 36), + (45912, "825412", 1, 0, 36), + (45913, "825412", 1, 0, 36), + (45914, "825412", 1, 0, 36), + (45915, "825412", 1, 0, 36), + (45916, "825412", 1, 0, 36), + (45917, "825412", 1, 0, 36), + (45918, "825412", 1, 0, 36), + (45919, "825412", 1, 0, 36), + (45920, "825412", 1, 0, 36), + (45921, "829127", 1, 0, 36), + (45922, "829128", 1, 0, 36), + (45923, "825320", 1, 0, 36), + (45924, "825320", 1, 0, 36), + (45925, "825320", 1, 0, 36), + (45926, "825320", 1, 0, 36), + (45927, "825320", 1, 0, 36), + (45928, "825320", 1, 0, 36), + (45929, "825320", 1, 0, 36), + (45930, "825320", 1, 0, 36), + (45931, "825320", 1, 0, 36), + (45932, "815317", 1, 0, 36), + (45933, "815317", 1, 0, 36), + (45934, "815317", 1, 0, 36), + (45935, "815317", 1, 0, 36), + (45936, "815317", 1, 0, 36), + (45937, "815317", 1, 0, 36), + (45938, "815317", 1, 0, 36), + (45939, "815317", 1, 0, 36), + (45940, "815312", 1, 0, 36), + (45941, "825324", 1, 0, 36), + (45942, "825330", 1, 0, 36), + (45943, "825311", 1, 0, 36), + (45944, "825311", 1, 0, 36), + (45945, "825311", 1, 0, 36), + (45946, "825311", 1, 0, 36), + (45947, "825311", 1, 0, 36), + (45948, "825311", 1, 0, 36), + (45949, "825311", 1, 0, 36), + (45950, "825311", 1, 0, 36), + (45951, "825311", 1, 0, 36), + (45952, "825311", 1, 0, 36), + (45953, "825311", 1, 0, 36), + (45954, "825401", 1, 0, 36), + (45955, "825401", 1, 0, 36), + (45956, "825401", 1, 0, 36), + (45957, "825401", 1, 0, 36), + (45958, "825401", 1, 0, 36), + (45959, "825401", 1, 0, 36), + (45960, "825401", 1, 0, 36), + (45961, "825401", 1, 0, 36), + (45962, "825401", 1, 0, 36), + (45963, "825401", 1, 0, 36), + (45964, "825401", 1, 0, 36), + (45965, "825401", 1, 0, 36), + (45966, "825401", 1, 0, 36), + (45967, "825401", 1, 0, 36), + (45968, "825401", 1, 0, 36), + (45969, "825401", 1, 0, 36), + (45970, "825401", 1, 0, 36), + (45971, "825401", 1, 0, 36), + (45972, "825401", 1, 0, 36), + (45973, "825406", 1, 0, 36), + (45974, "825406", 1, 0, 36), + (45975, "825406", 1, 0, 36), + (45976, "829110", 1, 0, 36), + (45977, "825403", 1, 0, 36), + (45978, "825408", 1, 0, 36), + (45979, "825312", 1, 0, 36), + (45980, "825336", 1, 0, 36), + (45981, "825323", 1, 0, 36), + (45982, "825318", 1, 0, 36), + (45983, "825318", 1, 0, 36), + (45984, "825318", 1, 0, 36), + (45985, "825401", 1, 0, 36), + (45986, "825406", 1, 0, 36), + (45987, "825406", 1, 0, 36), + (45988, "825406", 1, 0, 36), + (45989, "825406", 1, 0, 36), + (45990, "829101", 1, 0, 36), + (45991, "829101", 1, 0, 36), + (45992, "829101", 1, 0, 36), + (45993, "829103", 1, 0, 36), + (45994, "829105", 1, 0, 36), + (45995, "829105", 1, 0, 36), + (45996, "829143", 1, 0, 36), + (45997, "829106", 1, 0, 36), + (45998, "825101", 1, 0, 36), + (45999, "825101", 1, 0, 36), + (46000, "825101", 1, 0, 36), + (46001, "825101", 1, 0, 36), + (46002, "825101", 1, 0, 36), + (46003, "825101", 1, 0, 36), + (46004, "825101", 1, 0, 36), + (46005, "825101", 1, 0, 36), + (46006, "825101", 1, 0, 36), + (46007, "825101", 1, 0, 36), + (46008, "825101", 1, 0, 36), + (46009, "825101", 1, 0, 36), + (46010, "825101", 1, 0, 36), + (46011, "825101", 1, 0, 36), + (46012, "829110", 1, 0, 36), + (46013, "829110", 1, 0, 36), + (46014, "829110", 1, 0, 36), + (46015, "829110", 1, 0, 36), + (46016, "829110", 1, 0, 36), + (46017, "829110", 1, 0, 36), + (46018, "829110", 1, 0, 36), + (46019, "829110", 1, 0, 36), + (46020, "829110", 1, 0, 36), + (46021, "829110", 1, 0, 36), + (46022, "829110", 1, 0, 36), + (46023, "829110", 1, 0, 36), + (46024, "829110", 1, 0, 36), + (46025, "829110", 1, 0, 36), + (46026, "829110", 1, 0, 36), + (46027, "825316", 1, 0, 36), + (46028, "825316", 1, 0, 36), + (46029, "829117", 1, 0, 36), + (46030, "829117", 1, 0, 36), + (46031, "829117", 1, 0, 36), + (46032, "829118", 1, 0, 36), + (46033, "829118", 1, 0, 36), + (46034, "829119", 1, 0, 36), + (46035, "829119", 1, 0, 36), + (46036, "829119", 1, 0, 36), + (46037, "829119", 1, 0, 36), + (46038, "829150", 1, 0, 36), + (46039, "829150", 1, 0, 36), + (46040, "829150", 1, 0, 36), + (46041, "829134", 1, 0, 36), + (46042, "829134", 1, 0, 36), + (46043, "829134", 1, 0, 36), + (46044, "829134", 1, 0, 36), + (46045, "825330", 1, 0, 36), + (46046, "825330", 1, 0, 36), + (46047, "825401", 1, 0, 36), + (46048, "825403", 1, 0, 36), + (46049, "825403", 1, 0, 36), + (46050, "825403", 1, 0, 36), + (46051, "825403", 1, 0, 36), + (46052, "825411", 1, 0, 36), + (46053, "825411", 1, 0, 36), + (46054, "825411", 1, 0, 36), + (46055, "825411", 1, 0, 36), + (46056, "825411", 1, 0, 36), + (46057, "825411", 1, 0, 36), + (46058, "825411", 1, 0, 36), + (46059, "825404", 1, 0, 36), + (46060, "825404", 1, 0, 36), + (46061, "825404", 1, 0, 36), + (46062, "825404", 1, 0, 36), + (46063, "825404", 1, 0, 36), + (46064, "825404", 1, 0, 36), + (46065, "825404", 1, 0, 36), + (46066, "825406", 1, 0, 36), + (46067, "825408", 1, 0, 36), + (46068, "825408", 1, 0, 36), + (46069, "825408", 1, 0, 36), + (46070, "825408", 1, 0, 36), + (46071, "825408", 1, 0, 36), + (46072, "825408", 1, 0, 36), + (46073, "825408", 1, 0, 36), + (46074, "825408", 1, 0, 36), + (46075, "825408", 1, 0, 36), + (46076, "825408", 1, 0, 36), + (46077, "825408", 1, 0, 36), + (46078, "825408", 1, 0, 36), + (46079, "825408", 1, 0, 36), + (46080, "825408", 1, 0, 36), + (46081, "825408", 1, 0, 36), + (46082, "825408", 1, 0, 36), + (46083, "825408", 1, 0, 36), + (46084, "825408", 1, 0, 36), + (46085, "825408", 1, 0, 36), + (46086, "825404", 1, 0, 36), + (46087, "825103", 1, 0, 36), + (46088, "825103", 1, 0, 36), + (46089, "825103", 1, 0, 36), + (46090, "825103", 1, 0, 36), + (46091, "825103", 1, 0, 36), + (46092, "825103", 1, 0, 36), + (46093, "825103", 1, 0, 36), + (46094, "825103", 1, 0, 36), + (46095, "825103", 1, 0, 36), + (46096, "825103", 1, 0, 36), + (46097, "825103", 1, 0, 36), + (46098, "825321", 1, 0, 36), + (46099, "825321", 1, 0, 36), + (46100, "825321", 1, 0, 36), + (46101, "825321", 1, 0, 36), + (46102, "825321", 1, 0, 36), + (46103, "825321", 1, 0, 36), + (46104, "825321", 1, 0, 36), + (46105, "825321", 1, 0, 36), + (46106, "825321", 1, 0, 36), + (46107, "825321", 1, 0, 36), + (46108, "825321", 1, 0, 36), + (46109, "825405", 1, 0, 36), + (46110, "825405", 1, 0, 36), + (46111, "825405", 1, 0, 36), + (46112, "825405", 1, 0, 36), + (46113, "825405", 1, 0, 36), + (46114, "825405", 1, 0, 36), + (46115, "825405", 1, 0, 36), + (46116, "825312", 1, 0, 36), + (46117, "825312", 1, 0, 36), + (46118, "825312", 1, 0, 36), + (46119, "825312", 1, 0, 36), + (46120, "825312", 1, 0, 36), + (46121, "825413", 1, 0, 36), + (46122, "825319", 1, 0, 36), + (46123, "825319", 1, 0, 36), + (46124, "825319", 1, 0, 36), + (46125, "825319", 1, 0, 36), + (46126, "825319", 1, 0, 36), + (46127, "825319", 1, 0, 36), + (46128, "825319", 1, 0, 36), + (46129, "825410", 1, 0, 36), + (46130, "825410", 1, 0, 36), + (46131, "825410", 1, 0, 36), + (46132, "825410", 1, 0, 36), + (46133, "825409", 1, 0, 36), + (46134, "825409", 1, 0, 36), + (46135, "825409", 1, 0, 36), + (46136, "825409", 1, 0, 36), + (46137, "825409", 1, 0, 36), + (46138, "825409", 1, 0, 36), + (46139, "825409", 1, 0, 36), + (46140, "825407", 1, 0, 36), + (46141, "825407", 1, 0, 36), + (46142, "825407", 1, 0, 36), + (46143, "825407", 1, 0, 36), + (46144, "825407", 1, 0, 36), + (46145, "825418", 1, 0, 36), + (46146, "825418", 1, 0, 36), + (46147, "825418", 1, 0, 36), + (46148, "825418", 1, 0, 36), + (46149, "825418", 1, 0, 36), + (46150, "825418", 1, 0, 36), + (46151, "825418", 1, 0, 36), + (46152, "825418", 1, 0, 36), + (46153, "825418", 1, 0, 36), + (46154, "825317", 1, 0, 36), + (46155, "825314", 1, 0, 36), + (46156, "825402", 1, 0, 36), + (46157, "825402", 1, 0, 36), + (46158, "825402", 1, 0, 36), + (46159, "825402", 1, 0, 36), + (46160, "825402", 1, 0, 36), + (46161, "825402", 1, 0, 36), + (46162, "825402", 1, 0, 36), + (46163, "825402", 1, 0, 36), + (46164, "825315", 1, 0, 36), + (46165, "825315", 1, 0, 36), + (46166, "825315", 1, 0, 36), + (46167, "825313", 1, 0, 36), + (46168, "825313", 1, 0, 36), + (46169, "825313", 1, 0, 36), + (46170, "825313", 1, 0, 36), + (46171, "825313", 1, 0, 36), + (46172, "825313", 1, 0, 36), + (46173, "825313", 1, 0, 36), + (46174, "825313", 1, 0, 36), + (46175, "825302", 1, 0, 36), + (46176, "825302", 1, 0, 36), + (46177, "825302", 1, 0, 36), + (46178, "825302", 1, 0, 36), + (46179, "825302", 1, 0, 36), + (46180, "825302", 1, 0, 36), + (46181, "825302", 1, 0, 36), + (46182, "825302", 1, 0, 36), + (46183, "825303", 1, 0, 36), + (46184, "825303", 1, 0, 36), + (46185, "825303", 1, 0, 36), + (46186, "825303", 1, 0, 36), + (46187, "825303", 1, 0, 36), + (46188, "825323", 1, 0, 36), + (46189, "825323", 1, 0, 36), + (46190, "825323", 1, 0, 36), + (46191, "825323", 1, 0, 36), + (46192, "825323", 1, 0, 36), + (46193, "825323", 1, 0, 36), + (46194, "825323", 1, 0, 36), + (46195, "825323", 1, 0, 36), + (46196, "825323", 1, 0, 36), + (46197, "825323", 1, 0, 36), + (46198, "825406", 1, 0, 36), + (46199, "825403", 1, 0, 36), + (46200, "825403", 1, 0, 36), + (46201, "825325", 1, 0, 36), + (46202, "825325", 1, 0, 36), + (46203, "825325", 1, 0, 36), + (46204, "825109", 1, 0, 36), + (46205, "825109", 1, 0, 36), + (46206, "825109", 1, 0, 36), + (46207, "825109", 1, 0, 36), + (46208, "825109", 1, 0, 36), + (46209, "825109", 1, 0, 36), + (46210, "825109", 1, 0, 36), + (46211, "825403", 1, 0, 36), + (46212, "825403", 1, 0, 36), + (46213, "825318", 1, 0, 36), + (46214, "825318", 1, 0, 36), + (46215, "825318", 1, 0, 36), + (46216, "825318", 1, 0, 36), + (46217, "825318", 1, 0, 36), + (46218, "825318", 1, 0, 36), + (46219, "825318", 1, 0, 36), + (46220, "835325", 1, 0, 36), + (46221, "835202", 1, 0, 36), + (46222, "835204", 1, 0, 36), + (46223, "834010", 1, 0, 36), + (46224, "835216", 1, 0, 36), + (46225, "835225", 1, 0, 36), + (46226, "835227", 1, 0, 36), + (46227, "835208", 1, 0, 36), + (46228, "835220", 1, 0, 36), + (46229, "835224", 1, 0, 36), + (46230, "835224", 1, 0, 36), + (46231, "835224", 1, 0, 36), + (46232, "835224", 1, 0, 36), + (46233, "835224", 1, 0, 36), + (46234, "835224", 1, 0, 36), + (46235, "835224", 1, 0, 36), + (46236, "835224", 1, 0, 36), + (46237, "835224", 1, 0, 36), + (46238, "835224", 1, 0, 36), + (46239, "835224", 1, 0, 36), + (46240, "835224", 1, 0, 36), + (46241, "835224", 1, 0, 36), + (46242, "835224", 1, 0, 36), + (46243, "835224", 1, 0, 36), + (46244, "835224", 1, 0, 36), + (46245, "835233", 1, 0, 36), + (46246, "835233", 1, 0, 36), + (46247, "835233", 1, 0, 36), + (46248, "835233", 1, 0, 36), + (46249, "835233", 1, 0, 36), + (46250, "835233", 1, 0, 36), + (46251, "835233", 1, 0, 36), + (46252, "835233", 1, 0, 36), + (46253, "835233", 1, 0, 36), + (46254, "835302", 1, 0, 36), + (46255, "835302", 1, 0, 36), + (46256, "835302", 1, 0, 36), + (46257, "835208", 1, 0, 36), + (46258, "835208", 1, 0, 36), + (46259, "835208", 1, 0, 36), + (46260, "835208", 1, 0, 36), + (46261, "835208", 1, 0, 36), + (46262, "835208", 1, 0, 36), + (46263, "835208", 1, 0, 36), + (46264, "835208", 1, 0, 36), + (46265, "835208", 1, 0, 36), + (46266, "835208", 1, 0, 36), + (46267, "835232", 1, 0, 36), + (46268, "835232", 1, 0, 36), + (46269, "835232", 1, 0, 36), + (46270, "835232", 1, 0, 36), + (46271, "835232", 1, 0, 36), + (46272, "835232", 1, 0, 36), + (46273, "835232", 1, 0, 36), + (46274, "835232", 1, 0, 36), + (46275, "835232", 1, 0, 36), + (46276, "835230", 1, 0, 36), + (46277, "835230", 1, 0, 36), + (46278, "835230", 1, 0, 36), + (46279, "835230", 1, 0, 36), + (46280, "835230", 1, 0, 36), + (46281, "835230", 1, 0, 36), + (46282, "835230", 1, 0, 36), + (46283, "835230", 1, 0, 36), + (46284, "835230", 1, 0, 36), + (46285, "835230", 1, 0, 36), + (46286, "835220", 1, 0, 36), + (46287, "835220", 1, 0, 36), + (46288, "835220", 1, 0, 36), + (46289, "835220", 1, 0, 36), + (46290, "835220", 1, 0, 36), + (46291, "835220", 1, 0, 36), + (46292, "835220", 1, 0, 36), + (46293, "835220", 1, 0, 36), + (46294, "835302", 1, 0, 36), + (46295, "835302", 1, 0, 36), + (46296, "835302", 1, 0, 36), + (46297, "835302", 1, 0, 36), + (46298, "835302", 1, 0, 36), + (46299, "835302", 1, 0, 36), + (46300, "835302", 1, 0, 36), + (46301, "835302", 1, 0, 36), + (46302, "835302", 1, 0, 36), + (46303, "835302", 1, 0, 36), + (46304, "835302", 1, 0, 36), + (46305, "835229", 1, 0, 36), + (46306, "835229", 1, 0, 36), + (46307, "835229", 1, 0, 36), + (46308, "835229", 1, 0, 36), + (46309, "835231", 1, 0, 36), + (46310, "835231", 1, 0, 36), + (46311, "835231", 1, 0, 36), + (46312, "835231", 1, 0, 36), + (46313, "835231", 1, 0, 36), + (46314, "835231", 1, 0, 36), + (46315, "835231", 1, 0, 36), + (46316, "835231", 1, 0, 36), + (46317, "835231", 1, 0, 36), + (46318, "835231", 1, 0, 36), + (46319, "835231", 1, 0, 36), + (46320, "835231", 1, 0, 36), + (46321, "835231", 1, 0, 36), + (46322, "835206", 1, 0, 36), + (46323, "835206", 1, 0, 36), + (46324, "835218", 1, 0, 36), + (46325, "835206", 1, 0, 36), + (46326, "835206", 1, 0, 36), + (46327, "835206", 1, 0, 36), + (46328, "835206", 1, 0, 36), + (46329, "835206", 1, 0, 36), + (46330, "835206", 1, 0, 36), + (46331, "835302", 1, 0, 36), + (46332, "835302", 1, 0, 36), + (46333, "835302", 1, 0, 36), + (46334, "835302", 1, 0, 36), + (46335, "835302", 1, 0, 36), + (46336, "835302", 1, 0, 36), + (46337, "835302", 1, 0, 36), + (46338, "835302", 1, 0, 36), + (46339, "835302", 1, 0, 36), + (46340, "835302", 1, 0, 36), + (46341, "835302", 1, 0, 36), + (46342, "835302", 1, 0, 36), + (46343, "835302", 1, 0, 36), + (46344, "835302", 1, 0, 36), + (46345, "835302", 1, 0, 36), + (46346, "835302", 1, 0, 36), + (46347, "835302", 1, 0, 36), + (46348, "835302", 1, 0, 36), + (46349, "835302", 1, 0, 36), + (46350, "835302", 1, 0, 36), + (46351, "835302", 1, 0, 36), + (46352, "835302", 1, 0, 36), + (46353, "835213", 1, 0, 36), + (46354, "835213", 1, 0, 36), + (46355, "835213", 1, 0, 36), + (46356, "835213", 1, 0, 36), + (46357, "835213", 1, 0, 36), + (46358, "835213", 1, 0, 36), + (46359, "835213", 1, 0, 36), + (46360, "835213", 1, 0, 36), + (46361, "835213", 1, 0, 36), + (46362, "835213", 1, 0, 36), + (46363, "835213", 1, 0, 36), + (46364, "835213", 1, 0, 36), + (46365, "835218", 1, 0, 36), + (46366, "835223", 1, 0, 36), + (46367, "835223", 1, 0, 36), + (46368, "835223", 1, 0, 36), + (46369, "835223", 1, 0, 36), + (46370, "835223", 1, 0, 36), + (46371, "835223", 1, 0, 36), + (46372, "835223", 1, 0, 36), + (46373, "835223", 1, 0, 36), + (46374, "835223", 1, 0, 36), + (46375, "835223", 1, 0, 36), + (46376, "835223", 1, 0, 36), + (46377, "835223", 1, 0, 36), + (46378, "835223", 1, 0, 36), + (46379, "835223", 1, 0, 36), + (46380, "835223", 1, 0, 36), + (46381, "835223", 1, 0, 36), + (46382, "835223", 1, 0, 36), + (46383, "835223", 1, 0, 36), + (46384, "835223", 1, 0, 36), + (46385, "835223", 1, 0, 36), + (46386, "835223", 1, 0, 36), + (46387, "835201", 1, 0, 36), + (46388, "835201", 1, 0, 36), + (46389, "835201", 1, 0, 36), + (46390, "835201", 1, 0, 36), + (46391, "835201", 1, 0, 36), + (46392, "835201", 1, 0, 36), + (46393, "835201", 1, 0, 36), + (46394, "835201", 1, 0, 36), + (46395, "835201", 1, 0, 36), + (46396, "835201", 1, 0, 36), + (46397, "835201", 1, 0, 36), + (46398, "835201", 1, 0, 36), + (46399, "835201", 1, 0, 36), + (46400, "835201", 1, 0, 36), + (46401, "835201", 1, 0, 36), + (46402, "835228", 1, 0, 36), + (46403, "835228", 1, 0, 36), + (46404, "835228", 1, 0, 36), + (46405, "835228", 1, 0, 36), + (46406, "835228", 1, 0, 36), + (46407, "835228", 1, 0, 36), + (46408, "835228", 1, 0, 36), + (46409, "835235", 1, 0, 36), + (46410, "835235", 1, 0, 36), + (46411, "835235", 1, 0, 36), + (46412, "835235", 1, 0, 36), + (46413, "835235", 1, 0, 36), + (46414, "835235", 1, 0, 36), + (46415, "835235", 1, 0, 36), + (46416, "835211", 1, 0, 36), + (46417, "835211", 1, 0, 36), + (46418, "835211", 1, 0, 36), + (46419, "835211", 1, 0, 36), + (46420, "835226", 1, 0, 36), + (46421, "835226", 1, 0, 36), + (46422, "835226", 1, 0, 36), + (46423, "835226", 1, 0, 36), + (46424, "835211", 1, 0, 36), + (46425, "835211", 1, 0, 36), + (46426, "835211", 1, 0, 36), + (46427, "835211", 1, 0, 36), + (46428, "835211", 1, 0, 36), + (46429, "835211", 1, 0, 36), + (46430, "835211", 1, 0, 36), + (46431, "835211", 1, 0, 36), + (46432, "835211", 1, 0, 36), + (46433, "835211", 1, 0, 36), + (46434, "835211", 1, 0, 36), + (46435, "835211", 1, 0, 36), + (46436, "835212", 1, 0, 36), + (46437, "835212", 1, 0, 36), + (46438, "835212", 1, 0, 36), + (46439, "835212", 1, 0, 36), + (46440, "835212", 1, 0, 36), + (46441, "835212", 1, 0, 36), + (46442, "835212", 1, 0, 36), + (46443, "835212", 1, 0, 36), + (46444, "835212", 1, 0, 36), + (46445, "835212", 1, 0, 36), + (46446, "835226", 1, 0, 36), + (46447, "835226", 1, 0, 36), + (46448, "835226", 1, 0, 36), + (46449, "835226", 1, 0, 36), + (46450, "835226", 1, 0, 36), + (46451, "835226", 1, 0, 36), + (46452, "835226", 1, 0, 36), + (46453, "835226", 1, 0, 36), + (46454, "835226", 1, 0, 36), + (46455, "835226", 1, 0, 36), + (46456, "835226", 1, 0, 36), + (46457, "835202", 1, 0, 36), + (46458, "835202", 1, 0, 36), + (46459, "835202", 1, 0, 36), + (46460, "835202", 1, 0, 36), + (46461, "835202", 1, 0, 36), + (46462, "835202", 1, 0, 36), + (46463, "835202", 1, 0, 36), + (46464, "835205", 1, 0, 36), + (46465, "835205", 1, 0, 36), + (46466, "835205", 1, 0, 36), + (46467, "835205", 1, 0, 36), + (46468, "835205", 1, 0, 36), + (46469, "835205", 1, 0, 36), + (46470, "835301", 1, 0, 36), + (46471, "835205", 1, 0, 36), + (46472, "835301", 1, 0, 36), + (46473, "835205", 1, 0, 36), + (46474, "835205", 1, 0, 36), + (46475, "835205", 1, 0, 36), + (46476, "835205", 1, 0, 36), + (46477, "835205", 1, 0, 36), + (46478, "835301", 1, 0, 36), + (46479, "835301", 1, 0, 36), + (46480, "835301", 1, 0, 36), + (46481, "835222", 1, 0, 36), + (46482, "835222", 1, 0, 36), + (46483, "835222", 1, 0, 36), + (46484, "835222", 1, 0, 36), + (46485, "835222", 1, 0, 36), + (46486, "835222", 1, 0, 36), + (46487, "835222", 1, 0, 36), + (46488, "835222", 1, 0, 36), + (46489, "835222", 1, 0, 36), + (46490, "835204", 1, 0, 36), + (46491, "835204", 1, 0, 36), + (46492, "835204", 1, 0, 36), + (46493, "835204", 1, 0, 36), + (46494, "835204", 1, 0, 36), + (46495, "835204", 1, 0, 36), + (46496, "835204", 1, 0, 36), + (46497, "835204", 1, 0, 36), + (46498, "835204", 1, 0, 36), + (46499, "835204", 1, 0, 36), + (46500, "835204", 1, 0, 36), + (46501, "835204", 1, 0, 36), + (46502, "835204", 1, 0, 36), + (46503, "835204", 1, 0, 36), + (46504, "835204", 1, 0, 36), + (46505, "835204", 1, 0, 36), + (46506, "835204", 1, 0, 36), + (46507, "835204", 1, 0, 36), + (46508, "835101", 1, 0, 36), + (46509, "835101", 1, 0, 36), + (46510, "835101", 1, 0, 36), + (46511, "835101", 1, 0, 36), + (46512, "834004", 1, 0, 36), + (46513, "834004", 1, 0, 36), + (46514, "834004", 1, 0, 36), + (46515, "834004", 1, 0, 36), + (46516, "834004", 1, 0, 36), + (46517, "835234", 1, 0, 36), + (46518, "835234", 1, 0, 36), + (46519, "835234", 1, 0, 36), + (46520, "835234", 1, 0, 36), + (46521, "835234", 1, 0, 36), + (46522, "835234", 1, 0, 36), + (46523, "835234", 1, 0, 36), + (46524, "835234", 1, 0, 36), + (46525, "835234", 1, 0, 36), + (46526, "835234", 1, 0, 36), + (46527, "834003", 1, 0, 36), + (46528, "835209", 1, 0, 36), + (46529, "835209", 1, 0, 36), + (46530, "835209", 1, 0, 36), + (46531, "835209", 1, 0, 36), + (46532, "835209", 1, 0, 36), + (46533, "835209", 1, 0, 36), + (46534, "835209", 1, 0, 36), + (46535, "835209", 1, 0, 36), + (46536, "835210", 1, 0, 36), + (46537, "835210", 1, 0, 36), + (46538, "835210", 1, 0, 36), + (46539, "835216", 1, 0, 36), + (46540, "835216", 1, 0, 36), + (46541, "835216", 1, 0, 36), + (46542, "835216", 1, 0, 36), + (46543, "834010", 1, 0, 36), + (46544, "834010", 1, 0, 36), + (46545, "834010", 1, 0, 36), + (46546, "834010", 1, 0, 36), + (46547, "835325", 1, 0, 36), + (46548, "835325", 1, 0, 36), + (46549, "835325", 1, 0, 36), + (46550, "835325", 1, 0, 36), + (46551, "835325", 1, 0, 36), + (46552, "835325", 1, 0, 36), + (46553, "835325", 1, 0, 36), + (46554, "835325", 1, 0, 36), + (46555, "835325", 1, 0, 36), + (46556, "835325", 1, 0, 36), + (46557, "835217", 1, 0, 36), + (46558, "835217", 1, 0, 36), + (46559, "835217", 1, 0, 36), + (46560, "835217", 1, 0, 36), + (46561, "835219", 1, 0, 36), + (46562, "835219", 1, 0, 36), + (46563, "835219", 1, 0, 36), + (46564, "835219", 1, 0, 36), + (46565, "835219", 1, 0, 36), + (46566, "835219", 1, 0, 36), + (46567, "835219", 1, 0, 36), + (46568, "835219", 1, 0, 36), + (46569, "835219", 1, 0, 36), + (46570, "835219", 1, 0, 36), + (46571, "835219", 1, 0, 36), + (46572, "835219", 1, 0, 36), + (46573, "835219", 1, 0, 36), + (46574, "835219", 1, 0, 36), + (46575, "835303", 1, 0, 36), + (46576, "835303", 1, 0, 36), + (46577, "835303", 1, 0, 36), + (46578, "835303", 1, 0, 36), + (46579, "835303", 1, 0, 36), + (46580, "835303", 1, 0, 36), + (46581, "835303", 1, 0, 36), + (46582, "835303", 1, 0, 36), + (46583, "835303", 1, 0, 36), + (46584, "835303", 1, 0, 36), + (46585, "834009", 1, 0, 36), + (46586, "834009", 1, 0, 36), + (46587, "835222", 1, 0, 36), + (46588, "835222", 1, 0, 36), + (46589, "835202", 1, 0, 36), + (46590, "835202", 1, 0, 36), + (46591, "835202", 1, 0, 36), + (46592, "835202", 1, 0, 36), + (46593, "835202", 1, 0, 36), + (46594, "834010", 1, 0, 36), + (46595, "835221", 1, 0, 36), + (46596, "835221", 1, 0, 36), + (46597, "835221", 1, 0, 36), + (46598, "835221", 1, 0, 36), + (46599, "835221", 1, 0, 36), + (46600, "835221", 1, 0, 36), + (46601, "835102", 1, 0, 36), + (46602, "835102", 1, 0, 36), + (46603, "835102", 1, 0, 36), + (46604, "835102", 1, 0, 36), + (46605, "835102", 1, 0, 36), + (46606, "835102", 1, 0, 36), + (46607, "835102", 1, 0, 36), + (46608, "835102", 1, 0, 36), + (46609, "835102", 1, 0, 36), + (46610, "835101", 1, 0, 36), + (46611, "835102", 1, 0, 36), + (46612, "835102", 1, 0, 36), + (46613, "835210", 1, 0, 36), + (46614, "835210", 1, 0, 36), + (46615, "835210", 1, 0, 36), + (46616, "835210", 1, 0, 36), + (46617, "835210", 1, 0, 36), + (46618, "835210", 1, 0, 36), + (46619, "835210", 1, 0, 36), + (46620, "835210", 1, 0, 36), + (46621, "835210", 1, 0, 36), + (46622, "835210", 1, 0, 36), + (46623, "835210", 1, 0, 36), + (46624, "835210", 1, 0, 36), + (46625, "835210", 1, 0, 36), + (46626, "835210", 1, 0, 36), + (46627, "835210", 1, 0, 36), + (46628, "835210", 1, 0, 36), + (46629, "835216", 1, 0, 36), + (46630, "835216", 1, 0, 36), + (46631, "835216", 1, 0, 36), + (46632, "835216", 1, 0, 36), + (46633, "835216", 1, 0, 36), + (46634, "835216", 1, 0, 36), + (46635, "835216", 1, 0, 36), + (46636, "835216", 1, 0, 36), + (46637, "835216", 1, 0, 36), + (46638, "835216", 1, 0, 36), + (46639, "835216", 1, 0, 36), + (46640, "835216", 1, 0, 36), + (46641, "835301", 1, 0, 36), + (46642, "835301", 1, 0, 36), + (46643, "835301", 1, 0, 36), + (46644, "835301", 1, 0, 36), + (46645, "835301", 1, 0, 36), + (46646, "835301", 1, 0, 36), + (46647, "835301", 1, 0, 36), + (46648, "835301", 1, 0, 36), + (46649, "835301", 1, 0, 36), + (46650, "835301", 1, 0, 36), + (46651, "835301", 1, 0, 36), + (46652, "834006", 1, 0, 36), + (46653, "834006", 1, 0, 36), + (46654, "834006", 1, 0, 36), + (46655, "834006", 1, 0, 36), + (46656, "834006", 1, 0, 36), + (46657, "834006", 1, 0, 36), + (46658, "834006", 1, 0, 36), + (46659, "834006", 1, 0, 36), + (46660, "834006", 1, 0, 36), + (46661, "835214", 1, 0, 36), + (46662, "835214", 1, 0, 36), + (46663, "835214", 1, 0, 36), + (46664, "835214", 1, 0, 36), + (46665, "835214", 1, 0, 36), + (46666, "835214", 1, 0, 36), + (46667, "835214", 1, 0, 36), + (46668, "835214", 1, 0, 36), + (46669, "835214", 1, 0, 36), + (46670, "835214", 1, 0, 36), + (46671, "835214", 1, 0, 36), + (46672, "835214", 1, 0, 36), + (46673, "835214", 1, 0, 36), + (46674, "835214", 1, 0, 36), + (46675, "835214", 1, 0, 36), + (46676, "835214", 1, 0, 36), + (46677, "835214", 1, 0, 36), + (46678, "835214", 1, 0, 36), + (46679, "835214", 1, 0, 36), + (46680, "835214", 1, 0, 36), + (46681, "835214", 1, 0, 36), + (46682, "835214", 1, 0, 36), + (46683, "835214", 1, 0, 36), + (46684, "835214", 1, 0, 36), + (46685, "835203", 1, 0, 36), + (46686, "835203", 1, 0, 36), + (46687, "835203", 1, 0, 36), + (46688, "835203", 1, 0, 36), + (46689, "835203", 1, 0, 36), + (46690, "835203", 1, 0, 36), + (46691, "835203", 1, 0, 36), + (46692, "835203", 1, 0, 36), + (46693, "835203", 1, 0, 36), + (46694, "835229", 1, 0, 36), + (46695, "835229", 1, 0, 36), + (46696, "835229", 1, 0, 36), + (46697, "835229", 1, 0, 36), + (46698, "835229", 1, 0, 36), + (46699, "835229", 1, 0, 36), + (46700, "835229", 1, 0, 36), + (46701, "835229", 1, 0, 36), + (46702, "835102", 1, 0, 36), + (46703, "835102", 1, 0, 36), + (46704, "835102", 1, 0, 36), + (46705, "835102", 1, 0, 36), + (46706, "835102", 1, 0, 36), + (46707, "835102", 1, 0, 36), + (46708, "835102", 1, 0, 36), + (46709, "835102", 1, 0, 36), + (46710, "835225", 1, 0, 36), + (46711, "835225", 1, 0, 36), + (46712, "835225", 1, 0, 36), + (46713, "835225", 1, 0, 36), + (46714, "835225", 1, 0, 36), + (46715, "835225", 1, 0, 36), + (46716, "835225", 1, 0, 36), + (46717, "835225", 1, 0, 36), + (46718, "835225", 1, 0, 36), + (46719, "835225", 1, 0, 36), + (46720, "835225", 1, 0, 36), + (46721, "835225", 1, 0, 36), + (46722, "835225", 1, 0, 36), + (46723, "835225", 1, 0, 36), + (46724, "835225", 1, 0, 36), + (46725, "835225", 1, 0, 36), + (46726, "835225", 1, 0, 36), + (46727, "835225", 1, 0, 36), + (46728, "835225", 1, 0, 36), + (46729, "835225", 1, 0, 36), + (46730, "835225", 1, 0, 36), + (46731, "835225", 1, 0, 36), + (46732, "835225", 1, 0, 36), + (46733, "835225", 1, 0, 36), + (46734, "835225", 1, 0, 36), + (46735, "835103", 1, 0, 36), + (46736, "835103", 1, 0, 36), + (46737, "835103", 1, 0, 36), + (46738, "835103", 1, 0, 36), + (46739, "835103", 1, 0, 36), + (46740, "835103", 1, 0, 36), + (46741, "835103", 1, 0, 36), + (46742, "835103", 1, 0, 36), + (46743, "835103", 1, 0, 36), + (46744, "835103", 1, 0, 36), + (46745, "835103", 1, 0, 36), + (46746, "835103", 1, 0, 36), + (46747, "835103", 1, 0, 36), + (46748, "835227", 1, 0, 36), + (46749, "835227", 1, 0, 36), + (46750, "835227", 1, 0, 36), + (46751, "835227", 1, 0, 36), + (46752, "835227", 1, 0, 36), + (46753, "835227", 1, 0, 36), + (46754, "835227", 1, 0, 36), + (46755, "835227", 1, 0, 36), + (46756, "835227", 1, 0, 36), + (46757, "835227", 1, 0, 36), + (46758, "835227", 1, 0, 36), + (46759, "835227", 1, 0, 36), + (46760, "835227", 1, 0, 36), + (46761, "835227", 1, 0, 36), + (46762, "835227", 1, 0, 36), + (46763, "835227", 1, 0, 36), + (46764, "835227", 1, 0, 36), + (46765, "835227", 1, 0, 36), + (46766, "835227", 1, 0, 36), + (46767, "835227", 1, 0, 36), + (46768, "835227", 1, 0, 36), + (46769, "835227", 1, 0, 36), + (46770, "835227", 1, 0, 36), + (46771, "835227", 1, 0, 36), + (46772, "835227", 1, 0, 36), + (46773, "835224", 1, 0, 36), + (46774, "835220", 1, 0, 36), + (46775, "835220", 1, 0, 36), + (46776, "835220", 1, 0, 36), + (46777, "835220", 1, 0, 36), + (46778, "835224", 1, 0, 36), + (46779, "835220", 1, 0, 36), + (46780, "835220", 1, 0, 36), + (46781, "835232", 1, 0, 36), + (46782, "835224", 1, 0, 36), + (46783, "835220", 1, 0, 36), + (46784, "835220", 1, 0, 36), + (46785, "835220", 1, 0, 36), + (46786, "835220", 1, 0, 36), + (46787, "835232", 1, 0, 36), + (46788, "835224", 1, 0, 36), + (46789, "835232", 1, 0, 36), + (46790, "835220", 1, 0, 36), + (46791, "835232", 1, 0, 36), + (46792, "835206", 1, 0, 36), + (46793, "835206", 1, 0, 36), + (46794, "835206", 1, 0, 36), + (46795, "835206", 1, 0, 36), + (46796, "835206", 1, 0, 36), + (46797, "835206", 1, 0, 36), + (46798, "835206", 1, 0, 36), + (46799, "835206", 1, 0, 36), + (46800, "835206", 1, 0, 36), + (46801, "835206", 1, 0, 36), + (46802, "814102", 1, 0, 36), + (46803, "816109", 1, 0, 36), + (46804, "813208", 1, 0, 36), + (46805, "816101", 1, 0, 36), + (46806, "816107", 1, 0, 36), + (46807, "814141", 1, 0, 36), + (46808, "814145", 1, 0, 36), + (46809, "814152", 1, 0, 36), + (46810, "814145", 1, 0, 36), + (46811, "814144", 1, 0, 36), + (46812, "814144", 1, 0, 36), + (46813, "814144", 1, 0, 36), + (46814, "814144", 1, 0, 36), + (46815, "814144", 1, 0, 36), + (46816, "814144", 1, 0, 36), + (46817, "814144", 1, 0, 36), + (46818, "814144", 1, 0, 36), + (46819, "816106", 1, 0, 36), + (46820, "816106", 1, 0, 36), + (46821, "816106", 1, 0, 36), + (46822, "816106", 1, 0, 36), + (46823, "816106", 1, 0, 36), + (46824, "816106", 1, 0, 36), + (46825, "816106", 1, 0, 36), + (46826, "816106", 1, 0, 36), + (46827, "816106", 1, 0, 36), + (46828, "816106", 1, 0, 36), + (46829, "816106", 1, 0, 36), + (46830, "816106", 1, 0, 36), + (46831, "816106", 1, 0, 36), + (46832, "816117", 1, 0, 36), + (46833, "816117", 1, 0, 36), + (46834, "814152", 1, 0, 36), + (46835, "814152", 1, 0, 36), + (46836, "814152", 1, 0, 36), + (46837, "814152", 1, 0, 36), + (46838, "814152", 1, 0, 36), + (46839, "814152", 1, 0, 36), + (46840, "814152", 1, 0, 36), + (46841, "816105", 1, 0, 36), + (46842, "816105", 1, 0, 36), + (46843, "816105", 1, 0, 36), + (46844, "816105", 1, 0, 36), + (46845, "816105", 1, 0, 36), + (46846, "816105", 1, 0, 36), + (46847, "814144", 1, 0, 36), + (46848, "814144", 1, 0, 36), + (46849, "814144", 1, 0, 36), + (46850, "816108", 1, 0, 36), + (46851, "816108", 1, 0, 36), + (46852, "816108", 1, 0, 36), + (46853, "816108", 1, 0, 36), + (46854, "814141", 1, 0, 36), + (46855, "816104", 1, 0, 36), + (46856, "816104", 1, 0, 36), + (46857, "816104", 1, 0, 36), + (46858, "816104", 1, 0, 36), + (46859, "816104", 1, 0, 36), + (46860, "816104", 1, 0, 36), + (46861, "816104", 1, 0, 36), + (46862, "816104", 1, 0, 36), + (46863, "816104", 1, 0, 36), + (46864, "814145", 1, 0, 36), + (46865, "814145", 1, 0, 36), + (46866, "816117", 1, 0, 36), + (46867, "814147", 1, 0, 36), + (46868, "814147", 1, 0, 36), + (46869, "814147", 1, 0, 36), + (46870, "814147", 1, 0, 36), + (46871, "814156", 1, 0, 36), + (46872, "814156", 1, 0, 36), + (46873, "814156", 1, 0, 36), + (46874, "814156", 1, 0, 36), + (46875, "814103", 1, 0, 36), + (46876, "814103", 1, 0, 36), + (46877, "814103", 1, 0, 36), + (46878, "814103", 1, 0, 36), + (46879, "814103", 1, 0, 36), + (46880, "814103", 1, 0, 36), + (46881, "814113", 1, 0, 36), + (46882, "814113", 1, 0, 36), + (46883, "814113", 1, 0, 36), + (46884, "814113", 1, 0, 36), + (46885, "814113", 1, 0, 36), + (46886, "814113", 1, 0, 36), + (46887, "814114", 1, 0, 36), + (46888, "814114", 1, 0, 36), + (46889, "814114", 1, 0, 36), + (46890, "814114", 1, 0, 36), + (46891, "814114", 1, 0, 36), + (46892, "814114", 1, 0, 36), + (46893, "814157", 1, 0, 36), + (46894, "814157", 1, 0, 36), + (46895, "814157", 1, 0, 36), + (46896, "814157", 1, 0, 36), + (46897, "814157", 1, 0, 36), + (46898, "814157", 1, 0, 36), + (46899, "814120", 1, 0, 36), + (46900, "814120", 1, 0, 36), + (46901, "814120", 1, 0, 36), + (46902, "814120", 1, 0, 36), + (46903, "814120", 1, 0, 36), + (46904, "814120", 1, 0, 36), + (46905, "814133", 1, 0, 36), + (46906, "814133", 1, 0, 36), + (46907, "814133", 1, 0, 36), + (46908, "814133", 1, 0, 36), + (46909, "814133", 1, 0, 36), + (46910, "814133", 1, 0, 36), + (46911, "814133", 1, 0, 36), + (46912, "814133", 1, 0, 36), + (46913, "814133", 1, 0, 36), + (46914, "814133", 1, 0, 36), + (46915, "814133", 1, 0, 36), + (46916, "814133", 1, 0, 36), + (46917, "814133", 1, 0, 36), + (46918, "814133", 1, 0, 36), + (46919, "814133", 1, 0, 36), + (46920, "814133", 1, 0, 36), + (46921, "814133", 1, 0, 36), + (46922, "814133", 1, 0, 36), + (46923, "814133", 1, 0, 36), + (46924, "814133", 1, 0, 36), + (46925, "814133", 1, 0, 36), + (46926, "814133", 1, 0, 36), + (46927, "814133", 1, 0, 36), + (46928, "814133", 1, 0, 36), + (46929, "816117", 1, 0, 36), + (46930, "816117", 1, 0, 36), + (46931, "816117", 1, 0, 36), + (46932, "816117", 1, 0, 36), + (46933, "816117", 1, 0, 36), + (46934, "816117", 1, 0, 36), + (46935, "816117", 1, 0, 36), + (46936, "816117", 1, 0, 36), + (46937, "816117", 1, 0, 36), + (46938, "816117", 1, 0, 36), + (46939, "816117", 1, 0, 36), + (46940, "816110", 1, 0, 36), + (46941, "816110", 1, 0, 36), + (46942, "816110", 1, 0, 36), + (46943, "816110", 1, 0, 36), + (46944, "816110", 1, 0, 36), + (46945, "816110", 1, 0, 36), + (46946, "814148", 1, 0, 36), + (46947, "814148", 1, 0, 36), + (46948, "814148", 1, 0, 36), + (46949, "814148", 1, 0, 36), + (46950, "814148", 1, 0, 36), + (46951, "814148", 1, 0, 36), + (46952, "814148", 1, 0, 36), + (46953, "814148", 1, 0, 36), + (46954, "814148", 1, 0, 36), + (46955, "814148", 1, 0, 36), + (46956, "816118", 1, 0, 36), + (46957, "816118", 1, 0, 36), + (46958, "816118", 1, 0, 36), + (46959, "816118", 1, 0, 36), + (46960, "816118", 1, 0, 36), + (46961, "816118", 1, 0, 36), + (46962, "816118", 1, 0, 36), + (46963, "816118", 1, 0, 36), + (46964, "816118", 1, 0, 36), + (46965, "816118", 1, 0, 36), + (46966, "816116", 1, 0, 36), + (46967, "816116", 1, 0, 36), + (46968, "816116", 1, 0, 36), + (46969, "816116", 1, 0, 36), + (46970, "816129", 1, 0, 36), + (46971, "816129", 1, 0, 36), + (46972, "816129", 1, 0, 36), + (46973, "816109", 1, 0, 36), + (46974, "816109", 1, 0, 36), + (46975, "816109", 1, 0, 36), + (46976, "816109", 1, 0, 36), + (46977, "814103", 1, 0, 36), + (46978, "814103", 1, 0, 36), + (46979, "814103", 1, 0, 36), + (46980, "814103", 1, 0, 36), + (46981, "814103", 1, 0, 36), + (46982, "814103", 1, 0, 36), + (46983, "814103", 1, 0, 36), + (46984, "814103", 1, 0, 36), + (46985, "814153", 1, 0, 36), + (46986, "814153", 1, 0, 36), + (46987, "814153", 1, 0, 36), + (46988, "814153", 1, 0, 36), + (46989, "814147", 1, 0, 36), + (46990, "814147", 1, 0, 36), + (46991, "814147", 1, 0, 36), + (46992, "814147", 1, 0, 36), + (46993, "814147", 1, 0, 36), + (46994, "814147", 1, 0, 36), + (46995, "814147", 1, 0, 36), + (46996, "814147", 1, 0, 36), + (46997, "814145", 1, 0, 36), + (46998, "814145", 1, 0, 36), + (46999, "814145", 1, 0, 36), + (47000, "814167", 1, 0, 36), + (47001, "814110", 1, 0, 36), + (47002, "814110", 1, 0, 36), + (47003, "814110", 1, 0, 36), + (47004, "814167", 1, 0, 36), + (47005, "814110", 1, 0, 36), + (47006, "814110", 1, 0, 36), + (47007, "814167", 1, 0, 36), + (47008, "814110", 1, 0, 36), + (47009, "814167", 1, 0, 36), + (47010, "814110", 1, 0, 36), + (47011, "814167", 1, 0, 36), + (47012, "814167", 1, 0, 36), + (47013, "814110", 1, 0, 36), + (47014, "814110", 1, 0, 36), + (47015, "814110", 1, 0, 36), + (47016, "814110", 1, 0, 36), + (47017, "814167", 1, 0, 36), + (47018, "814167", 1, 0, 36), + (47019, "814110", 1, 0, 36), + (47020, "814167", 1, 0, 36), + (47021, "814110", 1, 0, 36), + (47022, "814167", 1, 0, 36), + (47023, "814110", 1, 0, 36), + (47024, "814102", 1, 0, 36), + (47025, "814102", 1, 0, 36), + (47026, "814102", 1, 0, 36), + (47027, "814102", 1, 0, 36), + (47028, "814133", 1, 0, 36), + (47029, "814133", 1, 0, 36), + (47030, "814133", 1, 0, 36), + (47031, "814133", 1, 0, 36), + (47032, "814133", 1, 0, 36), + (47033, "814133", 1, 0, 36), + (47034, "814133", 1, 0, 36), + (47035, "814133", 1, 0, 36), + (47036, "814133", 1, 0, 36), + (47037, "815353", 1, 0, 36), + (47038, "815353", 1, 0, 36), + (47039, "815353", 1, 0, 36), + (47040, "815353", 1, 0, 36), + (47041, "815353", 1, 0, 36), + (47042, "815353", 1, 0, 36), + (47043, "815353", 1, 0, 36), + (47044, "815353", 1, 0, 36), + (47045, "815353", 1, 0, 36), + (47046, "815353", 1, 0, 36), + (47047, "815353", 1, 0, 36), + (47048, "815353", 1, 0, 36), + (47049, "815353", 1, 0, 36), + (47050, "815353", 1, 0, 36), + (47051, "815353", 1, 0, 36), + (47052, "815353", 1, 0, 36), + (47053, "815353", 1, 0, 36), + (47054, "815353", 1, 0, 36), + (47055, "815353", 1, 0, 36), + (47056, "815353", 1, 0, 36), + (47057, "815351", 1, 0, 36), + (47058, "815351", 1, 0, 36), + (47059, "815351", 1, 0, 36), + (47060, "815351", 1, 0, 36), + (47061, "815351", 1, 0, 36), + (47062, "815351", 1, 0, 36), + (47063, "815351", 1, 0, 36), + (47064, "815351", 1, 0, 36), + (47065, "815351", 1, 0, 36), + (47066, "815351", 1, 0, 36), + (47067, "815351", 1, 0, 36), + (47068, "815351", 1, 0, 36), + (47069, "815351", 1, 0, 36), + (47070, "815351", 1, 0, 36), + (47071, "815351", 1, 0, 36), + (47072, "815351", 1, 0, 36), + (47073, "815351", 1, 0, 36), + (47074, "815351", 1, 0, 36), + (47075, "815352", 1, 0, 36), + (47076, "815352", 1, 0, 36), + (47077, "815352", 1, 0, 36), + (47078, "815352", 1, 0, 36), + (47079, "815352", 1, 0, 36), + (47080, "815352", 1, 0, 36), + (47081, "815352", 1, 0, 36), + (47082, "815352", 1, 0, 36), + (47083, "815352", 1, 0, 36), + (47084, "815352", 1, 0, 36), + (47085, "815352", 1, 0, 36), + (47086, "815352", 1, 0, 36), + (47087, "815352", 1, 0, 36), + (47088, "815352", 1, 0, 36), + (47089, "815352", 1, 0, 36), + (47090, "815352", 1, 0, 36), + (47091, "815352", 1, 0, 36), + (47092, "814165", 1, 0, 36), + (47093, "814165", 1, 0, 36), + (47094, "814165", 1, 0, 36), + (47095, "814165", 1, 0, 36), + (47096, "814165", 1, 0, 36), + (47097, "814165", 1, 0, 36), + (47098, "814165", 1, 0, 36), + (47099, "814165", 1, 0, 36), + (47100, "814154", 1, 0, 36), + (47101, "814154", 1, 0, 36), + (47102, "814154", 1, 0, 36), + (47103, "814154", 1, 0, 36), + (47104, "814154", 1, 0, 36), + (47105, "814154", 1, 0, 36), + (47106, "814154", 1, 0, 36), + (47107, "814154", 1, 0, 36), + (47108, "814154", 1, 0, 36), + (47109, "814154", 1, 0, 36), + (47110, "814154", 1, 0, 36), + (47111, "814154", 1, 0, 36), + (47112, "814154", 1, 0, 36), + (47113, "814154", 1, 0, 36), + (47114, "814154", 1, 0, 36), + (47115, "814154", 1, 0, 36), + (47116, "814154", 1, 0, 36), + (47117, "814151", 1, 0, 36), + (47118, "814151", 1, 0, 36), + (47119, "814151", 1, 0, 36), + (47120, "814151", 1, 0, 36), + (47121, "814151", 1, 0, 36), + (47122, "814151", 1, 0, 36), + (47123, "814151", 1, 0, 36), + (47124, "814151", 1, 0, 36), + (47125, "814151", 1, 0, 36), + (47126, "814151", 1, 0, 36), + (47127, "814151", 1, 0, 36), + (47128, "814151", 1, 0, 36), + (47129, "814151", 1, 0, 36), + (47130, "814151", 1, 0, 36), + (47131, "814150", 1, 0, 36), + (47132, "814150", 1, 0, 36), + (47133, "816109", 1, 0, 36), + (47134, "816109", 1, 0, 36), + (47135, "816109", 1, 0, 36), + (47136, "814146", 1, 0, 36), + (47137, "814146", 1, 0, 36), + (47138, "814146", 1, 0, 36), + (47139, "814146", 1, 0, 36), + (47140, "814146", 1, 0, 36), + (47141, "814146", 1, 0, 36), + (47142, "814146", 1, 0, 36), + (47143, "814146", 1, 0, 36), + (47144, "814146", 1, 0, 36), + (47145, "814146", 1, 0, 36), + (47146, "814146", 1, 0, 36), + (47147, "814146", 1, 0, 36), + (47148, "814146", 1, 0, 36), + (47149, "814146", 1, 0, 36), + (47150, "814146", 1, 0, 36), + (47151, "814146", 1, 0, 36), + (47152, "814146", 1, 0, 36), + (47153, "814146", 1, 0, 36), + (47154, "814146", 1, 0, 36), + (47155, "814146", 1, 0, 36), + (47156, "814146", 1, 0, 36), + (47157, "814146", 1, 0, 36), + (47158, "814146", 1, 0, 36), + (47159, "814146", 1, 0, 36), + (47160, "814146", 1, 0, 36), + (47161, "814146", 1, 0, 36), + (47162, "814146", 1, 0, 36), + (47163, "814146", 1, 0, 36), + (47164, "814146", 1, 0, 36), + (47165, "813208", 1, 0, 36), + (47166, "813208", 1, 0, 36), + (47167, "813208", 1, 0, 36), + (47168, "813208", 1, 0, 36), + (47169, "813208", 1, 0, 36), + (47170, "813208", 1, 0, 36), + (47171, "813208", 1, 0, 36), + (47172, "813208", 1, 0, 36), + (47173, "813208", 1, 0, 36), + (47174, "813208", 1, 0, 36), + (47175, "813208", 1, 0, 36), + (47176, "814160", 1, 0, 36), + (47177, "814160", 1, 0, 36), + (47178, "814160", 1, 0, 36), + (47179, "814160", 1, 0, 36), + (47180, "814160", 1, 0, 36), + (47181, "814160", 1, 0, 36), + (47182, "814160", 1, 0, 36), + (47183, "814160", 1, 0, 36), + (47184, "814160", 1, 0, 36), + (47185, "814160", 1, 0, 36), + (47186, "814160", 1, 0, 36), + (47187, "814160", 1, 0, 36), + (47188, "814160", 1, 0, 36), + (47189, "814160", 1, 0, 36), + (47190, "814160", 1, 0, 36), + (47191, "814111", 1, 0, 36), + (47192, "814111", 1, 0, 36), + (47193, "814111", 1, 0, 36), + (47194, "814111", 1, 0, 36), + (47195, "814111", 1, 0, 36), + (47196, "814111", 1, 0, 36), + (47197, "814111", 1, 0, 36), + (47198, "814111", 1, 0, 36), + (47199, "816101", 1, 0, 36), + (47200, "816101", 1, 0, 36), + (47201, "816101", 1, 0, 36), + (47202, "816101", 1, 0, 36), + (47203, "816101", 1, 0, 36), + (47204, "816101", 1, 0, 36), + (47205, "816101", 1, 0, 36), + (47206, "816101", 1, 0, 36), + (47207, "816101", 1, 0, 36), + (47208, "816101", 1, 0, 36), + (47209, "816101", 1, 0, 36), + (47210, "816101", 1, 0, 36), + (47211, "816101", 1, 0, 36), + (47212, "816101", 1, 0, 36), + (47213, "816101", 1, 0, 36), + (47214, "816101", 1, 0, 36), + (47215, "816101", 1, 0, 36), + (47216, "816101", 1, 0, 36), + (47217, "816101", 1, 0, 36), + (47218, "816102", 1, 0, 36), + (47219, "816102", 1, 0, 36), + (47220, "816102", 1, 0, 36), + (47221, "816102", 1, 0, 36), + (47222, "816102", 1, 0, 36), + (47223, "816102", 1, 0, 36), + (47224, "816102", 1, 0, 36), + (47225, "816102", 1, 0, 36), + (47226, "816102", 1, 0, 36), + (47227, "816102", 1, 0, 36), + (47228, "816102", 1, 0, 36), + (47229, "816102", 1, 0, 36), + (47230, "816102", 1, 0, 36), + (47231, "816102", 1, 0, 36), + (47232, "816107", 1, 0, 36), + (47233, "816107", 1, 0, 36), + (47234, "816107", 1, 0, 36), + (47235, "816107", 1, 0, 36), + (47236, "816107", 1, 0, 36), + (47237, "816107", 1, 0, 36), + (47238, "816107", 1, 0, 36), + (47239, "816107", 1, 0, 36), + (47240, "816107", 1, 0, 36), + (47241, "816107", 1, 0, 36), + (47242, "816107", 1, 0, 36), + (47243, "816107", 1, 0, 36), + (47244, "816107", 1, 0, 36), + (47245, "816107", 1, 0, 36), + (47246, "816107", 1, 0, 36), + (47247, "816107", 1, 0, 36), + (47248, "816107", 1, 0, 36), + (47249, "816107", 1, 0, 36), + (47250, "814118", 1, 0, 36), + (47251, "814118", 1, 0, 36), + (47252, "814118", 1, 0, 36), + (47253, "814118", 1, 0, 36), + (47254, "814118", 1, 0, 36), + (47255, "814118", 1, 0, 36), + (47256, "814118", 1, 0, 36), + (47257, "814118", 1, 0, 36), + (47258, "816120", 1, 0, 36), + (47259, "816120", 1, 0, 36), + (47260, "816120", 1, 0, 36), + (47261, "816120", 1, 0, 36), + (47262, "816120", 1, 0, 36), + (47263, "814166", 1, 0, 36), + (47264, "814166", 1, 0, 36), + (47265, "814166", 1, 0, 36), + (47266, "814166", 1, 0, 36), + (47267, "814166", 1, 0, 36), + (47268, "814166", 1, 0, 36), + (47269, "814166", 1, 0, 36), + (47270, "814166", 1, 0, 36), + (47271, "814166", 1, 0, 36), + (47272, "814141", 1, 0, 36), + (47273, "814141", 1, 0, 36), + (47274, "814141", 1, 0, 36), + (47275, "814141", 1, 0, 36), + (47276, "814141", 1, 0, 36), + (47277, "814158", 1, 0, 36), + (47278, "814158", 1, 0, 36), + (47279, "814158", 1, 0, 36), + (47280, "814158", 1, 0, 36), + (47281, "814158", 1, 0, 36), + (47282, "814158", 1, 0, 36), + (47283, "814158", 1, 0, 36), + (47284, "814158", 1, 0, 36), + (47285, "814158", 1, 0, 36), + (47286, "814158", 1, 0, 36), + (47287, "814158", 1, 0, 36), + (47288, "814158", 1, 0, 36), + (47289, "814119", 1, 0, 36), + (47290, "814119", 1, 0, 36), + (47291, "814119", 1, 0, 36), + (47292, "814119", 1, 0, 36), + (47293, "814119", 1, 0, 36), + (47294, "814119", 1, 0, 36), + (47295, "814119", 1, 0, 36), + (47296, "814119", 1, 0, 36), + (47297, "814119", 1, 0, 36), + (47298, "814119", 1, 0, 36), + (47299, "814119", 1, 0, 36), + (47300, "814119", 1, 0, 36), + (47301, "814119", 1, 0, 36), + (47302, "814145", 1, 0, 36), + (47303, "814145", 1, 0, 36), + (47304, "814145", 1, 0, 36), + (47305, "814145", 1, 0, 36), + (47306, "814145", 1, 0, 36), + (47307, "814145", 1, 0, 36), + (47308, "814145", 1, 0, 36), + (47309, "814145", 1, 0, 36), + (47310, "814145", 1, 0, 36), + (47311, "814167", 1, 0, 36), + (47312, "816108", 1, 0, 36), + (47313, "816108", 1, 0, 36), + (47314, "816108", 1, 0, 36), + (47315, "816108", 1, 0, 36), + (47316, "816108", 1, 0, 36), + (47317, "816108", 1, 0, 36), + (47318, "814145", 1, 0, 36), + (47319, "814155", 1, 0, 36), + (47320, "814155", 1, 0, 36), + (47321, "814155", 1, 0, 36), + (47322, "814155", 1, 0, 36), + (47323, "814155", 1, 0, 36), + (47324, "814155", 1, 0, 36), + (47325, "814155", 1, 0, 36), + (47326, "814155", 1, 0, 36), + (47327, "814155", 1, 0, 36), + (47328, "814155", 1, 0, 36), + (47329, "814155", 1, 0, 36), + (47330, "814155", 1, 0, 36), + (47331, "814155", 1, 0, 36), + (47332, "814155", 1, 0, 36), + (47333, "814155", 1, 0, 36), + (47334, "814152", 1, 0, 36), + (47335, "814152", 1, 0, 36), + (47336, "814102", 1, 0, 36), + (47337, "814102", 1, 0, 36), + (47338, "814102", 1, 0, 36), + (47339, "814102", 1, 0, 36), + (47340, "814102", 1, 0, 36), + (47341, "814102", 1, 0, 36), + (47342, "814102", 1, 0, 36), + (47343, "814102", 1, 0, 36), + (47344, "814120", 1, 0, 36), + (47345, "814120", 1, 0, 36), + (47346, "814120", 1, 0, 36), + (47347, "814120", 1, 0, 36), + (47348, "814120", 1, 0, 36), + (47349, "814120", 1, 0, 36), + (47350, "814120", 1, 0, 36), + (47351, "814120", 1, 0, 36), + (47352, "816103", 1, 0, 36), + (47353, "816103", 1, 0, 36), + (47354, "816103", 1, 0, 36), + (47355, "816103", 1, 0, 36), + (47356, "816103", 1, 0, 36), + (47357, "816103", 1, 0, 36), + (47358, "816103", 1, 0, 36), + (47359, "816103", 1, 0, 36), + (47360, "816103", 1, 0, 36), + (47361, "816103", 1, 0, 36), + (47362, "816109", 1, 0, 36), + (47363, "816109", 1, 0, 36), + (47364, "816109", 1, 0, 36), + (47365, "814150", 1, 0, 36), + (47366, "814150", 1, 0, 36), + (47367, "814150", 1, 0, 36), + (47368, "814150", 1, 0, 36), + (47369, "814150", 1, 0, 36), + (47370, "814150", 1, 0, 36), + (47371, "814150", 1, 0, 36), + (47372, "814150", 1, 0, 36), + (47373, "814150", 1, 0, 36), + (47374, "814150", 1, 0, 36), + (47375, "814149", 1, 0, 36), + (47376, "814149", 1, 0, 36), + (47377, "814149", 1, 0, 36), + (47378, "814149", 1, 0, 36), + (47379, "814149", 1, 0, 36), + (47380, "814149", 1, 0, 36), + (47381, "814149", 1, 0, 36), + (47382, "814149", 1, 0, 36), + (47383, "814153", 1, 0, 36), + (47384, "814153", 1, 0, 36), + (47385, "814153", 1, 0, 36), + (47386, "814153", 1, 0, 36), + (47387, "814153", 1, 0, 36), + (47388, "814153", 1, 0, 36), + (47389, "814153", 1, 0, 36), + (47390, "814153", 1, 0, 36), + (47391, "814153", 1, 0, 36), + (47392, "814153", 1, 0, 36), + (47393, "814153", 1, 0, 36), + (47394, "814153", 1, 0, 36), + (47395, "815355", 1, 0, 36), + (47396, "814153", 1, 0, 36), + (47397, "814153", 1, 0, 36), + (47398, "814153", 1, 0, 36), + (47399, "814153", 1, 0, 36), + (47400, "814153", 1, 0, 36), + (47401, "814153", 1, 0, 36), + (47402, "814153", 1, 0, 36), + (47403, "814156", 1, 0, 36), + (47404, "814156", 1, 0, 36), + (47405, "814156", 1, 0, 36), + (47406, "814156", 1, 0, 36), + (47407, "814156", 1, 0, 36), + (47408, "815357", 1, 0, 36), + (47409, "815357", 1, 0, 36), + (47410, "815357", 1, 0, 36), + (47411, "815357", 1, 0, 36), + (47412, "815357", 1, 0, 36), + (47413, "815357", 1, 0, 36), + (47414, "815357", 1, 0, 36), + (47415, "815354", 1, 0, 36), + (47416, "815354", 1, 0, 36), + (47417, "815354", 1, 0, 36), + (47418, "815354", 1, 0, 36), + (47419, "814143", 1, 0, 36), + (47420, "814143", 1, 0, 36), + (47421, "814143", 1, 0, 36), + (47422, "814143", 1, 0, 36), + (47423, "815359", 1, 0, 36), + (47424, "815359", 1, 0, 36), + (47425, "815359", 1, 0, 36), + (47426, "815359", 1, 0, 36), + (47427, "815359", 1, 0, 36), + (47428, "815359", 1, 0, 36), + (47429, "815359", 1, 0, 36), + (47430, "815359", 1, 0, 36), + (47431, "833214", 1, 0, 36), + (47432, "832101", 1, 0, 36), + (47433, "832302", 1, 0, 36), + (47434, "833104", 1, 0, 36), + (47435, "832105", 1, 0, 36), + (47436, "831012", 1, 0, 36), + (47437, "831002", 1, 0, 36), + (47438, "832104", 1, 0, 36), + (47439, "832102", 1, 0, 36), + (47440, "833214", 1, 0, 36), + (47441, "833214", 1, 0, 36), + (47442, "833204", 1, 0, 36), + (47443, "833221", 1, 0, 36), + (47444, "831002", 1, 0, 36), + (47445, "832105", 1, 0, 36), + (47446, "833220", 1, 0, 36), + (47447, "833104", 1, 0, 36), + (47448, "833204", 1, 0, 36), + (47449, "832403", 1, 0, 36), + (47450, "833204", 1, 0, 36), + (47451, "832105", 1, 0, 36), + (47452, "832112", 1, 0, 36), + (47453, "833214", 1, 0, 36), + (47454, "832105", 1, 0, 36), + (47455, "833204", 1, 0, 36), + (47456, "833220", 1, 0, 36), + (47457, "832105", 1, 0, 36), + (47458, "832403", 1, 0, 36), + (47459, "833214", 1, 0, 36), + (47460, "833214", 1, 0, 36), + (47461, "833104", 1, 0, 36), + (47462, "832101", 1, 0, 36), + (47463, "832101", 1, 0, 36), + (47464, "832301", 1, 0, 36), + (47465, "832301", 1, 0, 36), + (47466, "832101", 1, 0, 36), + (47467, "832101", 1, 0, 36), + (47468, "832101", 1, 0, 36), + (47469, "832101", 1, 0, 36), + (47470, "832101", 1, 0, 36), + (47471, "832101", 1, 0, 36), + (47472, "832101", 1, 0, 36), + (47473, "832101", 1, 0, 36), + (47474, "832101", 1, 0, 36), + (47475, "832101", 1, 0, 36), + (47476, "832101", 1, 0, 36), + (47477, "832101", 1, 0, 36), + (47478, "832101", 1, 0, 36), + (47479, "832101", 1, 0, 36), + (47480, "832101", 1, 0, 36), + (47481, "832101", 1, 0, 36), + (47482, "832101", 1, 0, 36), + (47483, "832101", 1, 0, 36), + (47484, "832101", 1, 0, 36), + (47485, "832101", 1, 0, 36), + (47486, "832101", 1, 0, 36), + (47487, "831004", 1, 0, 36), + (47488, "832301", 1, 0, 36), + (47489, "832301", 1, 0, 36), + (47490, "832301", 1, 0, 36), + (47491, "832301", 1, 0, 36), + (47492, "832301", 1, 0, 36), + (47493, "832301", 1, 0, 36), + (47494, "832301", 1, 0, 36), + (47495, "832301", 1, 0, 36), + (47496, "832301", 1, 0, 36), + (47497, "832301", 1, 0, 36), + (47498, "832301", 1, 0, 36), + (47499, "832301", 1, 0, 36), + (47500, "832301", 1, 0, 36), + (47501, "832301", 1, 0, 36), + (47502, "832302", 1, 0, 36), + (47503, "832302", 1, 0, 36), + (47504, "832302", 1, 0, 36), + (47505, "832302", 1, 0, 36), + (47506, "832302", 1, 0, 36), + (47507, "832302", 1, 0, 36), + (47508, "832302", 1, 0, 36), + (47509, "832302", 1, 0, 36), + (47510, "832302", 1, 0, 36), + (47511, "832302", 1, 0, 36), + (47512, "832302", 1, 0, 36), + (47513, "832302", 1, 0, 36), + (47514, "832302", 1, 0, 36), + (47515, "832302", 1, 0, 36), + (47516, "832302", 1, 0, 36), + (47517, "833102", 1, 0, 36), + (47518, "833220", 1, 0, 36), + (47519, "831002", 1, 0, 36), + (47520, "833215", 1, 0, 36), + (47521, "832105", 1, 0, 36), + (47522, "833220", 1, 0, 36), + (47523, "833220", 1, 0, 36), + (47524, "833220", 1, 0, 36), + (47525, "833220", 1, 0, 36), + (47526, "833220", 1, 0, 36), + (47527, "833220", 1, 0, 36), + (47528, "833220", 1, 0, 36), + (47529, "833216", 1, 0, 36), + (47530, "833104", 1, 0, 36), + (47531, "833105", 1, 0, 36), + (47532, "833105", 1, 0, 36), + (47533, "833105", 1, 0, 36), + (47534, "833105", 1, 0, 36), + (47535, "833220", 1, 0, 36), + (47536, "833217", 1, 0, 36), + (47537, "833104", 1, 0, 36), + (47538, "831004", 1, 0, 36), + (47539, "832304", 1, 0, 36), + (47540, "832304", 1, 0, 36), + (47541, "832304", 1, 0, 36), + (47542, "832304", 1, 0, 36), + (47543, "831012", 1, 0, 36), + (47544, "832104", 1, 0, 36), + (47545, "832102", 1, 0, 36), + (47546, "832102", 1, 0, 36), + (47547, "832104", 1, 0, 36), + (47548, "832102", 1, 0, 36), + (47549, "831002", 1, 0, 36), + (47550, "831002", 1, 0, 36), + (47551, "580024", 1, 0, 19), + (47552, "580025", 1, 0, 19), + (47553, "572102", 1, 0, 19), + (47554, "577453", 1, 0, 19), + (47555, "577205", 1, 0, 19), + (47556, "581308", 1, 0, 19), + (47557, "573202", 1, 0, 19), + (47558, "560103", 1, 0, 19), + (47559, "560102", 1, 0, 19), + (47560, "574239", 1, 0, 19), + (47561, "571302", 1, 0, 19), + (47562, "591173", 1, 0, 19), + (47563, "590018", 1, 0, 19), + (47564, "560076", 1, 0, 19), + (47565, "560105", 1, 0, 19), + (47566, "560001", 1, 0, 19), + (47567, "560001", 1, 0, 19), + (47568, "560001", 1, 0, 19), + (47569, "560001", 1, 0, 19), + (47570, "560001", 1, 0, 19), + (47571, "560001", 1, 0, 19), + (47572, "560006", 1, 0, 19), + (47573, "560007", 1, 0, 19), + (47574, "560008", 1, 0, 19), + (47575, "560016", 1, 0, 19), + (47576, "560016", 1, 0, 19), + (47577, "560300", 1, 0, 19), + (47578, "560017", 1, 0, 19), + (47579, "560024", 1, 0, 19), + (47580, "560024", 1, 0, 19), + (47581, "560025", 1, 0, 19), + (47582, "560025", 1, 0, 19), + (47583, "560032", 1, 0, 19), + (47584, "560036", 1, 0, 19), + (47585, "560037", 1, 0, 19), + (47586, "560037", 1, 0, 19), + (47587, "560043", 1, 0, 19), + (47588, "560043", 1, 0, 19), + (47589, "560045", 1, 0, 19), + (47590, "560047", 1, 0, 19), + (47591, "560049", 1, 0, 19), + (47592, "560063", 1, 0, 19), + (47593, "560064", 1, 0, 19), + (47594, "560064", 1, 0, 19), + (47595, "560075", 1, 0, 19), + (47596, "560084", 1, 0, 19), + (47597, "560094", 1, 0, 19), + (47598, "560030", 1, 0, 19), + (47599, "560056", 1, 0, 19), + (47600, "560035", 1, 0, 19), + (47601, "560018", 1, 0, 19), + (47602, "560004", 1, 0, 19), + (47603, "560026", 1, 0, 19), + (47604, "560060", 1, 0, 19), + (47605, "560053", 1, 0, 19), + (47606, "560034", 1, 0, 19), + (47607, "560095", 1, 0, 19), + (47608, "560026", 1, 0, 19), + (47609, "560098", 1, 0, 19), + (47610, "560059", 1, 0, 19), + (47611, "560070", 1, 0, 19), + (47612, "560027", 1, 0, 19), + (47613, "560085", 1, 0, 19), + (47614, "560099", 1, 0, 19), + (47615, "560082", 1, 0, 19), + (47616, "560061", 1, 0, 19), + (47617, "560002", 1, 0, 19), + (47618, "560026", 1, 0, 19), + (47619, "560034", 1, 0, 19), + (47620, "560004", 1, 0, 19), + (47621, "560004", 1, 0, 19), + (47622, "560027", 1, 0, 19), + (47623, "560027", 1, 0, 19), + (47624, "560034", 1, 0, 19), + (47625, "560050", 1, 0, 19), + (47626, "560068", 1, 0, 19), + (47627, "560061", 1, 0, 19), + (47628, "560050", 1, 0, 19), + (47629, "560085", 1, 0, 19), + (47630, "560078", 1, 0, 19), + (47631, "560085", 1, 0, 19), + (47632, "560111", 1, 0, 19), + (47633, "560011", 1, 0, 19), + (47634, "560076", 1, 0, 19), + (47635, "560070", 1, 0, 19), + (47636, "560050", 1, 0, 19), + (47637, "560041", 1, 0, 19), + (47638, "560078", 1, 0, 19), + (47639, "577411", 1, 0, 19), + (47640, "577452", 1, 0, 19), + (47641, "581384", 1, 0, 19), + (47642, "561207", 1, 0, 19), + (47643, "583104", 1, 0, 19), + (47644, "583152", 1, 0, 19), + (47645, "583125", 1, 0, 19), + (47646, "583127", 1, 0, 19), + (47647, "583131", 1, 0, 19), + (47648, "583131", 1, 0, 19), + (47649, "583213", 1, 0, 19), + (47650, "583137", 1, 0, 19), + (47651, "583131", 1, 0, 19), + (47652, "570023", 1, 0, 19), + (47653, "574142", 1, 0, 19), + (47654, "577128", 1, 0, 19), + (47655, "577160", 1, 0, 19), + (47656, "587112", 1, 0, 19), + (47657, "574260", 1, 0, 19), + (47658, "590006", 1, 0, 19), + (47659, "590006", 1, 0, 19), + (47660, "590006", 1, 0, 19), + (47661, "590006", 1, 0, 19), + (47662, "590011", 1, 0, 19), + (47663, "590008", 1, 0, 19), + (47664, "591143", 1, 0, 19), + (47665, "591113", 1, 0, 19), + (47666, "591302", 1, 0, 19), + (47667, "591302", 1, 0, 19), + (47668, "590014", 1, 0, 19), + (47669, "591128", 1, 0, 19), + (47670, "591301", 1, 0, 19), + (47671, "591120", 1, 0, 19), + (47672, "591108", 1, 0, 19), + (47673, "571109", 1, 0, 19), + (47674, "571111", 1, 0, 19), + (47675, "571111", 1, 0, 19), + (47676, "571126", 1, 0, 19), + (47677, "571128", 1, 0, 19), + (47678, "571314", 1, 0, 19), + (47679, "571315", 1, 0, 19), + (47680, "571118", 1, 0, 19), + (47681, "571312", 1, 0, 19), + (47682, "571316", 1, 0, 19), + (47683, "571129", 1, 0, 19), + (47684, "571119", 1, 0, 19), + (47685, "571123", 1, 0, 19), + (47686, "571101", 1, 0, 19), + (47687, "571313", 1, 0, 19), + (47688, "571110", 1, 0, 19), + (47689, "571439", 1, 0, 19), + (47690, "571127", 1, 0, 19), + (47691, "571117", 1, 0, 19), + (47692, "571443", 1, 0, 19), + (47693, "571440", 1, 0, 19), + (47694, "571490", 1, 0, 19), + (47695, "571442", 1, 0, 19), + (47696, "571120", 1, 0, 19), + (47697, "571444", 1, 0, 19), + (47698, "571342", 1, 0, 19), + (47699, "571115", 1, 0, 19), + (47700, "571124", 1, 0, 19), + (47701, "571122", 1, 0, 19), + (47702, "571457", 1, 0, 19), + (47703, "571441", 1, 0, 19), + (47704, "570015", 1, 0, 19), + (47705, "570004", 1, 0, 19), + (47706, "570025", 1, 0, 19), + (47707, "570002", 1, 0, 19), + (47708, "570016", 1, 0, 19), + (47709, "570010", 1, 0, 19), + (47710, "570012", 1, 0, 19), + (47711, "570004", 1, 0, 19), + (47712, "570001", 1, 0, 19), + (47713, "570004", 1, 0, 19), + (47714, "570004", 1, 0, 19), + (47715, "570006", 1, 0, 19), + (47716, "570001", 1, 0, 19), + (47717, "570016", 1, 0, 19), + (47718, "570004", 1, 0, 19), + (47719, "570008", 1, 0, 19), + (47720, "570005", 1, 0, 19), + (47721, "570007", 1, 0, 19), + (47722, "570003", 1, 0, 19), + (47723, "570010", 1, 0, 19), + (47724, "570015", 1, 0, 19), + (47725, "570011", 1, 0, 19), + (47726, "570029", 1, 0, 19), + (47727, "570019", 1, 0, 19), + (47728, "570006", 1, 0, 19), + (47729, "570002", 1, 0, 19), + (47730, "570017", 1, 0, 19), + (47731, "570020", 1, 0, 19), + (47732, "570018", 1, 0, 19), + (47733, "571102", 1, 0, 19), + (47734, "571103", 1, 0, 19), + (47735, "570026", 1, 0, 19), + (47736, "571104", 1, 0, 19), + (47737, "571617", 1, 0, 19), + (47738, "571610", 1, 0, 19), + (47739, "571125", 1, 0, 19), + (47740, "571601", 1, 0, 19), + (47741, "571114", 1, 0, 19), + (47742, "571105", 1, 0, 19), + (47743, "570014", 1, 0, 19), + (47744, "571116", 1, 0, 19), + (47745, "571311", 1, 0, 19), + (47746, "571187", 1, 0, 19), + (47747, "571134", 1, 0, 19), + (47748, "571602", 1, 0, 19), + (47749, "570023", 1, 0, 19), + (47750, "570023", 1, 0, 19), + (47751, "571603", 1, 0, 19), + (47752, "570005", 1, 0, 19), + (47753, "571107", 1, 0, 19), + (47754, "570022", 1, 0, 19), + (47755, "571189", 1, 0, 19), + (47756, "571108", 1, 0, 19), + (47757, "571604", 1, 0, 19), + (47758, "571121", 1, 0, 19), + (47759, "571130", 1, 0, 19), + (47760, "571404", 1, 0, 19), + (47761, "571415", 1, 0, 19), + (47762, "571416", 1, 0, 19), + (47763, "571417", 1, 0, 19), + (47764, "571419", 1, 0, 19), + (47765, "571422", 1, 0, 19), + (47766, "571403", 1, 0, 19), + (47767, "571421", 1, 0, 19), + (47768, "571450", 1, 0, 19), + (47769, "571446", 1, 0, 19), + (47770, "571424", 1, 0, 19), + (47771, "571425", 1, 0, 19), + (47772, "571428", 1, 0, 19), + (47773, "571430", 1, 0, 19), + (47774, "571430", 1, 0, 19), + (47775, "571401", 1, 0, 19), + (47776, "571401", 1, 0, 19), + (47777, "571401", 1, 0, 19), + (47778, "571401", 1, 0, 19), + (47779, "571401", 1, 0, 19), + (47780, "571433", 1, 0, 19), + (47781, "571463", 1, 0, 19), + (47782, "571429", 1, 0, 19), + (47783, "571402", 1, 0, 19), + (47784, "571405", 1, 0, 19), + (47785, "571605", 1, 0, 19), + (47786, "571448", 1, 0, 19), + (47787, "571606", 1, 0, 19), + (47788, "571418", 1, 0, 19), + (47789, "571802", 1, 0, 19), + (47790, "571812", 1, 0, 19), + (47791, "571455", 1, 0, 19), + (47792, "571811", 1, 0, 19), + (47793, "571445", 1, 0, 19), + (47794, "571423", 1, 0, 19), + (47795, "571807", 1, 0, 19), + (47796, "571607", 1, 0, 19), + (47797, "571426", 1, 0, 19), + (47798, "571427", 1, 0, 19), + (47799, "571431", 1, 0, 19), + (47800, "571432", 1, 0, 19), + (47801, "571434", 1, 0, 19), + (47802, "571435", 1, 0, 19), + (47803, "571436", 1, 0, 19), + (47804, "573213", 1, 0, 19), + (47805, "573101", 1, 0, 19), + (47806, "573102", 1, 0, 19), + (47807, "573214", 1, 0, 19), + (47808, "573113", 1, 0, 19), + (47809, "573215", 1, 0, 19), + (47810, "573201", 1, 0, 19), + (47811, "573142", 1, 0, 19), + (47812, "573201", 1, 0, 19), + (47813, "573201", 1, 0, 19), + (47814, "573120", 1, 0, 19), + (47815, "573216", 1, 0, 19), + (47816, "573210", 1, 0, 19), + (47817, "573165", 1, 0, 19), + (47818, "573202", 1, 0, 19), + (47819, "573123", 1, 0, 19), + (47820, "573211", 1, 0, 19), + (47821, "573201", 1, 0, 19), + (47822, "573201", 1, 0, 19), + (47823, "573127", 1, 0, 19), + (47824, "573217", 1, 0, 19), + (47825, "573128", 1, 0, 19), + (47826, "573129", 1, 0, 19), + (47827, "573136", 1, 0, 19), + (47828, "573130", 1, 0, 19), + (47829, "573212", 1, 0, 19), + (47830, "573218", 1, 0, 19), + (47831, "573201", 1, 0, 19), + (47832, "573133", 1, 0, 19), + (47833, "573134", 1, 0, 19), + (47834, "573219", 1, 0, 19), + (47835, "573201", 1, 0, 19), + (47836, "573220", 1, 0, 19), + (47837, "573137", 1, 0, 19), + (47838, "573225", 1, 0, 19), + (47839, "573103", 1, 0, 19), + (47840, "573162", 1, 0, 19), + (47841, "573111", 1, 0, 19), + (47842, "573112", 1, 0, 19), + (47843, "573115", 1, 0, 19), + (47844, "573116", 1, 0, 19), + (47845, "573141", 1, 0, 19), + (47846, "573117", 1, 0, 19), + (47847, "573118", 1, 0, 19), + (47848, "573119", 1, 0, 19), + (47849, "573121", 1, 0, 19), + (47850, "573122", 1, 0, 19), + (47851, "573124", 1, 0, 19), + (47852, "573125", 1, 0, 19), + (47853, "573126", 1, 0, 19), + (47854, "573144", 1, 0, 19), + (47855, "573164", 1, 0, 19), + (47856, "573131", 1, 0, 19), + (47857, "573135", 1, 0, 19), + (47858, "581103", 1, 0, 19), + (47859, "581201", 1, 0, 19), + (47860, "580011", 1, 0, 19), + (47861, "580001", 1, 0, 19), + (47862, "580003", 1, 0, 19), + (47863, "580008", 1, 0, 19), + (47864, "580007", 1, 0, 19), + (47865, "580001", 1, 0, 19), + (47866, "580001", 1, 0, 19), + (47867, "580008", 1, 0, 19), + (47868, "580006", 1, 0, 19), + (47869, "580001", 1, 0, 19), + (47870, "580008", 1, 0, 19), + (47871, "580007", 1, 0, 19), + (47872, "580002", 1, 0, 19), + (47873, "580001", 1, 0, 19), + (47874, "580002", 1, 0, 19), + (47875, "580009", 1, 0, 19), + (47876, "580002", 1, 0, 19), + (47877, "580005", 1, 0, 19), + (47878, "580004", 1, 0, 19), + (47879, "580114", 1, 0, 19), + (47880, "581105", 1, 0, 19), + (47881, "580118", 1, 0, 19), + (47882, "581204", 1, 0, 19), + (47883, "580112", 1, 0, 19), + (47884, "581206", 1, 0, 19), + (47885, "582201", 1, 0, 19), + (47886, "582201", 1, 0, 19), + (47887, "581207", 1, 0, 19), + (47888, "581107", 1, 0, 19), + (47889, "581209", 1, 0, 19), + (47890, "580020", 1, 0, 19), + (47891, "580028", 1, 0, 19), + (47892, "580023", 1, 0, 19), + (47893, "580029", 1, 0, 19), + (47894, "580031", 1, 0, 19), + (47895, "580030", 1, 0, 19), + (47896, "580023", 1, 0, 19), + (47897, "580021", 1, 0, 19), + (47898, "580020", 1, 0, 19), + (47899, "580028", 1, 0, 19), + (47900, "580028", 1, 0, 19), + (47901, "580025", 1, 0, 19), + (47902, "580024", 1, 0, 19), + (47903, "580020", 1, 0, 19), + (47904, "580020", 1, 0, 19), + (47905, "580026", 1, 0, 19), + (47906, "580029", 1, 0, 19), + (47907, "580030", 1, 0, 19), + (47908, "580031", 1, 0, 19), + (47909, "580021", 1, 0, 19), + (47910, "580032", 1, 0, 19), + (47911, "581113", 1, 0, 19), + (47912, "582208", 1, 0, 19), + (47913, "580024", 1, 0, 19), + (47914, "581117", 1, 0, 19), + (47915, "587201", 1, 0, 19), + (47916, "587201", 1, 0, 19), + (47917, "587111", 1, 0, 19), + (47918, "587101", 1, 0, 19), + (47919, "587102", 1, 0, 19), + (47920, "587103", 1, 0, 19), + (47921, "587114", 1, 0, 19), + (47922, "587115", 1, 0, 19), + (47923, "587202", 1, 0, 19), + (47924, "587203", 1, 0, 19), + (47925, "587118", 1, 0, 19), + (47926, "587118", 1, 0, 19), + (47927, "587125", 1, 0, 19), + (47928, "587154", 1, 0, 19), + (47929, "587156", 1, 0, 19), + (47930, "587125", 1, 0, 19), + (47931, "587120", 1, 0, 19), + (47932, "587205", 1, 0, 19), + (47933, "587207", 1, 0, 19), + (47934, "587124", 1, 0, 19), + (47935, "587311", 1, 0, 19), + (47936, "587311", 1, 0, 19), + (47937, "587113", 1, 0, 19), + (47938, "587116", 1, 0, 19), + (47939, "587117", 1, 0, 19), + (47940, "587119", 1, 0, 19), + (47941, "587301", 1, 0, 19), + (47942, "587301", 1, 0, 19), + (47943, "587204", 1, 0, 19), + (47944, "587206", 1, 0, 19), + (47945, "587121", 1, 0, 19), + (47946, "587155", 1, 0, 19), + (47947, "587122", 1, 0, 19), + (47948, "587312", 1, 0, 19), + (47949, "587313", 1, 0, 19), + (47950, "587313", 1, 0, 19), + (47951, "587314", 1, 0, 19), + (47952, "587314", 1, 0, 19), + (47953, "587316", 1, 0, 19), + (47954, "587315", 1, 0, 19), + (47955, "590010", 1, 0, 19), + (47956, "590016", 1, 0, 19), + (47957, "590001", 1, 0, 19), + (47958, "590001", 1, 0, 19), + (47959, "590001", 1, 0, 19), + (47960, "590019", 1, 0, 19), + (47961, "590016", 1, 0, 19), + (47962, "590001", 1, 0, 19), + (47963, "590003", 1, 0, 19), + (47964, "590001", 1, 0, 19), + (47965, "590005", 1, 0, 19), + (47966, "590017", 1, 0, 19), + (47967, "590010", 1, 0, 19), + (47968, "590009", 1, 0, 19), + (47969, "590003", 1, 0, 19), + (47970, "590016", 1, 0, 19), + (47971, "590001", 1, 0, 19), + (47972, "591156", 1, 0, 19), + (47973, "591102", 1, 0, 19), + (47974, "591102", 1, 0, 19), + (47975, "591103", 1, 0, 19), + (47976, "591104", 1, 0, 19), + (47977, "591106", 1, 0, 19), + (47978, "591147", 1, 0, 19), + (47979, "591109", 1, 0, 19), + (47980, "591111", 1, 0, 19), + (47981, "591112", 1, 0, 19), + (47982, "591115", 1, 0, 19), + (47983, "591118", 1, 0, 19), + (47984, "591153", 1, 0, 19), + (47985, "591119", 1, 0, 19), + (47986, "591121", 1, 0, 19), + (47987, "591131", 1, 0, 19), + (47988, "591124", 1, 0, 19), + (47989, "591125", 1, 0, 19), + (47990, "591126", 1, 0, 19), + (47991, "591126", 1, 0, 19), + (47992, "591110", 1, 0, 19), + (47993, "591114", 1, 0, 19), + (47994, "591117", 1, 0, 19), + (47995, "591123", 1, 0, 19), + (47996, "591123", 1, 0, 19), + (47997, "591130", 1, 0, 19), + (47998, "591126", 1, 0, 19), + (47999, "591127", 1, 0, 19), + (48000, "591129", 1, 0, 19), + (48001, "583101", 1, 0, 19), + (48002, "583104", 1, 0, 19), + (48003, "583101", 1, 0, 19), + (48004, "583102", 1, 0, 19), + (48005, "583101", 1, 0, 19), + (48006, "583103", 1, 0, 19), + (48007, "583101", 1, 0, 19), + (48008, "583103", 1, 0, 19), + (48009, "583101", 1, 0, 19), + (48010, "583101", 1, 0, 19), + (48011, "583102", 1, 0, 19), + (48012, "583111", 1, 0, 19), + (48013, "583118", 1, 0, 19), + (48014, "583112", 1, 0, 19), + (48015, "583113", 1, 0, 19), + (48016, "583130", 1, 0, 19), + (48017, "583114", 1, 0, 19), + (48018, "583115", 1, 0, 19), + (48019, "583116", 1, 0, 19), + (48020, "583119", 1, 0, 19), + (48021, "583117", 1, 0, 19), + (48022, "583119", 1, 0, 19), + (48023, "583120", 1, 0, 19), + (48024, "583121", 1, 0, 19), + (48025, "583121", 1, 0, 19), + (48026, "583122", 1, 0, 19), + (48027, "583123", 1, 0, 19), + (48028, "583275", 1, 0, 19), + (48029, "583124", 1, 0, 19), + (48030, "583126", 1, 0, 19), + (48031, "583211", 1, 0, 19), + (48032, "583128", 1, 0, 19), + (48033, "583129", 1, 0, 19), + (48034, "583212", 1, 0, 19), + (48035, "583212", 1, 0, 19), + (48036, "583214", 1, 0, 19), + (48037, "583239", 1, 0, 19), + (48038, "583215", 1, 0, 19), + (48039, "583216", 1, 0, 19), + (48040, "583217", 1, 0, 19), + (48041, "583218", 1, 0, 19), + (48042, "583201", 1, 0, 19), + (48043, "583203", 1, 0, 19), + (48044, "583201", 1, 0, 19), + (48045, "583201", 1, 0, 19), + (48046, "583219", 1, 0, 19), + (48047, "583220", 1, 0, 19), + (48048, "583276", 1, 0, 19), + (48049, "583221", 1, 0, 19), + (48050, "583132", 1, 0, 19), + (48051, "583132", 1, 0, 19), + (48052, "583134", 1, 0, 19), + (48053, "583134", 1, 0, 19), + (48054, "583135", 1, 0, 19), + (48055, "583222", 1, 0, 19), + (48056, "583136", 1, 0, 19), + (48057, "583223", 1, 0, 19), + (48058, "583225", 1, 0, 19), + (48059, "583224", 1, 0, 19), + (48060, "585326", 1, 0, 19), + (48061, "585327", 1, 0, 19), + (48062, "585327", 1, 0, 19), + (48063, "585328", 1, 0, 19), + (48064, "585411", 1, 0, 19), + (48065, "585402", 1, 0, 19), + (48066, "585403", 1, 0, 19), + (48067, "585401", 1, 0, 19), + (48068, "585401", 1, 0, 19), + (48069, "585328", 1, 0, 19), + (48070, "585412", 1, 0, 19), + (48071, "585418", 1, 0, 19), + (48072, "585413", 1, 0, 19), + (48073, "585414", 1, 0, 19), + (48074, "585415", 1, 0, 19), + (48075, "585329", 1, 0, 19), + (48076, "585416", 1, 0, 19), + (48077, "585330", 1, 0, 19), + (48078, "585401", 1, 0, 19), + (48079, "585417", 1, 0, 19), + (48080, "585226", 1, 0, 19), + (48081, "585401", 1, 0, 19), + (48082, "585353", 1, 0, 19), + (48083, "585227", 1, 0, 19), + (48084, "585419", 1, 0, 19), + (48085, "585437", 1, 0, 19), + (48086, "585443", 1, 0, 19), + (48087, "585331", 1, 0, 19), + (48088, "585421", 1, 0, 19), + (48089, "585436", 1, 0, 19), + (48090, "586201", 1, 0, 19), + (48091, "586113", 1, 0, 19), + (48092, "586203", 1, 0, 19), + (48093, "586108", 1, 0, 19), + (48094, "586101", 1, 0, 19), + (48095, "586101", 1, 0, 19), + (48096, "586109", 1, 0, 19), + (48097, "586101", 1, 0, 19), + (48098, "586104", 1, 0, 19), + (48099, "586101", 1, 0, 19), + (48100, "586101", 1, 0, 19), + (48101, "586104", 1, 0, 19), + (48102, "586102", 1, 0, 19), + (48103, "586101", 1, 0, 19), + (48104, "586103", 1, 0, 19), + (48105, "586114", 1, 0, 19), + (48106, "586116", 1, 0, 19), + (48107, "586208", 1, 0, 19), + (48108, "586119", 1, 0, 19), + (48109, "586210", 1, 0, 19), + (48110, "586121", 1, 0, 19), + (48111, "586122", 1, 0, 19), + (48112, "586212", 1, 0, 19), + (48113, "586124", 1, 0, 19), + (48114, "586213", 1, 0, 19), + (48115, "586125", 1, 0, 19), + (48116, "586127", 1, 0, 19), + (48117, "586214", 1, 0, 19), + (48118, "586129", 1, 0, 19), + (48119, "586216", 1, 0, 19), + (48120, "586130", 1, 0, 19), + (48121, "586111", 1, 0, 19), + (48122, "586202", 1, 0, 19), + (48123, "586112", 1, 0, 19), + (48124, "586204", 1, 0, 19), + (48125, "586205", 1, 0, 19), + (48126, "586206", 1, 0, 19), + (48127, "586115", 1, 0, 19), + (48128, "586207", 1, 0, 19), + (48129, "586117", 1, 0, 19), + (48130, "586118", 1, 0, 19), + (48131, "586120", 1, 0, 19), + (48132, "586211", 1, 0, 19), + (48133, "586123", 1, 0, 19), + (48134, "586217", 1, 0, 19), + (48135, "586128", 1, 0, 19), + (48136, "586215", 1, 0, 19), + (48137, "562106", 1, 0, 19), + (48138, "562107", 1, 0, 19), + (48139, "562149", 1, 0, 19), + (48140, "562157", 1, 0, 19), + (48141, "562108", 1, 0, 19), + (48142, "562109", 1, 0, 19), + (48143, "562160", 1, 0, 19), + (48144, "562110", 1, 0, 19), + (48145, "562111", 1, 0, 19), + (48146, "561203", 1, 0, 19), + (48147, "561203", 1, 0, 19), + (48148, "561204", 1, 0, 19), + (48149, "562161", 1, 0, 19), + (48150, "562112", 1, 0, 19), + (48151, "562138", 1, 0, 19), + (48152, "562114", 1, 0, 19), + (48153, "562159", 1, 0, 19), + (48154, "562117", 1, 0, 19), + (48155, "562117", 1, 0, 19), + (48156, "562119", 1, 0, 19), + (48157, "561101", 1, 0, 19), + (48158, "562120", 1, 0, 19), + (48159, "562121", 1, 0, 19), + (48160, "561205", 1, 0, 19), + (48161, "562122", 1, 0, 19), + (48162, "562123", 1, 0, 19), + (48163, "562159", 1, 0, 19), + (48164, "562125", 1, 0, 19), + (48165, "562126", 1, 0, 19), + (48166, "562127", 1, 0, 19), + (48167, "562128", 1, 0, 19), + (48168, "562129", 1, 0, 19), + (48169, "562130", 1, 0, 19), + (48170, "562131", 1, 0, 19), + (48171, "562132", 1, 0, 19), + (48172, "561201", 1, 0, 19), + (48173, "562135", 1, 0, 19), + (48174, "577547", 1, 0, 19), + (48175, "577547", 1, 0, 19), + (48176, "577111", 1, 0, 19), + (48177, "577113", 1, 0, 19), + (48178, "577116", 1, 0, 19), + (48179, "577145", 1, 0, 19), + (48180, "577102", 1, 0, 19), + (48181, "577101", 1, 0, 19), + (48182, "577101", 1, 0, 19), + (48183, "577180", 1, 0, 19), + (48184, "577175", 1, 0, 19), + (48185, "577121", 1, 0, 19), + (48186, "577122", 1, 0, 19), + (48187, "577102", 1, 0, 19), + (48188, "577548", 1, 0, 19), + (48189, "577548", 1, 0, 19), + (48190, "577146", 1, 0, 19), + (48191, "577129", 1, 0, 19), + (48192, "577130", 1, 0, 19), + (48193, "577131", 1, 0, 19), + (48194, "577132", 1, 0, 19), + (48195, "577133", 1, 0, 19), + (48196, "577182", 1, 0, 19), + (48197, "577101", 1, 0, 19), + (48198, "577101", 1, 0, 19), + (48199, "577135", 1, 0, 19), + (48200, "577136", 1, 0, 19), + (48201, "577137", 1, 0, 19), + (48202, "577138", 1, 0, 19), + (48203, "577549", 1, 0, 19), + (48204, "577550", 1, 0, 19), + (48205, "577168", 1, 0, 19), + (48206, "577101", 1, 0, 19), + (48207, "577140", 1, 0, 19), + (48208, "577179", 1, 0, 19), + (48209, "577112", 1, 0, 19), + (48210, "577114", 1, 0, 19), + (48211, "577117", 1, 0, 19), + (48212, "577120", 1, 0, 19), + (48213, "577181", 1, 0, 19), + (48214, "577123", 1, 0, 19), + (48215, "577124", 1, 0, 19), + (48216, "577125", 1, 0, 19), + (48217, "577127", 1, 0, 19), + (48218, "577142", 1, 0, 19), + (48219, "577134", 1, 0, 19), + (48220, "577144", 1, 0, 19), + (48221, "577139", 1, 0, 19), + (48222, "577228", 1, 0, 19), + (48223, "591248", 1, 0, 19), + (48224, "591303", 1, 0, 19), + (48225, "591212", 1, 0, 19), + (48226, "591304", 1, 0, 19), + (48227, "591220", 1, 0, 19), + (48228, "591223", 1, 0, 19), + (48229, "591230", 1, 0, 19), + (48230, "591232", 1, 0, 19), + (48231, "591234", 1, 0, 19), + (48232, "591235", 1, 0, 19), + (48233, "591240", 1, 0, 19), + (48234, "591315", 1, 0, 19), + (48235, "591242", 1, 0, 19), + (48236, "591265", 1, 0, 19), + (48237, "591316", 1, 0, 19), + (48238, "591211", 1, 0, 19), + (48239, "591213", 1, 0, 19), + (48240, "591214", 1, 0, 19), + (48241, "591215", 1, 0, 19), + (48242, "591263", 1, 0, 19), + (48243, "591216", 1, 0, 19), + (48244, "591247", 1, 0, 19), + (48245, "591217", 1, 0, 19), + (48246, "591201", 1, 0, 19), + (48247, "591219", 1, 0, 19), + (48248, "591222", 1, 0, 19), + (48249, "591226", 1, 0, 19), + (48250, "591228", 1, 0, 19), + (48251, "591229", 1, 0, 19), + (48252, "591287", 1, 0, 19), + (48253, "591311", 1, 0, 19), + (48254, "591237", 1, 0, 19), + (48255, "591237", 1, 0, 19), + (48256, "591238", 1, 0, 19), + (48257, "591317", 1, 0, 19), + (48258, "591239", 1, 0, 19), + (48259, "591241", 1, 0, 19), + (48260, "591244", 1, 0, 19), + (48261, "591101", 1, 0, 19), + (48262, "591305", 1, 0, 19), + (48263, "591254", 1, 0, 19), + (48264, "591218", 1, 0, 19), + (48265, "591306", 1, 0, 19), + (48266, "591307", 1, 0, 19), + (48267, "591308", 1, 0, 19), + (48268, "591307", 1, 0, 19), + (48269, "591307", 1, 0, 19), + (48270, "591221", 1, 0, 19), + (48271, "591107", 1, 0, 19), + (48272, "591309", 1, 0, 19), + (48273, "591309", 1, 0, 19), + (48274, "591224", 1, 0, 19), + (48275, "591225", 1, 0, 19), + (48276, "591310", 1, 0, 19), + (48277, "591227", 1, 0, 19), + (48278, "591344", 1, 0, 19), + (48279, "591231", 1, 0, 19), + (48280, "591233", 1, 0, 19), + (48281, "591312", 1, 0, 19), + (48282, "591340", 1, 0, 19), + (48283, "591236", 1, 0, 19), + (48284, "591122", 1, 0, 19), + (48285, "591313", 1, 0, 19), + (48286, "591314", 1, 0, 19), + (48287, "591313", 1, 0, 19), + (48288, "591243", 1, 0, 19), + (48289, "591136", 1, 0, 19), + (48290, "591246", 1, 0, 19), + (48291, "581101", 1, 0, 19), + (48292, "581128", 1, 0, 19), + (48293, "581102", 1, 0, 19), + (48294, "581202", 1, 0, 19), + (48295, "581203", 1, 0, 19), + (48296, "581106", 1, 0, 19), + (48297, "581106", 1, 0, 19), + (48298, "581145", 1, 0, 19), + (48299, "581193", 1, 0, 19), + (48300, "581108", 1, 0, 19), + (48301, "581208", 1, 0, 19), + (48302, "581104", 1, 0, 19), + (48303, "581109", 1, 0, 19), + (48304, "581110", 1, 0, 19), + (48305, "581110", 1, 0, 19), + (48306, "581110", 1, 0, 19), + (48307, "581111", 1, 0, 19), + (48308, "581213", 1, 0, 19), + (48309, "581126", 1, 0, 19), + (48310, "581112", 1, 0, 19), + (48311, "581123", 1, 0, 19), + (48312, "581210", 1, 0, 19), + (48313, "581211", 1, 0, 19), + (48314, "581115", 1, 0, 19), + (48315, "581115", 1, 0, 19), + (48316, "581115", 1, 0, 19), + (48317, "581116", 1, 0, 19), + (48318, "581148", 1, 0, 19), + (48319, "581118", 1, 0, 19), + (48320, "581205", 1, 0, 19), + (48321, "581120", 1, 0, 19), + (48322, "581119", 1, 0, 19), + (48323, "581360", 1, 0, 19), + (48324, "581314", 1, 0, 19), + (48325, "581317", 1, 0, 19), + (48326, "581316", 1, 0, 19), + (48327, "581319", 1, 0, 19), + (48328, "581321", 1, 0, 19), + (48329, "581307", 1, 0, 19), + (48330, "581324", 1, 0, 19), + (48331, "581326", 1, 0, 19), + (48332, "581306", 1, 0, 19), + (48333, "581328", 1, 0, 19), + (48334, "581333", 1, 0, 19), + (48335, "581396", 1, 0, 19), + (48336, "581339", 1, 0, 19), + (48337, "581400", 1, 0, 19), + (48338, "581302", 1, 0, 19), + (48339, "581305", 1, 0, 19), + (48340, "581303", 1, 0, 19), + (48341, "581344", 1, 0, 19), + (48342, "581345", 1, 0, 19), + (48343, "581304", 1, 0, 19), + (48344, "581352", 1, 0, 19), + (48345, "581353", 1, 0, 19), + (48346, "581357", 1, 0, 19), + (48347, "581320", 1, 0, 19), + (48348, "581320", 1, 0, 19), + (48349, "581323", 1, 0, 19), + (48350, "581351", 1, 0, 19), + (48351, "581361", 1, 0, 19), + (48352, "581327", 1, 0, 19), + (48353, "581330", 1, 0, 19), + (48354, "581332", 1, 0, 19), + (48355, "581334", 1, 0, 19), + (48356, "581334", 1, 0, 19), + (48357, "581335", 1, 0, 19), + (48358, "581338", 1, 0, 19), + (48359, "581421", 1, 0, 19), + (48360, "581341", 1, 0, 19), + (48361, "581342", 1, 0, 19), + (48362, "581362", 1, 0, 19), + (48363, "581343", 1, 0, 19), + (48364, "581348", 1, 0, 19), + (48365, "581423", 1, 0, 19), + (48366, "581440", 1, 0, 19), + (48367, "581350", 1, 0, 19), + (48368, "581334", 1, 0, 19), + (48369, "581354", 1, 0, 19), + (48370, "581354", 1, 0, 19), + (48371, "571211", 1, 0, 19), + (48372, "571219", 1, 0, 19), + (48373, "571247", 1, 0, 19), + (48374, "571248", 1, 0, 19), + (48375, "571212", 1, 0, 19), + (48376, "571213", 1, 0, 19), + (48377, "571249", 1, 0, 19), + (48378, "571231", 1, 0, 19), + (48379, "571232", 1, 0, 19), + (48380, "571234", 1, 0, 19), + (48381, "571250", 1, 0, 19), + (48382, "571251", 1, 0, 19), + (48383, "571201", 1, 0, 19), + (48384, "571252", 1, 0, 19), + (48385, "571214", 1, 0, 19), + (48386, "571215", 1, 0, 19), + (48387, "571216", 1, 0, 19), + (48388, "571235", 1, 0, 19), + (48389, "571253", 1, 0, 19), + (48390, "571236", 1, 0, 19), + (48391, "571217", 1, 0, 19), + (48392, "571237", 1, 0, 19), + (48393, "571254", 1, 0, 19), + (48394, "571218", 1, 0, 19), + (48395, "563113", 1, 0, 19), + (48396, "563114", 1, 0, 19), + (48397, "563114", 1, 0, 19), + (48398, "563114", 1, 0, 19), + (48399, "563123", 1, 0, 19), + (48400, "563115", 1, 0, 19), + (48401, "563115", 1, 0, 19), + (48402, "563116", 1, 0, 19), + (48403, "563115", 1, 0, 19), + (48404, "563159", 1, 0, 19), + (48405, "563117", 1, 0, 19), + (48406, "563125", 1, 0, 19), + (48407, "563125", 1, 0, 19), + (48408, "563125", 1, 0, 19), + (48409, "563118", 1, 0, 19), + (48410, "563126", 1, 0, 19), + (48411, "563162", 1, 0, 19), + (48412, "563127", 1, 0, 19), + (48413, "563161", 1, 0, 19), + (48414, "563128", 1, 0, 19), + (48415, "563129", 1, 0, 19), + (48416, "563101", 1, 0, 19), + (48417, "563101", 1, 0, 19), + (48418, "563101", 1, 0, 19), + (48419, "563101", 1, 0, 19), + (48420, "563130", 1, 0, 19), + (48421, "563130", 1, 0, 19), + (48422, "563119", 1, 0, 19), + (48423, "563139", 1, 0, 19), + (48424, "563131", 1, 0, 19), + (48425, "563131", 1, 0, 19), + (48426, "563146", 1, 0, 19), + (48427, "563132", 1, 0, 19), + (48428, "563133", 1, 0, 19), + (48429, "563120", 1, 0, 19), + (48430, "563121", 1, 0, 19), + (48431, "563134", 1, 0, 19), + (48432, "563122", 1, 0, 19), + (48433, "563135", 1, 0, 19), + (48434, "563136", 1, 0, 19), + (48435, "563137", 1, 0, 19), + (48436, "563138", 1, 0, 19), + (48437, "563124", 1, 0, 19), + (48438, "562101", 1, 0, 19), + (48439, "561206", 1, 0, 19), + (48440, "561208", 1, 0, 19), + (48441, "561208", 1, 0, 19), + (48442, "561209", 1, 0, 19), + (48443, "561210", 1, 0, 19), + (48444, "561211", 1, 0, 19), + (48445, "562102", 1, 0, 19), + (48446, "562103", 1, 0, 19), + (48447, "561212", 1, 0, 19), + (48448, "562104", 1, 0, 19), + (48449, "562105", 1, 0, 19), + (48450, "562105", 1, 0, 19), + (48451, "562101", 1, 0, 19), + (48452, "561213", 1, 0, 19), + (48453, "562101", 1, 0, 19), + (48454, "561228", 1, 0, 19), + (48455, "574141", 1, 0, 19), + (48456, "575006", 1, 0, 19), + (48457, "575011", 1, 0, 19), + (48458, "574142", 1, 0, 19), + (48459, "575002", 1, 0, 19), + (48460, "576111", 1, 0, 19), + (48461, "575004", 1, 0, 19), + (48462, "575003", 1, 0, 19), + (48463, "575001", 1, 0, 19), + (48464, "575002", 1, 0, 19), + (48465, "575003", 1, 0, 19), + (48466, "574146", 1, 0, 19), + (48467, "575001", 1, 0, 19), + (48468, "575002", 1, 0, 19), + (48469, "574154", 1, 0, 19), + (48470, "574148", 1, 0, 19), + (48471, "575030", 1, 0, 19), + (48472, "575015", 1, 0, 19), + (48473, "574150", 1, 0, 19), + (48474, "575003", 1, 0, 19), + (48475, "575008", 1, 0, 19), + (48476, "575019", 1, 0, 19), + (48477, "575013", 1, 0, 19), + (48478, "575001", 1, 0, 19), + (48479, "575001", 1, 0, 19), + (48480, "575002", 1, 0, 19), + (48481, "574154", 1, 0, 19), + (48482, "574154", 1, 0, 19), + (48483, "576121", 1, 0, 19), + (48484, "575010", 1, 0, 19), + (48485, "574509", 1, 0, 19), + (48486, "575025", 1, 0, 19), + (48487, "575014", 1, 0, 19), + (48488, "574267", 1, 0, 19), + (48489, "574143", 1, 0, 19), + (48490, "574144", 1, 0, 19), + (48491, "574145", 1, 0, 19), + (48492, "574151", 1, 0, 19), + (48493, "575022", 1, 0, 19), + (48494, "574153", 1, 0, 19), + (48495, "574199", 1, 0, 19), + (48496, "575018", 1, 0, 19), + (48497, "575007", 1, 0, 19), + (48498, "575029", 1, 0, 19), + (48499, "575017", 1, 0, 19), + (48500, "575023", 1, 0, 19), + (48501, "575020", 1, 0, 19), + (48502, "575028", 1, 0, 19), + (48503, "574285", 1, 0, 19), + (48504, "574210", 1, 0, 19), + (48505, "574211", 1, 0, 19), + (48506, "574214", 1, 0, 19), + (48507, "574201", 1, 0, 19), + (48508, "574202", 1, 0, 19), + (48509, "574216", 1, 0, 19), + (48510, "574217", 1, 0, 19), + (48511, "574219", 1, 0, 19), + (48512, "574220", 1, 0, 19), + (48513, "574222", 1, 0, 19), + (48514, "574326", 1, 0, 19), + (48515, "574328", 1, 0, 19), + (48516, "574279", 1, 0, 19), + (48517, "574198", 1, 0, 19), + (48518, "574224", 1, 0, 19), + (48519, "574323", 1, 0, 19), + (48520, "574253", 1, 0, 19), + (48521, "574228", 1, 0, 19), + (48522, "574203", 1, 0, 19), + (48523, "574325", 1, 0, 19), + (48524, "574229", 1, 0, 19), + (48525, "574259", 1, 0, 19), + (48526, "574231", 1, 0, 19), + (48527, "574233", 1, 0, 19), + (48528, "574235", 1, 0, 19), + (48529, "574240", 1, 0, 19), + (48530, "574237", 1, 0, 19), + (48531, "574240", 1, 0, 19), + (48532, "574241", 1, 0, 19), + (48533, "574324", 1, 0, 19), + (48534, "574243", 1, 0, 19), + (48535, "574265", 1, 0, 19), + (48536, "574101", 1, 0, 19), + (48537, "574102", 1, 0, 19), + (48538, "574122", 1, 0, 19), + (48539, "574213", 1, 0, 19), + (48540, "576112", 1, 0, 19), + (48541, "574129", 1, 0, 19), + (48542, "574104", 1, 0, 19), + (48543, "574104", 1, 0, 19), + (48544, "574197", 1, 0, 19), + (48545, "576117", 1, 0, 19), + (48546, "574225", 1, 0, 19), + (48547, "574226", 1, 0, 19), + (48548, "574107", 1, 0, 19), + (48549, "574227", 1, 0, 19), + (48550, "574108", 1, 0, 19), + (48551, "574109", 1, 0, 19), + (48552, "574110", 1, 0, 19), + (48553, "574244", 1, 0, 19), + (48554, "574114", 1, 0, 19), + (48555, "574236", 1, 0, 19), + (48556, "574242", 1, 0, 19), + (48557, "574314", 1, 0, 19), + (48558, "574212", 1, 0, 19), + (48559, "574248", 1, 0, 19), + (48560, "574218", 1, 0, 19), + (48561, "574313", 1, 0, 19), + (48562, "574221", 1, 0, 19), + (48563, "574223", 1, 0, 19), + (48564, "574327", 1, 0, 19), + (48565, "574230", 1, 0, 19), + (48566, "574232", 1, 0, 19), + (48567, "574234", 1, 0, 19), + (48568, "574238", 1, 0, 19), + (48569, "584138", 1, 0, 19), + (48570, "584111", 1, 0, 19), + (48571, "584167", 1, 0, 19), + (48572, "584113", 1, 0, 19), + (48573, "584140", 1, 0, 19), + (48574, "584139", 1, 0, 19), + (48575, "584115", 1, 0, 19), + (48576, "584116", 1, 0, 19), + (48577, "584143", 1, 0, 19), + (48578, "584118", 1, 0, 19), + (48579, "584136", 1, 0, 19), + (48580, "584120", 1, 0, 19), + (48581, "584203", 1, 0, 19), + (48582, "584122", 1, 0, 19), + (48583, "584122", 1, 0, 19), + (48584, "584123", 1, 0, 19), + (48585, "584124", 1, 0, 19), + (48586, "584202", 1, 0, 19), + (48587, "584126", 1, 0, 19), + (48588, "584125", 1, 0, 19), + (48589, "584103", 1, 0, 19), + (48590, "584102", 1, 0, 19), + (48591, "584101", 1, 0, 19), + (48592, "584101", 1, 0, 19), + (48593, "584103", 1, 0, 19), + (48594, "584101", 1, 0, 19), + (48595, "584101", 1, 0, 19), + (48596, "584127", 1, 0, 19), + (48597, "584170", 1, 0, 19), + (48598, "584128", 1, 0, 19), + (48599, "584129", 1, 0, 19), + (48600, "584132", 1, 0, 19), + (48601, "584134", 1, 0, 19), + (48602, "584135", 1, 0, 19), + (48603, "584133", 1, 0, 19), + (48604, "577414", 1, 0, 19), + (48605, "577211", 1, 0, 19), + (48606, "577551", 1, 0, 19), + (48607, "577232", 1, 0, 19), + (48608, "577230", 1, 0, 19), + (48609, "577415", 1, 0, 19), + (48610, "577214", 1, 0, 19), + (48611, "577216", 1, 0, 19), + (48612, "577217", 1, 0, 19), + (48613, "577436", 1, 0, 19), + (48614, "577231", 1, 0, 19), + (48615, "577422", 1, 0, 19), + (48616, "577202", 1, 0, 19), + (48617, "577219", 1, 0, 19), + (48618, "577220", 1, 0, 19), + (48619, "577204", 1, 0, 19), + (48620, "577424", 1, 0, 19), + (48621, "577222", 1, 0, 19), + (48622, "577223", 1, 0, 19), + (48623, "577201", 1, 0, 19), + (48624, "577426", 1, 0, 19), + (48625, "577225", 1, 0, 19), + (48626, "577201", 1, 0, 19), + (48627, "577201", 1, 0, 19), + (48628, "577202", 1, 0, 19), + (48629, "577202", 1, 0, 19), + (48630, "577202", 1, 0, 19), + (48631, "577201", 1, 0, 19), + (48632, "577432", 1, 0, 19), + (48633, "577432", 1, 0, 19), + (48634, "577226", 1, 0, 19), + (48635, "577203", 1, 0, 19), + (48636, "577204", 1, 0, 19), + (48637, "577412", 1, 0, 19), + (48638, "577413", 1, 0, 19), + (48639, "577401", 1, 0, 19), + (48640, "577416", 1, 0, 19), + (48641, "577417", 1, 0, 19), + (48642, "577418", 1, 0, 19), + (48643, "577419", 1, 0, 19), + (48644, "577435", 1, 0, 19), + (48645, "577421", 1, 0, 19), + (48646, "577423", 1, 0, 19), + (48647, "577425", 1, 0, 19), + (48648, "577401", 1, 0, 19), + (48649, "577401", 1, 0, 19), + (48650, "577427", 1, 0, 19), + (48651, "577428", 1, 0, 19), + (48652, "577429", 1, 0, 19), + (48653, "577430", 1, 0, 19), + (48654, "577431", 1, 0, 19), + (48655, "577433", 1, 0, 19), + (48656, "577434", 1, 0, 19), + (48657, "577243", 1, 0, 19), + (48658, "577245", 1, 0, 19), + (48659, "577115", 1, 0, 19), + (48660, "577301", 1, 0, 19), + (48661, "577301", 1, 0, 19), + (48662, "577301", 1, 0, 19), + (48663, "577301", 1, 0, 19), + (48664, "577301", 1, 0, 19), + (48665, "577302", 1, 0, 19), + (48666, "577213", 1, 0, 19), + (48667, "577213", 1, 0, 19), + (48668, "577215", 1, 0, 19), + (48669, "577227", 1, 0, 19), + (48670, "577229", 1, 0, 19), + (48671, "577218", 1, 0, 19), + (48672, "577233", 1, 0, 19), + (48673, "577451", 1, 0, 19), + (48674, "577221", 1, 0, 19), + (48675, "577552", 1, 0, 19), + (48676, "577224", 1, 0, 19), + (48677, "577544", 1, 0, 19), + (48678, "560002", 1, 0, 19), + (48679, "560009", 1, 0, 19), + (48680, "560079", 1, 0, 19), + (48681, "560040", 1, 0, 19), + (48682, "560021", 1, 0, 19), + (48683, "560010", 1, 0, 19), + (48684, "560079", 1, 0, 19), + (48685, "560009", 1, 0, 19), + (48686, "560079", 1, 0, 19), + (48687, "560023", 1, 0, 19), + (48688, "560086", 1, 0, 19), + (48689, "560003", 1, 0, 19), + (48690, "560055", 1, 0, 19), + (48691, "560072", 1, 0, 19), + (48692, "560096", 1, 0, 19), + (48693, "560003", 1, 0, 19), + (48694, "560010", 1, 0, 19), + (48695, "560020", 1, 0, 19), + (48696, "560021", 1, 0, 19), + (48697, "560003", 1, 0, 19), + (48698, "560040", 1, 0, 19), + (48699, "560104", 1, 0, 19), + (48700, "560040", 1, 0, 19), + (48701, "560091", 1, 0, 19), + (48702, "560003", 1, 0, 19), + (48703, "560090", 1, 0, 19), + (48704, "560073", 1, 0, 19), + (48705, "560057", 1, 0, 19), + (48706, "560088", 1, 0, 19), + (48707, "560089", 1, 0, 19), + (48708, "560013", 1, 0, 19), + (48709, "560015", 1, 0, 19), + (48710, "560054", 1, 0, 19), + (48711, "560054", 1, 0, 19), + (48712, "560054", 1, 0, 19), + (48713, "560073", 1, 0, 19), + (48714, "560058", 1, 0, 19), + (48715, "560058", 1, 0, 19), + (48716, "560012", 1, 0, 19), + (48717, "560097", 1, 0, 19), + (48718, "560022", 1, 0, 19), + (48719, "560022", 1, 0, 19), + (48720, "560070", 1, 0, 19), + (48721, "560050", 1, 0, 19), + (48722, "560083", 1, 0, 19), + (48723, "560076", 1, 0, 19), + (48724, "560029", 1, 0, 19), + (48725, "560062", 1, 0, 19), + (48726, "560100", 1, 0, 19), + (48727, "560078", 1, 0, 19), + (48728, "560011", 1, 0, 19), + (48729, "560068", 1, 0, 19), + (48730, "560007", 1, 0, 19), + (48731, "560093", 1, 0, 19), + (48732, "560071", 1, 0, 19), + (48733, "560016", 1, 0, 19), + (48734, "560038", 1, 0, 19), + (48735, "560067", 1, 0, 19), + (48736, "560036", 1, 0, 19), + (48737, "560048", 1, 0, 19), + (48738, "560037", 1, 0, 19), + (48739, "560075", 1, 0, 19), + (48740, "560087", 1, 0, 19), + (48741, "560017", 1, 0, 19), + (48742, "560049", 1, 0, 19), + (48743, "560047", 1, 0, 19), + (48744, "560066", 1, 0, 19), + (48745, "560063", 1, 0, 19), + (48746, "560046", 1, 0, 19), + (48747, "560065", 1, 0, 19), + (48748, "560024", 1, 0, 19), + (48749, "560006", 1, 0, 19), + (48750, "560094", 1, 0, 19), + (48751, "560080", 1, 0, 19), + (48752, "560092", 1, 0, 19), + (48753, "560064", 1, 0, 19), + (48754, "560045", 1, 0, 19), + (48755, "560005", 1, 0, 19), + (48756, "560051", 1, 0, 19), + (48757, "560043", 1, 0, 19), + (48758, "560077", 1, 0, 19), + (48759, "560033", 1, 0, 19), + (48760, "560025", 1, 0, 19), + (48761, "560042", 1, 0, 19), + (48762, "560084", 1, 0, 19), + (48763, "581325", 1, 0, 19), + (48764, "581363", 1, 0, 19), + (48765, "581315", 1, 0, 19), + (48766, "581318", 1, 0, 19), + (48767, "581322", 1, 0, 19), + (48768, "581121", 1, 0, 19), + (48769, "581325", 1, 0, 19), + (48770, "581325", 1, 0, 19), + (48771, "581325", 1, 0, 19), + (48772, "581325", 1, 0, 19), + (48773, "581365", 1, 0, 19), + (48774, "581329", 1, 0, 19), + (48775, "581331", 1, 0, 19), + (48776, "581336", 1, 0, 19), + (48777, "581337", 1, 0, 19), + (48778, "581129", 1, 0, 19), + (48779, "581186", 1, 0, 19), + (48780, "581340", 1, 0, 19), + (48781, "581412", 1, 0, 19), + (48782, "581187", 1, 0, 19), + (48783, "581346", 1, 0, 19), + (48784, "581347", 1, 0, 19), + (48785, "581349", 1, 0, 19), + (48786, "581450", 1, 0, 19), + (48787, "581403", 1, 0, 19), + (48788, "581453", 1, 0, 19), + (48789, "581355", 1, 0, 19), + (48790, "581401", 1, 0, 19), + (48791, "581402", 1, 0, 19), + (48792, "581356", 1, 0, 19), + (48793, "581411", 1, 0, 19), + (48794, "581358", 1, 0, 19), + (48795, "581359", 1, 0, 19), + (48796, "581359", 1, 0, 19), + (48797, "572112", 1, 0, 19), + (48798, "572113", 1, 0, 19), + (48799, "572115", 1, 0, 19), + (48800, "572116", 1, 0, 19), + (48801, "572102", 1, 0, 19), + (48802, "572129", 1, 0, 19), + (48803, "572118", 1, 0, 19), + (48804, "572120", 1, 0, 19), + (48805, "572121", 1, 0, 19), + (48806, "572122", 1, 0, 19), + (48807, "572124", 1, 0, 19), + (48808, "572125", 1, 0, 19), + (48809, "572127", 1, 0, 19), + (48810, "572128", 1, 0, 19), + (48811, "572129", 1, 0, 19), + (48812, "572103", 1, 0, 19), + (48813, "572104", 1, 0, 19), + (48814, "572107", 1, 0, 19), + (48815, "572132", 1, 0, 19), + (48816, "572133", 1, 0, 19), + (48817, "572106", 1, 0, 19), + (48818, "572135", 1, 0, 19), + (48819, "572136", 1, 0, 19), + (48820, "561202", 1, 0, 19), + (48821, "561202", 1, 0, 19), + (48822, "572175", 1, 0, 19), + (48823, "572103", 1, 0, 19), + (48824, "572132", 1, 0, 19), + (48825, "572102", 1, 0, 19), + (48826, "572104", 1, 0, 19), + (48827, "572137", 1, 0, 19), + (48828, "572137", 1, 0, 19), + (48829, "572102", 1, 0, 19), + (48830, "572139", 1, 0, 19), + (48831, "572138", 1, 0, 19), + (48832, "572101", 1, 0, 19), + (48833, "572140", 1, 0, 19), + (48834, "572101", 1, 0, 19), + (48835, "572141", 1, 0, 19), + (48836, "572211", 1, 0, 19), + (48837, "572111", 1, 0, 19), + (48838, "572212", 1, 0, 19), + (48839, "572114", 1, 0, 19), + (48840, "572213", 1, 0, 19), + (48841, "572117", 1, 0, 19), + (48842, "572214", 1, 0, 19), + (48843, "572215", 1, 0, 19), + (48844, "572216", 1, 0, 19), + (48845, "572216", 1, 0, 19), + (48846, "572119", 1, 0, 19), + (48847, "572217", 1, 0, 19), + (48848, "572218", 1, 0, 19), + (48849, "572123", 1, 0, 19), + (48850, "572201", 1, 0, 19), + (48851, "572130", 1, 0, 19), + (48852, "572219", 1, 0, 19), + (48853, "572220", 1, 0, 19), + (48854, "572228", 1, 0, 19), + (48855, "572126", 1, 0, 19), + (48856, "572130", 1, 0, 19), + (48857, "572221", 1, 0, 19), + (48858, "572222", 1, 0, 19), + (48859, "572134", 1, 0, 19), + (48860, "572223", 1, 0, 19), + (48861, "572224", 1, 0, 19), + (48862, "572225", 1, 0, 19), + (48863, "572226", 1, 0, 19), + (48864, "572201", 1, 0, 19), + (48865, "572227", 1, 0, 19), + (48866, "572142", 1, 0, 19), + (48867, "576103", 1, 0, 19), + (48868, "576101", 1, 0, 19), + (48869, "574103", 1, 0, 19), + (48870, "574105", 1, 0, 19), + (48871, "574106", 1, 0, 19), + (48872, "576102", 1, 0, 19), + (48873, "576101", 1, 0, 19), + (48874, "576120", 1, 0, 19), + (48875, "574111", 1, 0, 19), + (48876, "574112", 1, 0, 19), + (48877, "576122", 1, 0, 19), + (48878, "574113", 1, 0, 19), + (48879, "574115", 1, 0, 19), + (48880, "574116", 1, 0, 19), + (48881, "574117", 1, 0, 19), + (48882, "576101", 1, 0, 19), + (48883, "574118", 1, 0, 19), + (48884, "574119", 1, 0, 19), + (48885, "576211", 1, 0, 19), + (48886, "576212", 1, 0, 19), + (48887, "576214", 1, 0, 19), + (48888, "576201", 1, 0, 19), + (48889, "576216", 1, 0, 19), + (48890, "576247", 1, 0, 19), + (48891, "576217", 1, 0, 19), + (48892, "576283", 1, 0, 19), + (48893, "576282", 1, 0, 19), + (48894, "576219", 1, 0, 19), + (48895, "576220", 1, 0, 19), + (48896, "576222", 1, 0, 19), + (48897, "576257", 1, 0, 19), + (48898, "576201", 1, 0, 19), + (48899, "576224", 1, 0, 19), + (48900, "576227", 1, 0, 19), + (48901, "576228", 1, 0, 19), + (48902, "576229", 1, 0, 19), + (48903, "576230", 1, 0, 19), + (48904, "576231", 1, 0, 19), + (48905, "576235", 1, 0, 19), + (48906, "576232", 1, 0, 19), + (48907, "576233", 1, 0, 19), + (48908, "576210", 1, 0, 19), + (48909, "576213", 1, 0, 19), + (48910, "576215", 1, 0, 19), + (48911, "576113", 1, 0, 19), + (48912, "576218", 1, 0, 19), + (48913, "576114", 1, 0, 19), + (48914, "576115", 1, 0, 19), + (48915, "576234", 1, 0, 19), + (48916, "576221", 1, 0, 19), + (48917, "576106", 1, 0, 19), + (48918, "576108", 1, 0, 19), + (48919, "576223", 1, 0, 19), + (48920, "576107", 1, 0, 19), + (48921, "576124", 1, 0, 19), + (48922, "576225", 1, 0, 19), + (48923, "576105", 1, 0, 19), + (48924, "576226", 1, 0, 19), + (48925, "577511", 1, 0, 19), + (48926, "577558", 1, 0, 19), + (48927, "577512", 1, 0, 19), + (48928, "577515", 1, 0, 19), + (48929, "577597", 1, 0, 19), + (48930, "577520", 1, 0, 19), + (48931, "577521", 1, 0, 19), + (48932, "577522", 1, 0, 19), + (48933, "577522", 1, 0, 19), + (48934, "577501", 1, 0, 19), + (48935, "577501", 1, 0, 19), + (48936, "577501", 1, 0, 19), + (48937, "577501", 1, 0, 19), + (48938, "577501", 1, 0, 19), + (48939, "577524", 1, 0, 19), + (48940, "577555", 1, 0, 19), + (48941, "577546", 1, 0, 19), + (48942, "577598", 1, 0, 19), + (48943, "577599", 1, 0, 19), + (48944, "577526", 1, 0, 19), + (48945, "577527", 1, 0, 19), + (48946, "577007", 1, 0, 19), + (48947, "577529", 1, 0, 19), + (48948, "577531", 1, 0, 19), + (48949, "577554", 1, 0, 19), + (48950, "577532", 1, 0, 19), + (48951, "577533", 1, 0, 19), + (48952, "577535", 1, 0, 19), + (48953, "577536", 1, 0, 19), + (48954, "577537", 1, 0, 19), + (48955, "577538", 1, 0, 19), + (48956, "577540", 1, 0, 19), + (48957, "577541", 1, 0, 19), + (48958, "577542", 1, 0, 19), + (48959, "577502", 1, 0, 19), + (48960, "577543", 1, 0, 19), + (48961, "577517", 1, 0, 19), + (48962, "577545", 1, 0, 19), + (48963, "577556", 1, 0, 19), + (48964, "577513", 1, 0, 19), + (48965, "577005", 1, 0, 19), + (48966, "577001", 1, 0, 19), + (48967, "577516", 1, 0, 19), + (48968, "577519", 1, 0, 19), + (48969, "577553", 1, 0, 19), + (48970, "577518", 1, 0, 19), + (48971, "577566", 1, 0, 19), + (48972, "577006", 1, 0, 19), + (48973, "577523", 1, 0, 19), + (48974, "577002", 1, 0, 19), + (48975, "577006", 1, 0, 19), + (48976, "577525", 1, 0, 19), + (48977, "577601", 1, 0, 19), + (48978, "577528", 1, 0, 19), + (48979, "577502", 1, 0, 19), + (48980, "577002", 1, 0, 19), + (48981, "577002", 1, 0, 19), + (48982, "577589", 1, 0, 19), + (48983, "577001", 1, 0, 19), + (48984, "577530", 1, 0, 19), + (48985, "577534", 1, 0, 19), + (48986, "577004", 1, 0, 19), + (48987, "577601", 1, 0, 19), + (48988, "577539", 1, 0, 19), + (48989, "577003", 1, 0, 19), + (48990, "577005", 1, 0, 19), + (48991, "577004", 1, 0, 19), + (48992, "577006", 1, 0, 19), + (48993, "577601", 1, 0, 19), + (48994, "582111", 1, 0, 19), + (48995, "582112", 1, 0, 19), + (48996, "582202", 1, 0, 19), + (48997, "582113", 1, 0, 19), + (48998, "582101", 1, 0, 19), + (48999, "582102", 1, 0, 19), + (49000, "582103", 1, 0, 19), + (49001, "582101", 1, 0, 19), + (49002, "582101", 1, 0, 19), + (49003, "582103", 1, 0, 19), + (49004, "582114", 1, 0, 19), + (49005, "582203", 1, 0, 19), + (49006, "582204", 1, 0, 19), + (49007, "582206", 1, 0, 19), + (49008, "582115", 1, 0, 19), + (49009, "582116", 1, 0, 19), + (49010, "582117", 1, 0, 19), + (49011, "582118", 1, 0, 19), + (49012, "582119", 1, 0, 19), + (49013, "582207", 1, 0, 19), + (49014, "582207", 1, 0, 19), + (49015, "582209", 1, 0, 19), + (49016, "582209", 1, 0, 19), + (49017, "582210", 1, 0, 19), + (49018, "582120", 1, 0, 19), + (49019, "582211", 1, 0, 19), + (49020, "583226", 1, 0, 19), + (49021, "583237", 1, 0, 19), + (49022, "583238", 1, 0, 19), + (49023, "583278", 1, 0, 19), + (49024, "583227", 1, 0, 19), + (49025, "583227", 1, 0, 19), + (49026, "583227", 1, 0, 19), + (49027, "583227", 1, 0, 19), + (49028, "583227", 1, 0, 19), + (49029, "583227", 1, 0, 19), + (49030, "583228", 1, 0, 19), + (49031, "583281", 1, 0, 19), + (49032, "583280", 1, 0, 19), + (49033, "583283", 1, 0, 19), + (49034, "583229", 1, 0, 19), + (49035, "583230", 1, 0, 19), + (49036, "583231", 1, 0, 19), + (49037, "583231", 1, 0, 19), + (49038, "583231", 1, 0, 19), + (49039, "583232", 1, 0, 19), + (49040, "583277", 1, 0, 19), + (49041, "583277", 1, 0, 19), + (49042, "583233", 1, 0, 19), + (49043, "583234", 1, 0, 19), + (49044, "583268", 1, 0, 19), + (49045, "583282", 1, 0, 19), + (49046, "583279", 1, 0, 19), + (49047, "583235", 1, 0, 19), + (49048, "583236", 1, 0, 19), + (49049, "585287", 1, 0, 19), + (49050, "585304", 1, 0, 19), + (49051, "585211", 1, 0, 19), + (49052, "585309", 1, 0, 19), + (49053, "585214", 1, 0, 19), + (49054, "585215", 1, 0, 19), + (49055, "585216", 1, 0, 19), + (49056, "585237", 1, 0, 19), + (49057, "585290", 1, 0, 19), + (49058, "585210", 1, 0, 19), + (49059, "585315", 1, 0, 19), + (49060, "585317", 1, 0, 19), + (49061, "585292", 1, 0, 19), + (49062, "585318", 1, 0, 19), + (49063, "585319", 1, 0, 19), + (49064, "585218", 1, 0, 19), + (49065, "585219", 1, 0, 19), + (49066, "585320", 1, 0, 19), + (49067, "585291", 1, 0, 19), + (49068, "585321", 1, 0, 19), + (49069, "585220", 1, 0, 19), + (49070, "585323", 1, 0, 19), + (49071, "585221", 1, 0, 19), + (49072, "585222", 1, 0, 19), + (49073, "585223", 1, 0, 19), + (49074, "585223", 1, 0, 19), + (49075, "585224", 1, 0, 19), + (49076, "585224", 1, 0, 19), + (49077, "585355", 1, 0, 19), + (49078, "585225", 1, 0, 19), + (49079, "585202", 1, 0, 19), + (49080, "585201", 1, 0, 19), + (49081, "585301", 1, 0, 19), + (49082, "585302", 1, 0, 19), + (49083, "585303", 1, 0, 19), + (49084, "585305", 1, 0, 19), + (49085, "585306", 1, 0, 19), + (49086, "585307", 1, 0, 19), + (49087, "585308", 1, 0, 19), + (49088, "585103", 1, 0, 19), + (49089, "585102", 1, 0, 19), + (49090, "585102", 1, 0, 19), + (49091, "585104", 1, 0, 19), + (49092, "585105", 1, 0, 19), + (49093, "585101", 1, 0, 19), + (49094, "585106", 1, 0, 19), + (49095, "585103", 1, 0, 19), + (49096, "585104", 1, 0, 19), + (49097, "585104", 1, 0, 19), + (49098, "585102", 1, 0, 19), + (49099, "585101", 1, 0, 19), + (49100, "585104", 1, 0, 19), + (49101, "585212", 1, 0, 19), + (49102, "585265", 1, 0, 19), + (49103, "585310", 1, 0, 19), + (49104, "585311", 1, 0, 19), + (49105, "585312", 1, 0, 19), + (49106, "585313", 1, 0, 19), + (49107, "585314", 1, 0, 19), + (49108, "585316", 1, 0, 19), + (49109, "585217", 1, 0, 19), + (49110, "585236", 1, 0, 19), + (49111, "585322", 1, 0, 19), + (49112, "585228", 1, 0, 19), + (49113, "585229", 1, 0, 19), + (49114, "585213", 1, 0, 19), + (49115, "585324", 1, 0, 19), + (49116, "585325", 1, 0, 19), + (49117, "577596", 1, 0, 19), + (49118, "583284", 1, 0, 19), + (49119, "582104", 1, 0, 19), + (49120, "583287", 1, 0, 19), + (49121, "585367", 1, 0, 19), + (49122, "583285", 1, 0, 19), + (49123, "583286", 1, 0, 19), + (49124, "585107", 1, 0, 19), + (49125, "587101", 1, 0, 19), + (49126, "587301", 1, 0, 19), + (49127, "590001", 1, 0, 19), + (49128, "591102", 1, 0, 19), + (49129, "591123", 1, 0, 19), + (49130, "583101", 1, 0, 19), + (49131, "583201", 1, 0, 19), + (49132, "585401", 1, 0, 19), + (49133, "586101", 1, 0, 19), + (49134, "591201", 1, 0, 19), + (49135, "591304", 1, 0, 19), + (49136, "580001", 1, 0, 19), + (49137, "580020", 1, 0, 19), + (49138, "582101", 1, 0, 19), + (49139, "583231", 1, 0, 19), + (49140, "591307", 1, 0, 19), + (49141, "585101", 1, 0, 19), + (49142, "585201", 1, 0, 19), + (49143, "581110", 1, 0, 19), + (49144, "581301", 1, 0, 19), + (49145, "581343", 1, 0, 19), + (49146, "584101", 1, 0, 19), + (49147, "581401", 1, 0, 19), + (49148, "577101", 1, 0, 19), + (49149, "577126", 1, 0, 19), + (49150, "577501", 1, 0, 19), + (49151, "577001", 1, 0, 19), + (49152, "573201", 1, 0, 19), + (49153, "573103", 1, 0, 19), + (49154, "571201", 1, 0, 19), + (49155, "563101", 1, 0, 19), + (49156, "562101", 1, 0, 19), + (49157, "571401", 1, 0, 19), + (49158, "571438", 1, 0, 19), + (49159, "575001", 1, 0, 19), + (49160, "575005", 1, 0, 19), + (49161, "570001", 1, 0, 19), + (49162, "570009", 1, 0, 19), + (49163, "571301", 1, 0, 19), + (49164, "571440", 1, 0, 19), + (49165, "574201", 1, 0, 19), + (49166, "574104", 1, 0, 19), + (49167, "577201", 1, 0, 19), + (49168, "577301", 1, 0, 19), + (49169, "577401", 1, 0, 19), + (49170, "572201", 1, 0, 19), + (49171, "572101", 1, 0, 19), + (49172, "576101", 1, 0, 19), + (49173, "576201", 1, 0, 19), + (49174, "576104", 1, 0, 19), + (49175, "560008", 1, 0, 19), + (49176, "560032", 1, 0, 19), + (49177, "560013", 1, 0, 19), + (49178, "560010", 1, 0, 19), + (49179, "560004", 1, 0, 19), + (49180, "560041", 1, 0, 19), + (49181, "562160", 1, 0, 19), + (49182, "560116", 1, 0, 19), + (49183, "570032", 1, 0, 19), + (49184, "560117", 1, 0, 19), + (49185, "560500", 1, 0, 19), + (49186, "563147", 1, 0, 19), + (49187, "560072", 1, 0, 19), + (49188, "560018", 1, 0, 19), + (49189, "580030", 1, 0, 19), + (49190, "582205", 1, 0, 19), + (49191, "577557", 1, 0, 19), + (49192, "560058", 1, 0, 19), + (49193, "560091", 1, 0, 19), + (49194, "572132", 1, 0, 19), + (49195, "563102", 1, 0, 19), + (49196, "560086", 1, 0, 19), + (49197, "571301", 1, 0, 19), + (49198, "571313", 1, 0, 19), + (49199, "570027", 1, 0, 19), + (49200, "577427", 1, 0, 19), + (49201, "581195", 1, 0, 19), + (49202, "581196", 1, 0, 19), + (49203, "586212", 1, 0, 19), + (49204, "575003", 1, 0, 19), + (49205, "575016", 1, 0, 19), + (49206, "571475", 1, 0, 19), + (49207, "571476", 1, 0, 19), + (49208, "571477", 1, 0, 19), + (49209, "571478", 1, 0, 19), + (49210, "590015", 1, 0, 19), + (49211, "576104", 1, 0, 19), + (49212, "576104", 1, 0, 19), + (49213, "560083", 1, 0, 19), + (49214, "570028", 1, 0, 19), + (49215, "560077", 1, 0, 19), + (49216, "587312", 1, 0, 19), + (49217, "583103", 1, 0, 19), + (49218, "586109", 1, 0, 19), + (49219, "562159", 1, 0, 19), + (49220, "590017", 1, 0, 19), + (49221, "560001", 1, 0, 19), + (49222, "560081", 1, 0, 19), + (49223, "560067", 1, 0, 19), + (49224, "560066", 1, 0, 19), + (49225, "560029", 1, 0, 19), + (49226, "572168", 1, 0, 19), + (49227, "560110", 1, 0, 19), + (49228, "574274", 1, 0, 19), + (49229, "560025", 1, 0, 19), + (49230, "563103", 1, 0, 19), + (49231, "562162", 1, 0, 19), + (49232, "560108", 1, 0, 19), + (49233, "560001", 1, 0, 19), + (49234, "560109", 1, 0, 19), + (49235, "583105", 1, 0, 19), + (49236, "587103", 1, 0, 19), + (49237, "562163", 1, 0, 19), + (49238, "571320", 1, 0, 19), + (49239, "586209", 1, 0, 19), + (49240, "574227", 1, 0, 19), + (49241, "581212", 1, 0, 19), + (49242, "560074", 1, 0, 19), + (49243, "587330", 1, 0, 19), + (49244, "585403", 1, 0, 19), + (49245, "560004", 1, 0, 19), + (49246, "572105", 1, 0, 19), + (49247, "560107", 1, 0, 19), + (49248, "591345", 1, 0, 19), + (49249, "584104", 1, 0, 19), + (49250, "585444", 1, 0, 19), + (49251, "590020", 1, 0, 19), + (49252, "560113", 1, 0, 19), + (49253, "580027", 1, 0, 19), + (49254, "586105", 1, 0, 19), + (49255, "583154", 1, 0, 19), + (49256, "583153", 1, 0, 19), + (49257, "587331", 1, 0, 19), + (49258, "563157", 1, 0, 19), + (49259, "581237", 1, 0, 19), + (49260, "591346", 1, 0, 19), + (49261, "560114", 1, 0, 19), + (49262, "587104", 1, 0, 19), + (49263, "571106", 1, 0, 19), + (49264, "560062", 1, 0, 19), + (49265, "581198", 1, 0, 19), + (49266, "562164", 1, 0, 19), + (49267, "560112", 1, 0, 19), + (49268, "570031", 1, 0, 19), + (49269, "570030", 1, 0, 19), + (49270, "573226", 1, 0, 19), + (49271, "581199", 1, 0, 19), + (49272, "560098", 1, 0, 19), + (49273, "560041", 1, 0, 19), + (49274, "560115", 1, 0, 19), + (49275, "560001", 1, 0, 19), + (49276, "583135", 1, 0, 19), + (49277, "583135", 1, 0, 19), + (49278, "583135", 1, 0, 19), + (49279, "583135", 1, 0, 19), + (49280, "583135", 1, 0, 19), + (49281, "583222", 1, 0, 19), + (49282, "583222", 1, 0, 19), + (49283, "583222", 1, 0, 19), + (49284, "583222", 1, 0, 19), + (49285, "583222", 1, 0, 19), + (49286, "583222", 1, 0, 19), + (49287, "583222", 1, 0, 19), + (49288, "583222", 1, 0, 19), + (49289, "583222", 1, 0, 19), + (49290, "583222", 1, 0, 19), + (49291, "583136", 1, 0, 19), + (49292, "583136", 1, 0, 19), + (49293, "583136", 1, 0, 19), + (49294, "583136", 1, 0, 19), + (49295, "583136", 1, 0, 19), + (49296, "583136", 1, 0, 19), + (49297, "583223", 1, 0, 19), + (49298, "583223", 1, 0, 19), + (49299, "583223", 1, 0, 19), + (49300, "583223", 1, 0, 19), + (49301, "583223", 1, 0, 19), + (49302, "583224", 1, 0, 19), + (49303, "583224", 1, 0, 19), + (49304, "583224", 1, 0, 19), + (49305, "583224", 1, 0, 19), + (49306, "583224", 1, 0, 19), + (49307, "583224", 1, 0, 19), + (49308, "583224", 1, 0, 19), + (49309, "583224", 1, 0, 19), + (49310, "585326", 1, 0, 19), + (49311, "585326", 1, 0, 19), + (49312, "585326", 1, 0, 19), + (49313, "585326", 1, 0, 19), + (49314, "585326", 1, 0, 19), + (49315, "585326", 1, 0, 19), + (49316, "585326", 1, 0, 19), + (49317, "585326", 1, 0, 19), + (49318, "585326", 1, 0, 19), + (49319, "585326", 1, 0, 19), + (49320, "585326", 1, 0, 19), + (49321, "585326", 1, 0, 19), + (49322, "585326", 1, 0, 19), + (49323, "585326", 1, 0, 19), + (49324, "585326", 1, 0, 19), + (49325, "585326", 1, 0, 19), + (49326, "585326", 1, 0, 19), + (49327, "585326", 1, 0, 19), + (49328, "585326", 1, 0, 19), + (49329, "585326", 1, 0, 19), + (49330, "585326", 1, 0, 19), + (49331, "585327", 1, 0, 19), + (49332, "585327", 1, 0, 19), + (49333, "585327", 1, 0, 19), + (49334, "585327", 1, 0, 19), + (49335, "585327", 1, 0, 19), + (49336, "585327", 1, 0, 19), + (49337, "585327", 1, 0, 19), + (49338, "585327", 1, 0, 19), + (49339, "585327", 1, 0, 19), + (49340, "585327", 1, 0, 19), + (49341, "585327", 1, 0, 19), + (49342, "585327", 1, 0, 19), + (49343, "585327", 1, 0, 19), + (49344, "585327", 1, 0, 19), + (49345, "585327", 1, 0, 19), + (49346, "585328", 1, 0, 19), + (49347, "585328", 1, 0, 19), + (49348, "585328", 1, 0, 19), + (49349, "585328", 1, 0, 19), + (49350, "585328", 1, 0, 19), + (49351, "585328", 1, 0, 19), + (49352, "585328", 1, 0, 19), + (49353, "585328", 1, 0, 19), + (49354, "585328", 1, 0, 19), + (49355, "585328", 1, 0, 19), + (49356, "585328", 1, 0, 19), + (49357, "585328", 1, 0, 19), + (49358, "585328", 1, 0, 19), + (49359, "585328", 1, 0, 19), + (49360, "585328", 1, 0, 19), + (49361, "585328", 1, 0, 19), + (49362, "585411", 1, 0, 19), + (49363, "585411", 1, 0, 19), + (49364, "585411", 1, 0, 19), + (49365, "585411", 1, 0, 19), + (49366, "585411", 1, 0, 19), + (49367, "585411", 1, 0, 19), + (49368, "585411", 1, 0, 19), + (49369, "585411", 1, 0, 19), + (49370, "585411", 1, 0, 19), + (49371, "585402", 1, 0, 19), + (49372, "585402", 1, 0, 19), + (49373, "585402", 1, 0, 19), + (49374, "585402", 1, 0, 19), + (49375, "585402", 1, 0, 19), + (49376, "585402", 1, 0, 19), + (49377, "585402", 1, 0, 19), + (49378, "585402", 1, 0, 19), + (49379, "585402", 1, 0, 19), + (49380, "585402", 1, 0, 19), + (49381, "585402", 1, 0, 19), + (49382, "585402", 1, 0, 19), + (49383, "585402", 1, 0, 19), + (49384, "585402", 1, 0, 19), + (49385, "585402", 1, 0, 19), + (49386, "585402", 1, 0, 19), + (49387, "585403", 1, 0, 19), + (49388, "585403", 1, 0, 19), + (49389, "585403", 1, 0, 19), + (49390, "585403", 1, 0, 19), + (49391, "585403", 1, 0, 19), + (49392, "585403", 1, 0, 19), + (49393, "585403", 1, 0, 19), + (49394, "585403", 1, 0, 19), + (49395, "585403", 1, 0, 19), + (49396, "585403", 1, 0, 19), + (49397, "585403", 1, 0, 19), + (49398, "585403", 1, 0, 19), + (49399, "585403", 1, 0, 19), + (49400, "585403", 1, 0, 19), + (49401, "585403", 1, 0, 19), + (49402, "585403", 1, 0, 19), + (49403, "585403", 1, 0, 19), + (49404, "585403", 1, 0, 19), + (49405, "585403", 1, 0, 19), + (49406, "585412", 1, 0, 19), + (49407, "585412", 1, 0, 19), + (49408, "585412", 1, 0, 19), + (49409, "585412", 1, 0, 19), + (49410, "585412", 1, 0, 19), + (49411, "585412", 1, 0, 19), + (49412, "585412", 1, 0, 19), + (49413, "585418", 1, 0, 19), + (49414, "585418", 1, 0, 19), + (49415, "585418", 1, 0, 19), + (49416, "585418", 1, 0, 19), + (49417, "585418", 1, 0, 19), + (49418, "585418", 1, 0, 19), + (49419, "585418", 1, 0, 19), + (49420, "585418", 1, 0, 19), + (49421, "585418", 1, 0, 19), + (49422, "585418", 1, 0, 19), + (49423, "585444", 1, 0, 19), + (49424, "585444", 1, 0, 19), + (49425, "585444", 1, 0, 19), + (49426, "585413", 1, 0, 19), + (49427, "585444", 1, 0, 19), + (49428, "585444", 1, 0, 19), + (49429, "585413", 1, 0, 19), + (49430, "585413", 1, 0, 19), + (49431, "585413", 1, 0, 19), + (49432, "585413", 1, 0, 19), + (49433, "585413", 1, 0, 19), + (49434, "585413", 1, 0, 19), + (49435, "585413", 1, 0, 19), + (49436, "585413", 1, 0, 19), + (49437, "585413", 1, 0, 19), + (49438, "585413", 1, 0, 19), + (49439, "585413", 1, 0, 19), + (49440, "585414", 1, 0, 19), + (49441, "585414", 1, 0, 19), + (49442, "585414", 1, 0, 19), + (49443, "585414", 1, 0, 19), + (49444, "585414", 1, 0, 19), + (49445, "585415", 1, 0, 19), + (49446, "585415", 1, 0, 19), + (49447, "585415", 1, 0, 19), + (49448, "585415", 1, 0, 19), + (49449, "585415", 1, 0, 19), + (49450, "585329", 1, 0, 19), + (49451, "585329", 1, 0, 19), + (49452, "585329", 1, 0, 19), + (49453, "585329", 1, 0, 19), + (49454, "585329", 1, 0, 19), + (49455, "585329", 1, 0, 19), + (49456, "585329", 1, 0, 19), + (49457, "585329", 1, 0, 19), + (49458, "585329", 1, 0, 19), + (49459, "585416", 1, 0, 19), + (49460, "585416", 1, 0, 19), + (49461, "585416", 1, 0, 19), + (49462, "585416", 1, 0, 19), + (49463, "585416", 1, 0, 19), + (49464, "585416", 1, 0, 19), + (49465, "585416", 1, 0, 19), + (49466, "585416", 1, 0, 19), + (49467, "585416", 1, 0, 19), + (49468, "585416", 1, 0, 19), + (49469, "585416", 1, 0, 19), + (49470, "585330", 1, 0, 19), + (49471, "585330", 1, 0, 19), + (49472, "585330", 1, 0, 19), + (49473, "585330", 1, 0, 19), + (49474, "585330", 1, 0, 19), + (49475, "585330", 1, 0, 19), + (49476, "585417", 1, 0, 19), + (49477, "585417", 1, 0, 19), + (49478, "585417", 1, 0, 19), + (49479, "585417", 1, 0, 19), + (49480, "585417", 1, 0, 19), + (49481, "585417", 1, 0, 19), + (49482, "585417", 1, 0, 19), + (49483, "585417", 1, 0, 19), + (49484, "585417", 1, 0, 19), + (49485, "585417", 1, 0, 19), + (49486, "585417", 1, 0, 19), + (49487, "585417", 1, 0, 19), + (49488, "585417", 1, 0, 19), + (49489, "585417", 1, 0, 19), + (49490, "585226", 1, 0, 19), + (49491, "585226", 1, 0, 19), + (49492, "585226", 1, 0, 19), + (49493, "585226", 1, 0, 19), + (49494, "585226", 1, 0, 19), + (49495, "585226", 1, 0, 19), + (49496, "585226", 1, 0, 19), + (49497, "585226", 1, 0, 19), + (49498, "585226", 1, 0, 19), + (49499, "585226", 1, 0, 19), + (49500, "585226", 1, 0, 19), + (49501, "585226", 1, 0, 19), + (49502, "585353", 1, 0, 19), + (49503, "585353", 1, 0, 19), + (49504, "585353", 1, 0, 19), + (49505, "585353", 1, 0, 19), + (49506, "585353", 1, 0, 19), + (49507, "585227", 1, 0, 19), + (49508, "585227", 1, 0, 19), + (49509, "585227", 1, 0, 19), + (49510, "585227", 1, 0, 19), + (49511, "585227", 1, 0, 19), + (49512, "585227", 1, 0, 19), + (49513, "585227", 1, 0, 19), + (49514, "585227", 1, 0, 19), + (49515, "585227", 1, 0, 19), + (49516, "585227", 1, 0, 19), + (49517, "585227", 1, 0, 19), + (49518, "585419", 1, 0, 19), + (49519, "585419", 1, 0, 19), + (49520, "585419", 1, 0, 19), + (49521, "585419", 1, 0, 19), + (49522, "585419", 1, 0, 19), + (49523, "585419", 1, 0, 19), + (49524, "585327", 1, 0, 19), + (49525, "585419", 1, 0, 19), + (49526, "585419", 1, 0, 19), + (49527, "585419", 1, 0, 19), + (49528, "585419", 1, 0, 19), + (49529, "585327", 1, 0, 19), + (49530, "585419", 1, 0, 19), + (49531, "585419", 1, 0, 19), + (49532, "585419", 1, 0, 19), + (49533, "585419", 1, 0, 19), + (49534, "585437", 1, 0, 19), + (49535, "585437", 1, 0, 19), + (49536, "585437", 1, 0, 19), + (49537, "585437", 1, 0, 19), + (49538, "585437", 1, 0, 19), + (49539, "585437", 1, 0, 19), + (49540, "585437", 1, 0, 19), + (49541, "585437", 1, 0, 19), + (49542, "585437", 1, 0, 19), + (49543, "585437", 1, 0, 19), + (49544, "585437", 1, 0, 19), + (49545, "585437", 1, 0, 19), + (49546, "585443", 1, 0, 19), + (49547, "585443", 1, 0, 19), + (49548, "585443", 1, 0, 19), + (49549, "585443", 1, 0, 19), + (49550, "585443", 1, 0, 19), + (49551, "585443", 1, 0, 19), + (49552, "585331", 1, 0, 19), + (49553, "585331", 1, 0, 19), + (49554, "585331", 1, 0, 19), + (49555, "585331", 1, 0, 19), + (49556, "585331", 1, 0, 19), + (49557, "585331", 1, 0, 19), + (49558, "585331", 1, 0, 19), + (49559, "585421", 1, 0, 19), + (49560, "585421", 1, 0, 19), + (49561, "585421", 1, 0, 19), + (49562, "585421", 1, 0, 19), + (49563, "585421", 1, 0, 19), + (49564, "585421", 1, 0, 19), + (49565, "585421", 1, 0, 19), + (49566, "585421", 1, 0, 19), + (49567, "585421", 1, 0, 19), + (49568, "585421", 1, 0, 19), + (49569, "585421", 1, 0, 19), + (49570, "585421", 1, 0, 19), + (49571, "585421", 1, 0, 19), + (49572, "585436", 1, 0, 19), + (49573, "585436", 1, 0, 19), + (49574, "585436", 1, 0, 19), + (49575, "585436", 1, 0, 19), + (49576, "585436", 1, 0, 19), + (49577, "585436", 1, 0, 19), + (49578, "585436", 1, 0, 19), + (49579, "585436", 1, 0, 19), + (49580, "586212", 1, 0, 19), + (49581, "586212", 1, 0, 19), + (49582, "586212", 1, 0, 19), + (49583, "586212", 1, 0, 19), + (49584, "586212", 1, 0, 19), + (49585, "586212", 1, 0, 19), + (49586, "586212", 1, 0, 19), + (49587, "586212", 1, 0, 19), + (49588, "586212", 1, 0, 19), + (49589, "586212", 1, 0, 19), + (49590, "586212", 1, 0, 19), + (49591, "586212", 1, 0, 19), + (49592, "586212", 1, 0, 19), + (49593, "586212", 1, 0, 19), + (49594, "586212", 1, 0, 19), + (49595, "586201", 1, 0, 19), + (49596, "586201", 1, 0, 19), + (49597, "586201", 1, 0, 19), + (49598, "586201", 1, 0, 19), + (49599, "586201", 1, 0, 19), + (49600, "586113", 1, 0, 19), + (49601, "586113", 1, 0, 19), + (49602, "586113", 1, 0, 19), + (49603, "586113", 1, 0, 19), + (49604, "586113", 1, 0, 19), + (49605, "586113", 1, 0, 19), + (49606, "586113", 1, 0, 19), + (49607, "586113", 1, 0, 19), + (49608, "586113", 1, 0, 19), + (49609, "586203", 1, 0, 19), + (49610, "586203", 1, 0, 19), + (49611, "586203", 1, 0, 19), + (49612, "586203", 1, 0, 19), + (49613, "586203", 1, 0, 19), + (49614, "586203", 1, 0, 19), + (49615, "586203", 1, 0, 19), + (49616, "586203", 1, 0, 19), + (49617, "586203", 1, 0, 19), + (49618, "586203", 1, 0, 19), + (49619, "586203", 1, 0, 19), + (49620, "586203", 1, 0, 19), + (49621, "586203", 1, 0, 19), + (49622, "586203", 1, 0, 19), + (49623, "586203", 1, 0, 19), + (49624, "586104", 1, 0, 19), + (49625, "586108", 1, 0, 19), + (49626, "586104", 1, 0, 19), + (49627, "586108", 1, 0, 19), + (49628, "586108", 1, 0, 19), + (49629, "586103", 1, 0, 19), + (49630, "586102", 1, 0, 19), + (49631, "586103", 1, 0, 19), + (49632, "586103", 1, 0, 19), + (49633, "586103", 1, 0, 19), + (49634, "586102", 1, 0, 19), + (49635, "586113", 1, 0, 19), + (49636, "586125", 1, 0, 19), + (49637, "586125", 1, 0, 19), + (49638, "586113", 1, 0, 19), + (49639, "586108", 1, 0, 19), + (49640, "586113", 1, 0, 19), + (49641, "586113", 1, 0, 19), + (49642, "586103", 1, 0, 19), + (49643, "586103", 1, 0, 19), + (49644, "586114", 1, 0, 19), + (49645, "586114", 1, 0, 19), + (49646, "586114", 1, 0, 19), + (49647, "586114", 1, 0, 19), + (49648, "586114", 1, 0, 19), + (49649, "586116", 1, 0, 19), + (49650, "586116", 1, 0, 19), + (49651, "586116", 1, 0, 19), + (49652, "586116", 1, 0, 19), + (49653, "586116", 1, 0, 19), + (49654, "586116", 1, 0, 19), + (49655, "586116", 1, 0, 19), + (49656, "586116", 1, 0, 19), + (49657, "586116", 1, 0, 19), + (49658, "586208", 1, 0, 19), + (49659, "586208", 1, 0, 19), + (49660, "586208", 1, 0, 19), + (49661, "586208", 1, 0, 19), + (49662, "586208", 1, 0, 19), + (49663, "586208", 1, 0, 19), + (49664, "586208", 1, 0, 19), + (49665, "586119", 1, 0, 19), + (49666, "586119", 1, 0, 19), + (49667, "586119", 1, 0, 19), + (49668, "586119", 1, 0, 19), + (49669, "586119", 1, 0, 19), + (49670, "586119", 1, 0, 19), + (49671, "586119", 1, 0, 19), + (49672, "586210", 1, 0, 19), + (49673, "586210", 1, 0, 19), + (49674, "586210", 1, 0, 19), + (49675, "586210", 1, 0, 19), + (49676, "586210", 1, 0, 19), + (49677, "586210", 1, 0, 19), + (49678, "586210", 1, 0, 19), + (49679, "586210", 1, 0, 19), + (49680, "586210", 1, 0, 19), + (49681, "586210", 1, 0, 19), + (49682, "586210", 1, 0, 19), + (49683, "586108", 1, 0, 19), + (49684, "586121", 1, 0, 19), + (49685, "586121", 1, 0, 19), + (49686, "586121", 1, 0, 19), + (49687, "586108", 1, 0, 19), + (49688, "586121", 1, 0, 19), + (49689, "586108", 1, 0, 19), + (49690, "586122", 1, 0, 19), + (49691, "586109", 1, 0, 19), + (49692, "586122", 1, 0, 19), + (49693, "586122", 1, 0, 19), + (49694, "586109", 1, 0, 19), + (49695, "586122", 1, 0, 19), + (49696, "586109", 1, 0, 19), + (49697, "586109", 1, 0, 19), + (49698, "586122", 1, 0, 19), + (49699, "586124", 1, 0, 19), + (49700, "586124", 1, 0, 19), + (49701, "586212", 1, 0, 19), + (49702, "586124", 1, 0, 19), + (49703, "586124", 1, 0, 19), + (49704, "586124", 1, 0, 19), + (49705, "586213", 1, 0, 19), + (49706, "586213", 1, 0, 19), + (49707, "586213", 1, 0, 19), + (49708, "586213", 1, 0, 19), + (49709, "586213", 1, 0, 19), + (49710, "586213", 1, 0, 19), + (49711, "586213", 1, 0, 19), + (49712, "586213", 1, 0, 19), + (49713, "586213", 1, 0, 19), + (49714, "586125", 1, 0, 19), + (49715, "586125", 1, 0, 19), + (49716, "586125", 1, 0, 19), + (49717, "586125", 1, 0, 19), + (49718, "586125", 1, 0, 19), + (49719, "586125", 1, 0, 19), + (49720, "586125", 1, 0, 19), + (49721, "586125", 1, 0, 19), + (49722, "586125", 1, 0, 19), + (49723, "586125", 1, 0, 19), + (49724, "586125", 1, 0, 19), + (49725, "586127", 1, 0, 19), + (49726, "586127", 1, 0, 19), + (49727, "586104", 1, 0, 19), + (49728, "586127", 1, 0, 19), + (49729, "586127", 1, 0, 19), + (49730, "586127", 1, 0, 19), + (49731, "586127", 1, 0, 19), + (49732, "586214", 1, 0, 19), + (49733, "586214", 1, 0, 19), + (49734, "586214", 1, 0, 19), + (49735, "586214", 1, 0, 19), + (49736, "586214", 1, 0, 19), + (49737, "586214", 1, 0, 19), + (49738, "586214", 1, 0, 19), + (49739, "586214", 1, 0, 19), + (49740, "586214", 1, 0, 19), + (49741, "586214", 1, 0, 19), + (49742, "586214", 1, 0, 19), + (49743, "586214", 1, 0, 19), + (49744, "586214", 1, 0, 19), + (49745, "586214", 1, 0, 19), + (49746, "586214", 1, 0, 19), + (49747, "586214", 1, 0, 19), + (49748, "586214", 1, 0, 19), + (49749, "586129", 1, 0, 19), + (49750, "586129", 1, 0, 19), + (49751, "586129", 1, 0, 19), + (49752, "586129", 1, 0, 19), + (49753, "586129", 1, 0, 19), + (49754, "586129", 1, 0, 19), + (49755, "586129", 1, 0, 19), + (49756, "586129", 1, 0, 19), + (49757, "586129", 1, 0, 19), + (49758, "586129", 1, 0, 19), + (49759, "586129", 1, 0, 19), + (49760, "586129", 1, 0, 19), + (49761, "586129", 1, 0, 19), + (49762, "586129", 1, 0, 19), + (49763, "586129", 1, 0, 19), + (49764, "586216", 1, 0, 19), + (49765, "586216", 1, 0, 19), + (49766, "586216", 1, 0, 19), + (49767, "586216", 1, 0, 19), + (49768, "586216", 1, 0, 19), + (49769, "586216", 1, 0, 19), + (49770, "586216", 1, 0, 19), + (49771, "586130", 1, 0, 19), + (49772, "586130", 1, 0, 19), + (49773, "586130", 1, 0, 19), + (49774, "586130", 1, 0, 19), + (49775, "586130", 1, 0, 19), + (49776, "586130", 1, 0, 19), + (49777, "586130", 1, 0, 19), + (49778, "586130", 1, 0, 19), + (49779, "586209", 1, 0, 19), + (49780, "586111", 1, 0, 19), + (49781, "586111", 1, 0, 19), + (49782, "586111", 1, 0, 19), + (49783, "586209", 1, 0, 19), + (49784, "586111", 1, 0, 19), + (49785, "586202", 1, 0, 19), + (49786, "586202", 1, 0, 19), + (49787, "586202", 1, 0, 19), + (49788, "586202", 1, 0, 19), + (49789, "586202", 1, 0, 19), + (49790, "586202", 1, 0, 19), + (49791, "586202", 1, 0, 19), + (49792, "586202", 1, 0, 19), + (49793, "586127", 1, 0, 19), + (49794, "586127", 1, 0, 19), + (49795, "586112", 1, 0, 19), + (49796, "586112", 1, 0, 19), + (49797, "586112", 1, 0, 19), + (49798, "586113", 1, 0, 19), + (49799, "586112", 1, 0, 19), + (49800, "586112", 1, 0, 19), + (49801, "586112", 1, 0, 19), + (49802, "586209", 1, 0, 19), + (49803, "586209", 1, 0, 19), + (49804, "586204", 1, 0, 19), + (49805, "586205", 1, 0, 19), + (49806, "586204", 1, 0, 19), + (49807, "586204", 1, 0, 19), + (49808, "586204", 1, 0, 19), + (49809, "586204", 1, 0, 19), + (49810, "586204", 1, 0, 19), + (49811, "586204", 1, 0, 19), + (49812, "586204", 1, 0, 19), + (49813, "586205", 1, 0, 19), + (49814, "586205", 1, 0, 19), + (49815, "586205", 1, 0, 19), + (49816, "586205", 1, 0, 19), + (49817, "586205", 1, 0, 19), + (49818, "586205", 1, 0, 19), + (49819, "586205", 1, 0, 19), + (49820, "586205", 1, 0, 19), + (49821, "586205", 1, 0, 19), + (49822, "586206", 1, 0, 19), + (49823, "586206", 1, 0, 19), + (49824, "586202", 1, 0, 19), + (49825, "586206", 1, 0, 19), + (49826, "586206", 1, 0, 19), + (49827, "586120", 1, 0, 19), + (49828, "586115", 1, 0, 19), + (49829, "586128", 1, 0, 19), + (49830, "586120", 1, 0, 19), + (49831, "586115", 1, 0, 19), + (49832, "586115", 1, 0, 19), + (49833, "586115", 1, 0, 19), + (49834, "586120", 1, 0, 19), + (49835, "586115", 1, 0, 19), + (49836, "586128", 1, 0, 19), + (49837, "586115", 1, 0, 19), + (49838, "586207", 1, 0, 19), + (49839, "586207", 1, 0, 19), + (49840, "586207", 1, 0, 19), + (49841, "586207", 1, 0, 19), + (49842, "586207", 1, 0, 19), + (49843, "586207", 1, 0, 19), + (49844, "586117", 1, 0, 19), + (49845, "586209", 1, 0, 19), + (49846, "586117", 1, 0, 19), + (49847, "586117", 1, 0, 19), + (49848, "586209", 1, 0, 19), + (49849, "586117", 1, 0, 19), + (49850, "586117", 1, 0, 19), + (49851, "586117", 1, 0, 19), + (49852, "586209", 1, 0, 19), + (49853, "586117", 1, 0, 19), + (49854, "586117", 1, 0, 19), + (49855, "586117", 1, 0, 19), + (49856, "586204", 1, 0, 19), + (49857, "586117", 1, 0, 19), + (49858, "586118", 1, 0, 19), + (49859, "586118", 1, 0, 19), + (49860, "586118", 1, 0, 19), + (49861, "586118", 1, 0, 19), + (49862, "586118", 1, 0, 19), + (49863, "586118", 1, 0, 19), + (49864, "586118", 1, 0, 19), + (49865, "586118", 1, 0, 19), + (49866, "586118", 1, 0, 19), + (49867, "586120", 1, 0, 19), + (49868, "586120", 1, 0, 19), + (49869, "586120", 1, 0, 19), + (49870, "586115", 1, 0, 19), + (49871, "586120", 1, 0, 19), + (49872, "586211", 1, 0, 19), + (49873, "586211", 1, 0, 19), + (49874, "586209", 1, 0, 19), + (49875, "586209", 1, 0, 19), + (49876, "586209", 1, 0, 19), + (49877, "586211", 1, 0, 19), + (49878, "586211", 1, 0, 19), + (49879, "586211", 1, 0, 19), + (49880, "586123", 1, 0, 19), + (49881, "586123", 1, 0, 19), + (49882, "586123", 1, 0, 19), + (49883, "586123", 1, 0, 19), + (49884, "586123", 1, 0, 19), + (49885, "586123", 1, 0, 19), + (49886, "586123", 1, 0, 19), + (49887, "586123", 1, 0, 19), + (49888, "586123", 1, 0, 19), + (49889, "586217", 1, 0, 19), + (49890, "586217", 1, 0, 19), + (49891, "586217", 1, 0, 19), + (49892, "586217", 1, 0, 19), + (49893, "586217", 1, 0, 19), + (49894, "586217", 1, 0, 19), + (49895, "586217", 1, 0, 19), + (49896, "586217", 1, 0, 19), + (49897, "586217", 1, 0, 19), + (49898, "586217", 1, 0, 19), + (49899, "586128", 1, 0, 19), + (49900, "586128", 1, 0, 19), + (49901, "586128", 1, 0, 19), + (49902, "586128", 1, 0, 19), + (49903, "586128", 1, 0, 19), + (49904, "586128", 1, 0, 19), + (49905, "586128", 1, 0, 19), + (49906, "586128", 1, 0, 19), + (49907, "586128", 1, 0, 19), + (49908, "586128", 1, 0, 19), + (49909, "586128", 1, 0, 19), + (49910, "586128", 1, 0, 19), + (49911, "586128", 1, 0, 19), + (49912, "586128", 1, 0, 19), + (49913, "586128", 1, 0, 19), + (49914, "586128", 1, 0, 19), + (49915, "586128", 1, 0, 19), + (49916, "586128", 1, 0, 19), + (49917, "586128", 1, 0, 19), + (49918, "586128", 1, 0, 19), + (49919, "586215", 1, 0, 19), + (49920, "586215", 1, 0, 19), + (49921, "586215", 1, 0, 19), + (49922, "586215", 1, 0, 19), + (49923, "586215", 1, 0, 19), + (49924, "586215", 1, 0, 19), + (49925, "586209", 1, 0, 19), + (49926, "586215", 1, 0, 19), + (49927, "586215", 1, 0, 19), + (49928, "586215", 1, 0, 19), + (49929, "562160", 1, 0, 19), + (49930, "562160", 1, 0, 19), + (49931, "562160", 1, 0, 19), + (49932, "562160", 1, 0, 19), + (49933, "562160", 1, 0, 19), + (49934, "562160", 1, 0, 19), + (49935, "562160", 1, 0, 19), + (49936, "562160", 1, 0, 19), + (49937, "562160", 1, 0, 19), + (49938, "562160", 1, 0, 19), + (49939, "562160", 1, 0, 19), + (49940, "562160", 1, 0, 19), + (49941, "562106", 1, 0, 19), + (49942, "562106", 1, 0, 19), + (49943, "560105", 1, 0, 19), + (49944, "562106", 1, 0, 19), + (49945, "560083", 1, 0, 19), + (49946, "562106", 1, 0, 19), + (49947, "562106", 1, 0, 19), + (49948, "562106", 1, 0, 19), + (49949, "562106", 1, 0, 19), + (49950, "562107", 1, 0, 19), + (49951, "562107", 1, 0, 19), + (49952, "562107", 1, 0, 19), + (49953, "562107", 1, 0, 19), + (49954, "562149", 1, 0, 19), + (49955, "562149", 1, 0, 19), + (49956, "562157", 1, 0, 19), + (49957, "562157", 1, 0, 19), + (49958, "562157", 1, 0, 19), + (49959, "562157", 1, 0, 19), + (49960, "562157", 1, 0, 19), + (49961, "562108", 1, 0, 19), + (49962, "562108", 1, 0, 19), + (49963, "562108", 1, 0, 19), + (49964, "562108", 1, 0, 19), + (49965, "562108", 1, 0, 19), + (49966, "562108", 1, 0, 19), + (49967, "562108", 1, 0, 19), + (49968, "562108", 1, 0, 19), + (49969, "562108", 1, 0, 19), + (49970, "562108", 1, 0, 19), + (49971, "562109", 1, 0, 19), + (49972, "562109", 1, 0, 19), + (49973, "562109", 1, 0, 19), + (49974, "562109", 1, 0, 19), + (49975, "562109", 1, 0, 19), + (49976, "562109", 1, 0, 19), + (49977, "562109", 1, 0, 19), + (49978, "562109", 1, 0, 19), + (49979, "562109", 1, 0, 19), + (49980, "562109", 1, 0, 19), + (49981, "562110", 1, 0, 19), + (49982, "562110", 1, 0, 19), + (49983, "562110", 1, 0, 19), + (49984, "562164", 1, 0, 19), + (49985, "562164", 1, 0, 19), + (49986, "562110", 1, 0, 19), + (49987, "562135", 1, 0, 19), + (49988, "562110", 1, 0, 19), + (49989, "562110", 1, 0, 19), + (49990, "562110", 1, 0, 19), + (49991, "562164", 1, 0, 19), + (49992, "562164", 1, 0, 19), + (49993, "562110", 1, 0, 19), + (49994, "562110", 1, 0, 19), + (49995, "562110", 1, 0, 19), + (49996, "562164", 1, 0, 19), + (49997, "562110", 1, 0, 19), + (49998, "562110", 1, 0, 19), + (49999, "562111", 1, 0, 19), + (50000, "562111", 1, 0, 19), + (50001, "562111", 1, 0, 19), + (50002, "562111", 1, 0, 19), + (50003, "562111", 1, 0, 19), + (50004, "562111", 1, 0, 19), + (50005, "562111", 1, 0, 19), + (50006, "562111", 1, 0, 19), + (50007, "562111", 1, 0, 19), + (50008, "562111", 1, 0, 19), + (50009, "562111", 1, 0, 19), + (50010, "562111", 1, 0, 19), + (50011, "561203", 1, 0, 19), + (50012, "562163", 1, 0, 19), + (50013, "561203", 1, 0, 19), + (50014, "562163", 1, 0, 19), + (50015, "562163", 1, 0, 19), + (50016, "561203", 1, 0, 19), + (50017, "561203", 1, 0, 19), + (50018, "561203", 1, 0, 19), + (50019, "561203", 1, 0, 19), + (50020, "561203", 1, 0, 19), + (50021, "561203", 1, 0, 19), + (50022, "562163", 1, 0, 19), + (50023, "561203", 1, 0, 19), + (50024, "561203", 1, 0, 19), + (50025, "562163", 1, 0, 19), + (50026, "561203", 1, 0, 19), + (50027, "561203", 1, 0, 19), + (50028, "562163", 1, 0, 19), + (50029, "561204", 1, 0, 19), + (50030, "561204", 1, 0, 19), + (50031, "561204", 1, 0, 19), + (50032, "561204", 1, 0, 19), + (50033, "561204", 1, 0, 19), + (50034, "561204", 1, 0, 19), + (50035, "561204", 1, 0, 19), + (50036, "561204", 1, 0, 19), + (50037, "561204", 1, 0, 19), + (50038, "561204", 1, 0, 19), + (50039, "561204", 1, 0, 19), + (50040, "561204", 1, 0, 19), + (50041, "562112", 1, 0, 19), + (50042, "562112", 1, 0, 19), + (50043, "562112", 1, 0, 19), + (50044, "562112", 1, 0, 19), + (50045, "562112", 1, 0, 19), + (50046, "562112", 1, 0, 19), + (50047, "562112", 1, 0, 19), + (50048, "562112", 1, 0, 19), + (50049, "562112", 1, 0, 19), + (50050, "562112", 1, 0, 19), + (50051, "562112", 1, 0, 19), + (50052, "562138", 1, 0, 19), + (50053, "562138", 1, 0, 19), + (50054, "562138", 1, 0, 19), + (50055, "562138", 1, 0, 19), + (50056, "562138", 1, 0, 19), + (50057, "562138", 1, 0, 19), + (50058, "562138", 1, 0, 19), + (50059, "562138", 1, 0, 19), + (50060, "562138", 1, 0, 19), + (50061, "562138", 1, 0, 19), + (50062, "562138", 1, 0, 19), + (50063, "562138", 1, 0, 19), + (50064, "562114", 1, 0, 19), + (50065, "562114", 1, 0, 19), + (50066, "562114", 1, 0, 19), + (50067, "562114", 1, 0, 19), + (50068, "562114", 1, 0, 19), + (50069, "562114", 1, 0, 19), + (50070, "562114", 1, 0, 19), + (50071, "562114", 1, 0, 19), + (50072, "562114", 1, 0, 19), + (50073, "562114", 1, 0, 19), + (50074, "562114", 1, 0, 19), + (50075, "562114", 1, 0, 19), + (50076, "562114", 1, 0, 19), + (50077, "562117", 1, 0, 19), + (50078, "562117", 1, 0, 19), + (50079, "562117", 1, 0, 19), + (50080, "562117", 1, 0, 19), + (50081, "562117", 1, 0, 19), + (50082, "562117", 1, 0, 19), + (50083, "562117", 1, 0, 19), + (50084, "562117", 1, 0, 19), + (50085, "562117", 1, 0, 19), + (50086, "562117", 1, 0, 19), + (50087, "562117", 1, 0, 19), + (50088, "562117", 1, 0, 19), + (50089, "562117", 1, 0, 19), + (50090, "562117", 1, 0, 19), + (50091, "562117", 1, 0, 19), + (50092, "562117", 1, 0, 19), + (50093, "562117", 1, 0, 19), + (50094, "562117", 1, 0, 19), + (50095, "562117", 1, 0, 19), + (50096, "562119", 1, 0, 19), + (50097, "562119", 1, 0, 19), + (50098, "562119", 1, 0, 19), + (50099, "562119", 1, 0, 19), + (50100, "562119", 1, 0, 19), + (50101, "562119", 1, 0, 19), + (50102, "562119", 1, 0, 19), + (50103, "562119", 1, 0, 19), + (50104, "562119", 1, 0, 19), + (50105, "562119", 1, 0, 19), + (50106, "562119", 1, 0, 19), + (50107, "562119", 1, 0, 19), + (50108, "561101", 1, 0, 19), + (50109, "561101", 1, 0, 19), + (50110, "561101", 1, 0, 19), + (50111, "561101", 1, 0, 19), + (50112, "561101", 1, 0, 19), + (50113, "562120", 1, 0, 19), + (50114, "562120", 1, 0, 19), + (50115, "562120", 1, 0, 19), + (50116, "562120", 1, 0, 19), + (50117, "562120", 1, 0, 19), + (50118, "562120", 1, 0, 19), + (50119, "562120", 1, 0, 19), + (50120, "562120", 1, 0, 19), + (50121, "562120", 1, 0, 19), + (50122, "562120", 1, 0, 19), + (50123, "562120", 1, 0, 19), + (50124, "562120", 1, 0, 19), + (50125, "562120", 1, 0, 19), + (50126, "562121", 1, 0, 19), + (50127, "562121", 1, 0, 19), + (50128, "562121", 1, 0, 19), + (50129, "562121", 1, 0, 19), + (50130, "562121", 1, 0, 19), + (50131, "561205", 1, 0, 19), + (50132, "561205", 1, 0, 19), + (50133, "561205", 1, 0, 19), + (50134, "561205", 1, 0, 19), + (50135, "562122", 1, 0, 19), + (50136, "562122", 1, 0, 19), + (50137, "562122", 1, 0, 19), + (50138, "562122", 1, 0, 19), + (50139, "562122", 1, 0, 19), + (50140, "562122", 1, 0, 19), + (50141, "562122", 1, 0, 19), + (50142, "562122", 1, 0, 19), + (50143, "562162", 1, 0, 19), + (50144, "562123", 1, 0, 19), + (50145, "562123", 1, 0, 19), + (50146, "562123", 1, 0, 19), + (50147, "562162", 1, 0, 19), + (50148, "562123", 1, 0, 19), + (50149, "562162", 1, 0, 19), + (50150, "562123", 1, 0, 19), + (50151, "562162", 1, 0, 19), + (50152, "562123", 1, 0, 19), + (50153, "562162", 1, 0, 19), + (50154, "562162", 1, 0, 19), + (50155, "562123", 1, 0, 19), + (50156, "562123", 1, 0, 19), + (50157, "562123", 1, 0, 19), + (50158, "562162", 1, 0, 19), + (50159, "562123", 1, 0, 19), + (50160, "562123", 1, 0, 19), + (50161, "562159", 1, 0, 19), + (50162, "562159", 1, 0, 19), + (50163, "562159", 1, 0, 19), + (50164, "562159", 1, 0, 19), + (50165, "562159", 1, 0, 19), + (50166, "562159", 1, 0, 19), + (50167, "562159", 1, 0, 19), + (50168, "562159", 1, 0, 19), + (50169, "562159", 1, 0, 19), + (50170, "562159", 1, 0, 19), + (50171, "562159", 1, 0, 19), + (50172, "562159", 1, 0, 19), + (50173, "562159", 1, 0, 19), + (50174, "562125", 1, 0, 19), + (50175, "562125", 1, 0, 19), + (50176, "562125", 1, 0, 19), + (50177, "562126", 1, 0, 19), + (50178, "562126", 1, 0, 19), + (50179, "562126", 1, 0, 19), + (50180, "562126", 1, 0, 19), + (50181, "562126", 1, 0, 19), + (50182, "562126", 1, 0, 19), + (50183, "562127", 1, 0, 19), + (50184, "562127", 1, 0, 19), + (50185, "562127", 1, 0, 19), + (50186, "562127", 1, 0, 19), + (50187, "562127", 1, 0, 19), + (50188, "562127", 1, 0, 19), + (50189, "562127", 1, 0, 19), + (50190, "562127", 1, 0, 19), + (50191, "562127", 1, 0, 19), + (50192, "562129", 1, 0, 19), + (50193, "562127", 1, 0, 19), + (50194, "562127", 1, 0, 19), + (50195, "562128", 1, 0, 19), + (50196, "562128", 1, 0, 19), + (50197, "562128", 1, 0, 19), + (50198, "562128", 1, 0, 19), + (50199, "562129", 1, 0, 19), + (50200, "562129", 1, 0, 19), + (50201, "562129", 1, 0, 19), + (50202, "562129", 1, 0, 19), + (50203, "562130", 1, 0, 19), + (50204, "562130", 1, 0, 19), + (50205, "562130", 1, 0, 19), + (50206, "562130", 1, 0, 19), + (50207, "562130", 1, 0, 19), + (50208, "562130", 1, 0, 19), + (50209, "562131", 1, 0, 19), + (50210, "562131", 1, 0, 19), + (50211, "562131", 1, 0, 19), + (50212, "562131", 1, 0, 19), + (50213, "562131", 1, 0, 19), + (50214, "562131", 1, 0, 19), + (50215, "562131", 1, 0, 19), + (50216, "562132", 1, 0, 19), + (50217, "562132", 1, 0, 19), + (50218, "562132", 1, 0, 19), + (50219, "562132", 1, 0, 19), + (50220, "562132", 1, 0, 19), + (50221, "561201", 1, 0, 19), + (50222, "561201", 1, 0, 19), + (50223, "561201", 1, 0, 19), + (50224, "561201", 1, 0, 19), + (50225, "561201", 1, 0, 19), + (50226, "561201", 1, 0, 19), + (50227, "562135", 1, 0, 19), + (50228, "562135", 1, 0, 19), + (50229, "562135", 1, 0, 19), + (50230, "577101", 1, 0, 19), + (50231, "577101", 1, 0, 19), + (50232, "577101", 1, 0, 19), + (50233, "577101", 1, 0, 19), + (50234, "577101", 1, 0, 19), + (50235, "577101", 1, 0, 19), + (50236, "577101", 1, 0, 19), + (50237, "577101", 1, 0, 19), + (50238, "577126", 1, 0, 19), + (50239, "577126", 1, 0, 19), + (50240, "577126", 1, 0, 19), + (50241, "577126", 1, 0, 19), + (50242, "577126", 1, 0, 19), + (50243, "577126", 1, 0, 19), + (50244, "577126", 1, 0, 19), + (50245, "577126", 1, 0, 19), + (50246, "577126", 1, 0, 19), + (50247, "577126", 1, 0, 19), + (50248, "577126", 1, 0, 19), + (50249, "577126", 1, 0, 19), + (50250, "577126", 1, 0, 19), + (50251, "577126", 1, 0, 19), + (50252, "577126", 1, 0, 19), + (50253, "577126", 1, 0, 19), + (50254, "577126", 1, 0, 19), + (50255, "577126", 1, 0, 19), + (50256, "577547", 1, 0, 19), + (50257, "577547", 1, 0, 19), + (50258, "577547", 1, 0, 19), + (50259, "577547", 1, 0, 19), + (50260, "577547", 1, 0, 19), + (50261, "577547", 1, 0, 19), + (50262, "577547", 1, 0, 19), + (50263, "577111", 1, 0, 19), + (50264, "577111", 1, 0, 19), + (50265, "577111", 1, 0, 19), + (50266, "577111", 1, 0, 19), + (50267, "577111", 1, 0, 19), + (50268, "577111", 1, 0, 19), + (50269, "577113", 1, 0, 19), + (50270, "577113", 1, 0, 19), + (50271, "577113", 1, 0, 19), + (50272, "577113", 1, 0, 19), + (50273, "577113", 1, 0, 19), + (50274, "577113", 1, 0, 19), + (50275, "577113", 1, 0, 19), + (50276, "577116", 1, 0, 19), + (50277, "577116", 1, 0, 19), + (50278, "577116", 1, 0, 19), + (50279, "577116", 1, 0, 19), + (50280, "577116", 1, 0, 19), + (50281, "577116", 1, 0, 19), + (50282, "577116", 1, 0, 19), + (50283, "577145", 1, 0, 19), + (50284, "577145", 1, 0, 19), + (50285, "577101", 1, 0, 19), + (50286, "577180", 1, 0, 19), + (50287, "577180", 1, 0, 19), + (50288, "577180", 1, 0, 19), + (50289, "577175", 1, 0, 19), + (50290, "577121", 1, 0, 19), + (50291, "577121", 1, 0, 19), + (50292, "577122", 1, 0, 19), + (50293, "577122", 1, 0, 19), + (50294, "577122", 1, 0, 19), + (50295, "577122", 1, 0, 19), + (50296, "577102", 1, 0, 19), + (50297, "577548", 1, 0, 19), + (50298, "577548", 1, 0, 19), + (50299, "577548", 1, 0, 19), + (50300, "577548", 1, 0, 19), + (50301, "577548", 1, 0, 19), + (50302, "577548", 1, 0, 19), + (50303, "577548", 1, 0, 19), + (50304, "577548", 1, 0, 19), + (50305, "577548", 1, 0, 19), + (50306, "577548", 1, 0, 19), + (50307, "577548", 1, 0, 19), + (50308, "577548", 1, 0, 19), + (50309, "577548", 1, 0, 19), + (50310, "577548", 1, 0, 19), + (50311, "577146", 1, 0, 19), + (50312, "577146", 1, 0, 19), + (50313, "577146", 1, 0, 19), + (50314, "577146", 1, 0, 19), + (50315, "577146", 1, 0, 19), + (50316, "577146", 1, 0, 19), + (50317, "577129", 1, 0, 19), + (50318, "577129", 1, 0, 19), + (50319, "577129", 1, 0, 19), + (50320, "577129", 1, 0, 19), + (50321, "577129", 1, 0, 19), + (50322, "577130", 1, 0, 19), + (50323, "577130", 1, 0, 19), + (50324, "577130", 1, 0, 19), + (50325, "577130", 1, 0, 19), + (50326, "577130", 1, 0, 19), + (50327, "577130", 1, 0, 19), + (50328, "577131", 1, 0, 19), + (50329, "577131", 1, 0, 19), + (50330, "577131", 1, 0, 19), + (50331, "577131", 1, 0, 19), + (50332, "577131", 1, 0, 19), + (50333, "577132", 1, 0, 19), + (50334, "577132", 1, 0, 19), + (50335, "577132", 1, 0, 19), + (50336, "577132", 1, 0, 19), + (50337, "577132", 1, 0, 19), + (50338, "577132", 1, 0, 19), + (50339, "577132", 1, 0, 19), + (50340, "577132", 1, 0, 19), + (50341, "577132", 1, 0, 19), + (50342, "577132", 1, 0, 19), + (50343, "577132", 1, 0, 19), + (50344, "577132", 1, 0, 19), + (50345, "577132", 1, 0, 19), + (50346, "577132", 1, 0, 19), + (50347, "577132", 1, 0, 19), + (50348, "577132", 1, 0, 19), + (50349, "577132", 1, 0, 19), + (50350, "577132", 1, 0, 19), + (50351, "577132", 1, 0, 19), + (50352, "577132", 1, 0, 19), + (50353, "577132", 1, 0, 19), + (50354, "577133", 1, 0, 19), + (50355, "577133", 1, 0, 19), + (50356, "577133", 1, 0, 19), + (50357, "577133", 1, 0, 19), + (50358, "577133", 1, 0, 19), + (50359, "577133", 1, 0, 19), + (50360, "577182", 1, 0, 19), + (50361, "577182", 1, 0, 19), + (50362, "577182", 1, 0, 19), + (50363, "577182", 1, 0, 19), + (50364, "577182", 1, 0, 19), + (50365, "577182", 1, 0, 19), + (50366, "577182", 1, 0, 19), + (50367, "577182", 1, 0, 19), + (50368, "577135", 1, 0, 19), + (50369, "577548", 1, 0, 19), + (50370, "577136", 1, 0, 19), + (50371, "577136", 1, 0, 19), + (50372, "577136", 1, 0, 19), + (50373, "577137", 1, 0, 19), + (50374, "577138", 1, 0, 19), + (50375, "577138", 1, 0, 19), + (50376, "577138", 1, 0, 19), + (50377, "577138", 1, 0, 19), + (50378, "577138", 1, 0, 19), + (50379, "577549", 1, 0, 19), + (50380, "577549", 1, 0, 19), + (50381, "577549", 1, 0, 19), + (50382, "577549", 1, 0, 19), + (50383, "577550", 1, 0, 19), + (50384, "577550", 1, 0, 19), + (50385, "577550", 1, 0, 19), + (50386, "577550", 1, 0, 19), + (50387, "577550", 1, 0, 19), + (50388, "577550", 1, 0, 19), + (50389, "577550", 1, 0, 19), + (50390, "577168", 1, 0, 19), + (50391, "577168", 1, 0, 19), + (50392, "577168", 1, 0, 19), + (50393, "577168", 1, 0, 19), + (50394, "577168", 1, 0, 19), + (50395, "577140", 1, 0, 19), + (50396, "577140", 1, 0, 19), + (50397, "577140", 1, 0, 19), + (50398, "577179", 1, 0, 19), + (50399, "577112", 1, 0, 19), + (50400, "577112", 1, 0, 19), + (50401, "577112", 1, 0, 19), + (50402, "577112", 1, 0, 19), + (50403, "577112", 1, 0, 19), + (50404, "577114", 1, 0, 19), + (50405, "577114", 1, 0, 19), + (50406, "577114", 1, 0, 19), + (50407, "577117", 1, 0, 19), + (50408, "577112", 1, 0, 19), + (50409, "577120", 1, 0, 19), + (50410, "577120", 1, 0, 19), + (50411, "577120", 1, 0, 19), + (50412, "577120", 1, 0, 19), + (50413, "577120", 1, 0, 19), + (50414, "577120", 1, 0, 19), + (50415, "577123", 1, 0, 19), + (50416, "577123", 1, 0, 19), + (50417, "577123", 1, 0, 19), + (50418, "577123", 1, 0, 19), + (50419, "577123", 1, 0, 19), + (50420, "577123", 1, 0, 19), + (50421, "577124", 1, 0, 19), + (50422, "577124", 1, 0, 19), + (50423, "577124", 1, 0, 19), + (50424, "577124", 1, 0, 19), + (50425, "577127", 1, 0, 19), + (50426, "577127", 1, 0, 19), + (50427, "577127", 1, 0, 19), + (50428, "577127", 1, 0, 19), + (50429, "577127", 1, 0, 19), + (50430, "577134", 1, 0, 19), + (50431, "577134", 1, 0, 19), + (50432, "577134", 1, 0, 19), + (50433, "577134", 1, 0, 19), + (50434, "577134", 1, 0, 19), + (50435, "577134", 1, 0, 19), + (50436, "577134", 1, 0, 19), + (50437, "577144", 1, 0, 19), + (50438, "577144", 1, 0, 19), + (50439, "577144", 1, 0, 19), + (50440, "577144", 1, 0, 19), + (50441, "577144", 1, 0, 19), + (50442, "577144", 1, 0, 19), + (50443, "577139", 1, 0, 19), + (50444, "577139", 1, 0, 19), + (50445, "577139", 1, 0, 19), + (50446, "577139", 1, 0, 19), + (50447, "577139", 1, 0, 19), + (50448, "577139", 1, 0, 19), + (50449, "577139", 1, 0, 19), + (50450, "577139", 1, 0, 19), + (50451, "577139", 1, 0, 19), + (50452, "577139", 1, 0, 19), + (50453, "577139", 1, 0, 19), + (50454, "577139", 1, 0, 19), + (50455, "577139", 1, 0, 19), + (50456, "577139", 1, 0, 19), + (50457, "577139", 1, 0, 19), + (50458, "577139", 1, 0, 19), + (50459, "577139", 1, 0, 19), + (50460, "577228", 1, 0, 19), + (50461, "577228", 1, 0, 19), + (50462, "577228", 1, 0, 19), + (50463, "577228", 1, 0, 19), + (50464, "577228", 1, 0, 19), + (50465, "577228", 1, 0, 19), + (50466, "577228", 1, 0, 19), + (50467, "577228", 1, 0, 19), + (50468, "577228", 1, 0, 19), + (50469, "577228", 1, 0, 19), + (50470, "591304", 1, 0, 19), + (50471, "591304", 1, 0, 19), + (50472, "591304", 1, 0, 19), + (50473, "591304", 1, 0, 19), + (50474, "591304", 1, 0, 19), + (50475, "591304", 1, 0, 19), + (50476, "591304", 1, 0, 19), + (50477, "591304", 1, 0, 19), + (50478, "591304", 1, 0, 19), + (50479, "591304", 1, 0, 19), + (50480, "591304", 1, 0, 19), + (50481, "591304", 1, 0, 19), + (50482, "591304", 1, 0, 19), + (50483, "591304", 1, 0, 19), + (50484, "591304", 1, 0, 19), + (50485, "591304", 1, 0, 19), + (50486, "591304", 1, 0, 19), + (50487, "591304", 1, 0, 19), + (50488, "591248", 1, 0, 19), + (50489, "591248", 1, 0, 19), + (50490, "591248", 1, 0, 19), + (50491, "591248", 1, 0, 19), + (50492, "591248", 1, 0, 19), + (50493, "591248", 1, 0, 19), + (50494, "591248", 1, 0, 19), + (50495, "591303", 1, 0, 19), + (50496, "591303", 1, 0, 19), + (50497, "591303", 1, 0, 19), + (50498, "591303", 1, 0, 19), + (50499, "591212", 1, 0, 19), + (50500, "591212", 1, 0, 19), + (50501, "591212", 1, 0, 19), + (50502, "591212", 1, 0, 19), + (50503, "591212", 1, 0, 19), + (50504, "591212", 1, 0, 19), + (50505, "591212", 1, 0, 19), + (50506, "591212", 1, 0, 19), + (50507, "591220", 1, 0, 19), + (50508, "591220", 1, 0, 19), + (50509, "591220", 1, 0, 19), + (50510, "591220", 1, 0, 19), + (50511, "591220", 1, 0, 19), + (50512, "591304", 1, 0, 19), + (50513, "591220", 1, 0, 19), + (50514, "591230", 1, 0, 19), + (50515, "591230", 1, 0, 19), + (50516, "591230", 1, 0, 19), + (50517, "591230", 1, 0, 19), + (50518, "591232", 1, 0, 19), + (50519, "591232", 1, 0, 19), + (50520, "591232", 1, 0, 19), + (50521, "591232", 1, 0, 19), + (50522, "591232", 1, 0, 19), + (50523, "591232", 1, 0, 19), + (50524, "591232", 1, 0, 19), + (50525, "591232", 1, 0, 19), + (50526, "591232", 1, 0, 19), + (50527, "591234", 1, 0, 19), + (50528, "591234", 1, 0, 19), + (50529, "591234", 1, 0, 19), + (50530, "591235", 1, 0, 19), + (50531, "591235", 1, 0, 19), + (50532, "591235", 1, 0, 19), + (50533, "591235", 1, 0, 19), + (50534, "591235", 1, 0, 19), + (50535, "591235", 1, 0, 19), + (50536, "591235", 1, 0, 19), + (50537, "591240", 1, 0, 19), + (50538, "591240", 1, 0, 19), + (50539, "591240", 1, 0, 19), + (50540, "591240", 1, 0, 19), + (50541, "591240", 1, 0, 19), + (50542, "591240", 1, 0, 19), + (50543, "591315", 1, 0, 19), + (50544, "591242", 1, 0, 19), + (50545, "591242", 1, 0, 19), + (50546, "591242", 1, 0, 19), + (50547, "591265", 1, 0, 19), + (50548, "591265", 1, 0, 19), + (50549, "591265", 1, 0, 19), + (50550, "591265", 1, 0, 19), + (50551, "591265", 1, 0, 19), + (50552, "591265", 1, 0, 19), + (50553, "591316", 1, 0, 19), + (50554, "591316", 1, 0, 19), + (50555, "591316", 1, 0, 19), + (50556, "591316", 1, 0, 19), + (50557, "591316", 1, 0, 19), + (50558, "591211", 1, 0, 19), + (50559, "591211", 1, 0, 19), + (50560, "591211", 1, 0, 19), + (50561, "591211", 1, 0, 19), + (50562, "591211", 1, 0, 19), + (50563, "591213", 1, 0, 19), + (50564, "591213", 1, 0, 19), + (50565, "591213", 1, 0, 19), + (50566, "591213", 1, 0, 19), + (50567, "591213", 1, 0, 19), + (50568, "591213", 1, 0, 19), + (50569, "591213", 1, 0, 19), + (50570, "591213", 1, 0, 19), + (50571, "591263", 1, 0, 19), + (50572, "591263", 1, 0, 19), + (50573, "591239", 1, 0, 19), + (50574, "591214", 1, 0, 19), + (50575, "591214", 1, 0, 19), + (50576, "591214", 1, 0, 19), + (50577, "591215", 1, 0, 19), + (50578, "591263", 1, 0, 19), + (50579, "591229", 1, 0, 19), + (50580, "591215", 1, 0, 19), + (50581, "591215", 1, 0, 19), + (50582, "591215", 1, 0, 19), + (50583, "591216", 1, 0, 19), + (50584, "591216", 1, 0, 19), + (50585, "591247", 1, 0, 19), + (50586, "591247", 1, 0, 19), + (50587, "591247", 1, 0, 19), + (50588, "591217", 1, 0, 19), + (50589, "591217", 1, 0, 19), + (50590, "591217", 1, 0, 19), + (50591, "591201", 1, 0, 19), + (50592, "591201", 1, 0, 19), + (50593, "591222", 1, 0, 19), + (50594, "591222", 1, 0, 19), + (50595, "591222", 1, 0, 19), + (50596, "591222", 1, 0, 19), + (50597, "591222", 1, 0, 19), + (50598, "591222", 1, 0, 19), + (50599, "591222", 1, 0, 19), + (50600, "591222", 1, 0, 19), + (50601, "591222", 1, 0, 19), + (50602, "591222", 1, 0, 19), + (50603, "591226", 1, 0, 19), + (50604, "591226", 1, 0, 19), + (50605, "591226", 1, 0, 19), + (50606, "591226", 1, 0, 19), + (50607, "591226", 1, 0, 19), + (50608, "591226", 1, 0, 19), + (50609, "591228", 1, 0, 19), + (50610, "591229", 1, 0, 19), + (50611, "591229", 1, 0, 19), + (50612, "591287", 1, 0, 19), + (50613, "591287", 1, 0, 19), + (50614, "591287", 1, 0, 19), + (50615, "591311", 1, 0, 19), + (50616, "591311", 1, 0, 19), + (50617, "591311", 1, 0, 19), + (50618, "591311", 1, 0, 19), + (50619, "591220", 1, 0, 19), + (50620, "591311", 1, 0, 19), + (50621, "591311", 1, 0, 19), + (50622, "591237", 1, 0, 19), + (50623, "591237", 1, 0, 19), + (50624, "591237", 1, 0, 19), + (50625, "591237", 1, 0, 19), + (50626, "591237", 1, 0, 19), + (50627, "591237", 1, 0, 19), + (50628, "591237", 1, 0, 19), + (50629, "591237", 1, 0, 19), + (50630, "591237", 1, 0, 19), + (50631, "591237", 1, 0, 19), + (50632, "591237", 1, 0, 19), + (50633, "591237", 1, 0, 19), + (50634, "591238", 1, 0, 19), + (50635, "591238", 1, 0, 19), + (50636, "591238", 1, 0, 19), + (50637, "591317", 1, 0, 19), + (50638, "591317", 1, 0, 19), + (50639, "591317", 1, 0, 19), + (50640, "591317", 1, 0, 19), + (50641, "591317", 1, 0, 19), + (50642, "591317", 1, 0, 19), + (50643, "591317", 1, 0, 19), + (50644, "591317", 1, 0, 19), + (50645, "591317", 1, 0, 19), + (50646, "591317", 1, 0, 19), + (50647, "591317", 1, 0, 19), + (50648, "591317", 1, 0, 19), + (50649, "591241", 1, 0, 19), + (50650, "591241", 1, 0, 19), + (50651, "591241", 1, 0, 19), + (50652, "591241", 1, 0, 19), + (50653, "591241", 1, 0, 19), + (50654, "591241", 1, 0, 19), + (50655, "591244", 1, 0, 19), + (50656, "591244", 1, 0, 19), + (50657, "591244", 1, 0, 19), + (50658, "577598", 1, 0, 19), + (50659, "577598", 1, 0, 19), + (50660, "577511", 1, 0, 19), + (50661, "577511", 1, 0, 19), + (50662, "577511", 1, 0, 19), + (50663, "577598", 1, 0, 19), + (50664, "577511", 1, 0, 19), + (50665, "577558", 1, 0, 19), + (50666, "577558", 1, 0, 19), + (50667, "577558", 1, 0, 19), + (50668, "577558", 1, 0, 19), + (50669, "577558", 1, 0, 19), + (50670, "577511", 1, 0, 19), + (50671, "577511", 1, 0, 19), + (50672, "577511", 1, 0, 19), + (50673, "577511", 1, 0, 19), + (50674, "577515", 1, 0, 19), + (50675, "577515", 1, 0, 19), + (50676, "577515", 1, 0, 19), + (50677, "577515", 1, 0, 19), + (50678, "577515", 1, 0, 19), + (50679, "577515", 1, 0, 19), + (50680, "577597", 1, 0, 19), + (50681, "577597", 1, 0, 19), + (50682, "577597", 1, 0, 19), + (50683, "577597", 1, 0, 19), + (50684, "577597", 1, 0, 19), + (50685, "577520", 1, 0, 19), + (50686, "577520", 1, 0, 19), + (50687, "577520", 1, 0, 19), + (50688, "577520", 1, 0, 19), + (50689, "577520", 1, 0, 19), + (50690, "577520", 1, 0, 19), + (50691, "577520", 1, 0, 19), + (50692, "577521", 1, 0, 19), + (50693, "577521", 1, 0, 19), + (50694, "577521", 1, 0, 19), + (50695, "577521", 1, 0, 19), + (50696, "577521", 1, 0, 19), + (50697, "577521", 1, 0, 19), + (50698, "577522", 1, 0, 19), + (50699, "577522", 1, 0, 19), + (50700, "577522", 1, 0, 19), + (50701, "577522", 1, 0, 19), + (50702, "577522", 1, 0, 19), + (50703, "577522", 1, 0, 19), + (50704, "577522", 1, 0, 19), + (50705, "577522", 1, 0, 19), + (50706, "577522", 1, 0, 19), + (50707, "577522", 1, 0, 19), + (50708, "577522", 1, 0, 19), + (50709, "577522", 1, 0, 19), + (50710, "577522", 1, 0, 19), + (50711, "577522", 1, 0, 19), + (50712, "577522", 1, 0, 19), + (50713, "577522", 1, 0, 19), + (50714, "577524", 1, 0, 19), + (50715, "577524", 1, 0, 19), + (50716, "577524", 1, 0, 19), + (50717, "577524", 1, 0, 19), + (50718, "577524", 1, 0, 19), + (50719, "577524", 1, 0, 19), + (50720, "577524", 1, 0, 19), + (50721, "577555", 1, 0, 19), + (50722, "577555", 1, 0, 19), + (50723, "577555", 1, 0, 19), + (50724, "577555", 1, 0, 19), + (50725, "577546", 1, 0, 19), + (50726, "577546", 1, 0, 19), + (50727, "577546", 1, 0, 19), + (50728, "577546", 1, 0, 19), + (50729, "577546", 1, 0, 19), + (50730, "577598", 1, 0, 19), + (50731, "577598", 1, 0, 19), + (50732, "577598", 1, 0, 19), + (50733, "577598", 1, 0, 19), + (50734, "577598", 1, 0, 19), + (50735, "577598", 1, 0, 19), + (50736, "577598", 1, 0, 19), + (50737, "577598", 1, 0, 19), + (50738, "577599", 1, 0, 19), + (50739, "577599", 1, 0, 19), + (50740, "577599", 1, 0, 19), + (50741, "577599", 1, 0, 19), + (50742, "577599", 1, 0, 19), + (50743, "577599", 1, 0, 19), + (50744, "577599", 1, 0, 19), + (50745, "577526", 1, 0, 19), + (50746, "577526", 1, 0, 19), + (50747, "577526", 1, 0, 19), + (50748, "577526", 1, 0, 19), + (50749, "577526", 1, 0, 19), + (50750, "577526", 1, 0, 19), + (50751, "577526", 1, 0, 19), + (50752, "577526", 1, 0, 19), + (50753, "577526", 1, 0, 19), + (50754, "577527", 1, 0, 19), + (50755, "577527", 1, 0, 19), + (50756, "577527", 1, 0, 19), + (50757, "577527", 1, 0, 19), + (50758, "577527", 1, 0, 19), + (50759, "577527", 1, 0, 19), + (50760, "577527", 1, 0, 19), + (50761, "577527", 1, 0, 19), + (50762, "577527", 1, 0, 19), + (50763, "577527", 1, 0, 19), + (50764, "577527", 1, 0, 19), + (50765, "577527", 1, 0, 19), + (50766, "577527", 1, 0, 19), + (50767, "577527", 1, 0, 19), + (50768, "577527", 1, 0, 19), + (50769, "577527", 1, 0, 19), + (50770, "577529", 1, 0, 19), + (50771, "577529", 1, 0, 19), + (50772, "577529", 1, 0, 19), + (50773, "577529", 1, 0, 19), + (50774, "577529", 1, 0, 19), + (50775, "577529", 1, 0, 19), + (50776, "577531", 1, 0, 19), + (50777, "577531", 1, 0, 19), + (50778, "577531", 1, 0, 19), + (50779, "577531", 1, 0, 19), + (50780, "577531", 1, 0, 19), + (50781, "577531", 1, 0, 19), + (50782, "577531", 1, 0, 19), + (50783, "577554", 1, 0, 19), + (50784, "577554", 1, 0, 19), + (50785, "577554", 1, 0, 19), + (50786, "577554", 1, 0, 19), + (50787, "577554", 1, 0, 19), + (50788, "577532", 1, 0, 19), + (50789, "577532", 1, 0, 19), + (50790, "577532", 1, 0, 19), + (50791, "577532", 1, 0, 19), + (50792, "577532", 1, 0, 19), + (50793, "577532", 1, 0, 19), + (50794, "577527", 1, 0, 19), + (50795, "577533", 1, 0, 19), + (50796, "577533", 1, 0, 19), + (50797, "577533", 1, 0, 19), + (50798, "577533", 1, 0, 19), + (50799, "577533", 1, 0, 19), + (50800, "577533", 1, 0, 19), + (50801, "577533", 1, 0, 19), + (50802, "577533", 1, 0, 19), + (50803, "577533", 1, 0, 19), + (50804, "577535", 1, 0, 19), + (50805, "577535", 1, 0, 19), + (50806, "577535", 1, 0, 19), + (50807, "577535", 1, 0, 19), + (50808, "577535", 1, 0, 19), + (50809, "577535", 1, 0, 19), + (50810, "577535", 1, 0, 19), + (50811, "577535", 1, 0, 19), + (50812, "577535", 1, 0, 19), + (50813, "577536", 1, 0, 19), + (50814, "577536", 1, 0, 19), + (50815, "577536", 1, 0, 19), + (50816, "577536", 1, 0, 19), + (50817, "577536", 1, 0, 19), + (50818, "577536", 1, 0, 19), + (50819, "577536", 1, 0, 19), + (50820, "577536", 1, 0, 19), + (50821, "577537", 1, 0, 19), + (50822, "577537", 1, 0, 19), + (50823, "577537", 1, 0, 19), + (50824, "577537", 1, 0, 19), + (50825, "577537", 1, 0, 19), + (50826, "577537", 1, 0, 19), + (50827, "577537", 1, 0, 19), + (50828, "577537", 1, 0, 19), + (50829, "577538", 1, 0, 19), + (50830, "577538", 1, 0, 19), + (50831, "577538", 1, 0, 19), + (50832, "577538", 1, 0, 19), + (50833, "577538", 1, 0, 19), + (50834, "577538", 1, 0, 19), + (50835, "577538", 1, 0, 19), + (50836, "577538", 1, 0, 19), + (50837, "577538", 1, 0, 19), + (50838, "577538", 1, 0, 19), + (50839, "577538", 1, 0, 19), + (50840, "577538", 1, 0, 19), + (50841, "577540", 1, 0, 19), + (50842, "577540", 1, 0, 19), + (50843, "577540", 1, 0, 19), + (50844, "577540", 1, 0, 19), + (50845, "577540", 1, 0, 19), + (50846, "577540", 1, 0, 19), + (50847, "577540", 1, 0, 19), + (50848, "577540", 1, 0, 19), + (50849, "577541", 1, 0, 19), + (50850, "577541", 1, 0, 19), + (50851, "577541", 1, 0, 19), + (50852, "577541", 1, 0, 19), + (50853, "577541", 1, 0, 19), + (50854, "577541", 1, 0, 19), + (50855, "577541", 1, 0, 19), + (50856, "577541", 1, 0, 19), + (50857, "577542", 1, 0, 19), + (50858, "577542", 1, 0, 19), + (50859, "577542", 1, 0, 19), + (50860, "577542", 1, 0, 19), + (50861, "577542", 1, 0, 19), + (50862, "577542", 1, 0, 19), + (50863, "577542", 1, 0, 19), + (50864, "577542", 1, 0, 19), + (50865, "577502", 1, 0, 19), + (50866, "577502", 1, 0, 19), + (50867, "577502", 1, 0, 19), + (50868, "577502", 1, 0, 19), + (50869, "577502", 1, 0, 19), + (50870, "577502", 1, 0, 19), + (50871, "577502", 1, 0, 19), + (50872, "577543", 1, 0, 19), + (50873, "577543", 1, 0, 19), + (50874, "577543", 1, 0, 19), + (50875, "577543", 1, 0, 19), + (50876, "577543", 1, 0, 19), + (50877, "577543", 1, 0, 19), + (50878, "577543", 1, 0, 19), + (50879, "577543", 1, 0, 19), + (50880, "577517", 1, 0, 19), + (50881, "577517", 1, 0, 19), + (50882, "577517", 1, 0, 19), + (50883, "577517", 1, 0, 19), + (50884, "577517", 1, 0, 19), + (50885, "577517", 1, 0, 19), + (50886, "577517", 1, 0, 19), + (50887, "577545", 1, 0, 19), + (50888, "577545", 1, 0, 19), + (50889, "577545", 1, 0, 19), + (50890, "577545", 1, 0, 19), + (50891, "577545", 1, 0, 19), + (50892, "577545", 1, 0, 19), + (50893, "577007", 1, 0, 19), + (50894, "577007", 1, 0, 19), + (50895, "577007", 1, 0, 19), + (50896, "577007", 1, 0, 19), + (50897, "577007", 1, 0, 19), + (50898, "577007", 1, 0, 19), + (50899, "577007", 1, 0, 19), + (50900, "577005", 1, 0, 19), + (50901, "577516", 1, 0, 19), + (50902, "577516", 1, 0, 19), + (50903, "577516", 1, 0, 19), + (50904, "577516", 1, 0, 19), + (50905, "577516", 1, 0, 19), + (50906, "577516", 1, 0, 19), + (50907, "577516", 1, 0, 19), + (50908, "577516", 1, 0, 19), + (50909, "577516", 1, 0, 19), + (50910, "577519", 1, 0, 19), + (50911, "577519", 1, 0, 19), + (50912, "577519", 1, 0, 19), + (50913, "577519", 1, 0, 19), + (50914, "577519", 1, 0, 19), + (50915, "577519", 1, 0, 19), + (50916, "577519", 1, 0, 19), + (50917, "577566", 1, 0, 19), + (50918, "577566", 1, 0, 19), + (50919, "577525", 1, 0, 19), + (50920, "577525", 1, 0, 19), + (50921, "577525", 1, 0, 19), + (50922, "577525", 1, 0, 19), + (50923, "577525", 1, 0, 19), + (50924, "577601", 1, 0, 19), + (50925, "577601", 1, 0, 19), + (50926, "577601", 1, 0, 19), + (50927, "577601", 1, 0, 19), + (50928, "577601", 1, 0, 19), + (50929, "577601", 1, 0, 19), + (50930, "577601", 1, 0, 19), + (50931, "577601", 1, 0, 19), + (50932, "577601", 1, 0, 19), + (50933, "577589", 1, 0, 19), + (50934, "577589", 1, 0, 19), + (50935, "577589", 1, 0, 19), + (50936, "577589", 1, 0, 19), + (50937, "577530", 1, 0, 19), + (50938, "577530", 1, 0, 19), + (50939, "577530", 1, 0, 19), + (50940, "577530", 1, 0, 19), + (50941, "577530", 1, 0, 19), + (50942, "577530", 1, 0, 19), + (50943, "577530", 1, 0, 19), + (50944, "577530", 1, 0, 19), + (50945, "577530", 1, 0, 19), + (50946, "577539", 1, 0, 19), + (50947, "577539", 1, 0, 19), + (50948, "577539", 1, 0, 19), + (50949, "577539", 1, 0, 19), + (50950, "577539", 1, 0, 19), + (50951, "577539", 1, 0, 19), + (50952, "577539", 1, 0, 19), + (50953, "577539", 1, 0, 19), + (50954, "577004", 1, 0, 19), + (50955, "577004", 1, 0, 19), + (50956, "582112", 1, 0, 19), + (50957, "582112", 1, 0, 19), + (50958, "582112", 1, 0, 19), + (50959, "582112", 1, 0, 19), + (50960, "582112", 1, 0, 19), + (50961, "582112", 1, 0, 19), + (50962, "582112", 1, 0, 19), + (50963, "582112", 1, 0, 19), + (50964, "582112", 1, 0, 19), + (50965, "582202", 1, 0, 19), + (50966, "582202", 1, 0, 19), + (50967, "582202", 1, 0, 19), + (50968, "582113", 1, 0, 19), + (50969, "582113", 1, 0, 19), + (50970, "582113", 1, 0, 19), + (50971, "582113", 1, 0, 19), + (50972, "582113", 1, 0, 19), + (50973, "582113", 1, 0, 19), + (50974, "582113", 1, 0, 19), + (50975, "582113", 1, 0, 19), + (50976, "582102", 1, 0, 19), + (50977, "582102", 1, 0, 19), + (50978, "582102", 1, 0, 19), + (50979, "582102", 1, 0, 19), + (50980, "582102", 1, 0, 19), + (50981, "582102", 1, 0, 19), + (50982, "582102", 1, 0, 19), + (50983, "582102", 1, 0, 19), + (50984, "582102", 1, 0, 19), + (50985, "582102", 1, 0, 19), + (50986, "582102", 1, 0, 19), + (50987, "582103", 1, 0, 19), + (50988, "582103", 1, 0, 19), + (50989, "582103", 1, 0, 19), + (50990, "582103", 1, 0, 19), + (50991, "582103", 1, 0, 19), + (50992, "582103", 1, 0, 19), + (50993, "582103", 1, 0, 19), + (50994, "582103", 1, 0, 19), + (50995, "582103", 1, 0, 19), + (50996, "582103", 1, 0, 19), + (50997, "582114", 1, 0, 19), + (50998, "582114", 1, 0, 19), + (50999, "582114", 1, 0, 19), + (51000, "582114", 1, 0, 19), + (51001, "582114", 1, 0, 19), + (51002, "582114", 1, 0, 19), + (51003, "582203", 1, 0, 19), + (51004, "582203", 1, 0, 19), + (51005, "582203", 1, 0, 19), + (51006, "582203", 1, 0, 19), + (51007, "582203", 1, 0, 19), + (51008, "582204", 1, 0, 19), + (51009, "582204", 1, 0, 19), + (51010, "582115", 1, 0, 19), + (51011, "582115", 1, 0, 19), + (51012, "582115", 1, 0, 19), + (51013, "582115", 1, 0, 19), + (51014, "582115", 1, 0, 19), + (51015, "582116", 1, 0, 19), + (51016, "582116", 1, 0, 19), + (51017, "582116", 1, 0, 19), + (51018, "582116", 1, 0, 19), + (51019, "582116", 1, 0, 19), + (51020, "582116", 1, 0, 19), + (51021, "582116", 1, 0, 19), + (51022, "582116", 1, 0, 19), + (51023, "582116", 1, 0, 19), + (51024, "582116", 1, 0, 19), + (51025, "582117", 1, 0, 19), + (51026, "582117", 1, 0, 19), + (51027, "582117", 1, 0, 19), + (51028, "582117", 1, 0, 19), + (51029, "582117", 1, 0, 19), + (51030, "582117", 1, 0, 19), + (51031, "582118", 1, 0, 19), + (51032, "582118", 1, 0, 19), + (51033, "582118", 1, 0, 19), + (51034, "582118", 1, 0, 19), + (51035, "582118", 1, 0, 19), + (51036, "582118", 1, 0, 19), + (51037, "582118", 1, 0, 19), + (51038, "582118", 1, 0, 19), + (51039, "582118", 1, 0, 19), + (51040, "582118", 1, 0, 19), + (51041, "582118", 1, 0, 19), + (51042, "582119", 1, 0, 19), + (51043, "582111", 1, 0, 19), + (51044, "582111", 1, 0, 19), + (51045, "582111", 1, 0, 19), + (51046, "582119", 1, 0, 19), + (51047, "582119", 1, 0, 19), + (51048, "582207", 1, 0, 19), + (51049, "582207", 1, 0, 19), + (51050, "582207", 1, 0, 19), + (51051, "582207", 1, 0, 19), + (51052, "582207", 1, 0, 19), + (51053, "582207", 1, 0, 19), + (51054, "582207", 1, 0, 19), + (51055, "582207", 1, 0, 19), + (51056, "582207", 1, 0, 19), + (51057, "582207", 1, 0, 19), + (51058, "582207", 1, 0, 19), + (51059, "582209", 1, 0, 19), + (51060, "582209", 1, 0, 19), + (51061, "582209", 1, 0, 19), + (51062, "582209", 1, 0, 19), + (51063, "582209", 1, 0, 19), + (51064, "582209", 1, 0, 19), + (51065, "582209", 1, 0, 19), + (51066, "582209", 1, 0, 19), + (51067, "582209", 1, 0, 19), + (51068, "582209", 1, 0, 19), + (51069, "582209", 1, 0, 19), + (51070, "582209", 1, 0, 19), + (51071, "582120", 1, 0, 19), + (51072, "582120", 1, 0, 19), + (51073, "582120", 1, 0, 19), + (51074, "582120", 1, 0, 19), + (51075, "582120", 1, 0, 19), + (51076, "582120", 1, 0, 19), + (51077, "582120", 1, 0, 19), + (51078, "582211", 1, 0, 19), + (51079, "582211", 1, 0, 19), + (51080, "582211", 1, 0, 19), + (51081, "582211", 1, 0, 19), + (51082, "583226", 1, 0, 19), + (51083, "583226", 1, 0, 19), + (51084, "583226", 1, 0, 19), + (51085, "583226", 1, 0, 19), + (51086, "583226", 1, 0, 19), + (51087, "583226", 1, 0, 19), + (51088, "583237", 1, 0, 19), + (51089, "583237", 1, 0, 19), + (51090, "583237", 1, 0, 19), + (51091, "583237", 1, 0, 19), + (51092, "583237", 1, 0, 19), + (51093, "583230", 1, 0, 19), + (51094, "583237", 1, 0, 19), + (51095, "583230", 1, 0, 19), + (51096, "583237", 1, 0, 19), + (51097, "583237", 1, 0, 19), + (51098, "583237", 1, 0, 19), + (51099, "583238", 1, 0, 19), + (51100, "583238", 1, 0, 19), + (51101, "583285", 1, 0, 19), + (51102, "583238", 1, 0, 19), + (51103, "583285", 1, 0, 19), + (51104, "583238", 1, 0, 19), + (51105, "583238", 1, 0, 19), + (51106, "583285", 1, 0, 19), + (51107, "583285", 1, 0, 19), + (51108, "583285", 1, 0, 19), + (51109, "583238", 1, 0, 19), + (51110, "583285", 1, 0, 19), + (51111, "583238", 1, 0, 19), + (51112, "583285", 1, 0, 19), + (51113, "583238", 1, 0, 19), + (51114, "583238", 1, 0, 19), + (51115, "583278", 1, 0, 19), + (51116, "583278", 1, 0, 19), + (51117, "583278", 1, 0, 19), + (51118, "583278", 1, 0, 19), + (51119, "583278", 1, 0, 19), + (51120, "583278", 1, 0, 19), + (51121, "583278", 1, 0, 19), + (51122, "583278", 1, 0, 19), + (51123, "583278", 1, 0, 19), + (51124, "583278", 1, 0, 19), + (51125, "583227", 1, 0, 19), + (51126, "583227", 1, 0, 19), + (51127, "583227", 1, 0, 19), + (51128, "583227", 1, 0, 19), + (51129, "583227", 1, 0, 19), + (51130, "583227", 1, 0, 19), + (51131, "583227", 1, 0, 19), + (51132, "583227", 1, 0, 19), + (51133, "583227", 1, 0, 19), + (51134, "583227", 1, 0, 19), + (51135, "583228", 1, 0, 19), + (51136, "583228", 1, 0, 19), + (51137, "583228", 1, 0, 19), + (51138, "583228", 1, 0, 19), + (51139, "583228", 1, 0, 19), + (51140, "583228", 1, 0, 19), + (51141, "583228", 1, 0, 19), + (51142, "583228", 1, 0, 19), + (51143, "583228", 1, 0, 19), + (51144, "583281", 1, 0, 19), + (51145, "583281", 1, 0, 19), + (51146, "583281", 1, 0, 19), + (51147, "583281", 1, 0, 19), + (51148, "583281", 1, 0, 19), + (51149, "583281", 1, 0, 19), + (51150, "583281", 1, 0, 19), + (51151, "583281", 1, 0, 19), + (51152, "583281", 1, 0, 19), + (51153, "583281", 1, 0, 19), + (51154, "583281", 1, 0, 19), + (51155, "583280", 1, 0, 19), + (51156, "583280", 1, 0, 19), + (51157, "583280", 1, 0, 19), + (51158, "583280", 1, 0, 19), + (51159, "583280", 1, 0, 19), + (51160, "583280", 1, 0, 19), + (51161, "583280", 1, 0, 19), + (51162, "583283", 1, 0, 19), + (51163, "583283", 1, 0, 19), + (51164, "583283", 1, 0, 19), + (51165, "583283", 1, 0, 19), + (51166, "583283", 1, 0, 19), + (51167, "583283", 1, 0, 19), + (51168, "583283", 1, 0, 19), + (51169, "583283", 1, 0, 19), + (51170, "583283", 1, 0, 19), + (51171, "583283", 1, 0, 19), + (51172, "583229", 1, 0, 19), + (51173, "583229", 1, 0, 19), + (51174, "583229", 1, 0, 19), + (51175, "583229", 1, 0, 19), + (51176, "583229", 1, 0, 19), + (51177, "583229", 1, 0, 19), + (51178, "583229", 1, 0, 19), + (51179, "583229", 1, 0, 19), + (51180, "583229", 1, 0, 19), + (51181, "583229", 1, 0, 19), + (51182, "583229", 1, 0, 19), + (51183, "583230", 1, 0, 19), + (51184, "583230", 1, 0, 19), + (51185, "583230", 1, 0, 19), + (51186, "583230", 1, 0, 19), + (51187, "583230", 1, 0, 19), + (51188, "583232", 1, 0, 19), + (51189, "583232", 1, 0, 19), + (51190, "583232", 1, 0, 19), + (51191, "583232", 1, 0, 19), + (51192, "583232", 1, 0, 19), + (51193, "583232", 1, 0, 19), + (51194, "583232", 1, 0, 19), + (51195, "583232", 1, 0, 19), + (51196, "583232", 1, 0, 19), + (51197, "583232", 1, 0, 19), + (51198, "583232", 1, 0, 19), + (51199, "583232", 1, 0, 19), + (51200, "583232", 1, 0, 19), + (51201, "583277", 1, 0, 19), + (51202, "583277", 1, 0, 19), + (51203, "583277", 1, 0, 19), + (51204, "583277", 1, 0, 19), + (51205, "583277", 1, 0, 19), + (51206, "583277", 1, 0, 19), + (51207, "583277", 1, 0, 19), + (51208, "583277", 1, 0, 19), + (51209, "583277", 1, 0, 19), + (51210, "583277", 1, 0, 19), + (51211, "583277", 1, 0, 19), + (51212, "583277", 1, 0, 19), + (51213, "583277", 1, 0, 19), + (51214, "583277", 1, 0, 19), + (51215, "583234", 1, 0, 19), + (51216, "583234", 1, 0, 19), + (51217, "583234", 1, 0, 19), + (51218, "583234", 1, 0, 19), + (51219, "583234", 1, 0, 19), + (51220, "583234", 1, 0, 19), + (51221, "583234", 1, 0, 19), + (51222, "583268", 1, 0, 19), + (51223, "583268", 1, 0, 19), + (51224, "583268", 1, 0, 19), + (51225, "583268", 1, 0, 19), + (51226, "583268", 1, 0, 19), + (51227, "583268", 1, 0, 19), + (51228, "583282", 1, 0, 19), + (51229, "583282", 1, 0, 19), + (51230, "583282", 1, 0, 19), + (51231, "583229", 1, 0, 19), + (51232, "583282", 1, 0, 19), + (51233, "583282", 1, 0, 19), + (51234, "583279", 1, 0, 19), + (51235, "583279", 1, 0, 19), + (51236, "583279", 1, 0, 19), + (51237, "583279", 1, 0, 19), + (51238, "583279", 1, 0, 19), + (51239, "583279", 1, 0, 19), + (51240, "583235", 1, 0, 19), + (51241, "583235", 1, 0, 19), + (51242, "583235", 1, 0, 19), + (51243, "583235", 1, 0, 19), + (51244, "583235", 1, 0, 19), + (51245, "583235", 1, 0, 19), + (51246, "583284", 1, 0, 19), + (51247, "583236", 1, 0, 19), + (51248, "583236", 1, 0, 19), + (51249, "583236", 1, 0, 19), + (51250, "583236", 1, 0, 19), + (51251, "583284", 1, 0, 19), + (51252, "583236", 1, 0, 19), + (51253, "583236", 1, 0, 19), + (51254, "583236", 1, 0, 19), + (51255, "583284", 1, 0, 19), + (51256, "591218", 1, 0, 19), + (51257, "591218", 1, 0, 19), + (51258, "591218", 1, 0, 19), + (51259, "591306", 1, 0, 19), + (51260, "591218", 1, 0, 19), + (51261, "591218", 1, 0, 19), + (51262, "591224", 1, 0, 19), + (51263, "591224", 1, 0, 19), + (51264, "591101", 1, 0, 19), + (51265, "591101", 1, 0, 19), + (51266, "591101", 1, 0, 19), + (51267, "591101", 1, 0, 19), + (51268, "591305", 1, 0, 19), + (51269, "591305", 1, 0, 19), + (51270, "591305", 1, 0, 19), + (51271, "591305", 1, 0, 19), + (51272, "591305", 1, 0, 19), + (51273, "591254", 1, 0, 19), + (51274, "591254", 1, 0, 19), + (51275, "591254", 1, 0, 19), + (51276, "591306", 1, 0, 19), + (51277, "591306", 1, 0, 19), + (51278, "591307", 1, 0, 19), + (51279, "591221", 1, 0, 19), + (51280, "591221", 1, 0, 19), + (51281, "591221", 1, 0, 19), + (51282, "591221", 1, 0, 19), + (51283, "591107", 1, 0, 19), + (51284, "591107", 1, 0, 19), + (51285, "591107", 1, 0, 19), + (51286, "591309", 1, 0, 19), + (51287, "591309", 1, 0, 19), + (51288, "591309", 1, 0, 19), + (51289, "591309", 1, 0, 19), + (51290, "591224", 1, 0, 19), + (51291, "591224", 1, 0, 19), + (51292, "591224", 1, 0, 19), + (51293, "591224", 1, 0, 19), + (51294, "591224", 1, 0, 19), + (51295, "591225", 1, 0, 19), + (51296, "591225", 1, 0, 19), + (51297, "591225", 1, 0, 19), + (51298, "591225", 1, 0, 19), + (51299, "591225", 1, 0, 19), + (51300, "591225", 1, 0, 19), + (51301, "591310", 1, 0, 19), + (51302, "591227", 1, 0, 19), + (51303, "591227", 1, 0, 19), + (51304, "591310", 1, 0, 19), + (51305, "591227", 1, 0, 19), + (51306, "591227", 1, 0, 19), + (51307, "591227", 1, 0, 19), + (51308, "591344", 1, 0, 19), + (51309, "591344", 1, 0, 19), + (51310, "591344", 1, 0, 19), + (51311, "591344", 1, 0, 19), + (51312, "591344", 1, 0, 19), + (51313, "591344", 1, 0, 19), + (51314, "591231", 1, 0, 19), + (51315, "591231", 1, 0, 19), + (51316, "591231", 1, 0, 19), + (51317, "591231", 1, 0, 19), + (51318, "591233", 1, 0, 19), + (51319, "591233", 1, 0, 19), + (51320, "591233", 1, 0, 19), + (51321, "591233", 1, 0, 19), + (51322, "591312", 1, 0, 19), + (51323, "591312", 1, 0, 19), + (51324, "591312", 1, 0, 19), + (51325, "591312", 1, 0, 19), + (51326, "591312", 1, 0, 19), + (51327, "591312", 1, 0, 19), + (51328, "591312", 1, 0, 19), + (51329, "591312", 1, 0, 19), + (51330, "591312", 1, 0, 19), + (51331, "591340", 1, 0, 19), + (51332, "591340", 1, 0, 19), + (51333, "591236", 1, 0, 19), + (51334, "591236", 1, 0, 19), + (51335, "591236", 1, 0, 19), + (51336, "591236", 1, 0, 19), + (51337, "591122", 1, 0, 19), + (51338, "591122", 1, 0, 19), + (51339, "591122", 1, 0, 19), + (51340, "591122", 1, 0, 19), + (51341, "591122", 1, 0, 19), + (51342, "591313", 1, 0, 19), + (51343, "591313", 1, 0, 19), + (51344, "591313", 1, 0, 19), + (51345, "591313", 1, 0, 19), + (51346, "591313", 1, 0, 19), + (51347, "591313", 1, 0, 19), + (51348, "591313", 1, 0, 19), + (51349, "591313", 1, 0, 19), + (51350, "591313", 1, 0, 19), + (51351, "591243", 1, 0, 19), + (51352, "591243", 1, 0, 19), + (51353, "591243", 1, 0, 19), + (51354, "591243", 1, 0, 19), + (51355, "591243", 1, 0, 19), + (51356, "591243", 1, 0, 19), + (51357, "591243", 1, 0, 19), + (51358, "591306", 1, 0, 19), + (51359, "591136", 1, 0, 19), + (51360, "585287", 1, 0, 19), + (51361, "585287", 1, 0, 19), + (51362, "585287", 1, 0, 19), + (51363, "585287", 1, 0, 19), + (51364, "585304", 1, 0, 19), + (51365, "585304", 1, 0, 19), + (51366, "585304", 1, 0, 19), + (51367, "585304", 1, 0, 19), + (51368, "585304", 1, 0, 19), + (51369, "585304", 1, 0, 19), + (51370, "585211", 1, 0, 19), + (51371, "585211", 1, 0, 19), + (51372, "585211", 1, 0, 19), + (51373, "585211", 1, 0, 19), + (51374, "585211", 1, 0, 19), + (51375, "585211", 1, 0, 19), + (51376, "585211", 1, 0, 19), + (51377, "585211", 1, 0, 19), + (51378, "585211", 1, 0, 19), + (51379, "585211", 1, 0, 19), + (51380, "585211", 1, 0, 19), + (51381, "585211", 1, 0, 19), + (51382, "585309", 1, 0, 19), + (51383, "585309", 1, 0, 19), + (51384, "585309", 1, 0, 19), + (51385, "585309", 1, 0, 19), + (51386, "585309", 1, 0, 19), + (51387, "585309", 1, 0, 19), + (51388, "585309", 1, 0, 19), + (51389, "585309", 1, 0, 19), + (51390, "585214", 1, 0, 19), + (51391, "585214", 1, 0, 19), + (51392, "585214", 1, 0, 19), + (51393, "585214", 1, 0, 19), + (51394, "585214", 1, 0, 19), + (51395, "585214", 1, 0, 19), + (51396, "585214", 1, 0, 19), + (51397, "585214", 1, 0, 19), + (51398, "585214", 1, 0, 19), + (51399, "585214", 1, 0, 19), + (51400, "585214", 1, 0, 19), + (51401, "585214", 1, 0, 19), + (51402, "585214", 1, 0, 19), + (51403, "585214", 1, 0, 19), + (51404, "585214", 1, 0, 19), + (51405, "585214", 1, 0, 19), + (51406, "585214", 1, 0, 19), + (51407, "585214", 1, 0, 19), + (51408, "585214", 1, 0, 19), + (51409, "585214", 1, 0, 19), + (51410, "585214", 1, 0, 19), + (51411, "585215", 1, 0, 19), + (51412, "585215", 1, 0, 19), + (51413, "585215", 1, 0, 19), + (51414, "585215", 1, 0, 19), + (51415, "585215", 1, 0, 19), + (51416, "585215", 1, 0, 19), + (51417, "585216", 1, 0, 19), + (51418, "585216", 1, 0, 19), + (51419, "585216", 1, 0, 19), + (51420, "585216", 1, 0, 19), + (51421, "585216", 1, 0, 19), + (51422, "585216", 1, 0, 19), + (51423, "585216", 1, 0, 19), + (51424, "585216", 1, 0, 19), + (51425, "585216", 1, 0, 19), + (51426, "585216", 1, 0, 19), + (51427, "585216", 1, 0, 19), + (51428, "585216", 1, 0, 19), + (51429, "585216", 1, 0, 19), + (51430, "585216", 1, 0, 19), + (51431, "585216", 1, 0, 19), + (51432, "585237", 1, 0, 19), + (51433, "585237", 1, 0, 19), + (51434, "585237", 1, 0, 19), + (51435, "585237", 1, 0, 19), + (51436, "585237", 1, 0, 19), + (51437, "585237", 1, 0, 19), + (51438, "585237", 1, 0, 19), + (51439, "585290", 1, 0, 19), + (51440, "585290", 1, 0, 19), + (51441, "585224", 1, 0, 19), + (51442, "585224", 1, 0, 19), + (51443, "585290", 1, 0, 19), + (51444, "585290", 1, 0, 19), + (51445, "585290", 1, 0, 19), + (51446, "585290", 1, 0, 19), + (51447, "585224", 1, 0, 19), + (51448, "585224", 1, 0, 19), + (51449, "585224", 1, 0, 19), + (51450, "585290", 1, 0, 19), + (51451, "585224", 1, 0, 19), + (51452, "585224", 1, 0, 19), + (51453, "585290", 1, 0, 19), + (51454, "585224", 1, 0, 19), + (51455, "585224", 1, 0, 19), + (51456, "585290", 1, 0, 19), + (51457, "585224", 1, 0, 19), + (51458, "585210", 1, 0, 19), + (51459, "585210", 1, 0, 19), + (51460, "585315", 1, 0, 19), + (51461, "585315", 1, 0, 19), + (51462, "585315", 1, 0, 19), + (51463, "585315", 1, 0, 19), + (51464, "585315", 1, 0, 19), + (51465, "585315", 1, 0, 19), + (51466, "585315", 1, 0, 19), + (51467, "585315", 1, 0, 19), + (51468, "585315", 1, 0, 19), + (51469, "585317", 1, 0, 19), + (51470, "585317", 1, 0, 19), + (51471, "585317", 1, 0, 19), + (51472, "585317", 1, 0, 19), + (51473, "585317", 1, 0, 19), + (51474, "585317", 1, 0, 19), + (51475, "585317", 1, 0, 19), + (51476, "585317", 1, 0, 19), + (51477, "585317", 1, 0, 19), + (51478, "585317", 1, 0, 19), + (51479, "585317", 1, 0, 19), + (51480, "585318", 1, 0, 19), + (51481, "585318", 1, 0, 19), + (51482, "585318", 1, 0, 19), + (51483, "585318", 1, 0, 19), + (51484, "585318", 1, 0, 19), + (51485, "585318", 1, 0, 19), + (51486, "585318", 1, 0, 19), + (51487, "585318", 1, 0, 19), + (51488, "585318", 1, 0, 19), + (51489, "585318", 1, 0, 19), + (51490, "585318", 1, 0, 19), + (51491, "585318", 1, 0, 19), + (51492, "585318", 1, 0, 19), + (51493, "585318", 1, 0, 19), + (51494, "585319", 1, 0, 19), + (51495, "585319", 1, 0, 19), + (51496, "585319", 1, 0, 19), + (51497, "585319", 1, 0, 19), + (51498, "585319", 1, 0, 19), + (51499, "585319", 1, 0, 19), + (51500, "585319", 1, 0, 19), + (51501, "585218", 1, 0, 19), + (51502, "585218", 1, 0, 19), + (51503, "585218", 1, 0, 19), + (51504, "585218", 1, 0, 19), + (51505, "585218", 1, 0, 19), + (51506, "585218", 1, 0, 19), + (51507, "585218", 1, 0, 19), + (51508, "585218", 1, 0, 19), + (51509, "585218", 1, 0, 19), + (51510, "585320", 1, 0, 19), + (51511, "585320", 1, 0, 19), + (51512, "585320", 1, 0, 19), + (51513, "585320", 1, 0, 19), + (51514, "585320", 1, 0, 19), + (51515, "585320", 1, 0, 19), + (51516, "585320", 1, 0, 19), + (51517, "585320", 1, 0, 19), + (51518, "585291", 1, 0, 19), + (51519, "585291", 1, 0, 19), + (51520, "585291", 1, 0, 19), + (51521, "585321", 1, 0, 19), + (51522, "585321", 1, 0, 19), + (51523, "585321", 1, 0, 19), + (51524, "585321", 1, 0, 19), + (51525, "585321", 1, 0, 19), + (51526, "585321", 1, 0, 19), + (51527, "585321", 1, 0, 19), + (51528, "585321", 1, 0, 19), + (51529, "585321", 1, 0, 19), + (51530, "585321", 1, 0, 19), + (51531, "585321", 1, 0, 19), + (51532, "585321", 1, 0, 19), + (51533, "585321", 1, 0, 19), + (51534, "585321", 1, 0, 19), + (51535, "585321", 1, 0, 19), + (51536, "585321", 1, 0, 19), + (51537, "585321", 1, 0, 19), + (51538, "585220", 1, 0, 19), + (51539, "585323", 1, 0, 19), + (51540, "585323", 1, 0, 19), + (51541, "585323", 1, 0, 19), + (51542, "585221", 1, 0, 19), + (51543, "585221", 1, 0, 19), + (51544, "585221", 1, 0, 19), + (51545, "585221", 1, 0, 19), + (51546, "585221", 1, 0, 19), + (51547, "585221", 1, 0, 19), + (51548, "585221", 1, 0, 19), + (51549, "585221", 1, 0, 19), + (51550, "585221", 1, 0, 19), + (51551, "585221", 1, 0, 19), + (51552, "585221", 1, 0, 19), + (51553, "585221", 1, 0, 19), + (51554, "585221", 1, 0, 19), + (51555, "585222", 1, 0, 19), + (51556, "585222", 1, 0, 19), + (51557, "585222", 1, 0, 19), + (51558, "585222", 1, 0, 19), + (51559, "585222", 1, 0, 19), + (51560, "585222", 1, 0, 19), + (51561, "585222", 1, 0, 19), + (51562, "585222", 1, 0, 19), + (51563, "585222", 1, 0, 19), + (51564, "585222", 1, 0, 19), + (51565, "585222", 1, 0, 19), + (51566, "585222", 1, 0, 19), + (51567, "585222", 1, 0, 19), + (51568, "585222", 1, 0, 19), + (51569, "585223", 1, 0, 19), + (51570, "585223", 1, 0, 19), + (51571, "585223", 1, 0, 19), + (51572, "585223", 1, 0, 19), + (51573, "585223", 1, 0, 19), + (51574, "585223", 1, 0, 19), + (51575, "585223", 1, 0, 19), + (51576, "585223", 1, 0, 19), + (51577, "585223", 1, 0, 19), + (51578, "585223", 1, 0, 19), + (51579, "585223", 1, 0, 19), + (51580, "585223", 1, 0, 19), + (51581, "585223", 1, 0, 19), + (51582, "585355", 1, 0, 19), + (51583, "585355", 1, 0, 19), + (51584, "585355", 1, 0, 19), + (51585, "585355", 1, 0, 19), + (51586, "585355", 1, 0, 19), + (51587, "585355", 1, 0, 19), + (51588, "585355", 1, 0, 19), + (51589, "585225", 1, 0, 19), + (51590, "585225", 1, 0, 19), + (51591, "585225", 1, 0, 19), + (51592, "585225", 1, 0, 19), + (51593, "585225", 1, 0, 19), + (51594, "585225", 1, 0, 19), + (51595, "585225", 1, 0, 19), + (51596, "585225", 1, 0, 19), + (51597, "585202", 1, 0, 19), + (51598, "585202", 1, 0, 19), + (51599, "585202", 1, 0, 19), + (51600, "585202", 1, 0, 19), + (51601, "585202", 1, 0, 19), + (51602, "585202", 1, 0, 19), + (51603, "585202", 1, 0, 19), + (51604, "585202", 1, 0, 19), + (51605, "585202", 1, 0, 19), + (51606, "585202", 1, 0, 19), + (51607, "585202", 1, 0, 19), + (51608, "585202", 1, 0, 19), + (51609, "585202", 1, 0, 19), + (51610, "585202", 1, 0, 19), + (51611, "585202", 1, 0, 19), + (51612, "585202", 1, 0, 19), + (51613, "585202", 1, 0, 19), + (51614, "585202", 1, 0, 19), + (51615, "585202", 1, 0, 19), + (51616, "585301", 1, 0, 19), + (51617, "585301", 1, 0, 19), + (51618, "585301", 1, 0, 19), + (51619, "585301", 1, 0, 19), + (51620, "585301", 1, 0, 19), + (51621, "585301", 1, 0, 19), + (51622, "585301", 1, 0, 19), + (51623, "585301", 1, 0, 19), + (51624, "585301", 1, 0, 19), + (51625, "585301", 1, 0, 19), + (51626, "585301", 1, 0, 19), + (51627, "585301", 1, 0, 19), + (51628, "585301", 1, 0, 19), + (51629, "585301", 1, 0, 19), + (51630, "585301", 1, 0, 19), + (51631, "585301", 1, 0, 19), + (51632, "585301", 1, 0, 19), + (51633, "585301", 1, 0, 19), + (51634, "585301", 1, 0, 19), + (51635, "585302", 1, 0, 19), + (51636, "585302", 1, 0, 19), + (51637, "585302", 1, 0, 19), + (51638, "585302", 1, 0, 19), + (51639, "585302", 1, 0, 19), + (51640, "585302", 1, 0, 19), + (51641, "585302", 1, 0, 19), + (51642, "585302", 1, 0, 19), + (51643, "585302", 1, 0, 19), + (51644, "585302", 1, 0, 19), + (51645, "585302", 1, 0, 19), + (51646, "585302", 1, 0, 19), + (51647, "585302", 1, 0, 19), + (51648, "585302", 1, 0, 19), + (51649, "585302", 1, 0, 19), + (51650, "585302", 1, 0, 19), + (51651, "585302", 1, 0, 19), + (51652, "585302", 1, 0, 19), + (51653, "585302", 1, 0, 19), + (51654, "585302", 1, 0, 19), + (51655, "585302", 1, 0, 19), + (51656, "585302", 1, 0, 19), + (51657, "585302", 1, 0, 19), + (51658, "585302", 1, 0, 19), + (51659, "585302", 1, 0, 19), + (51660, "585303", 1, 0, 19), + (51661, "585303", 1, 0, 19), + (51662, "585303", 1, 0, 19), + (51663, "585303", 1, 0, 19), + (51664, "585303", 1, 0, 19), + (51665, "585305", 1, 0, 19), + (51666, "585305", 1, 0, 19), + (51667, "585305", 1, 0, 19), + (51668, "585305", 1, 0, 19), + (51669, "585305", 1, 0, 19), + (51670, "585305", 1, 0, 19), + (51671, "585305", 1, 0, 19), + (51672, "585305", 1, 0, 19), + (51673, "585305", 1, 0, 19), + (51674, "585306", 1, 0, 19), + (51675, "585306", 1, 0, 19), + (51676, "585306", 1, 0, 19), + (51677, "585306", 1, 0, 19), + (51678, "585306", 1, 0, 19), + (51679, "585306", 1, 0, 19), + (51680, "585306", 1, 0, 19), + (51681, "585306", 1, 0, 19), + (51682, "585306", 1, 0, 19), + (51683, "585306", 1, 0, 19), + (51684, "585306", 1, 0, 19), + (51685, "585306", 1, 0, 19), + (51686, "585307", 1, 0, 19), + (51687, "585307", 1, 0, 19), + (51688, "585307", 1, 0, 19), + (51689, "585307", 1, 0, 19), + (51690, "585307", 1, 0, 19), + (51691, "585307", 1, 0, 19), + (51692, "585307", 1, 0, 19), + (51693, "585308", 1, 0, 19), + (51694, "585308", 1, 0, 19), + (51695, "585308", 1, 0, 19), + (51696, "585308", 1, 0, 19), + (51697, "585308", 1, 0, 19), + (51698, "585308", 1, 0, 19), + (51699, "585308", 1, 0, 19), + (51700, "585308", 1, 0, 19), + (51701, "585308", 1, 0, 19), + (51702, "585308", 1, 0, 19), + (51703, "585308", 1, 0, 19), + (51704, "585103", 1, 0, 19), + (51705, "585103", 1, 0, 19), + (51706, "585103", 1, 0, 19), + (51707, "585103", 1, 0, 19), + (51708, "585105", 1, 0, 19), + (51709, "585105", 1, 0, 19), + (51710, "585105", 1, 0, 19), + (51711, "585104", 1, 0, 19), + (51712, "585104", 1, 0, 19), + (51713, "585104", 1, 0, 19), + (51714, "585104", 1, 0, 19), + (51715, "585104", 1, 0, 19), + (51716, "585104", 1, 0, 19), + (51717, "585104", 1, 0, 19), + (51718, "585104", 1, 0, 19), + (51719, "585104", 1, 0, 19), + (51720, "585104", 1, 0, 19), + (51721, "585104", 1, 0, 19), + (51722, "585102", 1, 0, 19), + (51723, "585102", 1, 0, 19), + (51724, "585102", 1, 0, 19), + (51725, "585102", 1, 0, 19), + (51726, "585102", 1, 0, 19), + (51727, "585102", 1, 0, 19), + (51728, "585102", 1, 0, 19), + (51729, "585102", 1, 0, 19), + (51730, "585102", 1, 0, 19), + (51731, "585102", 1, 0, 19), + (51732, "585102", 1, 0, 19), + (51733, "585212", 1, 0, 19), + (51734, "585212", 1, 0, 19), + (51735, "585212", 1, 0, 19), + (51736, "585212", 1, 0, 19), + (51737, "585212", 1, 0, 19), + (51738, "585212", 1, 0, 19), + (51739, "585265", 1, 0, 19), + (51740, "585265", 1, 0, 19), + (51741, "585265", 1, 0, 19), + (51742, "585265", 1, 0, 19), + (51743, "585265", 1, 0, 19), + (51744, "585265", 1, 0, 19), + (51745, "585265", 1, 0, 19), + (51746, "585265", 1, 0, 19), + (51747, "585265", 1, 0, 19), + (51748, "585265", 1, 0, 19), + (51749, "585325", 1, 0, 19), + (51750, "585310", 1, 0, 19), + (51751, "585310", 1, 0, 19), + (51752, "585310", 1, 0, 19), + (51753, "585310", 1, 0, 19), + (51754, "585310", 1, 0, 19), + (51755, "585310", 1, 0, 19), + (51756, "585310", 1, 0, 19), + (51757, "585310", 1, 0, 19), + (51758, "585310", 1, 0, 19), + (51759, "585310", 1, 0, 19), + (51760, "585310", 1, 0, 19), + (51761, "585310", 1, 0, 19), + (51762, "585310", 1, 0, 19), + (51763, "585310", 1, 0, 19), + (51764, "585310", 1, 0, 19), + (51765, "585310", 1, 0, 19), + (51766, "585310", 1, 0, 19), + (51767, "585310", 1, 0, 19), + (51768, "585310", 1, 0, 19), + (51769, "585310", 1, 0, 19), + (51770, "585310", 1, 0, 19), + (51771, "585310", 1, 0, 19), + (51772, "585310", 1, 0, 19), + (51773, "585310", 1, 0, 19), + (51774, "585310", 1, 0, 19), + (51775, "585310", 1, 0, 19), + (51776, "585311", 1, 0, 19), + (51777, "585311", 1, 0, 19), + (51778, "585311", 1, 0, 19), + (51779, "585311", 1, 0, 19), + (51780, "585311", 1, 0, 19), + (51781, "585311", 1, 0, 19), + (51782, "585311", 1, 0, 19), + (51783, "585311", 1, 0, 19), + (51784, "585312", 1, 0, 19), + (51785, "585312", 1, 0, 19), + (51786, "585312", 1, 0, 19), + (51787, "585312", 1, 0, 19), + (51788, "585312", 1, 0, 19), + (51789, "585312", 1, 0, 19), + (51790, "585312", 1, 0, 19), + (51791, "585312", 1, 0, 19), + (51792, "585312", 1, 0, 19), + (51793, "585312", 1, 0, 19), + (51794, "585312", 1, 0, 19), + (51795, "585312", 1, 0, 19), + (51796, "585312", 1, 0, 19), + (51797, "585313", 1, 0, 19), + (51798, "585313", 1, 0, 19), + (51799, "585313", 1, 0, 19), + (51800, "585313", 1, 0, 19), + (51801, "585313", 1, 0, 19), + (51802, "585313", 1, 0, 19), + (51803, "585313", 1, 0, 19), + (51804, "585313", 1, 0, 19), + (51805, "585313", 1, 0, 19), + (51806, "585313", 1, 0, 19), + (51807, "585313", 1, 0, 19), + (51808, "585313", 1, 0, 19), + (51809, "585313", 1, 0, 19), + (51810, "585314", 1, 0, 19), + (51811, "585314", 1, 0, 19), + (51812, "585314", 1, 0, 19), + (51813, "585314", 1, 0, 19), + (51814, "585314", 1, 0, 19), + (51815, "585314", 1, 0, 19), + (51816, "585314", 1, 0, 19), + (51817, "585314", 1, 0, 19), + (51818, "585314", 1, 0, 19), + (51819, "585316", 1, 0, 19), + (51820, "585316", 1, 0, 19), + (51821, "585316", 1, 0, 19), + (51822, "585316", 1, 0, 19), + (51823, "585316", 1, 0, 19), + (51824, "585316", 1, 0, 19), + (51825, "585316", 1, 0, 19), + (51826, "585316", 1, 0, 19), + (51827, "585316", 1, 0, 19), + (51828, "585316", 1, 0, 19), + (51829, "585316", 1, 0, 19), + (51830, "585316", 1, 0, 19), + (51831, "585316", 1, 0, 19), + (51832, "585217", 1, 0, 19), + (51833, "585217", 1, 0, 19), + (51834, "585217", 1, 0, 19), + (51835, "585217", 1, 0, 19), + (51836, "585217", 1, 0, 19), + (51837, "585236", 1, 0, 19), + (51838, "585236", 1, 0, 19), + (51839, "585236", 1, 0, 19), + (51840, "585236", 1, 0, 19), + (51841, "585236", 1, 0, 19), + (51842, "585236", 1, 0, 19), + (51843, "585236", 1, 0, 19), + (51844, "585236", 1, 0, 19), + (51845, "585236", 1, 0, 19), + (51846, "585236", 1, 0, 19), + (51847, "585322", 1, 0, 19), + (51848, "585322", 1, 0, 19), + (51849, "585322", 1, 0, 19), + (51850, "585322", 1, 0, 19), + (51851, "585322", 1, 0, 19), + (51852, "585322", 1, 0, 19), + (51853, "585322", 1, 0, 19), + (51854, "585322", 1, 0, 19), + (51855, "585322", 1, 0, 19), + (51856, "585322", 1, 0, 19), + (51857, "585228", 1, 0, 19), + (51858, "585228", 1, 0, 19), + (51859, "585228", 1, 0, 19), + (51860, "585228", 1, 0, 19), + (51861, "585228", 1, 0, 19), + (51862, "585228", 1, 0, 19), + (51863, "585228", 1, 0, 19), + (51864, "585228", 1, 0, 19), + (51865, "585228", 1, 0, 19), + (51866, "585228", 1, 0, 19), + (51867, "585228", 1, 0, 19), + (51868, "585228", 1, 0, 19), + (51869, "585228", 1, 0, 19), + (51870, "585213", 1, 0, 19), + (51871, "585213", 1, 0, 19), + (51872, "585213", 1, 0, 19), + (51873, "585213", 1, 0, 19), + (51874, "585213", 1, 0, 19), + (51875, "585213", 1, 0, 19), + (51876, "585213", 1, 0, 19), + (51877, "585213", 1, 0, 19), + (51878, "585213", 1, 0, 19), + (51879, "585213", 1, 0, 19), + (51880, "585213", 1, 0, 19), + (51881, "585324", 1, 0, 19), + (51882, "585324", 1, 0, 19), + (51883, "585324", 1, 0, 19), + (51884, "585324", 1, 0, 19), + (51885, "585324", 1, 0, 19), + (51886, "585324", 1, 0, 19), + (51887, "585324", 1, 0, 19), + (51888, "585324", 1, 0, 19), + (51889, "585324", 1, 0, 19), + (51890, "585324", 1, 0, 19), + (51891, "585324", 1, 0, 19), + (51892, "585325", 1, 0, 19), + (51893, "585325", 1, 0, 19), + (51894, "585325", 1, 0, 19), + (51895, "585325", 1, 0, 19), + (51896, "585325", 1, 0, 19), + (51897, "585325", 1, 0, 19), + (51898, "585325", 1, 0, 19), + (51899, "585325", 1, 0, 19), + (51900, "585325", 1, 0, 19), + (51901, "585325", 1, 0, 19), + (51902, "585325", 1, 0, 19), + (51903, "585325", 1, 0, 19), + (51904, "585325", 1, 0, 19), + (51905, "585310", 1, 0, 19), + (51906, "585325", 1, 0, 19), + (51907, "581360", 1, 0, 19), + (51908, "581360", 1, 0, 19), + (51909, "581314", 1, 0, 19), + (51910, "581317", 1, 0, 19), + (51911, "581317", 1, 0, 19), + (51912, "581317", 1, 0, 19), + (51913, "581317", 1, 0, 19), + (51914, "581317", 1, 0, 19), + (51915, "581317", 1, 0, 19), + (51916, "581316", 1, 0, 19), + (51917, "581316", 1, 0, 19), + (51918, "581316", 1, 0, 19), + (51919, "581319", 1, 0, 19), + (51920, "581319", 1, 0, 19), + (51921, "581319", 1, 0, 19), + (51922, "581319", 1, 0, 19), + (51923, "581319", 1, 0, 19), + (51924, "581319", 1, 0, 19), + (51925, "581319", 1, 0, 19), + (51926, "581321", 1, 0, 19), + (51927, "581324", 1, 0, 19), + (51928, "581308", 1, 0, 19), + (51929, "581324", 1, 0, 19), + (51930, "581324", 1, 0, 19), + (51931, "581324", 1, 0, 19), + (51932, "581326", 1, 0, 19), + (51933, "581326", 1, 0, 19), + (51934, "581306", 1, 0, 19), + (51935, "581306", 1, 0, 19), + (51936, "581306", 1, 0, 19), + (51937, "581328", 1, 0, 19), + (51938, "581328", 1, 0, 19), + (51939, "581328", 1, 0, 19), + (51940, "581333", 1, 0, 19), + (51941, "581333", 1, 0, 19), + (51942, "581333", 1, 0, 19), + (51943, "581333", 1, 0, 19), + (51944, "581333", 1, 0, 19), + (51945, "581333", 1, 0, 19), + (51946, "581396", 1, 0, 19), + (51947, "581339", 1, 0, 19), + (51948, "581339", 1, 0, 19), + (51949, "581339", 1, 0, 19), + (51950, "581400", 1, 0, 19), + (51951, "581400", 1, 0, 19), + (51952, "581400", 1, 0, 19), + (51953, "581302", 1, 0, 19), + (51954, "581305", 1, 0, 19), + (51955, "581344", 1, 0, 19), + (51956, "581344", 1, 0, 19), + (51957, "581344", 1, 0, 19), + (51958, "581344", 1, 0, 19), + (51959, "581344", 1, 0, 19), + (51960, "581344", 1, 0, 19), + (51961, "581344", 1, 0, 19), + (51962, "581345", 1, 0, 19), + (51963, "581345", 1, 0, 19), + (51964, "581352", 1, 0, 19), + (51965, "581353", 1, 0, 19), + (51966, "581353", 1, 0, 19), + (51967, "581353", 1, 0, 19), + (51968, "581353", 1, 0, 19), + (51969, "581353", 1, 0, 19), + (51970, "581357", 1, 0, 19), + (51971, "581357", 1, 0, 19), + (51972, "581357", 1, 0, 19), + (51973, "581357", 1, 0, 19), + (51974, "581320", 1, 0, 19), + (51975, "581320", 1, 0, 19), + (51976, "581320", 1, 0, 19), + (51977, "581320", 1, 0, 19), + (51978, "581320", 1, 0, 19), + (51979, "581320", 1, 0, 19), + (51980, "581320", 1, 0, 19), + (51981, "581320", 1, 0, 19), + (51982, "581320", 1, 0, 19), + (51983, "581320", 1, 0, 19), + (51984, "581320", 1, 0, 19), + (51985, "581320", 1, 0, 19), + (51986, "581320", 1, 0, 19), + (51987, "581323", 1, 0, 19), + (51988, "581323", 1, 0, 19), + (51989, "581323", 1, 0, 19), + (51990, "581323", 1, 0, 19), + (51991, "581323", 1, 0, 19), + (51992, "581351", 1, 0, 19), + (51993, "581351", 1, 0, 19), + (51994, "581351", 1, 0, 19), + (51995, "581351", 1, 0, 19), + (51996, "581351", 1, 0, 19), + (51997, "581361", 1, 0, 19), + (51998, "581361", 1, 0, 19), + (51999, "581361", 1, 0, 19), + (52000, "581361", 1, 0, 19), + (52001, "581327", 1, 0, 19), + (52002, "581327", 1, 0, 19), + (52003, "581327", 1, 0, 19), + (52004, "581330", 1, 0, 19), + (52005, "581330", 1, 0, 19), + (52006, "581332", 1, 0, 19), + (52007, "581332", 1, 0, 19), + (52008, "581332", 1, 0, 19), + (52009, "581332", 1, 0, 19), + (52010, "581334", 1, 0, 19), + (52011, "581334", 1, 0, 19), + (52012, "581334", 1, 0, 19), + (52013, "581334", 1, 0, 19), + (52014, "581334", 1, 0, 19), + (52015, "581334", 1, 0, 19), + (52016, "581334", 1, 0, 19), + (52017, "581334", 1, 0, 19), + (52018, "581334", 1, 0, 19), + (52019, "581334", 1, 0, 19), + (52020, "581334", 1, 0, 19), + (52021, "581334", 1, 0, 19), + (52022, "581334", 1, 0, 19), + (52023, "581334", 1, 0, 19), + (52024, "581384", 1, 0, 19), + (52025, "581384", 1, 0, 19), + (52026, "581384", 1, 0, 19), + (52027, "581335", 1, 0, 19), + (52028, "581335", 1, 0, 19), + (52029, "581335", 1, 0, 19), + (52030, "581335", 1, 0, 19), + (52031, "581338", 1, 0, 19), + (52032, "581338", 1, 0, 19), + (52033, "581338", 1, 0, 19), + (52034, "581338", 1, 0, 19), + (52035, "581421", 1, 0, 19), + (52036, "581421", 1, 0, 19); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (52037, "581421", 1, 0, 19), + (52038, "581421", 1, 0, 19), + (52039, "581421", 1, 0, 19), + (52040, "581341", 1, 0, 19), + (52041, "581341", 1, 0, 19), + (52042, "581341", 1, 0, 19), + (52043, "581342", 1, 0, 19), + (52044, "581342", 1, 0, 19), + (52045, "581342", 1, 0, 19), + (52046, "581342", 1, 0, 19), + (52047, "581362", 1, 0, 19), + (52048, "581362", 1, 0, 19), + (52049, "581362", 1, 0, 19), + (52050, "581362", 1, 0, 19), + (52051, "581362", 1, 0, 19), + (52052, "581362", 1, 0, 19), + (52053, "581362", 1, 0, 19), + (52054, "581362", 1, 0, 19), + (52055, "581343", 1, 0, 19), + (52056, "581343", 1, 0, 19), + (52057, "581348", 1, 0, 19), + (52058, "581348", 1, 0, 19), + (52059, "581348", 1, 0, 19), + (52060, "581348", 1, 0, 19), + (52061, "581423", 1, 0, 19), + (52062, "581423", 1, 0, 19), + (52063, "581423", 1, 0, 19), + (52064, "581423", 1, 0, 19), + (52065, "581423", 1, 0, 19), + (52066, "581423", 1, 0, 19), + (52067, "581440", 1, 0, 19), + (52068, "581440", 1, 0, 19), + (52069, "581440", 1, 0, 19), + (52070, "581440", 1, 0, 19), + (52071, "581350", 1, 0, 19), + (52072, "581350", 1, 0, 19), + (52073, "581354", 1, 0, 19), + (52074, "581354", 1, 0, 19), + (52075, "571201", 1, 0, 19), + (52076, "571201", 1, 0, 19), + (52077, "571201", 1, 0, 19), + (52078, "571201", 1, 0, 19), + (52079, "571201", 1, 0, 19), + (52080, "571201", 1, 0, 19), + (52081, "571201", 1, 0, 19), + (52082, "571201", 1, 0, 19), + (52083, "571201", 1, 0, 19), + (52084, "571201", 1, 0, 19), + (52085, "571201", 1, 0, 19), + (52086, "571201", 1, 0, 19), + (52087, "571201", 1, 0, 19), + (52088, "571201", 1, 0, 19), + (52089, "571201", 1, 0, 19), + (52090, "571201", 1, 0, 19), + (52091, "571201", 1, 0, 19), + (52092, "571211", 1, 0, 19), + (52093, "571211", 1, 0, 19), + (52094, "571211", 1, 0, 19), + (52095, "571211", 1, 0, 19), + (52096, "571211", 1, 0, 19), + (52097, "571211", 1, 0, 19), + (52098, "571211", 1, 0, 19), + (52099, "571211", 1, 0, 19), + (52100, "571219", 1, 0, 19), + (52101, "571219", 1, 0, 19), + (52102, "571219", 1, 0, 19), + (52103, "571247", 1, 0, 19), + (52104, "571247", 1, 0, 19), + (52105, "571247", 1, 0, 19), + (52106, "571247", 1, 0, 19), + (52107, "571248", 1, 0, 19), + (52108, "571248", 1, 0, 19), + (52109, "571248", 1, 0, 19), + (52110, "571212", 1, 0, 19), + (52111, "571212", 1, 0, 19), + (52112, "571212", 1, 0, 19), + (52113, "571212", 1, 0, 19), + (52114, "571212", 1, 0, 19), + (52115, "571212", 1, 0, 19), + (52116, "571213", 1, 0, 19), + (52117, "571213", 1, 0, 19), + (52118, "571213", 1, 0, 19), + (52119, "571213", 1, 0, 19), + (52120, "571213", 1, 0, 19), + (52121, "571213", 1, 0, 19), + (52122, "571213", 1, 0, 19), + (52123, "571249", 1, 0, 19), + (52124, "571249", 1, 0, 19), + (52125, "571249", 1, 0, 19), + (52126, "571249", 1, 0, 19), + (52127, "571249", 1, 0, 19), + (52128, "571249", 1, 0, 19), + (52129, "571249", 1, 0, 19), + (52130, "571249", 1, 0, 19), + (52131, "571231", 1, 0, 19), + (52132, "571231", 1, 0, 19), + (52133, "571232", 1, 0, 19), + (52134, "571232", 1, 0, 19), + (52135, "571232", 1, 0, 19), + (52136, "571232", 1, 0, 19), + (52137, "571232", 1, 0, 19), + (52138, "571232", 1, 0, 19), + (52139, "571234", 1, 0, 19), + (52140, "571234", 1, 0, 19), + (52141, "571234", 1, 0, 19), + (52142, "571234", 1, 0, 19), + (52143, "571234", 1, 0, 19), + (52144, "571234", 1, 0, 19), + (52145, "571234", 1, 0, 19), + (52146, "571234", 1, 0, 19), + (52147, "571234", 1, 0, 19), + (52148, "571250", 1, 0, 19), + (52149, "571250", 1, 0, 19), + (52150, "571251", 1, 0, 19), + (52151, "571251", 1, 0, 19), + (52152, "571251", 1, 0, 19), + (52153, "571251", 1, 0, 19), + (52154, "571251", 1, 0, 19), + (52155, "571251", 1, 0, 19), + (52156, "571251", 1, 0, 19), + (52157, "571251", 1, 0, 19), + (52158, "571251", 1, 0, 19), + (52159, "571251", 1, 0, 19), + (52160, "571251", 1, 0, 19), + (52161, "571252", 1, 0, 19), + (52162, "571252", 1, 0, 19), + (52163, "571252", 1, 0, 19), + (52164, "571252", 1, 0, 19), + (52165, "571252", 1, 0, 19), + (52166, "571252", 1, 0, 19), + (52167, "571252", 1, 0, 19), + (52168, "571214", 1, 0, 19), + (52169, "571214", 1, 0, 19), + (52170, "571214", 1, 0, 19), + (52171, "571214", 1, 0, 19), + (52172, "571214", 1, 0, 19), + (52173, "571214", 1, 0, 19), + (52174, "571215", 1, 0, 19), + (52175, "571215", 1, 0, 19), + (52176, "571215", 1, 0, 19), + (52177, "571216", 1, 0, 19), + (52178, "571216", 1, 0, 19), + (52179, "571216", 1, 0, 19), + (52180, "571216", 1, 0, 19), + (52181, "571216", 1, 0, 19), + (52182, "571216", 1, 0, 19), + (52183, "571216", 1, 0, 19), + (52184, "571216", 1, 0, 19), + (52185, "571216", 1, 0, 19), + (52186, "571216", 1, 0, 19), + (52187, "571216", 1, 0, 19), + (52188, "571216", 1, 0, 19), + (52189, "571235", 1, 0, 19), + (52190, "571235", 1, 0, 19), + (52191, "571235", 1, 0, 19), + (52192, "571235", 1, 0, 19), + (52193, "571235", 1, 0, 19), + (52194, "571235", 1, 0, 19), + (52195, "571235", 1, 0, 19), + (52196, "571235", 1, 0, 19), + (52197, "571235", 1, 0, 19), + (52198, "571235", 1, 0, 19), + (52199, "571253", 1, 0, 19), + (52200, "571253", 1, 0, 19), + (52201, "571253", 1, 0, 19), + (52202, "571253", 1, 0, 19), + (52203, "571253", 1, 0, 19), + (52204, "571253", 1, 0, 19), + (52205, "571253", 1, 0, 19), + (52206, "571253", 1, 0, 19), + (52207, "571236", 1, 0, 19), + (52208, "571236", 1, 0, 19), + (52209, "571236", 1, 0, 19), + (52210, "571236", 1, 0, 19), + (52211, "571236", 1, 0, 19), + (52212, "571236", 1, 0, 19), + (52213, "571236", 1, 0, 19), + (52214, "571236", 1, 0, 19), + (52215, "571236", 1, 0, 19), + (52216, "571236", 1, 0, 19), + (52217, "571236", 1, 0, 19), + (52218, "571236", 1, 0, 19), + (52219, "571236", 1, 0, 19), + (52220, "571236", 1, 0, 19), + (52221, "571236", 1, 0, 19), + (52222, "571236", 1, 0, 19), + (52223, "571236", 1, 0, 19), + (52224, "571217", 1, 0, 19), + (52225, "571217", 1, 0, 19), + (52226, "571217", 1, 0, 19), + (52227, "571237", 1, 0, 19), + (52228, "571237", 1, 0, 19), + (52229, "571237", 1, 0, 19), + (52230, "571237", 1, 0, 19), + (52231, "571237", 1, 0, 19), + (52232, "571237", 1, 0, 19), + (52233, "571237", 1, 0, 19), + (52234, "571237", 1, 0, 19), + (52235, "571237", 1, 0, 19), + (52236, "571237", 1, 0, 19), + (52237, "571237", 1, 0, 19), + (52238, "571237", 1, 0, 19), + (52239, "571237", 1, 0, 19), + (52240, "571254", 1, 0, 19), + (52241, "571254", 1, 0, 19), + (52242, "571254", 1, 0, 19), + (52243, "571218", 1, 0, 19), + (52244, "571218", 1, 0, 19), + (52245, "571218", 1, 0, 19), + (52246, "571218", 1, 0, 19), + (52247, "571218", 1, 0, 19), + (52248, "571218", 1, 0, 19), + (52249, "571218", 1, 0, 19), + (52250, "571218", 1, 0, 19), + (52251, "571218", 1, 0, 19), + (52252, "571218", 1, 0, 19), + (52253, "571218", 1, 0, 19), + (52254, "571218", 1, 0, 19), + (52255, "571218", 1, 0, 19), + (52256, "571218", 1, 0, 19), + (52257, "571218", 1, 0, 19), + (52258, "571218", 1, 0, 19), + (52259, "571218", 1, 0, 19), + (52260, "571218", 1, 0, 19), + (52261, "571218", 1, 0, 19), + (52262, "571218", 1, 0, 19), + (52263, "563102", 1, 0, 19), + (52264, "563102", 1, 0, 19), + (52265, "563103", 1, 0, 19), + (52266, "563157", 1, 0, 19), + (52267, "563103", 1, 0, 19), + (52268, "563103", 1, 0, 19), + (52269, "563103", 1, 0, 19), + (52270, "563103", 1, 0, 19), + (52271, "563102", 1, 0, 19), + (52272, "563102", 1, 0, 19), + (52273, "563157", 1, 0, 19), + (52274, "563157", 1, 0, 19), + (52275, "563102", 1, 0, 19), + (52276, "563102", 1, 0, 19), + (52277, "563157", 1, 0, 19), + (52278, "563102", 1, 0, 19), + (52279, "563157", 1, 0, 19), + (52280, "563103", 1, 0, 19), + (52281, "563103", 1, 0, 19), + (52282, "563103", 1, 0, 19), + (52283, "563102", 1, 0, 19), + (52284, "563102", 1, 0, 19), + (52285, "562101", 1, 0, 19), + (52286, "562101", 1, 0, 19), + (52287, "562101", 1, 0, 19), + (52288, "562101", 1, 0, 19), + (52289, "562101", 1, 0, 19), + (52290, "562101", 1, 0, 19), + (52291, "562101", 1, 0, 19), + (52292, "562101", 1, 0, 19), + (52293, "562101", 1, 0, 19), + (52294, "562101", 1, 0, 19), + (52295, "562101", 1, 0, 19), + (52296, "562101", 1, 0, 19), + (52297, "562101", 1, 0, 19), + (52298, "562101", 1, 0, 19), + (52299, "563113", 1, 0, 19), + (52300, "563113", 1, 0, 19), + (52301, "563113", 1, 0, 19), + (52302, "563114", 1, 0, 19), + (52303, "563114", 1, 0, 19), + (52304, "563114", 1, 0, 19), + (52305, "563114", 1, 0, 19), + (52306, "563114", 1, 0, 19), + (52307, "563147", 1, 0, 19), + (52308, "563114", 1, 0, 19), + (52309, "563147", 1, 0, 19), + (52310, "563123", 1, 0, 19), + (52311, "563123", 1, 0, 19), + (52312, "563123", 1, 0, 19), + (52313, "563123", 1, 0, 19), + (52314, "563123", 1, 0, 19), + (52315, "563123", 1, 0, 19), + (52316, "563116", 1, 0, 19), + (52317, "563116", 1, 0, 19), + (52318, "563116", 1, 0, 19), + (52319, "563116", 1, 0, 19), + (52320, "563116", 1, 0, 19), + (52321, "563116", 1, 0, 19), + (52322, "563116", 1, 0, 19), + (52323, "563116", 1, 0, 19), + (52324, "563116", 1, 0, 19), + (52325, "563159", 1, 0, 19), + (52326, "563159", 1, 0, 19), + (52327, "563159", 1, 0, 19), + (52328, "563159", 1, 0, 19), + (52329, "563159", 1, 0, 19), + (52330, "563159", 1, 0, 19), + (52331, "563125", 1, 0, 19), + (52332, "563125", 1, 0, 19), + (52333, "563125", 1, 0, 19), + (52334, "563125", 1, 0, 19), + (52335, "563125", 1, 0, 19), + (52336, "563125", 1, 0, 19), + (52337, "563125", 1, 0, 19), + (52338, "563125", 1, 0, 19), + (52339, "563125", 1, 0, 19), + (52340, "563125", 1, 0, 19), + (52341, "563125", 1, 0, 19), + (52342, "563125", 1, 0, 19), + (52343, "563125", 1, 0, 19), + (52344, "563125", 1, 0, 19), + (52345, "563125", 1, 0, 19), + (52346, "563125", 1, 0, 19), + (52347, "563125", 1, 0, 19), + (52348, "563125", 1, 0, 19), + (52349, "563125", 1, 0, 19), + (52350, "563126", 1, 0, 19), + (52351, "563126", 1, 0, 19), + (52352, "563126", 1, 0, 19), + (52353, "563126", 1, 0, 19), + (52354, "563126", 1, 0, 19), + (52355, "563126", 1, 0, 19), + (52356, "563126", 1, 0, 19), + (52357, "563126", 1, 0, 19), + (52358, "563126", 1, 0, 19), + (52359, "563126", 1, 0, 19), + (52360, "563126", 1, 0, 19), + (52361, "563126", 1, 0, 19), + (52362, "563162", 1, 0, 19), + (52363, "563162", 1, 0, 19), + (52364, "563162", 1, 0, 19), + (52365, "563162", 1, 0, 19), + (52366, "563162", 1, 0, 19), + (52367, "563127", 1, 0, 19), + (52368, "563127", 1, 0, 19), + (52369, "563127", 1, 0, 19), + (52370, "563127", 1, 0, 19), + (52371, "563127", 1, 0, 19), + (52372, "563127", 1, 0, 19), + (52373, "563127", 1, 0, 19), + (52374, "563161", 1, 0, 19), + (52375, "563161", 1, 0, 19), + (52376, "563161", 1, 0, 19), + (52377, "563161", 1, 0, 19), + (52378, "563128", 1, 0, 19), + (52379, "563128", 1, 0, 19), + (52380, "563125", 1, 0, 19), + (52381, "563128", 1, 0, 19), + (52382, "563128", 1, 0, 19), + (52383, "563128", 1, 0, 19), + (52384, "563129", 1, 0, 19), + (52385, "563129", 1, 0, 19), + (52386, "563129", 1, 0, 19), + (52387, "563129", 1, 0, 19), + (52388, "563129", 1, 0, 19), + (52389, "563147", 1, 0, 19), + (52390, "563129", 1, 0, 19), + (52391, "563129", 1, 0, 19), + (52392, "563129", 1, 0, 19), + (52393, "563129", 1, 0, 19), + (52394, "563130", 1, 0, 19), + (52395, "563130", 1, 0, 19), + (52396, "563130", 1, 0, 19), + (52397, "563130", 1, 0, 19), + (52398, "563130", 1, 0, 19), + (52399, "563130", 1, 0, 19), + (52400, "563130", 1, 0, 19), + (52401, "563130", 1, 0, 19), + (52402, "563130", 1, 0, 19), + (52403, "563130", 1, 0, 19), + (52404, "563130", 1, 0, 19), + (52405, "563130", 1, 0, 19), + (52406, "563130", 1, 0, 19), + (52407, "563130", 1, 0, 19), + (52408, "563130", 1, 0, 19), + (52409, "563130", 1, 0, 19), + (52410, "563130", 1, 0, 19), + (52411, "563130", 1, 0, 19), + (52412, "563130", 1, 0, 19), + (52413, "563139", 1, 0, 19), + (52414, "563139", 1, 0, 19), + (52415, "563139", 1, 0, 19), + (52416, "563139", 1, 0, 19), + (52417, "563139", 1, 0, 19), + (52418, "563131", 1, 0, 19), + (52419, "563131", 1, 0, 19), + (52420, "563131", 1, 0, 19), + (52421, "563131", 1, 0, 19), + (52422, "563131", 1, 0, 19), + (52423, "563131", 1, 0, 19), + (52424, "563131", 1, 0, 19), + (52425, "563131", 1, 0, 19), + (52426, "563131", 1, 0, 19), + (52427, "563131", 1, 0, 19), + (52428, "563131", 1, 0, 19), + (52429, "563146", 1, 0, 19), + (52430, "563146", 1, 0, 19), + (52431, "563146", 1, 0, 19), + (52432, "563146", 1, 0, 19), + (52433, "563146", 1, 0, 19), + (52434, "563146", 1, 0, 19), + (52435, "563132", 1, 0, 19), + (52436, "563132", 1, 0, 19), + (52437, "563132", 1, 0, 19), + (52438, "563132", 1, 0, 19), + (52439, "563132", 1, 0, 19), + (52440, "563132", 1, 0, 19), + (52441, "563132", 1, 0, 19), + (52442, "563132", 1, 0, 19), + (52443, "563133", 1, 0, 19), + (52444, "563133", 1, 0, 19), + (52445, "563133", 1, 0, 19), + (52446, "563133", 1, 0, 19), + (52447, "563120", 1, 0, 19), + (52448, "563120", 1, 0, 19), + (52449, "563121", 1, 0, 19), + (52450, "563121", 1, 0, 19), + (52451, "563121", 1, 0, 19), + (52452, "563121", 1, 0, 19), + (52453, "563121", 1, 0, 19), + (52454, "563121", 1, 0, 19), + (52455, "563121", 1, 0, 19), + (52456, "563134", 1, 0, 19), + (52457, "563134", 1, 0, 19), + (52458, "563134", 1, 0, 19), + (52459, "563134", 1, 0, 19), + (52460, "563134", 1, 0, 19), + (52461, "563134", 1, 0, 19), + (52462, "563122", 1, 0, 19), + (52463, "563122", 1, 0, 19), + (52464, "563135", 1, 0, 19), + (52465, "563135", 1, 0, 19), + (52466, "563135", 1, 0, 19), + (52467, "563135", 1, 0, 19), + (52468, "563135", 1, 0, 19), + (52469, "563135", 1, 0, 19), + (52470, "563135", 1, 0, 19), + (52471, "563135", 1, 0, 19), + (52472, "563135", 1, 0, 19), + (52473, "563135", 1, 0, 19), + (52474, "563135", 1, 0, 19), + (52475, "563136", 1, 0, 19), + (52476, "563136", 1, 0, 19), + (52477, "563136", 1, 0, 19), + (52478, "563136", 1, 0, 19), + (52479, "563136", 1, 0, 19), + (52480, "563136", 1, 0, 19), + (52481, "563136", 1, 0, 19), + (52482, "563137", 1, 0, 19), + (52483, "563137", 1, 0, 19), + (52484, "563137", 1, 0, 19), + (52485, "563137", 1, 0, 19), + (52486, "563137", 1, 0, 19), + (52487, "563137", 1, 0, 19), + (52488, "563137", 1, 0, 19), + (52489, "563138", 1, 0, 19), + (52490, "563138", 1, 0, 19), + (52491, "563138", 1, 0, 19), + (52492, "563138", 1, 0, 19), + (52493, "563138", 1, 0, 19), + (52494, "563138", 1, 0, 19), + (52495, "563138", 1, 0, 19), + (52496, "561207", 1, 0, 19), + (52497, "563124", 1, 0, 19), + (52498, "563124", 1, 0, 19), + (52499, "563124", 1, 0, 19), + (52500, "563124", 1, 0, 19), + (52501, "563124", 1, 0, 19), + (52502, "563124", 1, 0, 19), + (52503, "561206", 1, 0, 19), + (52504, "561206", 1, 0, 19), + (52505, "561206", 1, 0, 19), + (52506, "561208", 1, 0, 19), + (52507, "561208", 1, 0, 19), + (52508, "561208", 1, 0, 19), + (52509, "561208", 1, 0, 19), + (52510, "561208", 1, 0, 19), + (52511, "561208", 1, 0, 19), + (52512, "561208", 1, 0, 19), + (52513, "561208", 1, 0, 19), + (52514, "561208", 1, 0, 19), + (52515, "561208", 1, 0, 19), + (52516, "561208", 1, 0, 19), + (52517, "561209", 1, 0, 19), + (52518, "561209", 1, 0, 19), + (52519, "561209", 1, 0, 19), + (52520, "561209", 1, 0, 19), + (52521, "561209", 1, 0, 19), + (52522, "561209", 1, 0, 19), + (52523, "561209", 1, 0, 19), + (52524, "561210", 1, 0, 19), + (52525, "561210", 1, 0, 19), + (52526, "561210", 1, 0, 19), + (52527, "561210", 1, 0, 19), + (52528, "561210", 1, 0, 19), + (52529, "561210", 1, 0, 19), + (52530, "561210", 1, 0, 19), + (52531, "561211", 1, 0, 19), + (52532, "561211", 1, 0, 19), + (52533, "561211", 1, 0, 19), + (52534, "561211", 1, 0, 19), + (52535, "561211", 1, 0, 19), + (52536, "561211", 1, 0, 19), + (52537, "561211", 1, 0, 19), + (52538, "561211", 1, 0, 19), + (52539, "562102", 1, 0, 19), + (52540, "562102", 1, 0, 19), + (52541, "562102", 1, 0, 19), + (52542, "562102", 1, 0, 19), + (52543, "562102", 1, 0, 19), + (52544, "562102", 1, 0, 19), + (52545, "562102", 1, 0, 19), + (52546, "562102", 1, 0, 19), + (52547, "562102", 1, 0, 19), + (52548, "562103", 1, 0, 19), + (52549, "562103", 1, 0, 19), + (52550, "562103", 1, 0, 19), + (52551, "562103", 1, 0, 19), + (52552, "561212", 1, 0, 19), + (52553, "561212", 1, 0, 19), + (52554, "561212", 1, 0, 19), + (52555, "562104", 1, 0, 19), + (52556, "562104", 1, 0, 19), + (52557, "562104", 1, 0, 19), + (52558, "562104", 1, 0, 19), + (52559, "562104", 1, 0, 19), + (52560, "562104", 1, 0, 19), + (52561, "562104", 1, 0, 19), + (52562, "562104", 1, 0, 19), + (52563, "562104", 1, 0, 19), + (52564, "562104", 1, 0, 19), + (52565, "562104", 1, 0, 19), + (52566, "562105", 1, 0, 19), + (52567, "562105", 1, 0, 19), + (52568, "562105", 1, 0, 19), + (52569, "562105", 1, 0, 19), + (52570, "562105", 1, 0, 19), + (52571, "562105", 1, 0, 19), + (52572, "562105", 1, 0, 19), + (52573, "562105", 1, 0, 19), + (52574, "562105", 1, 0, 19), + (52575, "561213", 1, 0, 19), + (52576, "561213", 1, 0, 19), + (52577, "561213", 1, 0, 19), + (52578, "561213", 1, 0, 19), + (52579, "561213", 1, 0, 19), + (52580, "561213", 1, 0, 19), + (52581, "561213", 1, 0, 19), + (52582, "561213", 1, 0, 19), + (52583, "561213", 1, 0, 19), + (52584, "561213", 1, 0, 19), + (52585, "561228", 1, 0, 19), + (52586, "561228", 1, 0, 19), + (52587, "561228", 1, 0, 19), + (52588, "561228", 1, 0, 19), + (52589, "561228", 1, 0, 19), + (52590, "574141", 1, 0, 19), + (52591, "574141", 1, 0, 19), + (52592, "574142", 1, 0, 19), + (52593, "574142", 1, 0, 19), + (52594, "574142", 1, 0, 19), + (52595, "574146", 1, 0, 19), + (52596, "574146", 1, 0, 19), + (52597, "574146", 1, 0, 19), + (52598, "574146", 1, 0, 19), + (52599, "574146", 1, 0, 19), + (52600, "574154", 1, 0, 19), + (52601, "575030", 1, 0, 19), + (52602, "575030", 1, 0, 19), + (52603, "575030", 1, 0, 19), + (52604, "575030", 1, 0, 19), + (52605, "575030", 1, 0, 19), + (52606, "575030", 1, 0, 19), + (52607, "575015", 1, 0, 19), + (52608, "574150", 1, 0, 19), + (52609, "574150", 1, 0, 19), + (52610, "575008", 1, 0, 19), + (52611, "575013", 1, 0, 19), + (52612, "575013", 1, 0, 19), + (52613, "574154", 1, 0, 19), + (52614, "574154", 1, 0, 19), + (52615, "574154", 1, 0, 19), + (52616, "574154", 1, 0, 19), + (52617, "576121", 1, 0, 19), + (52618, "575010", 1, 0, 19), + (52619, "574509", 1, 0, 19), + (52620, "575014", 1, 0, 19), + (52621, "574143", 1, 0, 19), + (52622, "574143", 1, 0, 19), + (52623, "574144", 1, 0, 19), + (52624, "574144", 1, 0, 19), + (52625, "574144", 1, 0, 19), + (52626, "574144", 1, 0, 19), + (52627, "574145", 1, 0, 19), + (52628, "574145", 1, 0, 19), + (52629, "574151", 1, 0, 19), + (52630, "574153", 1, 0, 19), + (52631, "574153", 1, 0, 19), + (52632, "574153", 1, 0, 19), + (52633, "574153", 1, 0, 19), + (52634, "574153", 1, 0, 19), + (52635, "574199", 1, 0, 19), + (52636, "574199", 1, 0, 19), + (52637, "574199", 1, 0, 19), + (52638, "575018", 1, 0, 19), + (52639, "575018", 1, 0, 19), + (52640, "575007", 1, 0, 19), + (52641, "575007", 1, 0, 19), + (52642, "575007", 1, 0, 19), + (52643, "575029", 1, 0, 19), + (52644, "575029", 1, 0, 19), + (52645, "575029", 1, 0, 19), + (52646, "575029", 1, 0, 19), + (52647, "575017", 1, 0, 19), + (52648, "575017", 1, 0, 19), + (52649, "575023", 1, 0, 19), + (52650, "575028", 1, 0, 19), + (52651, "575028", 1, 0, 19), + (52652, "574239", 1, 0, 19), + (52653, "574239", 1, 0, 19), + (52654, "574239", 1, 0, 19), + (52655, "574239", 1, 0, 19), + (52656, "574285", 1, 0, 19), + (52657, "574285", 1, 0, 19), + (52658, "574210", 1, 0, 19), + (52659, "574210", 1, 0, 19), + (52660, "574210", 1, 0, 19), + (52661, "574210", 1, 0, 19), + (52662, "574210", 1, 0, 19), + (52663, "574211", 1, 0, 19), + (52664, "574211", 1, 0, 19), + (52665, "574211", 1, 0, 19), + (52666, "574211", 1, 0, 19), + (52667, "574211", 1, 0, 19), + (52668, "574211", 1, 0, 19), + (52669, "574211", 1, 0, 19), + (52670, "574211", 1, 0, 19), + (52671, "574211", 1, 0, 19), + (52672, "574211", 1, 0, 19), + (52673, "574211", 1, 0, 19), + (52674, "574211", 1, 0, 19), + (52675, "574211", 1, 0, 19), + (52676, "574214", 1, 0, 19), + (52677, "574214", 1, 0, 19), + (52678, "574214", 1, 0, 19), + (52679, "574214", 1, 0, 19), + (52680, "574214", 1, 0, 19), + (52681, "574214", 1, 0, 19), + (52682, "574214", 1, 0, 19), + (52683, "574214", 1, 0, 19), + (52684, "574201", 1, 0, 19), + (52685, "574202", 1, 0, 19), + (52686, "574202", 1, 0, 19), + (52687, "574202", 1, 0, 19), + (52688, "574202", 1, 0, 19), + (52689, "574202", 1, 0, 19), + (52690, "574202", 1, 0, 19), + (52691, "574202", 1, 0, 19), + (52692, "574202", 1, 0, 19), + (52693, "574216", 1, 0, 19), + (52694, "574216", 1, 0, 19), + (52695, "574216", 1, 0, 19), + (52696, "574216", 1, 0, 19), + (52697, "574217", 1, 0, 19), + (52698, "574217", 1, 0, 19), + (52699, "574217", 1, 0, 19), + (52700, "574217", 1, 0, 19), + (52701, "574217", 1, 0, 19), + (52702, "574217", 1, 0, 19), + (52703, "574217", 1, 0, 19), + (52704, "574217", 1, 0, 19), + (52705, "574217", 1, 0, 19), + (52706, "574217", 1, 0, 19), + (52707, "574219", 1, 0, 19), + (52708, "574219", 1, 0, 19), + (52709, "574219", 1, 0, 19), + (52710, "574219", 1, 0, 19), + (52711, "574219", 1, 0, 19), + (52712, "574220", 1, 0, 19), + (52713, "574220", 1, 0, 19), + (52714, "574220", 1, 0, 19), + (52715, "574220", 1, 0, 19), + (52716, "574222", 1, 0, 19), + (52717, "574222", 1, 0, 19), + (52718, "574326", 1, 0, 19), + (52719, "574326", 1, 0, 19), + (52720, "574326", 1, 0, 19), + (52721, "574326", 1, 0, 19), + (52722, "574326", 1, 0, 19), + (52723, "574326", 1, 0, 19), + (52724, "574326", 1, 0, 19), + (52725, "574328", 1, 0, 19), + (52726, "574328", 1, 0, 19), + (52727, "574328", 1, 0, 19), + (52728, "574328", 1, 0, 19), + (52729, "574328", 1, 0, 19), + (52730, "574279", 1, 0, 19), + (52731, "574198", 1, 0, 19), + (52732, "574198", 1, 0, 19), + (52733, "574198", 1, 0, 19), + (52734, "574198", 1, 0, 19), + (52735, "574224", 1, 0, 19), + (52736, "574224", 1, 0, 19), + (52737, "574224", 1, 0, 19), + (52738, "574224", 1, 0, 19), + (52739, "574323", 1, 0, 19), + (52740, "574323", 1, 0, 19), + (52741, "574323", 1, 0, 19), + (52742, "574323", 1, 0, 19), + (52743, "574253", 1, 0, 19), + (52744, "574253", 1, 0, 19), + (52745, "574253", 1, 0, 19), + (52746, "574253", 1, 0, 19), + (52747, "574253", 1, 0, 19), + (52748, "574228", 1, 0, 19), + (52749, "574228", 1, 0, 19), + (52750, "574228", 1, 0, 19), + (52751, "574228", 1, 0, 19), + (52752, "574203", 1, 0, 19), + (52753, "574203", 1, 0, 19), + (52754, "574203", 1, 0, 19), + (52755, "574325", 1, 0, 19), + (52756, "574325", 1, 0, 19), + (52757, "574325", 1, 0, 19), + (52758, "574229", 1, 0, 19), + (52759, "574229", 1, 0, 19), + (52760, "574229", 1, 0, 19), + (52761, "574229", 1, 0, 19), + (52762, "574229", 1, 0, 19), + (52763, "574229", 1, 0, 19), + (52764, "574259", 1, 0, 19), + (52765, "574259", 1, 0, 19), + (52766, "574259", 1, 0, 19), + (52767, "574231", 1, 0, 19), + (52768, "574231", 1, 0, 19), + (52769, "574231", 1, 0, 19), + (52770, "574231", 1, 0, 19), + (52771, "574231", 1, 0, 19), + (52772, "574231", 1, 0, 19), + (52773, "574233", 1, 0, 19), + (52774, "574233", 1, 0, 19), + (52775, "574233", 1, 0, 19), + (52776, "574235", 1, 0, 19), + (52777, "574237", 1, 0, 19), + (52778, "574237", 1, 0, 19), + (52779, "574237", 1, 0, 19), + (52780, "574240", 1, 0, 19), + (52781, "574240", 1, 0, 19), + (52782, "574240", 1, 0, 19), + (52783, "574241", 1, 0, 19), + (52784, "574241", 1, 0, 19), + (52785, "574241", 1, 0, 19), + (52786, "574241", 1, 0, 19), + (52787, "574241", 1, 0, 19), + (52788, "574241", 1, 0, 19), + (52789, "574241", 1, 0, 19), + (52790, "574324", 1, 0, 19), + (52791, "574324", 1, 0, 19), + (52792, "574324", 1, 0, 19), + (52793, "574324", 1, 0, 19), + (52794, "574243", 1, 0, 19), + (52795, "574243", 1, 0, 19), + (52796, "574243", 1, 0, 19), + (52797, "574243", 1, 0, 19), + (52798, "574243", 1, 0, 19), + (52799, "574243", 1, 0, 19), + (52800, "574243", 1, 0, 19), + (52801, "574243", 1, 0, 19), + (52802, "574243", 1, 0, 19), + (52803, "574265", 1, 0, 19), + (52804, "574265", 1, 0, 19), + (52805, "574265", 1, 0, 19), + (52806, "574265", 1, 0, 19), + (52807, "574265", 1, 0, 19), + (52808, "574101", 1, 0, 19), + (52809, "574101", 1, 0, 19), + (52810, "574101", 1, 0, 19), + (52811, "574101", 1, 0, 19), + (52812, "574101", 1, 0, 19), + (52813, "574102", 1, 0, 19), + (52814, "574102", 1, 0, 19), + (52815, "574102", 1, 0, 19), + (52816, "574122", 1, 0, 19), + (52817, "574122", 1, 0, 19), + (52818, "574213", 1, 0, 19), + (52819, "574213", 1, 0, 19), + (52820, "574213", 1, 0, 19), + (52821, "576112", 1, 0, 19), + (52822, "576112", 1, 0, 19), + (52823, "576112", 1, 0, 19), + (52824, "576112", 1, 0, 19), + (52825, "576112", 1, 0, 19), + (52826, "576112", 1, 0, 19), + (52827, "576112", 1, 0, 19), + (52828, "574129", 1, 0, 19), + (52829, "574129", 1, 0, 19), + (52830, "574104", 1, 0, 19), + (52831, "574197", 1, 0, 19), + (52832, "576117", 1, 0, 19), + (52833, "576117", 1, 0, 19), + (52834, "576117", 1, 0, 19), + (52835, "576117", 1, 0, 19), + (52836, "574107", 1, 0, 19), + (52837, "574107", 1, 0, 19), + (52838, "574227", 1, 0, 19), + (52839, "574227", 1, 0, 19), + (52840, "574274", 1, 0, 19), + (52841, "574197", 1, 0, 19), + (52842, "574274", 1, 0, 19), + (52843, "574236", 1, 0, 19), + (52844, "574197", 1, 0, 19), + (52845, "574227", 1, 0, 19), + (52846, "574108", 1, 0, 19), + (52847, "574108", 1, 0, 19), + (52848, "574108", 1, 0, 19), + (52849, "574108", 1, 0, 19), + (52850, "574108", 1, 0, 19), + (52851, "574109", 1, 0, 19), + (52852, "574109", 1, 0, 19), + (52853, "574109", 1, 0, 19), + (52854, "574110", 1, 0, 19), + (52855, "574110", 1, 0, 19), + (52856, "574110", 1, 0, 19), + (52857, "574244", 1, 0, 19), + (52858, "574244", 1, 0, 19), + (52859, "574236", 1, 0, 19), + (52860, "574236", 1, 0, 19), + (52861, "574236", 1, 0, 19), + (52862, "574236", 1, 0, 19), + (52863, "574236", 1, 0, 19), + (52864, "574242", 1, 0, 19), + (52865, "574242", 1, 0, 19), + (52866, "574242", 1, 0, 19), + (52867, "574242", 1, 0, 19), + (52868, "574242", 1, 0, 19), + (52869, "574242", 1, 0, 19), + (52870, "574242", 1, 0, 19), + (52871, "574242", 1, 0, 19), + (52872, "574314", 1, 0, 19), + (52873, "574314", 1, 0, 19), + (52874, "574314", 1, 0, 19), + (52875, "574212", 1, 0, 19), + (52876, "574212", 1, 0, 19), + (52877, "574212", 1, 0, 19), + (52878, "574212", 1, 0, 19), + (52879, "574212", 1, 0, 19), + (52880, "574212", 1, 0, 19), + (52881, "574212", 1, 0, 19), + (52882, "574212", 1, 0, 19), + (52883, "574212", 1, 0, 19), + (52884, "574248", 1, 0, 19), + (52885, "574248", 1, 0, 19), + (52886, "574248", 1, 0, 19), + (52887, "574248", 1, 0, 19), + (52888, "574248", 1, 0, 19), + (52889, "574218", 1, 0, 19), + (52890, "574218", 1, 0, 19), + (52891, "574218", 1, 0, 19), + (52892, "574218", 1, 0, 19), + (52893, "574218", 1, 0, 19), + (52894, "574218", 1, 0, 19), + (52895, "574218", 1, 0, 19), + (52896, "574218", 1, 0, 19), + (52897, "574313", 1, 0, 19), + (52898, "574313", 1, 0, 19), + (52899, "574221", 1, 0, 19), + (52900, "574221", 1, 0, 19), + (52901, "574221", 1, 0, 19), + (52902, "574221", 1, 0, 19), + (52903, "574221", 1, 0, 19), + (52904, "574223", 1, 0, 19), + (52905, "574223", 1, 0, 19), + (52906, "574223", 1, 0, 19), + (52907, "574223", 1, 0, 19), + (52908, "574230", 1, 0, 19), + (52909, "574230", 1, 0, 19), + (52910, "574230", 1, 0, 19), + (52911, "574230", 1, 0, 19), + (52912, "574232", 1, 0, 19), + (52913, "574232", 1, 0, 19), + (52914, "574232", 1, 0, 19), + (52915, "574232", 1, 0, 19), + (52916, "574232", 1, 0, 19), + (52917, "574234", 1, 0, 19), + (52918, "574234", 1, 0, 19), + (52919, "574234", 1, 0, 19), + (52920, "574238", 1, 0, 19), + (52921, "574238", 1, 0, 19), + (52922, "574238", 1, 0, 19), + (52923, "584138", 1, 0, 19), + (52924, "584138", 1, 0, 19), + (52925, "584138", 1, 0, 19), + (52926, "584111", 1, 0, 19), + (52927, "584111", 1, 0, 19), + (52928, "584111", 1, 0, 19), + (52929, "584111", 1, 0, 19), + (52930, "584111", 1, 0, 19), + (52931, "584111", 1, 0, 19), + (52932, "584111", 1, 0, 19), + (52933, "584111", 1, 0, 19), + (52934, "584111", 1, 0, 19), + (52935, "584111", 1, 0, 19), + (52936, "584111", 1, 0, 19), + (52937, "584167", 1, 0, 19), + (52938, "584167", 1, 0, 19), + (52939, "584167", 1, 0, 19), + (52940, "584167", 1, 0, 19), + (52941, "584167", 1, 0, 19), + (52942, "584167", 1, 0, 19), + (52943, "584167", 1, 0, 19), + (52944, "584113", 1, 0, 19), + (52945, "584113", 1, 0, 19), + (52946, "584113", 1, 0, 19), + (52947, "584113", 1, 0, 19), + (52948, "584113", 1, 0, 19), + (52949, "584113", 1, 0, 19), + (52950, "584113", 1, 0, 19), + (52951, "584113", 1, 0, 19), + (52952, "584113", 1, 0, 19), + (52953, "584140", 1, 0, 19), + (52954, "584140", 1, 0, 19), + (52955, "584140", 1, 0, 19), + (52956, "584140", 1, 0, 19), + (52957, "584140", 1, 0, 19), + (52958, "584140", 1, 0, 19), + (52959, "584140", 1, 0, 19), + (52960, "584140", 1, 0, 19), + (52961, "584139", 1, 0, 19), + (52962, "584139", 1, 0, 19), + (52963, "584139", 1, 0, 19), + (52964, "584139", 1, 0, 19), + (52965, "584115", 1, 0, 19), + (52966, "584115", 1, 0, 19), + (52967, "584115", 1, 0, 19), + (52968, "584115", 1, 0, 19), + (52969, "584115", 1, 0, 19), + (52970, "584115", 1, 0, 19), + (52971, "584115", 1, 0, 19), + (52972, "584115", 1, 0, 19), + (52973, "584115", 1, 0, 19), + (52974, "584116", 1, 0, 19), + (52975, "584116", 1, 0, 19), + (52976, "584116", 1, 0, 19), + (52977, "584116", 1, 0, 19), + (52978, "584116", 1, 0, 19), + (52979, "584116", 1, 0, 19), + (52980, "584116", 1, 0, 19), + (52981, "584116", 1, 0, 19), + (52982, "584143", 1, 0, 19), + (52983, "584143", 1, 0, 19), + (52984, "584143", 1, 0, 19), + (52985, "584143", 1, 0, 19), + (52986, "584143", 1, 0, 19), + (52987, "584143", 1, 0, 19), + (52988, "584143", 1, 0, 19), + (52989, "584143", 1, 0, 19), + (52990, "584143", 1, 0, 19), + (52991, "584143", 1, 0, 19), + (52992, "584118", 1, 0, 19), + (52993, "584118", 1, 0, 19), + (52994, "584118", 1, 0, 19), + (52995, "584118", 1, 0, 19), + (52996, "584136", 1, 0, 19), + (52997, "584136", 1, 0, 19), + (52998, "584136", 1, 0, 19), + (52999, "584136", 1, 0, 19), + (53000, "584136", 1, 0, 19), + (53001, "584120", 1, 0, 19), + (53002, "584120", 1, 0, 19), + (53003, "584120", 1, 0, 19), + (53004, "584120", 1, 0, 19), + (53005, "584120", 1, 0, 19), + (53006, "584120", 1, 0, 19), + (53007, "584120", 1, 0, 19), + (53008, "584120", 1, 0, 19), + (53009, "584120", 1, 0, 19), + (53010, "584120", 1, 0, 19), + (53011, "584203", 1, 0, 19), + (53012, "584203", 1, 0, 19), + (53013, "584203", 1, 0, 19), + (53014, "584203", 1, 0, 19), + (53015, "584203", 1, 0, 19), + (53016, "584122", 1, 0, 19), + (53017, "584122", 1, 0, 19), + (53018, "584122", 1, 0, 19), + (53019, "584122", 1, 0, 19), + (53020, "584122", 1, 0, 19), + (53021, "584122", 1, 0, 19), + (53022, "584122", 1, 0, 19), + (53023, "584122", 1, 0, 19), + (53024, "584122", 1, 0, 19), + (53025, "584122", 1, 0, 19), + (53026, "584122", 1, 0, 19), + (53027, "584122", 1, 0, 19), + (53028, "584122", 1, 0, 19), + (53029, "584122", 1, 0, 19), + (53030, "584122", 1, 0, 19), + (53031, "584123", 1, 0, 19), + (53032, "584123", 1, 0, 19), + (53033, "584123", 1, 0, 19), + (53034, "584123", 1, 0, 19), + (53035, "584123", 1, 0, 19), + (53036, "584123", 1, 0, 19), + (53037, "584123", 1, 0, 19), + (53038, "584123", 1, 0, 19), + (53039, "584123", 1, 0, 19), + (53040, "584123", 1, 0, 19), + (53041, "584123", 1, 0, 19), + (53042, "584123", 1, 0, 19), + (53043, "584123", 1, 0, 19), + (53044, "584123", 1, 0, 19), + (53045, "584123", 1, 0, 19), + (53046, "584124", 1, 0, 19), + (53047, "584124", 1, 0, 19), + (53048, "584124", 1, 0, 19), + (53049, "584124", 1, 0, 19), + (53050, "584124", 1, 0, 19), + (53051, "584124", 1, 0, 19), + (53052, "584202", 1, 0, 19), + (53053, "584202", 1, 0, 19), + (53054, "584202", 1, 0, 19), + (53055, "584202", 1, 0, 19), + (53056, "584202", 1, 0, 19), + (53057, "584202", 1, 0, 19), + (53058, "584126", 1, 0, 19), + (53059, "584126", 1, 0, 19), + (53060, "584126", 1, 0, 19), + (53061, "584126", 1, 0, 19), + (53062, "584126", 1, 0, 19), + (53063, "584126", 1, 0, 19), + (53064, "584126", 1, 0, 19), + (53065, "584125", 1, 0, 19), + (53066, "584125", 1, 0, 19), + (53067, "584125", 1, 0, 19), + (53068, "584125", 1, 0, 19), + (53069, "584125", 1, 0, 19), + (53070, "584125", 1, 0, 19), + (53071, "584125", 1, 0, 19), + (53072, "584125", 1, 0, 19), + (53073, "584125", 1, 0, 19), + (53074, "584125", 1, 0, 19), + (53075, "584125", 1, 0, 19), + (53076, "584125", 1, 0, 19), + (53077, "584125", 1, 0, 19), + (53078, "584104", 1, 0, 19), + (53079, "584103", 1, 0, 19), + (53080, "584104", 1, 0, 19), + (53081, "584103", 1, 0, 19), + (53082, "584104", 1, 0, 19), + (53083, "584102", 1, 0, 19), + (53084, "584102", 1, 0, 19), + (53085, "584102", 1, 0, 19), + (53086, "584102", 1, 0, 19), + (53087, "584102", 1, 0, 19), + (53088, "584102", 1, 0, 19), + (53089, "584127", 1, 0, 19), + (53090, "584127", 1, 0, 19), + (53091, "584127", 1, 0, 19), + (53092, "584127", 1, 0, 19), + (53093, "584127", 1, 0, 19), + (53094, "584127", 1, 0, 19), + (53095, "584127", 1, 0, 19), + (53096, "584127", 1, 0, 19), + (53097, "584170", 1, 0, 19), + (53098, "584170", 1, 0, 19), + (53099, "584170", 1, 0, 19), + (53100, "584170", 1, 0, 19), + (53101, "584128", 1, 0, 19), + (53102, "584128", 1, 0, 19), + (53103, "584128", 1, 0, 19), + (53104, "584128", 1, 0, 19), + (53105, "584128", 1, 0, 19), + (53106, "584128", 1, 0, 19), + (53107, "584128", 1, 0, 19), + (53108, "584128", 1, 0, 19), + (53109, "584128", 1, 0, 19), + (53110, "584128", 1, 0, 19), + (53111, "584128", 1, 0, 19), + (53112, "584128", 1, 0, 19), + (53113, "584128", 1, 0, 19), + (53114, "584128", 1, 0, 19), + (53115, "584128", 1, 0, 19), + (53116, "584128", 1, 0, 19), + (53117, "584128", 1, 0, 19), + (53118, "584128", 1, 0, 19), + (53119, "584128", 1, 0, 19), + (53120, "584128", 1, 0, 19), + (53121, "584128", 1, 0, 19), + (53122, "584128", 1, 0, 19), + (53123, "584128", 1, 0, 19), + (53124, "584128", 1, 0, 19), + (53125, "584128", 1, 0, 19), + (53126, "584129", 1, 0, 19), + (53127, "584129", 1, 0, 19), + (53128, "584129", 1, 0, 19), + (53129, "584129", 1, 0, 19), + (53130, "584129", 1, 0, 19), + (53131, "584129", 1, 0, 19), + (53132, "584129", 1, 0, 19), + (53133, "584129", 1, 0, 19), + (53134, "584129", 1, 0, 19), + (53135, "584129", 1, 0, 19), + (53136, "584129", 1, 0, 19), + (53137, "584129", 1, 0, 19), + (53138, "584129", 1, 0, 19), + (53139, "584132", 1, 0, 19), + (53140, "584132", 1, 0, 19), + (53141, "584132", 1, 0, 19), + (53142, "584132", 1, 0, 19), + (53143, "584132", 1, 0, 19), + (53144, "584132", 1, 0, 19), + (53145, "584132", 1, 0, 19), + (53146, "584132", 1, 0, 19), + (53147, "584134", 1, 0, 19), + (53148, "584134", 1, 0, 19), + (53149, "584134", 1, 0, 19), + (53150, "584134", 1, 0, 19), + (53151, "584134", 1, 0, 19), + (53152, "584134", 1, 0, 19), + (53153, "584134", 1, 0, 19), + (53154, "584134", 1, 0, 19), + (53155, "584134", 1, 0, 19), + (53156, "584134", 1, 0, 19), + (53157, "584135", 1, 0, 19), + (53158, "584135", 1, 0, 19), + (53159, "584135", 1, 0, 19), + (53160, "584135", 1, 0, 19), + (53161, "584135", 1, 0, 19), + (53162, "584135", 1, 0, 19), + (53163, "584133", 1, 0, 19), + (53164, "584133", 1, 0, 19), + (53165, "584133", 1, 0, 19), + (53166, "584133", 1, 0, 19), + (53167, "584133", 1, 0, 19), + (53168, "584133", 1, 0, 19), + (53169, "577301", 1, 0, 19), + (53170, "577301", 1, 0, 19), + (53171, "577301", 1, 0, 19), + (53172, "577301", 1, 0, 19), + (53173, "577301", 1, 0, 19), + (53174, "577401", 1, 0, 19), + (53175, "577453", 1, 0, 19), + (53176, "577453", 1, 0, 19), + (53177, "577453", 1, 0, 19), + (53178, "577401", 1, 0, 19), + (53179, "577401", 1, 0, 19), + (53180, "577401", 1, 0, 19), + (53181, "577401", 1, 0, 19), + (53182, "577401", 1, 0, 19), + (53183, "577401", 1, 0, 19), + (53184, "577453", 1, 0, 19), + (53185, "577401", 1, 0, 19), + (53186, "577401", 1, 0, 19), + (53187, "577401", 1, 0, 19), + (53188, "577401", 1, 0, 19), + (53189, "577453", 1, 0, 19), + (53190, "577401", 1, 0, 19), + (53191, "577453", 1, 0, 19), + (53192, "577401", 1, 0, 19), + (53193, "577414", 1, 0, 19), + (53194, "577414", 1, 0, 19), + (53195, "577414", 1, 0, 19), + (53196, "577414", 1, 0, 19), + (53197, "577414", 1, 0, 19), + (53198, "577414", 1, 0, 19), + (53199, "577211", 1, 0, 19), + (53200, "577211", 1, 0, 19), + (53201, "577211", 1, 0, 19), + (53202, "577551", 1, 0, 19), + (53203, "577551", 1, 0, 19), + (53204, "577551", 1, 0, 19), + (53205, "577232", 1, 0, 19), + (53206, "577232", 1, 0, 19), + (53207, "577232", 1, 0, 19), + (53208, "577232", 1, 0, 19), + (53209, "577230", 1, 0, 19), + (53210, "577230", 1, 0, 19), + (53211, "577230", 1, 0, 19), + (53212, "577230", 1, 0, 19), + (53213, "577415", 1, 0, 19), + (53214, "577415", 1, 0, 19), + (53215, "577415", 1, 0, 19), + (53216, "577415", 1, 0, 19), + (53217, "577415", 1, 0, 19), + (53218, "577415", 1, 0, 19), + (53219, "577415", 1, 0, 19), + (53220, "577415", 1, 0, 19), + (53221, "577214", 1, 0, 19), + (53222, "577214", 1, 0, 19), + (53223, "577214", 1, 0, 19), + (53224, "577214", 1, 0, 19), + (53225, "577214", 1, 0, 19), + (53226, "577214", 1, 0, 19), + (53227, "577214", 1, 0, 19), + (53228, "577214", 1, 0, 19), + (53229, "577214", 1, 0, 19), + (53230, "577214", 1, 0, 19), + (53231, "577216", 1, 0, 19), + (53232, "577216", 1, 0, 19), + (53233, "577216", 1, 0, 19), + (53234, "577216", 1, 0, 19), + (53235, "577216", 1, 0, 19), + (53236, "577216", 1, 0, 19), + (53237, "577216", 1, 0, 19), + (53238, "577217", 1, 0, 19), + (53239, "577217", 1, 0, 19), + (53240, "577217", 1, 0, 19), + (53241, "577217", 1, 0, 19), + (53242, "577217", 1, 0, 19), + (53243, "577217", 1, 0, 19), + (53244, "577217", 1, 0, 19), + (53245, "577217", 1, 0, 19), + (53246, "577217", 1, 0, 19), + (53247, "577217", 1, 0, 19), + (53248, "577217", 1, 0, 19), + (53249, "577217", 1, 0, 19), + (53250, "577217", 1, 0, 19), + (53251, "577436", 1, 0, 19), + (53252, "577436", 1, 0, 19), + (53253, "577436", 1, 0, 19), + (53254, "577436", 1, 0, 19), + (53255, "577436", 1, 0, 19), + (53256, "577436", 1, 0, 19), + (53257, "577231", 1, 0, 19), + (53258, "577231", 1, 0, 19), + (53259, "577422", 1, 0, 19), + (53260, "577422", 1, 0, 19), + (53261, "577422", 1, 0, 19), + (53262, "577422", 1, 0, 19), + (53263, "577219", 1, 0, 19), + (53264, "577219", 1, 0, 19), + (53265, "577219", 1, 0, 19), + (53266, "577219", 1, 0, 19), + (53267, "577219", 1, 0, 19), + (53268, "577219", 1, 0, 19), + (53269, "577219", 1, 0, 19), + (53270, "577219", 1, 0, 19), + (53271, "577220", 1, 0, 19), + (53272, "577220", 1, 0, 19), + (53273, "577220", 1, 0, 19), + (53274, "577424", 1, 0, 19), + (53275, "577424", 1, 0, 19), + (53276, "577424", 1, 0, 19), + (53277, "577424", 1, 0, 19), + (53278, "577432", 1, 0, 19), + (53279, "577222", 1, 0, 19), + (53280, "577222", 1, 0, 19), + (53281, "577222", 1, 0, 19), + (53282, "577222", 1, 0, 19), + (53283, "577222", 1, 0, 19), + (53284, "577222", 1, 0, 19), + (53285, "577222", 1, 0, 19), + (53286, "577223", 1, 0, 19), + (53287, "577223", 1, 0, 19), + (53288, "577223", 1, 0, 19), + (53289, "577223", 1, 0, 19), + (53290, "577223", 1, 0, 19), + (53291, "577223", 1, 0, 19), + (53292, "577223", 1, 0, 19), + (53293, "577223", 1, 0, 19), + (53294, "577223", 1, 0, 19), + (53295, "577426", 1, 0, 19), + (53296, "577426", 1, 0, 19), + (53297, "577426", 1, 0, 19), + (53298, "577426", 1, 0, 19), + (53299, "577426", 1, 0, 19), + (53300, "577426", 1, 0, 19), + (53301, "577204", 1, 0, 19), + (53302, "577225", 1, 0, 19), + (53303, "577225", 1, 0, 19), + (53304, "577225", 1, 0, 19), + (53305, "577225", 1, 0, 19), + (53306, "577225", 1, 0, 19), + (53307, "577204", 1, 0, 19), + (53308, "577202", 1, 0, 19), + (53309, "577202", 1, 0, 19), + (53310, "577202", 1, 0, 19), + (53311, "577432", 1, 0, 19), + (53312, "577432", 1, 0, 19), + (53313, "577432", 1, 0, 19), + (53314, "577432", 1, 0, 19), + (53315, "577432", 1, 0, 19), + (53316, "577432", 1, 0, 19), + (53317, "577432", 1, 0, 19), + (53318, "577432", 1, 0, 19), + (53319, "577432", 1, 0, 19), + (53320, "577432", 1, 0, 19), + (53321, "577226", 1, 0, 19), + (53322, "577226", 1, 0, 19), + (53323, "577226", 1, 0, 19), + (53324, "577226", 1, 0, 19), + (53325, "577226", 1, 0, 19), + (53326, "577203", 1, 0, 19), + (53327, "577203", 1, 0, 19), + (53328, "577203", 1, 0, 19), + (53329, "577204", 1, 0, 19), + (53330, "577205", 1, 0, 19), + (53331, "577412", 1, 0, 19), + (53332, "577412", 1, 0, 19), + (53333, "577412", 1, 0, 19), + (53334, "577412", 1, 0, 19), + (53335, "577412", 1, 0, 19), + (53336, "577412", 1, 0, 19), + (53337, "577412", 1, 0, 19), + (53338, "577412", 1, 0, 19), + (53339, "577412", 1, 0, 19), + (53340, "577412", 1, 0, 19), + (53341, "577413", 1, 0, 19), + (53342, "577413", 1, 0, 19), + (53343, "577413", 1, 0, 19), + (53344, "577413", 1, 0, 19), + (53345, "577413", 1, 0, 19), + (53346, "577413", 1, 0, 19), + (53347, "577413", 1, 0, 19), + (53348, "577413", 1, 0, 19), + (53349, "577413", 1, 0, 19), + (53350, "577413", 1, 0, 19), + (53351, "577428", 1, 0, 19), + (53352, "577428", 1, 0, 19), + (53353, "577428", 1, 0, 19), + (53354, "577428", 1, 0, 19), + (53355, "577416", 1, 0, 19), + (53356, "577416", 1, 0, 19), + (53357, "577453", 1, 0, 19), + (53358, "577453", 1, 0, 19), + (53359, "577417", 1, 0, 19), + (53360, "577453", 1, 0, 19), + (53361, "577417", 1, 0, 19), + (53362, "577417", 1, 0, 19), + (53363, "577418", 1, 0, 19), + (53364, "577418", 1, 0, 19), + (53365, "577418", 1, 0, 19), + (53366, "577418", 1, 0, 19), + (53367, "577418", 1, 0, 19), + (53368, "577418", 1, 0, 19), + (53369, "577418", 1, 0, 19), + (53370, "577418", 1, 0, 19), + (53371, "577419", 1, 0, 19), + (53372, "577419", 1, 0, 19), + (53373, "577419", 1, 0, 19), + (53374, "577419", 1, 0, 19), + (53375, "577419", 1, 0, 19), + (53376, "577419", 1, 0, 19), + (53377, "577435", 1, 0, 19), + (53378, "577421", 1, 0, 19), + (53379, "577421", 1, 0, 19), + (53380, "577421", 1, 0, 19), + (53381, "577421", 1, 0, 19), + (53382, "577421", 1, 0, 19), + (53383, "577421", 1, 0, 19), + (53384, "577423", 1, 0, 19), + (53385, "577423", 1, 0, 19), + (53386, "577423", 1, 0, 19), + (53387, "577425", 1, 0, 19), + (53388, "577425", 1, 0, 19), + (53389, "577425", 1, 0, 19), + (53390, "577425", 1, 0, 19), + (53391, "577427", 1, 0, 19), + (53392, "577427", 1, 0, 19), + (53393, "577427", 1, 0, 19), + (53394, "577427", 1, 0, 19), + (53395, "577427", 1, 0, 19), + (53396, "577427", 1, 0, 19), + (53397, "577427", 1, 0, 19), + (53398, "577427", 1, 0, 19), + (53399, "577427", 1, 0, 19), + (53400, "577427", 1, 0, 19), + (53401, "577427", 1, 0, 19), + (53402, "577427", 1, 0, 19), + (53403, "577427", 1, 0, 19), + (53404, "577427", 1, 0, 19), + (53405, "577427", 1, 0, 19), + (53406, "577427", 1, 0, 19), + (53407, "577428", 1, 0, 19), + (53408, "577428", 1, 0, 19), + (53409, "577428", 1, 0, 19), + (53410, "577428", 1, 0, 19), + (53411, "577428", 1, 0, 19), + (53412, "577428", 1, 0, 19), + (53413, "577428", 1, 0, 19), + (53414, "577428", 1, 0, 19), + (53415, "577429", 1, 0, 19), + (53416, "577429", 1, 0, 19), + (53417, "577429", 1, 0, 19), + (53418, "577429", 1, 0, 19), + (53419, "577429", 1, 0, 19), + (53420, "577429", 1, 0, 19), + (53421, "577429", 1, 0, 19), + (53422, "577429", 1, 0, 19), + (53423, "577429", 1, 0, 19), + (53424, "577429", 1, 0, 19), + (53425, "577429", 1, 0, 19), + (53426, "577401", 1, 0, 19), + (53427, "577430", 1, 0, 19), + (53428, "577430", 1, 0, 19), + (53429, "577430", 1, 0, 19), + (53430, "577430", 1, 0, 19), + (53431, "577430", 1, 0, 19), + (53432, "577431", 1, 0, 19), + (53433, "577431", 1, 0, 19), + (53434, "577431", 1, 0, 19), + (53435, "577433", 1, 0, 19), + (53436, "577433", 1, 0, 19), + (53437, "577433", 1, 0, 19), + (53438, "577433", 1, 0, 19), + (53439, "577433", 1, 0, 19), + (53440, "577433", 1, 0, 19), + (53441, "577428", 1, 0, 19), + (53442, "577428", 1, 0, 19), + (53443, "577428", 1, 0, 19), + (53444, "577434", 1, 0, 19), + (53445, "577434", 1, 0, 19), + (53446, "577434", 1, 0, 19), + (53447, "577434", 1, 0, 19), + (53448, "577434", 1, 0, 19), + (53449, "577434", 1, 0, 19), + (53450, "577434", 1, 0, 19), + (53451, "577434", 1, 0, 19), + (53452, "577243", 1, 0, 19), + (53453, "577243", 1, 0, 19), + (53454, "577243", 1, 0, 19), + (53455, "577243", 1, 0, 19), + (53456, "577243", 1, 0, 19), + (53457, "577245", 1, 0, 19), + (53458, "577245", 1, 0, 19), + (53459, "577245", 1, 0, 19), + (53460, "577115", 1, 0, 19), + (53461, "577115", 1, 0, 19), + (53462, "577115", 1, 0, 19), + (53463, "577115", 1, 0, 19), + (53464, "577302", 1, 0, 19), + (53465, "577302", 1, 0, 19), + (53466, "577213", 1, 0, 19), + (53467, "577213", 1, 0, 19), + (53468, "577213", 1, 0, 19), + (53469, "577213", 1, 0, 19), + (53470, "577213", 1, 0, 19), + (53471, "577213", 1, 0, 19), + (53472, "577213", 1, 0, 19), + (53473, "577213", 1, 0, 19), + (53474, "577213", 1, 0, 19), + (53475, "577213", 1, 0, 19), + (53476, "577213", 1, 0, 19), + (53477, "577213", 1, 0, 19), + (53478, "577213", 1, 0, 19), + (53479, "577215", 1, 0, 19), + (53480, "577213", 1, 0, 19), + (53481, "577215", 1, 0, 19), + (53482, "577215", 1, 0, 19), + (53483, "577215", 1, 0, 19), + (53484, "577215", 1, 0, 19), + (53485, "577215", 1, 0, 19), + (53486, "577215", 1, 0, 19), + (53487, "577227", 1, 0, 19), + (53488, "577227", 1, 0, 19), + (53489, "577227", 1, 0, 19), + (53490, "577227", 1, 0, 19), + (53491, "577227", 1, 0, 19), + (53492, "577227", 1, 0, 19), + (53493, "577227", 1, 0, 19), + (53494, "577227", 1, 0, 19), + (53495, "577227", 1, 0, 19), + (53496, "577229", 1, 0, 19), + (53497, "577229", 1, 0, 19), + (53498, "577218", 1, 0, 19), + (53499, "577218", 1, 0, 19), + (53500, "577218", 1, 0, 19), + (53501, "577218", 1, 0, 19), + (53502, "577233", 1, 0, 19), + (53503, "577233", 1, 0, 19), + (53504, "577233", 1, 0, 19), + (53505, "577233", 1, 0, 19), + (53506, "577221", 1, 0, 19), + (53507, "577221", 1, 0, 19), + (53508, "577221", 1, 0, 19), + (53509, "577221", 1, 0, 19), + (53510, "577221", 1, 0, 19), + (53511, "577221", 1, 0, 19), + (53512, "577221", 1, 0, 19), + (53513, "577552", 1, 0, 19), + (53514, "577552", 1, 0, 19), + (53515, "577552", 1, 0, 19), + (53516, "577552", 1, 0, 19), + (53517, "577552", 1, 0, 19), + (53518, "577552", 1, 0, 19), + (53519, "577552", 1, 0, 19), + (53520, "577552", 1, 0, 19), + (53521, "577552", 1, 0, 19), + (53522, "577224", 1, 0, 19), + (53523, "577224", 1, 0, 19), + (53524, "577224", 1, 0, 19), + (53525, "577224", 1, 0, 19), + (53526, "577224", 1, 0, 19), + (53527, "577224", 1, 0, 19), + (53528, "577224", 1, 0, 19), + (53529, "577544", 1, 0, 19), + (53530, "577544", 1, 0, 19), + (53531, "577544", 1, 0, 19), + (53532, "577544", 1, 0, 19), + (53533, "560091", 1, 0, 19), + (53534, "560091", 1, 0, 19), + (53535, "560090", 1, 0, 19), + (53536, "560090", 1, 0, 19), + (53537, "560089", 1, 0, 19), + (53538, "560089", 1, 0, 19), + (53539, "560089", 1, 0, 19), + (53540, "560073", 1, 0, 19), + (53541, "560073", 1, 0, 19), + (53542, "560067", 1, 0, 19), + (53543, "560067", 1, 0, 19), + (53544, "560067", 1, 0, 19), + (53545, "560067", 1, 0, 19), + (53546, "560067", 1, 0, 19), + (53547, "560087", 1, 0, 19), + (53548, "560087", 1, 0, 19), + (53549, "560103", 1, 0, 19), + (53550, "560049", 1, 0, 19), + (53551, "560049", 1, 0, 19), + (53552, "560064", 1, 0, 19), + (53553, "560064", 1, 0, 19), + (53554, "560064", 1, 0, 19), + (53555, "581363", 1, 0, 19), + (53556, "581363", 1, 0, 19), + (53557, "581363", 1, 0, 19), + (53558, "581363", 1, 0, 19), + (53559, "581315", 1, 0, 19), + (53560, "581315", 1, 0, 19), + (53561, "581315", 1, 0, 19), + (53562, "581315", 1, 0, 19), + (53563, "581315", 1, 0, 19), + (53564, "581315", 1, 0, 19), + (53565, "581315", 1, 0, 19), + (53566, "581315", 1, 0, 19), + (53567, "581318", 1, 0, 19), + (53568, "581318", 1, 0, 19), + (53569, "581318", 1, 0, 19), + (53570, "581318", 1, 0, 19), + (53571, "581318", 1, 0, 19), + (53572, "581318", 1, 0, 19), + (53573, "581318", 1, 0, 19), + (53574, "581318", 1, 0, 19), + (53575, "581318", 1, 0, 19), + (53576, "581322", 1, 0, 19), + (53577, "581322", 1, 0, 19), + (53578, "581322", 1, 0, 19), + (53579, "581322", 1, 0, 19), + (53580, "581322", 1, 0, 19), + (53581, "581322", 1, 0, 19), + (53582, "581322", 1, 0, 19), + (53583, "581322", 1, 0, 19), + (53584, "581121", 1, 0, 19), + (53585, "581325", 1, 0, 19), + (53586, "581325", 1, 0, 19), + (53587, "581325", 1, 0, 19), + (53588, "581325", 1, 0, 19), + (53589, "581325", 1, 0, 19), + (53590, "581365", 1, 0, 19), + (53591, "581329", 1, 0, 19), + (53592, "581329", 1, 0, 19), + (53593, "581329", 1, 0, 19), + (53594, "581329", 1, 0, 19), + (53595, "581329", 1, 0, 19), + (53596, "581329", 1, 0, 19), + (53597, "581329", 1, 0, 19), + (53598, "581329", 1, 0, 19), + (53599, "581329", 1, 0, 19), + (53600, "581329", 1, 0, 19), + (53601, "581329", 1, 0, 19), + (53602, "581329", 1, 0, 19), + (53603, "581329", 1, 0, 19), + (53604, "581329", 1, 0, 19), + (53605, "581329", 1, 0, 19), + (53606, "581331", 1, 0, 19), + (53607, "581331", 1, 0, 19), + (53608, "581331", 1, 0, 19), + (53609, "581331", 1, 0, 19), + (53610, "581331", 1, 0, 19), + (53611, "581331", 1, 0, 19), + (53612, "581331", 1, 0, 19), + (53613, "581331", 1, 0, 19), + (53614, "581336", 1, 0, 19), + (53615, "581336", 1, 0, 19), + (53616, "581336", 1, 0, 19), + (53617, "581336", 1, 0, 19), + (53618, "581336", 1, 0, 19), + (53619, "581336", 1, 0, 19), + (53620, "581336", 1, 0, 19), + (53621, "581336", 1, 0, 19), + (53622, "581336", 1, 0, 19), + (53623, "581337", 1, 0, 19), + (53624, "581337", 1, 0, 19), + (53625, "581337", 1, 0, 19), + (53626, "581337", 1, 0, 19), + (53627, "581337", 1, 0, 19), + (53628, "581337", 1, 0, 19), + (53629, "581337", 1, 0, 19), + (53630, "581337", 1, 0, 19), + (53631, "581129", 1, 0, 19), + (53632, "581129", 1, 0, 19), + (53633, "581186", 1, 0, 19), + (53634, "581186", 1, 0, 19), + (53635, "581186", 1, 0, 19), + (53636, "581186", 1, 0, 19), + (53637, "581340", 1, 0, 19), + (53638, "581340", 1, 0, 19), + (53639, "581340", 1, 0, 19), + (53640, "581340", 1, 0, 19), + (53641, "581340", 1, 0, 19), + (53642, "581340", 1, 0, 19), + (53643, "581340", 1, 0, 19), + (53644, "581340", 1, 0, 19), + (53645, "581340", 1, 0, 19), + (53646, "581340", 1, 0, 19), + (53647, "581340", 1, 0, 19), + (53648, "581340", 1, 0, 19), + (53649, "581340", 1, 0, 19), + (53650, "581340", 1, 0, 19), + (53651, "581412", 1, 0, 19), + (53652, "581412", 1, 0, 19), + (53653, "581187", 1, 0, 19), + (53654, "581187", 1, 0, 19), + (53655, "581187", 1, 0, 19), + (53656, "581187", 1, 0, 19), + (53657, "581346", 1, 0, 19), + (53658, "581346", 1, 0, 19), + (53659, "581346", 1, 0, 19), + (53660, "581346", 1, 0, 19), + (53661, "581346", 1, 0, 19), + (53662, "581346", 1, 0, 19), + (53663, "581346", 1, 0, 19), + (53664, "581347", 1, 0, 19), + (53665, "581347", 1, 0, 19), + (53666, "581347", 1, 0, 19), + (53667, "581347", 1, 0, 19), + (53668, "581347", 1, 0, 19), + (53669, "581347", 1, 0, 19), + (53670, "581349", 1, 0, 19), + (53671, "581349", 1, 0, 19), + (53672, "581349", 1, 0, 19), + (53673, "581349", 1, 0, 19), + (53674, "581349", 1, 0, 19), + (53675, "581349", 1, 0, 19), + (53676, "581349", 1, 0, 19), + (53677, "581349", 1, 0, 19), + (53678, "581349", 1, 0, 19), + (53679, "581450", 1, 0, 19), + (53680, "581450", 1, 0, 19), + (53681, "581450", 1, 0, 19), + (53682, "581450", 1, 0, 19), + (53683, "581450", 1, 0, 19), + (53684, "581450", 1, 0, 19), + (53685, "581403", 1, 0, 19), + (53686, "581403", 1, 0, 19), + (53687, "581403", 1, 0, 19), + (53688, "581403", 1, 0, 19), + (53689, "581403", 1, 0, 19), + (53690, "581403", 1, 0, 19), + (53691, "581403", 1, 0, 19), + (53692, "581403", 1, 0, 19), + (53693, "581403", 1, 0, 19), + (53694, "581453", 1, 0, 19), + (53695, "581453", 1, 0, 19), + (53696, "581453", 1, 0, 19), + (53697, "581355", 1, 0, 19), + (53698, "581355", 1, 0, 19), + (53699, "581355", 1, 0, 19), + (53700, "581355", 1, 0, 19), + (53701, "581355", 1, 0, 19), + (53702, "581355", 1, 0, 19), + (53703, "581355", 1, 0, 19), + (53704, "581355", 1, 0, 19), + (53705, "581355", 1, 0, 19), + (53706, "581355", 1, 0, 19), + (53707, "581355", 1, 0, 19), + (53708, "581355", 1, 0, 19), + (53709, "581355", 1, 0, 19), + (53710, "581355", 1, 0, 19), + (53711, "581355", 1, 0, 19), + (53712, "581355", 1, 0, 19), + (53713, "581355", 1, 0, 19), + (53714, "581355", 1, 0, 19), + (53715, "581355", 1, 0, 19), + (53716, "581355", 1, 0, 19), + (53717, "581355", 1, 0, 19), + (53718, "581402", 1, 0, 19), + (53719, "581402", 1, 0, 19), + (53720, "581402", 1, 0, 19), + (53721, "581402", 1, 0, 19), + (53722, "581402", 1, 0, 19), + (53723, "581402", 1, 0, 19), + (53724, "581402", 1, 0, 19), + (53725, "581402", 1, 0, 19), + (53726, "581402", 1, 0, 19), + (53727, "581402", 1, 0, 19), + (53728, "581402", 1, 0, 19), + (53729, "581402", 1, 0, 19), + (53730, "581402", 1, 0, 19), + (53731, "581402", 1, 0, 19), + (53732, "581402", 1, 0, 19), + (53733, "581402", 1, 0, 19), + (53734, "581402", 1, 0, 19), + (53735, "581356", 1, 0, 19), + (53736, "581356", 1, 0, 19), + (53737, "581356", 1, 0, 19), + (53738, "581356", 1, 0, 19), + (53739, "581356", 1, 0, 19), + (53740, "581356", 1, 0, 19), + (53741, "581411", 1, 0, 19), + (53742, "581411", 1, 0, 19), + (53743, "581358", 1, 0, 19), + (53744, "581358", 1, 0, 19), + (53745, "581358", 1, 0, 19), + (53746, "581358", 1, 0, 19), + (53747, "581358", 1, 0, 19), + (53748, "581358", 1, 0, 19), + (53749, "581358", 1, 0, 19), + (53750, "581358", 1, 0, 19), + (53751, "581359", 1, 0, 19), + (53752, "581359", 1, 0, 19), + (53753, "581359", 1, 0, 19), + (53754, "581359", 1, 0, 19), + (53755, "581359", 1, 0, 19), + (53756, "581359", 1, 0, 19), + (53757, "581359", 1, 0, 19), + (53758, "581359", 1, 0, 19), + (53759, "581359", 1, 0, 19), + (53760, "581359", 1, 0, 19), + (53761, "581359", 1, 0, 19), + (53762, "581359", 1, 0, 19), + (53763, "581359", 1, 0, 19), + (53764, "581359", 1, 0, 19), + (53765, "572112", 1, 0, 19), + (53766, "572112", 1, 0, 19), + (53767, "572112", 1, 0, 19), + (53768, "572112", 1, 0, 19), + (53769, "572112", 1, 0, 19), + (53770, "572112", 1, 0, 19), + (53771, "572112", 1, 0, 19), + (53772, "572112", 1, 0, 19), + (53773, "572112", 1, 0, 19), + (53774, "572112", 1, 0, 19), + (53775, "572113", 1, 0, 19), + (53776, "572113", 1, 0, 19), + (53777, "572113", 1, 0, 19), + (53778, "572135", 1, 0, 19), + (53779, "572113", 1, 0, 19), + (53780, "572113", 1, 0, 19), + (53781, "572113", 1, 0, 19), + (53782, "572113", 1, 0, 19), + (53783, "572113", 1, 0, 19), + (53784, "572135", 1, 0, 19), + (53785, "572135", 1, 0, 19), + (53786, "572115", 1, 0, 19), + (53787, "572115", 1, 0, 19), + (53788, "572115", 1, 0, 19), + (53789, "572115", 1, 0, 19), + (53790, "572116", 1, 0, 19), + (53791, "572116", 1, 0, 19), + (53792, "572116", 1, 0, 19), + (53793, "572116", 1, 0, 19), + (53794, "572116", 1, 0, 19), + (53795, "572116", 1, 0, 19), + (53796, "572116", 1, 0, 19), + (53797, "572116", 1, 0, 19), + (53798, "572116", 1, 0, 19), + (53799, "572116", 1, 0, 19), + (53800, "572116", 1, 0, 19), + (53801, "572116", 1, 0, 19), + (53802, "572116", 1, 0, 19), + (53803, "572116", 1, 0, 19), + (53804, "572118", 1, 0, 19), + (53805, "572118", 1, 0, 19), + (53806, "572118", 1, 0, 19), + (53807, "572118", 1, 0, 19), + (53808, "572118", 1, 0, 19), + (53809, "572120", 1, 0, 19), + (53810, "572120", 1, 0, 19), + (53811, "572120", 1, 0, 19), + (53812, "572120", 1, 0, 19), + (53813, "572120", 1, 0, 19), + (53814, "572120", 1, 0, 19), + (53815, "572120", 1, 0, 19), + (53816, "572120", 1, 0, 19), + (53817, "572121", 1, 0, 19), + (53818, "572121", 1, 0, 19), + (53819, "572121", 1, 0, 19), + (53820, "572121", 1, 0, 19), + (53821, "572121", 1, 0, 19), + (53822, "572121", 1, 0, 19), + (53823, "572121", 1, 0, 19), + (53824, "572121", 1, 0, 19), + (53825, "572122", 1, 0, 19), + (53826, "572122", 1, 0, 19), + (53827, "572122", 1, 0, 19), + (53828, "572122", 1, 0, 19), + (53829, "572122", 1, 0, 19), + (53830, "572122", 1, 0, 19), + (53831, "572122", 1, 0, 19), + (53832, "572124", 1, 0, 19), + (53833, "572124", 1, 0, 19), + (53834, "572124", 1, 0, 19), + (53835, "572125", 1, 0, 19), + (53836, "572124", 1, 0, 19), + (53837, "572124", 1, 0, 19), + (53838, "572124", 1, 0, 19), + (53839, "572125", 1, 0, 19), + (53840, "572125", 1, 0, 19), + (53841, "572125", 1, 0, 19), + (53842, "572125", 1, 0, 19), + (53843, "572125", 1, 0, 19), + (53844, "572125", 1, 0, 19), + (53845, "572125", 1, 0, 19), + (53846, "572125", 1, 0, 19), + (53847, "572125", 1, 0, 19), + (53848, "572125", 1, 0, 19), + (53849, "572125", 1, 0, 19), + (53850, "572127", 1, 0, 19), + (53851, "572127", 1, 0, 19), + (53852, "572127", 1, 0, 19), + (53853, "572127", 1, 0, 19), + (53854, "572127", 1, 0, 19), + (53855, "572127", 1, 0, 19), + (53856, "572127", 1, 0, 19), + (53857, "572127", 1, 0, 19), + (53858, "572127", 1, 0, 19), + (53859, "572127", 1, 0, 19), + (53860, "572127", 1, 0, 19), + (53861, "572128", 1, 0, 19), + (53862, "572128", 1, 0, 19), + (53863, "572128", 1, 0, 19), + (53864, "572128", 1, 0, 19), + (53865, "572128", 1, 0, 19), + (53866, "572128", 1, 0, 19), + (53867, "572129", 1, 0, 19), + (53868, "572129", 1, 0, 19), + (53869, "572129", 1, 0, 19), + (53870, "572129", 1, 0, 19), + (53871, "572129", 1, 0, 19), + (53872, "572129", 1, 0, 19), + (53873, "572129", 1, 0, 19), + (53874, "572129", 1, 0, 19), + (53875, "572129", 1, 0, 19), + (53876, "572129", 1, 0, 19), + (53877, "572129", 1, 0, 19), + (53878, "572129", 1, 0, 19), + (53879, "572129", 1, 0, 19), + (53880, "572129", 1, 0, 19), + (53881, "591345", 1, 0, 19), + (53882, "574143", 1, 0, 19), + (53883, "570018", 1, 0, 19), + (53884, "560077", 1, 0, 19), + (53885, "577427", 1, 0, 19), + (53886, "573202", 1, 0, 19), + (53887, "587102", 1, 0, 19), + (53888, "587102", 1, 0, 19), + (53889, "587104", 1, 0, 19), + (53890, "587104", 1, 0, 19), + (53891, "587102", 1, 0, 19), + (53892, "587102", 1, 0, 19), + (53893, "587102", 1, 0, 19), + (53894, "587316", 1, 0, 19), + (53895, "587316", 1, 0, 19), + (53896, "587316", 1, 0, 19), + (53897, "562106", 1, 0, 19), + (53898, "562125", 1, 0, 19), + (53899, "562162", 1, 0, 19), + (53900, "562162", 1, 0, 19), + (53901, "571430", 1, 0, 19), + (53902, "571432", 1, 0, 19), + (53903, "583213", 1, 0, 19), + (53904, "570008", 1, 0, 19), + (53905, "560076", 1, 0, 19), + (53906, "560099", 1, 0, 19), + (53907, "562106", 1, 0, 19), + (53908, "585216", 1, 0, 19), + (53909, "577522", 1, 0, 19), + (53910, "561212", 1, 0, 19), + (53911, "577136", 1, 0, 19), + (53912, "574202", 1, 0, 19), + (53913, "591302", 1, 0, 19), + (53914, "591346", 1, 0, 19), + (53915, "591111", 1, 0, 19), + (53916, "591120", 1, 0, 19), + (53917, "580028", 1, 0, 19), + (53918, "571490", 1, 0, 19), + (53919, "577596", 1, 0, 19), + (53920, "577596", 1, 0, 19), + (53921, "577596", 1, 0, 19), + (53922, "586113", 1, 0, 19), + (53923, "586113", 1, 0, 19), + (53924, "586113", 1, 0, 19), + (53925, "586113", 1, 0, 19), + (53926, "591126", 1, 0, 19), + (53927, "562120", 1, 0, 19), + (53928, "573116", 1, 0, 19), + (53929, "571425", 1, 0, 19), + (53930, "573133", 1, 0, 19), + (53931, "563133", 1, 0, 19), + (53932, "571490", 1, 0, 19), + (53933, "581402", 1, 0, 19), + (53934, "573120", 1, 0, 19), + (53935, "591117", 1, 0, 19), + (53936, "573226", 1, 0, 19), + (53937, "573226", 1, 0, 19), + (53938, "573226", 1, 0, 19), + (53939, "573226", 1, 0, 19), + (53940, "571101", 1, 0, 19), + (53941, "563133", 1, 0, 19), + (53942, "573212", 1, 0, 19), + (53943, "571320", 1, 0, 19), + (53944, "577217", 1, 0, 19), + (53945, "571405", 1, 0, 19), + (53946, "591126", 1, 0, 19), + (53947, "585315", 1, 0, 19), + (53948, "581205", 1, 0, 19), + (53949, "577425", 1, 0, 19), + (53950, "577425", 1, 0, 19), + (53951, "577425", 1, 0, 19), + (53952, "583287", 1, 0, 19), + (53953, "583287", 1, 0, 19), + (53954, "583287", 1, 0, 19), + (53955, "583287", 1, 0, 19), + (53956, "583287", 1, 0, 19), + (53957, "562159", 1, 0, 19), + (53958, "577007", 1, 0, 19), + (53959, "574199", 1, 0, 19), + (53960, "583277", 1, 0, 19), + (53961, "577101", 1, 0, 19), + (53962, "583277", 1, 0, 19), + (53963, "583277", 1, 0, 19), + (53964, "584128", 1, 0, 19), + (53965, "574142", 1, 0, 19), + (53966, "583237", 1, 0, 19), + (53967, "583237", 1, 0, 19), + (53968, "583237", 1, 0, 19), + (53969, "583237", 1, 0, 19), + (53970, "583237", 1, 0, 19), + (53971, "583237", 1, 0, 19), + (53972, "584104", 1, 0, 19), + (53973, "584104", 1, 0, 19), + (53974, "584138", 1, 0, 19), + (53975, "583277", 1, 0, 19), + (53976, "576121", 1, 0, 19), + (53977, "574154", 1, 0, 19), + (53978, "591108", 1, 0, 19), + (53979, "591108", 1, 0, 19), + (53980, "591108", 1, 0, 19), + (53981, "590014", 1, 0, 19), + (53982, "590018", 1, 0, 19), + (53983, "590018", 1, 0, 19), + (53984, "591345", 1, 0, 19), + (53985, "591345", 1, 0, 19), + (53986, "591128", 1, 0, 19), + (53987, "591128", 1, 0, 19), + (53988, "591128", 1, 0, 19), + (53989, "591128", 1, 0, 19), + (53990, "591128", 1, 0, 19), + (53991, "591301", 1, 0, 19), + (53992, "591301", 1, 0, 19), + (53993, "591120", 1, 0, 19), + (53994, "591301", 1, 0, 19), + (53995, "591301", 1, 0, 19), + (53996, "591120", 1, 0, 19), + (53997, "591120", 1, 0, 19), + (53998, "591120", 1, 0, 19), + (53999, "591120", 1, 0, 19), + (54000, "591120", 1, 0, 19), + (54001, "591302", 1, 0, 19), + (54002, "591345", 1, 0, 19), + (54003, "591302", 1, 0, 19), + (54004, "590018", 1, 0, 19), + (54005, "590014", 1, 0, 19), + (54006, "590018", 1, 0, 19), + (54007, "590014", 1, 0, 19), + (54008, "591120", 1, 0, 19), + (54009, "591120", 1, 0, 19), + (54010, "591120", 1, 0, 19), + (54011, "591108", 1, 0, 19), + (54012, "591108", 1, 0, 19), + (54013, "591108", 1, 0, 19), + (54014, "591108", 1, 0, 19), + (54015, "591108", 1, 0, 19), + (54016, "590008", 1, 0, 19), + (54017, "590008", 1, 0, 19), + (54018, "591143", 1, 0, 19), + (54019, "591143", 1, 0, 19), + (54020, "591143", 1, 0, 19), + (54021, "574154", 1, 0, 19), + (54022, "591143", 1, 0, 19), + (54023, "591156", 1, 0, 19), + (54024, "591302", 1, 0, 19), + (54025, "591143", 1, 0, 19), + (54026, "591302", 1, 0, 19), + (54027, "591302", 1, 0, 19), + (54028, "591302", 1, 0, 19), + (54029, "591302", 1, 0, 19), + (54030, "591302", 1, 0, 19), + (54031, "591302", 1, 0, 19), + (54032, "591302", 1, 0, 19), + (54033, "591302", 1, 0, 19), + (54034, "591345", 1, 0, 19), + (54035, "591302", 1, 0, 19), + (54036, "591302", 1, 0, 19), + (54037, "574197", 1, 0, 19), + (54038, "574122", 1, 0, 19), + (54039, "574122", 1, 0, 19), + (54040, "574107", 1, 0, 19), + (54041, "577223", 1, 0, 19), + (54042, "574226", 1, 0, 19), + (54043, "577223", 1, 0, 19), + (54044, "574114", 1, 0, 19), + (54045, "574227", 1, 0, 19), + (54046, "574102", 1, 0, 19), + (54047, "574239", 1, 0, 19), + (54048, "574239", 1, 0, 19), + (54049, "574239", 1, 0, 19), + (54050, "582205", 1, 0, 19), + (54051, "574239", 1, 0, 19), + (54052, "582205", 1, 0, 19), + (54053, "582205", 1, 0, 19), + (54054, "574239", 1, 0, 19), + (54055, "582205", 1, 0, 19), + (54056, "582205", 1, 0, 19), + (54057, "574212", 1, 0, 19), + (54058, "582211", 1, 0, 19), + (54059, "582211", 1, 0, 19), + (54060, "574214", 1, 0, 19), + (54061, "574210", 1, 0, 19), + (54062, "574228", 1, 0, 19), + (54063, "574325", 1, 0, 19), + (54064, "574221", 1, 0, 19), + (54065, "574243", 1, 0, 19), + (54066, "574154", 1, 0, 19), + (54067, "574222", 1, 0, 19), + (54068, "574325", 1, 0, 19), + (54069, "574219", 1, 0, 19), + (54070, "574107", 1, 0, 19), + (54071, "574110", 1, 0, 19), + (54072, "576117", 1, 0, 19), + (54073, "576117", 1, 0, 19), + (54074, "574114", 1, 0, 19), + (54075, "574226", 1, 0, 19), + (54076, "577160", 1, 0, 19), + (54077, "574143", 1, 0, 19), + (54078, "577160", 1, 0, 19), + (54079, "574260", 1, 0, 19), + (54080, "574260", 1, 0, 19), + (54081, "574253", 1, 0, 19), + (54082, "577160", 1, 0, 19), + (54083, "577179", 1, 0, 19), + (54084, "577168", 1, 0, 19), + (54085, "574228", 1, 0, 19), + (54086, "574241", 1, 0, 19), + (54087, "574241", 1, 0, 19), + (54088, "574228", 1, 0, 19), + (54089, "574279", 1, 0, 19), + (54090, "574202", 1, 0, 19), + (54091, "574217", 1, 0, 19), + (54092, "574219", 1, 0, 19), + (54093, "574222", 1, 0, 19), + (54094, "591310", 1, 0, 19), + (54095, "591310", 1, 0, 19), + (54096, "591218", 1, 0, 19), + (54097, "591306", 1, 0, 19), + (54098, "591218", 1, 0, 19), + (54099, "591309", 1, 0, 19), + (54100, "591233", 1, 0, 19), + (54101, "591309", 1, 0, 19), + (54102, "591309", 1, 0, 19), + (54103, "591310", 1, 0, 19), + (54104, "591233", 1, 0, 19), + (54105, "591310", 1, 0, 19), + (54106, "591309", 1, 0, 19), + (54107, "591309", 1, 0, 19), + (54108, "591309", 1, 0, 19), + (54109, "591309", 1, 0, 19), + (54110, "591101", 1, 0, 19), + (54111, "574110", 1, 0, 19), + (54112, "576112", 1, 0, 19), + (54113, "574119", 1, 0, 19), + (54114, "587112", 1, 0, 19), + (54115, "587112", 1, 0, 19), + (54116, "587112", 1, 0, 19), + (54117, "587112", 1, 0, 19), + (54118, "587112", 1, 0, 19), + (54119, "587112", 1, 0, 19), + (54120, "587112", 1, 0, 19), + (54121, "587112", 1, 0, 19), + (54122, "574144", 1, 0, 19), + (54123, "574117", 1, 0, 19), + (54124, "574113", 1, 0, 19), + (54125, "576213", 1, 0, 19), + (54126, "576113", 1, 0, 19), + (54127, "576108", 1, 0, 19), + (54128, "576105", 1, 0, 19), + (54129, "576213", 1, 0, 19), + (54130, "574106", 1, 0, 19), + (54131, "576122", 1, 0, 19), + (54132, "576103", 1, 0, 19), + (54133, "574105", 1, 0, 19), + (54134, "576230", 1, 0, 19), + (54135, "576211", 1, 0, 19), + (54136, "576283", 1, 0, 19), + (54137, "576219", 1, 0, 19), + (54138, "576224", 1, 0, 19), + (54139, "576230", 1, 0, 19), + (54140, "577428", 1, 0, 19), + (54141, "577417", 1, 0, 19), + (54142, "580007", 1, 0, 19), + (54143, "582208", 1, 0, 19), + (54144, "583217", 1, 0, 19), + (54145, "583217", 1, 0, 19), + (54146, "583125", 1, 0, 19), + (54147, "583125", 1, 0, 19), + (54148, "583217", 1, 0, 19), + (54149, "583217", 1, 0, 19), + (54150, "583217", 1, 0, 19), + (54151, "583217", 1, 0, 19), + (54152, "583213", 1, 0, 19), + (54153, "583213", 1, 0, 19), + (54154, "583213", 1, 0, 19), + (54155, "583213", 1, 0, 19), + (54156, "583213", 1, 0, 19), + (54157, "583213", 1, 0, 19), + (54158, "583213", 1, 0, 19), + (54159, "583137", 1, 0, 19), + (54160, "583137", 1, 0, 19), + (54161, "583137", 1, 0, 19), + (54162, "583137", 1, 0, 19), + (54163, "583137", 1, 0, 19), + (54164, "583137", 1, 0, 19), + (54165, "583137", 1, 0, 19), + (54166, "583137", 1, 0, 19), + (54167, "583137", 1, 0, 19), + (54168, "583137", 1, 0, 19), + (54169, "583137", 1, 0, 19), + (54170, "583137", 1, 0, 19), + (54171, "583137", 1, 0, 19), + (54172, "583131", 1, 0, 19), + (54173, "583131", 1, 0, 19), + (54174, "583131", 1, 0, 19), + (54175, "583131", 1, 0, 19), + (54176, "583131", 1, 0, 19), + (54177, "583131", 1, 0, 19), + (54178, "583131", 1, 0, 19), + (54179, "583131", 1, 0, 19), + (54180, "583131", 1, 0, 19), + (54181, "583131", 1, 0, 19), + (54182, "583131", 1, 0, 19), + (54183, "583125", 1, 0, 19), + (54184, "583125", 1, 0, 19), + (54185, "583125", 1, 0, 19), + (54186, "583125", 1, 0, 19), + (54187, "583125", 1, 0, 19), + (54188, "583125", 1, 0, 19), + (54189, "583125", 1, 0, 19), + (54190, "583125", 1, 0, 19), + (54191, "583125", 1, 0, 19), + (54192, "583125", 1, 0, 19), + (54193, "583125", 1, 0, 19), + (54194, "583125", 1, 0, 19), + (54195, "583125", 1, 0, 19), + (54196, "583125", 1, 0, 19), + (54197, "583125", 1, 0, 19), + (54198, "583127", 1, 0, 19), + (54199, "583127", 1, 0, 19), + (54200, "583127", 1, 0, 19), + (54201, "583127", 1, 0, 19), + (54202, "583127", 1, 0, 19), + (54203, "583127", 1, 0, 19), + (54204, "583127", 1, 0, 19), + (54205, "561202", 1, 0, 19), + (54206, "581123", 1, 0, 19), + (54207, "581208", 1, 0, 19), + (54208, "581208", 1, 0, 19), + (54209, "581109", 1, 0, 19), + (54210, "581109", 1, 0, 19), + (54211, "581109", 1, 0, 19), + (54212, "581109", 1, 0, 19), + (54213, "581109", 1, 0, 19), + (54214, "581109", 1, 0, 19), + (54215, "581109", 1, 0, 19), + (54216, "581208", 1, 0, 19), + (54217, "581208", 1, 0, 19), + (54218, "581208", 1, 0, 19), + (54219, "581208", 1, 0, 19), + (54220, "581208", 1, 0, 19), + (54221, "581208", 1, 0, 19), + (54222, "581208", 1, 0, 19), + (54223, "581208", 1, 0, 19), + (54224, "581208", 1, 0, 19), + (54225, "581198", 1, 0, 19), + (54226, "581106", 1, 0, 19), + (54227, "581106", 1, 0, 19), + (54228, "581106", 1, 0, 19), + (54229, "581198", 1, 0, 19), + (54230, "581106", 1, 0, 19), + (54231, "581198", 1, 0, 19), + (54232, "581106", 1, 0, 19), + (54233, "581106", 1, 0, 19), + (54234, "581145", 1, 0, 19), + (54235, "581145", 1, 0, 19), + (54236, "581106", 1, 0, 19), + (54237, "581106", 1, 0, 19), + (54238, "581106", 1, 0, 19), + (54239, "581123", 1, 0, 19), + (54240, "581123", 1, 0, 19), + (54241, "581123", 1, 0, 19), + (54242, "581123", 1, 0, 19), + (54243, "581111", 1, 0, 19), + (54244, "581111", 1, 0, 19), + (54245, "581111", 1, 0, 19), + (54246, "581111", 1, 0, 19), + (54247, "581111", 1, 0, 19), + (54248, "581109", 1, 0, 19), + (54249, "581109", 1, 0, 19), + (54250, "581109", 1, 0, 19), + (54251, "581111", 1, 0, 19), + (54252, "581111", 1, 0, 19), + (54253, "581111", 1, 0, 19), + (54254, "581111", 1, 0, 19), + (54255, "581111", 1, 0, 19), + (54256, "581210", 1, 0, 19), + (54257, "581210", 1, 0, 19), + (54258, "581210", 1, 0, 19), + (54259, "581210", 1, 0, 19), + (54260, "581210", 1, 0, 19), + (54261, "581210", 1, 0, 19), + (54262, "581210", 1, 0, 19), + (54263, "581210", 1, 0, 19), + (54264, "581211", 1, 0, 19), + (54265, "581211", 1, 0, 19), + (54266, "581116", 1, 0, 19), + (54267, "581116", 1, 0, 19), + (54268, "581116", 1, 0, 19), + (54269, "581116", 1, 0, 19), + (54270, "581119", 1, 0, 19), + (54271, "581119", 1, 0, 19), + (54272, "581119", 1, 0, 19), + (54273, "581119", 1, 0, 19), + (54274, "581119", 1, 0, 19), + (54275, "581119", 1, 0, 19), + (54276, "581119", 1, 0, 19), + (54277, "581119", 1, 0, 19), + (54278, "581119", 1, 0, 19), + (54279, "577452", 1, 0, 19), + (54280, "581116", 1, 0, 19), + (54281, "581116", 1, 0, 19), + (54282, "577204", 1, 0, 19), + (54283, "563157", 1, 0, 19), + (54284, "577452", 1, 0, 19), + (54285, "562103", 1, 0, 19), + (54286, "562103", 1, 0, 19), + (54287, "562103", 1, 0, 19), + (54288, "562103", 1, 0, 19), + (54289, "561207", 1, 0, 19), + (54290, "561207", 1, 0, 19), + (54291, "561207", 1, 0, 19), + (54292, "561207", 1, 0, 19), + (54293, "561207", 1, 0, 19), + (54294, "561207", 1, 0, 19), + (54295, "561207", 1, 0, 19), + (54296, "561207", 1, 0, 19), + (54297, "561207", 1, 0, 19), + (54298, "561207", 1, 0, 19), + (54299, "561207", 1, 0, 19), + (54300, "561207", 1, 0, 19), + (54301, "561207", 1, 0, 19), + (54302, "561207", 1, 0, 19), + (54303, "585226", 1, 0, 19), + (54304, "563131", 1, 0, 19), + (54305, "577411", 1, 0, 19), + (54306, "577411", 1, 0, 19), + (54307, "577411", 1, 0, 19), + (54308, "577411", 1, 0, 19), + (54309, "577452", 1, 0, 19), + (54310, "577452", 1, 0, 19), + (54311, "573210", 1, 0, 19), + (54312, "573121", 1, 0, 19), + (54313, "562123", 1, 0, 19), + (54314, "591317", 1, 0, 19), + (54315, "591317", 1, 0, 19), + (54316, "591317", 1, 0, 19), + (54317, "573131", 1, 0, 19), + (54318, "581401", 1, 0, 19), + (54319, "581201", 1, 0, 19), + (54320, "581201", 1, 0, 19), + (54321, "581201", 1, 0, 19), + (54322, "591218", 1, 0, 19), + (54323, "591306", 1, 0, 19), + (54324, "591306", 1, 0, 19), + (54325, "591306", 1, 0, 19), + (54326, "561101", 1, 0, 19), + (54327, "562109", 1, 0, 19), + (54328, "591306", 1, 0, 19), + (54329, "581401", 1, 0, 19), + (54330, "581401", 1, 0, 19), + (54331, "581359", 1, 0, 19), + (54332, "581355", 1, 0, 19), + (54333, "581402", 1, 0, 19), + (54334, "560056", 1, 0, 19), + (54335, "560076", 1, 0, 19), + (54336, "560068", 1, 0, 19), + (54337, "560060", 1, 0, 19), + (54338, "560060", 1, 0, 19), + (54339, "560074", 1, 0, 19), + (54340, "560074", 1, 0, 19), + (54341, "560083", 1, 0, 19), + (54342, "560099", 1, 0, 19), + (54343, "560099", 1, 0, 19), + (54344, "560082", 1, 0, 19), + (54345, "560116", 1, 0, 19), + (54346, "560116", 1, 0, 19), + (54347, "560116", 1, 0, 19), + (54348, "560116", 1, 0, 19), + (54349, "560083", 1, 0, 19), + (54350, "577224", 1, 0, 19), + (54351, "577202", 1, 0, 19), + (54352, "571110", 1, 0, 19), + (54353, "582116", 1, 0, 19), + (54354, "582112", 1, 0, 19), + (54355, "582103", 1, 0, 19), + (54356, "582103", 1, 0, 19), + (54357, "582103", 1, 0, 19), + (54358, "582103", 1, 0, 19), + (54359, "582209", 1, 0, 19), + (54360, "582209", 1, 0, 19), + (54361, "582209", 1, 0, 19), + (54362, "583236", 1, 0, 19), + (54363, "583284", 1, 0, 19), + (54364, "591102", 1, 0, 19), + (54365, "591106", 1, 0, 19), + (54366, "591115", 1, 0, 19), + (54367, "591103", 1, 0, 19), + (54368, "590005", 1, 0, 19), + (54369, "590014", 1, 0, 19), + (54370, "591123", 1, 0, 19), + (54371, "591123", 1, 0, 19), + (54372, "591123", 1, 0, 19), + (54373, "591123", 1, 0, 19), + (54374, "581128", 1, 0, 19), + (54375, "581128", 1, 0, 19), + (54376, "581102", 1, 0, 19), + (54377, "581115", 1, 0, 19), + (54378, "585302", 1, 0, 19), + (54379, "585102", 1, 0, 19), + (54380, "585236", 1, 0, 19), + (54381, "560034", 1, 0, 19), + (54382, "581384", 1, 0, 19), + (54383, "581440", 1, 0, 19), + (54384, "581352", 1, 0, 19), + (54385, "581400", 1, 0, 19), + (54386, "581314", 1, 0, 19), + (54387, "581314", 1, 0, 19), + (54388, "581314", 1, 0, 19), + (54389, "581314", 1, 0, 19), + (54390, "581314", 1, 0, 19), + (54391, "581314", 1, 0, 19), + (54392, "581314", 1, 0, 19), + (54393, "581314", 1, 0, 19), + (54394, "581314", 1, 0, 19), + (54395, "581314", 1, 0, 19), + (54396, "581314", 1, 0, 19), + (54397, "581314", 1, 0, 19), + (54398, "573214", 1, 0, 19), + (54399, "577518", 1, 0, 19), + (54400, "577518", 1, 0, 19), + (54401, "577518", 1, 0, 19), + (54402, "577518", 1, 0, 19), + (54403, "577518", 1, 0, 19), + (54404, "577522", 1, 0, 19), + (54405, "577556", 1, 0, 19), + (54406, "577556", 1, 0, 19), + (54407, "577556", 1, 0, 19), + (54408, "577556", 1, 0, 19), + (54409, "577556", 1, 0, 19), + (54410, "577512", 1, 0, 19), + (54411, "577512", 1, 0, 19), + (54412, "577512", 1, 0, 19), + (54413, "577512", 1, 0, 19), + (54414, "577512", 1, 0, 19), + (54415, "577512", 1, 0, 19), + (54416, "577512", 1, 0, 19), + (54417, "577513", 1, 0, 19), + (54418, "577513", 1, 0, 19), + (54419, "577513", 1, 0, 19), + (54420, "577513", 1, 0, 19), + (54421, "577513", 1, 0, 19), + (54422, "577513", 1, 0, 19), + (54423, "577553", 1, 0, 19), + (54424, "577553", 1, 0, 19), + (54425, "577553", 1, 0, 19), + (54426, "577553", 1, 0, 19), + (54427, "577553", 1, 0, 19), + (54428, "577553", 1, 0, 19), + (54429, "577553", 1, 0, 19), + (54430, "577553", 1, 0, 19), + (54431, "577523", 1, 0, 19), + (54432, "577523", 1, 0, 19), + (54433, "577523", 1, 0, 19), + (54434, "577523", 1, 0, 19), + (54435, "577523", 1, 0, 19), + (54436, "577523", 1, 0, 19), + (54437, "577601", 1, 0, 19), + (54438, "577528", 1, 0, 19), + (54439, "577528", 1, 0, 19), + (54440, "577528", 1, 0, 19), + (54441, "577528", 1, 0, 19), + (54442, "577528", 1, 0, 19), + (54443, "577528", 1, 0, 19), + (54444, "577528", 1, 0, 19), + (54445, "577528", 1, 0, 19), + (54446, "577528", 1, 0, 19), + (54447, "577528", 1, 0, 19), + (54448, "577528", 1, 0, 19), + (54449, "577528", 1, 0, 19), + (54450, "577528", 1, 0, 19), + (54451, "577528", 1, 0, 19), + (54452, "577528", 1, 0, 19), + (54453, "577528", 1, 0, 19), + (54454, "577528", 1, 0, 19), + (54455, "577002", 1, 0, 19), + (54456, "577002", 1, 0, 19), + (54457, "577002", 1, 0, 19), + (54458, "577002", 1, 0, 19), + (54459, "577002", 1, 0, 19), + (54460, "577002", 1, 0, 19), + (54461, "577002", 1, 0, 19), + (54462, "577002", 1, 0, 19), + (54463, "577007", 1, 0, 19), + (54464, "577002", 1, 0, 19), + (54465, "577534", 1, 0, 19), + (54466, "577534", 1, 0, 19), + (54467, "577534", 1, 0, 19), + (54468, "577534", 1, 0, 19), + (54469, "577534", 1, 0, 19), + (54470, "577534", 1, 0, 19), + (54471, "577534", 1, 0, 19), + (54472, "577003", 1, 0, 19), + (54473, "577557", 1, 0, 19), + (54474, "577557", 1, 0, 19), + (54475, "577557", 1, 0, 19), + (54476, "577557", 1, 0, 19), + (54477, "577557", 1, 0, 19), + (54478, "577557", 1, 0, 19), + (54479, "577557", 1, 0, 19), + (54480, "577557", 1, 0, 19), + (54481, "571440", 1, 0, 19), + (54482, "574142", 1, 0, 19), + (54483, "575011", 1, 0, 19), + (54484, "574146", 1, 0, 19), + (54485, "574146", 1, 0, 19), + (54486, "576111", 1, 0, 19), + (54487, "576121", 1, 0, 19), + (54488, "571108", 1, 0, 19), + (54489, "570026", 1, 0, 19), + (54490, "572175", 1, 0, 19), + (54491, "572118", 1, 0, 19), + (54492, "572105", 1, 0, 19), + (54493, "573129", 1, 0, 19), + (54494, "574227", 1, 0, 19), + (54495, "574323", 1, 0, 19), + (54496, "574210", 1, 0, 19), + (54497, "574239", 1, 0, 19), + (54498, "574116", 1, 0, 19), + (54499, "574116", 1, 0, 19), + (54500, "574111", 1, 0, 19), + (54501, "574111", 1, 0, 19), + (54502, "576217", 1, 0, 19), + (54503, "576232", 1, 0, 19), + (54504, "574211", 1, 0, 19), + (54505, "560092", 1, 0, 19), + (54506, "560092", 1, 0, 19), + (54507, "560092", 1, 0, 19), + (54508, "560037", 1, 0, 19), + (54509, "560048", 1, 0, 19), + (54510, "560064", 1, 0, 19), + (54511, "574154", 1, 0, 19), + (54512, "575008", 1, 0, 19), + (54513, "574199", 1, 0, 19), + (54514, "574144", 1, 0, 19), + (54515, "574154", 1, 0, 19), + (54516, "574142", 1, 0, 19), + (54517, "574150", 1, 0, 19), + (54518, "575023", 1, 0, 19), + (54519, "571431", 1, 0, 19), + (54520, "581205", 1, 0, 19), + (54521, "573137", 1, 0, 19), + (54522, "573137", 1, 0, 19), + (54523, "573137", 1, 0, 19), + (54524, "574274", 1, 0, 19), + (54525, "577529", 1, 0, 19), + (54526, "577432", 1, 0, 19), + (54527, "577598", 1, 0, 19), + (54528, "577511", 1, 0, 19), + (54529, "587330", 1, 0, 19), + (54530, "587330", 1, 0, 19), + (54531, "587330", 1, 0, 19), + (54532, "587330", 1, 0, 19), + (54533, "587330", 1, 0, 19), + (54534, "587330", 1, 0, 19), + (54535, "587330", 1, 0, 19), + (54536, "587330", 1, 0, 19), + (54537, "587330", 1, 0, 19), + (54538, "561208", 1, 0, 19), + (54539, "586113", 1, 0, 19), + (54540, "571601", 1, 0, 19), + (54541, "571107", 1, 0, 19), + (54542, "577421", 1, 0, 19), + (54543, "577428", 1, 0, 19), + (54544, "571476", 1, 0, 19), + (54545, "571475", 1, 0, 19), + (54546, "572223", 1, 0, 19), + (54547, "560105", 1, 0, 19), + (54548, "560105", 1, 0, 19), + (54549, "560105", 1, 0, 19), + (54550, "581204", 1, 0, 19), + (54551, "581204", 1, 0, 19), + (54552, "581204", 1, 0, 19), + (54553, "580024", 1, 0, 19), + (54554, "580024", 1, 0, 19), + (54555, "580024", 1, 0, 19), + (54556, "581196", 1, 0, 19), + (54557, "581196", 1, 0, 19), + (54558, "581196", 1, 0, 19), + (54559, "571189", 1, 0, 19), + (54560, "577428", 1, 0, 19), + (54561, "575007", 1, 0, 19), + (54562, "575007", 1, 0, 19), + (54563, "574144", 1, 0, 19), + (54564, "574151", 1, 0, 19), + (54565, "574151", 1, 0, 19), + (54566, "574143", 1, 0, 19), + (54567, "574144", 1, 0, 19), + (54568, "575019", 1, 0, 19), + (54569, "591224", 1, 0, 19), + (54570, "574199", 1, 0, 19), + (54571, "575022", 1, 0, 19), + (54572, "571118", 1, 0, 19), + (54573, "574154", 1, 0, 19), + (54574, "571313", 1, 0, 19), + (54575, "591124", 1, 0, 19), + (54576, "591112", 1, 0, 19), + (54577, "571320", 1, 0, 19), + (54578, "571109", 1, 0, 19), + (54579, "571109", 1, 0, 19), + (54580, "571109", 1, 0, 19), + (54581, "571109", 1, 0, 19), + (54582, "571109", 1, 0, 19), + (54583, "571109", 1, 0, 19), + (54584, "571109", 1, 0, 19), + (54585, "571109", 1, 0, 19), + (54586, "571109", 1, 0, 19), + (54587, "571109", 1, 0, 19), + (54588, "571109", 1, 0, 19), + (54589, "571109", 1, 0, 19), + (54590, "571109", 1, 0, 19), + (54591, "571111", 1, 0, 19), + (54592, "571111", 1, 0, 19), + (54593, "571111", 1, 0, 19), + (54594, "571111", 1, 0, 19), + (54595, "571111", 1, 0, 19), + (54596, "571111", 1, 0, 19), + (54597, "571111", 1, 0, 19), + (54598, "571111", 1, 0, 19), + (54599, "571111", 1, 0, 19), + (54600, "571111", 1, 0, 19), + (54601, "571111", 1, 0, 19), + (54602, "571111", 1, 0, 19), + (54603, "571111", 1, 0, 19), + (54604, "571111", 1, 0, 19), + (54605, "571111", 1, 0, 19), + (54606, "571111", 1, 0, 19), + (54607, "571111", 1, 0, 19), + (54608, "571111", 1, 0, 19), + (54609, "571111", 1, 0, 19), + (54610, "571111", 1, 0, 19), + (54611, "571111", 1, 0, 19), + (54612, "571111", 1, 0, 19), + (54613, "571126", 1, 0, 19), + (54614, "571126", 1, 0, 19), + (54615, "571126", 1, 0, 19), + (54616, "571126", 1, 0, 19), + (54617, "571126", 1, 0, 19), + (54618, "571126", 1, 0, 19), + (54619, "571128", 1, 0, 19), + (54620, "571128", 1, 0, 19), + (54621, "571128", 1, 0, 19), + (54622, "571128", 1, 0, 19), + (54623, "571128", 1, 0, 19), + (54624, "571128", 1, 0, 19), + (54625, "571128", 1, 0, 19), + (54626, "571128", 1, 0, 19), + (54627, "571314", 1, 0, 19), + (54628, "571314", 1, 0, 19), + (54629, "571314", 1, 0, 19), + (54630, "571314", 1, 0, 19), + (54631, "571314", 1, 0, 19), + (54632, "571314", 1, 0, 19), + (54633, "571314", 1, 0, 19), + (54634, "571314", 1, 0, 19), + (54635, "571314", 1, 0, 19), + (54636, "571315", 1, 0, 19), + (54637, "571315", 1, 0, 19), + (54638, "571315", 1, 0, 19), + (54639, "571315", 1, 0, 19), + (54640, "571315", 1, 0, 19), + (54641, "571315", 1, 0, 19), + (54642, "571315", 1, 0, 19), + (54643, "571315", 1, 0, 19), + (54644, "571315", 1, 0, 19), + (54645, "571315", 1, 0, 19), + (54646, "571118", 1, 0, 19), + (54647, "571118", 1, 0, 19), + (54648, "571118", 1, 0, 19), + (54649, "571118", 1, 0, 19), + (54650, "571118", 1, 0, 19), + (54651, "571118", 1, 0, 19), + (54652, "571128", 1, 0, 19), + (54653, "571312", 1, 0, 19), + (54654, "571312", 1, 0, 19), + (54655, "571312", 1, 0, 19), + (54656, "571312", 1, 0, 19), + (54657, "571312", 1, 0, 19), + (54658, "571312", 1, 0, 19), + (54659, "571312", 1, 0, 19), + (54660, "571312", 1, 0, 19), + (54661, "571312", 1, 0, 19), + (54662, "571316", 1, 0, 19), + (54663, "571316", 1, 0, 19), + (54664, "571316", 1, 0, 19), + (54665, "571316", 1, 0, 19), + (54666, "571316", 1, 0, 19), + (54667, "571316", 1, 0, 19), + (54668, "571316", 1, 0, 19), + (54669, "571129", 1, 0, 19), + (54670, "571129", 1, 0, 19), + (54671, "571129", 1, 0, 19), + (54672, "571129", 1, 0, 19), + (54673, "571129", 1, 0, 19), + (54674, "571129", 1, 0, 19), + (54675, "571129", 1, 0, 19), + (54676, "571129", 1, 0, 19), + (54677, "571129", 1, 0, 19), + (54678, "571302", 1, 0, 19), + (54679, "571314", 1, 0, 19), + (54680, "571118", 1, 0, 19), + (54681, "571302", 1, 0, 19), + (54682, "571302", 1, 0, 19), + (54683, "571302", 1, 0, 19), + (54684, "571312", 1, 0, 19), + (54685, "571302", 1, 0, 19), + (54686, "571119", 1, 0, 19), + (54687, "571119", 1, 0, 19), + (54688, "571119", 1, 0, 19), + (54689, "571119", 1, 0, 19), + (54690, "571119", 1, 0, 19), + (54691, "571119", 1, 0, 19), + (54692, "571119", 1, 0, 19), + (54693, "571123", 1, 0, 19), + (54694, "571123", 1, 0, 19), + (54695, "571123", 1, 0, 19), + (54696, "571123", 1, 0, 19), + (54697, "571123", 1, 0, 19), + (54698, "571123", 1, 0, 19), + (54699, "571123", 1, 0, 19), + (54700, "571123", 1, 0, 19), + (54701, "571123", 1, 0, 19), + (54702, "571123", 1, 0, 19), + (54703, "571123", 1, 0, 19), + (54704, "571123", 1, 0, 19), + (54705, "571123", 1, 0, 19), + (54706, "571101", 1, 0, 19), + (54707, "571101", 1, 0, 19), + (54708, "571101", 1, 0, 19), + (54709, "571101", 1, 0, 19), + (54710, "571101", 1, 0, 19), + (54711, "571101", 1, 0, 19), + (54712, "571101", 1, 0, 19), + (54713, "571101", 1, 0, 19), + (54714, "571101", 1, 0, 19), + (54715, "571101", 1, 0, 19), + (54716, "571101", 1, 0, 19), + (54717, "571101", 1, 0, 19), + (54718, "571313", 1, 0, 19), + (54719, "571313", 1, 0, 19), + (54720, "571313", 1, 0, 19), + (54721, "571313", 1, 0, 19), + (54722, "571313", 1, 0, 19), + (54723, "571313", 1, 0, 19), + (54724, "571110", 1, 0, 19), + (54725, "571313", 1, 0, 19), + (54726, "571313", 1, 0, 19), + (54727, "571313", 1, 0, 19), + (54728, "571313", 1, 0, 19), + (54729, "571313", 1, 0, 19), + (54730, "571313", 1, 0, 19), + (54731, "571110", 1, 0, 19), + (54732, "571110", 1, 0, 19), + (54733, "571110", 1, 0, 19), + (54734, "571110", 1, 0, 19), + (54735, "571439", 1, 0, 19), + (54736, "571439", 1, 0, 19), + (54737, "571439", 1, 0, 19), + (54738, "571439", 1, 0, 19), + (54739, "571439", 1, 0, 19), + (54740, "571439", 1, 0, 19), + (54741, "571439", 1, 0, 19), + (54742, "571439", 1, 0, 19), + (54743, "571439", 1, 0, 19), + (54744, "571127", 1, 0, 19), + (54745, "571127", 1, 0, 19), + (54746, "571127", 1, 0, 19), + (54747, "571127", 1, 0, 19), + (54748, "571127", 1, 0, 19), + (54749, "571127", 1, 0, 19), + (54750, "571127", 1, 0, 19), + (54751, "571127", 1, 0, 19), + (54752, "571127", 1, 0, 19), + (54753, "571127", 1, 0, 19), + (54754, "571127", 1, 0, 19), + (54755, "571127", 1, 0, 19), + (54756, "571117", 1, 0, 19), + (54757, "571117", 1, 0, 19), + (54758, "571117", 1, 0, 19), + (54759, "571117", 1, 0, 19), + (54760, "571117", 1, 0, 19), + (54761, "571117", 1, 0, 19), + (54762, "571117", 1, 0, 19), + (54763, "571443", 1, 0, 19), + (54764, "571443", 1, 0, 19), + (54765, "571443", 1, 0, 19), + (54766, "571443", 1, 0, 19), + (54767, "571443", 1, 0, 19), + (54768, "571490", 1, 0, 19), + (54769, "571442", 1, 0, 19), + (54770, "571442", 1, 0, 19), + (54771, "571442", 1, 0, 19), + (54772, "571442", 1, 0, 19), + (54773, "571442", 1, 0, 19), + (54774, "571442", 1, 0, 19), + (54775, "571442", 1, 0, 19), + (54776, "571442", 1, 0, 19), + (54777, "571442", 1, 0, 19), + (54778, "571442", 1, 0, 19), + (54779, "571442", 1, 0, 19), + (54780, "571120", 1, 0, 19), + (54781, "571120", 1, 0, 19), + (54782, "571120", 1, 0, 19), + (54783, "571120", 1, 0, 19), + (54784, "571120", 1, 0, 19), + (54785, "571120", 1, 0, 19), + (54786, "571120", 1, 0, 19), + (54787, "571444", 1, 0, 19), + (54788, "571320", 1, 0, 19), + (54789, "571444", 1, 0, 19), + (54790, "571444", 1, 0, 19), + (54791, "571320", 1, 0, 19), + (54792, "571444", 1, 0, 19), + (54793, "571444", 1, 0, 19), + (54794, "571320", 1, 0, 19), + (54795, "571342", 1, 0, 19), + (54796, "571342", 1, 0, 19), + (54797, "571342", 1, 0, 19), + (54798, "571342", 1, 0, 19), + (54799, "571342", 1, 0, 19), + (54800, "571342", 1, 0, 19), + (54801, "571342", 1, 0, 19), + (54802, "571342", 1, 0, 19), + (54803, "571115", 1, 0, 19), + (54804, "571115", 1, 0, 19), + (54805, "571115", 1, 0, 19), + (54806, "571115", 1, 0, 19), + (54807, "571115", 1, 0, 19), + (54808, "571115", 1, 0, 19), + (54809, "571115", 1, 0, 19), + (54810, "571124", 1, 0, 19), + (54811, "571124", 1, 0, 19), + (54812, "571124", 1, 0, 19), + (54813, "571124", 1, 0, 19), + (54814, "571124", 1, 0, 19), + (54815, "571122", 1, 0, 19), + (54816, "571124", 1, 0, 19), + (54817, "571124", 1, 0, 19), + (54818, "571124", 1, 0, 19), + (54819, "571124", 1, 0, 19), + (54820, "571124", 1, 0, 19), + (54821, "571124", 1, 0, 19), + (54822, "571124", 1, 0, 19), + (54823, "571122", 1, 0, 19), + (54824, "571124", 1, 0, 19), + (54825, "571124", 1, 0, 19), + (54826, "571124", 1, 0, 19), + (54827, "571124", 1, 0, 19), + (54828, "571122", 1, 0, 19), + (54829, "571122", 1, 0, 19), + (54830, "571122", 1, 0, 19), + (54831, "571457", 1, 0, 19), + (54832, "571457", 1, 0, 19), + (54833, "571457", 1, 0, 19), + (54834, "571441", 1, 0, 19), + (54835, "571441", 1, 0, 19), + (54836, "571441", 1, 0, 19), + (54837, "571441", 1, 0, 19), + (54838, "571441", 1, 0, 19), + (54839, "571441", 1, 0, 19), + (54840, "571441", 1, 0, 19), + (54841, "571441", 1, 0, 19), + (54842, "571441", 1, 0, 19), + (54843, "571441", 1, 0, 19), + (54844, "571441", 1, 0, 19), + (54845, "571441", 1, 0, 19), + (54846, "571441", 1, 0, 19), + (54847, "571440", 1, 0, 19), + (54848, "571440", 1, 0, 19), + (54849, "571440", 1, 0, 19), + (54850, "571440", 1, 0, 19), + (54851, "571440", 1, 0, 19), + (54852, "571440", 1, 0, 19), + (54853, "571440", 1, 0, 19), + (54854, "571440", 1, 0, 19), + (54855, "571440", 1, 0, 19), + (54856, "571440", 1, 0, 19), + (54857, "571440", 1, 0, 19), + (54858, "570010", 1, 0, 19), + (54859, "570010", 1, 0, 19), + (54860, "570028", 1, 0, 19), + (54861, "570010", 1, 0, 19), + (54862, "570028", 1, 0, 19), + (54863, "570028", 1, 0, 19), + (54864, "570010", 1, 0, 19), + (54865, "570010", 1, 0, 19), + (54866, "570010", 1, 0, 19), + (54867, "570008", 1, 0, 19), + (54868, "570008", 1, 0, 19), + (54869, "570008", 1, 0, 19), + (54870, "570008", 1, 0, 19), + (54871, "570008", 1, 0, 19), + (54872, "570008", 1, 0, 19), + (54873, "570008", 1, 0, 19), + (54874, "570008", 1, 0, 19), + (54875, "570008", 1, 0, 19), + (54876, "570003", 1, 0, 19), + (54877, "570003", 1, 0, 19), + (54878, "570019", 1, 0, 19), + (54879, "571102", 1, 0, 19), + (54880, "571102", 1, 0, 19), + (54881, "571102", 1, 0, 19), + (54882, "571102", 1, 0, 19), + (54883, "571102", 1, 0, 19), + (54884, "571102", 1, 0, 19), + (54885, "571102", 1, 0, 19), + (54886, "571102", 1, 0, 19), + (54887, "571102", 1, 0, 19), + (54888, "571102", 1, 0, 19), + (54889, "571102", 1, 0, 19), + (54890, "571102", 1, 0, 19), + (54891, "571102", 1, 0, 19), + (54892, "571102", 1, 0, 19), + (54893, "571102", 1, 0, 19), + (54894, "571103", 1, 0, 19), + (54895, "571103", 1, 0, 19), + (54896, "571103", 1, 0, 19), + (54897, "571103", 1, 0, 19), + (54898, "571103", 1, 0, 19), + (54899, "571103", 1, 0, 19), + (54900, "571103", 1, 0, 19), + (54901, "570026", 1, 0, 19), + (54902, "570026", 1, 0, 19), + (54903, "570026", 1, 0, 19), + (54904, "571104", 1, 0, 19), + (54905, "571104", 1, 0, 19), + (54906, "571617", 1, 0, 19), + (54907, "571617", 1, 0, 19), + (54908, "571617", 1, 0, 19), + (54909, "571617", 1, 0, 19), + (54910, "571617", 1, 0, 19), + (54911, "571617", 1, 0, 19), + (54912, "571617", 1, 0, 19), + (54913, "571617", 1, 0, 19), + (54914, "571617", 1, 0, 19), + (54915, "571617", 1, 0, 19), + (54916, "571617", 1, 0, 19), + (54917, "571610", 1, 0, 19), + (54918, "571610", 1, 0, 19), + (54919, "571610", 1, 0, 19), + (54920, "571125", 1, 0, 19), + (54921, "571125", 1, 0, 19), + (54922, "571125", 1, 0, 19), + (54923, "571125", 1, 0, 19), + (54924, "571125", 1, 0, 19), + (54925, "571125", 1, 0, 19), + (54926, "571125", 1, 0, 19), + (54927, "571125", 1, 0, 19), + (54928, "571125", 1, 0, 19), + (54929, "571601", 1, 0, 19), + (54930, "571601", 1, 0, 19), + (54931, "571601", 1, 0, 19), + (54932, "571601", 1, 0, 19), + (54933, "571601", 1, 0, 19), + (54934, "571601", 1, 0, 19), + (54935, "570026", 1, 0, 19), + (54936, "571114", 1, 0, 19), + (54937, "571114", 1, 0, 19), + (54938, "571114", 1, 0, 19), + (54939, "571114", 1, 0, 19), + (54940, "570026", 1, 0, 19), + (54941, "571114", 1, 0, 19), + (54942, "571114", 1, 0, 19), + (54943, "571114", 1, 0, 19), + (54944, "571114", 1, 0, 19), + (54945, "571114", 1, 0, 19), + (54946, "571114", 1, 0, 19), + (54947, "570026", 1, 0, 19), + (54948, "571114", 1, 0, 19), + (54949, "571114", 1, 0, 19), + (54950, "571114", 1, 0, 19), + (54951, "571114", 1, 0, 19), + (54952, "571105", 1, 0, 19), + (54953, "571105", 1, 0, 19), + (54954, "571106", 1, 0, 19), + (54955, "571105", 1, 0, 19), + (54956, "571105", 1, 0, 19), + (54957, "571106", 1, 0, 19), + (54958, "571105", 1, 0, 19), + (54959, "571105", 1, 0, 19), + (54960, "571105", 1, 0, 19), + (54961, "571106", 1, 0, 19), + (54962, "571105", 1, 0, 19), + (54963, "571105", 1, 0, 19), + (54964, "571106", 1, 0, 19), + (54965, "571105", 1, 0, 19), + (54966, "571116", 1, 0, 19), + (54967, "571116", 1, 0, 19), + (54968, "571116", 1, 0, 19), + (54969, "571116", 1, 0, 19), + (54970, "571116", 1, 0, 19), + (54971, "571311", 1, 0, 19), + (54972, "571311", 1, 0, 19), + (54973, "571311", 1, 0, 19), + (54974, "571311", 1, 0, 19), + (54975, "571311", 1, 0, 19), + (54976, "571311", 1, 0, 19), + (54977, "571311", 1, 0, 19), + (54978, "571311", 1, 0, 19), + (54979, "571187", 1, 0, 19), + (54980, "571187", 1, 0, 19), + (54981, "571187", 1, 0, 19), + (54982, "571187", 1, 0, 19), + (54983, "571134", 1, 0, 19), + (54984, "571134", 1, 0, 19), + (54985, "571134", 1, 0, 19), + (54986, "571134", 1, 0, 19), + (54987, "571602", 1, 0, 19), + (54988, "571602", 1, 0, 19), + (54989, "571602", 1, 0, 19), + (54990, "571602", 1, 0, 19), + (54991, "571602", 1, 0, 19), + (54992, "571602", 1, 0, 19), + (54993, "571602", 1, 0, 19), + (54994, "571602", 1, 0, 19), + (54995, "571602", 1, 0, 19), + (54996, "571602", 1, 0, 19), + (54997, "571602", 1, 0, 19), + (54998, "571602", 1, 0, 19), + (54999, "571602", 1, 0, 19), + (55000, "571602", 1, 0, 19), + (55001, "571603", 1, 0, 19), + (55002, "571603", 1, 0, 19), + (55003, "571107", 1, 0, 19), + (55004, "571107", 1, 0, 19), + (55005, "571107", 1, 0, 19), + (55006, "571107", 1, 0, 19), + (55007, "571107", 1, 0, 19), + (55008, "571107", 1, 0, 19), + (55009, "571107", 1, 0, 19), + (55010, "571107", 1, 0, 19), + (55011, "571107", 1, 0, 19), + (55012, "571189", 1, 0, 19), + (55013, "571189", 1, 0, 19), + (55014, "571189", 1, 0, 19), + (55015, "571189", 1, 0, 19), + (55016, "571189", 1, 0, 19), + (55017, "571189", 1, 0, 19), + (55018, "571189", 1, 0, 19), + (55019, "571108", 1, 0, 19), + (55020, "571108", 1, 0, 19), + (55021, "571108", 1, 0, 19), + (55022, "571108", 1, 0, 19), + (55023, "571108", 1, 0, 19), + (55024, "571604", 1, 0, 19), + (55025, "571604", 1, 0, 19), + (55026, "571604", 1, 0, 19), + (55027, "571604", 1, 0, 19), + (55028, "571604", 1, 0, 19), + (55029, "571604", 1, 0, 19), + (55030, "571604", 1, 0, 19), + (55031, "571604", 1, 0, 19), + (55032, "571604", 1, 0, 19), + (55033, "571604", 1, 0, 19), + (55034, "571604", 1, 0, 19), + (55035, "571121", 1, 0, 19), + (55036, "571121", 1, 0, 19), + (55037, "571121", 1, 0, 19), + (55038, "571121", 1, 0, 19), + (55039, "571121", 1, 0, 19), + (55040, "571121", 1, 0, 19), + (55041, "571121", 1, 0, 19), + (55042, "571121", 1, 0, 19), + (55043, "571121", 1, 0, 19), + (55044, "571121", 1, 0, 19), + (55045, "571121", 1, 0, 19), + (55046, "571121", 1, 0, 19), + (55047, "571130", 1, 0, 19), + (55048, "571130", 1, 0, 19), + (55049, "571130", 1, 0, 19), + (55050, "571130", 1, 0, 19), + (55051, "571130", 1, 0, 19), + (55052, "571130", 1, 0, 19), + (55053, "571477", 1, 0, 19), + (55054, "571606", 1, 0, 19), + (55055, "571477", 1, 0, 19), + (55056, "571477", 1, 0, 19), + (55057, "571606", 1, 0, 19), + (55058, "571427", 1, 0, 19), + (55059, "571404", 1, 0, 19), + (55060, "571404", 1, 0, 19), + (55061, "571404", 1, 0, 19), + (55062, "571404", 1, 0, 19), + (55063, "571404", 1, 0, 19), + (55064, "571404", 1, 0, 19), + (55065, "571404", 1, 0, 19), + (55066, "571415", 1, 0, 19), + (55067, "571415", 1, 0, 19), + (55068, "571415", 1, 0, 19), + (55069, "571415", 1, 0, 19), + (55070, "571415", 1, 0, 19), + (55071, "571415", 1, 0, 19), + (55072, "571415", 1, 0, 19), + (55073, "571415", 1, 0, 19), + (55074, "571415", 1, 0, 19), + (55075, "571416", 1, 0, 19), + (55076, "571416", 1, 0, 19), + (55077, "571416", 1, 0, 19), + (55078, "571416", 1, 0, 19), + (55079, "571416", 1, 0, 19), + (55080, "571416", 1, 0, 19), + (55081, "571416", 1, 0, 19), + (55082, "571416", 1, 0, 19), + (55083, "571416", 1, 0, 19), + (55084, "571417", 1, 0, 19), + (55085, "571417", 1, 0, 19), + (55086, "571417", 1, 0, 19), + (55087, "571417", 1, 0, 19), + (55088, "571417", 1, 0, 19), + (55089, "571419", 1, 0, 19), + (55090, "571419", 1, 0, 19), + (55091, "571419", 1, 0, 19), + (55092, "571419", 1, 0, 19), + (55093, "571419", 1, 0, 19), + (55094, "571419", 1, 0, 19), + (55095, "571419", 1, 0, 19), + (55096, "571422", 1, 0, 19), + (55097, "571422", 1, 0, 19), + (55098, "571422", 1, 0, 19), + (55099, "571422", 1, 0, 19), + (55100, "571422", 1, 0, 19), + (55101, "571422", 1, 0, 19), + (55102, "571422", 1, 0, 19), + (55103, "571422", 1, 0, 19), + (55104, "571422", 1, 0, 19), + (55105, "571422", 1, 0, 19), + (55106, "571422", 1, 0, 19), + (55107, "571422", 1, 0, 19), + (55108, "571422", 1, 0, 19), + (55109, "571403", 1, 0, 19), + (55110, "571403", 1, 0, 19), + (55111, "571403", 1, 0, 19), + (55112, "571403", 1, 0, 19), + (55113, "571478", 1, 0, 19), + (55114, "571478", 1, 0, 19), + (55115, "571478", 1, 0, 19), + (55116, "571403", 1, 0, 19), + (55117, "571403", 1, 0, 19), + (55118, "571421", 1, 0, 19), + (55119, "571421", 1, 0, 19), + (55120, "571421", 1, 0, 19), + (55121, "571421", 1, 0, 19), + (55122, "571421", 1, 0, 19), + (55123, "571421", 1, 0, 19), + (55124, "571421", 1, 0, 19), + (55125, "571421", 1, 0, 19), + (55126, "571450", 1, 0, 19), + (55127, "571450", 1, 0, 19), + (55128, "571450", 1, 0, 19), + (55129, "571446", 1, 0, 19), + (55130, "571446", 1, 0, 19), + (55131, "571446", 1, 0, 19), + (55132, "571446", 1, 0, 19), + (55133, "571446", 1, 0, 19), + (55134, "571446", 1, 0, 19), + (55135, "571424", 1, 0, 19), + (55136, "571424", 1, 0, 19), + (55137, "571424", 1, 0, 19), + (55138, "571424", 1, 0, 19), + (55139, "571424", 1, 0, 19), + (55140, "571425", 1, 0, 19), + (55141, "571425", 1, 0, 19), + (55142, "571425", 1, 0, 19), + (55143, "571425", 1, 0, 19), + (55144, "571425", 1, 0, 19), + (55145, "571425", 1, 0, 19), + (55146, "571425", 1, 0, 19), + (55147, "571425", 1, 0, 19), + (55148, "571425", 1, 0, 19), + (55149, "571425", 1, 0, 19), + (55150, "571428", 1, 0, 19), + (55151, "571428", 1, 0, 19), + (55152, "571428", 1, 0, 19), + (55153, "571428", 1, 0, 19), + (55154, "571428", 1, 0, 19), + (55155, "571428", 1, 0, 19), + (55156, "571475", 1, 0, 19), + (55157, "571430", 1, 0, 19), + (55158, "571430", 1, 0, 19), + (55159, "571475", 1, 0, 19), + (55160, "571430", 1, 0, 19), + (55161, "571430", 1, 0, 19), + (55162, "571475", 1, 0, 19), + (55163, "571430", 1, 0, 19), + (55164, "571475", 1, 0, 19), + (55165, "571430", 1, 0, 19), + (55166, "571430", 1, 0, 19), + (55167, "571430", 1, 0, 19), + (55168, "571475", 1, 0, 19), + (55169, "571430", 1, 0, 19), + (55170, "571430", 1, 0, 19), + (55171, "571430", 1, 0, 19), + (55172, "571430", 1, 0, 19), + (55173, "571430", 1, 0, 19), + (55174, "571433", 1, 0, 19), + (55175, "571433", 1, 0, 19), + (55176, "571433", 1, 0, 19), + (55177, "571433", 1, 0, 19), + (55178, "571433", 1, 0, 19), + (55179, "571433", 1, 0, 19), + (55180, "571433", 1, 0, 19), + (55181, "571463", 1, 0, 19), + (55182, "571463", 1, 0, 19), + (55183, "571463", 1, 0, 19), + (55184, "571463", 1, 0, 19), + (55185, "571463", 1, 0, 19), + (55186, "571429", 1, 0, 19), + (55187, "571476", 1, 0, 19), + (55188, "571476", 1, 0, 19), + (55189, "571429", 1, 0, 19), + (55190, "571476", 1, 0, 19), + (55191, "571476", 1, 0, 19), + (55192, "571429", 1, 0, 19), + (55193, "571429", 1, 0, 19), + (55194, "571476", 1, 0, 19), + (55195, "571430", 1, 0, 19), + (55196, "571478", 1, 0, 19), + (55197, "571478", 1, 0, 19), + (55198, "571402", 1, 0, 19), + (55199, "571402", 1, 0, 19), + (55200, "571402", 1, 0, 19), + (55201, "571402", 1, 0, 19), + (55202, "571402", 1, 0, 19), + (55203, "571402", 1, 0, 19), + (55204, "571402", 1, 0, 19), + (55205, "571402", 1, 0, 19), + (55206, "571402", 1, 0, 19), + (55207, "571405", 1, 0, 19), + (55208, "571405", 1, 0, 19), + (55209, "571405", 1, 0, 19), + (55210, "571405", 1, 0, 19), + (55211, "571405", 1, 0, 19), + (55212, "571405", 1, 0, 19), + (55213, "571405", 1, 0, 19), + (55214, "571405", 1, 0, 19), + (55215, "571405", 1, 0, 19), + (55216, "571405", 1, 0, 19), + (55217, "571605", 1, 0, 19), + (55218, "571605", 1, 0, 19), + (55219, "571605", 1, 0, 19), + (55220, "571605", 1, 0, 19), + (55221, "571605", 1, 0, 19), + (55222, "571605", 1, 0, 19), + (55223, "571605", 1, 0, 19), + (55224, "571605", 1, 0, 19), + (55225, "571606", 1, 0, 19), + (55226, "571448", 1, 0, 19), + (55227, "571418", 1, 0, 19), + (55228, "571418", 1, 0, 19), + (55229, "571418", 1, 0, 19), + (55230, "571418", 1, 0, 19), + (55231, "571418", 1, 0, 19), + (55232, "571448", 1, 0, 19), + (55233, "571418", 1, 0, 19), + (55234, "571448", 1, 0, 19), + (55235, "571418", 1, 0, 19), + (55236, "571448", 1, 0, 19), + (55237, "571418", 1, 0, 19), + (55238, "571802", 1, 0, 19), + (55239, "571802", 1, 0, 19), + (55240, "571802", 1, 0, 19), + (55241, "571802", 1, 0, 19), + (55242, "571802", 1, 0, 19), + (55243, "571802", 1, 0, 19), + (55244, "571802", 1, 0, 19), + (55245, "571812", 1, 0, 19), + (55246, "571812", 1, 0, 19), + (55247, "571812", 1, 0, 19), + (55248, "571812", 1, 0, 19), + (55249, "571812", 1, 0, 19), + (55250, "571812", 1, 0, 19), + (55251, "571455", 1, 0, 19), + (55252, "571455", 1, 0, 19), + (55253, "571455", 1, 0, 19), + (55254, "571455", 1, 0, 19), + (55255, "571455", 1, 0, 19), + (55256, "571811", 1, 0, 19), + (55257, "571811", 1, 0, 19), + (55258, "571445", 1, 0, 19), + (55259, "571445", 1, 0, 19), + (55260, "571445", 1, 0, 19), + (55261, "571445", 1, 0, 19), + (55262, "571445", 1, 0, 19), + (55263, "571445", 1, 0, 19), + (55264, "571423", 1, 0, 19), + (55265, "571423", 1, 0, 19), + (55266, "571423", 1, 0, 19), + (55267, "571423", 1, 0, 19), + (55268, "571423", 1, 0, 19), + (55269, "571423", 1, 0, 19), + (55270, "571423", 1, 0, 19), + (55271, "571423", 1, 0, 19), + (55272, "571423", 1, 0, 19), + (55273, "571423", 1, 0, 19), + (55274, "571423", 1, 0, 19), + (55275, "571423", 1, 0, 19), + (55276, "571807", 1, 0, 19), + (55277, "571807", 1, 0, 19), + (55278, "571807", 1, 0, 19), + (55279, "571807", 1, 0, 19), + (55280, "571807", 1, 0, 19), + (55281, "571807", 1, 0, 19), + (55282, "571807", 1, 0, 19), + (55283, "571807", 1, 0, 19), + (55284, "571426", 1, 0, 19), + (55285, "571426", 1, 0, 19), + (55286, "571426", 1, 0, 19), + (55287, "571426", 1, 0, 19), + (55288, "571426", 1, 0, 19), + (55289, "571426", 1, 0, 19), + (55290, "571426", 1, 0, 19), + (55291, "571426", 1, 0, 19), + (55292, "571426", 1, 0, 19), + (55293, "571426", 1, 0, 19), + (55294, "571426", 1, 0, 19), + (55295, "571426", 1, 0, 19), + (55296, "571426", 1, 0, 19), + (55297, "571426", 1, 0, 19), + (55298, "571426", 1, 0, 19), + (55299, "571427", 1, 0, 19), + (55300, "571427", 1, 0, 19), + (55301, "571427", 1, 0, 19), + (55302, "571431", 1, 0, 19), + (55303, "571431", 1, 0, 19), + (55304, "571431", 1, 0, 19), + (55305, "571431", 1, 0, 19), + (55306, "571448", 1, 0, 19), + (55307, "571432", 1, 0, 19), + (55308, "571432", 1, 0, 19), + (55309, "571432", 1, 0, 19), + (55310, "571445", 1, 0, 19), + (55311, "571432", 1, 0, 19), + (55312, "571448", 1, 0, 19), + (55313, "571432", 1, 0, 19), + (55314, "571432", 1, 0, 19), + (55315, "571432", 1, 0, 19), + (55316, "571432", 1, 0, 19), + (55317, "571432", 1, 0, 19), + (55318, "571432", 1, 0, 19), + (55319, "571432", 1, 0, 19), + (55320, "571432", 1, 0, 19), + (55321, "571432", 1, 0, 19), + (55322, "571432", 1, 0, 19), + (55323, "571436", 1, 0, 19), + (55324, "571432", 1, 0, 19), + (55325, "571431", 1, 0, 19), + (55326, "571434", 1, 0, 19), + (55327, "571434", 1, 0, 19), + (55328, "571434", 1, 0, 19), + (55329, "571434", 1, 0, 19), + (55330, "571434", 1, 0, 19), + (55331, "571434", 1, 0, 19), + (55332, "571434", 1, 0, 19), + (55333, "571434", 1, 0, 19), + (55334, "571434", 1, 0, 19), + (55335, "571434", 1, 0, 19), + (55336, "571434", 1, 0, 19), + (55337, "571435", 1, 0, 19), + (55338, "571435", 1, 0, 19), + (55339, "571435", 1, 0, 19), + (55340, "571436", 1, 0, 19), + (55341, "571436", 1, 0, 19), + (55342, "571436", 1, 0, 19), + (55343, "571436", 1, 0, 19), + (55344, "571436", 1, 0, 19), + (55345, "571436", 1, 0, 19), + (55346, "571436", 1, 0, 19), + (55347, "571436", 1, 0, 19), + (55348, "571436", 1, 0, 19), + (55349, "573103", 1, 0, 19), + (55350, "573103", 1, 0, 19), + (55351, "573103", 1, 0, 19), + (55352, "573103", 1, 0, 19), + (55353, "573103", 1, 0, 19), + (55354, "573103", 1, 0, 19), + (55355, "573103", 1, 0, 19), + (55356, "573103", 1, 0, 19), + (55357, "573103", 1, 0, 19), + (55358, "573103", 1, 0, 19), + (55359, "573103", 1, 0, 19), + (55360, "573103", 1, 0, 19), + (55361, "573103", 1, 0, 19), + (55362, "573103", 1, 0, 19), + (55363, "573103", 1, 0, 19), + (55364, "573103", 1, 0, 19), + (55365, "573103", 1, 0, 19), + (55366, "573103", 1, 0, 19), + (55367, "573213", 1, 0, 19), + (55368, "573213", 1, 0, 19), + (55369, "573213", 1, 0, 19), + (55370, "573213", 1, 0, 19), + (55371, "573213", 1, 0, 19), + (55372, "573213", 1, 0, 19), + (55373, "573213", 1, 0, 19), + (55374, "573213", 1, 0, 19), + (55375, "573213", 1, 0, 19), + (55376, "573101", 1, 0, 19), + (55377, "573101", 1, 0, 19), + (55378, "573101", 1, 0, 19), + (55379, "573101", 1, 0, 19), + (55380, "573101", 1, 0, 19), + (55381, "573102", 1, 0, 19), + (55382, "573102", 1, 0, 19), + (55383, "573102", 1, 0, 19), + (55384, "573102", 1, 0, 19), + (55385, "573102", 1, 0, 19), + (55386, "573102", 1, 0, 19), + (55387, "573102", 1, 0, 19), + (55388, "573102", 1, 0, 19), + (55389, "573102", 1, 0, 19), + (55390, "573102", 1, 0, 19), + (55391, "573102", 1, 0, 19), + (55392, "573102", 1, 0, 19), + (55393, "573102", 1, 0, 19), + (55394, "573102", 1, 0, 19), + (55395, "573102", 1, 0, 19), + (55396, "573102", 1, 0, 19), + (55397, "573102", 1, 0, 19), + (55398, "573214", 1, 0, 19), + (55399, "573214", 1, 0, 19), + (55400, "573214", 1, 0, 19), + (55401, "573214", 1, 0, 19), + (55402, "573214", 1, 0, 19), + (55403, "573113", 1, 0, 19), + (55404, "573215", 1, 0, 19), + (55405, "573215", 1, 0, 19), + (55406, "573215", 1, 0, 19), + (55407, "573215", 1, 0, 19), + (55408, "573215", 1, 0, 19), + (55409, "573215", 1, 0, 19), + (55410, "573215", 1, 0, 19), + (55411, "573142", 1, 0, 19), + (55412, "573142", 1, 0, 19), + (55413, "573142", 1, 0, 19), + (55414, "573201", 1, 0, 19), + (55415, "573120", 1, 0, 19), + (55416, "573120", 1, 0, 19), + (55417, "573120", 1, 0, 19), + (55418, "573120", 1, 0, 19), + (55419, "573120", 1, 0, 19), + (55420, "573216", 1, 0, 19), + (55421, "573216", 1, 0, 19), + (55422, "573216", 1, 0, 19), + (55423, "573216", 1, 0, 19), + (55424, "573216", 1, 0, 19), + (55425, "573216", 1, 0, 19), + (55426, "573216", 1, 0, 19), + (55427, "573216", 1, 0, 19), + (55428, "573216", 1, 0, 19), + (55429, "573210", 1, 0, 19), + (55430, "573210", 1, 0, 19), + (55431, "573210", 1, 0, 19), + (55432, "573165", 1, 0, 19), + (55433, "573165", 1, 0, 19), + (55434, "573165", 1, 0, 19), + (55435, "573165", 1, 0, 19), + (55436, "573165", 1, 0, 19), + (55437, "573123", 1, 0, 19), + (55438, "573123", 1, 0, 19), + (55439, "573123", 1, 0, 19), + (55440, "573123", 1, 0, 19), + (55441, "573123", 1, 0, 19), + (55442, "573123", 1, 0, 19), + (55443, "573123", 1, 0, 19), + (55444, "573211", 1, 0, 19), + (55445, "573211", 1, 0, 19), + (55446, "573211", 1, 0, 19), + (55447, "573211", 1, 0, 19), + (55448, "573211", 1, 0, 19), + (55449, "573211", 1, 0, 19), + (55450, "573211", 1, 0, 19), + (55451, "573211", 1, 0, 19), + (55452, "573211", 1, 0, 19), + (55453, "573211", 1, 0, 19), + (55454, "573211", 1, 0, 19), + (55455, "573211", 1, 0, 19), + (55456, "573211", 1, 0, 19), + (55457, "573211", 1, 0, 19), + (55458, "573211", 1, 0, 19), + (55459, "573211", 1, 0, 19), + (55460, "573211", 1, 0, 19), + (55461, "573217", 1, 0, 19), + (55462, "573217", 1, 0, 19), + (55463, "573217", 1, 0, 19), + (55464, "573217", 1, 0, 19), + (55465, "573217", 1, 0, 19), + (55466, "573128", 1, 0, 19), + (55467, "573128", 1, 0, 19), + (55468, "573128", 1, 0, 19), + (55469, "573128", 1, 0, 19), + (55470, "573128", 1, 0, 19), + (55471, "573128", 1, 0, 19), + (55472, "573128", 1, 0, 19), + (55473, "573128", 1, 0, 19), + (55474, "573129", 1, 0, 19), + (55475, "573129", 1, 0, 19), + (55476, "573129", 1, 0, 19), + (55477, "573129", 1, 0, 19), + (55478, "573129", 1, 0, 19), + (55479, "573136", 1, 0, 19), + (55480, "573136", 1, 0, 19), + (55481, "573113", 1, 0, 19), + (55482, "573113", 1, 0, 19), + (55483, "573136", 1, 0, 19), + (55484, "573130", 1, 0, 19), + (55485, "573130", 1, 0, 19), + (55486, "573130", 1, 0, 19), + (55487, "573130", 1, 0, 19), + (55488, "573130", 1, 0, 19), + (55489, "573130", 1, 0, 19), + (55490, "573130", 1, 0, 19), + (55491, "573130", 1, 0, 19), + (55492, "573130", 1, 0, 19), + (55493, "573130", 1, 0, 19), + (55494, "573212", 1, 0, 19), + (55495, "573212", 1, 0, 19), + (55496, "573212", 1, 0, 19), + (55497, "573212", 1, 0, 19), + (55498, "573212", 1, 0, 19), + (55499, "573212", 1, 0, 19), + (55500, "573212", 1, 0, 19), + (55501, "573218", 1, 0, 19), + (55502, "573218", 1, 0, 19), + (55503, "573218", 1, 0, 19), + (55504, "573218", 1, 0, 19), + (55505, "573218", 1, 0, 19), + (55506, "573218", 1, 0, 19), + (55507, "573133", 1, 0, 19), + (55508, "573133", 1, 0, 19), + (55509, "573133", 1, 0, 19), + (55510, "573136", 1, 0, 19), + (55511, "573136", 1, 0, 19), + (55512, "573136", 1, 0, 19), + (55513, "573134", 1, 0, 19), + (55514, "573134", 1, 0, 19), + (55515, "573134", 1, 0, 19), + (55516, "573134", 1, 0, 19), + (55517, "573134", 1, 0, 19), + (55518, "573127", 1, 0, 19), + (55519, "573134", 1, 0, 19), + (55520, "573134", 1, 0, 19), + (55521, "573134", 1, 0, 19), + (55522, "573134", 1, 0, 19), + (55523, "573134", 1, 0, 19), + (55524, "573134", 1, 0, 19), + (55525, "573134", 1, 0, 19), + (55526, "573134", 1, 0, 19), + (55527, "573134", 1, 0, 19), + (55528, "573127", 1, 0, 19), + (55529, "573134", 1, 0, 19), + (55530, "573127", 1, 0, 19), + (55531, "573219", 1, 0, 19), + (55532, "573219", 1, 0, 19), + (55533, "573219", 1, 0, 19), + (55534, "573219", 1, 0, 19), + (55535, "573219", 1, 0, 19), + (55536, "573219", 1, 0, 19), + (55537, "573219", 1, 0, 19), + (55538, "573219", 1, 0, 19), + (55539, "573201", 1, 0, 19), + (55540, "573225", 1, 0, 19), + (55541, "573225", 1, 0, 19), + (55542, "573225", 1, 0, 19), + (55543, "573220", 1, 0, 19), + (55544, "573220", 1, 0, 19), + (55545, "573220", 1, 0, 19), + (55546, "573225", 1, 0, 19), + (55547, "573220", 1, 0, 19), + (55548, "573225", 1, 0, 19), + (55549, "573225", 1, 0, 19), + (55550, "573220", 1, 0, 19), + (55551, "573220", 1, 0, 19), + (55552, "573220", 1, 0, 19), + (55553, "573220", 1, 0, 19), + (55554, "573225", 1, 0, 19), + (55555, "573137", 1, 0, 19), + (55556, "573137", 1, 0, 19), + (55557, "573137", 1, 0, 19), + (55558, "573137", 1, 0, 19), + (55559, "573137", 1, 0, 19), + (55560, "573162", 1, 0, 19), + (55561, "573162", 1, 0, 19), + (55562, "573162", 1, 0, 19), + (55563, "573111", 1, 0, 19), + (55564, "573111", 1, 0, 19), + (55565, "573111", 1, 0, 19), + (55566, "573111", 1, 0, 19), + (55567, "573111", 1, 0, 19), + (55568, "573111", 1, 0, 19), + (55569, "573111", 1, 0, 19), + (55570, "573112", 1, 0, 19), + (55571, "573112", 1, 0, 19), + (55572, "573112", 1, 0, 19), + (55573, "573112", 1, 0, 19), + (55574, "573112", 1, 0, 19), + (55575, "573112", 1, 0, 19), + (55576, "573112", 1, 0, 19), + (55577, "573115", 1, 0, 19), + (55578, "573115", 1, 0, 19), + (55579, "573115", 1, 0, 19), + (55580, "573115", 1, 0, 19), + (55581, "573115", 1, 0, 19), + (55582, "573115", 1, 0, 19), + (55583, "573115", 1, 0, 19), + (55584, "573115", 1, 0, 19), + (55585, "573115", 1, 0, 19), + (55586, "573115", 1, 0, 19), + (55587, "573115", 1, 0, 19), + (55588, "573115", 1, 0, 19), + (55589, "573115", 1, 0, 19), + (55590, "573115", 1, 0, 19), + (55591, "573115", 1, 0, 19), + (55592, "573115", 1, 0, 19), + (55593, "573116", 1, 0, 19), + (55594, "573116", 1, 0, 19), + (55595, "573116", 1, 0, 19), + (55596, "573116", 1, 0, 19), + (55597, "573116", 1, 0, 19), + (55598, "573116", 1, 0, 19), + (55599, "573116", 1, 0, 19), + (55600, "573116", 1, 0, 19), + (55601, "573116", 1, 0, 19), + (55602, "573116", 1, 0, 19), + (55603, "573116", 1, 0, 19), + (55604, "573116", 1, 0, 19), + (55605, "573116", 1, 0, 19), + (55606, "573116", 1, 0, 19), + (55607, "573116", 1, 0, 19), + (55608, "573141", 1, 0, 19), + (55609, "573141", 1, 0, 19), + (55610, "573141", 1, 0, 19), + (55611, "573141", 1, 0, 19), + (55612, "573117", 1, 0, 19), + (55613, "573117", 1, 0, 19), + (55614, "573117", 1, 0, 19), + (55615, "573117", 1, 0, 19), + (55616, "573118", 1, 0, 19), + (55617, "573118", 1, 0, 19), + (55618, "573118", 1, 0, 19), + (55619, "573118", 1, 0, 19), + (55620, "573118", 1, 0, 19), + (55621, "573118", 1, 0, 19), + (55622, "573118", 1, 0, 19), + (55623, "573119", 1, 0, 19), + (55624, "573119", 1, 0, 19), + (55625, "573119", 1, 0, 19), + (55626, "573119", 1, 0, 19), + (55627, "573119", 1, 0, 19), + (55628, "573121", 1, 0, 19), + (55629, "573121", 1, 0, 19), + (55630, "573121", 1, 0, 19), + (55631, "573121", 1, 0, 19), + (55632, "573121", 1, 0, 19), + (55633, "573121", 1, 0, 19), + (55634, "573121", 1, 0, 19), + (55635, "573121", 1, 0, 19), + (55636, "573122", 1, 0, 19), + (55637, "573122", 1, 0, 19), + (55638, "573122", 1, 0, 19), + (55639, "573122", 1, 0, 19), + (55640, "573122", 1, 0, 19), + (55641, "573122", 1, 0, 19), + (55642, "573122", 1, 0, 19), + (55643, "573122", 1, 0, 19), + (55644, "573122", 1, 0, 19), + (55645, "573124", 1, 0, 19), + (55646, "573124", 1, 0, 19), + (55647, "573124", 1, 0, 19), + (55648, "573124", 1, 0, 19), + (55649, "573124", 1, 0, 19), + (55650, "573124", 1, 0, 19), + (55651, "573124", 1, 0, 19), + (55652, "573124", 1, 0, 19), + (55653, "573125", 1, 0, 19), + (55654, "573125", 1, 0, 19), + (55655, "573125", 1, 0, 19), + (55656, "573125", 1, 0, 19), + (55657, "573125", 1, 0, 19), + (55658, "573125", 1, 0, 19), + (55659, "573125", 1, 0, 19), + (55660, "573126", 1, 0, 19), + (55661, "573126", 1, 0, 19), + (55662, "573126", 1, 0, 19), + (55663, "573126", 1, 0, 19), + (55664, "573126", 1, 0, 19), + (55665, "573144", 1, 0, 19), + (55666, "573144", 1, 0, 19), + (55667, "573144", 1, 0, 19), + (55668, "573144", 1, 0, 19), + (55669, "573164", 1, 0, 19), + (55670, "573164", 1, 0, 19), + (55671, "573164", 1, 0, 19), + (55672, "573164", 1, 0, 19), + (55673, "573131", 1, 0, 19), + (55674, "573131", 1, 0, 19), + (55675, "573131", 1, 0, 19), + (55676, "573131", 1, 0, 19), + (55677, "573131", 1, 0, 19), + (55678, "573131", 1, 0, 19), + (55679, "573131", 1, 0, 19), + (55680, "573131", 1, 0, 19), + (55681, "573131", 1, 0, 19), + (55682, "573131", 1, 0, 19), + (55683, "573135", 1, 0, 19), + (55684, "573135", 1, 0, 19), + (55685, "573135", 1, 0, 19), + (55686, "573135", 1, 0, 19), + (55687, "573135", 1, 0, 19), + (55688, "573135", 1, 0, 19), + (55689, "573135", 1, 0, 19), + (55690, "573135", 1, 0, 19), + (55691, "573135", 1, 0, 19), + (55692, "573135", 1, 0, 19), + (55693, "581103", 1, 0, 19), + (55694, "581103", 1, 0, 19), + (55695, "581201", 1, 0, 19), + (55696, "581201", 1, 0, 19), + (55697, "581201", 1, 0, 19), + (55698, "580011", 1, 0, 19), + (55699, "580011", 1, 0, 19), + (55700, "580011", 1, 0, 19), + (55701, "580011", 1, 0, 19), + (55702, "580006", 1, 0, 19), + (55703, "580007", 1, 0, 19), + (55704, "580007", 1, 0, 19), + (55705, "580007", 1, 0, 19), + (55706, "580007", 1, 0, 19), + (55707, "580007", 1, 0, 19), + (55708, "580007", 1, 0, 19), + (55709, "580007", 1, 0, 19), + (55710, "580007", 1, 0, 19), + (55711, "580007", 1, 0, 19), + (55712, "580007", 1, 0, 19), + (55713, "580007", 1, 0, 19), + (55714, "580007", 1, 0, 19), + (55715, "580009", 1, 0, 19), + (55716, "580009", 1, 0, 19), + (55717, "580005", 1, 0, 19), + (55718, "580114", 1, 0, 19), + (55719, "580114", 1, 0, 19), + (55720, "580114", 1, 0, 19), + (55721, "580114", 1, 0, 19), + (55722, "580114", 1, 0, 19), + (55723, "580114", 1, 0, 19), + (55724, "581105", 1, 0, 19), + (55725, "581105", 1, 0, 19), + (55726, "581105", 1, 0, 19), + (55727, "581105", 1, 0, 19), + (55728, "580118", 1, 0, 19), + (55729, "580118", 1, 0, 19), + (55730, "580118", 1, 0, 19), + (55731, "580118", 1, 0, 19), + (55732, "581204", 1, 0, 19), + (55733, "581204", 1, 0, 19), + (55734, "581204", 1, 0, 19), + (55735, "581204", 1, 0, 19), + (55736, "581204", 1, 0, 19), + (55737, "581204", 1, 0, 19), + (55738, "581196", 1, 0, 19), + (55739, "581204", 1, 0, 19), + (55740, "581204", 1, 0, 19), + (55741, "581204", 1, 0, 19), + (55742, "581204", 1, 0, 19), + (55743, "581204", 1, 0, 19), + (55744, "581204", 1, 0, 19), + (55745, "581204", 1, 0, 19), + (55746, "581196", 1, 0, 19), + (55747, "580112", 1, 0, 19), + (55748, "580112", 1, 0, 19), + (55749, "580112", 1, 0, 19), + (55750, "580112", 1, 0, 19), + (55751, "581206", 1, 0, 19), + (55752, "581206", 1, 0, 19), + (55753, "581206", 1, 0, 19), + (55754, "581206", 1, 0, 19), + (55755, "582201", 1, 0, 19), + (55756, "582201", 1, 0, 19), + (55757, "582201", 1, 0, 19), + (55758, "582201", 1, 0, 19), + (55759, "582201", 1, 0, 19), + (55760, "581195", 1, 0, 19), + (55761, "582201", 1, 0, 19), + (55762, "581207", 1, 0, 19), + (55763, "581207", 1, 0, 19), + (55764, "581207", 1, 0, 19), + (55765, "581207", 1, 0, 19), + (55766, "581207", 1, 0, 19), + (55767, "581107", 1, 0, 19), + (55768, "581107", 1, 0, 19), + (55769, "581107", 1, 0, 19), + (55770, "581209", 1, 0, 19), + (55771, "581209", 1, 0, 19), + (55772, "581209", 1, 0, 19), + (55773, "581209", 1, 0, 19), + (55774, "580023", 1, 0, 19), + (55775, "580023", 1, 0, 19), + (55776, "580023", 1, 0, 19), + (55777, "580023", 1, 0, 19), + (55778, "580023", 1, 0, 19), + (55779, "580023", 1, 0, 19), + (55780, "580023", 1, 0, 19), + (55781, "580023", 1, 0, 19), + (55782, "580023", 1, 0, 19), + (55783, "580028", 1, 0, 19), + (55784, "580028", 1, 0, 19), + (55785, "580028", 1, 0, 19), + (55786, "580028", 1, 0, 19), + (55787, "580028", 1, 0, 19), + (55788, "580025", 1, 0, 19), + (55789, "581113", 1, 0, 19), + (55790, "581113", 1, 0, 19), + (55791, "581113", 1, 0, 19), + (55792, "581113", 1, 0, 19), + (55793, "581113", 1, 0, 19), + (55794, "581113", 1, 0, 19), + (55795, "581113", 1, 0, 19), + (55796, "581113", 1, 0, 19), + (55797, "582208", 1, 0, 19), + (55798, "582208", 1, 0, 19), + (55799, "582208", 1, 0, 19), + (55800, "582208", 1, 0, 19), + (55801, "582208", 1, 0, 19), + (55802, "582208", 1, 0, 19), + (55803, "582208", 1, 0, 19), + (55804, "582208", 1, 0, 19), + (55805, "582208", 1, 0, 19), + (55806, "582208", 1, 0, 19), + (55807, "582208", 1, 0, 19), + (55808, "582208", 1, 0, 19), + (55809, "582208", 1, 0, 19), + (55810, "582208", 1, 0, 19), + (55811, "582208", 1, 0, 19), + (55812, "582208", 1, 0, 19), + (55813, "582208", 1, 0, 19), + (55814, "582208", 1, 0, 19), + (55815, "580024", 1, 0, 19), + (55816, "580024", 1, 0, 19), + (55817, "580024", 1, 0, 19), + (55818, "580024", 1, 0, 19), + (55819, "580024", 1, 0, 19), + (55820, "581195", 1, 0, 19), + (55821, "581117", 1, 0, 19), + (55822, "581117", 1, 0, 19), + (55823, "581195", 1, 0, 19), + (55824, "581195", 1, 0, 19), + (55825, "581117", 1, 0, 19), + (55826, "587301", 1, 0, 19), + (55827, "587301", 1, 0, 19), + (55828, "587301", 1, 0, 19), + (55829, "587301", 1, 0, 19), + (55830, "587301", 1, 0, 19), + (55831, "587301", 1, 0, 19), + (55832, "587301", 1, 0, 19), + (55833, "587301", 1, 0, 19), + (55834, "587301", 1, 0, 19), + (55835, "587301", 1, 0, 19), + (55836, "587301", 1, 0, 19), + (55837, "587301", 1, 0, 19), + (55838, "587301", 1, 0, 19), + (55839, "587301", 1, 0, 19), + (55840, "587301", 1, 0, 19), + (55841, "587301", 1, 0, 19), + (55842, "587201", 1, 0, 19), + (55843, "587201", 1, 0, 19), + (55844, "587201", 1, 0, 19), + (55845, "587201", 1, 0, 19), + (55846, "587201", 1, 0, 19), + (55847, "587203", 1, 0, 19), + (55848, "587201", 1, 0, 19), + (55849, "587201", 1, 0, 19), + (55850, "587201", 1, 0, 19), + (55851, "587201", 1, 0, 19), + (55852, "587201", 1, 0, 19), + (55853, "587201", 1, 0, 19), + (55854, "587203", 1, 0, 19), + (55855, "587201", 1, 0, 19), + (55856, "587201", 1, 0, 19), + (55857, "587201", 1, 0, 19), + (55858, "587201", 1, 0, 19), + (55859, "587201", 1, 0, 19), + (55860, "587201", 1, 0, 19), + (55861, "587201", 1, 0, 19), + (55862, "587201", 1, 0, 19), + (55863, "587201", 1, 0, 19), + (55864, "587111", 1, 0, 19), + (55865, "587111", 1, 0, 19), + (55866, "587111", 1, 0, 19), + (55867, "587111", 1, 0, 19), + (55868, "587111", 1, 0, 19), + (55869, "587111", 1, 0, 19), + (55870, "587111", 1, 0, 19), + (55871, "587111", 1, 0, 19), + (55872, "587111", 1, 0, 19), + (55873, "587111", 1, 0, 19), + (55874, "587111", 1, 0, 19), + (55875, "587111", 1, 0, 19), + (55876, "587111", 1, 0, 19), + (55877, "587111", 1, 0, 19), + (55878, "587111", 1, 0, 19), + (55879, "587103", 1, 0, 19), + (55880, "587103", 1, 0, 19), + (55881, "587114", 1, 0, 19), + (55882, "587114", 1, 0, 19), + (55883, "587114", 1, 0, 19), + (55884, "587114", 1, 0, 19), + (55885, "587114", 1, 0, 19), + (55886, "587115", 1, 0, 19), + (55887, "587115", 1, 0, 19), + (55888, "587207", 1, 0, 19), + (55889, "587115", 1, 0, 19), + (55890, "587115", 1, 0, 19), + (55891, "587115", 1, 0, 19), + (55892, "587115", 1, 0, 19), + (55893, "587115", 1, 0, 19), + (55894, "587115", 1, 0, 19), + (55895, "587115", 1, 0, 19), + (55896, "587115", 1, 0, 19), + (55897, "587202", 1, 0, 19), + (55898, "587202", 1, 0, 19), + (55899, "587202", 1, 0, 19), + (55900, "587202", 1, 0, 19), + (55901, "587202", 1, 0, 19), + (55902, "587203", 1, 0, 19), + (55903, "587203", 1, 0, 19), + (55904, "587203", 1, 0, 19), + (55905, "587203", 1, 0, 19), + (55906, "587203", 1, 0, 19), + (55907, "587118", 1, 0, 19), + (55908, "587118", 1, 0, 19), + (55909, "587118", 1, 0, 19), + (55910, "587118", 1, 0, 19), + (55911, "587118", 1, 0, 19), + (55912, "587118", 1, 0, 19), + (55913, "587118", 1, 0, 19), + (55914, "587118", 1, 0, 19), + (55915, "587118", 1, 0, 19), + (55916, "587118", 1, 0, 19), + (55917, "587125", 1, 0, 19), + (55918, "587125", 1, 0, 19), + (55919, "587125", 1, 0, 19), + (55920, "587125", 1, 0, 19), + (55921, "587125", 1, 0, 19), + (55922, "587125", 1, 0, 19), + (55923, "587125", 1, 0, 19), + (55924, "587125", 1, 0, 19), + (55925, "587125", 1, 0, 19), + (55926, "587125", 1, 0, 19), + (55927, "587125", 1, 0, 19), + (55928, "587125", 1, 0, 19), + (55929, "587154", 1, 0, 19), + (55930, "587154", 1, 0, 19), + (55931, "587154", 1, 0, 19), + (55932, "587154", 1, 0, 19), + (55933, "587154", 1, 0, 19), + (55934, "587154", 1, 0, 19), + (55935, "587154", 1, 0, 19), + (55936, "587154", 1, 0, 19), + (55937, "587154", 1, 0, 19), + (55938, "587120", 1, 0, 19), + (55939, "587120", 1, 0, 19), + (55940, "587120", 1, 0, 19), + (55941, "587120", 1, 0, 19), + (55942, "587120", 1, 0, 19), + (55943, "587205", 1, 0, 19), + (55944, "587205", 1, 0, 19), + (55945, "587205", 1, 0, 19), + (55946, "587205", 1, 0, 19), + (55947, "587205", 1, 0, 19), + (55948, "587205", 1, 0, 19), + (55949, "587207", 1, 0, 19), + (55950, "587207", 1, 0, 19), + (55951, "587207", 1, 0, 19), + (55952, "587207", 1, 0, 19), + (55953, "587207", 1, 0, 19), + (55954, "587207", 1, 0, 19), + (55955, "587124", 1, 0, 19), + (55956, "587124", 1, 0, 19), + (55957, "587124", 1, 0, 19), + (55958, "587124", 1, 0, 19), + (55959, "587311", 1, 0, 19), + (55960, "587311", 1, 0, 19), + (55961, "587311", 1, 0, 19), + (55962, "587311", 1, 0, 19), + (55963, "587311", 1, 0, 19), + (55964, "587113", 1, 0, 19), + (55965, "587113", 1, 0, 19), + (55966, "587113", 1, 0, 19), + (55967, "587113", 1, 0, 19), + (55968, "587113", 1, 0, 19), + (55969, "587116", 1, 0, 19), + (55970, "587116", 1, 0, 19), + (55971, "587116", 1, 0, 19), + (55972, "587116", 1, 0, 19), + (55973, "587116", 1, 0, 19), + (55974, "587116", 1, 0, 19), + (55975, "587116", 1, 0, 19), + (55976, "587116", 1, 0, 19), + (55977, "587116", 1, 0, 19), + (55978, "587116", 1, 0, 19), + (55979, "587116", 1, 0, 19), + (55980, "587116", 1, 0, 19), + (55981, "587116", 1, 0, 19), + (55982, "587116", 1, 0, 19), + (55983, "587116", 1, 0, 19), + (55984, "587117", 1, 0, 19), + (55985, "587117", 1, 0, 19), + (55986, "587117", 1, 0, 19), + (55987, "587117", 1, 0, 19), + (55988, "587117", 1, 0, 19), + (55989, "587117", 1, 0, 19), + (55990, "587117", 1, 0, 19), + (55991, "587119", 1, 0, 19), + (55992, "587119", 1, 0, 19), + (55993, "587119", 1, 0, 19), + (55994, "587119", 1, 0, 19), + (55995, "587119", 1, 0, 19), + (55996, "587119", 1, 0, 19), + (55997, "587119", 1, 0, 19), + (55998, "587119", 1, 0, 19), + (55999, "587119", 1, 0, 19), + (56000, "587119", 1, 0, 19), + (56001, "587119", 1, 0, 19), + (56002, "587204", 1, 0, 19), + (56003, "587122", 1, 0, 19), + (56004, "587204", 1, 0, 19), + (56005, "587204", 1, 0, 19), + (56006, "587116", 1, 0, 19), + (56007, "587204", 1, 0, 19), + (56008, "587204", 1, 0, 19), + (56009, "587204", 1, 0, 19), + (56010, "587204", 1, 0, 19), + (56011, "587204", 1, 0, 19), + (56012, "587204", 1, 0, 19), + (56013, "587204", 1, 0, 19), + (56014, "587204", 1, 0, 19), + (56015, "587204", 1, 0, 19), + (56016, "587206", 1, 0, 19), + (56017, "587206", 1, 0, 19), + (56018, "587206", 1, 0, 19), + (56019, "587206", 1, 0, 19), + (56020, "587206", 1, 0, 19), + (56021, "587206", 1, 0, 19), + (56022, "587206", 1, 0, 19), + (56023, "587206", 1, 0, 19), + (56024, "587206", 1, 0, 19), + (56025, "587206", 1, 0, 19), + (56026, "587206", 1, 0, 19), + (56027, "587206", 1, 0, 19), + (56028, "587206", 1, 0, 19), + (56029, "587206", 1, 0, 19), + (56030, "587206", 1, 0, 19), + (56031, "587206", 1, 0, 19), + (56032, "587121", 1, 0, 19), + (56033, "587116", 1, 0, 19), + (56034, "587121", 1, 0, 19), + (56035, "587121", 1, 0, 19), + (56036, "587121", 1, 0, 19), + (56037, "587121", 1, 0, 19), + (56038, "587121", 1, 0, 19), + (56039, "587121", 1, 0, 19), + (56040, "587155", 1, 0, 19), + (56041, "587155", 1, 0, 19), + (56042, "587155", 1, 0, 19), + (56043, "587155", 1, 0, 19), + (56044, "587155", 1, 0, 19), + (56045, "587155", 1, 0, 19), + (56046, "587155", 1, 0, 19), + (56047, "587155", 1, 0, 19), + (56048, "587122", 1, 0, 19), + (56049, "587122", 1, 0, 19), + (56050, "587122", 1, 0, 19), + (56051, "587122", 1, 0, 19), + (56052, "587122", 1, 0, 19), + (56053, "587122", 1, 0, 19), + (56054, "587122", 1, 0, 19), + (56055, "587122", 1, 0, 19), + (56056, "587312", 1, 0, 19), + (56057, "587312", 1, 0, 19), + (56058, "587312", 1, 0, 19), + (56059, "587312", 1, 0, 19), + (56060, "587313", 1, 0, 19), + (56061, "587313", 1, 0, 19), + (56062, "587313", 1, 0, 19), + (56063, "587313", 1, 0, 19), + (56064, "587313", 1, 0, 19), + (56065, "587313", 1, 0, 19), + (56066, "587313", 1, 0, 19), + (56067, "587313", 1, 0, 19), + (56068, "587313", 1, 0, 19), + (56069, "587313", 1, 0, 19), + (56070, "587313", 1, 0, 19), + (56071, "587313", 1, 0, 19), + (56072, "587313", 1, 0, 19), + (56073, "587313", 1, 0, 19), + (56074, "587313", 1, 0, 19), + (56075, "587313", 1, 0, 19), + (56076, "587313", 1, 0, 19), + (56077, "587313", 1, 0, 19), + (56078, "587314", 1, 0, 19), + (56079, "587314", 1, 0, 19), + (56080, "587315", 1, 0, 19), + (56081, "587315", 1, 0, 19), + (56082, "587315", 1, 0, 19), + (56083, "587315", 1, 0, 19), + (56084, "587315", 1, 0, 19), + (56085, "587315", 1, 0, 19), + (56086, "591102", 1, 0, 19), + (56087, "591102", 1, 0, 19), + (56088, "591102", 1, 0, 19), + (56089, "591102", 1, 0, 19), + (56090, "591102", 1, 0, 19), + (56091, "591102", 1, 0, 19), + (56092, "591102", 1, 0, 19), + (56093, "591102", 1, 0, 19), + (56094, "591102", 1, 0, 19), + (56095, "591102", 1, 0, 19), + (56096, "591102", 1, 0, 19), + (56097, "591102", 1, 0, 19), + (56098, "591102", 1, 0, 19), + (56099, "591123", 1, 0, 19), + (56100, "591123", 1, 0, 19), + (56101, "591123", 1, 0, 19), + (56102, "591123", 1, 0, 19), + (56103, "591123", 1, 0, 19), + (56104, "591123", 1, 0, 19), + (56105, "591123", 1, 0, 19), + (56106, "591123", 1, 0, 19), + (56107, "591123", 1, 0, 19), + (56108, "591123", 1, 0, 19), + (56109, "591123", 1, 0, 19), + (56110, "590020", 1, 0, 19), + (56111, "590020", 1, 0, 19), + (56112, "590020", 1, 0, 19), + (56113, "590020", 1, 0, 19), + (56114, "590005", 1, 0, 19), + (56115, "590005", 1, 0, 19), + (56116, "590015", 1, 0, 19), + (56117, "590010", 1, 0, 19), + (56118, "590010", 1, 0, 19), + (56119, "590010", 1, 0, 19), + (56120, "590015", 1, 0, 19), + (56121, "591156", 1, 0, 19), + (56122, "591103", 1, 0, 19), + (56123, "591103", 1, 0, 19), + (56124, "591346", 1, 0, 19), + (56125, "590015", 1, 0, 19), + (56126, "591103", 1, 0, 19), + (56127, "591103", 1, 0, 19), + (56128, "591103", 1, 0, 19), + (56129, "591346", 1, 0, 19), + (56130, "591104", 1, 0, 19), + (56131, "591104", 1, 0, 19), + (56132, "591104", 1, 0, 19), + (56133, "591104", 1, 0, 19), + (56134, "591104", 1, 0, 19), + (56135, "591104", 1, 0, 19), + (56136, "591104", 1, 0, 19), + (56137, "591104", 1, 0, 19), + (56138, "591104", 1, 0, 19), + (56139, "591115", 1, 0, 19), + (56140, "591104", 1, 0, 19), + (56141, "591106", 1, 0, 19), + (56142, "591106", 1, 0, 19), + (56143, "591106", 1, 0, 19), + (56144, "591106", 1, 0, 19), + (56145, "591106", 1, 0, 19), + (56146, "591147", 1, 0, 19), + (56147, "591147", 1, 0, 19), + (56148, "591109", 1, 0, 19), + (56149, "591109", 1, 0, 19), + (56150, "591109", 1, 0, 19), + (56151, "591109", 1, 0, 19), + (56152, "591109", 1, 0, 19), + (56153, "591109", 1, 0, 19), + (56154, "591109", 1, 0, 19), + (56155, "591109", 1, 0, 19), + (56156, "591111", 1, 0, 19), + (56157, "591111", 1, 0, 19), + (56158, "591111", 1, 0, 19), + (56159, "591111", 1, 0, 19), + (56160, "591111", 1, 0, 19), + (56161, "591112", 1, 0, 19), + (56162, "591112", 1, 0, 19), + (56163, "591112", 1, 0, 19), + (56164, "591112", 1, 0, 19), + (56165, "591112", 1, 0, 19), + (56166, "591112", 1, 0, 19), + (56167, "591112", 1, 0, 19), + (56168, "591115", 1, 0, 19), + (56169, "591115", 1, 0, 19), + (56170, "591115", 1, 0, 19), + (56171, "591115", 1, 0, 19), + (56172, "591115", 1, 0, 19), + (56173, "591115", 1, 0, 19), + (56174, "591115", 1, 0, 19), + (56175, "591115", 1, 0, 19), + (56176, "591115", 1, 0, 19), + (56177, "591115", 1, 0, 19), + (56178, "591115", 1, 0, 19), + (56179, "591115", 1, 0, 19), + (56180, "591118", 1, 0, 19), + (56181, "591118", 1, 0, 19), + (56182, "591153", 1, 0, 19), + (56183, "591153", 1, 0, 19), + (56184, "591153", 1, 0, 19), + (56185, "591153", 1, 0, 19), + (56186, "591153", 1, 0, 19), + (56187, "591153", 1, 0, 19), + (56188, "591119", 1, 0, 19), + (56189, "591119", 1, 0, 19), + (56190, "591119", 1, 0, 19), + (56191, "591119", 1, 0, 19), + (56192, "591119", 1, 0, 19), + (56193, "591119", 1, 0, 19), + (56194, "591119", 1, 0, 19), + (56195, "591119", 1, 0, 19), + (56196, "591121", 1, 0, 19), + (56197, "591121", 1, 0, 19), + (56198, "591121", 1, 0, 19), + (56199, "591121", 1, 0, 19), + (56200, "591121", 1, 0, 19), + (56201, "591121", 1, 0, 19), + (56202, "591121", 1, 0, 19), + (56203, "591131", 1, 0, 19), + (56204, "591131", 1, 0, 19), + (56205, "591131", 1, 0, 19), + (56206, "591131", 1, 0, 19), + (56207, "591131", 1, 0, 19), + (56208, "591131", 1, 0, 19), + (56209, "591131", 1, 0, 19), + (56210, "591124", 1, 0, 19), + (56211, "590020", 1, 0, 19), + (56212, "591124", 1, 0, 19), + (56213, "591124", 1, 0, 19), + (56214, "591125", 1, 0, 19), + (56215, "591125", 1, 0, 19), + (56216, "591125", 1, 0, 19), + (56217, "591125", 1, 0, 19), + (56218, "591125", 1, 0, 19), + (56219, "591126", 1, 0, 19), + (56220, "591110", 1, 0, 19), + (56221, "591110", 1, 0, 19), + (56222, "591110", 1, 0, 19), + (56223, "591110", 1, 0, 19), + (56224, "591110", 1, 0, 19), + (56225, "591110", 1, 0, 19), + (56226, "591114", 1, 0, 19), + (56227, "591114", 1, 0, 19), + (56228, "591114", 1, 0, 19), + (56229, "591114", 1, 0, 19), + (56230, "591114", 1, 0, 19), + (56231, "591114", 1, 0, 19), + (56232, "591114", 1, 0, 19), + (56233, "591114", 1, 0, 19), + (56234, "591114", 1, 0, 19), + (56235, "591117", 1, 0, 19), + (56236, "591117", 1, 0, 19), + (56237, "591117", 1, 0, 19), + (56238, "591117", 1, 0, 19), + (56239, "591117", 1, 0, 19), + (56240, "591117", 1, 0, 19), + (56241, "591117", 1, 0, 19), + (56242, "591117", 1, 0, 19), + (56243, "591126", 1, 0, 19), + (56244, "591130", 1, 0, 19), + (56245, "591130", 1, 0, 19), + (56246, "591130", 1, 0, 19), + (56247, "591130", 1, 0, 19), + (56248, "591130", 1, 0, 19), + (56249, "591130", 1, 0, 19), + (56250, "591130", 1, 0, 19), + (56251, "591130", 1, 0, 19), + (56252, "591130", 1, 0, 19), + (56253, "591126", 1, 0, 19), + (56254, "591126", 1, 0, 19), + (56255, "591126", 1, 0, 19), + (56256, "591126", 1, 0, 19), + (56257, "591126", 1, 0, 19), + (56258, "591126", 1, 0, 19), + (56259, "591126", 1, 0, 19), + (56260, "591126", 1, 0, 19), + (56261, "591126", 1, 0, 19), + (56262, "591126", 1, 0, 19), + (56263, "591126", 1, 0, 19), + (56264, "591126", 1, 0, 19), + (56265, "591126", 1, 0, 19), + (56266, "591126", 1, 0, 19), + (56267, "591127", 1, 0, 19), + (56268, "591127", 1, 0, 19), + (56269, "591127", 1, 0, 19), + (56270, "591127", 1, 0, 19), + (56271, "591127", 1, 0, 19), + (56272, "591129", 1, 0, 19), + (56273, "591129", 1, 0, 19), + (56274, "591129", 1, 0, 19), + (56275, "591129", 1, 0, 19), + (56276, "591129", 1, 0, 19), + (56277, "591129", 1, 0, 19), + (56278, "591129", 1, 0, 19), + (56279, "591129", 1, 0, 19), + (56280, "591129", 1, 0, 19), + (56281, "583104", 1, 0, 19), + (56282, "583102", 1, 0, 19), + (56283, "583102", 1, 0, 19), + (56284, "583102", 1, 0, 19), + (56285, "583102", 1, 0, 19), + (56286, "583102", 1, 0, 19), + (56287, "583104", 1, 0, 19), + (56288, "583102", 1, 0, 19), + (56289, "583102", 1, 0, 19), + (56290, "583102", 1, 0, 19), + (56291, "583102", 1, 0, 19), + (56292, "583102", 1, 0, 19), + (56293, "583102", 1, 0, 19), + (56294, "583102", 1, 0, 19), + (56295, "583103", 1, 0, 19), + (56296, "583103", 1, 0, 19), + (56297, "583103", 1, 0, 19), + (56298, "583103", 1, 0, 19), + (56299, "583103", 1, 0, 19), + (56300, "583103", 1, 0, 19), + (56301, "583103", 1, 0, 19), + (56302, "583103", 1, 0, 19), + (56303, "583103", 1, 0, 19), + (56304, "583103", 1, 0, 19), + (56305, "583103", 1, 0, 19), + (56306, "583103", 1, 0, 19), + (56307, "583111", 1, 0, 19), + (56308, "583111", 1, 0, 19), + (56309, "583121", 1, 0, 19), + (56310, "583112", 1, 0, 19), + (56311, "583112", 1, 0, 19), + (56312, "583112", 1, 0, 19), + (56313, "583112", 1, 0, 19), + (56314, "583112", 1, 0, 19), + (56315, "583113", 1, 0, 19), + (56316, "583113", 1, 0, 19), + (56317, "583113", 1, 0, 19), + (56318, "583113", 1, 0, 19), + (56319, "583113", 1, 0, 19), + (56320, "583113", 1, 0, 19), + (56321, "583113", 1, 0, 19), + (56322, "583113", 1, 0, 19), + (56323, "583113", 1, 0, 19), + (56324, "583130", 1, 0, 19), + (56325, "583130", 1, 0, 19), + (56326, "583130", 1, 0, 19), + (56327, "583130", 1, 0, 19), + (56328, "583130", 1, 0, 19), + (56329, "583130", 1, 0, 19), + (56330, "583130", 1, 0, 19), + (56331, "583130", 1, 0, 19), + (56332, "583130", 1, 0, 19), + (56333, "583130", 1, 0, 19), + (56334, "583130", 1, 0, 19), + (56335, "583111", 1, 0, 19), + (56336, "583111", 1, 0, 19), + (56337, "583111", 1, 0, 19), + (56338, "583111", 1, 0, 19), + (56339, "583111", 1, 0, 19), + (56340, "583111", 1, 0, 19), + (56341, "583114", 1, 0, 19), + (56342, "583114", 1, 0, 19), + (56343, "583114", 1, 0, 19), + (56344, "583114", 1, 0, 19), + (56345, "583114", 1, 0, 19), + (56346, "583114", 1, 0, 19), + (56347, "583114", 1, 0, 19), + (56348, "583114", 1, 0, 19), + (56349, "583114", 1, 0, 19), + (56350, "583114", 1, 0, 19), + (56351, "583114", 1, 0, 19), + (56352, "583114", 1, 0, 19), + (56353, "583152", 1, 0, 19), + (56354, "583115", 1, 0, 19), + (56355, "583152", 1, 0, 19), + (56356, "583115", 1, 0, 19), + (56357, "583115", 1, 0, 19), + (56358, "583152", 1, 0, 19), + (56359, "583152", 1, 0, 19), + (56360, "583115", 1, 0, 19), + (56361, "583115", 1, 0, 19), + (56362, "583152", 1, 0, 19), + (56363, "583115", 1, 0, 19), + (56364, "583115", 1, 0, 19), + (56365, "583116", 1, 0, 19), + (56366, "583116", 1, 0, 19), + (56367, "583116", 1, 0, 19), + (56368, "583116", 1, 0, 19), + (56369, "583116", 1, 0, 19), + (56370, "583116", 1, 0, 19), + (56371, "583116", 1, 0, 19), + (56372, "583117", 1, 0, 19), + (56373, "583117", 1, 0, 19), + (56374, "583117", 1, 0, 19), + (56375, "583117", 1, 0, 19), + (56376, "583117", 1, 0, 19), + (56377, "583117", 1, 0, 19), + (56378, "583117", 1, 0, 19), + (56379, "583117", 1, 0, 19), + (56380, "583117", 1, 0, 19), + (56381, "583117", 1, 0, 19), + (56382, "583117", 1, 0, 19), + (56383, "583117", 1, 0, 19), + (56384, "583119", 1, 0, 19), + (56385, "583119", 1, 0, 19), + (56386, "583119", 1, 0, 19), + (56387, "583119", 1, 0, 19), + (56388, "583119", 1, 0, 19), + (56389, "583119", 1, 0, 19), + (56390, "583154", 1, 0, 19), + (56391, "583154", 1, 0, 19), + (56392, "583120", 1, 0, 19), + (56393, "583154", 1, 0, 19), + (56394, "583154", 1, 0, 19), + (56395, "583120", 1, 0, 19), + (56396, "583120", 1, 0, 19), + (56397, "583120", 1, 0, 19), + (56398, "583120", 1, 0, 19), + (56399, "583120", 1, 0, 19), + (56400, "583120", 1, 0, 19), + (56401, "583154", 1, 0, 19), + (56402, "583121", 1, 0, 19), + (56403, "583121", 1, 0, 19), + (56404, "583121", 1, 0, 19), + (56405, "583121", 1, 0, 19), + (56406, "583121", 1, 0, 19), + (56407, "583121", 1, 0, 19), + (56408, "583121", 1, 0, 19), + (56409, "583121", 1, 0, 19), + (56410, "583121", 1, 0, 19), + (56411, "583121", 1, 0, 19), + (56412, "583121", 1, 0, 19), + (56413, "583121", 1, 0, 19), + (56414, "583122", 1, 0, 19), + (56415, "583122", 1, 0, 19), + (56416, "583122", 1, 0, 19), + (56417, "583122", 1, 0, 19), + (56418, "583122", 1, 0, 19), + (56419, "583122", 1, 0, 19), + (56420, "583122", 1, 0, 19), + (56421, "583122", 1, 0, 19), + (56422, "583123", 1, 0, 19), + (56423, "583123", 1, 0, 19), + (56424, "583123", 1, 0, 19), + (56425, "583123", 1, 0, 19), + (56426, "583124", 1, 0, 19), + (56427, "583124", 1, 0, 19), + (56428, "583124", 1, 0, 19), + (56429, "583126", 1, 0, 19), + (56430, "583126", 1, 0, 19), + (56431, "583126", 1, 0, 19), + (56432, "583126", 1, 0, 19), + (56433, "583126", 1, 0, 19), + (56434, "583126", 1, 0, 19), + (56435, "583126", 1, 0, 19), + (56436, "583126", 1, 0, 19), + (56437, "583126", 1, 0, 19), + (56438, "583126", 1, 0, 19), + (56439, "583126", 1, 0, 19), + (56440, "583126", 1, 0, 19), + (56441, "583126", 1, 0, 19), + (56442, "583211", 1, 0, 19), + (56443, "583211", 1, 0, 19), + (56444, "583128", 1, 0, 19), + (56445, "583128", 1, 0, 19), + (56446, "583128", 1, 0, 19), + (56447, "583128", 1, 0, 19), + (56448, "583128", 1, 0, 19), + (56449, "583128", 1, 0, 19), + (56450, "583128", 1, 0, 19), + (56451, "583128", 1, 0, 19), + (56452, "583128", 1, 0, 19), + (56453, "583129", 1, 0, 19), + (56454, "583129", 1, 0, 19), + (56455, "583129", 1, 0, 19), + (56456, "583129", 1, 0, 19), + (56457, "583129", 1, 0, 19), + (56458, "583129", 1, 0, 19), + (56459, "583129", 1, 0, 19), + (56460, "583129", 1, 0, 19), + (56461, "583212", 1, 0, 19), + (56462, "583212", 1, 0, 19), + (56463, "583212", 1, 0, 19), + (56464, "583212", 1, 0, 19), + (56465, "583212", 1, 0, 19), + (56466, "583212", 1, 0, 19), + (56467, "583212", 1, 0, 19), + (56468, "583212", 1, 0, 19), + (56469, "583212", 1, 0, 19), + (56470, "583212", 1, 0, 19), + (56471, "583212", 1, 0, 19), + (56472, "583212", 1, 0, 19), + (56473, "583212", 1, 0, 19), + (56474, "583212", 1, 0, 19), + (56475, "583214", 1, 0, 19), + (56476, "583214", 1, 0, 19), + (56477, "583214", 1, 0, 19), + (56478, "583214", 1, 0, 19), + (56479, "583214", 1, 0, 19), + (56480, "583214", 1, 0, 19), + (56481, "583214", 1, 0, 19), + (56482, "583214", 1, 0, 19), + (56483, "583239", 1, 0, 19), + (56484, "583239", 1, 0, 19), + (56485, "583239", 1, 0, 19), + (56486, "583216", 1, 0, 19), + (56487, "583216", 1, 0, 19), + (56488, "583216", 1, 0, 19), + (56489, "583216", 1, 0, 19), + (56490, "583216", 1, 0, 19), + (56491, "583216", 1, 0, 19), + (56492, "583216", 1, 0, 19), + (56493, "583216", 1, 0, 19), + (56494, "583216", 1, 0, 19), + (56495, "583216", 1, 0, 19), + (56496, "583218", 1, 0, 19), + (56497, "583218", 1, 0, 19), + (56498, "583218", 1, 0, 19), + (56499, "583218", 1, 0, 19), + (56500, "583218", 1, 0, 19), + (56501, "583218", 1, 0, 19), + (56502, "583218", 1, 0, 19), + (56503, "583218", 1, 0, 19), + (56504, "583218", 1, 0, 19), + (56505, "583218", 1, 0, 19), + (56506, "583218", 1, 0, 19), + (56507, "583218", 1, 0, 19), + (56508, "583201", 1, 0, 19), + (56509, "583219", 1, 0, 19), + (56510, "583219", 1, 0, 19), + (56511, "583219", 1, 0, 19), + (56512, "583219", 1, 0, 19), + (56513, "583219", 1, 0, 19), + (56514, "583219", 1, 0, 19), + (56515, "583219", 1, 0, 19), + (56516, "583219", 1, 0, 19), + (56517, "583219", 1, 0, 19), + (56518, "583219", 1, 0, 19), + (56519, "583219", 1, 0, 19), + (56520, "583219", 1, 0, 19), + (56521, "583219", 1, 0, 19), + (56522, "583219", 1, 0, 19), + (56523, "583220", 1, 0, 19), + (56524, "583220", 1, 0, 19), + (56525, "583220", 1, 0, 19), + (56526, "583220", 1, 0, 19), + (56527, "583220", 1, 0, 19), + (56528, "583220", 1, 0, 19), + (56529, "583220", 1, 0, 19), + (56530, "583221", 1, 0, 19), + (56531, "583132", 1, 0, 19), + (56532, "583132", 1, 0, 19), + (56533, "583132", 1, 0, 19), + (56534, "583132", 1, 0, 19), + (56535, "583132", 1, 0, 19), + (56536, "583132", 1, 0, 19), + (56537, "583132", 1, 0, 19), + (56538, "583132", 1, 0, 19), + (56539, "583134", 1, 0, 19), + (56540, "583134", 1, 0, 19), + (56541, "583134", 1, 0, 19), + (56542, "583134", 1, 0, 19), + (56543, "583134", 1, 0, 19), + (56544, "583134", 1, 0, 19), + (56545, "583134", 1, 0, 19), + (56546, "583134", 1, 0, 19), + (56547, "583134", 1, 0, 19), + (56548, "583134", 1, 0, 19), + (56549, "583134", 1, 0, 19), + (56550, "583134", 1, 0, 19), + (56551, "583135", 1, 0, 19), + (56552, "583135", 1, 0, 19), + (56553, "583135", 1, 0, 19), + (56554, "583135", 1, 0, 19), + (56555, "583135", 1, 0, 19), + (56556, "583135", 1, 0, 19), + (56557, "583135", 1, 0, 19), + (56558, "583135", 1, 0, 19), + (56559, "572129", 1, 0, 19), + (56560, "572129", 1, 0, 19), + (56561, "572104", 1, 0, 19), + (56562, "572104", 1, 0, 19), + (56563, "572104", 1, 0, 19), + (56564, "572104", 1, 0, 19), + (56565, "572104", 1, 0, 19), + (56566, "572104", 1, 0, 19), + (56567, "572104", 1, 0, 19), + (56568, "572107", 1, 0, 19), + (56569, "572107", 1, 0, 19), + (56570, "572107", 1, 0, 19), + (56571, "572107", 1, 0, 19), + (56572, "572107", 1, 0, 19), + (56573, "572107", 1, 0, 19), + (56574, "572107", 1, 0, 19), + (56575, "572132", 1, 0, 19), + (56576, "572132", 1, 0, 19), + (56577, "572132", 1, 0, 19), + (56578, "572132", 1, 0, 19), + (56579, "572132", 1, 0, 19), + (56580, "572132", 1, 0, 19), + (56581, "572132", 1, 0, 19), + (56582, "572132", 1, 0, 19), + (56583, "572132", 1, 0, 19), + (56584, "572132", 1, 0, 19), + (56585, "572132", 1, 0, 19), + (56586, "572132", 1, 0, 19), + (56587, "572133", 1, 0, 19), + (56588, "572133", 1, 0, 19), + (56589, "572133", 1, 0, 19), + (56590, "572133", 1, 0, 19), + (56591, "572133", 1, 0, 19), + (56592, "572133", 1, 0, 19), + (56593, "572106", 1, 0, 19), + (56594, "572106", 1, 0, 19), + (56595, "572106", 1, 0, 19), + (56596, "572106", 1, 0, 19), + (56597, "572106", 1, 0, 19), + (56598, "572135", 1, 0, 19), + (56599, "572135", 1, 0, 19), + (56600, "572135", 1, 0, 19), + (56601, "572135", 1, 0, 19), + (56602, "572135", 1, 0, 19), + (56603, "561202", 1, 0, 19), + (56604, "572135", 1, 0, 19), + (56605, "572136", 1, 0, 19), + (56606, "572136", 1, 0, 19), + (56607, "572136", 1, 0, 19), + (56608, "572136", 1, 0, 19), + (56609, "572136", 1, 0, 19), + (56610, "572136", 1, 0, 19), + (56611, "572136", 1, 0, 19), + (56612, "572136", 1, 0, 19), + (56613, "572136", 1, 0, 19), + (56614, "561202", 1, 0, 19), + (56615, "561202", 1, 0, 19), + (56616, "561202", 1, 0, 19), + (56617, "561202", 1, 0, 19), + (56618, "561202", 1, 0, 19), + (56619, "561202", 1, 0, 19), + (56620, "561202", 1, 0, 19), + (56621, "561202", 1, 0, 19), + (56622, "561202", 1, 0, 19), + (56623, "561202", 1, 0, 19), + (56624, "561202", 1, 0, 19), + (56625, "561202", 1, 0, 19), + (56626, "561202", 1, 0, 19), + (56627, "561202", 1, 0, 19), + (56628, "561202", 1, 0, 19), + (56629, "561202", 1, 0, 19), + (56630, "561202", 1, 0, 19), + (56631, "561202", 1, 0, 19), + (56632, "561202", 1, 0, 19), + (56633, "561202", 1, 0, 19), + (56634, "572175", 1, 0, 19), + (56635, "572175", 1, 0, 19), + (56636, "572175", 1, 0, 19), + (56637, "572175", 1, 0, 19), + (56638, "572175", 1, 0, 19), + (56639, "572175", 1, 0, 19), + (56640, "572137", 1, 0, 19), + (56641, "572137", 1, 0, 19), + (56642, "572137", 1, 0, 19), + (56643, "572137", 1, 0, 19), + (56644, "572137", 1, 0, 19), + (56645, "572137", 1, 0, 19), + (56646, "572137", 1, 0, 19), + (56647, "572137", 1, 0, 19), + (56648, "572137", 1, 0, 19), + (56649, "572137", 1, 0, 19), + (56650, "572137", 1, 0, 19), + (56651, "572137", 1, 0, 19), + (56652, "572137", 1, 0, 19), + (56653, "572137", 1, 0, 19), + (56654, "572137", 1, 0, 19), + (56655, "572105", 1, 0, 19), + (56656, "572102", 1, 0, 19), + (56657, "572102", 1, 0, 19), + (56658, "572139", 1, 0, 19), + (56659, "572139", 1, 0, 19), + (56660, "572139", 1, 0, 19), + (56661, "572139", 1, 0, 19), + (56662, "572138", 1, 0, 19), + (56663, "572139", 1, 0, 19), + (56664, "572139", 1, 0, 19), + (56665, "572139", 1, 0, 19), + (56666, "572138", 1, 0, 19), + (56667, "572138", 1, 0, 19), + (56668, "572138", 1, 0, 19), + (56669, "572138", 1, 0, 19), + (56670, "572138", 1, 0, 19), + (56671, "572138", 1, 0, 19), + (56672, "572140", 1, 0, 19), + (56673, "572140", 1, 0, 19), + (56674, "572140", 1, 0, 19), + (56675, "572140", 1, 0, 19), + (56676, "572140", 1, 0, 19), + (56677, "572140", 1, 0, 19), + (56678, "572140", 1, 0, 19), + (56679, "572140", 1, 0, 19), + (56680, "572141", 1, 0, 19), + (56681, "572141", 1, 0, 19), + (56682, "572141", 1, 0, 19), + (56683, "572141", 1, 0, 19), + (56684, "572141", 1, 0, 19), + (56685, "572141", 1, 0, 19), + (56686, "572211", 1, 0, 19), + (56687, "572211", 1, 0, 19), + (56688, "572211", 1, 0, 19), + (56689, "572211", 1, 0, 19), + (56690, "572211", 1, 0, 19), + (56691, "572111", 1, 0, 19), + (56692, "572111", 1, 0, 19), + (56693, "572111", 1, 0, 19), + (56694, "572111", 1, 0, 19), + (56695, "572111", 1, 0, 19), + (56696, "572111", 1, 0, 19), + (56697, "572111", 1, 0, 19), + (56698, "572111", 1, 0, 19), + (56699, "572111", 1, 0, 19), + (56700, "572111", 1, 0, 19), + (56701, "572111", 1, 0, 19), + (56702, "572111", 1, 0, 19), + (56703, "572111", 1, 0, 19), + (56704, "572212", 1, 0, 19), + (56705, "572212", 1, 0, 19), + (56706, "572212", 1, 0, 19), + (56707, "572212", 1, 0, 19), + (56708, "572212", 1, 0, 19), + (56709, "572114", 1, 0, 19), + (56710, "572114", 1, 0, 19), + (56711, "572114", 1, 0, 19), + (56712, "572114", 1, 0, 19), + (56713, "572114", 1, 0, 19), + (56714, "572114", 1, 0, 19), + (56715, "572114", 1, 0, 19), + (56716, "572213", 1, 0, 19), + (56717, "572213", 1, 0, 19), + (56718, "572213", 1, 0, 19), + (56719, "572213", 1, 0, 19), + (56720, "572213", 1, 0, 19), + (56721, "572213", 1, 0, 19), + (56722, "572213", 1, 0, 19), + (56723, "572213", 1, 0, 19), + (56724, "572213", 1, 0, 19), + (56725, "572213", 1, 0, 19), + (56726, "572117", 1, 0, 19), + (56727, "572117", 1, 0, 19), + (56728, "572117", 1, 0, 19), + (56729, "572117", 1, 0, 19), + (56730, "572117", 1, 0, 19), + (56731, "572117", 1, 0, 19), + (56732, "572117", 1, 0, 19), + (56733, "572117", 1, 0, 19), + (56734, "572117", 1, 0, 19), + (56735, "572117", 1, 0, 19), + (56736, "572214", 1, 0, 19), + (56737, "572214", 1, 0, 19), + (56738, "572214", 1, 0, 19), + (56739, "572214", 1, 0, 19), + (56740, "572214", 1, 0, 19), + (56741, "572214", 1, 0, 19), + (56742, "572215", 1, 0, 19), + (56743, "572215", 1, 0, 19), + (56744, "572215", 1, 0, 19), + (56745, "572215", 1, 0, 19), + (56746, "572215", 1, 0, 19), + (56747, "572215", 1, 0, 19), + (56748, "572215", 1, 0, 19), + (56749, "572215", 1, 0, 19), + (56750, "572216", 1, 0, 19), + (56751, "572216", 1, 0, 19), + (56752, "572216", 1, 0, 19), + (56753, "572216", 1, 0, 19), + (56754, "572216", 1, 0, 19), + (56755, "572216", 1, 0, 19), + (56756, "572216", 1, 0, 19), + (56757, "572216", 1, 0, 19), + (56758, "572216", 1, 0, 19), + (56759, "572216", 1, 0, 19), + (56760, "572216", 1, 0, 19), + (56761, "572216", 1, 0, 19), + (56762, "572216", 1, 0, 19), + (56763, "572216", 1, 0, 19), + (56764, "572216", 1, 0, 19), + (56765, "572119", 1, 0, 19), + (56766, "572119", 1, 0, 19), + (56767, "572119", 1, 0, 19), + (56768, "572119", 1, 0, 19), + (56769, "572119", 1, 0, 19), + (56770, "572119", 1, 0, 19), + (56771, "572119", 1, 0, 19), + (56772, "572119", 1, 0, 19), + (56773, "572119", 1, 0, 19), + (56774, "572119", 1, 0, 19), + (56775, "572217", 1, 0, 19), + (56776, "572217", 1, 0, 19), + (56777, "572217", 1, 0, 19), + (56778, "572217", 1, 0, 19), + (56779, "572217", 1, 0, 19), + (56780, "572218", 1, 0, 19), + (56781, "572218", 1, 0, 19), + (56782, "572218", 1, 0, 19), + (56783, "572218", 1, 0, 19), + (56784, "572218", 1, 0, 19), + (56785, "572218", 1, 0, 19), + (56786, "572218", 1, 0, 19), + (56787, "572218", 1, 0, 19), + (56788, "572123", 1, 0, 19), + (56789, "572123", 1, 0, 19), + (56790, "572123", 1, 0, 19), + (56791, "572123", 1, 0, 19), + (56792, "572123", 1, 0, 19), + (56793, "572123", 1, 0, 19), + (56794, "572123", 1, 0, 19), + (56795, "572123", 1, 0, 19), + (56796, "572123", 1, 0, 19), + (56797, "572123", 1, 0, 19), + (56798, "572123", 1, 0, 19), + (56799, "572123", 1, 0, 19), + (56800, "572201", 1, 0, 19), + (56801, "572201", 1, 0, 19), + (56802, "572201", 1, 0, 19), + (56803, "572201", 1, 0, 19), + (56804, "572201", 1, 0, 19), + (56805, "572201", 1, 0, 19), + (56806, "572201", 1, 0, 19), + (56807, "572201", 1, 0, 19), + (56808, "572201", 1, 0, 19), + (56809, "572201", 1, 0, 19), + (56810, "572201", 1, 0, 19), + (56811, "572201", 1, 0, 19), + (56812, "572201", 1, 0, 19), + (56813, "572201", 1, 0, 19), + (56814, "572201", 1, 0, 19), + (56815, "572201", 1, 0, 19), + (56816, "572201", 1, 0, 19), + (56817, "572219", 1, 0, 19), + (56818, "572219", 1, 0, 19), + (56819, "572219", 1, 0, 19), + (56820, "572219", 1, 0, 19), + (56821, "572220", 1, 0, 19), + (56822, "572220", 1, 0, 19), + (56823, "572220", 1, 0, 19), + (56824, "572220", 1, 0, 19), + (56825, "572220", 1, 0, 19), + (56826, "572228", 1, 0, 19), + (56827, "572228", 1, 0, 19), + (56828, "572228", 1, 0, 19), + (56829, "572228", 1, 0, 19), + (56830, "572228", 1, 0, 19), + (56831, "572228", 1, 0, 19), + (56832, "572228", 1, 0, 19), + (56833, "572126", 1, 0, 19), + (56834, "572126", 1, 0, 19), + (56835, "572126", 1, 0, 19), + (56836, "572126", 1, 0, 19), + (56837, "572126", 1, 0, 19), + (56838, "572126", 1, 0, 19), + (56839, "572126", 1, 0, 19), + (56840, "572126", 1, 0, 19), + (56841, "572130", 1, 0, 19), + (56842, "572130", 1, 0, 19), + (56843, "572130", 1, 0, 19), + (56844, "572130", 1, 0, 19), + (56845, "572130", 1, 0, 19), + (56846, "572130", 1, 0, 19), + (56847, "572130", 1, 0, 19), + (56848, "572130", 1, 0, 19), + (56849, "572130", 1, 0, 19), + (56850, "572130", 1, 0, 19), + (56851, "572130", 1, 0, 19), + (56852, "572130", 1, 0, 19), + (56853, "572130", 1, 0, 19), + (56854, "572130", 1, 0, 19), + (56855, "572130", 1, 0, 19), + (56856, "572130", 1, 0, 19), + (56857, "572221", 1, 0, 19), + (56858, "572221", 1, 0, 19), + (56859, "572221", 1, 0, 19), + (56860, "572221", 1, 0, 19), + (56861, "572221", 1, 0, 19), + (56862, "572221", 1, 0, 19), + (56863, "572221", 1, 0, 19), + (56864, "572221", 1, 0, 19), + (56865, "572221", 1, 0, 19), + (56866, "572221", 1, 0, 19), + (56867, "572222", 1, 0, 19), + (56868, "572221", 1, 0, 19), + (56869, "572221", 1, 0, 19), + (56870, "572221", 1, 0, 19), + (56871, "572222", 1, 0, 19), + (56872, "572222", 1, 0, 19), + (56873, "572222", 1, 0, 19), + (56874, "572222", 1, 0, 19), + (56875, "572222", 1, 0, 19), + (56876, "572222", 1, 0, 19), + (56877, "572134", 1, 0, 19), + (56878, "572134", 1, 0, 19), + (56879, "572134", 1, 0, 19), + (56880, "572223", 1, 0, 19), + (56881, "572223", 1, 0, 19), + (56882, "572223", 1, 0, 19), + (56883, "572223", 1, 0, 19), + (56884, "572223", 1, 0, 19), + (56885, "572223", 1, 0, 19), + (56886, "572224", 1, 0, 19), + (56887, "572224", 1, 0, 19), + (56888, "572224", 1, 0, 19), + (56889, "572224", 1, 0, 19), + (56890, "572224", 1, 0, 19), + (56891, "572224", 1, 0, 19), + (56892, "572224", 1, 0, 19), + (56893, "572224", 1, 0, 19), + (56894, "572224", 1, 0, 19), + (56895, "572224", 1, 0, 19), + (56896, "572224", 1, 0, 19), + (56897, "572224", 1, 0, 19), + (56898, "572224", 1, 0, 19), + (56899, "572225", 1, 0, 19), + (56900, "572225", 1, 0, 19), + (56901, "572225", 1, 0, 19), + (56902, "572225", 1, 0, 19), + (56903, "572225", 1, 0, 19), + (56904, "572226", 1, 0, 19), + (56905, "572226", 1, 0, 19), + (56906, "572226", 1, 0, 19), + (56907, "572226", 1, 0, 19), + (56908, "572226", 1, 0, 19), + (56909, "572227", 1, 0, 19), + (56910, "572227", 1, 0, 19), + (56911, "572227", 1, 0, 19), + (56912, "572227", 1, 0, 19), + (56913, "572227", 1, 0, 19), + (56914, "572227", 1, 0, 19), + (56915, "572227", 1, 0, 19), + (56916, "572227", 1, 0, 19), + (56917, "572227", 1, 0, 19), + (56918, "572142", 1, 0, 19), + (56919, "572142", 1, 0, 19), + (56920, "572142", 1, 0, 19), + (56921, "576103", 1, 0, 19), + (56922, "576103", 1, 0, 19), + (56923, "576101", 1, 0, 19), + (56924, "574103", 1, 0, 19), + (56925, "574103", 1, 0, 19), + (56926, "574105", 1, 0, 19), + (56927, "574105", 1, 0, 19), + (56928, "574105", 1, 0, 19), + (56929, "574106", 1, 0, 19), + (56930, "574106", 1, 0, 19), + (56931, "574106", 1, 0, 19), + (56932, "574106", 1, 0, 19), + (56933, "576102", 1, 0, 19), + (56934, "576102", 1, 0, 19), + (56935, "576102", 1, 0, 19), + (56936, "576101", 1, 0, 19), + (56937, "576101", 1, 0, 19), + (56938, "576120", 1, 0, 19), + (56939, "576120", 1, 0, 19), + (56940, "576120", 1, 0, 19), + (56941, "574111", 1, 0, 19), + (56942, "574113", 1, 0, 19), + (56943, "574115", 1, 0, 19), + (56944, "574115", 1, 0, 19), + (56945, "574116", 1, 0, 19), + (56946, "574116", 1, 0, 19), + (56947, "574116", 1, 0, 19), + (56948, "574116", 1, 0, 19), + (56949, "574117", 1, 0, 19), + (56950, "574117", 1, 0, 19), + (56951, "574118", 1, 0, 19), + (56952, "574118", 1, 0, 19), + (56953, "574118", 1, 0, 19), + (56954, "574118", 1, 0, 19), + (56955, "574119", 1, 0, 19), + (56956, "574119", 1, 0, 19), + (56957, "576211", 1, 0, 19), + (56958, "576211", 1, 0, 19), + (56959, "576211", 1, 0, 19), + (56960, "576211", 1, 0, 19), + (56961, "576211", 1, 0, 19), + (56962, "576211", 1, 0, 19), + (56963, "576212", 1, 0, 19), + (56964, "576212", 1, 0, 19), + (56965, "576212", 1, 0, 19), + (56966, "576212", 1, 0, 19), + (56967, "576212", 1, 0, 19), + (56968, "576212", 1, 0, 19), + (56969, "576214", 1, 0, 19), + (56970, "576214", 1, 0, 19), + (56971, "576214", 1, 0, 19), + (56972, "576214", 1, 0, 19), + (56973, "576214", 1, 0, 19), + (56974, "576214", 1, 0, 19), + (56975, "576247", 1, 0, 19), + (56976, "576217", 1, 0, 19), + (56977, "576217", 1, 0, 19), + (56978, "576283", 1, 0, 19), + (56979, "576283", 1, 0, 19), + (56980, "576283", 1, 0, 19), + (56981, "576283", 1, 0, 19), + (56982, "576282", 1, 0, 19), + (56983, "576219", 1, 0, 19), + (56984, "576219", 1, 0, 19), + (56985, "576219", 1, 0, 19), + (56986, "576219", 1, 0, 19), + (56987, "576219", 1, 0, 19), + (56988, "576222", 1, 0, 19), + (56989, "576222", 1, 0, 19), + (56990, "576222", 1, 0, 19), + (56991, "576222", 1, 0, 19), + (56992, "576222", 1, 0, 19), + (56993, "576222", 1, 0, 19), + (56994, "576222", 1, 0, 19), + (56995, "576222", 1, 0, 19), + (56996, "576222", 1, 0, 19), + (56997, "576222", 1, 0, 19), + (56998, "576222", 1, 0, 19), + (56999, "576257", 1, 0, 19), + (57000, "576224", 1, 0, 19), + (57001, "576224", 1, 0, 19), + (57002, "576227", 1, 0, 19), + (57003, "576227", 1, 0, 19), + (57004, "576227", 1, 0, 19), + (57005, "576227", 1, 0, 19), + (57006, "576227", 1, 0, 19), + (57007, "576229", 1, 0, 19), + (57008, "576229", 1, 0, 19), + (57009, "576229", 1, 0, 19), + (57010, "576229", 1, 0, 19), + (57011, "576230", 1, 0, 19), + (57012, "576230", 1, 0, 19), + (57013, "576230", 1, 0, 19), + (57014, "576230", 1, 0, 19), + (57015, "576230", 1, 0, 19), + (57016, "576231", 1, 0, 19), + (57017, "576231", 1, 0, 19), + (57018, "576231", 1, 0, 19), + (57019, "576235", 1, 0, 19), + (57020, "576235", 1, 0, 19), + (57021, "576235", 1, 0, 19), + (57022, "576235", 1, 0, 19), + (57023, "576232", 1, 0, 19), + (57024, "576233", 1, 0, 19), + (57025, "576233", 1, 0, 19), + (57026, "576233", 1, 0, 19), + (57027, "576233", 1, 0, 19), + (57028, "576233", 1, 0, 19), + (57029, "576233", 1, 0, 19), + (57030, "576233", 1, 0, 19), + (57031, "576233", 1, 0, 19), + (57032, "576233", 1, 0, 19), + (57033, "576233", 1, 0, 19), + (57034, "576210", 1, 0, 19), + (57035, "576210", 1, 0, 19), + (57036, "576210", 1, 0, 19), + (57037, "576210", 1, 0, 19), + (57038, "576210", 1, 0, 19), + (57039, "576210", 1, 0, 19), + (57040, "576210", 1, 0, 19), + (57041, "576210", 1, 0, 19), + (57042, "576210", 1, 0, 19), + (57043, "576210", 1, 0, 19), + (57044, "576213", 1, 0, 19), + (57045, "576213", 1, 0, 19), + (57046, "576213", 1, 0, 19), + (57047, "576213", 1, 0, 19), + (57048, "576213", 1, 0, 19), + (57049, "576213", 1, 0, 19), + (57050, "576213", 1, 0, 19), + (57051, "576213", 1, 0, 19), + (57052, "576215", 1, 0, 19), + (57053, "576215", 1, 0, 19), + (57054, "576215", 1, 0, 19), + (57055, "576113", 1, 0, 19), + (57056, "576113", 1, 0, 19), + (57057, "576113", 1, 0, 19), + (57058, "576113", 1, 0, 19), + (57059, "576218", 1, 0, 19), + (57060, "576115", 1, 0, 19), + (57061, "576115", 1, 0, 19), + (57062, "576234", 1, 0, 19), + (57063, "576234", 1, 0, 19), + (57064, "576234", 1, 0, 19), + (57065, "576234", 1, 0, 19), + (57066, "576234", 1, 0, 19), + (57067, "576221", 1, 0, 19), + (57068, "576221", 1, 0, 19), + (57069, "576221", 1, 0, 19), + (57070, "576106", 1, 0, 19), + (57071, "576108", 1, 0, 19), + (57072, "576223", 1, 0, 19), + (57073, "576223", 1, 0, 19), + (57074, "576223", 1, 0, 19), + (57075, "576223", 1, 0, 19), + (57076, "576223", 1, 0, 19), + (57077, "576107", 1, 0, 19), + (57078, "576107", 1, 0, 19), + (57079, "576107", 1, 0, 19), + (57080, "576107", 1, 0, 19), + (57081, "576107", 1, 0, 19), + (57082, "576107", 1, 0, 19), + (57083, "576124", 1, 0, 19), + (57084, "576124", 1, 0, 19), + (57085, "576124", 1, 0, 19), + (57086, "576124", 1, 0, 19), + (57087, "576124", 1, 0, 19), + (57088, "576225", 1, 0, 19), + (57089, "576225", 1, 0, 19), + (57090, "576225", 1, 0, 19), + (57091, "576225", 1, 0, 19), + (57092, "576105", 1, 0, 19), + (57093, "576105", 1, 0, 19), + (57094, "576105", 1, 0, 19), + (57095, "576105", 1, 0, 19), + (57096, "576226", 1, 0, 19), + (57097, "576226", 1, 0, 19), + (57098, "576226", 1, 0, 19), + (57099, "581110", 1, 0, 19), + (57100, "581108", 1, 0, 19), + (57101, "581205", 1, 0, 19), + (57102, "581115", 1, 0, 19), + (57103, "581110", 1, 0, 19), + (57104, "581110", 1, 0, 19), + (57105, "581110", 1, 0, 19), + (57106, "581110", 1, 0, 19), + (57107, "581110", 1, 0, 19), + (57108, "581110", 1, 0, 19), + (57109, "581110", 1, 0, 19), + (57110, "581110", 1, 0, 19), + (57111, "581110", 1, 0, 19), + (57112, "581108", 1, 0, 19), + (57113, "581202", 1, 0, 19), + (57114, "581110", 1, 0, 19), + (57115, "581110", 1, 0, 19), + (57116, "581110", 1, 0, 19), + (57117, "581110", 1, 0, 19), + (57118, "581110", 1, 0, 19), + (57119, "581110", 1, 0, 19), + (57120, "581101", 1, 0, 19), + (57121, "581101", 1, 0, 19), + (57122, "581101", 1, 0, 19), + (57123, "581101", 1, 0, 19), + (57124, "581102", 1, 0, 19), + (57125, "581102", 1, 0, 19), + (57126, "581102", 1, 0, 19), + (57127, "581102", 1, 0, 19), + (57128, "581102", 1, 0, 19), + (57129, "581202", 1, 0, 19), + (57130, "581202", 1, 0, 19), + (57131, "581202", 1, 0, 19), + (57132, "581202", 1, 0, 19), + (57133, "581202", 1, 0, 19), + (57134, "581203", 1, 0, 19), + (57135, "581104", 1, 0, 19), + (57136, "581203", 1, 0, 19), + (57137, "581203", 1, 0, 19), + (57138, "581203", 1, 0, 19), + (57139, "581203", 1, 0, 19), + (57140, "581193", 1, 0, 19), + (57141, "581193", 1, 0, 19), + (57142, "581193", 1, 0, 19), + (57143, "581193", 1, 0, 19), + (57144, "581108", 1, 0, 19), + (57145, "581108", 1, 0, 19), + (57146, "581108", 1, 0, 19), + (57147, "581104", 1, 0, 19), + (57148, "581104", 1, 0, 19), + (57149, "581104", 1, 0, 19), + (57150, "581104", 1, 0, 19), + (57151, "581126", 1, 0, 19), + (57152, "581126", 1, 0, 19), + (57153, "581126", 1, 0, 19), + (57154, "581112", 1, 0, 19), + (57155, "581112", 1, 0, 19), + (57156, "581112", 1, 0, 19), + (57157, "581148", 1, 0, 19), + (57158, "581148", 1, 0, 19), + (57159, "581148", 1, 0, 19), + (57160, "581148", 1, 0, 19), + (57161, "581148", 1, 0, 19), + (57162, "581148", 1, 0, 19), + (57163, "581118", 1, 0, 19), + (57164, "581118", 1, 0, 19), + (57165, "581118", 1, 0, 19), + (57166, "581237", 1, 0, 19), + (57167, "581118", 1, 0, 19), + (57168, "581118", 1, 0, 19), + (57169, "581118", 1, 0, 19), + (57170, "581237", 1, 0, 19), + (57171, "581118", 1, 0, 19), + (57172, "581237", 1, 0, 19), + (57173, "581118", 1, 0, 19), + (57174, "581237", 1, 0, 19), + (57175, "581118", 1, 0, 19), + (57176, "581118", 1, 0, 19), + (57177, "581237", 1, 0, 19), + (57178, "581118", 1, 0, 19), + (57179, "581118", 1, 0, 19), + (57180, "581118", 1, 0, 19), + (57181, "581205", 1, 0, 19), + (57182, "581205", 1, 0, 19), + (57183, "581205", 1, 0, 19), + (57184, "581205", 1, 0, 19), + (57185, "581205", 1, 0, 19), + (57186, "581205", 1, 0, 19), + (57187, "581205", 1, 0, 19), + (57188, "581205", 1, 0, 19), + (57189, "581205", 1, 0, 19), + (57190, "581120", 1, 0, 19), + (57191, "581120", 1, 0, 19), + (57192, "581120", 1, 0, 19), + (57193, "581120", 1, 0, 19), + (57194, "581120", 1, 0, 19), + (57195, "581120", 1, 0, 19), + (57196, "581120", 1, 0, 19), + (57197, "581120", 1, 0, 19), + (57198, "581120", 1, 0, 19), + (57199, "581120", 1, 0, 19), + (57200, "581120", 1, 0, 19), + (57201, "581115", 1, 0, 19), + (57202, "581115", 1, 0, 19), + (57203, "581104", 1, 0, 19), + (57204, "581104", 1, 0, 19), + (57205, "581199", 1, 0, 19), + (57206, "581104", 1, 0, 19), + (57207, "581104", 1, 0, 19), + (57208, "581104", 1, 0, 19), + (57209, "581199", 1, 0, 19), + (57210, "581104", 1, 0, 19), + (57211, "581104", 1, 0, 19), + (57212, "581199", 1, 0, 19), + (57213, "581104", 1, 0, 19), + (57214, "581213", 1, 0, 19), + (57215, "581213", 1, 0, 19), + (57216, "581213", 1, 0, 19), + (57217, "581213", 1, 0, 19), + (57218, "581213", 1, 0, 19), + (57219, "581213", 1, 0, 19), + (57220, "581126", 1, 0, 19), + (57221, "581126", 1, 0, 19), + (57222, "581126", 1, 0, 19), + (57223, "581126", 1, 0, 19), + (57224, "581126", 1, 0, 19), + (57225, "581115", 1, 0, 19), + (57226, "581115", 1, 0, 19), + (57227, "581115", 1, 0, 19), + (57228, "581115", 1, 0, 19), + (57229, "581115", 1, 0, 19), + (57230, "581115", 1, 0, 19), + (57231, "581115", 1, 0, 19), + (57232, "581115", 1, 0, 19), + (57233, "581115", 1, 0, 19), + (57234, "581115", 1, 0, 19), + (57235, "581115", 1, 0, 19), + (57236, "581115", 1, 0, 19), + (57237, "581115", 1, 0, 19), + (57238, "581115", 1, 0, 19), + (57239, "581115", 1, 0, 19), + (57240, "678011", 1, 0, 3), + (57241, "670601", 1, 0, 3), + (57242, "673647", 1, 0, 3), + (57243, "673634", 1, 0, 3), + (57244, "676522", 1, 0, 3), + (57245, "673638", 1, 0, 3), + (57246, "673641", 1, 0, 3), + (57247, "676122", 1, 0, 3), + (57248, "676521", 1, 0, 3), + (57249, "689551", 1, 0, 3), + (57250, "689506", 1, 0, 3), + (57251, "689106", 1, 0, 3), + (57252, "689107", 1, 0, 3), + (57253, "689571", 1, 0, 3), + (57254, "689104", 1, 0, 3), + (57255, "689572", 1, 0, 3), + (57256, "689111", 1, 0, 3), + (57257, "689109", 1, 0, 3), + (57258, "689588", 1, 0, 3), + (57259, "689581", 1, 0, 3), + (57260, "689108", 1, 0, 3), + (57261, "695035", 1, 0, 3), + (57262, "680026", 1, 0, 3), + (57263, "678581", 1, 0, 3), + (57264, "678601", 1, 0, 3), + (57265, "679512", 1, 0, 3), + (57266, "679551", 1, 0, 3), + (57267, "679505", 1, 0, 3), + (57268, "679536", 1, 0, 3), + (57269, "679503", 1, 0, 3), + (57270, "679511", 1, 0, 3), + (57271, "679123", 1, 0, 3), + (57272, "679515", 1, 0, 3), + (57273, "678596", 1, 0, 3), + (57274, "679313", 1, 0, 3), + (57275, "678591", 1, 0, 3), + (57276, "679104", 1, 0, 3), + (57277, "678595", 1, 0, 3), + (57278, "679506", 1, 0, 3), + (57279, "678597", 1, 0, 3), + (57280, "678633", 1, 0, 3), + (57281, "679523", 1, 0, 3), + (57282, "679554", 1, 0, 3), + (57283, "679337", 1, 0, 3), + (57284, "679552", 1, 0, 3), + (57285, "679553", 1, 0, 3), + (57286, "679533", 1, 0, 3), + (57287, "679301", 1, 0, 3), + (57288, "679521", 1, 0, 3), + (57289, "678582", 1, 0, 3), + (57290, "678583", 1, 0, 3), + (57291, "679306", 1, 0, 3), + (57292, "679308", 1, 0, 3), + (57293, "679335", 1, 0, 3), + (57294, "679103", 1, 0, 3), + (57295, "679305", 1, 0, 3), + (57296, "679501", 1, 0, 3), + (57297, "679303", 1, 0, 3), + (57298, "678762", 1, 0, 3), + (57299, "679535", 1, 0, 3), + (57300, "679302", 1, 0, 3), + (57301, "678598", 1, 0, 3), + (57302, "678632", 1, 0, 3), + (57303, "679307", 1, 0, 3), + (57304, "679121", 1, 0, 3), + (57305, "679122", 1, 0, 3), + (57306, "679513", 1, 0, 3), + (57307, "678593", 1, 0, 3), + (57308, "679514", 1, 0, 3), + (57309, "679102", 1, 0, 3), + (57310, "679304", 1, 0, 3), + (57311, "679502", 1, 0, 3), + (57312, "679534", 1, 0, 3), + (57313, "679336", 1, 0, 3), + (57314, "679522", 1, 0, 3), + (57315, "679504", 1, 0, 3), + (57316, "679516", 1, 0, 3), + (57317, "679309", 1, 0, 3), + (57318, "682040", 1, 0, 3), + (57319, "682041", 1, 0, 3), + (57320, "670310", 1, 0, 3), + (57321, "680121", 1, 0, 3), + (57322, "680664", 1, 0, 3), + (57323, "680307", 1, 0, 3), + (57324, "680307", 1, 0, 3), + (57325, "695589", 1, 0, 3), + (57326, "682010", 1, 0, 3), + (57327, "690531", 1, 0, 3), + (57328, "673323", 1, 0, 3), + (57329, "695581", 1, 0, 3), + (57330, "683548", 1, 0, 3), + (57331, "679341", 1, 0, 3), + (57332, "682317", 1, 0, 3), + (57333, "682051", 1, 0, 3), + (57334, "682050", 1, 0, 3), + (57335, "685571", 1, 0, 3), + (57336, "685595", 1, 0, 3), + (57337, "685505", 1, 0, 3), + (57338, "685619", 1, 0, 3), + (57339, "685552", 1, 0, 3), + (57340, "685565", 1, 0, 3), + (57341, "685601", 1, 0, 3), + (57342, "685535", 1, 0, 3), + (57343, "685531", 1, 0, 3), + (57344, "685603", 1, 0, 3), + (57345, "685532", 1, 0, 3), + (57346, "685554", 1, 0, 3), + (57347, "685602", 1, 0, 3), + (57348, "685507", 1, 0, 3), + (57349, "685551", 1, 0, 3), + (57350, "685591", 1, 0, 3), + (57351, "685613", 1, 0, 3), + (57352, "685615", 1, 0, 3), + (57353, "685562", 1, 0, 3), + (57354, "685581", 1, 0, 3), + (57355, "685588", 1, 0, 3), + (57356, "685586", 1, 0, 3), + (57357, "685582", 1, 0, 3), + (57358, "685590", 1, 0, 3), + (57359, "685616", 1, 0, 3), + (57360, "685589", 1, 0, 3), + (57361, "685612", 1, 0, 3), + (57362, "685587", 1, 0, 3), + (57363, "685605", 1, 0, 3), + (57364, "685566", 1, 0, 3), + (57365, "685618", 1, 0, 3), + (57366, "685614", 1, 0, 3), + (57367, "685585", 1, 0, 3), + (57368, "685583", 1, 0, 3), + (57369, "685563", 1, 0, 3), + (57370, "685604", 1, 0, 3), + (57371, "685620", 1, 0, 3), + (57372, "685606", 1, 0, 3), + (57373, "685561", 1, 0, 3), + (57374, "685503", 1, 0, 3), + (57375, "685512", 1, 0, 3), + (57376, "685511", 1, 0, 3), + (57377, "685501", 1, 0, 3), + (57378, "685515", 1, 0, 3), + (57379, "685509", 1, 0, 3), + (57380, "685553", 1, 0, 3), + (57381, "685533", 1, 0, 3), + (57382, "685514", 1, 0, 3), + (57383, "691573", 1, 0, 3), + (57384, "691002", 1, 0, 3), + (57385, "691302", 1, 0, 3), + (57386, "691014", 1, 0, 3), + (57387, "691572", 1, 0, 3), + (57388, "691502", 1, 0, 3), + (57389, "691011", 1, 0, 3), + (57390, "691008", 1, 0, 3), + (57391, "691578", 1, 0, 3), + (57392, "691602", 1, 0, 3), + (57393, "691576", 1, 0, 3), + (57394, "691579", 1, 0, 3), + (57395, "691003", 1, 0, 3), + (57396, "691004", 1, 0, 3), + (57397, "691001", 1, 0, 3), + (57398, "691001", 1, 0, 3), + (57399, "691013", 1, 0, 3), + (57400, "691013", 1, 0, 3), + (57401, "691001", 1, 0, 3), + (57402, "691571", 1, 0, 3), + (57403, "691501", 1, 0, 3), + (57404, "691501", 1, 0, 3), + (57405, "691015", 1, 0, 3), + (57406, "691303", 1, 0, 3), + (57407, "691577", 1, 0, 3), + (57408, "691503", 1, 0, 3), + (57409, "691515", 1, 0, 3), + (57410, "691334", 1, 0, 3), + (57411, "691006", 1, 0, 3), + (57412, "691301", 1, 0, 3), + (57413, "691574", 1, 0, 3), + (57414, "691021", 1, 0, 3), + (57415, "691601", 1, 0, 3), + (57416, "691504", 1, 0, 3), + (57417, "691304", 1, 0, 3), + (57418, "691581", 1, 0, 3), + (57419, "691005", 1, 0, 3), + (57420, "691007", 1, 0, 3), + (57421, "691020", 1, 0, 3), + (57422, "691016", 1, 0, 3), + (57423, "691319", 1, 0, 3), + (57424, "691009", 1, 0, 3), + (57425, "691012", 1, 0, 3), + (57426, "691019", 1, 0, 3), + (57427, "691589", 1, 0, 3), + (57428, "691010", 1, 0, 3), + (57429, "691511", 1, 0, 3), + (57430, "691500", 1, 0, 3), + (57431, "690573", 1, 0, 3), + (57432, "690538", 1, 0, 3), + (57433, "690542", 1, 0, 3), + (57434, "691583", 1, 0, 3), + (57435, "691584", 1, 0, 3), + (57436, "690525", 1, 0, 3), + (57437, "691590", 1, 0, 3), + (57438, "690544", 1, 0, 3), + (57439, "690574", 1, 0, 3), + (57440, "691585", 1, 0, 3), + (57441, "690519", 1, 0, 3), + (57442, "691582", 1, 0, 3), + (57443, "690526", 1, 0, 3), + (57444, "690547", 1, 0, 3), + (57445, "690539", 1, 0, 3), + (57446, "690523", 1, 0, 3), + (57447, "690524", 1, 0, 3), + (57448, "690536", 1, 0, 3), + (57449, "690528", 1, 0, 3), + (57450, "691534", 1, 0, 3), + (57451, "691557", 1, 0, 3), + (57452, "691520", 1, 0, 3), + (57453, "691559", 1, 0, 3), + (57454, "691505", 1, 0, 3), + (57455, "691536", 1, 0, 3), + (57456, "691560", 1, 0, 3), + (57457, "691543", 1, 0, 3), + (57458, "691516", 1, 0, 3), + (57459, "691521", 1, 0, 3), + (57460, "691509", 1, 0, 3), + (57461, "691541", 1, 0, 3), + (57462, "691535", 1, 0, 3), + (57463, "691512", 1, 0, 3), + (57464, "691510", 1, 0, 3), + (57465, "691566", 1, 0, 3), + (57466, "691537", 1, 0, 3), + (57467, "691531", 1, 0, 3), + (57468, "691507", 1, 0, 3), + (57469, "691532", 1, 0, 3), + (57470, "691540", 1, 0, 3), + (57471, "691538", 1, 0, 3), + (57472, "673015", 1, 0, 3), + (57473, "673018", 1, 0, 3), + (57474, "673004", 1, 0, 3), + (57475, "673032", 1, 0, 3), + (57476, "673032", 1, 0, 3), + (57477, "673008", 1, 0, 3), + (57478, "673001", 1, 0, 3), + (57479, "673002", 1, 0, 3), + (57480, "673301", 1, 0, 3), + (57481, "673655", 1, 0, 3), + (57482, "673017", 1, 0, 3), + (57483, "673005", 1, 0, 3), + (57484, "673303", 1, 0, 3), + (57485, "673632", 1, 0, 3), + (57486, "673631", 1, 0, 3), + (57487, "673631", 1, 0, 3), + (57488, "673021", 1, 0, 3), + (57489, "673004", 1, 0, 3), + (57490, "673633", 1, 0, 3), + (57491, "673002", 1, 0, 3), + (57492, "673029", 1, 0, 3), + (57493, "673011", 1, 0, 3), + (57494, "673005", 1, 0, 3), + (57495, "673005", 1, 0, 3), + (57496, "673020", 1, 0, 3), + (57497, "673601", 1, 0, 3), + (57498, "673616", 1, 0, 3), + (57499, "673006", 1, 0, 3), + (57500, "673611", 1, 0, 3), + (57501, "673010", 1, 0, 3), + (57502, "673580", 1, 0, 3), + (57503, "673572", 1, 0, 3), + (57504, "673571", 1, 0, 3), + (57505, "673604", 1, 0, 3), + (57506, "673009", 1, 0, 3), + (57507, "673012", 1, 0, 3), + (57508, "673602", 1, 0, 3), + (57509, "673613", 1, 0, 3), + (57510, "673585", 1, 0, 3), + (57511, "673586", 1, 0, 3), + (57512, "673573", 1, 0, 3), + (57513, "673603", 1, 0, 3), + (57514, "673593", 1, 0, 3), + (57515, "673595", 1, 0, 3), + (57516, "673123", 1, 0, 3), + (57517, "673122", 1, 0, 3), + (57518, "673596", 1, 0, 3), + (57519, "673577", 1, 0, 3), + (57520, "673575", 1, 0, 3), + (57521, "673579", 1, 0, 3), + (57522, "673592", 1, 0, 3), + (57523, "673592", 1, 0, 3), + (57524, "673028", 1, 0, 3), + (57525, "673014", 1, 0, 3), + (57526, "673302", 1, 0, 3), + (57527, "673003", 1, 0, 3), + (57528, "673655", 1, 0, 3), + (57529, "673003", 1, 0, 3), + (57530, "673016", 1, 0, 3), + (57531, "673007", 1, 0, 3), + (57532, "673328", 1, 0, 3), + (57533, "673661", 1, 0, 3), + (57534, "673011", 1, 0, 3), + (57535, "673027", 1, 0, 3), + (57536, "673019", 1, 0, 3), + (57537, "673001", 1, 0, 3), + (57538, "673581", 1, 0, 3), + (57539, "673576", 1, 0, 3), + (57540, "673591", 1, 0, 3), + (57541, "673570", 1, 0, 3), + (57542, "695015", 1, 0, 3), + (57543, "695014", 1, 0, 3), + (57544, "695528", 1, 0, 3), + (57545, "695588", 1, 0, 3), + (57546, "682042", 1, 0, 3), + (57547, "670504", 1, 0, 3), + (57548, "695134", 1, 0, 3), + (57549, "695601", 1, 0, 3), + (57550, "670353", 1, 0, 3), + (57551, "686630", 1, 0, 3), + (57552, "686146", 1, 0, 3), + (57553, "695570", 1, 0, 3), + (57554, "671534", 1, 0, 3), + (57555, "673124", 1, 0, 3), + (57556, "673051", 1, 0, 3), + (57557, "690546", 1, 0, 3), + (57558, "691527", 1, 0, 3), + (57559, "685584", 1, 0, 3), + (57560, "685609", 1, 0, 3), + (57561, "673582", 1, 0, 3), + (57562, "685608", 1, 0, 3), + (57563, "685607", 1, 0, 3), + (57564, "679101", 1, 0, 3), + (57565, "688001", 1, 0, 3), + (57566, "688524", 1, 0, 3), + (57567, "683101", 1, 0, 3), + (57568, "686661", 1, 0, 3), + (57569, "683542", 1, 0, 3), + (57570, "686101", 1, 0, 3), + (57571, "686507", 1, 0, 3), + (57572, "682011", 1, 0, 3), + (57573, "682001", 1, 0, 3), + (57574, "685584", 1, 0, 3), + (57575, "685508", 1, 0, 3), + (57576, "680307", 1, 0, 3), + (57577, "680121", 1, 0, 3), + (57578, "670001", 1, 0, 3), + (57579, "670141", 1, 0, 3), + (57580, "671121", 1, 0, 3), + (57581, "671315", 1, 0, 3), + (57582, "691001", 1, 0, 3), + (57583, "691506", 1, 0, 3), + (57584, "690518", 1, 0, 3), + (57585, "686001", 1, 0, 3), + (57586, "686575", 1, 0, 3), + (57587, "686141", 1, 0, 3), + (57588, "676121", 1, 0, 3), + (57589, "676505", 1, 0, 3), + (57590, "690101", 1, 0, 3), + (57591, "690502", 1, 0, 3), + (57592, "678001", 1, 0, 3), + (57593, "678541", 1, 0, 3), + (57594, "678002", 1, 0, 3), + (57595, "689645", 1, 0, 3), + (57596, "691523", 1, 0, 3), + (57597, "691305", 1, 0, 3), + (57598, "670101", 1, 0, 3), + (57599, "680001", 1, 0, 3), + (57600, "680503", 1, 0, 3), + (57601, "680582", 1, 0, 3), + (57602, "676101", 1, 0, 3), + (57603, "679577", 1, 0, 3), + (57604, "689121", 1, 0, 3), + (57605, "689101", 1, 0, 3), + (57606, "673001", 1, 0, 3), + (57607, "673020", 1, 0, 3), + (57608, "673121", 1, 0, 3), + (57609, "673101", 1, 0, 3), + (57610, "673305", 1, 0, 3), + (57611, "695001", 1, 0, 3), + (57612, "695101", 1, 0, 3), + (57613, "695121", 1, 0, 3), + (57614, "695012", 1, 0, 3), + (57615, "686008", 1, 0, 3), + (57616, "670563", 1, 0, 3), + (57617, "685612", 1, 0, 3), + (57618, "670632", 1, 0, 3), + (57619, "691583", 1, 0, 3), + (57620, "683520", 1, 0, 3), + (57621, "691015", 1, 0, 3), + (57622, "673527", 1, 0, 3), + (57623, "673527", 1, 0, 3), + (57624, "685612", 1, 0, 3), + (57625, "670521", 1, 0, 3), + (57626, "695141", 1, 0, 3), + (57627, "691524", 1, 0, 3), + (57628, "695009", 1, 0, 3), + (57629, "695584", 1, 0, 3), + (57630, "695021", 1, 0, 3), + (57631, "689509", 1, 0, 3), + (57632, "678581", 1, 0, 3), + (57633, "679522", 1, 0, 3), + (57634, "679305", 1, 0, 3), + (57635, "679336", 1, 0, 3), + (57636, "679512", 1, 0, 3), + (57637, "679336", 1, 0, 3), + (57638, "678581", 1, 0, 3), + (57639, "678582", 1, 0, 3), + (57640, "679521", 1, 0, 3), + (57641, "678633", 1, 0, 3), + (57642, "679304", 1, 0, 3), + (57643, "679535", 1, 0, 3), + (57644, "678762", 1, 0, 3), + (57645, "679302", 1, 0, 3), + (57646, "679503", 1, 0, 3), + (57647, "679552", 1, 0, 3), + (57648, "679501", 1, 0, 3), + (57649, "678583", 1, 0, 3), + (57650, "678601", 1, 0, 3), + (57651, "690106", 1, 0, 3), + (57652, "690517", 1, 0, 3), + (57653, "678582", 1, 0, 3), + (57654, "679552", 1, 0, 3), + (57655, "678581", 1, 0, 3), + (57656, "679514", 1, 0, 3), + (57657, "678582", 1, 0, 3), + (57658, "679308", 1, 0, 3), + (57659, "678601", 1, 0, 3), + (57660, "679335", 1, 0, 3), + (57661, "678591", 1, 0, 3), + (57662, "679335", 1, 0, 3), + (57663, "679308", 1, 0, 3), + (57664, "679302", 1, 0, 3), + (57665, "678601", 1, 0, 3), + (57666, "679552", 1, 0, 3), + (57667, "679522", 1, 0, 3), + (57668, "678583", 1, 0, 3), + (57669, "678596", 1, 0, 3), + (57670, "678591", 1, 0, 3), + (57671, "679552", 1, 0, 3), + (57672, "679305", 1, 0, 3), + (57673, "678581", 1, 0, 3), + (57674, "679503", 1, 0, 3), + (57675, "679513", 1, 0, 3), + (57676, "679504", 1, 0, 3), + (57677, "679514", 1, 0, 3), + (57678, "679514", 1, 0, 3), + (57679, "679121", 1, 0, 3), + (57680, "679522", 1, 0, 3), + (57681, "678583", 1, 0, 3), + (57682, "678582", 1, 0, 3), + (57683, "679533", 1, 0, 3), + (57684, "678583", 1, 0, 3), + (57685, "678582", 1, 0, 3), + (57686, "679501", 1, 0, 3), + (57687, "679522", 1, 0, 3), + (57688, "679503", 1, 0, 3), + (57689, "679122", 1, 0, 3), + (57690, "679534", 1, 0, 3), + (57691, "678597", 1, 0, 3), + (57692, "678593", 1, 0, 3), + (57693, "678582", 1, 0, 3), + (57694, "679511", 1, 0, 3), + (57695, "679122", 1, 0, 3), + (57696, "679502", 1, 0, 3), + (57697, "679533", 1, 0, 3), + (57698, "678583", 1, 0, 3), + (57699, "679308", 1, 0, 3), + (57700, "679534", 1, 0, 3), + (57701, "678591", 1, 0, 3), + (57702, "679122", 1, 0, 3), + (57703, "679301", 1, 0, 3), + (57704, "679503", 1, 0, 3), + (57705, "679307", 1, 0, 3), + (57706, "678583", 1, 0, 3), + (57707, "678583", 1, 0, 3), + (57708, "678633", 1, 0, 3), + (57709, "679336", 1, 0, 3), + (57710, "679514", 1, 0, 3), + (57711, "679534", 1, 0, 3), + (57712, "679554", 1, 0, 3), + (57713, "678583", 1, 0, 3), + (57714, "679534", 1, 0, 3), + (57715, "679503", 1, 0, 3), + (57716, "678633", 1, 0, 3), + (57717, "679523", 1, 0, 3), + (57718, "678581", 1, 0, 3), + (57719, "679306", 1, 0, 3), + (57720, "679335", 1, 0, 3), + (57721, "679307", 1, 0, 3), + (57722, "679501", 1, 0, 3), + (57723, "678581", 1, 0, 3), + (57724, "678632", 1, 0, 3), + (57725, "679535", 1, 0, 3), + (57726, "679523", 1, 0, 3), + (57727, "679303", 1, 0, 3), + (57728, "679313", 1, 0, 3), + (57729, "678583", 1, 0, 3), + (57730, "679303", 1, 0, 3), + (57731, "679501", 1, 0, 3), + (57732, "679307", 1, 0, 3), + (57733, "679303", 1, 0, 3), + (57734, "678581", 1, 0, 3), + (57735, "679122", 1, 0, 3), + (57736, "679536", 1, 0, 3), + (57737, "680519", 1, 0, 3), + (57738, "680584", 1, 0, 3), + (57739, "679303", 1, 0, 3), + (57740, "679335", 1, 0, 3), + (57741, "679536", 1, 0, 3), + (57742, "678583", 1, 0, 3), + (57743, "679535", 1, 0, 3), + (57744, "678595", 1, 0, 3), + (57745, "678598", 1, 0, 3), + (57746, "678581", 1, 0, 3), + (57747, "689109", 1, 0, 3), + (57748, "689588", 1, 0, 3), + (57749, "689106", 1, 0, 3), + (57750, "689107", 1, 0, 3), + (57751, "689571", 1, 0, 3), + (57752, "680684", 1, 0, 3), + (57753, "680721", 1, 0, 3), + (57754, "680309", 1, 0, 3), + (57755, "680309", 1, 0, 3), + (57756, "680732", 1, 0, 3), + (57757, "689122", 1, 0, 3), + (57758, "689122", 1, 0, 3), + (57759, "689533", 1, 0, 3), + (57760, "689124", 1, 0, 3), + (57761, "689547", 1, 0, 3), + (57762, "689543", 1, 0, 3), + (57763, "689548", 1, 0, 3), + (57764, "689104", 1, 0, 3), + (57765, "678007", 1, 0, 3), + (57766, "678555", 1, 0, 3), + (57767, "678103", 1, 0, 3), + (57768, "670612", 1, 0, 3), + (57769, "670612", 1, 0, 3), + (57770, "670612", 1, 0, 3), + (57771, "685515", 1, 0, 3), + (57772, "670601", 1, 0, 3), + (57773, "678508", 1, 0, 3), + (57774, "678642", 1, 0, 3), + (57775, "678642", 1, 0, 3), + (57776, "678642", 1, 0, 3), + (57777, "678702", 1, 0, 3), + (57778, "678702", 1, 0, 3), + (57779, "678506", 1, 0, 3), + (57780, "670142", 1, 0, 3), + (57781, "673634", 1, 0, 3), + (57782, "673634", 1, 0, 3), + (57783, "676122", 1, 0, 3), + (57784, "676122", 1, 0, 3), + (57785, "676122", 1, 0, 3), + (57786, "676122", 1, 0, 3), + (57787, "676122", 1, 0, 3), + (57788, "676122", 1, 0, 3), + (57789, "676122", 1, 0, 3), + (57790, "676521", 1, 0, 3), + (57791, "676122", 1, 0, 3), + (57792, "673641", 1, 0, 3), + (57793, "673641", 1, 0, 3), + (57794, "673638", 1, 0, 3), + (57795, "673638", 1, 0, 3), + (57796, "673641", 1, 0, 3), + (57797, "673641", 1, 0, 3), + (57798, "673641", 1, 0, 3), + (57799, "673638", 1, 0, 3), + (57800, "673638", 1, 0, 3), + (57801, "673638", 1, 0, 3), + (57802, "673638", 1, 0, 3), + (57803, "673638", 1, 0, 3), + (57804, "673638", 1, 0, 3), + (57805, "673638", 1, 0, 3), + (57806, "673638", 1, 0, 3), + (57807, "695601", 1, 0, 3), + (57808, "676521", 1, 0, 3), + (57809, "676521", 1, 0, 3), + (57810, "676521", 1, 0, 3), + (57811, "685565", 1, 0, 3), + (57812, "670645", 1, 0, 3), + (57813, "679338", 1, 0, 3), + (57814, "685565", 1, 0, 3), + (57815, "685565", 1, 0, 3), + (57816, "679338", 1, 0, 3), + (57817, "679357", 1, 0, 3), + (57818, "679357", 1, 0, 3), + (57819, "685533", 1, 0, 3), + (57820, "685533", 1, 0, 3), + (57821, "685533", 1, 0, 3), + (57822, "685533", 1, 0, 3), + (57823, "685533", 1, 0, 3), + (57824, "683516", 1, 0, 3), + (57825, "685533", 1, 0, 3), + (57826, "685533", 1, 0, 3), + (57827, "685533", 1, 0, 3), + (57828, "685533", 1, 0, 3), + (57829, "685533", 1, 0, 3), + (57830, "685533", 1, 0, 3), + (57831, "685565", 1, 0, 3), + (57832, "670644", 1, 0, 3), + (57833, "685565", 1, 0, 3), + (57834, "685565", 1, 0, 3), + (57835, "671531", 1, 0, 3), + (57836, "685619", 1, 0, 3), + (57837, "685565", 1, 0, 3), + (57838, "685619", 1, 0, 3), + (57839, "685619", 1, 0, 3), + (57840, "685565", 1, 0, 3), + (57841, "685571", 1, 0, 3), + (57842, "671312", 1, 0, 3), + (57843, "685620", 1, 0, 3), + (57844, "685620", 1, 0, 3), + (57845, "685620", 1, 0, 3), + (57846, "685620", 1, 0, 3), + (57847, "685619", 1, 0, 3), + (57848, "685619", 1, 0, 3), + (57849, "685619", 1, 0, 3), + (57850, "685619", 1, 0, 3), + (57851, "676311", 1, 0, 3), + (57852, "676302", 1, 0, 3), + (57853, "671312", 1, 0, 3), + (57854, "676319", 1, 0, 3), + (57855, "679571", 1, 0, 3), + (57856, "676304", 1, 0, 3), + (57857, "676553", 1, 0, 3), + (57858, "671317", 1, 0, 3), + (57859, "671124", 1, 0, 3), + (57860, "683546", 1, 0, 3), + (57861, "682007", 1, 0, 3), + (57862, "685571", 1, 0, 3), + (57863, "685552", 1, 0, 3), + (57864, "670103", 1, 0, 3), + (57865, "685552", 1, 0, 3), + (57866, "685619", 1, 0, 3), + (57867, "685619", 1, 0, 3), + (57868, "685571", 1, 0, 3), + (57869, "685553", 1, 0, 3), + (57870, "685553", 1, 0, 3), + (57871, "685553", 1, 0, 3), + (57872, "685552", 1, 0, 3), + (57873, "685552", 1, 0, 3), + (57874, "685552", 1, 0, 3), + (57875, "685552", 1, 0, 3), + (57876, "685553", 1, 0, 3), + (57877, "685553", 1, 0, 3), + (57878, "685551", 1, 0, 3), + (57879, "689103", 1, 0, 3), + (57880, "673502", 1, 0, 3), + (57881, "673306", 1, 0, 3), + (57882, "673620", 1, 0, 3), + (57883, "673307", 1, 0, 3), + (57884, "673506", 1, 0, 3), + (57885, "689581", 1, 0, 3), + (57886, "689581", 1, 0, 3), + (57887, "689541", 1, 0, 3), + (57888, "689541", 1, 0, 3), + (57889, "689595", 1, 0, 3), + (57890, "673620", 1, 0, 3), + (57891, "673529", 1, 0, 3), + (57892, "673574", 1, 0, 3), + (57893, "673525", 1, 0, 3), + (57894, "680702", 1, 0, 3), + (57895, "680683", 1, 0, 3), + (57896, "680566", 1, 0, 3), + (57897, "689691", 1, 0, 3), + (57898, "691333", 1, 0, 3), + (57899, "691554", 1, 0, 3), + (57900, "679331", 1, 0, 3), + (57901, "678601", 1, 0, 3), + (57902, "678601", 1, 0, 3), + (57903, "678601", 1, 0, 3), + (57904, "678581", 1, 0, 3), + (57905, "679505", 1, 0, 3), + (57906, "678595", 1, 0, 3), + (57907, "678595", 1, 0, 3), + (57908, "679506", 1, 0, 3), + (57909, "678633", 1, 0, 3), + (57910, "679337", 1, 0, 3), + (57911, "679337", 1, 0, 3), + (57912, "679337", 1, 0, 3), + (57913, "679533", 1, 0, 3), + (57914, "678582", 1, 0, 3), + (57915, "678582", 1, 0, 3), + (57916, "679103", 1, 0, 3), + (57917, "679501", 1, 0, 3), + (57918, "679501", 1, 0, 3), + (57919, "679303", 1, 0, 3), + (57920, "678632", 1, 0, 3), + (57921, "679513", 1, 0, 3), + (57922, "679513", 1, 0, 3), + (57923, "678593", 1, 0, 3), + (57924, "678593", 1, 0, 3), + (57925, "679514", 1, 0, 3), + (57926, "679304", 1, 0, 3), + (57927, "679102", 1, 0, 3), + (57928, "679102", 1, 0, 3), + (57929, "679503", 1, 0, 3), + (57930, "679309", 1, 0, 3), + (57931, "680731", 1, 0, 3), + (57932, "680733", 1, 0, 3), + (57933, "680301", 1, 0, 3), + (57934, "680703", 1, 0, 3), + (57935, "680711", 1, 0, 3), + (57936, "680567", 1, 0, 3), + (57937, "689653", 1, 0, 3), + (57938, "686005", 1, 0, 3), + (57939, "695609", 1, 0, 3), + (57940, "695301", 1, 0, 3), + (57941, "695301", 1, 0, 3), + (57942, "695304", 1, 0, 3), + (57943, "695601", 1, 0, 3), + (57944, "695605", 1, 0, 3), + (57945, "695011", 1, 0, 3), + (57946, "688503", 1, 0, 3), + (57947, "695601", 1, 0, 3), + (57948, "678731", 1, 0, 3), + (57949, "673586", 1, 0, 3), + (57950, "686013", 1, 0, 3), + (57951, "686146", 1, 0, 3), + (57952, "673124", 1, 0, 3), + (57953, "676521", 1, 0, 3), + (57954, "685563", 1, 0, 3), + (57955, "685562", 1, 0, 3), + (57956, "691579", 1, 0, 3), + (57957, "685509", 1, 0, 3), + (57958, "689506", 1, 0, 3), + (57959, "689589", 1, 0, 3), + (57960, "671321", 1, 0, 3), + (57961, "680121", 1, 0, 3), + (57962, "680312", 1, 0, 3), + (57963, "691307", 1, 0, 3), + (57964, "685595", 1, 0, 3), + (57965, "688009", 1, 0, 3), + (57966, "695011", 1, 0, 3), + (57967, "691579", 1, 0, 3), + (57968, "688527", 1, 0, 3), + (57969, "680683", 1, 0, 3), + (57970, "683104", 1, 0, 3), + (57971, "691501", 1, 0, 3), + (57972, "691531", 1, 0, 3), + (57973, "685612", 1, 0, 3), + (57974, "685511", 1, 0, 3), + (57975, "680664", 1, 0, 3), + (57976, "680664", 1, 0, 3), + (57977, "680662", 1, 0, 3), + (57978, "680721", 1, 0, 3), + (57979, "680722", 1, 0, 3), + (57980, "685615", 1, 0, 3), + (57981, "680506", 1, 0, 3), + (57982, "686102", 1, 0, 3), + (57983, "686513", 1, 0, 3), + (57984, "679123", 1, 0, 3), + (57985, "679122", 1, 0, 3), + (57986, "683581", 1, 0, 3), + (57987, "695551", 1, 0, 3), + (57988, "695013", 1, 0, 3), + (57989, "695043", 1, 0, 3), + (57990, "695020", 1, 0, 3), + (57991, "695027", 1, 0, 3), + (57992, "695541", 1, 0, 3), + (57993, "695572", 1, 0, 3), + (57994, "695505", 1, 0, 3), + (57995, "695501", 1, 0, 3), + (57996, "695124", 1, 0, 3), + (57997, "695505", 1, 0, 3), + (57998, "695124", 1, 0, 3), + (57999, "695122", 1, 0, 3), + (58000, "695122", 1, 0, 3), + (58001, "673541", 1, 0, 3), + (58002, "673507", 1, 0, 3), + (58003, "673507", 1, 0, 3), + (58004, "673502", 1, 0, 3), + (58005, "673505", 1, 0, 3), + (58006, "673508", 1, 0, 3), + (58007, "673506", 1, 0, 3), + (58008, "673542", 1, 0, 3), + (58009, "673104", 1, 0, 3), + (58010, "673507", 1, 0, 3), + (58011, "673106", 1, 0, 3), + (58012, "673104", 1, 0, 3), + (58013, "673105", 1, 0, 3), + (58014, "673541", 1, 0, 3), + (58015, "673507", 1, 0, 3), + (58016, "673507", 1, 0, 3), + (58017, "673614", 1, 0, 3), + (58018, "673612", 1, 0, 3), + (58019, "673525", 1, 0, 3), + (58020, "673323", 1, 0, 3), + (58021, "673523", 1, 0, 3), + (58022, "673323", 1, 0, 3), + (58023, "673307", 1, 0, 3), + (58024, "673620", 1, 0, 3), + (58025, "673614", 1, 0, 3), + (58026, "673304", 1, 0, 3), + (58027, "673612", 1, 0, 3), + (58028, "678582", 1, 0, 3), + (58029, "679121", 1, 0, 3), + (58030, "695541", 1, 0, 3), + (58031, "678633", 1, 0, 3), + (58032, "678633", 1, 0, 3), + (58033, "678633", 1, 0, 3), + (58034, "679303", 1, 0, 3), + (58035, "679303", 1, 0, 3), + (58036, "679303", 1, 0, 3), + (58037, "679535", 1, 0, 3), + (58038, "678583", 1, 0, 3), + (58039, "678595", 1, 0, 3), + (58040, "679122", 1, 0, 3), + (58041, "678601", 1, 0, 3), + (58042, "679513", 1, 0, 3), + (58043, "679335", 1, 0, 3), + (58044, "679305", 1, 0, 3), + (58045, "679534", 1, 0, 3), + (58046, "679534", 1, 0, 3), + (58047, "678582", 1, 0, 3), + (58048, "679533", 1, 0, 3), + (58049, "691021", 1, 0, 3), + (58050, "691576", 1, 0, 3), + (58051, "691011", 1, 0, 3), + (58052, "691601", 1, 0, 3), + (58053, "691601", 1, 0, 3), + (58054, "690547", 1, 0, 3), + (58055, "690523", 1, 0, 3), + (58056, "690519", 1, 0, 3), + (58057, "691583", 1, 0, 3), + (58058, "691583", 1, 0, 3), + (58059, "690574", 1, 0, 3), + (58060, "691583", 1, 0, 3), + (58061, "691582", 1, 0, 3), + (58062, "690523", 1, 0, 3), + (58063, "691507", 1, 0, 3), + (58064, "691531", 1, 0, 3), + (58065, "691507", 1, 0, 3), + (58066, "691507", 1, 0, 3), + (58067, "691505", 1, 0, 3), + (58068, "691532", 1, 0, 3), + (58069, "691534", 1, 0, 3), + (58070, "691531", 1, 0, 3), + (58071, "691538", 1, 0, 3), + (58072, "691520", 1, 0, 3), + (58073, "691507", 1, 0, 3), + (58074, "691532", 1, 0, 3), + (58075, "691532", 1, 0, 3), + (58076, "678631", 1, 0, 3), + (58077, "678631", 1, 0, 3), + (58078, "678684", 1, 0, 3), + (58079, "678555", 1, 0, 3), + (58080, "678006", 1, 0, 3), + (58081, "678005", 1, 0, 3), + (58082, "678012", 1, 0, 3), + (58083, "678551", 1, 0, 3), + (58084, "678701", 1, 0, 3), + (58085, "678612", 1, 0, 3), + (58086, "678687", 1, 0, 3), + (58087, "678502", 1, 0, 3), + (58088, "678613", 1, 0, 3), + (58089, "678543", 1, 0, 3), + (58090, "678571", 1, 0, 3), + (58091, "678004", 1, 0, 3), + (58092, "678544", 1, 0, 3), + (58093, "678612", 1, 0, 3), + (58094, "678004", 1, 0, 3), + (58095, "678572", 1, 0, 3), + (58096, "683101", 1, 0, 3), + (58097, "683556", 1, 0, 3), + (58098, "686670", 1, 0, 3), + (58099, "686668", 1, 0, 3), + (58100, "683561", 1, 0, 3), + (58101, "686692", 1, 0, 3), + (58102, "683578", 1, 0, 3), + (58103, "686664", 1, 0, 3), + (58104, "686667", 1, 0, 3), + (58105, "683105", 1, 0, 3), + (58106, "686669", 1, 0, 3), + (58107, "686669", 1, 0, 3), + (58108, "683574", 1, 0, 3), + (58109, "686662", 1, 0, 3), + (58110, "686663", 1, 0, 3), + (58111, "683576", 1, 0, 3), + (58112, "686662", 1, 0, 3), + (58113, "686671", 1, 0, 3), + (58114, "683575", 1, 0, 3), + (58115, "686692", 1, 0, 3), + (58116, "686673", 1, 0, 3), + (58117, "686673", 1, 0, 3), + (58118, "686662", 1, 0, 3), + (58119, "683541", 1, 0, 3), + (58120, "683572", 1, 0, 3), + (58121, "683556", 1, 0, 3), + (58122, "688540", 1, 0, 3), + (58123, "689572", 1, 0, 3), + (58124, "689572", 1, 0, 3), + (58125, "689585", 1, 0, 3), + (58126, "689582", 1, 0, 3), + (58127, "689573", 1, 0, 3), + (58128, "689583", 1, 0, 3), + (58129, "689621", 1, 0, 3), + (58130, "689108", 1, 0, 3), + (58131, "689621", 1, 0, 3), + (58132, "689572", 1, 0, 3), + (58133, "689595", 1, 0, 3), + (58134, "689581", 1, 0, 3), + (58135, "689110", 1, 0, 3), + (58136, "689621", 1, 0, 3), + (58137, "689573", 1, 0, 3), + (58138, "689585", 1, 0, 3), + (58139, "689572", 1, 0, 3), + (58140, "689573", 1, 0, 3), + (58141, "689102", 1, 0, 3), + (58142, "689547", 1, 0, 3), + (58143, "689611", 1, 0, 3), + (58144, "689548", 1, 0, 3), + (58145, "689533", 1, 0, 3), + (58146, "689126", 1, 0, 3), + (58147, "689544", 1, 0, 3), + (58148, "689124", 1, 0, 3), + (58149, "676301", 1, 0, 3), + (58150, "676102", 1, 0, 3), + (58151, "676106", 1, 0, 3), + (58152, "676552", 1, 0, 3), + (58153, "676551", 1, 0, 3), + (58154, "676304", 1, 0, 3), + (58155, "676307", 1, 0, 3), + (58156, "676317", 1, 0, 3), + (58157, "676302", 1, 0, 3), + (58158, "676508", 1, 0, 3), + (58159, "676552", 1, 0, 3), + (58160, "676304", 1, 0, 3), + (58161, "679573", 1, 0, 3), + (58162, "679576", 1, 0, 3), + (58163, "679582", 1, 0, 3), + (58164, "679571", 1, 0, 3), + (58165, "679571", 1, 0, 3), + (58166, "679576", 1, 0, 3), + (58167, "680012", 1, 0, 3), + (58168, "680306", 1, 0, 3), + (58169, "680541", 1, 0, 3), + (58170, "680563", 1, 0, 3), + (58171, "680751", 1, 0, 3), + (58172, "680012", 1, 0, 3), + (58173, "680651", 1, 0, 3), + (58174, "680007", 1, 0, 3), + (58175, "680306", 1, 0, 3), + (58176, "680306", 1, 0, 3), + (58177, "680588", 1, 0, 3), + (58178, "680563", 1, 0, 3), + (58179, "680589", 1, 0, 3), + (58180, "680586", 1, 0, 3), + (58181, "680306", 1, 0, 3), + (58182, "680012", 1, 0, 3), + (58183, "680008", 1, 0, 3), + (58184, "680517", 1, 0, 3), + (58185, "680583", 1, 0, 3), + (58186, "679532", 1, 0, 3), + (58187, "680585", 1, 0, 3), + (58188, "680601", 1, 0, 3), + (58189, "680581", 1, 0, 3), + (58190, "680551", 1, 0, 3), + (58191, "680602", 1, 0, 3), + (58192, "680541", 1, 0, 3), + (58193, "680519", 1, 0, 3), + (58194, "679329", 1, 0, 3), + (58195, "679332", 1, 0, 3), + (58196, "679329", 1, 0, 3), + (58197, "676521", 1, 0, 3), + (58198, "679330", 1, 0, 3), + (58199, "673639", 1, 0, 3), + (58200, "673638", 1, 0, 3), + (58201, "673634", 1, 0, 3), + (58202, "676123", 1, 0, 3), + (58203, "676123", 1, 0, 3), + (58204, "676123", 1, 0, 3), + (58205, "679334", 1, 0, 3), + (58206, "673641", 1, 0, 3), + (58207, "676509", 1, 0, 3), + (58208, "676517", 1, 0, 3), + (58209, "673642", 1, 0, 3), + (58210, "676519", 1, 0, 3), + (58211, "679321", 1, 0, 3), + (58212, "679341", 1, 0, 3), + (58213, "679321", 1, 0, 3), + (58214, "673642", 1, 0, 3), + (58215, "690535", 1, 0, 3), + (58216, "690558", 1, 0, 3), + (58217, "690503", 1, 0, 3), + (58218, "690105", 1, 0, 3), + (58219, "690517", 1, 0, 3), + (58220, "690572", 1, 0, 3), + (58221, "690507", 1, 0, 3), + (58222, "690509", 1, 0, 3), + (58223, "690103", 1, 0, 3), + (58224, "690503", 1, 0, 3), + (58225, "690516", 1, 0, 3), + (58226, "690514", 1, 0, 3), + (58227, "690506", 1, 0, 3), + (58228, "690503", 1, 0, 3), + (58229, "690508", 1, 0, 3), + (58230, "690514", 1, 0, 3), + (58231, "690548", 1, 0, 3), + (58232, "690516", 1, 0, 3), + (58233, "690503", 1, 0, 3), + (58234, "690558", 1, 0, 3), + (58235, "682508", 1, 0, 3), + (58236, "683104", 1, 0, 3), + (58237, "682307", 1, 0, 3), + (58238, "682313", 1, 0, 3), + (58239, "670561", 1, 0, 3), + (58240, "688561", 1, 0, 3), + (58241, "688561", 1, 0, 3), + (58242, "688561", 1, 0, 3), + (58243, "688561", 1, 0, 3), + (58244, "688522", 1, 0, 3), + (58245, "688522", 1, 0, 3), + (58246, "688538", 1, 0, 3), + (58247, "688530", 1, 0, 3), + (58248, "688530", 1, 0, 3), + (58249, "688537", 1, 0, 3), + (58250, "688537", 1, 0, 3), + (58251, "688537", 1, 0, 3), + (58252, "688529", 1, 0, 3), + (58253, "688539", 1, 0, 3), + (58254, "688539", 1, 0, 3), + (58255, "688541", 1, 0, 3), + (58256, "688541", 1, 0, 3), + (58257, "688526", 1, 0, 3), + (58258, "688526", 1, 0, 3), + (58259, "688526", 1, 0, 3), + (58260, "688526", 1, 0, 3), + (58261, "688523", 1, 0, 3), + (58262, "688582", 1, 0, 3), + (58263, "688539", 1, 0, 3), + (58264, "680305", 1, 0, 3), + (58265, "680308", 1, 0, 3), + (58266, "680732", 1, 0, 3), + (58267, "680309", 1, 0, 3), + (58268, "680302", 1, 0, 3), + (58269, "680699", 1, 0, 3), + (58270, "689123", 1, 0, 3), + (58271, "685533", 1, 0, 3), + (58272, "685590", 1, 0, 3), + (58273, "685505", 1, 0, 3), + (58274, "685531", 1, 0, 3), + (58275, "685553", 1, 0, 3), + (58276, "685613", 1, 0, 3), + (58277, "685501", 1, 0, 3), + (58278, "685565", 1, 0, 3), + (58279, "685533", 1, 0, 3), + (58280, "685514", 1, 0, 3), + (58281, "685565", 1, 0, 3), + (58282, "686561", 1, 0, 3), + (58283, "686019", 1, 0, 3), + (58284, "686564", 1, 0, 3), + (58285, "686605", 1, 0, 3), + (58286, "686608", 1, 0, 3), + (58287, "686004", 1, 0, 3), + (58288, "686578", 1, 0, 3), + (58289, "686020", 1, 0, 3), + (58290, "686004", 1, 0, 3), + (58291, "686633", 1, 0, 3), + (58292, "686573", 1, 0, 3), + (58293, "686587", 1, 0, 3), + (58294, "686563", 1, 0, 3), + (58295, "686632", 1, 0, 3), + (58296, "686013", 1, 0, 3), + (58297, "686017", 1, 0, 3), + (58298, "686577", 1, 0, 3), + (58299, "686578", 1, 0, 3), + (58300, "686611", 1, 0, 3), + (58301, "686573", 1, 0, 3), + (58302, "686012", 1, 0, 3), + (58303, "686573", 1, 0, 3), + (58304, "686121", 1, 0, 3), + (58305, "686633", 1, 0, 3), + (58306, "686004", 1, 0, 3), + (58307, "686014", 1, 0, 3), + (58308, "686582", 1, 0, 3), + (58309, "686011", 1, 0, 3), + (58310, "686651", 1, 0, 3), + (58311, "686012", 1, 0, 3), + (58312, "686636", 1, 0, 3), + (58313, "686576", 1, 0, 3), + (58314, "686019", 1, 0, 3), + (58315, "686020", 1, 0, 3), + (58316, "686607", 1, 0, 3), + (58317, "686574", 1, 0, 3), + (58318, "686587", 1, 0, 3), + (58319, "686634", 1, 0, 3), + (58320, "670613", 1, 0, 3), + (58321, "670011", 1, 0, 3), + (58322, "670005", 1, 0, 3), + (58323, "670622", 1, 0, 3), + (58324, "670594", 1, 0, 3), + (58325, "670601", 1, 0, 3), + (58326, "670561", 1, 0, 3), + (58327, "670307", 1, 0, 3), + (58328, "670142", 1, 0, 3), + (58329, "670309", 1, 0, 3), + (58330, "670307", 1, 0, 3), + (58331, "670307", 1, 0, 3), + (58332, "670562", 1, 0, 3), + (58333, "670571", 1, 0, 3), + (58334, "670571", 1, 0, 3), + (58335, "670307", 1, 0, 3), + (58336, "670521", 1, 0, 3), + (58337, "670502", 1, 0, 3), + (58338, "670307", 1, 0, 3), + (58339, "670353", 1, 0, 3), + (58340, "670353", 1, 0, 3), + (58341, "670308", 1, 0, 3), + (58342, "670307", 1, 0, 3), + (58343, "671310", 1, 0, 3), + (58344, "671310", 1, 0, 3), + (58345, "671311", 1, 0, 3), + (58346, "671310", 1, 0, 3), + (58347, "671316", 1, 0, 3), + (58348, "671314", 1, 0, 3), + (58349, "671314", 1, 0, 3), + (58350, "691525", 1, 0, 3), + (58351, "691555", 1, 0, 3), + (58352, "689503", 1, 0, 3), + (58353, "690521", 1, 0, 3), + (58354, "689502", 1, 0, 3), + (58355, "689503", 1, 0, 3), + (58356, "689501", 1, 0, 3), + (58357, "689501", 1, 0, 3), + (58358, "690522", 1, 0, 3), + (58359, "691551", 1, 0, 3), + (58360, "689625", 1, 0, 3), + (58361, "691526", 1, 0, 3), + (58362, "691554", 1, 0, 3), + (58363, "690521", 1, 0, 3), + (58364, "689662", 1, 0, 3), + (58365, "689648", 1, 0, 3), + (58366, "689691", 1, 0, 3), + (58367, "689673", 1, 0, 3), + (58368, "689672", 1, 0, 3), + (58369, "689711", 1, 0, 3), + (58370, "689647", 1, 0, 3), + (58371, "689643", 1, 0, 3), + (58372, "689674", 1, 0, 3), + (58373, "689643", 1, 0, 3), + (58374, "689676", 1, 0, 3), + (58375, "689672", 1, 0, 3), + (58376, "689648", 1, 0, 3), + (58377, "689672", 1, 0, 3), + (58378, "691306", 1, 0, 3), + (58379, "691309", 1, 0, 3), + (58380, "691508", 1, 0, 3), + (58381, "691312", 1, 0, 3), + (58382, "691310", 1, 0, 3), + (58383, "691306", 1, 0, 3), + (58384, "691533", 1, 0, 3), + (58385, "691333", 1, 0, 3), + (58386, "691306", 1, 0, 3), + (58387, "691306", 1, 0, 3), + (58388, "691333", 1, 0, 3), + (58389, "691322", 1, 0, 3), + (58390, "689695", 1, 0, 3), + (58391, "689696", 1, 0, 3), + (58392, "691508", 1, 0, 3), + (58393, "691333", 1, 0, 3), + (58394, "673521", 1, 0, 3), + (58395, "673613", 1, 0, 3), + (58396, "673631", 1, 0, 3), + (58397, "673586", 1, 0, 3), + (58398, "673585", 1, 0, 3), + (58399, "673611", 1, 0, 3), + (58400, "673572", 1, 0, 3), + (58401, "673019", 1, 0, 3), + (58402, "673019", 1, 0, 3), + (58403, "673008", 1, 0, 3), + (58404, "673007", 1, 0, 3), + (58405, "673575", 1, 0, 3), + (58406, "673577", 1, 0, 3), + (58407, "680666", 1, 0, 3), + (58408, "680561", 1, 0, 3), + (58409, "680662", 1, 0, 3), + (58410, "680688", 1, 0, 3), + (58411, "680123", 1, 0, 3), + (58412, "671317", 1, 0, 3), + (58413, "671543", 1, 0, 3), + (58414, "671541", 1, 0, 3), + (58415, "686501", 1, 0, 3), + (58416, "686541", 1, 0, 3), + (58417, "686502", 1, 0, 3), + (58418, "686532", 1, 0, 3), + (58419, "686535", 1, 0, 3), + (58420, "686536", 1, 0, 3), + (58421, "686514", 1, 0, 3), + (58422, "670642", 1, 0, 3), + (58423, "670649", 1, 0, 3), + (58424, "670674", 1, 0, 3), + (58425, "670671", 1, 0, 3), + (58426, "670672", 1, 0, 3), + (58427, "670105", 1, 0, 3), + (58428, "670645", 1, 0, 3), + (58429, "688012", 1, 0, 3), + (58430, "688001", 1, 0, 3), + (58431, "688011", 1, 0, 3), + (58432, "688011", 1, 0, 3), + (58433, "688005", 1, 0, 3), + (58434, "688011", 1, 0, 3), + (58435, "688007", 1, 0, 3), + (58436, "688561", 1, 0, 3), + (58437, "688006", 1, 0, 3), + (58438, "688505", 1, 0, 3), + (58439, "688501", 1, 0, 3), + (58440, "688522", 1, 0, 3), + (58441, "688506", 1, 0, 3), + (58442, "688538", 1, 0, 3), + (58443, "688502", 1, 0, 3), + (58444, "688503", 1, 0, 3), + (58445, "688521", 1, 0, 3), + (58446, "688009", 1, 0, 3), + (58447, "688504", 1, 0, 3), + (58448, "688004", 1, 0, 3), + (58449, "688525", 1, 0, 3), + (58450, "688541", 1, 0, 3), + (58451, "688531", 1, 0, 3), + (58452, "688570", 1, 0, 3), + (58453, "688526", 1, 0, 3), + (58454, "688523", 1, 0, 3), + (58455, "688582", 1, 0, 3), + (58456, "688527", 1, 0, 3), + (58457, "688540", 1, 0, 3), + (58458, "688532", 1, 0, 3), + (58459, "688528", 1, 0, 3), + (58460, "688555", 1, 0, 3), + (58461, "688536", 1, 0, 3), + (58462, "688014", 1, 0, 3), + (58463, "688003", 1, 0, 3), + (58464, "688562", 1, 0, 3), + (58465, "688013", 1, 0, 3), + (58466, "688002", 1, 0, 3), + (58467, "688013", 1, 0, 3), + (58468, "688008", 1, 0, 3), + (58469, "688535", 1, 0, 3), + (58470, "688534", 1, 0, 3), + (58471, "688530", 1, 0, 3), + (58472, "688524", 1, 0, 3), + (58473, "688537", 1, 0, 3), + (58474, "688529", 1, 0, 3), + (58475, "688533", 1, 0, 3), + (58476, "688539", 1, 0, 3), + (58477, "682316", 1, 0, 3), + (58478, "686692", 1, 0, 3), + (58479, "683556", 1, 0, 3), + (58480, "683546", 1, 0, 3), + (58481, "683511", 1, 0, 3), + (58482, "683101", 1, 0, 3), + (58483, "683112", 1, 0, 3), + (58484, "683101", 1, 0, 3), + (58485, "683572", 1, 0, 3), + (58486, "683573", 1, 0, 3), + (58487, "683585", 1, 0, 3), + (58488, "683502", 1, 0, 3), + (58489, "683512", 1, 0, 3), + (58490, "683578", 1, 0, 3), + (58491, "683514", 1, 0, 3), + (58492, "683571", 1, 0, 3), + (58493, "683561", 1, 0, 3), + (58494, "683519", 1, 0, 3), + (58495, "683574", 1, 0, 3), + (58496, "683575", 1, 0, 3), + (58497, "683576", 1, 0, 3), + (58498, "683562", 1, 0, 3), + (58499, "683111", 1, 0, 3), + (58500, "683518", 1, 0, 3), + (58501, "683565", 1, 0, 3), + (58502, "683579", 1, 0, 3), + (58503, "683587", 1, 0, 3), + (58504, "686669", 1, 0, 3), + (58505, "686673", 1, 0, 3), + (58506, "686667", 1, 0, 3), + (58507, "686664", 1, 0, 3), + (58508, "686671", 1, 0, 3), + (58509, "686663", 1, 0, 3), + (58510, "686670", 1, 0, 3), + (58511, "683549", 1, 0, 3), + (58512, "686681", 1, 0, 3), + (58513, "683541", 1, 0, 3), + (58514, "683544", 1, 0, 3), + (58515, "686691", 1, 0, 3), + (58516, "686666", 1, 0, 3), + (58517, "683545", 1, 0, 3), + (58518, "683547", 1, 0, 3), + (58519, "686693", 1, 0, 3), + (58520, "683550", 1, 0, 3), + (58521, "683543", 1, 0, 3), + (58522, "683581", 1, 0, 3), + (58523, "683520", 1, 0, 3), + (58524, "683589", 1, 0, 3), + (58525, "683577", 1, 0, 3), + (58526, "683516", 1, 0, 3), + (58527, "683110", 1, 0, 3), + (58528, "683563", 1, 0, 3), + (58529, "683515", 1, 0, 3), + (58530, "683513", 1, 0, 3), + (58531, "683513", 1, 0, 3), + (58532, "683513", 1, 0, 3), + (58533, "683594", 1, 0, 3), + (58534, "683580", 1, 0, 3), + (58535, "683106", 1, 0, 3), + (58536, "683108", 1, 0, 3), + (58537, "683105", 1, 0, 3), + (58538, "683102", 1, 0, 3), + (58539, "683522", 1, 0, 3), + (58540, "683521", 1, 0, 3), + (58541, "683517", 1, 0, 3), + (58542, "686672", 1, 0, 3), + (58543, "686665", 1, 0, 3), + (58544, "686668", 1, 0, 3), + (58545, "682311", 1, 0, 3), + (58546, "686662", 1, 0, 3), + (58547, "686505", 1, 0, 3), + (58548, "686519", 1, 0, 3), + (58549, "686504", 1, 0, 3), + (58550, "686501", 1, 0, 3), + (58551, "686101", 1, 0, 3), + (58552, "686106", 1, 0, 3), + (58553, "686101", 1, 0, 3), + (58554, "686531", 1, 0, 3), + (58555, "686541", 1, 0, 3), + (58556, "686544", 1, 0, 3), + (58557, "686540", 1, 0, 3), + (58558, "686104", 1, 0, 3), + (58559, "686533", 1, 0, 3), + (58560, "686546", 1, 0, 3), + (58561, "686543", 1, 0, 3), + (58562, "686548", 1, 0, 3), + (58563, "686542", 1, 0, 3), + (58564, "686545", 1, 0, 3), + (58565, "686534", 1, 0, 3), + (58566, "686537", 1, 0, 3), + (58567, "686536", 1, 0, 3), + (58568, "686102", 1, 0, 3), + (58569, "686532", 1, 0, 3), + (58570, "686539", 1, 0, 3), + (58571, "686105", 1, 0, 3), + (58572, "686535", 1, 0, 3), + (58573, "686538", 1, 0, 3), + (58574, "686103", 1, 0, 3), + (58575, "686503", 1, 0, 3), + (58576, "686517", 1, 0, 3), + (58577, "686585", 1, 0, 3), + (58578, "686520", 1, 0, 3), + (58579, "686555", 1, 0, 3), + (58580, "686509", 1, 0, 3), + (58581, "686508", 1, 0, 3), + (58582, "686522", 1, 0, 3), + (58583, "686514", 1, 0, 3), + (58584, "686518", 1, 0, 3), + (58585, "686511", 1, 0, 3), + (58586, "686510", 1, 0, 3), + (58587, "686513", 1, 0, 3), + (58588, "686502", 1, 0, 3), + (58589, "686521", 1, 0, 3), + (58590, "686512", 1, 0, 3), + (58591, "686506", 1, 0, 3), + (58592, "686515", 1, 0, 3), + (58593, "682501", 1, 0, 3), + (58594, "682004", 1, 0, 3), + (58595, "682502", 1, 0, 3), + (58596, "682503", 1, 0, 3), + (58597, "682007", 1, 0, 3), + (58598, "682002", 1, 0, 3), + (58599, "682002", 1, 0, 3), + (58600, "682029", 1, 0, 3), + (58601, "682507", 1, 0, 3), + (58602, "682505", 1, 0, 3), + (58603, "682509", 1, 0, 3), + (58604, "682009", 1, 0, 3), + (58605, "682508", 1, 0, 3), + (58606, "682006", 1, 0, 3), + (58607, "682005", 1, 0, 3), + (58608, "682003", 1, 0, 3), + (58609, "682303", 1, 0, 3), + (58610, "682313", 1, 0, 3), + (58611, "682037", 1, 0, 3), + (58612, "682033", 1, 0, 3), + (58613, "682034", 1, 0, 3), + (58614, "682035", 1, 0, 3), + (58615, "682027", 1, 0, 3), + (58616, "682024", 1, 0, 3), + (58617, "682018", 1, 0, 3), + (58618, "682031", 1, 0, 3), + (58619, "682306", 1, 0, 3), + (58620, "682016", 1, 0, 3), + (58621, "682022", 1, 0, 3), + (58622, "682309", 1, 0, 3), + (58623, "682020", 1, 0, 3), + (58624, "682017", 1, 0, 3), + (58625, "682030", 1, 0, 3), + (58626, "683104", 1, 0, 3), + (58627, "682315", 1, 0, 3), + (58628, "682504", 1, 0, 3), + (58629, "682314", 1, 0, 3), + (58630, "682012", 1, 0, 3), + (58631, "682025", 1, 0, 3), + (58632, "682506", 1, 0, 3), + (58633, "682038", 1, 0, 3), + (58634, "682308", 1, 0, 3), + (58635, "682039", 1, 0, 3), + (58636, "682031", 1, 0, 3), + (58637, "682305", 1, 0, 3), + (58638, "682301", 1, 0, 3), + (58639, "682301", 1, 0, 3), + (58640, "682032", 1, 0, 3), + (58641, "682028", 1, 0, 3), + (58642, "682036", 1, 0, 3), + (58643, "682013", 1, 0, 3), + (58644, "682008", 1, 0, 3), + (58645, "682511", 1, 0, 3), + (58646, "682302", 1, 0, 3), + (58647, "682312", 1, 0, 3), + (58648, "682026", 1, 0, 3), + (58649, "682015", 1, 0, 3), + (58650, "682021", 1, 0, 3), + (58651, "682304", 1, 0, 3), + (58652, "682307", 1, 0, 3), + (58653, "683501", 1, 0, 3), + (58654, "682023", 1, 0, 3), + (58655, "682310", 1, 0, 3), + (58656, "682002", 1, 0, 3), + (58657, "683503", 1, 0, 3), + (58658, "682019", 1, 0, 3), + (58659, "680303", 1, 0, 3), + (58660, "680317", 1, 0, 3), + (58661, "680733", 1, 0, 3), + (58662, "680305", 1, 0, 3), + (58663, "680722", 1, 0, 3), + (58664, "680699", 1, 0, 3), + (58665, "680724", 1, 0, 3), + (58666, "680688", 1, 0, 3), + (58667, "680687", 1, 0, 3), + (58668, "680561", 1, 0, 3), + (58669, "680568", 1, 0, 3), + (58670, "680122", 1, 0, 3), + (58671, "680703", 1, 0, 3), + (58672, "680671", 1, 0, 3), + (58673, "680666", 1, 0, 3), + (58674, "680125", 1, 0, 3), + (58675, "680681", 1, 0, 3), + (58676, "680683", 1, 0, 3), + (58677, "680670", 1, 0, 3), + (58678, "680711", 1, 0, 3), + (58679, "680702", 1, 0, 3), + (58680, "680571", 1, 0, 3), + (58681, "680664", 1, 0, 3), + (58682, "680123", 1, 0, 3), + (58683, "680691", 1, 0, 3), + (58684, "680668", 1, 0, 3), + (58685, "680667", 1, 0, 3), + (58686, "680712", 1, 0, 3), + (58687, "680685", 1, 0, 3), + (58688, "680669", 1, 0, 3), + (58689, "680661", 1, 0, 3), + (58690, "680566", 1, 0, 3), + (58691, "680665", 1, 0, 3), + (58692, "680564", 1, 0, 3), + (58693, "680565", 1, 0, 3), + (58694, "680686", 1, 0, 3), + (58695, "680663", 1, 0, 3), + (58696, "680682", 1, 0, 3), + (58697, "680701", 1, 0, 3), + (58698, "680697", 1, 0, 3), + (58699, "680562", 1, 0, 3), + (58700, "680570", 1, 0, 3), + (58701, "680567", 1, 0, 3), + (58702, "680662", 1, 0, 3), + (58703, "680302", 1, 0, 3), + (58704, "680741", 1, 0, 3), + (58705, "680731", 1, 0, 3), + (58706, "680312", 1, 0, 3), + (58707, "680309", 1, 0, 3), + (58708, "680684", 1, 0, 3), + (58709, "680308", 1, 0, 3), + (58710, "680734", 1, 0, 3), + (58711, "680732", 1, 0, 3), + (58712, "680311", 1, 0, 3), + (58713, "680304", 1, 0, 3), + (58714, "680310", 1, 0, 3), + (58715, "680721", 1, 0, 3), + (58716, "680689", 1, 0, 3), + (58717, "680301", 1, 0, 3), + (58718, "670008", 1, 0, 3), + (58719, "670612", 1, 0, 3), + (58720, "670009", 1, 0, 3), + (58721, "670013", 1, 0, 3), + (58722, "670014", 1, 0, 3), + (58723, "670301", 1, 0, 3), + (58724, "670011", 1, 0, 3), + (58725, "670006", 1, 0, 3), + (58726, "670002", 1, 0, 3), + (58727, "670591", 1, 0, 3), + (58728, "670595", 1, 0, 3), + (58729, "670593", 1, 0, 3), + (58730, "670621", 1, 0, 3), + (58731, "670005", 1, 0, 3), + (58732, "670604", 1, 0, 3), + (58733, "670003", 1, 0, 3), + (58734, "670017", 1, 0, 3), + (58735, "670001", 1, 0, 3), + (58736, "670012", 1, 0, 3), + (58737, "670592", 1, 0, 3), + (58738, "670304", 1, 0, 3), + (58739, "670611", 1, 0, 3), + (58740, "670501", 1, 0, 3), + (58741, "670302", 1, 0, 3), + (58742, "670325", 1, 0, 3), + (58743, "670602", 1, 0, 3), + (58744, "670331", 1, 0, 3), + (58745, "670613", 1, 0, 3), + (58746, "670622", 1, 0, 3), + (58747, "670004", 1, 0, 3), + (58748, "670561", 1, 0, 3), + (58749, "670303", 1, 0, 3), + (58750, "670358", 1, 0, 3), + (58751, "670001", 1, 0, 3), + (58752, "670002", 1, 0, 3), + (58753, "670018", 1, 0, 3), + (58754, "670007", 1, 0, 3), + (58755, "670010", 1, 0, 3), + (58756, "670594", 1, 0, 3), + (58757, "670305", 1, 0, 3), + (58758, "670571", 1, 0, 3), + (58759, "670632", 1, 0, 3), + (58760, "670581", 1, 0, 3), + (58761, "670511", 1, 0, 3), + (58762, "670327", 1, 0, 3), + (58763, "670334", 1, 0, 3), + (58764, "670562", 1, 0, 3), + (58765, "670567", 1, 0, 3), + (58766, "670142", 1, 0, 3), + (58767, "670521", 1, 0, 3), + (58768, "670307", 1, 0, 3), + (58769, "670309", 1, 0, 3), + (58770, "670306", 1, 0, 3), + (58771, "670582", 1, 0, 3), + (58772, "670563", 1, 0, 3), + (58773, "670502", 1, 0, 3), + (58774, "670503", 1, 0, 3), + (58775, "670143", 1, 0, 3), + (58776, "670307", 1, 0, 3), + (58777, "670633", 1, 0, 3), + (58778, "670308", 1, 0, 3), + (58779, "670631", 1, 0, 3), + (58780, "671541", 1, 0, 3), + (58781, "671317", 1, 0, 3), + (58782, "671121", 1, 0, 3), + (58783, "671124", 1, 0, 3), + (58784, "671321", 1, 0, 3), + (58785, "671324", 1, 0, 3), + (58786, "671323", 1, 0, 3), + (58787, "671542", 1, 0, 3), + (58788, "671543", 1, 0, 3), + (58789, "671348", 1, 0, 3), + (58790, "671551", 1, 0, 3), + (58791, "671552", 1, 0, 3), + (58792, "671122", 1, 0, 3), + (58793, "671322", 1, 0, 3), + (58794, "671123", 1, 0, 3), + (58795, "671531", 1, 0, 3), + (58796, "671318", 1, 0, 3), + (58797, "671313", 1, 0, 3), + (58798, "671326", 1, 0, 3), + (58799, "671311", 1, 0, 3), + (58800, "671314", 1, 0, 3), + (58801, "671312", 1, 0, 3), + (58802, "671316", 1, 0, 3), + (58803, "671533", 1, 0, 3), + (58804, "671532", 1, 0, 3), + (58805, "671351", 1, 0, 3), + (58806, "671310", 1, 0, 3), + (58807, "671319", 1, 0, 3), + (58808, "686021", 1, 0, 3), + (58809, "686637", 1, 0, 3), + (58810, "686009", 1, 0, 3), + (58811, "686011", 1, 0, 3), + (58812, "686560", 1, 0, 3), + (58813, "686005", 1, 0, 3), + (58814, "686001", 1, 0, 3), + (58815, "686010", 1, 0, 3), + (58816, "686651", 1, 0, 3), + (58817, "686574", 1, 0, 3), + (58818, "686122", 1, 0, 3), + (58819, "686578", 1, 0, 3), + (58820, "686584", 1, 0, 3), + (58821, "686121", 1, 0, 3), + (58822, "686562", 1, 0, 3), + (58823, "686564", 1, 0, 3), + (58824, "686015", 1, 0, 3), + (58825, "686022", 1, 0, 3), + (58826, "686631", 1, 0, 3), + (58827, "686573", 1, 0, 3), + (58828, "686576", 1, 0, 3), + (58829, "686580", 1, 0, 3), + (58830, "686123", 1, 0, 3), + (58831, "686604", 1, 0, 3), + (58832, "686611", 1, 0, 3), + (58833, "686144", 1, 0, 3), + (58834, "686608", 1, 0, 3), + (58835, "686633", 1, 0, 3), + (58836, "686603", 1, 0, 3), + (58837, "686635", 1, 0, 3), + (58838, "686609", 1, 0, 3), + (58839, "686636", 1, 0, 3), + (58840, "686613", 1, 0, 3), + (58841, "686616", 1, 0, 3), + (58842, "686612", 1, 0, 3), + (58843, "686634", 1, 0, 3), + (58844, "686610", 1, 0, 3), + (58845, "686607", 1, 0, 3), + (58846, "686605", 1, 0, 3), + (58847, "686606", 1, 0, 3), + (58848, "686631", 1, 0, 3), + (58849, "686008", 1, 0, 3), + (58850, "686602", 1, 0, 3), + (58851, "686632", 1, 0, 3), + (58852, "686020", 1, 0, 3), + (58853, "686002", 1, 0, 3), + (58854, "686001", 1, 0, 3), + (58855, "686003", 1, 0, 3), + (58856, "686017", 1, 0, 3), + (58857, "686563", 1, 0, 3), + (58858, "686016", 1, 0, 3), + (58859, "686041", 1, 0, 3), + (58860, "686019", 1, 0, 3), + (58861, "686018", 1, 0, 3), + (58862, "686561", 1, 0, 3), + (58863, "686516", 1, 0, 3), + (58864, "686004", 1, 0, 3), + (58865, "686013", 1, 0, 3), + (58866, "686006", 1, 0, 3), + (58867, "686601", 1, 0, 3), + (58868, "686014", 1, 0, 3), + (58869, "686012", 1, 0, 3), + (58870, "686007", 1, 0, 3), + (58871, "686653", 1, 0, 3), + (58872, "686572", 1, 0, 3), + (58873, "686583", 1, 0, 3), + (58874, "686571", 1, 0, 3), + (58875, "686652", 1, 0, 3), + (58876, "686586", 1, 0, 3), + (58877, "686575", 1, 0, 3), + (58878, "686575", 1, 0, 3), + (58879, "686579", 1, 0, 3), + (58880, "686581", 1, 0, 3), + (58881, "686582", 1, 0, 3), + (58882, "686577", 1, 0, 3), + (58883, "686143", 1, 0, 3), + (58884, "686587", 1, 0, 3), + (58885, "673639", 1, 0, 3), + (58886, "673635", 1, 0, 3), + (58887, "673645", 1, 0, 3), + (58888, "679334", 1, 0, 3), + (58889, "679331", 1, 0, 3), + (58890, "676541", 1, 0, 3), + (58891, "676525", 1, 0, 3), + (58892, "676123", 1, 0, 3), + (58893, "676523", 1, 0, 3), + (58894, "676542", 1, 0, 3), + (58895, "679333", 1, 0, 3), + (58896, "676121", 1, 0, 3), + (58897, "679329", 1, 0, 3), + (58898, "679330", 1, 0, 3), + (58899, "679332", 1, 0, 3), + (58900, "673637", 1, 0, 3), + (58901, "673636", 1, 0, 3), + (58902, "679327", 1, 0, 3), + (58903, "679339", 1, 0, 3), + (58904, "673640", 1, 0, 3), + (58905, "679328", 1, 0, 3), + (58906, "679321", 1, 0, 3), + (58907, "679357", 1, 0, 3), + (58908, "676519", 1, 0, 3), + (58909, "676504", 1, 0, 3), + (58910, "679338", 1, 0, 3), + (58911, "676506", 1, 0, 3), + (58912, "676507", 1, 0, 3), + (58913, "676505", 1, 0, 3), + (58914, "679324", 1, 0, 3), + (58915, "679326", 1, 0, 3), + (58916, "673642", 1, 0, 3), + (58917, "676509", 1, 0, 3), + (58918, "676517", 1, 0, 3), + (58919, "679340", 1, 0, 3), + (58920, "679325", 1, 0, 3), + (58921, "679322", 1, 0, 3), + (58922, "679323", 1, 0, 3), + (58923, "690105", 1, 0, 3), + (58924, "690106", 1, 0, 3), + (58925, "689624", 1, 0, 3), + (58926, "690110", 1, 0, 3), + (58927, "689504", 1, 0, 3), + (58928, "689508", 1, 0, 3), + (58929, "690509", 1, 0, 3), + (58930, "689521", 1, 0, 3), + (58931, "689512", 1, 0, 3), + (58932, "690108", 1, 0, 3), + (58933, "689623", 1, 0, 3), + (58934, "690558", 1, 0, 3), + (58935, "689622", 1, 0, 3), + (58936, "690101", 1, 0, 3), + (58937, "690101", 1, 0, 3), + (58938, "689627", 1, 0, 3), + (58939, "689505", 1, 0, 3), + (58940, "690510", 1, 0, 3), + (58941, "689520", 1, 0, 3), + (58942, "690103", 1, 0, 3), + (58943, "690102", 1, 0, 3), + (58944, "690107", 1, 0, 3), + (58945, "689509", 1, 0, 3), + (58946, "690505", 1, 0, 3), + (58947, "690507", 1, 0, 3), + (58948, "690532", 1, 0, 3), + (58949, "690534", 1, 0, 3), + (58950, "690514", 1, 0, 3), + (58951, "690535", 1, 0, 3), + (58952, "690572", 1, 0, 3), + (58953, "690516", 1, 0, 3), + (58954, "690517", 1, 0, 3), + (58955, "690502", 1, 0, 3), + (58956, "690508", 1, 0, 3), + (58957, "690533", 1, 0, 3), + (58958, "690548", 1, 0, 3), + (58959, "690506", 1, 0, 3), + (58960, "690511", 1, 0, 3), + (58961, "690513", 1, 0, 3), + (58962, "690504", 1, 0, 3), + (58963, "690571", 1, 0, 3), + (58964, "690529", 1, 0, 3), + (58965, "690503", 1, 0, 3), + (58966, "690512", 1, 0, 3), + (58967, "690559", 1, 0, 3), + (58968, "690537", 1, 0, 3), + (58969, "690527", 1, 0, 3), + (58970, "690530", 1, 0, 3), + (58971, "690515", 1, 0, 3), + (58972, "690501", 1, 0, 3), + (58973, "690104", 1, 0, 3), + (58974, "678641", 1, 0, 3), + (58975, "678631", 1, 0, 3), + (58976, "678732", 1, 0, 3), + (58977, "678651", 1, 0, 3), + (58978, "678613", 1, 0, 3), + (58979, "678013", 1, 0, 3), + (58980, "678001", 1, 0, 3), + (58981, "678001", 1, 0, 3), + (58982, "678701", 1, 0, 3), + (58983, "678623", 1, 0, 3), + (58984, "678501", 1, 0, 3), + (58985, "678551", 1, 0, 3), + (58986, "678555", 1, 0, 3), + (58987, "678556", 1, 0, 3), + (58988, "678553", 1, 0, 3), + (58989, "678554", 1, 0, 3), + (58990, "678014", 1, 0, 3), + (58991, "678532", 1, 0, 3), + (58992, "678102", 1, 0, 3), + (58993, "678001", 1, 0, 3), + (58994, "678531", 1, 0, 3), + (58995, "678503", 1, 0, 3), + (58996, "678594", 1, 0, 3), + (58997, "678006", 1, 0, 3), + (58998, "678592", 1, 0, 3), + (58999, "678612", 1, 0, 3), + (59000, "678661", 1, 0, 3), + (59001, "678008", 1, 0, 3), + (59002, "678731", 1, 0, 3), + (59003, "678012", 1, 0, 3), + (59004, "678007", 1, 0, 3), + (59005, "678101", 1, 0, 3), + (59006, "678104", 1, 0, 3), + (59007, "678502", 1, 0, 3), + (59008, "678512", 1, 0, 3), + (59009, "678621", 1, 0, 3), + (59010, "678682", 1, 0, 3), + (59011, "678702", 1, 0, 3), + (59012, "678546", 1, 0, 3), + (59013, "678684", 1, 0, 3), + (59014, "678506", 1, 0, 3), + (59015, "678572", 1, 0, 3), + (59016, "678681", 1, 0, 3), + (59017, "678721", 1, 0, 3), + (59018, "678685", 1, 0, 3), + (59019, "678571", 1, 0, 3), + (59020, "678703", 1, 0, 3), + (59021, "678705", 1, 0, 3), + (59022, "678507", 1, 0, 3), + (59023, "678508", 1, 0, 3), + (59024, "678544", 1, 0, 3), + (59025, "678505", 1, 0, 3), + (59026, "678688", 1, 0, 3), + (59027, "678573", 1, 0, 3), + (59028, "678574", 1, 0, 3), + (59029, "678542", 1, 0, 3), + (59030, "678722", 1, 0, 3), + (59031, "678683", 1, 0, 3), + (59032, "678504", 1, 0, 3), + (59033, "678510", 1, 0, 3), + (59034, "678686", 1, 0, 3), + (59035, "678005", 1, 0, 3), + (59036, "678003", 1, 0, 3), + (59037, "678611", 1, 0, 3), + (59038, "678009", 1, 0, 3), + (59039, "678102", 1, 0, 3), + (59040, "678103", 1, 0, 3), + (59041, "678671", 1, 0, 3), + (59042, "678534", 1, 0, 3), + (59043, "678624", 1, 0, 3), + (59044, "678533", 1, 0, 3), + (59045, "678622", 1, 0, 3), + (59046, "678010", 1, 0, 3), + (59047, "678004", 1, 0, 3), + (59048, "678543", 1, 0, 3), + (59049, "678552", 1, 0, 3), + (59050, "678687", 1, 0, 3), + (59051, "678704", 1, 0, 3), + (59052, "678545", 1, 0, 3), + (59053, "678706", 1, 0, 3), + (59054, "678557", 1, 0, 3), + (59055, "678642", 1, 0, 3), + (59056, "691551", 1, 0, 3), + (59057, "691530", 1, 0, 3), + (59058, "691556", 1, 0, 3), + (59059, "689501", 1, 0, 3), + (59060, "691554", 1, 0, 3), + (59061, "691522", 1, 0, 3), + (59062, "690520", 1, 0, 3), + (59063, "690521", 1, 0, 3), + (59064, "690522", 1, 0, 3), + (59065, "690561", 1, 0, 3), + (59066, "691525", 1, 0, 3), + (59067, "691310", 1, 0, 3), + (59068, "689695", 1, 0, 3), + (59069, "689696", 1, 0, 3), + (59070, "691308", 1, 0, 3), + (59071, "691307", 1, 0, 3), + (59072, "691312", 1, 0, 3), + (59073, "691309", 1, 0, 3), + (59074, "691508", 1, 0, 3), + (59075, "691311", 1, 0, 3), + (59076, "689501", 1, 0, 3), + (59077, "689645", 1, 0, 3), + (59078, "689653", 1, 0, 3), + (59079, "689650", 1, 0, 3), + (59080, "691331", 1, 0, 3), + (59081, "691332", 1, 0, 3), + (59082, "689671", 1, 0, 3), + (59083, "691333", 1, 0, 3), + (59084, "689641", 1, 0, 3), + (59085, "689695", 1, 0, 3), + (59086, "689677", 1, 0, 3), + (59087, "689663", 1, 0, 3), + (59088, "689668", 1, 0, 3), + (59089, "689675", 1, 0, 3), + (59090, "689514", 1, 0, 3), + (59091, "689641", 1, 0, 3), + (59092, "689654", 1, 0, 3), + (59093, "689661", 1, 0, 3), + (59094, "689644", 1, 0, 3), + (59095, "689676", 1, 0, 3), + (59096, "689664", 1, 0, 3), + (59097, "689642", 1, 0, 3), + (59098, "689652", 1, 0, 3), + (59099, "689672", 1, 0, 3), + (59100, "689673", 1, 0, 3), + (59101, "689711", 1, 0, 3), + (59102, "689667", 1, 0, 3), + (59103, "689662", 1, 0, 3), + (59104, "689666", 1, 0, 3), + (59105, "689643", 1, 0, 3), + (59106, "689625", 1, 0, 3), + (59107, "689649", 1, 0, 3), + (59108, "689648", 1, 0, 3), + (59109, "689691", 1, 0, 3), + (59110, "689503", 1, 0, 3), + (59111, "689646", 1, 0, 3), + (59112, "689507", 1, 0, 3), + (59113, "689678", 1, 0, 3), + (59114, "689513", 1, 0, 3), + (59115, "689647", 1, 0, 3), + (59116, "689692", 1, 0, 3), + (59117, "689699", 1, 0, 3), + (59118, "689698", 1, 0, 3), + (59119, "689656", 1, 0, 3), + (59120, "689674", 1, 0, 3), + (59121, "691524", 1, 0, 3), + (59122, "691526", 1, 0, 3), + (59123, "691552", 1, 0, 3), + (59124, "689502", 1, 0, 3), + (59125, "691306", 1, 0, 3), + (59126, "691533", 1, 0, 3), + (59127, "691322", 1, 0, 3), + (59128, "691553", 1, 0, 3), + (59129, "689694", 1, 0, 3), + (59130, "691555", 1, 0, 3), + (59131, "689693", 1, 0, 3), + (59132, "690540", 1, 0, 3), + (59133, "670641", 1, 0, 3), + (59134, "670642", 1, 0, 3), + (59135, "670701", 1, 0, 3), + (59136, "670703", 1, 0, 3), + (59137, "673316", 1, 0, 3), + (59138, "670106", 1, 0, 3), + (59139, "670650", 1, 0, 3), + (59140, "670673", 1, 0, 3), + (59141, "670662", 1, 0, 3), + (59142, "670741", 1, 0, 3), + (59143, "670101", 1, 0, 3), + (59144, "670651", 1, 0, 3), + (59145, "670663", 1, 0, 3), + (59146, "673313", 1, 0, 3), + (59147, "673311", 1, 0, 3), + (59148, "670107", 1, 0, 3), + (59149, "670643", 1, 0, 3), + (59150, "670691", 1, 0, 3), + (59151, "670676", 1, 0, 3), + (59152, "670704", 1, 0, 3), + (59153, "670646", 1, 0, 3), + (59154, "670705", 1, 0, 3), + (59155, "670675", 1, 0, 3), + (59156, "670645", 1, 0, 3), + (59157, "670644", 1, 0, 3), + (59158, "670693", 1, 0, 3), + (59159, "670103", 1, 0, 3), + (59160, "670661", 1, 0, 3), + (59161, "673312", 1, 0, 3), + (59162, "670674", 1, 0, 3), + (59163, "670102", 1, 0, 3), + (59164, "670672", 1, 0, 3), + (59165, "670104", 1, 0, 3), + (59166, "670706", 1, 0, 3), + (59167, "670702", 1, 0, 3), + (59168, "670649", 1, 0, 3), + (59169, "670694", 1, 0, 3), + (59170, "670692", 1, 0, 3), + (59171, "670105", 1, 0, 3), + (59172, "670671", 1, 0, 3), + (59173, "670102", 1, 0, 3), + (59174, "670101", 1, 0, 3), + (59175, "670731", 1, 0, 3), + (59176, "670721", 1, 0, 3), + (59177, "680518", 1, 0, 3), + (59178, "679564", 1, 0, 3), + (59179, "680102", 1, 0, 3), + (59180, "680521", 1, 0, 3), + (59181, "680511", 1, 0, 3), + (59182, "680502", 1, 0, 3), + (59183, "680515", 1, 0, 3), + (59184, "680101", 1, 0, 3), + (59185, "680101", 1, 0, 3), + (59186, "680514", 1, 0, 3), + (59187, "680543", 1, 0, 3), + (59188, "680517", 1, 0, 3), + (59189, "680519", 1, 0, 3), + (59190, "680544", 1, 0, 3), + (59191, "680501", 1, 0, 3), + (59192, "680523", 1, 0, 3), + (59193, "680504", 1, 0, 3), + (59194, "680505", 1, 0, 3), + (59195, "680602", 1, 0, 3), + (59196, "680509", 1, 0, 3), + (59197, "679563", 1, 0, 3), + (59198, "680512", 1, 0, 3), + (59199, "680524", 1, 0, 3), + (59200, "680522", 1, 0, 3), + (59201, "680507", 1, 0, 3), + (59202, "680542", 1, 0, 3), + (59203, "679561", 1, 0, 3), + (59204, "680508", 1, 0, 3), + (59205, "680103", 1, 0, 3), + (59206, "680104", 1, 0, 3), + (59207, "680516", 1, 0, 3), + (59208, "680520", 1, 0, 3), + (59209, "680513", 1, 0, 3), + (59210, "679562", 1, 0, 3), + (59211, "680510", 1, 0, 3), + (59212, "680555", 1, 0, 3), + (59213, "680563", 1, 0, 3), + (59214, "680588", 1, 0, 3), + (59215, "680623", 1, 0, 3), + (59216, "680585", 1, 0, 3), + (59217, "680596", 1, 0, 3), + (59218, "680601", 1, 0, 3), + (59219, "680506", 1, 0, 3), + (59220, "680641", 1, 0, 3), + (59221, "680618", 1, 0, 3), + (59222, "680620", 1, 0, 3), + (59223, "680003", 1, 0, 3), + (59224, "680008", 1, 0, 3), + (59225, "680611", 1, 0, 3), + (59226, "680615", 1, 0, 3), + (59227, "680546", 1, 0, 3), + (59228, "680011", 1, 0, 3), + (59229, "680613", 1, 0, 3), + (59230, "680027", 1, 0, 3), + (59231, "680612", 1, 0, 3), + (59232, "680656", 1, 0, 3), + (59233, "680616", 1, 0, 3), + (59234, "680006", 1, 0, 3), + (59235, "680028", 1, 0, 3), + (59236, "680007", 1, 0, 3), + (59237, "680013", 1, 0, 3), + (59238, "680617", 1, 0, 3), + (59239, "680651", 1, 0, 3), + (59240, "680541", 1, 0, 3), + (59241, "680751", 1, 0, 3), + (59242, "680655", 1, 0, 3), + (59243, "680306", 1, 0, 3), + (59244, "680552", 1, 0, 3), + (59245, "680652", 1, 0, 3), + (59246, "680653", 1, 0, 3), + (59247, "680545", 1, 0, 3), + (59248, "680004", 1, 0, 3), + (59249, "680012", 1, 0, 3), + (59250, "680002", 1, 0, 3), + (59251, "680551", 1, 0, 3), + (59252, "680642", 1, 0, 3), + (59253, "680014", 1, 0, 3), + (59254, "680553", 1, 0, 3), + (59255, "680631", 1, 0, 3), + (59256, "680569", 1, 0, 3), + (59257, "680022", 1, 0, 3), + (59258, "680001", 1, 0, 3), + (59259, "680020", 1, 0, 3), + (59260, "680005", 1, 0, 3), + (59261, "680009", 1, 0, 3), + (59262, "680021", 1, 0, 3), + (59263, "680619", 1, 0, 3), + (59264, "680614", 1, 0, 3), + (59265, "680654", 1, 0, 3), + (59266, "680010", 1, 0, 3), + (59267, "680586", 1, 0, 3), + (59268, "679531", 1, 0, 3), + (59269, "679532", 1, 0, 3), + (59270, "680589", 1, 0, 3), + (59271, "680584", 1, 0, 3), + (59272, "680594", 1, 0, 3), + (59273, "680591", 1, 0, 3), + (59274, "679106", 1, 0, 3), + (59275, "680590", 1, 0, 3), + (59276, "680604", 1, 0, 3), + (59277, "679105", 1, 0, 3), + (59278, "680581", 1, 0, 3), + (59279, "680583", 1, 0, 3), + (59280, "680587", 1, 0, 3), + (59281, "676319", 1, 0, 3), + (59282, "676501", 1, 0, 3), + (59283, "679572", 1, 0, 3), + (59284, "673314", 1, 0, 3), + (59285, "676553", 1, 0, 3), + (59286, "676551", 1, 0, 3), + (59287, "676309", 1, 0, 3), + (59288, "676503", 1, 0, 3), + (59289, "676562", 1, 0, 3), + (59290, "676561", 1, 0, 3), + (59291, "676104", 1, 0, 3), + (59292, "676108", 1, 0, 3), + (59293, "676508", 1, 0, 3), + (59294, "676552", 1, 0, 3), + (59295, "676317", 1, 0, 3), + (59296, "676304", 1, 0, 3), + (59297, "679585", 1, 0, 3), + (59298, "679576", 1, 0, 3), + (59299, "679587", 1, 0, 3), + (59300, "679582", 1, 0, 3), + (59301, "679584", 1, 0, 3), + (59302, "679591", 1, 0, 3), + (59303, "679571", 1, 0, 3), + (59304, "679581", 1, 0, 3), + (59305, "679574", 1, 0, 3), + (59306, "679575", 1, 0, 3), + (59307, "679580", 1, 0, 3), + (59308, "679583", 1, 0, 3), + (59309, "679586", 1, 0, 3), + (59310, "679573", 1, 0, 3), + (59311, "679578", 1, 0, 3), + (59312, "679579", 1, 0, 3), + (59313, "676311", 1, 0, 3), + (59314, "676109", 1, 0, 3), + (59315, "676528", 1, 0, 3), + (59316, "676303", 1, 0, 3), + (59317, "676502", 1, 0, 3), + (59318, "676106", 1, 0, 3), + (59319, "676107", 1, 0, 3), + (59320, "676510", 1, 0, 3), + (59321, "676307", 1, 0, 3), + (59322, "676302", 1, 0, 3), + (59323, "676320", 1, 0, 3), + (59324, "676103", 1, 0, 3), + (59325, "676105", 1, 0, 3), + (59326, "676301", 1, 0, 3), + (59327, "676306", 1, 0, 3), + (59328, "676306", 1, 0, 3), + (59329, "676101", 1, 0, 3), + (59330, "676305", 1, 0, 3), + (59331, "676312", 1, 0, 3), + (59332, "676102", 1, 0, 3), + (59333, "689110", 1, 0, 3), + (59334, "689602", 1, 0, 3), + (59335, "689115", 1, 0, 3), + (59336, "689541", 1, 0, 3), + (59337, "689126", 1, 0, 3), + (59338, "689548", 1, 0, 3), + (59339, "689123", 1, 0, 3), + (59340, "689545", 1, 0, 3), + (59341, "689613", 1, 0, 3), + (59342, "689544", 1, 0, 3), + (59343, "689542", 1, 0, 3), + (59344, "689573", 1, 0, 3), + (59345, "689591", 1, 0, 3), + (59346, "689621", 1, 0, 3), + (59347, "689626", 1, 0, 3), + (59348, "689122", 1, 0, 3), + (59349, "689533", 1, 0, 3), + (59350, "689612", 1, 0, 3), + (59351, "689611", 1, 0, 3), + (59352, "689121", 1, 0, 3), + (59353, "689511", 1, 0, 3), + (59354, "689532", 1, 0, 3), + (59355, "689531", 1, 0, 3), + (59356, "689615", 1, 0, 3), + (59357, "689614", 1, 0, 3), + (59358, "689547", 1, 0, 3), + (59359, "689550", 1, 0, 3), + (59360, "689549", 1, 0, 3), + (59361, "689546", 1, 0, 3), + (59362, "689510", 1, 0, 3), + (59363, "689124", 1, 0, 3), + (59364, "689543", 1, 0, 3), + (59365, "689113", 1, 0, 3), + (59366, "689112", 1, 0, 3), + (59367, "689594", 1, 0, 3), + (59368, "689586", 1, 0, 3), + (59369, "689583", 1, 0, 3), + (59370, "689582", 1, 0, 3), + (59371, "689102", 1, 0, 3), + (59372, "689587", 1, 0, 3), + (59373, "689103", 1, 0, 3), + (59374, "689584", 1, 0, 3), + (59375, "689585", 1, 0, 3), + (59376, "689105", 1, 0, 3), + (59377, "689574", 1, 0, 3), + (59378, "689592", 1, 0, 3), + (59379, "689589", 1, 0, 3), + (59380, "689597", 1, 0, 3), + (59381, "689101", 1, 0, 3), + (59382, "689595", 1, 0, 3), + (59383, "689590", 1, 0, 3), + (59384, "686547", 1, 0, 3), + (59385, "673308", 1, 0, 3), + (59386, "673106", 1, 0, 3), + (59387, "673513", 1, 0, 3), + (59388, "673528", 1, 0, 3), + (59389, "673508", 1, 0, 3), + (59390, "673523", 1, 0, 3), + (59391, "673541", 1, 0, 3), + (59392, "673526", 1, 0, 3), + (59393, "673304", 1, 0, 3), + (59394, "673574", 1, 0, 3), + (59395, "673614", 1, 0, 3), + (59396, "673542", 1, 0, 3), + (59397, "673524", 1, 0, 3), + (59398, "673527", 1, 0, 3), + (59399, "673505", 1, 0, 3), + (59400, "673517", 1, 0, 3), + (59401, "673103", 1, 0, 3), + (59402, "673612", 1, 0, 3), + (59403, "673306", 1, 0, 3), + (59404, "673307", 1, 0, 3), + (59405, "673525", 1, 0, 3), + (59406, "673620", 1, 0, 3), + (59407, "673317", 1, 0, 3), + (59408, "673309", 1, 0, 3), + (59409, "673315", 1, 0, 3), + (59410, "673529", 1, 0, 3), + (59411, "673521", 1, 0, 3), + (59412, "673102", 1, 0, 3), + (59413, "673507", 1, 0, 3), + (59414, "673506", 1, 0, 3), + (59415, "673502", 1, 0, 3), + (59416, "673310", 1, 0, 3), + (59417, "673522", 1, 0, 3), + (59418, "673105", 1, 0, 3), + (59419, "673503", 1, 0, 3), + (59420, "673504", 1, 0, 3), + (59421, "673104", 1, 0, 3), + (59422, "673501", 1, 0, 3), + (59423, "673509", 1, 0, 3), + (59424, "695029", 1, 0, 3), + (59425, "695023", 1, 0, 3), + (59426, "695587", 1, 0, 3), + (59427, "695582", 1, 0, 3), + (59428, "695581", 1, 0, 3), + (59429, "695583", 1, 0, 3), + (59430, "695024", 1, 0, 3), + (59431, "695025", 1, 0, 3), + (59432, "695015", 1, 0, 3), + (59433, "695024", 1, 0, 3), + (59434, "695004", 1, 0, 3), + (59435, "695017", 1, 0, 3), + (59436, "695021", 1, 0, 3), + (59437, "695001", 1, 0, 3), + (59438, "695007", 1, 0, 3), + (59439, "695033", 1, 0, 3), + (59440, "695036", 1, 0, 3), + (59441, "695016", 1, 0, 3), + (59442, "695023", 1, 0, 3), + (59443, "695022", 1, 0, 3), + (59444, "695145", 1, 0, 3), + (59445, "695586", 1, 0, 3), + (59446, "695614", 1, 0, 3), + (59447, "695317", 1, 0, 3), + (59448, "695143", 1, 0, 3), + (59449, "695308", 1, 0, 3), + (59450, "695606", 1, 0, 3), + (59451, "695141", 1, 0, 3), + (59452, "695615", 1, 0, 3), + (59453, "695607", 1, 0, 3), + (59454, "695318", 1, 0, 3), + (59455, "695312", 1, 0, 3), + (59456, "695104", 1, 0, 3), + (59457, "695313", 1, 0, 3), + (59458, "695602", 1, 0, 3), + (59459, "695611", 1, 0, 3), + (59460, "695610", 1, 0, 3), + (59461, "695144", 1, 0, 3), + (59462, "695302", 1, 0, 3), + (59463, "695603", 1, 0, 3), + (59464, "695307", 1, 0, 3), + (59465, "695146", 1, 0, 3), + (59466, "695604", 1, 0, 3), + (59467, "695316", 1, 0, 3), + (59468, "695609", 1, 0, 3), + (59469, "695305", 1, 0, 3), + (59470, "695584", 1, 0, 3), + (59471, "695612", 1, 0, 3), + (59472, "695303", 1, 0, 3), + (59473, "695585", 1, 0, 3), + (59474, "695011", 1, 0, 3), + (59475, "695033", 1, 0, 3), + (59476, "695024", 1, 0, 3), + (59477, "695034", 1, 0, 3), + (59478, "695008", 1, 0, 3), + (59479, "695035", 1, 0, 3), + (59480, "695028", 1, 0, 3), + (59481, "695033", 1, 0, 3), + (59482, "695102", 1, 0, 3), + (59483, "695309", 1, 0, 3), + (59484, "695103", 1, 0, 3), + (59485, "695310", 1, 0, 3), + (59486, "695142", 1, 0, 3), + (59487, "695304", 1, 0, 3), + (59488, "695311", 1, 0, 3), + (59489, "695306", 1, 0, 3), + (59490, "695605", 1, 0, 3), + (59491, "695608", 1, 0, 3), + (59492, "695301", 1, 0, 3), + (59493, "695122", 1, 0, 3), + (59494, "695123", 1, 0, 3), + (59495, "695501", 1, 0, 3), + (59496, "695132", 1, 0, 3), + (59497, "695503", 1, 0, 3), + (59498, "695524", 1, 0, 3), + (59499, "695504", 1, 0, 3), + (59500, "695512", 1, 0, 3), + (59501, "695121", 1, 0, 3), + (59502, "695125", 1, 0, 3), + (59503, "695507", 1, 0, 3), + (59504, "695502", 1, 0, 3), + (59505, "695508", 1, 0, 3), + (59506, "695124", 1, 0, 3), + (59507, "695126", 1, 0, 3), + (59508, "695513", 1, 0, 3), + (59509, "695526", 1, 0, 3), + (59510, "695525", 1, 0, 3), + (59511, "695005", 1, 0, 3), + (59512, "695562", 1, 0, 3), + (59513, "695568", 1, 0, 3), + (59514, "695018", 1, 0, 3), + (59515, "695038", 1, 0, 3), + (59516, "695561", 1, 0, 3), + (59517, "695563", 1, 0, 3), + (59518, "695005", 1, 0, 3), + (59519, "695573", 1, 0, 3), + (59520, "695012", 1, 0, 3), + (59521, "695026", 1, 0, 3), + (59522, "695575", 1, 0, 3), + (59523, "695010", 1, 0, 3), + (59524, "695027", 1, 0, 3), + (59525, "695006", 1, 0, 3), + (59526, "695547", 1, 0, 3), + (59527, "695013", 1, 0, 3), + (59528, "695543", 1, 0, 3), + (59529, "695522", 1, 0, 3), + (59530, "695551", 1, 0, 3), + (59531, "695521", 1, 0, 3), + (59532, "695133", 1, 0, 3), + (59533, "695506", 1, 0, 3), + (59534, "695032", 1, 0, 3), + (59535, "695542", 1, 0, 3), + (59536, "695522", 1, 0, 3), + (59537, "695014", 1, 0, 3), + (59538, "695019", 1, 0, 3), + (59539, "695014", 1, 0, 3), + (59540, "695040", 1, 0, 3), + (59541, "695042", 1, 0, 3), + (59542, "695030", 1, 0, 3), + (59543, "695564", 1, 0, 3), + (59544, "695002", 1, 0, 3), + (59545, "695572", 1, 0, 3), + (59546, "695003", 1, 0, 3), + (59547, "695003", 1, 0, 3), + (59548, "695099", 1, 0, 3), + (59549, "695527", 1, 0, 3), + (59550, "695043", 1, 0, 3), + (59551, "695574", 1, 0, 3), + (59552, "695571", 1, 0, 3), + (59553, "695009", 1, 0, 3), + (59554, "695541", 1, 0, 3), + (59555, "695020", 1, 0, 3), + (59556, "695505", 1, 0, 3), + (59557, "695523", 1, 0, 3), + (59558, "671314", 1, 0, 3), + (59559, "671314", 1, 0, 3), + (59560, "671314", 1, 0, 3), + (59561, "671312", 1, 0, 3), + (59562, "671316", 1, 0, 3), + (59563, "671316", 1, 0, 3), + (59564, "671316", 1, 0, 3), + (59565, "671316", 1, 0, 3), + (59566, "671316", 1, 0, 3), + (59567, "671316", 1, 0, 3), + (59568, "671533", 1, 0, 3), + (59569, "671534", 1, 0, 3), + (59570, "671533", 1, 0, 3), + (59571, "671533", 1, 0, 3), + (59572, "671534", 1, 0, 3), + (59573, "671534", 1, 0, 3), + (59574, "671534", 1, 0, 3), + (59575, "671534", 1, 0, 3), + (59576, "671534", 1, 0, 3), + (59577, "671534", 1, 0, 3), + (59578, "671534", 1, 0, 3), + (59579, "671532", 1, 0, 3), + (59580, "671532", 1, 0, 3), + (59581, "671532", 1, 0, 3), + (59582, "671532", 1, 0, 3), + (59583, "671532", 1, 0, 3), + (59584, "671532", 1, 0, 3), + (59585, "671532", 1, 0, 3), + (59586, "671532", 1, 0, 3), + (59587, "671351", 1, 0, 3), + (59588, "671310", 1, 0, 3), + (59589, "671310", 1, 0, 3), + (59590, "671310", 1, 0, 3), + (59591, "671310", 1, 0, 3), + (59592, "671310", 1, 0, 3), + (59593, "671319", 1, 0, 3), + (59594, "671319", 1, 0, 3), + (59595, "671319", 1, 0, 3), + (59596, "691559", 1, 0, 3), + (59597, "691543", 1, 0, 3), + (59598, "691505", 1, 0, 3), + (59599, "691505", 1, 0, 3), + (59600, "691505", 1, 0, 3), + (59601, "691505", 1, 0, 3), + (59602, "691505", 1, 0, 3), + (59603, "691505", 1, 0, 3), + (59604, "691505", 1, 0, 3), + (59605, "691536", 1, 0, 3), + (59606, "691536", 1, 0, 3), + (59607, "691536", 1, 0, 3), + (59608, "691536", 1, 0, 3), + (59609, "691536", 1, 0, 3), + (59610, "691536", 1, 0, 3), + (59611, "691536", 1, 0, 3), + (59612, "691536", 1, 0, 3), + (59613, "691536", 1, 0, 3), + (59614, "691536", 1, 0, 3), + (59615, "691560", 1, 0, 3), + (59616, "691560", 1, 0, 3), + (59617, "691516", 1, 0, 3), + (59618, "691516", 1, 0, 3), + (59619, "691521", 1, 0, 3), + (59620, "691521", 1, 0, 3), + (59621, "691509", 1, 0, 3), + (59622, "691509", 1, 0, 3), + (59623, "691509", 1, 0, 3), + (59624, "691509", 1, 0, 3), + (59625, "691541", 1, 0, 3), + (59626, "691541", 1, 0, 3), + (59627, "691535", 1, 0, 3), + (59628, "691512", 1, 0, 3), + (59629, "691512", 1, 0, 3), + (59630, "691510", 1, 0, 3), + (59631, "691510", 1, 0, 3), + (59632, "691566", 1, 0, 3), + (59633, "691537", 1, 0, 3), + (59634, "691537", 1, 0, 3), + (59635, "691537", 1, 0, 3), + (59636, "691537", 1, 0, 3), + (59637, "691531", 1, 0, 3), + (59638, "691531", 1, 0, 3), + (59639, "691531", 1, 0, 3), + (59640, "691507", 1, 0, 3), + (59641, "691507", 1, 0, 3), + (59642, "691507", 1, 0, 3), + (59643, "691532", 1, 0, 3), + (59644, "691532", 1, 0, 3), + (59645, "691532", 1, 0, 3), + (59646, "691532", 1, 0, 3), + (59647, "691540", 1, 0, 3), + (59648, "691538", 1, 0, 3), + (59649, "691573", 1, 0, 3), + (59650, "691573", 1, 0, 3), + (59651, "691302", 1, 0, 3), + (59652, "691302", 1, 0, 3), + (59653, "691302", 1, 0, 3), + (59654, "691502", 1, 0, 3), + (59655, "691502", 1, 0, 3), + (59656, "691578", 1, 0, 3), + (59657, "691578", 1, 0, 3), + (59658, "691578", 1, 0, 3), + (59659, "691602", 1, 0, 3), + (59660, "691602", 1, 0, 3), + (59661, "691576", 1, 0, 3), + (59662, "691579", 1, 0, 3), + (59663, "691003", 1, 0, 3), + (59664, "691004", 1, 0, 3), + (59665, "691571", 1, 0, 3), + (59666, "691501", 1, 0, 3), + (59667, "691501", 1, 0, 3), + (59668, "691303", 1, 0, 3), + (59669, "691577", 1, 0, 3), + (59670, "691577", 1, 0, 3), + (59671, "691503", 1, 0, 3), + (59672, "691503", 1, 0, 3), + (59673, "691503", 1, 0, 3), + (59674, "691334", 1, 0, 3), + (59675, "691574", 1, 0, 3), + (59676, "691574", 1, 0, 3), + (59677, "691601", 1, 0, 3), + (59678, "691601", 1, 0, 3), + (59679, "691601", 1, 0, 3), + (59680, "691601", 1, 0, 3), + (59681, "691601", 1, 0, 3), + (59682, "691005", 1, 0, 3), + (59683, "691020", 1, 0, 3), + (59684, "691010", 1, 0, 3), + (59685, "691511", 1, 0, 3), + (59686, "691500", 1, 0, 3), + (59687, "690573", 1, 0, 3), + (59688, "690573", 1, 0, 3), + (59689, "690538", 1, 0, 3), + (59690, "690538", 1, 0, 3), + (59691, "690542", 1, 0, 3), + (59692, "690542", 1, 0, 3), + (59693, "691583", 1, 0, 3), + (59694, "691584", 1, 0, 3), + (59695, "690544", 1, 0, 3), + (59696, "691585", 1, 0, 3), + (59697, "690519", 1, 0, 3), + (59698, "690519", 1, 0, 3), + (59699, "690526", 1, 0, 3), + (59700, "690547", 1, 0, 3), + (59701, "690547", 1, 0, 3), + (59702, "690523", 1, 0, 3), + (59703, "690523", 1, 0, 3), + (59704, "690523", 1, 0, 3), + (59705, "690524", 1, 0, 3), + (59706, "690536", 1, 0, 3), + (59707, "690528", 1, 0, 3), + (59708, "691534", 1, 0, 3), + (59709, "691534", 1, 0, 3), + (59710, "691557", 1, 0, 3), + (59711, "691520", 1, 0, 3), + (59712, "691559", 1, 0, 3), + (59713, "691559", 1, 0, 3), + (59714, "686008", 1, 0, 3), + (59715, "686582", 1, 0, 3), + (59716, "686636", 1, 0, 3), + (59717, "686602", 1, 0, 3), + (59718, "686632", 1, 0, 3), + (59719, "686003", 1, 0, 3), + (59720, "686563", 1, 0, 3), + (59721, "686563", 1, 0, 3), + (59722, "686563", 1, 0, 3), + (59723, "686016", 1, 0, 3), + (59724, "686019", 1, 0, 3), + (59725, "686516", 1, 0, 3), + (59726, "686601", 1, 0, 3), + (59727, "686011", 1, 0, 3), + (59728, "686011", 1, 0, 3), + (59729, "686578", 1, 0, 3), + (59730, "686578", 1, 0, 3), + (59731, "686584", 1, 0, 3), + (59732, "686584", 1, 0, 3), + (59733, "686571", 1, 0, 3), + (59734, "686572", 1, 0, 3), + (59735, "686572", 1, 0, 3), + (59736, "686583", 1, 0, 3), + (59737, "686652", 1, 0, 3), + (59738, "686652", 1, 0, 3), + (59739, "686652", 1, 0, 3), + (59740, "686652", 1, 0, 3), + (59741, "686652", 1, 0, 3), + (59742, "686586", 1, 0, 3), + (59743, "686586", 1, 0, 3), + (59744, "686586", 1, 0, 3), + (59745, "686579", 1, 0, 3), + (59746, "686579", 1, 0, 3), + (59747, "686579", 1, 0, 3), + (59748, "686579", 1, 0, 3), + (59749, "686581", 1, 0, 3), + (59750, "686582", 1, 0, 3), + (59751, "686582", 1, 0, 3), + (59752, "686582", 1, 0, 3), + (59753, "686582", 1, 0, 3), + (59754, "686577", 1, 0, 3), + (59755, "686577", 1, 0, 3), + (59756, "686577", 1, 0, 3), + (59757, "686577", 1, 0, 3), + (59758, "686573", 1, 0, 3), + (59759, "686576", 1, 0, 3), + (59760, "686576", 1, 0, 3), + (59761, "686576", 1, 0, 3), + (59762, "686576", 1, 0, 3), + (59763, "686576", 1, 0, 3), + (59764, "686576", 1, 0, 3), + (59765, "686580", 1, 0, 3), + (59766, "686580", 1, 0, 3), + (59767, "686580", 1, 0, 3), + (59768, "686580", 1, 0, 3), + (59769, "686604", 1, 0, 3), + (59770, "686604", 1, 0, 3), + (59771, "686611", 1, 0, 3), + (59772, "686611", 1, 0, 3), + (59773, "686144", 1, 0, 3), + (59774, "686144", 1, 0, 3), + (59775, "686608", 1, 0, 3), + (59776, "686608", 1, 0, 3), + (59777, "686633", 1, 0, 3), + (59778, "686633", 1, 0, 3), + (59779, "686633", 1, 0, 3), + (59780, "686633", 1, 0, 3), + (59781, "686603", 1, 0, 3), + (59782, "686603", 1, 0, 3), + (59783, "686603", 1, 0, 3), + (59784, "686603", 1, 0, 3), + (59785, "686635", 1, 0, 3), + (59786, "686635", 1, 0, 3), + (59787, "686635", 1, 0, 3), + (59788, "686636", 1, 0, 3), + (59789, "686636", 1, 0, 3), + (59790, "686613", 1, 0, 3), + (59791, "686613", 1, 0, 3), + (59792, "686613", 1, 0, 3), + (59793, "686613", 1, 0, 3), + (59794, "686612", 1, 0, 3), + (59795, "686612", 1, 0, 3), + (59796, "686612", 1, 0, 3), + (59797, "686612", 1, 0, 3), + (59798, "686634", 1, 0, 3), + (59799, "686634", 1, 0, 3), + (59800, "686610", 1, 0, 3), + (59801, "686610", 1, 0, 3), + (59802, "686607", 1, 0, 3), + (59803, "686605", 1, 0, 3), + (59804, "686605", 1, 0, 3), + (59805, "686605", 1, 0, 3), + (59806, "686605", 1, 0, 3), + (59807, "686605", 1, 0, 3), + (59808, "686605", 1, 0, 3), + (59809, "686605", 1, 0, 3), + (59810, "686606", 1, 0, 3), + (59811, "686606", 1, 0, 3), + (59812, "686143", 1, 0, 3), + (59813, "686146", 1, 0, 3), + (59814, "686146", 1, 0, 3), + (59815, "686587", 1, 0, 3), + (59816, "686651", 1, 0, 3), + (59817, "686651", 1, 0, 3), + (59818, "686651", 1, 0, 3), + (59819, "686651", 1, 0, 3), + (59820, "686651", 1, 0, 3), + (59821, "686651", 1, 0, 3), + (59822, "686651", 1, 0, 3), + (59823, "686651", 1, 0, 3), + (59824, "686651", 1, 0, 3), + (59825, "686651", 1, 0, 3), + (59826, "686574", 1, 0, 3), + (59827, "686574", 1, 0, 3), + (59828, "686574", 1, 0, 3), + (59829, "686574", 1, 0, 3), + (59830, "686574", 1, 0, 3), + (59831, "686574", 1, 0, 3), + (59832, "686574", 1, 0, 3), + (59833, "686574", 1, 0, 3), + (59834, "686578", 1, 0, 3), + (59835, "686578", 1, 0, 3), + (59836, "686562", 1, 0, 3), + (59837, "686564", 1, 0, 3), + (59838, "686564", 1, 0, 3), + (59839, "686564", 1, 0, 3), + (59840, "686564", 1, 0, 3), + (59841, "686564", 1, 0, 3), + (59842, "686015", 1, 0, 3), + (59843, "686631", 1, 0, 3), + (59844, "686631", 1, 0, 3), + (59845, "686631", 1, 0, 3), + (59846, "686631", 1, 0, 3), + (59847, "686008", 1, 0, 3), + (59848, "673639", 1, 0, 3), + (59849, "673639", 1, 0, 3), + (59850, "673639", 1, 0, 3), + (59851, "673639", 1, 0, 3), + (59852, "673639", 1, 0, 3), + (59853, "673639", 1, 0, 3), + (59854, "673639", 1, 0, 3), + (59855, "673639", 1, 0, 3), + (59856, "673639", 1, 0, 3), + (59857, "673639", 1, 0, 3), + (59858, "673645", 1, 0, 3), + (59859, "673645", 1, 0, 3), + (59860, "679334", 1, 0, 3), + (59861, "679334", 1, 0, 3), + (59862, "679334", 1, 0, 3), + (59863, "679334", 1, 0, 3), + (59864, "679334", 1, 0, 3), + (59865, "679331", 1, 0, 3), + (59866, "679331", 1, 0, 3), + (59867, "679331", 1, 0, 3), + (59868, "679331", 1, 0, 3), + (59869, "676541", 1, 0, 3), + (59870, "676541", 1, 0, 3), + (59871, "676541", 1, 0, 3), + (59872, "676525", 1, 0, 3), + (59873, "676525", 1, 0, 3), + (59874, "676525", 1, 0, 3), + (59875, "676525", 1, 0, 3), + (59876, "676525", 1, 0, 3), + (59877, "676123", 1, 0, 3), + (59878, "676123", 1, 0, 3), + (59879, "676542", 1, 0, 3), + (59880, "673637", 1, 0, 3), + (59881, "679357", 1, 0, 3), + (59882, "679326", 1, 0, 3), + (59883, "676123", 1, 0, 3), + (59884, "676123", 1, 0, 3), + (59885, "676123", 1, 0, 3), + (59886, "676523", 1, 0, 3), + (59887, "676523", 1, 0, 3), + (59888, "676523", 1, 0, 3), + (59889, "673639", 1, 0, 3), + (59890, "679334", 1, 0, 3), + (59891, "679334", 1, 0, 3), + (59892, "679334", 1, 0, 3), + (59893, "679331", 1, 0, 3), + (59894, "679331", 1, 0, 3), + (59895, "676123", 1, 0, 3), + (59896, "676123", 1, 0, 3), + (59897, "676523", 1, 0, 3), + (59898, "676523", 1, 0, 3), + (59899, "676542", 1, 0, 3), + (59900, "676542", 1, 0, 3), + (59901, "676542", 1, 0, 3), + (59902, "679333", 1, 0, 3), + (59903, "679333", 1, 0, 3), + (59904, "679333", 1, 0, 3), + (59905, "679333", 1, 0, 3), + (59906, "679333", 1, 0, 3), + (59907, "679329", 1, 0, 3), + (59908, "679329", 1, 0, 3), + (59909, "679330", 1, 0, 3), + (59910, "679330", 1, 0, 3), + (59911, "679330", 1, 0, 3), + (59912, "679332", 1, 0, 3), + (59913, "679332", 1, 0, 3), + (59914, "679332", 1, 0, 3), + (59915, "679332", 1, 0, 3), + (59916, "679332", 1, 0, 3), + (59917, "679332", 1, 0, 3), + (59918, "679332", 1, 0, 3), + (59919, "673637", 1, 0, 3), + (59920, "673637", 1, 0, 3), + (59921, "673637", 1, 0, 3), + (59922, "673636", 1, 0, 3), + (59923, "673636", 1, 0, 3), + (59924, "679327", 1, 0, 3), + (59925, "679327", 1, 0, 3), + (59926, "679327", 1, 0, 3), + (59927, "679327", 1, 0, 3), + (59928, "679327", 1, 0, 3), + (59929, "679339", 1, 0, 3), + (59930, "679339", 1, 0, 3), + (59931, "679339", 1, 0, 3), + (59932, "679339", 1, 0, 3), + (59933, "679339", 1, 0, 3), + (59934, "673640", 1, 0, 3), + (59935, "679328", 1, 0, 3), + (59936, "679328", 1, 0, 3), + (59937, "679328", 1, 0, 3), + (59938, "679328", 1, 0, 3), + (59939, "679321", 1, 0, 3), + (59940, "679321", 1, 0, 3), + (59941, "679321", 1, 0, 3), + (59942, "679321", 1, 0, 3), + (59943, "679321", 1, 0, 3), + (59944, "679321", 1, 0, 3), + (59945, "679357", 1, 0, 3), + (59946, "679357", 1, 0, 3), + (59947, "679340", 1, 0, 3), + (59948, "679340", 1, 0, 3), + (59949, "679340", 1, 0, 3), + (59950, "679340", 1, 0, 3), + (59951, "676519", 1, 0, 3), + (59952, "676519", 1, 0, 3), + (59953, "676519", 1, 0, 3), + (59954, "676504", 1, 0, 3), + (59955, "679338", 1, 0, 3), + (59956, "679338", 1, 0, 3), + (59957, "679338", 1, 0, 3), + (59958, "679338", 1, 0, 3), + (59959, "679338", 1, 0, 3), + (59960, "676506", 1, 0, 3), + (59961, "676506", 1, 0, 3), + (59962, "676507", 1, 0, 3), + (59963, "676507", 1, 0, 3), + (59964, "679324", 1, 0, 3), + (59965, "679324", 1, 0, 3), + (59966, "679324", 1, 0, 3), + (59967, "679324", 1, 0, 3), + (59968, "679324", 1, 0, 3), + (59969, "679324", 1, 0, 3), + (59970, "679326", 1, 0, 3), + (59971, "679326", 1, 0, 3), + (59972, "679326", 1, 0, 3), + (59973, "679326", 1, 0, 3), + (59974, "673642", 1, 0, 3), + (59975, "673642", 1, 0, 3), + (59976, "676509", 1, 0, 3), + (59977, "676509", 1, 0, 3), + (59978, "679325", 1, 0, 3), + (59979, "679325", 1, 0, 3), + (59980, "679325", 1, 0, 3), + (59981, "679325", 1, 0, 3), + (59982, "679325", 1, 0, 3), + (59983, "679341", 1, 0, 3), + (59984, "679341", 1, 0, 3), + (59985, "679322", 1, 0, 3), + (59986, "676517", 1, 0, 3), + (59987, "679323", 1, 0, 3), + (59988, "679323", 1, 0, 3), + (59989, "679323", 1, 0, 3), + (59990, "673639", 1, 0, 3), + (59991, "673645", 1, 0, 3), + (59992, "676541", 1, 0, 3), + (59993, "676525", 1, 0, 3), + (59994, "676525", 1, 0, 3), + (59995, "676525", 1, 0, 3), + (59996, "679322", 1, 0, 3), + (59997, "679322", 1, 0, 3), + (59998, "679322", 1, 0, 3), + (59999, "679325", 1, 0, 3), + (60000, "679325", 1, 0, 3), + (60001, "679325", 1, 0, 3), + (60002, "679326", 1, 0, 3), + (60003, "690513", 1, 0, 3), + (60004, "690504", 1, 0, 3), + (60005, "690504", 1, 0, 3), + (60006, "690504", 1, 0, 3), + (60007, "690504", 1, 0, 3), + (60008, "690529", 1, 0, 3), + (60009, "690503", 1, 0, 3), + (60010, "690512", 1, 0, 3), + (60011, "690531", 1, 0, 3), + (60012, "690527", 1, 0, 3), + (60013, "690515", 1, 0, 3), + (60014, "690515", 1, 0, 3), + (60015, "690515", 1, 0, 3), + (60016, "690501", 1, 0, 3), + (60017, "690501", 1, 0, 3), + (60018, "690105", 1, 0, 3), + (60019, "690104", 1, 0, 3), + (60020, "690104", 1, 0, 3), + (60021, "690106", 1, 0, 3), + (60022, "690106", 1, 0, 3), + (60023, "689624", 1, 0, 3), + (60024, "689504", 1, 0, 3), + (60025, "689508", 1, 0, 3), + (60026, "689508", 1, 0, 3), + (60027, "690108", 1, 0, 3), + (60028, "689622", 1, 0, 3), + (60029, "689622", 1, 0, 3), + (60030, "690101", 1, 0, 3), + (60031, "689505", 1, 0, 3), + (60032, "689505", 1, 0, 3), + (60033, "689520", 1, 0, 3), + (60034, "690103", 1, 0, 3), + (60035, "690103", 1, 0, 3), + (60036, "690110", 1, 0, 3), + (60037, "690102", 1, 0, 3), + (60038, "690107", 1, 0, 3), + (60039, "690107", 1, 0, 3), + (60040, "690505", 1, 0, 3), + (60041, "690505", 1, 0, 3), + (60042, "690505", 1, 0, 3), + (60043, "690534", 1, 0, 3), + (60044, "690514", 1, 0, 3), + (60045, "690548", 1, 0, 3), + (60046, "690535", 1, 0, 3), + (60047, "690516", 1, 0, 3), + (60048, "690517", 1, 0, 3), + (60049, "690517", 1, 0, 3), + (60050, "690533", 1, 0, 3), + (60051, "690533", 1, 0, 3), + (60052, "690506", 1, 0, 3), + (60053, "678101", 1, 0, 3), + (60054, "678508", 1, 0, 3), + (60055, "678555", 1, 0, 3), + (60056, "678721", 1, 0, 3), + (60057, "678101", 1, 0, 3), + (60058, "678101", 1, 0, 3), + (60059, "678622", 1, 0, 3), + (60060, "678622", 1, 0, 3), + (60061, "678682", 1, 0, 3), + (60062, "678682", 1, 0, 3), + (60063, "678510", 1, 0, 3), + (60064, "678510", 1, 0, 3), + (60065, "678702", 1, 0, 3), + (60066, "678702", 1, 0, 3), + (60067, "678702", 1, 0, 3), + (60068, "678702", 1, 0, 3), + (60069, "678686", 1, 0, 3), + (60070, "678684", 1, 0, 3), + (60071, "678684", 1, 0, 3), + (60072, "678684", 1, 0, 3), + (60073, "678506", 1, 0, 3), + (60074, "678506", 1, 0, 3), + (60075, "678506", 1, 0, 3), + (60076, "678572", 1, 0, 3), + (60077, "678681", 1, 0, 3), + (60078, "678507", 1, 0, 3), + (60079, "678507", 1, 0, 3), + (60080, "678508", 1, 0, 3), + (60081, "678508", 1, 0, 3), + (60082, "678544", 1, 0, 3), + (60083, "678722", 1, 0, 3), + (60084, "678688", 1, 0, 3), + (60085, "678574", 1, 0, 3), + (60086, "678574", 1, 0, 3), + (60087, "678542", 1, 0, 3), + (60088, "678508", 1, 0, 3), + (60089, "678508", 1, 0, 3), + (60090, "678534", 1, 0, 3), + (60091, "678702", 1, 0, 3), + (60092, "678543", 1, 0, 3), + (60093, "678543", 1, 0, 3), + (60094, "678572", 1, 0, 3), + (60095, "678572", 1, 0, 3), + (60096, "678703", 1, 0, 3), + (60097, "678508", 1, 0, 3), + (60098, "678706", 1, 0, 3), + (60099, "678706", 1, 0, 3), + (60100, "678571", 1, 0, 3), + (60101, "678621", 1, 0, 3), + (60102, "678501", 1, 0, 3), + (60103, "678624", 1, 0, 3), + (60104, "678004", 1, 0, 3), + (60105, "678651", 1, 0, 3), + (60106, "678552", 1, 0, 3), + (60107, "678622", 1, 0, 3), + (60108, "678502", 1, 0, 3), + (60109, "678556", 1, 0, 3), + (60110, "678555", 1, 0, 3), + (60111, "678557", 1, 0, 3), + (60112, "678557", 1, 0, 3), + (60113, "678556", 1, 0, 3), + (60114, "678556", 1, 0, 3), + (60115, "678553", 1, 0, 3), + (60116, "678554", 1, 0, 3), + (60117, "678532", 1, 0, 3), + (60118, "678552", 1, 0, 3), + (60119, "678503", 1, 0, 3), + (60120, "678102", 1, 0, 3), + (60121, "678508", 1, 0, 3), + (60122, "678687", 1, 0, 3), + (60123, "678671", 1, 0, 3), + (60124, "678621", 1, 0, 3), + (60125, "678573", 1, 0, 3), + (60126, "678534", 1, 0, 3), + (60127, "678622", 1, 0, 3), + (60128, "678551", 1, 0, 3), + (60129, "678551", 1, 0, 3), + (60130, "678571", 1, 0, 3), + (60131, "678508", 1, 0, 3), + (60132, "678622", 1, 0, 3), + (60133, "678506", 1, 0, 3), + (60134, "678506", 1, 0, 3), + (60135, "678506", 1, 0, 3), + (60136, "678506", 1, 0, 3), + (60137, "678508", 1, 0, 3), + (60138, "678508", 1, 0, 3), + (60139, "678508", 1, 0, 3), + (60140, "678005", 1, 0, 3), + (60141, "678003", 1, 0, 3), + (60142, "678012", 1, 0, 3), + (60143, "678501", 1, 0, 3), + (60144, "678701", 1, 0, 3), + (60145, "678545", 1, 0, 3), + (60146, "678683", 1, 0, 3), + (60147, "678683", 1, 0, 3), + (60148, "678683", 1, 0, 3), + (60149, "678706", 1, 0, 3), + (60150, "678706", 1, 0, 3), + (60151, "678009", 1, 0, 3), + (60152, "678611", 1, 0, 3), + (60153, "678613", 1, 0, 3), + (60154, "678641", 1, 0, 3), + (60155, "678641", 1, 0, 3), + (60156, "678641", 1, 0, 3), + (60157, "678631", 1, 0, 3), + (60158, "678631", 1, 0, 3), + (60159, "678631", 1, 0, 3), + (60160, "678651", 1, 0, 3), + (60161, "678613", 1, 0, 3), + (60162, "678592", 1, 0, 3), + (60163, "678592", 1, 0, 3), + (60164, "678592", 1, 0, 3), + (60165, "678592", 1, 0, 3), + (60166, "678594", 1, 0, 3), + (60167, "678004", 1, 0, 3), + (60168, "678008", 1, 0, 3), + (60169, "678661", 1, 0, 3), + (60170, "678007", 1, 0, 3), + (60171, "689625", 1, 0, 3), + (60172, "689641", 1, 0, 3), + (60173, "689662", 1, 0, 3), + (60174, "689696", 1, 0, 3), + (60175, "691332", 1, 0, 3), + (60176, "691312", 1, 0, 3), + (60177, "689695", 1, 0, 3), + (60178, "689711", 1, 0, 3), + (60179, "690522", 1, 0, 3), + (60180, "691554", 1, 0, 3), + (60181, "689691", 1, 0, 3), + (60182, "689691", 1, 0, 3), + (60183, "689653", 1, 0, 3), + (60184, "689656", 1, 0, 3), + (60185, "689650", 1, 0, 3), + (60186, "689503", 1, 0, 3), + (60187, "689647", 1, 0, 3), + (60188, "689646", 1, 0, 3), + (60189, "689664", 1, 0, 3), + (60190, "689672", 1, 0, 3), + (60191, "689692", 1, 0, 3), + (60192, "689648", 1, 0, 3), + (60193, "689649", 1, 0, 3), + (60194, "689691", 1, 0, 3), + (60195, "689692", 1, 0, 3), + (60196, "689691", 1, 0, 3), + (60197, "689643", 1, 0, 3), + (60198, "689643", 1, 0, 3), + (60199, "689643", 1, 0, 3), + (60200, "689692", 1, 0, 3), + (60201, "689503", 1, 0, 3), + (60202, "689691", 1, 0, 3), + (60203, "689643", 1, 0, 3), + (60204, "689691", 1, 0, 3), + (60205, "689691", 1, 0, 3), + (60206, "689667", 1, 0, 3), + (60207, "689711", 1, 0, 3), + (60208, "689663", 1, 0, 3), + (60209, "689514", 1, 0, 3), + (60210, "689667", 1, 0, 3), + (60211, "689711", 1, 0, 3), + (60212, "689711", 1, 0, 3), + (60213, "689662", 1, 0, 3), + (60214, "689662", 1, 0, 3), + (60215, "689711", 1, 0, 3), + (60216, "689672", 1, 0, 3), + (60217, "689662", 1, 0, 3), + (60218, "689662", 1, 0, 3), + (60219, "689711", 1, 0, 3), + (60220, "689642", 1, 0, 3), + (60221, "689642", 1, 0, 3), + (60222, "691551", 1, 0, 3), + (60223, "691552", 1, 0, 3), + (60224, "691555", 1, 0, 3), + (60225, "690540", 1, 0, 3), + (60226, "691526", 1, 0, 3), + (60227, "691555", 1, 0, 3), + (60228, "689501", 1, 0, 3), + (60229, "689694", 1, 0, 3), + (60230, "689501", 1, 0, 3), + (60231, "689501", 1, 0, 3), + (60232, "690521", 1, 0, 3), + (60233, "691524", 1, 0, 3), + (60234, "691551", 1, 0, 3), + (60235, "689693", 1, 0, 3), + (60236, "691522", 1, 0, 3), + (60237, "691525", 1, 0, 3), + (60238, "689663", 1, 0, 3), + (60239, "689674", 1, 0, 3), + (60240, "689662", 1, 0, 3), + (60241, "689674", 1, 0, 3), + (60242, "689672", 1, 0, 3), + (60243, "689664", 1, 0, 3), + (60244, "689675", 1, 0, 3), + (60245, "689663", 1, 0, 3), + (60246, "689673", 1, 0, 3), + (60247, "689677", 1, 0, 3), + (60248, "689668", 1, 0, 3), + (60249, "690520", 1, 0, 3), + (60250, "690561", 1, 0, 3), + (60251, "690520", 1, 0, 3), + (60252, "691556", 1, 0, 3), + (60253, "691556", 1, 0, 3), + (60254, "690561", 1, 0, 3), + (60255, "691551", 1, 0, 3), + (60256, "691553", 1, 0, 3), + (60257, "691554", 1, 0, 3), + (60258, "691526", 1, 0, 3), + (60259, "691522", 1, 0, 3), + (60260, "690522", 1, 0, 3), + (60261, "691554", 1, 0, 3), + (60262, "690540", 1, 0, 3), + (60263, "691552", 1, 0, 3), + (60264, "689693", 1, 0, 3), + (60265, "689693", 1, 0, 3), + (60266, "689693", 1, 0, 3), + (60267, "689696", 1, 0, 3), + (60268, "691312", 1, 0, 3), + (60269, "691307", 1, 0, 3), + (60270, "691508", 1, 0, 3), + (60271, "689696", 1, 0, 3), + (60272, "691306", 1, 0, 3), + (60273, "691533", 1, 0, 3), + (60274, "691310", 1, 0, 3), + (60275, "691309", 1, 0, 3), + (60276, "689696", 1, 0, 3), + (60277, "691308", 1, 0, 3), + (60278, "689696", 1, 0, 3), + (60279, "691322", 1, 0, 3), + (60280, "691310", 1, 0, 3), + (60281, "691307", 1, 0, 3), + (60282, "691508", 1, 0, 3), + (60283, "691533", 1, 0, 3), + (60284, "691311", 1, 0, 3), + (60285, "691312", 1, 0, 3), + (60286, "691508", 1, 0, 3), + (60287, "689513", 1, 0, 3), + (60288, "689699", 1, 0, 3), + (60289, "689678", 1, 0, 3), + (60290, "689698", 1, 0, 3), + (60291, "689625", 1, 0, 3), + (60292, "689647", 1, 0, 3), + (60293, "689503", 1, 0, 3), + (60294, "689692", 1, 0, 3), + (60295, "689646", 1, 0, 3), + (60296, "689699", 1, 0, 3), + (60297, "691533", 1, 0, 3), + (60298, "691508", 1, 0, 3), + (60299, "691306", 1, 0, 3), + (60300, "691308", 1, 0, 3), + (60301, "691533", 1, 0, 3), + (60302, "689678", 1, 0, 3), + (60303, "689676", 1, 0, 3), + (60304, "689667", 1, 0, 3), + (60305, "689656", 1, 0, 3), + (60306, "691306", 1, 0, 3), + (60307, "691306", 1, 0, 3), + (60308, "691310", 1, 0, 3), + (60309, "690521", 1, 0, 3), + (60310, "691312", 1, 0, 3), + (60311, "689695", 1, 0, 3), + (60312, "691553", 1, 0, 3), + (60313, "691508", 1, 0, 3), + (60314, "691508", 1, 0, 3), + (60315, "691306", 1, 0, 3), + (60316, "689671", 1, 0, 3), + (60317, "691333", 1, 0, 3), + (60318, "691309", 1, 0, 3), + (60319, "689691", 1, 0, 3), + (60320, "690520", 1, 0, 3), + (60321, "689649", 1, 0, 3), + (60322, "691312", 1, 0, 3), + (60323, "689653", 1, 0, 3), + (60324, "689695", 1, 0, 3), + (60325, "691310", 1, 0, 3), + (60326, "691322", 1, 0, 3), + (60327, "691306", 1, 0, 3), + (60328, "689693", 1, 0, 3), + (60329, "691331", 1, 0, 3), + (60330, "689641", 1, 0, 3), + (60331, "689663", 1, 0, 3), + (60332, "689503", 1, 0, 3), + (60333, "691311", 1, 0, 3), + (60334, "689695", 1, 0, 3), + (60335, "689695", 1, 0, 3), + (60336, "689695", 1, 0, 3), + (60337, "691307", 1, 0, 3), + (60338, "691309", 1, 0, 3), + (60339, "691310", 1, 0, 3), + (60340, "689673", 1, 0, 3), + (60341, "689694", 1, 0, 3), + (60342, "689502", 1, 0, 3), + (60343, "691533", 1, 0, 3), + (60344, "691533", 1, 0, 3), + (60345, "691331", 1, 0, 3), + (60346, "691533", 1, 0, 3), + (60347, "691331", 1, 0, 3), + (60348, "691331", 1, 0, 3), + (60349, "691309", 1, 0, 3), + (60350, "689653", 1, 0, 3), + (60351, "691331", 1, 0, 3), + (60352, "689696", 1, 0, 3), + (60353, "689696", 1, 0, 3), + (60354, "670731", 1, 0, 3), + (60355, "670645", 1, 0, 3), + (60356, "670703", 1, 0, 3), + (60357, "670702", 1, 0, 3), + (60358, "670701", 1, 0, 3), + (60359, "670701", 1, 0, 3), + (60360, "670702", 1, 0, 3), + (60361, "670694", 1, 0, 3), + (60362, "670703", 1, 0, 3), + (60363, "670650", 1, 0, 3), + (60364, "670692", 1, 0, 3), + (60365, "670674", 1, 0, 3), + (60366, "670721", 1, 0, 3), + (60367, "670706", 1, 0, 3), + (60368, "670702", 1, 0, 3), + (60369, "670674", 1, 0, 3), + (60370, "670706", 1, 0, 3), + (60371, "670701", 1, 0, 3), + (60372, "670674", 1, 0, 3), + (60373, "670643", 1, 0, 3), + (60374, "670650", 1, 0, 3), + (60375, "670674", 1, 0, 3), + (60376, "670691", 1, 0, 3), + (60377, "670675", 1, 0, 3), + (60378, "670650", 1, 0, 3), + (60379, "670692", 1, 0, 3), + (60380, "670706", 1, 0, 3), + (60381, "670675", 1, 0, 3), + (60382, "670651", 1, 0, 3), + (60383, "670650", 1, 0, 3), + (60384, "670650", 1, 0, 3), + (60385, "670692", 1, 0, 3), + (60386, "670663", 1, 0, 3), + (60387, "670663", 1, 0, 3), + (60388, "670674", 1, 0, 3), + (60389, "670704", 1, 0, 3), + (60390, "670704", 1, 0, 3), + (60391, "670706", 1, 0, 3), + (60392, "670702", 1, 0, 3), + (60393, "670704", 1, 0, 3), + (60394, "670643", 1, 0, 3), + (60395, "670102", 1, 0, 3), + (60396, "670693", 1, 0, 3), + (60397, "670646", 1, 0, 3), + (60398, "670702", 1, 0, 3), + (60399, "670703", 1, 0, 3), + (60400, "670702", 1, 0, 3), + (60401, "670672", 1, 0, 3), + (60402, "670651", 1, 0, 3), + (60403, "670705", 1, 0, 3), + (60404, "670650", 1, 0, 3), + (60405, "670693", 1, 0, 3), + (60406, "670693", 1, 0, 3), + (60407, "670641", 1, 0, 3), + (60408, "670702", 1, 0, 3), + (60409, "670705", 1, 0, 3), + (60410, "670693", 1, 0, 3), + (60411, "670702", 1, 0, 3), + (60412, "670702", 1, 0, 3), + (60413, "670702", 1, 0, 3), + (60414, "670643", 1, 0, 3), + (60415, "670705", 1, 0, 3), + (60416, "670674", 1, 0, 3), + (60417, "670703", 1, 0, 3), + (60418, "670701", 1, 0, 3), + (60419, "670702", 1, 0, 3), + (60420, "670650", 1, 0, 3), + (60421, "670703", 1, 0, 3), + (60422, "670645", 1, 0, 3), + (60423, "670645", 1, 0, 3), + (60424, "670645", 1, 0, 3), + (60425, "670645", 1, 0, 3), + (60426, "670645", 1, 0, 3), + (60427, "670731", 1, 0, 3), + (60428, "670731", 1, 0, 3), + (60429, "670731", 1, 0, 3), + (60430, "670731", 1, 0, 3), + (60431, "670645", 1, 0, 3), + (60432, "670645", 1, 0, 3), + (60433, "670702", 1, 0, 3), + (60434, "670645", 1, 0, 3), + (60435, "670646", 1, 0, 3), + (60436, "670644", 1, 0, 3), + (60437, "670645", 1, 0, 3), + (60438, "670644", 1, 0, 3), + (60439, "670644", 1, 0, 3), + (60440, "670673", 1, 0, 3), + (60441, "670731", 1, 0, 3), + (60442, "670645", 1, 0, 3), + (60443, "670646", 1, 0, 3), + (60444, "670650", 1, 0, 3), + (60445, "670692", 1, 0, 3), + (60446, "670642", 1, 0, 3), + (60447, "670706", 1, 0, 3), + (60448, "670107", 1, 0, 3), + (60449, "670675", 1, 0, 3), + (60450, "670703", 1, 0, 3), + (60451, "670646", 1, 0, 3), + (60452, "670731", 1, 0, 3), + (60453, "670721", 1, 0, 3), + (60454, "670673", 1, 0, 3), + (60455, "670721", 1, 0, 3), + (60456, "670731", 1, 0, 3), + (60457, "670721", 1, 0, 3), + (60458, "670671", 1, 0, 3), + (60459, "670702", 1, 0, 3), + (60460, "670645", 1, 0, 3), + (60461, "670705", 1, 0, 3), + (60462, "670702", 1, 0, 3), + (60463, "670673", 1, 0, 3), + (60464, "670644", 1, 0, 3), + (60465, "670644", 1, 0, 3), + (60466, "670644", 1, 0, 3), + (60467, "670644", 1, 0, 3), + (60468, "670646", 1, 0, 3), + (60469, "670645", 1, 0, 3), + (60470, "670673", 1, 0, 3), + (60471, "670721", 1, 0, 3), + (60472, "670646", 1, 0, 3), + (60473, "670643", 1, 0, 3), + (60474, "670673", 1, 0, 3), + (60475, "670693", 1, 0, 3), + (60476, "670644", 1, 0, 3), + (60477, "670645", 1, 0, 3), + (60478, "670704", 1, 0, 3), + (60479, "670704", 1, 0, 3), + (60480, "670704", 1, 0, 3), + (60481, "670704", 1, 0, 3), + (60482, "670704", 1, 0, 3), + (60483, "670673", 1, 0, 3), + (60484, "670741", 1, 0, 3), + (60485, "670741", 1, 0, 3), + (60486, "670741", 1, 0, 3), + (60487, "670673", 1, 0, 3), + (60488, "670646", 1, 0, 3), + (60489, "670705", 1, 0, 3), + (60490, "670702", 1, 0, 3), + (60491, "670643", 1, 0, 3), + (60492, "670673", 1, 0, 3), + (60493, "670706", 1, 0, 3), + (60494, "670661", 1, 0, 3), + (60495, "670673", 1, 0, 3), + (60496, "670643", 1, 0, 3), + (60497, "670721", 1, 0, 3), + (60498, "670705", 1, 0, 3), + (60499, "670645", 1, 0, 3), + (60500, "670691", 1, 0, 3), + (60501, "670102", 1, 0, 3), + (60502, "670691", 1, 0, 3), + (60503, "670650", 1, 0, 3), + (60504, "670643", 1, 0, 3), + (60505, "670705", 1, 0, 3), + (60506, "670706", 1, 0, 3), + (60507, "680028", 1, 0, 3), + (60508, "680594", 1, 0, 3), + (60509, "680652", 1, 0, 3), + (60510, "679106", 1, 0, 3), + (60511, "680590", 1, 0, 3), + (60512, "680590", 1, 0, 3), + (60513, "680604", 1, 0, 3), + (60514, "680581", 1, 0, 3), + (60515, "680581", 1, 0, 3), + (60516, "680581", 1, 0, 3), + (60517, "680581", 1, 0, 3), + (60518, "680596", 1, 0, 3), + (60519, "680581", 1, 0, 3), + (60520, "680581", 1, 0, 3), + (60521, "680583", 1, 0, 3), + (60522, "680587", 1, 0, 3), + (60523, "680587", 1, 0, 3), + (60524, "680587", 1, 0, 3), + (60525, "680587", 1, 0, 3), + (60526, "680587", 1, 0, 3), + (60527, "680588", 1, 0, 3), + (60528, "680588", 1, 0, 3), + (60529, "680588", 1, 0, 3), + (60530, "680588", 1, 0, 3), + (60531, "680623", 1, 0, 3), + (60532, "680623", 1, 0, 3), + (60533, "680518", 1, 0, 3), + (60534, "680518", 1, 0, 3), + (60535, "680102", 1, 0, 3), + (60536, "680506", 1, 0, 3), + (60537, "680506", 1, 0, 3), + (60538, "680506", 1, 0, 3), + (60539, "680511", 1, 0, 3), + (60540, "680511", 1, 0, 3), + (60541, "680511", 1, 0, 3), + (60542, "680101", 1, 0, 3), + (60543, "680543", 1, 0, 3), + (60544, "680517", 1, 0, 3), + (60545, "680517", 1, 0, 3), + (60546, "680306", 1, 0, 3), + (60547, "680306", 1, 0, 3), + (60548, "680552", 1, 0, 3), + (60549, "680552", 1, 0, 3), + (60550, "680552", 1, 0, 3), + (60551, "680552", 1, 0, 3), + (60552, "680652", 1, 0, 3), + (60553, "680652", 1, 0, 3), + (60554, "680652", 1, 0, 3), + (60555, "680653", 1, 0, 3), + (60556, "680004", 1, 0, 3), + (60557, "680551", 1, 0, 3), + (60558, "680623", 1, 0, 3), + (60559, "680623", 1, 0, 3), + (60560, "680623", 1, 0, 3), + (60561, "680585", 1, 0, 3), + (60562, "680585", 1, 0, 3), + (60563, "680585", 1, 0, 3), + (60564, "680601", 1, 0, 3), + (60565, "680601", 1, 0, 3), + (60566, "680601", 1, 0, 3), + (60567, "680601", 1, 0, 3), + (60568, "680007", 1, 0, 3), + (60569, "680617", 1, 0, 3), + (60570, "680651", 1, 0, 3), + (60571, "680541", 1, 0, 3), + (60572, "680751", 1, 0, 3), + (60573, "680751", 1, 0, 3), + (60574, "680751", 1, 0, 3), + (60575, "680751", 1, 0, 3), + (60576, "680306", 1, 0, 3), + (60577, "680306", 1, 0, 3), + (60578, "680306", 1, 0, 3), + (60579, "680014", 1, 0, 3), + (60580, "680014", 1, 0, 3), + (60581, "680014", 1, 0, 3), + (60582, "680014", 1, 0, 3), + (60583, "680014", 1, 0, 3), + (60584, "680569", 1, 0, 3), + (60585, "680569", 1, 0, 3), + (60586, "680005", 1, 0, 3), + (60587, "680619", 1, 0, 3), + (60588, "680614", 1, 0, 3), + (60589, "680614", 1, 0, 3), + (60590, "680010", 1, 0, 3), + (60591, "680586", 1, 0, 3), + (60592, "680586", 1, 0, 3), + (60593, "680586", 1, 0, 3), + (60594, "680586", 1, 0, 3), + (60595, "680586", 1, 0, 3), + (60596, "680586", 1, 0, 3), + (60597, "680586", 1, 0, 3), + (60598, "679531", 1, 0, 3), + (60599, "679531", 1, 0, 3), + (60600, "679531", 1, 0, 3), + (60601, "679531", 1, 0, 3), + (60602, "679532", 1, 0, 3), + (60603, "679532", 1, 0, 3), + (60604, "679532", 1, 0, 3), + (60605, "680589", 1, 0, 3), + (60606, "680589", 1, 0, 3), + (60607, "680589", 1, 0, 3), + (60608, "680584", 1, 0, 3), + (60609, "680584", 1, 0, 3), + (60610, "680584", 1, 0, 3), + (60611, "680584", 1, 0, 3), + (60612, "680584", 1, 0, 3), + (60613, "680584", 1, 0, 3), + (60614, "680652", 1, 0, 3), + (60615, "680519", 1, 0, 3), + (60616, "680519", 1, 0, 3), + (60617, "680544", 1, 0, 3), + (60618, "680501", 1, 0, 3), + (60619, "680501", 1, 0, 3), + (60620, "680501", 1, 0, 3), + (60621, "680501", 1, 0, 3), + (60622, "680501", 1, 0, 3), + (60623, "680523", 1, 0, 3), + (60624, "680523", 1, 0, 3), + (60625, "680523", 1, 0, 3), + (60626, "680505", 1, 0, 3), + (60627, "680505", 1, 0, 3), + (60628, "680505", 1, 0, 3), + (60629, "680602", 1, 0, 3), + (60630, "680602", 1, 0, 3), + (60631, "679563", 1, 0, 3), + (60632, "680512", 1, 0, 3), + (60633, "680512", 1, 0, 3), + (60634, "680522", 1, 0, 3), + (60635, "680507", 1, 0, 3), + (60636, "680507", 1, 0, 3), + (60637, "680542", 1, 0, 3), + (60638, "680542", 1, 0, 3), + (60639, "680542", 1, 0, 3), + (60640, "679561", 1, 0, 3), + (60641, "680508", 1, 0, 3), + (60642, "680508", 1, 0, 3), + (60643, "680508", 1, 0, 3), + (60644, "680103", 1, 0, 3), + (60645, "680104", 1, 0, 3), + (60646, "680104", 1, 0, 3), + (60647, "679562", 1, 0, 3), + (60648, "679562", 1, 0, 3), + (60649, "679562", 1, 0, 3), + (60650, "680510", 1, 0, 3), + (60651, "680510", 1, 0, 3), + (60652, "680641", 1, 0, 3), + (60653, "680641", 1, 0, 3), + (60654, "680641", 1, 0, 3), + (60655, "680620", 1, 0, 3), + (60656, "680003", 1, 0, 3), + (60657, "680027", 1, 0, 3), + (60658, "680027", 1, 0, 3), + (60659, "680006", 1, 0, 3), + (60660, "680006", 1, 0, 3), + (60661, "680028", 1, 0, 3), + (60662, "676552", 1, 0, 3), + (60663, "676503", 1, 0, 3), + (60664, "676317", 1, 0, 3), + (60665, "676304", 1, 0, 3), + (60666, "676304", 1, 0, 3), + (60667, "679576", 1, 0, 3), + (60668, "679576", 1, 0, 3), + (60669, "679576", 1, 0, 3), + (60670, "679576", 1, 0, 3), + (60671, "679584", 1, 0, 3), + (60672, "679584", 1, 0, 3), + (60673, "679591", 1, 0, 3), + (60674, "679571", 1, 0, 3), + (60675, "676528", 1, 0, 3), + (60676, "676528", 1, 0, 3), + (60677, "676303", 1, 0, 3), + (60678, "676303", 1, 0, 3), + (60679, "676303", 1, 0, 3), + (60680, "676303", 1, 0, 3), + (60681, "676502", 1, 0, 3); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (60682, "676106", 1, 0, 3), + (60683, "676510", 1, 0, 3), + (60684, "676307", 1, 0, 3), + (60685, "676307", 1, 0, 3), + (60686, "676302", 1, 0, 3), + (60687, "676302", 1, 0, 3), + (60688, "676320", 1, 0, 3), + (60689, "676320", 1, 0, 3), + (60690, "676103", 1, 0, 3), + (60691, "676105", 1, 0, 3), + (60692, "676105", 1, 0, 3), + (60693, "676301", 1, 0, 3), + (60694, "673314", 1, 0, 3), + (60695, "676553", 1, 0, 3), + (60696, "676553", 1, 0, 3), + (60697, "676553", 1, 0, 3), + (60698, "676551", 1, 0, 3), + (60699, "676551", 1, 0, 3), + (60700, "676551", 1, 0, 3), + (60701, "676551", 1, 0, 3), + (60702, "676551", 1, 0, 3), + (60703, "676503", 1, 0, 3), + (60704, "676503", 1, 0, 3), + (60705, "676503", 1, 0, 3), + (60706, "676503", 1, 0, 3), + (60707, "676503", 1, 0, 3), + (60708, "676503", 1, 0, 3), + (60709, "676562", 1, 0, 3), + (60710, "676561", 1, 0, 3), + (60711, "676561", 1, 0, 3), + (60712, "676561", 1, 0, 3), + (60713, "679571", 1, 0, 3), + (60714, "679574", 1, 0, 3), + (60715, "679575", 1, 0, 3), + (60716, "679575", 1, 0, 3), + (60717, "679580", 1, 0, 3), + (60718, "679586", 1, 0, 3), + (60719, "679573", 1, 0, 3), + (60720, "679573", 1, 0, 3), + (60721, "679573", 1, 0, 3), + (60722, "679573", 1, 0, 3), + (60723, "679578", 1, 0, 3), + (60724, "679579", 1, 0, 3), + (60725, "679579", 1, 0, 3), + (60726, "679579", 1, 0, 3), + (60727, "676106", 1, 0, 3), + (60728, "676305", 1, 0, 3), + (60729, "676305", 1, 0, 3), + (60730, "676102", 1, 0, 3), + (60731, "676102", 1, 0, 3), + (60732, "676102", 1, 0, 3), + (60733, "676102", 1, 0, 3), + (60734, "676102", 1, 0, 3), + (60735, "676102", 1, 0, 3), + (60736, "676102", 1, 0, 3), + (60737, "676501", 1, 0, 3), + (60738, "676501", 1, 0, 3), + (60739, "676501", 1, 0, 3), + (60740, "673314", 1, 0, 3), + (60741, "676301", 1, 0, 3), + (60742, "676301", 1, 0, 3), + (60743, "676306", 1, 0, 3), + (60744, "676306", 1, 0, 3), + (60745, "676306", 1, 0, 3), + (60746, "676306", 1, 0, 3), + (60747, "676306", 1, 0, 3), + (60748, "676306", 1, 0, 3), + (60749, "676108", 1, 0, 3), + (60750, "676508", 1, 0, 3), + (60751, "676508", 1, 0, 3), + (60752, "676552", 1, 0, 3), + (60753, "676552", 1, 0, 3), + (60754, "676552", 1, 0, 3), + (60755, "676552", 1, 0, 3), + (60756, "676552", 1, 0, 3), + (60757, "689614", 1, 0, 3), + (60758, "689613", 1, 0, 3), + (60759, "689612", 1, 0, 3), + (60760, "689124", 1, 0, 3), + (60761, "689543", 1, 0, 3), + (60762, "689586", 1, 0, 3), + (60763, "689112", 1, 0, 3), + (60764, "689113", 1, 0, 3), + (60765, "689573", 1, 0, 3), + (60766, "689102", 1, 0, 3), + (60767, "689105", 1, 0, 3), + (60768, "686547", 1, 0, 3), + (60769, "689582", 1, 0, 3), + (60770, "689595", 1, 0, 3), + (60771, "689594", 1, 0, 3), + (60772, "689105", 1, 0, 3), + (60773, "689595", 1, 0, 3), + (60774, "689621", 1, 0, 3), + (60775, "689587", 1, 0, 3), + (60776, "689543", 1, 0, 3), + (60777, "689587", 1, 0, 3), + (60778, "689590", 1, 0, 3), + (60779, "689590", 1, 0, 3), + (60780, "689541", 1, 0, 3), + (60781, "689510", 1, 0, 3), + (60782, "689549", 1, 0, 3), + (60783, "689123", 1, 0, 3), + (60784, "689614", 1, 0, 3), + (60785, "689532", 1, 0, 3), + (60786, "689542", 1, 0, 3), + (60787, "689542", 1, 0, 3), + (60788, "689532", 1, 0, 3), + (60789, "689614", 1, 0, 3), + (60790, "689532", 1, 0, 3), + (60791, "689532", 1, 0, 3), + (60792, "689511", 1, 0, 3), + (60793, "689511", 1, 0, 3), + (60794, "689531", 1, 0, 3), + (60795, "689544", 1, 0, 3), + (60796, "689615", 1, 0, 3), + (60797, "689545", 1, 0, 3), + (60798, "689546", 1, 0, 3), + (60799, "689548", 1, 0, 3), + (60800, "689544", 1, 0, 3), + (60801, "689544", 1, 0, 3), + (60802, "673661", 1, 0, 3), + (60803, "673580", 1, 0, 3), + (60804, "673602", 1, 0, 3), + (60805, "673596", 1, 0, 3), + (60806, "673576", 1, 0, 3), + (60807, "673596", 1, 0, 3), + (60808, "673596", 1, 0, 3), + (60809, "673596", 1, 0, 3), + (60810, "673591", 1, 0, 3), + (60811, "673591", 1, 0, 3), + (60812, "673591", 1, 0, 3), + (60813, "673591", 1, 0, 3), + (60814, "673591", 1, 0, 3), + (60815, "673591", 1, 0, 3), + (60816, "673591", 1, 0, 3), + (60817, "673577", 1, 0, 3), + (60818, "673577", 1, 0, 3), + (60819, "673577", 1, 0, 3), + (60820, "673577", 1, 0, 3), + (60821, "673577", 1, 0, 3), + (60822, "673577", 1, 0, 3), + (60823, "673577", 1, 0, 3), + (60824, "673575", 1, 0, 3), + (60825, "673575", 1, 0, 3), + (60826, "673575", 1, 0, 3), + (60827, "673575", 1, 0, 3), + (60828, "673575", 1, 0, 3), + (60829, "673575", 1, 0, 3), + (60830, "673575", 1, 0, 3), + (60831, "673579", 1, 0, 3), + (60832, "673579", 1, 0, 3), + (60833, "673579", 1, 0, 3), + (60834, "673579", 1, 0, 3), + (60835, "673602", 1, 0, 3), + (60836, "673602", 1, 0, 3), + (60837, "673602", 1, 0, 3), + (60838, "673602", 1, 0, 3), + (60839, "673613", 1, 0, 3), + (60840, "673585", 1, 0, 3), + (60841, "673585", 1, 0, 3), + (60842, "673585", 1, 0, 3), + (60843, "673585", 1, 0, 3), + (60844, "673585", 1, 0, 3), + (60845, "673586", 1, 0, 3), + (60846, "673586", 1, 0, 3), + (60847, "673586", 1, 0, 3), + (60848, "673586", 1, 0, 3), + (60849, "673573", 1, 0, 3), + (60850, "673573", 1, 0, 3), + (60851, "673573", 1, 0, 3), + (60852, "673573", 1, 0, 3), + (60853, "673573", 1, 0, 3), + (60854, "673573", 1, 0, 3), + (60855, "673582", 1, 0, 3), + (60856, "673573", 1, 0, 3), + (60857, "673582", 1, 0, 3), + (60858, "673603", 1, 0, 3), + (60859, "673582", 1, 0, 3), + (60860, "673603", 1, 0, 3), + (60861, "673603", 1, 0, 3), + (60862, "673603", 1, 0, 3), + (60863, "673603", 1, 0, 3), + (60864, "673603", 1, 0, 3), + (60865, "673122", 1, 0, 3), + (60866, "673576", 1, 0, 3), + (60867, "673571", 1, 0, 3), + (60868, "673122", 1, 0, 3), + (60869, "673593", 1, 0, 3), + (60870, "673602", 1, 0, 3), + (60871, "673124", 1, 0, 3), + (60872, "673122", 1, 0, 3), + (60873, "673124", 1, 0, 3), + (60874, "673122", 1, 0, 3), + (60875, "673124", 1, 0, 3), + (60876, "673577", 1, 0, 3), + (60877, "673122", 1, 0, 3), + (60878, "673124", 1, 0, 3), + (60879, "673591", 1, 0, 3), + (60880, "673122", 1, 0, 3), + (60881, "673593", 1, 0, 3), + (60882, "673593", 1, 0, 3), + (60883, "673593", 1, 0, 3), + (60884, "673593", 1, 0, 3), + (60885, "673595", 1, 0, 3), + (60886, "673595", 1, 0, 3), + (60887, "673595", 1, 0, 3), + (60888, "673595", 1, 0, 3), + (60889, "673595", 1, 0, 3), + (60890, "673123", 1, 0, 3), + (60891, "673122", 1, 0, 3), + (60892, "673122", 1, 0, 3), + (60893, "673122", 1, 0, 3), + (60894, "673122", 1, 0, 3), + (60895, "673122", 1, 0, 3), + (60896, "673122", 1, 0, 3), + (60897, "673596", 1, 0, 3), + (60898, "673596", 1, 0, 3), + (60899, "673019", 1, 0, 3), + (60900, "673004", 1, 0, 3), + (60901, "673633", 1, 0, 3), + (60902, "673633", 1, 0, 3), + (60903, "673633", 1, 0, 3), + (60904, "673633", 1, 0, 3), + (60905, "673029", 1, 0, 3), + (60906, "673005", 1, 0, 3), + (60907, "673005", 1, 0, 3), + (60908, "673601", 1, 0, 3), + (60909, "673601", 1, 0, 3), + (60910, "673601", 1, 0, 3), + (60911, "673601", 1, 0, 3), + (60912, "673601", 1, 0, 3), + (60913, "673616", 1, 0, 3), + (60914, "673616", 1, 0, 3), + (60915, "673616", 1, 0, 3), + (60916, "673006", 1, 0, 3), + (60917, "673611", 1, 0, 3), + (60918, "673611", 1, 0, 3), + (60919, "673611", 1, 0, 3), + (60920, "673611", 1, 0, 3), + (60921, "673010", 1, 0, 3), + (60922, "673010", 1, 0, 3), + (60923, "673010", 1, 0, 3), + (60924, "673580", 1, 0, 3), + (60925, "673580", 1, 0, 3), + (60926, "673580", 1, 0, 3), + (60927, "673580", 1, 0, 3), + (60928, "673580", 1, 0, 3), + (60929, "673580", 1, 0, 3), + (60930, "673580", 1, 0, 3), + (60931, "673572", 1, 0, 3), + (60932, "673572", 1, 0, 3), + (60933, "673572", 1, 0, 3), + (60934, "673572", 1, 0, 3), + (60935, "673582", 1, 0, 3), + (60936, "673572", 1, 0, 3), + (60937, "673582", 1, 0, 3), + (60938, "673572", 1, 0, 3), + (60939, "673572", 1, 0, 3), + (60940, "673582", 1, 0, 3), + (60941, "673571", 1, 0, 3), + (60942, "673571", 1, 0, 3), + (60943, "673571", 1, 0, 3), + (60944, "673571", 1, 0, 3), + (60945, "673571", 1, 0, 3), + (60946, "673571", 1, 0, 3), + (60947, "673571", 1, 0, 3), + (60948, "673604", 1, 0, 3), + (60949, "673604", 1, 0, 3), + (60950, "673604", 1, 0, 3), + (60951, "673604", 1, 0, 3), + (60952, "673604", 1, 0, 3), + (60953, "673604", 1, 0, 3), + (60954, "673009", 1, 0, 3), + (60955, "673012", 1, 0, 3), + (60956, "673602", 1, 0, 3), + (60957, "673602", 1, 0, 3), + (60958, "673602", 1, 0, 3), + (60959, "673579", 1, 0, 3), + (60960, "673579", 1, 0, 3), + (60961, "673579", 1, 0, 3), + (60962, "673579", 1, 0, 3), + (60963, "673579", 1, 0, 3), + (60964, "673579", 1, 0, 3), + (60965, "673579", 1, 0, 3), + (60966, "673579", 1, 0, 3), + (60967, "673579", 1, 0, 3), + (60968, "673579", 1, 0, 3), + (60969, "673579", 1, 0, 3), + (60970, "673579", 1, 0, 3), + (60971, "673592", 1, 0, 3), + (60972, "673592", 1, 0, 3), + (60973, "673592", 1, 0, 3), + (60974, "673592", 1, 0, 3), + (60975, "673592", 1, 0, 3), + (60976, "673592", 1, 0, 3), + (60977, "673592", 1, 0, 3), + (60978, "673592", 1, 0, 3), + (60979, "673592", 1, 0, 3), + (60980, "673592", 1, 0, 3), + (60981, "673592", 1, 0, 3), + (60982, "673592", 1, 0, 3), + (60983, "673592", 1, 0, 3), + (60984, "673592", 1, 0, 3), + (60985, "673592", 1, 0, 3), + (60986, "673592", 1, 0, 3), + (60987, "673592", 1, 0, 3), + (60988, "673581", 1, 0, 3), + (60989, "673581", 1, 0, 3), + (60990, "673015", 1, 0, 3), + (60991, "673008", 1, 0, 3), + (60992, "673008", 1, 0, 3), + (60993, "673008", 1, 0, 3), + (60994, "673008", 1, 0, 3), + (60995, "673008", 1, 0, 3), + (60996, "673008", 1, 0, 3), + (60997, "673008", 1, 0, 3), + (60998, "673017", 1, 0, 3), + (60999, "673017", 1, 0, 3), + (61000, "673303", 1, 0, 3), + (61001, "673303", 1, 0, 3), + (61002, "673303", 1, 0, 3), + (61003, "673632", 1, 0, 3), + (61004, "673632", 1, 0, 3), + (61005, "673631", 1, 0, 3), + (61006, "673014", 1, 0, 3), + (61007, "673003", 1, 0, 3), + (61008, "673003", 1, 0, 3), + (61009, "673016", 1, 0, 3), + (61010, "673016", 1, 0, 3), + (61011, "673016", 1, 0, 3), + (61012, "673007", 1, 0, 3), + (61013, "673661", 1, 0, 3), + (61014, "673661", 1, 0, 3), + (61015, "673661", 1, 0, 3), + (61016, "673661", 1, 0, 3), + (61017, "673513", 1, 0, 3), + (61018, "673509", 1, 0, 3), + (61019, "673612", 1, 0, 3), + (61020, "673612", 1, 0, 3), + (61021, "673612", 1, 0, 3), + (61022, "673612", 1, 0, 3), + (61023, "673304", 1, 0, 3), + (61024, "673304", 1, 0, 3), + (61025, "673306", 1, 0, 3), + (61026, "673526", 1, 0, 3), + (61027, "673526", 1, 0, 3), + (61028, "673307", 1, 0, 3), + (61029, "673307", 1, 0, 3), + (61030, "673524", 1, 0, 3), + (61031, "673524", 1, 0, 3), + (61032, "673524", 1, 0, 3), + (61033, "673524", 1, 0, 3), + (61034, "673524", 1, 0, 3), + (61035, "673524", 1, 0, 3), + (61036, "673524", 1, 0, 3), + (61037, "673524", 1, 0, 3), + (61038, "673614", 1, 0, 3), + (61039, "673614", 1, 0, 3), + (61040, "673614", 1, 0, 3), + (61041, "673614", 1, 0, 3), + (61042, "673614", 1, 0, 3), + (61043, "673323", 1, 0, 3), + (61044, "673614", 1, 0, 3), + (61045, "673614", 1, 0, 3), + (61046, "673614", 1, 0, 3), + (61047, "673523", 1, 0, 3), + (61048, "673523", 1, 0, 3), + (61049, "673525", 1, 0, 3), + (61050, "673507", 1, 0, 3), + (61051, "673507", 1, 0, 3), + (61052, "673507", 1, 0, 3), + (61053, "673507", 1, 0, 3), + (61054, "673507", 1, 0, 3), + (61055, "673506", 1, 0, 3), + (61056, "673506", 1, 0, 3), + (61057, "673506", 1, 0, 3), + (61058, "673506", 1, 0, 3), + (61059, "673506", 1, 0, 3), + (61060, "673506", 1, 0, 3), + (61061, "673506", 1, 0, 3), + (61062, "673513", 1, 0, 3), + (61063, "673513", 1, 0, 3), + (61064, "673513", 1, 0, 3), + (61065, "673513", 1, 0, 3), + (61066, "673513", 1, 0, 3), + (61067, "673309", 1, 0, 3), + (61068, "673308", 1, 0, 3), + (61069, "673308", 1, 0, 3), + (61070, "673106", 1, 0, 3), + (61071, "673106", 1, 0, 3), + (61072, "673521", 1, 0, 3), + (61073, "673521", 1, 0, 3), + (61074, "673507", 1, 0, 3), + (61075, "673507", 1, 0, 3), + (61076, "673507", 1, 0, 3), + (61077, "673612", 1, 0, 3), + (61078, "673509", 1, 0, 3), + (61079, "673541", 1, 0, 3), + (61080, "673541", 1, 0, 3), + (61081, "673541", 1, 0, 3), + (61082, "673105", 1, 0, 3), + (61083, "673503", 1, 0, 3), + (61084, "673503", 1, 0, 3), + (61085, "673503", 1, 0, 3), + (61086, "673505", 1, 0, 3), + (61087, "673505", 1, 0, 3), + (61088, "673517", 1, 0, 3), + (61089, "673517", 1, 0, 3), + (61090, "673517", 1, 0, 3), + (61091, "673517", 1, 0, 3), + (61092, "673517", 1, 0, 3), + (61093, "673542", 1, 0, 3), + (61094, "673542", 1, 0, 3), + (61095, "673542", 1, 0, 3), + (61096, "673542", 1, 0, 3), + (61097, "673542", 1, 0, 3), + (61098, "673542", 1, 0, 3), + (61099, "673527", 1, 0, 3), + (61100, "673527", 1, 0, 3), + (61101, "673315", 1, 0, 3), + (61102, "673315", 1, 0, 3), + (61103, "673315", 1, 0, 3), + (61104, "673315", 1, 0, 3), + (61105, "673315", 1, 0, 3), + (61106, "673612", 1, 0, 3), + (61107, "673612", 1, 0, 3), + (61108, "673525", 1, 0, 3), + (61109, "673525", 1, 0, 3), + (61110, "673525", 1, 0, 3), + (61111, "673525", 1, 0, 3), + (61112, "673525", 1, 0, 3), + (61113, "673528", 1, 0, 3), + (61114, "673528", 1, 0, 3), + (61115, "673528", 1, 0, 3), + (61116, "673528", 1, 0, 3), + (61117, "673528", 1, 0, 3), + (61118, "673620", 1, 0, 3), + (61119, "673323", 1, 0, 3), + (61120, "673620", 1, 0, 3), + (61121, "673620", 1, 0, 3), + (61122, "673317", 1, 0, 3), + (61123, "673529", 1, 0, 3), + (61124, "673574", 1, 0, 3), + (61125, "673574", 1, 0, 3), + (61126, "673574", 1, 0, 3), + (61127, "673574", 1, 0, 3), + (61128, "673574", 1, 0, 3), + (61129, "673513", 1, 0, 3), + (61130, "673513", 1, 0, 3), + (61131, "673513", 1, 0, 3), + (61132, "673513", 1, 0, 3), + (61133, "673508", 1, 0, 3), + (61134, "673508", 1, 0, 3), + (61135, "673508", 1, 0, 3), + (61136, "673508", 1, 0, 3), + (61137, "673508", 1, 0, 3), + (61138, "673508", 1, 0, 3), + (61139, "673508", 1, 0, 3), + (61140, "673508", 1, 0, 3), + (61141, "673508", 1, 0, 3), + (61142, "673102", 1, 0, 3), + (61143, "673102", 1, 0, 3), + (61144, "673522", 1, 0, 3), + (61145, "673522", 1, 0, 3), + (61146, "673522", 1, 0, 3), + (61147, "673504", 1, 0, 3), + (61148, "673504", 1, 0, 3), + (61149, "673104", 1, 0, 3), + (61150, "673104", 1, 0, 3), + (61151, "673104", 1, 0, 3), + (61152, "673104", 1, 0, 3), + (61153, "673104", 1, 0, 3), + (61154, "673104", 1, 0, 3), + (61155, "673104", 1, 0, 3), + (61156, "673501", 1, 0, 3), + (61157, "673509", 1, 0, 3), + (61158, "695311", 1, 0, 3), + (61159, "695146", 1, 0, 3), + (61160, "695141", 1, 0, 3), + (61161, "695581", 1, 0, 3), + (61162, "695581", 1, 0, 3), + (61163, "695583", 1, 0, 3), + (61164, "695024", 1, 0, 3), + (61165, "695004", 1, 0, 3), + (61166, "695004", 1, 0, 3), + (61167, "695021", 1, 0, 3), + (61168, "695011", 1, 0, 3), + (61169, "695011", 1, 0, 3), + (61170, "695008", 1, 0, 3), + (61171, "695008", 1, 0, 3), + (61172, "695008", 1, 0, 3), + (61173, "695028", 1, 0, 3), + (61174, "695028", 1, 0, 3), + (61175, "695104", 1, 0, 3), + (61176, "695306", 1, 0, 3), + (61177, "695102", 1, 0, 3), + (61178, "695102", 1, 0, 3), + (61179, "695102", 1, 0, 3), + (61180, "695102", 1, 0, 3), + (61181, "695309", 1, 0, 3), + (61182, "695103", 1, 0, 3), + (61183, "695103", 1, 0, 3), + (61184, "695103", 1, 0, 3), + (61185, "695103", 1, 0, 3), + (61186, "695310", 1, 0, 3), + (61187, "695310", 1, 0, 3), + (61188, "695310", 1, 0, 3), + (61189, "695304", 1, 0, 3), + (61190, "695304", 1, 0, 3), + (61191, "695604", 1, 0, 3), + (61192, "695604", 1, 0, 3), + (61193, "695604", 1, 0, 3), + (61194, "695604", 1, 0, 3), + (61195, "695609", 1, 0, 3), + (61196, "695609", 1, 0, 3), + (61197, "695609", 1, 0, 3), + (61198, "695305", 1, 0, 3), + (61199, "695305", 1, 0, 3), + (61200, "695584", 1, 0, 3), + (61201, "695584", 1, 0, 3), + (61202, "695584", 1, 0, 3), + (61203, "695589", 1, 0, 3), + (61204, "695584", 1, 0, 3), + (61205, "695612", 1, 0, 3), + (61206, "695612", 1, 0, 3), + (61207, "695303", 1, 0, 3), + (61208, "695145", 1, 0, 3), + (61209, "695145", 1, 0, 3), + (61210, "695586", 1, 0, 3), + (61211, "695586", 1, 0, 3), + (61212, "695614", 1, 0, 3), + (61213, "695614", 1, 0, 3), + (61214, "695143", 1, 0, 3), + (61215, "695143", 1, 0, 3), + (61216, "695606", 1, 0, 3), + (61217, "695606", 1, 0, 3), + (61218, "695606", 1, 0, 3), + (61219, "695606", 1, 0, 3), + (61220, "695606", 1, 0, 3), + (61221, "695141", 1, 0, 3), + (61222, "695311", 1, 0, 3), + (61223, "695311", 1, 0, 3), + (61224, "695311", 1, 0, 3), + (61225, "695306", 1, 0, 3), + (61226, "695306", 1, 0, 3), + (61227, "695306", 1, 0, 3), + (61228, "695605", 1, 0, 3), + (61229, "695605", 1, 0, 3), + (61230, "695608", 1, 0, 3), + (61231, "695608", 1, 0, 3), + (61232, "695608", 1, 0, 3), + (61233, "695601", 1, 0, 3), + (61234, "695601", 1, 0, 3), + (61235, "695601", 1, 0, 3), + (61236, "695601", 1, 0, 3), + (61237, "695601", 1, 0, 3), + (61238, "695104", 1, 0, 3), + (61239, "695104", 1, 0, 3), + (61240, "695104", 1, 0, 3), + (61241, "695104", 1, 0, 3), + (61242, "695313", 1, 0, 3), + (61243, "695602", 1, 0, 3), + (61244, "695602", 1, 0, 3), + (61245, "695610", 1, 0, 3), + (61246, "695610", 1, 0, 3), + (61247, "695144", 1, 0, 3), + (61248, "695144", 1, 0, 3), + (61249, "695603", 1, 0, 3), + (61250, "695603", 1, 0, 3), + (61251, "695603", 1, 0, 3), + (61252, "695307", 1, 0, 3), + (61253, "695615", 1, 0, 3), + (61254, "695615", 1, 0, 3), + (61255, "695615", 1, 0, 3), + (61256, "695615", 1, 0, 3), + (61257, "695607", 1, 0, 3), + (61258, "695607", 1, 0, 3), + (61259, "695607", 1, 0, 3), + (61260, "695607", 1, 0, 3), + (61261, "695607", 1, 0, 3), + (61262, "695607", 1, 0, 3), + (61263, "695607", 1, 0, 3), + (61264, "695312", 1, 0, 3), + (61265, "695551", 1, 0, 3), + (61266, "695124", 1, 0, 3), + (61267, "695002", 1, 0, 3), + (61268, "695568", 1, 0, 3), + (61269, "695124", 1, 0, 3), + (61270, "695126", 1, 0, 3), + (61271, "695526", 1, 0, 3), + (61272, "695526", 1, 0, 3), + (61273, "695526", 1, 0, 3), + (61274, "695525", 1, 0, 3), + (61275, "695525", 1, 0, 3), + (61276, "695133", 1, 0, 3), + (61277, "695133", 1, 0, 3), + (61278, "695506", 1, 0, 3), + (61279, "695506", 1, 0, 3), + (61280, "695506", 1, 0, 3), + (61281, "695505", 1, 0, 3), + (61282, "695505", 1, 0, 3), + (61283, "695505", 1, 0, 3), + (61284, "695505", 1, 0, 3), + (61285, "695505", 1, 0, 3), + (61286, "695505", 1, 0, 3), + (61287, "695505", 1, 0, 3), + (61288, "695505", 1, 0, 3), + (61289, "695523", 1, 0, 3), + (61290, "695523", 1, 0, 3), + (61291, "695523", 1, 0, 3), + (61292, "695542", 1, 0, 3), + (61293, "695542", 1, 0, 3), + (61294, "695542", 1, 0, 3), + (61295, "695542", 1, 0, 3), + (61296, "695542", 1, 0, 3), + (61297, "695542", 1, 0, 3), + (61298, "695542", 1, 0, 3), + (61299, "695542", 1, 0, 3), + (61300, "695542", 1, 0, 3), + (61301, "695564", 1, 0, 3), + (61302, "695564", 1, 0, 3), + (61303, "695568", 1, 0, 3), + (61304, "695561", 1, 0, 3), + (61305, "695561", 1, 0, 3), + (61306, "695561", 1, 0, 3), + (61307, "695563", 1, 0, 3), + (61308, "695563", 1, 0, 3), + (61309, "695563", 1, 0, 3), + (61310, "695563", 1, 0, 3), + (61311, "695563", 1, 0, 3), + (61312, "695563", 1, 0, 3), + (61313, "695573", 1, 0, 3), + (61314, "695573", 1, 0, 3), + (61315, "695573", 1, 0, 3), + (61316, "695573", 1, 0, 3), + (61317, "695012", 1, 0, 3), + (61318, "695026", 1, 0, 3), + (61319, "695575", 1, 0, 3), + (61320, "695575", 1, 0, 3), + (61321, "695010", 1, 0, 3), + (61322, "695006", 1, 0, 3), + (61323, "695013", 1, 0, 3), + (61324, "695013", 1, 0, 3), + (61325, "695013", 1, 0, 3), + (61326, "695543", 1, 0, 3), + (61327, "695543", 1, 0, 3), + (61328, "695543", 1, 0, 3), + (61329, "695543", 1, 0, 3), + (61330, "695543", 1, 0, 3), + (61331, "695543", 1, 0, 3), + (61332, "695551", 1, 0, 3), + (61333, "695551", 1, 0, 3), + (61334, "695551", 1, 0, 3), + (61335, "695551", 1, 0, 3), + (61336, "695551", 1, 0, 3), + (61337, "695551", 1, 0, 3), + (61338, "695551", 1, 0, 3), + (61339, "695521", 1, 0, 3), + (61340, "695521", 1, 0, 3), + (61341, "695122", 1, 0, 3), + (61342, "695122", 1, 0, 3), + (61343, "695123", 1, 0, 3), + (61344, "695123", 1, 0, 3), + (61345, "695123", 1, 0, 3), + (61346, "695501", 1, 0, 3), + (61347, "695501", 1, 0, 3), + (61348, "695501", 1, 0, 3), + (61349, "695501", 1, 0, 3), + (61350, "695501", 1, 0, 3), + (61351, "695501", 1, 0, 3), + (61352, "695132", 1, 0, 3), + (61353, "695503", 1, 0, 3), + (61354, "695524", 1, 0, 3), + (61355, "695504", 1, 0, 3), + (61356, "695504", 1, 0, 3), + (61357, "695504", 1, 0, 3), + (61358, "695512", 1, 0, 3), + (61359, "695512", 1, 0, 3), + (61360, "695125", 1, 0, 3), + (61361, "695125", 1, 0, 3), + (61362, "695125", 1, 0, 3), + (61363, "695125", 1, 0, 3), + (61364, "695125", 1, 0, 3), + (61365, "695502", 1, 0, 3), + (61366, "695502", 1, 0, 3), + (61367, "695572", 1, 0, 3), + (61368, "695572", 1, 0, 3), + (61369, "695572", 1, 0, 3), + (61370, "695572", 1, 0, 3), + (61371, "695572", 1, 0, 3), + (61372, "695572", 1, 0, 3), + (61373, "695572", 1, 0, 3), + (61374, "695527", 1, 0, 3), + (61375, "695043", 1, 0, 3), + (61376, "695574", 1, 0, 3), + (61377, "695574", 1, 0, 3), + (61378, "695574", 1, 0, 3), + (61379, "695571", 1, 0, 3), + (61380, "695571", 1, 0, 3), + (61381, "695571", 1, 0, 3), + (61382, "695541", 1, 0, 3), + (61383, "695541", 1, 0, 3), + (61384, "695541", 1, 0, 3), + (61385, "695541", 1, 0, 3), + (61386, "695541", 1, 0, 3), + (61387, "695541", 1, 0, 3), + (61388, "695020", 1, 0, 3), + (61389, "695020", 1, 0, 3), + (61390, "695562", 1, 0, 3), + (61391, "695562", 1, 0, 3), + (61392, "695562", 1, 0, 3), + (61393, "695562", 1, 0, 3), + (61394, "695562", 1, 0, 3), + (61395, "695562", 1, 0, 3), + (61396, "695562", 1, 0, 3), + (61397, "688011", 1, 0, 3), + (61398, "688011", 1, 0, 3), + (61399, "688005", 1, 0, 3), + (61400, "688005", 1, 0, 3), + (61401, "688005", 1, 0, 3), + (61402, "688007", 1, 0, 3), + (61403, "688007", 1, 0, 3), + (61404, "688561", 1, 0, 3), + (61405, "688006", 1, 0, 3), + (61406, "688006", 1, 0, 3), + (61407, "688006", 1, 0, 3), + (61408, "688505", 1, 0, 3), + (61409, "688505", 1, 0, 3), + (61410, "688505", 1, 0, 3), + (61411, "688501", 1, 0, 3), + (61412, "688501", 1, 0, 3), + (61413, "688501", 1, 0, 3), + (61414, "688501", 1, 0, 3), + (61415, "688506", 1, 0, 3), + (61416, "688506", 1, 0, 3), + (61417, "688506", 1, 0, 3), + (61418, "688506", 1, 0, 3), + (61419, "688538", 1, 0, 3), + (61420, "688502", 1, 0, 3), + (61421, "688503", 1, 0, 3), + (61422, "688504", 1, 0, 3), + (61423, "688504", 1, 0, 3), + (61424, "688504", 1, 0, 3), + (61425, "688504", 1, 0, 3), + (61426, "688504", 1, 0, 3), + (61427, "688003", 1, 0, 3), + (61428, "688562", 1, 0, 3), + (61429, "688562", 1, 0, 3), + (61430, "688562", 1, 0, 3), + (61431, "688002", 1, 0, 3), + (61432, "688535", 1, 0, 3), + (61433, "688539", 1, 0, 3), + (61434, "688531", 1, 0, 3), + (61435, "688526", 1, 0, 3), + (61436, "688527", 1, 0, 3), + (61437, "688527", 1, 0, 3), + (61438, "688527", 1, 0, 3), + (61439, "688540", 1, 0, 3), + (61440, "688532", 1, 0, 3), + (61441, "688532", 1, 0, 3), + (61442, "688536", 1, 0, 3), + (61443, "686691", 1, 0, 3), + (61444, "683581", 1, 0, 3), + (61445, "686673", 1, 0, 3), + (61446, "683520", 1, 0, 3), + (61447, "683577", 1, 0, 3), + (61448, "683577", 1, 0, 3), + (61449, "683577", 1, 0, 3), + (61450, "683516", 1, 0, 3), + (61451, "683110", 1, 0, 3), + (61452, "683513", 1, 0, 3), + (61453, "683513", 1, 0, 3), + (61454, "683594", 1, 0, 3), + (61455, "683594", 1, 0, 3), + (61456, "683580", 1, 0, 3), + (61457, "683108", 1, 0, 3), + (61458, "683105", 1, 0, 3), + (61459, "683522", 1, 0, 3), + (61460, "683517", 1, 0, 3), + (61461, "686672", 1, 0, 3), + (61462, "686672", 1, 0, 3), + (61463, "686672", 1, 0, 3), + (61464, "686665", 1, 0, 3), + (61465, "686665", 1, 0, 3), + (61466, "686668", 1, 0, 3), + (61467, "686668", 1, 0, 3), + (61468, "686668", 1, 0, 3), + (61469, "686668", 1, 0, 3), + (61470, "682311", 1, 0, 3), + (61471, "682311", 1, 0, 3), + (61472, "682311", 1, 0, 3), + (61473, "682311", 1, 0, 3), + (61474, "682311", 1, 0, 3), + (61475, "686662", 1, 0, 3), + (61476, "686662", 1, 0, 3), + (61477, "686662", 1, 0, 3), + (61478, "686662", 1, 0, 3), + (61479, "686662", 1, 0, 3), + (61480, "686662", 1, 0, 3), + (61481, "682316", 1, 0, 3), + (61482, "686669", 1, 0, 3), + (61483, "686673", 1, 0, 3), + (61484, "686673", 1, 0, 3), + (61485, "686673", 1, 0, 3), + (61486, "686673", 1, 0, 3), + (61487, "686673", 1, 0, 3), + (61488, "686681", 1, 0, 3), + (61489, "686681", 1, 0, 3), + (61490, "686681", 1, 0, 3), + (61491, "686681", 1, 0, 3), + (61492, "686681", 1, 0, 3), + (61493, "686681", 1, 0, 3), + (61494, "686691", 1, 0, 3), + (61495, "683545", 1, 0, 3), + (61496, "683545", 1, 0, 3), + (61497, "683545", 1, 0, 3), + (61498, "683545", 1, 0, 3), + (61499, "683545", 1, 0, 3), + (61500, "683547", 1, 0, 3), + (61501, "686693", 1, 0, 3), + (61502, "686693", 1, 0, 3), + (61503, "686693", 1, 0, 3), + (61504, "686693", 1, 0, 3), + (61505, "686693", 1, 0, 3), + (61506, "686693", 1, 0, 3), + (61507, "686693", 1, 0, 3), + (61508, "686692", 1, 0, 3), + (61509, "686692", 1, 0, 3), + (61510, "686692", 1, 0, 3), + (61511, "683556", 1, 0, 3), + (61512, "683546", 1, 0, 3), + (61513, "683546", 1, 0, 3), + (61514, "683546", 1, 0, 3), + (61515, "683518", 1, 0, 3), + (61516, "686691", 1, 0, 3), + (61517, "686691", 1, 0, 3), + (61518, "686681", 1, 0, 3), + (61519, "686691", 1, 0, 3), + (61520, "686691", 1, 0, 3), + (61521, "686681", 1, 0, 3), + (61522, "686681", 1, 0, 3), + (61523, "686681", 1, 0, 3), + (61524, "686681", 1, 0, 3), + (61525, "686681", 1, 0, 3), + (61526, "683511", 1, 0, 3), + (61527, "683511", 1, 0, 3), + (61528, "683511", 1, 0, 3), + (61529, "683511", 1, 0, 3), + (61530, "683102", 1, 0, 3), + (61531, "683572", 1, 0, 3), + (61532, "683572", 1, 0, 3), + (61533, "683572", 1, 0, 3), + (61534, "683572", 1, 0, 3), + (61535, "683572", 1, 0, 3), + (61536, "683585", 1, 0, 3), + (61537, "683578", 1, 0, 3), + (61538, "683561", 1, 0, 3), + (61539, "683561", 1, 0, 3), + (61540, "683519", 1, 0, 3), + (61541, "683574", 1, 0, 3), + (61542, "683574", 1, 0, 3), + (61543, "683574", 1, 0, 3), + (61544, "683574", 1, 0, 3), + (61545, "683574", 1, 0, 3), + (61546, "683575", 1, 0, 3), + (61547, "683562", 1, 0, 3), + (61548, "683565", 1, 0, 3), + (61549, "683565", 1, 0, 3), + (61550, "683565", 1, 0, 3), + (61551, "683579", 1, 0, 3), + (61552, "683579", 1, 0, 3), + (61553, "683579", 1, 0, 3), + (61554, "683581", 1, 0, 3), + (61555, "683581", 1, 0, 3), + (61556, "686673", 1, 0, 3), + (61557, "686673", 1, 0, 3), + (61558, "686673", 1, 0, 3), + (61559, "686673", 1, 0, 3), + (61560, "686667", 1, 0, 3), + (61561, "686667", 1, 0, 3), + (61562, "686667", 1, 0, 3), + (61563, "686667", 1, 0, 3), + (61564, "686664", 1, 0, 3), + (61565, "686664", 1, 0, 3), + (61566, "686664", 1, 0, 3), + (61567, "686664", 1, 0, 3), + (61568, "686664", 1, 0, 3), + (61569, "686671", 1, 0, 3), + (61570, "686671", 1, 0, 3), + (61571, "686671", 1, 0, 3), + (61572, "686671", 1, 0, 3), + (61573, "686671", 1, 0, 3), + (61574, "686663", 1, 0, 3), + (61575, "686663", 1, 0, 3), + (61576, "686670", 1, 0, 3), + (61577, "686670", 1, 0, 3), + (61578, "686670", 1, 0, 3), + (61579, "686670", 1, 0, 3), + (61580, "683549", 1, 0, 3), + (61581, "683541", 1, 0, 3), + (61582, "683541", 1, 0, 3), + (61583, "683544", 1, 0, 3), + (61584, "683544", 1, 0, 3), + (61585, "683544", 1, 0, 3), + (61586, "683544", 1, 0, 3), + (61587, "683544", 1, 0, 3), + (61588, "683544", 1, 0, 3), + (61589, "686681", 1, 0, 3), + (61590, "686691", 1, 0, 3), + (61591, "686691", 1, 0, 3), + (61592, "686691", 1, 0, 3), + (61593, "686681", 1, 0, 3), + (61594, "686102", 1, 0, 3), + (61595, "686509", 1, 0, 3), + (61596, "686502", 1, 0, 3), + (61597, "686102", 1, 0, 3), + (61598, "686532", 1, 0, 3), + (61599, "686539", 1, 0, 3), + (61600, "686539", 1, 0, 3), + (61601, "686539", 1, 0, 3), + (61602, "686105", 1, 0, 3), + (61603, "686535", 1, 0, 3), + (61604, "686538", 1, 0, 3), + (61605, "686538", 1, 0, 3), + (61606, "686538", 1, 0, 3), + (61607, "686538", 1, 0, 3), + (61608, "686103", 1, 0, 3), + (61609, "686103", 1, 0, 3), + (61610, "686503", 1, 0, 3), + (61611, "686503", 1, 0, 3), + (61612, "686503", 1, 0, 3), + (61613, "686503", 1, 0, 3), + (61614, "686503", 1, 0, 3), + (61615, "686503", 1, 0, 3), + (61616, "686503", 1, 0, 3), + (61617, "686585", 1, 0, 3), + (61618, "686520", 1, 0, 3), + (61619, "686520", 1, 0, 3), + (61620, "686520", 1, 0, 3), + (61621, "686555", 1, 0, 3), + (61622, "686509", 1, 0, 3), + (61623, "686509", 1, 0, 3), + (61624, "686509", 1, 0, 3), + (61625, "686508", 1, 0, 3), + (61626, "686508", 1, 0, 3), + (61627, "686508", 1, 0, 3), + (61628, "686508", 1, 0, 3), + (61629, "686508", 1, 0, 3), + (61630, "686522", 1, 0, 3), + (61631, "686514", 1, 0, 3), + (61632, "686514", 1, 0, 3), + (61633, "686514", 1, 0, 3), + (61634, "686514", 1, 0, 3), + (61635, "686514", 1, 0, 3), + (61636, "686514", 1, 0, 3), + (61637, "686514", 1, 0, 3), + (61638, "686518", 1, 0, 3), + (61639, "686518", 1, 0, 3), + (61640, "686518", 1, 0, 3), + (61641, "686511", 1, 0, 3), + (61642, "686510", 1, 0, 3), + (61643, "686510", 1, 0, 3), + (61644, "686510", 1, 0, 3), + (61645, "686510", 1, 0, 3), + (61646, "686510", 1, 0, 3), + (61647, "686510", 1, 0, 3), + (61648, "686510", 1, 0, 3), + (61649, "686513", 1, 0, 3), + (61650, "686513", 1, 0, 3), + (61651, "686513", 1, 0, 3), + (61652, "686513", 1, 0, 3), + (61653, "686513", 1, 0, 3), + (61654, "686513", 1, 0, 3), + (61655, "686502", 1, 0, 3), + (61656, "686502", 1, 0, 3), + (61657, "686502", 1, 0, 3), + (61658, "686502", 1, 0, 3), + (61659, "686521", 1, 0, 3), + (61660, "686512", 1, 0, 3), + (61661, "686512", 1, 0, 3), + (61662, "686512", 1, 0, 3), + (61663, "686512", 1, 0, 3), + (61664, "686512", 1, 0, 3), + (61665, "686506", 1, 0, 3), + (61666, "686506", 1, 0, 3), + (61667, "686506", 1, 0, 3), + (61668, "686506", 1, 0, 3), + (61669, "686506", 1, 0, 3), + (61670, "686506", 1, 0, 3), + (61671, "686515", 1, 0, 3), + (61672, "686519", 1, 0, 3), + (61673, "686519", 1, 0, 3), + (61674, "686504", 1, 0, 3), + (61675, "686541", 1, 0, 3), + (61676, "686541", 1, 0, 3), + (61677, "686541", 1, 0, 3), + (61678, "686541", 1, 0, 3), + (61679, "686541", 1, 0, 3), + (61680, "686544", 1, 0, 3), + (61681, "686544", 1, 0, 3), + (61682, "686544", 1, 0, 3), + (61683, "686544", 1, 0, 3), + (61684, "686544", 1, 0, 3), + (61685, "686544", 1, 0, 3), + (61686, "686106", 1, 0, 3), + (61687, "686540", 1, 0, 3), + (61688, "686540", 1, 0, 3), + (61689, "686540", 1, 0, 3), + (61690, "686104", 1, 0, 3), + (61691, "686533", 1, 0, 3), + (61692, "686546", 1, 0, 3), + (61693, "686543", 1, 0, 3), + (61694, "686543", 1, 0, 3), + (61695, "686542", 1, 0, 3), + (61696, "686542", 1, 0, 3), + (61697, "686545", 1, 0, 3), + (61698, "686534", 1, 0, 3), + (61699, "686534", 1, 0, 3), + (61700, "686536", 1, 0, 3), + (61701, "686102", 1, 0, 3), + (61702, "682308", 1, 0, 3), + (61703, "682305", 1, 0, 3), + (61704, "682308", 1, 0, 3), + (61705, "682308", 1, 0, 3), + (61706, "682308", 1, 0, 3), + (61707, "682308", 1, 0, 3), + (61708, "682308", 1, 0, 3), + (61709, "682504", 1, 0, 3), + (61710, "682305", 1, 0, 3), + (61711, "682305", 1, 0, 3), + (61712, "682305", 1, 0, 3), + (61713, "682305", 1, 0, 3), + (61714, "682506", 1, 0, 3), + (61715, "682310", 1, 0, 3), + (61716, "682310", 1, 0, 3), + (61717, "682313", 1, 0, 3), + (61718, "682308", 1, 0, 3), + (61719, "682301", 1, 0, 3), + (61720, "682301", 1, 0, 3), + (61721, "682315", 1, 0, 3), + (61722, "682312", 1, 0, 3), + (61723, "682312", 1, 0, 3), + (61724, "682303", 1, 0, 3), + (61725, "682021", 1, 0, 3), + (61726, "682021", 1, 0, 3), + (61727, "683501", 1, 0, 3), + (61728, "682307", 1, 0, 3), + (61729, "682307", 1, 0, 3), + (61730, "682008", 1, 0, 3), + (61731, "682008", 1, 0, 3), + (61732, "682008", 1, 0, 3), + (61733, "682508", 1, 0, 3), + (61734, "682509", 1, 0, 3), + (61735, "682308", 1, 0, 3), + (61736, "683501", 1, 0, 3), + (61737, "682507", 1, 0, 3), + (61738, "682006", 1, 0, 3), + (61739, "682303", 1, 0, 3), + (61740, "682313", 1, 0, 3), + (61741, "682313", 1, 0, 3), + (61742, "682306", 1, 0, 3), + (61743, "682306", 1, 0, 3), + (61744, "682024", 1, 0, 3), + (61745, "682027", 1, 0, 3), + (61746, "682027", 1, 0, 3), + (61747, "682027", 1, 0, 3), + (61748, "682030", 1, 0, 3), + (61749, "682030", 1, 0, 3), + (61750, "682030", 1, 0, 3), + (61751, "682315", 1, 0, 3), + (61752, "682315", 1, 0, 3), + (61753, "682314", 1, 0, 3), + (61754, "682314", 1, 0, 3), + (61755, "682314", 1, 0, 3), + (61756, "682314", 1, 0, 3), + (61757, "682314", 1, 0, 3), + (61758, "685551", 1, 0, 3), + (61759, "685595", 1, 0, 3), + (61760, "685587", 1, 0, 3), + (61761, "685606", 1, 0, 3), + (61762, "685606", 1, 0, 3), + (61763, "685605", 1, 0, 3), + (61764, "685612", 1, 0, 3), + (61765, "685551", 1, 0, 3), + (61766, "685511", 1, 0, 3), + (61767, "685511", 1, 0, 3), + (61768, "685602", 1, 0, 3), + (61769, "685602", 1, 0, 3), + (61770, "685602", 1, 0, 3), + (61771, "685606", 1, 0, 3), + (61772, "685602", 1, 0, 3), + (61773, "685501", 1, 0, 3), + (61774, "685501", 1, 0, 3), + (61775, "685501", 1, 0, 3), + (61776, "685609", 1, 0, 3), + (61777, "685515", 1, 0, 3), + (61778, "685515", 1, 0, 3), + (61779, "685515", 1, 0, 3), + (61780, "685515", 1, 0, 3), + (61781, "685511", 1, 0, 3), + (61782, "685613", 1, 0, 3), + (61783, "685615", 1, 0, 3), + (61784, "685615", 1, 0, 3), + (61785, "685562", 1, 0, 3), + (61786, "685595", 1, 0, 3), + (61787, "685581", 1, 0, 3), + (61788, "685581", 1, 0, 3), + (61789, "685595", 1, 0, 3), + (61790, "685581", 1, 0, 3), + (61791, "685588", 1, 0, 3), + (61792, "685588", 1, 0, 3), + (61793, "685588", 1, 0, 3), + (61794, "685586", 1, 0, 3), + (61795, "685586", 1, 0, 3), + (61796, "685607", 1, 0, 3), + (61797, "685515", 1, 0, 3), + (61798, "685608", 1, 0, 3), + (61799, "685608", 1, 0, 3), + (61800, "685608", 1, 0, 3), + (61801, "685590", 1, 0, 3), + (61802, "685616", 1, 0, 3), + (61803, "685589", 1, 0, 3), + (61804, "685589", 1, 0, 3), + (61805, "685587", 1, 0, 3), + (61806, "685587", 1, 0, 3), + (61807, "685509", 1, 0, 3), + (61808, "685509", 1, 0, 3), + (61809, "685515", 1, 0, 3), + (61810, "685535", 1, 0, 3), + (61811, "685535", 1, 0, 3), + (61812, "685553", 1, 0, 3), + (61813, "685531", 1, 0, 3), + (61814, "685531", 1, 0, 3), + (61815, "685531", 1, 0, 3), + (61816, "685531", 1, 0, 3), + (61817, "685531", 1, 0, 3), + (61818, "685609", 1, 0, 3), + (61819, "685609", 1, 0, 3), + (61820, "685501", 1, 0, 3), + (61821, "685532", 1, 0, 3), + (61822, "685532", 1, 0, 3), + (61823, "685532", 1, 0, 3), + (61824, "685532", 1, 0, 3), + (61825, "685609", 1, 0, 3), + (61826, "685514", 1, 0, 3), + (61827, "685514", 1, 0, 3), + (61828, "685514", 1, 0, 3), + (61829, "685514", 1, 0, 3), + (61830, "685514", 1, 0, 3), + (61831, "685514", 1, 0, 3), + (61832, "685514", 1, 0, 3), + (61833, "685514", 1, 0, 3), + (61834, "685605", 1, 0, 3), + (61835, "685566", 1, 0, 3), + (61836, "685566", 1, 0, 3), + (61837, "685566", 1, 0, 3), + (61838, "685566", 1, 0, 3), + (61839, "685585", 1, 0, 3), + (61840, "685583", 1, 0, 3), + (61841, "685563", 1, 0, 3), + (61842, "685608", 1, 0, 3), + (61843, "685614", 1, 0, 3), + (61844, "685604", 1, 0, 3), + (61845, "685595", 1, 0, 3), + (61846, "685589", 1, 0, 3), + (61847, "685589", 1, 0, 3), + (61848, "685607", 1, 0, 3), + (61849, "685604", 1, 0, 3), + (61850, "685606", 1, 0, 3), + (61851, "685561", 1, 0, 3), + (61852, "685589", 1, 0, 3), + (61853, "685561", 1, 0, 3), + (61854, "685602", 1, 0, 3), + (61855, "685585", 1, 0, 3), + (61856, "685602", 1, 0, 3), + (61857, "685604", 1, 0, 3), + (61858, "685515", 1, 0, 3), + (61859, "685604", 1, 0, 3), + (61860, "685509", 1, 0, 3), + (61861, "685588", 1, 0, 3), + (61862, "685604", 1, 0, 3), + (61863, "685533", 1, 0, 3), + (61864, "685607", 1, 0, 3), + (61865, "685581", 1, 0, 3), + (61866, "685552", 1, 0, 3), + (61867, "685588", 1, 0, 3), + (61868, "685565", 1, 0, 3), + (61869, "685608", 1, 0, 3), + (61870, "685505", 1, 0, 3), + (61871, "685565", 1, 0, 3), + (61872, "685514", 1, 0, 3), + (61873, "685607", 1, 0, 3), + (61874, "685582", 1, 0, 3), + (61875, "685604", 1, 0, 3), + (61876, "685619", 1, 0, 3), + (61877, "685563", 1, 0, 3), + (61878, "685551", 1, 0, 3), + (61879, "685509", 1, 0, 3), + (61880, "685581", 1, 0, 3), + (61881, "685505", 1, 0, 3), + (61882, "685554", 1, 0, 3), + (61883, "685561", 1, 0, 3), + (61884, "685618", 1, 0, 3), + (61885, "685551", 1, 0, 3), + (61886, "685507", 1, 0, 3), + (61887, "685604", 1, 0, 3), + (61888, "685612", 1, 0, 3), + (61889, "685554", 1, 0, 3), + (61890, "685608", 1, 0, 3), + (61891, "685608", 1, 0, 3), + (61892, "685561", 1, 0, 3), + (61893, "685561", 1, 0, 3), + (61894, "685609", 1, 0, 3), + (61895, "685581", 1, 0, 3), + (61896, "685551", 1, 0, 3), + (61897, "685586", 1, 0, 3), + (61898, "685582", 1, 0, 3), + (61899, "685561", 1, 0, 3), + (61900, "685562", 1, 0, 3), + (61901, "685512", 1, 0, 3), + (61902, "685605", 1, 0, 3), + (61903, "685606", 1, 0, 3), + (61904, "685561", 1, 0, 3), + (61905, "685535", 1, 0, 3), + (61906, "685590", 1, 0, 3), + (61907, "685606", 1, 0, 3), + (61908, "685582", 1, 0, 3), + (61909, "685588", 1, 0, 3), + (61910, "685618", 1, 0, 3), + (61911, "685501", 1, 0, 3), + (61912, "685501", 1, 0, 3), + (61913, "685612", 1, 0, 3), + (61914, "685503", 1, 0, 3), + (61915, "685503", 1, 0, 3), + (61916, "685515", 1, 0, 3), + (61917, "685588", 1, 0, 3), + (61918, "685608", 1, 0, 3), + (61919, "685552", 1, 0, 3), + (61920, "685588", 1, 0, 3), + (61921, "685551", 1, 0, 3), + (61922, "685551", 1, 0, 3), + (61923, "685602", 1, 0, 3), + (61924, "685601", 1, 0, 3), + (61925, "685602", 1, 0, 3), + (61926, "685509", 1, 0, 3), + (61927, "685505", 1, 0, 3), + (61928, "685532", 1, 0, 3), + (61929, "685583", 1, 0, 3), + (61930, "685581", 1, 0, 3), + (61931, "680669", 1, 0, 3), + (61932, "680684", 1, 0, 3), + (61933, "680722", 1, 0, 3), + (61934, "680564", 1, 0, 3), + (61935, "680564", 1, 0, 3), + (61936, "680564", 1, 0, 3), + (61937, "680686", 1, 0, 3), + (61938, "680686", 1, 0, 3), + (61939, "680663", 1, 0, 3), + (61940, "680682", 1, 0, 3), + (61941, "680682", 1, 0, 3), + (61942, "680682", 1, 0, 3), + (61943, "680682", 1, 0, 3), + (61944, "680701", 1, 0, 3), + (61945, "680697", 1, 0, 3), + (61946, "680697", 1, 0, 3), + (61947, "680562", 1, 0, 3), + (61948, "680562", 1, 0, 3), + (61949, "680567", 1, 0, 3), + (61950, "680567", 1, 0, 3), + (61951, "680567", 1, 0, 3), + (61952, "680662", 1, 0, 3), + (61953, "680302", 1, 0, 3), + (61954, "680741", 1, 0, 3), + (61955, "680741", 1, 0, 3), + (61956, "680741", 1, 0, 3), + (61957, "680731", 1, 0, 3), + (61958, "680312", 1, 0, 3), + (61959, "680312", 1, 0, 3), + (61960, "680684", 1, 0, 3), + (61961, "680684", 1, 0, 3), + (61962, "680308", 1, 0, 3), + (61963, "680308", 1, 0, 3), + (61964, "680308", 1, 0, 3), + (61965, "680308", 1, 0, 3), + (61966, "680308", 1, 0, 3), + (61967, "680734", 1, 0, 3), + (61968, "680734", 1, 0, 3), + (61969, "680732", 1, 0, 3), + (61970, "680732", 1, 0, 3), + (61971, "680311", 1, 0, 3), + (61972, "680311", 1, 0, 3), + (61973, "680310", 1, 0, 3), + (61974, "680721", 1, 0, 3), + (61975, "680721", 1, 0, 3), + (61976, "680721", 1, 0, 3), + (61977, "680721", 1, 0, 3), + (61978, "680689", 1, 0, 3), + (61979, "680301", 1, 0, 3), + (61980, "680301", 1, 0, 3), + (61981, "680721", 1, 0, 3), + (61982, "680304", 1, 0, 3), + (61983, "680301", 1, 0, 3), + (61984, "680734", 1, 0, 3), + (61985, "680308", 1, 0, 3), + (61986, "680699", 1, 0, 3), + (61987, "680317", 1, 0, 3), + (61988, "680733", 1, 0, 3), + (61989, "680733", 1, 0, 3), + (61990, "680699", 1, 0, 3), + (61991, "680303", 1, 0, 3), + (61992, "680724", 1, 0, 3), + (61993, "680724", 1, 0, 3), + (61994, "680724", 1, 0, 3), + (61995, "680697", 1, 0, 3), + (61996, "680721", 1, 0, 3), + (61997, "680571", 1, 0, 3), + (61998, "680688", 1, 0, 3), + (61999, "680561", 1, 0, 3), + (62000, "680687", 1, 0, 3), + (62001, "680687", 1, 0, 3), + (62002, "680687", 1, 0, 3), + (62003, "680568", 1, 0, 3), + (62004, "680671", 1, 0, 3), + (62005, "680671", 1, 0, 3), + (62006, "680666", 1, 0, 3), + (62007, "680666", 1, 0, 3), + (62008, "680125", 1, 0, 3), + (62009, "680681", 1, 0, 3), + (62010, "680681", 1, 0, 3), + (62011, "680681", 1, 0, 3), + (62012, "680683", 1, 0, 3), + (62013, "680683", 1, 0, 3), + (62014, "680683", 1, 0, 3), + (62015, "680683", 1, 0, 3), + (62016, "680711", 1, 0, 3), + (62017, "680711", 1, 0, 3), + (62018, "680702", 1, 0, 3), + (62019, "680702", 1, 0, 3), + (62020, "680123", 1, 0, 3), + (62021, "680668", 1, 0, 3), + (62022, "680668", 1, 0, 3), + (62023, "680667", 1, 0, 3), + (62024, "680667", 1, 0, 3), + (62025, "670571", 1, 0, 3), + (62026, "670632", 1, 0, 3), + (62027, "670511", 1, 0, 3), + (62028, "670591", 1, 0, 3), + (62029, "670331", 1, 0, 3), + (62030, "670582", 1, 0, 3), + (62031, "670582", 1, 0, 3), + (62032, "670143", 1, 0, 3), + (62033, "670571", 1, 0, 3), + (62034, "670006", 1, 0, 3), + (62035, "670009", 1, 0, 3), + (62036, "670009", 1, 0, 3), + (62037, "670622", 1, 0, 3), + (62038, "670621", 1, 0, 3), + (62039, "670307", 1, 0, 3), + (62040, "670633", 1, 0, 3), + (62041, "670633", 1, 0, 3), + (62042, "670592", 1, 0, 3), + (62043, "670592", 1, 0, 3), + (62044, "670604", 1, 0, 3), + (62045, "670631", 1, 0, 3), + (62046, "670631", 1, 0, 3), + (62047, "670631", 1, 0, 3), + (62048, "670301", 1, 0, 3), + (62049, "670011", 1, 0, 3), + (62050, "670502", 1, 0, 3), + (62051, "670571", 1, 0, 3), + (62052, "670511", 1, 0, 3), + (62053, "670632", 1, 0, 3), + (62054, "670581", 1, 0, 3), + (62055, "670511", 1, 0, 3), + (62056, "670595", 1, 0, 3), + (62057, "670307", 1, 0, 3), + (62058, "670306", 1, 0, 3), + (62059, "670581", 1, 0, 3), + (62060, "670308", 1, 0, 3), + (62061, "670521", 1, 0, 3), + (62062, "670301", 1, 0, 3), + (62063, "670511", 1, 0, 3), + (62064, "670504", 1, 0, 3), + (62065, "670511", 1, 0, 3), + (62066, "670631", 1, 0, 3), + (62067, "670306", 1, 0, 3), + (62068, "670593", 1, 0, 3), + (62069, "670511", 1, 0, 3), + (62070, "670511", 1, 0, 3), + (62071, "670307", 1, 0, 3), + (62072, "670602", 1, 0, 3), + (62073, "670307", 1, 0, 3), + (62074, "670633", 1, 0, 3), + (62075, "670142", 1, 0, 3), + (62076, "670592", 1, 0, 3), + (62077, "670511", 1, 0, 3), + (62078, "670012", 1, 0, 3), + (62079, "670006", 1, 0, 3), + (62080, "670308", 1, 0, 3), + (62081, "670581", 1, 0, 3), + (62082, "670003", 1, 0, 3), + (62083, "670632", 1, 0, 3), + (62084, "670602", 1, 0, 3), + (62085, "670301", 1, 0, 3), + (62086, "670007", 1, 0, 3), + (62087, "670301", 1, 0, 3), + (62088, "670571", 1, 0, 3), + (62089, "670581", 1, 0, 3), + (62090, "670502", 1, 0, 3), + (62091, "670571", 1, 0, 3), + (62092, "670582", 1, 0, 3), + (62093, "670571", 1, 0, 3), + (62094, "670306", 1, 0, 3), + (62095, "670571", 1, 0, 3), + (62096, "670504", 1, 0, 3), + (62097, "670631", 1, 0, 3), + (62098, "670581", 1, 0, 3), + (62099, "670307", 1, 0, 3), + (62100, "670571", 1, 0, 3), + (62101, "670334", 1, 0, 3), + (62102, "670309", 1, 0, 3), + (62103, "670142", 1, 0, 3), + (62104, "670621", 1, 0, 3), + (62105, "670511", 1, 0, 3), + (62106, "670582", 1, 0, 3), + (62107, "670632", 1, 0, 3), + (62108, "670593", 1, 0, 3), + (62109, "670562", 1, 0, 3), + (62110, "670602", 1, 0, 3), + (62111, "670142", 1, 0, 3), + (62112, "670306", 1, 0, 3), + (62113, "670622", 1, 0, 3), + (62114, "670631", 1, 0, 3), + (62115, "670571", 1, 0, 3), + (62116, "670582", 1, 0, 3), + (62117, "670306", 1, 0, 3), + (62118, "670331", 1, 0, 3), + (62119, "670602", 1, 0, 3), + (62120, "670142", 1, 0, 3), + (62121, "670611", 1, 0, 3), + (62122, "670563", 1, 0, 3), + (62123, "670504", 1, 0, 3), + (62124, "670631", 1, 0, 3), + (62125, "670631", 1, 0, 3), + (62126, "670632", 1, 0, 3), + (62127, "670571", 1, 0, 3), + (62128, "670353", 1, 0, 3), + (62129, "670306", 1, 0, 3), + (62130, "670301", 1, 0, 3), + (62131, "670571", 1, 0, 3), + (62132, "670581", 1, 0, 3), + (62133, "670305", 1, 0, 3), + (62134, "670511", 1, 0, 3), + (62135, "670142", 1, 0, 3), + (62136, "670306", 1, 0, 3), + (62137, "670142", 1, 0, 3), + (62138, "670571", 1, 0, 3), + (62139, "670595", 1, 0, 3), + (62140, "670602", 1, 0, 3), + (62141, "670307", 1, 0, 3), + (62142, "670633", 1, 0, 3), + (62143, "670593", 1, 0, 3), + (62144, "670621", 1, 0, 3), + (62145, "670306", 1, 0, 3), + (62146, "670582", 1, 0, 3), + (62147, "670511", 1, 0, 3), + (62148, "670582", 1, 0, 3), + (62149, "670571", 1, 0, 3), + (62150, "670303", 1, 0, 3), + (62151, "670511", 1, 0, 3), + (62152, "670581", 1, 0, 3), + (62153, "670511", 1, 0, 3), + (62154, "670301", 1, 0, 3), + (62155, "670511", 1, 0, 3), + (62156, "671324", 1, 0, 3), + (62157, "671348", 1, 0, 3), + (62158, "671313", 1, 0, 3), + (62159, "671534", 1, 0, 3), + (62160, "671324", 1, 0, 3), + (62161, "671324", 1, 0, 3), + (62162, "671324", 1, 0, 3), + (62163, "671323", 1, 0, 3), + (62164, "671323", 1, 0, 3), + (62165, "671323", 1, 0, 3), + (62166, "671323", 1, 0, 3), + (62167, "671323", 1, 0, 3), + (62168, "671323", 1, 0, 3), + (62169, "671323", 1, 0, 3), + (62170, "671323", 1, 0, 3), + (62171, "671323", 1, 0, 3), + (62172, "671323", 1, 0, 3), + (62173, "671323", 1, 0, 3), + (62174, "671323", 1, 0, 3), + (62175, "671323", 1, 0, 3), + (62176, "671323", 1, 0, 3), + (62177, "671323", 1, 0, 3), + (62178, "671323", 1, 0, 3), + (62179, "671124", 1, 0, 3), + (62180, "671542", 1, 0, 3), + (62181, "671542", 1, 0, 3), + (62182, "671542", 1, 0, 3), + (62183, "671542", 1, 0, 3), + (62184, "671542", 1, 0, 3), + (62185, "671542", 1, 0, 3), + (62186, "671543", 1, 0, 3), + (62187, "671543", 1, 0, 3), + (62188, "671543", 1, 0, 3), + (62189, "671543", 1, 0, 3), + (62190, "671543", 1, 0, 3), + (62191, "671543", 1, 0, 3), + (62192, "671543", 1, 0, 3), + (62193, "671543", 1, 0, 3), + (62194, "671543", 1, 0, 3), + (62195, "671543", 1, 0, 3), + (62196, "671543", 1, 0, 3), + (62197, "671543", 1, 0, 3), + (62198, "671551", 1, 0, 3), + (62199, "671551", 1, 0, 3), + (62200, "671551", 1, 0, 3), + (62201, "671551", 1, 0, 3), + (62202, "671551", 1, 0, 3), + (62203, "671552", 1, 0, 3), + (62204, "671552", 1, 0, 3), + (62205, "671552", 1, 0, 3), + (62206, "671552", 1, 0, 3), + (62207, "671552", 1, 0, 3), + (62208, "671552", 1, 0, 3), + (62209, "671322", 1, 0, 3), + (62210, "671322", 1, 0, 3), + (62211, "671322", 1, 0, 3), + (62212, "671322", 1, 0, 3), + (62213, "671322", 1, 0, 3), + (62214, "671322", 1, 0, 3), + (62215, "671322", 1, 0, 3), + (62216, "671123", 1, 0, 3), + (62217, "671123", 1, 0, 3), + (62218, "671123", 1, 0, 3), + (62219, "671123", 1, 0, 3), + (62220, "671123", 1, 0, 3), + (62221, "671531", 1, 0, 3), + (62222, "671531", 1, 0, 3), + (62223, "671531", 1, 0, 3), + (62224, "671531", 1, 0, 3), + (62225, "671531", 1, 0, 3), + (62226, "671531", 1, 0, 3), + (62227, "671531", 1, 0, 3), + (62228, "671531", 1, 0, 3), + (62229, "671531", 1, 0, 3), + (62230, "671531", 1, 0, 3), + (62231, "671531", 1, 0, 3), + (62232, "671531", 1, 0, 3), + (62233, "671531", 1, 0, 3), + (62234, "671531", 1, 0, 3), + (62235, "671318", 1, 0, 3), + (62236, "671541", 1, 0, 3), + (62237, "671541", 1, 0, 3), + (62238, "671541", 1, 0, 3), + (62239, "671541", 1, 0, 3), + (62240, "671541", 1, 0, 3), + (62241, "671541", 1, 0, 3), + (62242, "671541", 1, 0, 3), + (62243, "671541", 1, 0, 3), + (62244, "671541", 1, 0, 3), + (62245, "671541", 1, 0, 3), + (62246, "671541", 1, 0, 3), + (62247, "671541", 1, 0, 3), + (62248, "671541", 1, 0, 3), + (62249, "671317", 1, 0, 3), + (62250, "671317", 1, 0, 3), + (62251, "671121", 1, 0, 3), + (62252, "671124", 1, 0, 3), + (62253, "671124", 1, 0, 3), + (62254, "671124", 1, 0, 3), + (62255, "671124", 1, 0, 3), + (62256, "671124", 1, 0, 3), + (62257, "671321", 1, 0, 3), + (62258, "671321", 1, 0, 3), + (62259, "671321", 1, 0, 3), + (62260, "671321", 1, 0, 3), + (62261, "671321", 1, 0, 3), + (62262, "671321", 1, 0, 3), + (62263, "671321", 1, 0, 3), + (62264, "671321", 1, 0, 3), + (62265, "671321", 1, 0, 3), + (62266, "671321", 1, 0, 3), + (62267, "671321", 1, 0, 3), + (62268, "671321", 1, 0, 3), + (62269, "671321", 1, 0, 3), + (62270, "671321", 1, 0, 3), + (62271, "671321", 1, 0, 3), + (62272, "671324", 1, 0, 3), + (62273, "671313", 1, 0, 3), + (62274, "671313", 1, 0, 3), + (62275, "671313", 1, 0, 3), + (62276, "671313", 1, 0, 3), + (62277, "671313", 1, 0, 3), + (62278, "671313", 1, 0, 3), + (62279, "671313", 1, 0, 3), + (62280, "671313", 1, 0, 3), + (62281, "671326", 1, 0, 3), + (62282, "671311", 1, 0, 3), + (62283, "671314", 1, 0, 3), + (62284, "671314", 1, 0, 3), + (62285, "671314", 1, 0, 3), + (62286, "671314", 1, 0, 3), + (62287, "671314", 1, 0, 3), + (62288, "671314", 1, 0, 3), + (62289, "671314", 1, 0, 3), + (62290, "671314", 1, 0, 3), + (62291, "671314", 1, 0, 3), + (62292, "671314", 1, 0, 3), + (62293, "671314", 1, 0, 3), + (62294, "671314", 1, 0, 3), + (62295, "671314", 1, 0, 3), + (62296, "671314", 1, 0, 3), + (62297, "671314", 1, 0, 3), + (62298, "671314", 1, 0, 3), + (62299, "682552", 1, 0, 20), + (62300, "682553", 1, 0, 20), + (62301, "682551", 1, 0, 20), + (62302, "682557", 1, 0, 20), + (62303, "682559", 1, 0, 20), + (62304, "682554", 1, 0, 20), + (62305, "682556", 1, 0, 20), + (62306, "682558", 1, 0, 20), + (62307, "682555", 1, 0, 20), + (62308, "682554", 1, 0, 20), + (62309, "483880", 1, 0, 10), + (62310, "483336", 1, 0, 10), + (62311, "483442", 1, 0, 10), + (62312, "483990", 1, 0, 10), + (62313, "483334", 1, 0, 10), + (62314, "483225", 1, 0, 10), + (62315, "483225", 1, 0, 10), + (62316, "483440", 1, 0, 10), + (62317, "483332", 1, 0, 10), + (62318, "483775", 1, 0, 10), + (62319, "456010", 1, 0, 10), + (62320, "456010", 1, 0, 10), + (62321, "456010", 1, 0, 10), + (62322, "456010", 1, 0, 10), + (62323, "456006", 1, 0, 10), + (62324, "456010", 1, 0, 10), + (62325, "456221", 1, 0, 10), + (62326, "465441", 1, 0, 10), + (62327, "465223", 1, 0, 10), + (62328, "465550", 1, 0, 10), + (62329, "465226", 1, 0, 10), + (62330, "465110", 1, 0, 10), + (62331, "465335", 1, 0, 10), + (62332, "465337", 1, 0, 10), + (62333, "465220", 1, 0, 10), + (62334, "465339", 1, 0, 10), + (62335, "465106", 1, 0, 10), + (62336, "465445", 1, 0, 10), + (62337, "465116", 1, 0, 10), + (62338, "465227", 1, 0, 10), + (62339, "465001", 1, 0, 10), + (62340, "465001", 1, 0, 10), + (62341, "465333", 1, 0, 10), + (62342, "465333", 1, 0, 10), + (62343, "465449", 1, 0, 10), + (62344, "465113", 1, 0, 10), + (62345, "465447", 1, 0, 10), + (62346, "465230", 1, 0, 10), + (62347, "456222", 1, 0, 10), + (62348, "456771", 1, 0, 10), + (62349, "456313", 1, 0, 10), + (62350, "456331", 1, 0, 10), + (62351, "456550", 1, 0, 10), + (62352, "456441", 1, 0, 10), + (62353, "456770", 1, 0, 10), + (62354, "456224", 1, 0, 10), + (62355, "456224", 1, 0, 10), + (62356, "456668", 1, 0, 10), + (62357, "456771", 1, 0, 10), + (62358, "456443", 1, 0, 10), + (62359, "456440", 1, 0, 10), + (62360, "456335", 1, 0, 10), + (62361, "456335", 1, 0, 10), + (62362, "456664", 1, 0, 10), + (62363, "456337", 1, 0, 10), + (62364, "456776", 1, 0, 10), + (62365, "456661", 1, 0, 10), + (62366, "456665", 1, 0, 10), + (62367, "456003", 1, 0, 10), + (62368, "456006", 1, 0, 10), + (62369, "458002", 1, 0, 10), + (62370, "458775", 1, 0, 10), + (62371, "458778", 1, 0, 10), + (62372, "458667", 1, 0, 10), + (62373, "458895", 1, 0, 10), + (62374, "458771", 1, 0, 10), + (62375, "458880", 1, 0, 10), + (62376, "458389", 1, 0, 10), + (62377, "458558", 1, 0, 10), + (62378, "458883", 1, 0, 10), + (62379, "458888", 1, 0, 10), + (62380, "458990", 1, 0, 10), + (62381, "458002", 1, 0, 10), + (62382, "458001", 1, 0, 10), + (62383, "458001", 1, 0, 10), + (62384, "458556", 1, 0, 10), + (62385, "458330", 1, 0, 10), + (62386, "458336", 1, 0, 10), + (62387, "458470", 1, 0, 10), + (62388, "458116", 1, 0, 10), + (62389, "458339", 1, 0, 10), + (62390, "458110", 1, 0, 10), + (62391, "458113", 1, 0, 10), + (62392, "458553", 1, 0, 10), + (62393, "458468", 1, 0, 10), + (62394, "458664", 1, 0, 10), + (62395, "458118", 1, 0, 10), + (62396, "458226", 1, 0, 10), + (62397, "458220", 1, 0, 10), + (62398, "458228", 1, 0, 10), + (62399, "458441", 1, 0, 10), + (62400, "458441", 1, 0, 10), + (62401, "458441", 1, 0, 10), + (62402, "458441", 1, 0, 10), + (62403, "458669", 1, 0, 10), + (62404, "485775", 1, 0, 10), + (62405, "485773", 1, 0, 10), + (62406, "485112", 1, 0, 10), + (62407, "485226", 1, 0, 10), + (62408, "485221", 1, 0, 10), + (62409, "485551", 1, 0, 10), + (62410, "485778", 1, 0, 10), + (62411, "485666", 1, 0, 10), + (62412, "485113", 1, 0, 10), + (62413, "485771", 1, 0, 10), + (62414, "485331", 1, 0, 10), + (62415, "485881", 1, 0, 10), + (62416, "485115", 1, 0, 10), + (62417, "485111", 1, 0, 10), + (62418, "485114", 1, 0, 10), + (62419, "485772", 1, 0, 10), + (62420, "485005", 1, 0, 10), + (62421, "485001", 1, 0, 10), + (62422, "485001", 1, 0, 10), + (62423, "485001", 1, 0, 10), + (62424, "485001", 1, 0, 10), + (62425, "485447", 1, 0, 10), + (62426, "485441", 1, 0, 10), + (62427, "485661", 1, 0, 10), + (62428, "485334", 1, 0, 10), + (62429, "485774", 1, 0, 10), + (62430, "485446", 1, 0, 10), + (62431, "486441", 1, 0, 10), + (62432, "486446", 1, 0, 10), + (62433, "486226", 1, 0, 10), + (62434, "486006", 1, 0, 10), + (62435, "486341", 1, 0, 10), + (62436, "486333", 1, 0, 10), + (62437, "486115", 1, 0, 10), + (62438, "486550", 1, 0, 10), + (62439, "486553", 1, 0, 10), + (62440, "486335", 1, 0, 10), + (62441, "486223", 1, 0, 10), + (62442, "486450", 1, 0, 10), + (62443, "486117", 1, 0, 10), + (62444, "486440", 1, 0, 10), + (62445, "486111", 1, 0, 10), + (62446, "486123", 1, 0, 10), + (62447, "486331", 1, 0, 10), + (62448, "486340", 1, 0, 10), + (62449, "486447", 1, 0, 10), + (62450, "486338", 1, 0, 10), + (62451, "486114", 1, 0, 10), + (62452, "486003", 1, 0, 10), + (62453, "486005", 1, 0, 10), + (62454, "486001", 1, 0, 10), + (62455, "486001", 1, 0, 10), + (62456, "486001", 1, 0, 10), + (62457, "486004", 1, 0, 10), + (62458, "486001", 1, 0, 10), + (62459, "486002", 1, 0, 10), + (62460, "486001", 1, 0, 10), + (62461, "486001", 1, 0, 10), + (62462, "486001", 1, 0, 10), + (62463, "486445", 1, 0, 10), + (62464, "486448", 1, 0, 10), + (62465, "486220", 1, 0, 10), + (62466, "486556", 1, 0, 10), + (62467, "484886", 1, 0, 10), + (62468, "484116", 1, 0, 10), + (62469, "484117", 1, 0, 10), + (62470, "484224", 1, 0, 10), + (62471, "484776", 1, 0, 10), + (62472, "484774", 1, 0, 10), + (62473, "484440", 1, 0, 10), + (62474, "484551", 1, 0, 10), + (62475, "484110", 1, 0, 10), + (62476, "484220", 1, 0, 10), + (62477, "484660", 1, 0, 10), + (62478, "484114", 1, 0, 10), + (62479, "484114", 1, 0, 10), + (62480, "484770", 1, 0, 10), + (62481, "484771", 1, 0, 10), + (62482, "484330", 1, 0, 10), + (62483, "484669", 1, 0, 10), + (62484, "484444", 1, 0, 10), + (62485, "484334", 1, 0, 10), + (62486, "484336", 1, 0, 10), + (62487, "484665", 1, 0, 10), + (62488, "484555", 1, 0, 10), + (62489, "484881", 1, 0, 10), + (62490, "484446", 1, 0, 10), + (62491, "484120", 1, 0, 10), + (62492, "484001", 1, 0, 10), + (62493, "484001", 1, 0, 10), + (62494, "484001", 1, 0, 10), + (62495, "484661", 1, 0, 10), + (62496, "484113", 1, 0, 10), + (62497, "486887", 1, 0, 10), + (62498, "486776", 1, 0, 10), + (62499, "486882", 1, 0, 10), + (62500, "486771", 1, 0, 10), + (62501, "486888", 1, 0, 10), + (62502, "486892", 1, 0, 10), + (62503, "486890", 1, 0, 10), + (62504, "486881", 1, 0, 10), + (62505, "486669", 1, 0, 10), + (62506, "486666", 1, 0, 10), + (62507, "486884", 1, 0, 10), + (62508, "486775", 1, 0, 10), + (62509, "486661", 1, 0, 10), + (62510, "486670", 1, 0, 10), + (62511, "486889", 1, 0, 10), + (62512, "486885", 1, 0, 10), + (62513, "486886", 1, 0, 10), + (62514, "464221", 1, 0, 10), + (62515, "464220", 1, 0, 10), + (62516, "464331", 1, 0, 10), + (62517, "464226", 1, 0, 10), + (62518, "464224", 1, 0, 10), + (62519, "464114", 1, 0, 10), + (62520, "464258", 1, 0, 10), + (62521, "464337", 1, 0, 10), + (62522, "464113", 1, 0, 10), + (62523, "464111", 1, 0, 10), + (62524, "464228", 1, 0, 10), + (62525, "464665", 1, 0, 10), + (62526, "464668", 1, 0, 10), + (62527, "464881", 1, 0, 10), + (62528, "464774", 1, 0, 10), + (62529, "464884", 1, 0, 10), + (62530, "464990", 1, 0, 10), + (62531, "464671", 1, 0, 10), + (62532, "464993", 1, 0, 10), + (62533, "464776", 1, 0, 10), + (62534, "464651", 1, 0, 10), + (62535, "464661", 1, 0, 10), + (62536, "464986", 1, 0, 10), + (62537, "464770", 1, 0, 10), + (62538, "470337", 1, 0, 10), + (62539, "470664", 1, 0, 10), + (62540, "470672", 1, 0, 10), + (62541, "470661", 1, 0, 10), + (62542, "470673", 1, 0, 10), + (62543, "470775", 1, 0, 10), + (62544, "470775", 1, 0, 10), + (62545, "470881", 1, 0, 10), + (62546, "470771", 1, 0, 10), + (62547, "470663", 1, 0, 10), + (62548, "470675", 1, 0, 10), + (62549, "470666", 1, 0, 10), + (62550, "470772", 1, 0, 10), + (62551, "470880", 1, 0, 10), + (62552, "470661", 1, 0, 10), + (62553, "470661", 1, 0, 10), + (62554, "470661", 1, 0, 10), + (62555, "470661", 1, 0, 10), + (62556, "470661", 1, 0, 10), + (62557, "470335", 1, 0, 10), + (62558, "470335", 1, 0, 10), + (62559, "470442", 1, 0, 10), + (62560, "470051", 1, 0, 10), + (62561, "470113", 1, 0, 10), + (62562, "470113", 1, 0, 10), + (62563, "470124", 1, 0, 10), + (62564, "470226", 1, 0, 10), + (62565, "470226", 1, 0, 10), + (62566, "470228", 1, 0, 10), + (62567, "470223", 1, 0, 10), + (62568, "470229", 1, 0, 10), + (62569, "470232", 1, 0, 10), + (62570, "470125", 1, 0, 10), + (62571, "470115", 1, 0, 10), + (62572, "470235", 1, 0, 10), + (62573, "470118", 1, 0, 10), + (62574, "470117", 1, 0, 10), + (62575, "470117", 1, 0, 10), + (62576, "470441", 1, 0, 10), + (62577, "470119", 1, 0, 10), + (62578, "470227", 1, 0, 10), + (62579, "470002", 1, 0, 10), + (62580, "470001", 1, 0, 10), + (62581, "470002", 1, 0, 10), + (62582, "470001", 1, 0, 10), + (62583, "470001", 1, 0, 10), + (62584, "470001", 1, 0, 10), + (62585, "470002", 1, 0, 10), + (62586, "470002", 1, 0, 10), + (62587, "470004", 1, 0, 10), + (62588, "470002", 1, 0, 10), + (62589, "470003", 1, 0, 10), + (62590, "470002", 1, 0, 10), + (62591, "470001", 1, 0, 10), + (62592, "470339", 1, 0, 10), + (62593, "470120", 1, 0, 10), + (62594, "470221", 1, 0, 10), + (62595, "457114", 1, 0, 10), + (62596, "457555", 1, 0, 10), + (62597, "457441", 1, 0, 10), + (62598, "457339", 1, 0, 10), + (62599, "457226", 1, 0, 10), + (62600, "457226", 1, 0, 10), + (62601, "457226", 1, 0, 10), + (62602, "457222", 1, 0, 10), + (62603, "457331", 1, 0, 10), + (62604, "457001", 1, 0, 10), + (62605, "457001", 1, 0, 10), + (62606, "457001", 1, 0, 10), + (62607, "457001", 1, 0, 10), + (62608, "457001", 1, 0, 10), + (62609, "457001", 1, 0, 10), + (62610, "457001", 1, 0, 10), + (62611, "457001", 1, 0, 10), + (62612, "457336", 1, 0, 10), + (62613, "457550", 1, 0, 10), + (62614, "457333", 1, 0, 10), + (62615, "457118", 1, 0, 10), + (62616, "457887", 1, 0, 10), + (62617, "457770", 1, 0, 10), + (62618, "457882", 1, 0, 10), + (62619, "457661", 1, 0, 10), + (62620, "457990", 1, 0, 10), + (62621, "457885", 1, 0, 10), + (62622, "457772", 1, 0, 10), + (62623, "457779", 1, 0, 10), + (62624, "457773", 1, 0, 10), + (62625, "457775", 1, 0, 10), + (62626, "457993", 1, 0, 10), + (62627, "457888", 1, 0, 10), + (62628, "457777", 1, 0, 10), + (62629, "450445", 1, 0, 10), + (62630, "451556", 1, 0, 10), + (62631, "451115", 1, 0, 10), + (62632, "451551", 1, 0, 10), + (62633, "451113", 1, 0, 10), + (62634, "451331", 1, 0, 10), + (62635, "451441", 1, 0, 10), + (62636, "451335", 1, 0, 10), + (62637, "451332", 1, 0, 10), + (62638, "451449", 1, 0, 10), + (62639, "451220", 1, 0, 10), + (62640, "451228", 1, 0, 10), + (62641, "451001", 1, 0, 10), + (62642, "451001", 1, 0, 10), + (62643, "451881", 1, 0, 10), + (62644, "451224", 1, 0, 10), + (62645, "451221", 1, 0, 10), + (62646, "451770", 1, 0, 10), + (62647, "451225", 1, 0, 10), + (62648, "451447", 1, 0, 10), + (62649, "451111", 1, 0, 10), + (62650, "451666", 1, 0, 10), + (62651, "450110", 1, 0, 10), + (62652, "450771", 1, 0, 10), + (62653, "450001", 1, 0, 10), + (62654, "450001", 1, 0, 10), + (62655, "450881", 1, 0, 10), + (62656, "450991", 1, 0, 10), + (62657, "450554", 1, 0, 10), + (62658, "450112", 1, 0, 10), + (62659, "450119", 1, 0, 10), + (62660, "450551", 1, 0, 10), + (62661, "450661", 1, 0, 10), + (62662, "450114", 1, 0, 10), + (62663, "450337", 1, 0, 10), + (62664, "450001", 1, 0, 10), + (62665, "451115", 1, 0, 10), + (62666, "450331", 1, 0, 10), + (62667, "450331", 1, 0, 10), + (62668, "450331", 1, 0, 10), + (62669, "450331", 1, 0, 10), + (62670, "450332", 1, 0, 10), + (62671, "450117", 1, 0, 10), + (62672, "450001", 1, 0, 10), + (62673, "450051", 1, 0, 10), + (62674, "450221", 1, 0, 10), + (62675, "451442", 1, 0, 10), + (62676, "451660", 1, 0, 10), + (62677, "451440", 1, 0, 10), + (62678, "450116", 1, 0, 10), + (62679, "473551", 1, 0, 10), + (62680, "473551", 1, 0, 10), + (62681, "473638", 1, 0, 10), + (62682, "473885", 1, 0, 10), + (62683, "473585", 1, 0, 10), + (62684, "473793", 1, 0, 10), + (62685, "473665", 1, 0, 10), + (62686, "473774", 1, 0, 10), + (62687, "473660", 1, 0, 10), + (62688, "473990", 1, 0, 10), + (62689, "473770", 1, 0, 10), + (62690, "473865", 1, 0, 10), + (62691, "473670", 1, 0, 10), + (62692, "473880", 1, 0, 10), + (62693, "473775", 1, 0, 10), + (62694, "473995", 1, 0, 10), + (62695, "473781", 1, 0, 10), + (62696, "473662", 1, 0, 10), + (62697, "473101", 1, 0, 10), + (62698, "473249", 1, 0, 10), + (62699, "473105", 1, 0, 10), + (62700, "473115", 1, 0, 10), + (62701, "473118", 1, 0, 10), + (62702, "473112", 1, 0, 10), + (62703, "473001", 1, 0, 10), + (62704, "473001", 1, 0, 10), + (62705, "473001", 1, 0, 10), + (62706, "473001", 1, 0, 10), + (62707, "473222", 1, 0, 10), + (62708, "473287", 1, 0, 10), + (62709, "473226", 1, 0, 10), + (62710, "473110", 1, 0, 10), + (62711, "473111", 1, 0, 10), + (62712, "473446", 1, 0, 10), + (62713, "473335", 1, 0, 10), + (62714, "473443", 1, 0, 10), + (62715, "473440", 1, 0, 10), + (62716, "473330", 1, 0, 10), + (62717, "473331", 1, 0, 10), + (62718, "473551", 1, 0, 10), + (62719, "473551", 1, 0, 10), + (62720, "462004", 1, 0, 10), + (62721, "462003", 1, 0, 10), + (62722, "462016", 1, 0, 10), + (62723, "462004", 1, 0, 10), + (62724, "462016", 1, 0, 10), + (62725, "462016", 1, 0, 10), + (62726, "462002", 1, 0, 10), + (62727, "462016", 1, 0, 10), + (62728, "462002", 1, 0, 10), + (62729, "462011", 1, 0, 10), + (62730, "462004", 1, 0, 10), + (62731, "462039", 1, 0, 10), + (62732, "462041", 1, 0, 10), + (62733, "462042", 1, 0, 10), + (62734, "462043", 1, 0, 10), + (62735, "462044", 1, 0, 10), + (62736, "462045", 1, 0, 10), + (62737, "462036", 1, 0, 10), + (62738, "462026", 1, 0, 10), + (62739, "462023", 1, 0, 10), + (62740, "462003", 1, 0, 10), + (62741, "462001", 1, 0, 10), + (62742, "462030", 1, 0, 10), + (62743, "462001", 1, 0, 10), + (62744, "462031", 1, 0, 10), + (62745, "462101", 1, 0, 10), + (62746, "462120", 1, 0, 10), + (62747, "463106", 1, 0, 10), + (62748, "462030", 1, 0, 10), + (62749, "462010", 1, 0, 10), + (62750, "462010", 1, 0, 10), + (62751, "462008", 1, 0, 10), + (62752, "462001", 1, 0, 10), + (62753, "462001", 1, 0, 10), + (62754, "462008", 1, 0, 10), + (62755, "462001", 1, 0, 10), + (62756, "462001", 1, 0, 10), + (62757, "462001", 1, 0, 10), + (62758, "462001", 1, 0, 10), + (62759, "462001", 1, 0, 10), + (62760, "462046", 1, 0, 10), + (62761, "462038", 1, 0, 10), + (62762, "462010", 1, 0, 10), + (62763, "463111", 1, 0, 10), + (62764, "462022", 1, 0, 10), + (62765, "462024", 1, 0, 10), + (62766, "462027", 1, 0, 10), + (62767, "462003", 1, 0, 10), + (62768, "462022", 1, 0, 10), + (62769, "462003", 1, 0, 10), + (62770, "462003", 1, 0, 10), + (62771, "464240", 1, 0, 10), + (62772, "462047", 1, 0, 10), + (62773, "462037", 1, 0, 10), + (62774, "464221", 1, 0, 10), + (62775, "464228", 1, 0, 10), + (62776, "464001", 1, 0, 10), + (62777, "464001", 1, 0, 10), + (62778, "464001", 1, 0, 10), + (62779, "483501", 1, 0, 10), + (62780, "450331", 1, 0, 10), + (62781, "474002", 1, 0, 10), + (62782, "474002", 1, 0, 10), + (62783, "474009", 1, 0, 10), + (62784, "475001", 1, 0, 10), + (62785, "475002", 1, 0, 10), + (62786, "474004", 1, 0, 10), + (62787, "475335", 1, 0, 10), + (62788, "475220", 1, 0, 10), + (62789, "475110", 1, 0, 10), + (62790, "474002", 1, 0, 10), + (62791, "474001", 1, 0, 10), + (62792, "474009", 1, 0, 10), + (62793, "474010", 1, 0, 10), + (62794, "474009", 1, 0, 10), + (62795, "474009", 1, 0, 10), + (62796, "475115", 1, 0, 10), + (62797, "474012", 1, 0, 10), + (62798, "474001", 1, 0, 10), + (62799, "475005", 1, 0, 10), + (62800, "474001", 1, 0, 10), + (62801, "475686", 1, 0, 10), + (62802, "475661", 1, 0, 10), + (62803, "475661", 1, 0, 10), + (62804, "475661", 1, 0, 10), + (62805, "475675", 1, 0, 10), + (62806, "475336", 1, 0, 10), + (62807, "475682", 1, 0, 10), + (62808, "475685", 1, 0, 10), + (62809, "475673", 1, 0, 10), + (62810, "475671", 1, 0, 10), + (62811, "474005", 1, 0, 10), + (62812, "474003", 1, 0, 10), + (62813, "474008", 1, 0, 10), + (62814, "474005", 1, 0, 10), + (62815, "474002", 1, 0, 10), + (62816, "474003", 1, 0, 10), + (62817, "474002", 1, 0, 10), + (62818, "474011", 1, 0, 10), + (62819, "474020", 1, 0, 10), + (62820, "475330", 1, 0, 10), + (62821, "474006", 1, 0, 10), + (62822, "474007", 1, 0, 10), + (62823, "474011", 1, 0, 10), + (62824, "474011", 1, 0, 10), + (62825, "453552", 1, 0, 10), + (62826, "461111", 1, 0, 10), + (62827, "464886", 1, 0, 10), + (62828, "452016", 1, 0, 10), + (62829, "452001", 1, 0, 10), + (62830, "473445", 1, 0, 10), + (62831, "457119", 1, 0, 10), + (62832, "488059", 1, 0, 10), + (62833, "473444", 1, 0, 10), + (62834, "473332", 1, 0, 10), + (62835, "473113", 1, 0, 10), + (62836, "474015", 1, 0, 10), + (62837, "453555", 1, 0, 10), + (62838, "464672", 1, 0, 10), + (62839, "481666", 1, 0, 10), + (62840, "457340", 1, 0, 10), + (62841, "473331", 1, 0, 10), + (62842, "462033", 1, 0, 10), + (62843, "462016", 1, 0, 10), + (62844, "487881", 1, 0, 10), + (62845, "462020", 1, 0, 10), + (62846, "462066", 1, 0, 10), + (62847, "456006", 1, 0, 10), + (62848, "465118", 1, 0, 10), + (62849, "456006", 1, 0, 10), + (62850, "470669", 1, 0, 10), + (62851, "470021", 1, 0, 10), + (62852, "470004", 1, 0, 10), + (62853, "471001", 1, 0, 10), + (62854, "471516", 1, 0, 10), + (62855, "488443", 1, 0, 10), + (62856, "484664", 1, 0, 10), + (62857, "486675", 1, 0, 10), + (62858, "453556", 1, 0, 10), + (62859, "452003", 1, 0, 10), + (62860, "452001", 1, 0, 10), + (62861, "452007", 1, 0, 10), + (62862, "452010", 1, 0, 10), + (62863, "452007", 1, 0, 10), + (62864, "452001", 1, 0, 10), + (62865, "452001", 1, 0, 10), + (62866, "452002", 1, 0, 10), + (62867, "452003", 1, 0, 10), + (62868, "452007", 1, 0, 10), + (62869, "452005", 1, 0, 10), + (62870, "452006", 1, 0, 10), + (62871, "452011", 1, 0, 10), + (62872, "452009", 1, 0, 10), + (62873, "452010", 1, 0, 10), + (62874, "452011", 1, 0, 10), + (62875, "452012", 1, 0, 10), + (62876, "452013", 1, 0, 10), + (62877, "452014", 1, 0, 10), + (62878, "452015", 1, 0, 10), + (62879, "452018", 1, 0, 10), + (62880, "452002", 1, 0, 10), + (62881, "452007", 1, 0, 10), + (62882, "452007", 1, 0, 10), + (62883, "452001", 1, 0, 10), + (62884, "452010", 1, 0, 10), + (62885, "452015", 1, 0, 10), + (62886, "452009", 1, 0, 10), + (62887, "452001", 1, 0, 10), + (62888, "452016", 1, 0, 10), + (62889, "466665", 1, 0, 10), + (62890, "466116", 1, 0, 10), + (62891, "466113", 1, 0, 10), + (62892, "466448", 1, 0, 10), + (62893, "466111", 1, 0, 10), + (62894, "466445", 1, 0, 10), + (62895, "466661", 1, 0, 10), + (62896, "466221", 1, 0, 10), + (62897, "466115", 1, 0, 10), + (62898, "466114", 1, 0, 10), + (62899, "466125", 1, 0, 10), + (62900, "466118", 1, 0, 10), + (62901, "466331", 1, 0, 10), + (62902, "466446", 1, 0, 10), + (62903, "466001", 1, 0, 10), + (62904, "466001", 1, 0, 10), + (62905, "466554", 1, 0, 10), + (62906, "466651", 1, 0, 10), + (62907, "466120", 1, 0, 10), + (62908, "465661", 1, 0, 10), + (62909, "465674", 1, 0, 10), + (62910, "465685", 1, 0, 10), + (62911, "465689", 1, 0, 10), + (62912, "465679", 1, 0, 10), + (62913, "465687", 1, 0, 10), + (62914, "465667", 1, 0, 10), + (62915, "465693", 1, 0, 10), + (62916, "465669", 1, 0, 10), + (62917, "465683", 1, 0, 10), + (62918, "465697", 1, 0, 10), + (62919, "465677", 1, 0, 10), + (62920, "465680", 1, 0, 10), + (62921, "465691", 1, 0, 10), + (62922, "464570", 1, 0, 10), + (62923, "462027", 1, 0, 10), + (62924, "456010", 1, 0, 10), + (62925, "464573", 1, 0, 10), + (62926, "484447", 1, 0, 10), + (62927, "484887", 1, 0, 10), + (62928, "462040", 1, 0, 10), + (62929, "480003", 1, 0, 10), + (62930, "480112", 1, 0, 10), + (62931, "481883", 1, 0, 10), + (62932, "475661", 1, 0, 10), + (62933, "464334", 1, 0, 10), + (62934, "462100", 1, 0, 10), + (62935, "473331", 1, 0, 10), + (62936, "481001", 1, 0, 10), + (62937, "481661", 1, 0, 10), + (62938, "480661", 1, 0, 10), + (62939, "476001", 1, 0, 10), + (62940, "477001", 1, 0, 10), + (62941, "471001", 1, 0, 10), + (62942, "472001", 1, 0, 10), + (62943, "480001", 1, 0, 10), + (62944, "460001", 1, 0, 10), + (62945, "461001", 1, 0, 10), + (62946, "487001", 1, 0, 10), + (62947, "452001", 1, 0, 10), + (62948, "452007", 1, 0, 10), + (62949, "454001", 1, 0, 10), + (62950, "455001", 1, 0, 10), + (62951, "482001", 1, 0, 10), + (62952, "483501", 1, 0, 10), + (62953, "456001", 1, 0, 10), + (62954, "465001", 1, 0, 10), + (62955, "458001", 1, 0, 10), + (62956, "458441", 1, 0, 10), + (62957, "486001", 1, 0, 10), + (62958, "485001", 1, 0, 10), + (62959, "466001", 1, 0, 10), + (62960, "465661", 1, 0, 10), + (62961, "484001", 1, 0, 10), + (62962, "486661", 1, 0, 10), + (62963, "474001", 1, 0, 10), + (62964, "474006", 1, 0, 10), + (62965, "464001", 1, 0, 10), + (62966, "464551", 1, 0, 10), + (62967, "470001", 1, 0, 10), + (62968, "470661", 1, 0, 10), + (62969, "457001", 1, 0, 10), + (62970, "457661", 1, 0, 10), + (62971, "451001", 1, 0, 10), + (62972, "450001", 1, 0, 10), + (62973, "473001", 1, 0, 10), + (62974, "473551", 1, 0, 10), + (62975, "462003", 1, 0, 10), + (62976, "462001", 1, 0, 10), + (62977, "462022", 1, 0, 10), + (62978, "452005", 1, 0, 10), + (62979, "485334", 1, 0, 10), + (62980, "457119", 1, 0, 10), + (62981, "457119", 1, 0, 10), + (62982, "457119", 1, 0, 10), + (62983, "457119", 1, 0, 10), + (62984, "457119", 1, 0, 10), + (62985, "457119", 1, 0, 10), + (62986, "457119", 1, 0, 10), + (62987, "457118", 1, 0, 10), + (62988, "488001", 1, 0, 10), + (62989, "471201", 1, 0, 10), + (62990, "474001", 1, 0, 10), + (62991, "480001", 1, 0, 10), + (62992, "465110", 1, 0, 10), + (62993, "465445", 1, 0, 10), + (62994, "465445", 1, 0, 10), + (62995, "465550", 1, 0, 10), + (62996, "465118", 1, 0, 10), + (62997, "465118", 1, 0, 10), + (62998, "465118", 1, 0, 10), + (62999, "465118", 1, 0, 10), + (63000, "465441", 1, 0, 10), + (63001, "465441", 1, 0, 10), + (63002, "456665", 1, 0, 10), + (63003, "456665", 1, 0, 10), + (63004, "456665", 1, 0, 10), + (63005, "456770", 1, 0, 10), + (63006, "456006", 1, 0, 10), + (63007, "456006", 1, 0, 10), + (63008, "464993", 1, 0, 10), + (63009, "473101", 1, 0, 10), + (63010, "473443", 1, 0, 10), + (63011, "473331", 1, 0, 10), + (63012, "451001", 1, 0, 10), + (63013, "451556", 1, 0, 10), + (63014, "471311", 1, 0, 10), + (63015, "484551", 1, 0, 10), + (63016, "481883", 1, 0, 10), + (63017, "470335", 1, 0, 10), + (63018, "470232", 1, 0, 10), + (63019, "470666", 1, 0, 10), + (63020, "470227", 1, 0, 10), + (63021, "470113", 1, 0, 10), + (63022, "470004", 1, 0, 10), + (63023, "480555", 1, 0, 10), + (63024, "480224", 1, 0, 10), + (63025, "480107", 1, 0, 10), + (63026, "481883", 1, 0, 10), + (63027, "481885", 1, 0, 10), + (63028, "464573", 1, 0, 10), + (63029, "464001", 1, 0, 10), + (63030, "464334", 1, 0, 10), + (63031, "466331", 1, 0, 10), + (63032, "464570", 1, 0, 10), + (63033, "470120", 1, 0, 10), + (63034, "457118", 1, 0, 10), + (63035, "466116", 1, 0, 10), + (63036, "466554", 1, 0, 10), + (63037, "485001", 1, 0, 10), + (63038, "485775", 1, 0, 10), + (63039, "485773", 1, 0, 10), + (63040, "485773", 1, 0, 10), + (63041, "477001", 1, 0, 10), + (63042, "465693", 1, 0, 10), + (63043, "483501", 1, 0, 10), + (63044, "481222", 1, 0, 10), + (63045, "457226", 1, 0, 10), + (63046, "487661", 1, 0, 10), + (63047, "488050", 1, 0, 10), + (63048, "462047", 1, 0, 10), + (63049, "481661", 1, 0, 10), + (63050, "461331", 1, 0, 10), + (63051, "488051", 1, 0, 10), + (63052, "488051", 1, 0, 10), + (63053, "488051", 1, 0, 10), + (63054, "472447", 1, 0, 10), + (63055, "471111", 1, 0, 10), + (63056, "488443", 1, 0, 10), + (63057, "488443", 1, 0, 10), + (63058, "488443", 1, 0, 10), + (63059, "488443", 1, 0, 10), + (63060, "488443", 1, 0, 10), + (63061, "488443", 1, 0, 10), + (63062, "471515", 1, 0, 10), + (63063, "471515", 1, 0, 10), + (63064, "471515", 1, 0, 10), + (63065, "471515", 1, 0, 10), + (63066, "471515", 1, 0, 10), + (63067, "480990", 1, 0, 10), + (63068, "480999", 1, 0, 10), + (63069, "481771", 1, 0, 10), + (63070, "480888", 1, 0, 10), + (63071, "477445", 1, 0, 10), + (63072, "473443", 1, 0, 10), + (63073, "486881", 1, 0, 10), + (63074, "481778", 1, 0, 10), + (63075, "460330", 1, 0, 10), + (63076, "460330", 1, 0, 10), + (63077, "460330", 1, 0, 10), + (63078, "460330", 1, 0, 10), + (63079, "481331", 1, 0, 10), + (63080, "481666", 1, 0, 10), + (63081, "481666", 1, 0, 10), + (63082, "481666", 1, 0, 10), + (63083, "481666", 1, 0, 10), + (63084, "481666", 1, 0, 10), + (63085, "481666", 1, 0, 10), + (63086, "481666", 1, 0, 10), + (63087, "481666", 1, 0, 10), + (63088, "488059", 1, 0, 10), + (63089, "488059", 1, 0, 10), + (63090, "488059", 1, 0, 10), + (63091, "488059", 1, 0, 10), + (63092, "488059", 1, 0, 10), + (63093, "488059", 1, 0, 10), + (63094, "488059", 1, 0, 10), + (63095, "471515", 1, 0, 10), + (63096, "472101", 1, 0, 10), + (63097, "465441", 1, 0, 10), + (63098, "465441", 1, 0, 10), + (63099, "465441", 1, 0, 10), + (63100, "465441", 1, 0, 10), + (63101, "465441", 1, 0, 10), + (63102, "465441", 1, 0, 10), + (63103, "465441", 1, 0, 10), + (63104, "465001", 1, 0, 10), + (63105, "465001", 1, 0, 10), + (63106, "465001", 1, 0, 10), + (63107, "465001", 1, 0, 10), + (63108, "465441", 1, 0, 10), + (63109, "465441", 1, 0, 10), + (63110, "465441", 1, 0, 10), + (63111, "465441", 1, 0, 10), + (63112, "465441", 1, 0, 10), + (63113, "465441", 1, 0, 10), + (63114, "465441", 1, 0, 10), + (63115, "465441", 1, 0, 10), + (63116, "465001", 1, 0, 10), + (63117, "465001", 1, 0, 10), + (63118, "465001", 1, 0, 10), + (63119, "465001", 1, 0, 10), + (63120, "465001", 1, 0, 10), + (63121, "465001", 1, 0, 10), + (63122, "450331", 1, 0, 10), + (63123, "465001", 1, 0, 10), + (63124, "473995", 1, 0, 10), + (63125, "473995", 1, 0, 10), + (63126, "473995", 1, 0, 10), + (63127, "473995", 1, 0, 10), + (63128, "473662", 1, 0, 10), + (63129, "473662", 1, 0, 10), + (63130, "473662", 1, 0, 10), + (63131, "473662", 1, 0, 10), + (63132, "473662", 1, 0, 10), + (63133, "473662", 1, 0, 10), + (63134, "473662", 1, 0, 10), + (63135, "473995", 1, 0, 10), + (63136, "473995", 1, 0, 10), + (63137, "473995", 1, 0, 10), + (63138, "473995", 1, 0, 10), + (63139, "473781", 1, 0, 10), + (63140, "473781", 1, 0, 10), + (63141, "473781", 1, 0, 10), + (63142, "473781", 1, 0, 10), + (63143, "473781", 1, 0, 10), + (63144, "473781", 1, 0, 10), + (63145, "473781", 1, 0, 10), + (63146, "473781", 1, 0, 10), + (63147, "473781", 1, 0, 10), + (63148, "473781", 1, 0, 10), + (63149, "473781", 1, 0, 10), + (63150, "473781", 1, 0, 10), + (63151, "473781", 1, 0, 10), + (63152, "473662", 1, 0, 10), + (63153, "473662", 1, 0, 10), + (63154, "473662", 1, 0, 10), + (63155, "473670", 1, 0, 10), + (63156, "473670", 1, 0, 10), + (63157, "473670", 1, 0, 10), + (63158, "473670", 1, 0, 10), + (63159, "473670", 1, 0, 10), + (63160, "473670", 1, 0, 10), + (63161, "473670", 1, 0, 10), + (63162, "473670", 1, 0, 10), + (63163, "473670", 1, 0, 10), + (63164, "473880", 1, 0, 10), + (63165, "473880", 1, 0, 10), + (63166, "473775", 1, 0, 10), + (63167, "473775", 1, 0, 10), + (63168, "473775", 1, 0, 10), + (63169, "473775", 1, 0, 10), + (63170, "473775", 1, 0, 10), + (63171, "473775", 1, 0, 10), + (63172, "473775", 1, 0, 10), + (63173, "473775", 1, 0, 10), + (63174, "473775", 1, 0, 10), + (63175, "473670", 1, 0, 10), + (63176, "473670", 1, 0, 10), + (63177, "473670", 1, 0, 10), + (63178, "473880", 1, 0, 10), + (63179, "473880", 1, 0, 10), + (63180, "473880", 1, 0, 10), + (63181, "473880", 1, 0, 10), + (63182, "473880", 1, 0, 10), + (63183, "473880", 1, 0, 10), + (63184, "473775", 1, 0, 10), + (63185, "473775", 1, 0, 10), + (63186, "473775", 1, 0, 10), + (63187, "473775", 1, 0, 10), + (63188, "473995", 1, 0, 10), + (63189, "473995", 1, 0, 10), + (63190, "473995", 1, 0, 10), + (63191, "473995", 1, 0, 10), + (63192, "473995", 1, 0, 10), + (63193, "473995", 1, 0, 10), + (63194, "473995", 1, 0, 10), + (63195, "473995", 1, 0, 10), + (63196, "473995", 1, 0, 10), + (63197, "473995", 1, 0, 10), + (63198, "473995", 1, 0, 10), + (63199, "473990", 1, 0, 10), + (63200, "473990", 1, 0, 10), + (63201, "473551", 1, 0, 10), + (63202, "473551", 1, 0, 10), + (63203, "473990", 1, 0, 10), + (63204, "473551", 1, 0, 10), + (63205, "473551", 1, 0, 10), + (63206, "473990", 1, 0, 10), + (63207, "473990", 1, 0, 10), + (63208, "473990", 1, 0, 10), + (63209, "473990", 1, 0, 10), + (63210, "473770", 1, 0, 10), + (63211, "473770", 1, 0, 10), + (63212, "473770", 1, 0, 10), + (63213, "473770", 1, 0, 10), + (63214, "473990", 1, 0, 10), + (63215, "473770", 1, 0, 10), + (63216, "473770", 1, 0, 10), + (63217, "473770", 1, 0, 10), + (63218, "473770", 1, 0, 10), + (63219, "473865", 1, 0, 10), + (63220, "473865", 1, 0, 10), + (63221, "473865", 1, 0, 10), + (63222, "473865", 1, 0, 10), + (63223, "473865", 1, 0, 10), + (63224, "473665", 1, 0, 10), + (63225, "473665", 1, 0, 10), + (63226, "473665", 1, 0, 10), + (63227, "473665", 1, 0, 10), + (63228, "473665", 1, 0, 10), + (63229, "473665", 1, 0, 10), + (63230, "473665", 1, 0, 10), + (63231, "473665", 1, 0, 10), + (63232, "473551", 1, 0, 10), + (63233, "473551", 1, 0, 10), + (63234, "473665", 1, 0, 10), + (63235, "473551", 1, 0, 10), + (63236, "473665", 1, 0, 10), + (63237, "473665", 1, 0, 10), + (63238, "473665", 1, 0, 10), + (63239, "473665", 1, 0, 10), + (63240, "473665", 1, 0, 10), + (63241, "473665", 1, 0, 10), + (63242, "473551", 1, 0, 10), + (63243, "473551", 1, 0, 10), + (63244, "473551", 1, 0, 10), + (63245, "473551", 1, 0, 10), + (63246, "473551", 1, 0, 10), + (63247, "473551", 1, 0, 10), + (63248, "465337", 1, 0, 10), + (63249, "465337", 1, 0, 10), + (63250, "465337", 1, 0, 10), + (63251, "465337", 1, 0, 10), + (63252, "465337", 1, 0, 10), + (63253, "465337", 1, 0, 10), + (63254, "465337", 1, 0, 10), + (63255, "465337", 1, 0, 10), + (63256, "465220", 1, 0, 10), + (63257, "465220", 1, 0, 10), + (63258, "465220", 1, 0, 10), + (63259, "465220", 1, 0, 10), + (63260, "465220", 1, 0, 10), + (63261, "465220", 1, 0, 10), + (63262, "465337", 1, 0, 10), + (63263, "465220", 1, 0, 10), + (63264, "465230", 1, 0, 10), + (63265, "465339", 1, 0, 10), + (63266, "465339", 1, 0, 10), + (63267, "465339", 1, 0, 10), + (63268, "465339", 1, 0, 10), + (63269, "465339", 1, 0, 10), + (63270, "465230", 1, 0, 10), + (63271, "465230", 1, 0, 10), + (63272, "465230", 1, 0, 10), + (63273, "465230", 1, 0, 10), + (63274, "465230", 1, 0, 10), + (63275, "465445", 1, 0, 10), + (63276, "465445", 1, 0, 10), + (63277, "465445", 1, 0, 10), + (63278, "465445", 1, 0, 10), + (63279, "465445", 1, 0, 10), + (63280, "465445", 1, 0, 10), + (63281, "465445", 1, 0, 10), + (63282, "465106", 1, 0, 10), + (63283, "465445", 1, 0, 10), + (63284, "465445", 1, 0, 10), + (63285, "465106", 1, 0, 10), + (63286, "465335", 1, 0, 10), + (63287, "465337", 1, 0, 10), + (63288, "465337", 1, 0, 10), + (63289, "465337", 1, 0, 10), + (63290, "465337", 1, 0, 10), + (63291, "465337", 1, 0, 10), + (63292, "465337", 1, 0, 10), + (63293, "465337", 1, 0, 10), + (63294, "465335", 1, 0, 10), + (63295, "465335", 1, 0, 10), + (63296, "465335", 1, 0, 10), + (63297, "465337", 1, 0, 10), + (63298, "465335", 1, 0, 10), + (63299, "465110", 1, 0, 10), + (63300, "465110", 1, 0, 10), + (63301, "465110", 1, 0, 10), + (63302, "465110", 1, 0, 10), + (63303, "465110", 1, 0, 10), + (63304, "465110", 1, 0, 10), + (63305, "465226", 1, 0, 10), + (63306, "465226", 1, 0, 10), + (63307, "465226", 1, 0, 10), + (63308, "465226", 1, 0, 10), + (63309, "465226", 1, 0, 10), + (63310, "465226", 1, 0, 10), + (63311, "465226", 1, 0, 10), + (63312, "465226", 1, 0, 10), + (63313, "465226", 1, 0, 10), + (63314, "465226", 1, 0, 10), + (63315, "465550", 1, 0, 10), + (63316, "465550", 1, 0, 10), + (63317, "465223", 1, 0, 10), + (63318, "465223", 1, 0, 10), + (63319, "465550", 1, 0, 10), + (63320, "465550", 1, 0, 10), + (63321, "465550", 1, 0, 10), + (63322, "465223", 1, 0, 10), + (63323, "465223", 1, 0, 10), + (63324, "465223", 1, 0, 10), + (63325, "465223", 1, 0, 10), + (63326, "465223", 1, 0, 10), + (63327, "465223", 1, 0, 10), + (63328, "455118", 1, 0, 10), + (63329, "454335", 1, 0, 10), + (63330, "454331", 1, 0, 10), + (63331, "454552", 1, 0, 10), + (63332, "473885", 1, 0, 10), + (63333, "473885", 1, 0, 10), + (63334, "473885", 1, 0, 10), + (63335, "473885", 1, 0, 10), + (63336, "473885", 1, 0, 10), + (63337, "473885", 1, 0, 10), + (63338, "473585", 1, 0, 10), + (63339, "473585", 1, 0, 10), + (63340, "473585", 1, 0, 10), + (63341, "473585", 1, 0, 10), + (63342, "473585", 1, 0, 10), + (63343, "473585", 1, 0, 10), + (63344, "473585", 1, 0, 10), + (63345, "473585", 1, 0, 10), + (63346, "473585", 1, 0, 10), + (63347, "473793", 1, 0, 10), + (63348, "473793", 1, 0, 10), + (63349, "473793", 1, 0, 10), + (63350, "473793", 1, 0, 10), + (63351, "473793", 1, 0, 10), + (63352, "473793", 1, 0, 10), + (63353, "473793", 1, 0, 10), + (63354, "473793", 1, 0, 10), + (63355, "473793", 1, 0, 10), + (63356, "473793", 1, 0, 10), + (63357, "473793", 1, 0, 10), + (63358, "473774", 1, 0, 10), + (63359, "473774", 1, 0, 10), + (63360, "473774", 1, 0, 10), + (63361, "473774", 1, 0, 10), + (63362, "473774", 1, 0, 10), + (63363, "473774", 1, 0, 10), + (63364, "473774", 1, 0, 10), + (63365, "473774", 1, 0, 10), + (63366, "473774", 1, 0, 10), + (63367, "473774", 1, 0, 10), + (63368, "473774", 1, 0, 10), + (63369, "473774", 1, 0, 10), + (63370, "473774", 1, 0, 10), + (63371, "473660", 1, 0, 10), + (63372, "473660", 1, 0, 10), + (63373, "473660", 1, 0, 10), + (63374, "473660", 1, 0, 10), + (63375, "473660", 1, 0, 10), + (63376, "473660", 1, 0, 10), + (63377, "473660", 1, 0, 10), + (63378, "473660", 1, 0, 10), + (63379, "473660", 1, 0, 10), + (63380, "473660", 1, 0, 10), + (63381, "473660", 1, 0, 10), + (63382, "473660", 1, 0, 10), + (63383, "473660", 1, 0, 10), + (63384, "473660", 1, 0, 10), + (63385, "473660", 1, 0, 10), + (63386, "473335", 1, 0, 10), + (63387, "473335", 1, 0, 10), + (63388, "473335", 1, 0, 10), + (63389, "473335", 1, 0, 10), + (63390, "473335", 1, 0, 10), + (63391, "473335", 1, 0, 10), + (63392, "473335", 1, 0, 10), + (63393, "473335", 1, 0, 10), + (63394, "473335", 1, 0, 10), + (63395, "473335", 1, 0, 10), + (63396, "473335", 1, 0, 10), + (63397, "473335", 1, 0, 10), + (63398, "473335", 1, 0, 10), + (63399, "473335", 1, 0, 10), + (63400, "473335", 1, 0, 10), + (63401, "473335", 1, 0, 10), + (63402, "473222", 1, 0, 10), + (63403, "473222", 1, 0, 10), + (63404, "473222", 1, 0, 10), + (63405, "473222", 1, 0, 10), + (63406, "473287", 1, 0, 10), + (63407, "473287", 1, 0, 10), + (63408, "473287", 1, 0, 10), + (63409, "473287", 1, 0, 10), + (63410, "473287", 1, 0, 10), + (63411, "473287", 1, 0, 10), + (63412, "473287", 1, 0, 10), + (63413, "473287", 1, 0, 10), + (63414, "473287", 1, 0, 10), + (63415, "473287", 1, 0, 10), + (63416, "473287", 1, 0, 10), + (63417, "473444", 1, 0, 10), + (63418, "473445", 1, 0, 10), + (63419, "473443", 1, 0, 10), + (63420, "473445", 1, 0, 10), + (63421, "473444", 1, 0, 10), + (63422, "473445", 1, 0, 10), + (63423, "473443", 1, 0, 10), + (63424, "473443", 1, 0, 10), + (63425, "473445", 1, 0, 10), + (63426, "473444", 1, 0, 10), + (63427, "473444", 1, 0, 10), + (63428, "473440", 1, 0, 10), + (63429, "473440", 1, 0, 10), + (63430, "473440", 1, 0, 10), + (63431, "473440", 1, 0, 10), + (63432, "473440", 1, 0, 10), + (63433, "473226", 1, 0, 10), + (63434, "473226", 1, 0, 10), + (63435, "473226", 1, 0, 10), + (63436, "473110", 1, 0, 10), + (63437, "473110", 1, 0, 10), + (63438, "473110", 1, 0, 10), + (63439, "473332", 1, 0, 10), + (63440, "473332", 1, 0, 10), + (63441, "473330", 1, 0, 10), + (63442, "473332", 1, 0, 10), + (63443, "473332", 1, 0, 10), + (63444, "473330", 1, 0, 10), + (63445, "473332", 1, 0, 10), + (63446, "473330", 1, 0, 10), + (63447, "473330", 1, 0, 10), + (63448, "473330", 1, 0, 10), + (63449, "473330", 1, 0, 10), + (63450, "473330", 1, 0, 10), + (63451, "473330", 1, 0, 10), + (63452, "473330", 1, 0, 10), + (63453, "473111", 1, 0, 10), + (63454, "473111", 1, 0, 10), + (63455, "473111", 1, 0, 10), + (63456, "473249", 1, 0, 10), + (63457, "473113", 1, 0, 10), + (63458, "473113", 1, 0, 10), + (63459, "473249", 1, 0, 10), + (63460, "473001", 1, 0, 10), + (63461, "473001", 1, 0, 10), + (63462, "473113", 1, 0, 10), + (63463, "473113", 1, 0, 10), + (63464, "473001", 1, 0, 10), + (63465, "473249", 1, 0, 10), + (63466, "473113", 1, 0, 10), + (63467, "473001", 1, 0, 10), + (63468, "473249", 1, 0, 10), + (63469, "473113", 1, 0, 10), + (63470, "473113", 1, 0, 10), + (63471, "473113", 1, 0, 10), + (63472, "473551", 1, 0, 10), + (63473, "473551", 1, 0, 10), + (63474, "473551", 1, 0, 10), + (63475, "473551", 1, 0, 10), + (63476, "473551", 1, 0, 10), + (63477, "473551", 1, 0, 10), + (63478, "473551", 1, 0, 10), + (63479, "473551", 1, 0, 10), + (63480, "473551", 1, 0, 10), + (63481, "473551", 1, 0, 10), + (63482, "473551", 1, 0, 10), + (63483, "473551", 1, 0, 10), + (63484, "473551", 1, 0, 10), + (63485, "473101", 1, 0, 10), + (63486, "473101", 1, 0, 10), + (63487, "473101", 1, 0, 10), + (63488, "473101", 1, 0, 10), + (63489, "473101", 1, 0, 10), + (63490, "473101", 1, 0, 10), + (63491, "473101", 1, 0, 10), + (63492, "473101", 1, 0, 10), + (63493, "473101", 1, 0, 10), + (63494, "473101", 1, 0, 10), + (63495, "473101", 1, 0, 10), + (63496, "473101", 1, 0, 10), + (63497, "473101", 1, 0, 10), + (63498, "473101", 1, 0, 10), + (63499, "473331", 1, 0, 10), + (63500, "473331", 1, 0, 10), + (63501, "473331", 1, 0, 10), + (63502, "473331", 1, 0, 10), + (63503, "473331", 1, 0, 10), + (63504, "473331", 1, 0, 10), + (63505, "473331", 1, 0, 10), + (63506, "473331", 1, 0, 10), + (63507, "473331", 1, 0, 10), + (63508, "473331", 1, 0, 10), + (63509, "473331", 1, 0, 10), + (63510, "473331", 1, 0, 10), + (63511, "473331", 1, 0, 10), + (63512, "473331", 1, 0, 10), + (63513, "473331", 1, 0, 10), + (63514, "473331", 1, 0, 10), + (63515, "473331", 1, 0, 10), + (63516, "473331", 1, 0, 10), + (63517, "473331", 1, 0, 10), + (63518, "473331", 1, 0, 10), + (63519, "473331", 1, 0, 10), + (63520, "473331", 1, 0, 10), + (63521, "473331", 1, 0, 10), + (63522, "473105", 1, 0, 10), + (63523, "473105", 1, 0, 10), + (63524, "473105", 1, 0, 10), + (63525, "473105", 1, 0, 10), + (63526, "473105", 1, 0, 10), + (63527, "473105", 1, 0, 10), + (63528, "473105", 1, 0, 10), + (63529, "473105", 1, 0, 10), + (63530, "473105", 1, 0, 10), + (63531, "473105", 1, 0, 10), + (63532, "473105", 1, 0, 10), + (63533, "473105", 1, 0, 10), + (63534, "473105", 1, 0, 10), + (63535, "473105", 1, 0, 10), + (63536, "473105", 1, 0, 10), + (63537, "473105", 1, 0, 10), + (63538, "473105", 1, 0, 10), + (63539, "473105", 1, 0, 10), + (63540, "473105", 1, 0, 10), + (63541, "473105", 1, 0, 10), + (63542, "473115", 1, 0, 10), + (63543, "473115", 1, 0, 10), + (63544, "473115", 1, 0, 10), + (63545, "473115", 1, 0, 10), + (63546, "473115", 1, 0, 10), + (63547, "473115", 1, 0, 10), + (63548, "473115", 1, 0, 10), + (63549, "473115", 1, 0, 10), + (63550, "473115", 1, 0, 10), + (63551, "473115", 1, 0, 10), + (63552, "473115", 1, 0, 10), + (63553, "473118", 1, 0, 10), + (63554, "473446", 1, 0, 10), + (63555, "473446", 1, 0, 10), + (63556, "473446", 1, 0, 10), + (63557, "473446", 1, 0, 10), + (63558, "473446", 1, 0, 10), + (63559, "473446", 1, 0, 10), + (63560, "473446", 1, 0, 10), + (63561, "473446", 1, 0, 10), + (63562, "473446", 1, 0, 10), + (63563, "473446", 1, 0, 10), + (63564, "473446", 1, 0, 10), + (63565, "473446", 1, 0, 10), + (63566, "481337", 1, 0, 10), + (63567, "481337", 1, 0, 10), + (63568, "481337", 1, 0, 10), + (63569, "481337", 1, 0, 10), + (63570, "481337", 1, 0, 10), + (63571, "481337", 1, 0, 10), + (63572, "481337", 1, 0, 10), + (63573, "481337", 1, 0, 10), + (63574, "481337", 1, 0, 10), + (63575, "481226", 1, 0, 10), + (63576, "475686", 1, 0, 10), + (63577, "475686", 1, 0, 10), + (63578, "475686", 1, 0, 10), + (63579, "475686", 1, 0, 10), + (63580, "475686", 1, 0, 10), + (63581, "475686", 1, 0, 10), + (63582, "475686", 1, 0, 10), + (63583, "481224", 1, 0, 10), + (63584, "481224", 1, 0, 10), + (63585, "481224", 1, 0, 10), + (63586, "481224", 1, 0, 10), + (63587, "481224", 1, 0, 10), + (63588, "481226", 1, 0, 10), + (63589, "481226", 1, 0, 10), + (63590, "481226", 1, 0, 10), + (63591, "474010", 1, 0, 10), + (63592, "481226", 1, 0, 10), + (63593, "481226", 1, 0, 10), + (63594, "481226", 1, 0, 10), + (63595, "481226", 1, 0, 10), + (63596, "481226", 1, 0, 10), + (63597, "481226", 1, 0, 10), + (63598, "481226", 1, 0, 10), + (63599, "481117", 1, 0, 10), + (63600, "456221", 1, 0, 10), + (63601, "481117", 1, 0, 10), + (63602, "456221", 1, 0, 10), + (63603, "456221", 1, 0, 10), + (63604, "481117", 1, 0, 10), + (63605, "475002", 1, 0, 10), + (63606, "475002", 1, 0, 10), + (63607, "475002", 1, 0, 10), + (63608, "475002", 1, 0, 10), + (63609, "475002", 1, 0, 10), + (63610, "475002", 1, 0, 10), + (63611, "481226", 1, 0, 10), + (63612, "481226", 1, 0, 10), + (63613, "481117", 1, 0, 10), + (63614, "481117", 1, 0, 10), + (63615, "474020", 1, 0, 10), + (63616, "474020", 1, 0, 10), + (63617, "475330", 1, 0, 10), + (63618, "475330", 1, 0, 10), + (63619, "475330", 1, 0, 10), + (63620, "474020", 1, 0, 10), + (63621, "475330", 1, 0, 10), + (63622, "475330", 1, 0, 10), + (63623, "475330", 1, 0, 10), + (63624, "475330", 1, 0, 10), + (63625, "475330", 1, 0, 10), + (63626, "475330", 1, 0, 10), + (63627, "475330", 1, 0, 10), + (63628, "475330", 1, 0, 10), + (63629, "475330", 1, 0, 10), + (63630, "475330", 1, 0, 10), + (63631, "475330", 1, 0, 10), + (63632, "475330", 1, 0, 10), + (63633, "475330", 1, 0, 10), + (63634, "481117", 1, 0, 10), + (63635, "456221", 1, 0, 10), + (63636, "456006", 1, 0, 10), + (63637, "474006", 1, 0, 10), + (63638, "456006", 1, 0, 10), + (63639, "456006", 1, 0, 10), + (63640, "474006", 1, 0, 10), + (63641, "474006", 1, 0, 10), + (63642, "474006", 1, 0, 10), + (63643, "456006", 1, 0, 10), + (63644, "474006", 1, 0, 10), + (63645, "481102", 1, 0, 10), + (63646, "474006", 1, 0, 10), + (63647, "474006", 1, 0, 10), + (63648, "456006", 1, 0, 10), + (63649, "474006", 1, 0, 10), + (63650, "474006", 1, 0, 10), + (63651, "474006", 1, 0, 10), + (63652, "475671", 1, 0, 10), + (63653, "475671", 1, 0, 10), + (63654, "481102", 1, 0, 10), + (63655, "474006", 1, 0, 10), + (63656, "481102", 1, 0, 10), + (63657, "456006", 1, 0, 10), + (63658, "456006", 1, 0, 10), + (63659, "475671", 1, 0, 10), + (63660, "475671", 1, 0, 10), + (63661, "475671", 1, 0, 10), + (63662, "475671", 1, 0, 10), + (63663, "456006", 1, 0, 10), + (63664, "475671", 1, 0, 10), + (63665, "475671", 1, 0, 10), + (63666, "475673", 1, 0, 10), + (63667, "475673", 1, 0, 10), + (63668, "456003", 1, 0, 10), + (63669, "481102", 1, 0, 10), + (63670, "475671", 1, 0, 10), + (63671, "456003", 1, 0, 10), + (63672, "475673", 1, 0, 10), + (63673, "475673", 1, 0, 10), + (63674, "470441", 1, 0, 10), + (63675, "470441", 1, 0, 10), + (63676, "470441", 1, 0, 10), + (63677, "470441", 1, 0, 10), + (63678, "481222", 1, 0, 10), + (63679, "481224", 1, 0, 10), + (63680, "470441", 1, 0, 10), + (63681, "470441", 1, 0, 10), + (63682, "470441", 1, 0, 10), + (63683, "470441", 1, 0, 10), + (63684, "481224", 1, 0, 10), + (63685, "481551", 1, 0, 10), + (63686, "481222", 1, 0, 10), + (63687, "481222", 1, 0, 10), + (63688, "481222", 1, 0, 10), + (63689, "481222", 1, 0, 10), + (63690, "481222", 1, 0, 10), + (63691, "481222", 1, 0, 10), + (63692, "481222", 1, 0, 10), + (63693, "481551", 1, 0, 10), + (63694, "481551", 1, 0, 10), + (63695, "481445", 1, 0, 10), + (63696, "481445", 1, 0, 10), + (63697, "481445", 1, 0, 10), + (63698, "481445", 1, 0, 10), + (63699, "481445", 1, 0, 10), + (63700, "481337", 1, 0, 10), + (63701, "481445", 1, 0, 10), + (63702, "481337", 1, 0, 10), + (63703, "481337", 1, 0, 10), + (63704, "481445", 1, 0, 10), + (63705, "481445", 1, 0, 10), + (63706, "481445", 1, 0, 10), + (63707, "481551", 1, 0, 10), + (63708, "481551", 1, 0, 10), + (63709, "481551", 1, 0, 10), + (63710, "481551", 1, 0, 10), + (63711, "481551", 1, 0, 10), + (63712, "456664", 1, 0, 10), + (63713, "456664", 1, 0, 10), + (63714, "456664", 1, 0, 10), + (63715, "456664", 1, 0, 10), + (63716, "480888", 1, 0, 10), + (63717, "480888", 1, 0, 10), + (63718, "480888", 1, 0, 10), + (63719, "481111", 1, 0, 10), + (63720, "475661", 1, 0, 10), + (63721, "456337", 1, 0, 10), + (63722, "475661", 1, 0, 10), + (63723, "475661", 1, 0, 10), + (63724, "456337", 1, 0, 10), + (63725, "481111", 1, 0, 10), + (63726, "475661", 1, 0, 10), + (63727, "481111", 1, 0, 10), + (63728, "475661", 1, 0, 10), + (63729, "456337", 1, 0, 10), + (63730, "475661", 1, 0, 10), + (63731, "475661", 1, 0, 10), + (63732, "475661", 1, 0, 10), + (63733, "475661", 1, 0, 10), + (63734, "475661", 1, 0, 10), + (63735, "475335", 1, 0, 10), + (63736, "456337", 1, 0, 10), + (63737, "475335", 1, 0, 10), + (63738, "475335", 1, 0, 10), + (63739, "475335", 1, 0, 10), + (63740, "475335", 1, 0, 10), + (63741, "475335", 1, 0, 10), + (63742, "481111", 1, 0, 10), + (63743, "475335", 1, 0, 10), + (63744, "475335", 1, 0, 10), + (63745, "456337", 1, 0, 10), + (63746, "475335", 1, 0, 10), + (63747, "475335", 1, 0, 10), + (63748, "481111", 1, 0, 10), + (63749, "475335", 1, 0, 10), + (63750, "475335", 1, 0, 10), + (63751, "481111", 1, 0, 10), + (63752, "475335", 1, 0, 10), + (63753, "475335", 1, 0, 10), + (63754, "481111", 1, 0, 10), + (63755, "475335", 1, 0, 10), + (63756, "475336", 1, 0, 10), + (63757, "481051", 1, 0, 10), + (63758, "475336", 1, 0, 10), + (63759, "456661", 1, 0, 10), + (63760, "475336", 1, 0, 10), + (63761, "481051", 1, 0, 10), + (63762, "475336", 1, 0, 10), + (63763, "475336", 1, 0, 10), + (63764, "456661", 1, 0, 10), + (63765, "456776", 1, 0, 10), + (63766, "475336", 1, 0, 10), + (63767, "481051", 1, 0, 10), + (63768, "475336", 1, 0, 10), + (63769, "456776", 1, 0, 10), + (63770, "475675", 1, 0, 10), + (63771, "481051", 1, 0, 10), + (63772, "475675", 1, 0, 10), + (63773, "475675", 1, 0, 10), + (63774, "481051", 1, 0, 10), + (63775, "475675", 1, 0, 10), + (63776, "475675", 1, 0, 10), + (63777, "475675", 1, 0, 10), + (63778, "475675", 1, 0, 10), + (63779, "456776", 1, 0, 10), + (63780, "475675", 1, 0, 10), + (63781, "475675", 1, 0, 10), + (63782, "481051", 1, 0, 10), + (63783, "475675", 1, 0, 10), + (63784, "475675", 1, 0, 10), + (63785, "481051", 1, 0, 10), + (63786, "475675", 1, 0, 10), + (63787, "475675", 1, 0, 10), + (63788, "456776", 1, 0, 10), + (63789, "475661", 1, 0, 10), + (63790, "475675", 1, 0, 10), + (63791, "481051", 1, 0, 10), + (63792, "475675", 1, 0, 10), + (63793, "475661", 1, 0, 10), + (63794, "456776", 1, 0, 10), + (63795, "481051", 1, 0, 10), + (63796, "475661", 1, 0, 10), + (63797, "475661", 1, 0, 10), + (63798, "475335", 1, 0, 10), + (63799, "475661", 1, 0, 10), + (63800, "475661", 1, 0, 10), + (63801, "475661", 1, 0, 10), + (63802, "481111", 1, 0, 10), + (63803, "475661", 1, 0, 10), + (63804, "481111", 1, 0, 10), + (63805, "475661", 1, 0, 10), + (63806, "475661", 1, 0, 10), + (63807, "475661", 1, 0, 10), + (63808, "456337", 1, 0, 10), + (63809, "481111", 1, 0, 10), + (63810, "475661", 1, 0, 10), + (63811, "475661", 1, 0, 10), + (63812, "456337", 1, 0, 10), + (63813, "475661", 1, 0, 10), + (63814, "456337", 1, 0, 10), + (63815, "475661", 1, 0, 10), + (63816, "475661", 1, 0, 10), + (63817, "475682", 1, 0, 10), + (63818, "475682", 1, 0, 10), + (63819, "475682", 1, 0, 10), + (63820, "456665", 1, 0, 10), + (63821, "475682", 1, 0, 10), + (63822, "475682", 1, 0, 10), + (63823, "475682", 1, 0, 10), + (63824, "456665", 1, 0, 10), + (63825, "475682", 1, 0, 10), + (63826, "475682", 1, 0, 10), + (63827, "456665", 1, 0, 10), + (63828, "475682", 1, 0, 10), + (63829, "475682", 1, 0, 10), + (63830, "456665", 1, 0, 10), + (63831, "475682", 1, 0, 10), + (63832, "475336", 1, 0, 10), + (63833, "475336", 1, 0, 10), + (63834, "475675", 1, 0, 10), + (63835, "475682", 1, 0, 10), + (63836, "456665", 1, 0, 10), + (63837, "475682", 1, 0, 10), + (63838, "475336", 1, 0, 10), + (63839, "475336", 1, 0, 10), + (63840, "481051", 1, 0, 10), + (63841, "475685", 1, 0, 10), + (63842, "456006", 1, 0, 10), + (63843, "456006", 1, 0, 10), + (63844, "475685", 1, 0, 10), + (63845, "456006", 1, 0, 10), + (63846, "475685", 1, 0, 10), + (63847, "475685", 1, 0, 10), + (63848, "456006", 1, 0, 10), + (63849, "475685", 1, 0, 10), + (63850, "475685", 1, 0, 10), + (63851, "475685", 1, 0, 10), + (63852, "475685", 1, 0, 10), + (63853, "481051", 1, 0, 10), + (63854, "475673", 1, 0, 10), + (63855, "456003", 1, 0, 10), + (63856, "475673", 1, 0, 10), + (63857, "475673", 1, 0, 10), + (63858, "456003", 1, 0, 10), + (63859, "475673", 1, 0, 10), + (63860, "475673", 1, 0, 10), + (63861, "456006", 1, 0, 10), + (63862, "475673", 1, 0, 10), + (63863, "456006", 1, 0, 10), + (63864, "475673", 1, 0, 10), + (63865, "456006", 1, 0, 10), + (63866, "475685", 1, 0, 10), + (63867, "456335", 1, 0, 10), + (63868, "456335", 1, 0, 10), + (63869, "456664", 1, 0, 10), + (63870, "456664", 1, 0, 10), + (63871, "456335", 1, 0, 10), + (63872, "456335", 1, 0, 10), + (63873, "456335", 1, 0, 10), + (63874, "456440", 1, 0, 10), + (63875, "475220", 1, 0, 10), + (63876, "456440", 1, 0, 10), + (63877, "475220", 1, 0, 10), + (63878, "475220", 1, 0, 10), + (63879, "456443", 1, 0, 10), + (63880, "456443", 1, 0, 10), + (63881, "475220", 1, 0, 10), + (63882, "456440", 1, 0, 10), + (63883, "456440", 1, 0, 10), + (63884, "475220", 1, 0, 10), + (63885, "456440", 1, 0, 10), + (63886, "475220", 1, 0, 10), + (63887, "456440", 1, 0, 10), + (63888, "475220", 1, 0, 10), + (63889, "475220", 1, 0, 10), + (63890, "475220", 1, 0, 10), + (63891, "475220", 1, 0, 10), + (63892, "475220", 1, 0, 10), + (63893, "475110", 1, 0, 10), + (63894, "475110", 1, 0, 10), + (63895, "475110", 1, 0, 10), + (63896, "475110", 1, 0, 10), + (63897, "475110", 1, 0, 10), + (63898, "475110", 1, 0, 10), + (63899, "475110", 1, 0, 10), + (63900, "475110", 1, 0, 10), + (63901, "475110", 1, 0, 10), + (63902, "475110", 1, 0, 10), + (63903, "475110", 1, 0, 10), + (63904, "475110", 1, 0, 10), + (63905, "475110", 1, 0, 10), + (63906, "475110", 1, 0, 10), + (63907, "475110", 1, 0, 10), + (63908, "475110", 1, 0, 10), + (63909, "474005", 1, 0, 10), + (63910, "474005", 1, 0, 10), + (63911, "474005", 1, 0, 10), + (63912, "474010", 1, 0, 10), + (63913, "474010", 1, 0, 10), + (63914, "474010", 1, 0, 10), + (63915, "474010", 1, 0, 10), + (63916, "474010", 1, 0, 10), + (63917, "474010", 1, 0, 10), + (63918, "474010", 1, 0, 10), + (63919, "474005", 1, 0, 10), + (63920, "475115", 1, 0, 10), + (63921, "475115", 1, 0, 10), + (63922, "475115", 1, 0, 10), + (63923, "475115", 1, 0, 10), + (63924, "475115", 1, 0, 10), + (63925, "475115", 1, 0, 10), + (63926, "475115", 1, 0, 10), + (63927, "475115", 1, 0, 10), + (63928, "475115", 1, 0, 10), + (63929, "475115", 1, 0, 10), + (63930, "475005", 1, 0, 10), + (63931, "475005", 1, 0, 10), + (63932, "475005", 1, 0, 10), + (63933, "475005", 1, 0, 10), + (63934, "475005", 1, 0, 10), + (63935, "475686", 1, 0, 10), + (63936, "475686", 1, 0, 10), + (63937, "475686", 1, 0, 10), + (63938, "475686", 1, 0, 10), + (63939, "474001", 1, 0, 10), + (63940, "456224", 1, 0, 10), + (63941, "474001", 1, 0, 10), + (63942, "456224", 1, 0, 10), + (63943, "474001", 1, 0, 10), + (63944, "456224", 1, 0, 10), + (63945, "474001", 1, 0, 10), + (63946, "474001", 1, 0, 10), + (63947, "474001", 1, 0, 10), + (63948, "456224", 1, 0, 10), + (63949, "474001", 1, 0, 10), + (63950, "475001", 1, 0, 10), + (63951, "475001", 1, 0, 10), + (63952, "456224", 1, 0, 10), + (63953, "456224", 1, 0, 10), + (63954, "475001", 1, 0, 10), + (63955, "475001", 1, 0, 10), + (63956, "456668", 1, 0, 10), + (63957, "475001", 1, 0, 10), + (63958, "475001", 1, 0, 10), + (63959, "475001", 1, 0, 10), + (63960, "475001", 1, 0, 10), + (63961, "456668", 1, 0, 10), + (63962, "475001", 1, 0, 10), + (63963, "475001", 1, 0, 10), + (63964, "475001", 1, 0, 10), + (63965, "475001", 1, 0, 10), + (63966, "475001", 1, 0, 10), + (63967, "456668", 1, 0, 10), + (63968, "456668", 1, 0, 10), + (63969, "475001", 1, 0, 10), + (63970, "456668", 1, 0, 10), + (63971, "475001", 1, 0, 10), + (63972, "475220", 1, 0, 10), + (63973, "475220", 1, 0, 10), + (63974, "456443", 1, 0, 10), + (63975, "475220", 1, 0, 10), + (63976, "456443", 1, 0, 10), + (63977, "456443", 1, 0, 10), + (63978, "475220", 1, 0, 10), + (63979, "456443", 1, 0, 10), + (63980, "475220", 1, 0, 10), + (63981, "456668", 1, 0, 10), + (63982, "475220", 1, 0, 10), + (63983, "475220", 1, 0, 10), + (63984, "456443", 1, 0, 10), + (63985, "475220", 1, 0, 10), + (63986, "465449", 1, 0, 10), + (63987, "465449", 1, 0, 10), + (63988, "465227", 1, 0, 10), + (63989, "465449", 1, 0, 10), + (63990, "465449", 1, 0, 10), + (63991, "465449", 1, 0, 10), + (63992, "465333", 1, 0, 10), + (63993, "465333", 1, 0, 10), + (63994, "465333", 1, 0, 10), + (63995, "465333", 1, 0, 10), + (63996, "465333", 1, 0, 10), + (63997, "465447", 1, 0, 10), + (63998, "465447", 1, 0, 10), + (63999, "465447", 1, 0, 10), + (64000, "465447", 1, 0, 10), + (64001, "465113", 1, 0, 10), + (64002, "465113", 1, 0, 10), + (64003, "465113", 1, 0, 10), + (64004, "465113", 1, 0, 10), + (64005, "456313", 1, 0, 10), + (64006, "456313", 1, 0, 10), + (64007, "456771", 1, 0, 10), + (64008, "456771", 1, 0, 10), + (64009, "456771", 1, 0, 10), + (64010, "456771", 1, 0, 10), + (64011, "456771", 1, 0, 10), + (64012, "456771", 1, 0, 10), + (64013, "456771", 1, 0, 10), + (64014, "456771", 1, 0, 10), + (64015, "456771", 1, 0, 10), + (64016, "456771", 1, 0, 10), + (64017, "456222", 1, 0, 10), + (64018, "456222", 1, 0, 10), + (64019, "456222", 1, 0, 10), + (64020, "456222", 1, 0, 10), + (64021, "456222", 1, 0, 10), + (64022, "456222", 1, 0, 10), + (64023, "456222", 1, 0, 10), + (64024, "456222", 1, 0, 10), + (64025, "456222", 1, 0, 10), + (64026, "456222", 1, 0, 10), + (64027, "456222", 1, 0, 10), + (64028, "456222", 1, 0, 10), + (64029, "465447", 1, 0, 10), + (64030, "465447", 1, 0, 10), + (64031, "465447", 1, 0, 10), + (64032, "465447", 1, 0, 10), + (64033, "465447", 1, 0, 10), + (64034, "465447", 1, 0, 10), + (64035, "465227", 1, 0, 10), + (64036, "465227", 1, 0, 10), + (64037, "465333", 1, 0, 10), + (64038, "465333", 1, 0, 10), + (64039, "465333", 1, 0, 10), + (64040, "465227", 1, 0, 10), + (64041, "465227", 1, 0, 10), + (64042, "465227", 1, 0, 10), + (64043, "465227", 1, 0, 10), + (64044, "465116", 1, 0, 10), + (64045, "465445", 1, 0, 10), + (64046, "465116", 1, 0, 10), + (64047, "465116", 1, 0, 10), + (64048, "456770", 1, 0, 10), + (64049, "456441", 1, 0, 10), + (64050, "456441", 1, 0, 10), + (64051, "456441", 1, 0, 10), + (64052, "456441", 1, 0, 10), + (64053, "456770", 1, 0, 10), + (64054, "456770", 1, 0, 10), + (64055, "456224", 1, 0, 10), + (64056, "456224", 1, 0, 10), + (64057, "456224", 1, 0, 10), + (64058, "456224", 1, 0, 10), + (64059, "456224", 1, 0, 10), + (64060, "456224", 1, 0, 10), + (64061, "456224", 1, 0, 10), + (64062, "456770", 1, 0, 10), + (64063, "456770", 1, 0, 10), + (64064, "456770", 1, 0, 10), + (64065, "456441", 1, 0, 10), + (64066, "456441", 1, 0, 10), + (64067, "456441", 1, 0, 10), + (64068, "456441", 1, 0, 10), + (64069, "456441", 1, 0, 10), + (64070, "456550", 1, 0, 10), + (64071, "456550", 1, 0, 10), + (64072, "456550", 1, 0, 10), + (64073, "456550", 1, 0, 10), + (64074, "456550", 1, 0, 10), + (64075, "456550", 1, 0, 10), + (64076, "456313", 1, 0, 10), + (64077, "456313", 1, 0, 10), + (64078, "456313", 1, 0, 10), + (64079, "456313", 1, 0, 10), + (64080, "456331", 1, 0, 10), + (64081, "456550", 1, 0, 10), + (64082, "456331", 1, 0, 10), + (64083, "456331", 1, 0, 10), + (64084, "456313", 1, 0, 10), + (64085, "456313", 1, 0, 10), + (64086, "456550", 1, 0, 10), + (64087, "456550", 1, 0, 10), + (64088, "456550", 1, 0, 10), + (64089, "456550", 1, 0, 10), + (64090, "456550", 1, 0, 10), + (64091, "456550", 1, 0, 10), + (64092, "456550", 1, 0, 10), + (64093, "461001", 1, 0, 10), + (64094, "461001", 1, 0, 10), + (64095, "461001", 1, 0, 10), + (64096, "461001", 1, 0, 10), + (64097, "461001", 1, 0, 10), + (64098, "461001", 1, 0, 10), + (64099, "461001", 1, 0, 10), + (64100, "461001", 1, 0, 10), + (64101, "461001", 1, 0, 10), + (64102, "461001", 1, 0, 10), + (64103, "461001", 1, 0, 10), + (64104, "461001", 1, 0, 10), + (64105, "461001", 1, 0, 10), + (64106, "461001", 1, 0, 10), + (64107, "461001", 1, 0, 10), + (64108, "461661", 1, 0, 10), + (64109, "461661", 1, 0, 10), + (64110, "461661", 1, 0, 10), + (64111, "461661", 1, 0, 10), + (64112, "461661", 1, 0, 10), + (64113, "461661", 1, 0, 10), + (64114, "461661", 1, 0, 10), + (64115, "461661", 1, 0, 10), + (64116, "461661", 1, 0, 10), + (64117, "461661", 1, 0, 10), + (64118, "461661", 1, 0, 10), + (64119, "461661", 1, 0, 10), + (64120, "461661", 1, 0, 10), + (64121, "461661", 1, 0, 10), + (64122, "461661", 1, 0, 10), + (64123, "461661", 1, 0, 10), + (64124, "461661", 1, 0, 10), + (64125, "461221", 1, 0, 10), + (64126, "461221", 1, 0, 10), + (64127, "461221", 1, 0, 10), + (64128, "461221", 1, 0, 10), + (64129, "461221", 1, 0, 10), + (64130, "461221", 1, 0, 10), + (64131, "461221", 1, 0, 10), + (64132, "461221", 1, 0, 10), + (64133, "461221", 1, 0, 10), + (64134, "461221", 1, 0, 10), + (64135, "461221", 1, 0, 10), + (64136, "461221", 1, 0, 10), + (64137, "461221", 1, 0, 10), + (64138, "461221", 1, 0, 10), + (64139, "461221", 1, 0, 10), + (64140, "461990", 1, 0, 10), + (64141, "461990", 1, 0, 10), + (64142, "461990", 1, 0, 10), + (64143, "461990", 1, 0, 10), + (64144, "461990", 1, 0, 10), + (64145, "461990", 1, 0, 10), + (64146, "461990", 1, 0, 10), + (64147, "461990", 1, 0, 10), + (64148, "461990", 1, 0, 10), + (64149, "461990", 1, 0, 10), + (64150, "461990", 1, 0, 10), + (64151, "461990", 1, 0, 10), + (64152, "461990", 1, 0, 10), + (64153, "461990", 1, 0, 10), + (64154, "461990", 1, 0, 10), + (64155, "461990", 1, 0, 10), + (64156, "461990", 1, 0, 10), + (64157, "461990", 1, 0, 10), + (64158, "461990", 1, 0, 10), + (64159, "461990", 1, 0, 10), + (64160, "461990", 1, 0, 10), + (64161, "461116", 1, 0, 10), + (64162, "461116", 1, 0, 10), + (64163, "461116", 1, 0, 10), + (64164, "461116", 1, 0, 10), + (64165, "461116", 1, 0, 10), + (64166, "461116", 1, 0, 10), + (64167, "461331", 1, 0, 10), + (64168, "461331", 1, 0, 10), + (64169, "461331", 1, 0, 10), + (64170, "461331", 1, 0, 10), + (64171, "461331", 1, 0, 10), + (64172, "461331", 1, 0, 10), + (64173, "461331", 1, 0, 10), + (64174, "461331", 1, 0, 10), + (64175, "461331", 1, 0, 10), + (64176, "461331", 1, 0, 10), + (64177, "461331", 1, 0, 10), + (64178, "461331", 1, 0, 10), + (64179, "461331", 1, 0, 10), + (64180, "461331", 1, 0, 10), + (64181, "461331", 1, 0, 10), + (64182, "461331", 1, 0, 10), + (64183, "461331", 1, 0, 10), + (64184, "461331", 1, 0, 10), + (64185, "461331", 1, 0, 10), + (64186, "461331", 1, 0, 10), + (64187, "461331", 1, 0, 10), + (64188, "461331", 1, 0, 10), + (64189, "461331", 1, 0, 10), + (64190, "461331", 1, 0, 10), + (64191, "461331", 1, 0, 10), + (64192, "461111", 1, 0, 10), + (64193, "461111", 1, 0, 10), + (64194, "461111", 1, 0, 10), + (64195, "461111", 1, 0, 10), + (64196, "461111", 1, 0, 10), + (64197, "461111", 1, 0, 10), + (64198, "461111", 1, 0, 10), + (64199, "461111", 1, 0, 10), + (64200, "461111", 1, 0, 10), + (64201, "461111", 1, 0, 10), + (64202, "461111", 1, 0, 10), + (64203, "461111", 1, 0, 10), + (64204, "461111", 1, 0, 10), + (64205, "461111", 1, 0, 10), + (64206, "461111", 1, 0, 10), + (64207, "461111", 1, 0, 10), + (64208, "461111", 1, 0, 10), + (64209, "461111", 1, 0, 10), + (64210, "461111", 1, 0, 10), + (64211, "461111", 1, 0, 10), + (64212, "461111", 1, 0, 10), + (64213, "461111", 1, 0, 10), + (64214, "461441", 1, 0, 10), + (64215, "461441", 1, 0, 10), + (64216, "461441", 1, 0, 10), + (64217, "461441", 1, 0, 10), + (64218, "461441", 1, 0, 10), + (64219, "461441", 1, 0, 10), + (64220, "461441", 1, 0, 10), + (64221, "461441", 1, 0, 10), + (64222, "461441", 1, 0, 10), + (64223, "461441", 1, 0, 10), + (64224, "461441", 1, 0, 10), + (64225, "461441", 1, 0, 10), + (64226, "461441", 1, 0, 10), + (64227, "461115", 1, 0, 10), + (64228, "461115", 1, 0, 10), + (64229, "461115", 1, 0, 10), + (64230, "461115", 1, 0, 10), + (64231, "461115", 1, 0, 10), + (64232, "461115", 1, 0, 10), + (64233, "461115", 1, 0, 10), + (64234, "461775", 1, 0, 10), + (64235, "461775", 1, 0, 10), + (64236, "461775", 1, 0, 10), + (64237, "461775", 1, 0, 10), + (64238, "461775", 1, 0, 10), + (64239, "461775", 1, 0, 10), + (64240, "461775", 1, 0, 10), + (64241, "461775", 1, 0, 10), + (64242, "461775", 1, 0, 10), + (64243, "461775", 1, 0, 10), + (64244, "461775", 1, 0, 10), + (64245, "461775", 1, 0, 10), + (64246, "461775", 1, 0, 10), + (64247, "461775", 1, 0, 10), + (64248, "461775", 1, 0, 10), + (64249, "461775", 1, 0, 10), + (64250, "461110", 1, 0, 10), + (64251, "461668", 1, 0, 10), + (64252, "461668", 1, 0, 10), + (64253, "461668", 1, 0, 10), + (64254, "461668", 1, 0, 10), + (64255, "461668", 1, 0, 10), + (64256, "461223", 1, 0, 10), + (64257, "461223", 1, 0, 10), + (64258, "461223", 1, 0, 10), + (64259, "461223", 1, 0, 10), + (64260, "461223", 1, 0, 10), + (64261, "461223", 1, 0, 10), + (64262, "461223", 1, 0, 10), + (64263, "461223", 1, 0, 10), + (64264, "461223", 1, 0, 10), + (64265, "461223", 1, 0, 10), + (64266, "461223", 1, 0, 10), + (64267, "461223", 1, 0, 10), + (64268, "461223", 1, 0, 10), + (64269, "461223", 1, 0, 10), + (64270, "461223", 1, 0, 10), + (64271, "461223", 1, 0, 10), + (64272, "461223", 1, 0, 10), + (64273, "461223", 1, 0, 10), + (64274, "461771", 1, 0, 10), + (64275, "461771", 1, 0, 10), + (64276, "461771", 1, 0, 10), + (64277, "461771", 1, 0, 10), + (64278, "461771", 1, 0, 10), + (64279, "461228", 1, 0, 10), + (64280, "461228", 1, 0, 10), + (64281, "461228", 1, 0, 10), + (64282, "461228", 1, 0, 10), + (64283, "461228", 1, 0, 10), + (64284, "461228", 1, 0, 10), + (64285, "461228", 1, 0, 10), + (64286, "461228", 1, 0, 10), + (64287, "461228", 1, 0, 10), + (64288, "461228", 1, 0, 10), + (64289, "461228", 1, 0, 10), + (64290, "461228", 1, 0, 10), + (64291, "461228", 1, 0, 10), + (64292, "461228", 1, 0, 10), + (64293, "461228", 1, 0, 10), + (64294, "461228", 1, 0, 10), + (64295, "461228", 1, 0, 10), + (64296, "461228", 1, 0, 10), + (64297, "461228", 1, 0, 10), + (64298, "461228", 1, 0, 10), + (64299, "461228", 1, 0, 10), + (64300, "487001", 1, 0, 10), + (64301, "487001", 1, 0, 10), + (64302, "487001", 1, 0, 10), + (64303, "487001", 1, 0, 10), + (64304, "487001", 1, 0, 10), + (64305, "487001", 1, 0, 10), + (64306, "487001", 1, 0, 10), + (64307, "487001", 1, 0, 10), + (64308, "487001", 1, 0, 10), + (64309, "487001", 1, 0, 10), + (64310, "487001", 1, 0, 10), + (64311, "487001", 1, 0, 10), + (64312, "487001", 1, 0, 10), + (64313, "487001", 1, 0, 10), + (64314, "487001", 1, 0, 10), + (64315, "487001", 1, 0, 10), + (64316, "487001", 1, 0, 10), + (64317, "487001", 1, 0, 10), + (64318, "487001", 1, 0, 10), + (64319, "487225", 1, 0, 10), + (64320, "487225", 1, 0, 10), + (64321, "487225", 1, 0, 10), + (64322, "487225", 1, 0, 10), + (64323, "487225", 1, 0, 10), + (64324, "487330", 1, 0, 10), + (64325, "487330", 1, 0, 10), + (64326, "487330", 1, 0, 10), + (64327, "487330", 1, 0, 10), + (64328, "487330", 1, 0, 10), + (64329, "487330", 1, 0, 10), + (64330, "487330", 1, 0, 10), + (64331, "487330", 1, 0, 10), + (64332, "487330", 1, 0, 10), + (64333, "487330", 1, 0, 10), + (64334, "487330", 1, 0, 10), + (64335, "487330", 1, 0, 10), + (64336, "487770", 1, 0, 10), + (64337, "487770", 1, 0, 10), + (64338, "487770", 1, 0, 10), + (64339, "487770", 1, 0, 10), + (64340, "487334", 1, 0, 10), + (64341, "487334", 1, 0, 10), + (64342, "487334", 1, 0, 10), + (64343, "487334", 1, 0, 10), + (64344, "487334", 1, 0, 10), + (64345, "487334", 1, 0, 10), + (64346, "487334", 1, 0, 10), + (64347, "487551", 1, 0, 10), + (64348, "487551", 1, 0, 10), + (64349, "487551", 1, 0, 10), + (64350, "487551", 1, 0, 10), + (64351, "487551", 1, 0, 10), + (64352, "487551", 1, 0, 10), + (64353, "487551", 1, 0, 10), + (64354, "487551", 1, 0, 10), + (64355, "487551", 1, 0, 10), + (64356, "487551", 1, 0, 10), + (64357, "487118", 1, 0, 10), + (64358, "487118", 1, 0, 10), + (64359, "487118", 1, 0, 10), + (64360, "487118", 1, 0, 10), + (64361, "487118", 1, 0, 10), + (64362, "487118", 1, 0, 10), + (64363, "487118", 1, 0, 10), + (64364, "487118", 1, 0, 10), + (64365, "487118", 1, 0, 10), + (64366, "487118", 1, 0, 10), + (64367, "487118", 1, 0, 10), + (64368, "487118", 1, 0, 10), + (64369, "487118", 1, 0, 10), + (64370, "487118", 1, 0, 10), + (64371, "487118", 1, 0, 10), + (64372, "487118", 1, 0, 10), + (64373, "487118", 1, 0, 10), + (64374, "487118", 1, 0, 10), + (64375, "487118", 1, 0, 10), + (64376, "487118", 1, 0, 10), + (64377, "487118", 1, 0, 10), + (64378, "487118", 1, 0, 10), + (64379, "487118", 1, 0, 10), + (64380, "487118", 1, 0, 10), + (64381, "487118", 1, 0, 10), + (64382, "487114", 1, 0, 10), + (64383, "487114", 1, 0, 10), + (64384, "487114", 1, 0, 10), + (64385, "487114", 1, 0, 10), + (64386, "487114", 1, 0, 10), + (64387, "487114", 1, 0, 10), + (64388, "487114", 1, 0, 10), + (64389, "487114", 1, 0, 10), + (64390, "487114", 1, 0, 10), + (64391, "487114", 1, 0, 10), + (64392, "487114", 1, 0, 10), + (64393, "487221", 1, 0, 10), + (64394, "487221", 1, 0, 10), + (64395, "487221", 1, 0, 10), + (64396, "487221", 1, 0, 10), + (64397, "487221", 1, 0, 10), + (64398, "487221", 1, 0, 10), + (64399, "487221", 1, 0, 10), + (64400, "487221", 1, 0, 10), + (64401, "487221", 1, 0, 10), + (64402, "487221", 1, 0, 10), + (64403, "487221", 1, 0, 10), + (64404, "487221", 1, 0, 10), + (64405, "487221", 1, 0, 10), + (64406, "487221", 1, 0, 10), + (64407, "487555", 1, 0, 10), + (64408, "487555", 1, 0, 10), + (64409, "487555", 1, 0, 10), + (64410, "487555", 1, 0, 10), + (64411, "487555", 1, 0, 10), + (64412, "487555", 1, 0, 10), + (64413, "487555", 1, 0, 10), + (64414, "487555", 1, 0, 10), + (64415, "487555", 1, 0, 10), + (64416, "487555", 1, 0, 10), + (64417, "487337", 1, 0, 10), + (64418, "487337", 1, 0, 10), + (64419, "487337", 1, 0, 10), + (64420, "487337", 1, 0, 10), + (64421, "487337", 1, 0, 10), + (64422, "487337", 1, 0, 10), + (64423, "487661", 1, 0, 10), + (64424, "487661", 1, 0, 10), + (64425, "487661", 1, 0, 10), + (64426, "487661", 1, 0, 10), + (64427, "487661", 1, 0, 10), + (64428, "487661", 1, 0, 10), + (64429, "487661", 1, 0, 10), + (64430, "487661", 1, 0, 10), + (64431, "487661", 1, 0, 10), + (64432, "487661", 1, 0, 10), + (64433, "487661", 1, 0, 10), + (64434, "487661", 1, 0, 10), + (64435, "487881", 1, 0, 10), + (64436, "487881", 1, 0, 10), + (64437, "487881", 1, 0, 10), + (64438, "487881", 1, 0, 10), + (64439, "487881", 1, 0, 10), + (64440, "487881", 1, 0, 10), + (64441, "487881", 1, 0, 10), + (64442, "487881", 1, 0, 10), + (64443, "487881", 1, 0, 10), + (64444, "487441", 1, 0, 10), + (64445, "487441", 1, 0, 10), + (64446, "487441", 1, 0, 10), + (64447, "487441", 1, 0, 10), + (64448, "487441", 1, 0, 10), + (64449, "487441", 1, 0, 10), + (64450, "487441", 1, 0, 10), + (64451, "487441", 1, 0, 10), + (64452, "487441", 1, 0, 10), + (64453, "487441", 1, 0, 10), + (64454, "487441", 1, 0, 10), + (64455, "487441", 1, 0, 10), + (64456, "487441", 1, 0, 10), + (64457, "487441", 1, 0, 10), + (64458, "487110", 1, 0, 10), + (64459, "487110", 1, 0, 10), + (64460, "487110", 1, 0, 10), + (64461, "487110", 1, 0, 10), + (64462, "487110", 1, 0, 10), + (64463, "487110", 1, 0, 10), + (64464, "464001", 1, 0, 10), + (64465, "464001", 1, 0, 10), + (64466, "464001", 1, 0, 10), + (64467, "464001", 1, 0, 10), + (64468, "464001", 1, 0, 10), + (64469, "464258", 1, 0, 10), + (64470, "464258", 1, 0, 10), + (64471, "464258", 1, 0, 10), + (64472, "464001", 1, 0, 10), + (64473, "464001", 1, 0, 10), + (64474, "464001", 1, 0, 10), + (64475, "464001", 1, 0, 10), + (64476, "464258", 1, 0, 10), + (64477, "464001", 1, 0, 10), + (64478, "464258", 1, 0, 10), + (64479, "464258", 1, 0, 10), + (64480, "464001", 1, 0, 10), + (64481, "464001", 1, 0, 10), + (64482, "464001", 1, 0, 10), + (64483, "464001", 1, 0, 10), + (64484, "464258", 1, 0, 10), + (64485, "464001", 1, 0, 10), + (64486, "464001", 1, 0, 10), + (64487, "464001", 1, 0, 10), + (64488, "464221", 1, 0, 10), + (64489, "464221", 1, 0, 10), + (64490, "464221", 1, 0, 10), + (64491, "464221", 1, 0, 10), + (64492, "464221", 1, 0, 10), + (64493, "464221", 1, 0, 10), + (64494, "464221", 1, 0, 10), + (64495, "464221", 1, 0, 10), + (64496, "464221", 1, 0, 10), + (64497, "464221", 1, 0, 10), + (64498, "464221", 1, 0, 10), + (64499, "464221", 1, 0, 10), + (64500, "464221", 1, 0, 10), + (64501, "464221", 1, 0, 10), + (64502, "464240", 1, 0, 10), + (64503, "464221", 1, 0, 10), + (64504, "464221", 1, 0, 10), + (64505, "464221", 1, 0, 10), + (64506, "464221", 1, 0, 10), + (64507, "464221", 1, 0, 10), + (64508, "464221", 1, 0, 10), + (64509, "464221", 1, 0, 10), + (64510, "464221", 1, 0, 10), + (64511, "464221", 1, 0, 10), + (64512, "464220", 1, 0, 10), + (64513, "464220", 1, 0, 10), + (64514, "464220", 1, 0, 10), + (64515, "464220", 1, 0, 10), + (64516, "464220", 1, 0, 10), + (64517, "464220", 1, 0, 10), + (64518, "464220", 1, 0, 10), + (64519, "464220", 1, 0, 10), + (64520, "464331", 1, 0, 10), + (64521, "464331", 1, 0, 10), + (64522, "464331", 1, 0, 10), + (64523, "464331", 1, 0, 10), + (64524, "464334", 1, 0, 10), + (64525, "464331", 1, 0, 10), + (64526, "464334", 1, 0, 10), + (64527, "464331", 1, 0, 10), + (64528, "464334", 1, 0, 10), + (64529, "464226", 1, 0, 10), + (64530, "464226", 1, 0, 10), + (64531, "464226", 1, 0, 10), + (64532, "464226", 1, 0, 10), + (64533, "464226", 1, 0, 10), + (64534, "464226", 1, 0, 10), + (64535, "464226", 1, 0, 10), + (64536, "464224", 1, 0, 10), + (64537, "464224", 1, 0, 10), + (64538, "464224", 1, 0, 10), + (64539, "464224", 1, 0, 10), + (64540, "464240", 1, 0, 10), + (64541, "464224", 1, 0, 10), + (64542, "464224", 1, 0, 10), + (64543, "464224", 1, 0, 10), + (64544, "464224", 1, 0, 10), + (64545, "464224", 1, 0, 10), + (64546, "464224", 1, 0, 10), + (64547, "464224", 1, 0, 10), + (64548, "464240", 1, 0, 10), + (64549, "464224", 1, 0, 10), + (64550, "464114", 1, 0, 10), + (64551, "464114", 1, 0, 10), + (64552, "464114", 1, 0, 10), + (64553, "464114", 1, 0, 10), + (64554, "464114", 1, 0, 10), + (64555, "464114", 1, 0, 10), + (64556, "464114", 1, 0, 10), + (64557, "464114", 1, 0, 10), + (64558, "464114", 1, 0, 10), + (64559, "464114", 1, 0, 10), + (64560, "464114", 1, 0, 10), + (64561, "464114", 1, 0, 10), + (64562, "464337", 1, 0, 10), + (64563, "464337", 1, 0, 10), + (64564, "464337", 1, 0, 10), + (64565, "464337", 1, 0, 10), + (64566, "464113", 1, 0, 10), + (64567, "464113", 1, 0, 10), + (64568, "464113", 1, 0, 10), + (64569, "464113", 1, 0, 10), + (64570, "464113", 1, 0, 10), + (64571, "464113", 1, 0, 10), + (64572, "464113", 1, 0, 10), + (64573, "464228", 1, 0, 10), + (64574, "464228", 1, 0, 10), + (64575, "464228", 1, 0, 10), + (64576, "464228", 1, 0, 10), + (64577, "464228", 1, 0, 10), + (64578, "464228", 1, 0, 10), + (64579, "464228", 1, 0, 10), + (64580, "464228", 1, 0, 10), + (64581, "464228", 1, 0, 10), + (64582, "464228", 1, 0, 10), + (64583, "464228", 1, 0, 10), + (64584, "464228", 1, 0, 10), + (64585, "464228", 1, 0, 10), + (64586, "464228", 1, 0, 10), + (64587, "464228", 1, 0, 10), + (64588, "464228", 1, 0, 10), + (64589, "464228", 1, 0, 10), + (64590, "464228", 1, 0, 10), + (64591, "464228", 1, 0, 10), + (64592, "464228", 1, 0, 10), + (64593, "464228", 1, 0, 10), + (64594, "464111", 1, 0, 10), + (64595, "464111", 1, 0, 10), + (64596, "464111", 1, 0, 10), + (64597, "464111", 1, 0, 10), + (64598, "464111", 1, 0, 10), + (64599, "464111", 1, 0, 10), + (64600, "464111", 1, 0, 10), + (64601, "464573", 1, 0, 10), + (64602, "464551", 1, 0, 10), + (64603, "464551", 1, 0, 10), + (64604, "464551", 1, 0, 10), + (64605, "464573", 1, 0, 10), + (64606, "464551", 1, 0, 10), + (64607, "464551", 1, 0, 10), + (64608, "464573", 1, 0, 10), + (64609, "464573", 1, 0, 10), + (64610, "464551", 1, 0, 10), + (64611, "464551", 1, 0, 10), + (64612, "464551", 1, 0, 10), + (64613, "464573", 1, 0, 10), + (64614, "464551", 1, 0, 10), + (64615, "464551", 1, 0, 10), + (64616, "464573", 1, 0, 10), + (64617, "464551", 1, 0, 10), + (64618, "464551", 1, 0, 10), + (64619, "464573", 1, 0, 10), + (64620, "464551", 1, 0, 10), + (64621, "464551", 1, 0, 10), + (64622, "464551", 1, 0, 10), + (64623, "464551", 1, 0, 10), + (64624, "464551", 1, 0, 10), + (64625, "464551", 1, 0, 10), + (64626, "464551", 1, 0, 10), + (64627, "464573", 1, 0, 10), + (64628, "464551", 1, 0, 10), + (64629, "464551", 1, 0, 10), + (64630, "464551", 1, 0, 10), + (64631, "464668", 1, 0, 10), + (64632, "464668", 1, 0, 10), + (64633, "464668", 1, 0, 10), + (64634, "464668", 1, 0, 10), + (64635, "464668", 1, 0, 10), + (64636, "464668", 1, 0, 10), + (64637, "464668", 1, 0, 10), + (64638, "464668", 1, 0, 10), + (64639, "464668", 1, 0, 10), + (64640, "464668", 1, 0, 10), + (64641, "464668", 1, 0, 10), + (64642, "464668", 1, 0, 10), + (64643, "464668", 1, 0, 10), + (64644, "464668", 1, 0, 10), + (64645, "464668", 1, 0, 10), + (64646, "464665", 1, 0, 10), + (64647, "464665", 1, 0, 10), + (64648, "464665", 1, 0, 10), + (64649, "464665", 1, 0, 10), + (64650, "464665", 1, 0, 10), + (64651, "464665", 1, 0, 10), + (64652, "464665", 1, 0, 10), + (64653, "464665", 1, 0, 10), + (64654, "464665", 1, 0, 10), + (64655, "464665", 1, 0, 10), + (64656, "464665", 1, 0, 10), + (64657, "464665", 1, 0, 10), + (64658, "464665", 1, 0, 10), + (64659, "464665", 1, 0, 10), + (64660, "464881", 1, 0, 10), + (64661, "464881", 1, 0, 10), + (64662, "464570", 1, 0, 10), + (64663, "464881", 1, 0, 10), + (64664, "464881", 1, 0, 10), + (64665, "464881", 1, 0, 10), + (64666, "464881", 1, 0, 10), + (64667, "464570", 1, 0, 10), + (64668, "464881", 1, 0, 10), + (64669, "464570", 1, 0, 10), + (64670, "464570", 1, 0, 10), + (64671, "464881", 1, 0, 10), + (64672, "464881", 1, 0, 10), + (64673, "464570", 1, 0, 10), + (64674, "464881", 1, 0, 10), + (64675, "464881", 1, 0, 10), + (64676, "464570", 1, 0, 10), + (64677, "464881", 1, 0, 10), + (64678, "464570", 1, 0, 10), + (64679, "464881", 1, 0, 10), + (64680, "464881", 1, 0, 10), + (64681, "464881", 1, 0, 10), + (64682, "464570", 1, 0, 10), + (64683, "464881", 1, 0, 10), + (64684, "464774", 1, 0, 10), + (64685, "464774", 1, 0, 10), + (64686, "464886", 1, 0, 10), + (64687, "464886", 1, 0, 10), + (64688, "464774", 1, 0, 10), + (64689, "464774", 1, 0, 10), + (64690, "464774", 1, 0, 10), + (64691, "464886", 1, 0, 10), + (64692, "464774", 1, 0, 10), + (64693, "464774", 1, 0, 10), + (64694, "464886", 1, 0, 10), + (64695, "464774", 1, 0, 10), + (64696, "464774", 1, 0, 10), + (64697, "464776", 1, 0, 10), + (64698, "464776", 1, 0, 10), + (64699, "464776", 1, 0, 10), + (64700, "464776", 1, 0, 10), + (64701, "464776", 1, 0, 10), + (64702, "464776", 1, 0, 10), + (64703, "464884", 1, 0, 10), + (64704, "464884", 1, 0, 10), + (64705, "464884", 1, 0, 10), + (64706, "464884", 1, 0, 10), + (64707, "464884", 1, 0, 10), + (64708, "464884", 1, 0, 10), + (64709, "464884", 1, 0, 10), + (64710, "464884", 1, 0, 10), + (64711, "464884", 1, 0, 10), + (64712, "464884", 1, 0, 10), + (64713, "464884", 1, 0, 10), + (64714, "464884", 1, 0, 10), + (64715, "464990", 1, 0, 10), + (64716, "464990", 1, 0, 10), + (64717, "464990", 1, 0, 10), + (64718, "464990", 1, 0, 10), + (64719, "464671", 1, 0, 10), + (64720, "464671", 1, 0, 10), + (64721, "464671", 1, 0, 10), + (64722, "464671", 1, 0, 10), + (64723, "464671", 1, 0, 10), + (64724, "464672", 1, 0, 10), + (64725, "464672", 1, 0, 10), + (64726, "464671", 1, 0, 10), + (64727, "464671", 1, 0, 10), + (64728, "464672", 1, 0, 10), + (64729, "464672", 1, 0, 10), + (64730, "464993", 1, 0, 10), + (64731, "464993", 1, 0, 10), + (64732, "464993", 1, 0, 10), + (64733, "464993", 1, 0, 10), + (64734, "464993", 1, 0, 10), + (64735, "464993", 1, 0, 10), + (64736, "464993", 1, 0, 10), + (64737, "464993", 1, 0, 10), + (64738, "464993", 1, 0, 10), + (64739, "464993", 1, 0, 10), + (64740, "464993", 1, 0, 10), + (64741, "464651", 1, 0, 10), + (64742, "464651", 1, 0, 10), + (64743, "464651", 1, 0, 10), + (64744, "464651", 1, 0, 10), + (64745, "464651", 1, 0, 10), + (64746, "464651", 1, 0, 10), + (64747, "464651", 1, 0, 10), + (64748, "464661", 1, 0, 10), + (64749, "464661", 1, 0, 10), + (64750, "464661", 1, 0, 10), + (64751, "464661", 1, 0, 10), + (64752, "464886", 1, 0, 10), + (64753, "464886", 1, 0, 10), + (64754, "464886", 1, 0, 10), + (64755, "464886", 1, 0, 10), + (64756, "464886", 1, 0, 10), + (64757, "464672", 1, 0, 10), + (64758, "464886", 1, 0, 10), + (64759, "464886", 1, 0, 10), + (64760, "464886", 1, 0, 10), + (64761, "464886", 1, 0, 10), + (64762, "464986", 1, 0, 10), + (64763, "464986", 1, 0, 10), + (64764, "464986", 1, 0, 10), + (64765, "464986", 1, 0, 10), + (64766, "464986", 1, 0, 10), + (64767, "464986", 1, 0, 10), + (64768, "464986", 1, 0, 10), + (64769, "464770", 1, 0, 10), + (64770, "464770", 1, 0, 10), + (64771, "464770", 1, 0, 10), + (64772, "464770", 1, 0, 10), + (64773, "464770", 1, 0, 10), + (64774, "464770", 1, 0, 10), + (64775, "464770", 1, 0, 10), + (64776, "464770", 1, 0, 10), + (64777, "464770", 1, 0, 10), + (64778, "464770", 1, 0, 10), + (64779, "464770", 1, 0, 10), + (64780, "464770", 1, 0, 10), + (64781, "464770", 1, 0, 10), + (64782, "485775", 1, 0, 10), + (64783, "485775", 1, 0, 10), + (64784, "485331", 1, 0, 10), + (64785, "485331", 1, 0, 10), + (64786, "452003", 1, 0, 10), + (64787, "455227", 1, 0, 10), + (64788, "454446", 1, 0, 10), + (64789, "480115", 1, 0, 10), + (64790, "464240", 1, 0, 10), + (64791, "464886", 1, 0, 10), + (64792, "464114", 1, 0, 10), + (64793, "464228", 1, 0, 10), + (64794, "476001", 1, 0, 10), + (64795, "476224", 1, 0, 10), + (64796, "476355", 1, 0, 10), + (64797, "476224", 1, 0, 10), + (64798, "477111", 1, 0, 10), + (64799, "477566", 1, 0, 10), + (64800, "477447", 1, 0, 10), + (64801, "477447", 1, 0, 10), + (64802, "477117", 1, 0, 10), + (64803, "477333", 1, 0, 10), + (64804, "481115", 1, 0, 10), + (64805, "480667", 1, 0, 10), + (64806, "450112", 1, 0, 10), + (64807, "451001", 1, 0, 10), + (64808, "451115", 1, 0, 10), + (64809, "451551", 1, 0, 10), + (64810, "461111", 1, 0, 10), + (64811, "461771", 1, 0, 10), + (64812, "461771", 1, 0, 10), + (64813, "461111", 1, 0, 10), + (64814, "461551", 1, 0, 10), + (64815, "461441", 1, 0, 10), + (64816, "487661", 1, 0, 10), + (64817, "457661", 1, 0, 10), + (64818, "457887", 1, 0, 10), + (64819, "457887", 1, 0, 10), + (64820, "476221", 1, 0, 10), + (64821, "451441", 1, 0, 10), + (64822, "470232", 1, 0, 10), + (64823, "470772", 1, 0, 10), + (64824, "451001", 1, 0, 10), + (64825, "458330", 1, 0, 10), + (64826, "458558", 1, 0, 10), + (64827, "458002", 1, 0, 10), + (64828, "458441", 1, 0, 10), + (64829, "457339", 1, 0, 10), + (64830, "473775", 1, 0, 10), + (64831, "473670", 1, 0, 10), + (64832, "473770", 1, 0, 10), + (64833, "473551", 1, 0, 10), + (64834, "482002", 1, 0, 10), + (64835, "483501", 1, 0, 10), + (64836, "457001", 1, 0, 10), + (64837, "457001", 1, 0, 10), + (64838, "457226", 1, 0, 10), + (64839, "457550", 1, 0, 10), + (64840, "481441", 1, 0, 10), + (64841, "481105", 1, 0, 10), + (64842, "481672", 1, 0, 10), + (64843, "458895", 1, 0, 10), + (64844, "458667", 1, 0, 10), + (64845, "458669", 1, 0, 10), + (64846, "458883", 1, 0, 10), + (64847, "451115", 1, 0, 10), + (64848, "451115", 1, 0, 10), + (64849, "451331", 1, 0, 10), + (64850, "451331", 1, 0, 10), + (64851, "451111", 1, 0, 10), + (64852, "451666", 1, 0, 10), + (64853, "450001", 1, 0, 10), + (64854, "450331", 1, 0, 10), + (64855, "450116", 1, 0, 10), + (64856, "450991", 1, 0, 10), + (64857, "450117", 1, 0, 10), + (64858, "450117", 1, 0, 10), + (64859, "450117", 1, 0, 10), + (64860, "450332", 1, 0, 10), + (64861, "450332", 1, 0, 10), + (64862, "450332", 1, 0, 10), + (64863, "450332", 1, 0, 10), + (64864, "450332", 1, 0, 10), + (64865, "450332", 1, 0, 10), + (64866, "450332", 1, 0, 10), + (64867, "450332", 1, 0, 10), + (64868, "450332", 1, 0, 10), + (64869, "480667", 1, 0, 10), + (64870, "483770", 1, 0, 10), + (64871, "483501", 1, 0, 10), + (64872, "482008", 1, 0, 10), + (64873, "464570", 1, 0, 10), + (64874, "457118", 1, 0, 10), + (64875, "451331", 1, 0, 10), + (64876, "473990", 1, 0, 10), + (64877, "461441", 1, 0, 10), + (64878, "461771", 1, 0, 10), + (64879, "461331", 1, 0, 10), + (64880, "480334", 1, 0, 10), + (64881, "461228", 1, 0, 10), + (64882, "464551", 1, 0, 10), + (64883, "454446", 1, 0, 10), + (64884, "454446", 1, 0, 10), + (64885, "454446", 1, 0, 10), + (64886, "453551", 1, 0, 10), + (64887, "454660", 1, 0, 10), + (64888, "454331", 1, 0, 10), + (64889, "454001", 1, 0, 10), + (64890, "454001", 1, 0, 10), + (64891, "485334", 1, 0, 10), + (64892, "456771", 1, 0, 10), + (64893, "456006", 1, 0, 10), + (64894, "456006", 1, 0, 10), + (64895, "456006", 1, 0, 10), + (64896, "470115", 1, 0, 10), + (64897, "470661", 1, 0, 10), + (64898, "464668", 1, 0, 10), + (64899, "464881", 1, 0, 10), + (64900, "464668", 1, 0, 10), + (64901, "462030", 1, 0, 10), + (64902, "465674", 1, 0, 10), + (64903, "466116", 1, 0, 10), + (64904, "466116", 1, 0, 10), + (64905, "466116", 1, 0, 10), + (64906, "465679", 1, 0, 10), + (64907, "465693", 1, 0, 10), + (64908, "466331", 1, 0, 10), + (64909, "465661", 1, 0, 10), + (64910, "466001", 1, 0, 10), + (64911, "466001", 1, 0, 10), + (64912, "466001", 1, 0, 10), + (64913, "466001", 1, 0, 10), + (64914, "451331", 1, 0, 10), + (64915, "451770", 1, 0, 10), + (64916, "451551", 1, 0, 10), + (64917, "481664", 1, 0, 10), + (64918, "480884", 1, 0, 10), + (64919, "480997", 1, 0, 10), + (64920, "480999", 1, 0, 10), + (64921, "480990", 1, 0, 10), + (64922, "480994", 1, 0, 10), + (64923, "480880", 1, 0, 10), + (64924, "480881", 1, 0, 10), + (64925, "480991", 1, 0, 10), + (64926, "480886", 1, 0, 10), + (64927, "480661", 1, 0, 10), + (64928, "480661", 1, 0, 10), + (64929, "480996", 1, 0, 10), + (64930, "480888", 1, 0, 10), + (64931, "481998", 1, 0, 10), + (64932, "481771", 1, 0, 10), + (64933, "481995", 1, 0, 10), + (64934, "481768", 1, 0, 10), + (64935, "481672", 1, 0, 10), + (64936, "481880", 1, 0, 10), + (64937, "481882", 1, 0, 10), + (64938, "481884", 1, 0, 10), + (64939, "481665", 1, 0, 10), + (64940, "481663", 1, 0, 10), + (64941, "481885", 1, 0, 10), + (64942, "481776", 1, 0, 10), + (64943, "481668", 1, 0, 10), + (64944, "481778", 1, 0, 10), + (64945, "481990", 1, 0, 10), + (64946, "481996", 1, 0, 10), + (64947, "481445", 1, 0, 10), + (64948, "481337", 1, 0, 10), + (64949, "481222", 1, 0, 10), + (64950, "481449", 1, 0, 10), + (64951, "481551", 1, 0, 10), + (64952, "481332", 1, 0, 10), + (64953, "481441", 1, 0, 10), + (64954, "481111", 1, 0, 10), + (64955, "481105", 1, 0, 10), + (64956, "481662", 1, 0, 10), + (64957, "481661", 1, 0, 10), + (64958, "481879", 1, 0, 10), + (64959, "481226", 1, 0, 10), + (64960, "481102", 1, 0, 10), + (64961, "481115", 1, 0, 10), + (64962, "481224", 1, 0, 10), + (64963, "481556", 1, 0, 10), + (64964, "481335", 1, 0, 10), + (64965, "481331", 1, 0, 10), + (64966, "481117", 1, 0, 10), + (64967, "481051", 1, 0, 10), + (64968, "481116", 1, 0, 10), + (64969, "481001", 1, 0, 10), + (64970, "481001", 1, 0, 10), + (64971, "480887", 1, 0, 10), + (64972, "480771", 1, 0, 10), + (64973, "480882", 1, 0, 10), + (64974, "480667", 1, 0, 10), + (64975, "477557", 1, 0, 10), + (64976, "477441", 1, 0, 10), + (64977, "477105", 1, 0, 10), + (64978, "477555", 1, 0, 10), + (64979, "477335", 1, 0, 10), + (64980, "477333", 1, 0, 10), + (64981, "477331", 1, 0, 10), + (64982, "477001", 1, 0, 10), + (64983, "476111", 1, 0, 10), + (64984, "476111", 1, 0, 10), + (64985, "476001", 1, 0, 10), + (64986, "476219", 1, 0, 10), + (64987, "476444", 1, 0, 10), + (64988, "476335", 1, 0, 10), + (64989, "476332", 1, 0, 10), + (64990, "476134", 1, 0, 10), + (64991, "476001", 1, 0, 10), + (64992, "476001", 1, 0, 10), + (64993, "476221", 1, 0, 10), + (64994, "476224", 1, 0, 10), + (64995, "476554", 1, 0, 10), + (64996, "476001", 1, 0, 10), + (64997, "476001", 1, 0, 10), + (64998, "476228", 1, 0, 10), + (64999, "476115", 1, 0, 10), + (65000, "476229", 1, 0, 10), + (65001, "476337", 1, 0, 10), + (65002, "476339", 1, 0, 10), + (65003, "476355", 1, 0, 10), + (65004, "477332", 1, 0, 10), + (65005, "477449", 1, 0, 10), + (65006, "477227", 1, 0, 10), + (65007, "477446", 1, 0, 10), + (65008, "477111", 1, 0, 10), + (65009, "477001", 1, 0, 10), + (65010, "477001", 1, 0, 10), + (65011, "477566", 1, 0, 10), + (65012, "477447", 1, 0, 10), + (65013, "477116", 1, 0, 10), + (65014, "477660", 1, 0, 10), + (65015, "477001", 1, 0, 10), + (65016, "477445", 1, 0, 10), + (65017, "477117", 1, 0, 10), + (65018, "477222", 1, 0, 10), + (65019, "471201", 1, 0, 10), + (65020, "471625", 1, 0, 10), + (65021, "471408", 1, 0, 10), + (65022, "488001", 1, 0, 10), + (65023, "488220", 1, 0, 10), + (65024, "488441", 1, 0, 10), + (65025, "488051", 1, 0, 10), + (65026, "488333", 1, 0, 10), + (65027, "488222", 1, 0, 10), + (65028, "488050", 1, 0, 10), + (65029, "488001", 1, 0, 10), + (65030, "488446", 1, 0, 10), + (65031, "488442", 1, 0, 10), + (65032, "488448", 1, 0, 10), + (65033, "471001", 1, 0, 10), + (65034, "471105", 1, 0, 10), + (65035, "471405", 1, 0, 10), + (65036, "471318", 1, 0, 10), + (65037, "471525", 1, 0, 10), + (65038, "471101", 1, 0, 10), + (65039, "471411", 1, 0, 10), + (65040, "471313", 1, 0, 10), + (65041, "471301", 1, 0, 10), + (65042, "471111", 1, 0, 10), + (65043, "471315", 1, 0, 10), + (65044, "471510", 1, 0, 10), + (65045, "471606", 1, 0, 10), + (65046, "471515", 1, 0, 10), + (65047, "471501", 1, 0, 10), + (65048, "471311", 1, 0, 10), + (65049, "472010", 1, 0, 10), + (65050, "472111", 1, 0, 10), + (65051, "472339", 1, 0, 10), + (65052, "472118", 1, 0, 10), + (65053, "472337", 1, 0, 10), + (65054, "472005", 1, 0, 10), + (65055, "472115", 1, 0, 10), + (65056, "472331", 1, 0, 10), + (65057, "472101", 1, 0, 10), + (65058, "472442", 1, 0, 10), + (65059, "472246", 1, 0, 10), + (65060, "472221", 1, 0, 10), + (65061, "472446", 1, 0, 10), + (65062, "472001", 1, 0, 10), + (65063, "472001", 1, 0, 10), + (65064, "472001", 1, 0, 10), + (65065, "472445", 1, 0, 10), + (65066, "472447", 1, 0, 10), + (65067, "472336", 1, 0, 10), + (65068, "480107", 1, 0, 10), + (65069, "460551", 1, 0, 10), + (65070, "460553", 1, 0, 10), + (65071, "460110", 1, 0, 10), + (65072, "460004", 1, 0, 10), + (65073, "460001", 1, 0, 10), + (65074, "460220", 1, 0, 10), + (65075, "460554", 1, 0, 10), + (65076, "460330", 1, 0, 10), + (65077, "460663", 1, 0, 10), + (65078, "460443", 1, 0, 10), + (65079, "460225", 1, 0, 10), + (65080, "460001", 1, 0, 10), + (65081, "460661", 1, 0, 10), + (65082, "460661", 1, 0, 10), + (65083, "460668", 1, 0, 10), + (65084, "460449", 1, 0, 10), + (65085, "460665", 1, 0, 10), + (65086, "480221", 1, 0, 10), + (65087, "480111", 1, 0, 10), + (65088, "480001", 1, 0, 10), + (65089, "480447", 1, 0, 10), + (65090, "480110", 1, 0, 10), + (65091, "480115", 1, 0, 10), + (65092, "480555", 1, 0, 10), + (65093, "480449", 1, 0, 10), + (65094, "480001", 1, 0, 10), + (65095, "480224", 1, 0, 10), + (65096, "480551", 1, 0, 10), + (65097, "480108", 1, 0, 10), + (65098, "480105", 1, 0, 10), + (65099, "480557", 1, 0, 10), + (65100, "480334", 1, 0, 10), + (65101, "480441", 1, 0, 10), + (65102, "480109", 1, 0, 10), + (65103, "480106", 1, 0, 10), + (65104, "480331", 1, 0, 10), + (65105, "480337", 1, 0, 10), + (65106, "480223", 1, 0, 10), + (65107, "480559", 1, 0, 10), + (65108, "480001", 1, 0, 10), + (65109, "480338", 1, 0, 10), + (65110, "460666", 1, 0, 10), + (65111, "460557", 1, 0, 10), + (65112, "460447", 1, 0, 10), + (65113, "460440", 1, 0, 10), + (65114, "460001", 1, 0, 10), + (65115, "487118", 1, 0, 10), + (65116, "487551", 1, 0, 10), + (65117, "487114", 1, 0, 10), + (65118, "487221", 1, 0, 10), + (65119, "487555", 1, 0, 10), + (65120, "487001", 1, 0, 10), + (65121, "487337", 1, 0, 10), + (65122, "487661", 1, 0, 10), + (65123, "487441", 1, 0, 10), + (65124, "487110", 1, 0, 10), + (65125, "461331", 1, 0, 10), + (65126, "461331", 1, 0, 10), + (65127, "461441", 1, 0, 10), + (65128, "461228", 1, 0, 10), + (65129, "461661", 1, 0, 10), + (65130, "461221", 1, 0, 10), + (65131, "461990", 1, 0, 10), + (65132, "461114", 1, 0, 10), + (65133, "461116", 1, 0, 10), + (65134, "461001", 1, 0, 10), + (65135, "461111", 1, 0, 10), + (65136, "461775", 1, 0, 10), + (65137, "461115", 1, 0, 10), + (65138, "461446", 1, 0, 10), + (65139, "461122", 1, 0, 10), + (65140, "461881", 1, 0, 10), + (65141, "461881", 1, 0, 10), + (65142, "461775", 1, 0, 10), + (65143, "461110", 1, 0, 10), + (65144, "461005", 1, 0, 10), + (65145, "461668", 1, 0, 10), + (65146, "461223", 1, 0, 10), + (65147, "461771", 1, 0, 10), + (65148, "461551", 1, 0, 10), + (65149, "487225", 1, 0, 10), + (65150, "487330", 1, 0, 10), + (65151, "487770", 1, 0, 10), + (65152, "487334", 1, 0, 10), + (65153, "487551", 1, 0, 10), + (65154, "455116", 1, 0, 10), + (65155, "455459", 1, 0, 10), + (65156, "454441", 1, 0, 10), + (65157, "454660", 1, 0, 10), + (65158, "454221", 1, 0, 10), + (65159, "454773", 1, 0, 10), + (65160, "454552", 1, 0, 10), + (65161, "454001", 1, 0, 10), + (65162, "454449", 1, 0, 10), + (65163, "454665", 1, 0, 10), + (65164, "454331", 1, 0, 10), + (65165, "454446", 1, 0, 10), + (65166, "454010", 1, 0, 10), + (65167, "454335", 1, 0, 10), + (65168, "454775", 1, 0, 10), + (65169, "454774", 1, 0, 10), + (65170, "454116", 1, 0, 10), + (65171, "454111", 1, 0, 10), + (65172, "453001", 1, 0, 10), + (65173, "453115", 1, 0, 10), + (65174, "453220", 1, 0, 10), + (65175, "453112", 1, 0, 10), + (65176, "453111", 1, 0, 10), + (65177, "452020", 1, 0, 10), + (65178, "453771", 1, 0, 10), + (65179, "453661", 1, 0, 10), + (65180, "453441", 1, 0, 10), + (65181, "453441", 1, 0, 10), + (65182, "453441", 1, 0, 10), + (65183, "453446", 1, 0, 10), + (65184, "453331", 1, 0, 10), + (65185, "453551", 1, 0, 10), + (65186, "455227", 1, 0, 10), + (65187, "455111", 1, 0, 10), + (65188, "455115", 1, 0, 10), + (65189, "455001", 1, 0, 10), + (65190, "455001", 1, 0, 10), + (65191, "455001", 1, 0, 10), + (65192, "455001", 1, 0, 10), + (65193, "455001", 1, 0, 10), + (65194, "455223", 1, 0, 10), + (65195, "455332", 1, 0, 10), + (65196, "455440", 1, 0, 10), + (65197, "455221", 1, 0, 10), + (65198, "455336", 1, 0, 10), + (65199, "455339", 1, 0, 10), + (65200, "455118", 1, 0, 10), + (65201, "482004", 1, 0, 10), + (65202, "482004", 1, 0, 10), + (65203, "483001", 1, 0, 10), + (65204, "482051", 1, 0, 10), + (65205, "482056", 1, 0, 10), + (65206, "483053", 1, 0, 10), + (65207, "482001", 1, 0, 10), + (65208, "482020", 1, 0, 10), + (65209, "482001", 1, 0, 10), + (65210, "482002", 1, 0, 10), + (65211, "482002", 1, 0, 10), + (65212, "482011", 1, 0, 10), + (65213, "482011", 1, 0, 10), + (65214, "482002", 1, 0, 10), + (65215, "482003", 1, 0, 10), + (65216, "482003", 1, 0, 10), + (65217, "482002", 1, 0, 10), + (65218, "482011", 1, 0, 10), + (65219, "482001", 1, 0, 10), + (65220, "482002", 1, 0, 10), + (65221, "482002", 1, 0, 10), + (65222, "482001", 1, 0, 10), + (65223, "482001", 1, 0, 10), + (65224, "482001", 1, 0, 10), + (65225, "482002", 1, 0, 10), + (65226, "482001", 1, 0, 10), + (65227, "482002", 1, 0, 10), + (65228, "482002", 1, 0, 10), + (65229, "482004", 1, 0, 10), + (65230, "482001", 1, 0, 10), + (65231, "483105", 1, 0, 10), + (65232, "482005", 1, 0, 10), + (65233, "482001", 1, 0, 10), + (65234, "483110", 1, 0, 10), + (65235, "482002", 1, 0, 10), + (65236, "482003", 1, 0, 10), + (65237, "482002", 1, 0, 10), + (65238, "482002", 1, 0, 10), + (65239, "482002", 1, 0, 10), + (65240, "482001", 1, 0, 10), + (65241, "483220", 1, 0, 10), + (65242, "483113", 1, 0, 10), + (65243, "482008", 1, 0, 10), + (65244, "482001", 1, 0, 10), + (65245, "482005", 1, 0, 10), + (65246, "482001", 1, 0, 10), + (65247, "482010", 1, 0, 10), + (65248, "482021", 1, 0, 10), + (65249, "482001", 1, 0, 10), + (65250, "483119", 1, 0, 10), + (65251, "482009", 1, 0, 10), + (65252, "482009", 1, 0, 10), + (65253, "482002", 1, 0, 10), + (65254, "482008", 1, 0, 10), + (65255, "482002", 1, 0, 10), + (65256, "483330", 1, 0, 10), + (65257, "483331", 1, 0, 10), + (65258, "483770", 1, 0, 10), + (65259, "483773", 1, 0, 10), + (65260, "483222", 1, 0, 10), + (65261, "483501", 1, 0, 10), + (65262, "483501", 1, 0, 10), + (65263, "483504", 1, 0, 10), + (65264, "483501", 1, 0, 10), + (65265, "483504", 1, 0, 10), + (65266, "483501", 1, 0, 10), + (65267, "483501", 1, 0, 10), + (65268, "483504", 1, 0, 10), + (65269, "481441", 1, 0, 10), + (65270, "481115", 1, 0, 10), + (65271, "481335", 1, 0, 10), + (65272, "480661", 1, 0, 10), + (65273, "481995", 1, 0, 10), + (65274, "480771", 1, 0, 10), + (65275, "480667", 1, 0, 10), + (65276, "480994", 1, 0, 10), + (65277, "481672", 1, 0, 10), + (65278, "480884", 1, 0, 10), + (65279, "480884", 1, 0, 10), + (65280, "480884", 1, 0, 10), + (65281, "480884", 1, 0, 10), + (65282, "480884", 1, 0, 10), + (65283, "480997", 1, 0, 10), + (65284, "480997", 1, 0, 10), + (65285, "480997", 1, 0, 10), + (65286, "480997", 1, 0, 10), + (65287, "480997", 1, 0, 10), + (65288, "480997", 1, 0, 10), + (65289, "480997", 1, 0, 10), + (65290, "480997", 1, 0, 10), + (65291, "480997", 1, 0, 10), + (65292, "480997", 1, 0, 10), + (65293, "480997", 1, 0, 10), + (65294, "480997", 1, 0, 10), + (65295, "480881", 1, 0, 10), + (65296, "480881", 1, 0, 10), + (65297, "480881", 1, 0, 10), + (65298, "480881", 1, 0, 10), + (65299, "480991", 1, 0, 10), + (65300, "481672", 1, 0, 10), + (65301, "481672", 1, 0, 10), + (65302, "481672", 1, 0, 10), + (65303, "481672", 1, 0, 10), + (65304, "481880", 1, 0, 10), + (65305, "481880", 1, 0, 10), + (65306, "481880", 1, 0, 10), + (65307, "481880", 1, 0, 10), + (65308, "481880", 1, 0, 10), + (65309, "481880", 1, 0, 10), + (65310, "481880", 1, 0, 10), + (65311, "481880", 1, 0, 10), + (65312, "481880", 1, 0, 10), + (65313, "481880", 1, 0, 10), + (65314, "481880", 1, 0, 10), + (65315, "481880", 1, 0, 10), + (65316, "481880", 1, 0, 10), + (65317, "481880", 1, 0, 10), + (65318, "481880", 1, 0, 10), + (65319, "481882", 1, 0, 10), + (65320, "481882", 1, 0, 10), + (65321, "481882", 1, 0, 10), + (65322, "481882", 1, 0, 10), + (65323, "481882", 1, 0, 10), + (65324, "481882", 1, 0, 10), + (65325, "481882", 1, 0, 10), + (65326, "481884", 1, 0, 10), + (65327, "481884", 1, 0, 10), + (65328, "480884", 1, 0, 10), + (65329, "480884", 1, 0, 10), + (65330, "480991", 1, 0, 10), + (65331, "481996", 1, 0, 10), + (65332, "481996", 1, 0, 10), + (65333, "481996", 1, 0, 10), + (65334, "481996", 1, 0, 10), + (65335, "481996", 1, 0, 10), + (65336, "481996", 1, 0, 10), + (65337, "481996", 1, 0, 10), + (65338, "481996", 1, 0, 10), + (65339, "481996", 1, 0, 10), + (65340, "481879", 1, 0, 10), + (65341, "481879", 1, 0, 10), + (65342, "481879", 1, 0, 10), + (65343, "481661", 1, 0, 10), + (65344, "481661", 1, 0, 10), + (65345, "481661", 1, 0, 10), + (65346, "481661", 1, 0, 10), + (65347, "481661", 1, 0, 10), + (65348, "481661", 1, 0, 10), + (65349, "481661", 1, 0, 10), + (65350, "481661", 1, 0, 10), + (65351, "481661", 1, 0, 10), + (65352, "481661", 1, 0, 10), + (65353, "481661", 1, 0, 10), + (65354, "481661", 1, 0, 10), + (65355, "481661", 1, 0, 10), + (65356, "481661", 1, 0, 10), + (65357, "481661", 1, 0, 10), + (65358, "481661", 1, 0, 10), + (65359, "481441", 1, 0, 10), + (65360, "481441", 1, 0, 10), + (65361, "481441", 1, 0, 10), + (65362, "481449", 1, 0, 10), + (65363, "481672", 1, 0, 10), + (65364, "481879", 1, 0, 10), + (65365, "481879", 1, 0, 10), + (65366, "481879", 1, 0, 10), + (65367, "481879", 1, 0, 10), + (65368, "481879", 1, 0, 10), + (65369, "481879", 1, 0, 10), + (65370, "481879", 1, 0, 10), + (65371, "481879", 1, 0, 10), + (65372, "481879", 1, 0, 10), + (65373, "481879", 1, 0, 10), + (65374, "481879", 1, 0, 10), + (65375, "481879", 1, 0, 10), + (65376, "481879", 1, 0, 10), + (65377, "481668", 1, 0, 10), + (65378, "481668", 1, 0, 10), + (65379, "481778", 1, 0, 10), + (65380, "481778", 1, 0, 10), + (65381, "481778", 1, 0, 10), + (65382, "481778", 1, 0, 10), + (65383, "481778", 1, 0, 10), + (65384, "481778", 1, 0, 10), + (65385, "481778", 1, 0, 10), + (65386, "481778", 1, 0, 10), + (65387, "481778", 1, 0, 10), + (65388, "481990", 1, 0, 10), + (65389, "481990", 1, 0, 10), + (65390, "481990", 1, 0, 10), + (65391, "481990", 1, 0, 10), + (65392, "481990", 1, 0, 10), + (65393, "481990", 1, 0, 10), + (65394, "481990", 1, 0, 10), + (65395, "481996", 1, 0, 10), + (65396, "481664", 1, 0, 10), + (65397, "481664", 1, 0, 10), + (65398, "481664", 1, 0, 10), + (65399, "481664", 1, 0, 10), + (65400, "481664", 1, 0, 10), + (65401, "481664", 1, 0, 10), + (65402, "481664", 1, 0, 10), + (65403, "481664", 1, 0, 10), + (65404, "481105", 1, 0, 10), + (65405, "481105", 1, 0, 10), + (65406, "481105", 1, 0, 10), + (65407, "481105", 1, 0, 10), + (65408, "481105", 1, 0, 10), + (65409, "481105", 1, 0, 10), + (65410, "481105", 1, 0, 10), + (65411, "481105", 1, 0, 10), + (65412, "481662", 1, 0, 10), + (65413, "481662", 1, 0, 10), + (65414, "481662", 1, 0, 10), + (65415, "481663", 1, 0, 10), + (65416, "481885", 1, 0, 10), + (65417, "481885", 1, 0, 10), + (65418, "481885", 1, 0, 10), + (65419, "481885", 1, 0, 10), + (65420, "481885", 1, 0, 10), + (65421, "481885", 1, 0, 10), + (65422, "481885", 1, 0, 10), + (65423, "481885", 1, 0, 10), + (65424, "481885", 1, 0, 10), + (65425, "481885", 1, 0, 10), + (65426, "481776", 1, 0, 10), + (65427, "481776", 1, 0, 10), + (65428, "481776", 1, 0, 10), + (65429, "481776", 1, 0, 10), + (65430, "481668", 1, 0, 10), + (65431, "481668", 1, 0, 10), + (65432, "481668", 1, 0, 10), + (65433, "481668", 1, 0, 10), + (65434, "481990", 1, 0, 10), + (65435, "481990", 1, 0, 10), + (65436, "481990", 1, 0, 10), + (65437, "481990", 1, 0, 10), + (65438, "481990", 1, 0, 10), + (65439, "481990", 1, 0, 10), + (65440, "481990", 1, 0, 10), + (65441, "481990", 1, 0, 10), + (65442, "481996", 1, 0, 10), + (65443, "481996", 1, 0, 10), + (65444, "480991", 1, 0, 10), + (65445, "480991", 1, 0, 10), + (65446, "480991", 1, 0, 10), + (65447, "480991", 1, 0, 10), + (65448, "480991", 1, 0, 10), + (65449, "480991", 1, 0, 10), + (65450, "480886", 1, 0, 10), + (65451, "480886", 1, 0, 10), + (65452, "480886", 1, 0, 10), + (65453, "480886", 1, 0, 10), + (65454, "480886", 1, 0, 10), + (65455, "480886", 1, 0, 10), + (65456, "480886", 1, 0, 10), + (65457, "481884", 1, 0, 10), + (65458, "481884", 1, 0, 10), + (65459, "481884", 1, 0, 10), + (65460, "481884", 1, 0, 10), + (65461, "481884", 1, 0, 10), + (65462, "481884", 1, 0, 10), + (65463, "481884", 1, 0, 10), + (65464, "481884", 1, 0, 10), + (65465, "481884", 1, 0, 10), + (65466, "481665", 1, 0, 10), + (65467, "481665", 1, 0, 10), + (65468, "481665", 1, 0, 10), + (65469, "481663", 1, 0, 10), + (65470, "481663", 1, 0, 10), + (65471, "481663", 1, 0, 10), + (65472, "481663", 1, 0, 10), + (65473, "481663", 1, 0, 10), + (65474, "481663", 1, 0, 10), + (65475, "481668", 1, 0, 10), + (65476, "481001", 1, 0, 10), + (65477, "481001", 1, 0, 10), + (65478, "481662", 1, 0, 10), + (65479, "481662", 1, 0, 10), + (65480, "481662", 1, 0, 10), + (65481, "481662", 1, 0, 10), + (65482, "481662", 1, 0, 10), + (65483, "481662", 1, 0, 10), + (65484, "481662", 1, 0, 10), + (65485, "481662", 1, 0, 10), + (65486, "481662", 1, 0, 10), + (65487, "481662", 1, 0, 10), + (65488, "481662", 1, 0, 10), + (65489, "480667", 1, 0, 10), + (65490, "480667", 1, 0, 10), + (65491, "481001", 1, 0, 10), + (65492, "481001", 1, 0, 10), + (65493, "481001", 1, 0, 10), + (65494, "481001", 1, 0, 10), + (65495, "481001", 1, 0, 10), + (65496, "481332", 1, 0, 10), + (65497, "481332", 1, 0, 10), + (65498, "481332", 1, 0, 10), + (65499, "481332", 1, 0, 10), + (65500, "481332", 1, 0, 10), + (65501, "481332", 1, 0, 10), + (65502, "481332", 1, 0, 10), + (65503, "481441", 1, 0, 10), + (65504, "481441", 1, 0, 10), + (65505, "481441", 1, 0, 10), + (65506, "481441", 1, 0, 10), + (65507, "481441", 1, 0, 10), + (65508, "481441", 1, 0, 10), + (65509, "481115", 1, 0, 10), + (65510, "481115", 1, 0, 10), + (65511, "481115", 1, 0, 10), + (65512, "481115", 1, 0, 10), + (65513, "481115", 1, 0, 10), + (65514, "481115", 1, 0, 10), + (65515, "481115", 1, 0, 10), + (65516, "481115", 1, 0, 10), + (65517, "481115", 1, 0, 10), + (65518, "481115", 1, 0, 10), + (65519, "481115", 1, 0, 10), + (65520, "481115", 1, 0, 10), + (65521, "481115", 1, 0, 10), + (65522, "481224", 1, 0, 10), + (65523, "481556", 1, 0, 10), + (65524, "481556", 1, 0, 10), + (65525, "481556", 1, 0, 10), + (65526, "481556", 1, 0, 10), + (65527, "481556", 1, 0, 10), + (65528, "481556", 1, 0, 10), + (65529, "481556", 1, 0, 10), + (65530, "481556", 1, 0, 10), + (65531, "481335", 1, 0, 10), + (65532, "481335", 1, 0, 10), + (65533, "481335", 1, 0, 10), + (65534, "481335", 1, 0, 10), + (65535, "481335", 1, 0, 10), + (65536, "481335", 1, 0, 10), + (65537, "481335", 1, 0, 10), + (65538, "481335", 1, 0, 10), + (65539, "481335", 1, 0, 10), + (65540, "481335", 1, 0, 10), + (65541, "481335", 1, 0, 10), + (65542, "481331", 1, 0, 10), + (65543, "481331", 1, 0, 10), + (65544, "481331", 1, 0, 10), + (65545, "481331", 1, 0, 10), + (65546, "481331", 1, 0, 10), + (65547, "481331", 1, 0, 10), + (65548, "481331", 1, 0, 10), + (65549, "481331", 1, 0, 10), + (65550, "481331", 1, 0, 10), + (65551, "481331", 1, 0, 10), + (65552, "481331", 1, 0, 10), + (65553, "481331", 1, 0, 10), + (65554, "481001", 1, 0, 10), + (65555, "481001", 1, 0, 10), + (65556, "481556", 1, 0, 10), + (65557, "481331", 1, 0, 10), + (65558, "481331", 1, 0, 10), + (65559, "481331", 1, 0, 10), + (65560, "481331", 1, 0, 10), + (65561, "481331", 1, 0, 10), + (65562, "481331", 1, 0, 10), + (65563, "481116", 1, 0, 10), + (65564, "481116", 1, 0, 10), + (65565, "481116", 1, 0, 10), + (65566, "481116", 1, 0, 10), + (65567, "481116", 1, 0, 10), + (65568, "481116", 1, 0, 10), + (65569, "480661", 1, 0, 10), + (65570, "480661", 1, 0, 10), + (65571, "480661", 1, 0, 10), + (65572, "480661", 1, 0, 10), + (65573, "480661", 1, 0, 10), + (65574, "480661", 1, 0, 10), + (65575, "480661", 1, 0, 10), + (65576, "480661", 1, 0, 10), + (65577, "480661", 1, 0, 10), + (65578, "481222", 1, 0, 10), + (65579, "481222", 1, 0, 10), + (65580, "481222", 1, 0, 10), + (65581, "481222", 1, 0, 10), + (65582, "481449", 1, 0, 10), + (65583, "481449", 1, 0, 10), + (65584, "481449", 1, 0, 10), + (65585, "481449", 1, 0, 10), + (65586, "481449", 1, 0, 10), + (65587, "481001", 1, 0, 10), + (65588, "481449", 1, 0, 10), + (65589, "481449", 1, 0, 10), + (65590, "481449", 1, 0, 10), + (65591, "481449", 1, 0, 10), + (65592, "481449", 1, 0, 10), + (65593, "481449", 1, 0, 10), + (65594, "481449", 1, 0, 10), + (65595, "481449", 1, 0, 10), + (65596, "481449", 1, 0, 10), + (65597, "480661", 1, 0, 10), + (65598, "480661", 1, 0, 10), + (65599, "480661", 1, 0, 10), + (65600, "480661", 1, 0, 10), + (65601, "480661", 1, 0, 10), + (65602, "480661", 1, 0, 10), + (65603, "480661", 1, 0, 10), + (65604, "481661", 1, 0, 10), + (65605, "481661", 1, 0, 10), + (65606, "481661", 1, 0, 10), + (65607, "481661", 1, 0, 10), + (65608, "481661", 1, 0, 10), + (65609, "480888", 1, 0, 10), + (65610, "480888", 1, 0, 10), + (65611, "480888", 1, 0, 10), + (65612, "480888", 1, 0, 10), + (65613, "480888", 1, 0, 10), + (65614, "480888", 1, 0, 10), + (65615, "480888", 1, 0, 10), + (65616, "481998", 1, 0, 10), + (65617, "481998", 1, 0, 10), + (65618, "481998", 1, 0, 10), + (65619, "481998", 1, 0, 10), + (65620, "481998", 1, 0, 10), + (65621, "481771", 1, 0, 10), + (65622, "481771", 1, 0, 10), + (65623, "481771", 1, 0, 10), + (65624, "481771", 1, 0, 10), + (65625, "481771", 1, 0, 10), + (65626, "481771", 1, 0, 10), + (65627, "481771", 1, 0, 10), + (65628, "481995", 1, 0, 10), + (65629, "481995", 1, 0, 10), + (65630, "481995", 1, 0, 10), + (65631, "481995", 1, 0, 10), + (65632, "481995", 1, 0, 10), + (65633, "481995", 1, 0, 10), + (65634, "481995", 1, 0, 10), + (65635, "481995", 1, 0, 10), + (65636, "481995", 1, 0, 10), + (65637, "481995", 1, 0, 10), + (65638, "481995", 1, 0, 10), + (65639, "481768", 1, 0, 10), + (65640, "481768", 1, 0, 10), + (65641, "481768", 1, 0, 10), + (65642, "481768", 1, 0, 10), + (65643, "481768", 1, 0, 10), + (65644, "481768", 1, 0, 10), + (65645, "481768", 1, 0, 10), + (65646, "480661", 1, 0, 10), + (65647, "480661", 1, 0, 10), + (65648, "480661", 1, 0, 10), + (65649, "480661", 1, 0, 10), + (65650, "480661", 1, 0, 10), + (65651, "480661", 1, 0, 10), + (65652, "480661", 1, 0, 10), + (65653, "480661", 1, 0, 10), + (65654, "480661", 1, 0, 10), + (65655, "480887", 1, 0, 10), + (65656, "480887", 1, 0, 10), + (65657, "480887", 1, 0, 10), + (65658, "480887", 1, 0, 10), + (65659, "480887", 1, 0, 10), + (65660, "480887", 1, 0, 10), + (65661, "480887", 1, 0, 10), + (65662, "480887", 1, 0, 10), + (65663, "480771", 1, 0, 10), + (65664, "480771", 1, 0, 10), + (65665, "480771", 1, 0, 10), + (65666, "480771", 1, 0, 10), + (65667, "480771", 1, 0, 10), + (65668, "480771", 1, 0, 10), + (65669, "480771", 1, 0, 10), + (65670, "480771", 1, 0, 10), + (65671, "480771", 1, 0, 10), + (65672, "480771", 1, 0, 10), + (65673, "480882", 1, 0, 10), + (65674, "480882", 1, 0, 10), + (65675, "480882", 1, 0, 10), + (65676, "480882", 1, 0, 10), + (65677, "480882", 1, 0, 10), + (65678, "480882", 1, 0, 10), + (65679, "480882", 1, 0, 10), + (65680, "480882", 1, 0, 10), + (65681, "480882", 1, 0, 10), + (65682, "480882", 1, 0, 10), + (65683, "480667", 1, 0, 10), + (65684, "480667", 1, 0, 10), + (65685, "480667", 1, 0, 10), + (65686, "480667", 1, 0, 10), + (65687, "480667", 1, 0, 10), + (65688, "480667", 1, 0, 10), + (65689, "480667", 1, 0, 10), + (65690, "480667", 1, 0, 10), + (65691, "480667", 1, 0, 10), + (65692, "480667", 1, 0, 10), + (65693, "480667", 1, 0, 10), + (65694, "480667", 1, 0, 10), + (65695, "480667", 1, 0, 10), + (65696, "480667", 1, 0, 10), + (65697, "480667", 1, 0, 10), + (65698, "480667", 1, 0, 10), + (65699, "480884", 1, 0, 10), + (65700, "480997", 1, 0, 10), + (65701, "480997", 1, 0, 10), + (65702, "480997", 1, 0, 10), + (65703, "480997", 1, 0, 10), + (65704, "480999", 1, 0, 10), + (65705, "480999", 1, 0, 10), + (65706, "480999", 1, 0, 10), + (65707, "480999", 1, 0, 10), + (65708, "480999", 1, 0, 10), + (65709, "480999", 1, 0, 10), + (65710, "480999", 1, 0, 10), + (65711, "480990", 1, 0, 10), + (65712, "480990", 1, 0, 10), + (65713, "480990", 1, 0, 10), + (65714, "480990", 1, 0, 10), + (65715, "480990", 1, 0, 10), + (65716, "480990", 1, 0, 10), + (65717, "480990", 1, 0, 10), + (65718, "480990", 1, 0, 10), + (65719, "480994", 1, 0, 10), + (65720, "480994", 1, 0, 10), + (65721, "480994", 1, 0, 10), + (65722, "480994", 1, 0, 10), + (65723, "480994", 1, 0, 10), + (65724, "480994", 1, 0, 10), + (65725, "480994", 1, 0, 10), + (65726, "480994", 1, 0, 10), + (65727, "480994", 1, 0, 10), + (65728, "480994", 1, 0, 10), + (65729, "480994", 1, 0, 10), + (65730, "480994", 1, 0, 10), + (65731, "480994", 1, 0, 10), + (65732, "480880", 1, 0, 10), + (65733, "480880", 1, 0, 10), + (65734, "480880", 1, 0, 10), + (65735, "480880", 1, 0, 10), + (65736, "480881", 1, 0, 10), + (65737, "480886", 1, 0, 10), + (65738, "480886", 1, 0, 10), + (65739, "480886", 1, 0, 10), + (65740, "480886", 1, 0, 10), + (65741, "480886", 1, 0, 10), + (65742, "480996", 1, 0, 10), + (65743, "480996", 1, 0, 10), + (65744, "480996", 1, 0, 10), + (65745, "480996", 1, 0, 10), + (65746, "480996", 1, 0, 10), + (65747, "480996", 1, 0, 10), + (65748, "480996", 1, 0, 10), + (65749, "480996", 1, 0, 10), + (65750, "480996", 1, 0, 10), + (65751, "480996", 1, 0, 10), + (65752, "480996", 1, 0, 10), + (65753, "480996", 1, 0, 10), + (65754, "480996", 1, 0, 10), + (65755, "480888", 1, 0, 10), + (65756, "481672", 1, 0, 10), + (65757, "481672", 1, 0, 10), + (65758, "481672", 1, 0, 10), + (65759, "481672", 1, 0, 10), + (65760, "481672", 1, 0, 10), + (65761, "476111", 1, 0, 10), + (65762, "476134", 1, 0, 10), + (65763, "476355", 1, 0, 10), + (65764, "476115", 1, 0, 10), + (65765, "476229", 1, 0, 10), + (65766, "477001", 1, 0, 10), + (65767, "477111", 1, 0, 10), + (65768, "476335", 1, 0, 10), + (65769, "477660", 1, 0, 10), + (65770, "477557", 1, 0, 10), + (65771, "477105", 1, 0, 10), + (65772, "477333", 1, 0, 10), + (65773, "477333", 1, 0, 10), + (65774, "477333", 1, 0, 10), + (65775, "477331", 1, 0, 10), + (65776, "477331", 1, 0, 10), + (65777, "477331", 1, 0, 10), + (65778, "477331", 1, 0, 10), + (65779, "477331", 1, 0, 10), + (65780, "477331", 1, 0, 10), + (65781, "477331", 1, 0, 10), + (65782, "477331", 1, 0, 10), + (65783, "477105", 1, 0, 10), + (65784, "477105", 1, 0, 10), + (65785, "477105", 1, 0, 10), + (65786, "477105", 1, 0, 10), + (65787, "477105", 1, 0, 10), + (65788, "477105", 1, 0, 10), + (65789, "477105", 1, 0, 10), + (65790, "477105", 1, 0, 10), + (65791, "477105", 1, 0, 10), + (65792, "477555", 1, 0, 10), + (65793, "477555", 1, 0, 10), + (65794, "477555", 1, 0, 10), + (65795, "477555", 1, 0, 10), + (65796, "477555", 1, 0, 10), + (65797, "477555", 1, 0, 10), + (65798, "477555", 1, 0, 10), + (65799, "477555", 1, 0, 10), + (65800, "477555", 1, 0, 10), + (65801, "477555", 1, 0, 10), + (65802, "477555", 1, 0, 10), + (65803, "477555", 1, 0, 10), + (65804, "477555", 1, 0, 10), + (65805, "477335", 1, 0, 10), + (65806, "477335", 1, 0, 10), + (65807, "477335", 1, 0, 10), + (65808, "477335", 1, 0, 10), + (65809, "477335", 1, 0, 10), + (65810, "477335", 1, 0, 10), + (65811, "477335", 1, 0, 10), + (65812, "477335", 1, 0, 10), + (65813, "477335", 1, 0, 10), + (65814, "477335", 1, 0, 10), + (65815, "477335", 1, 0, 10), + (65816, "477335", 1, 0, 10), + (65817, "477335", 1, 0, 10), + (65818, "477333", 1, 0, 10), + (65819, "477333", 1, 0, 10), + (65820, "477333", 1, 0, 10), + (65821, "477333", 1, 0, 10), + (65822, "477333", 1, 0, 10), + (65823, "476111", 1, 0, 10), + (65824, "476111", 1, 0, 10), + (65825, "476111", 1, 0, 10), + (65826, "476111", 1, 0, 10), + (65827, "476111", 1, 0, 10), + (65828, "476111", 1, 0, 10), + (65829, "476111", 1, 0, 10), + (65830, "476111", 1, 0, 10), + (65831, "476111", 1, 0, 10), + (65832, "476111", 1, 0, 10), + (65833, "476111", 1, 0, 10), + (65834, "476111", 1, 0, 10), + (65835, "476111", 1, 0, 10), + (65836, "476111", 1, 0, 10), + (65837, "476111", 1, 0, 10), + (65838, "476111", 1, 0, 10), + (65839, "476219", 1, 0, 10), + (65840, "476219", 1, 0, 10), + (65841, "476219", 1, 0, 10), + (65842, "476219", 1, 0, 10), + (65843, "476219", 1, 0, 10), + (65844, "476219", 1, 0, 10), + (65845, "476219", 1, 0, 10), + (65846, "476219", 1, 0, 10), + (65847, "476219", 1, 0, 10), + (65848, "476219", 1, 0, 10), + (65849, "476219", 1, 0, 10), + (65850, "476219", 1, 0, 10), + (65851, "476219", 1, 0, 10), + (65852, "476332", 1, 0, 10), + (65853, "476332", 1, 0, 10), + (65854, "476332", 1, 0, 10), + (65855, "476134", 1, 0, 10), + (65856, "476134", 1, 0, 10), + (65857, "476134", 1, 0, 10), + (65858, "476001", 1, 0, 10), + (65859, "476001", 1, 0, 10), + (65860, "476001", 1, 0, 10), + (65861, "476001", 1, 0, 10), + (65862, "476001", 1, 0, 10), + (65863, "476001", 1, 0, 10), + (65864, "476001", 1, 0, 10), + (65865, "476001", 1, 0, 10), + (65866, "476001", 1, 0, 10), + (65867, "476001", 1, 0, 10), + (65868, "476001", 1, 0, 10), + (65869, "476001", 1, 0, 10), + (65870, "476001", 1, 0, 10), + (65871, "476001", 1, 0, 10), + (65872, "476001", 1, 0, 10), + (65873, "476001", 1, 0, 10), + (65874, "476001", 1, 0, 10), + (65875, "476001", 1, 0, 10), + (65876, "476001", 1, 0, 10), + (65877, "476001", 1, 0, 10), + (65878, "476001", 1, 0, 10), + (65879, "476001", 1, 0, 10), + (65880, "476111", 1, 0, 10), + (65881, "476111", 1, 0, 10), + (65882, "476111", 1, 0, 10), + (65883, "476111", 1, 0, 10), + (65884, "476111", 1, 0, 10), + (65885, "476111", 1, 0, 10), + (65886, "476111", 1, 0, 10), + (65887, "476111", 1, 0, 10), + (65888, "476111", 1, 0, 10), + (65889, "476111", 1, 0, 10), + (65890, "476111", 1, 0, 10), + (65891, "476111", 1, 0, 10), + (65892, "476111", 1, 0, 10), + (65893, "476134", 1, 0, 10), + (65894, "476134", 1, 0, 10), + (65895, "476134", 1, 0, 10), + (65896, "476221", 1, 0, 10), + (65897, "476221", 1, 0, 10), + (65898, "476221", 1, 0, 10), + (65899, "476221", 1, 0, 10), + (65900, "476221", 1, 0, 10), + (65901, "476221", 1, 0, 10), + (65902, "476221", 1, 0, 10), + (65903, "476221", 1, 0, 10), + (65904, "476332", 1, 0, 10), + (65905, "476332", 1, 0, 10), + (65906, "476332", 1, 0, 10), + (65907, "476332", 1, 0, 10), + (65908, "476332", 1, 0, 10), + (65909, "476332", 1, 0, 10), + (65910, "476332", 1, 0, 10), + (65911, "476332", 1, 0, 10), + (65912, "476332", 1, 0, 10), + (65913, "476332", 1, 0, 10), + (65914, "476221", 1, 0, 10), + (65915, "476221", 1, 0, 10), + (65916, "476221", 1, 0, 10), + (65917, "476221", 1, 0, 10), + (65918, "476221", 1, 0, 10), + (65919, "476221", 1, 0, 10), + (65920, "476221", 1, 0, 10), + (65921, "476221", 1, 0, 10), + (65922, "476221", 1, 0, 10), + (65923, "476221", 1, 0, 10), + (65924, "476221", 1, 0, 10), + (65925, "476355", 1, 0, 10), + (65926, "476355", 1, 0, 10), + (65927, "476355", 1, 0, 10), + (65928, "476355", 1, 0, 10), + (65929, "476355", 1, 0, 10), + (65930, "476355", 1, 0, 10), + (65931, "476224", 1, 0, 10), + (65932, "476224", 1, 0, 10), + (65933, "476224", 1, 0, 10), + (65934, "476224", 1, 0, 10), + (65935, "476224", 1, 0, 10), + (65936, "476224", 1, 0, 10), + (65937, "476224", 1, 0, 10), + (65938, "476224", 1, 0, 10), + (65939, "476224", 1, 0, 10), + (65940, "476224", 1, 0, 10), + (65941, "476224", 1, 0, 10), + (65942, "476224", 1, 0, 10), + (65943, "476224", 1, 0, 10), + (65944, "476224", 1, 0, 10), + (65945, "476224", 1, 0, 10), + (65946, "476224", 1, 0, 10), + (65947, "476224", 1, 0, 10), + (65948, "476554", 1, 0, 10), + (65949, "476554", 1, 0, 10), + (65950, "476554", 1, 0, 10), + (65951, "476554", 1, 0, 10), + (65952, "476554", 1, 0, 10), + (65953, "476554", 1, 0, 10), + (65954, "476554", 1, 0, 10), + (65955, "476554", 1, 0, 10), + (65956, "476554", 1, 0, 10), + (65957, "476554", 1, 0, 10), + (65958, "476554", 1, 0, 10), + (65959, "476554", 1, 0, 10), + (65960, "476554", 1, 0, 10), + (65961, "476228", 1, 0, 10), + (65962, "476228", 1, 0, 10), + (65963, "476228", 1, 0, 10), + (65964, "476228", 1, 0, 10), + (65965, "476228", 1, 0, 10), + (65966, "476228", 1, 0, 10), + (65967, "476115", 1, 0, 10), + (65968, "476115", 1, 0, 10), + (65969, "476115", 1, 0, 10), + (65970, "476115", 1, 0, 10), + (65971, "476115", 1, 0, 10), + (65972, "476115", 1, 0, 10), + (65973, "476115", 1, 0, 10), + (65974, "476115", 1, 0, 10), + (65975, "476115", 1, 0, 10), + (65976, "476115", 1, 0, 10), + (65977, "476115", 1, 0, 10), + (65978, "476115", 1, 0, 10), + (65979, "476115", 1, 0, 10), + (65980, "476115", 1, 0, 10), + (65981, "476115", 1, 0, 10), + (65982, "476115", 1, 0, 10), + (65983, "476115", 1, 0, 10), + (65984, "476115", 1, 0, 10), + (65985, "476115", 1, 0, 10), + (65986, "476115", 1, 0, 10), + (65987, "476115", 1, 0, 10), + (65988, "476115", 1, 0, 10), + (65989, "476229", 1, 0, 10), + (65990, "476229", 1, 0, 10), + (65991, "476229", 1, 0, 10), + (65992, "476229", 1, 0, 10), + (65993, "476229", 1, 0, 10), + (65994, "476229", 1, 0, 10), + (65995, "476229", 1, 0, 10), + (65996, "476229", 1, 0, 10), + (65997, "476229", 1, 0, 10), + (65998, "476229", 1, 0, 10), + (65999, "476229", 1, 0, 10), + (66000, "476229", 1, 0, 10), + (66001, "476229", 1, 0, 10), + (66002, "476229", 1, 0, 10), + (66003, "476229", 1, 0, 10), + (66004, "476229", 1, 0, 10), + (66005, "476337", 1, 0, 10), + (66006, "476337", 1, 0, 10), + (66007, "476337", 1, 0, 10), + (66008, "476337", 1, 0, 10), + (66009, "476337", 1, 0, 10), + (66010, "476337", 1, 0, 10), + (66011, "476337", 1, 0, 10), + (66012, "476337", 1, 0, 10), + (66013, "476337", 1, 0, 10), + (66014, "476337", 1, 0, 10), + (66015, "476337", 1, 0, 10), + (66016, "476337", 1, 0, 10), + (66017, "476337", 1, 0, 10), + (66018, "476337", 1, 0, 10), + (66019, "476337", 1, 0, 10), + (66020, "476337", 1, 0, 10), + (66021, "476337", 1, 0, 10), + (66022, "476337", 1, 0, 10), + (66023, "476337", 1, 0, 10), + (66024, "476337", 1, 0, 10), + (66025, "476339", 1, 0, 10), + (66026, "476339", 1, 0, 10), + (66027, "476339", 1, 0, 10), + (66028, "476339", 1, 0, 10), + (66029, "476339", 1, 0, 10), + (66030, "476339", 1, 0, 10), + (66031, "476339", 1, 0, 10), + (66032, "476339", 1, 0, 10), + (66033, "476339", 1, 0, 10), + (66034, "477001", 1, 0, 10), + (66035, "477001", 1, 0, 10), + (66036, "477001", 1, 0, 10), + (66037, "477001", 1, 0, 10), + (66038, "477001", 1, 0, 10), + (66039, "477001", 1, 0, 10), + (66040, "477001", 1, 0, 10), + (66041, "477001", 1, 0, 10), + (66042, "477001", 1, 0, 10), + (66043, "477332", 1, 0, 10), + (66044, "477332", 1, 0, 10), + (66045, "477332", 1, 0, 10), + (66046, "477332", 1, 0, 10), + (66047, "477332", 1, 0, 10), + (66048, "477332", 1, 0, 10), + (66049, "477332", 1, 0, 10), + (66050, "477449", 1, 0, 10), + (66051, "477449", 1, 0, 10), + (66052, "477449", 1, 0, 10), + (66053, "477227", 1, 0, 10), + (66054, "477227", 1, 0, 10), + (66055, "477227", 1, 0, 10), + (66056, "477227", 1, 0, 10), + (66057, "477227", 1, 0, 10), + (66058, "477227", 1, 0, 10), + (66059, "477227", 1, 0, 10), + (66060, "477227", 1, 0, 10), + (66061, "477227", 1, 0, 10), + (66062, "477446", 1, 0, 10), + (66063, "477446", 1, 0, 10), + (66064, "477446", 1, 0, 10), + (66065, "477446", 1, 0, 10), + (66066, "477446", 1, 0, 10), + (66067, "477446", 1, 0, 10), + (66068, "477111", 1, 0, 10), + (66069, "477111", 1, 0, 10), + (66070, "477111", 1, 0, 10), + (66071, "477111", 1, 0, 10), + (66072, "477111", 1, 0, 10), + (66073, "477111", 1, 0, 10), + (66074, "477111", 1, 0, 10), + (66075, "477111", 1, 0, 10), + (66076, "477111", 1, 0, 10), + (66077, "477111", 1, 0, 10), + (66078, "477111", 1, 0, 10), + (66079, "477111", 1, 0, 10), + (66080, "477111", 1, 0, 10), + (66081, "477566", 1, 0, 10), + (66082, "477566", 1, 0, 10), + (66083, "477566", 1, 0, 10), + (66084, "477566", 1, 0, 10), + (66085, "477566", 1, 0, 10), + (66086, "477447", 1, 0, 10), + (66087, "477447", 1, 0, 10), + (66088, "477447", 1, 0, 10), + (66089, "477447", 1, 0, 10), + (66090, "477447", 1, 0, 10), + (66091, "477447", 1, 0, 10), + (66092, "477447", 1, 0, 10), + (66093, "477447", 1, 0, 10), + (66094, "477447", 1, 0, 10), + (66095, "476219", 1, 0, 10), + (66096, "476219", 1, 0, 10), + (66097, "476219", 1, 0, 10), + (66098, "476444", 1, 0, 10), + (66099, "476444", 1, 0, 10), + (66100, "476444", 1, 0, 10), + (66101, "476444", 1, 0, 10), + (66102, "476444", 1, 0, 10), + (66103, "476444", 1, 0, 10), + (66104, "476444", 1, 0, 10), + (66105, "476444", 1, 0, 10), + (66106, "476444", 1, 0, 10), + (66107, "476444", 1, 0, 10), + (66108, "476444", 1, 0, 10), + (66109, "476335", 1, 0, 10), + (66110, "476335", 1, 0, 10), + (66111, "476335", 1, 0, 10), + (66112, "476335", 1, 0, 10), + (66113, "476335", 1, 0, 10), + (66114, "476335", 1, 0, 10), + (66115, "476335", 1, 0, 10), + (66116, "476335", 1, 0, 10), + (66117, "477447", 1, 0, 10), + (66118, "477116", 1, 0, 10), + (66119, "477116", 1, 0, 10), + (66120, "477116", 1, 0, 10), + (66121, "477116", 1, 0, 10), + (66122, "477116", 1, 0, 10), + (66123, "477116", 1, 0, 10), + (66124, "477116", 1, 0, 10), + (66125, "477116", 1, 0, 10), + (66126, "477116", 1, 0, 10), + (66127, "477116", 1, 0, 10), + (66128, "477116", 1, 0, 10), + (66129, "477116", 1, 0, 10), + (66130, "477116", 1, 0, 10), + (66131, "477116", 1, 0, 10), + (66132, "477116", 1, 0, 10), + (66133, "477116", 1, 0, 10), + (66134, "477116", 1, 0, 10), + (66135, "477116", 1, 0, 10), + (66136, "477116", 1, 0, 10), + (66137, "477660", 1, 0, 10), + (66138, "477660", 1, 0, 10), + (66139, "477660", 1, 0, 10), + (66140, "477660", 1, 0, 10), + (66141, "477660", 1, 0, 10), + (66142, "477660", 1, 0, 10), + (66143, "477660", 1, 0, 10), + (66144, "477660", 1, 0, 10), + (66145, "477660", 1, 0, 10), + (66146, "477660", 1, 0, 10), + (66147, "477660", 1, 0, 10), + (66148, "477660", 1, 0, 10), + (66149, "477660", 1, 0, 10), + (66150, "477660", 1, 0, 10), + (66151, "477660", 1, 0, 10), + (66152, "477660", 1, 0, 10), + (66153, "477660", 1, 0, 10), + (66154, "477445", 1, 0, 10), + (66155, "477445", 1, 0, 10), + (66156, "477445", 1, 0, 10), + (66157, "477445", 1, 0, 10), + (66158, "477445", 1, 0, 10), + (66159, "477445", 1, 0, 10), + (66160, "477445", 1, 0, 10), + (66161, "477445", 1, 0, 10), + (66162, "477445", 1, 0, 10), + (66163, "477445", 1, 0, 10), + (66164, "477445", 1, 0, 10), + (66165, "477445", 1, 0, 10), + (66166, "477445", 1, 0, 10), + (66167, "477117", 1, 0, 10), + (66168, "477117", 1, 0, 10), + (66169, "477117", 1, 0, 10), + (66170, "477117", 1, 0, 10), + (66171, "477117", 1, 0, 10), + (66172, "477117", 1, 0, 10), + (66173, "477117", 1, 0, 10), + (66174, "477117", 1, 0, 10), + (66175, "477117", 1, 0, 10), + (66176, "477117", 1, 0, 10), + (66177, "477222", 1, 0, 10), + (66178, "477222", 1, 0, 10), + (66179, "477222", 1, 0, 10), + (66180, "477222", 1, 0, 10), + (66181, "477222", 1, 0, 10), + (66182, "477222", 1, 0, 10), + (66183, "477222", 1, 0, 10), + (66184, "477222", 1, 0, 10), + (66185, "477222", 1, 0, 10), + (66186, "477222", 1, 0, 10), + (66187, "477557", 1, 0, 10), + (66188, "477557", 1, 0, 10), + (66189, "477557", 1, 0, 10), + (66190, "477557", 1, 0, 10), + (66191, "477557", 1, 0, 10), + (66192, "477557", 1, 0, 10), + (66193, "477557", 1, 0, 10), + (66194, "477557", 1, 0, 10), + (66195, "477557", 1, 0, 10), + (66196, "477557", 1, 0, 10), + (66197, "477557", 1, 0, 10), + (66198, "477557", 1, 0, 10), + (66199, "477557", 1, 0, 10), + (66200, "477557", 1, 0, 10), + (66201, "477557", 1, 0, 10), + (66202, "477557", 1, 0, 10), + (66203, "477557", 1, 0, 10), + (66204, "477557", 1, 0, 10), + (66205, "477557", 1, 0, 10), + (66206, "477441", 1, 0, 10), + (66207, "477441", 1, 0, 10), + (66208, "477441", 1, 0, 10), + (66209, "477441", 1, 0, 10), + (66210, "477441", 1, 0, 10), + (66211, "477441", 1, 0, 10), + (66212, "477441", 1, 0, 10), + (66213, "477441", 1, 0, 10), + (66214, "477441", 1, 0, 10), + (66215, "477441", 1, 0, 10), + (66216, "477441", 1, 0, 10), + (66217, "477441", 1, 0, 10), + (66218, "477441", 1, 0, 10), + (66219, "477441", 1, 0, 10), + (66220, "477441", 1, 0, 10), + (66221, "477441", 1, 0, 10), + (66222, "477441", 1, 0, 10), + (66223, "477105", 1, 0, 10), + (66224, "477105", 1, 0, 10), + (66225, "472339", 1, 0, 10), + (66226, "472115", 1, 0, 10), + (66227, "472442", 1, 0, 10), + (66228, "472336", 1, 0, 10), + (66229, "471405", 1, 0, 10), + (66230, "471525", 1, 0, 10), + (66231, "471301", 1, 0, 10), + (66232, "471606", 1, 0, 10), + (66233, "471311", 1, 0, 10), + (66234, "471408", 1, 0, 10), + (66235, "488220", 1, 0, 10), + (66236, "488222", 1, 0, 10), + (66237, "488222", 1, 0, 10), + (66238, "488222", 1, 0, 10), + (66239, "488222", 1, 0, 10), + (66240, "488222", 1, 0, 10), + (66241, "488222", 1, 0, 10), + (66242, "488222", 1, 0, 10), + (66243, "488222", 1, 0, 10), + (66244, "488222", 1, 0, 10), + (66245, "488050", 1, 0, 10), + (66246, "488050", 1, 0, 10), + (66247, "488050", 1, 0, 10), + (66248, "488050", 1, 0, 10), + (66249, "488050", 1, 0, 10), + (66250, "488050", 1, 0, 10), + (66251, "488050", 1, 0, 10), + (66252, "488050", 1, 0, 10), + (66253, "488050", 1, 0, 10), + (66254, "488050", 1, 0, 10), + (66255, "488050", 1, 0, 10), + (66256, "488050", 1, 0, 10), + (66257, "488050", 1, 0, 10), + (66258, "488446", 1, 0, 10), + (66259, "488446", 1, 0, 10), + (66260, "488446", 1, 0, 10), + (66261, "488446", 1, 0, 10), + (66262, "488446", 1, 0, 10), + (66263, "488220", 1, 0, 10), + (66264, "488220", 1, 0, 10), + (66265, "488220", 1, 0, 10), + (66266, "488220", 1, 0, 10), + (66267, "488441", 1, 0, 10), + (66268, "488441", 1, 0, 10), + (66269, "488441", 1, 0, 10), + (66270, "488441", 1, 0, 10), + (66271, "488441", 1, 0, 10), + (66272, "488441", 1, 0, 10), + (66273, "488441", 1, 0, 10), + (66274, "488441", 1, 0, 10), + (66275, "488441", 1, 0, 10), + (66276, "488441", 1, 0, 10), + (66277, "488441", 1, 0, 10), + (66278, "488441", 1, 0, 10), + (66279, "488441", 1, 0, 10), + (66280, "488441", 1, 0, 10), + (66281, "488051", 1, 0, 10), + (66282, "488051", 1, 0, 10), + (66283, "488051", 1, 0, 10), + (66284, "488333", 1, 0, 10), + (66285, "488333", 1, 0, 10), + (66286, "488333", 1, 0, 10), + (66287, "488333", 1, 0, 10), + (66288, "488333", 1, 0, 10), + (66289, "488333", 1, 0, 10), + (66290, "488333", 1, 0, 10), + (66291, "488333", 1, 0, 10), + (66292, "488333", 1, 0, 10), + (66293, "488333", 1, 0, 10), + (66294, "488333", 1, 0, 10), + (66295, "488333", 1, 0, 10), + (66296, "488333", 1, 0, 10), + (66297, "488333", 1, 0, 10), + (66298, "488333", 1, 0, 10), + (66299, "488333", 1, 0, 10), + (66300, "488446", 1, 0, 10), + (66301, "488442", 1, 0, 10), + (66302, "488442", 1, 0, 10), + (66303, "488442", 1, 0, 10), + (66304, "488442", 1, 0, 10), + (66305, "488446", 1, 0, 10), + (66306, "488446", 1, 0, 10), + (66307, "488446", 1, 0, 10), + (66308, "488446", 1, 0, 10), + (66309, "488446", 1, 0, 10), + (66310, "488446", 1, 0, 10), + (66311, "488442", 1, 0, 10), + (66312, "488442", 1, 0, 10), + (66313, "488442", 1, 0, 10), + (66314, "488442", 1, 0, 10), + (66315, "488442", 1, 0, 10), + (66316, "488442", 1, 0, 10), + (66317, "488442", 1, 0, 10), + (66318, "488442", 1, 0, 10), + (66319, "488442", 1, 0, 10), + (66320, "488442", 1, 0, 10), + (66321, "471201", 1, 0, 10), + (66322, "488001", 1, 0, 10), + (66323, "488446", 1, 0, 10), + (66324, "488448", 1, 0, 10), + (66325, "488448", 1, 0, 10), + (66326, "488448", 1, 0, 10), + (66327, "488448", 1, 0, 10), + (66328, "488448", 1, 0, 10), + (66329, "488448", 1, 0, 10), + (66330, "488448", 1, 0, 10), + (66331, "488448", 1, 0, 10), + (66332, "488448", 1, 0, 10), + (66333, "488448", 1, 0, 10), + (66334, "488448", 1, 0, 10), + (66335, "488448", 1, 0, 10), + (66336, "488448", 1, 0, 10), + (66337, "488448", 1, 0, 10), + (66338, "488442", 1, 0, 10), + (66339, "488442", 1, 0, 10), + (66340, "488442", 1, 0, 10), + (66341, "488442", 1, 0, 10), + (66342, "488442", 1, 0, 10), + (66343, "472115", 1, 0, 10), + (66344, "472115", 1, 0, 10), + (66345, "472115", 1, 0, 10), + (66346, "472115", 1, 0, 10), + (66347, "472115", 1, 0, 10), + (66348, "472115", 1, 0, 10), + (66349, "472115", 1, 0, 10), + (66350, "472115", 1, 0, 10), + (66351, "472115", 1, 0, 10), + (66352, "472115", 1, 0, 10), + (66353, "472115", 1, 0, 10), + (66354, "472115", 1, 0, 10), + (66355, "472331", 1, 0, 10), + (66356, "472331", 1, 0, 10), + (66357, "472331", 1, 0, 10), + (66358, "472331", 1, 0, 10), + (66359, "472331", 1, 0, 10), + (66360, "472331", 1, 0, 10), + (66361, "472331", 1, 0, 10), + (66362, "472331", 1, 0, 10), + (66363, "472331", 1, 0, 10), + (66364, "472101", 1, 0, 10), + (66365, "472101", 1, 0, 10), + (66366, "472101", 1, 0, 10), + (66367, "472101", 1, 0, 10), + (66368, "472101", 1, 0, 10), + (66369, "472101", 1, 0, 10), + (66370, "472101", 1, 0, 10), + (66371, "472101", 1, 0, 10), + (66372, "472101", 1, 0, 10), + (66373, "472442", 1, 0, 10), + (66374, "472442", 1, 0, 10), + (66375, "472442", 1, 0, 10), + (66376, "472442", 1, 0, 10), + (66377, "472442", 1, 0, 10), + (66378, "472442", 1, 0, 10), + (66379, "472339", 1, 0, 10), + (66380, "472339", 1, 0, 10), + (66381, "472339", 1, 0, 10), + (66382, "472339", 1, 0, 10), + (66383, "472118", 1, 0, 10), + (66384, "472118", 1, 0, 10), + (66385, "472118", 1, 0, 10), + (66386, "472118", 1, 0, 10), + (66387, "472118", 1, 0, 10), + (66388, "472118", 1, 0, 10), + (66389, "472118", 1, 0, 10), + (66390, "472118", 1, 0, 10), + (66391, "472118", 1, 0, 10), + (66392, "472118", 1, 0, 10), + (66393, "472118", 1, 0, 10), + (66394, "472118", 1, 0, 10), + (66395, "472118", 1, 0, 10), + (66396, "472118", 1, 0, 10), + (66397, "472337", 1, 0, 10), + (66398, "472337", 1, 0, 10), + (66399, "472337", 1, 0, 10), + (66400, "472337", 1, 0, 10), + (66401, "472337", 1, 0, 10), + (66402, "472337", 1, 0, 10), + (66403, "472337", 1, 0, 10), + (66404, "472005", 1, 0, 10), + (66405, "472005", 1, 0, 10), + (66406, "472005", 1, 0, 10), + (66407, "472005", 1, 0, 10), + (66408, "472115", 1, 0, 10), + (66409, "472115", 1, 0, 10), + (66410, "472115", 1, 0, 10), + (66411, "472115", 1, 0, 10), + (66412, "472115", 1, 0, 10), + (66413, "472115", 1, 0, 10), + (66414, "472115", 1, 0, 10), + (66415, "472246", 1, 0, 10), + (66416, "472246", 1, 0, 10), + (66417, "472246", 1, 0, 10), + (66418, "472246", 1, 0, 10), + (66419, "472246", 1, 0, 10), + (66420, "472246", 1, 0, 10), + (66421, "472246", 1, 0, 10), + (66422, "472246", 1, 0, 10), + (66423, "472246", 1, 0, 10), + (66424, "472246", 1, 0, 10), + (66425, "472246", 1, 0, 10), + (66426, "472221", 1, 0, 10), + (66427, "472221", 1, 0, 10), + (66428, "472221", 1, 0, 10), + (66429, "472221", 1, 0, 10), + (66430, "472221", 1, 0, 10), + (66431, "472221", 1, 0, 10), + (66432, "472221", 1, 0, 10), + (66433, "472221", 1, 0, 10), + (66434, "472221", 1, 0, 10), + (66435, "472221", 1, 0, 10), + (66436, "472221", 1, 0, 10), + (66437, "472221", 1, 0, 10), + (66438, "472221", 1, 0, 10), + (66439, "472221", 1, 0, 10), + (66440, "472221", 1, 0, 10), + (66441, "472221", 1, 0, 10), + (66442, "472336", 1, 0, 10), + (66443, "472336", 1, 0, 10), + (66444, "472336", 1, 0, 10), + (66445, "472336", 1, 0, 10), + (66446, "472336", 1, 0, 10), + (66447, "472336", 1, 0, 10), + (66448, "472336", 1, 0, 10), + (66449, "472336", 1, 0, 10), + (66450, "472336", 1, 0, 10), + (66451, "472336", 1, 0, 10), + (66452, "472336", 1, 0, 10), + (66453, "472336", 1, 0, 10), + (66454, "472446", 1, 0, 10), + (66455, "472446", 1, 0, 10), + (66456, "472446", 1, 0, 10), + (66457, "472445", 1, 0, 10), + (66458, "472445", 1, 0, 10), + (66459, "472445", 1, 0, 10), + (66460, "472445", 1, 0, 10), + (66461, "472445", 1, 0, 10), + (66462, "472447", 1, 0, 10), + (66463, "472447", 1, 0, 10), + (66464, "472447", 1, 0, 10), + (66465, "472447", 1, 0, 10), + (66466, "472447", 1, 0, 10), + (66467, "472447", 1, 0, 10), + (66468, "471001", 1, 0, 10), + (66469, "471001", 1, 0, 10), + (66470, "471001", 1, 0, 10), + (66471, "471001", 1, 0, 10), + (66472, "471001", 1, 0, 10), + (66473, "471001", 1, 0, 10), + (66474, "471105", 1, 0, 10), + (66475, "471105", 1, 0, 10), + (66476, "471105", 1, 0, 10), + (66477, "471105", 1, 0, 10), + (66478, "471105", 1, 0, 10), + (66479, "471105", 1, 0, 10), + (66480, "471105", 1, 0, 10), + (66481, "471105", 1, 0, 10), + (66482, "471105", 1, 0, 10), + (66483, "471105", 1, 0, 10), + (66484, "471405", 1, 0, 10), + (66485, "471405", 1, 0, 10), + (66486, "471405", 1, 0, 10), + (66487, "471405", 1, 0, 10), + (66488, "471405", 1, 0, 10), + (66489, "471405", 1, 0, 10), + (66490, "471405", 1, 0, 10), + (66491, "471405", 1, 0, 10), + (66492, "471405", 1, 0, 10), + (66493, "471405", 1, 0, 10), + (66494, "471405", 1, 0, 10), + (66495, "471405", 1, 0, 10), + (66496, "471405", 1, 0, 10), + (66497, "471405", 1, 0, 10), + (66498, "471405", 1, 0, 10), + (66499, "471405", 1, 0, 10), + (66500, "471405", 1, 0, 10), + (66501, "471318", 1, 0, 10), + (66502, "471318", 1, 0, 10), + (66503, "471318", 1, 0, 10), + (66504, "471318", 1, 0, 10), + (66505, "471318", 1, 0, 10), + (66506, "471318", 1, 0, 10), + (66507, "471318", 1, 0, 10), + (66508, "471318", 1, 0, 10), + (66509, "471318", 1, 0, 10), + (66510, "471318", 1, 0, 10), + (66511, "471525", 1, 0, 10), + (66512, "471525", 1, 0, 10), + (66513, "471525", 1, 0, 10), + (66514, "471525", 1, 0, 10), + (66515, "471525", 1, 0, 10), + (66516, "471525", 1, 0, 10), + (66517, "471525", 1, 0, 10), + (66518, "471525", 1, 0, 10), + (66519, "471525", 1, 0, 10), + (66520, "471525", 1, 0, 10), + (66521, "471525", 1, 0, 10), + (66522, "471525", 1, 0, 10), + (66523, "471525", 1, 0, 10), + (66524, "471525", 1, 0, 10), + (66525, "471525", 1, 0, 10), + (66526, "471525", 1, 0, 10), + (66527, "471525", 1, 0, 10), + (66528, "471525", 1, 0, 10), + (66529, "471525", 1, 0, 10), + (66530, "471525", 1, 0, 10), + (66531, "471101", 1, 0, 10), + (66532, "471101", 1, 0, 10), + (66533, "471101", 1, 0, 10), + (66534, "471101", 1, 0, 10), + (66535, "471411", 1, 0, 10), + (66536, "471411", 1, 0, 10), + (66537, "471411", 1, 0, 10), + (66538, "471411", 1, 0, 10), + (66539, "471411", 1, 0, 10), + (66540, "471313", 1, 0, 10), + (66541, "471313", 1, 0, 10), + (66542, "471313", 1, 0, 10), + (66543, "471313", 1, 0, 10), + (66544, "471313", 1, 0, 10), + (66545, "471313", 1, 0, 10), + (66546, "471313", 1, 0, 10), + (66547, "471313", 1, 0, 10), + (66548, "471313", 1, 0, 10), + (66549, "471313", 1, 0, 10), + (66550, "471313", 1, 0, 10), + (66551, "471301", 1, 0, 10), + (66552, "471301", 1, 0, 10), + (66553, "471301", 1, 0, 10), + (66554, "471301", 1, 0, 10), + (66555, "471301", 1, 0, 10), + (66556, "471301", 1, 0, 10), + (66557, "471301", 1, 0, 10), + (66558, "471111", 1, 0, 10), + (66559, "471111", 1, 0, 10), + (66560, "471111", 1, 0, 10), + (66561, "471111", 1, 0, 10), + (66562, "471111", 1, 0, 10), + (66563, "471111", 1, 0, 10), + (66564, "471111", 1, 0, 10), + (66565, "471111", 1, 0, 10), + (66566, "471315", 1, 0, 10), + (66567, "471315", 1, 0, 10), + (66568, "471315", 1, 0, 10), + (66569, "471315", 1, 0, 10), + (66570, "471315", 1, 0, 10), + (66571, "471315", 1, 0, 10), + (66572, "471315", 1, 0, 10), + (66573, "471315", 1, 0, 10), + (66574, "471315", 1, 0, 10), + (66575, "471510", 1, 0, 10), + (66576, "471510", 1, 0, 10), + (66577, "471510", 1, 0, 10), + (66578, "471510", 1, 0, 10), + (66579, "471510", 1, 0, 10), + (66580, "471510", 1, 0, 10), + (66581, "471510", 1, 0, 10), + (66582, "471510", 1, 0, 10), + (66583, "471510", 1, 0, 10), + (66584, "471510", 1, 0, 10), + (66585, "471510", 1, 0, 10), + (66586, "471510", 1, 0, 10), + (66587, "471606", 1, 0, 10), + (66588, "471606", 1, 0, 10), + (66589, "471606", 1, 0, 10), + (66590, "471606", 1, 0, 10), + (66591, "471606", 1, 0, 10), + (66592, "471606", 1, 0, 10), + (66593, "471606", 1, 0, 10), + (66594, "471606", 1, 0, 10), + (66595, "471606", 1, 0, 10), + (66596, "471515", 1, 0, 10), + (66597, "471515", 1, 0, 10), + (66598, "471515", 1, 0, 10), + (66599, "471515", 1, 0, 10), + (66600, "471515", 1, 0, 10), + (66601, "471515", 1, 0, 10), + (66602, "471515", 1, 0, 10), + (66603, "471515", 1, 0, 10), + (66604, "471515", 1, 0, 10), + (66605, "471515", 1, 0, 10), + (66606, "471515", 1, 0, 10), + (66607, "471515", 1, 0, 10), + (66608, "471515", 1, 0, 10), + (66609, "471515", 1, 0, 10), + (66610, "471515", 1, 0, 10), + (66611, "471515", 1, 0, 10), + (66612, "471515", 1, 0, 10), + (66613, "471501", 1, 0, 10), + (66614, "471501", 1, 0, 10), + (66615, "471501", 1, 0, 10), + (66616, "471501", 1, 0, 10), + (66617, "471501", 1, 0, 10), + (66618, "471501", 1, 0, 10), + (66619, "471501", 1, 0, 10), + (66620, "471501", 1, 0, 10), + (66621, "471501", 1, 0, 10), + (66622, "471311", 1, 0, 10), + (66623, "471311", 1, 0, 10), + (66624, "471311", 1, 0, 10), + (66625, "471311", 1, 0, 10), + (66626, "471311", 1, 0, 10), + (66627, "471311", 1, 0, 10), + (66628, "471311", 1, 0, 10), + (66629, "471311", 1, 0, 10), + (66630, "471311", 1, 0, 10), + (66631, "471311", 1, 0, 10), + (66632, "471311", 1, 0, 10), + (66633, "471311", 1, 0, 10), + (66634, "471201", 1, 0, 10), + (66635, "471201", 1, 0, 10), + (66636, "471201", 1, 0, 10), + (66637, "471201", 1, 0, 10), + (66638, "471201", 1, 0, 10), + (66639, "471201", 1, 0, 10), + (66640, "471201", 1, 0, 10), + (66641, "471201", 1, 0, 10), + (66642, "471201", 1, 0, 10), + (66643, "471201", 1, 0, 10), + (66644, "471201", 1, 0, 10), + (66645, "471201", 1, 0, 10), + (66646, "471201", 1, 0, 10), + (66647, "471201", 1, 0, 10), + (66648, "471625", 1, 0, 10), + (66649, "471625", 1, 0, 10), + (66650, "471625", 1, 0, 10), + (66651, "471625", 1, 0, 10), + (66652, "471625", 1, 0, 10), + (66653, "471625", 1, 0, 10), + (66654, "471625", 1, 0, 10), + (66655, "471408", 1, 0, 10), + (66656, "471408", 1, 0, 10), + (66657, "471408", 1, 0, 10), + (66658, "471408", 1, 0, 10), + (66659, "471408", 1, 0, 10), + (66660, "472001", 1, 0, 10), + (66661, "472001", 1, 0, 10), + (66662, "472001", 1, 0, 10), + (66663, "472001", 1, 0, 10), + (66664, "472001", 1, 0, 10), + (66665, "472001", 1, 0, 10), + (66666, "472001", 1, 0, 10), + (66667, "472001", 1, 0, 10), + (66668, "472001", 1, 0, 10), + (66669, "472001", 1, 0, 10), + (66670, "472001", 1, 0, 10), + (66671, "472001", 1, 0, 10), + (66672, "472111", 1, 0, 10), + (66673, "472111", 1, 0, 10), + (66674, "472111", 1, 0, 10), + (66675, "472111", 1, 0, 10), + (66676, "472111", 1, 0, 10), + (66677, "472111", 1, 0, 10), + (66678, "472111", 1, 0, 10), + (66679, "472111", 1, 0, 10), + (66680, "472111", 1, 0, 10), + (66681, "472111", 1, 0, 10), + (66682, "472111", 1, 0, 10), + (66683, "472111", 1, 0, 10), + (66684, "472111", 1, 0, 10), + (66685, "472111", 1, 0, 10), + (66686, "472111", 1, 0, 10), + (66687, "472010", 1, 0, 10), + (66688, "472010", 1, 0, 10), + (66689, "472010", 1, 0, 10), + (66690, "472010", 1, 0, 10), + (66691, "472010", 1, 0, 10), + (66692, "472010", 1, 0, 10), + (66693, "472010", 1, 0, 10), + (66694, "472010", 1, 0, 10), + (66695, "472010", 1, 0, 10), + (66696, "471408", 1, 0, 10), + (66697, "471408", 1, 0, 10), + (66698, "471408", 1, 0, 10), + (66699, "488001", 1, 0, 10), + (66700, "488001", 1, 0, 10), + (66701, "488001", 1, 0, 10), + (66702, "488001", 1, 0, 10), + (66703, "488001", 1, 0, 10), + (66704, "488001", 1, 0, 10), + (66705, "488001", 1, 0, 10), + (66706, "488001", 1, 0, 10), + (66707, "488001", 1, 0, 10), + (66708, "488001", 1, 0, 10), + (66709, "488001", 1, 0, 10), + (66710, "488001", 1, 0, 10), + (66711, "488001", 1, 0, 10), + (66712, "488001", 1, 0, 10), + (66713, "488001", 1, 0, 10), + (66714, "488001", 1, 0, 10), + (66715, "488001", 1, 0, 10), + (66716, "488001", 1, 0, 10), + (66717, "488220", 1, 0, 10), + (66718, "488220", 1, 0, 10), + (66719, "488220", 1, 0, 10), + (66720, "488220", 1, 0, 10), + (66721, "488220", 1, 0, 10), + (66722, "488220", 1, 0, 10), + (66723, "488220", 1, 0, 10), + (66724, "488220", 1, 0, 10), + (66725, "488220", 1, 0, 10), + (66726, "488220", 1, 0, 10), + (66727, "488220", 1, 0, 10), + (66728, "488220", 1, 0, 10), + (66729, "488220", 1, 0, 10), + (66730, "488220", 1, 0, 10), + (66731, "488220", 1, 0, 10), + (66732, "480224", 1, 0, 10), + (66733, "480111", 1, 0, 10), + (66734, "480551", 1, 0, 10), + (66735, "480334", 1, 0, 10), + (66736, "480331", 1, 0, 10), + (66737, "480559", 1, 0, 10), + (66738, "460001", 1, 0, 10), + (66739, "460004", 1, 0, 10), + (66740, "460330", 1, 0, 10), + (66741, "460661", 1, 0, 10), + (66742, "460557", 1, 0, 10), + (66743, "460557", 1, 0, 10), + (66744, "460440", 1, 0, 10), + (66745, "460440", 1, 0, 10), + (66746, "460440", 1, 0, 10), + (66747, "460440", 1, 0, 10), + (66748, "460440", 1, 0, 10), + (66749, "460440", 1, 0, 10), + (66750, "460440", 1, 0, 10), + (66751, "460440", 1, 0, 10), + (66752, "460440", 1, 0, 10), + (66753, "460440", 1, 0, 10), + (66754, "460440", 1, 0, 10), + (66755, "460440", 1, 0, 10), + (66756, "460440", 1, 0, 10), + (66757, "460440", 1, 0, 10), + (66758, "460440", 1, 0, 10), + (66759, "460440", 1, 0, 10), + (66760, "480110", 1, 0, 10), + (66761, "480110", 1, 0, 10), + (66762, "480110", 1, 0, 10), + (66763, "480115", 1, 0, 10), + (66764, "480115", 1, 0, 10), + (66765, "480115", 1, 0, 10), + (66766, "480115", 1, 0, 10), + (66767, "480115", 1, 0, 10), + (66768, "480115", 1, 0, 10), + (66769, "480115", 1, 0, 10), + (66770, "480115", 1, 0, 10), + (66771, "480115", 1, 0, 10), + (66772, "480115", 1, 0, 10), + (66773, "480115", 1, 0, 10), + (66774, "480115", 1, 0, 10), + (66775, "480115", 1, 0, 10), + (66776, "480115", 1, 0, 10), + (66777, "480115", 1, 0, 10), + (66778, "480115", 1, 0, 10), + (66779, "480555", 1, 0, 10), + (66780, "480555", 1, 0, 10), + (66781, "480555", 1, 0, 10), + (66782, "480555", 1, 0, 10), + (66783, "480555", 1, 0, 10), + (66784, "480449", 1, 0, 10), + (66785, "480449", 1, 0, 10), + (66786, "480449", 1, 0, 10), + (66787, "480449", 1, 0, 10), + (66788, "480449", 1, 0, 10), + (66789, "480449", 1, 0, 10), + (66790, "480224", 1, 0, 10), + (66791, "480224", 1, 0, 10), + (66792, "480224", 1, 0, 10), + (66793, "480224", 1, 0, 10), + (66794, "480111", 1, 0, 10), + (66795, "480447", 1, 0, 10), + (66796, "480110", 1, 0, 10), + (66797, "480110", 1, 0, 10), + (66798, "480110", 1, 0, 10), + (66799, "480110", 1, 0, 10), + (66800, "480110", 1, 0, 10), + (66801, "480110", 1, 0, 10), + (66802, "480001", 1, 0, 10), + (66803, "480001", 1, 0, 10), + (66804, "480001", 1, 0, 10), + (66805, "480001", 1, 0, 10), + (66806, "480001", 1, 0, 10), + (66807, "480001", 1, 0, 10), + (66808, "480001", 1, 0, 10), + (66809, "480001", 1, 0, 10), + (66810, "480001", 1, 0, 10), + (66811, "480001", 1, 0, 10), + (66812, "480001", 1, 0, 10), + (66813, "480001", 1, 0, 10), + (66814, "480001", 1, 0, 10), + (66815, "480001", 1, 0, 10), + (66816, "480001", 1, 0, 10), + (66817, "480001", 1, 0, 10), + (66818, "480224", 1, 0, 10), + (66819, "480224", 1, 0, 10), + (66820, "480224", 1, 0, 10), + (66821, "480551", 1, 0, 10), + (66822, "480551", 1, 0, 10), + (66823, "480551", 1, 0, 10), + (66824, "480551", 1, 0, 10), + (66825, "480551", 1, 0, 10), + (66826, "480551", 1, 0, 10), + (66827, "480551", 1, 0, 10), + (66828, "480551", 1, 0, 10), + (66829, "480551", 1, 0, 10), + (66830, "480108", 1, 0, 10), + (66831, "480108", 1, 0, 10), + (66832, "480108", 1, 0, 10), + (66833, "480108", 1, 0, 10), + (66834, "480108", 1, 0, 10), + (66835, "480108", 1, 0, 10), + (66836, "480108", 1, 0, 10), + (66837, "480105", 1, 0, 10), + (66838, "480105", 1, 0, 10), + (66839, "480105", 1, 0, 10), + (66840, "480557", 1, 0, 10), + (66841, "480551", 1, 0, 10), + (66842, "480557", 1, 0, 10), + (66843, "480557", 1, 0, 10), + (66844, "480557", 1, 0, 10), + (66845, "480557", 1, 0, 10), + (66846, "480334", 1, 0, 10), + (66847, "480334", 1, 0, 10), + (66848, "480334", 1, 0, 10), + (66849, "480334", 1, 0, 10), + (66850, "480334", 1, 0, 10), + (66851, "480334", 1, 0, 10), + (66852, "480334", 1, 0, 10), + (66853, "480334", 1, 0, 10), + (66854, "480334", 1, 0, 10), + (66855, "480334", 1, 0, 10), + (66856, "480334", 1, 0, 10), + (66857, "480334", 1, 0, 10), + (66858, "480334", 1, 0, 10), + (66859, "480334", 1, 0, 10), + (66860, "480441", 1, 0, 10), + (66861, "480441", 1, 0, 10), + (66862, "480441", 1, 0, 10), + (66863, "480441", 1, 0, 10), + (66864, "480441", 1, 0, 10), + (66865, "480441", 1, 0, 10), + (66866, "480441", 1, 0, 10), + (66867, "480441", 1, 0, 10), + (66868, "480441", 1, 0, 10), + (66869, "480441", 1, 0, 10), + (66870, "480441", 1, 0, 10), + (66871, "480109", 1, 0, 10), + (66872, "480109", 1, 0, 10), + (66873, "480109", 1, 0, 10), + (66874, "480106", 1, 0, 10), + (66875, "480106", 1, 0, 10), + (66876, "480106", 1, 0, 10), + (66877, "480106", 1, 0, 10), + (66878, "480106", 1, 0, 10), + (66879, "480106", 1, 0, 10), + (66880, "480106", 1, 0, 10), + (66881, "480106", 1, 0, 10), + (66882, "480106", 1, 0, 10), + (66883, "480106", 1, 0, 10), + (66884, "480106", 1, 0, 10), + (66885, "480331", 1, 0, 10), + (66886, "480331", 1, 0, 10), + (66887, "480331", 1, 0, 10), + (66888, "480331", 1, 0, 10), + (66889, "480331", 1, 0, 10), + (66890, "480331", 1, 0, 10), + (66891, "480331", 1, 0, 10), + (66892, "480331", 1, 0, 10), + (66893, "480224", 1, 0, 10), + (66894, "480224", 1, 0, 10), + (66895, "480224", 1, 0, 10), + (66896, "480224", 1, 0, 10), + (66897, "480224", 1, 0, 10), + (66898, "480001", 1, 0, 10), + (66899, "480001", 1, 0, 10), + (66900, "480001", 1, 0, 10), + (66901, "480001", 1, 0, 10), + (66902, "480001", 1, 0, 10), + (66903, "480221", 1, 0, 10), + (66904, "480221", 1, 0, 10), + (66905, "480221", 1, 0, 10), + (66906, "480221", 1, 0, 10), + (66907, "480221", 1, 0, 10), + (66908, "480221", 1, 0, 10), + (66909, "480221", 1, 0, 10), + (66910, "480221", 1, 0, 10), + (66911, "480221", 1, 0, 10), + (66912, "480221", 1, 0, 10), + (66913, "480221", 1, 0, 10), + (66914, "480221", 1, 0, 10), + (66915, "480221", 1, 0, 10), + (66916, "480221", 1, 0, 10), + (66917, "480221", 1, 0, 10), + (66918, "480111", 1, 0, 10), + (66919, "480111", 1, 0, 10), + (66920, "480111", 1, 0, 10), + (66921, "480111", 1, 0, 10), + (66922, "480111", 1, 0, 10), + (66923, "480111", 1, 0, 10), + (66924, "480111", 1, 0, 10), + (66925, "480111", 1, 0, 10), + (66926, "480331", 1, 0, 10), + (66927, "480331", 1, 0, 10), + (66928, "480331", 1, 0, 10), + (66929, "480331", 1, 0, 10), + (66930, "480331", 1, 0, 10), + (66931, "480331", 1, 0, 10), + (66932, "480331", 1, 0, 10), + (66933, "480337", 1, 0, 10), + (66934, "480337", 1, 0, 10), + (66935, "480337", 1, 0, 10), + (66936, "480337", 1, 0, 10), + (66937, "480337", 1, 0, 10), + (66938, "480337", 1, 0, 10), + (66939, "480337", 1, 0, 10), + (66940, "480223", 1, 0, 10), + (66941, "480223", 1, 0, 10), + (66942, "480223", 1, 0, 10), + (66943, "480223", 1, 0, 10), + (66944, "480223", 1, 0, 10), + (66945, "480223", 1, 0, 10), + (66946, "480223", 1, 0, 10), + (66947, "480223", 1, 0, 10), + (66948, "480223", 1, 0, 10), + (66949, "480223", 1, 0, 10), + (66950, "480223", 1, 0, 10), + (66951, "480223", 1, 0, 10), + (66952, "480223", 1, 0, 10), + (66953, "480223", 1, 0, 10), + (66954, "480223", 1, 0, 10), + (66955, "480559", 1, 0, 10), + (66956, "480559", 1, 0, 10), + (66957, "480559", 1, 0, 10), + (66958, "480559", 1, 0, 10), + (66959, "480559", 1, 0, 10), + (66960, "480559", 1, 0, 10), + (66961, "480559", 1, 0, 10), + (66962, "480559", 1, 0, 10), + (66963, "480559", 1, 0, 10), + (66964, "480559", 1, 0, 10), + (66965, "480559", 1, 0, 10), + (66966, "480559", 1, 0, 10), + (66967, "480559", 1, 0, 10), + (66968, "480559", 1, 0, 10), + (66969, "480559", 1, 0, 10), + (66970, "480559", 1, 0, 10), + (66971, "480338", 1, 0, 10), + (66972, "480338", 1, 0, 10), + (66973, "480338", 1, 0, 10), + (66974, "480338", 1, 0, 10), + (66975, "480338", 1, 0, 10), + (66976, "480338", 1, 0, 10), + (66977, "480338", 1, 0, 10), + (66978, "480338", 1, 0, 10), + (66979, "480338", 1, 0, 10), + (66980, "480107", 1, 0, 10), + (66981, "480107", 1, 0, 10), + (66982, "480107", 1, 0, 10), + (66983, "480107", 1, 0, 10), + (66984, "480107", 1, 0, 10), + (66985, "480107", 1, 0, 10), + (66986, "480107", 1, 0, 10), + (66987, "480107", 1, 0, 10), + (66988, "480107", 1, 0, 10), + (66989, "480107", 1, 0, 10), + (66990, "460001", 1, 0, 10), + (66991, "460001", 1, 0, 10), + (66992, "460001", 1, 0, 10), + (66993, "460001", 1, 0, 10), + (66994, "460001", 1, 0, 10), + (66995, "460001", 1, 0, 10), + (66996, "460001", 1, 0, 10), + (66997, "460001", 1, 0, 10), + (66998, "460001", 1, 0, 10), + (66999, "460001", 1, 0, 10), + (67000, "460001", 1, 0, 10), + (67001, "460001", 1, 0, 10), + (67002, "460001", 1, 0, 10), + (67003, "460001", 1, 0, 10), + (67004, "460001", 1, 0, 10), + (67005, "460001", 1, 0, 10), + (67006, "460001", 1, 0, 10), + (67007, "460001", 1, 0, 10), + (67008, "460001", 1, 0, 10), + (67009, "460110", 1, 0, 10), + (67010, "460551", 1, 0, 10), + (67011, "460551", 1, 0, 10), + (67012, "460551", 1, 0, 10), + (67013, "460551", 1, 0, 10), + (67014, "460551", 1, 0, 10), + (67015, "460551", 1, 0, 10), + (67016, "460551", 1, 0, 10), + (67017, "460551", 1, 0, 10), + (67018, "460551", 1, 0, 10), + (67019, "460551", 1, 0, 10), + (67020, "460551", 1, 0, 10), + (67021, "460553", 1, 0, 10), + (67022, "460553", 1, 0, 10), + (67023, "460553", 1, 0, 10), + (67024, "460553", 1, 0, 10), + (67025, "460110", 1, 0, 10), + (67026, "460110", 1, 0, 10), + (67027, "460110", 1, 0, 10), + (67028, "460110", 1, 0, 10), + (67029, "460110", 1, 0, 10), + (67030, "460110", 1, 0, 10), + (67031, "460110", 1, 0, 10), + (67032, "460110", 1, 0, 10), + (67033, "460110", 1, 0, 10), + (67034, "460110", 1, 0, 10), + (67035, "460110", 1, 0, 10), + (67036, "460110", 1, 0, 10), + (67037, "460004", 1, 0, 10), + (67038, "460004", 1, 0, 10), + (67039, "460004", 1, 0, 10), + (67040, "460004", 1, 0, 10), + (67041, "460004", 1, 0, 10), + (67042, "460220", 1, 0, 10), + (67043, "460220", 1, 0, 10), + (67044, "460220", 1, 0, 10), + (67045, "460220", 1, 0, 10), + (67046, "460220", 1, 0, 10), + (67047, "460220", 1, 0, 10), + (67048, "460220", 1, 0, 10), + (67049, "460220", 1, 0, 10), + (67050, "460220", 1, 0, 10), + (67051, "460220", 1, 0, 10), + (67052, "460220", 1, 0, 10), + (67053, "460220", 1, 0, 10), + (67054, "460220", 1, 0, 10), + (67055, "460220", 1, 0, 10), + (67056, "460220", 1, 0, 10), + (67057, "460220", 1, 0, 10), + (67058, "460220", 1, 0, 10), + (67059, "460220", 1, 0, 10), + (67060, "460220", 1, 0, 10), + (67061, "460554", 1, 0, 10), + (67062, "460554", 1, 0, 10), + (67063, "460554", 1, 0, 10), + (67064, "460554", 1, 0, 10), + (67065, "460330", 1, 0, 10), + (67066, "460330", 1, 0, 10), + (67067, "460330", 1, 0, 10), + (67068, "460330", 1, 0, 10), + (67069, "460330", 1, 0, 10), + (67070, "460330", 1, 0, 10), + (67071, "460330", 1, 0, 10), + (67072, "460330", 1, 0, 10), + (67073, "460330", 1, 0, 10), + (67074, "460330", 1, 0, 10), + (67075, "460330", 1, 0, 10), + (67076, "460330", 1, 0, 10), + (67077, "460330", 1, 0, 10), + (67078, "460330", 1, 0, 10), + (67079, "460330", 1, 0, 10), + (67080, "460330", 1, 0, 10), + (67081, "460330", 1, 0, 10), + (67082, "460330", 1, 0, 10), + (67083, "460330", 1, 0, 10), + (67084, "460330", 1, 0, 10), + (67085, "460443", 1, 0, 10), + (67086, "460443", 1, 0, 10), + (67087, "460443", 1, 0, 10), + (67088, "460663", 1, 0, 10), + (67089, "460663", 1, 0, 10), + (67090, "460551", 1, 0, 10), + (67091, "460663", 1, 0, 10), + (67092, "460663", 1, 0, 10), + (67093, "460663", 1, 0, 10), + (67094, "460663", 1, 0, 10), + (67095, "460663", 1, 0, 10), + (67096, "460663", 1, 0, 10), + (67097, "460663", 1, 0, 10), + (67098, "460663", 1, 0, 10), + (67099, "460663", 1, 0, 10), + (67100, "460663", 1, 0, 10), + (67101, "480441", 1, 0, 10), + (67102, "460663", 1, 0, 10), + (67103, "460663", 1, 0, 10), + (67104, "460225", 1, 0, 10), + (67105, "460225", 1, 0, 10), + (67106, "460225", 1, 0, 10), + (67107, "460225", 1, 0, 10), + (67108, "460225", 1, 0, 10), + (67109, "460225", 1, 0, 10), + (67110, "460225", 1, 0, 10), + (67111, "460661", 1, 0, 10), + (67112, "460661", 1, 0, 10), + (67113, "460661", 1, 0, 10), + (67114, "460661", 1, 0, 10), + (67115, "460661", 1, 0, 10), + (67116, "460661", 1, 0, 10), + (67117, "460661", 1, 0, 10), + (67118, "460661", 1, 0, 10), + (67119, "460661", 1, 0, 10), + (67120, "460661", 1, 0, 10), + (67121, "460661", 1, 0, 10), + (67122, "460661", 1, 0, 10), + (67123, "460661", 1, 0, 10), + (67124, "460661", 1, 0, 10), + (67125, "460661", 1, 0, 10), + (67126, "460661", 1, 0, 10), + (67127, "460661", 1, 0, 10), + (67128, "460661", 1, 0, 10), + (67129, "460661", 1, 0, 10), + (67130, "460661", 1, 0, 10), + (67131, "460661", 1, 0, 10), + (67132, "460668", 1, 0, 10), + (67133, "460668", 1, 0, 10), + (67134, "460668", 1, 0, 10), + (67135, "460668", 1, 0, 10), + (67136, "460668", 1, 0, 10), + (67137, "460668", 1, 0, 10), + (67138, "460668", 1, 0, 10), + (67139, "460668", 1, 0, 10), + (67140, "460449", 1, 0, 10), + (67141, "460449", 1, 0, 10), + (67142, "460449", 1, 0, 10), + (67143, "460449", 1, 0, 10), + (67144, "460665", 1, 0, 10), + (67145, "460665", 1, 0, 10), + (67146, "460665", 1, 0, 10), + (67147, "460665", 1, 0, 10), + (67148, "460665", 1, 0, 10), + (67149, "460665", 1, 0, 10), + (67150, "460666", 1, 0, 10), + (67151, "460666", 1, 0, 10), + (67152, "460666", 1, 0, 10), + (67153, "460666", 1, 0, 10), + (67154, "460666", 1, 0, 10), + (67155, "460666", 1, 0, 10), + (67156, "460666", 1, 0, 10), + (67157, "460666", 1, 0, 10), + (67158, "460666", 1, 0, 10), + (67159, "460557", 1, 0, 10), + (67160, "460557", 1, 0, 10), + (67161, "460557", 1, 0, 10), + (67162, "460557", 1, 0, 10), + (67163, "460557", 1, 0, 10), + (67164, "453661", 1, 0, 10), + (67165, "453551", 1, 0, 10), + (67166, "455227", 1, 0, 10), + (67167, "455332", 1, 0, 10), + (67168, "455336", 1, 0, 10), + (67169, "455118", 1, 0, 10), + (67170, "454001", 1, 0, 10), + (67171, "454660", 1, 0, 10), + (67172, "454449", 1, 0, 10), + (67173, "454335", 1, 0, 10), + (67174, "454335", 1, 0, 10), + (67175, "454335", 1, 0, 10), + (67176, "454335", 1, 0, 10), + (67177, "454774", 1, 0, 10), + (67178, "454774", 1, 0, 10), + (67179, "454774", 1, 0, 10), + (67180, "454774", 1, 0, 10), + (67181, "454774", 1, 0, 10), + (67182, "454116", 1, 0, 10), + (67183, "454116", 1, 0, 10), + (67184, "454116", 1, 0, 10), + (67185, "454116", 1, 0, 10), + (67186, "454116", 1, 0, 10), + (67187, "454116", 1, 0, 10), + (67188, "454116", 1, 0, 10), + (67189, "454116", 1, 0, 10), + (67190, "454116", 1, 0, 10), + (67191, "454116", 1, 0, 10), + (67192, "454116", 1, 0, 10), + (67193, "454116", 1, 0, 10), + (67194, "454116", 1, 0, 10), + (67195, "454116", 1, 0, 10), + (67196, "454446", 1, 0, 10), + (67197, "454446", 1, 0, 10), + (67198, "454446", 1, 0, 10), + (67199, "454446", 1, 0, 10), + (67200, "454446", 1, 0, 10), + (67201, "454446", 1, 0, 10), + (67202, "454446", 1, 0, 10), + (67203, "454446", 1, 0, 10), + (67204, "454446", 1, 0, 10), + (67205, "454446", 1, 0, 10), + (67206, "454446", 1, 0, 10), + (67207, "454446", 1, 0, 10), + (67208, "454446", 1, 0, 10), + (67209, "454446", 1, 0, 10), + (67210, "454446", 1, 0, 10), + (67211, "454446", 1, 0, 10), + (67212, "454446", 1, 0, 10), + (67213, "454446", 1, 0, 10), + (67214, "454446", 1, 0, 10), + (67215, "454446", 1, 0, 10), + (67216, "454010", 1, 0, 10), + (67217, "454010", 1, 0, 10), + (67218, "454010", 1, 0, 10), + (67219, "454010", 1, 0, 10), + (67220, "454010", 1, 0, 10), + (67221, "454010", 1, 0, 10), + (67222, "454010", 1, 0, 10), + (67223, "454010", 1, 0, 10), + (67224, "454335", 1, 0, 10), + (67225, "454335", 1, 0, 10), + (67226, "454335", 1, 0, 10), + (67227, "454335", 1, 0, 10), + (67228, "454335", 1, 0, 10), + (67229, "454335", 1, 0, 10), + (67230, "454335", 1, 0, 10), + (67231, "454335", 1, 0, 10), + (67232, "454111", 1, 0, 10), + (67233, "454111", 1, 0, 10), + (67234, "454111", 1, 0, 10), + (67235, "454111", 1, 0, 10), + (67236, "454111", 1, 0, 10), + (67237, "454111", 1, 0, 10), + (67238, "454111", 1, 0, 10), + (67239, "454111", 1, 0, 10), + (67240, "454111", 1, 0, 10), + (67241, "454111", 1, 0, 10), + (67242, "454111", 1, 0, 10), + (67243, "454111", 1, 0, 10), + (67244, "453661", 1, 0, 10), + (67245, "453661", 1, 0, 10), + (67246, "453661", 1, 0, 10), + (67247, "453661", 1, 0, 10), + (67248, "453661", 1, 0, 10), + (67249, "453441", 1, 0, 10), + (67250, "453441", 1, 0, 10), + (67251, "453441", 1, 0, 10), + (67252, "453441", 1, 0, 10), + (67253, "453441", 1, 0, 10), + (67254, "453441", 1, 0, 10), + (67255, "453441", 1, 0, 10), + (67256, "453441", 1, 0, 10), + (67257, "453441", 1, 0, 10), + (67258, "453441", 1, 0, 10), + (67259, "453441", 1, 0, 10), + (67260, "453441", 1, 0, 10), + (67261, "453441", 1, 0, 10), + (67262, "453441", 1, 0, 10), + (67263, "453441", 1, 0, 10), + (67264, "453441", 1, 0, 10), + (67265, "453441", 1, 0, 10), + (67266, "453331", 1, 0, 10), + (67267, "453331", 1, 0, 10), + (67268, "453331", 1, 0, 10), + (67269, "453331", 1, 0, 10), + (67270, "453551", 1, 0, 10), + (67271, "453551", 1, 0, 10), + (67272, "453551", 1, 0, 10), + (67273, "453551", 1, 0, 10), + (67274, "453551", 1, 0, 10), + (67275, "453551", 1, 0, 10), + (67276, "453551", 1, 0, 10), + (67277, "453551", 1, 0, 10), + (67278, "453111", 1, 0, 10), + (67279, "453111", 1, 0, 10), + (67280, "453111", 1, 0, 10), + (67281, "452020", 1, 0, 10), + (67282, "452020", 1, 0, 10), + (67283, "452020", 1, 0, 10), + (67284, "452020", 1, 0, 10), + (67285, "452020", 1, 0, 10), + (67286, "452020", 1, 0, 10), + (67287, "452020", 1, 0, 10), + (67288, "452020", 1, 0, 10), + (67289, "452020", 1, 0, 10), + (67290, "452020", 1, 0, 10), + (67291, "452020", 1, 0, 10), + (67292, "452016", 1, 0, 10), + (67293, "452016", 1, 0, 10), + (67294, "452016", 1, 0, 10), + (67295, "452016", 1, 0, 10), + (67296, "452016", 1, 0, 10), + (67297, "452016", 1, 0, 10), + (67298, "452016", 1, 0, 10), + (67299, "452016", 1, 0, 10), + (67300, "452016", 1, 0, 10), + (67301, "452016", 1, 0, 10), + (67302, "453771", 1, 0, 10), + (67303, "453771", 1, 0, 10), + (67304, "453771", 1, 0, 10), + (67305, "453771", 1, 0, 10), + (67306, "453771", 1, 0, 10), + (67307, "453771", 1, 0, 10), + (67308, "453551", 1, 0, 10), + (67309, "453551", 1, 0, 10), + (67310, "455001", 1, 0, 10), + (67311, "455001", 1, 0, 10), + (67312, "455001", 1, 0, 10), + (67313, "455001", 1, 0, 10), + (67314, "455001", 1, 0, 10), + (67315, "455001", 1, 0, 10), + (67316, "455001", 1, 0, 10), + (67317, "455001", 1, 0, 10), + (67318, "455001", 1, 0, 10), + (67319, "455001", 1, 0, 10), + (67320, "455001", 1, 0, 10), + (67321, "455001", 1, 0, 10), + (67322, "455001", 1, 0, 10), + (67323, "455001", 1, 0, 10), + (67324, "455001", 1, 0, 10), + (67325, "455001", 1, 0, 10), + (67326, "455001", 1, 0, 10), + (67327, "455001", 1, 0, 10), + (67328, "455001", 1, 0, 10), + (67329, "455001", 1, 0, 10), + (67330, "455001", 1, 0, 10), + (67331, "455001", 1, 0, 10), + (67332, "455001", 1, 0, 10), + (67333, "455001", 1, 0, 10), + (67334, "455001", 1, 0, 10), + (67335, "455001", 1, 0, 10), + (67336, "455001", 1, 0, 10), + (67337, "455227", 1, 0, 10), + (67338, "455227", 1, 0, 10), + (67339, "455227", 1, 0, 10), + (67340, "455227", 1, 0, 10), + (67341, "455227", 1, 0, 10), + (67342, "455227", 1, 0, 10), + (67343, "455227", 1, 0, 10), + (67344, "455227", 1, 0, 10), + (67345, "455227", 1, 0, 10), + (67346, "455227", 1, 0, 10), + (67347, "455227", 1, 0, 10), + (67348, "455111", 1, 0, 10), + (67349, "455111", 1, 0, 10), + (67350, "455111", 1, 0, 10), + (67351, "455115", 1, 0, 10), + (67352, "455115", 1, 0, 10), + (67353, "455115", 1, 0, 10), + (67354, "455115", 1, 0, 10), + (67355, "455115", 1, 0, 10), + (67356, "455115", 1, 0, 10), + (67357, "455223", 1, 0, 10), + (67358, "455223", 1, 0, 10), + (67359, "455223", 1, 0, 10), + (67360, "455223", 1, 0, 10), + (67361, "455223", 1, 0, 10), + (67362, "455223", 1, 0, 10), + (67363, "455223", 1, 0, 10), + (67364, "455223", 1, 0, 10), + (67365, "455223", 1, 0, 10), + (67366, "455223", 1, 0, 10), + (67367, "455223", 1, 0, 10), + (67368, "455332", 1, 0, 10), + (67369, "455332", 1, 0, 10), + (67370, "455332", 1, 0, 10), + (67371, "455332", 1, 0, 10), + (67372, "455332", 1, 0, 10), + (67373, "455332", 1, 0, 10), + (67374, "455332", 1, 0, 10), + (67375, "455332", 1, 0, 10), + (67376, "455332", 1, 0, 10), + (67377, "455332", 1, 0, 10), + (67378, "455332", 1, 0, 10), + (67379, "455332", 1, 0, 10), + (67380, "455332", 1, 0, 10), + (67381, "455332", 1, 0, 10), + (67382, "455440", 1, 0, 10), + (67383, "455440", 1, 0, 10), + (67384, "455440", 1, 0, 10), + (67385, "455440", 1, 0, 10), + (67386, "455440", 1, 0, 10), + (67387, "455440", 1, 0, 10), + (67388, "455440", 1, 0, 10), + (67389, "455440", 1, 0, 10), + (67390, "455440", 1, 0, 10), + (67391, "455440", 1, 0, 10), + (67392, "455221", 1, 0, 10), + (67393, "455221", 1, 0, 10), + (67394, "455221", 1, 0, 10), + (67395, "455221", 1, 0, 10), + (67396, "455221", 1, 0, 10), + (67397, "455221", 1, 0, 10), + (67398, "455221", 1, 0, 10), + (67399, "455221", 1, 0, 10), + (67400, "455336", 1, 0, 10), + (67401, "455336", 1, 0, 10), + (67402, "455336", 1, 0, 10), + (67403, "455336", 1, 0, 10), + (67404, "455336", 1, 0, 10), + (67405, "455336", 1, 0, 10), + (67406, "455336", 1, 0, 10), + (67407, "455336", 1, 0, 10), + (67408, "455336", 1, 0, 10), + (67409, "455336", 1, 0, 10), + (67410, "455336", 1, 0, 10), + (67411, "455336", 1, 0, 10), + (67412, "455336", 1, 0, 10), + (67413, "455336", 1, 0, 10), + (67414, "455339", 1, 0, 10), + (67415, "455339", 1, 0, 10), + (67416, "455339", 1, 0, 10), + (67417, "455339", 1, 0, 10), + (67418, "455339", 1, 0, 10), + (67419, "455339", 1, 0, 10), + (67420, "455339", 1, 0, 10), + (67421, "455339", 1, 0, 10), + (67422, "455339", 1, 0, 10), + (67423, "455339", 1, 0, 10), + (67424, "455118", 1, 0, 10), + (67425, "455118", 1, 0, 10), + (67426, "455118", 1, 0, 10), + (67427, "455118", 1, 0, 10), + (67428, "455118", 1, 0, 10), + (67429, "455118", 1, 0, 10), + (67430, "455118", 1, 0, 10), + (67431, "455118", 1, 0, 10), + (67432, "455118", 1, 0, 10), + (67433, "455118", 1, 0, 10), + (67434, "455118", 1, 0, 10), + (67435, "455118", 1, 0, 10), + (67436, "455118", 1, 0, 10), + (67437, "455118", 1, 0, 10), + (67438, "455116", 1, 0, 10), + (67439, "455116", 1, 0, 10), + (67440, "455116", 1, 0, 10), + (67441, "455116", 1, 0, 10), + (67442, "455116", 1, 0, 10), + (67443, "455116", 1, 0, 10), + (67444, "455116", 1, 0, 10), + (67445, "455116", 1, 0, 10), + (67446, "455116", 1, 0, 10), + (67447, "455116", 1, 0, 10), + (67448, "455116", 1, 0, 10), + (67449, "455116", 1, 0, 10), + (67450, "455116", 1, 0, 10), + (67451, "455116", 1, 0, 10), + (67452, "455116", 1, 0, 10), + (67453, "455459", 1, 0, 10), + (67454, "455459", 1, 0, 10), + (67455, "455459", 1, 0, 10), + (67456, "455459", 1, 0, 10), + (67457, "455459", 1, 0, 10), + (67458, "455459", 1, 0, 10), + (67459, "454001", 1, 0, 10), + (67460, "454001", 1, 0, 10), + (67461, "454001", 1, 0, 10), + (67462, "454001", 1, 0, 10), + (67463, "454001", 1, 0, 10), + (67464, "454001", 1, 0, 10), + (67465, "454001", 1, 0, 10), + (67466, "454001", 1, 0, 10), + (67467, "454001", 1, 0, 10), + (67468, "454001", 1, 0, 10), + (67469, "454001", 1, 0, 10), + (67470, "454001", 1, 0, 10), + (67471, "454001", 1, 0, 10), + (67472, "454001", 1, 0, 10), + (67473, "454001", 1, 0, 10), + (67474, "454001", 1, 0, 10), + (67475, "454001", 1, 0, 10), + (67476, "454001", 1, 0, 10), + (67477, "454001", 1, 0, 10), + (67478, "454001", 1, 0, 10), + (67479, "454001", 1, 0, 10), + (67480, "454001", 1, 0, 10), + (67481, "454001", 1, 0, 10), + (67482, "454001", 1, 0, 10), + (67483, "454001", 1, 0, 10), + (67484, "454001", 1, 0, 10), + (67485, "454001", 1, 0, 10), + (67486, "454001", 1, 0, 10), + (67487, "454001", 1, 0, 10), + (67488, "454441", 1, 0, 10), + (67489, "454441", 1, 0, 10), + (67490, "454441", 1, 0, 10), + (67491, "454441", 1, 0, 10), + (67492, "454441", 1, 0, 10), + (67493, "454441", 1, 0, 10), + (67494, "454441", 1, 0, 10), + (67495, "454441", 1, 0, 10), + (67496, "454441", 1, 0, 10), + (67497, "454441", 1, 0, 10), + (67498, "454441", 1, 0, 10), + (67499, "454660", 1, 0, 10), + (67500, "454660", 1, 0, 10), + (67501, "454660", 1, 0, 10), + (67502, "454660", 1, 0, 10), + (67503, "454660", 1, 0, 10), + (67504, "454660", 1, 0, 10), + (67505, "453001", 1, 0, 10), + (67506, "453001", 1, 0, 10), + (67507, "453001", 1, 0, 10), + (67508, "453001", 1, 0, 10), + (67509, "453001", 1, 0, 10), + (67510, "453001", 1, 0, 10), + (67511, "453001", 1, 0, 10), + (67512, "453001", 1, 0, 10), + (67513, "453001", 1, 0, 10), + (67514, "453001", 1, 0, 10), + (67515, "453001", 1, 0, 10), + (67516, "453001", 1, 0, 10), + (67517, "453115", 1, 0, 10), + (67518, "453115", 1, 0, 10), + (67519, "453115", 1, 0, 10), + (67520, "453115", 1, 0, 10), + (67521, "453115", 1, 0, 10), + (67522, "453115", 1, 0, 10), + (67523, "453115", 1, 0, 10), + (67524, "453115", 1, 0, 10), + (67525, "453220", 1, 0, 10), + (67526, "453220", 1, 0, 10), + (67527, "453220", 1, 0, 10), + (67528, "453220", 1, 0, 10), + (67529, "453220", 1, 0, 10), + (67530, "453220", 1, 0, 10), + (67531, "453220", 1, 0, 10), + (67532, "453220", 1, 0, 10), + (67533, "453220", 1, 0, 10), + (67534, "453112", 1, 0, 10), + (67535, "453112", 1, 0, 10), + (67536, "453111", 1, 0, 10), + (67537, "453111", 1, 0, 10), + (67538, "454660", 1, 0, 10), + (67539, "454660", 1, 0, 10), + (67540, "454660", 1, 0, 10), + (67541, "454660", 1, 0, 10), + (67542, "454660", 1, 0, 10), + (67543, "454660", 1, 0, 10), + (67544, "454660", 1, 0, 10), + (67545, "454221", 1, 0, 10), + (67546, "454221", 1, 0, 10), + (67547, "454221", 1, 0, 10), + (67548, "454221", 1, 0, 10), + (67549, "454221", 1, 0, 10), + (67550, "454221", 1, 0, 10), + (67551, "454773", 1, 0, 10), + (67552, "454773", 1, 0, 10), + (67553, "454773", 1, 0, 10), + (67554, "454773", 1, 0, 10), + (67555, "454773", 1, 0, 10), + (67556, "454552", 1, 0, 10), + (67557, "454552", 1, 0, 10), + (67558, "454552", 1, 0, 10), + (67559, "454552", 1, 0, 10), + (67560, "454552", 1, 0, 10), + (67561, "454552", 1, 0, 10), + (67562, "454552", 1, 0, 10), + (67563, "454552", 1, 0, 10), + (67564, "454552", 1, 0, 10), + (67565, "454552", 1, 0, 10), + (67566, "454552", 1, 0, 10), + (67567, "454552", 1, 0, 10), + (67568, "454449", 1, 0, 10), + (67569, "454449", 1, 0, 10), + (67570, "454449", 1, 0, 10), + (67571, "454449", 1, 0, 10), + (67572, "454449", 1, 0, 10), + (67573, "454449", 1, 0, 10), + (67574, "454449", 1, 0, 10), + (67575, "454449", 1, 0, 10), + (67576, "454449", 1, 0, 10), + (67577, "454665", 1, 0, 10), + (67578, "454665", 1, 0, 10), + (67579, "454665", 1, 0, 10), + (67580, "454665", 1, 0, 10), + (67581, "454665", 1, 0, 10), + (67582, "454665", 1, 0, 10), + (67583, "454665", 1, 0, 10), + (67584, "454665", 1, 0, 10), + (67585, "454665", 1, 0, 10), + (67586, "454665", 1, 0, 10), + (67587, "454331", 1, 0, 10), + (67588, "454331", 1, 0, 10), + (67589, "454331", 1, 0, 10), + (67590, "454331", 1, 0, 10), + (67591, "454331", 1, 0, 10), + (67592, "454331", 1, 0, 10), + (67593, "454331", 1, 0, 10), + (67594, "454331", 1, 0, 10), + (67595, "454331", 1, 0, 10), + (67596, "454331", 1, 0, 10), + (67597, "454331", 1, 0, 10), + (67598, "454331", 1, 0, 10), + (67599, "454331", 1, 0, 10), + (67600, "454331", 1, 0, 10), + (67601, "454331", 1, 0, 10), + (67602, "454446", 1, 0, 10), + (67603, "454446", 1, 0, 10), + (67604, "454446", 1, 0, 10), + (67605, "454446", 1, 0, 10), + (67606, "482003", 1, 0, 10), + (67607, "483113", 1, 0, 10), + (67608, "483770", 1, 0, 10), + (67609, "483225", 1, 0, 10), + (67610, "483990", 1, 0, 10), + (67611, "483501", 1, 0, 10), + (67612, "483113", 1, 0, 10), + (67613, "483113", 1, 0, 10), + (67614, "482021", 1, 0, 10), + (67615, "482021", 1, 0, 10), + (67616, "482021", 1, 0, 10), + (67617, "482021", 1, 0, 10), + (67618, "482021", 1, 0, 10), + (67619, "482021", 1, 0, 10), + (67620, "483119", 1, 0, 10), + (67621, "483119", 1, 0, 10), + (67622, "483119", 1, 0, 10), + (67623, "483119", 1, 0, 10), + (67624, "483119", 1, 0, 10), + (67625, "483119", 1, 0, 10), + (67626, "483119", 1, 0, 10), + (67627, "483119", 1, 0, 10), + (67628, "483119", 1, 0, 10), + (67629, "483119", 1, 0, 10), + (67630, "483119", 1, 0, 10), + (67631, "483119", 1, 0, 10), + (67632, "483119", 1, 0, 10), + (67633, "483119", 1, 0, 10), + (67634, "483119", 1, 0, 10), + (67635, "483119", 1, 0, 10), + (67636, "482008", 1, 0, 10), + (67637, "482008", 1, 0, 10), + (67638, "483330", 1, 0, 10), + (67639, "483330", 1, 0, 10), + (67640, "483330", 1, 0, 10), + (67641, "483330", 1, 0, 10), + (67642, "483330", 1, 0, 10), + (67643, "483330", 1, 0, 10), + (67644, "483330", 1, 0, 10), + (67645, "483331", 1, 0, 10), + (67646, "483331", 1, 0, 10), + (67647, "483331", 1, 0, 10), + (67648, "483331", 1, 0, 10), + (67649, "483331", 1, 0, 10), + (67650, "483331", 1, 0, 10), + (67651, "483770", 1, 0, 10), + (67652, "483770", 1, 0, 10), + (67653, "483770", 1, 0, 10), + (67654, "483770", 1, 0, 10), + (67655, "483770", 1, 0, 10), + (67656, "483770", 1, 0, 10), + (67657, "483770", 1, 0, 10), + (67658, "483770", 1, 0, 10), + (67659, "483770", 1, 0, 10), + (67660, "483770", 1, 0, 10), + (67661, "483770", 1, 0, 10), + (67662, "483770", 1, 0, 10), + (67663, "483770", 1, 0, 10), + (67664, "483770", 1, 0, 10), + (67665, "483770", 1, 0, 10), + (67666, "483770", 1, 0, 10), + (67667, "483770", 1, 0, 10), + (67668, "483770", 1, 0, 10), + (67669, "483773", 1, 0, 10), + (67670, "483773", 1, 0, 10), + (67671, "483773", 1, 0, 10), + (67672, "483773", 1, 0, 10), + (67673, "483773", 1, 0, 10), + (67674, "483773", 1, 0, 10), + (67675, "483773", 1, 0, 10), + (67676, "483773", 1, 0, 10), + (67677, "483773", 1, 0, 10), + (67678, "483773", 1, 0, 10), + (67679, "483773", 1, 0, 10), + (67680, "483222", 1, 0, 10), + (67681, "483222", 1, 0, 10), + (67682, "483222", 1, 0, 10), + (67683, "483222", 1, 0, 10), + (67684, "483222", 1, 0, 10), + (67685, "483222", 1, 0, 10), + (67686, "483222", 1, 0, 10), + (67687, "483222", 1, 0, 10), + (67688, "483222", 1, 0, 10), + (67689, "483222", 1, 0, 10), + (67690, "483222", 1, 0, 10), + (67691, "483222", 1, 0, 10), + (67692, "483225", 1, 0, 10), + (67693, "483225", 1, 0, 10), + (67694, "483225", 1, 0, 10), + (67695, "483225", 1, 0, 10), + (67696, "483225", 1, 0, 10), + (67697, "483225", 1, 0, 10), + (67698, "483225", 1, 0, 10), + (67699, "483225", 1, 0, 10), + (67700, "483225", 1, 0, 10), + (67701, "483225", 1, 0, 10), + (67702, "483225", 1, 0, 10), + (67703, "483225", 1, 0, 10), + (67704, "483225", 1, 0, 10), + (67705, "483440", 1, 0, 10), + (67706, "483440", 1, 0, 10), + (67707, "483440", 1, 0, 10), + (67708, "483440", 1, 0, 10), + (67709, "483440", 1, 0, 10), + (67710, "483440", 1, 0, 10), + (67711, "483222", 1, 0, 10), + (67712, "483222", 1, 0, 10), + (67713, "483222", 1, 0, 10), + (67714, "483222", 1, 0, 10), + (67715, "483504", 1, 0, 10), + (67716, "483880", 1, 0, 10), + (67717, "483880", 1, 0, 10), + (67718, "483880", 1, 0, 10), + (67719, "483880", 1, 0, 10), + (67720, "483880", 1, 0, 10), + (67721, "483880", 1, 0, 10), + (67722, "483880", 1, 0, 10), + (67723, "483880", 1, 0, 10), + (67724, "483880", 1, 0, 10), + (67725, "483880", 1, 0, 10), + (67726, "483880", 1, 0, 10), + (67727, "483336", 1, 0, 10), + (67728, "483336", 1, 0, 10), + (67729, "483336", 1, 0, 10), + (67730, "483336", 1, 0, 10), + (67731, "483336", 1, 0, 10), + (67732, "483336", 1, 0, 10), + (67733, "483336", 1, 0, 10), + (67734, "483336", 1, 0, 10), + (67735, "483336", 1, 0, 10), + (67736, "483442", 1, 0, 10), + (67737, "483442", 1, 0, 10), + (67738, "483442", 1, 0, 10), + (67739, "483442", 1, 0, 10), + (67740, "483442", 1, 0, 10), + (67741, "483442", 1, 0, 10), + (67742, "483442", 1, 0, 10), + (67743, "483990", 1, 0, 10), + (67744, "483990", 1, 0, 10), + (67745, "483990", 1, 0, 10), + (67746, "483990", 1, 0, 10), + (67747, "483990", 1, 0, 10), + (67748, "483990", 1, 0, 10), + (67749, "483990", 1, 0, 10), + (67750, "483990", 1, 0, 10), + (67751, "483990", 1, 0, 10), + (67752, "482001", 1, 0, 10), + (67753, "482001", 1, 0, 10), + (67754, "482001", 1, 0, 10), + (67755, "482001", 1, 0, 10), + (67756, "482001", 1, 0, 10), + (67757, "482001", 1, 0, 10), + (67758, "482001", 1, 0, 10), + (67759, "482001", 1, 0, 10), + (67760, "482001", 1, 0, 10), + (67761, "482004", 1, 0, 10), + (67762, "482004", 1, 0, 10), + (67763, "482004", 1, 0, 10), + (67764, "482004", 1, 0, 10), + (67765, "483001", 1, 0, 10), + (67766, "483001", 1, 0, 10), + (67767, "483001", 1, 0, 10), + (67768, "483001", 1, 0, 10), + (67769, "483001", 1, 0, 10), + (67770, "483001", 1, 0, 10), + (67771, "482051", 1, 0, 10), + (67772, "482051", 1, 0, 10), + (67773, "482051", 1, 0, 10), + (67774, "482051", 1, 0, 10), + (67775, "482051", 1, 0, 10), + (67776, "482051", 1, 0, 10), + (67777, "482051", 1, 0, 10), + (67778, "482056", 1, 0, 10), + (67779, "482002", 1, 0, 10), + (67780, "482002", 1, 0, 10), + (67781, "482002", 1, 0, 10), + (67782, "482002", 1, 0, 10), + (67783, "482002", 1, 0, 10), + (67784, "482002", 1, 0, 10), + (67785, "482002", 1, 0, 10), + (67786, "482002", 1, 0, 10), + (67787, "482002", 1, 0, 10), + (67788, "483053", 1, 0, 10), + (67789, "483053", 1, 0, 10), + (67790, "482003", 1, 0, 10), + (67791, "482003", 1, 0, 10), + (67792, "482003", 1, 0, 10), + (67793, "482003", 1, 0, 10), + (67794, "482003", 1, 0, 10), + (67795, "483053", 1, 0, 10), + (67796, "482003", 1, 0, 10), + (67797, "483053", 1, 0, 10), + (67798, "482003", 1, 0, 10), + (67799, "482003", 1, 0, 10), + (67800, "483105", 1, 0, 10), + (67801, "483105", 1, 0, 10), + (67802, "483105", 1, 0, 10), + (67803, "482005", 1, 0, 10), + (67804, "482005", 1, 0, 10), + (67805, "483110", 1, 0, 10), + (67806, "483110", 1, 0, 10), + (67807, "483110", 1, 0, 10), + (67808, "483110", 1, 0, 10), + (67809, "483110", 1, 0, 10), + (67810, "483110", 1, 0, 10), + (67811, "483110", 1, 0, 10), + (67812, "483110", 1, 0, 10), + (67813, "483110", 1, 0, 10), + (67814, "483110", 1, 0, 10), + (67815, "483110", 1, 0, 10), + (67816, "483110", 1, 0, 10), + (67817, "483110", 1, 0, 10), + (67818, "483110", 1, 0, 10), + (67819, "483220", 1, 0, 10), + (67820, "483220", 1, 0, 10), + (67821, "483220", 1, 0, 10), + (67822, "483220", 1, 0, 10), + (67823, "483220", 1, 0, 10), + (67824, "483220", 1, 0, 10), + (67825, "483220", 1, 0, 10), + (67826, "483220", 1, 0, 10), + (67827, "483220", 1, 0, 10), + (67828, "483220", 1, 0, 10), + (67829, "483220", 1, 0, 10), + (67830, "483220", 1, 0, 10), + (67831, "483220", 1, 0, 10), + (67832, "483220", 1, 0, 10), + (67833, "483113", 1, 0, 10), + (67834, "483113", 1, 0, 10), + (67835, "483113", 1, 0, 10), + (67836, "483113", 1, 0, 10), + (67837, "483113", 1, 0, 10), + (67838, "483113", 1, 0, 10), + (67839, "483113", 1, 0, 10), + (67840, "483113", 1, 0, 10), + (67841, "483990", 1, 0, 10), + (67842, "483334", 1, 0, 10), + (67843, "483334", 1, 0, 10), + (67844, "483334", 1, 0, 10), + (67845, "483334", 1, 0, 10), + (67846, "483334", 1, 0, 10), + (67847, "483334", 1, 0, 10), + (67848, "483334", 1, 0, 10), + (67849, "483334", 1, 0, 10), + (67850, "483334", 1, 0, 10), + (67851, "483334", 1, 0, 10), + (67852, "483334", 1, 0, 10), + (67853, "483334", 1, 0, 10), + (67854, "483334", 1, 0, 10), + (67855, "483225", 1, 0, 10), + (67856, "483225", 1, 0, 10), + (67857, "483225", 1, 0, 10), + (67858, "483225", 1, 0, 10), + (67859, "483440", 1, 0, 10), + (67860, "483440", 1, 0, 10), + (67861, "483440", 1, 0, 10), + (67862, "483440", 1, 0, 10), + (67863, "483440", 1, 0, 10), + (67864, "483332", 1, 0, 10), + (67865, "483332", 1, 0, 10), + (67866, "483332", 1, 0, 10), + (67867, "483332", 1, 0, 10), + (67868, "483332", 1, 0, 10), + (67869, "483332", 1, 0, 10), + (67870, "483332", 1, 0, 10), + (67871, "483332", 1, 0, 10), + (67872, "483332", 1, 0, 10), + (67873, "483332", 1, 0, 10), + (67874, "483332", 1, 0, 10), + (67875, "483332", 1, 0, 10), + (67876, "483332", 1, 0, 10), + (67877, "483775", 1, 0, 10), + (67878, "483775", 1, 0, 10), + (67879, "483775", 1, 0, 10), + (67880, "483775", 1, 0, 10), + (67881, "483775", 1, 0, 10), + (67882, "483775", 1, 0, 10), + (67883, "483775", 1, 0, 10), + (67884, "483775", 1, 0, 10), + (67885, "483775", 1, 0, 10), + (67886, "483775", 1, 0, 10), + (67887, "483501", 1, 0, 10), + (67888, "483501", 1, 0, 10), + (67889, "483501", 1, 0, 10), + (67890, "483501", 1, 0, 10), + (67891, "483501", 1, 0, 10), + (67892, "483501", 1, 0, 10), + (67893, "483501", 1, 0, 10), + (67894, "483501", 1, 0, 10), + (67895, "483501", 1, 0, 10), + (67896, "483501", 1, 0, 10), + (67897, "483501", 1, 0, 10), + (67898, "483501", 1, 0, 10), + (67899, "483501", 1, 0, 10), + (67900, "483501", 1, 0, 10), + (67901, "483501", 1, 0, 10), + (67902, "483501", 1, 0, 10), + (67903, "483501", 1, 0, 10), + (67904, "483501", 1, 0, 10), + (67905, "483501", 1, 0, 10), + (67906, "483501", 1, 0, 10), + (67907, "483501", 1, 0, 10), + (67908, "483501", 1, 0, 10), + (67909, "483501", 1, 0, 10), + (67910, "483501", 1, 0, 10), + (67911, "483501", 1, 0, 10), + (67912, "483501", 1, 0, 10), + (67913, "483501", 1, 0, 10), + (67914, "483501", 1, 0, 10), + (67915, "483501", 1, 0, 10), + (67916, "483501", 1, 0, 10), + (67917, "483501", 1, 0, 10), + (67918, "483501", 1, 0, 10), + (67919, "458778", 1, 0, 10), + (67920, "458002", 1, 0, 10), + (67921, "458888", 1, 0, 10), + (67922, "458556", 1, 0, 10), + (67923, "458553", 1, 0, 10), + (67924, "458441", 1, 0, 10), + (67925, "458667", 1, 0, 10), + (67926, "458667", 1, 0, 10), + (67927, "458895", 1, 0, 10), + (67928, "458895", 1, 0, 10), + (67929, "458895", 1, 0, 10), + (67930, "458895", 1, 0, 10), + (67931, "458895", 1, 0, 10), + (67932, "458895", 1, 0, 10), + (67933, "458895", 1, 0, 10), + (67934, "458895", 1, 0, 10), + (67935, "458895", 1, 0, 10), + (67936, "458895", 1, 0, 10), + (67937, "458771", 1, 0, 10), + (67938, "458880", 1, 0, 10), + (67939, "458880", 1, 0, 10), + (67940, "458880", 1, 0, 10), + (67941, "458880", 1, 0, 10), + (67942, "458880", 1, 0, 10), + (67943, "458880", 1, 0, 10), + (67944, "458880", 1, 0, 10), + (67945, "458880", 1, 0, 10), + (67946, "458880", 1, 0, 10), + (67947, "458880", 1, 0, 10), + (67948, "458880", 1, 0, 10), + (67949, "458880", 1, 0, 10), + (67950, "458880", 1, 0, 10), + (67951, "458880", 1, 0, 10), + (67952, "458880", 1, 0, 10), + (67953, "458880", 1, 0, 10), + (67954, "458775", 1, 0, 10), + (67955, "458775", 1, 0, 10), + (67956, "458775", 1, 0, 10), + (67957, "458775", 1, 0, 10), + (67958, "458775", 1, 0, 10), + (67959, "458775", 1, 0, 10), + (67960, "458775", 1, 0, 10), + (67961, "458775", 1, 0, 10), + (67962, "458775", 1, 0, 10), + (67963, "458775", 1, 0, 10), + (67964, "458775", 1, 0, 10), + (67965, "458775", 1, 0, 10), + (67966, "458775", 1, 0, 10), + (67967, "458775", 1, 0, 10), + (67968, "458775", 1, 0, 10), + (67969, "458778", 1, 0, 10), + (67970, "458778", 1, 0, 10), + (67971, "458778", 1, 0, 10), + (67972, "458778", 1, 0, 10), + (67973, "458667", 1, 0, 10), + (67974, "458667", 1, 0, 10), + (67975, "458667", 1, 0, 10), + (67976, "458667", 1, 0, 10), + (67977, "458667", 1, 0, 10), + (67978, "458667", 1, 0, 10), + (67979, "458667", 1, 0, 10), + (67980, "458667", 1, 0, 10), + (67981, "458667", 1, 0, 10), + (67982, "458667", 1, 0, 10), + (67983, "458667", 1, 0, 10), + (67984, "458667", 1, 0, 10), + (67985, "458667", 1, 0, 10), + (67986, "458667", 1, 0, 10), + (67987, "458667", 1, 0, 10), + (67988, "458669", 1, 0, 10), + (67989, "458669", 1, 0, 10), + (67990, "458669", 1, 0, 10), + (67991, "458669", 1, 0, 10), + (67992, "458669", 1, 0, 10), + (67993, "458669", 1, 0, 10), + (67994, "458669", 1, 0, 10), + (67995, "458669", 1, 0, 10), + (67996, "458669", 1, 0, 10), + (67997, "458669", 1, 0, 10), + (67998, "458389", 1, 0, 10), + (67999, "458389", 1, 0, 10), + (68000, "458389", 1, 0, 10), + (68001, "458389", 1, 0, 10), + (68002, "458389", 1, 0, 10), + (68003, "458389", 1, 0, 10), + (68004, "458389", 1, 0, 10), + (68005, "458389", 1, 0, 10), + (68006, "458002", 1, 0, 10), + (68007, "458002", 1, 0, 10), + (68008, "458002", 1, 0, 10), + (68009, "458002", 1, 0, 10), + (68010, "458002", 1, 0, 10), + (68011, "458002", 1, 0, 10), + (68012, "458002", 1, 0, 10), + (68013, "458002", 1, 0, 10), + (68014, "458002", 1, 0, 10), + (68015, "458002", 1, 0, 10), + (68016, "458002", 1, 0, 10), + (68017, "458002", 1, 0, 10), + (68018, "458002", 1, 0, 10), + (68019, "458558", 1, 0, 10), + (68020, "458558", 1, 0, 10), + (68021, "458558", 1, 0, 10), + (68022, "458558", 1, 0, 10), + (68023, "458558", 1, 0, 10), + (68024, "458558", 1, 0, 10), + (68025, "458558", 1, 0, 10), + (68026, "458558", 1, 0, 10), + (68027, "458558", 1, 0, 10), + (68028, "458558", 1, 0, 10), + (68029, "458558", 1, 0, 10), + (68030, "458558", 1, 0, 10), + (68031, "458558", 1, 0, 10), + (68032, "458883", 1, 0, 10), + (68033, "458883", 1, 0, 10), + (68034, "458883", 1, 0, 10), + (68035, "458883", 1, 0, 10), + (68036, "458883", 1, 0, 10), + (68037, "458883", 1, 0, 10), + (68038, "458883", 1, 0, 10), + (68039, "458883", 1, 0, 10), + (68040, "458883", 1, 0, 10), + (68041, "458883", 1, 0, 10), + (68042, "458883", 1, 0, 10), + (68043, "458883", 1, 0, 10), + (68044, "458883", 1, 0, 10), + (68045, "458883", 1, 0, 10), + (68046, "458883", 1, 0, 10), + (68047, "458883", 1, 0, 10), + (68048, "458883", 1, 0, 10), + (68049, "458883", 1, 0, 10), + (68050, "458990", 1, 0, 10), + (68051, "458990", 1, 0, 10), + (68052, "458990", 1, 0, 10), + (68053, "458990", 1, 0, 10), + (68054, "458990", 1, 0, 10), + (68055, "458990", 1, 0, 10), + (68056, "458990", 1, 0, 10), + (68057, "458990", 1, 0, 10), + (68058, "458990", 1, 0, 10), + (68059, "458990", 1, 0, 10), + (68060, "458990", 1, 0, 10), + (68061, "458888", 1, 0, 10), + (68062, "458888", 1, 0, 10), + (68063, "458888", 1, 0, 10), + (68064, "458888", 1, 0, 10), + (68065, "458888", 1, 0, 10), + (68066, "458888", 1, 0, 10), + (68067, "458888", 1, 0, 10), + (68068, "458888", 1, 0, 10), + (68069, "458888", 1, 0, 10), + (68070, "458888", 1, 0, 10), + (68071, "458888", 1, 0, 10), + (68072, "458888", 1, 0, 10), + (68073, "458888", 1, 0, 10), + (68074, "458888", 1, 0, 10), + (68075, "458888", 1, 0, 10), + (68076, "458888", 1, 0, 10), + (68077, "458888", 1, 0, 10), + (68078, "458336", 1, 0, 10), + (68079, "458336", 1, 0, 10), + (68080, "458330", 1, 0, 10), + (68081, "458330", 1, 0, 10), + (68082, "458330", 1, 0, 10), + (68083, "458330", 1, 0, 10), + (68084, "458330", 1, 0, 10), + (68085, "458441", 1, 0, 10), + (68086, "458441", 1, 0, 10), + (68087, "458441", 1, 0, 10), + (68088, "458441", 1, 0, 10), + (68089, "458441", 1, 0, 10), + (68090, "458441", 1, 0, 10), + (68091, "458441", 1, 0, 10), + (68092, "458441", 1, 0, 10), + (68093, "458441", 1, 0, 10), + (68094, "458441", 1, 0, 10), + (68095, "458441", 1, 0, 10), + (68096, "458441", 1, 0, 10), + (68097, "458441", 1, 0, 10), + (68098, "458441", 1, 0, 10), + (68099, "458441", 1, 0, 10), + (68100, "458441", 1, 0, 10), + (68101, "458441", 1, 0, 10), + (68102, "458441", 1, 0, 10), + (68103, "458441", 1, 0, 10), + (68104, "458441", 1, 0, 10), + (68105, "458441", 1, 0, 10), + (68106, "458441", 1, 0, 10), + (68107, "458441", 1, 0, 10), + (68108, "458556", 1, 0, 10), + (68109, "458556", 1, 0, 10), + (68110, "458556", 1, 0, 10), + (68111, "458556", 1, 0, 10), + (68112, "458556", 1, 0, 10), + (68113, "458556", 1, 0, 10), + (68114, "458556", 1, 0, 10), + (68115, "458556", 1, 0, 10), + (68116, "458556", 1, 0, 10), + (68117, "458556", 1, 0, 10), + (68118, "458556", 1, 0, 10), + (68119, "458556", 1, 0, 10), + (68120, "458556", 1, 0, 10), + (68121, "458116", 1, 0, 10), + (68122, "458116", 1, 0, 10), + (68123, "458116", 1, 0, 10), + (68124, "458116", 1, 0, 10), + (68125, "458116", 1, 0, 10), + (68126, "458116", 1, 0, 10), + (68127, "458116", 1, 0, 10), + (68128, "458339", 1, 0, 10), + (68129, "458339", 1, 0, 10), + (68130, "458339", 1, 0, 10), + (68131, "458339", 1, 0, 10), + (68132, "458339", 1, 0, 10), + (68133, "458110", 1, 0, 10), + (68134, "458110", 1, 0, 10), + (68135, "458110", 1, 0, 10), + (68136, "458110", 1, 0, 10), + (68137, "458110", 1, 0, 10), + (68138, "458110", 1, 0, 10), + (68139, "458110", 1, 0, 10), + (68140, "458110", 1, 0, 10), + (68141, "458110", 1, 0, 10), + (68142, "458110", 1, 0, 10), + (68143, "458110", 1, 0, 10), + (68144, "458110", 1, 0, 10), + (68145, "458110", 1, 0, 10), + (68146, "458110", 1, 0, 10), + (68147, "458113", 1, 0, 10), + (68148, "458113", 1, 0, 10), + (68149, "458113", 1, 0, 10), + (68150, "458113", 1, 0, 10), + (68151, "458113", 1, 0, 10), + (68152, "458113", 1, 0, 10), + (68153, "458113", 1, 0, 10), + (68154, "458113", 1, 0, 10), + (68155, "458113", 1, 0, 10), + (68156, "458113", 1, 0, 10), + (68157, "458113", 1, 0, 10), + (68158, "458113", 1, 0, 10), + (68159, "458553", 1, 0, 10), + (68160, "458553", 1, 0, 10), + (68161, "458553", 1, 0, 10), + (68162, "458553", 1, 0, 10), + (68163, "458468", 1, 0, 10), + (68164, "458664", 1, 0, 10), + (68165, "458664", 1, 0, 10), + (68166, "458664", 1, 0, 10), + (68167, "458664", 1, 0, 10), + (68168, "458664", 1, 0, 10), + (68169, "458664", 1, 0, 10), + (68170, "458664", 1, 0, 10), + (68171, "458664", 1, 0, 10), + (68172, "458664", 1, 0, 10), + (68173, "458664", 1, 0, 10), + (68174, "458664", 1, 0, 10), + (68175, "458664", 1, 0, 10), + (68176, "458118", 1, 0, 10), + (68177, "458118", 1, 0, 10), + (68178, "458118", 1, 0, 10), + (68179, "458118", 1, 0, 10), + (68180, "458118", 1, 0, 10), + (68181, "458118", 1, 0, 10), + (68182, "458118", 1, 0, 10), + (68183, "458118", 1, 0, 10), + (68184, "458118", 1, 0, 10), + (68185, "458118", 1, 0, 10), + (68186, "458226", 1, 0, 10), + (68187, "458226", 1, 0, 10), + (68188, "458226", 1, 0, 10), + (68189, "458226", 1, 0, 10), + (68190, "458226", 1, 0, 10), + (68191, "458226", 1, 0, 10), + (68192, "458226", 1, 0, 10), + (68193, "458220", 1, 0, 10), + (68194, "458226", 1, 0, 10), + (68195, "458220", 1, 0, 10), + (68196, "458220", 1, 0, 10), + (68197, "458220", 1, 0, 10), + (68198, "458220", 1, 0, 10), + (68199, "458220", 1, 0, 10), + (68200, "458220", 1, 0, 10), + (68201, "458220", 1, 0, 10), + (68202, "458220", 1, 0, 10), + (68203, "458228", 1, 0, 10), + (68204, "458228", 1, 0, 10), + (68205, "458228", 1, 0, 10), + (68206, "458228", 1, 0, 10), + (68207, "458228", 1, 0, 10), + (68208, "458228", 1, 0, 10), + (68209, "486553", 1, 0, 10), + (68210, "486223", 1, 0, 10), + (68211, "486441", 1, 0, 10), + (68212, "486117", 1, 0, 10), + (68213, "486447", 1, 0, 10), + (68214, "486445", 1, 0, 10), + (68215, "486220", 1, 0, 10), + (68216, "486123", 1, 0, 10), + (68217, "485112", 1, 0, 10), + (68218, "485221", 1, 0, 10), + (68219, "485113", 1, 0, 10), + (68220, "485774", 1, 0, 10), + (68221, "485774", 1, 0, 10), + (68222, "485774", 1, 0, 10), + (68223, "485774", 1, 0, 10), + (68224, "485446", 1, 0, 10), + (68225, "485446", 1, 0, 10), + (68226, "485446", 1, 0, 10), + (68227, "485446", 1, 0, 10), + (68228, "485446", 1, 0, 10), + (68229, "485446", 1, 0, 10), + (68230, "485446", 1, 0, 10), + (68231, "485446", 1, 0, 10), + (68232, "485446", 1, 0, 10), + (68233, "485446", 1, 0, 10), + (68234, "485446", 1, 0, 10), + (68235, "485446", 1, 0, 10), + (68236, "485446", 1, 0, 10), + (68237, "485446", 1, 0, 10), + (68238, "485881", 1, 0, 10), + (68239, "485881", 1, 0, 10), + (68240, "485881", 1, 0, 10), + (68241, "485881", 1, 0, 10), + (68242, "485881", 1, 0, 10), + (68243, "485881", 1, 0, 10), + (68244, "485771", 1, 0, 10), + (68245, "485771", 1, 0, 10), + (68246, "485771", 1, 0, 10), + (68247, "485771", 1, 0, 10), + (68248, "485771", 1, 0, 10), + (68249, "485771", 1, 0, 10), + (68250, "485771", 1, 0, 10), + (68251, "485331", 1, 0, 10), + (68252, "485331", 1, 0, 10), + (68253, "485331", 1, 0, 10), + (68254, "485331", 1, 0, 10), + (68255, "485331", 1, 0, 10), + (68256, "485331", 1, 0, 10), + (68257, "485331", 1, 0, 10), + (68258, "485331", 1, 0, 10), + (68259, "485331", 1, 0, 10), + (68260, "485331", 1, 0, 10), + (68261, "485331", 1, 0, 10), + (68262, "485331", 1, 0, 10), + (68263, "485331", 1, 0, 10), + (68264, "485331", 1, 0, 10), + (68265, "485331", 1, 0, 10), + (68266, "485331", 1, 0, 10), + (68267, "485331", 1, 0, 10), + (68268, "485331", 1, 0, 10), + (68269, "485774", 1, 0, 10), + (68270, "485774", 1, 0, 10), + (68271, "485774", 1, 0, 10), + (68272, "485774", 1, 0, 10), + (68273, "485774", 1, 0, 10), + (68274, "485774", 1, 0, 10), + (68275, "485774", 1, 0, 10), + (68276, "485881", 1, 0, 10), + (68277, "485881", 1, 0, 10), + (68278, "485881", 1, 0, 10), + (68279, "485881", 1, 0, 10), + (68280, "485881", 1, 0, 10), + (68281, "485881", 1, 0, 10), + (68282, "485881", 1, 0, 10), + (68283, "485881", 1, 0, 10), + (68284, "485881", 1, 0, 10), + (68285, "485881", 1, 0, 10), + (68286, "485881", 1, 0, 10), + (68287, "485881", 1, 0, 10), + (68288, "485881", 1, 0, 10), + (68289, "485881", 1, 0, 10), + (68290, "485881", 1, 0, 10), + (68291, "485881", 1, 0, 10), + (68292, "485881", 1, 0, 10), + (68293, "485881", 1, 0, 10), + (68294, "485881", 1, 0, 10), + (68295, "485881", 1, 0, 10), + (68296, "485881", 1, 0, 10), + (68297, "485881", 1, 0, 10), + (68298, "485881", 1, 0, 10), + (68299, "485115", 1, 0, 10), + (68300, "485115", 1, 0, 10), + (68301, "485115", 1, 0, 10), + (68302, "485115", 1, 0, 10), + (68303, "485115", 1, 0, 10), + (68304, "485115", 1, 0, 10), + (68305, "485115", 1, 0, 10), + (68306, "485115", 1, 0, 10), + (68307, "485115", 1, 0, 10), + (68308, "485115", 1, 0, 10), + (68309, "485115", 1, 0, 10), + (68310, "485115", 1, 0, 10), + (68311, "485115", 1, 0, 10), + (68312, "485115", 1, 0, 10), + (68313, "485115", 1, 0, 10), + (68314, "485115", 1, 0, 10), + (68315, "485115", 1, 0, 10), + (68316, "485111", 1, 0, 10), + (68317, "485111", 1, 0, 10), + (68318, "485111", 1, 0, 10), + (68319, "485111", 1, 0, 10), + (68320, "485111", 1, 0, 10), + (68321, "485111", 1, 0, 10), + (68322, "485111", 1, 0, 10), + (68323, "485111", 1, 0, 10), + (68324, "485111", 1, 0, 10), + (68325, "485111", 1, 0, 10), + (68326, "485111", 1, 0, 10), + (68327, "485111", 1, 0, 10), + (68328, "485111", 1, 0, 10), + (68329, "485114", 1, 0, 10), + (68330, "485114", 1, 0, 10), + (68331, "485772", 1, 0, 10), + (68332, "485772", 1, 0, 10), + (68333, "485772", 1, 0, 10), + (68334, "485772", 1, 0, 10), + (68335, "485772", 1, 0, 10), + (68336, "485772", 1, 0, 10), + (68337, "485005", 1, 0, 10), + (68338, "485005", 1, 0, 10), + (68339, "485447", 1, 0, 10), + (68340, "485447", 1, 0, 10), + (68341, "485447", 1, 0, 10), + (68342, "485447", 1, 0, 10), + (68343, "485447", 1, 0, 10), + (68344, "485447", 1, 0, 10), + (68345, "485447", 1, 0, 10), + (68346, "485447", 1, 0, 10), + (68347, "485447", 1, 0, 10), + (68348, "485447", 1, 0, 10), + (68349, "485447", 1, 0, 10), + (68350, "485447", 1, 0, 10), + (68351, "485447", 1, 0, 10), + (68352, "485441", 1, 0, 10), + (68353, "485441", 1, 0, 10), + (68354, "485441", 1, 0, 10), + (68355, "485441", 1, 0, 10), + (68356, "485441", 1, 0, 10), + (68357, "485441", 1, 0, 10), + (68358, "485441", 1, 0, 10), + (68359, "485441", 1, 0, 10), + (68360, "485661", 1, 0, 10), + (68361, "485661", 1, 0, 10), + (68362, "485334", 1, 0, 10), + (68363, "485334", 1, 0, 10), + (68364, "485001", 1, 0, 10), + (68365, "485001", 1, 0, 10), + (68366, "485001", 1, 0, 10), + (68367, "485001", 1, 0, 10), + (68368, "485001", 1, 0, 10), + (68369, "485001", 1, 0, 10), + (68370, "485001", 1, 0, 10), + (68371, "485001", 1, 0, 10), + (68372, "485001", 1, 0, 10), + (68373, "485001", 1, 0, 10), + (68374, "485001", 1, 0, 10), + (68375, "485773", 1, 0, 10), + (68376, "485441", 1, 0, 10), + (68377, "485334", 1, 0, 10), + (68378, "485772", 1, 0, 10), + (68379, "486553", 1, 0, 10), + (68380, "486553", 1, 0, 10), + (68381, "486553", 1, 0, 10), + (68382, "486553", 1, 0, 10), + (68383, "486553", 1, 0, 10), + (68384, "486335", 1, 0, 10), + (68385, "486335", 1, 0, 10), + (68386, "486335", 1, 0, 10), + (68387, "486335", 1, 0, 10), + (68388, "486335", 1, 0, 10), + (68389, "486335", 1, 0, 10), + (68390, "486335", 1, 0, 10), + (68391, "486335", 1, 0, 10), + (68392, "486335", 1, 0, 10), + (68393, "486335", 1, 0, 10), + (68394, "486335", 1, 0, 10), + (68395, "486335", 1, 0, 10), + (68396, "486115", 1, 0, 10), + (68397, "486115", 1, 0, 10), + (68398, "486550", 1, 0, 10), + (68399, "486550", 1, 0, 10), + (68400, "486550", 1, 0, 10), + (68401, "486550", 1, 0, 10), + (68402, "486550", 1, 0, 10), + (68403, "486550", 1, 0, 10), + (68404, "486550", 1, 0, 10), + (68405, "486550", 1, 0, 10), + (68406, "486550", 1, 0, 10), + (68407, "486550", 1, 0, 10), + (68408, "486550", 1, 0, 10), + (68409, "486553", 1, 0, 10), + (68410, "486553", 1, 0, 10), + (68411, "486553", 1, 0, 10), + (68412, "486553", 1, 0, 10), + (68413, "486335", 1, 0, 10), + (68414, "486335", 1, 0, 10), + (68415, "486223", 1, 0, 10), + (68416, "486223", 1, 0, 10), + (68417, "486223", 1, 0, 10), + (68418, "486223", 1, 0, 10), + (68419, "486223", 1, 0, 10), + (68420, "486223", 1, 0, 10), + (68421, "486223", 1, 0, 10), + (68422, "486223", 1, 0, 10), + (68423, "486223", 1, 0, 10), + (68424, "486223", 1, 0, 10), + (68425, "486223", 1, 0, 10), + (68426, "486223", 1, 0, 10), + (68427, "486223", 1, 0, 10), + (68428, "486223", 1, 0, 10), + (68429, "486223", 1, 0, 10), + (68430, "486223", 1, 0, 10), + (68431, "486450", 1, 0, 10), + (68432, "486117", 1, 0, 10), + (68433, "486441", 1, 0, 10), + (68434, "486441", 1, 0, 10), + (68435, "486441", 1, 0, 10), + (68436, "486441", 1, 0, 10), + (68437, "486441", 1, 0, 10), + (68438, "486441", 1, 0, 10), + (68439, "486441", 1, 0, 10), + (68440, "486441", 1, 0, 10), + (68441, "486441", 1, 0, 10), + (68442, "486441", 1, 0, 10), + (68443, "486441", 1, 0, 10), + (68444, "486441", 1, 0, 10), + (68445, "486441", 1, 0, 10), + (68446, "486441", 1, 0, 10), + (68447, "486441", 1, 0, 10), + (68448, "486441", 1, 0, 10), + (68449, "486441", 1, 0, 10), + (68450, "486441", 1, 0, 10), + (68451, "486441", 1, 0, 10), + (68452, "486441", 1, 0, 10), + (68453, "486446", 1, 0, 10), + (68454, "486446", 1, 0, 10), + (68455, "486446", 1, 0, 10), + (68456, "486446", 1, 0, 10), + (68457, "486446", 1, 0, 10), + (68458, "486446", 1, 0, 10), + (68459, "486446", 1, 0, 10), + (68460, "486446", 1, 0, 10), + (68461, "486446", 1, 0, 10), + (68462, "486446", 1, 0, 10), + (68463, "486556", 1, 0, 10), + (68464, "486446", 1, 0, 10), + (68465, "486446", 1, 0, 10), + (68466, "486446", 1, 0, 10), + (68467, "486226", 1, 0, 10), + (68468, "486226", 1, 0, 10), + (68469, "486226", 1, 0, 10), + (68470, "486226", 1, 0, 10), + (68471, "486226", 1, 0, 10), + (68472, "486226", 1, 0, 10), + (68473, "486226", 1, 0, 10), + (68474, "486226", 1, 0, 10), + (68475, "486226", 1, 0, 10), + (68476, "486226", 1, 0, 10), + (68477, "486450", 1, 0, 10), + (68478, "486450", 1, 0, 10), + (68479, "486450", 1, 0, 10), + (68480, "486450", 1, 0, 10), + (68481, "486450", 1, 0, 10), + (68482, "486117", 1, 0, 10), + (68483, "486117", 1, 0, 10), + (68484, "486117", 1, 0, 10), + (68485, "486117", 1, 0, 10), + (68486, "486117", 1, 0, 10), + (68487, "486117", 1, 0, 10), + (68488, "486117", 1, 0, 10), + (68489, "486117", 1, 0, 10), + (68490, "486117", 1, 0, 10), + (68491, "486117", 1, 0, 10), + (68492, "486117", 1, 0, 10), + (68493, "486117", 1, 0, 10), + (68494, "486440", 1, 0, 10), + (68495, "486440", 1, 0, 10), + (68496, "486440", 1, 0, 10), + (68497, "486440", 1, 0, 10), + (68498, "486331", 1, 0, 10), + (68499, "486331", 1, 0, 10), + (68500, "486331", 1, 0, 10), + (68501, "486331", 1, 0, 10), + (68502, "486331", 1, 0, 10), + (68503, "486331", 1, 0, 10), + (68504, "486331", 1, 0, 10), + (68505, "486331", 1, 0, 10), + (68506, "486340", 1, 0, 10), + (68507, "486340", 1, 0, 10), + (68508, "486340", 1, 0, 10), + (68509, "486340", 1, 0, 10), + (68510, "486340", 1, 0, 10), + (68511, "486340", 1, 0, 10), + (68512, "486340", 1, 0, 10), + (68513, "486447", 1, 0, 10), + (68514, "486447", 1, 0, 10), + (68515, "486447", 1, 0, 10), + (68516, "486447", 1, 0, 10), + (68517, "486447", 1, 0, 10), + (68518, "486447", 1, 0, 10), + (68519, "486447", 1, 0, 10), + (68520, "486447", 1, 0, 10), + (68521, "486447", 1, 0, 10), + (68522, "486447", 1, 0, 10), + (68523, "486447", 1, 0, 10), + (68524, "486447", 1, 0, 10), + (68525, "486338", 1, 0, 10), + (68526, "486338", 1, 0, 10), + (68527, "486338", 1, 0, 10), + (68528, "486338", 1, 0, 10), + (68529, "486338", 1, 0, 10), + (68530, "486114", 1, 0, 10), + (68531, "486114", 1, 0, 10), + (68532, "486114", 1, 0, 10), + (68533, "486114", 1, 0, 10), + (68534, "486114", 1, 0, 10), + (68535, "486114", 1, 0, 10), + (68536, "486114", 1, 0, 10), + (68537, "486114", 1, 0, 10), + (68538, "486114", 1, 0, 10), + (68539, "486114", 1, 0, 10), + (68540, "486114", 1, 0, 10), + (68541, "486114", 1, 0, 10), + (68542, "486114", 1, 0, 10), + (68543, "486003", 1, 0, 10), + (68544, "486003", 1, 0, 10), + (68545, "486003", 1, 0, 10), + (68546, "486005", 1, 0, 10), + (68547, "486005", 1, 0, 10), + (68548, "486005", 1, 0, 10), + (68549, "486005", 1, 0, 10), + (68550, "486445", 1, 0, 10), + (68551, "486445", 1, 0, 10), + (68552, "486445", 1, 0, 10), + (68553, "486445", 1, 0, 10), + (68554, "486445", 1, 0, 10), + (68555, "486445", 1, 0, 10), + (68556, "486445", 1, 0, 10), + (68557, "486445", 1, 0, 10), + (68558, "486445", 1, 0, 10), + (68559, "486445", 1, 0, 10), + (68560, "486445", 1, 0, 10), + (68561, "486445", 1, 0, 10), + (68562, "486445", 1, 0, 10), + (68563, "486445", 1, 0, 10), + (68564, "486445", 1, 0, 10), + (68565, "486445", 1, 0, 10), + (68566, "486445", 1, 0, 10), + (68567, "486445", 1, 0, 10), + (68568, "486445", 1, 0, 10), + (68569, "486445", 1, 0, 10), + (68570, "486445", 1, 0, 10), + (68571, "486445", 1, 0, 10), + (68572, "486445", 1, 0, 10), + (68573, "486448", 1, 0, 10), + (68574, "486448", 1, 0, 10), + (68575, "486448", 1, 0, 10), + (68576, "486448", 1, 0, 10), + (68577, "486448", 1, 0, 10), + (68578, "486448", 1, 0, 10), + (68579, "486448", 1, 0, 10), + (68580, "486448", 1, 0, 10), + (68581, "486448", 1, 0, 10), + (68582, "486448", 1, 0, 10), + (68583, "486220", 1, 0, 10), + (68584, "486220", 1, 0, 10), + (68585, "486220", 1, 0, 10), + (68586, "486220", 1, 0, 10), + (68587, "486220", 1, 0, 10), + (68588, "486220", 1, 0, 10), + (68589, "486220", 1, 0, 10), + (68590, "486220", 1, 0, 10), + (68591, "486220", 1, 0, 10), + (68592, "486220", 1, 0, 10), + (68593, "485775", 1, 0, 10), + (68594, "485775", 1, 0, 10), + (68595, "485775", 1, 0, 10), + (68596, "485775", 1, 0, 10), + (68597, "485775", 1, 0, 10), + (68598, "485775", 1, 0, 10), + (68599, "485775", 1, 0, 10), + (68600, "485775", 1, 0, 10), + (68601, "485775", 1, 0, 10), + (68602, "485775", 1, 0, 10), + (68603, "485775", 1, 0, 10), + (68604, "486440", 1, 0, 10), + (68605, "486440", 1, 0, 10), + (68606, "486440", 1, 0, 10), + (68607, "486440", 1, 0, 10), + (68608, "486440", 1, 0, 10), + (68609, "486440", 1, 0, 10), + (68610, "486111", 1, 0, 10), + (68611, "486111", 1, 0, 10), + (68612, "486111", 1, 0, 10), + (68613, "486111", 1, 0, 10), + (68614, "486111", 1, 0, 10), + (68615, "486111", 1, 0, 10), + (68616, "486111", 1, 0, 10), + (68617, "486111", 1, 0, 10), + (68618, "486111", 1, 0, 10), + (68619, "486111", 1, 0, 10), + (68620, "486111", 1, 0, 10), + (68621, "486111", 1, 0, 10), + (68622, "486111", 1, 0, 10), + (68623, "486111", 1, 0, 10), + (68624, "486111", 1, 0, 10), + (68625, "486123", 1, 0, 10), + (68626, "486123", 1, 0, 10), + (68627, "486123", 1, 0, 10), + (68628, "486123", 1, 0, 10), + (68629, "486123", 1, 0, 10), + (68630, "486123", 1, 0, 10), + (68631, "486123", 1, 0, 10), + (68632, "486123", 1, 0, 10), + (68633, "486123", 1, 0, 10), + (68634, "486123", 1, 0, 10), + (68635, "486223", 1, 0, 10), + (68636, "486331", 1, 0, 10), + (68637, "486331", 1, 0, 10), + (68638, "486331", 1, 0, 10), + (68639, "486331", 1, 0, 10), + (68640, "486331", 1, 0, 10), + (68641, "486331", 1, 0, 10), + (68642, "486331", 1, 0, 10), + (68643, "486331", 1, 0, 10), + (68644, "486331", 1, 0, 10), + (68645, "485775", 1, 0, 10), + (68646, "485775", 1, 0, 10), + (68647, "485775", 1, 0, 10), + (68648, "485775", 1, 0, 10), + (68649, "485775", 1, 0, 10), + (68650, "485775", 1, 0, 10), + (68651, "485773", 1, 0, 10), + (68652, "485773", 1, 0, 10), + (68653, "485773", 1, 0, 10), + (68654, "485773", 1, 0, 10), + (68655, "485773", 1, 0, 10), + (68656, "485001", 1, 0, 10), + (68657, "485773", 1, 0, 10), + (68658, "485112", 1, 0, 10), + (68659, "485112", 1, 0, 10), + (68660, "485112", 1, 0, 10), + (68661, "485112", 1, 0, 10), + (68662, "485226", 1, 0, 10), + (68663, "485226", 1, 0, 10), + (68664, "485226", 1, 0, 10), + (68665, "485226", 1, 0, 10), + (68666, "485226", 1, 0, 10), + (68667, "485226", 1, 0, 10), + (68668, "485226", 1, 0, 10), + (68669, "485226", 1, 0, 10), + (68670, "485226", 1, 0, 10), + (68671, "485226", 1, 0, 10), + (68672, "485226", 1, 0, 10), + (68673, "485226", 1, 0, 10), + (68674, "485226", 1, 0, 10), + (68675, "485226", 1, 0, 10), + (68676, "485226", 1, 0, 10), + (68677, "485226", 1, 0, 10), + (68678, "485226", 1, 0, 10), + (68679, "485226", 1, 0, 10), + (68680, "485226", 1, 0, 10), + (68681, "485226", 1, 0, 10), + (68682, "485226", 1, 0, 10), + (68683, "485226", 1, 0, 10), + (68684, "485221", 1, 0, 10), + (68685, "485221", 1, 0, 10), + (68686, "485221", 1, 0, 10), + (68687, "485221", 1, 0, 10), + (68688, "485221", 1, 0, 10), + (68689, "485221", 1, 0, 10), + (68690, "485221", 1, 0, 10), + (68691, "485221", 1, 0, 10), + (68692, "485221", 1, 0, 10), + (68693, "485221", 1, 0, 10), + (68694, "486226", 1, 0, 10), + (68695, "486226", 1, 0, 10), + (68696, "486226", 1, 0, 10), + (68697, "486226", 1, 0, 10), + (68698, "486006", 1, 0, 10), + (68699, "486006", 1, 0, 10), + (68700, "486006", 1, 0, 10), + (68701, "486006", 1, 0, 10), + (68702, "486556", 1, 0, 10), + (68703, "486556", 1, 0, 10), + (68704, "486556", 1, 0, 10), + (68705, "486556", 1, 0, 10), + (68706, "486556", 1, 0, 10), + (68707, "486556", 1, 0, 10), + (68708, "486556", 1, 0, 10), + (68709, "486341", 1, 0, 10), + (68710, "486341", 1, 0, 10), + (68711, "486341", 1, 0, 10), + (68712, "486341", 1, 0, 10), + (68713, "486341", 1, 0, 10), + (68714, "486333", 1, 0, 10), + (68715, "486333", 1, 0, 10), + (68716, "486333", 1, 0, 10), + (68717, "486333", 1, 0, 10), + (68718, "486333", 1, 0, 10), + (68719, "486333", 1, 0, 10), + (68720, "486115", 1, 0, 10), + (68721, "486115", 1, 0, 10), + (68722, "486115", 1, 0, 10), + (68723, "486115", 1, 0, 10), + (68724, "486115", 1, 0, 10), + (68725, "486115", 1, 0, 10), + (68726, "486115", 1, 0, 10), + (68727, "486115", 1, 0, 10), + (68728, "486553", 1, 0, 10), + (68729, "486553", 1, 0, 10), + (68730, "485221", 1, 0, 10), + (68731, "485551", 1, 0, 10), + (68732, "485551", 1, 0, 10), + (68733, "485551", 1, 0, 10), + (68734, "485551", 1, 0, 10), + (68735, "485551", 1, 0, 10), + (68736, "485551", 1, 0, 10), + (68737, "485551", 1, 0, 10), + (68738, "485551", 1, 0, 10), + (68739, "485551", 1, 0, 10), + (68740, "485778", 1, 0, 10), + (68741, "485778", 1, 0, 10), + (68742, "485778", 1, 0, 10), + (68743, "485778", 1, 0, 10), + (68744, "485778", 1, 0, 10), + (68745, "485778", 1, 0, 10), + (68746, "485778", 1, 0, 10), + (68747, "485778", 1, 0, 10), + (68748, "485778", 1, 0, 10), + (68749, "485666", 1, 0, 10), + (68750, "485666", 1, 0, 10), + (68751, "485666", 1, 0, 10), + (68752, "485666", 1, 0, 10), + (68753, "485666", 1, 0, 10), + (68754, "485666", 1, 0, 10), + (68755, "485666", 1, 0, 10), + (68756, "485666", 1, 0, 10), + (68757, "485666", 1, 0, 10), + (68758, "485113", 1, 0, 10), + (68759, "485113", 1, 0, 10), + (68760, "485113", 1, 0, 10), + (68761, "485113", 1, 0, 10), + (68762, "485113", 1, 0, 10), + (68763, "485113", 1, 0, 10), + (68764, "466001", 1, 0, 10), + (68765, "466448", 1, 0, 10), + (68766, "466115", 1, 0, 10), + (68767, "466331", 1, 0, 10), + (68768, "465669", 1, 0, 10), + (68769, "465697", 1, 0, 10), + (68770, "465691", 1, 0, 10), + (68771, "466651", 1, 0, 10), + (68772, "465674", 1, 0, 10), + (68773, "465679", 1, 0, 10), + (68774, "465667", 1, 0, 10), + (68775, "465667", 1, 0, 10), + (68776, "465667", 1, 0, 10), + (68777, "465667", 1, 0, 10), + (68778, "465667", 1, 0, 10), + (68779, "465667", 1, 0, 10), + (68780, "465667", 1, 0, 10), + (68781, "465667", 1, 0, 10), + (68782, "465667", 1, 0, 10), + (68783, "465667", 1, 0, 10), + (68784, "466651", 1, 0, 10), + (68785, "465693", 1, 0, 10), + (68786, "465693", 1, 0, 10), + (68787, "465693", 1, 0, 10), + (68788, "465691", 1, 0, 10), + (68789, "465691", 1, 0, 10), + (68790, "465691", 1, 0, 10), + (68791, "466331", 1, 0, 10), + (68792, "466331", 1, 0, 10), + (68793, "466331", 1, 0, 10), + (68794, "466331", 1, 0, 10), + (68795, "466446", 1, 0, 10), + (68796, "466446", 1, 0, 10), + (68797, "466446", 1, 0, 10), + (68798, "466446", 1, 0, 10), + (68799, "466446", 1, 0, 10), + (68800, "466446", 1, 0, 10), + (68801, "466446", 1, 0, 10), + (68802, "466446", 1, 0, 10), + (68803, "466446", 1, 0, 10), + (68804, "466554", 1, 0, 10), + (68805, "466554", 1, 0, 10), + (68806, "466554", 1, 0, 10), + (68807, "466554", 1, 0, 10), + (68808, "466554", 1, 0, 10), + (68809, "466554", 1, 0, 10), + (68810, "466554", 1, 0, 10), + (68811, "466651", 1, 0, 10), + (68812, "465667", 1, 0, 10), + (68813, "466001", 1, 0, 10), + (68814, "466001", 1, 0, 10), + (68815, "466001", 1, 0, 10), + (68816, "466001", 1, 0, 10), + (68817, "466001", 1, 0, 10), + (68818, "466001", 1, 0, 10), + (68819, "466001", 1, 0, 10), + (68820, "466001", 1, 0, 10), + (68821, "465661", 1, 0, 10), + (68822, "465661", 1, 0, 10), + (68823, "465661", 1, 0, 10), + (68824, "465661", 1, 0, 10), + (68825, "465661", 1, 0, 10), + (68826, "465661", 1, 0, 10), + (68827, "465661", 1, 0, 10), + (68828, "465661", 1, 0, 10), + (68829, "465661", 1, 0, 10), + (68830, "466116", 1, 0, 10), + (68831, "466116", 1, 0, 10), + (68832, "466116", 1, 0, 10), + (68833, "466116", 1, 0, 10), + (68834, "466116", 1, 0, 10), + (68835, "466116", 1, 0, 10), + (68836, "466116", 1, 0, 10), + (68837, "466116", 1, 0, 10), + (68838, "466116", 1, 0, 10), + (68839, "466116", 1, 0, 10), + (68840, "466116", 1, 0, 10), + (68841, "466116", 1, 0, 10), + (68842, "466116", 1, 0, 10), + (68843, "466116", 1, 0, 10), + (68844, "466116", 1, 0, 10), + (68845, "466113", 1, 0, 10), + (68846, "466113", 1, 0, 10), + (68847, "466448", 1, 0, 10), + (68848, "466448", 1, 0, 10), + (68849, "466111", 1, 0, 10), + (68850, "466111", 1, 0, 10), + (68851, "466111", 1, 0, 10), + (68852, "466111", 1, 0, 10), + (68853, "466111", 1, 0, 10), + (68854, "466111", 1, 0, 10), + (68855, "466111", 1, 0, 10), + (68856, "466445", 1, 0, 10), + (68857, "466445", 1, 0, 10), + (68858, "466445", 1, 0, 10), + (68859, "466445", 1, 0, 10), + (68860, "466445", 1, 0, 10), + (68861, "466445", 1, 0, 10), + (68862, "466661", 1, 0, 10), + (68863, "466661", 1, 0, 10), + (68864, "466661", 1, 0, 10), + (68865, "466661", 1, 0, 10), + (68866, "466221", 1, 0, 10), + (68867, "466221", 1, 0, 10), + (68868, "466221", 1, 0, 10), + (68869, "466221", 1, 0, 10), + (68870, "466115", 1, 0, 10), + (68871, "466115", 1, 0, 10), + (68872, "466115", 1, 0, 10), + (68873, "466115", 1, 0, 10), + (68874, "466115", 1, 0, 10), + (68875, "466115", 1, 0, 10), + (68876, "466115", 1, 0, 10), + (68877, "466114", 1, 0, 10), + (68878, "466125", 1, 0, 10), + (68879, "466125", 1, 0, 10), + (68880, "466125", 1, 0, 10), + (68881, "466118", 1, 0, 10), + (68882, "466118", 1, 0, 10), + (68883, "466331", 1, 0, 10), + (68884, "466331", 1, 0, 10), + (68885, "466331", 1, 0, 10), + (68886, "466331", 1, 0, 10), + (68887, "466331", 1, 0, 10), + (68888, "466331", 1, 0, 10), + (68889, "466331", 1, 0, 10), + (68890, "466331", 1, 0, 10), + (68891, "466331", 1, 0, 10), + (68892, "466331", 1, 0, 10), + (68893, "466331", 1, 0, 10), + (68894, "466331", 1, 0, 10), + (68895, "466331", 1, 0, 10), + (68896, "466331", 1, 0, 10), + (68897, "466115", 1, 0, 10), + (68898, "466115", 1, 0, 10), + (68899, "466115", 1, 0, 10), + (68900, "466115", 1, 0, 10), + (68901, "466115", 1, 0, 10), + (68902, "466115", 1, 0, 10), + (68903, "466115", 1, 0, 10), + (68904, "466114", 1, 0, 10), + (68905, "466114", 1, 0, 10), + (68906, "466114", 1, 0, 10), + (68907, "466114", 1, 0, 10), + (68908, "466114", 1, 0, 10), + (68909, "466114", 1, 0, 10), + (68910, "466665", 1, 0, 10), + (68911, "466665", 1, 0, 10), + (68912, "466665", 1, 0, 10), + (68913, "466665", 1, 0, 10), + (68914, "466001", 1, 0, 10), + (68915, "466001", 1, 0, 10), + (68916, "466001", 1, 0, 10), + (68917, "466001", 1, 0, 10), + (68918, "466001", 1, 0, 10), + (68919, "466001", 1, 0, 10), + (68920, "466001", 1, 0, 10), + (68921, "466331", 1, 0, 10), + (68922, "466331", 1, 0, 10), + (68923, "466331", 1, 0, 10), + (68924, "466331", 1, 0, 10), + (68925, "466331", 1, 0, 10), + (68926, "465693", 1, 0, 10), + (68927, "465693", 1, 0, 10), + (68928, "465693", 1, 0, 10), + (68929, "465693", 1, 0, 10), + (68930, "465693", 1, 0, 10), + (68931, "465693", 1, 0, 10), + (68932, "465669", 1, 0, 10), + (68933, "465669", 1, 0, 10), + (68934, "465669", 1, 0, 10), + (68935, "465669", 1, 0, 10), + (68936, "465669", 1, 0, 10), + (68937, "465669", 1, 0, 10), + (68938, "465669", 1, 0, 10), + (68939, "465669", 1, 0, 10), + (68940, "465669", 1, 0, 10), + (68941, "465669", 1, 0, 10), + (68942, "465669", 1, 0, 10), + (68943, "465669", 1, 0, 10), + (68944, "465683", 1, 0, 10), + (68945, "465683", 1, 0, 10), + (68946, "465683", 1, 0, 10), + (68947, "465683", 1, 0, 10), + (68948, "465683", 1, 0, 10), + (68949, "465683", 1, 0, 10), + (68950, "465683", 1, 0, 10), + (68951, "465683", 1, 0, 10), + (68952, "465683", 1, 0, 10), + (68953, "465683", 1, 0, 10), + (68954, "465683", 1, 0, 10), + (68955, "465683", 1, 0, 10), + (68956, "465683", 1, 0, 10), + (68957, "465683", 1, 0, 10), + (68958, "465683", 1, 0, 10), + (68959, "465697", 1, 0, 10), + (68960, "465697", 1, 0, 10), + (68961, "465697", 1, 0, 10), + (68962, "465697", 1, 0, 10), + (68963, "465697", 1, 0, 10), + (68964, "465691", 1, 0, 10), + (68965, "465691", 1, 0, 10), + (68966, "465691", 1, 0, 10), + (68967, "465674", 1, 0, 10), + (68968, "465685", 1, 0, 10), + (68969, "465685", 1, 0, 10), + (68970, "465685", 1, 0, 10), + (68971, "465685", 1, 0, 10), + (68972, "465685", 1, 0, 10), + (68973, "465685", 1, 0, 10), + (68974, "465685", 1, 0, 10), + (68975, "465689", 1, 0, 10), + (68976, "465689", 1, 0, 10), + (68977, "465689", 1, 0, 10), + (68978, "465689", 1, 0, 10), + (68979, "465689", 1, 0, 10), + (68980, "465689", 1, 0, 10), + (68981, "465679", 1, 0, 10), + (68982, "465679", 1, 0, 10), + (68983, "465679", 1, 0, 10), + (68984, "465679", 1, 0, 10), + (68985, "465697", 1, 0, 10), + (68986, "465697", 1, 0, 10), + (68987, "465697", 1, 0, 10), + (68988, "465697", 1, 0, 10), + (68989, "465677", 1, 0, 10), + (68990, "465677", 1, 0, 10), + (68991, "465677", 1, 0, 10), + (68992, "465677", 1, 0, 10), + (68993, "465677", 1, 0, 10), + (68994, "465677", 1, 0, 10), + (68995, "465677", 1, 0, 10), + (68996, "465677", 1, 0, 10), + (68997, "465680", 1, 0, 10), + (68998, "465680", 1, 0, 10), + (68999, "465680", 1, 0, 10), + (69000, "465680", 1, 0, 10), + (69001, "465680", 1, 0, 10), + (69002, "465680", 1, 0, 10), + (69003, "465680", 1, 0, 10), + (69004, "465691", 1, 0, 10), + (69005, "465691", 1, 0, 10), + (69006, "465691", 1, 0, 10), + (69007, "465697", 1, 0, 10), + (69008, "465697", 1, 0, 10), + (69009, "466651", 1, 0, 10), + (69010, "466651", 1, 0, 10), + (69011, "466651", 1, 0, 10), + (69012, "466651", 1, 0, 10), + (69013, "466120", 1, 0, 10), + (69014, "466120", 1, 0, 10), + (69015, "466120", 1, 0, 10), + (69016, "466120", 1, 0, 10), + (69017, "465674", 1, 0, 10), + (69018, "465674", 1, 0, 10), + (69019, "465674", 1, 0, 10), + (69020, "465674", 1, 0, 10), + (69021, "465674", 1, 0, 10), + (69022, "465674", 1, 0, 10), + (69023, "465674", 1, 0, 10), + (69024, "465674", 1, 0, 10), + (69025, "465674", 1, 0, 10), + (69026, "465674", 1, 0, 10), + (69027, "465674", 1, 0, 10), + (69028, "465674", 1, 0, 10), + (69029, "465674", 1, 0, 10), + (69030, "465679", 1, 0, 10), + (69031, "465679", 1, 0, 10), + (69032, "465679", 1, 0, 10), + (69033, "465679", 1, 0, 10), + (69034, "465679", 1, 0, 10), + (69035, "465679", 1, 0, 10), + (69036, "465679", 1, 0, 10), + (69037, "465687", 1, 0, 10), + (69038, "465687", 1, 0, 10), + (69039, "465687", 1, 0, 10), + (69040, "465687", 1, 0, 10), + (69041, "465687", 1, 0, 10), + (69042, "465687", 1, 0, 10), + (69043, "465687", 1, 0, 10), + (69044, "465687", 1, 0, 10), + (69045, "465687", 1, 0, 10), + (69046, "465687", 1, 0, 10), + (69047, "465687", 1, 0, 10), + (69048, "465687", 1, 0, 10), + (69049, "465687", 1, 0, 10), + (69050, "484770", 1, 0, 10), + (69051, "484774", 1, 0, 10), + (69052, "484116", 1, 0, 10), + (69053, "484330", 1, 0, 10), + (69054, "484336", 1, 0, 10), + (69055, "484881", 1, 0, 10), + (69056, "484664", 1, 0, 10), + (69057, "486661", 1, 0, 10), + (69058, "486771", 1, 0, 10), + (69059, "486881", 1, 0, 10), + (69060, "486775", 1, 0, 10), + (69061, "486886", 1, 0, 10), + (69062, "486886", 1, 0, 10), + (69063, "486886", 1, 0, 10), + (69064, "486886", 1, 0, 10), + (69065, "486886", 1, 0, 10), + (69066, "486886", 1, 0, 10), + (69067, "486886", 1, 0, 10), + (69068, "486886", 1, 0, 10), + (69069, "486886", 1, 0, 10), + (69070, "486886", 1, 0, 10), + (69071, "486887", 1, 0, 10), + (69072, "486775", 1, 0, 10), + (69073, "486775", 1, 0, 10), + (69074, "486775", 1, 0, 10), + (69075, "486775", 1, 0, 10), + (69076, "486775", 1, 0, 10), + (69077, "486775", 1, 0, 10), + (69078, "486775", 1, 0, 10), + (69079, "486775", 1, 0, 10), + (69080, "486775", 1, 0, 10), + (69081, "486775", 1, 0, 10), + (69082, "486670", 1, 0, 10), + (69083, "486670", 1, 0, 10), + (69084, "486670", 1, 0, 10), + (69085, "486670", 1, 0, 10), + (69086, "486670", 1, 0, 10), + (69087, "486670", 1, 0, 10), + (69088, "486670", 1, 0, 10), + (69089, "486670", 1, 0, 10), + (69090, "486670", 1, 0, 10), + (69091, "486670", 1, 0, 10), + (69092, "486670", 1, 0, 10), + (69093, "486670", 1, 0, 10), + (69094, "486670", 1, 0, 10), + (69095, "486670", 1, 0, 10), + (69096, "486670", 1, 0, 10), + (69097, "486670", 1, 0, 10), + (69098, "486889", 1, 0, 10), + (69099, "486889", 1, 0, 10), + (69100, "486889", 1, 0, 10), + (69101, "486886", 1, 0, 10), + (69102, "486886", 1, 0, 10), + (69103, "486886", 1, 0, 10), + (69104, "486886", 1, 0, 10), + (69105, "486886", 1, 0, 10), + (69106, "486886", 1, 0, 10), + (69107, "486886", 1, 0, 10), + (69108, "484774", 1, 0, 10), + (69109, "484774", 1, 0, 10), + (69110, "484774", 1, 0, 10), + (69111, "484774", 1, 0, 10), + (69112, "484774", 1, 0, 10), + (69113, "484774", 1, 0, 10), + (69114, "484774", 1, 0, 10), + (69115, "484774", 1, 0, 10), + (69116, "484774", 1, 0, 10), + (69117, "484774", 1, 0, 10), + (69118, "484440", 1, 0, 10), + (69119, "484440", 1, 0, 10), + (69120, "484440", 1, 0, 10), + (69121, "484440", 1, 0, 10), + (69122, "484440", 1, 0, 10), + (69123, "484440", 1, 0, 10), + (69124, "484551", 1, 0, 10), + (69125, "484551", 1, 0, 10), + (69126, "484551", 1, 0, 10), + (69127, "484110", 1, 0, 10), + (69128, "484110", 1, 0, 10), + (69129, "484110", 1, 0, 10), + (69130, "484110", 1, 0, 10), + (69131, "484110", 1, 0, 10), + (69132, "484110", 1, 0, 10), + (69133, "484110", 1, 0, 10), + (69134, "484110", 1, 0, 10), + (69135, "484110", 1, 0, 10), + (69136, "484110", 1, 0, 10), + (69137, "484110", 1, 0, 10), + (69138, "484110", 1, 0, 10), + (69139, "484110", 1, 0, 10), + (69140, "484110", 1, 0, 10), + (69141, "484110", 1, 0, 10), + (69142, "484886", 1, 0, 10), + (69143, "484886", 1, 0, 10), + (69144, "484887", 1, 0, 10), + (69145, "484116", 1, 0, 10), + (69146, "484116", 1, 0, 10), + (69147, "484117", 1, 0, 10), + (69148, "484224", 1, 0, 10), + (69149, "484224", 1, 0, 10), + (69150, "484224", 1, 0, 10), + (69151, "484224", 1, 0, 10), + (69152, "484224", 1, 0, 10), + (69153, "484224", 1, 0, 10), + (69154, "484224", 1, 0, 10), + (69155, "484224", 1, 0, 10), + (69156, "484224", 1, 0, 10), + (69157, "484224", 1, 0, 10), + (69158, "484224", 1, 0, 10), + (69159, "484224", 1, 0, 10), + (69160, "484224", 1, 0, 10), + (69161, "484224", 1, 0, 10), + (69162, "484770", 1, 0, 10), + (69163, "484771", 1, 0, 10), + (69164, "484771", 1, 0, 10), + (69165, "484771", 1, 0, 10), + (69166, "484771", 1, 0, 10), + (69167, "484771", 1, 0, 10), + (69168, "484771", 1, 0, 10), + (69169, "484771", 1, 0, 10), + (69170, "484771", 1, 0, 10), + (69171, "484771", 1, 0, 10), + (69172, "484771", 1, 0, 10), + (69173, "484771", 1, 0, 10), + (69174, "484771", 1, 0, 10), + (69175, "484771", 1, 0, 10), + (69176, "484771", 1, 0, 10), + (69177, "484771", 1, 0, 10), + (69178, "484771", 1, 0, 10), + (69179, "484771", 1, 0, 10), + (69180, "484771", 1, 0, 10), + (69181, "484330", 1, 0, 10), + (69182, "484330", 1, 0, 10), + (69183, "484330", 1, 0, 10), + (69184, "484330", 1, 0, 10), + (69185, "484669", 1, 0, 10), + (69186, "484669", 1, 0, 10), + (69187, "484669", 1, 0, 10), + (69188, "484669", 1, 0, 10), + (69189, "484669", 1, 0, 10), + (69190, "484669", 1, 0, 10), + (69191, "484669", 1, 0, 10), + (69192, "484669", 1, 0, 10), + (69193, "484669", 1, 0, 10), + (69194, "484669", 1, 0, 10), + (69195, "484669", 1, 0, 10), + (69196, "484444", 1, 0, 10), + (69197, "484444", 1, 0, 10), + (69198, "484334", 1, 0, 10), + (69199, "484334", 1, 0, 10), + (69200, "484334", 1, 0, 10), + (69201, "484334", 1, 0, 10), + (69202, "484334", 1, 0, 10), + (69203, "484334", 1, 0, 10), + (69204, "484334", 1, 0, 10), + (69205, "484334", 1, 0, 10), + (69206, "484334", 1, 0, 10), + (69207, "484334", 1, 0, 10), + (69208, "484334", 1, 0, 10), + (69209, "484334", 1, 0, 10), + (69210, "484334", 1, 0, 10), + (69211, "484334", 1, 0, 10), + (69212, "484334", 1, 0, 10), + (69213, "484334", 1, 0, 10), + (69214, "484334", 1, 0, 10), + (69215, "484447", 1, 0, 10), + (69216, "484336", 1, 0, 10), + (69217, "484447", 1, 0, 10), + (69218, "484770", 1, 0, 10), + (69219, "484770", 1, 0, 10), + (69220, "484770", 1, 0, 10), + (69221, "484770", 1, 0, 10), + (69222, "484770", 1, 0, 10), + (69223, "484770", 1, 0, 10), + (69224, "484770", 1, 0, 10), + (69225, "484224", 1, 0, 10), + (69226, "484224", 1, 0, 10), + (69227, "484224", 1, 0, 10), + (69228, "484224", 1, 0, 10), + (69229, "484224", 1, 0, 10), + (69230, "484224", 1, 0, 10), + (69231, "484224", 1, 0, 10), + (69232, "484776", 1, 0, 10), + (69233, "484776", 1, 0, 10), + (69234, "484776", 1, 0, 10), + (69235, "484776", 1, 0, 10), + (69236, "484776", 1, 0, 10), + (69237, "484776", 1, 0, 10), + (69238, "484776", 1, 0, 10), + (69239, "484776", 1, 0, 10), + (69240, "484774", 1, 0, 10), + (69241, "484774", 1, 0, 10), + (69242, "484774", 1, 0, 10), + (69243, "484774", 1, 0, 10), + (69244, "484774", 1, 0, 10), + (69245, "484774", 1, 0, 10), + (69246, "484774", 1, 0, 10), + (69247, "484774", 1, 0, 10), + (69248, "484774", 1, 0, 10), + (69249, "484774", 1, 0, 10), + (69250, "484774", 1, 0, 10), + (69251, "484774", 1, 0, 10), + (69252, "484774", 1, 0, 10), + (69253, "484774", 1, 0, 10), + (69254, "484774", 1, 0, 10), + (69255, "484774", 1, 0, 10), + (69256, "484001", 1, 0, 10), + (69257, "484001", 1, 0, 10), + (69258, "484001", 1, 0, 10), + (69259, "484001", 1, 0, 10), + (69260, "484001", 1, 0, 10), + (69261, "484001", 1, 0, 10), + (69262, "484001", 1, 0, 10), + (69263, "484001", 1, 0, 10), + (69264, "484001", 1, 0, 10), + (69265, "484001", 1, 0, 10); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (69266, "484001", 1, 0, 10), + (69267, "484001", 1, 0, 10), + (69268, "484001", 1, 0, 10), + (69269, "484001", 1, 0, 10), + (69270, "484001", 1, 0, 10), + (69271, "484001", 1, 0, 10), + (69272, "484001", 1, 0, 10), + (69273, "484001", 1, 0, 10), + (69274, "484001", 1, 0, 10), + (69275, "484887", 1, 0, 10), + (69276, "484886", 1, 0, 10), + (69277, "484887", 1, 0, 10), + (69278, "484110", 1, 0, 10), + (69279, "484660", 1, 0, 10), + (69280, "484660", 1, 0, 10), + (69281, "484660", 1, 0, 10), + (69282, "484660", 1, 0, 10), + (69283, "484660", 1, 0, 10), + (69284, "484660", 1, 0, 10), + (69285, "484660", 1, 0, 10), + (69286, "484660", 1, 0, 10), + (69287, "484660", 1, 0, 10), + (69288, "484660", 1, 0, 10), + (69289, "484770", 1, 0, 10), + (69290, "484770", 1, 0, 10), + (69291, "484770", 1, 0, 10), + (69292, "484770", 1, 0, 10), + (69293, "484665", 1, 0, 10), + (69294, "484665", 1, 0, 10), + (69295, "484665", 1, 0, 10), + (69296, "484665", 1, 0, 10), + (69297, "484665", 1, 0, 10), + (69298, "484665", 1, 0, 10), + (69299, "484555", 1, 0, 10), + (69300, "484555", 1, 0, 10), + (69301, "484555", 1, 0, 10), + (69302, "484555", 1, 0, 10), + (69303, "484555", 1, 0, 10), + (69304, "484555", 1, 0, 10), + (69305, "484555", 1, 0, 10), + (69306, "484555", 1, 0, 10), + (69307, "484555", 1, 0, 10), + (69308, "484555", 1, 0, 10), + (69309, "484555", 1, 0, 10), + (69310, "484881", 1, 0, 10), + (69311, "484881", 1, 0, 10), + (69312, "484887", 1, 0, 10), + (69313, "484881", 1, 0, 10), + (69314, "484881", 1, 0, 10), + (69315, "484881", 1, 0, 10), + (69316, "484881", 1, 0, 10), + (69317, "484881", 1, 0, 10), + (69318, "484881", 1, 0, 10), + (69319, "484881", 1, 0, 10), + (69320, "484881", 1, 0, 10), + (69321, "484881", 1, 0, 10), + (69322, "484881", 1, 0, 10), + (69323, "484881", 1, 0, 10), + (69324, "484881", 1, 0, 10), + (69325, "484881", 1, 0, 10), + (69326, "484881", 1, 0, 10), + (69327, "484887", 1, 0, 10), + (69328, "484881", 1, 0, 10), + (69329, "484881", 1, 0, 10), + (69330, "484881", 1, 0, 10), + (69331, "484881", 1, 0, 10), + (69332, "484881", 1, 0, 10), + (69333, "484881", 1, 0, 10), + (69334, "484881", 1, 0, 10), + (69335, "484446", 1, 0, 10), + (69336, "484446", 1, 0, 10), + (69337, "484446", 1, 0, 10), + (69338, "484447", 1, 0, 10), + (69339, "484446", 1, 0, 10), + (69340, "484446", 1, 0, 10), + (69341, "484551", 1, 0, 10), + (69342, "484551", 1, 0, 10), + (69343, "484664", 1, 0, 10), + (69344, "484661", 1, 0, 10), + (69345, "484661", 1, 0, 10), + (69346, "484664", 1, 0, 10), + (69347, "484661", 1, 0, 10), + (69348, "484664", 1, 0, 10), + (69349, "484661", 1, 0, 10), + (69350, "484664", 1, 0, 10), + (69351, "484664", 1, 0, 10), + (69352, "484661", 1, 0, 10), + (69353, "484661", 1, 0, 10), + (69354, "484664", 1, 0, 10), + (69355, "484664", 1, 0, 10), + (69356, "484664", 1, 0, 10), + (69357, "484661", 1, 0, 10), + (69358, "484661", 1, 0, 10), + (69359, "484664", 1, 0, 10), + (69360, "484664", 1, 0, 10), + (69361, "484661", 1, 0, 10), + (69362, "484661", 1, 0, 10), + (69363, "484664", 1, 0, 10), + (69364, "484661", 1, 0, 10), + (69365, "484664", 1, 0, 10), + (69366, "484664", 1, 0, 10), + (69367, "484661", 1, 0, 10), + (69368, "484664", 1, 0, 10), + (69369, "484664", 1, 0, 10), + (69370, "484113", 1, 0, 10), + (69371, "484113", 1, 0, 10), + (69372, "484113", 1, 0, 10), + (69373, "484113", 1, 0, 10), + (69374, "486675", 1, 0, 10), + (69375, "486661", 1, 0, 10), + (69376, "486661", 1, 0, 10), + (69377, "486675", 1, 0, 10), + (69378, "486661", 1, 0, 10), + (69379, "486661", 1, 0, 10), + (69380, "486675", 1, 0, 10), + (69381, "486661", 1, 0, 10), + (69382, "486675", 1, 0, 10), + (69383, "486675", 1, 0, 10), + (69384, "486661", 1, 0, 10), + (69385, "486661", 1, 0, 10), + (69386, "486661", 1, 0, 10), + (69387, "486661", 1, 0, 10), + (69388, "486675", 1, 0, 10), + (69389, "486661", 1, 0, 10), + (69390, "486661", 1, 0, 10), + (69391, "486675", 1, 0, 10), + (69392, "486675", 1, 0, 10), + (69393, "486675", 1, 0, 10), + (69394, "486661", 1, 0, 10), + (69395, "486675", 1, 0, 10), + (69396, "486661", 1, 0, 10), + (69397, "486661", 1, 0, 10), + (69398, "486675", 1, 0, 10), + (69399, "486661", 1, 0, 10), + (69400, "486661", 1, 0, 10), + (69401, "486675", 1, 0, 10), + (69402, "486661", 1, 0, 10), + (69403, "486675", 1, 0, 10), + (69404, "486675", 1, 0, 10), + (69405, "486661", 1, 0, 10), + (69406, "486675", 1, 0, 10), + (69407, "486675", 1, 0, 10), + (69408, "486675", 1, 0, 10), + (69409, "486661", 1, 0, 10), + (69410, "486776", 1, 0, 10), + (69411, "486776", 1, 0, 10), + (69412, "486776", 1, 0, 10), + (69413, "486776", 1, 0, 10), + (69414, "486776", 1, 0, 10), + (69415, "486776", 1, 0, 10), + (69416, "486776", 1, 0, 10), + (69417, "486776", 1, 0, 10), + (69418, "486776", 1, 0, 10), + (69419, "486882", 1, 0, 10), + (69420, "486882", 1, 0, 10), + (69421, "486882", 1, 0, 10), + (69422, "486882", 1, 0, 10), + (69423, "486882", 1, 0, 10), + (69424, "486882", 1, 0, 10), + (69425, "486882", 1, 0, 10), + (69426, "486882", 1, 0, 10), + (69427, "486882", 1, 0, 10), + (69428, "486882", 1, 0, 10), + (69429, "486882", 1, 0, 10), + (69430, "486882", 1, 0, 10), + (69431, "486882", 1, 0, 10), + (69432, "486882", 1, 0, 10), + (69433, "486882", 1, 0, 10), + (69434, "486882", 1, 0, 10), + (69435, "486882", 1, 0, 10), + (69436, "486882", 1, 0, 10), + (69437, "486882", 1, 0, 10), + (69438, "486882", 1, 0, 10), + (69439, "486882", 1, 0, 10), + (69440, "486771", 1, 0, 10), + (69441, "486771", 1, 0, 10), + (69442, "486771", 1, 0, 10), + (69443, "486771", 1, 0, 10), + (69444, "486771", 1, 0, 10), + (69445, "486771", 1, 0, 10), + (69446, "486771", 1, 0, 10), + (69447, "486771", 1, 0, 10), + (69448, "486771", 1, 0, 10), + (69449, "486771", 1, 0, 10), + (69450, "486771", 1, 0, 10), + (69451, "486771", 1, 0, 10), + (69452, "486771", 1, 0, 10), + (69453, "486771", 1, 0, 10), + (69454, "486771", 1, 0, 10), + (69455, "486771", 1, 0, 10), + (69456, "486771", 1, 0, 10), + (69457, "486771", 1, 0, 10), + (69458, "486771", 1, 0, 10), + (69459, "486771", 1, 0, 10), + (69460, "486771", 1, 0, 10), + (69461, "486771", 1, 0, 10), + (69462, "486771", 1, 0, 10), + (69463, "486771", 1, 0, 10), + (69464, "486771", 1, 0, 10), + (69465, "486892", 1, 0, 10), + (69466, "486892", 1, 0, 10), + (69467, "486892", 1, 0, 10), + (69468, "486892", 1, 0, 10), + (69469, "486892", 1, 0, 10), + (69470, "486892", 1, 0, 10), + (69471, "486892", 1, 0, 10), + (69472, "486881", 1, 0, 10), + (69473, "486881", 1, 0, 10), + (69474, "486881", 1, 0, 10), + (69475, "486881", 1, 0, 10), + (69476, "486881", 1, 0, 10), + (69477, "486881", 1, 0, 10), + (69478, "486881", 1, 0, 10), + (69479, "486881", 1, 0, 10), + (69480, "486881", 1, 0, 10), + (69481, "486669", 1, 0, 10), + (69482, "486669", 1, 0, 10), + (69483, "486669", 1, 0, 10), + (69484, "486669", 1, 0, 10), + (69485, "486669", 1, 0, 10), + (69486, "486669", 1, 0, 10), + (69487, "486669", 1, 0, 10), + (69488, "486669", 1, 0, 10), + (69489, "486669", 1, 0, 10), + (69490, "486669", 1, 0, 10), + (69491, "486669", 1, 0, 10), + (69492, "486669", 1, 0, 10), + (69493, "486669", 1, 0, 10), + (69494, "486669", 1, 0, 10), + (69495, "486669", 1, 0, 10), + (69496, "486669", 1, 0, 10), + (69497, "486669", 1, 0, 10), + (69498, "486669", 1, 0, 10), + (69499, "486669", 1, 0, 10), + (69500, "486666", 1, 0, 10), + (69501, "486666", 1, 0, 10), + (69502, "486666", 1, 0, 10), + (69503, "486666", 1, 0, 10), + (69504, "486666", 1, 0, 10), + (69505, "486666", 1, 0, 10), + (69506, "486666", 1, 0, 10), + (69507, "486666", 1, 0, 10), + (69508, "486666", 1, 0, 10), + (69509, "486666", 1, 0, 10), + (69510, "486666", 1, 0, 10), + (69511, "486666", 1, 0, 10), + (69512, "486666", 1, 0, 10), + (69513, "486666", 1, 0, 10), + (69514, "486666", 1, 0, 10), + (69515, "486666", 1, 0, 10), + (69516, "486666", 1, 0, 10), + (69517, "486666", 1, 0, 10), + (69518, "486666", 1, 0, 10), + (69519, "470661", 1, 0, 10), + (69520, "470673", 1, 0, 10), + (69521, "470881", 1, 0, 10), + (69522, "470335", 1, 0, 10), + (69523, "470232", 1, 0, 10), + (69524, "470335", 1, 0, 10), + (69525, "470335", 1, 0, 10), + (69526, "470335", 1, 0, 10), + (69527, "470335", 1, 0, 10), + (69528, "470335", 1, 0, 10), + (69529, "470335", 1, 0, 10), + (69530, "470335", 1, 0, 10), + (69531, "470335", 1, 0, 10), + (69532, "470335", 1, 0, 10), + (69533, "470335", 1, 0, 10), + (69534, "470335", 1, 0, 10), + (69535, "470335", 1, 0, 10), + (69536, "470335", 1, 0, 10), + (69537, "470335", 1, 0, 10), + (69538, "470442", 1, 0, 10), + (69539, "470442", 1, 0, 10), + (69540, "470442", 1, 0, 10), + (69541, "470442", 1, 0, 10), + (69542, "470442", 1, 0, 10), + (69543, "470442", 1, 0, 10), + (69544, "470442", 1, 0, 10), + (69545, "470442", 1, 0, 10), + (69546, "470442", 1, 0, 10), + (69547, "470051", 1, 0, 10), + (69548, "470051", 1, 0, 10), + (69549, "470051", 1, 0, 10), + (69550, "470051", 1, 0, 10), + (69551, "470051", 1, 0, 10), + (69552, "470051", 1, 0, 10), + (69553, "470113", 1, 0, 10), + (69554, "470113", 1, 0, 10), + (69555, "470775", 1, 0, 10), + (69556, "470775", 1, 0, 10), + (69557, "470775", 1, 0, 10), + (69558, "470775", 1, 0, 10), + (69559, "470675", 1, 0, 10), + (69560, "470337", 1, 0, 10), + (69561, "470881", 1, 0, 10), + (69562, "470661", 1, 0, 10), + (69563, "470226", 1, 0, 10), + (69564, "470661", 1, 0, 10), + (69565, "470661", 1, 0, 10), + (69566, "470661", 1, 0, 10), + (69567, "470661", 1, 0, 10), + (69568, "470661", 1, 0, 10), + (69569, "470661", 1, 0, 10), + (69570, "470661", 1, 0, 10), + (69571, "470661", 1, 0, 10), + (69572, "470664", 1, 0, 10), + (69573, "470664", 1, 0, 10), + (69574, "470664", 1, 0, 10), + (69575, "470664", 1, 0, 10), + (69576, "470664", 1, 0, 10), + (69577, "470664", 1, 0, 10), + (69578, "470664", 1, 0, 10), + (69579, "470664", 1, 0, 10), + (69580, "470664", 1, 0, 10), + (69581, "470664", 1, 0, 10), + (69582, "470664", 1, 0, 10), + (69583, "470672", 1, 0, 10), + (69584, "470672", 1, 0, 10), + (69585, "470672", 1, 0, 10), + (69586, "470672", 1, 0, 10), + (69587, "470672", 1, 0, 10), + (69588, "470673", 1, 0, 10), + (69589, "470673", 1, 0, 10), + (69590, "470673", 1, 0, 10), + (69591, "470673", 1, 0, 10), + (69592, "470673", 1, 0, 10), + (69593, "470673", 1, 0, 10), + (69594, "470673", 1, 0, 10), + (69595, "470661", 1, 0, 10), + (69596, "470664", 1, 0, 10), + (69597, "470664", 1, 0, 10), + (69598, "470661", 1, 0, 10), + (69599, "470661", 1, 0, 10), + (69600, "470113", 1, 0, 10), + (69601, "470113", 1, 0, 10), + (69602, "470113", 1, 0, 10), + (69603, "470113", 1, 0, 10), + (69604, "470113", 1, 0, 10), + (69605, "470113", 1, 0, 10), + (69606, "470226", 1, 0, 10), + (69607, "470226", 1, 0, 10), + (69608, "470226", 1, 0, 10), + (69609, "470226", 1, 0, 10), + (69610, "470226", 1, 0, 10), + (69611, "470226", 1, 0, 10), + (69612, "470226", 1, 0, 10), + (69613, "470226", 1, 0, 10), + (69614, "470226", 1, 0, 10), + (69615, "470226", 1, 0, 10), + (69616, "470226", 1, 0, 10), + (69617, "470226", 1, 0, 10), + (69618, "470226", 1, 0, 10), + (69619, "470228", 1, 0, 10), + (69620, "470228", 1, 0, 10), + (69621, "470228", 1, 0, 10), + (69622, "470228", 1, 0, 10), + (69623, "470228", 1, 0, 10), + (69624, "470223", 1, 0, 10), + (69625, "470223", 1, 0, 10), + (69626, "470223", 1, 0, 10), + (69627, "470223", 1, 0, 10), + (69628, "470223", 1, 0, 10), + (69629, "470223", 1, 0, 10), + (69630, "470232", 1, 0, 10), + (69631, "470235", 1, 0, 10), + (69632, "470118", 1, 0, 10), + (69633, "470118", 1, 0, 10), + (69634, "470118", 1, 0, 10), + (69635, "470118", 1, 0, 10), + (69636, "470118", 1, 0, 10), + (69637, "470118", 1, 0, 10), + (69638, "470117", 1, 0, 10), + (69639, "470117", 1, 0, 10), + (69640, "470117", 1, 0, 10), + (69641, "470117", 1, 0, 10), + (69642, "470117", 1, 0, 10), + (69643, "470117", 1, 0, 10), + (69644, "470117", 1, 0, 10), + (69645, "470117", 1, 0, 10), + (69646, "470117", 1, 0, 10), + (69647, "470117", 1, 0, 10), + (69648, "470117", 1, 0, 10), + (69649, "470119", 1, 0, 10), + (69650, "470119", 1, 0, 10), + (69651, "470119", 1, 0, 10), + (69652, "470119", 1, 0, 10), + (69653, "470119", 1, 0, 10), + (69654, "470119", 1, 0, 10), + (69655, "470119", 1, 0, 10), + (69656, "470119", 1, 0, 10), + (69657, "470221", 1, 0, 10), + (69658, "470221", 1, 0, 10), + (69659, "470775", 1, 0, 10), + (69660, "470775", 1, 0, 10), + (69661, "470775", 1, 0, 10), + (69662, "470775", 1, 0, 10), + (69663, "470775", 1, 0, 10), + (69664, "470775", 1, 0, 10), + (69665, "470775", 1, 0, 10), + (69666, "470775", 1, 0, 10), + (69667, "470775", 1, 0, 10), + (69668, "470775", 1, 0, 10), + (69669, "470775", 1, 0, 10), + (69670, "470775", 1, 0, 10), + (69671, "470775", 1, 0, 10), + (69672, "470775", 1, 0, 10), + (69673, "470775", 1, 0, 10), + (69674, "470775", 1, 0, 10), + (69675, "470775", 1, 0, 10), + (69676, "470775", 1, 0, 10), + (69677, "470775", 1, 0, 10), + (69678, "470775", 1, 0, 10), + (69679, "470775", 1, 0, 10), + (69680, "470775", 1, 0, 10), + (69681, "470775", 1, 0, 10), + (69682, "470775", 1, 0, 10), + (69683, "470775", 1, 0, 10), + (69684, "470775", 1, 0, 10), + (69685, "470771", 1, 0, 10), + (69686, "470771", 1, 0, 10), + (69687, "470771", 1, 0, 10), + (69688, "470771", 1, 0, 10), + (69689, "470881", 1, 0, 10), + (69690, "470881", 1, 0, 10), + (69691, "470881", 1, 0, 10), + (69692, "470881", 1, 0, 10), + (69693, "470881", 1, 0, 10), + (69694, "470881", 1, 0, 10), + (69695, "470881", 1, 0, 10), + (69696, "470881", 1, 0, 10), + (69697, "470881", 1, 0, 10), + (69698, "470663", 1, 0, 10), + (69699, "470663", 1, 0, 10), + (69700, "470663", 1, 0, 10), + (69701, "470663", 1, 0, 10), + (69702, "470663", 1, 0, 10), + (69703, "470663", 1, 0, 10), + (69704, "470663", 1, 0, 10), + (69705, "470663", 1, 0, 10), + (69706, "470675", 1, 0, 10), + (69707, "470675", 1, 0, 10), + (69708, "470675", 1, 0, 10), + (69709, "470675", 1, 0, 10), + (69710, "470675", 1, 0, 10), + (69711, "470666", 1, 0, 10), + (69712, "470666", 1, 0, 10), + (69713, "470666", 1, 0, 10), + (69714, "470666", 1, 0, 10), + (69715, "470666", 1, 0, 10), + (69716, "470666", 1, 0, 10), + (69717, "470666", 1, 0, 10), + (69718, "470666", 1, 0, 10), + (69719, "470666", 1, 0, 10), + (69720, "470772", 1, 0, 10), + (69721, "470772", 1, 0, 10), + (69722, "470772", 1, 0, 10), + (69723, "470772", 1, 0, 10), + (69724, "470772", 1, 0, 10), + (69725, "470772", 1, 0, 10), + (69726, "470772", 1, 0, 10), + (69727, "470880", 1, 0, 10), + (69728, "470232", 1, 0, 10), + (69729, "470232", 1, 0, 10), + (69730, "470232", 1, 0, 10), + (69731, "470232", 1, 0, 10), + (69732, "470232", 1, 0, 10), + (69733, "470232", 1, 0, 10), + (69734, "470232", 1, 0, 10), + (69735, "470232", 1, 0, 10), + (69736, "470125", 1, 0, 10), + (69737, "470125", 1, 0, 10), + (69738, "470125", 1, 0, 10), + (69739, "470125", 1, 0, 10), + (69740, "470125", 1, 0, 10), + (69741, "470125", 1, 0, 10), + (69742, "470125", 1, 0, 10), + (69743, "470125", 1, 0, 10), + (69744, "470115", 1, 0, 10), + (69745, "470115", 1, 0, 10), + (69746, "470115", 1, 0, 10), + (69747, "470115", 1, 0, 10), + (69748, "470115", 1, 0, 10), + (69749, "470115", 1, 0, 10), + (69750, "470115", 1, 0, 10), + (69751, "470115", 1, 0, 10), + (69752, "470337", 1, 0, 10), + (69753, "470337", 1, 0, 10), + (69754, "470337", 1, 0, 10), + (69755, "470235", 1, 0, 10), + (69756, "470235", 1, 0, 10), + (69757, "470235", 1, 0, 10), + (69758, "470235", 1, 0, 10), + (69759, "470235", 1, 0, 10), + (69760, "470235", 1, 0, 10), + (69761, "470235", 1, 0, 10), + (69762, "470227", 1, 0, 10), + (69763, "470227", 1, 0, 10), + (69764, "470227", 1, 0, 10), + (69765, "470227", 1, 0, 10), + (69766, "470227", 1, 0, 10), + (69767, "470227", 1, 0, 10), + (69768, "470227", 1, 0, 10), + (69769, "470227", 1, 0, 10), + (69770, "470227", 1, 0, 10), + (69771, "470004", 1, 0, 10), + (69772, "470004", 1, 0, 10), + (69773, "470339", 1, 0, 10), + (69774, "470339", 1, 0, 10), + (69775, "470339", 1, 0, 10), + (69776, "470339", 1, 0, 10), + (69777, "470339", 1, 0, 10), + (69778, "470339", 1, 0, 10), + (69779, "470339", 1, 0, 10), + (69780, "470339", 1, 0, 10), + (69781, "470339", 1, 0, 10), + (69782, "470120", 1, 0, 10), + (69783, "470120", 1, 0, 10), + (69784, "470120", 1, 0, 10), + (69785, "470120", 1, 0, 10), + (69786, "470120", 1, 0, 10), + (69787, "470120", 1, 0, 10), + (69788, "470120", 1, 0, 10), + (69789, "470120", 1, 0, 10), + (69790, "470120", 1, 0, 10), + (69791, "470221", 1, 0, 10), + (69792, "470221", 1, 0, 10), + (69793, "470673", 1, 0, 10), + (69794, "470880", 1, 0, 10), + (69795, "470113", 1, 0, 10), + (69796, "470235", 1, 0, 10), + (69797, "470221", 1, 0, 10), + (69798, "470880", 1, 0, 10), + (69799, "470880", 1, 0, 10), + (69800, "470880", 1, 0, 10), + (69801, "470880", 1, 0, 10), + (69802, "470880", 1, 0, 10), + (69803, "470880", 1, 0, 10), + (69804, "470880", 1, 0, 10), + (69805, "470880", 1, 0, 10), + (69806, "470880", 1, 0, 10), + (69807, "470880", 1, 0, 10), + (69808, "470880", 1, 0, 10), + (69809, "470880", 1, 0, 10), + (69810, "470880", 1, 0, 10), + (69811, "470880", 1, 0, 10), + (69812, "470880", 1, 0, 10), + (69813, "470880", 1, 0, 10), + (69814, "470880", 1, 0, 10), + (69815, "470001", 1, 0, 10), + (69816, "470001", 1, 0, 10), + (69817, "470001", 1, 0, 10), + (69818, "470021", 1, 0, 10), + (69819, "470021", 1, 0, 10), + (69820, "470669", 1, 0, 10), + (69821, "470669", 1, 0, 10), + (69822, "470669", 1, 0, 10), + (69823, "470021", 1, 0, 10), + (69824, "470021", 1, 0, 10), + (69825, "470001", 1, 0, 10), + (69826, "470001", 1, 0, 10), + (69827, "470021", 1, 0, 10), + (69828, "470001", 1, 0, 10), + (69829, "470669", 1, 0, 10), + (69830, "470001", 1, 0, 10), + (69831, "470661", 1, 0, 10), + (69832, "470661", 1, 0, 10), + (69833, "470661", 1, 0, 10), + (69834, "470661", 1, 0, 10), + (69835, "470661", 1, 0, 10), + (69836, "457555", 1, 0, 10), + (69837, "457222", 1, 0, 10), + (69838, "457001", 1, 0, 10), + (69839, "457118", 1, 0, 10), + (69840, "457882", 1, 0, 10), + (69841, "457990", 1, 0, 10), + (69842, "457773", 1, 0, 10), + (69843, "457777", 1, 0, 10), + (69844, "457990", 1, 0, 10), + (69845, "457990", 1, 0, 10), + (69846, "457990", 1, 0, 10), + (69847, "457990", 1, 0, 10), + (69848, "457990", 1, 0, 10), + (69849, "457990", 1, 0, 10), + (69850, "457990", 1, 0, 10), + (69851, "457990", 1, 0, 10), + (69852, "457990", 1, 0, 10), + (69853, "457990", 1, 0, 10), + (69854, "457990", 1, 0, 10), + (69855, "457990", 1, 0, 10), + (69856, "457885", 1, 0, 10), + (69857, "457885", 1, 0, 10), + (69858, "457885", 1, 0, 10), + (69859, "457885", 1, 0, 10), + (69860, "457772", 1, 0, 10), + (69861, "457772", 1, 0, 10), + (69862, "457772", 1, 0, 10), + (69863, "457772", 1, 0, 10), + (69864, "457772", 1, 0, 10), + (69865, "457772", 1, 0, 10), + (69866, "457779", 1, 0, 10), + (69867, "457779", 1, 0, 10), + (69868, "457779", 1, 0, 10), + (69869, "457779", 1, 0, 10), + (69870, "457779", 1, 0, 10), + (69871, "457779", 1, 0, 10), + (69872, "457779", 1, 0, 10), + (69873, "457779", 1, 0, 10), + (69874, "457779", 1, 0, 10), + (69875, "457779", 1, 0, 10), + (69876, "457779", 1, 0, 10), + (69877, "457779", 1, 0, 10), + (69878, "457779", 1, 0, 10), + (69879, "457773", 1, 0, 10), + (69880, "457773", 1, 0, 10), + (69881, "457773", 1, 0, 10), + (69882, "457773", 1, 0, 10), + (69883, "457773", 1, 0, 10), + (69884, "457773", 1, 0, 10), + (69885, "457773", 1, 0, 10), + (69886, "457773", 1, 0, 10), + (69887, "457775", 1, 0, 10), + (69888, "457114", 1, 0, 10), + (69889, "457226", 1, 0, 10), + (69890, "457001", 1, 0, 10), + (69891, "457887", 1, 0, 10), + (69892, "457661", 1, 0, 10), + (69893, "457887", 1, 0, 10), + (69894, "457887", 1, 0, 10), + (69895, "457770", 1, 0, 10), + (69896, "457770", 1, 0, 10), + (69897, "457770", 1, 0, 10), + (69898, "457770", 1, 0, 10), + (69899, "457770", 1, 0, 10), + (69900, "457770", 1, 0, 10), + (69901, "457770", 1, 0, 10), + (69902, "457770", 1, 0, 10), + (69903, "457770", 1, 0, 10), + (69904, "457770", 1, 0, 10), + (69905, "457770", 1, 0, 10), + (69906, "457770", 1, 0, 10), + (69907, "457770", 1, 0, 10), + (69908, "457770", 1, 0, 10), + (69909, "457770", 1, 0, 10), + (69910, "457882", 1, 0, 10), + (69911, "457882", 1, 0, 10), + (69912, "457882", 1, 0, 10), + (69913, "457882", 1, 0, 10), + (69914, "457882", 1, 0, 10), + (69915, "457882", 1, 0, 10), + (69916, "457882", 1, 0, 10), + (69917, "457882", 1, 0, 10), + (69918, "457887", 1, 0, 10), + (69919, "457887", 1, 0, 10), + (69920, "457887", 1, 0, 10), + (69921, "457887", 1, 0, 10), + (69922, "457887", 1, 0, 10), + (69923, "457887", 1, 0, 10), + (69924, "457887", 1, 0, 10), + (69925, "457887", 1, 0, 10), + (69926, "457887", 1, 0, 10), + (69927, "457887", 1, 0, 10), + (69928, "457661", 1, 0, 10), + (69929, "457661", 1, 0, 10), + (69930, "457661", 1, 0, 10), + (69931, "457661", 1, 0, 10), + (69932, "457661", 1, 0, 10), + (69933, "457661", 1, 0, 10), + (69934, "457661", 1, 0, 10), + (69935, "457661", 1, 0, 10), + (69936, "457661", 1, 0, 10), + (69937, "457661", 1, 0, 10), + (69938, "457661", 1, 0, 10), + (69939, "457661", 1, 0, 10), + (69940, "457661", 1, 0, 10), + (69941, "457661", 1, 0, 10), + (69942, "457661", 1, 0, 10), + (69943, "457661", 1, 0, 10), + (69944, "457990", 1, 0, 10), + (69945, "457990", 1, 0, 10), + (69946, "457990", 1, 0, 10), + (69947, "457775", 1, 0, 10), + (69948, "457775", 1, 0, 10), + (69949, "457775", 1, 0, 10), + (69950, "457775", 1, 0, 10), + (69951, "457775", 1, 0, 10), + (69952, "457775", 1, 0, 10), + (69953, "457775", 1, 0, 10), + (69954, "457775", 1, 0, 10), + (69955, "457775", 1, 0, 10), + (69956, "457775", 1, 0, 10), + (69957, "457993", 1, 0, 10), + (69958, "457993", 1, 0, 10), + (69959, "457993", 1, 0, 10), + (69960, "457993", 1, 0, 10), + (69961, "457993", 1, 0, 10), + (69962, "457993", 1, 0, 10), + (69963, "457993", 1, 0, 10), + (69964, "457993", 1, 0, 10), + (69965, "457888", 1, 0, 10), + (69966, "457888", 1, 0, 10), + (69967, "457888", 1, 0, 10), + (69968, "457888", 1, 0, 10), + (69969, "457888", 1, 0, 10), + (69970, "457888", 1, 0, 10), + (69971, "457888", 1, 0, 10), + (69972, "457888", 1, 0, 10), + (69973, "457888", 1, 0, 10), + (69974, "457888", 1, 0, 10), + (69975, "457777", 1, 0, 10), + (69976, "457777", 1, 0, 10), + (69977, "457777", 1, 0, 10), + (69978, "457777", 1, 0, 10), + (69979, "457777", 1, 0, 10), + (69980, "457777", 1, 0, 10), + (69981, "457777", 1, 0, 10), + (69982, "457777", 1, 0, 10), + (69983, "457777", 1, 0, 10), + (69984, "457777", 1, 0, 10), + (69985, "457777", 1, 0, 10), + (69986, "457777", 1, 0, 10), + (69987, "457777", 1, 0, 10), + (69988, "457777", 1, 0, 10), + (69989, "457777", 1, 0, 10), + (69990, "457114", 1, 0, 10), + (69991, "457114", 1, 0, 10), + (69992, "457114", 1, 0, 10), + (69993, "457114", 1, 0, 10), + (69994, "457114", 1, 0, 10), + (69995, "457114", 1, 0, 10), + (69996, "457114", 1, 0, 10), + (69997, "457114", 1, 0, 10), + (69998, "457114", 1, 0, 10), + (69999, "457114", 1, 0, 10), + (70000, "457114", 1, 0, 10), + (70001, "457555", 1, 0, 10), + (70002, "457555", 1, 0, 10), + (70003, "457555", 1, 0, 10), + (70004, "457555", 1, 0, 10), + (70005, "457555", 1, 0, 10), + (70006, "457555", 1, 0, 10), + (70007, "457555", 1, 0, 10), + (70008, "457555", 1, 0, 10), + (70009, "457555", 1, 0, 10), + (70010, "457555", 1, 0, 10), + (70011, "457555", 1, 0, 10), + (70012, "457441", 1, 0, 10), + (70013, "457441", 1, 0, 10), + (70014, "457441", 1, 0, 10), + (70015, "457441", 1, 0, 10), + (70016, "457441", 1, 0, 10), + (70017, "457441", 1, 0, 10), + (70018, "457441", 1, 0, 10), + (70019, "457441", 1, 0, 10), + (70020, "457441", 1, 0, 10), + (70021, "457441", 1, 0, 10), + (70022, "457339", 1, 0, 10), + (70023, "457339", 1, 0, 10), + (70024, "457339", 1, 0, 10), + (70025, "457339", 1, 0, 10), + (70026, "457339", 1, 0, 10), + (70027, "457340", 1, 0, 10), + (70028, "457226", 1, 0, 10), + (70029, "457226", 1, 0, 10), + (70030, "457226", 1, 0, 10), + (70031, "457340", 1, 0, 10), + (70032, "457340", 1, 0, 10), + (70033, "457226", 1, 0, 10), + (70034, "457226", 1, 0, 10), + (70035, "457226", 1, 0, 10), + (70036, "457226", 1, 0, 10), + (70037, "457226", 1, 0, 10), + (70038, "457226", 1, 0, 10), + (70039, "457222", 1, 0, 10), + (70040, "457222", 1, 0, 10), + (70041, "457222", 1, 0, 10), + (70042, "457222", 1, 0, 10), + (70043, "457222", 1, 0, 10), + (70044, "457222", 1, 0, 10), + (70045, "457222", 1, 0, 10), + (70046, "457222", 1, 0, 10), + (70047, "457222", 1, 0, 10), + (70048, "457222", 1, 0, 10), + (70049, "457222", 1, 0, 10), + (70050, "457331", 1, 0, 10), + (70051, "457331", 1, 0, 10), + (70052, "457331", 1, 0, 10), + (70053, "457331", 1, 0, 10), + (70054, "457331", 1, 0, 10), + (70055, "457331", 1, 0, 10), + (70056, "457331", 1, 0, 10), + (70057, "457001", 1, 0, 10), + (70058, "457001", 1, 0, 10), + (70059, "457001", 1, 0, 10), + (70060, "457001", 1, 0, 10), + (70061, "457001", 1, 0, 10), + (70062, "457001", 1, 0, 10), + (70063, "457001", 1, 0, 10), + (70064, "457001", 1, 0, 10), + (70065, "457001", 1, 0, 10), + (70066, "457001", 1, 0, 10), + (70067, "457001", 1, 0, 10), + (70068, "457001", 1, 0, 10), + (70069, "457001", 1, 0, 10), + (70070, "457001", 1, 0, 10), + (70071, "457001", 1, 0, 10), + (70072, "457001", 1, 0, 10), + (70073, "457001", 1, 0, 10), + (70074, "457001", 1, 0, 10), + (70075, "457001", 1, 0, 10), + (70076, "457001", 1, 0, 10), + (70077, "457001", 1, 0, 10), + (70078, "457001", 1, 0, 10), + (70079, "457001", 1, 0, 10), + (70080, "457001", 1, 0, 10), + (70081, "457001", 1, 0, 10), + (70082, "457001", 1, 0, 10), + (70083, "457001", 1, 0, 10), + (70084, "457001", 1, 0, 10), + (70085, "457001", 1, 0, 10), + (70086, "457001", 1, 0, 10), + (70087, "457001", 1, 0, 10), + (70088, "457001", 1, 0, 10), + (70089, "457336", 1, 0, 10), + (70090, "457336", 1, 0, 10), + (70091, "457336", 1, 0, 10), + (70092, "457336", 1, 0, 10), + (70093, "457336", 1, 0, 10), + (70094, "457336", 1, 0, 10), + (70095, "457336", 1, 0, 10), + (70096, "457550", 1, 0, 10), + (70097, "457550", 1, 0, 10), + (70098, "457550", 1, 0, 10), + (70099, "457550", 1, 0, 10), + (70100, "457550", 1, 0, 10), + (70101, "457550", 1, 0, 10), + (70102, "457550", 1, 0, 10), + (70103, "457550", 1, 0, 10), + (70104, "457550", 1, 0, 10), + (70105, "457340", 1, 0, 10), + (70106, "457333", 1, 0, 10), + (70107, "457340", 1, 0, 10), + (70108, "457333", 1, 0, 10), + (70109, "457340", 1, 0, 10), + (70110, "457333", 1, 0, 10), + (70111, "457333", 1, 0, 10), + (70112, "457333", 1, 0, 10), + (70113, "457118", 1, 0, 10), + (70114, "457118", 1, 0, 10), + (70115, "457118", 1, 0, 10), + (70116, "457118", 1, 0, 10), + (70117, "457118", 1, 0, 10), + (70118, "457118", 1, 0, 10), + (70119, "457118", 1, 0, 10), + (70120, "457118", 1, 0, 10), + (70121, "457118", 1, 0, 10), + (70122, "457118", 1, 0, 10), + (70123, "457118", 1, 0, 10), + (70124, "457887", 1, 0, 10), + (70125, "457887", 1, 0, 10), + (70126, "457887", 1, 0, 10), + (70127, "457887", 1, 0, 10), + (70128, "457887", 1, 0, 10), + (70129, "450331", 1, 0, 10), + (70130, "450116", 1, 0, 10), + (70131, "450051", 1, 0, 10), + (70132, "450661", 1, 0, 10), + (70133, "451001", 1, 0, 10), + (70134, "451551", 1, 0, 10), + (70135, "451441", 1, 0, 10), + (70136, "451449", 1, 0, 10), + (70137, "451221", 1, 0, 10), + (70138, "451111", 1, 0, 10), + (70139, "451660", 1, 0, 10), + (70140, "451001", 1, 0, 10), + (70141, "451001", 1, 0, 10), + (70142, "451001", 1, 0, 10), + (70143, "451001", 1, 0, 10), + (70144, "451001", 1, 0, 10), + (70145, "451001", 1, 0, 10), + (70146, "451556", 1, 0, 10), + (70147, "451556", 1, 0, 10), + (70148, "451556", 1, 0, 10), + (70149, "451556", 1, 0, 10), + (70150, "451556", 1, 0, 10), + (70151, "451556", 1, 0, 10), + (70152, "451556", 1, 0, 10), + (70153, "451556", 1, 0, 10), + (70154, "451556", 1, 0, 10), + (70155, "451556", 1, 0, 10), + (70156, "451556", 1, 0, 10), + (70157, "451556", 1, 0, 10), + (70158, "451115", 1, 0, 10), + (70159, "451115", 1, 0, 10), + (70160, "451115", 1, 0, 10), + (70161, "451115", 1, 0, 10), + (70162, "451115", 1, 0, 10), + (70163, "451115", 1, 0, 10), + (70164, "451115", 1, 0, 10), + (70165, "451115", 1, 0, 10), + (70166, "451115", 1, 0, 10), + (70167, "451115", 1, 0, 10), + (70168, "451115", 1, 0, 10), + (70169, "451115", 1, 0, 10), + (70170, "451551", 1, 0, 10), + (70171, "451551", 1, 0, 10), + (70172, "451551", 1, 0, 10), + (70173, "451551", 1, 0, 10), + (70174, "451335", 1, 0, 10), + (70175, "451228", 1, 0, 10), + (70176, "451111", 1, 0, 10), + (70177, "451440", 1, 0, 10), + (70178, "450331", 1, 0, 10), + (70179, "450991", 1, 0, 10), + (70180, "450221", 1, 0, 10), + (70181, "451440", 1, 0, 10), + (70182, "451440", 1, 0, 10), + (70183, "451440", 1, 0, 10), + (70184, "451440", 1, 0, 10), + (70185, "451224", 1, 0, 10), + (70186, "451224", 1, 0, 10), + (70187, "451224", 1, 0, 10), + (70188, "451224", 1, 0, 10), + (70189, "451224", 1, 0, 10), + (70190, "451224", 1, 0, 10), + (70191, "451224", 1, 0, 10), + (70192, "450001", 1, 0, 10), + (70193, "450001", 1, 0, 10), + (70194, "450001", 1, 0, 10), + (70195, "450001", 1, 0, 10), + (70196, "450001", 1, 0, 10), + (70197, "450001", 1, 0, 10), + (70198, "450001", 1, 0, 10), + (70199, "450001", 1, 0, 10), + (70200, "450001", 1, 0, 10), + (70201, "450001", 1, 0, 10), + (70202, "451115", 1, 0, 10), + (70203, "450001", 1, 0, 10), + (70204, "450001", 1, 0, 10), + (70205, "450001", 1, 0, 10), + (70206, "450001", 1, 0, 10), + (70207, "450001", 1, 0, 10), + (70208, "450001", 1, 0, 10), + (70209, "450001", 1, 0, 10), + (70210, "450001", 1, 0, 10), + (70211, "450110", 1, 0, 10), + (70212, "450110", 1, 0, 10), + (70213, "450110", 1, 0, 10), + (70214, "450110", 1, 0, 10), + (70215, "450331", 1, 0, 10), + (70216, "450331", 1, 0, 10), + (70217, "450331", 1, 0, 10), + (70218, "450331", 1, 0, 10), + (70219, "450331", 1, 0, 10), + (70220, "450331", 1, 0, 10), + (70221, "450331", 1, 0, 10), + (70222, "450331", 1, 0, 10), + (70223, "450331", 1, 0, 10), + (70224, "450331", 1, 0, 10), + (70225, "450331", 1, 0, 10), + (70226, "450331", 1, 0, 10), + (70227, "450331", 1, 0, 10), + (70228, "450331", 1, 0, 10), + (70229, "450331", 1, 0, 10), + (70230, "450331", 1, 0, 10), + (70231, "450331", 1, 0, 10), + (70232, "450771", 1, 0, 10), + (70233, "450771", 1, 0, 10), + (70234, "450771", 1, 0, 10), + (70235, "450771", 1, 0, 10), + (70236, "450771", 1, 0, 10), + (70237, "450771", 1, 0, 10), + (70238, "450771", 1, 0, 10), + (70239, "450771", 1, 0, 10), + (70240, "450771", 1, 0, 10), + (70241, "450771", 1, 0, 10), + (70242, "450771", 1, 0, 10), + (70243, "450771", 1, 0, 10), + (70244, "450771", 1, 0, 10), + (70245, "450116", 1, 0, 10), + (70246, "450116", 1, 0, 10), + (70247, "450116", 1, 0, 10), + (70248, "450116", 1, 0, 10), + (70249, "450116", 1, 0, 10), + (70250, "450116", 1, 0, 10), + (70251, "450116", 1, 0, 10), + (70252, "450116", 1, 0, 10), + (70253, "450116", 1, 0, 10), + (70254, "450116", 1, 0, 10), + (70255, "450116", 1, 0, 10), + (70256, "450116", 1, 0, 10), + (70257, "450116", 1, 0, 10), + (70258, "450116", 1, 0, 10), + (70259, "450116", 1, 0, 10), + (70260, "450116", 1, 0, 10), + (70261, "450116", 1, 0, 10), + (70262, "450881", 1, 0, 10), + (70263, "450881", 1, 0, 10), + (70264, "450881", 1, 0, 10), + (70265, "450881", 1, 0, 10), + (70266, "450881", 1, 0, 10), + (70267, "450881", 1, 0, 10), + (70268, "450881", 1, 0, 10), + (70269, "450881", 1, 0, 10), + (70270, "450881", 1, 0, 10), + (70271, "450881", 1, 0, 10), + (70272, "450991", 1, 0, 10), + (70273, "450991", 1, 0, 10), + (70274, "450991", 1, 0, 10), + (70275, "450991", 1, 0, 10), + (70276, "450991", 1, 0, 10), + (70277, "450991", 1, 0, 10), + (70278, "450991", 1, 0, 10), + (70279, "450117", 1, 0, 10), + (70280, "450117", 1, 0, 10), + (70281, "450117", 1, 0, 10), + (70282, "450117", 1, 0, 10), + (70283, "450117", 1, 0, 10), + (70284, "450117", 1, 0, 10), + (70285, "450117", 1, 0, 10), + (70286, "450117", 1, 0, 10), + (70287, "450117", 1, 0, 10), + (70288, "450117", 1, 0, 10), + (70289, "450117", 1, 0, 10), + (70290, "450117", 1, 0, 10), + (70291, "450117", 1, 0, 10), + (70292, "450117", 1, 0, 10), + (70293, "450051", 1, 0, 10), + (70294, "450051", 1, 0, 10), + (70295, "450051", 1, 0, 10), + (70296, "450554", 1, 0, 10), + (70297, "450554", 1, 0, 10), + (70298, "450554", 1, 0, 10), + (70299, "450112", 1, 0, 10), + (70300, "450112", 1, 0, 10), + (70301, "450112", 1, 0, 10), + (70302, "450112", 1, 0, 10), + (70303, "450112", 1, 0, 10), + (70304, "450551", 1, 0, 10), + (70305, "450551", 1, 0, 10), + (70306, "450551", 1, 0, 10), + (70307, "450551", 1, 0, 10), + (70308, "450551", 1, 0, 10), + (70309, "450551", 1, 0, 10), + (70310, "450551", 1, 0, 10), + (70311, "450551", 1, 0, 10), + (70312, "450551", 1, 0, 10), + (70313, "450551", 1, 0, 10), + (70314, "450551", 1, 0, 10), + (70315, "450551", 1, 0, 10), + (70316, "450551", 1, 0, 10), + (70317, "450551", 1, 0, 10), + (70318, "450551", 1, 0, 10), + (70319, "450551", 1, 0, 10), + (70320, "450221", 1, 0, 10), + (70321, "450221", 1, 0, 10), + (70322, "450221", 1, 0, 10), + (70323, "450221", 1, 0, 10), + (70324, "450221", 1, 0, 10), + (70325, "450221", 1, 0, 10), + (70326, "450221", 1, 0, 10), + (70327, "450661", 1, 0, 10), + (70328, "450661", 1, 0, 10), + (70329, "450661", 1, 0, 10), + (70330, "450661", 1, 0, 10), + (70331, "450661", 1, 0, 10), + (70332, "450661", 1, 0, 10), + (70333, "450661", 1, 0, 10), + (70334, "450661", 1, 0, 10), + (70335, "450661", 1, 0, 10), + (70336, "450661", 1, 0, 10), + (70337, "450114", 1, 0, 10), + (70338, "450114", 1, 0, 10), + (70339, "450114", 1, 0, 10), + (70340, "450337", 1, 0, 10), + (70341, "450337", 1, 0, 10), + (70342, "450337", 1, 0, 10), + (70343, "450337", 1, 0, 10), + (70344, "450337", 1, 0, 10), + (70345, "450337", 1, 0, 10), + (70346, "450445", 1, 0, 10), + (70347, "450445", 1, 0, 10), + (70348, "450445", 1, 0, 10), + (70349, "450445", 1, 0, 10), + (70350, "450445", 1, 0, 10), + (70351, "450445", 1, 0, 10), + (70352, "450445", 1, 0, 10), + (70353, "450445", 1, 0, 10), + (70354, "450445", 1, 0, 10), + (70355, "450445", 1, 0, 10), + (70356, "450445", 1, 0, 10), + (70357, "450445", 1, 0, 10), + (70358, "450445", 1, 0, 10), + (70359, "451001", 1, 0, 10), + (70360, "451001", 1, 0, 10), + (70361, "451001", 1, 0, 10), + (70362, "451001", 1, 0, 10), + (70363, "451001", 1, 0, 10), + (70364, "451001", 1, 0, 10), + (70365, "451001", 1, 0, 10), + (70366, "451001", 1, 0, 10), + (70367, "451001", 1, 0, 10), + (70368, "451001", 1, 0, 10), + (70369, "451551", 1, 0, 10), + (70370, "451551", 1, 0, 10), + (70371, "451551", 1, 0, 10), + (70372, "451551", 1, 0, 10), + (70373, "451551", 1, 0, 10), + (70374, "451551", 1, 0, 10), + (70375, "451551", 1, 0, 10), + (70376, "451551", 1, 0, 10), + (70377, "451551", 1, 0, 10), + (70378, "451551", 1, 0, 10), + (70379, "451113", 1, 0, 10), + (70380, "451113", 1, 0, 10), + (70381, "451113", 1, 0, 10), + (70382, "451113", 1, 0, 10), + (70383, "451113", 1, 0, 10), + (70384, "451113", 1, 0, 10), + (70385, "451113", 1, 0, 10), + (70386, "451113", 1, 0, 10), + (70387, "451113", 1, 0, 10), + (70388, "451113", 1, 0, 10), + (70389, "451113", 1, 0, 10), + (70390, "451113", 1, 0, 10), + (70391, "451113", 1, 0, 10), + (70392, "451331", 1, 0, 10), + (70393, "451331", 1, 0, 10), + (70394, "451331", 1, 0, 10), + (70395, "451331", 1, 0, 10), + (70396, "451331", 1, 0, 10), + (70397, "451331", 1, 0, 10), + (70398, "451331", 1, 0, 10), + (70399, "451331", 1, 0, 10), + (70400, "451331", 1, 0, 10), + (70401, "451331", 1, 0, 10), + (70402, "451331", 1, 0, 10), + (70403, "451331", 1, 0, 10), + (70404, "451441", 1, 0, 10), + (70405, "451441", 1, 0, 10), + (70406, "451441", 1, 0, 10), + (70407, "451441", 1, 0, 10), + (70408, "451441", 1, 0, 10), + (70409, "451441", 1, 0, 10), + (70410, "451441", 1, 0, 10), + (70411, "451441", 1, 0, 10), + (70412, "451441", 1, 0, 10), + (70413, "451441", 1, 0, 10), + (70414, "451441", 1, 0, 10), + (70415, "451335", 1, 0, 10), + (70416, "451335", 1, 0, 10), + (70417, "451335", 1, 0, 10), + (70418, "451335", 1, 0, 10), + (70419, "451335", 1, 0, 10), + (70420, "451335", 1, 0, 10), + (70421, "451335", 1, 0, 10), + (70422, "451335", 1, 0, 10), + (70423, "451335", 1, 0, 10), + (70424, "451335", 1, 0, 10), + (70425, "451332", 1, 0, 10), + (70426, "451332", 1, 0, 10), + (70427, "451332", 1, 0, 10), + (70428, "451332", 1, 0, 10), + (70429, "451332", 1, 0, 10), + (70430, "451332", 1, 0, 10), + (70431, "451332", 1, 0, 10), + (70432, "451332", 1, 0, 10), + (70433, "451332", 1, 0, 10), + (70434, "451331", 1, 0, 10), + (70435, "451449", 1, 0, 10), + (70436, "451449", 1, 0, 10), + (70437, "451449", 1, 0, 10), + (70438, "451449", 1, 0, 10), + (70439, "451449", 1, 0, 10), + (70440, "451449", 1, 0, 10), + (70441, "451449", 1, 0, 10), + (70442, "451449", 1, 0, 10), + (70443, "451449", 1, 0, 10), + (70444, "451449", 1, 0, 10), + (70445, "451449", 1, 0, 10), + (70446, "451449", 1, 0, 10), + (70447, "451449", 1, 0, 10), + (70448, "451220", 1, 0, 10), + (70449, "451220", 1, 0, 10), + (70450, "451220", 1, 0, 10), + (70451, "451220", 1, 0, 10), + (70452, "451220", 1, 0, 10), + (70453, "451220", 1, 0, 10), + (70454, "451220", 1, 0, 10), + (70455, "451228", 1, 0, 10), + (70456, "451228", 1, 0, 10), + (70457, "451228", 1, 0, 10), + (70458, "451228", 1, 0, 10), + (70459, "451228", 1, 0, 10), + (70460, "451228", 1, 0, 10), + (70461, "451228", 1, 0, 10), + (70462, "451228", 1, 0, 10), + (70463, "451228", 1, 0, 10), + (70464, "451228", 1, 0, 10), + (70465, "451228", 1, 0, 10), + (70466, "451228", 1, 0, 10), + (70467, "451881", 1, 0, 10), + (70468, "451881", 1, 0, 10), + (70469, "451881", 1, 0, 10), + (70470, "451881", 1, 0, 10), + (70471, "451881", 1, 0, 10), + (70472, "451881", 1, 0, 10), + (70473, "451881", 1, 0, 10), + (70474, "451221", 1, 0, 10), + (70475, "451221", 1, 0, 10), + (70476, "451221", 1, 0, 10), + (70477, "451221", 1, 0, 10), + (70478, "451221", 1, 0, 10), + (70479, "451221", 1, 0, 10), + (70480, "451221", 1, 0, 10), + (70481, "451770", 1, 0, 10), + (70482, "451770", 1, 0, 10), + (70483, "451770", 1, 0, 10), + (70484, "451770", 1, 0, 10), + (70485, "451770", 1, 0, 10), + (70486, "451770", 1, 0, 10), + (70487, "451225", 1, 0, 10), + (70488, "451225", 1, 0, 10), + (70489, "451225", 1, 0, 10), + (70490, "451225", 1, 0, 10), + (70491, "451225", 1, 0, 10), + (70492, "451225", 1, 0, 10), + (70493, "451225", 1, 0, 10), + (70494, "451225", 1, 0, 10), + (70495, "451225", 1, 0, 10), + (70496, "451447", 1, 0, 10), + (70497, "451447", 1, 0, 10), + (70498, "451447", 1, 0, 10), + (70499, "451447", 1, 0, 10), + (70500, "451447", 1, 0, 10), + (70501, "451447", 1, 0, 10), + (70502, "451447", 1, 0, 10), + (70503, "451447", 1, 0, 10), + (70504, "451447", 1, 0, 10), + (70505, "451447", 1, 0, 10), + (70506, "451447", 1, 0, 10), + (70507, "451447", 1, 0, 10), + (70508, "451447", 1, 0, 10), + (70509, "451447", 1, 0, 10), + (70510, "451111", 1, 0, 10), + (70511, "451111", 1, 0, 10), + (70512, "451111", 1, 0, 10), + (70513, "451111", 1, 0, 10), + (70514, "451111", 1, 0, 10), + (70515, "451111", 1, 0, 10), + (70516, "451666", 1, 0, 10), + (70517, "451666", 1, 0, 10), + (70518, "451666", 1, 0, 10), + (70519, "451666", 1, 0, 10), + (70520, "451666", 1, 0, 10), + (70521, "451666", 1, 0, 10), + (70522, "451666", 1, 0, 10), + (70523, "451666", 1, 0, 10), + (70524, "451666", 1, 0, 10), + (70525, "451666", 1, 0, 10), + (70526, "451666", 1, 0, 10), + (70527, "451666", 1, 0, 10), + (70528, "451666", 1, 0, 10), + (70529, "451666", 1, 0, 10), + (70530, "451666", 1, 0, 10), + (70531, "451666", 1, 0, 10), + (70532, "451666", 1, 0, 10), + (70533, "451666", 1, 0, 10), + (70534, "451666", 1, 0, 10), + (70535, "451666", 1, 0, 10), + (70536, "451442", 1, 0, 10), + (70537, "451442", 1, 0, 10), + (70538, "451442", 1, 0, 10), + (70539, "451442", 1, 0, 10), + (70540, "451442", 1, 0, 10), + (70541, "451442", 1, 0, 10), + (70542, "451442", 1, 0, 10), + (70543, "451442", 1, 0, 10), + (70544, "451442", 1, 0, 10), + (70545, "451660", 1, 0, 10), + (70546, "451660", 1, 0, 10), + (70547, "451660", 1, 0, 10), + (70548, "451660", 1, 0, 10), + (70549, "451660", 1, 0, 10), + (70550, "451660", 1, 0, 10), + (70551, "451660", 1, 0, 10), + (70552, "451660", 1, 0, 10), + (70553, "451660", 1, 0, 10), + (70554, "451660", 1, 0, 10), + (70555, "451660", 1, 0, 10), + (70556, "451660", 1, 0, 10), + (70557, "451660", 1, 0, 10), + (70558, "451660", 1, 0, 10), + (70559, "451660", 1, 0, 10), + (70560, "451660", 1, 0, 10), + (70561, "451660", 1, 0, 10), + (70562, "451440", 1, 0, 10), + (70563, "451440", 1, 0, 10), + (70564, "451440", 1, 0, 10), + (70565, "451440", 1, 0, 10), + (70566, "462030", 1, 0, 10), + (70567, "462022", 1, 0, 10), + (70568, "462101", 1, 0, 10), + (70569, "462101", 1, 0, 10), + (70570, "462101", 1, 0, 10), + (70571, "462101", 1, 0, 10), + (70572, "462101", 1, 0, 10), + (70573, "462101", 1, 0, 10), + (70574, "462101", 1, 0, 10), + (70575, "462101", 1, 0, 10), + (70576, "462101", 1, 0, 10), + (70577, "462101", 1, 0, 10), + (70578, "462101", 1, 0, 10), + (70579, "462101", 1, 0, 10), + (70580, "462101", 1, 0, 10), + (70581, "462120", 1, 0, 10), + (70582, "462120", 1, 0, 10), + (70583, "462120", 1, 0, 10), + (70584, "462120", 1, 0, 10), + (70585, "462120", 1, 0, 10), + (70586, "462120", 1, 0, 10), + (70587, "462120", 1, 0, 10), + (70588, "463106", 1, 0, 10), + (70589, "463106", 1, 0, 10), + (70590, "463106", 1, 0, 10), + (70591, "463106", 1, 0, 10), + (70592, "463106", 1, 0, 10), + (70593, "463106", 1, 0, 10), + (70594, "462036", 1, 0, 10), + (70595, "462030", 1, 0, 10), + (70596, "462030", 1, 0, 10), + (70597, "462036", 1, 0, 10), + (70598, "462036", 1, 0, 10), + (70599, "462030", 1, 0, 10), + (70600, "462030", 1, 0, 10), + (70601, "462036", 1, 0, 10), + (70602, "462030", 1, 0, 10), + (70603, "462046", 1, 0, 10), + (70604, "462046", 1, 0, 10), + (70605, "462038", 1, 0, 10), + (70606, "462038", 1, 0, 10), + (70607, "462038", 1, 0, 10), + (70608, "462038", 1, 0, 10), + (70609, "462010", 1, 0, 10), + (70610, "462010", 1, 0, 10), + (70611, "462010", 1, 0, 10), + (70612, "462010", 1, 0, 10), + (70613, "463111", 1, 0, 10), + (70614, "463111", 1, 0, 10), + (70615, "463111", 1, 0, 10), + (70616, "463111", 1, 0, 10), + (70617, "463111", 1, 0, 10), + (70618, "463111", 1, 0, 10), + (70619, "463111", 1, 0, 10), + (70620, "462022", 1, 0, 10), + (70621, "462022", 1, 0, 10), + (70622, "462022", 1, 0, 10), + (70623, "462047", 1, 0, 10), + (70624, "462026", 1, 0, 10), + (70625, "462026", 1, 0, 10), + (70626, "462042", 1, 0, 10), + (70627, "462042", 1, 0, 10), + (70628, "462044", 1, 0, 10), + (70629, "462044", 1, 0, 10), + (70630, "462044", 1, 0, 10), + (70631, "462044", 1, 0, 10), + (70632, "462044", 1, 0, 10), + (70633, "444510", 1, 0, 26), + (70634, "444510", 1, 0, 26), + (70635, "444510", 1, 0, 26), + (70636, "444510", 1, 0, 26), + (70637, "444510", 1, 0, 26), + (70638, "444510", 1, 0, 26), + (70639, "444510", 1, 0, 26), + (70640, "444402", 1, 0, 26), + (70641, "444402", 1, 0, 26), + (70642, "444402", 1, 0, 26), + (70643, "444402", 1, 0, 26), + (70644, "444402", 1, 0, 26), + (70645, "444402", 1, 0, 26), + (70646, "444003", 1, 0, 26), + (70647, "444003", 1, 0, 26), + (70648, "444003", 1, 0, 26), + (70649, "444003", 1, 0, 26), + (70650, "444003", 1, 0, 26), + (70651, "444003", 1, 0, 26), + (70652, "444504", 1, 0, 26), + (70653, "444504", 1, 0, 26), + (70654, "444504", 1, 0, 26), + (70655, "444504", 1, 0, 26), + (70656, "444504", 1, 0, 26), + (70657, "444504", 1, 0, 26), + (70658, "444504", 1, 0, 26), + (70659, "444504", 1, 0, 26), + (70660, "444504", 1, 0, 26), + (70661, "444504", 1, 0, 26), + (70662, "444504", 1, 0, 26), + (70663, "444504", 1, 0, 26), + (70664, "444504", 1, 0, 26), + (70665, "444504", 1, 0, 26), + (70666, "444108", 1, 0, 26), + (70667, "444108", 1, 0, 26), + (70668, "444108", 1, 0, 26), + (70669, "444108", 1, 0, 26), + (70670, "444108", 1, 0, 26), + (70671, "444108", 1, 0, 26), + (70672, "444108", 1, 0, 26), + (70673, "444108", 1, 0, 26), + (70674, "444108", 1, 0, 26), + (70675, "444108", 1, 0, 26), + (70676, "444108", 1, 0, 26), + (70677, "444108", 1, 0, 26), + (70678, "444108", 1, 0, 26), + (70679, "444108", 1, 0, 26), + (70680, "444108", 1, 0, 26), + (70681, "444109", 1, 0, 26), + (70682, "444109", 1, 0, 26), + (70683, "444109", 1, 0, 26), + (70684, "444109", 1, 0, 26), + (70685, "444109", 1, 0, 26), + (70686, "444109", 1, 0, 26), + (70687, "444109", 1, 0, 26), + (70688, "444109", 1, 0, 26), + (70689, "444109", 1, 0, 26), + (70690, "444109", 1, 0, 26), + (70691, "444109", 1, 0, 26), + (70692, "444505", 1, 0, 26), + (70693, "444505", 1, 0, 26), + (70694, "444505", 1, 0, 26), + (70695, "444505", 1, 0, 26), + (70696, "444505", 1, 0, 26), + (70697, "444505", 1, 0, 26), + (70698, "444505", 1, 0, 26), + (70699, "444505", 1, 0, 26), + (70700, "444505", 1, 0, 26), + (70701, "444505", 1, 0, 26), + (70702, "444505", 1, 0, 26), + (70703, "444505", 1, 0, 26), + (70704, "444505", 1, 0, 26), + (70705, "444505", 1, 0, 26), + (70706, "444505", 1, 0, 26), + (70707, "444505", 1, 0, 26), + (70708, "444505", 1, 0, 26), + (70709, "444505", 1, 0, 26), + (70710, "444404", 1, 0, 26), + (70711, "444404", 1, 0, 26), + (70712, "444404", 1, 0, 26), + (70713, "444404", 1, 0, 26), + (70714, "444404", 1, 0, 26), + (70715, "444404", 1, 0, 26), + (70716, "414602", 1, 0, 26), + (70717, "414006", 1, 0, 26), + (70718, "413703", 1, 0, 26), + (70719, "414505", 1, 0, 26), + (70720, "413704", 1, 0, 26), + (70721, "414305", 1, 0, 26), + (70722, "414002", 1, 0, 26), + (70723, "414001", 1, 0, 26), + (70724, "414005", 1, 0, 26), + (70725, "414001", 1, 0, 26), + (70726, "414504", 1, 0, 26), + (70727, "413702", 1, 0, 26), + (70728, "414002", 1, 0, 26), + (70729, "414002", 1, 0, 26), + (70730, "414503", 1, 0, 26), + (70731, "414606", 1, 0, 26), + (70732, "414201", 1, 0, 26), + (70733, "414607", 1, 0, 26), + (70734, "414103", 1, 0, 26), + (70735, "413201", 1, 0, 26), + (70736, "414601", 1, 0, 26), + (70737, "414303", 1, 0, 26), + (70738, "414402", 1, 0, 26), + (70739, "414701", 1, 0, 26), + (70740, "414102", 1, 0, 26), + (70741, "413204", 1, 0, 26), + (70742, "414113", 1, 0, 26), + (70743, "413728", 1, 0, 26), + (70744, "414001", 1, 0, 26), + (70745, "414101", 1, 0, 26), + (70746, "414111", 1, 0, 26), + (70747, "414110", 1, 0, 26), + (70748, "414401", 1, 0, 26), + (70749, "414501", 1, 0, 26), + (70750, "413205", 1, 0, 26), + (70751, "414306", 1, 0, 26), + (70752, "414302", 1, 0, 26), + (70753, "414102", 1, 0, 26), + (70754, "414403", 1, 0, 26), + (70755, "414001", 1, 0, 26), + (70756, "414003", 1, 0, 26), + (70757, "414502", 1, 0, 26), + (70758, "413701", 1, 0, 26), + (70759, "413726", 1, 0, 26), + (70760, "414105", 1, 0, 26), + (70761, "414301", 1, 0, 26), + (70762, "414304", 1, 0, 26), + (70763, "414106", 1, 0, 26), + (70764, "444902", 1, 0, 26), + (70765, "444605", 1, 0, 26), + (70766, "444908", 1, 0, 26), + (70767, "444802", 1, 0, 26), + (70768, "444711", 1, 0, 26), + (70769, "444905", 1, 0, 26), + (70770, "444708", 1, 0, 26), + (70771, "444901", 1, 0, 26), + (70772, "444601", 1, 0, 26), + (70773, "444906", 1, 0, 26), + (70774, "444806", 1, 0, 26), + (70775, "444705", 1, 0, 26), + (70776, "444720", 1, 0, 26), + (70777, "444704", 1, 0, 26), + (70778, "444807", 1, 0, 26), + (70779, "444803", 1, 0, 26), + (70780, "444803", 1, 0, 26), + (70781, "444717", 1, 0, 26), + (70782, "444702", 1, 0, 26), + (70783, "444719", 1, 0, 26), + (70784, "444809", 1, 0, 26), + (70785, "444808", 1, 0, 26), + (70786, "444723", 1, 0, 26), + (70787, "444810", 1, 0, 26), + (70788, "444705", 1, 0, 26), + (70789, "444813", 1, 0, 26), + (70790, "444706", 1, 0, 26), + (70791, "444607", 1, 0, 26), + (70792, "444707", 1, 0, 26), + (70793, "444602", 1, 0, 26), + (70794, "444804", 1, 0, 26), + (70795, "444601", 1, 0, 26), + (70796, "444606", 1, 0, 26), + (70797, "444907", 1, 0, 26), + (70798, "444603", 1, 0, 26), + (70799, "444710", 1, 0, 26), + (70800, "444903", 1, 0, 26), + (70801, "444604", 1, 0, 26), + (70802, "444801", 1, 0, 26), + (70803, "444601", 1, 0, 26), + (70804, "444904", 1, 0, 26), + (70805, "444606", 1, 0, 26), + (70806, "444601", 1, 0, 26), + (70807, "444709", 1, 0, 26), + (70808, "444709", 1, 0, 26), + (70809, "444606", 1, 0, 26), + (70810, "425305", 1, 0, 26), + (70811, "425308", 1, 0, 26), + (70812, "425301", 1, 0, 26), + (70813, "425201", 1, 0, 26), + (70814, "425303", 1, 0, 26), + (70815, "425304", 1, 0, 26), + (70816, "425201", 1, 0, 26), + (70817, "425201", 1, 0, 26), + (70818, "425203", 1, 0, 26), + (70819, "425310", 1, 0, 26), + (70820, "425505", 1, 0, 26), + (70821, "425307", 1, 0, 26), + (70822, "425503", 1, 0, 26), + (70823, "425504", 1, 0, 26), + (70824, "425507", 1, 0, 26), + (70825, "425311", 1, 0, 26), + (70826, "425327", 1, 0, 26), + (70827, "425524", 1, 0, 26), + (70828, "425306", 1, 0, 26), + (70829, "425309", 1, 0, 26), + (70830, "425506", 1, 0, 26), + (70831, "425508", 1, 0, 26), + (70832, "425302", 1, 0, 26), + (70833, "425502", 1, 0, 26), + (70834, "425501", 1, 0, 26), + (70835, "444204", 1, 0, 26), + (70836, "444303", 1, 0, 26), + (70837, "443002", 1, 0, 26), + (70838, "443401", 1, 0, 26), + (70839, "443201", 1, 0, 26), + (70840, "443201", 1, 0, 26), + (70841, "443102", 1, 0, 26), + (70842, "443206", 1, 0, 26), + (70843, "443204", 1, 0, 26), + (70844, "443106", 1, 0, 26), + (70845, "443104", 1, 0, 26), + (70846, "443112", 1, 0, 26), + (70847, "443402", 1, 0, 26), + (70848, "443101", 1, 0, 26), + (70849, "443101", 1, 0, 26), + (70850, "443103", 1, 0, 26), + (70851, "443404", 1, 0, 26), + (70852, "443202", 1, 0, 26), + (70853, "443203", 1, 0, 26), + (70854, "443404", 1, 0, 26), + (70855, "444301", 1, 0, 26), + (70856, "443303", 1, 0, 26), + (70857, "443308", 1, 0, 26), + (70858, "443304", 1, 0, 26), + (70859, "444312", 1, 0, 26), + (70860, "443302", 1, 0, 26), + (70861, "444304", 1, 0, 26), + (70862, "443301", 1, 0, 26), + (70863, "444306", 1, 0, 26), + (70864, "444201", 1, 0, 26), + (70865, "443403", 1, 0, 26), + (70866, "444202", 1, 0, 26), + (70867, "444203", 1, 0, 26), + (70868, "442903", 1, 0, 26), + (70869, "441207", 1, 0, 26), + (70870, "442606", 1, 0, 26), + (70871, "442704", 1, 0, 26), + (70872, "442605", 1, 0, 26), + (70873, "442605", 1, 0, 26), + (70874, "442604", 1, 0, 26), + (70875, "442505", 1, 0, 26), + (70876, "442702", 1, 0, 26), + (70877, "442507", 1, 0, 26), + (70878, "442709", 1, 0, 26), + (70879, "441209", 1, 0, 26), + (70880, "442406", 1, 0, 26), + (70881, "441224", 1, 0, 26), + (70882, "441205", 1, 0, 26), + (70883, "442904", 1, 0, 26), + (70884, "442402", 1, 0, 26), + (70885, "441212", 1, 0, 26), + (70886, "442905", 1, 0, 26), + (70887, "441225", 1, 0, 26), + (70888, "442906", 1, 0, 26), + (70889, "442401", 1, 0, 26), + (70890, "442503", 1, 0, 26), + (70891, "441222", 1, 0, 26), + (70892, "442504", 1, 0, 26), + (70893, "441221", 1, 0, 26), + (70894, "442916", 1, 0, 26), + (70895, "441217", 1, 0, 26), + (70896, "442907", 1, 0, 26), + (70897, "442710", 1, 0, 26), + (70898, "442501", 1, 0, 26), + (70899, "441223", 1, 0, 26), + (70900, "441215", 1, 0, 26), + (70901, "442705", 1, 0, 26), + (70902, "442703", 1, 0, 26), + (70903, "442914", 1, 0, 26), + (70904, "441208", 1, 0, 26), + (70905, "442707", 1, 0, 26), + (70906, "442917", 1, 0, 26), + (70907, "442403", 1, 0, 26), + (70908, "442701", 1, 0, 26), + (70909, "442901", 1, 0, 26), + (70910, "441226", 1, 0, 26), + (70911, "442902", 1, 0, 26), + (70912, "441206", 1, 0, 26), + (70913, "442603", 1, 0, 26), + (70914, "442402", 1, 0, 26), + (70915, "442404", 1, 0, 26), + (70916, "442908", 1, 0, 26), + (70917, "442502", 1, 0, 26), + (70918, "425415", 1, 0, 26), + (70919, "425403", 1, 0, 26), + (70920, "425442", 1, 0, 26), + (70921, "425428", 1, 0, 26), + (70922, "425407", 1, 0, 26), + (70923, "425417", 1, 0, 26), + (70924, "425414", 1, 0, 26), + (70925, "424001", 1, 0, 26), + (70926, "424001", 1, 0, 26), + (70927, "424001", 1, 0, 26), + (70928, "424002", 1, 0, 26), + (70929, "424004", 1, 0, 26), + (70930, "424006", 1, 0, 26), + (70931, "424002", 1, 0, 26), + (70932, "424001", 1, 0, 26), + (70933, "424005", 1, 0, 26), + (70934, "425408", 1, 0, 26), + (70935, "424301", 1, 0, 26), + (70936, "424307", 1, 0, 26), + (70937, "424310", 1, 0, 26), + (70938, "425416", 1, 0, 26), + (70939, "425419", 1, 0, 26), + (70940, "424302", 1, 0, 26), + (70941, "425444", 1, 0, 26), + (70942, "425405", 1, 0, 26), + (70943, "425432", 1, 0, 26), + (70944, "424311", 1, 0, 26), + (70945, "425452", 1, 0, 26), + (70946, "425412", 1, 0, 26), + (70947, "425404", 1, 0, 26), + (70948, "424318", 1, 0, 26), + (70949, "425418", 1, 0, 26), + (70950, "424303", 1, 0, 26), + (70951, "424305", 1, 0, 26), + (70952, "424306", 1, 0, 26), + (70953, "425422", 1, 0, 26), + (70954, "425424", 1, 0, 26), + (70955, "425411", 1, 0, 26), + (70956, "424304", 1, 0, 26), + (70957, "425410", 1, 0, 26), + (70958, "424002", 1, 0, 26), + (70959, "425412", 1, 0, 26), + (70960, "425412", 1, 0, 26), + (70961, "425409", 1, 0, 26), + (70962, "425409", 1, 0, 26), + (70963, "425405", 1, 0, 26), + (70964, "424308", 1, 0, 26), + (70965, "425406", 1, 0, 26), + (70966, "424309", 1, 0, 26), + (70967, "425413", 1, 0, 26), + (70968, "425421", 1, 0, 26), + (70969, "425405", 1, 0, 26), + (70970, "425423", 1, 0, 26), + (70971, "425427", 1, 0, 26), + (70972, "425426", 1, 0, 26), + (70973, "425003", 1, 0, 26), + (70974, "425001", 1, 0, 26), + (70975, "425001", 1, 0, 26), + (70976, "425001", 1, 0, 26), + (70977, "425002", 1, 0, 26), + (70978, "425001", 1, 0, 26), + (70979, "425001", 1, 0, 26), + (70980, "425001", 1, 0, 26), + (70981, "425004", 1, 0, 26), + (70982, "425401", 1, 0, 26), + (70983, "425401", 1, 0, 26), + (70984, "425420", 1, 0, 26), + (70985, "425101", 1, 0, 26), + (70986, "425102", 1, 0, 26), + (70987, "425105", 1, 0, 26), + (70988, "425402", 1, 0, 26), + (70989, "425116", 1, 0, 26), + (70990, "425115", 1, 0, 26), + (70991, "425103", 1, 0, 26), + (70992, "425104", 1, 0, 26), + (70993, "424101", 1, 0, 26), + (70994, "425113", 1, 0, 26), + (70995, "424105", 1, 0, 26), + (70996, "424101", 1, 0, 26), + (70997, "424101", 1, 0, 26), + (70998, "425112", 1, 0, 26), + (70999, "425109", 1, 0, 26), + (71000, "424108", 1, 0, 26), + (71001, "424103", 1, 0, 26), + (71002, "425110", 1, 0, 26), + (71003, "424107", 1, 0, 26), + (71004, "424106", 1, 0, 26), + (71005, "424104", 1, 0, 26), + (71006, "424201", 1, 0, 26), + (71007, "425111", 1, 0, 26), + (71008, "424102", 1, 0, 26), + (71009, "424203", 1, 0, 26), + (71010, "424202", 1, 0, 26), + (71011, "416207", 1, 0, 26), + (71012, "416210", 1, 0, 26), + (71013, "416216", 1, 0, 26), + (71014, "416218", 1, 0, 26), + (71015, "416507", 1, 0, 26), + (71016, "416006", 1, 0, 26), + (71017, "416526", 1, 0, 26), + (71018, "416508", 1, 0, 26), + (71019, "416204", 1, 0, 26), + (71020, "416503", 1, 0, 26), + (71021, "415101", 1, 0, 26), + (71022, "416223", 1, 0, 26), + (71023, "416219", 1, 0, 26), + (71024, "416505", 1, 0, 26), + (71025, "416229", 1, 0, 26), + (71026, "416213", 1, 0, 26), + (71027, "416208", 1, 0, 26), + (71028, "416509", 1, 0, 26), + (71029, "416552", 1, 0, 26), + (71030, "416501", 1, 0, 26), + (71031, "416502", 1, 0, 26), + (71032, "416502", 1, 0, 26), + (71033, "416502", 1, 0, 26), + (71034, "416206", 1, 0, 26), + (71035, "416119", 1, 0, 26), + (71036, "416209", 1, 0, 26), + (71037, "416506", 1, 0, 26), + (71038, "416203", 1, 0, 26), + (71039, "416234", 1, 0, 26), + (71040, "416122", 1, 0, 26), + (71041, "416504", 1, 0, 26), + (71042, "416551", 1, 0, 26), + (71043, "416201", 1, 0, 26), + (71044, "416202", 1, 0, 26), + (71045, "416118", 1, 0, 26), + (71046, "416235", 1, 0, 26), + (71047, "416214", 1, 0, 26), + (71048, "416215", 1, 0, 26), + (71049, "416232", 1, 0, 26), + (71050, "416527", 1, 0, 26), + (71051, "416220", 1, 0, 26), + (71052, "416221", 1, 0, 26), + (71053, "416012", 1, 0, 26), + (71054, "416002", 1, 0, 26), + (71055, "416231", 1, 0, 26), + (71056, "416005", 1, 0, 26), + (71057, "416007", 1, 0, 26), + (71058, "416205", 1, 0, 26), + (71059, "416002", 1, 0, 26), + (71060, "416001", 1, 0, 26), + (71061, "416230", 1, 0, 26), + (71062, "416012", 1, 0, 26), + (71063, "416211", 1, 0, 26), + (71064, "416010", 1, 0, 26), + (71065, "416008", 1, 0, 26), + (71066, "416212", 1, 0, 26), + (71067, "416008", 1, 0, 26), + (71068, "416012", 1, 0, 26), + (71069, "416013", 1, 0, 26), + (71070, "416005", 1, 0, 26), + (71071, "416001", 1, 0, 26), + (71072, "416002", 1, 0, 26), + (71073, "416012", 1, 0, 26), + (71074, "416004", 1, 0, 26), + (71075, "416008", 1, 0, 26), + (71076, "416002", 1, 0, 26), + (71077, "416144", 1, 0, 26), + (71078, "416110", 1, 0, 26), + (71079, "416120", 1, 0, 26), + (71080, "416107", 1, 0, 26), + (71081, "416105", 1, 0, 26), + (71082, "416109", 1, 0, 26), + (71083, "416116", 1, 0, 26), + (71084, "416115", 1, 0, 26), + (71085, "416115", 1, 0, 26), + (71086, "416011", 1, 0, 26), + (71087, "416115", 1, 0, 26), + (71088, "416143", 1, 0, 26), + (71089, "416115", 1, 0, 26), + (71090, "416101", 1, 0, 26), + (71091, "416114", 1, 0, 26), + (71092, "416111", 1, 0, 26), + (71093, "416106", 1, 0, 26), + (71094, "416102", 1, 0, 26), + (71095, "416104", 1, 0, 26), + (71096, "416146", 1, 0, 26), + (71097, "416121", 1, 0, 26), + (71098, "416103", 1, 0, 26), + (71099, "416108", 1, 0, 26), + (71100, "416112", 1, 0, 26), + (71101, "416113", 1, 0, 26), + (71102, "423502", 1, 0, 26), + (71103, "423402", 1, 0, 26), + (71104, "423101", 1, 0, 26), + (71105, "423201", 1, 0, 26), + (71106, "423102", 1, 0, 26), + (71107, "423202", 1, 0, 26), + (71108, "423303", 1, 0, 26), + (71109, "422308", 1, 0, 26), + (71110, "423501", 1, 0, 26), + (71111, "422205", 1, 0, 26), + (71112, "423213", 1, 0, 26), + (71113, "422306", 1, 0, 26), + (71114, "423105", 1, 0, 26), + (71115, "423203", 1, 0, 26), + (71116, "423203", 1, 0, 26), + (71117, "423203", 1, 0, 26), + (71118, "423203", 1, 0, 26), + (71119, "423104", 1, 0, 26), + (71120, "423104", 1, 0, 26), + (71121, "423403", 1, 0, 26), + (71122, "423204", 1, 0, 26), + (71123, "423106", 1, 0, 26), + (71124, "424109", 1, 0, 26), + (71125, "423212", 1, 0, 26), + (71126, "422303", 1, 0, 26), + (71127, "422209", 1, 0, 26), + (71128, "423108", 1, 0, 26), + (71129, "423301", 1, 0, 26), + (71130, "423301", 1, 0, 26), + (71131, "423208", 1, 0, 26), + (71132, "423302", 1, 0, 26), + (71133, "422304", 1, 0, 26), + (71134, "423110", 1, 0, 26), + (71135, "423117", 1, 0, 26), + (71136, "423111", 1, 0, 26), + (71137, "423206", 1, 0, 26), + (71138, "422305", 1, 0, 26), + (71139, "423401", 1, 0, 26), + (71140, "423401", 1, 0, 26), + (71141, "423205", 1, 0, 26), + (71142, "440013", 1, 0, 26), + (71143, "440025", 1, 0, 26), + (71144, "440010", 1, 0, 26), + (71145, "440022", 1, 0, 26), + (71146, "440030", 1, 0, 26), + (71147, "440001", 1, 0, 26), + (71148, "440030", 1, 0, 26), + (71149, "440020", 1, 0, 26), + (71150, "440012", 1, 0, 26), + (71151, "440012", 1, 0, 26), + (71152, "440022", 1, 0, 26), + (71153, "440001", 1, 0, 26), + (71154, "440001", 1, 0, 26), + (71155, "440015", 1, 0, 26), + (71156, "440006", 1, 0, 26), + (71157, "440010", 1, 0, 26), + (71158, "440022", 1, 0, 26), + (71159, "440012", 1, 0, 26), + (71160, "440022", 1, 0, 26), + (71161, "440025", 1, 0, 26), + (71162, "440033", 1, 0, 26), + (71163, "440007", 1, 0, 26), + (71164, "440015", 1, 0, 26), + (71165, "440010", 1, 0, 26), + (71166, "440015", 1, 0, 26), + (71167, "440003", 1, 0, 26), + (71168, "440024", 1, 0, 26), + (71169, "440008", 1, 0, 26), + (71170, "440017", 1, 0, 26), + (71171, "440018", 1, 0, 26), + (71172, "440024", 1, 0, 26), + (71173, "440003", 1, 0, 26), + (71174, "440014", 1, 0, 26), + (71175, "440035", 1, 0, 26), + (71176, "440032", 1, 0, 26), + (71177, "440018", 1, 0, 26), + (71178, "440024", 1, 0, 26), + (71179, "440024", 1, 0, 26), + (71180, "440003", 1, 0, 26), + (71181, "440034", 1, 0, 26), + (71182, "440018", 1, 0, 26), + (71183, "440024", 1, 0, 26), + (71184, "440002", 1, 0, 26), + (71185, "440027", 1, 0, 26), + (71186, "440017", 1, 0, 26), + (71187, "440024", 1, 0, 26), + (71188, "440026", 1, 0, 26), + (71189, "440027", 1, 0, 26), + (71190, "440010", 1, 0, 26), + (71191, "440005", 1, 0, 26), + (71192, "440014", 1, 0, 26), + (71193, "440013", 1, 0, 26), + (71194, "440001", 1, 0, 26), + (71195, "440012", 1, 0, 26), + (71196, "440001", 1, 0, 26), + (71197, "440019", 1, 0, 26), + (71198, "440012", 1, 0, 26), + (71199, "440010", 1, 0, 26), + (71200, "440010", 1, 0, 26), + (71201, "440012", 1, 0, 26), + (71202, "440001", 1, 0, 26), + (71203, "441701", 1, 0, 26), + (71204, "441901", 1, 0, 26), + (71205, "441601", 1, 0, 26), + (71206, "441614", 1, 0, 26), + (71207, "441801", 1, 0, 26), + (71208, "441702", 1, 0, 26), + (71209, "441807", 1, 0, 26), + (71210, "441916", 1, 0, 26), + (71211, "441806", 1, 0, 26), + (71212, "441911", 1, 0, 26), + (71213, "441201", 1, 0, 26), + (71214, "441301", 1, 0, 26), + (71215, "441501", 1, 0, 26), + (71216, "441404", 1, 0, 26), + (71217, "441102", 1, 0, 26), + (71218, "441401", 1, 0, 26), + (71219, "441302", 1, 0, 26), + (71220, "440021", 1, 0, 26), + (71221, "441108", 1, 0, 26), + (71222, "440023", 1, 0, 26), + (71223, "441110", 1, 0, 26), + (71224, "440016", 1, 0, 26), + (71225, "440016", 1, 0, 26), + (71226, "440023", 1, 0, 26), + (71227, "441122", 1, 0, 26), + (71228, "441101", 1, 0, 26), + (71229, "441112", 1, 0, 26), + (71230, "441103", 1, 0, 26), + (71231, "441111", 1, 0, 26), + (71232, "441202", 1, 0, 26), + (71233, "441210", 1, 0, 26), + (71234, "441501", 1, 0, 26), + (71235, "441303", 1, 0, 26), + (71236, "441104", 1, 0, 26), + (71237, "441502", 1, 0, 26), + (71238, "441304", 1, 0, 26), + (71239, "441305", 1, 0, 26), + (71240, "441105", 1, 0, 26), + (71241, "441113", 1, 0, 26), + (71242, "441106", 1, 0, 26), + (71243, "441107", 1, 0, 26), + (71244, "441306", 1, 0, 26), + (71245, "441109", 1, 0, 26), + (71246, "441214", 1, 0, 26), + (71247, "441203", 1, 0, 26), + (71248, "441203", 1, 0, 26), + (71249, "441204", 1, 0, 26), + (71250, "441905", 1, 0, 26), + (71251, "441904", 1, 0, 26), + (71252, "441805", 1, 0, 26), + (71253, "441907", 1, 0, 26), + (71254, "441908", 1, 0, 26), + (71255, "441803", 1, 0, 26), + (71256, "441804", 1, 0, 26), + (71257, "441909", 1, 0, 26), + (71258, "441903", 1, 0, 26), + (71259, "441914", 1, 0, 26), + (71260, "441906", 1, 0, 26), + (71261, "441924", 1, 0, 26), + (71262, "441910", 1, 0, 26), + (71263, "441809", 1, 0, 26), + (71264, "441802", 1, 0, 26), + (71265, "441915", 1, 0, 26), + (71266, "441912", 1, 0, 26), + (71267, "441913", 1, 0, 26), + (71268, "441902", 1, 0, 26), + (71269, "431709", 1, 0, 26), + (71270, "431601", 1, 0, 26), + (71271, "431602", 1, 0, 26), + (71272, "431743", 1, 0, 26), + (71273, "431707", 1, 0, 26), + (71274, "431605", 1, 0, 26), + (71275, "431736", 1, 0, 26), + (71276, "431723", 1, 0, 26), + (71277, "431731", 1, 0, 26), + (71278, "431601", 1, 0, 26), + (71279, "431606", 1, 0, 26), + (71280, "431713", 1, 0, 26), + (71281, "431605", 1, 0, 26), + (71282, "431807", 1, 0, 26), + (71283, "431602", 1, 0, 26), + (71284, "431704", 1, 0, 26), + (71285, "431605", 1, 0, 26), + (71286, "431745", 1, 0, 26), + (71287, "431746", 1, 0, 26), + (71288, "431801", 1, 0, 26), + (71289, "431710", 1, 0, 26), + (71290, "431810", 1, 0, 26), + (71291, "431604", 1, 0, 26), + (71292, "431603", 1, 0, 26), + (71293, "431717", 1, 0, 26), + (71294, "431717", 1, 0, 26), + (71295, "431809", 1, 0, 26), + (71296, "431712", 1, 0, 26), + (71297, "431722", 1, 0, 26), + (71298, "431811", 1, 0, 26), + (71299, "431741", 1, 0, 26), + (71300, "431802", 1, 0, 26), + (71301, "431803", 1, 0, 26), + (71302, "431604", 1, 0, 26), + (71303, "431716", 1, 0, 26), + (71304, "431808", 1, 0, 26), + (71305, "431718", 1, 0, 26), + (71306, "431714", 1, 0, 26), + (71307, "431804", 1, 0, 26), + (71308, "431604", 1, 0, 26), + (71309, "431711", 1, 0, 26), + (71310, "431742", 1, 0, 26), + (71311, "431708", 1, 0, 26), + (71312, "431721", 1, 0, 26), + (71313, "431805", 1, 0, 26), + (71314, "431601", 1, 0, 26), + (71315, "431806", 1, 0, 26), + (71316, "431715", 1, 0, 26), + (71317, "431719", 1, 0, 26), + (71318, "422203", 1, 0, 26), + (71319, "422214", 1, 0, 26), + (71320, "422402", 1, 0, 26), + (71321, "422403", 1, 0, 26), + (71322, "422208", 1, 0, 26), + (71323, "422212", 1, 0, 26), + (71324, "422204", 1, 0, 26), + (71325, "422211", 1, 0, 26), + (71326, "422103", 1, 0, 26), + (71327, "422113", 1, 0, 26), + (71328, "422112", 1, 0, 26), + (71329, "422606", 1, 0, 26), + (71330, "422104", 1, 0, 26), + (71331, "422206", 1, 0, 26), + (71332, "422221", 1, 0, 26), + (71333, "422207", 1, 0, 26), + (71334, "422201", 1, 0, 26), + (71335, "422210", 1, 0, 26), + (71336, "422301", 1, 0, 26), + (71337, "422302", 1, 0, 26), + (71338, "422202", 1, 0, 26), + (71339, "422215", 1, 0, 26), + (71340, "422001", 1, 0, 26), + (71341, "422001", 1, 0, 26), + (71342, "422001", 1, 0, 26), + (71343, "422006", 1, 0, 26), + (71344, "422002", 1, 0, 26), + (71345, "422002", 1, 0, 26), + (71346, "422003", 1, 0, 26), + (71347, "422003", 1, 0, 26), + (71348, "422004", 1, 0, 26), + (71349, "422005", 1, 0, 26), + (71350, "422007", 1, 0, 26), + (71351, "422012", 1, 0, 26), + (71352, "422008", 1, 0, 26), + (71353, "422009", 1, 0, 26), + (71354, "422010", 1, 0, 26), + (71355, "422011", 1, 0, 26), + (71356, "422213", 1, 0, 26), + (71357, "422013", 1, 0, 26), + (71358, "422222", 1, 0, 26), + (71359, "422502", 1, 0, 26), + (71360, "422401", 1, 0, 26), + (71361, "422401", 1, 0, 26), + (71362, "422501", 1, 0, 26), + (71363, "422101", 1, 0, 26), + (71364, "422101", 1, 0, 26), + (71365, "422101", 1, 0, 26), + (71366, "422102", 1, 0, 26), + (71367, "422105", 1, 0, 26), + (71368, "422006", 1, 0, 26), + (71369, "400708", 1, 0, 26), + (71370, "400614", 1, 0, 26), + (71371, "400614", 1, 0, 26), + (71372, "400701", 1, 0, 26), + (71373, "400614", 1, 0, 26), + (71374, "400709", 1, 0, 26), + (71375, "400703", 1, 0, 26), + (71376, "400706", 1, 0, 26), + (71377, "400706", 1, 0, 26), + (71378, "400703", 1, 0, 26), + (71379, "400703", 1, 0, 26), + (71380, "400703", 1, 0, 26), + (71381, "400703", 1, 0, 26), + (71382, "400703", 1, 0, 26), + (71383, "400710", 1, 0, 26), + (71384, "400706", 1, 0, 26), + (71385, "400703", 1, 0, 26), + (71386, "400707", 1, 0, 26), + (71387, "410216", 1, 0, 26), + (71388, "410218", 1, 0, 26), + (71389, "410201", 1, 0, 26), + (71390, "410202", 1, 0, 26), + (71391, "410210", 1, 0, 26), + (71392, "410203", 1, 0, 26), + (71393, "410204", 1, 0, 26), + (71394, "410102", 1, 0, 26), + (71395, "410222", 1, 0, 26), + (71396, "400704", 1, 0, 26), + (71397, "410101", 1, 0, 26), + (71398, "410221", 1, 0, 26), + (71399, "410206", 1, 0, 26), + (71400, "410220", 1, 0, 26), + (71401, "410207", 1, 0, 26), + (71402, "410203", 1, 0, 26), + (71403, "410208", 1, 0, 26), + (71404, "400702", 1, 0, 26), + (71405, "413515", 1, 0, 26), + (71406, "413522", 1, 0, 26), + (71407, "413520", 1, 0, 26), + (71408, "413511", 1, 0, 26), + (71409, "413513", 1, 0, 26), + (71410, "413519", 1, 0, 26), + (71411, "413512", 1, 0, 26), + (71412, "413581", 1, 0, 26), + (71413, "413532", 1, 0, 26), + (71414, "413607", 1, 0, 26), + (71415, "413516", 1, 0, 26), + (71416, "413523", 1, 0, 26), + (71417, "413512", 1, 0, 26), + (71418, "413512", 1, 0, 26), + (71419, "413512", 1, 0, 26), + (71420, "413531", 1, 0, 26), + (71421, "413510", 1, 0, 26), + (71422, "413524", 1, 0, 26), + (71423, "413521", 1, 0, 26), + (71424, "413530", 1, 0, 26), + (71425, "431522", 1, 0, 26), + (71426, "413527", 1, 0, 26), + (71427, "413531", 1, 0, 26), + (71428, "413544", 1, 0, 26), + (71429, "413514", 1, 0, 26), + (71430, "413531", 1, 0, 26), + (71431, "413517", 1, 0, 26), + (71432, "413517", 1, 0, 26), + (71433, "413518", 1, 0, 26), + (71434, "413529", 1, 0, 26), + (71435, "431507", 1, 0, 26), + (71436, "431504", 1, 0, 26), + (71437, "431502", 1, 0, 26), + (71438, "431508", 1, 0, 26), + (71439, "431521", 1, 0, 26), + (71440, "431514", 1, 0, 26), + (71441, "431509", 1, 0, 26), + (71442, "431401", 1, 0, 26), + (71443, "431505", 1, 0, 26), + (71444, "431402", 1, 0, 26), + (71445, "431401", 1, 0, 26), + (71446, "431720", 1, 0, 26), + (71447, "431401", 1, 0, 26), + (71448, "431506", 1, 0, 26), + (71449, "431537", 1, 0, 26), + (71450, "431511", 1, 0, 26), + (71451, "431536", 1, 0, 26), + (71452, "431541", 1, 0, 26), + (71453, "431503", 1, 0, 26), + (71454, "431503", 1, 0, 26), + (71455, "431516", 1, 0, 26), + (71456, "431401", 1, 0, 26), + (71457, "431401", 1, 0, 26), + (71458, "431510", 1, 0, 26), + (71459, "431540", 1, 0, 26), + (71460, "431701", 1, 0, 26), + (71461, "431705", 1, 0, 26), + (71462, "431512", 1, 0, 26), + (71463, "431512", 1, 0, 26), + (71464, "431703", 1, 0, 26), + (71465, "431513", 1, 0, 26), + (71466, "431702", 1, 0, 26), + (71467, "431513", 1, 0, 26), + (71468, "431542", 1, 0, 26), + (71469, "413801", 1, 0, 26), + (71470, "410507", 1, 0, 26), + (71471, "413132", 1, 0, 26), + (71472, "412206", 1, 0, 26), + (71473, "410502", 1, 0, 26), + (71474, "410401", 1, 0, 26), + (71475, "412208", 1, 0, 26), + (71476, "412212", 1, 0, 26), + (71477, "410405", 1, 0, 26), + (71478, "412303", 1, 0, 26), + (71479, "412306", 1, 0, 26), + (71480, "413104", 1, 0, 26), + (71481, "412305", 1, 0, 26), + (71482, "412210", 1, 0, 26), + (71483, "410501", 1, 0, 26), + (71484, "412214", 1, 0, 26), + (71485, "412219", 1, 0, 26), + (71486, "412205", 1, 0, 26), + (71487, "413106", 1, 0, 26), + (71488, "412301", 1, 0, 26), + (71489, "412107", 1, 0, 26), + (71490, "413116", 1, 0, 26), + (71491, "412209", 1, 0, 26), + (71492, "412412", 1, 0, 26), + (71493, "412201", 1, 0, 26), + (71494, "412220", 1, 0, 26), + (71495, "412403", 1, 0, 26), + (71496, "410508", 1, 0, 26), + (71497, "412216", 1, 0, 26), + (71498, "412211", 1, 0, 26), + (71499, "413120", 1, 0, 26), + (71500, "412215", 1, 0, 26), + (71501, "412405", 1, 0, 26), + (71502, "412308", 1, 0, 26), + (71503, "412404", 1, 0, 26), + (71504, "410402", 1, 0, 26), + (71505, "412218", 1, 0, 26), + (71506, "413130", 1, 0, 26), + (71507, "412109", 1, 0, 26), + (71508, "410406", 1, 0, 26), + (71509, "412101", 1, 0, 26), + (71510, "410403", 1, 0, 26), + (71511, "412203", 1, 0, 26), + (71512, "410301", 1, 0, 26), + (71513, "410503", 1, 0, 26), + (71514, "410504", 1, 0, 26), + (71515, "412213", 1, 0, 26), + (71516, "412409", 1, 0, 26), + (71517, "413110", 1, 0, 26), + (71518, "412108", 1, 0, 26), + (71519, "410302", 1, 0, 26), + (71520, "410506", 1, 0, 26), + (71521, "412207", 1, 0, 26), + (71522, "413114", 1, 0, 26), + (71523, "412101", 1, 0, 26), + (71524, "413106", 1, 0, 26), + (71525, "410401", 1, 0, 26), + (71526, "410506", 1, 0, 26), + (71527, "412101", 1, 0, 26), + (71528, "412301", 1, 0, 26), + (71529, "413801", 1, 0, 26), + (71530, "412411", 1, 0, 26), + (71531, "412105", 1, 0, 26), + (71532, "413103", 1, 0, 26), + (71533, "413105", 1, 0, 26), + (71534, "413133", 1, 0, 26), + (71535, "412307", 1, 0, 26), + (71536, "412410", 1, 0, 26), + (71537, "412401", 1, 0, 26), + (71538, "410515", 1, 0, 26), + (71539, "412408", 1, 0, 26), + (71540, "412106", 1, 0, 26), + (71541, "410510", 1, 0, 26), + (71542, "412304", 1, 0, 26), + (71543, "410512", 1, 0, 26), + (71544, "412311", 1, 0, 26), + (71545, "412312", 1, 0, 26), + (71546, "412402", 1, 0, 26), + (71547, "410511", 1, 0, 26), + (71548, "412204", 1, 0, 26), + (71549, "412110", 1, 0, 26), + (71550, "412406", 1, 0, 26), + (71551, "412202", 1, 0, 26), + (71552, "410509", 1, 0, 26), + (71553, "413802", 1, 0, 26), + (71554, "412102", 1, 0, 26), + (71555, "410516", 1, 0, 26), + (71556, "410513", 1, 0, 26), + (71557, "410505", 1, 0, 26), + (71558, "412103", 1, 0, 26), + (71559, "413115", 1, 0, 26), + (71560, "412104", 1, 0, 26), + (71561, "411051", 1, 0, 26), + (71562, "411021", 1, 0, 26), + (71563, "411007", 1, 0, 26), + (71564, "411004", 1, 0, 26), + (71565, "411002", 1, 0, 26), + (71566, "411042", 1, 0, 26), + (71567, "411008", 1, 0, 26), + (71568, "411020", 1, 0, 26), + (71569, "411005", 1, 0, 26), + (71570, "411004", 1, 0, 26), + (71571, "411043", 1, 0, 26), + (71572, "411038", 1, 0, 26), + (71573, "411004", 1, 0, 26), + (71574, "411007", 1, 0, 26), + (71575, "411042", 1, 0, 26), + (71576, "411016", 1, 0, 26), + (71577, "411042", 1, 0, 26), + (71578, "411024", 1, 0, 26), + (71579, "411052", 1, 0, 26), + (71580, "411011", 1, 0, 26), + (71581, "411046", 1, 0, 26), + (71582, "411038", 1, 0, 26), + (71583, "411030", 1, 0, 26), + (71584, "411011", 1, 0, 26), + (71585, "411023", 1, 0, 26), + (71586, "411002", 1, 0, 26), + (71587, "411030", 1, 0, 26), + (71588, "411008", 1, 0, 26), + (71589, "411045", 1, 0, 26), + (71590, "411016", 1, 0, 26), + (71591, "411052", 1, 0, 26), + (71592, "411009", 1, 0, 26), + (71593, "411009", 1, 0, 26), + (71594, "411020", 1, 0, 26), + (71595, "411030", 1, 0, 26), + (71596, "411011", 1, 0, 26), + (71597, "411002", 1, 0, 26), + (71598, "411030", 1, 0, 26), + (71599, "411030", 1, 0, 26), + (71600, "411030", 1, 0, 26), + (71601, "411005", 1, 0, 26), + (71602, "411002", 1, 0, 26), + (71603, "411016", 1, 0, 26), + (71604, "411042", 1, 0, 26), + (71605, "411042", 1, 0, 26), + (71606, "411041", 1, 0, 26), + (71607, "411058", 1, 0, 26), + (71608, "402101", 1, 0, 26), + (71609, "402114", 1, 0, 26), + (71610, "402302", 1, 0, 26), + (71611, "402308", 1, 0, 26), + (71612, "402403", 1, 0, 26), + (71613, "402203", 1, 0, 26), + (71614, "415213", 1, 0, 26), + (71615, "402102", 1, 0, 26), + (71616, "402404", 1, 0, 26), + (71617, "402402", 1, 0, 26), + (71618, "402103", 1, 0, 26), + (71619, "402401", 1, 0, 26), + (71620, "402304", 1, 0, 26), + (71621, "402209", 1, 0, 26), + (71622, "402301", 1, 0, 26), + (71623, "402309", 1, 0, 26), + (71624, "402104", 1, 0, 26), + (71625, "402105", 1, 0, 26), + (71626, "402117", 1, 0, 26), + (71627, "402204", 1, 0, 26), + (71628, "402106", 1, 0, 26), + (71629, "402305", 1, 0, 26), + (71630, "402301", 1, 0, 26), + (71631, "402120", 1, 0, 26), + (71632, "410205", 1, 0, 26), + (71633, "402107", 1, 0, 26), + (71634, "402125", 1, 0, 26), + (71635, "402126", 1, 0, 26), + (71636, "402303", 1, 0, 26), + (71637, "402108", 1, 0, 26), + (71638, "402202", 1, 0, 26), + (71639, "402109", 1, 0, 26), + (71640, "402116", 1, 0, 26), + (71641, "402208", 1, 0, 26), + (71642, "402122", 1, 0, 26), + (71643, "402301", 1, 0, 26), + (71644, "402110", 1, 0, 26), + (71645, "402111", 1, 0, 26), + (71646, "402112", 1, 0, 26), + (71647, "402207", 1, 0, 26), + (71648, "402115", 1, 0, 26), + (71649, "402306", 1, 0, 26), + (71650, "402307", 1, 0, 26), + (71651, "402113", 1, 0, 26), + (71652, "415605", 1, 0, 26), + (71653, "415607", 1, 0, 26), + (71654, "415641", 1, 0, 26), + (71655, "415716", 1, 0, 26), + (71656, "415214", 1, 0, 26), + (71657, "415601", 1, 0, 26), + (71658, "415701", 1, 0, 26), + (71659, "415606", 1, 0, 26), + (71660, "415628", 1, 0, 26), + (71661, "415602", 1, 0, 26), + (71662, "415724", 1, 0, 26), + (71663, "415719", 1, 0, 26), + (71664, "415711", 1, 0, 26), + (71665, "415729", 1, 0, 26), + (71666, "415208", 1, 0, 26), + (71667, "416707", 1, 0, 26), + (71668, "415637", 1, 0, 26), + (71669, "416713", 1, 0, 26), + (71670, "416712", 1, 0, 26), + (71671, "415807", 1, 0, 26), + (71672, "415804", 1, 0, 26), + (71673, "415626", 1, 0, 26), + (71674, "415619", 1, 0, 26), + (71675, "415614", 1, 0, 26), + (71676, "415805", 1, 0, 26), + (71677, "415609", 1, 0, 26), + (71678, "415610", 1, 0, 26), + (71679, "415620", 1, 0, 26), + (71680, "415617", 1, 0, 26), + (71681, "416701", 1, 0, 26), + (71682, "415639", 1, 0, 26), + (71683, "415615", 1, 0, 26), + (71684, "415806", 1, 0, 26), + (71685, "416705", 1, 0, 26), + (71686, "416704", 1, 0, 26), + (71687, "415803", 1, 0, 26), + (71688, "415616", 1, 0, 26), + (71689, "416702", 1, 0, 26), + (71690, "415612", 1, 0, 26), + (71691, "416709", 1, 0, 26), + (71692, "415613", 1, 0, 26), + (71693, "415801", 1, 0, 26), + (71694, "415611", 1, 0, 26), + (71695, "415802", 1, 0, 26), + (71696, "415629", 1, 0, 26), + (71697, "415639", 1, 0, 26), + (71698, "415612", 1, 0, 26), + (71699, "415643", 1, 0, 26), + (71700, "415726", 1, 0, 26), + (71701, "415705", 1, 0, 26), + (71702, "415603", 1, 0, 26), + (71703, "415730", 1, 0, 26), + (71704, "415714", 1, 0, 26), + (71705, "415621", 1, 0, 26), + (71706, "415720", 1, 0, 26), + (71707, "415706", 1, 0, 26), + (71708, "415712", 1, 0, 26), + (71709, "415718", 1, 0, 26), + (71710, "415710", 1, 0, 26), + (71711, "415703", 1, 0, 26), + (71712, "415713", 1, 0, 26), + (71713, "415728", 1, 0, 26), + (71714, "415727", 1, 0, 26), + (71715, "415717", 1, 0, 26), + (71716, "415640", 1, 0, 26), + (71717, "415709", 1, 0, 26), + (71718, "415709", 1, 0, 26), + (71719, "415604", 1, 0, 26), + (71720, "415715", 1, 0, 26), + (71721, "415202", 1, 0, 26), + (71722, "415708", 1, 0, 26), + (71723, "415722", 1, 0, 26), + (71724, "415608", 1, 0, 26), + (71725, "415203", 1, 0, 26), + (71726, "415702", 1, 0, 26), + (71727, "415537", 1, 0, 26), + (71728, "415020", 1, 0, 26), + (71729, "415019", 1, 0, 26), + (71730, "415518", 1, 0, 26), + (71731, "412804", 1, 0, 26), + (71732, "415515", 1, 0, 26), + (71733, "415503", 1, 0, 26), + (71734, "415002", 1, 0, 26), + (71735, "415504", 1, 0, 26), + (71736, "415516", 1, 0, 26), + (71737, "415536", 1, 0, 26), + (71738, "412802", 1, 0, 26), + (71739, "415505", 1, 0, 26), + (71740, "415021", 1, 0, 26), + (71741, "415530", 1, 0, 26), + (71742, "415501", 1, 0, 26), + (71743, "415501", 1, 0, 26), + (71744, "415514", 1, 0, 26), + (71745, "415527", 1, 0, 26), + (71746, "415015", 1, 0, 26), + (71747, "415521", 1, 0, 26), + (71748, "412806", 1, 0, 26), + (71749, "415023", 1, 0, 26), + (71750, "415002", 1, 0, 26), + (71751, "415523", 1, 0, 26), + (71752, "415012", 1, 0, 26), + (71753, "415004", 1, 0, 26), + (71754, "415519", 1, 0, 26), + (71755, "415513", 1, 0, 26), + (71756, "412805", 1, 0, 26), + (71757, "415013", 1, 0, 26), + (71758, "415523", 1, 0, 26), + (71759, "412803", 1, 0, 26), + (71760, "415525", 1, 0, 26), + (71761, "415502", 1, 0, 26), + (71762, "415511", 1, 0, 26), + (71763, "415522", 1, 0, 26), + (71764, "415003", 1, 0, 26), + (71765, "415002", 1, 0, 26), + (71766, "415010", 1, 0, 26), + (71767, "412801", 1, 0, 26), + (71768, "415523", 1, 0, 26), + (71769, "415517", 1, 0, 26), + (71770, "415528", 1, 0, 26), + (71771, "415107", 1, 0, 26), + (71772, "415011", 1, 0, 26), + (71773, "415524", 1, 0, 26), + (71774, "415526", 1, 0, 26), + (71775, "415116", 1, 0, 26), + (71776, "415022", 1, 0, 26), + (71777, "412803", 1, 0, 26), + (71778, "412803", 1, 0, 26), + (71779, "415002", 1, 0, 26), + (71780, "415002", 1, 0, 26), + (71781, "415510", 1, 0, 26), + (71782, "415209", 1, 0, 26), + (71783, "415115", 1, 0, 26), + (71784, "415520", 1, 0, 26), + (71785, "415508", 1, 0, 26), + (71786, "415211", 1, 0, 26), + (71787, "415112", 1, 0, 26), + (71788, "415104", 1, 0, 26), + (71789, "415312", 1, 0, 26), + (71790, "415110", 1, 0, 26), + (71791, "415507", 1, 0, 26), + (71792, "415540", 1, 0, 26), + (71793, "415103", 1, 0, 26), + (71794, "415207", 1, 0, 26), + (71795, "415538", 1, 0, 26), + (71796, "415110", 1, 0, 26), + (71797, "415539", 1, 0, 26), + (71798, "415122", 1, 0, 26), + (71799, "415506", 1, 0, 26), + (71800, "415506", 1, 0, 26), + (71801, "415124", 1, 0, 26), + (71802, "415205", 1, 0, 26), + (71803, "415110", 1, 0, 26), + (71804, "415212", 1, 0, 26), + (71805, "415106", 1, 0, 26), + (71806, "415102", 1, 0, 26), + (71807, "415509", 1, 0, 26), + (71808, "415105", 1, 0, 26), + (71809, "415111", 1, 0, 26), + (71810, "415109", 1, 0, 26), + (71811, "415206", 1, 0, 26), + (71812, "415014", 1, 0, 26), + (71813, "415110", 1, 0, 26), + (71814, "415512", 1, 0, 26), + (71815, "415114", 1, 0, 26), + (71816, "415108", 1, 0, 26), + (71817, "413710", 1, 0, 26), + (71818, "423602", 1, 0, 26), + (71819, "423601", 1, 0, 26), + (71820, "422610", 1, 0, 26), + (71821, "414604", 1, 0, 26), + (71822, "413736", 1, 0, 26), + (71823, "413713", 1, 0, 26), + (71824, "422611", 1, 0, 26), + (71825, "414603", 1, 0, 26), + (71826, "413721", 1, 0, 26), + (71827, "423605", 1, 0, 26), + (71828, "413712", 1, 0, 26), + (71829, "413707", 1, 0, 26), + (71830, "423107", 1, 0, 26), + (71831, "422601", 1, 0, 26), + (71832, "413714", 1, 0, 26), + (71833, "413738", 1, 0, 26), + (71834, "413737", 1, 0, 26), + (71835, "413715", 1, 0, 26), + (71836, "414609", 1, 0, 26), + (71837, "414605", 1, 0, 26), + (71838, "422602", 1, 0, 26), + (71839, "413723", 1, 0, 26), + (71840, "423604", 1, 0, 26), + (71841, "413716", 1, 0, 26), + (71842, "422603", 1, 0, 26), + (71843, "423607", 1, 0, 26), + (71844, "422620", 1, 0, 26), + (71845, "413718", 1, 0, 26), + (71846, "413709", 1, 0, 26), + (71847, "413717", 1, 0, 26), + (71848, "413705", 1, 0, 26), + (71849, "413706", 1, 0, 26), + (71850, "413722", 1, 0, 26), + (71851, "413705", 1, 0, 26), + (71852, "413719", 1, 0, 26), + (71853, "422604", 1, 0, 26), + (71854, "413708", 1, 0, 26), + (71855, "422622", 1, 0, 26), + (71856, "422605", 1, 0, 26), + (71857, "422608", 1, 0, 26), + (71858, "423603", 1, 0, 26), + (71859, "423109", 1, 0, 26), + (71860, "413711", 1, 0, 26), + (71861, "413725", 1, 0, 26), + (71862, "413720", 1, 0, 26), + (71863, "413739", 1, 0, 26), + (71864, "416602", 1, 0, 26), + (71865, "416812", 1, 0, 26), + (71866, "416614", 1, 0, 26), + (71867, "416628", 1, 0, 26), + (71868, "416605", 1, 0, 26), + (71869, "416613", 1, 0, 26), + (71870, "416626", 1, 0, 26), + (71871, "416632", 1, 0, 26), + (71872, "416612", 1, 0, 26), + (71873, "416620", 1, 0, 26), + (71874, "416603", 1, 0, 26), + (71875, "416604", 1, 0, 26), + (71876, "416703", 1, 0, 26), + (71877, "416608", 1, 0, 26), + (71878, "416615", 1, 0, 26), + (71879, "416623", 1, 0, 26), + (71880, "416803", 1, 0, 26), + (71881, "416630", 1, 0, 26), + (71882, "416804", 1, 0, 26), + (71883, "416811", 1, 0, 26), + (71884, "416601", 1, 0, 26), + (71885, "416616", 1, 0, 26), + (71886, "416609", 1, 0, 26), + (71887, "416610", 1, 0, 26), + (71888, "416534", 1, 0, 26), + (71889, "416611", 1, 0, 26), + (71890, "416801", 1, 0, 26), + (71891, "416807", 1, 0, 26), + (71892, "416805", 1, 0, 26), + (71893, "416806", 1, 0, 26), + (71894, "416810", 1, 0, 26), + (71895, "416513", 1, 0, 26), + (71896, "416511", 1, 0, 26), + (71897, "416525", 1, 0, 26), + (71898, "416512", 1, 0, 26), + (71899, "416528", 1, 0, 26), + (71900, "416521", 1, 0, 26), + (71901, "416531", 1, 0, 26), + (71902, "416549", 1, 0, 26), + (71903, "416520", 1, 0, 26), + (71904, "416550", 1, 0, 26), + (71905, "416514", 1, 0, 26), + (71906, "416519", 1, 0, 26), + (71907, "416523", 1, 0, 26), + (71908, "416522", 1, 0, 26), + (71909, "416517", 1, 0, 26), + (71910, "416518", 1, 0, 26), + (71911, "416529", 1, 0, 26), + (71912, "416515", 1, 0, 26), + (71913, "416516", 1, 0, 26), + (71914, "416516", 1, 0, 26), + (71915, "416524", 1, 0, 26), + (71916, "413411", 1, 0, 26), + (71917, "413217", 1, 0, 26), + (71918, "413221", 1, 0, 26), + (71919, "413410", 1, 0, 26), + (71920, "413255", 1, 0, 26), + (71921, "413006", 1, 0, 26), + (71922, "413213", 1, 0, 26), + (71923, "413227", 1, 0, 26), + (71924, "413222", 1, 0, 26), + (71925, "413403", 1, 0, 26), + (71926, "413404", 1, 0, 26), + (71927, "413248", 1, 0, 26), + (71928, "413409", 1, 0, 26), + (71929, "413216", 1, 0, 26), + (71930, "413214", 1, 0, 26), + (71931, "413303", 1, 0, 26), + (71932, "413401", 1, 0, 26), + (71933, "413226", 1, 0, 26), + (71934, "413005", 1, 0, 26), + (71935, "413220", 1, 0, 26), + (71936, "413406", 1, 0, 26), + (71937, "413215", 1, 0, 26), + (71938, "413004", 1, 0, 26), + (71939, "413219", 1, 0, 26), + (71940, "413253", 1, 0, 26), + (71941, "413324", 1, 0, 26), + (71942, "413224", 1, 0, 26), + (71943, "413007", 1, 0, 26), + (71944, "413002", 1, 0, 26), + (71945, "413412", 1, 0, 26), + (71946, "413402", 1, 0, 26), + (71947, "413228", 1, 0, 26), + (71948, "413218", 1, 0, 26), + (71949, "413003", 1, 0, 26), + (71950, "413006", 1, 0, 26), + (71951, "413213", 1, 0, 26), + (71952, "413002", 1, 0, 26), + (71953, "413001", 1, 0, 26), + (71954, "413008", 1, 0, 26), + (71955, "413002", 1, 0, 26), + (71956, "413401", 1, 0, 26), + (71957, "413005", 1, 0, 26), + (71958, "413003", 1, 0, 26), + (71959, "413001", 1, 0, 26), + (71960, "413003", 1, 0, 26), + (71961, "413005", 1, 0, 26), + (71962, "413001", 1, 0, 26), + (71963, "413401", 1, 0, 26), + (71964, "421506", 1, 0, 26), + (71965, "421501", 1, 0, 26), + (71966, "421501", 1, 0, 26), + (71967, "400610", 1, 0, 26), + (71968, "400608", 1, 0, 26), + (71969, "400602", 1, 0, 26), + (71970, "400606", 1, 0, 26), + (71971, "400605", 1, 0, 26), + (71972, "400603", 1, 0, 26), + (71973, "400612", 1, 0, 26), + (71974, "400602", 1, 0, 26), + (71975, "400607", 1, 0, 26), + (71976, "400601", 1, 0, 26), + (71977, "400603", 1, 0, 26), + (71978, "400601", 1, 0, 26), + (71979, "400604", 1, 0, 26), + (71980, "421002", 1, 0, 26), + (71981, "421603", 1, 0, 26), + (71982, "421308", 1, 0, 26), + (71983, "421402", 1, 0, 26), + (71984, "421201", 1, 0, 26), + (71985, "421203", 1, 0, 26), + (71986, "421306", 1, 0, 26), + (71987, "421301", 1, 0, 26), + (71988, "421301", 1, 0, 26), + (71989, "421501", 1, 0, 26), + (71990, "421602", 1, 0, 26), + (71991, "421306", 1, 0, 26), + (71992, "421403", 1, 0, 26), + (71993, "421312", 1, 0, 26), + (71994, "421503", 1, 0, 26), + (71995, "421605", 1, 0, 26), + (71996, "421204", 1, 0, 26), + (71997, "421102", 1, 0, 26), + (71998, "421401", 1, 0, 26), + (71999, "421505", 1, 0, 26), + (72000, "421502", 1, 0, 26), + (72001, "421201", 1, 0, 26), + (72002, "421103", 1, 0, 26), + (72003, "421601", 1, 0, 26), + (72004, "421002", 1, 0, 26), + (72005, "421302", 1, 0, 26), + (72006, "421301", 1, 0, 26), + (72007, "421201", 1, 0, 26), + (72008, "421002", 1, 0, 26), + (72009, "421004", 1, 0, 26), + (72010, "421005", 1, 0, 26), + (72011, "421305", 1, 0, 26), + (72012, "421202", 1, 0, 26), + (72013, "421101", 1, 0, 26), + (72014, "421311", 1, 0, 26), + (72015, "400012", 1, 0, 26), + (72016, "400003", 1, 0, 26), + (72017, "400003", 1, 0, 26), + (72018, "400003", 1, 0, 26), + (72019, "400009", 1, 0, 26), + (72020, "400003", 1, 0, 26), + (72021, "400012", 1, 0, 26), + (72022, "400005", 1, 0, 26), + (72023, "444602", 1, 0, 26), + (72024, "444701", 1, 0, 26), + (72025, "401403", 1, 0, 26), + (72026, "401702", 1, 0, 26), + (72027, "401609", 1, 0, 26), + (72028, "401504", 1, 0, 26), + (72029, "401506", 1, 0, 26), + (72030, "401106", 1, 0, 26), + (72031, "401405", 1, 0, 26), + (72032, "413582", 1, 0, 26), + (72033, "413603", 1, 0, 26), + (72034, "411038", 1, 0, 26), + (72035, "411005", 1, 0, 26), + (72036, "431602", 1, 0, 26), + (72037, "413509", 1, 0, 26), + (72038, "413501", 1, 0, 26), + (72039, "413601", 1, 0, 26), + (72040, "413501", 1, 0, 26), + (72041, "413503", 1, 0, 26), + (72042, "413405", 1, 0, 26), + (72043, "413525", 1, 0, 26), + (72044, "401107", 1, 0, 26), + (72045, "401101", 1, 0, 26), + (72046, "401301", 1, 0, 26), + (72047, "401302", 1, 0, 26), + (72048, "401201", 1, 0, 26), + (72049, "401202", 1, 0, 26), + (72050, "401501", 1, 0, 26), + (72051, "401701", 1, 0, 26), + (72052, "401105", 1, 0, 26), + (72053, "401503", 1, 0, 26), + (72054, "401601", 1, 0, 26), + (72055, "401602", 1, 0, 26), + (72056, "401608", 1, 0, 26), + (72057, "401610", 1, 0, 26), + (72058, "401206", 1, 0, 26), + (72059, "401603", 1, 0, 26), + (72060, "401607", 1, 0, 26), + (72061, "401401", 1, 0, 26), + (72062, "401402", 1, 0, 26), + (72063, "401703", 1, 0, 26), + (72064, "401107", 1, 0, 26), + (72065, "401604", 1, 0, 26), + (72066, "401209", 1, 0, 26), + (72067, "401304", 1, 0, 26), + (72068, "401207", 1, 0, 26), + (72069, "401203", 1, 0, 26), + (72070, "401502", 1, 0, 26), + (72071, "401606", 1, 0, 26), + (72072, "401102", 1, 0, 26), + (72073, "421303", 1, 0, 26), + (72074, "401204", 1, 0, 26), + (72075, "401208", 1, 0, 26), + (72076, "401202", 1, 0, 26), + (72077, "401303", 1, 0, 26), + (72078, "401305", 1, 0, 26), + (72079, "401103", 1, 0, 26), + (72080, "401605", 1, 0, 26), + (72081, "422007", 1, 0, 26), + (72082, "431007", 1, 0, 26), + (72083, "400065", 1, 0, 26), + (72084, "431501", 1, 0, 26), + (72085, "400052", 1, 0, 26), + (72086, "442304", 1, 0, 26), + (72087, "442201", 1, 0, 26), + (72088, "442202", 1, 0, 26), + (72089, "442003", 1, 0, 26), + (72090, "442101", 1, 0, 26), + (72091, "442003", 1, 0, 26), + (72092, "442301", 1, 0, 26), + (72093, "442301", 1, 0, 26), + (72094, "442203", 1, 0, 26), + (72095, "442106", 1, 0, 26), + (72096, "442001", 1, 0, 26), + (72097, "442306", 1, 0, 26), + (72098, "442111", 1, 0, 26), + (72099, "442302", 1, 0, 26), + (72100, "442303", 1, 0, 26), + (72101, "442001", 1, 0, 26), + (72102, "442305", 1, 0, 26), + (72103, "442104", 1, 0, 26), + (72104, "442001", 1, 0, 26), + (72105, "442102", 1, 0, 26), + (72106, "442105", 1, 0, 26), + (72107, "442307", 1, 0, 26), + (72108, "442001", 1, 0, 26), + (72109, "442001", 1, 0, 26), + (72110, "442001", 1, 0, 26), + (72111, "413506", 1, 0, 26), + (72112, "413601", 1, 0, 26), + (72113, "413504", 1, 0, 26), + (72114, "413604", 1, 0, 26), + (72115, "413508", 1, 0, 26), + (72116, "413534", 1, 0, 26), + (72117, "413507", 1, 0, 26), + (72118, "413624", 1, 0, 26), + (72119, "413608", 1, 0, 26), + (72120, "413623", 1, 0, 26), + (72121, "413605", 1, 0, 26), + (72122, "413602", 1, 0, 26), + (72123, "413606", 1, 0, 26), + (72124, "413501", 1, 0, 26), + (72125, "413606", 1, 0, 26), + (72126, "413502", 1, 0, 26), + (72127, "413526", 1, 0, 26), + (72128, "413505", 1, 0, 26), + (72129, "413528", 1, 0, 26), + (72130, "400029", 1, 0, 26), + (72131, "400099", 1, 0, 26), + (72132, "400051", 1, 0, 26), + (72133, "400052", 1, 0, 26), + (72134, "400057", 1, 0, 26), + (72135, "400058", 1, 0, 26), + (72136, "400056", 1, 0, 26), + (72137, "400099", 1, 0, 26), + (72138, "400052", 1, 0, 26), + (72139, "400051", 1, 0, 26), + (72140, "400059", 1, 0, 26), + (72141, "400059", 1, 0, 26), + (72142, "400069", 1, 0, 26), + (72143, "400054", 1, 0, 26), + (72144, "400055", 1, 0, 26), + (72145, "400057", 1, 0, 26), + (72146, "400052", 1, 0, 26), + (72147, "400069", 1, 0, 26), + (72148, "400058", 1, 0, 26), + (72149, "400053", 1, 0, 26), + (72150, "400050", 1, 0, 26), + (72151, "400051", 1, 0, 26), + (72152, "400093", 1, 0, 26), + (72153, "400059", 1, 0, 26), + (72154, "400049", 1, 0, 26), + (72155, "400099", 1, 0, 26), + (72156, "400054", 1, 0, 26), + (72157, "400055", 1, 0, 26), + (72158, "400096", 1, 0, 26), + (72159, "400061", 1, 0, 26), + (72160, "400098", 1, 0, 26), + (72161, "400057", 1, 0, 26), + (72162, "400056", 1, 0, 26), + (72163, "400029", 1, 0, 26), + (72164, "444601", 1, 0, 26), + (72165, "444409", 1, 0, 26), + (72166, "424201", 1, 0, 26), + (72167, "400037", 1, 0, 26), + (72168, "415523", 1, 0, 26), + (72169, "422605", 1, 0, 26), + (72170, "431750", 1, 0, 26), + (72171, "444109", 1, 0, 26), + (72172, "444507", 1, 0, 26), + (72173, "444101", 1, 0, 26), + (72174, "444002", 1, 0, 26), + (72175, "444101", 1, 0, 26), + (72176, "444511", 1, 0, 26), + (72177, "444102", 1, 0, 26), + (72178, "444302", 1, 0, 26), + (72179, "444401", 1, 0, 26), + (72180, "444111", 1, 0, 26), + (72181, "444004", 1, 0, 26), + (72182, "444105", 1, 0, 26), + (72183, "444103", 1, 0, 26), + (72184, "444005", 1, 0, 26), + (72185, "444105", 1, 0, 26), + (72186, "444110", 1, 0, 26), + (72187, "444505", 1, 0, 26), + (72188, "444505", 1, 0, 26), + (72189, "444126", 1, 0, 26), + (72190, "444004", 1, 0, 26), + (72191, "444405", 1, 0, 26), + (72192, "444503", 1, 0, 26), + (72193, "444106", 1, 0, 26), + (72194, "444403", 1, 0, 26), + (72195, "444117", 1, 0, 26), + (72196, "444404", 1, 0, 26), + (72197, "444107", 1, 0, 26), + (72198, "444107", 1, 0, 26), + (72199, "444311", 1, 0, 26), + (72200, "444501", 1, 0, 26), + (72201, "444407", 1, 0, 26), + (72202, "444001", 1, 0, 26), + (72203, "444001", 1, 0, 26), + (72204, "444002", 1, 0, 26), + (72205, "444506", 1, 0, 26), + (72206, "444510", 1, 0, 26), + (72207, "444402", 1, 0, 26), + (72208, "444003", 1, 0, 26), + (72209, "444504", 1, 0, 26), + (72210, "444006", 1, 0, 26), + (72211, "444108", 1, 0, 26), + (72212, "444502", 1, 0, 26), + (72213, "444104", 1, 0, 26), + (72214, "431133", 1, 0, 26), + (72215, "431151", 1, 0, 26), + (72216, "431002", 1, 0, 26), + (72217, "431001", 1, 0, 26), + (72218, "431005", 1, 0, 26), + (72219, "431134", 1, 0, 26), + (72220, "431136", 1, 0, 26), + (72221, "431004", 1, 0, 26), + (72222, "431105", 1, 0, 26), + (72223, "431137", 1, 0, 26), + (72224, "431006", 1, 0, 26), + (72225, "431003", 1, 0, 26), + (72226, "431147", 1, 0, 26), + (72227, "431117", 1, 0, 26), + (72228, "431204", 1, 0, 26), + (72229, "431204", 1, 0, 26), + (72230, "431203", 1, 0, 26), + (72231, "431212", 1, 0, 26), + (72232, "431202", 1, 0, 26), + (72233, "431150", 1, 0, 26), + (72234, "431113", 1, 0, 26), + (72235, "431114", 1, 0, 26), + (72236, "431213", 1, 0, 26), + (72237, "431209", 1, 0, 26), + (72238, "431206", 1, 0, 26), + (72239, "431203", 1, 0, 26), + (72240, "431213", 1, 0, 26), + (72241, "431211", 1, 0, 26), + (72242, "431213", 1, 0, 26), + (72243, "431213", 1, 0, 26), + (72244, "431118", 1, 0, 26), + (72245, "431203", 1, 0, 26), + (72246, "431207", 1, 0, 26), + (72247, "431132", 1, 0, 26), + (72248, "431112", 1, 0, 26), + (72249, "431135", 1, 0, 26), + (72250, "431120", 1, 0, 26), + (72251, "431208", 1, 0, 26), + (72252, "431205", 1, 0, 26), + (72253, "431115", 1, 0, 26), + (72254, "431102", 1, 0, 26), + (72255, "431001", 1, 0, 26), + (72256, "431109", 1, 0, 26), + (72257, "431008", 1, 0, 26), + (72258, "431005", 1, 0, 26), + (72259, "431103", 1, 0, 26), + (72260, "431101", 1, 0, 26), + (72261, "431005", 1, 0, 26), + (72262, "423702", 1, 0, 26), + (72263, "431004", 1, 0, 26), + (72264, "431001", 1, 0, 26), + (72265, "431152", 1, 0, 26), + (72266, "431009", 1, 0, 26), + (72267, "431007", 1, 0, 26), + (72268, "431005", 1, 0, 26), + (72269, "431121", 1, 0, 26), + (72270, "431107", 1, 0, 26), + (72271, "431148", 1, 0, 26), + (72272, "423703", 1, 0, 26), + (72273, "431111", 1, 0, 26), + (72274, "431104", 1, 0, 26), + (72275, "431110", 1, 0, 26), + (72276, "431001", 1, 0, 26), + (72277, "431010", 1, 0, 26), + (72278, "431001", 1, 0, 26), + (72279, "431005", 1, 0, 26), + (72280, "431001", 1, 0, 26), + (72281, "431116", 1, 0, 26), + (72282, "423701", 1, 0, 26), + (72283, "423701", 1, 0, 26), + (72284, "416138", 1, 0, 26), + (72285, "442919", 1, 0, 26), + (72286, "411067", 1, 0, 26), + (72287, "421101", 1, 0, 26), + (72288, "400011", 1, 0, 26), + (72289, "442605", 1, 0, 26), + (72290, "421002", 1, 0, 26), + (72291, "421002", 1, 0, 26), + (72292, "412208", 1, 0, 26), + (72293, "410206", 1, 0, 26), + (72294, "400615", 1, 0, 26), + (72295, "413207", 1, 0, 26), + (72296, "431517", 1, 0, 26), + (72297, "414203", 1, 0, 26), + (72298, "431523", 1, 0, 26), + (72299, "431518", 1, 0, 26), + (72300, "431126", 1, 0, 26), + (72301, "431128", 1, 0, 26), + (72302, "431127", 1, 0, 26), + (72303, "431519", 1, 0, 26), + (72304, "414202", 1, 0, 26), + (72305, "431123", 1, 0, 26), + (72306, "431142", 1, 0, 26), + (72307, "431124", 1, 0, 26), + (72308, "431125", 1, 0, 26), + (72309, "431515", 1, 0, 26), + (72310, "431520", 1, 0, 26), + (72311, "414204", 1, 0, 26), + (72312, "413229", 1, 0, 26), + (72313, "414205", 1, 0, 26), + (72314, "413249", 1, 0, 26), + (72315, "431129", 1, 0, 26), + (72316, "431130", 1, 0, 26), + (72317, "431530", 1, 0, 26), + (72318, "413212", 1, 0, 26), + (72319, "413315", 1, 0, 26), + (72320, "413322", 1, 0, 26), + (72321, "413309", 1, 0, 26), + (72322, "413202", 1, 0, 26), + (72323, "413302", 1, 0, 26), + (72324, "413203", 1, 0, 26), + (72325, "413223", 1, 0, 26), + (72326, "413206", 1, 0, 26), + (72327, "413317", 1, 0, 26), + (72328, "413314", 1, 0, 26), + (72329, "413208", 1, 0, 26), + (72330, "413209", 1, 0, 26), + (72331, "413306", 1, 0, 26), + (72332, "413108", 1, 0, 26), + (72333, "413107", 1, 0, 26), + (72334, "413305", 1, 0, 26), + (72335, "413319", 1, 0, 26), + (72336, "413101", 1, 0, 26), + (72337, "413250", 1, 0, 26), + (72338, "413301", 1, 0, 26), + (72339, "413109", 1, 0, 26), + (72340, "413308", 1, 0, 26), + (72341, "413310", 1, 0, 26), + (72342, "413210", 1, 0, 26), + (72343, "413252", 1, 0, 26), + (72344, "413111", 1, 0, 26), + (72345, "413251", 1, 0, 26), + (72346, "413307", 1, 0, 26), + (72347, "413112", 1, 0, 26), + (72348, "413211", 1, 0, 26), + (72349, "413113", 1, 0, 26), + (72350, "413118", 1, 0, 26), + (72351, "413203", 1, 0, 26), + (72352, "413304", 1, 0, 26), + (72353, "413305", 1, 0, 26), + (72354, "413304", 1, 0, 26), + (72355, "413304", 1, 0, 26), + (72356, "413307", 1, 0, 26), + (72357, "411013", 1, 0, 26), + (72358, "411003", 1, 0, 26), + (72359, "411032", 1, 0, 26), + (72360, "411057", 1, 0, 26), + (72361, "411003", 1, 0, 26), + (72362, "411003", 1, 0, 26), + (72363, "411034", 1, 0, 26), + (72364, "411047", 1, 0, 26), + (72365, "411037", 1, 0, 26), + (72366, "411018", 1, 0, 26), + (72367, "411048", 1, 0, 26), + (72368, "411001", 1, 0, 26), + (72369, "411044", 1, 0, 26), + (72370, "411017", 1, 0, 26), + (72371, "411018", 1, 0, 26), + (72372, "411001", 1, 0, 26), + (72373, "411001", 1, 0, 26), + (72374, "411001", 1, 0, 26), + (72375, "411037", 1, 0, 26), + (72376, "411022", 1, 0, 26), + (72377, "411028", 1, 0, 26), + (72378, "411027", 1, 0, 26), + (72379, "411037", 1, 0, 26), + (72380, "411032", 1, 0, 26), + (72381, "411014", 1, 0, 26), + (72382, "411040", 1, 0, 26), + (72383, "411006", 1, 0, 26), + (72384, "411044", 1, 0, 26), + (72385, "411017", 1, 0, 26), + (72386, "411032", 1, 0, 26), + (72387, "411035", 1, 0, 26), + (72388, "411003", 1, 0, 26), + (72389, "411027", 1, 0, 26), + (72390, "411026", 1, 0, 26), + (72391, "411039", 1, 0, 26), + (72392, "411037", 1, 0, 26), + (72393, "411019", 1, 0, 26), + (72394, "411033", 1, 0, 26), + (72395, "411001", 1, 0, 26), + (72396, "411031", 1, 0, 26), + (72397, "411012", 1, 0, 26), + (72398, "411015", 1, 0, 26), + (72399, "411012", 1, 0, 26), + (72400, "411001", 1, 0, 26), + (72401, "411014", 1, 0, 26), + (72402, "411001", 1, 0, 26), + (72403, "411028", 1, 0, 26), + (72404, "416415", 1, 0, 26), + (72405, "415411", 1, 0, 26), + (72406, "416303", 1, 0, 26), + (72407, "416410", 1, 0, 26), + (72408, "416402", 1, 0, 26), + (72409, "416403", 1, 0, 26), + (72410, "416410", 1, 0, 26), + (72411, "416312", 1, 0, 26), + (72412, "416404", 1, 0, 26), + (72413, "416405", 1, 0, 26), + (72414, "416410", 1, 0, 26), + (72415, "416407", 1, 0, 26), + (72416, "416409", 1, 0, 26), + (72417, "416410", 1, 0, 26), + (72418, "416410", 1, 0, 26), + (72419, "416411", 1, 0, 26), + (72420, "416412", 1, 0, 26), + (72421, "416418", 1, 0, 26), + (72422, "416311", 1, 0, 26), + (72423, "416410", 1, 0, 26), + (72424, "416419", 1, 0, 26), + (72425, "416420", 1, 0, 26), + (72426, "415304", 1, 0, 26), + (72427, "415305", 1, 0, 26), + (72428, "415403", 1, 0, 26), + (72429, "415306", 1, 0, 26), + (72430, "415404", 1, 0, 26), + (72431, "416306", 1, 0, 26), + (72432, "416307", 1, 0, 26), + (72433, "415307", 1, 0, 26), + (72434, "416417", 1, 0, 26), + (72435, "415308", 1, 0, 26), + (72436, "416308", 1, 0, 26), + (72437, "415405", 1, 0, 26), + (72438, "416309", 1, 0, 26), + (72439, "416436", 1, 0, 26), + (72440, "415401", 1, 0, 26), + (72441, "416316", 1, 0, 26), + (72442, "416301", 1, 0, 26), + (72443, "415301", 1, 0, 26), + (72444, "416302", 1, 0, 26), + (72445, "415302", 1, 0, 26), + (72446, "415402", 1, 0, 26), + (72447, "415413", 1, 0, 26), + (72448, "416304", 1, 0, 26), + (72449, "415412", 1, 0, 26), + (72450, "415303", 1, 0, 26), + (72451, "416305", 1, 0, 26), + (72452, "415315", 1, 0, 26), + (72453, "416315", 1, 0, 26), + (72454, "416416", 1, 0, 26), + (72455, "416416", 1, 0, 26), + (72456, "416416", 1, 0, 26), + (72457, "415309", 1, 0, 26), + (72458, "416406", 1, 0, 26), + (72459, "415310", 1, 0, 26), + (72460, "416408", 1, 0, 26), + (72461, "415406", 1, 0, 26), + (72462, "416310", 1, 0, 26), + (72463, "415407", 1, 0, 26), + (72464, "416416", 1, 0, 26), + (72465, "416416", 1, 0, 26), + (72466, "415414", 1, 0, 26), + (72467, "416416", 1, 0, 26), + (72468, "415408", 1, 0, 26), + (72469, "415313", 1, 0, 26), + (72470, "415409", 1, 0, 26), + (72471, "416313", 1, 0, 26), + (72472, "415311", 1, 0, 26), + (72473, "416312", 1, 0, 26), + (72474, "416413", 1, 0, 26), + (72475, "416314", 1, 0, 26), + (72476, "416414", 1, 0, 26), + (72477, "415311", 1, 0, 26), + (72478, "415415", 1, 0, 26), + (72479, "415410", 1, 0, 26), + (72480, "445216", 1, 0, 26), + (72481, "445001", 1, 0, 26), + (72482, "445402", 1, 0, 26), + (72483, "445106", 1, 0, 26), + (72484, "445307", 1, 0, 26), + (72485, "445215", 1, 0, 26), + (72486, "445001", 1, 0, 26), + (72487, "445206", 1, 0, 26), + (72488, "445308", 1, 0, 26), + (72489, "445304", 1, 0, 26), + (72490, "445001", 1, 0, 26), + (72491, "445002", 1, 0, 26), + (72492, "445302", 1, 0, 26), + (72493, "445109", 1, 0, 26), + (72494, "445103", 1, 0, 26), + (72495, "445001", 1, 0, 26), + (72496, "445101", 1, 0, 26), + (72497, "445201", 1, 0, 26), + (72498, "445001", 1, 0, 26), + (72499, "445202", 1, 0, 26), + (72500, "445203", 1, 0, 26), + (72501, "445207", 1, 0, 26), + (72502, "445230", 1, 0, 26), + (72503, "445301", 1, 0, 26), + (72504, "445001", 1, 0, 26), + (72505, "445209", 1, 0, 26), + (72506, "445105", 1, 0, 26), + (72507, "445304", 1, 0, 26), + (72508, "445401", 1, 0, 26), + (72509, "445210", 1, 0, 26), + (72510, "445205", 1, 0, 26), + (72511, "445110", 1, 0, 26), + (72512, "445303", 1, 0, 26), + (72513, "445323", 1, 0, 26), + (72514, "445211", 1, 0, 26), + (72515, "445102", 1, 0, 26), + (72516, "445302", 1, 0, 26), + (72517, "445305", 1, 0, 26), + (72518, "445306", 1, 0, 26), + (72519, "445204", 1, 0, 26), + (72520, "400051", 1, 0, 26), + (72521, "425108", 1, 0, 26), + (72522, "425107", 1, 0, 26), + (72523, "425114", 1, 0, 26), + (72524, "424208", 1, 0, 26), + (72525, "424205", 1, 0, 26), + (72526, "424204", 1, 0, 26), + (72527, "424206", 1, 0, 26), + (72528, "424207", 1, 0, 26), + (72529, "425306", 1, 0, 26), + (72530, "413255", 1, 0, 26), + (72531, "440036", 1, 0, 26), + (72532, "442003", 1, 0, 26), + (72533, "441001", 1, 0, 26), + (72534, "444701", 1, 0, 26), + (72535, "416813", 1, 0, 26), + (72536, "400067", 1, 0, 26), + (72537, "441123", 1, 0, 26), + (72538, "424119", 1, 0, 26), + (72539, "413224", 1, 0, 26), + (72540, "442918", 1, 0, 26), + (72541, "431007", 1, 0, 26), + (72542, "431154", 1, 0, 26), + (72543, "431215", 1, 0, 26), + (72544, "431214", 1, 0, 26), + (72545, "412115", 1, 0, 26), + (72546, "412112", 1, 0, 26), + (72547, "411025", 1, 0, 26), + (72548, "444805", 1, 0, 26), + (72549, "422009", 1, 0, 26), + (72550, "416236", 1, 0, 26), + (72551, "421302", 1, 0, 26), + (72552, "422004", 1, 0, 26), + (72553, "410206", 1, 0, 26), + (72554, "400615", 1, 0, 26), + (72555, "431505", 1, 0, 26), + (72556, "440016", 1, 0, 26), + (72557, "440037", 1, 0, 26), + (72558, "411041", 1, 0, 26), + (72559, "415634", 1, 0, 26), + (72560, "422003", 1, 0, 26), + (72561, "413008", 1, 0, 26), + (72562, "413102", 1, 0, 26), + (72563, "415639", 1, 0, 26), + (72564, "400101", 1, 0, 26), + (72565, "444915", 1, 0, 26), + (72566, "411062", 1, 0, 26), + (72567, "431011", 1, 0, 26), + (72568, "411036", 1, 0, 26), + (72569, "411062", 1, 0, 26), + (72570, "411068", 1, 0, 26), + (72571, "442107", 1, 0, 26), + (72572, "411006", 1, 0, 26), + (72573, "411015", 1, 0, 26), + (72574, "411019", 1, 0, 26), + (72575, "411018", 1, 0, 26), + (72576, "411057", 1, 0, 26), + (72577, "411003", 1, 0, 26), + (72578, "400009", 1, 0, 26), + (72579, "414208", 1, 0, 26), + (72580, "431131", 1, 0, 26), + (72581, "416401", 1, 0, 26), + (72582, "416416", 1, 0, 26), + (72583, "400094", 1, 0, 26), + (72584, "400084", 1, 0, 26), + (72585, "400042", 1, 0, 26), + (72586, "400078", 1, 0, 26), + (72587, "400082", 1, 0, 26), + (72588, "400075", 1, 0, 26), + (72589, "400078", 1, 0, 26), + (72590, "400074", 1, 0, 26), + (72591, "400089", 1, 0, 26), + (72592, "400043", 1, 0, 26), + (72593, "400074", 1, 0, 26), + (72594, "400086", 1, 0, 26), + (72595, "400088", 1, 0, 26), + (72596, "400078", 1, 0, 26), + (72597, "400083", 1, 0, 26), + (72598, "400080", 1, 0, 26), + (72599, "400081", 1, 0, 26), + (72600, "400074", 1, 0, 26), + (72601, "400081", 1, 0, 26), + (72602, "400082", 1, 0, 26), + (72603, "400080", 1, 0, 26), + (72604, "400087", 1, 0, 26), + (72605, "400080", 1, 0, 26), + (72606, "400080", 1, 0, 26), + (72607, "400075", 1, 0, 26), + (72608, "400076", 1, 0, 26), + (72609, "400078", 1, 0, 26), + (72610, "400079", 1, 0, 26), + (72611, "400077", 1, 0, 26), + (72612, "400086", 1, 0, 26), + (72613, "400075", 1, 0, 26), + (72614, "400043", 1, 0, 26), + (72615, "400086", 1, 0, 26), + (72616, "400071", 1, 0, 26), + (72617, "400080", 1, 0, 26), + (72618, "400088", 1, 0, 26), + (72619, "400083", 1, 0, 26), + (72620, "400089", 1, 0, 26), + (72621, "400088", 1, 0, 26), + (72622, "400078", 1, 0, 26), + (72623, "400079", 1, 0, 26), + (72624, "445324", 1, 0, 26), + (72625, "411061", 1, 0, 26), + (72626, "416415", 1, 0, 26), + (72627, "431144", 1, 0, 26), + (72628, "411014", 1, 0, 26), + (72629, "411028", 1, 0, 26), + (72630, "400072", 1, 0, 26), + (72631, "400072", 1, 0, 26), + (72632, "400022", 1, 0, 26), + (72633, "400022", 1, 0, 26), + (72634, "400070", 1, 0, 26), + (72635, "411026", 1, 0, 26), + (72636, "411060", 1, 0, 26), + (72637, "431122", 1, 0, 26), + (72638, "431122", 1, 0, 26), + (72639, "431122", 1, 0, 26), + (72640, "431122", 1, 0, 26), + (72641, "431153", 1, 0, 26), + (72642, "431517", 1, 0, 26), + (72643, "431517", 1, 0, 26), + (72644, "431515", 1, 0, 26), + (72645, "431143", 1, 0, 26), + (72646, "400070", 1, 0, 26), + (72647, "400022", 1, 0, 26), + (72648, "400022", 1, 0, 26), + (72649, "400070", 1, 0, 26), + (72650, "400019", 1, 0, 26), + (72651, "400024", 1, 0, 26), + (72652, "416437", 1, 0, 26), + (72653, "400085", 1, 0, 26), + (72654, "444001", 1, 0, 26), + (72655, "442001", 1, 0, 26), + (72656, "400014", 1, 0, 26), + (72657, "400002", 1, 0, 26), + (72658, "400008", 1, 0, 26), + (72659, "400016", 1, 0, 26), + (72660, "400091", 1, 0, 26), + (72661, "400053", 1, 0, 26), + (72662, "400001", 1, 0, 26), + (72663, "431001", 1, 0, 26), + (72664, "431203", 1, 0, 26), + (72665, "414001", 1, 0, 26), + (72666, "444601", 1, 0, 26), + (72667, "444805", 1, 0, 26), + (72668, "431122", 1, 0, 26), + (72669, "425201", 1, 0, 26), + (72670, "443001", 1, 0, 26), + (72671, "444303", 1, 0, 26), + (72672, "442401", 1, 0, 26), + (72673, "424001", 1, 0, 26), + (72674, "425001", 1, 0, 26), + (72675, "424101", 1, 0, 26), + (72676, "416003", 1, 0, 26), + (72677, "416012", 1, 0, 26), + (72678, "416115", 1, 0, 26), + (72679, "423203", 1, 0, 26), + (72680, "440001", 1, 0, 26), + (72681, "440002", 1, 0, 26), + (72682, "441904", 1, 0, 26), + (72683, "441601", 1, 0, 26), + (72684, "441001", 1, 0, 26), + (72685, "431601", 1, 0, 26), + (72686, "422001", 1, 0, 26), + (72687, "422101", 1, 0, 26), + (72688, "410206", 1, 0, 26), + (72689, "413501", 1, 0, 26), + (72690, "413512", 1, 0, 26), + (72691, "413304", 1, 0, 26), + (72692, "431401", 1, 0, 26), + (72693, "411001", 1, 0, 26), + (72694, "411005", 1, 0, 26), + (72695, "411002", 1, 0, 26), + (72696, "402201", 1, 0, 26), + (72697, "415612", 1, 0, 26), + (72698, "415605", 1, 0, 26), + (72699, "416416", 1, 0, 26), + (72700, "416410", 1, 0, 26), + (72701, "415001", 1, 0, 26), + (72702, "415110", 1, 0, 26), + (72703, "413709", 1, 0, 26), + (72704, "416606", 1, 0, 26), + (72705, "416510", 1, 0, 26), + (72706, "413001", 1, 0, 26), + (72707, "400601", 1, 0, 26), + (72708, "421301", 1, 0, 26), + (72709, "445001", 1, 0, 26), + (72710, "401404", 1, 0, 26), + (72711, "413102", 1, 0, 26), + (72712, "400071", 1, 0, 26), + (72713, "431204", 1, 0, 26), + (72714, "431134", 1, 0, 26), + (72715, "431736", 1, 0, 26), + (72716, "431736", 1, 0, 26), + (72717, "423302", 1, 0, 26), + (72718, "441104", 1, 0, 26), + (72719, "441104", 1, 0, 26), + (72720, "441401", 1, 0, 26), + (72721, "441204", 1, 0, 26), + (72722, "441204", 1, 0, 26), + (72723, "413205", 1, 0, 26), + (72724, "444709", 1, 0, 26), + (72725, "444908", 1, 0, 26), + (72726, "444803", 1, 0, 26), + (72727, "431803", 1, 0, 26), + (72728, "442301", 1, 0, 26), + (72729, "425452", 1, 0, 26), + (72730, "425452", 1, 0, 26), + (72731, "416414", 1, 0, 26), + (72732, "416414", 1, 0, 26), + (72733, "416414", 1, 0, 26), + (72734, "416414", 1, 0, 26), + (72735, "416414", 1, 0, 26), + (72736, "416414", 1, 0, 26), + (72737, "416414", 1, 0, 26), + (72738, "416414", 1, 0, 26), + (72739, "416414", 1, 0, 26), + (72740, "416414", 1, 0, 26), + (72741, "416414", 1, 0, 26), + (72742, "416414", 1, 0, 26), + (72743, "416414", 1, 0, 26), + (72744, "416414", 1, 0, 26), + (72745, "416414", 1, 0, 26), + (72746, "422611", 1, 0, 26), + (72747, "422013", 1, 0, 26), + (72748, "422013", 1, 0, 26), + (72749, "415605", 1, 0, 26), + (72750, "411036", 1, 0, 26), + (72751, "411062", 1, 0, 26), + (72752, "416122", 1, 0, 26), + (72753, "413304", 1, 0, 26), + (72754, "444108", 1, 0, 26), + (72755, "411047", 1, 0, 26), + (72756, "415101", 1, 0, 26), + (72757, "410101", 1, 0, 26), + (72758, "413101", 1, 0, 26), + (72759, "410202", 1, 0, 26), + (72760, "416101", 1, 0, 26), + (72761, "421601", 1, 0, 26), + (72762, "416511", 1, 0, 26), + (72763, "412203", 1, 0, 26), + (72764, "416810", 1, 0, 26), + (72765, "416810", 1, 0, 26), + (72766, "425003", 1, 0, 26), + (72767, "424119", 1, 0, 26), + (72768, "442201", 1, 0, 26), + (72769, "415605", 1, 0, 26), + (72770, "425109", 1, 0, 26), + (72771, "425415", 1, 0, 26), + (72772, "424107", 1, 0, 26), + (72773, "423301", 1, 0, 26), + (72774, "442918", 1, 0, 26), + (72775, "421306", 1, 0, 26), + (72776, "443103", 1, 0, 26), + (72777, "410501", 1, 0, 26), + (72778, "415801", 1, 0, 26), + (72779, "442603", 1, 0, 26), + (72780, "442903", 1, 0, 26), + (72781, "414306", 1, 0, 26), + (72782, "415109", 1, 0, 26), + (72783, "441912", 1, 0, 26), + (72784, "441302", 1, 0, 26), + (72785, "415303", 1, 0, 26), + (72786, "413705", 1, 0, 26), + (72787, "423302", 1, 0, 26), + (72788, "414502", 1, 0, 26), + (72789, "425508", 1, 0, 26), + (72790, "425508", 1, 0, 26), + (72791, "425508", 1, 0, 26), + (72792, "425508", 1, 0, 26), + (72793, "425508", 1, 0, 26), + (72794, "425508", 1, 0, 26), + (72795, "425508", 1, 0, 26), + (72796, "425508", 1, 0, 26), + (72797, "425508", 1, 0, 26), + (72798, "425508", 1, 0, 26), + (72799, "425508", 1, 0, 26), + (72800, "425508", 1, 0, 26), + (72801, "425310", 1, 0, 26), + (72802, "425310", 1, 0, 26), + (72803, "425310", 1, 0, 26), + (72804, "425310", 1, 0, 26), + (72805, "425310", 1, 0, 26), + (72806, "425310", 1, 0, 26), + (72807, "425310", 1, 0, 26), + (72808, "425310", 1, 0, 26), + (72809, "425310", 1, 0, 26), + (72810, "425310", 1, 0, 26), + (72811, "425310", 1, 0, 26), + (72812, "425310", 1, 0, 26), + (72813, "425310", 1, 0, 26), + (72814, "425310", 1, 0, 26), + (72815, "425310", 1, 0, 26), + (72816, "425503", 1, 0, 26), + (72817, "425503", 1, 0, 26), + (72818, "425503", 1, 0, 26), + (72819, "425503", 1, 0, 26), + (72820, "425503", 1, 0, 26), + (72821, "425301", 1, 0, 26), + (72822, "425301", 1, 0, 26), + (72823, "425301", 1, 0, 26), + (72824, "425301", 1, 0, 26), + (72825, "425301", 1, 0, 26), + (72826, "425301", 1, 0, 26), + (72827, "425306", 1, 0, 26), + (72828, "425306", 1, 0, 26), + (72829, "425306", 1, 0, 26), + (72830, "425306", 1, 0, 26), + (72831, "425306", 1, 0, 26), + (72832, "425327", 1, 0, 26), + (72833, "425327", 1, 0, 26), + (72834, "425327", 1, 0, 26), + (72835, "425327", 1, 0, 26), + (72836, "425327", 1, 0, 26), + (72837, "425303", 1, 0, 26), + (72838, "425303", 1, 0, 26), + (72839, "425303", 1, 0, 26), + (72840, "425303", 1, 0, 26), + (72841, "425303", 1, 0, 26), + (72842, "425304", 1, 0, 26), + (72843, "425304", 1, 0, 26), + (72844, "425304", 1, 0, 26), + (72845, "425304", 1, 0, 26), + (72846, "425203", 1, 0, 26), + (72847, "425203", 1, 0, 26), + (72848, "425203", 1, 0, 26), + (72849, "425505", 1, 0, 26), + (72850, "425307", 1, 0, 26), + (72851, "425307", 1, 0, 26), + (72852, "425307", 1, 0, 26), + (72853, "425307", 1, 0, 26), + (72854, "425504", 1, 0, 26), + (72855, "425504", 1, 0, 26), + (72856, "425504", 1, 0, 26), + (72857, "425504", 1, 0, 26), + (72858, "425504", 1, 0, 26), + (72859, "425504", 1, 0, 26), + (72860, "425504", 1, 0, 26), + (72861, "425507", 1, 0, 26), + (72862, "425507", 1, 0, 26), + (72863, "425507", 1, 0, 26), + (72864, "425311", 1, 0, 26), + (72865, "425311", 1, 0, 26), + (72866, "425311", 1, 0, 26), + (72867, "425311", 1, 0, 26), + (72868, "425311", 1, 0, 26), + (72869, "425311", 1, 0, 26), + (72870, "425311", 1, 0, 26), + (72871, "425311", 1, 0, 26), + (72872, "425524", 1, 0, 26), + (72873, "425306", 1, 0, 26), + (72874, "425306", 1, 0, 26), + (72875, "425306", 1, 0, 26), + (72876, "425306", 1, 0, 26), + (72877, "425306", 1, 0, 26), + (72878, "425306", 1, 0, 26), + (72879, "425306", 1, 0, 26), + (72880, "425306", 1, 0, 26), + (72881, "425309", 1, 0, 26), + (72882, "425309", 1, 0, 26), + (72883, "425302", 1, 0, 26), + (72884, "425302", 1, 0, 26), + (72885, "425302", 1, 0, 26), + (72886, "425302", 1, 0, 26), + (72887, "425302", 1, 0, 26), + (72888, "425302", 1, 0, 26), + (72889, "425302", 1, 0, 26), + (72890, "425302", 1, 0, 26), + (72891, "425502", 1, 0, 26), + (72892, "425502", 1, 0, 26), + (72893, "425502", 1, 0, 26), + (72894, "425502", 1, 0, 26), + (72895, "425502", 1, 0, 26), + (72896, "425201", 1, 0, 26), + (72897, "425501", 1, 0, 26), + (72898, "425501", 1, 0, 26), + (72899, "425305", 1, 0, 26), + (72900, "425305", 1, 0, 26), + (72901, "425305", 1, 0, 26), + (72902, "425305", 1, 0, 26), + (72903, "425305", 1, 0, 26), + (72904, "425305", 1, 0, 26), + (72905, "425308", 1, 0, 26), + (72906, "425308", 1, 0, 26), + (72907, "425301", 1, 0, 26), + (72908, "425301", 1, 0, 26), + (72909, "425002", 1, 0, 26), + (72910, "425506", 1, 0, 26), + (72911, "425003", 1, 0, 26), + (72912, "425108", 1, 0, 26), + (72913, "425108", 1, 0, 26), + (72914, "425108", 1, 0, 26), + (72915, "425108", 1, 0, 26), + (72916, "425108", 1, 0, 26), + (72917, "425108", 1, 0, 26), + (72918, "425108", 1, 0, 26), + (72919, "425108", 1, 0, 26), + (72920, "425107", 1, 0, 26), + (72921, "425107", 1, 0, 26), + (72922, "425107", 1, 0, 26), + (72923, "425107", 1, 0, 26), + (72924, "425107", 1, 0, 26), + (72925, "425107", 1, 0, 26), + (72926, "425107", 1, 0, 26), + (72927, "425107", 1, 0, 26), + (72928, "425107", 1, 0, 26), + (72929, "425107", 1, 0, 26), + (72930, "425107", 1, 0, 26), + (72931, "425107", 1, 0, 26), + (72932, "425107", 1, 0, 26), + (72933, "425107", 1, 0, 26), + (72934, "425107", 1, 0, 26), + (72935, "425107", 1, 0, 26), + (72936, "425107", 1, 0, 26), + (72937, "425107", 1, 0, 26), + (72938, "425107", 1, 0, 26), + (72939, "425107", 1, 0, 26), + (72940, "425107", 1, 0, 26), + (72941, "425107", 1, 0, 26), + (72942, "425107", 1, 0, 26), + (72943, "425107", 1, 0, 26), + (72944, "425107", 1, 0, 26), + (72945, "425107", 1, 0, 26), + (72946, "425114", 1, 0, 26), + (72947, "425114", 1, 0, 26), + (72948, "425114", 1, 0, 26), + (72949, "425114", 1, 0, 26), + (72950, "425114", 1, 0, 26), + (72951, "425114", 1, 0, 26), + (72952, "425114", 1, 0, 26), + (72953, "424208", 1, 0, 26), + (72954, "424208", 1, 0, 26), + (72955, "424208", 1, 0, 26), + (72956, "424208", 1, 0, 26), + (72957, "424208", 1, 0, 26), + (72958, "424205", 1, 0, 26), + (72959, "424205", 1, 0, 26), + (72960, "424204", 1, 0, 26), + (72961, "424204", 1, 0, 26), + (72962, "424204", 1, 0, 26), + (72963, "424204", 1, 0, 26), + (72964, "424204", 1, 0, 26), + (72965, "424204", 1, 0, 26), + (72966, "424206", 1, 0, 26), + (72967, "424206", 1, 0, 26), + (72968, "424206", 1, 0, 26), + (72969, "424206", 1, 0, 26), + (72970, "424206", 1, 0, 26), + (72971, "424206", 1, 0, 26), + (72972, "424206", 1, 0, 26), + (72973, "424206", 1, 0, 26), + (72974, "424206", 1, 0, 26), + (72975, "424206", 1, 0, 26), + (72976, "424206", 1, 0, 26), + (72977, "424206", 1, 0, 26), + (72978, "424206", 1, 0, 26), + (72979, "424206", 1, 0, 26), + (72980, "424206", 1, 0, 26), + (72981, "424206", 1, 0, 26), + (72982, "424206", 1, 0, 26), + (72983, "424207", 1, 0, 26), + (72984, "424207", 1, 0, 26), + (72985, "424207", 1, 0, 26), + (72986, "424207", 1, 0, 26), + (72987, "400037", 1, 0, 26), + (72988, "400031", 1, 0, 26), + (72989, "400012", 1, 0, 26), + (72990, "400027", 1, 0, 26), + (72991, "400033", 1, 0, 26), + (72992, "400010", 1, 0, 26), + (72993, "400015", 1, 0, 26), + (72994, "400037", 1, 0, 26), + (72995, "400037", 1, 0, 26), + (72996, "400031", 1, 0, 26), + (72997, "400031", 1, 0, 26), + (72998, "400014", 1, 0, 26), + (72999, "400014", 1, 0, 26), + (73000, "400012", 1, 0, 26), + (73001, "400012", 1, 0, 26), + (73002, "400012", 1, 0, 26), + (73003, "400012", 1, 0, 26), + (73004, "400033", 1, 0, 26), + (73005, "400033", 1, 0, 26), + (73006, "400033", 1, 0, 26), + (73007, "400033", 1, 0, 26), + (73008, "400010", 1, 0, 26), + (73009, "400010", 1, 0, 26), + (73010, "400010", 1, 0, 26), + (73011, "400010", 1, 0, 26), + (73012, "400009", 1, 0, 26), + (73013, "400005", 1, 0, 26), + (73014, "400001", 1, 0, 26), + (73015, "400020", 1, 0, 26), + (73016, "400005", 1, 0, 26), + (73017, "400020", 1, 0, 26), + (73018, "400032", 1, 0, 26), + (73019, "400005", 1, 0, 26), + (73020, "400032", 1, 0, 26), + (73021, "400001", 1, 0, 26), + (73022, "400021", 1, 0, 26), + (73023, "400021", 1, 0, 26), + (73024, "400032", 1, 0, 26), + (73025, "400001", 1, 0, 26), + (73026, "400001", 1, 0, 26), + (73027, "400001", 1, 0, 26), + (73028, "400005", 1, 0, 26), + (73029, "400004", 1, 0, 26), + (73030, "400004", 1, 0, 26), + (73031, "400004", 1, 0, 26), + (73032, "400004", 1, 0, 26), + (73033, "400004", 1, 0, 26), + (73034, "400020", 1, 0, 26), + (73035, "400004", 1, 0, 26), + (73036, "400002", 1, 0, 26), + (73037, "400002", 1, 0, 26), + (73038, "400007", 1, 0, 26), + (73039, "400007", 1, 0, 26), + (73040, "400034", 1, 0, 26), + (73041, "400028", 1, 0, 26), + (73042, "400013", 1, 0, 26), + (73043, "400017", 1, 0, 26), + (73044, "400025", 1, 0, 26), + (73045, "400018", 1, 0, 26), + (73046, "400028", 1, 0, 26), + (73047, "400030", 1, 0, 26), + (73048, "400017", 1, 0, 26), + (73049, "400028", 1, 0, 26), + (73050, "400016", 1, 0, 26), + (73051, "400016", 1, 0, 26), + (73052, "400016", 1, 0, 26), + (73053, "400016", 1, 0, 26), + (73054, "400025", 1, 0, 26), + (73055, "400028", 1, 0, 26), + (73056, "400028", 1, 0, 26), + (73057, "400035", 1, 0, 26), + (73058, "400026", 1, 0, 26), + (73059, "400026", 1, 0, 26), + (73060, "400026", 1, 0, 26), + (73061, "400026", 1, 0, 26), + (73062, "400008", 1, 0, 26), + (73063, "400008", 1, 0, 26), + (73064, "400008", 1, 0, 26), + (73065, "400008", 1, 0, 26), + (73066, "400011", 1, 0, 26), + (73067, "400007", 1, 0, 26), + (73068, "400034", 1, 0, 26), + (73069, "400011", 1, 0, 26), + (73070, "400011", 1, 0, 26), + (73071, "400007", 1, 0, 26), + (73072, "400006", 1, 0, 26), + (73073, "400011", 1, 0, 26), + (73074, "400028", 1, 0, 26), + (73075, "400030", 1, 0, 26), + (73076, "400018", 1, 0, 26), + (73077, "400030", 1, 0, 26), + (73078, "400030", 1, 0, 26), + (73079, "400007", 1, 0, 26), + (73080, "400092", 1, 0, 26), + (73081, "400103", 1, 0, 26), + (73082, "400066", 1, 0, 26), + (73083, "400066", 1, 0, 26), + (73084, "400066", 1, 0, 26), + (73085, "400066", 1, 0, 26), + (73086, "400068", 1, 0, 26), + (73087, "400068", 1, 0, 26), + (73088, "400067", 1, 0, 26), + (73089, "400067", 1, 0, 26), + (73090, "400101", 1, 0, 26), + (73091, "400097", 1, 0, 26), + (73092, "400097", 1, 0, 26), + (73093, "400064", 1, 0, 26), + (73094, "400064", 1, 0, 26), + (73095, "400064", 1, 0, 26), + (73096, "400064", 1, 0, 26), + (73097, "400095", 1, 0, 26), + (73098, "400065", 1, 0, 26), + (73099, "400063", 1, 0, 26), + (73100, "400063", 1, 0, 26), + (73101, "400104", 1, 0, 26), + (73102, "400104", 1, 0, 26), + (73103, "400060", 1, 0, 26), + (73104, "400102", 1, 0, 26), + (73105, "400102", 1, 0, 26), + (73106, "400065", 1, 0, 26), + (73107, "400104", 1, 0, 26), + (73108, "400095", 1, 0, 26), + (73109, "400104", 1, 0, 26), + (73110, "431153", 1, 0, 26), + (73111, "431508", 1, 0, 26), + (73112, "422007", 1, 0, 26), + (73113, "422003", 1, 0, 26), + (73114, "422007", 1, 0, 26), + (73115, "414208", 1, 0, 26), + (73116, "414208", 1, 0, 26), + (73117, "422007", 1, 0, 26), + (73118, "414208", 1, 0, 26), + (73119, "414208", 1, 0, 26), + (73120, "414208", 1, 0, 26), + (73121, "414208", 1, 0, 26), + (73122, "414202", 1, 0, 26), + (73123, "422007", 1, 0, 26), + (73124, "422102", 1, 0, 26), + (73125, "422102", 1, 0, 26), + (73126, "422007", 1, 0, 26), + (73127, "422007", 1, 0, 26), + (73128, "422007", 1, 0, 26), + (73129, "422003", 1, 0, 26), + (73130, "422102", 1, 0, 26), + (73131, "422102", 1, 0, 26), + (73132, "422102", 1, 0, 26), + (73133, "422102", 1, 0, 26), + (73134, "431144", 1, 0, 26), + (73135, "431131", 1, 0, 26), + (73136, "431144", 1, 0, 26), + (73137, "422102", 1, 0, 26), + (73138, "431131", 1, 0, 26), + (73139, "431131", 1, 0, 26), + (73140, "422102", 1, 0, 26), + (73141, "422102", 1, 0, 26), + (73142, "422102", 1, 0, 26), + (73143, "431125", 1, 0, 26), + (73144, "431131", 1, 0, 26), + (73145, "431144", 1, 0, 26), + (73146, "431131", 1, 0, 26), + (73147, "431131", 1, 0, 26), + (73148, "431131", 1, 0, 26), + (73149, "431131", 1, 0, 26), + (73150, "431131", 1, 0, 26), + (73151, "431131", 1, 0, 26), + (73152, "431131", 1, 0, 26), + (73153, "431131", 1, 0, 26), + (73154, "431131", 1, 0, 26), + (73155, "431131", 1, 0, 26), + (73156, "431501", 1, 0, 26), + (73157, "431501", 1, 0, 26), + (73158, "431506", 1, 0, 26), + (73159, "431506", 1, 0, 26), + (73160, "400061", 1, 0, 26), + (73161, "400099", 1, 0, 26), + (73162, "431501", 1, 0, 26), + (73163, "431501", 1, 0, 26), + (73164, "431501", 1, 0, 26), + (73165, "431501", 1, 0, 26), + (73166, "431501", 1, 0, 26), + (73167, "431501", 1, 0, 26), + (73168, "431501", 1, 0, 26), + (73169, "431501", 1, 0, 26), + (73170, "431501", 1, 0, 26), + (73171, "431501", 1, 0, 26), + (73172, "431501", 1, 0, 26), + (73173, "431501", 1, 0, 26), + (73174, "431007", 1, 0, 26), + (73175, "431154", 1, 0, 26), + (73176, "431007", 1, 0, 26), + (73177, "431154", 1, 0, 26), + (73178, "431154", 1, 0, 26), + (73179, "431154", 1, 0, 26), + (73180, "431154", 1, 0, 26), + (73181, "422003", 1, 0, 26), + (73182, "422003", 1, 0, 26), + (73183, "422003", 1, 0, 26), + (73184, "422003", 1, 0, 26), + (73185, "422003", 1, 0, 26), + (73186, "422003", 1, 0, 26), + (73187, "422003", 1, 0, 26), + (73188, "422003", 1, 0, 26), + (73189, "422003", 1, 0, 26), + (73190, "422003", 1, 0, 26), + (73191, "422003", 1, 0, 26), + (73192, "422003", 1, 0, 26), + (73193, "422007", 1, 0, 26), + (73194, "422007", 1, 0, 26), + (73195, "422003", 1, 0, 26), + (73196, "422007", 1, 0, 26), + (73197, "422007", 1, 0, 26), + (73198, "422308", 1, 0, 26), + (73199, "422308", 1, 0, 26), + (73200, "422003", 1, 0, 26), + (73201, "422003", 1, 0, 26), + (73202, "422007", 1, 0, 26), + (73203, "422007", 1, 0, 26), + (73204, "422007", 1, 0, 26), + (73205, "431517", 1, 0, 26), + (73206, "414203", 1, 0, 26), + (73207, "431517", 1, 0, 26), + (73208, "422306", 1, 0, 26), + (73209, "431517", 1, 0, 26), + (73210, "431124", 1, 0, 26), + (73211, "413207", 1, 0, 26), + (73212, "422402", 1, 0, 26), + (73213, "431154", 1, 0, 26), + (73214, "431007", 1, 0, 26), + (73215, "431007", 1, 0, 26), + (73216, "431154", 1, 0, 26), + (73217, "431007", 1, 0, 26), + (73218, "431154", 1, 0, 26), + (73219, "431154", 1, 0, 26), + (73220, "431154", 1, 0, 26), + (73221, "431007", 1, 0, 26), + (73222, "431154", 1, 0, 26), + (73223, "431154", 1, 0, 26), + (73224, "431007", 1, 0, 26), + (73225, "431154", 1, 0, 26), + (73226, "431154", 1, 0, 26), + (73227, "431007", 1, 0, 26), + (73228, "416505", 1, 0, 26), + (73229, "425428", 1, 0, 26), + (73230, "425422", 1, 0, 26), + (73231, "425422", 1, 0, 26), + (73232, "425421", 1, 0, 26), + (73233, "425421", 1, 0, 26), + (73234, "413581", 1, 0, 26), + (73235, "413581", 1, 0, 26), + (73236, "413581", 1, 0, 26), + (73237, "413581", 1, 0, 26), + (73238, "413607", 1, 0, 26), + (73239, "413607", 1, 0, 26), + (73240, "413607", 1, 0, 26), + (73241, "413607", 1, 0, 26), + (73242, "413607", 1, 0, 26), + (73243, "413607", 1, 0, 26), + (73244, "413607", 1, 0, 26), + (73245, "413607", 1, 0, 26), + (73246, "413607", 1, 0, 26), + (73247, "413607", 1, 0, 26), + (73248, "413607", 1, 0, 26), + (73249, "413607", 1, 0, 26), + (73250, "413532", 1, 0, 26), + (73251, "413532", 1, 0, 26), + (73252, "413532", 1, 0, 26), + (73253, "413532", 1, 0, 26), + (73254, "413532", 1, 0, 26), + (73255, "413532", 1, 0, 26), + (73256, "413532", 1, 0, 26), + (73257, "413532", 1, 0, 26), + (73258, "413532", 1, 0, 26), + (73259, "413532", 1, 0, 26), + (73260, "413516", 1, 0, 26), + (73261, "413516", 1, 0, 26), + (73262, "413516", 1, 0, 26), + (73263, "413516", 1, 0, 26), + (73264, "413516", 1, 0, 26), + (73265, "413516", 1, 0, 26), + (73266, "413516", 1, 0, 26), + (73267, "413516", 1, 0, 26), + (73268, "413516", 1, 0, 26), + (73269, "413516", 1, 0, 26), + (73270, "413516", 1, 0, 26), + (73271, "413523", 1, 0, 26), + (73272, "413523", 1, 0, 26), + (73273, "413523", 1, 0, 26), + (73274, "413523", 1, 0, 26), + (73275, "413523", 1, 0, 26), + (73276, "413523", 1, 0, 26), + (73277, "413510", 1, 0, 26), + (73278, "413510", 1, 0, 26), + (73279, "413510", 1, 0, 26), + (73280, "413510", 1, 0, 26), + (73281, "413524", 1, 0, 26), + (73282, "413524", 1, 0, 26), + (73283, "413524", 1, 0, 26), + (73284, "413524", 1, 0, 26), + (73285, "413524", 1, 0, 26), + (73286, "413524", 1, 0, 26), + (73287, "413524", 1, 0, 26), + (73288, "413521", 1, 0, 26), + (73289, "413521", 1, 0, 26), + (73290, "413521", 1, 0, 26), + (73291, "413521", 1, 0, 26), + (73292, "413521", 1, 0, 26), + (73293, "413521", 1, 0, 26), + (73294, "413521", 1, 0, 26), + (73295, "413521", 1, 0, 26), + (73296, "413521", 1, 0, 26), + (73297, "413521", 1, 0, 26), + (73298, "413521", 1, 0, 26), + (73299, "413521", 1, 0, 26), + (73300, "413521", 1, 0, 26), + (73301, "413521", 1, 0, 26), + (73302, "413521", 1, 0, 26), + (73303, "413521", 1, 0, 26), + (73304, "413521", 1, 0, 26), + (73305, "413521", 1, 0, 26), + (73306, "431522", 1, 0, 26), + (73307, "431522", 1, 0, 26), + (73308, "431522", 1, 0, 26), + (73309, "431522", 1, 0, 26), + (73310, "431522", 1, 0, 26), + (73311, "413527", 1, 0, 26), + (73312, "413527", 1, 0, 26), + (73313, "413527", 1, 0, 26), + (73314, "413527", 1, 0, 26), + (73315, "413527", 1, 0, 26), + (73316, "413527", 1, 0, 26), + (73317, "413527", 1, 0, 26), + (73318, "413527", 1, 0, 26), + (73319, "413527", 1, 0, 26), + (73320, "413527", 1, 0, 26), + (73321, "413527", 1, 0, 26), + (73322, "413527", 1, 0, 26), + (73323, "413544", 1, 0, 26), + (73324, "413544", 1, 0, 26), + (73325, "413544", 1, 0, 26), + (73326, "413544", 1, 0, 26), + (73327, "413544", 1, 0, 26), + (73328, "413544", 1, 0, 26), + (73329, "413544", 1, 0, 26), + (73330, "413544", 1, 0, 26), + (73331, "413544", 1, 0, 26), + (73332, "413544", 1, 0, 26), + (73333, "413514", 1, 0, 26), + (73334, "413514", 1, 0, 26), + (73335, "413514", 1, 0, 26), + (73336, "413514", 1, 0, 26), + (73337, "413514", 1, 0, 26), + (73338, "413514", 1, 0, 26), + (73339, "413514", 1, 0, 26), + (73340, "413514", 1, 0, 26), + (73341, "413514", 1, 0, 26), + (73342, "413514", 1, 0, 26), + (73343, "413531", 1, 0, 26), + (73344, "413531", 1, 0, 26), + (73345, "413531", 1, 0, 26), + (73346, "413531", 1, 0, 26), + (73347, "413531", 1, 0, 26), + (73348, "413531", 1, 0, 26), + (73349, "413531", 1, 0, 26), + (73350, "413531", 1, 0, 26), + (73351, "413531", 1, 0, 26), + (73352, "413531", 1, 0, 26), + (73353, "413531", 1, 0, 26), + (73354, "413531", 1, 0, 26), + (73355, "413531", 1, 0, 26), + (73356, "413531", 1, 0, 26), + (73357, "413531", 1, 0, 26), + (73358, "413531", 1, 0, 26), + (73359, "413531", 1, 0, 26), + (73360, "413531", 1, 0, 26), + (73361, "413531", 1, 0, 26), + (73362, "413531", 1, 0, 26), + (73363, "413531", 1, 0, 26), + (73364, "413531", 1, 0, 26), + (73365, "413531", 1, 0, 26), + (73366, "413531", 1, 0, 26), + (73367, "413531", 1, 0, 26), + (73368, "413531", 1, 0, 26), + (73369, "413531", 1, 0, 26), + (73370, "413517", 1, 0, 26), + (73371, "413517", 1, 0, 26), + (73372, "413517", 1, 0, 26), + (73373, "413517", 1, 0, 26), + (73374, "413517", 1, 0, 26), + (73375, "413517", 1, 0, 26), + (73376, "413517", 1, 0, 26), + (73377, "413517", 1, 0, 26), + (73378, "413517", 1, 0, 26), + (73379, "413517", 1, 0, 26), + (73380, "413517", 1, 0, 26), + (73381, "413517", 1, 0, 26), + (73382, "413517", 1, 0, 26), + (73383, "413517", 1, 0, 26), + (73384, "413517", 1, 0, 26), + (73385, "413517", 1, 0, 26), + (73386, "413517", 1, 0, 26), + (73387, "413517", 1, 0, 26), + (73388, "413517", 1, 0, 26), + (73389, "413517", 1, 0, 26), + (73390, "413517", 1, 0, 26), + (73391, "413517", 1, 0, 26), + (73392, "413517", 1, 0, 26), + (73393, "413517", 1, 0, 26), + (73394, "413517", 1, 0, 26), + (73395, "413517", 1, 0, 26), + (73396, "413517", 1, 0, 26), + (73397, "413517", 1, 0, 26), + (73398, "413517", 1, 0, 26), + (73399, "413529", 1, 0, 26), + (73400, "413529", 1, 0, 26), + (73401, "413529", 1, 0, 26), + (73402, "413529", 1, 0, 26), + (73403, "413518", 1, 0, 26), + (73404, "413518", 1, 0, 26), + (73405, "413518", 1, 0, 26), + (73406, "413518", 1, 0, 26), + (73407, "413518", 1, 0, 26), + (73408, "413518", 1, 0, 26), + (73409, "413518", 1, 0, 26), + (73410, "416608", 1, 0, 26), + (73411, "421603", 1, 0, 26), + (73412, "421402", 1, 0, 26), + (73413, "421402", 1, 0, 26), + (73414, "421402", 1, 0, 26), + (73415, "421402", 1, 0, 26), + (73416, "421402", 1, 0, 26), + (73417, "421402", 1, 0, 26), + (73418, "421201", 1, 0, 26), + (73419, "421602", 1, 0, 26), + (73420, "421602", 1, 0, 26), + (73421, "421602", 1, 0, 26), + (73422, "421602", 1, 0, 26), + (73423, "421503", 1, 0, 26), + (73424, "421503", 1, 0, 26), + (73425, "421503", 1, 0, 26), + (73426, "421503", 1, 0, 26), + (73427, "421503", 1, 0, 26), + (73428, "444002", 1, 0, 26), + (73429, "444002", 1, 0, 26), + (73430, "444101", 1, 0, 26), + (73431, "444101", 1, 0, 26), + (73432, "444101", 1, 0, 26), + (73433, "444101", 1, 0, 26), + (73434, "444101", 1, 0, 26), + (73435, "444101", 1, 0, 26), + (73436, "444101", 1, 0, 26), + (73437, "444101", 1, 0, 26), + (73438, "444101", 1, 0, 26), + (73439, "444101", 1, 0, 26), + (73440, "444101", 1, 0, 26), + (73441, "444101", 1, 0, 26), + (73442, "444101", 1, 0, 26), + (73443, "444101", 1, 0, 26), + (73444, "444101", 1, 0, 26), + (73445, "444101", 1, 0, 26), + (73446, "444101", 1, 0, 26), + (73447, "444101", 1, 0, 26), + (73448, "444101", 1, 0, 26), + (73449, "444101", 1, 0, 26), + (73450, "444101", 1, 0, 26), + (73451, "444511", 1, 0, 26), + (73452, "444511", 1, 0, 26), + (73453, "444511", 1, 0, 26), + (73454, "444507", 1, 0, 26), + (73455, "444507", 1, 0, 26), + (73456, "444507", 1, 0, 26), + (73457, "444507", 1, 0, 26), + (73458, "444507", 1, 0, 26), + (73459, "444507", 1, 0, 26), + (73460, "444409", 1, 0, 26), + (73461, "444409", 1, 0, 26), + (73462, "444409", 1, 0, 26), + (73463, "444409", 1, 0, 26), + (73464, "444409", 1, 0, 26), + (73465, "444302", 1, 0, 26), + (73466, "444302", 1, 0, 26), + (73467, "444302", 1, 0, 26), + (73468, "444302", 1, 0, 26), + (73469, "444302", 1, 0, 26), + (73470, "444401", 1, 0, 26), + (73471, "444401", 1, 0, 26), + (73472, "444401", 1, 0, 26), + (73473, "444401", 1, 0, 26), + (73474, "444401", 1, 0, 26), + (73475, "444401", 1, 0, 26), + (73476, "444401", 1, 0, 26), + (73477, "444401", 1, 0, 26), + (73478, "444401", 1, 0, 26), + (73479, "444401", 1, 0, 26), + (73480, "444102", 1, 0, 26), + (73481, "444102", 1, 0, 26), + (73482, "444102", 1, 0, 26), + (73483, "444102", 1, 0, 26), + (73484, "444102", 1, 0, 26), + (73485, "444102", 1, 0, 26), + (73486, "444102", 1, 0, 26), + (73487, "444102", 1, 0, 26), + (73488, "444102", 1, 0, 26), + (73489, "444102", 1, 0, 26), + (73490, "444102", 1, 0, 26), + (73491, "444102", 1, 0, 26), + (73492, "444102", 1, 0, 26), + (73493, "444102", 1, 0, 26), + (73494, "444102", 1, 0, 26), + (73495, "444111", 1, 0, 26), + (73496, "444111", 1, 0, 26), + (73497, "444111", 1, 0, 26), + (73498, "444111", 1, 0, 26), + (73499, "444004", 1, 0, 26), + (73500, "444004", 1, 0, 26), + (73501, "444103", 1, 0, 26), + (73502, "444103", 1, 0, 26), + (73503, "444103", 1, 0, 26), + (73504, "444103", 1, 0, 26), + (73505, "444103", 1, 0, 26), + (73506, "444103", 1, 0, 26), + (73507, "444005", 1, 0, 26), + (73508, "444005", 1, 0, 26), + (73509, "444110", 1, 0, 26), + (73510, "444110", 1, 0, 26), + (73511, "444110", 1, 0, 26), + (73512, "444110", 1, 0, 26), + (73513, "444110", 1, 0, 26), + (73514, "444110", 1, 0, 26), + (73515, "444110", 1, 0, 26), + (73516, "444110", 1, 0, 26), + (73517, "444105", 1, 0, 26), + (73518, "444105", 1, 0, 26), + (73519, "444105", 1, 0, 26), + (73520, "444105", 1, 0, 26), + (73521, "444105", 1, 0, 26), + (73522, "444105", 1, 0, 26), + (73523, "444105", 1, 0, 26), + (73524, "444105", 1, 0, 26), + (73525, "444105", 1, 0, 26), + (73526, "444105", 1, 0, 26), + (73527, "444105", 1, 0, 26), + (73528, "444006", 1, 0, 26), + (73529, "444006", 1, 0, 26), + (73530, "444006", 1, 0, 26), + (73531, "444006", 1, 0, 26), + (73532, "444006", 1, 0, 26), + (73533, "444006", 1, 0, 26), + (73534, "444006", 1, 0, 26), + (73535, "444006", 1, 0, 26), + (73536, "444006", 1, 0, 26), + (73537, "444006", 1, 0, 26), + (73538, "444006", 1, 0, 26), + (73539, "444006", 1, 0, 26), + (73540, "444006", 1, 0, 26), + (73541, "444006", 1, 0, 26), + (73542, "444006", 1, 0, 26), + (73543, "444006", 1, 0, 26), + (73544, "444006", 1, 0, 26), + (73545, "444006", 1, 0, 26), + (73546, "442404", 1, 0, 26), + (73547, "442908", 1, 0, 26), + (73548, "442605", 1, 0, 26), + (73549, "442918", 1, 0, 26), + (73550, "441205", 1, 0, 26), + (73551, "442906", 1, 0, 26), + (73552, "441222", 1, 0, 26), + (73553, "444602", 1, 0, 26), + (73554, "444602", 1, 0, 26), + (73555, "444602", 1, 0, 26), + (73556, "444602", 1, 0, 26), + (73557, "444602", 1, 0, 26), + (73558, "444602", 1, 0, 26), + (73559, "444602", 1, 0, 26), + (73560, "444602", 1, 0, 26), + (73561, "444602", 1, 0, 26), + (73562, "444602", 1, 0, 26), + (73563, "444602", 1, 0, 26), + (73564, "444602", 1, 0, 26), + (73565, "444602", 1, 0, 26), + (73566, "444602", 1, 0, 26), + (73567, "444602", 1, 0, 26), + (73568, "444602", 1, 0, 26), + (73569, "444701", 1, 0, 26), + (73570, "444701", 1, 0, 26), + (73571, "444701", 1, 0, 26), + (73572, "444701", 1, 0, 26), + (73573, "444701", 1, 0, 26), + (73574, "444701", 1, 0, 26), + (73575, "444701", 1, 0, 26), + (73576, "444701", 1, 0, 26), + (73577, "444701", 1, 0, 26), + (73578, "444701", 1, 0, 26), + (73579, "444701", 1, 0, 26), + (73580, "444701", 1, 0, 26), + (73581, "444701", 1, 0, 26), + (73582, "444701", 1, 0, 26), + (73583, "444701", 1, 0, 26), + (73584, "444701", 1, 0, 26), + (73585, "444701", 1, 0, 26), + (73586, "444701", 1, 0, 26), + (73587, "444701", 1, 0, 26), + (73588, "444701", 1, 0, 26), + (73589, "444701", 1, 0, 26), + (73590, "444701", 1, 0, 26), + (73591, "444701", 1, 0, 26), + (73592, "444701", 1, 0, 26), + (73593, "444709", 1, 0, 26), + (73594, "444709", 1, 0, 26), + (73595, "444709", 1, 0, 26), + (73596, "444709", 1, 0, 26), + (73597, "444709", 1, 0, 26), + (73598, "444709", 1, 0, 26), + (73599, "444709", 1, 0, 26), + (73600, "444709", 1, 0, 26), + (73601, "444709", 1, 0, 26), + (73602, "444709", 1, 0, 26), + (73603, "444709", 1, 0, 26), + (73604, "444709", 1, 0, 26), + (73605, "444709", 1, 0, 26), + (73606, "444709", 1, 0, 26), + (73607, "444709", 1, 0, 26), + (73608, "444709", 1, 0, 26), + (73609, "444709", 1, 0, 26), + (73610, "444709", 1, 0, 26), + (73611, "444709", 1, 0, 26), + (73612, "444709", 1, 0, 26), + (73613, "444709", 1, 0, 26), + (73614, "444908", 1, 0, 26), + (73615, "444908", 1, 0, 26), + (73616, "444908", 1, 0, 26), + (73617, "444908", 1, 0, 26), + (73618, "444908", 1, 0, 26), + (73619, "444908", 1, 0, 26), + (73620, "444908", 1, 0, 26), + (73621, "444908", 1, 0, 26), + (73622, "444802", 1, 0, 26), + (73623, "444802", 1, 0, 26), + (73624, "444802", 1, 0, 26), + (73625, "444802", 1, 0, 26), + (73626, "444802", 1, 0, 26), + (73627, "444802", 1, 0, 26), + (73628, "444905", 1, 0, 26), + (73629, "444905", 1, 0, 26), + (73630, "444905", 1, 0, 26), + (73631, "444905", 1, 0, 26), + (73632, "444905", 1, 0, 26), + (73633, "444905", 1, 0, 26), + (73634, "444905", 1, 0, 26), + (73635, "444905", 1, 0, 26), + (73636, "444905", 1, 0, 26), + (73637, "444905", 1, 0, 26), + (73638, "444905", 1, 0, 26), + (73639, "444905", 1, 0, 26), + (73640, "444905", 1, 0, 26), + (73641, "444905", 1, 0, 26), + (73642, "444905", 1, 0, 26), + (73643, "444905", 1, 0, 26), + (73644, "444905", 1, 0, 26), + (73645, "444905", 1, 0, 26), + (73646, "444905", 1, 0, 26), + (73647, "444708", 1, 0, 26), + (73648, "444708", 1, 0, 26), + (73649, "444708", 1, 0, 26), + (73650, "444708", 1, 0, 26), + (73651, "444708", 1, 0, 26), + (73652, "444708", 1, 0, 26), + (73653, "444708", 1, 0, 26), + (73654, "444708", 1, 0, 26), + (73655, "444708", 1, 0, 26), + (73656, "444708", 1, 0, 26), + (73657, "444708", 1, 0, 26), + (73658, "444708", 1, 0, 26), + (73659, "444708", 1, 0, 26), + (73660, "444708", 1, 0, 26), + (73661, "444708", 1, 0, 26), + (73662, "444708", 1, 0, 26), + (73663, "444901", 1, 0, 26), + (73664, "444901", 1, 0, 26), + (73665, "444901", 1, 0, 26), + (73666, "444901", 1, 0, 26), + (73667, "444901", 1, 0, 26), + (73668, "444901", 1, 0, 26), + (73669, "444901", 1, 0, 26), + (73670, "444901", 1, 0, 26), + (73671, "444901", 1, 0, 26), + (73672, "444901", 1, 0, 26), + (73673, "444901", 1, 0, 26), + (73674, "444901", 1, 0, 26), + (73675, "444901", 1, 0, 26), + (73676, "444707", 1, 0, 26), + (73677, "444707", 1, 0, 26), + (73678, "444707", 1, 0, 26), + (73679, "444707", 1, 0, 26), + (73680, "444707", 1, 0, 26), + (73681, "444707", 1, 0, 26), + (73682, "444707", 1, 0, 26), + (73683, "444707", 1, 0, 26), + (73684, "444707", 1, 0, 26), + (73685, "444707", 1, 0, 26), + (73686, "444804", 1, 0, 26), + (73687, "444804", 1, 0, 26), + (73688, "444804", 1, 0, 26), + (73689, "444804", 1, 0, 26), + (73690, "444804", 1, 0, 26), + (73691, "444907", 1, 0, 26), + (73692, "444907", 1, 0, 26), + (73693, "444710", 1, 0, 26), + (73694, "444710", 1, 0, 26), + (73695, "444710", 1, 0, 26), + (73696, "444903", 1, 0, 26), + (73697, "444903", 1, 0, 26), + (73698, "444903", 1, 0, 26), + (73699, "444903", 1, 0, 26), + (73700, "444903", 1, 0, 26), + (73701, "444903", 1, 0, 26), + (73702, "444801", 1, 0, 26), + (73703, "444801", 1, 0, 26), + (73704, "444801", 1, 0, 26), + (73705, "444801", 1, 0, 26), + (73706, "444801", 1, 0, 26), + (73707, "444801", 1, 0, 26), + (73708, "444801", 1, 0, 26), + (73709, "444801", 1, 0, 26), + (73710, "444801", 1, 0, 26), + (73711, "444801", 1, 0, 26), + (73712, "444801", 1, 0, 26), + (73713, "444801", 1, 0, 26), + (73714, "444801", 1, 0, 26), + (73715, "444801", 1, 0, 26), + (73716, "444801", 1, 0, 26), + (73717, "444801", 1, 0, 26), + (73718, "444801", 1, 0, 26), + (73719, "444801", 1, 0, 26), + (73720, "444801", 1, 0, 26), + (73721, "444806", 1, 0, 26), + (73722, "444806", 1, 0, 26), + (73723, "444806", 1, 0, 26), + (73724, "444806", 1, 0, 26), + (73725, "444806", 1, 0, 26), + (73726, "444806", 1, 0, 26), + (73727, "444806", 1, 0, 26), + (73728, "444806", 1, 0, 26), + (73729, "444806", 1, 0, 26), + (73730, "444806", 1, 0, 26), + (73731, "444806", 1, 0, 26), + (73732, "444806", 1, 0, 26), + (73733, "444806", 1, 0, 26), + (73734, "444806", 1, 0, 26), + (73735, "444806", 1, 0, 26), + (73736, "444806", 1, 0, 26), + (73737, "444806", 1, 0, 26), + (73738, "444806", 1, 0, 26), + (73739, "444806", 1, 0, 26), + (73740, "444806", 1, 0, 26), + (73741, "444705", 1, 0, 26), + (73742, "444705", 1, 0, 26), + (73743, "444705", 1, 0, 26), + (73744, "444705", 1, 0, 26), + (73745, "444705", 1, 0, 26), + (73746, "444705", 1, 0, 26), + (73747, "444705", 1, 0, 26), + (73748, "444705", 1, 0, 26), + (73749, "444705", 1, 0, 26), + (73750, "444705", 1, 0, 26), + (73751, "444705", 1, 0, 26), + (73752, "444705", 1, 0, 26), + (73753, "444705", 1, 0, 26), + (73754, "444705", 1, 0, 26), + (73755, "444705", 1, 0, 26), + (73756, "444705", 1, 0, 26), + (73757, "444705", 1, 0, 26), + (73758, "444705", 1, 0, 26), + (73759, "444705", 1, 0, 26), + (73760, "444705", 1, 0, 26), + (73761, "444705", 1, 0, 26), + (73762, "444720", 1, 0, 26), + (73763, "444720", 1, 0, 26), + (73764, "444720", 1, 0, 26), + (73765, "444720", 1, 0, 26), + (73766, "444704", 1, 0, 26), + (73767, "444704", 1, 0, 26), + (73768, "444704", 1, 0, 26), + (73769, "444704", 1, 0, 26), + (73770, "444704", 1, 0, 26), + (73771, "444704", 1, 0, 26), + (73772, "444704", 1, 0, 26), + (73773, "444704", 1, 0, 26), + (73774, "444717", 1, 0, 26), + (73775, "444717", 1, 0, 26), + (73776, "444717", 1, 0, 26), + (73777, "444717", 1, 0, 26), + (73778, "444717", 1, 0, 26), + (73779, "444717", 1, 0, 26), + (73780, "444717", 1, 0, 26), + (73781, "444717", 1, 0, 26), + (73782, "444702", 1, 0, 26), + (73783, "444702", 1, 0, 26), + (73784, "444702", 1, 0, 26), + (73785, "444702", 1, 0, 26), + (73786, "444702", 1, 0, 26), + (73787, "444702", 1, 0, 26), + (73788, "444702", 1, 0, 26), + (73789, "444702", 1, 0, 26), + (73790, "444702", 1, 0, 26), + (73791, "444702", 1, 0, 26), + (73792, "444702", 1, 0, 26), + (73793, "444702", 1, 0, 26), + (73794, "444702", 1, 0, 26), + (73795, "444702", 1, 0, 26), + (73796, "444702", 1, 0, 26), + (73797, "444702", 1, 0, 26), + (73798, "444702", 1, 0, 26), + (73799, "444702", 1, 0, 26), + (73800, "444702", 1, 0, 26), + (73801, "444702", 1, 0, 26), + (73802, "444809", 1, 0, 26), + (73803, "444809", 1, 0, 26), + (73804, "444809", 1, 0, 26), + (73805, "444809", 1, 0, 26), + (73806, "444808", 1, 0, 26), + (73807, "444808", 1, 0, 26), + (73808, "444808", 1, 0, 26), + (73809, "444808", 1, 0, 26), + (73810, "444808", 1, 0, 26), + (73811, "444808", 1, 0, 26), + (73812, "444808", 1, 0, 26), + (73813, "444808", 1, 0, 26), + (73814, "444808", 1, 0, 26), + (73815, "444808", 1, 0, 26), + (73816, "444808", 1, 0, 26), + (73817, "444723", 1, 0, 26), + (73818, "444723", 1, 0, 26), + (73819, "444723", 1, 0, 26), + (73820, "444723", 1, 0, 26), + (73821, "444723", 1, 0, 26), + (73822, "444723", 1, 0, 26), + (73823, "444723", 1, 0, 26), + (73824, "444902", 1, 0, 26), + (73825, "444902", 1, 0, 26), + (73826, "444902", 1, 0, 26), + (73827, "444902", 1, 0, 26), + (73828, "444902", 1, 0, 26), + (73829, "444902", 1, 0, 26), + (73830, "444902", 1, 0, 26), + (73831, "444711", 1, 0, 26), + (73832, "444711", 1, 0, 26), + (73833, "444711", 1, 0, 26), + (73834, "444711", 1, 0, 26), + (73835, "444906", 1, 0, 26), + (73836, "444906", 1, 0, 26), + (73837, "444906", 1, 0, 26), + (73838, "444906", 1, 0, 26), + (73839, "444906", 1, 0, 26), + (73840, "444906", 1, 0, 26), + (73841, "444906", 1, 0, 26), + (73842, "444906", 1, 0, 26), + (73843, "444906", 1, 0, 26), + (73844, "444906", 1, 0, 26), + (73845, "444906", 1, 0, 26), + (73846, "444906", 1, 0, 26), + (73847, "444906", 1, 0, 26), + (73848, "444906", 1, 0, 26), + (73849, "444906", 1, 0, 26), + (73850, "444906", 1, 0, 26), + (73851, "444906", 1, 0, 26), + (73852, "444906", 1, 0, 26), + (73853, "444807", 1, 0, 26), + (73854, "444807", 1, 0, 26), + (73855, "444807", 1, 0, 26), + (73856, "444807", 1, 0, 26), + (73857, "444807", 1, 0, 26), + (73858, "444807", 1, 0, 26), + (73859, "444807", 1, 0, 26), + (73860, "444807", 1, 0, 26), + (73861, "444705", 1, 0, 26), + (73862, "444705", 1, 0, 26), + (73863, "444719", 1, 0, 26), + (73864, "444719", 1, 0, 26), + (73865, "444719", 1, 0, 26), + (73866, "444719", 1, 0, 26), + (73867, "444719", 1, 0, 26), + (73868, "444719", 1, 0, 26), + (73869, "444719", 1, 0, 26), + (73870, "444719", 1, 0, 26), + (73871, "444719", 1, 0, 26), + (73872, "444719", 1, 0, 26), + (73873, "444813", 1, 0, 26), + (73874, "444813", 1, 0, 26), + (73875, "444813", 1, 0, 26), + (73876, "444813", 1, 0, 26), + (73877, "444813", 1, 0, 26), + (73878, "444813", 1, 0, 26), + (73879, "444813", 1, 0, 26), + (73880, "444813", 1, 0, 26), + (73881, "414002", 1, 0, 26), + (73882, "414002", 1, 0, 26), + (73883, "414002", 1, 0, 26), + (73884, "414002", 1, 0, 26), + (73885, "414002", 1, 0, 26), + (73886, "414002", 1, 0, 26), + (73887, "414002", 1, 0, 26), + (73888, "414002", 1, 0, 26), + (73889, "414002", 1, 0, 26), + (73890, "414701", 1, 0, 26), + (73891, "414502", 1, 0, 26), + (73892, "413304", 1, 0, 26), + (73893, "413101", 1, 0, 26), + (73894, "413101", 1, 0, 26), + (73895, "413101", 1, 0, 26), + (73896, "413101", 1, 0, 26), + (73897, "413305", 1, 0, 26), + (73898, "413114", 1, 0, 26), + (73899, "413401", 1, 0, 26), + (73900, "442304", 1, 0, 26), + (73901, "442304", 1, 0, 26), + (73902, "442304", 1, 0, 26), + (73903, "442304", 1, 0, 26), + (73904, "442201", 1, 0, 26), + (73905, "442201", 1, 0, 26), + (73906, "442201", 1, 0, 26), + (73907, "442201", 1, 0, 26), + (73908, "442201", 1, 0, 26), + (73909, "442201", 1, 0, 26), + (73910, "442201", 1, 0, 26), + (73911, "442201", 1, 0, 26), + (73912, "442201", 1, 0, 26), + (73913, "442201", 1, 0, 26), + (73914, "442201", 1, 0, 26), + (73915, "442201", 1, 0, 26), + (73916, "442201", 1, 0, 26), + (73917, "442201", 1, 0, 26), + (73918, "442201", 1, 0, 26), + (73919, "442201", 1, 0, 26), + (73920, "442201", 1, 0, 26), + (73921, "442201", 1, 0, 26), + (73922, "442202", 1, 0, 26), + (73923, "442202", 1, 0, 26), + (73924, "442202", 1, 0, 26), + (73925, "442202", 1, 0, 26), + (73926, "442202", 1, 0, 26), + (73927, "442202", 1, 0, 26), + (73928, "442202", 1, 0, 26), + (73929, "442202", 1, 0, 26), + (73930, "442202", 1, 0, 26), + (73931, "442202", 1, 0, 26), + (73932, "442202", 1, 0, 26), + (73933, "442101", 1, 0, 26), + (73934, "442101", 1, 0, 26), + (73935, "443002", 1, 0, 26), + (73936, "443002", 1, 0, 26), + (73937, "443002", 1, 0, 26), + (73938, "443002", 1, 0, 26), + (73939, "443002", 1, 0, 26), + (73940, "443201", 1, 0, 26), + (73941, "443103", 1, 0, 26), + (73942, "443103", 1, 0, 26), + (73943, "443303", 1, 0, 26), + (73944, "444312", 1, 0, 26), + (73945, "443201", 1, 0, 26), + (73946, "444303", 1, 0, 26), + (73947, "442203", 1, 0, 26), + (73948, "442106", 1, 0, 26), + (73949, "442106", 1, 0, 26), + (73950, "442106", 1, 0, 26), + (73951, "442106", 1, 0, 26), + (73952, "442106", 1, 0, 26), + (73953, "442306", 1, 0, 26), + (73954, "442306", 1, 0, 26), + (73955, "442306", 1, 0, 26), + (73956, "442306", 1, 0, 26), + (73957, "442306", 1, 0, 26), + (73958, "442306", 1, 0, 26), + (73959, "442104", 1, 0, 26), + (73960, "442104", 1, 0, 26), + (73961, "442104", 1, 0, 26), + (73962, "442104", 1, 0, 26), + (73963, "442104", 1, 0, 26), + (73964, "442001", 1, 0, 26), + (73965, "442001", 1, 0, 26), + (73966, "442001", 1, 0, 26), + (73967, "442001", 1, 0, 26), + (73968, "442001", 1, 0, 26), + (73969, "442001", 1, 0, 26), + (73970, "442001", 1, 0, 26), + (73971, "442001", 1, 0, 26), + (73972, "442001", 1, 0, 26), + (73973, "442001", 1, 0, 26), + (73974, "442001", 1, 0, 26), + (73975, "442001", 1, 0, 26), + (73976, "442001", 1, 0, 26), + (73977, "442001", 1, 0, 26), + (73978, "442001", 1, 0, 26), + (73979, "442001", 1, 0, 26), + (73980, "442001", 1, 0, 26), + (73981, "442001", 1, 0, 26), + (73982, "442001", 1, 0, 26), + (73983, "442001", 1, 0, 26), + (73984, "442101", 1, 0, 26), + (73985, "442101", 1, 0, 26), + (73986, "442101", 1, 0, 26), + (73987, "442101", 1, 0, 26), + (73988, "442101", 1, 0, 26), + (73989, "442101", 1, 0, 26), + (73990, "442101", 1, 0, 26), + (73991, "442101", 1, 0, 26), + (73992, "442101", 1, 0, 26), + (73993, "442301", 1, 0, 26), + (73994, "442301", 1, 0, 26), + (73995, "442301", 1, 0, 26), + (73996, "442301", 1, 0, 26), + (73997, "442301", 1, 0, 26), + (73998, "442301", 1, 0, 26), + (73999, "442301", 1, 0, 26), + (74000, "442301", 1, 0, 26), + (74001, "442301", 1, 0, 26), + (74002, "442301", 1, 0, 26), + (74003, "442301", 1, 0, 26), + (74004, "442301", 1, 0, 26), + (74005, "442301", 1, 0, 26), + (74006, "442301", 1, 0, 26), + (74007, "442301", 1, 0, 26), + (74008, "442301", 1, 0, 26), + (74009, "442203", 1, 0, 26), + (74010, "442203", 1, 0, 26), + (74011, "442203", 1, 0, 26), + (74012, "442203", 1, 0, 26), + (74013, "442203", 1, 0, 26), + (74014, "442203", 1, 0, 26), + (74015, "442203", 1, 0, 26), + (74016, "442203", 1, 0, 26), + (74017, "442203", 1, 0, 26), + (74018, "442203", 1, 0, 26), + (74019, "442106", 1, 0, 26), + (74020, "442106", 1, 0, 26), + (74021, "442302", 1, 0, 26), + (74022, "442302", 1, 0, 26), + (74023, "442302", 1, 0, 26), + (74024, "442302", 1, 0, 26), + (74025, "442302", 1, 0, 26), + (74026, "442302", 1, 0, 26), + (74027, "442302", 1, 0, 26), + (74028, "442302", 1, 0, 26), + (74029, "442302", 1, 0, 26), + (74030, "442305", 1, 0, 26), + (74031, "442305", 1, 0, 26), + (74032, "442305", 1, 0, 26), + (74033, "442104", 1, 0, 26), + (74034, "442104", 1, 0, 26), + (74035, "442104", 1, 0, 26), + (74036, "442104", 1, 0, 26), + (74037, "442104", 1, 0, 26), + (74038, "442104", 1, 0, 26), + (74039, "442104", 1, 0, 26), + (74040, "442104", 1, 0, 26), + (74041, "442102", 1, 0, 26), + (74042, "442102", 1, 0, 26), + (74043, "442102", 1, 0, 26), + (74044, "442102", 1, 0, 26), + (74045, "442102", 1, 0, 26), + (74046, "442102", 1, 0, 26), + (74047, "442102", 1, 0, 26), + (74048, "442102", 1, 0, 26), + (74049, "442307", 1, 0, 26), + (74050, "442307", 1, 0, 26), + (74051, "442307", 1, 0, 26), + (74052, "442307", 1, 0, 26), + (74053, "442307", 1, 0, 26), + (74054, "442307", 1, 0, 26), + (74055, "442307", 1, 0, 26), + (74056, "431805", 1, 0, 26), + (74057, "431806", 1, 0, 26), + (74058, "431743", 1, 0, 26), + (74059, "431743", 1, 0, 26), + (74060, "431602", 1, 0, 26), + (74061, "431602", 1, 0, 26), + (74062, "431602", 1, 0, 26), + (74063, "431602", 1, 0, 26), + (74064, "431602", 1, 0, 26), + (74065, "431602", 1, 0, 26), + (74066, "431602", 1, 0, 26), + (74067, "431602", 1, 0, 26), + (74068, "431602", 1, 0, 26), + (74069, "431602", 1, 0, 26), + (74070, "442101", 1, 0, 26), + (74071, "442101", 1, 0, 26), + (74072, "442104", 1, 0, 26), + (74073, "443401", 1, 0, 26), + (74074, "442101", 1, 0, 26), + (74075, "442101", 1, 0, 26), + (74076, "442101", 1, 0, 26), + (74077, "442101", 1, 0, 26), + (74078, "442101", 1, 0, 26), + (74079, "442101", 1, 0, 26), + (74080, "413582", 1, 0, 26), + (74081, "413582", 1, 0, 26), + (74082, "416401", 1, 0, 26), + (74083, "416401", 1, 0, 26), + (74084, "416401", 1, 0, 26), + (74085, "416303", 1, 0, 26), + (74086, "416303", 1, 0, 26), + (74087, "416403", 1, 0, 26), + (74088, "416403", 1, 0, 26), + (74089, "416403", 1, 0, 26), + (74090, "416415", 1, 0, 26), + (74091, "416415", 1, 0, 26), + (74092, "416315", 1, 0, 26), + (74093, "415311", 1, 0, 26), + (74094, "421302", 1, 0, 26), + (74095, "444101", 1, 0, 26), + (74096, "444106", 1, 0, 26), + (74097, "444503", 1, 0, 26), + (74098, "444105", 1, 0, 26), + (74099, "441225", 1, 0, 26), + (74100, "442001", 1, 0, 26), + (74101, "442001", 1, 0, 26), + (74102, "416512", 1, 0, 26), + (74103, "444602", 1, 0, 26), + (74104, "444906", 1, 0, 26), + (74105, "444806", 1, 0, 26), + (74106, "416303", 1, 0, 26), + (74107, "416420", 1, 0, 26), + (74108, "416404", 1, 0, 26), + (74109, "415412", 1, 0, 26), + (74110, "416436", 1, 0, 26), + (74111, "415411", 1, 0, 26), + (74112, "415412", 1, 0, 26), + (74113, "416312", 1, 0, 26), + (74114, "416415", 1, 0, 26), + (74115, "416415", 1, 0, 26), + (74116, "416312", 1, 0, 26), + (74117, "415612", 1, 0, 26), + (74118, "415703", 1, 0, 26), + (74119, "416113", 1, 0, 26), + (74120, "416114", 1, 0, 26), + (74121, "402301", 1, 0, 26), + (74122, "402103", 1, 0, 26), + (74123, "402103", 1, 0, 26), + (74124, "416004", 1, 0, 26), + (74125, "415537", 1, 0, 26), + (74126, "416214", 1, 0, 26), + (74127, "410501", 1, 0, 26), + (74128, "412208", 1, 0, 26), + (74129, "416702", 1, 0, 26), + (74130, "416314", 1, 0, 26), + (74131, "401102", 1, 0, 26), + (74132, "401405", 1, 0, 26), + (74133, "401102", 1, 0, 26), + (74134, "401403", 1, 0, 26), + (74135, "401405", 1, 0, 26), + (74136, "401405", 1, 0, 26), + (74137, "401405", 1, 0, 26), + (74138, "401301", 1, 0, 26), + (74139, "401301", 1, 0, 26), + (74140, "401301", 1, 0, 26), + (74141, "401201", 1, 0, 26), + (74142, "401201", 1, 0, 26), + (74143, "401403", 1, 0, 26), + (74144, "401405", 1, 0, 26), + (74145, "401405", 1, 0, 26), + (74146, "401405", 1, 0, 26), + (74147, "401501", 1, 0, 26), + (74148, "401405", 1, 0, 26), + (74149, "401201", 1, 0, 26), + (74150, "401201", 1, 0, 26), + (74151, "401201", 1, 0, 26), + (74152, "401201", 1, 0, 26), + (74153, "401202", 1, 0, 26), + (74154, "401501", 1, 0, 26), + (74155, "401501", 1, 0, 26), + (74156, "401501", 1, 0, 26), + (74157, "401501", 1, 0, 26), + (74158, "401501", 1, 0, 26), + (74159, "401501", 1, 0, 26), + (74160, "401501", 1, 0, 26), + (74161, "401501", 1, 0, 26), + (74162, "401501", 1, 0, 26), + (74163, "401501", 1, 0, 26), + (74164, "401701", 1, 0, 26), + (74165, "401101", 1, 0, 26), + (74166, "401503", 1, 0, 26), + (74167, "401503", 1, 0, 26), + (74168, "401503", 1, 0, 26), + (74169, "401601", 1, 0, 26), + (74170, "401601", 1, 0, 26), + (74171, "401602", 1, 0, 26), + (74172, "401602", 1, 0, 26), + (74173, "401602", 1, 0, 26), + (74174, "401602", 1, 0, 26), + (74175, "401602", 1, 0, 26), + (74176, "401602", 1, 0, 26), + (74177, "401602", 1, 0, 26), + (74178, "401602", 1, 0, 26), + (74179, "401602", 1, 0, 26), + (74180, "401602", 1, 0, 26), + (74181, "401602", 1, 0, 26), + (74182, "401602", 1, 0, 26), + (74183, "401602", 1, 0, 26), + (74184, "401602", 1, 0, 26), + (74185, "401602", 1, 0, 26), + (74186, "401603", 1, 0, 26), + (74187, "401603", 1, 0, 26), + (74188, "401603", 1, 0, 26), + (74189, "401603", 1, 0, 26), + (74190, "401603", 1, 0, 26), + (74191, "401603", 1, 0, 26), + (74192, "401603", 1, 0, 26), + (74193, "401603", 1, 0, 26), + (74194, "401603", 1, 0, 26), + (74195, "401603", 1, 0, 26), + (74196, "401603", 1, 0, 26), + (74197, "401603", 1, 0, 26), + (74198, "401603", 1, 0, 26), + (74199, "401603", 1, 0, 26), + (74200, "401603", 1, 0, 26), + (74201, "401603", 1, 0, 26), + (74202, "401603", 1, 0, 26), + (74203, "401603", 1, 0, 26), + (74204, "401603", 1, 0, 26), + (74205, "401607", 1, 0, 26), + (74206, "401607", 1, 0, 26), + (74207, "401607", 1, 0, 26), + (74208, "401607", 1, 0, 26), + (74209, "401607", 1, 0, 26), + (74210, "401401", 1, 0, 26), + (74211, "401403", 1, 0, 26), + (74212, "401403", 1, 0, 26), + (74213, "401403", 1, 0, 26), + (74214, "401403", 1, 0, 26), + (74215, "401403", 1, 0, 26), + (74216, "401403", 1, 0, 26), + (74217, "401403", 1, 0, 26), + (74218, "401403", 1, 0, 26), + (74219, "401107", 1, 0, 26), + (74220, "401107", 1, 0, 26), + (74221, "401604", 1, 0, 26), + (74222, "401604", 1, 0, 26), + (74223, "401604", 1, 0, 26), + (74224, "401604", 1, 0, 26), + (74225, "401604", 1, 0, 26), + (74226, "401604", 1, 0, 26), + (74227, "401604", 1, 0, 26), + (74228, "401604", 1, 0, 26), + (74229, "401604", 1, 0, 26), + (74230, "401604", 1, 0, 26), + (74231, "401604", 1, 0, 26), + (74232, "401604", 1, 0, 26), + (74233, "401304", 1, 0, 26), + (74234, "401207", 1, 0, 26), + (74235, "401203", 1, 0, 26), + (74236, "401203", 1, 0, 26), + (74237, "401203", 1, 0, 26), + (74238, "401502", 1, 0, 26), + (74239, "401502", 1, 0, 26), + (74240, "401502", 1, 0, 26), + (74241, "401502", 1, 0, 26), + (74242, "401504", 1, 0, 26), + (74243, "401504", 1, 0, 26), + (74244, "401606", 1, 0, 26), + (74245, "401606", 1, 0, 26), + (74246, "401606", 1, 0, 26), + (74247, "401606", 1, 0, 26), + (74248, "401606", 1, 0, 26), + (74249, "401606", 1, 0, 26), + (74250, "401606", 1, 0, 26), + (74251, "401606", 1, 0, 26), + (74252, "401606", 1, 0, 26), + (74253, "401606", 1, 0, 26), + (74254, "401606", 1, 0, 26), + (74255, "401606", 1, 0, 26), + (74256, "401606", 1, 0, 26), + (74257, "401102", 1, 0, 26), + (74258, "401102", 1, 0, 26), + (74259, "401102", 1, 0, 26), + (74260, "401102", 1, 0, 26), + (74261, "401102", 1, 0, 26), + (74262, "401102", 1, 0, 26), + (74263, "401102", 1, 0, 26), + (74264, "401102", 1, 0, 26), + (74265, "401102", 1, 0, 26), + (74266, "401106", 1, 0, 26), + (74267, "421303", 1, 0, 26), + (74268, "421303", 1, 0, 26), + (74269, "421303", 1, 0, 26), + (74270, "421303", 1, 0, 26), + (74271, "421303", 1, 0, 26), + (74272, "421303", 1, 0, 26), + (74273, "421303", 1, 0, 26), + (74274, "421303", 1, 0, 26), + (74275, "421303", 1, 0, 26), + (74276, "421303", 1, 0, 26), + (74277, "421303", 1, 0, 26), + (74278, "421303", 1, 0, 26), + (74279, "421303", 1, 0, 26), + (74280, "421303", 1, 0, 26), + (74281, "421303", 1, 0, 26), + (74282, "421303", 1, 0, 26), + (74283, "421303", 1, 0, 26), + (74284, "421303", 1, 0, 26), + (74285, "421303", 1, 0, 26), + (74286, "421303", 1, 0, 26), + (74287, "421303", 1, 0, 26), + (74288, "421303", 1, 0, 26), + (74289, "421303", 1, 0, 26), + (74290, "421303", 1, 0, 26), + (74291, "421303", 1, 0, 26), + (74292, "421303", 1, 0, 26), + (74293, "401204", 1, 0, 26), + (74294, "401204", 1, 0, 26), + (74295, "401204", 1, 0, 26), + (74296, "401303", 1, 0, 26), + (74297, "401303", 1, 0, 26), + (74298, "401303", 1, 0, 26), + (74299, "401303", 1, 0, 26), + (74300, "401303", 1, 0, 26), + (74301, "401303", 1, 0, 26), + (74302, "401303", 1, 0, 26), + (74303, "401303", 1, 0, 26), + (74304, "401303", 1, 0, 26), + (74305, "401103", 1, 0, 26), + (74306, "401103", 1, 0, 26), + (74307, "401103", 1, 0, 26), + (74308, "401103", 1, 0, 26), + (74309, "401605", 1, 0, 26), + (74310, "401605", 1, 0, 26), + (74311, "401605", 1, 0, 26), + (74312, "401605", 1, 0, 26), + (74313, "401605", 1, 0, 26), + (74314, "401208", 1, 0, 26), + (74315, "401208", 1, 0, 26), + (74316, "401208", 1, 0, 26), + (74317, "401208", 1, 0, 26), + (74318, "401208", 1, 0, 26), + (74319, "401208", 1, 0, 26), + (74320, "401208", 1, 0, 26), + (74321, "401208", 1, 0, 26), + (74322, "423401", 1, 0, 26), + (74323, "422601", 1, 0, 26), + (74324, "422601", 1, 0, 26), + (74325, "422601", 1, 0, 26), + (74326, "422601", 1, 0, 26), + (74327, "422601", 1, 0, 26), + (74328, "422601", 1, 0, 26), + (74329, "422601", 1, 0, 26), + (74330, "422601", 1, 0, 26), + (74331, "422601", 1, 0, 26), + (74332, "422601", 1, 0, 26), + (74333, "422601", 1, 0, 26), + (74334, "422601", 1, 0, 26), + (74335, "422601", 1, 0, 26), + (74336, "422601", 1, 0, 26), + (74337, "422601", 1, 0, 26), + (74338, "422601", 1, 0, 26), + (74339, "422601", 1, 0, 26), + (74340, "422601", 1, 0, 26), + (74341, "422601", 1, 0, 26), + (74342, "422601", 1, 0, 26), + (74343, "413714", 1, 0, 26), + (74344, "413714", 1, 0, 26), + (74345, "413714", 1, 0, 26), + (74346, "413714", 1, 0, 26), + (74347, "413738", 1, 0, 26), + (74348, "413738", 1, 0, 26), + (74349, "413738", 1, 0, 26), + (74350, "413738", 1, 0, 26), + (74351, "413738", 1, 0, 26), + (74352, "413737", 1, 0, 26), + (74353, "413737", 1, 0, 26), + (74354, "413715", 1, 0, 26), + (74355, "413715", 1, 0, 26), + (74356, "413715", 1, 0, 26), + (74357, "413715", 1, 0, 26), + (74358, "413715", 1, 0, 26), + (74359, "414609", 1, 0, 26), + (74360, "422602", 1, 0, 26), + (74361, "422602", 1, 0, 26), + (74362, "422602", 1, 0, 26), + (74363, "413723", 1, 0, 26), + (74364, "413723", 1, 0, 26), + (74365, "413723", 1, 0, 26), + (74366, "413723", 1, 0, 26), + (74367, "423604", 1, 0, 26), + (74368, "423604", 1, 0, 26), + (74369, "413716", 1, 0, 26), + (74370, "413716", 1, 0, 26), + (74371, "422603", 1, 0, 26), + (74372, "422603", 1, 0, 26), + (74373, "422603", 1, 0, 26), + (74374, "422603", 1, 0, 26), + (74375, "422603", 1, 0, 26), + (74376, "423607", 1, 0, 26), + (74377, "422620", 1, 0, 26), + (74378, "422620", 1, 0, 26), + (74379, "422620", 1, 0, 26), + (74380, "422620", 1, 0, 26), + (74381, "422620", 1, 0, 26), + (74382, "422620", 1, 0, 26), + (74383, "422620", 1, 0, 26), + (74384, "422620", 1, 0, 26), + (74385, "413718", 1, 0, 26), + (74386, "413718", 1, 0, 26), + (74387, "413717", 1, 0, 26), + (74388, "413717", 1, 0, 26), + (74389, "413710", 1, 0, 26), + (74390, "413710", 1, 0, 26), + (74391, "413710", 1, 0, 26), + (74392, "413710", 1, 0, 26), + (74393, "413710", 1, 0, 26), + (74394, "423602", 1, 0, 26), + (74395, "423602", 1, 0, 26), + (74396, "423602", 1, 0, 26), + (74397, "423602", 1, 0, 26), + (74398, "423602", 1, 0, 26), + (74399, "423602", 1, 0, 26), + (74400, "423601", 1, 0, 26), + (74401, "423601", 1, 0, 26), + (74402, "423601", 1, 0, 26), + (74403, "423601", 1, 0, 26), + (74404, "423601", 1, 0, 26), + (74405, "423601", 1, 0, 26), + (74406, "423601", 1, 0, 26), + (74407, "423601", 1, 0, 26), + (74408, "423601", 1, 0, 26), + (74409, "423601", 1, 0, 26), + (74410, "423601", 1, 0, 26), + (74411, "423601", 1, 0, 26), + (74412, "422610", 1, 0, 26), + (74413, "422610", 1, 0, 26), + (74414, "422610", 1, 0, 26), + (74415, "422610", 1, 0, 26), + (74416, "422610", 1, 0, 26), + (74417, "422610", 1, 0, 26), + (74418, "422610", 1, 0, 26), + (74419, "422610", 1, 0, 26), + (74420, "422610", 1, 0, 26), + (74421, "422610", 1, 0, 26), + (74422, "422610", 1, 0, 26), + (74423, "422610", 1, 0, 26), + (74424, "422610", 1, 0, 26), + (74425, "414604", 1, 0, 26), + (74426, "414604", 1, 0, 26), + (74427, "414604", 1, 0, 26), + (74428, "414604", 1, 0, 26), + (74429, "414604", 1, 0, 26), + (74430, "414604", 1, 0, 26), + (74431, "414604", 1, 0, 26), + (74432, "413736", 1, 0, 26), + (74433, "413736", 1, 0, 26), + (74434, "413736", 1, 0, 26), + (74435, "413736", 1, 0, 26), + (74436, "422611", 1, 0, 26), + (74437, "422611", 1, 0, 26), + (74438, "422611", 1, 0, 26), + (74439, "422611", 1, 0, 26), + (74440, "414603", 1, 0, 26), + (74441, "414603", 1, 0, 26), + (74442, "414603", 1, 0, 26), + (74443, "414603", 1, 0, 26), + (74444, "414603", 1, 0, 26), + (74445, "414603", 1, 0, 26), + (74446, "414603", 1, 0, 26), + (74447, "414603", 1, 0, 26), + (74448, "414603", 1, 0, 26), + (74449, "414603", 1, 0, 26), + (74450, "414603", 1, 0, 26), + (74451, "414603", 1, 0, 26), + (74452, "414603", 1, 0, 26), + (74453, "413721", 1, 0, 26), + (74454, "413721", 1, 0, 26), + (74455, "413721", 1, 0, 26), + (74456, "413721", 1, 0, 26), + (74457, "413721", 1, 0, 26), + (74458, "423605", 1, 0, 26), + (74459, "423605", 1, 0, 26), + (74460, "423605", 1, 0, 26), + (74461, "413712", 1, 0, 26), + (74462, "413712", 1, 0, 26), + (74463, "413707", 1, 0, 26), + (74464, "423107", 1, 0, 26), + (74465, "423107", 1, 0, 26), + (74466, "423107", 1, 0, 26), + (74467, "423107", 1, 0, 26), + (74468, "423107", 1, 0, 26), + (74469, "413705", 1, 0, 26), + (74470, "413705", 1, 0, 26), + (74471, "413705", 1, 0, 26), + (74472, "413705", 1, 0, 26), + (74473, "413705", 1, 0, 26), + (74474, "413705", 1, 0, 26), + (74475, "413705", 1, 0, 26), + (74476, "413705", 1, 0, 26), + (74477, "413705", 1, 0, 26), + (74478, "413706", 1, 0, 26), + (74479, "413706", 1, 0, 26), + (74480, "413706", 1, 0, 26), + (74481, "413706", 1, 0, 26), + (74482, "413706", 1, 0, 26), + (74483, "413706", 1, 0, 26), + (74484, "413706", 1, 0, 26), + (74485, "413706", 1, 0, 26), + (74486, "413706", 1, 0, 26), + (74487, "413722", 1, 0, 26), + (74488, "413719", 1, 0, 26), + (74489, "413719", 1, 0, 26), + (74490, "422604", 1, 0, 26), + (74491, "422604", 1, 0, 26), + (74492, "422604", 1, 0, 26), + (74493, "422604", 1, 0, 26), + (74494, "422604", 1, 0, 26), + (74495, "422604", 1, 0, 26), + (74496, "422604", 1, 0, 26), + (74497, "422604", 1, 0, 26), + (74498, "422604", 1, 0, 26), + (74499, "422604", 1, 0, 26), + (74500, "422604", 1, 0, 26), + (74501, "422604", 1, 0, 26), + (74502, "422604", 1, 0, 26), + (74503, "422604", 1, 0, 26), + (74504, "422604", 1, 0, 26), + (74505, "422604", 1, 0, 26), + (74506, "422604", 1, 0, 26), + (74507, "422604", 1, 0, 26), + (74508, "422604", 1, 0, 26), + (74509, "422604", 1, 0, 26), + (74510, "422604", 1, 0, 26), + (74511, "422604", 1, 0, 26), + (74512, "422604", 1, 0, 26), + (74513, "413708", 1, 0, 26), + (74514, "413708", 1, 0, 26), + (74515, "413708", 1, 0, 26), + (74516, "413708", 1, 0, 26), + (74517, "413708", 1, 0, 26), + (74518, "422622", 1, 0, 26), + (74519, "422622", 1, 0, 26), + (74520, "422622", 1, 0, 26), + (74521, "422622", 1, 0, 26), + (74522, "422622", 1, 0, 26), + (74523, "422622", 1, 0, 26), + (74524, "422605", 1, 0, 26), + (74525, "422605", 1, 0, 26), + (74526, "422605", 1, 0, 26), + (74527, "422605", 1, 0, 26), + (74528, "422605", 1, 0, 26), + (74529, "422605", 1, 0, 26), + (74530, "422605", 1, 0, 26), + (74531, "422605", 1, 0, 26), + (74532, "422605", 1, 0, 26), + (74533, "422605", 1, 0, 26), + (74534, "422605", 1, 0, 26), + (74535, "422605", 1, 0, 26), + (74536, "422605", 1, 0, 26), + (74537, "422605", 1, 0, 26), + (74538, "422605", 1, 0, 26), + (74539, "422605", 1, 0, 26), + (74540, "422605", 1, 0, 26), + (74541, "422605", 1, 0, 26), + (74542, "422605", 1, 0, 26), + (74543, "422605", 1, 0, 26), + (74544, "422605", 1, 0, 26), + (74545, "422605", 1, 0, 26), + (74546, "422605", 1, 0, 26), + (74547, "422605", 1, 0, 26), + (74548, "422605", 1, 0, 26), + (74549, "422605", 1, 0, 26), + (74550, "422605", 1, 0, 26), + (74551, "422605", 1, 0, 26), + (74552, "422608", 1, 0, 26), + (74553, "423603", 1, 0, 26), + (74554, "423603", 1, 0, 26), + (74555, "423603", 1, 0, 26), + (74556, "423603", 1, 0, 26), + (74557, "423603", 1, 0, 26), + (74558, "423603", 1, 0, 26), + (74559, "423603", 1, 0, 26), + (74560, "423109", 1, 0, 26), + (74561, "423109", 1, 0, 26), + (74562, "423109", 1, 0, 26), + (74563, "423109", 1, 0, 26), + (74564, "423109", 1, 0, 26), + (74565, "413711", 1, 0, 26), + (74566, "413711", 1, 0, 26), + (74567, "413725", 1, 0, 26), + (74568, "413725", 1, 0, 26), + (74569, "413725", 1, 0, 26), + (74570, "413725", 1, 0, 26), + (74571, "413725", 1, 0, 26), + (74572, "413720", 1, 0, 26), + (74573, "413720", 1, 0, 26), + (74574, "413739", 1, 0, 26), + (74575, "413739", 1, 0, 26), + (74576, "413739", 1, 0, 26), + (74577, "413739", 1, 0, 26), + (74578, "413739", 1, 0, 26), + (74579, "413739", 1, 0, 26), + (74580, "402101", 1, 0, 26), + (74581, "402301", 1, 0, 26), + (74582, "402208", 1, 0, 26), + (74583, "402308", 1, 0, 26), + (74584, "402401", 1, 0, 26), + (74585, "402403", 1, 0, 26), + (74586, "402304", 1, 0, 26), + (74587, "402106", 1, 0, 26), + (74588, "402301", 1, 0, 26), + (74589, "402301", 1, 0, 26), + (74590, "402301", 1, 0, 26), + (74591, "402401", 1, 0, 26), + (74592, "402103", 1, 0, 26), + (74593, "402103", 1, 0, 26), + (74594, "402404", 1, 0, 26), + (74595, "402203", 1, 0, 26), + (74596, "402403", 1, 0, 26), + (74597, "402403", 1, 0, 26), + (74598, "402308", 1, 0, 26), + (74599, "402302", 1, 0, 26), + (74600, "402302", 1, 0, 26), + (74601, "402114", 1, 0, 26), + (74602, "402101", 1, 0, 26), + (74603, "425508", 1, 0, 26), + (74604, "424304", 1, 0, 26), + (74605, "425405", 1, 0, 26), + (74606, "415801", 1, 0, 26), + (74607, "412410", 1, 0, 26), + (74608, "402404", 1, 0, 26), + (74609, "402101", 1, 0, 26), + (74610, "413582", 1, 0, 26), + (74611, "413582", 1, 0, 26), + (74612, "413582", 1, 0, 26), + (74613, "413582", 1, 0, 26), + (74614, "413582", 1, 0, 26), + (74615, "413582", 1, 0, 26), + (74616, "413582", 1, 0, 26), + (74617, "413582", 1, 0, 26), + (74618, "413582", 1, 0, 26), + (74619, "413582", 1, 0, 26), + (74620, "413582", 1, 0, 26), + (74621, "413582", 1, 0, 26), + (74622, "413582", 1, 0, 26), + (74623, "413582", 1, 0, 26), + (74624, "413582", 1, 0, 26), + (74625, "413582", 1, 0, 26), + (74626, "413582", 1, 0, 26), + (74627, "413582", 1, 0, 26), + (74628, "413582", 1, 0, 26), + (74629, "413582", 1, 0, 26), + (74630, "413582", 1, 0, 26), + (74631, "413582", 1, 0, 26), + (74632, "413582", 1, 0, 26), + (74633, "413582", 1, 0, 26), + (74634, "413582", 1, 0, 26), + (74635, "413582", 1, 0, 26), + (74636, "413582", 1, 0, 26), + (74637, "413603", 1, 0, 26), + (74638, "413603", 1, 0, 26), + (74639, "413603", 1, 0, 26), + (74640, "413603", 1, 0, 26), + (74641, "413603", 1, 0, 26), + (74642, "413603", 1, 0, 26), + (74643, "413603", 1, 0, 26), + (74644, "413603", 1, 0, 26), + (74645, "413603", 1, 0, 26), + (74646, "413506", 1, 0, 26), + (74647, "413506", 1, 0, 26), + (74648, "413506", 1, 0, 26), + (74649, "413506", 1, 0, 26), + (74650, "413506", 1, 0, 26), + (74651, "413506", 1, 0, 26), + (74652, "413504", 1, 0, 26), + (74653, "413504", 1, 0, 26), + (74654, "413504", 1, 0, 26), + (74655, "413504", 1, 0, 26), + (74656, "413504", 1, 0, 26), + (74657, "413504", 1, 0, 26), + (74658, "413504", 1, 0, 26), + (74659, "413504", 1, 0, 26), + (74660, "413504", 1, 0, 26), + (74661, "413504", 1, 0, 26), + (74662, "413504", 1, 0, 26), + (74663, "413504", 1, 0, 26), + (74664, "413504", 1, 0, 26), + (74665, "413504", 1, 0, 26), + (74666, "413504", 1, 0, 26), + (74667, "413504", 1, 0, 26), + (74668, "413504", 1, 0, 26), + (74669, "413504", 1, 0, 26), + (74670, "413504", 1, 0, 26), + (74671, "413604", 1, 0, 26), + (74672, "413604", 1, 0, 26), + (74673, "413604", 1, 0, 26), + (74674, "413604", 1, 0, 26), + (74675, "413604", 1, 0, 26), + (74676, "413604", 1, 0, 26), + (74677, "413604", 1, 0, 26), + (74678, "413604", 1, 0, 26), + (74679, "413604", 1, 0, 26), + (74680, "413604", 1, 0, 26), + (74681, "413604", 1, 0, 26), + (74682, "413604", 1, 0, 26), + (74683, "413604", 1, 0, 26), + (74684, "413508", 1, 0, 26), + (74685, "413508", 1, 0, 26), + (74686, "413508", 1, 0, 26), + (74687, "413508", 1, 0, 26), + (74688, "413508", 1, 0, 26), + (74689, "413508", 1, 0, 26), + (74690, "413534", 1, 0, 26), + (74691, "413534", 1, 0, 26), + (74692, "413534", 1, 0, 26), + (74693, "413534", 1, 0, 26), + (74694, "413507", 1, 0, 26), + (74695, "413507", 1, 0, 26), + (74696, "413507", 1, 0, 26), + (74697, "413507", 1, 0, 26), + (74698, "413507", 1, 0, 26), + (74699, "413507", 1, 0, 26), + (74700, "413507", 1, 0, 26), + (74701, "413507", 1, 0, 26), + (74702, "413507", 1, 0, 26), + (74703, "413507", 1, 0, 26), + (74704, "413507", 1, 0, 26), + (74705, "413507", 1, 0, 26), + (74706, "413507", 1, 0, 26), + (74707, "413507", 1, 0, 26), + (74708, "413507", 1, 0, 26), + (74709, "413507", 1, 0, 26), + (74710, "413507", 1, 0, 26), + (74711, "413507", 1, 0, 26), + (74712, "413507", 1, 0, 26), + (74713, "413507", 1, 0, 26), + (74714, "413624", 1, 0, 26), + (74715, "413624", 1, 0, 26), + (74716, "413608", 1, 0, 26), + (74717, "413608", 1, 0, 26), + (74718, "413608", 1, 0, 26), + (74719, "413608", 1, 0, 26), + (74720, "413608", 1, 0, 26), + (74721, "413608", 1, 0, 26), + (74722, "413608", 1, 0, 26), + (74723, "413608", 1, 0, 26), + (74724, "413608", 1, 0, 26), + (74725, "413608", 1, 0, 26), + (74726, "413623", 1, 0, 26), + (74727, "413623", 1, 0, 26), + (74728, "413623", 1, 0, 26), + (74729, "413623", 1, 0, 26), + (74730, "413623", 1, 0, 26), + (74731, "413623", 1, 0, 26), + (74732, "413623", 1, 0, 26), + (74733, "413623", 1, 0, 26), + (74734, "413605", 1, 0, 26), + (74735, "413605", 1, 0, 26), + (74736, "413605", 1, 0, 26), + (74737, "413605", 1, 0, 26), + (74738, "413605", 1, 0, 26), + (74739, "413605", 1, 0, 26), + (74740, "413605", 1, 0, 26), + (74741, "413602", 1, 0, 26), + (74742, "413602", 1, 0, 26), + (74743, "413602", 1, 0, 26), + (74744, "413602", 1, 0, 26), + (74745, "413602", 1, 0, 26), + (74746, "413602", 1, 0, 26), + (74747, "413602", 1, 0, 26), + (74748, "413602", 1, 0, 26), + (74749, "413602", 1, 0, 26), + (74750, "413602", 1, 0, 26), + (74751, "413602", 1, 0, 26), + (74752, "413602", 1, 0, 26), + (74753, "413602", 1, 0, 26), + (74754, "413606", 1, 0, 26), + (74755, "413606", 1, 0, 26), + (74756, "413606", 1, 0, 26), + (74757, "413606", 1, 0, 26), + (74758, "413606", 1, 0, 26), + (74759, "413606", 1, 0, 26), + (74760, "413606", 1, 0, 26), + (74761, "413606", 1, 0, 26), + (74762, "413606", 1, 0, 26), + (74763, "413606", 1, 0, 26), + (74764, "413606", 1, 0, 26), + (74765, "413606", 1, 0, 26), + (74766, "413606", 1, 0, 26), + (74767, "413606", 1, 0, 26), + (74768, "413606", 1, 0, 26), + (74769, "413606", 1, 0, 26), + (74770, "413606", 1, 0, 26), + (74771, "413606", 1, 0, 26), + (74772, "413606", 1, 0, 26), + (74773, "413606", 1, 0, 26), + (74774, "413502", 1, 0, 26), + (74775, "413502", 1, 0, 26), + (74776, "413502", 1, 0, 26), + (74777, "413502", 1, 0, 26), + (74778, "413502", 1, 0, 26), + (74779, "413502", 1, 0, 26), + (74780, "413502", 1, 0, 26), + (74781, "413502", 1, 0, 26), + (74782, "413502", 1, 0, 26), + (74783, "413502", 1, 0, 26), + (74784, "413502", 1, 0, 26), + (74785, "413502", 1, 0, 26), + (74786, "413502", 1, 0, 26), + (74787, "413502", 1, 0, 26), + (74788, "413526", 1, 0, 26), + (74789, "413526", 1, 0, 26), + (74790, "413526", 1, 0, 26), + (74791, "413526", 1, 0, 26), + (74792, "413505", 1, 0, 26), + (74793, "413505", 1, 0, 26), + (74794, "413505", 1, 0, 26), + (74795, "413505", 1, 0, 26), + (74796, "413505", 1, 0, 26), + (74797, "413505", 1, 0, 26), + (74798, "413505", 1, 0, 26), + (74799, "413505", 1, 0, 26), + (74800, "413505", 1, 0, 26), + (74801, "413505", 1, 0, 26), + (74802, "413505", 1, 0, 26), + (74803, "413528", 1, 0, 26), + (74804, "413528", 1, 0, 26), + (74805, "413528", 1, 0, 26), + (74806, "413528", 1, 0, 26), + (74807, "413528", 1, 0, 26), + (74808, "413509", 1, 0, 26), + (74809, "413509", 1, 0, 26), + (74810, "413509", 1, 0, 26), + (74811, "413509", 1, 0, 26), + (74812, "413509", 1, 0, 26), + (74813, "413509", 1, 0, 26), + (74814, "413509", 1, 0, 26), + (74815, "413509", 1, 0, 26), + (74816, "413509", 1, 0, 26), + (74817, "413509", 1, 0, 26), + (74818, "413509", 1, 0, 26), + (74819, "413509", 1, 0, 26), + (74820, "413601", 1, 0, 26), + (74821, "413601", 1, 0, 26), + (74822, "413601", 1, 0, 26), + (74823, "413601", 1, 0, 26), + (74824, "413601", 1, 0, 26), + (74825, "413601", 1, 0, 26), + (74826, "413601", 1, 0, 26), + (74827, "413601", 1, 0, 26), + (74828, "413601", 1, 0, 26), + (74829, "413601", 1, 0, 26), + (74830, "413601", 1, 0, 26), + (74831, "413601", 1, 0, 26), + (74832, "413601", 1, 0, 26), + (74833, "413601", 1, 0, 26), + (74834, "413601", 1, 0, 26), + (74835, "413601", 1, 0, 26), + (74836, "413601", 1, 0, 26), + (74837, "413601", 1, 0, 26), + (74838, "413503", 1, 0, 26), + (74839, "413503", 1, 0, 26), + (74840, "413503", 1, 0, 26), + (74841, "413503", 1, 0, 26), + (74842, "413503", 1, 0, 26), + (74843, "413503", 1, 0, 26), + (74844, "413503", 1, 0, 26), + (74845, "413503", 1, 0, 26), + (74846, "413405", 1, 0, 26), + (74847, "413405", 1, 0, 26), + (74848, "413405", 1, 0, 26), + (74849, "413405", 1, 0, 26), + (74850, "413405", 1, 0, 26), + (74851, "413525", 1, 0, 26), + (74852, "413525", 1, 0, 26), + (74853, "413525", 1, 0, 26), + (74854, "413525", 1, 0, 26), + (74855, "413525", 1, 0, 26), + (74856, "413525", 1, 0, 26), + (74857, "413525", 1, 0, 26), + (74858, "413525", 1, 0, 26), + (74859, "413525", 1, 0, 26), + (74860, "413525", 1, 0, 26), + (74861, "413530", 1, 0, 26), + (74862, "413530", 1, 0, 26), + (74863, "413530", 1, 0, 26), + (74864, "413530", 1, 0, 26), + (74865, "413530", 1, 0, 26), + (74866, "425002", 1, 0, 26), + (74867, "425003", 1, 0, 26), + (74868, "425105", 1, 0, 26), + (74869, "425105", 1, 0, 26), + (74870, "425401", 1, 0, 26), + (74871, "425507", 1, 0, 26), + (74872, "425503", 1, 0, 26), + (74873, "425302", 1, 0, 26), + (74874, "425524", 1, 0, 26), + (74875, "425304", 1, 0, 26), + (74876, "425508", 1, 0, 26), + (74877, "443002", 1, 0, 26), + (74878, "443402", 1, 0, 26), + (74879, "443101", 1, 0, 26), + (74880, "416608", 1, 0, 26), + (74881, "416518", 1, 0, 26), + (74882, "416550", 1, 0, 26), + (74883, "416512", 1, 0, 26), + (74884, "416518", 1, 0, 26), + (74885, "416143", 1, 0, 26), + (74886, "416211", 1, 0, 26), + (74887, "416212", 1, 0, 26), + (74888, "416101", 1, 0, 26), + (74889, "444905", 1, 0, 26), + (74890, "444701", 1, 0, 26), + (74891, "444908", 1, 0, 26), + (74892, "444802", 1, 0, 26), + (74893, "444905", 1, 0, 26), + (74894, "444709", 1, 0, 26), + (74895, "444906", 1, 0, 26), + (74896, "444801", 1, 0, 26), + (74897, "444707", 1, 0, 26), + (74898, "444802", 1, 0, 26), + (74899, "444901", 1, 0, 26), + (74900, "444806", 1, 0, 26), + (74901, "444704", 1, 0, 26), + (74902, "444705", 1, 0, 26), + (74903, "444803", 1, 0, 26), + (74904, "444803", 1, 0, 26), + (74905, "444704", 1, 0, 26), + (74906, "444706", 1, 0, 26), + (74907, "445201", 1, 0, 26), + (74908, "445304", 1, 0, 26), + (74909, "445304", 1, 0, 26), + (74910, "445204", 1, 0, 26), + (74911, "410206", 1, 0, 26), + (74912, "413219", 1, 0, 26), + (74913, "413213", 1, 0, 26), + (74914, "413248", 1, 0, 26), + (74915, "413224", 1, 0, 26), + (74916, "421601", 1, 0, 26), + (74917, "421503", 1, 0, 26), + (74918, "402401", 1, 0, 26), + (74919, "402401", 1, 0, 26), + (74920, "402107", 1, 0, 26), + (74921, "416235", 1, 0, 26), + (74922, "416502", 1, 0, 26), + (74923, "416216", 1, 0, 26), + (74924, "443301", 1, 0, 26), + (74925, "443301", 1, 0, 26), + (74926, "443202", 1, 0, 26), + (74927, "443302", 1, 0, 26), + (74928, "444303", 1, 0, 26), + (74929, "441108", 1, 0, 26), + (74930, "441122", 1, 0, 26), + (74931, "441107", 1, 0, 26), + (74932, "441401", 1, 0, 26), + (74933, "441401", 1, 0, 26), + (74934, "441102", 1, 0, 26), + (74935, "441809", 1, 0, 26), + (74936, "441912", 1, 0, 26), + (74937, "441907", 1, 0, 26), + (74938, "441907", 1, 0, 26), + (74939, "441401", 1, 0, 26), + (74940, "441802", 1, 0, 26), + (74941, "413249", 1, 0, 26), + (74942, "441107", 1, 0, 26), + (74943, "441702", 1, 0, 26), + (74944, "441911", 1, 0, 26), + (74945, "441911", 1, 0, 26), + (74946, "422502", 1, 0, 26), + (74947, "444706", 1, 0, 26), + (74948, "444706", 1, 0, 26), + (74949, "444706", 1, 0, 26), + (74950, "444706", 1, 0, 26), + (74951, "444706", 1, 0, 26), + (74952, "444706", 1, 0, 26), + (74953, "444706", 1, 0, 26), + (74954, "444706", 1, 0, 26), + (74955, "444706", 1, 0, 26), + (74956, "444706", 1, 0, 26), + (74957, "444706", 1, 0, 26), + (74958, "444804", 1, 0, 26), + (74959, "442905", 1, 0, 26), + (74960, "442907", 1, 0, 26), + (74961, "442907", 1, 0, 26), + (74962, "415109", 1, 0, 26), + (74963, "415206", 1, 0, 26), + (74964, "415111", 1, 0, 26), + (74965, "412803", 1, 0, 26), + (74966, "402403", 1, 0, 26), + (74967, "402103", 1, 0, 26), + (74968, "402208", 1, 0, 26), + (74969, "402208", 1, 0, 26), + (74970, "402208", 1, 0, 26), + (74971, "402208", 1, 0, 26), + (74972, "402208", 1, 0, 26), + (74973, "402209", 1, 0, 26), + (74974, "402203", 1, 0, 26), + (74975, "402203", 1, 0, 26), + (74976, "402203", 1, 0, 26), + (74977, "402203", 1, 0, 26), + (74978, "402203", 1, 0, 26), + (74979, "402203", 1, 0, 26), + (74980, "402302", 1, 0, 26), + (74981, "402302", 1, 0, 26), + (74982, "402302", 1, 0, 26), + (74983, "402302", 1, 0, 26), + (74984, "402302", 1, 0, 26), + (74985, "402302", 1, 0, 26), + (74986, "402302", 1, 0, 26), + (74987, "402302", 1, 0, 26), + (74988, "402302", 1, 0, 26), + (74989, "402302", 1, 0, 26), + (74990, "402301", 1, 0, 26), + (74991, "402301", 1, 0, 26), + (74992, "402301", 1, 0, 26), + (74993, "402301", 1, 0, 26), + (74994, "402301", 1, 0, 26), + (74995, "402301", 1, 0, 26), + (74996, "402301", 1, 0, 26), + (74997, "402301", 1, 0, 26), + (74998, "402301", 1, 0, 26), + (74999, "402301", 1, 0, 26), + (75000, "402301", 1, 0, 26), + (75001, "402301", 1, 0, 26), + (75002, "402301", 1, 0, 26), + (75003, "402301", 1, 0, 26), + (75004, "402102", 1, 0, 26), + (75005, "402304", 1, 0, 26), + (75006, "402304", 1, 0, 26), + (75007, "402304", 1, 0, 26), + (75008, "402103", 1, 0, 26), + (75009, "402103", 1, 0, 26), + (75010, "402103", 1, 0, 26), + (75011, "402103", 1, 0, 26), + (75012, "402209", 1, 0, 26), + (75013, "402209", 1, 0, 26), + (75014, "402209", 1, 0, 26), + (75015, "402209", 1, 0, 26), + (75016, "402309", 1, 0, 26), + (75017, "402309", 1, 0, 26), + (75018, "402309", 1, 0, 26), + (75019, "402309", 1, 0, 26), + (75020, "402401", 1, 0, 26), + (75021, "402401", 1, 0, 26), + (75022, "402401", 1, 0, 26), + (75023, "410205", 1, 0, 26), + (75024, "402402", 1, 0, 26), + (75025, "402308", 1, 0, 26), + (75026, "402102", 1, 0, 26), + (75027, "402404", 1, 0, 26), + (75028, "402208", 1, 0, 26), + (75029, "402209", 1, 0, 26), + (75030, "402209", 1, 0, 26), + (75031, "402209", 1, 0, 26), + (75032, "402208", 1, 0, 26), + (75033, "402103", 1, 0, 26), + (75034, "402304", 1, 0, 26), + (75035, "402103", 1, 0, 26), + (75036, "402401", 1, 0, 26), + (75037, "402102", 1, 0, 26), + (75038, "402401", 1, 0, 26), + (75039, "402308", 1, 0, 26), + (75040, "413204", 1, 0, 26), + (75041, "413702", 1, 0, 26), + (75042, "414401", 1, 0, 26), + (75043, "414302", 1, 0, 26), + (75044, "414403", 1, 0, 26), + (75045, "414105", 1, 0, 26), + (75046, "414006", 1, 0, 26), + (75047, "414005", 1, 0, 26), + (75048, "414005", 1, 0, 26), + (75049, "414005", 1, 0, 26), + (75050, "414005", 1, 0, 26), + (75051, "414005", 1, 0, 26), + (75052, "414005", 1, 0, 26), + (75053, "414005", 1, 0, 26), + (75054, "414005", 1, 0, 26), + (75055, "414005", 1, 0, 26), + (75056, "414005", 1, 0, 26), + (75057, "414005", 1, 0, 26), + (75058, "414504", 1, 0, 26), + (75059, "414504", 1, 0, 26), + (75060, "413702", 1, 0, 26), + (75061, "413702", 1, 0, 26), + (75062, "413702", 1, 0, 26), + (75063, "413702", 1, 0, 26), + (75064, "413702", 1, 0, 26), + (75065, "413702", 1, 0, 26), + (75066, "413702", 1, 0, 26), + (75067, "413204", 1, 0, 26), + (75068, "414113", 1, 0, 26), + (75069, "414113", 1, 0, 26), + (75070, "414113", 1, 0, 26), + (75071, "414113", 1, 0, 26), + (75072, "414113", 1, 0, 26), + (75073, "414113", 1, 0, 26), + (75074, "413728", 1, 0, 26), + (75075, "413728", 1, 0, 26), + (75076, "413728", 1, 0, 26), + (75077, "413728", 1, 0, 26), + (75078, "413728", 1, 0, 26), + (75079, "413728", 1, 0, 26), + (75080, "413728", 1, 0, 26), + (75081, "413728", 1, 0, 26), + (75082, "414101", 1, 0, 26), + (75083, "414101", 1, 0, 26), + (75084, "414101", 1, 0, 26), + (75085, "414111", 1, 0, 26), + (75086, "414111", 1, 0, 26), + (75087, "414111", 1, 0, 26), + (75088, "414111", 1, 0, 26), + (75089, "414111", 1, 0, 26), + (75090, "414111", 1, 0, 26), + (75091, "414401", 1, 0, 26), + (75092, "414305", 1, 0, 26), + (75093, "414305", 1, 0, 26), + (75094, "414305", 1, 0, 26), + (75095, "414305", 1, 0, 26), + (75096, "414002", 1, 0, 26), + (75097, "414002", 1, 0, 26), + (75098, "414002", 1, 0, 26), + (75099, "413702", 1, 0, 26), + (75100, "413702", 1, 0, 26), + (75101, "413702", 1, 0, 26), + (75102, "414503", 1, 0, 26), + (75103, "414503", 1, 0, 26), + (75104, "414503", 1, 0, 26), + (75105, "414503", 1, 0, 26), + (75106, "414503", 1, 0, 26), + (75107, "414503", 1, 0, 26), + (75108, "414606", 1, 0, 26), + (75109, "414606", 1, 0, 26), + (75110, "414201", 1, 0, 26), + (75111, "414201", 1, 0, 26), + (75112, "414201", 1, 0, 26), + (75113, "414201", 1, 0, 26), + (75114, "414201", 1, 0, 26), + (75115, "414607", 1, 0, 26), + (75116, "414607", 1, 0, 26), + (75117, "414607", 1, 0, 26), + (75118, "414103", 1, 0, 26), + (75119, "414103", 1, 0, 26), + (75120, "414103", 1, 0, 26), + (75121, "414103", 1, 0, 26), + (75122, "414103", 1, 0, 26), + (75123, "414103", 1, 0, 26), + (75124, "414103", 1, 0, 26), + (75125, "414103", 1, 0, 26), + (75126, "414103", 1, 0, 26), + (75127, "413201", 1, 0, 26), + (75128, "413201", 1, 0, 26), + (75129, "413201", 1, 0, 26), + (75130, "413201", 1, 0, 26), + (75131, "413201", 1, 0, 26), + (75132, "413201", 1, 0, 26), + (75133, "414401", 1, 0, 26), + (75134, "414401", 1, 0, 26), + (75135, "414401", 1, 0, 26), + (75136, "414401", 1, 0, 26), + (75137, "414401", 1, 0, 26), + (75138, "414401", 1, 0, 26), + (75139, "414401", 1, 0, 26), + (75140, "414401", 1, 0, 26), + (75141, "414401", 1, 0, 26), + (75142, "414401", 1, 0, 26), + (75143, "414401", 1, 0, 26), + (75144, "414401", 1, 0, 26), + (75145, "414401", 1, 0, 26), + (75146, "414401", 1, 0, 26), + (75147, "414401", 1, 0, 26), + (75148, "414501", 1, 0, 26), + (75149, "414501", 1, 0, 26), + (75150, "414501", 1, 0, 26), + (75151, "414501", 1, 0, 26), + (75152, "414501", 1, 0, 26), + (75153, "414501", 1, 0, 26), + (75154, "414501", 1, 0, 26), + (75155, "414501", 1, 0, 26), + (75156, "413205", 1, 0, 26), + (75157, "413205", 1, 0, 26), + (75158, "413205", 1, 0, 26), + (75159, "413205", 1, 0, 26), + (75160, "413205", 1, 0, 26), + (75161, "413205", 1, 0, 26), + (75162, "413205", 1, 0, 26), + (75163, "414306", 1, 0, 26), + (75164, "414306", 1, 0, 26), + (75165, "414306", 1, 0, 26), + (75166, "414306", 1, 0, 26), + (75167, "414302", 1, 0, 26), + (75168, "414302", 1, 0, 26), + (75169, "414302", 1, 0, 26), + (75170, "414302", 1, 0, 26), + (75171, "414302", 1, 0, 26), + (75172, "414302", 1, 0, 26), + (75173, "414302", 1, 0, 26), + (75174, "414302", 1, 0, 26), + (75175, "414302", 1, 0, 26), + (75176, "414302", 1, 0, 26), + (75177, "414302", 1, 0, 26), + (75178, "414306", 1, 0, 26), + (75179, "414305", 1, 0, 26), + (75180, "414302", 1, 0, 26), + (75181, "414302", 1, 0, 26), + (75182, "414102", 1, 0, 26), + (75183, "414102", 1, 0, 26), + (75184, "414102", 1, 0, 26), + (75185, "414102", 1, 0, 26), + (75186, "414102", 1, 0, 26), + (75187, "414102", 1, 0, 26), + (75188, "414102", 1, 0, 26), + (75189, "414102", 1, 0, 26), + (75190, "414102", 1, 0, 26), + (75191, "414102", 1, 0, 26), + (75192, "414102", 1, 0, 26), + (75193, "414102", 1, 0, 26), + (75194, "414102", 1, 0, 26), + (75195, "414102", 1, 0, 26), + (75196, "414102", 1, 0, 26), + (75197, "414102", 1, 0, 26), + (75198, "414102", 1, 0, 26), + (75199, "414403", 1, 0, 26), + (75200, "414403", 1, 0, 26), + (75201, "414403", 1, 0, 26), + (75202, "414403", 1, 0, 26), + (75203, "414403", 1, 0, 26), + (75204, "414502", 1, 0, 26), + (75205, "414502", 1, 0, 26), + (75206, "414502", 1, 0, 26), + (75207, "414502", 1, 0, 26), + (75208, "414502", 1, 0, 26), + (75209, "414502", 1, 0, 26), + (75210, "414502", 1, 0, 26), + (75211, "414502", 1, 0, 26), + (75212, "414502", 1, 0, 26), + (75213, "414502", 1, 0, 26), + (75214, "414502", 1, 0, 26), + (75215, "414502", 1, 0, 26), + (75216, "414502", 1, 0, 26), + (75217, "414502", 1, 0, 26), + (75218, "414502", 1, 0, 26), + (75219, "414502", 1, 0, 26), + (75220, "414502", 1, 0, 26), + (75221, "414502", 1, 0, 26), + (75222, "414502", 1, 0, 26), + (75223, "414502", 1, 0, 26), + (75224, "414502", 1, 0, 26), + (75225, "413701", 1, 0, 26), + (75226, "413701", 1, 0, 26), + (75227, "413701", 1, 0, 26), + (75228, "413701", 1, 0, 26), + (75229, "413701", 1, 0, 26), + (75230, "413701", 1, 0, 26), + (75231, "413701", 1, 0, 26), + (75232, "413701", 1, 0, 26), + (75233, "413726", 1, 0, 26), + (75234, "413726", 1, 0, 26), + (75235, "413726", 1, 0, 26), + (75236, "413726", 1, 0, 26), + (75237, "414105", 1, 0, 26), + (75238, "414105", 1, 0, 26), + (75239, "414105", 1, 0, 26), + (75240, "414105", 1, 0, 26), + (75241, "414105", 1, 0, 26), + (75242, "414301", 1, 0, 26), + (75243, "414301", 1, 0, 26), + (75244, "414301", 1, 0, 26), + (75245, "414301", 1, 0, 26), + (75246, "414301", 1, 0, 26), + (75247, "414301", 1, 0, 26), + (75248, "414301", 1, 0, 26), + (75249, "414304", 1, 0, 26), + (75250, "414304", 1, 0, 26), + (75251, "414304", 1, 0, 26), + (75252, "414304", 1, 0, 26), + (75253, "414304", 1, 0, 26), + (75254, "414304", 1, 0, 26), + (75255, "414304", 1, 0, 26), + (75256, "414304", 1, 0, 26), + (75257, "414304", 1, 0, 26), + (75258, "414304", 1, 0, 26), + (75259, "414106", 1, 0, 26), + (75260, "414106", 1, 0, 26), + (75261, "414106", 1, 0, 26), + (75262, "414106", 1, 0, 26), + (75263, "414106", 1, 0, 26), + (75264, "414106", 1, 0, 26), + (75265, "414106", 1, 0, 26), + (75266, "414106", 1, 0, 26), + (75267, "414106", 1, 0, 26), + (75268, "414106", 1, 0, 26), + (75269, "414106", 1, 0, 26), + (75270, "414106", 1, 0, 26), + (75271, "414602", 1, 0, 26), + (75272, "414602", 1, 0, 26), + (75273, "414602", 1, 0, 26), + (75274, "414602", 1, 0, 26), + (75275, "414006", 1, 0, 26), + (75276, "414006", 1, 0, 26), + (75277, "414006", 1, 0, 26), + (75278, "414006", 1, 0, 26), + (75279, "414006", 1, 0, 26), + (75280, "414006", 1, 0, 26), + (75281, "413704", 1, 0, 26), + (75282, "413704", 1, 0, 26), + (75283, "413704", 1, 0, 26), + (75284, "413704", 1, 0, 26), + (75285, "413703", 1, 0, 26), + (75286, "413703", 1, 0, 26), + (75287, "413703", 1, 0, 26), + (75288, "413703", 1, 0, 26), + (75289, "413703", 1, 0, 26), + (75290, "413703", 1, 0, 26), + (75291, "413703", 1, 0, 26), + (75292, "413703", 1, 0, 26), + (75293, "413703", 1, 0, 26), + (75294, "413703", 1, 0, 26), + (75295, "413703", 1, 0, 26), + (75296, "414505", 1, 0, 26), + (75297, "414505", 1, 0, 26), + (75298, "414505", 1, 0, 26), + (75299, "414505", 1, 0, 26), + (75300, "414505", 1, 0, 26), + (75301, "414505", 1, 0, 26), + (75302, "414505", 1, 0, 26), + (75303, "413201", 1, 0, 26), + (75304, "413201", 1, 0, 26), + (75305, "413201", 1, 0, 26), + (75306, "414601", 1, 0, 26), + (75307, "414601", 1, 0, 26), + (75308, "414601", 1, 0, 26), + (75309, "414303", 1, 0, 26), + (75310, "414303", 1, 0, 26), + (75311, "414303", 1, 0, 26), + (75312, "414303", 1, 0, 26), + (75313, "414402", 1, 0, 26), + (75314, "414402", 1, 0, 26), + (75315, "414402", 1, 0, 26), + (75316, "414402", 1, 0, 26), + (75317, "414402", 1, 0, 26), + (75318, "414402", 1, 0, 26), + (75319, "414402", 1, 0, 26), + (75320, "414402", 1, 0, 26), + (75321, "414402", 1, 0, 26), + (75322, "414402", 1, 0, 26), + (75323, "414402", 1, 0, 26), + (75324, "414402", 1, 0, 26), + (75325, "414402", 1, 0, 26), + (75326, "414402", 1, 0, 26), + (75327, "414701", 1, 0, 26), + (75328, "414701", 1, 0, 26), + (75329, "414701", 1, 0, 26), + (75330, "414701", 1, 0, 26), + (75331, "414701", 1, 0, 26), + (75332, "413204", 1, 0, 26), + (75333, "413204", 1, 0, 26), + (75334, "413204", 1, 0, 26), + (75335, "444705", 1, 0, 26), + (75336, "444904", 1, 0, 26), + (75337, "444904", 1, 0, 26), + (75338, "444904", 1, 0, 26), + (75339, "444904", 1, 0, 26), + (75340, "444904", 1, 0, 26), + (75341, "444904", 1, 0, 26), + (75342, "444904", 1, 0, 26), + (75343, "444904", 1, 0, 26), + (75344, "444904", 1, 0, 26), + (75345, "444904", 1, 0, 26), + (75346, "444904", 1, 0, 26), + (75347, "444904", 1, 0, 26), + (75348, "444904", 1, 0, 26), + (75349, "444904", 1, 0, 26), + (75350, "444904", 1, 0, 26), + (75351, "444904", 1, 0, 26), + (75352, "444904", 1, 0, 26), + (75353, "444904", 1, 0, 26), + (75354, "444904", 1, 0, 26), + (75355, "444904", 1, 0, 26), + (75356, "444904", 1, 0, 26), + (75357, "444705", 1, 0, 26), + (75358, "444705", 1, 0, 26), + (75359, "444705", 1, 0, 26), + (75360, "444705", 1, 0, 26), + (75361, "444705", 1, 0, 26), + (75362, "444705", 1, 0, 26), + (75363, "444705", 1, 0, 26), + (75364, "444705", 1, 0, 26), + (75365, "444705", 1, 0, 26), + (75366, "444705", 1, 0, 26), + (75367, "444705", 1, 0, 26), + (75368, "444705", 1, 0, 26), + (75369, "444705", 1, 0, 26), + (75370, "444705", 1, 0, 26), + (75371, "444705", 1, 0, 26), + (75372, "444705", 1, 0, 26), + (75373, "444705", 1, 0, 26), + (75374, "444705", 1, 0, 26), + (75375, "431517", 1, 0, 26), + (75376, "431517", 1, 0, 26), + (75377, "431517", 1, 0, 26), + (75378, "431517", 1, 0, 26), + (75379, "431517", 1, 0, 26), + (75380, "431517", 1, 0, 26), + (75381, "431517", 1, 0, 26), + (75382, "431523", 1, 0, 26), + (75383, "431523", 1, 0, 26), + (75384, "431523", 1, 0, 26), + (75385, "431523", 1, 0, 26), + (75386, "431523", 1, 0, 26), + (75387, "431523", 1, 0, 26), + (75388, "414203", 1, 0, 26), + (75389, "414203", 1, 0, 26), + (75390, "414203", 1, 0, 26), + (75391, "414203", 1, 0, 26), + (75392, "414203", 1, 0, 26), + (75393, "414203", 1, 0, 26), + (75394, "414203", 1, 0, 26), + (75395, "414203", 1, 0, 26), + (75396, "414203", 1, 0, 26), + (75397, "414203", 1, 0, 26), + (75398, "414203", 1, 0, 26), + (75399, "414203", 1, 0, 26), + (75400, "414203", 1, 0, 26), + (75401, "414203", 1, 0, 26), + (75402, "414203", 1, 0, 26), + (75403, "414203", 1, 0, 26), + (75404, "414203", 1, 0, 26), + (75405, "431518", 1, 0, 26), + (75406, "431518", 1, 0, 26), + (75407, "431518", 1, 0, 26), + (75408, "431518", 1, 0, 26), + (75409, "431518", 1, 0, 26), + (75410, "431126", 1, 0, 26), + (75411, "413207", 1, 0, 26), + (75412, "431127", 1, 0, 26), + (75413, "414202", 1, 0, 26), + (75414, "431124", 1, 0, 26), + (75415, "414204", 1, 0, 26), + (75416, "431129", 1, 0, 26), + (75417, "431126", 1, 0, 26), + (75418, "431126", 1, 0, 26), + (75419, "431126", 1, 0, 26), + (75420, "431126", 1, 0, 26), + (75421, "431126", 1, 0, 26), + (75422, "431126", 1, 0, 26), + (75423, "431126", 1, 0, 26), + (75424, "431126", 1, 0, 26), + (75425, "431153", 1, 0, 26), + (75426, "431153", 1, 0, 26), + (75427, "431153", 1, 0, 26), + (75428, "431153", 1, 0, 26), + (75429, "431144", 1, 0, 26), + (75430, "431153", 1, 0, 26), + (75431, "431144", 1, 0, 26), + (75432, "431144", 1, 0, 26), + (75433, "431153", 1, 0, 26), + (75434, "431153", 1, 0, 26), + (75435, "431153", 1, 0, 26), + (75436, "431153", 1, 0, 26), + (75437, "431153", 1, 0, 26), + (75438, "431153", 1, 0, 26), + (75439, "431153", 1, 0, 26), + (75440, "431153", 1, 0, 26), + (75441, "431153", 1, 0, 26), + (75442, "431153", 1, 0, 26), + (75443, "431153", 1, 0, 26), + (75444, "431153", 1, 0, 26), + (75445, "431144", 1, 0, 26), + (75446, "431153", 1, 0, 26), + (75447, "431153", 1, 0, 26), + (75448, "431153", 1, 0, 26), + (75449, "431153", 1, 0, 26), + (75450, "413207", 1, 0, 26), + (75451, "413207", 1, 0, 26), + (75452, "413207", 1, 0, 26), + (75453, "431517", 1, 0, 26), + (75454, "431517", 1, 0, 26), + (75455, "431517", 1, 0, 26), + (75456, "431517", 1, 0, 26), + (75457, "431517", 1, 0, 26), + (75458, "431517", 1, 0, 26), + (75459, "431517", 1, 0, 26), + (75460, "431126", 1, 0, 26), + (75461, "431126", 1, 0, 26), + (75462, "431126", 1, 0, 26), + (75463, "431126", 1, 0, 26), + (75464, "431126", 1, 0, 26), + (75465, "431126", 1, 0, 26), + (75466, "431126", 1, 0, 26), + (75467, "431128", 1, 0, 26), + (75468, "431128", 1, 0, 26), + (75469, "431128", 1, 0, 26), + (75470, "431128", 1, 0, 26), + (75471, "431128", 1, 0, 26), + (75472, "431128", 1, 0, 26), + (75473, "431128", 1, 0, 26), + (75474, "431128", 1, 0, 26), + (75475, "431128", 1, 0, 26), + (75476, "431128", 1, 0, 26), + (75477, "431128", 1, 0, 26), + (75478, "431143", 1, 0, 26), + (75479, "431127", 1, 0, 26), + (75480, "431127", 1, 0, 26), + (75481, "431127", 1, 0, 26), + (75482, "431127", 1, 0, 26), + (75483, "431127", 1, 0, 26), + (75484, "431143", 1, 0, 26), + (75485, "431127", 1, 0, 26), + (75486, "431143", 1, 0, 26), + (75487, "431143", 1, 0, 26), + (75488, "431143", 1, 0, 26), + (75489, "431143", 1, 0, 26), + (75490, "431143", 1, 0, 26), + (75491, "431143", 1, 0, 26), + (75492, "431127", 1, 0, 26), + (75493, "431127", 1, 0, 26), + (75494, "431143", 1, 0, 26), + (75495, "431127", 1, 0, 26), + (75496, "431143", 1, 0, 26), + (75497, "431143", 1, 0, 26), + (75498, "431127", 1, 0, 26), + (75499, "431127", 1, 0, 26), + (75500, "431519", 1, 0, 26), + (75501, "431519", 1, 0, 26), + (75502, "431519", 1, 0, 26), + (75503, "431519", 1, 0, 26), + (75504, "431519", 1, 0, 26), + (75505, "431519", 1, 0, 26), + (75506, "414202", 1, 0, 26), + (75507, "414202", 1, 0, 26), + (75508, "414202", 1, 0, 26), + (75509, "414202", 1, 0, 26), + (75510, "414202", 1, 0, 26), + (75511, "414202", 1, 0, 26), + (75512, "414202", 1, 0, 26), + (75513, "414202", 1, 0, 26), + (75514, "414202", 1, 0, 26), + (75515, "414202", 1, 0, 26), + (75516, "414202", 1, 0, 26), + (75517, "414202", 1, 0, 26), + (75518, "414202", 1, 0, 26), + (75519, "414202", 1, 0, 26), + (75520, "414202", 1, 0, 26), + (75521, "414202", 1, 0, 26), + (75522, "414202", 1, 0, 26), + (75523, "414202", 1, 0, 26), + (75524, "431123", 1, 0, 26), + (75525, "431123", 1, 0, 26), + (75526, "431123", 1, 0, 26), + (75527, "431123", 1, 0, 26), + (75528, "431123", 1, 0, 26), + (75529, "431123", 1, 0, 26), + (75530, "431123", 1, 0, 26), + (75531, "431123", 1, 0, 26), + (75532, "431123", 1, 0, 26), + (75533, "431123", 1, 0, 26), + (75534, "431123", 1, 0, 26), + (75535, "431123", 1, 0, 26), + (75536, "431123", 1, 0, 26), + (75537, "431123", 1, 0, 26), + (75538, "431123", 1, 0, 26), + (75539, "431123", 1, 0, 26), + (75540, "431123", 1, 0, 26), + (75541, "431123", 1, 0, 26), + (75542, "431123", 1, 0, 26), + (75543, "431123", 1, 0, 26), + (75544, "431123", 1, 0, 26), + (75545, "431123", 1, 0, 26), + (75546, "431123", 1, 0, 26), + (75547, "431142", 1, 0, 26), + (75548, "431142", 1, 0, 26), + (75549, "431124", 1, 0, 26), + (75550, "431124", 1, 0, 26), + (75551, "431124", 1, 0, 26), + (75552, "431144", 1, 0, 26), + (75553, "431124", 1, 0, 26), + (75554, "431124", 1, 0, 26), + (75555, "431124", 1, 0, 26), + (75556, "431124", 1, 0, 26), + (75557, "431124", 1, 0, 26), + (75558, "431144", 1, 0, 26), + (75559, "431125", 1, 0, 26), + (75560, "431125", 1, 0, 26), + (75561, "431125", 1, 0, 26), + (75562, "431515", 1, 0, 26), + (75563, "431515", 1, 0, 26), + (75564, "431515", 1, 0, 26), + (75565, "431515", 1, 0, 26), + (75566, "431515", 1, 0, 26), + (75567, "431515", 1, 0, 26), + (75568, "431515", 1, 0, 26), + (75569, "414204", 1, 0, 26), + (75570, "414204", 1, 0, 26), + (75571, "414204", 1, 0, 26), + (75572, "414204", 1, 0, 26), + (75573, "414204", 1, 0, 26), + (75574, "414204", 1, 0, 26), + (75575, "414204", 1, 0, 26), + (75576, "414204", 1, 0, 26), + (75577, "414204", 1, 0, 26), + (75578, "414204", 1, 0, 26), + (75579, "414204", 1, 0, 26), + (75580, "414204", 1, 0, 26), + (75581, "414204", 1, 0, 26), + (75582, "413229", 1, 0, 26), + (75583, "413229", 1, 0, 26), + (75584, "413229", 1, 0, 26), + (75585, "413229", 1, 0, 26), + (75586, "413229", 1, 0, 26), + (75587, "414205", 1, 0, 26), + (75588, "414205", 1, 0, 26), + (75589, "414205", 1, 0, 26), + (75590, "414205", 1, 0, 26), + (75591, "414205", 1, 0, 26), + (75592, "414205", 1, 0, 26), + (75593, "414205", 1, 0, 26), + (75594, "414205", 1, 0, 26), + (75595, "414205", 1, 0, 26), + (75596, "414205", 1, 0, 26), + (75597, "413249", 1, 0, 26), + (75598, "413249", 1, 0, 26), + (75599, "413249", 1, 0, 26), + (75600, "413249", 1, 0, 26), + (75601, "413249", 1, 0, 26), + (75602, "413249", 1, 0, 26), + (75603, "413249", 1, 0, 26), + (75604, "413249", 1, 0, 26), + (75605, "431129", 1, 0, 26), + (75606, "431129", 1, 0, 26), + (75607, "431129", 1, 0, 26), + (75608, "431129", 1, 0, 26), + (75609, "431129", 1, 0, 26), + (75610, "431129", 1, 0, 26), + (75611, "431129", 1, 0, 26), + (75612, "431129", 1, 0, 26), + (75613, "431129", 1, 0, 26), + (75614, "431129", 1, 0, 26), + (75615, "431130", 1, 0, 26), + (75616, "431130", 1, 0, 26), + (75617, "431130", 1, 0, 26), + (75618, "431130", 1, 0, 26), + (75619, "431130", 1, 0, 26), + (75620, "431130", 1, 0, 26), + (75621, "431130", 1, 0, 26), + (75622, "431130", 1, 0, 26), + (75623, "431130", 1, 0, 26), + (75624, "431130", 1, 0, 26), + (75625, "431130", 1, 0, 26), + (75626, "431130", 1, 0, 26), + (75627, "431130", 1, 0, 26), + (75628, "431130", 1, 0, 26), + (75629, "431130", 1, 0, 26), + (75630, "431530", 1, 0, 26), + (75631, "431530", 1, 0, 26), + (75632, "431530", 1, 0, 26), + (75633, "431530", 1, 0, 26), + (75634, "431530", 1, 0, 26), + (75635, "431530", 1, 0, 26), + (75636, "443201", 1, 0, 26), + (75637, "443201", 1, 0, 26), + (75638, "443201", 1, 0, 26), + (75639, "443201", 1, 0, 26), + (75640, "443201", 1, 0, 26), + (75641, "443201", 1, 0, 26), + (75642, "443201", 1, 0, 26), + (75643, "443201", 1, 0, 26), + (75644, "443201", 1, 0, 26), + (75645, "443201", 1, 0, 26), + (75646, "443201", 1, 0, 26), + (75647, "443102", 1, 0, 26), + (75648, "443102", 1, 0, 26), + (75649, "443102", 1, 0, 26), + (75650, "443102", 1, 0, 26), + (75651, "443102", 1, 0, 26), + (75652, "443102", 1, 0, 26), + (75653, "443102", 1, 0, 26), + (75654, "443102", 1, 0, 26), + (75655, "443102", 1, 0, 26), + (75656, "443102", 1, 0, 26), + (75657, "443102", 1, 0, 26), + (75658, "443102", 1, 0, 26), + (75659, "443102", 1, 0, 26), + (75660, "443102", 1, 0, 26), + (75661, "443206", 1, 0, 26), + (75662, "443206", 1, 0, 26), + (75663, "443206", 1, 0, 26), + (75664, "443206", 1, 0, 26), + (75665, "443206", 1, 0, 26), + (75666, "443206", 1, 0, 26), + (75667, "443204", 1, 0, 26), + (75668, "443204", 1, 0, 26), + (75669, "443002", 1, 0, 26), + (75670, "443402", 1, 0, 26), + (75671, "443404", 1, 0, 26), + (75672, "444303", 1, 0, 26), + (75673, "443304", 1, 0, 26), + (75674, "443301", 1, 0, 26), + (75675, "444202", 1, 0, 26), + (75676, "443204", 1, 0, 26), + (75677, "443204", 1, 0, 26), + (75678, "443204", 1, 0, 26), + (75679, "443204", 1, 0, 26), + (75680, "443106", 1, 0, 26), + (75681, "443106", 1, 0, 26), + (75682, "443002", 1, 0, 26), + (75683, "443002", 1, 0, 26), + (75684, "443401", 1, 0, 26), + (75685, "443401", 1, 0, 26), + (75686, "443401", 1, 0, 26), + (75687, "443401", 1, 0, 26), + (75688, "443201", 1, 0, 26), + (75689, "443201", 1, 0, 26), + (75690, "443201", 1, 0, 26), + (75691, "443201", 1, 0, 26), + (75692, "443201", 1, 0, 26), + (75693, "443201", 1, 0, 26), + (75694, "443201", 1, 0, 26), + (75695, "443201", 1, 0, 26), + (75696, "443201", 1, 0, 26), + (75697, "443201", 1, 0, 26), + (75698, "443201", 1, 0, 26), + (75699, "443201", 1, 0, 26), + (75700, "443201", 1, 0, 26), + (75701, "443201", 1, 0, 26), + (75702, "443002", 1, 0, 26), + (75703, "443002", 1, 0, 26), + (75704, "443002", 1, 0, 26), + (75705, "443002", 1, 0, 26), + (75706, "443002", 1, 0, 26), + (75707, "443002", 1, 0, 26), + (75708, "443002", 1, 0, 26), + (75709, "443002", 1, 0, 26), + (75710, "443002", 1, 0, 26), + (75711, "443002", 1, 0, 26), + (75712, "443002", 1, 0, 26), + (75713, "443002", 1, 0, 26), + (75714, "443002", 1, 0, 26), + (75715, "443002", 1, 0, 26), + (75716, "443002", 1, 0, 26), + (75717, "443002", 1, 0, 26), + (75718, "443106", 1, 0, 26), + (75719, "443106", 1, 0, 26), + (75720, "443106", 1, 0, 26), + (75721, "443106", 1, 0, 26), + (75722, "443106", 1, 0, 26), + (75723, "443106", 1, 0, 26), + (75724, "443106", 1, 0, 26), + (75725, "443106", 1, 0, 26), + (75726, "443106", 1, 0, 26), + (75727, "443104", 1, 0, 26), + (75728, "443104", 1, 0, 26), + (75729, "443112", 1, 0, 26), + (75730, "443112", 1, 0, 26), + (75731, "443112", 1, 0, 26), + (75732, "443112", 1, 0, 26), + (75733, "443112", 1, 0, 26), + (75734, "443112", 1, 0, 26), + (75735, "443112", 1, 0, 26), + (75736, "443112", 1, 0, 26), + (75737, "443402", 1, 0, 26), + (75738, "443402", 1, 0, 26), + (75739, "443402", 1, 0, 26), + (75740, "443402", 1, 0, 26), + (75741, "443402", 1, 0, 26), + (75742, "443402", 1, 0, 26), + (75743, "443402", 1, 0, 26), + (75744, "443402", 1, 0, 26), + (75745, "443402", 1, 0, 26), + (75746, "443101", 1, 0, 26), + (75747, "443101", 1, 0, 26), + (75748, "443101", 1, 0, 26), + (75749, "443101", 1, 0, 26), + (75750, "443101", 1, 0, 26), + (75751, "443101", 1, 0, 26), + (75752, "443101", 1, 0, 26), + (75753, "443101", 1, 0, 26), + (75754, "443101", 1, 0, 26), + (75755, "443101", 1, 0, 26), + (75756, "443101", 1, 0, 26), + (75757, "443101", 1, 0, 26), + (75758, "443101", 1, 0, 26), + (75759, "443101", 1, 0, 26), + (75760, "443101", 1, 0, 26), + (75761, "443101", 1, 0, 26), + (75762, "443103", 1, 0, 26), + (75763, "443103", 1, 0, 26), + (75764, "443103", 1, 0, 26), + (75765, "443103", 1, 0, 26), + (75766, "443103", 1, 0, 26), + (75767, "443103", 1, 0, 26), + (75768, "443103", 1, 0, 26), + (75769, "443103", 1, 0, 26), + (75770, "443103", 1, 0, 26), + (75771, "443404", 1, 0, 26), + (75772, "443404", 1, 0, 26), + (75773, "443404", 1, 0, 26), + (75774, "443404", 1, 0, 26), + (75775, "443404", 1, 0, 26), + (75776, "443404", 1, 0, 26), + (75777, "443404", 1, 0, 26), + (75778, "443404", 1, 0, 26), + (75779, "443404", 1, 0, 26), + (75780, "443404", 1, 0, 26), + (75781, "443404", 1, 0, 26), + (75782, "443404", 1, 0, 26), + (75783, "443202", 1, 0, 26), + (75784, "443202", 1, 0, 26), + (75785, "443202", 1, 0, 26), + (75786, "443202", 1, 0, 26), + (75787, "443202", 1, 0, 26), + (75788, "443202", 1, 0, 26), + (75789, "443202", 1, 0, 26), + (75790, "443202", 1, 0, 26), + (75791, "443202", 1, 0, 26), + (75792, "443202", 1, 0, 26), + (75793, "443202", 1, 0, 26), + (75794, "443203", 1, 0, 26), + (75795, "443203", 1, 0, 26), + (75796, "443203", 1, 0, 26), + (75797, "443203", 1, 0, 26), + (75798, "443203", 1, 0, 26), + (75799, "443203", 1, 0, 26), + (75800, "443203", 1, 0, 26), + (75801, "444303", 1, 0, 26), + (75802, "444303", 1, 0, 26), + (75803, "444303", 1, 0, 26), + (75804, "444303", 1, 0, 26), + (75805, "444303", 1, 0, 26), + (75806, "444303", 1, 0, 26), + (75807, "444303", 1, 0, 26), + (75808, "444303", 1, 0, 26), + (75809, "444303", 1, 0, 26), + (75810, "444303", 1, 0, 26), + (75811, "444303", 1, 0, 26), + (75812, "444303", 1, 0, 26), + (75813, "444303", 1, 0, 26), + (75814, "444303", 1, 0, 26), + (75815, "444303", 1, 0, 26), + (75816, "444303", 1, 0, 26), + (75817, "444303", 1, 0, 26), + (75818, "444303", 1, 0, 26), + (75819, "444303", 1, 0, 26), + (75820, "444303", 1, 0, 26), + (75821, "444303", 1, 0, 26), + (75822, "444303", 1, 0, 26), + (75823, "444303", 1, 0, 26), + (75824, "444303", 1, 0, 26), + (75825, "444303", 1, 0, 26), + (75826, "444303", 1, 0, 26), + (75827, "444303", 1, 0, 26), + (75828, "444303", 1, 0, 26), + (75829, "444301", 1, 0, 26), + (75830, "444301", 1, 0, 26), + (75831, "444301", 1, 0, 26), + (75832, "444301", 1, 0, 26), + (75833, "444301", 1, 0, 26), + (75834, "444301", 1, 0, 26), + (75835, "444301", 1, 0, 26), + (75836, "443303", 1, 0, 26), + (75837, "443303", 1, 0, 26), + (75838, "443303", 1, 0, 26), + (75839, "443303", 1, 0, 26), + (75840, "443303", 1, 0, 26), + (75841, "443304", 1, 0, 26), + (75842, "443304", 1, 0, 26), + (75843, "443304", 1, 0, 26), + (75844, "443304", 1, 0, 26), + (75845, "443304", 1, 0, 26), + (75846, "443308", 1, 0, 26), + (75847, "443308", 1, 0, 26), + (75848, "443308", 1, 0, 26), + (75849, "443308", 1, 0, 26), + (75850, "443308", 1, 0, 26), + (75851, "443308", 1, 0, 26), + (75852, "444312", 1, 0, 26), + (75853, "444312", 1, 0, 26), + (75854, "444312", 1, 0, 26), + (75855, "444312", 1, 0, 26), + (75856, "444312", 1, 0, 26), + (75857, "443302", 1, 0, 26), + (75858, "443302", 1, 0, 26), + (75859, "443302", 1, 0, 26), + (75860, "443302", 1, 0, 26), + (75861, "443302", 1, 0, 26), + (75862, "443302", 1, 0, 26), + (75863, "443302", 1, 0, 26), + (75864, "443302", 1, 0, 26), + (75865, "443302", 1, 0, 26), + (75866, "443302", 1, 0, 26), + (75867, "443302", 1, 0, 26), + (75868, "443302", 1, 0, 26), + (75869, "443301", 1, 0, 26), + (75870, "443301", 1, 0, 26), + (75871, "443301", 1, 0, 26), + (75872, "443301", 1, 0, 26), + (75873, "443301", 1, 0, 26), + (75874, "443301", 1, 0, 26), + (75875, "443301", 1, 0, 26), + (75876, "443301", 1, 0, 26), + (75877, "443301", 1, 0, 26), + (75878, "443301", 1, 0, 26), + (75879, "443301", 1, 0, 26), + (75880, "443301", 1, 0, 26), + (75881, "443301", 1, 0, 26), + (75882, "443301", 1, 0, 26), + (75883, "443301", 1, 0, 26), + (75884, "443301", 1, 0, 26), + (75885, "443301", 1, 0, 26), + (75886, "443301", 1, 0, 26), + (75887, "443301", 1, 0, 26), + (75888, "443301", 1, 0, 26), + (75889, "443301", 1, 0, 26), + (75890, "443301", 1, 0, 26), + (75891, "443301", 1, 0, 26), + (75892, "444306", 1, 0, 26), + (75893, "444306", 1, 0, 26), + (75894, "444306", 1, 0, 26), + (75895, "444306", 1, 0, 26), + (75896, "444306", 1, 0, 26), + (75897, "444306", 1, 0, 26), + (75898, "444306", 1, 0, 26), + (75899, "444306", 1, 0, 26), + (75900, "444201", 1, 0, 26), + (75901, "444201", 1, 0, 26), + (75902, "444201", 1, 0, 26), + (75903, "444201", 1, 0, 26), + (75904, "444201", 1, 0, 26), + (75905, "443403", 1, 0, 26), + (75906, "443403", 1, 0, 26), + (75907, "443403", 1, 0, 26), + (75908, "443403", 1, 0, 26), + (75909, "443403", 1, 0, 26), + (75910, "443403", 1, 0, 26), + (75911, "444202", 1, 0, 26), + (75912, "444202", 1, 0, 26), + (75913, "444202", 1, 0, 26), + (75914, "444203", 1, 0, 26), + (75915, "444203", 1, 0, 26), + (75916, "444203", 1, 0, 26), + (75917, "444203", 1, 0, 26), + (75918, "444203", 1, 0, 26), + (75919, "444203", 1, 0, 26), + (75920, "444203", 1, 0, 26), + (75921, "444203", 1, 0, 26), + (75922, "444203", 1, 0, 26), + (75923, "444203", 1, 0, 26), + (75924, "444203", 1, 0, 26), + (75925, "444203", 1, 0, 26), + (75926, "444203", 1, 0, 26), + (75927, "444204", 1, 0, 26), + (75928, "444204", 1, 0, 26), + (75929, "444204", 1, 0, 26), + (75930, "444204", 1, 0, 26), + (75931, "444204", 1, 0, 26), + (75932, "441206", 1, 0, 26), + (75933, "442701", 1, 0, 26), + (75934, "442603", 1, 0, 26), + (75935, "442908", 1, 0, 26), + (75936, "441207", 1, 0, 26), + (75937, "441209", 1, 0, 26), + (75938, "441223", 1, 0, 26), + (75939, "442905", 1, 0, 26), + (75940, "442702", 1, 0, 26), + (75941, "442906", 1, 0, 26), + (75942, "442504", 1, 0, 26), + (75943, "442504", 1, 0, 26), + (75944, "442504", 1, 0, 26), + (75945, "442504", 1, 0, 26), + (75946, "442504", 1, 0, 26), + (75947, "442504", 1, 0, 26), + (75948, "442504", 1, 0, 26), + (75949, "441221", 1, 0, 26), + (75950, "441221", 1, 0, 26), + (75951, "441221", 1, 0, 26), + (75952, "441221", 1, 0, 26), + (75953, "441221", 1, 0, 26), + (75954, "441221", 1, 0, 26), + (75955, "441221", 1, 0, 26), + (75956, "441221", 1, 0, 26), + (75957, "441221", 1, 0, 26), + (75958, "441221", 1, 0, 26), + (75959, "441221", 1, 0, 26), + (75960, "441221", 1, 0, 26), + (75961, "441221", 1, 0, 26), + (75962, "442916", 1, 0, 26), + (75963, "442906", 1, 0, 26), + (75964, "442906", 1, 0, 26), + (75965, "442906", 1, 0, 26), + (75966, "442906", 1, 0, 26), + (75967, "442906", 1, 0, 26), + (75968, "442906", 1, 0, 26), + (75969, "442906", 1, 0, 26), + (75970, "442906", 1, 0, 26), + (75971, "442906", 1, 0, 26), + (75972, "442906", 1, 0, 26), + (75973, "442906", 1, 0, 26), + (75974, "442906", 1, 0, 26), + (75975, "442503", 1, 0, 26), + (75976, "442503", 1, 0, 26), + (75977, "442503", 1, 0, 26), + (75978, "441222", 1, 0, 26), + (75979, "441222", 1, 0, 26), + (75980, "441222", 1, 0, 26), + (75981, "441222", 1, 0, 26), + (75982, "441222", 1, 0, 26), + (75983, "441222", 1, 0, 26), + (75984, "441222", 1, 0, 26), + (75985, "441222", 1, 0, 26), + (75986, "442504", 1, 0, 26), + (75987, "442504", 1, 0, 26), + (75988, "442504", 1, 0, 26), + (75989, "442504", 1, 0, 26), + (75990, "442504", 1, 0, 26), + (75991, "442504", 1, 0, 26), + (75992, "442504", 1, 0, 26), + (75993, "442916", 1, 0, 26), + (75994, "442916", 1, 0, 26), + (75995, "442916", 1, 0, 26), + (75996, "442916", 1, 0, 26), + (75997, "442916", 1, 0, 26), + (75998, "442916", 1, 0, 26), + (75999, "442916", 1, 0, 26), + (76000, "442916", 1, 0, 26), + (76001, "442916", 1, 0, 26), + (76002, "442916", 1, 0, 26), + (76003, "442916", 1, 0, 26), + (76004, "442916", 1, 0, 26), + (76005, "442916", 1, 0, 26), + (76006, "442916", 1, 0, 26), + (76007, "441217", 1, 0, 26), + (76008, "441217", 1, 0, 26), + (76009, "441217", 1, 0, 26), + (76010, "441217", 1, 0, 26), + (76011, "441217", 1, 0, 26), + (76012, "441217", 1, 0, 26), + (76013, "441217", 1, 0, 26), + (76014, "441217", 1, 0, 26), + (76015, "441217", 1, 0, 26), + (76016, "441217", 1, 0, 26), + (76017, "442907", 1, 0, 26), + (76018, "442907", 1, 0, 26), + (76019, "442907", 1, 0, 26), + (76020, "442907", 1, 0, 26), + (76021, "442907", 1, 0, 26), + (76022, "442907", 1, 0, 26), + (76023, "442907", 1, 0, 26), + (76024, "442907", 1, 0, 26), + (76025, "442907", 1, 0, 26), + (76026, "442907", 1, 0, 26), + (76027, "442907", 1, 0, 26), + (76028, "442907", 1, 0, 26), + (76029, "442907", 1, 0, 26), + (76030, "442907", 1, 0, 26), + (76031, "442907", 1, 0, 26), + (76032, "442701", 1, 0, 26), + (76033, "442701", 1, 0, 26), + (76034, "442701", 1, 0, 26), + (76035, "442701", 1, 0, 26), + (76036, "442701", 1, 0, 26), + (76037, "441226", 1, 0, 26), + (76038, "441226", 1, 0, 26), + (76039, "441226", 1, 0, 26), + (76040, "441226", 1, 0, 26), + (76041, "441206", 1, 0, 26), + (76042, "441206", 1, 0, 26), + (76043, "441206", 1, 0, 26), + (76044, "441206", 1, 0, 26), + (76045, "441206", 1, 0, 26), + (76046, "441206", 1, 0, 26), + (76047, "441206", 1, 0, 26), + (76048, "441206", 1, 0, 26), + (76049, "441206", 1, 0, 26), + (76050, "441206", 1, 0, 26), + (76051, "441206", 1, 0, 26), + (76052, "441206", 1, 0, 26), + (76053, "441206", 1, 0, 26), + (76054, "442710", 1, 0, 26), + (76055, "442710", 1, 0, 26), + (76056, "442710", 1, 0, 26), + (76057, "442710", 1, 0, 26), + (76058, "442710", 1, 0, 26), + (76059, "442603", 1, 0, 26), + (76060, "442603", 1, 0, 26), + (76061, "442603", 1, 0, 26), + (76062, "442603", 1, 0, 26), + (76063, "442603", 1, 0, 26), + (76064, "441206", 1, 0, 26), + (76065, "441206", 1, 0, 26), + (76066, "441206", 1, 0, 26), + (76067, "442705", 1, 0, 26), + (76068, "442705", 1, 0, 26), + (76069, "442705", 1, 0, 26), + (76070, "442705", 1, 0, 26), + (76071, "442705", 1, 0, 26), + (76072, "442705", 1, 0, 26), + (76073, "442705", 1, 0, 26), + (76074, "442705", 1, 0, 26), + (76075, "442703", 1, 0, 26), + (76076, "442703", 1, 0, 26), + (76077, "442703", 1, 0, 26), + (76078, "442914", 1, 0, 26), + (76079, "442914", 1, 0, 26), + (76080, "442914", 1, 0, 26), + (76081, "442914", 1, 0, 26), + (76082, "441208", 1, 0, 26), + (76083, "441208", 1, 0, 26), + (76084, "441208", 1, 0, 26), + (76085, "441208", 1, 0, 26), + (76086, "441208", 1, 0, 26), + (76087, "441208", 1, 0, 26), + (76088, "441208", 1, 0, 26), + (76089, "442707", 1, 0, 26), + (76090, "442919", 1, 0, 26), + (76091, "442917", 1, 0, 26), + (76092, "442917", 1, 0, 26), + (76093, "442403", 1, 0, 26), + (76094, "442701", 1, 0, 26), + (76095, "442603", 1, 0, 26), + (76096, "442603", 1, 0, 26), + (76097, "442603", 1, 0, 26), + (76098, "442603", 1, 0, 26), + (76099, "442603", 1, 0, 26), + (76100, "442603", 1, 0, 26), + (76101, "442603", 1, 0, 26), + (76102, "442603", 1, 0, 26), + (76103, "442603", 1, 0, 26), + (76104, "442603", 1, 0, 26), + (76105, "442603", 1, 0, 26), + (76106, "442402", 1, 0, 26), + (76107, "442402", 1, 0, 26), + (76108, "442404", 1, 0, 26), + (76109, "442404", 1, 0, 26), + (76110, "442404", 1, 0, 26), + (76111, "442908", 1, 0, 26), + (76112, "442908", 1, 0, 26), + (76113, "442908", 1, 0, 26), + (76114, "442908", 1, 0, 26), + (76115, "442908", 1, 0, 26), + (76116, "442908", 1, 0, 26), + (76117, "442908", 1, 0, 26), + (76118, "442908", 1, 0, 26), + (76119, "442908", 1, 0, 26), + (76120, "442908", 1, 0, 26), + (76121, "442908", 1, 0, 26), + (76122, "442908", 1, 0, 26), + (76123, "442908", 1, 0, 26), + (76124, "442903", 1, 0, 26), + (76125, "442903", 1, 0, 26), + (76126, "442903", 1, 0, 26), + (76127, "442903", 1, 0, 26), + (76128, "442903", 1, 0, 26), + (76129, "442903", 1, 0, 26), + (76130, "442903", 1, 0, 26), + (76131, "442903", 1, 0, 26), + (76132, "442903", 1, 0, 26), + (76133, "442903", 1, 0, 26), + (76134, "442903", 1, 0, 26), + (76135, "442903", 1, 0, 26), + (76136, "442903", 1, 0, 26), + (76137, "442903", 1, 0, 26), + (76138, "442903", 1, 0, 26), + (76139, "442903", 1, 0, 26), + (76140, "442903", 1, 0, 26), + (76141, "442903", 1, 0, 26), + (76142, "442903", 1, 0, 26), + (76143, "442903", 1, 0, 26), + (76144, "441207", 1, 0, 26), + (76145, "441207", 1, 0, 26), + (76146, "441207", 1, 0, 26), + (76147, "441207", 1, 0, 26), + (76148, "441207", 1, 0, 26), + (76149, "441207", 1, 0, 26), + (76150, "441207", 1, 0, 26), + (76151, "441207", 1, 0, 26), + (76152, "441207", 1, 0, 26), + (76153, "441207", 1, 0, 26), + (76154, "441207", 1, 0, 26), + (76155, "442606", 1, 0, 26), + (76156, "442606", 1, 0, 26), + (76157, "442606", 1, 0, 26), + (76158, "442606", 1, 0, 26), + (76159, "442606", 1, 0, 26), + (76160, "442606", 1, 0, 26), + (76161, "442606", 1, 0, 26), + (76162, "442606", 1, 0, 26), + (76163, "442606", 1, 0, 26), + (76164, "442606", 1, 0, 26), + (76165, "442606", 1, 0, 26), + (76166, "442606", 1, 0, 26), + (76167, "442606", 1, 0, 26), + (76168, "442606", 1, 0, 26), + (76169, "442704", 1, 0, 26), + (76170, "442704", 1, 0, 26), + (76171, "442704", 1, 0, 26), + (76172, "442704", 1, 0, 26), + (76173, "442704", 1, 0, 26), + (76174, "442704", 1, 0, 26), + (76175, "442704", 1, 0, 26), + (76176, "442704", 1, 0, 26), + (76177, "441209", 1, 0, 26), + (76178, "441209", 1, 0, 26), + (76179, "441209", 1, 0, 26), + (76180, "441209", 1, 0, 26), + (76181, "441209", 1, 0, 26), + (76182, "441209", 1, 0, 26), + (76183, "441209", 1, 0, 26), + (76184, "441209", 1, 0, 26), + (76185, "441209", 1, 0, 26), + (76186, "441209", 1, 0, 26), + (76187, "441209", 1, 0, 26), + (76188, "441209", 1, 0, 26), + (76189, "441209", 1, 0, 26), + (76190, "441209", 1, 0, 26), + (76191, "441209", 1, 0, 26), + (76192, "441209", 1, 0, 26), + (76193, "442406", 1, 0, 26), + (76194, "442406", 1, 0, 26), + (76195, "441224", 1, 0, 26), + (76196, "441224", 1, 0, 26), + (76197, "441224", 1, 0, 26), + (76198, "441224", 1, 0, 26), + (76199, "441224", 1, 0, 26), + (76200, "442918", 1, 0, 26), + (76201, "442918", 1, 0, 26), + (76202, "442918", 1, 0, 26), + (76203, "441224", 1, 0, 26), + (76204, "441224", 1, 0, 26), + (76205, "441224", 1, 0, 26), + (76206, "441205", 1, 0, 26), + (76207, "441205", 1, 0, 26), + (76208, "441205", 1, 0, 26), + (76209, "441205", 1, 0, 26), + (76210, "441205", 1, 0, 26), + (76211, "441205", 1, 0, 26), + (76212, "441205", 1, 0, 26), + (76213, "441205", 1, 0, 26), + (76214, "441205", 1, 0, 26), + (76215, "441205", 1, 0, 26), + (76216, "441205", 1, 0, 26), + (76217, "441223", 1, 0, 26), + (76218, "441223", 1, 0, 26), + (76219, "441223", 1, 0, 26), + (76220, "441223", 1, 0, 26), + (76221, "441223", 1, 0, 26), + (76222, "441223", 1, 0, 26), + (76223, "441223", 1, 0, 26), + (76224, "442904", 1, 0, 26), + (76225, "442904", 1, 0, 26), + (76226, "442904", 1, 0, 26), + (76227, "442904", 1, 0, 26), + (76228, "442904", 1, 0, 26), + (76229, "442904", 1, 0, 26), + (76230, "442904", 1, 0, 26), + (76231, "442904", 1, 0, 26), + (76232, "442904", 1, 0, 26), + (76233, "442904", 1, 0, 26), + (76234, "442904", 1, 0, 26), + (76235, "441215", 1, 0, 26), + (76236, "441215", 1, 0, 26), + (76237, "441215", 1, 0, 26), + (76238, "441215", 1, 0, 26), + (76239, "441215", 1, 0, 26), + (76240, "441215", 1, 0, 26), + (76241, "441215", 1, 0, 26), + (76242, "441215", 1, 0, 26), + (76243, "441215", 1, 0, 26), + (76244, "441215", 1, 0, 26), + (76245, "441212", 1, 0, 26), + (76246, "441212", 1, 0, 26), + (76247, "441212", 1, 0, 26), + (76248, "441212", 1, 0, 26), + (76249, "441212", 1, 0, 26), + (76250, "442707", 1, 0, 26), + (76251, "442707", 1, 0, 26), + (76252, "442707", 1, 0, 26), + (76253, "442707", 1, 0, 26), + (76254, "442919", 1, 0, 26), + (76255, "442919", 1, 0, 26), + (76256, "442919", 1, 0, 26), + (76257, "442707", 1, 0, 26), + (76258, "442707", 1, 0, 26), + (76259, "442707", 1, 0, 26), + (76260, "442707", 1, 0, 26), + (76261, "442707", 1, 0, 26), + (76262, "442919", 1, 0, 26), + (76263, "442707", 1, 0, 26), + (76264, "442707", 1, 0, 26), + (76265, "442917", 1, 0, 26), + (76266, "442917", 1, 0, 26), + (76267, "441226", 1, 0, 26), + (76268, "441226", 1, 0, 26), + (76269, "442902", 1, 0, 26), + (76270, "442902", 1, 0, 26), + (76271, "442902", 1, 0, 26), + (76272, "442902", 1, 0, 26), + (76273, "442902", 1, 0, 26), + (76274, "442902", 1, 0, 26), + (76275, "441206", 1, 0, 26), + (76276, "441206", 1, 0, 26), + (76277, "441206", 1, 0, 26), + (76278, "441206", 1, 0, 26), + (76279, "441206", 1, 0, 26), + (76280, "441206", 1, 0, 26), + (76281, "442905", 1, 0, 26), + (76282, "442905", 1, 0, 26), + (76283, "442905", 1, 0, 26), + (76284, "442905", 1, 0, 26), + (76285, "442905", 1, 0, 26), + (76286, "442905", 1, 0, 26), + (76287, "442905", 1, 0, 26), + (76288, "442905", 1, 0, 26), + (76289, "442905", 1, 0, 26), + (76290, "442905", 1, 0, 26), + (76291, "442905", 1, 0, 26), + (76292, "442905", 1, 0, 26), + (76293, "442905", 1, 0, 26), + (76294, "442905", 1, 0, 26), + (76295, "442905", 1, 0, 26), + (76296, "442905", 1, 0, 26), + (76297, "442905", 1, 0, 26), + (76298, "442905", 1, 0, 26), + (76299, "442905", 1, 0, 26), + (76300, "442905", 1, 0, 26), + (76301, "442905", 1, 0, 26), + (76302, "442905", 1, 0, 26), + (76303, "441225", 1, 0, 26), + (76304, "441225", 1, 0, 26), + (76305, "442605", 1, 0, 26), + (76306, "442605", 1, 0, 26), + (76307, "442605", 1, 0, 26), + (76308, "442605", 1, 0, 26), + (76309, "442605", 1, 0, 26), + (76310, "442605", 1, 0, 26), + (76311, "442605", 1, 0, 26), + (76312, "442605", 1, 0, 26), + (76313, "442605", 1, 0, 26), + (76314, "442605", 1, 0, 26), + (76315, "442605", 1, 0, 26), + (76316, "442605", 1, 0, 26), + (76317, "442605", 1, 0, 26), + (76318, "442605", 1, 0, 26), + (76319, "442605", 1, 0, 26), + (76320, "442605", 1, 0, 26), + (76321, "442605", 1, 0, 26), + (76322, "442605", 1, 0, 26), + (76323, "442605", 1, 0, 26), + (76324, "442605", 1, 0, 26), + (76325, "442604", 1, 0, 26), + (76326, "442604", 1, 0, 26), + (76327, "442604", 1, 0, 26), + (76328, "442604", 1, 0, 26), + (76329, "442604", 1, 0, 26), + (76330, "442604", 1, 0, 26), + (76331, "442505", 1, 0, 26), + (76332, "442505", 1, 0, 26), + (76333, "442505", 1, 0, 26), + (76334, "442702", 1, 0, 26), + (76335, "442702", 1, 0, 26), + (76336, "442702", 1, 0, 26), + (76337, "442702", 1, 0, 26), + (76338, "442702", 1, 0, 26), + (76339, "442702", 1, 0, 26), + (76340, "442702", 1, 0, 26), + (76341, "442702", 1, 0, 26), + (76342, "442702", 1, 0, 26), + (76343, "442702", 1, 0, 26), + (76344, "442702", 1, 0, 26), + (76345, "442702", 1, 0, 26), + (76346, "442702", 1, 0, 26), + (76347, "442702", 1, 0, 26), + (76348, "442702", 1, 0, 26), + (76349, "442702", 1, 0, 26), + (76350, "442507", 1, 0, 26), + (76351, "442709", 1, 0, 26), + (76352, "442709", 1, 0, 26), + (76353, "442709", 1, 0, 26), + (76354, "442709", 1, 0, 26), + (76355, "442709", 1, 0, 26), + (76356, "442709", 1, 0, 26), + (76357, "442709", 1, 0, 26), + (76358, "441209", 1, 0, 26), + (76359, "441209", 1, 0, 26), + (76360, "441209", 1, 0, 26), + (76361, "441225", 1, 0, 26), + (76362, "441225", 1, 0, 26), + (76363, "441225", 1, 0, 26), + (76364, "441225", 1, 0, 26), + (76365, "441225", 1, 0, 26), + (76366, "441225", 1, 0, 26), + (76367, "441225", 1, 0, 26), + (76368, "441225", 1, 0, 26), + (76369, "441225", 1, 0, 26), + (76370, "441225", 1, 0, 26), + (76371, "441225", 1, 0, 26), + (76372, "441225", 1, 0, 26), + (76373, "442906", 1, 0, 26), + (76374, "442906", 1, 0, 26), + (76375, "442906", 1, 0, 26), + (76376, "442906", 1, 0, 26), + (76377, "442906", 1, 0, 26), + (76378, "442906", 1, 0, 26), + (76379, "442906", 1, 0, 26), + (76380, "425417", 1, 0, 26), + (76381, "424002", 1, 0, 26), + (76382, "425408", 1, 0, 26), + (76383, "424310", 1, 0, 26), + (76384, "425444", 1, 0, 26), + (76385, "425412", 1, 0, 26), + (76386, "425412", 1, 0, 26), + (76387, "425404", 1, 0, 26), + (76388, "424305", 1, 0, 26), + (76389, "425422", 1, 0, 26), + (76390, "424304", 1, 0, 26), + (76391, "425405", 1, 0, 26), + (76392, "425405", 1, 0, 26), + (76393, "425405", 1, 0, 26), + (76394, "425405", 1, 0, 26), + (76395, "425405", 1, 0, 26), + (76396, "425405", 1, 0, 26), + (76397, "425405", 1, 0, 26), + (76398, "425405", 1, 0, 26), + (76399, "425405", 1, 0, 26), + (76400, "425405", 1, 0, 26), + (76401, "425405", 1, 0, 26), + (76402, "425405", 1, 0, 26), + (76403, "425405", 1, 0, 26), + (76404, "425405", 1, 0, 26), + (76405, "425405", 1, 0, 26), + (76406, "425405", 1, 0, 26), + (76407, "425405", 1, 0, 26), + (76408, "424304", 1, 0, 26), + (76409, "424304", 1, 0, 26), + (76410, "424304", 1, 0, 26), + (76411, "424304", 1, 0, 26), + (76412, "424304", 1, 0, 26), + (76413, "424304", 1, 0, 26), + (76414, "424305", 1, 0, 26), + (76415, "425410", 1, 0, 26), + (76416, "425410", 1, 0, 26), + (76417, "425410", 1, 0, 26), + (76418, "425409", 1, 0, 26), + (76419, "425409", 1, 0, 26), + (76420, "425409", 1, 0, 26), + (76421, "425409", 1, 0, 26), + (76422, "425409", 1, 0, 26), + (76423, "425409", 1, 0, 26), + (76424, "425409", 1, 0, 26), + (76425, "425409", 1, 0, 26), + (76426, "425409", 1, 0, 26), + (76427, "425409", 1, 0, 26), + (76428, "425409", 1, 0, 26), + (76429, "425409", 1, 0, 26), + (76430, "425409", 1, 0, 26), + (76431, "425409", 1, 0, 26), + (76432, "425409", 1, 0, 26), + (76433, "425409", 1, 0, 26), + (76434, "425409", 1, 0, 26), + (76435, "425405", 1, 0, 26), + (76436, "425406", 1, 0, 26), + (76437, "425406", 1, 0, 26), + (76438, "424309", 1, 0, 26), + (76439, "424309", 1, 0, 26), + (76440, "424309", 1, 0, 26), + (76441, "424309", 1, 0, 26), + (76442, "424309", 1, 0, 26), + (76443, "425413", 1, 0, 26), + (76444, "425413", 1, 0, 26), + (76445, "425413", 1, 0, 26), + (76446, "425413", 1, 0, 26), + (76447, "425413", 1, 0, 26), + (76448, "425413", 1, 0, 26), + (76449, "425413", 1, 0, 26), + (76450, "425413", 1, 0, 26), + (76451, "425413", 1, 0, 26), + (76452, "425413", 1, 0, 26), + (76453, "425421", 1, 0, 26), + (76454, "425421", 1, 0, 26), + (76455, "425421", 1, 0, 26), + (76456, "425421", 1, 0, 26), + (76457, "425423", 1, 0, 26), + (76458, "425405", 1, 0, 26), + (76459, "425405", 1, 0, 26), + (76460, "425405", 1, 0, 26), + (76461, "425405", 1, 0, 26), + (76462, "425405", 1, 0, 26), + (76463, "425405", 1, 0, 26), + (76464, "425405", 1, 0, 26), + (76465, "425405", 1, 0, 26), + (76466, "424308", 1, 0, 26), + (76467, "424308", 1, 0, 26), + (76468, "424308", 1, 0, 26), + (76469, "424308", 1, 0, 26), + (76470, "424308", 1, 0, 26), + (76471, "424308", 1, 0, 26), + (76472, "425406", 1, 0, 26), + (76473, "425406", 1, 0, 26), + (76474, "425406", 1, 0, 26), + (76475, "425406", 1, 0, 26), + (76476, "425406", 1, 0, 26), + (76477, "425406", 1, 0, 26), + (76478, "425406", 1, 0, 26), + (76479, "425406", 1, 0, 26), + (76480, "425406", 1, 0, 26), + (76481, "425406", 1, 0, 26), + (76482, "425406", 1, 0, 26), + (76483, "424002", 1, 0, 26), + (76484, "424002", 1, 0, 26), + (76485, "424002", 1, 0, 26), + (76486, "424002", 1, 0, 26), + (76487, "424002", 1, 0, 26), + (76488, "424004", 1, 0, 26), + (76489, "424006", 1, 0, 26), + (76490, "424006", 1, 0, 26), + (76491, "424006", 1, 0, 26), + (76492, "424006", 1, 0, 26), + (76493, "424006", 1, 0, 26), + (76494, "424002", 1, 0, 26), + (76495, "424002", 1, 0, 26), + (76496, "424002", 1, 0, 26), + (76497, "424005", 1, 0, 26), + (76498, "425408", 1, 0, 26), + (76499, "425408", 1, 0, 26), + (76500, "425408", 1, 0, 26), + (76501, "425408", 1, 0, 26), + (76502, "425408", 1, 0, 26), + (76503, "425408", 1, 0, 26), + (76504, "425408", 1, 0, 26), + (76505, "425408", 1, 0, 26), + (76506, "425408", 1, 0, 26), + (76507, "425408", 1, 0, 26), + (76508, "425408", 1, 0, 26), + (76509, "425408", 1, 0, 26), + (76510, "425408", 1, 0, 26), + (76511, "425408", 1, 0, 26), + (76512, "425408", 1, 0, 26), + (76513, "425408", 1, 0, 26), + (76514, "425408", 1, 0, 26), + (76515, "425408", 1, 0, 26), + (76516, "425408", 1, 0, 26), + (76517, "425408", 1, 0, 26), + (76518, "425408", 1, 0, 26), + (76519, "425408", 1, 0, 26), + (76520, "424301", 1, 0, 26), + (76521, "424301", 1, 0, 26), + (76522, "424301", 1, 0, 26), + (76523, "424301", 1, 0, 26), + (76524, "424301", 1, 0, 26), + (76525, "424307", 1, 0, 26), + (76526, "424307", 1, 0, 26), + (76527, "424307", 1, 0, 26), + (76528, "424307", 1, 0, 26), + (76529, "424307", 1, 0, 26), + (76530, "424307", 1, 0, 26), + (76531, "424307", 1, 0, 26), + (76532, "424307", 1, 0, 26), + (76533, "424310", 1, 0, 26), + (76534, "424310", 1, 0, 26), + (76535, "424304", 1, 0, 26), + (76536, "424310", 1, 0, 26), + (76537, "424310", 1, 0, 26), + (76538, "424310", 1, 0, 26), + (76539, "424310", 1, 0, 26), + (76540, "424310", 1, 0, 26), + (76541, "425416", 1, 0, 26), + (76542, "425416", 1, 0, 26), + (76543, "425416", 1, 0, 26), + (76544, "425416", 1, 0, 26), + (76545, "425416", 1, 0, 26), + (76546, "425416", 1, 0, 26), + (76547, "425416", 1, 0, 26), + (76548, "425416", 1, 0, 26), + (76549, "425416", 1, 0, 26), + (76550, "425416", 1, 0, 26), + (76551, "425416", 1, 0, 26), + (76552, "425416", 1, 0, 26), + (76553, "425416", 1, 0, 26), + (76554, "425419", 1, 0, 26), + (76555, "425419", 1, 0, 26), + (76556, "425419", 1, 0, 26), + (76557, "425419", 1, 0, 26), + (76558, "425419", 1, 0, 26), + (76559, "425419", 1, 0, 26), + (76560, "424302", 1, 0, 26), + (76561, "424302", 1, 0, 26), + (76562, "424304", 1, 0, 26), + (76563, "424302", 1, 0, 26), + (76564, "424304", 1, 0, 26), + (76565, "424302", 1, 0, 26), + (76566, "424302", 1, 0, 26), + (76567, "424302", 1, 0, 26), + (76568, "425444", 1, 0, 26), + (76569, "425444", 1, 0, 26), + (76570, "425417", 1, 0, 26), + (76571, "425417", 1, 0, 26), + (76572, "425417", 1, 0, 26), + (76573, "425417", 1, 0, 26), + (76574, "425414", 1, 0, 26), + (76575, "425414", 1, 0, 26), + (76576, "425414", 1, 0, 26), + (76577, "425414", 1, 0, 26), + (76578, "425415", 1, 0, 26), + (76579, "425414", 1, 0, 26), + (76580, "425414", 1, 0, 26), + (76581, "425414", 1, 0, 26), + (76582, "425414", 1, 0, 26), + (76583, "425414", 1, 0, 26), + (76584, "425414", 1, 0, 26), + (76585, "425414", 1, 0, 26), + (76586, "425414", 1, 0, 26), + (76587, "425414", 1, 0, 26), + (76588, "425414", 1, 0, 26), + (76589, "424002", 1, 0, 26), + (76590, "424002", 1, 0, 26), + (76591, "424002", 1, 0, 26), + (76592, "424002", 1, 0, 26), + (76593, "424002", 1, 0, 26), + (76594, "424002", 1, 0, 26), + (76595, "424002", 1, 0, 26), + (76596, "424002", 1, 0, 26), + (76597, "425415", 1, 0, 26), + (76598, "425452", 1, 0, 26), + (76599, "425415", 1, 0, 26), + (76600, "425403", 1, 0, 26), + (76601, "425403", 1, 0, 26), + (76602, "425403", 1, 0, 26), + (76603, "425442", 1, 0, 26), + (76604, "425442", 1, 0, 26), + (76605, "425442", 1, 0, 26), + (76606, "425442", 1, 0, 26), + (76607, "425442", 1, 0, 26), + (76608, "425442", 1, 0, 26), + (76609, "425428", 1, 0, 26), + (76610, "425428", 1, 0, 26), + (76611, "425428", 1, 0, 26), + (76612, "425428", 1, 0, 26), + (76613, "425428", 1, 0, 26), + (76614, "425407", 1, 0, 26), + (76615, "425407", 1, 0, 26), + (76616, "425407", 1, 0, 26), + (76617, "425407", 1, 0, 26), + (76618, "425407", 1, 0, 26), + (76619, "425407", 1, 0, 26), + (76620, "425407", 1, 0, 26), + (76621, "425407", 1, 0, 26), + (76622, "425407", 1, 0, 26), + (76623, "425407", 1, 0, 26), + (76624, "425417", 1, 0, 26), + (76625, "425444", 1, 0, 26), + (76626, "425444", 1, 0, 26), + (76627, "425444", 1, 0, 26), + (76628, "425444", 1, 0, 26), + (76629, "425432", 1, 0, 26), + (76630, "425432", 1, 0, 26), + (76631, "425432", 1, 0, 26), + (76632, "425432", 1, 0, 26), + (76633, "425432", 1, 0, 26), + (76634, "425432", 1, 0, 26), + (76635, "425432", 1, 0, 26), + (76636, "425432", 1, 0, 26), + (76637, "425432", 1, 0, 26), + (76638, "425432", 1, 0, 26), + (76639, "424311", 1, 0, 26), + (76640, "424311", 1, 0, 26), + (76641, "424311", 1, 0, 26), + (76642, "424311", 1, 0, 26), + (76643, "424311", 1, 0, 26), + (76644, "424311", 1, 0, 26), + (76645, "424311", 1, 0, 26), + (76646, "424311", 1, 0, 26), + (76647, "425452", 1, 0, 26), + (76648, "425452", 1, 0, 26), + (76649, "425452", 1, 0, 26), + (76650, "425452", 1, 0, 26), + (76651, "425452", 1, 0, 26), + (76652, "425412", 1, 0, 26), + (76653, "425412", 1, 0, 26), + (76654, "425423", 1, 0, 26), + (76655, "425423", 1, 0, 26), + (76656, "425423", 1, 0, 26), + (76657, "425423", 1, 0, 26), + (76658, "425423", 1, 0, 26), + (76659, "425423", 1, 0, 26), + (76660, "425427", 1, 0, 26), + (76661, "425427", 1, 0, 26), + (76662, "425427", 1, 0, 26), + (76663, "425427", 1, 0, 26), + (76664, "425427", 1, 0, 26), + (76665, "425427", 1, 0, 26), + (76666, "425427", 1, 0, 26), + (76667, "425426", 1, 0, 26), + (76668, "425426", 1, 0, 26), + (76669, "425426", 1, 0, 26), + (76670, "425426", 1, 0, 26), + (76671, "425426", 1, 0, 26), + (76672, "425426", 1, 0, 26), + (76673, "425426", 1, 0, 26), + (76674, "424305", 1, 0, 26), + (76675, "425409", 1, 0, 26), + (76676, "425409", 1, 0, 26), + (76677, "425412", 1, 0, 26), + (76678, "425412", 1, 0, 26), + (76679, "425412", 1, 0, 26), + (76680, "425412", 1, 0, 26), + (76681, "425412", 1, 0, 26), + (76682, "425412", 1, 0, 26), + (76683, "425412", 1, 0, 26), + (76684, "425412", 1, 0, 26), + (76685, "425412", 1, 0, 26), + (76686, "425412", 1, 0, 26), + (76687, "425412", 1, 0, 26), + (76688, "425412", 1, 0, 26), + (76689, "425412", 1, 0, 26), + (76690, "425412", 1, 0, 26), + (76691, "425412", 1, 0, 26), + (76692, "425412", 1, 0, 26), + (76693, "425412", 1, 0, 26), + (76694, "425412", 1, 0, 26), + (76695, "425412", 1, 0, 26), + (76696, "425412", 1, 0, 26), + (76697, "425412", 1, 0, 26), + (76698, "425412", 1, 0, 26), + (76699, "425412", 1, 0, 26), + (76700, "425412", 1, 0, 26), + (76701, "425412", 1, 0, 26), + (76702, "425412", 1, 0, 26), + (76703, "425412", 1, 0, 26), + (76704, "425412", 1, 0, 26), + (76705, "425412", 1, 0, 26), + (76706, "425412", 1, 0, 26), + (76707, "425404", 1, 0, 26), + (76708, "425404", 1, 0, 26), + (76709, "425404", 1, 0, 26), + (76710, "425404", 1, 0, 26), + (76711, "424318", 1, 0, 26), + (76712, "424318", 1, 0, 26), + (76713, "424318", 1, 0, 26), + (76714, "424318", 1, 0, 26), + (76715, "424318", 1, 0, 26), + (76716, "424318", 1, 0, 26), + (76717, "424318", 1, 0, 26), + (76718, "425418", 1, 0, 26), + (76719, "425418", 1, 0, 26), + (76720, "425418", 1, 0, 26), + (76721, "425418", 1, 0, 26), + (76722, "425418", 1, 0, 26), + (76723, "425418", 1, 0, 26), + (76724, "425418", 1, 0, 26), + (76725, "425418", 1, 0, 26), + (76726, "425418", 1, 0, 26), + (76727, "425418", 1, 0, 26), + (76728, "424303", 1, 0, 26), + (76729, "424304", 1, 0, 26), + (76730, "424303", 1, 0, 26), + (76731, "424303", 1, 0, 26), + (76732, "424303", 1, 0, 26), + (76733, "424305", 1, 0, 26), + (76734, "424305", 1, 0, 26), + (76735, "424305", 1, 0, 26), + (76736, "424305", 1, 0, 26), + (76737, "424305", 1, 0, 26), + (76738, "424305", 1, 0, 26), + (76739, "424305", 1, 0, 26), + (76740, "424305", 1, 0, 26), + (76741, "424306", 1, 0, 26), + (76742, "424306", 1, 0, 26), + (76743, "424306", 1, 0, 26), + (76744, "424306", 1, 0, 26), + (76745, "424306", 1, 0, 26), + (76746, "424306", 1, 0, 26), + (76747, "424306", 1, 0, 26), + (76748, "424306", 1, 0, 26), + (76749, "424306", 1, 0, 26), + (76750, "424306", 1, 0, 26), + (76751, "424306", 1, 0, 26), + (76752, "424306", 1, 0, 26), + (76753, "424306", 1, 0, 26), + (76754, "424306", 1, 0, 26), + (76755, "424306", 1, 0, 26), + (76756, "424306", 1, 0, 26), + (76757, "424306", 1, 0, 26), + (76758, "424306", 1, 0, 26), + (76759, "424306", 1, 0, 26), + (76760, "425422", 1, 0, 26), + (76761, "425424", 1, 0, 26), + (76762, "425424", 1, 0, 26), + (76763, "425424", 1, 0, 26), + (76764, "425411", 1, 0, 26), + (76765, "425411", 1, 0, 26), + (76766, "425411", 1, 0, 26), + (76767, "425411", 1, 0, 26), + (76768, "425411", 1, 0, 26), + (76769, "424304", 1, 0, 26), + (76770, "424304", 1, 0, 26), + (76771, "424304", 1, 0, 26), + (76772, "424304", 1, 0, 26), + (76773, "424304", 1, 0, 26), + (76774, "424304", 1, 0, 26), + (76775, "424304", 1, 0, 26), + (76776, "424304", 1, 0, 26), + (76777, "424304", 1, 0, 26), + (76778, "424304", 1, 0, 26), + (76779, "424304", 1, 0, 26), + (76780, "424304", 1, 0, 26), + (76781, "424304", 1, 0, 26), + (76782, "424304", 1, 0, 26), + (76783, "424305", 1, 0, 26), + (76784, "424304", 1, 0, 26), + (76785, "424304", 1, 0, 26), + (76786, "424304", 1, 0, 26), + (76787, "425401", 1, 0, 26), + (76788, "425105", 1, 0, 26), + (76789, "425115", 1, 0, 26), + (76790, "424105", 1, 0, 26), + (76791, "425110", 1, 0, 26), + (76792, "424201", 1, 0, 26), + (76793, "425105", 1, 0, 26), + (76794, "425105", 1, 0, 26), + (76795, "425003", 1, 0, 26), + (76796, "425003", 1, 0, 26), + (76797, "425003", 1, 0, 26), + (76798, "425002", 1, 0, 26), + (76799, "425002", 1, 0, 26), + (76800, "425002", 1, 0, 26), + (76801, "425002", 1, 0, 26), + (76802, "425103", 1, 0, 26), + (76803, "425103", 1, 0, 26), + (76804, "425104", 1, 0, 26), + (76805, "425104", 1, 0, 26), + (76806, "425104", 1, 0, 26), + (76807, "425104", 1, 0, 26), + (76808, "424119", 1, 0, 26), + (76809, "424119", 1, 0, 26), + (76810, "424119", 1, 0, 26), + (76811, "424119", 1, 0, 26), + (76812, "424119", 1, 0, 26), + (76813, "424119", 1, 0, 26), + (76814, "424119", 1, 0, 26), + (76815, "424119", 1, 0, 26), + (76816, "424119", 1, 0, 26), + (76817, "424119", 1, 0, 26), + (76818, "424119", 1, 0, 26), + (76819, "424119", 1, 0, 26), + (76820, "424119", 1, 0, 26), + (76821, "425116", 1, 0, 26), + (76822, "425116", 1, 0, 26), + (76823, "425115", 1, 0, 26), + (76824, "425115", 1, 0, 26), + (76825, "425115", 1, 0, 26), + (76826, "425115", 1, 0, 26), + (76827, "425115", 1, 0, 26), + (76828, "425115", 1, 0, 26), + (76829, "425115", 1, 0, 26), + (76830, "425115", 1, 0, 26), + (76831, "425103", 1, 0, 26), + (76832, "425103", 1, 0, 26), + (76833, "425103", 1, 0, 26), + (76834, "425103", 1, 0, 26), + (76835, "425103", 1, 0, 26), + (76836, "425103", 1, 0, 26), + (76837, "425103", 1, 0, 26), + (76838, "425103", 1, 0, 26), + (76839, "425103", 1, 0, 26), + (76840, "424119", 1, 0, 26), + (76841, "424119", 1, 0, 26), + (76842, "424119", 1, 0, 26), + (76843, "424119", 1, 0, 26), + (76844, "424119", 1, 0, 26), + (76845, "424119", 1, 0, 26), + (76846, "424119", 1, 0, 26), + (76847, "424119", 1, 0, 26), + (76848, "424119", 1, 0, 26), + (76849, "424119", 1, 0, 26), + (76850, "425113", 1, 0, 26), + (76851, "425113", 1, 0, 26), + (76852, "425113", 1, 0, 26), + (76853, "425113", 1, 0, 26), + (76854, "424119", 1, 0, 26), + (76855, "424119", 1, 0, 26), + (76856, "424119", 1, 0, 26), + (76857, "424119", 1, 0, 26), + (76858, "424119", 1, 0, 26), + (76859, "424119", 1, 0, 26), + (76860, "425420", 1, 0, 26), + (76861, "425420", 1, 0, 26), + (76862, "425420", 1, 0, 26), + (76863, "425420", 1, 0, 26), + (76864, "425420", 1, 0, 26), + (76865, "425420", 1, 0, 26), + (76866, "425420", 1, 0, 26), + (76867, "425401", 1, 0, 26), + (76868, "425401", 1, 0, 26), + (76869, "425401", 1, 0, 26), + (76870, "425401", 1, 0, 26), + (76871, "425401", 1, 0, 26), + (76872, "425401", 1, 0, 26), + (76873, "425401", 1, 0, 26), + (76874, "425401", 1, 0, 26), + (76875, "425401", 1, 0, 26), + (76876, "425401", 1, 0, 26), + (76877, "425401", 1, 0, 26), + (76878, "425401", 1, 0, 26), + (76879, "425401", 1, 0, 26), + (76880, "425401", 1, 0, 26), + (76881, "425401", 1, 0, 26), + (76882, "425401", 1, 0, 26), + (76883, "425401", 1, 0, 26), + (76884, "425401", 1, 0, 26), + (76885, "425401", 1, 0, 26), + (76886, "425401", 1, 0, 26), + (76887, "425401", 1, 0, 26), + (76888, "425401", 1, 0, 26), + (76889, "425401", 1, 0, 26), + (76890, "425401", 1, 0, 26), + (76891, "425401", 1, 0, 26), + (76892, "425401", 1, 0, 26), + (76893, "425401", 1, 0, 26), + (76894, "425401", 1, 0, 26), + (76895, "425102", 1, 0, 26), + (76896, "425105", 1, 0, 26), + (76897, "425105", 1, 0, 26), + (76898, "425105", 1, 0, 26), + (76899, "425002", 1, 0, 26), + (76900, "425002", 1, 0, 26), + (76901, "425003", 1, 0, 26), + (76902, "425002", 1, 0, 26), + (76903, "425002", 1, 0, 26), + (76904, "425002", 1, 0, 26), + (76905, "425002", 1, 0, 26), + (76906, "425002", 1, 0, 26), + (76907, "425002", 1, 0, 26), + (76908, "425002", 1, 0, 26), + (76909, "425003", 1, 0, 26), + (76910, "425402", 1, 0, 26), + (76911, "425402", 1, 0, 26), + (76912, "425402", 1, 0, 26), + (76913, "425402", 1, 0, 26), + (76914, "425402", 1, 0, 26), + (76915, "425116", 1, 0, 26), + (76916, "425116", 1, 0, 26), + (76917, "425116", 1, 0, 26), + (76918, "425105", 1, 0, 26), + (76919, "425105", 1, 0, 26), + (76920, "425105", 1, 0, 26), + (76921, "425105", 1, 0, 26), + (76922, "425105", 1, 0, 26), + (76923, "425105", 1, 0, 26), + (76924, "425105", 1, 0, 26), + (76925, "425105", 1, 0, 26), + (76926, "425105", 1, 0, 26), + (76927, "424105", 1, 0, 26), + (76928, "424105", 1, 0, 26), + (76929, "424105", 1, 0, 26), + (76930, "424105", 1, 0, 26), + (76931, "424105", 1, 0, 26), + (76932, "424105", 1, 0, 26), + (76933, "424105", 1, 0, 26), + (76934, "424105", 1, 0, 26), + (76935, "425109", 1, 0, 26), + (76936, "425109", 1, 0, 26), + (76937, "425109", 1, 0, 26), + (76938, "425109", 1, 0, 26), + (76939, "425109", 1, 0, 26), + (76940, "425109", 1, 0, 26), + (76941, "425109", 1, 0, 26), + (76942, "425109", 1, 0, 26), + (76943, "425109", 1, 0, 26), + (76944, "425109", 1, 0, 26), + (76945, "424108", 1, 0, 26), + (76946, "424108", 1, 0, 26), + (76947, "424108", 1, 0, 26), + (76948, "424108", 1, 0, 26), + (76949, "424108", 1, 0, 26), + (76950, "424108", 1, 0, 26), + (76951, "424103", 1, 0, 26), + (76952, "424103", 1, 0, 26), + (76953, "424103", 1, 0, 26), + (76954, "424103", 1, 0, 26), + (76955, "424103", 1, 0, 26), + (76956, "424103", 1, 0, 26), + (76957, "424103", 1, 0, 26), + (76958, "425110", 1, 0, 26), + (76959, "425110", 1, 0, 26), + (76960, "425110", 1, 0, 26), + (76961, "425110", 1, 0, 26), + (76962, "424107", 1, 0, 26), + (76963, "424107", 1, 0, 26), + (76964, "424107", 1, 0, 26), + (76965, "424106", 1, 0, 26), + (76966, "424106", 1, 0, 26), + (76967, "424106", 1, 0, 26), + (76968, "424107", 1, 0, 26), + (76969, "424106", 1, 0, 26), + (76970, "424106", 1, 0, 26), + (76971, "424106", 1, 0, 26), + (76972, "424106", 1, 0, 26), + (76973, "424106", 1, 0, 26), + (76974, "424106", 1, 0, 26), + (76975, "424104", 1, 0, 26), + (76976, "424104", 1, 0, 26), + (76977, "424104", 1, 0, 26), + (76978, "424104", 1, 0, 26), + (76979, "424104", 1, 0, 26), + (76980, "424104", 1, 0, 26), + (76981, "424104", 1, 0, 26), + (76982, "424201", 1, 0, 26), + (76983, "424201", 1, 0, 26), + (76984, "424201", 1, 0, 26), + (76985, "424201", 1, 0, 26), + (76986, "424201", 1, 0, 26), + (76987, "424201", 1, 0, 26), + (76988, "424201", 1, 0, 26), + (76989, "424201", 1, 0, 26), + (76990, "424201", 1, 0, 26), + (76991, "424201", 1, 0, 26), + (76992, "424201", 1, 0, 26), + (76993, "424201", 1, 0, 26), + (76994, "424201", 1, 0, 26), + (76995, "424201", 1, 0, 26), + (76996, "424201", 1, 0, 26), + (76997, "424201", 1, 0, 26), + (76998, "424201", 1, 0, 26), + (76999, "424201", 1, 0, 26), + (77000, "425111", 1, 0, 26), + (77001, "425111", 1, 0, 26), + (77002, "425111", 1, 0, 26), + (77003, "425111", 1, 0, 26), + (77004, "425111", 1, 0, 26), + (77005, "425111", 1, 0, 26), + (77006, "425111", 1, 0, 26), + (77007, "425111", 1, 0, 26), + (77008, "425111", 1, 0, 26), + (77009, "425111", 1, 0, 26), + (77010, "425111", 1, 0, 26), + (77011, "425111", 1, 0, 26), + (77012, "425111", 1, 0, 26), + (77013, "425111", 1, 0, 26), + (77014, "425111", 1, 0, 26), + (77015, "425111", 1, 0, 26), + (77016, "425111", 1, 0, 26), + (77017, "425111", 1, 0, 26), + (77018, "425111", 1, 0, 26), + (77019, "425111", 1, 0, 26), + (77020, "425111", 1, 0, 26), + (77021, "425112", 1, 0, 26), + (77022, "424102", 1, 0, 26), + (77023, "424102", 1, 0, 26), + (77024, "424102", 1, 0, 26), + (77025, "424102", 1, 0, 26), + (77026, "424203", 1, 0, 26), + (77027, "424202", 1, 0, 26), + (77028, "424202", 1, 0, 26), + (77029, "424202", 1, 0, 26), + (77030, "424202", 1, 0, 26), + (77031, "416509", 1, 0, 26), + (77032, "416213", 1, 0, 26), + (77033, "416209", 1, 0, 26), + (77034, "416209", 1, 0, 26), + (77035, "416210", 1, 0, 26), + (77036, "416507", 1, 0, 26), + (77037, "416109", 1, 0, 26), + (77038, "416526", 1, 0, 26), + (77039, "416219", 1, 0, 26), + (77040, "416202", 1, 0, 26), + (77041, "416215", 1, 0, 26), + (77042, "416204", 1, 0, 26), + (77043, "416205", 1, 0, 26), + (77044, "416205", 1, 0, 26), + (77045, "416205", 1, 0, 26), + (77046, "416205", 1, 0, 26), + (77047, "416205", 1, 0, 26), + (77048, "416205", 1, 0, 26), + (77049, "416205", 1, 0, 26), + (77050, "416204", 1, 0, 26), + (77051, "416205", 1, 0, 26), + (77052, "416205", 1, 0, 26), + (77053, "416205", 1, 0, 26), + (77054, "416205", 1, 0, 26), + (77055, "416205", 1, 0, 26), + (77056, "416205", 1, 0, 26), + (77057, "416205", 1, 0, 26), + (77058, "416205", 1, 0, 26), + (77059, "416215", 1, 0, 26), + (77060, "416215", 1, 0, 26), + (77061, "416215", 1, 0, 26), + (77062, "416232", 1, 0, 26), + (77063, "416232", 1, 0, 26), + (77064, "416232", 1, 0, 26), + (77065, "416232", 1, 0, 26), + (77066, "416220", 1, 0, 26), + (77067, "416220", 1, 0, 26), + (77068, "416220", 1, 0, 26), + (77069, "416220", 1, 0, 26), + (77070, "416220", 1, 0, 26), + (77071, "416220", 1, 0, 26), + (77072, "416220", 1, 0, 26), + (77073, "416220", 1, 0, 26), + (77074, "416220", 1, 0, 26), + (77075, "416220", 1, 0, 26), + (77076, "416220", 1, 0, 26), + (77077, "416220", 1, 0, 26), + (77078, "416221", 1, 0, 26), + (77079, "416221", 1, 0, 26), + (77080, "416221", 1, 0, 26), + (77081, "416221", 1, 0, 26), + (77082, "416221", 1, 0, 26), + (77083, "416221", 1, 0, 26), + (77084, "416005", 1, 0, 26), + (77085, "416005", 1, 0, 26), + (77086, "416205", 1, 0, 26), + (77087, "416205", 1, 0, 26), + (77088, "416205", 1, 0, 26), + (77089, "416205", 1, 0, 26), + (77090, "416205", 1, 0, 26), + (77091, "416205", 1, 0, 26), + (77092, "416001", 1, 0, 26), + (77093, "416001", 1, 0, 26), + (77094, "416011", 1, 0, 26), + (77095, "416011", 1, 0, 26), + (77096, "416001", 1, 0, 26), + (77097, "416011", 1, 0, 26), + (77098, "416001", 1, 0, 26), + (77099, "416001", 1, 0, 26), + (77100, "416001", 1, 0, 26), + (77101, "416001", 1, 0, 26), + (77102, "416001", 1, 0, 26), + (77103, "416230", 1, 0, 26), + (77104, "416011", 1, 0, 26), + (77105, "416230", 1, 0, 26), + (77106, "416230", 1, 0, 26), + (77107, "416230", 1, 0, 26), + (77108, "416230", 1, 0, 26), + (77109, "416230", 1, 0, 26), + (77110, "416230", 1, 0, 26), + (77111, "416230", 1, 0, 26), + (77112, "416230", 1, 0, 26), + (77113, "416212", 1, 0, 26), + (77114, "416211", 1, 0, 26), + (77115, "416211", 1, 0, 26), + (77116, "416211", 1, 0, 26), + (77117, "416211", 1, 0, 26), + (77118, "416001", 1, 0, 26), + (77119, "416211", 1, 0, 26), + (77120, "416001", 1, 0, 26), + (77121, "416212", 1, 0, 26), + (77122, "416211", 1, 0, 26), + (77123, "416211", 1, 0, 26), + (77124, "416001", 1, 0, 26), + (77125, "416212", 1, 0, 26), + (77126, "416231", 1, 0, 26), + (77127, "416211", 1, 0, 26), + (77128, "416212", 1, 0, 26), + (77129, "416211", 1, 0, 26), + (77130, "416211", 1, 0, 26), + (77131, "416212", 1, 0, 26), + (77132, "416211", 1, 0, 26), + (77133, "416211", 1, 0, 26), + (77134, "416208", 1, 0, 26), + (77135, "416010", 1, 0, 26), + (77136, "416010", 1, 0, 26), + (77137, "416010", 1, 0, 26), + (77138, "416010", 1, 0, 26), + (77139, "416010", 1, 0, 26), + (77140, "416212", 1, 0, 26), + (77141, "416212", 1, 0, 26), + (77142, "416212", 1, 0, 26), + (77143, "416212", 1, 0, 26), + (77144, "416212", 1, 0, 26), + (77145, "416211", 1, 0, 26), + (77146, "416013", 1, 0, 26), + (77147, "416013", 1, 0, 26), + (77148, "416138", 1, 0, 26), + (77149, "416138", 1, 0, 26), + (77150, "416138", 1, 0, 26), + (77151, "416138", 1, 0, 26), + (77152, "416110", 1, 0, 26), + (77153, "416110", 1, 0, 26), + (77154, "416110", 1, 0, 26), + (77155, "416120", 1, 0, 26), + (77156, "416106", 1, 0, 26), + (77157, "416102", 1, 0, 26), + (77158, "416102", 1, 0, 26), + (77159, "416104", 1, 0, 26), + (77160, "416104", 1, 0, 26), + (77161, "416104", 1, 0, 26), + (77162, "416146", 1, 0, 26), + (77163, "416121", 1, 0, 26), + (77164, "416121", 1, 0, 26), + (77165, "416121", 1, 0, 26), + (77166, "416121", 1, 0, 26), + (77167, "416121", 1, 0, 26), + (77168, "416103", 1, 0, 26), + (77169, "416103", 1, 0, 26), + (77170, "416103", 1, 0, 26), + (77171, "416103", 1, 0, 26), + (77172, "416509", 1, 0, 26), + (77173, "416509", 1, 0, 26), + (77174, "416509", 1, 0, 26), + (77175, "416509", 1, 0, 26), + (77176, "416509", 1, 0, 26), + (77177, "416509", 1, 0, 26), + (77178, "416509", 1, 0, 26), + (77179, "416509", 1, 0, 26), + (77180, "416509", 1, 0, 26), + (77181, "416552", 1, 0, 26), + (77182, "416552", 1, 0, 26), + (77183, "416552", 1, 0, 26), + (77184, "416552", 1, 0, 26), + (77185, "416501", 1, 0, 26), + (77186, "416501", 1, 0, 26), + (77187, "416501", 1, 0, 26), + (77188, "416501", 1, 0, 26), + (77189, "416501", 1, 0, 26), + (77190, "416501", 1, 0, 26), + (77191, "416502", 1, 0, 26), + (77192, "416229", 1, 0, 26), + (77193, "416229", 1, 0, 26), + (77194, "416229", 1, 0, 26), + (77195, "416213", 1, 0, 26), + (77196, "416213", 1, 0, 26), + (77197, "416213", 1, 0, 26), + (77198, "416213", 1, 0, 26), + (77199, "416213", 1, 0, 26), + (77200, "416213", 1, 0, 26), + (77201, "416213", 1, 0, 26), + (77202, "416213", 1, 0, 26), + (77203, "416213", 1, 0, 26), + (77204, "416213", 1, 0, 26), + (77205, "416213", 1, 0, 26), + (77206, "416213", 1, 0, 26), + (77207, "416502", 1, 0, 26), + (77208, "416502", 1, 0, 26), + (77209, "416502", 1, 0, 26), + (77210, "416502", 1, 0, 26), + (77211, "416502", 1, 0, 26), + (77212, "416502", 1, 0, 26), + (77213, "416502", 1, 0, 26), + (77214, "416502", 1, 0, 26), + (77215, "416206", 1, 0, 26), + (77216, "416206", 1, 0, 26), + (77217, "416206", 1, 0, 26), + (77218, "416206", 1, 0, 26), + (77219, "416206", 1, 0, 26), + (77220, "416206", 1, 0, 26), + (77221, "416206", 1, 0, 26), + (77222, "416206", 1, 0, 26), + (77223, "416206", 1, 0, 26), + (77224, "416206", 1, 0, 26), + (77225, "416119", 1, 0, 26), + (77226, "416119", 1, 0, 26), + (77227, "416119", 1, 0, 26), + (77228, "416209", 1, 0, 26), + (77229, "416209", 1, 0, 26), + (77230, "416209", 1, 0, 26), + (77231, "416209", 1, 0, 26), + (77232, "416209", 1, 0, 26), + (77233, "416209", 1, 0, 26), + (77234, "416209", 1, 0, 26), + (77235, "416209", 1, 0, 26), + (77236, "416209", 1, 0, 26), + (77237, "416209", 1, 0, 26), + (77238, "416209", 1, 0, 26), + (77239, "416209", 1, 0, 26), + (77240, "416103", 1, 0, 26), + (77241, "416108", 1, 0, 26), + (77242, "416108", 1, 0, 26), + (77243, "416108", 1, 0, 26), + (77244, "416112", 1, 0, 26), + (77245, "416112", 1, 0, 26), + (77246, "416112", 1, 0, 26), + (77247, "416112", 1, 0, 26), + (77248, "416112", 1, 0, 26), + (77249, "416112", 1, 0, 26), + (77250, "416112", 1, 0, 26), + (77251, "416112", 1, 0, 26), + (77252, "416112", 1, 0, 26), + (77253, "416112", 1, 0, 26), + (77254, "416112", 1, 0, 26), + (77255, "416209", 1, 0, 26), + (77256, "416209", 1, 0, 26), + (77257, "416209", 1, 0, 26), + (77258, "416506", 1, 0, 26), + (77259, "416506", 1, 0, 26), + (77260, "416506", 1, 0, 26), + (77261, "416506", 1, 0, 26), + (77262, "416506", 1, 0, 26), + (77263, "416506", 1, 0, 26), + (77264, "416506", 1, 0, 26), + (77265, "416506", 1, 0, 26), + (77266, "416506", 1, 0, 26), + (77267, "416506", 1, 0, 26), + (77268, "416506", 1, 0, 26), + (77269, "416203", 1, 0, 26), + (77270, "416203", 1, 0, 26), + (77271, "416236", 1, 0, 26), + (77272, "416236", 1, 0, 26), + (77273, "416207", 1, 0, 26), + (77274, "416207", 1, 0, 26), + (77275, "416207", 1, 0, 26), + (77276, "416207", 1, 0, 26), + (77277, "416207", 1, 0, 26), + (77278, "416207", 1, 0, 26), + (77279, "416210", 1, 0, 26), + (77280, "416210", 1, 0, 26), + (77281, "416210", 1, 0, 26), + (77282, "416210", 1, 0, 26), + (77283, "416210", 1, 0, 26), + (77284, "416210", 1, 0, 26), + (77285, "416210", 1, 0, 26), + (77286, "416210", 1, 0, 26), + (77287, "416210", 1, 0, 26), + (77288, "416210", 1, 0, 26), + (77289, "416210", 1, 0, 26), + (77290, "416210", 1, 0, 26), + (77291, "416216", 1, 0, 26), + (77292, "416216", 1, 0, 26), + (77293, "416216", 1, 0, 26), + (77294, "416216", 1, 0, 26), + (77295, "416216", 1, 0, 26), + (77296, "416216", 1, 0, 26), + (77297, "416216", 1, 0, 26), + (77298, "416216", 1, 0, 26), + (77299, "416216", 1, 0, 26), + (77300, "416216", 1, 0, 26), + (77301, "416218", 1, 0, 26), + (77302, "416218", 1, 0, 26), + (77303, "416218", 1, 0, 26), + (77304, "416218", 1, 0, 26), + (77305, "416218", 1, 0, 26), + (77306, "416218", 1, 0, 26), + (77307, "416218", 1, 0, 26), + (77308, "416218", 1, 0, 26), + (77309, "416218", 1, 0, 26), + (77310, "416218", 1, 0, 26), + (77311, "416507", 1, 0, 26), + (77312, "416507", 1, 0, 26), + (77313, "416507", 1, 0, 26), + (77314, "416507", 1, 0, 26), + (77315, "416507", 1, 0, 26), + (77316, "416507", 1, 0, 26), + (77317, "416507", 1, 0, 26), + (77318, "416507", 1, 0, 26), + (77319, "416507", 1, 0, 26), + (77320, "416507", 1, 0, 26), + (77321, "416507", 1, 0, 26), + (77322, "416507", 1, 0, 26), + (77323, "416507", 1, 0, 26), + (77324, "416526", 1, 0, 26), + (77325, "416526", 1, 0, 26), + (77326, "416526", 1, 0, 26), + (77327, "416526", 1, 0, 26), + (77328, "416508", 1, 0, 26), + (77329, "416508", 1, 0, 26), + (77330, "416508", 1, 0, 26), + (77331, "416508", 1, 0, 26), + (77332, "416508", 1, 0, 26), + (77333, "416508", 1, 0, 26), + (77334, "416508", 1, 0, 26), + (77335, "416113", 1, 0, 26), + (77336, "416113", 1, 0, 26), + (77337, "416120", 1, 0, 26), + (77338, "416107", 1, 0, 26), + (77339, "416107", 1, 0, 26), + (77340, "416105", 1, 0, 26), + (77341, "416105", 1, 0, 26), + (77342, "416109", 1, 0, 26), + (77343, "416505", 1, 0, 26), + (77344, "416505", 1, 0, 26), + (77345, "416505", 1, 0, 26), + (77346, "416505", 1, 0, 26), + (77347, "416505", 1, 0, 26), + (77348, "416505", 1, 0, 26), + (77349, "416505", 1, 0, 26), + (77350, "416505", 1, 0, 26), + (77351, "416505", 1, 0, 26), + (77352, "416229", 1, 0, 26), + (77353, "416229", 1, 0, 26), + (77354, "416229", 1, 0, 26), + (77355, "416229", 1, 0, 26), + (77356, "416229", 1, 0, 26), + (77357, "416229", 1, 0, 26), + (77358, "416229", 1, 0, 26), + (77359, "416213", 1, 0, 26), + (77360, "416208", 1, 0, 26), + (77361, "416208", 1, 0, 26), + (77362, "416208", 1, 0, 26), + (77363, "416208", 1, 0, 26), + (77364, "416208", 1, 0, 26), + (77365, "416208", 1, 0, 26), + (77366, "416208", 1, 0, 26), + (77367, "416208", 1, 0, 26), + (77368, "416509", 1, 0, 26), + (77369, "416509", 1, 0, 26), + (77370, "416509", 1, 0, 26), + (77371, "416509", 1, 0, 26), + (77372, "416109", 1, 0, 26), + (77373, "416109", 1, 0, 26), + (77374, "416109", 1, 0, 26), + (77375, "416143", 1, 0, 26), + (77376, "416143", 1, 0, 26), + (77377, "416101", 1, 0, 26), + (77378, "416101", 1, 0, 26), + (77379, "416101", 1, 0, 26), + (77380, "416101", 1, 0, 26), + (77381, "416101", 1, 0, 26), + (77382, "416101", 1, 0, 26), + (77383, "416101", 1, 0, 26), + (77384, "416114", 1, 0, 26), + (77385, "416114", 1, 0, 26), + (77386, "416114", 1, 0, 26), + (77387, "416114", 1, 0, 26), + (77388, "416114", 1, 0, 26), + (77389, "416111", 1, 0, 26), + (77390, "416106", 1, 0, 26), + (77391, "416106", 1, 0, 26), + (77392, "416106", 1, 0, 26), + (77393, "416106", 1, 0, 26), + (77394, "416106", 1, 0, 26), + (77395, "416508", 1, 0, 26), + (77396, "416508", 1, 0, 26), + (77397, "416204", 1, 0, 26), + (77398, "416204", 1, 0, 26), + (77399, "416526", 1, 0, 26), + (77400, "416503", 1, 0, 26), + (77401, "416503", 1, 0, 26), + (77402, "416503", 1, 0, 26), + (77403, "416503", 1, 0, 26), + (77404, "416503", 1, 0, 26), + (77405, "416503", 1, 0, 26), + (77406, "416503", 1, 0, 26), + (77407, "416503", 1, 0, 26), + (77408, "416503", 1, 0, 26), + (77409, "416503", 1, 0, 26), + (77410, "416503", 1, 0, 26), + (77411, "415101", 1, 0, 26), + (77412, "415101", 1, 0, 26), + (77413, "415101", 1, 0, 26), + (77414, "415101", 1, 0, 26), + (77415, "415101", 1, 0, 26), + (77416, "415101", 1, 0, 26), + (77417, "415101", 1, 0, 26), + (77418, "415101", 1, 0, 26), + (77419, "415101", 1, 0, 26), + (77420, "415101", 1, 0, 26), + (77421, "416223", 1, 0, 26), + (77422, "416223", 1, 0, 26), + (77423, "416223", 1, 0, 26), + (77424, "416223", 1, 0, 26), + (77425, "416223", 1, 0, 26), + (77426, "416223", 1, 0, 26), + (77427, "416219", 1, 0, 26), + (77428, "416219", 1, 0, 26), + (77429, "416219", 1, 0, 26), + (77430, "416219", 1, 0, 26), + (77431, "416219", 1, 0, 26), + (77432, "416219", 1, 0, 26), + (77433, "416234", 1, 0, 26), + (77434, "416234", 1, 0, 26), + (77435, "416122", 1, 0, 26), + (77436, "416122", 1, 0, 26), + (77437, "416122", 1, 0, 26), + (77438, "416122", 1, 0, 26), + (77439, "416122", 1, 0, 26), + (77440, "416504", 1, 0, 26), + (77441, "416504", 1, 0, 26), + (77442, "416504", 1, 0, 26), + (77443, "416504", 1, 0, 26), + (77444, "416504", 1, 0, 26), + (77445, "416504", 1, 0, 26), + (77446, "416504", 1, 0, 26), + (77447, "416551", 1, 0, 26), + (77448, "416551", 1, 0, 26), + (77449, "416551", 1, 0, 26), + (77450, "416551", 1, 0, 26), + (77451, "416201", 1, 0, 26), + (77452, "416201", 1, 0, 26), + (77453, "416202", 1, 0, 26), + (77454, "416202", 1, 0, 26), + (77455, "416202", 1, 0, 26), + (77456, "416118", 1, 0, 26), + (77457, "416118", 1, 0, 26), + (77458, "416118", 1, 0, 26), + (77459, "416118", 1, 0, 26), + (77460, "416235", 1, 0, 26), + (77461, "416235", 1, 0, 26), + (77462, "416235", 1, 0, 26), + (77463, "416235", 1, 0, 26), + (77464, "416235", 1, 0, 26), + (77465, "416235", 1, 0, 26), + (77466, "416235", 1, 0, 26), + (77467, "416235", 1, 0, 26), + (77468, "416235", 1, 0, 26), + (77469, "416235", 1, 0, 26), + (77470, "416214", 1, 0, 26), + (77471, "416214", 1, 0, 26), + (77472, "416214", 1, 0, 26), + (77473, "416214", 1, 0, 26), + (77474, "416214", 1, 0, 26), + (77475, "416214", 1, 0, 26), + (77476, "416214", 1, 0, 26), + (77477, "416214", 1, 0, 26), + (77478, "416214", 1, 0, 26), + (77479, "416214", 1, 0, 26), + (77480, "416215", 1, 0, 26), + (77481, "416215", 1, 0, 26), + (77482, "416215", 1, 0, 26), + (77483, "423106", 1, 0, 26), + (77484, "423101", 1, 0, 26), + (77485, "423502", 1, 0, 26), + (77486, "423105", 1, 0, 26), + (77487, "423301", 1, 0, 26), + (77488, "423102", 1, 0, 26), + (77489, "423208", 1, 0, 26), + (77490, "423401", 1, 0, 26), + (77491, "422205", 1, 0, 26), + (77492, "423204", 1, 0, 26), + (77493, "423301", 1, 0, 26), + (77494, "423301", 1, 0, 26), + (77495, "423501", 1, 0, 26), + (77496, "423301", 1, 0, 26), + (77497, "423206", 1, 0, 26), + (77498, "423206", 1, 0, 26), + (77499, "423206", 1, 0, 26), + (77500, "422306", 1, 0, 26), + (77501, "422304", 1, 0, 26), + (77502, "423301", 1, 0, 26), + (77503, "423102", 1, 0, 26), + (77504, "423102", 1, 0, 26), + (77505, "423102", 1, 0, 26), + (77506, "423106", 1, 0, 26), + (77507, "423302", 1, 0, 26), + (77508, "422305", 1, 0, 26), + (77509, "423212", 1, 0, 26), + (77510, "423208", 1, 0, 26), + (77511, "423101", 1, 0, 26), + (77512, "423201", 1, 0, 26), + (77513, "423102", 1, 0, 26), + (77514, "423110", 1, 0, 26), + (77515, "423501", 1, 0, 26), + (77516, "422308", 1, 0, 26), + (77517, "423213", 1, 0, 26), + (77518, "423104", 1, 0, 26), + (77519, "423104", 1, 0, 26), + (77520, "423403", 1, 0, 26), + (77521, "423204", 1, 0, 26), + (77522, "423106", 1, 0, 26), + (77523, "422209", 1, 0, 26), + (77524, "422209", 1, 0, 26), + (77525, "423301", 1, 0, 26), + (77526, "423302", 1, 0, 26), + (77527, "423117", 1, 0, 26), + (77528, "423401", 1, 0, 26), + (77529, "423401", 1, 0, 26), + (77530, "423205", 1, 0, 26), + (77531, "422303", 1, 0, 26), + (77532, "422305", 1, 0, 26), + (77533, "422305", 1, 0, 26), + (77534, "423208", 1, 0, 26), + (77535, "423401", 1, 0, 26), + (77536, "423101", 1, 0, 26), + (77537, "423501", 1, 0, 26), + (77538, "423106", 1, 0, 26), + (77539, "423302", 1, 0, 26), + (77540, "423110", 1, 0, 26), + (77541, "423205", 1, 0, 26), + (77542, "422303", 1, 0, 26), + (77543, "422305", 1, 0, 26), + (77544, "423101", 1, 0, 26), + (77545, "423104", 1, 0, 26), + (77546, "423106", 1, 0, 26), + (77547, "423106", 1, 0, 26), + (77548, "423117", 1, 0, 26), + (77549, "423502", 1, 0, 26), + (77550, "423101", 1, 0, 26), + (77551, "423202", 1, 0, 26), + (77552, "423104", 1, 0, 26), + (77553, "423106", 1, 0, 26), + (77554, "423106", 1, 0, 26), + (77555, "424109", 1, 0, 26), + (77556, "422209", 1, 0, 26), + (77557, "422209", 1, 0, 26), + (77558, "423301", 1, 0, 26), + (77559, "423401", 1, 0, 26), + (77560, "423106", 1, 0, 26), + (77561, "423106", 1, 0, 26), + (77562, "423106", 1, 0, 26), + (77563, "423302", 1, 0, 26), + (77564, "423117", 1, 0, 26), + (77565, "423401", 1, 0, 26), + (77566, "423401", 1, 0, 26), + (77567, "423105", 1, 0, 26), + (77568, "423502", 1, 0, 26), + (77569, "423204", 1, 0, 26), + (77570, "424109", 1, 0, 26), + (77571, "423212", 1, 0, 26), + (77572, "422209", 1, 0, 26), + (77573, "423301", 1, 0, 26), + (77574, "423301", 1, 0, 26), + (77575, "423110", 1, 0, 26), + (77576, "423206", 1, 0, 26), + (77577, "423401", 1, 0, 26), + (77578, "423205", 1, 0, 26), + (77579, "423105", 1, 0, 26), + (77580, "423105", 1, 0, 26), + (77581, "423502", 1, 0, 26), + (77582, "423502", 1, 0, 26), + (77583, "423101", 1, 0, 26), + (77584, "423105", 1, 0, 26), + (77585, "423105", 1, 0, 26), + (77586, "423105", 1, 0, 26), + (77587, "423502", 1, 0, 26), + (77588, "423502", 1, 0, 26), + (77589, "423502", 1, 0, 26), + (77590, "423101", 1, 0, 26), + (77591, "423102", 1, 0, 26), + (77592, "423102", 1, 0, 26), + (77593, "423102", 1, 0, 26), + (77594, "423104", 1, 0, 26), + (77595, "423104", 1, 0, 26), + (77596, "423104", 1, 0, 26), + (77597, "423104", 1, 0, 26), + (77598, "423403", 1, 0, 26), + (77599, "423403", 1, 0, 26), + (77600, "423403", 1, 0, 26), + (77601, "423204", 1, 0, 26), + (77602, "423204", 1, 0, 26), + (77603, "423106", 1, 0, 26), + (77604, "423106", 1, 0, 26), + (77605, "423212", 1, 0, 26), + (77606, "422209", 1, 0, 26), + (77607, "423301", 1, 0, 26), + (77608, "423301", 1, 0, 26), + (77609, "423301", 1, 0, 26), + (77610, "423301", 1, 0, 26), + (77611, "423301", 1, 0, 26), + (77612, "423301", 1, 0, 26), + (77613, "423301", 1, 0, 26), + (77614, "423301", 1, 0, 26), + (77615, "423208", 1, 0, 26), + (77616, "423110", 1, 0, 26), + (77617, "423117", 1, 0, 26), + (77618, "423117", 1, 0, 26), + (77619, "423206", 1, 0, 26), + (77620, "423206", 1, 0, 26), + (77621, "423205", 1, 0, 26), + (77622, "422306", 1, 0, 26), + (77623, "422303", 1, 0, 26), + (77624, "422303", 1, 0, 26), + (77625, "422303", 1, 0, 26), + (77626, "422304", 1, 0, 26), + (77627, "422305", 1, 0, 26), + (77628, "422209", 1, 0, 26), + (77629, "423301", 1, 0, 26), + (77630, "423101", 1, 0, 26), + (77631, "423201", 1, 0, 26), + (77632, "423102", 1, 0, 26), + (77633, "423102", 1, 0, 26), + (77634, "423501", 1, 0, 26), + (77635, "423501", 1, 0, 26), + (77636, "423104", 1, 0, 26), + (77637, "423403", 1, 0, 26), + (77638, "423213", 1, 0, 26), + (77639, "423403", 1, 0, 26), + (77640, "423106", 1, 0, 26), + (77641, "423106", 1, 0, 26), + (77642, "423212", 1, 0, 26), + (77643, "423212", 1, 0, 26), + (77644, "422209", 1, 0, 26), + (77645, "422209", 1, 0, 26), + (77646, "423301", 1, 0, 26), + (77647, "423301", 1, 0, 26), + (77648, "423302", 1, 0, 26), + (77649, "423401", 1, 0, 26), + (77650, "423101", 1, 0, 26), + (77651, "423501", 1, 0, 26), + (77652, "423501", 1, 0, 26), + (77653, "423501", 1, 0, 26), + (77654, "423104", 1, 0, 26), + (77655, "423104", 1, 0, 26), + (77656, "423212", 1, 0, 26), + (77657, "423301", 1, 0, 26), + (77658, "423401", 1, 0, 26), + (77659, "423401", 1, 0, 26), + (77660, "422303", 1, 0, 26), + (77661, "422303", 1, 0, 26), + (77662, "422305", 1, 0, 26), + (77663, "423502", 1, 0, 26), + (77664, "423501", 1, 0, 26), + (77665, "423105", 1, 0, 26), + (77666, "423502", 1, 0, 26), + (77667, "423101", 1, 0, 26), + (77668, "423201", 1, 0, 26), + (77669, "423101", 1, 0, 26), + (77670, "423102", 1, 0, 26), + (77671, "423202", 1, 0, 26), + (77672, "423501", 1, 0, 26), + (77673, "423106", 1, 0, 26), + (77674, "424109", 1, 0, 26), + (77675, "424109", 1, 0, 26), + (77676, "422209", 1, 0, 26), + (77677, "422209", 1, 0, 26), + (77678, "423501", 1, 0, 26), + (77679, "423302", 1, 0, 26), + (77680, "423111", 1, 0, 26), + (77681, "423206", 1, 0, 26), + (77682, "423401", 1, 0, 26), + (77683, "423205", 1, 0, 26), + (77684, "422306", 1, 0, 26), + (77685, "423105", 1, 0, 26), + (77686, "423102", 1, 0, 26), + (77687, "423501", 1, 0, 26), + (77688, "422308", 1, 0, 26), + (77689, "422205", 1, 0, 26), + (77690, "423104", 1, 0, 26), + (77691, "423403", 1, 0, 26), + (77692, "423111", 1, 0, 26), + (77693, "423205", 1, 0, 26), + (77694, "422306", 1, 0, 26), + (77695, "422305", 1, 0, 26), + (77696, "423105", 1, 0, 26), + (77697, "423105", 1, 0, 26), + (77698, "423402", 1, 0, 26), + (77699, "423402", 1, 0, 26), + (77700, "423101", 1, 0, 26), + (77701, "423101", 1, 0, 26), + (77702, "423303", 1, 0, 26), + (77703, "423501", 1, 0, 26), + (77704, "423501", 1, 0, 26), + (77705, "423501", 1, 0, 26), + (77706, "422205", 1, 0, 26), + (77707, "423213", 1, 0, 26), + (77708, "423105", 1, 0, 26), + (77709, "423104", 1, 0, 26), + (77710, "423204", 1, 0, 26), + (77711, "423204", 1, 0, 26), + (77712, "423106", 1, 0, 26), + (77713, "423106", 1, 0, 26), + (77714, "423212", 1, 0, 26), + (77715, "422209", 1, 0, 26), + (77716, "423208", 1, 0, 26), + (77717, "423208", 1, 0, 26), + (77718, "423208", 1, 0, 26), + (77719, "423111", 1, 0, 26), + (77720, "423401", 1, 0, 26), + (77721, "423401", 1, 0, 26), + (77722, "423301", 1, 0, 26), + (77723, "423401", 1, 0, 26), + (77724, "422303", 1, 0, 26), + (77725, "422303", 1, 0, 26), + (77726, "423105", 1, 0, 26), + (77727, "423101", 1, 0, 26), + (77728, "423303", 1, 0, 26), + (77729, "422205", 1, 0, 26), + (77730, "423105", 1, 0, 26), + (77731, "423104", 1, 0, 26), + (77732, "423301", 1, 0, 26), + (77733, "423301", 1, 0, 26), + (77734, "423301", 1, 0, 26), + (77735, "423208", 1, 0, 26), + (77736, "423110", 1, 0, 26), + (77737, "423401", 1, 0, 26), + (77738, "423108", 1, 0, 26), + (77739, "423401", 1, 0, 26), + (77740, "423205", 1, 0, 26), + (77741, "422306", 1, 0, 26), + (77742, "423402", 1, 0, 26), + (77743, "423104", 1, 0, 26), + (77744, "423204", 1, 0, 26), + (77745, "422209", 1, 0, 26), + (77746, "423401", 1, 0, 26), + (77747, "423101", 1, 0, 26), + (77748, "423101", 1, 0, 26), + (77749, "422205", 1, 0, 26), + (77750, "423105", 1, 0, 26), + (77751, "423105", 1, 0, 26), + (77752, "423104", 1, 0, 26), + (77753, "423104", 1, 0, 26), + (77754, "423106", 1, 0, 26), + (77755, "423106", 1, 0, 26), + (77756, "423108", 1, 0, 26), + (77757, "423402", 1, 0, 26), + (77758, "423101", 1, 0, 26), + (77759, "423201", 1, 0, 26), + (77760, "423303", 1, 0, 26), + (77761, "423501", 1, 0, 26), + (77762, "423104", 1, 0, 26), + (77763, "423204", 1, 0, 26), + (77764, "422209", 1, 0, 26), + (77765, "423301", 1, 0, 26), + (77766, "423301", 1, 0, 26), + (77767, "423301", 1, 0, 26), + (77768, "423301", 1, 0, 26), + (77769, "423208", 1, 0, 26), + (77770, "423302", 1, 0, 26), + (77771, "423302", 1, 0, 26), + (77772, "423205", 1, 0, 26), + (77773, "423502", 1, 0, 26), + (77774, "423402", 1, 0, 26), + (77775, "423101", 1, 0, 26), + (77776, "423101", 1, 0, 26), + (77777, "423102", 1, 0, 26), + (77778, "423303", 1, 0, 26), + (77779, "423501", 1, 0, 26), + (77780, "422205", 1, 0, 26), + (77781, "422205", 1, 0, 26), + (77782, "423213", 1, 0, 26), + (77783, "441906", 1, 0, 26), + (77784, "441803", 1, 0, 26), + (77785, "441809", 1, 0, 26), + (77786, "441912", 1, 0, 26), + (77787, "441601", 1, 0, 26), + (77788, "441901", 1, 0, 26), + (77789, "441614", 1, 0, 26), + (77790, "441702", 1, 0, 26), + (77791, "441916", 1, 0, 26), + (77792, "441201", 1, 0, 26), + (77793, "441401", 1, 0, 26), + (77794, "441303", 1, 0, 26), + (77795, "441104", 1, 0, 26), + (77796, "441104", 1, 0, 26); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (77797, "441104", 1, 0, 26), + (77798, "441104", 1, 0, 26), + (77799, "441104", 1, 0, 26), + (77800, "441104", 1, 0, 26), + (77801, "441104", 1, 0, 26), + (77802, "441104", 1, 0, 26), + (77803, "441104", 1, 0, 26), + (77804, "441104", 1, 0, 26), + (77805, "441502", 1, 0, 26), + (77806, "441502", 1, 0, 26), + (77807, "441502", 1, 0, 26), + (77808, "441502", 1, 0, 26), + (77809, "441302", 1, 0, 26), + (77810, "441302", 1, 0, 26), + (77811, "441302", 1, 0, 26), + (77812, "441302", 1, 0, 26), + (77813, "441302", 1, 0, 26), + (77814, "441302", 1, 0, 26), + (77815, "441302", 1, 0, 26), + (77816, "441202", 1, 0, 26), + (77817, "441202", 1, 0, 26), + (77818, "441202", 1, 0, 26), + (77819, "441202", 1, 0, 26), + (77820, "441202", 1, 0, 26), + (77821, "441202", 1, 0, 26), + (77822, "441210", 1, 0, 26), + (77823, "441210", 1, 0, 26), + (77824, "441210", 1, 0, 26), + (77825, "441210", 1, 0, 26), + (77826, "441210", 1, 0, 26), + (77827, "441210", 1, 0, 26), + (77828, "441210", 1, 0, 26), + (77829, "441210", 1, 0, 26), + (77830, "441210", 1, 0, 26), + (77831, "441210", 1, 0, 26), + (77832, "441210", 1, 0, 26), + (77833, "441210", 1, 0, 26), + (77834, "441210", 1, 0, 26), + (77835, "441210", 1, 0, 26), + (77836, "441502", 1, 0, 26), + (77837, "441401", 1, 0, 26), + (77838, "441404", 1, 0, 26), + (77839, "441102", 1, 0, 26), + (77840, "441102", 1, 0, 26), + (77841, "441102", 1, 0, 26), + (77842, "441401", 1, 0, 26), + (77843, "441401", 1, 0, 26), + (77844, "441401", 1, 0, 26), + (77845, "441401", 1, 0, 26), + (77846, "441401", 1, 0, 26), + (77847, "441401", 1, 0, 26), + (77848, "441302", 1, 0, 26), + (77849, "441302", 1, 0, 26), + (77850, "441101", 1, 0, 26), + (77851, "441101", 1, 0, 26), + (77852, "441101", 1, 0, 26), + (77853, "441101", 1, 0, 26), + (77854, "441101", 1, 0, 26), + (77855, "441101", 1, 0, 26), + (77856, "441101", 1, 0, 26), + (77857, "441112", 1, 0, 26), + (77858, "441112", 1, 0, 26), + (77859, "441103", 1, 0, 26), + (77860, "441103", 1, 0, 26), + (77861, "441113", 1, 0, 26), + (77862, "441113", 1, 0, 26), + (77863, "441113", 1, 0, 26), + (77864, "441113", 1, 0, 26), + (77865, "441113", 1, 0, 26), + (77866, "441106", 1, 0, 26), + (77867, "441106", 1, 0, 26), + (77868, "441106", 1, 0, 26), + (77869, "441106", 1, 0, 26), + (77870, "441106", 1, 0, 26), + (77871, "441106", 1, 0, 26), + (77872, "441106", 1, 0, 26), + (77873, "441106", 1, 0, 26), + (77874, "441106", 1, 0, 26), + (77875, "441106", 1, 0, 26), + (77876, "441106", 1, 0, 26), + (77877, "441106", 1, 0, 26), + (77878, "441106", 1, 0, 26), + (77879, "441106", 1, 0, 26), + (77880, "441106", 1, 0, 26), + (77881, "441106", 1, 0, 26), + (77882, "441106", 1, 0, 26), + (77883, "441106", 1, 0, 26), + (77884, "441106", 1, 0, 26), + (77885, "441106", 1, 0, 26), + (77886, "441107", 1, 0, 26), + (77887, "441304", 1, 0, 26), + (77888, "441304", 1, 0, 26), + (77889, "441304", 1, 0, 26), + (77890, "441304", 1, 0, 26), + (77891, "441305", 1, 0, 26), + (77892, "441305", 1, 0, 26), + (77893, "441305", 1, 0, 26), + (77894, "441305", 1, 0, 26), + (77895, "441204", 1, 0, 26), + (77896, "441204", 1, 0, 26), + (77897, "441204", 1, 0, 26), + (77898, "441108", 1, 0, 26), + (77899, "441108", 1, 0, 26), + (77900, "441108", 1, 0, 26), + (77901, "441108", 1, 0, 26), + (77902, "441108", 1, 0, 26), + (77903, "441108", 1, 0, 26), + (77904, "441108", 1, 0, 26), + (77905, "441108", 1, 0, 26), + (77906, "441108", 1, 0, 26), + (77907, "441108", 1, 0, 26), + (77908, "441110", 1, 0, 26), + (77909, "441501", 1, 0, 26), + (77910, "441501", 1, 0, 26), + (77911, "441401", 1, 0, 26), + (77912, "440026", 1, 0, 26), + (77913, "441103", 1, 0, 26), + (77914, "441103", 1, 0, 26), + (77915, "441103", 1, 0, 26), + (77916, "441111", 1, 0, 26), + (77917, "441111", 1, 0, 26), + (77918, "441202", 1, 0, 26), + (77919, "441202", 1, 0, 26), + (77920, "441202", 1, 0, 26), + (77921, "441202", 1, 0, 26), + (77922, "441202", 1, 0, 26), + (77923, "441202", 1, 0, 26), + (77924, "441202", 1, 0, 26), + (77925, "441202", 1, 0, 26), + (77926, "441305", 1, 0, 26), + (77927, "441305", 1, 0, 26), + (77928, "441305", 1, 0, 26), + (77929, "441305", 1, 0, 26), + (77930, "441305", 1, 0, 26), + (77931, "441305", 1, 0, 26), + (77932, "441105", 1, 0, 26), + (77933, "441105", 1, 0, 26), + (77934, "441105", 1, 0, 26), + (77935, "441105", 1, 0, 26), + (77936, "441105", 1, 0, 26), + (77937, "441105", 1, 0, 26), + (77938, "441107", 1, 0, 26), + (77939, "441107", 1, 0, 26), + (77940, "441107", 1, 0, 26), + (77941, "441107", 1, 0, 26), + (77942, "441107", 1, 0, 26), + (77943, "441306", 1, 0, 26), + (77944, "441306", 1, 0, 26), + (77945, "441306", 1, 0, 26), + (77946, "441306", 1, 0, 26), + (77947, "441306", 1, 0, 26), + (77948, "441306", 1, 0, 26), + (77949, "441306", 1, 0, 26), + (77950, "441214", 1, 0, 26), + (77951, "441214", 1, 0, 26), + (77952, "441214", 1, 0, 26), + (77953, "441203", 1, 0, 26), + (77954, "441203", 1, 0, 26), + (77955, "441203", 1, 0, 26), + (77956, "441203", 1, 0, 26), + (77957, "441203", 1, 0, 26), + (77958, "441203", 1, 0, 26), + (77959, "441203", 1, 0, 26), + (77960, "441203", 1, 0, 26), + (77961, "441203", 1, 0, 26), + (77962, "441203", 1, 0, 26), + (77963, "441203", 1, 0, 26), + (77964, "441203", 1, 0, 26), + (77965, "441203", 1, 0, 26), + (77966, "441203", 1, 0, 26), + (77967, "441203", 1, 0, 26), + (77968, "441204", 1, 0, 26), + (77969, "441204", 1, 0, 26), + (77970, "441204", 1, 0, 26), + (77971, "441204", 1, 0, 26), + (77972, "441204", 1, 0, 26), + (77973, "441110", 1, 0, 26), + (77974, "441110", 1, 0, 26), + (77975, "441110", 1, 0, 26), + (77976, "441110", 1, 0, 26), + (77977, "441110", 1, 0, 26), + (77978, "440023", 1, 0, 26), + (77979, "440023", 1, 0, 26), + (77980, "440023", 1, 0, 26), + (77981, "440023", 1, 0, 26), + (77982, "440023", 1, 0, 26), + (77983, "440023", 1, 0, 26), + (77984, "440023", 1, 0, 26), + (77985, "440023", 1, 0, 26), + (77986, "440023", 1, 0, 26), + (77987, "440023", 1, 0, 26), + (77988, "440023", 1, 0, 26), + (77989, "441122", 1, 0, 26), + (77990, "441122", 1, 0, 26), + (77991, "441803", 1, 0, 26), + (77992, "441803", 1, 0, 26), + (77993, "441803", 1, 0, 26), + (77994, "441803", 1, 0, 26), + (77995, "441804", 1, 0, 26), + (77996, "441804", 1, 0, 26), + (77997, "441804", 1, 0, 26), + (77998, "441804", 1, 0, 26), + (77999, "441804", 1, 0, 26), + (78000, "441804", 1, 0, 26), + (78001, "441804", 1, 0, 26), + (78002, "441804", 1, 0, 26), + (78003, "441804", 1, 0, 26), + (78004, "441909", 1, 0, 26), + (78005, "441909", 1, 0, 26), + (78006, "441909", 1, 0, 26), + (78007, "441909", 1, 0, 26), + (78008, "441910", 1, 0, 26), + (78009, "441910", 1, 0, 26), + (78010, "441910", 1, 0, 26), + (78011, "441910", 1, 0, 26), + (78012, "441910", 1, 0, 26), + (78013, "441809", 1, 0, 26), + (78014, "441809", 1, 0, 26), + (78015, "441809", 1, 0, 26), + (78016, "441809", 1, 0, 26), + (78017, "441906", 1, 0, 26), + (78018, "441905", 1, 0, 26), + (78019, "441924", 1, 0, 26), + (78020, "441924", 1, 0, 26), + (78021, "441924", 1, 0, 26), + (78022, "441924", 1, 0, 26), + (78023, "441924", 1, 0, 26), + (78024, "441924", 1, 0, 26), + (78025, "441924", 1, 0, 26), + (78026, "441910", 1, 0, 26), + (78027, "441910", 1, 0, 26), + (78028, "441910", 1, 0, 26), + (78029, "441910", 1, 0, 26), + (78030, "441910", 1, 0, 26), + (78031, "441910", 1, 0, 26), + (78032, "441910", 1, 0, 26), + (78033, "441907", 1, 0, 26), + (78034, "441907", 1, 0, 26), + (78035, "441907", 1, 0, 26), + (78036, "441908", 1, 0, 26), + (78037, "441908", 1, 0, 26), + (78038, "441908", 1, 0, 26), + (78039, "441908", 1, 0, 26), + (78040, "441908", 1, 0, 26), + (78041, "441908", 1, 0, 26), + (78042, "441803", 1, 0, 26), + (78043, "441809", 1, 0, 26), + (78044, "441809", 1, 0, 26), + (78045, "441809", 1, 0, 26), + (78046, "441809", 1, 0, 26), + (78047, "441802", 1, 0, 26), + (78048, "441802", 1, 0, 26), + (78049, "441802", 1, 0, 26), + (78050, "441802", 1, 0, 26), + (78051, "441802", 1, 0, 26), + (78052, "441802", 1, 0, 26), + (78053, "441802", 1, 0, 26), + (78054, "441802", 1, 0, 26), + (78055, "441802", 1, 0, 26), + (78056, "441802", 1, 0, 26), + (78057, "441802", 1, 0, 26), + (78058, "441802", 1, 0, 26), + (78059, "441802", 1, 0, 26), + (78060, "441802", 1, 0, 26), + (78061, "441915", 1, 0, 26), + (78062, "441915", 1, 0, 26), + (78063, "441915", 1, 0, 26), + (78064, "441915", 1, 0, 26), + (78065, "441912", 1, 0, 26), + (78066, "441912", 1, 0, 26), + (78067, "441912", 1, 0, 26), + (78068, "441912", 1, 0, 26), + (78069, "441912", 1, 0, 26), + (78070, "441912", 1, 0, 26), + (78071, "441913", 1, 0, 26), + (78072, "441913", 1, 0, 26), + (78073, "441601", 1, 0, 26), + (78074, "441601", 1, 0, 26), + (78075, "441601", 1, 0, 26), + (78076, "441601", 1, 0, 26), + (78077, "441601", 1, 0, 26), + (78078, "441601", 1, 0, 26), + (78079, "441601", 1, 0, 26), + (78080, "441601", 1, 0, 26), + (78081, "441601", 1, 0, 26), + (78082, "413317", 1, 0, 26), + (78083, "413322", 1, 0, 26), + (78084, "413109", 1, 0, 26), + (78085, "413307", 1, 0, 26), + (78086, "413309", 1, 0, 26), + (78087, "413309", 1, 0, 26), + (78088, "413309", 1, 0, 26), + (78089, "413309", 1, 0, 26), + (78090, "413309", 1, 0, 26), + (78091, "413309", 1, 0, 26), + (78092, "413309", 1, 0, 26), + (78093, "413309", 1, 0, 26), + (78094, "413202", 1, 0, 26), + (78095, "413202", 1, 0, 26), + (78096, "413202", 1, 0, 26), + (78097, "413202", 1, 0, 26), + (78098, "413202", 1, 0, 26), + (78099, "413202", 1, 0, 26), + (78100, "413202", 1, 0, 26), + (78101, "413202", 1, 0, 26), + (78102, "413202", 1, 0, 26), + (78103, "413202", 1, 0, 26), + (78104, "413302", 1, 0, 26), + (78105, "413302", 1, 0, 26), + (78106, "413302", 1, 0, 26), + (78107, "413203", 1, 0, 26), + (78108, "413203", 1, 0, 26), + (78109, "413203", 1, 0, 26), + (78110, "413203", 1, 0, 26), + (78111, "413203", 1, 0, 26), + (78112, "413203", 1, 0, 26), + (78113, "413203", 1, 0, 26), + (78114, "413203", 1, 0, 26), + (78115, "413203", 1, 0, 26), + (78116, "413203", 1, 0, 26), + (78117, "413203", 1, 0, 26), + (78118, "413203", 1, 0, 26), + (78119, "413203", 1, 0, 26), + (78120, "413203", 1, 0, 26), + (78121, "413203", 1, 0, 26), + (78122, "413203", 1, 0, 26), + (78123, "413203", 1, 0, 26), + (78124, "413203", 1, 0, 26), + (78125, "413203", 1, 0, 26), + (78126, "413203", 1, 0, 26), + (78127, "413223", 1, 0, 26), + (78128, "413223", 1, 0, 26), + (78129, "413223", 1, 0, 26), + (78130, "413206", 1, 0, 26), + (78131, "413206", 1, 0, 26), + (78132, "413317", 1, 0, 26), + (78133, "413317", 1, 0, 26), + (78134, "413317", 1, 0, 26), + (78135, "413317", 1, 0, 26), + (78136, "413317", 1, 0, 26), + (78137, "413317", 1, 0, 26), + (78138, "413317", 1, 0, 26), + (78139, "413314", 1, 0, 26), + (78140, "413314", 1, 0, 26), + (78141, "413208", 1, 0, 26), + (78142, "413208", 1, 0, 26), + (78143, "413208", 1, 0, 26), + (78144, "413208", 1, 0, 26), + (78145, "413208", 1, 0, 26), + (78146, "413208", 1, 0, 26), + (78147, "413208", 1, 0, 26), + (78148, "413208", 1, 0, 26), + (78149, "413208", 1, 0, 26), + (78150, "413208", 1, 0, 26), + (78151, "413208", 1, 0, 26), + (78152, "413209", 1, 0, 26), + (78153, "413209", 1, 0, 26), + (78154, "413209", 1, 0, 26), + (78155, "413209", 1, 0, 26), + (78156, "413209", 1, 0, 26), + (78157, "413209", 1, 0, 26), + (78158, "413209", 1, 0, 26), + (78159, "413209", 1, 0, 26), + (78160, "413306", 1, 0, 26), + (78161, "413202", 1, 0, 26), + (78162, "413304", 1, 0, 26), + (78163, "413304", 1, 0, 26), + (78164, "413304", 1, 0, 26), + (78165, "413304", 1, 0, 26), + (78166, "413304", 1, 0, 26), + (78167, "413304", 1, 0, 26), + (78168, "413304", 1, 0, 26), + (78169, "413212", 1, 0, 26), + (78170, "413315", 1, 0, 26), + (78171, "413315", 1, 0, 26), + (78172, "413315", 1, 0, 26), + (78173, "413322", 1, 0, 26), + (78174, "413322", 1, 0, 26), + (78175, "413322", 1, 0, 26), + (78176, "413322", 1, 0, 26), + (78177, "413309", 1, 0, 26), + (78178, "413202", 1, 0, 26), + (78179, "413202", 1, 0, 26), + (78180, "413202", 1, 0, 26), + (78181, "413202", 1, 0, 26), + (78182, "413202", 1, 0, 26), + (78183, "413202", 1, 0, 26), + (78184, "413306", 1, 0, 26), + (78185, "413306", 1, 0, 26), + (78186, "413306", 1, 0, 26), + (78187, "413306", 1, 0, 26), + (78188, "413306", 1, 0, 26), + (78189, "413306", 1, 0, 26), + (78190, "413306", 1, 0, 26), + (78191, "413306", 1, 0, 26), + (78192, "413306", 1, 0, 26), + (78193, "413108", 1, 0, 26), + (78194, "413250", 1, 0, 26), + (78195, "413250", 1, 0, 26), + (78196, "413107", 1, 0, 26), + (78197, "413107", 1, 0, 26), + (78198, "413107", 1, 0, 26), + (78199, "413107", 1, 0, 26), + (78200, "413305", 1, 0, 26), + (78201, "413305", 1, 0, 26), + (78202, "413305", 1, 0, 26), + (78203, "413305", 1, 0, 26), + (78204, "413305", 1, 0, 26), + (78205, "413305", 1, 0, 26), + (78206, "413305", 1, 0, 26), + (78207, "413305", 1, 0, 26), + (78208, "413305", 1, 0, 26), + (78209, "413305", 1, 0, 26), + (78210, "413319", 1, 0, 26), + (78211, "413319", 1, 0, 26), + (78212, "413319", 1, 0, 26), + (78213, "413319", 1, 0, 26), + (78214, "413319", 1, 0, 26), + (78215, "413319", 1, 0, 26), + (78216, "413319", 1, 0, 26), + (78217, "413301", 1, 0, 26), + (78218, "413301", 1, 0, 26), + (78219, "413109", 1, 0, 26), + (78220, "413109", 1, 0, 26), + (78221, "413109", 1, 0, 26), + (78222, "413109", 1, 0, 26), + (78223, "413109", 1, 0, 26), + (78224, "413109", 1, 0, 26), + (78225, "413109", 1, 0, 26), + (78226, "413109", 1, 0, 26), + (78227, "413109", 1, 0, 26), + (78228, "413109", 1, 0, 26), + (78229, "413109", 1, 0, 26), + (78230, "413308", 1, 0, 26), + (78231, "413308", 1, 0, 26), + (78232, "413308", 1, 0, 26), + (78233, "413308", 1, 0, 26), + (78234, "413310", 1, 0, 26), + (78235, "413310", 1, 0, 26), + (78236, "413310", 1, 0, 26), + (78237, "413310", 1, 0, 26), + (78238, "413310", 1, 0, 26), + (78239, "413310", 1, 0, 26), + (78240, "413210", 1, 0, 26), + (78241, "413210", 1, 0, 26), + (78242, "413210", 1, 0, 26), + (78243, "413210", 1, 0, 26), + (78244, "413252", 1, 0, 26), + (78245, "413252", 1, 0, 26), + (78246, "413252", 1, 0, 26), + (78247, "413251", 1, 0, 26), + (78248, "413251", 1, 0, 26), + (78249, "413251", 1, 0, 26), + (78250, "413251", 1, 0, 26), + (78251, "413111", 1, 0, 26), + (78252, "413111", 1, 0, 26), + (78253, "413111", 1, 0, 26), + (78254, "413111", 1, 0, 26), + (78255, "413307", 1, 0, 26), + (78256, "413307", 1, 0, 26), + (78257, "413307", 1, 0, 26), + (78258, "413307", 1, 0, 26), + (78259, "413307", 1, 0, 26), + (78260, "413307", 1, 0, 26), + (78261, "413307", 1, 0, 26), + (78262, "413307", 1, 0, 26), + (78263, "413307", 1, 0, 26), + (78264, "413307", 1, 0, 26), + (78265, "413307", 1, 0, 26), + (78266, "413307", 1, 0, 26), + (78267, "413307", 1, 0, 26), + (78268, "413307", 1, 0, 26), + (78269, "413112", 1, 0, 26), + (78270, "413112", 1, 0, 26), + (78271, "413112", 1, 0, 26), + (78272, "413112", 1, 0, 26), + (78273, "413112", 1, 0, 26), + (78274, "413112", 1, 0, 26), + (78275, "413112", 1, 0, 26), + (78276, "413211", 1, 0, 26), + (78277, "413211", 1, 0, 26), + (78278, "413211", 1, 0, 26), + (78279, "413211", 1, 0, 26), + (78280, "413211", 1, 0, 26), + (78281, "413211", 1, 0, 26), + (78282, "413211", 1, 0, 26), + (78283, "413211", 1, 0, 26), + (78284, "413113", 1, 0, 26), + (78285, "413113", 1, 0, 26), + (78286, "413113", 1, 0, 26), + (78287, "413113", 1, 0, 26), + (78288, "413113", 1, 0, 26), + (78289, "413113", 1, 0, 26), + (78290, "413113", 1, 0, 26), + (78291, "413203", 1, 0, 26), + (78292, "413304", 1, 0, 26), + (78293, "413304", 1, 0, 26), + (78294, "413304", 1, 0, 26), + (78295, "413304", 1, 0, 26), + (78296, "413304", 1, 0, 26), + (78297, "413304", 1, 0, 26), + (78298, "413304", 1, 0, 26), + (78299, "413304", 1, 0, 26), + (78300, "413304", 1, 0, 26), + (78301, "413304", 1, 0, 26), + (78302, "413304", 1, 0, 26), + (78303, "413304", 1, 0, 26), + (78304, "413304", 1, 0, 26), + (78305, "413304", 1, 0, 26), + (78306, "413304", 1, 0, 26), + (78307, "413304", 1, 0, 26), + (78308, "413304", 1, 0, 26), + (78309, "413304", 1, 0, 26), + (78310, "413304", 1, 0, 26), + (78311, "413304", 1, 0, 26), + (78312, "431503", 1, 0, 26), + (78313, "431509", 1, 0, 26), + (78314, "431505", 1, 0, 26), + (78315, "431701", 1, 0, 26), + (78316, "431512", 1, 0, 26), + (78317, "431513", 1, 0, 26), + (78318, "431504", 1, 0, 26), + (78319, "431503", 1, 0, 26), + (78320, "431503", 1, 0, 26), + (78321, "431503", 1, 0, 26), + (78322, "431503", 1, 0, 26), + (78323, "431503", 1, 0, 26), + (78324, "431514", 1, 0, 26), + (78325, "431514", 1, 0, 26), + (78326, "431514", 1, 0, 26), + (78327, "431514", 1, 0, 26), + (78328, "431514", 1, 0, 26), + (78329, "431514", 1, 0, 26), + (78330, "431514", 1, 0, 26), + (78331, "431514", 1, 0, 26), + (78332, "431514", 1, 0, 26), + (78333, "431514", 1, 0, 26), + (78334, "431514", 1, 0, 26), + (78335, "431514", 1, 0, 26), + (78336, "431514", 1, 0, 26), + (78337, "431514", 1, 0, 26), + (78338, "431514", 1, 0, 26), + (78339, "431514", 1, 0, 26), + (78340, "431509", 1, 0, 26), + (78341, "431509", 1, 0, 26), + (78342, "431509", 1, 0, 26), + (78343, "431509", 1, 0, 26), + (78344, "431509", 1, 0, 26), + (78345, "431509", 1, 0, 26), + (78346, "431509", 1, 0, 26), + (78347, "431509", 1, 0, 26), + (78348, "431509", 1, 0, 26), + (78349, "431509", 1, 0, 26), + (78350, "431509", 1, 0, 26), + (78351, "431509", 1, 0, 26), + (78352, "431509", 1, 0, 26), + (78353, "431509", 1, 0, 26), + (78354, "431509", 1, 0, 26), + (78355, "431509", 1, 0, 26), + (78356, "431509", 1, 0, 26), + (78357, "431509", 1, 0, 26), + (78358, "431509", 1, 0, 26), + (78359, "431509", 1, 0, 26), + (78360, "431509", 1, 0, 26), + (78361, "431509", 1, 0, 26), + (78362, "431509", 1, 0, 26), + (78363, "431509", 1, 0, 26), + (78364, "431508", 1, 0, 26), + (78365, "431508", 1, 0, 26), + (78366, "431508", 1, 0, 26), + (78367, "431508", 1, 0, 26), + (78368, "431508", 1, 0, 26), + (78369, "431508", 1, 0, 26), + (78370, "431521", 1, 0, 26), + (78371, "431521", 1, 0, 26), + (78372, "431521", 1, 0, 26), + (78373, "431521", 1, 0, 26), + (78374, "431521", 1, 0, 26), + (78375, "431521", 1, 0, 26), + (78376, "431521", 1, 0, 26), + (78377, "431514", 1, 0, 26), + (78378, "431514", 1, 0, 26), + (78379, "431514", 1, 0, 26), + (78380, "431514", 1, 0, 26), + (78381, "431514", 1, 0, 26), + (78382, "431514", 1, 0, 26), + (78383, "431509", 1, 0, 26), + (78384, "431509", 1, 0, 26), + (78385, "431505", 1, 0, 26), + (78386, "431505", 1, 0, 26), + (78387, "431505", 1, 0, 26), + (78388, "431505", 1, 0, 26), + (78389, "431505", 1, 0, 26), + (78390, "431505", 1, 0, 26), + (78391, "431505", 1, 0, 26), + (78392, "431505", 1, 0, 26), + (78393, "431505", 1, 0, 26), + (78394, "431505", 1, 0, 26), + (78395, "431402", 1, 0, 26), + (78396, "431402", 1, 0, 26), + (78397, "431402", 1, 0, 26), + (78398, "431402", 1, 0, 26), + (78399, "431402", 1, 0, 26), + (78400, "431402", 1, 0, 26), + (78401, "431402", 1, 0, 26), + (78402, "431402", 1, 0, 26), + (78403, "431402", 1, 0, 26), + (78404, "431402", 1, 0, 26), + (78405, "431402", 1, 0, 26), + (78406, "431402", 1, 0, 26), + (78407, "431402", 1, 0, 26), + (78408, "431402", 1, 0, 26), + (78409, "431720", 1, 0, 26), + (78410, "431720", 1, 0, 26), + (78411, "431720", 1, 0, 26), + (78412, "431720", 1, 0, 26), + (78413, "431720", 1, 0, 26), + (78414, "431720", 1, 0, 26), + (78415, "431506", 1, 0, 26), + (78416, "431506", 1, 0, 26), + (78417, "431506", 1, 0, 26), + (78418, "431506", 1, 0, 26), + (78419, "431506", 1, 0, 26), + (78420, "431506", 1, 0, 26), + (78421, "431506", 1, 0, 26), + (78422, "431506", 1, 0, 26), + (78423, "431506", 1, 0, 26), + (78424, "431506", 1, 0, 26), + (78425, "431506", 1, 0, 26), + (78426, "431537", 1, 0, 26), + (78427, "431537", 1, 0, 26), + (78428, "431537", 1, 0, 26), + (78429, "431537", 1, 0, 26), + (78430, "431511", 1, 0, 26), + (78431, "431511", 1, 0, 26), + (78432, "431511", 1, 0, 26), + (78433, "431511", 1, 0, 26), + (78434, "431511", 1, 0, 26), + (78435, "431511", 1, 0, 26), + (78436, "431511", 1, 0, 26), + (78437, "431511", 1, 0, 26), + (78438, "431511", 1, 0, 26), + (78439, "431511", 1, 0, 26), + (78440, "431536", 1, 0, 26), + (78441, "431536", 1, 0, 26), + (78442, "431540", 1, 0, 26), + (78443, "431540", 1, 0, 26), + (78444, "431540", 1, 0, 26), + (78445, "431540", 1, 0, 26), + (78446, "431402", 1, 0, 26), + (78447, "431701", 1, 0, 26), + (78448, "431701", 1, 0, 26), + (78449, "431701", 1, 0, 26), + (78450, "431701", 1, 0, 26), + (78451, "431701", 1, 0, 26), + (78452, "431701", 1, 0, 26), + (78453, "431701", 1, 0, 26), + (78454, "431701", 1, 0, 26), + (78455, "431701", 1, 0, 26), + (78456, "431701", 1, 0, 26), + (78457, "431701", 1, 0, 26), + (78458, "431701", 1, 0, 26), + (78459, "431701", 1, 0, 26), + (78460, "431701", 1, 0, 26), + (78461, "431701", 1, 0, 26), + (78462, "431701", 1, 0, 26), + (78463, "431701", 1, 0, 26), + (78464, "431701", 1, 0, 26), + (78465, "431701", 1, 0, 26), + (78466, "431701", 1, 0, 26), + (78467, "431701", 1, 0, 26), + (78468, "431701", 1, 0, 26), + (78469, "431701", 1, 0, 26), + (78470, "431705", 1, 0, 26), + (78471, "431705", 1, 0, 26), + (78472, "431705", 1, 0, 26), + (78473, "431705", 1, 0, 26), + (78474, "431705", 1, 0, 26), + (78475, "431705", 1, 0, 26), + (78476, "431705", 1, 0, 26), + (78477, "431705", 1, 0, 26), + (78478, "431705", 1, 0, 26), + (78479, "431705", 1, 0, 26), + (78480, "431705", 1, 0, 26), + (78481, "431705", 1, 0, 26), + (78482, "431705", 1, 0, 26), + (78483, "431705", 1, 0, 26), + (78484, "431705", 1, 0, 26), + (78485, "431705", 1, 0, 26), + (78486, "431705", 1, 0, 26), + (78487, "431705", 1, 0, 26), + (78488, "431705", 1, 0, 26), + (78489, "431512", 1, 0, 26), + (78490, "431512", 1, 0, 26), + (78491, "431512", 1, 0, 26), + (78492, "431512", 1, 0, 26), + (78493, "431512", 1, 0, 26), + (78494, "431512", 1, 0, 26), + (78495, "431512", 1, 0, 26), + (78496, "431512", 1, 0, 26), + (78497, "431512", 1, 0, 26), + (78498, "431703", 1, 0, 26), + (78499, "431703", 1, 0, 26), + (78500, "431703", 1, 0, 26), + (78501, "431703", 1, 0, 26), + (78502, "431703", 1, 0, 26), + (78503, "431703", 1, 0, 26), + (78504, "431703", 1, 0, 26), + (78505, "431703", 1, 0, 26), + (78506, "431703", 1, 0, 26), + (78507, "431513", 1, 0, 26), + (78508, "431513", 1, 0, 26), + (78509, "431513", 1, 0, 26), + (78510, "431513", 1, 0, 26), + (78511, "431513", 1, 0, 26), + (78512, "431513", 1, 0, 26), + (78513, "431513", 1, 0, 26), + (78514, "431513", 1, 0, 26), + (78515, "431513", 1, 0, 26), + (78516, "431513", 1, 0, 26), + (78517, "431513", 1, 0, 26), + (78518, "431513", 1, 0, 26), + (78519, "431513", 1, 0, 26), + (78520, "431513", 1, 0, 26), + (78521, "431513", 1, 0, 26), + (78522, "431513", 1, 0, 26), + (78523, "431513", 1, 0, 26), + (78524, "431513", 1, 0, 26), + (78525, "431702", 1, 0, 26), + (78526, "431702", 1, 0, 26), + (78527, "431702", 1, 0, 26), + (78528, "431702", 1, 0, 26), + (78529, "431702", 1, 0, 26), + (78530, "431702", 1, 0, 26), + (78531, "431702", 1, 0, 26), + (78532, "431702", 1, 0, 26), + (78533, "431702", 1, 0, 26), + (78534, "431702", 1, 0, 26), + (78535, "431702", 1, 0, 26), + (78536, "431702", 1, 0, 26), + (78537, "431702", 1, 0, 26), + (78538, "431542", 1, 0, 26), + (78539, "431542", 1, 0, 26), + (78540, "431542", 1, 0, 26), + (78541, "431542", 1, 0, 26), + (78542, "431542", 1, 0, 26), + (78543, "431542", 1, 0, 26), + (78544, "431542", 1, 0, 26), + (78545, "431542", 1, 0, 26), + (78546, "431542", 1, 0, 26), + (78547, "431542", 1, 0, 26), + (78548, "431542", 1, 0, 26), + (78549, "431507", 1, 0, 26), + (78550, "431507", 1, 0, 26), + (78551, "431507", 1, 0, 26), + (78552, "431507", 1, 0, 26), + (78553, "431507", 1, 0, 26), + (78554, "431507", 1, 0, 26), + (78555, "431504", 1, 0, 26), + (78556, "431504", 1, 0, 26), + (78557, "431504", 1, 0, 26), + (78558, "431504", 1, 0, 26), + (78559, "431504", 1, 0, 26), + (78560, "431504", 1, 0, 26), + (78561, "431504", 1, 0, 26), + (78562, "431504", 1, 0, 26), + (78563, "431504", 1, 0, 26), + (78564, "431504", 1, 0, 26), + (78565, "431504", 1, 0, 26), + (78566, "431502", 1, 0, 26), + (78567, "431502", 1, 0, 26), + (78568, "431502", 1, 0, 26), + (78569, "431502", 1, 0, 26), + (78570, "431503", 1, 0, 26), + (78571, "431503", 1, 0, 26), + (78572, "431503", 1, 0, 26), + (78573, "431503", 1, 0, 26), + (78574, "431503", 1, 0, 26), + (78575, "431503", 1, 0, 26), + (78576, "431503", 1, 0, 26), + (78577, "431503", 1, 0, 26), + (78578, "431516", 1, 0, 26), + (78579, "431516", 1, 0, 26), + (78580, "431516", 1, 0, 26), + (78581, "431516", 1, 0, 26), + (78582, "431516", 1, 0, 26), + (78583, "431516", 1, 0, 26), + (78584, "431510", 1, 0, 26), + (78585, "431510", 1, 0, 26), + (78586, "431510", 1, 0, 26), + (78587, "431510", 1, 0, 26), + (78588, "431510", 1, 0, 26), + (78589, "431510", 1, 0, 26), + (78590, "431510", 1, 0, 26), + (78591, "431402", 1, 0, 26), + (78592, "431536", 1, 0, 26), + (78593, "431536", 1, 0, 26), + (78594, "431536", 1, 0, 26), + (78595, "431536", 1, 0, 26), + (78596, "431536", 1, 0, 26), + (78597, "431541", 1, 0, 26), + (78598, "431541", 1, 0, 26), + (78599, "431541", 1, 0, 26), + (78600, "431516", 1, 0, 26), + (78601, "431541", 1, 0, 26), + (78602, "431516", 1, 0, 26), + (78603, "431541", 1, 0, 26), + (78604, "431516", 1, 0, 26), + (78605, "431541", 1, 0, 26), + (78606, "411014", 1, 0, 26), + (78607, "411015", 1, 0, 26), + (78608, "411033", 1, 0, 26), + (78609, "411017", 1, 0, 26), + (78610, "411048", 1, 0, 26), + (78611, "411048", 1, 0, 26), + (78612, "411048", 1, 0, 26), + (78613, "411057", 1, 0, 26), + (78614, "411033", 1, 0, 26), + (78615, "411033", 1, 0, 26), + (78616, "411033", 1, 0, 26), + (78617, "411057", 1, 0, 26), + (78618, "412402", 1, 0, 26), + (78619, "412402", 1, 0, 26), + (78620, "412402", 1, 0, 26), + (78621, "412402", 1, 0, 26), + (78622, "412402", 1, 0, 26), + (78623, "412402", 1, 0, 26), + (78624, "412402", 1, 0, 26), + (78625, "410511", 1, 0, 26), + (78626, "412204", 1, 0, 26), + (78627, "412204", 1, 0, 26), + (78628, "412204", 1, 0, 26), + (78629, "412110", 1, 0, 26), + (78630, "412406", 1, 0, 26), + (78631, "412406", 1, 0, 26), + (78632, "412406", 1, 0, 26), + (78633, "412202", 1, 0, 26), + (78634, "412202", 1, 0, 26), + (78635, "412202", 1, 0, 26), + (78636, "412202", 1, 0, 26), + (78637, "412202", 1, 0, 26), + (78638, "412202", 1, 0, 26), + (78639, "412106", 1, 0, 26), + (78640, "412106", 1, 0, 26), + (78641, "412106", 1, 0, 26), + (78642, "412106", 1, 0, 26), + (78643, "412106", 1, 0, 26), + (78644, "410510", 1, 0, 26), + (78645, "412304", 1, 0, 26), + (78646, "410512", 1, 0, 26), + (78647, "410512", 1, 0, 26), + (78648, "410512", 1, 0, 26), + (78649, "410512", 1, 0, 26), + (78650, "412311", 1, 0, 26), + (78651, "412311", 1, 0, 26), + (78652, "412311", 1, 0, 26), + (78653, "412311", 1, 0, 26), + (78654, "412311", 1, 0, 26), + (78655, "410505", 1, 0, 26), + (78656, "412104", 1, 0, 26), + (78657, "412206", 1, 0, 26), + (78658, "412216", 1, 0, 26), + (78659, "412218", 1, 0, 26), + (78660, "412101", 1, 0, 26), + (78661, "412213", 1, 0, 26), + (78662, "412214", 1, 0, 26), + (78663, "412212", 1, 0, 26), + (78664, "412301", 1, 0, 26), + (78665, "413133", 1, 0, 26), + (78666, "413133", 1, 0, 26), + (78667, "412307", 1, 0, 26), + (78668, "412410", 1, 0, 26), + (78669, "412410", 1, 0, 26), + (78670, "412410", 1, 0, 26), + (78671, "412401", 1, 0, 26), + (78672, "412401", 1, 0, 26), + (78673, "412401", 1, 0, 26), + (78674, "412401", 1, 0, 26), + (78675, "410515", 1, 0, 26), + (78676, "410515", 1, 0, 26), + (78677, "410515", 1, 0, 26), + (78678, "412408", 1, 0, 26), + (78679, "412408", 1, 0, 26), + (78680, "412408", 1, 0, 26), + (78681, "412408", 1, 0, 26), + (78682, "412106", 1, 0, 26), + (78683, "412106", 1, 0, 26), + (78684, "413105", 1, 0, 26), + (78685, "413105", 1, 0, 26), + (78686, "413104", 1, 0, 26), + (78687, "413104", 1, 0, 26), + (78688, "413104", 1, 0, 26), + (78689, "413104", 1, 0, 26), + (78690, "412107", 1, 0, 26), + (78691, "412107", 1, 0, 26), + (78692, "412107", 1, 0, 26), + (78693, "413116", 1, 0, 26), + (78694, "412209", 1, 0, 26), + (78695, "412209", 1, 0, 26), + (78696, "412209", 1, 0, 26), + (78697, "412209", 1, 0, 26), + (78698, "412209", 1, 0, 26), + (78699, "412209", 1, 0, 26), + (78700, "412108", 1, 0, 26), + (78701, "412108", 1, 0, 26), + (78702, "412108", 1, 0, 26), + (78703, "412108", 1, 0, 26), + (78704, "412108", 1, 0, 26), + (78705, "412108", 1, 0, 26), + (78706, "410506", 1, 0, 26), + (78707, "410506", 1, 0, 26), + (78708, "410506", 1, 0, 26), + (78709, "410506", 1, 0, 26), + (78710, "410506", 1, 0, 26), + (78711, "410506", 1, 0, 26), + (78712, "410506", 1, 0, 26), + (78713, "412207", 1, 0, 26), + (78714, "412207", 1, 0, 26), + (78715, "412207", 1, 0, 26), + (78716, "412110", 1, 0, 26), + (78717, "412207", 1, 0, 26), + (78718, "412207", 1, 0, 26), + (78719, "412207", 1, 0, 26), + (78720, "412207", 1, 0, 26), + (78721, "412207", 1, 0, 26), + (78722, "413114", 1, 0, 26), + (78723, "413114", 1, 0, 26), + (78724, "413114", 1, 0, 26), + (78725, "413114", 1, 0, 26), + (78726, "413114", 1, 0, 26), + (78727, "413114", 1, 0, 26), + (78728, "413114", 1, 0, 26), + (78729, "413114", 1, 0, 26), + (78730, "413114", 1, 0, 26), + (78731, "412205", 1, 0, 26), + (78732, "413105", 1, 0, 26), + (78733, "413105", 1, 0, 26), + (78734, "413104", 1, 0, 26), + (78735, "412219", 1, 0, 26), + (78736, "412219", 1, 0, 26), + (78737, "412219", 1, 0, 26), + (78738, "412205", 1, 0, 26), + (78739, "412205", 1, 0, 26), + (78740, "412205", 1, 0, 26), + (78741, "412205", 1, 0, 26), + (78742, "412205", 1, 0, 26), + (78743, "412205", 1, 0, 26), + (78744, "412205", 1, 0, 26), + (78745, "412205", 1, 0, 26), + (78746, "412205", 1, 0, 26), + (78747, "412205", 1, 0, 26), + (78748, "412205", 1, 0, 26), + (78749, "412205", 1, 0, 26), + (78750, "412205", 1, 0, 26), + (78751, "412205", 1, 0, 26), + (78752, "412205", 1, 0, 26), + (78753, "412205", 1, 0, 26), + (78754, "412205", 1, 0, 26), + (78755, "413104", 1, 0, 26), + (78756, "413104", 1, 0, 26), + (78757, "413104", 1, 0, 26), + (78758, "412305", 1, 0, 26), + (78759, "412305", 1, 0, 26), + (78760, "412305", 1, 0, 26), + (78761, "412305", 1, 0, 26), + (78762, "412305", 1, 0, 26), + (78763, "412305", 1, 0, 26), + (78764, "412210", 1, 0, 26), + (78765, "412210", 1, 0, 26), + (78766, "412210", 1, 0, 26), + (78767, "412210", 1, 0, 26), + (78768, "412210", 1, 0, 26), + (78769, "412210", 1, 0, 26), + (78770, "410501", 1, 0, 26), + (78771, "410501", 1, 0, 26), + (78772, "410501", 1, 0, 26), + (78773, "410501", 1, 0, 26), + (78774, "410501", 1, 0, 26), + (78775, "410501", 1, 0, 26), + (78776, "410501", 1, 0, 26), + (78777, "410501", 1, 0, 26), + (78778, "410501", 1, 0, 26), + (78779, "410501", 1, 0, 26), + (78780, "410501", 1, 0, 26), + (78781, "410501", 1, 0, 26), + (78782, "410501", 1, 0, 26), + (78783, "410501", 1, 0, 26), + (78784, "412214", 1, 0, 26), + (78785, "412214", 1, 0, 26), + (78786, "412214", 1, 0, 26), + (78787, "412214", 1, 0, 26), + (78788, "412214", 1, 0, 26), + (78789, "412214", 1, 0, 26), + (78790, "412312", 1, 0, 26), + (78791, "412402", 1, 0, 26), + (78792, "410509", 1, 0, 26), + (78793, "410509", 1, 0, 26), + (78794, "410509", 1, 0, 26), + (78795, "410509", 1, 0, 26), + (78796, "410509", 1, 0, 26), + (78797, "410509", 1, 0, 26), + (78798, "410509", 1, 0, 26), + (78799, "410509", 1, 0, 26), + (78800, "410509", 1, 0, 26), + (78801, "410509", 1, 0, 26), + (78802, "410509", 1, 0, 26), + (78803, "410509", 1, 0, 26), + (78804, "410509", 1, 0, 26), + (78805, "413802", 1, 0, 26), + (78806, "412102", 1, 0, 26), + (78807, "412102", 1, 0, 26), + (78808, "412102", 1, 0, 26), + (78809, "410516", 1, 0, 26), + (78810, "410513", 1, 0, 26), + (78811, "410513", 1, 0, 26), + (78812, "410505", 1, 0, 26), + (78813, "410505", 1, 0, 26), + (78814, "410505", 1, 0, 26), + (78815, "410505", 1, 0, 26), + (78816, "410505", 1, 0, 26), + (78817, "410505", 1, 0, 26), + (78818, "410505", 1, 0, 26), + (78819, "410505", 1, 0, 26), + (78820, "410505", 1, 0, 26), + (78821, "410505", 1, 0, 26), + (78822, "410505", 1, 0, 26), + (78823, "410505", 1, 0, 26), + (78824, "410505", 1, 0, 26), + (78825, "410505", 1, 0, 26), + (78826, "410505", 1, 0, 26), + (78827, "410505", 1, 0, 26), + (78828, "410505", 1, 0, 26), + (78829, "410505", 1, 0, 26), + (78830, "410505", 1, 0, 26), + (78831, "412103", 1, 0, 26), + (78832, "412103", 1, 0, 26), + (78833, "412103", 1, 0, 26), + (78834, "413115", 1, 0, 26), + (78835, "412104", 1, 0, 26), + (78836, "412104", 1, 0, 26), + (78837, "412104", 1, 0, 26), + (78838, "412104", 1, 0, 26), + (78839, "412104", 1, 0, 26), + (78840, "412104", 1, 0, 26), + (78841, "412206", 1, 0, 26), + (78842, "412206", 1, 0, 26), + (78843, "412206", 1, 0, 26), + (78844, "412206", 1, 0, 26), + (78845, "412206", 1, 0, 26), + (78846, "412206", 1, 0, 26), + (78847, "412206", 1, 0, 26), + (78848, "412206", 1, 0, 26), + (78849, "412206", 1, 0, 26), + (78850, "412206", 1, 0, 26), + (78851, "412206", 1, 0, 26), + (78852, "412206", 1, 0, 26), + (78853, "412206", 1, 0, 26), + (78854, "412206", 1, 0, 26), + (78855, "412206", 1, 0, 26), + (78856, "412206", 1, 0, 26), + (78857, "412206", 1, 0, 26), + (78858, "412206", 1, 0, 26), + (78859, "412206", 1, 0, 26), + (78860, "412206", 1, 0, 26), + (78861, "412206", 1, 0, 26), + (78862, "412206", 1, 0, 26), + (78863, "412206", 1, 0, 26), + (78864, "412206", 1, 0, 26), + (78865, "412206", 1, 0, 26), + (78866, "412206", 1, 0, 26), + (78867, "410502", 1, 0, 26), + (78868, "413103", 1, 0, 26), + (78869, "413103", 1, 0, 26), + (78870, "413103", 1, 0, 26), + (78871, "413103", 1, 0, 26), + (78872, "413103", 1, 0, 26), + (78873, "413103", 1, 0, 26), + (78874, "413103", 1, 0, 26), + (78875, "413801", 1, 0, 26), + (78876, "413801", 1, 0, 26), + (78877, "413801", 1, 0, 26), + (78878, "413801", 1, 0, 26), + (78879, "413801", 1, 0, 26), + (78880, "413801", 1, 0, 26), + (78881, "413801", 1, 0, 26), + (78882, "413801", 1, 0, 26), + (78883, "413801", 1, 0, 26), + (78884, "413801", 1, 0, 26), + (78885, "413801", 1, 0, 26), + (78886, "410507", 1, 0, 26), + (78887, "410507", 1, 0, 26), + (78888, "410507", 1, 0, 26), + (78889, "410507", 1, 0, 26), + (78890, "410507", 1, 0, 26), + (78891, "410507", 1, 0, 26), + (78892, "413132", 1, 0, 26), + (78893, "413132", 1, 0, 26), + (78894, "413132", 1, 0, 26), + (78895, "413132", 1, 0, 26), + (78896, "412206", 1, 0, 26), + (78897, "412206", 1, 0, 26), + (78898, "412206", 1, 0, 26), + (78899, "412206", 1, 0, 26), + (78900, "412206", 1, 0, 26), + (78901, "412206", 1, 0, 26), + (78902, "412206", 1, 0, 26), + (78903, "412206", 1, 0, 26), + (78904, "412206", 1, 0, 26), + (78905, "412206", 1, 0, 26), + (78906, "412301", 1, 0, 26), + (78907, "412301", 1, 0, 26), + (78908, "412301", 1, 0, 26), + (78909, "412301", 1, 0, 26), + (78910, "412301", 1, 0, 26), + (78911, "412301", 1, 0, 26), + (78912, "412301", 1, 0, 26), + (78913, "412301", 1, 0, 26), + (78914, "412301", 1, 0, 26), + (78915, "412301", 1, 0, 26), + (78916, "412301", 1, 0, 26), + (78917, "412301", 1, 0, 26), + (78918, "412301", 1, 0, 26), + (78919, "412107", 1, 0, 26), + (78920, "412107", 1, 0, 26), + (78921, "412107", 1, 0, 26), + (78922, "412107", 1, 0, 26), + (78923, "412107", 1, 0, 26), + (78924, "412107", 1, 0, 26), + (78925, "412412", 1, 0, 26), + (78926, "412412", 1, 0, 26), + (78927, "412412", 1, 0, 26), + (78928, "412412", 1, 0, 26), + (78929, "412201", 1, 0, 26), + (78930, "412201", 1, 0, 26), + (78931, "412201", 1, 0, 26), + (78932, "412220", 1, 0, 26), + (78933, "412220", 1, 0, 26), + (78934, "412403", 1, 0, 26), + (78935, "412403", 1, 0, 26), + (78936, "412216", 1, 0, 26), + (78937, "412216", 1, 0, 26), + (78938, "412216", 1, 0, 26), + (78939, "412216", 1, 0, 26), + (78940, "412211", 1, 0, 26), + (78941, "412211", 1, 0, 26), + (78942, "412211", 1, 0, 26), + (78943, "412210", 1, 0, 26), + (78944, "412211", 1, 0, 26), + (78945, "412211", 1, 0, 26), + (78946, "412211", 1, 0, 26), + (78947, "412211", 1, 0, 26), + (78948, "412211", 1, 0, 26), + (78949, "412211", 1, 0, 26), + (78950, "412211", 1, 0, 26), + (78951, "413120", 1, 0, 26), + (78952, "413120", 1, 0, 26), + (78953, "413120", 1, 0, 26), + (78954, "413120", 1, 0, 26), + (78955, "412215", 1, 0, 26), + (78956, "412405", 1, 0, 26), + (78957, "412308", 1, 0, 26), + (78958, "412308", 1, 0, 26), + (78959, "412404", 1, 0, 26), + (78960, "412404", 1, 0, 26), + (78961, "412404", 1, 0, 26), + (78962, "412404", 1, 0, 26), + (78963, "412404", 1, 0, 26), + (78964, "412404", 1, 0, 26), + (78965, "410402", 1, 0, 26), + (78966, "412218", 1, 0, 26), + (78967, "412218", 1, 0, 26), + (78968, "412218", 1, 0, 26), + (78969, "412218", 1, 0, 26), + (78970, "410510", 1, 0, 26), + (78971, "413102", 1, 0, 26), + (78972, "413102", 1, 0, 26), + (78973, "413102", 1, 0, 26), + (78974, "413102", 1, 0, 26), + (78975, "413102", 1, 0, 26), + (78976, "413102", 1, 0, 26), + (78977, "413102", 1, 0, 26), + (78978, "413102", 1, 0, 26), + (78979, "413102", 1, 0, 26), + (78980, "413102", 1, 0, 26), + (78981, "413102", 1, 0, 26), + (78982, "413102", 1, 0, 26), + (78983, "413102", 1, 0, 26), + (78984, "413102", 1, 0, 26), + (78985, "413102", 1, 0, 26), + (78986, "413102", 1, 0, 26), + (78987, "413102", 1, 0, 26), + (78988, "413102", 1, 0, 26), + (78989, "413102", 1, 0, 26), + (78990, "413130", 1, 0, 26), + (78991, "413130", 1, 0, 26), + (78992, "413130", 1, 0, 26), + (78993, "413130", 1, 0, 26), + (78994, "413130", 1, 0, 26), + (78995, "413130", 1, 0, 26), + (78996, "413130", 1, 0, 26), + (78997, "413130", 1, 0, 26), + (78998, "412109", 1, 0, 26), + (78999, "410406", 1, 0, 26), + (79000, "412411", 1, 0, 26), + (79001, "412411", 1, 0, 26), + (79002, "412411", 1, 0, 26), + (79003, "412411", 1, 0, 26), + (79004, "412105", 1, 0, 26), + (79005, "412105", 1, 0, 26), + (79006, "412105", 1, 0, 26), + (79007, "412105", 1, 0, 26), + (79008, "412105", 1, 0, 26), + (79009, "412105", 1, 0, 26), + (79010, "412101", 1, 0, 26), + (79011, "412101", 1, 0, 26), + (79012, "412203", 1, 0, 26), + (79013, "412203", 1, 0, 26), + (79014, "412203", 1, 0, 26), + (79015, "412203", 1, 0, 26), + (79016, "412203", 1, 0, 26), + (79017, "412203", 1, 0, 26), + (79018, "412203", 1, 0, 26), + (79019, "412203", 1, 0, 26), + (79020, "412203", 1, 0, 26), + (79021, "410503", 1, 0, 26), + (79022, "410503", 1, 0, 26), + (79023, "410503", 1, 0, 26), + (79024, "410503", 1, 0, 26), + (79025, "410503", 1, 0, 26), + (79026, "410504", 1, 0, 26), + (79027, "410504", 1, 0, 26), + (79028, "410504", 1, 0, 26), + (79029, "410504", 1, 0, 26), + (79030, "410504", 1, 0, 26), + (79031, "410504", 1, 0, 26), + (79032, "410504", 1, 0, 26), + (79033, "410504", 1, 0, 26), + (79034, "410504", 1, 0, 26), + (79035, "410504", 1, 0, 26), + (79036, "410504", 1, 0, 26), + (79037, "410504", 1, 0, 26), + (79038, "412213", 1, 0, 26), + (79039, "412213", 1, 0, 26), + (79040, "412213", 1, 0, 26), + (79041, "412213", 1, 0, 26), + (79042, "412213", 1, 0, 26), + (79043, "412213", 1, 0, 26), + (79044, "412213", 1, 0, 26), + (79045, "412213", 1, 0, 26), + (79046, "412213", 1, 0, 26), + (79047, "412213", 1, 0, 26), + (79048, "412213", 1, 0, 26), + (79049, "412213", 1, 0, 26), + (79050, "412213", 1, 0, 26), + (79051, "412213", 1, 0, 26), + (79052, "412213", 1, 0, 26), + (79053, "412213", 1, 0, 26), + (79054, "412213", 1, 0, 26), + (79055, "412409", 1, 0, 26), + (79056, "412409", 1, 0, 26), + (79057, "412409", 1, 0, 26), + (79058, "412409", 1, 0, 26), + (79059, "412409", 1, 0, 26), + (79060, "412409", 1, 0, 26), + (79061, "412409", 1, 0, 26), + (79062, "412409", 1, 0, 26), + (79063, "412409", 1, 0, 26), + (79064, "412409", 1, 0, 26), + (79065, "412409", 1, 0, 26), + (79066, "412409", 1, 0, 26), + (79067, "412409", 1, 0, 26), + (79068, "413110", 1, 0, 26), + (79069, "413110", 1, 0, 26), + (79070, "413110", 1, 0, 26), + (79071, "413110", 1, 0, 26), + (79072, "413110", 1, 0, 26), + (79073, "413110", 1, 0, 26), + (79074, "412108", 1, 0, 26), + (79075, "412108", 1, 0, 26), + (79076, "412108", 1, 0, 26), + (79077, "412108", 1, 0, 26), + (79078, "412108", 1, 0, 26), + (79079, "410513", 1, 0, 26), + (79080, "412115", 1, 0, 26), + (79081, "412115", 1, 0, 26), + (79082, "412115", 1, 0, 26), + (79083, "412115", 1, 0, 26), + (79084, "412115", 1, 0, 26), + (79085, "412115", 1, 0, 26), + (79086, "412115", 1, 0, 26), + (79087, "412115", 1, 0, 26), + (79088, "412115", 1, 0, 26), + (79089, "412115", 1, 0, 26), + (79090, "412115", 1, 0, 26), + (79091, "411025", 1, 0, 26), + (79092, "411025", 1, 0, 26), + (79093, "411025", 1, 0, 26), + (79094, "411025", 1, 0, 26), + (79095, "412115", 1, 0, 26), + (79096, "411025", 1, 0, 26), + (79097, "412104", 1, 0, 26), + (79098, "412219", 1, 0, 26), + (79099, "410502", 1, 0, 26), + (79100, "410502", 1, 0, 26), + (79101, "410502", 1, 0, 26), + (79102, "410502", 1, 0, 26), + (79103, "410502", 1, 0, 26), + (79104, "410502", 1, 0, 26), + (79105, "410502", 1, 0, 26), + (79106, "410502", 1, 0, 26), + (79107, "410502", 1, 0, 26), + (79108, "410502", 1, 0, 26), + (79109, "410502", 1, 0, 26), + (79110, "410502", 1, 0, 26), + (79111, "410502", 1, 0, 26), + (79112, "410502", 1, 0, 26), + (79113, "410502", 1, 0, 26), + (79114, "410502", 1, 0, 26), + (79115, "410502", 1, 0, 26), + (79116, "410502", 1, 0, 26), + (79117, "410502", 1, 0, 26), + (79118, "410502", 1, 0, 26), + (79119, "410502", 1, 0, 26), + (79120, "410401", 1, 0, 26), + (79121, "410401", 1, 0, 26), + (79122, "412208", 1, 0, 26), + (79123, "412208", 1, 0, 26), + (79124, "412208", 1, 0, 26), + (79125, "412208", 1, 0, 26), + (79126, "412208", 1, 0, 26), + (79127, "412208", 1, 0, 26), + (79128, "412208", 1, 0, 26), + (79129, "412208", 1, 0, 26), + (79130, "412208", 1, 0, 26), + (79131, "412212", 1, 0, 26), + (79132, "412212", 1, 0, 26), + (79133, "412212", 1, 0, 26), + (79134, "410405", 1, 0, 26), + (79135, "410405", 1, 0, 26), + (79136, "410405", 1, 0, 26), + (79137, "410405", 1, 0, 26), + (79138, "410405", 1, 0, 26), + (79139, "410405", 1, 0, 26), + (79140, "410405", 1, 0, 26), + (79141, "412303", 1, 0, 26), + (79142, "412303", 1, 0, 26), + (79143, "412303", 1, 0, 26), + (79144, "412303", 1, 0, 26), + (79145, "412303", 1, 0, 26), + (79146, "412303", 1, 0, 26), + (79147, "412303", 1, 0, 26), + (79148, "412303", 1, 0, 26), + (79149, "412303", 1, 0, 26), + (79150, "412303", 1, 0, 26), + (79151, "412303", 1, 0, 26), + (79152, "412306", 1, 0, 26), + (79153, "412306", 1, 0, 26), + (79154, "412306", 1, 0, 26), + (79155, "412306", 1, 0, 26), + (79156, "413104", 1, 0, 26), + (79157, "413104", 1, 0, 26), + (79158, "412205", 1, 0, 26), + (79159, "412205", 1, 0, 26), + (79160, "412205", 1, 0, 26), + (79161, "413106", 1, 0, 26), + (79162, "413106", 1, 0, 26), + (79163, "413106", 1, 0, 26), + (79164, "413106", 1, 0, 26), + (79165, "413106", 1, 0, 26), + (79166, "412301", 1, 0, 26), + (79167, "411046", 1, 0, 26), + (79168, "411045", 1, 0, 26), + (79169, "411021", 1, 0, 26), + (79170, "411023", 1, 0, 26), + (79171, "411023", 1, 0, 26), + (79172, "411023", 1, 0, 26), + (79173, "411023", 1, 0, 26), + (79174, "411021", 1, 0, 26), + (79175, "402104", 1, 0, 26), + (79176, "410205", 1, 0, 26), + (79177, "402303", 1, 0, 26), + (79178, "402109", 1, 0, 26), + (79179, "402104", 1, 0, 26), + (79180, "402104", 1, 0, 26), + (79181, "402104", 1, 0, 26), + (79182, "402104", 1, 0, 26), + (79183, "402104", 1, 0, 26), + (79184, "402105", 1, 0, 26), + (79185, "402105", 1, 0, 26), + (79186, "402105", 1, 0, 26), + (79187, "402105", 1, 0, 26), + (79188, "402105", 1, 0, 26), + (79189, "402105", 1, 0, 26), + (79190, "402105", 1, 0, 26), + (79191, "402105", 1, 0, 26), + (79192, "402105", 1, 0, 26), + (79193, "402105", 1, 0, 26), + (79194, "402105", 1, 0, 26), + (79195, "402105", 1, 0, 26), + (79196, "402117", 1, 0, 26), + (79197, "402117", 1, 0, 26), + (79198, "402204", 1, 0, 26), + (79199, "402204", 1, 0, 26), + (79200, "402106", 1, 0, 26), + (79201, "402106", 1, 0, 26), + (79202, "402106", 1, 0, 26), + (79203, "402106", 1, 0, 26), + (79204, "402305", 1, 0, 26), + (79205, "402305", 1, 0, 26), + (79206, "402305", 1, 0, 26), + (79207, "402305", 1, 0, 26), + (79208, "402305", 1, 0, 26), + (79209, "402305", 1, 0, 26), + (79210, "402305", 1, 0, 26), + (79211, "402305", 1, 0, 26), + (79212, "402305", 1, 0, 26), + (79213, "402305", 1, 0, 26), + (79214, "402305", 1, 0, 26), + (79215, "402305", 1, 0, 26), + (79216, "402120", 1, 0, 26), + (79217, "402120", 1, 0, 26), + (79218, "402120", 1, 0, 26), + (79219, "402120", 1, 0, 26), + (79220, "402120", 1, 0, 26), + (79221, "410205", 1, 0, 26), + (79222, "410205", 1, 0, 26), + (79223, "410205", 1, 0, 26), + (79224, "410205", 1, 0, 26), + (79225, "410205", 1, 0, 26), + (79226, "410205", 1, 0, 26), + (79227, "410205", 1, 0, 26), + (79228, "410205", 1, 0, 26), + (79229, "410205", 1, 0, 26), + (79230, "410205", 1, 0, 26), + (79231, "410205", 1, 0, 26), + (79232, "410205", 1, 0, 26), + (79233, "410205", 1, 0, 26), + (79234, "410205", 1, 0, 26), + (79235, "410205", 1, 0, 26), + (79236, "410205", 1, 0, 26), + (79237, "410205", 1, 0, 26), + (79238, "410205", 1, 0, 26), + (79239, "410205", 1, 0, 26), + (79240, "402107", 1, 0, 26), + (79241, "402107", 1, 0, 26), + (79242, "402107", 1, 0, 26), + (79243, "402107", 1, 0, 26), + (79244, "402107", 1, 0, 26), + (79245, "402107", 1, 0, 26), + (79246, "402107", 1, 0, 26), + (79247, "402107", 1, 0, 26), + (79248, "402107", 1, 0, 26), + (79249, "402107", 1, 0, 26), + (79250, "402107", 1, 0, 26), + (79251, "402107", 1, 0, 26), + (79252, "402107", 1, 0, 26), + (79253, "402107", 1, 0, 26), + (79254, "402107", 1, 0, 26), + (79255, "402107", 1, 0, 26), + (79256, "402107", 1, 0, 26), + (79257, "402107", 1, 0, 26), + (79258, "402107", 1, 0, 26), + (79259, "402107", 1, 0, 26), + (79260, "402107", 1, 0, 26), + (79261, "402107", 1, 0, 26), + (79262, "402107", 1, 0, 26), + (79263, "402107", 1, 0, 26), + (79264, "402126", 1, 0, 26), + (79265, "402303", 1, 0, 26), + (79266, "402303", 1, 0, 26), + (79267, "402303", 1, 0, 26), + (79268, "402303", 1, 0, 26), + (79269, "402303", 1, 0, 26), + (79270, "402303", 1, 0, 26), + (79271, "402303", 1, 0, 26), + (79272, "402303", 1, 0, 26), + (79273, "402303", 1, 0, 26), + (79274, "402303", 1, 0, 26), + (79275, "402303", 1, 0, 26), + (79276, "402303", 1, 0, 26), + (79277, "402303", 1, 0, 26), + (79278, "402303", 1, 0, 26), + (79279, "402303", 1, 0, 26), + (79280, "402303", 1, 0, 26), + (79281, "402303", 1, 0, 26), + (79282, "402303", 1, 0, 26), + (79283, "402303", 1, 0, 26), + (79284, "402108", 1, 0, 26), + (79285, "402108", 1, 0, 26), + (79286, "402108", 1, 0, 26), + (79287, "402108", 1, 0, 26), + (79288, "402202", 1, 0, 26), + (79289, "402202", 1, 0, 26), + (79290, "402202", 1, 0, 26), + (79291, "402202", 1, 0, 26), + (79292, "402109", 1, 0, 26), + (79293, "402109", 1, 0, 26), + (79294, "402109", 1, 0, 26), + (79295, "402109", 1, 0, 26), + (79296, "402109", 1, 0, 26), + (79297, "402109", 1, 0, 26), + (79298, "402109", 1, 0, 26), + (79299, "402109", 1, 0, 26), + (79300, "402109", 1, 0, 26), + (79301, "402109", 1, 0, 26), + (79302, "402109", 1, 0, 26), + (79303, "402109", 1, 0, 26), + (79304, "402109", 1, 0, 26), + (79305, "402109", 1, 0, 26), + (79306, "402109", 1, 0, 26), + (79307, "402109", 1, 0, 26), + (79308, "402109", 1, 0, 26), + (79309, "402109", 1, 0, 26), + (79310, "402109", 1, 0, 26), + (79311, "402104", 1, 0, 26), + (79312, "402104", 1, 0, 26), + (79313, "402104", 1, 0, 26), + (79314, "402104", 1, 0, 26), + (79315, "402104", 1, 0, 26), + (79316, "402116", 1, 0, 26), + (79317, "402122", 1, 0, 26), + (79318, "402122", 1, 0, 26), + (79319, "402122", 1, 0, 26), + (79320, "402110", 1, 0, 26), + (79321, "402110", 1, 0, 26), + (79322, "402110", 1, 0, 26), + (79323, "402110", 1, 0, 26), + (79324, "402110", 1, 0, 26), + (79325, "402110", 1, 0, 26), + (79326, "402110", 1, 0, 26), + (79327, "402110", 1, 0, 26), + (79328, "402111", 1, 0, 26), + (79329, "402111", 1, 0, 26), + (79330, "402111", 1, 0, 26), + (79331, "402111", 1, 0, 26), + (79332, "402111", 1, 0, 26), + (79333, "402111", 1, 0, 26), + (79334, "402111", 1, 0, 26), + (79335, "402112", 1, 0, 26), + (79336, "402112", 1, 0, 26), + (79337, "402112", 1, 0, 26), + (79338, "402112", 1, 0, 26), + (79339, "402112", 1, 0, 26), + (79340, "402115", 1, 0, 26), + (79341, "402115", 1, 0, 26), + (79342, "402115", 1, 0, 26), + (79343, "402115", 1, 0, 26), + (79344, "402306", 1, 0, 26), + (79345, "402306", 1, 0, 26), + (79346, "402306", 1, 0, 26), + (79347, "402306", 1, 0, 26), + (79348, "402306", 1, 0, 26), + (79349, "402307", 1, 0, 26), + (79350, "402307", 1, 0, 26), + (79351, "402307", 1, 0, 26), + (79352, "402307", 1, 0, 26), + (79353, "402113", 1, 0, 26), + (79354, "402113", 1, 0, 26), + (79355, "402113", 1, 0, 26), + (79356, "415612", 1, 0, 26), + (79357, "416712", 1, 0, 26), + (79358, "415610", 1, 0, 26), + (79359, "416701", 1, 0, 26), + (79360, "416705", 1, 0, 26), + (79361, "415803", 1, 0, 26), + (79362, "416702", 1, 0, 26), + (79363, "415613", 1, 0, 26), + (79364, "415643", 1, 0, 26), + (79365, "415726", 1, 0, 26), + (79366, "415712", 1, 0, 26), + (79367, "415703", 1, 0, 26), + (79368, "415703", 1, 0, 26), + (79369, "415703", 1, 0, 26), + (79370, "415703", 1, 0, 26), + (79371, "415713", 1, 0, 26), + (79372, "415713", 1, 0, 26), + (79373, "415713", 1, 0, 26), + (79374, "415713", 1, 0, 26), + (79375, "415728", 1, 0, 26), + (79376, "415728", 1, 0, 26), + (79377, "415728", 1, 0, 26), + (79378, "415728", 1, 0, 26), + (79379, "415728", 1, 0, 26), + (79380, "415727", 1, 0, 26), + (79381, "415727", 1, 0, 26), + (79382, "415727", 1, 0, 26), + (79383, "415727", 1, 0, 26), + (79384, "415727", 1, 0, 26), + (79385, "415727", 1, 0, 26), + (79386, "415640", 1, 0, 26), + (79387, "415712", 1, 0, 26), + (79388, "415712", 1, 0, 26), + (79389, "415712", 1, 0, 26), + (79390, "415712", 1, 0, 26), + (79391, "415712", 1, 0, 26), + (79392, "415712", 1, 0, 26), + (79393, "415712", 1, 0, 26), + (79394, "415712", 1, 0, 26), + (79395, "415712", 1, 0, 26), + (79396, "415712", 1, 0, 26), + (79397, "415712", 1, 0, 26), + (79398, "415712", 1, 0, 26), + (79399, "415712", 1, 0, 26), + (79400, "415712", 1, 0, 26), + (79401, "415712", 1, 0, 26), + (79402, "415712", 1, 0, 26), + (79403, "415718", 1, 0, 26), + (79404, "415718", 1, 0, 26), + (79405, "415718", 1, 0, 26), + (79406, "415718", 1, 0, 26), + (79407, "415718", 1, 0, 26), + (79408, "415718", 1, 0, 26), + (79409, "415718", 1, 0, 26), + (79410, "415718", 1, 0, 26), + (79411, "415710", 1, 0, 26), + (79412, "415710", 1, 0, 26), + (79413, "415703", 1, 0, 26), + (79414, "415634", 1, 0, 26), + (79415, "415703", 1, 0, 26), + (79416, "415703", 1, 0, 26), + (79417, "415703", 1, 0, 26), + (79418, "415640", 1, 0, 26), + (79419, "415640", 1, 0, 26), + (79420, "415640", 1, 0, 26), + (79421, "415640", 1, 0, 26), + (79422, "415709", 1, 0, 26), + (79423, "415709", 1, 0, 26), + (79424, "415709", 1, 0, 26), + (79425, "415709", 1, 0, 26), + (79426, "415709", 1, 0, 26), + (79427, "415709", 1, 0, 26), + (79428, "415709", 1, 0, 26), + (79429, "415709", 1, 0, 26), + (79430, "415709", 1, 0, 26), + (79431, "415709", 1, 0, 26), + (79432, "415709", 1, 0, 26), + (79433, "415709", 1, 0, 26), + (79434, "415709", 1, 0, 26), + (79435, "415709", 1, 0, 26), + (79436, "415709", 1, 0, 26), + (79437, "415709", 1, 0, 26), + (79438, "415709", 1, 0, 26), + (79439, "415709", 1, 0, 26), + (79440, "415709", 1, 0, 26), + (79441, "415709", 1, 0, 26), + (79442, "415709", 1, 0, 26), + (79443, "415709", 1, 0, 26), + (79444, "415709", 1, 0, 26), + (79445, "415709", 1, 0, 26), + (79446, "415709", 1, 0, 26), + (79447, "415608", 1, 0, 26), + (79448, "415608", 1, 0, 26), + (79449, "415608", 1, 0, 26), + (79450, "415608", 1, 0, 26), + (79451, "415608", 1, 0, 26), + (79452, "415608", 1, 0, 26), + (79453, "415203", 1, 0, 26), + (79454, "415203", 1, 0, 26), + (79455, "415203", 1, 0, 26), + (79456, "415203", 1, 0, 26), + (79457, "415203", 1, 0, 26), + (79458, "415203", 1, 0, 26), + (79459, "415203", 1, 0, 26), + (79460, "415203", 1, 0, 26), + (79461, "415203", 1, 0, 26), + (79462, "415203", 1, 0, 26), + (79463, "415719", 1, 0, 26), + (79464, "415711", 1, 0, 26), + (79465, "415711", 1, 0, 26), + (79466, "415711", 1, 0, 26), + (79467, "415711", 1, 0, 26), + (79468, "415711", 1, 0, 26), + (79469, "415711", 1, 0, 26), + (79470, "415711", 1, 0, 26), + (79471, "415711", 1, 0, 26), + (79472, "415711", 1, 0, 26), + (79473, "415711", 1, 0, 26), + (79474, "415729", 1, 0, 26), + (79475, "415208", 1, 0, 26), + (79476, "415208", 1, 0, 26), + (79477, "415208", 1, 0, 26), + (79478, "415208", 1, 0, 26), + (79479, "415208", 1, 0, 26), + (79480, "415604", 1, 0, 26), + (79481, "415604", 1, 0, 26), + (79482, "415604", 1, 0, 26), + (79483, "415604", 1, 0, 26), + (79484, "415604", 1, 0, 26), + (79485, "415604", 1, 0, 26), + (79486, "415604", 1, 0, 26), + (79487, "415604", 1, 0, 26), + (79488, "415604", 1, 0, 26), + (79489, "415604", 1, 0, 26), + (79490, "415604", 1, 0, 26), + (79491, "415604", 1, 0, 26), + (79492, "415604", 1, 0, 26), + (79493, "415604", 1, 0, 26), + (79494, "415604", 1, 0, 26), + (79495, "415715", 1, 0, 26), + (79496, "415203", 1, 0, 26), + (79497, "415702", 1, 0, 26), + (79498, "415702", 1, 0, 26), + (79499, "415702", 1, 0, 26), + (79500, "415702", 1, 0, 26), + (79501, "415702", 1, 0, 26), + (79502, "415702", 1, 0, 26), + (79503, "415702", 1, 0, 26), + (79504, "415702", 1, 0, 26), + (79505, "415607", 1, 0, 26), + (79506, "415607", 1, 0, 26), + (79507, "415607", 1, 0, 26), + (79508, "415607", 1, 0, 26), + (79509, "415607", 1, 0, 26), + (79510, "415607", 1, 0, 26), + (79511, "415641", 1, 0, 26), + (79512, "415641", 1, 0, 26), + (79513, "415641", 1, 0, 26), + (79514, "415641", 1, 0, 26), + (79515, "415641", 1, 0, 26), + (79516, "415641", 1, 0, 26), + (79517, "415641", 1, 0, 26), + (79518, "415641", 1, 0, 26), + (79519, "415641", 1, 0, 26), + (79520, "415641", 1, 0, 26), + (79521, "415641", 1, 0, 26), + (79522, "415641", 1, 0, 26), + (79523, "415716", 1, 0, 26), + (79524, "415716", 1, 0, 26), + (79525, "415716", 1, 0, 26), + (79526, "415716", 1, 0, 26), + (79527, "415716", 1, 0, 26), + (79528, "415716", 1, 0, 26), + (79529, "415214", 1, 0, 26), + (79530, "415214", 1, 0, 26), + (79531, "415701", 1, 0, 26), + (79532, "415701", 1, 0, 26), + (79533, "415701", 1, 0, 26), + (79534, "415701", 1, 0, 26), + (79535, "415701", 1, 0, 26), + (79536, "415701", 1, 0, 26), + (79537, "415701", 1, 0, 26), + (79538, "415701", 1, 0, 26), + (79539, "415701", 1, 0, 26), + (79540, "415701", 1, 0, 26), + (79541, "415606", 1, 0, 26), + (79542, "415606", 1, 0, 26), + (79543, "415606", 1, 0, 26), + (79544, "415606", 1, 0, 26), + (79545, "415606", 1, 0, 26), + (79546, "415606", 1, 0, 26), + (79547, "415606", 1, 0, 26), + (79548, "415606", 1, 0, 26), + (79549, "415606", 1, 0, 26), + (79550, "415715", 1, 0, 26), + (79551, "415715", 1, 0, 26), + (79552, "415715", 1, 0, 26), + (79553, "415715", 1, 0, 26), + (79554, "415715", 1, 0, 26), + (79555, "415202", 1, 0, 26), + (79556, "415202", 1, 0, 26), + (79557, "415202", 1, 0, 26), + (79558, "415708", 1, 0, 26), + (79559, "415708", 1, 0, 26), + (79560, "415708", 1, 0, 26), + (79561, "415722", 1, 0, 26), + (79562, "415722", 1, 0, 26), + (79563, "415722", 1, 0, 26), + (79564, "415722", 1, 0, 26), + (79565, "415722", 1, 0, 26), + (79566, "415608", 1, 0, 26), + (79567, "415606", 1, 0, 26), + (79568, "415628", 1, 0, 26), + (79569, "415628", 1, 0, 26), + (79570, "415628", 1, 0, 26), + (79571, "415628", 1, 0, 26), + (79572, "415628", 1, 0, 26), + (79573, "415628", 1, 0, 26), + (79574, "415208", 1, 0, 26), + (79575, "415208", 1, 0, 26), + (79576, "415628", 1, 0, 26), + (79577, "415628", 1, 0, 26), + (79578, "415628", 1, 0, 26), + (79579, "415628", 1, 0, 26), + (79580, "415628", 1, 0, 26), + (79581, "415628", 1, 0, 26), + (79582, "415628", 1, 0, 26), + (79583, "415602", 1, 0, 26), + (79584, "415602", 1, 0, 26), + (79585, "415602", 1, 0, 26), + (79586, "415724", 1, 0, 26), + (79587, "415724", 1, 0, 26), + (79588, "415724", 1, 0, 26), + (79589, "415724", 1, 0, 26), + (79590, "415724", 1, 0, 26), + (79591, "415724", 1, 0, 26), + (79592, "415724", 1, 0, 26), + (79593, "415724", 1, 0, 26), + (79594, "415724", 1, 0, 26), + (79595, "415724", 1, 0, 26), + (79596, "415724", 1, 0, 26), + (79597, "415719", 1, 0, 26), + (79598, "415719", 1, 0, 26), + (79599, "415719", 1, 0, 26), + (79600, "415719", 1, 0, 26), + (79601, "415719", 1, 0, 26), + (79602, "415608", 1, 0, 26), + (79603, "415608", 1, 0, 26), + (79604, "415608", 1, 0, 26), + (79605, "415608", 1, 0, 26), + (79606, "415608", 1, 0, 26), + (79607, "416712", 1, 0, 26), + (79608, "415807", 1, 0, 26), + (79609, "415807", 1, 0, 26), + (79610, "415804", 1, 0, 26), + (79611, "415804", 1, 0, 26), + (79612, "415804", 1, 0, 26), + (79613, "415804", 1, 0, 26), + (79614, "415804", 1, 0, 26), + (79615, "415804", 1, 0, 26), + (79616, "415804", 1, 0, 26), + (79617, "415804", 1, 0, 26), + (79618, "415804", 1, 0, 26), + (79619, "415804", 1, 0, 26), + (79620, "415804", 1, 0, 26), + (79621, "415804", 1, 0, 26), + (79622, "415626", 1, 0, 26), + (79623, "415626", 1, 0, 26), + (79624, "415626", 1, 0, 26), + (79625, "415619", 1, 0, 26), + (79626, "415619", 1, 0, 26), + (79627, "415619", 1, 0, 26), + (79628, "415619", 1, 0, 26), + (79629, "415619", 1, 0, 26), + (79630, "415805", 1, 0, 26), + (79631, "415805", 1, 0, 26), + (79632, "415609", 1, 0, 26), + (79633, "415609", 1, 0, 26), + (79634, "415609", 1, 0, 26), + (79635, "415610", 1, 0, 26), + (79636, "416707", 1, 0, 26), + (79637, "416707", 1, 0, 26), + (79638, "416707", 1, 0, 26), + (79639, "415637", 1, 0, 26), + (79640, "415637", 1, 0, 26), + (79641, "415637", 1, 0, 26), + (79642, "415637", 1, 0, 26), + (79643, "415637", 1, 0, 26), + (79644, "416713", 1, 0, 26), + (79645, "416713", 1, 0, 26), + (79646, "416713", 1, 0, 26), + (79647, "416713", 1, 0, 26), + (79648, "416713", 1, 0, 26), + (79649, "416712", 1, 0, 26), + (79650, "416712", 1, 0, 26), + (79651, "416712", 1, 0, 26), + (79652, "416712", 1, 0, 26), + (79653, "416712", 1, 0, 26), + (79654, "416712", 1, 0, 26), + (79655, "416712", 1, 0, 26), + (79656, "416712", 1, 0, 26), + (79657, "416712", 1, 0, 26), + (79658, "416712", 1, 0, 26), + (79659, "416712", 1, 0, 26), + (79660, "416712", 1, 0, 26), + (79661, "416712", 1, 0, 26), + (79662, "416712", 1, 0, 26), + (79663, "416712", 1, 0, 26), + (79664, "416712", 1, 0, 26), + (79665, "416712", 1, 0, 26), + (79666, "415610", 1, 0, 26), + (79667, "415610", 1, 0, 26), + (79668, "415610", 1, 0, 26), + (79669, "415610", 1, 0, 26), + (79670, "415610", 1, 0, 26), + (79671, "415610", 1, 0, 26), + (79672, "415610", 1, 0, 26), + (79673, "415620", 1, 0, 26), + (79674, "415620", 1, 0, 26), + (79675, "415620", 1, 0, 26), + (79676, "415620", 1, 0, 26), + (79677, "415620", 1, 0, 26), + (79678, "415620", 1, 0, 26), + (79679, "415620", 1, 0, 26), + (79680, "415620", 1, 0, 26), + (79681, "415620", 1, 0, 26), + (79682, "415620", 1, 0, 26), + (79683, "415620", 1, 0, 26), + (79684, "415620", 1, 0, 26), + (79685, "415620", 1, 0, 26), + (79686, "415620", 1, 0, 26), + (79687, "415620", 1, 0, 26), + (79688, "415620", 1, 0, 26), + (79689, "415617", 1, 0, 26), + (79690, "415617", 1, 0, 26), + (79691, "416701", 1, 0, 26), + (79692, "416701", 1, 0, 26), + (79693, "416701", 1, 0, 26), + (79694, "416701", 1, 0, 26), + (79695, "415804", 1, 0, 26), + (79696, "415804", 1, 0, 26), + (79697, "415804", 1, 0, 26), + (79698, "415804", 1, 0, 26), + (79699, "415804", 1, 0, 26), + (79700, "415804", 1, 0, 26), + (79701, "415804", 1, 0, 26), + (79702, "415804", 1, 0, 26), + (79703, "415804", 1, 0, 26), + (79704, "415804", 1, 0, 26), + (79705, "415804", 1, 0, 26), + (79706, "415804", 1, 0, 26), + (79707, "415804", 1, 0, 26), + (79708, "415804", 1, 0, 26), + (79709, "415804", 1, 0, 26), + (79710, "415804", 1, 0, 26), + (79711, "415612", 1, 0, 26), + (79712, "415612", 1, 0, 26), + (79713, "415612", 1, 0, 26), + (79714, "415612", 1, 0, 26), + (79715, "415612", 1, 0, 26), + (79716, "415612", 1, 0, 26), + (79717, "415612", 1, 0, 26), + (79718, "415612", 1, 0, 26), + (79719, "415612", 1, 0, 26), + (79720, "415612", 1, 0, 26), + (79721, "415612", 1, 0, 26), + (79722, "415612", 1, 0, 26), + (79723, "415612", 1, 0, 26), + (79724, "416701", 1, 0, 26), + (79725, "416701", 1, 0, 26), + (79726, "416701", 1, 0, 26), + (79727, "416701", 1, 0, 26), + (79728, "416701", 1, 0, 26), + (79729, "416701", 1, 0, 26), + (79730, "416701", 1, 0, 26), + (79731, "416701", 1, 0, 26), + (79732, "416701", 1, 0, 26), + (79733, "416701", 1, 0, 26), + (79734, "416701", 1, 0, 26), + (79735, "416701", 1, 0, 26), + (79736, "416701", 1, 0, 26), + (79737, "416701", 1, 0, 26), + (79738, "416701", 1, 0, 26), + (79739, "416701", 1, 0, 26), + (79740, "416701", 1, 0, 26), + (79741, "416701", 1, 0, 26), + (79742, "416701", 1, 0, 26), + (79743, "415639", 1, 0, 26), + (79744, "415639", 1, 0, 26), + (79745, "415639", 1, 0, 26), + (79746, "415639", 1, 0, 26), + (79747, "415639", 1, 0, 26), + (79748, "415639", 1, 0, 26), + (79749, "415639", 1, 0, 26), + (79750, "415639", 1, 0, 26), + (79751, "415615", 1, 0, 26), + (79752, "415615", 1, 0, 26), + (79753, "415806", 1, 0, 26), + (79754, "416705", 1, 0, 26), + (79755, "416705", 1, 0, 26), + (79756, "416705", 1, 0, 26), + (79757, "416705", 1, 0, 26), + (79758, "416705", 1, 0, 26), + (79759, "416705", 1, 0, 26), + (79760, "416704", 1, 0, 26), + (79761, "416704", 1, 0, 26), + (79762, "416704", 1, 0, 26), + (79763, "416704", 1, 0, 26), + (79764, "416704", 1, 0, 26), + (79765, "416704", 1, 0, 26), + (79766, "416704", 1, 0, 26), + (79767, "416704", 1, 0, 26), + (79768, "416704", 1, 0, 26), + (79769, "416704", 1, 0, 26), + (79770, "416704", 1, 0, 26), + (79771, "416704", 1, 0, 26), + (79772, "416704", 1, 0, 26), + (79773, "416704", 1, 0, 26), + (79774, "416704", 1, 0, 26), + (79775, "416704", 1, 0, 26), + (79776, "416704", 1, 0, 26), + (79777, "416704", 1, 0, 26), + (79778, "416704", 1, 0, 26), + (79779, "416704", 1, 0, 26), + (79780, "416704", 1, 0, 26), + (79781, "416704", 1, 0, 26), + (79782, "415803", 1, 0, 26), + (79783, "415803", 1, 0, 26), + (79784, "415803", 1, 0, 26), + (79785, "415803", 1, 0, 26), + (79786, "415803", 1, 0, 26), + (79787, "415803", 1, 0, 26), + (79788, "415803", 1, 0, 26), + (79789, "415803", 1, 0, 26), + (79790, "415803", 1, 0, 26), + (79791, "415803", 1, 0, 26), + (79792, "415803", 1, 0, 26), + (79793, "415616", 1, 0, 26), + (79794, "415616", 1, 0, 26), + (79795, "415616", 1, 0, 26), + (79796, "415616", 1, 0, 26), + (79797, "415616", 1, 0, 26), + (79798, "415616", 1, 0, 26), + (79799, "415616", 1, 0, 26), + (79800, "415616", 1, 0, 26), + (79801, "415616", 1, 0, 26), + (79802, "416702", 1, 0, 26), + (79803, "416702", 1, 0, 26), + (79804, "416702", 1, 0, 26), + (79805, "416702", 1, 0, 26), + (79806, "416702", 1, 0, 26), + (79807, "416702", 1, 0, 26), + (79808, "416702", 1, 0, 26), + (79809, "416702", 1, 0, 26), + (79810, "416702", 1, 0, 26), + (79811, "416702", 1, 0, 26), + (79812, "416702", 1, 0, 26), + (79813, "416702", 1, 0, 26), + (79814, "416702", 1, 0, 26), + (79815, "416702", 1, 0, 26), + (79816, "416702", 1, 0, 26), + (79817, "416702", 1, 0, 26), + (79818, "416702", 1, 0, 26), + (79819, "416702", 1, 0, 26), + (79820, "416702", 1, 0, 26), + (79821, "416702", 1, 0, 26), + (79822, "416702", 1, 0, 26), + (79823, "416702", 1, 0, 26), + (79824, "416702", 1, 0, 26), + (79825, "416702", 1, 0, 26), + (79826, "416702", 1, 0, 26), + (79827, "416702", 1, 0, 26), + (79828, "416702", 1, 0, 26), + (79829, "416702", 1, 0, 26), + (79830, "416702", 1, 0, 26), + (79831, "416702", 1, 0, 26), + (79832, "416702", 1, 0, 26), + (79833, "416702", 1, 0, 26), + (79834, "416702", 1, 0, 26), + (79835, "416702", 1, 0, 26), + (79836, "416702", 1, 0, 26), + (79837, "416702", 1, 0, 26), + (79838, "416709", 1, 0, 26), + (79839, "415613", 1, 0, 26), + (79840, "415613", 1, 0, 26), + (79841, "415613", 1, 0, 26), + (79842, "415613", 1, 0, 26), + (79843, "415801", 1, 0, 26), + (79844, "415801", 1, 0, 26), + (79845, "415801", 1, 0, 26), + (79846, "415801", 1, 0, 26), + (79847, "415801", 1, 0, 26), + (79848, "415611", 1, 0, 26), + (79849, "415611", 1, 0, 26), + (79850, "415611", 1, 0, 26), + (79851, "415611", 1, 0, 26), + (79852, "415611", 1, 0, 26), + (79853, "415611", 1, 0, 26), + (79854, "415611", 1, 0, 26), + (79855, "415611", 1, 0, 26), + (79856, "415611", 1, 0, 26), + (79857, "415611", 1, 0, 26), + (79858, "415611", 1, 0, 26), + (79859, "415611", 1, 0, 26), + (79860, "415611", 1, 0, 26), + (79861, "415611", 1, 0, 26), + (79862, "415611", 1, 0, 26), + (79863, "415802", 1, 0, 26), + (79864, "415802", 1, 0, 26), + (79865, "415802", 1, 0, 26), + (79866, "415629", 1, 0, 26), + (79867, "415629", 1, 0, 26), + (79868, "415629", 1, 0, 26), + (79869, "415643", 1, 0, 26), + (79870, "415643", 1, 0, 26), + (79871, "415643", 1, 0, 26), + (79872, "415643", 1, 0, 26), + (79873, "415643", 1, 0, 26), + (79874, "415643", 1, 0, 26), + (79875, "415643", 1, 0, 26), + (79876, "415643", 1, 0, 26), + (79877, "415643", 1, 0, 26), + (79878, "415605", 1, 0, 26), + (79879, "415605", 1, 0, 26), + (79880, "415605", 1, 0, 26), + (79881, "415605", 1, 0, 26), + (79882, "415605", 1, 0, 26), + (79883, "415605", 1, 0, 26), + (79884, "415605", 1, 0, 26), + (79885, "415605", 1, 0, 26), + (79886, "415605", 1, 0, 26), + (79887, "415605", 1, 0, 26), + (79888, "415605", 1, 0, 26), + (79889, "415605", 1, 0, 26), + (79890, "415605", 1, 0, 26), + (79891, "415605", 1, 0, 26), + (79892, "415605", 1, 0, 26), + (79893, "415605", 1, 0, 26), + (79894, "415605", 1, 0, 26), + (79895, "415726", 1, 0, 26), + (79896, "415726", 1, 0, 26), + (79897, "415726", 1, 0, 26), + (79898, "415726", 1, 0, 26), + (79899, "415726", 1, 0, 26), + (79900, "415726", 1, 0, 26), + (79901, "415726", 1, 0, 26), + (79902, "415603", 1, 0, 26), + (79903, "415603", 1, 0, 26), + (79904, "415603", 1, 0, 26), + (79905, "415730", 1, 0, 26), + (79906, "415730", 1, 0, 26), + (79907, "415730", 1, 0, 26), + (79908, "415730", 1, 0, 26), + (79909, "415730", 1, 0, 26), + (79910, "415730", 1, 0, 26), + (79911, "415730", 1, 0, 26), + (79912, "415730", 1, 0, 26), + (79913, "415714", 1, 0, 26), + (79914, "415714", 1, 0, 26), + (79915, "415714", 1, 0, 26), + (79916, "415714", 1, 0, 26), + (79917, "415621", 1, 0, 26), + (79918, "415621", 1, 0, 26), + (79919, "415621", 1, 0, 26), + (79920, "415621", 1, 0, 26), + (79921, "415720", 1, 0, 26), + (79922, "415706", 1, 0, 26), + (79923, "415706", 1, 0, 26), + (79924, "415712", 1, 0, 26), + (79925, "415712", 1, 0, 26), + (79926, "415712", 1, 0, 26), + (79927, "415712", 1, 0, 26), + (79928, "415712", 1, 0, 26), + (79929, "415712", 1, 0, 26), + (79930, "415712", 1, 0, 26), + (79931, "415712", 1, 0, 26), + (79932, "415712", 1, 0, 26), + (79933, "415712", 1, 0, 26), + (79934, "416405", 1, 0, 26), + (79935, "416311", 1, 0, 26), + (79936, "416413", 1, 0, 26), + (79937, "416301", 1, 0, 26), + (79938, "415303", 1, 0, 26), + (79939, "415306", 1, 0, 26), + (79940, "415405", 1, 0, 26), + (79941, "415407", 1, 0, 26), + (79942, "415409", 1, 0, 26), + (79943, "415415", 1, 0, 26), + (79944, "415410", 1, 0, 26), + (79945, "415410", 1, 0, 26), + (79946, "415410", 1, 0, 26), + (79947, "415410", 1, 0, 26), + (79948, "415411", 1, 0, 26), + (79949, "415411", 1, 0, 26), + (79950, "415411", 1, 0, 26), + (79951, "415411", 1, 0, 26), + (79952, "416402", 1, 0, 26), + (79953, "416402", 1, 0, 26), + (79954, "416402", 1, 0, 26), + (79955, "416402", 1, 0, 26), + (79956, "416402", 1, 0, 26), + (79957, "416403", 1, 0, 26), + (79958, "416403", 1, 0, 26), + (79959, "416403", 1, 0, 26), + (79960, "416403", 1, 0, 26), + (79961, "416403", 1, 0, 26), + (79962, "416403", 1, 0, 26), + (79963, "416403", 1, 0, 26), + (79964, "416404", 1, 0, 26), + (79965, "416404", 1, 0, 26), + (79966, "416404", 1, 0, 26), + (79967, "416405", 1, 0, 26), + (79968, "416405", 1, 0, 26), + (79969, "416405", 1, 0, 26), + (79970, "416405", 1, 0, 26), + (79971, "416405", 1, 0, 26), + (79972, "416405", 1, 0, 26), + (79973, "416405", 1, 0, 26), + (79974, "416405", 1, 0, 26), + (79975, "416405", 1, 0, 26), + (79976, "416405", 1, 0, 26), + (79977, "416405", 1, 0, 26), + (79978, "416405", 1, 0, 26), + (79979, "416407", 1, 0, 26), + (79980, "416407", 1, 0, 26), + (79981, "416409", 1, 0, 26), + (79982, "416411", 1, 0, 26), + (79983, "416411", 1, 0, 26), + (79984, "416411", 1, 0, 26), + (79985, "416412", 1, 0, 26), + (79986, "416412", 1, 0, 26), + (79987, "416412", 1, 0, 26), + (79988, "416412", 1, 0, 26), + (79989, "416412", 1, 0, 26), + (79990, "416412", 1, 0, 26), + (79991, "416412", 1, 0, 26), + (79992, "416412", 1, 0, 26), + (79993, "416418", 1, 0, 26), + (79994, "416418", 1, 0, 26), + (79995, "416311", 1, 0, 26), + (79996, "416311", 1, 0, 26), + (79997, "416311", 1, 0, 26), + (79998, "416311", 1, 0, 26), + (79999, "416311", 1, 0, 26), + (80000, "416311", 1, 0, 26), + (80001, "416311", 1, 0, 26), + (80002, "416311", 1, 0, 26), + (80003, "416419", 1, 0, 26), + (80004, "416419", 1, 0, 26), + (80005, "416419", 1, 0, 26), + (80006, "416419", 1, 0, 26), + (80007, "416419", 1, 0, 26), + (80008, "416420", 1, 0, 26), + (80009, "416312", 1, 0, 26), + (80010, "416312", 1, 0, 26), + (80011, "416312", 1, 0, 26), + (80012, "416312", 1, 0, 26), + (80013, "416312", 1, 0, 26), + (80014, "416312", 1, 0, 26), + (80015, "416312", 1, 0, 26), + (80016, "416312", 1, 0, 26), + (80017, "416312", 1, 0, 26), + (80018, "416312", 1, 0, 26), + (80019, "416312", 1, 0, 26), + (80020, "416312", 1, 0, 26), + (80021, "416312", 1, 0, 26), + (80022, "416312", 1, 0, 26), + (80023, "416312", 1, 0, 26), + (80024, "416312", 1, 0, 26), + (80025, "416312", 1, 0, 26), + (80026, "416312", 1, 0, 26), + (80027, "416413", 1, 0, 26), + (80028, "416413", 1, 0, 26), + (80029, "416413", 1, 0, 26), + (80030, "416413", 1, 0, 26), + (80031, "416413", 1, 0, 26), + (80032, "416413", 1, 0, 26), + (80033, "416413", 1, 0, 26), + (80034, "416413", 1, 0, 26), + (80035, "416413", 1, 0, 26), + (80036, "416314", 1, 0, 26), + (80037, "416314", 1, 0, 26), + (80038, "416314", 1, 0, 26), + (80039, "416415", 1, 0, 26), + (80040, "416415", 1, 0, 26), + (80041, "416415", 1, 0, 26), + (80042, "416415", 1, 0, 26), + (80043, "416415", 1, 0, 26), + (80044, "416415", 1, 0, 26), + (80045, "416415", 1, 0, 26), + (80046, "416415", 1, 0, 26), + (80047, "415401", 1, 0, 26), + (80048, "415401", 1, 0, 26), + (80049, "415401", 1, 0, 26), + (80050, "415401", 1, 0, 26), + (80051, "416301", 1, 0, 26), + (80052, "416301", 1, 0, 26), + (80053, "416301", 1, 0, 26), + (80054, "416301", 1, 0, 26), + (80055, "416301", 1, 0, 26), + (80056, "416301", 1, 0, 26), + (80057, "415301", 1, 0, 26), + (80058, "415301", 1, 0, 26), + (80059, "415301", 1, 0, 26), + (80060, "415301", 1, 0, 26), + (80061, "415301", 1, 0, 26), + (80062, "416302", 1, 0, 26), + (80063, "416302", 1, 0, 26), + (80064, "416302", 1, 0, 26), + (80065, "416302", 1, 0, 26), + (80066, "416302", 1, 0, 26), + (80067, "415302", 1, 0, 26), + (80068, "415302", 1, 0, 26), + (80069, "415302", 1, 0, 26), + (80070, "415402", 1, 0, 26), + (80071, "415413", 1, 0, 26), + (80072, "416304", 1, 0, 26), + (80073, "416304", 1, 0, 26), + (80074, "415412", 1, 0, 26), + (80075, "415412", 1, 0, 26), + (80076, "415303", 1, 0, 26), + (80077, "415303", 1, 0, 26), + (80078, "415303", 1, 0, 26), + (80079, "415303", 1, 0, 26), + (80080, "415303", 1, 0, 26), + (80081, "416305", 1, 0, 26), + (80082, "415315", 1, 0, 26), + (80083, "415315", 1, 0, 26), + (80084, "415304", 1, 0, 26), + (80085, "415304", 1, 0, 26), + (80086, "415304", 1, 0, 26), + (80087, "415304", 1, 0, 26), + (80088, "415304", 1, 0, 26), + (80089, "415305", 1, 0, 26), + (80090, "415305", 1, 0, 26), + (80091, "415305", 1, 0, 26), + (80092, "415305", 1, 0, 26), + (80093, "415305", 1, 0, 26), + (80094, "415305", 1, 0, 26), + (80095, "415305", 1, 0, 26), + (80096, "415305", 1, 0, 26), + (80097, "415305", 1, 0, 26), + (80098, "415305", 1, 0, 26), + (80099, "415305", 1, 0, 26), + (80100, "415305", 1, 0, 26), + (80101, "415403", 1, 0, 26), + (80102, "415403", 1, 0, 26), + (80103, "415403", 1, 0, 26), + (80104, "415306", 1, 0, 26), + (80105, "415306", 1, 0, 26), + (80106, "415306", 1, 0, 26), + (80107, "415306", 1, 0, 26), + (80108, "415404", 1, 0, 26), + (80109, "416306", 1, 0, 26), + (80110, "416306", 1, 0, 26), + (80111, "416306", 1, 0, 26), + (80112, "415307", 1, 0, 26), + (80113, "415307", 1, 0, 26), + (80114, "415307", 1, 0, 26), + (80115, "415307", 1, 0, 26), + (80116, "415307", 1, 0, 26), + (80117, "415308", 1, 0, 26), + (80118, "415308", 1, 0, 26), + (80119, "415308", 1, 0, 26), + (80120, "415308", 1, 0, 26), + (80121, "415308", 1, 0, 26), + (80122, "416308", 1, 0, 26), + (80123, "416308", 1, 0, 26), + (80124, "416308", 1, 0, 26), + (80125, "416308", 1, 0, 26), + (80126, "416308", 1, 0, 26), + (80127, "416308", 1, 0, 26), + (80128, "415415", 1, 0, 26), + (80129, "415405", 1, 0, 26), + (80130, "415405", 1, 0, 26), + (80131, "415415", 1, 0, 26), + (80132, "415405", 1, 0, 26), + (80133, "416404", 1, 0, 26), + (80134, "416404", 1, 0, 26), + (80135, "416404", 1, 0, 26), + (80136, "416404", 1, 0, 26), + (80137, "416404", 1, 0, 26), + (80138, "416404", 1, 0, 26), + (80139, "416404", 1, 0, 26), + (80140, "416404", 1, 0, 26), + (80141, "416404", 1, 0, 26), + (80142, "416404", 1, 0, 26), + (80143, "416404", 1, 0, 26), + (80144, "416404", 1, 0, 26), + (80145, "416404", 1, 0, 26), + (80146, "416404", 1, 0, 26), + (80147, "416404", 1, 0, 26), + (80148, "416404", 1, 0, 26), + (80149, "416404", 1, 0, 26), + (80150, "416414", 1, 0, 26), + (80151, "415405", 1, 0, 26), + (80152, "415405", 1, 0, 26), + (80153, "415405", 1, 0, 26), + (80154, "415415", 1, 0, 26), + (80155, "416309", 1, 0, 26), + (80156, "416309", 1, 0, 26), + (80157, "416436", 1, 0, 26), + (80158, "415309", 1, 0, 26), + (80159, "415309", 1, 0, 26), + (80160, "415309", 1, 0, 26), + (80161, "415309", 1, 0, 26), + (80162, "415309", 1, 0, 26), + (80163, "415310", 1, 0, 26), + (80164, "415310", 1, 0, 26), + (80165, "415310", 1, 0, 26), + (80166, "415310", 1, 0, 26), + (80167, "415310", 1, 0, 26), + (80168, "416408", 1, 0, 26), + (80169, "416408", 1, 0, 26), + (80170, "416408", 1, 0, 26), + (80171, "415406", 1, 0, 26), + (80172, "416310", 1, 0, 26), + (80173, "416310", 1, 0, 26), + (80174, "416310", 1, 0, 26), + (80175, "416310", 1, 0, 26), + (80176, "416310", 1, 0, 26), + (80177, "415407", 1, 0, 26), + (80178, "415407", 1, 0, 26), + (80179, "415407", 1, 0, 26), + (80180, "415407", 1, 0, 26), + (80181, "415414", 1, 0, 26), + (80182, "415408", 1, 0, 26), + (80183, "415408", 1, 0, 26), + (80184, "415408", 1, 0, 26), + (80185, "415408", 1, 0, 26), + (80186, "415408", 1, 0, 26), + (80187, "415408", 1, 0, 26), + (80188, "415408", 1, 0, 26), + (80189, "415408", 1, 0, 26), + (80190, "415408", 1, 0, 26), + (80191, "415408", 1, 0, 26), + (80192, "415408", 1, 0, 26), + (80193, "415408", 1, 0, 26), + (80194, "415408", 1, 0, 26), + (80195, "415408", 1, 0, 26), + (80196, "415408", 1, 0, 26), + (80197, "415408", 1, 0, 26), + (80198, "415408", 1, 0, 26), + (80199, "415408", 1, 0, 26), + (80200, "415408", 1, 0, 26), + (80201, "415408", 1, 0, 26), + (80202, "415313", 1, 0, 26), + (80203, "415409", 1, 0, 26), + (80204, "415409", 1, 0, 26), + (80205, "415409", 1, 0, 26), + (80206, "415409", 1, 0, 26), + (80207, "415409", 1, 0, 26), + (80208, "416313", 1, 0, 26), + (80209, "416313", 1, 0, 26), + (80210, "415311", 1, 0, 26), + (80211, "415311", 1, 0, 26), + (80212, "415311", 1, 0, 26), + (80213, "415311", 1, 0, 26), + (80214, "415311", 1, 0, 26), + (80215, "415311", 1, 0, 26), + (80216, "415311", 1, 0, 26), + (80217, "415311", 1, 0, 26), + (80218, "415311", 1, 0, 26), + (80219, "415311", 1, 0, 26), + (80220, "415311", 1, 0, 26), + (80221, "415311", 1, 0, 26), + (80222, "415311", 1, 0, 26), + (80223, "415311", 1, 0, 26), + (80224, "415311", 1, 0, 26), + (80225, "415311", 1, 0, 26), + (80226, "415311", 1, 0, 26), + (80227, "415311", 1, 0, 26), + (80228, "415311", 1, 0, 26), + (80229, "415311", 1, 0, 26), + (80230, "415536", 1, 0, 26), + (80231, "415514", 1, 0, 26), + (80232, "412806", 1, 0, 26), + (80233, "415523", 1, 0, 26), + (80234, "415511", 1, 0, 26), + (80235, "415002", 1, 0, 26), + (80236, "415022", 1, 0, 26), + (80237, "415510", 1, 0, 26), + (80238, "415211", 1, 0, 26), + (80239, "415528", 1, 0, 26), + (80240, "415507", 1, 0, 26), + (80241, "415507", 1, 0, 26), + (80242, "415507", 1, 0, 26), + (80243, "415507", 1, 0, 26), + (80244, "415507", 1, 0, 26), + (80245, "415507", 1, 0, 26), + (80246, "415540", 1, 0, 26), + (80247, "415540", 1, 0, 26), + (80248, "415540", 1, 0, 26), + (80249, "415540", 1, 0, 26), + (80250, "415105", 1, 0, 26), + (80251, "415105", 1, 0, 26), + (80252, "415105", 1, 0, 26), + (80253, "415111", 1, 0, 26), + (80254, "415111", 1, 0, 26), + (80255, "415111", 1, 0, 26), + (80256, "415111", 1, 0, 26), + (80257, "415111", 1, 0, 26), + (80258, "415111", 1, 0, 26), + (80259, "415111", 1, 0, 26), + (80260, "415111", 1, 0, 26), + (80261, "415528", 1, 0, 26), + (80262, "415528", 1, 0, 26), + (80263, "415528", 1, 0, 26), + (80264, "415107", 1, 0, 26), + (80265, "415011", 1, 0, 26), + (80266, "415011", 1, 0, 26), + (80267, "415011", 1, 0, 26), + (80268, "415112", 1, 0, 26), + (80269, "415112", 1, 0, 26), + (80270, "415112", 1, 0, 26), + (80271, "415112", 1, 0, 26), + (80272, "415112", 1, 0, 26), + (80273, "415112", 1, 0, 26), + (80274, "415112", 1, 0, 26), + (80275, "415112", 1, 0, 26), + (80276, "415112", 1, 0, 26), + (80277, "415112", 1, 0, 26), + (80278, "415112", 1, 0, 26), + (80279, "415112", 1, 0, 26), + (80280, "415112", 1, 0, 26), + (80281, "415112", 1, 0, 26), + (80282, "415112", 1, 0, 26), + (80283, "415104", 1, 0, 26), + (80284, "415312", 1, 0, 26), + (80285, "415312", 1, 0, 26), + (80286, "415507", 1, 0, 26), + (80287, "415507", 1, 0, 26), + (80288, "415111", 1, 0, 26), + (80289, "415509", 1, 0, 26), + (80290, "415105", 1, 0, 26), + (80291, "415105", 1, 0, 26), + (80292, "415105", 1, 0, 26), + (80293, "415105", 1, 0, 26), + (80294, "415206", 1, 0, 26), + (80295, "415206", 1, 0, 26), + (80296, "415206", 1, 0, 26), + (80297, "415206", 1, 0, 26), + (80298, "415206", 1, 0, 26), + (80299, "415206", 1, 0, 26), + (80300, "415206", 1, 0, 26), + (80301, "415206", 1, 0, 26), + (80302, "415206", 1, 0, 26), + (80303, "415014", 1, 0, 26), + (80304, "415014", 1, 0, 26), + (80305, "415014", 1, 0, 26), + (80306, "415014", 1, 0, 26), + (80307, "415014", 1, 0, 26), + (80308, "415014", 1, 0, 26), + (80309, "415014", 1, 0, 26), + (80310, "415014", 1, 0, 26), + (80311, "415014", 1, 0, 26), + (80312, "415014", 1, 0, 26), + (80313, "415114", 1, 0, 26), + (80314, "415114", 1, 0, 26), + (80315, "415114", 1, 0, 26), + (80316, "415108", 1, 0, 26), + (80317, "415108", 1, 0, 26), + (80318, "415108", 1, 0, 26), + (80319, "415108", 1, 0, 26), + (80320, "415108", 1, 0, 26), + (80321, "415538", 1, 0, 26), + (80322, "415538", 1, 0, 26), + (80323, "415538", 1, 0, 26), + (80324, "415538", 1, 0, 26), + (80325, "415539", 1, 0, 26), + (80326, "415539", 1, 0, 26), + (80327, "415539", 1, 0, 26), + (80328, "415539", 1, 0, 26), + (80329, "415539", 1, 0, 26), + (80330, "415539", 1, 0, 26), + (80331, "415539", 1, 0, 26), + (80332, "415539", 1, 0, 26), + (80333, "415122", 1, 0, 26), + (80334, "415122", 1, 0, 26), + (80335, "415506", 1, 0, 26), + (80336, "415506", 1, 0, 26), + (80337, "415506", 1, 0, 26), + (80338, "415506", 1, 0, 26), + (80339, "415506", 1, 0, 26), + (80340, "415506", 1, 0, 26), + (80341, "415506", 1, 0, 26), + (80342, "415506", 1, 0, 26), + (80343, "415124", 1, 0, 26), + (80344, "415124", 1, 0, 26), + (80345, "415124", 1, 0, 26), + (80346, "415124", 1, 0, 26), + (80347, "415124", 1, 0, 26), + (80348, "415124", 1, 0, 26), + (80349, "415124", 1, 0, 26), + (80350, "415124", 1, 0, 26), + (80351, "415124", 1, 0, 26), + (80352, "415124", 1, 0, 26), + (80353, "415124", 1, 0, 26), + (80354, "415205", 1, 0, 26), + (80355, "415205", 1, 0, 26), + (80356, "415205", 1, 0, 26), + (80357, "415205", 1, 0, 26), + (80358, "415205", 1, 0, 26), + (80359, "415205", 1, 0, 26), + (80360, "415205", 1, 0, 26), + (80361, "415205", 1, 0, 26), + (80362, "415205", 1, 0, 26), + (80363, "415205", 1, 0, 26), + (80364, "415205", 1, 0, 26), + (80365, "415106", 1, 0, 26), + (80366, "415106", 1, 0, 26), + (80367, "415106", 1, 0, 26), + (80368, "415106", 1, 0, 26), + (80369, "415106", 1, 0, 26), + (80370, "415106", 1, 0, 26), + (80371, "415106", 1, 0, 26), + (80372, "415106", 1, 0, 26), + (80373, "415106", 1, 0, 26), + (80374, "415106", 1, 0, 26), + (80375, "415106", 1, 0, 26), + (80376, "415102", 1, 0, 26), + (80377, "415509", 1, 0, 26), + (80378, "415509", 1, 0, 26), + (80379, "415509", 1, 0, 26), + (80380, "415509", 1, 0, 26), + (80381, "415509", 1, 0, 26), + (80382, "415509", 1, 0, 26), + (80383, "415509", 1, 0, 26), + (80384, "415509", 1, 0, 26), + (80385, "415509", 1, 0, 26), + (80386, "415509", 1, 0, 26), + (80387, "415111", 1, 0, 26), + (80388, "415109", 1, 0, 26), + (80389, "415109", 1, 0, 26), + (80390, "415109", 1, 0, 26), + (80391, "415109", 1, 0, 26), + (80392, "415109", 1, 0, 26), + (80393, "415109", 1, 0, 26), + (80394, "415109", 1, 0, 26), + (80395, "415109", 1, 0, 26), + (80396, "415109", 1, 0, 26), + (80397, "415109", 1, 0, 26), + (80398, "415109", 1, 0, 26), + (80399, "415109", 1, 0, 26), + (80400, "415109", 1, 0, 26), + (80401, "415206", 1, 0, 26), + (80402, "415206", 1, 0, 26), + (80403, "415206", 1, 0, 26), + (80404, "415206", 1, 0, 26), + (80405, "415206", 1, 0, 26), + (80406, "415206", 1, 0, 26), + (80407, "415206", 1, 0, 26), + (80408, "415206", 1, 0, 26), + (80409, "415206", 1, 0, 26), + (80410, "415014", 1, 0, 26), + (80411, "415014", 1, 0, 26), + (80412, "415014", 1, 0, 26), + (80413, "415014", 1, 0, 26), + (80414, "415014", 1, 0, 26), + (80415, "415014", 1, 0, 26), + (80416, "415512", 1, 0, 26), + (80417, "415512", 1, 0, 26), + (80418, "415512", 1, 0, 26), + (80419, "415512", 1, 0, 26), + (80420, "415512", 1, 0, 26), + (80421, "415512", 1, 0, 26), + (80422, "415512", 1, 0, 26), + (80423, "415114", 1, 0, 26), + (80424, "415114", 1, 0, 26), + (80425, "415114", 1, 0, 26), + (80426, "415114", 1, 0, 26), + (80427, "415114", 1, 0, 26), + (80428, "415114", 1, 0, 26), + (80429, "415540", 1, 0, 26), + (80430, "415103", 1, 0, 26), + (80431, "415103", 1, 0, 26), + (80432, "415103", 1, 0, 26), + (80433, "415103", 1, 0, 26), + (80434, "415103", 1, 0, 26), + (80435, "415103", 1, 0, 26), + (80436, "415103", 1, 0, 26), + (80437, "415103", 1, 0, 26), + (80438, "415103", 1, 0, 26), + (80439, "415103", 1, 0, 26), + (80440, "415103", 1, 0, 26), + (80441, "415103", 1, 0, 26), + (80442, "415103", 1, 0, 26), + (80443, "415103", 1, 0, 26), + (80444, "415207", 1, 0, 26), + (80445, "415207", 1, 0, 26), + (80446, "415207", 1, 0, 26), + (80447, "415207", 1, 0, 26), + (80448, "415207", 1, 0, 26), + (80449, "415538", 1, 0, 26), + (80450, "412802", 1, 0, 26), + (80451, "412802", 1, 0, 26), + (80452, "412802", 1, 0, 26), + (80453, "412802", 1, 0, 26), + (80454, "412802", 1, 0, 26), + (80455, "412802", 1, 0, 26), + (80456, "412802", 1, 0, 26), + (80457, "412802", 1, 0, 26), + (80458, "412802", 1, 0, 26), + (80459, "412802", 1, 0, 26), + (80460, "415505", 1, 0, 26), + (80461, "415505", 1, 0, 26), + (80462, "415505", 1, 0, 26), + (80463, "415505", 1, 0, 26), + (80464, "415505", 1, 0, 26), + (80465, "415021", 1, 0, 26), + (80466, "415021", 1, 0, 26), + (80467, "415021", 1, 0, 26), + (80468, "415021", 1, 0, 26), + (80469, "415021", 1, 0, 26), + (80470, "415021", 1, 0, 26), + (80471, "415530", 1, 0, 26), + (80472, "415530", 1, 0, 26), + (80473, "415501", 1, 0, 26), + (80474, "415501", 1, 0, 26), + (80475, "415501", 1, 0, 26), + (80476, "415501", 1, 0, 26), + (80477, "415514", 1, 0, 26), + (80478, "415514", 1, 0, 26), + (80479, "415514", 1, 0, 26), + (80480, "415004", 1, 0, 26), + (80481, "415004", 1, 0, 26), + (80482, "415004", 1, 0, 26), + (80483, "415004", 1, 0, 26), + (80484, "415537", 1, 0, 26), + (80485, "415537", 1, 0, 26), + (80486, "415537", 1, 0, 26), + (80487, "415020", 1, 0, 26), + (80488, "415020", 1, 0, 26), + (80489, "415020", 1, 0, 26), + (80490, "415020", 1, 0, 26), + (80491, "415020", 1, 0, 26), + (80492, "415020", 1, 0, 26), + (80493, "415020", 1, 0, 26), + (80494, "415020", 1, 0, 26), + (80495, "415019", 1, 0, 26), + (80496, "415019", 1, 0, 26), + (80497, "415518", 1, 0, 26), + (80498, "415518", 1, 0, 26), + (80499, "415518", 1, 0, 26), + (80500, "415518", 1, 0, 26), + (80501, "412804", 1, 0, 26), + (80502, "415515", 1, 0, 26), + (80503, "415503", 1, 0, 26), + (80504, "415503", 1, 0, 26), + (80505, "415503", 1, 0, 26), + (80506, "415503", 1, 0, 26), + (80507, "415503", 1, 0, 26), + (80508, "415503", 1, 0, 26), + (80509, "415503", 1, 0, 26), + (80510, "415504", 1, 0, 26), + (80511, "415536", 1, 0, 26), + (80512, "415514", 1, 0, 26), + (80513, "415514", 1, 0, 26), + (80514, "415514", 1, 0, 26), + (80515, "415527", 1, 0, 26), + (80516, "415527", 1, 0, 26), + (80517, "415527", 1, 0, 26), + (80518, "415527", 1, 0, 26), + (80519, "415527", 1, 0, 26), + (80520, "415527", 1, 0, 26), + (80521, "415015", 1, 0, 26), + (80522, "415015", 1, 0, 26), + (80523, "415015", 1, 0, 26), + (80524, "415015", 1, 0, 26), + (80525, "415521", 1, 0, 26), + (80526, "415521", 1, 0, 26), + (80527, "415521", 1, 0, 26), + (80528, "415521", 1, 0, 26), + (80529, "415521", 1, 0, 26), + (80530, "415521", 1, 0, 26), + (80531, "415521", 1, 0, 26), + (80532, "415521", 1, 0, 26), + (80533, "415521", 1, 0, 26), + (80534, "415521", 1, 0, 26), + (80535, "415521", 1, 0, 26), + (80536, "415521", 1, 0, 26), + (80537, "415521", 1, 0, 26), + (80538, "415521", 1, 0, 26), + (80539, "415521", 1, 0, 26), + (80540, "412806", 1, 0, 26), + (80541, "412806", 1, 0, 26), + (80542, "412806", 1, 0, 26), + (80543, "412806", 1, 0, 26), + (80544, "412806", 1, 0, 26), + (80545, "412806", 1, 0, 26), + (80546, "412806", 1, 0, 26), + (80547, "412806", 1, 0, 26), + (80548, "412806", 1, 0, 26), + (80549, "412806", 1, 0, 26), + (80550, "412806", 1, 0, 26), + (80551, "412806", 1, 0, 26), + (80552, "412806", 1, 0, 26), + (80553, "412806", 1, 0, 26), + (80554, "412806", 1, 0, 26), + (80555, "412806", 1, 0, 26), + (80556, "412806", 1, 0, 26), + (80557, "412806", 1, 0, 26), + (80558, "412806", 1, 0, 26), + (80559, "415023", 1, 0, 26), + (80560, "415523", 1, 0, 26), + (80561, "415523", 1, 0, 26), + (80562, "415523", 1, 0, 26), + (80563, "415523", 1, 0, 26), + (80564, "415523", 1, 0, 26), + (80565, "415523", 1, 0, 26), + (80566, "415523", 1, 0, 26), + (80567, "415523", 1, 0, 26), + (80568, "415523", 1, 0, 26), + (80569, "415523", 1, 0, 26), + (80570, "415523", 1, 0, 26), + (80571, "415523", 1, 0, 26), + (80572, "415523", 1, 0, 26), + (80573, "415523", 1, 0, 26), + (80574, "415523", 1, 0, 26), + (80575, "415523", 1, 0, 26), + (80576, "415523", 1, 0, 26), + (80577, "415523", 1, 0, 26), + (80578, "415523", 1, 0, 26), + (80579, "415523", 1, 0, 26), + (80580, "415523", 1, 0, 26), + (80581, "415523", 1, 0, 26), + (80582, "415523", 1, 0, 26), + (80583, "415523", 1, 0, 26), + (80584, "415523", 1, 0, 26), + (80585, "415523", 1, 0, 26), + (80586, "415523", 1, 0, 26), + (80587, "415523", 1, 0, 26), + (80588, "415523", 1, 0, 26), + (80589, "415525", 1, 0, 26), + (80590, "415525", 1, 0, 26), + (80591, "415525", 1, 0, 26), + (80592, "415525", 1, 0, 26), + (80593, "415525", 1, 0, 26), + (80594, "415525", 1, 0, 26), + (80595, "415525", 1, 0, 26), + (80596, "415525", 1, 0, 26), + (80597, "415525", 1, 0, 26), + (80598, "415502", 1, 0, 26), + (80599, "415502", 1, 0, 26), + (80600, "415502", 1, 0, 26), + (80601, "415502", 1, 0, 26), + (80602, "415511", 1, 0, 26), + (80603, "415511", 1, 0, 26), + (80604, "415511", 1, 0, 26), + (80605, "415511", 1, 0, 26), + (80606, "415511", 1, 0, 26), + (80607, "415511", 1, 0, 26), + (80608, "415511", 1, 0, 26), + (80609, "415511", 1, 0, 26), + (80610, "415511", 1, 0, 26), + (80611, "415522", 1, 0, 26), + (80612, "415522", 1, 0, 26), + (80613, "415004", 1, 0, 26), + (80614, "415004", 1, 0, 26), + (80615, "415004", 1, 0, 26), + (80616, "415004", 1, 0, 26), + (80617, "415519", 1, 0, 26), + (80618, "415519", 1, 0, 26), + (80619, "415519", 1, 0, 26), + (80620, "415519", 1, 0, 26), + (80621, "415519", 1, 0, 26), + (80622, "415519", 1, 0, 26), + (80623, "415519", 1, 0, 26), + (80624, "415519", 1, 0, 26), + (80625, "415519", 1, 0, 26), + (80626, "415519", 1, 0, 26), + (80627, "415519", 1, 0, 26), + (80628, "415513", 1, 0, 26), + (80629, "415513", 1, 0, 26), + (80630, "415513", 1, 0, 26), + (80631, "415003", 1, 0, 26), + (80632, "415003", 1, 0, 26), + (80633, "415002", 1, 0, 26), + (80634, "415002", 1, 0, 26), + (80635, "415002", 1, 0, 26), + (80636, "415002", 1, 0, 26), + (80637, "415002", 1, 0, 26), + (80638, "415002", 1, 0, 26), + (80639, "415002", 1, 0, 26), + (80640, "415002", 1, 0, 26), + (80641, "415002", 1, 0, 26), + (80642, "415002", 1, 0, 26), + (80643, "415002", 1, 0, 26), + (80644, "415002", 1, 0, 26), + (80645, "415002", 1, 0, 26), + (80646, "415002", 1, 0, 26), + (80647, "415002", 1, 0, 26), + (80648, "415002", 1, 0, 26), + (80649, "415010", 1, 0, 26), + (80650, "415011", 1, 0, 26), + (80651, "415011", 1, 0, 26), + (80652, "415011", 1, 0, 26), + (80653, "415011", 1, 0, 26), + (80654, "415011", 1, 0, 26), + (80655, "415011", 1, 0, 26), + (80656, "415011", 1, 0, 26), + (80657, "415011", 1, 0, 26), + (80658, "415011", 1, 0, 26), + (80659, "415524", 1, 0, 26), + (80660, "415524", 1, 0, 26), + (80661, "415524", 1, 0, 26), + (80662, "415524", 1, 0, 26), + (80663, "415524", 1, 0, 26), + (80664, "415524", 1, 0, 26), + (80665, "415526", 1, 0, 26), + (80666, "415526", 1, 0, 26), + (80667, "415526", 1, 0, 26), + (80668, "415116", 1, 0, 26), + (80669, "415116", 1, 0, 26), + (80670, "415022", 1, 0, 26), + (80671, "415022", 1, 0, 26), + (80672, "415022", 1, 0, 26), + (80673, "415022", 1, 0, 26), + (80674, "415022", 1, 0, 26), + (80675, "415022", 1, 0, 26), + (80676, "412803", 1, 0, 26), + (80677, "412803", 1, 0, 26), + (80678, "412803", 1, 0, 26), + (80679, "412803", 1, 0, 26), + (80680, "412803", 1, 0, 26), + (80681, "412803", 1, 0, 26), + (80682, "412803", 1, 0, 26), + (80683, "412803", 1, 0, 26), + (80684, "412803", 1, 0, 26), + (80685, "412803", 1, 0, 26), + (80686, "412803", 1, 0, 26), + (80687, "415116", 1, 0, 26), + (80688, "412803", 1, 0, 26), + (80689, "412803", 1, 0, 26), + (80690, "412803", 1, 0, 26), + (80691, "412803", 1, 0, 26), + (80692, "412803", 1, 0, 26), + (80693, "412803", 1, 0, 26), + (80694, "412803", 1, 0, 26), + (80695, "412803", 1, 0, 26), + (80696, "412803", 1, 0, 26), + (80697, "412803", 1, 0, 26), + (80698, "412803", 1, 0, 26), + (80699, "412803", 1, 0, 26), + (80700, "412803", 1, 0, 26), + (80701, "412803", 1, 0, 26), + (80702, "415510", 1, 0, 26), + (80703, "415510", 1, 0, 26), + (80704, "415510", 1, 0, 26), + (80705, "415209", 1, 0, 26), + (80706, "415209", 1, 0, 26), + (80707, "415209", 1, 0, 26), + (80708, "415209", 1, 0, 26), + (80709, "415209", 1, 0, 26), + (80710, "415209", 1, 0, 26), + (80711, "415115", 1, 0, 26), + (80712, "415115", 1, 0, 26), + (80713, "415115", 1, 0, 26), + (80714, "415115", 1, 0, 26), + (80715, "415520", 1, 0, 26), + (80716, "415520", 1, 0, 26), + (80717, "415520", 1, 0, 26), + (80718, "415520", 1, 0, 26), + (80719, "415520", 1, 0, 26), + (80720, "415520", 1, 0, 26), + (80721, "415520", 1, 0, 26), + (80722, "415520", 1, 0, 26), + (80723, "415520", 1, 0, 26), + (80724, "415508", 1, 0, 26), + (80725, "415508", 1, 0, 26), + (80726, "415508", 1, 0, 26), + (80727, "415508", 1, 0, 26), + (80728, "415508", 1, 0, 26), + (80729, "415508", 1, 0, 26), + (80730, "415508", 1, 0, 26), + (80731, "415508", 1, 0, 26), + (80732, "415508", 1, 0, 26), + (80733, "415508", 1, 0, 26), + (80734, "415508", 1, 0, 26), + (80735, "415211", 1, 0, 26), + (80736, "415501", 1, 0, 26), + (80737, "415501", 1, 0, 26), + (80738, "415501", 1, 0, 26), + (80739, "415501", 1, 0, 26), + (80740, "415501", 1, 0, 26), + (80741, "415501", 1, 0, 26), + (80742, "415501", 1, 0, 26), + (80743, "415501", 1, 0, 26), + (80744, "415501", 1, 0, 26), + (80745, "415501", 1, 0, 26), + (80746, "415501", 1, 0, 26), + (80747, "415501", 1, 0, 26), + (80748, "415501", 1, 0, 26), + (80749, "415514", 1, 0, 26), + (80750, "415514", 1, 0, 26), + (80751, "415514", 1, 0, 26), + (80752, "415514", 1, 0, 26), + (80753, "415012", 1, 0, 26), + (80754, "415012", 1, 0, 26), + (80755, "415012", 1, 0, 26), + (80756, "415012", 1, 0, 26), + (80757, "415012", 1, 0, 26), + (80758, "415012", 1, 0, 26), + (80759, "415012", 1, 0, 26), + (80760, "415012", 1, 0, 26), + (80761, "415012", 1, 0, 26), + (80762, "415012", 1, 0, 26), + (80763, "415012", 1, 0, 26), + (80764, "415012", 1, 0, 26), + (80765, "415012", 1, 0, 26), + (80766, "415112", 1, 0, 26), + (80767, "415112", 1, 0, 26), + (80768, "415513", 1, 0, 26), + (80769, "415513", 1, 0, 26), + (80770, "412805", 1, 0, 26), + (80771, "412805", 1, 0, 26), + (80772, "412805", 1, 0, 26), + (80773, "412805", 1, 0, 26), + (80774, "412805", 1, 0, 26), + (80775, "415013", 1, 0, 26), + (80776, "415013", 1, 0, 26), + (80777, "415013", 1, 0, 26), + (80778, "415013", 1, 0, 26), + (80779, "415013", 1, 0, 26), + (80780, "415013", 1, 0, 26), + (80781, "415013", 1, 0, 26), + (80782, "415013", 1, 0, 26), + (80783, "415013", 1, 0, 26), + (80784, "415013", 1, 0, 26), + (80785, "415013", 1, 0, 26), + (80786, "415010", 1, 0, 26), + (80787, "415010", 1, 0, 26), + (80788, "415010", 1, 0, 26), + (80789, "415010", 1, 0, 26), + (80790, "412801", 1, 0, 26), + (80791, "412801", 1, 0, 26), + (80792, "412801", 1, 0, 26), + (80793, "412801", 1, 0, 26), + (80794, "412801", 1, 0, 26), + (80795, "415517", 1, 0, 26), + (80796, "415528", 1, 0, 26), + (80797, "416550", 1, 0, 26), + (80798, "416612", 1, 0, 26), + (80799, "416703", 1, 0, 26), + (80800, "416810", 1, 0, 26), + (80801, "416511", 1, 0, 26), + (80802, "416520", 1, 0, 26), + (80803, "416516", 1, 0, 26), + (80804, "416614", 1, 0, 26), + (80805, "416614", 1, 0, 26), + (80806, "416614", 1, 0, 26), + (80807, "416614", 1, 0, 26), + (80808, "416614", 1, 0, 26), + (80809, "416614", 1, 0, 26), + (80810, "416614", 1, 0, 26), + (80811, "416614", 1, 0, 26), + (80812, "416614", 1, 0, 26), + (80813, "416628", 1, 0, 26), + (80814, "416628", 1, 0, 26), + (80815, "416605", 1, 0, 26), + (80816, "416605", 1, 0, 26), + (80817, "416605", 1, 0, 26), + (80818, "416605", 1, 0, 26), + (80819, "416605", 1, 0, 26), + (80820, "416812", 1, 0, 26), + (80821, "416812", 1, 0, 26), + (80822, "416812", 1, 0, 26), + (80823, "416812", 1, 0, 26), + (80824, "416812", 1, 0, 26), + (80825, "416812", 1, 0, 26), + (80826, "416613", 1, 0, 26), + (80827, "416613", 1, 0, 26), + (80828, "416613", 1, 0, 26), + (80829, "416626", 1, 0, 26), + (80830, "416605", 1, 0, 26), + (80831, "416605", 1, 0, 26), + (80832, "416608", 1, 0, 26), + (80833, "416608", 1, 0, 26), + (80834, "416626", 1, 0, 26), + (80835, "416605", 1, 0, 26), + (80836, "416608", 1, 0, 26), + (80837, "416626", 1, 0, 26), + (80838, "416626", 1, 0, 26), + (80839, "416605", 1, 0, 26), + (80840, "416605", 1, 0, 26), + (80841, "416519", 1, 0, 26), + (80842, "416519", 1, 0, 26), + (80843, "416511", 1, 0, 26), + (80844, "416550", 1, 0, 26), + (80845, "416550", 1, 0, 26), + (80846, "416511", 1, 0, 26), + (80847, "416531", 1, 0, 26), + (80848, "416519", 1, 0, 26), + (80849, "416519", 1, 0, 26), + (80850, "416531", 1, 0, 26), + (80851, "416608", 1, 0, 26), + (80852, "416608", 1, 0, 26), + (80853, "416615", 1, 0, 26), + (80854, "416630", 1, 0, 26), + (80855, "416630", 1, 0, 26), + (80856, "416630", 1, 0, 26), + (80857, "416630", 1, 0, 26), + (80858, "416804", 1, 0, 26), + (80859, "416804", 1, 0, 26), + (80860, "416804", 1, 0, 26), + (80861, "416811", 1, 0, 26), + (80862, "416811", 1, 0, 26), + (80863, "416811", 1, 0, 26), + (80864, "416811", 1, 0, 26), + (80865, "416811", 1, 0, 26), + (80866, "416811", 1, 0, 26), + (80867, "416601", 1, 0, 26), + (80868, "416601", 1, 0, 26), + (80869, "416601", 1, 0, 26), + (80870, "416601", 1, 0, 26), + (80871, "416601", 1, 0, 26), + (80872, "416601", 1, 0, 26), + (80873, "416601", 1, 0, 26), + (80874, "416601", 1, 0, 26), + (80875, "416601", 1, 0, 26), + (80876, "416601", 1, 0, 26), + (80877, "416616", 1, 0, 26), + (80878, "416616", 1, 0, 26), + (80879, "416616", 1, 0, 26), + (80880, "416632", 1, 0, 26), + (80881, "416632", 1, 0, 26), + (80882, "416632", 1, 0, 26), + (80883, "416632", 1, 0, 26), + (80884, "416612", 1, 0, 26), + (80885, "416612", 1, 0, 26), + (80886, "416612", 1, 0, 26), + (80887, "416612", 1, 0, 26), + (80888, "416612", 1, 0, 26), + (80889, "416620", 1, 0, 26), + (80890, "416620", 1, 0, 26), + (80891, "416602", 1, 0, 26), + (80892, "416602", 1, 0, 26), + (80893, "416602", 1, 0, 26), + (80894, "416602", 1, 0, 26), + (80895, "416602", 1, 0, 26), + (80896, "416602", 1, 0, 26), + (80897, "416602", 1, 0, 26), + (80898, "416602", 1, 0, 26), + (80899, "416602", 1, 0, 26), + (80900, "416602", 1, 0, 26), + (80901, "416602", 1, 0, 26), + (80902, "416602", 1, 0, 26), + (80903, "416602", 1, 0, 26), + (80904, "416602", 1, 0, 26), + (80905, "416602", 1, 0, 26), + (80906, "416602", 1, 0, 26), + (80907, "416602", 1, 0, 26), + (80908, "416602", 1, 0, 26), + (80909, "416602", 1, 0, 26), + (80910, "416602", 1, 0, 26), + (80911, "416602", 1, 0, 26), + (80912, "416602", 1, 0, 26), + (80913, "416603", 1, 0, 26), + (80914, "416603", 1, 0, 26), + (80915, "416603", 1, 0, 26), + (80916, "416603", 1, 0, 26), + (80917, "416603", 1, 0, 26), + (80918, "416603", 1, 0, 26), + (80919, "416603", 1, 0, 26), + (80920, "416604", 1, 0, 26), + (80921, "416604", 1, 0, 26), + (80922, "416604", 1, 0, 26), + (80923, "416604", 1, 0, 26), + (80924, "416604", 1, 0, 26), + (80925, "416604", 1, 0, 26), + (80926, "416604", 1, 0, 26), + (80927, "416604", 1, 0, 26), + (80928, "416703", 1, 0, 26), + (80929, "416703", 1, 0, 26), + (80930, "416703", 1, 0, 26), + (80931, "416703", 1, 0, 26), + (80932, "416703", 1, 0, 26), + (80933, "416608", 1, 0, 26), + (80934, "416608", 1, 0, 26), + (80935, "416608", 1, 0, 26), + (80936, "416616", 1, 0, 26), + (80937, "416616", 1, 0, 26), + (80938, "416616", 1, 0, 26), + (80939, "416616", 1, 0, 26), + (80940, "416616", 1, 0, 26), + (80941, "416609", 1, 0, 26), + (80942, "416609", 1, 0, 26), + (80943, "416609", 1, 0, 26), + (80944, "416609", 1, 0, 26), + (80945, "416609", 1, 0, 26), + (80946, "416609", 1, 0, 26), + (80947, "416610", 1, 0, 26), + (80948, "416610", 1, 0, 26), + (80949, "416610", 1, 0, 26), + (80950, "416610", 1, 0, 26), + (80951, "416610", 1, 0, 26), + (80952, "416534", 1, 0, 26), + (80953, "416534", 1, 0, 26), + (80954, "416534", 1, 0, 26), + (80955, "416611", 1, 0, 26), + (80956, "416611", 1, 0, 26), + (80957, "416611", 1, 0, 26), + (80958, "416611", 1, 0, 26), + (80959, "416611", 1, 0, 26), + (80960, "416611", 1, 0, 26), + (80961, "416611", 1, 0, 26), + (80962, "416611", 1, 0, 26), + (80963, "416801", 1, 0, 26), + (80964, "416801", 1, 0, 26), + (80965, "416801", 1, 0, 26), + (80966, "416801", 1, 0, 26), + (80967, "416801", 1, 0, 26), + (80968, "416801", 1, 0, 26), + (80969, "416801", 1, 0, 26), + (80970, "416805", 1, 0, 26), + (80971, "416805", 1, 0, 26), + (80972, "416806", 1, 0, 26), + (80973, "416810", 1, 0, 26), + (80974, "416813", 1, 0, 26), + (80975, "416813", 1, 0, 26), + (80976, "416813", 1, 0, 26), + (80977, "416810", 1, 0, 26), + (80978, "416810", 1, 0, 26), + (80979, "416810", 1, 0, 26), + (80980, "416810", 1, 0, 26), + (80981, "416813", 1, 0, 26), + (80982, "416813", 1, 0, 26), + (80983, "416810", 1, 0, 26), + (80984, "416813", 1, 0, 26), + (80985, "416810", 1, 0, 26), + (80986, "416810", 1, 0, 26), + (80987, "416813", 1, 0, 26), + (80988, "416810", 1, 0, 26), + (80989, "416518", 1, 0, 26), + (80990, "416518", 1, 0, 26), + (80991, "416516", 1, 0, 26), + (80992, "416518", 1, 0, 26), + (80993, "416518", 1, 0, 26), + (80994, "416511", 1, 0, 26), + (80995, "416519", 1, 0, 26), + (80996, "416518", 1, 0, 26), + (80997, "416519", 1, 0, 26), + (80998, "416513", 1, 0, 26), + (80999, "416511", 1, 0, 26), + (81000, "416511", 1, 0, 26), + (81001, "416511", 1, 0, 26), + (81002, "416511", 1, 0, 26), + (81003, "416511", 1, 0, 26), + (81004, "416511", 1, 0, 26), + (81005, "416511", 1, 0, 26), + (81006, "416511", 1, 0, 26), + (81007, "416511", 1, 0, 26), + (81008, "416511", 1, 0, 26), + (81009, "416511", 1, 0, 26), + (81010, "416511", 1, 0, 26), + (81011, "416511", 1, 0, 26), + (81012, "416525", 1, 0, 26), + (81013, "416512", 1, 0, 26), + (81014, "416512", 1, 0, 26), + (81015, "416512", 1, 0, 26), + (81016, "416512", 1, 0, 26), + (81017, "416512", 1, 0, 26), + (81018, "416512", 1, 0, 26), + (81019, "416512", 1, 0, 26), + (81020, "416512", 1, 0, 26), + (81021, "416512", 1, 0, 26), + (81022, "416512", 1, 0, 26), + (81023, "416512", 1, 0, 26), + (81024, "416528", 1, 0, 26), + (81025, "416521", 1, 0, 26), + (81026, "416521", 1, 0, 26), + (81027, "416521", 1, 0, 26), + (81028, "416521", 1, 0, 26), + (81029, "416521", 1, 0, 26), + (81030, "416521", 1, 0, 26), + (81031, "416531", 1, 0, 26), + (81032, "416531", 1, 0, 26), + (81033, "416531", 1, 0, 26), + (81034, "416549", 1, 0, 26), + (81035, "416549", 1, 0, 26), + (81036, "416549", 1, 0, 26), + (81037, "416549", 1, 0, 26), + (81038, "416520", 1, 0, 26), + (81039, "416520", 1, 0, 26), + (81040, "416520", 1, 0, 26), + (81041, "416520", 1, 0, 26), + (81042, "416520", 1, 0, 26), + (81043, "416520", 1, 0, 26), + (81044, "416520", 1, 0, 26), + (81045, "416520", 1, 0, 26), + (81046, "416520", 1, 0, 26), + (81047, "416520", 1, 0, 26), + (81048, "416520", 1, 0, 26), + (81049, "416520", 1, 0, 26), + (81050, "416520", 1, 0, 26), + (81051, "416520", 1, 0, 26), + (81052, "416520", 1, 0, 26), + (81053, "416520", 1, 0, 26), + (81054, "416520", 1, 0, 26), + (81055, "416520", 1, 0, 26), + (81056, "416520", 1, 0, 26), + (81057, "416520", 1, 0, 26), + (81058, "416514", 1, 0, 26), + (81059, "416514", 1, 0, 26), + (81060, "416514", 1, 0, 26), + (81061, "416514", 1, 0, 26), + (81062, "416514", 1, 0, 26), + (81063, "416514", 1, 0, 26), + (81064, "416514", 1, 0, 26), + (81065, "416519", 1, 0, 26), + (81066, "416519", 1, 0, 26), + (81067, "416519", 1, 0, 26), + (81068, "416519", 1, 0, 26), + (81069, "416519", 1, 0, 26), + (81070, "416519", 1, 0, 26), + (81071, "416519", 1, 0, 26), + (81072, "416519", 1, 0, 26), + (81073, "416519", 1, 0, 26), + (81074, "416519", 1, 0, 26), + (81075, "416519", 1, 0, 26), + (81076, "416523", 1, 0, 26), + (81077, "416523", 1, 0, 26), + (81078, "416523", 1, 0, 26), + (81079, "416522", 1, 0, 26), + (81080, "416522", 1, 0, 26), + (81081, "416522", 1, 0, 26), + (81082, "416522", 1, 0, 26), + (81083, "416518", 1, 0, 26), + (81084, "416518", 1, 0, 26), + (81085, "416518", 1, 0, 26), + (81086, "416518", 1, 0, 26), + (81087, "416518", 1, 0, 26), + (81088, "416518", 1, 0, 26), + (81089, "416529", 1, 0, 26), + (81090, "416529", 1, 0, 26), + (81091, "416529", 1, 0, 26), + (81092, "416516", 1, 0, 26), + (81093, "416516", 1, 0, 26), + (81094, "416516", 1, 0, 26), + (81095, "416516", 1, 0, 26), + (81096, "416516", 1, 0, 26), + (81097, "416516", 1, 0, 26), + (81098, "416516", 1, 0, 26), + (81099, "416516", 1, 0, 26), + (81100, "416516", 1, 0, 26), + (81101, "416524", 1, 0, 26), + (81102, "416524", 1, 0, 26), + (81103, "413216", 1, 0, 26), + (81104, "413222", 1, 0, 26), + (81105, "413401", 1, 0, 26), + (81106, "413006", 1, 0, 26), + (81107, "413216", 1, 0, 26), + (81108, "413216", 1, 0, 26), + (81109, "413216", 1, 0, 26), + (81110, "413216", 1, 0, 26), + (81111, "413216", 1, 0, 26), + (81112, "413216", 1, 0, 26), + (81113, "413216", 1, 0, 26), + (81114, "413216", 1, 0, 26), + (81115, "413008", 1, 0, 26), + (81116, "413002", 1, 0, 26), + (81117, "413008", 1, 0, 26), + (81118, "413002", 1, 0, 26), + (81119, "413002", 1, 0, 26), + (81120, "413002", 1, 0, 26), + (81121, "413002", 1, 0, 26), + (81122, "413412", 1, 0, 26), + (81123, "413412", 1, 0, 26), + (81124, "413412", 1, 0, 26), + (81125, "413412", 1, 0, 26), + (81126, "413402", 1, 0, 26), + (81127, "413402", 1, 0, 26), + (81128, "413402", 1, 0, 26), + (81129, "413402", 1, 0, 26), + (81130, "413228", 1, 0, 26), + (81131, "413228", 1, 0, 26), + (81132, "413228", 1, 0, 26), + (81133, "413228", 1, 0, 26), + (81134, "413228", 1, 0, 26), + (81135, "413218", 1, 0, 26), + (81136, "413218", 1, 0, 26), + (81137, "413218", 1, 0, 26), + (81138, "413222", 1, 0, 26), + (81139, "413222", 1, 0, 26), + (81140, "413222", 1, 0, 26), + (81141, "413222", 1, 0, 26), + (81142, "413222", 1, 0, 26), + (81143, "413410", 1, 0, 26), + (81144, "413410", 1, 0, 26), + (81145, "413213", 1, 0, 26), + (81146, "413213", 1, 0, 26), + (81147, "413213", 1, 0, 26), + (81148, "413213", 1, 0, 26), + (81149, "413213", 1, 0, 26), + (81150, "413216", 1, 0, 26), + (81151, "413216", 1, 0, 26), + (81152, "413216", 1, 0, 26), + (81153, "413216", 1, 0, 26), + (81154, "413216", 1, 0, 26), + (81155, "413216", 1, 0, 26), + (81156, "413214", 1, 0, 26), + (81157, "413214", 1, 0, 26), + (81158, "413214", 1, 0, 26), + (81159, "413214", 1, 0, 26), + (81160, "413214", 1, 0, 26), + (81161, "413214", 1, 0, 26), + (81162, "413401", 1, 0, 26), + (81163, "413401", 1, 0, 26), + (81164, "413401", 1, 0, 26), + (81165, "413409", 1, 0, 26), + (81166, "413409", 1, 0, 26), + (81167, "413409", 1, 0, 26), + (81168, "413409", 1, 0, 26), + (81169, "413409", 1, 0, 26), + (81170, "413409", 1, 0, 26), + (81171, "413216", 1, 0, 26), + (81172, "413222", 1, 0, 26), + (81173, "413222", 1, 0, 26), + (81174, "413222", 1, 0, 26), + (81175, "413222", 1, 0, 26), + (81176, "413222", 1, 0, 26), + (81177, "413222", 1, 0, 26), + (81178, "413222", 1, 0, 26), + (81179, "413403", 1, 0, 26), + (81180, "413403", 1, 0, 26), + (81181, "413403", 1, 0, 26), + (81182, "413403", 1, 0, 26), + (81183, "413404", 1, 0, 26), + (81184, "413404", 1, 0, 26), + (81185, "413404", 1, 0, 26), + (81186, "413404", 1, 0, 26), + (81187, "413404", 1, 0, 26), + (81188, "413404", 1, 0, 26), + (81189, "413404", 1, 0, 26), + (81190, "413401", 1, 0, 26), + (81191, "413401", 1, 0, 26), + (81192, "413401", 1, 0, 26), + (81193, "413401", 1, 0, 26), + (81194, "413401", 1, 0, 26), + (81195, "413401", 1, 0, 26), + (81196, "413401", 1, 0, 26), + (81197, "413401", 1, 0, 26), + (81198, "413401", 1, 0, 26), + (81199, "413401", 1, 0, 26), + (81200, "413401", 1, 0, 26), + (81201, "413401", 1, 0, 26), + (81202, "413401", 1, 0, 26), + (81203, "413401", 1, 0, 26), + (81204, "413401", 1, 0, 26), + (81205, "413401", 1, 0, 26), + (81206, "413401", 1, 0, 26), + (81207, "413226", 1, 0, 26), + (81208, "413226", 1, 0, 26), + (81209, "413226", 1, 0, 26), + (81210, "413226", 1, 0, 26), + (81211, "413226", 1, 0, 26), + (81212, "413226", 1, 0, 26), + (81213, "413226", 1, 0, 26), + (81214, "413220", 1, 0, 26), + (81215, "413220", 1, 0, 26), + (81216, "413220", 1, 0, 26), + (81217, "413220", 1, 0, 26), + (81218, "413406", 1, 0, 26), + (81219, "413406", 1, 0, 26), + (81220, "413406", 1, 0, 26), + (81221, "413406", 1, 0, 26), + (81222, "413406", 1, 0, 26), + (81223, "413218", 1, 0, 26), + (81224, "413218", 1, 0, 26), + (81225, "413218", 1, 0, 26), + (81226, "413213", 1, 0, 26), + (81227, "413213", 1, 0, 26), + (81228, "413213", 1, 0, 26), + (81229, "413213", 1, 0, 26), + (81230, "413213", 1, 0, 26), + (81231, "413213", 1, 0, 26), + (81232, "413213", 1, 0, 26), + (81233, "413213", 1, 0, 26), + (81234, "413255", 1, 0, 26), + (81235, "413255", 1, 0, 26), + (81236, "413255", 1, 0, 26), + (81237, "413255", 1, 0, 26), + (81238, "413255", 1, 0, 26), + (81239, "413006", 1, 0, 26), + (81240, "413006", 1, 0, 26), + (81241, "413227", 1, 0, 26), + (81242, "413227", 1, 0, 26), + (81243, "413227", 1, 0, 26), + (81244, "413227", 1, 0, 26), + (81245, "413227", 1, 0, 26), + (81246, "413404", 1, 0, 26), + (81247, "413248", 1, 0, 26), + (81248, "413248", 1, 0, 26), + (81249, "413248", 1, 0, 26), + (81250, "413248", 1, 0, 26), + (81251, "413248", 1, 0, 26), + (81252, "413324", 1, 0, 26), + (81253, "413324", 1, 0, 26), + (81254, "413324", 1, 0, 26), + (81255, "413324", 1, 0, 26), + (81256, "413224", 1, 0, 26), + (81257, "413002", 1, 0, 26), + (81258, "413008", 1, 0, 26), + (81259, "413002", 1, 0, 26), + (81260, "413002", 1, 0, 26), + (81261, "413002", 1, 0, 26), + (81262, "413002", 1, 0, 26), + (81263, "413002", 1, 0, 26), + (81264, "413002", 1, 0, 26), + (81265, "413002", 1, 0, 26), + (81266, "413002", 1, 0, 26), + (81267, "413002", 1, 0, 26), + (81268, "413002", 1, 0, 26), + (81269, "413002", 1, 0, 26), + (81270, "413002", 1, 0, 26), + (81271, "413215", 1, 0, 26), + (81272, "413215", 1, 0, 26), + (81273, "413215", 1, 0, 26), + (81274, "413215", 1, 0, 26), + (81275, "413008", 1, 0, 26), + (81276, "413008", 1, 0, 26), + (81277, "413008", 1, 0, 26), + (81278, "413008", 1, 0, 26), + (81279, "413219", 1, 0, 26), + (81280, "413219", 1, 0, 26), + (81281, "413219", 1, 0, 26), + (81282, "413219", 1, 0, 26), + (81283, "413219", 1, 0, 26), + (81284, "413219", 1, 0, 26), + (81285, "413253", 1, 0, 26), + (81286, "413253", 1, 0, 26), + (81287, "413253", 1, 0, 26), + (81288, "413253", 1, 0, 26), + (81289, "413253", 1, 0, 26), + (81290, "413253", 1, 0, 26), + (81291, "413217", 1, 0, 26), + (81292, "413217", 1, 0, 26), + (81293, "413221", 1, 0, 26), + (81294, "413221", 1, 0, 26), + (81295, "413221", 1, 0, 26), + (81296, "413221", 1, 0, 26), + (81297, "413221", 1, 0, 26), + (81298, "413221", 1, 0, 26), + (81299, "413221", 1, 0, 26), + (81300, "413221", 1, 0, 26), + (81301, "413221", 1, 0, 26), + (81302, "413221", 1, 0, 26), + (81303, "421601", 1, 0, 26), + (81304, "421302", 1, 0, 26), + (81305, "421403", 1, 0, 26), + (81306, "421601", 1, 0, 26), + (81307, "421601", 1, 0, 26), + (81308, "421601", 1, 0, 26), + (81309, "421601", 1, 0, 26), + (81310, "421601", 1, 0, 26), + (81311, "421601", 1, 0, 26), + (81312, "421601", 1, 0, 26), + (81313, "421601", 1, 0, 26), + (81314, "421601", 1, 0, 26), + (81315, "421601", 1, 0, 26), + (81316, "421601", 1, 0, 26), + (81317, "421601", 1, 0, 26), + (81318, "400608", 1, 0, 26), + (81319, "400608", 1, 0, 26), + (81320, "400612", 1, 0, 26), + (81321, "400612", 1, 0, 26), + (81322, "400612", 1, 0, 26), + (81323, "400612", 1, 0, 26), + (81324, "400612", 1, 0, 26), + (81325, "400607", 1, 0, 26), + (81326, "421302", 1, 0, 26), + (81327, "421302", 1, 0, 26), + (81328, "421302", 1, 0, 26), + (81329, "421302", 1, 0, 26), + (81330, "421302", 1, 0, 26), + (81331, "421302", 1, 0, 26), + (81332, "421302", 1, 0, 26), + (81333, "421302", 1, 0, 26), + (81334, "421302", 1, 0, 26), + (81335, "421302", 1, 0, 26), + (81336, "421302", 1, 0, 26), + (81337, "421302", 1, 0, 26), + (81338, "421302", 1, 0, 26), + (81339, "421302", 1, 0, 26), + (81340, "421302", 1, 0, 26), + (81341, "421302", 1, 0, 26), + (81342, "421302", 1, 0, 26), + (81343, "421302", 1, 0, 26), + (81344, "421302", 1, 0, 26), + (81345, "421601", 1, 0, 26), + (81346, "421103", 1, 0, 26), + (81347, "421306", 1, 0, 26), + (81348, "421601", 1, 0, 26), + (81349, "421103", 1, 0, 26), + (81350, "421601", 1, 0, 26), + (81351, "421403", 1, 0, 26), + (81352, "421601", 1, 0, 26), + (81353, "421601", 1, 0, 26), + (81354, "421601", 1, 0, 26), + (81355, "421601", 1, 0, 26), + (81356, "421601", 1, 0, 26), + (81357, "421306", 1, 0, 26), + (81358, "421505", 1, 0, 26), + (81359, "421601", 1, 0, 26), + (81360, "421605", 1, 0, 26), + (81361, "421601", 1, 0, 26), + (81362, "421204", 1, 0, 26), + (81363, "421103", 1, 0, 26), + (81364, "421306", 1, 0, 26), + (81365, "421605", 1, 0, 26), + (81366, "421601", 1, 0, 26), + (81367, "421103", 1, 0, 26), + (81368, "421601", 1, 0, 26), + (81369, "421601", 1, 0, 26), + (81370, "421601", 1, 0, 26), + (81371, "421401", 1, 0, 26), + (81372, "421401", 1, 0, 26), + (81373, "421401", 1, 0, 26), + (81374, "421401", 1, 0, 26), + (81375, "421401", 1, 0, 26), + (81376, "421401", 1, 0, 26), + (81377, "421401", 1, 0, 26), + (81378, "421601", 1, 0, 26), + (81379, "421601", 1, 0, 26), + (81380, "421601", 1, 0, 26), + (81381, "421601", 1, 0, 26), + (81382, "421601", 1, 0, 26), + (81383, "421403", 1, 0, 26), + (81384, "421403", 1, 0, 26), + (81385, "421403", 1, 0, 26), + (81386, "421403", 1, 0, 26), + (81387, "421403", 1, 0, 26), + (81388, "421312", 1, 0, 26), + (81389, "421312", 1, 0, 26), + (81390, "421312", 1, 0, 26), + (81391, "421312", 1, 0, 26), + (81392, "421312", 1, 0, 26), + (81393, "421312", 1, 0, 26), + (81394, "421312", 1, 0, 26), + (81395, "421605", 1, 0, 26), + (81396, "421204", 1, 0, 26), + (81397, "421204", 1, 0, 26), + (81398, "421102", 1, 0, 26), + (81399, "421102", 1, 0, 26), + (81400, "421311", 1, 0, 26), + (81401, "421311", 1, 0, 26), + (81402, "421401", 1, 0, 26), + (81403, "421401", 1, 0, 26), + (81404, "421401", 1, 0, 26), + (81405, "421401", 1, 0, 26), + (81406, "421401", 1, 0, 26), + (81407, "421401", 1, 0, 26), + (81408, "421401", 1, 0, 26), + (81409, "421401", 1, 0, 26), + (81410, "421401", 1, 0, 26), + (81411, "445230", 1, 0, 26), + (81412, "445230", 1, 0, 26), + (81413, "445230", 1, 0, 26), + (81414, "445301", 1, 0, 26), + (81415, "445301", 1, 0, 26), + (81416, "445301", 1, 0, 26), + (81417, "445301", 1, 0, 26), + (81418, "445301", 1, 0, 26), + (81419, "445301", 1, 0, 26), + (81420, "445301", 1, 0, 26), + (81421, "445301", 1, 0, 26), + (81422, "445301", 1, 0, 26), + (81423, "445301", 1, 0, 26), + (81424, "445301", 1, 0, 26), + (81425, "445301", 1, 0, 26), + (81426, "445301", 1, 0, 26), + (81427, "445001", 1, 0, 26), + (81428, "445001", 1, 0, 26), + (81429, "445001", 1, 0, 26), + (81430, "445001", 1, 0, 26), + (81431, "445109", 1, 0, 26), + (81432, "445109", 1, 0, 26), + (81433, "445109", 1, 0, 26), + (81434, "445109", 1, 0, 26), + (81435, "445109", 1, 0, 26), + (81436, "445109", 1, 0, 26), + (81437, "445103", 1, 0, 26), + (81438, "445103", 1, 0, 26), + (81439, "445103", 1, 0, 26), + (81440, "445103", 1, 0, 26), + (81441, "445103", 1, 0, 26), + (81442, "445103", 1, 0, 26), + (81443, "445103", 1, 0, 26), + (81444, "445103", 1, 0, 26), + (81445, "445202", 1, 0, 26), + (81446, "445209", 1, 0, 26), + (81447, "445303", 1, 0, 26), + (81448, "445102", 1, 0, 26), + (81449, "445106", 1, 0, 26), + (81450, "445206", 1, 0, 26), + (81451, "445002", 1, 0, 26), + (81452, "445103", 1, 0, 26), + (81453, "445103", 1, 0, 26), + (81454, "445101", 1, 0, 26), + (81455, "445101", 1, 0, 26), + (81456, "445101", 1, 0, 26), + (81457, "445101", 1, 0, 26), + (81458, "445101", 1, 0, 26), + (81459, "445101", 1, 0, 26), + (81460, "445101", 1, 0, 26), + (81461, "445101", 1, 0, 26), + (81462, "445101", 1, 0, 26), + (81463, "445101", 1, 0, 26), + (81464, "445101", 1, 0, 26), + (81465, "445101", 1, 0, 26), + (81466, "445101", 1, 0, 26), + (81467, "445101", 1, 0, 26), + (81468, "445101", 1, 0, 26), + (81469, "445101", 1, 0, 26), + (81470, "445101", 1, 0, 26), + (81471, "445101", 1, 0, 26), + (81472, "445201", 1, 0, 26), + (81473, "445201", 1, 0, 26), + (81474, "445201", 1, 0, 26), + (81475, "445201", 1, 0, 26), + (81476, "445201", 1, 0, 26), + (81477, "445201", 1, 0, 26), + (81478, "445201", 1, 0, 26), + (81479, "445201", 1, 0, 26), + (81480, "445202", 1, 0, 26), + (81481, "445202", 1, 0, 26), + (81482, "445202", 1, 0, 26), + (81483, "445202", 1, 0, 26), + (81484, "445202", 1, 0, 26), + (81485, "445202", 1, 0, 26), + (81486, "445202", 1, 0, 26), + (81487, "445202", 1, 0, 26), + (81488, "445202", 1, 0, 26), + (81489, "445202", 1, 0, 26), + (81490, "445202", 1, 0, 26), + (81491, "445202", 1, 0, 26), + (81492, "445207", 1, 0, 26), + (81493, "445207", 1, 0, 26), + (81494, "445207", 1, 0, 26), + (81495, "445207", 1, 0, 26), + (81496, "445207", 1, 0, 26), + (81497, "445207", 1, 0, 26), + (81498, "445203", 1, 0, 26), + (81499, "445203", 1, 0, 26), + (81500, "445203", 1, 0, 26), + (81501, "445203", 1, 0, 26), + (81502, "445203", 1, 0, 26), + (81503, "445203", 1, 0, 26), + (81504, "445203", 1, 0, 26), + (81505, "445203", 1, 0, 26), + (81506, "445203", 1, 0, 26), + (81507, "445203", 1, 0, 26), + (81508, "445203", 1, 0, 26), + (81509, "445203", 1, 0, 26), + (81510, "445203", 1, 0, 26), + (81511, "445203", 1, 0, 26), + (81512, "445230", 1, 0, 26), + (81513, "445001", 1, 0, 26), + (81514, "445001", 1, 0, 26), + (81515, "445209", 1, 0, 26), + (81516, "445209", 1, 0, 26), + (81517, "445105", 1, 0, 26), + (81518, "445105", 1, 0, 26), + (81519, "445105", 1, 0, 26), + (81520, "445105", 1, 0, 26), + (81521, "445105", 1, 0, 26), + (81522, "445105", 1, 0, 26), + (81523, "445105", 1, 0, 26), + (81524, "445105", 1, 0, 26), + (81525, "445401", 1, 0, 26), + (81526, "445401", 1, 0, 26), + (81527, "445401", 1, 0, 26), + (81528, "445401", 1, 0, 26), + (81529, "445401", 1, 0, 26), + (81530, "445210", 1, 0, 26), + (81531, "445210", 1, 0, 26), + (81532, "445210", 1, 0, 26), + (81533, "445210", 1, 0, 26), + (81534, "445205", 1, 0, 26), + (81535, "445205", 1, 0, 26), + (81536, "445205", 1, 0, 26), + (81537, "445205", 1, 0, 26), + (81538, "445205", 1, 0, 26), + (81539, "445205", 1, 0, 26), + (81540, "445205", 1, 0, 26), + (81541, "445205", 1, 0, 26), + (81542, "445110", 1, 0, 26), + (81543, "445110", 1, 0, 26), + (81544, "445110", 1, 0, 26), + (81545, "445110", 1, 0, 26), + (81546, "445110", 1, 0, 26), + (81547, "445110", 1, 0, 26), + (81548, "445110", 1, 0, 26), + (81549, "445303", 1, 0, 26), + (81550, "445303", 1, 0, 26), + (81551, "445303", 1, 0, 26), + (81552, "445303", 1, 0, 26), + (81553, "445303", 1, 0, 26), + (81554, "445303", 1, 0, 26), + (81555, "445303", 1, 0, 26), + (81556, "445303", 1, 0, 26), + (81557, "445303", 1, 0, 26), + (81558, "445303", 1, 0, 26), + (81559, "445303", 1, 0, 26), + (81560, "445303", 1, 0, 26), + (81561, "445303", 1, 0, 26), + (81562, "445303", 1, 0, 26), + (81563, "445303", 1, 0, 26), + (81564, "445323", 1, 0, 26), + (81565, "445323", 1, 0, 26), + (81566, "445323", 1, 0, 26), + (81567, "445323", 1, 0, 26), + (81568, "445323", 1, 0, 26), + (81569, "445323", 1, 0, 26), + (81570, "445323", 1, 0, 26), + (81571, "445323", 1, 0, 26), + (81572, "445211", 1, 0, 26), + (81573, "445211", 1, 0, 26), + (81574, "445102", 1, 0, 26), + (81575, "445102", 1, 0, 26), + (81576, "445102", 1, 0, 26), + (81577, "445102", 1, 0, 26), + (81578, "445102", 1, 0, 26), + (81579, "445102", 1, 0, 26), + (81580, "445102", 1, 0, 26), + (81581, "445102", 1, 0, 26), + (81582, "445102", 1, 0, 26), + (81583, "445102", 1, 0, 26), + (81584, "445102", 1, 0, 26), + (81585, "445102", 1, 0, 26), + (81586, "445102", 1, 0, 26), + (81587, "445102", 1, 0, 26), + (81588, "445102", 1, 0, 26), + (81589, "445102", 1, 0, 26), + (81590, "445302", 1, 0, 26), + (81591, "445302", 1, 0, 26), + (81592, "445302", 1, 0, 26), + (81593, "445302", 1, 0, 26), + (81594, "445302", 1, 0, 26), + (81595, "445302", 1, 0, 26), + (81596, "445302", 1, 0, 26), + (81597, "445302", 1, 0, 26), + (81598, "445302", 1, 0, 26), + (81599, "445302", 1, 0, 26), + (81600, "445302", 1, 0, 26), + (81601, "445302", 1, 0, 26), + (81602, "445302", 1, 0, 26), + (81603, "445302", 1, 0, 26), + (81604, "445302", 1, 0, 26), + (81605, "445306", 1, 0, 26), + (81606, "445306", 1, 0, 26), + (81607, "445306", 1, 0, 26), + (81608, "445306", 1, 0, 26), + (81609, "445306", 1, 0, 26), + (81610, "445306", 1, 0, 26), + (81611, "445306", 1, 0, 26), + (81612, "445305", 1, 0, 26), + (81613, "445305", 1, 0, 26), + (81614, "445324", 1, 0, 26), + (81615, "445305", 1, 0, 26), + (81616, "445324", 1, 0, 26), + (81617, "445324", 1, 0, 26), + (81618, "445305", 1, 0, 26), + (81619, "445305", 1, 0, 26), + (81620, "445204", 1, 0, 26), + (81621, "445204", 1, 0, 26), + (81622, "445204", 1, 0, 26), + (81623, "445204", 1, 0, 26), + (81624, "445204", 1, 0, 26), + (81625, "445204", 1, 0, 26), + (81626, "445204", 1, 0, 26), + (81627, "445204", 1, 0, 26), + (81628, "445204", 1, 0, 26), + (81629, "445204", 1, 0, 26), + (81630, "445204", 1, 0, 26), + (81631, "445204", 1, 0, 26), + (81632, "445204", 1, 0, 26), + (81633, "445204", 1, 0, 26), + (81634, "445204", 1, 0, 26), + (81635, "445204", 1, 0, 26), + (81636, "445204", 1, 0, 26), + (81637, "445204", 1, 0, 26), + (81638, "445204", 1, 0, 26), + (81639, "445204", 1, 0, 26), + (81640, "445402", 1, 0, 26), + (81641, "445402", 1, 0, 26), + (81642, "445402", 1, 0, 26), + (81643, "445402", 1, 0, 26), + (81644, "445402", 1, 0, 26), + (81645, "445402", 1, 0, 26), + (81646, "445402", 1, 0, 26), + (81647, "445402", 1, 0, 26), + (81648, "445402", 1, 0, 26), + (81649, "445402", 1, 0, 26), + (81650, "445106", 1, 0, 26), + (81651, "445106", 1, 0, 26), + (81652, "445106", 1, 0, 26), + (81653, "445106", 1, 0, 26), + (81654, "445307", 1, 0, 26), + (81655, "445307", 1, 0, 26), + (81656, "445307", 1, 0, 26), + (81657, "445307", 1, 0, 26), + (81658, "445215", 1, 0, 26), + (81659, "445215", 1, 0, 26), + (81660, "445215", 1, 0, 26), + (81661, "445215", 1, 0, 26), + (81662, "445215", 1, 0, 26), + (81663, "445215", 1, 0, 26), + (81664, "445215", 1, 0, 26), + (81665, "445215", 1, 0, 26), + (81666, "445215", 1, 0, 26), + (81667, "445215", 1, 0, 26), + (81668, "445215", 1, 0, 26), + (81669, "445215", 1, 0, 26), + (81670, "445215", 1, 0, 26), + (81671, "445215", 1, 0, 26), + (81672, "445215", 1, 0, 26), + (81673, "445215", 1, 0, 26), + (81674, "445215", 1, 0, 26), + (81675, "445215", 1, 0, 26), + (81676, "445215", 1, 0, 26), + (81677, "445215", 1, 0, 26), + (81678, "445206", 1, 0, 26), + (81679, "445206", 1, 0, 26), + (81680, "445206", 1, 0, 26), + (81681, "445206", 1, 0, 26), + (81682, "445206", 1, 0, 26), + (81683, "445206", 1, 0, 26), + (81684, "445206", 1, 0, 26), + (81685, "445206", 1, 0, 26), + (81686, "445206", 1, 0, 26), + (81687, "445308", 1, 0, 26), + (81688, "445308", 1, 0, 26), + (81689, "445308", 1, 0, 26), + (81690, "445308", 1, 0, 26), + (81691, "445308", 1, 0, 26), + (81692, "445304", 1, 0, 26), + (81693, "445304", 1, 0, 26), + (81694, "445304", 1, 0, 26), + (81695, "445304", 1, 0, 26), + (81696, "445304", 1, 0, 26), + (81697, "445304", 1, 0, 26), + (81698, "445304", 1, 0, 26), + (81699, "445304", 1, 0, 26), + (81700, "445304", 1, 0, 26), + (81701, "445304", 1, 0, 26), + (81702, "445304", 1, 0, 26), + (81703, "445304", 1, 0, 26), + (81704, "445304", 1, 0, 26), + (81705, "445304", 1, 0, 26), + (81706, "445304", 1, 0, 26), + (81707, "445304", 1, 0, 26), + (81708, "445304", 1, 0, 26), + (81709, "445304", 1, 0, 26), + (81710, "445304", 1, 0, 26), + (81711, "445304", 1, 0, 26), + (81712, "445304", 1, 0, 26), + (81713, "445304", 1, 0, 26), + (81714, "445002", 1, 0, 26), + (81715, "445002", 1, 0, 26), + (81716, "445002", 1, 0, 26), + (81717, "445002", 1, 0, 26), + (81718, "445002", 1, 0, 26), + (81719, "445002", 1, 0, 26), + (81720, "445002", 1, 0, 26), + (81721, "445002", 1, 0, 26), + (81722, "445002", 1, 0, 26), + (81723, "445002", 1, 0, 26), + (81724, "445002", 1, 0, 26), + (81725, "445002", 1, 0, 26), + (81726, "445002", 1, 0, 26), + (81727, "445002", 1, 0, 26), + (81728, "445002", 1, 0, 26), + (81729, "445002", 1, 0, 26), + (81730, "445002", 1, 0, 26), + (81731, "445002", 1, 0, 26), + (81732, "445002", 1, 0, 26), + (81733, "445002", 1, 0, 26), + (81734, "445002", 1, 0, 26), + (81735, "441601", 1, 0, 26), + (81736, "441601", 1, 0, 26), + (81737, "441601", 1, 0, 26), + (81738, "441601", 1, 0, 26), + (81739, "441601", 1, 0, 26), + (81740, "441601", 1, 0, 26), + (81741, "441601", 1, 0, 26), + (81742, "441601", 1, 0, 26), + (81743, "441601", 1, 0, 26), + (81744, "441601", 1, 0, 26), + (81745, "441601", 1, 0, 26), + (81746, "441601", 1, 0, 26), + (81747, "441601", 1, 0, 26), + (81748, "441902", 1, 0, 26), + (81749, "441902", 1, 0, 26), + (81750, "441902", 1, 0, 26), + (81751, "441902", 1, 0, 26), + (81752, "441902", 1, 0, 26), + (81753, "441902", 1, 0, 26), + (81754, "441902", 1, 0, 26), + (81755, "441902", 1, 0, 26), + (81756, "441902", 1, 0, 26), + (81757, "441902", 1, 0, 26), + (81758, "441902", 1, 0, 26), + (81759, "441902", 1, 0, 26), + (81760, "441902", 1, 0, 26), + (81761, "441902", 1, 0, 26), + (81762, "441902", 1, 0, 26), + (81763, "441902", 1, 0, 26), + (81764, "441902", 1, 0, 26), + (81765, "441701", 1, 0, 26), + (81766, "441701", 1, 0, 26), + (81767, "441701", 1, 0, 26), + (81768, "441701", 1, 0, 26), + (81769, "441701", 1, 0, 26), + (81770, "441701", 1, 0, 26), + (81771, "441701", 1, 0, 26), + (81772, "441901", 1, 0, 26), + (81773, "441901", 1, 0, 26), + (81774, "441901", 1, 0, 26), + (81775, "441901", 1, 0, 26), + (81776, "441901", 1, 0, 26), + (81777, "441901", 1, 0, 26), + (81778, "441901", 1, 0, 26), + (81779, "441901", 1, 0, 26), + (81780, "441901", 1, 0, 26), + (81781, "441614", 1, 0, 26), + (81782, "441614", 1, 0, 26), + (81783, "441614", 1, 0, 26), + (81784, "441614", 1, 0, 26), + (81785, "441614", 1, 0, 26), + (81786, "441614", 1, 0, 26), + (81787, "441614", 1, 0, 26), + (81788, "441614", 1, 0, 26), + (81789, "441614", 1, 0, 26), + (81790, "441614", 1, 0, 26), + (81791, "441614", 1, 0, 26), + (81792, "441614", 1, 0, 26), + (81793, "441614", 1, 0, 26), + (81794, "441614", 1, 0, 26), + (81795, "441614", 1, 0, 26), + (81796, "441614", 1, 0, 26), + (81797, "441614", 1, 0, 26), + (81798, "441614", 1, 0, 26), + (81799, "441614", 1, 0, 26), + (81800, "441614", 1, 0, 26), + (81801, "441614", 1, 0, 26), + (81802, "441801", 1, 0, 26), + (81803, "441801", 1, 0, 26), + (81804, "441801", 1, 0, 26), + (81805, "441801", 1, 0, 26), + (81806, "441801", 1, 0, 26), + (81807, "441801", 1, 0, 26), + (81808, "441801", 1, 0, 26), + (81809, "441801", 1, 0, 26), + (81810, "441801", 1, 0, 26), + (81811, "441801", 1, 0, 26), + (81812, "441801", 1, 0, 26), + (81813, "441801", 1, 0, 26), + (81814, "441801", 1, 0, 26), + (81815, "441801", 1, 0, 26), + (81816, "441801", 1, 0, 26), + (81817, "441801", 1, 0, 26), + (81818, "441702", 1, 0, 26), + (81819, "441702", 1, 0, 26), + (81820, "441702", 1, 0, 26), + (81821, "441702", 1, 0, 26), + (81822, "441702", 1, 0, 26), + (81823, "441702", 1, 0, 26), + (81824, "441702", 1, 0, 26), + (81825, "441905", 1, 0, 26), + (81826, "441905", 1, 0, 26), + (81827, "441905", 1, 0, 26), + (81828, "441905", 1, 0, 26), + (81829, "441905", 1, 0, 26), + (81830, "441905", 1, 0, 26), + (81831, "441905", 1, 0, 26), + (81832, "441905", 1, 0, 26), + (81833, "441903", 1, 0, 26), + (81834, "441805", 1, 0, 26), + (81835, "441805", 1, 0, 26), + (81836, "441805", 1, 0, 26), + (81837, "441805", 1, 0, 26), + (81838, "441907", 1, 0, 26), + (81839, "441914", 1, 0, 26), + (81840, "441903", 1, 0, 26), + (81841, "441903", 1, 0, 26), + (81842, "441903", 1, 0, 26), + (81843, "441903", 1, 0, 26), + (81844, "441903", 1, 0, 26), + (81845, "441903", 1, 0, 26), + (81846, "441914", 1, 0, 26), + (81847, "441914", 1, 0, 26), + (81848, "441906", 1, 0, 26), + (81849, "441906", 1, 0, 26), + (81850, "441906", 1, 0, 26), + (81851, "441702", 1, 0, 26), + (81852, "441702", 1, 0, 26), + (81853, "441702", 1, 0, 26), + (81854, "441702", 1, 0, 26), + (81855, "441702", 1, 0, 26), + (81856, "441702", 1, 0, 26), + (81857, "441702", 1, 0, 26), + (81858, "441807", 1, 0, 26), + (81859, "441807", 1, 0, 26), + (81860, "441807", 1, 0, 26), + (81861, "441807", 1, 0, 26), + (81862, "441807", 1, 0, 26), + (81863, "441807", 1, 0, 26), + (81864, "441807", 1, 0, 26), + (81865, "441807", 1, 0, 26), + (81866, "441807", 1, 0, 26), + (81867, "441807", 1, 0, 26), + (81868, "441916", 1, 0, 26), + (81869, "441916", 1, 0, 26), + (81870, "441916", 1, 0, 26), + (81871, "441916", 1, 0, 26), + (81872, "441916", 1, 0, 26), + (81873, "441916", 1, 0, 26), + (81874, "441916", 1, 0, 26), + (81875, "441916", 1, 0, 26), + (81876, "441806", 1, 0, 26), + (81877, "441806", 1, 0, 26), + (81878, "441806", 1, 0, 26), + (81879, "441806", 1, 0, 26), + (81880, "441806", 1, 0, 26), + (81881, "441806", 1, 0, 26), + (81882, "441911", 1, 0, 26), + (81883, "441911", 1, 0, 26), + (81884, "441911", 1, 0, 26), + (81885, "441911", 1, 0, 26), + (81886, "441911", 1, 0, 26), + (81887, "441911", 1, 0, 26), + (81888, "441911", 1, 0, 26), + (81889, "441911", 1, 0, 26), + (81890, "441911", 1, 0, 26), + (81891, "441911", 1, 0, 26), + (81892, "441911", 1, 0, 26), + (81893, "441911", 1, 0, 26), + (81894, "441911", 1, 0, 26), + (81895, "441911", 1, 0, 26), + (81896, "441911", 1, 0, 26), + (81897, "441911", 1, 0, 26), + (81898, "441911", 1, 0, 26), + (81899, "441911", 1, 0, 26), + (81900, "441201", 1, 0, 26), + (81901, "441201", 1, 0, 26), + (81902, "441201", 1, 0, 26), + (81903, "441201", 1, 0, 26), + (81904, "441201", 1, 0, 26), + (81905, "441201", 1, 0, 26), + (81906, "441201", 1, 0, 26), + (81907, "441201", 1, 0, 26), + (81908, "441301", 1, 0, 26), + (81909, "441301", 1, 0, 26), + (81910, "441301", 1, 0, 26), + (81911, "441301", 1, 0, 26), + (81912, "441301", 1, 0, 26), + (81913, "441301", 1, 0, 26), + (81914, "441301", 1, 0, 26), + (81915, "441501", 1, 0, 26), + (81916, "441501", 1, 0, 26), + (81917, "441501", 1, 0, 26), + (81918, "441501", 1, 0, 26), + (81919, "441501", 1, 0, 26), + (81920, "441501", 1, 0, 26), + (81921, "441501", 1, 0, 26), + (81922, "441401", 1, 0, 26), + (81923, "441401", 1, 0, 26), + (81924, "441401", 1, 0, 26), + (81925, "441401", 1, 0, 26), + (81926, "441401", 1, 0, 26), + (81927, "441401", 1, 0, 26), + (81928, "431801", 1, 0, 26), + (81929, "431710", 1, 0, 26), + (81930, "431712", 1, 0, 26), + (81931, "431803", 1, 0, 26), + (81932, "431804", 1, 0, 26), + (81933, "431708", 1, 0, 26), + (81934, "431807", 1, 0, 26), + (81935, "431805", 1, 0, 26), + (81936, "431806", 1, 0, 26), + (81937, "431709", 1, 0, 26), + (81938, "431736", 1, 0, 26), + (81939, "431736", 1, 0, 26), + (81940, "431736", 1, 0, 26), + (81941, "431736", 1, 0, 26), + (81942, "431736", 1, 0, 26), + (81943, "431736", 1, 0, 26), + (81944, "431736", 1, 0, 26), + (81945, "431736", 1, 0, 26), + (81946, "431736", 1, 0, 26), + (81947, "431736", 1, 0, 26), + (81948, "431723", 1, 0, 26), + (81949, "431723", 1, 0, 26), + (81950, "431723", 1, 0, 26), + (81951, "431723", 1, 0, 26), + (81952, "431723", 1, 0, 26), + (81953, "431723", 1, 0, 26), + (81954, "431723", 1, 0, 26), + (81955, "431723", 1, 0, 26), + (81956, "431731", 1, 0, 26), + (81957, "431731", 1, 0, 26), + (81958, "431606", 1, 0, 26), + (81959, "431606", 1, 0, 26), + (81960, "431606", 1, 0, 26), + (81961, "431713", 1, 0, 26), + (81962, "431713", 1, 0, 26), + (81963, "431713", 1, 0, 26), + (81964, "431713", 1, 0, 26), + (81965, "431713", 1, 0, 26), + (81966, "431704", 1, 0, 26), + (81967, "431704", 1, 0, 26), + (81968, "431704", 1, 0, 26), + (81969, "431704", 1, 0, 26), + (81970, "431704", 1, 0, 26), + (81971, "431704", 1, 0, 26), + (81972, "431704", 1, 0, 26), + (81973, "431704", 1, 0, 26), + (81974, "431704", 1, 0, 26), + (81975, "431745", 1, 0, 26), + (81976, "431745", 1, 0, 26), + (81977, "431745", 1, 0, 26), + (81978, "431745", 1, 0, 26), + (81979, "431745", 1, 0, 26), + (81980, "431746", 1, 0, 26), + (81981, "431746", 1, 0, 26), + (81982, "431746", 1, 0, 26), + (81983, "431746", 1, 0, 26), + (81984, "431746", 1, 0, 26), + (81985, "431746", 1, 0, 26), + (81986, "431746", 1, 0, 26), + (81987, "431746", 1, 0, 26), + (81988, "431801", 1, 0, 26), + (81989, "431801", 1, 0, 26), + (81990, "431801", 1, 0, 26), + (81991, "431801", 1, 0, 26), + (81992, "431801", 1, 0, 26), + (81993, "431801", 1, 0, 26), + (81994, "431801", 1, 0, 26), + (81995, "431801", 1, 0, 26), + (81996, "431801", 1, 0, 26), + (81997, "431801", 1, 0, 26), + (81998, "431801", 1, 0, 26), + (81999, "431801", 1, 0, 26), + (82000, "431801", 1, 0, 26), + (82001, "431710", 1, 0, 26), + (82002, "431710", 1, 0, 26), + (82003, "431710", 1, 0, 26), + (82004, "431809", 1, 0, 26), + (82005, "431809", 1, 0, 26), + (82006, "431809", 1, 0, 26), + (82007, "431809", 1, 0, 26), + (82008, "431809", 1, 0, 26), + (82009, "431809", 1, 0, 26), + (82010, "431809", 1, 0, 26), + (82011, "431722", 1, 0, 26), + (82012, "431722", 1, 0, 26), + (82013, "431722", 1, 0, 26), + (82014, "431722", 1, 0, 26), + (82015, "431722", 1, 0, 26), + (82016, "431722", 1, 0, 26), + (82017, "431722", 1, 0, 26), + (82018, "431722", 1, 0, 26), + (82019, "431722", 1, 0, 26), + (82020, "431811", 1, 0, 26), + (82021, "431811", 1, 0, 26), + (82022, "431811", 1, 0, 26), + (82023, "431811", 1, 0, 26), + (82024, "431710", 1, 0, 26), + (82025, "431710", 1, 0, 26), + (82026, "431710", 1, 0, 26), + (82027, "431710", 1, 0, 26), + (82028, "431710", 1, 0, 26), + (82029, "431710", 1, 0, 26), + (82030, "431710", 1, 0, 26), + (82031, "431710", 1, 0, 26), + (82032, "431710", 1, 0, 26), + (82033, "431710", 1, 0, 26), + (82034, "431810", 1, 0, 26), + (82035, "431810", 1, 0, 26), + (82036, "431810", 1, 0, 26), + (82037, "431810", 1, 0, 26), + (82038, "431810", 1, 0, 26), + (82039, "431810", 1, 0, 26), + (82040, "431810", 1, 0, 26), + (82041, "431810", 1, 0, 26), + (82042, "431810", 1, 0, 26), + (82043, "431810", 1, 0, 26), + (82044, "431603", 1, 0, 26), + (82045, "431603", 1, 0, 26), + (82046, "431603", 1, 0, 26), + (82047, "431717", 1, 0, 26), + (82048, "431717", 1, 0, 26), + (82049, "431717", 1, 0, 26), + (82050, "431717", 1, 0, 26), + (82051, "431717", 1, 0, 26), + (82052, "431717", 1, 0, 26), + (82053, "431717", 1, 0, 26), + (82054, "431717", 1, 0, 26), + (82055, "431717", 1, 0, 26), + (82056, "431717", 1, 0, 26), + (82057, "431809", 1, 0, 26), + (82058, "431809", 1, 0, 26), + (82059, "431811", 1, 0, 26), + (82060, "431811", 1, 0, 26), + (82061, "431811", 1, 0, 26), + (82062, "431811", 1, 0, 26), + (82063, "431712", 1, 0, 26), + (82064, "431712", 1, 0, 26), + (82065, "431712", 1, 0, 26), + (82066, "431712", 1, 0, 26), + (82067, "431712", 1, 0, 26), + (82068, "431712", 1, 0, 26), + (82069, "431712", 1, 0, 26), + (82070, "431712", 1, 0, 26), + (82071, "431712", 1, 0, 26), + (82072, "431712", 1, 0, 26), + (82073, "431712", 1, 0, 26), + (82074, "431712", 1, 0, 26), + (82075, "431712", 1, 0, 26), + (82076, "431712", 1, 0, 26), + (82077, "431712", 1, 0, 26), + (82078, "431741", 1, 0, 26), + (82079, "431741", 1, 0, 26), + (82080, "431741", 1, 0, 26), + (82081, "431741", 1, 0, 26), + (82082, "431741", 1, 0, 26), + (82083, "431741", 1, 0, 26), + (82084, "431741", 1, 0, 26), + (82085, "431802", 1, 0, 26), + (82086, "431802", 1, 0, 26), + (82087, "431802", 1, 0, 26), + (82088, "431802", 1, 0, 26), + (82089, "431802", 1, 0, 26), + (82090, "431802", 1, 0, 26), + (82091, "431802", 1, 0, 26), + (82092, "431802", 1, 0, 26), + (82093, "431802", 1, 0, 26), + (82094, "431802", 1, 0, 26), + (82095, "431802", 1, 0, 26), + (82096, "431803", 1, 0, 26), + (82097, "431803", 1, 0, 26), + (82098, "431803", 1, 0, 26), + (82099, "431803", 1, 0, 26), + (82100, "431803", 1, 0, 26), + (82101, "431803", 1, 0, 26), + (82102, "431803", 1, 0, 26), + (82103, "431803", 1, 0, 26), + (82104, "431803", 1, 0, 26), + (82105, "431803", 1, 0, 26), + (82106, "431803", 1, 0, 26), + (82107, "431803", 1, 0, 26), + (82108, "431803", 1, 0, 26), + (82109, "431803", 1, 0, 26), + (82110, "431803", 1, 0, 26), + (82111, "431803", 1, 0, 26), + (82112, "431803", 1, 0, 26), + (82113, "431803", 1, 0, 26), + (82114, "431716", 1, 0, 26), + (82115, "431714", 1, 0, 26), + (82116, "431714", 1, 0, 26), + (82117, "431714", 1, 0, 26), + (82118, "431714", 1, 0, 26), + (82119, "431714", 1, 0, 26), + (82120, "431714", 1, 0, 26), + (82121, "431714", 1, 0, 26), + (82122, "431714", 1, 0, 26), + (82123, "431714", 1, 0, 26), + (82124, "431714", 1, 0, 26), + (82125, "431714", 1, 0, 26), + (82126, "431714", 1, 0, 26), + (82127, "431714", 1, 0, 26), + (82128, "431804", 1, 0, 26), + (82129, "431804", 1, 0, 26), + (82130, "431804", 1, 0, 26), + (82131, "431804", 1, 0, 26), + (82132, "431804", 1, 0, 26), + (82133, "431804", 1, 0, 26), + (82134, "431804", 1, 0, 26), + (82135, "431804", 1, 0, 26), + (82136, "431804", 1, 0, 26), + (82137, "431804", 1, 0, 26), + (82138, "431804", 1, 0, 26), + (82139, "431804", 1, 0, 26), + (82140, "431804", 1, 0, 26), + (82141, "431804", 1, 0, 26), + (82142, "431804", 1, 0, 26), + (82143, "431804", 1, 0, 26), + (82144, "431804", 1, 0, 26), + (82145, "431711", 1, 0, 26), + (82146, "431711", 1, 0, 26), + (82147, "431711", 1, 0, 26), + (82148, "431711", 1, 0, 26), + (82149, "431742", 1, 0, 26), + (82150, "431742", 1, 0, 26), + (82151, "431742", 1, 0, 26), + (82152, "431742", 1, 0, 26), + (82153, "431742", 1, 0, 26), + (82154, "431708", 1, 0, 26), + (82155, "431708", 1, 0, 26), + (82156, "431708", 1, 0, 26), + (82157, "431708", 1, 0, 26), + (82158, "431708", 1, 0, 26), + (82159, "431708", 1, 0, 26), + (82160, "431708", 1, 0, 26), + (82161, "431708", 1, 0, 26), + (82162, "431708", 1, 0, 26), + (82163, "431708", 1, 0, 26), + (82164, "431708", 1, 0, 26), + (82165, "431708", 1, 0, 26), + (82166, "431708", 1, 0, 26), + (82167, "431708", 1, 0, 26), + (82168, "431708", 1, 0, 26), + (82169, "431708", 1, 0, 26), + (82170, "431708", 1, 0, 26), + (82171, "431721", 1, 0, 26), + (82172, "431721", 1, 0, 26), + (82173, "431721", 1, 0, 26), + (82174, "431721", 1, 0, 26), + (82175, "431721", 1, 0, 26), + (82176, "431721", 1, 0, 26), + (82177, "431721", 1, 0, 26), + (82178, "431721", 1, 0, 26), + (82179, "431721", 1, 0, 26), + (82180, "431721", 1, 0, 26), + (82181, "431721", 1, 0, 26), + (82182, "431721", 1, 0, 26), + (82183, "431721", 1, 0, 26), + (82184, "431721", 1, 0, 26), + (82185, "431721", 1, 0, 26), + (82186, "431721", 1, 0, 26), + (82187, "431721", 1, 0, 26), + (82188, "431721", 1, 0, 26), + (82189, "431721", 1, 0, 26), + (82190, "431713", 1, 0, 26), + (82191, "431713", 1, 0, 26), + (82192, "431713", 1, 0, 26), + (82193, "431713", 1, 0, 26), + (82194, "431605", 1, 0, 26), + (82195, "431605", 1, 0, 26), + (82196, "431605", 1, 0, 26), + (82197, "431605", 1, 0, 26), + (82198, "431605", 1, 0, 26), + (82199, "431605", 1, 0, 26), + (82200, "431807", 1, 0, 26), + (82201, "431807", 1, 0, 26), + (82202, "431807", 1, 0, 26), + (82203, "431807", 1, 0, 26), + (82204, "431807", 1, 0, 26), + (82205, "431807", 1, 0, 26), + (82206, "431807", 1, 0, 26), + (82207, "431807", 1, 0, 26), + (82208, "431807", 1, 0, 26), + (82209, "431807", 1, 0, 26), + (82210, "431807", 1, 0, 26), + (82211, "431807", 1, 0, 26), + (82212, "431807", 1, 0, 26), + (82213, "431716", 1, 0, 26), + (82214, "431716", 1, 0, 26), + (82215, "431716", 1, 0, 26), + (82216, "431808", 1, 0, 26), + (82217, "431808", 1, 0, 26), + (82218, "431808", 1, 0, 26), + (82219, "431808", 1, 0, 26), + (82220, "431808", 1, 0, 26), + (82221, "431718", 1, 0, 26), + (82222, "431718", 1, 0, 26), + (82223, "431718", 1, 0, 26), + (82224, "431718", 1, 0, 26), + (82225, "431718", 1, 0, 26), + (82226, "431718", 1, 0, 26), + (82227, "431718", 1, 0, 26), + (82228, "431718", 1, 0, 26), + (82229, "431714", 1, 0, 26), + (82230, "431714", 1, 0, 26), + (82231, "431714", 1, 0, 26), + (82232, "431804", 1, 0, 26), + (82233, "431721", 1, 0, 26), + (82234, "431721", 1, 0, 26), + (82235, "431721", 1, 0, 26), + (82236, "431721", 1, 0, 26), + (82237, "431805", 1, 0, 26), + (82238, "431805", 1, 0, 26), + (82239, "431805", 1, 0, 26), + (82240, "431805", 1, 0, 26), + (82241, "431805", 1, 0, 26), + (82242, "431805", 1, 0, 26), + (82243, "431805", 1, 0, 26), + (82244, "431805", 1, 0, 26), + (82245, "431805", 1, 0, 26), + (82246, "431805", 1, 0, 26), + (82247, "431805", 1, 0, 26), + (82248, "431805", 1, 0, 26), + (82249, "431805", 1, 0, 26), + (82250, "431805", 1, 0, 26), + (82251, "431805", 1, 0, 26), + (82252, "431805", 1, 0, 26), + (82253, "431805", 1, 0, 26), + (82254, "431805", 1, 0, 26), + (82255, "431805", 1, 0, 26), + (82256, "431805", 1, 0, 26), + (82257, "431805", 1, 0, 26), + (82258, "431805", 1, 0, 26), + (82259, "431805", 1, 0, 26), + (82260, "431805", 1, 0, 26), + (82261, "431805", 1, 0, 26), + (82262, "431806", 1, 0, 26), + (82263, "431806", 1, 0, 26), + (82264, "431806", 1, 0, 26), + (82265, "431806", 1, 0, 26), + (82266, "431806", 1, 0, 26), + (82267, "431806", 1, 0, 26), + (82268, "431806", 1, 0, 26), + (82269, "431715", 1, 0, 26), + (82270, "431715", 1, 0, 26), + (82271, "431715", 1, 0, 26), + (82272, "431715", 1, 0, 26), + (82273, "431715", 1, 0, 26), + (82274, "431715", 1, 0, 26), + (82275, "431715", 1, 0, 26), + (82276, "431715", 1, 0, 26), + (82277, "431715", 1, 0, 26), + (82278, "431715", 1, 0, 26), + (82279, "431715", 1, 0, 26), + (82280, "431715", 1, 0, 26), + (82281, "431715", 1, 0, 26), + (82282, "431715", 1, 0, 26), + (82283, "431715", 1, 0, 26), + (82284, "431715", 1, 0, 26), + (82285, "431715", 1, 0, 26), + (82286, "431715", 1, 0, 26), + (82287, "431715", 1, 0, 26), + (82288, "431715", 1, 0, 26), + (82289, "431715", 1, 0, 26), + (82290, "431715", 1, 0, 26), + (82291, "431715", 1, 0, 26), + (82292, "431715", 1, 0, 26), + (82293, "431715", 1, 0, 26), + (82294, "431715", 1, 0, 26), + (82295, "431715", 1, 0, 26), + (82296, "431715", 1, 0, 26), + (82297, "431719", 1, 0, 26), + (82298, "431719", 1, 0, 26), + (82299, "431719", 1, 0, 26), + (82300, "431719", 1, 0, 26), + (82301, "431719", 1, 0, 26), + (82302, "431719", 1, 0, 26), + (82303, "431709", 1, 0, 26), + (82304, "431709", 1, 0, 26), + (82305, "431709", 1, 0, 26), + (82306, "431709", 1, 0, 26), + (82307, "431709", 1, 0, 26), + (82308, "431709", 1, 0, 26), + (82309, "431709", 1, 0, 26), + (82310, "431709", 1, 0, 26), + (82311, "431709", 1, 0, 26), + (82312, "431709", 1, 0, 26), + (82313, "431709", 1, 0, 26), + (82314, "431709", 1, 0, 26), + (82315, "431709", 1, 0, 26), + (82316, "431743", 1, 0, 26), + (82317, "431743", 1, 0, 26), + (82318, "431743", 1, 0, 26), + (82319, "431743", 1, 0, 26), + (82320, "431743", 1, 0, 26), + (82321, "431743", 1, 0, 26), + (82322, "431743", 1, 0, 26), + (82323, "431707", 1, 0, 26), + (82324, "431707", 1, 0, 26), + (82325, "431707", 1, 0, 26), + (82326, "431707", 1, 0, 26), + (82327, "431707", 1, 0, 26), + (82328, "431707", 1, 0, 26), + (82329, "422208", 1, 0, 26), + (82330, "422208", 1, 0, 26), + (82331, "422208", 1, 0, 26), + (82332, "422208", 1, 0, 26), + (82333, "422208", 1, 0, 26), + (82334, "422208", 1, 0, 26), + (82335, "422211", 1, 0, 26), + (82336, "422211", 1, 0, 26), + (82337, "422211", 1, 0, 26), + (82338, "422211", 1, 0, 26), + (82339, "422211", 1, 0, 26), + (82340, "422211", 1, 0, 26), + (82341, "422211", 1, 0, 26), + (82342, "422211", 1, 0, 26), + (82343, "422211", 1, 0, 26), + (82344, "422211", 1, 0, 26), + (82345, "422211", 1, 0, 26), + (82346, "422204", 1, 0, 26), + (82347, "422203", 1, 0, 26), + (82348, "422203", 1, 0, 26), + (82349, "422203", 1, 0, 26), + (82350, "422203", 1, 0, 26), + (82351, "422203", 1, 0, 26), + (82352, "422203", 1, 0, 26), + (82353, "422204", 1, 0, 26), + (82354, "422204", 1, 0, 26), + (82355, "422204", 1, 0, 26), + (82356, "422204", 1, 0, 26), + (82357, "422204", 1, 0, 26), + (82358, "422204", 1, 0, 26), + (82359, "422204", 1, 0, 26), + (82360, "422203", 1, 0, 26), + (82361, "422006", 1, 0, 26), + (82362, "422212", 1, 0, 26), + (82363, "422402", 1, 0, 26), + (82364, "422113", 1, 0, 26), + (82365, "422204", 1, 0, 26), + (82366, "422204", 1, 0, 26), + (82367, "422202", 1, 0, 26), + (82368, "422202", 1, 0, 26), + (82369, "422202", 1, 0, 26), + (82370, "422202", 1, 0, 26), + (82371, "422202", 1, 0, 26), + (82372, "422202", 1, 0, 26), + (82373, "422202", 1, 0, 26), + (82374, "422202", 1, 0, 26), + (82375, "422202", 1, 0, 26), + (82376, "422202", 1, 0, 26), + (82377, "422202", 1, 0, 26), + (82378, "422202", 1, 0, 26), + (82379, "422202", 1, 0, 26), + (82380, "422202", 1, 0, 26), + (82381, "422202", 1, 0, 26), + (82382, "422202", 1, 0, 26), + (82383, "422202", 1, 0, 26), + (82384, "422202", 1, 0, 26), + (82385, "422202", 1, 0, 26), + (82386, "422202", 1, 0, 26), + (82387, "422202", 1, 0, 26), + (82388, "422202", 1, 0, 26), + (82389, "422202", 1, 0, 26), + (82390, "422202", 1, 0, 26), + (82391, "422204", 1, 0, 26), + (82392, "422204", 1, 0, 26), + (82393, "422203", 1, 0, 26), + (82394, "422203", 1, 0, 26), + (82395, "422203", 1, 0, 26), + (82396, "422204", 1, 0, 26), + (82397, "422203", 1, 0, 26), + (82398, "422204", 1, 0, 26), + (82399, "422204", 1, 0, 26), + (82400, "422003", 1, 0, 26), + (82401, "422004", 1, 0, 26), + (82402, "422004", 1, 0, 26), + (82403, "422004", 1, 0, 26), + (82404, "422004", 1, 0, 26), + (82405, "422004", 1, 0, 26), + (82406, "422004", 1, 0, 26), + (82407, "422005", 1, 0, 26), + (82408, "422005", 1, 0, 26), + (82409, "422207", 1, 0, 26), + (82410, "422207", 1, 0, 26), + (82411, "422207", 1, 0, 26), + (82412, "422207", 1, 0, 26), + (82413, "422207", 1, 0, 26), + (82414, "422207", 1, 0, 26), + (82415, "422207", 1, 0, 26), + (82416, "422207", 1, 0, 26), + (82417, "422207", 1, 0, 26), + (82418, "422007", 1, 0, 26), + (82419, "422208", 1, 0, 26), + (82420, "422208", 1, 0, 26), + (82421, "422208", 1, 0, 26), + (82422, "422208", 1, 0, 26), + (82423, "422208", 1, 0, 26), + (82424, "422208", 1, 0, 26), + (82425, "422208", 1, 0, 26), + (82426, "422208", 1, 0, 26), + (82427, "422208", 1, 0, 26), + (82428, "422208", 1, 0, 26), + (82429, "422208", 1, 0, 26), + (82430, "422211", 1, 0, 26), + (82431, "422211", 1, 0, 26), + (82432, "422211", 1, 0, 26), + (82433, "422211", 1, 0, 26), + (82434, "422211", 1, 0, 26), + (82435, "422211", 1, 0, 26), + (82436, "422211", 1, 0, 26), + (82437, "422211", 1, 0, 26), + (82438, "422007", 1, 0, 26), + (82439, "422007", 1, 0, 26), + (82440, "422010", 1, 0, 26), + (82441, "422010", 1, 0, 26), + (82442, "422010", 1, 0, 26), + (82443, "422010", 1, 0, 26), + (82444, "422213", 1, 0, 26), + (82445, "422222", 1, 0, 26), + (82446, "422212", 1, 0, 26), + (82447, "422212", 1, 0, 26), + (82448, "422212", 1, 0, 26), + (82449, "422214", 1, 0, 26), + (82450, "422212", 1, 0, 26), + (82451, "422212", 1, 0, 26), + (82452, "422212", 1, 0, 26), + (82453, "422212", 1, 0, 26), + (82454, "422214", 1, 0, 26), + (82455, "422212", 1, 0, 26), + (82456, "422213", 1, 0, 26), + (82457, "422213", 1, 0, 26), + (82458, "422213", 1, 0, 26), + (82459, "422213", 1, 0, 26), + (82460, "422213", 1, 0, 26), + (82461, "422215", 1, 0, 26), + (82462, "422215", 1, 0, 26), + (82463, "422215", 1, 0, 26), + (82464, "422215", 1, 0, 26), + (82465, "422215", 1, 0, 26), + (82466, "422215", 1, 0, 26), + (82467, "422215", 1, 0, 26), + (82468, "422215", 1, 0, 26), + (82469, "422215", 1, 0, 26), + (82470, "422215", 1, 0, 26), + (82471, "422502", 1, 0, 26), + (82472, "422502", 1, 0, 26), + (82473, "422502", 1, 0, 26), + (82474, "422502", 1, 0, 26), + (82475, "422502", 1, 0, 26), + (82476, "422402", 1, 0, 26), + (82477, "422402", 1, 0, 26), + (82478, "422402", 1, 0, 26), + (82479, "422402", 1, 0, 26), + (82480, "422402", 1, 0, 26), + (82481, "422402", 1, 0, 26), + (82482, "422402", 1, 0, 26), + (82483, "422104", 1, 0, 26), + (82484, "422104", 1, 0, 26), + (82485, "422104", 1, 0, 26), + (82486, "422104", 1, 0, 26), + (82487, "422104", 1, 0, 26), + (82488, "422302", 1, 0, 26), + (82489, "422302", 1, 0, 26), + (82490, "422301", 1, 0, 26), + (82491, "422301", 1, 0, 26), + (82492, "422103", 1, 0, 26), + (82493, "422112", 1, 0, 26), + (82494, "422103", 1, 0, 26), + (82495, "422103", 1, 0, 26), + (82496, "422103", 1, 0, 26), + (82497, "422112", 1, 0, 26), + (82498, "422112", 1, 0, 26), + (82499, "422103", 1, 0, 26), + (82500, "422103", 1, 0, 26), + (82501, "422103", 1, 0, 26), + (82502, "422112", 1, 0, 26), + (82503, "422103", 1, 0, 26), + (82504, "422103", 1, 0, 26), + (82505, "422104", 1, 0, 26), + (82506, "422103", 1, 0, 26), + (82507, "422103", 1, 0, 26), + (82508, "422103", 1, 0, 26), + (82509, "422103", 1, 0, 26), + (82510, "422103", 1, 0, 26), + (82511, "422103", 1, 0, 26), + (82512, "422210", 1, 0, 26), + (82513, "422210", 1, 0, 26), + (82514, "422210", 1, 0, 26), + (82515, "422103", 1, 0, 26), + (82516, "422103", 1, 0, 26), + (82517, "422210", 1, 0, 26), + (82518, "422103", 1, 0, 26), + (82519, "422401", 1, 0, 26), + (82520, "422401", 1, 0, 26), + (82521, "422502", 1, 0, 26), + (82522, "422502", 1, 0, 26), + (82523, "422502", 1, 0, 26), + (82524, "422401", 1, 0, 26), + (82525, "422606", 1, 0, 26), + (82526, "422606", 1, 0, 26), + (82527, "422606", 1, 0, 26), + (82528, "422606", 1, 0, 26), + (82529, "422606", 1, 0, 26), + (82530, "422606", 1, 0, 26), + (82531, "422606", 1, 0, 26), + (82532, "422606", 1, 0, 26), + (82533, "422606", 1, 0, 26), + (82534, "422403", 1, 0, 26), + (82535, "422403", 1, 0, 26), + (82536, "422403", 1, 0, 26), + (82537, "422403", 1, 0, 26), + (82538, "422201", 1, 0, 26), + (82539, "422105", 1, 0, 26), + (82540, "422403", 1, 0, 26), + (82541, "422403", 1, 0, 26), + (82542, "422403", 1, 0, 26), + (82543, "422403", 1, 0, 26), + (82544, "422403", 1, 0, 26), + (82545, "422402", 1, 0, 26), + (82546, "422402", 1, 0, 26), + (82547, "422403", 1, 0, 26), + (82548, "422403", 1, 0, 26), + (82549, "422403", 1, 0, 26), + (82550, "422403", 1, 0, 26), + (82551, "422403", 1, 0, 26), + (82552, "422502", 1, 0, 26), + (82553, "410208", 1, 0, 26), + (82554, "410101", 1, 0, 26), + (82555, "410101", 1, 0, 26), + (82556, "410101", 1, 0, 26), + (82557, "410101", 1, 0, 26), + (82558, "410101", 1, 0, 26), + (82559, "410101", 1, 0, 26), + (82560, "410221", 1, 0, 26), + (82561, "410221", 1, 0, 26), + (82562, "410221", 1, 0, 26), + (82563, "410221", 1, 0, 26), + (82564, "410221", 1, 0, 26), + (82565, "410221", 1, 0, 26), + (82566, "400708", 1, 0, 26), + (82567, "400706", 1, 0, 26), + (82568, "400702", 1, 0, 26), + (82569, "400702", 1, 0, 26), + (82570, "400702", 1, 0, 26), + (82571, "400702", 1, 0, 26), + (82572, "400702", 1, 0, 26), + (82573, "400702", 1, 0, 26), + (82574, "410206", 1, 0, 26), + (82575, "410206", 1, 0, 26), + (82576, "410206", 1, 0, 26), + (82577, "410206", 1, 0, 26), + (82578, "410206", 1, 0, 26), + (82579, "410206", 1, 0, 26), + (82580, "410206", 1, 0, 26), + (82581, "410206", 1, 0, 26), + (82582, "410206", 1, 0, 26), + (82583, "410206", 1, 0, 26), + (82584, "410206", 1, 0, 26), + (82585, "410206", 1, 0, 26), + (82586, "410206", 1, 0, 26), + (82587, "410206", 1, 0, 26), + (82588, "410206", 1, 0, 26), + (82589, "410206", 1, 0, 26), + (82590, "410206", 1, 0, 26), + (82591, "410206", 1, 0, 26), + (82592, "410206", 1, 0, 26), + (82593, "410206", 1, 0, 26), + (82594, "410206", 1, 0, 26), + (82595, "410206", 1, 0, 26), + (82596, "410206", 1, 0, 26), + (82597, "410201", 1, 0, 26), + (82598, "410201", 1, 0, 26), + (82599, "410201", 1, 0, 26), + (82600, "410201", 1, 0, 26), + (82601, "410201", 1, 0, 26), + (82602, "410201", 1, 0, 26), + (82603, "400704", 1, 0, 26), + (82604, "410101", 1, 0, 26), + (82605, "410101", 1, 0, 26), + (82606, "400707", 1, 0, 26), + (82607, "400707", 1, 0, 26), + (82608, "410201", 1, 0, 26), + (82609, "410201", 1, 0, 26), + (82610, "410201", 1, 0, 26), + (82611, "410201", 1, 0, 26), + (82612, "410201", 1, 0, 26), + (82613, "410201", 1, 0, 26), + (82614, "410201", 1, 0, 26), + (82615, "410201", 1, 0, 26), + (82616, "410201", 1, 0, 26), + (82617, "410201", 1, 0, 26), + (82618, "410201", 1, 0, 26), + (82619, "410201", 1, 0, 26), + (82620, "410201", 1, 0, 26), + (82621, "410201", 1, 0, 26), + (82622, "410201", 1, 0, 26), + (82623, "410201", 1, 0, 26), + (82624, "410201", 1, 0, 26), + (82625, "410201", 1, 0, 26), + (82626, "410201", 1, 0, 26), + (82627, "410221", 1, 0, 26), + (82628, "410220", 1, 0, 26), + (82629, "410220", 1, 0, 26), + (82630, "410207", 1, 0, 26), + (82631, "410207", 1, 0, 26), + (82632, "410203", 1, 0, 26), + (82633, "410203", 1, 0, 26), + (82634, "410203", 1, 0, 26), + (82635, "410203", 1, 0, 26), + (82636, "410208", 1, 0, 26), + (82637, "410208", 1, 0, 26), + (82638, "410208", 1, 0, 26), + (82639, "410208", 1, 0, 26), + (82640, "410208", 1, 0, 26), + (82641, "410208", 1, 0, 26), + (82642, "413522", 1, 0, 26), + (82643, "413520", 1, 0, 26), + (82644, "413519", 1, 0, 26), + (82645, "413515", 1, 0, 26), + (82646, "413515", 1, 0, 26), + (82647, "413515", 1, 0, 26), + (82648, "413515", 1, 0, 26), + (82649, "413515", 1, 0, 26), + (82650, "413515", 1, 0, 26), + (82651, "413515", 1, 0, 26), + (82652, "413522", 1, 0, 26), + (82653, "413522", 1, 0, 26), + (82654, "413522", 1, 0, 26), + (82655, "413522", 1, 0, 26), + (82656, "413522", 1, 0, 26), + (82657, "413522", 1, 0, 26), + (82658, "413522", 1, 0, 26), + (82659, "413522", 1, 0, 26), + (82660, "413522", 1, 0, 26), + (82661, "413522", 1, 0, 26), + (82662, "413520", 1, 0, 26), + (82663, "413520", 1, 0, 26), + (82664, "413520", 1, 0, 26), + (82665, "413520", 1, 0, 26), + (82666, "413520", 1, 0, 26), + (82667, "413520", 1, 0, 26), + (82668, "413520", 1, 0, 26), + (82669, "413520", 1, 0, 26), + (82670, "413520", 1, 0, 26), + (82671, "413520", 1, 0, 26), + (82672, "413520", 1, 0, 26), + (82673, "413520", 1, 0, 26), + (82674, "413520", 1, 0, 26), + (82675, "413511", 1, 0, 26), + (82676, "413511", 1, 0, 26), + (82677, "413511", 1, 0, 26), + (82678, "413511", 1, 0, 26), + (82679, "413511", 1, 0, 26), + (82680, "413511", 1, 0, 26), + (82681, "413511", 1, 0, 26), + (82682, "413511", 1, 0, 26), + (82683, "413511", 1, 0, 26), + (82684, "413511", 1, 0, 26), + (82685, "413511", 1, 0, 26), + (82686, "413511", 1, 0, 26), + (82687, "413511", 1, 0, 26), + (82688, "413511", 1, 0, 26), + (82689, "413511", 1, 0, 26), + (82690, "413520", 1, 0, 26), + (82691, "413520", 1, 0, 26), + (82692, "413520", 1, 0, 26), + (82693, "413520", 1, 0, 26), + (82694, "413520", 1, 0, 26), + (82695, "413520", 1, 0, 26), + (82696, "413511", 1, 0, 26), + (82697, "413513", 1, 0, 26), + (82698, "413513", 1, 0, 26), + (82699, "413513", 1, 0, 26), + (82700, "413513", 1, 0, 26), + (82701, "413513", 1, 0, 26), + (82702, "413513", 1, 0, 26), + (82703, "413513", 1, 0, 26), + (82704, "413519", 1, 0, 26), + (82705, "413519", 1, 0, 26), + (82706, "413519", 1, 0, 26), + (82707, "413519", 1, 0, 26), + (82708, "413519", 1, 0, 26), + (82709, "413519", 1, 0, 26), + (82710, "413519", 1, 0, 26), + (82711, "413519", 1, 0, 26), + (82712, "413519", 1, 0, 26), + (82713, "413519", 1, 0, 26), + (82714, "413519", 1, 0, 26), + (82715, "413519", 1, 0, 26), + (82716, "413519", 1, 0, 26), + (82717, "413519", 1, 0, 26), + (82718, "413519", 1, 0, 26), + (82719, "400021", 1, 0, 26), + (82720, "400066", 1, 0, 26), + (82721, "400068", 1, 0, 26), + (82722, "431105", 1, 0, 26), + (82723, "431102", 1, 0, 26), + (82724, "431103", 1, 0, 26), + (82725, "431121", 1, 0, 26), + (82726, "431111", 1, 0, 26), + (82727, "423701", 1, 0, 26), + (82728, "431204", 1, 0, 26), + (82729, "431113", 1, 0, 26), + (82730, "431206", 1, 0, 26), + (82731, "431214", 1, 0, 26), + (82732, "431112", 1, 0, 26), + (82733, "431103", 1, 0, 26), + (82734, "431103", 1, 0, 26), + (82735, "431102", 1, 0, 26), + (82736, "431103", 1, 0, 26), + (82737, "431103", 1, 0, 26), + (82738, "431101", 1, 0, 26), + (82739, "431101", 1, 0, 26), + (82740, "431101", 1, 0, 26), + (82741, "431101", 1, 0, 26), + (82742, "431152", 1, 0, 26), + (82743, "431101", 1, 0, 26), + (82744, "431152", 1, 0, 26), + (82745, "423702", 1, 0, 26), + (82746, "423702", 1, 0, 26), + (82747, "423702", 1, 0, 26), + (82748, "423702", 1, 0, 26), + (82749, "423702", 1, 0, 26), + (82750, "423702", 1, 0, 26), + (82751, "423702", 1, 0, 26), + (82752, "423702", 1, 0, 26), + (82753, "423702", 1, 0, 26), + (82754, "423702", 1, 0, 26), + (82755, "423702", 1, 0, 26), + (82756, "423702", 1, 0, 26), + (82757, "431121", 1, 0, 26), + (82758, "431121", 1, 0, 26), + (82759, "431121", 1, 0, 26), + (82760, "431121", 1, 0, 26), + (82761, "431121", 1, 0, 26), + (82762, "431121", 1, 0, 26), + (82763, "431121", 1, 0, 26), + (82764, "431121", 1, 0, 26), + (82765, "431121", 1, 0, 26), + (82766, "431121", 1, 0, 26), + (82767, "431121", 1, 0, 26), + (82768, "431121", 1, 0, 26), + (82769, "431107", 1, 0, 26), + (82770, "431107", 1, 0, 26), + (82771, "431107", 1, 0, 26), + (82772, "431107", 1, 0, 26), + (82773, "431107", 1, 0, 26), + (82774, "431107", 1, 0, 26), + (82775, "431148", 1, 0, 26), + (82776, "431148", 1, 0, 26), + (82777, "431148", 1, 0, 26), + (82778, "431148", 1, 0, 26), + (82779, "431148", 1, 0, 26), + (82780, "423703", 1, 0, 26), + (82781, "423703", 1, 0, 26), + (82782, "423703", 1, 0, 26), + (82783, "423703", 1, 0, 26), + (82784, "423703", 1, 0, 26), + (82785, "423703", 1, 0, 26), + (82786, "423703", 1, 0, 26), + (82787, "423703", 1, 0, 26), + (82788, "423703", 1, 0, 26), + (82789, "423703", 1, 0, 26), + (82790, "431152", 1, 0, 26), + (82791, "431111", 1, 0, 26), + (82792, "431111", 1, 0, 26), + (82793, "431111", 1, 0, 26), + (82794, "431111", 1, 0, 26), + (82795, "431111", 1, 0, 26), + (82796, "431152", 1, 0, 26), + (82797, "431111", 1, 0, 26), + (82798, "431111", 1, 0, 26), + (82799, "431111", 1, 0, 26), + (82800, "431152", 1, 0, 26), + (82801, "431111", 1, 0, 26), + (82802, "431111", 1, 0, 26), + (82803, "431104", 1, 0, 26), + (82804, "431104", 1, 0, 26), + (82805, "431104", 1, 0, 26), + (82806, "431104", 1, 0, 26), + (82807, "431104", 1, 0, 26), + (82808, "431104", 1, 0, 26), + (82809, "431104", 1, 0, 26), + (82810, "431104", 1, 0, 26), + (82811, "431104", 1, 0, 26), + (82812, "431104", 1, 0, 26), + (82813, "431110", 1, 0, 26), + (82814, "431110", 1, 0, 26), + (82815, "431110", 1, 0, 26), + (82816, "431110", 1, 0, 26), + (82817, "431116", 1, 0, 26), + (82818, "431116", 1, 0, 26), + (82819, "431116", 1, 0, 26), + (82820, "431116", 1, 0, 26), + (82821, "431116", 1, 0, 26), + (82822, "431116", 1, 0, 26), + (82823, "431116", 1, 0, 26), + (82824, "431116", 1, 0, 26), + (82825, "431116", 1, 0, 26), + (82826, "431116", 1, 0, 26), + (82827, "431116", 1, 0, 26), + (82828, "423701", 1, 0, 26), + (82829, "423701", 1, 0, 26), + (82830, "423701", 1, 0, 26), + (82831, "423701", 1, 0, 26), + (82832, "423701", 1, 0, 26), + (82833, "423701", 1, 0, 26), + (82834, "423701", 1, 0, 26), + (82835, "423701", 1, 0, 26), + (82836, "423701", 1, 0, 26), + (82837, "423701", 1, 0, 26), + (82838, "423701", 1, 0, 26), + (82839, "423701", 1, 0, 26), + (82840, "423701", 1, 0, 26), + (82841, "423701", 1, 0, 26), + (82842, "423701", 1, 0, 26), + (82843, "423701", 1, 0, 26), + (82844, "423701", 1, 0, 26), + (82845, "423701", 1, 0, 26), + (82846, "431133", 1, 0, 26), + (82847, "431133", 1, 0, 26), + (82848, "431133", 1, 0, 26), + (82849, "431133", 1, 0, 26), + (82850, "431133", 1, 0, 26), + (82851, "431133", 1, 0, 26), + (82852, "431133", 1, 0, 26), + (82853, "431133", 1, 0, 26), + (82854, "431133", 1, 0, 26), + (82855, "431133", 1, 0, 26), + (82856, "431117", 1, 0, 26), + (82857, "431204", 1, 0, 26), + (82858, "431204", 1, 0, 26), + (82859, "431204", 1, 0, 26), + (82860, "431204", 1, 0, 26), + (82861, "431204", 1, 0, 26), + (82862, "431204", 1, 0, 26), + (82863, "431204", 1, 0, 26), + (82864, "431204", 1, 0, 26), + (82865, "431204", 1, 0, 26), + (82866, "431212", 1, 0, 26), + (82867, "431212", 1, 0, 26), + (82868, "431212", 1, 0, 26), + (82869, "431212", 1, 0, 26), + (82870, "431212", 1, 0, 26), + (82871, "431212", 1, 0, 26), + (82872, "431202", 1, 0, 26), + (82873, "431202", 1, 0, 26), + (82874, "431202", 1, 0, 26), + (82875, "431202", 1, 0, 26), + (82876, "431202", 1, 0, 26), + (82877, "431202", 1, 0, 26), + (82878, "431202", 1, 0, 26), + (82879, "431202", 1, 0, 26), + (82880, "431202", 1, 0, 26), + (82881, "431202", 1, 0, 26), + (82882, "431202", 1, 0, 26), + (82883, "431202", 1, 0, 26), + (82884, "431150", 1, 0, 26), + (82885, "431150", 1, 0, 26), + (82886, "431150", 1, 0, 26), + (82887, "431150", 1, 0, 26), + (82888, "431113", 1, 0, 26), + (82889, "431113", 1, 0, 26), + (82890, "431113", 1, 0, 26), + (82891, "431113", 1, 0, 26), + (82892, "431113", 1, 0, 26), + (82893, "431113", 1, 0, 26), + (82894, "431113", 1, 0, 26), + (82895, "431114", 1, 0, 26), + (82896, "431114", 1, 0, 26), + (82897, "431114", 1, 0, 26), + (82898, "431114", 1, 0, 26), + (82899, "431114", 1, 0, 26), + (82900, "431215", 1, 0, 26), + (82901, "431114", 1, 0, 26), + (82902, "431215", 1, 0, 26), + (82903, "431114", 1, 0, 26), + (82904, "431114", 1, 0, 26), + (82905, "431114", 1, 0, 26), + (82906, "431114", 1, 0, 26), + (82907, "431114", 1, 0, 26), + (82908, "431114", 1, 0, 26), + (82909, "431215", 1, 0, 26), + (82910, "431114", 1, 0, 26), + (82911, "431114", 1, 0, 26), + (82912, "431215", 1, 0, 26), + (82913, "431114", 1, 0, 26), + (82914, "431209", 1, 0, 26), + (82915, "431209", 1, 0, 26), + (82916, "431209", 1, 0, 26), + (82917, "431209", 1, 0, 26), + (82918, "431209", 1, 0, 26), + (82919, "431209", 1, 0, 26), + (82920, "431206", 1, 0, 26), + (82921, "431206", 1, 0, 26), + (82922, "431206", 1, 0, 26), + (82923, "431206", 1, 0, 26), + (82924, "431206", 1, 0, 26), + (82925, "431206", 1, 0, 26), + (82926, "431215", 1, 0, 26), + (82927, "431214", 1, 0, 26), + (82928, "431214", 1, 0, 26), + (82929, "431215", 1, 0, 26), + (82930, "431215", 1, 0, 26), + (82931, "431214", 1, 0, 26), + (82932, "431215", 1, 0, 26), + (82933, "431213", 1, 0, 26), + (82934, "431213", 1, 0, 26), + (82935, "431213", 1, 0, 26), + (82936, "431214", 1, 0, 26), + (82937, "431215", 1, 0, 26), + (82938, "431213", 1, 0, 26), + (82939, "431213", 1, 0, 26), + (82940, "431215", 1, 0, 26), + (82941, "431214", 1, 0, 26), + (82942, "431214", 1, 0, 26), + (82943, "431213", 1, 0, 26), + (82944, "431214", 1, 0, 26), + (82945, "431213", 1, 0, 26), + (82946, "431214", 1, 0, 26), + (82947, "431213", 1, 0, 26), + (82948, "431213", 1, 0, 26), + (82949, "431213", 1, 0, 26), + (82950, "431214", 1, 0, 26), + (82951, "431214", 1, 0, 26), + (82952, "431214", 1, 0, 26), + (82953, "431213", 1, 0, 26), + (82954, "431213", 1, 0, 26), + (82955, "431211", 1, 0, 26), + (82956, "431211", 1, 0, 26), + (82957, "431211", 1, 0, 26), + (82958, "431211", 1, 0, 26), + (82959, "431211", 1, 0, 26), + (82960, "431211", 1, 0, 26), + (82961, "431118", 1, 0, 26), + (82962, "431118", 1, 0, 26), + (82963, "431118", 1, 0, 26), + (82964, "431118", 1, 0, 26), + (82965, "431207", 1, 0, 26), + (82966, "431207", 1, 0, 26), + (82967, "431207", 1, 0, 26), + (82968, "431207", 1, 0, 26), + (82969, "431207", 1, 0, 26), + (82970, "431207", 1, 0, 26), + (82971, "431207", 1, 0, 26), + (82972, "431132", 1, 0, 26), + (82973, "431132", 1, 0, 26), + (82974, "431132", 1, 0, 26), + (82975, "431132", 1, 0, 26), + (82976, "431132", 1, 0, 26), + (82977, "431132", 1, 0, 26), + (82978, "431113", 1, 0, 26), + (82979, "431112", 1, 0, 26), + (82980, "431112", 1, 0, 26), + (82981, "431112", 1, 0, 26), + (82982, "431112", 1, 0, 26), + (82983, "431112", 1, 0, 26), + (82984, "431112", 1, 0, 26), + (82985, "431112", 1, 0, 26), + (82986, "431112", 1, 0, 26), + (82987, "431112", 1, 0, 26), + (82988, "431112", 1, 0, 26), + (82989, "431112", 1, 0, 26), + (82990, "431112", 1, 0, 26), + (82991, "431112", 1, 0, 26), + (82992, "431135", 1, 0, 26), + (82993, "431135", 1, 0, 26), + (82994, "431135", 1, 0, 26), + (82995, "431135", 1, 0, 26), + (82996, "431114", 1, 0, 26), + (82997, "431135", 1, 0, 26), + (82998, "431135", 1, 0, 26), + (82999, "431135", 1, 0, 26), + (83000, "431135", 1, 0, 26), + (83001, "431135", 1, 0, 26), + (83002, "431135", 1, 0, 26), + (83003, "431135", 1, 0, 26), + (83004, "431120", 1, 0, 26), + (83005, "431120", 1, 0, 26), + (83006, "431208", 1, 0, 26), + (83007, "431208", 1, 0, 26), + (83008, "431215", 1, 0, 26), + (83009, "431215", 1, 0, 26), + (83010, "431208", 1, 0, 26), + (83011, "431215", 1, 0, 26), + (83012, "431208", 1, 0, 26), + (83013, "431205", 1, 0, 26), + (83014, "431205", 1, 0, 26), + (83015, "431205", 1, 0, 26), + (83016, "431205", 1, 0, 26), + (83017, "431205", 1, 0, 26), + (83018, "431151", 1, 0, 26), + (83019, "431151", 1, 0, 26), + (83020, "431151", 1, 0, 26), + (83021, "431151", 1, 0, 26), + (83022, "431151", 1, 0, 26), + (83023, "431002", 1, 0, 26), + (83024, "431002", 1, 0, 26), + (83025, "423702", 1, 0, 26), + (83026, "431002", 1, 0, 26), + (83027, "431002", 1, 0, 26), + (83028, "431002", 1, 0, 26), + (83029, "431002", 1, 0, 26), + (83030, "423702", 1, 0, 26), + (83031, "431002", 1, 0, 26), + (83032, "431002", 1, 0, 26), + (83033, "431134", 1, 0, 26), + (83034, "431134", 1, 0, 26), + (83035, "431134", 1, 0, 26), + (83036, "431134", 1, 0, 26), + (83037, "431134", 1, 0, 26), + (83038, "431134", 1, 0, 26), + (83039, "431134", 1, 0, 26), + (83040, "431136", 1, 0, 26), + (83041, "431136", 1, 0, 26), + (83042, "431105", 1, 0, 26), + (83043, "431105", 1, 0, 26), + (83044, "431105", 1, 0, 26), + (83045, "431105", 1, 0, 26), + (83046, "431147", 1, 0, 26), + (83047, "431147", 1, 0, 26), + (83048, "431147", 1, 0, 26), + (83049, "431147", 1, 0, 26), + (83050, "431147", 1, 0, 26), + (83051, "431147", 1, 0, 26), + (83052, "431147", 1, 0, 26), + (83053, "431147", 1, 0, 26), + (83054, "431115", 1, 0, 26), + (83055, "431115", 1, 0, 26), + (83056, "431115", 1, 0, 26), + (83057, "431115", 1, 0, 26), + (83058, "431115", 1, 0, 26), + (83059, "431115", 1, 0, 26), + (83060, "431115", 1, 0, 26), + (83061, "431115", 1, 0, 26), + (83062, "431102", 1, 0, 26), + (83063, "431102", 1, 0, 26), + (83064, "431102", 1, 0, 26), + (83065, "431102", 1, 0, 26), + (83066, "431102", 1, 0, 26), + (83067, "431102", 1, 0, 26), + (83068, "431102", 1, 0, 26), + (83069, "431105", 1, 0, 26), + (83070, "431105", 1, 0, 26), + (83071, "431105", 1, 0, 26), + (83072, "431105", 1, 0, 26), + (83073, "431105", 1, 0, 26), + (83074, "431105", 1, 0, 26), + (83075, "431105", 1, 0, 26), + (83076, "431105", 1, 0, 26), + (83077, "431105", 1, 0, 26), + (83078, "431105", 1, 0, 26), + (83079, "431107", 1, 0, 26), + (83080, "431137", 1, 0, 26), + (83081, "431137", 1, 0, 26), + (83082, "431137", 1, 0, 26), + (83083, "431137", 1, 0, 26), + (83084, "431102", 1, 0, 26), + (83085, "431109", 1, 0, 26), + (83086, "431109", 1, 0, 26), + (83087, "431109", 1, 0, 26), + (83088, "431109", 1, 0, 26), + (83089, "431109", 1, 0, 26), + (83090, "431008", 1, 0, 26), + (83091, "431008", 1, 0, 26), + (83092, "431008", 1, 0, 26), + (83093, "431008", 1, 0, 26), + (83094, "431008", 1, 0, 26), + (83095, "431008", 1, 0, 26), + (83096, "431008", 1, 0, 26), + (83097, "431103", 1, 0, 26), + (83098, "431103", 1, 0, 26), + (83099, "431103", 1, 0, 26), + (83100, "431103", 1, 0, 26), + (83101, "431103", 1, 0, 26), + (83102, "431103", 1, 0, 26), + (83103, "431103", 1, 0, 26), + (83104, "431103", 1, 0, 26), + (83105, "431103", 1, 0, 26), + (83106, "431103", 1, 0, 26), + (83107, "431103", 1, 0, 26), + (83108, "431103", 1, 0, 26), + (83109, "431103", 1, 0, 26), + (83110, "431103", 1, 0, 26), + (83111, "431103", 1, 0, 26), + (83112, "431103", 1, 0, 26), + (83113, "444405", 1, 0, 26), + (83114, "444106", 1, 0, 26), + (83115, "444404", 1, 0, 26), + (83116, "444311", 1, 0, 26), + (83117, "444506", 1, 0, 26), + (83118, "444003", 1, 0, 26), + (83119, "444504", 1, 0, 26), + (83120, "444505", 1, 0, 26), + (83121, "444404", 1, 0, 26), + (83122, "444404", 1, 0, 26), + (83123, "444404", 1, 0, 26), + (83124, "444404", 1, 0, 26), + (83125, "444404", 1, 0, 26), + (83126, "444404", 1, 0, 26), + (83127, "444404", 1, 0, 26), + (83128, "444107", 1, 0, 26), + (83129, "444107", 1, 0, 26), + (83130, "444107", 1, 0, 26), + (83131, "444107", 1, 0, 26), + (83132, "444107", 1, 0, 26), + (83133, "444107", 1, 0, 26), + (83134, "444107", 1, 0, 26), + (83135, "444107", 1, 0, 26), + (83136, "444107", 1, 0, 26), + (83137, "444107", 1, 0, 26), + (83138, "444107", 1, 0, 26), + (83139, "444107", 1, 0, 26), + (83140, "444107", 1, 0, 26), + (83141, "444107", 1, 0, 26), + (83142, "444107", 1, 0, 26), + (83143, "444107", 1, 0, 26), + (83144, "444107", 1, 0, 26), + (83145, "444107", 1, 0, 26), + (83146, "444506", 1, 0, 26), + (83147, "444502", 1, 0, 26), + (83148, "444104", 1, 0, 26), + (83149, "444403", 1, 0, 26), + (83150, "444126", 1, 0, 26), + (83151, "444126", 1, 0, 26), + (83152, "444126", 1, 0, 26), + (83153, "444126", 1, 0, 26), + (83154, "444104", 1, 0, 26), + (83155, "444104", 1, 0, 26), + (83156, "444104", 1, 0, 26), + (83157, "444405", 1, 0, 26), + (83158, "444405", 1, 0, 26), + (83159, "444405", 1, 0, 26), + (83160, "444405", 1, 0, 26), + (83161, "444405", 1, 0, 26), + (83162, "444405", 1, 0, 26), + (83163, "444503", 1, 0, 26), + (83164, "444503", 1, 0, 26), + (83165, "444503", 1, 0, 26), + (83166, "444503", 1, 0, 26), + (83167, "444503", 1, 0, 26), + (83168, "444503", 1, 0, 26), + (83169, "444503", 1, 0, 26), + (83170, "444503", 1, 0, 26), + (83171, "444503", 1, 0, 26), + (83172, "444503", 1, 0, 26), + (83173, "444503", 1, 0, 26), + (83174, "444503", 1, 0, 26), + (83175, "444503", 1, 0, 26), + (83176, "444503", 1, 0, 26), + (83177, "444503", 1, 0, 26), + (83178, "444503", 1, 0, 26), + (83179, "444503", 1, 0, 26), + (83180, "444503", 1, 0, 26), + (83181, "444106", 1, 0, 26), + (83182, "444106", 1, 0, 26), + (83183, "444106", 1, 0, 26), + (83184, "444106", 1, 0, 26), + (83185, "444106", 1, 0, 26), + (83186, "444106", 1, 0, 26), + (83187, "444106", 1, 0, 26), + (83188, "444106", 1, 0, 26), + (83189, "444106", 1, 0, 26), + (83190, "444403", 1, 0, 26), + (83191, "444403", 1, 0, 26), + (83192, "444403", 1, 0, 26), + (83193, "444403", 1, 0, 26), + (83194, "444403", 1, 0, 26), + (83195, "444403", 1, 0, 26), + (83196, "444403", 1, 0, 26), + (83197, "444403", 1, 0, 26), + (83198, "444403", 1, 0, 26), + (83199, "444403", 1, 0, 26), + (83200, "444403", 1, 0, 26), + (83201, "444403", 1, 0, 26), + (83202, "444403", 1, 0, 26), + (83203, "444403", 1, 0, 26), + (83204, "444403", 1, 0, 26), + (83205, "444403", 1, 0, 26), + (83206, "444403", 1, 0, 26), + (83207, "444403", 1, 0, 26), + (83208, "444117", 1, 0, 26), + (83209, "444117", 1, 0, 26), + (83210, "444404", 1, 0, 26), + (83211, "444404", 1, 0, 26), + (83212, "444404", 1, 0, 26), + (83213, "444404", 1, 0, 26), + (83214, "444404", 1, 0, 26), + (83215, "444404", 1, 0, 26), + (83216, "444107", 1, 0, 26), + (83217, "444311", 1, 0, 26), + (83218, "444311", 1, 0, 26), + (83219, "444311", 1, 0, 26), + (83220, "444311", 1, 0, 26), + (83221, "444311", 1, 0, 26), + (83222, "444311", 1, 0, 26), + (83223, "444311", 1, 0, 26), + (83224, "444311", 1, 0, 26), + (83225, "444311", 1, 0, 26), + (83226, "444501", 1, 0, 26), + (83227, "444501", 1, 0, 26), + (83228, "444501", 1, 0, 26), + (83229, "444501", 1, 0, 26), + (83230, "444501", 1, 0, 26), + (83231, "444501", 1, 0, 26), + (83232, "444501", 1, 0, 26), + (83233, "444501", 1, 0, 26), + (83234, "444501", 1, 0, 26), + (83235, "444501", 1, 0, 26), + (83236, "444501", 1, 0, 26), + (83237, "444501", 1, 0, 26), + (83238, "444501", 1, 0, 26), + (83239, "444501", 1, 0, 26), + (83240, "444501", 1, 0, 26), + (83241, "444501", 1, 0, 26), + (83242, "444501", 1, 0, 26), + (83243, "444501", 1, 0, 26), + (83244, "444407", 1, 0, 26), + (83245, "444407", 1, 0, 26), + (83246, "444407", 1, 0, 26), + (83247, "444407", 1, 0, 26), + (83248, "444407", 1, 0, 26), + (83249, "444506", 1, 0, 26), + (83250, "444506", 1, 0, 26), + (83251, "444506", 1, 0, 26), + (83252, "444506", 1, 0, 26), + (83253, "444506", 1, 0, 26), + (83254, "444506", 1, 0, 26), + (83255, "444506", 1, 0, 26), + (83256, "444506", 1, 0, 26), + (83257, "444506", 1, 0, 26), + (83258, "444510", 1, 0, 26), + (83259, "444510", 1, 0, 26), + (83260, "444510", 1, 0, 26), + (83261, "795011", 1, 0, 12), + (83262, "795006", 1, 0, 12), + (83263, "795001", 1, 0, 12), + (83264, "795114", 1, 0, 12), + (83265, "795115", 1, 0, 12), + (83266, "795116", 1, 0, 12), + (83267, "795117", 1, 0, 12), + (83268, "795118", 1, 0, 12), + (83269, "795122", 1, 0, 12), + (83270, "795124", 1, 0, 12), + (83271, "795129", 1, 0, 12), + (83272, "795130", 1, 0, 12), + (83273, "795131", 1, 0, 12), + (83274, "795132", 1, 0, 12), + (83275, "795150", 1, 0, 12), + (83276, "795128", 1, 0, 12), + (83277, "795159", 1, 0, 12), + (83278, "795146", 1, 0, 12), + (83279, "795147", 1, 0, 12), + (83280, "795148", 1, 0, 12), + (83281, "795149", 1, 0, 12), + (83282, "795142", 1, 0, 12), + (83283, "795144", 1, 0, 12), + (83284, "795145", 1, 0, 12), + (83285, "795138", 1, 0, 12), + (83286, "795139", 1, 0, 12), + (83287, "795140", 1, 0, 12), + (83288, "795141", 1, 0, 12), + (83289, "795133", 1, 0, 12), + (83290, "795134", 1, 0, 12), + (83291, "795135", 1, 0, 12), + (83292, "795136", 1, 0, 12), + (83293, "795001", 1, 0, 12), + (83294, "795001", 1, 0, 12), + (83295, "795002", 1, 0, 12), + (83296, "795126", 1, 0, 12), + (83297, "795004", 1, 0, 12), + (83298, "795003", 1, 0, 12), + (83299, "795005", 1, 0, 12), + (83300, "795125", 1, 0, 12), + (83301, "795127", 1, 0, 12), + (83302, "795128", 1, 0, 12), + (83303, "795103", 1, 0, 12), + (83304, "795007", 1, 0, 12), + (83305, "795008", 1, 0, 12), + (83306, "795009", 1, 0, 12), + (83307, "795010", 1, 0, 12), + (83308, "795101", 1, 0, 12), + (83309, "795102", 1, 0, 12), + (83310, "795104", 1, 0, 12), + (83311, "795105", 1, 0, 12), + (83312, "795106", 1, 0, 12), + (83313, "795107", 1, 0, 12), + (83314, "795112", 1, 0, 12), + (83315, "795113", 1, 0, 12), + (83316, "795001", 1, 0, 12), + (83317, "795128", 1, 0, 12), + (83318, "795128", 1, 0, 12), + (83319, "795128", 1, 0, 12), + (83320, "795115", 1, 0, 12), + (83321, "795131", 1, 0, 12), + (83322, "795132", 1, 0, 12), + (83323, "795149", 1, 0, 12), + (83324, "795149", 1, 0, 12), + (83325, "795128", 1, 0, 12), + (83326, "795006", 1, 0, 12), + (83327, "795006", 1, 0, 12), + (83328, "795006", 1, 0, 12), + (83329, "795006", 1, 0, 12), + (83330, "795006", 1, 0, 12), + (83331, "795141", 1, 0, 12), + (83332, "795148", 1, 0, 12), + (83333, "795101", 1, 0, 12), + (83334, "795101", 1, 0, 12), + (83335, "795006", 1, 0, 12), + (83336, "795011", 1, 0, 12), + (83337, "795006", 1, 0, 12), + (83338, "795006", 1, 0, 12), + (83339, "795006", 1, 0, 12), + (83340, "795006", 1, 0, 12), + (83341, "795011", 1, 0, 12), + (83342, "795011", 1, 0, 12), + (83343, "795011", 1, 0, 12), + (83344, "795011", 1, 0, 12), + (83345, "795101", 1, 0, 12), + (83346, "795101", 1, 0, 12), + (83347, "795126", 1, 0, 12), + (83348, "795128", 1, 0, 12), + (83349, "795147", 1, 0, 12), + (83350, "795149", 1, 0, 12), + (83351, "795159", 1, 0, 12), + (83352, "795126", 1, 0, 12), + (83353, "795126", 1, 0, 12), + (83354, "795126", 1, 0, 12), + (83355, "795126", 1, 0, 12), + (83356, "795126", 1, 0, 12), + (83357, "795126", 1, 0, 12), + (83358, "795126", 1, 0, 12), + (83359, "795126", 1, 0, 12), + (83360, "795126", 1, 0, 12), + (83361, "795126", 1, 0, 12), + (83362, "795126", 1, 0, 12), + (83363, "795126", 1, 0, 12), + (83364, "795113", 1, 0, 12), + (83365, "795128", 1, 0, 12), + (83366, "795103", 1, 0, 12), + (83367, "795132", 1, 0, 12), + (83368, "795113", 1, 0, 12), + (83369, "795113", 1, 0, 12), + (83370, "795136", 1, 0, 12), + (83371, "795128", 1, 0, 12), + (83372, "795128", 1, 0, 12), + (83373, "795128", 1, 0, 12), + (83374, "795128", 1, 0, 12), + (83375, "795128", 1, 0, 12), + (83376, "795128", 1, 0, 12), + (83377, "795128", 1, 0, 12), + (83378, "795128", 1, 0, 12), + (83379, "795128", 1, 0, 12), + (83380, "795128", 1, 0, 12), + (83381, "795128", 1, 0, 12), + (83382, "795128", 1, 0, 12), + (83383, "795128", 1, 0, 12), + (83384, "795128", 1, 0, 12), + (83385, "795128", 1, 0, 12), + (83386, "795128", 1, 0, 12), + (83387, "795128", 1, 0, 12), + (83388, "795128", 1, 0, 12), + (83389, "795128", 1, 0, 12), + (83390, "795128", 1, 0, 12), + (83391, "795128", 1, 0, 12), + (83392, "795128", 1, 0, 12), + (83393, "795128", 1, 0, 12), + (83394, "795128", 1, 0, 12), + (83395, "795128", 1, 0, 12), + (83396, "795128", 1, 0, 12), + (83397, "795128", 1, 0, 12), + (83398, "795005", 1, 0, 12), + (83399, "795144", 1, 0, 12), + (83400, "795144", 1, 0, 12), + (83401, "795105", 1, 0, 12), + (83402, "795105", 1, 0, 12), + (83403, "795144", 1, 0, 12), + (83404, "795144", 1, 0, 12), + (83405, "795136", 1, 0, 12), + (83406, "795136", 1, 0, 12), + (83407, "795133", 1, 0, 12), + (83408, "795133", 1, 0, 12), + (83409, "795103", 1, 0, 12), + (83410, "795103", 1, 0, 12), + (83411, "795103", 1, 0, 12), + (83412, "795103", 1, 0, 12), + (83413, "795122", 1, 0, 12), + (83414, "795122", 1, 0, 12), + (83415, "795122", 1, 0, 12), + (83416, "795122", 1, 0, 12), + (83417, "795122", 1, 0, 12), + (83418, "795122", 1, 0, 12), + (83419, "795122", 1, 0, 12), + (83420, "795007", 1, 0, 12), + (83421, "795007", 1, 0, 12), + (83422, "795007", 1, 0, 12), + (83423, "795007", 1, 0, 12), + (83424, "795007", 1, 0, 12), + (83425, "795007", 1, 0, 12), + (83426, "795007", 1, 0, 12), + (83427, "795004", 1, 0, 12), + (83428, "795004", 1, 0, 12), + (83429, "795133", 1, 0, 12), + (83430, "795107", 1, 0, 12), + (83431, "795107", 1, 0, 12), + (83432, "795107", 1, 0, 12), + (83433, "795004", 1, 0, 12), + (83434, "795002", 1, 0, 12), + (83435, "795132", 1, 0, 12), + (83436, "795132", 1, 0, 12), + (83437, "795132", 1, 0, 12), + (83438, "795132", 1, 0, 12), + (83439, "795133", 1, 0, 12), + (83440, "795133", 1, 0, 12), + (83441, "795133", 1, 0, 12), + (83442, "795133", 1, 0, 12), + (83443, "795133", 1, 0, 12), + (83444, "795133", 1, 0, 12), + (83445, "795133", 1, 0, 12), + (83446, "795133", 1, 0, 12), + (83447, "795133", 1, 0, 12), + (83448, "795133", 1, 0, 12), + (83449, "795133", 1, 0, 12), + (83450, "795133", 1, 0, 12), + (83451, "795133", 1, 0, 12), + (83452, "795133", 1, 0, 12), + (83453, "795002", 1, 0, 12), + (83454, "795002", 1, 0, 12), + (83455, "795002", 1, 0, 12), + (83456, "795002", 1, 0, 12), + (83457, "795002", 1, 0, 12), + (83458, "795002", 1, 0, 12), + (83459, "795002", 1, 0, 12), + (83460, "795002", 1, 0, 12), + (83461, "795131", 1, 0, 12), + (83462, "795131", 1, 0, 12), + (83463, "795131", 1, 0, 12), + (83464, "795131", 1, 0, 12), + (83465, "795131", 1, 0, 12), + (83466, "795131", 1, 0, 12), + (83467, "795131", 1, 0, 12), + (83468, "795131", 1, 0, 12), + (83469, "795131", 1, 0, 12), + (83470, "795131", 1, 0, 12), + (83471, "795131", 1, 0, 12), + (83472, "795150", 1, 0, 12), + (83473, "795132", 1, 0, 12), + (83474, "795132", 1, 0, 12), + (83475, "795132", 1, 0, 12), + (83476, "795132", 1, 0, 12), + (83477, "795132", 1, 0, 12), + (83478, "795132", 1, 0, 12), + (83479, "795132", 1, 0, 12), + (83480, "795132", 1, 0, 12), + (83481, "795132", 1, 0, 12), + (83482, "795132", 1, 0, 12), + (83483, "795132", 1, 0, 12), + (83484, "795132", 1, 0, 12), + (83485, "795132", 1, 0, 12), + (83486, "795132", 1, 0, 12), + (83487, "795132", 1, 0, 12), + (83488, "795132", 1, 0, 12), + (83489, "795132", 1, 0, 12), + (83490, "795133", 1, 0, 12), + (83491, "795133", 1, 0, 12), + (83492, "795133", 1, 0, 12), + (83493, "795133", 1, 0, 12), + (83494, "795138", 1, 0, 12), + (83495, "795138", 1, 0, 12), + (83496, "795138", 1, 0, 12), + (83497, "795138", 1, 0, 12), + (83498, "795138", 1, 0, 12), + (83499, "795138", 1, 0, 12), + (83500, "795138", 1, 0, 12), + (83501, "795138", 1, 0, 12), + (83502, "795138", 1, 0, 12), + (83503, "795138", 1, 0, 12), + (83504, "795138", 1, 0, 12), + (83505, "795138", 1, 0, 12), + (83506, "795138", 1, 0, 12), + (83507, "795138", 1, 0, 12), + (83508, "795138", 1, 0, 12), + (83509, "795138", 1, 0, 12), + (83510, "795141", 1, 0, 12), + (83511, "795141", 1, 0, 12), + (83512, "795141", 1, 0, 12), + (83513, "795141", 1, 0, 12), + (83514, "795141", 1, 0, 12), + (83515, "795141", 1, 0, 12), + (83516, "795141", 1, 0, 12), + (83517, "795141", 1, 0, 12), + (83518, "795141", 1, 0, 12), + (83519, "795141", 1, 0, 12), + (83520, "795141", 1, 0, 12), + (83521, "795141", 1, 0, 12), + (83522, "795141", 1, 0, 12), + (83523, "795141", 1, 0, 12), + (83524, "795141", 1, 0, 12), + (83525, "795140", 1, 0, 12), + (83526, "795140", 1, 0, 12), + (83527, "795140", 1, 0, 12), + (83528, "795112", 1, 0, 12), + (83529, "795112", 1, 0, 12), + (83530, "795112", 1, 0, 12), + (83531, "795112", 1, 0, 12), + (83532, "795112", 1, 0, 12), + (83533, "795112", 1, 0, 12), + (83534, "795006", 1, 0, 12), + (83535, "795006", 1, 0, 12), + (83536, "795006", 1, 0, 12), + (83537, "795006", 1, 0, 12), + (83538, "795006", 1, 0, 12), + (83539, "795006", 1, 0, 12), + (83540, "795006", 1, 0, 12), + (83541, "795006", 1, 0, 12), + (83542, "795006", 1, 0, 12), + (83543, "795006", 1, 0, 12), + (83544, "795006", 1, 0, 12), + (83545, "795006", 1, 0, 12), + (83546, "795006", 1, 0, 12), + (83547, "795006", 1, 0, 12), + (83548, "795006", 1, 0, 12), + (83549, "795006", 1, 0, 12), + (83550, "795006", 1, 0, 12), + (83551, "795006", 1, 0, 12), + (83552, "795142", 1, 0, 12), + (83553, "795142", 1, 0, 12), + (83554, "795142", 1, 0, 12), + (83555, "795142", 1, 0, 12), + (83556, "795142", 1, 0, 12), + (83557, "795142", 1, 0, 12), + (83558, "795142", 1, 0, 12), + (83559, "795142", 1, 0, 12), + (83560, "795142", 1, 0, 12), + (83561, "795142", 1, 0, 12), + (83562, "795142", 1, 0, 12), + (83563, "795142", 1, 0, 12), + (83564, "795142", 1, 0, 12), + (83565, "795142", 1, 0, 12), + (83566, "795142", 1, 0, 12), + (83567, "795142", 1, 0, 12), + (83568, "795142", 1, 0, 12), + (83569, "795142", 1, 0, 12), + (83570, "795142", 1, 0, 12), + (83571, "795142", 1, 0, 12), + (83572, "795142", 1, 0, 12), + (83573, "795142", 1, 0, 12), + (83574, "795142", 1, 0, 12), + (83575, "795142", 1, 0, 12), + (83576, "795142", 1, 0, 12), + (83577, "795142", 1, 0, 12), + (83578, "795142", 1, 0, 12), + (83579, "795142", 1, 0, 12), + (83580, "795142", 1, 0, 12), + (83581, "795142", 1, 0, 12), + (83582, "795148", 1, 0, 12), + (83583, "795148", 1, 0, 12), + (83584, "795148", 1, 0, 12), + (83585, "795148", 1, 0, 12), + (83586, "795148", 1, 0, 12), + (83587, "795148", 1, 0, 12), + (83588, "795148", 1, 0, 12), + (83589, "795148", 1, 0, 12), + (83590, "795148", 1, 0, 12), + (83591, "795148", 1, 0, 12), + (83592, "795148", 1, 0, 12), + (83593, "795148", 1, 0, 12), + (83594, "795148", 1, 0, 12), + (83595, "795148", 1, 0, 12), + (83596, "795009", 1, 0, 12), + (83597, "795009", 1, 0, 12), + (83598, "795009", 1, 0, 12), + (83599, "795009", 1, 0, 12), + (83600, "795009", 1, 0, 12), + (83601, "795128", 1, 0, 12), + (83602, "795128", 1, 0, 12), + (83603, "795128", 1, 0, 12), + (83604, "795115", 1, 0, 12), + (83605, "795115", 1, 0, 12), + (83606, "795115", 1, 0, 12), + (83607, "795115", 1, 0, 12), + (83608, "795115", 1, 0, 12), + (83609, "795116", 1, 0, 12), + (83610, "795116", 1, 0, 12), + (83611, "795116", 1, 0, 12), + (83612, "795116", 1, 0, 12), + (83613, "795116", 1, 0, 12), + (83614, "795116", 1, 0, 12), + (83615, "795116", 1, 0, 12), + (83616, "795116", 1, 0, 12), + (83617, "795116", 1, 0, 12), + (83618, "795116", 1, 0, 12), + (83619, "795116", 1, 0, 12), + (83620, "795116", 1, 0, 12), + (83621, "795116", 1, 0, 12), + (83622, "795116", 1, 0, 12), + (83623, "795116", 1, 0, 12), + (83624, "795133", 1, 0, 12), + (83625, "795133", 1, 0, 12), + (83626, "795133", 1, 0, 12), + (83627, "795133", 1, 0, 12), + (83628, "795133", 1, 0, 12), + (83629, "795107", 1, 0, 12), + (83630, "795107", 1, 0, 12), + (83631, "795107", 1, 0, 12), + (83632, "795107", 1, 0, 12), + (83633, "795134", 1, 0, 12), + (83634, "795134", 1, 0, 12), + (83635, "795146", 1, 0, 12), + (83636, "795146", 1, 0, 12), + (83637, "795146", 1, 0, 12), + (83638, "795146", 1, 0, 12), + (83639, "795146", 1, 0, 12), + (83640, "795010", 1, 0, 12), + (83641, "795010", 1, 0, 12), + (83642, "795010", 1, 0, 12), + (83643, "795010", 1, 0, 12), + (83644, "795010", 1, 0, 12), + (83645, "795010", 1, 0, 12), + (83646, "795010", 1, 0, 12), + (83647, "795010", 1, 0, 12), + (83648, "795010", 1, 0, 12), + (83649, "795010", 1, 0, 12), + (83650, "795010", 1, 0, 12), + (83651, "795010", 1, 0, 12), + (83652, "795010", 1, 0, 12), + (83653, "795010", 1, 0, 12), + (83654, "795010", 1, 0, 12), + (83655, "795145", 1, 0, 12), + (83656, "795145", 1, 0, 12), + (83657, "795145", 1, 0, 12), + (83658, "795145", 1, 0, 12), + (83659, "795145", 1, 0, 12), + (83660, "795145", 1, 0, 12), + (83661, "795145", 1, 0, 12), + (83662, "795145", 1, 0, 12), + (83663, "795145", 1, 0, 12), + (83664, "795145", 1, 0, 12), + (83665, "795145", 1, 0, 12), + (83666, "795145", 1, 0, 12), + (83667, "795145", 1, 0, 12), + (83668, "795149", 1, 0, 12), + (83669, "795149", 1, 0, 12), + (83670, "795149", 1, 0, 12), + (83671, "795149", 1, 0, 12), + (83672, "795134", 1, 0, 12), + (83673, "795134", 1, 0, 12), + (83674, "795134", 1, 0, 12), + (83675, "795134", 1, 0, 12), + (83676, "795134", 1, 0, 12), + (83677, "795134", 1, 0, 12), + (83678, "795134", 1, 0, 12), + (83679, "795134", 1, 0, 12), + (83680, "795134", 1, 0, 12), + (83681, "795134", 1, 0, 12), + (83682, "795134", 1, 0, 12), + (83683, "795134", 1, 0, 12), + (83684, "795134", 1, 0, 12), + (83685, "795134", 1, 0, 12), + (83686, "795134", 1, 0, 12), + (83687, "795134", 1, 0, 12), + (83688, "795134", 1, 0, 12), + (83689, "795134", 1, 0, 12), + (83690, "795159", 1, 0, 12), + (83691, "795145", 1, 0, 12), + (83692, "795145", 1, 0, 12), + (83693, "795145", 1, 0, 12), + (83694, "795145", 1, 0, 12), + (83695, "795145", 1, 0, 12), + (83696, "795145", 1, 0, 12), + (83697, "795130", 1, 0, 12), + (83698, "795130", 1, 0, 12), + (83699, "795130", 1, 0, 12), + (83700, "795130", 1, 0, 12), + (83701, "795130", 1, 0, 12), + (83702, "795130", 1, 0, 12), + (83703, "795130", 1, 0, 12), + (83704, "795130", 1, 0, 12), + (83705, "795130", 1, 0, 12), + (83706, "795130", 1, 0, 12), + (83707, "795124", 1, 0, 12), + (83708, "795124", 1, 0, 12), + (83709, "795124", 1, 0, 12), + (83710, "795124", 1, 0, 12), + (83711, "795124", 1, 0, 12), + (83712, "795124", 1, 0, 12), + (83713, "795105", 1, 0, 12), + (83714, "795159", 1, 0, 12), + (83715, "795159", 1, 0, 12), + (83716, "795159", 1, 0, 12), + (83717, "795159", 1, 0, 12), + (83718, "795159", 1, 0, 12), + (83719, "795159", 1, 0, 12), + (83720, "795159", 1, 0, 12), + (83721, "795147", 1, 0, 12), + (83722, "795147", 1, 0, 12), + (83723, "795147", 1, 0, 12), + (83724, "795147", 1, 0, 12), + (83725, "795114", 1, 0, 12), + (83726, "795114", 1, 0, 12), + (83727, "795114", 1, 0, 12), + (83728, "795114", 1, 0, 12), + (83729, "795114", 1, 0, 12), + (83730, "795114", 1, 0, 12), + (83731, "795114", 1, 0, 12), + (83732, "795114", 1, 0, 12), + (83733, "795114", 1, 0, 12), + (83734, "795113", 1, 0, 12), + (83735, "795113", 1, 0, 12), + (83736, "795113", 1, 0, 12), + (83737, "795113", 1, 0, 12), + (83738, "795118", 1, 0, 12), + (83739, "795001", 1, 0, 12), + (83740, "795001", 1, 0, 12), + (83741, "795106", 1, 0, 12), + (83742, "795106", 1, 0, 12), + (83743, "795117", 1, 0, 12), + (83744, "795117", 1, 0, 12), + (83745, "795117", 1, 0, 12), + (83746, "795117", 1, 0, 12), + (83747, "795117", 1, 0, 12), + (83748, "795005", 1, 0, 12), + (83749, "795005", 1, 0, 12), + (83750, "795005", 1, 0, 12), + (83751, "795113", 1, 0, 12), + (83752, "795113", 1, 0, 12), + (83753, "795113", 1, 0, 12), + (83754, "795133", 1, 0, 12), + (83755, "795133", 1, 0, 12), + (83756, "795133", 1, 0, 12), + (83757, "795136", 1, 0, 12), + (83758, "795136", 1, 0, 12), + (83759, "795136", 1, 0, 12), + (83760, "795008", 1, 0, 12), + (83761, "795008", 1, 0, 12), + (83762, "795008", 1, 0, 12), + (83763, "795008", 1, 0, 12), + (83764, "795008", 1, 0, 12), + (83765, "795008", 1, 0, 12), + (83766, "795005", 1, 0, 12), + (83767, "795005", 1, 0, 12), + (83768, "795008", 1, 0, 12), + (83769, "795008", 1, 0, 12), + (83770, "795008", 1, 0, 12), + (83771, "795008", 1, 0, 12), + (83772, "795008", 1, 0, 12), + (83773, "795127", 1, 0, 12), + (83774, "795127", 1, 0, 12), + (83775, "795127", 1, 0, 12), + (83776, "795127", 1, 0, 12), + (83777, "795113", 1, 0, 12), + (83778, "795113", 1, 0, 12), + (83779, "795113", 1, 0, 12), + (83780, "795113", 1, 0, 12), + (83781, "795113", 1, 0, 12), + (83782, "795113", 1, 0, 12), + (83783, "795113", 1, 0, 12), + (83784, "795102", 1, 0, 12), + (83785, "795102", 1, 0, 12), + (83786, "795102", 1, 0, 12), + (83787, "795102", 1, 0, 12), + (83788, "795102", 1, 0, 12), + (83789, "795102", 1, 0, 12), + (83790, "795102", 1, 0, 12), + (83791, "795102", 1, 0, 12), + (83792, "795102", 1, 0, 12), + (83793, "795128", 1, 0, 12), + (83794, "795114", 1, 0, 12), + (83795, "795114", 1, 0, 12), + (83796, "795114", 1, 0, 12), + (83797, "795114", 1, 0, 12), + (83798, "795135", 1, 0, 12), + (83799, "795135", 1, 0, 12), + (83800, "795135", 1, 0, 12), + (83801, "795135", 1, 0, 12), + (83802, "795135", 1, 0, 12), + (83803, "795135", 1, 0, 12), + (83804, "795135", 1, 0, 12), + (83805, "795135", 1, 0, 12), + (83806, "795135", 1, 0, 12), + (83807, "795135", 1, 0, 12), + (83808, "795135", 1, 0, 12), + (83809, "795135", 1, 0, 12), + (83810, "795135", 1, 0, 12), + (83811, "795135", 1, 0, 12), + (83812, "795135", 1, 0, 12), + (83813, "795135", 1, 0, 12), + (83814, "795135", 1, 0, 12), + (83815, "795135", 1, 0, 12), + (83816, "795135", 1, 0, 12), + (83817, "795135", 1, 0, 12), + (83818, "795135", 1, 0, 12), + (83819, "795135", 1, 0, 12), + (83820, "795135", 1, 0, 12), + (83821, "795135", 1, 0, 12), + (83822, "795135", 1, 0, 12), + (83823, "795135", 1, 0, 12), + (83824, "795135", 1, 0, 12), + (83825, "795139", 1, 0, 12), + (83826, "795139", 1, 0, 12), + (83827, "795139", 1, 0, 12), + (83828, "795139", 1, 0, 12), + (83829, "795139", 1, 0, 12), + (83830, "795139", 1, 0, 12), + (83831, "795139", 1, 0, 12), + (83832, "795139", 1, 0, 12), + (83833, "795139", 1, 0, 12), + (83834, "795139", 1, 0, 12), + (83835, "795139", 1, 0, 12), + (83836, "795101", 1, 0, 12), + (83837, "795101", 1, 0, 12), + (83838, "795101", 1, 0, 12), + (83839, "795125", 1, 0, 12), + (83840, "795125", 1, 0, 12), + (83841, "795101", 1, 0, 12), + (83842, "795101", 1, 0, 12), + (83843, "795101", 1, 0, 12), + (83844, "795101", 1, 0, 12), + (83845, "795101", 1, 0, 12), + (83846, "795101", 1, 0, 12), + (83847, "795101", 1, 0, 12), + (83848, "795101", 1, 0, 12), + (83849, "795118", 1, 0, 12), + (83850, "795118", 1, 0, 12), + (83851, "795118", 1, 0, 12), + (83852, "795118", 1, 0, 12), + (83853, "795104", 1, 0, 12), + (83854, "795104", 1, 0, 12), + (83855, "795104", 1, 0, 12), + (83856, "795104", 1, 0, 12), + (83857, "795104", 1, 0, 12), + (83858, "795104", 1, 0, 12), + (83859, "795104", 1, 0, 12), + (83860, "795104", 1, 0, 12), + (83861, "795104", 1, 0, 12), + (83862, "795104", 1, 0, 12), + (83863, "795104", 1, 0, 12), + (83864, "795125", 1, 0, 12), + (83865, "795125", 1, 0, 12), + (83866, "795125", 1, 0, 12), + (83867, "795125", 1, 0, 12), + (83868, "795125", 1, 0, 12), + (83869, "795125", 1, 0, 12), + (83870, "795125", 1, 0, 12), + (83871, "795125", 1, 0, 12), + (83872, "795125", 1, 0, 12), + (83873, "795125", 1, 0, 12), + (83874, "795125", 1, 0, 12), + (83875, "795125", 1, 0, 12), + (83876, "795125", 1, 0, 12), + (83877, "795138", 1, 0, 12), + (83878, "795138", 1, 0, 12), + (83879, "795138", 1, 0, 12), + (83880, "795138", 1, 0, 12), + (83881, "795141", 1, 0, 12), + (83882, "795141", 1, 0, 12), + (83883, "795141", 1, 0, 12), + (83884, "795006", 1, 0, 12), + (83885, "795126", 1, 0, 12), + (83886, "795129", 1, 0, 12), + (83887, "795129", 1, 0, 12), + (83888, "795129", 1, 0, 12), + (83889, "795129", 1, 0, 12), + (83890, "795129", 1, 0, 12), + (83891, "795129", 1, 0, 12), + (83892, "795129", 1, 0, 12), + (83893, "795103", 1, 0, 12), + (83894, "795103", 1, 0, 12), + (83895, "795103", 1, 0, 12), + (83896, "795103", 1, 0, 12), + (83897, "795103", 1, 0, 12), + (83898, "795103", 1, 0, 12), + (83899, "795103", 1, 0, 12), + (83900, "795103", 1, 0, 12), + (83901, "795103", 1, 0, 12), + (83902, "795103", 1, 0, 12), + (83903, "795103", 1, 0, 12), + (83904, "795103", 1, 0, 12), + (83905, "795103", 1, 0, 12), + (83906, "795103", 1, 0, 12), + (83907, "795103", 1, 0, 12), + (83908, "795004", 1, 0, 12), + (83909, "795004", 1, 0, 12), + (83910, "795004", 1, 0, 12), + (83911, "795004", 1, 0, 12), + (83912, "795004", 1, 0, 12), + (83913, "795146", 1, 0, 12), + (83914, "795146", 1, 0, 12), + (83915, "795146", 1, 0, 12), + (83916, "795146", 1, 0, 12), + (83917, "795146", 1, 0, 12), + (83918, "795146", 1, 0, 12), + (83919, "795146", 1, 0, 12), + (83920, "795146", 1, 0, 12), + (83921, "795146", 1, 0, 12), + (83922, "795146", 1, 0, 12), + (83923, "795003", 1, 0, 12), + (83924, "795003", 1, 0, 12), + (83925, "795002", 1, 0, 12), + (83926, "795150", 1, 0, 12), + (83927, "795150", 1, 0, 12), + (83928, "795009", 1, 0, 12), + (83929, "795149", 1, 0, 12), + (83930, "795149", 1, 0, 12), + (83931, "795149", 1, 0, 12), + (83932, "795149", 1, 0, 12), + (83933, "795149", 1, 0, 12), + (83934, "795149", 1, 0, 12), + (83935, "795149", 1, 0, 12), + (83936, "795149", 1, 0, 12), + (83937, "795149", 1, 0, 12), + (83938, "795149", 1, 0, 12), + (83939, "795149", 1, 0, 12), + (83940, "795149", 1, 0, 12), + (83941, "795149", 1, 0, 12), + (83942, "795149", 1, 0, 12), + (83943, "795149", 1, 0, 12), + (83944, "795149", 1, 0, 12), + (83945, "795149", 1, 0, 12), + (83946, "795149", 1, 0, 12), + (83947, "795149", 1, 0, 12), + (83948, "795149", 1, 0, 12), + (83949, "795149", 1, 0, 12), + (83950, "795114", 1, 0, 12), + (83951, "795114", 1, 0, 12), + (83952, "795105", 1, 0, 12), + (83953, "795105", 1, 0, 12), + (83954, "795105", 1, 0, 12), + (83955, "795105", 1, 0, 12), + (83956, "795105", 1, 0, 12), + (83957, "795003", 1, 0, 12), + (83958, "795003", 1, 0, 12), + (83959, "795003", 1, 0, 12), + (83960, "795003", 1, 0, 12), + (83961, "795118", 1, 0, 12), + (83962, "795118", 1, 0, 12), + (83963, "795118", 1, 0, 12), + (83964, "795118", 1, 0, 12), + (83965, "795118", 1, 0, 12), + (83966, "795118", 1, 0, 12), + (83967, "795118", 1, 0, 12), + (83968, "795118", 1, 0, 12), + (83969, "795118", 1, 0, 12), + (83970, "795118", 1, 0, 12), + (83971, "795118", 1, 0, 12), + (83972, "795009", 1, 0, 12), + (83973, "793018", 1, 0, 29), + (83974, "794107", 1, 0, 29), + (83975, "794108", 1, 0, 29), + (83976, "794112", 1, 0, 29), + (83977, "794110", 1, 0, 29), + (83978, "794111", 1, 0, 29), + (83979, "794114", 1, 0, 29), + (83980, "793017", 1, 0, 29), + (83981, "793121", 1, 0, 29), + (83982, "793016", 1, 0, 29), + (83983, "793114", 1, 0, 29), + (83984, "793009", 1, 0, 29), + (83985, "793102", 1, 0, 29), + (83986, "793119", 1, 0, 29), + (83987, "793014", 1, 0, 29), + (83988, "793022", 1, 0, 29), + (83989, "793001", 1, 0, 29), + (83990, "793008", 1, 0, 29), + (83991, "793110", 1, 0, 29), + (83992, "793004", 1, 0, 29), + (83993, "793006", 1, 0, 29), + (83994, "793112", 1, 0, 29), + (83995, "793104", 1, 0, 29), + (83996, "793015", 1, 0, 29), + (83997, "793151", 1, 0, 29), + (83998, "793005", 1, 0, 29), + (83999, "793122", 1, 0, 29), + (84000, "793105", 1, 0, 29), + (84001, "793011", 1, 0, 29), + (84002, "793106", 1, 0, 29), + (84003, "793101", 1, 0, 29), + (84004, "793107", 1, 0, 29), + (84005, "793111", 1, 0, 29), + (84006, "793108", 1, 0, 29), + (84007, "793109", 1, 0, 29), + (84008, "793007", 1, 0, 29), + (84009, "793002", 1, 0, 29), + (84010, "793002", 1, 0, 29), + (84011, "793150", 1, 0, 29), + (84012, "793200", 1, 0, 29), + (84013, "793160", 1, 0, 29), + (84014, "793004", 1, 0, 29), + (84015, "793003", 1, 0, 29), + (84016, "793010", 1, 0, 29), + (84017, "793021", 1, 0, 29), + (84018, "793120", 1, 0, 29), + (84019, "793012", 1, 0, 29), + (84020, "793113", 1, 0, 29), + (84021, "793001", 1, 0, 29), + (84022, "793103", 1, 0, 29), + (84023, "793123", 1, 0, 29), + (84024, "794115", 1, 0, 29), + (84025, "794101", 1, 0, 29), + (84026, "794102", 1, 0, 29), + (84027, "794103", 1, 0, 29), + (84028, "794005", 1, 0, 29), + (84029, "794002", 1, 0, 29), + (84030, "794105", 1, 0, 29), + (84031, "794104", 1, 0, 29), + (84032, "794109", 1, 0, 29), + (84033, "794106", 1, 0, 29), + (84034, "793126", 1, 0, 29), + (84035, "793161", 1, 0, 29), + (84036, "793115", 1, 0, 29), + (84037, "793019", 1, 0, 29), + (84038, "793210", 1, 0, 29), + (84039, "794003", 1, 0, 29), + (84040, "793001", 1, 0, 29), + (84041, "794001", 1, 0, 29), + (84042, "793108", 1, 0, 29), + (84043, "793110", 1, 0, 29), + (84044, "793108", 1, 0, 29), + (84045, "793021", 1, 0, 29), + (84046, "793114", 1, 0, 29), + (84047, "793110", 1, 0, 29), + (84048, "793110", 1, 0, 29), + (84049, "793110", 1, 0, 29), + (84050, "793021", 1, 0, 29), + (84051, "793108", 1, 0, 29), + (84052, "793021", 1, 0, 29), + (84053, "793108", 1, 0, 29), + (84054, "793110", 1, 0, 29), + (84055, "793161", 1, 0, 29), + (84056, "793161", 1, 0, 29), + (84057, "793161", 1, 0, 29), + (84058, "793161", 1, 0, 29), + (84059, "793161", 1, 0, 29), + (84060, "793161", 1, 0, 29), + (84061, "793108", 1, 0, 29), + (84062, "794003", 1, 0, 29), + (84063, "793210", 1, 0, 29), + (84064, "793210", 1, 0, 29), + (84065, "793018", 1, 0, 29), + (84066, "793018", 1, 0, 29), + (84067, "793018", 1, 0, 29), + (84068, "793126", 1, 0, 29), + (84069, "793126", 1, 0, 29), + (84070, "793126", 1, 0, 29), + (84071, "793126", 1, 0, 29), + (84072, "793115", 1, 0, 29), + (84073, "793115", 1, 0, 29), + (84074, "793115", 1, 0, 29), + (84075, "793115", 1, 0, 29), + (84076, "793115", 1, 0, 29), + (84077, "793115", 1, 0, 29), + (84078, "794111", 1, 0, 29), + (84079, "793151", 1, 0, 29), + (84080, "793104", 1, 0, 29), + (84081, "793115", 1, 0, 29), + (84082, "793119", 1, 0, 29), + (84083, "793210", 1, 0, 29), + (84084, "794104", 1, 0, 29), + (84085, "794103", 1, 0, 29), + (84086, "793200", 1, 0, 29), + (84087, "783123", 1, 0, 29), + (84088, "794002", 1, 0, 29), + (84089, "793106", 1, 0, 29), + (84090, "793106", 1, 0, 29), + (84091, "793106", 1, 0, 29), + (84092, "793106", 1, 0, 29), + (84093, "793106", 1, 0, 29), + (84094, "793150", 1, 0, 29), + (84095, "793210", 1, 0, 29), + (84096, "793200", 1, 0, 29), + (84097, "793106", 1, 0, 29), + (84098, "793106", 1, 0, 29), + (84099, "793106", 1, 0, 29), + (84100, "793106", 1, 0, 29), + (84101, "793106", 1, 0, 29), + (84102, "793106", 1, 0, 29), + (84103, "793106", 1, 0, 29), + (84104, "793106", 1, 0, 29), + (84105, "793106", 1, 0, 29), + (84106, "793106", 1, 0, 29), + (84107, "794109", 1, 0, 29), + (84108, "793160", 1, 0, 29), + (84109, "793109", 1, 0, 29), + (84110, "793004", 1, 0, 29), + (84111, "793012", 1, 0, 29), + (84112, "793114", 1, 0, 29), + (84113, "793102", 1, 0, 29), + (84114, "793119", 1, 0, 29), + (84115, "793015", 1, 0, 29), + (84116, "793103", 1, 0, 29), + (84117, "794103", 1, 0, 29), + (84118, "794104", 1, 0, 29), + (84119, "794002", 1, 0, 29), + (84120, "793109", 1, 0, 29), + (84121, "793109", 1, 0, 29), + (84122, "793109", 1, 0, 29), + (84123, "793109", 1, 0, 29), + (84124, "793109", 1, 0, 29), + (84125, "793150", 1, 0, 29), + (84126, "793150", 1, 0, 29), + (84127, "793150", 1, 0, 29), + (84128, "793150", 1, 0, 29), + (84129, "793150", 1, 0, 29), + (84130, "793150", 1, 0, 29), + (84131, "793150", 1, 0, 29), + (84132, "793150", 1, 0, 29), + (84133, "793150", 1, 0, 29), + (84134, "793150", 1, 0, 29), + (84135, "793150", 1, 0, 29), + (84136, "793150", 1, 0, 29), + (84137, "793150", 1, 0, 29), + (84138, "793150", 1, 0, 29), + (84139, "793150", 1, 0, 29), + (84140, "793150", 1, 0, 29), + (84141, "793150", 1, 0, 29), + (84142, "793160", 1, 0, 29), + (84143, "793160", 1, 0, 29), + (84144, "793010", 1, 0, 29), + (84145, "793010", 1, 0, 29), + (84146, "793021", 1, 0, 29), + (84147, "793021", 1, 0, 29), + (84148, "793021", 1, 0, 29), + (84149, "793120", 1, 0, 29), + (84150, "793120", 1, 0, 29), + (84151, "793120", 1, 0, 29), + (84152, "793120", 1, 0, 29), + (84153, "793120", 1, 0, 29), + (84154, "793120", 1, 0, 29), + (84155, "793120", 1, 0, 29), + (84156, "793120", 1, 0, 29), + (84157, "793120", 1, 0, 29), + (84158, "793120", 1, 0, 29), + (84159, "793120", 1, 0, 29), + (84160, "793120", 1, 0, 29), + (84161, "793120", 1, 0, 29), + (84162, "793120", 1, 0, 29), + (84163, "793120", 1, 0, 29), + (84164, "793120", 1, 0, 29), + (84165, "793120", 1, 0, 29), + (84166, "793120", 1, 0, 29), + (84167, "793120", 1, 0, 29), + (84168, "793120", 1, 0, 29), + (84169, "793120", 1, 0, 29), + (84170, "793012", 1, 0, 29), + (84171, "793012", 1, 0, 29), + (84172, "793113", 1, 0, 29), + (84173, "793113", 1, 0, 29), + (84174, "793113", 1, 0, 29), + (84175, "793113", 1, 0, 29), + (84176, "793113", 1, 0, 29), + (84177, "793113", 1, 0, 29), + (84178, "793113", 1, 0, 29), + (84179, "793113", 1, 0, 29), + (84180, "793113", 1, 0, 29), + (84181, "793121", 1, 0, 29), + (84182, "793121", 1, 0, 29), + (84183, "793121", 1, 0, 29), + (84184, "793121", 1, 0, 29), + (84185, "793121", 1, 0, 29), + (84186, "793121", 1, 0, 29), + (84187, "793121", 1, 0, 29), + (84188, "793121", 1, 0, 29), + (84189, "793121", 1, 0, 29), + (84190, "793121", 1, 0, 29), + (84191, "793121", 1, 0, 29), + (84192, "793121", 1, 0, 29), + (84193, "793121", 1, 0, 29), + (84194, "793121", 1, 0, 29), + (84195, "793114", 1, 0, 29), + (84196, "793114", 1, 0, 29), + (84197, "793114", 1, 0, 29), + (84198, "793114", 1, 0, 29), + (84199, "793114", 1, 0, 29), + (84200, "793114", 1, 0, 29), + (84201, "793114", 1, 0, 29), + (84202, "793114", 1, 0, 29), + (84203, "793114", 1, 0, 29), + (84204, "793114", 1, 0, 29), + (84205, "793114", 1, 0, 29), + (84206, "793114", 1, 0, 29), + (84207, "793114", 1, 0, 29), + (84208, "793114", 1, 0, 29), + (84209, "793114", 1, 0, 29), + (84210, "793114", 1, 0, 29), + (84211, "793009", 1, 0, 29), + (84212, "793009", 1, 0, 29), + (84213, "793102", 1, 0, 29), + (84214, "793102", 1, 0, 29), + (84215, "793102", 1, 0, 29), + (84216, "793102", 1, 0, 29), + (84217, "793102", 1, 0, 29), + (84218, "793102", 1, 0, 29), + (84219, "793102", 1, 0, 29), + (84220, "793102", 1, 0, 29), + (84221, "793102", 1, 0, 29), + (84222, "793102", 1, 0, 29), + (84223, "793102", 1, 0, 29), + (84224, "793102", 1, 0, 29), + (84225, "793102", 1, 0, 29), + (84226, "793119", 1, 0, 29), + (84227, "793119", 1, 0, 29), + (84228, "793119", 1, 0, 29), + (84229, "793119", 1, 0, 29), + (84230, "793119", 1, 0, 29), + (84231, "793119", 1, 0, 29), + (84232, "793119", 1, 0, 29), + (84233, "793119", 1, 0, 29), + (84234, "793119", 1, 0, 29), + (84235, "793119", 1, 0, 29), + (84236, "793119", 1, 0, 29), + (84237, "793119", 1, 0, 29), + (84238, "793119", 1, 0, 29), + (84239, "793119", 1, 0, 29), + (84240, "793119", 1, 0, 29), + (84241, "793119", 1, 0, 29), + (84242, "793119", 1, 0, 29), + (84243, "793119", 1, 0, 29), + (84244, "793119", 1, 0, 29), + (84245, "793119", 1, 0, 29), + (84246, "793119", 1, 0, 29), + (84247, "793119", 1, 0, 29), + (84248, "793119", 1, 0, 29), + (84249, "793126", 1, 0, 29), + (84250, "793119", 1, 0, 29), + (84251, "793119", 1, 0, 29), + (84252, "793119", 1, 0, 29), + (84253, "793119", 1, 0, 29), + (84254, "793119", 1, 0, 29), + (84255, "793022", 1, 0, 29), + (84256, "793022", 1, 0, 29), + (84257, "793008", 1, 0, 29), + (84258, "793110", 1, 0, 29), + (84259, "793110", 1, 0, 29), + (84260, "793110", 1, 0, 29), + (84261, "793110", 1, 0, 29), + (84262, "793110", 1, 0, 29), + (84263, "793110", 1, 0, 29), + (84264, "793110", 1, 0, 29), + (84265, "793110", 1, 0, 29), + (84266, "793110", 1, 0, 29), + (84267, "793006", 1, 0, 29), + (84268, "793112", 1, 0, 29), + (84269, "793112", 1, 0, 29), + (84270, "793112", 1, 0, 29), + (84271, "793112", 1, 0, 29), + (84272, "793104", 1, 0, 29), + (84273, "793015", 1, 0, 29), + (84274, "793015", 1, 0, 29), + (84275, "793015", 1, 0, 29), + (84276, "793015", 1, 0, 29), + (84277, "793015", 1, 0, 29), + (84278, "793015", 1, 0, 29), + (84279, "793015", 1, 0, 29), + (84280, "793015", 1, 0, 29), + (84281, "793015", 1, 0, 29), + (84282, "793015", 1, 0, 29), + (84283, "793015", 1, 0, 29), + (84284, "793151", 1, 0, 29), + (84285, "793151", 1, 0, 29), + (84286, "793151", 1, 0, 29), + (84287, "793151", 1, 0, 29), + (84288, "793151", 1, 0, 29), + (84289, "793151", 1, 0, 29), + (84290, "793151", 1, 0, 29), + (84291, "793151", 1, 0, 29), + (84292, "793151", 1, 0, 29), + (84293, "793151", 1, 0, 29), + (84294, "793151", 1, 0, 29), + (84295, "793005", 1, 0, 29), + (84296, "793005", 1, 0, 29), + (84297, "793105", 1, 0, 29), + (84298, "793105", 1, 0, 29), + (84299, "793105", 1, 0, 29), + (84300, "793105", 1, 0, 29), + (84301, "793105", 1, 0, 29), + (84302, "793105", 1, 0, 29), + (84303, "793103", 1, 0, 29), + (84304, "793103", 1, 0, 29), + (84305, "793103", 1, 0, 29), + (84306, "793103", 1, 0, 29), + (84307, "793103", 1, 0, 29), + (84308, "794115", 1, 0, 29), + (84309, "794115", 1, 0, 29), + (84310, "794115", 1, 0, 29), + (84311, "794115", 1, 0, 29), + (84312, "794115", 1, 0, 29), + (84313, "794115", 1, 0, 29), + (84314, "794115", 1, 0, 29), + (84315, "794101", 1, 0, 29), + (84316, "794101", 1, 0, 29), + (84317, "794102", 1, 0, 29), + (84318, "794102", 1, 0, 29), + (84319, "794102", 1, 0, 29), + (84320, "794102", 1, 0, 29), + (84321, "794102", 1, 0, 29), + (84322, "794102", 1, 0, 29), + (84323, "794102", 1, 0, 29), + (84324, "794103", 1, 0, 29), + (84325, "794103", 1, 0, 29), + (84326, "794103", 1, 0, 29), + (84327, "794103", 1, 0, 29), + (84328, "794103", 1, 0, 29), + (84329, "794103", 1, 0, 29), + (84330, "794103", 1, 0, 29), + (84331, "794103", 1, 0, 29), + (84332, "794103", 1, 0, 29), + (84333, "794103", 1, 0, 29), + (84334, "794103", 1, 0, 29), + (84335, "794103", 1, 0, 29), + (84336, "794103", 1, 0, 29), + (84337, "794103", 1, 0, 29), + (84338, "794103", 1, 0, 29), + (84339, "794005", 1, 0, 29), + (84340, "794005", 1, 0, 29), + (84341, "794005", 1, 0, 29), + (84342, "794005", 1, 0, 29), + (84343, "794005", 1, 0, 29), + (84344, "794005", 1, 0, 29), + (84345, "794005", 1, 0, 29), + (84346, "794104", 1, 0, 29), + (84347, "794104", 1, 0, 29), + (84348, "794104", 1, 0, 29), + (84349, "794104", 1, 0, 29), + (84350, "794104", 1, 0, 29), + (84351, "794104", 1, 0, 29), + (84352, "794104", 1, 0, 29), + (84353, "794104", 1, 0, 29), + (84354, "794104", 1, 0, 29), + (84355, "794104", 1, 0, 29), + (84356, "794104", 1, 0, 29), + (84357, "794104", 1, 0, 29), + (84358, "794104", 1, 0, 29), + (84359, "794104", 1, 0, 29), + (84360, "794104", 1, 0, 29), + (84361, "794104", 1, 0, 29), + (84362, "794105", 1, 0, 29), + (84363, "794105", 1, 0, 29), + (84364, "794105", 1, 0, 29), + (84365, "794105", 1, 0, 29), + (84366, "794105", 1, 0, 29), + (84367, "794105", 1, 0, 29), + (84368, "794105", 1, 0, 29), + (84369, "794105", 1, 0, 29), + (84370, "794105", 1, 0, 29), + (84371, "794105", 1, 0, 29), + (84372, "794105", 1, 0, 29), + (84373, "794105", 1, 0, 29), + (84374, "794105", 1, 0, 29), + (84375, "794002", 1, 0, 29), + (84376, "794002", 1, 0, 29), + (84377, "794002", 1, 0, 29), + (84378, "794002", 1, 0, 29), + (84379, "794002", 1, 0, 29), + (84380, "794002", 1, 0, 29), + (84381, "794002", 1, 0, 29), + (84382, "794002", 1, 0, 29), + (84383, "794002", 1, 0, 29), + (84384, "794002", 1, 0, 29), + (84385, "794002", 1, 0, 29), + (84386, "794002", 1, 0, 29), + (84387, "793004", 1, 0, 29), + (84388, "794109", 1, 0, 29), + (84389, "794109", 1, 0, 29), + (84390, "794109", 1, 0, 29), + (84391, "794109", 1, 0, 29), + (84392, "794109", 1, 0, 29), + (84393, "794109", 1, 0, 29), + (84394, "794111", 1, 0, 29), + (84395, "794111", 1, 0, 29), + (84396, "794111", 1, 0, 29), + (84397, "794111", 1, 0, 29), + (84398, "794111", 1, 0, 29), + (84399, "794111", 1, 0, 29), + (84400, "794111", 1, 0, 29), + (84401, "793106", 1, 0, 29), + (84402, "793106", 1, 0, 29), + (84403, "794106", 1, 0, 29), + (84404, "794106", 1, 0, 29), + (84405, "794106", 1, 0, 29), + (84406, "794106", 1, 0, 29), + (84407, "794106", 1, 0, 29), + (84408, "794106", 1, 0, 29), + (84409, "794106", 1, 0, 29), + (84410, "794107", 1, 0, 29), + (84411, "794108", 1, 0, 29), + (84412, "794108", 1, 0, 29), + (84413, "794108", 1, 0, 29), + (84414, "794108", 1, 0, 29), + (84415, "794108", 1, 0, 29), + (84416, "794110", 1, 0, 29), + (84417, "794110", 1, 0, 29), + (84418, "794110", 1, 0, 29), + (84419, "794110", 1, 0, 29), + (84420, "794110", 1, 0, 29), + (84421, "794110", 1, 0, 29), + (84422, "794110", 1, 0, 29), + (84423, "794110", 1, 0, 29), + (84424, "794110", 1, 0, 29), + (84425, "794110", 1, 0, 29), + (84426, "794110", 1, 0, 29), + (84427, "794110", 1, 0, 29), + (84428, "794114", 1, 0, 29), + (84429, "794114", 1, 0, 29), + (84430, "794114", 1, 0, 29), + (84431, "794109", 1, 0, 29), + (84432, "794109", 1, 0, 29), + (84433, "793101", 1, 0, 29), + (84434, "793101", 1, 0, 29), + (84435, "793101", 1, 0, 29), + (84436, "793101", 1, 0, 29), + (84437, "793150", 1, 0, 29), + (84438, "793150", 1, 0, 29), + (84439, "793161", 1, 0, 29), + (84440, "793150", 1, 0, 29), + (84441, "793150", 1, 0, 29), + (84442, "793150", 1, 0, 29), + (84443, "793200", 1, 0, 29), + (84444, "793200", 1, 0, 29), + (84445, "793200", 1, 0, 29), + (84446, "793210", 1, 0, 29), + (84447, "793200", 1, 0, 29), + (84448, "793210", 1, 0, 29), + (84449, "793200", 1, 0, 29), + (84450, "793200", 1, 0, 29), + (84451, "793200", 1, 0, 29), + (84452, "793160", 1, 0, 29), + (84453, "793160", 1, 0, 29), + (84454, "793160", 1, 0, 29), + (84455, "793160", 1, 0, 29), + (84456, "793160", 1, 0, 29), + (84457, "793111", 1, 0, 29), + (84458, "793108", 1, 0, 29), + (84459, "793108", 1, 0, 29), + (84460, "793108", 1, 0, 29), + (84461, "793108", 1, 0, 29), + (84462, "793112", 1, 0, 29), + (84463, "793108", 1, 0, 29), + (84464, "793108", 1, 0, 29), + (84465, "793108", 1, 0, 29), + (84466, "793108", 1, 0, 29), + (84467, "793109", 1, 0, 29), + (84468, "793109", 1, 0, 29), + (84469, "793109", 1, 0, 29), + (84470, "793109", 1, 0, 29), + (84471, "793109", 1, 0, 29), + (84472, "793109", 1, 0, 29), + (84473, "793109", 1, 0, 29), + (84474, "796181", 1, 0, 30), + (84475, "796320", 1, 0, 30), + (84476, "796161", 1, 0, 30), + (84477, "796101", 1, 0, 30), + (84478, "796009", 1, 0, 30), + (84479, "796017", 1, 0, 30), + (84480, "796691", 1, 0, 30), + (84481, "796581", 1, 0, 30), + (84482, "796190", 1, 0, 30), + (84483, "796014", 1, 0, 30), + (84484, "796710", 1, 0, 30), + (84485, "796091", 1, 0, 30), + (84486, "796770", 1, 0, 30), + (84487, "796321", 1, 0, 30), + (84488, "796007", 1, 0, 30), + (84489, "796571", 1, 0, 30), + (84490, "796070", 1, 0, 30), + (84491, "796310", 1, 0, 30), + (84492, "796111", 1, 0, 30), + (84493, "796751", 1, 0, 30), + (84494, "796081", 1, 0, 30), + (84495, "796005", 1, 0, 30), + (84496, "796891", 1, 0, 30), + (84497, "796370", 1, 0, 30), + (84498, "796701", 1, 0, 30), + (84499, "796441", 1, 0, 30), + (84500, "796290", 1, 0, 30), + (84501, "796431", 1, 0, 30), + (84502, "796012", 1, 0, 30), + (84503, "796501", 1, 0, 30), + (84504, "796901", 1, 0, 30), + (84505, "796410", 1, 0, 30), + (84506, "796261", 1, 0, 30), + (84507, "796015", 1, 0, 30), + (84508, "796184", 1, 0, 30), + (84509, "796186", 1, 0, 30), + (84510, "796004", 1, 0, 30), + (84511, "796008", 1, 0, 30), + (84512, "796421", 1, 0, 30), + (84513, "796470", 1, 0, 30), + (84514, "796001", 1, 0, 30), + (84515, "796184", 1, 0, 30), + (84516, "796571", 1, 0, 30), + (84517, "796007", 1, 0, 30), + (84518, "796701", 1, 0, 30), + (84519, "796470", 1, 0, 30), + (84520, "796321", 1, 0, 30), + (84521, "796190", 1, 0, 30), + (84522, "796571", 1, 0, 30), + (84523, "796770", 1, 0, 30), + (84524, "796015", 1, 0, 30), + (84525, "796901", 1, 0, 30), + (84526, "796701", 1, 0, 30), + (84527, "796901", 1, 0, 30), + (84528, "796321", 1, 0, 30), + (84529, "796017", 1, 0, 30), + (84530, "796310", 1, 0, 30), + (84531, "796321", 1, 0, 30), + (84532, "796081", 1, 0, 30), + (84533, "796017", 1, 0, 30), + (84534, "796581", 1, 0, 30), + (84535, "796321", 1, 0, 30), + (84536, "796015", 1, 0, 30), + (84537, "796111", 1, 0, 30), + (84538, "796321", 1, 0, 30), + (84539, "796901", 1, 0, 30), + (84540, "796261", 1, 0, 30), + (84541, "796161", 1, 0, 30), + (84542, "796184", 1, 0, 30), + (84543, "796005", 1, 0, 30), + (84544, "796370", 1, 0, 30), + (84545, "796009", 1, 0, 30), + (84546, "796901", 1, 0, 30), + (84547, "796901", 1, 0, 30), + (84548, "796901", 1, 0, 30), + (84549, "796901", 1, 0, 30), + (84550, "796901", 1, 0, 30), + (84551, "796901", 1, 0, 30), + (84552, "796901", 1, 0, 30), + (84553, "796310", 1, 0, 30), + (84554, "796310", 1, 0, 30), + (84555, "796310", 1, 0, 30), + (84556, "796310", 1, 0, 30), + (84557, "796310", 1, 0, 30), + (84558, "796310", 1, 0, 30), + (84559, "796310", 1, 0, 30), + (84560, "796310", 1, 0, 30), + (84561, "796310", 1, 0, 30), + (84562, "796310", 1, 0, 30), + (84563, "796310", 1, 0, 30), + (84564, "796310", 1, 0, 30), + (84565, "796310", 1, 0, 30), + (84566, "796310", 1, 0, 30), + (84567, "796310", 1, 0, 30), + (84568, "796310", 1, 0, 30), + (84569, "796290", 1, 0, 30), + (84570, "796290", 1, 0, 30), + (84571, "796290", 1, 0, 30), + (84572, "796290", 1, 0, 30), + (84573, "796290", 1, 0, 30), + (84574, "796290", 1, 0, 30), + (84575, "796290", 1, 0, 30), + (84576, "796290", 1, 0, 30), + (84577, "796261", 1, 0, 30), + (84578, "796261", 1, 0, 30), + (84579, "796321", 1, 0, 30), + (84580, "796261", 1, 0, 30), + (84581, "796261", 1, 0, 30), + (84582, "796261", 1, 0, 30), + (84583, "796261", 1, 0, 30), + (84584, "796261", 1, 0, 30), + (84585, "796261", 1, 0, 30), + (84586, "796261", 1, 0, 30), + (84587, "796261", 1, 0, 30), + (84588, "796261", 1, 0, 30), + (84589, "796261", 1, 0, 30), + (84590, "796261", 1, 0, 30), + (84591, "796261", 1, 0, 30), + (84592, "796261", 1, 0, 30), + (84593, "796261", 1, 0, 30), + (84594, "796261", 1, 0, 30), + (84595, "796261", 1, 0, 30), + (84596, "796261", 1, 0, 30), + (84597, "796261", 1, 0, 30), + (84598, "796320", 1, 0, 30), + (84599, "796320", 1, 0, 30), + (84600, "796320", 1, 0, 30), + (84601, "796320", 1, 0, 30), + (84602, "796320", 1, 0, 30), + (84603, "796320", 1, 0, 30), + (84604, "796320", 1, 0, 30), + (84605, "796320", 1, 0, 30), + (84606, "796320", 1, 0, 30), + (84607, "796320", 1, 0, 30), + (84608, "796320", 1, 0, 30), + (84609, "796161", 1, 0, 30), + (84610, "796161", 1, 0, 30), + (84611, "796161", 1, 0, 30), + (84612, "796161", 1, 0, 30), + (84613, "796161", 1, 0, 30), + (84614, "796161", 1, 0, 30), + (84615, "796161", 1, 0, 30), + (84616, "796161", 1, 0, 30), + (84617, "796017", 1, 0, 30), + (84618, "796701", 1, 0, 30), + (84619, "796701", 1, 0, 30), + (84620, "796701", 1, 0, 30), + (84621, "796701", 1, 0, 30), + (84622, "796701", 1, 0, 30), + (84623, "796701", 1, 0, 30), + (84624, "796701", 1, 0, 30), + (84625, "796701", 1, 0, 30), + (84626, "796701", 1, 0, 30), + (84627, "796691", 1, 0, 30), + (84628, "796691", 1, 0, 30), + (84629, "796701", 1, 0, 30), + (84630, "796701", 1, 0, 30), + (84631, "796701", 1, 0, 30), + (84632, "796701", 1, 0, 30), + (84633, "796701", 1, 0, 30), + (84634, "796701", 1, 0, 30), + (84635, "796701", 1, 0, 30), + (84636, "796701", 1, 0, 30), + (84637, "796181", 1, 0, 30), + (84638, "796181", 1, 0, 30), + (84639, "796181", 1, 0, 30), + (84640, "796186", 1, 0, 30), + (84641, "796181", 1, 0, 30), + (84642, "796181", 1, 0, 30), + (84643, "796186", 1, 0, 30), + (84644, "796184", 1, 0, 30), + (84645, "796181", 1, 0, 30), + (84646, "796181", 1, 0, 30), + (84647, "796181", 1, 0, 30), + (84648, "796184", 1, 0, 30), + (84649, "796181", 1, 0, 30), + (84650, "796186", 1, 0, 30), + (84651, "796370", 1, 0, 30), + (84652, "796470", 1, 0, 30), + (84653, "796470", 1, 0, 30), + (84654, "796470", 1, 0, 30), + (84655, "796470", 1, 0, 30), + (84656, "796101", 1, 0, 30), + (84657, "796091", 1, 0, 30), + (84658, "796091", 1, 0, 30), + (84659, "796091", 1, 0, 30), + (84660, "796091", 1, 0, 30), + (84661, "796070", 1, 0, 30), + (84662, "796070", 1, 0, 30), + (84663, "796070", 1, 0, 30), + (84664, "796081", 1, 0, 30), + (84665, "796081", 1, 0, 30), + (84666, "796081", 1, 0, 30), + (84667, "796081", 1, 0, 30), + (84668, "796081", 1, 0, 30), + (84669, "796081", 1, 0, 30), + (84670, "796005", 1, 0, 30), + (84671, "796005", 1, 0, 30), + (84672, "796005", 1, 0, 30), + (84673, "796005", 1, 0, 30), + (84674, "796005", 1, 0, 30), + (84675, "796005", 1, 0, 30), + (84676, "796005", 1, 0, 30), + (84677, "796005", 1, 0, 30), + (84678, "796005", 1, 0, 30), + (84679, "796005", 1, 0, 30), + (84680, "796005", 1, 0, 30), + (84681, "796441", 1, 0, 30), + (84682, "796470", 1, 0, 30), + (84683, "796017", 1, 0, 30), + (84684, "796017", 1, 0, 30), + (84685, "796017", 1, 0, 30), + (84686, "796017", 1, 0, 30), + (84687, "796017", 1, 0, 30), + (84688, "796017", 1, 0, 30), + (84689, "796017", 1, 0, 30), + (84690, "796701", 1, 0, 30), + (84691, "796701", 1, 0, 30), + (84692, "796701", 1, 0, 30), + (84693, "796701", 1, 0, 30), + (84694, "796701", 1, 0, 30), + (84695, "796701", 1, 0, 30), + (84696, "796751", 1, 0, 30), + (84697, "796701", 1, 0, 30), + (84698, "796701", 1, 0, 30), + (84699, "796701", 1, 0, 30), + (84700, "796701", 1, 0, 30), + (84701, "796370", 1, 0, 30), + (84702, "796370", 1, 0, 30), + (84703, "796370", 1, 0, 30), + (84704, "796370", 1, 0, 30), + (84705, "796691", 1, 0, 30), + (84706, "796691", 1, 0, 30), + (84707, "796691", 1, 0, 30), + (84708, "796691", 1, 0, 30), + (84709, "796186", 1, 0, 30), + (84710, "796501", 1, 0, 30), + (84711, "796501", 1, 0, 30), + (84712, "796501", 1, 0, 30), + (84713, "796501", 1, 0, 30), + (84714, "796501", 1, 0, 30), + (84715, "796501", 1, 0, 30), + (84716, "796501", 1, 0, 30), + (84717, "796470", 1, 0, 30), + (84718, "796470", 1, 0, 30), + (84719, "796441", 1, 0, 30), + (84720, "796441", 1, 0, 30), + (84721, "796441", 1, 0, 30), + (84722, "796441", 1, 0, 30), + (84723, "796431", 1, 0, 30), + (84724, "796431", 1, 0, 30), + (84725, "796431", 1, 0, 30), + (84726, "796431", 1, 0, 30), + (84727, "796431", 1, 0, 30), + (84728, "796431", 1, 0, 30), + (84729, "796431", 1, 0, 30), + (84730, "796431", 1, 0, 30), + (84731, "796431", 1, 0, 30), + (84732, "796431", 1, 0, 30), + (84733, "796431", 1, 0, 30), + (84734, "796431", 1, 0, 30), + (84735, "796009", 1, 0, 30), + (84736, "796009", 1, 0, 30), + (84737, "796009", 1, 0, 30), + (84738, "796009", 1, 0, 30), + (84739, "796009", 1, 0, 30), + (84740, "796410", 1, 0, 30), + (84741, "796421", 1, 0, 30), + (84742, "796410", 1, 0, 30), + (84743, "796410", 1, 0, 30), + (84744, "796410", 1, 0, 30), + (84745, "796007", 1, 0, 30), + (84746, "796081", 1, 0, 30), + (84747, "796701", 1, 0, 30), + (84748, "796701", 1, 0, 30), + (84749, "796012", 1, 0, 30), + (84750, "796009", 1, 0, 30), + (84751, "796091", 1, 0, 30), + (84752, "796091", 1, 0, 30), + (84753, "796701", 1, 0, 30), + (84754, "796701", 1, 0, 30), + (84755, "796891", 1, 0, 30), + (84756, "796891", 1, 0, 30), + (84757, "796891", 1, 0, 30), + (84758, "796901", 1, 0, 30), + (84759, "796901", 1, 0, 30), + (84760, "796901", 1, 0, 30), + (84761, "796901", 1, 0, 30), + (84762, "796901", 1, 0, 30), + (84763, "796901", 1, 0, 30), + (84764, "796901", 1, 0, 30), + (84765, "796901", 1, 0, 30), + (84766, "796901", 1, 0, 30), + (84767, "796901", 1, 0, 30), + (84768, "796901", 1, 0, 30), + (84769, "796901", 1, 0, 30), + (84770, "796901", 1, 0, 30), + (84771, "796901", 1, 0, 30), + (84772, "796901", 1, 0, 30), + (84773, "796901", 1, 0, 30), + (84774, "796901", 1, 0, 30), + (84775, "796007", 1, 0, 30), + (84776, "796070", 1, 0, 30), + (84777, "796070", 1, 0, 30), + (84778, "796007", 1, 0, 30), + (84779, "796070", 1, 0, 30), + (84780, "796111", 1, 0, 30), + (84781, "796111", 1, 0, 30), + (84782, "796111", 1, 0, 30), + (84783, "796111", 1, 0, 30), + (84784, "796111", 1, 0, 30), + (84785, "796111", 1, 0, 30), + (84786, "796111", 1, 0, 30), + (84787, "796111", 1, 0, 30), + (84788, "796111", 1, 0, 30), + (84789, "796111", 1, 0, 30), + (84790, "796111", 1, 0, 30), + (84791, "796111", 1, 0, 30), + (84792, "796710", 1, 0, 30), + (84793, "796701", 1, 0, 30), + (84794, "796701", 1, 0, 30), + (84795, "796770", 1, 0, 30), + (84796, "796770", 1, 0, 30), + (84797, "796770", 1, 0, 30), + (84798, "796770", 1, 0, 30), + (84799, "796770", 1, 0, 30), + (84800, "796770", 1, 0, 30), + (84801, "796770", 1, 0, 30), + (84802, "796321", 1, 0, 30), + (84803, "796321", 1, 0, 30), + (84804, "796321", 1, 0, 30), + (84805, "796321", 1, 0, 30), + (84806, "796321", 1, 0, 30), + (84807, "796321", 1, 0, 30), + (84808, "796321", 1, 0, 30), + (84809, "796321", 1, 0, 30), + (84810, "796321", 1, 0, 30), + (84811, "796321", 1, 0, 30), + (84812, "796321", 1, 0, 30), + (84813, "796321", 1, 0, 30), + (84814, "796321", 1, 0, 30), + (84815, "796571", 1, 0, 30), + (84816, "796571", 1, 0, 30), + (84817, "796571", 1, 0, 30), + (84818, "796571", 1, 0, 30), + (84819, "796891", 1, 0, 30), + (84820, "796891", 1, 0, 30), + (84821, "796891", 1, 0, 30), + (84822, "796891", 1, 0, 30), + (84823, "796891", 1, 0, 30), + (84824, "796891", 1, 0, 30), + (84825, "796891", 1, 0, 30), + (84826, "796891", 1, 0, 30), + (84827, "796891", 1, 0, 30), + (84828, "796891", 1, 0, 30), + (84829, "796891", 1, 0, 30), + (84830, "796891", 1, 0, 30), + (84831, "796891", 1, 0, 30), + (84832, "796891", 1, 0, 30), + (84833, "796190", 1, 0, 30), + (84834, "796190", 1, 0, 30), + (84835, "796190", 1, 0, 30), + (84836, "796190", 1, 0, 30), + (84837, "796190", 1, 0, 30), + (84838, "796190", 1, 0, 30), + (84839, "796190", 1, 0, 30), + (84840, "796190", 1, 0, 30), + (84841, "796190", 1, 0, 30), + (84842, "796190", 1, 0, 30), + (84843, "796015", 1, 0, 30), + (84844, "796015", 1, 0, 30), + (84845, "796015", 1, 0, 30), + (84846, "796321", 1, 0, 30), + (84847, "796321", 1, 0, 30), + (84848, "796321", 1, 0, 30), + (84849, "796321", 1, 0, 30), + (84850, "796321", 1, 0, 30), + (84851, "796007", 1, 0, 30), + (84852, "796070", 1, 0, 30), + (84853, "796070", 1, 0, 30), + (84854, "796070", 1, 0, 30), + (84855, "796070", 1, 0, 30), + (84856, "796111", 1, 0, 30), + (84857, "796751", 1, 0, 30), + (84858, "796751", 1, 0, 30), + (84859, "796751", 1, 0, 30), + (84860, "796751", 1, 0, 30), + (84861, "796751", 1, 0, 30), + (84862, "796751", 1, 0, 30), + (84863, "796751", 1, 0, 30), + (84864, "796751", 1, 0, 30), + (84865, "796571", 1, 0, 30), + (84866, "796571", 1, 0, 30), + (84867, "796571", 1, 0, 30), + (84868, "796571", 1, 0, 30), + (84869, "796571", 1, 0, 30), + (84870, "796571", 1, 0, 30), + (84871, "796571", 1, 0, 30), + (84872, "796571", 1, 0, 30), + (84873, "796571", 1, 0, 30), + (84874, "796901", 1, 0, 30), + (84875, "796901", 1, 0, 30), + (84876, "797115", 1, 0, 31), + (84877, "798603", 1, 0, 31), + (84878, "798613", 1, 0, 31), + (84879, "797105", 1, 0, 31), + (84880, "797104", 1, 0, 31), + (84881, "798614", 1, 0, 31), + (84882, "797103", 1, 0, 31), + (84883, "797117", 1, 0, 31), + (84884, "797112", 1, 0, 31), + (84885, "797116", 1, 0, 31), + (84886, "798615", 1, 0, 31), + (84887, "798611", 1, 0, 31), + (84888, "797003", 1, 0, 31), + (84889, "797002", 1, 0, 31), + (84890, "798616", 1, 0, 31), + (84891, "798625", 1, 0, 31), + (84892, "797106", 1, 0, 31), + (84893, "797114", 1, 0, 31), + (84894, "798601", 1, 0, 31), + (84895, "798621", 1, 0, 31), + (84896, "798604", 1, 0, 31), + (84897, "798622", 1, 0, 31), + (84898, "797113", 1, 0, 31), + (84899, "797004", 1, 0, 31), + (84900, "798623", 1, 0, 31), + (84901, "797101", 1, 0, 31), + (84902, "797107", 1, 0, 31), + (84903, "797108", 1, 0, 31), + (84904, "798602", 1, 0, 31), + (84905, "797109", 1, 0, 31), + (84906, "798612", 1, 0, 31), + (84907, "798618", 1, 0, 31), + (84908, "797111", 1, 0, 31), + (84909, "797110", 1, 0, 31), + (84910, "798620", 1, 0, 31), + (84911, "798607", 1, 0, 31), + (84912, "798627", 1, 0, 31), + (84913, "797120", 1, 0, 31), + (84914, "797099", 1, 0, 31), + (84915, "797006", 1, 0, 31), + (84916, "797118", 1, 0, 31), + (84917, "797001", 1, 0, 31), + (84918, "798627", 1, 0, 31), + (84919, "798601", 1, 0, 31), + (84920, "797004", 1, 0, 31), + (84921, "797107", 1, 0, 31), + (84922, "798612", 1, 0, 31), + (84923, "797111", 1, 0, 31), + (84924, "797117", 1, 0, 31), + (84925, "797113", 1, 0, 31), + (84926, "797115", 1, 0, 31), + (84927, "797116", 1, 0, 31), + (84928, "797112", 1, 0, 31), + (84929, "798625", 1, 0, 31), + (84930, "798620", 1, 0, 31), + (84931, "798620", 1, 0, 31), + (84932, "797109", 1, 0, 31), + (84933, "797111", 1, 0, 31), + (84934, "797107", 1, 0, 31), + (84935, "797111", 1, 0, 31), + (84936, "798614", 1, 0, 31), + (84937, "797112", 1, 0, 31), + (84938, "798615", 1, 0, 31), + (84939, "798612", 1, 0, 31), + (84940, "798601", 1, 0, 31), + (84941, "798604", 1, 0, 31), + (84942, "797107", 1, 0, 31), + (84943, "797109", 1, 0, 31), + (84944, "797111", 1, 0, 31), + (84945, "798620", 1, 0, 31), + (84946, "798601", 1, 0, 31), + (84947, "798601", 1, 0, 31), + (84948, "798601", 1, 0, 31), + (84949, "798601", 1, 0, 31), + (84950, "798601", 1, 0, 31), + (84951, "798601", 1, 0, 31), + (84952, "798601", 1, 0, 31), + (84953, "798601", 1, 0, 31), + (84954, "798601", 1, 0, 31), + (84955, "798601", 1, 0, 31), + (84956, "798601", 1, 0, 31), + (84957, "798601", 1, 0, 31), + (84958, "798621", 1, 0, 31), + (84959, "798621", 1, 0, 31), + (84960, "798621", 1, 0, 31), + (84961, "798621", 1, 0, 31), + (84962, "798621", 1, 0, 31), + (84963, "798621", 1, 0, 31), + (84964, "798621", 1, 0, 31), + (84965, "798621", 1, 0, 31), + (84966, "798604", 1, 0, 31), + (84967, "798604", 1, 0, 31), + (84968, "798604", 1, 0, 31), + (84969, "798604", 1, 0, 31), + (84970, "798604", 1, 0, 31), + (84971, "798604", 1, 0, 31), + (84972, "798604", 1, 0, 31), + (84973, "798622", 1, 0, 31), + (84974, "798622", 1, 0, 31), + (84975, "798621", 1, 0, 31), + (84976, "797113", 1, 0, 31), + (84977, "797113", 1, 0, 31), + (84978, "797113", 1, 0, 31), + (84979, "797004", 1, 0, 31), + (84980, "798612", 1, 0, 31), + (84981, "798612", 1, 0, 31), + (84982, "798612", 1, 0, 31), + (84983, "798612", 1, 0, 31), + (84984, "798612", 1, 0, 31), + (84985, "798601", 1, 0, 31), + (84986, "797101", 1, 0, 31), + (84987, "797101", 1, 0, 31), + (84988, "797101", 1, 0, 31), + (84989, "797101", 1, 0, 31), + (84990, "797107", 1, 0, 31), + (84991, "797107", 1, 0, 31), + (84992, "797107", 1, 0, 31), + (84993, "797107", 1, 0, 31), + (84994, "797107", 1, 0, 31), + (84995, "797107", 1, 0, 31), + (84996, "797107", 1, 0, 31), + (84997, "797107", 1, 0, 31), + (84998, "797108", 1, 0, 31), + (84999, "797108", 1, 0, 31), + (85000, "797108", 1, 0, 31), + (85001, "797108", 1, 0, 31), + (85002, "797108", 1, 0, 31), + (85003, "798602", 1, 0, 31), + (85004, "798602", 1, 0, 31), + (85005, "798602", 1, 0, 31), + (85006, "798602", 1, 0, 31), + (85007, "797109", 1, 0, 31), + (85008, "797109", 1, 0, 31), + (85009, "797109", 1, 0, 31), + (85010, "797109", 1, 0, 31), + (85011, "797109", 1, 0, 31), + (85012, "797109", 1, 0, 31), + (85013, "797109", 1, 0, 31), + (85014, "797109", 1, 0, 31), + (85015, "797109", 1, 0, 31), + (85016, "797109", 1, 0, 31), + (85017, "797109", 1, 0, 31), + (85018, "798612", 1, 0, 31), + (85019, "798612", 1, 0, 31), + (85020, "798612", 1, 0, 31), + (85021, "798612", 1, 0, 31), + (85022, "798612", 1, 0, 31), + (85023, "798612", 1, 0, 31), + (85024, "798612", 1, 0, 31), + (85025, "798612", 1, 0, 31), + (85026, "798612", 1, 0, 31), + (85027, "798612", 1, 0, 31), + (85028, "798612", 1, 0, 31), + (85029, "798612", 1, 0, 31), + (85030, "798612", 1, 0, 31), + (85031, "798618", 1, 0, 31), + (85032, "798618", 1, 0, 31), + (85033, "798618", 1, 0, 31), + (85034, "798618", 1, 0, 31), + (85035, "798618", 1, 0, 31), + (85036, "798618", 1, 0, 31), + (85037, "798618", 1, 0, 31), + (85038, "797111", 1, 0, 31), + (85039, "797111", 1, 0, 31), + (85040, "797111", 1, 0, 31), + (85041, "797111", 1, 0, 31), + (85042, "797111", 1, 0, 31), + (85043, "797111", 1, 0, 31), + (85044, "797111", 1, 0, 31), + (85045, "797111", 1, 0, 31), + (85046, "797111", 1, 0, 31), + (85047, "797111", 1, 0, 31), + (85048, "797110", 1, 0, 31), + (85049, "797110", 1, 0, 31), + (85050, "797110", 1, 0, 31), + (85051, "797110", 1, 0, 31), + (85052, "797110", 1, 0, 31), + (85053, "797110", 1, 0, 31), + (85054, "797110", 1, 0, 31), + (85055, "797110", 1, 0, 31), + (85056, "797110", 1, 0, 31), + (85057, "798620", 1, 0, 31), + (85058, "798620", 1, 0, 31), + (85059, "798620", 1, 0, 31), + (85060, "798620", 1, 0, 31), + (85061, "798620", 1, 0, 31), + (85062, "798620", 1, 0, 31), + (85063, "798611", 1, 0, 31), + (85064, "798620", 1, 0, 31), + (85065, "798620", 1, 0, 31), + (85066, "798620", 1, 0, 31), + (85067, "798620", 1, 0, 31), + (85068, "797006", 1, 0, 31), + (85069, "797006", 1, 0, 31), + (85070, "797120", 1, 0, 31), + (85071, "797006", 1, 0, 31), + (85072, "797120", 1, 0, 31), + (85073, "797109", 1, 0, 31), + (85074, "797006", 1, 0, 31), + (85075, "797120", 1, 0, 31), + (85076, "798620", 1, 0, 31), + (85077, "798627", 1, 0, 31), + (85078, "797115", 1, 0, 31), + (85079, "797115", 1, 0, 31), + (85080, "797115", 1, 0, 31), + (85081, "797115", 1, 0, 31), + (85082, "797115", 1, 0, 31), + (85083, "797115", 1, 0, 31), + (85084, "797115", 1, 0, 31), + (85085, "798603", 1, 0, 31), + (85086, "798603", 1, 0, 31), + (85087, "798603", 1, 0, 31), + (85088, "798603", 1, 0, 31), + (85089, "798603", 1, 0, 31), + (85090, "798603", 1, 0, 31), + (85091, "798603", 1, 0, 31), + (85092, "798618", 1, 0, 31), + (85093, "798613", 1, 0, 31), + (85094, "798620", 1, 0, 31), + (85095, "798603", 1, 0, 31), + (85096, "798603", 1, 0, 31), + (85097, "798603", 1, 0, 31), + (85098, "798603", 1, 0, 31), + (85099, "797105", 1, 0, 31), + (85100, "797105", 1, 0, 31), + (85101, "797105", 1, 0, 31), + (85102, "797105", 1, 0, 31), + (85103, "797105", 1, 0, 31), + (85104, "797107", 1, 0, 31), + (85105, "797108", 1, 0, 31), + (85106, "797107", 1, 0, 31), + (85107, "797104", 1, 0, 31), + (85108, "797104", 1, 0, 31), + (85109, "797104", 1, 0, 31), + (85110, "797104", 1, 0, 31), + (85111, "797104", 1, 0, 31), + (85112, "797104", 1, 0, 31), + (85113, "797104", 1, 0, 31), + (85114, "797104", 1, 0, 31), + (85115, "798614", 1, 0, 31), + (85116, "798614", 1, 0, 31), + (85117, "798614", 1, 0, 31), + (85118, "798614", 1, 0, 31), + (85119, "798614", 1, 0, 31), + (85120, "797103", 1, 0, 31), + (85121, "797103", 1, 0, 31), + (85122, "797103", 1, 0, 31), + (85123, "797103", 1, 0, 31), + (85124, "797103", 1, 0, 31), + (85125, "797103", 1, 0, 31), + (85126, "797112", 1, 0, 31), + (85127, "797112", 1, 0, 31), + (85128, "797112", 1, 0, 31), + (85129, "797112", 1, 0, 31), + (85130, "797112", 1, 0, 31), + (85131, "797112", 1, 0, 31), + (85132, "797117", 1, 0, 31), + (85133, "797106", 1, 0, 31), + (85134, "797112", 1, 0, 31), + (85135, "797118", 1, 0, 31), + (85136, "797112", 1, 0, 31), + (85137, "797118", 1, 0, 31), + (85138, "797112", 1, 0, 31), + (85139, "797117", 1, 0, 31), + (85140, "797116", 1, 0, 31), + (85141, "797116", 1, 0, 31), + (85142, "797116", 1, 0, 31), + (85143, "797116", 1, 0, 31), + (85144, "797116", 1, 0, 31), + (85145, "797111", 1, 0, 31), + (85146, "797111", 1, 0, 31), + (85147, "797111", 1, 0, 31), + (85148, "797111", 1, 0, 31), + (85149, "797111", 1, 0, 31), + (85150, "797111", 1, 0, 31), + (85151, "797111", 1, 0, 31), + (85152, "797111", 1, 0, 31), + (85153, "798615", 1, 0, 31), + (85154, "798615", 1, 0, 31), + (85155, "798611", 1, 0, 31), + (85156, "798611", 1, 0, 31), + (85157, "798611", 1, 0, 31), + (85158, "798611", 1, 0, 31), + (85159, "798611", 1, 0, 31), + (85160, "798611", 1, 0, 31), + (85161, "798611", 1, 0, 31), + (85162, "798611", 1, 0, 31), + (85163, "798611", 1, 0, 31), + (85164, "798611", 1, 0, 31), + (85165, "798611", 1, 0, 31), + (85166, "798611", 1, 0, 31), + (85167, "797003", 1, 0, 31), + (85168, "797003", 1, 0, 31), + (85169, "797006", 1, 0, 31), + (85170, "797003", 1, 0, 31), + (85171, "797003", 1, 0, 31), + (85172, "797003", 1, 0, 31), + (85173, "797003", 1, 0, 31), + (85174, "797002", 1, 0, 31), + (85175, "797002", 1, 0, 31), + (85176, "797002", 1, 0, 31), + (85177, "797002", 1, 0, 31), + (85178, "798616", 1, 0, 31), + (85179, "798616", 1, 0, 31), + (85180, "798616", 1, 0, 31), + (85181, "798612", 1, 0, 31), + (85182, "798616", 1, 0, 31), + (85183, "798625", 1, 0, 31), + (85184, "798625", 1, 0, 31), + (85185, "798625", 1, 0, 31), + (85186, "798625", 1, 0, 31), + (85187, "798625", 1, 0, 31), + (85188, "798625", 1, 0, 31), + (85189, "797106", 1, 0, 31), + (85190, "797106", 1, 0, 31), + (85191, "797106", 1, 0, 31), + (85192, "797106", 1, 0, 31), + (85193, "797106", 1, 0, 31), + (85194, "797106", 1, 0, 31), + (85195, "797106", 1, 0, 31), + (85196, "797106", 1, 0, 31), + (85197, "797106", 1, 0, 31), + (85198, "797114", 1, 0, 31), + (85199, "797114", 1, 0, 31), + (85200, "797114", 1, 0, 31), + (85201, "797114", 1, 0, 31), + (85202, "797114", 1, 0, 31), + (85203, "798601", 1, 0, 31), + (85204, "798601", 1, 0, 31), + (85205, "798601", 1, 0, 31), + (85206, "753011", 1, 0, 9), + (85207, "754004", 1, 0, 9), + (85208, "753011", 1, 0, 9), + (85209, "753011", 1, 0, 9), + (85210, "753011", 1, 0, 9), + (85211, "753011", 1, 0, 9), + (85212, "753011", 1, 0, 9), + (85213, "754001", 1, 0, 9), + (85214, "754001", 1, 0, 9), + (85215, "754001", 1, 0, 9), + (85216, "754001", 1, 0, 9), + (85217, "754001", 1, 0, 9), + (85218, "754001", 1, 0, 9), + (85219, "754001", 1, 0, 9), + (85220, "754002", 1, 0, 9), + (85221, "754003", 1, 0, 9), + (85222, "754003", 1, 0, 9), + (85223, "754003", 1, 0, 9), + (85224, "754003", 1, 0, 9), + (85225, "754018", 1, 0, 9), + (85226, "754018", 1, 0, 9), + (85227, "754018", 1, 0, 9), + (85228, "754018", 1, 0, 9), + (85229, "754105", 1, 0, 9), + (85230, "754105", 1, 0, 9), + (85231, "754105", 1, 0, 9), + (85232, "754100", 1, 0, 9), + (85233, "754105", 1, 0, 9), + (85234, "754010", 1, 0, 9), + (85235, "754010", 1, 0, 9), + (85236, "754004", 1, 0, 9), + (85237, "754004", 1, 0, 9), + (85238, "754004", 1, 0, 9), + (85239, "754004", 1, 0, 9), + (85240, "754004", 1, 0, 9), + (85241, "754004", 1, 0, 9), + (85242, "754004", 1, 0, 9), + (85243, "754004", 1, 0, 9), + (85244, "754004", 1, 0, 9), + (85245, "754004", 1, 0, 9), + (85246, "754004", 1, 0, 9), + (85247, "754005", 1, 0, 9), + (85248, "754005", 1, 0, 9), + (85249, "754005", 1, 0, 9), + (85250, "754005", 1, 0, 9), + (85251, "754005", 1, 0, 9), + (85252, "754005", 1, 0, 9), + (85253, "754005", 1, 0, 9), + (85254, "754006", 1, 0, 9), + (85255, "754006", 1, 0, 9), + (85256, "754006", 1, 0, 9), + (85257, "754100", 1, 0, 9), + (85258, "754100", 1, 0, 9), + (85259, "754100", 1, 0, 9), + (85260, "754100", 1, 0, 9), + (85261, "754112", 1, 0, 9), + (85262, "754112", 1, 0, 9), + (85263, "754112", 1, 0, 9), + (85264, "754112", 1, 0, 9), + (85265, "761141", 1, 0, 9), + (85266, "761123", 1, 0, 9), + (85267, "761124", 1, 0, 9), + (85268, "761121", 1, 0, 9), + (85269, "761143", 1, 0, 9), + (85270, "761131", 1, 0, 9), + (85271, "761132", 1, 0, 9), + (85272, "761110", 1, 0, 9), + (85273, "761111", 1, 0, 9), + (85274, "761151", 1, 0, 9), + (85275, "761104", 1, 0, 9), + (85276, "761109", 1, 0, 9), + (85277, "761116", 1, 0, 9), + (85278, "761146", 1, 0, 9), + (85279, "761107", 1, 0, 9), + (85280, "761104", 1, 0, 9), + (85281, "761115", 1, 0, 9), + (85282, "761102", 1, 0, 9), + (85283, "761102", 1, 0, 9), + (85284, "761104", 1, 0, 9), + (85285, "761110", 1, 0, 9), + (85286, "761101", 1, 0, 9), + (85287, "761144", 1, 0, 9), + (85288, "761114", 1, 0, 9), + (85289, "761111", 1, 0, 9), + (85290, "761103", 1, 0, 9), + (85291, "761013", 1, 0, 9), + (85292, "761110", 1, 0, 9), + (85293, "761106", 1, 0, 9), + (85294, "761108", 1, 0, 9), + (85295, "761122", 1, 0, 9), + (85296, "761140", 1, 0, 9), + (85297, "761110", 1, 0, 9), + (85298, "761110", 1, 0, 9), + (85299, "761119", 1, 0, 9), + (85300, "761125", 1, 0, 9), + (85301, "761117", 1, 0, 9), + (85302, "761120", 1, 0, 9), + (85303, "761119", 1, 0, 9), + (85304, "761126", 1, 0, 9), + (85305, "761126", 1, 0, 9), + (85306, "761126", 1, 0, 9), + (85307, "761126", 1, 0, 9), + (85308, "761118", 1, 0, 9), + (85309, "767038", 1, 0, 9), + (85310, "767067", 1, 0, 9), + (85311, "767027", 1, 0, 9), + (85312, "767028", 1, 0, 9), + (85313, "767039", 1, 0, 9), + (85314, "767039", 1, 0, 9), + (85315, "767066", 1, 0, 9), + (85316, "767020", 1, 0, 9), + (85317, "767068", 1, 0, 9), + (85318, "767037", 1, 0, 9), + (85319, "767070", 1, 0, 9), + (85320, "767025", 1, 0, 9), + (85321, "767041", 1, 0, 9), + (85322, "767002", 1, 0, 9), + (85323, "767032", 1, 0, 9), + (85324, "767022", 1, 0, 9), + (85325, "767001", 1, 0, 9), + (85326, "767001", 1, 0, 9), + (85327, "767040", 1, 0, 9), + (85328, "767026", 1, 0, 9), + (85329, "767048", 1, 0, 9), + (85330, "767042", 1, 0, 9), + (85331, "767019", 1, 0, 9), + (85332, "767018", 1, 0, 9), + (85333, "767002", 1, 0, 9), + (85334, "767065", 1, 0, 9), + (85335, "767024", 1, 0, 9), + (85336, "767029", 1, 0, 9), + (85337, "767061", 1, 0, 9), + (85338, "767023", 1, 0, 9), + (85339, "767046", 1, 0, 9), + (85340, "767017", 1, 0, 9), + (85341, "767033", 1, 0, 9), + (85342, "767021", 1, 0, 9), + (85343, "767035", 1, 0, 9), + (85344, "767017", 1, 0, 9), + (85345, "767017", 1, 0, 9), + (85346, "767017", 1, 0, 9), + (85347, "767045", 1, 0, 9), + (85348, "767001", 1, 0, 9), + (85349, "767001", 1, 0, 9), + (85350, "767016", 1, 0, 9), + (85351, "767016", 1, 0, 9), + (85352, "767033", 1, 0, 9), + (85353, "767033", 1, 0, 9), + (85354, "767033", 1, 0, 9), + (85355, "767030", 1, 0, 9), + (85356, "767001", 1, 0, 9), + (85357, "767062", 1, 0, 9), + (85358, "767001", 1, 0, 9), + (85359, "767025", 1, 0, 9), + (85360, "767001", 1, 0, 9), + (85361, "756046", 1, 0, 9), + (85362, "756030", 1, 0, 9), + (85363, "756051", 1, 0, 9), + (85364, "756042", 1, 0, 9), + (85365, "756026", 1, 0, 9), + (85366, "756001", 1, 0, 9), + (85367, "756001", 1, 0, 9), + (85368, "756003", 1, 0, 9), + (85369, "756029", 1, 0, 9), + (85370, "756038", 1, 0, 9), + (85371, "756055", 1, 0, 9), + (85372, "756025", 1, 0, 9), + (85373, "756079", 1, 0, 9), + (85374, "756022", 1, 0, 9), + (85375, "756036", 1, 0, 9), + (85376, "756084", 1, 0, 9), + (85377, "756001", 1, 0, 9), + (85378, "756037", 1, 0, 9), + (85379, "756044", 1, 0, 9), + (85380, "756027", 1, 0, 9), + (85381, "756033", 1, 0, 9), + (85382, "756080", 1, 0, 9), + (85383, "756001", 1, 0, 9), + (85384, "756086", 1, 0, 9), + (85385, "756081", 1, 0, 9), + (85386, "756039", 1, 0, 9), + (85387, "756035", 1, 0, 9), + (85388, "756048", 1, 0, 9), + (85389, "756043", 1, 0, 9), + (85390, "756059", 1, 0, 9), + (85391, "756056", 1, 0, 9), + (85392, "756003", 1, 0, 9), + (85393, "756020", 1, 0, 9), + (85394, "756045", 1, 0, 9), + (85395, "756003", 1, 0, 9), + (85396, "756034", 1, 0, 9), + (85397, "756001", 1, 0, 9), + (85398, "756032", 1, 0, 9), + (85399, "756024", 1, 0, 9), + (85400, "756040", 1, 0, 9), + (85401, "756049", 1, 0, 9), + (85402, "756083", 1, 0, 9), + (85403, "756040", 1, 0, 9), + (85404, "756058", 1, 0, 9), + (85405, "756021", 1, 0, 9), + (85406, "756019", 1, 0, 9), + (85407, "756028", 1, 0, 9), + (85408, "756001", 1, 0, 9), + (85409, "756003", 1, 0, 9), + (85410, "756041", 1, 0, 9), + (85411, "756060", 1, 0, 9), + (85412, "756023", 1, 0, 9), + (85413, "756045", 1, 0, 9), + (85414, "756045", 1, 0, 9), + (85415, "756045", 1, 0, 9), + (85416, "756001", 1, 0, 9), + (85417, "756001", 1, 0, 9), + (85418, "756002", 1, 0, 9), + (85419, "756047", 1, 0, 9), + (85420, "756045", 1, 0, 9), + (85421, "756085", 1, 0, 9), + (85422, "761026", 1, 0, 9), + (85423, "761027", 1, 0, 9), + (85424, "761025", 1, 0, 9), + (85425, "761030", 1, 0, 9), + (85426, "761029", 1, 0, 9), + (85427, "761032", 1, 0, 9), + (85428, "761032", 1, 0, 9), + (85429, "761045", 1, 0, 9), + (85430, "761028", 1, 0, 9), + (85431, "761105", 1, 0, 9), + (85432, "761019", 1, 0, 9), + (85433, "761043", 1, 0, 9), + (85434, "761018", 1, 0, 9), + (85435, "761028", 1, 0, 9), + (85436, "761020", 1, 0, 9), + (85437, "761035", 1, 0, 9), + (85438, "761017", 1, 0, 9), + (85439, "761207", 1, 0, 9), + (85440, "761210", 1, 0, 9), + (85441, "761215", 1, 0, 9), + (85442, "761206", 1, 0, 9), + (85443, "761208", 1, 0, 9), + (85444, "761015", 1, 0, 9), + (85445, "761212", 1, 0, 9), + (85446, "761214", 1, 0, 9), + (85447, "761217", 1, 0, 9), + (85448, "761213", 1, 0, 9), + (85449, "761016", 1, 0, 9), + (85450, "761201", 1, 0, 9), + (85451, "761211", 1, 0, 9), + (85452, "761200", 1, 0, 9), + (85453, "761200", 1, 0, 9), + (85454, "761200", 1, 0, 9), + (85455, "760002", 1, 0, 9), + (85456, "760007", 1, 0, 9), + (85457, "761054", 1, 0, 9), + (85458, "761055", 1, 0, 9), + (85459, "761042", 1, 0, 9), + (85460, "761010", 1, 0, 9), + (85461, "761012", 1, 0, 9), + (85462, "760010", 1, 0, 9), + (85463, "761009", 1, 0, 9), + (85464, "761052", 1, 0, 9), + (85465, "761002", 1, 0, 9), + (85466, "760003", 1, 0, 9), + (85467, "760005", 1, 0, 9), + (85468, "760004", 1, 0, 9), + (85469, "760001", 1, 0, 9), + (85470, "760001", 1, 0, 9), + (85471, "760001", 1, 0, 9), + (85472, "760004", 1, 0, 9), + (85473, "761012", 1, 0, 9), + (85474, "760001", 1, 0, 9), + (85475, "760001", 1, 0, 9), + (85476, "760001", 1, 0, 9), + (85477, "760004", 1, 0, 9), + (85478, "761008", 1, 0, 9), + (85479, "760008", 1, 0, 9), + (85480, "761005", 1, 0, 9), + (85481, "761006", 1, 0, 9), + (85482, "760001", 1, 0, 9), + (85483, "761209", 1, 0, 9), + (85484, "761100", 1, 0, 9), + (85485, "760008", 1, 0, 9), + (85486, "760001", 1, 0, 9), + (85487, "760004", 1, 0, 9), + (85488, "760009", 1, 0, 9), + (85489, "761001", 1, 0, 9), + (85490, "761011", 1, 0, 9), + (85491, "761004", 1, 0, 9), + (85492, "760002", 1, 0, 9), + (85493, "760002", 1, 0, 9), + (85494, "761007", 1, 0, 9), + (85495, "761014", 1, 0, 9), + (85496, "761037", 1, 0, 9), + (85497, "760006", 1, 0, 9), + (85498, "760002", 1, 0, 9), + (85499, "761041", 1, 0, 9), + (85500, "761031", 1, 0, 9), + (85501, "761003", 1, 0, 9), + (85502, "761020", 1, 0, 9), + (85503, "756129", 1, 0, 9), + (85504, "756100", 1, 0, 9), + (85505, "756128", 1, 0, 9), + (85506, "756163", 1, 0, 9), + (85507, "756118", 1, 0, 9), + (85508, "756100", 1, 0, 9), + (85509, "756181", 1, 0, 9), + (85510, "756121", 1, 0, 9), + (85511, "756132", 1, 0, 9), + (85512, "756164", 1, 0, 9), + (85513, "756100", 1, 0, 9), + (85514, "756167", 1, 0, 9), + (85515, "756131", 1, 0, 9), + (85516, "756125", 1, 0, 9), + (85517, "756135", 1, 0, 9), + (85518, "756111", 1, 0, 9), + (85519, "756123", 1, 0, 9), + (85520, "756100", 1, 0, 9), + (85521, "756126", 1, 0, 9), + (85522, "756126", 1, 0, 9), + (85523, "756130", 1, 0, 9), + (85524, "756100", 1, 0, 9), + (85525, "756134", 1, 0, 9), + (85526, "756122", 1, 0, 9), + (85527, "756138", 1, 0, 9), + (85528, "756116", 1, 0, 9), + (85529, "756139", 1, 0, 9), + (85530, "756137", 1, 0, 9), + (85531, "756166", 1, 0, 9), + (85532, "756114", 1, 0, 9), + (85533, "756113", 1, 0, 9), + (85534, "756115", 1, 0, 9), + (85535, "756112", 1, 0, 9), + (85536, "756144", 1, 0, 9), + (85537, "756125", 1, 0, 9), + (85538, "756125", 1, 0, 9), + (85539, "756168", 1, 0, 9), + (85540, "756100", 1, 0, 9), + (85541, "756100", 1, 0, 9), + (85542, "756100", 1, 0, 9), + (85543, "756100", 1, 0, 9), + (85544, "756100", 1, 0, 9), + (85545, "756101", 1, 0, 9), + (85546, "756120", 1, 0, 9), + (85547, "756165", 1, 0, 9), + (85548, "756133", 1, 0, 9), + (85549, "756133", 1, 0, 9), + (85550, "756101", 1, 0, 9), + (85551, "756117", 1, 0, 9), + (85552, "756171", 1, 0, 9), + (85553, "756119", 1, 0, 9), + (85554, "756127", 1, 0, 9), + (85555, "756182", 1, 0, 9), + (85556, "756162", 1, 0, 9), + (85557, "756124", 1, 0, 9), + (85558, "751012", 1, 0, 9), + (85559, "751013", 1, 0, 9), + (85560, "751014", 1, 0, 9), + (85561, "752101", 1, 0, 9), + (85562, "752102", 1, 0, 9), + (85563, "752103", 1, 0, 9), + (85564, "752115", 1, 0, 9), + (85565, "751001", 1, 0, 9), + (85566, "751022", 1, 0, 9), + (85567, "751020", 1, 0, 9), + (85568, "751009", 1, 0, 9), + (85569, "751014", 1, 0, 9), + (85570, "751009", 1, 0, 9), + (85571, "751001", 1, 0, 9), + (85572, "751015", 1, 0, 9), + (85573, "751016", 1, 0, 9), + (85574, "751017", 1, 0, 9), + (85575, "751018", 1, 0, 9), + (85576, "751019", 1, 0, 9), + (85577, "751020", 1, 0, 9), + (85578, "751021", 1, 0, 9), + (85579, "751022", 1, 0, 9), + (85580, "751023", 1, 0, 9), + (85581, "751024", 1, 0, 9), + (85582, "751030", 1, 0, 9), + (85583, "752100", 1, 0, 9), + (85584, "751002", 1, 0, 9), + (85585, "751003", 1, 0, 9), + (85586, "751004", 1, 0, 9), + (85587, "751005", 1, 0, 9), + (85588, "751006", 1, 0, 9), + (85589, "751007", 1, 0, 9), + (85590, "751008", 1, 0, 9), + (85591, "751009", 1, 0, 9), + (85592, "751010", 1, 0, 9), + (85593, "751011", 1, 0, 9), + (85594, "751002", 1, 0, 9), + (85595, "751006", 1, 0, 9), + (85596, "751002", 1, 0, 9), + (85597, "751001", 1, 0, 9), + (85598, "751006", 1, 0, 9), + (85599, "751022", 1, 0, 9), + (85600, "751001", 1, 0, 9), + (85601, "751017", 1, 0, 9), + (85602, "751002", 1, 0, 9), + (85603, "751007", 1, 0, 9), + (85604, "751003", 1, 0, 9), + (85605, "751009", 1, 0, 9), + (85606, "751007", 1, 0, 9), + (85607, "755049", 1, 0, 9), + (85608, "755022", 1, 0, 9), + (85609, "755011", 1, 0, 9), + (85610, "755012", 1, 0, 9), + (85611, "755043", 1, 0, 9), + (85612, "755013", 1, 0, 9), + (85613, "755014", 1, 0, 9), + (85614, "755015", 1, 0, 9), + (85615, "755016", 1, 0, 9), + (85616, "755019", 1, 0, 9), + (85617, "755017", 1, 0, 9), + (85618, "755018", 1, 0, 9), + (85619, "754217", 1, 0, 9), + (85620, "754219", 1, 0, 9), + (85621, "754205", 1, 0, 9), + (85622, "754245", 1, 0, 9), + (85623, "754218", 1, 0, 9), + (85624, "754253", 1, 0, 9), + (85625, "754239", 1, 0, 9), + (85626, "754208", 1, 0, 9), + (85627, "754292", 1, 0, 9), + (85628, "754222", 1, 0, 9), + (85629, "754240", 1, 0, 9), + (85630, "754210", 1, 0, 9), + (85631, "754289", 1, 0, 9), + (85632, "754214", 1, 0, 9), + (85633, "754248", 1, 0, 9), + (85634, "754244", 1, 0, 9), + (85635, "754223", 1, 0, 9), + (85636, "754211", 1, 0, 9), + (85637, "754211", 1, 0, 9), + (85638, "754246", 1, 0, 9), + (85639, "754224", 1, 0, 9), + (85640, "754213", 1, 0, 9), + (85641, "754216", 1, 0, 9), + (85642, "754231", 1, 0, 9), + (85643, "754227", 1, 0, 9), + (85644, "754228", 1, 0, 9), + (85645, "754215", 1, 0, 9), + (85646, "754215", 1, 0, 9), + (85647, "754220", 1, 0, 9), + (85648, "754225", 1, 0, 9), + (85649, "754212", 1, 0, 9), + (85650, "754250", 1, 0, 9), + (85651, "754211", 1, 0, 9), + (85652, "755007", 1, 0, 9), + (85653, "755036", 1, 0, 9), + (85654, "755001", 1, 0, 9), + (85655, "755027", 1, 0, 9), + (85656, "755003", 1, 0, 9), + (85657, "755025", 1, 0, 9), + (85658, "755004", 1, 0, 9), + (85659, "755005", 1, 0, 9), + (85660, "755044", 1, 0, 9), + (85661, "755026", 1, 0, 9), + (85662, "755006", 1, 0, 9), + (85663, "755008", 1, 0, 9), + (85664, "755019", 1, 0, 9), + (85665, "755020", 1, 0, 9), + (85666, "755061", 1, 0, 9), + (85667, "755024", 1, 0, 9), + (85668, "755001", 1, 0, 9), + (85669, "755019", 1, 0, 9), + (85670, "755001", 1, 0, 9), + (85671, "755050", 1, 0, 9), + (85672, "755023", 1, 0, 9), + (85673, "755009", 1, 0, 9), + (85674, "755010", 1, 0, 9), + (85675, "755028", 1, 0, 9), + (85676, "754137", 1, 0, 9), + (85677, "754109", 1, 0, 9), + (85678, "754139", 1, 0, 9), + (85679, "754106", 1, 0, 9), + (85680, "754136", 1, 0, 9), + (85681, "754162", 1, 0, 9), + (85682, "754135", 1, 0, 9), + (85683, "754141", 1, 0, 9), + (85684, "754119", 1, 0, 9), + (85685, "754114", 1, 0, 9), + (85686, "754142", 1, 0, 9), + (85687, "754160", 1, 0, 9), + (85688, "754104", 1, 0, 9), + (85689, "754113", 1, 0, 9), + (85690, "754142", 1, 0, 9), + (85691, "754145", 1, 0, 9), + (85692, "754132", 1, 0, 9), + (85693, "754140", 1, 0, 9), + (85694, "754143", 1, 0, 9), + (85695, "754103", 1, 0, 9), + (85696, "754133", 1, 0, 9), + (85697, "754138", 1, 0, 9), + (85698, "754295", 1, 0, 9), + (85699, "754029", 1, 0, 9), + (85700, "754200", 1, 0, 9), + (85701, "754031", 1, 0, 9), + (85702, "754028", 1, 0, 9), + (85703, "754027", 1, 0, 9), + (85704, "754025", 1, 0, 9), + (85705, "754025", 1, 0, 9), + (85706, "754026", 1, 0, 9), + (85707, "754037", 1, 0, 9), + (85708, "754071", 1, 0, 9), + (85709, "754022", 1, 0, 9), + (85710, "754290", 1, 0, 9), + (85711, "754032", 1, 0, 9), + (85712, "754035", 1, 0, 9), + (85713, "754201", 1, 0, 9), + (85714, "754030", 1, 0, 9), + (85715, "754107", 1, 0, 9), + (85716, "754102", 1, 0, 9), + (85717, "754120", 1, 0, 9), + (85718, "754108", 1, 0, 9), + (85719, "754111", 1, 0, 9), + (85720, "754110", 1, 0, 9), + (85721, "754294", 1, 0, 9), + (85722, "758021", 1, 0, 9), + (85723, "758021", 1, 0, 9), + (85724, "758035", 1, 0, 9), + (85725, "758080", 1, 0, 9), + (85726, "758037", 1, 0, 9), + (85727, "758038", 1, 0, 9), + (85728, "758082", 1, 0, 9), + (85729, "758041", 1, 0, 9), + (85730, "758078", 1, 0, 9), + (85731, "758029", 1, 0, 9), + (85732, "758022", 1, 0, 9), + (85733, "758015", 1, 0, 9), + (85734, "758027", 1, 0, 9), + (85735, "758028", 1, 0, 9), + (85736, "758023", 1, 0, 9), + (85737, "758083", 1, 0, 9), + (85738, "758079", 1, 0, 9), + (85739, "758031", 1, 0, 9), + (85740, "758034", 1, 0, 9), + (85741, "758087", 1, 0, 9), + (85742, "758044", 1, 0, 9), + (85743, "758002", 1, 0, 9), + (85744, "758002", 1, 0, 9), + (85745, "758001", 1, 0, 9), + (85746, "758001", 1, 0, 9), + (85747, "758001", 1, 0, 9), + (85748, "758001", 1, 0, 9), + (85749, "758040", 1, 0, 9), + (85750, "758025", 1, 0, 9), + (85751, "758001", 1, 0, 9), + (85752, "758036", 1, 0, 9), + (85753, "758081", 1, 0, 9), + (85754, "758014", 1, 0, 9), + (85755, "758013", 1, 0, 9), + (85756, "758017", 1, 0, 9), + (85757, "758047", 1, 0, 9), + (85758, "758016", 1, 0, 9), + (85759, "758043", 1, 0, 9), + (85760, "758020", 1, 0, 9), + (85761, "758076", 1, 0, 9), + (85762, "758018", 1, 0, 9), + (85763, "758035", 1, 0, 9), + (85764, "758026", 1, 0, 9), + (85765, "758030", 1, 0, 9), + (85766, "758019", 1, 0, 9), + (85767, "758046", 1, 0, 9), + (85768, "758045", 1, 0, 9), + (85769, "758032", 1, 0, 9), + (85770, "764070", 1, 0, 9), + (85771, "764073", 1, 0, 9), + (85772, "764073", 1, 0, 9), + (85773, "764055", 1, 0, 9), + (85774, "764027", 1, 0, 9), + (85775, "764057", 1, 0, 9), + (85776, "764056", 1, 0, 9), + (85777, "763008", 1, 0, 9), + (85778, "764028", 1, 0, 9), + (85779, "763003", 1, 0, 9), + (85780, "764020", 1, 0, 9), + (85781, "764021", 1, 0, 9), + (85782, "764011", 1, 0, 9), + (85783, "765013", 1, 0, 9), + (85784, "764037", 1, 0, 9), + (85785, "764014", 1, 0, 9), + (85786, "763004", 1, 0, 9), + (85787, "764049", 1, 0, 9), + (85788, "764051", 1, 0, 9), + (85789, "764001", 1, 0, 9), + (85790, "764043", 1, 0, 9), + (85791, "764077", 1, 0, 9), + (85792, "764052", 1, 0, 9), + (85793, "764072", 1, 0, 9), + (85794, "764078", 1, 0, 9), + (85795, "764001", 1, 0, 9), + (85796, "764004", 1, 0, 9), + (85797, "764001", 1, 0, 9), + (85798, "764001", 1, 0, 9), + (85799, "764002", 1, 0, 9), + (85800, "765019", 1, 0, 9), + (85801, "764062", 1, 0, 9), + (85802, "765033", 1, 0, 9), + (85803, "765026", 1, 0, 9), + (85804, "765022", 1, 0, 9), + (85805, "765017", 1, 0, 9), + (85806, "765017", 1, 0, 9), + (85807, "765034", 1, 0, 9), + (85808, "765016", 1, 0, 9), + (85809, "765015", 1, 0, 9), + (85810, "765023", 1, 0, 9), + (85811, "765020", 1, 0, 9), + (85812, "765022", 1, 0, 9), + (85813, "765025", 1, 0, 9), + (85814, "765001", 1, 0, 9), + (85815, "765001", 1, 0, 9), + (85816, "765001", 1, 0, 9), + (85817, "765001", 1, 0, 9), + (85818, "765002", 1, 0, 9), + (85819, "765029", 1, 0, 9), + (85820, "765018", 1, 0, 9), + (85821, "765024", 1, 0, 9), + (85822, "764085", 1, 0, 9), + (85823, "764081", 1, 0, 9), + (85824, "764042", 1, 0, 9), + (85825, "764076", 1, 0, 9), + (85826, "764041", 1, 0, 9), + (85827, "764005", 1, 0, 9), + (85828, "764047", 1, 0, 9), + (85829, "764075", 1, 0, 9), + (85830, "764061", 1, 0, 9), + (85831, "764058", 1, 0, 9), + (85832, "764087", 1, 0, 9), + (85833, "764040", 1, 0, 9), + (85834, "764045", 1, 0, 9), + (85835, "764048", 1, 0, 9), + (85836, "764044", 1, 0, 9), + (85837, "764063", 1, 0, 9), + (85838, "764059", 1, 0, 9), + (85839, "764059", 1, 0, 9), + (85840, "764071", 1, 0, 9), + (85841, "764003", 1, 0, 9), + (85842, "764074", 1, 0, 9), + (85843, "764086", 1, 0, 9), + (85844, "764021", 1, 0, 9), + (85845, "764038", 1, 0, 9), + (85846, "764039", 1, 0, 9), + (85847, "763002", 1, 0, 9), + (85848, "763002", 1, 0, 9), + (85849, "764036", 1, 0, 9), + (85850, "763001", 1, 0, 9), + (85851, "763002", 1, 0, 9), + (85852, "765021", 1, 0, 9), + (85853, "757001", 1, 0, 9), + (85854, "757055", 1, 0, 9), + (85855, "757104", 1, 0, 9), + (85856, "757100", 1, 0, 9), + (85857, "757028", 1, 0, 9), + (85858, "757032", 1, 0, 9), + (85859, "757001", 1, 0, 9), + (85860, "757001", 1, 0, 9), + (85861, "757001", 1, 0, 9), + (85862, "757001", 1, 0, 9), + (85863, "757001", 1, 0, 9), + (85864, "757026", 1, 0, 9), + (85865, "757074", 1, 0, 9), + (85866, "757002", 1, 0, 9), + (85867, "757083", 1, 0, 9), + (85868, "757002", 1, 0, 9), + (85869, "757025", 1, 0, 9), + (85870, "757002", 1, 0, 9), + (85871, "757087", 1, 0, 9), + (85872, "757092", 1, 0, 9), + (85873, "757085", 1, 0, 9), + (85874, "757107", 1, 0, 9), + (85875, "757017", 1, 0, 9), + (85876, "757020", 1, 0, 9), + (85877, "757073", 1, 0, 9), + (85878, "757077", 1, 0, 9), + (85879, "757001", 1, 0, 9), + (85880, "757103", 1, 0, 9), + (85881, "757102", 1, 0, 9), + (85882, "757016", 1, 0, 9), + (85883, "757106", 1, 0, 9), + (85884, "757024", 1, 0, 9), + (85885, "757051", 1, 0, 9), + (85886, "757079", 1, 0, 9), + (85887, "757031", 1, 0, 9), + (85888, "757049", 1, 0, 9), + (85889, "757022", 1, 0, 9), + (85890, "757003", 1, 0, 9), + (85891, "757041", 1, 0, 9), + (85892, "757041", 1, 0, 9), + (85893, "757041", 1, 0, 9), + (85894, "757027", 1, 0, 9), + (85895, "757101", 1, 0, 9), + (85896, "757001", 1, 0, 9), + (85897, "757043", 1, 0, 9), + (85898, "757047", 1, 0, 9), + (85899, "757046", 1, 0, 9), + (85900, "757054", 1, 0, 9), + (85901, "757033", 1, 0, 9), + (85902, "757048", 1, 0, 9), + (85903, "757042", 1, 0, 9), + (85904, "757050", 1, 0, 9), + (85905, "757045", 1, 0, 9), + (85906, "757034", 1, 0, 9), + (85907, "757014", 1, 0, 9), + (85908, "757018", 1, 0, 9), + (85909, "757021", 1, 0, 9), + (85910, "757001", 1, 0, 9), + (85911, "757075", 1, 0, 9), + (85912, "757082", 1, 0, 9), + (85913, "757023", 1, 0, 9), + (85914, "757086", 1, 0, 9), + (85915, "757093", 1, 0, 9), + (85916, "757052", 1, 0, 9), + (85917, "757040", 1, 0, 9), + (85918, "757019", 1, 0, 9), + (85919, "757084", 1, 0, 9), + (85920, "757029", 1, 0, 9), + (85921, "757105", 1, 0, 9), + (85922, "757030", 1, 0, 9), + (85923, "757081", 1, 0, 9), + (85924, "757037", 1, 0, 9), + (85925, "757037", 1, 0, 9), + (85926, "757037", 1, 0, 9), + (85927, "757037", 1, 0, 9), + (85928, "757091", 1, 0, 9), + (85929, "757043", 1, 0, 9), + (85930, "757043", 1, 0, 9), + (85931, "757043", 1, 0, 9), + (85932, "757035", 1, 0, 9), + (85933, "757039", 1, 0, 9), + (85934, "757036", 1, 0, 9), + (85935, "757038", 1, 0, 9), + (85936, "757053", 1, 0, 9), + (85937, "762022", 1, 0, 9), + (85938, "762017", 1, 0, 9), + (85939, "762012", 1, 0, 9), + (85940, "762105", 1, 0, 9), + (85941, "762109", 1, 0, 9), + (85942, "762027", 1, 0, 9), + (85943, "762001", 1, 0, 9), + (85944, "762014", 1, 0, 9), + (85945, "762016", 1, 0, 9), + (85946, "762001", 1, 0, 9), + (85947, "762102", 1, 0, 9), + (85948, "762103", 1, 0, 9), + (85949, "762001", 1, 0, 9), + (85950, "762112", 1, 0, 9), + (85951, "762001", 1, 0, 9), + (85952, "762011", 1, 0, 9), + (85953, "762001", 1, 0, 9), + (85954, "762013", 1, 0, 9), + (85955, "762101", 1, 0, 9), + (85956, "762019", 1, 0, 9), + (85957, "762030", 1, 0, 9), + (85958, "762103", 1, 0, 9), + (85959, "762021", 1, 0, 9), + (85960, "762110", 1, 0, 9), + (85961, "762015", 1, 0, 9), + (85962, "762024", 1, 0, 9), + (85963, "762014", 1, 0, 9), + (85964, "762014", 1, 0, 9), + (85965, "762014", 1, 0, 9), + (85966, "762028", 1, 0, 9), + (85967, "762002", 1, 0, 9), + (85968, "762104", 1, 0, 9), + (85969, "762018", 1, 0, 9), + (85970, "762029", 1, 0, 9), + (85971, "762020", 1, 0, 9), + (85972, "762023", 1, 0, 9), + (85973, "762026", 1, 0, 9), + (85974, "762010", 1, 0, 9), + (85975, "762107", 1, 0, 9), + (85976, "762100", 1, 0, 9), + (85977, "762100", 1, 0, 9), + (85978, "752001", 1, 0, 9), + (85979, "752001", 1, 0, 9), + (85980, "752002", 1, 0, 9), + (85981, "752001", 1, 0, 9), + (85982, "752002", 1, 0, 9), + (85983, "752014", 1, 0, 9), + (85984, "752001", 1, 0, 9), + (85985, "752001", 1, 0, 9), + (85986, "752001", 1, 0, 9), + (85987, "752003", 1, 0, 9), + (85988, "752046", 1, 0, 9), + (85989, "752082", 1, 0, 9), + (85990, "752089", 1, 0, 9), + (85991, "752063", 1, 0, 9), + (85992, "752024", 1, 0, 9), + (85993, "752084", 1, 0, 9), + (85994, "752085", 1, 0, 9), + (85995, "752092", 1, 0, 9), + (85996, "752025", 1, 0, 9), + (85997, "752068", 1, 0, 9), + (85998, "752078", 1, 0, 9), + (85999, "752077", 1, 0, 9), + (86000, "752090", 1, 0, 9), + (86001, "752093", 1, 0, 9), + (86002, "752094", 1, 0, 9), + (86003, "752079", 1, 0, 9), + (86004, "752070", 1, 0, 9), + (86005, "752069", 1, 0, 9), + (86006, "752083", 1, 0, 9), + (86007, "752081", 1, 0, 9), + (86008, "752065", 1, 0, 9), + (86009, "752026", 1, 0, 9), + (86010, "752080", 1, 0, 9), + (86011, "752091", 1, 0, 9), + (86012, "752069", 1, 0, 9), + (86013, "752001", 1, 0, 9), + (86014, "752002", 1, 0, 9), + (86015, "752001", 1, 0, 9), + (86016, "752013", 1, 0, 9), + (86017, "752016", 1, 0, 9), + (86018, "752011", 1, 0, 9), + (86019, "752012", 1, 0, 9), + (86020, "752002", 1, 0, 9), + (86021, "752015", 1, 0, 9), + (86022, "752045", 1, 0, 9), + (86023, "752001", 1, 0, 9), + (86024, "752001", 1, 0, 9), + (86025, "752017", 1, 0, 9), + (86026, "752001", 1, 0, 9), + (86027, "768107", 1, 0, 9), + (86028, "768001", 1, 0, 9), + (86029, "768105", 1, 0, 9), + (86030, "768019", 1, 0, 9), + (86031, "768003", 1, 0, 9), + (86032, "768102", 1, 0, 9), + (86033, "768017", 1, 0, 9), + (86034, "768119", 1, 0, 9), + (86035, "768106", 1, 0, 9), + (86036, "768006", 1, 0, 9), + (86037, "768109", 1, 0, 9), + (86038, "768200", 1, 0, 9), + (86039, "768001", 1, 0, 9), + (86040, "768031", 1, 0, 9), + (86041, "768027", 1, 0, 9), + (86042, "768028", 1, 0, 9), + (86043, "768028", 1, 0, 9), + (86044, "768029", 1, 0, 9), + (86045, "768038", 1, 0, 9), + (86046, "768030", 1, 0, 9), + (86047, "768104", 1, 0, 9), + (86048, "768045", 1, 0, 9), + (86049, "768032", 1, 0, 9), + (86050, "768052", 1, 0, 9), + (86051, "768037", 1, 0, 9), + (86052, "768034", 1, 0, 9), + (86053, "768042", 1, 0, 9), + (86054, "768049", 1, 0, 9), + (86055, "768048", 1, 0, 9), + (86056, "768035", 1, 0, 9), + (86057, "768050", 1, 0, 9), + (86058, "768039", 1, 0, 9), + (86059, "768036", 1, 0, 9), + (86060, "768103", 1, 0, 9), + (86061, "768033", 1, 0, 9), + (86062, "768040", 1, 0, 9), + (86063, "768220", 1, 0, 9), + (86064, "768221", 1, 0, 9), + (86065, "768211", 1, 0, 9), + (86066, "768218", 1, 0, 9), + (86067, "768217", 1, 0, 9), + (86068, "768216", 1, 0, 9), + (86069, "768224", 1, 0, 9), + (86070, "768203", 1, 0, 9), + (86071, "768234", 1, 0, 9), + (86072, "768202", 1, 0, 9), + (86073, "768213", 1, 0, 9), + (86074, "768228", 1, 0, 9), + (86075, "768222", 1, 0, 9), + (86076, "768227", 1, 0, 9), + (86077, "768215", 1, 0, 9), + (86078, "768214", 1, 0, 9), + (86079, "768219", 1, 0, 9), + (86080, "768204", 1, 0, 9), + (86081, "768233", 1, 0, 9), + (86082, "768226", 1, 0, 9), + (86083, "768225", 1, 0, 9), + (86084, "768212", 1, 0, 9), + (86085, "768201", 1, 0, 9), + (86086, "768216", 1, 0, 9), + (86087, "768201", 1, 0, 9), + (86088, "768002", 1, 0, 9), + (86089, "768004", 1, 0, 9), + (86090, "768110", 1, 0, 9), + (86091, "768001", 1, 0, 9), + (86092, "768004", 1, 0, 9), + (86093, "768017", 1, 0, 9), + (86094, "768026", 1, 0, 9), + (86095, "768025", 1, 0, 9), + (86096, "768113", 1, 0, 9), + (86097, "768005", 1, 0, 9), + (86098, "768108", 1, 0, 9), + (86099, "768018", 1, 0, 9), + (86100, "768111", 1, 0, 9), + (86101, "768121", 1, 0, 9), + (86102, "768001", 1, 0, 9), + (86103, "768115", 1, 0, 9), + (86104, "768112", 1, 0, 9), + (86105, "768016", 1, 0, 9), + (86106, "768020", 1, 0, 9), + (86107, "753002", 1, 0, 9), + (86108, "754005", 1, 0, 9), + (86109, "754006", 1, 0, 9), + (86110, "753009", 1, 0, 9), + (86111, "753014", 1, 0, 9), + (86112, "753011", 1, 0, 9), + (86113, "754002", 1, 0, 9), + (86114, "754001", 1, 0, 9), + (86115, "754003", 1, 0, 9), + (86116, "754018", 1, 0, 9), + (86117, "754105", 1, 0, 9), + (86118, "754004", 1, 0, 9), + (86119, "754010", 1, 0, 9), + (86120, "754112", 1, 0, 9), + (86121, "753006", 1, 0, 9), + (86122, "753012", 1, 0, 9), + (86123, "753010", 1, 0, 9), + (86124, "753013", 1, 0, 9), + (86125, "753004", 1, 0, 9), + (86126, "753003", 1, 0, 9), + (86127, "753008", 1, 0, 9), + (86128, "753001", 1, 0, 9), + (86129, "753001", 1, 0, 9), + (86130, "753003", 1, 0, 9), + (86131, "753004", 1, 0, 9), + (86132, "753001", 1, 0, 9), + (86133, "753001", 1, 0, 9), + (86134, "753010", 1, 0, 9), + (86135, "753003", 1, 0, 9), + (86136, "753008", 1, 0, 9), + (86137, "753012", 1, 0, 9), + (86138, "753003", 1, 0, 9), + (86139, "753001", 1, 0, 9), + (86140, "753001", 1, 0, 9), + (86141, "753008", 1, 0, 9), + (86142, "753003", 1, 0, 9), + (86143, "753001", 1, 0, 9), + (86144, "753001", 1, 0, 9), + (86145, "753010", 1, 0, 9), + (86146, "753007", 1, 0, 9), + (86147, "753001", 1, 0, 9), + (86148, "753010", 1, 0, 9), + (86149, "753003", 1, 0, 9), + (86150, "753003", 1, 0, 9), + (86151, "753013", 1, 0, 9), + (86152, "753008", 1, 0, 9), + (86153, "753001", 1, 0, 9), + (86154, "753002", 1, 0, 9), + (86155, "753002", 1, 0, 9), + (86156, "753002", 1, 0, 9), + (86157, "753009", 1, 0, 9), + (86158, "753002", 1, 0, 9), + (86159, "762106", 1, 0, 9), + (86160, "760006", 1, 0, 9), + (86161, "753007", 1, 0, 9), + (86162, "764006", 1, 0, 9), + (86163, "751002", 1, 0, 9), + (86164, "751025", 1, 0, 9), + (86165, "754013", 1, 0, 9), + (86166, "754141", 1, 0, 9), + (86167, "761008", 1, 0, 9), + (86168, "767071", 1, 0, 9), + (86169, "751031", 1, 0, 9), + (86170, "758086", 1, 0, 9), + (86171, "752032", 1, 0, 9), + (86172, "755051", 1, 0, 9), + (86173, "751029", 1, 0, 9), + (86174, "756087", 1, 0, 9), + (86175, "752030", 1, 0, 9), + (86176, "752030", 1, 0, 9), + (86177, "752031", 1, 0, 9), + (86178, "752034", 1, 0, 9), + (86179, "752035", 1, 0, 9), + (86180, "752020", 1, 0, 9), + (86181, "752050", 1, 0, 9), + (86182, "752050", 1, 0, 9), + (86183, "752050", 1, 0, 9), + (86184, "752050", 1, 0, 9), + (86185, "752050", 1, 0, 9), + (86186, "752050", 1, 0, 9), + (86187, "752054", 1, 0, 9), + (86188, "752022", 1, 0, 9), + (86189, "752027", 1, 0, 9), + (86190, "752037", 1, 0, 9), + (86191, "752019", 1, 0, 9), + (86192, "752021", 1, 0, 9), + (86193, "752023", 1, 0, 9), + (86194, "752060", 1, 0, 9), + (86195, "752018", 1, 0, 9), + (86196, "752056", 1, 0, 9), + (86197, "752057", 1, 0, 9), + (86198, "752061", 1, 0, 9), + (86199, "752062", 1, 0, 9), + (86200, "752064", 1, 0, 9), + (86201, "752066", 1, 0, 9), + (86202, "752038", 1, 0, 9), + (86203, "754012", 1, 0, 9), + (86204, "752120", 1, 0, 9), + (86205, "754008", 1, 0, 9), + (86206, "754008", 1, 0, 9), + (86207, "754209", 1, 0, 9), + (86208, "754293", 1, 0, 9), + (86209, "754007", 1, 0, 9), + (86210, "754009", 1, 0, 9), + (86211, "754202", 1, 0, 9), + (86212, "754202", 1, 0, 9), + (86213, "752104", 1, 0, 9), + (86214, "752105", 1, 0, 9), + (86215, "754203", 1, 0, 9), + (86216, "754207", 1, 0, 9), + (86217, "754221", 1, 0, 9), + (86218, "754206", 1, 0, 9), + (86219, "754204", 1, 0, 9), + (86220, "752106", 1, 0, 9), + (86221, "754131", 1, 0, 9), + (86222, "752106", 1, 0, 9), + (86223, "754130", 1, 0, 9), + (86224, "752107", 1, 0, 9), + (86225, "752108", 1, 0, 9), + (86226, "752109", 1, 0, 9), + (86227, "752110", 1, 0, 9), + (86228, "752111", 1, 0, 9), + (86229, "752113", 1, 0, 9), + (86230, "752114", 1, 0, 9), + (86231, "752116", 1, 0, 9), + (86232, "752118", 1, 0, 9), + (86233, "752119", 1, 0, 9), + (86234, "754153", 1, 0, 9), + (86235, "752121", 1, 0, 9), + (86236, "754134", 1, 0, 9), + (86237, "754024", 1, 0, 9), + (86238, "754023", 1, 0, 9), + (86239, "754296", 1, 0, 9), + (86240, "754021", 1, 0, 9), + (86241, "751027", 1, 0, 9), + (86242, "759023", 1, 0, 9), + (86243, "759024", 1, 0, 9), + (86244, "759121", 1, 0, 9), + (86245, "759120", 1, 0, 9), + (86246, "759021", 1, 0, 9), + (86247, "759040", 1, 0, 9), + (86248, "759125", 1, 0, 9), + (86249, "759141", 1, 0, 9), + (86250, "759116", 1, 0, 9), + (86251, "759128", 1, 0, 9), + (86252, "759129", 1, 0, 9), + (86253, "759104", 1, 0, 9), + (86254, "759124", 1, 0, 9), + (86255, "759147", 1, 0, 9), + (86256, "759102", 1, 0, 9), + (86257, "759103", 1, 0, 9), + (86258, "759143", 1, 0, 9), + (86259, "759132", 1, 0, 9), + (86260, "759146", 1, 0, 9), + (86261, "759117", 1, 0, 9), + (86262, "759118", 1, 0, 9), + (86263, "759127", 1, 0, 9), + (86264, "759130", 1, 0, 9), + (86265, "759145", 1, 0, 9), + (86266, "759119", 1, 0, 9), + (86267, "759123", 1, 0, 9), + (86268, "759126", 1, 0, 9), + (86269, "759105", 1, 0, 9), + (86270, "759037", 1, 0, 9), + (86271, "759100", 1, 0, 9), + (86272, "759107", 1, 0, 9), + (86273, "759101", 1, 0, 9), + (86274, "759106", 1, 0, 9), + (86275, "759148", 1, 0, 9), + (86276, "759026", 1, 0, 9), + (86277, "759039", 1, 0, 9), + (86278, "759020", 1, 0, 9), + (86279, "759015", 1, 0, 9), + (86280, "759017", 1, 0, 9), + (86281, "759001", 1, 0, 9), + (86282, "759013", 1, 0, 9), + (86283, "759025", 1, 0, 9), + (86284, "759027", 1, 0, 9), + (86285, "759016", 1, 0, 9), + (86286, "759022", 1, 0, 9), + (86287, "759019", 1, 0, 9), + (86288, "759001", 1, 0, 9), + (86289, "759018", 1, 0, 9), + (86290, "759028", 1, 0, 9), + (86291, "759014", 1, 0, 9), + (86292, "766027", 1, 0, 9), + (86293, "766102", 1, 0, 9), + (86294, "766023", 1, 0, 9), + (86295, "766026", 1, 0, 9), + (86296, "766100", 1, 0, 9), + (86297, "766110", 1, 0, 9), + (86298, "766105", 1, 0, 9), + (86299, "766103", 1, 0, 9), + (86300, "766031", 1, 0, 9), + (86301, "766101", 1, 0, 9), + (86302, "766108", 1, 0, 9), + (86303, "766029", 1, 0, 9), + (86304, "766011", 1, 0, 9), + (86305, "766037", 1, 0, 9), + (86306, "766028", 1, 0, 9), + (86307, "766020", 1, 0, 9), + (86308, "766111", 1, 0, 9), + (86309, "766036", 1, 0, 9), + (86310, "766017", 1, 0, 9), + (86311, "766015", 1, 0, 9), + (86312, "766118", 1, 0, 9), + (86313, "766018", 1, 0, 9), + (86314, "766014", 1, 0, 9), + (86315, "766013", 1, 0, 9), + (86316, "766012", 1, 0, 9), + (86317, "766107", 1, 0, 9), + (86318, "766104", 1, 0, 9), + (86319, "766019", 1, 0, 9), + (86320, "766106", 1, 0, 9), + (86321, "769011", 1, 0, 9), + (86322, "769013", 1, 0, 9), + (86323, "769014", 1, 0, 9), + (86324, "769016", 1, 0, 9), + (86325, "769006", 1, 0, 9), + (86326, "769002", 1, 0, 9), + (86327, "769002", 1, 0, 9), + (86328, "769003", 1, 0, 9), + (86329, "769003", 1, 0, 9), + (86330, "769003", 1, 0, 9), + (86331, "770041", 1, 0, 9), + (86332, "769012", 1, 0, 9), + (86333, "770033", 1, 0, 9), + (86334, "770038", 1, 0, 9), + (86335, "769004", 1, 0, 9), + (86336, "769004", 1, 0, 9), + (86337, "770033", 1, 0, 9), + (86338, "770043", 1, 0, 9), + (86339, "770046", 1, 0, 9), + (86340, "769004", 1, 0, 9), + (86341, "770032", 1, 0, 9), + (86342, "769001", 1, 0, 9), + (86343, "770036", 1, 0, 9), + (86344, "769001", 1, 0, 9), + (86345, "769007", 1, 0, 9), + (86346, "769042", 1, 0, 9), + (86347, "769043", 1, 0, 9), + (86348, "769042", 1, 0, 9), + (86349, "770032", 1, 0, 9), + (86350, "769002", 1, 0, 9), + (86351, "769003", 1, 0, 9), + (86352, "769005", 1, 0, 9), + (86353, "769006", 1, 0, 9), + (86354, "769007", 1, 0, 9), + (86355, "769008", 1, 0, 9), + (86356, "769009", 1, 0, 9), + (86357, "769010", 1, 0, 9), + (86358, "769012", 1, 0, 9), + (86359, "770031", 1, 0, 9), + (86360, "770052", 1, 0, 9), + (86361, "770034", 1, 0, 9), + (86362, "769015", 1, 0, 9), + (86363, "770051", 1, 0, 9), + (86364, "770044", 1, 0, 9), + (86365, "770048", 1, 0, 9); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (86366, "770039", 1, 0, 9), + (86367, "770040", 1, 0, 9), + (86368, "770037", 1, 0, 9), + (86369, "770035", 1, 0, 9), + (86370, "769004", 1, 0, 9), + (86371, "769015", 1, 0, 9), + (86372, "770042", 1, 0, 9), + (86373, "770015", 1, 0, 9), + (86374, "770016", 1, 0, 9), + (86375, "770076", 1, 0, 9), + (86376, "770001", 1, 0, 9), + (86377, "770022", 1, 0, 9), + (86378, "770024", 1, 0, 9), + (86379, "770013", 1, 0, 9), + (86380, "770075", 1, 0, 9), + (86381, "770073", 1, 0, 9), + (86382, "770019", 1, 0, 9), + (86383, "770018", 1, 0, 9), + (86384, "770023", 1, 0, 9), + (86385, "770012", 1, 0, 9), + (86386, "770001", 1, 0, 9), + (86387, "770017", 1, 0, 9), + (86388, "770017", 1, 0, 9), + (86389, "770002", 1, 0, 9), + (86390, "770001", 1, 0, 9), + (86391, "770020", 1, 0, 9), + (86392, "770021", 1, 0, 9), + (86393, "770001", 1, 0, 9), + (86394, "770014", 1, 0, 9), + (86395, "770074", 1, 0, 9), + (86396, "770070", 1, 0, 9), + (86397, "770011", 1, 0, 9), + (86398, "770072", 1, 0, 9), + (86399, "760001", 1, 0, 9), + (86400, "761200", 1, 0, 9), + (86401, "764088", 1, 0, 9), + (86402, "764046", 1, 0, 9), + (86403, "755062", 1, 0, 9), + (86404, "758085", 1, 0, 9), + (86405, "758084", 1, 0, 9), + (86406, "768118", 1, 0, 9), + (86407, "754011", 1, 0, 9), + (86408, "753015", 1, 0, 9), + (86409, "756001", 1, 0, 9), + (86410, "753002", 1, 0, 9), + (86411, "751020", 1, 0, 9), + (86412, "768025", 1, 0, 9), + (86413, "767060", 1, 0, 9), + (86414, "754100", 1, 0, 9), + (86415, "761133", 1, 0, 9), + (86416, "768210", 1, 0, 9), + (86417, "751026", 1, 0, 9), + (86418, "760011", 1, 0, 9), + (86419, "754082", 1, 0, 9), + (86420, "752010", 1, 0, 9), + (86421, "751028", 1, 0, 9), + (86422, "759029", 1, 0, 9), + (86423, "770025", 1, 0, 9), + (86424, "759122", 1, 0, 9), + (86425, "766032", 1, 0, 9), + (86426, "766002", 1, 0, 9), + (86427, "766001", 1, 0, 9), + (86428, "766001", 1, 0, 9), + (86429, "766001", 1, 0, 9), + (86430, "766001", 1, 0, 9), + (86431, "766001", 1, 0, 9), + (86432, "766012", 1, 0, 9), + (86433, "766012", 1, 0, 9), + (86434, "766107", 1, 0, 9), + (86435, "766016", 1, 0, 9), + (86436, "759111", 1, 0, 9), + (86437, "770034", 1, 0, 9), + (86438, "753001", 1, 0, 9), + (86439, "753002", 1, 0, 9), + (86440, "761110", 1, 0, 9), + (86441, "761126", 1, 0, 9), + (86442, "767001", 1, 0, 9), + (86443, "756001", 1, 0, 9), + (86444, "756032", 1, 0, 9), + (86445, "760001", 1, 0, 9), + (86446, "761020", 1, 0, 9), + (86447, "761200", 1, 0, 9), + (86448, "756100", 1, 0, 9), + (86449, "751001", 1, 0, 9), + (86450, "755001", 1, 0, 9), + (86451, "754211", 1, 0, 9), + (86452, "754029", 1, 0, 9), + (86453, "754103", 1, 0, 9), + (86454, "759001", 1, 0, 9), + (86455, "759122", 1, 0, 9), + (86456, "766001", 1, 0, 9), + (86457, "758001", 1, 0, 9), + (86458, "764001", 1, 0, 9), + (86459, "764020", 1, 0, 9), + (86460, "765001", 1, 0, 9), + (86461, "757001", 1, 0, 9), + (86462, "757043", 1, 0, 9), + (86463, "762001", 1, 0, 9), + (86464, "752055", 1, 0, 9), + (86465, "752069", 1, 0, 9), + (86466, "752001", 1, 0, 9), + (86467, "768001", 1, 0, 9), + (86468, "768201", 1, 0, 9), + (86469, "768028", 1, 0, 9), + (86470, "769001", 1, 0, 9), + (86471, "769012", 1, 0, 9), + (86472, "770001", 1, 0, 9), + (86473, "755062", 1, 0, 9), + (86474, "756112", 1, 0, 9), + (86475, "755018", 1, 0, 9), + (86476, "755026", 1, 0, 9), + (86477, "762106", 1, 0, 9), + (86478, "764036", 1, 0, 9), + (86479, "764057", 1, 0, 9), + (86480, "764014", 1, 0, 9), + (86481, "764028", 1, 0, 9), + (86482, "752030", 1, 0, 9), + (86483, "752030", 1, 0, 9), + (86484, "752030", 1, 0, 9), + (86485, "752030", 1, 0, 9), + (86486, "752030", 1, 0, 9), + (86487, "752030", 1, 0, 9), + (86488, "752030", 1, 0, 9), + (86489, "752031", 1, 0, 9), + (86490, "752031", 1, 0, 9), + (86491, "752031", 1, 0, 9), + (86492, "752031", 1, 0, 9), + (86493, "752031", 1, 0, 9), + (86494, "752031", 1, 0, 9), + (86495, "752031", 1, 0, 9), + (86496, "752031", 1, 0, 9), + (86497, "752031", 1, 0, 9), + (86498, "752031", 1, 0, 9), + (86499, "752031", 1, 0, 9), + (86500, "752031", 1, 0, 9), + (86501, "752031", 1, 0, 9), + (86502, "752031", 1, 0, 9), + (86503, "752031", 1, 0, 9), + (86504, "752034", 1, 0, 9), + (86505, "752034", 1, 0, 9), + (86506, "752034", 1, 0, 9), + (86507, "752034", 1, 0, 9), + (86508, "752034", 1, 0, 9), + (86509, "752034", 1, 0, 9), + (86510, "752034", 1, 0, 9), + (86511, "752034", 1, 0, 9), + (86512, "752035", 1, 0, 9), + (86513, "752035", 1, 0, 9), + (86514, "752035", 1, 0, 9), + (86515, "752035", 1, 0, 9), + (86516, "752035", 1, 0, 9), + (86517, "752035", 1, 0, 9), + (86518, "752020", 1, 0, 9), + (86519, "752020", 1, 0, 9), + (86520, "752020", 1, 0, 9), + (86521, "752020", 1, 0, 9), + (86522, "752020", 1, 0, 9), + (86523, "752020", 1, 0, 9), + (86524, "752020", 1, 0, 9), + (86525, "752020", 1, 0, 9), + (86526, "752020", 1, 0, 9), + (86527, "752020", 1, 0, 9), + (86528, "752054", 1, 0, 9), + (86529, "752050", 1, 0, 9), + (86530, "752050", 1, 0, 9), + (86531, "752054", 1, 0, 9), + (86532, "752050", 1, 0, 9), + (86533, "752054", 1, 0, 9), + (86534, "752050", 1, 0, 9), + (86535, "752054", 1, 0, 9), + (86536, "752050", 1, 0, 9), + (86537, "752054", 1, 0, 9), + (86538, "752050", 1, 0, 9), + (86539, "752054", 1, 0, 9), + (86540, "752054", 1, 0, 9), + (86541, "752054", 1, 0, 9), + (86542, "752050", 1, 0, 9), + (86543, "752054", 1, 0, 9), + (86544, "752050", 1, 0, 9), + (86545, "752054", 1, 0, 9), + (86546, "752050", 1, 0, 9), + (86547, "752050", 1, 0, 9), + (86548, "752054", 1, 0, 9), + (86549, "752050", 1, 0, 9), + (86550, "752022", 1, 0, 9), + (86551, "752027", 1, 0, 9), + (86552, "752027", 1, 0, 9), + (86553, "752027", 1, 0, 9), + (86554, "752027", 1, 0, 9), + (86555, "752019", 1, 0, 9), + (86556, "752019", 1, 0, 9), + (86557, "752019", 1, 0, 9), + (86558, "752019", 1, 0, 9), + (86559, "752019", 1, 0, 9), + (86560, "752019", 1, 0, 9), + (86561, "752019", 1, 0, 9), + (86562, "752019", 1, 0, 9), + (86563, "752019", 1, 0, 9), + (86564, "752021", 1, 0, 9), + (86565, "752021", 1, 0, 9), + (86566, "752021", 1, 0, 9), + (86567, "752021", 1, 0, 9), + (86568, "752021", 1, 0, 9), + (86569, "752021", 1, 0, 9), + (86570, "752021", 1, 0, 9), + (86571, "752021", 1, 0, 9), + (86572, "752023", 1, 0, 9), + (86573, "752023", 1, 0, 9), + (86574, "752023", 1, 0, 9), + (86575, "752023", 1, 0, 9), + (86576, "752023", 1, 0, 9), + (86577, "752060", 1, 0, 9), + (86578, "752060", 1, 0, 9), + (86579, "752060", 1, 0, 9), + (86580, "752060", 1, 0, 9), + (86581, "752018", 1, 0, 9), + (86582, "752018", 1, 0, 9), + (86583, "752018", 1, 0, 9), + (86584, "752018", 1, 0, 9), + (86585, "752018", 1, 0, 9), + (86586, "752056", 1, 0, 9), + (86587, "752056", 1, 0, 9), + (86588, "752056", 1, 0, 9), + (86589, "752056", 1, 0, 9), + (86590, "752056", 1, 0, 9), + (86591, "752056", 1, 0, 9), + (86592, "752056", 1, 0, 9), + (86593, "752056", 1, 0, 9), + (86594, "752056", 1, 0, 9), + (86595, "752056", 1, 0, 9), + (86596, "752057", 1, 0, 9), + (86597, "752057", 1, 0, 9), + (86598, "752057", 1, 0, 9), + (86599, "752057", 1, 0, 9), + (86600, "752061", 1, 0, 9), + (86601, "752061", 1, 0, 9), + (86602, "752061", 1, 0, 9), + (86603, "752061", 1, 0, 9), + (86604, "752061", 1, 0, 9), + (86605, "752061", 1, 0, 9), + (86606, "752061", 1, 0, 9), + (86607, "752061", 1, 0, 9), + (86608, "752061", 1, 0, 9), + (86609, "752057", 1, 0, 9), + (86610, "752061", 1, 0, 9), + (86611, "752061", 1, 0, 9), + (86612, "752057", 1, 0, 9), + (86613, "752057", 1, 0, 9), + (86614, "752057", 1, 0, 9), + (86615, "752057", 1, 0, 9), + (86616, "752057", 1, 0, 9), + (86617, "752057", 1, 0, 9), + (86618, "752057", 1, 0, 9), + (86619, "752057", 1, 0, 9), + (86620, "752057", 1, 0, 9), + (86621, "752062", 1, 0, 9), + (86622, "752062", 1, 0, 9), + (86623, "752062", 1, 0, 9), + (86624, "752062", 1, 0, 9), + (86625, "752062", 1, 0, 9), + (86626, "752062", 1, 0, 9), + (86627, "752062", 1, 0, 9), + (86628, "752062", 1, 0, 9), + (86629, "752062", 1, 0, 9), + (86630, "752064", 1, 0, 9), + (86631, "752064", 1, 0, 9), + (86632, "752064", 1, 0, 9), + (86633, "752064", 1, 0, 9), + (86634, "752064", 1, 0, 9), + (86635, "752064", 1, 0, 9), + (86636, "752066", 1, 0, 9), + (86637, "752066", 1, 0, 9), + (86638, "752066", 1, 0, 9), + (86639, "752066", 1, 0, 9), + (86640, "752066", 1, 0, 9), + (86641, "752066", 1, 0, 9), + (86642, "752066", 1, 0, 9), + (86643, "752066", 1, 0, 9), + (86644, "752066", 1, 0, 9), + (86645, "752066", 1, 0, 9), + (86646, "752066", 1, 0, 9), + (86647, "752066", 1, 0, 9), + (86648, "752066", 1, 0, 9), + (86649, "752066", 1, 0, 9), + (86650, "752038", 1, 0, 9), + (86651, "752038", 1, 0, 9), + (86652, "752038", 1, 0, 9), + (86653, "752038", 1, 0, 9), + (86654, "752038", 1, 0, 9), + (86655, "752120", 1, 0, 9), + (86656, "752120", 1, 0, 9), + (86657, "754008", 1, 0, 9), + (86658, "754008", 1, 0, 9), + (86659, "754008", 1, 0, 9), + (86660, "754008", 1, 0, 9), + (86661, "754209", 1, 0, 9), + (86662, "754008", 1, 0, 9), + (86663, "754209", 1, 0, 9), + (86664, "754008", 1, 0, 9), + (86665, "754209", 1, 0, 9), + (86666, "754008", 1, 0, 9), + (86667, "754209", 1, 0, 9), + (86668, "754008", 1, 0, 9), + (86669, "754209", 1, 0, 9), + (86670, "754209", 1, 0, 9), + (86671, "754008", 1, 0, 9), + (86672, "754209", 1, 0, 9), + (86673, "754008", 1, 0, 9), + (86674, "754209", 1, 0, 9), + (86675, "754209", 1, 0, 9), + (86676, "754008", 1, 0, 9), + (86677, "754008", 1, 0, 9), + (86678, "754293", 1, 0, 9), + (86679, "754293", 1, 0, 9), + (86680, "754007", 1, 0, 9), + (86681, "754007", 1, 0, 9), + (86682, "754007", 1, 0, 9), + (86683, "754007", 1, 0, 9), + (86684, "754007", 1, 0, 9), + (86685, "754007", 1, 0, 9), + (86686, "754007", 1, 0, 9), + (86687, "754009", 1, 0, 9), + (86688, "754009", 1, 0, 9), + (86689, "754009", 1, 0, 9), + (86690, "754009", 1, 0, 9), + (86691, "754009", 1, 0, 9), + (86692, "754009", 1, 0, 9), + (86693, "754293", 1, 0, 9), + (86694, "754009", 1, 0, 9), + (86695, "754009", 1, 0, 9), + (86696, "754009", 1, 0, 9), + (86697, "754009", 1, 0, 9), + (86698, "754202", 1, 0, 9), + (86699, "754202", 1, 0, 9), + (86700, "754202", 1, 0, 9), + (86701, "754202", 1, 0, 9), + (86702, "754202", 1, 0, 9), + (86703, "754202", 1, 0, 9), + (86704, "754202", 1, 0, 9), + (86705, "752104", 1, 0, 9), + (86706, "752104", 1, 0, 9), + (86707, "752104", 1, 0, 9), + (86708, "752104", 1, 0, 9), + (86709, "752104", 1, 0, 9), + (86710, "752104", 1, 0, 9), + (86711, "752104", 1, 0, 9), + (86712, "752104", 1, 0, 9), + (86713, "752104", 1, 0, 9), + (86714, "752104", 1, 0, 9), + (86715, "752104", 1, 0, 9), + (86716, "752104", 1, 0, 9), + (86717, "752104", 1, 0, 9), + (86718, "752104", 1, 0, 9), + (86719, "752104", 1, 0, 9), + (86720, "752104", 1, 0, 9), + (86721, "752105", 1, 0, 9), + (86722, "752105", 1, 0, 9), + (86723, "752105", 1, 0, 9), + (86724, "752105", 1, 0, 9), + (86725, "752105", 1, 0, 9), + (86726, "752105", 1, 0, 9), + (86727, "752105", 1, 0, 9), + (86728, "752105", 1, 0, 9), + (86729, "752105", 1, 0, 9), + (86730, "752105", 1, 0, 9), + (86731, "752105", 1, 0, 9), + (86732, "752105", 1, 0, 9), + (86733, "752105", 1, 0, 9), + (86734, "752106", 1, 0, 9), + (86735, "752106", 1, 0, 9), + (86736, "752106", 1, 0, 9), + (86737, "752106", 1, 0, 9), + (86738, "752106", 1, 0, 9), + (86739, "754203", 1, 0, 9), + (86740, "752106", 1, 0, 9), + (86741, "754203", 1, 0, 9), + (86742, "752106", 1, 0, 9), + (86743, "752106", 1, 0, 9), + (86744, "752106", 1, 0, 9), + (86745, "754207", 1, 0, 9), + (86746, "752106", 1, 0, 9), + (86747, "752106", 1, 0, 9), + (86748, "754207", 1, 0, 9), + (86749, "752106", 1, 0, 9), + (86750, "754207", 1, 0, 9), + (86751, "752106", 1, 0, 9), + (86752, "754207", 1, 0, 9), + (86753, "754207", 1, 0, 9), + (86754, "754207", 1, 0, 9), + (86755, "754207", 1, 0, 9), + (86756, "754207", 1, 0, 9), + (86757, "754207", 1, 0, 9), + (86758, "754207", 1, 0, 9), + (86759, "754207", 1, 0, 9), + (86760, "754207", 1, 0, 9), + (86761, "754207", 1, 0, 9), + (86762, "754207", 1, 0, 9), + (86763, "754221", 1, 0, 9), + (86764, "754221", 1, 0, 9), + (86765, "754221", 1, 0, 9), + (86766, "754221", 1, 0, 9), + (86767, "754221", 1, 0, 9), + (86768, "754221", 1, 0, 9), + (86769, "754221", 1, 0, 9), + (86770, "752107", 1, 0, 9), + (86771, "754221", 1, 0, 9), + (86772, "752107", 1, 0, 9), + (86773, "752107", 1, 0, 9), + (86774, "752107", 1, 0, 9), + (86775, "752107", 1, 0, 9), + (86776, "754206", 1, 0, 9), + (86777, "754206", 1, 0, 9), + (86778, "754206", 1, 0, 9), + (86779, "754206", 1, 0, 9), + (86780, "754204", 1, 0, 9), + (86781, "754204", 1, 0, 9), + (86782, "754204", 1, 0, 9), + (86783, "754204", 1, 0, 9), + (86784, "754204", 1, 0, 9), + (86785, "754204", 1, 0, 9), + (86786, "754204", 1, 0, 9), + (86787, "754204", 1, 0, 9), + (86788, "754204", 1, 0, 9), + (86789, "754204", 1, 0, 9), + (86790, "754131", 1, 0, 9), + (86791, "754131", 1, 0, 9), + (86792, "754131", 1, 0, 9), + (86793, "754131", 1, 0, 9), + (86794, "754131", 1, 0, 9), + (86795, "754131", 1, 0, 9), + (86796, "754131", 1, 0, 9), + (86797, "754130", 1, 0, 9), + (86798, "752108", 1, 0, 9), + (86799, "754130", 1, 0, 9), + (86800, "752108", 1, 0, 9), + (86801, "754130", 1, 0, 9), + (86802, "752108", 1, 0, 9), + (86803, "754130", 1, 0, 9), + (86804, "752108", 1, 0, 9), + (86805, "754130", 1, 0, 9), + (86806, "754130", 1, 0, 9), + (86807, "752108", 1, 0, 9), + (86808, "754130", 1, 0, 9), + (86809, "752108", 1, 0, 9), + (86810, "752108", 1, 0, 9), + (86811, "752109", 1, 0, 9), + (86812, "752109", 1, 0, 9), + (86813, "752109", 1, 0, 9), + (86814, "752109", 1, 0, 9), + (86815, "752109", 1, 0, 9), + (86816, "752109", 1, 0, 9), + (86817, "752109", 1, 0, 9), + (86818, "752109", 1, 0, 9), + (86819, "752109", 1, 0, 9), + (86820, "752110", 1, 0, 9), + (86821, "752110", 1, 0, 9), + (86822, "752110", 1, 0, 9), + (86823, "752110", 1, 0, 9), + (86824, "752110", 1, 0, 9), + (86825, "752110", 1, 0, 9), + (86826, "752110", 1, 0, 9), + (86827, "752110", 1, 0, 9), + (86828, "752110", 1, 0, 9), + (86829, "752110", 1, 0, 9), + (86830, "752110", 1, 0, 9), + (86831, "752111", 1, 0, 9), + (86832, "752111", 1, 0, 9), + (86833, "752111", 1, 0, 9), + (86834, "752111", 1, 0, 9), + (86835, "752111", 1, 0, 9), + (86836, "752111", 1, 0, 9), + (86837, "752111", 1, 0, 9), + (86838, "752111", 1, 0, 9), + (86839, "752111", 1, 0, 9), + (86840, "752113", 1, 0, 9), + (86841, "752113", 1, 0, 9), + (86842, "752113", 1, 0, 9), + (86843, "752113", 1, 0, 9), + (86844, "752114", 1, 0, 9), + (86845, "754023", 1, 0, 9), + (86846, "752114", 1, 0, 9), + (86847, "754023", 1, 0, 9), + (86848, "752114", 1, 0, 9), + (86849, "752114", 1, 0, 9), + (86850, "754023", 1, 0, 9), + (86851, "752114", 1, 0, 9), + (86852, "752114", 1, 0, 9), + (86853, "752114", 1, 0, 9), + (86854, "754023", 1, 0, 9), + (86855, "752114", 1, 0, 9), + (86856, "754023", 1, 0, 9), + (86857, "752114", 1, 0, 9), + (86858, "752114", 1, 0, 9), + (86859, "752114", 1, 0, 9), + (86860, "754023", 1, 0, 9), + (86861, "752114", 1, 0, 9), + (86862, "754024", 1, 0, 9), + (86863, "754024", 1, 0, 9), + (86864, "752116", 1, 0, 9), + (86865, "754024", 1, 0, 9), + (86866, "752116", 1, 0, 9), + (86867, "752116", 1, 0, 9), + (86868, "754134", 1, 0, 9), + (86869, "754134", 1, 0, 9), + (86870, "754134", 1, 0, 9), + (86871, "754134", 1, 0, 9), + (86872, "752118", 1, 0, 9), + (86873, "754134", 1, 0, 9), + (86874, "752118", 1, 0, 9), + (86875, "752118", 1, 0, 9), + (86876, "754134", 1, 0, 9), + (86877, "754134", 1, 0, 9), + (86878, "752119", 1, 0, 9), + (86879, "754134", 1, 0, 9), + (86880, "754134", 1, 0, 9), + (86881, "752119", 1, 0, 9), + (86882, "754134", 1, 0, 9), + (86883, "752119", 1, 0, 9), + (86884, "752119", 1, 0, 9), + (86885, "754134", 1, 0, 9), + (86886, "754134", 1, 0, 9), + (86887, "754134", 1, 0, 9), + (86888, "754134", 1, 0, 9), + (86889, "754134", 1, 0, 9), + (86890, "752121", 1, 0, 9), + (86891, "754134", 1, 0, 9), + (86892, "752121", 1, 0, 9), + (86893, "752121", 1, 0, 9), + (86894, "752121", 1, 0, 9), + (86895, "754153", 1, 0, 9), + (86896, "752121", 1, 0, 9), + (86897, "754153", 1, 0, 9), + (86898, "754153", 1, 0, 9), + (86899, "754153", 1, 0, 9), + (86900, "754153", 1, 0, 9), + (86901, "754296", 1, 0, 9), + (86902, "754296", 1, 0, 9), + (86903, "754296", 1, 0, 9), + (86904, "754296", 1, 0, 9), + (86905, "754296", 1, 0, 9), + (86906, "754021", 1, 0, 9), + (86907, "754025", 1, 0, 9), + (86908, "754025", 1, 0, 9), + (86909, "759123", 1, 0, 9), + (86910, "764057", 1, 0, 9), + (86911, "763008", 1, 0, 9), + (86912, "764039", 1, 0, 9), + (86913, "764028", 1, 0, 9), + (86914, "764044", 1, 0, 9), + (86915, "764044", 1, 0, 9), + (86916, "764058", 1, 0, 9), + (86917, "764002", 1, 0, 9), + (86918, "764036", 1, 0, 9), + (86919, "764021", 1, 0, 9), + (86920, "764058", 1, 0, 9), + (86921, "764045", 1, 0, 9), + (86922, "764046", 1, 0, 9), + (86923, "764052", 1, 0, 9), + (86924, "764052", 1, 0, 9), + (86925, "764041", 1, 0, 9), + (86926, "764047", 1, 0, 9), + (86927, "764051", 1, 0, 9), + (86928, "764044", 1, 0, 9), + (86929, "764047", 1, 0, 9), + (86930, "764045", 1, 0, 9), + (86931, "764044", 1, 0, 9), + (86932, "764087", 1, 0, 9), + (86933, "764043", 1, 0, 9), + (86934, "764047", 1, 0, 9), + (86935, "764044", 1, 0, 9), + (86936, "764027", 1, 0, 9), + (86937, "764043", 1, 0, 9), + (86938, "764044", 1, 0, 9), + (86939, "764047", 1, 0, 9), + (86940, "764052", 1, 0, 9), + (86941, "764027", 1, 0, 9), + (86942, "764027", 1, 0, 9), + (86943, "764027", 1, 0, 9), + (86944, "764027", 1, 0, 9), + (86945, "757034", 1, 0, 9), + (86946, "758046", 1, 0, 9), + (86947, "761217", 1, 0, 9), + (86948, "764046", 1, 0, 9), + (86949, "762100", 1, 0, 9), + (86950, "756181", 1, 0, 9), + (86951, "759120", 1, 0, 9), + (86952, "756003", 1, 0, 9), + (86953, "766037", 1, 0, 9), + (86954, "755019", 1, 0, 9), + (86955, "754214", 1, 0, 9), + (86956, "754215", 1, 0, 9), + (86957, "761125", 1, 0, 9), + (86958, "767026", 1, 0, 9), + (86959, "767021", 1, 0, 9), + (86960, "766002", 1, 0, 9), + (86961, "766032", 1, 0, 9), + (86962, "751019", 1, 0, 9), + (86963, "766016", 1, 0, 9), + (86964, "756003", 1, 0, 9), + (86965, "757003", 1, 0, 9), + (86966, "756019", 1, 0, 9), + (86967, "756043", 1, 0, 9), + (86968, "756003", 1, 0, 9), + (86969, "752094", 1, 0, 9), + (86970, "764086", 1, 0, 9), + (86971, "764052", 1, 0, 9), + (86972, "765015", 1, 0, 9), + (86973, "754082", 1, 0, 9), + (86974, "754082", 1, 0, 9), + (86975, "754082", 1, 0, 9), + (86976, "768037", 1, 0, 9), + (86977, "768107", 1, 0, 9), + (86978, "768032", 1, 0, 9), + (86979, "751019", 1, 0, 9), + (86980, "754103", 1, 0, 9), + (86981, "756056", 1, 0, 9), + (86982, "769009", 1, 0, 9), + (86983, "769043", 1, 0, 9), + (86984, "770036", 1, 0, 9), + (86985, "769042", 1, 0, 9), + (86986, "761151", 1, 0, 9), + (86987, "761151", 1, 0, 9), + (86988, "761151", 1, 0, 9), + (86989, "761151", 1, 0, 9), + (86990, "761151", 1, 0, 9), + (86991, "761151", 1, 0, 9), + (86992, "761133", 1, 0, 9), + (86993, "761133", 1, 0, 9), + (86994, "761140", 1, 0, 9), + (86995, "759018", 1, 0, 9), + (86996, "760007", 1, 0, 9), + (86997, "760002", 1, 0, 9), + (86998, "760002", 1, 0, 9), + (86999, "760002", 1, 0, 9), + (87000, "760002", 1, 0, 9), + (87001, "760002", 1, 0, 9), + (87002, "760007", 1, 0, 9), + (87003, "760007", 1, 0, 9), + (87004, "760007", 1, 0, 9), + (87005, "760007", 1, 0, 9), + (87006, "761054", 1, 0, 9), + (87007, "761054", 1, 0, 9), + (87008, "761054", 1, 0, 9), + (87009, "761054", 1, 0, 9), + (87010, "761054", 1, 0, 9), + (87011, "766023", 1, 0, 9), + (87012, "766100", 1, 0, 9), + (87013, "766110", 1, 0, 9), + (87014, "766037", 1, 0, 9), + (87015, "766011", 1, 0, 9), + (87016, "766011", 1, 0, 9), + (87017, "766011", 1, 0, 9), + (87018, "766011", 1, 0, 9), + (87019, "759019", 1, 0, 9), + (87020, "767019", 1, 0, 9), + (87021, "757050", 1, 0, 9), + (87022, "757029", 1, 0, 9), + (87023, "756164", 1, 0, 9), + (87024, "756131", 1, 0, 9), + (87025, "754250", 1, 0, 9), + (87026, "766104", 1, 0, 9), + (87027, "762103", 1, 0, 9), + (87028, "762103", 1, 0, 9), + (87029, "762110", 1, 0, 9), + (87030, "762014", 1, 0, 9), + (87031, "762020", 1, 0, 9), + (87032, "762020", 1, 0, 9), + (87033, "762020", 1, 0, 9), + (87034, "762020", 1, 0, 9), + (87035, "762020", 1, 0, 9), + (87036, "762023", 1, 0, 9), + (87037, "762023", 1, 0, 9), + (87038, "762023", 1, 0, 9), + (87039, "762023", 1, 0, 9), + (87040, "762023", 1, 0, 9), + (87041, "762017", 1, 0, 9), + (87042, "762109", 1, 0, 9), + (87043, "762011", 1, 0, 9), + (87044, "762106", 1, 0, 9), + (87045, "762106", 1, 0, 9), + (87046, "762106", 1, 0, 9), + (87047, "762106", 1, 0, 9), + (87048, "762106", 1, 0, 9), + (87049, "762106", 1, 0, 9), + (87050, "762106", 1, 0, 9), + (87051, "762106", 1, 0, 9), + (87052, "764045", 1, 0, 9), + (87053, "754200", 1, 0, 9), + (87054, "754295", 1, 0, 9), + (87055, "754295", 1, 0, 9), + (87056, "754113", 1, 0, 9), + (87057, "758086", 1, 0, 9), + (87058, "768045", 1, 0, 9), + (87059, "768212", 1, 0, 9), + (87060, "752013", 1, 0, 9), + (87061, "754295", 1, 0, 9), + (87062, "755004", 1, 0, 9), + (87063, "754215", 1, 0, 9), + (87064, "755019", 1, 0, 9), + (87065, "755019", 1, 0, 9), + (87066, "754212", 1, 0, 9), + (87067, "754212", 1, 0, 9), + (87068, "761016", 1, 0, 9), + (87069, "761016", 1, 0, 9), + (87070, "767024", 1, 0, 9), + (87071, "752100", 1, 0, 9), + (87072, "764045", 1, 0, 9), + (87073, "754218", 1, 0, 9), + (87074, "754212", 1, 0, 9), + (87075, "754220", 1, 0, 9), + (87076, "754248", 1, 0, 9), + (87077, "755017", 1, 0, 9), + (87078, "754215", 1, 0, 9), + (87079, "755014", 1, 0, 9), + (87080, "754250", 1, 0, 9), + (87081, "754217", 1, 0, 9), + (87082, "755023", 1, 0, 9), + (87083, "755018", 1, 0, 9), + (87084, "755028", 1, 0, 9), + (87085, "755012", 1, 0, 9), + (87086, "755043", 1, 0, 9), + (87087, "755007", 1, 0, 9), + (87088, "755008", 1, 0, 9), + (87089, "754205", 1, 0, 9), + (87090, "754205", 1, 0, 9), + (87091, "755006", 1, 0, 9), + (87092, "754212", 1, 0, 9), + (87093, "754227", 1, 0, 9), + (87094, "755003", 1, 0, 9), + (87095, "754214", 1, 0, 9), + (87096, "755043", 1, 0, 9), + (87097, "753008", 1, 0, 9), + (87098, "753014", 1, 0, 9), + (87099, "753004", 1, 0, 9), + (87100, "754112", 1, 0, 9), + (87101, "754001", 1, 0, 9), + (87102, "754002", 1, 0, 9), + (87103, "756112", 1, 0, 9), + (87104, "752032", 1, 0, 9), + (87105, "752068", 1, 0, 9), + (87106, "752002", 1, 0, 9), + (87107, "752002", 1, 0, 9), + (87108, "752011", 1, 0, 9), + (87109, "757023", 1, 0, 9), + (87110, "757052", 1, 0, 9), + (87111, "751024", 1, 0, 9), + (87112, "758034", 1, 0, 9), + (87113, "768216", 1, 0, 9), + (87114, "761118", 1, 0, 9), + (87115, "761028", 1, 0, 9), + (87116, "767032", 1, 0, 9), + (87117, "759104", 1, 0, 9), + (87118, "770040", 1, 0, 9), + (87119, "761123", 1, 0, 9), + (87120, "758035", 1, 0, 9), + (87121, "761102", 1, 0, 9), + (87122, "761106", 1, 0, 9), + (87123, "761111", 1, 0, 9), + (87124, "761118", 1, 0, 9), + (87125, "761143", 1, 0, 9), + (87126, "761140", 1, 0, 9), + (87127, "761151", 1, 0, 9), + (87128, "761109", 1, 0, 9), + (87129, "761109", 1, 0, 9), + (87130, "761109", 1, 0, 9), + (87131, "761109", 1, 0, 9), + (87132, "761109", 1, 0, 9), + (87133, "761109", 1, 0, 9), + (87134, "761109", 1, 0, 9), + (87135, "761109", 1, 0, 9), + (87136, "761109", 1, 0, 9), + (87137, "761109", 1, 0, 9), + (87138, "761116", 1, 0, 9), + (87139, "761116", 1, 0, 9), + (87140, "761116", 1, 0, 9), + (87141, "761116", 1, 0, 9), + (87142, "761146", 1, 0, 9), + (87143, "761146", 1, 0, 9), + (87144, "761146", 1, 0, 9), + (87145, "761146", 1, 0, 9), + (87146, "761107", 1, 0, 9), + (87147, "761107", 1, 0, 9), + (87148, "761107", 1, 0, 9), + (87149, "761107", 1, 0, 9), + (87150, "761107", 1, 0, 9), + (87151, "761107", 1, 0, 9), + (87152, "761107", 1, 0, 9), + (87153, "761107", 1, 0, 9), + (87154, "761107", 1, 0, 9), + (87155, "761107", 1, 0, 9), + (87156, "761107", 1, 0, 9), + (87157, "761107", 1, 0, 9), + (87158, "761115", 1, 0, 9), + (87159, "761115", 1, 0, 9), + (87160, "761115", 1, 0, 9), + (87161, "761115", 1, 0, 9), + (87162, "761102", 1, 0, 9), + (87163, "761102", 1, 0, 9), + (87164, "761102", 1, 0, 9), + (87165, "761106", 1, 0, 9), + (87166, "761106", 1, 0, 9), + (87167, "761106", 1, 0, 9), + (87168, "761106", 1, 0, 9), + (87169, "761106", 1, 0, 9), + (87170, "761108", 1, 0, 9), + (87171, "761108", 1, 0, 9), + (87172, "761108", 1, 0, 9), + (87173, "761108", 1, 0, 9), + (87174, "761108", 1, 0, 9), + (87175, "761108", 1, 0, 9), + (87176, "761108", 1, 0, 9), + (87177, "761108", 1, 0, 9), + (87178, "761108", 1, 0, 9), + (87179, "761108", 1, 0, 9), + (87180, "761108", 1, 0, 9), + (87181, "761108", 1, 0, 9), + (87182, "761108", 1, 0, 9), + (87183, "761125", 1, 0, 9), + (87184, "761125", 1, 0, 9), + (87185, "761133", 1, 0, 9), + (87186, "761125", 1, 0, 9), + (87187, "761125", 1, 0, 9), + (87188, "761133", 1, 0, 9), + (87189, "761125", 1, 0, 9), + (87190, "761117", 1, 0, 9), + (87191, "761117", 1, 0, 9), + (87192, "761117", 1, 0, 9), + (87193, "761117", 1, 0, 9), + (87194, "761117", 1, 0, 9), + (87195, "761117", 1, 0, 9), + (87196, "761117", 1, 0, 9), + (87197, "761117", 1, 0, 9), + (87198, "761117", 1, 0, 9), + (87199, "761114", 1, 0, 9), + (87200, "761111", 1, 0, 9), + (87201, "761111", 1, 0, 9), + (87202, "761111", 1, 0, 9), + (87203, "761102", 1, 0, 9), + (87204, "761102", 1, 0, 9), + (87205, "761104", 1, 0, 9), + (87206, "761104", 1, 0, 9), + (87207, "761104", 1, 0, 9), + (87208, "761104", 1, 0, 9), + (87209, "761104", 1, 0, 9), + (87210, "761104", 1, 0, 9), + (87211, "761104", 1, 0, 9), + (87212, "761104", 1, 0, 9), + (87213, "761104", 1, 0, 9), + (87214, "761104", 1, 0, 9), + (87215, "761104", 1, 0, 9), + (87216, "761104", 1, 0, 9), + (87217, "761104", 1, 0, 9), + (87218, "761104", 1, 0, 9), + (87219, "761104", 1, 0, 9), + (87220, "761101", 1, 0, 9), + (87221, "761101", 1, 0, 9), + (87222, "761101", 1, 0, 9), + (87223, "761101", 1, 0, 9), + (87224, "761101", 1, 0, 9), + (87225, "762104", 1, 0, 9), + (87226, "762104", 1, 0, 9), + (87227, "762018", 1, 0, 9), + (87228, "762018", 1, 0, 9), + (87229, "762018", 1, 0, 9), + (87230, "762018", 1, 0, 9), + (87231, "762018", 1, 0, 9), + (87232, "762018", 1, 0, 9), + (87233, "762018", 1, 0, 9), + (87234, "762029", 1, 0, 9), + (87235, "762029", 1, 0, 9), + (87236, "762029", 1, 0, 9), + (87237, "762029", 1, 0, 9), + (87238, "762029", 1, 0, 9), + (87239, "762029", 1, 0, 9), + (87240, "762029", 1, 0, 9), + (87241, "762029", 1, 0, 9), + (87242, "762029", 1, 0, 9), + (87243, "762029", 1, 0, 9), + (87244, "762020", 1, 0, 9), + (87245, "762020", 1, 0, 9), + (87246, "762020", 1, 0, 9), + (87247, "762020", 1, 0, 9), + (87248, "762022", 1, 0, 9), + (87249, "762022", 1, 0, 9), + (87250, "762022", 1, 0, 9), + (87251, "762022", 1, 0, 9), + (87252, "762017", 1, 0, 9), + (87253, "762017", 1, 0, 9), + (87254, "762017", 1, 0, 9), + (87255, "762017", 1, 0, 9), + (87256, "762012", 1, 0, 9), + (87257, "762012", 1, 0, 9), + (87258, "762012", 1, 0, 9), + (87259, "762012", 1, 0, 9), + (87260, "762012", 1, 0, 9), + (87261, "762012", 1, 0, 9), + (87262, "762012", 1, 0, 9), + (87263, "762012", 1, 0, 9), + (87264, "762012", 1, 0, 9), + (87265, "762012", 1, 0, 9), + (87266, "762012", 1, 0, 9), + (87267, "762012", 1, 0, 9), + (87268, "762012", 1, 0, 9), + (87269, "762012", 1, 0, 9), + (87270, "762012", 1, 0, 9), + (87271, "762105", 1, 0, 9), + (87272, "762105", 1, 0, 9), + (87273, "762105", 1, 0, 9), + (87274, "762105", 1, 0, 9), + (87275, "762105", 1, 0, 9), + (87276, "762103", 1, 0, 9), + (87277, "762103", 1, 0, 9), + (87278, "762103", 1, 0, 9), + (87279, "762103", 1, 0, 9), + (87280, "762103", 1, 0, 9), + (87281, "762103", 1, 0, 9), + (87282, "762103", 1, 0, 9), + (87283, "762103", 1, 0, 9), + (87284, "762103", 1, 0, 9), + (87285, "762021", 1, 0, 9), + (87286, "762021", 1, 0, 9), + (87287, "762021", 1, 0, 9), + (87288, "762021", 1, 0, 9), + (87289, "762021", 1, 0, 9), + (87290, "762021", 1, 0, 9), + (87291, "762021", 1, 0, 9), + (87292, "762030", 1, 0, 9), + (87293, "762030", 1, 0, 9), + (87294, "762030", 1, 0, 9), + (87295, "762030", 1, 0, 9), + (87296, "762030", 1, 0, 9), + (87297, "762030", 1, 0, 9), + (87298, "762030", 1, 0, 9), + (87299, "762030", 1, 0, 9), + (87300, "762103", 1, 0, 9), + (87301, "762103", 1, 0, 9), + (87302, "762105", 1, 0, 9), + (87303, "762105", 1, 0, 9), + (87304, "762105", 1, 0, 9), + (87305, "762105", 1, 0, 9), + (87306, "762105", 1, 0, 9), + (87307, "762105", 1, 0, 9), + (87308, "762109", 1, 0, 9), + (87309, "762109", 1, 0, 9), + (87310, "762109", 1, 0, 9), + (87311, "762109", 1, 0, 9), + (87312, "762109", 1, 0, 9), + (87313, "762109", 1, 0, 9), + (87314, "762109", 1, 0, 9), + (87315, "762027", 1, 0, 9), + (87316, "762027", 1, 0, 9), + (87317, "762027", 1, 0, 9), + (87318, "762027", 1, 0, 9), + (87319, "762016", 1, 0, 9), + (87320, "762016", 1, 0, 9), + (87321, "762016", 1, 0, 9), + (87322, "762016", 1, 0, 9), + (87323, "762016", 1, 0, 9), + (87324, "762016", 1, 0, 9), + (87325, "762016", 1, 0, 9), + (87326, "762016", 1, 0, 9), + (87327, "762016", 1, 0, 9), + (87328, "762016", 1, 0, 9), + (87329, "762102", 1, 0, 9), + (87330, "762102", 1, 0, 9), + (87331, "762102", 1, 0, 9), + (87332, "762102", 1, 0, 9), + (87333, "762102", 1, 0, 9), + (87334, "762102", 1, 0, 9), + (87335, "762102", 1, 0, 9), + (87336, "762102", 1, 0, 9), + (87337, "762112", 1, 0, 9), + (87338, "762112", 1, 0, 9), + (87339, "762112", 1, 0, 9), + (87340, "762112", 1, 0, 9), + (87341, "762112", 1, 0, 9), + (87342, "762011", 1, 0, 9), + (87343, "762011", 1, 0, 9), + (87344, "762011", 1, 0, 9), + (87345, "762011", 1, 0, 9), + (87346, "762011", 1, 0, 9), + (87347, "762011", 1, 0, 9), + (87348, "762011", 1, 0, 9), + (87349, "762011", 1, 0, 9), + (87350, "762011", 1, 0, 9), + (87351, "762011", 1, 0, 9), + (87352, "762011", 1, 0, 9), + (87353, "762011", 1, 0, 9), + (87354, "762011", 1, 0, 9), + (87355, "762011", 1, 0, 9), + (87356, "762011", 1, 0, 9), + (87357, "762011", 1, 0, 9), + (87358, "762011", 1, 0, 9), + (87359, "762011", 1, 0, 9), + (87360, "762013", 1, 0, 9), + (87361, "762013", 1, 0, 9), + (87362, "762013", 1, 0, 9), + (87363, "762013", 1, 0, 9), + (87364, "762013", 1, 0, 9), + (87365, "762101", 1, 0, 9), + (87366, "762101", 1, 0, 9), + (87367, "762101", 1, 0, 9), + (87368, "762101", 1, 0, 9), + (87369, "762101", 1, 0, 9), + (87370, "762101", 1, 0, 9), + (87371, "762101", 1, 0, 9), + (87372, "762101", 1, 0, 9), + (87373, "762101", 1, 0, 9), + (87374, "762101", 1, 0, 9), + (87375, "762101", 1, 0, 9), + (87376, "762101", 1, 0, 9), + (87377, "762101", 1, 0, 9), + (87378, "762101", 1, 0, 9), + (87379, "762101", 1, 0, 9), + (87380, "762101", 1, 0, 9), + (87381, "762101", 1, 0, 9), + (87382, "762019", 1, 0, 9), + (87383, "762019", 1, 0, 9), + (87384, "762026", 1, 0, 9), + (87385, "762026", 1, 0, 9), + (87386, "762026", 1, 0, 9), + (87387, "762026", 1, 0, 9), + (87388, "762026", 1, 0, 9), + (87389, "762026", 1, 0, 9), + (87390, "762026", 1, 0, 9), + (87391, "762026", 1, 0, 9), + (87392, "762010", 1, 0, 9), + (87393, "762010", 1, 0, 9), + (87394, "762010", 1, 0, 9), + (87395, "762010", 1, 0, 9), + (87396, "762010", 1, 0, 9), + (87397, "762010", 1, 0, 9), + (87398, "762010", 1, 0, 9), + (87399, "762010", 1, 0, 9), + (87400, "762010", 1, 0, 9), + (87401, "762010", 1, 0, 9), + (87402, "762107", 1, 0, 9), + (87403, "762107", 1, 0, 9), + (87404, "762107", 1, 0, 9), + (87405, "762107", 1, 0, 9), + (87406, "762107", 1, 0, 9), + (87407, "762107", 1, 0, 9), + (87408, "762107", 1, 0, 9), + (87409, "762107", 1, 0, 9), + (87410, "762107", 1, 0, 9), + (87411, "762107", 1, 0, 9), + (87412, "762100", 1, 0, 9), + (87413, "762100", 1, 0, 9), + (87414, "762100", 1, 0, 9), + (87415, "762100", 1, 0, 9), + (87416, "762100", 1, 0, 9), + (87417, "762100", 1, 0, 9), + (87418, "762100", 1, 0, 9), + (87419, "762100", 1, 0, 9), + (87420, "762100", 1, 0, 9), + (87421, "762100", 1, 0, 9), + (87422, "762100", 1, 0, 9), + (87423, "762100", 1, 0, 9), + (87424, "762100", 1, 0, 9), + (87425, "762100", 1, 0, 9), + (87426, "752032", 1, 0, 9), + (87427, "752032", 1, 0, 9), + (87428, "752032", 1, 0, 9), + (87429, "752032", 1, 0, 9), + (87430, "752089", 1, 0, 9), + (87431, "752085", 1, 0, 9), + (87432, "752077", 1, 0, 9), + (87433, "752070", 1, 0, 9), + (87434, "752026", 1, 0, 9), + (87435, "752016", 1, 0, 9), + (87436, "752012", 1, 0, 9), + (87437, "752002", 1, 0, 9), + (87438, "752002", 1, 0, 9), + (87439, "752002", 1, 0, 9), + (87440, "752002", 1, 0, 9), + (87441, "752002", 1, 0, 9), + (87442, "752014", 1, 0, 9), + (87443, "752014", 1, 0, 9), + (87444, "752014", 1, 0, 9), + (87445, "752014", 1, 0, 9), + (87446, "752014", 1, 0, 9), + (87447, "752014", 1, 0, 9), + (87448, "752014", 1, 0, 9), + (87449, "752014", 1, 0, 9), + (87450, "752014", 1, 0, 9), + (87451, "752014", 1, 0, 9), + (87452, "752014", 1, 0, 9), + (87453, "752014", 1, 0, 9), + (87454, "752014", 1, 0, 9), + (87455, "752014", 1, 0, 9), + (87456, "752014", 1, 0, 9), + (87457, "752046", 1, 0, 9), + (87458, "752046", 1, 0, 9), + (87459, "752046", 1, 0, 9), + (87460, "752046", 1, 0, 9), + (87461, "752046", 1, 0, 9), + (87462, "752046", 1, 0, 9), + (87463, "752046", 1, 0, 9), + (87464, "752032", 1, 0, 9), + (87465, "752032", 1, 0, 9), + (87466, "752082", 1, 0, 9), + (87467, "752082", 1, 0, 9), + (87468, "752082", 1, 0, 9), + (87469, "752082", 1, 0, 9), + (87470, "752089", 1, 0, 9), + (87471, "752089", 1, 0, 9), + (87472, "752089", 1, 0, 9), + (87473, "752089", 1, 0, 9), + (87474, "752089", 1, 0, 9), + (87475, "752089", 1, 0, 9), + (87476, "752063", 1, 0, 9), + (87477, "752063", 1, 0, 9), + (87478, "752063", 1, 0, 9), + (87479, "752063", 1, 0, 9), + (87480, "752063", 1, 0, 9), + (87481, "752063", 1, 0, 9), + (87482, "752063", 1, 0, 9), + (87483, "752063", 1, 0, 9), + (87484, "752063", 1, 0, 9), + (87485, "752063", 1, 0, 9), + (87486, "752063", 1, 0, 9), + (87487, "752063", 1, 0, 9), + (87488, "752063", 1, 0, 9), + (87489, "752063", 1, 0, 9), + (87490, "752063", 1, 0, 9), + (87491, "752063", 1, 0, 9), + (87492, "752024", 1, 0, 9), + (87493, "752024", 1, 0, 9), + (87494, "752024", 1, 0, 9), + (87495, "752024", 1, 0, 9), + (87496, "752084", 1, 0, 9), + (87497, "752084", 1, 0, 9), + (87498, "752084", 1, 0, 9), + (87499, "752084", 1, 0, 9), + (87500, "752084", 1, 0, 9), + (87501, "752084", 1, 0, 9), + (87502, "752084", 1, 0, 9), + (87503, "752085", 1, 0, 9), + (87504, "752085", 1, 0, 9), + (87505, "752085", 1, 0, 9), + (87506, "752085", 1, 0, 9), + (87507, "752085", 1, 0, 9), + (87508, "752085", 1, 0, 9), + (87509, "752085", 1, 0, 9), + (87510, "752085", 1, 0, 9), + (87511, "752092", 1, 0, 9), + (87512, "752092", 1, 0, 9), + (87513, "752092", 1, 0, 9), + (87514, "752092", 1, 0, 9), + (87515, "752025", 1, 0, 9), + (87516, "752025", 1, 0, 9), + (87517, "752025", 1, 0, 9), + (87518, "752025", 1, 0, 9), + (87519, "752025", 1, 0, 9), + (87520, "752025", 1, 0, 9), + (87521, "752025", 1, 0, 9), + (87522, "752025", 1, 0, 9), + (87523, "752068", 1, 0, 9), + (87524, "752068", 1, 0, 9), + (87525, "752068", 1, 0, 9), + (87526, "752068", 1, 0, 9), + (87527, "752068", 1, 0, 9), + (87528, "752068", 1, 0, 9), + (87529, "752068", 1, 0, 9), + (87530, "752078", 1, 0, 9), + (87531, "752078", 1, 0, 9), + (87532, "752078", 1, 0, 9), + (87533, "752078", 1, 0, 9), + (87534, "752077", 1, 0, 9), + (87535, "752077", 1, 0, 9), + (87536, "752077", 1, 0, 9), + (87537, "752077", 1, 0, 9), + (87538, "752077", 1, 0, 9), + (87539, "752077", 1, 0, 9), + (87540, "752077", 1, 0, 9), + (87541, "752077", 1, 0, 9), + (87542, "752077", 1, 0, 9), + (87543, "752077", 1, 0, 9), + (87544, "752077", 1, 0, 9), + (87545, "752077", 1, 0, 9), + (87546, "752077", 1, 0, 9), + (87547, "752077", 1, 0, 9), + (87548, "752077", 1, 0, 9), + (87549, "752077", 1, 0, 9), + (87550, "752090", 1, 0, 9), + (87551, "752090", 1, 0, 9), + (87552, "752090", 1, 0, 9), + (87553, "752090", 1, 0, 9), + (87554, "752090", 1, 0, 9), + (87555, "752090", 1, 0, 9), + (87556, "752093", 1, 0, 9), + (87557, "752093", 1, 0, 9), + (87558, "752093", 1, 0, 9), + (87559, "752093", 1, 0, 9), + (87560, "752093", 1, 0, 9), + (87561, "752093", 1, 0, 9), + (87562, "752093", 1, 0, 9), + (87563, "752094", 1, 0, 9), + (87564, "752094", 1, 0, 9), + (87565, "752094", 1, 0, 9), + (87566, "752094", 1, 0, 9), + (87567, "752094", 1, 0, 9), + (87568, "752079", 1, 0, 9), + (87569, "752079", 1, 0, 9), + (87570, "752079", 1, 0, 9), + (87571, "752079", 1, 0, 9), + (87572, "752079", 1, 0, 9), + (87573, "752079", 1, 0, 9), + (87574, "752079", 1, 0, 9), + (87575, "752079", 1, 0, 9), + (87576, "752079", 1, 0, 9), + (87577, "752079", 1, 0, 9), + (87578, "752079", 1, 0, 9), + (87579, "752070", 1, 0, 9), + (87580, "752070", 1, 0, 9), + (87581, "752070", 1, 0, 9), + (87582, "752070", 1, 0, 9), + (87583, "752070", 1, 0, 9), + (87584, "752070", 1, 0, 9), + (87585, "752070", 1, 0, 9), + (87586, "752070", 1, 0, 9), + (87587, "752070", 1, 0, 9), + (87588, "752070", 1, 0, 9), + (87589, "752070", 1, 0, 9), + (87590, "752070", 1, 0, 9), + (87591, "752083", 1, 0, 9), + (87592, "752083", 1, 0, 9), + (87593, "752083", 1, 0, 9), + (87594, "752083", 1, 0, 9), + (87595, "752083", 1, 0, 9), + (87596, "752083", 1, 0, 9), + (87597, "752083", 1, 0, 9), + (87598, "752081", 1, 0, 9), + (87599, "752081", 1, 0, 9), + (87600, "752081", 1, 0, 9), + (87601, "752081", 1, 0, 9), + (87602, "752081", 1, 0, 9), + (87603, "752081", 1, 0, 9), + (87604, "752081", 1, 0, 9), + (87605, "752081", 1, 0, 9), + (87606, "752081", 1, 0, 9), + (87607, "752065", 1, 0, 9), + (87608, "752065", 1, 0, 9), + (87609, "752065", 1, 0, 9), + (87610, "752065", 1, 0, 9), + (87611, "752065", 1, 0, 9), + (87612, "752026", 1, 0, 9), + (87613, "752026", 1, 0, 9), + (87614, "752026", 1, 0, 9), + (87615, "752026", 1, 0, 9), + (87616, "752026", 1, 0, 9), + (87617, "752026", 1, 0, 9), + (87618, "752026", 1, 0, 9), + (87619, "752026", 1, 0, 9), + (87620, "752026", 1, 0, 9), + (87621, "752026", 1, 0, 9), + (87622, "752026", 1, 0, 9), + (87623, "752026", 1, 0, 9), + (87624, "752080", 1, 0, 9), + (87625, "752080", 1, 0, 9), + (87626, "752080", 1, 0, 9), + (87627, "752080", 1, 0, 9), + (87628, "752080", 1, 0, 9), + (87629, "752080", 1, 0, 9), + (87630, "752080", 1, 0, 9), + (87631, "752091", 1, 0, 9), + (87632, "752091", 1, 0, 9), + (87633, "752091", 1, 0, 9), + (87634, "752091", 1, 0, 9), + (87635, "752091", 1, 0, 9), + (87636, "752091", 1, 0, 9), + (87637, "752091", 1, 0, 9), + (87638, "752013", 1, 0, 9), + (87639, "752013", 1, 0, 9), + (87640, "752013", 1, 0, 9), + (87641, "752013", 1, 0, 9), + (87642, "752016", 1, 0, 9), + (87643, "752016", 1, 0, 9), + (87644, "752016", 1, 0, 9), + (87645, "752016", 1, 0, 9), + (87646, "752016", 1, 0, 9), + (87647, "752016", 1, 0, 9), + (87648, "752016", 1, 0, 9), + (87649, "752016", 1, 0, 9), + (87650, "752016", 1, 0, 9), + (87651, "752016", 1, 0, 9), + (87652, "752016", 1, 0, 9), + (87653, "752011", 1, 0, 9), + (87654, "752010", 1, 0, 9), + (87655, "752011", 1, 0, 9), + (87656, "752010", 1, 0, 9), + (87657, "752010", 1, 0, 9), + (87658, "752011", 1, 0, 9), + (87659, "752011", 1, 0, 9), + (87660, "752011", 1, 0, 9), + (87661, "752010", 1, 0, 9), + (87662, "752011", 1, 0, 9), + (87663, "752011", 1, 0, 9), + (87664, "752011", 1, 0, 9), + (87665, "752011", 1, 0, 9), + (87666, "752010", 1, 0, 9), + (87667, "752011", 1, 0, 9), + (87668, "752011", 1, 0, 9), + (87669, "752011", 1, 0, 9), + (87670, "752011", 1, 0, 9), + (87671, "752010", 1, 0, 9), + (87672, "752011", 1, 0, 9), + (87673, "752011", 1, 0, 9), + (87674, "752011", 1, 0, 9), + (87675, "752010", 1, 0, 9), + (87676, "752012", 1, 0, 9), + (87677, "752012", 1, 0, 9), + (87678, "752012", 1, 0, 9), + (87679, "752012", 1, 0, 9), + (87680, "752012", 1, 0, 9), + (87681, "752012", 1, 0, 9), + (87682, "752012", 1, 0, 9), + (87683, "752012", 1, 0, 9), + (87684, "752012", 1, 0, 9), + (87685, "752012", 1, 0, 9), + (87686, "752012", 1, 0, 9), + (87687, "752015", 1, 0, 9), + (87688, "752015", 1, 0, 9), + (87689, "752015", 1, 0, 9), + (87690, "752015", 1, 0, 9), + (87691, "752015", 1, 0, 9), + (87692, "752015", 1, 0, 9), + (87693, "752015", 1, 0, 9), + (87694, "752015", 1, 0, 9), + (87695, "752045", 1, 0, 9), + (87696, "752045", 1, 0, 9), + (87697, "752045", 1, 0, 9), + (87698, "752045", 1, 0, 9), + (87699, "752045", 1, 0, 9), + (87700, "752045", 1, 0, 9), + (87701, "752045", 1, 0, 9), + (87702, "752045", 1, 0, 9), + (87703, "752017", 1, 0, 9), + (87704, "752017", 1, 0, 9), + (87705, "752017", 1, 0, 9), + (87706, "752017", 1, 0, 9), + (87707, "752017", 1, 0, 9), + (87708, "752017", 1, 0, 9), + (87709, "752017", 1, 0, 9), + (87710, "752017", 1, 0, 9), + (87711, "752017", 1, 0, 9), + (87712, "752017", 1, 0, 9), + (87713, "752017", 1, 0, 9), + (87714, "752017", 1, 0, 9), + (87715, "752017", 1, 0, 9), + (87716, "752017", 1, 0, 9), + (87717, "752017", 1, 0, 9), + (87718, "752002", 1, 0, 9), + (87719, "752002", 1, 0, 9), + (87720, "752002", 1, 0, 9), + (87721, "752002", 1, 0, 9), + (87722, "752002", 1, 0, 9), + (87723, "752002", 1, 0, 9), + (87724, "752002", 1, 0, 9), + (87725, "752002", 1, 0, 9), + (87726, "768029", 1, 0, 9), + (87727, "768045", 1, 0, 9), + (87728, "768042", 1, 0, 9), + (87729, "768036", 1, 0, 9), + (87730, "768221", 1, 0, 9), + (87731, "768202", 1, 0, 9), + (87732, "768222", 1, 0, 9), + (87733, "768108", 1, 0, 9), + (87734, "768107", 1, 0, 9), + (87735, "768106", 1, 0, 9), + (87736, "768212", 1, 0, 9), + (87737, "768200", 1, 0, 9), + (87738, "768200", 1, 0, 9), + (87739, "768200", 1, 0, 9), + (87740, "768200", 1, 0, 9), + (87741, "768200", 1, 0, 9), + (87742, "768200", 1, 0, 9), + (87743, "768045", 1, 0, 9), + (87744, "768045", 1, 0, 9), + (87745, "768045", 1, 0, 9), + (87746, "768045", 1, 0, 9), + (87747, "768032", 1, 0, 9), + (87748, "768032", 1, 0, 9), + (87749, "768032", 1, 0, 9), + (87750, "768032", 1, 0, 9), + (87751, "768032", 1, 0, 9), + (87752, "768032", 1, 0, 9), + (87753, "768032", 1, 0, 9), + (87754, "768032", 1, 0, 9), + (87755, "768032", 1, 0, 9), + (87756, "768032", 1, 0, 9), + (87757, "768032", 1, 0, 9), + (87758, "768052", 1, 0, 9), + (87759, "768052", 1, 0, 9), + (87760, "768052", 1, 0, 9), + (87761, "768052", 1, 0, 9), + (87762, "768052", 1, 0, 9), + (87763, "768052", 1, 0, 9), + (87764, "768037", 1, 0, 9), + (87765, "768037", 1, 0, 9), + (87766, "768037", 1, 0, 9), + (87767, "768037", 1, 0, 9), + (87768, "768037", 1, 0, 9), + (87769, "768037", 1, 0, 9), + (87770, "768034", 1, 0, 9), + (87771, "768034", 1, 0, 9), + (87772, "768034", 1, 0, 9), + (87773, "768034", 1, 0, 9), + (87774, "768034", 1, 0, 9), + (87775, "768034", 1, 0, 9), + (87776, "768034", 1, 0, 9), + (87777, "768034", 1, 0, 9), + (87778, "768042", 1, 0, 9), + (87779, "768042", 1, 0, 9), + (87780, "768042", 1, 0, 9), + (87781, "768042", 1, 0, 9), + (87782, "768042", 1, 0, 9), + (87783, "768042", 1, 0, 9), + (87784, "768042", 1, 0, 9), + (87785, "768042", 1, 0, 9), + (87786, "768042", 1, 0, 9), + (87787, "768042", 1, 0, 9), + (87788, "768049", 1, 0, 9), + (87789, "768049", 1, 0, 9), + (87790, "768049", 1, 0, 9), + (87791, "768048", 1, 0, 9), + (87792, "768048", 1, 0, 9), + (87793, "768035", 1, 0, 9), + (87794, "768035", 1, 0, 9), + (87795, "768035", 1, 0, 9), + (87796, "768035", 1, 0, 9), + (87797, "768035", 1, 0, 9), + (87798, "768050", 1, 0, 9), + (87799, "768050", 1, 0, 9), + (87800, "768050", 1, 0, 9), + (87801, "768039", 1, 0, 9), + (87802, "768039", 1, 0, 9), + (87803, "768039", 1, 0, 9), + (87804, "768039", 1, 0, 9), + (87805, "768039", 1, 0, 9), + (87806, "768039", 1, 0, 9), + (87807, "768039", 1, 0, 9), + (87808, "768036", 1, 0, 9), + (87809, "768036", 1, 0, 9), + (87810, "768036", 1, 0, 9), + (87811, "768036", 1, 0, 9), + (87812, "768036", 1, 0, 9), + (87813, "768036", 1, 0, 9), + (87814, "768036", 1, 0, 9), + (87815, "768036", 1, 0, 9), + (87816, "768036", 1, 0, 9), + (87817, "768036", 1, 0, 9), + (87818, "768029", 1, 0, 9), + (87819, "768029", 1, 0, 9), + (87820, "768029", 1, 0, 9), + (87821, "768038", 1, 0, 9), + (87822, "768038", 1, 0, 9), + (87823, "768038", 1, 0, 9), + (87824, "768038", 1, 0, 9), + (87825, "768038", 1, 0, 9), + (87826, "768038", 1, 0, 9), + (87827, "768038", 1, 0, 9), + (87828, "768038", 1, 0, 9), + (87829, "768038", 1, 0, 9), + (87830, "768038", 1, 0, 9), + (87831, "768038", 1, 0, 9), + (87832, "768038", 1, 0, 9), + (87833, "768030", 1, 0, 9), + (87834, "768030", 1, 0, 9), + (87835, "768030", 1, 0, 9), + (87836, "768030", 1, 0, 9), + (87837, "768030", 1, 0, 9), + (87838, "768030", 1, 0, 9), + (87839, "768030", 1, 0, 9), + (87840, "768030", 1, 0, 9), + (87841, "768030", 1, 0, 9), + (87842, "768030", 1, 0, 9), + (87843, "768030", 1, 0, 9), + (87844, "768030", 1, 0, 9), + (87845, "768030", 1, 0, 9), + (87846, "768030", 1, 0, 9), + (87847, "768030", 1, 0, 9), + (87848, "768030", 1, 0, 9), + (87849, "768104", 1, 0, 9), + (87850, "768104", 1, 0, 9), + (87851, "768104", 1, 0, 9), + (87852, "768104", 1, 0, 9), + (87853, "768104", 1, 0, 9), + (87854, "768104", 1, 0, 9), + (87855, "768104", 1, 0, 9), + (87856, "768104", 1, 0, 9), + (87857, "768104", 1, 0, 9), + (87858, "768104", 1, 0, 9), + (87859, "768104", 1, 0, 9), + (87860, "768036", 1, 0, 9), + (87861, "768036", 1, 0, 9), + (87862, "768036", 1, 0, 9), + (87863, "768036", 1, 0, 9), + (87864, "768036", 1, 0, 9), + (87865, "768103", 1, 0, 9), + (87866, "768103", 1, 0, 9), + (87867, "768103", 1, 0, 9), + (87868, "768103", 1, 0, 9), + (87869, "768103", 1, 0, 9), + (87870, "768103", 1, 0, 9), + (87871, "768103", 1, 0, 9), + (87872, "768103", 1, 0, 9), + (87873, "768103", 1, 0, 9), + (87874, "768103", 1, 0, 9), + (87875, "768103", 1, 0, 9), + (87876, "768103", 1, 0, 9), + (87877, "768033", 1, 0, 9), + (87878, "768033", 1, 0, 9), + (87879, "768033", 1, 0, 9), + (87880, "768033", 1, 0, 9), + (87881, "768033", 1, 0, 9), + (87882, "768033", 1, 0, 9), + (87883, "768033", 1, 0, 9), + (87884, "768033", 1, 0, 9), + (87885, "768033", 1, 0, 9), + (87886, "768033", 1, 0, 9), + (87887, "768033", 1, 0, 9), + (87888, "768033", 1, 0, 9), + (87889, "768033", 1, 0, 9), + (87890, "768040", 1, 0, 9), + (87891, "768040", 1, 0, 9), + (87892, "768040", 1, 0, 9), + (87893, "768040", 1, 0, 9), + (87894, "768040", 1, 0, 9), + (87895, "768040", 1, 0, 9), + (87896, "768220", 1, 0, 9), + (87897, "768220", 1, 0, 9), + (87898, "768220", 1, 0, 9), + (87899, "768220", 1, 0, 9), + (87900, "768221", 1, 0, 9), + (87901, "768036", 1, 0, 9), + (87902, "768221", 1, 0, 9), + (87903, "768221", 1, 0, 9), + (87904, "768221", 1, 0, 9), + (87905, "768221", 1, 0, 9), + (87906, "768221", 1, 0, 9), + (87907, "768221", 1, 0, 9), + (87908, "768221", 1, 0, 9), + (87909, "768221", 1, 0, 9), + (87910, "768221", 1, 0, 9), + (87911, "768221", 1, 0, 9), + (87912, "768221", 1, 0, 9), + (87913, "768221", 1, 0, 9), + (87914, "768221", 1, 0, 9), + (87915, "768211", 1, 0, 9), + (87916, "768211", 1, 0, 9), + (87917, "768211", 1, 0, 9), + (87918, "768211", 1, 0, 9), + (87919, "768211", 1, 0, 9), + (87920, "768217", 1, 0, 9), + (87921, "768217", 1, 0, 9), + (87922, "768217", 1, 0, 9), + (87923, "768217", 1, 0, 9), + (87924, "768216", 1, 0, 9), + (87925, "768216", 1, 0, 9), + (87926, "768216", 1, 0, 9), + (87927, "768216", 1, 0, 9), + (87928, "768216", 1, 0, 9), + (87929, "768216", 1, 0, 9), + (87930, "768224", 1, 0, 9), + (87931, "768224", 1, 0, 9), + (87932, "768224", 1, 0, 9), + (87933, "768224", 1, 0, 9), + (87934, "768224", 1, 0, 9), + (87935, "768224", 1, 0, 9), + (87936, "768224", 1, 0, 9), + (87937, "768234", 1, 0, 9), + (87938, "768234", 1, 0, 9), + (87939, "768234", 1, 0, 9), + (87940, "768234", 1, 0, 9), + (87941, "768202", 1, 0, 9), + (87942, "768202", 1, 0, 9), + (87943, "768202", 1, 0, 9), + (87944, "768202", 1, 0, 9), + (87945, "768202", 1, 0, 9), + (87946, "768202", 1, 0, 9), + (87947, "768202", 1, 0, 9), + (87948, "768202", 1, 0, 9), + (87949, "768213", 1, 0, 9), + (87950, "768213", 1, 0, 9), + (87951, "768213", 1, 0, 9), + (87952, "768213", 1, 0, 9), + (87953, "768213", 1, 0, 9), + (87954, "768213", 1, 0, 9), + (87955, "768213", 1, 0, 9), + (87956, "768213", 1, 0, 9), + (87957, "768228", 1, 0, 9), + (87958, "768228", 1, 0, 9), + (87959, "768228", 1, 0, 9), + (87960, "768228", 1, 0, 9), + (87961, "768228", 1, 0, 9), + (87962, "768228", 1, 0, 9), + (87963, "768228", 1, 0, 9), + (87964, "768228", 1, 0, 9), + (87965, "768228", 1, 0, 9), + (87966, "768228", 1, 0, 9), + (87967, "768228", 1, 0, 9), + (87968, "768228", 1, 0, 9), + (87969, "768228", 1, 0, 9), + (87970, "768228", 1, 0, 9), + (87971, "768228", 1, 0, 9), + (87972, "768228", 1, 0, 9), + (87973, "768228", 1, 0, 9), + (87974, "768228", 1, 0, 9), + (87975, "768222", 1, 0, 9), + (87976, "768222", 1, 0, 9), + (87977, "768222", 1, 0, 9), + (87978, "768222", 1, 0, 9), + (87979, "768222", 1, 0, 9), + (87980, "768222", 1, 0, 9), + (87981, "768222", 1, 0, 9), + (87982, "768029", 1, 0, 9), + (87983, "768029", 1, 0, 9), + (87984, "768033", 1, 0, 9), + (87985, "768038", 1, 0, 9), + (87986, "768033", 1, 0, 9), + (87987, "768038", 1, 0, 9), + (87988, "768033", 1, 0, 9), + (87989, "768033", 1, 0, 9), + (87990, "768040", 1, 0, 9), + (87991, "768040", 1, 0, 9), + (87992, "768033", 1, 0, 9), + (87993, "768027", 1, 0, 9), + (87994, "768027", 1, 0, 9), + (87995, "768027", 1, 0, 9), + (87996, "768027", 1, 0, 9), + (87997, "768027", 1, 0, 9), + (87998, "768027", 1, 0, 9), + (87999, "768027", 1, 0, 9), + (88000, "768027", 1, 0, 9), + (88001, "768027", 1, 0, 9), + (88002, "768027", 1, 0, 9), + (88003, "768027", 1, 0, 9), + (88004, "768027", 1, 0, 9), + (88005, "768027", 1, 0, 9), + (88006, "768027", 1, 0, 9), + (88007, "768027", 1, 0, 9), + (88008, "768029", 1, 0, 9), + (88009, "768029", 1, 0, 9), + (88010, "768032", 1, 0, 9), + (88011, "768029", 1, 0, 9), + (88012, "768029", 1, 0, 9), + (88013, "768029", 1, 0, 9), + (88014, "768029", 1, 0, 9), + (88015, "768029", 1, 0, 9), + (88016, "768029", 1, 0, 9), + (88017, "768029", 1, 0, 9), + (88018, "768029", 1, 0, 9), + (88019, "768029", 1, 0, 9), + (88020, "768029", 1, 0, 9), + (88021, "768029", 1, 0, 9), + (88022, "768029", 1, 0, 9), + (88023, "768029", 1, 0, 9), + (88024, "768222", 1, 0, 9), + (88025, "768222", 1, 0, 9), + (88026, "768222", 1, 0, 9), + (88027, "768222", 1, 0, 9), + (88028, "768222", 1, 0, 9), + (88029, "768222", 1, 0, 9), + (88030, "768222", 1, 0, 9), + (88031, "768222", 1, 0, 9), + (88032, "768222", 1, 0, 9), + (88033, "768222", 1, 0, 9), + (88034, "768222", 1, 0, 9), + (88035, "768222", 1, 0, 9), + (88036, "768227", 1, 0, 9), + (88037, "768227", 1, 0, 9), + (88038, "768227", 1, 0, 9), + (88039, "768227", 1, 0, 9), + (88040, "768227", 1, 0, 9), + (88041, "768227", 1, 0, 9), + (88042, "768227", 1, 0, 9), + (88043, "768227", 1, 0, 9), + (88044, "768227", 1, 0, 9), + (88045, "768227", 1, 0, 9), + (88046, "768215", 1, 0, 9), + (88047, "768025", 1, 0, 9), + (88048, "768025", 1, 0, 9), + (88049, "768113", 1, 0, 9), + (88050, "768113", 1, 0, 9), + (88051, "768113", 1, 0, 9), + (88052, "768113", 1, 0, 9), + (88053, "768113", 1, 0, 9), + (88054, "768113", 1, 0, 9), + (88055, "768005", 1, 0, 9), + (88056, "768005", 1, 0, 9), + (88057, "768005", 1, 0, 9), + (88058, "768005", 1, 0, 9), + (88059, "768005", 1, 0, 9), + (88060, "768005", 1, 0, 9), + (88061, "768005", 1, 0, 9), + (88062, "768005", 1, 0, 9), + (88063, "768108", 1, 0, 9), + (88064, "768108", 1, 0, 9), + (88065, "768108", 1, 0, 9), + (88066, "768108", 1, 0, 9), + (88067, "768108", 1, 0, 9), + (88068, "768108", 1, 0, 9), + (88069, "768108", 1, 0, 9), + (88070, "768108", 1, 0, 9), + (88071, "768108", 1, 0, 9), + (88072, "768108", 1, 0, 9), + (88073, "768108", 1, 0, 9), + (88074, "768108", 1, 0, 9), + (88075, "768108", 1, 0, 9), + (88076, "768111", 1, 0, 9), + (88077, "768111", 1, 0, 9), + (88078, "768111", 1, 0, 9), + (88079, "768111", 1, 0, 9), + (88080, "768121", 1, 0, 9), + (88081, "768121", 1, 0, 9), + (88082, "768121", 1, 0, 9), + (88083, "768115", 1, 0, 9), + (88084, "768115", 1, 0, 9), + (88085, "768115", 1, 0, 9), + (88086, "768112", 1, 0, 9), + (88087, "768112", 1, 0, 9), + (88088, "768112", 1, 0, 9), + (88089, "768112", 1, 0, 9), + (88090, "768112", 1, 0, 9), + (88091, "768112", 1, 0, 9), + (88092, "768112", 1, 0, 9), + (88093, "768112", 1, 0, 9), + (88094, "768112", 1, 0, 9), + (88095, "768112", 1, 0, 9), + (88096, "768112", 1, 0, 9), + (88097, "768112", 1, 0, 9), + (88098, "768107", 1, 0, 9), + (88099, "768107", 1, 0, 9), + (88100, "768107", 1, 0, 9), + (88101, "768107", 1, 0, 9), + (88102, "768107", 1, 0, 9), + (88103, "768107", 1, 0, 9), + (88104, "768107", 1, 0, 9), + (88105, "768107", 1, 0, 9), + (88106, "768107", 1, 0, 9), + (88107, "768107", 1, 0, 9), + (88108, "768107", 1, 0, 9), + (88109, "768107", 1, 0, 9), + (88110, "768107", 1, 0, 9), + (88111, "768107", 1, 0, 9), + (88112, "768107", 1, 0, 9), + (88113, "768107", 1, 0, 9), + (88114, "768107", 1, 0, 9), + (88115, "768105", 1, 0, 9), + (88116, "768105", 1, 0, 9), + (88117, "768105", 1, 0, 9), + (88118, "768105", 1, 0, 9), + (88119, "768105", 1, 0, 9), + (88120, "768105", 1, 0, 9), + (88121, "768105", 1, 0, 9), + (88122, "768105", 1, 0, 9), + (88123, "768105", 1, 0, 9), + (88124, "768105", 1, 0, 9), + (88125, "768105", 1, 0, 9), + (88126, "768105", 1, 0, 9), + (88127, "768102", 1, 0, 9), + (88128, "768102", 1, 0, 9), + (88129, "768102", 1, 0, 9), + (88130, "768102", 1, 0, 9), + (88131, "768119", 1, 0, 9), + (88132, "768119", 1, 0, 9), + (88133, "768119", 1, 0, 9), + (88134, "768119", 1, 0, 9), + (88135, "768119", 1, 0, 9), + (88136, "768106", 1, 0, 9), + (88137, "768106", 1, 0, 9), + (88138, "768106", 1, 0, 9), + (88139, "768106", 1, 0, 9), + (88140, "768106", 1, 0, 9), + (88141, "768106", 1, 0, 9), + (88142, "768106", 1, 0, 9), + (88143, "768106", 1, 0, 9), + (88144, "768106", 1, 0, 9), + (88145, "768106", 1, 0, 9), + (88146, "768106", 1, 0, 9), + (88147, "768106", 1, 0, 9), + (88148, "768106", 1, 0, 9), + (88149, "768215", 1, 0, 9), + (88150, "768215", 1, 0, 9), + (88151, "768215", 1, 0, 9), + (88152, "768214", 1, 0, 9), + (88153, "768214", 1, 0, 9), + (88154, "768214", 1, 0, 9), + (88155, "768214", 1, 0, 9), + (88156, "768219", 1, 0, 9), + (88157, "768219", 1, 0, 9), + (88158, "768219", 1, 0, 9), + (88159, "768219", 1, 0, 9), + (88160, "768219", 1, 0, 9), + (88161, "768204", 1, 0, 9), + (88162, "768204", 1, 0, 9), + (88163, "768204", 1, 0, 9), + (88164, "768204", 1, 0, 9), + (88165, "768226", 1, 0, 9), + (88166, "768226", 1, 0, 9), + (88167, "768226", 1, 0, 9), + (88168, "768226", 1, 0, 9), + (88169, "768226", 1, 0, 9), + (88170, "768226", 1, 0, 9), + (88171, "768226", 1, 0, 9), + (88172, "768226", 1, 0, 9), + (88173, "768225", 1, 0, 9), + (88174, "768225", 1, 0, 9), + (88175, "768212", 1, 0, 9), + (88176, "768212", 1, 0, 9), + (88177, "768212", 1, 0, 9), + (88178, "768212", 1, 0, 9), + (88179, "768212", 1, 0, 9), + (88180, "768212", 1, 0, 9), + (88181, "768212", 1, 0, 9), + (88182, "768212", 1, 0, 9), + (88183, "768212", 1, 0, 9), + (88184, "768110", 1, 0, 9), + (88185, "768110", 1, 0, 9), + (88186, "768110", 1, 0, 9), + (88187, "768110", 1, 0, 9), + (88188, "768110", 1, 0, 9), + (88189, "768110", 1, 0, 9), + (88190, "768110", 1, 0, 9), + (88191, "768110", 1, 0, 9), + (88192, "768110", 1, 0, 9), + (88193, "768110", 1, 0, 9), + (88194, "768110", 1, 0, 9), + (88195, "768110", 1, 0, 9), + (88196, "768006", 1, 0, 9), + (88197, "768006", 1, 0, 9), + (88198, "768006", 1, 0, 9), + (88199, "768006", 1, 0, 9), + (88200, "768006", 1, 0, 9), + (88201, "768109", 1, 0, 9), + (88202, "768109", 1, 0, 9), + (88203, "768109", 1, 0, 9), + (88204, "768109", 1, 0, 9), + (88205, "768109", 1, 0, 9), + (88206, "768109", 1, 0, 9), + (88207, "768109", 1, 0, 9), + (88208, "768109", 1, 0, 9), + (88209, "768109", 1, 0, 9), + (88210, "768109", 1, 0, 9), + (88211, "768109", 1, 0, 9), + (88212, "768109", 1, 0, 9), + (88213, "768109", 1, 0, 9), + (88214, "768109", 1, 0, 9), + (88215, "768109", 1, 0, 9), + (88216, "768109", 1, 0, 9), + (88217, "768109", 1, 0, 9), + (88218, "768109", 1, 0, 9), + (88219, "768200", 1, 0, 9), + (88220, "768200", 1, 0, 9), + (88221, "770040", 1, 0, 9), + (88222, "770015", 1, 0, 9), + (88223, "770033", 1, 0, 9), + (88224, "770031", 1, 0, 9), + (88225, "770016", 1, 0, 9), + (88226, "770022", 1, 0, 9), + (88227, "770018", 1, 0, 9), + (88228, "770017", 1, 0, 9), + (88229, "770014", 1, 0, 9), + (88230, "770072", 1, 0, 9), + (88231, "770015", 1, 0, 9), + (88232, "770015", 1, 0, 9), + (88233, "770015", 1, 0, 9), + (88234, "770015", 1, 0, 9), + (88235, "770015", 1, 0, 9), + (88236, "770015", 1, 0, 9), + (88237, "770015", 1, 0, 9), + (88238, "770015", 1, 0, 9), + (88239, "770036", 1, 0, 9), + (88240, "770036", 1, 0, 9), + (88241, "770036", 1, 0, 9), + (88242, "770036", 1, 0, 9), + (88243, "770036", 1, 0, 9), + (88244, "770036", 1, 0, 9), + (88245, "770036", 1, 0, 9), + (88246, "770036", 1, 0, 9), + (88247, "770036", 1, 0, 9), + (88248, "770036", 1, 0, 9), + (88249, "770036", 1, 0, 9), + (88250, "769043", 1, 0, 9), + (88251, "769042", 1, 0, 9), + (88252, "769042", 1, 0, 9), + (88253, "769003", 1, 0, 9), + (88254, "770041", 1, 0, 9), + (88255, "770041", 1, 0, 9), + (88256, "770033", 1, 0, 9), + (88257, "770040", 1, 0, 9), + (88258, "770040", 1, 0, 9), + (88259, "770037", 1, 0, 9), + (88260, "770037", 1, 0, 9), + (88261, "770037", 1, 0, 9), + (88262, "770037", 1, 0, 9), + (88263, "770037", 1, 0, 9), + (88264, "770037", 1, 0, 9), + (88265, "770037", 1, 0, 9), + (88266, "770037", 1, 0, 9), + (88267, "770037", 1, 0, 9), + (88268, "770037", 1, 0, 9), + (88269, "770037", 1, 0, 9), + (88270, "770037", 1, 0, 9), + (88271, "770037", 1, 0, 9), + (88272, "770037", 1, 0, 9), + (88273, "770037", 1, 0, 9), + (88274, "770037", 1, 0, 9), + (88275, "770037", 1, 0, 9), + (88276, "770037", 1, 0, 9), + (88277, "770035", 1, 0, 9), + (88278, "770035", 1, 0, 9), + (88279, "770035", 1, 0, 9), + (88280, "770035", 1, 0, 9), + (88281, "770035", 1, 0, 9), + (88282, "770035", 1, 0, 9), + (88283, "770035", 1, 0, 9), + (88284, "770035", 1, 0, 9), + (88285, "769004", 1, 0, 9), + (88286, "769004", 1, 0, 9), + (88287, "770015", 1, 0, 9), + (88288, "770015", 1, 0, 9), + (88289, "770033", 1, 0, 9), + (88290, "770033", 1, 0, 9), + (88291, "770033", 1, 0, 9), + (88292, "770033", 1, 0, 9), + (88293, "770033", 1, 0, 9), + (88294, "770033", 1, 0, 9), + (88295, "770033", 1, 0, 9), + (88296, "770033", 1, 0, 9), + (88297, "770033", 1, 0, 9), + (88298, "770033", 1, 0, 9), + (88299, "770033", 1, 0, 9), + (88300, "770033", 1, 0, 9), + (88301, "770038", 1, 0, 9), + (88302, "770038", 1, 0, 9), + (88303, "770038", 1, 0, 9), + (88304, "770038", 1, 0, 9), + (88305, "770038", 1, 0, 9), + (88306, "770038", 1, 0, 9), + (88307, "770038", 1, 0, 9), + (88308, "770038", 1, 0, 9), + (88309, "770043", 1, 0, 9), + (88310, "770043", 1, 0, 9), + (88311, "770043", 1, 0, 9), + (88312, "770043", 1, 0, 9), + (88313, "770043", 1, 0, 9), + (88314, "770043", 1, 0, 9), + (88315, "770043", 1, 0, 9), + (88316, "770043", 1, 0, 9), + (88317, "770031", 1, 0, 9), + (88318, "770031", 1, 0, 9), + (88319, "770034", 1, 0, 9), + (88320, "770034", 1, 0, 9), + (88321, "770034", 1, 0, 9), + (88322, "770034", 1, 0, 9), + (88323, "770034", 1, 0, 9), + (88324, "770051", 1, 0, 9), + (88325, "770051", 1, 0, 9), + (88326, "770051", 1, 0, 9), + (88327, "770051", 1, 0, 9), + (88328, "770051", 1, 0, 9), + (88329, "770051", 1, 0, 9), + (88330, "770051", 1, 0, 9), + (88331, "770051", 1, 0, 9), + (88332, "770051", 1, 0, 9), + (88333, "770051", 1, 0, 9), + (88334, "770051", 1, 0, 9), + (88335, "770051", 1, 0, 9), + (88336, "770051", 1, 0, 9), + (88337, "770015", 1, 0, 9), + (88338, "770015", 1, 0, 9), + (88339, "770015", 1, 0, 9), + (88340, "770015", 1, 0, 9), + (88341, "770015", 1, 0, 9), + (88342, "770015", 1, 0, 9), + (88343, "770015", 1, 0, 9), + (88344, "770015", 1, 0, 9), + (88345, "770016", 1, 0, 9), + (88346, "770016", 1, 0, 9), + (88347, "770016", 1, 0, 9), + (88348, "770018", 1, 0, 9), + (88349, "770016", 1, 0, 9), + (88350, "770016", 1, 0, 9), + (88351, "770016", 1, 0, 9), + (88352, "770016", 1, 0, 9), + (88353, "770016", 1, 0, 9), + (88354, "770018", 1, 0, 9), + (88355, "770016", 1, 0, 9), + (88356, "770018", 1, 0, 9), + (88357, "770016", 1, 0, 9), + (88358, "770018", 1, 0, 9), + (88359, "770016", 1, 0, 9), + (88360, "770016", 1, 0, 9), + (88361, "770016", 1, 0, 9), + (88362, "770016", 1, 0, 9), + (88363, "770016", 1, 0, 9), + (88364, "770016", 1, 0, 9), + (88365, "770018", 1, 0, 9), + (88366, "770016", 1, 0, 9), + (88367, "770076", 1, 0, 9), + (88368, "770076", 1, 0, 9), + (88369, "770076", 1, 0, 9), + (88370, "770076", 1, 0, 9), + (88371, "770022", 1, 0, 9), + (88372, "770022", 1, 0, 9), + (88373, "770022", 1, 0, 9), + (88374, "770022", 1, 0, 9), + (88375, "770022", 1, 0, 9), + (88376, "770022", 1, 0, 9), + (88377, "770022", 1, 0, 9), + (88378, "770022", 1, 0, 9), + (88379, "770022", 1, 0, 9), + (88380, "770024", 1, 0, 9), + (88381, "770024", 1, 0, 9), + (88382, "770024", 1, 0, 9), + (88383, "770024", 1, 0, 9), + (88384, "770024", 1, 0, 9), + (88385, "770013", 1, 0, 9), + (88386, "770013", 1, 0, 9), + (88387, "770013", 1, 0, 9), + (88388, "770013", 1, 0, 9), + (88389, "770013", 1, 0, 9), + (88390, "770075", 1, 0, 9), + (88391, "770075", 1, 0, 9), + (88392, "770075", 1, 0, 9), + (88393, "770075", 1, 0, 9), + (88394, "770073", 1, 0, 9), + (88395, "770073", 1, 0, 9), + (88396, "770073", 1, 0, 9), + (88397, "770073", 1, 0, 9), + (88398, "770073", 1, 0, 9), + (88399, "770073", 1, 0, 9), + (88400, "770019", 1, 0, 9), + (88401, "770019", 1, 0, 9), + (88402, "770019", 1, 0, 9), + (88403, "770019", 1, 0, 9), + (88404, "770019", 1, 0, 9), + (88405, "770019", 1, 0, 9), + (88406, "770019", 1, 0, 9), + (88407, "770019", 1, 0, 9), + (88408, "770018", 1, 0, 9), + (88409, "770018", 1, 0, 9), + (88410, "770018", 1, 0, 9), + (88411, "770018", 1, 0, 9), + (88412, "770018", 1, 0, 9), + (88413, "770018", 1, 0, 9), + (88414, "770018", 1, 0, 9), + (88415, "770023", 1, 0, 9), + (88416, "770023", 1, 0, 9), + (88417, "770023", 1, 0, 9), + (88418, "770012", 1, 0, 9), + (88419, "770012", 1, 0, 9), + (88420, "770012", 1, 0, 9), + (88421, "770012", 1, 0, 9), + (88422, "770012", 1, 0, 9), + (88423, "770012", 1, 0, 9), + (88424, "770012", 1, 0, 9), + (88425, "770012", 1, 0, 9), + (88426, "770012", 1, 0, 9), + (88427, "770012", 1, 0, 9), + (88428, "770012", 1, 0, 9), + (88429, "770012", 1, 0, 9), + (88430, "770012", 1, 0, 9), + (88431, "770012", 1, 0, 9), + (88432, "770012", 1, 0, 9), + (88433, "770012", 1, 0, 9), + (88434, "770012", 1, 0, 9), + (88435, "770017", 1, 0, 9), + (88436, "770017", 1, 0, 9), + (88437, "770017", 1, 0, 9), + (88438, "770017", 1, 0, 9), + (88439, "770017", 1, 0, 9), + (88440, "770017", 1, 0, 9), + (88441, "770002", 1, 0, 9), + (88442, "770002", 1, 0, 9), + (88443, "770002", 1, 0, 9), + (88444, "770002", 1, 0, 9), + (88445, "770002", 1, 0, 9), + (88446, "770002", 1, 0, 9), + (88447, "770002", 1, 0, 9), + (88448, "770002", 1, 0, 9), + (88449, "770002", 1, 0, 9), + (88450, "770002", 1, 0, 9), + (88451, "770002", 1, 0, 9), + (88452, "770002", 1, 0, 9), + (88453, "770020", 1, 0, 9), + (88454, "770020", 1, 0, 9), + (88455, "770020", 1, 0, 9), + (88456, "770020", 1, 0, 9), + (88457, "770020", 1, 0, 9), + (88458, "770020", 1, 0, 9), + (88459, "770020", 1, 0, 9), + (88460, "770020", 1, 0, 9), + (88461, "770020", 1, 0, 9), + (88462, "770021", 1, 0, 9), + (88463, "770021", 1, 0, 9), + (88464, "770021", 1, 0, 9), + (88465, "770021", 1, 0, 9), + (88466, "770021", 1, 0, 9), + (88467, "770014", 1, 0, 9), + (88468, "770014", 1, 0, 9), + (88469, "770014", 1, 0, 9), + (88470, "770014", 1, 0, 9), + (88471, "770014", 1, 0, 9), + (88472, "770014", 1, 0, 9), + (88473, "770014", 1, 0, 9), + (88474, "770014", 1, 0, 9), + (88475, "770014", 1, 0, 9), + (88476, "770014", 1, 0, 9), + (88477, "770014", 1, 0, 9), + (88478, "770014", 1, 0, 9), + (88479, "770074", 1, 0, 9), + (88480, "770074", 1, 0, 9), + (88481, "770074", 1, 0, 9), + (88482, "770074", 1, 0, 9), + (88483, "770074", 1, 0, 9), + (88484, "770074", 1, 0, 9), + (88485, "770074", 1, 0, 9), + (88486, "770074", 1, 0, 9), + (88487, "770074", 1, 0, 9), + (88488, "770074", 1, 0, 9), + (88489, "770070", 1, 0, 9), + (88490, "770011", 1, 0, 9), + (88491, "770011", 1, 0, 9), + (88492, "770011", 1, 0, 9), + (88493, "770011", 1, 0, 9), + (88494, "770011", 1, 0, 9), + (88495, "770011", 1, 0, 9), + (88496, "770011", 1, 0, 9), + (88497, "770011", 1, 0, 9), + (88498, "770011", 1, 0, 9), + (88499, "770072", 1, 0, 9), + (88500, "770072", 1, 0, 9), + (88501, "770072", 1, 0, 9), + (88502, "770072", 1, 0, 9), + (88503, "770072", 1, 0, 9), + (88504, "770044", 1, 0, 9), + (88505, "770044", 1, 0, 9), + (88506, "770044", 1, 0, 9), + (88507, "770044", 1, 0, 9), + (88508, "770044", 1, 0, 9), + (88509, "770044", 1, 0, 9), + (88510, "770044", 1, 0, 9), + (88511, "770044", 1, 0, 9), + (88512, "770044", 1, 0, 9), + (88513, "770044", 1, 0, 9), + (88514, "770048", 1, 0, 9), + (88515, "770048", 1, 0, 9), + (88516, "770039", 1, 0, 9), + (88517, "770039", 1, 0, 9), + (88518, "770039", 1, 0, 9), + (88519, "770039", 1, 0, 9), + (88520, "770039", 1, 0, 9), + (88521, "770040", 1, 0, 9), + (88522, "770040", 1, 0, 9), + (88523, "770040", 1, 0, 9), + (88524, "770040", 1, 0, 9), + (88525, "770040", 1, 0, 9), + (88526, "770040", 1, 0, 9), + (88527, "770040", 1, 0, 9), + (88528, "770040", 1, 0, 9), + (88529, "770040", 1, 0, 9), + (88530, "770040", 1, 0, 9), + (88531, "770040", 1, 0, 9), + (88532, "770040", 1, 0, 9), + (88533, "770040", 1, 0, 9), + (88534, "761101", 1, 0, 9), + (88535, "761101", 1, 0, 9), + (88536, "761101", 1, 0, 9), + (88537, "761144", 1, 0, 9), + (88538, "761144", 1, 0, 9), + (88539, "761144", 1, 0, 9), + (88540, "761144", 1, 0, 9), + (88541, "761114", 1, 0, 9), + (88542, "761114", 1, 0, 9), + (88543, "761114", 1, 0, 9), + (88544, "761114", 1, 0, 9), + (88545, "761013", 1, 0, 9), + (88546, "761013", 1, 0, 9), + (88547, "761013", 1, 0, 9), + (88548, "761013", 1, 0, 9), + (88549, "761013", 1, 0, 9), + (88550, "761013", 1, 0, 9), + (88551, "761106", 1, 0, 9), + (88552, "761106", 1, 0, 9), + (88553, "761106", 1, 0, 9), + (88554, "761106", 1, 0, 9), + (88555, "761106", 1, 0, 9), + (88556, "761111", 1, 0, 9), + (88557, "761111", 1, 0, 9), + (88558, "761111", 1, 0, 9), + (88559, "761111", 1, 0, 9), + (88560, "761111", 1, 0, 9), + (88561, "761111", 1, 0, 9), + (88562, "761111", 1, 0, 9), + (88563, "761111", 1, 0, 9), + (88564, "761111", 1, 0, 9), + (88565, "761111", 1, 0, 9), + (88566, "761111", 1, 0, 9), + (88567, "761111", 1, 0, 9), + (88568, "761111", 1, 0, 9), + (88569, "761103", 1, 0, 9), + (88570, "761103", 1, 0, 9), + (88571, "761103", 1, 0, 9), + (88572, "761103", 1, 0, 9), + (88573, "761103", 1, 0, 9), + (88574, "761103", 1, 0, 9), + (88575, "761103", 1, 0, 9), + (88576, "761013", 1, 0, 9), + (88577, "761117", 1, 0, 9), + (88578, "761120", 1, 0, 9), + (88579, "761120", 1, 0, 9), + (88580, "761120", 1, 0, 9), + (88581, "761120", 1, 0, 9), + (88582, "761120", 1, 0, 9), + (88583, "761120", 1, 0, 9), + (88584, "761119", 1, 0, 9), + (88585, "761119", 1, 0, 9), + (88586, "761119", 1, 0, 9), + (88587, "761119", 1, 0, 9), + (88588, "761119", 1, 0, 9), + (88589, "761119", 1, 0, 9), + (88590, "761119", 1, 0, 9), + (88591, "761119", 1, 0, 9), + (88592, "761119", 1, 0, 9), + (88593, "761118", 1, 0, 9), + (88594, "761118", 1, 0, 9), + (88595, "761118", 1, 0, 9), + (88596, "761118", 1, 0, 9), + (88597, "761118", 1, 0, 9), + (88598, "761118", 1, 0, 9), + (88599, "761118", 1, 0, 9), + (88600, "761118", 1, 0, 9), + (88601, "761118", 1, 0, 9), + (88602, "761118", 1, 0, 9), + (88603, "761118", 1, 0, 9), + (88604, "761118", 1, 0, 9), + (88605, "761118", 1, 0, 9), + (88606, "761118", 1, 0, 9), + (88607, "761118", 1, 0, 9), + (88608, "761118", 1, 0, 9), + (88609, "761141", 1, 0, 9), + (88610, "761141", 1, 0, 9), + (88611, "761141", 1, 0, 9), + (88612, "761141", 1, 0, 9), + (88613, "761123", 1, 0, 9), + (88614, "761123", 1, 0, 9), + (88615, "761123", 1, 0, 9), + (88616, "761123", 1, 0, 9), + (88617, "761123", 1, 0, 9), + (88618, "761123", 1, 0, 9), + (88619, "761124", 1, 0, 9), + (88620, "761124", 1, 0, 9), + (88621, "761124", 1, 0, 9), + (88622, "761124", 1, 0, 9), + (88623, "761124", 1, 0, 9), + (88624, "761124", 1, 0, 9), + (88625, "761124", 1, 0, 9), + (88626, "761124", 1, 0, 9), + (88627, "761121", 1, 0, 9), + (88628, "761121", 1, 0, 9), + (88629, "761121", 1, 0, 9), + (88630, "761121", 1, 0, 9), + (88631, "761121", 1, 0, 9), + (88632, "761121", 1, 0, 9), + (88633, "761121", 1, 0, 9), + (88634, "761121", 1, 0, 9), + (88635, "761121", 1, 0, 9), + (88636, "761121", 1, 0, 9), + (88637, "761143", 1, 0, 9), + (88638, "761143", 1, 0, 9), + (88639, "761143", 1, 0, 9), + (88640, "761123", 1, 0, 9), + (88641, "761131", 1, 0, 9), + (88642, "761131", 1, 0, 9), + (88643, "761131", 1, 0, 9), + (88644, "761131", 1, 0, 9), + (88645, "761131", 1, 0, 9), + (88646, "761131", 1, 0, 9), + (88647, "761131", 1, 0, 9), + (88648, "761131", 1, 0, 9), + (88649, "761131", 1, 0, 9), + (88650, "761131", 1, 0, 9), + (88651, "761131", 1, 0, 9), + (88652, "761131", 1, 0, 9), + (88653, "761131", 1, 0, 9), + (88654, "761131", 1, 0, 9), + (88655, "761131", 1, 0, 9), + (88656, "761131", 1, 0, 9), + (88657, "761131", 1, 0, 9), + (88658, "761131", 1, 0, 9), + (88659, "761132", 1, 0, 9), + (88660, "761132", 1, 0, 9), + (88661, "761132", 1, 0, 9), + (88662, "761132", 1, 0, 9), + (88663, "761132", 1, 0, 9), + (88664, "761132", 1, 0, 9), + (88665, "761132", 1, 0, 9), + (88666, "761122", 1, 0, 9), + (88667, "761122", 1, 0, 9), + (88668, "761122", 1, 0, 9), + (88669, "761106", 1, 0, 9), + (88670, "761108", 1, 0, 9), + (88671, "761122", 1, 0, 9), + (88672, "761122", 1, 0, 9), + (88673, "761140", 1, 0, 9), + (88674, "761140", 1, 0, 9), + (88675, "761140", 1, 0, 9), + (88676, "761140", 1, 0, 9), + (88677, "761140", 1, 0, 9), + (88678, "767040", 1, 0, 9), + (88679, "767019", 1, 0, 9), + (88680, "767023", 1, 0, 9), + (88681, "767027", 1, 0, 9), + (88682, "767020", 1, 0, 9), + (88683, "767025", 1, 0, 9), + (88684, "767002", 1, 0, 9), + (88685, "767033", 1, 0, 9), + (88686, "767045", 1, 0, 9), + (88687, "767062", 1, 0, 9), + (88688, "767040", 1, 0, 9), + (88689, "767040", 1, 0, 9), + (88690, "767060", 1, 0, 9), + (88691, "767026", 1, 0, 9), + (88692, "767026", 1, 0, 9), + (88693, "767026", 1, 0, 9), + (88694, "767026", 1, 0, 9), + (88695, "767026", 1, 0, 9), + (88696, "767026", 1, 0, 9), + (88697, "767026", 1, 0, 9), + (88698, "767026", 1, 0, 9), + (88699, "767026", 1, 0, 9), + (88700, "767026", 1, 0, 9), + (88701, "767026", 1, 0, 9), + (88702, "767026", 1, 0, 9), + (88703, "767026", 1, 0, 9), + (88704, "767026", 1, 0, 9), + (88705, "767048", 1, 0, 9), + (88706, "767048", 1, 0, 9), + (88707, "767048", 1, 0, 9), + (88708, "767048", 1, 0, 9), + (88709, "767048", 1, 0, 9), + (88710, "767019", 1, 0, 9), + (88711, "767019", 1, 0, 9), + (88712, "767019", 1, 0, 9), + (88713, "767019", 1, 0, 9), + (88714, "767019", 1, 0, 9), + (88715, "767019", 1, 0, 9), + (88716, "767019", 1, 0, 9), + (88717, "767019", 1, 0, 9), + (88718, "767019", 1, 0, 9), + (88719, "767019", 1, 0, 9), + (88720, "767019", 1, 0, 9), + (88721, "767018", 1, 0, 9), + (88722, "767018", 1, 0, 9), + (88723, "767018", 1, 0, 9), + (88724, "767018", 1, 0, 9), + (88725, "767018", 1, 0, 9), + (88726, "767018", 1, 0, 9), + (88727, "767018", 1, 0, 9), + (88728, "767018", 1, 0, 9), + (88729, "767065", 1, 0, 9), + (88730, "767024", 1, 0, 9), + (88731, "767024", 1, 0, 9), + (88732, "767024", 1, 0, 9), + (88733, "767024", 1, 0, 9), + (88734, "767024", 1, 0, 9), + (88735, "767024", 1, 0, 9), + (88736, "767024", 1, 0, 9), + (88737, "767029", 1, 0, 9), + (88738, "767029", 1, 0, 9), + (88739, "767029", 1, 0, 9), + (88740, "767029", 1, 0, 9), + (88741, "767029", 1, 0, 9), + (88742, "767029", 1, 0, 9), + (88743, "767029", 1, 0, 9), + (88744, "767029", 1, 0, 9), + (88745, "767029", 1, 0, 9), + (88746, "767029", 1, 0, 9), + (88747, "767029", 1, 0, 9), + (88748, "767023", 1, 0, 9), + (88749, "767023", 1, 0, 9), + (88750, "767023", 1, 0, 9), + (88751, "767023", 1, 0, 9), + (88752, "767023", 1, 0, 9), + (88753, "767023", 1, 0, 9), + (88754, "767023", 1, 0, 9), + (88755, "767023", 1, 0, 9), + (88756, "767023", 1, 0, 9), + (88757, "767023", 1, 0, 9), + (88758, "767023", 1, 0, 9), + (88759, "767046", 1, 0, 9), + (88760, "767046", 1, 0, 9), + (88761, "767038", 1, 0, 9), + (88762, "767038", 1, 0, 9), + (88763, "767038", 1, 0, 9), + (88764, "767038", 1, 0, 9), + (88765, "767038", 1, 0, 9), + (88766, "767038", 1, 0, 9), + (88767, "767038", 1, 0, 9), + (88768, "767038", 1, 0, 9), + (88769, "767038", 1, 0, 9), + (88770, "767067", 1, 0, 9), + (88771, "767067", 1, 0, 9), + (88772, "767067", 1, 0, 9), + (88773, "767067", 1, 0, 9), + (88774, "767067", 1, 0, 9), + (88775, "767067", 1, 0, 9), + (88776, "767067", 1, 0, 9), + (88777, "767067", 1, 0, 9), + (88778, "767027", 1, 0, 9), + (88779, "767027", 1, 0, 9), + (88780, "767027", 1, 0, 9), + (88781, "767027", 1, 0, 9), + (88782, "767027", 1, 0, 9), + (88783, "767027", 1, 0, 9), + (88784, "767027", 1, 0, 9), + (88785, "767027", 1, 0, 9), + (88786, "767067", 1, 0, 9), + (88787, "767046", 1, 0, 9), + (88788, "767028", 1, 0, 9), + (88789, "767028", 1, 0, 9), + (88790, "767028", 1, 0, 9), + (88791, "767028", 1, 0, 9), + (88792, "767028", 1, 0, 9), + (88793, "767028", 1, 0, 9), + (88794, "767028", 1, 0, 9), + (88795, "767028", 1, 0, 9), + (88796, "767028", 1, 0, 9), + (88797, "767028", 1, 0, 9), + (88798, "767039", 1, 0, 9), + (88799, "767039", 1, 0, 9), + (88800, "767039", 1, 0, 9), + (88801, "767039", 1, 0, 9), + (88802, "767039", 1, 0, 9), + (88803, "767039", 1, 0, 9), + (88804, "767060", 1, 0, 9), + (88805, "767039", 1, 0, 9), + (88806, "767060", 1, 0, 9), + (88807, "767039", 1, 0, 9), + (88808, "767066", 1, 0, 9), + (88809, "767066", 1, 0, 9), + (88810, "767066", 1, 0, 9), + (88811, "767066", 1, 0, 9), + (88812, "767066", 1, 0, 9), + (88813, "767066", 1, 0, 9), + (88814, "767020", 1, 0, 9), + (88815, "767020", 1, 0, 9), + (88816, "767020", 1, 0, 9), + (88817, "767020", 1, 0, 9), + (88818, "767020", 1, 0, 9), + (88819, "767020", 1, 0, 9), + (88820, "767020", 1, 0, 9), + (88821, "767020", 1, 0, 9), + (88822, "767020", 1, 0, 9), + (88823, "767020", 1, 0, 9), + (88824, "767020", 1, 0, 9), + (88825, "767020", 1, 0, 9), + (88826, "767020", 1, 0, 9), + (88827, "767020", 1, 0, 9), + (88828, "767020", 1, 0, 9), + (88829, "767068", 1, 0, 9), + (88830, "767068", 1, 0, 9), + (88831, "767068", 1, 0, 9), + (88832, "767037", 1, 0, 9), + (88833, "767037", 1, 0, 9), + (88834, "767037", 1, 0, 9), + (88835, "767037", 1, 0, 9), + (88836, "767037", 1, 0, 9), + (88837, "767037", 1, 0, 9), + (88838, "767037", 1, 0, 9), + (88839, "767037", 1, 0, 9), + (88840, "767037", 1, 0, 9), + (88841, "767037", 1, 0, 9), + (88842, "767025", 1, 0, 9), + (88843, "767025", 1, 0, 9), + (88844, "767025", 1, 0, 9), + (88845, "767025", 1, 0, 9), + (88846, "767025", 1, 0, 9), + (88847, "767025", 1, 0, 9), + (88848, "767025", 1, 0, 9), + (88849, "767025", 1, 0, 9), + (88850, "767025", 1, 0, 9), + (88851, "767025", 1, 0, 9), + (88852, "767025", 1, 0, 9), + (88853, "767025", 1, 0, 9), + (88854, "767025", 1, 0, 9), + (88855, "767025", 1, 0, 9), + (88856, "767025", 1, 0, 9), + (88857, "767041", 1, 0, 9), + (88858, "767041", 1, 0, 9), + (88859, "767041", 1, 0, 9), + (88860, "767041", 1, 0, 9), + (88861, "767041", 1, 0, 9), + (88862, "767041", 1, 0, 9), + (88863, "767002", 1, 0, 9), + (88864, "767002", 1, 0, 9), + (88865, "767002", 1, 0, 9), + (88866, "767002", 1, 0, 9), + (88867, "767002", 1, 0, 9), + (88868, "767002", 1, 0, 9), + (88869, "767002", 1, 0, 9), + (88870, "767002", 1, 0, 9), + (88871, "767002", 1, 0, 9), + (88872, "767002", 1, 0, 9), + (88873, "767002", 1, 0, 9), + (88874, "767002", 1, 0, 9), + (88875, "767002", 1, 0, 9), + (88876, "767002", 1, 0, 9), + (88877, "767002", 1, 0, 9), + (88878, "767002", 1, 0, 9), + (88879, "767002", 1, 0, 9), + (88880, "767002", 1, 0, 9), + (88881, "767032", 1, 0, 9), + (88882, "767032", 1, 0, 9), + (88883, "767032", 1, 0, 9), + (88884, "767032", 1, 0, 9), + (88885, "767032", 1, 0, 9), + (88886, "767032", 1, 0, 9), + (88887, "767032", 1, 0, 9), + (88888, "767032", 1, 0, 9), + (88889, "767032", 1, 0, 9), + (88890, "767032", 1, 0, 9), + (88891, "767032", 1, 0, 9), + (88892, "767032", 1, 0, 9), + (88893, "767016", 1, 0, 9), + (88894, "767016", 1, 0, 9), + (88895, "767016", 1, 0, 9), + (88896, "767016", 1, 0, 9), + (88897, "767016", 1, 0, 9), + (88898, "767016", 1, 0, 9), + (88899, "767033", 1, 0, 9), + (88900, "767033", 1, 0, 9), + (88901, "767033", 1, 0, 9), + (88902, "767033", 1, 0, 9), + (88903, "767033", 1, 0, 9), + (88904, "767033", 1, 0, 9), + (88905, "767033", 1, 0, 9), + (88906, "767033", 1, 0, 9), + (88907, "767033", 1, 0, 9), + (88908, "767033", 1, 0, 9), + (88909, "767033", 1, 0, 9), + (88910, "767033", 1, 0, 9), + (88911, "767068", 1, 0, 9), + (88912, "767061", 1, 0, 9), + (88913, "767061", 1, 0, 9), + (88914, "767061", 1, 0, 9), + (88915, "767061", 1, 0, 9), + (88916, "767021", 1, 0, 9), + (88917, "767021", 1, 0, 9), + (88918, "767021", 1, 0, 9), + (88919, "767021", 1, 0, 9), + (88920, "767021", 1, 0, 9), + (88921, "767035", 1, 0, 9), + (88922, "767035", 1, 0, 9), + (88923, "767035", 1, 0, 9), + (88924, "767035", 1, 0, 9), + (88925, "767035", 1, 0, 9), + (88926, "767035", 1, 0, 9), + (88927, "767035", 1, 0, 9), + (88928, "767035", 1, 0, 9), + (88929, "767017", 1, 0, 9), + (88930, "767017", 1, 0, 9), + (88931, "767017", 1, 0, 9), + (88932, "767017", 1, 0, 9), + (88933, "767017", 1, 0, 9), + (88934, "767017", 1, 0, 9), + (88935, "767045", 1, 0, 9), + (88936, "767045", 1, 0, 9), + (88937, "767045", 1, 0, 9), + (88938, "767045", 1, 0, 9), + (88939, "767045", 1, 0, 9), + (88940, "767045", 1, 0, 9), + (88941, "767016", 1, 0, 9), + (88942, "767016", 1, 0, 9), + (88943, "767016", 1, 0, 9), + (88944, "767016", 1, 0, 9), + (88945, "767016", 1, 0, 9), + (88946, "767016", 1, 0, 9), + (88947, "767016", 1, 0, 9), + (88948, "767016", 1, 0, 9), + (88949, "767016", 1, 0, 9), + (88950, "767016", 1, 0, 9), + (88951, "767016", 1, 0, 9), + (88952, "767016", 1, 0, 9), + (88953, "767033", 1, 0, 9), + (88954, "767033", 1, 0, 9), + (88955, "767033", 1, 0, 9), + (88956, "767030", 1, 0, 9), + (88957, "767030", 1, 0, 9), + (88958, "767030", 1, 0, 9), + (88959, "767030", 1, 0, 9), + (88960, "767030", 1, 0, 9), + (88961, "767030", 1, 0, 9), + (88962, "767030", 1, 0, 9), + (88963, "767062", 1, 0, 9), + (88964, "767062", 1, 0, 9), + (88965, "767062", 1, 0, 9), + (88966, "767062", 1, 0, 9), + (88967, "767062", 1, 0, 9), + (88968, "767062", 1, 0, 9), + (88969, "767062", 1, 0, 9), + (88970, "767062", 1, 0, 9), + (88971, "767062", 1, 0, 9), + (88972, "767018", 1, 0, 9), + (88973, "767018", 1, 0, 9), + (88974, "767018", 1, 0, 9), + (88975, "767018", 1, 0, 9), + (88976, "767018", 1, 0, 9), + (88977, "767018", 1, 0, 9), + (88978, "767018", 1, 0, 9), + (88979, "767018", 1, 0, 9), + (88980, "767018", 1, 0, 9), + (88981, "767071", 1, 0, 9), + (88982, "767065", 1, 0, 9), + (88983, "767071", 1, 0, 9), + (88984, "767065", 1, 0, 9), + (88985, "767065", 1, 0, 9), + (88986, "767065", 1, 0, 9), + (88987, "767065", 1, 0, 9), + (88988, "767071", 1, 0, 9), + (88989, "767065", 1, 0, 9), + (88990, "767071", 1, 0, 9), + (88991, "767022", 1, 0, 9), + (88992, "767022", 1, 0, 9), + (88993, "767022", 1, 0, 9), + (88994, "767022", 1, 0, 9), + (88995, "767060", 1, 0, 9), + (88996, "767040", 1, 0, 9), + (88997, "767040", 1, 0, 9), + (88998, "767040", 1, 0, 9), + (88999, "767040", 1, 0, 9), + (89000, "767040", 1, 0, 9), + (89001, "767040", 1, 0, 9), + (89002, "767040", 1, 0, 9), + (89003, "767040", 1, 0, 9), + (89004, "756033", 1, 0, 9), + (89005, "756042", 1, 0, 9), + (89006, "756029", 1, 0, 9), + (89007, "756079", 1, 0, 9), + (89008, "756037", 1, 0, 9), + (89009, "756035", 1, 0, 9), + (89010, "756059", 1, 0, 9), + (89011, "756003", 1, 0, 9), + (89012, "756083", 1, 0, 9), + (89013, "756041", 1, 0, 9), + (89014, "756086", 1, 0, 9), + (89015, "756021", 1, 0, 9), + (89016, "756019", 1, 0, 9), + (89017, "756019", 1, 0, 9), + (89018, "756019", 1, 0, 9), + (89019, "756019", 1, 0, 9), + (89020, "756019", 1, 0, 9), + (89021, "756019", 1, 0, 9), + (89022, "756019", 1, 0, 9), + (89023, "756019", 1, 0, 9), + (89024, "756019", 1, 0, 9), + (89025, "756019", 1, 0, 9), + (89026, "756047", 1, 0, 9), + (89027, "756047", 1, 0, 9), + (89028, "756047", 1, 0, 9), + (89029, "756047", 1, 0, 9), + (89030, "756047", 1, 0, 9), + (89031, "756047", 1, 0, 9), + (89032, "756047", 1, 0, 9), + (89033, "756087", 1, 0, 9), + (89034, "756086", 1, 0, 9), + (89035, "756086", 1, 0, 9), + (89036, "756087", 1, 0, 9), + (89037, "756086", 1, 0, 9), + (89038, "756087", 1, 0, 9), + (89039, "756087", 1, 0, 9), + (89040, "756041", 1, 0, 9), + (89041, "756060", 1, 0, 9), + (89042, "756060", 1, 0, 9), + (89043, "756060", 1, 0, 9), + (89044, "756045", 1, 0, 9), + (89045, "756045", 1, 0, 9), + (89046, "756045", 1, 0, 9), + (89047, "756045", 1, 0, 9), + (89048, "756045", 1, 0, 9), + (89049, "756045", 1, 0, 9), + (89050, "756045", 1, 0, 9), + (89051, "756045", 1, 0, 9), + (89052, "756045", 1, 0, 9), + (89053, "756045", 1, 0, 9), + (89054, "756045", 1, 0, 9), + (89055, "756045", 1, 0, 9), + (89056, "756021", 1, 0, 9), + (89057, "756021", 1, 0, 9), + (89058, "756021", 1, 0, 9), + (89059, "756021", 1, 0, 9), + (89060, "756047", 1, 0, 9), + (89061, "756023", 1, 0, 9), + (89062, "756023", 1, 0, 9), + (89063, "756023", 1, 0, 9), + (89064, "756023", 1, 0, 9), + (89065, "756023", 1, 0, 9), + (89066, "756023", 1, 0, 9), + (89067, "756023", 1, 0, 9), + (89068, "756025", 1, 0, 9), + (89069, "756048", 1, 0, 9), + (89070, "756026", 1, 0, 9), + (89071, "756033", 1, 0, 9), + (89072, "756083", 1, 0, 9), + (89073, "756023", 1, 0, 9), + (89074, "756023", 1, 0, 9), + (89075, "756023", 1, 0, 9), + (89076, "756023", 1, 0, 9), + (89077, "756023", 1, 0, 9), + (89078, "756023", 1, 0, 9), + (89079, "756086", 1, 0, 9), + (89080, "756086", 1, 0, 9), + (89081, "756086", 1, 0, 9), + (89082, "756086", 1, 0, 9), + (89083, "756087", 1, 0, 9), + (89084, "756033", 1, 0, 9), + (89085, "756033", 1, 0, 9), + (89086, "756033", 1, 0, 9), + (89087, "756046", 1, 0, 9), + (89088, "756046", 1, 0, 9), + (89089, "756046", 1, 0, 9), + (89090, "756046", 1, 0, 9), + (89091, "756046", 1, 0, 9), + (89092, "756046", 1, 0, 9), + (89093, "756046", 1, 0, 9), + (89094, "756046", 1, 0, 9), + (89095, "756046", 1, 0, 9), + (89096, "756046", 1, 0, 9), + (89097, "756046", 1, 0, 9), + (89098, "756046", 1, 0, 9), + (89099, "756030", 1, 0, 9), + (89100, "756030", 1, 0, 9), + (89101, "756030", 1, 0, 9), + (89102, "756030", 1, 0, 9), + (89103, "756030", 1, 0, 9), + (89104, "756030", 1, 0, 9), + (89105, "756030", 1, 0, 9), + (89106, "756030", 1, 0, 9), + (89107, "756051", 1, 0, 9), + (89108, "756051", 1, 0, 9), + (89109, "756042", 1, 0, 9), + (89110, "756042", 1, 0, 9), + (89111, "756042", 1, 0, 9), + (89112, "756042", 1, 0, 9), + (89113, "756042", 1, 0, 9), + (89114, "756042", 1, 0, 9), + (89115, "756042", 1, 0, 9), + (89116, "756026", 1, 0, 9), + (89117, "756026", 1, 0, 9), + (89118, "756026", 1, 0, 9), + (89119, "756026", 1, 0, 9), + (89120, "756033", 1, 0, 9), + (89121, "756033", 1, 0, 9), + (89122, "756033", 1, 0, 9), + (89123, "756033", 1, 0, 9), + (89124, "756033", 1, 0, 9), + (89125, "756033", 1, 0, 9), + (89126, "756033", 1, 0, 9), + (89127, "756033", 1, 0, 9), + (89128, "756038", 1, 0, 9), + (89129, "756038", 1, 0, 9), + (89130, "756038", 1, 0, 9), + (89131, "756038", 1, 0, 9), + (89132, "756038", 1, 0, 9), + (89133, "756038", 1, 0, 9), + (89134, "756038", 1, 0, 9), + (89135, "756038", 1, 0, 9), + (89136, "756079", 1, 0, 9), + (89137, "756029", 1, 0, 9), + (89138, "756029", 1, 0, 9), + (89139, "756029", 1, 0, 9), + (89140, "756029", 1, 0, 9), + (89141, "756029", 1, 0, 9), + (89142, "756029", 1, 0, 9), + (89143, "756055", 1, 0, 9), + (89144, "756055", 1, 0, 9), + (89145, "756055", 1, 0, 9), + (89146, "756025", 1, 0, 9), + (89147, "756025", 1, 0, 9), + (89148, "756025", 1, 0, 9), + (89149, "756025", 1, 0, 9), + (89150, "756022", 1, 0, 9), + (89151, "756022", 1, 0, 9), + (89152, "756022", 1, 0, 9), + (89153, "756026", 1, 0, 9), + (89154, "756026", 1, 0, 9), + (89155, "756026", 1, 0, 9), + (89156, "756026", 1, 0, 9), + (89157, "756026", 1, 0, 9), + (89158, "756026", 1, 0, 9), + (89159, "756029", 1, 0, 9), + (89160, "756029", 1, 0, 9), + (89161, "756029", 1, 0, 9), + (89162, "756029", 1, 0, 9), + (89163, "756029", 1, 0, 9), + (89164, "756029", 1, 0, 9), + (89165, "756029", 1, 0, 9), + (89166, "756029", 1, 0, 9), + (89167, "756029", 1, 0, 9), + (89168, "756029", 1, 0, 9), + (89169, "756079", 1, 0, 9), + (89170, "756079", 1, 0, 9), + (89171, "756079", 1, 0, 9), + (89172, "756079", 1, 0, 9), + (89173, "756036", 1, 0, 9), + (89174, "756036", 1, 0, 9), + (89175, "756036", 1, 0, 9), + (89176, "756036", 1, 0, 9), + (89177, "756036", 1, 0, 9), + (89178, "756036", 1, 0, 9), + (89179, "756036", 1, 0, 9), + (89180, "756036", 1, 0, 9), + (89181, "756036", 1, 0, 9), + (89182, "756036", 1, 0, 9), + (89183, "756036", 1, 0, 9), + (89184, "756036", 1, 0, 9), + (89185, "756036", 1, 0, 9), + (89186, "756036", 1, 0, 9), + (89187, "756036", 1, 0, 9), + (89188, "756036", 1, 0, 9), + (89189, "756036", 1, 0, 9), + (89190, "756036", 1, 0, 9), + (89191, "756036", 1, 0, 9), + (89192, "756084", 1, 0, 9), + (89193, "756084", 1, 0, 9), + (89194, "756037", 1, 0, 9), + (89195, "756037", 1, 0, 9), + (89196, "756037", 1, 0, 9), + (89197, "756037", 1, 0, 9), + (89198, "756037", 1, 0, 9), + (89199, "756037", 1, 0, 9), + (89200, "756080", 1, 0, 9), + (89201, "756080", 1, 0, 9), + (89202, "756080", 1, 0, 9), + (89203, "756080", 1, 0, 9), + (89204, "756080", 1, 0, 9), + (89205, "756080", 1, 0, 9), + (89206, "756081", 1, 0, 9), + (89207, "756081", 1, 0, 9), + (89208, "756081", 1, 0, 9), + (89209, "756081", 1, 0, 9), + (89210, "756081", 1, 0, 9), + (89211, "756081", 1, 0, 9), + (89212, "756081", 1, 0, 9), + (89213, "756081", 1, 0, 9), + (89214, "756081", 1, 0, 9), + (89215, "756039", 1, 0, 9), + (89216, "756039", 1, 0, 9), + (89217, "756085", 1, 0, 9), + (89218, "756085", 1, 0, 9), + (89219, "756035", 1, 0, 9), + (89220, "756035", 1, 0, 9), + (89221, "756035", 1, 0, 9), + (89222, "756035", 1, 0, 9), + (89223, "756035", 1, 0, 9), + (89224, "756035", 1, 0, 9), + (89225, "756035", 1, 0, 9), + (89226, "756035", 1, 0, 9), + (89227, "756035", 1, 0, 9), + (89228, "756035", 1, 0, 9), + (89229, "756035", 1, 0, 9), + (89230, "756035", 1, 0, 9), + (89231, "756035", 1, 0, 9), + (89232, "756035", 1, 0, 9), + (89233, "756035", 1, 0, 9), + (89234, "756035", 1, 0, 9), + (89235, "756035", 1, 0, 9), + (89236, "756035", 1, 0, 9), + (89237, "756035", 1, 0, 9), + (89238, "756035", 1, 0, 9), + (89239, "756048", 1, 0, 9), + (89240, "756048", 1, 0, 9), + (89241, "756048", 1, 0, 9), + (89242, "756048", 1, 0, 9), + (89243, "756048", 1, 0, 9), + (89244, "756048", 1, 0, 9), + (89245, "756043", 1, 0, 9), + (89246, "756043", 1, 0, 9), + (89247, "756043", 1, 0, 9), + (89248, "756043", 1, 0, 9), + (89249, "756043", 1, 0, 9), + (89250, "756043", 1, 0, 9), + (89251, "756043", 1, 0, 9), + (89252, "756043", 1, 0, 9), + (89253, "756043", 1, 0, 9), + (89254, "756043", 1, 0, 9), + (89255, "756059", 1, 0, 9), + (89256, "756059", 1, 0, 9), + (89257, "756059", 1, 0, 9), + (89258, "756059", 1, 0, 9), + (89259, "756056", 1, 0, 9), + (89260, "756056", 1, 0, 9), + (89261, "756056", 1, 0, 9), + (89262, "756020", 1, 0, 9), + (89263, "756020", 1, 0, 9), + (89264, "756020", 1, 0, 9), + (89265, "756020", 1, 0, 9), + (89266, "756020", 1, 0, 9), + (89267, "756020", 1, 0, 9), + (89268, "756020", 1, 0, 9), + (89269, "756020", 1, 0, 9), + (89270, "756020", 1, 0, 9), + (89271, "756020", 1, 0, 9), + (89272, "756020", 1, 0, 9), + (89273, "756020", 1, 0, 9), + (89274, "756020", 1, 0, 9), + (89275, "756020", 1, 0, 9), + (89276, "756020", 1, 0, 9), + (89277, "756020", 1, 0, 9), + (89278, "756003", 1, 0, 9), + (89279, "756003", 1, 0, 9), + (89280, "756003", 1, 0, 9), + (89281, "756003", 1, 0, 9), + (89282, "756003", 1, 0, 9), + (89283, "756003", 1, 0, 9), + (89284, "756003", 1, 0, 9), + (89285, "756003", 1, 0, 9), + (89286, "756034", 1, 0, 9), + (89287, "756034", 1, 0, 9), + (89288, "756034", 1, 0, 9), + (89289, "756034", 1, 0, 9), + (89290, "756034", 1, 0, 9), + (89291, "756034", 1, 0, 9), + (89292, "756034", 1, 0, 9), + (89293, "756034", 1, 0, 9), + (89294, "756034", 1, 0, 9), + (89295, "756024", 1, 0, 9), + (89296, "756024", 1, 0, 9), + (89297, "756024", 1, 0, 9), + (89298, "756024", 1, 0, 9), + (89299, "756024", 1, 0, 9), + (89300, "756024", 1, 0, 9), + (89301, "756024", 1, 0, 9), + (89302, "756024", 1, 0, 9), + (89303, "756024", 1, 0, 9), + (89304, "756024", 1, 0, 9), + (89305, "756049", 1, 0, 9), + (89306, "756049", 1, 0, 9), + (89307, "756049", 1, 0, 9), + (89308, "756049", 1, 0, 9), + (89309, "756049", 1, 0, 9), + (89310, "756083", 1, 0, 9), + (89311, "756083", 1, 0, 9), + (89312, "756083", 1, 0, 9), + (89313, "756083", 1, 0, 9), + (89314, "756083", 1, 0, 9), + (89315, "756083", 1, 0, 9), + (89316, "756083", 1, 0, 9), + (89317, "756083", 1, 0, 9), + (89318, "756083", 1, 0, 9), + (89319, "756040", 1, 0, 9), + (89320, "756040", 1, 0, 9), + (89321, "756040", 1, 0, 9), + (89322, "756040", 1, 0, 9), + (89323, "756040", 1, 0, 9), + (89324, "756040", 1, 0, 9), + (89325, "756040", 1, 0, 9), + (89326, "756058", 1, 0, 9), + (89327, "756058", 1, 0, 9), + (89328, "756058", 1, 0, 9), + (89329, "756058", 1, 0, 9), + (89330, "756058", 1, 0, 9), + (89331, "756058", 1, 0, 9), + (89332, "756058", 1, 0, 9), + (89333, "756021", 1, 0, 9), + (89334, "756028", 1, 0, 9), + (89335, "756028", 1, 0, 9), + (89336, "756028", 1, 0, 9), + (89337, "756028", 1, 0, 9), + (89338, "756028", 1, 0, 9), + (89339, "756028", 1, 0, 9), + (89340, "756028", 1, 0, 9), + (89341, "756041", 1, 0, 9), + (89342, "756041", 1, 0, 9), + (89343, "756041", 1, 0, 9), + (89344, "756041", 1, 0, 9), + (89345, "756041", 1, 0, 9), + (89346, "756041", 1, 0, 9), + (89347, "756041", 1, 0, 9), + (89348, "756041", 1, 0, 9), + (89349, "756045", 1, 0, 9), + (89350, "756045", 1, 0, 9), + (89351, "756045", 1, 0, 9), + (89352, "756045", 1, 0, 9), + (89353, "756045", 1, 0, 9), + (89354, "756045", 1, 0, 9), + (89355, "756045", 1, 0, 9), + (89356, "756002", 1, 0, 9), + (89357, "756002", 1, 0, 9), + (89358, "756002", 1, 0, 9), + (89359, "756002", 1, 0, 9), + (89360, "756002", 1, 0, 9), + (89361, "756002", 1, 0, 9), + (89362, "756047", 1, 0, 9), + (89363, "756047", 1, 0, 9), + (89364, "756047", 1, 0, 9), + (89365, "756047", 1, 0, 9), + (89366, "756087", 1, 0, 9), + (89367, "756087", 1, 0, 9), + (89368, "756086", 1, 0, 9), + (89369, "756087", 1, 0, 9), + (89370, "756086", 1, 0, 9), + (89371, "756086", 1, 0, 9), + (89372, "756022", 1, 0, 9), + (89373, "756022", 1, 0, 9), + (89374, "756044", 1, 0, 9), + (89375, "756044", 1, 0, 9), + (89376, "756044", 1, 0, 9), + (89377, "756044", 1, 0, 9), + (89378, "756044", 1, 0, 9), + (89379, "756044", 1, 0, 9), + (89380, "756044", 1, 0, 9), + (89381, "756044", 1, 0, 9), + (89382, "756044", 1, 0, 9), + (89383, "756044", 1, 0, 9), + (89384, "756044", 1, 0, 9), + (89385, "756027", 1, 0, 9), + (89386, "756027", 1, 0, 9), + (89387, "756027", 1, 0, 9), + (89388, "756027", 1, 0, 9), + (89389, "756027", 1, 0, 9), + (89390, "756027", 1, 0, 9), + (89391, "756027", 1, 0, 9), + (89392, "756027", 1, 0, 9), + (89393, "756027", 1, 0, 9), + (89394, "756027", 1, 0, 9), + (89395, "756027", 1, 0, 9), + (89396, "756027", 1, 0, 9), + (89397, "756027", 1, 0, 9), + (89398, "756027", 1, 0, 9), + (89399, "756027", 1, 0, 9), + (89400, "756027", 1, 0, 9), + (89401, "756033", 1, 0, 9), + (89402, "761019", 1, 0, 9), + (89403, "761037", 1, 0, 9), + (89404, "761010", 1, 0, 9), + (89405, "761009", 1, 0, 9), + (89406, "761031", 1, 0, 9), + (89407, "761028", 1, 0, 9), + (89408, "761206", 1, 0, 9), + (89409, "761217", 1, 0, 9), + (89410, "761211", 1, 0, 9), + (89411, "761026", 1, 0, 9), + (89412, "761045", 1, 0, 9), + (89413, "761045", 1, 0, 9), + (89414, "761026", 1, 0, 9), + (89415, "761045", 1, 0, 9), + (89416, "761026", 1, 0, 9), + (89417, "761026", 1, 0, 9), + (89418, "761026", 1, 0, 9), + (89419, "761026", 1, 0, 9), + (89420, "761026", 1, 0, 9), + (89421, "761045", 1, 0, 9), + (89422, "761045", 1, 0, 9), + (89423, "761041", 1, 0, 9), + (89424, "761041", 1, 0, 9), + (89425, "761041", 1, 0, 9), + (89426, "761041", 1, 0, 9), + (89427, "761031", 1, 0, 9), + (89428, "761031", 1, 0, 9), + (89429, "761031", 1, 0, 9), + (89430, "761031", 1, 0, 9), + (89431, "761031", 1, 0, 9), + (89432, "761031", 1, 0, 9), + (89433, "760002", 1, 0, 9), + (89434, "761055", 1, 0, 9), + (89435, "761055", 1, 0, 9), + (89436, "761055", 1, 0, 9), + (89437, "761055", 1, 0, 9), + (89438, "761055", 1, 0, 9), + (89439, "761055", 1, 0, 9), + (89440, "761055", 1, 0, 9), + (89441, "761042", 1, 0, 9), + (89442, "761042", 1, 0, 9), + (89443, "761042", 1, 0, 9), + (89444, "761042", 1, 0, 9), + (89445, "761042", 1, 0, 9), + (89446, "761042", 1, 0, 9), + (89447, "761042", 1, 0, 9), + (89448, "761010", 1, 0, 9), + (89449, "761010", 1, 0, 9), + (89450, "761010", 1, 0, 9), + (89451, "761010", 1, 0, 9), + (89452, "761010", 1, 0, 9), + (89453, "761010", 1, 0, 9), + (89454, "761010", 1, 0, 9), + (89455, "761010", 1, 0, 9), + (89456, "761010", 1, 0, 9), + (89457, "761010", 1, 0, 9), + (89458, "761010", 1, 0, 9), + (89459, "761006", 1, 0, 9), + (89460, "761209", 1, 0, 9), + (89461, "761209", 1, 0, 9), + (89462, "761209", 1, 0, 9), + (89463, "761209", 1, 0, 9), + (89464, "761209", 1, 0, 9), + (89465, "761209", 1, 0, 9), + (89466, "761209", 1, 0, 9), + (89467, "761209", 1, 0, 9), + (89468, "761209", 1, 0, 9), + (89469, "761209", 1, 0, 9), + (89470, "761209", 1, 0, 9), + (89471, "761209", 1, 0, 9), + (89472, "761100", 1, 0, 9), + (89473, "761100", 1, 0, 9), + (89474, "761100", 1, 0, 9), + (89475, "761100", 1, 0, 9), + (89476, "761100", 1, 0, 9), + (89477, "761100", 1, 0, 9), + (89478, "761100", 1, 0, 9), + (89479, "761001", 1, 0, 9), + (89480, "761001", 1, 0, 9), + (89481, "761001", 1, 0, 9), + (89482, "761001", 1, 0, 9), + (89483, "761001", 1, 0, 9), + (89484, "761001", 1, 0, 9), + (89485, "761001", 1, 0, 9), + (89486, "761001", 1, 0, 9), + (89487, "761001", 1, 0, 9), + (89488, "761011", 1, 0, 9), + (89489, "761012", 1, 0, 9), + (89490, "761012", 1, 0, 9), + (89491, "761012", 1, 0, 9), + (89492, "761012", 1, 0, 9), + (89493, "761012", 1, 0, 9), + (89494, "761012", 1, 0, 9), + (89495, "761012", 1, 0, 9), + (89496, "760010", 1, 0, 9), + (89497, "760010", 1, 0, 9), + (89498, "761009", 1, 0, 9), + (89499, "761009", 1, 0, 9), + (89500, "761009", 1, 0, 9), + (89501, "761019", 1, 0, 9), + (89502, "761019", 1, 0, 9), + (89503, "761019", 1, 0, 9), + (89504, "761019", 1, 0, 9), + (89505, "761019", 1, 0, 9), + (89506, "761043", 1, 0, 9), + (89507, "761043", 1, 0, 9), + (89508, "761043", 1, 0, 9), + (89509, "761043", 1, 0, 9), + (89510, "761043", 1, 0, 9), + (89511, "761011", 1, 0, 9), + (89512, "761011", 1, 0, 9), + (89513, "761011", 1, 0, 9), + (89514, "761011", 1, 0, 9), + (89515, "761011", 1, 0, 9), + (89516, "761011", 1, 0, 9), + (89517, "761011", 1, 0, 9), + (89518, "761004", 1, 0, 9), + (89519, "761004", 1, 0, 9), + (89520, "761004", 1, 0, 9), + (89521, "761004", 1, 0, 9), + (89522, "761004", 1, 0, 9), + (89523, "761004", 1, 0, 9), + (89524, "761004", 1, 0, 9), + (89525, "761007", 1, 0, 9), + (89526, "761007", 1, 0, 9), + (89527, "761007", 1, 0, 9), + (89528, "761007", 1, 0, 9), + (89529, "761007", 1, 0, 9), + (89530, "761007", 1, 0, 9), + (89531, "761007", 1, 0, 9), + (89532, "761007", 1, 0, 9), + (89533, "761007", 1, 0, 9), + (89534, "761007", 1, 0, 9), + (89535, "761014", 1, 0, 9), + (89536, "761014", 1, 0, 9), + (89537, "761014", 1, 0, 9), + (89538, "761014", 1, 0, 9), + (89539, "761014", 1, 0, 9), + (89540, "761037", 1, 0, 9), + (89541, "761037", 1, 0, 9), + (89542, "761037", 1, 0, 9), + (89543, "761037", 1, 0, 9), + (89544, "761037", 1, 0, 9), + (89545, "761009", 1, 0, 9), + (89546, "761009", 1, 0, 9), + (89547, "761009", 1, 0, 9), + (89548, "761009", 1, 0, 9), + (89549, "761008", 1, 0, 9), + (89550, "761008", 1, 0, 9), + (89551, "761008", 1, 0, 9), + (89552, "761008", 1, 0, 9), + (89553, "761008", 1, 0, 9), + (89554, "761008", 1, 0, 9), + (89555, "761008", 1, 0, 9), + (89556, "761008", 1, 0, 9), + (89557, "761008", 1, 0, 9), + (89558, "761008", 1, 0, 9), + (89559, "761008", 1, 0, 9), + (89560, "761008", 1, 0, 9), + (89561, "761008", 1, 0, 9), + (89562, "761008", 1, 0, 9), + (89563, "761002", 1, 0, 9), + (89564, "761002", 1, 0, 9), + (89565, "761002", 1, 0, 9), + (89566, "761002", 1, 0, 9), + (89567, "761002", 1, 0, 9), + (89568, "761002", 1, 0, 9), + (89569, "761002", 1, 0, 9), + (89570, "760003", 1, 0, 9), + (89571, "760003", 1, 0, 9), + (89572, "760003", 1, 0, 9), + (89573, "760003", 1, 0, 9), + (89574, "760003", 1, 0, 9), + (89575, "760003", 1, 0, 9), + (89576, "760003", 1, 0, 9), + (89577, "760003", 1, 0, 9), + (89578, "761005", 1, 0, 9), + (89579, "761005", 1, 0, 9), + (89580, "761005", 1, 0, 9), + (89581, "761005", 1, 0, 9), + (89582, "761005", 1, 0, 9), + (89583, "761005", 1, 0, 9), + (89584, "761005", 1, 0, 9), + (89585, "761005", 1, 0, 9), + (89586, "761005", 1, 0, 9), + (89587, "761006", 1, 0, 9), + (89588, "761006", 1, 0, 9), + (89589, "761006", 1, 0, 9), + (89590, "761006", 1, 0, 9), + (89591, "761006", 1, 0, 9), + (89592, "761003", 1, 0, 9), + (89593, "761003", 1, 0, 9), + (89594, "761003", 1, 0, 9), + (89595, "761003", 1, 0, 9), + (89596, "761003", 1, 0, 9), + (89597, "761003", 1, 0, 9), + (89598, "761003", 1, 0, 9), + (89599, "761003", 1, 0, 9), + (89600, "761003", 1, 0, 9), + (89601, "761003", 1, 0, 9), + (89602, "761003", 1, 0, 9), + (89603, "761026", 1, 0, 9), + (89604, "761026", 1, 0, 9), + (89605, "761026", 1, 0, 9), + (89606, "761026", 1, 0, 9), + (89607, "761026", 1, 0, 9), + (89608, "761026", 1, 0, 9), + (89609, "761026", 1, 0, 9), + (89610, "761026", 1, 0, 9), + (89611, "761026", 1, 0, 9), + (89612, "761026", 1, 0, 9), + (89613, "761027", 1, 0, 9), + (89614, "761027", 1, 0, 9), + (89615, "761027", 1, 0, 9), + (89616, "761027", 1, 0, 9), + (89617, "761030", 1, 0, 9), + (89618, "761030", 1, 0, 9), + (89619, "761030", 1, 0, 9), + (89620, "761030", 1, 0, 9), + (89621, "761018", 1, 0, 9), + (89622, "761018", 1, 0, 9), + (89623, "761018", 1, 0, 9), + (89624, "761018", 1, 0, 9), + (89625, "761018", 1, 0, 9), + (89626, "761018", 1, 0, 9), + (89627, "761018", 1, 0, 9), + (89628, "761018", 1, 0, 9), + (89629, "761018", 1, 0, 9), + (89630, "761018", 1, 0, 9), + (89631, "761018", 1, 0, 9), + (89632, "761028", 1, 0, 9), + (89633, "761028", 1, 0, 9), + (89634, "761028", 1, 0, 9), + (89635, "761028", 1, 0, 9), + (89636, "761028", 1, 0, 9), + (89637, "761028", 1, 0, 9), + (89638, "761028", 1, 0, 9), + (89639, "761035", 1, 0, 9), + (89640, "761035", 1, 0, 9), + (89641, "761035", 1, 0, 9), + (89642, "761035", 1, 0, 9), + (89643, "761035", 1, 0, 9), + (89644, "761035", 1, 0, 9), + (89645, "761035", 1, 0, 9), + (89646, "761017", 1, 0, 9), + (89647, "761017", 1, 0, 9), + (89648, "761017", 1, 0, 9), + (89649, "761017", 1, 0, 9), + (89650, "761017", 1, 0, 9), + (89651, "761017", 1, 0, 9), + (89652, "761017", 1, 0, 9), + (89653, "761017", 1, 0, 9), + (89654, "761017", 1, 0, 9), + (89655, "761017", 1, 0, 9), + (89656, "761017", 1, 0, 9), + (89657, "761207", 1, 0, 9), + (89658, "761207", 1, 0, 9), + (89659, "761207", 1, 0, 9), + (89660, "761207", 1, 0, 9), + (89661, "761207", 1, 0, 9), + (89662, "761207", 1, 0, 9), + (89663, "761207", 1, 0, 9), + (89664, "761207", 1, 0, 9), + (89665, "761207", 1, 0, 9), + (89666, "761210", 1, 0, 9), + (89667, "761210", 1, 0, 9), + (89668, "761210", 1, 0, 9), + (89669, "761210", 1, 0, 9), + (89670, "761210", 1, 0, 9), + (89671, "761215", 1, 0, 9), + (89672, "761215", 1, 0, 9), + (89673, "761215", 1, 0, 9), + (89674, "761215", 1, 0, 9), + (89675, "761215", 1, 0, 9), + (89676, "761215", 1, 0, 9), + (89677, "761215", 1, 0, 9), + (89678, "761215", 1, 0, 9), + (89679, "761206", 1, 0, 9), + (89680, "761206", 1, 0, 9), + (89681, "761206", 1, 0, 9), + (89682, "761206", 1, 0, 9), + (89683, "761206", 1, 0, 9), + (89684, "761206", 1, 0, 9), + (89685, "761206", 1, 0, 9), + (89686, "761206", 1, 0, 9), + (89687, "761206", 1, 0, 9), + (89688, "761208", 1, 0, 9), + (89689, "761208", 1, 0, 9), + (89690, "761208", 1, 0, 9), + (89691, "761208", 1, 0, 9), + (89692, "761208", 1, 0, 9), + (89693, "761208", 1, 0, 9), + (89694, "761015", 1, 0, 9), + (89695, "761015", 1, 0, 9), + (89696, "761015", 1, 0, 9), + (89697, "761015", 1, 0, 9), + (89698, "761015", 1, 0, 9), + (89699, "761015", 1, 0, 9), + (89700, "761015", 1, 0, 9), + (89701, "761015", 1, 0, 9), + (89702, "761015", 1, 0, 9), + (89703, "761212", 1, 0, 9), + (89704, "761212", 1, 0, 9), + (89705, "761212", 1, 0, 9), + (89706, "761212", 1, 0, 9), + (89707, "761212", 1, 0, 9), + (89708, "761212", 1, 0, 9), + (89709, "761212", 1, 0, 9), + (89710, "761212", 1, 0, 9), + (89711, "761212", 1, 0, 9), + (89712, "761212", 1, 0, 9), + (89713, "761212", 1, 0, 9), + (89714, "761212", 1, 0, 9), + (89715, "761212", 1, 0, 9), + (89716, "761214", 1, 0, 9), + (89717, "761214", 1, 0, 9), + (89718, "761214", 1, 0, 9), + (89719, "761214", 1, 0, 9), + (89720, "761214", 1, 0, 9), + (89721, "761214", 1, 0, 9), + (89722, "761217", 1, 0, 9), + (89723, "761217", 1, 0, 9), + (89724, "761217", 1, 0, 9), + (89725, "761217", 1, 0, 9), + (89726, "761217", 1, 0, 9), + (89727, "761217", 1, 0, 9), + (89728, "761217", 1, 0, 9), + (89729, "761213", 1, 0, 9), + (89730, "761213", 1, 0, 9), + (89731, "761213", 1, 0, 9), + (89732, "761213", 1, 0, 9), + (89733, "761213", 1, 0, 9), + (89734, "761213", 1, 0, 9), + (89735, "761213", 1, 0, 9), + (89736, "761016", 1, 0, 9), + (89737, "761016", 1, 0, 9), + (89738, "761016", 1, 0, 9), + (89739, "761016", 1, 0, 9), + (89740, "761016", 1, 0, 9), + (89741, "761016", 1, 0, 9), + (89742, "761016", 1, 0, 9), + (89743, "761016", 1, 0, 9), + (89744, "761016", 1, 0, 9), + (89745, "761016", 1, 0, 9), + (89746, "761016", 1, 0, 9), + (89747, "761016", 1, 0, 9), + (89748, "761016", 1, 0, 9), + (89749, "761016", 1, 0, 9), + (89750, "761201", 1, 0, 9), + (89751, "761201", 1, 0, 9), + (89752, "761201", 1, 0, 9), + (89753, "761201", 1, 0, 9), + (89754, "761201", 1, 0, 9), + (89755, "761201", 1, 0, 9), + (89756, "761201", 1, 0, 9), + (89757, "761201", 1, 0, 9), + (89758, "761211", 1, 0, 9), + (89759, "761211", 1, 0, 9), + (89760, "761211", 1, 0, 9), + (89761, "761211", 1, 0, 9), + (89762, "761211", 1, 0, 9), + (89763, "761211", 1, 0, 9), + (89764, "761211", 1, 0, 9), + (89765, "761211", 1, 0, 9), + (89766, "761211", 1, 0, 9), + (89767, "761211", 1, 0, 9), + (89768, "761211", 1, 0, 9), + (89769, "761211", 1, 0, 9), + (89770, "761211", 1, 0, 9), + (89771, "761030", 1, 0, 9), + (89772, "761030", 1, 0, 9), + (89773, "761030", 1, 0, 9), + (89774, "761030", 1, 0, 9), + (89775, "761030", 1, 0, 9), + (89776, "761030", 1, 0, 9), + (89777, "761029", 1, 0, 9), + (89778, "761029", 1, 0, 9), + (89779, "761029", 1, 0, 9), + (89780, "761029", 1, 0, 9), + (89781, "761029", 1, 0, 9), + (89782, "761029", 1, 0, 9), + (89783, "761029", 1, 0, 9), + (89784, "761029", 1, 0, 9), + (89785, "761029", 1, 0, 9), + (89786, "761029", 1, 0, 9), + (89787, "761029", 1, 0, 9), + (89788, "761029", 1, 0, 9), + (89789, "761032", 1, 0, 9), + (89790, "761032", 1, 0, 9), + (89791, "761032", 1, 0, 9), + (89792, "761032", 1, 0, 9), + (89793, "761032", 1, 0, 9), + (89794, "761032", 1, 0, 9), + (89795, "761032", 1, 0, 9), + (89796, "761032", 1, 0, 9), + (89797, "761032", 1, 0, 9), + (89798, "761032", 1, 0, 9), + (89799, "761032", 1, 0, 9), + (89800, "761032", 1, 0, 9), + (89801, "761032", 1, 0, 9), + (89802, "761045", 1, 0, 9), + (89803, "761045", 1, 0, 9), + (89804, "761105", 1, 0, 9), + (89805, "761105", 1, 0, 9), + (89806, "761105", 1, 0, 9), + (89807, "761105", 1, 0, 9), + (89808, "761105", 1, 0, 9), + (89809, "761105", 1, 0, 9), + (89810, "761105", 1, 0, 9), + (89811, "761105", 1, 0, 9), + (89812, "761105", 1, 0, 9), + (89813, "761105", 1, 0, 9), + (89814, "761105", 1, 0, 9), + (89815, "761105", 1, 0, 9), + (89816, "761105", 1, 0, 9), + (89817, "761105", 1, 0, 9), + (89818, "761105", 1, 0, 9), + (89819, "756127", 1, 0, 9), + (89820, "756122", 1, 0, 9), + (89821, "756115", 1, 0, 9), + (89822, "756120", 1, 0, 9), + (89823, "756129", 1, 0, 9), + (89824, "756121", 1, 0, 9), + (89825, "756131", 1, 0, 9), + (89826, "756126", 1, 0, 9), + (89827, "756127", 1, 0, 9), + (89828, "756127", 1, 0, 9), + (89829, "756127", 1, 0, 9), + (89830, "756127", 1, 0, 9), + (89831, "756182", 1, 0, 9), + (89832, "756182", 1, 0, 9), + (89833, "756114", 1, 0, 9), + (89834, "756114", 1, 0, 9), + (89835, "756114", 1, 0, 9), + (89836, "756114", 1, 0, 9), + (89837, "756114", 1, 0, 9), + (89838, "756114", 1, 0, 9), + (89839, "756114", 1, 0, 9), + (89840, "756114", 1, 0, 9), + (89841, "756114", 1, 0, 9), + (89842, "756114", 1, 0, 9), + (89843, "756114", 1, 0, 9), + (89844, "756114", 1, 0, 9), + (89845, "756114", 1, 0, 9), + (89846, "756113", 1, 0, 9), + (89847, "756113", 1, 0, 9), + (89848, "756113", 1, 0, 9), + (89849, "756113", 1, 0, 9), + (89850, "756113", 1, 0, 9), + (89851, "756115", 1, 0, 9), + (89852, "756115", 1, 0, 9), + (89853, "756134", 1, 0, 9), + (89854, "756134", 1, 0, 9), + (89855, "756134", 1, 0, 9), + (89856, "756134", 1, 0, 9), + (89857, "756134", 1, 0, 9), + (89858, "756134", 1, 0, 9), + (89859, "756122", 1, 0, 9), + (89860, "756122", 1, 0, 9), + (89861, "756122", 1, 0, 9), + (89862, "756138", 1, 0, 9), + (89863, "756138", 1, 0, 9), + (89864, "756138", 1, 0, 9), + (89865, "756138", 1, 0, 9), + (89866, "756138", 1, 0, 9), + (89867, "756116", 1, 0, 9), + (89868, "756116", 1, 0, 9), + (89869, "756116", 1, 0, 9), + (89870, "756116", 1, 0, 9), + (89871, "756116", 1, 0, 9), + (89872, "756116", 1, 0, 9), + (89873, "756116", 1, 0, 9), + (89874, "756116", 1, 0, 9), + (89875, "756116", 1, 0, 9), + (89876, "756116", 1, 0, 9), + (89877, "756116", 1, 0, 9), + (89878, "756116", 1, 0, 9), + (89879, "756116", 1, 0, 9), + (89880, "756116", 1, 0, 9), + (89881, "756139", 1, 0, 9), + (89882, "756139", 1, 0, 9), + (89883, "756137", 1, 0, 9), + (89884, "756137", 1, 0, 9), + (89885, "756137", 1, 0, 9), + (89886, "756137", 1, 0, 9), + (89887, "756137", 1, 0, 9), + (89888, "756166", 1, 0, 9), + (89889, "756166", 1, 0, 9), + (89890, "756166", 1, 0, 9), + (89891, "756166", 1, 0, 9), + (89892, "756166", 1, 0, 9), + (89893, "756114", 1, 0, 9), + (89894, "756115", 1, 0, 9), + (89895, "756115", 1, 0, 9), + (89896, "756115", 1, 0, 9), + (89897, "756115", 1, 0, 9), + (89898, "756115", 1, 0, 9), + (89899, "756112", 1, 0, 9), + (89900, "756112", 1, 0, 9), + (89901, "756112", 1, 0, 9), + (89902, "756112", 1, 0, 9), + (89903, "756112", 1, 0, 9), + (89904, "756112", 1, 0, 9), + (89905, "756112", 1, 0, 9), + (89906, "756112", 1, 0, 9), + (89907, "756112", 1, 0, 9), + (89908, "756112", 1, 0, 9), + (89909, "756112", 1, 0, 9), + (89910, "756144", 1, 0, 9), + (89911, "756144", 1, 0, 9), + (89912, "756125", 1, 0, 9), + (89913, "756125", 1, 0, 9), + (89914, "756125", 1, 0, 9), + (89915, "756125", 1, 0, 9), + (89916, "756125", 1, 0, 9), + (89917, "756125", 1, 0, 9), + (89918, "756125", 1, 0, 9), + (89919, "756125", 1, 0, 9), + (89920, "756125", 1, 0, 9), + (89921, "756125", 1, 0, 9), + (89922, "756125", 1, 0, 9), + (89923, "756125", 1, 0, 9), + (89924, "756168", 1, 0, 9), + (89925, "756168", 1, 0, 9), + (89926, "756168", 1, 0, 9), + (89927, "756168", 1, 0, 9), + (89928, "756168", 1, 0, 9), + (89929, "756168", 1, 0, 9), + (89930, "756120", 1, 0, 9), + (89931, "756120", 1, 0, 9), + (89932, "756165", 1, 0, 9), + (89933, "756165", 1, 0, 9), + (89934, "756133", 1, 0, 9), + (89935, "756133", 1, 0, 9), + (89936, "756133", 1, 0, 9), + (89937, "756133", 1, 0, 9), + (89938, "756133", 1, 0, 9), + (89939, "756133", 1, 0, 9), + (89940, "756133", 1, 0, 9), + (89941, "756133", 1, 0, 9), + (89942, "756133", 1, 0, 9), + (89943, "756133", 1, 0, 9), + (89944, "756133", 1, 0, 9), + (89945, "756101", 1, 0, 9), + (89946, "756101", 1, 0, 9), + (89947, "756101", 1, 0, 9), + (89948, "756101", 1, 0, 9), + (89949, "756101", 1, 0, 9), + (89950, "756101", 1, 0, 9), + (89951, "756101", 1, 0, 9), + (89952, "756182", 1, 0, 9), + (89953, "756182", 1, 0, 9), + (89954, "756162", 1, 0, 9), + (89955, "756162", 1, 0, 9), + (89956, "756124", 1, 0, 9), + (89957, "756124", 1, 0, 9), + (89958, "756124", 1, 0, 9), + (89959, "756124", 1, 0, 9), + (89960, "756124", 1, 0, 9), + (89961, "756129", 1, 0, 9), + (89962, "756129", 1, 0, 9), + (89963, "756129", 1, 0, 9), + (89964, "756129", 1, 0, 9), + (89965, "756129", 1, 0, 9), + (89966, "756129", 1, 0, 9), + (89967, "756129", 1, 0, 9), + (89968, "756129", 1, 0, 9), + (89969, "756129", 1, 0, 9), + (89970, "756129", 1, 0, 9), + (89971, "756129", 1, 0, 9), + (89972, "756128", 1, 0, 9), + (89973, "756128", 1, 0, 9), + (89974, "756163", 1, 0, 9), + (89975, "756163", 1, 0, 9), + (89976, "756163", 1, 0, 9), + (89977, "756163", 1, 0, 9), + (89978, "756163", 1, 0, 9), + (89979, "756163", 1, 0, 9), + (89980, "756118", 1, 0, 9), + (89981, "756118", 1, 0, 9), + (89982, "756118", 1, 0, 9), + (89983, "756181", 1, 0, 9), + (89984, "756181", 1, 0, 9), + (89985, "756181", 1, 0, 9), + (89986, "756181", 1, 0, 9), + (89987, "756181", 1, 0, 9), + (89988, "756181", 1, 0, 9), + (89989, "756181", 1, 0, 9), + (89990, "756121", 1, 0, 9), + (89991, "756121", 1, 0, 9), + (89992, "756121", 1, 0, 9), + (89993, "756121", 1, 0, 9), + (89994, "756121", 1, 0, 9), + (89995, "756121", 1, 0, 9), + (89996, "756121", 1, 0, 9), + (89997, "756121", 1, 0, 9), + (89998, "756121", 1, 0, 9), + (89999, "756121", 1, 0, 9), + (90000, "756132", 1, 0, 9), + (90001, "756132", 1, 0, 9), + (90002, "756132", 1, 0, 9), + (90003, "756132", 1, 0, 9), + (90004, "756132", 1, 0, 9), + (90005, "756132", 1, 0, 9), + (90006, "756132", 1, 0, 9), + (90007, "756132", 1, 0, 9), + (90008, "756132", 1, 0, 9), + (90009, "756132", 1, 0, 9), + (90010, "756132", 1, 0, 9), + (90011, "756132", 1, 0, 9), + (90012, "756132", 1, 0, 9), + (90013, "756132", 1, 0, 9), + (90014, "756132", 1, 0, 9), + (90015, "756164", 1, 0, 9), + (90016, "756164", 1, 0, 9), + (90017, "756164", 1, 0, 9), + (90018, "756164", 1, 0, 9), + (90019, "756164", 1, 0, 9), + (90020, "756164", 1, 0, 9), + (90021, "756164", 1, 0, 9), + (90022, "756167", 1, 0, 9), + (90023, "756131", 1, 0, 9), + (90024, "756131", 1, 0, 9), + (90025, "756131", 1, 0, 9), + (90026, "756131", 1, 0, 9), + (90027, "756131", 1, 0, 9), + (90028, "756131", 1, 0, 9), + (90029, "756131", 1, 0, 9), + (90030, "756131", 1, 0, 9), + (90031, "756131", 1, 0, 9), + (90032, "756131", 1, 0, 9), + (90033, "756131", 1, 0, 9), + (90034, "756131", 1, 0, 9), + (90035, "756131", 1, 0, 9), + (90036, "756131", 1, 0, 9), + (90037, "756135", 1, 0, 9), + (90038, "756135", 1, 0, 9), + (90039, "756135", 1, 0, 9), + (90040, "756135", 1, 0, 9), + (90041, "756135", 1, 0, 9), + (90042, "756135", 1, 0, 9), + (90043, "756111", 1, 0, 9), + (90044, "756111", 1, 0, 9), + (90045, "756111", 1, 0, 9), + (90046, "756111", 1, 0, 9), + (90047, "756111", 1, 0, 9), + (90048, "756111", 1, 0, 9), + (90049, "756111", 1, 0, 9), + (90050, "756123", 1, 0, 9), + (90051, "756123", 1, 0, 9), + (90052, "756123", 1, 0, 9), + (90053, "756123", 1, 0, 9), + (90054, "756123", 1, 0, 9), + (90055, "756123", 1, 0, 9), + (90056, "756126", 1, 0, 9), + (90057, "756126", 1, 0, 9), + (90058, "756126", 1, 0, 9), + (90059, "756126", 1, 0, 9), + (90060, "756126", 1, 0, 9), + (90061, "756126", 1, 0, 9), + (90062, "756126", 1, 0, 9), + (90063, "756126", 1, 0, 9), + (90064, "756117", 1, 0, 9), + (90065, "756117", 1, 0, 9), + (90066, "756117", 1, 0, 9), + (90067, "756117", 1, 0, 9), + (90068, "756117", 1, 0, 9), + (90069, "756117", 1, 0, 9), + (90070, "756117", 1, 0, 9), + (90071, "756117", 1, 0, 9), + (90072, "756117", 1, 0, 9), + (90073, "756117", 1, 0, 9), + (90074, "756117", 1, 0, 9), + (90075, "756117", 1, 0, 9), + (90076, "756117", 1, 0, 9), + (90077, "756117", 1, 0, 9), + (90078, "756171", 1, 0, 9), + (90079, "756171", 1, 0, 9), + (90080, "756171", 1, 0, 9), + (90081, "756171", 1, 0, 9), + (90082, "756171", 1, 0, 9), + (90083, "756119", 1, 0, 9), + (90084, "756119", 1, 0, 9), + (90085, "756119", 1, 0, 9), + (90086, "756119", 1, 0, 9), + (90087, "756119", 1, 0, 9), + (90088, "756119", 1, 0, 9), + (90089, "756119", 1, 0, 9), + (90090, "756119", 1, 0, 9), + (90091, "756119", 1, 0, 9), + (90092, "756119", 1, 0, 9), + (90093, "756119", 1, 0, 9), + (90094, "756119", 1, 0, 9), + (90095, "756119", 1, 0, 9), + (90096, "756127", 1, 0, 9), + (90097, "756126", 1, 0, 9), + (90098, "756130", 1, 0, 9), + (90099, "756130", 1, 0, 9), + (90100, "756130", 1, 0, 9), + (90101, "756130", 1, 0, 9), + (90102, "756130", 1, 0, 9), + (90103, "756130", 1, 0, 9), + (90104, "756130", 1, 0, 9), + (90105, "756130", 1, 0, 9), + (90106, "756130", 1, 0, 9), + (90107, "756130", 1, 0, 9), + (90108, "756130", 1, 0, 9), + (90109, "756130", 1, 0, 9), + (90110, "756130", 1, 0, 9), + (90111, "756130", 1, 0, 9), + (90112, "752103", 1, 0, 9), + (90113, "752102", 1, 0, 9), + (90114, "752100", 1, 0, 9), + (90115, "751029", 1, 0, 9), + (90116, "751002", 1, 0, 9), + (90117, "751002", 1, 0, 9), + (90118, "751019", 1, 0, 9), + (90119, "752101", 1, 0, 9), + (90120, "752101", 1, 0, 9), + (90121, "751006", 1, 0, 9), + (90122, "752100", 1, 0, 9), + (90123, "752102", 1, 0, 9), + (90124, "751024", 1, 0, 9), + (90125, "751002", 1, 0, 9), + (90126, "752103", 1, 0, 9), + (90127, "751002", 1, 0, 9), + (90128, "751002", 1, 0, 9), + (90129, "752100", 1, 0, 9), + (90130, "752102", 1, 0, 9), + (90131, "752103", 1, 0, 9), + (90132, "751029", 1, 0, 9), + (90133, "751017", 1, 0, 9), + (90134, "751017", 1, 0, 9), + (90135, "752101", 1, 0, 9), + (90136, "752102", 1, 0, 9), + (90137, "752103", 1, 0, 9), + (90138, "752101", 1, 0, 9), + (90139, "751019", 1, 0, 9), + (90140, "752102", 1, 0, 9), + (90141, "752102", 1, 0, 9), + (90142, "752100", 1, 0, 9), + (90143, "751019", 1, 0, 9), + (90144, "752102", 1, 0, 9), + (90145, "752100", 1, 0, 9), + (90146, "752100", 1, 0, 9), + (90147, "751002", 1, 0, 9), + (90148, "751006", 1, 0, 9), + (90149, "751002", 1, 0, 9), + (90150, "752102", 1, 0, 9), + (90151, "752103", 1, 0, 9), + (90152, "751019", 1, 0, 9), + (90153, "752103", 1, 0, 9), + (90154, "751029", 1, 0, 9), + (90155, "752102", 1, 0, 9), + (90156, "751002", 1, 0, 9), + (90157, "752101", 1, 0, 9), + (90158, "752100", 1, 0, 9), + (90159, "752103", 1, 0, 9), + (90160, "752103", 1, 0, 9), + (90161, "751029", 1, 0, 9), + (90162, "752102", 1, 0, 9), + (90163, "752100", 1, 0, 9), + (90164, "752102", 1, 0, 9), + (90165, "752102", 1, 0, 9), + (90166, "752102", 1, 0, 9), + (90167, "752102", 1, 0, 9), + (90168, "755006", 1, 0, 9), + (90169, "755006", 1, 0, 9), + (90170, "755006", 1, 0, 9), + (90171, "755006", 1, 0, 9), + (90172, "755006", 1, 0, 9), + (90173, "755006", 1, 0, 9), + (90174, "755006", 1, 0, 9), + (90175, "755008", 1, 0, 9), + (90176, "755008", 1, 0, 9), + (90177, "755008", 1, 0, 9), + (90178, "755008", 1, 0, 9), + (90179, "755008", 1, 0, 9), + (90180, "755008", 1, 0, 9), + (90181, "755008", 1, 0, 9), + (90182, "755008", 1, 0, 9), + (90183, "755008", 1, 0, 9), + (90184, "755008", 1, 0, 9), + (90185, "755008", 1, 0, 9), + (90186, "755008", 1, 0, 9), + (90187, "755007", 1, 0, 9), + (90188, "755007", 1, 0, 9), + (90189, "755007", 1, 0, 9), + (90190, "755062", 1, 0, 9), + (90191, "755007", 1, 0, 9), + (90192, "755007", 1, 0, 9), + (90193, "755007", 1, 0, 9), + (90194, "755007", 1, 0, 9), + (90195, "755062", 1, 0, 9), + (90196, "755007", 1, 0, 9), + (90197, "755007", 1, 0, 9), + (90198, "755062", 1, 0, 9), + (90199, "755062", 1, 0, 9), + (90200, "755062", 1, 0, 9), + (90201, "755062", 1, 0, 9), + (90202, "755027", 1, 0, 9), + (90203, "755044", 1, 0, 9), + (90204, "755009", 1, 0, 9), + (90205, "755011", 1, 0, 9), + (90206, "755018", 1, 0, 9), + (90207, "754245", 1, 0, 9), + (90208, "754210", 1, 0, 9), + (90209, "754214", 1, 0, 9), + (90210, "754244", 1, 0, 9), + (90211, "754213", 1, 0, 9), + (90212, "754220", 1, 0, 9), + (90213, "754220", 1, 0, 9), + (90214, "754225", 1, 0, 9), + (90215, "754212", 1, 0, 9), + (90216, "754212", 1, 0, 9), + (90217, "754212", 1, 0, 9), + (90218, "754212", 1, 0, 9), + (90219, "754212", 1, 0, 9), + (90220, "754250", 1, 0, 9), + (90221, "754250", 1, 0, 9), + (90222, "754250", 1, 0, 9), + (90223, "754250", 1, 0, 9), + (90224, "754250", 1, 0, 9), + (90225, "754250", 1, 0, 9), + (90226, "754213", 1, 0, 9), + (90227, "754213", 1, 0, 9), + (90228, "754216", 1, 0, 9), + (90229, "754215", 1, 0, 9), + (90230, "754215", 1, 0, 9), + (90231, "754215", 1, 0, 9), + (90232, "754215", 1, 0, 9), + (90233, "754215", 1, 0, 9), + (90234, "754220", 1, 0, 9), + (90235, "754220", 1, 0, 9), + (90236, "754220", 1, 0, 9), + (90237, "754220", 1, 0, 9), + (90238, "754220", 1, 0, 9), + (90239, "754220", 1, 0, 9), + (90240, "754220", 1, 0, 9), + (90241, "754220", 1, 0, 9), + (90242, "754220", 1, 0, 9), + (90243, "754220", 1, 0, 9), + (90244, "754220", 1, 0, 9), + (90245, "754220", 1, 0, 9), + (90246, "754224", 1, 0, 9), + (90247, "754224", 1, 0, 9), + (90248, "754224", 1, 0, 9), + (90249, "754224", 1, 0, 9), + (90250, "754224", 1, 0, 9), + (90251, "754224", 1, 0, 9), + (90252, "754224", 1, 0, 9), + (90253, "754224", 1, 0, 9), + (90254, "754224", 1, 0, 9), + (90255, "754224", 1, 0, 9), + (90256, "754224", 1, 0, 9), + (90257, "754224", 1, 0, 9), + (90258, "754224", 1, 0, 9), + (90259, "754224", 1, 0, 9), + (90260, "754213", 1, 0, 9), + (90261, "754213", 1, 0, 9), + (90262, "754213", 1, 0, 9), + (90263, "754213", 1, 0, 9), + (90264, "754213", 1, 0, 9), + (90265, "754216", 1, 0, 9), + (90266, "754216", 1, 0, 9), + (90267, "754231", 1, 0, 9), + (90268, "754231", 1, 0, 9), + (90269, "754231", 1, 0, 9), + (90270, "754227", 1, 0, 9), + (90271, "754227", 1, 0, 9), + (90272, "754227", 1, 0, 9), + (90273, "754227", 1, 0, 9), + (90274, "754227", 1, 0, 9), + (90275, "754228", 1, 0, 9), + (90276, "754228", 1, 0, 9), + (90277, "754215", 1, 0, 9), + (90278, "754215", 1, 0, 9), + (90279, "755062", 1, 0, 9), + (90280, "755007", 1, 0, 9), + (90281, "755036", 1, 0, 9), + (90282, "755036", 1, 0, 9), + (90283, "755025", 1, 0, 9), + (90284, "755025", 1, 0, 9), + (90285, "755025", 1, 0, 9), + (90286, "755025", 1, 0, 9), + (90287, "755025", 1, 0, 9), + (90288, "755004", 1, 0, 9), + (90289, "755004", 1, 0, 9), + (90290, "755004", 1, 0, 9), + (90291, "755004", 1, 0, 9), + (90292, "755004", 1, 0, 9), + (90293, "755004", 1, 0, 9), + (90294, "755004", 1, 0, 9), + (90295, "755005", 1, 0, 9), + (90296, "755005", 1, 0, 9), + (90297, "755005", 1, 0, 9), + (90298, "755005", 1, 0, 9), + (90299, "755005", 1, 0, 9), + (90300, "755005", 1, 0, 9), + (90301, "755005", 1, 0, 9), + (90302, "755005", 1, 0, 9), + (90303, "755036", 1, 0, 9), + (90304, "755036", 1, 0, 9), + (90305, "755036", 1, 0, 9), + (90306, "755036", 1, 0, 9), + (90307, "755036", 1, 0, 9), + (90308, "755027", 1, 0, 9), + (90309, "755027", 1, 0, 9), + (90310, "755027", 1, 0, 9), + (90311, "755027", 1, 0, 9), + (90312, "755027", 1, 0, 9), + (90313, "754215", 1, 0, 9), + (90314, "754215", 1, 0, 9), + (90315, "754215", 1, 0, 9), + (90316, "754215", 1, 0, 9), + (90317, "754215", 1, 0, 9), + (90318, "754215", 1, 0, 9), + (90319, "754225", 1, 0, 9), + (90320, "754225", 1, 0, 9), + (90321, "754225", 1, 0, 9), + (90322, "754225", 1, 0, 9), + (90323, "754225", 1, 0, 9), + (90324, "754225", 1, 0, 9), + (90325, "754225", 1, 0, 9), + (90326, "754225", 1, 0, 9), + (90327, "754225", 1, 0, 9), + (90328, "754212", 1, 0, 9), + (90329, "754212", 1, 0, 9), + (90330, "754212", 1, 0, 9), + (90331, "754212", 1, 0, 9), + (90332, "754212", 1, 0, 9), + (90333, "755027", 1, 0, 9), + (90334, "755003", 1, 0, 9), + (90335, "755003", 1, 0, 9), + (90336, "755003", 1, 0, 9), + (90337, "755003", 1, 0, 9), + (90338, "755003", 1, 0, 9), + (90339, "755003", 1, 0, 9), + (90340, "755003", 1, 0, 9), + (90341, "755003", 1, 0, 9), + (90342, "755025", 1, 0, 9), + (90343, "755061", 1, 0, 9), + (90344, "755061", 1, 0, 9), + (90345, "755061", 1, 0, 9), + (90346, "755061", 1, 0, 9), + (90347, "755061", 1, 0, 9), + (90348, "755024", 1, 0, 9), + (90349, "755024", 1, 0, 9), + (90350, "755024", 1, 0, 9), + (90351, "755019", 1, 0, 9), + (90352, "755019", 1, 0, 9), + (90353, "755019", 1, 0, 9), + (90354, "755019", 1, 0, 9), + (90355, "755019", 1, 0, 9), + (90356, "755019", 1, 0, 9), + (90357, "755019", 1, 0, 9), + (90358, "755019", 1, 0, 9), + (90359, "755019", 1, 0, 9), + (90360, "755019", 1, 0, 9), + (90361, "755019", 1, 0, 9), + (90362, "755019", 1, 0, 9), + (90363, "755005", 1, 0, 9), + (90364, "755005", 1, 0, 9), + (90365, "755005", 1, 0, 9), + (90366, "755005", 1, 0, 9), + (90367, "755044", 1, 0, 9), + (90368, "755026", 1, 0, 9), + (90369, "755026", 1, 0, 9), + (90370, "755026", 1, 0, 9), + (90371, "755026", 1, 0, 9), + (90372, "755026", 1, 0, 9), + (90373, "755026", 1, 0, 9), + (90374, "755026", 1, 0, 9), + (90375, "755026", 1, 0, 9), + (90376, "755026", 1, 0, 9), + (90377, "755026", 1, 0, 9), + (90378, "755026", 1, 0, 9), + (90379, "755026", 1, 0, 9), + (90380, "755006", 1, 0, 9), + (90381, "755019", 1, 0, 9), + (90382, "755019", 1, 0, 9), + (90383, "755019", 1, 0, 9), + (90384, "755019", 1, 0, 9), + (90385, "755023", 1, 0, 9), + (90386, "755023", 1, 0, 9), + (90387, "755023", 1, 0, 9), + (90388, "755023", 1, 0, 9), + (90389, "755015", 1, 0, 9), + (90390, "755023", 1, 0, 9), + (90391, "755023", 1, 0, 9), + (90392, "755023", 1, 0, 9), + (90393, "755023", 1, 0, 9), + (90394, "755023", 1, 0, 9), + (90395, "755023", 1, 0, 9), + (90396, "755023", 1, 0, 9), + (90397, "755051", 1, 0, 9), + (90398, "755009", 1, 0, 9), + (90399, "755051", 1, 0, 9), + (90400, "755009", 1, 0, 9), + (90401, "755051", 1, 0, 9), + (90402, "755009", 1, 0, 9), + (90403, "755051", 1, 0, 9), + (90404, "755009", 1, 0, 9), + (90405, "755009", 1, 0, 9), + (90406, "755009", 1, 0, 9), + (90407, "755009", 1, 0, 9), + (90408, "755051", 1, 0, 9), + (90409, "755009", 1, 0, 9), + (90410, "755051", 1, 0, 9), + (90411, "755010", 1, 0, 9), + (90412, "755010", 1, 0, 9), + (90413, "755028", 1, 0, 9), + (90414, "755028", 1, 0, 9), + (90415, "755028", 1, 0, 9), + (90416, "755049", 1, 0, 9), + (90417, "755049", 1, 0, 9), + (90418, "755022", 1, 0, 9), + (90419, "755022", 1, 0, 9), + (90420, "755022", 1, 0, 9), + (90421, "755022", 1, 0, 9), + (90422, "755022", 1, 0, 9), + (90423, "755011", 1, 0, 9), + (90424, "755011", 1, 0, 9), + (90425, "755011", 1, 0, 9), + (90426, "755011", 1, 0, 9), + (90427, "755011", 1, 0, 9), + (90428, "755011", 1, 0, 9), + (90429, "755011", 1, 0, 9), + (90430, "755011", 1, 0, 9), + (90431, "755011", 1, 0, 9), + (90432, "755012", 1, 0, 9), + (90433, "755012", 1, 0, 9), + (90434, "755012", 1, 0, 9), + (90435, "755012", 1, 0, 9), + (90436, "755012", 1, 0, 9), + (90437, "755012", 1, 0, 9), + (90438, "755014", 1, 0, 9), + (90439, "755015", 1, 0, 9), + (90440, "755015", 1, 0, 9), + (90441, "755015", 1, 0, 9), + (90442, "755015", 1, 0, 9), + (90443, "755016", 1, 0, 9), + (90444, "755016", 1, 0, 9), + (90445, "755016", 1, 0, 9), + (90446, "755016", 1, 0, 9), + (90447, "755016", 1, 0, 9), + (90448, "755016", 1, 0, 9), + (90449, "755016", 1, 0, 9), + (90450, "755016", 1, 0, 9), + (90451, "755016", 1, 0, 9), + (90452, "755016", 1, 0, 9), + (90453, "755017", 1, 0, 9), + (90454, "755017", 1, 0, 9), + (90455, "755017", 1, 0, 9), + (90456, "755017", 1, 0, 9), + (90457, "755017", 1, 0, 9), + (90458, "755017", 1, 0, 9), + (90459, "755017", 1, 0, 9), + (90460, "755018", 1, 0, 9), + (90461, "755018", 1, 0, 9), + (90462, "755018", 1, 0, 9), + (90463, "755018", 1, 0, 9), + (90464, "755018", 1, 0, 9), + (90465, "755018", 1, 0, 9), + (90466, "755018", 1, 0, 9), + (90467, "754223", 1, 0, 9), + (90468, "754250", 1, 0, 9), + (90469, "754215", 1, 0, 9), + (90470, "754223", 1, 0, 9), + (90471, "754250", 1, 0, 9), + (90472, "754223", 1, 0, 9), + (90473, "754222", 1, 0, 9), + (90474, "754250", 1, 0, 9), + (90475, "754250", 1, 0, 9), + (90476, "754223", 1, 0, 9), + (90477, "754250", 1, 0, 9), + (90478, "754222", 1, 0, 9), + (90479, "754214", 1, 0, 9), + (90480, "754214", 1, 0, 9), + (90481, "754222", 1, 0, 9), + (90482, "754250", 1, 0, 9), + (90483, "754223", 1, 0, 9), + (90484, "754217", 1, 0, 9), + (90485, "754217", 1, 0, 9), + (90486, "754217", 1, 0, 9), + (90487, "754217", 1, 0, 9), + (90488, "754217", 1, 0, 9), + (90489, "754217", 1, 0, 9), + (90490, "754217", 1, 0, 9), + (90491, "754217", 1, 0, 9), + (90492, "754205", 1, 0, 9), + (90493, "754205", 1, 0, 9), + (90494, "754205", 1, 0, 9), + (90495, "754245", 1, 0, 9), + (90496, "754245", 1, 0, 9), + (90497, "754218", 1, 0, 9), + (90498, "754218", 1, 0, 9), + (90499, "754218", 1, 0, 9), + (90500, "754218", 1, 0, 9), + (90501, "754253", 1, 0, 9), + (90502, "754253", 1, 0, 9), + (90503, "754239", 1, 0, 9), + (90504, "754239", 1, 0, 9), + (90505, "754208", 1, 0, 9), + (90506, "754208", 1, 0, 9), + (90507, "754208", 1, 0, 9), + (90508, "754208", 1, 0, 9), + (90509, "754208", 1, 0, 9), + (90510, "754208", 1, 0, 9), + (90511, "754208", 1, 0, 9), + (90512, "754292", 1, 0, 9), + (90513, "754292", 1, 0, 9), + (90514, "754292", 1, 0, 9), + (90515, "754292", 1, 0, 9), + (90516, "754292", 1, 0, 9), + (90517, "754222", 1, 0, 9), + (90518, "754222", 1, 0, 9), + (90519, "754240", 1, 0, 9), + (90520, "754240", 1, 0, 9), + (90521, "754240", 1, 0, 9), + (90522, "754210", 1, 0, 9), + (90523, "754210", 1, 0, 9), + (90524, "754210", 1, 0, 9), + (90525, "754210", 1, 0, 9), + (90526, "754210", 1, 0, 9), + (90527, "754210", 1, 0, 9), + (90528, "754210", 1, 0, 9), + (90529, "754289", 1, 0, 9), + (90530, "755043", 1, 0, 9), + (90531, "755043", 1, 0, 9), + (90532, "755043", 1, 0, 9), + (90533, "755043", 1, 0, 9), + (90534, "755043", 1, 0, 9), + (90535, "755043", 1, 0, 9), + (90536, "755013", 1, 0, 9), + (90537, "755013", 1, 0, 9), + (90538, "755013", 1, 0, 9), + (90539, "755013", 1, 0, 9), + (90540, "755013", 1, 0, 9), + (90541, "755013", 1, 0, 9), + (90542, "755013", 1, 0, 9), + (90543, "755013", 1, 0, 9), + (90544, "755014", 1, 0, 9), + (90545, "755014", 1, 0, 9), + (90546, "755014", 1, 0, 9), + (90547, "755014", 1, 0, 9), + (90548, "755014", 1, 0, 9), + (90549, "754289", 1, 0, 9), + (90550, "754289", 1, 0, 9), + (90551, "754289", 1, 0, 9), + (90552, "754289", 1, 0, 9), + (90553, "754214", 1, 0, 9), + (90554, "754214", 1, 0, 9), + (90555, "754214", 1, 0, 9), + (90556, "754214", 1, 0, 9), + (90557, "754214", 1, 0, 9), + (90558, "754214", 1, 0, 9), + (90559, "754214", 1, 0, 9), + (90560, "754214", 1, 0, 9), + (90561, "754214", 1, 0, 9), + (90562, "754248", 1, 0, 9), + (90563, "754248", 1, 0, 9), + (90564, "754248", 1, 0, 9), + (90565, "754248", 1, 0, 9), + (90566, "754217", 1, 0, 9), + (90567, "754217", 1, 0, 9), + (90568, "754219", 1, 0, 9), + (90569, "754219", 1, 0, 9), + (90570, "754219", 1, 0, 9), + (90571, "754219", 1, 0, 9), + (90572, "754219", 1, 0, 9), + (90573, "754219", 1, 0, 9), + (90574, "754205", 1, 0, 9), + (90575, "754205", 1, 0, 9), + (90576, "754248", 1, 0, 9), + (90577, "754248", 1, 0, 9), + (90578, "754248", 1, 0, 9), + (90579, "754244", 1, 0, 9), + (90580, "754244", 1, 0, 9), + (90581, "754244", 1, 0, 9), + (90582, "754244", 1, 0, 9), + (90583, "754223", 1, 0, 9), + (90584, "754223", 1, 0, 9), + (90585, "754223", 1, 0, 9), + (90586, "754223", 1, 0, 9), + (90587, "754246", 1, 0, 9), + (90588, "754246", 1, 0, 9), + (90589, "754246", 1, 0, 9), + (90590, "754246", 1, 0, 9), + (90591, "754246", 1, 0, 9), + (90592, "754224", 1, 0, 9), + (90593, "754224", 1, 0, 9), + (90594, "754224", 1, 0, 9), + (90595, "754213", 1, 0, 9), + (90596, "754213", 1, 0, 9), + (90597, "754213", 1, 0, 9), + (90598, "754200", 1, 0, 9), + (90599, "754028", 1, 0, 9), + (90600, "754295", 1, 0, 9), + (90601, "754108", 1, 0, 9), + (90602, "754139", 1, 0, 9), + (90603, "754037", 1, 0, 9), + (90604, "754106", 1, 0, 9), + (90605, "754162", 1, 0, 9), + (90606, "754119", 1, 0, 9), + (90607, "754132", 1, 0, 9), + (90608, "754138", 1, 0, 9), + (90609, "754138", 1, 0, 9), + (90610, "754138", 1, 0, 9), + (90611, "754160", 1, 0, 9), + (90612, "754138", 1, 0, 9), + (90613, "754138", 1, 0, 9), + (90614, "754138", 1, 0, 9), + (90615, "754138", 1, 0, 9), + (90616, "754138", 1, 0, 9), + (90617, "754138", 1, 0, 9), + (90618, "754160", 1, 0, 9), + (90619, "754137", 1, 0, 9), + (90620, "754137", 1, 0, 9), + (90621, "754160", 1, 0, 9), + (90622, "754137", 1, 0, 9), + (90623, "754137", 1, 0, 9), + (90624, "754137", 1, 0, 9), + (90625, "754028", 1, 0, 9), + (90626, "754028", 1, 0, 9), + (90627, "754028", 1, 0, 9), + (90628, "754028", 1, 0, 9), + (90629, "754028", 1, 0, 9), + (90630, "754028", 1, 0, 9), + (90631, "754027", 1, 0, 9), + (90632, "754027", 1, 0, 9), + (90633, "754027", 1, 0, 9), + (90634, "754032", 1, 0, 9), + (90635, "754035", 1, 0, 9), + (90636, "754035", 1, 0, 9), + (90637, "754035", 1, 0, 9), + (90638, "754201", 1, 0, 9), + (90639, "754201", 1, 0, 9), + (90640, "754201", 1, 0, 9), + (90641, "754201", 1, 0, 9), + (90642, "754201", 1, 0, 9), + (90643, "754201", 1, 0, 9), + (90644, "754201", 1, 0, 9), + (90645, "754201", 1, 0, 9), + (90646, "754201", 1, 0, 9), + (90647, "754030", 1, 0, 9), + (90648, "754030", 1, 0, 9), + (90649, "754030", 1, 0, 9), + (90650, "754030", 1, 0, 9), + (90651, "754030", 1, 0, 9), + (90652, "754295", 1, 0, 9), + (90653, "754295", 1, 0, 9), + (90654, "754295", 1, 0, 9), + (90655, "754295", 1, 0, 9), + (90656, "754295", 1, 0, 9), + (90657, "754295", 1, 0, 9), + (90658, "754295", 1, 0, 9), + (90659, "754295", 1, 0, 9), + (90660, "754295", 1, 0, 9), + (90661, "754295", 1, 0, 9), + (90662, "754295", 1, 0, 9), + (90663, "754295", 1, 0, 9), + (90664, "754295", 1, 0, 9), + (90665, "754295", 1, 0, 9), + (90666, "754030", 1, 0, 9), + (90667, "754030", 1, 0, 9), + (90668, "754030", 1, 0, 9), + (90669, "754030", 1, 0, 9), + (90670, "754107", 1, 0, 9), + (90671, "754107", 1, 0, 9), + (90672, "754107", 1, 0, 9), + (90673, "754107", 1, 0, 9), + (90674, "754107", 1, 0, 9), + (90675, "754102", 1, 0, 9), + (90676, "754102", 1, 0, 9), + (90677, "754102", 1, 0, 9), + (90678, "754102", 1, 0, 9), + (90679, "754102", 1, 0, 9), + (90680, "754102", 1, 0, 9), + (90681, "754102", 1, 0, 9), + (90682, "754108", 1, 0, 9), + (90683, "754108", 1, 0, 9), + (90684, "754108", 1, 0, 9), + (90685, "754108", 1, 0, 9), + (90686, "754108", 1, 0, 9), + (90687, "754108", 1, 0, 9), + (90688, "754108", 1, 0, 9), + (90689, "754108", 1, 0, 9), + (90690, "754108", 1, 0, 9), + (90691, "754108", 1, 0, 9), + (90692, "754111", 1, 0, 9), + (90693, "754111", 1, 0, 9), + (90694, "754111", 1, 0, 9), + (90695, "754111", 1, 0, 9), + (90696, "754111", 1, 0, 9), + (90697, "754111", 1, 0, 9), + (90698, "754110", 1, 0, 9), + (90699, "754110", 1, 0, 9), + (90700, "754110", 1, 0, 9), + (90701, "754110", 1, 0, 9), + (90702, "754110", 1, 0, 9), + (90703, "754110", 1, 0, 9), + (90704, "754110", 1, 0, 9), + (90705, "754110", 1, 0, 9), + (90706, "754109", 1, 0, 9), + (90707, "754109", 1, 0, 9), + (90708, "754139", 1, 0, 9), + (90709, "754139", 1, 0, 9), + (90710, "754139", 1, 0, 9), + (90711, "754139", 1, 0, 9), + (90712, "754200", 1, 0, 9), + (90713, "754200", 1, 0, 9), + (90714, "754200", 1, 0, 9), + (90715, "754200", 1, 0, 9), + (90716, "754200", 1, 0, 9), + (90717, "754200", 1, 0, 9), + (90718, "754031", 1, 0, 9), + (90719, "754031", 1, 0, 9), + (90720, "754031", 1, 0, 9), + (90721, "754031", 1, 0, 9), + (90722, "754031", 1, 0, 9), + (90723, "754031", 1, 0, 9), + (90724, "754031", 1, 0, 9), + (90725, "754031", 1, 0, 9), + (90726, "754031", 1, 0, 9), + (90727, "754031", 1, 0, 9), + (90728, "754031", 1, 0, 9), + (90729, "754031", 1, 0, 9), + (90730, "754031", 1, 0, 9), + (90731, "754031", 1, 0, 9), + (90732, "754031", 1, 0, 9), + (90733, "754031", 1, 0, 9), + (90734, "754031", 1, 0, 9), + (90735, "754031", 1, 0, 9), + (90736, "754031", 1, 0, 9), + (90737, "754031", 1, 0, 9), + (90738, "754028", 1, 0, 9), + (90739, "754028", 1, 0, 9), + (90740, "754139", 1, 0, 9), + (90741, "754027", 1, 0, 9), + (90742, "754025", 1, 0, 9), + (90743, "754025", 1, 0, 9), + (90744, "754025", 1, 0, 9), + (90745, "754037", 1, 0, 9), + (90746, "754037", 1, 0, 9), + (90747, "754037", 1, 0, 9), + (90748, "754037", 1, 0, 9), + (90749, "754037", 1, 0, 9), + (90750, "754037", 1, 0, 9), + (90751, "754037", 1, 0, 9), + (90752, "754037", 1, 0, 9), + (90753, "754037", 1, 0, 9), + (90754, "754022", 1, 0, 9), + (90755, "754022", 1, 0, 9), + (90756, "754022", 1, 0, 9), + (90757, "754022", 1, 0, 9), + (90758, "754022", 1, 0, 9), + (90759, "754022", 1, 0, 9), + (90760, "754022", 1, 0, 9), + (90761, "754022", 1, 0, 9), + (90762, "754290", 1, 0, 9), + (90763, "754290", 1, 0, 9), + (90764, "754290", 1, 0, 9), + (90765, "754032", 1, 0, 9), + (90766, "754032", 1, 0, 9), + (90767, "754032", 1, 0, 9), + (90768, "754032", 1, 0, 9), + (90769, "754032", 1, 0, 9), + (90770, "754032", 1, 0, 9), + (90771, "754032", 1, 0, 9), + (90772, "754032", 1, 0, 9), + (90773, "754032", 1, 0, 9), + (90774, "754032", 1, 0, 9), + (90775, "754032", 1, 0, 9), + (90776, "754032", 1, 0, 9), + (90777, "754032", 1, 0, 9), + (90778, "754032", 1, 0, 9), + (90779, "754106", 1, 0, 9), + (90780, "754295", 1, 0, 9), + (90781, "754295", 1, 0, 9), + (90782, "754295", 1, 0, 9), + (90783, "754295", 1, 0, 9), + (90784, "754295", 1, 0, 9), + (90785, "754295", 1, 0, 9), + (90786, "754295", 1, 0, 9), + (90787, "754295", 1, 0, 9), + (90788, "754295", 1, 0, 9), + (90789, "754294", 1, 0, 9), + (90790, "754109", 1, 0, 9), + (90791, "754114", 1, 0, 9), + (90792, "754114", 1, 0, 9), + (90793, "754109", 1, 0, 9), + (90794, "754114", 1, 0, 9), + (90795, "754294", 1, 0, 9), + (90796, "754114", 1, 0, 9), + (90797, "754294", 1, 0, 9), + (90798, "754294", 1, 0, 9), + (90799, "754114", 1, 0, 9), + (90800, "754294", 1, 0, 9), + (90801, "754294", 1, 0, 9), + (90802, "754294", 1, 0, 9), + (90803, "754114", 1, 0, 9), + (90804, "754294", 1, 0, 9), + (90805, "754294", 1, 0, 9), + (90806, "754294", 1, 0, 9), + (90807, "754200", 1, 0, 9), + (90808, "754200", 1, 0, 9), + (90809, "754106", 1, 0, 9), + (90810, "754106", 1, 0, 9), + (90811, "754106", 1, 0, 9), + (90812, "754106", 1, 0, 9), + (90813, "754106", 1, 0, 9), + (90814, "754106", 1, 0, 9), + (90815, "754106", 1, 0, 9), + (90816, "754106", 1, 0, 9), + (90817, "754106", 1, 0, 9), + (90818, "754106", 1, 0, 9), + (90819, "754106", 1, 0, 9), + (90820, "754136", 1, 0, 9), + (90821, "754136", 1, 0, 9), + (90822, "754136", 1, 0, 9), + (90823, "754136", 1, 0, 9), + (90824, "754136", 1, 0, 9), + (90825, "754136", 1, 0, 9), + (90826, "754136", 1, 0, 9), + (90827, "754136", 1, 0, 9), + (90828, "754162", 1, 0, 9), + (90829, "754162", 1, 0, 9), + (90830, "754162", 1, 0, 9), + (90831, "754162", 1, 0, 9), + (90832, "754162", 1, 0, 9), + (90833, "754162", 1, 0, 9), + (90834, "754135", 1, 0, 9), + (90835, "754135", 1, 0, 9), + (90836, "754141", 1, 0, 9), + (90837, "754141", 1, 0, 9), + (90838, "754141", 1, 0, 9), + (90839, "754141", 1, 0, 9), + (90840, "754141", 1, 0, 9), + (90841, "754141", 1, 0, 9), + (90842, "754141", 1, 0, 9), + (90843, "754141", 1, 0, 9), + (90844, "754141", 1, 0, 9), + (90845, "754141", 1, 0, 9), + (90846, "754141", 1, 0, 9), + (90847, "754141", 1, 0, 9), + (90848, "754141", 1, 0, 9), + (90849, "754141", 1, 0, 9), + (90850, "754141", 1, 0, 9), + (90851, "754141", 1, 0, 9), + (90852, "754141", 1, 0, 9), + (90853, "754141", 1, 0, 9), + (90854, "754119", 1, 0, 9), + (90855, "754119", 1, 0, 9), + (90856, "754119", 1, 0, 9), + (90857, "754119", 1, 0, 9), + (90858, "754119", 1, 0, 9), + (90859, "754119", 1, 0, 9), + (90860, "754119", 1, 0, 9), + (90861, "754119", 1, 0, 9), + (90862, "754119", 1, 0, 9), + (90863, "754114", 1, 0, 9), + (90864, "754114", 1, 0, 9), + (90865, "754104", 1, 0, 9), + (90866, "754104", 1, 0, 9), + (90867, "754104", 1, 0, 9), + (90868, "754104", 1, 0, 9), + (90869, "754104", 1, 0, 9), + (90870, "754104", 1, 0, 9), + (90871, "754104", 1, 0, 9), + (90872, "754104", 1, 0, 9), + (90873, "754113", 1, 0, 9), + (90874, "754113", 1, 0, 9), + (90875, "754113", 1, 0, 9), + (90876, "754113", 1, 0, 9), + (90877, "754113", 1, 0, 9), + (90878, "754113", 1, 0, 9), + (90879, "754113", 1, 0, 9), + (90880, "754113", 1, 0, 9), + (90881, "754113", 1, 0, 9), + (90882, "754142", 1, 0, 9), + (90883, "754132", 1, 0, 9), + (90884, "754132", 1, 0, 9), + (90885, "754132", 1, 0, 9), + (90886, "754132", 1, 0, 9), + (90887, "754132", 1, 0, 9), + (90888, "754132", 1, 0, 9), + (90889, "754132", 1, 0, 9), + (90890, "754140", 1, 0, 9), + (90891, "754140", 1, 0, 9), + (90892, "754140", 1, 0, 9), + (90893, "754140", 1, 0, 9), + (90894, "754160", 1, 0, 9), + (90895, "754140", 1, 0, 9), + (90896, "754140", 1, 0, 9), + (90897, "754140", 1, 0, 9), + (90898, "754140", 1, 0, 9), + (90899, "754140", 1, 0, 9), + (90900, "754140", 1, 0, 9), + (90901, "754160", 1, 0, 9), + (90902, "754140", 1, 0, 9), + (90903, "754133", 1, 0, 9), + (90904, "754133", 1, 0, 9), + (90905, "754133", 1, 0, 9), + (90906, "754138", 1, 0, 9), + (90907, "754138", 1, 0, 9), + (90908, "754138", 1, 0, 9), + (90909, "754138", 1, 0, 9), + (90910, "754138", 1, 0, 9), + (90911, "754138", 1, 0, 9), + (90912, "759026", 1, 0, 9), + (90913, "759026", 1, 0, 9), + (90914, "759026", 1, 0, 9), + (90915, "759026", 1, 0, 9), + (90916, "759026", 1, 0, 9), + (90917, "759026", 1, 0, 9), + (90918, "759026", 1, 0, 9), + (90919, "759026", 1, 0, 9), + (90920, "759026", 1, 0, 9), + (90921, "759026", 1, 0, 9), + (90922, "759026", 1, 0, 9), + (90923, "759026", 1, 0, 9), + (90924, "759039", 1, 0, 9), + (90925, "759039", 1, 0, 9), + (90926, "759039", 1, 0, 9), + (90927, "759039", 1, 0, 9), + (90928, "759039", 1, 0, 9), + (90929, "759039", 1, 0, 9), + (90930, "759039", 1, 0, 9), + (90931, "759039", 1, 0, 9), + (90932, "759039", 1, 0, 9), + (90933, "759013", 1, 0, 9), + (90934, "759013", 1, 0, 9), + (90935, "759025", 1, 0, 9), + (90936, "759025", 1, 0, 9), + (90937, "759025", 1, 0, 9), + (90938, "759025", 1, 0, 9), + (90939, "759025", 1, 0, 9), + (90940, "759025", 1, 0, 9), + (90941, "759025", 1, 0, 9), + (90942, "759025", 1, 0, 9), + (90943, "759025", 1, 0, 9), + (90944, "759025", 1, 0, 9), + (90945, "759025", 1, 0, 9), + (90946, "759025", 1, 0, 9), + (90947, "759019", 1, 0, 9), + (90948, "759015", 1, 0, 9), + (90949, "759014", 1, 0, 9), + (90950, "759029", 1, 0, 9), + (90951, "759125", 1, 0, 9), + (90952, "759104", 1, 0, 9), + (90953, "759146", 1, 0, 9), + (90954, "759145", 1, 0, 9), + (90955, "759100", 1, 0, 9), + (90956, "759027", 1, 0, 9), + (90957, "759027", 1, 0, 9), + (90958, "759027", 1, 0, 9), + (90959, "759027", 1, 0, 9), + (90960, "759027", 1, 0, 9), + (90961, "759027", 1, 0, 9), + (90962, "759027", 1, 0, 9), + (90963, "759027", 1, 0, 9), + (90964, "759016", 1, 0, 9), + (90965, "759016", 1, 0, 9), + (90966, "759016", 1, 0, 9), + (90967, "759016", 1, 0, 9), + (90968, "759016", 1, 0, 9), + (90969, "759016", 1, 0, 9), + (90970, "759016", 1, 0, 9), + (90971, "759016", 1, 0, 9), + (90972, "759016", 1, 0, 9), + (90973, "759016", 1, 0, 9), + (90974, "759016", 1, 0, 9), + (90975, "759016", 1, 0, 9), + (90976, "759016", 1, 0, 9), + (90977, "759016", 1, 0, 9), + (90978, "759016", 1, 0, 9), + (90979, "759016", 1, 0, 9), + (90980, "759016", 1, 0, 9), + (90981, "759022", 1, 0, 9), + (90982, "759022", 1, 0, 9), + (90983, "759022", 1, 0, 9), + (90984, "759022", 1, 0, 9), + (90985, "759019", 1, 0, 9), + (90986, "759019", 1, 0, 9), + (90987, "759019", 1, 0, 9), + (90988, "759019", 1, 0, 9), + (90989, "759019", 1, 0, 9), + (90990, "759019", 1, 0, 9), + (90991, "759019", 1, 0, 9), + (90992, "759019", 1, 0, 9), + (90993, "759018", 1, 0, 9), + (90994, "759018", 1, 0, 9), + (90995, "759018", 1, 0, 9), + (90996, "759018", 1, 0, 9), + (90997, "759018", 1, 0, 9), + (90998, "759018", 1, 0, 9), + (90999, "759018", 1, 0, 9), + (91000, "759018", 1, 0, 9), + (91001, "759018", 1, 0, 9), + (91002, "759018", 1, 0, 9), + (91003, "759018", 1, 0, 9), + (91004, "759018", 1, 0, 9), + (91005, "759018", 1, 0, 9), + (91006, "759018", 1, 0, 9), + (91007, "759020", 1, 0, 9), + (91008, "759020", 1, 0, 9), + (91009, "759020", 1, 0, 9), + (91010, "759020", 1, 0, 9), + (91011, "759020", 1, 0, 9), + (91012, "759020", 1, 0, 9), + (91013, "759020", 1, 0, 9), + (91014, "759020", 1, 0, 9), + (91015, "759020", 1, 0, 9), + (91016, "759020", 1, 0, 9), + (91017, "759020", 1, 0, 9), + (91018, "759015", 1, 0, 9), + (91019, "759015", 1, 0, 9), + (91020, "759015", 1, 0, 9), + (91021, "759015", 1, 0, 9), + (91022, "759015", 1, 0, 9), + (91023, "759015", 1, 0, 9), + (91024, "759015", 1, 0, 9), + (91025, "759015", 1, 0, 9), + (91026, "759015", 1, 0, 9), + (91027, "759015", 1, 0, 9), + (91028, "759015", 1, 0, 9), + (91029, "759015", 1, 0, 9), + (91030, "759017", 1, 0, 9), + (91031, "759017", 1, 0, 9), + (91032, "759017", 1, 0, 9), + (91033, "759017", 1, 0, 9), + (91034, "759017", 1, 0, 9), + (91035, "759017", 1, 0, 9), + (91036, "759017", 1, 0, 9), + (91037, "759017", 1, 0, 9), + (91038, "759017", 1, 0, 9), + (91039, "759017", 1, 0, 9), + (91040, "759013", 1, 0, 9), + (91041, "759013", 1, 0, 9), + (91042, "759013", 1, 0, 9), + (91043, "759013", 1, 0, 9), + (91044, "759013", 1, 0, 9), + (91045, "759013", 1, 0, 9), + (91046, "759013", 1, 0, 9), + (91047, "759013", 1, 0, 9), + (91048, "759028", 1, 0, 9), + (91049, "759028", 1, 0, 9), + (91050, "759028", 1, 0, 9), + (91051, "759028", 1, 0, 9), + (91052, "759028", 1, 0, 9), + (91053, "759028", 1, 0, 9), + (91054, "759028", 1, 0, 9), + (91055, "759014", 1, 0, 9), + (91056, "759014", 1, 0, 9), + (91057, "759014", 1, 0, 9), + (91058, "759014", 1, 0, 9), + (91059, "759014", 1, 0, 9), + (91060, "759014", 1, 0, 9), + (91061, "759014", 1, 0, 9), + (91062, "759014", 1, 0, 9), + (91063, "759014", 1, 0, 9), + (91064, "759014", 1, 0, 9), + (91065, "759014", 1, 0, 9), + (91066, "759023", 1, 0, 9), + (91067, "759023", 1, 0, 9), + (91068, "759023", 1, 0, 9), + (91069, "759023", 1, 0, 9), + (91070, "759023", 1, 0, 9), + (91071, "759023", 1, 0, 9), + (91072, "759023", 1, 0, 9), + (91073, "759023", 1, 0, 9), + (91074, "759023", 1, 0, 9), + (91075, "759024", 1, 0, 9), + (91076, "759024", 1, 0, 9), + (91077, "759024", 1, 0, 9), + (91078, "759024", 1, 0, 9), + (91079, "759024", 1, 0, 9), + (91080, "759024", 1, 0, 9), + (91081, "759121", 1, 0, 9), + (91082, "759121", 1, 0, 9), + (91083, "759121", 1, 0, 9), + (91084, "759121", 1, 0, 9), + (91085, "759121", 1, 0, 9), + (91086, "759121", 1, 0, 9), + (91087, "759121", 1, 0, 9), + (91088, "759121", 1, 0, 9), + (91089, "759121", 1, 0, 9), + (91090, "759121", 1, 0, 9), + (91091, "759121", 1, 0, 9), + (91092, "759121", 1, 0, 9), + (91093, "759121", 1, 0, 9), + (91094, "759121", 1, 0, 9), + (91095, "759029", 1, 0, 9), + (91096, "759120", 1, 0, 9), + (91097, "759120", 1, 0, 9), + (91098, "759120", 1, 0, 9), + (91099, "759029", 1, 0, 9), + (91100, "759120", 1, 0, 9), + (91101, "759029", 1, 0, 9), + (91102, "759120", 1, 0, 9), + (91103, "759029", 1, 0, 9), + (91104, "759029", 1, 0, 9), + (91105, "759029", 1, 0, 9), + (91106, "759029", 1, 0, 9), + (91107, "759120", 1, 0, 9), + (91108, "759120", 1, 0, 9), + (91109, "759120", 1, 0, 9), + (91110, "759120", 1, 0, 9), + (91111, "759120", 1, 0, 9), + (91112, "759029", 1, 0, 9), + (91113, "759120", 1, 0, 9), + (91114, "759120", 1, 0, 9), + (91115, "759029", 1, 0, 9), + (91116, "759120", 1, 0, 9), + (91117, "759120", 1, 0, 9), + (91118, "759021", 1, 0, 9), + (91119, "759021", 1, 0, 9), + (91120, "759021", 1, 0, 9), + (91121, "759021", 1, 0, 9), + (91122, "759021", 1, 0, 9), + (91123, "759021", 1, 0, 9), + (91124, "759021", 1, 0, 9), + (91125, "759125", 1, 0, 9), + (91126, "759125", 1, 0, 9), + (91127, "759125", 1, 0, 9), + (91128, "759125", 1, 0, 9), + (91129, "759125", 1, 0, 9), + (91130, "759125", 1, 0, 9), + (91131, "759125", 1, 0, 9), + (91132, "759125", 1, 0, 9), + (91133, "759125", 1, 0, 9), + (91134, "759125", 1, 0, 9), + (91135, "759125", 1, 0, 9), + (91136, "759125", 1, 0, 9), + (91137, "759125", 1, 0, 9), + (91138, "759125", 1, 0, 9), + (91139, "759125", 1, 0, 9), + (91140, "759125", 1, 0, 9), + (91141, "759125", 1, 0, 9), + (91142, "759125", 1, 0, 9), + (91143, "759141", 1, 0, 9), + (91144, "759141", 1, 0, 9), + (91145, "759141", 1, 0, 9), + (91146, "759141", 1, 0, 9), + (91147, "759141", 1, 0, 9), + (91148, "759141", 1, 0, 9), + (91149, "759141", 1, 0, 9), + (91150, "759141", 1, 0, 9), + (91151, "759141", 1, 0, 9), + (91152, "759128", 1, 0, 9), + (91153, "759128", 1, 0, 9), + (91154, "759128", 1, 0, 9), + (91155, "759128", 1, 0, 9), + (91156, "759128", 1, 0, 9), + (91157, "759128", 1, 0, 9), + (91158, "759128", 1, 0, 9), + (91159, "759128", 1, 0, 9), + (91160, "759128", 1, 0, 9), + (91161, "759128", 1, 0, 9), + (91162, "759128", 1, 0, 9), + (91163, "759128", 1, 0, 9), + (91164, "759129", 1, 0, 9), + (91165, "759129", 1, 0, 9), + (91166, "759129", 1, 0, 9), + (91167, "759129", 1, 0, 9), + (91168, "759129", 1, 0, 9), + (91169, "759129", 1, 0, 9), + (91170, "759129", 1, 0, 9), + (91171, "759129", 1, 0, 9), + (91172, "759129", 1, 0, 9), + (91173, "759129", 1, 0, 9), + (91174, "759129", 1, 0, 9), + (91175, "759129", 1, 0, 9), + (91176, "759129", 1, 0, 9), + (91177, "759129", 1, 0, 9), + (91178, "759129", 1, 0, 9), + (91179, "759129", 1, 0, 9), + (91180, "759129", 1, 0, 9), + (91181, "759104", 1, 0, 9), + (91182, "759124", 1, 0, 9), + (91183, "759124", 1, 0, 9), + (91184, "759124", 1, 0, 9), + (91185, "759124", 1, 0, 9), + (91186, "759124", 1, 0, 9), + (91187, "759124", 1, 0, 9), + (91188, "759103", 1, 0, 9), + (91189, "759103", 1, 0, 9), + (91190, "759103", 1, 0, 9), + (91191, "759103", 1, 0, 9), + (91192, "759103", 1, 0, 9), + (91193, "759103", 1, 0, 9), + (91194, "759103", 1, 0, 9), + (91195, "759103", 1, 0, 9), + (91196, "759103", 1, 0, 9), + (91197, "759103", 1, 0, 9), + (91198, "759103", 1, 0, 9), + (91199, "759103", 1, 0, 9), + (91200, "759143", 1, 0, 9), + (91201, "759143", 1, 0, 9), + (91202, "759143", 1, 0, 9), + (91203, "759143", 1, 0, 9), + (91204, "759143", 1, 0, 9), + (91205, "759132", 1, 0, 9), + (91206, "759132", 1, 0, 9), + (91207, "759132", 1, 0, 9), + (91208, "759132", 1, 0, 9), + (91209, "759132", 1, 0, 9), + (91210, "759132", 1, 0, 9), + (91211, "759132", 1, 0, 9), + (91212, "759132", 1, 0, 9), + (91213, "759132", 1, 0, 9), + (91214, "759132", 1, 0, 9), + (91215, "759132", 1, 0, 9), + (91216, "759132", 1, 0, 9), + (91217, "759132", 1, 0, 9), + (91218, "759132", 1, 0, 9), + (91219, "759132", 1, 0, 9), + (91220, "759132", 1, 0, 9), + (91221, "759132", 1, 0, 9), + (91222, "759146", 1, 0, 9), + (91223, "759146", 1, 0, 9), + (91224, "759146", 1, 0, 9), + (91225, "759146", 1, 0, 9), + (91226, "759117", 1, 0, 9), + (91227, "759117", 1, 0, 9), + (91228, "759117", 1, 0, 9), + (91229, "759117", 1, 0, 9), + (91230, "759117", 1, 0, 9), + (91231, "759117", 1, 0, 9), + (91232, "759117", 1, 0, 9), + (91233, "759117", 1, 0, 9), + (91234, "759117", 1, 0, 9), + (91235, "759117", 1, 0, 9), + (91236, "759118", 1, 0, 9), + (91237, "759118", 1, 0, 9), + (91238, "759118", 1, 0, 9), + (91239, "759118", 1, 0, 9), + (91240, "759118", 1, 0, 9), + (91241, "759118", 1, 0, 9), + (91242, "759118", 1, 0, 9), + (91243, "759118", 1, 0, 9), + (91244, "759127", 1, 0, 9), + (91245, "759127", 1, 0, 9), + (91246, "759127", 1, 0, 9), + (91247, "759127", 1, 0, 9), + (91248, "759127", 1, 0, 9), + (91249, "759127", 1, 0, 9), + (91250, "759127", 1, 0, 9), + (91251, "759127", 1, 0, 9), + (91252, "759127", 1, 0, 9), + (91253, "759127", 1, 0, 9), + (91254, "759127", 1, 0, 9), + (91255, "759127", 1, 0, 9), + (91256, "759127", 1, 0, 9), + (91257, "759127", 1, 0, 9), + (91258, "759127", 1, 0, 9), + (91259, "759127", 1, 0, 9), + (91260, "759127", 1, 0, 9), + (91261, "759127", 1, 0, 9), + (91262, "759127", 1, 0, 9), + (91263, "759130", 1, 0, 9), + (91264, "759130", 1, 0, 9), + (91265, "759130", 1, 0, 9), + (91266, "759130", 1, 0, 9), + (91267, "759130", 1, 0, 9), + (91268, "759130", 1, 0, 9), + (91269, "759145", 1, 0, 9), + (91270, "759119", 1, 0, 9), + (91271, "759119", 1, 0, 9), + (91272, "759119", 1, 0, 9), + (91273, "759119", 1, 0, 9), + (91274, "759119", 1, 0, 9), + (91275, "759119", 1, 0, 9), + (91276, "759119", 1, 0, 9), + (91277, "759119", 1, 0, 9), + (91278, "759119", 1, 0, 9), + (91279, "759119", 1, 0, 9), + (91280, "759119", 1, 0, 9), + (91281, "759119", 1, 0, 9), + (91282, "759119", 1, 0, 9), + (91283, "759123", 1, 0, 9), + (91284, "759123", 1, 0, 9), + (91285, "759123", 1, 0, 9), + (91286, "759123", 1, 0, 9), + (91287, "759123", 1, 0, 9), + (91288, "759123", 1, 0, 9), + (91289, "759126", 1, 0, 9), + (91290, "759126", 1, 0, 9), + (91291, "759126", 1, 0, 9), + (91292, "759126", 1, 0, 9), + (91293, "759126", 1, 0, 9), + (91294, "759126", 1, 0, 9), + (91295, "759126", 1, 0, 9), + (91296, "759126", 1, 0, 9), + (91297, "759126", 1, 0, 9), + (91298, "759126", 1, 0, 9), + (91299, "759126", 1, 0, 9), + (91300, "759126", 1, 0, 9), + (91301, "759126", 1, 0, 9), + (91302, "759126", 1, 0, 9), + (91303, "759105", 1, 0, 9), + (91304, "759105", 1, 0, 9), + (91305, "759105", 1, 0, 9), + (91306, "759105", 1, 0, 9), + (91307, "759105", 1, 0, 9), + (91308, "759105", 1, 0, 9), + (91309, "759100", 1, 0, 9), + (91310, "759100", 1, 0, 9), + (91311, "759100", 1, 0, 9), + (91312, "759100", 1, 0, 9), + (91313, "759100", 1, 0, 9), + (91314, "759100", 1, 0, 9), + (91315, "759100", 1, 0, 9), + (91316, "759100", 1, 0, 9), + (91317, "759100", 1, 0, 9), + (91318, "759100", 1, 0, 9), + (91319, "759100", 1, 0, 9), + (91320, "759100", 1, 0, 9), + (91321, "759100", 1, 0, 9), + (91322, "759100", 1, 0, 9), + (91323, "759100", 1, 0, 9), + (91324, "759100", 1, 0, 9), + (91325, "759100", 1, 0, 9), + (91326, "759125", 1, 0, 9), + (91327, "766002", 1, 0, 9), + (91328, "766002", 1, 0, 9), + (91329, "766002", 1, 0, 9), + (91330, "766002", 1, 0, 9), + (91331, "766002", 1, 0, 9), + (91332, "766002", 1, 0, 9), + (91333, "766002", 1, 0, 9), + (91334, "766002", 1, 0, 9), + (91335, "766002", 1, 0, 9), + (91336, "766002", 1, 0, 9), + (91337, "766002", 1, 0, 9), + (91338, "766036", 1, 0, 9), + (91339, "766036", 1, 0, 9), + (91340, "766036", 1, 0, 9), + (91341, "766036", 1, 0, 9), + (91342, "766036", 1, 0, 9), + (91343, "766011", 1, 0, 9), + (91344, "766011", 1, 0, 9), + (91345, "766011", 1, 0, 9), + (91346, "766011", 1, 0, 9), + (91347, "766012", 1, 0, 9), + (91348, "766012", 1, 0, 9), + (91349, "766012", 1, 0, 9), + (91350, "766012", 1, 0, 9), + (91351, "766012", 1, 0, 9), + (91352, "766012", 1, 0, 9), + (91353, "766100", 1, 0, 9), + (91354, "766015", 1, 0, 9), + (91355, "766018", 1, 0, 9), + (91356, "766106", 1, 0, 9), + (91357, "766105", 1, 0, 9), + (91358, "766037", 1, 0, 9), + (91359, "766028", 1, 0, 9), + (91360, "766013", 1, 0, 9), + (91361, "766101", 1, 0, 9), + (91362, "766101", 1, 0, 9), + (91363, "766011", 1, 0, 9), + (91364, "766011", 1, 0, 9), + (91365, "766011", 1, 0, 9), + (91366, "766011", 1, 0, 9), + (91367, "766029", 1, 0, 9), + (91368, "766029", 1, 0, 9), + (91369, "766029", 1, 0, 9), + (91370, "766108", 1, 0, 9), + (91371, "766108", 1, 0, 9), + (91372, "766026", 1, 0, 9), + (91373, "766023", 1, 0, 9), + (91374, "766023", 1, 0, 9), + (91375, "766023", 1, 0, 9), + (91376, "766023", 1, 0, 9), + (91377, "766023", 1, 0, 9), + (91378, "766018", 1, 0, 9), + (91379, "766018", 1, 0, 9), + (91380, "766018", 1, 0, 9), + (91381, "766102", 1, 0, 9), + (91382, "766102", 1, 0, 9), + (91383, "766102", 1, 0, 9), + (91384, "766102", 1, 0, 9), + (91385, "766102", 1, 0, 9), + (91386, "766102", 1, 0, 9), + (91387, "766011", 1, 0, 9), + (91388, "766012", 1, 0, 9), + (91389, "766012", 1, 0, 9), + (91390, "766102", 1, 0, 9), + (91391, "766102", 1, 0, 9), + (91392, "766100", 1, 0, 9), + (91393, "766102", 1, 0, 9), + (91394, "766102", 1, 0, 9), + (91395, "766102", 1, 0, 9), + (91396, "766102", 1, 0, 9), + (91397, "766102", 1, 0, 9), + (91398, "766020", 1, 0, 9), + (91399, "766110", 1, 0, 9), + (91400, "766100", 1, 0, 9), + (91401, "766020", 1, 0, 9), + (91402, "766027", 1, 0, 9), + (91403, "766027", 1, 0, 9), + (91404, "766020", 1, 0, 9), + (91405, "766027", 1, 0, 9), + (91406, "766031", 1, 0, 9), + (91407, "766011", 1, 0, 9), + (91408, "766012", 1, 0, 9), + (91409, "766012", 1, 0, 9), + (91410, "766100", 1, 0, 9), + (91411, "766100", 1, 0, 9), + (91412, "766101", 1, 0, 9), + (91413, "766101", 1, 0, 9), + (91414, "766101", 1, 0, 9), + (91415, "766100", 1, 0, 9), + (91416, "766101", 1, 0, 9), + (91417, "766110", 1, 0, 9), + (91418, "766017", 1, 0, 9), + (91419, "766101", 1, 0, 9), + (91420, "766101", 1, 0, 9), + (91421, "766018", 1, 0, 9), + (91422, "766031", 1, 0, 9), + (91423, "766031", 1, 0, 9), + (91424, "766031", 1, 0, 9), + (91425, "766031", 1, 0, 9), + (91426, "766102", 1, 0, 9), + (91427, "766102", 1, 0, 9), + (91428, "766102", 1, 0, 9), + (91429, "766026", 1, 0, 9), + (91430, "766026", 1, 0, 9), + (91431, "766026", 1, 0, 9), + (91432, "766037", 1, 0, 9), + (91433, "766037", 1, 0, 9), + (91434, "766037", 1, 0, 9), + (91435, "766037", 1, 0, 9), + (91436, "766037", 1, 0, 9), + (91437, "766037", 1, 0, 9), + (91438, "766037", 1, 0, 9), + (91439, "766015", 1, 0, 9), + (91440, "766103", 1, 0, 9), + (91441, "766103", 1, 0, 9), + (91442, "766015", 1, 0, 9), + (91443, "766015", 1, 0, 9), + (91444, "766015", 1, 0, 9), + (91445, "766015", 1, 0, 9), + (91446, "766029", 1, 0, 9), + (91447, "766029", 1, 0, 9), + (91448, "766029", 1, 0, 9), + (91449, "766015", 1, 0, 9), + (91450, "766103", 1, 0, 9), + (91451, "766016", 1, 0, 9), + (91452, "766016", 1, 0, 9), + (91453, "766016", 1, 0, 9), + (91454, "766036", 1, 0, 9), + (91455, "766036", 1, 0, 9), + (91456, "766029", 1, 0, 9), + (91457, "766017", 1, 0, 9), + (91458, "766017", 1, 0, 9), + (91459, "766018", 1, 0, 9), + (91460, "766018", 1, 0, 9), + (91461, "766018", 1, 0, 9), + (91462, "766018", 1, 0, 9), + (91463, "766019", 1, 0, 9), + (91464, "766019", 1, 0, 9), + (91465, "766018", 1, 0, 9), + (91466, "766018", 1, 0, 9), + (91467, "766018", 1, 0, 9), + (91468, "766018", 1, 0, 9), + (91469, "766013", 1, 0, 9), + (91470, "766013", 1, 0, 9), + (91471, "766013", 1, 0, 9), + (91472, "766013", 1, 0, 9), + (91473, "766014", 1, 0, 9), + (91474, "766013", 1, 0, 9), + (91475, "766023", 1, 0, 9), + (91476, "766023", 1, 0, 9), + (91477, "766023", 1, 0, 9), + (91478, "766023", 1, 0, 9), + (91479, "766014", 1, 0, 9), + (91480, "766014", 1, 0, 9), + (91481, "766023", 1, 0, 9), + (91482, "766013", 1, 0, 9), + (91483, "766014", 1, 0, 9), + (91484, "766014", 1, 0, 9), + (91485, "766104", 1, 0, 9), + (91486, "766104", 1, 0, 9), + (91487, "766105", 1, 0, 9), + (91488, "766105", 1, 0, 9), + (91489, "766105", 1, 0, 9), + (91490, "766105", 1, 0, 9), + (91491, "766105", 1, 0, 9), + (91492, "766105", 1, 0, 9), + (91493, "766105", 1, 0, 9), + (91494, "766105", 1, 0, 9), + (91495, "766105", 1, 0, 9), + (91496, "766106", 1, 0, 9), + (91497, "766106", 1, 0, 9), + (91498, "766106", 1, 0, 9), + (91499, "766107", 1, 0, 9), + (91500, "766107", 1, 0, 9), + (91501, "766107", 1, 0, 9), + (91502, "766107", 1, 0, 9), + (91503, "766107", 1, 0, 9), + (91504, "766118", 1, 0, 9), + (91505, "766118", 1, 0, 9), + (91506, "766118", 1, 0, 9), + (91507, "766118", 1, 0, 9), + (91508, "766118", 1, 0, 9), + (91509, "766108", 1, 0, 9), + (91510, "766108", 1, 0, 9), + (91511, "766108", 1, 0, 9), + (91512, "766029", 1, 0, 9), + (91513, "766029", 1, 0, 9), + (91514, "766029", 1, 0, 9), + (91515, "766029", 1, 0, 9), + (91516, "766029", 1, 0, 9), + (91517, "766103", 1, 0, 9), + (91518, "766103", 1, 0, 9), + (91519, "766103", 1, 0, 9), + (91520, "766103", 1, 0, 9), + (91521, "766103", 1, 0, 9), + (91522, "766103", 1, 0, 9), + (91523, "766014", 1, 0, 9), + (91524, "766014", 1, 0, 9), + (91525, "766014", 1, 0, 9), + (91526, "766023", 1, 0, 9), + (91527, "766014", 1, 0, 9), + (91528, "766108", 1, 0, 9), + (91529, "766118", 1, 0, 9), + (91530, "766108", 1, 0, 9), + (91531, "766118", 1, 0, 9), + (91532, "766108", 1, 0, 9), + (91533, "766108", 1, 0, 9), + (91534, "766108", 1, 0, 9), + (91535, "766108", 1, 0, 9), + (91536, "766108", 1, 0, 9), + (91537, "766108", 1, 0, 9), + (91538, "766118", 1, 0, 9), + (91539, "766108", 1, 0, 9), + (91540, "766108", 1, 0, 9), + (91541, "766108", 1, 0, 9), + (91542, "766118", 1, 0, 9), + (91543, "766107", 1, 0, 9), + (91544, "766107", 1, 0, 9), + (91545, "766107", 1, 0, 9), + (91546, "766107", 1, 0, 9), + (91547, "766107", 1, 0, 9), + (91548, "766107", 1, 0, 9), + (91549, "766118", 1, 0, 9), + (91550, "766118", 1, 0, 9), + (91551, "766107", 1, 0, 9), + (91552, "766118", 1, 0, 9), + (91553, "766118", 1, 0, 9), + (91554, "766104", 1, 0, 9), + (91555, "766104", 1, 0, 9), + (91556, "766104", 1, 0, 9), + (91557, "766104", 1, 0, 9), + (91558, "766105", 1, 0, 9), + (91559, "766105", 1, 0, 9), + (91560, "766105", 1, 0, 9), + (91561, "766105", 1, 0, 9), + (91562, "766104", 1, 0, 9), + (91563, "766105", 1, 0, 9), + (91564, "766105", 1, 0, 9), + (91565, "766104", 1, 0, 9), + (91566, "766105", 1, 0, 9), + (91567, "766105", 1, 0, 9), + (91568, "766104", 1, 0, 9), + (91569, "766104", 1, 0, 9), + (91570, "766105", 1, 0, 9), + (91571, "766105", 1, 0, 9), + (91572, "766104", 1, 0, 9), + (91573, "766108", 1, 0, 9), + (91574, "766106", 1, 0, 9), + (91575, "766106", 1, 0, 9), + (91576, "766106", 1, 0, 9), + (91577, "766105", 1, 0, 9), + (91578, "766105", 1, 0, 9), + (91579, "766105", 1, 0, 9), + (91580, "766106", 1, 0, 9), + (91581, "766106", 1, 0, 9), + (91582, "766106", 1, 0, 9), + (91583, "766106", 1, 0, 9), + (91584, "766106", 1, 0, 9), + (91585, "766106", 1, 0, 9), + (91586, "766106", 1, 0, 9), + (91587, "766104", 1, 0, 9), + (91588, "766103", 1, 0, 9), + (91589, "766037", 1, 0, 9), + (91590, "766037", 1, 0, 9), + (91591, "766037", 1, 0, 9), + (91592, "766037", 1, 0, 9), + (91593, "766037", 1, 0, 9), + (91594, "766011", 1, 0, 9), + (91595, "766019", 1, 0, 9), + (91596, "766019", 1, 0, 9), + (91597, "766019", 1, 0, 9), + (91598, "766019", 1, 0, 9), + (91599, "766019", 1, 0, 9), + (91600, "766019", 1, 0, 9), + (91601, "766019", 1, 0, 9), + (91602, "766019", 1, 0, 9), + (91603, "766019", 1, 0, 9), + (91604, "766019", 1, 0, 9), + (91605, "766019", 1, 0, 9), + (91606, "766019", 1, 0, 9), + (91607, "766019", 1, 0, 9), + (91608, "766019", 1, 0, 9), + (91609, "766111", 1, 0, 9), + (91610, "766111", 1, 0, 9), + (91611, "766111", 1, 0, 9), + (91612, "766111", 1, 0, 9), + (91613, "766111", 1, 0, 9), + (91614, "766111", 1, 0, 9), + (91615, "766111", 1, 0, 9), + (91616, "766111", 1, 0, 9), + (91617, "766111", 1, 0, 9), + (91618, "766111", 1, 0, 9), + (91619, "766111", 1, 0, 9), + (91620, "766028", 1, 0, 9), + (91621, "766028", 1, 0, 9), + (91622, "766028", 1, 0, 9), + (91623, "766017", 1, 0, 9), + (91624, "766017", 1, 0, 9), + (91625, "766017", 1, 0, 9), + (91626, "766036", 1, 0, 9), + (91627, "766017", 1, 0, 9), + (91628, "766017", 1, 0, 9), + (91629, "766017", 1, 0, 9), + (91630, "766015", 1, 0, 9), + (91631, "766015", 1, 0, 9), + (91632, "766015", 1, 0, 9), + (91633, "766015", 1, 0, 9), + (91634, "766016", 1, 0, 9), + (91635, "766015", 1, 0, 9), + (91636, "766015", 1, 0, 9), + (91637, "766016", 1, 0, 9), + (91638, "766016", 1, 0, 9), + (91639, "766036", 1, 0, 9), + (91640, "766016", 1, 0, 9), + (91641, "766016", 1, 0, 9), + (91642, "766036", 1, 0, 9), + (91643, "766036", 1, 0, 9), + (91644, "766036", 1, 0, 9), + (91645, "766016", 1, 0, 9), + (91646, "766014", 1, 0, 9), + (91647, "766014", 1, 0, 9), + (91648, "766014", 1, 0, 9), + (91649, "766014", 1, 0, 9), + (91650, "766014", 1, 0, 9), + (91651, "766014", 1, 0, 9), + (91652, "766014", 1, 0, 9), + (91653, "766014", 1, 0, 9), + (91654, "766014", 1, 0, 9), + (91655, "766014", 1, 0, 9), + (91656, "766013", 1, 0, 9), + (91657, "766013", 1, 0, 9), + (91658, "766013", 1, 0, 9), + (91659, "766012", 1, 0, 9), + (91660, "766012", 1, 0, 9), + (91661, "766012", 1, 0, 9), + (91662, "766012", 1, 0, 9), + (91663, "766012", 1, 0, 9), + (91664, "766012", 1, 0, 9), + (91665, "766012", 1, 0, 9), + (91666, "766012", 1, 0, 9), + (91667, "766012", 1, 0, 9), + (91668, "766027", 1, 0, 9), + (91669, "766020", 1, 0, 9), + (91670, "766020", 1, 0, 9), + (91671, "766020", 1, 0, 9), + (91672, "766020", 1, 0, 9), + (91673, "766020", 1, 0, 9), + (91674, "766020", 1, 0, 9), + (91675, "766020", 1, 0, 9), + (91676, "766002", 1, 0, 9), + (91677, "766002", 1, 0, 9), + (91678, "766002", 1, 0, 9), + (91679, "766002", 1, 0, 9), + (91680, "766002", 1, 0, 9), + (91681, "766002", 1, 0, 9), + (91682, "766002", 1, 0, 9), + (91683, "766002", 1, 0, 9), + (91684, "766100", 1, 0, 9), + (91685, "766100", 1, 0, 9), + (91686, "766100", 1, 0, 9), + (91687, "766100", 1, 0, 9), + (91688, "766100", 1, 0, 9), + (91689, "766110", 1, 0, 9), + (91690, "766110", 1, 0, 9), + (91691, "766110", 1, 0, 9), + (91692, "758080", 1, 0, 9), + (91693, "758029", 1, 0, 9), + (91694, "758015", 1, 0, 9), + (91695, "758028", 1, 0, 9), + (91696, "758031", 1, 0, 9), + (91697, "758044", 1, 0, 9), + (91698, "758017", 1, 0, 9), + (91699, "758016", 1, 0, 9), + (91700, "758076", 1, 0, 9), + (91701, "758025", 1, 0, 9), + (91702, "758030", 1, 0, 9), + (91703, "758045", 1, 0, 9), + (91704, "758045", 1, 0, 9), + (91705, "758045", 1, 0, 9), + (91706, "758045", 1, 0, 9), + (91707, "758045", 1, 0, 9), + (91708, "758045", 1, 0, 9), + (91709, "758045", 1, 0, 9), + (91710, "758032", 1, 0, 9), + (91711, "758032", 1, 0, 9), + (91712, "758032", 1, 0, 9), + (91713, "758032", 1, 0, 9), + (91714, "758032", 1, 0, 9), + (91715, "758032", 1, 0, 9), + (91716, "758032", 1, 0, 9), + (91717, "758032", 1, 0, 9), + (91718, "758032", 1, 0, 9), + (91719, "758032", 1, 0, 9), + (91720, "758032", 1, 0, 9), + (91721, "758030", 1, 0, 9), + (91722, "758030", 1, 0, 9), + (91723, "758030", 1, 0, 9), + (91724, "758030", 1, 0, 9), + (91725, "758030", 1, 0, 9), + (91726, "758030", 1, 0, 9), + (91727, "758026", 1, 0, 9), + (91728, "758084", 1, 0, 9), + (91729, "758084", 1, 0, 9), + (91730, "758019", 1, 0, 9), + (91731, "758019", 1, 0, 9), + (91732, "758019", 1, 0, 9), + (91733, "758019", 1, 0, 9), + (91734, "758019", 1, 0, 9), + (91735, "758019", 1, 0, 9), + (91736, "758084", 1, 0, 9), + (91737, "758019", 1, 0, 9), + (91738, "758084", 1, 0, 9), + (91739, "758084", 1, 0, 9), + (91740, "758019", 1, 0, 9), + (91741, "758084", 1, 0, 9), + (91742, "758046", 1, 0, 9), + (91743, "758046", 1, 0, 9), + (91744, "758046", 1, 0, 9), + (91745, "758046", 1, 0, 9), + (91746, "758046", 1, 0, 9), + (91747, "758046", 1, 0, 9), + (91748, "758046", 1, 0, 9), + (91749, "758046", 1, 0, 9), + (91750, "758032", 1, 0, 9), + (91751, "758032", 1, 0, 9), + (91752, "758032", 1, 0, 9), + (91753, "758032", 1, 0, 9), + (91754, "758032", 1, 0, 9), + (91755, "758032", 1, 0, 9), + (91756, "758032", 1, 0, 9), + (91757, "758083", 1, 0, 9), + (91758, "758083", 1, 0, 9), + (91759, "758083", 1, 0, 9), + (91760, "758083", 1, 0, 9), + (91761, "758083", 1, 0, 9), + (91762, "758029", 1, 0, 9), + (91763, "758029", 1, 0, 9), + (91764, "758029", 1, 0, 9), + (91765, "758029", 1, 0, 9), + (91766, "758029", 1, 0, 9), + (91767, "758029", 1, 0, 9), + (91768, "758029", 1, 0, 9), + (91769, "758029", 1, 0, 9), + (91770, "758029", 1, 0, 9), + (91771, "758029", 1, 0, 9), + (91772, "758022", 1, 0, 9), + (91773, "758022", 1, 0, 9), + (91774, "758022", 1, 0, 9), + (91775, "758022", 1, 0, 9), + (91776, "758022", 1, 0, 9), + (91777, "758022", 1, 0, 9), + (91778, "758022", 1, 0, 9), + (91779, "758022", 1, 0, 9), + (91780, "758022", 1, 0, 9), + (91781, "758022", 1, 0, 9), + (91782, "758022", 1, 0, 9), + (91783, "758015", 1, 0, 9), + (91784, "758015", 1, 0, 9), + (91785, "758015", 1, 0, 9), + (91786, "758015", 1, 0, 9), + (91787, "758015", 1, 0, 9), + (91788, "758015", 1, 0, 9), + (91789, "758015", 1, 0, 9), + (91790, "758015", 1, 0, 9), + (91791, "758015", 1, 0, 9), + (91792, "758015", 1, 0, 9), + (91793, "758015", 1, 0, 9), + (91794, "758027", 1, 0, 9), + (91795, "758027", 1, 0, 9), + (91796, "758027", 1, 0, 9), + (91797, "758027", 1, 0, 9), + (91798, "758027", 1, 0, 9), + (91799, "758027", 1, 0, 9), + (91800, "758027", 1, 0, 9), + (91801, "758027", 1, 0, 9), + (91802, "758027", 1, 0, 9), + (91803, "758027", 1, 0, 9), + (91804, "758027", 1, 0, 9), + (91805, "758027", 1, 0, 9), + (91806, "758027", 1, 0, 9), + (91807, "758027", 1, 0, 9), + (91808, "758027", 1, 0, 9), + (91809, "758028", 1, 0, 9), + (91810, "758028", 1, 0, 9), + (91811, "758028", 1, 0, 9), + (91812, "758028", 1, 0, 9), + (91813, "758028", 1, 0, 9), + (91814, "758028", 1, 0, 9), + (91815, "758028", 1, 0, 9), + (91816, "758028", 1, 0, 9), + (91817, "758028", 1, 0, 9), + (91818, "758080", 1, 0, 9), + (91819, "758080", 1, 0, 9), + (91820, "758037", 1, 0, 9), + (91821, "758038", 1, 0, 9), + (91822, "758038", 1, 0, 9), + (91823, "758038", 1, 0, 9), + (91824, "758038", 1, 0, 9), + (91825, "758038", 1, 0, 9), + (91826, "758082", 1, 0, 9), + (91827, "758082", 1, 0, 9), + (91828, "758082", 1, 0, 9), + (91829, "758041", 1, 0, 9), + (91830, "758041", 1, 0, 9), + (91831, "758041", 1, 0, 9), + (91832, "758041", 1, 0, 9), + (91833, "758041", 1, 0, 9), + (91834, "758041", 1, 0, 9), + (91835, "758041", 1, 0, 9), + (91836, "758041", 1, 0, 9), + (91837, "758041", 1, 0, 9), + (91838, "758041", 1, 0, 9), + (91839, "758078", 1, 0, 9), + (91840, "758078", 1, 0, 9), + (91841, "758078", 1, 0, 9), + (91842, "758078", 1, 0, 9), + (91843, "758078", 1, 0, 9), + (91844, "758078", 1, 0, 9), + (91845, "758078", 1, 0, 9), + (91846, "758029", 1, 0, 9), + (91847, "758029", 1, 0, 9), + (91848, "758028", 1, 0, 9), + (91849, "758028", 1, 0, 9), + (91850, "758028", 1, 0, 9), + (91851, "758028", 1, 0, 9), + (91852, "758023", 1, 0, 9), + (91853, "758023", 1, 0, 9), + (91854, "758023", 1, 0, 9), + (91855, "758023", 1, 0, 9), + (91856, "758023", 1, 0, 9), + (91857, "758087", 1, 0, 9), + (91858, "758087", 1, 0, 9), + (91859, "758079", 1, 0, 9), + (91860, "758079", 1, 0, 9), + (91861, "758079", 1, 0, 9), + (91862, "758079", 1, 0, 9), + (91863, "758079", 1, 0, 9), + (91864, "758079", 1, 0, 9), + (91865, "758079", 1, 0, 9), + (91866, "758079", 1, 0, 9), + (91867, "758031", 1, 0, 9), + (91868, "758031", 1, 0, 9), + (91869, "758031", 1, 0, 9), + (91870, "758031", 1, 0, 9), + (91871, "758031", 1, 0, 9), + (91872, "758031", 1, 0, 9), + (91873, "758031", 1, 0, 9), + (91874, "758031", 1, 0, 9), + (91875, "758031", 1, 0, 9), + (91876, "758031", 1, 0, 9), + (91877, "758031", 1, 0, 9), + (91878, "758031", 1, 0, 9), + (91879, "758031", 1, 0, 9), + (91880, "758031", 1, 0, 9), + (91881, "758031", 1, 0, 9), + (91882, "758031", 1, 0, 9), + (91883, "758086", 1, 0, 9), + (91884, "758034", 1, 0, 9), + (91885, "758086", 1, 0, 9), + (91886, "758034", 1, 0, 9), + (91887, "758086", 1, 0, 9), + (91888, "758086", 1, 0, 9), + (91889, "758086", 1, 0, 9), + (91890, "758034", 1, 0, 9), + (91891, "758034", 1, 0, 9), + (91892, "758086", 1, 0, 9), + (91893, "758086", 1, 0, 9), + (91894, "758044", 1, 0, 9), + (91895, "758044", 1, 0, 9), + (91896, "758044", 1, 0, 9), + (91897, "758044", 1, 0, 9), + (91898, "758044", 1, 0, 9), + (91899, "758044", 1, 0, 9), + (91900, "758044", 1, 0, 9), + (91901, "758044", 1, 0, 9), + (91902, "758044", 1, 0, 9), + (91903, "758044", 1, 0, 9), + (91904, "758044", 1, 0, 9), + (91905, "758044", 1, 0, 9), + (91906, "758044", 1, 0, 9), + (91907, "758014", 1, 0, 9), + (91908, "758014", 1, 0, 9), + (91909, "758087", 1, 0, 9), + (91910, "758014", 1, 0, 9), + (91911, "758014", 1, 0, 9), + (91912, "758014", 1, 0, 9), + (91913, "758087", 1, 0, 9), + (91914, "758087", 1, 0, 9), + (91915, "758014", 1, 0, 9), + (91916, "758087", 1, 0, 9), + (91917, "758014", 1, 0, 9), + (91918, "758013", 1, 0, 9), + (91919, "758013", 1, 0, 9), + (91920, "758013", 1, 0, 9), + (91921, "758013", 1, 0, 9), + (91922, "758013", 1, 0, 9), + (91923, "758013", 1, 0, 9), + (91924, "758013", 1, 0, 9), + (91925, "758013", 1, 0, 9), + (91926, "758013", 1, 0, 9), + (91927, "758013", 1, 0, 9), + (91928, "758013", 1, 0, 9), + (91929, "758013", 1, 0, 9), + (91930, "758013", 1, 0, 9), + (91931, "758017", 1, 0, 9), + (91932, "758017", 1, 0, 9), + (91933, "758017", 1, 0, 9), + (91934, "758017", 1, 0, 9), + (91935, "758017", 1, 0, 9), + (91936, "758017", 1, 0, 9), + (91937, "758017", 1, 0, 9), + (91938, "758047", 1, 0, 9), + (91939, "758047", 1, 0, 9), + (91940, "758047", 1, 0, 9), + (91941, "758047", 1, 0, 9), + (91942, "758047", 1, 0, 9), + (91943, "758047", 1, 0, 9), + (91944, "758047", 1, 0, 9), + (91945, "758047", 1, 0, 9), + (91946, "758047", 1, 0, 9), + (91947, "758047", 1, 0, 9), + (91948, "758047", 1, 0, 9), + (91949, "758047", 1, 0, 9), + (91950, "758047", 1, 0, 9), + (91951, "758047", 1, 0, 9), + (91952, "758016", 1, 0, 9), + (91953, "758016", 1, 0, 9), + (91954, "758016", 1, 0, 9), + (91955, "758016", 1, 0, 9), + (91956, "758016", 1, 0, 9), + (91957, "758016", 1, 0, 9), + (91958, "758016", 1, 0, 9), + (91959, "758016", 1, 0, 9), + (91960, "758016", 1, 0, 9), + (91961, "758016", 1, 0, 9), + (91962, "758043", 1, 0, 9), + (91963, "758043", 1, 0, 9), + (91964, "758043", 1, 0, 9), + (91965, "758043", 1, 0, 9), + (91966, "758043", 1, 0, 9), + (91967, "758043", 1, 0, 9), + (91968, "758043", 1, 0, 9), + (91969, "758043", 1, 0, 9), + (91970, "758043", 1, 0, 9), + (91971, "758043", 1, 0, 9), + (91972, "758043", 1, 0, 9), + (91973, "758043", 1, 0, 9), + (91974, "758043", 1, 0, 9), + (91975, "758043", 1, 0, 9), + (91976, "758043", 1, 0, 9), + (91977, "758043", 1, 0, 9), + (91978, "758043", 1, 0, 9), + (91979, "758020", 1, 0, 9), + (91980, "758020", 1, 0, 9), + (91981, "758020", 1, 0, 9), + (91982, "758020", 1, 0, 9), + (91983, "758020", 1, 0, 9), + (91984, "758020", 1, 0, 9), + (91985, "758076", 1, 0, 9), + (91986, "758076", 1, 0, 9), + (91987, "758076", 1, 0, 9), + (91988, "758076", 1, 0, 9), + (91989, "758076", 1, 0, 9), + (91990, "758076", 1, 0, 9), + (91991, "758076", 1, 0, 9), + (91992, "758076", 1, 0, 9), + (91993, "758076", 1, 0, 9), + (91994, "758076", 1, 0, 9), + (91995, "758076", 1, 0, 9), + (91996, "758085", 1, 0, 9), + (91997, "758018", 1, 0, 9), + (91998, "758018", 1, 0, 9), + (91999, "758018", 1, 0, 9), + (92000, "758018", 1, 0, 9), + (92001, "758085", 1, 0, 9), + (92002, "758085", 1, 0, 9), + (92003, "758044", 1, 0, 9), + (92004, "758002", 1, 0, 9), + (92005, "758002", 1, 0, 9), + (92006, "758002", 1, 0, 9), + (92007, "758002", 1, 0, 9), + (92008, "758040", 1, 0, 9), + (92009, "758025", 1, 0, 9), + (92010, "758025", 1, 0, 9), + (92011, "758025", 1, 0, 9), + (92012, "758025", 1, 0, 9), + (92013, "758025", 1, 0, 9), + (92014, "758025", 1, 0, 9), + (92015, "758025", 1, 0, 9), + (92016, "758025", 1, 0, 9), + (92017, "758025", 1, 0, 9), + (92018, "758025", 1, 0, 9), + (92019, "758025", 1, 0, 9), + (92020, "758025", 1, 0, 9), + (92021, "758025", 1, 0, 9), + (92022, "758025", 1, 0, 9), + (92023, "758025", 1, 0, 9), + (92024, "758036", 1, 0, 9), + (92025, "758081", 1, 0, 9), + (92026, "758081", 1, 0, 9), + (92027, "758081", 1, 0, 9), + (92028, "758081", 1, 0, 9), + (92029, "758081", 1, 0, 9), + (92030, "758081", 1, 0, 9), + (92031, "758014", 1, 0, 9), + (92032, "758014", 1, 0, 9), + (92033, "758087", 1, 0, 9), + (92034, "758087", 1, 0, 9), + (92035, "758014", 1, 0, 9), + (92036, "758018", 1, 0, 9), + (92037, "758085", 1, 0, 9), + (92038, "758018", 1, 0, 9), + (92039, "758085", 1, 0, 9), + (92040, "758085", 1, 0, 9), + (92041, "758085", 1, 0, 9), + (92042, "758018", 1, 0, 9), + (92043, "758085", 1, 0, 9), + (92044, "758085", 1, 0, 9), + (92045, "758085", 1, 0, 9), + (92046, "758085", 1, 0, 9), + (92047, "758085", 1, 0, 9), + (92048, "758021", 1, 0, 9), + (92049, "758021", 1, 0, 9), + (92050, "758021", 1, 0, 9), + (92051, "758021", 1, 0, 9), + (92052, "758021", 1, 0, 9), + (92053, "758021", 1, 0, 9), + (92054, "758021", 1, 0, 9), + (92055, "758021", 1, 0, 9), + (92056, "758021", 1, 0, 9), + (92057, "758021", 1, 0, 9), + (92058, "758021", 1, 0, 9), + (92059, "758021", 1, 0, 9), + (92060, "758021", 1, 0, 9), + (92061, "758021", 1, 0, 9), + (92062, "758021", 1, 0, 9), + (92063, "758021", 1, 0, 9), + (92064, "758021", 1, 0, 9), + (92065, "758021", 1, 0, 9), + (92066, "758035", 1, 0, 9), + (92067, "758035", 1, 0, 9), + (92068, "758035", 1, 0, 9), + (92069, "758035", 1, 0, 9), + (92070, "758035", 1, 0, 9), + (92071, "758035", 1, 0, 9), + (92072, "758080", 1, 0, 9), + (92073, "758080", 1, 0, 9), + (92074, "758080", 1, 0, 9), + (92075, "758080", 1, 0, 9), + (92076, "764051", 1, 0, 9), + (92077, "764077", 1, 0, 9), + (92078, "764072", 1, 0, 9), + (92079, "764076", 1, 0, 9), + (92080, "764061", 1, 0, 9), + (92081, "764044", 1, 0, 9), + (92082, "764071", 1, 0, 9), + (92083, "764028", 1, 0, 9), + (92084, "764014", 1, 0, 9), + (92085, "764081", 1, 0, 9), + (92086, "764074", 1, 0, 9), + (92087, "764073", 1, 0, 9), + (92088, "764055", 1, 0, 9), + (92089, "764055", 1, 0, 9), + (92090, "764055", 1, 0, 9), + (92091, "764055", 1, 0, 9), + (92092, "764055", 1, 0, 9), + (92093, "764055", 1, 0, 9), + (92094, "764027", 1, 0, 9), + (92095, "764027", 1, 0, 9), + (92096, "764027", 1, 0, 9), + (92097, "764027", 1, 0, 9), + (92098, "764027", 1, 0, 9), + (92099, "764027", 1, 0, 9), + (92100, "764027", 1, 0, 9), + (92101, "764027", 1, 0, 9), + (92102, "764027", 1, 0, 9), + (92103, "764027", 1, 0, 9), + (92104, "764027", 1, 0, 9), + (92105, "764057", 1, 0, 9), + (92106, "764057", 1, 0, 9), + (92107, "764047", 1, 0, 9), + (92108, "764047", 1, 0, 9), + (92109, "764047", 1, 0, 9), + (92110, "764047", 1, 0, 9), + (92111, "764047", 1, 0, 9), + (92112, "764047", 1, 0, 9), + (92113, "764047", 1, 0, 9), + (92114, "764047", 1, 0, 9), + (92115, "764047", 1, 0, 9), + (92116, "764047", 1, 0, 9), + (92117, "764047", 1, 0, 9), + (92118, "764047", 1, 0, 9), + (92119, "764047", 1, 0, 9), + (92120, "764047", 1, 0, 9), + (92121, "764075", 1, 0, 9), + (92122, "764075", 1, 0, 9), + (92123, "764075", 1, 0, 9), + (92124, "764075", 1, 0, 9), + (92125, "764075", 1, 0, 9), + (92126, "764049", 1, 0, 9), + (92127, "764049", 1, 0, 9), + (92128, "764049", 1, 0, 9), + (92129, "764049", 1, 0, 9), + (92130, "764049", 1, 0, 9), + (92131, "764049", 1, 0, 9), + (92132, "764049", 1, 0, 9), + (92133, "764051", 1, 0, 9), + (92134, "764051", 1, 0, 9), + (92135, "764051", 1, 0, 9), + (92136, "764051", 1, 0, 9), + (92137, "764074", 1, 0, 9), + (92138, "764086", 1, 0, 9), + (92139, "764086", 1, 0, 9), + (92140, "764086", 1, 0, 9), + (92141, "764086", 1, 0, 9), + (92142, "764086", 1, 0, 9), + (92143, "764086", 1, 0, 9), + (92144, "764070", 1, 0, 9), + (92145, "764070", 1, 0, 9), + (92146, "764070", 1, 0, 9), + (92147, "764070", 1, 0, 9), + (92148, "764070", 1, 0, 9), + (92149, "764070", 1, 0, 9), + (92150, "764073", 1, 0, 9), + (92151, "764073", 1, 0, 9), + (92152, "764073", 1, 0, 9), + (92153, "764073", 1, 0, 9), + (92154, "764073", 1, 0, 9), + (92155, "764073", 1, 0, 9), + (92156, "764073", 1, 0, 9), + (92157, "764073", 1, 0, 9), + (92158, "764073", 1, 0, 9), + (92159, "764073", 1, 0, 9), + (92160, "764073", 1, 0, 9), + (92161, "764073", 1, 0, 9), + (92162, "764073", 1, 0, 9), + (92163, "764073", 1, 0, 9), + (92164, "764073", 1, 0, 9), + (92165, "764073", 1, 0, 9), + (92166, "764057", 1, 0, 9), + (92167, "765017", 1, 0, 9), + (92168, "765017", 1, 0, 9), + (92169, "765017", 1, 0, 9), + (92170, "765034", 1, 0, 9), + (92171, "765034", 1, 0, 9), + (92172, "765016", 1, 0, 9), + (92173, "765016", 1, 0, 9), + (92174, "765016", 1, 0, 9), + (92175, "765016", 1, 0, 9), + (92176, "765016", 1, 0, 9), + (92177, "765016", 1, 0, 9), + (92178, "765016", 1, 0, 9), + (92179, "765016", 1, 0, 9), + (92180, "765015", 1, 0, 9), + (92181, "765015", 1, 0, 9), + (92182, "765015", 1, 0, 9), + (92183, "765015", 1, 0, 9), + (92184, "765015", 1, 0, 9), + (92185, "765015", 1, 0, 9), + (92186, "765015", 1, 0, 9), + (92187, "765015", 1, 0, 9), + (92188, "765015", 1, 0, 9), + (92189, "765015", 1, 0, 9), + (92190, "765015", 1, 0, 9), + (92191, "765015", 1, 0, 9), + (92192, "765015", 1, 0, 9), + (92193, "765015", 1, 0, 9), + (92194, "765015", 1, 0, 9), + (92195, "765015", 1, 0, 9), + (92196, "765015", 1, 0, 9), + (92197, "765015", 1, 0, 9), + (92198, "765015", 1, 0, 9), + (92199, "765015", 1, 0, 9), + (92200, "765015", 1, 0, 9), + (92201, "765015", 1, 0, 9), + (92202, "765015", 1, 0, 9), + (92203, "765023", 1, 0, 9), + (92204, "765023", 1, 0, 9), + (92205, "765023", 1, 0, 9), + (92206, "765023", 1, 0, 9), + (92207, "765023", 1, 0, 9), + (92208, "765020", 1, 0, 9), + (92209, "765020", 1, 0, 9), + (92210, "765020", 1, 0, 9), + (92211, "765020", 1, 0, 9), + (92212, "765020", 1, 0, 9), + (92213, "765020", 1, 0, 9), + (92214, "765020", 1, 0, 9), + (92215, "765020", 1, 0, 9), + (92216, "765020", 1, 0, 9), + (92217, "765020", 1, 0, 9), + (92218, "765020", 1, 0, 9), + (92219, "765020", 1, 0, 9), + (92220, "765020", 1, 0, 9), + (92221, "765020", 1, 0, 9), + (92222, "765020", 1, 0, 9), + (92223, "765020", 1, 0, 9), + (92224, "765025", 1, 0, 9), + (92225, "765025", 1, 0, 9), + (92226, "765025", 1, 0, 9), + (92227, "765025", 1, 0, 9), + (92228, "765025", 1, 0, 9), + (92229, "765025", 1, 0, 9), + (92230, "765025", 1, 0, 9), + (92231, "765025", 1, 0, 9), + (92232, "765025", 1, 0, 9), + (92233, "765025", 1, 0, 9), + (92234, "765025", 1, 0, 9), + (92235, "765025", 1, 0, 9), + (92236, "765025", 1, 0, 9), + (92237, "765025", 1, 0, 9), + (92238, "765025", 1, 0, 9), + (92239, "765002", 1, 0, 9), + (92240, "765002", 1, 0, 9), + (92241, "765002", 1, 0, 9), + (92242, "765002", 1, 0, 9), + (92243, "765002", 1, 0, 9), + (92244, "765002", 1, 0, 9), + (92245, "765002", 1, 0, 9), + (92246, "765002", 1, 0, 9), + (92247, "765002", 1, 0, 9), + (92248, "765002", 1, 0, 9), + (92249, "765002", 1, 0, 9), + (92250, "765002", 1, 0, 9), + (92251, "765029", 1, 0, 9), + (92252, "765029", 1, 0, 9), + (92253, "765029", 1, 0, 9), + (92254, "765029", 1, 0, 9), + (92255, "765029", 1, 0, 9), + (92256, "765029", 1, 0, 9), + (92257, "765029", 1, 0, 9), + (92258, "765029", 1, 0, 9), + (92259, "765026", 1, 0, 9), + (92260, "765026", 1, 0, 9), + (92261, "765026", 1, 0, 9), + (92262, "765026", 1, 0, 9), + (92263, "765026", 1, 0, 9), + (92264, "765022", 1, 0, 9), + (92265, "765022", 1, 0, 9), + (92266, "765022", 1, 0, 9), + (92267, "765022", 1, 0, 9), + (92268, "765022", 1, 0, 9), + (92269, "765022", 1, 0, 9), + (92270, "765022", 1, 0, 9), + (92271, "765022", 1, 0, 9), + (92272, "765022", 1, 0, 9), + (92273, "765022", 1, 0, 9), + (92274, "765017", 1, 0, 9), + (92275, "765017", 1, 0, 9), + (92276, "765017", 1, 0, 9), + (92277, "765017", 1, 0, 9), + (92278, "765017", 1, 0, 9), + (92279, "765017", 1, 0, 9), + (92280, "765017", 1, 0, 9), + (92281, "765017", 1, 0, 9), + (92282, "765017", 1, 0, 9), + (92283, "765017", 1, 0, 9), + (92284, "765017", 1, 0, 9), + (92285, "765017", 1, 0, 9), + (92286, "765017", 1, 0, 9), + (92287, "765017", 1, 0, 9), + (92288, "765017", 1, 0, 9), + (92289, "765017", 1, 0, 9), + (92290, "764057", 1, 0, 9), + (92291, "764057", 1, 0, 9), + (92292, "764057", 1, 0, 9), + (92293, "764057", 1, 0, 9), + (92294, "764057", 1, 0, 9), + (92295, "764057", 1, 0, 9), + (92296, "764057", 1, 0, 9), + (92297, "764057", 1, 0, 9), + (92298, "764056", 1, 0, 9), + (92299, "764056", 1, 0, 9), + (92300, "764056", 1, 0, 9), + (92301, "764056", 1, 0, 9), + (92302, "764056", 1, 0, 9), + (92303, "764056", 1, 0, 9), + (92304, "764056", 1, 0, 9), + (92305, "764021", 1, 0, 9), + (92306, "764021", 1, 0, 9), + (92307, "764021", 1, 0, 9), + (92308, "764021", 1, 0, 9), + (92309, "764021", 1, 0, 9), + (92310, "764021", 1, 0, 9), + (92311, "764021", 1, 0, 9), + (92312, "764038", 1, 0, 9), + (92313, "764038", 1, 0, 9), + (92314, "764038", 1, 0, 9), + (92315, "764038", 1, 0, 9), + (92316, "764038", 1, 0, 9), + (92317, "764038", 1, 0, 9), + (92318, "764038", 1, 0, 9), + (92319, "764038", 1, 0, 9), + (92320, "764039", 1, 0, 9), + (92321, "764039", 1, 0, 9), + (92322, "764039", 1, 0, 9), + (92323, "765019", 1, 0, 9), + (92324, "765019", 1, 0, 9), + (92325, "765019", 1, 0, 9), + (92326, "765019", 1, 0, 9), + (92327, "765019", 1, 0, 9), + (92328, "765019", 1, 0, 9), + (92329, "765019", 1, 0, 9), + (92330, "765019", 1, 0, 9), + (92331, "765019", 1, 0, 9), + (92332, "765019", 1, 0, 9), + (92333, "765019", 1, 0, 9), + (92334, "765019", 1, 0, 9), + (92335, "765019", 1, 0, 9), + (92336, "765019", 1, 0, 9), + (92337, "765019", 1, 0, 9), + (92338, "764062", 1, 0, 9), + (92339, "765033", 1, 0, 9), + (92340, "765033", 1, 0, 9), + (92341, "765033", 1, 0, 9), + (92342, "765033", 1, 0, 9), + (92343, "765033", 1, 0, 9), + (92344, "765033", 1, 0, 9), + (92345, "765033", 1, 0, 9), + (92346, "765026", 1, 0, 9), + (92347, "765026", 1, 0, 9), + (92348, "765026", 1, 0, 9), + (92349, "765026", 1, 0, 9), + (92350, "765026", 1, 0, 9), + (92351, "765026", 1, 0, 9), + (92352, "765026", 1, 0, 9), + (92353, "765026", 1, 0, 9), + (92354, "765026", 1, 0, 9), + (92355, "764039", 1, 0, 9), + (92356, "764039", 1, 0, 9), + (92357, "764039", 1, 0, 9), + (92358, "764039", 1, 0, 9), + (92359, "764039", 1, 0, 9), + (92360, "764039", 1, 0, 9), + (92361, "764039", 1, 0, 9), + (92362, "764039", 1, 0, 9), + (92363, "764039", 1, 0, 9), + (92364, "764039", 1, 0, 9), + (92365, "764039", 1, 0, 9), + (92366, "764039", 1, 0, 9), + (92367, "764036", 1, 0, 9), + (92368, "764036", 1, 0, 9), + (92369, "764036", 1, 0, 9), + (92370, "764036", 1, 0, 9), + (92371, "764036", 1, 0, 9), + (92372, "764036", 1, 0, 9), + (92373, "764036", 1, 0, 9), + (92374, "764036", 1, 0, 9), + (92375, "764036", 1, 0, 9), + (92376, "764036", 1, 0, 9), + (92377, "765021", 1, 0, 9), + (92378, "765021", 1, 0, 9), + (92379, "765019", 1, 0, 9), + (92380, "765019", 1, 0, 9), + (92381, "765019", 1, 0, 9), + (92382, "765019", 1, 0, 9), + (92383, "765019", 1, 0, 9), + (92384, "765019", 1, 0, 9), + (92385, "765019", 1, 0, 9), + (92386, "764077", 1, 0, 9), + (92387, "764077", 1, 0, 9), + (92388, "764077", 1, 0, 9), + (92389, "764077", 1, 0, 9), + (92390, "764077", 1, 0, 9), + (92391, "764077", 1, 0, 9), + (92392, "764077", 1, 0, 9), + (92393, "764077", 1, 0, 9), + (92394, "764077", 1, 0, 9), + (92395, "764077", 1, 0, 9), + (92396, "764052", 1, 0, 9), + (92397, "764052", 1, 0, 9), + (92398, "764052", 1, 0, 9), + (92399, "764052", 1, 0, 9), + (92400, "764052", 1, 0, 9), + (92401, "764052", 1, 0, 9), + (92402, "764052", 1, 0, 9), + (92403, "764052", 1, 0, 9), + (92404, "764052", 1, 0, 9), + (92405, "764052", 1, 0, 9), + (92406, "764072", 1, 0, 9), + (92407, "764072", 1, 0, 9), + (92408, "764072", 1, 0, 9), + (92409, "764072", 1, 0, 9), + (92410, "764072", 1, 0, 9), + (92411, "764072", 1, 0, 9), + (92412, "764072", 1, 0, 9), + (92413, "764072", 1, 0, 9), + (92414, "764072", 1, 0, 9), + (92415, "764072", 1, 0, 9), + (92416, "764072", 1, 0, 9), + (92417, "764072", 1, 0, 9), + (92418, "764072", 1, 0, 9), + (92419, "764072", 1, 0, 9), + (92420, "764072", 1, 0, 9), + (92421, "764078", 1, 0, 9), + (92422, "764078", 1, 0, 9), + (92423, "764078", 1, 0, 9), + (92424, "764078", 1, 0, 9), + (92425, "764078", 1, 0, 9), + (92426, "764078", 1, 0, 9), + (92427, "764002", 1, 0, 9), + (92428, "764002", 1, 0, 9), + (92429, "764002", 1, 0, 9), + (92430, "764002", 1, 0, 9), + (92431, "764002", 1, 0, 9), + (92432, "764002", 1, 0, 9), + (92433, "764002", 1, 0, 9), + (92434, "764002", 1, 0, 9), + (92435, "764002", 1, 0, 9), + (92436, "764002", 1, 0, 9), + (92437, "764002", 1, 0, 9), + (92438, "764002", 1, 0, 9), + (92439, "764002", 1, 0, 9), + (92440, "764002", 1, 0, 9), + (92441, "764002", 1, 0, 9), + (92442, "764002", 1, 0, 9), + (92443, "764076", 1, 0, 9), + (92444, "764051", 1, 0, 9), + (92445, "764051", 1, 0, 9), + (92446, "764051", 1, 0, 9), + (92447, "764043", 1, 0, 9), + (92448, "764043", 1, 0, 9), + (92449, "764043", 1, 0, 9), + (92450, "764043", 1, 0, 9), + (92451, "764043", 1, 0, 9), + (92452, "764043", 1, 0, 9), + (92453, "764043", 1, 0, 9), + (92454, "764043", 1, 0, 9), + (92455, "764043", 1, 0, 9), + (92456, "764043", 1, 0, 9), + (92457, "764046", 1, 0, 9), + (92458, "764046", 1, 0, 9), + (92459, "764043", 1, 0, 9), + (92460, "764043", 1, 0, 9), + (92461, "764043", 1, 0, 9), + (92462, "764046", 1, 0, 9), + (92463, "764043", 1, 0, 9), + (92464, "764046", 1, 0, 9), + (92465, "764043", 1, 0, 9), + (92466, "764046", 1, 0, 9), + (92467, "764046", 1, 0, 9), + (92468, "764043", 1, 0, 9), + (92469, "764077", 1, 0, 9), + (92470, "764077", 1, 0, 9), + (92471, "764077", 1, 0, 9), + (92472, "764076", 1, 0, 9), + (92473, "764076", 1, 0, 9), + (92474, "764076", 1, 0, 9), + (92475, "764076", 1, 0, 9), + (92476, "764076", 1, 0, 9), + (92477, "764076", 1, 0, 9), + (92478, "764076", 1, 0, 9), + (92479, "764041", 1, 0, 9), + (92480, "764041", 1, 0, 9), + (92481, "764041", 1, 0, 9), + (92482, "764041", 1, 0, 9), + (92483, "764005", 1, 0, 9), + (92484, "764005", 1, 0, 9), + (92485, "764005", 1, 0, 9), + (92486, "764005", 1, 0, 9), + (92487, "764005", 1, 0, 9), + (92488, "764075", 1, 0, 9), + (92489, "764075", 1, 0, 9), + (92490, "764075", 1, 0, 9), + (92491, "764075", 1, 0, 9), + (92492, "764075", 1, 0, 9), + (92493, "764075", 1, 0, 9), + (92494, "764075", 1, 0, 9), + (92495, "764075", 1, 0, 9), + (92496, "764075", 1, 0, 9), + (92497, "764085", 1, 0, 9), + (92498, "764061", 1, 0, 9), + (92499, "764061", 1, 0, 9), + (92500, "764061", 1, 0, 9), + (92501, "764061", 1, 0, 9), + (92502, "764045", 1, 0, 9), + (92503, "764045", 1, 0, 9), + (92504, "764045", 1, 0, 9), + (92505, "764045", 1, 0, 9), + (92506, "764045", 1, 0, 9), + (92507, "764045", 1, 0, 9), + (92508, "764045", 1, 0, 9), + (92509, "764045", 1, 0, 9), + (92510, "764044", 1, 0, 9), + (92511, "764044", 1, 0, 9), + (92512, "764044", 1, 0, 9), + (92513, "764044", 1, 0, 9), + (92514, "764044", 1, 0, 9), + (92515, "764044", 1, 0, 9), + (92516, "764044", 1, 0, 9), + (92517, "764044", 1, 0, 9), + (92518, "764044", 1, 0, 9), + (92519, "764044", 1, 0, 9), + (92520, "764044", 1, 0, 9), + (92521, "764044", 1, 0, 9), + (92522, "764044", 1, 0, 9), + (92523, "764044", 1, 0, 9), + (92524, "764044", 1, 0, 9), + (92525, "764044", 1, 0, 9), + (92526, "764044", 1, 0, 9), + (92527, "764044", 1, 0, 9), + (92528, "764044", 1, 0, 9), + (92529, "764044", 1, 0, 9), + (92530, "764044", 1, 0, 9), + (92531, "764063", 1, 0, 9), + (92532, "764063", 1, 0, 9), + (92533, "764063", 1, 0, 9), + (92534, "764063", 1, 0, 9), + (92535, "764063", 1, 0, 9), + (92536, "764063", 1, 0, 9), + (92537, "764063", 1, 0, 9), + (92538, "764063", 1, 0, 9), + (92539, "764063", 1, 0, 9), + (92540, "764063", 1, 0, 9), + (92541, "764063", 1, 0, 9), + (92542, "764063", 1, 0, 9), + (92543, "764063", 1, 0, 9), + (92544, "764059", 1, 0, 9), + (92545, "764059", 1, 0, 9), + (92546, "764059", 1, 0, 9), + (92547, "764059", 1, 0, 9), + (92548, "764059", 1, 0, 9), + (92549, "764059", 1, 0, 9), + (92550, "764059", 1, 0, 9), + (92551, "764059", 1, 0, 9), + (92552, "764059", 1, 0, 9), + (92553, "764059", 1, 0, 9), + (92554, "764059", 1, 0, 9), + (92555, "764042", 1, 0, 9), + (92556, "764042", 1, 0, 9), + (92557, "764071", 1, 0, 9), + (92558, "764071", 1, 0, 9), + (92559, "764071", 1, 0, 9), + (92560, "764071", 1, 0, 9), + (92561, "764071", 1, 0, 9), + (92562, "764071", 1, 0, 9), + (92563, "764071", 1, 0, 9), + (92564, "764071", 1, 0, 9), + (92565, "764071", 1, 0, 9), + (92566, "764071", 1, 0, 9), + (92567, "764071", 1, 0, 9), + (92568, "764071", 1, 0, 9), + (92569, "764071", 1, 0, 9), + (92570, "764071", 1, 0, 9), + (92571, "764056", 1, 0, 9), + (92572, "764056", 1, 0, 9), + (92573, "764056", 1, 0, 9), + (92574, "764056", 1, 0, 9), + (92575, "764056", 1, 0, 9), + (92576, "764056", 1, 0, 9), + (92577, "764056", 1, 0, 9), + (92578, "764056", 1, 0, 9), + (92579, "764056", 1, 0, 9), + (92580, "764056", 1, 0, 9), + (92581, "764056", 1, 0, 9), + (92582, "764056", 1, 0, 9), + (92583, "763008", 1, 0, 9), + (92584, "763008", 1, 0, 9), + (92585, "763008", 1, 0, 9), + (92586, "764028", 1, 0, 9), + (92587, "764028", 1, 0, 9), + (92588, "764028", 1, 0, 9), + (92589, "764028", 1, 0, 9), + (92590, "764028", 1, 0, 9), + (92591, "764011", 1, 0, 9), + (92592, "765013", 1, 0, 9), + (92593, "765013", 1, 0, 9), + (92594, "765013", 1, 0, 9), + (92595, "765013", 1, 0, 9), + (92596, "765013", 1, 0, 9), + (92597, "765013", 1, 0, 9), + (92598, "765013", 1, 0, 9), + (92599, "765013", 1, 0, 9), + (92600, "765013", 1, 0, 9), + (92601, "765013", 1, 0, 9), + (92602, "765013", 1, 0, 9), + (92603, "765013", 1, 0, 9), + (92604, "765013", 1, 0, 9), + (92605, "765013", 1, 0, 9), + (92606, "764037", 1, 0, 9), + (92607, "764037", 1, 0, 9), + (92608, "764037", 1, 0, 9), + (92609, "764037", 1, 0, 9), + (92610, "764037", 1, 0, 9), + (92611, "764037", 1, 0, 9), + (92612, "764037", 1, 0, 9), + (92613, "764037", 1, 0, 9), + (92614, "764037", 1, 0, 9), + (92615, "764037", 1, 0, 9), + (92616, "764037", 1, 0, 9), + (92617, "764037", 1, 0, 9), + (92618, "764037", 1, 0, 9), + (92619, "764014", 1, 0, 9), + (92620, "764014", 1, 0, 9), + (92621, "764014", 1, 0, 9), + (92622, "764014", 1, 0, 9), + (92623, "764014", 1, 0, 9), + (92624, "764021", 1, 0, 9), + (92625, "764021", 1, 0, 9), + (92626, "764061", 1, 0, 9), + (92627, "764061", 1, 0, 9), + (92628, "764061", 1, 0, 9), + (92629, "764061", 1, 0, 9), + (92630, "764061", 1, 0, 9), + (92631, "764061", 1, 0, 9), + (92632, "764058", 1, 0, 9), + (92633, "764058", 1, 0, 9), + (92634, "764058", 1, 0, 9), + (92635, "764058", 1, 0, 9), + (92636, "764058", 1, 0, 9), + (92637, "764058", 1, 0, 9), + (92638, "764058", 1, 0, 9), + (92639, "764058", 1, 0, 9), + (92640, "764058", 1, 0, 9), + (92641, "764058", 1, 0, 9), + (92642, "764058", 1, 0, 9), + (92643, "764058", 1, 0, 9), + (92644, "764058", 1, 0, 9), + (92645, "764058", 1, 0, 9), + (92646, "764058", 1, 0, 9), + (92647, "764087", 1, 0, 9), + (92648, "764087", 1, 0, 9), + (92649, "764087", 1, 0, 9), + (92650, "764087", 1, 0, 9), + (92651, "764087", 1, 0, 9), + (92652, "764081", 1, 0, 9), + (92653, "764081", 1, 0, 9), + (92654, "764081", 1, 0, 9), + (92655, "764040", 1, 0, 9), + (92656, "764040", 1, 0, 9), + (92657, "764040", 1, 0, 9), + (92658, "764045", 1, 0, 9), + (92659, "764071", 1, 0, 9), + (92660, "764003", 1, 0, 9), + (92661, "764003", 1, 0, 9), + (92662, "764003", 1, 0, 9), + (92663, "764003", 1, 0, 9), + (92664, "764003", 1, 0, 9), + (92665, "764074", 1, 0, 9), + (92666, "764074", 1, 0, 9), + (92667, "764074", 1, 0, 9), + (92668, "764088", 1, 0, 9), + (92669, "764074", 1, 0, 9), + (92670, "764074", 1, 0, 9), + (92671, "764088", 1, 0, 9), + (92672, "764088", 1, 0, 9), + (92673, "764088", 1, 0, 9), + (92674, "764088", 1, 0, 9), + (92675, "764074", 1, 0, 9), + (92676, "764088", 1, 0, 9), + (92677, "764088", 1, 0, 9), + (92678, "764074", 1, 0, 9), + (92679, "764074", 1, 0, 9), + (92680, "764074", 1, 0, 9), + (92681, "764074", 1, 0, 9), + (92682, "764088", 1, 0, 9), + (92683, "765029", 1, 0, 9), + (92684, "765029", 1, 0, 9), + (92685, "765029", 1, 0, 9), + (92686, "765029", 1, 0, 9), + (92687, "765029", 1, 0, 9), + (92688, "765018", 1, 0, 9), + (92689, "765018", 1, 0, 9), + (92690, "765018", 1, 0, 9), + (92691, "765024", 1, 0, 9), + (92692, "765024", 1, 0, 9), + (92693, "765024", 1, 0, 9), + (92694, "765024", 1, 0, 9), + (92695, "765024", 1, 0, 9), + (92696, "765024", 1, 0, 9), + (92697, "764051", 1, 0, 9), + (92698, "757020", 1, 0, 9), + (92699, "757049", 1, 0, 9), + (92700, "757014", 1, 0, 9), + (92701, "757030", 1, 0, 9), + (92702, "757022", 1, 0, 9), + (92703, "757026", 1, 0, 9), + (92704, "757106", 1, 0, 9), + (92705, "757052", 1, 0, 9), + (92706, "757017", 1, 0, 9), + (92707, "757093", 1, 0, 9), + (92708, "757091", 1, 0, 9), + (92709, "757037", 1, 0, 9), + (92710, "757039", 1, 0, 9), + (92711, "757039", 1, 0, 9), + (92712, "757035", 1, 0, 9), + (92713, "757035", 1, 0, 9), + (92714, "757035", 1, 0, 9), + (92715, "757035", 1, 0, 9), + (92716, "757035", 1, 0, 9), + (92717, "757035", 1, 0, 9), + (92718, "757035", 1, 0, 9), + (92719, "757035", 1, 0, 9), + (92720, "757035", 1, 0, 9), + (92721, "757035", 1, 0, 9), + (92722, "757035", 1, 0, 9), + (92723, "757035", 1, 0, 9), + (92724, "757035", 1, 0, 9), + (92725, "757035", 1, 0, 9), + (92726, "757048", 1, 0, 9), + (92727, "757042", 1, 0, 9), + (92728, "757042", 1, 0, 9), + (92729, "757046", 1, 0, 9), + (92730, "757037", 1, 0, 9), + (92731, "757037", 1, 0, 9), + (92732, "757037", 1, 0, 9), + (92733, "757038", 1, 0, 9), + (92734, "757038", 1, 0, 9), + (92735, "757038", 1, 0, 9), + (92736, "757038", 1, 0, 9), + (92737, "757038", 1, 0, 9), + (92738, "757038", 1, 0, 9), + (92739, "757038", 1, 0, 9), + (92740, "757038", 1, 0, 9), + (92741, "757038", 1, 0, 9), + (92742, "757038", 1, 0, 9), + (92743, "757038", 1, 0, 9), + (92744, "757038", 1, 0, 9), + (92745, "757038", 1, 0, 9), + (92746, "757038", 1, 0, 9), + (92747, "757038", 1, 0, 9), + (92748, "757038", 1, 0, 9), + (92749, "757038", 1, 0, 9), + (92750, "757039", 1, 0, 9), + (92751, "757039", 1, 0, 9), + (92752, "757039", 1, 0, 9), + (92753, "757039", 1, 0, 9), + (92754, "757039", 1, 0, 9), + (92755, "757039", 1, 0, 9), + (92756, "757039", 1, 0, 9), + (92757, "757039", 1, 0, 9), + (92758, "757039", 1, 0, 9), + (92759, "757039", 1, 0, 9), + (92760, "757039", 1, 0, 9), + (92761, "757039", 1, 0, 9), + (92762, "757045", 1, 0, 9), + (92763, "757032", 1, 0, 9), + (92764, "757032", 1, 0, 9), + (92765, "757032", 1, 0, 9), + (92766, "757032", 1, 0, 9), + (92767, "757032", 1, 0, 9), + (92768, "757032", 1, 0, 9), + (92769, "757032", 1, 0, 9), + (92770, "757032", 1, 0, 9), + (92771, "757032", 1, 0, 9), + (92772, "757033", 1, 0, 9), + (92773, "757033", 1, 0, 9), + (92774, "757033", 1, 0, 9), + (92775, "757033", 1, 0, 9), + (92776, "757033", 1, 0, 9), + (92777, "757033", 1, 0, 9), + (92778, "757033", 1, 0, 9), + (92779, "757033", 1, 0, 9), + (92780, "757033", 1, 0, 9), + (92781, "757033", 1, 0, 9), + (92782, "757018", 1, 0, 9), + (92783, "757018", 1, 0, 9), + (92784, "757018", 1, 0, 9), + (92785, "757018", 1, 0, 9), + (92786, "757018", 1, 0, 9), + (92787, "757105", 1, 0, 9), + (92788, "757105", 1, 0, 9), + (92789, "757105", 1, 0, 9), + (92790, "757105", 1, 0, 9), + (92791, "757105", 1, 0, 9), + (92792, "757105", 1, 0, 9), + (92793, "757105", 1, 0, 9), + (92794, "757020", 1, 0, 9), + (92795, "757034", 1, 0, 9), + (92796, "757053", 1, 0, 9), + (92797, "757053", 1, 0, 9), + (92798, "757053", 1, 0, 9), + (92799, "757053", 1, 0, 9), + (92800, "757053", 1, 0, 9), + (92801, "757053", 1, 0, 9), + (92802, "757053", 1, 0, 9), + (92803, "757053", 1, 0, 9), + (92804, "757053", 1, 0, 9), + (92805, "757053", 1, 0, 9), + (92806, "757087", 1, 0, 9), + (92807, "757087", 1, 0, 9), + (92808, "757087", 1, 0, 9), + (92809, "757087", 1, 0, 9), + (92810, "757087", 1, 0, 9), + (92811, "757087", 1, 0, 9), + (92812, "757087", 1, 0, 9), + (92813, "757087", 1, 0, 9), + (92814, "757087", 1, 0, 9), + (92815, "757087", 1, 0, 9), + (92816, "757087", 1, 0, 9), + (92817, "757077", 1, 0, 9), + (92818, "757077", 1, 0, 9), + (92819, "757077", 1, 0, 9), + (92820, "757077", 1, 0, 9), + (92821, "757077", 1, 0, 9), + (92822, "757077", 1, 0, 9), + (92823, "757077", 1, 0, 9), + (92824, "757077", 1, 0, 9), + (92825, "757040", 1, 0, 9), + (92826, "757040", 1, 0, 9), + (92827, "757040", 1, 0, 9), + (92828, "757050", 1, 0, 9), + (92829, "757046", 1, 0, 9), + (92830, "757042", 1, 0, 9), + (92831, "757050", 1, 0, 9), + (92832, "757046", 1, 0, 9), + (92833, "757050", 1, 0, 9), + (92834, "757050", 1, 0, 9), + (92835, "757046", 1, 0, 9), + (92836, "757046", 1, 0, 9), + (92837, "757046", 1, 0, 9), + (92838, "757046", 1, 0, 9), + (92839, "757046", 1, 0, 9), + (92840, "757046", 1, 0, 9), + (92841, "757046", 1, 0, 9), + (92842, "757054", 1, 0, 9), + (92843, "757054", 1, 0, 9), + (92844, "757054", 1, 0, 9), + (92845, "757054", 1, 0, 9), + (92846, "757054", 1, 0, 9), + (92847, "757054", 1, 0, 9), + (92848, "757047", 1, 0, 9), + (92849, "757047", 1, 0, 9), + (92850, "757047", 1, 0, 9), + (92851, "757047", 1, 0, 9), + (92852, "757047", 1, 0, 9), + (92853, "757047", 1, 0, 9), + (92854, "757047", 1, 0, 9), + (92855, "757042", 1, 0, 9), + (92856, "757042", 1, 0, 9), + (92857, "757042", 1, 0, 9), + (92858, "757042", 1, 0, 9), + (92859, "757042", 1, 0, 9), + (92860, "757042", 1, 0, 9), + (92861, "757042", 1, 0, 9), + (92862, "757042", 1, 0, 9), + (92863, "757042", 1, 0, 9), + (92864, "757042", 1, 0, 9), + (92865, "757050", 1, 0, 9), + (92866, "757050", 1, 0, 9), + (92867, "757050", 1, 0, 9), + (92868, "757050", 1, 0, 9), + (92869, "757050", 1, 0, 9), + (92870, "757050", 1, 0, 9), + (92871, "757050", 1, 0, 9), + (92872, "757050", 1, 0, 9), + (92873, "757045", 1, 0, 9), + (92874, "757045", 1, 0, 9), + (92875, "757045", 1, 0, 9), + (92876, "757045", 1, 0, 9), + (92877, "757045", 1, 0, 9), + (92878, "757045", 1, 0, 9), + (92879, "757045", 1, 0, 9), + (92880, "757034", 1, 0, 9), + (92881, "757034", 1, 0, 9), + (92882, "757034", 1, 0, 9), + (92883, "757034", 1, 0, 9), + (92884, "757034", 1, 0, 9), + (92885, "757034", 1, 0, 9), + (92886, "757034", 1, 0, 9), + (92887, "757034", 1, 0, 9), + (92888, "757034", 1, 0, 9), + (92889, "757034", 1, 0, 9), + (92890, "757040", 1, 0, 9), + (92891, "757040", 1, 0, 9), + (92892, "757040", 1, 0, 9), + (92893, "757040", 1, 0, 9), + (92894, "757040", 1, 0, 9), + (92895, "757040", 1, 0, 9), + (92896, "757040", 1, 0, 9), + (92897, "757040", 1, 0, 9), + (92898, "757041", 1, 0, 9), + (92899, "757041", 1, 0, 9), + (92900, "757041", 1, 0, 9), + (92901, "757041", 1, 0, 9), + (92902, "757041", 1, 0, 9), + (92903, "757041", 1, 0, 9), + (92904, "757041", 1, 0, 9), + (92905, "757100", 1, 0, 9), + (92906, "757100", 1, 0, 9), + (92907, "757100", 1, 0, 9), + (92908, "757100", 1, 0, 9), + (92909, "757100", 1, 0, 9), + (92910, "757100", 1, 0, 9), + (92911, "757100", 1, 0, 9), + (92912, "757028", 1, 0, 9), + (92913, "757028", 1, 0, 9), + (92914, "757028", 1, 0, 9), + (92915, "757028", 1, 0, 9), + (92916, "757028", 1, 0, 9), + (92917, "757028", 1, 0, 9), + (92918, "757028", 1, 0, 9), + (92919, "757028", 1, 0, 9), + (92920, "757028", 1, 0, 9), + (92921, "757028", 1, 0, 9), + (92922, "757028", 1, 0, 9), + (92923, "757025", 1, 0, 9), + (92924, "757025", 1, 0, 9), + (92925, "757025", 1, 0, 9), + (92926, "757025", 1, 0, 9), + (92927, "757025", 1, 0, 9), + (92928, "757025", 1, 0, 9), + (92929, "757025", 1, 0, 9), + (92930, "757025", 1, 0, 9), + (92931, "757025", 1, 0, 9), + (92932, "757025", 1, 0, 9), + (92933, "757025", 1, 0, 9), + (92934, "757025", 1, 0, 9), + (92935, "757025", 1, 0, 9), + (92936, "757025", 1, 0, 9), + (92937, "757082", 1, 0, 9), + (92938, "757052", 1, 0, 9), + (92939, "757052", 1, 0, 9), + (92940, "757052", 1, 0, 9), + (92941, "757052", 1, 0, 9), + (92942, "757029", 1, 0, 9), + (92943, "757029", 1, 0, 9), + (92944, "757029", 1, 0, 9), + (92945, "757029", 1, 0, 9), + (92946, "757029", 1, 0, 9), + (92947, "757029", 1, 0, 9), + (92948, "757029", 1, 0, 9), + (92949, "757029", 1, 0, 9), + (92950, "757029", 1, 0, 9), + (92951, "757029", 1, 0, 9), + (92952, "757029", 1, 0, 9), + (92953, "757003", 1, 0, 9), + (92954, "757003", 1, 0, 9), + (92955, "757003", 1, 0, 9), + (92956, "757003", 1, 0, 9), + (92957, "757107", 1, 0, 9), + (92958, "757003", 1, 0, 9), + (92959, "757020", 1, 0, 9), + (92960, "757020", 1, 0, 9), + (92961, "757020", 1, 0, 9), + (92962, "757020", 1, 0, 9), + (92963, "757020", 1, 0, 9), + (92964, "757055", 1, 0, 9), + (92965, "757055", 1, 0, 9), + (92966, "757055", 1, 0, 9), + (92967, "757055", 1, 0, 9), + (92968, "757055", 1, 0, 9), + (92969, "757055", 1, 0, 9), + (92970, "757018", 1, 0, 9), + (92971, "757018", 1, 0, 9), + (92972, "757018", 1, 0, 9), + (92973, "757018", 1, 0, 9), + (92974, "757018", 1, 0, 9), + (92975, "757018", 1, 0, 9), + (92976, "757018", 1, 0, 9), + (92977, "757018", 1, 0, 9), + (92978, "757018", 1, 0, 9), + (92979, "757018", 1, 0, 9), + (92980, "757018", 1, 0, 9), + (92981, "757018", 1, 0, 9), + (92982, "757018", 1, 0, 9), + (92983, "757049", 1, 0, 9), + (92984, "757049", 1, 0, 9), + (92985, "757049", 1, 0, 9), + (92986, "757049", 1, 0, 9), + (92987, "757049", 1, 0, 9), + (92988, "757049", 1, 0, 9), + (92989, "757049", 1, 0, 9), + (92990, "757049", 1, 0, 9), + (92991, "757049", 1, 0, 9), + (92992, "757049", 1, 0, 9), + (92993, "757049", 1, 0, 9), + (92994, "757049", 1, 0, 9), + (92995, "757049", 1, 0, 9), + (92996, "757014", 1, 0, 9), + (92997, "757014", 1, 0, 9), + (92998, "757014", 1, 0, 9), + (92999, "757014", 1, 0, 9), + (93000, "757014", 1, 0, 9), + (93001, "757020", 1, 0, 9), + (93002, "757020", 1, 0, 9), + (93003, "757020", 1, 0, 9), + (93004, "757020", 1, 0, 9), + (93005, "757020", 1, 0, 9), + (93006, "757020", 1, 0, 9), + (93007, "757073", 1, 0, 9), + (93008, "757073", 1, 0, 9), + (93009, "757073", 1, 0, 9), + (93010, "757073", 1, 0, 9), + (93011, "757073", 1, 0, 9), + (93012, "757073", 1, 0, 9), + (93013, "757016", 1, 0, 9), + (93014, "757016", 1, 0, 9), + (93015, "757016", 1, 0, 9), + (93016, "757016", 1, 0, 9), + (93017, "757016", 1, 0, 9), + (93018, "757016", 1, 0, 9), + (93019, "757016", 1, 0, 9), + (93020, "757049", 1, 0, 9), + (93021, "757014", 1, 0, 9), + (93022, "757014", 1, 0, 9), + (93023, "757014", 1, 0, 9), + (93024, "757014", 1, 0, 9), + (93025, "757014", 1, 0, 9), + (93026, "757021", 1, 0, 9), + (93027, "757021", 1, 0, 9), + (93028, "757021", 1, 0, 9), + (93029, "757021", 1, 0, 9), + (93030, "757021", 1, 0, 9), + (93031, "757021", 1, 0, 9), + (93032, "757021", 1, 0, 9), + (93033, "757023", 1, 0, 9), + (93034, "757023", 1, 0, 9), + (93035, "757023", 1, 0, 9), + (93036, "757023", 1, 0, 9), + (93037, "757023", 1, 0, 9), + (93038, "757023", 1, 0, 9), + (93039, "757023", 1, 0, 9), + (93040, "757023", 1, 0, 9), + (93041, "757023", 1, 0, 9), + (93042, "757023", 1, 0, 9), + (93043, "757023", 1, 0, 9), + (93044, "757084", 1, 0, 9), + (93045, "757084", 1, 0, 9), + (93046, "757084", 1, 0, 9), + (93047, "757084", 1, 0, 9), + (93048, "757084", 1, 0, 9), + (93049, "757084", 1, 0, 9), + (93050, "757084", 1, 0, 9), + (93051, "757084", 1, 0, 9), + (93052, "757084", 1, 0, 9), + (93053, "757084", 1, 0, 9), + (93054, "757084", 1, 0, 9), + (93055, "757084", 1, 0, 9), + (93056, "757030", 1, 0, 9), + (93057, "757030", 1, 0, 9), + (93058, "757030", 1, 0, 9), + (93059, "757030", 1, 0, 9), + (93060, "757030", 1, 0, 9), + (93061, "757030", 1, 0, 9), + (93062, "757030", 1, 0, 9), + (93063, "757030", 1, 0, 9), + (93064, "757030", 1, 0, 9), + (93065, "757030", 1, 0, 9), + (93066, "757030", 1, 0, 9), + (93067, "757030", 1, 0, 9), + (93068, "757030", 1, 0, 9), + (93069, "757030", 1, 0, 9), + (93070, "757030", 1, 0, 9), + (93071, "757081", 1, 0, 9), + (93072, "757081", 1, 0, 9), + (93073, "757081", 1, 0, 9), + (93074, "757081", 1, 0, 9), + (93075, "757081", 1, 0, 9), + (93076, "757081", 1, 0, 9), + (93077, "757081", 1, 0, 9), + (93078, "757081", 1, 0, 9), + (93079, "757107", 1, 0, 9), + (93080, "757107", 1, 0, 9), + (93081, "757107", 1, 0, 9), + (93082, "757107", 1, 0, 9), + (93083, "757107", 1, 0, 9), + (93084, "757107", 1, 0, 9), + (93085, "757107", 1, 0, 9), + (93086, "757022", 1, 0, 9), + (93087, "757022", 1, 0, 9), + (93088, "757022", 1, 0, 9), + (93089, "757022", 1, 0, 9), + (93090, "757022", 1, 0, 9), + (93091, "757022", 1, 0, 9), + (93092, "757022", 1, 0, 9), + (93093, "757022", 1, 0, 9), + (93094, "757022", 1, 0, 9), + (93095, "757103", 1, 0, 9), + (93096, "757103", 1, 0, 9), + (93097, "757024", 1, 0, 9), + (93098, "757024", 1, 0, 9), + (93099, "757024", 1, 0, 9), + (93100, "757024", 1, 0, 9), + (93101, "757024", 1, 0, 9), + (93102, "757024", 1, 0, 9), + (93103, "757024", 1, 0, 9), + (93104, "757024", 1, 0, 9), + (93105, "757024", 1, 0, 9), + (93106, "757024", 1, 0, 9), + (93107, "757024", 1, 0, 9), + (93108, "757032", 1, 0, 9), + (93109, "757032", 1, 0, 9), + (93110, "757032", 1, 0, 9), + (93111, "757032", 1, 0, 9), + (93112, "757032", 1, 0, 9), + (93113, "757032", 1, 0, 9), + (93114, "757032", 1, 0, 9), + (93115, "757026", 1, 0, 9), + (93116, "757026", 1, 0, 9), + (93117, "757026", 1, 0, 9), + (93118, "757026", 1, 0, 9), + (93119, "757026", 1, 0, 9), + (93120, "757026", 1, 0, 9), + (93121, "757026", 1, 0, 9), + (93122, "757026", 1, 0, 9), + (93123, "757026", 1, 0, 9), + (93124, "757026", 1, 0, 9), + (93125, "757026", 1, 0, 9), + (93126, "757074", 1, 0, 9), + (93127, "757074", 1, 0, 9), + (93128, "757074", 1, 0, 9), + (93129, "757074", 1, 0, 9), + (93130, "757074", 1, 0, 9), + (93131, "757074", 1, 0, 9), + (93132, "757074", 1, 0, 9), + (93133, "757083", 1, 0, 9), + (93134, "757040", 1, 0, 9), + (93135, "757040", 1, 0, 9), + (93136, "757040", 1, 0, 9), + (93137, "757085", 1, 0, 9), + (93138, "757085", 1, 0, 9), + (93139, "757085", 1, 0, 9), + (93140, "757085", 1, 0, 9), + (93141, "757085", 1, 0, 9), + (93142, "757085", 1, 0, 9), + (93143, "757027", 1, 0, 9), + (93144, "757027", 1, 0, 9), + (93145, "757102", 1, 0, 9), + (93146, "757102", 1, 0, 9), + (93147, "757102", 1, 0, 9), + (93148, "757102", 1, 0, 9), + (93149, "757102", 1, 0, 9), + (93150, "757101", 1, 0, 9), + (93151, "757101", 1, 0, 9), + (93152, "757101", 1, 0, 9), + (93153, "757101", 1, 0, 9), + (93154, "757106", 1, 0, 9), + (93155, "757106", 1, 0, 9), + (93156, "757106", 1, 0, 9), + (93157, "757106", 1, 0, 9), + (93158, "757079", 1, 0, 9), + (93159, "757079", 1, 0, 9), + (93160, "757079", 1, 0, 9), + (93161, "757079", 1, 0, 9), + (93162, "757079", 1, 0, 9), + (93163, "757079", 1, 0, 9), + (93164, "757079", 1, 0, 9), + (93165, "757079", 1, 0, 9), + (93166, "757041", 1, 0, 9), + (93167, "757041", 1, 0, 9), + (93168, "757041", 1, 0, 9), + (93169, "757041", 1, 0, 9), + (93170, "757041", 1, 0, 9), + (93171, "757041", 1, 0, 9), + (93172, "757082", 1, 0, 9), + (93173, "757082", 1, 0, 9), + (93174, "757082", 1, 0, 9), + (93175, "757082", 1, 0, 9), + (93176, "757082", 1, 0, 9), + (93177, "757082", 1, 0, 9), + (93178, "757082", 1, 0, 9), + (93179, "757052", 1, 0, 9), + (93180, "757052", 1, 0, 9), + (93181, "757052", 1, 0, 9), + (93182, "757052", 1, 0, 9), + (93183, "757052", 1, 0, 9), + (93184, "757052", 1, 0, 9), + (93185, "757052", 1, 0, 9), + (93186, "757052", 1, 0, 9), + (93187, "757052", 1, 0, 9), + (93188, "757052", 1, 0, 9), + (93189, "757083", 1, 0, 9), + (93190, "757083", 1, 0, 9), + (93191, "757083", 1, 0, 9), + (93192, "757083", 1, 0, 9), + (93193, "757104", 1, 0, 9), + (93194, "757104", 1, 0, 9), + (93195, "757104", 1, 0, 9), + (93196, "757104", 1, 0, 9), + (93197, "757075", 1, 0, 9), + (93198, "757075", 1, 0, 9), + (93199, "757075", 1, 0, 9), + (93200, "757075", 1, 0, 9), + (93201, "757075", 1, 0, 9), + (93202, "757075", 1, 0, 9), + (93203, "757075", 1, 0, 9), + (93204, "757075", 1, 0, 9), + (93205, "757075", 1, 0, 9), + (93206, "757075", 1, 0, 9), + (93207, "757075", 1, 0, 9), + (93208, "757019", 1, 0, 9), + (93209, "757019", 1, 0, 9), + (93210, "757019", 1, 0, 9), + (93211, "757019", 1, 0, 9), + (93212, "757019", 1, 0, 9), + (93213, "757019", 1, 0, 9), + (93214, "757019", 1, 0, 9), + (93215, "757019", 1, 0, 9), + (93216, "757019", 1, 0, 9), + (93217, "757019", 1, 0, 9), + (93218, "757017", 1, 0, 9), + (93219, "757017", 1, 0, 9), + (93220, "757017", 1, 0, 9), + (93221, "757017", 1, 0, 9), + (93222, "757017", 1, 0, 9), + (93223, "757017", 1, 0, 9), + (93224, "757017", 1, 0, 9), + (93225, "757017", 1, 0, 9), + (93226, "757017", 1, 0, 9), + (93227, "757103", 1, 0, 9), + (93228, "757033", 1, 0, 9), + (93229, "757033", 1, 0, 9), + (93230, "757033", 1, 0, 9), + (93231, "757033", 1, 0, 9), + (93232, "757033", 1, 0, 9), + (93233, "757048", 1, 0, 9), + (93234, "757048", 1, 0, 9), + (93235, "757048", 1, 0, 9), + (93236, "757048", 1, 0, 9), + (93237, "757048", 1, 0, 9), + (93238, "757048", 1, 0, 9), + (93239, "757048", 1, 0, 9), + (93240, "757048", 1, 0, 9), + (93241, "757086", 1, 0, 9), + (93242, "757086", 1, 0, 9), + (93243, "757086", 1, 0, 9), + (93244, "757086", 1, 0, 9), + (93245, "757086", 1, 0, 9), + (93246, "757086", 1, 0, 9), + (93247, "757086", 1, 0, 9), + (93248, "757086", 1, 0, 9), + (93249, "757086", 1, 0, 9), + (93250, "757086", 1, 0, 9), + (93251, "757093", 1, 0, 9), + (93252, "757093", 1, 0, 9), + (93253, "757093", 1, 0, 9), + (93254, "757093", 1, 0, 9), + (93255, "757092", 1, 0, 9), + (93256, "757092", 1, 0, 9), + (93257, "757092", 1, 0, 9), + (93258, "757092", 1, 0, 9), + (93259, "757092", 1, 0, 9), + (93260, "757092", 1, 0, 9), + (93261, "757092", 1, 0, 9), + (93262, "757092", 1, 0, 9), + (93263, "757092", 1, 0, 9), + (93264, "757092", 1, 0, 9), + (93265, "757051", 1, 0, 9), + (93266, "757051", 1, 0, 9), + (93267, "757051", 1, 0, 9), + (93268, "757051", 1, 0, 9), + (93269, "757051", 1, 0, 9), + (93270, "757051", 1, 0, 9), + (93271, "757051", 1, 0, 9), + (93272, "757051", 1, 0, 9), + (93273, "757051", 1, 0, 9), + (93274, "757031", 1, 0, 9), + (93275, "757031", 1, 0, 9), + (93276, "757031", 1, 0, 9), + (93277, "757031", 1, 0, 9), + (93278, "757031", 1, 0, 9), + (93279, "757031", 1, 0, 9), + (93280, "757091", 1, 0, 9), + (93281, "757091", 1, 0, 9), + (93282, "757091", 1, 0, 9), + (93283, "757091", 1, 0, 9), + (93284, "757091", 1, 0, 9), + (93285, "757091", 1, 0, 9), + (93286, "757091", 1, 0, 9), + (93287, "757091", 1, 0, 9), + (93288, "757091", 1, 0, 9), + (93289, "757091", 1, 0, 9), + (93290, "757036", 1, 0, 9), + (93291, "757036", 1, 0, 9), + (93292, "757036", 1, 0, 9), + (93293, "757036", 1, 0, 9), + (93294, "757036", 1, 0, 9), + (93295, "757036", 1, 0, 9), + (93296, "757036", 1, 0, 9), + (93297, "757036", 1, 0, 9), + (93298, "757036", 1, 0, 9), + (93299, "757036", 1, 0, 9), + (93300, "757036", 1, 0, 9), + (93301, "757036", 1, 0, 9), + (93302, "757036", 1, 0, 9), + (93303, "757036", 1, 0, 9), + (93304, "757036", 1, 0, 9), + (93305, "757037", 1, 0, 9), + (93306, "757037", 1, 0, 9), + (93307, "757037", 1, 0, 9), + (93308, "757037", 1, 0, 9), + (93309, "757037", 1, 0, 9), + (93310, "757037", 1, 0, 9), + (93311, "757037", 1, 0, 9), + (93312, "757037", 1, 0, 9), + (93313, "757037", 1, 0, 9), + (93314, "757037", 1, 0, 9), + (93315, "757037", 1, 0, 9), + (93316, "762103", 1, 0, 9), + (93317, "762014", 1, 0, 9), + (93318, "762024", 1, 0, 9), + (93319, "762104", 1, 0, 9), + (93320, "762020", 1, 0, 9), + (93321, "762105", 1, 0, 9), + (93322, "762102", 1, 0, 9), + (93323, "762013", 1, 0, 9), + (93324, "762100", 1, 0, 9), + (93325, "762103", 1, 0, 9), + (93326, "762103", 1, 0, 9), + (93327, "762103", 1, 0, 9), + (93328, "762103", 1, 0, 9), + (93329, "762103", 1, 0, 9), + (93330, "762021", 1, 0, 9), + (93331, "762021", 1, 0, 9), + (93332, "762021", 1, 0, 9), + (93333, "762021", 1, 0, 9), + (93334, "762021", 1, 0, 9), + (93335, "762021", 1, 0, 9), + (93336, "762021", 1, 0, 9), + (93337, "762021", 1, 0, 9), + (93338, "762021", 1, 0, 9), + (93339, "762110", 1, 0, 9), + (93340, "762110", 1, 0, 9), + (93341, "762110", 1, 0, 9), + (93342, "762110", 1, 0, 9), + (93343, "762110", 1, 0, 9), + (93344, "762110", 1, 0, 9), + (93345, "762110", 1, 0, 9), + (93346, "762110", 1, 0, 9), + (93347, "762110", 1, 0, 9), + (93348, "762110", 1, 0, 9), + (93349, "762014", 1, 0, 9), + (93350, "762014", 1, 0, 9), + (93351, "762014", 1, 0, 9), + (93352, "762014", 1, 0, 9), + (93353, "762014", 1, 0, 9), + (93354, "762014", 1, 0, 9), + (93355, "762014", 1, 0, 9), + (93356, "762014", 1, 0, 9), + (93357, "762014", 1, 0, 9), + (93358, "762014", 1, 0, 9), + (93359, "762014", 1, 0, 9), + (93360, "762014", 1, 0, 9), + (93361, "762014", 1, 0, 9), + (93362, "762014", 1, 0, 9), + (93363, "762015", 1, 0, 9), + (93364, "762015", 1, 0, 9), + (93365, "762015", 1, 0, 9), + (93366, "762015", 1, 0, 9), + (93367, "762015", 1, 0, 9), + (93368, "762015", 1, 0, 9), + (93369, "762015", 1, 0, 9), + (93370, "762015", 1, 0, 9), + (93371, "762015", 1, 0, 9), + (93372, "762015", 1, 0, 9), + (93373, "762015", 1, 0, 9), + (93374, "762015", 1, 0, 9), + (93375, "762015", 1, 0, 9), + (93376, "762015", 1, 0, 9), + (93377, "762015", 1, 0, 9), + (93378, "762015", 1, 0, 9), + (93379, "762015", 1, 0, 9), + (93380, "762015", 1, 0, 9), + (93381, "762015", 1, 0, 9), + (93382, "762024", 1, 0, 9), + (93383, "762024", 1, 0, 9), + (93384, "762024", 1, 0, 9), + (93385, "762024", 1, 0, 9), + (93386, "762024", 1, 0, 9), + (93387, "762024", 1, 0, 9), + (93388, "762024", 1, 0, 9), + (93389, "762024", 1, 0, 9), + (93390, "762024", 1, 0, 9), + (93391, "762028", 1, 0, 9), + (93392, "762028", 1, 0, 9), + (93393, "762028", 1, 0, 9), + (93394, "762028", 1, 0, 9), + (93395, "762028", 1, 0, 9), + (93396, "762028", 1, 0, 9), + (93397, "762028", 1, 0, 9), + (93398, "762002", 1, 0, 9), + (93399, "762002", 1, 0, 9), + (93400, "762002", 1, 0, 9), + (93401, "762002", 1, 0, 9), + (93402, "762002", 1, 0, 9), + (93403, "762002", 1, 0, 9), + (93404, "762002", 1, 0, 9), + (93405, "762002", 1, 0, 9), + (93406, "762002", 1, 0, 9), + (93407, "762002", 1, 0, 9), + (93408, "762002", 1, 0, 9), + (93409, "762002", 1, 0, 9), + (93410, "762002", 1, 0, 9), + (93411, "762002", 1, 0, 9), + (93412, "762002", 1, 0, 9), + (93413, "762002", 1, 0, 9), + (93414, "762002", 1, 0, 9), + (93415, "762002", 1, 0, 9), + (93416, "762104", 1, 0, 9), + (93417, "762104", 1, 0, 9), + (93418, "762104", 1, 0, 9), + (93419, "762104", 1, 0, 9), + (93420, "762104", 1, 0, 9), + (93421, "762104", 1, 0, 9), + (93422, "762104", 1, 0, 9), + (93423, "762104", 1, 0, 9), + (93424, "762104", 1, 0, 9), + (93425, "762104", 1, 0, 9), + (93426, "762104", 1, 0, 9), + (93427, "762104", 1, 0, 9), + (93428, "762104", 1, 0, 9), + (93429, "762104", 1, 0, 9), + (93430, "605010", 1, 0, 21), + (93431, "605006", 1, 0, 21), + (93432, "605104", 1, 0, 21), + (93433, "605008", 1, 0, 21), + (93434, "609605", 1, 0, 21), + (93435, "609606", 1, 0, 21), + (93436, "609609", 1, 0, 21), + (93437, "609602", 1, 0, 21), + (93438, "609602", 1, 0, 21), + (93439, "609602", 1, 0, 21), + (93440, "609601", 1, 0, 21), + (93441, "609603", 1, 0, 21), + (93442, "609604", 1, 0, 21), + (93443, "609607", 1, 0, 21), + (93444, "533464", 1, 0, 21), + (93445, "605004", 1, 0, 21), + (93446, "605001", 1, 0, 21), + (93447, "605003", 1, 0, 21), + (93448, "605005", 1, 0, 21), + (93449, "605106", 1, 0, 21), + (93450, "605014", 1, 0, 21), + (93451, "605013", 1, 0, 21), + (93452, "605002", 1, 0, 21), + (93453, "605009", 1, 0, 21), + (93454, "605011", 1, 0, 21), + (93455, "605110", 1, 0, 21), + (93456, "605501", 1, 0, 21), + (93457, "605007", 1, 0, 21), + (93458, "607402", 1, 0, 21), + (93459, "605004", 1, 0, 21), + (93460, "607402", 1, 0, 21), + (93461, "605110", 1, 0, 21), + (93462, "605111", 1, 0, 21), + (93463, "605009", 1, 0, 21), + (93464, "607403", 1, 0, 21), + (93465, "605010", 1, 0, 21), + (93466, "605106", 1, 0, 21), + (93467, "605106", 1, 0, 21), + (93468, "605106", 1, 0, 21), + (93469, "605106", 1, 0, 21), + (93470, "607402", 1, 0, 21), + (93471, "607402", 1, 0, 21), + (93472, "607402", 1, 0, 21), + (93473, "607403", 1, 0, 21), + (93474, "605101", 1, 0, 21), + (93475, "605004", 1, 0, 21), + (93476, "605004", 1, 0, 21), + (93477, "605007", 1, 0, 21), + (93478, "605007", 1, 0, 21), + (93479, "605007", 1, 0, 21), + (93480, "605104", 1, 0, 21), + (93481, "605007", 1, 0, 21), + (93482, "605007", 1, 0, 21), + (93483, "605007", 1, 0, 21), + (93484, "673310", 1, 0, 21), + (93485, "673310", 1, 0, 21), + (93486, "673310", 1, 0, 21), + (93487, "605102", 1, 0, 21), + (93488, "605110", 1, 0, 21), + (93489, "605102", 1, 0, 21), + (93490, "605014", 1, 0, 21), + (93491, "605107", 1, 0, 21), + (93492, "605502", 1, 0, 21), + (93493, "605502", 1, 0, 21), + (93494, "605502", 1, 0, 21), + (93495, "605105", 1, 0, 21), + (93496, "605110", 1, 0, 21), + (93497, "605110", 1, 0, 21), + (93498, "605107", 1, 0, 21), + (93499, "605107", 1, 0, 21), + (93500, "605009", 1, 0, 21), + (93501, "605009", 1, 0, 21), + (93502, "605502", 1, 0, 21), + (93503, "605501", 1, 0, 21), + (93504, "605501", 1, 0, 21), + (93505, "605501", 1, 0, 21), + (93506, "605501", 1, 0, 21), + (93507, "605110", 1, 0, 21), + (93508, "609607", 1, 0, 21), + (93509, "609607", 1, 0, 21), + (93510, "609607", 1, 0, 21), + (93511, "609607", 1, 0, 21), + (93512, "609601", 1, 0, 21), + (93513, "609601", 1, 0, 21), + (93514, "609602", 1, 0, 21), + (93515, "609602", 1, 0, 21), + (93516, "609609", 1, 0, 21), + (93517, "609609", 1, 0, 21), + (93518, "609604", 1, 0, 21), + (93519, "609605", 1, 0, 21), + (93520, "609605", 1, 0, 21), + (93521, "609606", 1, 0, 21), + (93522, "609603", 1, 0, 21), + (93523, "609603", 1, 0, 21), + (93524, "609603", 1, 0, 21), + (93525, "143002", 1, 0, 13), + (93526, "143102", 1, 0, 13), + (93527, "143108", 1, 0, 13), + (93528, "143413", 1, 0, 13), + (93529, "143202", 1, 0, 13), + (93530, "143201", 1, 0, 13), + (93531, "143303", 1, 0, 13), + (93532, "143203", 1, 0, 13), + (93533, "143105", 1, 0, 13), + (93534, "143301", 1, 0, 13), + (93535, "143103", 1, 0, 13), + (93536, "143504", 1, 0, 13), + (93537, "143109", 1, 0, 13), + (93538, "143408", 1, 0, 13), + (93539, "143606", 1, 0, 13), + (93540, "143107", 1, 0, 13), + (93541, "143204", 1, 0, 13), + (93542, "143411", 1, 0, 13), + (93543, "143407", 1, 0, 13), + (93544, "143113", 1, 0, 13), + (93545, "143422", 1, 0, 13), + (93546, "143006", 1, 0, 13), + (93547, "143005", 1, 0, 13), + (93548, "143412", 1, 0, 13), + (93549, "143022", 1, 0, 13), + (93550, "143305", 1, 0, 13), + (93551, "143415", 1, 0, 13), + (93552, "143111", 1, 0, 13), + (93553, "143117", 1, 0, 13), + (93554, "143502", 1, 0, 13), + (93555, "143304", 1, 0, 13), + (93556, "143114", 1, 0, 13), + (93557, "143409", 1, 0, 13), + (93558, "143416", 1, 0, 13), + (93559, "143105", 1, 0, 13), + (93560, "143406", 1, 0, 13), + (93561, "143002", 1, 0, 13), + (93562, "143115", 1, 0, 13), + (93563, "143149", 1, 0, 13), + (93564, "143112", 1, 0, 13), + (93565, "143002", 1, 0, 13), + (93566, "143603", 1, 0, 13), + (93567, "143101", 1, 0, 13), + (93568, "143006", 1, 0, 13), + (93569, "143302", 1, 0, 13), + (93570, "143205", 1, 0, 13), + (93571, "143410", 1, 0, 13), + (93572, "143414", 1, 0, 13), + (93573, "143116", 1, 0, 13), + (93574, "143501", 1, 0, 13), + (93575, "143601", 1, 0, 13), + (93576, "143419", 1, 0, 13), + (93577, "151005", 1, 0, 13), + (93578, "151004", 1, 0, 13), + (93579, "151501", 1, 0, 13), + (93580, "151206", 1, 0, 13), + (93581, "151106", 1, 0, 13), + (93582, "151101", 1, 0, 13), + (93583, "151508", 1, 0, 13), + (93584, "151504", 1, 0, 13), + (93585, "151503", 1, 0, 13), + (93586, "151502", 1, 0, 13), + (93587, "151505", 1, 0, 13), + (93588, "151505", 1, 0, 13), + (93589, "151002", 1, 0, 13), + (93590, "151111", 1, 0, 13), + (93591, "151201", 1, 0, 13), + (93592, "151001", 1, 0, 13), + (93593, "151506", 1, 0, 13), + (93594, "151001", 1, 0, 13), + (93595, "151509", 1, 0, 13), + (93596, "151505", 1, 0, 13), + (93597, "151001", 1, 0, 13), + (93598, "151003", 1, 0, 13), + (93599, "151102", 1, 0, 13), + (93600, "151104", 1, 0, 13), + (93601, "151301", 1, 0, 13), + (93602, "151103", 1, 0, 13), + (93603, "151103", 1, 0, 13), + (93604, "151005", 1, 0, 13), + (93605, "151108", 1, 0, 13), + (93606, "151401", 1, 0, 13), + (93607, "151507", 1, 0, 13), + (93608, "151302", 1, 0, 13), + (93609, "142045", 1, 0, 13), + (93610, "142057", 1, 0, 13), + (93611, "142049", 1, 0, 13), + (93612, "142037", 1, 0, 13), + (93613, "142055", 1, 0, 13), + (93614, "142011", 1, 0, 13), + (93615, "142039", 1, 0, 13), + (93616, "142046", 1, 0, 13), + (93617, "142040", 1, 0, 13), + (93618, "142056", 1, 0, 13), + (93619, "152032", 1, 0, 13), + (93620, "151212", 1, 0, 13), + (93621, "151209", 1, 0, 13), + (93622, "152114", 1, 0, 13), + (93623, "151211", 1, 0, 13), + (93624, "151213", 1, 0, 13), + (93625, "152026", 1, 0, 13), + (93626, "142003", 1, 0, 13), + (93627, "142001", 1, 0, 13), + (93628, "142001", 1, 0, 13), + (93629, "142002", 1, 0, 13), + (93630, "142038", 1, 0, 13), + (93631, "142053", 1, 0, 13), + (93632, "142048", 1, 0, 13), + (93633, "142054", 1, 0, 13), + (93634, "151203", 1, 0, 13), + (93635, "151210", 1, 0, 13), + (93636, "151205", 1, 0, 13), + (93637, "151208", 1, 0, 13), + (93638, "152025", 1, 0, 13), + (93639, "152115", 1, 0, 13), + (93640, "152031", 1, 0, 13), + (93641, "152101", 1, 0, 13), + (93642, "151202", 1, 0, 13), + (93643, "151204", 1, 0, 13), + (93644, "152113", 1, 0, 13), + (93645, "152107", 1, 0, 13), + (93646, "152026", 1, 0, 13), + (93647, "151207", 1, 0, 13), + (93648, "152112", 1, 0, 13), + (93649, "152116", 1, 0, 13), + (93650, "152116", 1, 0, 13), + (93651, "152124", 1, 0, 13), + (93652, "152117", 1, 0, 13), + (93653, "142041", 1, 0, 13), + (93654, "152003", 1, 0, 13), + (93655, "152002", 1, 0, 13), + (93656, "152001", 1, 0, 13), + (93657, "142042", 1, 0, 13), + (93658, "152123", 1, 0, 13), + (93659, "152001", 1, 0, 13), + (93660, "142052", 1, 0, 13), + (93661, "152002", 1, 0, 13), + (93662, "152123", 1, 0, 13), + (93663, "152022", 1, 0, 13), + (93664, "152128", 1, 0, 13), + (93665, "152024", 1, 0, 13), + (93666, "152024", 1, 0, 13), + (93667, "142058", 1, 0, 13), + (93668, "142043", 1, 0, 13), + (93669, "152121", 1, 0, 13), + (93670, "152116", 1, 0, 13), + (93671, "142044", 1, 0, 13), + (93672, "152021", 1, 0, 13), + (93673, "152033", 1, 0, 13), + (93674, "152023", 1, 0, 13), + (93675, "152028", 1, 0, 13), + (93676, "152132", 1, 0, 13), + (93677, "142060", 1, 0, 13), + (93678, "152122", 1, 0, 13), + (93679, "152116", 1, 0, 13), + (93680, "152116", 1, 0, 13), + (93681, "152002", 1, 0, 13), + (93682, "152004", 1, 0, 13), + (93683, "142050", 1, 0, 13), + (93684, "142047", 1, 0, 13), + (93685, "145001", 1, 0, 13), + (93686, "145001", 1, 0, 13), + (93687, "143532", 1, 0, 13), + (93688, "145027", 1, 0, 13), + (93689, "143505", 1, 0, 13), + (93690, "143511", 1, 0, 13), + (93691, "143517", 1, 0, 13), + (93692, "145001", 1, 0, 13), + (93693, "145001", 1, 0, 13), + (93694, "143604", 1, 0, 13), + (93695, "145001", 1, 0, 13), + (93696, "143519", 1, 0, 13), + (93697, "143605", 1, 0, 13), + (93698, "143531", 1, 0, 13), + (93699, "145022", 1, 0, 13), + (93700, "143602", 1, 0, 13), + (93701, "143533", 1, 0, 13), + (93702, "143514", 1, 0, 13), + (93703, "143506", 1, 0, 13), + (93704, "143521", 1, 0, 13), + (93705, "143505", 1, 0, 13), + (93706, "143527", 1, 0, 13), + (93707, "143528", 1, 0, 13), + (93708, "143513", 1, 0, 13), + (93709, "143512", 1, 0, 13), + (93710, "145001", 1, 0, 13), + (93711, "143505", 1, 0, 13), + (93712, "145024", 1, 0, 13), + (93713, "145025", 1, 0, 13), + (93714, "143525", 1, 0, 13), + (93715, "145101", 1, 0, 13), + (93716, "145001", 1, 0, 13), + (93717, "145026", 1, 0, 13), + (93718, "143518", 1, 0, 13), + (93719, "143505", 1, 0, 13), + (93720, "143516", 1, 0, 13), + (93721, "145029", 1, 0, 13), + (93722, "143520", 1, 0, 13), + (93723, "143515", 1, 0, 13), + (93724, "145023", 1, 0, 13), + (93725, "143534", 1, 0, 13), + (93726, "143529", 1, 0, 13), + (93727, "143530", 1, 0, 13), + (93728, "143526", 1, 0, 13), + (93729, "145001", 1, 0, 13), + (93730, "143507", 1, 0, 13), + (93731, "146001", 1, 0, 13), + (93732, "144221", 1, 0, 13), + (93733, "144208", 1, 0, 13), + (93734, "146001", 1, 0, 13), + (93735, "144530", 1, 0, 13), + (93736, "144209", 1, 0, 13), + (93737, "144223", 1, 0, 13), + (93738, "146001", 1, 0, 13), + (93739, "146116", 1, 0, 13), + (93740, "144522", 1, 0, 13), + (93741, "144305", 1, 0, 13), + (93742, "146110", 1, 0, 13), + (93743, "144519", 1, 0, 13), + (93744, "146105", 1, 0, 13), + (93745, "144202", 1, 0, 13), + (93746, "146001", 1, 0, 13), + (93747, "144531", 1, 0, 13), + (93748, "144526", 1, 0, 13), + (93749, "144211", 1, 0, 13), + (93750, "146114", 1, 0, 13), + (93751, "146106", 1, 0, 13), + (93752, "146115", 1, 0, 13), + (93753, "146107", 1, 0, 13), + (93754, "146022", 1, 0, 13), + (93755, "144404", 1, 0, 13), + (93756, "144533", 1, 0, 13), + (93757, "146001", 1, 0, 13), + (93758, "144406", 1, 0, 13), + (93759, "146023", 1, 0, 13), + (93760, "144521", 1, 0, 13), + (93761, "146101", 1, 0, 13), + (93762, "146102", 1, 0, 13), + (93763, "146103", 1, 0, 13), + (93764, "144224", 1, 0, 13), + (93765, "144306", 1, 0, 13), + (93766, "144213", 1, 0, 13), + (93767, "146001", 1, 0, 13), + (93768, "144210", 1, 0, 13), + (93769, "146104", 1, 0, 13), + (93770, "144523", 1, 0, 13), + (93771, "144520", 1, 0, 13), + (93772, "144212", 1, 0, 13), + (93773, "146113", 1, 0, 13), + (93774, "144222", 1, 0, 13), + (93775, "144206", 1, 0, 13), + (93776, "146024", 1, 0, 13), + (93777, "144207", 1, 0, 13), + (93778, "144527", 1, 0, 13), + (93779, "146111", 1, 0, 13), + (93780, "146001", 1, 0, 13), + (93781, "146112", 1, 0, 13), + (93782, "144528", 1, 0, 13), + (93783, "146021", 1, 0, 13), + (93784, "144525", 1, 0, 13), + (93785, "144529", 1, 0, 13), + (93786, "144532", 1, 0, 13), + (93787, "146108", 1, 0, 13), + (93788, "144524", 1, 0, 13), + (93789, "144105", 1, 0, 13), + (93790, "144216", 1, 0, 13), + (93791, "144204", 1, 0, 13), + (93792, "144214", 1, 0, 13), + (93793, "146109", 1, 0, 13), + (93794, "144204", 1, 0, 13), + (93795, "144102", 1, 0, 13), + (93796, "144106", 1, 0, 13), + (93797, "144103", 1, 0, 13), + (93798, "144301", 1, 0, 13), + (93799, "144021", 1, 0, 13), + (93800, "144002", 1, 0, 13), + (93801, "144002", 1, 0, 13), + (93802, "144002", 1, 0, 13), + (93803, "144008", 1, 0, 13), + (93804, "144001", 1, 0, 13), + (93805, "144302", 1, 0, 13), + (93806, "144008", 1, 0, 13), + (93807, "144003", 1, 0, 13), + (93808, "144201", 1, 0, 13), + (93809, "144008", 1, 0, 13), + (93810, "144002", 1, 0, 13), + (93811, "144008", 1, 0, 13), + (93812, "144028", 1, 0, 13), + (93813, "144002", 1, 0, 13), + (93814, "144009", 1, 0, 13), + (93815, "144104", 1, 0, 13), + (93816, "144008", 1, 0, 13), + (93817, "144001", 1, 0, 13), + (93818, "144008", 1, 0, 13), + (93819, "144001", 1, 0, 13), + (93820, "144004", 1, 0, 13), + (93821, "144004", 1, 0, 13), + (93822, "144004", 1, 0, 13), + (93823, "144025", 1, 0, 13), + (93824, "144303", 1, 0, 13), + (93825, "144001", 1, 0, 13), + (93826, "144026", 1, 0, 13), + (93827, "144003", 1, 0, 13), + (93828, "144003", 1, 0, 13), + (93829, "144001", 1, 0, 13), + (93830, "144101", 1, 0, 13), + (93831, "144004", 1, 0, 13), + (93832, "144001", 1, 0, 13), + (93833, "144001", 1, 0, 13), + (93834, "144001", 1, 0, 13), + (93835, "144001", 1, 0, 13), + (93836, "144001", 1, 0, 13), + (93837, "144001", 1, 0, 13), + (93838, "144004", 1, 0, 13), + (93839, "144027", 1, 0, 13), + (93840, "144030", 1, 0, 13), + (93841, "144011", 1, 0, 13), + (93842, "144416", 1, 0, 13), + (93843, "144417", 1, 0, 13), + (93844, "144505", 1, 0, 13), + (93845, "144418", 1, 0, 13), + (93846, "144504", 1, 0, 13), + (93847, "144006", 1, 0, 13), + (93848, "144023", 1, 0, 13), + (93849, "144419", 1, 0, 13), + (93850, "144010", 1, 0, 13), + (93851, "144502", 1, 0, 13), + (93852, "144511", 1, 0, 13), + (93853, "144518", 1, 0, 13), + (93854, "144409", 1, 0, 13), + (93855, "144514", 1, 0, 13), + (93856, "144410", 1, 0, 13), + (93857, "144515", 1, 0, 13), + (93858, "144020", 1, 0, 13), + (93859, "144005", 1, 0, 13), + (93860, "144512", 1, 0, 13), + (93861, "144024", 1, 0, 13), + (93862, "144509", 1, 0, 13), + (93863, "144501", 1, 0, 13), + (93864, "144516", 1, 0, 13), + (93865, "144415", 1, 0, 13), + (93866, "144510", 1, 0, 13), + (93867, "144005", 1, 0, 13), + (93868, "144506", 1, 0, 13), + (93869, "144513", 1, 0, 13), + (93870, "144507", 1, 0, 13), + (93871, "144029", 1, 0, 13), + (93872, "144508", 1, 0, 13), + (93873, "144514", 1, 0, 13), + (93874, "144514", 1, 0, 13), + (93875, "144006", 1, 0, 13), + (93876, "144503", 1, 0, 13), + (93877, "144410", 1, 0, 13), + (93878, "144410", 1, 0, 13), + (93879, "144517", 1, 0, 13), + (93880, "144005", 1, 0, 13), + (93881, "144421", 1, 0, 13), + (93882, "144422", 1, 0, 13), + (93883, "144022", 1, 0, 13), + (93884, "144007", 1, 0, 13), + (93885, "144012", 1, 0, 13), + (93886, "144003", 1, 0, 13), + (93887, "144021", 1, 0, 13), + (93888, "144505", 1, 0, 13), + (93889, "144008", 1, 0, 13), + (93890, "144622", 1, 0, 13), + (93891, "144621", 1, 0, 13), + (93892, "144601", 1, 0, 13), + (93893, "144630", 1, 0, 13), + (93894, "144040", 1, 0, 13), + (93895, "144804", 1, 0, 13), + (93896, "144803", 1, 0, 13), + (93897, "144626", 1, 0, 13), + (93898, "144802", 1, 0, 13), + (93899, "144623", 1, 0, 13), + (93900, "144601", 1, 0, 13), + (93901, "144801", 1, 0, 13), + (93902, "144629", 1, 0, 13), + (93903, "144701", 1, 0, 13), + (93904, "144041", 1, 0, 13), + (93905, "144624", 1, 0, 13), + (93906, "144703", 1, 0, 13), + (93907, "144040", 1, 0, 13), + (93908, "144631", 1, 0, 13), + (93909, "144039", 1, 0, 13), + (93910, "144806", 1, 0, 13), + (93911, "144819", 1, 0, 13), + (93912, "144602", 1, 0, 13), + (93913, "144601", 1, 0, 13), + (93914, "144702", 1, 0, 13), + (93915, "144042", 1, 0, 13), + (93916, "144620", 1, 0, 13), + (93917, "144625", 1, 0, 13), + (93918, "144044", 1, 0, 13), + (93919, "144626", 1, 0, 13), + (93920, "144606", 1, 0, 13), + (93921, "144628", 1, 0, 13), + (93922, "144401", 1, 0, 13), + (93923, "144401", 1, 0, 13), + (93924, "144036", 1, 0, 13), + (93925, "144034", 1, 0, 13), + (93926, "144632", 1, 0, 13), + (93927, "144407", 1, 0, 13), + (93928, "144311", 1, 0, 13), + (93929, "144033", 1, 0, 13), + (93930, "144401", 1, 0, 13), + (93931, "144405", 1, 0, 13), + (93932, "144408", 1, 0, 13), + (93933, "144035", 1, 0, 13), + (93934, "144037", 1, 0, 13), + (93935, "144403", 1, 0, 13), + (93936, "144031", 1, 0, 13), + (93937, "144043", 1, 0, 13), + (93938, "144633", 1, 0, 13), + (93939, "144032", 1, 0, 13), + (93940, "144402", 1, 0, 13), + (93941, "144401", 1, 0, 13), + (93942, "141003", 1, 0, 13), + (93943, "141007", 1, 0, 13), + (93944, "141008", 1, 0, 13), + (93945, "141013", 1, 0, 13), + (93946, "141001", 1, 0, 13), + (93947, "141008", 1, 0, 13), + (93948, "141008", 1, 0, 13), + (93949, "141014", 1, 0, 13), + (93950, "141001", 1, 0, 13), + (93951, "141014", 1, 0, 13), + (93952, "141007", 1, 0, 13), + (93953, "141010", 1, 0, 13), + (93954, "141006", 1, 0, 13), + (93955, "141008", 1, 0, 13), + (93956, "141008", 1, 0, 13), + (93957, "141003", 1, 0, 13), + (93958, "141003", 1, 0, 13), + (93959, "141010", 1, 0, 13), + (93960, "141017", 1, 0, 13), + (93961, "141001", 1, 0, 13), + (93962, "141008", 1, 0, 13), + (93963, "141003", 1, 0, 13), + (93964, "141002", 1, 0, 13), + (93965, "141008", 1, 0, 13), + (93966, "141010", 1, 0, 13), + (93967, "141003", 1, 0, 13), + (93968, "141008", 1, 0, 13), + (93969, "141002", 1, 0, 13), + (93970, "141008", 1, 0, 13), + (93971, "141004", 1, 0, 13), + (93972, "141001", 1, 0, 13), + (93973, "141013", 1, 0, 13), + (93974, "141012", 1, 0, 13), + (93975, "141008", 1, 0, 13), + (93976, "141001", 1, 0, 13), + (93977, "141001", 1, 0, 13), + (93978, "141008", 1, 0, 13), + (93979, "141003", 1, 0, 13), + (93980, "141001", 1, 0, 13), + (93981, "141015", 1, 0, 13), + (93982, "142024", 1, 0, 13), + (93983, "141110", 1, 0, 13), + (93984, "142031", 1, 0, 13), + (93985, "142027", 1, 0, 13), + (93986, "142032", 1, 0, 13), + (93987, "142021", 1, 0, 13), + (93988, "141121", 1, 0, 13), + (93989, "141422", 1, 0, 13), + (93990, "141126", 1, 0, 13), + (93991, "141102", 1, 0, 13), + (93992, "141413", 1, 0, 13), + (93993, "141412", 1, 0, 13), + (93994, "141118", 1, 0, 13), + (93995, "141421", 1, 0, 13), + (93996, "142036", 1, 0, 13), + (93997, "141204", 1, 0, 13), + (93998, "141116", 1, 0, 13), + (93999, "141419", 1, 0, 13), + (94000, "141202", 1, 0, 13), + (94001, "141206", 1, 0, 13), + (94002, "141401", 1, 0, 13), + (94003, "141107", 1, 0, 13), + (94004, "141106", 1, 0, 13), + (94005, "141414", 1, 0, 13), + (94006, "142026", 1, 0, 13), + (94007, "142026", 1, 0, 13), + (94008, "141415", 1, 0, 13), + (94009, "141122", 1, 0, 13), + (94010, "142029", 1, 0, 13), + (94011, "142030", 1, 0, 13), + (94012, "141104", 1, 0, 13), + (94013, "141201", 1, 0, 13), + (94014, "141125", 1, 0, 13), + (94015, "141113", 1, 0, 13), + (94016, "141112", 1, 0, 13), + (94017, "142022", 1, 0, 13), + (94018, "141205", 1, 0, 13), + (94019, "141115", 1, 0, 13), + (94020, "142035", 1, 0, 13), + (94021, "142034", 1, 0, 13), + (94022, "142023", 1, 0, 13), + (94023, "141103", 1, 0, 13), + (94024, "141101", 1, 0, 13), + (94025, "141401", 1, 0, 13), + (94026, "141203", 1, 0, 13), + (94027, "141119", 1, 0, 13), + (94028, "141108", 1, 0, 13), + (94029, "141416", 1, 0, 13), + (94030, "141417", 1, 0, 13), + (94031, "141109", 1, 0, 13), + (94032, "141418", 1, 0, 13), + (94033, "141123", 1, 0, 13), + (94034, "141120", 1, 0, 13), + (94035, "141114", 1, 0, 13), + (94036, "141117", 1, 0, 13), + (94037, "141114", 1, 0, 13), + (94038, "142025", 1, 0, 13), + (94039, "141105", 1, 0, 13), + (94040, "142033", 1, 0, 13), + (94041, "140506", 1, 0, 13), + (94042, "140507", 1, 0, 13), + (94043, "140501", 1, 0, 13), + (94044, "140201", 1, 0, 13), + (94045, "140603", 1, 0, 13), + (94046, "140604", 1, 0, 13), + (94047, "148021", 1, 0, 13), + (94048, "148022", 1, 0, 13), + (94049, "148018", 1, 0, 13), + (94050, "148101", 1, 0, 13), + (94051, "148101", 1, 0, 13), + (94052, "148026", 1, 0, 13), + (94053, "148102", 1, 0, 13), + (94054, "148023", 1, 0, 13), + (94055, "148030", 1, 0, 13), + (94056, "148035", 1, 0, 13), + (94057, "148105", 1, 0, 13), + (94058, "148024", 1, 0, 13), + (94059, "148107", 1, 0, 13), + (94060, "148002", 1, 0, 13), + (94061, "148023", 1, 0, 13), + (94062, "148019", 1, 0, 13), + (94063, "148034", 1, 0, 13), + (94064, "148031", 1, 0, 13), + (94065, "148106", 1, 0, 13), + (94066, "148104", 1, 0, 13), + (94067, "148023", 1, 0, 13), + (94068, "148001", 1, 0, 13), + (94069, "148033", 1, 0, 13), + (94070, "148001", 1, 0, 13), + (94071, "148101", 1, 0, 13), + (94072, "148027", 1, 0, 13), + (94073, "148020", 1, 0, 13), + (94074, "148001", 1, 0, 13), + (94075, "148024", 1, 0, 13), + (94076, "148103", 1, 0, 13), + (94077, "148025", 1, 0, 13), + (94078, "148028", 1, 0, 13), + (94079, "148028", 1, 0, 13), + (94080, "148106", 1, 0, 13), + (94081, "148108", 1, 0, 13), + (94082, "148100", 1, 0, 13), + (94083, "140126", 1, 0, 13), + (94084, "140301", 1, 0, 13), + (94085, "140109", 1, 0, 13), + (94086, "140115", 1, 0, 13), + (94087, "140116", 1, 0, 13), + (94088, "140124", 1, 0, 13), + (94089, "140307", 1, 0, 13), + (94090, "140102", 1, 0, 13), + (94091, "140306", 1, 0, 13), + (94092, "140108", 1, 0, 13), + (94093, "140001", 1, 0, 13), + (94094, "140101", 1, 0, 13), + (94095, "140901", 1, 0, 13), + (94096, "140124", 1, 0, 13), + (94097, "140124", 1, 0, 13), + (94098, "140113", 1, 0, 13), + (94099, "140117", 1, 0, 13), + (94100, "140125", 1, 0, 13), + (94101, "140126", 1, 0, 13), + (94102, "140110", 1, 0, 13), + (94103, "140001", 1, 0, 13), + (94104, "140308", 1, 0, 13), + (94105, "140119", 1, 0, 13), + (94106, "160055", 1, 0, 13), + (94107, "160055", 1, 0, 13), + (94108, "160059", 1, 0, 13), + (94109, "160059", 1, 0, 13), + (94110, "160062", 1, 0, 13), + (94111, "160062", 1, 0, 13), + (94112, "160062", 1, 0, 13), + (94113, "160071", 1, 0, 13), + (94114, "160062", 1, 0, 13), + (94115, "160103", 1, 0, 13), + (94116, "140118", 1, 0, 13), + (94117, "140111", 1, 0, 13), + (94118, "140114", 1, 0, 13), + (94119, "140133", 1, 0, 13), + (94120, "140112", 1, 0, 13), + (94121, "140126", 1, 0, 13), + (94122, "140123", 1, 0, 13), + (94123, "140113", 1, 0, 13), + (94124, "140413", 1, 0, 13), + (94125, "144805", 1, 0, 13), + (94126, "143001", 1, 0, 13), + (94127, "143006", 1, 0, 13), + (94128, "140103", 1, 0, 13), + (94129, "143001", 1, 0, 13), + (94130, "143108", 1, 0, 13), + (94131, "143006", 1, 0, 13), + (94132, "143001", 1, 0, 13), + (94133, "143009", 1, 0, 13), + (94134, "143006", 1, 0, 13), + (94135, "143006", 1, 0, 13), + (94136, "143006", 1, 0, 13), + (94137, "143006", 1, 0, 13), + (94138, "143001", 1, 0, 13), + (94139, "143001", 1, 0, 13), + (94140, "143006", 1, 0, 13), + (94141, "143006", 1, 0, 13), + (94142, "143006", 1, 0, 13), + (94143, "143001", 1, 0, 13), + (94144, "143006", 1, 0, 13), + (94145, "143119", 1, 0, 13), + (94146, "143001", 1, 0, 13), + (94147, "143001", 1, 0, 13), + (94148, "143001", 1, 0, 13), + (94149, "143008", 1, 0, 13), + (94150, "143001", 1, 0, 13), + (94151, "143118", 1, 0, 13), + (94152, "145001", 1, 0, 13), + (94153, "141001", 1, 0, 13), + (94154, "141016", 1, 0, 13), + (94155, "143505", 1, 0, 13), + (94156, "152002", 1, 0, 13), + (94157, "144040", 1, 0, 13), + (94158, "143402", 1, 0, 13), + (94159, "142028", 1, 0, 13), + (94160, "151001", 1, 0, 13), + (94161, "143003", 1, 0, 13), + (94162, "141411", 1, 0, 13), + (94163, "141801", 1, 0, 13), + (94164, "140802", 1, 0, 13), + (94165, "147004", 1, 0, 13), + (94166, "147021", 1, 0, 13), + (94167, "147003", 1, 0, 13), + (94168, "147001", 1, 0, 13), + (94169, "147001", 1, 0, 13), + (94170, "147001", 1, 0, 13), + (94171, "147005", 1, 0, 13), + (94172, "147201", 1, 0, 13), + (94173, "147004", 1, 0, 13), + (94174, "147004", 1, 0, 13), + (94175, "147002", 1, 0, 13), + (94176, "140601", 1, 0, 13), + (94177, "140412", 1, 0, 13), + (94178, "140407", 1, 0, 13), + (94179, "140401", 1, 0, 13), + (94180, "140401", 1, 0, 13), + (94181, "140701", 1, 0, 13), + (94182, "140702", 1, 0, 13), + (94183, "147301", 1, 0, 13), + (94184, "147301", 1, 0, 13), + (94185, "140602", 1, 0, 13), + (94186, "147001", 1, 0, 13), + (94187, "147105", 1, 0, 13), + (94188, "147001", 1, 0, 13), + (94189, "147101", 1, 0, 13), + (94190, "147103", 1, 0, 13), + (94191, "147001", 1, 0, 13), + (94192, "147203", 1, 0, 13), + (94193, "147201", 1, 0, 13), + (94194, "147202", 1, 0, 13), + (94195, "147104", 1, 0, 13), + (94196, "147001", 1, 0, 13), + (94197, "147003", 1, 0, 13), + (94198, "147111", 1, 0, 13), + (94199, "147001", 1, 0, 13), + (94200, "147102", 1, 0, 13), + (94201, "140402", 1, 0, 13), + (94202, "140406", 1, 0, 13), + (94203, "140405", 1, 0, 13), + (94204, "140417", 1, 0, 13), + (94205, "140406", 1, 0, 13), + (94206, "140406", 1, 0, 13), + (94207, "148017", 1, 0, 13), + (94208, "148029", 1, 0, 13), + (94209, "148109", 1, 0, 13), + (94210, "151510", 1, 0, 13), + (94211, "146001", 1, 0, 13), + (94212, "160104", 1, 0, 13), + (94213, "151105", 1, 0, 13), + (94214, "152005", 1, 0, 13), + (94215, "144009", 1, 0, 13), + (94216, "143001", 1, 0, 13), + (94217, "144411", 1, 0, 13), + (94218, "141008", 1, 0, 13), + (94219, "144603", 1, 0, 13), + (94220, "141127", 1, 0, 13), + (94221, "152118", 1, 0, 13), + (94222, "144601", 1, 0, 13), + (94223, "143006", 1, 0, 13), + (94224, "148031", 1, 0, 13), + (94225, "152020", 1, 0, 13), + (94226, "147001", 1, 0, 13), + (94227, "147002", 1, 0, 13), + (94228, "147006", 1, 0, 13), + (94229, "147007", 1, 0, 13), + (94230, "140408", 1, 0, 13), + (94231, "147001", 1, 0, 13), + (94232, "140001", 1, 0, 13), + (94233, "143001", 1, 0, 13), + (94234, "143401", 1, 0, 13), + (94235, "151001", 1, 0, 13), + (94236, "151203", 1, 0, 13), + (94237, "142001", 1, 0, 13), + (94238, "152001", 1, 0, 13), + (94239, "143521", 1, 0, 13), + (94240, "143505", 1, 0, 13), + (94241, "146001", 1, 0, 13), + (94242, "144205", 1, 0, 13), + (94243, "144001", 1, 0, 13), + (94244, "144005", 1, 0, 13), + (94245, "144401", 1, 0, 13), + (94246, "144601", 1, 0, 13), + (94247, "141001", 1, 0, 13), + (94248, "141401", 1, 0, 13), + (94249, "142026", 1, 0, 13), + (94250, "147001", 1, 0, 13), + (94251, "140401", 1, 0, 13), + (94252, "148001", 1, 0, 13), + (94253, "142033", 1, 0, 13), + (94254, "147007", 1, 0, 13), + (94255, "141417", 1, 0, 13), + (94256, "141417", 1, 0, 13), + (94257, "141417", 1, 0, 13), + (94258, "140406", 1, 0, 13), + (94259, "141801", 1, 0, 13), + (94260, "141801", 1, 0, 13), + (94261, "141801", 1, 0, 13), + (94262, "140802", 1, 0, 13), + (94263, "140802", 1, 0, 13), + (94264, "140802", 1, 0, 13), + (94265, "140802", 1, 0, 13), + (94266, "148035", 1, 0, 13), + (94267, "141205", 1, 0, 13), + (94268, "144801", 1, 0, 13), + (94269, "144039", 1, 0, 13), + (94270, "142022", 1, 0, 13), + (94271, "142028", 1, 0, 13), + (94272, "141417", 1, 0, 13), + (94273, "146024", 1, 0, 13), + (94274, "152028", 1, 0, 13), + (94275, "140901", 1, 0, 13), + (94276, "140110", 1, 0, 13), + (94277, "140110", 1, 0, 13), + (94278, "140501", 1, 0, 13), + (94279, "140701", 1, 0, 13), + (94280, "142032", 1, 0, 13), + (94281, "141417", 1, 0, 13), + (94282, "148023", 1, 0, 13), + (94283, "148021", 1, 0, 13), + (94284, "144102", 1, 0, 13), + (94285, "143506", 1, 0, 13), + (94286, "152002", 1, 0, 13), + (94287, "142042", 1, 0, 13), + (94288, "143603", 1, 0, 13), + (94289, "148026", 1, 0, 13), + (94290, "142043", 1, 0, 13), + (94291, "142042", 1, 0, 13), + (94292, "152024", 1, 0, 13), + (94293, "143416", 1, 0, 13), + (94294, "143117", 1, 0, 13), + (94295, "143519", 1, 0, 13), + (94296, "152121", 1, 0, 13), + (94297, "144410", 1, 0, 13), + (94298, "141114", 1, 0, 13), + (94299, "148027", 1, 0, 13), + (94300, "148023", 1, 0, 13), + (94301, "148109", 1, 0, 13), + (94302, "148023", 1, 0, 13), + (94303, "148104", 1, 0, 13), + (94304, "148022", 1, 0, 13), + (94305, "148034", 1, 0, 13), + (94306, "148033", 1, 0, 13), + (94307, "148033", 1, 0, 13), + (94308, "148002", 1, 0, 13), + (94309, "148106", 1, 0, 13), + (94310, "148019", 1, 0, 13), + (94311, "148034", 1, 0, 13), + (94312, "148030", 1, 0, 13), + (94313, "148024", 1, 0, 13), + (94314, "148109", 1, 0, 13), + (94315, "148020", 1, 0, 13), + (94316, "140111", 1, 0, 13), + (94317, "140126", 1, 0, 13), + (94318, "140301", 1, 0, 13), + (94319, "140301", 1, 0, 13), + (94320, "140301", 1, 0, 13), + (94321, "140301", 1, 0, 13), + (94322, "140301", 1, 0, 13), + (94323, "140301", 1, 0, 13), + (94324, "140301", 1, 0, 13), + (94325, "160055", 1, 0, 13), + (94326, "140116", 1, 0, 13), + (94327, "140103", 1, 0, 13), + (94328, "140103", 1, 0, 13), + (94329, "140103", 1, 0, 13), + (94330, "140103", 1, 0, 13), + (94331, "140103", 1, 0, 13), + (94332, "140103", 1, 0, 13), + (94333, "140103", 1, 0, 13), + (94334, "140103", 1, 0, 13), + (94335, "140103", 1, 0, 13), + (94336, "140103", 1, 0, 13), + (94337, "140103", 1, 0, 13), + (94338, "140307", 1, 0, 13), + (94339, "140307", 1, 0, 13), + (94340, "140102", 1, 0, 13), + (94341, "140102", 1, 0, 13), + (94342, "140102", 1, 0, 13), + (94343, "140102", 1, 0, 13), + (94344, "140306", 1, 0, 13), + (94345, "140108", 1, 0, 13), + (94346, "140108", 1, 0, 13), + (94347, "140108", 1, 0, 13), + (94348, "140108", 1, 0, 13), + (94349, "140101", 1, 0, 13), + (94350, "140101", 1, 0, 13), + (94351, "140101", 1, 0, 13), + (94352, "140124", 1, 0, 13), + (94353, "140117", 1, 0, 13), + (94354, "140117", 1, 0, 13), + (94355, "140117", 1, 0, 13), + (94356, "140117", 1, 0, 13), + (94357, "140117", 1, 0, 13), + (94358, "140117", 1, 0, 13), + (94359, "147111", 1, 0, 13), + (94360, "147202", 1, 0, 13), + (94361, "147006", 1, 0, 13), + (94362, "147201", 1, 0, 13), + (94363, "147201", 1, 0, 13), + (94364, "147102", 1, 0, 13), + (94365, "147102", 1, 0, 13), + (94366, "147102", 1, 0, 13), + (94367, "147111", 1, 0, 13), + (94368, "147202", 1, 0, 13), + (94369, "147006", 1, 0, 13), + (94370, "147006", 1, 0, 13), + (94371, "147201", 1, 0, 13), + (94372, "147201", 1, 0, 13), + (94373, "147201", 1, 0, 13), + (94374, "147201", 1, 0, 13), + (94375, "147201", 1, 0, 13), + (94376, "147201", 1, 0, 13), + (94377, "147102", 1, 0, 13), + (94378, "147102", 1, 0, 13), + (94379, "147102", 1, 0, 13), + (94380, "147102", 1, 0, 13), + (94381, "147007", 1, 0, 13), + (94382, "147101", 1, 0, 13), + (94383, "147007", 1, 0, 13), + (94384, "147005", 1, 0, 13), + (94385, "147006", 1, 0, 13), + (94386, "147004", 1, 0, 13), + (94387, "147007", 1, 0, 13), + (94388, "147004", 1, 0, 13), + (94389, "147007", 1, 0, 13), + (94390, "147005", 1, 0, 13), + (94391, "147006", 1, 0, 13), + (94392, "147007", 1, 0, 13), + (94393, "147201", 1, 0, 13), + (94394, "147021", 1, 0, 13), + (94395, "147021", 1, 0, 13), + (94396, "147021", 1, 0, 13), + (94397, "147021", 1, 0, 13), + (94398, "147104", 1, 0, 13), + (94399, "147104", 1, 0, 13), + (94400, "147104", 1, 0, 13), + (94401, "147104", 1, 0, 13), + (94402, "147021", 1, 0, 13), + (94403, "147111", 1, 0, 13), + (94404, "147111", 1, 0, 13), + (94405, "147111", 1, 0, 13), + (94406, "147111", 1, 0, 13), + (94407, "147111", 1, 0, 13), + (94408, "147111", 1, 0, 13), + (94409, "147202", 1, 0, 13), + (94410, "147202", 1, 0, 13), + (94411, "147202", 1, 0, 13), + (94412, "147202", 1, 0, 13), + (94413, "147202", 1, 0, 13), + (94414, "147202", 1, 0, 13), + (94415, "147202", 1, 0, 13), + (94416, "147202", 1, 0, 13), + (94417, "147202", 1, 0, 13), + (94418, "147202", 1, 0, 13), + (94419, "147203", 1, 0, 13), + (94420, "147203", 1, 0, 13), + (94421, "147203", 1, 0, 13), + (94422, "147203", 1, 0, 13), + (94423, "147203", 1, 0, 13), + (94424, "147203", 1, 0, 13), + (94425, "147203", 1, 0, 13), + (94426, "147203", 1, 0, 13), + (94427, "147203", 1, 0, 13), + (94428, "147007", 1, 0, 13), + (94429, "147203", 1, 0, 13), + (94430, "147111", 1, 0, 13), + (94431, "147111", 1, 0, 13), + (94432, "143102", 1, 0, 13), + (94433, "143108", 1, 0, 13), + (94434, "143108", 1, 0, 13), + (94435, "143108", 1, 0, 13), + (94436, "143202", 1, 0, 13), + (94437, "143202", 1, 0, 13), + (94438, "143201", 1, 0, 13), + (94439, "143606", 1, 0, 13), + (94440, "143105", 1, 0, 13), + (94441, "143204", 1, 0, 13), + (94442, "143107", 1, 0, 13), + (94443, "143107", 1, 0, 13), + (94444, "143107", 1, 0, 13), + (94445, "143107", 1, 0, 13), + (94446, "143009", 1, 0, 13), + (94447, "143009", 1, 0, 13), + (94448, "143009", 1, 0, 13), + (94449, "143149", 1, 0, 13), + (94450, "143149", 1, 0, 13), + (94451, "143149", 1, 0, 13), + (94452, "143149", 1, 0, 13), + (94453, "143149", 1, 0, 13), + (94454, "143111", 1, 0, 13), + (94455, "143111", 1, 0, 13), + (94456, "143022", 1, 0, 13), + (94457, "143022", 1, 0, 13), + (94458, "143601", 1, 0, 13), + (94459, "143601", 1, 0, 13), + (94460, "143601", 1, 0, 13), + (94461, "143601", 1, 0, 13), + (94462, "143601", 1, 0, 13), + (94463, "143119", 1, 0, 13), + (94464, "143119", 1, 0, 13), + (94465, "143119", 1, 0, 13), + (94466, "143119", 1, 0, 13), + (94467, "143119", 1, 0, 13), + (94468, "143114", 1, 0, 13), + (94469, "143114", 1, 0, 13), + (94470, "143105", 1, 0, 13), + (94471, "143109", 1, 0, 13), + (94472, "143109", 1, 0, 13), + (94473, "143109", 1, 0, 13), + (94474, "143109", 1, 0, 13), + (94475, "143109", 1, 0, 13), + (94476, "143101", 1, 0, 13), + (94477, "143101", 1, 0, 13), + (94478, "143105", 1, 0, 13), + (94479, "143101", 1, 0, 13), + (94480, "143101", 1, 0, 13), + (94481, "143112", 1, 0, 13), + (94482, "143112", 1, 0, 13), + (94483, "143008", 1, 0, 13), + (94484, "143008", 1, 0, 13), + (94485, "143008", 1, 0, 13), + (94486, "143008", 1, 0, 13), + (94487, "143008", 1, 0, 13), + (94488, "143205", 1, 0, 13), + (94489, "143116", 1, 0, 13), + (94490, "143501", 1, 0, 13), + (94491, "143402", 1, 0, 13), + (94492, "143117", 1, 0, 13), + (94493, "143411", 1, 0, 13), + (94494, "143402", 1, 0, 13), + (94495, "143402", 1, 0, 13), + (94496, "143402", 1, 0, 13), + (94497, "143402", 1, 0, 13), + (94498, "143402", 1, 0, 13), + (94499, "143402", 1, 0, 13), + (94500, "143402", 1, 0, 13), + (94501, "143402", 1, 0, 13), + (94502, "143402", 1, 0, 13), + (94503, "143411", 1, 0, 13), + (94504, "143411", 1, 0, 13), + (94505, "143402", 1, 0, 13), + (94506, "143402", 1, 0, 13), + (94507, "143117", 1, 0, 13), + (94508, "143303", 1, 0, 13), + (94509, "143303", 1, 0, 13), + (94510, "143301", 1, 0, 13), + (94511, "143301", 1, 0, 13), + (94512, "143408", 1, 0, 13), + (94513, "143408", 1, 0, 13), + (94514, "143408", 1, 0, 13), + (94515, "143408", 1, 0, 13), + (94516, "143422", 1, 0, 13), + (94517, "143115", 1, 0, 13), + (94518, "143406", 1, 0, 13), + (94519, "143304", 1, 0, 13), + (94520, "143304", 1, 0, 13), + (94521, "143117", 1, 0, 13), + (94522, "143305", 1, 0, 13), + (94523, "143305", 1, 0, 13), + (94524, "143305", 1, 0, 13), + (94525, "143419", 1, 0, 13), + (94526, "143419", 1, 0, 13), + (94527, "143419", 1, 0, 13), + (94528, "143419", 1, 0, 13), + (94529, "143409", 1, 0, 13), + (94530, "143409", 1, 0, 13), + (94531, "143416", 1, 0, 13), + (94532, "143416", 1, 0, 13), + (94533, "143416", 1, 0, 13), + (94534, "143416", 1, 0, 13), + (94535, "143416", 1, 0, 13), + (94536, "143416", 1, 0, 13), + (94537, "143410", 1, 0, 13), + (94538, "143410", 1, 0, 13), + (94539, "143302", 1, 0, 13), + (94540, "143302", 1, 0, 13), + (94541, "143302", 1, 0, 13), + (94542, "143118", 1, 0, 13), + (94543, "143118", 1, 0, 13), + (94544, "143118", 1, 0, 13), + (94545, "143118", 1, 0, 13), + (94546, "143118", 1, 0, 13), + (94547, "143118", 1, 0, 13), + (94548, "151501", 1, 0, 13), + (94549, "151213", 1, 0, 13), + (94550, "151213", 1, 0, 13), + (94551, "151213", 1, 0, 13), + (94552, "142039", 1, 0, 13), + (94553, "152116", 1, 0, 13), + (94554, "152124", 1, 0, 13), + (94555, "152002", 1, 0, 13), + (94556, "144603", 1, 0, 13), + (94557, "144603", 1, 0, 13), + (94558, "144629", 1, 0, 13), + (94559, "144805", 1, 0, 13), + (94560, "144805", 1, 0, 13), + (94561, "141007", 1, 0, 13), + (94562, "141007", 1, 0, 13), + (94563, "141007", 1, 0, 13), + (94564, "141007", 1, 0, 13), + (94565, "141007", 1, 0, 13), + (94566, "141007", 1, 0, 13), + (94567, "141008", 1, 0, 13), + (94568, "141008", 1, 0, 13), + (94569, "141008", 1, 0, 13), + (94570, "141008", 1, 0, 13), + (94571, "141015", 1, 0, 13), + (94572, "146104", 1, 0, 13), + (94573, "146111", 1, 0, 13), + (94574, "140103", 1, 0, 13), + (94575, "143009", 1, 0, 13), + (94576, "143109", 1, 0, 13), + (94577, "143109", 1, 0, 13), + (94578, "143502", 1, 0, 13), + (94579, "143601", 1, 0, 13), + (94580, "143502", 1, 0, 13), + (94581, "143416", 1, 0, 13), + (94582, "143416", 1, 0, 13), + (94583, "141109", 1, 0, 13), + (94584, "141109", 1, 0, 13), + (94585, "141109", 1, 0, 13), + (94586, "141109", 1, 0, 13), + (94587, "141109", 1, 0, 13), + (94588, "141109", 1, 0, 13), + (94589, "141109", 1, 0, 13), + (94590, "141205", 1, 0, 13), + (94591, "140507", 1, 0, 13), + (94592, "140307", 1, 0, 13), + (94593, "140501", 1, 0, 13), + (94594, "140507", 1, 0, 13), + (94595, "140501", 1, 0, 13), + (94596, "140501", 1, 0, 13), + (94597, "140501", 1, 0, 13), + (94598, "140501", 1, 0, 13), + (94599, "140118", 1, 0, 13), + (94600, "140201", 1, 0, 13), + (94601, "140507", 1, 0, 13), + (94602, "140603", 1, 0, 13), + (94603, "140501", 1, 0, 13), + (94604, "140507", 1, 0, 13), + (94605, "140603", 1, 0, 13), + (94606, "140506", 1, 0, 13), + (94607, "140506", 1, 0, 13), + (94608, "140501", 1, 0, 13), + (94609, "140501", 1, 0, 13), + (94610, "140501", 1, 0, 13), + (94611, "140501", 1, 0, 13), + (94612, "140501", 1, 0, 13), + (94613, "140506", 1, 0, 13), + (94614, "140506", 1, 0, 13), + (94615, "145001", 1, 0, 13), + (94616, "151209", 1, 0, 13), + (94617, "148028", 1, 0, 13), + (94618, "148033", 1, 0, 13), + (94619, "152005", 1, 0, 13), + (94620, "142043", 1, 0, 13), + (94621, "142043", 1, 0, 13), + (94622, "143116", 1, 0, 13), + (94623, "143205", 1, 0, 13), + (94624, "143406", 1, 0, 13), + (94625, "143305", 1, 0, 13), + (94626, "143419", 1, 0, 13), + (94627, "143504", 1, 0, 13), + (94628, "143410", 1, 0, 13), + (94629, "143102", 1, 0, 13), + (94630, "143601", 1, 0, 13), + (94631, "143101", 1, 0, 13), + (94632, "143501", 1, 0, 13), + (94633, "143406", 1, 0, 13), + (94634, "143601", 1, 0, 13), + (94635, "143114", 1, 0, 13), + (94636, "143112", 1, 0, 13), + (94637, "143203", 1, 0, 13), + (94638, "143411", 1, 0, 13), + (94639, "143115", 1, 0, 13), + (94640, "143111", 1, 0, 13), + (94641, "143102", 1, 0, 13), + (94642, "143412", 1, 0, 13), + (94643, "143415", 1, 0, 13), + (94644, "143302", 1, 0, 13), + (94645, "143502", 1, 0, 13), + (94646, "143606", 1, 0, 13), + (94647, "143422", 1, 0, 13), + (94648, "143101", 1, 0, 13), + (94649, "143413", 1, 0, 13), + (94650, "143204", 1, 0, 13), + (94651, "143407", 1, 0, 13), + (94652, "143402", 1, 0, 13), + (94653, "143410", 1, 0, 13), + (94654, "143304", 1, 0, 13), + (94655, "143116", 1, 0, 13), + (94656, "143406", 1, 0, 13), + (94657, "143504", 1, 0, 13), + (94658, "143416", 1, 0, 13), + (94659, "143603", 1, 0, 13), + (94660, "143201", 1, 0, 13), + (94661, "143115", 1, 0, 13), + (94662, "143102", 1, 0, 13), + (94663, "143201", 1, 0, 13), + (94664, "143414", 1, 0, 13), + (94665, "143410", 1, 0, 13), + (94666, "143103", 1, 0, 13), + (94667, "143501", 1, 0, 13), + (94668, "143201", 1, 0, 13), + (94669, "143415", 1, 0, 13), + (94670, "143102", 1, 0, 13), + (94671, "143416", 1, 0, 13), + (94672, "143603", 1, 0, 13), + (94673, "143101", 1, 0, 13), + (94674, "143107", 1, 0, 13), + (94675, "143102", 1, 0, 13), + (94676, "143102", 1, 0, 13), + (94677, "143102", 1, 0, 13), + (94678, "143603", 1, 0, 13), + (94679, "143102", 1, 0, 13), + (94680, "143102", 1, 0, 13), + (94681, "143102", 1, 0, 13), + (94682, "143102", 1, 0, 13), + (94683, "143102", 1, 0, 13), + (94684, "143102", 1, 0, 13), + (94685, "143102", 1, 0, 13), + (94686, "143102", 1, 0, 13), + (94687, "143108", 1, 0, 13), + (94688, "143108", 1, 0, 13), + (94689, "143502", 1, 0, 13), + (94690, "143101", 1, 0, 13), + (94691, "143502", 1, 0, 13), + (94692, "143116", 1, 0, 13), + (94693, "143419", 1, 0, 13), + (94694, "143412", 1, 0, 13), + (94695, "143411", 1, 0, 13), + (94696, "143416", 1, 0, 13), + (94697, "143305", 1, 0, 13), + (94698, "143105", 1, 0, 13), + (94699, "143406", 1, 0, 13), + (94700, "143402", 1, 0, 13), + (94701, "143109", 1, 0, 13), + (94702, "143105", 1, 0, 13), + (94703, "143111", 1, 0, 13), + (94704, "143419", 1, 0, 13), + (94705, "143304", 1, 0, 13), + (94706, "143103", 1, 0, 13), + (94707, "143105", 1, 0, 13), + (94708, "143105", 1, 0, 13), + (94709, "143114", 1, 0, 13), + (94710, "143501", 1, 0, 13), + (94711, "143203", 1, 0, 13), + (94712, "143105", 1, 0, 13), + (94713, "143410", 1, 0, 13), + (94714, "143606", 1, 0, 13), + (94715, "143407", 1, 0, 13), + (94716, "143407", 1, 0, 13), + (94717, "143109", 1, 0, 13), + (94718, "143112", 1, 0, 13), + (94719, "143412", 1, 0, 13), + (94720, "143109", 1, 0, 13), + (94721, "143109", 1, 0, 13), + (94722, "143416", 1, 0, 13), + (94723, "143301", 1, 0, 13), + (94724, "143116", 1, 0, 13), + (94725, "143601", 1, 0, 13), + (94726, "143407", 1, 0, 13), + (94727, "143111", 1, 0, 13), + (94728, "143302", 1, 0, 13), + (94729, "143109", 1, 0, 13), + (94730, "143419", 1, 0, 13), + (94731, "143419", 1, 0, 13), + (94732, "143303", 1, 0, 13), + (94733, "143109", 1, 0, 13), + (94734, "143601", 1, 0, 13), + (94735, "143111", 1, 0, 13), + (94736, "143205", 1, 0, 13), + (94737, "143022", 1, 0, 13), + (94738, "143606", 1, 0, 13), + (94739, "143414", 1, 0, 13), + (94740, "143114", 1, 0, 13), + (94741, "143022", 1, 0, 13), + (94742, "143109", 1, 0, 13), + (94743, "143414", 1, 0, 13), + (94744, "143107", 1, 0, 13), + (94745, "143107", 1, 0, 13), + (94746, "143112", 1, 0, 13), + (94747, "143502", 1, 0, 13), + (94748, "143116", 1, 0, 13), + (94749, "143304", 1, 0, 13), + (94750, "143022", 1, 0, 13), + (94751, "143201", 1, 0, 13), + (94752, "143411", 1, 0, 13), + (94753, "143606", 1, 0, 13), + (94754, "143504", 1, 0, 13), + (94755, "143304", 1, 0, 13), + (94756, "143107", 1, 0, 13), + (94757, "143419", 1, 0, 13), + (94758, "143411", 1, 0, 13), + (94759, "143301", 1, 0, 13), + (94760, "143415", 1, 0, 13), + (94761, "143112", 1, 0, 13), + (94762, "143504", 1, 0, 13), + (94763, "143111", 1, 0, 13), + (94764, "143116", 1, 0, 13), + (94765, "143109", 1, 0, 13), + (94766, "143502", 1, 0, 13), + (94767, "143606", 1, 0, 13), + (94768, "143105", 1, 0, 13), + (94769, "143416", 1, 0, 13), + (94770, "143419", 1, 0, 13), + (94771, "143501", 1, 0, 13), + (94772, "143304", 1, 0, 13), + (94773, "143103", 1, 0, 13), + (94774, "143149", 1, 0, 13), + (94775, "143116", 1, 0, 13), + (94776, "143101", 1, 0, 13), + (94777, "143301", 1, 0, 13), + (94778, "143422", 1, 0, 13), + (94779, "143304", 1, 0, 13), + (94780, "143413", 1, 0, 13), + (94781, "143419", 1, 0, 13), + (94782, "143304", 1, 0, 13), + (94783, "143115", 1, 0, 13), + (94784, "143305", 1, 0, 13), + (94785, "143305", 1, 0, 13), + (94786, "143304", 1, 0, 13), + (94787, "143601", 1, 0, 13), + (94788, "143022", 1, 0, 13), + (94789, "143114", 1, 0, 13), + (94790, "143114", 1, 0, 13), + (94791, "143112", 1, 0, 13), + (94792, "143101", 1, 0, 13), + (94793, "143108", 1, 0, 13), + (94794, "143606", 1, 0, 13), + (94795, "143409", 1, 0, 13), + (94796, "143108", 1, 0, 13), + (94797, "143111", 1, 0, 13), + (94798, "143109", 1, 0, 13), + (94799, "143501", 1, 0, 13), + (94800, "143407", 1, 0, 13), + (94801, "143302", 1, 0, 13), + (94802, "143601", 1, 0, 13), + (94803, "143117", 1, 0, 13), + (94804, "143415", 1, 0, 13), + (94805, "143113", 1, 0, 13), + (94806, "143305", 1, 0, 13), + (94807, "143414", 1, 0, 13), + (94808, "143113", 1, 0, 13), + (94809, "143108", 1, 0, 13), + (94810, "143302", 1, 0, 13), + (94811, "143107", 1, 0, 13), + (94812, "143303", 1, 0, 13), + (94813, "143501", 1, 0, 13), + (94814, "143406", 1, 0, 13), + (94815, "143408", 1, 0, 13), + (94816, "143202", 1, 0, 13), + (94817, "143301", 1, 0, 13), + (94818, "143112", 1, 0, 13), + (94819, "143411", 1, 0, 13), + (94820, "143412", 1, 0, 13), + (94821, "143113", 1, 0, 13), + (94822, "143114", 1, 0, 13), + (94823, "143504", 1, 0, 13), + (94824, "143107", 1, 0, 13), + (94825, "143108", 1, 0, 13), + (94826, "143409", 1, 0, 13), + (94827, "143109", 1, 0, 13), + (94828, "143113", 1, 0, 13), + (94829, "143022", 1, 0, 13), + (94830, "143412", 1, 0, 13), + (94831, "143419", 1, 0, 13), + (94832, "143114", 1, 0, 13), + (94833, "143415", 1, 0, 13), + (94834, "143606", 1, 0, 13), + (94835, "143409", 1, 0, 13), + (94836, "143102", 1, 0, 13), + (94837, "143415", 1, 0, 13), + (94838, "143115", 1, 0, 13), + (94839, "143115", 1, 0, 13), + (94840, "143109", 1, 0, 13), + (94841, "143102", 1, 0, 13), + (94842, "143415", 1, 0, 13), + (94843, "143416", 1, 0, 13), + (94844, "143108", 1, 0, 13), + (94845, "143601", 1, 0, 13), + (94846, "143415", 1, 0, 13), + (94847, "143411", 1, 0, 13), + (94848, "143203", 1, 0, 13), + (94849, "143504", 1, 0, 13), + (94850, "143103", 1, 0, 13), + (94851, "143111", 1, 0, 13), + (94852, "143305", 1, 0, 13), + (94853, "143303", 1, 0, 13), + (94854, "143302", 1, 0, 13), + (94855, "143115", 1, 0, 13), + (94856, "143502", 1, 0, 13), + (94857, "143113", 1, 0, 13), + (94858, "143116", 1, 0, 13), + (94859, "143149", 1, 0, 13), + (94860, "143115", 1, 0, 13), + (94861, "143601", 1, 0, 13), + (94862, "143103", 1, 0, 13), + (94863, "143416", 1, 0, 13), + (94864, "143409", 1, 0, 13), + (94865, "143603", 1, 0, 13), + (94866, "143111", 1, 0, 13), + (94867, "143149", 1, 0, 13), + (94868, "143411", 1, 0, 13), + (94869, "143102", 1, 0, 13), + (94870, "143112", 1, 0, 13), + (94871, "143411", 1, 0, 13), + (94872, "143606", 1, 0, 13), + (94873, "143501", 1, 0, 13), + (94874, "143109", 1, 0, 13), + (94875, "143416", 1, 0, 13), + (94876, "143105", 1, 0, 13), + (94877, "143113", 1, 0, 13), + (94878, "143202", 1, 0, 13), + (94879, "143202", 1, 0, 13), + (94880, "143601", 1, 0, 13), + (94881, "143105", 1, 0, 13), + (94882, "143305", 1, 0, 13), + (94883, "143022", 1, 0, 13), + (94884, "143409", 1, 0, 13), + (94885, "143502", 1, 0, 13), + (94886, "151502", 1, 0, 13), + (94887, "151005", 1, 0, 13), + (94888, "151506", 1, 0, 13), + (94889, "151104", 1, 0, 13), + (94890, "151502", 1, 0, 13), + (94891, "151502", 1, 0, 13), + (94892, "151502", 1, 0, 13), + (94893, "151502", 1, 0, 13), + (94894, "151502", 1, 0, 13), + (94895, "151502", 1, 0, 13), + (94896, "151502", 1, 0, 13), + (94897, "151502", 1, 0, 13), + (94898, "151502", 1, 0, 13), + (94899, "151502", 1, 0, 13), + (94900, "151502", 1, 0, 13), + (94901, "151502", 1, 0, 13), + (94902, "151502", 1, 0, 13), + (94903, "151401", 1, 0, 13), + (94904, "151401", 1, 0, 13), + (94905, "151401", 1, 0, 13), + (94906, "151401", 1, 0, 13), + (94907, "151401", 1, 0, 13), + (94908, "151401", 1, 0, 13), + (94909, "151401", 1, 0, 13), + (94910, "151401", 1, 0, 13), + (94911, "151401", 1, 0, 13), + (94912, "151401", 1, 0, 13), + (94913, "151507", 1, 0, 13), + (94914, "151507", 1, 0, 13), + (94915, "151507", 1, 0, 13), + (94916, "151507", 1, 0, 13), + (94917, "151507", 1, 0, 13), + (94918, "151507", 1, 0, 13), + (94919, "151507", 1, 0, 13), + (94920, "151507", 1, 0, 13), + (94921, "151507", 1, 0, 13), + (94922, "151302", 1, 0, 13), + (94923, "151302", 1, 0, 13), + (94924, "151302", 1, 0, 13), + (94925, "151302", 1, 0, 13), + (94926, "151302", 1, 0, 13), + (94927, "151302", 1, 0, 13), + (94928, "151302", 1, 0, 13), + (94929, "151302", 1, 0, 13), + (94930, "151002", 1, 0, 13), + (94931, "151002", 1, 0, 13), + (94932, "151111", 1, 0, 13), + (94933, "151005", 1, 0, 13), + (94934, "151005", 1, 0, 13), + (94935, "151301", 1, 0, 13), + (94936, "151005", 1, 0, 13), + (94937, "151005", 1, 0, 13), + (94938, "151101", 1, 0, 13), + (94939, "151005", 1, 0, 13), + (94940, "151005", 1, 0, 13), + (94941, "151005", 1, 0, 13), + (94942, "151005", 1, 0, 13), + (94943, "151005", 1, 0, 13), + (94944, "151005", 1, 0, 13), + (94945, "151005", 1, 0, 13), + (94946, "151005", 1, 0, 13), + (94947, "151005", 1, 0, 13), + (94948, "151005", 1, 0, 13), + (94949, "151005", 1, 0, 13), + (94950, "151005", 1, 0, 13), + (94951, "151111", 1, 0, 13), + (94952, "151111", 1, 0, 13), + (94953, "151201", 1, 0, 13), + (94954, "151201", 1, 0, 13), + (94955, "151201", 1, 0, 13), + (94956, "151201", 1, 0, 13), + (94957, "151201", 1, 0, 13), + (94958, "151201", 1, 0, 13), + (94959, "151201", 1, 0, 13), + (94960, "151201", 1, 0, 13), + (94961, "151201", 1, 0, 13), + (94962, "151201", 1, 0, 13), + (94963, "151201", 1, 0, 13), + (94964, "151201", 1, 0, 13), + (94965, "151201", 1, 0, 13), + (94966, "151201", 1, 0, 13), + (94967, "151201", 1, 0, 13), + (94968, "151201", 1, 0, 13), + (94969, "151510", 1, 0, 13), + (94970, "151510", 1, 0, 13), + (94971, "151510", 1, 0, 13), + (94972, "151510", 1, 0, 13), + (94973, "151506", 1, 0, 13), + (94974, "151506", 1, 0, 13), + (94975, "151506", 1, 0, 13), + (94976, "151506", 1, 0, 13), + (94977, "151506", 1, 0, 13), + (94978, "151506", 1, 0, 13), + (94979, "151506", 1, 0, 13), + (94980, "151506", 1, 0, 13), + (94981, "151506", 1, 0, 13), + (94982, "151506", 1, 0, 13), + (94983, "151506", 1, 0, 13), + (94984, "151509", 1, 0, 13), + (94985, "151509", 1, 0, 13), + (94986, "151509", 1, 0, 13), + (94987, "151509", 1, 0, 13), + (94988, "151509", 1, 0, 13), + (94989, "151509", 1, 0, 13), + (94990, "151509", 1, 0, 13), + (94991, "151509", 1, 0, 13), + (94992, "151509", 1, 0, 13), + (94993, "151509", 1, 0, 13), + (94994, "151509", 1, 0, 13), + (94995, "151509", 1, 0, 13), + (94996, "151505", 1, 0, 13), + (94997, "151505", 1, 0, 13), + (94998, "151505", 1, 0, 13), + (94999, "151505", 1, 0, 13), + (95000, "151505", 1, 0, 13), + (95001, "151505", 1, 0, 13), + (95002, "151505", 1, 0, 13), + (95003, "151505", 1, 0, 13), + (95004, "151505", 1, 0, 13), + (95005, "151505", 1, 0, 13), + (95006, "151505", 1, 0, 13), + (95007, "151505", 1, 0, 13), + (95008, "151505", 1, 0, 13), + (95009, "151505", 1, 0, 13), + (95010, "151505", 1, 0, 13), + (95011, "151505", 1, 0, 13), + (95012, "151505", 1, 0, 13), + (95013, "151102", 1, 0, 13), + (95014, "151102", 1, 0, 13), + (95015, "151102", 1, 0, 13), + (95016, "151102", 1, 0, 13), + (95017, "151102", 1, 0, 13), + (95018, "151102", 1, 0, 13), + (95019, "151102", 1, 0, 13), + (95020, "151104", 1, 0, 13), + (95021, "151104", 1, 0, 13), + (95022, "151104", 1, 0, 13), + (95023, "151301", 1, 0, 13), + (95024, "151301", 1, 0, 13), + (95025, "151301", 1, 0, 13), + (95026, "151301", 1, 0, 13), + (95027, "151301", 1, 0, 13), + (95028, "151301", 1, 0, 13), + (95029, "151301", 1, 0, 13), + (95030, "151103", 1, 0, 13), + (95031, "151105", 1, 0, 13), + (95032, "151103", 1, 0, 13), + (95033, "151103", 1, 0, 13), + (95034, "151103", 1, 0, 13), + (95035, "151103", 1, 0, 13), + (95036, "151103", 1, 0, 13), + (95037, "151103", 1, 0, 13), + (95038, "151103", 1, 0, 13), + (95039, "151103", 1, 0, 13), + (95040, "151103", 1, 0, 13), + (95041, "151103", 1, 0, 13), + (95042, "151103", 1, 0, 13), + (95043, "151108", 1, 0, 13), + (95044, "151108", 1, 0, 13), + (95045, "151108", 1, 0, 13), + (95046, "151108", 1, 0, 13), + (95047, "151108", 1, 0, 13), + (95048, "151108", 1, 0, 13), + (95049, "151401", 1, 0, 13), + (95050, "151401", 1, 0, 13), + (95051, "151401", 1, 0, 13), + (95052, "151401", 1, 0, 13), + (95053, "151401", 1, 0, 13), + (95054, "151302", 1, 0, 13), + (95055, "151302", 1, 0, 13), + (95056, "151302", 1, 0, 13), + (95057, "151302", 1, 0, 13), + (95058, "151302", 1, 0, 13), + (95059, "151302", 1, 0, 13), + (95060, "151501", 1, 0, 13), + (95061, "151504", 1, 0, 13), + (95062, "151501", 1, 0, 13), + (95063, "151501", 1, 0, 13), + (95064, "151501", 1, 0, 13), + (95065, "151501", 1, 0, 13), + (95066, "151501", 1, 0, 13), + (95067, "151206", 1, 0, 13), + (95068, "151206", 1, 0, 13), + (95069, "151206", 1, 0, 13), + (95070, "151206", 1, 0, 13), + (95071, "151106", 1, 0, 13), + (95072, "151106", 1, 0, 13), + (95073, "151101", 1, 0, 13), + (95074, "151101", 1, 0, 13), + (95075, "151101", 1, 0, 13), + (95076, "151101", 1, 0, 13), + (95077, "151101", 1, 0, 13), + (95078, "151101", 1, 0, 13), + (95079, "151101", 1, 0, 13), + (95080, "151101", 1, 0, 13), + (95081, "151101", 1, 0, 13), + (95082, "151508", 1, 0, 13), + (95083, "151508", 1, 0, 13), + (95084, "151508", 1, 0, 13), + (95085, "151508", 1, 0, 13), + (95086, "151508", 1, 0, 13), + (95087, "151508", 1, 0, 13), + (95088, "151504", 1, 0, 13), + (95089, "151504", 1, 0, 13), + (95090, "151504", 1, 0, 13), + (95091, "151504", 1, 0, 13), + (95092, "151504", 1, 0, 13), + (95093, "151504", 1, 0, 13), + (95094, "151504", 1, 0, 13), + (95095, "151504", 1, 0, 13), + (95096, "151504", 1, 0, 13), + (95097, "151503", 1, 0, 13), + (95098, "151503", 1, 0, 13), + (95099, "151503", 1, 0, 13), + (95100, "151503", 1, 0, 13), + (95101, "151503", 1, 0, 13), + (95102, "151503", 1, 0, 13), + (95103, "151503", 1, 0, 13), + (95104, "151502", 1, 0, 13), + (95105, "152025", 1, 0, 13), + (95106, "151204", 1, 0, 13), + (95107, "151207", 1, 0, 13), + (95108, "151209", 1, 0, 13), + (95109, "142039", 1, 0, 13), + (95110, "142054", 1, 0, 13), + (95111, "152025", 1, 0, 13), + (95112, "152025", 1, 0, 13), + (95113, "152025", 1, 0, 13), + (95114, "152025", 1, 0, 13), + (95115, "152025", 1, 0, 13), + (95116, "152115", 1, 0, 13), + (95117, "152115", 1, 0, 13), + (95118, "152115", 1, 0, 13), + (95119, "152115", 1, 0, 13), + (95120, "152115", 1, 0, 13), + (95121, "152115", 1, 0, 13), + (95122, "152031", 1, 0, 13), + (95123, "152031", 1, 0, 13), + (95124, "152031", 1, 0, 13), + (95125, "152031", 1, 0, 13), + (95126, "152031", 1, 0, 13), + (95127, "152031", 1, 0, 13), + (95128, "152031", 1, 0, 13), + (95129, "152101", 1, 0, 13), + (95130, "152101", 1, 0, 13), + (95131, "152101", 1, 0, 13); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (95132, "152101", 1, 0, 13), + (95133, "152101", 1, 0, 13), + (95134, "152101", 1, 0, 13), + (95135, "152101", 1, 0, 13), + (95136, "152101", 1, 0, 13), + (95137, "152101", 1, 0, 13), + (95138, "152101", 1, 0, 13), + (95139, "152101", 1, 0, 13), + (95140, "151202", 1, 0, 13), + (95141, "151202", 1, 0, 13), + (95142, "151202", 1, 0, 13), + (95143, "151202", 1, 0, 13), + (95144, "151202", 1, 0, 13), + (95145, "151202", 1, 0, 13), + (95146, "151202", 1, 0, 13), + (95147, "151202", 1, 0, 13), + (95148, "151202", 1, 0, 13), + (95149, "151204", 1, 0, 13), + (95150, "151204", 1, 0, 13), + (95151, "151204", 1, 0, 13), + (95152, "151204", 1, 0, 13), + (95153, "151204", 1, 0, 13), + (95154, "151204", 1, 0, 13), + (95155, "151204", 1, 0, 13), + (95156, "152113", 1, 0, 13), + (95157, "152113", 1, 0, 13), + (95158, "152113", 1, 0, 13), + (95159, "152113", 1, 0, 13), + (95160, "152113", 1, 0, 13), + (95161, "152113", 1, 0, 13), + (95162, "152113", 1, 0, 13), + (95163, "152113", 1, 0, 13), + (95164, "152113", 1, 0, 13), + (95165, "152113", 1, 0, 13), + (95166, "152113", 1, 0, 13), + (95167, "152113", 1, 0, 13), + (95168, "152107", 1, 0, 13), + (95169, "152107", 1, 0, 13), + (95170, "152107", 1, 0, 13), + (95171, "152107", 1, 0, 13), + (95172, "152107", 1, 0, 13), + (95173, "152107", 1, 0, 13), + (95174, "152107", 1, 0, 13), + (95175, "152107", 1, 0, 13), + (95176, "152107", 1, 0, 13), + (95177, "151211", 1, 0, 13), + (95178, "151211", 1, 0, 13), + (95179, "151211", 1, 0, 13), + (95180, "151211", 1, 0, 13), + (95181, "151211", 1, 0, 13), + (95182, "151211", 1, 0, 13), + (95183, "152026", 1, 0, 13), + (95184, "152026", 1, 0, 13), + (95185, "152026", 1, 0, 13), + (95186, "152026", 1, 0, 13), + (95187, "152026", 1, 0, 13), + (95188, "152026", 1, 0, 13), + (95189, "152026", 1, 0, 13), + (95190, "152026", 1, 0, 13), + (95191, "152026", 1, 0, 13), + (95192, "152026", 1, 0, 13), + (95193, "152026", 1, 0, 13), + (95194, "152026", 1, 0, 13), + (95195, "152026", 1, 0, 13), + (95196, "152026", 1, 0, 13), + (95197, "152026", 1, 0, 13), + (95198, "152026", 1, 0, 13), + (95199, "151207", 1, 0, 13), + (95200, "151207", 1, 0, 13), + (95201, "151207", 1, 0, 13), + (95202, "151207", 1, 0, 13), + (95203, "151207", 1, 0, 13), + (95204, "151207", 1, 0, 13), + (95205, "151207", 1, 0, 13), + (95206, "152112", 1, 0, 13), + (95207, "152112", 1, 0, 13), + (95208, "152112", 1, 0, 13), + (95209, "152112", 1, 0, 13), + (95210, "152112", 1, 0, 13), + (95211, "152112", 1, 0, 13), + (95212, "152112", 1, 0, 13), + (95213, "152112", 1, 0, 13), + (95214, "152112", 1, 0, 13), + (95215, "152112", 1, 0, 13), + (95216, "152112", 1, 0, 13), + (95217, "152112", 1, 0, 13), + (95218, "152032", 1, 0, 13), + (95219, "152032", 1, 0, 13), + (95220, "152032", 1, 0, 13), + (95221, "152032", 1, 0, 13), + (95222, "152032", 1, 0, 13), + (95223, "152032", 1, 0, 13), + (95224, "152032", 1, 0, 13), + (95225, "152032", 1, 0, 13), + (95226, "152032", 1, 0, 13), + (95227, "152032", 1, 0, 13), + (95228, "151212", 1, 0, 13), + (95229, "151212", 1, 0, 13), + (95230, "151212", 1, 0, 13), + (95231, "151212", 1, 0, 13), + (95232, "152026", 1, 0, 13), + (95233, "151212", 1, 0, 13), + (95234, "151212", 1, 0, 13), + (95235, "151212", 1, 0, 13), + (95236, "152026", 1, 0, 13), + (95237, "151209", 1, 0, 13), + (95238, "151209", 1, 0, 13), + (95239, "151209", 1, 0, 13), + (95240, "152114", 1, 0, 13), + (95241, "152114", 1, 0, 13), + (95242, "152114", 1, 0, 13), + (95243, "152114", 1, 0, 13), + (95244, "152114", 1, 0, 13), + (95245, "152114", 1, 0, 13), + (95246, "152114", 1, 0, 13), + (95247, "152114", 1, 0, 13), + (95248, "152114", 1, 0, 13), + (95249, "152114", 1, 0, 13), + (95250, "142002", 1, 0, 13), + (95251, "142002", 1, 0, 13), + (95252, "142002", 1, 0, 13), + (95253, "142003", 1, 0, 13), + (95254, "142003", 1, 0, 13), + (95255, "142002", 1, 0, 13), + (95256, "142003", 1, 0, 13), + (95257, "142003", 1, 0, 13), + (95258, "142002", 1, 0, 13), + (95259, "142002", 1, 0, 13), + (95260, "142037", 1, 0, 13), + (95261, "142037", 1, 0, 13), + (95262, "142037", 1, 0, 13), + (95263, "142037", 1, 0, 13), + (95264, "142037", 1, 0, 13), + (95265, "142038", 1, 0, 13), + (95266, "142038", 1, 0, 13), + (95267, "142038", 1, 0, 13), + (95268, "142038", 1, 0, 13), + (95269, "142038", 1, 0, 13), + (95270, "142038", 1, 0, 13), + (95271, "142038", 1, 0, 13), + (95272, "142038", 1, 0, 13), + (95273, "142038", 1, 0, 13), + (95274, "142038", 1, 0, 13), + (95275, "142038", 1, 0, 13), + (95276, "142038", 1, 0, 13), + (95277, "142038", 1, 0, 13), + (95278, "142038", 1, 0, 13), + (95279, "142038", 1, 0, 13), + (95280, "142038", 1, 0, 13), + (95281, "142039", 1, 0, 13), + (95282, "142039", 1, 0, 13), + (95283, "142039", 1, 0, 13), + (95284, "142039", 1, 0, 13), + (95285, "142039", 1, 0, 13), + (95286, "142039", 1, 0, 13), + (95287, "142039", 1, 0, 13), + (95288, "142040", 1, 0, 13), + (95289, "142040", 1, 0, 13), + (95290, "142040", 1, 0, 13), + (95291, "142040", 1, 0, 13), + (95292, "142011", 1, 0, 13), + (95293, "142011", 1, 0, 13), + (95294, "142011", 1, 0, 13), + (95295, "142011", 1, 0, 13), + (95296, "142011", 1, 0, 13), + (95297, "142053", 1, 0, 13), + (95298, "142053", 1, 0, 13), + (95299, "142053", 1, 0, 13), + (95300, "142053", 1, 0, 13), + (95301, "142053", 1, 0, 13), + (95302, "142053", 1, 0, 13), + (95303, "142053", 1, 0, 13), + (95304, "142053", 1, 0, 13), + (95305, "142053", 1, 0, 13), + (95306, "142048", 1, 0, 13), + (95307, "142048", 1, 0, 13), + (95308, "142048", 1, 0, 13), + (95309, "142048", 1, 0, 13), + (95310, "142048", 1, 0, 13), + (95311, "142048", 1, 0, 13), + (95312, "142048", 1, 0, 13), + (95313, "142048", 1, 0, 13), + (95314, "142048", 1, 0, 13), + (95315, "142048", 1, 0, 13), + (95316, "142048", 1, 0, 13), + (95317, "142048", 1, 0, 13), + (95318, "142048", 1, 0, 13), + (95319, "142048", 1, 0, 13), + (95320, "142048", 1, 0, 13), + (95321, "142048", 1, 0, 13), + (95322, "142048", 1, 0, 13), + (95323, "142048", 1, 0, 13), + (95324, "142048", 1, 0, 13), + (95325, "142048", 1, 0, 13), + (95326, "142056", 1, 0, 13), + (95327, "142056", 1, 0, 13), + (95328, "142056", 1, 0, 13), + (95329, "142049", 1, 0, 13), + (95330, "142049", 1, 0, 13), + (95331, "142049", 1, 0, 13), + (95332, "142049", 1, 0, 13), + (95333, "142049", 1, 0, 13), + (95334, "142049", 1, 0, 13), + (95335, "142049", 1, 0, 13), + (95336, "142049", 1, 0, 13), + (95337, "142054", 1, 0, 13), + (95338, "142054", 1, 0, 13), + (95339, "142054", 1, 0, 13), + (95340, "142054", 1, 0, 13), + (95341, "142045", 1, 0, 13), + (95342, "142045", 1, 0, 13), + (95343, "142055", 1, 0, 13), + (95344, "142055", 1, 0, 13), + (95345, "142055", 1, 0, 13), + (95346, "142055", 1, 0, 13), + (95347, "142055", 1, 0, 13), + (95348, "142055", 1, 0, 13), + (95349, "142046", 1, 0, 13), + (95350, "142046", 1, 0, 13), + (95351, "142046", 1, 0, 13), + (95352, "142046", 1, 0, 13), + (95353, "142057", 1, 0, 13), + (95354, "142057", 1, 0, 13), + (95355, "142057", 1, 0, 13), + (95356, "142057", 1, 0, 13), + (95357, "142057", 1, 0, 13), + (95358, "142057", 1, 0, 13), + (95359, "151213", 1, 0, 13), + (95360, "151213", 1, 0, 13), + (95361, "151213", 1, 0, 13), + (95362, "151213", 1, 0, 13), + (95363, "151213", 1, 0, 13), + (95364, "151213", 1, 0, 13), + (95365, "151213", 1, 0, 13), + (95366, "151213", 1, 0, 13), + (95367, "151213", 1, 0, 13), + (95368, "151213", 1, 0, 13), + (95369, "151213", 1, 0, 13), + (95370, "151213", 1, 0, 13), + (95371, "151210", 1, 0, 13), + (95372, "151210", 1, 0, 13), + (95373, "151210", 1, 0, 13), + (95374, "151210", 1, 0, 13), + (95375, "151210", 1, 0, 13), + (95376, "151210", 1, 0, 13), + (95377, "151210", 1, 0, 13), + (95378, "151210", 1, 0, 13), + (95379, "151210", 1, 0, 13), + (95380, "151210", 1, 0, 13), + (95381, "151210", 1, 0, 13), + (95382, "151210", 1, 0, 13), + (95383, "151210", 1, 0, 13), + (95384, "151210", 1, 0, 13), + (95385, "151205", 1, 0, 13), + (95386, "151205", 1, 0, 13), + (95387, "151205", 1, 0, 13), + (95388, "151205", 1, 0, 13), + (95389, "151205", 1, 0, 13), + (95390, "151208", 1, 0, 13), + (95391, "151208", 1, 0, 13), + (95392, "151208", 1, 0, 13), + (95393, "151208", 1, 0, 13), + (95394, "151208", 1, 0, 13), + (95395, "152025", 1, 0, 13), + (95396, "152124", 1, 0, 13), + (95397, "152003", 1, 0, 13), + (95398, "152123", 1, 0, 13), + (95399, "152002", 1, 0, 13), + (95400, "152024", 1, 0, 13), + (95401, "152121", 1, 0, 13), + (95402, "152028", 1, 0, 13), + (95403, "152122", 1, 0, 13), + (95404, "142050", 1, 0, 13), + (95405, "152124", 1, 0, 13), + (95406, "152124", 1, 0, 13), + (95407, "152124", 1, 0, 13), + (95408, "152124", 1, 0, 13), + (95409, "152118", 1, 0, 13), + (95410, "152124", 1, 0, 13), + (95411, "152124", 1, 0, 13), + (95412, "152124", 1, 0, 13), + (95413, "152124", 1, 0, 13), + (95414, "152124", 1, 0, 13), + (95415, "152124", 1, 0, 13), + (95416, "152117", 1, 0, 13), + (95417, "152117", 1, 0, 13), + (95418, "152117", 1, 0, 13), + (95419, "152117", 1, 0, 13), + (95420, "152117", 1, 0, 13), + (95421, "152117", 1, 0, 13), + (95422, "152117", 1, 0, 13), + (95423, "152117", 1, 0, 13), + (95424, "152117", 1, 0, 13), + (95425, "152117", 1, 0, 13), + (95426, "152117", 1, 0, 13), + (95427, "152117", 1, 0, 13), + (95428, "142041", 1, 0, 13), + (95429, "142041", 1, 0, 13), + (95430, "142041", 1, 0, 13), + (95431, "152003", 1, 0, 13), + (95432, "152003", 1, 0, 13), + (95433, "152003", 1, 0, 13), + (95434, "142042", 1, 0, 13), + (95435, "142042", 1, 0, 13), + (95436, "142042", 1, 0, 13), + (95437, "142042", 1, 0, 13), + (95438, "142042", 1, 0, 13), + (95439, "142042", 1, 0, 13), + (95440, "142042", 1, 0, 13), + (95441, "142042", 1, 0, 13), + (95442, "142042", 1, 0, 13), + (95443, "142042", 1, 0, 13), + (95444, "152123", 1, 0, 13), + (95445, "152123", 1, 0, 13), + (95446, "152123", 1, 0, 13), + (95447, "152123", 1, 0, 13), + (95448, "152123", 1, 0, 13), + (95449, "152123", 1, 0, 13), + (95450, "152123", 1, 0, 13), + (95451, "152123", 1, 0, 13), + (95452, "152123", 1, 0, 13), + (95453, "152123", 1, 0, 13), + (95454, "152123", 1, 0, 13), + (95455, "152123", 1, 0, 13), + (95456, "152123", 1, 0, 13), + (95457, "142052", 1, 0, 13), + (95458, "142052", 1, 0, 13), + (95459, "152005", 1, 0, 13), + (95460, "142052", 1, 0, 13), + (95461, "142052", 1, 0, 13), + (95462, "142052", 1, 0, 13), + (95463, "152005", 1, 0, 13), + (95464, "142052", 1, 0, 13), + (95465, "142052", 1, 0, 13), + (95466, "142052", 1, 0, 13), + (95467, "142052", 1, 0, 13), + (95468, "142052", 1, 0, 13), + (95469, "152005", 1, 0, 13), + (95470, "142052", 1, 0, 13), + (95471, "142052", 1, 0, 13), + (95472, "142052", 1, 0, 13), + (95473, "142052", 1, 0, 13), + (95474, "152002", 1, 0, 13), + (95475, "152002", 1, 0, 13), + (95476, "152002", 1, 0, 13), + (95477, "152002", 1, 0, 13), + (95478, "152002", 1, 0, 13), + (95479, "152002", 1, 0, 13), + (95480, "152002", 1, 0, 13), + (95481, "152022", 1, 0, 13), + (95482, "152022", 1, 0, 13), + (95483, "152022", 1, 0, 13), + (95484, "152022", 1, 0, 13), + (95485, "152022", 1, 0, 13), + (95486, "152022", 1, 0, 13), + (95487, "152022", 1, 0, 13), + (95488, "152022", 1, 0, 13), + (95489, "152022", 1, 0, 13), + (95490, "152022", 1, 0, 13), + (95491, "152128", 1, 0, 13), + (95492, "152128", 1, 0, 13), + (95493, "152128", 1, 0, 13), + (95494, "152128", 1, 0, 13), + (95495, "152128", 1, 0, 13), + (95496, "152128", 1, 0, 13), + (95497, "152128", 1, 0, 13), + (95498, "152128", 1, 0, 13), + (95499, "152128", 1, 0, 13), + (95500, "152128", 1, 0, 13), + (95501, "152128", 1, 0, 13), + (95502, "152128", 1, 0, 13), + (95503, "152128", 1, 0, 13), + (95504, "152024", 1, 0, 13), + (95505, "152024", 1, 0, 13), + (95506, "152024", 1, 0, 13), + (95507, "152024", 1, 0, 13), + (95508, "152024", 1, 0, 13), + (95509, "152024", 1, 0, 13), + (95510, "152024", 1, 0, 13), + (95511, "152024", 1, 0, 13), + (95512, "152024", 1, 0, 13), + (95513, "152024", 1, 0, 13), + (95514, "152024", 1, 0, 13), + (95515, "142058", 1, 0, 13), + (95516, "142058", 1, 0, 13), + (95517, "142058", 1, 0, 13), + (95518, "142043", 1, 0, 13), + (95519, "142043", 1, 0, 13), + (95520, "142043", 1, 0, 13), + (95521, "142043", 1, 0, 13), + (95522, "142043", 1, 0, 13), + (95523, "142043", 1, 0, 13), + (95524, "142043", 1, 0, 13), + (95525, "142043", 1, 0, 13), + (95526, "152121", 1, 0, 13), + (95527, "152121", 1, 0, 13), + (95528, "152121", 1, 0, 13), + (95529, "152121", 1, 0, 13), + (95530, "152121", 1, 0, 13), + (95531, "152121", 1, 0, 13), + (95532, "152121", 1, 0, 13), + (95533, "142044", 1, 0, 13), + (95534, "142044", 1, 0, 13), + (95535, "142044", 1, 0, 13), + (95536, "142044", 1, 0, 13), + (95537, "142044", 1, 0, 13), + (95538, "142044", 1, 0, 13), + (95539, "152021", 1, 0, 13), + (95540, "152005", 1, 0, 13), + (95541, "152021", 1, 0, 13), + (95542, "152021", 1, 0, 13), + (95543, "152021", 1, 0, 13), + (95544, "152021", 1, 0, 13), + (95545, "152033", 1, 0, 13), + (95546, "152033", 1, 0, 13), + (95547, "152033", 1, 0, 13), + (95548, "152033", 1, 0, 13), + (95549, "152033", 1, 0, 13), + (95550, "152033", 1, 0, 13), + (95551, "152023", 1, 0, 13), + (95552, "152023", 1, 0, 13), + (95553, "152023", 1, 0, 13), + (95554, "152023", 1, 0, 13), + (95555, "152023", 1, 0, 13), + (95556, "152023", 1, 0, 13), + (95557, "152028", 1, 0, 13), + (95558, "152028", 1, 0, 13), + (95559, "152028", 1, 0, 13), + (95560, "152028", 1, 0, 13), + (95561, "152028", 1, 0, 13), + (95562, "152028", 1, 0, 13), + (95563, "152028", 1, 0, 13), + (95564, "152028", 1, 0, 13), + (95565, "152028", 1, 0, 13), + (95566, "152132", 1, 0, 13), + (95567, "152132", 1, 0, 13), + (95568, "152132", 1, 0, 13), + (95569, "152132", 1, 0, 13), + (95570, "152132", 1, 0, 13), + (95571, "152132", 1, 0, 13), + (95572, "152132", 1, 0, 13), + (95573, "152132", 1, 0, 13), + (95574, "152132", 1, 0, 13), + (95575, "152132", 1, 0, 13), + (95576, "152132", 1, 0, 13), + (95577, "142060", 1, 0, 13), + (95578, "142060", 1, 0, 13), + (95579, "142060", 1, 0, 13), + (95580, "142060", 1, 0, 13), + (95581, "152122", 1, 0, 13), + (95582, "152122", 1, 0, 13), + (95583, "152122", 1, 0, 13), + (95584, "152122", 1, 0, 13), + (95585, "152122", 1, 0, 13), + (95586, "152122", 1, 0, 13), + (95587, "152122", 1, 0, 13), + (95588, "152122", 1, 0, 13), + (95589, "152004", 1, 0, 13), + (95590, "152004", 1, 0, 13), + (95591, "152005", 1, 0, 13), + (95592, "152004", 1, 0, 13), + (95593, "152004", 1, 0, 13), + (95594, "152004", 1, 0, 13), + (95595, "152004", 1, 0, 13), + (95596, "152005", 1, 0, 13), + (95597, "152004", 1, 0, 13), + (95598, "152004", 1, 0, 13), + (95599, "142050", 1, 0, 13), + (95600, "142050", 1, 0, 13), + (95601, "142050", 1, 0, 13), + (95602, "142047", 1, 0, 13), + (95603, "142047", 1, 0, 13), + (95604, "142047", 1, 0, 13), + (95605, "142047", 1, 0, 13), + (95606, "142047", 1, 0, 13), + (95607, "142050", 1, 0, 13), + (95608, "142050", 1, 0, 13), + (95609, "142050", 1, 0, 13), + (95610, "142050", 1, 0, 13), + (95611, "142050", 1, 0, 13), + (95612, "142050", 1, 0, 13), + (95613, "142047", 1, 0, 13), + (95614, "142047", 1, 0, 13), + (95615, "142047", 1, 0, 13), + (95616, "142047", 1, 0, 13), + (95617, "142047", 1, 0, 13), + (95618, "142047", 1, 0, 13), + (95619, "142047", 1, 0, 13), + (95620, "142047", 1, 0, 13), + (95621, "152118", 1, 0, 13), + (95622, "152116", 1, 0, 13), + (95623, "152116", 1, 0, 13), + (95624, "152118", 1, 0, 13), + (95625, "152118", 1, 0, 13), + (95626, "152116", 1, 0, 13), + (95627, "152118", 1, 0, 13), + (95628, "152116", 1, 0, 13), + (95629, "152116", 1, 0, 13), + (95630, "152118", 1, 0, 13), + (95631, "152118", 1, 0, 13), + (95632, "152116", 1, 0, 13), + (95633, "152118", 1, 0, 13), + (95634, "152118", 1, 0, 13), + (95635, "152116", 1, 0, 13), + (95636, "152116", 1, 0, 13), + (95637, "152118", 1, 0, 13), + (95638, "152118", 1, 0, 13), + (95639, "152116", 1, 0, 13), + (95640, "152118", 1, 0, 13), + (95641, "152116", 1, 0, 13), + (95642, "152118", 1, 0, 13), + (95643, "152118", 1, 0, 13), + (95644, "152116", 1, 0, 13), + (95645, "152116", 1, 0, 13), + (95646, "143514", 1, 0, 13), + (95647, "143526", 1, 0, 13), + (95648, "143506", 1, 0, 13), + (95649, "143512", 1, 0, 13), + (95650, "143511", 1, 0, 13), + (95651, "143507", 1, 0, 13), + (95652, "143520", 1, 0, 13), + (95653, "143511", 1, 0, 13), + (95654, "143529", 1, 0, 13), + (95655, "143533", 1, 0, 13), + (95656, "143512", 1, 0, 13), + (95657, "143514", 1, 0, 13), + (95658, "143512", 1, 0, 13), + (95659, "143506", 1, 0, 13), + (95660, "143528", 1, 0, 13), + (95661, "145001", 1, 0, 13), + (95662, "145025", 1, 0, 13), + (95663, "143506", 1, 0, 13), + (95664, "143533", 1, 0, 13), + (95665, "143515", 1, 0, 13), + (95666, "143530", 1, 0, 13), + (95667, "143514", 1, 0, 13), + (95668, "143520", 1, 0, 13), + (95669, "143507", 1, 0, 13), + (95670, "143506", 1, 0, 13), + (95671, "143507", 1, 0, 13), + (95672, "143514", 1, 0, 13), + (95673, "143511", 1, 0, 13), + (95674, "143512", 1, 0, 13), + (95675, "143513", 1, 0, 13), + (95676, "143511", 1, 0, 13), + (95677, "145026", 1, 0, 13), + (95678, "143518", 1, 0, 13), + (95679, "143516", 1, 0, 13), + (95680, "143516", 1, 0, 13), + (95681, "143511", 1, 0, 13), + (95682, "143604", 1, 0, 13), + (95683, "143605", 1, 0, 13), + (95684, "143531", 1, 0, 13), + (95685, "143518", 1, 0, 13), + (95686, "143532", 1, 0, 13), + (95687, "143526", 1, 0, 13), + (95688, "145025", 1, 0, 13), + (95689, "143519", 1, 0, 13), + (95690, "145026", 1, 0, 13), + (95691, "143512", 1, 0, 13), + (95692, "143511", 1, 0, 13), + (95693, "143518", 1, 0, 13), + (95694, "145023", 1, 0, 13), + (95695, "143506", 1, 0, 13), + (95696, "143511", 1, 0, 13), + (95697, "143526", 1, 0, 13), + (95698, "143530", 1, 0, 13), + (95699, "143520", 1, 0, 13), + (95700, "143513", 1, 0, 13), + (95701, "145101", 1, 0, 13), + (95702, "145023", 1, 0, 13), + (95703, "143507", 1, 0, 13), + (95704, "143517", 1, 0, 13), + (95705, "143530", 1, 0, 13), + (95706, "143518", 1, 0, 13), + (95707, "143507", 1, 0, 13), + (95708, "143520", 1, 0, 13), + (95709, "145101", 1, 0, 13), + (95710, "143525", 1, 0, 13), + (95711, "143511", 1, 0, 13), + (95712, "145001", 1, 0, 13), + (95713, "143526", 1, 0, 13), + (95714, "143507", 1, 0, 13), + (95715, "143602", 1, 0, 13), + (95716, "143506", 1, 0, 13), + (95717, "143604", 1, 0, 13), + (95718, "145001", 1, 0, 13), + (95719, "143520", 1, 0, 13), + (95720, "143526", 1, 0, 13), + (95721, "143526", 1, 0, 13), + (95722, "143528", 1, 0, 13), + (95723, "145001", 1, 0, 13), + (95724, "143531", 1, 0, 13), + (95725, "145027", 1, 0, 13), + (95726, "143520", 1, 0, 13), + (95727, "143511", 1, 0, 13), + (95728, "143525", 1, 0, 13), + (95729, "145025", 1, 0, 13), + (95730, "143533", 1, 0, 13), + (95731, "143528", 1, 0, 13), + (95732, "143519", 1, 0, 13), + (95733, "143531", 1, 0, 13), + (95734, "143519", 1, 0, 13), + (95735, "143516", 1, 0, 13), + (95736, "145001", 1, 0, 13), + (95737, "143507", 1, 0, 13), + (95738, "143534", 1, 0, 13), + (95739, "145101", 1, 0, 13), + (95740, "143602", 1, 0, 13), + (95741, "143516", 1, 0, 13), + (95742, "145027", 1, 0, 13), + (95743, "143530", 1, 0, 13), + (95744, "143518", 1, 0, 13), + (95745, "143519", 1, 0, 13), + (95746, "143604", 1, 0, 13), + (95747, "145025", 1, 0, 13), + (95748, "143515", 1, 0, 13), + (95749, "145029", 1, 0, 13), + (95750, "143519", 1, 0, 13), + (95751, "143516", 1, 0, 13), + (95752, "143517", 1, 0, 13), + (95753, "143530", 1, 0, 13), + (95754, "143605", 1, 0, 13), + (95755, "143514", 1, 0, 13), + (95756, "143534", 1, 0, 13), + (95757, "143530", 1, 0, 13), + (95758, "143519", 1, 0, 13), + (95759, "143516", 1, 0, 13), + (95760, "145022", 1, 0, 13), + (95761, "143515", 1, 0, 13), + (95762, "143526", 1, 0, 13), + (95763, "145001", 1, 0, 13), + (95764, "143602", 1, 0, 13), + (95765, "143507", 1, 0, 13), + (95766, "143515", 1, 0, 13), + (95767, "143515", 1, 0, 13), + (95768, "143515", 1, 0, 13), + (95769, "143506", 1, 0, 13), + (95770, "143511", 1, 0, 13), + (95771, "143517", 1, 0, 13), + (95772, "143528", 1, 0, 13), + (95773, "145101", 1, 0, 13), + (95774, "143517", 1, 0, 13), + (95775, "145025", 1, 0, 13), + (95776, "143602", 1, 0, 13), + (95777, "145025", 1, 0, 13), + (95778, "145025", 1, 0, 13), + (95779, "143514", 1, 0, 13), + (95780, "143520", 1, 0, 13), + (95781, "143604", 1, 0, 13), + (95782, "143531", 1, 0, 13), + (95783, "143531", 1, 0, 13), + (95784, "143506", 1, 0, 13), + (95785, "143602", 1, 0, 13), + (95786, "143534", 1, 0, 13), + (95787, "143602", 1, 0, 13), + (95788, "143518", 1, 0, 13), + (95789, "143527", 1, 0, 13), + (95790, "145023", 1, 0, 13), + (95791, "143511", 1, 0, 13), + (95792, "143511", 1, 0, 13), + (95793, "143517", 1, 0, 13), + (95794, "143511", 1, 0, 13), + (95795, "143527", 1, 0, 13), + (95796, "143531", 1, 0, 13), + (95797, "143530", 1, 0, 13), + (95798, "143529", 1, 0, 13), + (95799, "143520", 1, 0, 13), + (95800, "145001", 1, 0, 13), + (95801, "143527", 1, 0, 13), + (95802, "143534", 1, 0, 13), + (95803, "143515", 1, 0, 13), + (95804, "143507", 1, 0, 13), + (95805, "143511", 1, 0, 13), + (95806, "143512", 1, 0, 13), + (95807, "143527", 1, 0, 13), + (95808, "143506", 1, 0, 13), + (95809, "143527", 1, 0, 13), + (95810, "145023", 1, 0, 13), + (95811, "143511", 1, 0, 13), + (95812, "143604", 1, 0, 13), + (95813, "143517", 1, 0, 13), + (95814, "143527", 1, 0, 13), + (95815, "143527", 1, 0, 13), + (95816, "145022", 1, 0, 13), + (95817, "143532", 1, 0, 13), + (95818, "143527", 1, 0, 13), + (95819, "143525", 1, 0, 13), + (95820, "145025", 1, 0, 13), + (95821, "143531", 1, 0, 13), + (95822, "145022", 1, 0, 13), + (95823, "145025", 1, 0, 13), + (95824, "143513", 1, 0, 13), + (95825, "143605", 1, 0, 13), + (95826, "143513", 1, 0, 13), + (95827, "143507", 1, 0, 13), + (95828, "143506", 1, 0, 13), + (95829, "145023", 1, 0, 13), + (95830, "143534", 1, 0, 13), + (95831, "143534", 1, 0, 13), + (95832, "143531", 1, 0, 13), + (95833, "143534", 1, 0, 13), + (95834, "143530", 1, 0, 13), + (95835, "143528", 1, 0, 13), + (95836, "143526", 1, 0, 13), + (95837, "143602", 1, 0, 13), + (95838, "143602", 1, 0, 13), + (95839, "145025", 1, 0, 13), + (95840, "145022", 1, 0, 13), + (95841, "143507", 1, 0, 13), + (95842, "143511", 1, 0, 13), + (95843, "143518", 1, 0, 13), + (95844, "143518", 1, 0, 13), + (95845, "143604", 1, 0, 13), + (95846, "143604", 1, 0, 13), + (95847, "145029", 1, 0, 13), + (95848, "143604", 1, 0, 13), + (95849, "143507", 1, 0, 13), + (95850, "143605", 1, 0, 13), + (95851, "143529", 1, 0, 13), + (95852, "143513", 1, 0, 13), + (95853, "143604", 1, 0, 13), + (95854, "145025", 1, 0, 13), + (95855, "145001", 1, 0, 13), + (95856, "143531", 1, 0, 13), + (95857, "143604", 1, 0, 13), + (95858, "143513", 1, 0, 13), + (95859, "145024", 1, 0, 13), + (95860, "145001", 1, 0, 13), + (95861, "143527", 1, 0, 13), + (95862, "145001", 1, 0, 13), + (95863, "143506", 1, 0, 13), + (95864, "143604", 1, 0, 13), + (95865, "143514", 1, 0, 13), + (95866, "143513", 1, 0, 13), + (95867, "143511", 1, 0, 13), + (95868, "143506", 1, 0, 13), + (95869, "143519", 1, 0, 13), + (95870, "146104", 1, 0, 13), + (95871, "144521", 1, 0, 13), + (95872, "144529", 1, 0, 13), + (95873, "146112", 1, 0, 13), + (95874, "144221", 1, 0, 13), + (95875, "144204", 1, 0, 13), + (95876, "144105", 1, 0, 13), + (95877, "144522", 1, 0, 13), + (95878, "144527", 1, 0, 13), + (95879, "146021", 1, 0, 13), + (95880, "146111", 1, 0, 13), + (95881, "146021", 1, 0, 13), + (95882, "146111", 1, 0, 13), + (95883, "144524", 1, 0, 13), + (95884, "144519", 1, 0, 13), + (95885, "144521", 1, 0, 13), + (95886, "144529", 1, 0, 13), + (95887, "144522", 1, 0, 13), + (95888, "144523", 1, 0, 13), + (95889, "144208", 1, 0, 13), + (95890, "146104", 1, 0, 13), + (95891, "146112", 1, 0, 13), + (95892, "144528", 1, 0, 13), + (95893, "146104", 1, 0, 13), + (95894, "146101", 1, 0, 13), + (95895, "144527", 1, 0, 13), + (95896, "146102", 1, 0, 13), + (95897, "146023", 1, 0, 13), + (95898, "146110", 1, 0, 13), + (95899, "144532", 1, 0, 13), + (95900, "144525", 1, 0, 13), + (95901, "144524", 1, 0, 13), + (95902, "144526", 1, 0, 13), + (95903, "146024", 1, 0, 13), + (95904, "146021", 1, 0, 13), + (95905, "144105", 1, 0, 13), + (95906, "144529", 1, 0, 13), + (95907, "146022", 1, 0, 13), + (95908, "144527", 1, 0, 13), + (95909, "144527", 1, 0, 13), + (95910, "144520", 1, 0, 13), + (95911, "146111", 1, 0, 13), + (95912, "144532", 1, 0, 13), + (95913, "144406", 1, 0, 13), + (95914, "146022", 1, 0, 13), + (95915, "144528", 1, 0, 13), + (95916, "144530", 1, 0, 13), + (95917, "144530", 1, 0, 13), + (95918, "146109", 1, 0, 13), + (95919, "146106", 1, 0, 13), + (95920, "144523", 1, 0, 13), + (95921, "144527", 1, 0, 13), + (95922, "144526", 1, 0, 13), + (95923, "144521", 1, 0, 13), + (95924, "146106", 1, 0, 13), + (95925, "144531", 1, 0, 13), + (95926, "144523", 1, 0, 13), + (95927, "144528", 1, 0, 13), + (95928, "146113", 1, 0, 13), + (95929, "146108", 1, 0, 13), + (95930, "144530", 1, 0, 13), + (95931, "146109", 1, 0, 13), + (95932, "146102", 1, 0, 13), + (95933, "144526", 1, 0, 13), + (95934, "144522", 1, 0, 13), + (95935, "144525", 1, 0, 13), + (95936, "146108", 1, 0, 13), + (95937, "144525", 1, 0, 13), + (95938, "144519", 1, 0, 13), + (95939, "144105", 1, 0, 13), + (95940, "146024", 1, 0, 13), + (95941, "146101", 1, 0, 13), + (95942, "146109", 1, 0, 13), + (95943, "146109", 1, 0, 13), + (95944, "146022", 1, 0, 13), + (95945, "144523", 1, 0, 13), + (95946, "144521", 1, 0, 13), + (95947, "146110", 1, 0, 13), + (95948, "146024", 1, 0, 13), + (95949, "146109", 1, 0, 13), + (95950, "144404", 1, 0, 13), + (95951, "144528", 1, 0, 13), + (95952, "144526", 1, 0, 13), + (95953, "146112", 1, 0, 13), + (95954, "146109", 1, 0, 13), + (95955, "146112", 1, 0, 13), + (95956, "146024", 1, 0, 13), + (95957, "144522", 1, 0, 13), + (95958, "146023", 1, 0, 13), + (95959, "146113", 1, 0, 13), + (95960, "144523", 1, 0, 13), + (95961, "144404", 1, 0, 13), + (95962, "146101", 1, 0, 13), + (95963, "146021", 1, 0, 13), + (95964, "146102", 1, 0, 13), + (95965, "146022", 1, 0, 13), + (95966, "144521", 1, 0, 13), + (95967, "144522", 1, 0, 13), + (95968, "144519", 1, 0, 13), + (95969, "144528", 1, 0, 13), + (95970, "144528", 1, 0, 13), + (95971, "144532", 1, 0, 13), + (95972, "146112", 1, 0, 13), + (95973, "146108", 1, 0, 13), + (95974, "144520", 1, 0, 13), + (95975, "144105", 1, 0, 13), + (95976, "144105", 1, 0, 13), + (95977, "144404", 1, 0, 13), + (95978, "146102", 1, 0, 13), + (95979, "146104", 1, 0, 13), + (95980, "144105", 1, 0, 13), + (95981, "144526", 1, 0, 13), + (95982, "144404", 1, 0, 13), + (95983, "144524", 1, 0, 13), + (95984, "146112", 1, 0, 13), + (95985, "144531", 1, 0, 13), + (95986, "144521", 1, 0, 13), + (95987, "144526", 1, 0, 13), + (95988, "146023", 1, 0, 13), + (95989, "144530", 1, 0, 13), + (95990, "144521", 1, 0, 13), + (95991, "144533", 1, 0, 13), + (95992, "144527", 1, 0, 13), + (95993, "144532", 1, 0, 13), + (95994, "144526", 1, 0, 13), + (95995, "144525", 1, 0, 13), + (95996, "146111", 1, 0, 13), + (95997, "144532", 1, 0, 13), + (95998, "144529", 1, 0, 13), + (95999, "146109", 1, 0, 13), + (96000, "144528", 1, 0, 13), + (96001, "146111", 1, 0, 13), + (96002, "144105", 1, 0, 13), + (96003, "144105", 1, 0, 13), + (96004, "146102", 1, 0, 13), + (96005, "146108", 1, 0, 13), + (96006, "146104", 1, 0, 13), + (96007, "144208", 1, 0, 13), + (96008, "144528", 1, 0, 13), + (96009, "146023", 1, 0, 13), + (96010, "144532", 1, 0, 13), + (96011, "146102", 1, 0, 13), + (96012, "144105", 1, 0, 13), + (96013, "144520", 1, 0, 13), + (96014, "144521", 1, 0, 13), + (96015, "144105", 1, 0, 13), + (96016, "146022", 1, 0, 13), + (96017, "146103", 1, 0, 13), + (96018, "144519", 1, 0, 13), + (96019, "144521", 1, 0, 13), + (96020, "144520", 1, 0, 13), + (96021, "144404", 1, 0, 13), + (96022, "144524", 1, 0, 13), + (96023, "144521", 1, 0, 13), + (96024, "144214", 1, 0, 13), + (96025, "144202", 1, 0, 13), + (96026, "144207", 1, 0, 13), + (96027, "144224", 1, 0, 13), + (96028, "144207", 1, 0, 13), + (96029, "144223", 1, 0, 13), + (96030, "144206", 1, 0, 13), + (96031, "144207", 1, 0, 13), + (96032, "144204", 1, 0, 13), + (96033, "144202", 1, 0, 13), + (96034, "144214", 1, 0, 13), + (96035, "144208", 1, 0, 13), + (96036, "144306", 1, 0, 13), + (96037, "144208", 1, 0, 13), + (96038, "144204", 1, 0, 13), + (96039, "144208", 1, 0, 13), + (96040, "146115", 1, 0, 13), + (96041, "144223", 1, 0, 13), + (96042, "144223", 1, 0, 13), + (96043, "144306", 1, 0, 13), + (96044, "144305", 1, 0, 13), + (96045, "146113", 1, 0, 13), + (96046, "144221", 1, 0, 13), + (96047, "144207", 1, 0, 13), + (96048, "144224", 1, 0, 13), + (96049, "144224", 1, 0, 13), + (96050, "144305", 1, 0, 13), + (96051, "144224", 1, 0, 13), + (96052, "144221", 1, 0, 13), + (96053, "144210", 1, 0, 13), + (96054, "144306", 1, 0, 13), + (96055, "144207", 1, 0, 13), + (96056, "144207", 1, 0, 13), + (96057, "144214", 1, 0, 13), + (96058, "144207", 1, 0, 13), + (96059, "144209", 1, 0, 13), + (96060, "144210", 1, 0, 13), + (96061, "144223", 1, 0, 13), + (96062, "144207", 1, 0, 13), + (96063, "144209", 1, 0, 13), + (96064, "144210", 1, 0, 13), + (96065, "144222", 1, 0, 13), + (96066, "144221", 1, 0, 13), + (96067, "146113", 1, 0, 13), + (96068, "144221", 1, 0, 13), + (96069, "144214", 1, 0, 13), + (96070, "144224", 1, 0, 13), + (96071, "144306", 1, 0, 13), + (96072, "144210", 1, 0, 13), + (96073, "144305", 1, 0, 13), + (96074, "144222", 1, 0, 13), + (96075, "144213", 1, 0, 13), + (96076, "144221", 1, 0, 13), + (96077, "144221", 1, 0, 13), + (96078, "144221", 1, 0, 13), + (96079, "146116", 1, 0, 13), + (96080, "146113", 1, 0, 13), + (96081, "144208", 1, 0, 13), + (96082, "144222", 1, 0, 13), + (96083, "144306", 1, 0, 13), + (96084, "144223", 1, 0, 13), + (96085, "144306", 1, 0, 13), + (96086, "144212", 1, 0, 13), + (96087, "144211", 1, 0, 13), + (96088, "144210", 1, 0, 13), + (96089, "144212", 1, 0, 13), + (96090, "144202", 1, 0, 13), + (96091, "144207", 1, 0, 13), + (96092, "144207", 1, 0, 13), + (96093, "144306", 1, 0, 13), + (96094, "144204", 1, 0, 13), + (96095, "144212", 1, 0, 13), + (96096, "144305", 1, 0, 13), + (96097, "144305", 1, 0, 13), + (96098, "146115", 1, 0, 13), + (96099, "144212", 1, 0, 13), + (96100, "144212", 1, 0, 13), + (96101, "144222", 1, 0, 13), + (96102, "146113", 1, 0, 13), + (96103, "146114", 1, 0, 13), + (96104, "144211", 1, 0, 13), + (96105, "144210", 1, 0, 13), + (96106, "144305", 1, 0, 13), + (96107, "144213", 1, 0, 13), + (96108, "144208", 1, 0, 13), + (96109, "144306", 1, 0, 13), + (96110, "144206", 1, 0, 13), + (96111, "146113", 1, 0, 13), + (96112, "144214", 1, 0, 13), + (96113, "144204", 1, 0, 13), + (96114, "144221", 1, 0, 13), + (96115, "146113", 1, 0, 13), + (96116, "144202", 1, 0, 13), + (96117, "144204", 1, 0, 13), + (96118, "144204", 1, 0, 13), + (96119, "144214", 1, 0, 13), + (96120, "144211", 1, 0, 13), + (96121, "144214", 1, 0, 13), + (96122, "144204", 1, 0, 13), + (96123, "144207", 1, 0, 13), + (96124, "144213", 1, 0, 13), + (96125, "144211", 1, 0, 13), + (96126, "144212", 1, 0, 13), + (96127, "144306", 1, 0, 13), + (96128, "144204", 1, 0, 13), + (96129, "146114", 1, 0, 13), + (96130, "146116", 1, 0, 13), + (96131, "144211", 1, 0, 13), + (96132, "144221", 1, 0, 13), + (96133, "144212", 1, 0, 13), + (96134, "144202", 1, 0, 13), + (96135, "144223", 1, 0, 13), + (96136, "144211", 1, 0, 13), + (96137, "146113", 1, 0, 13), + (96138, "144207", 1, 0, 13), + (96139, "144207", 1, 0, 13), + (96140, "144211", 1, 0, 13), + (96141, "144207", 1, 0, 13), + (96142, "144209", 1, 0, 13), + (96143, "144212", 1, 0, 13), + (96144, "144216", 1, 0, 13), + (96145, "144224", 1, 0, 13), + (96146, "144223", 1, 0, 13), + (96147, "144202", 1, 0, 13), + (96148, "144207", 1, 0, 13), + (96149, "144305", 1, 0, 13), + (96150, "144221", 1, 0, 13), + (96151, "144204", 1, 0, 13), + (96152, "144202", 1, 0, 13), + (96153, "144211", 1, 0, 13), + (96154, "144213", 1, 0, 13), + (96155, "146116", 1, 0, 13), + (96156, "144221", 1, 0, 13), + (96157, "144521", 1, 0, 13), + (96158, "144527", 1, 0, 13), + (96159, "146105", 1, 0, 13), + (96160, "144526", 1, 0, 13), + (96161, "144523", 1, 0, 13), + (96162, "146107", 1, 0, 13), + (96163, "146113", 1, 0, 13), + (96164, "146112", 1, 0, 13), + (96165, "144532", 1, 0, 13), + (96166, "146112", 1, 0, 13), + (96167, "144527", 1, 0, 13), + (96168, "146110", 1, 0, 13), + (96169, "146104", 1, 0, 13), + (96170, "146109", 1, 0, 13), + (96171, "146102", 1, 0, 13), + (96172, "146103", 1, 0, 13), + (96173, "144529", 1, 0, 13), + (96174, "146109", 1, 0, 13), + (96175, "144105", 1, 0, 13), + (96176, "146111", 1, 0, 13), + (96177, "144208", 1, 0, 13), + (96178, "144523", 1, 0, 13), + (96179, "146102", 1, 0, 13), + (96180, "144521", 1, 0, 13), + (96181, "144526", 1, 0, 13), + (96182, "144524", 1, 0, 13), + (96183, "144105", 1, 0, 13), + (96184, "144526", 1, 0, 13), + (96185, "144404", 1, 0, 13), + (96186, "144527", 1, 0, 13), + (96187, "146108", 1, 0, 13), + (96188, "146107", 1, 0, 13), + (96189, "146110", 1, 0, 13), + (96190, "146024", 1, 0, 13), + (96191, "144521", 1, 0, 13), + (96192, "146112", 1, 0, 13), + (96193, "144520", 1, 0, 13), + (96194, "146111", 1, 0, 13), + (96195, "146111", 1, 0, 13), + (96196, "144526", 1, 0, 13), + (96197, "146102", 1, 0, 13), + (96198, "144528", 1, 0, 13), + (96199, "146112", 1, 0, 13), + (96200, "144105", 1, 0, 13), + (96201, "144208", 1, 0, 13), + (96202, "144522", 1, 0, 13), + (96203, "146102", 1, 0, 13), + (96204, "146105", 1, 0, 13), + (96205, "144026", 1, 0, 13), + (96206, "144505", 1, 0, 13), + (96207, "144518", 1, 0, 13), + (96208, "144516", 1, 0, 13), + (96209, "144503", 1, 0, 13), + (96210, "144026", 1, 0, 13), + (96211, "144026", 1, 0, 13), + (96212, "144026", 1, 0, 13), + (96213, "144026", 1, 0, 13), + (96214, "144003", 1, 0, 13), + (96215, "144003", 1, 0, 13), + (96216, "144101", 1, 0, 13), + (96217, "144101", 1, 0, 13), + (96218, "144102", 1, 0, 13), + (96219, "144102", 1, 0, 13), + (96220, "144102", 1, 0, 13), + (96221, "144102", 1, 0, 13), + (96222, "144102", 1, 0, 13), + (96223, "144102", 1, 0, 13), + (96224, "144102", 1, 0, 13), + (96225, "144102", 1, 0, 13), + (96226, "144102", 1, 0, 13), + (96227, "144106", 1, 0, 13), + (96228, "144106", 1, 0, 13), + (96229, "144106", 1, 0, 13), + (96230, "144106", 1, 0, 13), + (96231, "144106", 1, 0, 13), + (96232, "144106", 1, 0, 13), + (96233, "144103", 1, 0, 13), + (96234, "144103", 1, 0, 13), + (96235, "144301", 1, 0, 13), + (96236, "144301", 1, 0, 13), + (96237, "144301", 1, 0, 13), + (96238, "144002", 1, 0, 13), + (96239, "144002", 1, 0, 13), + (96240, "144002", 1, 0, 13), + (96241, "144002", 1, 0, 13), + (96242, "144002", 1, 0, 13), + (96243, "144021", 1, 0, 13), + (96244, "144101", 1, 0, 13), + (96245, "144101", 1, 0, 13), + (96246, "144101", 1, 0, 13), + (96247, "144030", 1, 0, 13), + (96248, "144416", 1, 0, 13), + (96249, "144416", 1, 0, 13), + (96250, "144417", 1, 0, 13), + (96251, "144021", 1, 0, 13), + (96252, "144302", 1, 0, 13), + (96253, "144302", 1, 0, 13), + (96254, "144302", 1, 0, 13), + (96255, "144201", 1, 0, 13), + (96256, "144201", 1, 0, 13), + (96257, "144201", 1, 0, 13), + (96258, "144201", 1, 0, 13), + (96259, "144201", 1, 0, 13), + (96260, "144201", 1, 0, 13), + (96261, "144201", 1, 0, 13), + (96262, "144201", 1, 0, 13), + (96263, "144201", 1, 0, 13), + (96264, "144201", 1, 0, 13), + (96265, "144201", 1, 0, 13), + (96266, "144201", 1, 0, 13), + (96267, "144201", 1, 0, 13), + (96268, "144201", 1, 0, 13), + (96269, "144201", 1, 0, 13), + (96270, "144201", 1, 0, 13), + (96271, "144028", 1, 0, 13), + (96272, "144104", 1, 0, 13), + (96273, "144004", 1, 0, 13), + (96274, "144004", 1, 0, 13), + (96275, "144004", 1, 0, 13), + (96276, "144004", 1, 0, 13), + (96277, "144004", 1, 0, 13), + (96278, "144004", 1, 0, 13), + (96279, "144025", 1, 0, 13), + (96280, "144025", 1, 0, 13), + (96281, "144025", 1, 0, 13), + (96282, "144025", 1, 0, 13), + (96283, "144025", 1, 0, 13), + (96284, "144025", 1, 0, 13), + (96285, "144025", 1, 0, 13), + (96286, "144303", 1, 0, 13), + (96287, "144303", 1, 0, 13), + (96288, "144303", 1, 0, 13), + (96289, "144303", 1, 0, 13), + (96290, "144026", 1, 0, 13), + (96291, "144026", 1, 0, 13), + (96292, "144505", 1, 0, 13), + (96293, "144505", 1, 0, 13), + (96294, "144505", 1, 0, 13), + (96295, "144505", 1, 0, 13), + (96296, "144505", 1, 0, 13), + (96297, "144505", 1, 0, 13), + (96298, "144505", 1, 0, 13), + (96299, "144505", 1, 0, 13), + (96300, "144505", 1, 0, 13), + (96301, "144418", 1, 0, 13), + (96302, "144418", 1, 0, 13), + (96303, "144418", 1, 0, 13), + (96304, "144418", 1, 0, 13), + (96305, "144418", 1, 0, 13), + (96306, "144418", 1, 0, 13), + (96307, "144418", 1, 0, 13), + (96308, "144504", 1, 0, 13), + (96309, "144504", 1, 0, 13), + (96310, "144504", 1, 0, 13), + (96311, "144504", 1, 0, 13), + (96312, "144504", 1, 0, 13), + (96313, "144419", 1, 0, 13), + (96314, "144419", 1, 0, 13), + (96315, "144419", 1, 0, 13), + (96316, "144502", 1, 0, 13), + (96317, "144502", 1, 0, 13), + (96318, "144502", 1, 0, 13), + (96319, "144502", 1, 0, 13), + (96320, "144502", 1, 0, 13), + (96321, "144502", 1, 0, 13), + (96322, "144511", 1, 0, 13), + (96323, "144511", 1, 0, 13), + (96324, "144511", 1, 0, 13), + (96325, "144511", 1, 0, 13), + (96326, "144518", 1, 0, 13), + (96327, "144518", 1, 0, 13), + (96328, "144518", 1, 0, 13), + (96329, "144518", 1, 0, 13), + (96330, "144518", 1, 0, 13), + (96331, "144518", 1, 0, 13), + (96332, "144022", 1, 0, 13), + (96333, "144022", 1, 0, 13), + (96334, "144409", 1, 0, 13), + (96335, "144409", 1, 0, 13), + (96336, "144409", 1, 0, 13), + (96337, "144409", 1, 0, 13), + (96338, "144409", 1, 0, 13), + (96339, "144409", 1, 0, 13), + (96340, "144409", 1, 0, 13), + (96341, "144409", 1, 0, 13), + (96342, "144409", 1, 0, 13), + (96343, "144409", 1, 0, 13), + (96344, "144515", 1, 0, 13), + (96345, "144515", 1, 0, 13), + (96346, "144515", 1, 0, 13), + (96347, "144515", 1, 0, 13), + (96348, "144515", 1, 0, 13), + (96349, "144515", 1, 0, 13), + (96350, "144020", 1, 0, 13), + (96351, "144020", 1, 0, 13), + (96352, "144512", 1, 0, 13), + (96353, "144512", 1, 0, 13), + (96354, "144512", 1, 0, 13), + (96355, "144512", 1, 0, 13), + (96356, "144512", 1, 0, 13), + (96357, "144512", 1, 0, 13), + (96358, "144512", 1, 0, 13), + (96359, "144024", 1, 0, 13), + (96360, "144024", 1, 0, 13), + (96361, "144024", 1, 0, 13), + (96362, "144024", 1, 0, 13), + (96363, "144509", 1, 0, 13), + (96364, "144509", 1, 0, 13), + (96365, "144501", 1, 0, 13), + (96366, "144501", 1, 0, 13), + (96367, "144501", 1, 0, 13), + (96368, "144514", 1, 0, 13), + (96369, "144516", 1, 0, 13), + (96370, "144516", 1, 0, 13), + (96371, "144516", 1, 0, 13), + (96372, "144516", 1, 0, 13), + (96373, "144516", 1, 0, 13), + (96374, "144516", 1, 0, 13), + (96375, "144510", 1, 0, 13), + (96376, "144510", 1, 0, 13), + (96377, "144510", 1, 0, 13), + (96378, "144510", 1, 0, 13), + (96379, "144506", 1, 0, 13), + (96380, "144506", 1, 0, 13), + (96381, "144506", 1, 0, 13), + (96382, "144513", 1, 0, 13), + (96383, "144513", 1, 0, 13), + (96384, "144513", 1, 0, 13), + (96385, "144513", 1, 0, 13), + (96386, "144507", 1, 0, 13), + (96387, "144507", 1, 0, 13), + (96388, "144507", 1, 0, 13), + (96389, "144507", 1, 0, 13), + (96390, "144507", 1, 0, 13), + (96391, "144507", 1, 0, 13), + (96392, "144029", 1, 0, 13), + (96393, "144029", 1, 0, 13), + (96394, "144029", 1, 0, 13), + (96395, "144029", 1, 0, 13), + (96396, "144508", 1, 0, 13), + (96397, "144508", 1, 0, 13), + (96398, "144508", 1, 0, 13), + (96399, "144514", 1, 0, 13), + (96400, "144514", 1, 0, 13), + (96401, "144514", 1, 0, 13), + (96402, "144514", 1, 0, 13), + (96403, "144503", 1, 0, 13), + (96404, "144503", 1, 0, 13), + (96405, "144503", 1, 0, 13), + (96406, "144503", 1, 0, 13), + (96407, "144503", 1, 0, 13), + (96408, "144503", 1, 0, 13), + (96409, "144410", 1, 0, 13), + (96410, "144410", 1, 0, 13), + (96411, "144410", 1, 0, 13), + (96412, "144410", 1, 0, 13), + (96413, "144410", 1, 0, 13), + (96414, "144410", 1, 0, 13), + (96415, "144517", 1, 0, 13), + (96416, "144517", 1, 0, 13), + (96417, "144517", 1, 0, 13), + (96418, "144517", 1, 0, 13), + (96419, "144517", 1, 0, 13), + (96420, "144421", 1, 0, 13), + (96421, "144421", 1, 0, 13), + (96422, "144421", 1, 0, 13), + (96423, "144514", 1, 0, 13), + (96424, "144421", 1, 0, 13), + (96425, "144421", 1, 0, 13), + (96426, "144422", 1, 0, 13), + (96427, "144422", 1, 0, 13), + (96428, "144804", 1, 0, 13), + (96429, "144804", 1, 0, 13), + (96430, "144804", 1, 0, 13), + (96431, "144804", 1, 0, 13), + (96432, "144804", 1, 0, 13), + (96433, "144804", 1, 0, 13), + (96434, "144804", 1, 0, 13), + (96435, "144804", 1, 0, 13), + (96436, "144803", 1, 0, 13), + (96437, "144802", 1, 0, 13), + (96438, "144802", 1, 0, 13), + (96439, "144802", 1, 0, 13), + (96440, "144802", 1, 0, 13), + (96441, "144623", 1, 0, 13), + (96442, "144623", 1, 0, 13), + (96443, "144623", 1, 0, 13), + (96444, "144623", 1, 0, 13), + (96445, "144623", 1, 0, 13), + (96446, "144623", 1, 0, 13), + (96447, "144623", 1, 0, 13), + (96448, "144801", 1, 0, 13), + (96449, "144801", 1, 0, 13), + (96450, "144603", 1, 0, 13), + (96451, "144603", 1, 0, 13), + (96452, "144622", 1, 0, 13), + (96453, "144622", 1, 0, 13), + (96454, "144622", 1, 0, 13), + (96455, "144622", 1, 0, 13), + (96456, "144622", 1, 0, 13), + (96457, "144622", 1, 0, 13), + (96458, "144622", 1, 0, 13), + (96459, "144622", 1, 0, 13), + (96460, "144621", 1, 0, 13), + (96461, "144621", 1, 0, 13), + (96462, "144621", 1, 0, 13), + (96463, "144621", 1, 0, 13), + (96464, "144630", 1, 0, 13), + (96465, "144630", 1, 0, 13), + (96466, "144630", 1, 0, 13), + (96467, "144041", 1, 0, 13), + (96468, "144039", 1, 0, 13), + (96469, "144626", 1, 0, 13), + (96470, "144033", 1, 0, 13), + (96471, "144630", 1, 0, 13), + (96472, "144630", 1, 0, 13), + (96473, "144630", 1, 0, 13), + (96474, "144630", 1, 0, 13), + (96475, "144603", 1, 0, 13), + (96476, "144603", 1, 0, 13), + (96477, "144606", 1, 0, 13), + (96478, "144606", 1, 0, 13), + (96479, "144802", 1, 0, 13), + (96480, "144603", 1, 0, 13), + (96481, "144606", 1, 0, 13), + (96482, "144603", 1, 0, 13), + (96483, "144606", 1, 0, 13), + (96484, "144802", 1, 0, 13), + (96485, "144603", 1, 0, 13), + (96486, "144603", 1, 0, 13), + (96487, "144629", 1, 0, 13), + (96488, "144629", 1, 0, 13), + (96489, "144629", 1, 0, 13), + (96490, "144629", 1, 0, 13), + (96491, "144629", 1, 0, 13), + (96492, "144629", 1, 0, 13), + (96493, "144629", 1, 0, 13), + (96494, "144629", 1, 0, 13), + (96495, "144629", 1, 0, 13), + (96496, "144701", 1, 0, 13), + (96497, "144701", 1, 0, 13), + (96498, "144701", 1, 0, 13), + (96499, "144701", 1, 0, 13), + (96500, "144701", 1, 0, 13), + (96501, "144701", 1, 0, 13), + (96502, "144701", 1, 0, 13), + (96503, "144701", 1, 0, 13), + (96504, "144701", 1, 0, 13), + (96505, "144041", 1, 0, 13), + (96506, "144041", 1, 0, 13), + (96507, "144041", 1, 0, 13), + (96508, "144041", 1, 0, 13), + (96509, "144041", 1, 0, 13), + (96510, "144041", 1, 0, 13), + (96511, "144041", 1, 0, 13), + (96512, "144041", 1, 0, 13), + (96513, "144041", 1, 0, 13), + (96514, "144041", 1, 0, 13), + (96515, "144041", 1, 0, 13), + (96516, "144041", 1, 0, 13), + (96517, "144624", 1, 0, 13), + (96518, "144624", 1, 0, 13), + (96519, "144624", 1, 0, 13), + (96520, "144624", 1, 0, 13), + (96521, "144703", 1, 0, 13), + (96522, "144703", 1, 0, 13), + (96523, "144703", 1, 0, 13), + (96524, "144703", 1, 0, 13), + (96525, "144703", 1, 0, 13), + (96526, "144703", 1, 0, 13), + (96527, "144703", 1, 0, 13), + (96528, "144703", 1, 0, 13), + (96529, "144703", 1, 0, 13), + (96530, "144040", 1, 0, 13), + (96531, "144040", 1, 0, 13), + (96532, "144040", 1, 0, 13), + (96533, "144040", 1, 0, 13), + (96534, "144040", 1, 0, 13), + (96535, "144040", 1, 0, 13), + (96536, "144040", 1, 0, 13), + (96537, "144040", 1, 0, 13), + (96538, "144040", 1, 0, 13), + (96539, "144040", 1, 0, 13), + (96540, "144040", 1, 0, 13), + (96541, "144631", 1, 0, 13), + (96542, "144039", 1, 0, 13), + (96543, "144039", 1, 0, 13), + (96544, "144039", 1, 0, 13), + (96545, "144039", 1, 0, 13), + (96546, "144039", 1, 0, 13), + (96547, "144039", 1, 0, 13), + (96548, "144039", 1, 0, 13), + (96549, "144039", 1, 0, 13), + (96550, "144039", 1, 0, 13), + (96551, "144039", 1, 0, 13), + (96552, "144039", 1, 0, 13), + (96553, "144039", 1, 0, 13), + (96554, "144806", 1, 0, 13), + (96555, "144819", 1, 0, 13), + (96556, "144819", 1, 0, 13), + (96557, "144702", 1, 0, 13), + (96558, "144702", 1, 0, 13), + (96559, "144702", 1, 0, 13), + (96560, "144702", 1, 0, 13), + (96561, "144702", 1, 0, 13), + (96562, "144702", 1, 0, 13), + (96563, "144702", 1, 0, 13), + (96564, "144702", 1, 0, 13), + (96565, "144702", 1, 0, 13), + (96566, "144702", 1, 0, 13), + (96567, "144702", 1, 0, 13), + (96568, "144042", 1, 0, 13), + (96569, "144042", 1, 0, 13), + (96570, "144042", 1, 0, 13), + (96571, "144620", 1, 0, 13), + (96572, "144620", 1, 0, 13), + (96573, "144620", 1, 0, 13), + (96574, "144620", 1, 0, 13), + (96575, "144620", 1, 0, 13), + (96576, "144620", 1, 0, 13), + (96577, "144620", 1, 0, 13), + (96578, "144620", 1, 0, 13), + (96579, "144625", 1, 0, 13), + (96580, "144625", 1, 0, 13), + (96581, "144625", 1, 0, 13), + (96582, "144044", 1, 0, 13), + (96583, "144044", 1, 0, 13), + (96584, "144626", 1, 0, 13), + (96585, "144626", 1, 0, 13), + (96586, "144626", 1, 0, 13), + (96587, "144626", 1, 0, 13), + (96588, "144626", 1, 0, 13), + (96589, "144628", 1, 0, 13), + (96590, "144628", 1, 0, 13), + (96591, "144628", 1, 0, 13), + (96592, "144628", 1, 0, 13), + (96593, "144628", 1, 0, 13), + (96594, "144402", 1, 0, 13), + (96595, "144402", 1, 0, 13), + (96596, "144402", 1, 0, 13), + (96597, "144402", 1, 0, 13), + (96598, "144402", 1, 0, 13), + (96599, "144402", 1, 0, 13), + (96600, "144036", 1, 0, 13), + (96601, "144036", 1, 0, 13), + (96602, "144036", 1, 0, 13), + (96603, "144036", 1, 0, 13), + (96604, "144034", 1, 0, 13), + (96605, "144034", 1, 0, 13), + (96606, "144034", 1, 0, 13), + (96607, "144034", 1, 0, 13), + (96608, "144632", 1, 0, 13), + (96609, "144632", 1, 0, 13), + (96610, "144632", 1, 0, 13), + (96611, "144632", 1, 0, 13), + (96612, "144632", 1, 0, 13), + (96613, "144632", 1, 0, 13), + (96614, "144632", 1, 0, 13), + (96615, "144407", 1, 0, 13), + (96616, "144407", 1, 0, 13), + (96617, "144407", 1, 0, 13), + (96618, "144407", 1, 0, 13), + (96619, "144311", 1, 0, 13), + (96620, "144033", 1, 0, 13), + (96621, "144033", 1, 0, 13), + (96622, "144033", 1, 0, 13), + (96623, "144033", 1, 0, 13), + (96624, "144405", 1, 0, 13), + (96625, "144405", 1, 0, 13), + (96626, "144405", 1, 0, 13), + (96627, "144035", 1, 0, 13), + (96628, "144035", 1, 0, 13), + (96629, "144035", 1, 0, 13), + (96630, "144037", 1, 0, 13), + (96631, "144037", 1, 0, 13), + (96632, "144403", 1, 0, 13), + (96633, "144403", 1, 0, 13), + (96634, "144403", 1, 0, 13), + (96635, "144403", 1, 0, 13), + (96636, "144043", 1, 0, 13), + (96637, "144043", 1, 0, 13), + (96638, "144043", 1, 0, 13), + (96639, "144043", 1, 0, 13), + (96640, "144043", 1, 0, 13), + (96641, "144633", 1, 0, 13), + (96642, "144633", 1, 0, 13), + (96643, "144032", 1, 0, 13), + (96644, "144032", 1, 0, 13), + (96645, "144402", 1, 0, 13), + (96646, "144402", 1, 0, 13), + (96647, "144411", 1, 0, 13), + (96648, "144411", 1, 0, 13), + (96649, "144411", 1, 0, 13), + (96650, "144411", 1, 0, 13), + (96651, "144411", 1, 0, 13), + (96652, "144402", 1, 0, 13), + (96653, "144411", 1, 0, 13), + (96654, "144402", 1, 0, 13), + (96655, "141119", 1, 0, 13), + (96656, "141114", 1, 0, 13), + (96657, "141411", 1, 0, 13), + (96658, "141204", 1, 0, 13), + (96659, "142030", 1, 0, 13), + (96660, "141114", 1, 0, 13), + (96661, "141114", 1, 0, 13), + (96662, "140802", 1, 0, 13), + (96663, "140802", 1, 0, 13), + (96664, "140802", 1, 0, 13), + (96665, "141117", 1, 0, 13), + (96666, "141117", 1, 0, 13), + (96667, "141117", 1, 0, 13), + (96668, "141117", 1, 0, 13), + (96669, "141117", 1, 0, 13), + (96670, "141117", 1, 0, 13), + (96671, "141117", 1, 0, 13), + (96672, "142025", 1, 0, 13), + (96673, "142025", 1, 0, 13), + (96674, "142025", 1, 0, 13), + (96675, "142025", 1, 0, 13), + (96676, "142025", 1, 0, 13), + (96677, "142025", 1, 0, 13), + (96678, "141105", 1, 0, 13), + (96679, "141105", 1, 0, 13), + (96680, "141105", 1, 0, 13), + (96681, "141105", 1, 0, 13), + (96682, "142033", 1, 0, 13), + (96683, "142033", 1, 0, 13), + (96684, "142033", 1, 0, 13), + (96685, "142033", 1, 0, 13), + (96686, "142032", 1, 0, 13), + (96687, "142033", 1, 0, 13), + (96688, "142033", 1, 0, 13), + (96689, "142033", 1, 0, 13), + (96690, "142033", 1, 0, 13), + (96691, "142033", 1, 0, 13), + (96692, "142033", 1, 0, 13), + (96693, "142024", 1, 0, 13), + (96694, "142024", 1, 0, 13), + (96695, "142024", 1, 0, 13), + (96696, "142024", 1, 0, 13), + (96697, "142024", 1, 0, 13), + (96698, "142032", 1, 0, 13), + (96699, "142032", 1, 0, 13), + (96700, "142021", 1, 0, 13), + (96701, "142021", 1, 0, 13), + (96702, "141411", 1, 0, 13), + (96703, "141411", 1, 0, 13), + (96704, "141411", 1, 0, 13), + (96705, "141119", 1, 0, 13), + (96706, "141119", 1, 0, 13), + (96707, "141119", 1, 0, 13), + (96708, "141119", 1, 0, 13), + (96709, "141119", 1, 0, 13), + (96710, "141108", 1, 0, 13), + (96711, "141108", 1, 0, 13), + (96712, "141108", 1, 0, 13), + (96713, "141108", 1, 0, 13), + (96714, "141108", 1, 0, 13), + (96715, "141108", 1, 0, 13), + (96716, "141416", 1, 0, 13), + (96717, "142027", 1, 0, 13), + (96718, "141416", 1, 0, 13), + (96719, "141416", 1, 0, 13), + (96720, "141417", 1, 0, 13), + (96721, "141417", 1, 0, 13), + (96722, "141417", 1, 0, 13), + (96723, "141417", 1, 0, 13), + (96724, "141417", 1, 0, 13), + (96725, "141109", 1, 0, 13), + (96726, "141109", 1, 0, 13), + (96727, "141109", 1, 0, 13), + (96728, "141109", 1, 0, 13), + (96729, "141109", 1, 0, 13), + (96730, "141418", 1, 0, 13), + (96731, "141418", 1, 0, 13), + (96732, "141418", 1, 0, 13), + (96733, "141123", 1, 0, 13), + (96734, "141120", 1, 0, 13), + (96735, "141120", 1, 0, 13), + (96736, "141120", 1, 0, 13), + (96737, "141120", 1, 0, 13), + (96738, "141120", 1, 0, 13), + (96739, "141114", 1, 0, 13), + (96740, "141114", 1, 0, 13), + (96741, "141114", 1, 0, 13), + (96742, "141114", 1, 0, 13), + (96743, "141114", 1, 0, 13), + (96744, "141114", 1, 0, 13), + (96745, "141114", 1, 0, 13), + (96746, "141114", 1, 0, 13), + (96747, "141114", 1, 0, 13), + (96748, "142032", 1, 0, 13), + (96749, "141114", 1, 0, 13), + (96750, "141114", 1, 0, 13), + (96751, "141114", 1, 0, 13), + (96752, "141411", 1, 0, 13), + (96753, "141411", 1, 0, 13), + (96754, "141411", 1, 0, 13), + (96755, "141411", 1, 0, 13), + (96756, "141121", 1, 0, 13), + (96757, "141121", 1, 0, 13), + (96758, "141121", 1, 0, 13), + (96759, "141422", 1, 0, 13), + (96760, "141422", 1, 0, 13), + (96761, "141127", 1, 0, 13), + (96762, "141127", 1, 0, 13), + (96763, "141126", 1, 0, 13), + (96764, "141126", 1, 0, 13), + (96765, "141127", 1, 0, 13), + (96766, "141102", 1, 0, 13), + (96767, "141102", 1, 0, 13), + (96768, "141102", 1, 0, 13), + (96769, "141102", 1, 0, 13), + (96770, "141102", 1, 0, 13), + (96771, "141413", 1, 0, 13), + (96772, "141413", 1, 0, 13), + (96773, "141412", 1, 0, 13), + (96774, "141412", 1, 0, 13), + (96775, "141412", 1, 0, 13), + (96776, "141118", 1, 0, 13), + (96777, "141118", 1, 0, 13), + (96778, "141118", 1, 0, 13), + (96779, "141118", 1, 0, 13), + (96780, "141421", 1, 0, 13), + (96781, "141421", 1, 0, 13), + (96782, "141421", 1, 0, 13), + (96783, "141421", 1, 0, 13), + (96784, "141421", 1, 0, 13), + (96785, "141421", 1, 0, 13), + (96786, "141421", 1, 0, 13), + (96787, "141421", 1, 0, 13), + (96788, "141421", 1, 0, 13), + (96789, "142036", 1, 0, 13), + (96790, "142036", 1, 0, 13), + (96791, "142036", 1, 0, 13), + (96792, "142036", 1, 0, 13), + (96793, "141204", 1, 0, 13), + (96794, "141204", 1, 0, 13), + (96795, "141204", 1, 0, 13), + (96796, "141204", 1, 0, 13), + (96797, "141116", 1, 0, 13), + (96798, "141116", 1, 0, 13), + (96799, "141116", 1, 0, 13), + (96800, "141116", 1, 0, 13), + (96801, "141116", 1, 0, 13), + (96802, "141419", 1, 0, 13), + (96803, "141419", 1, 0, 13), + (96804, "141202", 1, 0, 13), + (96805, "141202", 1, 0, 13), + (96806, "141202", 1, 0, 13), + (96807, "142034", 1, 0, 13), + (96808, "142024", 1, 0, 13), + (96809, "142030", 1, 0, 13), + (96810, "142024", 1, 0, 13), + (96811, "142030", 1, 0, 13), + (96812, "141206", 1, 0, 13), + (96813, "141206", 1, 0, 13), + (96814, "141206", 1, 0, 13), + (96815, "141206", 1, 0, 13), + (96816, "141206", 1, 0, 13), + (96817, "141206", 1, 0, 13), + (96818, "141114", 1, 0, 13), + (96819, "141114", 1, 0, 13), + (96820, "141114", 1, 0, 13), + (96821, "141110", 1, 0, 13), + (96822, "141110", 1, 0, 13), + (96823, "141110", 1, 0, 13), + (96824, "141110", 1, 0, 13), + (96825, "142031", 1, 0, 13), + (96826, "141107", 1, 0, 13), + (96827, "141107", 1, 0, 13), + (96828, "141107", 1, 0, 13), + (96829, "141107", 1, 0, 13), + (96830, "141107", 1, 0, 13), + (96831, "141107", 1, 0, 13), + (96832, "141107", 1, 0, 13), + (96833, "141107", 1, 0, 13), + (96834, "141414", 1, 0, 13), + (96835, "141414", 1, 0, 13), + (96836, "141414", 1, 0, 13), + (96837, "141414", 1, 0, 13), + (96838, "141414", 1, 0, 13), + (96839, "141415", 1, 0, 13), + (96840, "141415", 1, 0, 13), + (96841, "141415", 1, 0, 13), + (96842, "141415", 1, 0, 13), + (96843, "142024", 1, 0, 13), + (96844, "142030", 1, 0, 13), + (96845, "142024", 1, 0, 13), + (96846, "141122", 1, 0, 13), + (96847, "141122", 1, 0, 13), + (96848, "142029", 1, 0, 13), + (96849, "142029", 1, 0, 13), + (96850, "142029", 1, 0, 13), + (96851, "141412", 1, 0, 13), + (96852, "141412", 1, 0, 13), + (96853, "141412", 1, 0, 13), + (96854, "141414", 1, 0, 13), + (96855, "141412", 1, 0, 13), + (96856, "141412", 1, 0, 13), + (96857, "141412", 1, 0, 13), + (96858, "141414", 1, 0, 13), + (96859, "141414", 1, 0, 13), + (96860, "142030", 1, 0, 13), + (96861, "142030", 1, 0, 13), + (96862, "142030", 1, 0, 13), + (96863, "141104", 1, 0, 13), + (96864, "141104", 1, 0, 13), + (96865, "141104", 1, 0, 13), + (96866, "141125", 1, 0, 13), + (96867, "141125", 1, 0, 13), + (96868, "141125", 1, 0, 13), + (96869, "141113", 1, 0, 13), + (96870, "141113", 1, 0, 13), + (96871, "141113", 1, 0, 13), + (96872, "141112", 1, 0, 13), + (96873, "141112", 1, 0, 13), + (96874, "141112", 1, 0, 13), + (96875, "141112", 1, 0, 13), + (96876, "141112", 1, 0, 13), + (96877, "141112", 1, 0, 13), + (96878, "141112", 1, 0, 13), + (96879, "142033", 1, 0, 13), + (96880, "142033", 1, 0, 13), + (96881, "142033", 1, 0, 13), + (96882, "141801", 1, 0, 13), + (96883, "141801", 1, 0, 13), + (96884, "141801", 1, 0, 13), + (96885, "141801", 1, 0, 13), + (96886, "142022", 1, 0, 13), + (96887, "142022", 1, 0, 13), + (96888, "142022", 1, 0, 13), + (96889, "142022", 1, 0, 13), + (96890, "141205", 1, 0, 13), + (96891, "141205", 1, 0, 13), + (96892, "141205", 1, 0, 13), + (96893, "141205", 1, 0, 13), + (96894, "141115", 1, 0, 13), + (96895, "141115", 1, 0, 13), + (96896, "141115", 1, 0, 13), + (96897, "141115", 1, 0, 13), + (96898, "141115", 1, 0, 13), + (96899, "142035", 1, 0, 13), + (96900, "142035", 1, 0, 13), + (96901, "142035", 1, 0, 13), + (96902, "142035", 1, 0, 13), + (96903, "142035", 1, 0, 13), + (96904, "142034", 1, 0, 13), + (96905, "142034", 1, 0, 13), + (96906, "142034", 1, 0, 13), + (96907, "142023", 1, 0, 13), + (96908, "142023", 1, 0, 13), + (96909, "142023", 1, 0, 13), + (96910, "142023", 1, 0, 13), + (96911, "142023", 1, 0, 13), + (96912, "142023", 1, 0, 13), + (96913, "142023", 1, 0, 13), + (96914, "142023", 1, 0, 13), + (96915, "141103", 1, 0, 13), + (96916, "141101", 1, 0, 13), + (96917, "141101", 1, 0, 13), + (96918, "141101", 1, 0, 13), + (96919, "141101", 1, 0, 13), + (96920, "141101", 1, 0, 13), + (96921, "141101", 1, 0, 13), + (96922, "141203", 1, 0, 13), + (96923, "141203", 1, 0, 13), + (96924, "141203", 1, 0, 13), + (96925, "141203", 1, 0, 13), + (96926, "147105", 1, 0, 13), + (96927, "140402", 1, 0, 13), + (96928, "140408", 1, 0, 13), + (96929, "147105", 1, 0, 13), + (96930, "147105", 1, 0, 13), + (96931, "147105", 1, 0, 13), + (96932, "147105", 1, 0, 13), + (96933, "147105", 1, 0, 13), + (96934, "147105", 1, 0, 13), + (96935, "147105", 1, 0, 13), + (96936, "147105", 1, 0, 13), + (96937, "147105", 1, 0, 13), + (96938, "147105", 1, 0, 13), + (96939, "147105", 1, 0, 13), + (96940, "147105", 1, 0, 13), + (96941, "147101", 1, 0, 13), + (96942, "147101", 1, 0, 13), + (96943, "147101", 1, 0, 13), + (96944, "147101", 1, 0, 13), + (96945, "147101", 1, 0, 13), + (96946, "147101", 1, 0, 13), + (96947, "147101", 1, 0, 13), + (96948, "147101", 1, 0, 13), + (96949, "147101", 1, 0, 13), + (96950, "147101", 1, 0, 13), + (96951, "147101", 1, 0, 13), + (96952, "147101", 1, 0, 13), + (96953, "147101", 1, 0, 13), + (96954, "147101", 1, 0, 13), + (96955, "147101", 1, 0, 13), + (96956, "147101", 1, 0, 13), + (96957, "147103", 1, 0, 13), + (96958, "140402", 1, 0, 13), + (96959, "140402", 1, 0, 13), + (96960, "140402", 1, 0, 13), + (96961, "140402", 1, 0, 13), + (96962, "140402", 1, 0, 13), + (96963, "140402", 1, 0, 13), + (96964, "140402", 1, 0, 13), + (96965, "140402", 1, 0, 13), + (96966, "140402", 1, 0, 13), + (96967, "140402", 1, 0, 13), + (96968, "140702", 1, 0, 13), + (96969, "140601", 1, 0, 13), + (96970, "140601", 1, 0, 13), + (96971, "140601", 1, 0, 13), + (96972, "140601", 1, 0, 13), + (96973, "140412", 1, 0, 13), + (96974, "140701", 1, 0, 13), + (96975, "140701", 1, 0, 13), + (96976, "140701", 1, 0, 13), + (96977, "140701", 1, 0, 13), + (96978, "147301", 1, 0, 13), + (96979, "147301", 1, 0, 13), + (96980, "147301", 1, 0, 13), + (96981, "140602", 1, 0, 13), + (96982, "140602", 1, 0, 13), + (96983, "140602", 1, 0, 13), + (96984, "140602", 1, 0, 13), + (96985, "140602", 1, 0, 13), + (96986, "140602", 1, 0, 13), + (96987, "140405", 1, 0, 13), + (96988, "140405", 1, 0, 13), + (96989, "140405", 1, 0, 13), + (96990, "140405", 1, 0, 13), + (96991, "140405", 1, 0, 13), + (96992, "140417", 1, 0, 13), + (96993, "140417", 1, 0, 13), + (96994, "140417", 1, 0, 13), + (96995, "140417", 1, 0, 13), + (96996, "140417", 1, 0, 13), + (96997, "140417", 1, 0, 13), + (96998, "140417", 1, 0, 13), + (96999, "140417", 1, 0, 13), + (97000, "140417", 1, 0, 13), + (97001, "140417", 1, 0, 13), + (97002, "140406", 1, 0, 13), + (97003, "140408", 1, 0, 13), + (97004, "140408", 1, 0, 13), + (97005, "140408", 1, 0, 13), + (97006, "140406", 1, 0, 13), + (97007, "140408", 1, 0, 13), + (97008, "140406", 1, 0, 13), + (97009, "140406", 1, 0, 13), + (97010, "140408", 1, 0, 13), + (97011, "140406", 1, 0, 13), + (97012, "140406", 1, 0, 13), + (97013, "140406", 1, 0, 13), + (97014, "140408", 1, 0, 13), + (97015, "140408", 1, 0, 13), + (97016, "140406", 1, 0, 13), + (97017, "140412", 1, 0, 13), + (97018, "140412", 1, 0, 13), + (97019, "140412", 1, 0, 13), + (97020, "140412", 1, 0, 13), + (97021, "140412", 1, 0, 13), + (97022, "140412", 1, 0, 13), + (97023, "140702", 1, 0, 13), + (97024, "140702", 1, 0, 13), + (97025, "140702", 1, 0, 13), + (97026, "140701", 1, 0, 13), + (97027, "140701", 1, 0, 13), + (97028, "140701", 1, 0, 13), + (97029, "140701", 1, 0, 13), + (97030, "147201", 1, 0, 13), + (97031, "147201", 1, 0, 13), + (97032, "147201", 1, 0, 13), + (97033, "147201", 1, 0, 13), + (97034, "147201", 1, 0, 13), + (97035, "147201", 1, 0, 13), + (97036, "147201", 1, 0, 13), + (97037, "147201", 1, 0, 13), + (97038, "147201", 1, 0, 13), + (97039, "147201", 1, 0, 13), + (97040, "147201", 1, 0, 13), + (97041, "147201", 1, 0, 13), + (97042, "147105", 1, 0, 13), + (97043, "147105", 1, 0, 13), + (97044, "140406", 1, 0, 13), + (97045, "140406", 1, 0, 13), + (97046, "140406", 1, 0, 13), + (97047, "140406", 1, 0, 13), + (97048, "140402", 1, 0, 13), + (97049, "148024", 1, 0, 13), + (97050, "148108", 1, 0, 13), + (97051, "148018", 1, 0, 13), + (97052, "148024", 1, 0, 13), + (97053, "148035", 1, 0, 13), + (97054, "148021", 1, 0, 13), + (97055, "148107", 1, 0, 13), + (97056, "148023", 1, 0, 13), + (97057, "148106", 1, 0, 13), + (97058, "148026", 1, 0, 13), + (97059, "148102", 1, 0, 13), + (97060, "148031", 1, 0, 13), + (97061, "148023", 1, 0, 13), + (97062, "148034", 1, 0, 13), + (97063, "148109", 1, 0, 13), + (97064, "148024", 1, 0, 13), + (97065, "148034", 1, 0, 13), + (97066, "148025", 1, 0, 13), + (97067, "148026", 1, 0, 13), + (97068, "148028", 1, 0, 13), + (97069, "148022", 1, 0, 13), + (97070, "148103", 1, 0, 13), + (97071, "148035", 1, 0, 13), + (97072, "148104", 1, 0, 13), + (97073, "148104", 1, 0, 13), + (97074, "148100", 1, 0, 13), + (97075, "148031", 1, 0, 13), + (97076, "148105", 1, 0, 13), + (97077, "148108", 1, 0, 13), + (97078, "148031", 1, 0, 13), + (97079, "148033", 1, 0, 13), + (97080, "148021", 1, 0, 13), + (97081, "148100", 1, 0, 13), + (97082, "148106", 1, 0, 13), + (97083, "148028", 1, 0, 13), + (97084, "148107", 1, 0, 13), + (97085, "148108", 1, 0, 13), + (97086, "148033", 1, 0, 13), + (97087, "148107", 1, 0, 13), + (97088, "148033", 1, 0, 13), + (97089, "148020", 1, 0, 13), + (97090, "148030", 1, 0, 13), + (97091, "148104", 1, 0, 13), + (97092, "148100", 1, 0, 13), + (97093, "148026", 1, 0, 13), + (97094, "148024", 1, 0, 13), + (97095, "148024", 1, 0, 13), + (97096, "148026", 1, 0, 13), + (97097, "148031", 1, 0, 13), + (97098, "148031", 1, 0, 13), + (97099, "148031", 1, 0, 13), + (97100, "148030", 1, 0, 13), + (97101, "148023", 1, 0, 13), + (97102, "148035", 1, 0, 13), + (97103, "148025", 1, 0, 13), + (97104, "148023", 1, 0, 13), + (97105, "148025", 1, 0, 13), + (97106, "148033", 1, 0, 13), + (97107, "148017", 1, 0, 13), + (97108, "148105", 1, 0, 13), + (97109, "148025", 1, 0, 13), + (97110, "148031", 1, 0, 13), + (97111, "148034", 1, 0, 13), + (97112, "148023", 1, 0, 13), + (97113, "148023", 1, 0, 13), + (97114, "148023", 1, 0, 13), + (97115, "148022", 1, 0, 13), + (97116, "148028", 1, 0, 13), + (97117, "148035", 1, 0, 13), + (97118, "148021", 1, 0, 13), + (97119, "148102", 1, 0, 13), + (97120, "148022", 1, 0, 13), + (97121, "148024", 1, 0, 13), + (97122, "148029", 1, 0, 13), + (97123, "148020", 1, 0, 13), + (97124, "148103", 1, 0, 13), + (97125, "148035", 1, 0, 13), + (97126, "148024", 1, 0, 13), + (97127, "148107", 1, 0, 13), + (97128, "148026", 1, 0, 13), + (97129, "148026", 1, 0, 13), + (97130, "148104", 1, 0, 13), + (97131, "148105", 1, 0, 13), + (97132, "148020", 1, 0, 13), + (97133, "148035", 1, 0, 13), + (97134, "148020", 1, 0, 13), + (97135, "148034", 1, 0, 13), + (97136, "148026", 1, 0, 13), + (97137, "148109", 1, 0, 13), + (97138, "148025", 1, 0, 13), + (97139, "148105", 1, 0, 13), + (97140, "148030", 1, 0, 13), + (97141, "148028", 1, 0, 13), + (97142, "148035", 1, 0, 13), + (97143, "148023", 1, 0, 13), + (97144, "148023", 1, 0, 13), + (97145, "148025", 1, 0, 13), + (97146, "148035", 1, 0, 13), + (97147, "148107", 1, 0, 13), + (97148, "148033", 1, 0, 13), + (97149, "148029", 1, 0, 13), + (97150, "148100", 1, 0, 13), + (97151, "148020", 1, 0, 13), + (97152, "148106", 1, 0, 13), + (97153, "148108", 1, 0, 13), + (97154, "148035", 1, 0, 13), + (97155, "148108", 1, 0, 13), + (97156, "148102", 1, 0, 13), + (97157, "148101", 1, 0, 13), + (97158, "148025", 1, 0, 13), + (97159, "148025", 1, 0, 13), + (97160, "148108", 1, 0, 13), + (97161, "148030", 1, 0, 13), + (97162, "148002", 1, 0, 13), + (97163, "148002", 1, 0, 13), + (97164, "148002", 1, 0, 13), + (97165, "148002", 1, 0, 13), + (97166, "148002", 1, 0, 13), + (97167, "148002", 1, 0, 13), + (97168, "148002", 1, 0, 13), + (97169, "148002", 1, 0, 13), + (97170, "148002", 1, 0, 13), + (97171, "148002", 1, 0, 13), + (97172, "148002", 1, 0, 13), + (97173, "148002", 1, 0, 13), + (97174, "148002", 1, 0, 13), + (97175, "148026", 1, 0, 13), + (97176, "148027", 1, 0, 13), + (97177, "148105", 1, 0, 13), + (97178, "148106", 1, 0, 13), + (97179, "148109", 1, 0, 13), + (97180, "148025", 1, 0, 13), + (97181, "148100", 1, 0, 13), + (97182, "148031", 1, 0, 13), + (97183, "148028", 1, 0, 13), + (97184, "148026", 1, 0, 13), + (97185, "148026", 1, 0, 13), + (97186, "148106", 1, 0, 13), + (97187, "148033", 1, 0, 13), + (97188, "148024", 1, 0, 13), + (97189, "148027", 1, 0, 13), + (97190, "148022", 1, 0, 13), + (97191, "148024", 1, 0, 13), + (97192, "148022", 1, 0, 13), + (97193, "148026", 1, 0, 13), + (97194, "148034", 1, 0, 13), + (97195, "148109", 1, 0, 13), + (97196, "148030", 1, 0, 13), + (97197, "148105", 1, 0, 13), + (97198, "148106", 1, 0, 13), + (97199, "148024", 1, 0, 13), + (97200, "148105", 1, 0, 13), + (97201, "148018", 1, 0, 13), + (97202, "148026", 1, 0, 13), + (97203, "148100", 1, 0, 13), + (97204, "148019", 1, 0, 13), + (97205, "148017", 1, 0, 13), + (97206, "148100", 1, 0, 13), + (97207, "148027", 1, 0, 13), + (97208, "148017", 1, 0, 13), + (97209, "148023", 1, 0, 13), + (97210, "148031", 1, 0, 13), + (97211, "148104", 1, 0, 13), + (97212, "148020", 1, 0, 13), + (97213, "148105", 1, 0, 13), + (97214, "148028", 1, 0, 13), + (97215, "148024", 1, 0, 13), + (97216, "148104", 1, 0, 13), + (97217, "148023", 1, 0, 13), + (97218, "148033", 1, 0, 13), + (97219, "148106", 1, 0, 13), + (97220, "148026", 1, 0, 13), + (97221, "148030", 1, 0, 13), + (97222, "148034", 1, 0, 13), + (97223, "148027", 1, 0, 13), + (97224, "148033", 1, 0, 13), + (97225, "148020", 1, 0, 13), + (97226, "148023", 1, 0, 13), + (97227, "148035", 1, 0, 13), + (97228, "148108", 1, 0, 13), + (97229, "148017", 1, 0, 13), + (97230, "148017", 1, 0, 13), + (97231, "148020", 1, 0, 13), + (97232, "148020", 1, 0, 13), + (97233, "148100", 1, 0, 13), + (97234, "148023", 1, 0, 13), + (97235, "148022", 1, 0, 13), + (97236, "148024", 1, 0, 13), + (97237, "148026", 1, 0, 13), + (97238, "148026", 1, 0, 13), + (97239, "148102", 1, 0, 13), + (97240, "148106", 1, 0, 13), + (97241, "148030", 1, 0, 13), + (97242, "148021", 1, 0, 13), + (97243, "148033", 1, 0, 13), + (97244, "148028", 1, 0, 13), + (97245, "148108", 1, 0, 13), + (97246, "148103", 1, 0, 13), + (97247, "148105", 1, 0, 13), + (97248, "148031", 1, 0, 13), + (97249, "148101", 1, 0, 13), + (97250, "148104", 1, 0, 13), + (97251, "148033", 1, 0, 13), + (97252, "148101", 1, 0, 13), + (97253, "148024", 1, 0, 13), + (97254, "148025", 1, 0, 13), + (97255, "148100", 1, 0, 13), + (97256, "148033", 1, 0, 13), + (97257, "140111", 1, 0, 13), + (97258, "140111", 1, 0, 13), + (97259, "160014", 1, 0, 13), + (97260, "140111", 1, 0, 13), + (97261, "140111", 1, 0, 13), + (97262, "140111", 1, 0, 13), + (97263, "140133", 1, 0, 13), + (97264, "140133", 1, 0, 13), + (97265, "140133", 1, 0, 13), + (97266, "140133", 1, 0, 13), + (97267, "140114", 1, 0, 13), + (97268, "140114", 1, 0, 13), + (97269, "140112", 1, 0, 13), + (97270, "140112", 1, 0, 13), + (97271, "140112", 1, 0, 13), + (97272, "140112", 1, 0, 13), + (97273, "160014", 1, 0, 13), + (97274, "140108", 1, 0, 13), + (97275, "140113", 1, 0, 13), + (97276, "140111", 1, 0, 13), + (97277, "140111", 1, 0, 13), + (97278, "140111", 1, 0, 13), + (97279, "140111", 1, 0, 13), + (97280, "140111", 1, 0, 13), + (97281, "140126", 1, 0, 13), + (97282, "140126", 1, 0, 13), + (97283, "140126", 1, 0, 13), + (97284, "140126", 1, 0, 13), + (97285, "140126", 1, 0, 13), + (97286, "140126", 1, 0, 13), + (97287, "140126", 1, 0, 13), + (97288, "140123", 1, 0, 13), + (97289, "140123", 1, 0, 13), + (97290, "140113", 1, 0, 13), + (97291, "140113", 1, 0, 13), + (97292, "140413", 1, 0, 13), + (97293, "140413", 1, 0, 13), + (97294, "140413", 1, 0, 13), + (97295, "140413", 1, 0, 13), + (97296, "140413", 1, 0, 13), + (97297, "160055", 1, 0, 13), + (97298, "140301", 1, 0, 13), + (97299, "140301", 1, 0, 13), + (97300, "140109", 1, 0, 13), + (97301, "140115", 1, 0, 13), + (97302, "140116", 1, 0, 13), + (97303, "140307", 1, 0, 13), + (97304, "140307", 1, 0, 13), + (97305, "140307", 1, 0, 13), + (97306, "140307", 1, 0, 13), + (97307, "140102", 1, 0, 13), + (97308, "140102", 1, 0, 13), + (97309, "140102", 1, 0, 13), + (97310, "140306", 1, 0, 13), + (97311, "140306", 1, 0, 13), + (97312, "140306", 1, 0, 13), + (97313, "140108", 1, 0, 13), + (97314, "140108", 1, 0, 13), + (97315, "140108", 1, 0, 13), + (97316, "140101", 1, 0, 13), + (97317, "140101", 1, 0, 13), + (97318, "140901", 1, 0, 13), + (97319, "140901", 1, 0, 13), + (97320, "140901", 1, 0, 13), + (97321, "140124", 1, 0, 13), + (97322, "140124", 1, 0, 13), + (97323, "140117", 1, 0, 13), + (97324, "140117", 1, 0, 13), + (97325, "140117", 1, 0, 13), + (97326, "140117", 1, 0, 13), + (97327, "140117", 1, 0, 13), + (97328, "140117", 1, 0, 13), + (97329, "140125", 1, 0, 13), + (97330, "140125", 1, 0, 13), + (97331, "140125", 1, 0, 13), + (97332, "140110", 1, 0, 13), + (97333, "140110", 1, 0, 13), + (97334, "140110", 1, 0, 13), + (97335, "140110", 1, 0, 13), + (97336, "140308", 1, 0, 13), + (97337, "140308", 1, 0, 13), + (97338, "140119", 1, 0, 13), + (97339, "140119", 1, 0, 13), + (97340, "140119", 1, 0, 13), + (97341, "140119", 1, 0, 13), + (97342, "140119", 1, 0, 13), + (97343, "321001", 1, 0, 27), + (97344, "321028", 1, 0, 27), + (97345, "321303", 1, 0, 27), + (97346, "321203", 1, 0, 27), + (97347, "321409", 1, 0, 27), + (97348, "321407", 1, 0, 27), + (97349, "321022", 1, 0, 27), + (97350, "321206", 1, 0, 27), + (97351, "321205", 1, 0, 27), + (97352, "321204", 1, 0, 27), + (97353, "321642", 1, 0, 27), + (97354, "321022", 1, 0, 27), + (97355, "321022", 1, 0, 27), + (97356, "321022", 1, 0, 27), + (97357, "321022", 1, 0, 27), + (97358, "321022", 1, 0, 27), + (97359, "321022", 1, 0, 27), + (97360, "321022", 1, 0, 27), + (97361, "321022", 1, 0, 27), + (97362, "321022", 1, 0, 27), + (97363, "321022", 1, 0, 27), + (97364, "321022", 1, 0, 27), + (97365, "321022", 1, 0, 27), + (97366, "321022", 1, 0, 27), + (97367, "321022", 1, 0, 27), + (97368, "321022", 1, 0, 27), + (97369, "321022", 1, 0, 27), + (97370, "321022", 1, 0, 27), + (97371, "321201", 1, 0, 27), + (97372, "321201", 1, 0, 27), + (97373, "321205", 1, 0, 27), + (97374, "321615", 1, 0, 27), + (97375, "321024", 1, 0, 27), + (97376, "321028", 1, 0, 27), + (97377, "321303", 1, 0, 27), + (97378, "321203", 1, 0, 27), + (97379, "321406", 1, 0, 27), + (97380, "321028", 1, 0, 27), + (97381, "321028", 1, 0, 27), + (97382, "321028", 1, 0, 27), + (97383, "321028", 1, 0, 27), + (97384, "321028", 1, 0, 27), + (97385, "321028", 1, 0, 27), + (97386, "321028", 1, 0, 27), + (97387, "321028", 1, 0, 27), + (97388, "321028", 1, 0, 27), + (97389, "321301", 1, 0, 27), + (97390, "321301", 1, 0, 27), + (97391, "321301", 1, 0, 27), + (97392, "321301", 1, 0, 27), + (97393, "321301", 1, 0, 27), + (97394, "321025", 1, 0, 27), + (97395, "321025", 1, 0, 27), + (97396, "321025", 1, 0, 27), + (97397, "321025", 1, 0, 27), + (97398, "321025", 1, 0, 27), + (97399, "321025", 1, 0, 27), + (97400, "321025", 1, 0, 27), + (97401, "321303", 1, 0, 27), + (97402, "321303", 1, 0, 27), + (97403, "321303", 1, 0, 27), + (97404, "321303", 1, 0, 27), + (97405, "321303", 1, 0, 27), + (97406, "321303", 1, 0, 27), + (97407, "321303", 1, 0, 27), + (97408, "321303", 1, 0, 27), + (97409, "321303", 1, 0, 27), + (97410, "321303", 1, 0, 27), + (97411, "321302", 1, 0, 27), + (97412, "321302", 1, 0, 27), + (97413, "321302", 1, 0, 27), + (97414, "321302", 1, 0, 27), + (97415, "321302", 1, 0, 27), + (97416, "321302", 1, 0, 27), + (97417, "321302", 1, 0, 27), + (97418, "321302", 1, 0, 27), + (97419, "321302", 1, 0, 27), + (97420, "321203", 1, 0, 27), + (97421, "321201", 1, 0, 27), + (97422, "321203", 1, 0, 27), + (97423, "321203", 1, 0, 27), + (97424, "321203", 1, 0, 27), + (97425, "321206", 1, 0, 27), + (97426, "321206", 1, 0, 27), + (97427, "321203", 1, 0, 27), + (97428, "321206", 1, 0, 27), + (97429, "321203", 1, 0, 27), + (97430, "321203", 1, 0, 27), + (97431, "321203", 1, 0, 27), + (97432, "321203", 1, 0, 27), + (97433, "321203", 1, 0, 27), + (97434, "321203", 1, 0, 27), + (97435, "321206", 1, 0, 27), + (97436, "321203", 1, 0, 27), + (97437, "321203", 1, 0, 27), + (97438, "321203", 1, 0, 27), + (97439, "321206", 1, 0, 27), + (97440, "321206", 1, 0, 27), + (97441, "321614", 1, 0, 27), + (97442, "321614", 1, 0, 27), + (97443, "321614", 1, 0, 27), + (97444, "321614", 1, 0, 27), + (97445, "321614", 1, 0, 27), + (97446, "321614", 1, 0, 27), + (97447, "321409", 1, 0, 27), + (97448, "321409", 1, 0, 27), + (97449, "321409", 1, 0, 27), + (97450, "321409", 1, 0, 27), + (97451, "321409", 1, 0, 27), + (97452, "321409", 1, 0, 27), + (97453, "321409", 1, 0, 27), + (97454, "321409", 1, 0, 27), + (97455, "321409", 1, 0, 27), + (97456, "321409", 1, 0, 27), + (97457, "321406", 1, 0, 27), + (97458, "321406", 1, 0, 27), + (97459, "321406", 1, 0, 27), + (97460, "321406", 1, 0, 27), + (97461, "321406", 1, 0, 27), + (97462, "321406", 1, 0, 27), + (97463, "321406", 1, 0, 27), + (97464, "321407", 1, 0, 27), + (97465, "321407", 1, 0, 27), + (97466, "321407", 1, 0, 27), + (97467, "321407", 1, 0, 27), + (97468, "321407", 1, 0, 27), + (97469, "321407", 1, 0, 27), + (97470, "321601", 1, 0, 27), + (97471, "321601", 1, 0, 27), + (97472, "321601", 1, 0, 27), + (97473, "321601", 1, 0, 27), + (97474, "321601", 1, 0, 27), + (97475, "321023", 1, 0, 27), + (97476, "321023", 1, 0, 27), + (97477, "321023", 1, 0, 27), + (97478, "321023", 1, 0, 27), + (97479, "321023", 1, 0, 27), + (97480, "321023", 1, 0, 27), + (97481, "321023", 1, 0, 27), + (97482, "321023", 1, 0, 27), + (97483, "321023", 1, 0, 27), + (97484, "321023", 1, 0, 27), + (97485, "321023", 1, 0, 27), + (97486, "321023", 1, 0, 27), + (97487, "321201", 1, 0, 27), + (97488, "321201", 1, 0, 27), + (97489, "321201", 1, 0, 27), + (97490, "321201", 1, 0, 27), + (97491, "321201", 1, 0, 27), + (97492, "321206", 1, 0, 27), + (97493, "321602", 1, 0, 27), + (97494, "321602", 1, 0, 27), + (97495, "321602", 1, 0, 27), + (97496, "321602", 1, 0, 27), + (97497, "321201", 1, 0, 27), + (97498, "321602", 1, 0, 27), + (97499, "321602", 1, 0, 27), + (97500, "321602", 1, 0, 27), + (97501, "321602", 1, 0, 27), + (97502, "321602", 1, 0, 27), + (97503, "321602", 1, 0, 27), + (97504, "321602", 1, 0, 27), + (97505, "321602", 1, 0, 27), + (97506, "321602", 1, 0, 27), + (97507, "321602", 1, 0, 27), + (97508, "321602", 1, 0, 27), + (97509, "321602", 1, 0, 27), + (97510, "321206", 1, 0, 27), + (97511, "321602", 1, 0, 27), + (97512, "321602", 1, 0, 27), + (97513, "321205", 1, 0, 27), + (97514, "321206", 1, 0, 27), + (97515, "321205", 1, 0, 27), + (97516, "321206", 1, 0, 27), + (97517, "321205", 1, 0, 27), + (97518, "321205", 1, 0, 27), + (97519, "321205", 1, 0, 27), + (97520, "321205", 1, 0, 27), + (97521, "321205", 1, 0, 27), + (97522, "321205", 1, 0, 27), + (97523, "321205", 1, 0, 27), + (97524, "321205", 1, 0, 27), + (97525, "321205", 1, 0, 27), + (97526, "321205", 1, 0, 27), + (97527, "321205", 1, 0, 27), + (97528, "321205", 1, 0, 27), + (97529, "321205", 1, 0, 27), + (97530, "321204", 1, 0, 27), + (97531, "321204", 1, 0, 27), + (97532, "321204", 1, 0, 27), + (97533, "321204", 1, 0, 27), + (97534, "321204", 1, 0, 27), + (97535, "321204", 1, 0, 27), + (97536, "321204", 1, 0, 27), + (97537, "321204", 1, 0, 27), + (97538, "321204", 1, 0, 27), + (97539, "321204", 1, 0, 27), + (97540, "321204", 1, 0, 27), + (97541, "321204", 1, 0, 27), + (97542, "321204", 1, 0, 27), + (97543, "321204", 1, 0, 27), + (97544, "321204", 1, 0, 27), + (97545, "321204", 1, 0, 27), + (97546, "321615", 1, 0, 27), + (97547, "321615", 1, 0, 27), + (97548, "321615", 1, 0, 27), + (97549, "321615", 1, 0, 27), + (97550, "321202", 1, 0, 27), + (97551, "321202", 1, 0, 27), + (97552, "321202", 1, 0, 27), + (97553, "321202", 1, 0, 27), + (97554, "321202", 1, 0, 27), + (97555, "321202", 1, 0, 27), + (97556, "321202", 1, 0, 27), + (97557, "321642", 1, 0, 27), + (97558, "321642", 1, 0, 27), + (97559, "321642", 1, 0, 27), + (97560, "321642", 1, 0, 27), + (97561, "321642", 1, 0, 27), + (97562, "321642", 1, 0, 27), + (97563, "321024", 1, 0, 27), + (97564, "321024", 1, 0, 27), + (97565, "321024", 1, 0, 27), + (97566, "321024", 1, 0, 27), + (97567, "321024", 1, 0, 27), + (97568, "321024", 1, 0, 27), + (97569, "321024", 1, 0, 27), + (97570, "321024", 1, 0, 27), + (97571, "321024", 1, 0, 27), + (97572, "321024", 1, 0, 27), + (97573, "321024", 1, 0, 27), + (97574, "321024", 1, 0, 27), + (97575, "321024", 1, 0, 27), + (97576, "321024", 1, 0, 27), + (97577, "321024", 1, 0, 27), + (97578, "321024", 1, 0, 27), + (97579, "321024", 1, 0, 27), + (97580, "321001", 1, 0, 27), + (97581, "321001", 1, 0, 27), + (97582, "321001", 1, 0, 27), + (97583, "321001", 1, 0, 27), + (97584, "321001", 1, 0, 27), + (97585, "321001", 1, 0, 27), + (97586, "321001", 1, 0, 27), + (97587, "321001", 1, 0, 27), + (97588, "321001", 1, 0, 27), + (97589, "321001", 1, 0, 27), + (97590, "321001", 1, 0, 27), + (97591, "321001", 1, 0, 27), + (97592, "321001", 1, 0, 27), + (97593, "321021", 1, 0, 27), + (97594, "321021", 1, 0, 27), + (97595, "321021", 1, 0, 27), + (97596, "321021", 1, 0, 27), + (97597, "321021", 1, 0, 27), + (97598, "321026", 1, 0, 27), + (97599, "321026", 1, 0, 27), + (97600, "321026", 1, 0, 27), + (97601, "321026", 1, 0, 27), + (97602, "321026", 1, 0, 27), + (97603, "321026", 1, 0, 27), + (97604, "321026", 1, 0, 27), + (97605, "311301", 1, 0, 27), + (97606, "311401", 1, 0, 27), + (97607, "311801", 1, 0, 27), + (97608, "311605", 1, 0, 27), + (97609, "311603", 1, 0, 27), + (97610, "311026", 1, 0, 27), + (97611, "311203", 1, 0, 27), + (97612, "311803", 1, 0, 27), + (97613, "311404", 1, 0, 27), + (97614, "311026", 1, 0, 27), + (97615, "311026", 1, 0, 27), + (97616, "311026", 1, 0, 27), + (97617, "311026", 1, 0, 27), + (97618, "311026", 1, 0, 27), + (97619, "311026", 1, 0, 27), + (97620, "311026", 1, 0, 27), + (97621, "311202", 1, 0, 27), + (97622, "311202", 1, 0, 27), + (97623, "311202", 1, 0, 27), + (97624, "311202", 1, 0, 27), + (97625, "311202", 1, 0, 27), + (97626, "311202", 1, 0, 27), + (97627, "311202", 1, 0, 27), + (97628, "311202", 1, 0, 27), + (97629, "311202", 1, 0, 27), + (97630, "311407", 1, 0, 27), + (97631, "311407", 1, 0, 27), + (97632, "311407", 1, 0, 27), + (97633, "311407", 1, 0, 27), + (97634, "311407", 1, 0, 27), + (97635, "311407", 1, 0, 27), + (97636, "311407", 1, 0, 27), + (97637, "311203", 1, 0, 27), + (97638, "311203", 1, 0, 27), + (97639, "311203", 1, 0, 27), + (97640, "311203", 1, 0, 27), + (97641, "311203", 1, 0, 27), + (97642, "311803", 1, 0, 27), + (97643, "311204", 1, 0, 27), + (97644, "311011", 1, 0, 27), + (97645, "311402", 1, 0, 27), + (97646, "311801", 1, 0, 27), + (97647, "311605", 1, 0, 27), + (97648, "311604", 1, 0, 27), + (97649, "311402", 1, 0, 27), + (97650, "311402", 1, 0, 27), + (97651, "311402", 1, 0, 27), + (97652, "311401", 1, 0, 27), + (97653, "311401", 1, 0, 27), + (97654, "311401", 1, 0, 27), + (97655, "311401", 1, 0, 27), + (97656, "311401", 1, 0, 27), + (97657, "311401", 1, 0, 27), + (97658, "311401", 1, 0, 27), + (97659, "311401", 1, 0, 27), + (97660, "311401", 1, 0, 27), + (97661, "311601", 1, 0, 27), + (97662, "311601", 1, 0, 27), + (97663, "311601", 1, 0, 27), + (97664, "311601", 1, 0, 27), + (97665, "311601", 1, 0, 27), + (97666, "311601", 1, 0, 27), + (97667, "311601", 1, 0, 27), + (97668, "311601", 1, 0, 27), + (97669, "311601", 1, 0, 27), + (97670, "311602", 1, 0, 27), + (97671, "311602", 1, 0, 27), + (97672, "311602", 1, 0, 27), + (97673, "311602", 1, 0, 27), + (97674, "311602", 1, 0, 27), + (97675, "311602", 1, 0, 27), + (97676, "311602", 1, 0, 27), + (97677, "311602", 1, 0, 27), + (97678, "311602", 1, 0, 27), + (97679, "311602", 1, 0, 27), + (97680, "311602", 1, 0, 27), + (97681, "311602", 1, 0, 27), + (97682, "311602", 1, 0, 27), + (97683, "311602", 1, 0, 27), + (97684, "311801", 1, 0, 27), + (97685, "311801", 1, 0, 27), + (97686, "311801", 1, 0, 27), + (97687, "311801", 1, 0, 27), + (97688, "311801", 1, 0, 27), + (97689, "311801", 1, 0, 27), + (97690, "311801", 1, 0, 27), + (97691, "311021", 1, 0, 27), + (97692, "311021", 1, 0, 27), + (97693, "311021", 1, 0, 27), + (97694, "311021", 1, 0, 27), + (97695, "311021", 1, 0, 27), + (97696, "311025", 1, 0, 27), + (97697, "311025", 1, 0, 27), + (97698, "311025", 1, 0, 27), + (97699, "311025", 1, 0, 27), + (97700, "311025", 1, 0, 27), + (97701, "311025", 1, 0, 27), + (97702, "311025", 1, 0, 27), + (97703, "311025", 1, 0, 27), + (97704, "311025", 1, 0, 27), + (97705, "311025", 1, 0, 27), + (97706, "311201", 1, 0, 27), + (97707, "311201", 1, 0, 27), + (97708, "311201", 1, 0, 27), + (97709, "311201", 1, 0, 27), + (97710, "311201", 1, 0, 27), + (97711, "311201", 1, 0, 27), + (97712, "311201", 1, 0, 27), + (97713, "311201", 1, 0, 27), + (97714, "311201", 1, 0, 27), + (97715, "311201", 1, 0, 27), + (97716, "311201", 1, 0, 27), + (97717, "311605", 1, 0, 27), + (97718, "311605", 1, 0, 27), + (97719, "311605", 1, 0, 27), + (97720, "311605", 1, 0, 27), + (97721, "311605", 1, 0, 27), + (97722, "311605", 1, 0, 27), + (97723, "311605", 1, 0, 27), + (97724, "311605", 1, 0, 27), + (97725, "311605", 1, 0, 27), + (97726, "311605", 1, 0, 27), + (97727, "311805", 1, 0, 27), + (97728, "311805", 1, 0, 27), + (97729, "311805", 1, 0, 27), + (97730, "311805", 1, 0, 27), + (97731, "311805", 1, 0, 27), + (97732, "311805", 1, 0, 27), + (97733, "311805", 1, 0, 27), + (97734, "311805", 1, 0, 27), + (97735, "311023", 1, 0, 27), + (97736, "311023", 1, 0, 27), + (97737, "311023", 1, 0, 27), + (97738, "311023", 1, 0, 27), + (97739, "311023", 1, 0, 27), + (97740, "311603", 1, 0, 27), + (97741, "311603", 1, 0, 27), + (97742, "311603", 1, 0, 27), + (97743, "311603", 1, 0, 27), + (97744, "311603", 1, 0, 27), + (97745, "311603", 1, 0, 27), + (97746, "311603", 1, 0, 27), + (97747, "311603", 1, 0, 27), + (97748, "311603", 1, 0, 27), + (97749, "311603", 1, 0, 27), + (97750, "311603", 1, 0, 27), + (97751, "311603", 1, 0, 27), + (97752, "311603", 1, 0, 27), + (97753, "311603", 1, 0, 27), + (97754, "311403", 1, 0, 27), + (97755, "311403", 1, 0, 27), + (97756, "311403", 1, 0, 27), + (97757, "311403", 1, 0, 27), + (97758, "311403", 1, 0, 27), + (97759, "311403", 1, 0, 27), + (97760, "311403", 1, 0, 27), + (97761, "311403", 1, 0, 27), + (97762, "311403", 1, 0, 27), + (97763, "311604", 1, 0, 27), + (97764, "311606", 1, 0, 27), + (97765, "311604", 1, 0, 27), + (97766, "311606", 1, 0, 27), + (97767, "311604", 1, 0, 27), + (97768, "311604", 1, 0, 27), + (97769, "311604", 1, 0, 27), + (97770, "311604", 1, 0, 27), + (97771, "311606", 1, 0, 27), + (97772, "311606", 1, 0, 27), + (97773, "311604", 1, 0, 27), + (97774, "311604", 1, 0, 27), + (97775, "311604", 1, 0, 27), + (97776, "311604", 1, 0, 27), + (97777, "311604", 1, 0, 27), + (97778, "311604", 1, 0, 27), + (97779, "311026", 1, 0, 27), + (97780, "311026", 1, 0, 27), + (97781, "311203", 1, 0, 27), + (97782, "311203", 1, 0, 27), + (97783, "311203", 1, 0, 27), + (97784, "311802", 1, 0, 27), + (97785, "311802", 1, 0, 27), + (97786, "311802", 1, 0, 27), + (97787, "311802", 1, 0, 27), + (97788, "311802", 1, 0, 27), + (97789, "311802", 1, 0, 27), + (97790, "311802", 1, 0, 27), + (97791, "311802", 1, 0, 27), + (97792, "311802", 1, 0, 27), + (97793, "311802", 1, 0, 27), + (97794, "311802", 1, 0, 27), + (97795, "311802", 1, 0, 27), + (97796, "311802", 1, 0, 27), + (97797, "311802", 1, 0, 27), + (97798, "311802", 1, 0, 27), + (97799, "311802", 1, 0, 27), + (97800, "311024", 1, 0, 27), + (97801, "311024", 1, 0, 27), + (97802, "311024", 1, 0, 27), + (97803, "311024", 1, 0, 27), + (97804, "311024", 1, 0, 27), + (97805, "311024", 1, 0, 27), + (97806, "311024", 1, 0, 27), + (97807, "311024", 1, 0, 27), + (97808, "311024", 1, 0, 27), + (97809, "311024", 1, 0, 27), + (97810, "311024", 1, 0, 27), + (97811, "311024", 1, 0, 27), + (97812, "311024", 1, 0, 27), + (97813, "311803", 1, 0, 27), + (97814, "311803", 1, 0, 27), + (97815, "311803", 1, 0, 27), + (97816, "311803", 1, 0, 27), + (97817, "311803", 1, 0, 27), + (97818, "311803", 1, 0, 27), + (97819, "311803", 1, 0, 27), + (97820, "311803", 1, 0, 27), + (97821, "311803", 1, 0, 27), + (97822, "311803", 1, 0, 27), + (97823, "311804", 1, 0, 27), + (97824, "311804", 1, 0, 27), + (97825, "311804", 1, 0, 27), + (97826, "311804", 1, 0, 27), + (97827, "311804", 1, 0, 27), + (97828, "311804", 1, 0, 27), + (97829, "311804", 1, 0, 27), + (97830, "311804", 1, 0, 27), + (97831, "311804", 1, 0, 27), + (97832, "311804", 1, 0, 27), + (97833, "311804", 1, 0, 27), + (97834, "311804", 1, 0, 27), + (97835, "311804", 1, 0, 27), + (97836, "311804", 1, 0, 27), + (97837, "311804", 1, 0, 27), + (97838, "311806", 1, 0, 27), + (97839, "311806", 1, 0, 27), + (97840, "311806", 1, 0, 27), + (97841, "311806", 1, 0, 27), + (97842, "311806", 1, 0, 27), + (97843, "311806", 1, 0, 27), + (97844, "311806", 1, 0, 27), + (97845, "311806", 1, 0, 27), + (97846, "311204", 1, 0, 27), + (97847, "311204", 1, 0, 27), + (97848, "311204", 1, 0, 27), + (97849, "311204", 1, 0, 27), + (97850, "311204", 1, 0, 27), + (97851, "311204", 1, 0, 27), + (97852, "311204", 1, 0, 27), + (97853, "311204", 1, 0, 27), + (97854, "311204", 1, 0, 27), + (97855, "311404", 1, 0, 27), + (97856, "311404", 1, 0, 27), + (97857, "311404", 1, 0, 27), + (97858, "311404", 1, 0, 27), + (97859, "311404", 1, 0, 27), + (97860, "311202", 1, 0, 27), + (97861, "311404", 1, 0, 27), + (97862, "311404", 1, 0, 27), + (97863, "311404", 1, 0, 27), + (97864, "311404", 1, 0, 27), + (97865, "311404", 1, 0, 27), + (97866, "311404", 1, 0, 27), + (97867, "311404", 1, 0, 27), + (97868, "311404", 1, 0, 27), + (97869, "311404", 1, 0, 27), + (97870, "311404", 1, 0, 27), + (97871, "311404", 1, 0, 27), + (97872, "311202", 1, 0, 27), + (97873, "311404", 1, 0, 27), + (97874, "311011", 1, 0, 27), + (97875, "311011", 1, 0, 27), + (97876, "311011", 1, 0, 27), + (97877, "311011", 1, 0, 27), + (97878, "311011", 1, 0, 27), + (97879, "311011", 1, 0, 27), + (97880, "311011", 1, 0, 27), + (97881, "311011", 1, 0, 27), + (97882, "311011", 1, 0, 27), + (97883, "311011", 1, 0, 27), + (97884, "311011", 1, 0, 27), + (97885, "311011", 1, 0, 27), + (97886, "311011", 1, 0, 27), + (97887, "311011", 1, 0, 27), + (97888, "311408", 1, 0, 27), + (97889, "311408", 1, 0, 27), + (97890, "311408", 1, 0, 27), + (97891, "311408", 1, 0, 27), + (97892, "311408", 1, 0, 27), + (97893, "311408", 1, 0, 27), + (97894, "311408", 1, 0, 27), + (97895, "311408", 1, 0, 27), + (97896, "311301", 1, 0, 27), + (97897, "311301", 1, 0, 27), + (97898, "311301", 1, 0, 27), + (97899, "311301", 1, 0, 27), + (97900, "311301", 1, 0, 27), + (97901, "311301", 1, 0, 27), + (97902, "311301", 1, 0, 27), + (97903, "311301", 1, 0, 27), + (97904, "311301", 1, 0, 27), + (97905, "311301", 1, 0, 27), + (97906, "311301", 1, 0, 27), + (97907, "311301", 1, 0, 27), + (97908, "311301", 1, 0, 27), + (97909, "311301", 1, 0, 27), + (97910, "311301", 1, 0, 27), + (97911, "311301", 1, 0, 27), + (97912, "311302", 1, 0, 27), + (97913, "311302", 1, 0, 27), + (97914, "311302", 1, 0, 27), + (97915, "311302", 1, 0, 27), + (97916, "311302", 1, 0, 27), + (97917, "311302", 1, 0, 27), + (97918, "311302", 1, 0, 27), + (97919, "311302", 1, 0, 27), + (97920, "311302", 1, 0, 27), + (97921, "311302", 1, 0, 27), + (97922, "311302", 1, 0, 27), + (97923, "311302", 1, 0, 27), + (97924, "311402", 1, 0, 27), + (97925, "311402", 1, 0, 27), + (97926, "311402", 1, 0, 27), + (97927, "311402", 1, 0, 27), + (97928, "311402", 1, 0, 27), + (97929, "314801", 1, 0, 27), + (97930, "314030", 1, 0, 27), + (97931, "314001", 1, 0, 27), + (97932, "314804", 1, 0, 27), + (97933, "314011", 1, 0, 27), + (97934, "314034", 1, 0, 27), + (97935, "314032", 1, 0, 27), + (97936, "314404", 1, 0, 27), + (97937, "327031", 1, 0, 27), + (97938, "327601", 1, 0, 27), + (97939, "327021", 1, 0, 27), + (97940, "327023", 1, 0, 27), + (97941, "327801", 1, 0, 27), + (97942, "327602", 1, 0, 27), + (97943, "327001", 1, 0, 27), + (97944, "327001", 1, 0, 27), + (97945, "314034", 1, 0, 27), + (97946, "314034", 1, 0, 27), + (97947, "314034", 1, 0, 27), + (97948, "314034", 1, 0, 27), + (97949, "314034", 1, 0, 27), + (97950, "314034", 1, 0, 27), + (97951, "314034", 1, 0, 27), + (97952, "314034", 1, 0, 27), + (97953, "314034", 1, 0, 27), + (97954, "314034", 1, 0, 27), + (97955, "314034", 1, 0, 27), + (97956, "314034", 1, 0, 27), + (97957, "314034", 1, 0, 27), + (97958, "314034", 1, 0, 27), + (97959, "314029", 1, 0, 27), + (97960, "327032", 1, 0, 27), + (97961, "327601", 1, 0, 27), + (97962, "327022", 1, 0, 27), + (97963, "327034", 1, 0, 27), + (97964, "327801", 1, 0, 27), + (97965, "327602", 1, 0, 27), + (97966, "327001", 1, 0, 27), + (97967, "327001", 1, 0, 27), + (97968, "314801", 1, 0, 27), + (97969, "314036", 1, 0, 27), + (97970, "314021", 1, 0, 27), + (97971, "314024", 1, 0, 27), + (97972, "314038", 1, 0, 27), + (97973, "327022", 1, 0, 27), + (97974, "327022", 1, 0, 27), + (97975, "327022", 1, 0, 27), + (97976, "327022", 1, 0, 27), + (97977, "327022", 1, 0, 27), + (97978, "327022", 1, 0, 27), + (97979, "327022", 1, 0, 27), + (97980, "327022", 1, 0, 27), + (97981, "327022", 1, 0, 27), + (97982, "327022", 1, 0, 27), + (97983, "327022", 1, 0, 27), + (97984, "327022", 1, 0, 27), + (97985, "327022", 1, 0, 27), + (97986, "327023", 1, 0, 27), + (97987, "327023", 1, 0, 27), + (97988, "327023", 1, 0, 27), + (97989, "327023", 1, 0, 27), + (97990, "327023", 1, 0, 27), + (97991, "327023", 1, 0, 27), + (97992, "327023", 1, 0, 27), + (97993, "327023", 1, 0, 27), + (97994, "327023", 1, 0, 27), + (97995, "327023", 1, 0, 27), + (97996, "327023", 1, 0, 27), + (97997, "327023", 1, 0, 27), + (97998, "327023", 1, 0, 27), + (97999, "327034", 1, 0, 27), + (98000, "327034", 1, 0, 27), + (98001, "327034", 1, 0, 27), + (98002, "327034", 1, 0, 27), + (98003, "327034", 1, 0, 27), + (98004, "327034", 1, 0, 27), + (98005, "327034", 1, 0, 27), + (98006, "327034", 1, 0, 27), + (98007, "327034", 1, 0, 27), + (98008, "327034", 1, 0, 27), + (98009, "327034", 1, 0, 27), + (98010, "327606", 1, 0, 27), + (98011, "327606", 1, 0, 27), + (98012, "327606", 1, 0, 27), + (98013, "327606", 1, 0, 27), + (98014, "327606", 1, 0, 27), + (98015, "327606", 1, 0, 27), + (98016, "327606", 1, 0, 27), + (98017, "327027", 1, 0, 27), + (98018, "327027", 1, 0, 27), + (98019, "327027", 1, 0, 27), + (98020, "327027", 1, 0, 27), + (98021, "327027", 1, 0, 27), + (98022, "327027", 1, 0, 27), + (98023, "327027", 1, 0, 27), + (98024, "327027", 1, 0, 27), + (98025, "327027", 1, 0, 27), + (98026, "327027", 1, 0, 27), + (98027, "327027", 1, 0, 27), + (98028, "327801", 1, 0, 27), + (98029, "327801", 1, 0, 27), + (98030, "327801", 1, 0, 27), + (98031, "327801", 1, 0, 27), + (98032, "327801", 1, 0, 27), + (98033, "327801", 1, 0, 27), + (98034, "327801", 1, 0, 27), + (98035, "327801", 1, 0, 27), + (98036, "327801", 1, 0, 27), + (98037, "327801", 1, 0, 27), + (98038, "327801", 1, 0, 27), + (98039, "327801", 1, 0, 27), + (98040, "327801", 1, 0, 27), + (98041, "327801", 1, 0, 27), + (98042, "327801", 1, 0, 27), + (98043, "327801", 1, 0, 27), + (98044, "327801", 1, 0, 27), + (98045, "327801", 1, 0, 27), + (98046, "327605", 1, 0, 27), + (98047, "327605", 1, 0, 27), + (98048, "327605", 1, 0, 27), + (98049, "327605", 1, 0, 27), + (98050, "327026", 1, 0, 27), + (98051, "327026", 1, 0, 27), + (98052, "327026", 1, 0, 27), + (98053, "327026", 1, 0, 27), + (98054, "327602", 1, 0, 27), + (98055, "327602", 1, 0, 27), + (98056, "327602", 1, 0, 27), + (98057, "327602", 1, 0, 27), + (98058, "327602", 1, 0, 27), + (98059, "327602", 1, 0, 27), + (98060, "327602", 1, 0, 27), + (98061, "327602", 1, 0, 27), + (98062, "327602", 1, 0, 27), + (98063, "327602", 1, 0, 27), + (98064, "327602", 1, 0, 27), + (98065, "327602", 1, 0, 27), + (98066, "327602", 1, 0, 27), + (98067, "327602", 1, 0, 27), + (98068, "327602", 1, 0, 27), + (98069, "327602", 1, 0, 27), + (98070, "327025", 1, 0, 27), + (98071, "327024", 1, 0, 27), + (98072, "327024", 1, 0, 27), + (98073, "327025", 1, 0, 27), + (98074, "327024", 1, 0, 27), + (98075, "327025", 1, 0, 27), + (98076, "327025", 1, 0, 27), + (98077, "327025", 1, 0, 27), + (98078, "327025", 1, 0, 27), + (98079, "327025", 1, 0, 27), + (98080, "327024", 1, 0, 27), + (98081, "327025", 1, 0, 27), + (98082, "327001", 1, 0, 27), + (98083, "327001", 1, 0, 27), + (98084, "327001", 1, 0, 27), + (98085, "327001", 1, 0, 27), + (98086, "327001", 1, 0, 27), + (98087, "327001", 1, 0, 27), + (98088, "327001", 1, 0, 27), + (98089, "327001", 1, 0, 27), + (98090, "327001", 1, 0, 27), + (98091, "327001", 1, 0, 27), + (98092, "327001", 1, 0, 27), + (98093, "327001", 1, 0, 27), + (98094, "327001", 1, 0, 27), + (98095, "327001", 1, 0, 27), + (98096, "327001", 1, 0, 27), + (98097, "327001", 1, 0, 27), + (98098, "327001", 1, 0, 27), + (98099, "327001", 1, 0, 27), + (98100, "327001", 1, 0, 27), + (98101, "327001", 1, 0, 27), + (98102, "327001", 1, 0, 27), + (98103, "327001", 1, 0, 27), + (98104, "327001", 1, 0, 27), + (98105, "327001", 1, 0, 27), + (98106, "327001", 1, 0, 27), + (98107, "327001", 1, 0, 27), + (98108, "327001", 1, 0, 27), + (98109, "327001", 1, 0, 27), + (98110, "327001", 1, 0, 27), + (98111, "327001", 1, 0, 27), + (98112, "327001", 1, 0, 27), + (98113, "327001", 1, 0, 27), + (98114, "327001", 1, 0, 27), + (98115, "327001", 1, 0, 27), + (98116, "327001", 1, 0, 27), + (98117, "327001", 1, 0, 27), + (98118, "327001", 1, 0, 27), + (98119, "327001", 1, 0, 27), + (98120, "327001", 1, 0, 27), + (98121, "327001", 1, 0, 27), + (98122, "327001", 1, 0, 27), + (98123, "327001", 1, 0, 27), + (98124, "327001", 1, 0, 27), + (98125, "327001", 1, 0, 27), + (98126, "327001", 1, 0, 27), + (98127, "314021", 1, 0, 27), + (98128, "314404", 1, 0, 27), + (98129, "314031", 1, 0, 27), + (98130, "314031", 1, 0, 27), + (98131, "314031", 1, 0, 27), + (98132, "314031", 1, 0, 27), + (98133, "314031", 1, 0, 27), + (98134, "314801", 1, 0, 27), + (98135, "314801", 1, 0, 27), + (98136, "314801", 1, 0, 27), + (98137, "314801", 1, 0, 27), + (98138, "314801", 1, 0, 27), + (98139, "314801", 1, 0, 27), + (98140, "314801", 1, 0, 27), + (98141, "314801", 1, 0, 27), + (98142, "314801", 1, 0, 27), + (98143, "314801", 1, 0, 27), + (98144, "314035", 1, 0, 27), + (98145, "314035", 1, 0, 27), + (98146, "314035", 1, 0, 27), + (98147, "314035", 1, 0, 27), + (98148, "314035", 1, 0, 27), + (98149, "314035", 1, 0, 27), + (98150, "314035", 1, 0, 27), + (98151, "314035", 1, 0, 27), + (98152, "314035", 1, 0, 27), + (98153, "314035", 1, 0, 27), + (98154, "314030", 1, 0, 27), + (98155, "314030", 1, 0, 27), + (98156, "314030", 1, 0, 27), + (98157, "314030", 1, 0, 27), + (98158, "314030", 1, 0, 27), + (98159, "314030", 1, 0, 27), + (98160, "314030", 1, 0, 27), + (98161, "314030", 1, 0, 27), + (98162, "314030", 1, 0, 27), + (98163, "314030", 1, 0, 27), + (98164, "314030", 1, 0, 27), + (98165, "314030", 1, 0, 27), + (98166, "314030", 1, 0, 27), + (98167, "314030", 1, 0, 27), + (98168, "314030", 1, 0, 27), + (98169, "314030", 1, 0, 27), + (98170, "314030", 1, 0, 27), + (98171, "314030", 1, 0, 27), + (98172, "314030", 1, 0, 27), + (98173, "314036", 1, 0, 27), + (98174, "314036", 1, 0, 27), + (98175, "314036", 1, 0, 27), + (98176, "314036", 1, 0, 27), + (98177, "314036", 1, 0, 27), + (98178, "314036", 1, 0, 27), + (98179, "314036", 1, 0, 27), + (98180, "314036", 1, 0, 27), + (98181, "314036", 1, 0, 27), + (98182, "314036", 1, 0, 27), + (98183, "314402", 1, 0, 27), + (98184, "314402", 1, 0, 27), + (98185, "314402", 1, 0, 27), + (98186, "314402", 1, 0, 27), + (98187, "314402", 1, 0, 27), + (98188, "314402", 1, 0, 27), + (98189, "314402", 1, 0, 27), + (98190, "314402", 1, 0, 27), + (98191, "314402", 1, 0, 27), + (98192, "314021", 1, 0, 27), + (98193, "314021", 1, 0, 27), + (98194, "314021", 1, 0, 27), + (98195, "314001", 1, 0, 27), + (98196, "314001", 1, 0, 27), + (98197, "314001", 1, 0, 27), + (98198, "314001", 1, 0, 27), + (98199, "314001", 1, 0, 27), + (98200, "314001", 1, 0, 27), + (98201, "314001", 1, 0, 27), + (98202, "314001", 1, 0, 27), + (98203, "314001", 1, 0, 27), + (98204, "314001", 1, 0, 27), + (98205, "314001", 1, 0, 27), + (98206, "314021", 1, 0, 27), + (98207, "314021", 1, 0, 27), + (98208, "314037", 1, 0, 27), + (98209, "314037", 1, 0, 27), + (98210, "314037", 1, 0, 27), + (98211, "314037", 1, 0, 27), + (98212, "314037", 1, 0, 27), + (98213, "314037", 1, 0, 27), + (98214, "314037", 1, 0, 27), + (98215, "314037", 1, 0, 27), + (98216, "314037", 1, 0, 27), + (98217, "314026", 1, 0, 27), + (98218, "314804", 1, 0, 27), + (98219, "314804", 1, 0, 27), + (98220, "314804", 1, 0, 27), + (98221, "314804", 1, 0, 27), + (98222, "314804", 1, 0, 27), + (98223, "314804", 1, 0, 27), + (98224, "314804", 1, 0, 27), + (98225, "314027", 1, 0, 27), + (98226, "314027", 1, 0, 27), + (98227, "314027", 1, 0, 27), + (98228, "314027", 1, 0, 27), + (98229, "314027", 1, 0, 27), + (98230, "314027", 1, 0, 27), + (98231, "314027", 1, 0, 27), + (98232, "314027", 1, 0, 27), + (98233, "314027", 1, 0, 27), + (98234, "314027", 1, 0, 27), + (98235, "314401", 1, 0, 27), + (98236, "314401", 1, 0, 27), + (98237, "314401", 1, 0, 27), + (98238, "314401", 1, 0, 27), + (98239, "314401", 1, 0, 27), + (98240, "314401", 1, 0, 27), + (98241, "314024", 1, 0, 27), + (98242, "314024", 1, 0, 27), + (98243, "314024", 1, 0, 27), + (98244, "314024", 1, 0, 27), + (98245, "314011", 1, 0, 27), + (98246, "314011", 1, 0, 27), + (98247, "314011", 1, 0, 27), + (98248, "314011", 1, 0, 27), + (98249, "314011", 1, 0, 27), + (98250, "314011", 1, 0, 27), + (98251, "314011", 1, 0, 27), + (98252, "314011", 1, 0, 27), + (98253, "314011", 1, 0, 27), + (98254, "314406", 1, 0, 27), + (98255, "314406", 1, 0, 27), + (98256, "314406", 1, 0, 27), + (98257, "314406", 1, 0, 27), + (98258, "314406", 1, 0, 27), + (98259, "314406", 1, 0, 27), + (98260, "314406", 1, 0, 27), + (98261, "314406", 1, 0, 27), + (98262, "314406", 1, 0, 27), + (98263, "314406", 1, 0, 27), + (98264, "314028", 1, 0, 27), + (98265, "314028", 1, 0, 27), + (98266, "314028", 1, 0, 27), + (98267, "314038", 1, 0, 27), + (98268, "314038", 1, 0, 27), + (98269, "314038", 1, 0, 27), + (98270, "314038", 1, 0, 27), + (98271, "314038", 1, 0, 27), + (98272, "314038", 1, 0, 27), + (98273, "314038", 1, 0, 27), + (98274, "314038", 1, 0, 27), + (98275, "314038", 1, 0, 27), + (98276, "314034", 1, 0, 27), + (98277, "314034", 1, 0, 27), + (98278, "314025", 1, 0, 27), + (98279, "314025", 1, 0, 27), + (98280, "314025", 1, 0, 27), + (98281, "314025", 1, 0, 27), + (98282, "314025", 1, 0, 27), + (98283, "314032", 1, 0, 27), + (98284, "314032", 1, 0, 27), + (98285, "314032", 1, 0, 27), + (98286, "314032", 1, 0, 27), + (98287, "314032", 1, 0, 27), + (98288, "314032", 1, 0, 27), + (98289, "314032", 1, 0, 27), + (98290, "314403", 1, 0, 27), + (98291, "314403", 1, 0, 27), + (98292, "314403", 1, 0, 27), + (98293, "314403", 1, 0, 27), + (98294, "314403", 1, 0, 27), + (98295, "314403", 1, 0, 27), + (98296, "314403", 1, 0, 27), + (98297, "314403", 1, 0, 27), + (98298, "314403", 1, 0, 27), + (98299, "314403", 1, 0, 27), + (98300, "314403", 1, 0, 27), + (98301, "314029", 1, 0, 27), + (98302, "314029", 1, 0, 27), + (98303, "314029", 1, 0, 27), + (98304, "314029", 1, 0, 27), + (98305, "314029", 1, 0, 27), + (98306, "314029", 1, 0, 27), + (98307, "314404", 1, 0, 27), + (98308, "314404", 1, 0, 27), + (98309, "314404", 1, 0, 27), + (98310, "314404", 1, 0, 27), + (98311, "314404", 1, 0, 27), + (98312, "314404", 1, 0, 27), + (98313, "314404", 1, 0, 27), + (98314, "314404", 1, 0, 27), + (98315, "314404", 1, 0, 27), + (98316, "314022", 1, 0, 27), + (98317, "314022", 1, 0, 27), + (98318, "314022", 1, 0, 27), + (98319, "314022", 1, 0, 27), + (98320, "314022", 1, 0, 27), + (98321, "314022", 1, 0, 27), + (98322, "314022", 1, 0, 27), + (98323, "314022", 1, 0, 27), + (98324, "314022", 1, 0, 27), + (98325, "314022", 1, 0, 27), + (98326, "314022", 1, 0, 27), + (98327, "314022", 1, 0, 27), + (98328, "314022", 1, 0, 27), + (98329, "314022", 1, 0, 27), + (98330, "314022", 1, 0, 27), + (98331, "314022", 1, 0, 27), + (98332, "314022", 1, 0, 27), + (98333, "314022", 1, 0, 27), + (98334, "314022", 1, 0, 27), + (98335, "327032", 1, 0, 27), + (98336, "327032", 1, 0, 27), + (98337, "327032", 1, 0, 27), + (98338, "327032", 1, 0, 27), + (98339, "327032", 1, 0, 27), + (98340, "327032", 1, 0, 27), + (98341, "327032", 1, 0, 27), + (98342, "327032", 1, 0, 27), + (98343, "327032", 1, 0, 27), + (98344, "327031", 1, 0, 27), + (98345, "327031", 1, 0, 27), + (98346, "327031", 1, 0, 27), + (98347, "327031", 1, 0, 27), + (98348, "327031", 1, 0, 27), + (98349, "327031", 1, 0, 27), + (98350, "327031", 1, 0, 27), + (98351, "327031", 1, 0, 27), + (98352, "327031", 1, 0, 27), + (98353, "327031", 1, 0, 27), + (98354, "327031", 1, 0, 27), + (98355, "327031", 1, 0, 27), + (98356, "327031", 1, 0, 27), + (98357, "327031", 1, 0, 27), + (98358, "327031", 1, 0, 27), + (98359, "327031", 1, 0, 27), + (98360, "327601", 1, 0, 27), + (98361, "327601", 1, 0, 27), + (98362, "327601", 1, 0, 27), + (98363, "327601", 1, 0, 27), + (98364, "327601", 1, 0, 27), + (98365, "327601", 1, 0, 27), + (98366, "327601", 1, 0, 27), + (98367, "327601", 1, 0, 27), + (98368, "327601", 1, 0, 27), + (98369, "327601", 1, 0, 27), + (98370, "327601", 1, 0, 27), + (98371, "327601", 1, 0, 27), + (98372, "327601", 1, 0, 27), + (98373, "327601", 1, 0, 27), + (98374, "327601", 1, 0, 27), + (98375, "327601", 1, 0, 27), + (98376, "327601", 1, 0, 27), + (98377, "327601", 1, 0, 27), + (98378, "327601", 1, 0, 27), + (98379, "327604", 1, 0, 27), + (98380, "327604", 1, 0, 27), + (98381, "327604", 1, 0, 27), + (98382, "327604", 1, 0, 27), + (98383, "327604", 1, 0, 27), + (98384, "327604", 1, 0, 27), + (98385, "327604", 1, 0, 27), + (98386, "327604", 1, 0, 27), + (98387, "327604", 1, 0, 27), + (98388, "327604", 1, 0, 27), + (98389, "327603", 1, 0, 27), + (98390, "327603", 1, 0, 27), + (98391, "327603", 1, 0, 27), + (98392, "327603", 1, 0, 27), + (98393, "327021", 1, 0, 27), + (98394, "327021", 1, 0, 27), + (98395, "327021", 1, 0, 27), + (98396, "327021", 1, 0, 27), + (98397, "327021", 1, 0, 27), + (98398, "327021", 1, 0, 27), + (98399, "327021", 1, 0, 27), + (98400, "327021", 1, 0, 27), + (98401, "327021", 1, 0, 27), + (98402, "327021", 1, 0, 27), + (98403, "327021", 1, 0, 27), + (98404, "303805", 1, 0, 27), + (98405, "303107", 1, 0, 27), + (98406, "322240", 1, 0, 27), + (98407, "303503", 1, 0, 27), + (98408, "303509", 1, 0, 27), + (98409, "303507", 1, 0, 27), + (98410, "303602", 1, 0, 27), + (98411, "303904", 1, 0, 27), + (98412, "303706", 1, 0, 27), + (98413, "303009", 1, 0, 27), + (98414, "303123", 1, 0, 27), + (98415, "303103", 1, 0, 27), + (98416, "303119", 1, 0, 27), + (98417, "303701", 1, 0, 27), + (98418, "303801", 1, 0, 27), + (98419, "303303", 1, 0, 27), + (98420, "303305", 1, 0, 27), + (98421, "303501", 1, 0, 27), + (98422, "303323", 1, 0, 27), + (98423, "303509", 1, 0, 27), + (98424, "303509", 1, 0, 27), + (98425, "303509", 1, 0, 27), + (98426, "303509", 1, 0, 27), + (98427, "303509", 1, 0, 27), + (98428, "303505", 1, 0, 27), + (98429, "303505", 1, 0, 27), + (98430, "303505", 1, 0, 27), + (98431, "303505", 1, 0, 27), + (98432, "303505", 1, 0, 27), + (98433, "303505", 1, 0, 27), + (98434, "303505", 1, 0, 27), + (98435, "303505", 1, 0, 27), + (98436, "303505", 1, 0, 27), + (98437, "321612", 1, 0, 27), + (98438, "321612", 1, 0, 27), + (98439, "321612", 1, 0, 27), + (98440, "321612", 1, 0, 27), + (98441, "303506", 1, 0, 27), + (98442, "303506", 1, 0, 27), + (98443, "303506", 1, 0, 27), + (98444, "303506", 1, 0, 27), + (98445, "303506", 1, 0, 27), + (98446, "303506", 1, 0, 27), + (98447, "303510", 1, 0, 27), + (98448, "303510", 1, 0, 27), + (98449, "303510", 1, 0, 27), + (98450, "303510", 1, 0, 27), + (98451, "303510", 1, 0, 27), + (98452, "321613", 1, 0, 27), + (98453, "321613", 1, 0, 27), + (98454, "321613", 1, 0, 27), + (98455, "321613", 1, 0, 27), + (98456, "303507", 1, 0, 27), + (98457, "303507", 1, 0, 27), + (98458, "303507", 1, 0, 27), + (98459, "303507", 1, 0, 27), + (98460, "303507", 1, 0, 27), + (98461, "303507", 1, 0, 27), + (98462, "303326", 1, 0, 27), + (98463, "303326", 1, 0, 27), + (98464, "303326", 1, 0, 27), + (98465, "303326", 1, 0, 27), + (98466, "303326", 1, 0, 27), + (98467, "303326", 1, 0, 27), + (98468, "303326", 1, 0, 27), + (98469, "303326", 1, 0, 27), + (98470, "303508", 1, 0, 27), + (98471, "303508", 1, 0, 27), + (98472, "303508", 1, 0, 27), + (98473, "303508", 1, 0, 27), + (98474, "303302", 1, 0, 27), + (98475, "303302", 1, 0, 27), + (98476, "303302", 1, 0, 27), + (98477, "303302", 1, 0, 27), + (98478, "303302", 1, 0, 27), + (98479, "303604", 1, 0, 27), + (98480, "303604", 1, 0, 27), + (98481, "303604", 1, 0, 27), + (98482, "303604", 1, 0, 27), + (98483, "303604", 1, 0, 27), + (98484, "303602", 1, 0, 27), + (98485, "303602", 1, 0, 27), + (98486, "303602", 1, 0, 27), + (98487, "303602", 1, 0, 27), + (98488, "303602", 1, 0, 27), + (98489, "303602", 1, 0, 27), + (98490, "303007", 1, 0, 27), + (98491, "303007", 1, 0, 27), + (98492, "303007", 1, 0, 27), + (98493, "303007", 1, 0, 27), + (98494, "303007", 1, 0, 27), + (98495, "303007", 1, 0, 27), + (98496, "303007", 1, 0, 27), + (98497, "303901", 1, 0, 27), + (98498, "303901", 1, 0, 27), + (98499, "303901", 1, 0, 27), + (98500, "303901", 1, 0, 27), + (98501, "303901", 1, 0, 27), + (98502, "303901", 1, 0, 27), + (98503, "303901", 1, 0, 27), + (98504, "303901", 1, 0, 27), + (98505, "303901", 1, 0, 27), + (98506, "303901", 1, 0, 27), + (98507, "303901", 1, 0, 27), + (98508, "303901", 1, 0, 27), + (98509, "303901", 1, 0, 27), + (98510, "303901", 1, 0, 27), + (98511, "303901", 1, 0, 27), + (98512, "303904", 1, 0, 27), + (98513, "303904", 1, 0, 27), + (98514, "303904", 1, 0, 27), + (98515, "303904", 1, 0, 27), + (98516, "303904", 1, 0, 27), + (98517, "303904", 1, 0, 27), + (98518, "303904", 1, 0, 27), + (98519, "303904", 1, 0, 27), + (98520, "303008", 1, 0, 27), + (98521, "303008", 1, 0, 27), + (98522, "303008", 1, 0, 27), + (98523, "303008", 1, 0, 27), + (98524, "303008", 1, 0, 27), + (98525, "303008", 1, 0, 27), + (98526, "303008", 1, 0, 27), + (98527, "303008", 1, 0, 27), + (98528, "303008", 1, 0, 27), + (98529, "303008", 1, 0, 27), + (98530, "303008", 1, 0, 27), + (98531, "303008", 1, 0, 27), + (98532, "303008", 1, 0, 27), + (98533, "303008", 1, 0, 27), + (98534, "303008", 1, 0, 27), + (98535, "303008", 1, 0, 27), + (98536, "303328", 1, 0, 27), + (98537, "303328", 1, 0, 27), + (98538, "303328", 1, 0, 27), + (98539, "303328", 1, 0, 27), + (98540, "303328", 1, 0, 27), + (98541, "303328", 1, 0, 27), + (98542, "303328", 1, 0, 27), + (98543, "303328", 1, 0, 27), + (98544, "303328", 1, 0, 27), + (98545, "303328", 1, 0, 27), + (98546, "303328", 1, 0, 27), + (98547, "303328", 1, 0, 27), + (98548, "303706", 1, 0, 27), + (98549, "303706", 1, 0, 27), + (98550, "303706", 1, 0, 27), + (98551, "303706", 1, 0, 27), + (98552, "303706", 1, 0, 27), + (98553, "303908", 1, 0, 27), + (98554, "303908", 1, 0, 27), + (98555, "303908", 1, 0, 27), + (98556, "303908", 1, 0, 27), + (98557, "303908", 1, 0, 27), + (98558, "303908", 1, 0, 27), + (98559, "303908", 1, 0, 27), + (98560, "303908", 1, 0, 27), + (98561, "303908", 1, 0, 27), + (98562, "303908", 1, 0, 27), + (98563, "303908", 1, 0, 27), + (98564, "303006", 1, 0, 27), + (98565, "303006", 1, 0, 27), + (98566, "303006", 1, 0, 27), + (98567, "303006", 1, 0, 27), + (98568, "303006", 1, 0, 27), + (98569, "303006", 1, 0, 27), + (98570, "303006", 1, 0, 27), + (98571, "303006", 1, 0, 27), + (98572, "303009", 1, 0, 27), + (98573, "303009", 1, 0, 27), + (98574, "303009", 1, 0, 27), + (98575, "303009", 1, 0, 27), + (98576, "303009", 1, 0, 27), + (98577, "303348", 1, 0, 27), + (98578, "303348", 1, 0, 27), + (98579, "303348", 1, 0, 27), + (98580, "303348", 1, 0, 27), + (98581, "303348", 1, 0, 27), + (98582, "303348", 1, 0, 27), + (98583, "303005", 1, 0, 27), + (98584, "303005", 1, 0, 27), + (98585, "303005", 1, 0, 27), + (98586, "303005", 1, 0, 27), + (98587, "303005", 1, 0, 27), + (98588, "303005", 1, 0, 27), + (98589, "303005", 1, 0, 27), + (98590, "303005", 1, 0, 27), + (98591, "303005", 1, 0, 27), + (98592, "303005", 1, 0, 27), + (98593, "303005", 1, 0, 27), + (98594, "303005", 1, 0, 27), + (98595, "303005", 1, 0, 27), + (98596, "303338", 1, 0, 27), + (98597, "303338", 1, 0, 27), + (98598, "303338", 1, 0, 27), + (98599, "303338", 1, 0, 27), + (98600, "303338", 1, 0, 27), + (98601, "303338", 1, 0, 27), + (98602, "303338", 1, 0, 27), + (98603, "303338", 1, 0, 27), + (98604, "303338", 1, 0, 27), + (98605, "303338", 1, 0, 27), + (98606, "303603", 1, 0, 27), + (98607, "303603", 1, 0, 27), + (98608, "303123", 1, 0, 27), + (98609, "303123", 1, 0, 27), + (98610, "303123", 1, 0, 27), + (98611, "303603", 1, 0, 27), + (98612, "303603", 1, 0, 27), + (98613, "303603", 1, 0, 27), + (98614, "303123", 1, 0, 27), + (98615, "303603", 1, 0, 27), + (98616, "303903", 1, 0, 27), + (98617, "303903", 1, 0, 27), + (98618, "303903", 1, 0, 27), + (98619, "303903", 1, 0, 27), + (98620, "303903", 1, 0, 27), + (98621, "303903", 1, 0, 27), + (98622, "303903", 1, 0, 27), + (98623, "303903", 1, 0, 27), + (98624, "303903", 1, 0, 27), + (98625, "303905", 1, 0, 27), + (98626, "303905", 1, 0, 27), + (98627, "303905", 1, 0, 27), + (98628, "303905", 1, 0, 27), + (98629, "303103", 1, 0, 27), + (98630, "303103", 1, 0, 27), + (98631, "303103", 1, 0, 27), + (98632, "303103", 1, 0, 27), + (98633, "303103", 1, 0, 27), + (98634, "303103", 1, 0, 27), + (98635, "303103", 1, 0, 27), + (98636, "303103", 1, 0, 27), + (98637, "303103", 1, 0, 27), + (98638, "303103", 1, 0, 27), + (98639, "303103", 1, 0, 27), + (98640, "303103", 1, 0, 27), + (98641, "303103", 1, 0, 27), + (98642, "303103", 1, 0, 27), + (98643, "303103", 1, 0, 27), + (98644, "303103", 1, 0, 27), + (98645, "303002", 1, 0, 27), + (98646, "303002", 1, 0, 27), + (98647, "303002", 1, 0, 27), + (98648, "303002", 1, 0, 27), + (98649, "303002", 1, 0, 27), + (98650, "303601", 1, 0, 27), + (98651, "303601", 1, 0, 27), + (98652, "303601", 1, 0, 27), + (98653, "303601", 1, 0, 27), + (98654, "303001", 1, 0, 27), + (98655, "303001", 1, 0, 27), + (98656, "303001", 1, 0, 27), + (98657, "303001", 1, 0, 27), + (98658, "303001", 1, 0, 27), + (98659, "303001", 1, 0, 27), + (98660, "303001", 1, 0, 27), + (98661, "303001", 1, 0, 27), + (98662, "303119", 1, 0, 27), + (98663, "303119", 1, 0, 27), + (98664, "303119", 1, 0, 27), + (98665, "303119", 1, 0, 27), + (98666, "303119", 1, 0, 27), + (98667, "303702", 1, 0, 27), + (98668, "303702", 1, 0, 27), + (98669, "303702", 1, 0, 27), + (98670, "303702", 1, 0, 27), + (98671, "303120", 1, 0, 27), + (98672, "303120", 1, 0, 27), + (98673, "303120", 1, 0, 27), + (98674, "303120", 1, 0, 27), + (98675, "303120", 1, 0, 27), + (98676, "303120", 1, 0, 27), + (98677, "303120", 1, 0, 27), + (98678, "303120", 1, 0, 27), + (98679, "303120", 1, 0, 27), + (98680, "303120", 1, 0, 27), + (98681, "303712", 1, 0, 27), + (98682, "303712", 1, 0, 27), + (98683, "303712", 1, 0, 27), + (98684, "303712", 1, 0, 27), + (98685, "303712", 1, 0, 27), + (98686, "303712", 1, 0, 27), + (98687, "303712", 1, 0, 27), + (98688, "303712", 1, 0, 27), + (98689, "303804", 1, 0, 27), + (98690, "303804", 1, 0, 27), + (98691, "303804", 1, 0, 27), + (98692, "303804", 1, 0, 27), + (98693, "303804", 1, 0, 27), + (98694, "303804", 1, 0, 27), + (98695, "303804", 1, 0, 27), + (98696, "303701", 1, 0, 27), + (98697, "303701", 1, 0, 27), + (98698, "303701", 1, 0, 27), + (98699, "303701", 1, 0, 27), + (98700, "303701", 1, 0, 27), + (98701, "303701", 1, 0, 27), + (98702, "303701", 1, 0, 27), + (98703, "303701", 1, 0, 27), + (98704, "303701", 1, 0, 27), + (98705, "303704", 1, 0, 27), + (98706, "303704", 1, 0, 27), + (98707, "303704", 1, 0, 27), + (98708, "303704", 1, 0, 27), + (98709, "303109", 1, 0, 27), + (98710, "303109", 1, 0, 27), + (98711, "303109", 1, 0, 27), + (98712, "303109", 1, 0, 27), + (98713, "303109", 1, 0, 27), + (98714, "303109", 1, 0, 27), + (98715, "303109", 1, 0, 27), + (98716, "303109", 1, 0, 27), + (98717, "303109", 1, 0, 27), + (98718, "303109", 1, 0, 27), + (98719, "303801", 1, 0, 27), + (98720, "303801", 1, 0, 27), + (98721, "303801", 1, 0, 27), + (98722, "303801", 1, 0, 27), + (98723, "303801", 1, 0, 27), + (98724, "303801", 1, 0, 27), + (98725, "303801", 1, 0, 27), + (98726, "303801", 1, 0, 27), + (98727, "303803", 1, 0, 27), + (98728, "303803", 1, 0, 27), + (98729, "303803", 1, 0, 27), + (98730, "303803", 1, 0, 27), + (98731, "303108", 1, 0, 27), + (98732, "303108", 1, 0, 27), + (98733, "303108", 1, 0, 27), + (98734, "303108", 1, 0, 27), + (98735, "303108", 1, 0, 27), + (98736, "303108", 1, 0, 27), + (98737, "303108", 1, 0, 27), + (98738, "303108", 1, 0, 27), + (98739, "303108", 1, 0, 27), + (98740, "303108", 1, 0, 27), + (98741, "303108", 1, 0, 27), + (98742, "303108", 1, 0, 27), + (98743, "303108", 1, 0, 27), + (98744, "303108", 1, 0, 27), + (98745, "303108", 1, 0, 27), + (98746, "303108", 1, 0, 27), + (98747, "303108", 1, 0, 27), + (98748, "303108", 1, 0, 27), + (98749, "303003", 1, 0, 27), + (98750, "303003", 1, 0, 27), + (98751, "303003", 1, 0, 27), + (98752, "303003", 1, 0, 27), + (98753, "303003", 1, 0, 27), + (98754, "303003", 1, 0, 27), + (98755, "303303", 1, 0, 27), + (98756, "303303", 1, 0, 27), + (98757, "303303", 1, 0, 27), + (98758, "303303", 1, 0, 27), + (98759, "303303", 1, 0, 27), + (98760, "303303", 1, 0, 27), + (98761, "303303", 1, 0, 27), + (98762, "303303", 1, 0, 27), + (98763, "303303", 1, 0, 27), + (98764, "303303", 1, 0, 27), + (98765, "303303", 1, 0, 27), + (98766, "303303", 1, 0, 27), + (98767, "303303", 1, 0, 27), + (98768, "303303", 1, 0, 27), + (98769, "303303", 1, 0, 27), + (98770, "303303", 1, 0, 27), + (98771, "303313", 1, 0, 27), + (98772, "303313", 1, 0, 27), + (98773, "303313", 1, 0, 27), + (98774, "303313", 1, 0, 27), + (98775, "303313", 1, 0, 27), + (98776, "303313", 1, 0, 27), + (98777, "303313", 1, 0, 27), + (98778, "303313", 1, 0, 27), + (98779, "303313", 1, 0, 27), + (98780, "303313", 1, 0, 27), + (98781, "303313", 1, 0, 27), + (98782, "303313", 1, 0, 27), + (98783, "303313", 1, 0, 27), + (98784, "303313", 1, 0, 27), + (98785, "303313", 1, 0, 27), + (98786, "303313", 1, 0, 27), + (98787, "303313", 1, 0, 27), + (98788, "303305", 1, 0, 27), + (98789, "303305", 1, 0, 27), + (98790, "303305", 1, 0, 27), + (98791, "303305", 1, 0, 27), + (98792, "303305", 1, 0, 27), + (98793, "303305", 1, 0, 27), + (98794, "303305", 1, 0, 27), + (98795, "303305", 1, 0, 27), + (98796, "303305", 1, 0, 27), + (98797, "303301", 1, 0, 27), + (98798, "303301", 1, 0, 27), + (98799, "303301", 1, 0, 27), + (98800, "303301", 1, 0, 27), + (98801, "303301", 1, 0, 27), + (98802, "303301", 1, 0, 27), + (98803, "303301", 1, 0, 27), + (98804, "303301", 1, 0, 27), + (98805, "303301", 1, 0, 27), + (98806, "303301", 1, 0, 27), + (98807, "303301", 1, 0, 27), + (98808, "303327", 1, 0, 27), + (98809, "303327", 1, 0, 27), + (98810, "303327", 1, 0, 27), + (98811, "303327", 1, 0, 27), + (98812, "303501", 1, 0, 27), + (98813, "303501", 1, 0, 27), + (98814, "303501", 1, 0, 27), + (98815, "303501", 1, 0, 27), + (98816, "303501", 1, 0, 27), + (98817, "303501", 1, 0, 27), + (98818, "303501", 1, 0, 27), + (98819, "303501", 1, 0, 27), + (98820, "303501", 1, 0, 27), + (98821, "303501", 1, 0, 27), + (98822, "303501", 1, 0, 27), + (98823, "303501", 1, 0, 27), + (98824, "303501", 1, 0, 27), + (98825, "303315", 1, 0, 27), + (98826, "303315", 1, 0, 27), + (98827, "303315", 1, 0, 27), + (98828, "303315", 1, 0, 27), + (98829, "303315", 1, 0, 27), + (98830, "303315", 1, 0, 27), + (98831, "303315", 1, 0, 27), + (98832, "303315", 1, 0, 27), + (98833, "303315", 1, 0, 27), + (98834, "303315", 1, 0, 27), + (98835, "303511", 1, 0, 27), + (98836, "303511", 1, 0, 27), + (98837, "303511", 1, 0, 27), + (98838, "303511", 1, 0, 27), + (98839, "303511", 1, 0, 27), + (98840, "303511", 1, 0, 27), + (98841, "303511", 1, 0, 27), + (98842, "303304", 1, 0, 27), + (98843, "303304", 1, 0, 27), + (98844, "303304", 1, 0, 27), + (98845, "303304", 1, 0, 27), + (98846, "303304", 1, 0, 27), + (98847, "303304", 1, 0, 27), + (98848, "303304", 1, 0, 27), + (98849, "303502", 1, 0, 27), + (98850, "303502", 1, 0, 27), + (98851, "303502", 1, 0, 27), + (98852, "303502", 1, 0, 27), + (98853, "303502", 1, 0, 27), + (98854, "303323", 1, 0, 27), + (98855, "303323", 1, 0, 27), + (98856, "303012", 1, 0, 27), + (98857, "303012", 1, 0, 27), + (98858, "303012", 1, 0, 27), + (98859, "303805", 1, 0, 27), + (98860, "303805", 1, 0, 27), + (98861, "303805", 1, 0, 27), + (98862, "303805", 1, 0, 27), + (98863, "303805", 1, 0, 27), + (98864, "303805", 1, 0, 27), + (98865, "303805", 1, 0, 27), + (98866, "303105", 1, 0, 27), + (98867, "303105", 1, 0, 27), + (98868, "303105", 1, 0, 27), + (98869, "303105", 1, 0, 27), + (98870, "303105", 1, 0, 27), + (98871, "303105", 1, 0, 27), + (98872, "303105", 1, 0, 27), + (98873, "303105", 1, 0, 27), + (98874, "303105", 1, 0, 27), + (98875, "303105", 1, 0, 27), + (98876, "303105", 1, 0, 27), + (98877, "303106", 1, 0, 27), + (98878, "303106", 1, 0, 27), + (98879, "303106", 1, 0, 27), + (98880, "303106", 1, 0, 27), + (98881, "303106", 1, 0, 27), + (98882, "303106", 1, 0, 27), + (98883, "303106", 1, 0, 27), + (98884, "303107", 1, 0, 27), + (98885, "303107", 1, 0, 27), + (98886, "303107", 1, 0, 27), + (98887, "303107", 1, 0, 27), + (98888, "303107", 1, 0, 27), + (98889, "303107", 1, 0, 27), + (98890, "303107", 1, 0, 27), + (98891, "303107", 1, 0, 27), + (98892, "303110", 1, 0, 27), + (98893, "303110", 1, 0, 27), + (98894, "303110", 1, 0, 27), + (98895, "303110", 1, 0, 27), + (98896, "303110", 1, 0, 27), + (98897, "303806", 1, 0, 27), + (98898, "303806", 1, 0, 27), + (98899, "303806", 1, 0, 27), + (98900, "303806", 1, 0, 27), + (98901, "303806", 1, 0, 27), + (98902, "303106", 1, 0, 27), + (98903, "303806", 1, 0, 27), + (98904, "303806", 1, 0, 27), + (98905, "303806", 1, 0, 27), + (98906, "303806", 1, 0, 27), + (98907, "303807", 1, 0, 27), + (98908, "303807", 1, 0, 27), + (98909, "303807", 1, 0, 27), + (98910, "303807", 1, 0, 27), + (98911, "303102", 1, 0, 27), + (98912, "303102", 1, 0, 27), + (98913, "303102", 1, 0, 27), + (98914, "303102", 1, 0, 27), + (98915, "303012", 1, 0, 27), + (98916, "303012", 1, 0, 27), + (98917, "303012", 1, 0, 27), + (98918, "322240", 1, 0, 27), + (98919, "322240", 1, 0, 27), + (98920, "322240", 1, 0, 27), + (98921, "322240", 1, 0, 27), + (98922, "322240", 1, 0, 27), + (98923, "322240", 1, 0, 27), + (98924, "322240", 1, 0, 27), + (98925, "303325", 1, 0, 27), + (98926, "303325", 1, 0, 27), + (98927, "303325", 1, 0, 27), + (98928, "303325", 1, 0, 27), + (98929, "303325", 1, 0, 27), + (98930, "303325", 1, 0, 27), + (98931, "303325", 1, 0, 27), + (98932, "303325", 1, 0, 27), + (98933, "303325", 1, 0, 27), + (98934, "303503", 1, 0, 27), + (98935, "303503", 1, 0, 27), + (98936, "303503", 1, 0, 27), + (98937, "303503", 1, 0, 27), + (98938, "303503", 1, 0, 27), + (98939, "303503", 1, 0, 27), + (98940, "303503", 1, 0, 27), + (98941, "303503", 1, 0, 27), + (98942, "303503", 1, 0, 27), + (98943, "303503", 1, 0, 27), + (98944, "303503", 1, 0, 27), + (98945, "303503", 1, 0, 27), + (98946, "303503", 1, 0, 27), + (98947, "303503", 1, 0, 27), + (98948, "303503", 1, 0, 27), + (98949, "303503", 1, 0, 27), + (98950, "303503", 1, 0, 27), + (98951, "303503", 1, 0, 27), + (98952, "303004", 1, 0, 27), + (98953, "303004", 1, 0, 27), + (98954, "303004", 1, 0, 27), + (98955, "303004", 1, 0, 27), + (98956, "303004", 1, 0, 27), + (98957, "303004", 1, 0, 27), + (98958, "303004", 1, 0, 27), + (98959, "321608", 1, 0, 27), + (98960, "321608", 1, 0, 27), + (98961, "321608", 1, 0, 27), + (98962, "321608", 1, 0, 27), + (98963, "321608", 1, 0, 27), + (98964, "321608", 1, 0, 27), + (98965, "321608", 1, 0, 27), + (98966, "321608", 1, 0, 27), + (98967, "321608", 1, 0, 27), + (98968, "321608", 1, 0, 27), + (98969, "321608", 1, 0, 27), + (98970, "321609", 1, 0, 27), + (98971, "321609", 1, 0, 27), + (98972, "321609", 1, 0, 27), + (98973, "321609", 1, 0, 27), + (98974, "321609", 1, 0, 27), + (98975, "321609", 1, 0, 27), + (98976, "321609", 1, 0, 27), + (98977, "303504", 1, 0, 27), + (98978, "303504", 1, 0, 27), + (98979, "303504", 1, 0, 27), + (98980, "303504", 1, 0, 27), + (98981, "303504", 1, 0, 27), + (98982, "303504", 1, 0, 27), + (98983, "303504", 1, 0, 27), + (98984, "303509", 1, 0, 27), + (98985, "303509", 1, 0, 27), + (98986, "303509", 1, 0, 27), + (98987, "303313", 1, 0, 27), + (98988, "303301", 1, 0, 27), + (98989, "303315", 1, 0, 27), + (98990, "303012", 1, 0, 27), + (98991, "303503", 1, 0, 27), + (98992, "321608", 1, 0, 27), + (98993, "303505", 1, 0, 27), + (98994, "303507", 1, 0, 27), + (98995, "303602", 1, 0, 27), + (98996, "303901", 1, 0, 27), + (98997, "303328", 1, 0, 27), + (98998, "303908", 1, 0, 27), + (98999, "303005", 1, 0, 27), + (99000, "303123", 1, 0, 27), + (99001, "303601", 1, 0, 27), + (99002, "303120", 1, 0, 27), + (99003, "303704", 1, 0, 27), + (99004, "303803", 1, 0, 27), + (99005, "303104", 1, 0, 27), + (99006, "303105", 1, 0, 27), + (99007, "303106", 1, 0, 27), + (99008, "303106", 1, 0, 27), + (99009, "303106", 1, 0, 27), + (99010, "303104", 1, 0, 27), + (99011, "303104", 1, 0, 27), + (99012, "303104", 1, 0, 27), + (99013, "303104", 1, 0, 27), + (99014, "303104", 1, 0, 27), + (99015, "303104", 1, 0, 27), + (99016, "303104", 1, 0, 27), + (99017, "326518", 1, 0, 27), + (99018, "325221", 1, 0, 27), + (99019, "326516", 1, 0, 27), + (99020, "326001", 1, 0, 27), + (99021, "325001", 1, 0, 27), + (99022, "325216", 1, 0, 27), + (99023, "325215", 1, 0, 27), + (99024, "326037", 1, 0, 27), + (99025, "326519", 1, 0, 27), + (99026, "325601", 1, 0, 27), + (99027, "325203", 1, 0, 27), + (99028, "326501", 1, 0, 27), + (99029, "326033", 1, 0, 27), + (99030, "325218", 1, 0, 27), + (99031, "325205", 1, 0, 27), + (99032, "325001", 1, 0, 27), + (99033, "325001", 1, 0, 27), + (99034, "325001", 1, 0, 27), + (99035, "325602", 1, 0, 27), + (99036, "325602", 1, 0, 27), + (99037, "325602", 1, 0, 27), + (99038, "325602", 1, 0, 27), + (99039, "325602", 1, 0, 27), + (99040, "325602", 1, 0, 27), + (99041, "325602", 1, 0, 27), + (99042, "325602", 1, 0, 27), + (99043, "326529", 1, 0, 27), + (99044, "325009", 1, 0, 27), + (99045, "325009", 1, 0, 27), + (99046, "325009", 1, 0, 27), + (99047, "325009", 1, 0, 27), + (99048, "325009", 1, 0, 27), + (99049, "325009", 1, 0, 27), + (99050, "325009", 1, 0, 27), + (99051, "325009", 1, 0, 27), + (99052, "325009", 1, 0, 27), + (99053, "325009", 1, 0, 27), + (99054, "325009", 1, 0, 27), + (99055, "324001", 1, 0, 27), + (99056, "324002", 1, 0, 27), + (99057, "324001", 1, 0, 27), + (99058, "324001", 1, 0, 27), + (99059, "324002", 1, 0, 27), + (99060, "324002", 1, 0, 27), + (99061, "324002", 1, 0, 27), + (99062, "324008", 1, 0, 27), + (99063, "324008", 1, 0, 27), + (99064, "325224", 1, 0, 27), + (99065, "325216", 1, 0, 27), + (99066, "325224", 1, 0, 27), + (99067, "325224", 1, 0, 27), + (99068, "325216", 1, 0, 27), + (99069, "325224", 1, 0, 27), + (99070, "325216", 1, 0, 27), + (99071, "325216", 1, 0, 27), + (99072, "325216", 1, 0, 27), + (99073, "325224", 1, 0, 27), + (99074, "325224", 1, 0, 27), + (99075, "325216", 1, 0, 27), + (99076, "325224", 1, 0, 27), + (99077, "325224", 1, 0, 27), + (99078, "325216", 1, 0, 27), + (99079, "326038", 1, 0, 27), + (99080, "326038", 1, 0, 27), + (99081, "326038", 1, 0, 27), + (99082, "326038", 1, 0, 27), + (99083, "326038", 1, 0, 27), + (99084, "326038", 1, 0, 27), + (99085, "326038", 1, 0, 27), + (99086, "326038", 1, 0, 27), + (99087, "326038", 1, 0, 27), + (99088, "326038", 1, 0, 27), + (99089, "326038", 1, 0, 27), + (99090, "326038", 1, 0, 27), + (99091, "326038", 1, 0, 27), + (99092, "326038", 1, 0, 27), + (99093, "326038", 1, 0, 27), + (99094, "326038", 1, 0, 27), + (99095, "326038", 1, 0, 27), + (99096, "325215", 1, 0, 27), + (99097, "325215", 1, 0, 27), + (99098, "325215", 1, 0, 27), + (99099, "325215", 1, 0, 27), + (99100, "325215", 1, 0, 27), + (99101, "325215", 1, 0, 27), + (99102, "325215", 1, 0, 27), + (99103, "325215", 1, 0, 27), + (99104, "325215", 1, 0, 27), + (99105, "325215", 1, 0, 27), + (99106, "325215", 1, 0, 27), + (99107, "325215", 1, 0, 27), + (99108, "326517", 1, 0, 27), + (99109, "326517", 1, 0, 27), + (99110, "326517", 1, 0, 27), + (99111, "326037", 1, 0, 27), + (99112, "326037", 1, 0, 27), + (99113, "326037", 1, 0, 27), + (99114, "326037", 1, 0, 27), + (99115, "326037", 1, 0, 27), + (99116, "326037", 1, 0, 27), + (99117, "326037", 1, 0, 27), + (99118, "326037", 1, 0, 27), + (99119, "326037", 1, 0, 27), + (99120, "326037", 1, 0, 27), + (99121, "326037", 1, 0, 27), + (99122, "326037", 1, 0, 27), + (99123, "326037", 1, 0, 27), + (99124, "326037", 1, 0, 27), + (99125, "326037", 1, 0, 27), + (99126, "326037", 1, 0, 27), + (99127, "326037", 1, 0, 27), + (99128, "326037", 1, 0, 27), + (99129, "326037", 1, 0, 27), + (99130, "326512", 1, 0, 27), + (99131, "326512", 1, 0, 27), + (99132, "326512", 1, 0, 27), + (99133, "326512", 1, 0, 27), + (99134, "326512", 1, 0, 27), + (99135, "326512", 1, 0, 27), + (99136, "326512", 1, 0, 27), + (99137, "326512", 1, 0, 27), + (99138, "326512", 1, 0, 27), + (99139, "326512", 1, 0, 27), + (99140, "326512", 1, 0, 27), + (99141, "326512", 1, 0, 27), + (99142, "326512", 1, 0, 27), + (99143, "326512", 1, 0, 27), + (99144, "326512", 1, 0, 27), + (99145, "326512", 1, 0, 27), + (99146, "326034", 1, 0, 27), + (99147, "326034", 1, 0, 27), + (99148, "326034", 1, 0, 27), + (99149, "326034", 1, 0, 27), + (99150, "326034", 1, 0, 27), + (99151, "326034", 1, 0, 27), + (99152, "326034", 1, 0, 27), + (99153, "326034", 1, 0, 27), + (99154, "326034", 1, 0, 27), + (99155, "326034", 1, 0, 27), + (99156, "326034", 1, 0, 27), + (99157, "326034", 1, 0, 27), + (99158, "326519", 1, 0, 27), + (99159, "326519", 1, 0, 27), + (99160, "326519", 1, 0, 27), + (99161, "326519", 1, 0, 27), + (99162, "326519", 1, 0, 27), + (99163, "326519", 1, 0, 27), + (99164, "326036", 1, 0, 27), + (99165, "326036", 1, 0, 27), + (99166, "326036", 1, 0, 27), + (99167, "326036", 1, 0, 27), + (99168, "326036", 1, 0, 27), + (99169, "326036", 1, 0, 27), + (99170, "326036", 1, 0, 27), + (99171, "326036", 1, 0, 27), + (99172, "326036", 1, 0, 27), + (99173, "326036", 1, 0, 27), + (99174, "326036", 1, 0, 27), + (99175, "326036", 1, 0, 27), + (99176, "326036", 1, 0, 27), + (99177, "325219", 1, 0, 27), + (99178, "325219", 1, 0, 27), + (99179, "325219", 1, 0, 27), + (99180, "325219", 1, 0, 27), + (99181, "325219", 1, 0, 27), + (99182, "325219", 1, 0, 27), + (99183, "325219", 1, 0, 27), + (99184, "325219", 1, 0, 27), + (99185, "325219", 1, 0, 27), + (99186, "325219", 1, 0, 27), + (99187, "325219", 1, 0, 27), + (99188, "325601", 1, 0, 27), + (99189, "325601", 1, 0, 27), + (99190, "325601", 1, 0, 27), + (99191, "325601", 1, 0, 27), + (99192, "325601", 1, 0, 27), + (99193, "325601", 1, 0, 27), + (99194, "325601", 1, 0, 27), + (99195, "325601", 1, 0, 27), + (99196, "325601", 1, 0, 27), + (99197, "325601", 1, 0, 27), + (99198, "326035", 1, 0, 27), + (99199, "326035", 1, 0, 27), + (99200, "326035", 1, 0, 27), + (99201, "326035", 1, 0, 27), + (99202, "326035", 1, 0, 27), + (99203, "326035", 1, 0, 27), + (99204, "325217", 1, 0, 27), + (99205, "325217", 1, 0, 27), + (99206, "325217", 1, 0, 27), + (99207, "325217", 1, 0, 27), + (99208, "325217", 1, 0, 27), + (99209, "325217", 1, 0, 27), + (99210, "325217", 1, 0, 27), + (99211, "325217", 1, 0, 27), + (99212, "325217", 1, 0, 27), + (99213, "325217", 1, 0, 27), + (99214, "325217", 1, 0, 27), + (99215, "325217", 1, 0, 27), + (99216, "325217", 1, 0, 27), + (99217, "325217", 1, 0, 27), + (99218, "325217", 1, 0, 27), + (99219, "325217", 1, 0, 27), + (99220, "325217", 1, 0, 27), + (99221, "325217", 1, 0, 27), + (99222, "325217", 1, 0, 27), + (99223, "325217", 1, 0, 27), + (99224, "325203", 1, 0, 27), + (99225, "325203", 1, 0, 27), + (99226, "325203", 1, 0, 27), + (99227, "325203", 1, 0, 27), + (99228, "325203", 1, 0, 27), + (99229, "325203", 1, 0, 27), + (99230, "325203", 1, 0, 27), + (99231, "325206", 1, 0, 27), + (99232, "325206", 1, 0, 27), + (99233, "325206", 1, 0, 27), + (99234, "325206", 1, 0, 27), + (99235, "325206", 1, 0, 27), + (99236, "325206", 1, 0, 27), + (99237, "325206", 1, 0, 27), + (99238, "325204", 1, 0, 27), + (99239, "325204", 1, 0, 27), + (99240, "325204", 1, 0, 27), + (99241, "325204", 1, 0, 27), + (99242, "325204", 1, 0, 27), + (99243, "325204", 1, 0, 27), + (99244, "325204", 1, 0, 27), + (99245, "325204", 1, 0, 27), + (99246, "325204", 1, 0, 27), + (99247, "325204", 1, 0, 27), + (99248, "325204", 1, 0, 27), + (99249, "325204", 1, 0, 27), + (99250, "325204", 1, 0, 27), + (99251, "325204", 1, 0, 27), + (99252, "325204", 1, 0, 27), + (99253, "325204", 1, 0, 27), + (99254, "325204", 1, 0, 27), + (99255, "326501", 1, 0, 27), + (99256, "326501", 1, 0, 27), + (99257, "326501", 1, 0, 27), + (99258, "326501", 1, 0, 27), + (99259, "326501", 1, 0, 27), + (99260, "326501", 1, 0, 27), + (99261, "326501", 1, 0, 27), + (99262, "326501", 1, 0, 27), + (99263, "326530", 1, 0, 27), + (99264, "326513", 1, 0, 27), + (99265, "326513", 1, 0, 27), + (99266, "326513", 1, 0, 27), + (99267, "326513", 1, 0, 27), + (99268, "326513", 1, 0, 27), + (99269, "326513", 1, 0, 27), + (99270, "326513", 1, 0, 27), + (99271, "326513", 1, 0, 27), + (99272, "326513", 1, 0, 27), + (99273, "326513", 1, 0, 27), + (99274, "326513", 1, 0, 27), + (99275, "326513", 1, 0, 27), + (99276, "326513", 1, 0, 27), + (99277, "326513", 1, 0, 27), + (99278, "326513", 1, 0, 27), + (99279, "326520", 1, 0, 27), + (99280, "326520", 1, 0, 27), + (99281, "326033", 1, 0, 27), + (99282, "326033", 1, 0, 27), + (99283, "326033", 1, 0, 27), + (99284, "326033", 1, 0, 27), + (99285, "326033", 1, 0, 27), + (99286, "326033", 1, 0, 27), + (99287, "326033", 1, 0, 27), + (99288, "326033", 1, 0, 27), + (99289, "326033", 1, 0, 27), + (99290, "326033", 1, 0, 27), + (99291, "326033", 1, 0, 27), + (99292, "326033", 1, 0, 27), + (99293, "326033", 1, 0, 27), + (99294, "325202", 1, 0, 27), + (99295, "325202", 1, 0, 27), + (99296, "325202", 1, 0, 27), + (99297, "325202", 1, 0, 27), + (99298, "325202", 1, 0, 27), + (99299, "325202", 1, 0, 27), + (99300, "325202", 1, 0, 27), + (99301, "325202", 1, 0, 27), + (99302, "325209", 1, 0, 27), + (99303, "325209", 1, 0, 27), + (99304, "325209", 1, 0, 27), + (99305, "325209", 1, 0, 27), + (99306, "325209", 1, 0, 27), + (99307, "325209", 1, 0, 27), + (99308, "326021", 1, 0, 27), + (99309, "326021", 1, 0, 27), + (99310, "326021", 1, 0, 27), + (99311, "326021", 1, 0, 27), + (99312, "326021", 1, 0, 27), + (99313, "326021", 1, 0, 27), + (99314, "325223", 1, 0, 27), + (99315, "325223", 1, 0, 27), + (99316, "325223", 1, 0, 27), + (99317, "325223", 1, 0, 27), + (99318, "325223", 1, 0, 27), + (99319, "325223", 1, 0, 27), + (99320, "325223", 1, 0, 27), + (99321, "325223", 1, 0, 27), + (99322, "325218", 1, 0, 27), + (99323, "325218", 1, 0, 27), + (99324, "325218", 1, 0, 27), + (99325, "325218", 1, 0, 27), + (99326, "325218", 1, 0, 27), + (99327, "325218", 1, 0, 27), + (99328, "325218", 1, 0, 27), + (99329, "325218", 1, 0, 27), + (99330, "325218", 1, 0, 27), + (99331, "325218", 1, 0, 27), + (99332, "325218", 1, 0, 27), + (99333, "325214", 1, 0, 27), + (99334, "325214", 1, 0, 27), + (99335, "325214", 1, 0, 27), + (99336, "325214", 1, 0, 27), + (99337, "326022", 1, 0, 27), + (99338, "326022", 1, 0, 27), + (99339, "326022", 1, 0, 27), + (99340, "326022", 1, 0, 27), + (99341, "326022", 1, 0, 27), + (99342, "326022", 1, 0, 27), + (99343, "326022", 1, 0, 27), + (99344, "326022", 1, 0, 27), + (99345, "326022", 1, 0, 27), + (99346, "326022", 1, 0, 27), + (99347, "325207", 1, 0, 27), + (99348, "325207", 1, 0, 27), + (99349, "325207", 1, 0, 27), + (99350, "325207", 1, 0, 27), + (99351, "325207", 1, 0, 27), + (99352, "325207", 1, 0, 27), + (99353, "325207", 1, 0, 27), + (99354, "325205", 1, 0, 27), + (99355, "325205", 1, 0, 27), + (99356, "325205", 1, 0, 27), + (99357, "325205", 1, 0, 27), + (99358, "325205", 1, 0, 27), + (99359, "325205", 1, 0, 27), + (99360, "325205", 1, 0, 27), + (99361, "325205", 1, 0, 27), + (99362, "325205", 1, 0, 27), + (99363, "325205", 1, 0, 27), + (99364, "325205", 1, 0, 27), + (99365, "325205", 1, 0, 27), + (99366, "325205", 1, 0, 27), + (99367, "325205", 1, 0, 27), + (99368, "325205", 1, 0, 27), + (99369, "325205", 1, 0, 27), + (99370, "325205", 1, 0, 27), + (99371, "325205", 1, 0, 27), + (99372, "325205", 1, 0, 27), + (99373, "325205", 1, 0, 27), + (99374, "326502", 1, 0, 27), + (99375, "326502", 1, 0, 27), + (99376, "326502", 1, 0, 27), + (99377, "326502", 1, 0, 27), + (99378, "326502", 1, 0, 27), + (99379, "326502", 1, 0, 27), + (99380, "326502", 1, 0, 27), + (99381, "326502", 1, 0, 27), + (99382, "325222", 1, 0, 27), + (99383, "325222", 1, 0, 27), + (99384, "325222", 1, 0, 27), + (99385, "325003", 1, 0, 27), + (99386, "325003", 1, 0, 27), + (99387, "325003", 1, 0, 27), + (99388, "325003", 1, 0, 27), + (99389, "325003", 1, 0, 27), + (99390, "325003", 1, 0, 27), + (99391, "326520", 1, 0, 27), + (99392, "326518", 1, 0, 27), + (99393, "326518", 1, 0, 27), + (99394, "326518", 1, 0, 27), + (99395, "325220", 1, 0, 27), + (99396, "325220", 1, 0, 27), + (99397, "325220", 1, 0, 27), + (99398, "325220", 1, 0, 27), + (99399, "325220", 1, 0, 27), + (99400, "325220", 1, 0, 27), + (99401, "325220", 1, 0, 27), + (99402, "325220", 1, 0, 27), + (99403, "325220", 1, 0, 27), + (99404, "325220", 1, 0, 27), + (99405, "325220", 1, 0, 27), + (99406, "325220", 1, 0, 27), + (99407, "325220", 1, 0, 27), + (99408, "325220", 1, 0, 27), + (99409, "325220", 1, 0, 27), + (99410, "325220", 1, 0, 27), + (99411, "325220", 1, 0, 27), + (99412, "325220", 1, 0, 27), + (99413, "325220", 1, 0, 27), + (99414, "325220", 1, 0, 27), + (99415, "325220", 1, 0, 27), + (99416, "325220", 1, 0, 27), + (99417, "325220", 1, 0, 27), + (99418, "325221", 1, 0, 27), + (99419, "325221", 1, 0, 27), + (99420, "325221", 1, 0, 27), + (99421, "325221", 1, 0, 27), + (99422, "325221", 1, 0, 27), + (99423, "325221", 1, 0, 27), + (99424, "325221", 1, 0, 27), + (99425, "325221", 1, 0, 27), + (99426, "326033", 1, 0, 27), + (99427, "326021", 1, 0, 27), + (99428, "325214", 1, 0, 27), + (99429, "325205", 1, 0, 27), + (99430, "325003", 1, 0, 27), + (99431, "325220", 1, 0, 27), + (99432, "325221", 1, 0, 27), + (99433, "326516", 1, 0, 27), + (99434, "325004", 1, 0, 27), + (99435, "326023", 1, 0, 27), + (99436, "326529", 1, 0, 27), + (99437, "325224", 1, 0, 27), + (99438, "325215", 1, 0, 27), + (99439, "326037", 1, 0, 27), + (99440, "326034", 1, 0, 27), + (99441, "326036", 1, 0, 27), + (99442, "326035", 1, 0, 27), + (99443, "325203", 1, 0, 27), + (99444, "325204", 1, 0, 27), + (99445, "326515", 1, 0, 27), + (99446, "326515", 1, 0, 27), + (99447, "326515", 1, 0, 27), + (99448, "326515", 1, 0, 27), + (99449, "326515", 1, 0, 27), + (99450, "326515", 1, 0, 27), + (99451, "326515", 1, 0, 27), + (99452, "326515", 1, 0, 27), + (99453, "326515", 1, 0, 27), + (99454, "326515", 1, 0, 27), + (99455, "326515", 1, 0, 27), + (99456, "326515", 1, 0, 27), + (99457, "326515", 1, 0, 27), + (99458, "326518", 1, 0, 27), + (99459, "326518", 1, 0, 27), + (99460, "325221", 1, 0, 27), + (99461, "325221", 1, 0, 27), + (99462, "325221", 1, 0, 27), + (99463, "325221", 1, 0, 27), + (99464, "325221", 1, 0, 27), + (99465, "325221", 1, 0, 27), + (99466, "325221", 1, 0, 27), + (99467, "325221", 1, 0, 27), + (99468, "325221", 1, 0, 27), + (99469, "325221", 1, 0, 27), + (99470, "325221", 1, 0, 27), + (99471, "326514", 1, 0, 27), + (99472, "326514", 1, 0, 27), + (99473, "326514", 1, 0, 27), + (99474, "326514", 1, 0, 27), + (99475, "326514", 1, 0, 27), + (99476, "326514", 1, 0, 27), + (99477, "326514", 1, 0, 27), + (99478, "326514", 1, 0, 27), + (99479, "326514", 1, 0, 27), + (99480, "326514", 1, 0, 27), + (99481, "326514", 1, 0, 27), + (99482, "326514", 1, 0, 27), + (99483, "326514", 1, 0, 27), + (99484, "326514", 1, 0, 27), + (99485, "325201", 1, 0, 27), + (99486, "325201", 1, 0, 27), + (99487, "325201", 1, 0, 27), + (99488, "325201", 1, 0, 27), + (99489, "325201", 1, 0, 27), + (99490, "325201", 1, 0, 27), + (99491, "325208", 1, 0, 27), + (99492, "325208", 1, 0, 27), + (99493, "325208", 1, 0, 27), + (99494, "326516", 1, 0, 27), + (99495, "326516", 1, 0, 27), + (99496, "326516", 1, 0, 27), + (99497, "326516", 1, 0, 27), + (99498, "326516", 1, 0, 27), + (99499, "326039", 1, 0, 27), + (99500, "326039", 1, 0, 27), + (99501, "326039", 1, 0, 27), + (99502, "326039", 1, 0, 27), + (99503, "326039", 1, 0, 27), + (99504, "326039", 1, 0, 27), + (99505, "326039", 1, 0, 27), + (99506, "326039", 1, 0, 27), + (99507, "326039", 1, 0, 27), + (99508, "326039", 1, 0, 27), + (99509, "326039", 1, 0, 27), + (99510, "326039", 1, 0, 27), + (99511, "325004", 1, 0, 27), + (99512, "325004", 1, 0, 27), + (99513, "325004", 1, 0, 27), + (99514, "325004", 1, 0, 27), + (99515, "325004", 1, 0, 27), + (99516, "325004", 1, 0, 27), + (99517, "325004", 1, 0, 27), + (99518, "325004", 1, 0, 27), + (99519, "325004", 1, 0, 27), + (99520, "325004", 1, 0, 27), + (99521, "325004", 1, 0, 27), + (99522, "326001", 1, 0, 27), + (99523, "326001", 1, 0, 27), + (99524, "326001", 1, 0, 27), + (99525, "326001", 1, 0, 27), + (99526, "326001", 1, 0, 27), + (99527, "326001", 1, 0, 27), + (99528, "326001", 1, 0, 27), + (99529, "326001", 1, 0, 27), + (99530, "326001", 1, 0, 27), + (99531, "326023", 1, 0, 27), + (99532, "326023", 1, 0, 27), + (99533, "326023", 1, 0, 27), + (99534, "326023", 1, 0, 27), + (99535, "326023", 1, 0, 27), + (99536, "326023", 1, 0, 27), + (99537, "326023", 1, 0, 27), + (99538, "326023", 1, 0, 27), + (99539, "326023", 1, 0, 27), + (99540, "326023", 1, 0, 27), + (99541, "326023", 1, 0, 27), + (99542, "326023", 1, 0, 27), + (99543, "326023", 1, 0, 27), + (99544, "325001", 1, 0, 27), + (99545, "325001", 1, 0, 27), + (99546, "325001", 1, 0, 27), + (99547, "325001", 1, 0, 27), + (99548, "325001", 1, 0, 27), + (99549, "325001", 1, 0, 27), + (99550, "325001", 1, 0, 27), + (99551, "325001", 1, 0, 27), + (99552, "325001", 1, 0, 27), + (99553, "325001", 1, 0, 27), + (99554, "325001", 1, 0, 27), + (99555, "304023", 1, 0, 27), + (99556, "304504", 1, 0, 27), + (99557, "304025", 1, 0, 27), + (99558, "304021", 1, 0, 27), + (99559, "304505", 1, 0, 27), + (99560, "304024", 1, 0, 27), + (99561, "304001", 1, 0, 27), + (99562, "323001", 1, 0, 27), + (99563, "323602", 1, 0, 27), + (99564, "323021", 1, 0, 27), + (99565, "323803", 1, 0, 27), + (99566, "304026", 1, 0, 27), + (99567, "304024", 1, 0, 27), + (99568, "304024", 1, 0, 27), + (99569, "304026", 1, 0, 27), + (99570, "304507", 1, 0, 27), + (99571, "304507", 1, 0, 27), + (99572, "304507", 1, 0, 27), + (99573, "304507", 1, 0, 27), + (99574, "304507", 1, 0, 27), + (99575, "304507", 1, 0, 27), + (99576, "304001", 1, 0, 27), + (99577, "304001", 1, 0, 27), + (99578, "304001", 1, 0, 27), + (99579, "304001", 1, 0, 27), + (99580, "304001", 1, 0, 27), + (99581, "304001", 1, 0, 27), + (99582, "304001", 1, 0, 27), + (99583, "304001", 1, 0, 27), + (99584, "304001", 1, 0, 27), + (99585, "304001", 1, 0, 27), + (99586, "304001", 1, 0, 27), + (99587, "304001", 1, 0, 27), + (99588, "304001", 1, 0, 27), + (99589, "304001", 1, 0, 27), + (99590, "304001", 1, 0, 27), + (99591, "304001", 1, 0, 27), + (99592, "304001", 1, 0, 27), + (99593, "304001", 1, 0, 27), + (99594, "304001", 1, 0, 27), + (99595, "304001", 1, 0, 27), + (99596, "304001", 1, 0, 27), + (99597, "304001", 1, 0, 27), + (99598, "304001", 1, 0, 27), + (99599, "304001", 1, 0, 27), + (99600, "304001", 1, 0, 27), + (99601, "304023", 1, 0, 27), + (99602, "323603", 1, 0, 27), + (99603, "323603", 1, 0, 27), + (99604, "323603", 1, 0, 27), + (99605, "323603", 1, 0, 27), + (99606, "323603", 1, 0, 27), + (99607, "323603", 1, 0, 27), + (99608, "323603", 1, 0, 27), + (99609, "323603", 1, 0, 27), + (99610, "323603", 1, 0, 27), + (99611, "323603", 1, 0, 27), + (99612, "323603", 1, 0, 27), + (99613, "323603", 1, 0, 27), + (99614, "323603", 1, 0, 27), + (99615, "323001", 1, 0, 27), + (99616, "323001", 1, 0, 27), + (99617, "323026", 1, 0, 27), + (99618, "323001", 1, 0, 27), + (99619, "323026", 1, 0, 27), + (99620, "323001", 1, 0, 27), + (99621, "323001", 1, 0, 27), + (99622, "323001", 1, 0, 27), + (99623, "323026", 1, 0, 27), + (99624, "323026", 1, 0, 27), + (99625, "323001", 1, 0, 27), + (99626, "323001", 1, 0, 27), + (99627, "323001", 1, 0, 27), + (99628, "323001", 1, 0, 27), + (99629, "323001", 1, 0, 27), + (99630, "323001", 1, 0, 27), + (99631, "323001", 1, 0, 27), + (99632, "323614", 1, 0, 27), + (99633, "323614", 1, 0, 27), + (99634, "323614", 1, 0, 27), + (99635, "323614", 1, 0, 27), + (99636, "323614", 1, 0, 27), + (99637, "323616", 1, 0, 27), + (99638, "323616", 1, 0, 27), + (99639, "323613", 1, 0, 27), + (99640, "323616", 1, 0, 27), + (99641, "323613", 1, 0, 27), + (99642, "323301", 1, 0, 27), + (99643, "323301", 1, 0, 27), + (99644, "323301", 1, 0, 27), + (99645, "323301", 1, 0, 27), + (99646, "323301", 1, 0, 27), + (99647, "323301", 1, 0, 27), + (99648, "323301", 1, 0, 27), + (99649, "323301", 1, 0, 27), + (99650, "323602", 1, 0, 27), + (99651, "323602", 1, 0, 27), + (99652, "323602", 1, 0, 27), + (99653, "323602", 1, 0, 27), + (99654, "323602", 1, 0, 27), + (99655, "323602", 1, 0, 27), + (99656, "323602", 1, 0, 27), + (99657, "323602", 1, 0, 27), + (99658, "323602", 1, 0, 27), + (99659, "323022", 1, 0, 27), + (99660, "323022", 1, 0, 27), + (99661, "323022", 1, 0, 27), + (99662, "323022", 1, 0, 27), + (99663, "323022", 1, 0, 27), + (99664, "323022", 1, 0, 27), + (99665, "323022", 1, 0, 27), + (99666, "323022", 1, 0, 27), + (99667, "323022", 1, 0, 27), + (99668, "323021", 1, 0, 27), + (99669, "323021", 1, 0, 27), + (99670, "323021", 1, 0, 27), + (99671, "323021", 1, 0, 27), + (99672, "323021", 1, 0, 27), + (99673, "323021", 1, 0, 27), + (99674, "323021", 1, 0, 27), + (99675, "323021", 1, 0, 27), + (99676, "323021", 1, 0, 27), + (99677, "323021", 1, 0, 27), + (99678, "323021", 1, 0, 27), + (99679, "323021", 1, 0, 27), + (99680, "323021", 1, 0, 27), + (99681, "323021", 1, 0, 27), + (99682, "323801", 1, 0, 27), + (99683, "323801", 1, 0, 27), + (99684, "323801", 1, 0, 27), + (99685, "323801", 1, 0, 27), + (99686, "323801", 1, 0, 27), + (99687, "323801", 1, 0, 27), + (99688, "323801", 1, 0, 27), + (99689, "323801", 1, 0, 27), + (99690, "323801", 1, 0, 27), + (99691, "323801", 1, 0, 27), + (99692, "323801", 1, 0, 27), + (99693, "323801", 1, 0, 27), + (99694, "323801", 1, 0, 27), + (99695, "323802", 1, 0, 27), + (99696, "323802", 1, 0, 27), + (99697, "323616", 1, 0, 27), + (99698, "323802", 1, 0, 27), + (99699, "323616", 1, 0, 27), + (99700, "323802", 1, 0, 27), + (99701, "323616", 1, 0, 27), + (99702, "323802", 1, 0, 27), + (99703, "323802", 1, 0, 27), + (99704, "323802", 1, 0, 27), + (99705, "323802", 1, 0, 27), + (99706, "323802", 1, 0, 27), + (99707, "323802", 1, 0, 27), + (99708, "323803", 1, 0, 27), + (99709, "323803", 1, 0, 27), + (99710, "323803", 1, 0, 27), + (99711, "323803", 1, 0, 27), + (99712, "323803", 1, 0, 27), + (99713, "323803", 1, 0, 27), + (99714, "323803", 1, 0, 27), + (99715, "323616", 1, 0, 27), + (99716, "323803", 1, 0, 27), + (99717, "323803", 1, 0, 27), + (99718, "323803", 1, 0, 27), + (99719, "323803", 1, 0, 27), + (99720, "323803", 1, 0, 27), + (99721, "323803", 1, 0, 27), + (99722, "323616", 1, 0, 27), + (99723, "323803", 1, 0, 27), + (99724, "323024", 1, 0, 27), + (99725, "323024", 1, 0, 27), + (99726, "323026", 1, 0, 27), + (99727, "323026", 1, 0, 27), + (99728, "323026", 1, 0, 27), + (99729, "323024", 1, 0, 27), + (99730, "323026", 1, 0, 27), + (99731, "323024", 1, 0, 27), + (99732, "323024", 1, 0, 27), + (99733, "323024", 1, 0, 27), + (99734, "323024", 1, 0, 27), + (99735, "323024", 1, 0, 27), + (99736, "323026", 1, 0, 27), + (99737, "323024", 1, 0, 27), + (99738, "323024", 1, 0, 27), + (99739, "323026", 1, 0, 27), + (99740, "323024", 1, 0, 27), + (99741, "323023", 1, 0, 27), + (99742, "323023", 1, 0, 27), + (99743, "323025", 1, 0, 27), + (99744, "323025", 1, 0, 27), + (99745, "323025", 1, 0, 27), + (99746, "323025", 1, 0, 27), + (99747, "323025", 1, 0, 27), + (99748, "323025", 1, 0, 27), + (99749, "323025", 1, 0, 27), + (99750, "323025", 1, 0, 27), + (99751, "304023", 1, 0, 27), + (99752, "304023", 1, 0, 27), + (99753, "304023", 1, 0, 27), + (99754, "304023", 1, 0, 27), + (99755, "304023", 1, 0, 27), + (99756, "304023", 1, 0, 27), + (99757, "304023", 1, 0, 27), + (99758, "304023", 1, 0, 27), + (99759, "304023", 1, 0, 27), + (99760, "304023", 1, 0, 27), + (99761, "304501", 1, 0, 27), + (99762, "304501", 1, 0, 27), + (99763, "304501", 1, 0, 27), + (99764, "304022", 1, 0, 27), + (99765, "304022", 1, 0, 27), + (99766, "304022", 1, 0, 27), + (99767, "304022", 1, 0, 27), + (99768, "304021", 1, 0, 27), + (99769, "304021", 1, 0, 27), + (99770, "304021", 1, 0, 27), + (99771, "304804", 1, 0, 27), + (99772, "304804", 1, 0, 27), + (99773, "304804", 1, 0, 27), + (99774, "304804", 1, 0, 27), + (99775, "304804", 1, 0, 27), + (99776, "304804", 1, 0, 27), + (99777, "304504", 1, 0, 27), + (99778, "304504", 1, 0, 27), + (99779, "304504", 1, 0, 27), + (99780, "304504", 1, 0, 27), + (99781, "304504", 1, 0, 27), + (99782, "304504", 1, 0, 27), + (99783, "304504", 1, 0, 27), + (99784, "304504", 1, 0, 27), + (99785, "304504", 1, 0, 27), + (99786, "304504", 1, 0, 27), + (99787, "304504", 1, 0, 27), + (99788, "304504", 1, 0, 27), + (99789, "304504", 1, 0, 27), + (99790, "304802", 1, 0, 27), + (99791, "304026", 1, 0, 27), + (99792, "304802", 1, 0, 27), + (99793, "304026", 1, 0, 27), + (99794, "304026", 1, 0, 27), + (99795, "304802", 1, 0, 27), + (99796, "304802", 1, 0, 27), + (99797, "304026", 1, 0, 27), + (99798, "304802", 1, 0, 27), + (99799, "304802", 1, 0, 27), + (99800, "304802", 1, 0, 27), + (99801, "304802", 1, 0, 27), + (99802, "304026", 1, 0, 27), + (99803, "304802", 1, 0, 27), + (99804, "304802", 1, 0, 27), + (99805, "304025", 1, 0, 27), + (99806, "304025", 1, 0, 27), + (99807, "304025", 1, 0, 27), + (99808, "304025", 1, 0, 27), + (99809, "304025", 1, 0, 27), + (99810, "304025", 1, 0, 27), + (99811, "304025", 1, 0, 27), + (99812, "304025", 1, 0, 27), + (99813, "304025", 1, 0, 27), + (99814, "304025", 1, 0, 27), + (99815, "304025", 1, 0, 27), + (99816, "304025", 1, 0, 27), + (99817, "304503", 1, 0, 27), + (99818, "304503", 1, 0, 27), + (99819, "304503", 1, 0, 27), + (99820, "304503", 1, 0, 27), + (99821, "304503", 1, 0, 27), + (99822, "304502", 1, 0, 27), + (99823, "304502", 1, 0, 27), + (99824, "304502", 1, 0, 27), + (99825, "304502", 1, 0, 27), + (99826, "304502", 1, 0, 27), + (99827, "304502", 1, 0, 27), + (99828, "304502", 1, 0, 27), + (99829, "304502", 1, 0, 27), + (99830, "304502", 1, 0, 27), + (99831, "304502", 1, 0, 27), + (99832, "304502", 1, 0, 27), + (99833, "304502", 1, 0, 27), + (99834, "304502", 1, 0, 27), + (99835, "304502", 1, 0, 27), + (99836, "304502", 1, 0, 27), + (99837, "304502", 1, 0, 27), + (99838, "304502", 1, 0, 27), + (99839, "304502", 1, 0, 27), + (99840, "304502", 1, 0, 27), + (99841, "304502", 1, 0, 27), + (99842, "304502", 1, 0, 27), + (99843, "304502", 1, 0, 27), + (99844, "304502", 1, 0, 27), + (99845, "304021", 1, 0, 27), + (99846, "304021", 1, 0, 27), + (99847, "304021", 1, 0, 27), + (99848, "304021", 1, 0, 27), + (99849, "304021", 1, 0, 27), + (99850, "304021", 1, 0, 27), + (99851, "304021", 1, 0, 27), + (99852, "304021", 1, 0, 27), + (99853, "304021", 1, 0, 27), + (99854, "304021", 1, 0, 27), + (99855, "304021", 1, 0, 27), + (99856, "304021", 1, 0, 27), + (99857, "304021", 1, 0, 27), + (99858, "304021", 1, 0, 27), + (99859, "304801", 1, 0, 27), + (99860, "304801", 1, 0, 27), + (99861, "304801", 1, 0, 27), + (99862, "304801", 1, 0, 27), + (99863, "304801", 1, 0, 27), + (99864, "304801", 1, 0, 27), + (99865, "304801", 1, 0, 27), + (99866, "304801", 1, 0, 27), + (99867, "304801", 1, 0, 27), + (99868, "304801", 1, 0, 27), + (99869, "304803", 1, 0, 27), + (99870, "304803", 1, 0, 27), + (99871, "304803", 1, 0, 27), + (99872, "304803", 1, 0, 27), + (99873, "304505", 1, 0, 27), + (99874, "304505", 1, 0, 27), + (99875, "304505", 1, 0, 27), + (99876, "304505", 1, 0, 27), + (99877, "304505", 1, 0, 27), + (99878, "304505", 1, 0, 27), + (99879, "304505", 1, 0, 27), + (99880, "304505", 1, 0, 27), + (99881, "304505", 1, 0, 27), + (99882, "304505", 1, 0, 27), + (99883, "304505", 1, 0, 27), + (99884, "304505", 1, 0, 27), + (99885, "304505", 1, 0, 27), + (99886, "304505", 1, 0, 27), + (99887, "304505", 1, 0, 27), + (99888, "304505", 1, 0, 27), + (99889, "304024", 1, 0, 27), + (99890, "304024", 1, 0, 27), + (99891, "304024", 1, 0, 27), + (99892, "304026", 1, 0, 27), + (99893, "304024", 1, 0, 27), + (99894, "304024", 1, 0, 27), + (99895, "304024", 1, 0, 27), + (99896, "304024", 1, 0, 27), + (99897, "304024", 1, 0, 27), + (99898, "304024", 1, 0, 27), + (99899, "304026", 1, 0, 27), + (99900, "304026", 1, 0, 27), + (99901, "301001", 1, 0, 27), + (99902, "301001", 1, 0, 27), + (99903, "301001", 1, 0, 27), + (99904, "301001", 1, 0, 27), + (99905, "301001", 1, 0, 27), + (99906, "301001", 1, 0, 27), + (99907, "301001", 1, 0, 27), + (99908, "301001", 1, 0, 27), + (99909, "301001", 1, 0, 27), + (99910, "301028", 1, 0, 27), + (99911, "301021", 1, 0, 27), + (99912, "301604", 1, 0, 27), + (99913, "301406", 1, 0, 27), + (99914, "301024", 1, 0, 27), + (99915, "301025", 1, 0, 27), + (99916, "301026", 1, 0, 27), + (99917, "301410", 1, 0, 27), + (99918, "301019", 1, 0, 27), + (99919, "301019", 1, 0, 27), + (99920, "301414", 1, 0, 27), + (99921, "301413", 1, 0, 27), + (99922, "321605", 1, 0, 27), + (99923, "301018", 1, 0, 27), + (99924, "321606", 1, 0, 27), + (99925, "301405", 1, 0, 27), + (99926, "301702", 1, 0, 27), + (99927, "321607", 1, 0, 27), + (99928, "321633", 1, 0, 27), + (99929, "301030", 1, 0, 27), + (99930, "301027", 1, 0, 27), + (99931, "301408", 1, 0, 27), + (99932, "301408", 1, 0, 27), + (99933, "301408", 1, 0, 27), + (99934, "301409", 1, 0, 27), + (99935, "301035", 1, 0, 27), + (99936, "301707", 1, 0, 27), + (99937, "301022", 1, 0, 27), + (99938, "301411", 1, 0, 27), + (99939, "301401", 1, 0, 27), + (99940, "301402", 1, 0, 27), + (99941, "301020", 1, 0, 27), + (99942, "301714", 1, 0, 27), + (99943, "301709", 1, 0, 27), + (99944, "301412", 1, 0, 27), + (99945, "301403", 1, 0, 27), + (99946, "301713", 1, 0, 27), + (99947, "301427", 1, 0, 27), + (99948, "301404", 1, 0, 27), + (99949, "301708", 1, 0, 27), + (99950, "301703", 1, 0, 27), + (99951, "301704", 1, 0, 27), + (99952, "301407", 1, 0, 27), + (99953, "301705", 1, 0, 27), + (99954, "301416", 1, 0, 27), + (99955, "301706", 1, 0, 27), + (99956, "344034", 1, 0, 27), + (99957, "344022", 1, 0, 27), + (99958, "344011", 1, 0, 27), + (99959, "344702", 1, 0, 27), + (99960, "344704", 1, 0, 27), + (99961, "344501", 1, 0, 27), + (99962, "344031", 1, 0, 27), + (99963, "344705", 1, 0, 27), + (99964, "344024", 1, 0, 27), + (99965, "344026", 1, 0, 27), + (99966, "344035", 1, 0, 27), + (99967, "344025", 1, 0, 27), + (99968, "344043", 1, 0, 27), + (99969, "344032", 1, 0, 27), + (99970, "344801", 1, 0, 27), + (99971, "344027", 1, 0, 27), + (99972, "344502", 1, 0, 27), + (99973, "344012", 1, 0, 27), + (99974, "344703", 1, 0, 27), + (99975, "344021", 1, 0, 27), + (99976, "344708", 1, 0, 27), + (99977, "344706", 1, 0, 27), + (99978, "344701", 1, 0, 27), + (99979, "344033", 1, 0, 27), + (99980, "344044", 1, 0, 27), + (99981, "344037", 1, 0, 27), + (99982, "344001", 1, 0, 27), + (99983, "344001", 1, 0, 27), + (99984, "344001", 1, 0, 27), + (99985, "344001", 1, 0, 27), + (99986, "344022", 1, 0, 27), + (99987, "344022", 1, 0, 27), + (99988, "344021", 1, 0, 27), + (99989, "305926", 1, 0, 27), + (99990, "305201", 1, 0, 27), + (99991, "305922", 1, 0, 27), + (99992, "305207", 1, 0, 27), + (99993, "305927", 1, 0, 27), + (99994, "305202", 1, 0, 27), + (99995, "305923", 1, 0, 27), + (99996, "305203", 1, 0, 27), + (99997, "305623", 1, 0, 27), + (99998, "305204", 1, 0, 27), + (99999, "305925", 1, 0, 27), + (100000, "305924", 1, 0, 27), + (100001, "305901", 1, 0, 27), + (100002, "305901", 1, 0, 27), + (100003, "305901", 1, 0, 27), + (100004, "305901", 1, 0, 27), + (100005, "305415", 1, 0, 27), + (100006, "305621", 1, 0, 27), + (100007, "305401", 1, 0, 27), + (100008, "305622", 1, 0, 27), + (100009, "305624", 1, 0, 27), + (100010, "305412", 1, 0, 27), + (100011, "305625", 1, 0, 27), + (100012, "305406", 1, 0, 27), + (100013, "305405", 1, 0, 27), + (100014, "305408", 1, 0, 27), + (100015, "305404", 1, 0, 27), + (100016, "305402", 1, 0, 27), + (100017, "305403", 1, 0, 27), + (100018, "305407", 1, 0, 27), + (100019, "305627", 1, 0, 27), + (100020, "334305", 1, 0, 27), + (100021, "334403", 1, 0, 27), + (100022, "334001", 1, 0, 27), + (100023, "334004", 1, 0, 27), + (100024, "334006", 1, 0, 27), + (100025, "334001", 1, 0, 27), + (100026, "334021", 1, 0, 27), + (100027, "334801", 1, 0, 27), + (100028, "334303", 1, 0, 27), + (100029, "334001", 1, 0, 27), + (100030, "334001", 1, 0, 27), + (100031, "334401", 1, 0, 27), + (100032, "334802", 1, 0, 27), + (100033, "334601", 1, 0, 27), + (100034, "334602", 1, 0, 27), + (100035, "334001", 1, 0, 27), + (100036, "334023", 1, 0, 27), + (100037, "334001", 1, 0, 27), + (100038, "334001", 1, 0, 27), + (100039, "334603", 1, 0, 27), + (100040, "334604", 1, 0, 27), + (100041, "334001", 1, 0, 27), + (100042, "334001", 1, 0, 27), + (100043, "334201", 1, 0, 27), + (100044, "334803", 1, 0, 27), + (100045, "334001", 1, 0, 27), + (100046, "334804", 1, 0, 27), + (100047, "334003", 1, 0, 27), + (100048, "334006", 1, 0, 27), + (100049, "334001", 1, 0, 27), + (100050, "334004", 1, 0, 27), + (100051, "334004", 1, 0, 27), + (100052, "334001", 1, 0, 27), + (100053, "334001", 1, 0, 27), + (100054, "334302", 1, 0, 27), + (100055, "334202", 1, 0, 27), + (100056, "331801", 1, 0, 27), + (100057, "331803", 1, 0, 27), + (100058, "331803", 1, 0, 27), + (100059, "331811", 1, 0, 27), + (100060, "334402", 1, 0, 27), + (100061, "334022", 1, 0, 27), + (100062, "312205", 1, 0, 27), + (100063, "323303", 1, 0, 27), + (100064, "312615", 1, 0, 27), + (100065, "312401", 1, 0, 27), + (100066, "312403", 1, 0, 27), + (100067, "312022", 1, 0, 27), + (100068, "312023", 1, 0, 27), + (100069, "323307", 1, 0, 27), + (100070, "312602", 1, 0, 27), + (100071, "312024", 1, 0, 27), + (100072, "323304", 1, 0, 27), + (100073, "312204", 1, 0, 27), + (100074, "312614", 1, 0, 27), + (100075, "312404", 1, 0, 27), + (100076, "312021", 1, 0, 27), + (100077, "312604", 1, 0, 27), + (100078, "312001", 1, 0, 27), + (100079, "312619", 1, 0, 27), + (100080, "312616", 1, 0, 27), + (100081, "312402", 1, 0, 27), + (100082, "312901", 1, 0, 27), + (100083, "312201", 1, 0, 27), + (100084, "312617", 1, 0, 27), + (100085, "312606", 1, 0, 27), + (100086, "312202", 1, 0, 27), + (100087, "312202", 1, 0, 27), + (100088, "312605", 1, 0, 27), + (100089, "312620", 1, 0, 27), + (100090, "312603", 1, 0, 27), + (100091, "312601", 1, 0, 27), + (100092, "312206", 1, 0, 27), + (100093, "312605", 1, 0, 27), + (100094, "312001", 1, 0, 27), + (100095, "312623", 1, 0, 27), + (100096, "312203", 1, 0, 27), + (100097, "323305", 1, 0, 27), + (100098, "312613", 1, 0, 27), + (100099, "312025", 1, 0, 27), + (100100, "312612", 1, 0, 27), + (100101, "312207", 1, 0, 27), + (100102, "323306", 1, 0, 27), + (100103, "331501", 1, 0, 27), + (100104, "331503", 1, 0, 27), + (100105, "331502", 1, 0, 27), + (100106, "331022", 1, 0, 27), + (100107, "331507", 1, 0, 27), + (100108, "331504", 1, 0, 27), + (100109, "331518", 1, 0, 27), + (100110, "331507", 1, 0, 27), + (100111, "331505", 1, 0, 27), + (100112, "331022", 1, 0, 27), + (100113, "331802", 1, 0, 27), + (100114, "331802", 1, 0, 27), + (100115, "331022", 1, 0, 27), + (100116, "331506", 1, 0, 27), + (100117, "331517", 1, 0, 27), + (100118, "331507", 1, 0, 27), + (100119, "331507", 1, 0, 27), + (100120, "331001", 1, 0, 27), + (100121, "331411", 1, 0, 27), + (100122, "331001", 1, 0, 27), + (100123, "331001", 1, 0, 27), + (100124, "331029", 1, 0, 27), + (100125, "331001", 1, 0, 27), + (100126, "331403", 1, 0, 27), + (100127, "331305", 1, 0, 27), + (100128, "331403", 1, 0, 27), + (100129, "331023", 1, 0, 27), + (100130, "331402", 1, 0, 27), + (100131, "331301", 1, 0, 27), + (100132, "331021", 1, 0, 27), + (100133, "331023", 1, 0, 27), + (100134, "331023", 1, 0, 27), + (100135, "331302", 1, 0, 27), + (100136, "331303", 1, 0, 27), + (100137, "331031", 1, 0, 27), + (100138, "331701", 1, 0, 27), + (100139, "331403", 1, 0, 27), + (100140, "331403", 1, 0, 27), + (100141, "331001", 1, 0, 27), + (100142, "331304", 1, 0, 27), + (100143, "331304", 1, 0, 27), + (100144, "321405", 1, 0, 27), + (100145, "321403", 1, 0, 27), + (100146, "328031", 1, 0, 27), + (100147, "328021", 1, 0, 27), + (100148, "328021", 1, 0, 27), + (100149, "328023", 1, 0, 27), + (100150, "328022", 1, 0, 27), + (100151, "321401", 1, 0, 27), + (100152, "321401", 1, 0, 27), + (100153, "328001", 1, 0, 27), + (100154, "321410", 1, 0, 27), + (100155, "328001", 1, 0, 27), + (100156, "328041", 1, 0, 27), + (100157, "328028", 1, 0, 27), + (100158, "321411", 1, 0, 27), + (100159, "321401", 1, 0, 27), + (100160, "328024", 1, 0, 27), + (100161, "328029", 1, 0, 27), + (100162, "328030", 1, 0, 27), + (100163, "328025", 1, 0, 27), + (100164, "321402", 1, 0, 27), + (100165, "321404", 1, 0, 27), + (100166, "328027", 1, 0, 27), + (100167, "328026", 1, 0, 27), + (100168, "328001", 1, 0, 27), + (100169, "328001", 1, 0, 27), + (100170, "321408", 1, 0, 27), + (100171, "321408", 1, 0, 27), + (100172, "328001", 1, 0, 27), + (100173, "333705", 1, 0, 27), + (100174, "331025", 1, 0, 27), + (100175, "333021", 1, 0, 27), + (100176, "333032", 1, 0, 27), + (100177, "331027", 1, 0, 27), + (100178, "333302", 1, 0, 27), + (100179, "333303", 1, 0, 27), + (100180, "333701", 1, 0, 27), + (100181, "333011", 1, 0, 27), + (100182, "333707", 1, 0, 27), + (100183, "333702", 1, 0, 27), + (100184, "333705", 1, 0, 27), + (100185, "333001", 1, 0, 27), + (100186, "333001", 1, 0, 27), + (100187, "333022", 1, 0, 27), + (100188, "333305", 1, 0, 27), + (100189, "333304", 1, 0, 27), + (100190, "333001", 1, 0, 27), + (100191, "333001", 1, 0, 27), + (100192, "333001", 1, 0, 27), + (100193, "331030", 1, 0, 27), + (100194, "331028", 1, 0, 27), + (100195, "333704", 1, 0, 27), + (100196, "333704", 1, 0, 27), + (100197, "333705", 1, 0, 27), + (100198, "333042", 1, 0, 27), + (100199, "333042", 1, 0, 27), + (100200, "333041", 1, 0, 27), + (100201, "333308", 1, 0, 27), + (100202, "333053", 1, 0, 27), + (100203, "333801", 1, 0, 27), + (100204, "331026", 1, 0, 27), + (100205, "333012", 1, 0, 27), + (100206, "333307", 1, 0, 27), + (100207, "333027", 1, 0, 27), + (100208, "333501", 1, 0, 27), + (100209, "333023", 1, 0, 27), + (100210, "333502", 1, 0, 27), + (100211, "333031", 1, 0, 27), + (100212, "333026", 1, 0, 27), + (100213, "333024", 1, 0, 27), + (100214, "333033", 1, 0, 27), + (100215, "333514", 1, 0, 27), + (100216, "333030", 1, 0, 27), + (100217, "333503", 1, 0, 27), + (100218, "333503", 1, 0, 27), + (100219, "333504", 1, 0, 27), + (100220, "333504", 1, 0, 27), + (100221, "333503", 1, 0, 27), + (100222, "333034", 1, 0, 27), + (100223, "333025", 1, 0, 27), + (100224, "333035", 1, 0, 27), + (100225, "333515", 1, 0, 27), + (100226, "333031", 1, 0, 27), + (100227, "332716", 1, 0, 27), + (100228, "333516", 1, 0, 27), + (100229, "333028", 1, 0, 27), + (100230, "332746", 1, 0, 27), + (100231, "333029", 1, 0, 27), + (100232, "333029", 1, 0, 27), + (100233, "333036", 1, 0, 27), + (100234, "333031", 1, 0, 27), + (100235, "342008", 1, 0, 27), + (100236, "342003", 1, 0, 27), + (100237, "342001", 1, 0, 27), + (100238, "342011", 1, 0, 27), + (100239, "342001", 1, 0, 27), + (100240, "345024", 1, 0, 27), + (100241, "345001", 1, 0, 27), + (100242, "345001", 1, 0, 27), + (100243, "345001", 1, 0, 27), + (100244, "345001", 1, 0, 27), + (100245, "345031", 1, 0, 27), + (100246, "345033", 1, 0, 27), + (100247, "345028", 1, 0, 27), + (100248, "342310", 1, 0, 27), + (100249, "345025", 1, 0, 27), + (100250, "345021", 1, 0, 27), + (100251, "345021", 1, 0, 27), + (100252, "345023", 1, 0, 27), + (100253, "345022", 1, 0, 27), + (100254, "342311", 1, 0, 27), + (100255, "342901", 1, 0, 27), + (100256, "342023", 1, 0, 27), + (100257, "342027", 1, 0, 27), + (100258, "342307", 1, 0, 27), + (100259, "342605", 1, 0, 27), + (100260, "342603", 1, 0, 27), + (100261, "342602", 1, 0, 27), + (100262, "342604", 1, 0, 27), + (100263, "342312", 1, 0, 27), + (100264, "342314", 1, 0, 27), + (100265, "342801", 1, 0, 27), + (100266, "342011", 1, 0, 27), + (100267, "342026", 1, 0, 27), + (100268, "342001", 1, 0, 27), + (100269, "342006", 1, 0, 27), + (100270, "342005", 1, 0, 27), + (100271, "342007", 1, 0, 27), + (100272, "342006", 1, 0, 27), + (100273, "342006", 1, 0, 27), + (100274, "342011", 1, 0, 27), + (100275, "342006", 1, 0, 27), + (100276, "342001", 1, 0, 27), + (100277, "342005", 1, 0, 27), + (100278, "342308", 1, 0, 27), + (100279, "342037", 1, 0, 27), + (100280, "342302", 1, 0, 27), + (100281, "342802", 1, 0, 27), + (100282, "342304", 1, 0, 27), + (100283, "342305", 1, 0, 27), + (100284, "342303", 1, 0, 27), + (100285, "342309", 1, 0, 27), + (100286, "342301", 1, 0, 27), + (100287, "342301", 1, 0, 27), + (100288, "342601", 1, 0, 27), + (100289, "342601", 1, 0, 27), + (100290, "342606", 1, 0, 27), + (100291, "342306", 1, 0, 27), + (100292, "342022", 1, 0, 27), + (100293, "342025", 1, 0, 27), + (100294, "342028", 1, 0, 27), + (100295, "342011", 1, 0, 27), + (100296, "342001", 1, 0, 27), + (100297, "342001", 1, 0, 27), + (100298, "342003", 1, 0, 27), + (100299, "342001", 1, 0, 27), + (100300, "342003", 1, 0, 27), + (100301, "342001", 1, 0, 27), + (100302, "342024", 1, 0, 27), + (100303, "345026", 1, 0, 27), + (100304, "306301", 1, 0, 27), + (100305, "306308", 1, 0, 27), + (100306, "306601", 1, 0, 27), + (100307, "306116", 1, 0, 27), + (100308, "306115", 1, 0, 27), + (100309, "306401", 1, 0, 27), + (100310, "306401", 1, 0, 27), + (100311, "306401", 1, 0, 27), + (100312, "306401", 1, 0, 27), + (100313, "306401", 1, 0, 27), + (100314, "306703", 1, 0, 27), + (100315, "306401", 1, 0, 27), + (100316, "306104", 1, 0, 27), + (100317, "306902", 1, 0, 27), + (100318, "306101", 1, 0, 27), + (100319, "306901", 1, 0, 27), + (100320, "306105", 1, 0, 27), + (100321, "306306", 1, 0, 27), + (100322, "306709", 1, 0, 27), + (100323, "306422", 1, 0, 27), + (100324, "306302", 1, 0, 27), + (100325, "306119", 1, 0, 27), + (100326, "306305", 1, 0, 27), + (100327, "306303", 1, 0, 27), + (100328, "306307", 1, 0, 27), + (100329, "306304", 1, 0, 27), + (100330, "306421", 1, 0, 27), + (100331, "306708", 1, 0, 27), + (100332, "306102", 1, 0, 27), + (100333, "306104", 1, 0, 27), + (100334, "306902", 1, 0, 27), + (100335, "306912", 1, 0, 27), + (100336, "306021", 1, 0, 27), + (100337, "306114", 1, 0, 27), + (100338, "306701", 1, 0, 27), + (100339, "306602", 1, 0, 27), + (100340, "306116", 1, 0, 27), + (100341, "306704", 1, 0, 27), + (100342, "306126", 1, 0, 27), + (100343, "306022", 1, 0, 27), + (100344, "306501", 1, 0, 27), + (100345, "306502", 1, 0, 27), + (100346, "306706", 1, 0, 27), + (100347, "306705", 1, 0, 27), + (100348, "306603", 1, 0, 27), + (100349, "306504", 1, 0, 27), + (100350, "306023", 1, 0, 27), + (100351, "306115", 1, 0, 27), + (100352, "306702", 1, 0, 27), + (100353, "306707", 1, 0, 27), + (100354, "306103", 1, 0, 27), + (100355, "306503", 1, 0, 27), + (100356, "322220", 1, 0, 27), + (100357, "322241", 1, 0, 27), + (100358, "322230", 1, 0, 27), + (100359, "322001", 1, 0, 27), + (100360, "322201", 1, 0, 27), + (100361, "322021", 1, 0, 27), + (100362, "322701", 1, 0, 27), + (100363, "322033", 1, 0, 27), + (100364, "322024", 1, 0, 27), + (100365, "322703", 1, 0, 27), + (100366, "322704", 1, 0, 27), + (100367, "322702", 1, 0, 27), + (100368, "322034", 1, 0, 27), + (100369, "322025", 1, 0, 27), + (100370, "322029", 1, 0, 27), + (100371, "322030", 1, 0, 27), + (100372, "322028", 1, 0, 27), + (100373, "322026", 1, 0, 27), + (100374, "322021", 1, 0, 27), + (100375, "322021", 1, 0, 27), + (100376, "322027", 1, 0, 27), + (100377, "322211", 1, 0, 27), + (100378, "322201", 1, 0, 27), + (100379, "322212", 1, 0, 27), + (100380, "322213", 1, 0, 27), + (100381, "322216", 1, 0, 27), + (100382, "322255", 1, 0, 27), + (100383, "322202", 1, 0, 27), + (100384, "322215", 1, 0, 27), + (100385, "322023", 1, 0, 27), + (100386, "322203", 1, 0, 27), + (100387, "322201", 1, 0, 27), + (100388, "322205", 1, 0, 27), + (100389, "322214", 1, 0, 27), + (100390, "322201", 1, 0, 27), + (100391, "322204", 1, 0, 27), + (100392, "322218", 1, 0, 27), + (100393, "322219", 1, 0, 27), + (100394, "322238", 1, 0, 27), + (100395, "322241", 1, 0, 27), + (100396, "322230", 1, 0, 27), + (100397, "322230", 1, 0, 27), + (100398, "321611", 1, 0, 27), + (100399, "322236", 1, 0, 27), + (100400, "322254", 1, 0, 27), + (100401, "321610", 1, 0, 27), + (100402, "322243", 1, 0, 27), + (100403, "322241", 1, 0, 27), + (100404, "322234", 1, 0, 27), + (100405, "322249", 1, 0, 27), + (100406, "322251", 1, 0, 27), + (100407, "322242", 1, 0, 27), + (100408, "322252", 1, 0, 27), + (100409, "332715", 1, 0, 27), + (100410, "332715", 1, 0, 27), + (100411, "332715", 1, 0, 27), + (100412, "332713", 1, 0, 27), + (100413, "332705", 1, 0, 27), + (100414, "332706", 1, 0, 27), + (100415, "332721", 1, 0, 27), + (100416, "332707", 1, 0, 27), + (100417, "332708", 1, 0, 27), + (100418, "332709", 1, 0, 27), + (100419, "332711", 1, 0, 27), + (100420, "332709", 1, 0, 27), + (100421, "332713", 1, 0, 27), + (100422, "332718", 1, 0, 27), + (100423, "332714", 1, 0, 27), + (100424, "332719", 1, 0, 27), + (100425, "332024", 1, 0, 27), + (100426, "332023", 1, 0, 27), + (100427, "332406", 1, 0, 27), + (100428, "332031", 1, 0, 27), + (100429, "332025", 1, 0, 27), + (100430, "332025", 1, 0, 27), + (100431, "332001", 1, 0, 27), + (100432, "332026", 1, 0, 27), + (100433, "332402", 1, 0, 27), + (100434, "332312", 1, 0, 27), + (100435, "332041", 1, 0, 27), + (100436, "332027", 1, 0, 27), + (100437, "332403", 1, 0, 27), + (100438, "332028", 1, 0, 27), + (100439, "332030", 1, 0, 27), + (100440, "332405", 1, 0, 27), + (100441, "332042", 1, 0, 27), + (100442, "332301", 1, 0, 27), + (100443, "332401", 1, 0, 27), + (100444, "332021", 1, 0, 27), + (100445, "332001", 1, 0, 27), + (100446, "332001", 1, 0, 27), + (100447, "332002", 1, 0, 27), + (100448, "332001", 1, 0, 27), + (100449, "332001", 1, 0, 27), + (100450, "332029", 1, 0, 27), + (100451, "332303", 1, 0, 27), + (100452, "332316", 1, 0, 27), + (100453, "332302", 1, 0, 27), + (100454, "332301", 1, 0, 27), + (100455, "332318", 1, 0, 27), + (100456, "332315", 1, 0, 27), + (100457, "332311", 1, 0, 27), + (100458, "332311", 1, 0, 27), + (100459, "332311", 1, 0, 27), + (100460, "331024", 1, 0, 27), + (100461, "331024", 1, 0, 27), + (100462, "332304", 1, 0, 27), + (100463, "332317", 1, 0, 27), + (100464, "332305", 1, 0, 27), + (100465, "332301", 1, 0, 27), + (100466, "332307", 1, 0, 27), + (100467, "332701", 1, 0, 27), + (100468, "332411", 1, 0, 27), + (100469, "332601", 1, 0, 27), + (100470, "332702", 1, 0, 27), + (100471, "332703", 1, 0, 27), + (100472, "332722", 1, 0, 27), + (100473, "332710", 1, 0, 27), + (100474, "332602", 1, 0, 27), + (100475, "332742", 1, 0, 27), + (100476, "332603", 1, 0, 27), + (100477, "332712", 1, 0, 27), + (100478, "332404", 1, 0, 27), + (100479, "332404", 1, 0, 27), + (100480, "307501", 1, 0, 27), + (100481, "307026", 1, 0, 27), + (100482, "307511", 1, 0, 27), + (100483, "307031", 1, 0, 27), + (100484, "307512", 1, 0, 27), + (100485, "307801", 1, 0, 27), + (100486, "307019", 1, 0, 27), + (100487, "307802", 1, 0, 27), + (100488, "307513", 1, 0, 27), + (100489, "307043", 1, 0, 27), + (100490, "307022", 1, 0, 27), + (100491, "307028", 1, 0, 27), + (100492, "307514", 1, 0, 27), + (100493, "307024", 1, 0, 27), + (100494, "307023", 1, 0, 27), + (100495, "307510", 1, 0, 27), + (100496, "307027", 1, 0, 27), + (100497, "307029", 1, 0, 27), + (100498, "343025", 1, 0, 27), + (100499, "343032", 1, 0, 27), + (100500, "343029", 1, 0, 27), + (100501, "307030", 1, 0, 27), + (100502, "343027", 1, 0, 27), + (100503, "307515", 1, 0, 27), + (100504, "343030", 1, 0, 27), + (100505, "343049", 1, 0, 27), + (100506, "343042", 1, 0, 27), + (100507, "343039", 1, 0, 27), + (100508, "343028", 1, 0, 27), + (100509, "307803", 1, 0, 27), + (100510, "343040", 1, 0, 27), + (100511, "343041", 1, 0, 27), + (100512, "343022", 1, 0, 27), + (100513, "343024", 1, 0, 27), + (100514, "343021", 1, 0, 27), + (100515, "343048", 1, 0, 27), + (100516, "335701", 1, 0, 27), + (100517, "335021", 1, 0, 27), + (100518, "335001", 1, 0, 27), + (100519, "335022", 1, 0, 27), + (100520, "335023", 1, 0, 27), + (100521, "335064", 1, 0, 27), + (100522, "335025", 1, 0, 27), + (100523, "335024", 1, 0, 27), + (100524, "335001", 1, 0, 27), + (100525, "335707", 1, 0, 27), + (100526, "335901", 1, 0, 27), + (100527, "335702", 1, 0, 27), + (100528, "335027", 1, 0, 27), + (100529, "335037", 1, 0, 27), + (100530, "335001", 1, 0, 27), + (100531, "335711", 1, 0, 27), + (100532, "335038", 1, 0, 27), + (100533, "335001", 1, 0, 27), + (100534, "335039", 1, 0, 27), + (100535, "335040", 1, 0, 27), + (100536, "335041", 1, 0, 27), + (100537, "335001", 1, 0, 27), + (100538, "335051", 1, 0, 27), + (100539, "335703", 1, 0, 27), + (100540, "335061", 1, 0, 27), + (100541, "335062", 1, 0, 27), + (100542, "335704", 1, 0, 27), + (100543, "335073", 1, 0, 27), + (100544, "335001", 1, 0, 27), + (100545, "335002", 1, 0, 27), + (100546, "335501", 1, 0, 27), + (100547, "335511", 1, 0, 27), + (100548, "335512", 1, 0, 27), + (100549, "335503", 1, 0, 27), + (100550, "335801", 1, 0, 27), + (100551, "335504", 1, 0, 27), + (100552, "335802", 1, 0, 27), + (100553, "335512", 1, 0, 27), + (100554, "335513", 1, 0, 27), + (100555, "335513", 1, 0, 27), + (100556, "335502", 1, 0, 27), + (100557, "335065", 1, 0, 27), + (100558, "335513", 1, 0, 27), + (100559, "335523", 1, 0, 27), + (100560, "335523", 1, 0, 27), + (100561, "335803", 1, 0, 27), + (100562, "335524", 1, 0, 27), + (100563, "335063", 1, 0, 27), + (100564, "335063", 1, 0, 27), + (100565, "335705", 1, 0, 27), + (100566, "335804", 1, 0, 27), + (100567, "335804", 1, 0, 27), + (100568, "335525", 1, 0, 27), + (100569, "335526", 1, 0, 27), + (100570, "313205", 1, 0, 27), + (100571, "313705", 1, 0, 27), + (100572, "313015", 1, 0, 27), + (100573, "313604", 1, 0, 27), + (100574, "313201", 1, 0, 27), + (100575, "313602", 1, 0, 27), + (100576, "313703", 1, 0, 27), + (100577, "313708", 1, 0, 27), + (100578, "313204", 1, 0, 27), + (100579, "312626", 1, 0, 27), + (100580, "313206", 1, 0, 27), + (100581, "313704", 1, 0, 27), + (100582, "313601", 1, 0, 27), + (100583, "313024", 1, 0, 27), + (100584, "313202", 1, 0, 27), + (100585, "313331", 1, 0, 27), + (100586, "313321", 1, 0, 27), + (100587, "313207", 1, 0, 27), + (100588, "313334", 1, 0, 27), + (100589, "313325", 1, 0, 27), + (100590, "313322", 1, 0, 27), + (100591, "313327", 1, 0, 27), + (100592, "313323", 1, 0, 27), + (100593, "313328", 1, 0, 27), + (100594, "313330", 1, 0, 27), + (100595, "313301", 1, 0, 27), + (100596, "313301", 1, 0, 27), + (100597, "313329", 1, 0, 27), + (100598, "313324", 1, 0, 27), + (100599, "313342", 1, 0, 27), + (100600, "313706", 1, 0, 27), + (100601, "313603", 1, 0, 27), + (100602, "313022", 1, 0, 27), + (100603, "313011", 1, 0, 27), + (100604, "313904", 1, 0, 27), + (100605, "313804", 1, 0, 27), + (100606, "313026", 1, 0, 27), + (100607, "313702", 1, 0, 27), + (100608, "313905", 1, 0, 27), + (100609, "313038", 1, 0, 27), + (100610, "313803", 1, 0, 27), + (100611, "307025", 1, 0, 27), + (100612, "313031", 1, 0, 27), + (100613, "313906", 1, 0, 27), + (100614, "313801", 1, 0, 27), + (100615, "313701", 1, 0, 27), + (100616, "313802", 1, 0, 27), + (100617, "313027", 1, 0, 27), + (100618, "313902", 1, 0, 27), + (100619, "313903", 1, 0, 27), + (100620, "313001", 1, 0, 27), + (100621, "313002", 1, 0, 27), + (100622, "313003", 1, 0, 27), + (100623, "313901", 1, 0, 27), + (100624, "313001", 1, 0, 27), + (100625, "313001", 1, 0, 27), + (100626, "313001", 1, 0, 27), + (100627, "313001", 1, 0, 27), + (100628, "313001", 1, 0, 27), + (100629, "313001", 1, 0, 27), + (100630, "313001", 1, 0, 27), + (100631, "313001", 1, 0, 27), + (100632, "313001", 1, 0, 27), + (100633, "313001", 1, 0, 27), + (100634, "313001", 1, 0, 27), + (100635, "313341", 1, 0, 27), + (100636, "305921", 1, 0, 27), + (100637, "313333", 1, 0, 27), + (100638, "313332", 1, 0, 27), + (100639, "313211", 1, 0, 27), + (100640, "302006", 1, 0, 27), + (100641, "302012", 1, 0, 27), + (100642, "302013", 1, 0, 27), + (100643, "302015", 1, 0, 27), + (100644, "302017", 1, 0, 27), + (100645, "302018", 1, 0, 27), + (100646, "302019", 1, 0, 27), + (100647, "302020", 1, 0, 27), + (100648, "302021", 1, 0, 27), + (100649, "302022", 1, 0, 27), + (100650, "302039", 1, 0, 27), + (100651, "302021", 1, 0, 27), + (100652, "302017", 1, 0, 27), + (100653, "302026", 1, 0, 27), + (100654, "302027", 1, 0, 27), + (100655, "302028", 1, 0, 27), + (100656, "302029", 1, 0, 27), + (100657, "302033", 1, 0, 27), + (100658, "302013", 1, 0, 27), + (100659, "302004", 1, 0, 27), + (100660, "302006", 1, 0, 27), + (100661, "302039", 1, 0, 27), + (100662, "302016", 1, 0, 27), + (100663, "302016", 1, 0, 27), + (100664, "302016", 1, 0, 27), + (100665, "302012", 1, 0, 27), + (100666, "302020", 1, 0, 27), + (100667, "302006", 1, 0, 27), + (100668, "302006", 1, 0, 27), + (100669, "302013", 1, 0, 27), + (100670, "302016", 1, 0, 27), + (100671, "302015", 1, 0, 27), + (100672, "302004", 1, 0, 27), + (100673, "302004", 1, 0, 27), + (100674, "302004", 1, 0, 27), + (100675, "302017", 1, 0, 27), + (100676, "302004", 1, 0, 27), + (100677, "302004", 1, 0, 27), + (100678, "302004", 1, 0, 27), + (100679, "302004", 1, 0, 27), + (100680, "302002", 1, 0, 27), + (100681, "302001", 1, 0, 27), + (100682, "302002", 1, 0, 27), + (100683, "302003", 1, 0, 27), + (100684, "302005", 1, 0, 27), + (100685, "302001", 1, 0, 27), + (100686, "302003", 1, 0, 27), + (100687, "302002", 1, 0, 27), + (100688, "302005", 1, 0, 27), + (100689, "302001", 1, 0, 27), + (100690, "302005", 1, 0, 27), + (100691, "302001", 1, 0, 27), + (100692, "302001", 1, 0, 27), + (100693, "302001", 1, 0, 27), + (100694, "302003", 1, 0, 27), + (100695, "302006", 1, 0, 27), + (100696, "302005", 1, 0, 27), + (100697, "304501", 1, 0, 27), + (100698, "312622", 1, 0, 27), + (100699, "342012", 1, 0, 27), + (100700, "307001", 1, 0, 27), + (100701, "307001", 1, 0, 27), + (100702, "307026", 1, 0, 27), + (100703, "307026", 1, 0, 27), + (100704, "307026", 1, 0, 27), + (100705, "343002", 1, 0, 27), + (100706, "343001", 1, 0, 27), + (100707, "343023", 1, 0, 27), + (100708, "343029", 1, 0, 27), + (100709, "334001", 1, 0, 27), + (100710, "323616", 1, 0, 27), + (100711, "302031", 1, 0, 27), + (100712, "302034", 1, 0, 27), + (100713, "301002", 1, 0, 27), + (100714, "345027", 1, 0, 27), + (100715, "324009", 1, 0, 27), + (100716, "342003", 1, 0, 27), + (100717, "313203", 1, 0, 27), + (100718, "302037", 1, 0, 27), + (100719, "302029", 1, 0, 27), + (100720, "302002", 1, 0, 27), + (100721, "302003", 1, 0, 27), + (100722, "302005", 1, 0, 27), + (100723, "302033", 1, 0, 27), + (100724, "321302", 1, 0, 27), + (100725, "321001", 1, 0, 27), + (100726, "321614", 1, 0, 27), + (100727, "321409", 1, 0, 27), + (100728, "321406", 1, 0, 27), + (100729, "321407", 1, 0, 27), + (100730, "321601", 1, 0, 27), + (100731, "321023", 1, 0, 27), + (100732, "321022", 1, 0, 27), + (100733, "321201", 1, 0, 27), + (100734, "321602", 1, 0, 27), + (100735, "321602", 1, 0, 27), + (100736, "321205", 1, 0, 27), + (100737, "321204", 1, 0, 27), + (100738, "321615", 1, 0, 27), + (100739, "321202", 1, 0, 27), + (100740, "321642", 1, 0, 27), + (100741, "321024", 1, 0, 27), + (100742, "321001", 1, 0, 27), + (100743, "321001", 1, 0, 27), + (100744, "321001", 1, 0, 27), + (100745, "321001", 1, 0, 27), + (100746, "321021", 1, 0, 27), + (100747, "321026", 1, 0, 27), + (100748, "321028", 1, 0, 27), + (100749, "321001", 1, 0, 27), + (100750, "321001", 1, 0, 27), + (100751, "321001", 1, 0, 27), + (100752, "321001", 1, 0, 27), + (100753, "321001", 1, 0, 27), + (100754, "321301", 1, 0, 27), + (100755, "321001", 1, 0, 27), + (100756, "321025", 1, 0, 27), + (100757, "321303", 1, 0, 27), + (100758, "314029", 1, 0, 27), + (100759, "327601", 1, 0, 27), + (100760, "327032", 1, 0, 27), + (100761, "327001", 1, 0, 27), + (100762, "327001", 1, 0, 27), + (100763, "327001", 1, 0, 27), + (100764, "327001", 1, 0, 27), + (100765, "327604", 1, 0, 27), + (100766, "327031", 1, 0, 27), + (100767, "327603", 1, 0, 27), + (100768, "327021", 1, 0, 27), + (100769, "327022", 1, 0, 27), + (100770, "327023", 1, 0, 27), + (100771, "327034", 1, 0, 27), + (100772, "327027", 1, 0, 27), + (100773, "327605", 1, 0, 27), + (100774, "327024", 1, 0, 27), + (100775, "327801", 1, 0, 27), + (100776, "327025", 1, 0, 27), + (100777, "327606", 1, 0, 27), + (100778, "327026", 1, 0, 27), + (100779, "327602", 1, 0, 27), + (100780, "327801", 1, 0, 27), + (100781, "314021", 1, 0, 27), + (100782, "314801", 1, 0, 27), + (100783, "314036", 1, 0, 27), + (100784, "314001", 1, 0, 27), + (100785, "314804", 1, 0, 27), + (100786, "314011", 1, 0, 27), + (100787, "314028", 1, 0, 27), + (100788, "314038", 1, 0, 27), + (100789, "314404", 1, 0, 27), + (100790, "314037", 1, 0, 27), + (100791, "314031", 1, 0, 27), + (100792, "314035", 1, 0, 27), + (100793, "314030", 1, 0, 27), + (100794, "314402", 1, 0, 27), + (100795, "314026", 1, 0, 27), + (100796, "314027", 1, 0, 27), + (100797, "314401", 1, 0, 27), + (100798, "314024", 1, 0, 27), + (100799, "314406", 1, 0, 27), + (100800, "314025", 1, 0, 27), + (100801, "314025", 1, 0, 27), + (100802, "314032", 1, 0, 27), + (100803, "314403", 1, 0, 27), + (100804, "314034", 1, 0, 27), + (100805, "314022", 1, 0, 27), + (100806, "321612", 1, 0, 27), + (100807, "303603", 1, 0, 27), + (100808, "303313", 1, 0, 27), + (100809, "303313", 1, 0, 27), + (100810, "303301", 1, 0, 27), + (100811, "303305", 1, 0, 27), + (100812, "303327", 1, 0, 27), + (100813, "303501", 1, 0, 27), + (100814, "303315", 1, 0, 27), + (100815, "303303", 1, 0, 27), + (100816, "303303", 1, 0, 27), + (100817, "303511", 1, 0, 27), + (100818, "303304", 1, 0, 27), + (100819, "303502", 1, 0, 27), + (100820, "303323", 1, 0, 27), + (100821, "303012", 1, 0, 27), + (100822, "322240", 1, 0, 27), + (100823, "303325", 1, 0, 27), + (100824, "303503", 1, 0, 27), + (100825, "303004", 1, 0, 27), + (100826, "321608", 1, 0, 27), + (100827, "321609", 1, 0, 27), + (100828, "303504", 1, 0, 27), + (100829, "303509", 1, 0, 27), + (100830, "303505", 1, 0, 27), + (100831, "303506", 1, 0, 27), + (100832, "303510", 1, 0, 27), + (100833, "321613", 1, 0, 27), + (100834, "303507", 1, 0, 27), + (100835, "303326", 1, 0, 27), + (100836, "303508", 1, 0, 27), + (100837, "303302", 1, 0, 27), + (100838, "303329", 1, 0, 27), + (100839, "303602", 1, 0, 27), + (100840, "303007", 1, 0, 27), + (100841, "303901", 1, 0, 27), + (100842, "303904", 1, 0, 27), + (100843, "303008", 1, 0, 27), + (100844, "303328", 1, 0, 27), + (100845, "303706", 1, 0, 27), + (100846, "303908", 1, 0, 27), + (100847, "303006", 1, 0, 27), + (100848, "303009", 1, 0, 27), + (100849, "303348", 1, 0, 27), + (100850, "303005", 1, 0, 27), + (100851, "303338", 1, 0, 27), + (100852, "303338", 1, 0, 27), + (100853, "303903", 1, 0, 27), + (100854, "303905", 1, 0, 27), + (100855, "303002", 1, 0, 27), + (100856, "303601", 1, 0, 27), + (100857, "303001", 1, 0, 27), + (100858, "303119", 1, 0, 27), + (100859, "303702", 1, 0, 27), + (100860, "303120", 1, 0, 27), + (100861, "303712", 1, 0, 27), + (100862, "303804", 1, 0, 27), + (100863, "303701", 1, 0, 27), + (100864, "303704", 1, 0, 27), + (100865, "303109", 1, 0, 27), + (100866, "303801", 1, 0, 27), + (100867, "303803", 1, 0, 27), + (100868, "303108", 1, 0, 27), + (100869, "303003", 1, 0, 27), + (100870, "303104", 1, 0, 27), + (100871, "303805", 1, 0, 27), + (100872, "303105", 1, 0, 27), + (100873, "303106", 1, 0, 27), + (100874, "303107", 1, 0, 27), + (100875, "303110", 1, 0, 27), + (100876, "303806", 1, 0, 27), + (100877, "303807", 1, 0, 27), + (100878, "303102", 1, 0, 27), + (100879, "325201", 1, 0, 27), + (100880, "324006", 1, 0, 27), + (100881, "325204", 1, 0, 27), + (100882, "325208", 1, 0, 27), + (100883, "326516", 1, 0, 27), + (100884, "326039", 1, 0, 27), + (100885, "325004", 1, 0, 27), + (100886, "326001", 1, 0, 27), + (100887, "326023", 1, 0, 27), + (100888, "325001", 1, 0, 27), + (100889, "325602", 1, 0, 27), + (100890, "326529", 1, 0, 27), + (100891, "325009", 1, 0, 27), + (100892, "324001", 1, 0, 27), + (100893, "324001", 1, 0, 27), + (100894, "324001", 1, 0, 27), + (100895, "324002", 1, 0, 27), + (100896, "324002", 1, 0, 27), + (100897, "324002", 1, 0, 27), + (100898, "324003", 1, 0, 27), + (100899, "324004", 1, 0, 27), + (100900, "324005", 1, 0, 27), + (100901, "324006", 1, 0, 27), + (100902, "324005", 1, 0, 27), + (100903, "324005", 1, 0, 27), + (100904, "324005", 1, 0, 27), + (100905, "324006", 1, 0, 27), + (100906, "324007", 1, 0, 27), + (100907, "324007", 1, 0, 27), + (100908, "324007", 1, 0, 27), + (100909, "324008", 1, 0, 27), + (100910, "324010", 1, 0, 27), + (100911, "325216", 1, 0, 27), + (100912, "326038", 1, 0, 27), + (100913, "325215", 1, 0, 27), + (100914, "326517", 1, 0, 27), + (100915, "326037", 1, 0, 27), + (100916, "326512", 1, 0, 27), + (100917, "326034", 1, 0, 27), + (100918, "326519", 1, 0, 27), + (100919, "326036", 1, 0, 27), + (100920, "325219", 1, 0, 27), + (100921, "325601", 1, 0, 27), + (100922, "326035", 1, 0, 27), + (100923, "325217", 1, 0, 27), + (100924, "325203", 1, 0, 27), + (100925, "325206", 1, 0, 27), + (100926, "326501", 1, 0, 27), + (100927, "326530", 1, 0, 27), + (100928, "326513", 1, 0, 27), + (100929, "326033", 1, 0, 27), + (100930, "325202", 1, 0, 27), + (100931, "325209", 1, 0, 27), + (100932, "326021", 1, 0, 27), + (100933, "326520", 1, 0, 27), + (100934, "325223", 1, 0, 27), + (100935, "325218", 1, 0, 27), + (100936, "325214", 1, 0, 27), + (100937, "326022", 1, 0, 27), + (100938, "325207", 1, 0, 27), + (100939, "325205", 1, 0, 27), + (100940, "325205", 1, 0, 27), + (100941, "326502", 1, 0, 27), + (100942, "325222", 1, 0, 27), + (100943, "325003", 1, 0, 27), + (100944, "326515", 1, 0, 27), + (100945, "326518", 1, 0, 27), + (100946, "325220", 1, 0, 27), + (100947, "325221", 1, 0, 27), + (100948, "326514", 1, 0, 27), + (100949, "304022", 1, 0, 27), + (100950, "304804", 1, 0, 27), + (100951, "304804", 1, 0, 27), + (100952, "304504", 1, 0, 27), + (100953, "304802", 1, 0, 27), + (100954, "304001", 1, 0, 27), + (100955, "304001", 1, 0, 27), + (100956, "304025", 1, 0, 27), + (100957, "304503", 1, 0, 27), + (100958, "304502", 1, 0, 27), + (100959, "304021", 1, 0, 27), + (100960, "304021", 1, 0, 27), + (100961, "304507", 1, 0, 27), + (100962, "304803", 1, 0, 27), + (100963, "304801", 1, 0, 27), + (100964, "304001", 1, 0, 27), + (100965, "304505", 1, 0, 27), + (100966, "304024", 1, 0, 27), + (100967, "304001", 1, 0, 27), + (100968, "323001", 1, 0, 27), + (100969, "323024", 1, 0, 27), + (100970, "323802", 1, 0, 27), + (100971, "323023", 1, 0, 27), + (100972, "323613", 1, 0, 27), + (100973, "323301", 1, 0, 27), + (100974, "323601", 1, 0, 27), + (100975, "323602", 1, 0, 27), + (100976, "323803", 1, 0, 27), + (100977, "323603", 1, 0, 27), + (100978, "323615", 1, 0, 27), + (100979, "323801", 1, 0, 27), + (100980, "323022", 1, 0, 27), + (100981, "323001", 1, 0, 27), + (100982, "323614", 1, 0, 27), + (100983, "323021", 1, 0, 27), + (100984, "323025", 1, 0, 27), + (100985, "304023", 1, 0, 27), + (100986, "305817", 1, 0, 27), + (100987, "311403", 1, 0, 27), + (100988, "311301", 1, 0, 27), + (100989, "311302", 1, 0, 27), + (100990, "311402", 1, 0, 27), + (100991, "311401", 1, 0, 27), + (100992, "311001", 1, 0, 27), + (100993, "311001", 1, 0, 27), + (100994, "311001", 1, 0, 27), + (100995, "311001", 1, 0, 27), + (100996, "311601", 1, 0, 27), + (100997, "311602", 1, 0, 27), + (100998, "311801", 1, 0, 27), + (100999, "311021", 1, 0, 27), + (101000, "311025", 1, 0, 27), + (101001, "311022", 1, 0, 27), + (101002, "311001", 1, 0, 27), + (101003, "311605", 1, 0, 27), + (101004, "311001", 1, 0, 27), + (101005, "311805", 1, 0, 27), + (101006, "311023", 1, 0, 27), + (101007, "311603", 1, 0, 27), + (101008, "311001", 1, 0, 27), + (101009, "311404", 1, 0, 27), + (101010, "311001", 1, 0, 27), + (101011, "311408", 1, 0, 27), + (101012, "311604", 1, 0, 27), + (101013, "311026", 1, 0, 27), + (101014, "311202", 1, 0, 27), + (101015, "311407", 1, 0, 27), + (101016, "311203", 1, 0, 27), + (101017, "311802", 1, 0, 27), + (101018, "311024", 1, 0, 27), + (101019, "311803", 1, 0, 27), + (101020, "311804", 1, 0, 27), + (101021, "311806", 1, 0, 27), + (101022, "311204", 1, 0, 27), + (101023, "311404", 1, 0, 27), + (101024, "311801", 1, 0, 27), + (101025, "311001", 1, 0, 27), + (101026, "311011", 1, 0, 27), + (101027, "311201", 1, 0, 27), + (101028, "311606", 1, 0, 27), + (101029, "311001", 1, 0, 27), + (101030, "305004", 1, 0, 27), + (101031, "305022", 1, 0, 27), + (101032, "305801", 1, 0, 27), + (101033, "305003", 1, 0, 27), + (101034, "305004", 1, 0, 27), + (101035, "305003", 1, 0, 27), + (101036, "311001", 1, 0, 27), + (101037, "311030", 1, 0, 27), + (101038, "312627", 1, 0, 27), + (101039, "302043", 1, 0, 27), + (101040, "305631", 1, 0, 27), + (101041, "321206", 1, 0, 27), + (101042, "302012", 1, 0, 27), + (101043, "302040", 1, 0, 27), + (101044, "342021", 1, 0, 27), + (101045, "342013", 1, 0, 27), + (101046, "302036", 1, 0, 27), + (101047, "302017", 1, 0, 27), + (101048, "305629", 1, 0, 27), + (101049, "305630", 1, 0, 27), + (101050, "342014", 1, 0, 27), + (101051, "345001", 1, 0, 27), + (101052, "342005", 1, 0, 27), + (101053, "342008", 1, 0, 27), + (101054, "342015", 1, 0, 27), + (101055, "303122", 1, 0, 27), + (101056, "301001", 1, 0, 27), + (101057, "301023", 1, 0, 27), + (101058, "301415", 1, 0, 27), + (101059, "312027", 1, 0, 27), + (101060, "314023", 1, 0, 27), + (101061, "334808", 1, 0, 27), + (101062, "303121", 1, 0, 27), + (101063, "335805", 1, 0, 27), + (101064, "302039", 1, 0, 27), + (101065, "305628", 1, 0, 27), + (101066, "345034", 1, 0, 27), + (101067, "342013", 1, 0, 27), + (101068, "305002", 1, 0, 27), + (101069, "305001", 1, 0, 27), + (101070, "305001", 1, 0, 27), + (101071, "305001", 1, 0, 27), + (101072, "305005", 1, 0, 27), + (101073, "305001", 1, 0, 27), + (101074, "305001", 1, 0, 27), + (101075, "305001", 1, 0, 27), + (101076, "305007", 1, 0, 27), + (101077, "305001", 1, 0, 27), + (101078, "305003", 1, 0, 27), + (101079, "305002", 1, 0, 27), + (101080, "305001", 1, 0, 27), + (101081, "305001", 1, 0, 27), + (101082, "305001", 1, 0, 27), + (101083, "305001", 1, 0, 27), + (101084, "305001", 1, 0, 27), + (101085, "305024", 1, 0, 27), + (101086, "305007", 1, 0, 27), + (101087, "305009", 1, 0, 27), + (101088, "305012", 1, 0, 27), + (101089, "305001", 1, 0, 27), + (101090, "305007", 1, 0, 27), + (101091, "305001", 1, 0, 27), + (101092, "305007", 1, 0, 27), + (101093, "305001", 1, 0, 27), + (101094, "305001", 1, 0, 27), + (101095, "305003", 1, 0, 27), + (101096, "305004", 1, 0, 27), + (101097, "305001", 1, 0, 27), + (101098, "305001", 1, 0, 27), + (101099, "305004", 1, 0, 27), + (101100, "305801", 1, 0, 27), + (101101, "305813", 1, 0, 27), + (101102, "305801", 1, 0, 27), + (101103, "305801", 1, 0, 27), + (101104, "305802", 1, 0, 27), + (101105, "305023", 1, 0, 27), + (101106, "305812", 1, 0, 27), + (101107, "305021", 1, 0, 27), + (101108, "305819", 1, 0, 27), + (101109, "305802", 1, 0, 27), + (101110, "305811", 1, 0, 27), + (101111, "305022", 1, 0, 27), + (101112, "305205", 1, 0, 27), + (101113, "305814", 1, 0, 27), + (101114, "305815", 1, 0, 27), + (101115, "305206", 1, 0, 27), + (101116, "305801", 1, 0, 27), + (101117, "305025", 1, 0, 27), + (101118, "305816", 1, 0, 27), + (101119, "341517", 1, 0, 27), + (101120, "341506", 1, 0, 27), + (101121, "341303", 1, 0, 27), + (101122, "341316", 1, 0, 27), + (101123, "341306", 1, 0, 27), + (101124, "341306", 1, 0, 27), + (101125, "341317", 1, 0, 27), + (101126, "341319", 1, 0, 27), + (101127, "341501", 1, 0, 27), + (101128, "341520", 1, 0, 27), + (101129, "341502", 1, 0, 27), + (101130, "341504", 1, 0, 27), + (101131, "341542", 1, 0, 27), + (101132, "341509", 1, 0, 27), + (101133, "341508", 1, 0, 27), + (101134, "341519", 1, 0, 27), + (101135, "341505", 1, 0, 27), + (101136, "341507", 1, 0, 27), + (101137, "341533", 1, 0, 27), + (101138, "341509", 1, 0, 27), + (101139, "341512", 1, 0, 27), + (101140, "341508", 1, 0, 27), + (101141, "341505", 1, 0, 27), + (101142, "341001", 1, 0, 27), + (101143, "341021", 1, 0, 27), + (101144, "341022", 1, 0, 27), + (101145, "342902", 1, 0, 27), + (101146, "341023", 1, 0, 27), + (101147, "341518", 1, 0, 27), + (101148, "341028", 1, 0, 27), + (101149, "341025", 1, 0, 27), + (101150, "341510", 1, 0, 27), + (101151, "341024", 1, 0, 27), + (101152, "341026", 1, 0, 27), + (101153, "341510", 1, 0, 27), + (101154, "341510", 1, 0, 27), + (101155, "341511", 1, 0, 27), + (101156, "341001", 1, 0, 27), + (101157, "341031", 1, 0, 27), + (101158, "341514", 1, 0, 27), + (101159, "341513", 1, 0, 27), + (101160, "341027", 1, 0, 27), + (101161, "341029", 1, 0, 27), + (101162, "341030", 1, 0, 27), + (101163, "305026", 1, 0, 27), + (101164, "341301", 1, 0, 27), + (101165, "341551", 1, 0, 27), + (101166, "341302", 1, 0, 27), + (101167, "341503", 1, 0, 27), + (101168, "341516", 1, 0, 27), + (101169, "341303", 1, 0, 27), + (101170, "341515", 1, 0, 27), + (101171, "341304", 1, 0, 27), + (101172, "341318", 1, 0, 27), + (101173, "341305", 1, 0, 27), + (101174, "341306", 1, 0, 27), + (101175, "341306", 1, 0, 27), + (101176, "326024", 1, 0, 27), + (101177, "342029", 1, 0, 27), + (101178, "303123", 1, 0, 27), + (101179, "302038", 1, 0, 27), + (101180, "302041", 1, 0, 27), + (101181, "323026", 1, 0, 27), + (101182, "304026", 1, 0, 27), + (101183, "302042", 1, 0, 27), + (101184, "312625", 1, 0, 27), + (101185, "303301", 1, 0, 27), + (101186, "312624", 1, 0, 27), + (101187, "307032", 1, 0, 27), + (101188, "325224", 1, 0, 27), + (101189, "305001", 1, 0, 27), + (101190, "305801", 1, 0, 27), + (101191, "301001", 1, 0, 27), + (101192, "301701", 1, 0, 27), + (101193, "344001", 1, 0, 27), + (101194, "305901", 1, 0, 27), + (101195, "334001", 1, 0, 27), + (101196, "312001", 1, 0, 27), + (101197, "331001", 1, 0, 27), + (101198, "331022", 1, 0, 27), + (101199, "328001", 1, 0, 27), + (101200, "333001", 1, 0, 27), + (101201, "333026", 1, 0, 27), + (101202, "342001", 1, 0, 27), + (101203, "345001", 1, 0, 27), + (101204, "341001", 1, 0, 27), + (101205, "341303", 1, 0, 27), + (101206, "306401", 1, 0, 27), + (101207, "306001", 1, 0, 27), + (101208, "322001", 1, 0, 27), + (101209, "322201", 1, 0, 27), + (101210, "322230", 1, 0, 27), + (101211, "332001", 1, 0, 27), + (101212, "332715", 1, 0, 27), + (101213, "307001", 1, 0, 27), + (101214, "343001", 1, 0, 27), + (101215, "335001", 1, 0, 27), + (101216, "335512", 1, 0, 27), + (101217, "313004", 1, 0, 27), + (101218, "313324", 1, 0, 27), + (101219, "302001", 1, 0, 27), + (101220, "302016", 1, 0, 27), + (101221, "302004", 1, 0, 27), + (101222, "321203", 1, 0, 27), + (101223, "311001", 1, 0, 27), + (101224, "314001", 1, 0, 27), + (101225, "327001", 1, 0, 27), + (101226, "303303", 1, 0, 27), + (101227, "303604", 1, 0, 27), + (101228, "303103", 1, 0, 27), + (101229, "324001", 1, 0, 27), + (101230, "326001", 1, 0, 27), + (101231, "324007", 1, 0, 27), + (101232, "304001", 1, 0, 27), + (101233, "323001", 1, 0, 27), + (101234, "321001", 1, 0, 27), + (101235, "305601", 1, 0, 27), + (101236, "341505", 1, 0, 27), + (101237, "305408", 1, 0, 27), + (101238, "331023", 1, 0, 27), + (101239, "324002", 1, 0, 27), + (101240, "312402", 1, 0, 27), + (101241, "303313", 1, 0, 27), + (101242, "303313", 1, 0, 27), + (101243, "342001", 1, 0, 27), + (101244, "312624", 1, 0, 27), + (101245, "323022", 1, 0, 27), + (101246, "321201", 1, 0, 27), + (101247, "312625", 1, 0, 27), + (101248, "312625", 1, 0, 27), + (101249, "312625", 1, 0, 27), + (101250, "312625", 1, 0, 27), + (101251, "312625", 1, 0, 27), + (101252, "312625", 1, 0, 27), + (101253, "312625", 1, 0, 27), + (101254, "312625", 1, 0, 27), + (101255, "312625", 1, 0, 27), + (101256, "312625", 1, 0, 27), + (101257, "312625", 1, 0, 27), + (101258, "312625", 1, 0, 27), + (101259, "312625", 1, 0, 27), + (101260, "312625", 1, 0, 27), + (101261, "312625", 1, 0, 27), + (101262, "312626", 1, 0, 27), + (101263, "312626", 1, 0, 27), + (101264, "312626", 1, 0, 27), + (101265, "312626", 1, 0, 27), + (101266, "312626", 1, 0, 27), + (101267, "312626", 1, 0, 27), + (101268, "312626", 1, 0, 27), + (101269, "312626", 1, 0, 27), + (101270, "312626", 1, 0, 27), + (101271, "312626", 1, 0, 27), + (101272, "344011", 1, 0, 27), + (101273, "323803", 1, 0, 27), + (101274, "301403", 1, 0, 27), + (101275, "335512", 1, 0, 27), + (101276, "335027", 1, 0, 27), + (101277, "334804", 1, 0, 27), + (101278, "335707", 1, 0, 27), + (101279, "334021", 1, 0, 27), + (101280, "332031", 1, 0, 27), + (101281, "303110", 1, 0, 27), + (101282, "303002", 1, 0, 27), + (101283, "322236", 1, 0, 27), + (101284, "322201", 1, 0, 27), + (101285, "313333", 1, 0, 27), + (101286, "305925", 1, 0, 27), + (101287, "333501", 1, 0, 27), + (101288, "327603", 1, 0, 27), + (101289, "327603", 1, 0, 27), + (101290, "303302", 1, 0, 27), + (101291, "331023", 1, 0, 27), + (101292, "321201", 1, 0, 27), + (101293, "321001", 1, 0, 27), + (101294, "311023", 1, 0, 27), + (101295, "311202", 1, 0, 27), + (101296, "326518", 1, 0, 27), + (101297, "312601", 1, 0, 27), + (101298, "312022", 1, 0, 27), + (101299, "312605", 1, 0, 27), + (101300, "312624", 1, 0, 27), + (101301, "312624", 1, 0, 27), + (101302, "312624", 1, 0, 27), + (101303, "312624", 1, 0, 27), + (101304, "312624", 1, 0, 27), + (101305, "312624", 1, 0, 27), + (101306, "312624", 1, 0, 27), + (101307, "312624", 1, 0, 27), + (101308, "312624", 1, 0, 27), + (101309, "312624", 1, 0, 27), + (101310, "312624", 1, 0, 27), + (101311, "312624", 1, 0, 27), + (101312, "312615", 1, 0, 27), + (101313, "313706", 1, 0, 27), + (101314, "311804", 1, 0, 27), + (101315, "305002", 1, 0, 27), + (101316, "321205", 1, 0, 27), + (101317, "303302", 1, 0, 27), + (101318, "303302", 1, 0, 27), + (101319, "335064", 1, 0, 27), + (101320, "335051", 1, 0, 27), + (101321, "335041", 1, 0, 27), + (101322, "335041", 1, 0, 27), + (101323, "335041", 1, 0, 27), + (101324, "335051", 1, 0, 27), + (101325, "335039", 1, 0, 27), + (101326, "335073", 1, 0, 27), + (101327, "335504", 1, 0, 27), + (101328, "335707", 1, 0, 27), + (101329, "335027", 1, 0, 27), + (101330, "335702", 1, 0, 27), + (101331, "305404", 1, 0, 27), + (101332, "301707", 1, 0, 27), + (101333, "301411", 1, 0, 27), + (101334, "301405", 1, 0, 27), + (101335, "301027", 1, 0, 27), + (101336, "332316", 1, 0, 27), + (101337, "332712", 1, 0, 27), + (101338, "342606", 1, 0, 27), + (101339, "342025", 1, 0, 27), + (101340, "342022", 1, 0, 27), + (101341, "342605", 1, 0, 27), + (101342, "335512", 1, 0, 27), + (101343, "304022", 1, 0, 27), + (101344, "343022", 1, 0, 27), + (101345, "342022", 1, 0, 27), + (101346, "342022", 1, 0, 27), + (101347, "345034", 1, 0, 27), + (101348, "342022", 1, 0, 27), + (101349, "345024", 1, 0, 27), + (101350, "304503", 1, 0, 27), + (101351, "332706", 1, 0, 27), + (101352, "301024", 1, 0, 27), + (101353, "307031", 1, 0, 27), + (101354, "307001", 1, 0, 27), + (101355, "307001", 1, 0, 27), + (101356, "307001", 1, 0, 27), + (101357, "322241", 1, 0, 27), + (101358, "333042", 1, 0, 27), + (101359, "322703", 1, 0, 27), + (101360, "322704", 1, 0, 27), + (101361, "333026", 1, 0, 27), + (101362, "333305", 1, 0, 27), + (101363, "331027", 1, 0, 27), + (101364, "333042", 1, 0, 27), + (101365, "333026", 1, 0, 27), + (101366, "333026", 1, 0, 27), + (101367, "333026", 1, 0, 27), + (101368, "333026", 1, 0, 27), + (101369, "333026", 1, 0, 27), + (101370, "333026", 1, 0, 27), + (101371, "333026", 1, 0, 27), + (101372, "333026", 1, 0, 27), + (101373, "333026", 1, 0, 27), + (101374, "333026", 1, 0, 27), + (101375, "333026", 1, 0, 27), + (101376, "333026", 1, 0, 27), + (101377, "333026", 1, 0, 27), + (101378, "333026", 1, 0, 27), + (101379, "333026", 1, 0, 27), + (101380, "333026", 1, 0, 27), + (101381, "333026", 1, 0, 27), + (101382, "333026", 1, 0, 27), + (101383, "333026", 1, 0, 27), + (101384, "333026", 1, 0, 27), + (101385, "333001", 1, 0, 27), + (101386, "303338", 1, 0, 27), + (101387, "303001", 1, 0, 27), + (101388, "303604", 1, 0, 27), + (101389, "305204", 1, 0, 27), + (101390, "311201", 1, 0, 27), + (101391, "311801", 1, 0, 27), + (101392, "311026", 1, 0, 27), + (101393, "311202", 1, 0, 27), + (101394, "311030", 1, 0, 27), + (101395, "311030", 1, 0, 27), + (101396, "311030", 1, 0, 27), + (101397, "311030", 1, 0, 27), + (101398, "311030", 1, 0, 27), + (101399, "311030", 1, 0, 27), + (101400, "311030", 1, 0, 27), + (101401, "311803", 1, 0, 27), + (101402, "312204", 1, 0, 27), + (101403, "312204", 1, 0, 27), + (101404, "312613", 1, 0, 27), + (101405, "331506", 1, 0, 27), + (101406, "331506", 1, 0, 27), + (101407, "345023", 1, 0, 27), + (101408, "342027", 1, 0, 27), + (101409, "342311", 1, 0, 27), + (101410, "342311", 1, 0, 27), + (101411, "342311", 1, 0, 27), + (101412, "342311", 1, 0, 27), + (101413, "306001", 1, 0, 27), + (101414, "306126", 1, 0, 27), + (101415, "306708", 1, 0, 27), + (101416, "332401", 1, 0, 27), + (101417, "332316", 1, 0, 27), + (101418, "332316", 1, 0, 27), + (101419, "332316", 1, 0, 27), + (101420, "332316", 1, 0, 27), + (101421, "332316", 1, 0, 27), + (101422, "332316", 1, 0, 27), + (101423, "332302", 1, 0, 27), + (101424, "332002", 1, 0, 27), + (101425, "332023", 1, 0, 27), + (101426, "332023", 1, 0, 27), + (101427, "332402", 1, 0, 27), + (101428, "332312", 1, 0, 27), + (101429, "332027", 1, 0, 27), + (101430, "332715", 1, 0, 27), + (101431, "332701", 1, 0, 27), + (101432, "332701", 1, 0, 27), + (101433, "332706", 1, 0, 27), + (101434, "332710", 1, 0, 27), + (101435, "332710", 1, 0, 27), + (101436, "332714", 1, 0, 27), + (101437, "332718", 1, 0, 27), + (101438, "332718", 1, 0, 27), + (101439, "332713", 1, 0, 27), + (101440, "332714", 1, 0, 27), + (101441, "332713", 1, 0, 27), + (101442, "332713", 1, 0, 27), + (101443, "332713", 1, 0, 27), + (101444, "332713", 1, 0, 27), + (101445, "332713", 1, 0, 27), + (101446, "332713", 1, 0, 27), + (101447, "332713", 1, 0, 27), + (101448, "332713", 1, 0, 27), + (101449, "332713", 1, 0, 27), + (101450, "335001", 1, 0, 27), + (101451, "335804", 1, 0, 27), + (101452, "335803", 1, 0, 27), + (101453, "335523", 1, 0, 27), + (101454, "335503", 1, 0, 27), + (101455, "314804", 1, 0, 27), + (101456, "314804", 1, 0, 27), + (101457, "314804", 1, 0, 27), + (101458, "327001", 1, 0, 27), + (101459, "327022", 1, 0, 27), + (101460, "327022", 1, 0, 27), + (101461, "327034", 1, 0, 27), + (101462, "314001", 1, 0, 27), + (101463, "314001", 1, 0, 27), + (101464, "314001", 1, 0, 27), + (101465, "314001", 1, 0, 27), + (101466, "314001", 1, 0, 27), + (101467, "314001", 1, 0, 27), + (101468, "314001", 1, 0, 27), + (101469, "327606", 1, 0, 27), + (101470, "327024", 1, 0, 27), + (101471, "314801", 1, 0, 27), + (101472, "314801", 1, 0, 27), + (101473, "314035", 1, 0, 27), + (101474, "314036", 1, 0, 27), + (101475, "314027", 1, 0, 27), + (101476, "314011", 1, 0, 27), + (101477, "314406", 1, 0, 27), + (101478, "314406", 1, 0, 27), + (101479, "314038", 1, 0, 27), + (101480, "314038", 1, 0, 27), + (101481, "314038", 1, 0, 27), + (101482, "314022", 1, 0, 27), + (101483, "314034", 1, 0, 27), + (101484, "301035", 1, 0, 27), + (101485, "345022", 1, 0, 27), + (101486, "345025", 1, 0, 27), + (101487, "345025", 1, 0, 27), + (101488, "345027", 1, 0, 27), + (101489, "342022", 1, 0, 27), + (101490, "342015", 1, 0, 27), + (101491, "345001", 1, 0, 27), + (101492, "345001", 1, 0, 27), + (101493, "312605", 1, 0, 27), + (101494, "301410", 1, 0, 27), + (101495, "328025", 1, 0, 27), + (101496, "328027", 1, 0, 27), + (101497, "312022", 1, 0, 27), + (101498, "312619", 1, 0, 27), + (101499, "313011", 1, 0, 27), + (101500, "311022", 1, 0, 27), + (101501, "311603", 1, 0, 27), + (101502, "311801", 1, 0, 27), + (101503, "311301", 1, 0, 27), + (101504, "311802", 1, 0, 27), + (101505, "311025", 1, 0, 27), + (101506, "311806", 1, 0, 27), + (101507, "311011", 1, 0, 27), + (101508, "333801", 1, 0, 27), + (101509, "333503", 1, 0, 27), + (101510, "331024", 1, 0, 27), + (101511, "313324", 1, 0, 27), + (101512, "303604", 1, 0, 27), + (101513, "303604", 1, 0, 27), + (101514, "303604", 1, 0, 27), + (101515, "303604", 1, 0, 27), + (101516, "321602", 1, 0, 27), + (101517, "321303", 1, 0, 27), + (101518, "314023", 1, 0, 27), + (101519, "314023", 1, 0, 27), + (101520, "314023", 1, 0, 27), + (101521, "314023", 1, 0, 27), + (101522, "314023", 1, 0, 27), + (101523, "314023", 1, 0, 27), + (101524, "314023", 1, 0, 27), + (101525, "314023", 1, 0, 27), + (101526, "311401", 1, 0, 27), + (101527, "311202", 1, 0, 27), + (101528, "311404", 1, 0, 27), + (101529, "311404", 1, 0, 27), + (101530, "342013", 1, 0, 27), + (101531, "314029", 1, 0, 27), + (101532, "311604", 1, 0, 27), + (101533, "342023", 1, 0, 27), + (101534, "342015", 1, 0, 27), + (101535, "342014", 1, 0, 27), + (101536, "341001", 1, 0, 27), + (101537, "341026", 1, 0, 27), + (101538, "341508", 1, 0, 27), + (101539, "325221", 1, 0, 27), + (101540, "325209", 1, 0, 27), + (101541, "325222", 1, 0, 27), + (101542, "325222", 1, 0, 27), + (101543, "325222", 1, 0, 27), + (101544, "325215", 1, 0, 27), + (101545, "325215", 1, 0, 27), + (101546, "325217", 1, 0, 27), + (101547, "326023", 1, 0, 27), + (101548, "326023", 1, 0, 27), + (101549, "326037", 1, 0, 27), + (101550, "326039", 1, 0, 27), + (101551, "302012", 1, 0, 27), + (101552, "302013", 1, 0, 27), + (101553, "302022", 1, 0, 27), + (101554, "302022", 1, 0, 27), + (101555, "313015", 1, 0, 27), + (101556, "313015", 1, 0, 27), + (101557, "313015", 1, 0, 27), + (101558, "313804", 1, 0, 27), + (101559, "313038", 1, 0, 27), + (101560, "313038", 1, 0, 27), + (101561, "313903", 1, 0, 27), + (101562, "313903", 1, 0, 27), + (101563, "313001", 1, 0, 27), + (101564, "341512", 1, 0, 27), + (101565, "341512", 1, 0, 27), + (101566, "341509", 1, 0, 27), + (101567, "341509", 1, 0, 27), + (101568, "341508", 1, 0, 27), + (101569, "341505", 1, 0, 27), + (101570, "341001", 1, 0, 27), + (101571, "342902", 1, 0, 27), + (101572, "342902", 1, 0, 27), + (101573, "342902", 1, 0, 27), + (101574, "342902", 1, 0, 27), + (101575, "342902", 1, 0, 27), + (101576, "342902", 1, 0, 27), + (101577, "342902", 1, 0, 27), + (101578, "341506", 1, 0, 27), + (101579, "341503", 1, 0, 27), + (101580, "341503", 1, 0, 27), + (101581, "323025", 1, 0, 27), + (101582, "304504", 1, 0, 27), + (101583, "304502", 1, 0, 27), + (101584, "304505", 1, 0, 27), + (101585, "334001", 1, 0, 27), + (101586, "334001", 1, 0, 27), + (101587, "334001", 1, 0, 27), + (101588, "334001", 1, 0, 27), + (101589, "334602", 1, 0, 27), + (101590, "334302", 1, 0, 27), + (101591, "331803", 1, 0, 27), + (101592, "331811", 1, 0, 27), + (101593, "331811", 1, 0, 27), + (101594, "334402", 1, 0, 27), + (101595, "307001", 1, 0, 27), + (101596, "307001", 1, 0, 27), + (101597, "307001", 1, 0, 27), + (101598, "307001", 1, 0, 27), + (101599, "307001", 1, 0, 27), + (101600, "307001", 1, 0, 27), + (101601, "307001", 1, 0, 27), + (101602, "307001", 1, 0, 27), + (101603, "307001", 1, 0, 27), + (101604, "307515", 1, 0, 27), + (101605, "307001", 1, 0, 27), + (101606, "307501", 1, 0, 27), + (101607, "307501", 1, 0, 27), + (101608, "307501", 1, 0, 27), + (101609, "307026", 1, 0, 27), + (101610, "307026", 1, 0, 27), + (101611, "307026", 1, 0, 27), + (101612, "307026", 1, 0, 27), + (101613, "307026", 1, 0, 27), + (101614, "307026", 1, 0, 27), + (101615, "307032", 1, 0, 27), + (101616, "307026", 1, 0, 27), + (101617, "307026", 1, 0, 27), + (101618, "307026", 1, 0, 27), + (101619, "307026", 1, 0, 27), + (101620, "307032", 1, 0, 27), + (101621, "307026", 1, 0, 27), + (101622, "307026", 1, 0, 27), + (101623, "307026", 1, 0, 27), + (101624, "307026", 1, 0, 27), + (101625, "307026", 1, 0, 27), + (101626, "307026", 1, 0, 27), + (101627, "307032", 1, 0, 27), + (101628, "307026", 1, 0, 27), + (101629, "307026", 1, 0, 27), + (101630, "307026", 1, 0, 27), + (101631, "307026", 1, 0, 27), + (101632, "307026", 1, 0, 27), + (101633, "307032", 1, 0, 27), + (101634, "307032", 1, 0, 27), + (101635, "307026", 1, 0, 27), + (101636, "307511", 1, 0, 27), + (101637, "307511", 1, 0, 27), + (101638, "307511", 1, 0, 27), + (101639, "307511", 1, 0, 27), + (101640, "307511", 1, 0, 27), + (101641, "307511", 1, 0, 27), + (101642, "307511", 1, 0, 27), + (101643, "307511", 1, 0, 27), + (101644, "307511", 1, 0, 27), + (101645, "307511", 1, 0, 27), + (101646, "307511", 1, 0, 27), + (101647, "307031", 1, 0, 27), + (101648, "307512", 1, 0, 27), + (101649, "307512", 1, 0, 27), + (101650, "307512", 1, 0, 27), + (101651, "307512", 1, 0, 27), + (101652, "307801", 1, 0, 27), + (101653, "307801", 1, 0, 27), + (101654, "307801", 1, 0, 27), + (101655, "307801", 1, 0, 27), + (101656, "307801", 1, 0, 27), + (101657, "307801", 1, 0, 27), + (101658, "307801", 1, 0, 27), + (101659, "307801", 1, 0, 27), + (101660, "307801", 1, 0, 27), + (101661, "307801", 1, 0, 27), + (101662, "307801", 1, 0, 27), + (101663, "307801", 1, 0, 27), + (101664, "307801", 1, 0, 27), + (101665, "307801", 1, 0, 27), + (101666, "307801", 1, 0, 27), + (101667, "307019", 1, 0, 27), + (101668, "307802", 1, 0, 27), + (101669, "307802", 1, 0, 27), + (101670, "307802", 1, 0, 27), + (101671, "307802", 1, 0, 27), + (101672, "307802", 1, 0, 27), + (101673, "307802", 1, 0, 27), + (101674, "307802", 1, 0, 27), + (101675, "307802", 1, 0, 27), + (101676, "307802", 1, 0, 27), + (101677, "307802", 1, 0, 27), + (101678, "307802", 1, 0, 27), + (101679, "307513", 1, 0, 27), + (101680, "307513", 1, 0, 27), + (101681, "307513", 1, 0, 27), + (101682, "307513", 1, 0, 27), + (101683, "307513", 1, 0, 27), + (101684, "307043", 1, 0, 27), + (101685, "307043", 1, 0, 27), + (101686, "307043", 1, 0, 27), + (101687, "307043", 1, 0, 27), + (101688, "307043", 1, 0, 27), + (101689, "307043", 1, 0, 27), + (101690, "307022", 1, 0, 27), + (101691, "307022", 1, 0, 27), + (101692, "307022", 1, 0, 27), + (101693, "307022", 1, 0, 27), + (101694, "307022", 1, 0, 27), + (101695, "307022", 1, 0, 27), + (101696, "307022", 1, 0, 27), + (101697, "307022", 1, 0, 27), + (101698, "307022", 1, 0, 27), + (101699, "307022", 1, 0, 27), + (101700, "307022", 1, 0, 27), + (101701, "307022", 1, 0, 27), + (101702, "307028", 1, 0, 27), + (101703, "307028", 1, 0, 27), + (101704, "307028", 1, 0, 27), + (101705, "307028", 1, 0, 27), + (101706, "307028", 1, 0, 27), + (101707, "307028", 1, 0, 27), + (101708, "307028", 1, 0, 27), + (101709, "307028", 1, 0, 27), + (101710, "307514", 1, 0, 27), + (101711, "307514", 1, 0, 27), + (101712, "307514", 1, 0, 27), + (101713, "307514", 1, 0, 27), + (101714, "307514", 1, 0, 27), + (101715, "307514", 1, 0, 27), + (101716, "307514", 1, 0, 27), + (101717, "307514", 1, 0, 27), + (101718, "307514", 1, 0, 27), + (101719, "307514", 1, 0, 27), + (101720, "307024", 1, 0, 27), + (101721, "307024", 1, 0, 27), + (101722, "307024", 1, 0, 27), + (101723, "307024", 1, 0, 27), + (101724, "307024", 1, 0, 27), + (101725, "307024", 1, 0, 27), + (101726, "307024", 1, 0, 27), + (101727, "307023", 1, 0, 27), + (101728, "307023", 1, 0, 27), + (101729, "307023", 1, 0, 27), + (101730, "307023", 1, 0, 27), + (101731, "307023", 1, 0, 27), + (101732, "307023", 1, 0, 27), + (101733, "307023", 1, 0, 27), + (101734, "307510", 1, 0, 27), + (101735, "307510", 1, 0, 27), + (101736, "307510", 1, 0, 27), + (101737, "307510", 1, 0, 27), + (101738, "307510", 1, 0, 27), + (101739, "307510", 1, 0, 27), + (101740, "307027", 1, 0, 27), + (101741, "307027", 1, 0, 27), + (101742, "307027", 1, 0, 27), + (101743, "307027", 1, 0, 27), + (101744, "343001", 1, 0, 27), + (101745, "343001", 1, 0, 27), + (101746, "343001", 1, 0, 27), + (101747, "343001", 1, 0, 27), + (101748, "343001", 1, 0, 27), + (101749, "343001", 1, 0, 27), + (101750, "343001", 1, 0, 27), + (101751, "343001", 1, 0, 27), + (101752, "343001", 1, 0, 27), + (101753, "343001", 1, 0, 27), + (101754, "343001", 1, 0, 27), + (101755, "343001", 1, 0, 27), + (101756, "343001", 1, 0, 27), + (101757, "343001", 1, 0, 27), + (101758, "307029", 1, 0, 27), + (101759, "307029", 1, 0, 27), + (101760, "307029", 1, 0, 27), + (101761, "307029", 1, 0, 27), + (101762, "307029", 1, 0, 27), + (101763, "307029", 1, 0, 27), + (101764, "307029", 1, 0, 27), + (101765, "307029", 1, 0, 27), + (101766, "307029", 1, 0, 27), + (101767, "307029", 1, 0, 27), + (101768, "307029", 1, 0, 27), + (101769, "307029", 1, 0, 27), + (101770, "307029", 1, 0, 27), + (101771, "307029", 1, 0, 27), + (101772, "307029", 1, 0, 27), + (101773, "307029", 1, 0, 27), + (101774, "307029", 1, 0, 27), + (101775, "307029", 1, 0, 27), + (101776, "307029", 1, 0, 27), + (101777, "307029", 1, 0, 27), + (101778, "307029", 1, 0, 27), + (101779, "307029", 1, 0, 27), + (101780, "307029", 1, 0, 27), + (101781, "307029", 1, 0, 27), + (101782, "307029", 1, 0, 27), + (101783, "307029", 1, 0, 27), + (101784, "343025", 1, 0, 27), + (101785, "343025", 1, 0, 27), + (101786, "343025", 1, 0, 27), + (101787, "343025", 1, 0, 27), + (101788, "343025", 1, 0, 27), + (101789, "343025", 1, 0, 27), + (101790, "343025", 1, 0, 27), + (101791, "343025", 1, 0, 27), + (101792, "343025", 1, 0, 27), + (101793, "343025", 1, 0, 27), + (101794, "343025", 1, 0, 27), + (101795, "343025", 1, 0, 27), + (101796, "343025", 1, 0, 27), + (101797, "343025", 1, 0, 27), + (101798, "343032", 1, 0, 27), + (101799, "343032", 1, 0, 27), + (101800, "343032", 1, 0, 27), + (101801, "343032", 1, 0, 27), + (101802, "343032", 1, 0, 27), + (101803, "343032", 1, 0, 27), + (101804, "343032", 1, 0, 27), + (101805, "343032", 1, 0, 27), + (101806, "343032", 1, 0, 27), + (101807, "343032", 1, 0, 27), + (101808, "343032", 1, 0, 27), + (101809, "343029", 1, 0, 27), + (101810, "343029", 1, 0, 27), + (101811, "343029", 1, 0, 27), + (101812, "343029", 1, 0, 27), + (101813, "343029", 1, 0, 27), + (101814, "343029", 1, 0, 27), + (101815, "343029", 1, 0, 27), + (101816, "343029", 1, 0, 27), + (101817, "343029", 1, 0, 27), + (101818, "343029", 1, 0, 27), + (101819, "343029", 1, 0, 27), + (101820, "343029", 1, 0, 27), + (101821, "343029", 1, 0, 27), + (101822, "343029", 1, 0, 27), + (101823, "343029", 1, 0, 27), + (101824, "343029", 1, 0, 27), + (101825, "343029", 1, 0, 27), + (101826, "343029", 1, 0, 27), + (101827, "343029", 1, 0, 27), + (101828, "343029", 1, 0, 27), + (101829, "343029", 1, 0, 27), + (101830, "343029", 1, 0, 27), + (101831, "343029", 1, 0, 27), + (101832, "343029", 1, 0, 27), + (101833, "343029", 1, 0, 27), + (101834, "343029", 1, 0, 27), + (101835, "343023", 1, 0, 27), + (101836, "343023", 1, 0, 27), + (101837, "343023", 1, 0, 27), + (101838, "307030", 1, 0, 27), + (101839, "307030", 1, 0, 27), + (101840, "307030", 1, 0, 27), + (101841, "307030", 1, 0, 27), + (101842, "307030", 1, 0, 27), + (101843, "307030", 1, 0, 27), + (101844, "307030", 1, 0, 27), + (101845, "307030", 1, 0, 27), + (101846, "307030", 1, 0, 27), + (101847, "307030", 1, 0, 27), + (101848, "307030", 1, 0, 27), + (101849, "307030", 1, 0, 27), + (101850, "307030", 1, 0, 27), + (101851, "307030", 1, 0, 27), + (101852, "307030", 1, 0, 27), + (101853, "307030", 1, 0, 27), + (101854, "343027", 1, 0, 27), + (101855, "343027", 1, 0, 27), + (101856, "343027", 1, 0, 27), + (101857, "343027", 1, 0, 27), + (101858, "343027", 1, 0, 27), + (101859, "343027", 1, 0, 27), + (101860, "343027", 1, 0, 27), + (101861, "307515", 1, 0, 27), + (101862, "307515", 1, 0, 27), + (101863, "307515", 1, 0, 27), + (101864, "307515", 1, 0, 27), + (101865, "307515", 1, 0, 27), + (101866, "307515", 1, 0, 27), + (101867, "343030", 1, 0, 27), + (101868, "343030", 1, 0, 27), + (101869, "343030", 1, 0, 27), + (101870, "343030", 1, 0, 27), + (101871, "343030", 1, 0, 27), + (101872, "343030", 1, 0, 27), + (101873, "343030", 1, 0, 27), + (101874, "343030", 1, 0, 27), + (101875, "343030", 1, 0, 27), + (101876, "343030", 1, 0, 27), + (101877, "343030", 1, 0, 27), + (101878, "343030", 1, 0, 27), + (101879, "343049", 1, 0, 27), + (101880, "343049", 1, 0, 27), + (101881, "343049", 1, 0, 27), + (101882, "343049", 1, 0, 27), + (101883, "343049", 1, 0, 27), + (101884, "343049", 1, 0, 27), + (101885, "343049", 1, 0, 27), + (101886, "343049", 1, 0, 27), + (101887, "343049", 1, 0, 27), + (101888, "343042", 1, 0, 27), + (101889, "343042", 1, 0, 27), + (101890, "343042", 1, 0, 27), + (101891, "343042", 1, 0, 27), + (101892, "343042", 1, 0, 27), + (101893, "343042", 1, 0, 27), + (101894, "343042", 1, 0, 27), + (101895, "343042", 1, 0, 27), + (101896, "343042", 1, 0, 27), + (101897, "343039", 1, 0, 27), + (101898, "343039", 1, 0, 27), + (101899, "343039", 1, 0, 27), + (101900, "343028", 1, 0, 27), + (101901, "343028", 1, 0, 27), + (101902, "307803", 1, 0, 27), + (101903, "307803", 1, 0, 27), + (101904, "307803", 1, 0, 27), + (101905, "307803", 1, 0, 27), + (101906, "307803", 1, 0, 27), + (101907, "307803", 1, 0, 27), + (101908, "307803", 1, 0, 27), + (101909, "307803", 1, 0, 27), + (101910, "307803", 1, 0, 27), + (101911, "343040", 1, 0, 27), + (101912, "343040", 1, 0, 27), + (101913, "343040", 1, 0, 27), + (101914, "343040", 1, 0, 27), + (101915, "343040", 1, 0, 27), + (101916, "343040", 1, 0, 27), + (101917, "343040", 1, 0, 27), + (101918, "343040", 1, 0, 27), + (101919, "343040", 1, 0, 27), + (101920, "343040", 1, 0, 27), + (101921, "343040", 1, 0, 27), + (101922, "343040", 1, 0, 27), + (101923, "343040", 1, 0, 27), + (101924, "343040", 1, 0, 27), + (101925, "343040", 1, 0, 27), + (101926, "343040", 1, 0, 27), + (101927, "343040", 1, 0, 27), + (101928, "343040", 1, 0, 27), + (101929, "343040", 1, 0, 27), + (101930, "343040", 1, 0, 27), + (101931, "343040", 1, 0, 27), + (101932, "343040", 1, 0, 27), + (101933, "343040", 1, 0, 27), + (101934, "343041", 1, 0, 27), + (101935, "343041", 1, 0, 27), + (101936, "343041", 1, 0, 27), + (101937, "343041", 1, 0, 27), + (101938, "343041", 1, 0, 27), + (101939, "343041", 1, 0, 27), + (101940, "343041", 1, 0, 27), + (101941, "343041", 1, 0, 27), + (101942, "343041", 1, 0, 27), + (101943, "343041", 1, 0, 27), + (101944, "343041", 1, 0, 27), + (101945, "343041", 1, 0, 27), + (101946, "343041", 1, 0, 27), + (101947, "343041", 1, 0, 27), + (101948, "343041", 1, 0, 27), + (101949, "343041", 1, 0, 27), + (101950, "343041", 1, 0, 27), + (101951, "343041", 1, 0, 27), + (101952, "343041", 1, 0, 27), + (101953, "343041", 1, 0, 27), + (101954, "343041", 1, 0, 27), + (101955, "343041", 1, 0, 27), + (101956, "343041", 1, 0, 27), + (101957, "343041", 1, 0, 27), + (101958, "343041", 1, 0, 27), + (101959, "343041", 1, 0, 27), + (101960, "343041", 1, 0, 27), + (101961, "343041", 1, 0, 27), + (101962, "343041", 1, 0, 27), + (101963, "343041", 1, 0, 27), + (101964, "343041", 1, 0, 27), + (101965, "343041", 1, 0, 27), + (101966, "343041", 1, 0, 27), + (101967, "343041", 1, 0, 27), + (101968, "343022", 1, 0, 27), + (101969, "343022", 1, 0, 27), + (101970, "343022", 1, 0, 27), + (101971, "343022", 1, 0, 27), + (101972, "343022", 1, 0, 27), + (101973, "343022", 1, 0, 27), + (101974, "343022", 1, 0, 27), + (101975, "343022", 1, 0, 27), + (101976, "343024", 1, 0, 27), + (101977, "343024", 1, 0, 27), + (101978, "343024", 1, 0, 27), + (101979, "343024", 1, 0, 27), + (101980, "343021", 1, 0, 27), + (101981, "343021", 1, 0, 27), + (101982, "343021", 1, 0, 27), + (101983, "343021", 1, 0, 27), + (101984, "343048", 1, 0, 27), + (101985, "301020", 1, 0, 27), + (101986, "301020", 1, 0, 27), + (101987, "301020", 1, 0, 27), + (101988, "301701", 1, 0, 27), + (101989, "301701", 1, 0, 27), + (101990, "301701", 1, 0, 27), + (101991, "301701", 1, 0, 27), + (101992, "301701", 1, 0, 27), + (101993, "301701", 1, 0, 27), + (101994, "301701", 1, 0, 27), + (101995, "301701", 1, 0, 27), + (101996, "301701", 1, 0, 27), + (101997, "301701", 1, 0, 27), + (101998, "301701", 1, 0, 27), + (101999, "301701", 1, 0, 27), + (102000, "301701", 1, 0, 27), + (102001, "301701", 1, 0, 27), + (102002, "301401", 1, 0, 27), + (102003, "301401", 1, 0, 27), + (102004, "301401", 1, 0, 27), + (102005, "301401", 1, 0, 27), + (102006, "301401", 1, 0, 27), + (102007, "301401", 1, 0, 27), + (102008, "301401", 1, 0, 27), + (102009, "301401", 1, 0, 27), + (102010, "301401", 1, 0, 27), + (102011, "301401", 1, 0, 27), + (102012, "301402", 1, 0, 27), + (102013, "301402", 1, 0, 27), + (102014, "301402", 1, 0, 27), + (102015, "301402", 1, 0, 27), + (102016, "301402", 1, 0, 27), + (102017, "301402", 1, 0, 27), + (102018, "301402", 1, 0, 27), + (102019, "301402", 1, 0, 27), + (102020, "301402", 1, 0, 27), + (102021, "301402", 1, 0, 27), + (102022, "301402", 1, 0, 27), + (102023, "301402", 1, 0, 27), + (102024, "301402", 1, 0, 27), + (102025, "301402", 1, 0, 27), + (102026, "301402", 1, 0, 27), + (102027, "301402", 1, 0, 27), + (102028, "301402", 1, 0, 27), + (102029, "301405", 1, 0, 27), + (102030, "301405", 1, 0, 27), + (102031, "301403", 1, 0, 27), + (102032, "301714", 1, 0, 27), + (102033, "301714", 1, 0, 27), + (102034, "301709", 1, 0, 27), + (102035, "301709", 1, 0, 27), + (102036, "301709", 1, 0, 27), + (102037, "301709", 1, 0, 27), + (102038, "301412", 1, 0, 27), + (102039, "301412", 1, 0, 27), + (102040, "301412", 1, 0, 27), + (102041, "301412", 1, 0, 27), + (102042, "301412", 1, 0, 27), + (102043, "301412", 1, 0, 27), + (102044, "301403", 1, 0, 27), + (102045, "301403", 1, 0, 27), + (102046, "301403", 1, 0, 27), + (102047, "301403", 1, 0, 27), + (102048, "301713", 1, 0, 27), + (102049, "301713", 1, 0, 27), + (102050, "301713", 1, 0, 27), + (102051, "301713", 1, 0, 27), + (102052, "301713", 1, 0, 27), + (102053, "301427", 1, 0, 27), + (102054, "301427", 1, 0, 27), + (102055, "301427", 1, 0, 27), + (102056, "301427", 1, 0, 27), + (102057, "301427", 1, 0, 27), + (102058, "301427", 1, 0, 27), + (102059, "301427", 1, 0, 27), + (102060, "301427", 1, 0, 27), + (102061, "301404", 1, 0, 27), + (102062, "301404", 1, 0, 27), + (102063, "301404", 1, 0, 27), + (102064, "301404", 1, 0, 27), + (102065, "301404", 1, 0, 27), + (102066, "301404", 1, 0, 27), + (102067, "301404", 1, 0, 27), + (102068, "301404", 1, 0, 27), + (102069, "301404", 1, 0, 27), + (102070, "301404", 1, 0, 27), + (102071, "301404", 1, 0, 27), + (102072, "301404", 1, 0, 27), + (102073, "301404", 1, 0, 27), + (102074, "301404", 1, 0, 27), + (102075, "301708", 1, 0, 27), + (102076, "301708", 1, 0, 27), + (102077, "301708", 1, 0, 27), + (102078, "301708", 1, 0, 27), + (102079, "301703", 1, 0, 27), + (102080, "301703", 1, 0, 27), + (102081, "301703", 1, 0, 27), + (102082, "301703", 1, 0, 27), + (102083, "301703", 1, 0, 27), + (102084, "301703", 1, 0, 27), + (102085, "301703", 1, 0, 27), + (102086, "301704", 1, 0, 27), + (102087, "301704", 1, 0, 27), + (102088, "301704", 1, 0, 27), + (102089, "301704", 1, 0, 27), + (102090, "301704", 1, 0, 27), + (102091, "301704", 1, 0, 27), + (102092, "301704", 1, 0, 27), + (102093, "301704", 1, 0, 27), + (102094, "301407", 1, 0, 27), + (102095, "301407", 1, 0, 27), + (102096, "301407", 1, 0, 27), + (102097, "301407", 1, 0, 27), + (102098, "301407", 1, 0, 27), + (102099, "301705", 1, 0, 27), + (102100, "301705", 1, 0, 27), + (102101, "301705", 1, 0, 27), + (102102, "301705", 1, 0, 27), + (102103, "301706", 1, 0, 27), + (102104, "301706", 1, 0, 27), + (102105, "301706", 1, 0, 27), + (102106, "301706", 1, 0, 27), + (102107, "301706", 1, 0, 27), + (102108, "301706", 1, 0, 27), + (102109, "301706", 1, 0, 27), + (102110, "301001", 1, 0, 27), + (102111, "301001", 1, 0, 27), + (102112, "301001", 1, 0, 27), + (102113, "301001", 1, 0, 27), + (102114, "301001", 1, 0, 27), + (102115, "301023", 1, 0, 27), + (102116, "301001", 1, 0, 27), + (102117, "301001", 1, 0, 27), + (102118, "301023", 1, 0, 27), + (102119, "301001", 1, 0, 27), + (102120, "301001", 1, 0, 27), + (102121, "301001", 1, 0, 27), + (102122, "301001", 1, 0, 27), + (102123, "301001", 1, 0, 27), + (102124, "301023", 1, 0, 27), + (102125, "301001", 1, 0, 27), + (102126, "301023", 1, 0, 27), + (102127, "301023", 1, 0, 27), + (102128, "301001", 1, 0, 27), + (102129, "301001", 1, 0, 27), + (102130, "301001", 1, 0, 27), + (102131, "301028", 1, 0, 27), + (102132, "301028", 1, 0, 27), + (102133, "301028", 1, 0, 27), + (102134, "301028", 1, 0, 27), + (102135, "301028", 1, 0, 27), + (102136, "301028", 1, 0, 27), + (102137, "301028", 1, 0, 27), + (102138, "301028", 1, 0, 27), + (102139, "301028", 1, 0, 27), + (102140, "301028", 1, 0, 27), + (102141, "301021", 1, 0, 27), + (102142, "301021", 1, 0, 27), + (102143, "301021", 1, 0, 27), + (102144, "301021", 1, 0, 27), + (102145, "301021", 1, 0, 27), + (102146, "301021", 1, 0, 27), + (102147, "301021", 1, 0, 27), + (102148, "301021", 1, 0, 27), + (102149, "301021", 1, 0, 27), + (102150, "301021", 1, 0, 27), + (102151, "301604", 1, 0, 27), + (102152, "301604", 1, 0, 27), + (102153, "301604", 1, 0, 27), + (102154, "301604", 1, 0, 27), + (102155, "301604", 1, 0, 27), + (102156, "301604", 1, 0, 27), + (102157, "301406", 1, 0, 27), + (102158, "301406", 1, 0, 27), + (102159, "301406", 1, 0, 27), + (102160, "301406", 1, 0, 27), + (102161, "301406", 1, 0, 27), + (102162, "301406", 1, 0, 27), + (102163, "301406", 1, 0, 27), + (102164, "301406", 1, 0, 27), + (102165, "301406", 1, 0, 27), + (102166, "301406", 1, 0, 27), + (102167, "301406", 1, 0, 27), + (102168, "301406", 1, 0, 27), + (102169, "301406", 1, 0, 27), + (102170, "301024", 1, 0, 27), + (102171, "301024", 1, 0, 27), + (102172, "301024", 1, 0, 27), + (102173, "301024", 1, 0, 27), + (102174, "301024", 1, 0, 27), + (102175, "301024", 1, 0, 27), + (102176, "301024", 1, 0, 27), + (102177, "301024", 1, 0, 27), + (102178, "301024", 1, 0, 27), + (102179, "301024", 1, 0, 27), + (102180, "301024", 1, 0, 27), + (102181, "301024", 1, 0, 27), + (102182, "301024", 1, 0, 27), + (102183, "301024", 1, 0, 27), + (102184, "301025", 1, 0, 27), + (102185, "301025", 1, 0, 27), + (102186, "301025", 1, 0, 27), + (102187, "301025", 1, 0, 27), + (102188, "301025", 1, 0, 27), + (102189, "301025", 1, 0, 27), + (102190, "301025", 1, 0, 27), + (102191, "301025", 1, 0, 27), + (102192, "301026", 1, 0, 27), + (102193, "301026", 1, 0, 27), + (102194, "301026", 1, 0, 27), + (102195, "301026", 1, 0, 27), + (102196, "301026", 1, 0, 27), + (102197, "301026", 1, 0, 27), + (102198, "301026", 1, 0, 27), + (102199, "301026", 1, 0, 27), + (102200, "301026", 1, 0, 27), + (102201, "301026", 1, 0, 27), + (102202, "301026", 1, 0, 27), + (102203, "301026", 1, 0, 27), + (102204, "301410", 1, 0, 27), + (102205, "301410", 1, 0, 27), + (102206, "301410", 1, 0, 27), + (102207, "301410", 1, 0, 27), + (102208, "301410", 1, 0, 27), + (102209, "301410", 1, 0, 27), + (102210, "301410", 1, 0, 27), + (102211, "301410", 1, 0, 27), + (102212, "301019", 1, 0, 27), + (102213, "301414", 1, 0, 27), + (102214, "301414", 1, 0, 27), + (102215, "301414", 1, 0, 27), + (102216, "301414", 1, 0, 27), + (102217, "301414", 1, 0, 27), + (102218, "301414", 1, 0, 27), + (102219, "301414", 1, 0, 27), + (102220, "301414", 1, 0, 27), + (102221, "301413", 1, 0, 27), + (102222, "301413", 1, 0, 27), + (102223, "301413", 1, 0, 27), + (102224, "301413", 1, 0, 27), + (102225, "301413", 1, 0, 27), + (102226, "301413", 1, 0, 27), + (102227, "301413", 1, 0, 27), + (102228, "301413", 1, 0, 27), + (102229, "301413", 1, 0, 27), + (102230, "301413", 1, 0, 27), + (102231, "321605", 1, 0, 27), + (102232, "321605", 1, 0, 27), + (102233, "321605", 1, 0, 27), + (102234, "321605", 1, 0, 27), + (102235, "321605", 1, 0, 27), + (102236, "321605", 1, 0, 27), + (102237, "321605", 1, 0, 27), + (102238, "321605", 1, 0, 27), + (102239, "321605", 1, 0, 27), + (102240, "321605", 1, 0, 27), + (102241, "321605", 1, 0, 27), + (102242, "321605", 1, 0, 27), + (102243, "321605", 1, 0, 27), + (102244, "321605", 1, 0, 27), + (102245, "301018", 1, 0, 27), + (102246, "301018", 1, 0, 27), + (102247, "321606", 1, 0, 27), + (102248, "321606", 1, 0, 27), + (102249, "321606", 1, 0, 27), + (102250, "321606", 1, 0, 27), + (102251, "321606", 1, 0, 27), + (102252, "321606", 1, 0, 27), + (102253, "321606", 1, 0, 27), + (102254, "321606", 1, 0, 27), + (102255, "321606", 1, 0, 27), + (102256, "301405", 1, 0, 27), + (102257, "301405", 1, 0, 27), + (102258, "301405", 1, 0, 27), + (102259, "301405", 1, 0, 27), + (102260, "301405", 1, 0, 27), + (102261, "301405", 1, 0, 27), + (102262, "301405", 1, 0, 27), + (102263, "301405", 1, 0, 27), + (102264, "301405", 1, 0, 27), + (102265, "301405", 1, 0, 27), + (102266, "301405", 1, 0, 27), + (102267, "301405", 1, 0, 27), + (102268, "301405", 1, 0, 27), + (102269, "301405", 1, 0, 27), + (102270, "301405", 1, 0, 27), + (102271, "301405", 1, 0, 27), + (102272, "301405", 1, 0, 27), + (102273, "301405", 1, 0, 27), + (102274, "301702", 1, 0, 27), + (102275, "301702", 1, 0, 27), + (102276, "301702", 1, 0, 27), + (102277, "301702", 1, 0, 27), + (102278, "301702", 1, 0, 27), + (102279, "301702", 1, 0, 27), + (102280, "301702", 1, 0, 27), + (102281, "301702", 1, 0, 27), + (102282, "301702", 1, 0, 27), + (102283, "301702", 1, 0, 27), + (102284, "301702", 1, 0, 27), + (102285, "301702", 1, 0, 27), + (102286, "321607", 1, 0, 27), + (102287, "321607", 1, 0, 27), + (102288, "321607", 1, 0, 27), + (102289, "321607", 1, 0, 27), + (102290, "321607", 1, 0, 27), + (102291, "321607", 1, 0, 27), + (102292, "321607", 1, 0, 27), + (102293, "321607", 1, 0, 27), + (102294, "321607", 1, 0, 27), + (102295, "321607", 1, 0, 27), + (102296, "321607", 1, 0, 27), + (102297, "321607", 1, 0, 27), + (102298, "321607", 1, 0, 27), + (102299, "321633", 1, 0, 27), + (102300, "321633", 1, 0, 27), + (102301, "321633", 1, 0, 27), + (102302, "321633", 1, 0, 27), + (102303, "321633", 1, 0, 27), + (102304, "321633", 1, 0, 27), + (102305, "321633", 1, 0, 27), + (102306, "301030", 1, 0, 27), + (102307, "301030", 1, 0, 27), + (102308, "301030", 1, 0, 27), + (102309, "301030", 1, 0, 27), + (102310, "301030", 1, 0, 27), + (102311, "301030", 1, 0, 27), + (102312, "301030", 1, 0, 27), + (102313, "301027", 1, 0, 27), + (102314, "301027", 1, 0, 27), + (102315, "301027", 1, 0, 27), + (102316, "301027", 1, 0, 27), + (102317, "301027", 1, 0, 27), + (102318, "301027", 1, 0, 27), + (102319, "301027", 1, 0, 27), + (102320, "301027", 1, 0, 27), + (102321, "301408", 1, 0, 27), + (102322, "301408", 1, 0, 27), + (102323, "301415", 1, 0, 27), + (102324, "301408", 1, 0, 27), + (102325, "301408", 1, 0, 27), + (102326, "301408", 1, 0, 27), + (102327, "301415", 1, 0, 27), + (102328, "301408", 1, 0, 27), + (102329, "301408", 1, 0, 27), + (102330, "301415", 1, 0, 27), + (102331, "301408", 1, 0, 27), + (102332, "301415", 1, 0, 27), + (102333, "301415", 1, 0, 27), + (102334, "301408", 1, 0, 27), + (102335, "301415", 1, 0, 27), + (102336, "301408", 1, 0, 27), + (102337, "301415", 1, 0, 27), + (102338, "301408", 1, 0, 27), + (102339, "301408", 1, 0, 27), + (102340, "301408", 1, 0, 27), + (102341, "301408", 1, 0, 27), + (102342, "301409", 1, 0, 27), + (102343, "301409", 1, 0, 27), + (102344, "301409", 1, 0, 27), + (102345, "301409", 1, 0, 27), + (102346, "301409", 1, 0, 27), + (102347, "301409", 1, 0, 27), + (102348, "301409", 1, 0, 27), + (102349, "301409", 1, 0, 27), + (102350, "301409", 1, 0, 27), + (102351, "301409", 1, 0, 27), + (102352, "301409", 1, 0, 27), + (102353, "301409", 1, 0, 27), + (102354, "301409", 1, 0, 27), + (102355, "301035", 1, 0, 27), + (102356, "301035", 1, 0, 27), + (102357, "301035", 1, 0, 27), + (102358, "301035", 1, 0, 27), + (102359, "301035", 1, 0, 27), + (102360, "301035", 1, 0, 27), + (102361, "301035", 1, 0, 27), + (102362, "301035", 1, 0, 27), + (102363, "301035", 1, 0, 27), + (102364, "301707", 1, 0, 27), + (102365, "301707", 1, 0, 27), + (102366, "301707", 1, 0, 27), + (102367, "301707", 1, 0, 27), + (102368, "301707", 1, 0, 27), + (102369, "301707", 1, 0, 27), + (102370, "301707", 1, 0, 27), + (102371, "301707", 1, 0, 27), + (102372, "301022", 1, 0, 27), + (102373, "301022", 1, 0, 27), + (102374, "301022", 1, 0, 27), + (102375, "301022", 1, 0, 27), + (102376, "301022", 1, 0, 27), + (102377, "301022", 1, 0, 27), + (102378, "301022", 1, 0, 27), + (102379, "301022", 1, 0, 27), + (102380, "301022", 1, 0, 27), + (102381, "301022", 1, 0, 27), + (102382, "301022", 1, 0, 27), + (102383, "301022", 1, 0, 27), + (102384, "301022", 1, 0, 27), + (102385, "301411", 1, 0, 27), + (102386, "301411", 1, 0, 27), + (102387, "301411", 1, 0, 27), + (102388, "301411", 1, 0, 27), + (102389, "301411", 1, 0, 27), + (102390, "301411", 1, 0, 27), + (102391, "301411", 1, 0, 27), + (102392, "301411", 1, 0, 27), + (102393, "301411", 1, 0, 27), + (102394, "301411", 1, 0, 27), + (102395, "301411", 1, 0, 27), + (102396, "301411", 1, 0, 27), + (102397, "301411", 1, 0, 27), + (102398, "301411", 1, 0, 27), + (102399, "301411", 1, 0, 27), + (102400, "301411", 1, 0, 27), + (102401, "304001", 1, 0, 27), + (102402, "306103", 1, 0, 27), + (102403, "306023", 1, 0, 27), + (102404, "326037", 1, 0, 27), + (102405, "325215", 1, 0, 27), + (102406, "325001", 1, 0, 27), + (102407, "302031", 1, 0, 27), + (102408, "302031", 1, 0, 27), + (102409, "305004", 1, 0, 27), + (102410, "305814", 1, 0, 27), + (102411, "305004", 1, 0, 27), + (102412, "305813", 1, 0, 27), + (102413, "305813", 1, 0, 27), + (102414, "305813", 1, 0, 27), + (102415, "305813", 1, 0, 27), + (102416, "305813", 1, 0, 27), + (102417, "305813", 1, 0, 27), + (102418, "305813", 1, 0, 27), + (102419, "305813", 1, 0, 27), + (102420, "305813", 1, 0, 27), + (102421, "305812", 1, 0, 27), + (102422, "305816", 1, 0, 27), + (102423, "305816", 1, 0, 27), + (102424, "305021", 1, 0, 27), + (102425, "305021", 1, 0, 27), + (102426, "305819", 1, 0, 27), + (102427, "305802", 1, 0, 27), + (102428, "305802", 1, 0, 27), + (102429, "305802", 1, 0, 27), + (102430, "305802", 1, 0, 27), + (102431, "305811", 1, 0, 27), + (102432, "305811", 1, 0, 27), + (102433, "305811", 1, 0, 27), + (102434, "305811", 1, 0, 27), + (102435, "305811", 1, 0, 27), + (102436, "305811", 1, 0, 27), + (102437, "305022", 1, 0, 27), + (102438, "305022", 1, 0, 27), + (102439, "305022", 1, 0, 27), + (102440, "305022", 1, 0, 27), + (102441, "305022", 1, 0, 27), + (102442, "305022", 1, 0, 27), + (102443, "305022", 1, 0, 27), + (102444, "305022", 1, 0, 27), + (102445, "305205", 1, 0, 27), + (102446, "305205", 1, 0, 27), + (102447, "305205", 1, 0, 27), + (102448, "305205", 1, 0, 27), + (102449, "305814", 1, 0, 27), + (102450, "305814", 1, 0, 27), + (102451, "305814", 1, 0, 27), + (102452, "305814", 1, 0, 27), + (102453, "305814", 1, 0, 27), + (102454, "305814", 1, 0, 27), + (102455, "305814", 1, 0, 27), + (102456, "305814", 1, 0, 27), + (102457, "305814", 1, 0, 27), + (102458, "305815", 1, 0, 27), + (102459, "305815", 1, 0, 27), + (102460, "305815", 1, 0, 27), + (102461, "305815", 1, 0, 27), + (102462, "305206", 1, 0, 27), + (102463, "305206", 1, 0, 27), + (102464, "305206", 1, 0, 27), + (102465, "305206", 1, 0, 27), + (102466, "305206", 1, 0, 27), + (102467, "305206", 1, 0, 27), + (102468, "305206", 1, 0, 27), + (102469, "305025", 1, 0, 27), + (102470, "305025", 1, 0, 27), + (102471, "305025", 1, 0, 27), + (102472, "305025", 1, 0, 27), + (102473, "305025", 1, 0, 27), + (102474, "305025", 1, 0, 27), + (102475, "305025", 1, 0, 27), + (102476, "305025", 1, 0, 27), + (102477, "305025", 1, 0, 27), + (102478, "305025", 1, 0, 27), + (102479, "305813", 1, 0, 27), + (102480, "305813", 1, 0, 27), + (102481, "305801", 1, 0, 27), + (102482, "305801", 1, 0, 27), + (102483, "305801", 1, 0, 27), + (102484, "305801", 1, 0, 27), + (102485, "305801", 1, 0, 27), + (102486, "305801", 1, 0, 27), + (102487, "305801", 1, 0, 27), + (102488, "305801", 1, 0, 27), + (102489, "305801", 1, 0, 27), + (102490, "305801", 1, 0, 27), + (102491, "305801", 1, 0, 27), + (102492, "305801", 1, 0, 27), + (102493, "305801", 1, 0, 27), + (102494, "305801", 1, 0, 27), + (102495, "305023", 1, 0, 27), + (102496, "305023", 1, 0, 27), + (102497, "305023", 1, 0, 27), + (102498, "305023", 1, 0, 27), + (102499, "305023", 1, 0, 27), + (102500, "305023", 1, 0, 27), + (102501, "305023", 1, 0, 27), + (102502, "305023", 1, 0, 27), + (102503, "305023", 1, 0, 27), + (102504, "305812", 1, 0, 27), + (102505, "305005", 1, 0, 27), + (102506, "305005", 1, 0, 27), + (102507, "305005", 1, 0, 27), + (102508, "305003", 1, 0, 27), + (102509, "305003", 1, 0, 27), + (102510, "305002", 1, 0, 27), + (102511, "305024", 1, 0, 27), + (102512, "305024", 1, 0, 27), + (102513, "305012", 1, 0, 27), + (102514, "305004", 1, 0, 27), + (102515, "344026", 1, 0, 27), + (102516, "344701", 1, 0, 27), + (102517, "344701", 1, 0, 27), + (102518, "344706", 1, 0, 27), + (102519, "344032", 1, 0, 27), + (102520, "344705", 1, 0, 27), + (102521, "344043", 1, 0, 27), + (102522, "344701", 1, 0, 27), + (102523, "344021", 1, 0, 27), + (102524, "344702", 1, 0, 27), + (102525, "344701", 1, 0, 27), + (102526, "344022", 1, 0, 27), + (102527, "344001", 1, 0, 27), + (102528, "344704", 1, 0, 27), + (102529, "344708", 1, 0, 27), + (102530, "344702", 1, 0, 27), + (102531, "344501", 1, 0, 27), + (102532, "344704", 1, 0, 27), + (102533, "344703", 1, 0, 27), + (102534, "344022", 1, 0, 27), + (102535, "344502", 1, 0, 27), + (102536, "344702", 1, 0, 27), + (102537, "344502", 1, 0, 27), + (102538, "344033", 1, 0, 27), + (102539, "344704", 1, 0, 27), + (102540, "344034", 1, 0, 27), + (102541, "344501", 1, 0, 27), + (102542, "344703", 1, 0, 27), + (102543, "344011", 1, 0, 27), + (102544, "344033", 1, 0, 27), + (102545, "344034", 1, 0, 27), + (102546, "344032", 1, 0, 27), + (102547, "344706", 1, 0, 27), + (102548, "344035", 1, 0, 27), + (102549, "344701", 1, 0, 27), + (102550, "344035", 1, 0, 27), + (102551, "344011", 1, 0, 27), + (102552, "344011", 1, 0, 27), + (102553, "344031", 1, 0, 27), + (102554, "344022", 1, 0, 27), + (102555, "344033", 1, 0, 27), + (102556, "344031", 1, 0, 27), + (102557, "344031", 1, 0, 27), + (102558, "344702", 1, 0, 27), + (102559, "344021", 1, 0, 27), + (102560, "344044", 1, 0, 27), + (102561, "344001", 1, 0, 27), + (102562, "344502", 1, 0, 27), + (102563, "344044", 1, 0, 27), + (102564, "344702", 1, 0, 27), + (102565, "344022", 1, 0, 27), + (102566, "344001", 1, 0, 27), + (102567, "344502", 1, 0, 27), + (102568, "344708", 1, 0, 27), + (102569, "344032", 1, 0, 27), + (102570, "344026", 1, 0, 27), + (102571, "344001", 1, 0, 27), + (102572, "344011", 1, 0, 27), + (102573, "344704", 1, 0, 27), + (102574, "344043", 1, 0, 27), + (102575, "344031", 1, 0, 27), + (102576, "344706", 1, 0, 27), + (102577, "344704", 1, 0, 27), + (102578, "344704", 1, 0, 27), + (102579, "344021", 1, 0, 27), + (102580, "344032", 1, 0, 27), + (102581, "344706", 1, 0, 27), + (102582, "344706", 1, 0, 27), + (102583, "344001", 1, 0, 27), + (102584, "344801", 1, 0, 27), + (102585, "344031", 1, 0, 27), + (102586, "344704", 1, 0, 27), + (102587, "344502", 1, 0, 27), + (102588, "344034", 1, 0, 27), + (102589, "344034", 1, 0, 27), + (102590, "344035", 1, 0, 27), + (102591, "344704", 1, 0, 27), + (102592, "344701", 1, 0, 27), + (102593, "344702", 1, 0, 27), + (102594, "344034", 1, 0, 27), + (102595, "344704", 1, 0, 27), + (102596, "344022", 1, 0, 27), + (102597, "344035", 1, 0, 27), + (102598, "344702", 1, 0, 27), + (102599, "344702", 1, 0, 27), + (102600, "344704", 1, 0, 27), + (102601, "344706", 1, 0, 27), + (102602, "344011", 1, 0, 27), + (102603, "344033", 1, 0, 27), + (102604, "344801", 1, 0, 27), + (102605, "344702", 1, 0, 27), + (102606, "344801", 1, 0, 27), + (102607, "344701", 1, 0, 27), + (102608, "344701", 1, 0, 27), + (102609, "344043", 1, 0, 27), + (102610, "344702", 1, 0, 27), + (102611, "344026", 1, 0, 27), + (102612, "344026", 1, 0, 27), + (102613, "344708", 1, 0, 27), + (102614, "344704", 1, 0, 27), + (102615, "344034", 1, 0, 27), + (102616, "344012", 1, 0, 27), + (102617, "344033", 1, 0, 27), + (102618, "344706", 1, 0, 27), + (102619, "344011", 1, 0, 27), + (102620, "344502", 1, 0, 27), + (102621, "344031", 1, 0, 27), + (102622, "344001", 1, 0, 27), + (102623, "344706", 1, 0, 27), + (102624, "344001", 1, 0, 27), + (102625, "344502", 1, 0, 27), + (102626, "344001", 1, 0, 27), + (102627, "344037", 1, 0, 27), + (102628, "344011", 1, 0, 27), + (102629, "344706", 1, 0, 27), + (102630, "344026", 1, 0, 27), + (102631, "344702", 1, 0, 27), + (102632, "344034", 1, 0, 27), + (102633, "344044", 1, 0, 27), + (102634, "344033", 1, 0, 27), + (102635, "344012", 1, 0, 27), + (102636, "344032", 1, 0, 27), + (102637, "344704", 1, 0, 27), + (102638, "344044", 1, 0, 27), + (102639, "344702", 1, 0, 27), + (102640, "344026", 1, 0, 27), + (102641, "344705", 1, 0, 27), + (102642, "344001", 1, 0, 27), + (102643, "344035", 1, 0, 27), + (102644, "344011", 1, 0, 27), + (102645, "344706", 1, 0, 27), + (102646, "344708", 1, 0, 27), + (102647, "344001", 1, 0, 27), + (102648, "344037", 1, 0, 27), + (102649, "344033", 1, 0, 27), + (102650, "344035", 1, 0, 27), + (102651, "344044", 1, 0, 27), + (102652, "344001", 1, 0, 27), + (102653, "344708", 1, 0, 27), + (102654, "344702", 1, 0, 27), + (102655, "344801", 1, 0, 27), + (102656, "344022", 1, 0, 27), + (102657, "344702", 1, 0, 27), + (102658, "344501", 1, 0, 27), + (102659, "344501", 1, 0, 27), + (102660, "344037", 1, 0, 27), + (102661, "344037", 1, 0, 27), + (102662, "344708", 1, 0, 27), + (102663, "344031", 1, 0, 27), + (102664, "344702", 1, 0, 27), + (102665, "344001", 1, 0, 27), + (102666, "344022", 1, 0, 27), + (102667, "344706", 1, 0, 27), + (102668, "344001", 1, 0, 27), + (102669, "344701", 1, 0, 27), + (102670, "344706", 1, 0, 27), + (102671, "344001", 1, 0, 27), + (102672, "344027", 1, 0, 27), + (102673, "344035", 1, 0, 27), + (102674, "344705", 1, 0, 27), + (102675, "344701", 1, 0, 27), + (102676, "344706", 1, 0, 27), + (102677, "344033", 1, 0, 27), + (102678, "344702", 1, 0, 27), + (102679, "344801", 1, 0, 27), + (102680, "344012", 1, 0, 27), + (102681, "344701", 1, 0, 27), + (102682, "344704", 1, 0, 27), + (102683, "344502", 1, 0, 27), + (102684, "344001", 1, 0, 27), + (102685, "344034", 1, 0, 27), + (102686, "344034", 1, 0, 27), + (102687, "344034", 1, 0, 27), + (102688, "344706", 1, 0, 27), + (102689, "344701", 1, 0, 27), + (102690, "344701", 1, 0, 27), + (102691, "344012", 1, 0, 27), + (102692, "344026", 1, 0, 27), + (102693, "344012", 1, 0, 27), + (102694, "344011", 1, 0, 27), + (102695, "344704", 1, 0, 27), + (102696, "344706", 1, 0, 27), + (102697, "344704", 1, 0, 27), + (102698, "344021", 1, 0, 27), + (102699, "344033", 1, 0, 27), + (102700, "344501", 1, 0, 27), + (102701, "344011", 1, 0, 27), + (102702, "344035", 1, 0, 27), + (102703, "344031", 1, 0, 27), + (102704, "344702", 1, 0, 27), + (102705, "344001", 1, 0, 27), + (102706, "344035", 1, 0, 27), + (102707, "344502", 1, 0, 27), + (102708, "344502", 1, 0, 27), + (102709, "344011", 1, 0, 27), + (102710, "344033", 1, 0, 27), + (102711, "344702", 1, 0, 27), + (102712, "344021", 1, 0, 27), + (102713, "344034", 1, 0, 27), + (102714, "344012", 1, 0, 27), + (102715, "344702", 1, 0, 27), + (102716, "344704", 1, 0, 27), + (102717, "344031", 1, 0, 27), + (102718, "344702", 1, 0, 27), + (102719, "344701", 1, 0, 27), + (102720, "344704", 1, 0, 27), + (102721, "344021", 1, 0, 27), + (102722, "344706", 1, 0, 27), + (102723, "344022", 1, 0, 27), + (102724, "344011", 1, 0, 27), + (102725, "344022", 1, 0, 27), + (102726, "344021", 1, 0, 27), + (102727, "344033", 1, 0, 27), + (102728, "344027", 1, 0, 27), + (102729, "344701", 1, 0, 27), + (102730, "344801", 1, 0, 27), + (102731, "344027", 1, 0, 27), + (102732, "344034", 1, 0, 27), + (102733, "344502", 1, 0, 27), + (102734, "344702", 1, 0, 27), + (102735, "344001", 1, 0, 27), + (102736, "344021", 1, 0, 27), + (102737, "344704", 1, 0, 27), + (102738, "344701", 1, 0, 27), + (102739, "344704", 1, 0, 27), + (102740, "344043", 1, 0, 27), + (102741, "344704", 1, 0, 27), + (102742, "344702", 1, 0, 27), + (102743, "344037", 1, 0, 27), + (102744, "344001", 1, 0, 27), + (102745, "344043", 1, 0, 27), + (102746, "344501", 1, 0, 27), + (102747, "344032", 1, 0, 27), + (102748, "344033", 1, 0, 27), + (102749, "344001", 1, 0, 27), + (102750, "344703", 1, 0, 27), + (102751, "344034", 1, 0, 27), + (102752, "344502", 1, 0, 27), + (102753, "344032", 1, 0, 27), + (102754, "344032", 1, 0, 27), + (102755, "344704", 1, 0, 27), + (102756, "344502", 1, 0, 27), + (102757, "344702", 1, 0, 27), + (102758, "344001", 1, 0, 27), + (102759, "344033", 1, 0, 27), + (102760, "344027", 1, 0, 27), + (102761, "344034", 1, 0, 27), + (102762, "344021", 1, 0, 27), + (102763, "344037", 1, 0, 27), + (102764, "344032", 1, 0, 27), + (102765, "344033", 1, 0, 27), + (102766, "344001", 1, 0, 27), + (102767, "344022", 1, 0, 27), + (102768, "344704", 1, 0, 27), + (102769, "344704", 1, 0, 27), + (102770, "344704", 1, 0, 27), + (102771, "344034", 1, 0, 27), + (102772, "344702", 1, 0, 27), + (102773, "344026", 1, 0, 27), + (102774, "344035", 1, 0, 27), + (102775, "344033", 1, 0, 27), + (102776, "344021", 1, 0, 27), + (102777, "344704", 1, 0, 27), + (102778, "344701", 1, 0, 27), + (102779, "344032", 1, 0, 27), + (102780, "344032", 1, 0, 27), + (102781, "344043", 1, 0, 27), + (102782, "344706", 1, 0, 27), + (102783, "344001", 1, 0, 27), + (102784, "344044", 1, 0, 27), + (102785, "344702", 1, 0, 27), + (102786, "344001", 1, 0, 27), + (102787, "344037", 1, 0, 27), + (102788, "344501", 1, 0, 27), + (102789, "344708", 1, 0, 27), + (102790, "344704", 1, 0, 27), + (102791, "344033", 1, 0, 27), + (102792, "344704", 1, 0, 27), + (102793, "344035", 1, 0, 27), + (102794, "344011", 1, 0, 27), + (102795, "344031", 1, 0, 27), + (102796, "344034", 1, 0, 27), + (102797, "344035", 1, 0, 27), + (102798, "344035", 1, 0, 27), + (102799, "344001", 1, 0, 27), + (102800, "344001", 1, 0, 27), + (102801, "344021", 1, 0, 27), + (102802, "344001", 1, 0, 27), + (102803, "344011", 1, 0, 27), + (102804, "344026", 1, 0, 27), + (102805, "344033", 1, 0, 27), + (102806, "344033", 1, 0, 27), + (102807, "344704", 1, 0, 27), + (102808, "344704", 1, 0, 27), + (102809, "344037", 1, 0, 27), + (102810, "344044", 1, 0, 27), + (102811, "344001", 1, 0, 27), + (102812, "344702", 1, 0, 27), + (102813, "344501", 1, 0, 27), + (102814, "344708", 1, 0, 27), + (102815, "344044", 1, 0, 27), + (102816, "344704", 1, 0, 27), + (102817, "344702", 1, 0, 27), + (102818, "344702", 1, 0, 27), + (102819, "344801", 1, 0, 27), + (102820, "344001", 1, 0, 27), + (102821, "344701", 1, 0, 27), + (102822, "344706", 1, 0, 27), + (102823, "344044", 1, 0, 27), + (102824, "344043", 1, 0, 27), + (102825, "344501", 1, 0, 27), + (102826, "344022", 1, 0, 27), + (102827, "344701", 1, 0, 27), + (102828, "344026", 1, 0, 27), + (102829, "344031", 1, 0, 27), + (102830, "344701", 1, 0, 27), + (102831, "344011", 1, 0, 27), + (102832, "344706", 1, 0, 27), + (102833, "344702", 1, 0, 27), + (102834, "344702", 1, 0, 27), + (102835, "344033", 1, 0, 27), + (102836, "344026", 1, 0, 27), + (102837, "344702", 1, 0, 27), + (102838, "344032", 1, 0, 27), + (102839, "344033", 1, 0, 27), + (102840, "344001", 1, 0, 27), + (102841, "344033", 1, 0, 27), + (102842, "344033", 1, 0, 27), + (102843, "344704", 1, 0, 27), + (102844, "344032", 1, 0, 27), + (102845, "344034", 1, 0, 27), + (102846, "344501", 1, 0, 27), + (102847, "344706", 1, 0, 27), + (102848, "344502", 1, 0, 27), + (102849, "344704", 1, 0, 27), + (102850, "344033", 1, 0, 27), + (102851, "344001", 1, 0, 27), + (102852, "344702", 1, 0, 27), + (102853, "344044", 1, 0, 27), + (102854, "344032", 1, 0, 27), + (102855, "344032", 1, 0, 27), + (102856, "344032", 1, 0, 27), + (102857, "344032", 1, 0, 27), + (102858, "344801", 1, 0, 27), + (102859, "344706", 1, 0, 27), + (102860, "344031", 1, 0, 27), + (102861, "344037", 1, 0, 27), + (102862, "344702", 1, 0, 27), + (102863, "344703", 1, 0, 27), + (102864, "344704", 1, 0, 27), + (102865, "344701", 1, 0, 27), + (102866, "344702", 1, 0, 27), + (102867, "344012", 1, 0, 27), + (102868, "344705", 1, 0, 27), + (102869, "344043", 1, 0, 27), + (102870, "344708", 1, 0, 27), + (102871, "344702", 1, 0, 27), + (102872, "344043", 1, 0, 27), + (102873, "344021", 1, 0, 27), + (102874, "344703", 1, 0, 27), + (102875, "344502", 1, 0, 27), + (102876, "344704", 1, 0, 27), + (102877, "344033", 1, 0, 27), + (102878, "344026", 1, 0, 27), + (102879, "344031", 1, 0, 27), + (102880, "344702", 1, 0, 27), + (102881, "344035", 1, 0, 27), + (102882, "344021", 1, 0, 27), + (102883, "344001", 1, 0, 27), + (102884, "344032", 1, 0, 27), + (102885, "344501", 1, 0, 27), + (102886, "344704", 1, 0, 27), + (102887, "344704", 1, 0, 27), + (102888, "344035", 1, 0, 27), + (102889, "344033", 1, 0, 27), + (102890, "344033", 1, 0, 27), + (102891, "344702", 1, 0, 27), + (102892, "344502", 1, 0, 27), + (102893, "344032", 1, 0, 27), + (102894, "344706", 1, 0, 27), + (102895, "344012", 1, 0, 27), + (102896, "344703", 1, 0, 27), + (102897, "344033", 1, 0, 27), + (102898, "344034", 1, 0, 27), + (102899, "344702", 1, 0, 27), + (102900, "344012", 1, 0, 27), + (102901, "344022", 1, 0, 27), + (102902, "344706", 1, 0, 27), + (102903, "344703", 1, 0, 27), + (102904, "344703", 1, 0, 27), + (102905, "344702", 1, 0, 27), + (102906, "344026", 1, 0, 27), + (102907, "344706", 1, 0, 27), + (102908, "344032", 1, 0, 27), + (102909, "344043", 1, 0, 27), + (102910, "344502", 1, 0, 27), + (102911, "344703", 1, 0, 27), + (102912, "344021", 1, 0, 27), + (102913, "344037", 1, 0, 27), + (102914, "344501", 1, 0, 27), + (102915, "344001", 1, 0, 27), + (102916, "344702", 1, 0, 27), + (102917, "344033", 1, 0, 27), + (102918, "344037", 1, 0, 27), + (102919, "344027", 1, 0, 27), + (102920, "344032", 1, 0, 27), + (102921, "344032", 1, 0, 27), + (102922, "344031", 1, 0, 27), + (102923, "344031", 1, 0, 27), + (102924, "344044", 1, 0, 27), + (102925, "344706", 1, 0, 27), + (102926, "344706", 1, 0, 27), + (102927, "344022", 1, 0, 27), + (102928, "344001", 1, 0, 27), + (102929, "344708", 1, 0, 27), + (102930, "344034", 1, 0, 27), + (102931, "344702", 1, 0, 27), + (102932, "344704", 1, 0, 27), + (102933, "344026", 1, 0, 27), + (102934, "344702", 1, 0, 27), + (102935, "344501", 1, 0, 27), + (102936, "344011", 1, 0, 27), + (102937, "344705", 1, 0, 27), + (102938, "344037", 1, 0, 27), + (102939, "344703", 1, 0, 27), + (102940, "344502", 1, 0, 27), + (102941, "344501", 1, 0, 27), + (102942, "344701", 1, 0, 27), + (102943, "344022", 1, 0, 27), + (102944, "344012", 1, 0, 27), + (102945, "344012", 1, 0, 27), + (102946, "344044", 1, 0, 27), + (102947, "344032", 1, 0, 27), + (102948, "344026", 1, 0, 27), + (102949, "344701", 1, 0, 27), + (102950, "344022", 1, 0, 27), + (102951, "344032", 1, 0, 27), + (102952, "344704", 1, 0, 27), + (102953, "344027", 1, 0, 27), + (102954, "344031", 1, 0, 27), + (102955, "344012", 1, 0, 27), + (102956, "344011", 1, 0, 27), + (102957, "344702", 1, 0, 27), + (102958, "344035", 1, 0, 27), + (102959, "344001", 1, 0, 27), + (102960, "344034", 1, 0, 27), + (102961, "305922", 1, 0, 27), + (102962, "305623", 1, 0, 27), + (102963, "305601", 1, 0, 27), + (102964, "305629", 1, 0, 27), + (102965, "305408", 1, 0, 27), + (102966, "305407", 1, 0, 27), + (102967, "305922", 1, 0, 27), + (102968, "305922", 1, 0, 27), + (102969, "305922", 1, 0, 27), + (102970, "305207", 1, 0, 27), + (102971, "305207", 1, 0, 27), + (102972, "305207", 1, 0, 27), + (102973, "305207", 1, 0, 27), + (102974, "305207", 1, 0, 27), + (102975, "305927", 1, 0, 27), + (102976, "305927", 1, 0, 27), + (102977, "305927", 1, 0, 27), + (102978, "305927", 1, 0, 27), + (102979, "305202", 1, 0, 27), + (102980, "305202", 1, 0, 27), + (102981, "305202", 1, 0, 27), + (102982, "305202", 1, 0, 27), + (102983, "305202", 1, 0, 27), + (102984, "305923", 1, 0, 27), + (102985, "305923", 1, 0, 27), + (102986, "305923", 1, 0, 27), + (102987, "305203", 1, 0, 27), + (102988, "305203", 1, 0, 27), + (102989, "305203", 1, 0, 27), + (102990, "305203", 1, 0, 27), + (102991, "305630", 1, 0, 27), + (102992, "305631", 1, 0, 27), + (102993, "305623", 1, 0, 27), + (102994, "305623", 1, 0, 27), + (102995, "305623", 1, 0, 27), + (102996, "305630", 1, 0, 27), + (102997, "305623", 1, 0, 27), + (102998, "305630", 1, 0, 27), + (102999, "305623", 1, 0, 27), + (103000, "305623", 1, 0, 27), + (103001, "305623", 1, 0, 27), + (103002, "305623", 1, 0, 27), + (103003, "305630", 1, 0, 27), + (103004, "305623", 1, 0, 27), + (103005, "305623", 1, 0, 27), + (103006, "305623", 1, 0, 27), + (103007, "305204", 1, 0, 27), + (103008, "305204", 1, 0, 27), + (103009, "305204", 1, 0, 27), + (103010, "305204", 1, 0, 27), + (103011, "305204", 1, 0, 27), + (103012, "305204", 1, 0, 27), + (103013, "305925", 1, 0, 27), + (103014, "305925", 1, 0, 27), + (103015, "305925", 1, 0, 27), + (103016, "305925", 1, 0, 27), + (103017, "305925", 1, 0, 27), + (103018, "305925", 1, 0, 27), + (103019, "305925", 1, 0, 27), + (103020, "305925", 1, 0, 27), + (103021, "305924", 1, 0, 27), + (103022, "305601", 1, 0, 27), + (103023, "305601", 1, 0, 27), + (103024, "305601", 1, 0, 27), + (103025, "305601", 1, 0, 27), + (103026, "305601", 1, 0, 27), + (103027, "305601", 1, 0, 27), + (103028, "305601", 1, 0, 27), + (103029, "305601", 1, 0, 27), + (103030, "305601", 1, 0, 27), + (103031, "305601", 1, 0, 27), + (103032, "305601", 1, 0, 27), + (103033, "305601", 1, 0, 27), + (103034, "305601", 1, 0, 27), + (103035, "305415", 1, 0, 27), + (103036, "305415", 1, 0, 27), + (103037, "305408", 1, 0, 27), + (103038, "305621", 1, 0, 27), + (103039, "305621", 1, 0, 27), + (103040, "305621", 1, 0, 27), + (103041, "305621", 1, 0, 27), + (103042, "305621", 1, 0, 27), + (103043, "305621", 1, 0, 27), + (103044, "305401", 1, 0, 27), + (103045, "305401", 1, 0, 27), + (103046, "305401", 1, 0, 27), + (103047, "305401", 1, 0, 27), + (103048, "305401", 1, 0, 27), + (103049, "305628", 1, 0, 27), + (103050, "305622", 1, 0, 27), + (103051, "305622", 1, 0, 27), + (103052, "305628", 1, 0, 27), + (103053, "305628", 1, 0, 27), + (103054, "305628", 1, 0, 27), + (103055, "305628", 1, 0, 27), + (103056, "305628", 1, 0, 27), + (103057, "305622", 1, 0, 27), + (103058, "305622", 1, 0, 27), + (103059, "305628", 1, 0, 27), + (103060, "305624", 1, 0, 27), + (103061, "305624", 1, 0, 27), + (103062, "305624", 1, 0, 27), + (103063, "305624", 1, 0, 27), + (103064, "305629", 1, 0, 27), + (103065, "305624", 1, 0, 27), + (103066, "305624", 1, 0, 27), + (103067, "305624", 1, 0, 27), + (103068, "305624", 1, 0, 27), + (103069, "305624", 1, 0, 27), + (103070, "305624", 1, 0, 27), + (103071, "305629", 1, 0, 27), + (103072, "305412", 1, 0, 27), + (103073, "305412", 1, 0, 27), + (103074, "305412", 1, 0, 27), + (103075, "305412", 1, 0, 27), + (103076, "305412", 1, 0, 27), + (103077, "305412", 1, 0, 27), + (103078, "305412", 1, 0, 27), + (103079, "305412", 1, 0, 27), + (103080, "305625", 1, 0, 27), + (103081, "305625", 1, 0, 27), + (103082, "305625", 1, 0, 27), + (103083, "305406", 1, 0, 27), + (103084, "305406", 1, 0, 27), + (103085, "305406", 1, 0, 27), + (103086, "305406", 1, 0, 27), + (103087, "305405", 1, 0, 27), + (103088, "305405", 1, 0, 27), + (103089, "305405", 1, 0, 27), + (103090, "305405", 1, 0, 27), + (103091, "305405", 1, 0, 27), + (103092, "305405", 1, 0, 27), + (103093, "305408", 1, 0, 27), + (103094, "305408", 1, 0, 27), + (103095, "305408", 1, 0, 27), + (103096, "305404", 1, 0, 27), + (103097, "305408", 1, 0, 27), + (103098, "305404", 1, 0, 27), + (103099, "305404", 1, 0, 27), + (103100, "305404", 1, 0, 27), + (103101, "305404", 1, 0, 27), + (103102, "305404", 1, 0, 27), + (103103, "305404", 1, 0, 27), + (103104, "305404", 1, 0, 27), + (103105, "305404", 1, 0, 27), + (103106, "305404", 1, 0, 27), + (103107, "305404", 1, 0, 27), + (103108, "305402", 1, 0, 27), + (103109, "305402", 1, 0, 27), + (103110, "305402", 1, 0, 27), + (103111, "305402", 1, 0, 27), + (103112, "305402", 1, 0, 27), + (103113, "305402", 1, 0, 27), + (103114, "305403", 1, 0, 27), + (103115, "305403", 1, 0, 27), + (103116, "305403", 1, 0, 27), + (103117, "305403", 1, 0, 27), + (103118, "305407", 1, 0, 27), + (103119, "305407", 1, 0, 27), + (103120, "305407", 1, 0, 27), + (103121, "305407", 1, 0, 27), + (103122, "305627", 1, 0, 27), + (103123, "305627", 1, 0, 27), + (103124, "305627", 1, 0, 27), + (103125, "305407", 1, 0, 27), + (103126, "305407", 1, 0, 27), + (103127, "305407", 1, 0, 27), + (103128, "305407", 1, 0, 27), + (103129, "305407", 1, 0, 27), + (103130, "305407", 1, 0, 27), + (103131, "305627", 1, 0, 27), + (103132, "305901", 1, 0, 27), + (103133, "305901", 1, 0, 27), + (103134, "305901", 1, 0, 27), + (103135, "305901", 1, 0, 27), + (103136, "305901", 1, 0, 27), + (103137, "305631", 1, 0, 27), + (103138, "305901", 1, 0, 27), + (103139, "305631", 1, 0, 27), + (103140, "305631", 1, 0, 27), + (103141, "305631", 1, 0, 27), + (103142, "305901", 1, 0, 27), + (103143, "305901", 1, 0, 27), + (103144, "305901", 1, 0, 27), + (103145, "305901", 1, 0, 27), + (103146, "305901", 1, 0, 27), + (103147, "305901", 1, 0, 27), + (103148, "305901", 1, 0, 27), + (103149, "305631", 1, 0, 27), + (103150, "305901", 1, 0, 27), + (103151, "305901", 1, 0, 27), + (103152, "305926", 1, 0, 27), + (103153, "305926", 1, 0, 27), + (103154, "305926", 1, 0, 27), + (103155, "305926", 1, 0, 27), + (103156, "305926", 1, 0, 27), + (103157, "305926", 1, 0, 27), + (103158, "305926", 1, 0, 27), + (103159, "305201", 1, 0, 27), + (103160, "305922", 1, 0, 27), + (103161, "305922", 1, 0, 27), + (103162, "334303", 1, 0, 27), + (103163, "334023", 1, 0, 27), + (103164, "334201", 1, 0, 27), + (103165, "334302", 1, 0, 27), + (103166, "331803", 1, 0, 27), + (103167, "331811", 1, 0, 27), + (103168, "334303", 1, 0, 27), + (103169, "334802", 1, 0, 27), + (103170, "334802", 1, 0, 27), + (103171, "334802", 1, 0, 27), + (103172, "334802", 1, 0, 27), + (103173, "334802", 1, 0, 27), + (103174, "334802", 1, 0, 27), + (103175, "334802", 1, 0, 27), + (103176, "334802", 1, 0, 27), + (103177, "334802", 1, 0, 27), + (103178, "334802", 1, 0, 27), + (103179, "334802", 1, 0, 27), + (103180, "334802", 1, 0, 27), + (103181, "334802", 1, 0, 27), + (103182, "334802", 1, 0, 27), + (103183, "334802", 1, 0, 27), + (103184, "334802", 1, 0, 27), + (103185, "334802", 1, 0, 27), + (103186, "334802", 1, 0, 27), + (103187, "334601", 1, 0, 27), + (103188, "334601", 1, 0, 27), + (103189, "334601", 1, 0, 27), + (103190, "334601", 1, 0, 27), + (103191, "334601", 1, 0, 27), + (103192, "334601", 1, 0, 27), + (103193, "334602", 1, 0, 27), + (103194, "334602", 1, 0, 27), + (103195, "334602", 1, 0, 27), + (103196, "334602", 1, 0, 27), + (103197, "334023", 1, 0, 27), + (103198, "334808", 1, 0, 27), + (103199, "334808", 1, 0, 27), + (103200, "334023", 1, 0, 27), + (103201, "334023", 1, 0, 27), + (103202, "334808", 1, 0, 27), + (103203, "334023", 1, 0, 27), + (103204, "334023", 1, 0, 27), + (103205, "334023", 1, 0, 27), + (103206, "334603", 1, 0, 27), + (103207, "334603", 1, 0, 27), + (103208, "334603", 1, 0, 27), + (103209, "334603", 1, 0, 27), + (103210, "334603", 1, 0, 27), + (103211, "334603", 1, 0, 27), + (103212, "334603", 1, 0, 27), + (103213, "334603", 1, 0, 27), + (103214, "334603", 1, 0, 27), + (103215, "334603", 1, 0, 27), + (103216, "334603", 1, 0, 27), + (103217, "334603", 1, 0, 27), + (103218, "334603", 1, 0, 27), + (103219, "334604", 1, 0, 27), + (103220, "334604", 1, 0, 27), + (103221, "334604", 1, 0, 27), + (103222, "334604", 1, 0, 27), + (103223, "334604", 1, 0, 27), + (103224, "334604", 1, 0, 27), + (103225, "334604", 1, 0, 27), + (103226, "334201", 1, 0, 27), + (103227, "334201", 1, 0, 27), + (103228, "334201", 1, 0, 27), + (103229, "334803", 1, 0, 27), + (103230, "334803", 1, 0, 27), + (103231, "334803", 1, 0, 27), + (103232, "334803", 1, 0, 27), + (103233, "334803", 1, 0, 27), + (103234, "334803", 1, 0, 27), + (103235, "334803", 1, 0, 27), + (103236, "334803", 1, 0, 27), + (103237, "334803", 1, 0, 27), + (103238, "334803", 1, 0, 27), + (103239, "334803", 1, 0, 27), + (103240, "334803", 1, 0, 27), + (103241, "334803", 1, 0, 27), + (103242, "334803", 1, 0, 27), + (103243, "334803", 1, 0, 27), + (103244, "334803", 1, 0, 27), + (103245, "334803", 1, 0, 27), + (103246, "334803", 1, 0, 27), + (103247, "334803", 1, 0, 27), + (103248, "334803", 1, 0, 27), + (103249, "334804", 1, 0, 27), + (103250, "334804", 1, 0, 27), + (103251, "334804", 1, 0, 27), + (103252, "334804", 1, 0, 27), + (103253, "334804", 1, 0, 27), + (103254, "334804", 1, 0, 27), + (103255, "334804", 1, 0, 27), + (103256, "334804", 1, 0, 27), + (103257, "334302", 1, 0, 27), + (103258, "334302", 1, 0, 27), + (103259, "334302", 1, 0, 27), + (103260, "334302", 1, 0, 27), + (103261, "334302", 1, 0, 27), + (103262, "334302", 1, 0, 27), + (103263, "334302", 1, 0, 27), + (103264, "334001", 1, 0, 27), + (103265, "334001", 1, 0, 27), + (103266, "334001", 1, 0, 27), + (103267, "334001", 1, 0, 27), + (103268, "334001", 1, 0, 27), + (103269, "334001", 1, 0, 27), + (103270, "334001", 1, 0, 27), + (103271, "334001", 1, 0, 27), + (103272, "334001", 1, 0, 27), + (103273, "334001", 1, 0, 27), + (103274, "334001", 1, 0, 27), + (103275, "334001", 1, 0, 27), + (103276, "334001", 1, 0, 27), + (103277, "334001", 1, 0, 27), + (103278, "334001", 1, 0, 27), + (103279, "334001", 1, 0, 27), + (103280, "334001", 1, 0, 27), + (103281, "334021", 1, 0, 27), + (103282, "334021", 1, 0, 27), + (103283, "334302", 1, 0, 27), + (103284, "334302", 1, 0, 27), + (103285, "334202", 1, 0, 27), + (103286, "334202", 1, 0, 27), + (103287, "334202", 1, 0, 27), + (103288, "334202", 1, 0, 27), + (103289, "334202", 1, 0, 27), + (103290, "334202", 1, 0, 27), + (103291, "331801", 1, 0, 27), + (103292, "331801", 1, 0, 27), + (103293, "331801", 1, 0, 27), + (103294, "331801", 1, 0, 27), + (103295, "331803", 1, 0, 27), + (103296, "331803", 1, 0, 27), + (103297, "334001", 1, 0, 27), + (103298, "334001", 1, 0, 27), + (103299, "334001", 1, 0, 27), + (103300, "334001", 1, 0, 27), + (103301, "334305", 1, 0, 27), + (103302, "334305", 1, 0, 27), + (103303, "334305", 1, 0, 27), + (103304, "334305", 1, 0, 27), + (103305, "334305", 1, 0, 27), + (103306, "334305", 1, 0, 27), + (103307, "334305", 1, 0, 27), + (103308, "334305", 1, 0, 27), + (103309, "334305", 1, 0, 27), + (103310, "334305", 1, 0, 27), + (103311, "334305", 1, 0, 27), + (103312, "334021", 1, 0, 27), + (103313, "334021", 1, 0, 27), + (103314, "334021", 1, 0, 27), + (103315, "334021", 1, 0, 27), + (103316, "334021", 1, 0, 27), + (103317, "334021", 1, 0, 27), + (103318, "334801", 1, 0, 27), + (103319, "334801", 1, 0, 27), + (103320, "334801", 1, 0, 27), + (103321, "334801", 1, 0, 27), + (103322, "334801", 1, 0, 27), + (103323, "334801", 1, 0, 27), + (103324, "334801", 1, 0, 27), + (103325, "334303", 1, 0, 27), + (103326, "334303", 1, 0, 27), + (103327, "334303", 1, 0, 27), + (103328, "334303", 1, 0, 27), + (103329, "331803", 1, 0, 27), + (103330, "331803", 1, 0, 27), + (103331, "331803", 1, 0, 27), + (103332, "331803", 1, 0, 27), + (103333, "331803", 1, 0, 27), + (103334, "331803", 1, 0, 27), + (103335, "331803", 1, 0, 27), + (103336, "331803", 1, 0, 27), + (103337, "331803", 1, 0, 27), + (103338, "331803", 1, 0, 27), + (103339, "331803", 1, 0, 27), + (103340, "331803", 1, 0, 27), + (103341, "331803", 1, 0, 27), + (103342, "331803", 1, 0, 27), + (103343, "331803", 1, 0, 27), + (103344, "331803", 1, 0, 27), + (103345, "331803", 1, 0, 27), + (103346, "331803", 1, 0, 27), + (103347, "331803", 1, 0, 27), + (103348, "331803", 1, 0, 27), + (103349, "331803", 1, 0, 27), + (103350, "331803", 1, 0, 27), + (103351, "331803", 1, 0, 27), + (103352, "331803", 1, 0, 27), + (103353, "331803", 1, 0, 27), + (103354, "331811", 1, 0, 27), + (103355, "331811", 1, 0, 27), + (103356, "331811", 1, 0, 27), + (103357, "331811", 1, 0, 27), + (103358, "331811", 1, 0, 27), + (103359, "331811", 1, 0, 27), + (103360, "331811", 1, 0, 27), + (103361, "331811", 1, 0, 27), + (103362, "331811", 1, 0, 27), + (103363, "331811", 1, 0, 27), + (103364, "334402", 1, 0, 27), + (103365, "334402", 1, 0, 27), + (103366, "334402", 1, 0, 27), + (103367, "334402", 1, 0, 27), + (103368, "334022", 1, 0, 27), + (103369, "334022", 1, 0, 27), + (103370, "334022", 1, 0, 27), + (103371, "334022", 1, 0, 27), + (103372, "334022", 1, 0, 27), + (103373, "312619", 1, 0, 27), + (103374, "312619", 1, 0, 27), + (103375, "312616", 1, 0, 27), + (103376, "312205", 1, 0, 27), + (103377, "312619", 1, 0, 27), + (103378, "312619", 1, 0, 27), + (103379, "312023", 1, 0, 27), + (103380, "312027", 1, 0, 27), + (103381, "312605", 1, 0, 27), + (103382, "312613", 1, 0, 27), + (103383, "312001", 1, 0, 27), + (103384, "312901", 1, 0, 27), + (103385, "312205", 1, 0, 27), + (103386, "312615", 1, 0, 27), + (103387, "312605", 1, 0, 27), + (103388, "312601", 1, 0, 27), + (103389, "312202", 1, 0, 27), + (103390, "312023", 1, 0, 27), + (103391, "312404", 1, 0, 27), + (103392, "312605", 1, 0, 27), + (103393, "312023", 1, 0, 27), + (103394, "312001", 1, 0, 27), + (103395, "312605", 1, 0, 27), + (103396, "312202", 1, 0, 27), + (103397, "312605", 1, 0, 27), + (103398, "312615", 1, 0, 27), + (103399, "312615", 1, 0, 27), + (103400, "312203", 1, 0, 27), + (103401, "312605", 1, 0, 27), + (103402, "312001", 1, 0, 27), + (103403, "312027", 1, 0, 27), + (103404, "312404", 1, 0, 27), + (103405, "312022", 1, 0, 27), + (103406, "312604", 1, 0, 27), + (103407, "312619", 1, 0, 27), + (103408, "312605", 1, 0, 27), + (103409, "312605", 1, 0, 27), + (103410, "312202", 1, 0, 27), + (103411, "312605", 1, 0, 27), + (103412, "312614", 1, 0, 27), + (103413, "312604", 1, 0, 27), + (103414, "312604", 1, 0, 27), + (103415, "312024", 1, 0, 27), + (103416, "312201", 1, 0, 27), + (103417, "312612", 1, 0, 27), + (103418, "312615", 1, 0, 27), + (103419, "312022", 1, 0, 27), + (103420, "312402", 1, 0, 27), + (103421, "312203", 1, 0, 27), + (103422, "312620", 1, 0, 27), + (103423, "312612", 1, 0, 27), + (103424, "312620", 1, 0, 27), + (103425, "312602", 1, 0, 27), + (103426, "312605", 1, 0, 27), + (103427, "312601", 1, 0, 27), + (103428, "312601", 1, 0, 27), + (103429, "323307", 1, 0, 27), + (103430, "312402", 1, 0, 27), + (103431, "312401", 1, 0, 27), + (103432, "312615", 1, 0, 27), + (103433, "312024", 1, 0, 27), + (103434, "312605", 1, 0, 27), + (103435, "312202", 1, 0, 27), + (103436, "312023", 1, 0, 27), + (103437, "312614", 1, 0, 27), + (103438, "312207", 1, 0, 27), + (103439, "312601", 1, 0, 27), + (103440, "312606", 1, 0, 27), + (103441, "312001", 1, 0, 27), + (103442, "312619", 1, 0, 27), + (103443, "312616", 1, 0, 27), + (103444, "312616", 1, 0, 27), + (103445, "312623", 1, 0, 27), + (103446, "312601", 1, 0, 27), + (103447, "312605", 1, 0, 27), + (103448, "312619", 1, 0, 27), + (103449, "323307", 1, 0, 27), + (103450, "312021", 1, 0, 27), + (103451, "312605", 1, 0, 27), + (103452, "312207", 1, 0, 27), + (103453, "312605", 1, 0, 27), + (103454, "312601", 1, 0, 27), + (103455, "312605", 1, 0, 27), + (103456, "312901", 1, 0, 27), + (103457, "312615", 1, 0, 27), + (103458, "312206", 1, 0, 27), + (103459, "312602", 1, 0, 27), + (103460, "312603", 1, 0, 27), + (103461, "312027", 1, 0, 27), + (103462, "312403", 1, 0, 27), + (103463, "312202", 1, 0, 27), + (103464, "312620", 1, 0, 27), + (103465, "312022", 1, 0, 27), + (103466, "312203", 1, 0, 27), + (103467, "312204", 1, 0, 27), + (103468, "312623", 1, 0, 27), + (103469, "312605", 1, 0, 27), + (103470, "312402", 1, 0, 27), + (103471, "312404", 1, 0, 27), + (103472, "312901", 1, 0, 27), + (103473, "312901", 1, 0, 27), + (103474, "323304", 1, 0, 27), + (103475, "312901", 1, 0, 27), + (103476, "312023", 1, 0, 27), + (103477, "312027", 1, 0, 27), + (103478, "312201", 1, 0, 27), + (103479, "312602", 1, 0, 27), + (103480, "312616", 1, 0, 27), + (103481, "312604", 1, 0, 27), + (103482, "312203", 1, 0, 27), + (103483, "312023", 1, 0, 27), + (103484, "312601", 1, 0, 27), + (103485, "312202", 1, 0, 27), + (103486, "312616", 1, 0, 27), + (103487, "312022", 1, 0, 27), + (103488, "323307", 1, 0, 27), + (103489, "312615", 1, 0, 27), + (103490, "312623", 1, 0, 27), + (103491, "312601", 1, 0, 27), + (103492, "312604", 1, 0, 27), + (103493, "312605", 1, 0, 27), + (103494, "312604", 1, 0, 27), + (103495, "312603", 1, 0, 27), + (103496, "312612", 1, 0, 27), + (103497, "312612", 1, 0, 27), + (103498, "312022", 1, 0, 27), + (103499, "323304", 1, 0, 27), + (103500, "312605", 1, 0, 27), + (103501, "312023", 1, 0, 27), + (103502, "312205", 1, 0, 27), + (103503, "312605", 1, 0, 27), + (103504, "312203", 1, 0, 27), + (103505, "312202", 1, 0, 27), + (103506, "312615", 1, 0, 27), + (103507, "312207", 1, 0, 27), + (103508, "312024", 1, 0, 27), + (103509, "312203", 1, 0, 27), + (103510, "312023", 1, 0, 27), + (103511, "312615", 1, 0, 27), + (103512, "312612", 1, 0, 27), + (103513, "312601", 1, 0, 27), + (103514, "323307", 1, 0, 27), + (103515, "312614", 1, 0, 27), + (103516, "312604", 1, 0, 27), + (103517, "312403", 1, 0, 27), + (103518, "312202", 1, 0, 27), + (103519, "312023", 1, 0, 27), + (103520, "312601", 1, 0, 27), + (103521, "312627", 1, 0, 27), + (103522, "312619", 1, 0, 27), + (103523, "312605", 1, 0, 27), + (103524, "312207", 1, 0, 27), + (103525, "312901", 1, 0, 27), + (103526, "312605", 1, 0, 27), + (103527, "312605", 1, 0, 27), + (103528, "312605", 1, 0, 27), + (103529, "312615", 1, 0, 27), + (103530, "312619", 1, 0, 27), + (103531, "312204", 1, 0, 27), + (103532, "312613", 1, 0, 27), + (103533, "312623", 1, 0, 27), + (103534, "312201", 1, 0, 27), + (103535, "312901", 1, 0, 27), + (103536, "312404", 1, 0, 27), + (103537, "312205", 1, 0, 27), + (103538, "312403", 1, 0, 27), + (103539, "312620", 1, 0, 27), + (103540, "312201", 1, 0, 27), + (103541, "312023", 1, 0, 27), + (103542, "312403", 1, 0, 27), + (103543, "312601", 1, 0, 27); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (103544, "312605", 1, 0, 27), + (103545, "312604", 1, 0, 27), + (103546, "312401", 1, 0, 27), + (103547, "312901", 1, 0, 27), + (103548, "323307", 1, 0, 27), + (103549, "312623", 1, 0, 27), + (103550, "312616", 1, 0, 27), + (103551, "312403", 1, 0, 27), + (103552, "312022", 1, 0, 27), + (103553, "312603", 1, 0, 27), + (103554, "312605", 1, 0, 27), + (103555, "312022", 1, 0, 27), + (103556, "312614", 1, 0, 27), + (103557, "312623", 1, 0, 27), + (103558, "312615", 1, 0, 27), + (103559, "312601", 1, 0, 27), + (103560, "312605", 1, 0, 27), + (103561, "312605", 1, 0, 27), + (103562, "312605", 1, 0, 27), + (103563, "312024", 1, 0, 27), + (103564, "312627", 1, 0, 27), + (103565, "312615", 1, 0, 27), + (103566, "312207", 1, 0, 27), + (103567, "312206", 1, 0, 27), + (103568, "312601", 1, 0, 27), + (103569, "312403", 1, 0, 27), + (103570, "312024", 1, 0, 27), + (103571, "312024", 1, 0, 27), + (103572, "312605", 1, 0, 27), + (103573, "312616", 1, 0, 27), + (103574, "312623", 1, 0, 27), + (103575, "312207", 1, 0, 27), + (103576, "312401", 1, 0, 27), + (103577, "312023", 1, 0, 27), + (103578, "323306", 1, 0, 27), + (103579, "312627", 1, 0, 27), + (103580, "312605", 1, 0, 27), + (103581, "312614", 1, 0, 27), + (103582, "312605", 1, 0, 27), + (103583, "312605", 1, 0, 27), + (103584, "312403", 1, 0, 27), + (103585, "312601", 1, 0, 27), + (103586, "312203", 1, 0, 27), + (103587, "323304", 1, 0, 27), + (103588, "312606", 1, 0, 27), + (103589, "312616", 1, 0, 27), + (103590, "312201", 1, 0, 27), + (103591, "323307", 1, 0, 27), + (103592, "312615", 1, 0, 27), + (103593, "312024", 1, 0, 27), + (103594, "312605", 1, 0, 27), + (103595, "312605", 1, 0, 27), + (103596, "312022", 1, 0, 27), + (103597, "312615", 1, 0, 27), + (103598, "312204", 1, 0, 27), + (103599, "312403", 1, 0, 27), + (103600, "312205", 1, 0, 27), + (103601, "312203", 1, 0, 27), + (103602, "312027", 1, 0, 27), + (103603, "312024", 1, 0, 27), + (103604, "312615", 1, 0, 27), + (103605, "312022", 1, 0, 27), + (103606, "312605", 1, 0, 27), + (103607, "312023", 1, 0, 27), + (103608, "312614", 1, 0, 27), + (103609, "312024", 1, 0, 27), + (103610, "312603", 1, 0, 27), + (103611, "312616", 1, 0, 27), + (103612, "312207", 1, 0, 27), + (103613, "312615", 1, 0, 27), + (103614, "312001", 1, 0, 27), + (103615, "312206", 1, 0, 27), + (103616, "312205", 1, 0, 27), + (103617, "312202", 1, 0, 27), + (103618, "312619", 1, 0, 27), + (103619, "312001", 1, 0, 27), + (103620, "312201", 1, 0, 27), + (103621, "312023", 1, 0, 27), + (103622, "312605", 1, 0, 27), + (103623, "312022", 1, 0, 27), + (103624, "312022", 1, 0, 27), + (103625, "312402", 1, 0, 27), + (103626, "312605", 1, 0, 27), + (103627, "312202", 1, 0, 27), + (103628, "312623", 1, 0, 27), + (103629, "312204", 1, 0, 27), + (103630, "312605", 1, 0, 27), + (103631, "312403", 1, 0, 27), + (103632, "312022", 1, 0, 27), + (103633, "312605", 1, 0, 27), + (103634, "312205", 1, 0, 27), + (103635, "312604", 1, 0, 27), + (103636, "312603", 1, 0, 27), + (103637, "312204", 1, 0, 27), + (103638, "312404", 1, 0, 27), + (103639, "312601", 1, 0, 27), + (103640, "312623", 1, 0, 27), + (103641, "312001", 1, 0, 27), + (103642, "312402", 1, 0, 27), + (103643, "312604", 1, 0, 27), + (103644, "312602", 1, 0, 27), + (103645, "312603", 1, 0, 27), + (103646, "312021", 1, 0, 27), + (103647, "312627", 1, 0, 27), + (103648, "312619", 1, 0, 27), + (103649, "312619", 1, 0, 27), + (103650, "312023", 1, 0, 27), + (103651, "312022", 1, 0, 27), + (103652, "323306", 1, 0, 27), + (103653, "312605", 1, 0, 27), + (103654, "312601", 1, 0, 27), + (103655, "312605", 1, 0, 27), + (103656, "312403", 1, 0, 27), + (103657, "312023", 1, 0, 27), + (103658, "312402", 1, 0, 27), + (103659, "312201", 1, 0, 27), + (103660, "312206", 1, 0, 27), + (103661, "312605", 1, 0, 27), + (103662, "312021", 1, 0, 27), + (103663, "312202", 1, 0, 27), + (103664, "312901", 1, 0, 27), + (103665, "312603", 1, 0, 27), + (103666, "312022", 1, 0, 27), + (103667, "312023", 1, 0, 27), + (103668, "312901", 1, 0, 27), + (103669, "312615", 1, 0, 27), + (103670, "312021", 1, 0, 27), + (103671, "312023", 1, 0, 27), + (103672, "312024", 1, 0, 27), + (103673, "312404", 1, 0, 27), + (103674, "312203", 1, 0, 27), + (103675, "312606", 1, 0, 27), + (103676, "312612", 1, 0, 27), + (103677, "312403", 1, 0, 27), + (103678, "312201", 1, 0, 27), + (103679, "312001", 1, 0, 27), + (103680, "312605", 1, 0, 27), + (103681, "312001", 1, 0, 27), + (103682, "312604", 1, 0, 27), + (103683, "312001", 1, 0, 27), + (103684, "312402", 1, 0, 27), + (103685, "312623", 1, 0, 27), + (103686, "312619", 1, 0, 27), + (103687, "312616", 1, 0, 27), + (103688, "312206", 1, 0, 27), + (103689, "312604", 1, 0, 27), + (103690, "312022", 1, 0, 27), + (103691, "312627", 1, 0, 27), + (103692, "312604", 1, 0, 27), + (103693, "312901", 1, 0, 27), + (103694, "312605", 1, 0, 27), + (103695, "312613", 1, 0, 27), + (103696, "312201", 1, 0, 27), + (103697, "312901", 1, 0, 27), + (103698, "312604", 1, 0, 27), + (103699, "323304", 1, 0, 27), + (103700, "312205", 1, 0, 27), + (103701, "312616", 1, 0, 27), + (103702, "312623", 1, 0, 27), + (103703, "312023", 1, 0, 27), + (103704, "312627", 1, 0, 27), + (103705, "312207", 1, 0, 27), + (103706, "312202", 1, 0, 27), + (103707, "312620", 1, 0, 27), + (103708, "312205", 1, 0, 27), + (103709, "312901", 1, 0, 27), + (103710, "312620", 1, 0, 27), + (103711, "312616", 1, 0, 27), + (103712, "312619", 1, 0, 27), + (103713, "312203", 1, 0, 27), + (103714, "312204", 1, 0, 27), + (103715, "312605", 1, 0, 27), + (103716, "312605", 1, 0, 27), + (103717, "312623", 1, 0, 27), + (103718, "312623", 1, 0, 27), + (103719, "312604", 1, 0, 27), + (103720, "323304", 1, 0, 27), + (103721, "331505", 1, 0, 27), + (103722, "331029", 1, 0, 27), + (103723, "331023", 1, 0, 27), + (103724, "331701", 1, 0, 27), + (103725, "331802", 1, 0, 27), + (103726, "331506", 1, 0, 27), + (103727, "331029", 1, 0, 27), + (103728, "331029", 1, 0, 27), + (103729, "331029", 1, 0, 27), + (103730, "331029", 1, 0, 27), + (103731, "331029", 1, 0, 27), + (103732, "331029", 1, 0, 27), + (103733, "331029", 1, 0, 27), + (103734, "331029", 1, 0, 27), + (103735, "331029", 1, 0, 27), + (103736, "331029", 1, 0, 27), + (103737, "331305", 1, 0, 27), + (103738, "331305", 1, 0, 27), + (103739, "331305", 1, 0, 27), + (103740, "331305", 1, 0, 27), + (103741, "331305", 1, 0, 27), + (103742, "331305", 1, 0, 27), + (103743, "331305", 1, 0, 27), + (103744, "331305", 1, 0, 27), + (103745, "331402", 1, 0, 27), + (103746, "331402", 1, 0, 27), + (103747, "331402", 1, 0, 27), + (103748, "331402", 1, 0, 27), + (103749, "331402", 1, 0, 27), + (103750, "331402", 1, 0, 27), + (103751, "331301", 1, 0, 27), + (103752, "331301", 1, 0, 27), + (103753, "331301", 1, 0, 27), + (103754, "331301", 1, 0, 27), + (103755, "331301", 1, 0, 27), + (103756, "331301", 1, 0, 27), + (103757, "331301", 1, 0, 27), + (103758, "331021", 1, 0, 27), + (103759, "331021", 1, 0, 27), + (103760, "331021", 1, 0, 27), + (103761, "331021", 1, 0, 27), + (103762, "331023", 1, 0, 27), + (103763, "331023", 1, 0, 27), + (103764, "331023", 1, 0, 27), + (103765, "331023", 1, 0, 27), + (103766, "331023", 1, 0, 27), + (103767, "331023", 1, 0, 27), + (103768, "331023", 1, 0, 27), + (103769, "331023", 1, 0, 27), + (103770, "331023", 1, 0, 27), + (103771, "331023", 1, 0, 27), + (103772, "331023", 1, 0, 27), + (103773, "331505", 1, 0, 27), + (103774, "331505", 1, 0, 27), + (103775, "331802", 1, 0, 27), + (103776, "331802", 1, 0, 27), + (103777, "331802", 1, 0, 27), + (103778, "331802", 1, 0, 27), + (103779, "331802", 1, 0, 27), + (103780, "331802", 1, 0, 27), + (103781, "331802", 1, 0, 27), + (103782, "331001", 1, 0, 27), + (103783, "331001", 1, 0, 27), + (103784, "331001", 1, 0, 27), + (103785, "331001", 1, 0, 27), + (103786, "331001", 1, 0, 27), + (103787, "331001", 1, 0, 27), + (103788, "331001", 1, 0, 27), + (103789, "331001", 1, 0, 27), + (103790, "331001", 1, 0, 27), + (103791, "331001", 1, 0, 27), + (103792, "331001", 1, 0, 27), + (103793, "331001", 1, 0, 27), + (103794, "331001", 1, 0, 27), + (103795, "331001", 1, 0, 27), + (103796, "331001", 1, 0, 27), + (103797, "331001", 1, 0, 27), + (103798, "331001", 1, 0, 27), + (103799, "331001", 1, 0, 27), + (103800, "331001", 1, 0, 27), + (103801, "331001", 1, 0, 27), + (103802, "331001", 1, 0, 27), + (103803, "331001", 1, 0, 27), + (103804, "331001", 1, 0, 27), + (103805, "331001", 1, 0, 27), + (103806, "331001", 1, 0, 27), + (103807, "331411", 1, 0, 27), + (103808, "331411", 1, 0, 27), + (103809, "331411", 1, 0, 27), + (103810, "331411", 1, 0, 27), + (103811, "331411", 1, 0, 27), + (103812, "331411", 1, 0, 27), + (103813, "331411", 1, 0, 27), + (103814, "331411", 1, 0, 27), + (103815, "331411", 1, 0, 27), + (103816, "331411", 1, 0, 27), + (103817, "331411", 1, 0, 27), + (103818, "331023", 1, 0, 27), + (103819, "331023", 1, 0, 27), + (103820, "331023", 1, 0, 27), + (103821, "331023", 1, 0, 27), + (103822, "331023", 1, 0, 27), + (103823, "331023", 1, 0, 27), + (103824, "331023", 1, 0, 27), + (103825, "331023", 1, 0, 27), + (103826, "331023", 1, 0, 27), + (103827, "331023", 1, 0, 27), + (103828, "331023", 1, 0, 27), + (103829, "331023", 1, 0, 27), + (103830, "331023", 1, 0, 27), + (103831, "331023", 1, 0, 27), + (103832, "331023", 1, 0, 27), + (103833, "331023", 1, 0, 27), + (103834, "331023", 1, 0, 27), + (103835, "331023", 1, 0, 27), + (103836, "331023", 1, 0, 27), + (103837, "331023", 1, 0, 27), + (103838, "331023", 1, 0, 27), + (103839, "331023", 1, 0, 27), + (103840, "331023", 1, 0, 27), + (103841, "331302", 1, 0, 27), + (103842, "331302", 1, 0, 27), + (103843, "331302", 1, 0, 27), + (103844, "331302", 1, 0, 27), + (103845, "331302", 1, 0, 27), + (103846, "331302", 1, 0, 27), + (103847, "331302", 1, 0, 27), + (103848, "331303", 1, 0, 27), + (103849, "331303", 1, 0, 27), + (103850, "331303", 1, 0, 27), + (103851, "331303", 1, 0, 27), + (103852, "331303", 1, 0, 27), + (103853, "331303", 1, 0, 27), + (103854, "331303", 1, 0, 27), + (103855, "331303", 1, 0, 27), + (103856, "331303", 1, 0, 27), + (103857, "331303", 1, 0, 27), + (103858, "331031", 1, 0, 27), + (103859, "331031", 1, 0, 27), + (103860, "331031", 1, 0, 27), + (103861, "331701", 1, 0, 27), + (103862, "331701", 1, 0, 27), + (103863, "331701", 1, 0, 27), + (103864, "331701", 1, 0, 27), + (103865, "331701", 1, 0, 27), + (103866, "331701", 1, 0, 27), + (103867, "331701", 1, 0, 27), + (103868, "331701", 1, 0, 27), + (103869, "331403", 1, 0, 27), + (103870, "331403", 1, 0, 27), + (103871, "331403", 1, 0, 27), + (103872, "331403", 1, 0, 27), + (103873, "331403", 1, 0, 27), + (103874, "331403", 1, 0, 27), + (103875, "331403", 1, 0, 27), + (103876, "331403", 1, 0, 27), + (103877, "331403", 1, 0, 27), + (103878, "331403", 1, 0, 27), + (103879, "331403", 1, 0, 27), + (103880, "331403", 1, 0, 27), + (103881, "331403", 1, 0, 27), + (103882, "331403", 1, 0, 27), + (103883, "331403", 1, 0, 27), + (103884, "331403", 1, 0, 27), + (103885, "331403", 1, 0, 27), + (103886, "331403", 1, 0, 27), + (103887, "331403", 1, 0, 27), + (103888, "331403", 1, 0, 27), + (103889, "331403", 1, 0, 27), + (103890, "331403", 1, 0, 27), + (103891, "331403", 1, 0, 27), + (103892, "331403", 1, 0, 27), + (103893, "331403", 1, 0, 27), + (103894, "331403", 1, 0, 27), + (103895, "331304", 1, 0, 27), + (103896, "331304", 1, 0, 27), + (103897, "331304", 1, 0, 27), + (103898, "331304", 1, 0, 27), + (103899, "331304", 1, 0, 27), + (103900, "331304", 1, 0, 27), + (103901, "331304", 1, 0, 27), + (103902, "331802", 1, 0, 27), + (103903, "331802", 1, 0, 27), + (103904, "331802", 1, 0, 27), + (103905, "331802", 1, 0, 27), + (103906, "331802", 1, 0, 27), + (103907, "331802", 1, 0, 27), + (103908, "331022", 1, 0, 27), + (103909, "331022", 1, 0, 27), + (103910, "331022", 1, 0, 27), + (103911, "331022", 1, 0, 27), + (103912, "331022", 1, 0, 27), + (103913, "331022", 1, 0, 27), + (103914, "331022", 1, 0, 27), + (103915, "331022", 1, 0, 27), + (103916, "331022", 1, 0, 27), + (103917, "331022", 1, 0, 27), + (103918, "331022", 1, 0, 27), + (103919, "331022", 1, 0, 27), + (103920, "331022", 1, 0, 27), + (103921, "331022", 1, 0, 27), + (103922, "331022", 1, 0, 27), + (103923, "331022", 1, 0, 27), + (103924, "331022", 1, 0, 27), + (103925, "331022", 1, 0, 27), + (103926, "331022", 1, 0, 27), + (103927, "331022", 1, 0, 27), + (103928, "331022", 1, 0, 27), + (103929, "331022", 1, 0, 27), + (103930, "331022", 1, 0, 27), + (103931, "331022", 1, 0, 27), + (103932, "331022", 1, 0, 27), + (103933, "331022", 1, 0, 27), + (103934, "331022", 1, 0, 27), + (103935, "331022", 1, 0, 27), + (103936, "331022", 1, 0, 27), + (103937, "331022", 1, 0, 27), + (103938, "331022", 1, 0, 27), + (103939, "331022", 1, 0, 27), + (103940, "331022", 1, 0, 27), + (103941, "331506", 1, 0, 27), + (103942, "331506", 1, 0, 27), + (103943, "331506", 1, 0, 27), + (103944, "331506", 1, 0, 27), + (103945, "331506", 1, 0, 27), + (103946, "331506", 1, 0, 27), + (103947, "331506", 1, 0, 27), + (103948, "331506", 1, 0, 27), + (103949, "331506", 1, 0, 27), + (103950, "331506", 1, 0, 27), + (103951, "331506", 1, 0, 27), + (103952, "331517", 1, 0, 27), + (103953, "331517", 1, 0, 27), + (103954, "331517", 1, 0, 27), + (103955, "331517", 1, 0, 27), + (103956, "331517", 1, 0, 27), + (103957, "331517", 1, 0, 27), + (103958, "331517", 1, 0, 27), + (103959, "331517", 1, 0, 27), + (103960, "331517", 1, 0, 27), + (103961, "331517", 1, 0, 27), + (103962, "331517", 1, 0, 27), + (103963, "331517", 1, 0, 27), + (103964, "331517", 1, 0, 27), + (103965, "331517", 1, 0, 27), + (103966, "331507", 1, 0, 27), + (103967, "331507", 1, 0, 27), + (103968, "331507", 1, 0, 27), + (103969, "331507", 1, 0, 27), + (103970, "331507", 1, 0, 27), + (103971, "331507", 1, 0, 27), + (103972, "331507", 1, 0, 27), + (103973, "331507", 1, 0, 27), + (103974, "331507", 1, 0, 27), + (103975, "331504", 1, 0, 27), + (103976, "331304", 1, 0, 27), + (103977, "331304", 1, 0, 27), + (103978, "331304", 1, 0, 27), + (103979, "331304", 1, 0, 27), + (103980, "331304", 1, 0, 27), + (103981, "331304", 1, 0, 27), + (103982, "331304", 1, 0, 27), + (103983, "331304", 1, 0, 27), + (103984, "331304", 1, 0, 27), + (103985, "331304", 1, 0, 27), + (103986, "331304", 1, 0, 27), + (103987, "331304", 1, 0, 27), + (103988, "331304", 1, 0, 27), + (103989, "331304", 1, 0, 27), + (103990, "331304", 1, 0, 27), + (103991, "331304", 1, 0, 27), + (103992, "331304", 1, 0, 27), + (103993, "331304", 1, 0, 27), + (103994, "331304", 1, 0, 27), + (103995, "331304", 1, 0, 27), + (103996, "331304", 1, 0, 27), + (103997, "331304", 1, 0, 27), + (103998, "331304", 1, 0, 27), + (103999, "331304", 1, 0, 27), + (104000, "331501", 1, 0, 27), + (104001, "331501", 1, 0, 27), + (104002, "331503", 1, 0, 27), + (104003, "331503", 1, 0, 27), + (104004, "331502", 1, 0, 27), + (104005, "331504", 1, 0, 27), + (104006, "331504", 1, 0, 27), + (104007, "331504", 1, 0, 27), + (104008, "331518", 1, 0, 27), + (104009, "331518", 1, 0, 27), + (104010, "331518", 1, 0, 27), + (104011, "331518", 1, 0, 27), + (104012, "331518", 1, 0, 27), + (104013, "331518", 1, 0, 27), + (104014, "331518", 1, 0, 27), + (104015, "331518", 1, 0, 27), + (104016, "331518", 1, 0, 27), + (104017, "331505", 1, 0, 27), + (104018, "331505", 1, 0, 27), + (104019, "331505", 1, 0, 27), + (104020, "321401", 1, 0, 27), + (104021, "328021", 1, 0, 27), + (104022, "328022", 1, 0, 27), + (104023, "321411", 1, 0, 27), + (104024, "328029", 1, 0, 27), + (104025, "328025", 1, 0, 27), + (104026, "328027", 1, 0, 27), + (104027, "321401", 1, 0, 27), + (104028, "328001", 1, 0, 27), + (104029, "328001", 1, 0, 27), + (104030, "328001", 1, 0, 27), + (104031, "328001", 1, 0, 27), + (104032, "328001", 1, 0, 27), + (104033, "328001", 1, 0, 27), + (104034, "328001", 1, 0, 27), + (104035, "328001", 1, 0, 27), + (104036, "328001", 1, 0, 27), + (104037, "328001", 1, 0, 27), + (104038, "328001", 1, 0, 27), + (104039, "328001", 1, 0, 27), + (104040, "328001", 1, 0, 27), + (104041, "328001", 1, 0, 27), + (104042, "328001", 1, 0, 27), + (104043, "321401", 1, 0, 27), + (104044, "321401", 1, 0, 27), + (104045, "321401", 1, 0, 27), + (104046, "321401", 1, 0, 27), + (104047, "321401", 1, 0, 27), + (104048, "321401", 1, 0, 27), + (104049, "321401", 1, 0, 27), + (104050, "321401", 1, 0, 27), + (104051, "321401", 1, 0, 27), + (104052, "321401", 1, 0, 27), + (104053, "321401", 1, 0, 27), + (104054, "321401", 1, 0, 27), + (104055, "321401", 1, 0, 27), + (104056, "321405", 1, 0, 27), + (104057, "321405", 1, 0, 27), + (104058, "321405", 1, 0, 27), + (104059, "321405", 1, 0, 27), + (104060, "321405", 1, 0, 27), + (104061, "321405", 1, 0, 27), + (104062, "321405", 1, 0, 27), + (104063, "321405", 1, 0, 27), + (104064, "321405", 1, 0, 27), + (104065, "321405", 1, 0, 27), + (104066, "321405", 1, 0, 27), + (104067, "321405", 1, 0, 27), + (104068, "321403", 1, 0, 27), + (104069, "321403", 1, 0, 27), + (104070, "321403", 1, 0, 27), + (104071, "321403", 1, 0, 27), + (104072, "321403", 1, 0, 27), + (104073, "328031", 1, 0, 27), + (104074, "328031", 1, 0, 27), + (104075, "328031", 1, 0, 27), + (104076, "328031", 1, 0, 27), + (104077, "328031", 1, 0, 27), + (104078, "328021", 1, 0, 27), + (104079, "328021", 1, 0, 27), + (104080, "328021", 1, 0, 27), + (104081, "328021", 1, 0, 27), + (104082, "328021", 1, 0, 27), + (104083, "328021", 1, 0, 27), + (104084, "328021", 1, 0, 27), + (104085, "328021", 1, 0, 27), + (104086, "328021", 1, 0, 27), + (104087, "328021", 1, 0, 27), + (104088, "328021", 1, 0, 27), + (104089, "328021", 1, 0, 27), + (104090, "328021", 1, 0, 27), + (104091, "328021", 1, 0, 27), + (104092, "328021", 1, 0, 27), + (104093, "328021", 1, 0, 27), + (104094, "328023", 1, 0, 27), + (104095, "328023", 1, 0, 27), + (104096, "328023", 1, 0, 27), + (104097, "328023", 1, 0, 27), + (104098, "328023", 1, 0, 27), + (104099, "328023", 1, 0, 27), + (104100, "328023", 1, 0, 27), + (104101, "328023", 1, 0, 27), + (104102, "328023", 1, 0, 27), + (104103, "328023", 1, 0, 27), + (104104, "328022", 1, 0, 27), + (104105, "328022", 1, 0, 27), + (104106, "328022", 1, 0, 27), + (104107, "328022", 1, 0, 27), + (104108, "328022", 1, 0, 27), + (104109, "328022", 1, 0, 27), + (104110, "328022", 1, 0, 27), + (104111, "328022", 1, 0, 27), + (104112, "328022", 1, 0, 27), + (104113, "328022", 1, 0, 27), + (104114, "328022", 1, 0, 27), + (104115, "328022", 1, 0, 27), + (104116, "328022", 1, 0, 27), + (104117, "328022", 1, 0, 27), + (104118, "328022", 1, 0, 27), + (104119, "328022", 1, 0, 27), + (104120, "328022", 1, 0, 27), + (104121, "328022", 1, 0, 27), + (104122, "328022", 1, 0, 27), + (104123, "321410", 1, 0, 27), + (104124, "321410", 1, 0, 27), + (104125, "321410", 1, 0, 27), + (104126, "321410", 1, 0, 27), + (104127, "328041", 1, 0, 27), + (104128, "328041", 1, 0, 27), + (104129, "328041", 1, 0, 27), + (104130, "328041", 1, 0, 27), + (104131, "328041", 1, 0, 27), + (104132, "328041", 1, 0, 27), + (104133, "328041", 1, 0, 27), + (104134, "328041", 1, 0, 27), + (104135, "328041", 1, 0, 27), + (104136, "328041", 1, 0, 27), + (104137, "328041", 1, 0, 27), + (104138, "328041", 1, 0, 27), + (104139, "328028", 1, 0, 27), + (104140, "328028", 1, 0, 27), + (104141, "328028", 1, 0, 27), + (104142, "328028", 1, 0, 27), + (104143, "328028", 1, 0, 27), + (104144, "321411", 1, 0, 27), + (104145, "321411", 1, 0, 27), + (104146, "321411", 1, 0, 27), + (104147, "321411", 1, 0, 27), + (104148, "321411", 1, 0, 27), + (104149, "321411", 1, 0, 27), + (104150, "321411", 1, 0, 27), + (104151, "321411", 1, 0, 27), + (104152, "321411", 1, 0, 27), + (104153, "321411", 1, 0, 27), + (104154, "321411", 1, 0, 27), + (104155, "328024", 1, 0, 27), + (104156, "328024", 1, 0, 27), + (104157, "328024", 1, 0, 27), + (104158, "328024", 1, 0, 27), + (104159, "328024", 1, 0, 27), + (104160, "328024", 1, 0, 27), + (104161, "328024", 1, 0, 27), + (104162, "328024", 1, 0, 27), + (104163, "328024", 1, 0, 27), + (104164, "328024", 1, 0, 27), + (104165, "328024", 1, 0, 27), + (104166, "328024", 1, 0, 27), + (104167, "328024", 1, 0, 27), + (104168, "328024", 1, 0, 27), + (104169, "328024", 1, 0, 27), + (104170, "328024", 1, 0, 27), + (104171, "328029", 1, 0, 27), + (104172, "328029", 1, 0, 27), + (104173, "328029", 1, 0, 27), + (104174, "328029", 1, 0, 27), + (104175, "328029", 1, 0, 27), + (104176, "328029", 1, 0, 27), + (104177, "328029", 1, 0, 27), + (104178, "328029", 1, 0, 27), + (104179, "328029", 1, 0, 27), + (104180, "328029", 1, 0, 27), + (104181, "328029", 1, 0, 27), + (104182, "328029", 1, 0, 27), + (104183, "328030", 1, 0, 27), + (104184, "328030", 1, 0, 27), + (104185, "328030", 1, 0, 27), + (104186, "328030", 1, 0, 27), + (104187, "328030", 1, 0, 27), + (104188, "328030", 1, 0, 27), + (104189, "328030", 1, 0, 27), + (104190, "328030", 1, 0, 27), + (104191, "328030", 1, 0, 27), + (104192, "328030", 1, 0, 27), + (104193, "328025", 1, 0, 27), + (104194, "328025", 1, 0, 27), + (104195, "328025", 1, 0, 27), + (104196, "328025", 1, 0, 27), + (104197, "328025", 1, 0, 27), + (104198, "328025", 1, 0, 27), + (104199, "328025", 1, 0, 27), + (104200, "328025", 1, 0, 27), + (104201, "328025", 1, 0, 27), + (104202, "328025", 1, 0, 27), + (104203, "328025", 1, 0, 27), + (104204, "328025", 1, 0, 27), + (104205, "328025", 1, 0, 27), + (104206, "328025", 1, 0, 27), + (104207, "328025", 1, 0, 27), + (104208, "328025", 1, 0, 27), + (104209, "328025", 1, 0, 27), + (104210, "328025", 1, 0, 27), + (104211, "328025", 1, 0, 27), + (104212, "321402", 1, 0, 27), + (104213, "321402", 1, 0, 27), + (104214, "321402", 1, 0, 27), + (104215, "321402", 1, 0, 27), + (104216, "321402", 1, 0, 27), + (104217, "321402", 1, 0, 27), + (104218, "321402", 1, 0, 27), + (104219, "321402", 1, 0, 27), + (104220, "321404", 1, 0, 27), + (104221, "321404", 1, 0, 27), + (104222, "321404", 1, 0, 27), + (104223, "321404", 1, 0, 27), + (104224, "321404", 1, 0, 27), + (104225, "321404", 1, 0, 27), + (104226, "321404", 1, 0, 27), + (104227, "321404", 1, 0, 27), + (104228, "321404", 1, 0, 27), + (104229, "321404", 1, 0, 27), + (104230, "321404", 1, 0, 27), + (104231, "321404", 1, 0, 27), + (104232, "328027", 1, 0, 27), + (104233, "328027", 1, 0, 27), + (104234, "328027", 1, 0, 27), + (104235, "328027", 1, 0, 27), + (104236, "328027", 1, 0, 27), + (104237, "328027", 1, 0, 27), + (104238, "328027", 1, 0, 27), + (104239, "328027", 1, 0, 27), + (104240, "328027", 1, 0, 27), + (104241, "328027", 1, 0, 27), + (104242, "328027", 1, 0, 27), + (104243, "328026", 1, 0, 27), + (104244, "328026", 1, 0, 27), + (104245, "328026", 1, 0, 27), + (104246, "328026", 1, 0, 27), + (104247, "328026", 1, 0, 27), + (104248, "328026", 1, 0, 27), + (104249, "328026", 1, 0, 27), + (104250, "328026", 1, 0, 27), + (104251, "328026", 1, 0, 27), + (104252, "328026", 1, 0, 27), + (104253, "328026", 1, 0, 27), + (104254, "321408", 1, 0, 27), + (104255, "321408", 1, 0, 27), + (104256, "321408", 1, 0, 27), + (104257, "321408", 1, 0, 27), + (104258, "321408", 1, 0, 27), + (104259, "321408", 1, 0, 27), + (104260, "321408", 1, 0, 27), + (104261, "321408", 1, 0, 27), + (104262, "321408", 1, 0, 27), + (104263, "321408", 1, 0, 27), + (104264, "321408", 1, 0, 27), + (104265, "328021", 1, 0, 27), + (104266, "321401", 1, 0, 27), + (104267, "321410", 1, 0, 27), + (104268, "321411", 1, 0, 27), + (104269, "321411", 1, 0, 27), + (104270, "321402", 1, 0, 27), + (104271, "321404", 1, 0, 27), + (104272, "321404", 1, 0, 27), + (104273, "321408", 1, 0, 27), + (104274, "333704", 1, 0, 27), + (104275, "331026", 1, 0, 27), + (104276, "333053", 1, 0, 27), + (104277, "333023", 1, 0, 27), + (104278, "333503", 1, 0, 27), + (104279, "333031", 1, 0, 27), + (104280, "333036", 1, 0, 27), + (104281, "333704", 1, 0, 27), + (104282, "333704", 1, 0, 27), + (104283, "333704", 1, 0, 27), + (104284, "333705", 1, 0, 27), + (104285, "333705", 1, 0, 27), + (104286, "333705", 1, 0, 27), + (104287, "333705", 1, 0, 27), + (104288, "333705", 1, 0, 27), + (104289, "333705", 1, 0, 27), + (104290, "333705", 1, 0, 27), + (104291, "333042", 1, 0, 27), + (104292, "333042", 1, 0, 27), + (104293, "333302", 1, 0, 27), + (104294, "333303", 1, 0, 27), + (104295, "333303", 1, 0, 27), + (104296, "333303", 1, 0, 27), + (104297, "333701", 1, 0, 27), + (104298, "333011", 1, 0, 27), + (104299, "333011", 1, 0, 27), + (104300, "333011", 1, 0, 27), + (104301, "333011", 1, 0, 27), + (104302, "333011", 1, 0, 27), + (104303, "333707", 1, 0, 27), + (104304, "333707", 1, 0, 27), + (104305, "333707", 1, 0, 27), + (104306, "333707", 1, 0, 27), + (104307, "333707", 1, 0, 27), + (104308, "333707", 1, 0, 27), + (104309, "333707", 1, 0, 27), + (104310, "333707", 1, 0, 27), + (104311, "333707", 1, 0, 27), + (104312, "333707", 1, 0, 27), + (104313, "333022", 1, 0, 27), + (104314, "333022", 1, 0, 27), + (104315, "333022", 1, 0, 27), + (104316, "333022", 1, 0, 27), + (104317, "333022", 1, 0, 27), + (104318, "333022", 1, 0, 27), + (104319, "333305", 1, 0, 27), + (104320, "333305", 1, 0, 27), + (104321, "333801", 1, 0, 27), + (104322, "333801", 1, 0, 27), + (104323, "331026", 1, 0, 27), + (104324, "331026", 1, 0, 27), + (104325, "331026", 1, 0, 27), + (104326, "331026", 1, 0, 27), + (104327, "333012", 1, 0, 27), + (104328, "333012", 1, 0, 27), + (104329, "333012", 1, 0, 27), + (104330, "333012", 1, 0, 27), + (104331, "333012", 1, 0, 27), + (104332, "333307", 1, 0, 27), + (104333, "333307", 1, 0, 27), + (104334, "333307", 1, 0, 27), + (104335, "333307", 1, 0, 27), + (104336, "333307", 1, 0, 27), + (104337, "333307", 1, 0, 27), + (104338, "333704", 1, 0, 27), + (104339, "333704", 1, 0, 27), + (104340, "333704", 1, 0, 27), + (104341, "333001", 1, 0, 27), + (104342, "333001", 1, 0, 27), + (104343, "333001", 1, 0, 27), + (104344, "333001", 1, 0, 27), + (104345, "333001", 1, 0, 27), + (104346, "333001", 1, 0, 27), + (104347, "333001", 1, 0, 27), + (104348, "333042", 1, 0, 27), + (104349, "333042", 1, 0, 27), + (104350, "333042", 1, 0, 27), + (104351, "333042", 1, 0, 27), + (104352, "333042", 1, 0, 27), + (104353, "333041", 1, 0, 27), + (104354, "333041", 1, 0, 27), + (104355, "333041", 1, 0, 27), + (104356, "333041", 1, 0, 27), + (104357, "333041", 1, 0, 27), + (104358, "333041", 1, 0, 27), + (104359, "333041", 1, 0, 27), + (104360, "333041", 1, 0, 27), + (104361, "333308", 1, 0, 27), + (104362, "333308", 1, 0, 27), + (104363, "333308", 1, 0, 27), + (104364, "333053", 1, 0, 27), + (104365, "333053", 1, 0, 27), + (104366, "333053", 1, 0, 27), + (104367, "333053", 1, 0, 27), + (104368, "333053", 1, 0, 27), + (104369, "333053", 1, 0, 27), + (104370, "333053", 1, 0, 27), + (104371, "333053", 1, 0, 27), + (104372, "333053", 1, 0, 27), + (104373, "333801", 1, 0, 27), + (104374, "333801", 1, 0, 27), + (104375, "333001", 1, 0, 27), + (104376, "333001", 1, 0, 27), + (104377, "333001", 1, 0, 27), + (104378, "333001", 1, 0, 27), + (104379, "333001", 1, 0, 27), + (104380, "333001", 1, 0, 27), + (104381, "333001", 1, 0, 27), + (104382, "333001", 1, 0, 27), + (104383, "333001", 1, 0, 27), + (104384, "333001", 1, 0, 27), + (104385, "333001", 1, 0, 27), + (104386, "333001", 1, 0, 27), + (104387, "333027", 1, 0, 27), + (104388, "333027", 1, 0, 27), + (104389, "333027", 1, 0, 27), + (104390, "333027", 1, 0, 27), + (104391, "333501", 1, 0, 27), + (104392, "333501", 1, 0, 27), + (104393, "333501", 1, 0, 27), + (104394, "333501", 1, 0, 27), + (104395, "333023", 1, 0, 27), + (104396, "333023", 1, 0, 27), + (104397, "333023", 1, 0, 27), + (104398, "333023", 1, 0, 27), + (104399, "333023", 1, 0, 27), + (104400, "333023", 1, 0, 27), + (104401, "333023", 1, 0, 27), + (104402, "333023", 1, 0, 27), + (104403, "333023", 1, 0, 27), + (104404, "333023", 1, 0, 27), + (104405, "333023", 1, 0, 27), + (104406, "333502", 1, 0, 27), + (104407, "333502", 1, 0, 27), + (104408, "333502", 1, 0, 27), + (104409, "333502", 1, 0, 27), + (104410, "333502", 1, 0, 27), + (104411, "333502", 1, 0, 27), + (104412, "333502", 1, 0, 27), + (104413, "333502", 1, 0, 27), + (104414, "333502", 1, 0, 27), + (104415, "333502", 1, 0, 27), + (104416, "333502", 1, 0, 27), + (104417, "333502", 1, 0, 27), + (104418, "333024", 1, 0, 27), + (104419, "333024", 1, 0, 27), + (104420, "333024", 1, 0, 27), + (104421, "333024", 1, 0, 27), + (104422, "333024", 1, 0, 27), + (104423, "333033", 1, 0, 27), + (104424, "333033", 1, 0, 27), + (104425, "333033", 1, 0, 27), + (104426, "333033", 1, 0, 27), + (104427, "333033", 1, 0, 27), + (104428, "333033", 1, 0, 27), + (104429, "333033", 1, 0, 27), + (104430, "333033", 1, 0, 27), + (104431, "333033", 1, 0, 27), + (104432, "333033", 1, 0, 27), + (104433, "333033", 1, 0, 27), + (104434, "333514", 1, 0, 27), + (104435, "333514", 1, 0, 27), + (104436, "333516", 1, 0, 27), + (104437, "333514", 1, 0, 27), + (104438, "333514", 1, 0, 27), + (104439, "333514", 1, 0, 27), + (104440, "333514", 1, 0, 27), + (104441, "333030", 1, 0, 27), + (104442, "333030", 1, 0, 27), + (104443, "333030", 1, 0, 27), + (104444, "333030", 1, 0, 27), + (104445, "333503", 1, 0, 27), + (104446, "333503", 1, 0, 27), + (104447, "333503", 1, 0, 27), + (104448, "333503", 1, 0, 27), + (104449, "333503", 1, 0, 27), + (104450, "333503", 1, 0, 27), + (104451, "333503", 1, 0, 27), + (104452, "333503", 1, 0, 27), + (104453, "333504", 1, 0, 27), + (104454, "333504", 1, 0, 27), + (104455, "333504", 1, 0, 27), + (104456, "332746", 1, 0, 27), + (104457, "333504", 1, 0, 27), + (104458, "332746", 1, 0, 27), + (104459, "333034", 1, 0, 27), + (104460, "333034", 1, 0, 27), + (104461, "333034", 1, 0, 27), + (104462, "333034", 1, 0, 27), + (104463, "333034", 1, 0, 27), + (104464, "333034", 1, 0, 27), + (104465, "333034", 1, 0, 27), + (104466, "333034", 1, 0, 27), + (104467, "333034", 1, 0, 27), + (104468, "333034", 1, 0, 27), + (104469, "333025", 1, 0, 27), + (104470, "333025", 1, 0, 27), + (104471, "333025", 1, 0, 27), + (104472, "333025", 1, 0, 27), + (104473, "333025", 1, 0, 27), + (104474, "333025", 1, 0, 27), + (104475, "333035", 1, 0, 27), + (104476, "333035", 1, 0, 27), + (104477, "333035", 1, 0, 27), + (104478, "333515", 1, 0, 27), + (104479, "333515", 1, 0, 27), + (104480, "333515", 1, 0, 27), + (104481, "333515", 1, 0, 27), + (104482, "333515", 1, 0, 27), + (104483, "333515", 1, 0, 27), + (104484, "333515", 1, 0, 27), + (104485, "333515", 1, 0, 27), + (104486, "333515", 1, 0, 27), + (104487, "333515", 1, 0, 27), + (104488, "333515", 1, 0, 27), + (104489, "333031", 1, 0, 27), + (104490, "333031", 1, 0, 27), + (104491, "333031", 1, 0, 27), + (104492, "333031", 1, 0, 27), + (104493, "333031", 1, 0, 27), + (104494, "333031", 1, 0, 27), + (104495, "333031", 1, 0, 27), + (104496, "333031", 1, 0, 27), + (104497, "333031", 1, 0, 27), + (104498, "333031", 1, 0, 27), + (104499, "333031", 1, 0, 27), + (104500, "333031", 1, 0, 27), + (104501, "333031", 1, 0, 27), + (104502, "333031", 1, 0, 27), + (104503, "333031", 1, 0, 27), + (104504, "333031", 1, 0, 27), + (104505, "332716", 1, 0, 27), + (104506, "332716", 1, 0, 27), + (104507, "332716", 1, 0, 27), + (104508, "332716", 1, 0, 27), + (104509, "333516", 1, 0, 27), + (104510, "333516", 1, 0, 27), + (104511, "333516", 1, 0, 27), + (104512, "333516", 1, 0, 27), + (104513, "333516", 1, 0, 27), + (104514, "333516", 1, 0, 27), + (104515, "333516", 1, 0, 27), + (104516, "333516", 1, 0, 27), + (104517, "333516", 1, 0, 27), + (104518, "333516", 1, 0, 27), + (104519, "333516", 1, 0, 27), + (104520, "333516", 1, 0, 27), + (104521, "333516", 1, 0, 27), + (104522, "333028", 1, 0, 27), + (104523, "333028", 1, 0, 27), + (104524, "333028", 1, 0, 27), + (104525, "333028", 1, 0, 27), + (104526, "333028", 1, 0, 27), + (104527, "333028", 1, 0, 27), + (104528, "333028", 1, 0, 27), + (104529, "333028", 1, 0, 27), + (104530, "333028", 1, 0, 27), + (104531, "333029", 1, 0, 27), + (104532, "333029", 1, 0, 27), + (104533, "333029", 1, 0, 27), + (104534, "333029", 1, 0, 27), + (104535, "333029", 1, 0, 27), + (104536, "333029", 1, 0, 27), + (104537, "333029", 1, 0, 27), + (104538, "332746", 1, 0, 27), + (104539, "332746", 1, 0, 27), + (104540, "332746", 1, 0, 27), + (104541, "332746", 1, 0, 27), + (104542, "333036", 1, 0, 27), + (104543, "333036", 1, 0, 27), + (104544, "333036", 1, 0, 27), + (104545, "331025", 1, 0, 27), + (104546, "331025", 1, 0, 27), + (104547, "331025", 1, 0, 27), + (104548, "331025", 1, 0, 27), + (104549, "333021", 1, 0, 27), + (104550, "333021", 1, 0, 27), + (104551, "333021", 1, 0, 27), + (104552, "333021", 1, 0, 27), + (104553, "333021", 1, 0, 27), + (104554, "333021", 1, 0, 27), + (104555, "333021", 1, 0, 27), + (104556, "333021", 1, 0, 27), + (104557, "333032", 1, 0, 27), + (104558, "333032", 1, 0, 27), + (104559, "331027", 1, 0, 27), + (104560, "331027", 1, 0, 27), + (104561, "331027", 1, 0, 27), + (104562, "331027", 1, 0, 27), + (104563, "331027", 1, 0, 27), + (104564, "331027", 1, 0, 27), + (104565, "331027", 1, 0, 27), + (104566, "331027", 1, 0, 27), + (104567, "331027", 1, 0, 27), + (104568, "331027", 1, 0, 27), + (104569, "331027", 1, 0, 27), + (104570, "333302", 1, 0, 27), + (104571, "333302", 1, 0, 27), + (104572, "333302", 1, 0, 27), + (104573, "333027", 1, 0, 27), + (104574, "333305", 1, 0, 27), + (104575, "333305", 1, 0, 27), + (104576, "333305", 1, 0, 27), + (104577, "333304", 1, 0, 27), + (104578, "333304", 1, 0, 27), + (104579, "333304", 1, 0, 27), + (104580, "333304", 1, 0, 27), + (104581, "331030", 1, 0, 27), + (104582, "331028", 1, 0, 27), + (104583, "331028", 1, 0, 27), + (104584, "331028", 1, 0, 27), + (104585, "333704", 1, 0, 27), + (104586, "333704", 1, 0, 27), + (104587, "333704", 1, 0, 27), + (104588, "333704", 1, 0, 27), + (104589, "333704", 1, 0, 27), + (104590, "333036", 1, 0, 27), + (104591, "332746", 1, 0, 27), + (104592, "333022", 1, 0, 27), + (104593, "342901", 1, 0, 27), + (104594, "342605", 1, 0, 27), + (104595, "342801", 1, 0, 27), + (104596, "342013", 1, 0, 27), + (104597, "342301", 1, 0, 27), + (104598, "342022", 1, 0, 27), + (104599, "345001", 1, 0, 27), + (104600, "345031", 1, 0, 27), + (104601, "345023", 1, 0, 27), + (104602, "342001", 1, 0, 27), + (104603, "342001", 1, 0, 27), + (104604, "342001", 1, 0, 27), + (104605, "342014", 1, 0, 27), + (104606, "342001", 1, 0, 27), + (104607, "342014", 1, 0, 27), + (104608, "342001", 1, 0, 27), + (104609, "342014", 1, 0, 27), + (104610, "342014", 1, 0, 27), + (104611, "342001", 1, 0, 27), + (104612, "342001", 1, 0, 27), + (104613, "342014", 1, 0, 27), + (104614, "342014", 1, 0, 27), + (104615, "342014", 1, 0, 27), + (104616, "342014", 1, 0, 27), + (104617, "342001", 1, 0, 27), + (104618, "342014", 1, 0, 27), + (104619, "342001", 1, 0, 27), + (104620, "342014", 1, 0, 27), + (104621, "342014", 1, 0, 27), + (104622, "342014", 1, 0, 27), + (104623, "342014", 1, 0, 27), + (104624, "342014", 1, 0, 27), + (104625, "342001", 1, 0, 27), + (104626, "342311", 1, 0, 27), + (104627, "342311", 1, 0, 27), + (104628, "342311", 1, 0, 27), + (104629, "342311", 1, 0, 27), + (104630, "342311", 1, 0, 27), + (104631, "342311", 1, 0, 27), + (104632, "342311", 1, 0, 27), + (104633, "342311", 1, 0, 27), + (104634, "342311", 1, 0, 27), + (104635, "342901", 1, 0, 27), + (104636, "342901", 1, 0, 27), + (104637, "342901", 1, 0, 27), + (104638, "342901", 1, 0, 27), + (104639, "342901", 1, 0, 27), + (104640, "342901", 1, 0, 27), + (104641, "342901", 1, 0, 27), + (104642, "342901", 1, 0, 27), + (104643, "342023", 1, 0, 27), + (104644, "342023", 1, 0, 27), + (104645, "342023", 1, 0, 27), + (104646, "342023", 1, 0, 27), + (104647, "342023", 1, 0, 27), + (104648, "342023", 1, 0, 27), + (104649, "342023", 1, 0, 27), + (104650, "342023", 1, 0, 27), + (104651, "342023", 1, 0, 27), + (104652, "342023", 1, 0, 27), + (104653, "342023", 1, 0, 27), + (104654, "342027", 1, 0, 27), + (104655, "342027", 1, 0, 27), + (104656, "342027", 1, 0, 27), + (104657, "342027", 1, 0, 27), + (104658, "342027", 1, 0, 27), + (104659, "342027", 1, 0, 27), + (104660, "342027", 1, 0, 27), + (104661, "342027", 1, 0, 27), + (104662, "342027", 1, 0, 27), + (104663, "342027", 1, 0, 27), + (104664, "342027", 1, 0, 27), + (104665, "342027", 1, 0, 27), + (104666, "342027", 1, 0, 27), + (104667, "342015", 1, 0, 27), + (104668, "342027", 1, 0, 27), + (104669, "342027", 1, 0, 27), + (104670, "342015", 1, 0, 27), + (104671, "342027", 1, 0, 27), + (104672, "342027", 1, 0, 27), + (104673, "342027", 1, 0, 27), + (104674, "342307", 1, 0, 27), + (104675, "342307", 1, 0, 27), + (104676, "342307", 1, 0, 27), + (104677, "342307", 1, 0, 27), + (104678, "342307", 1, 0, 27), + (104679, "342307", 1, 0, 27), + (104680, "342307", 1, 0, 27), + (104681, "342307", 1, 0, 27), + (104682, "342307", 1, 0, 27), + (104683, "342605", 1, 0, 27), + (104684, "342605", 1, 0, 27), + (104685, "342605", 1, 0, 27), + (104686, "342605", 1, 0, 27), + (104687, "342605", 1, 0, 27), + (104688, "342605", 1, 0, 27), + (104689, "342605", 1, 0, 27), + (104690, "342605", 1, 0, 27), + (104691, "342605", 1, 0, 27), + (104692, "342605", 1, 0, 27), + (104693, "342605", 1, 0, 27), + (104694, "342605", 1, 0, 27), + (104695, "342603", 1, 0, 27), + (104696, "342603", 1, 0, 27), + (104697, "342603", 1, 0, 27), + (104698, "342603", 1, 0, 27), + (104699, "342603", 1, 0, 27), + (104700, "342603", 1, 0, 27), + (104701, "342603", 1, 0, 27), + (104702, "342603", 1, 0, 27), + (104703, "342602", 1, 0, 27), + (104704, "342602", 1, 0, 27), + (104705, "342602", 1, 0, 27), + (104706, "342602", 1, 0, 27), + (104707, "342602", 1, 0, 27), + (104708, "342602", 1, 0, 27), + (104709, "342604", 1, 0, 27), + (104710, "342604", 1, 0, 27), + (104711, "342312", 1, 0, 27), + (104712, "342312", 1, 0, 27), + (104713, "342312", 1, 0, 27), + (104714, "342312", 1, 0, 27), + (104715, "342312", 1, 0, 27), + (104716, "342312", 1, 0, 27), + (104717, "342312", 1, 0, 27), + (104718, "342312", 1, 0, 27), + (104719, "342312", 1, 0, 27), + (104720, "342312", 1, 0, 27), + (104721, "342312", 1, 0, 27), + (104722, "342312", 1, 0, 27), + (104723, "342312", 1, 0, 27), + (104724, "342312", 1, 0, 27), + (104725, "342312", 1, 0, 27), + (104726, "342314", 1, 0, 27), + (104727, "342314", 1, 0, 27), + (104728, "342314", 1, 0, 27), + (104729, "342314", 1, 0, 27), + (104730, "342314", 1, 0, 27), + (104731, "342314", 1, 0, 27), + (104732, "342314", 1, 0, 27), + (104733, "342801", 1, 0, 27), + (104734, "342801", 1, 0, 27), + (104735, "342801", 1, 0, 27), + (104736, "342801", 1, 0, 27), + (104737, "342801", 1, 0, 27), + (104738, "342801", 1, 0, 27), + (104739, "342308", 1, 0, 27), + (104740, "342308", 1, 0, 27), + (104741, "342308", 1, 0, 27), + (104742, "342308", 1, 0, 27), + (104743, "342308", 1, 0, 27), + (104744, "342308", 1, 0, 27), + (104745, "342308", 1, 0, 27), + (104746, "342308", 1, 0, 27), + (104747, "342037", 1, 0, 27), + (104748, "342037", 1, 0, 27), + (104749, "342029", 1, 0, 27), + (104750, "342037", 1, 0, 27), + (104751, "342037", 1, 0, 27), + (104752, "342029", 1, 0, 27), + (104753, "342037", 1, 0, 27), + (104754, "342029", 1, 0, 27), + (104755, "342037", 1, 0, 27), + (104756, "342037", 1, 0, 27), + (104757, "342037", 1, 0, 27), + (104758, "342037", 1, 0, 27), + (104759, "342029", 1, 0, 27), + (104760, "342037", 1, 0, 27), + (104761, "342029", 1, 0, 27), + (104762, "342037", 1, 0, 27), + (104763, "342302", 1, 0, 27), + (104764, "342302", 1, 0, 27), + (104765, "342302", 1, 0, 27), + (104766, "342302", 1, 0, 27), + (104767, "342302", 1, 0, 27), + (104768, "342302", 1, 0, 27), + (104769, "342802", 1, 0, 27), + (104770, "342802", 1, 0, 27), + (104771, "342802", 1, 0, 27), + (104772, "342802", 1, 0, 27), + (104773, "342802", 1, 0, 27), + (104774, "342802", 1, 0, 27), + (104775, "342802", 1, 0, 27), + (104776, "342802", 1, 0, 27), + (104777, "342802", 1, 0, 27), + (104778, "342304", 1, 0, 27), + (104779, "342304", 1, 0, 27), + (104780, "342305", 1, 0, 27), + (104781, "342305", 1, 0, 27), + (104782, "342305", 1, 0, 27), + (104783, "342305", 1, 0, 27), + (104784, "342305", 1, 0, 27), + (104785, "342305", 1, 0, 27), + (104786, "342303", 1, 0, 27), + (104787, "342303", 1, 0, 27), + (104788, "342303", 1, 0, 27), + (104789, "342303", 1, 0, 27), + (104790, "342303", 1, 0, 27), + (104791, "342303", 1, 0, 27), + (104792, "342303", 1, 0, 27), + (104793, "342303", 1, 0, 27), + (104794, "342303", 1, 0, 27), + (104795, "342303", 1, 0, 27), + (104796, "342303", 1, 0, 27), + (104797, "342303", 1, 0, 27), + (104798, "342309", 1, 0, 27), + (104799, "342309", 1, 0, 27), + (104800, "342309", 1, 0, 27), + (104801, "342309", 1, 0, 27), + (104802, "342309", 1, 0, 27), + (104803, "342309", 1, 0, 27), + (104804, "342309", 1, 0, 27), + (104805, "342301", 1, 0, 27), + (104806, "342301", 1, 0, 27), + (104807, "342301", 1, 0, 27), + (104808, "342301", 1, 0, 27), + (104809, "342301", 1, 0, 27), + (104810, "342301", 1, 0, 27), + (104811, "342301", 1, 0, 27), + (104812, "342301", 1, 0, 27), + (104813, "342301", 1, 0, 27), + (104814, "342301", 1, 0, 27), + (104815, "342301", 1, 0, 27), + (104816, "342301", 1, 0, 27), + (104817, "342301", 1, 0, 27), + (104818, "342301", 1, 0, 27), + (104819, "342301", 1, 0, 27), + (104820, "342301", 1, 0, 27), + (104821, "342301", 1, 0, 27), + (104822, "342301", 1, 0, 27), + (104823, "342301", 1, 0, 27), + (104824, "342301", 1, 0, 27), + (104825, "342301", 1, 0, 27), + (104826, "342601", 1, 0, 27), + (104827, "342601", 1, 0, 27), + (104828, "342601", 1, 0, 27), + (104829, "342601", 1, 0, 27), + (104830, "342601", 1, 0, 27), + (104831, "342601", 1, 0, 27), + (104832, "342601", 1, 0, 27), + (104833, "342601", 1, 0, 27), + (104834, "342601", 1, 0, 27), + (104835, "342601", 1, 0, 27), + (104836, "342601", 1, 0, 27), + (104837, "342601", 1, 0, 27), + (104838, "342601", 1, 0, 27), + (104839, "342601", 1, 0, 27), + (104840, "342601", 1, 0, 27), + (104841, "342601", 1, 0, 27), + (104842, "342601", 1, 0, 27), + (104843, "342601", 1, 0, 27), + (104844, "342606", 1, 0, 27), + (104845, "342606", 1, 0, 27), + (104846, "342606", 1, 0, 27), + (104847, "342606", 1, 0, 27), + (104848, "342606", 1, 0, 27), + (104849, "342606", 1, 0, 27), + (104850, "342606", 1, 0, 27), + (104851, "342606", 1, 0, 27), + (104852, "342606", 1, 0, 27), + (104853, "342606", 1, 0, 27), + (104854, "342606", 1, 0, 27), + (104855, "342606", 1, 0, 27), + (104856, "342606", 1, 0, 27), + (104857, "342606", 1, 0, 27), + (104858, "342606", 1, 0, 27), + (104859, "342606", 1, 0, 27), + (104860, "342606", 1, 0, 27), + (104861, "342606", 1, 0, 27), + (104862, "342022", 1, 0, 27), + (104863, "342022", 1, 0, 27), + (104864, "342022", 1, 0, 27), + (104865, "342022", 1, 0, 27), + (104866, "342022", 1, 0, 27), + (104867, "342025", 1, 0, 27), + (104868, "342025", 1, 0, 27), + (104869, "342025", 1, 0, 27), + (104870, "342025", 1, 0, 27), + (104871, "342021", 1, 0, 27), + (104872, "342025", 1, 0, 27), + (104873, "342025", 1, 0, 27), + (104874, "342025", 1, 0, 27), + (104875, "342021", 1, 0, 27), + (104876, "342021", 1, 0, 27), + (104877, "342021", 1, 0, 27), + (104878, "342025", 1, 0, 27), + (104879, "342025", 1, 0, 27), + (104880, "342025", 1, 0, 27), + (104881, "342025", 1, 0, 27), + (104882, "342025", 1, 0, 27), + (104883, "342025", 1, 0, 27), + (104884, "342021", 1, 0, 27), + (104885, "342028", 1, 0, 27), + (104886, "342028", 1, 0, 27), + (104887, "342028", 1, 0, 27), + (104888, "342028", 1, 0, 27), + (104889, "342306", 1, 0, 27), + (104890, "342306", 1, 0, 27), + (104891, "342306", 1, 0, 27), + (104892, "342306", 1, 0, 27), + (104893, "342306", 1, 0, 27), + (104894, "342306", 1, 0, 27), + (104895, "342306", 1, 0, 27), + (104896, "342306", 1, 0, 27), + (104897, "342306", 1, 0, 27), + (104898, "342306", 1, 0, 27), + (104899, "342306", 1, 0, 27), + (104900, "342306", 1, 0, 27), + (104901, "342306", 1, 0, 27), + (104902, "342306", 1, 0, 27), + (104903, "342306", 1, 0, 27), + (104904, "342306", 1, 0, 27), + (104905, "342306", 1, 0, 27), + (104906, "342306", 1, 0, 27), + (104907, "342306", 1, 0, 27), + (104908, "345001", 1, 0, 27), + (104909, "345001", 1, 0, 27), + (104910, "345001", 1, 0, 27), + (104911, "345001", 1, 0, 27), + (104912, "345001", 1, 0, 27), + (104913, "345034", 1, 0, 27), + (104914, "345001", 1, 0, 27), + (104915, "345001", 1, 0, 27), + (104916, "345001", 1, 0, 27), + (104917, "345001", 1, 0, 27), + (104918, "345001", 1, 0, 27), + (104919, "345001", 1, 0, 27), + (104920, "345027", 1, 0, 27), + (104921, "345001", 1, 0, 27), + (104922, "345001", 1, 0, 27), + (104923, "345001", 1, 0, 27), + (104924, "345001", 1, 0, 27), + (104925, "345001", 1, 0, 27), + (104926, "345001", 1, 0, 27), + (104927, "345001", 1, 0, 27), + (104928, "345001", 1, 0, 27), + (104929, "345001", 1, 0, 27), + (104930, "345034", 1, 0, 27), + (104931, "345034", 1, 0, 27), + (104932, "345034", 1, 0, 27), + (104933, "345001", 1, 0, 27), + (104934, "345001", 1, 0, 27), + (104935, "345001", 1, 0, 27), + (104936, "345001", 1, 0, 27), + (104937, "345001", 1, 0, 27), + (104938, "345034", 1, 0, 27), + (104939, "345034", 1, 0, 27), + (104940, "345034", 1, 0, 27), + (104941, "345001", 1, 0, 27), + (104942, "345001", 1, 0, 27), + (104943, "345001", 1, 0, 27), + (104944, "345001", 1, 0, 27), + (104945, "345001", 1, 0, 27), + (104946, "345034", 1, 0, 27), + (104947, "345001", 1, 0, 27), + (104948, "345001", 1, 0, 27), + (104949, "345001", 1, 0, 27), + (104950, "345001", 1, 0, 27), + (104951, "345024", 1, 0, 27), + (104952, "345024", 1, 0, 27), + (104953, "345024", 1, 0, 27), + (104954, "345031", 1, 0, 27), + (104955, "345031", 1, 0, 27), + (104956, "345031", 1, 0, 27), + (104957, "345031", 1, 0, 27), + (104958, "345031", 1, 0, 27), + (104959, "345031", 1, 0, 27), + (104960, "345031", 1, 0, 27), + (104961, "345033", 1, 0, 27), + (104962, "345033", 1, 0, 27), + (104963, "345028", 1, 0, 27), + (104964, "345028", 1, 0, 27), + (104965, "345028", 1, 0, 27), + (104966, "345028", 1, 0, 27), + (104967, "345028", 1, 0, 27), + (104968, "345028", 1, 0, 27), + (104969, "345028", 1, 0, 27), + (104970, "345028", 1, 0, 27), + (104971, "345028", 1, 0, 27), + (104972, "345028", 1, 0, 27), + (104973, "345028", 1, 0, 27), + (104974, "342310", 1, 0, 27), + (104975, "342310", 1, 0, 27), + (104976, "345025", 1, 0, 27), + (104977, "345025", 1, 0, 27), + (104978, "345025", 1, 0, 27), + (104979, "345025", 1, 0, 27), + (104980, "345025", 1, 0, 27), + (104981, "345025", 1, 0, 27), + (104982, "345021", 1, 0, 27), + (104983, "345021", 1, 0, 27), + (104984, "345021", 1, 0, 27), + (104985, "342314", 1, 0, 27), + (104986, "342314", 1, 0, 27), + (104987, "345021", 1, 0, 27), + (104988, "345021", 1, 0, 27), + (104989, "345021", 1, 0, 27), + (104990, "345021", 1, 0, 27), + (104991, "345021", 1, 0, 27), + (104992, "345021", 1, 0, 27), + (104993, "345021", 1, 0, 27), + (104994, "345021", 1, 0, 27), + (104995, "345021", 1, 0, 27), + (104996, "345021", 1, 0, 27), + (104997, "345021", 1, 0, 27), + (104998, "345021", 1, 0, 27), + (104999, "345021", 1, 0, 27), + (105000, "342314", 1, 0, 27), + (105001, "345023", 1, 0, 27), + (105002, "345023", 1, 0, 27), + (105003, "345023", 1, 0, 27), + (105004, "345023", 1, 0, 27), + (105005, "345022", 1, 0, 27), + (105006, "345022", 1, 0, 27), + (105007, "345027", 1, 0, 27), + (105008, "345027", 1, 0, 27), + (105009, "345027", 1, 0, 27), + (105010, "345027", 1, 0, 27), + (105011, "345027", 1, 0, 27), + (105012, "345027", 1, 0, 27), + (105013, "345027", 1, 0, 27), + (105014, "345027", 1, 0, 27), + (105015, "345027", 1, 0, 27), + (105016, "345027", 1, 0, 27), + (105017, "345027", 1, 0, 27), + (105018, "345027", 1, 0, 27), + (105019, "345027", 1, 0, 27), + (105020, "342024", 1, 0, 27), + (105021, "342024", 1, 0, 27), + (105022, "342024", 1, 0, 27), + (105023, "342024", 1, 0, 27), + (105024, "342024", 1, 0, 27), + (105025, "342024", 1, 0, 27), + (105026, "342024", 1, 0, 27), + (105027, "342024", 1, 0, 27), + (105028, "345027", 1, 0, 27), + (105029, "345027", 1, 0, 27), + (105030, "345026", 1, 0, 27), + (105031, "345026", 1, 0, 27), + (105032, "345026", 1, 0, 27), + (105033, "345026", 1, 0, 27), + (105034, "345026", 1, 0, 27), + (105035, "345026", 1, 0, 27), + (105036, "345026", 1, 0, 27), + (105037, "345026", 1, 0, 27), + (105038, "341511", 1, 0, 27), + (105039, "341023", 1, 0, 27), + (105040, "341024", 1, 0, 27), + (105041, "341514", 1, 0, 27), + (105042, "341303", 1, 0, 27), + (105043, "341503", 1, 0, 27), + (105044, "341305", 1, 0, 27), + (105045, "341501", 1, 0, 27), + (105046, "341508", 1, 0, 27), + (105047, "341509", 1, 0, 27), + (105048, "341511", 1, 0, 27), + (105049, "341511", 1, 0, 27), + (105050, "341511", 1, 0, 27), + (105051, "341511", 1, 0, 27), + (105052, "341511", 1, 0, 27), + (105053, "341511", 1, 0, 27), + (105054, "341001", 1, 0, 27), + (105055, "341001", 1, 0, 27), + (105056, "341001", 1, 0, 27), + (105057, "341001", 1, 0, 27), + (105058, "341001", 1, 0, 27), + (105059, "341001", 1, 0, 27), + (105060, "341001", 1, 0, 27), + (105061, "341001", 1, 0, 27), + (105062, "341001", 1, 0, 27), + (105063, "341001", 1, 0, 27), + (105064, "341001", 1, 0, 27), + (105065, "341001", 1, 0, 27), + (105066, "341001", 1, 0, 27), + (105067, "341001", 1, 0, 27), + (105068, "341021", 1, 0, 27), + (105069, "341021", 1, 0, 27), + (105070, "341021", 1, 0, 27), + (105071, "341021", 1, 0, 27), + (105072, "341022", 1, 0, 27), + (105073, "341022", 1, 0, 27), + (105074, "341022", 1, 0, 27), + (105075, "341022", 1, 0, 27), + (105076, "341022", 1, 0, 27), + (105077, "341022", 1, 0, 27), + (105078, "341022", 1, 0, 27), + (105079, "341022", 1, 0, 27), + (105080, "341022", 1, 0, 27), + (105081, "342902", 1, 0, 27), + (105082, "342902", 1, 0, 27), + (105083, "341023", 1, 0, 27), + (105084, "341023", 1, 0, 27), + (105085, "341023", 1, 0, 27), + (105086, "341001", 1, 0, 27), + (105087, "341001", 1, 0, 27), + (105088, "341001", 1, 0, 27), + (105089, "341001", 1, 0, 27), + (105090, "341001", 1, 0, 27), + (105091, "341001", 1, 0, 27), + (105092, "341001", 1, 0, 27), + (105093, "341001", 1, 0, 27), + (105094, "341001", 1, 0, 27), + (105095, "341001", 1, 0, 27), + (105096, "341001", 1, 0, 27), + (105097, "341001", 1, 0, 27), + (105098, "341001", 1, 0, 27), + (105099, "341001", 1, 0, 27), + (105100, "341001", 1, 0, 27), + (105101, "341001", 1, 0, 27), + (105102, "341001", 1, 0, 27), + (105103, "341001", 1, 0, 27), + (105104, "341001", 1, 0, 27), + (105105, "341001", 1, 0, 27), + (105106, "341001", 1, 0, 27), + (105107, "341001", 1, 0, 27), + (105108, "341001", 1, 0, 27), + (105109, "341001", 1, 0, 27), + (105110, "341510", 1, 0, 27), + (105111, "341510", 1, 0, 27), + (105112, "341510", 1, 0, 27), + (105113, "341510", 1, 0, 27), + (105114, "341510", 1, 0, 27), + (105115, "341510", 1, 0, 27), + (105116, "341510", 1, 0, 27), + (105117, "341510", 1, 0, 27), + (105118, "341510", 1, 0, 27), + (105119, "341510", 1, 0, 27), + (105120, "341510", 1, 0, 27), + (105121, "341510", 1, 0, 27), + (105122, "341510", 1, 0, 27), + (105123, "341510", 1, 0, 27), + (105124, "341510", 1, 0, 27), + (105125, "341510", 1, 0, 27), + (105126, "341511", 1, 0, 27), + (105127, "341511", 1, 0, 27), + (105128, "341023", 1, 0, 27), + (105129, "341023", 1, 0, 27), + (105130, "341023", 1, 0, 27), + (105131, "341023", 1, 0, 27), + (105132, "341023", 1, 0, 27), + (105133, "341023", 1, 0, 27), + (105134, "341023", 1, 0, 27), + (105135, "341023", 1, 0, 27), + (105136, "341518", 1, 0, 27), + (105137, "341518", 1, 0, 27), + (105138, "341518", 1, 0, 27), + (105139, "341518", 1, 0, 27), + (105140, "341518", 1, 0, 27), + (105141, "341518", 1, 0, 27), + (105142, "341028", 1, 0, 27), + (105143, "341028", 1, 0, 27), + (105144, "341028", 1, 0, 27), + (105145, "341028", 1, 0, 27), + (105146, "341028", 1, 0, 27), + (105147, "341028", 1, 0, 27), + (105148, "341028", 1, 0, 27), + (105149, "341028", 1, 0, 27), + (105150, "341028", 1, 0, 27), + (105151, "341028", 1, 0, 27), + (105152, "341028", 1, 0, 27), + (105153, "341028", 1, 0, 27), + (105154, "341025", 1, 0, 27), + (105155, "341025", 1, 0, 27), + (105156, "341025", 1, 0, 27), + (105157, "341025", 1, 0, 27), + (105158, "341025", 1, 0, 27), + (105159, "341025", 1, 0, 27), + (105160, "341025", 1, 0, 27), + (105161, "341025", 1, 0, 27), + (105162, "341025", 1, 0, 27), + (105163, "341025", 1, 0, 27), + (105164, "341025", 1, 0, 27), + (105165, "341025", 1, 0, 27), + (105166, "341025", 1, 0, 27), + (105167, "341025", 1, 0, 27), + (105168, "341024", 1, 0, 27), + (105169, "341024", 1, 0, 27), + (105170, "341024", 1, 0, 27), + (105171, "341024", 1, 0, 27), + (105172, "341024", 1, 0, 27), + (105173, "341024", 1, 0, 27), + (105174, "341024", 1, 0, 27), + (105175, "341024", 1, 0, 27), + (105176, "341024", 1, 0, 27), + (105177, "341024", 1, 0, 27), + (105178, "341024", 1, 0, 27), + (105179, "341026", 1, 0, 27), + (105180, "341026", 1, 0, 27), + (105181, "341026", 1, 0, 27), + (105182, "341026", 1, 0, 27), + (105183, "341510", 1, 0, 27), + (105184, "341510", 1, 0, 27), + (105185, "341510", 1, 0, 27), + (105186, "341510", 1, 0, 27), + (105187, "341510", 1, 0, 27), + (105188, "341510", 1, 0, 27), + (105189, "341510", 1, 0, 27), + (105190, "341510", 1, 0, 27), + (105191, "341510", 1, 0, 27), + (105192, "341510", 1, 0, 27), + (105193, "341510", 1, 0, 27), + (105194, "341510", 1, 0, 27), + (105195, "341510", 1, 0, 27), + (105196, "305026", 1, 0, 27), + (105197, "341031", 1, 0, 27), + (105198, "341031", 1, 0, 27), + (105199, "305026", 1, 0, 27), + (105200, "341031", 1, 0, 27), + (105201, "341031", 1, 0, 27), + (105202, "341031", 1, 0, 27), + (105203, "305026", 1, 0, 27), + (105204, "341031", 1, 0, 27), + (105205, "305026", 1, 0, 27), + (105206, "341031", 1, 0, 27), + (105207, "341031", 1, 0, 27), + (105208, "341031", 1, 0, 27), + (105209, "341514", 1, 0, 27), + (105210, "341514", 1, 0, 27), + (105211, "341514", 1, 0, 27), + (105212, "341514", 1, 0, 27), + (105213, "341514", 1, 0, 27), + (105214, "341514", 1, 0, 27), + (105215, "341514", 1, 0, 27), + (105216, "341514", 1, 0, 27), + (105217, "341514", 1, 0, 27), + (105218, "341514", 1, 0, 27), + (105219, "341514", 1, 0, 27), + (105220, "341513", 1, 0, 27), + (105221, "341513", 1, 0, 27), + (105222, "341513", 1, 0, 27), + (105223, "341513", 1, 0, 27), + (105224, "341513", 1, 0, 27), + (105225, "341513", 1, 0, 27), + (105226, "341513", 1, 0, 27), + (105227, "341513", 1, 0, 27), + (105228, "341027", 1, 0, 27), + (105229, "341027", 1, 0, 27), + (105230, "341027", 1, 0, 27), + (105231, "341027", 1, 0, 27), + (105232, "341027", 1, 0, 27), + (105233, "341027", 1, 0, 27), + (105234, "341027", 1, 0, 27), + (105235, "341029", 1, 0, 27), + (105236, "341029", 1, 0, 27), + (105237, "341029", 1, 0, 27), + (105238, "341030", 1, 0, 27), + (105239, "341030", 1, 0, 27), + (105240, "341030", 1, 0, 27), + (105241, "341030", 1, 0, 27), + (105242, "341030", 1, 0, 27), + (105243, "341030", 1, 0, 27), + (105244, "341303", 1, 0, 27), + (105245, "341303", 1, 0, 27), + (105246, "341303", 1, 0, 27), + (105247, "341303", 1, 0, 27), + (105248, "341303", 1, 0, 27), + (105249, "341303", 1, 0, 27), + (105250, "341303", 1, 0, 27), + (105251, "341303", 1, 0, 27), + (105252, "341303", 1, 0, 27), + (105253, "341303", 1, 0, 27), + (105254, "341303", 1, 0, 27), + (105255, "341303", 1, 0, 27), + (105256, "341303", 1, 0, 27), + (105257, "341303", 1, 0, 27), + (105258, "341303", 1, 0, 27), + (105259, "341303", 1, 0, 27), + (105260, "341303", 1, 0, 27), + (105261, "341303", 1, 0, 27), + (105262, "341303", 1, 0, 27), + (105263, "341303", 1, 0, 27), + (105264, "341303", 1, 0, 27), + (105265, "341303", 1, 0, 27), + (105266, "341303", 1, 0, 27), + (105267, "341303", 1, 0, 27), + (105268, "341303", 1, 0, 27), + (105269, "341303", 1, 0, 27), + (105270, "341303", 1, 0, 27), + (105271, "341303", 1, 0, 27), + (105272, "341303", 1, 0, 27), + (105273, "341303", 1, 0, 27), + (105274, "341301", 1, 0, 27), + (105275, "341301", 1, 0, 27), + (105276, "341301", 1, 0, 27), + (105277, "341301", 1, 0, 27), + (105278, "341301", 1, 0, 27), + (105279, "341301", 1, 0, 27), + (105280, "341551", 1, 0, 27), + (105281, "341551", 1, 0, 27), + (105282, "341551", 1, 0, 27), + (105283, "341551", 1, 0, 27), + (105284, "341551", 1, 0, 27), + (105285, "341551", 1, 0, 27), + (105286, "341551", 1, 0, 27), + (105287, "341551", 1, 0, 27), + (105288, "341551", 1, 0, 27), + (105289, "341551", 1, 0, 27), + (105290, "341551", 1, 0, 27), + (105291, "341302", 1, 0, 27), + (105292, "341302", 1, 0, 27), + (105293, "341302", 1, 0, 27), + (105294, "341302", 1, 0, 27), + (105295, "341302", 1, 0, 27), + (105296, "341503", 1, 0, 27), + (105297, "341503", 1, 0, 27), + (105298, "341503", 1, 0, 27), + (105299, "341503", 1, 0, 27), + (105300, "341503", 1, 0, 27), + (105301, "341503", 1, 0, 27), + (105302, "341503", 1, 0, 27), + (105303, "341503", 1, 0, 27), + (105304, "341503", 1, 0, 27), + (105305, "341503", 1, 0, 27), + (105306, "341503", 1, 0, 27), + (105307, "341503", 1, 0, 27), + (105308, "341503", 1, 0, 27), + (105309, "341503", 1, 0, 27), + (105310, "341503", 1, 0, 27), + (105311, "341503", 1, 0, 27), + (105312, "341503", 1, 0, 27), + (105313, "341503", 1, 0, 27), + (105314, "341503", 1, 0, 27), + (105315, "341503", 1, 0, 27), + (105316, "341503", 1, 0, 27), + (105317, "341503", 1, 0, 27), + (105318, "341503", 1, 0, 27), + (105319, "341503", 1, 0, 27), + (105320, "341503", 1, 0, 27), + (105321, "341503", 1, 0, 27), + (105322, "341503", 1, 0, 27), + (105323, "341503", 1, 0, 27), + (105324, "341503", 1, 0, 27), + (105325, "341503", 1, 0, 27), + (105326, "341503", 1, 0, 27), + (105327, "341516", 1, 0, 27), + (105328, "341516", 1, 0, 27), + (105329, "341516", 1, 0, 27), + (105330, "341516", 1, 0, 27), + (105331, "341515", 1, 0, 27), + (105332, "341515", 1, 0, 27), + (105333, "341304", 1, 0, 27), + (105334, "341304", 1, 0, 27), + (105335, "341304", 1, 0, 27), + (105336, "341304", 1, 0, 27), + (105337, "341304", 1, 0, 27), + (105338, "341304", 1, 0, 27), + (105339, "341304", 1, 0, 27), + (105340, "341318", 1, 0, 27), + (105341, "341318", 1, 0, 27), + (105342, "341318", 1, 0, 27), + (105343, "341318", 1, 0, 27), + (105344, "341305", 1, 0, 27), + (105345, "341305", 1, 0, 27), + (105346, "341305", 1, 0, 27), + (105347, "341305", 1, 0, 27), + (105348, "341305", 1, 0, 27), + (105349, "341305", 1, 0, 27), + (105350, "341306", 1, 0, 27), + (105351, "341306", 1, 0, 27), + (105352, "341306", 1, 0, 27), + (105353, "341306", 1, 0, 27), + (105354, "341517", 1, 0, 27), + (105355, "341517", 1, 0, 27), + (105356, "341517", 1, 0, 27), + (105357, "341517", 1, 0, 27), + (105358, "341506", 1, 0, 27), + (105359, "341506", 1, 0, 27), + (105360, "341506", 1, 0, 27), + (105361, "341506", 1, 0, 27), + (105362, "341506", 1, 0, 27), + (105363, "341506", 1, 0, 27), + (105364, "341506", 1, 0, 27), + (105365, "341506", 1, 0, 27), + (105366, "341316", 1, 0, 27), + (105367, "341316", 1, 0, 27), + (105368, "341316", 1, 0, 27), + (105369, "341316", 1, 0, 27), + (105370, "341316", 1, 0, 27), + (105371, "341316", 1, 0, 27), + (105372, "341316", 1, 0, 27), + (105373, "341316", 1, 0, 27), + (105374, "341316", 1, 0, 27), + (105375, "341317", 1, 0, 27), + (105376, "341317", 1, 0, 27), + (105377, "341317", 1, 0, 27), + (105378, "341317", 1, 0, 27), + (105379, "341317", 1, 0, 27), + (105380, "341319", 1, 0, 27), + (105381, "341319", 1, 0, 27), + (105382, "341319", 1, 0, 27), + (105383, "341319", 1, 0, 27), + (105384, "341319", 1, 0, 27), + (105385, "341319", 1, 0, 27), + (105386, "341319", 1, 0, 27), + (105387, "341319", 1, 0, 27), + (105388, "341319", 1, 0, 27), + (105389, "341319", 1, 0, 27), + (105390, "341501", 1, 0, 27), + (105391, "341501", 1, 0, 27), + (105392, "341501", 1, 0, 27), + (105393, "341501", 1, 0, 27), + (105394, "341501", 1, 0, 27), + (105395, "341501", 1, 0, 27), + (105396, "341520", 1, 0, 27), + (105397, "341520", 1, 0, 27), + (105398, "341520", 1, 0, 27), + (105399, "341520", 1, 0, 27), + (105400, "341520", 1, 0, 27), + (105401, "341520", 1, 0, 27), + (105402, "341520", 1, 0, 27), + (105403, "341502", 1, 0, 27), + (105404, "341502", 1, 0, 27), + (105405, "341502", 1, 0, 27), + (105406, "341502", 1, 0, 27), + (105407, "341505", 1, 0, 27), + (105408, "341502", 1, 0, 27), + (105409, "341502", 1, 0, 27), + (105410, "341502", 1, 0, 27), + (105411, "341502", 1, 0, 27), + (105412, "341502", 1, 0, 27), + (105413, "341502", 1, 0, 27), + (105414, "341504", 1, 0, 27), + (105415, "341504", 1, 0, 27), + (105416, "341504", 1, 0, 27), + (105417, "341504", 1, 0, 27), + (105418, "341504", 1, 0, 27), + (105419, "341504", 1, 0, 27), + (105420, "341504", 1, 0, 27), + (105421, "341504", 1, 0, 27), + (105422, "341504", 1, 0, 27), + (105423, "341504", 1, 0, 27), + (105424, "341504", 1, 0, 27), + (105425, "341504", 1, 0, 27), + (105426, "341504", 1, 0, 27), + (105427, "341504", 1, 0, 27), + (105428, "341504", 1, 0, 27), + (105429, "341542", 1, 0, 27), + (105430, "341542", 1, 0, 27), + (105431, "341542", 1, 0, 27), + (105432, "341508", 1, 0, 27), + (105433, "341508", 1, 0, 27), + (105434, "341508", 1, 0, 27), + (105435, "341508", 1, 0, 27), + (105436, "341508", 1, 0, 27), + (105437, "341508", 1, 0, 27), + (105438, "341508", 1, 0, 27), + (105439, "341508", 1, 0, 27), + (105440, "341508", 1, 0, 27), + (105441, "341508", 1, 0, 27), + (105442, "341508", 1, 0, 27), + (105443, "341508", 1, 0, 27), + (105444, "341508", 1, 0, 27), + (105445, "341508", 1, 0, 27), + (105446, "341508", 1, 0, 27), + (105447, "341508", 1, 0, 27), + (105448, "341508", 1, 0, 27), + (105449, "341519", 1, 0, 27), + (105450, "341519", 1, 0, 27), + (105451, "341519", 1, 0, 27), + (105452, "341519", 1, 0, 27), + (105453, "341519", 1, 0, 27), + (105454, "341519", 1, 0, 27), + (105455, "341519", 1, 0, 27), + (105456, "341519", 1, 0, 27), + (105457, "341519", 1, 0, 27), + (105458, "341505", 1, 0, 27), + (105459, "341505", 1, 0, 27), + (105460, "341505", 1, 0, 27), + (105461, "341505", 1, 0, 27), + (105462, "341505", 1, 0, 27), + (105463, "341505", 1, 0, 27), + (105464, "341505", 1, 0, 27), + (105465, "341505", 1, 0, 27), + (105466, "341507", 1, 0, 27), + (105467, "341507", 1, 0, 27), + (105468, "341507", 1, 0, 27), + (105469, "341533", 1, 0, 27), + (105470, "341533", 1, 0, 27), + (105471, "341533", 1, 0, 27), + (105472, "341509", 1, 0, 27), + (105473, "341509", 1, 0, 27), + (105474, "341509", 1, 0, 27), + (105475, "341509", 1, 0, 27), + (105476, "341509", 1, 0, 27), + (105477, "341509", 1, 0, 27), + (105478, "341509", 1, 0, 27), + (105479, "341509", 1, 0, 27), + (105480, "341509", 1, 0, 27), + (105481, "341509", 1, 0, 27), + (105482, "341509", 1, 0, 27), + (105483, "341509", 1, 0, 27), + (105484, "341512", 1, 0, 27), + (105485, "341512", 1, 0, 27), + (105486, "341512", 1, 0, 27), + (105487, "341512", 1, 0, 27), + (105488, "341512", 1, 0, 27), + (105489, "341512", 1, 0, 27), + (105490, "341512", 1, 0, 27), + (105491, "341512", 1, 0, 27), + (105492, "341512", 1, 0, 27), + (105493, "341512", 1, 0, 27), + (105494, "341512", 1, 0, 27), + (105495, "341512", 1, 0, 27), + (105496, "341512", 1, 0, 27), + (105497, "341512", 1, 0, 27), + (105498, "341512", 1, 0, 27), + (105499, "341512", 1, 0, 27), + (105500, "341512", 1, 0, 27), + (105501, "341512", 1, 0, 27), + (105502, "306103", 1, 0, 27), + (105503, "306306", 1, 0, 27), + (105504, "306001", 1, 0, 27), + (105505, "306421", 1, 0, 27), + (105506, "306114", 1, 0, 27), + (105507, "306104", 1, 0, 27), + (105508, "306401", 1, 0, 27), + (105509, "306401", 1, 0, 27), + (105510, "306401", 1, 0, 27), + (105511, "306504", 1, 0, 27), + (105512, "306901", 1, 0, 27), + (105513, "306707", 1, 0, 27), + (105514, "306503", 1, 0, 27), + (105515, "306504", 1, 0, 27), + (105516, "306705", 1, 0, 27), + (105517, "306301", 1, 0, 27), + (105518, "306105", 1, 0, 27), + (105519, "306105", 1, 0, 27), + (105520, "306302", 1, 0, 27), + (105521, "306126", 1, 0, 27), + (105522, "306902", 1, 0, 27), + (105523, "306001", 1, 0, 27), + (105524, "306401", 1, 0, 27), + (105525, "306401", 1, 0, 27), + (105526, "306401", 1, 0, 27), + (105527, "306023", 1, 0, 27), + (105528, "306103", 1, 0, 27), + (105529, "306023", 1, 0, 27), + (105530, "306503", 1, 0, 27), + (105531, "306102", 1, 0, 27), + (105532, "306701", 1, 0, 27), + (105533, "306104", 1, 0, 27), + (105534, "306504", 1, 0, 27), + (105535, "306115", 1, 0, 27), + (105536, "306306", 1, 0, 27), + (105537, "306102", 1, 0, 27), + (105538, "306001", 1, 0, 27), + (105539, "306001", 1, 0, 27), + (105540, "306305", 1, 0, 27), + (105541, "306421", 1, 0, 27), + (105542, "306421", 1, 0, 27), + (105543, "306023", 1, 0, 27), + (105544, "306023", 1, 0, 27), + (105545, "306102", 1, 0, 27), + (105546, "306104", 1, 0, 27), + (105547, "306701", 1, 0, 27), + (105548, "306502", 1, 0, 27), + (105549, "306422", 1, 0, 27), + (105550, "306304", 1, 0, 27), + (105551, "306422", 1, 0, 27), + (105552, "306021", 1, 0, 27), + (105553, "306114", 1, 0, 27), + (105554, "306603", 1, 0, 27), + (105555, "306302", 1, 0, 27), + (105556, "306116", 1, 0, 27), + (105557, "306104", 1, 0, 27), + (105558, "306421", 1, 0, 27), + (105559, "306603", 1, 0, 27), + (105560, "306501", 1, 0, 27), + (105561, "306115", 1, 0, 27), + (105562, "306101", 1, 0, 27), + (105563, "306116", 1, 0, 27), + (105564, "306022", 1, 0, 27), + (105565, "306001", 1, 0, 27), + (105566, "306119", 1, 0, 27), + (105567, "306422", 1, 0, 27), + (105568, "306104", 1, 0, 27), + (105569, "306103", 1, 0, 27), + (105570, "306421", 1, 0, 27), + (105571, "306421", 1, 0, 27), + (105572, "306704", 1, 0, 27), + (105573, "306708", 1, 0, 27), + (105574, "306126", 1, 0, 27), + (105575, "306503", 1, 0, 27), + (105576, "306301", 1, 0, 27), + (105577, "306116", 1, 0, 27), + (105578, "306902", 1, 0, 27), + (105579, "306023", 1, 0, 27), + (105580, "306421", 1, 0, 27), + (105581, "306114", 1, 0, 27), + (105582, "306502", 1, 0, 27), + (105583, "306302", 1, 0, 27), + (105584, "306421", 1, 0, 27), + (105585, "306502", 1, 0, 27), + (105586, "306709", 1, 0, 27), + (105587, "306401", 1, 0, 27), + (105588, "306102", 1, 0, 27), + (105589, "306912", 1, 0, 27), + (105590, "306707", 1, 0, 27), + (105591, "306114", 1, 0, 27), + (105592, "306422", 1, 0, 27), + (105593, "306103", 1, 0, 27), + (105594, "306021", 1, 0, 27), + (105595, "306705", 1, 0, 27), + (105596, "306021", 1, 0, 27), + (105597, "306103", 1, 0, 27), + (105598, "306023", 1, 0, 27), + (105599, "306307", 1, 0, 27), + (105600, "306105", 1, 0, 27), + (105601, "306304", 1, 0, 27), + (105602, "306103", 1, 0, 27), + (105603, "306104", 1, 0, 27), + (105604, "306401", 1, 0, 27), + (105605, "306001", 1, 0, 27), + (105606, "306501", 1, 0, 27), + (105607, "306503", 1, 0, 27), + (105608, "306021", 1, 0, 27), + (105609, "306115", 1, 0, 27), + (105610, "306119", 1, 0, 27), + (105611, "306401", 1, 0, 27), + (105612, "306021", 1, 0, 27), + (105613, "306119", 1, 0, 27), + (105614, "306103", 1, 0, 27), + (105615, "306603", 1, 0, 27), + (105616, "306401", 1, 0, 27), + (105617, "306304", 1, 0, 27), + (105618, "306302", 1, 0, 27), + (105619, "306126", 1, 0, 27), + (105620, "306304", 1, 0, 27), + (105621, "306421", 1, 0, 27), + (105622, "306902", 1, 0, 27), + (105623, "306102", 1, 0, 27), + (105624, "306301", 1, 0, 27), + (105625, "306001", 1, 0, 27), + (105626, "306305", 1, 0, 27), + (105627, "306307", 1, 0, 27), + (105628, "306422", 1, 0, 27), + (105629, "306301", 1, 0, 27), + (105630, "306114", 1, 0, 27), + (105631, "306401", 1, 0, 27), + (105632, "306502", 1, 0, 27), + (105633, "306603", 1, 0, 27), + (105634, "306421", 1, 0, 27), + (105635, "306001", 1, 0, 27), + (105636, "306603", 1, 0, 27), + (105637, "306421", 1, 0, 27), + (105638, "306001", 1, 0, 27), + (105639, "306104", 1, 0, 27), + (105640, "306001", 1, 0, 27), + (105641, "306119", 1, 0, 27), + (105642, "306708", 1, 0, 27), + (105643, "306115", 1, 0, 27), + (105644, "306302", 1, 0, 27), + (105645, "306901", 1, 0, 27), + (105646, "306114", 1, 0, 27), + (105647, "306306", 1, 0, 27), + (105648, "306603", 1, 0, 27), + (105649, "306902", 1, 0, 27), + (105650, "306422", 1, 0, 27), + (105651, "306901", 1, 0, 27), + (105652, "306701", 1, 0, 27), + (105653, "306504", 1, 0, 27), + (105654, "306603", 1, 0, 27), + (105655, "306022", 1, 0, 27), + (105656, "306504", 1, 0, 27), + (105657, "306504", 1, 0, 27), + (105658, "306101", 1, 0, 27), + (105659, "306705", 1, 0, 27), + (105660, "306501", 1, 0, 27), + (105661, "306301", 1, 0, 27), + (105662, "306115", 1, 0, 27), + (105663, "306705", 1, 0, 27), + (105664, "306305", 1, 0, 27), + (105665, "306302", 1, 0, 27), + (105666, "306702", 1, 0, 27), + (105667, "306502", 1, 0, 27), + (105668, "306504", 1, 0, 27), + (105669, "306023", 1, 0, 27), + (105670, "306103", 1, 0, 27), + (105671, "306115", 1, 0, 27), + (105672, "306421", 1, 0, 27), + (105673, "306702", 1, 0, 27), + (105674, "306401", 1, 0, 27), + (105675, "306401", 1, 0, 27), + (105676, "306104", 1, 0, 27), + (105677, "306104", 1, 0, 27), + (105678, "306105", 1, 0, 27), + (105679, "306706", 1, 0, 27), + (105680, "306307", 1, 0, 27), + (105681, "306303", 1, 0, 27), + (105682, "306115", 1, 0, 27), + (105683, "306126", 1, 0, 27), + (105684, "306705", 1, 0, 27), + (105685, "306306", 1, 0, 27), + (105686, "306103", 1, 0, 27), + (105687, "306119", 1, 0, 27), + (105688, "306102", 1, 0, 27), + (105689, "306703", 1, 0, 27), + (105690, "306503", 1, 0, 27), + (105691, "306305", 1, 0, 27), + (105692, "306103", 1, 0, 27), + (105693, "306401", 1, 0, 27), + (105694, "306603", 1, 0, 27), + (105695, "306902", 1, 0, 27), + (105696, "306901", 1, 0, 27), + (105697, "306705", 1, 0, 27), + (105698, "306304", 1, 0, 27), + (105699, "306707", 1, 0, 27), + (105700, "306902", 1, 0, 27), + (105701, "306503", 1, 0, 27), + (105702, "306114", 1, 0, 27), + (105703, "306022", 1, 0, 27), + (105704, "306708", 1, 0, 27), + (105705, "306126", 1, 0, 27), + (105706, "306302", 1, 0, 27), + (105707, "306302", 1, 0, 27), + (105708, "306023", 1, 0, 27), + (105709, "306502", 1, 0, 27), + (105710, "306902", 1, 0, 27), + (105711, "306101", 1, 0, 27), + (105712, "306603", 1, 0, 27), + (105713, "306709", 1, 0, 27), + (105714, "306023", 1, 0, 27), + (105715, "306502", 1, 0, 27), + (105716, "306302", 1, 0, 27), + (105717, "306104", 1, 0, 27), + (105718, "306103", 1, 0, 27), + (105719, "306302", 1, 0, 27), + (105720, "306104", 1, 0, 27), + (105721, "306306", 1, 0, 27), + (105722, "306401", 1, 0, 27), + (105723, "306702", 1, 0, 27), + (105724, "306115", 1, 0, 27), + (105725, "306302", 1, 0, 27), + (105726, "306101", 1, 0, 27), + (105727, "306102", 1, 0, 27), + (105728, "306307", 1, 0, 27), + (105729, "306102", 1, 0, 27), + (105730, "306103", 1, 0, 27), + (105731, "306104", 1, 0, 27), + (105732, "306421", 1, 0, 27), + (105733, "306104", 1, 0, 27), + (105734, "306401", 1, 0, 27), + (105735, "306307", 1, 0, 27), + (105736, "306119", 1, 0, 27), + (105737, "306306", 1, 0, 27), + (105738, "306303", 1, 0, 27), + (105739, "306022", 1, 0, 27), + (105740, "306603", 1, 0, 27), + (105741, "306501", 1, 0, 27), + (105742, "306023", 1, 0, 27), + (105743, "306401", 1, 0, 27), + (105744, "306103", 1, 0, 27), + (105745, "306103", 1, 0, 27), + (105746, "306701", 1, 0, 27), + (105747, "306707", 1, 0, 27), + (105748, "306706", 1, 0, 27), + (105749, "306103", 1, 0, 27), + (105750, "306101", 1, 0, 27), + (105751, "306705", 1, 0, 27), + (105752, "306103", 1, 0, 27), + (105753, "306104", 1, 0, 27), + (105754, "306702", 1, 0, 27), + (105755, "306708", 1, 0, 27), + (105756, "306001", 1, 0, 27), + (105757, "306502", 1, 0, 27), + (105758, "306103", 1, 0, 27), + (105759, "306503", 1, 0, 27), + (105760, "306401", 1, 0, 27), + (105761, "306101", 1, 0, 27), + (105762, "306703", 1, 0, 27), + (105763, "306302", 1, 0, 27), + (105764, "306503", 1, 0, 27), + (105765, "306503", 1, 0, 27), + (105766, "306023", 1, 0, 27), + (105767, "306102", 1, 0, 27), + (105768, "306601", 1, 0, 27), + (105769, "306115", 1, 0, 27), + (105770, "306502", 1, 0, 27), + (105771, "306105", 1, 0, 27), + (105772, "306105", 1, 0, 27), + (105773, "306308", 1, 0, 27), + (105774, "306308", 1, 0, 27), + (105775, "306308", 1, 0, 27), + (105776, "306308", 1, 0, 27), + (105777, "306601", 1, 0, 27), + (105778, "306302", 1, 0, 27), + (105779, "306103", 1, 0, 27), + (105780, "306102", 1, 0, 27), + (105781, "306504", 1, 0, 27), + (105782, "306703", 1, 0, 27), + (105783, "306602", 1, 0, 27), + (105784, "306303", 1, 0, 27), + (105785, "306104", 1, 0, 27), + (105786, "306708", 1, 0, 27), + (105787, "306103", 1, 0, 27), + (105788, "306305", 1, 0, 27), + (105789, "306502", 1, 0, 27), + (105790, "306709", 1, 0, 27), + (105791, "306422", 1, 0, 27), + (105792, "306912", 1, 0, 27), + (105793, "306901", 1, 0, 27), + (105794, "306901", 1, 0, 27), + (105795, "306308", 1, 0, 27), + (105796, "306307", 1, 0, 27), + (105797, "306503", 1, 0, 27), + (105798, "306503", 1, 0, 27), + (105799, "306702", 1, 0, 27), + (105800, "306001", 1, 0, 27), + (105801, "306706", 1, 0, 27), + (105802, "306306", 1, 0, 27), + (105803, "306708", 1, 0, 27), + (105804, "306022", 1, 0, 27), + (105805, "306421", 1, 0, 27), + (105806, "306707", 1, 0, 27), + (105807, "306104", 1, 0, 27), + (105808, "306115", 1, 0, 27), + (105809, "306421", 1, 0, 27), + (105810, "306602", 1, 0, 27), + (105811, "306302", 1, 0, 27), + (105812, "306105", 1, 0, 27), + (105813, "306503", 1, 0, 27), + (105814, "306022", 1, 0, 27), + (105815, "322201", 1, 0, 27), + (105816, "322024", 1, 0, 27), + (105817, "322212", 1, 0, 27), + (105818, "322202", 1, 0, 27), + (105819, "322026", 1, 0, 27), + (105820, "322243", 1, 0, 27), + (105821, "322023", 1, 0, 27), + (105822, "322219", 1, 0, 27), + (105823, "322230", 1, 0, 27), + (105824, "322242", 1, 0, 27), + (105825, "322204", 1, 0, 27), + (105826, "322251", 1, 0, 27), + (105827, "322251", 1, 0, 27), + (105828, "322251", 1, 0, 27), + (105829, "322251", 1, 0, 27), + (105830, "322242", 1, 0, 27), + (105831, "322242", 1, 0, 27), + (105832, "322242", 1, 0, 27), + (105833, "322242", 1, 0, 27), + (105834, "322242", 1, 0, 27), + (105835, "322033", 1, 0, 27), + (105836, "322033", 1, 0, 27), + (105837, "322033", 1, 0, 27), + (105838, "322033", 1, 0, 27), + (105839, "322033", 1, 0, 27), + (105840, "322027", 1, 0, 27), + (105841, "322027", 1, 0, 27), + (105842, "322027", 1, 0, 27), + (105843, "322027", 1, 0, 27), + (105844, "322027", 1, 0, 27), + (105845, "322027", 1, 0, 27), + (105846, "322027", 1, 0, 27), + (105847, "322211", 1, 0, 27), + (105848, "322211", 1, 0, 27), + (105849, "322211", 1, 0, 27), + (105850, "322211", 1, 0, 27), + (105851, "322211", 1, 0, 27), + (105852, "322211", 1, 0, 27), + (105853, "322211", 1, 0, 27), + (105854, "322211", 1, 0, 27), + (105855, "322211", 1, 0, 27), + (105856, "322214", 1, 0, 27), + (105857, "322212", 1, 0, 27), + (105858, "322212", 1, 0, 27), + (105859, "322033", 1, 0, 27), + (105860, "322024", 1, 0, 27), + (105861, "322024", 1, 0, 27), + (105862, "322024", 1, 0, 27), + (105863, "322024", 1, 0, 27), + (105864, "322024", 1, 0, 27), + (105865, "322024", 1, 0, 27), + (105866, "322024", 1, 0, 27), + (105867, "322001", 1, 0, 27), + (105868, "322001", 1, 0, 27), + (105869, "322001", 1, 0, 27), + (105870, "322001", 1, 0, 27), + (105871, "322001", 1, 0, 27), + (105872, "322001", 1, 0, 27), + (105873, "322001", 1, 0, 27), + (105874, "322001", 1, 0, 27), + (105875, "322001", 1, 0, 27), + (105876, "322001", 1, 0, 27), + (105877, "322001", 1, 0, 27), + (105878, "322001", 1, 0, 27), + (105879, "322701", 1, 0, 27), + (105880, "322701", 1, 0, 27), + (105881, "322701", 1, 0, 27), + (105882, "322701", 1, 0, 27), + (105883, "322701", 1, 0, 27), + (105884, "322201", 1, 0, 27), + (105885, "322201", 1, 0, 27), + (105886, "322201", 1, 0, 27), + (105887, "322201", 1, 0, 27), + (105888, "322201", 1, 0, 27), + (105889, "322201", 1, 0, 27), + (105890, "322201", 1, 0, 27), + (105891, "322201", 1, 0, 27), + (105892, "322201", 1, 0, 27), + (105893, "322201", 1, 0, 27), + (105894, "322201", 1, 0, 27), + (105895, "322703", 1, 0, 27), + (105896, "322703", 1, 0, 27), + (105897, "322001", 1, 0, 27), + (105898, "322001", 1, 0, 27), + (105899, "322001", 1, 0, 27), + (105900, "322001", 1, 0, 27), + (105901, "322001", 1, 0, 27), + (105902, "322001", 1, 0, 27), + (105903, "322001", 1, 0, 27), + (105904, "322702", 1, 0, 27), + (105905, "322702", 1, 0, 27), + (105906, "322702", 1, 0, 27), + (105907, "322702", 1, 0, 27), + (105908, "322702", 1, 0, 27), + (105909, "322702", 1, 0, 27), + (105910, "322702", 1, 0, 27), + (105911, "322034", 1, 0, 27), + (105912, "322034", 1, 0, 27), + (105913, "322034", 1, 0, 27), + (105914, "322034", 1, 0, 27), + (105915, "322034", 1, 0, 27), + (105916, "322025", 1, 0, 27), + (105917, "322025", 1, 0, 27), + (105918, "322025", 1, 0, 27), + (105919, "322025", 1, 0, 27), + (105920, "322025", 1, 0, 27), + (105921, "322212", 1, 0, 27), + (105922, "322212", 1, 0, 27), + (105923, "322212", 1, 0, 27), + (105924, "322213", 1, 0, 27), + (105925, "322213", 1, 0, 27), + (105926, "322213", 1, 0, 27), + (105927, "322213", 1, 0, 27), + (105928, "322213", 1, 0, 27), + (105929, "322213", 1, 0, 27), + (105930, "322213", 1, 0, 27), + (105931, "322213", 1, 0, 27), + (105932, "322213", 1, 0, 27), + (105933, "322213", 1, 0, 27), + (105934, "322213", 1, 0, 27), + (105935, "322216", 1, 0, 27), + (105936, "322215", 1, 0, 27), + (105937, "322216", 1, 0, 27), + (105938, "322216", 1, 0, 27), + (105939, "322255", 1, 0, 27), + (105940, "322255", 1, 0, 27), + (105941, "322255", 1, 0, 27), + (105942, "322255", 1, 0, 27), + (105943, "322255", 1, 0, 27), + (105944, "322255", 1, 0, 27), + (105945, "322255", 1, 0, 27), + (105946, "322255", 1, 0, 27), + (105947, "322255", 1, 0, 27), + (105948, "322255", 1, 0, 27), + (105949, "322255", 1, 0, 27), + (105950, "322255", 1, 0, 27), + (105951, "322255", 1, 0, 27), + (105952, "322255", 1, 0, 27), + (105953, "322202", 1, 0, 27), + (105954, "322202", 1, 0, 27), + (105955, "322202", 1, 0, 27), + (105956, "322202", 1, 0, 27), + (105957, "322202", 1, 0, 27), + (105958, "322202", 1, 0, 27), + (105959, "322202", 1, 0, 27), + (105960, "322202", 1, 0, 27), + (105961, "322025", 1, 0, 27), + (105962, "322025", 1, 0, 27), + (105963, "322025", 1, 0, 27), + (105964, "322025", 1, 0, 27), + (105965, "322025", 1, 0, 27), + (105966, "322025", 1, 0, 27), + (105967, "322025", 1, 0, 27), + (105968, "322025", 1, 0, 27), + (105969, "322025", 1, 0, 27), + (105970, "322025", 1, 0, 27), + (105971, "322025", 1, 0, 27), + (105972, "322025", 1, 0, 27), + (105973, "322025", 1, 0, 27), + (105974, "322025", 1, 0, 27), + (105975, "322029", 1, 0, 27), + (105976, "322029", 1, 0, 27), + (105977, "322029", 1, 0, 27), + (105978, "322029", 1, 0, 27), + (105979, "322029", 1, 0, 27), + (105980, "322030", 1, 0, 27), + (105981, "322030", 1, 0, 27), + (105982, "322030", 1, 0, 27), + (105983, "322030", 1, 0, 27), + (105984, "322030", 1, 0, 27), + (105985, "322030", 1, 0, 27), + (105986, "322030", 1, 0, 27), + (105987, "322030", 1, 0, 27), + (105988, "322028", 1, 0, 27), + (105989, "322028", 1, 0, 27), + (105990, "322028", 1, 0, 27), + (105991, "322028", 1, 0, 27), + (105992, "322026", 1, 0, 27), + (105993, "322026", 1, 0, 27), + (105994, "322026", 1, 0, 27), + (105995, "322026", 1, 0, 27), + (105996, "322027", 1, 0, 27), + (105997, "322027", 1, 0, 27), + (105998, "322236", 1, 0, 27), + (105999, "322236", 1, 0, 27), + (106000, "322236", 1, 0, 27), + (106001, "322236", 1, 0, 27), + (106002, "322236", 1, 0, 27), + (106003, "322254", 1, 0, 27), + (106004, "322254", 1, 0, 27), + (106005, "322254", 1, 0, 27), + (106006, "322254", 1, 0, 27), + (106007, "322254", 1, 0, 27), + (106008, "322254", 1, 0, 27), + (106009, "321610", 1, 0, 27), + (106010, "321610", 1, 0, 27), + (106011, "321610", 1, 0, 27), + (106012, "321610", 1, 0, 27), + (106013, "321610", 1, 0, 27), + (106014, "322243", 1, 0, 27), + (106015, "322243", 1, 0, 27), + (106016, "322243", 1, 0, 27), + (106017, "322243", 1, 0, 27), + (106018, "322243", 1, 0, 27), + (106019, "322243", 1, 0, 27), + (106020, "322243", 1, 0, 27), + (106021, "322243", 1, 0, 27), + (106022, "322243", 1, 0, 27), + (106023, "322243", 1, 0, 27), + (106024, "322243", 1, 0, 27), + (106025, "322243", 1, 0, 27), + (106026, "322243", 1, 0, 27), + (106027, "322241", 1, 0, 27), + (106028, "322241", 1, 0, 27), + (106029, "322241", 1, 0, 27), + (106030, "322241", 1, 0, 27), + (106031, "322241", 1, 0, 27), + (106032, "322241", 1, 0, 27), + (106033, "322241", 1, 0, 27), + (106034, "322241", 1, 0, 27), + (106035, "322241", 1, 0, 27), + (106036, "322215", 1, 0, 27), + (106037, "322215", 1, 0, 27), + (106038, "322215", 1, 0, 27), + (106039, "322215", 1, 0, 27), + (106040, "322215", 1, 0, 27), + (106041, "322215", 1, 0, 27), + (106042, "322215", 1, 0, 27), + (106043, "322215", 1, 0, 27), + (106044, "322215", 1, 0, 27), + (106045, "322215", 1, 0, 27), + (106046, "322023", 1, 0, 27), + (106047, "322023", 1, 0, 27), + (106048, "322023", 1, 0, 27), + (106049, "322023", 1, 0, 27), + (106050, "322023", 1, 0, 27), + (106051, "322023", 1, 0, 27), + (106052, "322023", 1, 0, 27), + (106053, "322023", 1, 0, 27), + (106054, "322023", 1, 0, 27), + (106055, "322023", 1, 0, 27), + (106056, "322023", 1, 0, 27), + (106057, "322023", 1, 0, 27), + (106058, "322023", 1, 0, 27), + (106059, "322023", 1, 0, 27), + (106060, "322203", 1, 0, 27), + (106061, "322203", 1, 0, 27), + (106062, "322203", 1, 0, 27), + (106063, "322203", 1, 0, 27), + (106064, "322203", 1, 0, 27), + (106065, "322203", 1, 0, 27), + (106066, "322203", 1, 0, 27), + (106067, "322203", 1, 0, 27), + (106068, "322203", 1, 0, 27), + (106069, "322205", 1, 0, 27), + (106070, "322205", 1, 0, 27), + (106071, "322205", 1, 0, 27), + (106072, "322205", 1, 0, 27), + (106073, "322202", 1, 0, 27), + (106074, "322214", 1, 0, 27), + (106075, "322214", 1, 0, 27), + (106076, "322214", 1, 0, 27), + (106077, "322214", 1, 0, 27), + (106078, "322218", 1, 0, 27), + (106079, "322218", 1, 0, 27), + (106080, "322218", 1, 0, 27), + (106081, "322218", 1, 0, 27), + (106082, "322218", 1, 0, 27), + (106083, "322218", 1, 0, 27), + (106084, "322218", 1, 0, 27), + (106085, "322218", 1, 0, 27), + (106086, "322218", 1, 0, 27), + (106087, "322218", 1, 0, 27), + (106088, "322218", 1, 0, 27), + (106089, "322218", 1, 0, 27), + (106090, "322218", 1, 0, 27), + (106091, "322219", 1, 0, 27), + (106092, "322219", 1, 0, 27), + (106093, "322219", 1, 0, 27), + (106094, "322219", 1, 0, 27), + (106095, "322219", 1, 0, 27), + (106096, "321611", 1, 0, 27), + (106097, "321611", 1, 0, 27), + (106098, "321611", 1, 0, 27), + (106099, "321611", 1, 0, 27), + (106100, "321611", 1, 0, 27), + (106101, "321611", 1, 0, 27), + (106102, "321611", 1, 0, 27), + (106103, "321611", 1, 0, 27), + (106104, "321611", 1, 0, 27), + (106105, "321611", 1, 0, 27), + (106106, "321611", 1, 0, 27), + (106107, "321611", 1, 0, 27), + (106108, "321611", 1, 0, 27), + (106109, "322230", 1, 0, 27), + (106110, "322230", 1, 0, 27), + (106111, "322230", 1, 0, 27), + (106112, "322230", 1, 0, 27), + (106113, "322230", 1, 0, 27), + (106114, "322230", 1, 0, 27), + (106115, "322230", 1, 0, 27), + (106116, "322230", 1, 0, 27), + (106117, "322230", 1, 0, 27), + (106118, "322230", 1, 0, 27), + (106119, "322230", 1, 0, 27), + (106120, "322230", 1, 0, 27), + (106121, "322230", 1, 0, 27), + (106122, "322230", 1, 0, 27), + (106123, "322230", 1, 0, 27), + (106124, "322230", 1, 0, 27), + (106125, "322230", 1, 0, 27), + (106126, "322236", 1, 0, 27), + (106127, "322236", 1, 0, 27), + (106128, "322236", 1, 0, 27), + (106129, "322241", 1, 0, 27), + (106130, "322241", 1, 0, 27), + (106131, "322241", 1, 0, 27), + (106132, "322241", 1, 0, 27), + (106133, "322241", 1, 0, 27), + (106134, "322241", 1, 0, 27), + (106135, "322234", 1, 0, 27), + (106136, "322234", 1, 0, 27), + (106137, "322234", 1, 0, 27), + (106138, "322234", 1, 0, 27), + (106139, "322234", 1, 0, 27), + (106140, "322234", 1, 0, 27), + (106141, "322234", 1, 0, 27), + (106142, "322234", 1, 0, 27), + (106143, "322234", 1, 0, 27), + (106144, "322234", 1, 0, 27), + (106145, "322249", 1, 0, 27), + (106146, "322242", 1, 0, 27), + (106147, "322242", 1, 0, 27), + (106148, "322242", 1, 0, 27), + (106149, "322242", 1, 0, 27), + (106150, "322242", 1, 0, 27), + (106151, "322242", 1, 0, 27), + (106152, "322220", 1, 0, 27), + (106153, "322220", 1, 0, 27), + (106154, "322220", 1, 0, 27), + (106155, "322220", 1, 0, 27), + (106156, "322220", 1, 0, 27), + (106157, "322220", 1, 0, 27), + (106158, "322220", 1, 0, 27), + (106159, "322220", 1, 0, 27), + (106160, "322220", 1, 0, 27), + (106161, "322220", 1, 0, 27), + (106162, "322220", 1, 0, 27), + (106163, "322252", 1, 0, 27), + (106164, "322252", 1, 0, 27), + (106165, "322252", 1, 0, 27), + (106166, "322252", 1, 0, 27), + (106167, "322252", 1, 0, 27), + (106168, "322214", 1, 0, 27), + (106169, "322214", 1, 0, 27), + (106170, "322214", 1, 0, 27), + (106171, "322214", 1, 0, 27), + (106172, "322214", 1, 0, 27), + (106173, "322214", 1, 0, 27), + (106174, "322214", 1, 0, 27), + (106175, "322214", 1, 0, 27), + (106176, "322214", 1, 0, 27), + (106177, "322214", 1, 0, 27), + (106178, "322214", 1, 0, 27), + (106179, "322214", 1, 0, 27), + (106180, "322214", 1, 0, 27), + (106181, "322204", 1, 0, 27), + (106182, "322204", 1, 0, 27), + (106183, "322204", 1, 0, 27), + (106184, "322204", 1, 0, 27), + (106185, "322204", 1, 0, 27), + (106186, "322218", 1, 0, 27), + (106187, "322219", 1, 0, 27), + (106188, "322219", 1, 0, 27), + (106189, "322219", 1, 0, 27), + (106190, "322219", 1, 0, 27), + (106191, "322219", 1, 0, 27), + (106192, "322219", 1, 0, 27), + (106193, "322238", 1, 0, 27), + (106194, "322238", 1, 0, 27), + (106195, "322238", 1, 0, 27), + (106196, "322238", 1, 0, 27), + (106197, "322238", 1, 0, 27), + (106198, "322238", 1, 0, 27), + (106199, "322238", 1, 0, 27), + (106200, "321611", 1, 0, 27), + (106201, "321611", 1, 0, 27), + (106202, "321611", 1, 0, 27), + (106203, "321611", 1, 0, 27), + (106204, "321611", 1, 0, 27), + (106205, "321611", 1, 0, 27), + (106206, "322249", 1, 0, 27), + (106207, "322249", 1, 0, 27), + (106208, "322249", 1, 0, 27), + (106209, "322249", 1, 0, 27), + (106210, "322249", 1, 0, 27), + (106211, "322251", 1, 0, 27), + (106212, "322251", 1, 0, 27), + (106213, "322251", 1, 0, 27), + (106214, "322251", 1, 0, 27), + (106215, "322251", 1, 0, 27), + (106216, "332301", 1, 0, 27), + (106217, "332303", 1, 0, 27), + (106218, "332402", 1, 0, 27), + (106219, "332701", 1, 0, 27), + (106220, "332742", 1, 0, 27), + (106221, "332708", 1, 0, 27), + (106222, "332719", 1, 0, 27), + (106223, "332303", 1, 0, 27), + (106224, "332303", 1, 0, 27), + (106225, "332303", 1, 0, 27), + (106226, "332303", 1, 0, 27), + (106227, "332303", 1, 0, 27), + (106228, "332303", 1, 0, 27), + (106229, "332302", 1, 0, 27), + (106230, "332318", 1, 0, 27), + (106231, "332318", 1, 0, 27), + (106232, "332318", 1, 0, 27), + (106233, "332318", 1, 0, 27), + (106234, "332318", 1, 0, 27), + (106235, "332315", 1, 0, 27), + (106236, "332315", 1, 0, 27), + (106237, "332315", 1, 0, 27), + (106238, "332315", 1, 0, 27), + (106239, "332315", 1, 0, 27), + (106240, "332315", 1, 0, 27), + (106241, "332315", 1, 0, 27), + (106242, "332315", 1, 0, 27), + (106243, "332315", 1, 0, 27), + (106244, "332315", 1, 0, 27), + (106245, "332311", 1, 0, 27), + (106246, "332311", 1, 0, 27), + (106247, "332311", 1, 0, 27), + (106248, "332311", 1, 0, 27), + (106249, "332311", 1, 0, 27), + (106250, "332311", 1, 0, 27), + (106251, "332311", 1, 0, 27), + (106252, "332311", 1, 0, 27), + (106253, "332311", 1, 0, 27), + (106254, "332406", 1, 0, 27), + (106255, "332406", 1, 0, 27), + (106256, "332031", 1, 0, 27), + (106257, "332031", 1, 0, 27), + (106258, "332031", 1, 0, 27), + (106259, "332031", 1, 0, 27), + (106260, "332031", 1, 0, 27), + (106261, "332031", 1, 0, 27), + (106262, "332031", 1, 0, 27), + (106263, "332025", 1, 0, 27), + (106264, "332025", 1, 0, 27), + (106265, "332025", 1, 0, 27), + (106266, "332025", 1, 0, 27), + (106267, "332025", 1, 0, 27), + (106268, "332025", 1, 0, 27), + (106269, "332025", 1, 0, 27), + (106270, "332025", 1, 0, 27), + (106271, "332026", 1, 0, 27), + (106272, "332026", 1, 0, 27), + (106273, "332026", 1, 0, 27), + (106274, "332026", 1, 0, 27), + (106275, "332026", 1, 0, 27), + (106276, "332402", 1, 0, 27), + (106277, "332301", 1, 0, 27), + (106278, "332301", 1, 0, 27), + (106279, "332301", 1, 0, 27), + (106280, "332301", 1, 0, 27), + (106281, "332301", 1, 0, 27), + (106282, "332301", 1, 0, 27), + (106283, "332401", 1, 0, 27), + (106284, "332401", 1, 0, 27), + (106285, "332401", 1, 0, 27), + (106286, "332401", 1, 0, 27), + (106287, "332401", 1, 0, 27), + (106288, "332401", 1, 0, 27), + (106289, "332401", 1, 0, 27), + (106290, "332001", 1, 0, 27), + (106291, "332001", 1, 0, 27), + (106292, "332001", 1, 0, 27), + (106293, "332001", 1, 0, 27), + (106294, "332021", 1, 0, 27), + (106295, "332021", 1, 0, 27), + (106296, "332021", 1, 0, 27), + (106297, "332021", 1, 0, 27), + (106298, "332021", 1, 0, 27), + (106299, "332021", 1, 0, 27), + (106300, "332021", 1, 0, 27), + (106301, "332021", 1, 0, 27), + (106302, "332021", 1, 0, 27), + (106303, "332002", 1, 0, 27), + (106304, "332002", 1, 0, 27), + (106305, "332002", 1, 0, 27), + (106306, "332002", 1, 0, 27), + (106307, "332029", 1, 0, 27), + (106308, "332029", 1, 0, 27), + (106309, "332029", 1, 0, 27), + (106310, "332024", 1, 0, 27), + (106311, "332024", 1, 0, 27), + (106312, "332024", 1, 0, 27), + (106313, "332024", 1, 0, 27), + (106314, "332024", 1, 0, 27), + (106315, "332024", 1, 0, 27), + (106316, "332023", 1, 0, 27), + (106317, "332023", 1, 0, 27), + (106318, "332023", 1, 0, 27), + (106319, "332023", 1, 0, 27), + (106320, "332023", 1, 0, 27), + (106321, "332023", 1, 0, 27), + (106322, "332023", 1, 0, 27), + (106323, "332023", 1, 0, 27), + (106324, "332023", 1, 0, 27), + (106325, "332406", 1, 0, 27), + (106326, "332406", 1, 0, 27), + (106327, "332406", 1, 0, 27), + (106328, "332406", 1, 0, 27), + (106329, "332406", 1, 0, 27), + (106330, "332406", 1, 0, 27), + (106331, "332401", 1, 0, 27), + (106332, "332402", 1, 0, 27), + (106333, "332402", 1, 0, 27), + (106334, "332402", 1, 0, 27), + (106335, "332402", 1, 0, 27), + (106336, "332402", 1, 0, 27), + (106337, "332402", 1, 0, 27), + (106338, "332402", 1, 0, 27), + (106339, "332402", 1, 0, 27), + (106340, "332402", 1, 0, 27), + (106341, "332402", 1, 0, 27), + (106342, "332312", 1, 0, 27), + (106343, "332312", 1, 0, 27), + (106344, "332311", 1, 0, 27), + (106345, "331024", 1, 0, 27), + (106346, "331024", 1, 0, 27), + (106347, "331024", 1, 0, 27), + (106348, "331024", 1, 0, 27), + (106349, "331024", 1, 0, 27), + (106350, "331024", 1, 0, 27), + (106351, "331024", 1, 0, 27), + (106352, "332304", 1, 0, 27), + (106353, "332304", 1, 0, 27), + (106354, "332304", 1, 0, 27), + (106355, "332317", 1, 0, 27), + (106356, "332317", 1, 0, 27), + (106357, "332317", 1, 0, 27), + (106358, "332305", 1, 0, 27), + (106359, "332305", 1, 0, 27), + (106360, "332305", 1, 0, 27), + (106361, "332307", 1, 0, 27), + (106362, "332307", 1, 0, 27), + (106363, "332715", 1, 0, 27), + (106364, "332715", 1, 0, 27), + (106365, "332715", 1, 0, 27), + (106366, "332715", 1, 0, 27), + (106367, "332715", 1, 0, 27), + (106368, "332715", 1, 0, 27), + (106369, "332715", 1, 0, 27), + (106370, "332715", 1, 0, 27), + (106371, "332715", 1, 0, 27), + (106372, "332715", 1, 0, 27), + (106373, "332715", 1, 0, 27), + (106374, "332715", 1, 0, 27), + (106375, "332715", 1, 0, 27), + (106376, "332701", 1, 0, 27), + (106377, "332701", 1, 0, 27), + (106378, "332312", 1, 0, 27), + (106379, "332312", 1, 0, 27), + (106380, "332312", 1, 0, 27), + (106381, "332312", 1, 0, 27), + (106382, "332312", 1, 0, 27), + (106383, "332041", 1, 0, 27), + (106384, "332041", 1, 0, 27), + (106385, "332041", 1, 0, 27), + (106386, "332041", 1, 0, 27), + (106387, "332041", 1, 0, 27), + (106388, "332041", 1, 0, 27), + (106389, "332041", 1, 0, 27), + (106390, "332041", 1, 0, 27), + (106391, "332041", 1, 0, 27), + (106392, "332041", 1, 0, 27), + (106393, "332027", 1, 0, 27), + (106394, "332027", 1, 0, 27), + (106395, "332027", 1, 0, 27), + (106396, "332027", 1, 0, 27), + (106397, "332027", 1, 0, 27), + (106398, "332027", 1, 0, 27), + (106399, "332403", 1, 0, 27), + (106400, "332403", 1, 0, 27), + (106401, "332403", 1, 0, 27), + (106402, "332403", 1, 0, 27), + (106403, "332403", 1, 0, 27), + (106404, "332403", 1, 0, 27), + (106405, "332403", 1, 0, 27), + (106406, "332403", 1, 0, 27), + (106407, "332028", 1, 0, 27), + (106408, "332028", 1, 0, 27), + (106409, "332028", 1, 0, 27), + (106410, "332028", 1, 0, 27), + (106411, "332028", 1, 0, 27), + (106412, "332028", 1, 0, 27), + (106413, "332028", 1, 0, 27), + (106414, "332030", 1, 0, 27), + (106415, "332030", 1, 0, 27), + (106416, "332030", 1, 0, 27), + (106417, "332405", 1, 0, 27), + (106418, "332405", 1, 0, 27), + (106419, "332405", 1, 0, 27), + (106420, "332405", 1, 0, 27), + (106421, "332042", 1, 0, 27), + (106422, "332042", 1, 0, 27), + (106423, "332042", 1, 0, 27), + (106424, "332042", 1, 0, 27), + (106425, "332301", 1, 0, 27), + (106426, "332301", 1, 0, 27), + (106427, "332301", 1, 0, 27), + (106428, "332301", 1, 0, 27), + (106429, "332301", 1, 0, 27), + (106430, "332301", 1, 0, 27), + (106431, "332301", 1, 0, 27), + (106432, "332301", 1, 0, 27), + (106433, "332301", 1, 0, 27), + (106434, "332701", 1, 0, 27), + (106435, "332701", 1, 0, 27), + (106436, "332701", 1, 0, 27), + (106437, "332701", 1, 0, 27), + (106438, "332701", 1, 0, 27), + (106439, "332701", 1, 0, 27), + (106440, "332411", 1, 0, 27), + (106441, "332411", 1, 0, 27), + (106442, "332411", 1, 0, 27), + (106443, "332411", 1, 0, 27), + (106444, "332601", 1, 0, 27), + (106445, "332601", 1, 0, 27), + (106446, "332601", 1, 0, 27), + (106447, "332601", 1, 0, 27), + (106448, "332601", 1, 0, 27), + (106449, "332601", 1, 0, 27), + (106450, "332601", 1, 0, 27), + (106451, "332601", 1, 0, 27), + (106452, "332601", 1, 0, 27), + (106453, "332601", 1, 0, 27), + (106454, "332601", 1, 0, 27), + (106455, "332702", 1, 0, 27), + (106456, "332702", 1, 0, 27), + (106457, "332702", 1, 0, 27), + (106458, "332702", 1, 0, 27), + (106459, "332703", 1, 0, 27), + (106460, "332703", 1, 0, 27), + (106461, "332703", 1, 0, 27), + (106462, "332722", 1, 0, 27), + (106463, "332722", 1, 0, 27), + (106464, "332722", 1, 0, 27), + (106465, "332722", 1, 0, 27), + (106466, "332722", 1, 0, 27), + (106467, "332722", 1, 0, 27), + (106468, "332710", 1, 0, 27), + (106469, "332710", 1, 0, 27), + (106470, "332710", 1, 0, 27), + (106471, "332710", 1, 0, 27), + (106472, "332602", 1, 0, 27), + (106473, "332602", 1, 0, 27), + (106474, "332602", 1, 0, 27), + (106475, "332602", 1, 0, 27), + (106476, "332602", 1, 0, 27), + (106477, "332602", 1, 0, 27), + (106478, "332742", 1, 0, 27), + (106479, "332742", 1, 0, 27), + (106480, "332742", 1, 0, 27), + (106481, "332742", 1, 0, 27), + (106482, "332603", 1, 0, 27), + (106483, "332603", 1, 0, 27), + (106484, "332603", 1, 0, 27), + (106485, "332712", 1, 0, 27), + (106486, "332712", 1, 0, 27), + (106487, "332712", 1, 0, 27), + (106488, "332712", 1, 0, 27), + (106489, "332404", 1, 0, 27), + (106490, "332404", 1, 0, 27), + (106491, "332404", 1, 0, 27), + (106492, "332404", 1, 0, 27), + (106493, "332404", 1, 0, 27), + (106494, "332404", 1, 0, 27), + (106495, "332404", 1, 0, 27), + (106496, "332404", 1, 0, 27), + (106497, "332715", 1, 0, 27), + (106498, "332715", 1, 0, 27), + (106499, "332715", 1, 0, 27), + (106500, "332705", 1, 0, 27), + (106501, "332705", 1, 0, 27), + (106502, "332705", 1, 0, 27), + (106503, "332705", 1, 0, 27), + (106504, "332705", 1, 0, 27), + (106505, "332705", 1, 0, 27), + (106506, "332705", 1, 0, 27), + (106507, "332705", 1, 0, 27), + (106508, "332706", 1, 0, 27), + (106509, "332706", 1, 0, 27), + (106510, "332721", 1, 0, 27), + (106511, "332721", 1, 0, 27), + (106512, "332721", 1, 0, 27), + (106513, "332721", 1, 0, 27), + (106514, "332707", 1, 0, 27), + (106515, "332707", 1, 0, 27), + (106516, "332707", 1, 0, 27), + (106517, "332707", 1, 0, 27), + (106518, "332707", 1, 0, 27), + (106519, "332707", 1, 0, 27), + (106520, "332708", 1, 0, 27), + (106521, "332708", 1, 0, 27), + (106522, "332708", 1, 0, 27), + (106523, "332708", 1, 0, 27), + (106524, "332708", 1, 0, 27), + (106525, "332708", 1, 0, 27), + (106526, "332708", 1, 0, 27), + (106527, "332708", 1, 0, 27), + (106528, "332708", 1, 0, 27), + (106529, "332708", 1, 0, 27), + (106530, "332709", 1, 0, 27), + (106531, "332709", 1, 0, 27), + (106532, "332709", 1, 0, 27), + (106533, "332709", 1, 0, 27), + (106534, "332709", 1, 0, 27), + (106535, "332709", 1, 0, 27), + (106536, "332709", 1, 0, 27), + (106537, "332709", 1, 0, 27), + (106538, "332709", 1, 0, 27), + (106539, "332709", 1, 0, 27), + (106540, "332709", 1, 0, 27), + (106541, "332709", 1, 0, 27), + (106542, "332709", 1, 0, 27), + (106543, "332709", 1, 0, 27), + (106544, "332709", 1, 0, 27), + (106545, "332709", 1, 0, 27), + (106546, "332709", 1, 0, 27), + (106547, "332711", 1, 0, 27), + (106548, "332711", 1, 0, 27), + (106549, "332711", 1, 0, 27), + (106550, "332711", 1, 0, 27), + (106551, "332711", 1, 0, 27), + (106552, "332711", 1, 0, 27), + (106553, "332718", 1, 0, 27), + (106554, "332718", 1, 0, 27), + (106555, "332718", 1, 0, 27), + (106556, "332718", 1, 0, 27), + (106557, "332718", 1, 0, 27), + (106558, "332718", 1, 0, 27), + (106559, "332718", 1, 0, 27), + (106560, "332718", 1, 0, 27), + (106561, "332718", 1, 0, 27), + (106562, "332718", 1, 0, 27), + (106563, "332718", 1, 0, 27), + (106564, "332718", 1, 0, 27), + (106565, "332718", 1, 0, 27), + (106566, "332714", 1, 0, 27), + (106567, "332714", 1, 0, 27), + (106568, "332719", 1, 0, 27), + (106569, "332719", 1, 0, 27), + (106570, "332719", 1, 0, 27), + (106571, "332719", 1, 0, 27), + (106572, "332719", 1, 0, 27), + (106573, "332719", 1, 0, 27), + (106574, "335022", 1, 0, 27), + (106575, "335707", 1, 0, 27), + (106576, "335051", 1, 0, 27), + (106577, "335062", 1, 0, 27), + (106578, "335002", 1, 0, 27), + (106579, "335504", 1, 0, 27), + (106580, "335523", 1, 0, 27), + (106581, "335524", 1, 0, 27), + (106582, "335022", 1, 0, 27), + (106583, "335022", 1, 0, 27), + (106584, "335022", 1, 0, 27), + (106585, "335022", 1, 0, 27), + (106586, "335022", 1, 0, 27), + (106587, "335022", 1, 0, 27), + (106588, "335022", 1, 0, 27), + (106589, "335022", 1, 0, 27), + (106590, "335022", 1, 0, 27), + (106591, "335022", 1, 0, 27), + (106592, "335022", 1, 0, 27), + (106593, "335022", 1, 0, 27), + (106594, "335023", 1, 0, 27), + (106595, "335023", 1, 0, 27), + (106596, "335023", 1, 0, 27), + (106597, "335023", 1, 0, 27), + (106598, "335023", 1, 0, 27), + (106599, "335064", 1, 0, 27), + (106600, "335064", 1, 0, 27), + (106601, "335064", 1, 0, 27), + (106602, "335064", 1, 0, 27), + (106603, "335064", 1, 0, 27), + (106604, "335025", 1, 0, 27), + (106605, "335025", 1, 0, 27), + (106606, "335025", 1, 0, 27), + (106607, "335025", 1, 0, 27), + (106608, "335024", 1, 0, 27), + (106609, "335024", 1, 0, 27), + (106610, "335024", 1, 0, 27), + (106611, "335024", 1, 0, 27), + (106612, "335024", 1, 0, 27), + (106613, "335024", 1, 0, 27), + (106614, "335024", 1, 0, 27), + (106615, "335024", 1, 0, 27), + (106616, "335024", 1, 0, 27), + (106617, "335024", 1, 0, 27), + (106618, "335024", 1, 0, 27), + (106619, "335024", 1, 0, 27), + (106620, "335024", 1, 0, 27), + (106621, "335024", 1, 0, 27), + (106622, "335707", 1, 0, 27), + (106623, "335707", 1, 0, 27), + (106624, "335707", 1, 0, 27), + (106625, "335707", 1, 0, 27), + (106626, "335707", 1, 0, 27), + (106627, "335711", 1, 0, 27), + (106628, "335707", 1, 0, 27), + (106629, "335707", 1, 0, 27), + (106630, "335707", 1, 0, 27), + (106631, "335707", 1, 0, 27), + (106632, "335707", 1, 0, 27), + (106633, "335707", 1, 0, 27), + (106634, "335707", 1, 0, 27), + (106635, "335707", 1, 0, 27), + (106636, "335707", 1, 0, 27), + (106637, "335707", 1, 0, 27), + (106638, "335901", 1, 0, 27), + (106639, "335901", 1, 0, 27), + (106640, "335901", 1, 0, 27), + (106641, "335901", 1, 0, 27), + (106642, "335901", 1, 0, 27), + (106643, "335901", 1, 0, 27), + (106644, "335702", 1, 0, 27), + (106645, "335702", 1, 0, 27), + (106646, "335702", 1, 0, 27), + (106647, "335702", 1, 0, 27), + (106648, "335702", 1, 0, 27), + (106649, "335702", 1, 0, 27), + (106650, "335027", 1, 0, 27), + (106651, "335027", 1, 0, 27), + (106652, "335027", 1, 0, 27), + (106653, "335027", 1, 0, 27), + (106654, "335027", 1, 0, 27), + (106655, "335027", 1, 0, 27), + (106656, "335027", 1, 0, 27), + (106657, "335027", 1, 0, 27), + (106658, "335037", 1, 0, 27), + (106659, "335037", 1, 0, 27), + (106660, "335037", 1, 0, 27), + (106661, "335711", 1, 0, 27), + (106662, "335711", 1, 0, 27), + (106663, "335711", 1, 0, 27), + (106664, "335711", 1, 0, 27), + (106665, "335711", 1, 0, 27), + (106666, "335711", 1, 0, 27), + (106667, "335038", 1, 0, 27), + (106668, "335001", 1, 0, 27), + (106669, "335001", 1, 0, 27), + (106670, "335038", 1, 0, 27), + (106671, "335038", 1, 0, 27), + (106672, "335038", 1, 0, 27), + (106673, "335038", 1, 0, 27), + (106674, "335038", 1, 0, 27), + (106675, "335038", 1, 0, 27), + (106676, "335038", 1, 0, 27), + (106677, "335038", 1, 0, 27), + (106678, "335039", 1, 0, 27), + (106679, "335039", 1, 0, 27), + (106680, "335039", 1, 0, 27), + (106681, "335039", 1, 0, 27), + (106682, "335039", 1, 0, 27), + (106683, "335039", 1, 0, 27), + (106684, "335039", 1, 0, 27), + (106685, "335039", 1, 0, 27), + (106686, "335039", 1, 0, 27), + (106687, "335040", 1, 0, 27), + (106688, "335040", 1, 0, 27), + (106689, "335040", 1, 0, 27), + (106690, "335040", 1, 0, 27), + (106691, "335040", 1, 0, 27), + (106692, "335040", 1, 0, 27), + (106693, "335040", 1, 0, 27), + (106694, "335041", 1, 0, 27), + (106695, "335041", 1, 0, 27), + (106696, "335041", 1, 0, 27), + (106697, "335041", 1, 0, 27), + (106698, "335041", 1, 0, 27), + (106699, "335041", 1, 0, 27), + (106700, "335041", 1, 0, 27), + (106701, "335041", 1, 0, 27), + (106702, "335041", 1, 0, 27), + (106703, "335041", 1, 0, 27), + (106704, "335041", 1, 0, 27), + (106705, "335041", 1, 0, 27), + (106706, "335041", 1, 0, 27), + (106707, "335041", 1, 0, 27), + (106708, "335041", 1, 0, 27), + (106709, "335051", 1, 0, 27), + (106710, "335051", 1, 0, 27), + (106711, "335051", 1, 0, 27), + (106712, "335051", 1, 0, 27), + (106713, "335051", 1, 0, 27), + (106714, "335051", 1, 0, 27), + (106715, "335051", 1, 0, 27), + (106716, "335051", 1, 0, 27), + (106717, "335051", 1, 0, 27), + (106718, "335051", 1, 0, 27), + (106719, "335051", 1, 0, 27), + (106720, "335051", 1, 0, 27), + (106721, "335051", 1, 0, 27), + (106722, "335051", 1, 0, 27), + (106723, "335051", 1, 0, 27), + (106724, "335051", 1, 0, 27), + (106725, "335051", 1, 0, 27), + (106726, "335051", 1, 0, 27), + (106727, "335051", 1, 0, 27), + (106728, "335051", 1, 0, 27), + (106729, "335703", 1, 0, 27), + (106730, "335703", 1, 0, 27), + (106731, "335703", 1, 0, 27), + (106732, "335703", 1, 0, 27), + (106733, "335703", 1, 0, 27), + (106734, "335703", 1, 0, 27), + (106735, "335703", 1, 0, 27), + (106736, "335703", 1, 0, 27), + (106737, "335703", 1, 0, 27), + (106738, "335703", 1, 0, 27), + (106739, "335703", 1, 0, 27), + (106740, "335703", 1, 0, 27), + (106741, "335703", 1, 0, 27), + (106742, "335703", 1, 0, 27), + (106743, "335703", 1, 0, 27), + (106744, "335061", 1, 0, 27), + (106745, "335061", 1, 0, 27), + (106746, "335061", 1, 0, 27), + (106747, "335061", 1, 0, 27), + (106748, "335061", 1, 0, 27), + (106749, "335061", 1, 0, 27), + (106750, "335061", 1, 0, 27), + (106751, "335062", 1, 0, 27), + (106752, "335062", 1, 0, 27), + (106753, "335062", 1, 0, 27), + (106754, "335062", 1, 0, 27), + (106755, "335062", 1, 0, 27), + (106756, "335062", 1, 0, 27), + (106757, "335062", 1, 0, 27), + (106758, "335062", 1, 0, 27), + (106759, "335062", 1, 0, 27), + (106760, "335062", 1, 0, 27), + (106761, "335062", 1, 0, 27), + (106762, "335062", 1, 0, 27), + (106763, "335062", 1, 0, 27), + (106764, "335704", 1, 0, 27), + (106765, "335704", 1, 0, 27), + (106766, "335704", 1, 0, 27), + (106767, "335704", 1, 0, 27), + (106768, "335704", 1, 0, 27), + (106769, "335704", 1, 0, 27), + (106770, "335704", 1, 0, 27), + (106771, "335704", 1, 0, 27), + (106772, "335704", 1, 0, 27), + (106773, "335704", 1, 0, 27), + (106774, "335704", 1, 0, 27), + (106775, "335704", 1, 0, 27), + (106776, "335704", 1, 0, 27), + (106777, "335704", 1, 0, 27), + (106778, "335073", 1, 0, 27), + (106779, "335073", 1, 0, 27), + (106780, "335073", 1, 0, 27), + (106781, "335073", 1, 0, 27), + (106782, "335073", 1, 0, 27), + (106783, "335073", 1, 0, 27), + (106784, "335073", 1, 0, 27), + (106785, "335073", 1, 0, 27), + (106786, "335073", 1, 0, 27), + (106787, "335073", 1, 0, 27), + (106788, "335073", 1, 0, 27), + (106789, "335073", 1, 0, 27), + (106790, "335073", 1, 0, 27), + (106791, "335073", 1, 0, 27), + (106792, "335073", 1, 0, 27), + (106793, "335073", 1, 0, 27), + (106794, "335002", 1, 0, 27), + (106795, "335002", 1, 0, 27), + (106796, "335002", 1, 0, 27), + (106797, "335002", 1, 0, 27), + (106798, "335002", 1, 0, 27), + (106799, "335002", 1, 0, 27), + (106800, "335002", 1, 0, 27), + (106801, "335002", 1, 0, 27), + (106802, "335002", 1, 0, 27), + (106803, "335501", 1, 0, 27), + (106804, "335501", 1, 0, 27), + (106805, "335501", 1, 0, 27), + (106806, "335501", 1, 0, 27), + (106807, "335501", 1, 0, 27), + (106808, "335501", 1, 0, 27), + (106809, "335501", 1, 0, 27), + (106810, "335511", 1, 0, 27), + (106811, "335511", 1, 0, 27), + (106812, "335511", 1, 0, 27), + (106813, "335511", 1, 0, 27), + (106814, "335511", 1, 0, 27), + (106815, "335511", 1, 0, 27), + (106816, "335511", 1, 0, 27), + (106817, "335511", 1, 0, 27), + (106818, "335511", 1, 0, 27), + (106819, "335503", 1, 0, 27), + (106820, "335503", 1, 0, 27), + (106821, "335503", 1, 0, 27), + (106822, "335503", 1, 0, 27), + (106823, "335503", 1, 0, 27), + (106824, "335503", 1, 0, 27), + (106825, "335503", 1, 0, 27), + (106826, "335801", 1, 0, 27), + (106827, "335801", 1, 0, 27), + (106828, "335801", 1, 0, 27), + (106829, "335801", 1, 0, 27), + (106830, "335504", 1, 0, 27), + (106831, "335504", 1, 0, 27), + (106832, "335504", 1, 0, 27), + (106833, "335504", 1, 0, 27), + (106834, "335504", 1, 0, 27), + (106835, "335504", 1, 0, 27), + (106836, "335504", 1, 0, 27), + (106837, "335504", 1, 0, 27), + (106838, "335504", 1, 0, 27), + (106839, "335504", 1, 0, 27), + (106840, "335504", 1, 0, 27), + (106841, "335504", 1, 0, 27), + (106842, "335802", 1, 0, 27), + (106843, "335802", 1, 0, 27), + (106844, "335802", 1, 0, 27), + (106845, "335802", 1, 0, 27), + (106846, "335802", 1, 0, 27), + (106847, "335802", 1, 0, 27), + (106848, "335802", 1, 0, 27), + (106849, "335802", 1, 0, 27), + (106850, "335802", 1, 0, 27), + (106851, "335802", 1, 0, 27), + (106852, "335501", 1, 0, 27), + (106853, "335501", 1, 0, 27), + (106854, "335501", 1, 0, 27), + (106855, "335501", 1, 0, 27), + (106856, "335513", 1, 0, 27), + (106857, "335513", 1, 0, 27), + (106858, "335513", 1, 0, 27), + (106859, "335513", 1, 0, 27), + (106860, "335513", 1, 0, 27), + (106861, "335513", 1, 0, 27), + (106862, "335513", 1, 0, 27), + (106863, "335502", 1, 0, 27), + (106864, "335502", 1, 0, 27), + (106865, "335502", 1, 0, 27), + (106866, "335502", 1, 0, 27), + (106867, "335502", 1, 0, 27), + (106868, "335502", 1, 0, 27), + (106869, "335502", 1, 0, 27), + (106870, "335502", 1, 0, 27), + (106871, "335502", 1, 0, 27), + (106872, "335065", 1, 0, 27), + (106873, "335065", 1, 0, 27), + (106874, "335065", 1, 0, 27), + (106875, "335065", 1, 0, 27), + (106876, "335065", 1, 0, 27), + (106877, "335523", 1, 0, 27), + (106878, "335523", 1, 0, 27), + (106879, "335523", 1, 0, 27), + (106880, "335523", 1, 0, 27), + (106881, "335523", 1, 0, 27), + (106882, "335523", 1, 0, 27), + (106883, "335523", 1, 0, 27), + (106884, "335523", 1, 0, 27), + (106885, "335523", 1, 0, 27), + (106886, "335523", 1, 0, 27), + (106887, "335523", 1, 0, 27), + (106888, "335523", 1, 0, 27), + (106889, "335523", 1, 0, 27), + (106890, "335523", 1, 0, 27), + (106891, "335523", 1, 0, 27), + (106892, "335523", 1, 0, 27), + (106893, "335523", 1, 0, 27), + (106894, "335523", 1, 0, 27), + (106895, "335523", 1, 0, 27), + (106896, "335523", 1, 0, 27), + (106897, "335523", 1, 0, 27), + (106898, "335523", 1, 0, 27), + (106899, "335523", 1, 0, 27), + (106900, "335523", 1, 0, 27), + (106901, "335523", 1, 0, 27), + (106902, "335523", 1, 0, 27), + (106903, "335523", 1, 0, 27), + (106904, "335523", 1, 0, 27), + (106905, "335523", 1, 0, 27), + (106906, "335523", 1, 0, 27), + (106907, "335523", 1, 0, 27), + (106908, "335523", 1, 0, 27), + (106909, "335523", 1, 0, 27), + (106910, "335523", 1, 0, 27), + (106911, "335803", 1, 0, 27), + (106912, "335803", 1, 0, 27), + (106913, "335803", 1, 0, 27), + (106914, "335803", 1, 0, 27), + (106915, "335803", 1, 0, 27), + (106916, "335803", 1, 0, 27), + (106917, "335803", 1, 0, 27), + (106918, "335803", 1, 0, 27), + (106919, "335803", 1, 0, 27), + (106920, "335803", 1, 0, 27), + (106921, "335803", 1, 0, 27), + (106922, "335803", 1, 0, 27), + (106923, "335803", 1, 0, 27), + (106924, "335803", 1, 0, 27), + (106925, "335803", 1, 0, 27), + (106926, "335524", 1, 0, 27), + (106927, "335524", 1, 0, 27), + (106928, "335524", 1, 0, 27), + (106929, "335524", 1, 0, 27), + (106930, "335524", 1, 0, 27), + (106931, "335524", 1, 0, 27), + (106932, "335524", 1, 0, 27), + (106933, "335524", 1, 0, 27), + (106934, "335524", 1, 0, 27), + (106935, "335524", 1, 0, 27), + (106936, "335524", 1, 0, 27), + (106937, "335524", 1, 0, 27), + (106938, "335524", 1, 0, 27), + (106939, "335524", 1, 0, 27), + (106940, "335524", 1, 0, 27), + (106941, "335524", 1, 0, 27), + (106942, "335524", 1, 0, 27), + (106943, "335524", 1, 0, 27), + (106944, "335524", 1, 0, 27), + (106945, "335524", 1, 0, 27), + (106946, "335524", 1, 0, 27), + (106947, "335524", 1, 0, 27), + (106948, "335524", 1, 0, 27), + (106949, "335524", 1, 0, 27), + (106950, "335524", 1, 0, 27), + (106951, "335524", 1, 0, 27), + (106952, "335524", 1, 0, 27), + (106953, "335524", 1, 0, 27), + (106954, "335524", 1, 0, 27), + (106955, "335063", 1, 0, 27), + (106956, "335063", 1, 0, 27), + (106957, "335063", 1, 0, 27), + (106958, "335063", 1, 0, 27), + (106959, "335063", 1, 0, 27), + (106960, "335063", 1, 0, 27), + (106961, "335063", 1, 0, 27), + (106962, "335063", 1, 0, 27), + (106963, "335063", 1, 0, 27), + (106964, "335063", 1, 0, 27), + (106965, "335063", 1, 0, 27), + (106966, "335804", 1, 0, 27), + (106967, "335804", 1, 0, 27), + (106968, "335805", 1, 0, 27), + (106969, "335804", 1, 0, 27), + (106970, "335804", 1, 0, 27), + (106971, "335804", 1, 0, 27), + (106972, "335804", 1, 0, 27), + (106973, "335804", 1, 0, 27), + (106974, "335804", 1, 0, 27), + (106975, "335804", 1, 0, 27), + (106976, "335804", 1, 0, 27), + (106977, "335804", 1, 0, 27), + (106978, "335804", 1, 0, 27), + (106979, "335804", 1, 0, 27), + (106980, "335804", 1, 0, 27), + (106981, "335805", 1, 0, 27), + (106982, "335805", 1, 0, 27), + (106983, "335804", 1, 0, 27), + (106984, "335805", 1, 0, 27), + (106985, "335805", 1, 0, 27), + (106986, "335705", 1, 0, 27), + (106987, "335804", 1, 0, 27), + (106988, "335804", 1, 0, 27), + (106989, "335525", 1, 0, 27), + (106990, "335526", 1, 0, 27), + (106991, "335526", 1, 0, 27), + (106992, "335526", 1, 0, 27), + (106993, "335063", 1, 0, 27), + (106994, "335063", 1, 0, 27), + (106995, "335063", 1, 0, 27), + (106996, "335063", 1, 0, 27), + (106997, "335063", 1, 0, 27), + (106998, "335063", 1, 0, 27), + (106999, "335063", 1, 0, 27), + (107000, "335063", 1, 0, 27), + (107001, "335063", 1, 0, 27), + (107002, "335063", 1, 0, 27), + (107003, "335063", 1, 0, 27), + (107004, "335063", 1, 0, 27), + (107005, "335063", 1, 0, 27), + (107006, "335063", 1, 0, 27), + (107007, "335705", 1, 0, 27), + (107008, "335804", 1, 0, 27), + (107009, "335804", 1, 0, 27), + (107010, "335526", 1, 0, 27), + (107011, "335526", 1, 0, 27), + (107012, "335526", 1, 0, 27), + (107013, "335526", 1, 0, 27), + (107014, "335526", 1, 0, 27), + (107015, "335526", 1, 0, 27), + (107016, "335526", 1, 0, 27), + (107017, "335526", 1, 0, 27), + (107018, "335526", 1, 0, 27), + (107019, "335526", 1, 0, 27), + (107020, "335701", 1, 0, 27), + (107021, "335001", 1, 0, 27), + (107022, "335001", 1, 0, 27), + (107023, "335001", 1, 0, 27), + (107024, "335001", 1, 0, 27), + (107025, "335001", 1, 0, 27), + (107026, "335001", 1, 0, 27), + (107027, "335001", 1, 0, 27), + (107028, "335001", 1, 0, 27), + (107029, "335001", 1, 0, 27), + (107030, "335001", 1, 0, 27), + (107031, "335001", 1, 0, 27), + (107032, "335001", 1, 0, 27), + (107033, "335001", 1, 0, 27), + (107034, "335001", 1, 0, 27), + (107035, "335512", 1, 0, 27), + (107036, "335512", 1, 0, 27), + (107037, "335512", 1, 0, 27), + (107038, "335512", 1, 0, 27), + (107039, "335512", 1, 0, 27), + (107040, "335512", 1, 0, 27), + (107041, "335512", 1, 0, 27), + (107042, "335512", 1, 0, 27), + (107043, "335701", 1, 0, 27), + (107044, "335001", 1, 0, 27), + (107045, "335701", 1, 0, 27), + (107046, "335701", 1, 0, 27), + (107047, "335701", 1, 0, 27), + (107048, "335701", 1, 0, 27), + (107049, "335701", 1, 0, 27), + (107050, "335701", 1, 0, 27), + (107051, "335701", 1, 0, 27), + (107052, "335701", 1, 0, 27), + (107053, "335701", 1, 0, 27), + (107054, "335021", 1, 0, 27), + (107055, "335021", 1, 0, 27), + (107056, "335021", 1, 0, 27), + (107057, "335021", 1, 0, 27), + (107058, "335021", 1, 0, 27), + (107059, "335021", 1, 0, 27), + (107060, "335021", 1, 0, 27), + (107061, "335022", 1, 0, 27), + (107062, "313331", 1, 0, 27), + (107063, "313321", 1, 0, 27), + (107064, "313325", 1, 0, 27), + (107065, "313301", 1, 0, 27), + (107066, "313026", 1, 0, 27), + (107067, "313803", 1, 0, 27), + (107068, "313701", 1, 0, 27), + (107069, "313902", 1, 0, 27), + (107070, "313203", 1, 0, 27), + (107071, "313604", 1, 0, 27), + (107072, "313708", 1, 0, 27), + (107073, "313024", 1, 0, 27), + (107074, "313024", 1, 0, 27), + (107075, "313024", 1, 0, 27), + (107076, "313024", 1, 0, 27), + (107077, "313024", 1, 0, 27), + (107078, "305921", 1, 0, 27), + (107079, "305921", 1, 0, 27), + (107080, "305921", 1, 0, 27), + (107081, "305921", 1, 0, 27), + (107082, "305921", 1, 0, 27), + (107083, "305921", 1, 0, 27), + (107084, "305921", 1, 0, 27), + (107085, "305921", 1, 0, 27), + (107086, "305921", 1, 0, 27), + (107087, "313333", 1, 0, 27), + (107088, "313333", 1, 0, 27), + (107089, "313333", 1, 0, 27), + (107090, "313333", 1, 0, 27), + (107091, "313333", 1, 0, 27), + (107092, "313333", 1, 0, 27), + (107093, "313333", 1, 0, 27), + (107094, "313333", 1, 0, 27), + (107095, "313333", 1, 0, 27), + (107096, "313333", 1, 0, 27), + (107097, "313333", 1, 0, 27), + (107098, "313333", 1, 0, 27), + (107099, "313333", 1, 0, 27), + (107100, "313332", 1, 0, 27), + (107101, "313332", 1, 0, 27), + (107102, "313332", 1, 0, 27), + (107103, "313332", 1, 0, 27), + (107104, "313332", 1, 0, 27), + (107105, "313332", 1, 0, 27), + (107106, "313332", 1, 0, 27), + (107107, "313332", 1, 0, 27), + (107108, "313332", 1, 0, 27), + (107109, "313332", 1, 0, 27), + (107110, "313332", 1, 0, 27), + (107111, "313332", 1, 0, 27), + (107112, "313332", 1, 0, 27), + (107113, "313211", 1, 0, 27), + (107114, "313211", 1, 0, 27), + (107115, "313211", 1, 0, 27), + (107116, "313211", 1, 0, 27), + (107117, "313211", 1, 0, 27), + (107118, "313202", 1, 0, 27), + (107119, "313202", 1, 0, 27), + (107120, "313202", 1, 0, 27), + (107121, "313202", 1, 0, 27), + (107122, "313202", 1, 0, 27), + (107123, "313202", 1, 0, 27), + (107124, "313202", 1, 0, 27), + (107125, "313202", 1, 0, 27), + (107126, "313331", 1, 0, 27), + (107127, "313331", 1, 0, 27), + (107128, "313331", 1, 0, 27), + (107129, "313331", 1, 0, 27), + (107130, "313331", 1, 0, 27), + (107131, "313331", 1, 0, 27), + (107132, "313331", 1, 0, 27), + (107133, "313331", 1, 0, 27), + (107134, "313331", 1, 0, 27), + (107135, "313331", 1, 0, 27), + (107136, "313331", 1, 0, 27), + (107137, "313331", 1, 0, 27), + (107138, "313324", 1, 0, 27), + (107139, "313324", 1, 0, 27), + (107140, "313324", 1, 0, 27), + (107141, "313324", 1, 0, 27), + (107142, "313324", 1, 0, 27), + (107143, "313324", 1, 0, 27), + (107144, "313324", 1, 0, 27), + (107145, "313324", 1, 0, 27), + (107146, "313324", 1, 0, 27), + (107147, "313324", 1, 0, 27), + (107148, "313324", 1, 0, 27), + (107149, "313324", 1, 0, 27), + (107150, "313324", 1, 0, 27), + (107151, "313324", 1, 0, 27), + (107152, "313324", 1, 0, 27), + (107153, "313324", 1, 0, 27), + (107154, "313324", 1, 0, 27), + (107155, "313324", 1, 0, 27), + (107156, "313324", 1, 0, 27), + (107157, "313341", 1, 0, 27), + (107158, "313341", 1, 0, 27), + (107159, "313341", 1, 0, 27), + (107160, "313341", 1, 0, 27), + (107161, "313341", 1, 0, 27), + (107162, "313341", 1, 0, 27), + (107163, "313341", 1, 0, 27), + (107164, "313331", 1, 0, 27), + (107165, "313331", 1, 0, 27), + (107166, "313331", 1, 0, 27), + (107167, "313331", 1, 0, 27), + (107168, "313331", 1, 0, 27), + (107169, "313321", 1, 0, 27), + (107170, "313321", 1, 0, 27), + (107171, "313321", 1, 0, 27), + (107172, "313321", 1, 0, 27), + (107173, "313321", 1, 0, 27), + (107174, "313321", 1, 0, 27), + (107175, "313321", 1, 0, 27), + (107176, "313321", 1, 0, 27), + (107177, "313207", 1, 0, 27), + (107178, "313207", 1, 0, 27), + (107179, "313207", 1, 0, 27), + (107180, "313207", 1, 0, 27), + (107181, "313334", 1, 0, 27), + (107182, "313334", 1, 0, 27), + (107183, "313334", 1, 0, 27), + (107184, "313334", 1, 0, 27), + (107185, "313334", 1, 0, 27), + (107186, "313334", 1, 0, 27), + (107187, "313334", 1, 0, 27), + (107188, "313334", 1, 0, 27), + (107189, "313334", 1, 0, 27), + (107190, "313334", 1, 0, 27), + (107191, "313334", 1, 0, 27), + (107192, "313334", 1, 0, 27), + (107193, "313334", 1, 0, 27), + (107194, "313603", 1, 0, 27), + (107195, "313603", 1, 0, 27), + (107196, "313603", 1, 0, 27), + (107197, "313603", 1, 0, 27), + (107198, "313603", 1, 0, 27), + (107199, "313603", 1, 0, 27), + (107200, "313603", 1, 0, 27), + (107201, "313603", 1, 0, 27), + (107202, "313603", 1, 0, 27), + (107203, "313603", 1, 0, 27), + (107204, "313603", 1, 0, 27), + (107205, "313022", 1, 0, 27), + (107206, "313022", 1, 0, 27), + (107207, "313022", 1, 0, 27), + (107208, "313022", 1, 0, 27), + (107209, "313022", 1, 0, 27), + (107210, "313325", 1, 0, 27), + (107211, "313325", 1, 0, 27), + (107212, "313325", 1, 0, 27), + (107213, "313325", 1, 0, 27), + (107214, "313325", 1, 0, 27), + (107215, "313325", 1, 0, 27), + (107216, "313325", 1, 0, 27), + (107217, "313325", 1, 0, 27), + (107218, "313325", 1, 0, 27), + (107219, "313325", 1, 0, 27), + (107220, "313322", 1, 0, 27), + (107221, "313322", 1, 0, 27), + (107222, "313322", 1, 0, 27), + (107223, "313322", 1, 0, 27), + (107224, "313322", 1, 0, 27), + (107225, "313322", 1, 0, 27), + (107226, "313322", 1, 0, 27), + (107227, "313322", 1, 0, 27), + (107228, "313327", 1, 0, 27), + (107229, "313327", 1, 0, 27), + (107230, "313327", 1, 0, 27), + (107231, "313327", 1, 0, 27), + (107232, "313327", 1, 0, 27), + (107233, "313327", 1, 0, 27), + (107234, "313323", 1, 0, 27), + (107235, "313323", 1, 0, 27), + (107236, "313323", 1, 0, 27), + (107237, "313323", 1, 0, 27), + (107238, "313323", 1, 0, 27), + (107239, "313323", 1, 0, 27), + (107240, "313328", 1, 0, 27), + (107241, "313328", 1, 0, 27), + (107242, "313328", 1, 0, 27), + (107243, "313328", 1, 0, 27), + (107244, "313328", 1, 0, 27), + (107245, "313330", 1, 0, 27), + (107246, "313330", 1, 0, 27), + (107247, "313330", 1, 0, 27), + (107248, "313330", 1, 0, 27), + (107249, "313330", 1, 0, 27), + (107250, "313330", 1, 0, 27), + (107251, "313301", 1, 0, 27), + (107252, "313301", 1, 0, 27), + (107253, "313301", 1, 0, 27), + (107254, "313301", 1, 0, 27), + (107255, "313301", 1, 0, 27), + (107256, "313301", 1, 0, 27), + (107257, "313301", 1, 0, 27), + (107258, "313301", 1, 0, 27), + (107259, "313301", 1, 0, 27), + (107260, "313322", 1, 0, 27), + (107261, "313301", 1, 0, 27), + (107262, "313342", 1, 0, 27), + (107263, "313342", 1, 0, 27), + (107264, "313342", 1, 0, 27), + (107265, "313342", 1, 0, 27), + (107266, "313342", 1, 0, 27), + (107267, "313329", 1, 0, 27), + (107268, "313329", 1, 0, 27), + (107269, "313329", 1, 0, 27), + (107270, "313329", 1, 0, 27), + (107271, "313329", 1, 0, 27), + (107272, "313329", 1, 0, 27), + (107273, "313329", 1, 0, 27), + (107274, "313011", 1, 0, 27), + (107275, "313011", 1, 0, 27), + (107276, "313011", 1, 0, 27), + (107277, "313011", 1, 0, 27), + (107278, "313011", 1, 0, 27), + (107279, "313011", 1, 0, 27), + (107280, "313011", 1, 0, 27), + (107281, "313011", 1, 0, 27), + (107282, "313011", 1, 0, 27), + (107283, "313011", 1, 0, 27), + (107284, "313011", 1, 0, 27), + (107285, "313011", 1, 0, 27), + (107286, "313011", 1, 0, 27), + (107287, "313011", 1, 0, 27), + (107288, "313804", 1, 0, 27), + (107289, "313804", 1, 0, 27), + (107290, "313804", 1, 0, 27), + (107291, "313804", 1, 0, 27), + (107292, "313804", 1, 0, 27), + (107293, "313804", 1, 0, 27), + (107294, "313804", 1, 0, 27), + (107295, "313804", 1, 0, 27), + (107296, "313804", 1, 0, 27), + (107297, "313804", 1, 0, 27), + (107298, "313804", 1, 0, 27), + (107299, "313804", 1, 0, 27), + (107300, "313026", 1, 0, 27), + (107301, "313026", 1, 0, 27), + (107302, "313026", 1, 0, 27), + (107303, "313026", 1, 0, 27), + (107304, "313026", 1, 0, 27), + (107305, "313026", 1, 0, 27), + (107306, "313026", 1, 0, 27), + (107307, "313026", 1, 0, 27), + (107308, "313026", 1, 0, 27), + (107309, "313026", 1, 0, 27), + (107310, "313026", 1, 0, 27), + (107311, "313026", 1, 0, 27), + (107312, "313702", 1, 0, 27), + (107313, "313702", 1, 0, 27), + (107314, "313702", 1, 0, 27), + (107315, "313702", 1, 0, 27), + (107316, "313702", 1, 0, 27), + (107317, "313702", 1, 0, 27), + (107318, "313702", 1, 0, 27), + (107319, "313702", 1, 0, 27), + (107320, "313702", 1, 0, 27), + (107321, "313702", 1, 0, 27), + (107322, "313702", 1, 0, 27), + (107323, "313702", 1, 0, 27), + (107324, "313905", 1, 0, 27), + (107325, "313905", 1, 0, 27), + (107326, "313905", 1, 0, 27), + (107327, "313905", 1, 0, 27), + (107328, "313905", 1, 0, 27), + (107329, "313905", 1, 0, 27), + (107330, "313905", 1, 0, 27), + (107331, "313905", 1, 0, 27), + (107332, "313905", 1, 0, 27), + (107333, "313905", 1, 0, 27), + (107334, "313038", 1, 0, 27), + (107335, "313038", 1, 0, 27), + (107336, "313038", 1, 0, 27), + (107337, "313038", 1, 0, 27), + (107338, "313038", 1, 0, 27), + (107339, "313038", 1, 0, 27), + (107340, "313038", 1, 0, 27), + (107341, "313038", 1, 0, 27), + (107342, "313038", 1, 0, 27), + (107343, "313038", 1, 0, 27), + (107344, "313038", 1, 0, 27), + (107345, "313038", 1, 0, 27), + (107346, "313038", 1, 0, 27), + (107347, "313803", 1, 0, 27), + (107348, "313803", 1, 0, 27), + (107349, "313803", 1, 0, 27), + (107350, "313803", 1, 0, 27), + (107351, "313803", 1, 0, 27), + (107352, "313803", 1, 0, 27), + (107353, "313803", 1, 0, 27), + (107354, "313803", 1, 0, 27), + (107355, "313803", 1, 0, 27), + (107356, "313803", 1, 0, 27), + (107357, "313803", 1, 0, 27), + (107358, "313803", 1, 0, 27), + (107359, "313803", 1, 0, 27), + (107360, "313803", 1, 0, 27), + (107361, "313803", 1, 0, 27), + (107362, "313803", 1, 0, 27), + (107363, "307025", 1, 0, 27), + (107364, "307025", 1, 0, 27), + (107365, "307025", 1, 0, 27), + (107366, "307025", 1, 0, 27), + (107367, "307025", 1, 0, 27), + (107368, "307025", 1, 0, 27), + (107369, "307025", 1, 0, 27), + (107370, "307025", 1, 0, 27), + (107371, "307025", 1, 0, 27), + (107372, "307025", 1, 0, 27), + (107373, "307025", 1, 0, 27), + (107374, "307025", 1, 0, 27), + (107375, "307025", 1, 0, 27), + (107376, "307025", 1, 0, 27), + (107377, "307025", 1, 0, 27), + (107378, "307025", 1, 0, 27), + (107379, "307025", 1, 0, 27), + (107380, "307025", 1, 0, 27), + (107381, "307025", 1, 0, 27), + (107382, "307025", 1, 0, 27), + (107383, "307025", 1, 0, 27), + (107384, "313031", 1, 0, 27), + (107385, "313702", 1, 0, 27), + (107386, "313031", 1, 0, 27), + (107387, "313031", 1, 0, 27), + (107388, "313702", 1, 0, 27), + (107389, "313702", 1, 0, 27), + (107390, "313702", 1, 0, 27), + (107391, "313702", 1, 0, 27), + (107392, "313031", 1, 0, 27), + (107393, "313702", 1, 0, 27), + (107394, "313702", 1, 0, 27), + (107395, "313031", 1, 0, 27), + (107396, "313906", 1, 0, 27), + (107397, "313906", 1, 0, 27), + (107398, "313906", 1, 0, 27), + (107399, "313906", 1, 0, 27), + (107400, "313906", 1, 0, 27), + (107401, "313801", 1, 0, 27), + (107402, "313801", 1, 0, 27), + (107403, "313801", 1, 0, 27), + (107404, "313801", 1, 0, 27), + (107405, "313801", 1, 0, 27), + (107406, "313801", 1, 0, 27), + (107407, "313801", 1, 0, 27), + (107408, "313701", 1, 0, 27), + (107409, "313701", 1, 0, 27), + (107410, "313701", 1, 0, 27), + (107411, "313701", 1, 0, 27), + (107412, "313701", 1, 0, 27), + (107413, "313701", 1, 0, 27), + (107414, "313701", 1, 0, 27), + (107415, "313701", 1, 0, 27), + (107416, "313701", 1, 0, 27), + (107417, "313701", 1, 0, 27), + (107418, "313701", 1, 0, 27), + (107419, "313802", 1, 0, 27), + (107420, "313802", 1, 0, 27), + (107421, "313802", 1, 0, 27), + (107422, "313802", 1, 0, 27), + (107423, "313802", 1, 0, 27), + (107424, "313802", 1, 0, 27), + (107425, "313802", 1, 0, 27), + (107426, "313802", 1, 0, 27), + (107427, "313802", 1, 0, 27), + (107428, "313802", 1, 0, 27), + (107429, "313802", 1, 0, 27), + (107430, "313802", 1, 0, 27), + (107431, "313802", 1, 0, 27), + (107432, "313802", 1, 0, 27), + (107433, "313802", 1, 0, 27), + (107434, "313027", 1, 0, 27), + (107435, "313027", 1, 0, 27), + (107436, "313027", 1, 0, 27), + (107437, "313027", 1, 0, 27), + (107438, "313027", 1, 0, 27), + (107439, "313027", 1, 0, 27), + (107440, "313027", 1, 0, 27), + (107441, "313027", 1, 0, 27), + (107442, "313027", 1, 0, 27), + (107443, "313027", 1, 0, 27), + (107444, "313027", 1, 0, 27), + (107445, "313027", 1, 0, 27), + (107446, "313027", 1, 0, 27), + (107447, "313027", 1, 0, 27), + (107448, "313027", 1, 0, 27), + (107449, "313027", 1, 0, 27), + (107450, "313027", 1, 0, 27), + (107451, "313027", 1, 0, 27), + (107452, "313027", 1, 0, 27), + (107453, "313027", 1, 0, 27), + (107454, "313027", 1, 0, 27), + (107455, "313027", 1, 0, 27), + (107456, "313027", 1, 0, 27), + (107457, "313902", 1, 0, 27), + (107458, "313904", 1, 0, 27), + (107459, "313904", 1, 0, 27), + (107460, "313904", 1, 0, 27), + (107461, "313902", 1, 0, 27), + (107462, "313902", 1, 0, 27), + (107463, "313902", 1, 0, 27), + (107464, "313904", 1, 0, 27), + (107465, "313903", 1, 0, 27), + (107466, "313903", 1, 0, 27), + (107467, "313903", 1, 0, 27), + (107468, "313903", 1, 0, 27), + (107469, "313903", 1, 0, 27), + (107470, "313903", 1, 0, 27), + (107471, "313903", 1, 0, 27), + (107472, "313903", 1, 0, 27), + (107473, "313903", 1, 0, 27), + (107474, "313903", 1, 0, 27), + (107475, "313903", 1, 0, 27), + (107476, "313903", 1, 0, 27), + (107477, "313903", 1, 0, 27), + (107478, "313903", 1, 0, 27), + (107479, "313001", 1, 0, 27), + (107480, "313003", 1, 0, 27), + (107481, "313001", 1, 0, 27), + (107482, "313001", 1, 0, 27), + (107483, "313001", 1, 0, 27), + (107484, "313001", 1, 0, 27), + (107485, "313003", 1, 0, 27), + (107486, "313003", 1, 0, 27), + (107487, "313001", 1, 0, 27), + (107488, "313001", 1, 0, 27), + (107489, "313003", 1, 0, 27), + (107490, "313003", 1, 0, 27), + (107491, "313001", 1, 0, 27), + (107492, "313001", 1, 0, 27), + (107493, "313001", 1, 0, 27), + (107494, "313001", 1, 0, 27), + (107495, "313001", 1, 0, 27), + (107496, "313001", 1, 0, 27), + (107497, "313001", 1, 0, 27), + (107498, "313901", 1, 0, 27), + (107499, "313901", 1, 0, 27), + (107500, "313901", 1, 0, 27), + (107501, "313901", 1, 0, 27), + (107502, "313901", 1, 0, 27), + (107503, "313203", 1, 0, 27), + (107504, "313203", 1, 0, 27), + (107505, "313203", 1, 0, 27), + (107506, "313203", 1, 0, 27), + (107507, "313203", 1, 0, 27), + (107508, "313203", 1, 0, 27), + (107509, "313203", 1, 0, 27), + (107510, "313706", 1, 0, 27), + (107511, "313706", 1, 0, 27), + (107512, "313706", 1, 0, 27), + (107513, "313706", 1, 0, 27), + (107514, "313706", 1, 0, 27), + (107515, "313706", 1, 0, 27), + (107516, "313706", 1, 0, 27), + (107517, "313706", 1, 0, 27), + (107518, "313706", 1, 0, 27), + (107519, "313706", 1, 0, 27), + (107520, "313706", 1, 0, 27), + (107521, "313706", 1, 0, 27), + (107522, "313205", 1, 0, 27), + (107523, "313205", 1, 0, 27), + (107524, "313205", 1, 0, 27), + (107525, "313205", 1, 0, 27), + (107526, "313705", 1, 0, 27), + (107527, "313705", 1, 0, 27), + (107528, "313705", 1, 0, 27), + (107529, "313705", 1, 0, 27), + (107530, "313705", 1, 0, 27), + (107531, "313705", 1, 0, 27), + (107532, "313705", 1, 0, 27), + (107533, "313705", 1, 0, 27), + (107534, "313705", 1, 0, 27), + (107535, "313705", 1, 0, 27), + (107536, "313705", 1, 0, 27), + (107537, "313705", 1, 0, 27), + (107538, "313705", 1, 0, 27), + (107539, "313705", 1, 0, 27), + (107540, "313705", 1, 0, 27), + (107541, "313705", 1, 0, 27), + (107542, "313604", 1, 0, 27), + (107543, "313604", 1, 0, 27), + (107544, "313604", 1, 0, 27), + (107545, "313604", 1, 0, 27), + (107546, "313604", 1, 0, 27), + (107547, "313604", 1, 0, 27), + (107548, "313604", 1, 0, 27), + (107549, "313604", 1, 0, 27), + (107550, "313604", 1, 0, 27), + (107551, "313604", 1, 0, 27), + (107552, "313604", 1, 0, 27), + (107553, "313604", 1, 0, 27), + (107554, "313604", 1, 0, 27), + (107555, "313604", 1, 0, 27), + (107556, "313604", 1, 0, 27), + (107557, "313604", 1, 0, 27), + (107558, "313604", 1, 0, 27), + (107559, "313201", 1, 0, 27), + (107560, "313201", 1, 0, 27), + (107561, "313201", 1, 0, 27), + (107562, "313201", 1, 0, 27), + (107563, "313201", 1, 0, 27), + (107564, "313201", 1, 0, 27), + (107565, "313201", 1, 0, 27), + (107566, "313201", 1, 0, 27), + (107567, "313201", 1, 0, 27), + (107568, "313201", 1, 0, 27), + (107569, "313602", 1, 0, 27), + (107570, "313602", 1, 0, 27), + (107571, "313602", 1, 0, 27), + (107572, "313602", 1, 0, 27), + (107573, "313602", 1, 0, 27), + (107574, "313602", 1, 0, 27), + (107575, "313602", 1, 0, 27), + (107576, "313602", 1, 0, 27), + (107577, "313602", 1, 0, 27), + (107578, "313602", 1, 0, 27), + (107579, "313602", 1, 0, 27), + (107580, "313602", 1, 0, 27), + (107581, "313703", 1, 0, 27), + (107582, "313703", 1, 0, 27), + (107583, "313703", 1, 0, 27), + (107584, "313703", 1, 0, 27), + (107585, "313703", 1, 0, 27), + (107586, "313703", 1, 0, 27), + (107587, "313703", 1, 0, 27), + (107588, "313703", 1, 0, 27), + (107589, "313703", 1, 0, 27), + (107590, "313703", 1, 0, 27), + (107591, "313703", 1, 0, 27), + (107592, "313708", 1, 0, 27), + (107593, "313708", 1, 0, 27), + (107594, "313708", 1, 0, 27), + (107595, "313708", 1, 0, 27), + (107596, "313708", 1, 0, 27), + (107597, "313708", 1, 0, 27), + (107598, "313708", 1, 0, 27), + (107599, "313708", 1, 0, 27), + (107600, "313708", 1, 0, 27), + (107601, "313708", 1, 0, 27), + (107602, "313708", 1, 0, 27), + (107603, "313704", 1, 0, 27), + (107604, "313204", 1, 0, 27), + (107605, "313204", 1, 0, 27), + (107606, "313204", 1, 0, 27), + (107607, "313204", 1, 0, 27), + (107608, "313204", 1, 0, 27), + (107609, "313204", 1, 0, 27), + (107610, "313204", 1, 0, 27), + (107611, "313204", 1, 0, 27), + (107612, "313204", 1, 0, 27), + (107613, "312626", 1, 0, 27), + (107614, "313206", 1, 0, 27), + (107615, "313206", 1, 0, 27), + (107616, "313206", 1, 0, 27), + (107617, "313206", 1, 0, 27), + (107618, "313704", 1, 0, 27), + (107619, "313704", 1, 0, 27), + (107620, "313704", 1, 0, 27), + (107621, "313704", 1, 0, 27), + (107622, "313704", 1, 0, 27), + (107623, "313704", 1, 0, 27), + (107624, "313704", 1, 0, 27), + (107625, "313704", 1, 0, 27), + (107626, "313704", 1, 0, 27), + (107627, "313704", 1, 0, 27), + (107628, "313704", 1, 0, 27), + (107629, "313704", 1, 0, 27), + (107630, "313704", 1, 0, 27), + (107631, "313704", 1, 0, 27), + (107632, "313704", 1, 0, 27), + (107633, "313601", 1, 0, 27), + (107634, "313601", 1, 0, 27), + (107635, "313601", 1, 0, 27), + (107636, "313601", 1, 0, 27), + (107637, "313601", 1, 0, 27), + (107638, "313601", 1, 0, 27), + (107639, "313601", 1, 0, 27), + (107640, "313601", 1, 0, 27), + (107641, "313601", 1, 0, 27), + (107642, "313601", 1, 0, 27), + (107643, "313024", 1, 0, 27), + (107644, "302013", 1, 0, 27), + (107645, "302028", 1, 0, 27), + (107646, "302028", 1, 0, 27), + (107647, "302028", 1, 0, 27), + (107648, "302028", 1, 0, 27), + (107649, "302028", 1, 0, 27), + (107650, "302028", 1, 0, 27), + (107651, "302028", 1, 0, 27), + (107652, "302028", 1, 0, 27), + (107653, "302028", 1, 0, 27), + (107654, "302026", 1, 0, 27), + (107655, "302026", 1, 0, 27), + (107656, "302026", 1, 0, 27), + (107657, "302027", 1, 0, 27), + (107658, "302027", 1, 0, 27), + (107659, "302027", 1, 0, 27), + (107660, "302027", 1, 0, 27), + (107661, "302027", 1, 0, 27), + (107662, "302027", 1, 0, 27), + (107663, "302041", 1, 0, 27), + (107664, "302012", 1, 0, 27), + (107665, "302012", 1, 0, 27), + (107666, "302012", 1, 0, 27), + (107667, "302041", 1, 0, 27), + (107668, "302012", 1, 0, 27), + (107669, "302012", 1, 0, 27), + (107670, "302012", 1, 0, 27), + (107671, "302029", 1, 0, 27), + (107672, "302029", 1, 0, 27), + (107673, "302029", 1, 0, 27), + (107674, "302029", 1, 0, 27), + (107675, "302013", 1, 0, 27), + (107676, "737102", 1, 0, 32), + (107677, "737101", 1, 0, 32), + (107678, "737103", 1, 0, 32), + (107679, "737106", 1, 0, 32), + (107680, "737116", 1, 0, 32), + (107681, "737116", 1, 0, 32), + (107682, "737134", 1, 0, 32), + (107683, "737116", 1, 0, 32), + (107684, "737116", 1, 0, 32), + (107685, "737120", 1, 0, 32), + (107686, "737102", 1, 0, 32), + (107687, "737107", 1, 0, 32), + (107688, "737111", 1, 0, 32), + (107689, "737136", 1, 0, 32), + (107690, "737116", 1, 0, 32), + (107691, "737128", 1, 0, 32), + (107692, "737126", 1, 0, 32), + (107693, "737121", 1, 0, 32), + (107694, "737106", 1, 0, 32), + (107695, "737113", 1, 0, 32), + (107696, "737103", 1, 0, 32), + (107697, "737131", 1, 0, 32), + (107698, "737132", 1, 0, 32), + (107699, "737135", 1, 0, 32), + (107700, "737139", 1, 0, 32), + (107701, "737133", 1, 0, 32), + (107702, "737101", 1, 0, 32), + (107703, "737134", 1, 0, 32), + (107704, "737102", 1, 0, 32), + (107705, "737103", 1, 0, 32), + (107706, "737113", 1, 0, 32), + (107707, "737128", 1, 0, 32), + (107708, "737102", 1, 0, 32), + (107709, "737132", 1, 0, 32), + (107710, "737116", 1, 0, 32), + (107711, "737135", 1, 0, 32), + (107712, "737131", 1, 0, 32), + (107713, "737121", 1, 0, 32), + (107714, "737135", 1, 0, 32), + (107715, "737113", 1, 0, 32), + (107716, "737111", 1, 0, 32), + (107717, "737126", 1, 0, 32), + (107718, "737107", 1, 0, 32), + (107719, "737113", 1, 0, 32), + (107720, "737113", 1, 0, 32), + (107721, "737111", 1, 0, 32), + (107722, "737113", 1, 0, 32), + (107723, "737132", 1, 0, 32), + (107724, "737128", 1, 0, 32), + (107725, "737139", 1, 0, 32), + (107726, "737134", 1, 0, 32), + (107727, "737106", 1, 0, 32), + (107728, "737113", 1, 0, 32), + (107729, "737126", 1, 0, 32), + (107730, "737134", 1, 0, 32), + (107731, "737102", 1, 0, 32), + (107732, "737102", 1, 0, 32), + (107733, "737120", 1, 0, 32), + (107734, "737120", 1, 0, 32), + (107735, "737133", 1, 0, 32), + (107736, "737135", 1, 0, 32), + (107737, "737128", 1, 0, 32), + (107738, "737134", 1, 0, 32), + (107739, "737107", 1, 0, 32), + (107740, "737111", 1, 0, 32), + (107741, "737103", 1, 0, 32), + (107742, "737103", 1, 0, 32), + (107743, "737106", 1, 0, 32), + (107744, "737121", 1, 0, 32), + (107745, "737135", 1, 0, 32), + (107746, "737126", 1, 0, 32), + (107747, "737134", 1, 0, 32), + (107748, "737134", 1, 0, 32), + (107749, "737131", 1, 0, 32), + (107750, "737121", 1, 0, 32), + (107751, "737126", 1, 0, 32), + (107752, "737102", 1, 0, 32), + (107753, "737106", 1, 0, 32), + (107754, "737131", 1, 0, 32), + (107755, "737128", 1, 0, 32), + (107756, "737126", 1, 0, 32), + (107757, "737106", 1, 0, 32), + (107758, "737103", 1, 0, 32), + (107759, "737126", 1, 0, 32), + (107760, "737116", 1, 0, 32), + (107761, "737139", 1, 0, 32), + (107762, "737121", 1, 0, 32), + (107763, "737126", 1, 0, 32), + (107764, "737113", 1, 0, 32), + (107765, "737107", 1, 0, 32), + (107766, "737139", 1, 0, 32), + (107767, "737116", 1, 0, 32), + (107768, "737107", 1, 0, 32), + (107769, "737116", 1, 0, 32), + (107770, "737111", 1, 0, 32), + (107771, "737135", 1, 0, 32), + (107772, "737121", 1, 0, 32), + (107773, "737121", 1, 0, 32), + (107774, "737134", 1, 0, 32), + (107775, "737139", 1, 0, 32), + (107776, "737116", 1, 0, 32), + (107777, "737102", 1, 0, 32), + (107778, "737126", 1, 0, 32), + (107779, "737120", 1, 0, 32), + (107780, "737133", 1, 0, 32), + (107781, "737131", 1, 0, 32), + (107782, "737111", 1, 0, 32), + (107783, "737111", 1, 0, 32), + (107784, "737116", 1, 0, 32), + (107785, "737103", 1, 0, 32), + (107786, "737102", 1, 0, 32), + (107787, "737134", 1, 0, 32), + (107788, "737134", 1, 0, 32), + (107789, "737131", 1, 0, 32), + (107790, "737116", 1, 0, 32), + (107791, "737106", 1, 0, 32), + (107792, "737134", 1, 0, 32), + (107793, "737103", 1, 0, 32), + (107794, "737128", 1, 0, 32), + (107795, "737116", 1, 0, 32), + (107796, "737107", 1, 0, 32), + (107797, "737139", 1, 0, 32), + (107798, "737121", 1, 0, 32), + (107799, "737121", 1, 0, 32), + (107800, "737132", 1, 0, 32), + (107801, "737126", 1, 0, 32), + (107802, "737128", 1, 0, 32), + (107803, "737116", 1, 0, 32), + (107804, "737113", 1, 0, 32), + (107805, "737128", 1, 0, 32), + (107806, "737116", 1, 0, 32), + (107807, "737135", 1, 0, 32), + (107808, "737126", 1, 0, 32), + (107809, "737120", 1, 0, 32), + (107810, "737106", 1, 0, 32), + (107811, "737116", 1, 0, 32), + (107812, "737134", 1, 0, 32), + (107813, "737113", 1, 0, 32), + (107814, "737132", 1, 0, 32), + (107815, "737134", 1, 0, 32), + (107816, "737111", 1, 0, 32), + (107817, "737116", 1, 0, 32), + (107818, "737126", 1, 0, 32), + (107819, "737121", 1, 0, 32), + (107820, "737134", 1, 0, 32), + (107821, "737121", 1, 0, 32), + (107822, "737126", 1, 0, 32), + (107823, "737131", 1, 0, 32), + (107824, "737121", 1, 0, 32), + (107825, "737128", 1, 0, 32), + (107826, "737133", 1, 0, 32), + (107827, "737121", 1, 0, 32), + (107828, "737134", 1, 0, 32), + (107829, "737121", 1, 0, 32), + (107830, "737134", 1, 0, 32), + (107831, "737111", 1, 0, 32), + (107832, "737133", 1, 0, 32), + (107833, "737121", 1, 0, 32), + (107834, "737113", 1, 0, 32), + (107835, "737121", 1, 0, 32), + (107836, "737121", 1, 0, 32), + (107837, "737134", 1, 0, 32), + (107838, "737116", 1, 0, 32), + (107839, "737139", 1, 0, 32), + (107840, "737139", 1, 0, 32), + (107841, "737106", 1, 0, 32), + (107842, "737134", 1, 0, 32), + (107843, "737128", 1, 0, 32), + (107844, "737132", 1, 0, 32), + (107845, "737133", 1, 0, 32), + (107846, "737133", 1, 0, 32), + (107847, "737135", 1, 0, 32), + (107848, "737132", 1, 0, 32), + (107849, "737113", 1, 0, 32), + (107850, "737126", 1, 0, 32), + (107851, "737134", 1, 0, 32), + (107852, "737111", 1, 0, 32), + (107853, "737111", 1, 0, 32), + (107854, "737134", 1, 0, 32), + (107855, "737113", 1, 0, 32), + (107856, "737121", 1, 0, 32), + (107857, "737121", 1, 0, 32), + (107858, "737134", 1, 0, 32), + (107859, "737121", 1, 0, 32), + (107860, "737121", 1, 0, 32), + (107861, "737106", 1, 0, 32), + (107862, "737111", 1, 0, 32), + (107863, "737131", 1, 0, 32), + (107864, "737126", 1, 0, 32), + (107865, "737113", 1, 0, 32), + (107866, "737113", 1, 0, 32), + (107867, "737102", 1, 0, 32), + (107868, "737134", 1, 0, 32), + (107869, "737131", 1, 0, 32), + (107870, "737132", 1, 0, 32), + (107871, "737132", 1, 0, 32), + (107872, "737134", 1, 0, 32), + (107873, "737111", 1, 0, 32), + (107874, "737135", 1, 0, 32), + (107875, "737133", 1, 0, 32), + (107876, "737133", 1, 0, 32), + (107877, "737111", 1, 0, 32), + (107878, "737121", 1, 0, 32), + (107879, "737135", 1, 0, 32), + (107880, "737126", 1, 0, 32), + (107881, "737134", 1, 0, 32), + (107882, "737139", 1, 0, 32), + (107883, "737139", 1, 0, 32), + (107884, "737139", 1, 0, 32), + (107885, "737134", 1, 0, 32), + (107886, "624304", 1, 0, 2), + (107887, "624709", 1, 0, 2), + (107888, "624308", 1, 0, 2), + (107889, "624308", 1, 0, 2), + (107890, "624308", 1, 0, 2), + (107891, "624308", 1, 0, 2), + (107892, "624612", 1, 0, 2), + (107893, "624612", 1, 0, 2), + (107894, "624612", 1, 0, 2), + (107895, "624612", 1, 0, 2), + (107896, "624612", 1, 0, 2), + (107897, "624612", 1, 0, 2), + (107898, "624613", 1, 0, 2), + (107899, "624613", 1, 0, 2), + (107900, "624613", 1, 0, 2), + (107901, "624613", 1, 0, 2), + (107902, "624613", 1, 0, 2), + (107903, "624613", 1, 0, 2), + (107904, "624613", 1, 0, 2), + (107905, "624610", 1, 0, 2), + (107906, "624614", 1, 0, 2), + (107907, "624614", 1, 0, 2), + (107908, "624614", 1, 0, 2), + (107909, "624614", 1, 0, 2), + (107910, "624614", 1, 0, 2), + (107911, "624614", 1, 0, 2), + (107912, "624614", 1, 0, 2), + (107913, "624614", 1, 0, 2), + (107914, "624614", 1, 0, 2), + (107915, "624614", 1, 0, 2), + (107916, "624704", 1, 0, 2), + (107917, "624704", 1, 0, 2), + (107918, "624709", 1, 0, 2), + (107919, "624709", 1, 0, 2), + (107920, "624709", 1, 0, 2), + (107921, "624802", 1, 0, 2), + (107922, "624802", 1, 0, 2), + (107923, "624802", 1, 0, 2), + (107924, "624802", 1, 0, 2), + (107925, "624802", 1, 0, 2), + (107926, "624802", 1, 0, 2), + (107927, "624802", 1, 0, 2), + (107928, "624802", 1, 0, 2), + (107929, "624802", 1, 0, 2), + (107930, "624710", 1, 0, 2), + (107931, "624710", 1, 0, 2), + (107932, "624710", 1, 0, 2), + (107933, "624710", 1, 0, 2), + (107934, "624710", 1, 0, 2), + (107935, "624710", 1, 0, 2), + (107936, "624710", 1, 0, 2), + (107937, "624710", 1, 0, 2), + (107938, "624710", 1, 0, 2), + (107939, "624710", 1, 0, 2), + (107940, "624710", 1, 0, 2), + (107941, "624710", 1, 0, 2), + (107942, "624710", 1, 0, 2), + (107943, "624710", 1, 0, 2), + (107944, "624307", 1, 0, 2), + (107945, "624308", 1, 0, 2), + (107946, "624308", 1, 0, 2), + (107947, "624308", 1, 0, 2), + (107948, "624308", 1, 0, 2), + (107949, "624704", 1, 0, 2), + (107950, "624711", 1, 0, 2), + (107951, "624711", 1, 0, 2), + (107952, "624711", 1, 0, 2), + (107953, "624706", 1, 0, 2), + (107954, "624706", 1, 0, 2), + (107955, "624706", 1, 0, 2), + (107956, "624706", 1, 0, 2), + (107957, "624706", 1, 0, 2), + (107958, "624706", 1, 0, 2), + (107959, "624706", 1, 0, 2), + (107960, "624003", 1, 0, 2), + (107961, "624003", 1, 0, 2), + (107962, "624003", 1, 0, 2), + (107963, "624003", 1, 0, 2), + (107964, "624003", 1, 0, 2), + (107965, "624003", 1, 0, 2), + (107966, "624003", 1, 0, 2), + (107967, "624401", 1, 0, 2), + (107968, "624401", 1, 0, 2), + (107969, "624401", 1, 0, 2), + (107970, "624401", 1, 0, 2), + (107971, "624401", 1, 0, 2), + (107972, "624401", 1, 0, 2), + (107973, "624401", 1, 0, 2), + (107974, "624401", 1, 0, 2), + (107975, "624401", 1, 0, 2), + (107976, "624401", 1, 0, 2), + (107977, "624401", 1, 0, 2), + (107978, "624401", 1, 0, 2), + (107979, "624401", 1, 0, 2), + (107980, "624304", 1, 0, 2), + (107981, "624304", 1, 0, 2), + (107982, "624402", 1, 0, 2), + (107983, "624402", 1, 0, 2), + (107984, "624402", 1, 0, 2), + (107985, "624402", 1, 0, 2), + (107986, "624707", 1, 0, 2), + (107987, "624707", 1, 0, 2), + (107988, "624707", 1, 0, 2), + (107989, "624403", 1, 0, 2), + (107990, "624403", 1, 0, 2), + (107991, "624403", 1, 0, 2), + (107992, "624306", 1, 0, 2), + (107993, "624306", 1, 0, 2), + (107994, "624306", 1, 0, 2), + (107995, "624306", 1, 0, 2), + (107996, "624306", 1, 0, 2), + (107997, "624306", 1, 0, 2), + (107998, "624306", 1, 0, 2), + (107999, "624306", 1, 0, 2), + (108000, "624306", 1, 0, 2), + (108001, "624708", 1, 0, 2), + (108002, "624708", 1, 0, 2), + (108003, "624708", 1, 0, 2), + (108004, "624708", 1, 0, 2), + (108005, "624708", 1, 0, 2), + (108006, "624708", 1, 0, 2), + (108007, "624709", 1, 0, 2), + (108008, "624709", 1, 0, 2), + (108009, "624709", 1, 0, 2), + (108010, "624709", 1, 0, 2), + (108011, "624215", 1, 0, 2), + (108012, "624216", 1, 0, 2), + (108013, "624216", 1, 0, 2), + (108014, "624216", 1, 0, 2), + (108015, "624219", 1, 0, 2), + (108016, "624219", 1, 0, 2), + (108017, "624219", 1, 0, 2), + (108018, "624219", 1, 0, 2), + (108019, "624219", 1, 0, 2), + (108020, "624219", 1, 0, 2), + (108021, "624219", 1, 0, 2), + (108022, "624220", 1, 0, 2), + (108023, "624220", 1, 0, 2), + (108024, "624220", 1, 0, 2), + (108025, "624220", 1, 0, 2), + (108026, "624220", 1, 0, 2), + (108027, "624220", 1, 0, 2), + (108028, "624801", 1, 0, 2), + (108029, "624801", 1, 0, 2), + (108030, "624801", 1, 0, 2), + (108031, "624801", 1, 0, 2), + (108032, "624801", 1, 0, 2), + (108033, "624005", 1, 0, 2), + (108034, "624005", 1, 0, 2), + (108035, "624005", 1, 0, 2), + (108036, "624005", 1, 0, 2), + (108037, "624005", 1, 0, 2), + (108038, "624005", 1, 0, 2), + (108039, "624005", 1, 0, 2), + (108040, "624005", 1, 0, 2), + (108041, "624005", 1, 0, 2), + (108042, "624005", 1, 0, 2), + (108043, "624005", 1, 0, 2), + (108044, "624002", 1, 0, 2), + (108045, "624002", 1, 0, 2), + (108046, "624002", 1, 0, 2), + (108047, "624002", 1, 0, 2), + (108048, "624002", 1, 0, 2), + (108049, "624002", 1, 0, 2), + (108050, "624002", 1, 0, 2), + (108051, "624002", 1, 0, 2), + (108052, "624002", 1, 0, 2), + (108053, "624004", 1, 0, 2), + (108054, "624004", 1, 0, 2), + (108055, "624702", 1, 0, 2), + (108056, "624702", 1, 0, 2), + (108057, "624702", 1, 0, 2), + (108058, "624702", 1, 0, 2), + (108059, "624702", 1, 0, 2), + (108060, "624302", 1, 0, 2), + (108061, "624302", 1, 0, 2), + (108062, "624302", 1, 0, 2), + (108063, "624703", 1, 0, 2), + (108064, "624703", 1, 0, 2), + (108065, "624703", 1, 0, 2), + (108066, "624703", 1, 0, 2), + (108067, "624705", 1, 0, 2), + (108068, "624705", 1, 0, 2), + (108069, "624705", 1, 0, 2), + (108070, "624705", 1, 0, 2), + (108071, "624705", 1, 0, 2), + (108072, "624711", 1, 0, 2), + (108073, "624711", 1, 0, 2), + (108074, "624704", 1, 0, 2), + (108075, "624704", 1, 0, 2), + (108076, "624615", 1, 0, 2), + (108077, "624615", 1, 0, 2), + (108078, "624615", 1, 0, 2), + (108079, "624615", 1, 0, 2), + (108080, "624615", 1, 0, 2), + (108081, "624615", 1, 0, 2), + (108082, "624615", 1, 0, 2), + (108083, "624616", 1, 0, 2), + (108084, "624616", 1, 0, 2), + (108085, "624616", 1, 0, 2), + (108086, "624616", 1, 0, 2), + (108087, "624616", 1, 0, 2), + (108088, "624616", 1, 0, 2), + (108089, "624616", 1, 0, 2), + (108090, "624616", 1, 0, 2), + (108091, "624616", 1, 0, 2), + (108092, "624616", 1, 0, 2), + (108093, "624616", 1, 0, 2), + (108094, "624617", 1, 0, 2), + (108095, "624617", 1, 0, 2), + (108096, "624617", 1, 0, 2), + (108097, "624617", 1, 0, 2), + (108098, "624617", 1, 0, 2), + (108099, "624617", 1, 0, 2), + (108100, "624617", 1, 0, 2), + (108101, "624617", 1, 0, 2), + (108102, "624617", 1, 0, 2), + (108103, "624617", 1, 0, 2), + (108104, "624712", 1, 0, 2), + (108105, "624712", 1, 0, 2), + (108106, "624712", 1, 0, 2), + (108107, "624618", 1, 0, 2), + (108108, "624618", 1, 0, 2), + (108109, "624618", 1, 0, 2), + (108110, "624618", 1, 0, 2), + (108111, "624618", 1, 0, 2), + (108112, "624618", 1, 0, 2), + (108113, "624618", 1, 0, 2), + (108114, "624619", 1, 0, 2), + (108115, "624619", 1, 0, 2), + (108116, "624619", 1, 0, 2), + (108117, "624619", 1, 0, 2), + (108118, "624619", 1, 0, 2), + (108119, "624619", 1, 0, 2), + (108120, "624619", 1, 0, 2), + (108121, "624619", 1, 0, 2), + (108122, "624619", 1, 0, 2), + (108123, "624619", 1, 0, 2), + (108124, "624619", 1, 0, 2), + (108125, "624619", 1, 0, 2), + (108126, "624621", 1, 0, 2), + (108127, "624621", 1, 0, 2), + (108128, "624621", 1, 0, 2), + (108129, "624621", 1, 0, 2), + (108130, "624201", 1, 0, 2), + (108131, "624201", 1, 0, 2), + (108132, "624202", 1, 0, 2), + (108133, "624202", 1, 0, 2), + (108134, "624202", 1, 0, 2), + (108135, "624202", 1, 0, 2), + (108136, "624202", 1, 0, 2), + (108137, "624202", 1, 0, 2), + (108138, "624202", 1, 0, 2), + (108139, "624202", 1, 0, 2), + (108140, "624202", 1, 0, 2), + (108141, "624202", 1, 0, 2), + (108142, "624202", 1, 0, 2), + (108143, "624202", 1, 0, 2), + (108144, "624202", 1, 0, 2), + (108145, "624204", 1, 0, 2), + (108146, "624204", 1, 0, 2), + (108147, "624204", 1, 0, 2), + (108148, "624101", 1, 0, 2), + (108149, "624101", 1, 0, 2), + (108150, "624101", 1, 0, 2), + (108151, "624101", 1, 0, 2), + (108152, "624101", 1, 0, 2), + (108153, "624103", 1, 0, 2), + (108154, "624103", 1, 0, 2), + (108155, "624103", 1, 0, 2), + (108156, "624103", 1, 0, 2), + (108157, "624103", 1, 0, 2), + (108158, "624103", 1, 0, 2), + (108159, "624103", 1, 0, 2), + (108160, "624103", 1, 0, 2), + (108161, "624103", 1, 0, 2), + (108162, "624103", 1, 0, 2), + (108163, "624103", 1, 0, 2), + (108164, "624206", 1, 0, 2), + (108165, "624206", 1, 0, 2), + (108166, "624206", 1, 0, 2), + (108167, "624206", 1, 0, 2), + (108168, "624206", 1, 0, 2), + (108169, "624206", 1, 0, 2), + (108170, "624210", 1, 0, 2), + (108171, "624211", 1, 0, 2), + (108172, "624211", 1, 0, 2), + (108173, "624211", 1, 0, 2), + (108174, "624212", 1, 0, 2), + (108175, "624212", 1, 0, 2), + (108176, "624212", 1, 0, 2), + (108177, "624212", 1, 0, 2), + (108178, "624212", 1, 0, 2), + (108179, "624212", 1, 0, 2), + (108180, "624212", 1, 0, 2), + (108181, "624212", 1, 0, 2), + (108182, "624212", 1, 0, 2), + (108183, "624212", 1, 0, 2), + (108184, "624212", 1, 0, 2), + (108185, "624212", 1, 0, 2), + (108186, "624212", 1, 0, 2), + (108187, "624212", 1, 0, 2), + (108188, "624212", 1, 0, 2), + (108189, "624101", 1, 0, 2), + (108190, "624215", 1, 0, 2), + (108191, "624215", 1, 0, 2), + (108192, "624215", 1, 0, 2), + (108193, "624215", 1, 0, 2), + (108194, "624215", 1, 0, 2), + (108195, "624215", 1, 0, 2), + (108196, "624005", 1, 0, 2), + (108197, "624705", 1, 0, 2), + (108198, "624401", 1, 0, 2), + (108199, "624303", 1, 0, 2), + (108200, "624707", 1, 0, 2), + (108201, "624709", 1, 0, 2), + (108202, "624307", 1, 0, 2), + (108203, "624614", 1, 0, 2), + (108204, "624616", 1, 0, 2), + (108205, "624619", 1, 0, 2), + (108206, "624202", 1, 0, 2), + (108207, "624211", 1, 0, 2), + (108208, "624215", 1, 0, 2), + (108209, "624622", 1, 0, 2), + (108210, "624622", 1, 0, 2), + (108211, "624622", 1, 0, 2), + (108212, "624622", 1, 0, 2), + (108213, "624622", 1, 0, 2), + (108214, "624622", 1, 0, 2), + (108215, "624622", 1, 0, 2), + (108216, "624622", 1, 0, 2), + (108217, "624622", 1, 0, 2), + (108218, "624304", 1, 0, 2), + (108219, "624304", 1, 0, 2), + (108220, "624304", 1, 0, 2), + (108221, "624304", 1, 0, 2), + (108222, "624304", 1, 0, 2), + (108223, "624304", 1, 0, 2), + (108224, "624304", 1, 0, 2), + (108225, "624304", 1, 0, 2), + (108226, "624401", 1, 0, 2), + (108227, "624401", 1, 0, 2), + (108228, "624401", 1, 0, 2), + (108229, "624401", 1, 0, 2), + (108230, "624620", 1, 0, 2), + (108231, "624703", 1, 0, 2), + (108232, "624620", 1, 0, 2), + (108233, "624620", 1, 0, 2), + (108234, "624620", 1, 0, 2), + (108235, "624620", 1, 0, 2), + (108236, "624620", 1, 0, 2), + (108237, "624620", 1, 0, 2), + (108238, "624620", 1, 0, 2), + (108239, "624703", 1, 0, 2), + (108240, "624620", 1, 0, 2), + (108241, "624620", 1, 0, 2), + (108242, "624303", 1, 0, 2), + (108243, "624303", 1, 0, 2), + (108244, "624303", 1, 0, 2), + (108245, "624303", 1, 0, 2), + (108246, "638462", 1, 0, 2), + (108247, "638116", 1, 0, 2), + (108248, "638505", 1, 0, 2), + (108249, "638057", 1, 0, 2), + (108250, "638057", 1, 0, 2), + (108251, "638057", 1, 0, 2), + (108252, "638057", 1, 0, 2), + (108253, "638751", 1, 0, 2), + (108254, "638751", 1, 0, 2), + (108255, "638751", 1, 0, 2), + (108256, "638751", 1, 0, 2), + (108257, "638101", 1, 0, 2), + (108258, "638101", 1, 0, 2), + (108259, "638101", 1, 0, 2), + (108260, "638101", 1, 0, 2), + (108261, "638101", 1, 0, 2), + (108262, "638101", 1, 0, 2), + (108263, "638101", 1, 0, 2), + (108264, "638101", 1, 0, 2), + (108265, "638115", 1, 0, 2), + (108266, "638115", 1, 0, 2), + (108267, "638115", 1, 0, 2), + (108268, "638115", 1, 0, 2), + (108269, "638115", 1, 0, 2), + (108270, "638115", 1, 0, 2), + (108271, "638115", 1, 0, 2), + (108272, "638505", 1, 0, 2), + (108273, "638453", 1, 0, 2), + (108274, "638453", 1, 0, 2), + (108275, "638453", 1, 0, 2), + (108276, "638453", 1, 0, 2), + (108277, "638454", 1, 0, 2), + (108278, "638454", 1, 0, 2), + (108279, "638454", 1, 0, 2), + (108280, "638454", 1, 0, 2), + (108281, "638455", 1, 0, 2), + (108282, "638455", 1, 0, 2), + (108283, "638455", 1, 0, 2), + (108284, "638455", 1, 0, 2), + (108285, "638102", 1, 0, 2), + (108286, "638052", 1, 0, 2), + (108287, "638052", 1, 0, 2), + (108288, "638052", 1, 0, 2), + (108289, "638052", 1, 0, 2), + (108290, "638052", 1, 0, 2), + (108291, "638315", 1, 0, 2), + (108292, "638315", 1, 0, 2), + (108293, "638315", 1, 0, 2), + (108294, "638315", 1, 0, 2), + (108295, "638315", 1, 0, 2), + (108296, "638315", 1, 0, 2), + (108297, "638315", 1, 0, 2), + (108298, "638315", 1, 0, 2), + (108299, "638007", 1, 0, 2), + (108300, "638007", 1, 0, 2), + (108301, "638051", 1, 0, 2), + (108302, "638051", 1, 0, 2), + (108303, "638051", 1, 0, 2), + (108304, "638051", 1, 0, 2), + (108305, "638051", 1, 0, 2), + (108306, "638051", 1, 0, 2), + (108307, "638502", 1, 0, 2), + (108308, "638502", 1, 0, 2), + (108309, "638502", 1, 0, 2), + (108310, "638502", 1, 0, 2), + (108311, "638502", 1, 0, 2), + (108312, "638503", 1, 0, 2), + (108313, "638503", 1, 0, 2), + (108314, "638503", 1, 0, 2), + (108315, "638503", 1, 0, 2), + (108316, "638503", 1, 0, 2), + (108317, "638503", 1, 0, 2), + (108318, "638110", 1, 0, 2), + (108319, "638051", 1, 0, 2), + (108320, "638002", 1, 0, 2), + (108321, "638002", 1, 0, 2), + (108322, "638002", 1, 0, 2), + (108323, "638002", 1, 0, 2), + (108324, "638153", 1, 0, 2), + (108325, "638153", 1, 0, 2), + (108326, "638462", 1, 0, 2), + (108327, "638462", 1, 0, 2), + (108328, "638462", 1, 0, 2), + (108329, "638462", 1, 0, 2), + (108330, "638456", 1, 0, 2), + (108331, "638751", 1, 0, 2), + (108332, "638752", 1, 0, 2), + (108333, "638752", 1, 0, 2), + (108334, "638752", 1, 0, 2), + (108335, "638752", 1, 0, 2), + (108336, "638316", 1, 0, 2), + (108337, "638056", 1, 0, 2), + (108338, "638056", 1, 0, 2), + (108339, "638056", 1, 0, 2), + (108340, "638056", 1, 0, 2), + (108341, "638056", 1, 0, 2), + (108342, "638056", 1, 0, 2), + (108343, "638056", 1, 0, 2), + (108344, "638056", 1, 0, 2), + (108345, "638504", 1, 0, 2), + (108346, "638504", 1, 0, 2), + (108347, "638312", 1, 0, 2), + (108348, "638312", 1, 0, 2), + (108349, "638312", 1, 0, 2), + (108350, "638312", 1, 0, 2), + (108351, "638312", 1, 0, 2), + (108352, "638312", 1, 0, 2), + (108353, "638116", 1, 0, 2), + (108354, "638116", 1, 0, 2), + (108355, "638116", 1, 0, 2), + (108356, "638107", 1, 0, 2), + (108357, "638107", 1, 0, 2), + (108358, "638107", 1, 0, 2), + (108359, "638314", 1, 0, 2), + (108360, "638314", 1, 0, 2), + (108361, "638314", 1, 0, 2), + (108362, "638314", 1, 0, 2), + (108363, "638314", 1, 0, 2), + (108364, "638314", 1, 0, 2), + (108365, "638314", 1, 0, 2), + (108366, "638314", 1, 0, 2), + (108367, "638314", 1, 0, 2), + (108368, "638314", 1, 0, 2), + (108369, "638455", 1, 0, 2), + (108370, "638476", 1, 0, 2), + (108371, "638476", 1, 0, 2), + (108372, "638476", 1, 0, 2), + (108373, "638476", 1, 0, 2), + (108374, "638476", 1, 0, 2), + (108375, "638476", 1, 0, 2), + (108376, "638505", 1, 0, 2), + (108377, "638505", 1, 0, 2), + (108378, "638103", 1, 0, 2), + (108379, "638103", 1, 0, 2), + (108380, "638103", 1, 0, 2), + (108381, "638103", 1, 0, 2), + (108382, "638103", 1, 0, 2), + (108383, "638103", 1, 0, 2), + (108384, "638103", 1, 0, 2), + (108385, "638457", 1, 0, 2), + (108386, "638457", 1, 0, 2), + (108387, "638457", 1, 0, 2), + (108388, "638003", 1, 0, 2), + (108389, "638151", 1, 0, 2), + (108390, "638151", 1, 0, 2), + (108391, "638151", 1, 0, 2), + (108392, "638151", 1, 0, 2), + (108393, "638151", 1, 0, 2), + (108394, "638151", 1, 0, 2), + (108395, "638151", 1, 0, 2), + (108396, "638151", 1, 0, 2), + (108397, "638151", 1, 0, 2), + (108398, "638151", 1, 0, 2), + (108399, "638104", 1, 0, 2), + (108400, "638104", 1, 0, 2), + (108401, "638104", 1, 0, 2), + (108402, "638104", 1, 0, 2), + (108403, "638104", 1, 0, 2), + (108404, "638104", 1, 0, 2), + (108405, "638104", 1, 0, 2), + (108406, "638104", 1, 0, 2), + (108407, "638154", 1, 0, 2), + (108408, "638154", 1, 0, 2), + (108409, "638005", 1, 0, 2), + (108410, "638109", 1, 0, 2), + (108411, "638109", 1, 0, 2), + (108412, "638109", 1, 0, 2), + (108413, "638109", 1, 0, 2), + (108414, "638109", 1, 0, 2), + (108415, "638109", 1, 0, 2), + (108416, "638109", 1, 0, 2), + (108417, "638109", 1, 0, 2), + (108418, "638109", 1, 0, 2), + (108419, "638009", 1, 0, 2), + (108420, "638009", 1, 0, 2), + (108421, "638152", 1, 0, 2), + (108422, "638152", 1, 0, 2), + (108423, "638152", 1, 0, 2), + (108424, "638112", 1, 0, 2), + (108425, "638112", 1, 0, 2), + (108426, "638112", 1, 0, 2), + (108427, "638112", 1, 0, 2), + (108428, "638112", 1, 0, 2), + (108429, "638004", 1, 0, 2), + (108430, "638004", 1, 0, 2), + (108431, "638311", 1, 0, 2), + (108432, "638311", 1, 0, 2), + (108433, "638311", 1, 0, 2), + (108434, "638311", 1, 0, 2), + (108435, "638311", 1, 0, 2), + (108436, "638311", 1, 0, 2), + (108437, "638311", 1, 0, 2), + (108438, "638311", 1, 0, 2), + (108439, "638501", 1, 0, 2), + (108440, "638501", 1, 0, 2), + (108441, "638501", 1, 0, 2), + (108442, "638501", 1, 0, 2), + (108443, "638501", 1, 0, 2), + (108444, "638501", 1, 0, 2), + (108445, "638501", 1, 0, 2), + (108446, "638501", 1, 0, 2), + (108447, "638501", 1, 0, 2), + (108448, "638501", 1, 0, 2), + (108449, "638301", 1, 0, 2), + (108450, "638301", 1, 0, 2), + (108451, "638301", 1, 0, 2), + (108452, "638102", 1, 0, 2), + (108453, "638102", 1, 0, 2), + (108454, "638504", 1, 0, 2), + (108455, "638504", 1, 0, 2), + (108456, "638503", 1, 0, 2), + (108457, "638503", 1, 0, 2), + (108458, "638110", 1, 0, 2), + (108459, "638455", 1, 0, 2), + (108460, "638455", 1, 0, 2), + (108461, "638455", 1, 0, 2), + (108462, "638455", 1, 0, 2), + (108463, "638313", 1, 0, 2), + (108464, "638313", 1, 0, 2), + (108465, "638103", 1, 0, 2), + (108466, "638103", 1, 0, 2), + (108467, "638051", 1, 0, 2), + (108468, "638154", 1, 0, 2), + (108469, "638112", 1, 0, 2), + (108470, "638311", 1, 0, 2), + (108471, "638504", 1, 0, 2), + (108472, "638751", 1, 0, 2), + (108473, "638110", 1, 0, 2), + (108474, "638458", 1, 0, 2), + (108475, "638462", 1, 0, 2), + (108476, "638458", 1, 0, 2), + (108477, "638458", 1, 0, 2), + (108478, "638458", 1, 0, 2), + (108479, "638458", 1, 0, 2), + (108480, "638458", 1, 0, 2), + (108481, "638456", 1, 0, 2), + (108482, "638054", 1, 0, 2), + (108483, "638506", 1, 0, 2), + (108484, "638506", 1, 0, 2), + (108485, "638506", 1, 0, 2), + (108486, "638506", 1, 0, 2), + (108487, "638055", 1, 0, 2), + (108488, "638055", 1, 0, 2), + (108489, "638055", 1, 0, 2), + (108490, "638055", 1, 0, 2), + (108491, "638057", 1, 0, 2), + (108492, "627713", 1, 0, 2), + (108493, "628502", 1, 0, 2), + (108494, "628906", 1, 0, 2), + (108495, "627851", 1, 0, 2), + (108496, "627859", 1, 0, 2), + (108497, "627951", 1, 0, 2), + (108498, "627857", 1, 0, 2), + (108499, "627862", 1, 0, 2), + (108500, "628503", 1, 0, 2), + (108501, "627754", 1, 0, 2), + (108502, "627757", 1, 0, 2), + (108503, "627761", 1, 0, 2), + (108504, "627862", 1, 0, 2), + (108505, "628907", 1, 0, 2), + (108506, "628907", 1, 0, 2), + (108507, "628907", 1, 0, 2), + (108508, "628907", 1, 0, 2), + (108509, "628907", 1, 0, 2), + (108510, "628907", 1, 0, 2), + (108511, "628907", 1, 0, 2), + (108512, "628907", 1, 0, 2), + (108513, "628502", 1, 0, 2), + (108514, "628502", 1, 0, 2), + (108515, "628502", 1, 0, 2), + (108516, "628502", 1, 0, 2), + (108517, "628502", 1, 0, 2), + (108518, "628502", 1, 0, 2), + (108519, "628502", 1, 0, 2), + (108520, "628502", 1, 0, 2), + (108521, "627806", 1, 0, 2), + (108522, "628552", 1, 0, 2), + (108523, "627860", 1, 0, 2), + (108524, "627860", 1, 0, 2), + (108525, "627860", 1, 0, 2), + (108526, "627758", 1, 0, 2), + (108527, "627758", 1, 0, 2), + (108528, "627758", 1, 0, 2), + (108529, "627758", 1, 0, 2), + (108530, "627862", 1, 0, 2), + (108531, "627862", 1, 0, 2), + (108532, "627862", 1, 0, 2), + (108533, "627862", 1, 0, 2), + (108534, "628722", 1, 0, 2), + (108535, "628905", 1, 0, 2), + (108536, "628905", 1, 0, 2), + (108537, "628905", 1, 0, 2), + (108538, "628905", 1, 0, 2), + (108539, "628905", 1, 0, 2), + (108540, "628905", 1, 0, 2), + (108541, "628905", 1, 0, 2), + (108542, "628905", 1, 0, 2), + (108543, "627719", 1, 0, 2), + (108544, "627719", 1, 0, 2), + (108545, "627719", 1, 0, 2), + (108546, "627719", 1, 0, 2), + (108547, "627719", 1, 0, 2), + (108548, "628552", 1, 0, 2), + (108549, "628552", 1, 0, 2), + (108550, "628552", 1, 0, 2), + (108551, "628552", 1, 0, 2), + (108552, "627753", 1, 0, 2), + (108553, "627753", 1, 0, 2), + (108554, "627753", 1, 0, 2), + (108555, "627753", 1, 0, 2), + (108556, "627753", 1, 0, 2), + (108557, "627753", 1, 0, 2), + (108558, "627753", 1, 0, 2), + (108559, "627753", 1, 0, 2), + (108560, "627753", 1, 0, 2), + (108561, "627753", 1, 0, 2), + (108562, "627857", 1, 0, 2), + (108563, "627857", 1, 0, 2), + (108564, "627857", 1, 0, 2), + (108565, "627857", 1, 0, 2), + (108566, "627857", 1, 0, 2), + (108567, "627757", 1, 0, 2), + (108568, "627757", 1, 0, 2), + (108569, "627757", 1, 0, 2), + (108570, "627855", 1, 0, 2), + (108571, "627860", 1, 0, 2), + (108572, "627860", 1, 0, 2), + (108573, "627860", 1, 0, 2), + (108574, "627719", 1, 0, 2), + (108575, "628502", 1, 0, 2), + (108576, "628503", 1, 0, 2), + (108577, "628903", 1, 0, 2), + (108578, "628903", 1, 0, 2), + (108579, "628903", 1, 0, 2), + (108580, "628903", 1, 0, 2), + (108581, "628722", 1, 0, 2), + (108582, "628901", 1, 0, 2), + (108583, "628901", 1, 0, 2), + (108584, "628901", 1, 0, 2), + (108585, "628712", 1, 0, 2), + (108586, "628712", 1, 0, 2), + (108587, "628712", 1, 0, 2), + (108588, "628712", 1, 0, 2), + (108589, "628902", 1, 0, 2), + (108590, "628902", 1, 0, 2), + (108591, "628902", 1, 0, 2), + (108592, "628902", 1, 0, 2), + (108593, "628902", 1, 0, 2), + (108594, "628902", 1, 0, 2), + (108595, "628902", 1, 0, 2), + (108596, "628902", 1, 0, 2), + (108597, "628902", 1, 0, 2), + (108598, "627713", 1, 0, 2), + (108599, "627851", 1, 0, 2), + (108600, "627851", 1, 0, 2), + (108601, "627851", 1, 0, 2), + (108602, "627851", 1, 0, 2), + (108603, "627854", 1, 0, 2), + (108604, "627854", 1, 0, 2), + (108605, "627807", 1, 0, 2), + (108606, "627808", 1, 0, 2), + (108607, "627808", 1, 0, 2), + (108608, "627808", 1, 0, 2), + (108609, "627808", 1, 0, 2), + (108610, "627813", 1, 0, 2), + (108611, "627813", 1, 0, 2), + (108612, "627813", 1, 0, 2), + (108613, "627856", 1, 0, 2), + (108614, "627809", 1, 0, 2), + (108615, "627809", 1, 0, 2), + (108616, "627809", 1, 0, 2), + (108617, "627809", 1, 0, 2), + (108618, "627812", 1, 0, 2), + (108619, "627812", 1, 0, 2), + (108620, "627751", 1, 0, 2), + (108621, "627751", 1, 0, 2), + (108622, "627751", 1, 0, 2), + (108623, "627751", 1, 0, 2), + (108624, "627751", 1, 0, 2), + (108625, "627751", 1, 0, 2), + (108626, "627862", 1, 0, 2), + (108627, "627754", 1, 0, 2), + (108628, "627753", 1, 0, 2), + (108629, "627753", 1, 0, 2), + (108630, "627754", 1, 0, 2), + (108631, "627862", 1, 0, 2), + (108632, "627953", 1, 0, 2), + (108633, "627754", 1, 0, 2), + (108634, "627753", 1, 0, 2), + (108635, "627755", 1, 0, 2), + (108636, "627760", 1, 0, 2), + (108637, "627760", 1, 0, 2), + (108638, "627760", 1, 0, 2), + (108639, "627951", 1, 0, 2), + (108640, "627754", 1, 0, 2), + (108641, "627754", 1, 0, 2), + (108642, "627754", 1, 0, 2), + (108643, "627754", 1, 0, 2), + (108644, "627754", 1, 0, 2), + (108645, "627953", 1, 0, 2), + (108646, "627953", 1, 0, 2), + (108647, "627953", 1, 0, 2), + (108648, "627953", 1, 0, 2), + (108649, "627953", 1, 0, 2), + (108650, "627953", 1, 0, 2), + (108651, "627953", 1, 0, 2), + (108652, "627953", 1, 0, 2), + (108653, "627755", 1, 0, 2), + (108654, "627755", 1, 0, 2), + (108655, "627755", 1, 0, 2), + (108656, "627755", 1, 0, 2), + (108657, "627755", 1, 0, 2), + (108658, "627755", 1, 0, 2), + (108659, "627761", 1, 0, 2), + (108660, "627761", 1, 0, 2), + (108661, "627855", 1, 0, 2), + (108662, "627855", 1, 0, 2), + (108663, "627855", 1, 0, 2), + (108664, "627806", 1, 0, 2), + (108665, "627814", 1, 0, 2), + (108666, "627814", 1, 0, 2), + (108667, "627814", 1, 0, 2), + (108668, "627814", 1, 0, 2), + (108669, "627814", 1, 0, 2), + (108670, "627853", 1, 0, 2), + (108671, "627853", 1, 0, 2), + (108672, "627853", 1, 0, 2), + (108673, "627853", 1, 0, 2), + (108674, "627854", 1, 0, 2), + (108675, "627859", 1, 0, 2), + (108676, "627859", 1, 0, 2), + (108677, "627859", 1, 0, 2), + (108678, "627859", 1, 0, 2), + (108679, "627859", 1, 0, 2), + (108680, "627861", 1, 0, 2), + (108681, "627861", 1, 0, 2), + (108682, "627861", 1, 0, 2), + (108683, "627861", 1, 0, 2), + (108684, "627861", 1, 0, 2), + (108685, "627951", 1, 0, 2), + (108686, "627951", 1, 0, 2), + (108687, "627951", 1, 0, 2), + (108688, "628552", 1, 0, 2), + (108689, "628552", 1, 0, 2), + (108690, "628552", 1, 0, 2), + (108691, "628552", 1, 0, 2), + (108692, "628552", 1, 0, 2), + (108693, "628502", 1, 0, 2), + (108694, "628904", 1, 0, 2), + (108695, "628904", 1, 0, 2), + (108696, "628904", 1, 0, 2), + (108697, "628904", 1, 0, 2), + (108698, "628904", 1, 0, 2), + (108699, "628904", 1, 0, 2), + (108700, "628904", 1, 0, 2), + (108701, "628716", 1, 0, 2), + (108702, "628716", 1, 0, 2), + (108703, "628716", 1, 0, 2), + (108704, "628718", 1, 0, 2), + (108705, "628718", 1, 0, 2), + (108706, "628718", 1, 0, 2), + (108707, "628718", 1, 0, 2), + (108708, "628905", 1, 0, 2), + (108709, "627851", 1, 0, 2), + (108710, "627851", 1, 0, 2), + (108711, "627851", 1, 0, 2), + (108712, "627852", 1, 0, 2), + (108713, "627852", 1, 0, 2), + (108714, "627852", 1, 0, 2), + (108715, "627802", 1, 0, 2), + (108716, "627803", 1, 0, 2), + (108717, "627803", 1, 0, 2), + (108718, "627804", 1, 0, 2), + (108719, "627804", 1, 0, 2), + (108720, "627805", 1, 0, 2), + (108721, "627805", 1, 0, 2), + (108722, "627806", 1, 0, 2), + (108723, "627806", 1, 0, 2), + (108724, "628720", 1, 0, 2), + (108725, "628720", 1, 0, 2), + (108726, "628720", 1, 0, 2), + (108727, "628720", 1, 0, 2), + (108728, "628720", 1, 0, 2), + (108729, "628721", 1, 0, 2), + (108730, "628721", 1, 0, 2), + (108731, "628721", 1, 0, 2), + (108732, "628721", 1, 0, 2), + (108733, "628721", 1, 0, 2), + (108734, "628721", 1, 0, 2), + (108735, "627713", 1, 0, 2), + (108736, "628714", 1, 0, 2), + (108737, "628714", 1, 0, 2), + (108738, "628714", 1, 0, 2), + (108739, "628714", 1, 0, 2), + (108740, "628714", 1, 0, 2), + (108741, "628714", 1, 0, 2), + (108742, "628714", 1, 0, 2), + (108743, "628952", 1, 0, 2), + (108744, "628952", 1, 0, 2), + (108745, "628952", 1, 0, 2), + (108746, "628952", 1, 0, 2), + (108747, "628952", 1, 0, 2), + (108748, "628952", 1, 0, 2), + (108749, "628908", 1, 0, 2), + (108750, "628908", 1, 0, 2), + (108751, "628502", 1, 0, 2), + (108752, "628502", 1, 0, 2), + (108753, "623403", 1, 0, 2), + (108754, "623530", 1, 0, 2), + (108755, "623603", 1, 0, 2), + (108756, "623115", 1, 0, 2), + (108757, "623521", 1, 0, 2), + (108758, "623404", 1, 0, 2), + (108759, "623523", 1, 0, 2), + (108760, "623523", 1, 0, 2), + (108761, "623523", 1, 0, 2), + (108762, "623523", 1, 0, 2), + (108763, "623523", 1, 0, 2), + (108764, "623536", 1, 0, 2), + (108765, "623536", 1, 0, 2), + (108766, "623536", 1, 0, 2), + (108767, "623536", 1, 0, 2), + (108768, "623536", 1, 0, 2), + (108769, "623537", 1, 0, 2), + (108770, "623537", 1, 0, 2), + (108771, "623537", 1, 0, 2), + (108772, "623524", 1, 0, 2), + (108773, "623525", 1, 0, 2), + (108774, "623525", 1, 0, 2), + (108775, "623525", 1, 0, 2), + (108776, "623525", 1, 0, 2), + (108777, "623525", 1, 0, 2), + (108778, "623525", 1, 0, 2), + (108779, "623525", 1, 0, 2), + (108780, "623525", 1, 0, 2), + (108781, "623526", 1, 0, 2), + (108782, "623526", 1, 0, 2), + (108783, "623538", 1, 0, 2), + (108784, "623534", 1, 0, 2), + (108785, "623135", 1, 0, 2), + (108786, "623712", 1, 0, 2), + (108787, "623527", 1, 0, 2), + (108788, "623527", 1, 0, 2), + (108789, "623527", 1, 0, 2), + (108790, "623527", 1, 0, 2), + (108791, "623527", 1, 0, 2), + (108792, "623527", 1, 0, 2), + (108793, "623527", 1, 0, 2), + (108794, "623701", 1, 0, 2), + (108795, "623701", 1, 0, 2), + (108796, "623701", 1, 0, 2), + (108797, "623701", 1, 0, 2), + (108798, "623701", 1, 0, 2), + (108799, "623701", 1, 0, 2), + (108800, "623703", 1, 0, 2), + (108801, "623703", 1, 0, 2), + (108802, "623703", 1, 0, 2), + (108803, "623703", 1, 0, 2), + (108804, "623703", 1, 0, 2), + (108805, "623703", 1, 0, 2), + (108806, "623703", 1, 0, 2), + (108807, "623703", 1, 0, 2), + (108808, "623703", 1, 0, 2), + (108809, "623703", 1, 0, 2), + (108810, "623603", 1, 0, 2), + (108811, "623603", 1, 0, 2), + (108812, "623705", 1, 0, 2), + (108813, "623705", 1, 0, 2), + (108814, "623705", 1, 0, 2), + (108815, "623705", 1, 0, 2), + (108816, "623706", 1, 0, 2), + (108817, "623706", 1, 0, 2), + (108818, "623706", 1, 0, 2), + (108819, "623706", 1, 0, 2), + (108820, "623604", 1, 0, 2), + (108821, "623604", 1, 0, 2), + (108822, "623605", 1, 0, 2), + (108823, "623605", 1, 0, 2), + (108824, "623605", 1, 0, 2), + (108825, "623704", 1, 0, 2), + (108826, "623704", 1, 0, 2), + (108827, "623704", 1, 0, 2), + (108828, "623704", 1, 0, 2), + (108829, "623704", 1, 0, 2), + (108830, "623704", 1, 0, 2), + (108831, "623704", 1, 0, 2), + (108832, "623704", 1, 0, 2), + (108833, "623704", 1, 0, 2), + (108834, "623704", 1, 0, 2), + (108835, "623705", 1, 0, 2), + (108836, "623705", 1, 0, 2), + (108837, "623705", 1, 0, 2), + (108838, "623705", 1, 0, 2), + (108839, "623705", 1, 0, 2), + (108840, "623115", 1, 0, 2), + (108841, "623115", 1, 0, 2), + (108842, "623115", 1, 0, 2), + (108843, "623115", 1, 0, 2), + (108844, "623115", 1, 0, 2), + (108845, "623120", 1, 0, 2), + (108846, "623120", 1, 0, 2), + (108847, "623120", 1, 0, 2), + (108848, "623120", 1, 0, 2), + (108849, "623120", 1, 0, 2), + (108850, "623711", 1, 0, 2), + (108851, "623711", 1, 0, 2), + (108852, "623711", 1, 0, 2), + (108853, "623711", 1, 0, 2), + (108854, "623712", 1, 0, 2), + (108855, "623712", 1, 0, 2), + (108856, "623712", 1, 0, 2), + (108857, "623712", 1, 0, 2), + (108858, "623712", 1, 0, 2), + (108859, "623402", 1, 0, 2), + (108860, "623538", 1, 0, 2), + (108861, "623538", 1, 0, 2), + (108862, "623538", 1, 0, 2), + (108863, "623538", 1, 0, 2), + (108864, "623538", 1, 0, 2), + (108865, "623528", 1, 0, 2), + (108866, "623528", 1, 0, 2), + (108867, "623528", 1, 0, 2), + (108868, "623528", 1, 0, 2), + (108869, "623528", 1, 0, 2), + (108870, "623406", 1, 0, 2), + (108871, "623529", 1, 0, 2), + (108872, "623531", 1, 0, 2), + (108873, "623531", 1, 0, 2), + (108874, "623532", 1, 0, 2), + (108875, "623532", 1, 0, 2), + (108876, "623532", 1, 0, 2), + (108877, "623532", 1, 0, 2), + (108878, "623532", 1, 0, 2), + (108879, "623407", 1, 0, 2), + (108880, "623407", 1, 0, 2), + (108881, "623407", 1, 0, 2), + (108882, "623407", 1, 0, 2), + (108883, "623407", 1, 0, 2), + (108884, "623409", 1, 0, 2), + (108885, "623409", 1, 0, 2), + (108886, "623530", 1, 0, 2), + (108887, "623530", 1, 0, 2), + (108888, "623401", 1, 0, 2), + (108889, "623527", 1, 0, 2), + (108890, "623527", 1, 0, 2), + (108891, "623527", 1, 0, 2), + (108892, "623706", 1, 0, 2), + (108893, "623533", 1, 0, 2), + (108894, "623533", 1, 0, 2), + (108895, "623533", 1, 0, 2), + (108896, "623533", 1, 0, 2), + (108897, "623504", 1, 0, 2), + (108898, "623504", 1, 0, 2), + (108899, "623504", 1, 0, 2), + (108900, "623504", 1, 0, 2), + (108901, "623504", 1, 0, 2), + (108902, "623504", 1, 0, 2), + (108903, "623504", 1, 0, 2), + (108904, "623315", 1, 0, 2), + (108905, "623315", 1, 0, 2), + (108906, "623601", 1, 0, 2), + (108907, "623601", 1, 0, 2), + (108908, "623601", 1, 0, 2), + (108909, "623601", 1, 0, 2), + (108910, "623601", 1, 0, 2), + (108911, "623601", 1, 0, 2), + (108912, "623601", 1, 0, 2), + (108913, "623601", 1, 0, 2), + (108914, "623601", 1, 0, 2), + (108915, "623601", 1, 0, 2), + (108916, "623401", 1, 0, 2), + (108917, "623401", 1, 0, 2), + (108918, "623401", 1, 0, 2), + (108919, "623401", 1, 0, 2), + (108920, "623603", 1, 0, 2), + (108921, "623603", 1, 0, 2), + (108922, "623603", 1, 0, 2), + (108923, "623603", 1, 0, 2), + (108924, "623603", 1, 0, 2), + (108925, "623603", 1, 0, 2), + (108926, "623603", 1, 0, 2), + (108927, "623135", 1, 0, 2), + (108928, "623135", 1, 0, 2), + (108929, "623706", 1, 0, 2), + (108930, "623701", 1, 0, 2), + (108931, "623706", 1, 0, 2), + (108932, "623527", 1, 0, 2), + (108933, "623701", 1, 0, 2), + (108934, "623527", 1, 0, 2), + (108935, "623701", 1, 0, 2), + (108936, "623712", 1, 0, 2), + (108937, "623701", 1, 0, 2), + (108938, "623608", 1, 0, 2), + (108939, "623706", 1, 0, 2), + (108940, "623608", 1, 0, 2), + (108941, "623608", 1, 0, 2), + (108942, "623608", 1, 0, 2), + (108943, "623608", 1, 0, 2), + (108944, "623608", 1, 0, 2), + (108945, "623608", 1, 0, 2), + (108946, "623608", 1, 0, 2), + (108947, "623708", 1, 0, 2), + (108948, "623115", 1, 0, 2), + (108949, "623115", 1, 0, 2), + (108950, "623402", 1, 0, 2), + (108951, "623402", 1, 0, 2), + (108952, "623513", 1, 0, 2), + (108953, "623513", 1, 0, 2), + (108954, "623514", 1, 0, 2), + (108955, "623514", 1, 0, 2), + (108956, "623514", 1, 0, 2), + (108957, "623515", 1, 0, 2), + (108958, "623515", 1, 0, 2), + (108959, "623516", 1, 0, 2), + (108960, "623516", 1, 0, 2), + (108961, "623517", 1, 0, 2), + (108962, "623517", 1, 0, 2), + (108963, "623517", 1, 0, 2), + (108964, "623517", 1, 0, 2), + (108965, "623518", 1, 0, 2), + (108966, "623519", 1, 0, 2), + (108967, "623308", 1, 0, 2), + (108968, "623308", 1, 0, 2), + (108969, "623308", 1, 0, 2), + (108970, "623308", 1, 0, 2), + (108971, "623308", 1, 0, 2), + (108972, "623308", 1, 0, 2), + (108973, "623403", 1, 0, 2), + (108974, "623403", 1, 0, 2), + (108975, "623502", 1, 0, 2), + (108976, "623502", 1, 0, 2), + (108977, "623502", 1, 0, 2), + (108978, "623502", 1, 0, 2), + (108979, "623512", 1, 0, 2), + (108980, "623402", 1, 0, 2), + (108981, "623402", 1, 0, 2), + (108982, "628401", 1, 0, 2), + (108983, "628207", 1, 0, 2), + (108984, "628702", 1, 0, 2), + (108985, "628302", 1, 0, 2), + (108986, "628302", 1, 0, 2), + (108987, "628302", 1, 0, 2), + (108988, "628402", 1, 0, 2), + (108989, "628402", 1, 0, 2), + (108990, "628402", 1, 0, 2), + (108991, "628402", 1, 0, 2), + (108992, "628103", 1, 0, 2), + (108993, "628103", 1, 0, 2), + (108994, "628103", 1, 0, 2), + (108995, "628103", 1, 0, 2), + (108996, "628103", 1, 0, 2), + (108997, "628103", 1, 0, 2), + (108998, "628251", 1, 0, 2), + (108999, "628251", 1, 0, 2), + (109000, "628251", 1, 0, 2), + (109001, "628251", 1, 0, 2), + (109002, "628251", 1, 0, 2), + (109003, "628251", 1, 0, 2), + (109004, "628104", 1, 0, 2), + (109005, "628104", 1, 0, 2), + (109006, "628105", 1, 0, 2), + (109007, "628304", 1, 0, 2), + (109008, "628304", 1, 0, 2), + (109009, "628002", 1, 0, 2), + (109010, "628252", 1, 0, 2), + (109011, "628207", 1, 0, 2), + (109012, "628208", 1, 0, 2), + (109013, "628617", 1, 0, 2), + (109014, "628620", 1, 0, 2), + (109015, "628701", 1, 0, 2), + (109016, "628701", 1, 0, 2), + (109017, "628701", 1, 0, 2), + (109018, "628701", 1, 0, 2), + (109019, "628613", 1, 0, 2), + (109020, "628613", 1, 0, 2), + (109021, "628613", 1, 0, 2), + (109022, "628613", 1, 0, 2), + (109023, "628613", 1, 0, 2), + (109024, "628613", 1, 0, 2), + (109025, "628613", 1, 0, 2), + (109026, "628614", 1, 0, 2), + (109027, "628801", 1, 0, 2), + (109028, "628801", 1, 0, 2), + (109029, "628653", 1, 0, 2), + (109030, "628653", 1, 0, 2), + (109031, "628653", 1, 0, 2), + (109032, "628653", 1, 0, 2), + (109033, "628653", 1, 0, 2), + (109034, "628653", 1, 0, 2), + (109035, "628702", 1, 0, 2), + (109036, "628656", 1, 0, 2), + (109037, "628656", 1, 0, 2), + (109038, "628656", 1, 0, 2), + (109039, "628621", 1, 0, 2), + (109040, "628621", 1, 0, 2), + (109041, "628617", 1, 0, 2), + (109042, "628617", 1, 0, 2), + (109043, "628617", 1, 0, 2), + (109044, "628617", 1, 0, 2), + (109045, "628617", 1, 0, 2), + (109046, "628618", 1, 0, 2), + (109047, "628618", 1, 0, 2), + (109048, "628619", 1, 0, 2), + (109049, "628619", 1, 0, 2), + (109050, "628703", 1, 0, 2), + (109051, "628703", 1, 0, 2), + (109052, "628703", 1, 0, 2), + (109053, "628703", 1, 0, 2), + (109054, "628751", 1, 0, 2), + (109055, "628751", 1, 0, 2), + (109056, "628620", 1, 0, 2), + (109057, "628620", 1, 0, 2), + (109058, "628401", 1, 0, 2), + (109059, "628008", 1, 0, 2), + (109060, "628008", 1, 0, 2), + (109061, "628851", 1, 0, 2), + (109062, "628851", 1, 0, 2), + (109063, "628851", 1, 0, 2), + (109064, "628851", 1, 0, 2), + (109065, "628851", 1, 0, 2), + (109066, "628301", 1, 0, 2), + (109067, "628252", 1, 0, 2), + (109068, "628001", 1, 0, 2), + (109069, "628201", 1, 0, 2), + (109070, "628201", 1, 0, 2), + (109071, "628201", 1, 0, 2), + (109072, "628201", 1, 0, 2), + (109073, "628202", 1, 0, 2), + (109074, "628202", 1, 0, 2), + (109075, "628202", 1, 0, 2), + (109076, "628151", 1, 0, 2), + (109077, "628151", 1, 0, 2), + (109078, "628151", 1, 0, 2), + (109079, "628151", 1, 0, 2), + (109080, "628151", 1, 0, 2), + (109081, "628151", 1, 0, 2), + (109082, "628151", 1, 0, 2), + (109083, "628204", 1, 0, 2), + (109084, "628205", 1, 0, 2), + (109085, "628205", 1, 0, 2), + (109086, "628205", 1, 0, 2), + (109087, "628205", 1, 0, 2), + (109088, "628206", 1, 0, 2), + (109089, "628206", 1, 0, 2), + (109090, "628206", 1, 0, 2), + (109091, "628206", 1, 0, 2), + (109092, "628206", 1, 0, 2), + (109093, "628207", 1, 0, 2), + (109094, "628207", 1, 0, 2), + (109095, "628701", 1, 0, 2), + (109096, "628621", 1, 0, 2), + (109097, "628218", 1, 0, 2), + (109098, "628218", 1, 0, 2), + (109099, "628218", 1, 0, 2), + (109100, "628210", 1, 0, 2), + (109101, "628210", 1, 0, 2), + (109102, "628210", 1, 0, 2), + (109103, "628210", 1, 0, 2), + (109104, "628210", 1, 0, 2), + (109105, "628210", 1, 0, 2), + (109106, "628211", 1, 0, 2), + (109107, "628212", 1, 0, 2), + (109108, "628213", 1, 0, 2), + (109109, "628213", 1, 0, 2), + (109110, "628213", 1, 0, 2), + (109111, "628152", 1, 0, 2), + (109112, "628152", 1, 0, 2), + (109113, "628215", 1, 0, 2), + (109114, "628219", 1, 0, 2), + (109115, "628203", 1, 0, 2), + (109116, "628203", 1, 0, 2), + (109117, "628203", 1, 0, 2), + (109118, "628203", 1, 0, 2), + (109119, "628203", 1, 0, 2), + (109120, "628203", 1, 0, 2), + (109121, "628203", 1, 0, 2), + (109122, "628702", 1, 0, 2), + (109123, "628702", 1, 0, 2), + (109124, "628702", 1, 0, 2), + (109125, "628616", 1, 0, 2), + (109126, "628616", 1, 0, 2), + (109127, "628617", 1, 0, 2), + (109128, "628621", 1, 0, 2), + (109129, "628621", 1, 0, 2), + (109130, "628621", 1, 0, 2), + (109131, "628704", 1, 0, 2), + (109132, "628704", 1, 0, 2), + (109133, "628704", 1, 0, 2), + (109134, "628704", 1, 0, 2), + (109135, "628704", 1, 0, 2), + (109136, "628704", 1, 0, 2), + (109137, "628704", 1, 0, 2), + (109138, "628704", 1, 0, 2), + (109139, "628809", 1, 0, 2), + (109140, "628809", 1, 0, 2), + (109141, "628802", 1, 0, 2), + (109142, "628802", 1, 0, 2), + (109143, "628802", 1, 0, 2), + (109144, "628802", 1, 0, 2), + (109145, "628622", 1, 0, 2), + (109146, "628622", 1, 0, 2), + (109147, "628702", 1, 0, 2), + (109148, "628301", 1, 0, 2), + (109149, "628301", 1, 0, 2), + (109150, "628301", 1, 0, 2), + (109151, "628301", 1, 0, 2), + (109152, "628101", 1, 0, 2), + (109153, "628101", 1, 0, 2), + (109154, "628002", 1, 0, 2), + (109155, "628002", 1, 0, 2), + (109156, "628002", 1, 0, 2), + (109157, "628002", 1, 0, 2), + (109158, "628002", 1, 0, 2), + (109159, "628002", 1, 0, 2), + (109160, "628002", 1, 0, 2), + (109161, "628102", 1, 0, 2), + (109162, "628102", 1, 0, 2), + (109163, "628102", 1, 0, 2), + (109164, "628005", 1, 0, 2), + (109165, "628005", 1, 0, 2), + (109166, "628303", 1, 0, 2), + (109167, "628303", 1, 0, 2), + (109168, "628303", 1, 0, 2), + (109169, "628303", 1, 0, 2), + (109170, "628303", 1, 0, 2), + (109171, "628401", 1, 0, 2), + (109172, "628401", 1, 0, 2), + (109173, "628401", 1, 0, 2), + (109174, "628622", 1, 0, 2), + (109175, "628622", 1, 0, 2), + (109176, "628623", 1, 0, 2), + (109177, "628623", 1, 0, 2), + (109178, "632403", 1, 0, 2), + (109179, "632517", 1, 0, 2), + (109180, "632511", 1, 0, 2), + (109181, "632512", 1, 0, 2), + (109182, "632515", 1, 0, 2), + (109183, "632318", 1, 0, 2), + (109184, "632519", 1, 0, 2), + (109185, "632521", 1, 0, 2), + (109186, "632513", 1, 0, 2), + (109187, "632513", 1, 0, 2), + (109188, "631051", 1, 0, 2), + (109189, "632502", 1, 0, 2), + (109190, "631001", 1, 0, 2), + (109191, "632505", 1, 0, 2), + (109192, "631004", 1, 0, 2), + (109193, "631101", 1, 0, 2), + (109194, "631006", 1, 0, 2), + (109195, "631003", 1, 0, 2), + (109196, "632520", 1, 0, 2), + (109197, "632510", 1, 0, 2), + (109198, "632531", 1, 0, 2), + (109199, "631002", 1, 0, 2), + (109200, "631052", 1, 0, 2), + (109201, "632514", 1, 0, 2), + (109202, "631102", 1, 0, 2), + (109203, "631102", 1, 0, 2), + (109204, "631152", 1, 0, 2), + (109205, "631151", 1, 0, 2), + (109206, "632516", 1, 0, 2), + (109207, "631005", 1, 0, 2), + (109208, "632501", 1, 0, 2), + (109209, "632503", 1, 0, 2), + (109210, "632503", 1, 0, 2), + (109211, "632503", 1, 0, 2), + (109212, "632406", 1, 0, 2), + (109213, "632504", 1, 0, 2), + (109214, "632509", 1, 0, 2), + (109215, "632506", 1, 0, 2), + (109216, "632404", 1, 0, 2), + (109217, "632507", 1, 0, 2), + (109218, "632508", 1, 0, 2), + (109219, "632509", 1, 0, 2), + (109220, "632405", 1, 0, 2), + (109221, "632401", 1, 0, 2), + (109222, "632518", 1, 0, 2), + (109223, "603303", 1, 0, 2), + (109224, "603304", 1, 0, 2), + (109225, "603305", 1, 0, 2), + (109226, "603306", 1, 0, 2), + (109227, "603104", 1, 0, 2), + (109228, "603105", 1, 0, 2), + (109229, "603209", 1, 0, 2), + (109230, "603319", 1, 0, 2), + (109231, "603002", 1, 0, 2), + (109232, "603106", 1, 0, 2), + (109233, "603307", 1, 0, 2), + (109234, "603301", 1, 0, 2), + (109235, "603101", 1, 0, 2), + (109236, "603002", 1, 0, 2), + (109237, "603001", 1, 0, 2), + (109238, "603001", 1, 0, 2), + (109239, "603302", 1, 0, 2), + (109240, "603313", 1, 0, 2), + (109241, "603401", 1, 0, 2), + (109242, "603201", 1, 0, 2), + (109243, "603202", 1, 0, 2), + (109244, "603002", 1, 0, 2), + (109245, "603102", 1, 0, 2), + (109246, "603308", 1, 0, 2), + (109247, "603312", 1, 0, 2), + (109248, "603309", 1, 0, 2), + (109249, "603405", 1, 0, 2), + (109250, "603102", 1, 0, 2), + (109251, "603127", 1, 0, 2), + (109252, "603107", 1, 0, 2), + (109253, "603108", 1, 0, 2), + (109254, "603204", 1, 0, 2), + (109255, "603306", 1, 0, 2), + (109256, "603310", 1, 0, 2), + (109257, "603109", 1, 0, 2), + (109258, "603109", 1, 0, 2), + (109259, "603110", 1, 0, 2), + (109260, "603314", 1, 0, 2), + (109261, "603111", 1, 0, 2), + (109262, "603311", 1, 0, 2), + (109263, "603203", 1, 0, 2), + (109264, "641019", 1, 0, 2), + (109265, "641026", 1, 0, 2), + (109266, "641043", 1, 0, 2), + (109267, "641033", 1, 0, 2), + (109268, "641021", 1, 0, 2), + (109269, "641108", 1, 0, 2), + (109270, "641105", 1, 0, 2), + (109271, "641004", 1, 0, 2), + (109272, "641005", 1, 0, 2), + (109273, "641201", 1, 0, 2), + (109274, "641014", 1, 0, 2), + (109275, "641001", 1, 0, 2), + (109276, "641018", 1, 0, 2), + (109277, "641018", 1, 0, 2), + (109278, "641011", 1, 0, 2), + (109279, "641015", 1, 0, 2), + (109280, "641025", 1, 0, 2), + (109281, "641024", 1, 0, 2), + (109282, "641045", 1, 0, 2), + (109283, "641109", 1, 0, 2), + (109284, "641022", 1, 0, 2), + (109285, "641006", 1, 0, 2), + (109286, "641010", 1, 0, 2), + (109287, "641028", 1, 0, 2), + (109288, "641110", 1, 0, 2), + (109289, "641023", 1, 0, 2), + (109290, "641003", 1, 0, 2), + (109291, "641107", 1, 0, 2), + (109292, "641047", 1, 0, 2), + (109293, "641062", 1, 0, 2), + (109294, "641018", 1, 0, 2), + (109295, "641111", 1, 0, 2), + (109296, "641007", 1, 0, 2), + (109297, "641029", 1, 0, 2), + (109298, "641044", 1, 0, 2), + (109299, "641035", 1, 0, 2), + (109300, "641016", 1, 0, 2), + (109301, "641017", 1, 0, 2), + (109302, "641031", 1, 0, 2), + (109303, "641009", 1, 0, 2), + (109304, "641018", 1, 0, 2), + (109305, "641018", 1, 0, 2), + (109306, "641008", 1, 0, 2), + (109307, "641001", 1, 0, 2), + (109308, "641020", 1, 0, 2), + (109309, "641012", 1, 0, 2), + (109310, "641039", 1, 0, 2), + (109311, "641034", 1, 0, 2), + (109312, "641030", 1, 0, 2), + (109313, "641018", 1, 0, 2), + (109314, "641042", 1, 0, 2), + (109315, "641045", 1, 0, 2), + (109316, "641008", 1, 0, 2), + (109317, "641036", 1, 0, 2), + (109318, "641032", 1, 0, 2), + (109319, "641037", 1, 0, 2), + (109320, "641037", 1, 0, 2), + (109321, "641004", 1, 0, 2), + (109322, "641023", 1, 0, 2), + (109323, "641045", 1, 0, 2), + (109324, "641018", 1, 0, 2), + (109325, "641001", 1, 0, 2), + (109326, "641101", 1, 0, 2), + (109327, "641046", 1, 0, 2), + (109328, "641029", 1, 0, 2), + (109329, "641012", 1, 0, 2), + (109330, "641013", 1, 0, 2), + (109331, "641114", 1, 0, 2), + (109332, "641038", 1, 0, 2), + (109333, "641041", 1, 0, 2), + (109334, "641020", 1, 0, 2), + (109335, "641002", 1, 0, 2), + (109336, "641002", 1, 0, 2), + (109337, "641002", 1, 0, 2), + (109338, "641027", 1, 0, 2), + (109339, "607807", 1, 0, 2), + (109340, "607807", 1, 0, 2), + (109341, "608201", 1, 0, 2), + (109342, "608701", 1, 0, 2), + (109343, "608502", 1, 0, 2), + (109344, "607805", 1, 0, 2), + (109345, "608704", 1, 0, 2), + (109346, "608304", 1, 0, 2), + (109347, "608702", 1, 0, 2), + (109348, "608305", 1, 0, 2), + (109349, "608401", 1, 0, 2), + (109350, "608801", 1, 0, 2), + (109351, "607101", 1, 0, 2), + (109352, "607102", 1, 0, 2), + (109353, "607001", 1, 0, 2), + (109354, "607003", 1, 0, 2), + (109355, "607003", 1, 0, 2), + (109356, "607003", 1, 0, 2), + (109357, "607001", 1, 0, 2), + (109358, "607001", 1, 0, 2), + (109359, "607103", 1, 0, 2), + (109360, "607112", 1, 0, 2), + (109361, "607301", 1, 0, 2), + (109362, "607302", 1, 0, 2), + (109363, "607308", 1, 0, 2), + (109364, "607001", 1, 0, 2), + (109365, "608002", 1, 0, 2), + (109366, "608002", 1, 0, 2), + (109367, "608306", 1, 0, 2), + (109368, "608601", 1, 0, 2), + (109369, "608501", 1, 0, 2), + (109370, "608001", 1, 0, 2), + (109371, "608001", 1, 0, 2), + (109372, "608301", 1, 0, 2), + (109373, "608602", 1, 0, 2), + (109374, "608102", 1, 0, 2), + (109375, "608302", 1, 0, 2), + (109376, "608303", 1, 0, 2), + (109377, "607801", 1, 0, 2), + (109378, "607802", 1, 0, 2), + (109379, "607803", 1, 0, 2), + (109380, "607801", 1, 0, 2), + (109381, "607803", 1, 0, 2), + (109382, "607801", 1, 0, 2), + (109383, "607803", 1, 0, 2), + (109384, "607801", 1, 0, 2), + (109385, "607803", 1, 0, 2), + (109386, "607807", 1, 0, 2), + (109387, "607802", 1, 0, 2), + (109388, "607104", 1, 0, 2), + (109389, "607105", 1, 0, 2), + (109390, "607105", 1, 0, 2), + (109391, "607106", 1, 0, 2), + (109392, "607106", 1, 0, 2), + (109393, "607106", 1, 0, 2), + (109394, "607108", 1, 0, 2), + (109395, "607001", 1, 0, 2), + (109396, "607005", 1, 0, 2), + (109397, "607002", 1, 0, 2), + (109398, "607002", 1, 0, 2), + (109399, "607002", 1, 0, 2), + (109400, "607205", 1, 0, 2), + (109401, "607401", 1, 0, 2), + (109402, "607303", 1, 0, 2), + (109403, "607004", 1, 0, 2), + (109404, "607109", 1, 0, 2), + (109405, "608703", 1, 0, 2), + (109406, "635122", 1, 0, 2), + (109407, "635102", 1, 0, 2), + (109408, "635103", 1, 0, 2), + (109409, "635104", 1, 0, 2), + (109410, "635105", 1, 0, 2), + (109411, "635124", 1, 0, 2), + (109412, "635106", 1, 0, 2), + (109413, "635107", 1, 0, 2), + (109414, "635001", 1, 0, 2), + (109415, "635108", 1, 0, 2), + (109416, "635109", 1, 0, 2), + (109417, "635110", 1, 0, 2), + (109418, "635109", 1, 0, 2), + (109419, "635126", 1, 0, 2), + (109420, "635304", 1, 0, 2), + (109421, "635111", 1, 0, 2), + (109422, "635001", 1, 0, 2), + (109423, "635112", 1, 0, 2), + (109424, "635113", 1, 0, 2), + (109425, "635109", 1, 0, 2), + (109426, "635001", 1, 0, 2), + (109427, "635002", 1, 0, 2), + (109428, "635101", 1, 0, 2), + (109429, "635114", 1, 0, 2), + (109430, "635203", 1, 0, 2), + (109431, "635204", 1, 0, 2), + (109432, "635123", 1, 0, 2), + (109433, "635206", 1, 0, 2), + (109434, "635115", 1, 0, 2), + (109435, "635116", 1, 0, 2), + (109436, "635306", 1, 0, 2), + (109437, "635117", 1, 0, 2), + (109438, "635307", 1, 0, 2), + (109439, "635118", 1, 0, 2), + (109440, "635119", 1, 0, 2), + (109441, "635207", 1, 0, 2), + (109442, "635120", 1, 0, 2), + (109443, "635121", 1, 0, 2), + (109444, "629160", 1, 0, 2), + (109445, "629163", 1, 0, 2), + (109446, "629164", 1, 0, 2), + (109447, "629252", 1, 0, 2), + (109448, "629002", 1, 0, 2), + (109449, "629403", 1, 0, 2), + (109450, "629167", 1, 0, 2), + (109451, "629179", 1, 0, 2), + (109452, "629151", 1, 0, 2), + (109453, "629157", 1, 0, 2), + (109454, "629193", 1, 0, 2), + (109455, "629001", 1, 0, 2), + (109456, "629001", 1, 0, 2), + (109457, "629001", 1, 0, 2), + (109458, "629001", 1, 0, 2), + (109459, "629001", 1, 0, 2), + (109460, "629001", 1, 0, 2), + (109461, "629001", 1, 0, 2), + (109462, "629163", 1, 0, 2), + (109463, "629165", 1, 0, 2), + (109464, "629165", 1, 0, 2), + (109465, "629175", 1, 0, 2), + (109466, "629175", 1, 0, 2), + (109467, "629153", 1, 0, 2), + (109468, "629166", 1, 0, 2), + (109469, "629004", 1, 0, 2), + (109470, "629003", 1, 0, 2), + (109471, "629801", 1, 0, 2), + (109472, "629204", 1, 0, 2), + (109473, "629202", 1, 0, 2), + (109474, "629251", 1, 0, 2), + (109475, "629851", 1, 0, 2), + (109476, "629852", 1, 0, 2), + (109477, "629402", 1, 0, 2), + (109478, "629101", 1, 0, 2), + (109479, "629161", 1, 0, 2), + (109480, "629173", 1, 0, 2), + (109481, "629178", 1, 0, 2), + (109482, "629155", 1, 0, 2), + (109483, "629302", 1, 0, 2), + (109484, "629162", 1, 0, 2), + (109485, "629703", 1, 0, 2), + (109486, "629165", 1, 0, 2), + (109487, "629170", 1, 0, 2), + (109488, "629701", 1, 0, 2), + (109489, "629301", 1, 0, 2), + (109490, "629201", 1, 0, 2), + (109491, "629401", 1, 0, 2), + (109492, "629001", 1, 0, 2), + (109493, "629251", 1, 0, 2), + (109494, "629501", 1, 0, 2), + (109495, "629203", 1, 0, 2), + (109496, "629502", 1, 0, 2), + (109497, "629152", 1, 0, 2), + (109498, "629810", 1, 0, 2), + (109499, "629154", 1, 0, 2), + (109500, "629702", 1, 0, 2), + (109501, "629156", 1, 0, 2), + (109502, "629809", 1, 0, 2), + (109503, "629158", 1, 0, 2), + (109504, "629802", 1, 0, 2), + (109505, "629803", 1, 0, 2), + (109506, "629168", 1, 0, 2), + (109507, "629159", 1, 0, 2), + (109508, "629169", 1, 0, 2), + (109509, "629601", 1, 0, 2), + (109510, "629171", 1, 0, 2), + (109511, "629602", 1, 0, 2), + (109512, "629172", 1, 0, 2), + (109513, "629704", 1, 0, 2), + (109514, "629901", 1, 0, 2), + (109515, "629804", 1, 0, 2), + (109516, "629177", 1, 0, 2), + (109517, "629174", 1, 0, 2), + (109518, "629176", 1, 0, 2), + (109519, "629180", 1, 0, 2), + (109520, "629102", 1, 0, 2), + (109521, "629002", 1, 0, 2), + (109522, "639201", 1, 0, 2), + (109523, "639202", 1, 0, 2), + (109524, "639004", 1, 0, 2), + (109525, "639203", 1, 0, 2), + (109526, "639136", 1, 0, 2), + (109527, "639001", 1, 0, 2), + (109528, "639109", 1, 0, 2), + (109529, "639207", 1, 0, 2), + (109530, "639111", 1, 0, 2), + (109531, "639004", 1, 0, 2), + (109532, "639113", 1, 0, 2), + (109533, "639114", 1, 0, 2), + (109534, "639001", 1, 0, 2), + (109535, "639002", 1, 0, 2), + (109536, "639206", 1, 0, 2), + (109537, "639005", 1, 0, 2), + (109538, "639003", 1, 0, 2), + (109539, "639116", 1, 0, 2), + (109540, "639117", 1, 0, 2), + (109541, "639118", 1, 0, 2), + (109542, "639006", 1, 0, 2), + (109543, "621301", 1, 0, 2), + (109544, "621302", 1, 0, 2), + (109545, "621305", 1, 0, 2), + (109546, "639102", 1, 0, 2), + (109547, "639104", 1, 0, 2), + (109548, "639105", 1, 0, 2), + (109549, "621306", 1, 0, 2), + (109550, "621307", 1, 0, 2), + (109551, "639107", 1, 0, 2), + (109552, "639108", 1, 0, 2), + (109553, "639110", 1, 0, 2), + (109554, "621308", 1, 0, 2), + (109555, "639119", 1, 0, 2), + (109556, "621310", 1, 0, 2), + (109557, "621311", 1, 0, 2), + (109558, "621312", 1, 0, 2), + (109559, "621313", 1, 0, 2), + (109560, "621314", 1, 0, 2), + (109561, "639120", 1, 0, 2), + (109562, "621315", 1, 0, 2), + (109563, "609301", 1, 0, 2), + (109564, "609302", 1, 0, 2), + (109565, "609303", 1, 0, 2), + (109566, "609103", 1, 0, 2), + (109567, "609401", 1, 0, 2), + (109568, "609402", 1, 0, 2), + (109569, "609403", 1, 0, 2), + (109570, "609001", 1, 0, 2), + (109571, "609202", 1, 0, 2), + (109572, "609404", 1, 0, 2), + (109573, "609305", 1, 0, 2), + (109574, "609001", 1, 0, 2), + (109575, "609001", 1, 0, 2), + (109576, "609003", 1, 0, 2), + (109577, "609001", 1, 0, 2), + (109578, "609306", 1, 0, 2), + (109579, "609203", 1, 0, 2), + (109580, "609405", 1, 0, 2), + (109581, "609307", 1, 0, 2), + (109582, "609503", 1, 0, 2), + (109583, "609308", 1, 0, 2), + (109584, "609309", 1, 0, 2), + (109585, "609118", 1, 0, 2), + (109586, "609312", 1, 0, 2), + (109587, "609313", 1, 0, 2), + (109588, "609314", 1, 0, 2), + (109589, "609304", 1, 0, 2), + (109590, "609101", 1, 0, 2), + (109591, "609102", 1, 0, 2), + (109592, "609201", 1, 0, 2), + (109593, "609104", 1, 0, 2), + (109594, "609105", 1, 0, 2), + (109595, "609106", 1, 0, 2), + (109596, "609107", 1, 0, 2), + (109597, "609108", 1, 0, 2), + (109598, "609109", 1, 0, 2), + (109599, "609111", 1, 0, 2), + (109600, "609310", 1, 0, 2), + (109601, "609311", 1, 0, 2), + (109602, "609113", 1, 0, 2), + (109603, "609112", 1, 0, 2), + (109604, "609205", 1, 0, 2), + (109605, "609114", 1, 0, 2), + (109606, "609117", 1, 0, 2), + (109607, "609116", 1, 0, 2), + (109608, "609115", 1, 0, 2), + (109609, "643201", 1, 0, 2), + (109610, "643202", 1, 0, 2), + (109611, "643204", 1, 0, 2), + (109612, "643102", 1, 0, 2), + (109613, "643102", 1, 0, 2), + (109614, "643231", 1, 0, 2), + (109615, "643217", 1, 0, 2), + (109616, "643213", 1, 0, 2), + (109617, "643214", 1, 0, 2), + (109618, "643215", 1, 0, 2), + (109619, "643216", 1, 0, 2), + (109620, "643217", 1, 0, 2), + (109621, "643236", 1, 0, 2), + (109622, "643218", 1, 0, 2), + (109623, "643219", 1, 0, 2), + (109624, "643221", 1, 0, 2), + (109625, "643238", 1, 0, 2), + (109626, "643105", 1, 0, 2), + (109627, "643103", 1, 0, 2), + (109628, "643242", 1, 0, 2), + (109629, "643231", 1, 0, 2), + (109630, "643231", 1, 0, 2), + (109631, "643206", 1, 0, 2), + (109632, "643207", 1, 0, 2), + (109633, "643007", 1, 0, 2), + (109634, "643203", 1, 0, 2), + (109635, "643240", 1, 0, 2), + (109636, "643001", 1, 0, 2), + (109637, "643205", 1, 0, 2), + (109638, "643209", 1, 0, 2), + (109639, "643004", 1, 0, 2), + (109640, "643006", 1, 0, 2), + (109641, "643211", 1, 0, 2), + (109642, "643212", 1, 0, 2), + (109643, "643005", 1, 0, 2), + (109644, "643239", 1, 0, 2), + (109645, "643003", 1, 0, 2), + (109646, "643220", 1, 0, 2), + (109647, "643223", 1, 0, 2), + (109648, "643224", 1, 0, 2), + (109649, "643225", 1, 0, 2), + (109650, "643226", 1, 0, 2), + (109651, "643233", 1, 0, 2), + (109652, "643237", 1, 0, 2), + (109653, "643228", 1, 0, 2), + (109654, "643002", 1, 0, 2), + (109655, "643001", 1, 0, 2), + (109656, "643001", 1, 0, 2), + (109657, "643001", 1, 0, 2), + (109658, "643241", 1, 0, 2), + (109659, "643243", 1, 0, 2), + (109660, "614803", 1, 0, 2), + (109661, "614626", 1, 0, 2), + (109662, "614804", 1, 0, 2), + (109663, "614612", 1, 0, 2), + (109664, "614602", 1, 0, 2), + (109665, "614613", 1, 0, 2), + (109666, "614614", 1, 0, 2), + (109667, "614628", 1, 0, 2), + (109668, "614905", 1, 0, 2), + (109669, "614707", 1, 0, 2), + (109670, "614702", 1, 0, 2), + (109671, "614738", 1, 0, 2), + (109672, "614806", 1, 0, 2), + (109673, "614716", 1, 0, 2), + (109674, "614807", 1, 0, 2), + (109675, "614703", 1, 0, 2), + (109676, "614808", 1, 0, 2), + (109677, "614704", 1, 0, 2), + (109678, "614711", 1, 0, 2), + (109679, "614714", 1, 0, 2), + (109680, "614712", 1, 0, 2), + (109681, "614713", 1, 0, 2), + (109682, "614713", 1, 0, 2), + (109683, "614809", 1, 0, 2), + (109684, "614706", 1, 0, 2), + (109685, "614810", 1, 0, 2), + (109686, "614715", 1, 0, 2), + (109687, "614701", 1, 0, 2), + (109688, "614615", 1, 0, 2), + (109689, "614901", 1, 0, 2), + (109690, "614623", 1, 0, 2), + (109691, "614902", 1, 0, 2), + (109692, "614802", 1, 0, 2), + (109693, "614903", 1, 0, 2), + (109694, "614723", 1, 0, 2), + (109695, "614904", 1, 0, 2), + (109696, "614602", 1, 0, 2), + (109697, "614906", 1, 0, 2), + (109698, "614625", 1, 0, 2), + (109699, "642127", 1, 0, 2), + (109700, "642129", 1, 0, 2), + (109701, "642105", 1, 0, 2), + (109702, "642005", 1, 0, 2), + (109703, "642102", 1, 0, 2), + (109704, "642007", 1, 0, 2), + (109705, "642126", 1, 0, 2), + (109706, "642107", 1, 0, 2), + (109707, "642201", 1, 0, 2), + (109708, "642203", 1, 0, 2), + (109709, "642204", 1, 0, 2), + (109710, "642111", 1, 0, 2), + (109711, "642112", 1, 0, 2), + (109712, "642101", 1, 0, 2), + (109713, "642103", 1, 0, 2), + (109714, "642104", 1, 0, 2), + (109715, "642106", 1, 0, 2), + (109716, "642108", 1, 0, 2), + (109717, "642202", 1, 0, 2), + (109718, "642130", 1, 0, 2), + (109719, "642109", 1, 0, 2), + (109720, "642110", 1, 0, 2), + (109721, "642002", 1, 0, 2), + (109722, "642003", 1, 0, 2), + (109723, "642114", 1, 0, 2), + (109724, "642117", 1, 0, 2), + (109725, "610202", 1, 0, 2), + (109726, "609502", 1, 0, 2), + (109727, "610105", 1, 0, 2), + (109728, "610105", 1, 0, 2), + (109729, "610203", 1, 0, 2), + (109730, "610109", 1, 0, 2), + (109731, "611102", 1, 0, 2), + (109732, "624706", 1, 0, 2), + (109733, "624612", 1, 0, 2), + (109734, "624302", 1, 0, 2), + (109735, "624001", 1, 0, 2), + (109736, "624701", 1, 0, 2), + (109737, "624801", 1, 0, 2), + (109738, "624005", 1, 0, 2), + (109739, "624002", 1, 0, 2), + (109740, "624301", 1, 0, 2), + (109741, "624004", 1, 0, 2), + (109742, "624003", 1, 0, 2), + (109743, "624003", 1, 0, 2), + (109744, "624001", 1, 0, 2), + (109745, "624702", 1, 0, 2), + (109746, "624302", 1, 0, 2), + (109747, "624703", 1, 0, 2), + (109748, "624705", 1, 0, 2), + (109749, "624711", 1, 0, 2), + (109750, "624613", 1, 0, 2), + (109751, "624610", 1, 0, 2), + (109752, "624614", 1, 0, 2), + (109753, "624704", 1, 0, 2), + (109754, "624615", 1, 0, 2), + (109755, "624616", 1, 0, 2), + (109756, "624617", 1, 0, 2), + (109757, "624712", 1, 0, 2), + (109758, "624618", 1, 0, 2), + (109759, "624619", 1, 0, 2), + (109760, "624619", 1, 0, 2), + (109761, "624601", 1, 0, 2), + (109762, "624601", 1, 0, 2), + (109763, "624601", 1, 0, 2), + (109764, "624601", 1, 0, 2), + (109765, "624601", 1, 0, 2), + (109766, "624621", 1, 0, 2), + (109767, "624201", 1, 0, 2), + (109768, "624202", 1, 0, 2), + (109769, "624202", 1, 0, 2), + (109770, "624204", 1, 0, 2), + (109771, "624101", 1, 0, 2), + (109772, "624103", 1, 0, 2), + (109773, "624206", 1, 0, 2), + (109774, "624003", 1, 0, 2), + (109775, "624005", 1, 0, 2), + (109776, "624401", 1, 0, 2), + (109777, "624401", 1, 0, 2), + (109778, "624401", 1, 0, 2), + (109779, "624620", 1, 0, 2), + (109780, "624001", 1, 0, 2), + (109781, "624303", 1, 0, 2), + (109782, "624622", 1, 0, 2), + (109783, "624304", 1, 0, 2), + (109784, "624402", 1, 0, 2), + (109785, "624707", 1, 0, 2), + (109786, "624403", 1, 0, 2), + (109787, "624306", 1, 0, 2), + (109788, "624708", 1, 0, 2), + (109789, "624709", 1, 0, 2), + (109790, "624802", 1, 0, 2), + (109791, "624710", 1, 0, 2), + (109792, "624307", 1, 0, 2), + (109793, "624308", 1, 0, 2), + (109794, "624210", 1, 0, 2), + (109795, "624211", 1, 0, 2), + (109796, "624212", 1, 0, 2), + (109797, "624215", 1, 0, 2), + (109798, "624216", 1, 0, 2), + (109799, "624219", 1, 0, 2), + (109800, "624220", 1, 0, 2), + (109801, "638112", 1, 0, 2), + (109802, "638502", 1, 0, 2), + (109803, "638503", 1, 0, 2), + (109804, "638110", 1, 0, 2), + (109805, "638452", 1, 0, 2), + (109806, "638476", 1, 0, 2), + (109807, "638505", 1, 0, 2), + (109808, "638453", 1, 0, 2), + (109809, "638454", 1, 0, 2), + (109810, "638101", 1, 0, 2), + (109811, "638115", 1, 0, 2), + (109812, "638007", 1, 0, 2), + (109813, "638051", 1, 0, 2), + (109814, "638009", 1, 0, 2), + (109815, "638011", 1, 0, 2), + (109816, "638001", 1, 0, 2), + (109817, "638001", 1, 0, 2), + (109818, "638001", 1, 0, 2), + (109819, "638002", 1, 0, 2), + (109820, "638001", 1, 0, 2), + (109821, "638153", 1, 0, 2), + (109822, "638003", 1, 0, 2), + (109823, "638151", 1, 0, 2), + (109824, "638051", 1, 0, 2), + (109825, "638104", 1, 0, 2), + (109826, "638006", 1, 0, 2), + (109827, "638154", 1, 0, 2), + (109828, "638005", 1, 0, 2), + (109829, "638010", 1, 0, 2), + (109830, "638109", 1, 0, 2), + (109831, "638009", 1, 0, 2), + (109832, "638152", 1, 0, 2), + (109833, "638004", 1, 0, 2), + (109834, "638455", 1, 0, 2), + (109835, "638456", 1, 0, 2), + (109836, "638313", 1, 0, 2), + (109837, "638103", 1, 0, 2), + (109838, "638457", 1, 0, 2), + (109839, "638458", 1, 0, 2), + (109840, "638476", 1, 0, 2), + (109841, "638054", 1, 0, 2), + (109842, "638506", 1, 0, 2), + (109843, "638055", 1, 0, 2), + (109844, "638462", 1, 0, 2), + (109845, "638311", 1, 0, 2), + (109846, "638501", 1, 0, 2), + (109847, "638301", 1, 0, 2), + (109848, "638301", 1, 0, 2), + (109849, "638102", 1, 0, 2), + (109850, "638504", 1, 0, 2), + (109851, "638312", 1, 0, 2), + (109852, "638116", 1, 0, 2), + (109853, "638107", 1, 0, 2), + (109854, "638314", 1, 0, 2), + (109855, "638052", 1, 0, 2), + (109856, "638053", 1, 0, 2), + (109857, "638052", 1, 0, 2), + (109858, "638315", 1, 0, 2), + (109859, "638060", 1, 0, 2), + (109860, "638057", 1, 0, 2), + (109861, "638751", 1, 0, 2), + (109862, "638752", 1, 0, 2), + (109863, "638316", 1, 0, 2), + (109864, "638056", 1, 0, 2), + (109865, "628907", 1, 0, 2), + (109866, "627851", 1, 0, 2), + (109867, "627852", 1, 0, 2), + (109868, "627802", 1, 0, 2), + (109869, "627803", 1, 0, 2), + (109870, "627804", 1, 0, 2), + (109871, "627805", 1, 0, 2), + (109872, "627751", 1, 0, 2), + (109873, "627751", 1, 0, 2), + (109874, "627751", 1, 0, 2), + (109875, "627806", 1, 0, 2), + (109876, "627814", 1, 0, 2), + (109877, "627760", 1, 0, 2), + (109878, "627951", 1, 0, 2), + (109879, "628552", 1, 0, 2), + (109880, "627753", 1, 0, 2), + (109881, "627754", 1, 0, 2), + (109882, "627953", 1, 0, 2), + (109883, "627755", 1, 0, 2), + (109884, "627761", 1, 0, 2), + (109885, "627855", 1, 0, 2), + (109886, "627756", 1, 0, 2), + (109887, "628906", 1, 0, 2), + (109888, "627759", 1, 0, 2), + (109889, "627853", 1, 0, 2), + (109890, "627854", 1, 0, 2), + (109891, "627808", 1, 0, 2), + (109892, "627807", 1, 0, 2), + (109893, "627813", 1, 0, 2), + (109894, "627856", 1, 0, 2), + (109895, "627809", 1, 0, 2), + (109896, "627809", 1, 0, 2), + (109897, "627858", 1, 0, 2), + (109898, "627859", 1, 0, 2), + (109899, "627811", 1, 0, 2), + (109900, "627812", 1, 0, 2), + (109901, "627861", 1, 0, 2), + (109902, "627857", 1, 0, 2), + (109903, "627757", 1, 0, 2), + (109904, "627860", 1, 0, 2), + (109905, "627758", 1, 0, 2), + (109906, "627862", 1, 0, 2), + (109907, "628901", 1, 0, 2), + (109908, "628712", 1, 0, 2), + (109909, "628902", 1, 0, 2), + (109910, "627713", 1, 0, 2), + (109911, "628714", 1, 0, 2), + (109912, "628952", 1, 0, 2), + (109913, "628908", 1, 0, 2), + (109914, "628501", 1, 0, 2), + (109915, "628503", 1, 0, 2), + (109916, "628903", 1, 0, 2), + (109917, "628722", 1, 0, 2), + (109918, "628502", 1, 0, 2), + (109919, "628904", 1, 0, 2), + (109920, "628716", 1, 0, 2), + (109921, "628718", 1, 0, 2), + (109922, "628905", 1, 0, 2), + (109923, "627719", 1, 0, 2), + (109924, "628720", 1, 0, 2), + (109925, "628721", 1, 0, 2), + (109926, "623402", 1, 0, 2), + (109927, "623513", 1, 0, 2), + (109928, "623514", 1, 0, 2), + (109929, "623515", 1, 0, 2), + (109930, "623566", 1, 0, 2), + (109931, "623516", 1, 0, 2), + (109932, "623517", 1, 0, 2), + (109933, "623518", 1, 0, 2), + (109934, "623519", 1, 0, 2), + (109935, "623308", 1, 0, 2), + (109936, "623520", 1, 0, 2), + (109937, "623403", 1, 0, 2), + (109938, "623521", 1, 0, 2), + (109939, "623522", 1, 0, 2), + (109940, "623404", 1, 0, 2), + (109941, "623523", 1, 0, 2), + (109942, "623536", 1, 0, 2), + (109943, "623537", 1, 0, 2), + (109944, "623527", 1, 0, 2), + (109945, "623701", 1, 0, 2), + (109946, "623703", 1, 0, 2), + (109947, "623603", 1, 0, 2), + (109948, "623135", 1, 0, 2), + (109949, "623604", 1, 0, 2), + (109950, "623605", 1, 0, 2), + (109951, "623704", 1, 0, 2), + (109952, "623705", 1, 0, 2), + (109953, "623706", 1, 0, 2), + (109954, "623707", 1, 0, 2), + (109955, "623608", 1, 0, 2), + (109956, "623708", 1, 0, 2), + (109957, "623115", 1, 0, 2), + (109958, "623120", 1, 0, 2), + (109959, "623711", 1, 0, 2), + (109960, "623712", 1, 0, 2), + (109961, "623524", 1, 0, 2), + (109962, "623525", 1, 0, 2), + (109963, "623501", 1, 0, 2), + (109964, "623503", 1, 0, 2), + (109965, "623526", 1, 0, 2), + (109966, "623538", 1, 0, 2), + (109967, "623806", 1, 0, 2), + (109968, "623528", 1, 0, 2), + (109969, "623406", 1, 0, 2), + (109970, "623529", 1, 0, 2), + (109971, "623531", 1, 0, 2), + (109972, "623532", 1, 0, 2), + (109973, "623407", 1, 0, 2), + (109974, "623409", 1, 0, 2), + (109975, "623530", 1, 0, 2), + (109976, "623534", 1, 0, 2), + (109977, "623533", 1, 0, 2), + (109978, "623504", 1, 0, 2), + (109979, "623315", 1, 0, 2), + (109980, "623601", 1, 0, 2), + (109981, "623401", 1, 0, 2), + (109982, "623502", 1, 0, 2), + (109983, "623512", 1, 0, 2), + (109984, "628251", 1, 0, 2), + (109985, "628618", 1, 0, 2), + (109986, "628208", 1, 0, 2), + (109987, "628002", 1, 0, 2), + (109988, "628003", 1, 0, 2), + (109989, "628008", 1, 0, 2), + (109990, "628851", 1, 0, 2), + (109991, "628007", 1, 0, 2), + (109992, "628301", 1, 0, 2), + (109993, "628002", 1, 0, 2), + (109994, "628101", 1, 0, 2), + (109995, "628002", 1, 0, 2), + (109996, "628008", 1, 0, 2), + (109997, "628102", 1, 0, 2), + (109998, "628005", 1, 0, 2), + (109999, "628303", 1, 0, 2), + (110000, "628003", 1, 0, 2), + (110001, "628401", 1, 0, 2), + (110002, "628302", 1, 0, 2), + (110003, "628402", 1, 0, 2), + (110004, "628103", 1, 0, 2), + (110005, "628209", 1, 0, 2), + (110006, "628218", 1, 0, 2), + (110007, "628210", 1, 0, 2), + (110008, "628211", 1, 0, 2), + (110009, "628212", 1, 0, 2), + (110010, "628213", 1, 0, 2), + (110011, "628152", 1, 0, 2), + (110012, "628229", 1, 0, 2), + (110013, "628215", 1, 0, 2), + (110014, "628203", 1, 0, 2), + (110015, "628219", 1, 0, 2), + (110016, "628216", 1, 0, 2), + (110017, "628207", 1, 0, 2), + (110018, "628619", 1, 0, 2), + (110019, "628703", 1, 0, 2), + (110020, "628751", 1, 0, 2), + (110021, "628620", 1, 0, 2), + (110022, "628752", 1, 0, 2), + (110023, "628656", 1, 0, 2), + (110024, "628621", 1, 0, 2), + (110025, "628704", 1, 0, 2), + (110026, "628809", 1, 0, 2), + (110027, "628802", 1, 0, 2), + (110028, "628753", 1, 0, 2), + (110029, "628622", 1, 0, 2), + (110030, "628623", 1, 0, 2), + (110031, "628217", 1, 0, 2), + (110032, "628201", 1, 0, 2), + (110033, "628151", 1, 0, 2), + (110034, "628205", 1, 0, 2), + (110035, "628206", 1, 0, 2), + (110036, "628104", 1, 0, 2), + (110037, "628105", 1, 0, 2), + (110038, "628304", 1, 0, 2), + (110039, "628006", 1, 0, 2), + (110040, "628001", 1, 0, 2), + (110041, "628002", 1, 0, 2), + (110042, "628004", 1, 0, 2), + (110043, "628001", 1, 0, 2), + (110044, "628004", 1, 0, 2), + (110045, "628001", 1, 0, 2), + (110046, "628252", 1, 0, 2), + (110047, "628001", 1, 0, 2), + (110048, "628002", 1, 0, 2), + (110049, "628701", 1, 0, 2), + (110050, "628613", 1, 0, 2), + (110051, "628614", 1, 0, 2), + (110052, "628801", 1, 0, 2), + (110053, "628615", 1, 0, 2), + (110054, "628653", 1, 0, 2), + (110055, "628702", 1, 0, 2), + (110056, "628616", 1, 0, 2), + (110057, "628617", 1, 0, 2), + (110058, "628202", 1, 0, 2), + (110059, "628204", 1, 0, 2), + (110060, "628612", 1, 0, 2), + (110061, "632301", 1, 0, 2), + (110062, "632301", 1, 0, 2), + (110063, "606604", 1, 0, 2), + (110064, "606601", 1, 0, 2), + (110065, "606803", 1, 0, 2), + (110066, "611108", 1, 0, 2), + (110067, "611002", 1, 0, 2), + (110068, "611103", 1, 0, 2), + (110069, "611104", 1, 0, 2), + (110070, "609608", 1, 0, 2), + (110071, "611105", 1, 0, 2), + (110072, "611106", 1, 0, 2), + (110073, "611001", 1, 0, 2), + (110074, "611003", 1, 0, 2), + (110075, "611002", 1, 0, 2), + (110076, "611002", 1, 0, 2), + (110077, "609504", 1, 0, 2), + (110078, "610106", 1, 0, 2), + (110079, "609704", 1, 0, 2), + (110080, "610204", 1, 0, 2), + (110081, "610205", 1, 0, 2), + (110082, "610001", 1, 0, 2), + (110083, "610207", 1, 0, 2), + (110084, "611109", 1, 0, 2), + (110085, "609702", 1, 0, 2), + (110086, "641004", 1, 0, 2), + (110087, "635854", 1, 0, 2), + (110088, "604101", 1, 0, 2), + (110089, "621202", 1, 0, 2), + (110090, "621203", 1, 0, 2), + (110091, "621204", 1, 0, 2), + (110092, "621105", 1, 0, 2), + (110093, "621205", 1, 0, 2), + (110094, "621106", 1, 0, 2), + (110095, "621208", 1, 0, 2), + (110096, "621210", 1, 0, 2), + (110097, "621211", 1, 0, 2), + (110098, "621109", 1, 0, 2), + (110099, "621111", 1, 0, 2), + (110100, "621716", 1, 0, 2), + (110101, "621717", 1, 0, 2), + (110102, "639205", 1, 0, 2), + (110103, "600001", 1, 0, 2), + (110104, "600082", 1, 0, 2), + (110105, "600097", 1, 0, 2), + (110106, "600087", 1, 0, 2), + (110107, "600019", 1, 0, 2), + (110108, "600064", 1, 0, 2), + (110109, "632317", 1, 0, 2), + (110110, "621211", 1, 0, 2), + (110111, "620012", 1, 0, 2), + (110112, "600057", 1, 0, 2), + (110113, "600054", 1, 0, 2), + (110114, "641654", 1, 0, 2), + (110115, "627412", 1, 0, 2), + (110116, "627120", 1, 0, 2), + (110117, "611110", 1, 0, 2), + (110118, "609703", 1, 0, 2), + (110119, "611111", 1, 0, 2), + (110120, "611001", 1, 0, 2), + (110121, "611112", 1, 0, 2), + (110122, "611101", 1, 0, 2), + (110123, "613701", 1, 0, 2), + (110124, "609701", 1, 0, 2), + (110125, "610201", 1, 0, 2), + (110126, "610102", 1, 0, 2), + (110127, "610101", 1, 0, 2), + (110128, "610003", 1, 0, 2), + (110129, "613704", 1, 0, 2), + (110130, "610104", 1, 0, 2), + (110131, "610103", 1, 0, 2), + (110132, "612101", 1, 0, 2), + (110133, "613702", 1, 0, 2), + (110134, "612702", 1, 0, 2), + (110135, "609501", 1, 0, 2), + (110136, "612601", 1, 0, 2), + (110137, "612201", 1, 0, 2), + (110138, "613703", 1, 0, 2), + (110139, "612001", 1, 0, 2), + (110140, "612001", 1, 0, 2), + (110141, "612001", 1, 0, 2), + (110142, "612001", 1, 0, 2), + (110143, "612001", 1, 0, 2), + (110144, "612610", 1, 0, 2), + (110145, "612202", 1, 0, 2), + (110146, "609802", 1, 0, 2), + (110147, "612602", 1, 0, 2), + (110148, "612203", 1, 0, 2), + (110149, "612703", 1, 0, 2), + (110150, "612401", 1, 0, 2), + (110151, "613705", 1, 0, 2), + (110152, "612603", 1, 0, 2), + (110153, "612604", 1, 0, 2), + (110154, "612504", 1, 0, 2), + (110155, "612303", 1, 0, 2), + (110156, "609810", 1, 0, 2), + (110157, "609803", 1, 0, 2), + (110158, "609804", 1, 0, 2), + (110159, "612105", 1, 0, 2), + (110160, "612402", 1, 0, 2), + (110161, "612605", 1, 0, 2), + (110162, "612204", 1, 0, 2), + (110163, "612103", 1, 0, 2), + (110164, "610107", 1, 0, 2), + (110165, "612104", 1, 0, 2), + (110166, "612106", 1, 0, 2), + (110167, "609811", 1, 0, 2), + (110168, "609805", 1, 0, 2), + (110169, "612501", 1, 0, 2), + (110170, "609801", 1, 0, 2), + (110171, "609801", 1, 0, 2), + (110172, "612502", 1, 0, 2), + (110173, "609806", 1, 0, 2), + (110174, "609807", 1, 0, 2), + (110175, "612503", 1, 0, 2), + (110176, "612302", 1, 0, 2), + (110177, "609808", 1, 0, 2), + (110178, "612102", 1, 0, 2), + (110179, "609204", 1, 0, 2), + (110180, "635901", 1, 0, 2), + (110181, "635751", 1, 0, 2), + (110182, "635804", 1, 0, 2), + (110183, "635805", 1, 0, 2), + (110184, "635806", 1, 0, 2), + (110185, "632203", 1, 0, 2), + (110186, "635807", 1, 0, 2), + (110187, "635710", 1, 0, 2), + (110188, "635852", 1, 0, 2), + (110189, "635752", 1, 0, 2), + (110190, "635808", 1, 0, 2), + (110191, "635853", 1, 0, 2), + (110192, "635809", 1, 0, 2), + (110193, "632603", 1, 0, 2), + (110194, "635810", 1, 0, 2), + (110195, "635751", 1, 0, 2), + (110196, "635651", 1, 0, 2), + (110197, "635751", 1, 0, 2), + (110198, "632209", 1, 0, 2), + (110199, "635814", 1, 0, 2), + (110200, "635654", 1, 0, 2), + (110201, "635811", 1, 0, 2), + (110202, "635602", 1, 0, 2), + (110203, "635812", 1, 0, 2), + (110204, "635813", 1, 0, 2), + (110205, "635751", 1, 0, 2), + (110206, "635653", 1, 0, 2), + (110207, "635652", 1, 0, 2), + (110208, "635701", 1, 0, 2), + (110209, "635801", 1, 0, 2), + (110210, "635802", 1, 0, 2), + (110211, "635802", 1, 0, 2), + (110212, "635702", 1, 0, 2), + (110213, "635601", 1, 0, 2), + (110214, "635601", 1, 0, 2), + (110215, "635751", 1, 0, 2), + (110216, "632602", 1, 0, 2), + (110217, "635803", 1, 0, 2), + (110218, "632602", 1, 0, 2), + (110219, "635754", 1, 0, 2), + (110220, "635703", 1, 0, 2), + (110221, "635851", 1, 0, 2), + (110222, "635815", 1, 0, 2), + (110223, "632201", 1, 0, 2), + (110224, "613401", 1, 0, 2), + (110225, "639007", 1, 0, 2), + (110226, "606808", 1, 0, 2), + (110227, "606811", 1, 0, 2), + (110228, "638012", 1, 0, 2), + (110229, "603004", 1, 0, 2), + (110230, "600090", 1, 0, 2), + (110231, "600097", 1, 0, 2), + (110232, "603210", 1, 0, 2), + (110233, "603211", 1, 0, 2), + (110234, "600100", 1, 0, 2), + (110235, "635601", 1, 0, 2), + (110236, "622422", 1, 0, 2), + (110237, "641048", 1, 0, 2), + (110238, "635655", 1, 0, 2), + (110239, "632601", 1, 0, 2), + (110240, "630411", 1, 0, 2), + (110241, "600130", 1, 0, 2), + (110242, "639008", 1, 0, 2), + (110243, "603003", 1, 0, 2), + (110244, "626101", 1, 0, 2), + (110245, "600129", 1, 0, 2), + (110246, "626001", 1, 0, 2), + (110247, "632604", 1, 0, 2), + (110248, "600128", 1, 0, 2), + (110249, "600016", 1, 0, 2), + (110250, "635115", 1, 0, 2), + (110251, "600041", 1, 0, 2), + (110252, "627011", 1, 0, 2), + (110253, "627428", 1, 0, 2), + (110254, "600127", 1, 0, 2), + (110255, "641014", 1, 0, 2), + (110256, "613403", 1, 0, 2), + (110257, "628003", 1, 0, 2), + (110258, "641050", 1, 0, 2), + (110259, "643253", 1, 0, 2), + (110260, "636001", 1, 0, 2), + (110261, "641001", 1, 0, 2), + (110262, "627818", 1, 0, 2), + (110263, "632115", 1, 0, 2), + (110264, "610004", 1, 0, 2), + (110265, "607006", 1, 0, 2), + (110266, "600107", 1, 0, 2), + (110267, "632004", 1, 0, 2), + (110268, "636401", 1, 0, 2), + (110269, "641049", 1, 0, 2), + (110270, "626115", 1, 0, 2), + (110271, "626135", 1, 0, 2), + (110272, "636302", 1, 0, 2), + (110273, "600045", 1, 0, 2), + (110274, "600045", 1, 0, 2), + (110275, "600048", 1, 0, 2), + (110276, "600117", 1, 0, 2), + (110277, "600100", 1, 0, 2), + (110278, "600062", 1, 0, 2), + (110279, "600126", 1, 0, 2), + (110280, "600125", 1, 0, 2), + (110281, "641041", 1, 0, 2), + (110282, "642127", 1, 0, 2), + (110283, "642001", 1, 0, 2), + (110284, "642001", 1, 0, 2), + (110285, "642001", 1, 0, 2), + (110286, "636005", 1, 0, 2), + (110287, "636005", 1, 0, 2), + (110288, "637408", 1, 0, 2), + (110289, "636005", 1, 0, 2), + (110290, "636402", 1, 0, 2), + (110291, "632401", 1, 0, 2), + (110292, "606213", 1, 0, 2), + (110293, "621802", 1, 0, 2), + (110294, "605766", 1, 0, 2), + (110295, "641112", 1, 0, 2), + (110296, "635112", 1, 0, 2), + (110297, "600115", 1, 0, 2), + (110298, "638001", 1, 0, 2), + (110299, "628002", 1, 0, 2), + (110300, "620005", 1, 0, 2), + (110301, "621212", 1, 0, 2), + (110302, "605602", 1, 0, 2), + (110303, "620006", 1, 0, 2), + (110304, "600113", 1, 0, 2), + (110305, "612905", 1, 0, 2), + (110306, "606109", 1, 0, 2), + (110307, "600055", 1, 0, 2), + (110308, "608001", 1, 0, 2), + (110309, "635130", 1, 0, 2), + (110310, "603103", 1, 0, 2), + (110311, "636017", 1, 0, 2), + (110312, "626161", 1, 0, 2), + (110313, "600091", 1, 0, 2), + (110314, "627764", 1, 0, 2), + (110315, "627757", 1, 0, 2), + (110316, "641040", 1, 0, 2), + (110317, "606209", 1, 0, 2), + (110318, "630612", 1, 0, 2), + (110319, "641604", 1, 0, 2), + (110320, "610005", 1, 0, 2), + (110321, "600132", 1, 0, 2), + (110322, "600115", 1, 0, 2), + (110323, "600131", 1, 0, 2), + (110324, "630306", 1, 0, 2), + (110325, "636807", 1, 0, 2), + (110326, "636808", 1, 0, 2), + (110327, "636812", 1, 0, 2), + (110328, "636905", 1, 0, 2), + (110329, "636809", 1, 0, 2), + (110330, "636810", 1, 0, 2), + (110331, "635205", 1, 0, 2), + (110332, "636811", 1, 0, 2), + (110333, "636906", 1, 0, 2), + (110334, "636352", 1, 0, 2), + (110335, "636704", 1, 0, 2), + (110336, "635201", 1, 0, 2), + (110337, "636813", 1, 0, 2), + (110338, "635301", 1, 0, 2), + (110339, "635302", 1, 0, 2), + (110340, "636705", 1, 0, 2), + (110341, "636701", 1, 0, 2), + (110342, "636701", 1, 0, 2), + (110343, "636701", 1, 0, 2), + (110344, "636902", 1, 0, 2), + (110345, "636903", 1, 0, 2), + (110346, "636803", 1, 0, 2), + (110347, "635303", 1, 0, 2), + (110348, "635202", 1, 0, 2), + (110349, "636701", 1, 0, 2), + (110350, "636804", 1, 0, 2), + (110351, "636805", 1, 0, 2), + (110352, "636806", 1, 0, 2), + (110353, "636904", 1, 0, 2), + (110354, "635305", 1, 0, 2), + (110355, "631601", 1, 0, 2), + (110356, "631551", 1, 0, 2), + (110357, "631502", 1, 0, 2), + (110358, "631553", 1, 0, 2), + (110359, "631561", 1, 0, 2), + (110360, "603402", 1, 0, 2), + (110361, "631501", 1, 0, 2), + (110362, "631501", 1, 0, 2), + (110363, "631552", 1, 0, 2), + (110364, "631501", 1, 0, 2), + (110365, "631603", 1, 0, 2), + (110366, "603403", 1, 0, 2), + (110367, "631606", 1, 0, 2), + (110368, "602108", 1, 0, 2), + (110369, "602105", 1, 0, 2), + (110370, "631501", 1, 0, 2), + (110371, "631502", 1, 0, 2), + (110372, "602105", 1, 0, 2), + (110373, "602106", 1, 0, 2), + (110374, "631604", 1, 0, 2), + (110375, "631501", 1, 0, 2), + (110376, "631501", 1, 0, 2), + (110377, "603406", 1, 0, 2), + (110378, "631605", 1, 0, 2), + (110379, "631301", 1, 0, 2), + (110380, "631201", 1, 0, 2), + (110381, "631202", 1, 0, 2), + (110382, "631302", 1, 0, 2), + (110383, "602021", 1, 0, 2), + (110384, "631203", 1, 0, 2), + (110385, "602003", 1, 0, 2), + (110386, "631205", 1, 0, 2), + (110387, "602024", 1, 0, 2), + (110388, "631206", 1, 0, 2), + (110389, "602002", 1, 0, 2), + (110390, "631207", 1, 0, 2), + (110391, "631402", 1, 0, 2), + (110392, "601102", 1, 0, 2), + (110393, "631208", 1, 0, 2), + (110394, "602023", 1, 0, 2), + (110395, "631212", 1, 0, 2), + (110396, "631213", 1, 0, 2), + (110397, "631303", 1, 0, 2), + (110398, "631211", 1, 0, 2), + (110399, "602024", 1, 0, 2), + (110400, "602025", 1, 0, 2), + (110401, "631209", 1, 0, 2), + (110402, "631209", 1, 0, 2), + (110403, "631209", 1, 0, 2), + (110404, "631209", 1, 0, 2), + (110405, "602001", 1, 0, 2), + (110406, "631210", 1, 0, 2), + (110407, "602026", 1, 0, 2), + (110408, "631304", 1, 0, 2), + (110409, "601103", 1, 0, 2), + (110410, "631204", 1, 0, 2), + (110411, "630105", 1, 0, 2), + (110412, "630107", 1, 0, 2), + (110413, "630311", 1, 0, 2), + (110414, "630312", 1, 0, 2), + (110415, "630314", 1, 0, 2), + (110416, "630003", 1, 0, 2), + (110417, "630003", 1, 0, 2), + (110418, "630201", 1, 0, 2), + (110419, "630003", 1, 0, 2), + (110420, "630501", 1, 0, 2), + (110421, "630001", 1, 0, 2), + (110422, "630104", 1, 0, 2), + (110423, "630002", 1, 0, 2), + (110424, "630205", 1, 0, 2), + (110425, "630106", 1, 0, 2), + (110426, "630206", 1, 0, 2), + (110427, "630307", 1, 0, 2), + (110428, "630001", 1, 0, 2), + (110429, "630207", 1, 0, 2), + (110430, "630405", 1, 0, 2), + (110431, "630208", 1, 0, 2), + (110432, "630108", 1, 0, 2), + (110433, "630309", 1, 0, 2), + (110434, "630002", 1, 0, 2), + (110435, "630001", 1, 0, 2), + (110436, "630502", 1, 0, 2), + (110437, "630301", 1, 0, 2), + (110438, "630202", 1, 0, 2), + (110439, "630101", 1, 0, 2), + (110440, "630102", 1, 0, 2), + (110441, "630303", 1, 0, 2), + (110442, "630302", 1, 0, 2), + (110443, "630005", 1, 0, 2), + (110444, "630302", 1, 0, 2), + (110445, "630302", 1, 0, 2), + (110446, "630103", 1, 0, 2), + (110447, "630410", 1, 0, 2), + (110448, "630212", 1, 0, 2), + (110449, "625020", 1, 0, 2), + (110450, "625020", 1, 0, 2), + (110451, "625009", 1, 0, 2), + (110452, "625001", 1, 0, 2), + (110453, "625002", 1, 0, 2), + (110454, "625014", 1, 0, 2), + (110455, "625002", 1, 0, 2), + (110456, "625016", 1, 0, 2), + (110457, "625205", 1, 0, 2), + (110458, "625016", 1, 0, 2), + (110459, "625016", 1, 0, 2), + (110460, "625207", 1, 0, 2), + (110461, "625019", 1, 0, 2), + (110462, "625021", 1, 0, 2), + (110463, "625503", 1, 0, 2), + (110464, "625402", 1, 0, 2), + (110465, "625018", 1, 0, 2), + (110466, "625214", 1, 0, 2), + (110467, "625214", 1, 0, 2), + (110468, "625016", 1, 0, 2), + (110469, "625018", 1, 0, 2), + (110470, "625221", 1, 0, 2), + (110471, "625234", 1, 0, 2), + (110472, "625018", 1, 0, 2), + (110473, "625218", 1, 0, 2), + (110474, "625002", 1, 0, 2), + (110475, "625107", 1, 0, 2), + (110476, "625703", 1, 0, 2), + (110477, "625001", 1, 0, 2), + (110478, "625022", 1, 0, 2), + (110479, "625706", 1, 0, 2), + (110480, "625001", 1, 0, 2), + (110481, "625011", 1, 0, 2), + (110482, "625015", 1, 0, 2), + (110483, "625006", 1, 0, 2), + (110484, "625005", 1, 0, 2), + (110485, "625003", 1, 0, 2), + (110486, "625704", 1, 0, 2), + (110487, "625706", 1, 0, 2), + (110488, "625706", 1, 0, 2), + (110489, "625001", 1, 0, 2), + (110490, "625012", 1, 0, 2), + (110491, "625707", 1, 0, 2), + (110492, "625301", 1, 0, 2), + (110493, "625017", 1, 0, 2), + (110494, "625009", 1, 0, 2), + (110495, "625020", 1, 0, 2), + (110496, "625007", 1, 0, 2), + (110497, "625020", 1, 0, 2), + (110498, "625001", 1, 0, 2), + (110499, "625007", 1, 0, 2), + (110500, "625014", 1, 0, 2), + (110501, "625101", 1, 0, 2), + (110502, "625102", 1, 0, 2), + (110503, "625103", 1, 0, 2), + (110504, "625104", 1, 0, 2), + (110505, "625002", 1, 0, 2), + (110506, "625014", 1, 0, 2), + (110507, "625105", 1, 0, 2), + (110508, "625106", 1, 0, 2), + (110509, "625106", 1, 0, 2), + (110510, "625106", 1, 0, 2), + (110511, "625002", 1, 0, 2), + (110512, "625007", 1, 0, 2), + (110513, "625002", 1, 0, 2), + (110514, "625201", 1, 0, 2), + (110515, "625001", 1, 0, 2), + (110516, "625002", 1, 0, 2), + (110517, "625122", 1, 0, 2), + (110518, "625009", 1, 0, 2), + (110519, "625108", 1, 0, 2), + (110520, "625110", 1, 0, 2), + (110521, "625020", 1, 0, 2), + (110522, "625109", 1, 0, 2), + (110523, "625001", 1, 0, 2), + (110524, "625001", 1, 0, 2), + (110525, "625501", 1, 0, 2), + (110526, "625514", 1, 0, 2), + (110527, "625016", 1, 0, 2), + (110528, "625003", 1, 0, 2), + (110529, "625012", 1, 0, 2), + (110530, "625011", 1, 0, 2), + (110531, "625701", 1, 0, 2), + (110532, "625702", 1, 0, 2), + (110533, "625008", 1, 0, 2), + (110534, "625708", 1, 0, 2), + (110535, "625001", 1, 0, 2), + (110536, "625001", 1, 0, 2), + (110537, "625001", 1, 0, 2), + (110538, "625001", 1, 0, 2), + (110539, "625003", 1, 0, 2), + (110540, "625006", 1, 0, 2), + (110541, "625004", 1, 0, 2), + (110542, "638008", 1, 0, 2), + (110543, "637213", 1, 0, 2), + (110544, "637208", 1, 0, 2), + (110545, "637503", 1, 0, 2), + (110546, "637104", 1, 0, 2), + (110547, "637102", 1, 0, 2), + (110548, "637105", 1, 0, 2), + (110549, "637205", 1, 0, 2), + (110550, "638181", 1, 0, 2), + (110551, "638182", 1, 0, 2), + (110552, "637303", 1, 0, 2), + (110553, "638183", 1, 0, 2), + (110554, "637202", 1, 0, 2), + (110555, "637107", 1, 0, 2), + (110556, "637402", 1, 0, 2), + (110557, "637404", 1, 0, 2), + (110558, "637019", 1, 0, 2), + (110559, "637015", 1, 0, 2), + (110560, "637020", 1, 0, 2), + (110561, "637405", 1, 0, 2), + (110562, "637014", 1, 0, 2), + (110563, "637013", 1, 0, 2), + (110564, "637021", 1, 0, 2), + (110565, "637411", 1, 0, 2), + (110566, "637409", 1, 0, 2), + (110567, "637017", 1, 0, 2), + (110568, "637204", 1, 0, 2), + (110569, "637103", 1, 0, 2), + (110570, "637201", 1, 0, 2), + (110571, "637206", 1, 0, 2), + (110572, "637207", 1, 0, 2), + (110573, "637210", 1, 0, 2), + (110574, "637212", 1, 0, 2), + (110575, "637018", 1, 0, 2), + (110576, "637304", 1, 0, 2), + (110577, "637209", 1, 0, 2), + (110578, "637101", 1, 0, 2), + (110579, "637410", 1, 0, 2), + (110580, "637203", 1, 0, 2), + (110581, "637002", 1, 0, 2), + (110582, "637015", 1, 0, 2), + (110583, "637001", 1, 0, 2), + (110584, "637001", 1, 0, 2), + (110585, "637001", 1, 0, 2), + (110586, "637001", 1, 0, 2), + (110587, "637001", 1, 0, 2), + (110588, "637001", 1, 0, 2), + (110589, "638183", 1, 0, 2), + (110590, "637211", 1, 0, 2), + (110591, "637211", 1, 0, 2), + (110592, "637003", 1, 0, 2), + (110593, "637301", 1, 0, 2), + (110594, "637302", 1, 0, 2), + (110595, "637214", 1, 0, 2), + (110596, "600094", 1, 0, 2), + (110597, "600086", 1, 0, 2), + (110598, "600006", 1, 0, 2), + (110599, "600014", 1, 0, 2), + (110600, "600018", 1, 0, 2), + (110601, "600005", 1, 0, 2), + (110602, "600005", 1, 0, 2), + (110603, "600017", 1, 0, 2), + (110604, "600014", 1, 0, 2), + (110605, "600034", 1, 0, 2), + (110606, "600004", 1, 0, 2), + (110607, "600018", 1, 0, 2), + (110608, "600005", 1, 0, 2), + (110609, "600004", 1, 0, 2), + (110610, "600006", 1, 0, 2), + (110611, "600006", 1, 0, 2), + (110612, "600017", 1, 0, 2), + (110613, "600017", 1, 0, 2), + (110614, "600006", 1, 0, 2), + (110615, "600034", 1, 0, 2), + (110616, "600034", 1, 0, 2), + (110617, "602001", 1, 0, 2), + (110618, "625023", 1, 0, 2), + (110619, "625007", 1, 0, 2), + (110620, "602117", 1, 0, 2), + (110621, "637215", 1, 0, 2), + (110622, "636705", 1, 0, 2), + (110623, "636701", 1, 0, 2), + (110624, "637003", 1, 0, 2), + (110625, "600005", 1, 0, 2), + (110626, "635601", 1, 0, 2), + (110627, "632602", 1, 0, 2), + (110628, "600002", 1, 0, 2), + (110629, "600001", 1, 0, 2), + (110630, "624208", 1, 0, 2), + (110631, "624001", 1, 0, 2), + (110632, "624601", 1, 0, 2), + (110633, "638001", 1, 0, 2), + (110634, "638301", 1, 0, 2), + (110635, "638452", 1, 0, 2), + (110636, "627811", 1, 0, 2), + (110637, "627756", 1, 0, 2), + (110638, "628501", 1, 0, 2), + (110639, "623501", 1, 0, 2), + (110640, "623707", 1, 0, 2), + (110641, "628001", 1, 0, 2), + (110642, "628215", 1, 0, 2), + (110643, "628601", 1, 0, 2), + (110644, "611001", 1, 0, 2), + (110645, "610001", 1, 0, 2), + (110646, "612001", 1, 0, 2), + (110647, "612002", 1, 0, 2), + (110648, "631001", 1, 0, 2), + (110649, "632401", 1, 0, 2), + (110650, "603001", 1, 0, 2), + (110651, "641001", 1, 0, 2), + (110652, "641002", 1, 0, 2), + (110653, "607001", 1, 0, 2), + (110654, "608001", 1, 0, 2), + (110655, "636701", 1, 0, 2), + (110656, "635001", 1, 0, 2), + (110657, "631501", 1, 0, 2), + (110658, "602001", 1, 0, 2), + (110659, "629001", 1, 0, 2), + (110660, "629175", 1, 0, 2), + (110661, "630001", 1, 0, 2), + (110662, "630302", 1, 0, 2), + (110663, "639001", 1, 0, 2), + (110664, "639104", 1, 0, 2), + (110665, "625001", 1, 0, 2), + (110666, "625002", 1, 0, 2), + (110667, "625016", 1, 0, 2), + (110668, "609001", 1, 0, 2), + (110669, "609110", 1, 0, 2), + (110670, "637001", 1, 0, 2), + (110671, "637211", 1, 0, 2), + (110672, "643001", 1, 0, 2), + (110673, "643101", 1, 0, 2), + (110674, "614601", 1, 0, 2), + (110675, "614713", 1, 0, 2), + (110676, "642001", 1, 0, 2), + (110677, "642126", 1, 0, 2), + (110678, "604001", 1, 0, 2), + (110679, "605602", 1, 0, 2), + (110680, "622001", 1, 0, 2), + (110681, "636001", 1, 0, 2), + (110682, "636102", 1, 0, 2), + (110683, "636005", 1, 0, 2), + (110684, "630606", 1, 0, 2), + (110685, "620006", 1, 0, 2), + (110686, "621010", 1, 0, 2), + (110687, "600045", 1, 0, 2), + (110688, "600053", 1, 0, 2), + (110689, "600054", 1, 0, 2), + (110690, "613001", 1, 0, 2), + (110691, "614001", 1, 0, 2), + (110692, "614205", 1, 0, 2), + (110693, "625513", 1, 0, 2), + (110694, "625601", 1, 0, 2), + (110695, "620001", 1, 0, 2), + (110696, "621601", 1, 0, 2), + (110697, "627401", 1, 0, 2), + (110698, "627002", 1, 0, 2), + (110699, "627001", 1, 0, 2), + (110700, "641601", 1, 0, 2), + (110701, "638656", 1, 0, 2), + (110702, "641301", 1, 0, 2), + (110703, "606601", 1, 0, 2), + (110704, "632301", 1, 0, 2), + (110705, "632001", 1, 0, 2), + (110706, "606001", 1, 0, 2), + (110707, "606202", 1, 0, 2), + (110708, "605757", 1, 0, 2), + (110709, "626101", 1, 0, 2), + (110710, "626117", 1, 0, 2), + (110711, "626123", 1, 0, 2), + (110712, "626001", 1, 0, 2), + (110713, "600017", 1, 0, 2), + (110714, "600004", 1, 0, 2), + (110715, "600003", 1, 0, 2), + (110716, "600016", 1, 0, 2), + (110717, "630561", 1, 0, 2), + (110718, "621212", 1, 0, 2), + (110719, "614622", 1, 0, 2), + (110720, "614622", 1, 0, 2), + (110721, "614622", 1, 0, 2), + (110722, "614622", 1, 0, 2), + (110723, "614622", 1, 0, 2), + (110724, "614622", 1, 0, 2), + (110725, "614805", 1, 0, 2), + (110726, "614805", 1, 0, 2), + (110727, "614805", 1, 0, 2), + (110728, "614618", 1, 0, 2), + (110729, "614618", 1, 0, 2), + (110730, "614618", 1, 0, 2), + (110731, "614618", 1, 0, 2), + (110732, "614618", 1, 0, 2), + (110733, "614618", 1, 0, 2), + (110734, "614618", 1, 0, 2), + (110735, "622303", 1, 0, 2), + (110736, "622303", 1, 0, 2), + (110737, "622303", 1, 0, 2), + (110738, "622303", 1, 0, 2), + (110739, "622303", 1, 0, 2), + (110740, "622303", 1, 0, 2), + (110741, "622303", 1, 0, 2), + (110742, "622303", 1, 0, 2), + (110743, "622002", 1, 0, 2), + (110744, "622002", 1, 0, 2), + (110745, "622002", 1, 0, 2), + (110746, "622002", 1, 0, 2), + (110747, "622002", 1, 0, 2), + (110748, "614617", 1, 0, 2), + (110749, "622101", 1, 0, 2), + (110750, "622101", 1, 0, 2), + (110751, "622101", 1, 0, 2), + (110752, "622101", 1, 0, 2), + (110753, "622101", 1, 0, 2), + (110754, "622101", 1, 0, 2), + (110755, "622302", 1, 0, 2), + (110756, "622302", 1, 0, 2), + (110757, "622302", 1, 0, 2), + (110758, "622302", 1, 0, 2), + (110759, "622302", 1, 0, 2), + (110760, "614624", 1, 0, 2), + (110761, "614624", 1, 0, 2), + (110762, "614624", 1, 0, 2), + (110763, "614624", 1, 0, 2), + (110764, "614624", 1, 0, 2), + (110765, "614624", 1, 0, 2), + (110766, "614624", 1, 0, 2), + (110767, "614624", 1, 0, 2), + (110768, "614624", 1, 0, 2), + (110769, "614624", 1, 0, 2), + (110770, "614624", 1, 0, 2), + (110771, "614624", 1, 0, 2), + (110772, "614624", 1, 0, 2), + (110773, "622502", 1, 0, 2), + (110774, "622201", 1, 0, 2), + (110775, "622201", 1, 0, 2), + (110776, "614630", 1, 0, 2), + (110777, "614630", 1, 0, 2), + (110778, "614630", 1, 0, 2), + (110779, "614630", 1, 0, 2), + (110780, "613301", 1, 0, 2), + (110781, "613301", 1, 0, 2), + (110782, "613301", 1, 0, 2), + (110783, "613301", 1, 0, 2), + (110784, "613301", 1, 0, 2), + (110785, "613301", 1, 0, 2), + (110786, "622102", 1, 0, 2), + (110787, "622102", 1, 0, 2), + (110788, "622102", 1, 0, 2), + (110789, "622102", 1, 0, 2), + (110790, "622102", 1, 0, 2), + (110791, "622102", 1, 0, 2), + (110792, "622102", 1, 0, 2), + (110793, "622102", 1, 0, 2), + (110794, "622302", 1, 0, 2), + (110795, "622302", 1, 0, 2), + (110796, "622302", 1, 0, 2), + (110797, "622302", 1, 0, 2), + (110798, "622302", 1, 0, 2), + (110799, "622302", 1, 0, 2), + (110800, "622301", 1, 0, 2), + (110801, "622301", 1, 0, 2), + (110802, "622301", 1, 0, 2), + (110803, "622301", 1, 0, 2), + (110804, "622301", 1, 0, 2), + (110805, "622301", 1, 0, 2), + (110806, "622301", 1, 0, 2), + (110807, "622301", 1, 0, 2), + (110808, "622301", 1, 0, 2), + (110809, "622301", 1, 0, 2), + (110810, "622301", 1, 0, 2), + (110811, "622301", 1, 0, 2), + (110812, "622301", 1, 0, 2), + (110813, "622502", 1, 0, 2), + (110814, "622502", 1, 0, 2), + (110815, "622502", 1, 0, 2), + (110816, "622502", 1, 0, 2), + (110817, "622502", 1, 0, 2), + (110818, "622502", 1, 0, 2), + (110819, "622502", 1, 0, 2), + (110820, "622502", 1, 0, 2), + (110821, "622502", 1, 0, 2), + (110822, "622202", 1, 0, 2), + (110823, "622202", 1, 0, 2), + (110824, "622202", 1, 0, 2), + (110825, "622202", 1, 0, 2), + (110826, "622202", 1, 0, 2), + (110827, "622202", 1, 0, 2), + (110828, "622209", 1, 0, 2), + (110829, "622209", 1, 0, 2), + (110830, "622209", 1, 0, 2), + (110831, "622209", 1, 0, 2), + (110832, "622503", 1, 0, 2), + (110833, "622503", 1, 0, 2), + (110834, "622503", 1, 0, 2), + (110835, "622503", 1, 0, 2), + (110836, "622401", 1, 0, 2), + (110837, "622401", 1, 0, 2), + (110838, "622401", 1, 0, 2), + (110839, "622401", 1, 0, 2), + (110840, "622401", 1, 0, 2), + (110841, "614619", 1, 0, 2), + (110842, "614619", 1, 0, 2), + (110843, "614619", 1, 0, 2), + (110844, "622504", 1, 0, 2), + (110845, "622504", 1, 0, 2), + (110846, "622203", 1, 0, 2), + (110847, "622203", 1, 0, 2), + (110848, "622203", 1, 0, 2), + (110849, "622203", 1, 0, 2), + (110850, "622203", 1, 0, 2), + (110851, "622203", 1, 0, 2), + (110852, "622203", 1, 0, 2), + (110853, "622203", 1, 0, 2), + (110854, "622203", 1, 0, 2), + (110855, "622001", 1, 0, 2), + (110856, "614629", 1, 0, 2), + (110857, "614629", 1, 0, 2), + (110858, "614629", 1, 0, 2), + (110859, "614629", 1, 0, 2), + (110860, "614629", 1, 0, 2), + (110861, "614629", 1, 0, 2), + (110862, "622407", 1, 0, 2), + (110863, "622407", 1, 0, 2), + (110864, "622005", 1, 0, 2), + (110865, "622004", 1, 0, 2), + (110866, "622004", 1, 0, 2), + (110867, "622004", 1, 0, 2), + (110868, "622003", 1, 0, 2), + (110869, "622003", 1, 0, 2), + (110870, "622003", 1, 0, 2), + (110871, "622003", 1, 0, 2), + (110872, "622505", 1, 0, 2), + (110873, "622505", 1, 0, 2), + (110874, "622505", 1, 0, 2), + (110875, "622409", 1, 0, 2), + (110876, "622409", 1, 0, 2), + (110877, "622409", 1, 0, 2), + (110878, "622506", 1, 0, 2), + (110879, "621316", 1, 0, 2), + (110880, "621316", 1, 0, 2), + (110881, "621316", 1, 0, 2), + (110882, "621316", 1, 0, 2), + (110883, "621316", 1, 0, 2), + (110884, "621316", 1, 0, 2), + (110885, "621316", 1, 0, 2), + (110886, "621316", 1, 0, 2), + (110887, "621316", 1, 0, 2), + (110888, "622204", 1, 0, 2), + (110889, "622204", 1, 0, 2), + (110890, "622204", 1, 0, 2), + (110891, "622204", 1, 0, 2), + (110892, "622204", 1, 0, 2), + (110893, "636138", 1, 0, 2), + (110894, "636602", 1, 0, 2), + (110895, "636601", 1, 0, 2), + (110896, "636107", 1, 0, 2), + (110897, "636112", 1, 0, 2), + (110898, "636115", 1, 0, 2), + (110899, "636601", 1, 0, 2), + (110900, "636601", 1, 0, 2), + (110901, "636601", 1, 0, 2), + (110902, "636601", 1, 0, 2), + (110903, "636601", 1, 0, 2), + (110904, "636601", 1, 0, 2), + (110905, "636601", 1, 0, 2), + (110906, "636101", 1, 0, 2), + (110907, "636101", 1, 0, 2), + (110908, "636101", 1, 0, 2), + (110909, "636101", 1, 0, 2), + (110910, "636101", 1, 0, 2), + (110911, "636101", 1, 0, 2), + (110912, "636104", 1, 0, 2), + (110913, "636104", 1, 0, 2), + (110914, "636104", 1, 0, 2), + (110915, "636104", 1, 0, 2), + (110916, "636104", 1, 0, 2), + (110917, "636104", 1, 0, 2), + (110918, "636104", 1, 0, 2), + (110919, "636104", 1, 0, 2), + (110920, "636105", 1, 0, 2), + (110921, "636105", 1, 0, 2), + (110922, "636105", 1, 0, 2), + (110923, "636105", 1, 0, 2), + (110924, "636105", 1, 0, 2), + (110925, "636105", 1, 0, 2), + (110926, "636105", 1, 0, 2), + (110927, "636105", 1, 0, 2), + (110928, "636105", 1, 0, 2), + (110929, "636107", 1, 0, 2), + (110930, "636112", 1, 0, 2), + (110931, "636113", 1, 0, 2), + (110932, "636113", 1, 0, 2), + (110933, "636113", 1, 0, 2), + (110934, "636113", 1, 0, 2), + (110935, "636113", 1, 0, 2), + (110936, "636113", 1, 0, 2), + (110937, "636113", 1, 0, 2), + (110938, "636114", 1, 0, 2), + (110939, "636114", 1, 0, 2), + (110940, "636114", 1, 0, 2), + (110941, "636114", 1, 0, 2), + (110942, "636118", 1, 0, 2), + (110943, "636142", 1, 0, 2), + (110944, "636142", 1, 0, 2), + (110945, "636121", 1, 0, 2), + (110946, "636121", 1, 0, 2), + (110947, "636121", 1, 0, 2), + (110948, "636121", 1, 0, 2), + (110949, "636121", 1, 0, 2), + (110950, "636121", 1, 0, 2), + (110951, "636121", 1, 0, 2), + (110952, "636115", 1, 0, 2), + (110953, "636115", 1, 0, 2), + (110954, "636115", 1, 0, 2), + (110955, "636115", 1, 0, 2), + (110956, "636115", 1, 0, 2), + (110957, "636115", 1, 0, 2), + (110958, "636115", 1, 0, 2), + (110959, "636115", 1, 0, 2), + (110960, "636138", 1, 0, 2), + (110961, "636138", 1, 0, 2), + (110962, "636138", 1, 0, 2), + (110963, "636015", 1, 0, 2), + (110964, "636015", 1, 0, 2), + (110965, "636010", 1, 0, 2), + (110966, "636010", 1, 0, 2), + (110967, "636010", 1, 0, 2), + (110968, "636010", 1, 0, 2), + (110969, "636010", 1, 0, 2), + (110970, "636010", 1, 0, 2), + (110971, "636010", 1, 0, 2), + (110972, "636010", 1, 0, 2), + (110973, "636139", 1, 0, 2), + (110974, "636139", 1, 0, 2), + (110975, "636139", 1, 0, 2), + (110976, "636139", 1, 0, 2), + (110977, "636203", 1, 0, 2), + (110978, "636203", 1, 0, 2), + (110979, "636203", 1, 0, 2), + (110980, "636203", 1, 0, 2), + (110981, "636203", 1, 0, 2), + (110982, "636203", 1, 0, 2), + (110983, "636140", 1, 0, 2), + (110984, "636602", 1, 0, 2), + (110985, "636602", 1, 0, 2), + (110986, "636602", 1, 0, 2), + (110987, "636602", 1, 0, 2), + (110988, "636203", 1, 0, 2), + (110989, "636602", 1, 0, 2), + (110990, "636602", 1, 0, 2), + (110991, "636602", 1, 0, 2), + (110992, "636602", 1, 0, 2), + (110993, "636204", 1, 0, 2), + (110994, "636204", 1, 0, 2), + (110995, "636204", 1, 0, 2), + (110996, "636204", 1, 0, 2), + (110997, "636006", 1, 0, 2), + (110998, "636006", 1, 0, 2), + (110999, "636111", 1, 0, 2), + (111000, "636111", 1, 0, 2), + (111001, "636111", 1, 0, 2), + (111002, "636111", 1, 0, 2), + (111003, "636111", 1, 0, 2), + (111004, "636122", 1, 0, 2), + (111005, "636104", 1, 0, 2), + (111006, "636122", 1, 0, 2), + (111007, "636122", 1, 0, 2), + (111008, "636122", 1, 0, 2), + (111009, "636122", 1, 0, 2), + (111010, "636122", 1, 0, 2), + (111011, "636104", 1, 0, 2), + (111012, "636122", 1, 0, 2), + (111013, "636122", 1, 0, 2), + (111014, "636308", 1, 0, 2), + (111015, "636308", 1, 0, 2), + (111016, "636308", 1, 0, 2), + (111017, "636308", 1, 0, 2), + (111018, "636308", 1, 0, 2), + (111019, "636601", 1, 0, 2), + (111020, "636601", 1, 0, 2), + (111021, "636601", 1, 0, 2), + (111022, "637501", 1, 0, 2), + (111023, "637501", 1, 0, 2), + (111024, "637501", 1, 0, 2), + (111025, "637501", 1, 0, 2), + (111026, "637501", 1, 0, 2), + (111027, "637501", 1, 0, 2), + (111028, "636103", 1, 0, 2), + (111029, "636103", 1, 0, 2), + (111030, "636103", 1, 0, 2), + (111031, "636103", 1, 0, 2), + (111032, "636008", 1, 0, 2), + (111033, "636201", 1, 0, 2), + (111034, "636201", 1, 0, 2), + (111035, "636201", 1, 0, 2), + (111036, "636201", 1, 0, 2), + (111037, "636014", 1, 0, 2), + (111038, "636008", 1, 0, 2), + (111039, "636008", 1, 0, 2), + (111040, "636008", 1, 0, 2), + (111041, "636106", 1, 0, 2), + (111042, "636106", 1, 0, 2), + (111043, "636106", 1, 0, 2), + (111044, "636106", 1, 0, 2), + (111045, "636106", 1, 0, 2), + (111046, "636106", 1, 0, 2), + (111047, "636138", 1, 0, 2), + (111048, "636138", 1, 0, 2), + (111049, "636138", 1, 0, 2), + (111050, "636138", 1, 0, 2), + (111051, "636107", 1, 0, 2), + (111052, "636107", 1, 0, 2), + (111053, "636107", 1, 0, 2), + (111054, "636107", 1, 0, 2), + (111055, "636108", 1, 0, 2), + (111056, "636108", 1, 0, 2), + (111057, "636108", 1, 0, 2), + (111058, "636108", 1, 0, 2), + (111059, "636109", 1, 0, 2), + (111060, "636109", 1, 0, 2), + (111061, "636109", 1, 0, 2), + (111062, "636141", 1, 0, 2), + (111063, "636141", 1, 0, 2), + (111064, "636141", 1, 0, 2), + (111065, "636141", 1, 0, 2), + (111066, "636141", 1, 0, 2), + (111067, "636141", 1, 0, 2), + (111068, "636119", 1, 0, 2), + (111069, "636119", 1, 0, 2), + (111070, "636119", 1, 0, 2), + (111071, "636110", 1, 0, 2), + (111072, "636110", 1, 0, 2), + (111073, "636110", 1, 0, 2), + (111074, "636112", 1, 0, 2), + (111075, "636112", 1, 0, 2), + (111076, "636112", 1, 0, 2), + (111077, "636112", 1, 0, 2), + (111078, "636112", 1, 0, 2), + (111079, "636112", 1, 0, 2), + (111080, "636112", 1, 0, 2), + (111081, "636112", 1, 0, 2), + (111082, "636115", 1, 0, 2), + (111083, "636115", 1, 0, 2), + (111084, "636116", 1, 0, 2), + (111085, "636116", 1, 0, 2), + (111086, "636116", 1, 0, 2), + (111087, "636116", 1, 0, 2), + (111088, "636116", 1, 0, 2), + (111089, "636116", 1, 0, 2), + (111090, "636116", 1, 0, 2), + (111091, "636116", 1, 0, 2), + (111092, "636117", 1, 0, 2), + (111093, "636117", 1, 0, 2), + (111094, "636117", 1, 0, 2), + (111095, "636117", 1, 0, 2), + (111096, "636108", 1, 0, 2), + (111097, "636009", 1, 0, 2), + (111098, "636305", 1, 0, 2), + (111099, "636305", 1, 0, 2), + (111100, "636305", 1, 0, 2), + (111101, "636305", 1, 0, 2), + (111102, "636305", 1, 0, 2), + (111103, "636305", 1, 0, 2), + (111104, "636305", 1, 0, 2), + (111105, "636305", 1, 0, 2), + (111106, "636305", 1, 0, 2), + (111107, "637407", 1, 0, 2), + (111108, "637407", 1, 0, 2), + (111109, "637407", 1, 0, 2), + (111110, "637407", 1, 0, 2), + (111111, "637407", 1, 0, 2), + (111112, "636403", 1, 0, 2), + (111113, "636403", 1, 0, 2), + (111114, "637408", 1, 0, 2), + (111115, "637408", 1, 0, 2), + (111116, "637408", 1, 0, 2), + (111117, "637408", 1, 0, 2), + (111118, "637408", 1, 0, 2), + (111119, "636013", 1, 0, 2), + (111120, "637412", 1, 0, 2), + (111121, "637412", 1, 0, 2), + (111122, "637412", 1, 0, 2), + (111123, "637412", 1, 0, 2), + (111124, "636306", 1, 0, 2), + (111125, "636306", 1, 0, 2), + (111126, "636306", 1, 0, 2), + (111127, "636306", 1, 0, 2), + (111128, "636306", 1, 0, 2), + (111129, "636307", 1, 0, 2), + (111130, "636307", 1, 0, 2), + (111131, "637401", 1, 0, 2), + (111132, "637401", 1, 0, 2), + (111133, "637401", 1, 0, 2), + (111134, "637401", 1, 0, 2), + (111135, "637401", 1, 0, 2), + (111136, "637401", 1, 0, 2), + (111137, "636301", 1, 0, 2), + (111138, "636301", 1, 0, 2), + (111139, "636451", 1, 0, 2), + (111140, "636451", 1, 0, 2), + (111141, "636451", 1, 0, 2), + (111142, "636451", 1, 0, 2), + (111143, "636451", 1, 0, 2), + (111144, "636451", 1, 0, 2), + (111145, "636451", 1, 0, 2), + (111146, "636451", 1, 0, 2), + (111147, "636451", 1, 0, 2), + (111148, "636354", 1, 0, 2), + (111149, "637403", 1, 0, 2), + (111150, "636458", 1, 0, 2), + (111151, "637403", 1, 0, 2), + (111152, "637403", 1, 0, 2), + (111153, "636302", 1, 0, 2), + (111154, "636302", 1, 0, 2), + (111155, "636302", 1, 0, 2), + (111156, "636302", 1, 0, 2), + (111157, "636501", 1, 0, 2), + (111158, "636501", 1, 0, 2), + (111159, "636501", 1, 0, 2), + (111160, "636501", 1, 0, 2), + (111161, "636501", 1, 0, 2), + (111162, "636501", 1, 0, 2), + (111163, "636501", 1, 0, 2), + (111164, "636501", 1, 0, 2), + (111165, "636501", 1, 0, 2), + (111166, "636351", 1, 0, 2), + (111167, "636351", 1, 0, 2), + (111168, "636351", 1, 0, 2), + (111169, "636351", 1, 0, 2), + (111170, "636351", 1, 0, 2), + (111171, "636351", 1, 0, 2), + (111172, "636351", 1, 0, 2), + (111173, "636309", 1, 0, 2), + (111174, "636309", 1, 0, 2), + (111175, "636309", 1, 0, 2), + (111176, "636309", 1, 0, 2), + (111177, "636309", 1, 0, 2), + (111178, "636012", 1, 0, 2), + (111179, "636012", 1, 0, 2), + (111180, "636012", 1, 0, 2), + (111181, "636012", 1, 0, 2), + (111182, "636012", 1, 0, 2), + (111183, "636303", 1, 0, 2), + (111184, "636303", 1, 0, 2), + (111185, "636303", 1, 0, 2), + (111186, "636303", 1, 0, 2), + (111187, "636303", 1, 0, 2), + (111188, "636303", 1, 0, 2), + (111189, "636303", 1, 0, 2), + (111190, "636303", 1, 0, 2), + (111191, "636303", 1, 0, 2), + (111192, "636303", 1, 0, 2), + (111193, "636303", 1, 0, 2), + (111194, "636303", 1, 0, 2), + (111195, "636303", 1, 0, 2), + (111196, "636452", 1, 0, 2), + (111197, "636452", 1, 0, 2), + (111198, "636452", 1, 0, 2), + (111199, "636452", 1, 0, 2), + (111200, "636458", 1, 0, 2), + (111201, "636354", 1, 0, 2), + (111202, "636354", 1, 0, 2), + (111203, "636354", 1, 0, 2), + (111204, "636354", 1, 0, 2), + (111205, "636354", 1, 0, 2), + (111206, "637502", 1, 0, 2), + (111207, "637502", 1, 0, 2), + (111208, "637502", 1, 0, 2), + (111209, "637502", 1, 0, 2), + (111210, "637502", 1, 0, 2), + (111211, "637502", 1, 0, 2), + (111212, "636404", 1, 0, 2), + (111213, "636404", 1, 0, 2), + (111214, "636011", 1, 0, 2), + (111215, "636011", 1, 0, 2), + (111216, "636011", 1, 0, 2), + (111217, "636307", 1, 0, 2), + (111218, "636307", 1, 0, 2), + (111219, "636307", 1, 0, 2), + (111220, "636307", 1, 0, 2), + (111221, "636307", 1, 0, 2), + (111222, "636502", 1, 0, 2), + (111223, "636502", 1, 0, 2), + (111224, "636502", 1, 0, 2), + (111225, "636502", 1, 0, 2), + (111226, "636502", 1, 0, 2), + (111227, "636503", 1, 0, 2), + (111228, "636503", 1, 0, 2), + (111229, "636503", 1, 0, 2), + (111230, "636503", 1, 0, 2), + (111231, "636503", 1, 0, 2), + (111232, "636503", 1, 0, 2), + (111233, "636503", 1, 0, 2), + (111234, "636457", 1, 0, 2), + (111235, "636457", 1, 0, 2), + (111236, "637504", 1, 0, 2), + (111237, "637504", 1, 0, 2), + (111238, "637504", 1, 0, 2), + (111239, "637504", 1, 0, 2), + (111240, "637504", 1, 0, 2), + (111241, "637505", 1, 0, 2), + (111242, "637505", 1, 0, 2), + (111243, "637505", 1, 0, 2), + (111244, "637505", 1, 0, 2), + (111245, "637505", 1, 0, 2), + (111246, "637505", 1, 0, 2), + (111247, "637403", 1, 0, 2), + (111248, "637403", 1, 0, 2), + (111249, "637403", 1, 0, 2), + (111250, "636458", 1, 0, 2), + (111251, "636202", 1, 0, 2), + (111252, "636202", 1, 0, 2), + (111253, "636202", 1, 0, 2), + (111254, "636202", 1, 0, 2), + (111255, "636202", 1, 0, 2), + (111256, "636202", 1, 0, 2), + (111257, "636202", 1, 0, 2), + (111258, "636202", 1, 0, 2), + (111259, "636202", 1, 0, 2), + (111260, "636202", 1, 0, 2), + (111261, "636202", 1, 0, 2), + (111262, "636202", 1, 0, 2), + (111263, "636453", 1, 0, 2), + (111264, "636453", 1, 0, 2), + (111265, "636453", 1, 0, 2), + (111266, "636453", 1, 0, 2), + (111267, "636453", 1, 0, 2), + (111268, "636453", 1, 0, 2), + (111269, "636030", 1, 0, 2), + (111270, "636030", 1, 0, 2), + (111271, "636304", 1, 0, 2), + (111272, "636304", 1, 0, 2), + (111273, "636304", 1, 0, 2), + (111274, "636304", 1, 0, 2), + (111275, "636304", 1, 0, 2), + (111276, "636304", 1, 0, 2), + (111277, "637406", 1, 0, 2), + (111278, "637406", 1, 0, 2), + (111279, "637406", 1, 0, 2), + (111280, "637406", 1, 0, 2), + (111281, "637406", 1, 0, 2), + (111282, "637406", 1, 0, 2), + (111283, "637406", 1, 0, 2), + (111284, "637406", 1, 0, 2), + (111285, "636454", 1, 0, 2), + (111286, "636454", 1, 0, 2), + (111287, "636455", 1, 0, 2), + (111288, "636455", 1, 0, 2), + (111289, "636455", 1, 0, 2), + (111290, "636455", 1, 0, 2), + (111291, "636455", 1, 0, 2), + (111292, "636455", 1, 0, 2), + (111293, "630203", 1, 0, 2), + (111294, "630555", 1, 0, 2), + (111295, "630555", 1, 0, 2), + (111296, "630556", 1, 0, 2), + (111297, "630556", 1, 0, 2), + (111298, "630556", 1, 0, 2), + (111299, "630556", 1, 0, 2), + (111300, "630557", 1, 0, 2), + (111301, "630557", 1, 0, 2), + (111302, "630557", 1, 0, 2), + (111303, "630558", 1, 0, 2), + (111304, "630559", 1, 0, 2), + (111305, "630559", 1, 0, 2), + (111306, "630709", 1, 0, 2), + (111307, "630709", 1, 0, 2), + (111308, "630709", 1, 0, 2), + (111309, "630709", 1, 0, 2), + (111310, "630709", 1, 0, 2), + (111311, "630709", 1, 0, 2), + (111312, "630709", 1, 0, 2), + (111313, "630609", 1, 0, 2), + (111314, "630203", 1, 0, 2), + (111315, "630609", 1, 0, 2), + (111316, "630609", 1, 0, 2), + (111317, "630710", 1, 0, 2), + (111318, "630710", 1, 0, 2), + (111319, "630710", 1, 0, 2), + (111320, "630710", 1, 0, 2), + (111321, "630710", 1, 0, 2), + (111322, "630610", 1, 0, 2), + (111323, "630552", 1, 0, 2), + (111324, "630305", 1, 0, 2), + (111325, "630610", 1, 0, 2), + (111326, "630610", 1, 0, 2), + (111327, "630610", 1, 0, 2), + (111328, "630610", 1, 0, 2), + (111329, "630610", 1, 0, 2), + (111330, "630610", 1, 0, 2), + (111331, "630562", 1, 0, 2), + (111332, "630211", 1, 0, 2), + (111333, "630211", 1, 0, 2), + (111334, "630211", 1, 0, 2), + (111335, "630211", 1, 0, 2), + (111336, "630211", 1, 0, 2), + (111337, "630204", 1, 0, 2), + (111338, "630211", 1, 0, 2), + (111339, "630211", 1, 0, 2), + (111340, "630211", 1, 0, 2), + (111341, "630211", 1, 0, 2), + (111342, "630211", 1, 0, 2), + (111343, "630611", 1, 0, 2), + (111344, "630611", 1, 0, 2), + (111345, "630611", 1, 0, 2), + (111346, "630612", 1, 0, 2), + (111347, "630611", 1, 0, 2), + (111348, "630611", 1, 0, 2), + (111349, "630611", 1, 0, 2), + (111350, "630612", 1, 0, 2), + (111351, "630611", 1, 0, 2), + (111352, "630611", 1, 0, 2), + (111353, "630611", 1, 0, 2), + (111354, "630611", 1, 0, 2), + (111355, "630408", 1, 0, 2), + (111356, "630408", 1, 0, 2), + (111357, "630408", 1, 0, 2), + (111358, "630408", 1, 0, 2), + (111359, "630321", 1, 0, 2), + (111360, "630553", 1, 0, 2), + (111361, "630553", 1, 0, 2), + (111362, "630553", 1, 0, 2), + (111363, "630553", 1, 0, 2), + (111364, "630566", 1, 0, 2), + (111365, "630566", 1, 0, 2), + (111366, "630602", 1, 0, 2), + (111367, "630702", 1, 0, 2), + (111368, "630702", 1, 0, 2), + (111369, "630702", 1, 0, 2), + (111370, "630702", 1, 0, 2), + (111371, "630702", 1, 0, 2), + (111372, "630702", 1, 0, 2), + (111373, "630702", 1, 0, 2), + (111374, "630702", 1, 0, 2), + (111375, "630551", 1, 0, 2), + (111376, "630551", 1, 0, 2), + (111377, "630551", 1, 0, 2), + (111378, "630551", 1, 0, 2), + (111379, "630551", 1, 0, 2), + (111380, "630551", 1, 0, 2), + (111381, "630551", 1, 0, 2), + (111382, "630551", 1, 0, 2), + (111383, "630305", 1, 0, 2), + (111384, "630305", 1, 0, 2), + (111385, "630305", 1, 0, 2), + (111386, "630305", 1, 0, 2), + (111387, "630305", 1, 0, 2), + (111388, "630305", 1, 0, 2), + (111389, "630609", 1, 0, 2), + (111390, "630609", 1, 0, 2), + (111391, "630609", 1, 0, 2), + (111392, "630609", 1, 0, 2), + (111393, "630609", 1, 0, 2), + (111394, "630609", 1, 0, 2), + (111395, "630609", 1, 0, 2), + (111396, "630554", 1, 0, 2), + (111397, "630554", 1, 0, 2), + (111398, "630554", 1, 0, 2), + (111399, "630554", 1, 0, 2), + (111400, "630554", 1, 0, 2), + (111401, "630554", 1, 0, 2), + (111402, "630555", 1, 0, 2), + (111403, "630313", 1, 0, 2), + (111404, "630313", 1, 0, 2), + (111405, "630562", 1, 0, 2), + (111406, "630562", 1, 0, 2), + (111407, "630203", 1, 0, 2), + (111408, "630562", 1, 0, 2), + (111409, "630562", 1, 0, 2), + (111410, "630562", 1, 0, 2), + (111411, "630562", 1, 0, 2), + (111412, "630562", 1, 0, 2), + (111413, "630562", 1, 0, 2), + (111414, "630562", 1, 0, 2), + (111415, "630562", 1, 0, 2), + (111416, "630562", 1, 0, 2), + (111417, "630562", 1, 0, 2), + (111418, "630562", 1, 0, 2), + (111419, "630562", 1, 0, 2), + (111420, "630562", 1, 0, 2), + (111421, "630562", 1, 0, 2), + (111422, "630562", 1, 0, 2), + (111423, "630713", 1, 0, 2), + (111424, "630713", 1, 0, 2), + (111425, "630713", 1, 0, 2), + (111426, "630713", 1, 0, 2), + (111427, "630204", 1, 0, 2), + (111428, "630713", 1, 0, 2), + (111429, "630210", 1, 0, 2), + (111430, "630210", 1, 0, 2), + (111431, "630210", 1, 0, 2), + (111432, "630610", 1, 0, 2), + (111433, "620005", 1, 0, 2), + (111434, "621001", 1, 0, 2), + (111435, "621001", 1, 0, 2), + (111436, "621001", 1, 0, 2), + (111437, "621001", 1, 0, 2), + (111438, "621001", 1, 0, 2), + (111439, "621133", 1, 0, 2), + (111440, "621133", 1, 0, 2), + (111441, "621206", 1, 0, 2), + (111442, "621206", 1, 0, 2), + (111443, "621206", 1, 0, 2), + (111444, "621206", 1, 0, 2), + (111445, "621206", 1, 0, 2), + (111446, "621206", 1, 0, 2), + (111447, "621206", 1, 0, 2), + (111448, "621002", 1, 0, 2), + (111449, "621002", 1, 0, 2), + (111450, "621002", 1, 0, 2), + (111451, "621002", 1, 0, 2), + (111452, "621002", 1, 0, 2), + (111453, "621002", 1, 0, 2), + (111454, "621002", 1, 0, 2), + (111455, "621002", 1, 0, 2), + (111456, "621002", 1, 0, 2), + (111457, "621002", 1, 0, 2), + (111458, "621002", 1, 0, 2), + (111459, "621002", 1, 0, 2), + (111460, "621003", 1, 0, 2), + (111461, "621003", 1, 0, 2), + (111462, "621003", 1, 0, 2), + (111463, "621003", 1, 0, 2), + (111464, "621003", 1, 0, 2), + (111465, "621003", 1, 0, 2), + (111466, "621004", 1, 0, 2), + (111467, "621004", 1, 0, 2), + (111468, "621004", 1, 0, 2), + (111469, "621220", 1, 0, 2), + (111470, "621220", 1, 0, 2), + (111471, "621220", 1, 0, 2), + (111472, "621220", 1, 0, 2), + (111473, "621110", 1, 0, 2), + (111474, "621110", 1, 0, 2), + (111475, "621110", 1, 0, 2), + (111476, "621006", 1, 0, 2), + (111477, "621006", 1, 0, 2), + (111478, "621006", 1, 0, 2), + (111479, "621708", 1, 0, 2), + (111480, "621708", 1, 0, 2), + (111481, "621708", 1, 0, 2), + (111482, "621708", 1, 0, 2), + (111483, "621708", 1, 0, 2), + (111484, "621708", 1, 0, 2), + (111485, "621708", 1, 0, 2), + (111486, "621708", 1, 0, 2), + (111487, "621708", 1, 0, 2), + (111488, "621708", 1, 0, 2), + (111489, "621708", 1, 0, 2), + (111490, "621108", 1, 0, 2), + (111491, "621108", 1, 0, 2), + (111492, "621108", 1, 0, 2), + (111493, "621108", 1, 0, 2), + (111494, "621108", 1, 0, 2), + (111495, "621108", 1, 0, 2), + (111496, "621108", 1, 0, 2), + (111497, "621005", 1, 0, 2), + (111498, "621005", 1, 0, 2), + (111499, "621005", 1, 0, 2), + (111500, "621005", 1, 0, 2), + (111501, "621005", 1, 0, 2), + (111502, "621005", 1, 0, 2), + (111503, "621101", 1, 0, 2), + (111504, "621101", 1, 0, 2), + (111505, "621101", 1, 0, 2), + (111506, "621102", 1, 0, 2), + (111507, "621102", 1, 0, 2), + (111508, "621103", 1, 0, 2), + (111509, "621103", 1, 0, 2), + (111510, "621103", 1, 0, 2), + (111511, "621103", 1, 0, 2), + (111512, "621103", 1, 0, 2), + (111513, "621104", 1, 0, 2), + (111514, "621104", 1, 0, 2), + (111515, "621104", 1, 0, 2), + (111516, "621104", 1, 0, 2), + (111517, "621207", 1, 0, 2), + (111518, "621207", 1, 0, 2), + (111519, "621207", 1, 0, 2), + (111520, "621207", 1, 0, 2), + (111521, "621207", 1, 0, 2), + (111522, "621207", 1, 0, 2), + (111523, "621207", 1, 0, 2), + (111524, "621207", 1, 0, 2), + (111525, "621207", 1, 0, 2), + (111526, "621207", 1, 0, 2), + (111527, "621113", 1, 0, 2), + (111528, "621113", 1, 0, 2), + (111529, "621113", 1, 0, 2), + (111530, "621113", 1, 0, 2), + (111531, "621113", 1, 0, 2), + (111532, "621220", 1, 0, 2), + (111533, "621114", 1, 0, 2), + (111534, "621114", 1, 0, 2), + (111535, "621011", 1, 0, 2), + (111536, "621011", 1, 0, 2), + (111537, "621011", 1, 0, 2), + (111538, "621011", 1, 0, 2), + (111539, "621011", 1, 0, 2), + (111540, "621011", 1, 0, 2), + (111541, "621115", 1, 0, 2), + (111542, "621115", 1, 0, 2), + (111543, "621115", 1, 0, 2), + (111544, "621115", 1, 0, 2), + (111545, "621115", 1, 0, 2), + (111546, "621115", 1, 0, 2), + (111547, "621115", 1, 0, 2), + (111548, "621115", 1, 0, 2), + (111549, "621115", 1, 0, 2), + (111550, "621116", 1, 0, 2), + (111551, "621116", 1, 0, 2), + (111552, "621116", 1, 0, 2), + (111553, "621006", 1, 0, 2), + (111554, "621006", 1, 0, 2), + (111555, "621006", 1, 0, 2), + (111556, "621007", 1, 0, 2), + (111557, "621007", 1, 0, 2), + (111558, "621004", 1, 0, 2), + (111559, "621107", 1, 0, 2), + (111560, "621107", 1, 0, 2), + (111561, "621107", 1, 0, 2), + (111562, "621107", 1, 0, 2), + (111563, "621118", 1, 0, 2), + (111564, "621118", 1, 0, 2), + (111565, "621118", 1, 0, 2), + (111566, "621014", 1, 0, 2), + (111567, "621014", 1, 0, 2), + (111568, "621014", 1, 0, 2), + (111569, "621014", 1, 0, 2), + (111570, "621014", 1, 0, 2), + (111571, "621014", 1, 0, 2), + (111572, "621220", 1, 0, 2), + (111573, "621008", 1, 0, 2), + (111574, "621008", 1, 0, 2), + (111575, "621008", 1, 0, 2), + (111576, "621008", 1, 0, 2), + (111577, "621008", 1, 0, 2), + (111578, "621008", 1, 0, 2), + (111579, "621216", 1, 0, 2), + (111580, "621216", 1, 0, 2), + (111581, "621216", 1, 0, 2), + (111582, "621216", 1, 0, 2), + (111583, "621009", 1, 0, 2), + (111584, "621009", 1, 0, 2), + (111585, "621009", 1, 0, 2), + (111586, "621215", 1, 0, 2), + (111587, "621215", 1, 0, 2), + (111588, "621215", 1, 0, 2), + (111589, "621215", 1, 0, 2), + (111590, "621215", 1, 0, 2), + (111591, "621215", 1, 0, 2), + (111592, "621215", 1, 0, 2), + (111593, "621215", 1, 0, 2), + (111594, "621215", 1, 0, 2), + (111595, "621215", 1, 0, 2), + (111596, "621104", 1, 0, 2), + (111597, "621104", 1, 0, 2), + (111598, "621104", 1, 0, 2), + (111599, "621104", 1, 0, 2), + (111600, "621104", 1, 0, 2), + (111601, "621001", 1, 0, 2), + (111602, "621001", 1, 0, 2), + (111603, "621001", 1, 0, 2), + (111604, "621112", 1, 0, 2), + (111605, "621112", 1, 0, 2), + (111606, "621112", 1, 0, 2), + (111607, "621213", 1, 0, 2), + (111608, "621213", 1, 0, 2), + (111609, "621213", 1, 0, 2), + (111610, "621213", 1, 0, 2), + (111611, "621213", 1, 0, 2), + (111612, "620006", 1, 0, 2), + (111613, "621217", 1, 0, 2), + (111614, "621217", 1, 0, 2), + (111615, "621217", 1, 0, 2), + (111616, "621217", 1, 0, 2), + (111617, "621217", 1, 0, 2), + (111618, "621214", 1, 0, 2), + (111619, "621214", 1, 0, 2), + (111620, "621214", 1, 0, 2), + (111621, "621214", 1, 0, 2), + (111622, "621214", 1, 0, 2), + (111623, "621214", 1, 0, 2), + (111624, "621214", 1, 0, 2), + (111625, "621214", 1, 0, 2), + (111626, "620005", 1, 0, 2), + (111627, "621005", 1, 0, 2), + (111628, "621005", 1, 0, 2), + (111629, "621005", 1, 0, 2), + (111630, "621209", 1, 0, 2), + (111631, "621209", 1, 0, 2), + (111632, "621209", 1, 0, 2), + (111633, "621116", 1, 0, 2), + (111634, "621116", 1, 0, 2), + (111635, "621117", 1, 0, 2), + (111636, "621117", 1, 0, 2), + (111637, "621117", 1, 0, 2), + (111638, "621117", 1, 0, 2), + (111639, "621117", 1, 0, 2), + (111640, "621117", 1, 0, 2), + (111641, "621117", 1, 0, 2), + (111642, "621117", 1, 0, 2), + (111643, "621117", 1, 0, 2), + (111644, "621117", 1, 0, 2), + (111645, "621012", 1, 0, 2), + (111646, "621012", 1, 0, 2), + (111647, "621012", 1, 0, 2), + (111648, "621012", 1, 0, 2), + (111649, "621012", 1, 0, 2), + (111650, "621219", 1, 0, 2), + (111651, "621219", 1, 0, 2), + (111652, "600047", 1, 0, 2), + (111653, "600071", 1, 0, 2), + (111654, "601202", 1, 0, 2), + (111655, "601204", 1, 0, 2), + (111656, "600052", 1, 0, 2), + (111657, "600069", 1, 0, 2), + (111658, "600069", 1, 0, 2), + (111659, "600069", 1, 0, 2), + (111660, "600095", 1, 0, 2), + (111661, "600095", 1, 0, 2), + (111662, "600128", 1, 0, 2), + (111663, "600122", 1, 0, 2), + (111664, "600128", 1, 0, 2), + (111665, "600123", 1, 0, 2), + (111666, "600123", 1, 0, 2), + (111667, "600072", 1, 0, 2), + (111668, "600072", 1, 0, 2), + (111669, "600072", 1, 0, 2), + (111670, "600072", 1, 0, 2), + (111671, "600056", 1, 0, 2), + (111672, "600056", 1, 0, 2), + (111673, "600125", 1, 0, 2), + (111674, "600062", 1, 0, 2), + (111675, "600062", 1, 0, 2), + (111676, "600124", 1, 0, 2), + (111677, "600124", 1, 0, 2), + (111678, "600124", 1, 0, 2), + (111679, "601204", 1, 0, 2), + (111680, "601204", 1, 0, 2), + (111681, "601204", 1, 0, 2), + (111682, "601201", 1, 0, 2), + (111683, "601201", 1, 0, 2), + (111684, "601201", 1, 0, 2), + (111685, "601201", 1, 0, 2), + (111686, "601201", 1, 0, 2), + (111687, "601201", 1, 0, 2), + (111688, "601201", 1, 0, 2), + (111689, "600019", 1, 0, 2), + (111690, "601206", 1, 0, 2), + (111691, "601206", 1, 0, 2), + (111692, "601206", 1, 0, 2), + (111693, "601206", 1, 0, 2), + (111694, "601206", 1, 0, 2), + (111695, "600118", 1, 0, 2), + (111696, "600118", 1, 0, 2), + (111697, "600099", 1, 0, 2), + (111698, "601205", 1, 0, 2), + (111699, "601205", 1, 0, 2), + (111700, "600052", 1, 0, 2), + (111701, "600052", 1, 0, 2), + (111702, "600052", 1, 0, 2), + (111703, "600052", 1, 0, 2), + (111704, "600052", 1, 0, 2), + (111705, "600052", 1, 0, 2), + (111706, "600045", 1, 0, 2), + (111707, "600045", 1, 0, 2), + (111708, "600127", 1, 0, 2), + (111709, "600127", 1, 0, 2), + (111710, "600127", 1, 0, 2), + (111711, "600048", 1, 0, 2), + (111712, "600127", 1, 0, 2), + (111713, "600048", 1, 0, 2), + (111714, "600127", 1, 0, 2), + (111715, "600058", 1, 0, 2), + (111716, "600053", 1, 0, 2), + (111717, "601101", 1, 0, 2), + (111718, "601101", 1, 0, 2), + (111719, "601101", 1, 0, 2), + (111720, "600057", 1, 0, 2), + (111721, "601201", 1, 0, 2), + (111722, "601201", 1, 0, 2), + (111723, "601201", 1, 0, 2), + (111724, "601201", 1, 0, 2), + (111725, "601201", 1, 0, 2), + (111726, "601201", 1, 0, 2), + (111727, "601201", 1, 0, 2), + (111728, "600055", 1, 0, 2), + (111729, "600055", 1, 0, 2), + (111730, "600055", 1, 0, 2), + (111731, "600055", 1, 0, 2), + (111732, "600055", 1, 0, 2), + (111733, "601202", 1, 0, 2), + (111734, "601202", 1, 0, 2), + (111735, "601202", 1, 0, 2), + (111736, "601202", 1, 0, 2), + (111737, "601202", 1, 0, 2), + (111738, "600060", 1, 0, 2), + (111739, "600103", 1, 0, 2), + (111740, "600103", 1, 0, 2), + (111741, "600103", 1, 0, 2), + (111742, "600053", 1, 0, 2), + (111743, "601203", 1, 0, 2), + (111744, "601203", 1, 0, 2), + (111745, "601203", 1, 0, 2), + (111746, "601203", 1, 0, 2), + (111747, "601203", 1, 0, 2), + (111748, "601203", 1, 0, 2), + (111749, "601203", 1, 0, 2), + (111750, "601203", 1, 0, 2), + (111751, "601203", 1, 0, 2), + (111752, "601203", 1, 0, 2), + (111753, "600120", 1, 0, 2), + (111754, "600120", 1, 0, 2), + (111755, "600120", 1, 0, 2), + (111756, "601204", 1, 0, 2), + (111757, "601204", 1, 0, 2), + (111758, "601204", 1, 0, 2), + (111759, "601204", 1, 0, 2), + (111760, "600067", 1, 0, 2), + (111761, "600067", 1, 0, 2), + (111762, "600067", 1, 0, 2), + (111763, "600067", 1, 0, 2), + (111764, "600067", 1, 0, 2), + (111765, "600067", 1, 0, 2), + (111766, "600124", 1, 0, 2), + (111767, "600124", 1, 0, 2), + (111768, "600077", 1, 0, 2), + (111769, "600077", 1, 0, 2), + (111770, "600077", 1, 0, 2), + (111771, "600044", 1, 0, 2), + (111772, "600132", 1, 0, 2), + (111773, "600132", 1, 0, 2), + (111774, "600130", 1, 0, 2), + (111775, "603103", 1, 0, 2), + (111776, "603103", 1, 0, 2), + (111777, "603112", 1, 0, 2), + (111778, "603112", 1, 0, 2), + (111779, "600044", 1, 0, 2), + (111780, "601301", 1, 0, 2), + (111781, "601301", 1, 0, 2), + (111782, "600044", 1, 0, 2), + (111783, "600059", 1, 0, 2), + (111784, "600126", 1, 0, 2), + (111785, "600073", 1, 0, 2), + (111786, "600063", 1, 0, 2), + (111787, "600063", 1, 0, 2), + (111788, "613402", 1, 0, 2), + (111789, "614103", 1, 0, 2), + (111790, "612301", 1, 0, 2), + (111791, "614403", 1, 0, 2), + (111792, "612804", 1, 0, 2), + (111793, "614303", 1, 0, 2), + (111794, "613101", 1, 0, 2), + (111795, "613602", 1, 0, 2), + (111796, "614018", 1, 0, 2), + (111797, "613101", 1, 0, 2), + (111798, "613204", 1, 0, 2), + (111799, "612804", 1, 0, 2), + (111800, "613003", 1, 0, 2), + (111801, "614019", 1, 0, 2), + (111802, "614404", 1, 0, 2), + (111803, "613001", 1, 0, 2), + (111804, "613205", 1, 0, 2), + (111805, "613504", 1, 0, 2), + (111806, "614402", 1, 0, 2), + (111807, "612802", 1, 0, 2), + (111808, "613602", 1, 0, 2), + (111809, "614211", 1, 0, 2), + (111810, "612804", 1, 0, 2), + (111811, "613403", 1, 0, 2), + (111812, "614403", 1, 0, 2), + (111813, "614401", 1, 0, 2), + (111814, "613602", 1, 0, 2), + (111815, "614404", 1, 0, 2), + (111816, "612803", 1, 0, 2), + (111817, "613104", 1, 0, 2), + (111818, "614403", 1, 0, 2), + (111819, "612801", 1, 0, 2), + (111820, "614101", 1, 0, 2), + (111821, "614018", 1, 0, 2), + (111822, "613602", 1, 0, 2), + (111823, "614019", 1, 0, 2), + (111824, "613002", 1, 0, 2), + (111825, "613504", 1, 0, 2), + (111826, "614203", 1, 0, 2), + (111827, "613203", 1, 0, 2), + (111828, "614101", 1, 0, 2), + (111829, "612801", 1, 0, 2), + (111830, "614203", 1, 0, 2), + (111831, "614014", 1, 0, 2), + (111832, "614103", 1, 0, 2), + (111833, "613101", 1, 0, 2), + (111834, "614708", 1, 0, 2), + (111835, "610206", 1, 0, 2), + (111836, "613102", 1, 0, 2), + (111837, "613102", 1, 0, 2), + (111838, "614705", 1, 0, 2), + (111839, "612804", 1, 0, 2), + (111840, "614017", 1, 0, 2), + (111841, "614016", 1, 0, 2), + (111842, "613204", 1, 0, 2), + (111843, "614206", 1, 0, 2), + (111844, "614404", 1, 0, 2), + (111845, "613204", 1, 0, 2), + (111846, "610206", 1, 0, 2), + (111847, "613403", 1, 0, 2), + (111848, "613204", 1, 0, 2), + (111849, "613001", 1, 0, 2), + (111850, "613105", 1, 0, 2), + (111851, "613402", 1, 0, 2), + (111852, "613501", 1, 0, 2), + (111853, "614708", 1, 0, 2), + (111854, "614402", 1, 0, 2), + (111855, "610206", 1, 0, 2), + (111856, "614013", 1, 0, 2), + (111857, "614705", 1, 0, 2), + (111858, "614402", 1, 0, 2), + (111859, "614202", 1, 0, 2), + (111860, "614020", 1, 0, 2), + (111861, "614019", 1, 0, 2), + (111862, "612803", 1, 0, 2), + (111863, "613004", 1, 0, 2), + (111864, "613003", 1, 0, 2), + (111865, "613501", 1, 0, 2), + (111866, "613403", 1, 0, 2), + (111867, "613402", 1, 0, 2), + (111868, "612803", 1, 0, 2), + (111869, "614717", 1, 0, 2), + (111870, "613104", 1, 0, 2), + (111871, "613204", 1, 0, 2), + (111872, "613009", 1, 0, 2), + (111873, "614204", 1, 0, 2), + (111874, "613104", 1, 0, 2), + (111875, "614017", 1, 0, 2), + (111876, "613007", 1, 0, 2), + (111877, "614001", 1, 0, 2), + (111878, "613003", 1, 0, 2), + (111879, "610206", 1, 0, 2), + (111880, "613204", 1, 0, 2), + (111881, "614302", 1, 0, 2), + (111882, "614013", 1, 0, 2), + (111883, "614203", 1, 0, 2), + (111884, "614202", 1, 0, 2), + (111885, "613005", 1, 0, 2), + (111886, "613102", 1, 0, 2), + (111887, "614708", 1, 0, 2), + (111888, "613504", 1, 0, 2), + (111889, "613502", 1, 0, 2), + (111890, "613102", 1, 0, 2), + (111891, "613003", 1, 0, 2), + (111892, "612803", 1, 0, 2), + (111893, "613504", 1, 0, 2), + (111894, "612803", 1, 0, 2), + (111895, "612802", 1, 0, 2), + (111896, "614001", 1, 0, 2), + (111897, "613002", 1, 0, 2), + (111898, "613601", 1, 0, 2), + (111899, "613602", 1, 0, 2), + (111900, "613601", 1, 0, 2), + (111901, "613504", 1, 0, 2), + (111902, "613004", 1, 0, 2), + (111903, "613504", 1, 0, 2), + (111904, "614016", 1, 0, 2), + (111905, "614019", 1, 0, 2), + (111906, "614206", 1, 0, 2), + (111907, "614101", 1, 0, 2), + (111908, "613601", 1, 0, 2), + (111909, "614020", 1, 0, 2), + (111910, "614710", 1, 0, 2), + (111911, "612802", 1, 0, 2), + (111912, "613007", 1, 0, 2), + (111913, "613001", 1, 0, 2), + (111914, "613303", 1, 0, 2), + (111915, "612804", 1, 0, 2), + (111916, "613204", 1, 0, 2), + (111917, "614717", 1, 0, 2), + (111918, "612804", 1, 0, 2), + (111919, "613105", 1, 0, 2), + (111920, "613202", 1, 0, 2), + (111921, "614710", 1, 0, 2), + (111922, "613303", 1, 0, 2), + (111923, "614402", 1, 0, 2), + (111924, "613401", 1, 0, 2), + (111925, "612301", 1, 0, 2), + (111926, "613204", 1, 0, 2), + (111927, "612301", 1, 0, 2), + (111928, "613103", 1, 0, 2), + (111929, "613003", 1, 0, 2); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (111930, "612301", 1, 0, 2), + (111931, "614401", 1, 0, 2), + (111932, "614202", 1, 0, 2), + (111933, "614203", 1, 0, 2), + (111934, "614205", 1, 0, 2), + (111935, "613201", 1, 0, 2), + (111936, "614302", 1, 0, 2), + (111937, "614102", 1, 0, 2), + (111938, "614019", 1, 0, 2), + (111939, "614019", 1, 0, 2), + (111940, "613203", 1, 0, 2), + (111941, "614206", 1, 0, 2), + (111942, "614019", 1, 0, 2), + (111943, "613104", 1, 0, 2), + (111944, "613401", 1, 0, 2), + (111945, "614017", 1, 0, 2), + (111946, "614019", 1, 0, 2), + (111947, "613601", 1, 0, 2), + (111948, "613101", 1, 0, 2), + (111949, "614717", 1, 0, 2), + (111950, "613204", 1, 0, 2), + (111951, "613101", 1, 0, 2), + (111952, "614303", 1, 0, 2), + (111953, "613402", 1, 0, 2), + (111954, "613602", 1, 0, 2), + (111955, "613204", 1, 0, 2), + (111956, "613006", 1, 0, 2), + (111957, "612802", 1, 0, 2), + (111958, "613105", 1, 0, 2), + (111959, "614102", 1, 0, 2), + (111960, "614019", 1, 0, 2), + (111961, "613501", 1, 0, 2), + (111962, "613502", 1, 0, 2), + (111963, "614717", 1, 0, 2), + (111964, "613303", 1, 0, 2), + (111965, "613104", 1, 0, 2), + (111966, "612801", 1, 0, 2), + (111967, "614018", 1, 0, 2), + (111968, "613104", 1, 0, 2), + (111969, "614401", 1, 0, 2), + (111970, "614302", 1, 0, 2), + (111971, "614202", 1, 0, 2), + (111972, "614206", 1, 0, 2), + (111973, "613402", 1, 0, 2), + (111974, "614710", 1, 0, 2), + (111975, "614404", 1, 0, 2), + (111976, "614101", 1, 0, 2), + (111977, "614001", 1, 0, 2), + (111978, "614705", 1, 0, 2), + (111979, "613004", 1, 0, 2), + (111980, "613602", 1, 0, 2), + (111981, "614710", 1, 0, 2), + (111982, "613006", 1, 0, 2), + (111983, "612802", 1, 0, 2), + (111984, "613203", 1, 0, 2), + (111985, "614206", 1, 0, 2), + (111986, "614302", 1, 0, 2), + (111987, "610206", 1, 0, 2), + (111988, "613102", 1, 0, 2), + (111989, "613501", 1, 0, 2), + (111990, "612803", 1, 0, 2), + (111991, "612801", 1, 0, 2), + (111992, "614015", 1, 0, 2), + (111993, "614018", 1, 0, 2), + (111994, "614717", 1, 0, 2), + (111995, "613005", 1, 0, 2), + (111996, "612804", 1, 0, 2), + (111997, "613402", 1, 0, 2), + (111998, "613104", 1, 0, 2), + (111999, "613201", 1, 0, 2), + (112000, "613006", 1, 0, 2), + (112001, "613203", 1, 0, 2), + (112002, "614018", 1, 0, 2), + (112003, "614404", 1, 0, 2), + (112004, "613104", 1, 0, 2), + (112005, "612802", 1, 0, 2), + (112006, "614403", 1, 0, 2), + (112007, "614019", 1, 0, 2), + (112008, "613402", 1, 0, 2), + (112009, "614019", 1, 0, 2), + (112010, "613205", 1, 0, 2), + (112011, "614018", 1, 0, 2), + (112012, "613602", 1, 0, 2), + (112013, "614017", 1, 0, 2), + (112014, "614013", 1, 0, 2), + (112015, "614705", 1, 0, 2), + (112016, "614014", 1, 0, 2), + (112017, "614708", 1, 0, 2), + (112018, "614203", 1, 0, 2), + (112019, "614018", 1, 0, 2), + (112020, "614013", 1, 0, 2), + (112021, "614019", 1, 0, 2), + (112022, "614303", 1, 0, 2), + (112023, "614705", 1, 0, 2), + (112024, "614015", 1, 0, 2), + (112025, "614708", 1, 0, 2), + (112026, "612803", 1, 0, 2), + (112027, "613103", 1, 0, 2), + (112028, "614208", 1, 0, 2), + (112029, "614204", 1, 0, 2), + (112030, "613101", 1, 0, 2), + (112031, "614015", 1, 0, 2), + (112032, "614101", 1, 0, 2), + (112033, "614101", 1, 0, 2), + (112034, "614101", 1, 0, 2), + (112035, "614301", 1, 0, 2), + (112036, "613105", 1, 0, 2), + (112037, "613502", 1, 0, 2), + (112038, "613502", 1, 0, 2), + (112039, "614018", 1, 0, 2), + (112040, "614208", 1, 0, 2), + (112041, "614717", 1, 0, 2), + (112042, "614404", 1, 0, 2), + (112043, "614404", 1, 0, 2), + (112044, "614301", 1, 0, 2), + (112045, "614710", 1, 0, 2), + (112046, "614210", 1, 0, 2), + (112047, "614019", 1, 0, 2), + (112048, "613104", 1, 0, 2), + (112049, "614016", 1, 0, 2), + (112050, "614404", 1, 0, 2), + (112051, "612804", 1, 0, 2), + (112052, "614402", 1, 0, 2), + (112053, "614404", 1, 0, 2), + (112054, "614302", 1, 0, 2), + (112055, "612701", 1, 0, 2), + (112056, "613602", 1, 0, 2), + (112057, "612804", 1, 0, 2), + (112058, "614717", 1, 0, 2), + (112059, "613104", 1, 0, 2), + (112060, "614017", 1, 0, 2), + (112061, "614101", 1, 0, 2), + (112062, "613402", 1, 0, 2), + (112063, "613003", 1, 0, 2), + (112064, "613504", 1, 0, 2), + (112065, "614205", 1, 0, 2), + (112066, "625518", 1, 0, 2), + (112067, "625602", 1, 0, 2), + (112068, "625705", 1, 0, 2), + (112069, "625536", 1, 0, 2), + (112070, "625534", 1, 0, 2), + (112071, "625602", 1, 0, 2), + (112072, "625602", 1, 0, 2), + (112073, "625602", 1, 0, 2), + (112074, "625517", 1, 0, 2), + (112075, "625517", 1, 0, 2), + (112076, "625517", 1, 0, 2), + (112077, "625517", 1, 0, 2), + (112078, "625517", 1, 0, 2), + (112079, "625517", 1, 0, 2), + (112080, "625203", 1, 0, 2), + (112081, "625579", 1, 0, 2), + (112082, "625579", 1, 0, 2), + (112083, "625579", 1, 0, 2), + (112084, "625579", 1, 0, 2), + (112085, "625579", 1, 0, 2), + (112086, "625579", 1, 0, 2), + (112087, "625579", 1, 0, 2), + (112088, "625579", 1, 0, 2), + (112089, "625579", 1, 0, 2), + (112090, "625579", 1, 0, 2), + (112091, "625523", 1, 0, 2), + (112092, "625523", 1, 0, 2), + (112093, "625604", 1, 0, 2), + (112094, "625604", 1, 0, 2), + (112095, "625705", 1, 0, 2), + (112096, "625705", 1, 0, 2), + (112097, "625705", 1, 0, 2), + (112098, "625705", 1, 0, 2), + (112099, "625705", 1, 0, 2), + (112100, "625705", 1, 0, 2), + (112101, "625705", 1, 0, 2), + (112102, "625705", 1, 0, 2), + (112103, "625532", 1, 0, 2), + (112104, "625532", 1, 0, 2), + (112105, "625532", 1, 0, 2), + (112106, "625532", 1, 0, 2), + (112107, "625532", 1, 0, 2), + (112108, "625532", 1, 0, 2), + (112109, "625532", 1, 0, 2), + (112110, "625532", 1, 0, 2), + (112111, "625532", 1, 0, 2), + (112112, "625532", 1, 0, 2), + (112113, "625537", 1, 0, 2), + (112114, "625537", 1, 0, 2), + (112115, "625537", 1, 0, 2), + (112116, "625537", 1, 0, 2), + (112117, "625537", 1, 0, 2), + (112118, "625537", 1, 0, 2), + (112119, "625537", 1, 0, 2), + (112120, "625603", 1, 0, 2), + (112121, "625603", 1, 0, 2), + (112122, "625562", 1, 0, 2), + (112123, "625562", 1, 0, 2), + (112124, "625562", 1, 0, 2), + (112125, "625562", 1, 0, 2), + (112126, "625562", 1, 0, 2), + (112127, "625534", 1, 0, 2), + (112128, "625534", 1, 0, 2), + (112129, "625534", 1, 0, 2), + (112130, "625534", 1, 0, 2), + (112131, "625534", 1, 0, 2), + (112132, "625534", 1, 0, 2), + (112133, "625519", 1, 0, 2), + (112134, "625520", 1, 0, 2), + (112135, "625520", 1, 0, 2), + (112136, "625520", 1, 0, 2), + (112137, "625520", 1, 0, 2), + (112138, "625521", 1, 0, 2), + (112139, "625540", 1, 0, 2), + (112140, "625582", 1, 0, 2), + (112141, "625582", 1, 0, 2), + (112142, "625582", 1, 0, 2), + (112143, "625530", 1, 0, 2), + (112144, "625530", 1, 0, 2), + (112145, "625530", 1, 0, 2), + (112146, "625530", 1, 0, 2), + (112147, "625530", 1, 0, 2), + (112148, "625530", 1, 0, 2), + (112149, "625533", 1, 0, 2), + (112150, "625533", 1, 0, 2), + (112151, "625512", 1, 0, 2), + (112152, "625512", 1, 0, 2), + (112153, "625512", 1, 0, 2), + (112154, "625512", 1, 0, 2), + (112155, "625512", 1, 0, 2), + (112156, "625512", 1, 0, 2), + (112157, "625512", 1, 0, 2), + (112158, "625512", 1, 0, 2), + (112159, "625512", 1, 0, 2), + (112160, "625512", 1, 0, 2), + (112161, "625602", 1, 0, 2), + (112162, "625602", 1, 0, 2), + (112163, "625527", 1, 0, 2), + (112164, "625527", 1, 0, 2), + (112165, "625527", 1, 0, 2), + (112166, "625527", 1, 0, 2), + (112167, "625527", 1, 0, 2), + (112168, "625527", 1, 0, 2), + (112169, "625527", 1, 0, 2), + (112170, "625527", 1, 0, 2), + (112171, "625527", 1, 0, 2), + (112172, "625527", 1, 0, 2), + (112173, "625529", 1, 0, 2), + (112174, "625529", 1, 0, 2), + (112175, "625529", 1, 0, 2), + (112176, "625529", 1, 0, 2), + (112177, "625529", 1, 0, 2), + (112178, "625529", 1, 0, 2), + (112179, "625529", 1, 0, 2), + (112180, "625605", 1, 0, 2), + (112181, "625605", 1, 0, 2), + (112182, "625605", 1, 0, 2), + (112183, "625531", 1, 0, 2), + (112184, "625531", 1, 0, 2), + (112185, "625531", 1, 0, 2), + (112186, "625531", 1, 0, 2), + (112187, "625536", 1, 0, 2), + (112188, "625536", 1, 0, 2), + (112189, "625536", 1, 0, 2), + (112190, "625536", 1, 0, 2), + (112191, "625536", 1, 0, 2), + (112192, "625536", 1, 0, 2), + (112193, "625535", 1, 0, 2), + (112194, "625535", 1, 0, 2), + (112195, "625535", 1, 0, 2), + (112196, "625535", 1, 0, 2), + (112197, "625535", 1, 0, 2), + (112198, "625535", 1, 0, 2), + (112199, "625535", 1, 0, 2), + (112200, "625535", 1, 0, 2), + (112201, "625535", 1, 0, 2), + (112202, "625535", 1, 0, 2), + (112203, "625540", 1, 0, 2), + (112204, "625540", 1, 0, 2), + (112205, "625524", 1, 0, 2), + (112206, "625524", 1, 0, 2), + (112207, "625524", 1, 0, 2), + (112208, "625525", 1, 0, 2), + (112209, "625526", 1, 0, 2), + (112210, "625526", 1, 0, 2), + (112211, "625528", 1, 0, 2), + (112212, "625528", 1, 0, 2), + (112213, "625528", 1, 0, 2), + (112214, "625528", 1, 0, 2), + (112215, "625528", 1, 0, 2), + (112216, "625582", 1, 0, 2), + (112217, "625582", 1, 0, 2), + (112218, "625582", 1, 0, 2), + (112219, "625582", 1, 0, 2), + (112220, "625582", 1, 0, 2), + (112221, "625515", 1, 0, 2), + (112222, "625515", 1, 0, 2), + (112223, "625515", 1, 0, 2), + (112224, "625515", 1, 0, 2), + (112225, "625515", 1, 0, 2), + (112226, "625515", 1, 0, 2), + (112227, "625515", 1, 0, 2), + (112228, "625515", 1, 0, 2), + (112229, "625515", 1, 0, 2), + (112230, "625582", 1, 0, 2), + (112231, "625516", 1, 0, 2), + (112232, "625516", 1, 0, 2), + (112233, "625516", 1, 0, 2), + (112234, "621701", 1, 0, 2), + (112235, "621704", 1, 0, 2), + (112236, "620021", 1, 0, 2), + (112237, "621653", 1, 0, 2), + (112238, "621653", 1, 0, 2), + (112239, "621653", 1, 0, 2), + (112240, "621653", 1, 0, 2), + (112241, "621653", 1, 0, 2), + (112242, "621651", 1, 0, 2), + (112243, "621651", 1, 0, 2), + (112244, "621651", 1, 0, 2), + (112245, "621651", 1, 0, 2), + (112246, "621651", 1, 0, 2), + (112247, "621651", 1, 0, 2), + (112248, "621651", 1, 0, 2), + (112249, "621651", 1, 0, 2), + (112250, "621651", 1, 0, 2), + (112251, "621652", 1, 0, 2), + (112252, "621652", 1, 0, 2), + (112253, "621652", 1, 0, 2), + (112254, "621705", 1, 0, 2), + (112255, "621705", 1, 0, 2), + (112256, "621705", 1, 0, 2), + (112257, "621705", 1, 0, 2), + (112258, "621705", 1, 0, 2), + (112259, "639103", 1, 0, 2), + (112260, "639103", 1, 0, 2), + (112261, "639103", 1, 0, 2), + (112262, "620011", 1, 0, 2), + (112263, "621730", 1, 0, 2), + (112264, "621730", 1, 0, 2), + (112265, "612901", 1, 0, 2), + (112266, "612901", 1, 0, 2), + (112267, "612901", 1, 0, 2), + (112268, "612901", 1, 0, 2), + (112269, "612901", 1, 0, 2), + (112270, "612901", 1, 0, 2), + (112271, "612901", 1, 0, 2), + (112272, "612901", 1, 0, 2), + (112273, "612901", 1, 0, 2), + (112274, "621802", 1, 0, 2), + (112275, "621802", 1, 0, 2), + (112276, "621802", 1, 0, 2), + (112277, "621802", 1, 0, 2), + (112278, "621802", 1, 0, 2), + (112279, "621802", 1, 0, 2), + (112280, "621802", 1, 0, 2), + (112281, "621705", 1, 0, 2), + (112282, "608901", 1, 0, 2), + (112283, "621707", 1, 0, 2), + (112284, "621707", 1, 0, 2), + (112285, "621707", 1, 0, 2), + (112286, "621707", 1, 0, 2), + (112287, "621707", 1, 0, 2), + (112288, "621707", 1, 0, 2), + (112289, "621707", 1, 0, 2), + (112290, "612902", 1, 0, 2), + (112291, "612902", 1, 0, 2), + (112292, "612902", 1, 0, 2), + (112293, "612902", 1, 0, 2), + (112294, "612902", 1, 0, 2), + (112295, "621709", 1, 0, 2), + (112296, "621709", 1, 0, 2), + (112297, "621709", 1, 0, 2), + (112298, "621709", 1, 0, 2), + (112299, "612903", 1, 0, 2), + (112300, "612903", 1, 0, 2), + (112301, "612903", 1, 0, 2), + (112302, "612903", 1, 0, 2), + (112303, "612903", 1, 0, 2), + (112304, "612903", 1, 0, 2), + (112305, "612903", 1, 0, 2), + (112306, "612903", 1, 0, 2), + (112307, "612903", 1, 0, 2), + (112308, "612903", 1, 0, 2), + (112309, "612903", 1, 0, 2), + (112310, "621710", 1, 0, 2), + (112311, "621710", 1, 0, 2), + (112312, "621710", 1, 0, 2), + (112313, "621710", 1, 0, 2), + (112314, "621710", 1, 0, 2), + (112315, "621710", 1, 0, 2), + (112316, "621710", 1, 0, 2), + (112317, "621710", 1, 0, 2), + (112318, "621710", 1, 0, 2), + (112319, "621711", 1, 0, 2), + (112320, "621711", 1, 0, 2), + (112321, "621711", 1, 0, 2), + (112322, "621711", 1, 0, 2), + (112323, "621711", 1, 0, 2), + (112324, "621711", 1, 0, 2), + (112325, "621711", 1, 0, 2), + (112326, "621712", 1, 0, 2), + (112327, "621712", 1, 0, 2), + (112328, "621712", 1, 0, 2), + (112329, "621712", 1, 0, 2), + (112330, "621712", 1, 0, 2), + (112331, "621712", 1, 0, 2), + (112332, "621712", 1, 0, 2), + (112333, "621713", 1, 0, 2), + (112334, "621713", 1, 0, 2), + (112335, "621713", 1, 0, 2), + (112336, "621713", 1, 0, 2), + (112337, "621713", 1, 0, 2), + (112338, "621713", 1, 0, 2), + (112339, "621713", 1, 0, 2), + (112340, "621713", 1, 0, 2), + (112341, "621713", 1, 0, 2), + (112342, "621713", 1, 0, 2), + (112343, "621713", 1, 0, 2), + (112344, "621713", 1, 0, 2), + (112345, "621718", 1, 0, 2), + (112346, "621718", 1, 0, 2), + (112347, "621718", 1, 0, 2), + (112348, "621718", 1, 0, 2), + (112349, "621718", 1, 0, 2), + (112350, "620011", 1, 0, 2), + (112351, "620011", 1, 0, 2), + (112352, "620101", 1, 0, 2), + (112353, "620101", 1, 0, 2), + (112354, "620016", 1, 0, 2), + (112355, "639112", 1, 0, 2), + (112356, "620009", 1, 0, 2), + (112357, "620009", 1, 0, 2), + (112358, "620009", 1, 0, 2), + (112359, "620009", 1, 0, 2), + (112360, "620009", 1, 0, 2), + (112361, "620015", 1, 0, 2), + (112362, "620015", 1, 0, 2), + (112363, "620015", 1, 0, 2), + (112364, "621718", 1, 0, 2), + (112365, "621714", 1, 0, 2), + (112366, "621714", 1, 0, 2), + (112367, "621714", 1, 0, 2), + (112368, "621714", 1, 0, 2), + (112369, "621714", 1, 0, 2), + (112370, "621714", 1, 0, 2), + (112371, "621714", 1, 0, 2), + (112372, "621714", 1, 0, 2), + (112373, "612904", 1, 0, 2), + (112374, "612904", 1, 0, 2), + (112375, "612904", 1, 0, 2), + (112376, "612904", 1, 0, 2), + (112377, "612904", 1, 0, 2), + (112378, "612904", 1, 0, 2), + (112379, "612904", 1, 0, 2), + (112380, "621705", 1, 0, 2), + (112381, "621705", 1, 0, 2), + (112382, "621803", 1, 0, 2), + (112383, "621803", 1, 0, 2), + (112384, "621803", 1, 0, 2), + (112385, "621803", 1, 0, 2), + (112386, "621803", 1, 0, 2), + (112387, "621803", 1, 0, 2), + (112388, "621803", 1, 0, 2), + (112389, "621803", 1, 0, 2), + (112390, "621803", 1, 0, 2), + (112391, "621803", 1, 0, 2), + (112392, "621803", 1, 0, 2), + (112393, "621706", 1, 0, 2), + (112394, "621706", 1, 0, 2), + (112395, "621706", 1, 0, 2), + (112396, "621706", 1, 0, 2), + (112397, "608901", 1, 0, 2), + (112398, "608901", 1, 0, 2), + (112399, "608901", 1, 0, 2), + (112400, "608901", 1, 0, 2), + (112401, "608901", 1, 0, 2), + (112402, "608901", 1, 0, 2), + (112403, "612904", 1, 0, 2), + (112404, "612904", 1, 0, 2), + (112405, "612904", 1, 0, 2), + (112406, "621851", 1, 0, 2), + (112407, "621851", 1, 0, 2), + (112408, "621851", 1, 0, 2), + (112409, "621851", 1, 0, 2), + (112410, "621851", 1, 0, 2), + (112411, "621851", 1, 0, 2), + (112412, "621715", 1, 0, 2), + (112413, "621715", 1, 0, 2), + (112414, "621715", 1, 0, 2), + (112415, "621715", 1, 0, 2), + (112416, "621715", 1, 0, 2), + (112417, "621715", 1, 0, 2), + (112418, "621715", 1, 0, 2), + (112419, "621715", 1, 0, 2), + (112420, "621715", 1, 0, 2), + (112421, "621715", 1, 0, 2), + (112422, "621804", 1, 0, 2), + (112423, "621804", 1, 0, 2), + (112424, "621804", 1, 0, 2), + (112425, "621804", 1, 0, 2), + (112426, "621804", 1, 0, 2), + (112427, "621804", 1, 0, 2), + (112428, "621804", 1, 0, 2), + (112429, "621804", 1, 0, 2), + (112430, "621804", 1, 0, 2), + (112431, "621804", 1, 0, 2), + (112432, "621804", 1, 0, 2), + (112433, "621804", 1, 0, 2), + (112434, "621804", 1, 0, 2), + (112435, "621804", 1, 0, 2), + (112436, "621804", 1, 0, 2), + (112437, "621804", 1, 0, 2), + (112438, "621218", 1, 0, 2), + (112439, "621218", 1, 0, 2), + (112440, "621218", 1, 0, 2), + (112441, "621218", 1, 0, 2), + (112442, "621218", 1, 0, 2), + (112443, "621218", 1, 0, 2), + (112444, "621805", 1, 0, 2), + (112445, "621805", 1, 0, 2), + (112446, "621805", 1, 0, 2), + (112447, "621805", 1, 0, 2), + (112448, "621806", 1, 0, 2), + (112449, "621806", 1, 0, 2), + (112450, "621806", 1, 0, 2), + (112451, "620015", 1, 0, 2), + (112452, "620015", 1, 0, 2), + (112453, "620102", 1, 0, 2), + (112454, "620102", 1, 0, 2), + (112455, "620102", 1, 0, 2), + (112456, "620102", 1, 0, 2), + (112457, "620102", 1, 0, 2), + (112458, "620102", 1, 0, 2), + (112459, "620102", 1, 0, 2), + (112460, "620102", 1, 0, 2), + (112461, "620013", 1, 0, 2), + (112462, "620013", 1, 0, 2), + (112463, "620013", 1, 0, 2), + (112464, "620013", 1, 0, 2), + (112465, "620013", 1, 0, 2), + (112466, "620013", 1, 0, 2), + (112467, "620007", 1, 0, 2), + (112468, "639115", 1, 0, 2), + (112469, "639115", 1, 0, 2), + (112470, "639115", 1, 0, 2), + (112471, "621701", 1, 0, 2), + (112472, "621701", 1, 0, 2), + (112473, "621701", 1, 0, 2), + (112474, "621701", 1, 0, 2), + (112475, "621701", 1, 0, 2), + (112476, "621701", 1, 0, 2), + (112477, "621701", 1, 0, 2), + (112478, "621701", 1, 0, 2), + (112479, "621701", 1, 0, 2), + (112480, "621701", 1, 0, 2), + (112481, "621701", 1, 0, 2), + (112482, "621701", 1, 0, 2), + (112483, "621702", 1, 0, 2), + (112484, "621702", 1, 0, 2), + (112485, "621702", 1, 0, 2), + (112486, "621702", 1, 0, 2), + (112487, "621702", 1, 0, 2), + (112488, "621801", 1, 0, 2), + (112489, "621703", 1, 0, 2), + (112490, "621703", 1, 0, 2), + (112491, "621703", 1, 0, 2), + (112492, "621703", 1, 0, 2), + (112493, "621703", 1, 0, 2), + (112494, "621703", 1, 0, 2), + (112495, "621703", 1, 0, 2), + (112496, "621704", 1, 0, 2), + (112497, "621704", 1, 0, 2), + (112498, "621704", 1, 0, 2), + (112499, "621704", 1, 0, 2), + (112500, "621704", 1, 0, 2), + (112501, "621704", 1, 0, 2), + (112502, "621704", 1, 0, 2), + (112503, "621704", 1, 0, 2), + (112504, "621704", 1, 0, 2), + (112505, "621704", 1, 0, 2), + (112506, "621704", 1, 0, 2), + (112507, "621704", 1, 0, 2), + (112508, "621719", 1, 0, 2), + (112509, "621719", 1, 0, 2), + (112510, "621719", 1, 0, 2), + (112511, "621719", 1, 0, 2), + (112512, "621719", 1, 0, 2), + (112513, "621719", 1, 0, 2), + (112514, "621719", 1, 0, 2), + (112515, "621730", 1, 0, 2), + (112516, "639101", 1, 0, 2), + (112517, "639101", 1, 0, 2), + (112518, "620012", 1, 0, 2), + (112519, "620012", 1, 0, 2), + (112520, "620012", 1, 0, 2), + (112521, "620025", 1, 0, 2), + (112522, "620025", 1, 0, 2), + (112523, "620010", 1, 0, 2), + (112524, "620010", 1, 0, 2), + (112525, "620010", 1, 0, 2), + (112526, "621806", 1, 0, 2), + (112527, "621806", 1, 0, 2), + (112528, "621806", 1, 0, 2), + (112529, "621722", 1, 0, 2), + (112530, "621722", 1, 0, 2), + (112531, "627415", 1, 0, 2), + (112532, "627426", 1, 0, 2), + (112533, "627652", 1, 0, 2), + (112534, "627354", 1, 0, 2), + (112535, "627108", 1, 0, 2), + (112536, "627502", 1, 0, 2), + (112537, "627502", 1, 0, 2), + (112538, "627502", 1, 0, 2), + (112539, "627502", 1, 0, 2), + (112540, "627109", 1, 0, 2), + (112541, "627109", 1, 0, 2), + (112542, "627109", 1, 0, 2), + (112543, "627110", 1, 0, 2), + (112544, "627110", 1, 0, 2), + (112545, "627110", 1, 0, 2), + (112546, "627654", 1, 0, 2), + (112547, "627654", 1, 0, 2), + (112548, "627111", 1, 0, 2), + (112549, "627111", 1, 0, 2), + (112550, "627111", 1, 0, 2), + (112551, "627111", 1, 0, 2), + (112552, "627111", 1, 0, 2), + (112553, "627112", 1, 0, 2), + (112554, "627426", 1, 0, 2), + (112555, "627351", 1, 0, 2), + (112556, "627351", 1, 0, 2), + (112557, "627351", 1, 0, 2), + (112558, "627351", 1, 0, 2), + (112559, "627351", 1, 0, 2), + (112560, "627351", 1, 0, 2), + (112561, "627101", 1, 0, 2), + (112562, "627101", 1, 0, 2), + (112563, "627101", 1, 0, 2), + (112564, "627102", 1, 0, 2), + (112565, "627102", 1, 0, 2), + (112566, "627102", 1, 0, 2), + (112567, "627103", 1, 0, 2), + (112568, "627103", 1, 0, 2), + (112569, "627104", 1, 0, 2), + (112570, "627104", 1, 0, 2), + (112571, "627651", 1, 0, 2), + (112572, "627651", 1, 0, 2), + (112573, "627651", 1, 0, 2), + (112574, "627651", 1, 0, 2), + (112575, "627651", 1, 0, 2), + (112576, "627651", 1, 0, 2), + (112577, "627652", 1, 0, 2), + (112578, "627354", 1, 0, 2), + (112579, "627354", 1, 0, 2), + (112580, "627354", 1, 0, 2), + (112581, "627355", 1, 0, 2), + (112582, "627355", 1, 0, 2), + (112583, "627355", 1, 0, 2), + (112584, "627356", 1, 0, 2), + (112585, "627356", 1, 0, 2), + (112586, "627356", 1, 0, 2), + (112587, "627152", 1, 0, 2), + (112588, "627152", 1, 0, 2), + (112589, "627152", 1, 0, 2), + (112590, "627152", 1, 0, 2), + (112591, "627152", 1, 0, 2), + (112592, "627152", 1, 0, 2), + (112593, "627152", 1, 0, 2), + (112594, "627108", 1, 0, 2), + (112595, "627108", 1, 0, 2), + (112596, "627108", 1, 0, 2), + (112597, "627108", 1, 0, 2), + (112598, "627108", 1, 0, 2), + (112599, "627108", 1, 0, 2), + (112600, "627108", 1, 0, 2), + (112601, "627108", 1, 0, 2), + (112602, "627112", 1, 0, 2), + (112603, "627113", 1, 0, 2), + (112604, "627113", 1, 0, 2), + (112605, "627113", 1, 0, 2), + (112606, "627114", 1, 0, 2), + (112607, "627114", 1, 0, 2), + (112608, "627114", 1, 0, 2), + (112609, "627114", 1, 0, 2), + (112610, "627115", 1, 0, 2), + (112611, "627657", 1, 0, 2), + (112612, "627657", 1, 0, 2), + (112613, "627657", 1, 0, 2), + (112614, "627657", 1, 0, 2), + (112615, "627657", 1, 0, 2), + (112616, "627657", 1, 0, 2), + (112617, "627657", 1, 0, 2), + (112618, "627657", 1, 0, 2), + (112619, "627201", 1, 0, 2), + (112620, "627201", 1, 0, 2), + (112621, "627201", 1, 0, 2), + (112622, "627112", 1, 0, 2), + (112623, "627415", 1, 0, 2), + (112624, "627415", 1, 0, 2), + (112625, "627415", 1, 0, 2), + (112626, "627416", 1, 0, 2), + (112627, "627416", 1, 0, 2), + (112628, "627416", 1, 0, 2), + (112629, "627416", 1, 0, 2), + (112630, "627416", 1, 0, 2), + (112631, "627416", 1, 0, 2), + (112632, "627416", 1, 0, 2), + (112633, "627416", 1, 0, 2), + (112634, "627417", 1, 0, 2), + (112635, "627418", 1, 0, 2), + (112636, "627425", 1, 0, 2), + (112637, "627413", 1, 0, 2), + (112638, "627413", 1, 0, 2), + (112639, "627414", 1, 0, 2), + (112640, "627414", 1, 0, 2), + (112641, "627414", 1, 0, 2), + (112642, "627415", 1, 0, 2), + (112643, "627415", 1, 0, 2), + (112644, "627418", 1, 0, 2), + (112645, "627421", 1, 0, 2), + (112646, "627601", 1, 0, 2), + (112647, "627601", 1, 0, 2), + (112648, "627601", 1, 0, 2), + (112649, "627427", 1, 0, 2), + (112650, "627427", 1, 0, 2), + (112651, "627602", 1, 0, 2), + (112652, "627602", 1, 0, 2), + (112653, "627602", 1, 0, 2), + (112654, "627423", 1, 0, 2), + (112655, "627423", 1, 0, 2), + (112656, "627423", 1, 0, 2), + (112657, "627423", 1, 0, 2), + (112658, "627423", 1, 0, 2), + (112659, "627423", 1, 0, 2), + (112660, "627424", 1, 0, 2), + (112661, "627424", 1, 0, 2), + (112662, "627425", 1, 0, 2), + (112663, "627426", 1, 0, 2), + (112664, "627426", 1, 0, 2), + (112665, "627426", 1, 0, 2), + (112666, "627652", 1, 0, 2), + (112667, "627501", 1, 0, 2), + (112668, "627501", 1, 0, 2), + (112669, "627501", 1, 0, 2), + (112670, "627501", 1, 0, 2), + (112671, "627501", 1, 0, 2), + (112672, "627501", 1, 0, 2), + (112673, "627133", 1, 0, 2), + (112674, "627133", 1, 0, 2), + (112675, "627353", 1, 0, 2), + (112676, "627353", 1, 0, 2), + (112677, "627106", 1, 0, 2), + (112678, "627106", 1, 0, 2), + (112679, "627127", 1, 0, 2), + (112680, "627107", 1, 0, 2), + (112681, "627107", 1, 0, 2), + (112682, "627107", 1, 0, 2), + (112683, "627151", 1, 0, 2), + (112684, "627151", 1, 0, 2), + (112685, "627151", 1, 0, 2), + (112686, "627151", 1, 0, 2), + (112687, "627151", 1, 0, 2), + (112688, "627201", 1, 0, 2), + (112689, "627201", 1, 0, 2), + (112690, "627201", 1, 0, 2), + (112691, "627201", 1, 0, 2), + (112692, "627010", 1, 0, 2), + (112693, "627010", 1, 0, 2), + (112694, "627010", 1, 0, 2), + (112695, "627010", 1, 0, 2), + (112696, "627010", 1, 0, 2), + (112697, "627006", 1, 0, 2), + (112698, "627202", 1, 0, 2), + (112699, "627202", 1, 0, 2), + (112700, "627117", 1, 0, 2), + (112701, "627117", 1, 0, 2), + (112702, "627117", 1, 0, 2), + (112703, "627117", 1, 0, 2), + (112704, "627117", 1, 0, 2), + (112705, "627117", 1, 0, 2), + (112706, "627118", 1, 0, 2), + (112707, "627118", 1, 0, 2), + (112708, "627118", 1, 0, 2), + (112709, "627011", 1, 0, 2), + (112710, "627011", 1, 0, 2), + (112711, "627011", 1, 0, 2), + (112712, "627012", 1, 0, 2), + (112713, "627201", 1, 0, 2), + (112714, "627007", 1, 0, 2), + (112715, "627357", 1, 0, 2), + (112716, "627357", 1, 0, 2), + (112717, "627357", 1, 0, 2), + (112718, "627357", 1, 0, 2), + (112719, "627357", 1, 0, 2), + (112720, "627604", 1, 0, 2), + (112721, "627358", 1, 0, 2), + (112722, "627358", 1, 0, 2), + (112723, "627358", 1, 0, 2), + (112724, "627358", 1, 0, 2), + (112725, "627006", 1, 0, 2), + (112726, "638656", 1, 0, 2), + (112727, "638657", 1, 0, 2), + (112728, "638657", 1, 0, 2), + (112729, "638657", 1, 0, 2), + (112730, "638657", 1, 0, 2), + (112731, "638657", 1, 0, 2), + (112732, "638657", 1, 0, 2), + (112733, "638657", 1, 0, 2), + (112734, "638657", 1, 0, 2), + (112735, "638657", 1, 0, 2), + (112736, "638701", 1, 0, 2), + (112737, "638701", 1, 0, 2), + (112738, "638701", 1, 0, 2), + (112739, "638701", 1, 0, 2), + (112740, "638701", 1, 0, 2), + (112741, "638701", 1, 0, 2), + (112742, "638701", 1, 0, 2), + (112743, "638701", 1, 0, 2), + (112744, "638701", 1, 0, 2), + (112745, "638701", 1, 0, 2), + (112746, "638701", 1, 0, 2), + (112747, "638701", 1, 0, 2), + (112748, "638701", 1, 0, 2), + (112749, "638701", 1, 0, 2), + (112750, "638701", 1, 0, 2), + (112751, "638701", 1, 0, 2), + (112752, "638673", 1, 0, 2), + (112753, "641658", 1, 0, 2), + (112754, "641664", 1, 0, 2), + (112755, "641606", 1, 0, 2), + (112756, "641606", 1, 0, 2), + (112757, "641606", 1, 0, 2), + (112758, "641606", 1, 0, 2), + (112759, "641606", 1, 0, 2), + (112760, "641606", 1, 0, 2), + (112761, "638656", 1, 0, 2), + (112762, "638701", 1, 0, 2), + (112763, "638660", 1, 0, 2), + (112764, "638660", 1, 0, 2), + (112765, "638660", 1, 0, 2), + (112766, "638660", 1, 0, 2), + (112767, "638661", 1, 0, 2), + (112768, "638661", 1, 0, 2), + (112769, "638661", 1, 0, 2), + (112770, "638661", 1, 0, 2), + (112771, "638661", 1, 0, 2), + (112772, "638661", 1, 0, 2), + (112773, "638661", 1, 0, 2), + (112774, "638661", 1, 0, 2), + (112775, "638673", 1, 0, 2), + (112776, "638673", 1, 0, 2), + (112777, "638673", 1, 0, 2), + (112778, "641652", 1, 0, 2), + (112779, "641652", 1, 0, 2), + (112780, "638812", 1, 0, 2), + (112781, "641655", 1, 0, 2), + (112782, "641655", 1, 0, 2), + (112783, "641655", 1, 0, 2), + (112784, "641655", 1, 0, 2), + (112785, "641655", 1, 0, 2), + (112786, "641655", 1, 0, 2), + (112787, "641603", 1, 0, 2), + (112788, "641603", 1, 0, 2), + (112789, "641603", 1, 0, 2), + (112790, "641687", 1, 0, 2), + (112791, "641687", 1, 0, 2), + (112792, "641658", 1, 0, 2), + (112793, "641658", 1, 0, 2), + (112794, "641658", 1, 0, 2), + (112795, "641664", 1, 0, 2), + (112796, "641664", 1, 0, 2), + (112797, "641666", 1, 0, 2), + (112798, "641666", 1, 0, 2), + (112799, "641666", 1, 0, 2), + (112800, "641666", 1, 0, 2), + (112801, "641667", 1, 0, 2), + (112802, "641667", 1, 0, 2), + (112803, "641667", 1, 0, 2), + (112804, "641667", 1, 0, 2), + (112805, "641654", 1, 0, 2), + (112806, "641669", 1, 0, 2), + (112807, "641669", 1, 0, 2), + (112808, "641669", 1, 0, 2), + (112809, "641669", 1, 0, 2), + (112810, "641669", 1, 0, 2), + (112811, "641604", 1, 0, 2), + (112812, "641604", 1, 0, 2), + (112813, "641604", 1, 0, 2), + (112814, "641607", 1, 0, 2), + (112815, "641607", 1, 0, 2), + (112816, "641607", 1, 0, 2), + (112817, "641602", 1, 0, 2), + (112818, "641602", 1, 0, 2), + (112819, "641605", 1, 0, 2), + (112820, "641605", 1, 0, 2), + (112821, "641605", 1, 0, 2), + (112822, "638673", 1, 0, 2), + (112823, "638673", 1, 0, 2), + (112824, "638673", 1, 0, 2), + (112825, "638673", 1, 0, 2), + (112826, "638702", 1, 0, 2), + (112827, "638702", 1, 0, 2), + (112828, "638702", 1, 0, 2), + (112829, "638702", 1, 0, 2), + (112830, "638702", 1, 0, 2), + (112831, "638702", 1, 0, 2), + (112832, "638702", 1, 0, 2), + (112833, "638702", 1, 0, 2), + (112834, "638106", 1, 0, 2), + (112835, "638106", 1, 0, 2), + (112836, "638106", 1, 0, 2), + (112837, "638106", 1, 0, 2), + (112838, "638106", 1, 0, 2), + (112839, "638106", 1, 0, 2), + (112840, "638106", 1, 0, 2), + (112841, "638106", 1, 0, 2), + (112842, "638106", 1, 0, 2), + (112843, "638106", 1, 0, 2), + (112844, "638106", 1, 0, 2), + (112845, "638106", 1, 0, 2), + (112846, "638106", 1, 0, 2), + (112847, "638106", 1, 0, 2), + (112848, "638106", 1, 0, 2), + (112849, "638106", 1, 0, 2), + (112850, "638672", 1, 0, 2), + (112851, "638657", 1, 0, 2), + (112852, "638657", 1, 0, 2), + (112853, "641104", 1, 0, 2), + (112854, "641104", 1, 0, 2), + (112855, "638461", 1, 0, 2), + (112856, "641658", 1, 0, 2), + (112857, "641658", 1, 0, 2), + (112858, "641671", 1, 0, 2), + (112859, "641671", 1, 0, 2), + (112860, "641671", 1, 0, 2), + (112861, "641671", 1, 0, 2), + (112862, "641671", 1, 0, 2), + (112863, "641671", 1, 0, 2), + (112864, "641671", 1, 0, 2), + (112865, "641671", 1, 0, 2), + (112866, "641671", 1, 0, 2), + (112867, "641662", 1, 0, 2), + (112868, "641662", 1, 0, 2), + (112869, "641662", 1, 0, 2), + (112870, "641662", 1, 0, 2), + (112871, "641663", 1, 0, 2), + (112872, "641663", 1, 0, 2), + (112873, "641663", 1, 0, 2), + (112874, "641663", 1, 0, 2), + (112875, "641663", 1, 0, 2), + (112876, "641663", 1, 0, 2), + (112877, "641663", 1, 0, 2), + (112878, "641664", 1, 0, 2), + (112879, "641664", 1, 0, 2), + (112880, "641664", 1, 0, 2), + (112881, "641664", 1, 0, 2), + (112882, "641664", 1, 0, 2), + (112883, "641664", 1, 0, 2), + (112884, "641697", 1, 0, 2), + (112885, "638459", 1, 0, 2), + (112886, "638459", 1, 0, 2), + (112887, "638459", 1, 0, 2), + (112888, "638459", 1, 0, 2), + (112889, "638459", 1, 0, 2), + (112890, "638459", 1, 0, 2), + (112891, "638459", 1, 0, 2), + (112892, "638459", 1, 0, 2), + (112893, "638459", 1, 0, 2), + (112894, "638459", 1, 0, 2), + (112895, "638459", 1, 0, 2), + (112896, "638459", 1, 0, 2), + (112897, "638459", 1, 0, 2), + (112898, "638402", 1, 0, 2), + (112899, "638402", 1, 0, 2), + (112900, "638402", 1, 0, 2), + (112901, "638402", 1, 0, 2), + (112902, "638402", 1, 0, 2), + (112903, "638402", 1, 0, 2), + (112904, "638402", 1, 0, 2), + (112905, "638402", 1, 0, 2), + (112906, "638401", 1, 0, 2), + (112907, "638401", 1, 0, 2), + (112908, "638401", 1, 0, 2), + (112909, "638401", 1, 0, 2), + (112910, "638401", 1, 0, 2), + (112911, "638401", 1, 0, 2), + (112912, "641402", 1, 0, 2), + (112913, "641402", 1, 0, 2), + (112914, "641402", 1, 0, 2), + (112915, "641402", 1, 0, 2), + (112916, "638461", 1, 0, 2), + (112917, "638461", 1, 0, 2), + (112918, "638461", 1, 0, 2), + (112919, "638461", 1, 0, 2), + (112920, "638461", 1, 0, 2), + (112921, "638461", 1, 0, 2), + (112922, "638461", 1, 0, 2), + (112923, "638461", 1, 0, 2), + (112924, "638461", 1, 0, 2), + (112925, "638461", 1, 0, 2), + (112926, "638461", 1, 0, 2), + (112927, "638461", 1, 0, 2), + (112928, "638461", 1, 0, 2), + (112929, "641665", 1, 0, 2), + (112930, "641665", 1, 0, 2), + (112931, "641665", 1, 0, 2), + (112932, "641665", 1, 0, 2), + (112933, "641664", 1, 0, 2), + (112934, "641664", 1, 0, 2), + (112935, "641604", 1, 0, 2), + (112936, "641658", 1, 0, 2), + (112937, "641666", 1, 0, 2), + (112938, "641669", 1, 0, 2), + (112939, "641669", 1, 0, 2), + (112940, "641669", 1, 0, 2), + (112941, "638401", 1, 0, 2), + (112942, "638401", 1, 0, 2), + (112943, "638401", 1, 0, 2), + (112944, "638401", 1, 0, 2), + (112945, "638401", 1, 0, 2), + (112946, "638460", 1, 0, 2), + (112947, "638460", 1, 0, 2), + (112948, "638460", 1, 0, 2), + (112949, "638460", 1, 0, 2), + (112950, "638460", 1, 0, 2), + (112951, "641113", 1, 0, 2), + (112952, "641113", 1, 0, 2), + (112953, "641113", 1, 0, 2), + (112954, "641113", 1, 0, 2), + (112955, "641113", 1, 0, 2), + (112956, "641302", 1, 0, 2), + (112957, "641302", 1, 0, 2), + (112958, "641302", 1, 0, 2), + (112959, "641302", 1, 0, 2), + (112960, "641302", 1, 0, 2), + (112961, "641302", 1, 0, 2), + (112962, "641302", 1, 0, 2), + (112963, "641302", 1, 0, 2), + (112964, "641668", 1, 0, 2), + (112965, "641668", 1, 0, 2), + (112966, "641668", 1, 0, 2), + (112967, "641668", 1, 0, 2), + (112968, "638673", 1, 0, 2), + (112969, "638105", 1, 0, 2), + (112970, "638105", 1, 0, 2), + (112971, "638105", 1, 0, 2), + (112972, "638108", 1, 0, 2), + (112973, "638108", 1, 0, 2), + (112974, "638108", 1, 0, 2), + (112975, "638108", 1, 0, 2), + (112976, "638108", 1, 0, 2), + (112977, "638706", 1, 0, 2), + (112978, "638706", 1, 0, 2), + (112979, "638706", 1, 0, 2), + (112980, "638706", 1, 0, 2), + (112981, "638703", 1, 0, 2), + (112982, "638703", 1, 0, 2), + (112983, "638703", 1, 0, 2), + (112984, "638703", 1, 0, 2), + (112985, "638111", 1, 0, 2), + (112986, "638111", 1, 0, 2), + (112987, "638111", 1, 0, 2), + (112988, "638111", 1, 0, 2), + (112989, "638111", 1, 0, 2), + (112990, "638111", 1, 0, 2), + (112991, "638111", 1, 0, 2), + (112992, "638111", 1, 0, 2), + (112993, "638111", 1, 0, 2), + (112994, "638111", 1, 0, 2), + (112995, "638111", 1, 0, 2), + (112996, "638111", 1, 0, 2), + (112997, "638111", 1, 0, 2), + (112998, "638111", 1, 0, 2), + (112999, "641653", 1, 0, 2), + (113000, "641653", 1, 0, 2), + (113001, "641653", 1, 0, 2), + (113002, "641653", 1, 0, 2), + (113003, "641653", 1, 0, 2), + (113004, "641653", 1, 0, 2), + (113005, "641653", 1, 0, 2), + (113006, "641653", 1, 0, 2), + (113007, "641653", 1, 0, 2), + (113008, "641653", 1, 0, 2), + (113009, "641653", 1, 0, 2), + (113010, "641653", 1, 0, 2), + (113011, "638451", 1, 0, 2), + (113012, "638451", 1, 0, 2), + (113013, "638451", 1, 0, 2), + (113014, "638451", 1, 0, 2), + (113015, "638451", 1, 0, 2), + (113016, "638451", 1, 0, 2), + (113017, "638451", 1, 0, 2), + (113018, "641103", 1, 0, 2), + (113019, "641103", 1, 0, 2), + (113020, "641103", 1, 0, 2), + (113021, "641103", 1, 0, 2), + (113022, "641103", 1, 0, 2), + (113023, "641401", 1, 0, 2), + (113024, "641401", 1, 0, 2), + (113025, "641104", 1, 0, 2), + (113026, "641104", 1, 0, 2), + (113027, "641104", 1, 0, 2), + (113028, "641104", 1, 0, 2), + (113029, "641104", 1, 0, 2), + (113030, "641670", 1, 0, 2), + (113031, "641670", 1, 0, 2), + (113032, "641670", 1, 0, 2), + (113033, "641670", 1, 0, 2), + (113034, "641659", 1, 0, 2), + (113035, "641659", 1, 0, 2), + (113036, "641659", 1, 0, 2), + (113037, "641659", 1, 0, 2), + (113038, "641659", 1, 0, 2), + (113039, "641659", 1, 0, 2), + (113040, "641659", 1, 0, 2), + (113041, "641305", 1, 0, 2), + (113042, "641305", 1, 0, 2), + (113043, "641305", 1, 0, 2), + (113044, "641305", 1, 0, 2), + (113045, "641697", 1, 0, 2), + (113046, "641697", 1, 0, 2), + (113047, "641697", 1, 0, 2), + (113048, "641697", 1, 0, 2), + (113049, "606802", 1, 0, 2), + (113050, "606806", 1, 0, 2), + (113051, "606754", 1, 0, 2), + (113052, "632311", 1, 0, 2), + (113053, "606702", 1, 0, 2), + (113054, "606702", 1, 0, 2), + (113055, "606702", 1, 0, 2), + (113056, "606703", 1, 0, 2), + (113057, "606905", 1, 0, 2), + (113058, "632326", 1, 0, 2), + (113059, "632326", 1, 0, 2), + (113060, "632326", 1, 0, 2), + (113061, "606907", 1, 0, 2), + (113062, "606907", 1, 0, 2), + (113063, "606907", 1, 0, 2), + (113064, "606907", 1, 0, 2), + (113065, "606907", 1, 0, 2), + (113066, "606907", 1, 0, 2), + (113067, "606803", 1, 0, 2), + (113068, "606901", 1, 0, 2), + (113069, "606901", 1, 0, 2), + (113070, "606901", 1, 0, 2), + (113071, "606901", 1, 0, 2), + (113072, "606901", 1, 0, 2), + (113073, "606703", 1, 0, 2), + (113074, "606703", 1, 0, 2), + (113075, "606803", 1, 0, 2), + (113076, "606803", 1, 0, 2), + (113077, "606803", 1, 0, 2), + (113078, "606803", 1, 0, 2), + (113079, "606803", 1, 0, 2), + (113080, "606803", 1, 0, 2), + (113081, "606803", 1, 0, 2), + (113082, "606803", 1, 0, 2), + (113083, "606803", 1, 0, 2), + (113084, "606803", 1, 0, 2), + (113085, "606803", 1, 0, 2), + (113086, "606905", 1, 0, 2), + (113087, "606905", 1, 0, 2), + (113088, "606905", 1, 0, 2), + (113089, "606905", 1, 0, 2), + (113090, "606905", 1, 0, 2), + (113091, "604601", 1, 0, 2), + (113092, "606752", 1, 0, 2), + (113093, "606752", 1, 0, 2), + (113094, "606752", 1, 0, 2), + (113095, "606752", 1, 0, 2), + (113096, "606752", 1, 0, 2), + (113097, "606752", 1, 0, 2), + (113098, "606802", 1, 0, 2), + (113099, "606802", 1, 0, 2), + (113100, "606802", 1, 0, 2), + (113101, "606802", 1, 0, 2), + (113102, "606754", 1, 0, 2), + (113103, "606754", 1, 0, 2), + (113104, "606754", 1, 0, 2), + (113105, "606801", 1, 0, 2), + (113106, "606801", 1, 0, 2), + (113107, "606801", 1, 0, 2), + (113108, "606902", 1, 0, 2), + (113109, "606902", 1, 0, 2), + (113110, "606902", 1, 0, 2), + (113111, "606902", 1, 0, 2), + (113112, "606902", 1, 0, 2), + (113113, "606902", 1, 0, 2), + (113114, "606902", 1, 0, 2), + (113115, "606902", 1, 0, 2), + (113116, "606902", 1, 0, 2), + (113117, "606751", 1, 0, 2), + (113118, "606751", 1, 0, 2), + (113119, "606751", 1, 0, 2), + (113120, "606751", 1, 0, 2), + (113121, "606751", 1, 0, 2), + (113122, "606751", 1, 0, 2), + (113123, "606751", 1, 0, 2), + (113124, "606751", 1, 0, 2), + (113125, "606751", 1, 0, 2), + (113126, "632319", 1, 0, 2), + (113127, "632319", 1, 0, 2), + (113128, "632319", 1, 0, 2), + (113129, "632311", 1, 0, 2), + (113130, "632311", 1, 0, 2), + (113131, "606703", 1, 0, 2), + (113132, "606703", 1, 0, 2), + (113133, "606703", 1, 0, 2), + (113134, "606703", 1, 0, 2), + (113135, "606703", 1, 0, 2), + (113136, "606704", 1, 0, 2), + (113137, "606704", 1, 0, 2), + (113138, "606704", 1, 0, 2), + (113139, "606704", 1, 0, 2), + (113140, "606704", 1, 0, 2), + (113141, "606704", 1, 0, 2), + (113142, "606704", 1, 0, 2), + (113143, "606704", 1, 0, 2), + (113144, "606710", 1, 0, 2), + (113145, "606710", 1, 0, 2), + (113146, "606710", 1, 0, 2), + (113147, "606710", 1, 0, 2), + (113148, "606710", 1, 0, 2), + (113149, "606710", 1, 0, 2), + (113150, "606705", 1, 0, 2), + (113151, "606705", 1, 0, 2), + (113152, "606705", 1, 0, 2), + (113153, "606705", 1, 0, 2), + (113154, "606705", 1, 0, 2), + (113155, "606706", 1, 0, 2), + (113156, "606706", 1, 0, 2), + (113157, "606706", 1, 0, 2), + (113158, "606802", 1, 0, 2), + (113159, "606802", 1, 0, 2), + (113160, "606802", 1, 0, 2), + (113161, "606755", 1, 0, 2), + (113162, "606755", 1, 0, 2), + (113163, "606755", 1, 0, 2), + (113164, "606755", 1, 0, 2), + (113165, "606755", 1, 0, 2), + (113166, "606755", 1, 0, 2), + (113167, "606755", 1, 0, 2), + (113168, "604601", 1, 0, 2), + (113169, "604601", 1, 0, 2), + (113170, "604601", 1, 0, 2), + (113171, "604601", 1, 0, 2), + (113172, "604601", 1, 0, 2), + (113173, "606806", 1, 0, 2), + (113174, "606811", 1, 0, 2), + (113175, "606806", 1, 0, 2), + (113176, "606706", 1, 0, 2), + (113177, "606707", 1, 0, 2), + (113178, "604501", 1, 0, 2), + (113179, "604501", 1, 0, 2), + (113180, "604501", 1, 0, 2), + (113181, "604501", 1, 0, 2), + (113182, "604501", 1, 0, 2), + (113183, "604501", 1, 0, 2), + (113184, "606903", 1, 0, 2), + (113185, "606903", 1, 0, 2), + (113186, "606903", 1, 0, 2), + (113187, "606903", 1, 0, 2), + (113188, "606903", 1, 0, 2), + (113189, "606903", 1, 0, 2), + (113190, "606903", 1, 0, 2), + (113191, "604404", 1, 0, 2), + (113192, "604404", 1, 0, 2), + (113193, "604404", 1, 0, 2), + (113194, "604404", 1, 0, 2), + (113195, "632313", 1, 0, 2), + (113196, "606807", 1, 0, 2), + (113197, "604503", 1, 0, 2), + (113198, "604503", 1, 0, 2), + (113199, "604503", 1, 0, 2), + (113200, "604503", 1, 0, 2), + (113201, "604503", 1, 0, 2), + (113202, "604503", 1, 0, 2), + (113203, "604503", 1, 0, 2), + (113204, "632311", 1, 0, 2), + (113205, "632312", 1, 0, 2), + (113206, "632312", 1, 0, 2), + (113207, "632312", 1, 0, 2), + (113208, "606904", 1, 0, 2), + (113209, "606904", 1, 0, 2), + (113210, "606904", 1, 0, 2), + (113211, "606904", 1, 0, 2), + (113212, "606904", 1, 0, 2), + (113213, "632315", 1, 0, 2), + (113214, "632315", 1, 0, 2), + (113215, "632315", 1, 0, 2), + (113216, "632315", 1, 0, 2), + (113217, "632315", 1, 0, 2), + (113218, "632315", 1, 0, 2), + (113219, "632315", 1, 0, 2), + (113220, "632315", 1, 0, 2), + (113221, "606901", 1, 0, 2), + (113222, "606701", 1, 0, 2), + (113223, "606701", 1, 0, 2), + (113224, "606701", 1, 0, 2), + (113225, "606701", 1, 0, 2), + (113226, "606908", 1, 0, 2), + (113227, "606908", 1, 0, 2), + (113228, "606908", 1, 0, 2), + (113229, "606702", 1, 0, 2), + (113230, "606702", 1, 0, 2), + (113231, "606702", 1, 0, 2), + (113232, "632313", 1, 0, 2), + (113233, "632313", 1, 0, 2), + (113234, "632313", 1, 0, 2), + (113235, "632313", 1, 0, 2), + (113236, "632314", 1, 0, 2), + (113237, "632314", 1, 0, 2), + (113238, "632314", 1, 0, 2), + (113239, "632314", 1, 0, 2), + (113240, "632314", 1, 0, 2), + (113241, "604502", 1, 0, 2), + (113242, "604502", 1, 0, 2), + (113243, "604502", 1, 0, 2), + (113244, "604502", 1, 0, 2), + (113245, "604502", 1, 0, 2), + (113246, "606807", 1, 0, 2), + (113247, "606807", 1, 0, 2), + (113248, "604407", 1, 0, 2), + (113249, "604401", 1, 0, 2), + (113250, "604406", 1, 0, 2), + (113251, "604408", 1, 0, 2), + (113252, "604410", 1, 0, 2), + (113253, "604406", 1, 0, 2), + (113254, "631701", 1, 0, 2), + (113255, "604408", 1, 0, 2), + (113256, "604406", 1, 0, 2), + (113257, "604403", 1, 0, 2), + (113258, "604406", 1, 0, 2), + (113259, "604403", 1, 0, 2), + (113260, "604402", 1, 0, 2), + (113261, "604402", 1, 0, 2), + (113262, "604402", 1, 0, 2), + (113263, "604408", 1, 0, 2), + (113264, "604406", 1, 0, 2), + (113265, "604407", 1, 0, 2), + (113266, "604407", 1, 0, 2), + (113267, "604405", 1, 0, 2), + (113268, "604408", 1, 0, 2), + (113269, "604410", 1, 0, 2), + (113270, "604410", 1, 0, 2), + (113271, "604410", 1, 0, 2), + (113272, "604407", 1, 0, 2), + (113273, "604408", 1, 0, 2), + (113274, "631701", 1, 0, 2), + (113275, "631701", 1, 0, 2), + (113276, "631701", 1, 0, 2), + (113277, "604403", 1, 0, 2), + (113278, "604403", 1, 0, 2), + (113279, "604403", 1, 0, 2), + (113280, "604401", 1, 0, 2), + (113281, "604408", 1, 0, 2), + (113282, "604407", 1, 0, 2), + (113283, "604407", 1, 0, 2), + (113284, "604406", 1, 0, 2), + (113285, "631702", 1, 0, 2), + (113286, "631702", 1, 0, 2), + (113287, "631702", 1, 0, 2), + (113288, "631702", 1, 0, 2), + (113289, "631702", 1, 0, 2), + (113290, "604406", 1, 0, 2), + (113291, "604406", 1, 0, 2), + (113292, "606803", 1, 0, 2), + (113293, "604408", 1, 0, 2), + (113294, "606708", 1, 0, 2), + (113295, "606708", 1, 0, 2), + (113296, "606708", 1, 0, 2), + (113297, "606708", 1, 0, 2), + (113298, "606709", 1, 0, 2), + (113299, "606709", 1, 0, 2), + (113300, "606709", 1, 0, 2), + (113301, "632316", 1, 0, 2), + (113302, "632316", 1, 0, 2), + (113303, "632316", 1, 0, 2), + (113304, "632316", 1, 0, 2), + (113305, "632316", 1, 0, 2), + (113306, "632316", 1, 0, 2), + (113307, "604501", 1, 0, 2), + (113308, "604501", 1, 0, 2), + (113309, "604501", 1, 0, 2), + (113310, "604406", 1, 0, 2), + (113311, "604407", 1, 0, 2), + (113312, "604407", 1, 0, 2), + (113313, "606806", 1, 0, 2), + (113314, "606611", 1, 0, 2), + (113315, "606611", 1, 0, 2), + (113316, "606611", 1, 0, 2), + (113317, "606611", 1, 0, 2), + (113318, "606611", 1, 0, 2), + (113319, "606603", 1, 0, 2), + (113320, "606603", 1, 0, 2), + (113321, "606603", 1, 0, 2), + (113322, "606603", 1, 0, 2), + (113323, "606804", 1, 0, 2), + (113324, "606804", 1, 0, 2), + (113325, "606804", 1, 0, 2), + (113326, "606804", 1, 0, 2), + (113327, "606804", 1, 0, 2), + (113328, "606804", 1, 0, 2), + (113329, "606805", 1, 0, 2), + (113330, "606805", 1, 0, 2), + (113331, "606805", 1, 0, 2), + (113332, "606604", 1, 0, 2), + (113333, "606604", 1, 0, 2), + (113334, "606604", 1, 0, 2), + (113335, "606604", 1, 0, 2), + (113336, "606754", 1, 0, 2), + (113337, "606754", 1, 0, 2), + (113338, "604401", 1, 0, 2), + (113339, "604401", 1, 0, 2), + (113340, "604401", 1, 0, 2), + (113341, "604401", 1, 0, 2), + (113342, "604407", 1, 0, 2), + (113343, "604407", 1, 0, 2), + (113344, "604406", 1, 0, 2), + (113345, "604403", 1, 0, 2), + (113346, "631702", 1, 0, 2), + (113347, "604405", 1, 0, 2), + (113348, "604405", 1, 0, 2), + (113349, "604405", 1, 0, 2), + (113350, "604405", 1, 0, 2), + (113351, "606707", 1, 0, 2), + (113352, "606707", 1, 0, 2), + (113353, "606707", 1, 0, 2), + (113354, "606707", 1, 0, 2), + (113355, "606708", 1, 0, 2), + (113356, "606708", 1, 0, 2), + (113357, "606708", 1, 0, 2), + (113358, "606708", 1, 0, 2), + (113359, "606708", 1, 0, 2), + (113360, "606708", 1, 0, 2), + (113361, "606708", 1, 0, 2), + (113362, "606708", 1, 0, 2), + (113363, "606708", 1, 0, 2), + (113364, "604504", 1, 0, 2), + (113365, "604504", 1, 0, 2), + (113366, "604504", 1, 0, 2), + (113367, "604504", 1, 0, 2), + (113368, "604409", 1, 0, 2), + (113369, "604409", 1, 0, 2), + (113370, "604409", 1, 0, 2), + (113371, "604409", 1, 0, 2), + (113372, "604409", 1, 0, 2), + (113373, "604409", 1, 0, 2), + (113374, "604505", 1, 0, 2), + (113375, "604505", 1, 0, 2), + (113376, "604505", 1, 0, 2), + (113377, "604505", 1, 0, 2), + (113378, "604505", 1, 0, 2), + (113379, "604505", 1, 0, 2), + (113380, "604408", 1, 0, 2), + (113381, "604408", 1, 0, 2), + (113382, "604408", 1, 0, 2), + (113383, "604408", 1, 0, 2), + (113384, "604408", 1, 0, 2), + (113385, "604402", 1, 0, 2), + (113386, "604402", 1, 0, 2), + (113387, "604402", 1, 0, 2), + (113388, "632010", 1, 0, 2), + (113389, "632114", 1, 0, 2), + (113390, "632106", 1, 0, 2), + (113391, "632106", 1, 0, 2), + (113392, "632106", 1, 0, 2), + (113393, "632106", 1, 0, 2), + (113394, "632106", 1, 0, 2), + (113395, "632106", 1, 0, 2), + (113396, "632106", 1, 0, 2), + (113397, "632011", 1, 0, 2), + (113398, "632011", 1, 0, 2), + (113399, "632011", 1, 0, 2), + (113400, "632059", 1, 0, 2), + (113401, "632059", 1, 0, 2), + (113402, "632059", 1, 0, 2), + (113403, "632002", 1, 0, 2), + (113404, "632002", 1, 0, 2), + (113405, "632002", 1, 0, 2), + (113406, "632002", 1, 0, 2), + (113407, "632002", 1, 0, 2), + (113408, "632105", 1, 0, 2), + (113409, "632105", 1, 0, 2), + (113410, "632105", 1, 0, 2), + (113411, "632105", 1, 0, 2), + (113412, "632105", 1, 0, 2), + (113413, "632105", 1, 0, 2), + (113414, "632105", 1, 0, 2), + (113415, "632204", 1, 0, 2), + (113416, "632204", 1, 0, 2), + (113417, "632204", 1, 0, 2), + (113418, "632204", 1, 0, 2), + (113419, "632014", 1, 0, 2), + (113420, "632104", 1, 0, 2), + (113421, "632104", 1, 0, 2), + (113422, "632104", 1, 0, 2), + (113423, "632104", 1, 0, 2), + (113424, "632104", 1, 0, 2), + (113425, "632013", 1, 0, 2), + (113426, "632102", 1, 0, 2), + (113427, "632103", 1, 0, 2), + (113428, "632058", 1, 0, 2), + (113429, "632101", 1, 0, 2), + (113430, "632101", 1, 0, 2), + (113431, "632101", 1, 0, 2), + (113432, "632101", 1, 0, 2), + (113433, "632101", 1, 0, 2), + (113434, "632101", 1, 0, 2), + (113435, "632101", 1, 0, 2), + (113436, "632101", 1, 0, 2), + (113437, "632101", 1, 0, 2), + (113438, "632101", 1, 0, 2), + (113439, "632055", 1, 0, 2), + (113440, "632113", 1, 0, 2), + (113441, "632113", 1, 0, 2), + (113442, "632113", 1, 0, 2), + (113443, "632113", 1, 0, 2), + (113444, "632113", 1, 0, 2), + (113445, "632113", 1, 0, 2), + (113446, "632113", 1, 0, 2), + (113447, "632006", 1, 0, 2), + (113448, "632006", 1, 0, 2), + (113449, "632006", 1, 0, 2), + (113450, "632006", 1, 0, 2), + (113451, "632107", 1, 0, 2), + (113452, "632107", 1, 0, 2), + (113453, "632107", 1, 0, 2), + (113454, "632107", 1, 0, 2), + (113455, "632107", 1, 0, 2), + (113456, "632107", 1, 0, 2), + (113457, "632107", 1, 0, 2), + (113458, "632102", 1, 0, 2), + (113459, "632102", 1, 0, 2), + (113460, "632102", 1, 0, 2), + (113461, "632102", 1, 0, 2), + (113462, "632102", 1, 0, 2), + (113463, "632102", 1, 0, 2), + (113464, "632102", 1, 0, 2), + (113465, "632102", 1, 0, 2), + (113466, "632102", 1, 0, 2), + (113467, "632007", 1, 0, 2), + (113468, "632007", 1, 0, 2), + (113469, "632202", 1, 0, 2), + (113470, "632202", 1, 0, 2), + (113471, "632202", 1, 0, 2), + (113472, "632202", 1, 0, 2), + (113473, "632202", 1, 0, 2), + (113474, "632202", 1, 0, 2), + (113475, "632202", 1, 0, 2), + (113476, "632202", 1, 0, 2), + (113477, "632202", 1, 0, 2), + (113478, "632202", 1, 0, 2), + (113479, "632103", 1, 0, 2), + (113480, "632103", 1, 0, 2), + (113481, "632103", 1, 0, 2), + (113482, "632103", 1, 0, 2), + (113483, "632103", 1, 0, 2), + (113484, "632103", 1, 0, 2), + (113485, "632103", 1, 0, 2), + (113486, "632103", 1, 0, 2), + (113487, "632103", 1, 0, 2), + (113488, "632009", 1, 0, 2), + (113489, "632009", 1, 0, 2), + (113490, "632009", 1, 0, 2), + (113491, "632114", 1, 0, 2), + (113492, "606213", 1, 0, 2), + (113493, "606213", 1, 0, 2), + (113494, "606213", 1, 0, 2), + (113495, "606213", 1, 0, 2), + (113496, "606213", 1, 0, 2), + (113497, "606213", 1, 0, 2), + (113498, "606213", 1, 0, 2), + (113499, "606213", 1, 0, 2), + (113500, "606213", 1, 0, 2), + (113501, "606213", 1, 0, 2), + (113502, "606305", 1, 0, 2), + (113503, "606305", 1, 0, 2), + (113504, "606305", 1, 0, 2), + (113505, "606305", 1, 0, 2), + (113506, "606305", 1, 0, 2), + (113507, "606305", 1, 0, 2), + (113508, "606305", 1, 0, 2), + (113509, "606201", 1, 0, 2), + (113510, "606201", 1, 0, 2), + (113511, "606201", 1, 0, 2), + (113512, "606201", 1, 0, 2), + (113513, "606201", 1, 0, 2), + (113514, "606201", 1, 0, 2), + (113515, "606201", 1, 0, 2), + (113516, "606201", 1, 0, 2), + (113517, "606201", 1, 0, 2), + (113518, "606201", 1, 0, 2), + (113519, "606201", 1, 0, 2), + (113520, "606201", 1, 0, 2), + (113521, "606208", 1, 0, 2), + (113522, "606402", 1, 0, 2), + (113523, "606401", 1, 0, 2), + (113524, "606207", 1, 0, 2), + (113525, "606207", 1, 0, 2), + (113526, "606209", 1, 0, 2), + (113527, "606207", 1, 0, 2), + (113528, "606207", 1, 0, 2), + (113529, "606209", 1, 0, 2), + (113530, "606209", 1, 0, 2), + (113531, "606209", 1, 0, 2), + (113532, "606207", 1, 0, 2), + (113533, "606207", 1, 0, 2), + (113534, "606209", 1, 0, 2), + (113535, "606209", 1, 0, 2), + (113536, "606207", 1, 0, 2), + (113537, "606207", 1, 0, 2), + (113538, "606207", 1, 0, 2), + (113539, "606209", 1, 0, 2), + (113540, "606209", 1, 0, 2), + (113541, "606207", 1, 0, 2), + (113542, "606209", 1, 0, 2), + (113543, "606209", 1, 0, 2), + (113544, "606209", 1, 0, 2), + (113545, "606207", 1, 0, 2), + (113546, "606209", 1, 0, 2), + (113547, "605766", 1, 0, 2), + (113548, "605766", 1, 0, 2), + (113549, "605766", 1, 0, 2), + (113550, "606401", 1, 0, 2), + (113551, "606401", 1, 0, 2), + (113552, "606401", 1, 0, 2), + (113553, "606206", 1, 0, 2), + (113554, "606206", 1, 0, 2), + (113555, "606206", 1, 0, 2), + (113556, "606206", 1, 0, 2), + (113557, "606206", 1, 0, 2), + (113558, "606206", 1, 0, 2), + (113559, "606206", 1, 0, 2), + (113560, "606206", 1, 0, 2), + (113561, "606206", 1, 0, 2), + (113562, "606206", 1, 0, 2), + (113563, "606206", 1, 0, 2), + (113564, "606206", 1, 0, 2), + (113565, "606206", 1, 0, 2), + (113566, "606206", 1, 0, 2), + (113567, "606107", 1, 0, 2), + (113568, "606107", 1, 0, 2), + (113569, "606107", 1, 0, 2), + (113570, "606107", 1, 0, 2), + (113571, "606107", 1, 0, 2), + (113572, "606107", 1, 0, 2), + (113573, "606107", 1, 0, 2), + (113574, "606107", 1, 0, 2), + (113575, "606107", 1, 0, 2), + (113576, "606107", 1, 0, 2), + (113577, "606107", 1, 0, 2), + (113578, "606207", 1, 0, 2), + (113579, "605802", 1, 0, 2), + (113580, "605766", 1, 0, 2), + (113581, "605766", 1, 0, 2), + (113582, "605766", 1, 0, 2), + (113583, "605766", 1, 0, 2), + (113584, "605752", 1, 0, 2), + (113585, "605752", 1, 0, 2), + (113586, "605752", 1, 0, 2), + (113587, "605801", 1, 0, 2), + (113588, "605801", 1, 0, 2), + (113589, "605801", 1, 0, 2), + (113590, "605801", 1, 0, 2), + (113591, "605801", 1, 0, 2), + (113592, "605801", 1, 0, 2), + (113593, "605751", 1, 0, 2), + (113594, "605751", 1, 0, 2), + (113595, "605751", 1, 0, 2), + (113596, "605751", 1, 0, 2), + (113597, "605751", 1, 0, 2), + (113598, "605751", 1, 0, 2), + (113599, "605802", 1, 0, 2), + (113600, "605802", 1, 0, 2), + (113601, "605802", 1, 0, 2), + (113602, "605802", 1, 0, 2), + (113603, "605701", 1, 0, 2), + (113604, "605701", 1, 0, 2), + (113605, "605701", 1, 0, 2), + (113606, "605701", 1, 0, 2), + (113607, "605701", 1, 0, 2), + (113608, "605701", 1, 0, 2), + (113609, "605701", 1, 0, 2), + (113610, "605701", 1, 0, 2), + (113611, "605701", 1, 0, 2), + (113612, "605754", 1, 0, 2), + (113613, "605754", 1, 0, 2), + (113614, "605754", 1, 0, 2), + (113615, "605754", 1, 0, 2), + (113616, "605754", 1, 0, 2), + (113617, "605754", 1, 0, 2), + (113618, "605766", 1, 0, 2), + (113619, "605755", 1, 0, 2), + (113620, "605755", 1, 0, 2), + (113621, "605755", 1, 0, 2), + (113622, "605755", 1, 0, 2), + (113623, "605755", 1, 0, 2), + (113624, "605755", 1, 0, 2), + (113625, "605755", 1, 0, 2), + (113626, "605755", 1, 0, 2), + (113627, "605755", 1, 0, 2), + (113628, "607107", 1, 0, 2), + (113629, "607107", 1, 0, 2), + (113630, "607107", 1, 0, 2), + (113631, "607107", 1, 0, 2), + (113632, "607107", 1, 0, 2), + (113633, "607107", 1, 0, 2), + (113634, "607107", 1, 0, 2), + (113635, "607209", 1, 0, 2), + (113636, "607209", 1, 0, 2), + (113637, "607209", 1, 0, 2), + (113638, "607209", 1, 0, 2), + (113639, "607209", 1, 0, 2), + (113640, "605803", 1, 0, 2), + (113641, "605803", 1, 0, 2), + (113642, "605803", 1, 0, 2), + (113643, "605803", 1, 0, 2), + (113644, "605803", 1, 0, 2), + (113645, "605803", 1, 0, 2), + (113646, "605803", 1, 0, 2), + (113647, "605803", 1, 0, 2), + (113648, "605756", 1, 0, 2), + (113649, "605756", 1, 0, 2), + (113650, "605756", 1, 0, 2), + (113651, "607203", 1, 0, 2), + (113652, "607203", 1, 0, 2), + (113653, "607203", 1, 0, 2), + (113654, "607203", 1, 0, 2), + (113655, "607203", 1, 0, 2), + (113656, "607203", 1, 0, 2), + (113657, "607203", 1, 0, 2), + (113658, "607203", 1, 0, 2), + (113659, "607203", 1, 0, 2), + (113660, "607204", 1, 0, 2), + (113661, "607204", 1, 0, 2), + (113662, "607204", 1, 0, 2), + (113663, "607204", 1, 0, 2), + (113664, "607204", 1, 0, 2), + (113665, "607204", 1, 0, 2), + (113666, "607204", 1, 0, 2), + (113667, "607204", 1, 0, 2), + (113668, "607204", 1, 0, 2), + (113669, "605758", 1, 0, 2), + (113670, "605758", 1, 0, 2), + (113671, "605758", 1, 0, 2), + (113672, "605766", 1, 0, 2), + (113673, "606003", 1, 0, 2), + (113674, "606003", 1, 0, 2), + (113675, "606003", 1, 0, 2), + (113676, "606003", 1, 0, 2), + (113677, "606003", 1, 0, 2), + (113678, "606003", 1, 0, 2), + (113679, "606003", 1, 0, 2), + (113680, "606003", 1, 0, 2), + (113681, "606104", 1, 0, 2), + (113682, "606104", 1, 0, 2), + (113683, "606003", 1, 0, 2), + (113684, "606103", 1, 0, 2), + (113685, "606103", 1, 0, 2), + (113686, "606103", 1, 0, 2), + (113687, "606103", 1, 0, 2), + (113688, "606103", 1, 0, 2), + (113689, "606103", 1, 0, 2), + (113690, "606103", 1, 0, 2), + (113691, "606110", 1, 0, 2), + (113692, "606110", 1, 0, 2), + (113693, "606110", 1, 0, 2), + (113694, "606110", 1, 0, 2), + (113695, "606110", 1, 0, 2), + (113696, "606104", 1, 0, 2), + (113697, "606104", 1, 0, 2), + (113698, "606104", 1, 0, 2), + (113699, "606104", 1, 0, 2), + (113700, "606104", 1, 0, 2), + (113701, "606104", 1, 0, 2), + (113702, "606104", 1, 0, 2), + (113703, "606104", 1, 0, 2), + (113704, "606108", 1, 0, 2), + (113705, "606108", 1, 0, 2), + (113706, "606108", 1, 0, 2), + (113707, "606108", 1, 0, 2), + (113708, "606109", 1, 0, 2), + (113709, "606109", 1, 0, 2), + (113710, "606302", 1, 0, 2), + (113711, "606302", 1, 0, 2), + (113712, "606302", 1, 0, 2), + (113713, "606302", 1, 0, 2), + (113714, "606302", 1, 0, 2), + (113715, "606302", 1, 0, 2), + (113716, "606302", 1, 0, 2), + (113717, "606302", 1, 0, 2), + (113718, "607804", 1, 0, 2), + (113719, "607804", 1, 0, 2), + (113720, "607804", 1, 0, 2), + (113721, "607804", 1, 0, 2), + (113722, "606105", 1, 0, 2), + (113723, "606105", 1, 0, 2), + (113724, "606105", 1, 0, 2), + (113725, "606105", 1, 0, 2), + (113726, "606105", 1, 0, 2), + (113727, "606111", 1, 0, 2), + (113728, "606111", 1, 0, 2), + (113729, "606111", 1, 0, 2), + (113730, "606111", 1, 0, 2), + (113731, "606111", 1, 0, 2), + (113732, "606111", 1, 0, 2), + (113733, "606111", 1, 0, 2), + (113734, "606106", 1, 0, 2), + (113735, "606106", 1, 0, 2), + (113736, "606106", 1, 0, 2), + (113737, "606106", 1, 0, 2), + (113738, "606106", 1, 0, 2), + (113739, "606106", 1, 0, 2), + (113740, "606106", 1, 0, 2), + (113741, "606303", 1, 0, 2), + (113742, "606303", 1, 0, 2), + (113743, "606303", 1, 0, 2), + (113744, "606303", 1, 0, 2), + (113745, "606303", 1, 0, 2), + (113746, "606303", 1, 0, 2), + (113747, "606303", 1, 0, 2), + (113748, "606303", 1, 0, 2), + (113749, "606109", 1, 0, 2), + (113750, "606304", 1, 0, 2), + (113751, "606304", 1, 0, 2), + (113752, "606304", 1, 0, 2), + (113753, "606304", 1, 0, 2), + (113754, "606304", 1, 0, 2), + (113755, "606304", 1, 0, 2), + (113756, "606304", 1, 0, 2), + (113757, "606304", 1, 0, 2), + (113758, "606108", 1, 0, 2), + (113759, "606109", 1, 0, 2), + (113760, "606201", 1, 0, 2), + (113761, "607202", 1, 0, 2), + (113762, "607202", 1, 0, 2), + (113763, "607202", 1, 0, 2), + (113764, "607202", 1, 0, 2), + (113765, "607201", 1, 0, 2), + (113766, "607201", 1, 0, 2), + (113767, "607201", 1, 0, 2), + (113768, "607201", 1, 0, 2), + (113769, "607201", 1, 0, 2), + (113770, "607201", 1, 0, 2), + (113771, "606102", 1, 0, 2), + (113772, "606102", 1, 0, 2), + (113773, "606102", 1, 0, 2), + (113774, "606102", 1, 0, 2), + (113775, "606102", 1, 0, 2), + (113776, "606102", 1, 0, 2), + (113777, "606102", 1, 0, 2), + (113778, "606102", 1, 0, 2), + (113779, "606102", 1, 0, 2), + (113780, "605702", 1, 0, 2), + (113781, "605702", 1, 0, 2), + (113782, "605702", 1, 0, 2), + (113783, "605702", 1, 0, 2), + (113784, "605702", 1, 0, 2), + (113785, "605702", 1, 0, 2), + (113786, "605702", 1, 0, 2), + (113787, "605702", 1, 0, 2), + (113788, "606208", 1, 0, 2), + (113789, "606208", 1, 0, 2), + (113790, "606208", 1, 0, 2), + (113791, "606208", 1, 0, 2), + (113792, "606203", 1, 0, 2), + (113793, "606203", 1, 0, 2), + (113794, "606203", 1, 0, 2), + (113795, "606203", 1, 0, 2), + (113796, "606203", 1, 0, 2), + (113797, "606203", 1, 0, 2), + (113798, "606203", 1, 0, 2), + (113799, "606203", 1, 0, 2), + (113800, "606301", 1, 0, 2), + (113801, "606301", 1, 0, 2), + (113802, "606301", 1, 0, 2), + (113803, "606301", 1, 0, 2), + (113804, "606301", 1, 0, 2), + (113805, "606301", 1, 0, 2), + (113806, "606301", 1, 0, 2), + (113807, "606115", 1, 0, 2), + (113808, "606115", 1, 0, 2), + (113809, "606115", 1, 0, 2), + (113810, "606115", 1, 0, 2), + (113811, "606115", 1, 0, 2), + (113812, "606402", 1, 0, 2), + (113813, "606402", 1, 0, 2), + (113814, "606402", 1, 0, 2), + (113815, "606402", 1, 0, 2), + (113816, "606402", 1, 0, 2), + (113817, "606402", 1, 0, 2), + (113818, "606402", 1, 0, 2), + (113819, "606402", 1, 0, 2), + (113820, "606204", 1, 0, 2), + (113821, "606204", 1, 0, 2), + (113822, "606204", 1, 0, 2), + (113823, "606204", 1, 0, 2), + (113824, "606204", 1, 0, 2), + (113825, "606204", 1, 0, 2), + (113826, "606204", 1, 0, 2), + (113827, "606204", 1, 0, 2), + (113828, "606204", 1, 0, 2), + (113829, "606204", 1, 0, 2), + (113830, "606205", 1, 0, 2), + (113831, "606205", 1, 0, 2), + (113832, "606205", 1, 0, 2), + (113833, "606205", 1, 0, 2), + (113834, "606205", 1, 0, 2), + (113835, "606205", 1, 0, 2), + (113836, "606205", 1, 0, 2), + (113837, "606205", 1, 0, 2), + (113838, "606205", 1, 0, 2), + (113839, "606401", 1, 0, 2), + (113840, "606401", 1, 0, 2), + (113841, "606401", 1, 0, 2), + (113842, "606401", 1, 0, 2), + (113843, "606401", 1, 0, 2), + (113844, "606401", 1, 0, 2), + (113845, "606401", 1, 0, 2), + (113846, "606401", 1, 0, 2), + (113847, "606401", 1, 0, 2), + (113848, "626112", 1, 0, 2), + (113849, "626112", 1, 0, 2), + (113850, "626105", 1, 0, 2), + (113851, "626105", 1, 0, 2), + (113852, "626112", 1, 0, 2), + (113853, "626112", 1, 0, 2), + (113854, "626112", 1, 0, 2), + (113855, "626134", 1, 0, 2), + (113856, "626134", 1, 0, 2), + (113857, "626134", 1, 0, 2), + (113858, "626104", 1, 0, 2), + (113859, "626104", 1, 0, 2), + (113860, "626104", 1, 0, 2), + (113861, "626105", 1, 0, 2), + (113862, "626106", 1, 0, 2), + (113863, "626115", 1, 0, 2), + (113864, "626106", 1, 0, 2), + (113865, "626106", 1, 0, 2), + (113866, "626115", 1, 0, 2), + (113867, "626115", 1, 0, 2), + (113868, "626106", 1, 0, 2), + (113869, "626106", 1, 0, 2), + (113870, "626106", 1, 0, 2), + (113871, "626107", 1, 0, 2), + (113872, "626607", 1, 0, 2), + (113873, "626607", 1, 0, 2), + (113874, "626607", 1, 0, 2), + (113875, "626607", 1, 0, 2), + (113876, "626129", 1, 0, 2), + (113877, "626142", 1, 0, 2), + (113878, "626189", 1, 0, 2), + (113879, "626131", 1, 0, 2), + (113880, "626131", 1, 0, 2), + (113881, "626005", 1, 0, 2), + (113882, "626005", 1, 0, 2), + (113883, "626005", 1, 0, 2), + (113884, "626005", 1, 0, 2), + (113885, "626201", 1, 0, 2), + (113886, "626201", 1, 0, 2), + (113887, "626201", 1, 0, 2), + (113888, "626103", 1, 0, 2), + (113889, "626103", 1, 0, 2), + (113890, "626103", 1, 0, 2), + (113891, "626149", 1, 0, 2), + (113892, "626149", 1, 0, 2), + (113893, "626149", 1, 0, 2), + (113894, "626149", 1, 0, 2), + (113895, "626149", 1, 0, 2), + (113896, "626109", 1, 0, 2), + (113897, "626202", 1, 0, 2), + (113898, "626202", 1, 0, 2), + (113899, "626202", 1, 0, 2), + (113900, "626202", 1, 0, 2), + (113901, "626202", 1, 0, 2), + (113902, "626612", 1, 0, 2), + (113903, "626612", 1, 0, 2), + (113904, "626612", 1, 0, 2), + (113905, "626102", 1, 0, 2), + (113906, "626102", 1, 0, 2), + (113907, "626102", 1, 0, 2), + (113908, "626102", 1, 0, 2), + (113909, "626139", 1, 0, 2), + (113910, "626139", 1, 0, 2), + (113911, "626136", 1, 0, 2), + (113912, "626136", 1, 0, 2), + (113913, "626136", 1, 0, 2), + (113914, "626136", 1, 0, 2), + (113915, "626136", 1, 0, 2), + (113916, "626108", 1, 0, 2), + (113917, "626133", 1, 0, 2), + (113918, "626133", 1, 0, 2), + (113919, "626110", 1, 0, 2), + (113920, "626111", 1, 0, 2), + (113921, "626111", 1, 0, 2), + (113922, "626111", 1, 0, 2), + (113923, "626116", 1, 0, 2), + (113924, "626121", 1, 0, 2), + (113925, "626142", 1, 0, 2), + (113926, "626142", 1, 0, 2), + (113927, "626142", 1, 0, 2), + (113928, "626189", 1, 0, 2), + (113929, "626189", 1, 0, 2), + (113930, "626124", 1, 0, 2), + (113931, "626124", 1, 0, 2), + (113932, "626124", 1, 0, 2), + (113933, "626124", 1, 0, 2), + (113934, "626124", 1, 0, 2), + (113935, "626124", 1, 0, 2), + (113936, "626124", 1, 0, 2), + (113937, "626135", 1, 0, 2), + (113938, "626125", 1, 0, 2), + (113939, "626125", 1, 0, 2), + (113940, "626135", 1, 0, 2), + (113941, "626125", 1, 0, 2), + (113942, "626126", 1, 0, 2), + (113943, "626128", 1, 0, 2), + (113944, "626128", 1, 0, 2), + (113945, "626128", 1, 0, 2), + (113946, "626130", 1, 0, 2), + (113947, "626130", 1, 0, 2), + (113948, "626130", 1, 0, 2), + (113949, "626130", 1, 0, 2), + (113950, "626130", 1, 0, 2), + (113951, "626131", 1, 0, 2), + (113952, "626131", 1, 0, 2), + (113953, "626131", 1, 0, 2), + (113954, "626607", 1, 0, 2), + (113955, "626607", 1, 0, 2), + (113956, "626004", 1, 0, 2), + (113957, "626004", 1, 0, 2), + (113958, "626004", 1, 0, 2), + (113959, "626004", 1, 0, 2), + (113960, "626113", 1, 0, 2), + (113961, "626114", 1, 0, 2), + (113962, "626114", 1, 0, 2), + (113963, "626114", 1, 0, 2), + (113964, "626114", 1, 0, 2), + (113965, "626114", 1, 0, 2), + (113966, "626114", 1, 0, 2), + (113967, "626114", 1, 0, 2), + (113968, "626118", 1, 0, 2), + (113969, "626118", 1, 0, 2), + (113970, "626118", 1, 0, 2), + (113971, "626118", 1, 0, 2), + (113972, "626118", 1, 0, 2), + (113973, "626118", 1, 0, 2), + (113974, "626129", 1, 0, 2), + (113975, "626129", 1, 0, 2), + (113976, "626129", 1, 0, 2), + (113977, "626129", 1, 0, 2), + (113978, "626129", 1, 0, 2), + (113979, "626129", 1, 0, 2), + (113980, "626127", 1, 0, 2), + (113981, "626127", 1, 0, 2), + (113982, "626127", 1, 0, 2), + (113983, "626127", 1, 0, 2), + (113984, "626132", 1, 0, 2), + (113985, "626138", 1, 0, 2), + (113986, "626138", 1, 0, 2), + (113987, "626138", 1, 0, 2), + (113988, "626138", 1, 0, 2), + (113989, "626138", 1, 0, 2), + (113990, "626138", 1, 0, 2), + (113991, "626141", 1, 0, 2), + (113992, "626141", 1, 0, 2), + (113993, "626141", 1, 0, 2), + (113994, "626141", 1, 0, 2), + (113995, "626137", 1, 0, 2), + (113996, "626137", 1, 0, 2), + (113997, "626137", 1, 0, 2), + (113998, "626119", 1, 0, 2), + (113999, "626119", 1, 0, 2), + (114000, "626140", 1, 0, 2), + (114001, "626140", 1, 0, 2), + (114002, "626189", 1, 0, 2), + (114003, "626189", 1, 0, 2), + (114004, "626189", 1, 0, 2), + (114005, "626189", 1, 0, 2), + (114006, "626202", 1, 0, 2), + (114007, "626204", 1, 0, 2), + (114008, "626204", 1, 0, 2), + (114009, "626204", 1, 0, 2), + (114010, "626204", 1, 0, 2), + (114011, "626204", 1, 0, 2), + (114012, "626204", 1, 0, 2), + (114013, "626204", 1, 0, 2), + (114014, "626203", 1, 0, 2), + (114015, "626203", 1, 0, 2), + (114016, "626203", 1, 0, 2), + (114017, "626203", 1, 0, 2), + (114018, "626203", 1, 0, 2), + (114019, "626203", 1, 0, 2), + (114020, "626203", 1, 0, 2), + (114021, "626203", 1, 0, 2), + (114022, "626203", 1, 0, 2), + (114023, "626203", 1, 0, 2), + (114024, "626205", 1, 0, 2), + (114025, "626205", 1, 0, 2), + (114026, "626205", 1, 0, 2), + (114027, "626205", 1, 0, 2), + (114028, "626205", 1, 0, 2), + (114029, "626003", 1, 0, 2), + (114030, "626003", 1, 0, 2), + (114031, "626003", 1, 0, 2), + (114032, "626003", 1, 0, 2), + (114033, "626002", 1, 0, 2), + (114034, "626002", 1, 0, 2), + (114035, "626109", 1, 0, 2), + (114036, "626109", 1, 0, 2), + (114037, "626002", 1, 0, 2), + (114038, "626109", 1, 0, 2), + (114039, "603202", 1, 0, 2), + (114040, "610005", 1, 0, 2), + (114041, "623502", 1, 0, 2), + (114042, "638503", 1, 0, 2), + (114043, "623526", 1, 0, 2), + (114044, "627808", 1, 0, 2), + (114045, "621706", 1, 0, 2), + (114046, "603309", 1, 0, 2), + (114047, "627764", 1, 0, 2), + (114048, "630212", 1, 0, 2), + (114049, "621220", 1, 0, 2), + (114050, "621220", 1, 0, 2), + (114051, "621220", 1, 0, 2), + (114052, "621220", 1, 0, 2), + (114053, "621220", 1, 0, 2), + (114054, "621220", 1, 0, 2), + (114055, "621210", 1, 0, 2), + (114056, "631051", 1, 0, 2), + (114057, "621109", 1, 0, 2), + (114058, "621011", 1, 0, 2), + (114059, "621008", 1, 0, 2), + (114060, "621306", 1, 0, 2), + (114061, "639103", 1, 0, 2), + (114062, "600019", 1, 0, 2), + (114063, "630555", 1, 0, 2), + (114064, "641602", 1, 0, 2), + (114065, "641104", 1, 0, 2), + (114066, "641654", 1, 0, 2), + (114067, "641654", 1, 0, 2), + (114068, "638402", 1, 0, 2), + (114069, "638401", 1, 0, 2), + (114070, "641653", 1, 0, 2), + (114071, "614809", 1, 0, 2), + (114072, "628002", 1, 0, 2), + (114073, "603308", 1, 0, 2), + (114074, "627001", 1, 0, 2), + (114075, "641114", 1, 0, 2), + (114076, "614602", 1, 0, 2), + (114077, "636004", 1, 0, 2), + (114078, "600044", 1, 0, 2), + (114079, "636701", 1, 0, 2), + (114080, "636906", 1, 0, 2), + (114081, "639005", 1, 0, 2), + (114082, "605401", 1, 0, 2), + (114083, "600059", 1, 0, 2), + (114084, "620003", 1, 0, 2), + (114085, "603110", 1, 0, 2), + (114086, "603308", 1, 0, 2), + (114087, "622507", 1, 0, 2), + (114088, "608001", 1, 0, 2), + (114089, "608001", 1, 0, 2), + (114090, "625519", 1, 0, 2), + (114091, "611104", 1, 0, 2), + (114092, "600069", 1, 0, 2), + (114093, "635652", 1, 0, 2), + (114094, "638701", 1, 0, 2), + (114095, "620009", 1, 0, 2), + (114096, "603003", 1, 0, 2), + (114097, "611102", 1, 0, 2), + (114098, "610102", 1, 0, 2), + (114099, "610102", 1, 0, 2), + (114100, "610104", 1, 0, 2), + (114101, "610204", 1, 0, 2), + (114102, "610105", 1, 0, 2), + (114103, "611108", 1, 0, 2), + (114104, "606110", 1, 0, 2), + (114105, "606102", 1, 0, 2), + (114106, "608002", 1, 0, 2), + (114107, "637018", 1, 0, 2), + (114108, "625501", 1, 0, 2), + (114109, "612001", 1, 0, 2), + (114110, "630562", 1, 0, 2), + (114111, "630562", 1, 0, 2), + (114112, "613201", 1, 0, 2), + (114113, "635655", 1, 0, 2), + (114114, "627604", 1, 0, 2), + (114115, "637505", 1, 0, 2), + (114116, "609702", 1, 0, 2), + (114117, "626141", 1, 0, 2), + (114118, "605101", 1, 0, 2), + (114119, "605109", 1, 0, 2), + (114120, "604151", 1, 0, 2), + (114121, "604201", 1, 0, 2), + (114122, "604001", 1, 0, 2), + (114123, "604301", 1, 0, 2), + (114124, "604202", 1, 0, 2), + (114125, "605111", 1, 0, 2), + (114126, "604210", 1, 0, 2), + (114127, "604001", 1, 0, 2), + (114128, "604102", 1, 0, 2), + (114129, "604302", 1, 0, 2), + (114130, "604304", 1, 0, 2), + (114131, "604303", 1, 0, 2), + (114132, "604204", 1, 0, 2), + (114133, "604203", 1, 0, 2), + (114134, "604205", 1, 0, 2), + (114135, "604152", 1, 0, 2), + (114136, "604305", 1, 0, 2), + (114137, "604306", 1, 0, 2), + (114138, "604307", 1, 0, 2), + (114139, "604153", 1, 0, 2), + (114140, "604001", 1, 0, 2), + (114141, "604001", 1, 0, 2), + (114142, "604001", 1, 0, 2), + (114143, "604208", 1, 0, 2), + (114144, "604206", 1, 0, 2), + (114145, "604207", 1, 0, 2), + (114146, "604154", 1, 0, 2), + (114147, "605201", 1, 0, 2), + (114148, "605202", 1, 0, 2), + (114149, "642120", 1, 0, 2), + (114150, "642001", 1, 0, 2), + (114151, "642001", 1, 0, 2), + (114152, "642123", 1, 0, 2), + (114153, "642133", 1, 0, 2), + (114154, "642125", 1, 0, 2), + (114155, "642134", 1, 0, 2), + (114156, "642006", 1, 0, 2), + (114157, "642004", 1, 0, 2), + (114158, "642113", 1, 0, 2), + (114159, "642205", 1, 0, 2), + (114160, "642122", 1, 0, 2), + (114161, "642206", 1, 0, 2), + (114162, "642207", 1, 0, 2), + (114163, "642126", 1, 0, 2), + (114164, "642126", 1, 0, 2), + (114165, "642126", 1, 0, 2), + (114166, "642132", 1, 0, 2), + (114167, "642128", 1, 0, 2), + (114168, "642154", 1, 0, 2), + (114169, "641202", 1, 0, 2), + (114170, "605602", 1, 0, 2), + (114171, "605301", 1, 0, 2), + (114172, "605401", 1, 0, 2), + (114173, "605102", 1, 0, 2), + (114174, "605203", 1, 0, 2), + (114175, "605602", 1, 0, 2), + (114176, "605103", 1, 0, 2), + (114177, "605602", 1, 0, 2), + (114178, "605302", 1, 0, 2), + (114179, "605105", 1, 0, 2), + (114180, "605601", 1, 0, 2), + (114181, "605107", 1, 0, 2), + (114182, "605651", 1, 0, 2), + (114183, "605602", 1, 0, 2), + (114184, "605108", 1, 0, 2), + (114185, "605502", 1, 0, 2), + (114186, "605652", 1, 0, 2), + (114187, "605602", 1, 0, 2), + (114188, "605602", 1, 0, 2), + (114189, "605402", 1, 0, 2), + (114190, "622101", 1, 0, 2), + (114191, "614616", 1, 0, 2), + (114192, "614616", 1, 0, 2), + (114193, "614801", 1, 0, 2), + (114194, "622201", 1, 0, 2), + (114195, "614630", 1, 0, 2), + (114196, "622001", 1, 0, 2), + (114197, "613301", 1, 0, 2), + (114198, "622102", 1, 0, 2), + (114199, "622302", 1, 0, 2), + (114200, "614624", 1, 0, 2), + (114201, "622202", 1, 0, 2), + (114202, "622209", 1, 0, 2), + (114203, "622503", 1, 0, 2), + (114204, "622401", 1, 0, 2), + (114205, "614619", 1, 0, 2), + (114206, "622301", 1, 0, 2), + (114207, "614617", 1, 0, 2), + (114208, "622501", 1, 0, 2), + (114209, "622502", 1, 0, 2), + (114210, "614805", 1, 0, 2), + (114211, "622002", 1, 0, 2), + (114212, "622507", 1, 0, 2), + (114213, "614618", 1, 0, 2), + (114214, "622303", 1, 0, 2), + (114215, "622304", 1, 0, 2), + (114216, "622411", 1, 0, 2), + (114217, "622104", 1, 0, 2), + (114218, "622412", 1, 0, 2), + (114219, "621316", 1, 0, 2), + (114220, "622204", 1, 0, 2), + (114221, "614621", 1, 0, 2), + (114222, "622103", 1, 0, 2), + (114223, "622404", 1, 0, 2), + (114224, "622203", 1, 0, 2), + (114225, "622001", 1, 0, 2), + (114226, "614629", 1, 0, 2), + (114227, "622407", 1, 0, 2), + (114228, "622001", 1, 0, 2), + (114229, "622005", 1, 0, 2), + (114230, "622001", 1, 0, 2), + (114231, "622004", 1, 0, 2), + (114232, "622001", 1, 0, 2), + (114233, "622407", 1, 0, 2), + (114234, "622003", 1, 0, 2), + (114235, "622505", 1, 0, 2), + (114236, "622504", 1, 0, 2), + (114237, "622402", 1, 0, 2), + (114238, "622001", 1, 0, 2), + (114239, "614620", 1, 0, 2), + (114240, "622515", 1, 0, 2), + (114241, "622403", 1, 0, 2), + (114242, "622409", 1, 0, 2), + (114243, "622506", 1, 0, 2), + (114244, "614622", 1, 0, 2), + (114245, "636004", 1, 0, 2), + (114246, "637501", 1, 0, 2), + (114247, "636003", 1, 0, 2), + (114248, "636003", 1, 0, 2), + (114249, "636002", 1, 0, 2), + (114250, "636103", 1, 0, 2), + (114251, "636008", 1, 0, 2), + (114252, "636015", 1, 0, 2), + (114253, "636001", 1, 0, 2), + (114254, "636201", 1, 0, 2), + (114255, "636016", 1, 0, 2), + (114256, "636006", 1, 0, 2), + (114257, "636007", 1, 0, 2), + (114258, "636014", 1, 0, 2), + (114259, "636008", 1, 0, 2), + (114260, "636106", 1, 0, 2), + (114261, "636138", 1, 0, 2), + (114262, "636015", 1, 0, 2), + (114263, "636010", 1, 0, 2), + (114264, "636139", 1, 0, 2), + (114265, "636004", 1, 0, 2), + (114266, "636007", 1, 0, 2), + (114267, "636001", 1, 0, 2), + (114268, "636203", 1, 0, 2), + (114269, "636015", 1, 0, 2), + (114270, "636002", 1, 0, 2), + (114271, "636140", 1, 0, 2), + (114272, "636602", 1, 0, 2), + (114273, "636204", 1, 0, 2), + (114274, "636007", 1, 0, 2), + (114275, "636001", 1, 0, 2), + (114276, "636001", 1, 0, 2), + (114277, "636007", 1, 0, 2), + (114278, "636001", 1, 0, 2), + (114279, "636007", 1, 0, 2), + (114280, "636001", 1, 0, 2), + (114281, "636007", 1, 0, 2), + (114282, "636006", 1, 0, 2), + (114283, "636001", 1, 0, 2), + (114284, "636006", 1, 0, 2), + (114285, "636006", 1, 0, 2), + (114286, "636111", 1, 0, 2), + (114287, "636002", 1, 0, 2), + (114288, "636002", 1, 0, 2), + (114289, "636122", 1, 0, 2), + (114290, "636001", 1, 0, 2), + (114291, "636308", 1, 0, 2), + (114292, "636601", 1, 0, 2), + (114293, "636101", 1, 0, 2), + (114294, "636102", 1, 0, 2), + (114295, "636104", 1, 0, 2), + (114296, "636102", 1, 0, 2), + (114297, "636105", 1, 0, 2), + (114298, "636107", 1, 0, 2), + (114299, "636108", 1, 0, 2), + (114300, "636109", 1, 0, 2), + (114301, "636141", 1, 0, 2), + (114302, "636119", 1, 0, 2), + (114303, "636110", 1, 0, 2), + (114304, "636112", 1, 0, 2), + (114305, "636113", 1, 0, 2), + (114306, "636114", 1, 0, 2), + (114307, "636102", 1, 0, 2), + (114308, "636118", 1, 0, 2), + (114309, "636121", 1, 0, 2), + (114310, "636115", 1, 0, 2), + (114311, "636102", 1, 0, 2), + (114312, "636116", 1, 0, 2), + (114313, "636117", 1, 0, 2), + (114314, "636142", 1, 0, 2), + (114315, "636303", 1, 0, 2), + (114316, "636009", 1, 0, 2), + (114317, "636452", 1, 0, 2), + (114318, "636458", 1, 0, 2), + (114319, "636202", 1, 0, 2), + (114320, "636453", 1, 0, 2), + (114321, "636401", 1, 0, 2), + (114322, "636402", 1, 0, 2), + (114323, "636406", 1, 0, 2), + (114324, "636030", 1, 0, 2), + (114325, "636304", 1, 0, 2), + (114326, "637406", 1, 0, 2), + (114327, "636454", 1, 0, 2), + (114328, "636009", 1, 0, 2), + (114329, "637401", 1, 0, 2), + (114330, "636301", 1, 0, 2), + (114331, "636451", 1, 0, 2), + (114332, "636354", 1, 0, 2), + (114333, "637502", 1, 0, 2), + (114334, "636404", 1, 0, 2), + (114335, "636011", 1, 0, 2), + (114336, "637403", 1, 0, 2), + (114337, "636302", 1, 0, 2), + (114338, "636501", 1, 0, 2), + (114339, "636351", 1, 0, 2), + (114340, "636309", 1, 0, 2), + (114341, "636012", 1, 0, 2), + (114342, "636455", 1, 0, 2), + (114343, "636455", 1, 0, 2), + (114344, "636305", 1, 0, 2), + (114345, "637407", 1, 0, 2), + (114346, "636403", 1, 0, 2), + (114347, "637408", 1, 0, 2), + (114348, "637408", 1, 0, 2), + (114349, "636456", 1, 0, 2), + (114350, "636013", 1, 0, 2), + (114351, "637412", 1, 0, 2), + (114352, "636306", 1, 0, 2), + (114353, "636307", 1, 0, 2), + (114354, "636005", 1, 0, 2), + (114355, "636502", 1, 0, 2), + (114356, "636503", 1, 0, 2), + (114357, "636457", 1, 0, 2), + (114358, "637504", 1, 0, 2), + (114359, "637505", 1, 0, 2), + (114360, "630561", 1, 0, 2), + (114361, "630566", 1, 0, 2), + (114362, "630602", 1, 0, 2), + (114363, "630702", 1, 0, 2), + (114364, "630702", 1, 0, 2), + (114365, "630561", 1, 0, 2), + (114366, "630551", 1, 0, 2), + (114367, "630305", 1, 0, 2), + (114368, "630203", 1, 0, 2), + (114369, "630204", 1, 0, 2), + (114370, "630606", 1, 0, 2), + (114371, "630552", 1, 0, 2), + (114372, "630553", 1, 0, 2), + (114373, "630606", 1, 0, 2), + (114374, "630606", 1, 0, 2), + (114375, "630554", 1, 0, 2), + (114376, "630555", 1, 0, 2), + (114377, "630556", 1, 0, 2), + (114378, "630557", 1, 0, 2), + (114379, "630558", 1, 0, 2), + (114380, "630559", 1, 0, 2), + (114381, "630709", 1, 0, 2), + (114382, "630609", 1, 0, 2), + (114383, "630710", 1, 0, 2), + (114384, "630313", 1, 0, 2), + (114385, "630562", 1, 0, 2), + (114386, "630561", 1, 0, 2), + (114387, "630561", 1, 0, 2), + (114388, "630211", 1, 0, 2), + (114389, "630713", 1, 0, 2), + (114390, "630210", 1, 0, 2), + (114391, "630610", 1, 0, 2), + (114392, "630211", 1, 0, 2), + (114393, "630211", 1, 0, 2), + (114394, "630611", 1, 0, 2), + (114395, "630611", 1, 0, 2), + (114396, "630408", 1, 0, 2), + (114397, "630321", 1, 0, 2), + (114398, "621008", 1, 0, 2), + (114399, "621113", 1, 0, 2), + (114400, "621220", 1, 0, 2), + (114401, "621114", 1, 0, 2), + (114402, "621010", 1, 0, 2), + (114403, "621010", 1, 0, 2), + (114404, "621011", 1, 0, 2), + (114405, "621115", 1, 0, 2), + (114406, "621216", 1, 0, 2), + (114407, "621207", 1, 0, 2), + (114408, "620005", 1, 0, 2), + (114409, "621708", 1, 0, 2), + (114410, "621108", 1, 0, 2), + (114411, "621005", 1, 0, 2), + (114412, "621209", 1, 0, 2), + (114413, "620006", 1, 0, 2), + (114414, "621112", 1, 0, 2), + (114415, "621213", 1, 0, 2), + (114416, "620005", 1, 0, 2), + (114417, "620006", 1, 0, 2), + (114418, "620006", 1, 0, 2), + (114419, "621217", 1, 0, 2), + (114420, "621214", 1, 0, 2), + (114421, "620005", 1, 0, 2), + (114422, "621009", 1, 0, 2), + (114423, "621215", 1, 0, 2), + (114424, "621116", 1, 0, 2), + (114425, "621117", 1, 0, 2), + (114426, "621012", 1, 0, 2), + (114427, "621219", 1, 0, 2), + (114428, "621101", 1, 0, 2), + (114429, "621102", 1, 0, 2), + (114430, "621103", 1, 0, 2), + (114431, "621104", 1, 0, 2), + (114432, "621001", 1, 0, 2), + (114433, "621133", 1, 0, 2), + (114434, "621206", 1, 0, 2), + (114435, "621002", 1, 0, 2), + (114436, "621003", 1, 0, 2), + (114437, "621004", 1, 0, 2), + (114438, "621107", 1, 0, 2), + (114439, "621212", 1, 0, 2), + (114440, "621118", 1, 0, 2), + (114441, "621014", 1, 0, 2), + (114442, "621110", 1, 0, 2), + (114443, "621006", 1, 0, 2), + (114444, "621007", 1, 0, 2), + (114445, "601204", 1, 0, 2), + (114446, "600053", 1, 0, 2), + (114447, "600019", 1, 0, 2), + (114448, "600049", 1, 0, 2), + (114449, "600053", 1, 0, 2), + (114450, "600054", 1, 0, 2), + (114451, "600055", 1, 0, 2), + (114452, "600056", 1, 0, 2), + (114453, "600071", 1, 0, 2), + (114454, "600050", 1, 0, 2), + (114455, "601204", 1, 0, 2), + (114456, "600110", 1, 0, 2), + (114457, "600066", 1, 0, 2), + (114458, "601205", 1, 0, 2), + (114459, "600052", 1, 0, 2), + (114460, "601201", 1, 0, 2), + (114461, "600067", 1, 0, 2), + (114462, "600019", 1, 0, 2), + (114463, "600049", 1, 0, 2), + (114464, "600057", 1, 0, 2), + (114465, "601201", 1, 0, 2), + (114466, "601206", 1, 0, 2), + (114467, "600099", 1, 0, 2), + (114468, "600050", 1, 0, 2), + (114469, "600076", 1, 0, 2), + (114470, "601202", 1, 0, 2), + (114471, "600060", 1, 0, 2), + (114472, "600051", 1, 0, 2), + (114473, "600068", 1, 0, 2), + (114474, "600103", 1, 0, 2), + (114475, "600053", 1, 0, 2), + (114476, "601203", 1, 0, 2), + (114477, "600037", 1, 0, 2), + (114478, "600037", 1, 0, 2), + (114479, "600120", 1, 0, 2), + (114480, "600069", 1, 0, 2), + (114481, "600095", 1, 0, 2), + (114482, "600122", 1, 0, 2), + (114483, "600123", 1, 0, 2), + (114484, "600072", 1, 0, 2), + (114485, "600056", 1, 0, 2), + (114486, "600056", 1, 0, 2), + (114487, "600116", 1, 0, 2), + (114488, "600062", 1, 0, 2), + (114489, "600062", 1, 0, 2), + (114490, "600062", 1, 0, 2), + (114491, "600116", 1, 0, 2), + (114492, "600054", 1, 0, 2), + (114493, "600072", 1, 0, 2), + (114494, "600124", 1, 0, 2), + (114495, "600077", 1, 0, 2), + (114496, "600070", 1, 0, 2), + (114497, "600044", 1, 0, 2), + (114498, "600064", 1, 0, 2), + (114499, "600059", 1, 0, 2), + (114500, "600044", 1, 0, 2), + (114501, "600073", 1, 0, 2), + (114502, "603103", 1, 0, 2), + (114503, "603112", 1, 0, 2), + (114504, "600059", 1, 0, 2), + (114505, "600044", 1, 0, 2), + (114506, "600117", 1, 0, 2), + (114507, "601301", 1, 0, 2), + (114508, "600043", 1, 0, 2), + (114509, "600075", 1, 0, 2), + (114510, "600075", 1, 0, 2), + (114511, "600074", 1, 0, 2), + (114512, "600044", 1, 0, 2), + (114513, "600043", 1, 0, 2), + (114514, "600073", 1, 0, 2), + (114515, "600063", 1, 0, 2), + (114516, "600059", 1, 0, 2), + (114517, "600046", 1, 0, 2), + (114518, "600047", 1, 0, 2), + (114519, "600043", 1, 0, 2), + (114520, "600048", 1, 0, 2), + (114521, "600058", 1, 0, 2), + (114522, "601101", 1, 0, 2), + (114523, "600057", 1, 0, 2), + (114524, "600066", 1, 0, 2), + (114525, "600019", 1, 0, 2), + (114526, "600118", 1, 0, 2), + (114527, "600060", 1, 0, 2), + (114528, "600052", 1, 0, 2), + (114529, "614717", 1, 0, 2), + (114530, "613601", 1, 0, 2), + (114531, "612801", 1, 0, 2), + (114532, "614401", 1, 0, 2), + (114533, "612701", 1, 0, 2), + (114534, "614201", 1, 0, 2), + (114535, "613602", 1, 0, 2), + (114536, "614211", 1, 0, 2), + (114537, "613009", 1, 0, 2), + (114538, "614202", 1, 0, 2), + (114539, "614001", 1, 0, 2), + (114540, "612802", 1, 0, 2), + (114541, "614013", 1, 0, 2), + (114542, "613001", 1, 0, 2), + (114543, "614203", 1, 0, 2), + (114544, "613201", 1, 0, 2), + (114545, "613202", 1, 0, 2), + (114546, "613002", 1, 0, 2), + (114547, "614402", 1, 0, 2), + (114548, "614101", 1, 0, 2), + (114549, "614708", 1, 0, 2), + (114550, "614403", 1, 0, 2), + (114551, "613303", 1, 0, 2), + (114552, "614102", 1, 0, 2), + (114553, "613001", 1, 0, 2), + (114554, "614001", 1, 0, 2), + (114555, "612804", 1, 0, 2), + (114556, "613403", 1, 0, 2), + (114557, "614210", 1, 0, 2), + (114558, "613205", 1, 0, 2), + (114559, "613003", 1, 0, 2), + (114560, "613007", 1, 0, 2), + (114561, "613501", 1, 0, 2), + (114562, "614301", 1, 0, 2), + (114563, "613101", 1, 0, 2), + (114564, "614710", 1, 0, 2), + (114565, "614404", 1, 0, 2), + (114566, "614020", 1, 0, 2), + (114567, "614014", 1, 0, 2), + (114568, "614204", 1, 0, 2), + (114569, "614205", 1, 0, 2), + (114570, "614205", 1, 0, 2), + (114571, "614015", 1, 0, 2), + (114572, "614206", 1, 0, 2), + (114573, "614705", 1, 0, 2), + (114574, "614103", 1, 0, 2), + (114575, "613105", 1, 0, 2), + (114576, "612301", 1, 0, 2), + (114577, "613502", 1, 0, 2), + (114578, "612803", 1, 0, 2), + (114579, "613005", 1, 0, 2), + (114580, "614207", 1, 0, 2), + (114581, "613007", 1, 0, 2), + (114582, "613504", 1, 0, 2), + (114583, "613402", 1, 0, 2), + (114584, "614016", 1, 0, 2), + (114585, "613503", 1, 0, 2), + (114586, "614208", 1, 0, 2), + (114587, "613010", 1, 0, 2), + (114588, "613001", 1, 0, 2), + (114589, "613001", 1, 0, 2), + (114590, "613001", 1, 0, 2), + (114591, "613001", 1, 0, 2), + (114592, "613007", 1, 0, 2), + (114593, "613001", 1, 0, 2), + (114594, "613001", 1, 0, 2), + (114595, "613004", 1, 0, 2), + (114596, "613008", 1, 0, 2), + (114597, "613006", 1, 0, 2), + (114598, "613009", 1, 0, 2), + (114599, "613203", 1, 0, 2), + (114600, "613204", 1, 0, 2), + (114601, "613102", 1, 0, 2), + (114602, "613104", 1, 0, 2), + (114603, "613104", 1, 0, 2), + (114604, "614302", 1, 0, 2), + (114605, "614017", 1, 0, 2), + (114606, "613103", 1, 0, 2), + (114607, "614018", 1, 0, 2), + (114608, "614303", 1, 0, 2), + (114609, "610206", 1, 0, 2), + (114610, "614019", 1, 0, 2), + (114611, "625515", 1, 0, 2), + (114612, "625516", 1, 0, 2), + (114613, "625516", 1, 0, 2), + (114614, "625518", 1, 0, 2), + (114615, "625519", 1, 0, 2), + (114616, "625520", 1, 0, 2), + (114617, "625521", 1, 0, 2), + (114618, "625522", 1, 0, 2), + (114619, "625540", 1, 0, 2), + (114620, "625524", 1, 0, 2), + (114621, "625525", 1, 0, 2), + (114622, "625556", 1, 0, 2), + (114623, "625526", 1, 0, 2), + (114624, "625528", 1, 0, 2), + (114625, "625582", 1, 0, 2), + (114626, "625530", 1, 0, 2), + (114627, "625533", 1, 0, 2), + (114628, "625533", 1, 0, 2), + (114629, "625533", 1, 0, 2), + (114630, "625531", 1, 0, 2), + (114631, "625512", 1, 0, 2), + (114632, "625531", 1, 0, 2), + (114633, "625602", 1, 0, 2), + (114634, "625517", 1, 0, 2), + (114635, "625203", 1, 0, 2), + (114636, "625579", 1, 0, 2), + (114637, "625523", 1, 0, 2), + (114638, "625601", 1, 0, 2), + (114639, "625604", 1, 0, 2), + (114640, "625705", 1, 0, 2), + (114641, "625527", 1, 0, 2), + (114642, "625529", 1, 0, 2), + (114643, "625605", 1, 0, 2), + (114644, "625531", 1, 0, 2), + (114645, "625531", 1, 0, 2), + (114646, "625531", 1, 0, 2), + (114647, "625536", 1, 0, 2), + (114648, "625532", 1, 0, 2), + (114649, "625532", 1, 0, 2), + (114650, "625537", 1, 0, 2), + (114651, "625601", 1, 0, 2), + (114652, "625603", 1, 0, 2), + (114653, "625562", 1, 0, 2), + (114654, "625534", 1, 0, 2), + (114655, "625535", 1, 0, 2), + (114656, "620014", 1, 0, 2), + (114657, "620004", 1, 0, 2), + (114658, "639101", 1, 0, 2), + (114659, "620026", 1, 0, 2), + (114660, "620024", 1, 0, 2), + (114661, "620001", 1, 0, 2), + (114662, "620014", 1, 0, 2), + (114663, "620008", 1, 0, 2), + (114664, "620014", 1, 0, 2), + (114665, "620012", 1, 0, 2), + (114666, "620004", 1, 0, 2), + (114667, "620004", 1, 0, 2), + (114668, "620004", 1, 0, 2), + (114669, "620025", 1, 0, 2), + (114670, "620010", 1, 0, 2), + (114671, "620013", 1, 0, 2), + (114672, "620020", 1, 0, 2), + (114673, "620014", 1, 0, 2), + (114674, "620020", 1, 0, 2), + (114675, "620023", 1, 0, 2), + (114676, "620021", 1, 0, 2), + (114677, "639103", 1, 0, 2), + (114678, "620020", 1, 0, 2), + (114679, "620011", 1, 0, 2), + (114680, "621803", 1, 0, 2), + (114681, "621706", 1, 0, 2), + (114682, "608901", 1, 0, 2), + (114683, "621707", 1, 0, 2), + (114684, "612902", 1, 0, 2), + (114685, "621709", 1, 0, 2), + (114686, "612903", 1, 0, 2), + (114687, "621710", 1, 0, 2), + (114688, "621711", 1, 0, 2), + (114689, "621712", 1, 0, 2), + (114690, "621713", 1, 0, 2), + (114691, "621718", 1, 0, 2), + (114692, "621714", 1, 0, 2), + (114693, "612904", 1, 0, 2), + (114694, "621851", 1, 0, 2), + (114695, "621715", 1, 0, 2), + (114696, "621804", 1, 0, 2), + (114697, "621218", 1, 0, 2), + (114698, "621805", 1, 0, 2), + (114699, "621806", 1, 0, 2), + (114700, "621722", 1, 0, 2), + (114701, "620101", 1, 0, 2), + (114702, "620016", 1, 0, 2), + (114703, "620008", 1, 0, 2), + (114704, "620019", 1, 0, 2), + (114705, "639112", 1, 0, 2), + (114706, "620001", 1, 0, 2), + (114707, "620001", 1, 0, 2), + (114708, "620020", 1, 0, 2), + (114709, "620001", 1, 0, 2), + (114710, "620017", 1, 0, 2), + (114711, "620009", 1, 0, 2), + (114712, "620020", 1, 0, 2), + (114713, "620015", 1, 0, 2), + (114714, "620002", 1, 0, 2), + (114715, "620004", 1, 0, 2), + (114716, "620102", 1, 0, 2), + (114717, "620020", 1, 0, 2), + (114718, "620020", 1, 0, 2), + (114719, "620017", 1, 0, 2), + (114720, "620002", 1, 0, 2), + (114721, "620018", 1, 0, 2), + (114722, "620013", 1, 0, 2), + (114723, "620022", 1, 0, 2), + (114724, "620007", 1, 0, 2), + (114725, "621729", 1, 0, 2), + (114726, "620001", 1, 0, 2), + (114727, "620001", 1, 0, 2), + (114728, "620008", 1, 0, 2), + (114729, "620001", 1, 0, 2), + (114730, "620002", 1, 0, 2), + (114731, "639115", 1, 0, 2), + (114732, "620003", 1, 0, 2), + (114733, "620003", 1, 0, 2), + (114734, "621701", 1, 0, 2), + (114735, "621702", 1, 0, 2), + (114736, "621801", 1, 0, 2), + (114737, "621703", 1, 0, 2), + (114738, "621704", 1, 0, 2), + (114739, "621704", 1, 0, 2), + (114740, "621719", 1, 0, 2), + (114741, "621730", 1, 0, 2), + (114742, "612901", 1, 0, 2), + (114743, "621802", 1, 0, 2), + (114744, "621653", 1, 0, 2), + (114745, "621651", 1, 0, 2), + (114746, "621652", 1, 0, 2), + (114747, "621705", 1, 0, 2), + (114748, "627151", 1, 0, 2), + (114749, "627354", 1, 0, 2), + (114750, "627355", 1, 0, 2), + (114751, "627356", 1, 0, 2), + (114752, "627152", 1, 0, 2), + (114753, "627108", 1, 0, 2), + (114754, "627502", 1, 0, 2), + (114755, "627109", 1, 0, 2), + (114756, "627110", 1, 0, 2), + (114757, "627654", 1, 0, 2), + (114758, "627111", 1, 0, 2), + (114759, "627112", 1, 0, 2), + (114760, "627002", 1, 0, 2), + (114761, "627113", 1, 0, 2), + (114762, "627114", 1, 0, 2), + (114763, "627115", 1, 0, 2), + (114764, "627657", 1, 0, 2), + (114765, "627116", 1, 0, 2), + (114766, "627117", 1, 0, 2), + (114767, "627117", 1, 0, 2), + (114768, "627001", 1, 0, 2), + (114769, "627006", 1, 0, 2), + (114770, "627006", 1, 0, 2), + (114771, "627003", 1, 0, 2), + (114772, "627001", 1, 0, 2), + (114773, "627133", 1, 0, 2), + (114774, "627119", 1, 0, 2), + (114775, "627425", 1, 0, 2), + (114776, "627401", 1, 0, 2), + (114777, "627401", 1, 0, 2), + (114778, "627108", 1, 0, 2), + (114779, "627413", 1, 0, 2), + (114780, "627414", 1, 0, 2), + (114781, "627451", 1, 0, 2), + (114782, "627415", 1, 0, 2), + (114783, "627416", 1, 0, 2), + (114784, "627417", 1, 0, 2), + (114785, "627418", 1, 0, 2), + (114786, "627421", 1, 0, 2), + (114787, "627420", 1, 0, 2), + (114788, "627452", 1, 0, 2), + (114789, "627601", 1, 0, 2), + (114790, "627009", 1, 0, 2), + (114791, "627358", 1, 0, 2), + (114792, "627202", 1, 0, 2), + (114793, "627001", 1, 0, 2), + (114794, "627427", 1, 0, 2), + (114795, "627602", 1, 0, 2), + (114796, "627422", 1, 0, 2), + (114797, "627453", 1, 0, 2), + (114798, "627423", 1, 0, 2), + (114799, "627424", 1, 0, 2), + (114800, "627603", 1, 0, 2), + (114801, "627425", 1, 0, 2), + (114802, "627426", 1, 0, 2), + (114803, "627351", 1, 0, 2), + (114804, "627101", 1, 0, 2), + (114805, "627102", 1, 0, 2), + (114806, "627103", 1, 0, 2), + (114807, "627104", 1, 0, 2), + (114808, "627651", 1, 0, 2), + (114809, "627652", 1, 0, 2), + (114810, "627501", 1, 0, 2), + (114811, "627105", 1, 0, 2), + (114812, "627353", 1, 0, 2), + (114813, "627106", 1, 0, 2), + (114814, "627127", 1, 0, 2), + (114815, "627107", 1, 0, 2), + (114816, "627118", 1, 0, 2), + (114817, "627008", 1, 0, 2), + (114818, "627352", 1, 0, 2), + (114819, "627010", 1, 0, 2), + (114820, "627007", 1, 0, 2), + (114821, "627002", 1, 0, 2), + (114822, "627011", 1, 0, 2), + (114823, "627012", 1, 0, 2), + (114824, "627201", 1, 0, 2), + (114825, "627001", 1, 0, 2), + (114826, "627005", 1, 0, 2), + (114827, "627005", 1, 0, 2), + (114828, "627002", 1, 0, 2), + (114829, "627011", 1, 0, 2), + (114830, "627007", 1, 0, 2), + (114831, "627359", 1, 0, 2), + (114832, "627357", 1, 0, 2), + (114833, "627604", 1, 0, 2), + (114834, "627006", 1, 0, 2), + (114835, "627001", 1, 0, 2), + (114836, "627004", 1, 0, 2), + (114837, "627002", 1, 0, 2), + (114838, "627006", 1, 0, 2), + (114839, "627004", 1, 0, 2), + (114840, "627006", 1, 0, 2), + (114841, "641652", 1, 0, 2), + (114842, "638812", 1, 0, 2), + (114843, "641655", 1, 0, 2), + (114844, "641603", 1, 0, 2), + (114845, "641687", 1, 0, 2), + (114846, "641658", 1, 0, 2), + (114847, "641671", 1, 0, 2), + (114848, "641603", 1, 0, 2), + (114849, "641662", 1, 0, 2), + (114850, "641663", 1, 0, 2), + (114851, "641664", 1, 0, 2), + (114852, "641664", 1, 0, 2), + (114853, "641666", 1, 0, 2), + (114854, "641602", 1, 0, 2), + (114855, "641654", 1, 0, 2), + (114856, "641669", 1, 0, 2), + (114857, "641604", 1, 0, 2), + (114858, "641604", 1, 0, 2), + (114859, "641607", 1, 0, 2), + (114860, "641602", 1, 0, 2), + (114861, "641605", 1, 0, 2), + (114862, "641606", 1, 0, 2), + (114863, "638656", 1, 0, 2), + (114864, "638672", 1, 0, 2), + (114865, "638657", 1, 0, 2), + (114866, "638701", 1, 0, 2), + (114867, "638701", 1, 0, 2), + (114868, "638660", 1, 0, 2), + (114869, "638661", 1, 0, 2), + (114870, "638673", 1, 0, 2), + (114871, "638702", 1, 0, 2), + (114872, "638106", 1, 0, 2), + (114873, "638105", 1, 0, 2), + (114874, "638108", 1, 0, 2), + (114875, "641665", 1, 0, 2), + (114876, "638706", 1, 0, 2), + (114877, "638703", 1, 0, 2), + (114878, "638111", 1, 0, 2), + (114879, "638111", 1, 0, 2), + (114880, "641653", 1, 0, 2), + (114881, "641407", 1, 0, 2), + (114882, "638451", 1, 0, 2), + (114883, "641103", 1, 0, 2), + (114884, "641401", 1, 0, 2), + (114885, "641104", 1, 0, 2), + (114886, "641670", 1, 0, 2), + (114887, "641659", 1, 0, 2), + (114888, "641305", 1, 0, 2), + (114889, "641301", 1, 0, 2), + (114890, "641697", 1, 0, 2), + (114891, "638459", 1, 0, 2), + (114892, "638402", 1, 0, 2), + (114893, "638401", 1, 0, 2), + (114894, "638401", 1, 0, 2), + (114895, "638460", 1, 0, 2), + (114896, "641113", 1, 0, 2), + (114897, "641668", 1, 0, 2), + (114898, "641402", 1, 0, 2), + (114899, "638461", 1, 0, 2), + (114900, "641667", 1, 0, 2), + (114901, "641302", 1, 0, 2), + (114902, "606701", 1, 0, 2), + (114903, "606908", 1, 0, 2), + (114904, "606702", 1, 0, 2), + (114905, "606703", 1, 0, 2), + (114906, "606704", 1, 0, 2), + (114907, "606710", 1, 0, 2), + (114908, "606705", 1, 0, 2), + (114909, "606706", 1, 0, 2), + (114910, "606707", 1, 0, 2), + (114911, "606708", 1, 0, 2), + (114912, "606709", 1, 0, 2), + (114913, "606906", 1, 0, 2), + (114914, "632316", 1, 0, 2), + (114915, "604501", 1, 0, 2), + (114916, "606903", 1, 0, 2), + (114917, "604404", 1, 0, 2), + (114918, "632313", 1, 0, 2), + (114919, "632314", 1, 0, 2), + (114920, "604502", 1, 0, 2), + (114921, "606807", 1, 0, 2), + (114922, "604503", 1, 0, 2), + (114923, "604504", 1, 0, 2), + (114924, "604409", 1, 0, 2), + (114925, "604505", 1, 0, 2), + (114926, "631701", 1, 0, 2), + (114927, "604401", 1, 0, 2), + (114928, "604402", 1, 0, 2), + (114929, "631702", 1, 0, 2), + (114930, "604405", 1, 0, 2), + (114931, "604406", 1, 0, 2), + (114932, "604407", 1, 0, 2), + (114933, "604407", 1, 0, 2), + (114934, "604408", 1, 0, 2), + (114935, "604410", 1, 0, 2), + (114936, "604403", 1, 0, 2), + (114937, "606601", 1, 0, 2), + (114938, "606601", 1, 0, 2), + (114939, "606601", 1, 0, 2), + (114940, "632301", 1, 0, 2), + (114941, "606752", 1, 0, 2), + (114942, "606802", 1, 0, 2), + (114943, "606806", 1, 0, 2), + (114944, "606611", 1, 0, 2), + (114945, "606603", 1, 0, 2), + (114946, "606804", 1, 0, 2), + (114947, "606805", 1, 0, 2), + (114948, "606753", 1, 0, 2), + (114949, "606604", 1, 0, 2), + (114950, "606754", 1, 0, 2), + (114951, "606801", 1, 0, 2), + (114952, "606902", 1, 0, 2), + (114953, "606751", 1, 0, 2), + (114954, "632319", 1, 0, 2), + (114955, "606755", 1, 0, 2), + (114956, "604601", 1, 0, 2), + (114957, "632311", 1, 0, 2), + (114958, "632312", 1, 0, 2), + (114959, "606904", 1, 0, 2), + (114960, "632315", 1, 0, 2), + (114961, "606803", 1, 0, 2), + (114962, "606905", 1, 0, 2), + (114963, "632326", 1, 0, 2), + (114964, "606907", 1, 0, 2), + (114965, "606901", 1, 0, 2), + (114966, "632010", 1, 0, 2), + (114967, "632101", 1, 0, 2), + (114968, "632055", 1, 0, 2), + (114969, "632002", 1, 0, 2), + (114970, "632004", 1, 0, 2), + (114971, "632009", 1, 0, 2), + (114972, "632113", 1, 0, 2), + (114973, "632002", 1, 0, 2), + (114974, "632004", 1, 0, 2), + (114975, "632006", 1, 0, 2), + (114976, "632006", 1, 0, 2), + (114977, "632006", 1, 0, 2), + (114978, "632107", 1, 0, 2), + (114979, "632012", 1, 0, 2), + (114980, "632102", 1, 0, 2), + (114981, "632001", 1, 0, 2), + (114982, "632007", 1, 0, 2), + (114983, "632013", 1, 0, 2), + (114984, "632001", 1, 0, 2), + (114985, "632001", 1, 0, 2), + (114986, "632202", 1, 0, 2), + (114987, "632057", 1, 0, 2), + (114988, "632103", 1, 0, 2), + (114989, "632001", 1, 0, 2), + (114990, "632058", 1, 0, 2), + (114991, "632001", 1, 0, 2), + (114992, "632012", 1, 0, 2), + (114993, "632001", 1, 0, 2), + (114994, "632001", 1, 0, 2), + (114995, "632009", 1, 0, 2), + (114996, "632009", 1, 0, 2), + (114997, "632114", 1, 0, 2), + (114998, "632204", 1, 0, 2), + (114999, "632001", 1, 0, 2), + (115000, "632011", 1, 0, 2), + (115001, "632059", 1, 0, 2), + (115002, "632002", 1, 0, 2), + (115003, "632001", 1, 0, 2), + (115004, "632004", 1, 0, 2), + (115005, "632001", 1, 0, 2), + (115006, "632004", 1, 0, 2), + (115007, "632014", 1, 0, 2), + (115008, "632004", 1, 0, 2), + (115009, "632001", 1, 0, 2), + (115010, "632002", 1, 0, 2), + (115011, "632006", 1, 0, 2), + (115012, "632104", 1, 0, 2), + (115013, "632001", 1, 0, 2), + (115014, "632004", 1, 0, 2), + (115015, "632007", 1, 0, 2), + (115016, "632008", 1, 0, 2), + (115017, "632106", 1, 0, 2), + (115018, "632105", 1, 0, 2), + (115019, "606003", 1, 0, 2), + (115020, "606001", 1, 0, 2), + (115021, "606001", 1, 0, 2), + (115022, "605757", 1, 0, 2), + (115023, "606305", 1, 0, 2), + (115024, "606201", 1, 0, 2), + (115025, "607202", 1, 0, 2), + (115026, "607201", 1, 0, 2), + (115027, "606102", 1, 0, 2), + (115028, "605702", 1, 0, 2), + (115029, "606208", 1, 0, 2), + (115030, "606203", 1, 0, 2), + (115031, "606301", 1, 0, 2), + (115032, "606115", 1, 0, 2), + (115033, "606402", 1, 0, 2), + (115034, "606204", 1, 0, 2), + (115035, "606205", 1, 0, 2), + (115036, "606401", 1, 0, 2), + (115037, "606206", 1, 0, 2), + (115038, "606107", 1, 0, 2), + (115039, "606107", 1, 0, 2), + (115040, "606207", 1, 0, 2), + (115041, "605752", 1, 0, 2), + (115042, "605801", 1, 0, 2), + (115043, "605751", 1, 0, 2), + (115044, "605802", 1, 0, 2), + (115045, "605701", 1, 0, 2), + (115046, "605754", 1, 0, 2), + (115047, "605759", 1, 0, 2), + (115048, "605755", 1, 0, 2), + (115049, "607107", 1, 0, 2), + (115050, "607209", 1, 0, 2), + (115051, "605803", 1, 0, 2), + (115052, "605756", 1, 0, 2), + (115053, "607203", 1, 0, 2), + (115054, "607204", 1, 0, 2), + (115055, "605758", 1, 0, 2), + (115056, "606103", 1, 0, 2), + (115057, "606110", 1, 0, 2), + (115058, "606104", 1, 0, 2), + (115059, "606108", 1, 0, 2), + (115060, "606302", 1, 0, 2), + (115061, "607804", 1, 0, 2), + (115062, "606105", 1, 0, 2), + (115063, "606111", 1, 0, 2), + (115064, "606106", 1, 0, 2), + (115065, "606303", 1, 0, 2), + (115066, "606304", 1, 0, 2), + (115067, "626124", 1, 0, 2), + (115068, "626125", 1, 0, 2), + (115069, "626125", 1, 0, 2), + (115070, "626126", 1, 0, 2), + (115071, "626128", 1, 0, 2), + (115072, "626130", 1, 0, 2), + (115073, "626131", 1, 0, 2), + (115074, "626005", 1, 0, 2), + (115075, "626201", 1, 0, 2), + (115076, "626103", 1, 0, 2), + (115077, "626001", 1, 0, 2), + (115078, "626149", 1, 0, 2), + (115079, "626109", 1, 0, 2), + (115080, "626202", 1, 0, 2), + (115081, "626204", 1, 0, 2), + (115082, "626203", 1, 0, 2), + (115083, "626203", 1, 0, 2), + (115084, "626205", 1, 0, 2), + (115085, "626001", 1, 0, 2), + (115086, "626001", 1, 0, 2), + (115087, "626002", 1, 0, 2), + (115088, "626001", 1, 0, 2), + (115089, "626003", 1, 0, 2), + (115090, "626001", 1, 0, 2), + (115091, "626001", 1, 0, 2), + (115092, "626108", 1, 0, 2), + (115093, "626133", 1, 0, 2), + (115094, "626110", 1, 0, 2), + (115095, "626111", 1, 0, 2), + (115096, "626116", 1, 0, 2), + (115097, "626121", 1, 0, 2), + (115098, "626117", 1, 0, 2), + (115099, "626122", 1, 0, 2), + (115100, "626142", 1, 0, 2), + (115101, "626127", 1, 0, 2), + (115102, "626132", 1, 0, 2), + (115103, "626117", 1, 0, 2), + (115104, "626117", 1, 0, 2), + (115105, "626117", 1, 0, 2), + (115106, "626138", 1, 0, 2), + (115107, "626125", 1, 0, 2), + (115108, "626141", 1, 0, 2), + (115109, "626137", 1, 0, 2), + (115110, "626119", 1, 0, 2), + (115111, "626140", 1, 0, 2), + (115112, "626123", 1, 0, 2), + (115113, "626123", 1, 0, 2), + (115114, "626189", 1, 0, 2), + (115115, "626123", 1, 0, 2), + (115116, "626101", 1, 0, 2), + (115117, "626101", 1, 0, 2), + (115118, "626101", 1, 0, 2), + (115119, "626101", 1, 0, 2), + (115120, "626134", 1, 0, 2), + (115121, "626104", 1, 0, 2), + (115122, "626105", 1, 0, 2), + (115123, "626106", 1, 0, 2), + (115124, "626107", 1, 0, 2), + (115125, "626607", 1, 0, 2), + (115126, "626004", 1, 0, 2), + (115127, "626112", 1, 0, 2), + (115128, "626113", 1, 0, 2), + (115129, "626114", 1, 0, 2), + (115130, "626118", 1, 0, 2), + (115131, "626129", 1, 0, 2), + (115132, "626612", 1, 0, 2), + (115133, "626102", 1, 0, 2), + (115134, "626139", 1, 0, 2), + (115135, "626188", 1, 0, 2), + (115136, "626136", 1, 0, 2), + (115137, "600002", 1, 0, 2), + (115138, "600002", 1, 0, 2), + (115139, "600030", 1, 0, 2), + (115140, "600040", 1, 0, 2), + (115141, "600101", 1, 0, 2), + (115142, "600102", 1, 0, 2), + (115143, "600106", 1, 0, 2), + (115144, "600023", 1, 0, 2), + (115145, "600031", 1, 0, 2), + (115146, "600106", 1, 0, 2), + (115147, "600003", 1, 0, 2), + (115148, "600084", 1, 0, 2), + (115149, "600082", 1, 0, 2), + (115150, "600038", 1, 0, 2), + (115151, "600082", 1, 0, 2), + (115152, "600010", 1, 0, 2), + (115153, "600010", 1, 0, 2), + (115154, "600107", 1, 0, 2), + (115155, "600003", 1, 0, 2), + (115156, "600011", 1, 0, 2), + (115157, "600012", 1, 0, 2), + (115158, "600011", 1, 0, 2), + (115159, "600012", 1, 0, 2), + (115160, "600003", 1, 0, 2), + (115161, "600011", 1, 0, 2), + (115162, "600030", 1, 0, 2), + (115163, "600012", 1, 0, 2), + (115164, "600007", 1, 0, 2), + (115165, "600039", 1, 0, 2), + (115166, "600039", 1, 0, 2), + (115167, "600009", 1, 0, 2), + (115168, "600001", 1, 0, 2), + (115169, "600104", 1, 0, 2), + (115170, "600001", 1, 0, 2), + (115171, "600001", 1, 0, 2), + (115172, "600013", 1, 0, 2), + (115173, "600001", 1, 0, 2), + (115174, "600081", 1, 0, 2), + (115175, "600081", 1, 0, 2), + (115176, "600081", 1, 0, 2), + (115177, "600021", 1, 0, 2), + (115178, "600021", 1, 0, 2), + (115179, "600008", 1, 0, 2), + (115180, "600008", 1, 0, 2), + (115181, "600008", 1, 0, 2), + (115182, "600031", 1, 0, 2), + (115183, "600088", 1, 0, 2), + (115184, "600020", 1, 0, 2), + (115185, "600016", 1, 0, 2), + (115186, "600083", 1, 0, 2), + (115187, "600090", 1, 0, 2), + (115188, "600032", 1, 0, 2), + (115189, "600025", 1, 0, 2), + (115190, "600032", 1, 0, 2), + (115191, "600015", 1, 0, 2), + (115192, "600036", 1, 0, 2), + (115193, "600083", 1, 0, 2), + (115194, "600020", 1, 0, 2), + (115195, "600078", 1, 0, 2), + (115196, "600085", 1, 0, 2), + (115197, "600091", 1, 0, 2), + (115198, "600091", 1, 0, 2), + (115199, "600016", 1, 0, 2), + (115200, "600089", 1, 0, 2), + (115201, "600061", 1, 0, 2), + (115202, "600088", 1, 0, 2), + (115203, "600061", 1, 0, 2), + (115204, "600096", 1, 0, 2), + (115205, "600022", 1, 0, 2), + (115206, "600089", 1, 0, 2), + (115207, "600020", 1, 0, 2), + (115208, "600113", 1, 0, 2), + (115209, "600041", 1, 0, 2), + (115210, "600042", 1, 0, 2), + (115211, "600087", 1, 0, 2), + (115212, "600024", 1, 0, 2), + (115213, "600107", 1, 0, 2), + (115214, "600033", 1, 0, 2), + (115215, "600035", 1, 0, 2), + (115216, "600015", 1, 0, 2), + (115217, "600093", 1, 0, 2), + (115218, "600026", 1, 0, 2), + (115219, "600092", 1, 0, 2), + (115220, "600033", 1, 0, 2), + (115221, "600028", 1, 0, 2), + (115222, "600028", 1, 0, 2), + (115223, "600041", 1, 0, 2), + (115224, "600119", 1, 0, 2), + (115225, "604101", 1, 0, 2), + (115226, "604101", 1, 0, 2), + (115227, "605652", 1, 0, 2), + (115228, "635811", 1, 0, 2), + (115229, "635811", 1, 0, 2), + (115230, "635811", 1, 0, 2), + (115231, "635811", 1, 0, 2), + (115232, "635811", 1, 0, 2), + (115233, "635811", 1, 0, 2), + (115234, "635812", 1, 0, 2), + (115235, "635812", 1, 0, 2), + (115236, "635813", 1, 0, 2), + (115237, "635813", 1, 0, 2), + (115238, "635813", 1, 0, 2), + (115239, "635813", 1, 0, 2), + (115240, "635851", 1, 0, 2), + (115241, "635852", 1, 0, 2), + (115242, "635701", 1, 0, 2), + (115243, "635701", 1, 0, 2), + (115244, "635701", 1, 0, 2), + (115245, "635701", 1, 0, 2), + (115246, "635654", 1, 0, 2), + (115247, "600050", 1, 0, 2), + (115248, "600049", 1, 0, 2), + (115249, "600049", 1, 0, 2), + (115250, "635804", 1, 0, 2), + (115251, "635804", 1, 0, 2), + (115252, "635804", 1, 0, 2), + (115253, "635804", 1, 0, 2), + (115254, "635804", 1, 0, 2), + (115255, "635804", 1, 0, 2), + (115256, "635804", 1, 0, 2), + (115257, "635804", 1, 0, 2), + (115258, "635805", 1, 0, 2), + (115259, "635805", 1, 0, 2), + (115260, "635805", 1, 0, 2), + (115261, "635805", 1, 0, 2), + (115262, "635805", 1, 0, 2), + (115263, "635806", 1, 0, 2), + (115264, "635806", 1, 0, 2), + (115265, "635806", 1, 0, 2), + (115266, "632203", 1, 0, 2), + (115267, "635808", 1, 0, 2), + (115268, "635808", 1, 0, 2), + (115269, "635808", 1, 0, 2), + (115270, "635809", 1, 0, 2), + (115271, "635809", 1, 0, 2), + (115272, "635809", 1, 0, 2), + (115273, "635809", 1, 0, 2), + (115274, "635809", 1, 0, 2), + (115275, "635809", 1, 0, 2), + (115276, "632603", 1, 0, 2), + (115277, "632603", 1, 0, 2), + (115278, "632603", 1, 0, 2), + (115279, "632603", 1, 0, 2), + (115280, "632603", 1, 0, 2), + (115281, "635810", 1, 0, 2), + (115282, "635810", 1, 0, 2), + (115283, "635810", 1, 0, 2), + (115284, "635810", 1, 0, 2), + (115285, "635810", 1, 0, 2), + (115286, "635810", 1, 0, 2), + (115287, "635810", 1, 0, 2), + (115288, "635810", 1, 0, 2), + (115289, "635810", 1, 0, 2), + (115290, "635810", 1, 0, 2), + (115291, "632209", 1, 0, 2), + (115292, "632209", 1, 0, 2), + (115293, "632209", 1, 0, 2), + (115294, "632209", 1, 0, 2), + (115295, "632209", 1, 0, 2), + (115296, "632209", 1, 0, 2), + (115297, "635814", 1, 0, 2), + (115298, "635814", 1, 0, 2), + (115299, "635811", 1, 0, 2), + (115300, "622301", 1, 0, 2), + (115301, "613301", 1, 0, 2), + (115302, "622102", 1, 0, 2), + (115303, "622003", 1, 0, 2), + (115304, "612601", 1, 0, 2), + (115305, "612601", 1, 0, 2), + (115306, "613702", 1, 0, 2), + (115307, "631552", 1, 0, 2), + (115308, "605103", 1, 0, 2), + (115309, "605651", 1, 0, 2), + (115310, "605651", 1, 0, 2), + (115311, "605108", 1, 0, 2), + (115312, "604101", 1, 0, 2), + (115313, "604101", 1, 0, 2), + (115314, "604101", 1, 0, 2), + (115315, "632201", 1, 0, 2), + (115316, "607402", 1, 0, 2), + (115317, "605007", 1, 0, 2), + (115318, "605007", 1, 0, 2), + (115319, "605106", 1, 0, 2), + (115320, "605106", 1, 0, 2), + (115321, "605106", 1, 0, 2), + (115322, "605106", 1, 0, 2), + (115323, "605106", 1, 0, 2), + (115324, "605111", 1, 0, 2), + (115325, "605111", 1, 0, 2), + (115326, "604302", 1, 0, 2), + (115327, "605111", 1, 0, 2), + (115328, "623409", 1, 0, 2), + (115329, "623530", 1, 0, 2), + (115330, "641006", 1, 0, 2), + (115331, "632602", 1, 0, 2), + (115332, "635803", 1, 0, 2), + (115333, "635803", 1, 0, 2), + (115334, "635803", 1, 0, 2), + (115335, "635802", 1, 0, 2), + (115336, "635853", 1, 0, 2), + (115337, "635853", 1, 0, 2), + (115338, "635853", 1, 0, 2), + (115339, "635853", 1, 0, 2), + (115340, "635853", 1, 0, 2), + (115341, "635853", 1, 0, 2), + (115342, "635651", 1, 0, 2), + (115343, "635651", 1, 0, 2), + (115344, "635651", 1, 0, 2), + (115345, "635651", 1, 0, 2), + (115346, "635651", 1, 0, 2), + (115347, "635854", 1, 0, 2), + (115348, "635651", 1, 0, 2), + (115349, "635651", 1, 0, 2), + (115350, "635651", 1, 0, 2), + (115351, "635651", 1, 0, 2), + (115352, "635854", 1, 0, 2), + (115353, "635651", 1, 0, 2), + (115354, "635654", 1, 0, 2), + (115355, "635654", 1, 0, 2), + (115356, "635751", 1, 0, 2), + (115357, "635751", 1, 0, 2), + (115358, "635751", 1, 0, 2), + (115359, "635751", 1, 0, 2), + (115360, "635602", 1, 0, 2), + (115361, "635751", 1, 0, 2), + (115362, "635654", 1, 0, 2), + (115363, "635751", 1, 0, 2), + (115364, "628008", 1, 0, 2), + (115365, "604408", 1, 0, 2), + (115366, "604408", 1, 0, 2), + (115367, "604408", 1, 0, 2), + (115368, "604408", 1, 0, 2), + (115369, "604407", 1, 0, 2), + (115370, "604410", 1, 0, 2), + (115371, "604410", 1, 0, 2), + (115372, "605101", 1, 0, 2), + (115373, "604406", 1, 0, 2), + (115374, "604407", 1, 0, 2), + (115375, "604407", 1, 0, 2), + (115376, "604407", 1, 0, 2), + (115377, "604403", 1, 0, 2), + (115378, "604403", 1, 0, 2), + (115379, "606801", 1, 0, 2), + (115380, "604403", 1, 0, 2), + (115381, "632311", 1, 0, 2), + (115382, "628612", 1, 0, 2), + (115383, "628612", 1, 0, 2), + (115384, "628612", 1, 0, 2), + (115385, "628612", 1, 0, 2), + (115386, "635752", 1, 0, 2), + (115387, "635652", 1, 0, 2), + (115388, "635652", 1, 0, 2), + (115389, "635652", 1, 0, 2), + (115390, "635655", 1, 0, 2), + (115391, "635655", 1, 0, 2), + (115392, "635655", 1, 0, 2), + (115393, "635655", 1, 0, 2), + (115394, "635652", 1, 0, 2), + (115395, "635655", 1, 0, 2), + (115396, "635655", 1, 0, 2), + (115397, "628704", 1, 0, 2), + (115398, "635655", 1, 0, 2), + (115399, "635655", 1, 0, 2), + (115400, "635652", 1, 0, 2), + (115401, "635655", 1, 0, 2), + (115402, "628251", 1, 0, 2), + (115403, "635653", 1, 0, 2), + (115404, "635653", 1, 0, 2), + (115405, "635653", 1, 0, 2), + (115406, "635653", 1, 0, 2), + (115407, "635653", 1, 0, 2), + (115408, "635653", 1, 0, 2), + (115409, "635652", 1, 0, 2), + (115410, "635655", 1, 0, 2), + (115411, "635653", 1, 0, 2), + (115412, "635653", 1, 0, 2), + (115413, "635653", 1, 0, 2), + (115414, "635653", 1, 0, 2), + (115415, "609309", 1, 0, 2), + (115416, "635803", 1, 0, 2), + (115417, "609309", 1, 0, 2), + (115418, "609308", 1, 0, 2), + (115419, "632601", 1, 0, 2), + (115420, "632604", 1, 0, 2), + (115421, "609309", 1, 0, 2), + (115422, "609309", 1, 0, 2), + (115423, "632601", 1, 0, 2), + (115424, "632604", 1, 0, 2), + (115425, "635803", 1, 0, 2), + (115426, "632601", 1, 0, 2), + (115427, "635806", 1, 0, 2), + (115428, "632601", 1, 0, 2), + (115429, "632601", 1, 0, 2), + (115430, "635802", 1, 0, 2), + (115431, "635802", 1, 0, 2), + (115432, "635802", 1, 0, 2), + (115433, "635802", 1, 0, 2), + (115434, "632601", 1, 0, 2), + (115435, "632601", 1, 0, 2), + (115436, "632601", 1, 0, 2), + (115437, "635802", 1, 0, 2), + (115438, "632601", 1, 0, 2), + (115439, "609309", 1, 0, 2), + (115440, "635806", 1, 0, 2), + (115441, "635803", 1, 0, 2), + (115442, "632604", 1, 0, 2), + (115443, "635602", 1, 0, 2), + (115444, "635602", 1, 0, 2), + (115445, "635602", 1, 0, 2), + (115446, "638110", 1, 0, 2), + (115447, "609102", 1, 0, 2), + (115448, "609101", 1, 0, 2), + (115449, "609102", 1, 0, 2), + (115450, "609102", 1, 0, 2), + (115451, "609102", 1, 0, 2), + (115452, "609104", 1, 0, 2), + (115453, "609104", 1, 0, 2), + (115454, "609101", 1, 0, 2), + (115455, "609101", 1, 0, 2), + (115456, "609101", 1, 0, 2), + (115457, "609101", 1, 0, 2), + (115458, "609101", 1, 0, 2), + (115459, "637014", 1, 0, 2), + (115460, "609101", 1, 0, 2), + (115461, "609101", 1, 0, 2), + (115462, "609101", 1, 0, 2), + (115463, "609101", 1, 0, 2), + (115464, "624403", 1, 0, 2), + (115465, "635602", 1, 0, 2), + (115466, "635654", 1, 0, 2), + (115467, "635602", 1, 0, 2), + (115468, "635901", 1, 0, 2), + (115469, "635602", 1, 0, 2), + (115470, "635602", 1, 0, 2), + (115471, "635602", 1, 0, 2), + (115472, "606803", 1, 0, 2), + (115473, "606707", 1, 0, 2), + (115474, "606709", 1, 0, 2), + (115475, "606709", 1, 0, 2), + (115476, "606709", 1, 0, 2), + (115477, "606906", 1, 0, 2), + (115478, "606906", 1, 0, 2), + (115479, "606811", 1, 0, 2), + (115480, "606753", 1, 0, 2), + (115481, "606753", 1, 0, 2), + (115482, "606811", 1, 0, 2), + (115483, "606811", 1, 0, 2), + (115484, "606808", 1, 0, 2), + (115485, "606753", 1, 0, 2), + (115486, "606753", 1, 0, 2), + (115487, "606753", 1, 0, 2), + (115488, "606753", 1, 0, 2), + (115489, "606753", 1, 0, 2), + (115490, "606811", 1, 0, 2), + (115491, "635602", 1, 0, 2), + (115492, "635602", 1, 0, 2), + (115493, "609117", 1, 0, 2), + (115494, "609205", 1, 0, 2), + (115495, "609112", 1, 0, 2), + (115496, "609117", 1, 0, 2), + (115497, "609205", 1, 0, 2), + (115498, "609117", 1, 0, 2), + (115499, "609117", 1, 0, 2), + (115500, "609117", 1, 0, 2), + (115501, "609202", 1, 0, 2), + (115502, "609202", 1, 0, 2), + (115503, "609117", 1, 0, 2), + (115504, "609202", 1, 0, 2), + (115505, "609118", 1, 0, 2), + (115506, "609203", 1, 0, 2), + (115507, "609203", 1, 0, 2), + (115508, "609203", 1, 0, 2), + (115509, "609203", 1, 0, 2), + (115510, "609107", 1, 0, 2), + (115511, "609118", 1, 0, 2), + (115512, "609118", 1, 0, 2), + (115513, "609118", 1, 0, 2), + (115514, "609107", 1, 0, 2), + (115515, "609201", 1, 0, 2), + (115516, "609112", 1, 0, 2), + (115517, "609112", 1, 0, 2), + (115518, "609311", 1, 0, 2), + (115519, "609310", 1, 0, 2), + (115520, "609107", 1, 0, 2), + (115521, "609310", 1, 0, 2), + (115522, "609304", 1, 0, 2), + (115523, "609304", 1, 0, 2), + (115524, "609304", 1, 0, 2), + (115525, "609003", 1, 0, 2), + (115526, "609003", 1, 0, 2), + (115527, "609003", 1, 0, 2), + (115528, "609103", 1, 0, 2), + (115529, "609304", 1, 0, 2), + (115530, "609301", 1, 0, 2), + (115531, "609203", 1, 0, 2), + (115532, "609203", 1, 0, 2), + (115533, "609203", 1, 0, 2), + (115534, "609003", 1, 0, 2), + (115535, "609003", 1, 0, 2), + (115536, "609301", 1, 0, 2), + (115537, "609301", 1, 0, 2), + (115538, "609301", 1, 0, 2), + (115539, "609301", 1, 0, 2), + (115540, "609312", 1, 0, 2), + (115541, "635703", 1, 0, 2), + (115542, "609312", 1, 0, 2), + (115543, "630303", 1, 0, 2), + (115544, "635703", 1, 0, 2), + (115545, "609313", 1, 0, 2), + (115546, "609314", 1, 0, 2), + (115547, "630303", 1, 0, 2), + (115548, "630303", 1, 0, 2), + (115549, "630303", 1, 0, 2), + (115550, "630306", 1, 0, 2), + (115551, "635703", 1, 0, 2), + (115552, "635703", 1, 0, 2), + (115553, "630303", 1, 0, 2), + (115554, "630202", 1, 0, 2), + (115555, "609503", 1, 0, 2), + (115556, "630202", 1, 0, 2), + (115557, "635754", 1, 0, 2), + (115558, "609503", 1, 0, 2), + (115559, "609503", 1, 0, 2), + (115560, "635754", 1, 0, 2), + (115561, "609503", 1, 0, 2), + (115562, "635703", 1, 0, 2), + (115563, "635703", 1, 0, 2), + (115564, "609503", 1, 0, 2), + (115565, "635703", 1, 0, 2), + (115566, "630101", 1, 0, 2), + (115567, "609503", 1, 0, 2), + (115568, "609308", 1, 0, 2), + (115569, "635703", 1, 0, 2), + (115570, "630303", 1, 0, 2), + (115571, "609307", 1, 0, 2), + (115572, "635754", 1, 0, 2), + (115573, "609307", 1, 0, 2), + (115574, "635754", 1, 0, 2), + (115575, "609307", 1, 0, 2), + (115576, "635754", 1, 0, 2), + (115577, "609307", 1, 0, 2), + (115578, "635754", 1, 0, 2), + (115579, "609503", 1, 0, 2), + (115580, "635655", 1, 0, 2), + (115581, "609306", 1, 0, 2), + (115582, "609306", 1, 0, 2), + (115583, "609405", 1, 0, 2), + (115584, "635702", 1, 0, 2), + (115585, "609405", 1, 0, 2), + (115586, "609405", 1, 0, 2), + (115587, "609307", 1, 0, 2), + (115588, "635851", 1, 0, 2), + (115589, "635851", 1, 0, 2), + (115590, "635851", 1, 0, 2), + (115591, "635851", 1, 0, 2), + (115592, "635851", 1, 0, 2), + (115593, "635901", 1, 0, 2), + (115594, "635901", 1, 0, 2), + (115595, "635901", 1, 0, 2), + (115596, "635901", 1, 0, 2), + (115597, "635901", 1, 0, 2), + (115598, "635901", 1, 0, 2), + (115599, "635851", 1, 0, 2), + (115600, "635851", 1, 0, 2), + (115601, "635703", 1, 0, 2), + (115602, "635703", 1, 0, 2), + (115603, "635703", 1, 0, 2), + (115604, "635703", 1, 0, 2), + (115605, "635703", 1, 0, 2), + (115606, "635703", 1, 0, 2), + (115607, "635703", 1, 0, 2), + (115608, "635815", 1, 0, 2), + (115609, "635807", 1, 0, 2), + (115610, "635751", 1, 0, 2), + (115611, "635901", 1, 0, 2), + (115612, "635901", 1, 0, 2), + (115613, "635815", 1, 0, 2), + (115614, "635710", 1, 0, 2), + (115615, "635710", 1, 0, 2), + (115616, "635710", 1, 0, 2), + (115617, "635854", 1, 0, 2), + (115618, "635852", 1, 0, 2), + (115619, "635852", 1, 0, 2), + (115620, "635752", 1, 0, 2), + (115621, "635752", 1, 0, 2), + (115622, "635854", 1, 0, 2), + (115623, "635852", 1, 0, 2), + (115624, "635854", 1, 0, 2), + (115625, "635852", 1, 0, 2), + (115626, "635852", 1, 0, 2), + (115627, "635752", 1, 0, 2), + (115628, "609001", 1, 0, 2), + (115629, "609001", 1, 0, 2), + (115630, "609404", 1, 0, 2), + (115631, "609404", 1, 0, 2), + (115632, "635702", 1, 0, 2), + (115633, "609001", 1, 0, 2), + (115634, "635655", 1, 0, 2), + (115635, "609403", 1, 0, 2), + (115636, "635655", 1, 0, 2), + (115637, "609403", 1, 0, 2), + (115638, "635702", 1, 0, 2), + (115639, "609403", 1, 0, 2), + (115640, "635655", 1, 0, 2), + (115641, "609403", 1, 0, 2), + (115642, "635702", 1, 0, 2), + (115643, "635801", 1, 0, 2), + (115644, "609302", 1, 0, 2), + (115645, "635701", 1, 0, 2), + (115646, "635801", 1, 0, 2), + (115647, "635801", 1, 0, 2), + (115648, "635801", 1, 0, 2), + (115649, "609303", 1, 0, 2), + (115650, "609302", 1, 0, 2), + (115651, "635801", 1, 0, 2), + (115652, "635801", 1, 0, 2), + (115653, "609401", 1, 0, 2), + (115654, "609403", 1, 0, 2), + (115655, "635801", 1, 0, 2), + (115656, "609403", 1, 0, 2), + (115657, "635801", 1, 0, 2), + (115658, "609403", 1, 0, 2), + (115659, "635655", 1, 0, 2), + (115660, "635801", 1, 0, 2), + (115661, "635701", 1, 0, 2), + (115662, "635701", 1, 0, 2), + (115663, "609115", 1, 0, 2), + (115664, "609115", 1, 0, 2), + (115665, "609105", 1, 0, 2), + (115666, "609104", 1, 0, 2), + (115667, "609104", 1, 0, 2), + (115668, "609104", 1, 0, 2), + (115669, "609106", 1, 0, 2), + (115670, "609106", 1, 0, 2), + (115671, "609105", 1, 0, 2), + (115672, "609105", 1, 0, 2), + (115673, "609106", 1, 0, 2), + (115674, "609106", 1, 0, 2), + (115675, "609106", 1, 0, 2), + (115676, "609106", 1, 0, 2), + (115677, "609106", 1, 0, 2), + (115678, "609116", 1, 0, 2), + (115679, "609108", 1, 0, 2), + (115680, "609108", 1, 0, 2), + (115681, "609108", 1, 0, 2), + (115682, "609108", 1, 0, 2), + (115683, "609108", 1, 0, 2), + (115684, "609108", 1, 0, 2), + (115685, "609109", 1, 0, 2), + (115686, "609109", 1, 0, 2), + (115687, "609109", 1, 0, 2), + (115688, "609107", 1, 0, 2), + (115689, "609109", 1, 0, 2), + (115690, "609109", 1, 0, 2), + (115691, "609111", 1, 0, 2), + (115692, "604307", 1, 0, 2), + (115693, "604307", 1, 0, 2), + (115694, "609111", 1, 0, 2), + (115695, "604307", 1, 0, 2), + (115696, "609111", 1, 0, 2), + (115697, "609111", 1, 0, 2), + (115698, "604302", 1, 0, 2), + (115699, "604102", 1, 0, 2), + (115700, "609115", 1, 0, 2), + (115701, "609115", 1, 0, 2), + (115702, "609116", 1, 0, 2), + (115703, "609116", 1, 0, 2), + (115704, "609114", 1, 0, 2), + (115705, "609116", 1, 0, 2), + (115706, "609114", 1, 0, 2), + (115707, "609113", 1, 0, 2), + (115708, "609111", 1, 0, 2), + (115709, "604307", 1, 0, 2), + (115710, "604307", 1, 0, 2), + (115711, "604302", 1, 0, 2), + (115712, "604302", 1, 0, 2), + (115713, "609111", 1, 0, 2), + (115714, "604302", 1, 0, 2), + (115715, "609111", 1, 0, 2), + (115716, "636114", 1, 0, 2), + (115717, "636003", 1, 0, 2), + (115718, "614701", 1, 0, 2), + (115719, "614701", 1, 0, 2), + (115720, "614701", 1, 0, 2), + (115721, "614701", 1, 0, 2), + (115722, "624711", 1, 0, 2), + (115723, "624201", 1, 0, 2), + (115724, "624201", 1, 0, 2), + (115725, "624101", 1, 0, 2), + (115726, "624101", 1, 0, 2), + (115727, "614614", 1, 0, 2), + (115728, "624101", 1, 0, 2), + (115729, "624101", 1, 0, 2), + (115730, "624101", 1, 0, 2), + (115731, "624101", 1, 0, 2), + (115732, "624101", 1, 0, 2), + (115733, "624101", 1, 0, 2), + (115734, "624101", 1, 0, 2), + (115735, "624101", 1, 0, 2), + (115736, "632510", 1, 0, 2), + (115737, "603302", 1, 0, 2), + (115738, "603304", 1, 0, 2), + (115739, "603308", 1, 0, 2), + (115740, "603107", 1, 0, 2), + (115741, "603314", 1, 0, 2), + (115742, "603406", 1, 0, 2), + (115743, "631210", 1, 0, 2), + (115744, "601301", 1, 0, 2), + (115745, "632317", 1, 0, 2), + (115746, "632317", 1, 0, 2), + (115747, "632317", 1, 0, 2), + (115748, "632317", 1, 0, 2), + (115749, "632317", 1, 0, 2), + (115750, "632317", 1, 0, 2), + (115751, "632317", 1, 0, 2), + (115752, "632317", 1, 0, 2), + (115753, "604601", 1, 0, 2), + (115754, "606811", 1, 0, 2), + (115755, "606705", 1, 0, 2), + (115756, "635301", 1, 0, 2), + (115757, "635303", 1, 0, 2), + (115758, "635202", 1, 0, 2), + (115759, "636808", 1, 0, 2), + (115760, "636810", 1, 0, 2), + (115761, "638152", 1, 0, 2), + (115762, "642001", 1, 0, 2), + (115763, "642111", 1, 0, 2), + (115764, "642207", 1, 0, 2), + (115765, "635710", 1, 0, 2), + (115766, "638657", 1, 0, 2), + (115767, "638661", 1, 0, 2), + (115768, "638706", 1, 0, 2), + (115769, "638402", 1, 0, 2), + (115770, "625706", 1, 0, 2), + (115771, "623503", 1, 0, 2), + (115772, "625582", 1, 0, 2), + (115773, "627413", 1, 0, 2), + (115774, "627425", 1, 0, 2), + (115775, "627425", 1, 0, 2), + (115776, "627453", 1, 0, 2), + (115777, "627112", 1, 0, 2), + (115778, "627352", 1, 0, 2), + (115779, "627352", 1, 0, 2), + (115780, "627352", 1, 0, 2), + (115781, "627352", 1, 0, 2), + (115782, "627352", 1, 0, 2), + (115783, "627352", 1, 0, 2), + (115784, "627012", 1, 0, 2), + (115785, "626106", 1, 0, 2), + (115786, "626129", 1, 0, 2), + (115787, "608303", 1, 0, 2), + (115788, "614014", 1, 0, 2), + (115789, "614014", 1, 0, 2), + (115790, "614014", 1, 0, 2), + (115791, "614014", 1, 0, 2), + (115792, "614016", 1, 0, 2), + (115793, "614016", 1, 0, 2), + (115794, "614016", 1, 0, 2), + (115795, "621707", 1, 0, 2), + (115796, "621711", 1, 0, 2), + (115797, "606213", 1, 0, 2), + (115798, "605766", 1, 0, 2), + (115799, "606213", 1, 0, 2), + (115800, "600054", 1, 0, 2), + (115801, "642001", 1, 0, 2), + (115802, "641654", 1, 0, 2), + (115803, "641654", 1, 0, 2), + (115804, "641654", 1, 0, 2), + (115805, "641654", 1, 0, 2), + (115806, "641654", 1, 0, 2), + (115807, "641654", 1, 0, 2), + (115808, "641654", 1, 0, 2), + (115809, "641654", 1, 0, 2), + (115810, "641654", 1, 0, 2), + (115811, "641654", 1, 0, 2), + (115812, "641654", 1, 0, 2), + (115813, "627412", 1, 0, 2), + (115814, "627412", 1, 0, 2), + (115815, "627412", 1, 0, 2), + (115816, "627412", 1, 0, 2), + (115817, "611105", 1, 0, 2), + (115818, "614001", 1, 0, 2), + (115819, "614001", 1, 0, 2), + (115820, "614001", 1, 0, 2), + (115821, "643003", 1, 0, 2), + (115822, "621202", 1, 0, 2), + (115823, "621202", 1, 0, 2), + (115824, "621202", 1, 0, 2), + (115825, "621202", 1, 0, 2), + (115826, "621202", 1, 0, 2), + (115827, "621203", 1, 0, 2), + (115828, "621203", 1, 0, 2), + (115829, "621203", 1, 0, 2), + (115830, "621204", 1, 0, 2), + (115831, "621204", 1, 0, 2), + (115832, "621105", 1, 0, 2), + (115833, "621105", 1, 0, 2), + (115834, "621105", 1, 0, 2), + (115835, "621105", 1, 0, 2), + (115836, "621105", 1, 0, 2), + (115837, "621205", 1, 0, 2), + (115838, "621205", 1, 0, 2), + (115839, "621205", 1, 0, 2), + (115840, "621205", 1, 0, 2), + (115841, "621205", 1, 0, 2), + (115842, "621205", 1, 0, 2), + (115843, "621205", 1, 0, 2), + (115844, "639006", 1, 0, 2), + (115845, "639006", 1, 0, 2), + (115846, "621312", 1, 0, 2), + (115847, "621118", 1, 0, 2), + (115848, "621208", 1, 0, 2), + (115849, "621210", 1, 0, 2), + (115850, "621210", 1, 0, 2), + (115851, "621210", 1, 0, 2), + (115852, "621210", 1, 0, 2), + (115853, "621210", 1, 0, 2), + (115854, "621211", 1, 0, 2), + (115855, "621211", 1, 0, 2), + (115856, "621211", 1, 0, 2), + (115857, "621211", 1, 0, 2), + (115858, "621211", 1, 0, 2), + (115859, "621211", 1, 0, 2), + (115860, "621109", 1, 0, 2), + (115861, "621109", 1, 0, 2), + (115862, "621109", 1, 0, 2), + (115863, "621109", 1, 0, 2), + (115864, "621109", 1, 0, 2), + (115865, "621111", 1, 0, 2), + (115866, "621111", 1, 0, 2), + (115867, "621716", 1, 0, 2), + (115868, "621716", 1, 0, 2), + (115869, "621716", 1, 0, 2), + (115870, "621716", 1, 0, 2), + (115871, "621716", 1, 0, 2), + (115872, "621716", 1, 0, 2), + (115873, "621716", 1, 0, 2), + (115874, "621716", 1, 0, 2), + (115875, "621717", 1, 0, 2), + (115876, "621717", 1, 0, 2), + (115877, "621717", 1, 0, 2), + (115878, "621717", 1, 0, 2), + (115879, "621717", 1, 0, 2), + (115880, "621717", 1, 0, 2), + (115881, "621717", 1, 0, 2), + (115882, "621106", 1, 0, 2), + (115883, "621106", 1, 0, 2), + (115884, "621106", 1, 0, 2), + (115885, "621208", 1, 0, 2), + (115886, "621208", 1, 0, 2), + (115887, "621208", 1, 0, 2), + (115888, "621208", 1, 0, 2), + (115889, "621208", 1, 0, 2), + (115890, "639205", 1, 0, 2), + (115891, "639205", 1, 0, 2), + (115892, "639205", 1, 0, 2), + (115893, "639205", 1, 0, 2), + (115894, "639205", 1, 0, 2), + (115895, "639205", 1, 0, 2), + (115896, "639205", 1, 0, 2), + (115897, "639205", 1, 0, 2), + (115898, "639205", 1, 0, 2), + (115899, "621208", 1, 0, 2), + (115900, "621202", 1, 0, 2), + (115901, "609118", 1, 0, 2), + (115902, "642125", 1, 0, 2), + (115903, "642127", 1, 0, 2), + (115904, "624705", 1, 0, 2), + (115905, "624103", 1, 0, 2), + (115906, "624002", 1, 0, 2), + (115907, "624306", 1, 0, 2), + (115908, "624619", 1, 0, 2), + (115909, "624302", 1, 0, 2), + (115910, "624402", 1, 0, 2), + (115911, "624219", 1, 0, 2), + (115912, "624802", 1, 0, 2), + (115913, "624204", 1, 0, 2), + (115914, "627201", 1, 0, 2), + (115915, "627413", 1, 0, 2), + (115916, "627355", 1, 0, 2), + (115917, "627602", 1, 0, 2), + (115918, "627425", 1, 0, 2), + (115919, "627351", 1, 0, 2), + (115920, "627651", 1, 0, 2), + (115921, "627007", 1, 0, 2), + (115922, "627114", 1, 0, 2), + (115923, "627120", 1, 0, 2), + (115924, "621211", 1, 0, 2), + (115925, "621204", 1, 0, 2), + (115926, "621105", 1, 0, 2), + (115927, "621203", 1, 0, 2), + (115928, "621003", 1, 0, 2), + (115929, "621101", 1, 0, 2), + (115930, "621008", 1, 0, 2), + (115931, "627953", 1, 0, 2), + (115932, "627757", 1, 0, 2), + (115933, "627755", 1, 0, 2), + (115934, "627951", 1, 0, 2), + (115935, "627757", 1, 0, 2), + (115936, "643212", 1, 0, 2), + (115937, "643102", 1, 0, 2), + (115938, "643216", 1, 0, 2), + (115939, "643239", 1, 0, 2), + (115940, "643219", 1, 0, 2), + (115941, "643209", 1, 0, 2), + (115942, "603303", 1, 0, 2), + (115943, "603102", 1, 0, 2), + (115944, "609001", 1, 0, 2), + (115945, "609402", 1, 0, 2), + (115946, "609001", 1, 0, 2), + (115947, "610107", 1, 0, 2), + (115948, "612204", 1, 0, 2), + (115949, "609807", 1, 0, 2), + (115950, "612101", 1, 0, 2), + (115951, "612101", 1, 0, 2), + (115952, "609501", 1, 0, 2), + (115953, "609501", 1, 0, 2), + (115954, "612203", 1, 0, 2), + (115955, "612201", 1, 0, 2), + (115956, "624302", 1, 0, 2), + (115957, "614625", 1, 0, 2), + (115958, "614809", 1, 0, 2), + (115959, "614905", 1, 0, 2), + (115960, "614614", 1, 0, 2), + (115961, "642127", 1, 0, 2), + (115962, "607106", 1, 0, 2), + (115963, "604405", 1, 0, 2), + (115964, "604408", 1, 0, 2), + (115965, "606401", 1, 0, 2), + (115966, "636502", 1, 0, 2), + (115967, "607205", 1, 0, 2), + (115968, "638051", 1, 0, 2), + (115969, "635202", 1, 0, 2), + (115970, "606808", 1, 0, 2), + (115971, "606808", 1, 0, 2), + (115972, "606808", 1, 0, 2), + (115973, "606808", 1, 0, 2), + (115974, "606601", 1, 0, 2), + (115975, "606601", 1, 0, 2), + (115976, "643236", 1, 0, 2), + (115977, "643236", 1, 0, 2), + (115978, "623308", 1, 0, 2), + (115979, "632506", 1, 0, 2), + (115980, "632501", 1, 0, 2), + (115981, "622402", 1, 0, 2), + (115982, "622403", 1, 0, 2), + (115983, "622005", 1, 0, 2), + (115984, "639003", 1, 0, 2), + (115985, "621305", 1, 0, 2), + (115986, "639102", 1, 0, 2), + (115987, "639202", 1, 0, 2), + (115988, "611102", 1, 0, 2), + (115989, "610203", 1, 0, 2), + (115990, "628205", 1, 0, 2), + (115991, "636351", 1, 0, 2), + (115992, "614203", 1, 0, 2), + (115993, "614018", 1, 0, 2), + (115994, "609309", 1, 0, 2), + (115995, "627425", 1, 0, 2), + (115996, "607805", 1, 0, 2), + (115997, "625218", 1, 0, 2), + (115998, "636903", 1, 0, 2), + (115999, "635301", 1, 0, 2), + (116000, "635305", 1, 0, 2), + (116001, "636804", 1, 0, 2), + (116002, "636806", 1, 0, 2), + (116003, "636808", 1, 0, 2), + (116004, "638052", 1, 0, 2), + (116005, "638454", 1, 0, 2), + (116006, "638506", 1, 0, 2), + (116007, "636110", 1, 0, 2), + (116008, "638657", 1, 0, 2), + (116009, "641402", 1, 0, 2), + (116010, "638703", 1, 0, 2), + (116011, "638312", 1, 0, 2), + (116012, "604501", 1, 0, 2), + (116013, "627803", 1, 0, 2), + (116014, "627808", 1, 0, 2), + (116015, "627751", 1, 0, 2), + (116016, "628714", 1, 0, 2), + (116017, "627719", 1, 0, 2), + (116018, "627808", 1, 0, 2), + (116019, "628714", 1, 0, 2), + (116020, "628902", 1, 0, 2), + (116021, "628712", 1, 0, 2), + (116022, "627809", 1, 0, 2), + (116023, "627854", 1, 0, 2), + (116024, "626129", 1, 0, 2), + (116025, "626004", 1, 0, 2), + (116026, "626105", 1, 0, 2), + (116027, "626127", 1, 0, 2), + (116028, "626121", 1, 0, 2), + (116029, "626142", 1, 0, 2), + (116030, "626126", 1, 0, 2), + (116031, "626125", 1, 0, 2), + (116032, "625515", 1, 0, 2), + (116033, "625534", 1, 0, 2), + (116034, "625531", 1, 0, 2), + (116035, "623513", 1, 0, 2), + (116036, "623707", 1, 0, 2), + (116037, "623533", 1, 0, 2), + (116038, "623608", 1, 0, 2), + (116039, "623534", 1, 0, 2), + (116040, "623406", 1, 0, 2), + (116041, "623707", 1, 0, 2), + (116042, "623522", 1, 0, 2), + (116043, "623523", 1, 0, 2), + (116044, "623534", 1, 0, 2), + (116045, "623519", 1, 0, 2), + (116046, "629177", 1, 0, 2), + (116047, "629301", 1, 0, 2), + (116048, "629003", 1, 0, 2), + (116049, "629002", 1, 0, 2), + (116050, "629901", 1, 0, 2), + (116051, "629162", 1, 0, 2), + (116052, "629401", 1, 0, 2), + (116053, "629252", 1, 0, 2), + (116054, "629851", 1, 0, 2), + (116055, "629802", 1, 0, 2), + (116056, "629801", 1, 0, 2), + (116057, "629851", 1, 0, 2), + (116058, "629171", 1, 0, 2), + (116059, "629160", 1, 0, 2), + (116060, "629164", 1, 0, 2), + (116061, "629802", 1, 0, 2), + (116062, "629165", 1, 0, 2), + (116063, "629302", 1, 0, 2), + (116064, "629163", 1, 0, 2), + (116065, "629173", 1, 0, 2), + (116066, "629153", 1, 0, 2), + (116067, "629701", 1, 0, 2), + (116068, "629704", 1, 0, 2), + (116069, "629602", 1, 0, 2), + (116070, "629161", 1, 0, 2), + (116071, "629302", 1, 0, 2), + (116072, "629702", 1, 0, 2), + (116073, "628206", 1, 0, 2), + (116074, "628252", 1, 0, 2), + (116075, "628619", 1, 0, 2), + (116076, "628207", 1, 0, 2), + (116077, "628619", 1, 0, 2), + (116078, "628703", 1, 0, 2), + (116079, "628202", 1, 0, 2), + (116080, "628653", 1, 0, 2), + (116081, "630303", 1, 0, 2), + (116082, "630001", 1, 0, 2), + (116083, "630302", 1, 0, 2), + (116084, "630501", 1, 0, 2), + (116085, "630405", 1, 0, 2), + (116086, "630302", 1, 0, 2), + (116087, "630207", 1, 0, 2), + (116088, "630212", 1, 0, 2), + (116089, "625514", 1, 0, 2), + (116090, "625234", 1, 0, 2), + (116091, "630211", 1, 0, 2), + (116092, "630204", 1, 0, 2), + (116093, "630559", 1, 0, 2), + (116094, "628902", 1, 0, 2), + (116095, "629152", 1, 0, 2), + (116096, "628703", 1, 0, 2), + (116097, "628210", 1, 0, 2), + (116098, "642127", 1, 0, 2), + (116099, "642103", 1, 0, 2), + (116100, "604501", 1, 0, 2), + (116101, "614705", 1, 0, 2), + (116102, "612701", 1, 0, 2), + (116103, "614018", 1, 0, 2), + (116104, "627116", 1, 0, 2), + (116105, "627116", 1, 0, 2), + (116106, "627116", 1, 0, 2), + (116107, "627109", 1, 0, 2), + (116108, "627006", 1, 0, 2), + (116109, "627359", 1, 0, 2), + (116110, "627006", 1, 0, 2), + (116111, "627116", 1, 0, 2), + (116112, "627111", 1, 0, 2), + (116113, "627657", 1, 0, 2), + (116114, "627359", 1, 0, 2), + (116115, "643217", 1, 0, 2), + (116116, "603403", 1, 0, 2), + (116117, "602024", 1, 0, 2), + (116118, "602026", 1, 0, 2), + (116119, "602026", 1, 0, 2), + (116120, "601103", 1, 0, 2), + (116121, "600116", 1, 0, 2), + (116122, "629901", 1, 0, 2), + (116123, "623603", 1, 0, 2), + (116124, "630612", 1, 0, 2), + (116125, "630411", 1, 0, 2), + (116126, "630551", 1, 0, 2), + (116127, "630411", 1, 0, 2), + (116128, "630411", 1, 0, 2), + (116129, "630710", 1, 0, 2), + (116130, "630411", 1, 0, 2), + (116131, "630411", 1, 0, 2), + (116132, "630411", 1, 0, 2), + (116133, "625518", 1, 0, 2), + (116134, "606111", 1, 0, 2), + (116135, "606104", 1, 0, 2), + (116136, "606301", 1, 0, 2), + (116137, "607204", 1, 0, 2), + (116138, "605110", 1, 0, 2), + (116139, "605501", 1, 0, 2), + (116140, "605109", 1, 0, 2), + (116141, "605109", 1, 0, 2), + (116142, "605109", 1, 0, 2), + (116143, "605109", 1, 0, 2), + (116144, "605109", 1, 0, 2), + (116145, "605501", 1, 0, 2), + (116146, "605501", 1, 0, 2), + (116147, "605501", 1, 0, 2), + (116148, "605501", 1, 0, 2), + (116149, "605501", 1, 0, 2), + (116150, "605502", 1, 0, 2), + (116151, "605111", 1, 0, 2), + (116152, "605501", 1, 0, 2), + (116153, "605501", 1, 0, 2), + (116154, "605501", 1, 0, 2), + (116155, "605107", 1, 0, 2), + (116156, "605651", 1, 0, 2), + (116157, "605651", 1, 0, 2), + (116158, "605651", 1, 0, 2), + (116159, "605651", 1, 0, 2), + (116160, "605651", 1, 0, 2), + (116161, "605108", 1, 0, 2), + (116162, "605108", 1, 0, 2), + (116163, "605108", 1, 0, 2), + (116164, "605108", 1, 0, 2), + (116165, "605108", 1, 0, 2), + (116166, "605108", 1, 0, 2), + (116167, "604210", 1, 0, 2), + (116168, "604210", 1, 0, 2), + (116169, "604102", 1, 0, 2), + (116170, "604102", 1, 0, 2), + (116171, "604102", 1, 0, 2), + (116172, "604102", 1, 0, 2), + (116173, "604102", 1, 0, 2), + (116174, "604302", 1, 0, 2), + (116175, "604302", 1, 0, 2), + (116176, "604302", 1, 0, 2), + (116177, "604302", 1, 0, 2), + (116178, "604302", 1, 0, 2), + (116179, "604302", 1, 0, 2), + (116180, "604304", 1, 0, 2), + (116181, "604304", 1, 0, 2), + (116182, "604304", 1, 0, 2), + (116183, "604304", 1, 0, 2), + (116184, "604304", 1, 0, 2), + (116185, "604304", 1, 0, 2), + (116186, "604303", 1, 0, 2), + (116187, "604303", 1, 0, 2), + (116188, "604303", 1, 0, 2), + (116189, "604303", 1, 0, 2), + (116190, "604303", 1, 0, 2), + (116191, "604303", 1, 0, 2), + (116192, "604303", 1, 0, 2), + (116193, "604303", 1, 0, 2), + (116194, "604204", 1, 0, 2), + (116195, "604204", 1, 0, 2), + (116196, "604204", 1, 0, 2), + (116197, "604204", 1, 0, 2), + (116198, "604204", 1, 0, 2), + (116199, "604204", 1, 0, 2), + (116200, "604204", 1, 0, 2), + (116201, "604204", 1, 0, 2), + (116202, "604204", 1, 0, 2), + (116203, "604204", 1, 0, 2), + (116204, "604203", 1, 0, 2), + (116205, "604206", 1, 0, 2), + (116206, "604206", 1, 0, 2), + (116207, "604206", 1, 0, 2), + (116208, "604206", 1, 0, 2), + (116209, "604206", 1, 0, 2), + (116210, "604206", 1, 0, 2), + (116211, "604206", 1, 0, 2), + (116212, "604207", 1, 0, 2), + (116213, "604207", 1, 0, 2), + (116214, "604207", 1, 0, 2), + (116215, "604207", 1, 0, 2), + (116216, "604207", 1, 0, 2), + (116217, "604207", 1, 0, 2), + (116218, "604207", 1, 0, 2), + (116219, "604207", 1, 0, 2), + (116220, "604207", 1, 0, 2), + (116221, "604207", 1, 0, 2), + (116222, "604207", 1, 0, 2), + (116223, "604154", 1, 0, 2), + (116224, "604154", 1, 0, 2), + (116225, "604154", 1, 0, 2), + (116226, "604306", 1, 0, 2), + (116227, "604306", 1, 0, 2), + (116228, "622301", 1, 0, 2), + (116229, "614630", 1, 0, 2), + (116230, "622502", 1, 0, 2), + (116231, "622504", 1, 0, 2), + (116232, "622203", 1, 0, 2), + (116233, "622506", 1, 0, 2), + (116234, "622002", 1, 0, 2), + (116235, "622002", 1, 0, 2), + (116236, "622002", 1, 0, 2), + (116237, "622002", 1, 0, 2), + (116238, "622002", 1, 0, 2), + (116239, "622507", 1, 0, 2), + (116240, "622507", 1, 0, 2), + (116241, "622507", 1, 0, 2), + (116242, "622304", 1, 0, 2), + (116243, "622304", 1, 0, 2), + (116244, "622304", 1, 0, 2), + (116245, "622304", 1, 0, 2), + (116246, "622304", 1, 0, 2), + (116247, "622304", 1, 0, 2), + (116248, "622304", 1, 0, 2), + (116249, "622304", 1, 0, 2), + (116250, "622411", 1, 0, 2), + (116251, "622104", 1, 0, 2), + (116252, "622104", 1, 0, 2), + (116253, "622104", 1, 0, 2), + (116254, "622104", 1, 0, 2), + (116255, "622412", 1, 0, 2), + (116256, "622412", 1, 0, 2), + (116257, "622412", 1, 0, 2), + (116258, "622412", 1, 0, 2), + (116259, "621316", 1, 0, 2), + (116260, "621316", 1, 0, 2), + (116261, "614630", 1, 0, 2), + (116262, "622501", 1, 0, 2), + (116263, "622501", 1, 0, 2), + (116264, "622501", 1, 0, 2), + (116265, "622501", 1, 0, 2), + (116266, "622501", 1, 0, 2), + (116267, "613301", 1, 0, 2), + (116268, "613301", 1, 0, 2), + (116269, "613301", 1, 0, 2), + (116270, "613301", 1, 0, 2), + (116271, "613301", 1, 0, 2), + (116272, "613301", 1, 0, 2), + (116273, "614616", 1, 0, 2), + (116274, "614616", 1, 0, 2), + (116275, "614616", 1, 0, 2), + (116276, "614616", 1, 0, 2), + (116277, "614616", 1, 0, 2), + (116278, "614616", 1, 0, 2), + (116279, "614616", 1, 0, 2), + (116280, "614616", 1, 0, 2), + (116281, "614616", 1, 0, 2), + (116282, "614616", 1, 0, 2), + (116283, "614616", 1, 0, 2), + (116284, "614616", 1, 0, 2), + (116285, "614616", 1, 0, 2), + (116286, "614616", 1, 0, 2), + (116287, "614616", 1, 0, 2), + (116288, "614801", 1, 0, 2), + (116289, "614801", 1, 0, 2), + (116290, "622201", 1, 0, 2), + (116291, "622201", 1, 0, 2), + (116292, "622201", 1, 0, 2), + (116293, "622201", 1, 0, 2), + (116294, "622504", 1, 0, 2), + (116295, "622504", 1, 0, 2), + (116296, "622504", 1, 0, 2), + (116297, "622504", 1, 0, 2), + (116298, "622504", 1, 0, 2), + (116299, "622402", 1, 0, 2), + (116300, "622402", 1, 0, 2), + (116301, "622402", 1, 0, 2), + (116302, "622001", 1, 0, 2), + (116303, "614620", 1, 0, 2), + (116304, "614620", 1, 0, 2), + (116305, "614620", 1, 0, 2), + (116306, "622515", 1, 0, 2), + (116307, "622515", 1, 0, 2), + (116308, "622515", 1, 0, 2), + (116309, "622515", 1, 0, 2), + (116310, "621316", 1, 0, 2), + (116311, "622515", 1, 0, 2), + (116312, "622403", 1, 0, 2), + (116313, "622403", 1, 0, 2), + (116314, "622403", 1, 0, 2), + (116315, "614621", 1, 0, 2), + (116316, "614621", 1, 0, 2), + (116317, "614621", 1, 0, 2), + (116318, "614621", 1, 0, 2), + (116319, "614621", 1, 0, 2), + (116320, "622103", 1, 0, 2), + (116321, "622103", 1, 0, 2), + (116322, "622404", 1, 0, 2), + (116323, "622404", 1, 0, 2), + (116324, "622404", 1, 0, 2), + (116325, "622422", 1, 0, 2), + (116326, "622422", 1, 0, 2), + (116327, "622203", 1, 0, 2), + (116328, "622506", 1, 0, 2), + (116329, "622506", 1, 0, 2), + (116330, "614622", 1, 0, 2), + (116331, "605105", 1, 0, 2), + (116332, "605105", 1, 0, 2), + (116333, "605105", 1, 0, 2), + (116334, "605105", 1, 0, 2), + (116335, "605105", 1, 0, 2), + (116336, "605601", 1, 0, 2), + (116337, "605601", 1, 0, 2), + (116338, "605601", 1, 0, 2), + (116339, "605601", 1, 0, 2), + (116340, "605601", 1, 0, 2), + (116341, "605601", 1, 0, 2), + (116342, "605601", 1, 0, 2), + (116343, "605652", 1, 0, 2), + (116344, "605652", 1, 0, 2), + (116345, "605652", 1, 0, 2), + (116346, "605652", 1, 0, 2), + (116347, "605652", 1, 0, 2), + (116348, "605652", 1, 0, 2), + (116349, "605652", 1, 0, 2), + (116350, "605652", 1, 0, 2), + (116351, "604151", 1, 0, 2), + (116352, "604151", 1, 0, 2), + (116353, "604151", 1, 0, 2), + (116354, "604151", 1, 0, 2), + (116355, "604151", 1, 0, 2), + (116356, "604151", 1, 0, 2), + (116357, "604151", 1, 0, 2), + (116358, "604151", 1, 0, 2), + (116359, "604151", 1, 0, 2), + (116360, "604151", 1, 0, 2), + (116361, "604201", 1, 0, 2), + (116362, "604201", 1, 0, 2), + (116363, "604201", 1, 0, 2), + (116364, "604201", 1, 0, 2), + (116365, "604201", 1, 0, 2), + (116366, "604201", 1, 0, 2), + (116367, "604201", 1, 0, 2), + (116368, "604201", 1, 0, 2), + (116369, "604301", 1, 0, 2), + (116370, "604301", 1, 0, 2), + (116371, "604301", 1, 0, 2), + (116372, "604301", 1, 0, 2), + (116373, "604301", 1, 0, 2), + (116374, "604301", 1, 0, 2), + (116375, "604301", 1, 0, 2), + (116376, "604203", 1, 0, 2), + (116377, "604203", 1, 0, 2), + (116378, "604203", 1, 0, 2), + (116379, "604203", 1, 0, 2), + (116380, "604205", 1, 0, 2), + (116381, "604205", 1, 0, 2), + (116382, "604205", 1, 0, 2), + (116383, "604205", 1, 0, 2), + (116384, "604205", 1, 0, 2), + (116385, "604205", 1, 0, 2), + (116386, "604205", 1, 0, 2), + (116387, "604205", 1, 0, 2), + (116388, "604152", 1, 0, 2), + (116389, "604152", 1, 0, 2), + (116390, "604152", 1, 0, 2), + (116391, "604152", 1, 0, 2), + (116392, "604306", 1, 0, 2), + (116393, "604306", 1, 0, 2), + (116394, "604306", 1, 0, 2), + (116395, "604301", 1, 0, 2), + (116396, "604301", 1, 0, 2), + (116397, "604301", 1, 0, 2), + (116398, "604301", 1, 0, 2), + (116399, "604202", 1, 0, 2), + (116400, "604202", 1, 0, 2), + (116401, "604202", 1, 0, 2), + (116402, "604202", 1, 0, 2), + (116403, "604202", 1, 0, 2), + (116404, "604202", 1, 0, 2), + (116405, "604210", 1, 0, 2), + (116406, "604210", 1, 0, 2), + (116407, "604210", 1, 0, 2), + (116408, "605652", 1, 0, 2), + (116409, "605652", 1, 0, 2), + (116410, "605402", 1, 0, 2), + (116411, "605402", 1, 0, 2), + (116412, "605402", 1, 0, 2), + (116413, "605402", 1, 0, 2), + (116414, "605402", 1, 0, 2), + (116415, "605103", 1, 0, 2), + (116416, "605103", 1, 0, 2), + (116417, "605103", 1, 0, 2), + (116418, "605103", 1, 0, 2), + (116419, "605103", 1, 0, 2), + (116420, "605103", 1, 0, 2), + (116421, "605302", 1, 0, 2), + (116422, "605302", 1, 0, 2), + (116423, "605302", 1, 0, 2), + (116424, "605105", 1, 0, 2), + (116425, "605107", 1, 0, 2), + (116426, "605014", 1, 0, 2), + (116427, "605014", 1, 0, 2), + (116428, "605102", 1, 0, 2), + (116429, "605102", 1, 0, 2), + (116430, "605102", 1, 0, 2), + (116431, "604203", 1, 0, 2), + (116432, "604210", 1, 0, 2), + (116433, "604204", 1, 0, 2), + (116434, "604305", 1, 0, 2), + (116435, "605301", 1, 0, 2), + (116436, "605301", 1, 0, 2), + (116437, "605301", 1, 0, 2), + (116438, "605301", 1, 0, 2), + (116439, "605301", 1, 0, 2), + (116440, "605401", 1, 0, 2), + (116441, "605401", 1, 0, 2), + (116442, "605401", 1, 0, 2), + (116443, "605401", 1, 0, 2), + (116444, "605203", 1, 0, 2), + (116445, "605203", 1, 0, 2), + (116446, "605203", 1, 0, 2), + (116447, "605203", 1, 0, 2), + (116448, "605203", 1, 0, 2), + (116449, "605203", 1, 0, 2), + (116450, "605203", 1, 0, 2), + (116451, "605402", 1, 0, 2), + (116452, "605402", 1, 0, 2), + (116453, "604307", 1, 0, 2), + (116454, "604305", 1, 0, 2), + (116455, "604307", 1, 0, 2), + (116456, "604305", 1, 0, 2), + (116457, "604307", 1, 0, 2), + (116458, "604153", 1, 0, 2), + (116459, "604153", 1, 0, 2), + (116460, "604153", 1, 0, 2), + (116461, "604153", 1, 0, 2), + (116462, "604208", 1, 0, 2), + (116463, "604208", 1, 0, 2), + (116464, "604208", 1, 0, 2), + (116465, "604208", 1, 0, 2), + (116466, "604208", 1, 0, 2), + (116467, "604208", 1, 0, 2), + (116468, "604208", 1, 0, 2), + (116469, "605201", 1, 0, 2), + (116470, "605201", 1, 0, 2), + (116471, "605201", 1, 0, 2), + (116472, "605201", 1, 0, 2), + (116473, "605201", 1, 0, 2), + (116474, "605201", 1, 0, 2), + (116475, "605201", 1, 0, 2), + (116476, "605201", 1, 0, 2), + (116477, "605202", 1, 0, 2), + (116478, "605202", 1, 0, 2), + (116479, "605202", 1, 0, 2), + (116480, "605202", 1, 0, 2), + (116481, "605202", 1, 0, 2), + (116482, "605301", 1, 0, 2), + (116483, "605402", 1, 0, 2), + (116484, "605107", 1, 0, 2), + (116485, "605107", 1, 0, 2), + (116486, "632517", 1, 0, 2), + (116487, "632517", 1, 0, 2), + (116488, "632517", 1, 0, 2), + (116489, "632517", 1, 0, 2), + (116490, "632517", 1, 0, 2), + (116491, "632511", 1, 0, 2), + (116492, "632511", 1, 0, 2), + (116493, "632511", 1, 0, 2), + (116494, "632511", 1, 0, 2), + (116495, "632511", 1, 0, 2), + (116496, "632511", 1, 0, 2), + (116497, "632511", 1, 0, 2), + (116498, "632511", 1, 0, 2), + (116499, "632511", 1, 0, 2), + (116500, "632503", 1, 0, 2), + (116501, "632512", 1, 0, 2), + (116502, "632512", 1, 0, 2), + (116503, "632512", 1, 0, 2), + (116504, "632512", 1, 0, 2), + (116505, "632512", 1, 0, 2), + (116506, "632512", 1, 0, 2), + (116507, "632512", 1, 0, 2), + (116508, "632512", 1, 0, 2), + (116509, "632512", 1, 0, 2), + (116510, "632515", 1, 0, 2), + (116511, "632515", 1, 0, 2), + (116512, "632515", 1, 0, 2), + (116513, "632318", 1, 0, 2), + (116514, "632318", 1, 0, 2), + (116515, "632318", 1, 0, 2), + (116516, "632519", 1, 0, 2), + (116517, "632519", 1, 0, 2), + (116518, "632519", 1, 0, 2), + (116519, "632519", 1, 0, 2), + (116520, "632521", 1, 0, 2), + (116521, "632521", 1, 0, 2), + (116522, "632521", 1, 0, 2), + (116523, "632513", 1, 0, 2), + (116524, "632513", 1, 0, 2), + (116525, "632513", 1, 0, 2), + (116526, "632513", 1, 0, 2), + (116527, "632513", 1, 0, 2), + (116528, "632513", 1, 0, 2), + (116529, "632513", 1, 0, 2), + (116530, "632513", 1, 0, 2), + (116531, "631002", 1, 0, 2), + (116532, "631052", 1, 0, 2), + (116533, "631052", 1, 0, 2), + (116534, "631052", 1, 0, 2), + (116535, "631052", 1, 0, 2), + (116536, "631052", 1, 0, 2), + (116537, "631052", 1, 0, 2), + (116538, "631052", 1, 0, 2), + (116539, "632514", 1, 0, 2), + (116540, "632514", 1, 0, 2), + (116541, "632514", 1, 0, 2), + (116542, "631102", 1, 0, 2), + (116543, "631102", 1, 0, 2), + (116544, "631102", 1, 0, 2), + (116545, "631102", 1, 0, 2), + (116546, "631102", 1, 0, 2), + (116547, "631102", 1, 0, 2), + (116548, "631102", 1, 0, 2), + (116549, "631102", 1, 0, 2), + (116550, "631102", 1, 0, 2), + (116551, "631102", 1, 0, 2), + (116552, "631102", 1, 0, 2), + (116553, "631102", 1, 0, 2), + (116554, "631151", 1, 0, 2), + (116555, "631151", 1, 0, 2), + (116556, "631151", 1, 0, 2), + (116557, "631151", 1, 0, 2), + (116558, "631151", 1, 0, 2), + (116559, "631151", 1, 0, 2), + (116560, "632516", 1, 0, 2), + (116561, "632516", 1, 0, 2), + (116562, "632516", 1, 0, 2), + (116563, "632516", 1, 0, 2), + (116564, "632501", 1, 0, 2), + (116565, "632501", 1, 0, 2), + (116566, "632501", 1, 0, 2), + (116567, "632501", 1, 0, 2), + (116568, "632501", 1, 0, 2), + (116569, "632501", 1, 0, 2), + (116570, "632501", 1, 0, 2), + (116571, "632501", 1, 0, 2), + (116572, "632503", 1, 0, 2), + (116573, "632503", 1, 0, 2), + (116574, "632503", 1, 0, 2), + (116575, "632503", 1, 0, 2), + (116576, "632504", 1, 0, 2), + (116577, "632509", 1, 0, 2), + (116578, "632509", 1, 0, 2), + (116579, "632506", 1, 0, 2), + (116580, "632506", 1, 0, 2), + (116581, "632506", 1, 0, 2), + (116582, "632506", 1, 0, 2), + (116583, "632506", 1, 0, 2), + (116584, "632506", 1, 0, 2), + (116585, "632506", 1, 0, 2), + (116586, "632506", 1, 0, 2), + (116587, "632506", 1, 0, 2), + (116588, "632506", 1, 0, 2), + (116589, "632506", 1, 0, 2), + (116590, "632404", 1, 0, 2), + (116591, "632404", 1, 0, 2), + (116592, "632404", 1, 0, 2), + (116593, "632507", 1, 0, 2), + (116594, "632507", 1, 0, 2), + (116595, "632507", 1, 0, 2), + (116596, "632507", 1, 0, 2), + (116597, "632507", 1, 0, 2), + (116598, "632507", 1, 0, 2), + (116599, "632508", 1, 0, 2), + (116600, "632508", 1, 0, 2), + (116601, "632508", 1, 0, 2), + (116602, "632508", 1, 0, 2), + (116603, "632508", 1, 0, 2), + (116604, "632508", 1, 0, 2), + (116605, "632508", 1, 0, 2), + (116606, "632508", 1, 0, 2), + (116607, "632509", 1, 0, 2), + (116608, "632509", 1, 0, 2), + (116609, "632405", 1, 0, 2), + (116610, "632404", 1, 0, 2), + (116611, "632518", 1, 0, 2), + (116612, "632518", 1, 0, 2), + (116613, "632518", 1, 0, 2), + (116614, "632502", 1, 0, 2), + (116615, "632502", 1, 0, 2), + (116616, "632502", 1, 0, 2), + (116617, "632502", 1, 0, 2), + (116618, "632502", 1, 0, 2), + (116619, "632502", 1, 0, 2), + (116620, "632502", 1, 0, 2), + (116621, "632505", 1, 0, 2), + (116622, "632505", 1, 0, 2), + (116623, "632505", 1, 0, 2), + (116624, "632505", 1, 0, 2), + (116625, "632505", 1, 0, 2), + (116626, "632505", 1, 0, 2), + (116627, "632505", 1, 0, 2), + (116628, "631004", 1, 0, 2), + (116629, "631004", 1, 0, 2), + (116630, "631004", 1, 0, 2), + (116631, "631004", 1, 0, 2), + (116632, "631004", 1, 0, 2), + (116633, "631101", 1, 0, 2), + (116634, "631101", 1, 0, 2), + (116635, "631101", 1, 0, 2), + (116636, "631003", 1, 0, 2), + (116637, "631003", 1, 0, 2), + (116638, "631003", 1, 0, 2), + (116639, "631003", 1, 0, 2), + (116640, "631003", 1, 0, 2), + (116641, "631003", 1, 0, 2), + (116642, "631003", 1, 0, 2), + (116643, "631003", 1, 0, 2), + (116644, "631003", 1, 0, 2), + (116645, "631003", 1, 0, 2), + (116646, "631003", 1, 0, 2), + (116647, "631003", 1, 0, 2), + (116648, "632520", 1, 0, 2), + (116649, "632520", 1, 0, 2), + (116650, "632520", 1, 0, 2), + (116651, "632520", 1, 0, 2), + (116652, "632520", 1, 0, 2), + (116653, "632520", 1, 0, 2), + (116654, "632510", 1, 0, 2), + (116655, "632510", 1, 0, 2), + (116656, "632510", 1, 0, 2), + (116657, "632510", 1, 0, 2), + (116658, "631051", 1, 0, 2), + (116659, "631051", 1, 0, 2), + (116660, "631051", 1, 0, 2), + (116661, "631051", 1, 0, 2), + (116662, "631051", 1, 0, 2), + (116663, "631051", 1, 0, 2), + (116664, "631051", 1, 0, 2), + (116665, "632531", 1, 0, 2), + (116666, "632531", 1, 0, 2), + (116667, "632531", 1, 0, 2), + (116668, "632531", 1, 0, 2), + (116669, "631002", 1, 0, 2), + (116670, "631002", 1, 0, 2), + (116671, "631002", 1, 0, 2), + (116672, "631002", 1, 0, 2), + (116673, "631002", 1, 0, 2), + (116674, "603305", 1, 0, 2), + (116675, "603104", 1, 0, 2), + (116676, "603109", 1, 0, 2), + (116677, "603308", 1, 0, 2), + (116678, "603310", 1, 0, 2), + (116679, "603303", 1, 0, 2), + (116680, "603305", 1, 0, 2), + (116681, "603104", 1, 0, 2), + (116682, "603401", 1, 0, 2), + (116683, "603312", 1, 0, 2), + (116684, "603108", 1, 0, 2), + (116685, "603202", 1, 0, 2), + (116686, "603202", 1, 0, 2), + (116687, "603310", 1, 0, 2), + (116688, "603108", 1, 0, 2), + (116689, "603204", 1, 0, 2), + (116690, "603308", 1, 0, 2), + (116691, "603302", 1, 0, 2), + (116692, "603204", 1, 0, 2), + (116693, "603107", 1, 0, 2), + (116694, "603109", 1, 0, 2), + (116695, "603109", 1, 0, 2), + (116696, "603107", 1, 0, 2), + (116697, "603204", 1, 0, 2), + (116698, "603108", 1, 0, 2), + (116699, "603110", 1, 0, 2), + (116700, "603301", 1, 0, 2), + (116701, "603312", 1, 0, 2), + (116702, "603302", 1, 0, 2), + (116703, "603301", 1, 0, 2), + (116704, "603102", 1, 0, 2), + (116705, "603104", 1, 0, 2), + (116706, "603111", 1, 0, 2), + (116707, "603105", 1, 0, 2), + (116708, "603311", 1, 0, 2), + (116709, "603309", 1, 0, 2), + (116710, "603310", 1, 0, 2), + (116711, "603306", 1, 0, 2), + (116712, "603314", 1, 0, 2), + (116713, "603104", 1, 0, 2), + (116714, "603104", 1, 0, 2), + (116715, "603405", 1, 0, 2), + (116716, "603107", 1, 0, 2), + (116717, "603303", 1, 0, 2), + (116718, "603304", 1, 0, 2), + (116719, "603104", 1, 0, 2), + (116720, "603304", 1, 0, 2), + (116721, "603108", 1, 0, 2), + (116722, "603301", 1, 0, 2), + (116723, "603002", 1, 0, 2), + (116724, "603107", 1, 0, 2), + (116725, "603105", 1, 0, 2), + (116726, "603312", 1, 0, 2), + (116727, "603108", 1, 0, 2), + (116728, "603202", 1, 0, 2), + (116729, "603201", 1, 0, 2), + (116730, "603303", 1, 0, 2), + (116731, "603308", 1, 0, 2), + (116732, "603303", 1, 0, 2), + (116733, "603111", 1, 0, 2), + (116734, "603102", 1, 0, 2), + (116735, "603111", 1, 0, 2), + (116736, "603108", 1, 0, 2), + (116737, "603303", 1, 0, 2), + (116738, "603003", 1, 0, 2), + (116739, "603102", 1, 0, 2), + (116740, "603204", 1, 0, 2), + (116741, "603111", 1, 0, 2), + (116742, "603306", 1, 0, 2), + (116743, "603305", 1, 0, 2), + (116744, "603309", 1, 0, 2), + (116745, "603109", 1, 0, 2), + (116746, "603105", 1, 0, 2), + (116747, "603002", 1, 0, 2), + (116748, "603109", 1, 0, 2), + (116749, "603314", 1, 0, 2), + (116750, "603401", 1, 0, 2), + (116751, "603201", 1, 0, 2), + (116752, "603101", 1, 0, 2), + (116753, "603405", 1, 0, 2), + (116754, "603106", 1, 0, 2), + (116755, "603305", 1, 0, 2), + (116756, "603106", 1, 0, 2), + (116757, "603301", 1, 0, 2), + (116758, "603312", 1, 0, 2), + (116759, "603304", 1, 0, 2), + (116760, "603319", 1, 0, 2), + (116761, "603108", 1, 0, 2), + (116762, "603307", 1, 0, 2), + (116763, "603105", 1, 0, 2), + (116764, "603108", 1, 0, 2), + (116765, "603310", 1, 0, 2), + (116766, "603319", 1, 0, 2), + (116767, "603310", 1, 0, 2), + (116768, "603307", 1, 0, 2), + (116769, "603405", 1, 0, 2), + (116770, "603102", 1, 0, 2), + (116771, "603306", 1, 0, 2), + (116772, "603109", 1, 0, 2), + (116773, "603101", 1, 0, 2), + (116774, "603204", 1, 0, 2), + (116775, "603111", 1, 0, 2), + (116776, "603003", 1, 0, 2), + (116777, "603106", 1, 0, 2), + (116778, "603306", 1, 0, 2), + (116779, "603104", 1, 0, 2), + (116780, "603204", 1, 0, 2), + (116781, "603307", 1, 0, 2), + (116782, "603107", 1, 0, 2), + (116783, "603405", 1, 0, 2), + (116784, "603102", 1, 0, 2), + (116785, "603102", 1, 0, 2), + (116786, "603303", 1, 0, 2), + (116787, "603306", 1, 0, 2), + (116788, "603109", 1, 0, 2), + (116789, "603306", 1, 0, 2), + (116790, "603302", 1, 0, 2), + (116791, "603305", 1, 0, 2), + (116792, "603313", 1, 0, 2), + (116793, "603108", 1, 0, 2), + (116794, "603107", 1, 0, 2), + (116795, "603312", 1, 0, 2), + (116796, "603003", 1, 0, 2), + (116797, "603310", 1, 0, 2), + (116798, "603305", 1, 0, 2), + (116799, "603306", 1, 0, 2), + (116800, "603203", 1, 0, 2), + (116801, "603313", 1, 0, 2), + (116802, "603107", 1, 0, 2), + (116803, "603313", 1, 0, 2), + (116804, "603109", 1, 0, 2), + (116805, "603111", 1, 0, 2), + (116806, "603311", 1, 0, 2), + (116807, "603201", 1, 0, 2), + (116808, "603309", 1, 0, 2), + (116809, "603306", 1, 0, 2), + (116810, "603302", 1, 0, 2), + (116811, "603308", 1, 0, 2), + (116812, "603101", 1, 0, 2), + (116813, "603312", 1, 0, 2), + (116814, "603302", 1, 0, 2), + (116815, "603209", 1, 0, 2), + (116816, "603109", 1, 0, 2), + (116817, "603002", 1, 0, 2), + (116818, "603301", 1, 0, 2), + (116819, "603109", 1, 0, 2), + (116820, "603312", 1, 0, 2), + (116821, "603107", 1, 0, 2), + (116822, "603307", 1, 0, 2), + (116823, "603401", 1, 0, 2), + (116824, "603204", 1, 0, 2), + (116825, "603405", 1, 0, 2), + (116826, "603204", 1, 0, 2), + (116827, "603106", 1, 0, 2), + (116828, "603306", 1, 0, 2), + (116829, "603310", 1, 0, 2), + (116830, "603102", 1, 0, 2), + (116831, "603308", 1, 0, 2), + (116832, "603303", 1, 0, 2), + (116833, "603313", 1, 0, 2), + (116834, "603301", 1, 0, 2), + (116835, "603201", 1, 0, 2), + (116836, "603203", 1, 0, 2), + (116837, "603110", 1, 0, 2), + (116838, "603202", 1, 0, 2), + (116839, "603303", 1, 0, 2), + (116840, "603107", 1, 0, 2), + (116841, "603303", 1, 0, 2), + (116842, "603314", 1, 0, 2), + (116843, "603401", 1, 0, 2), + (116844, "603110", 1, 0, 2), + (116845, "603102", 1, 0, 2), + (116846, "603204", 1, 0, 2), + (116847, "603305", 1, 0, 2), + (116848, "603304", 1, 0, 2), + (116849, "603313", 1, 0, 2), + (116850, "603101", 1, 0, 2), + (116851, "603106", 1, 0, 2), + (116852, "603102", 1, 0, 2), + (116853, "603401", 1, 0, 2), + (116854, "603302", 1, 0, 2), + (116855, "603104", 1, 0, 2), + (116856, "641201", 1, 0, 2), + (116857, "641201", 1, 0, 2), + (116858, "641201", 1, 0, 2), + (116859, "641062", 1, 0, 2), + (116860, "641062", 1, 0, 2), + (116861, "641062", 1, 0, 2), + (116862, "641006", 1, 0, 2), + (116863, "641008", 1, 0, 2), + (116864, "641105", 1, 0, 2), + (116865, "641112", 1, 0, 2), + (116866, "641105", 1, 0, 2), + (116867, "641105", 1, 0, 2), + (116868, "641105", 1, 0, 2), + (116869, "641105", 1, 0, 2), + (116870, "641105", 1, 0, 2), + (116871, "641105", 1, 0, 2), + (116872, "641032", 1, 0, 2), + (116873, "641032", 1, 0, 2), + (116874, "641032", 1, 0, 2), + (116875, "641032", 1, 0, 2), + (116876, "641032", 1, 0, 2), + (116877, "641032", 1, 0, 2), + (116878, "641032", 1, 0, 2), + (116879, "641023", 1, 0, 2), + (116880, "641028", 1, 0, 2), + (116881, "641101", 1, 0, 2), + (116882, "641101", 1, 0, 2), + (116883, "641101", 1, 0, 2), + (116884, "641101", 1, 0, 2), + (116885, "641046", 1, 0, 2), + (116886, "641101", 1, 0, 2), + (116887, "641114", 1, 0, 2), + (116888, "641114", 1, 0, 2), + (116889, "641030", 1, 0, 2), + (116890, "641022", 1, 0, 2), + (116891, "641020", 1, 0, 2), + (116892, "641020", 1, 0, 2), + (116893, "641025", 1, 0, 2), + (116894, "641010", 1, 0, 2), + (116895, "641026", 1, 0, 2), + (116896, "641110", 1, 0, 2), + (116897, "641107", 1, 0, 2), + (116898, "641107", 1, 0, 2), + (116899, "641107", 1, 0, 2), + (116900, "641107", 1, 0, 2), + (116901, "641107", 1, 0, 2), + (116902, "641107", 1, 0, 2), + (116903, "641107", 1, 0, 2), + (116904, "641107", 1, 0, 2), + (116905, "641107", 1, 0, 2), + (116906, "641107", 1, 0, 2), + (116907, "641047", 1, 0, 2), + (116908, "641047", 1, 0, 2), + (116909, "641111", 1, 0, 2), + (116910, "641007", 1, 0, 2), + (116911, "641007", 1, 0, 2), + (116912, "641007", 1, 0, 2), + (116913, "641007", 1, 0, 2), + (116914, "641029", 1, 0, 2), + (116915, "641035", 1, 0, 2), + (116916, "641035", 1, 0, 2), + (116917, "641048", 1, 0, 2), + (116918, "641016", 1, 0, 2), + (116919, "641016", 1, 0, 2), + (116920, "641016", 1, 0, 2), + (116921, "641016", 1, 0, 2), + (116922, "641017", 1, 0, 2), + (116923, "641017", 1, 0, 2), + (116924, "641031", 1, 0, 2), + (116925, "641019", 1, 0, 2), + (116926, "641019", 1, 0, 2), + (116927, "641108", 1, 0, 2), + (116928, "641108", 1, 0, 2), + (116929, "641021", 1, 0, 2), + (116930, "641108", 1, 0, 2), + (116931, "641108", 1, 0, 2), + (116932, "641108", 1, 0, 2), + (116933, "641109", 1, 0, 2), + (116934, "641109", 1, 0, 2), + (116935, "641109", 1, 0, 2), + (116936, "641109", 1, 0, 2), + (116937, "641109", 1, 0, 2), + (116938, "641109", 1, 0, 2), + (116939, "641109", 1, 0, 2), + (116940, "641109", 1, 0, 2), + (116941, "641022", 1, 0, 2), + (116942, "641010", 1, 0, 2), + (116943, "641010", 1, 0, 2), + (116944, "641010", 1, 0, 2), + (116945, "641010", 1, 0, 2), + (116946, "641110", 1, 0, 2), + (116947, "641110", 1, 0, 2), + (116948, "641110", 1, 0, 2), + (116949, "641110", 1, 0, 2), + (116950, "608302", 1, 0, 2), + (116951, "608302", 1, 0, 2), + (116952, "608302", 1, 0, 2), + (116953, "608302", 1, 0, 2), + (116954, "608303", 1, 0, 2), + (116955, "608303", 1, 0, 2), + (116956, "608303", 1, 0, 2), + (116957, "608303", 1, 0, 2), + (116958, "608303", 1, 0, 2), + (116959, "608303", 1, 0, 2), + (116960, "608303", 1, 0, 2), + (116961, "607802", 1, 0, 2), + (116962, "607802", 1, 0, 2), + (116963, "607802", 1, 0, 2), + (116964, "607802", 1, 0, 2), + (116965, "607802", 1, 0, 2), + (116966, "607802", 1, 0, 2), + (116967, "607802", 1, 0, 2), + (116968, "607802", 1, 0, 2), + (116969, "607802", 1, 0, 2), + (116970, "608201", 1, 0, 2), + (116971, "608201", 1, 0, 2), + (116972, "608201", 1, 0, 2), + (116973, "608702", 1, 0, 2), + (116974, "608703", 1, 0, 2), + (116975, "608703", 1, 0, 2), + (116976, "608703", 1, 0, 2), + (116977, "608703", 1, 0, 2), + (116978, "608703", 1, 0, 2), + (116979, "608703", 1, 0, 2), + (116980, "608703", 1, 0, 2), + (116981, "608703", 1, 0, 2), + (116982, "608703", 1, 0, 2), + (116983, "608703", 1, 0, 2), + (116984, "608703", 1, 0, 2), + (116985, "608703", 1, 0, 2), + (116986, "608305", 1, 0, 2), + (116987, "608305", 1, 0, 2), + (116988, "608201", 1, 0, 2), + (116989, "607101", 1, 0, 2), + (116990, "608301", 1, 0, 2), + (116991, "607301", 1, 0, 2), + (116992, "607108", 1, 0, 2), + (116993, "607108", 1, 0, 2), + (116994, "607108", 1, 0, 2), + (116995, "607108", 1, 0, 2), + (116996, "607005", 1, 0, 2), + (116997, "607005", 1, 0, 2), + (116998, "607005", 1, 0, 2), + (116999, "607006", 1, 0, 2), + (117000, "607006", 1, 0, 2), + (117001, "607205", 1, 0, 2), + (117002, "607205", 1, 0, 2), + (117003, "607205", 1, 0, 2), + (117004, "607205", 1, 0, 2), + (117005, "607205", 1, 0, 2), + (117006, "607205", 1, 0, 2), + (117007, "607401", 1, 0, 2), + (117008, "607401", 1, 0, 2), + (117009, "607401", 1, 0, 2), + (117010, "607303", 1, 0, 2), + (117011, "607303", 1, 0, 2), + (117012, "607303", 1, 0, 2), + (117013, "607303", 1, 0, 2), + (117014, "607303", 1, 0, 2), + (117015, "607303", 1, 0, 2), + (117016, "607004", 1, 0, 2), + (117017, "607004", 1, 0, 2), + (117018, "607109", 1, 0, 2), + (117019, "607109", 1, 0, 2), + (117020, "607109", 1, 0, 2), + (117021, "607109", 1, 0, 2), + (117022, "607109", 1, 0, 2), + (117023, "607109", 1, 0, 2), + (117024, "608201", 1, 0, 2), + (117025, "608201", 1, 0, 2), + (117026, "608701", 1, 0, 2), + (117027, "608701", 1, 0, 2), + (117028, "608701", 1, 0, 2), + (117029, "608701", 1, 0, 2), + (117030, "608701", 1, 0, 2), + (117031, "608701", 1, 0, 2), + (117032, "608701", 1, 0, 2), + (117033, "608701", 1, 0, 2), + (117034, "608701", 1, 0, 2), + (117035, "608701", 1, 0, 2), + (117036, "608701", 1, 0, 2), + (117037, "608502", 1, 0, 2), + (117038, "608502", 1, 0, 2), + (117039, "608502", 1, 0, 2), + (117040, "608502", 1, 0, 2), + (117041, "607805", 1, 0, 2), + (117042, "607805", 1, 0, 2), + (117043, "607805", 1, 0, 2), + (117044, "607805", 1, 0, 2), + (117045, "607805", 1, 0, 2), + (117046, "607805", 1, 0, 2), + (117047, "608401", 1, 0, 2), + (117048, "608801", 1, 0, 2), + (117049, "608801", 1, 0, 2), + (117050, "608801", 1, 0, 2), + (117051, "608801", 1, 0, 2), + (117052, "608801", 1, 0, 2), + (117053, "608801", 1, 0, 2), + (117054, "608801", 1, 0, 2), + (117055, "608801", 1, 0, 2), + (117056, "607101", 1, 0, 2), + (117057, "607101", 1, 0, 2), + (117058, "607101", 1, 0, 2), + (117059, "607101", 1, 0, 2), + (117060, "607101", 1, 0, 2), + (117061, "607101", 1, 0, 2), + (117062, "607101", 1, 0, 2), + (117063, "607101", 1, 0, 2), + (117064, "608305", 1, 0, 2), + (117065, "608305", 1, 0, 2), + (117066, "608305", 1, 0, 2), + (117067, "608305", 1, 0, 2), + (117068, "608305", 1, 0, 2), + (117069, "608305", 1, 0, 2), + (117070, "608401", 1, 0, 2), + (117071, "608401", 1, 0, 2), + (117072, "608401", 1, 0, 2), + (117073, "608401", 1, 0, 2), + (117074, "608401", 1, 0, 2), + (117075, "607805", 1, 0, 2), + (117076, "608704", 1, 0, 2), + (117077, "608704", 1, 0, 2), + (117078, "608704", 1, 0, 2), + (117079, "608704", 1, 0, 2), + (117080, "608704", 1, 0, 2), + (117081, "608704", 1, 0, 2), + (117082, "608704", 1, 0, 2), + (117083, "608704", 1, 0, 2), + (117084, "608304", 1, 0, 2), + (117085, "608304", 1, 0, 2), + (117086, "608304", 1, 0, 2), + (117087, "608304", 1, 0, 2), + (117088, "608304", 1, 0, 2), + (117089, "608304", 1, 0, 2), + (117090, "608304", 1, 0, 2), + (117091, "608702", 1, 0, 2), + (117092, "608702", 1, 0, 2), + (117093, "608702", 1, 0, 2), + (117094, "608702", 1, 0, 2), + (117095, "608702", 1, 0, 2), + (117096, "608702", 1, 0, 2), + (117097, "608702", 1, 0, 2), + (117098, "608702", 1, 0, 2), + (117099, "608702", 1, 0, 2), + (117100, "608201", 1, 0, 2), + (117101, "608201", 1, 0, 2), + (117102, "607101", 1, 0, 2), + (117103, "607102", 1, 0, 2), + (117104, "607102", 1, 0, 2), + (117105, "607102", 1, 0, 2), + (117106, "607102", 1, 0, 2), + (117107, "607102", 1, 0, 2), + (117108, "607102", 1, 0, 2), + (117109, "607102", 1, 0, 2), + (117110, "607003", 1, 0, 2), + (117111, "607003", 1, 0, 2), + (117112, "608002", 1, 0, 2), + (117113, "608002", 1, 0, 2), + (117114, "608002", 1, 0, 2), + (117115, "608002", 1, 0, 2), + (117116, "608002", 1, 0, 2), + (117117, "608002", 1, 0, 2), + (117118, "608002", 1, 0, 2), + (117119, "608002", 1, 0, 2), + (117120, "608306", 1, 0, 2), + (117121, "608306", 1, 0, 2), + (117122, "608306", 1, 0, 2), + (117123, "608306", 1, 0, 2), + (117124, "608601", 1, 0, 2), + (117125, "608601", 1, 0, 2), + (117126, "608601", 1, 0, 2), + (117127, "608601", 1, 0, 2), + (117128, "608601", 1, 0, 2), + (117129, "608601", 1, 0, 2), + (117130, "608601", 1, 0, 2), + (117131, "608601", 1, 0, 2), + (117132, "608601", 1, 0, 2), + (117133, "608601", 1, 0, 2), + (117134, "608501", 1, 0, 2), + (117135, "608501", 1, 0, 2), + (117136, "608501", 1, 0, 2), + (117137, "608501", 1, 0, 2), + (117138, "608501", 1, 0, 2), + (117139, "608501", 1, 0, 2), + (117140, "608501", 1, 0, 2), + (117141, "608501", 1, 0, 2), + (117142, "608501", 1, 0, 2), + (117143, "608501", 1, 0, 2), + (117144, "608301", 1, 0, 2), + (117145, "608301", 1, 0, 2), + (117146, "608301", 1, 0, 2), + (117147, "608301", 1, 0, 2), + (117148, "608301", 1, 0, 2), + (117149, "608301", 1, 0, 2), + (117150, "608301", 1, 0, 2), + (117151, "608301", 1, 0, 2), + (117152, "608301", 1, 0, 2), + (117153, "608602", 1, 0, 2), + (117154, "608602", 1, 0, 2), + (117155, "608602", 1, 0, 2), + (117156, "608602", 1, 0, 2), + (117157, "608602", 1, 0, 2), + (117158, "608602", 1, 0, 2), + (117159, "608602", 1, 0, 2), + (117160, "608102", 1, 0, 2), + (117161, "608102", 1, 0, 2), + (117162, "608102", 1, 0, 2), + (117163, "608102", 1, 0, 2), + (117164, "608102", 1, 0, 2), + (117165, "608102", 1, 0, 2), + (117166, "608102", 1, 0, 2), + (117167, "608302", 1, 0, 2), + (117168, "608302", 1, 0, 2), + (117169, "608302", 1, 0, 2), + (117170, "608302", 1, 0, 2), + (117171, "608302", 1, 0, 2), + (117172, "608302", 1, 0, 2), + (117173, "607003", 1, 0, 2), + (117174, "607003", 1, 0, 2), + (117175, "607003", 1, 0, 2), + (117176, "607003", 1, 0, 2), + (117177, "607003", 1, 0, 2), + (117178, "607003", 1, 0, 2), + (117179, "607003", 1, 0, 2), + (117180, "607003", 1, 0, 2), + (117181, "607103", 1, 0, 2), + (117182, "607103", 1, 0, 2), + (117183, "607103", 1, 0, 2), + (117184, "607103", 1, 0, 2), + (117185, "607103", 1, 0, 2), + (117186, "607103", 1, 0, 2), + (117187, "607112", 1, 0, 2), + (117188, "607112", 1, 0, 2), + (117189, "607112", 1, 0, 2), + (117190, "607301", 1, 0, 2), + (117191, "607301", 1, 0, 2), + (117192, "607301", 1, 0, 2), + (117193, "607301", 1, 0, 2), + (117194, "607301", 1, 0, 2), + (117195, "607301", 1, 0, 2), + (117196, "607301", 1, 0, 2), + (117197, "607301", 1, 0, 2), + (117198, "607301", 1, 0, 2), + (117199, "607301", 1, 0, 2), + (117200, "607301", 1, 0, 2), + (117201, "607301", 1, 0, 2), + (117202, "607302", 1, 0, 2), + (117203, "607302", 1, 0, 2), + (117204, "607302", 1, 0, 2), + (117205, "607302", 1, 0, 2), + (117206, "607302", 1, 0, 2), + (117207, "607302", 1, 0, 2), + (117208, "607302", 1, 0, 2), + (117209, "607302", 1, 0, 2), + (117210, "607302", 1, 0, 2), + (117211, "607302", 1, 0, 2), + (117212, "607104", 1, 0, 2), + (117213, "607104", 1, 0, 2), + (117214, "607104", 1, 0, 2), + (117215, "607104", 1, 0, 2), + (117216, "607104", 1, 0, 2), + (117217, "607105", 1, 0, 2), + (117218, "607105", 1, 0, 2), + (117219, "607105", 1, 0, 2), + (117220, "607105", 1, 0, 2), + (117221, "607105", 1, 0, 2), + (117222, "607105", 1, 0, 2), + (117223, "607106", 1, 0, 2), + (117224, "607106", 1, 0, 2), + (117225, "607106", 1, 0, 2), + (117226, "607106", 1, 0, 2), + (117227, "607106", 1, 0, 2), + (117228, "607106", 1, 0, 2), + (117229, "607106", 1, 0, 2), + (117230, "607106", 1, 0, 2), + (117231, "607106", 1, 0, 2), + (117232, "607106", 1, 0, 2), + (117233, "635303", 1, 0, 2), + (117234, "635303", 1, 0, 2), + (117235, "635303", 1, 0, 2), + (117236, "635303", 1, 0, 2), + (117237, "635202", 1, 0, 2), + (117238, "635202", 1, 0, 2), + (117239, "635202", 1, 0, 2), + (117240, "635202", 1, 0, 2), + (117241, "635202", 1, 0, 2), + (117242, "635202", 1, 0, 2), + (117243, "635202", 1, 0, 2), + (117244, "635202", 1, 0, 2), + (117245, "635202", 1, 0, 2), + (117246, "635202", 1, 0, 2), + (117247, "635202", 1, 0, 2), + (117248, "636804", 1, 0, 2), + (117249, "636804", 1, 0, 2), + (117250, "636804", 1, 0, 2), + (117251, "636804", 1, 0, 2), + (117252, "636804", 1, 0, 2), + (117253, "636805", 1, 0, 2), + (117254, "636805", 1, 0, 2), + (117255, "636805", 1, 0, 2), + (117256, "636805", 1, 0, 2), + (117257, "636805", 1, 0, 2), + (117258, "636805", 1, 0, 2), + (117259, "636805", 1, 0, 2), + (117260, "636806", 1, 0, 2), + (117261, "636806", 1, 0, 2), + (117262, "636806", 1, 0, 2), + (117263, "636806", 1, 0, 2), + (117264, "636806", 1, 0, 2), + (117265, "636904", 1, 0, 2), + (117266, "636904", 1, 0, 2), + (117267, "636704", 1, 0, 2), + (117268, "636704", 1, 0, 2), + (117269, "636704", 1, 0, 2), + (117270, "636704", 1, 0, 2), + (117271, "636704", 1, 0, 2), + (117272, "636704", 1, 0, 2), + (117273, "636705", 1, 0, 2), + (117274, "636705", 1, 0, 2), + (117275, "635201", 1, 0, 2), + (117276, "635201", 1, 0, 2), + (117277, "635201", 1, 0, 2), + (117278, "635201", 1, 0, 2), + (117279, "635201", 1, 0, 2), + (117280, "636813", 1, 0, 2), + (117281, "636813", 1, 0, 2), + (117282, "636813", 1, 0, 2), + (117283, "636808", 1, 0, 2), + (117284, "636905", 1, 0, 2), + (117285, "636906", 1, 0, 2), + (117286, "635106", 1, 0, 2), + (117287, "635304", 1, 0, 2), + (117288, "635114", 1, 0, 2), + (117289, "635114", 1, 0, 2), + (117290, "635203", 1, 0, 2), + (117291, "635203", 1, 0, 2), + (117292, "635203", 1, 0, 2), + (117293, "635203", 1, 0, 2), + (117294, "635203", 1, 0, 2), + (117295, "635203", 1, 0, 2), + (117296, "635203", 1, 0, 2), + (117297, "635203", 1, 0, 2), + (117298, "635203", 1, 0, 2), + (117299, "635203", 1, 0, 2), + (117300, "635203", 1, 0, 2), + (117301, "635203", 1, 0, 2), + (117302, "635203", 1, 0, 2), + (117303, "635203", 1, 0, 2), + (117304, "635203", 1, 0, 2), + (117305, "635204", 1, 0, 2), + (117306, "635204", 1, 0, 2), + (117307, "635204", 1, 0, 2), + (117308, "635204", 1, 0, 2), + (117309, "635204", 1, 0, 2), + (117310, "635204", 1, 0, 2), + (117311, "635204", 1, 0, 2), + (117312, "635204", 1, 0, 2), + (117313, "635123", 1, 0, 2), + (117314, "635123", 1, 0, 2), + (117315, "635123", 1, 0, 2), + (117316, "635123", 1, 0, 2), + (117317, "635123", 1, 0, 2), + (117318, "635123", 1, 0, 2), + (117319, "635206", 1, 0, 2), + (117320, "635206", 1, 0, 2), + (117321, "635206", 1, 0, 2), + (117322, "635206", 1, 0, 2), + (117323, "635206", 1, 0, 2), + (117324, "635206", 1, 0, 2), + (117325, "635206", 1, 0, 2), + (117326, "635206", 1, 0, 2), + (117327, "635115", 1, 0, 2), + (117328, "635115", 1, 0, 2), + (117329, "635115", 1, 0, 2), + (117330, "635115", 1, 0, 2), + (117331, "635304", 1, 0, 2), + (117332, "635304", 1, 0, 2), + (117333, "635111", 1, 0, 2), + (117334, "635111", 1, 0, 2), + (117335, "635111", 1, 0, 2), + (117336, "635111", 1, 0, 2), + (117337, "635111", 1, 0, 2), + (117338, "635111", 1, 0, 2), + (117339, "635112", 1, 0, 2), + (117340, "635112", 1, 0, 2), + (117341, "635112", 1, 0, 2), + (117342, "635112", 1, 0, 2), + (117343, "635112", 1, 0, 2), + (117344, "635112", 1, 0, 2), + (117345, "635112", 1, 0, 2), + (117346, "635112", 1, 0, 2), + (117347, "635112", 1, 0, 2), + (117348, "635112", 1, 0, 2), + (117349, "635112", 1, 0, 2), + (117350, "635112", 1, 0, 2), + (117351, "635113", 1, 0, 2), + (117352, "635113", 1, 0, 2), + (117353, "635113", 1, 0, 2), + (117354, "635113", 1, 0, 2), + (117355, "635113", 1, 0, 2), + (117356, "635113", 1, 0, 2), + (117357, "635113", 1, 0, 2), + (117358, "635113", 1, 0, 2), + (117359, "635113", 1, 0, 2), + (117360, "635113", 1, 0, 2), + (117361, "635113", 1, 0, 2), + (117362, "635002", 1, 0, 2), + (117363, "635002", 1, 0, 2), + (117364, "635002", 1, 0, 2), + (117365, "635002", 1, 0, 2), + (117366, "635002", 1, 0, 2), + (117367, "635002", 1, 0, 2), + (117368, "635002", 1, 0, 2), + (117369, "635002", 1, 0, 2), + (117370, "635002", 1, 0, 2), + (117371, "635101", 1, 0, 2), + (117372, "635101", 1, 0, 2), + (117373, "635101", 1, 0, 2), + (117374, "635101", 1, 0, 2), + (117375, "635114", 1, 0, 2), + (117376, "635114", 1, 0, 2), + (117377, "635114", 1, 0, 2), + (117378, "635115", 1, 0, 2), + (117379, "635115", 1, 0, 2), + (117380, "635115", 1, 0, 2), + (117381, "635115", 1, 0, 2), + (117382, "635115", 1, 0, 2), + (117383, "635116", 1, 0, 2), + (117384, "635116", 1, 0, 2), + (117385, "635116", 1, 0, 2), + (117386, "635116", 1, 0, 2), + (117387, "635116", 1, 0, 2), + (117388, "635306", 1, 0, 2), + (117389, "635306", 1, 0, 2), + (117390, "635306", 1, 0, 2), + (117391, "635306", 1, 0, 2), + (117392, "635306", 1, 0, 2), + (117393, "635306", 1, 0, 2), + (117394, "635117", 1, 0, 2), + (117395, "635117", 1, 0, 2), + (117396, "635117", 1, 0, 2), + (117397, "635117", 1, 0, 2), + (117398, "635117", 1, 0, 2), + (117399, "635117", 1, 0, 2), + (117400, "635117", 1, 0, 2), + (117401, "635117", 1, 0, 2), + (117402, "635117", 1, 0, 2), + (117403, "635307", 1, 0, 2), + (117404, "635307", 1, 0, 2), + (117405, "635307", 1, 0, 2), + (117406, "635307", 1, 0, 2), + (117407, "635307", 1, 0, 2), + (117408, "635307", 1, 0, 2), + (117409, "635307", 1, 0, 2), + (117410, "635307", 1, 0, 2), + (117411, "635307", 1, 0, 2), + (117412, "635307", 1, 0, 2), + (117413, "635307", 1, 0, 2), + (117414, "635118", 1, 0, 2), + (117415, "635118", 1, 0, 2), + (117416, "635118", 1, 0, 2), + (117417, "635118", 1, 0, 2), + (117418, "635118", 1, 0, 2), + (117419, "635118", 1, 0, 2), + (117420, "635118", 1, 0, 2), + (117421, "635118", 1, 0, 2), + (117422, "635118", 1, 0, 2), + (117423, "635118", 1, 0, 2), + (117424, "635119", 1, 0, 2), + (117425, "635119", 1, 0, 2), + (117426, "635119", 1, 0, 2), + (117427, "635119", 1, 0, 2), + (117428, "635119", 1, 0, 2), + (117429, "635207", 1, 0, 2), + (117430, "635207", 1, 0, 2), + (117431, "635207", 1, 0, 2), + (117432, "635207", 1, 0, 2), + (117433, "635207", 1, 0, 2), + (117434, "635207", 1, 0, 2), + (117435, "635207", 1, 0, 2), + (117436, "635120", 1, 0, 2), + (117437, "635120", 1, 0, 2), + (117438, "635120", 1, 0, 2), + (117439, "635120", 1, 0, 2), + (117440, "635120", 1, 0, 2), + (117441, "635120", 1, 0, 2), + (117442, "635120", 1, 0, 2), + (117443, "635120", 1, 0, 2), + (117444, "635121", 1, 0, 2), + (117445, "635121", 1, 0, 2), + (117446, "635121", 1, 0, 2), + (117447, "635121", 1, 0, 2), + (117448, "635121", 1, 0, 2), + (117449, "635121", 1, 0, 2), + (117450, "635121", 1, 0, 2), + (117451, "635121", 1, 0, 2), + (117452, "635121", 1, 0, 2), + (117453, "635121", 1, 0, 2), + (117454, "635121", 1, 0, 2), + (117455, "635121", 1, 0, 2), + (117456, "635121", 1, 0, 2), + (117457, "635121", 1, 0, 2), + (117458, "635121", 1, 0, 2), + (117459, "636808", 1, 0, 2), + (117460, "636808", 1, 0, 2), + (117461, "636808", 1, 0, 2), + (117462, "636808", 1, 0, 2), + (117463, "636808", 1, 0, 2), + (117464, "636808", 1, 0, 2), + (117465, "636705", 1, 0, 2), + (117466, "636701", 1, 0, 2), + (117467, "635302", 1, 0, 2), + (117468, "636902", 1, 0, 2), + (117469, "636902", 1, 0, 2), + (117470, "636902", 1, 0, 2), + (117471, "636902", 1, 0, 2), + (117472, "636902", 1, 0, 2), + (117473, "636902", 1, 0, 2), + (117474, "636902", 1, 0, 2), + (117475, "636903", 1, 0, 2), + (117476, "636903", 1, 0, 2), + (117477, "636903", 1, 0, 2), + (117478, "636903", 1, 0, 2), + (117479, "636903", 1, 0, 2), + (117480, "636903", 1, 0, 2), + (117481, "636903", 1, 0, 2), + (117482, "636903", 1, 0, 2), + (117483, "636903", 1, 0, 2), + (117484, "636903", 1, 0, 2), + (117485, "636903", 1, 0, 2), + (117486, "636903", 1, 0, 2), + (117487, "636903", 1, 0, 2), + (117488, "636903", 1, 0, 2), + (117489, "636903", 1, 0, 2), + (117490, "636903", 1, 0, 2), + (117491, "636803", 1, 0, 2), + (117492, "636803", 1, 0, 2), + (117493, "636803", 1, 0, 2), + (117494, "636803", 1, 0, 2), + (117495, "636803", 1, 0, 2), + (117496, "636803", 1, 0, 2), + (117497, "636803", 1, 0, 2), + (117498, "636803", 1, 0, 2), + (117499, "635303", 1, 0, 2), + (117500, "635303", 1, 0, 2), + (117501, "636812", 1, 0, 2), + (117502, "636812", 1, 0, 2), + (117503, "636905", 1, 0, 2), + (117504, "636905", 1, 0, 2), + (117505, "636905", 1, 0, 2), + (117506, "636905", 1, 0, 2), + (117507, "636905", 1, 0, 2), + (117508, "636905", 1, 0, 2), + (117509, "636905", 1, 0, 2), + (117510, "636813", 1, 0, 2), + (117511, "636813", 1, 0, 2), + (117512, "636813", 1, 0, 2), + (117513, "636813", 1, 0, 2), + (117514, "636813", 1, 0, 2), + (117515, "636813", 1, 0, 2), + (117516, "636813", 1, 0, 2), + (117517, "635301", 1, 0, 2), + (117518, "635301", 1, 0, 2), + (117519, "635301", 1, 0, 2), + (117520, "635301", 1, 0, 2), + (117521, "635301", 1, 0, 2), + (117522, "635302", 1, 0, 2), + (117523, "635302", 1, 0, 2), + (117524, "635302", 1, 0, 2), + (117525, "635302", 1, 0, 2), + (117526, "635302", 1, 0, 2), + (117527, "635302", 1, 0, 2), + (117528, "636904", 1, 0, 2), + (117529, "636904", 1, 0, 2), + (117530, "635305", 1, 0, 2), + (117531, "635305", 1, 0, 2), + (117532, "635305", 1, 0, 2), + (117533, "635305", 1, 0, 2), + (117534, "635305", 1, 0, 2), + (117535, "635305", 1, 0, 2), + (117536, "635305", 1, 0, 2), + (117537, "635305", 1, 0, 2), + (117538, "635305", 1, 0, 2), + (117539, "635305", 1, 0, 2), + (117540, "635305", 1, 0, 2), + (117541, "636807", 1, 0, 2), + (117542, "636807", 1, 0, 2), + (117543, "636807", 1, 0, 2), + (117544, "636807", 1, 0, 2), + (117545, "636807", 1, 0, 2), + (117546, "636807", 1, 0, 2), + (117547, "636807", 1, 0, 2), + (117548, "636807", 1, 0, 2), + (117549, "636807", 1, 0, 2), + (117550, "636807", 1, 0, 2), + (117551, "636807", 1, 0, 2), + (117552, "636808", 1, 0, 2), + (117553, "636808", 1, 0, 2), + (117554, "636808", 1, 0, 2), + (117555, "636808", 1, 0, 2), + (117556, "636808", 1, 0, 2), + (117557, "636808", 1, 0, 2), + (117558, "636808", 1, 0, 2), + (117559, "636905", 1, 0, 2), + (117560, "636905", 1, 0, 2), + (117561, "636905", 1, 0, 2), + (117562, "636905", 1, 0, 2), + (117563, "636905", 1, 0, 2), + (117564, "636809", 1, 0, 2), + (117565, "636809", 1, 0, 2), + (117566, "636809", 1, 0, 2), + (117567, "636809", 1, 0, 2), + (117568, "636809", 1, 0, 2), + (117569, "636809", 1, 0, 2), + (117570, "636809", 1, 0, 2), + (117571, "636809", 1, 0, 2), + (117572, "636809", 1, 0, 2), + (117573, "636809", 1, 0, 2), + (117574, "636810", 1, 0, 2), + (117575, "636810", 1, 0, 2), + (117576, "636810", 1, 0, 2), + (117577, "636810", 1, 0, 2), + (117578, "636810", 1, 0, 2), + (117579, "636810", 1, 0, 2), + (117580, "636810", 1, 0, 2), + (117581, "636810", 1, 0, 2), + (117582, "636810", 1, 0, 2), + (117583, "636810", 1, 0, 2), + (117584, "636810", 1, 0, 2), + (117585, "635205", 1, 0, 2), + (117586, "635205", 1, 0, 2), + (117587, "635205", 1, 0, 2), + (117588, "635205", 1, 0, 2), + (117589, "635205", 1, 0, 2), + (117590, "635205", 1, 0, 2), + (117591, "635205", 1, 0, 2), + (117592, "635205", 1, 0, 2), + (117593, "635205", 1, 0, 2), + (117594, "635205", 1, 0, 2), + (117595, "635205", 1, 0, 2), + (117596, "636811", 1, 0, 2), + (117597, "636811", 1, 0, 2), + (117598, "636811", 1, 0, 2), + (117599, "636811", 1, 0, 2), + (117600, "636352", 1, 0, 2), + (117601, "636352", 1, 0, 2), + (117602, "636352", 1, 0, 2), + (117603, "636906", 1, 0, 2), + (117604, "636906", 1, 0, 2), + (117605, "636906", 1, 0, 2), + (117606, "636906", 1, 0, 2), + (117607, "636906", 1, 0, 2), + (117608, "636906", 1, 0, 2), + (117609, "636906", 1, 0, 2), + (117610, "636906", 1, 0, 2), + (117611, "636906", 1, 0, 2), + (117612, "636906", 1, 0, 2), + (117613, "636906", 1, 0, 2), + (117614, "636906", 1, 0, 2), + (117615, "636906", 1, 0, 2), + (117616, "636906", 1, 0, 2), + (117617, "635122", 1, 0, 2), + (117618, "635122", 1, 0, 2), + (117619, "635122", 1, 0, 2), + (117620, "635122", 1, 0, 2), + (117621, "635122", 1, 0, 2), + (117622, "635122", 1, 0, 2), + (117623, "635122", 1, 0, 2), + (117624, "635102", 1, 0, 2), + (117625, "635102", 1, 0, 2), + (117626, "635102", 1, 0, 2), + (117627, "635102", 1, 0, 2), + (117628, "635102", 1, 0, 2), + (117629, "635102", 1, 0, 2), + (117630, "635102", 1, 0, 2), + (117631, "635103", 1, 0, 2), + (117632, "635103", 1, 0, 2), + (117633, "635103", 1, 0, 2), + (117634, "635103", 1, 0, 2), + (117635, "635104", 1, 0, 2), + (117636, "635104", 1, 0, 2), + (117637, "635104", 1, 0, 2), + (117638, "635104", 1, 0, 2), + (117639, "635104", 1, 0, 2), + (117640, "635104", 1, 0, 2), + (117641, "635104", 1, 0, 2), + (117642, "635104", 1, 0, 2), + (117643, "635104", 1, 0, 2), + (117644, "635104", 1, 0, 2), + (117645, "635104", 1, 0, 2), + (117646, "635104", 1, 0, 2), + (117647, "635105", 1, 0, 2), + (117648, "635105", 1, 0, 2), + (117649, "635105", 1, 0, 2), + (117650, "635105", 1, 0, 2), + (117651, "635105", 1, 0, 2), + (117652, "635105", 1, 0, 2), + (117653, "635106", 1, 0, 2), + (117654, "635106", 1, 0, 2), + (117655, "635106", 1, 0, 2), + (117656, "635106", 1, 0, 2), + (117657, "635107", 1, 0, 2), + (117658, "635107", 1, 0, 2), + (117659, "635107", 1, 0, 2), + (117660, "635107", 1, 0, 2), + (117661, "635107", 1, 0, 2), + (117662, "635107", 1, 0, 2), + (117663, "635107", 1, 0, 2), + (117664, "635107", 1, 0, 2), + (117665, "635107", 1, 0, 2), + (117666, "635107", 1, 0, 2), + (117667, "635107", 1, 0, 2), + (117668, "635107", 1, 0, 2), + (117669, "635107", 1, 0, 2), + (117670, "635107", 1, 0, 2), + (117671, "635107", 1, 0, 2), + (117672, "635107", 1, 0, 2), + (117673, "635107", 1, 0, 2), + (117674, "635107", 1, 0, 2), + (117675, "635107", 1, 0, 2), + (117676, "635108", 1, 0, 2), + (117677, "635108", 1, 0, 2), + (117678, "635108", 1, 0, 2), + (117679, "635108", 1, 0, 2), + (117680, "635108", 1, 0, 2), + (117681, "635108", 1, 0, 2), + (117682, "635109", 1, 0, 2), + (117683, "635109", 1, 0, 2), + (117684, "635130", 1, 0, 2), + (117685, "635109", 1, 0, 2), + (117686, "635130", 1, 0, 2), + (117687, "635130", 1, 0, 2), + (117688, "635109", 1, 0, 2), + (117689, "635109", 1, 0, 2), + (117690, "635109", 1, 0, 2), + (117691, "635130", 1, 0, 2), + (117692, "635130", 1, 0, 2), + (117693, "635109", 1, 0, 2), + (117694, "635110", 1, 0, 2), + (117695, "635110", 1, 0, 2), + (117696, "635110", 1, 0, 2), + (117697, "635110", 1, 0, 2), + (117698, "635110", 1, 0, 2), + (117699, "635110", 1, 0, 2), + (117700, "635126", 1, 0, 2), + (117701, "635126", 1, 0, 2), + (117702, "635304", 1, 0, 2), + (117703, "635304", 1, 0, 2), + (117704, "635304", 1, 0, 2), + (117705, "635304", 1, 0, 2), + (117706, "631502", 1, 0, 2), + (117707, "602108", 1, 0, 2), + (117708, "631605", 1, 0, 2), + (117709, "602021", 1, 0, 2), + (117710, "631206", 1, 0, 2), + (117711, "602025", 1, 0, 2), + (117712, "601103", 1, 0, 2), + (117713, "601103", 1, 0, 2), + (117714, "601103", 1, 0, 2), + (117715, "601103", 1, 0, 2), + (117716, "601103", 1, 0, 2), + (117717, "601103", 1, 0, 2), + (117718, "631208", 1, 0, 2), + (117719, "631208", 1, 0, 2), + (117720, "631302", 1, 0, 2), + (117721, "631209", 1, 0, 2), + (117722, "601102", 1, 0, 2), + (117723, "601102", 1, 0, 2), + (117724, "601102", 1, 0, 2), + (117725, "601102", 1, 0, 2), + (117726, "601102", 1, 0, 2), + (117727, "631208", 1, 0, 2), + (117728, "631208", 1, 0, 2), + (117729, "631208", 1, 0, 2), + (117730, "631208", 1, 0, 2), + (117731, "631208", 1, 0, 2), + (117732, "631208", 1, 0, 2), + (117733, "631208", 1, 0, 2), + (117734, "631208", 1, 0, 2), + (117735, "631208", 1, 0, 2), + (117736, "631208", 1, 0, 2), + (117737, "602023", 1, 0, 2), + (117738, "602025", 1, 0, 2), + (117739, "602025", 1, 0, 2), + (117740, "631209", 1, 0, 2), + (117741, "631209", 1, 0, 2), + (117742, "631209", 1, 0, 2), + (117743, "631209", 1, 0, 2), + (117744, "631209", 1, 0, 2), + (117745, "631209", 1, 0, 2), + (117746, "631209", 1, 0, 2), + (117747, "631209", 1, 0, 2), + (117748, "631210", 1, 0, 2), + (117749, "631210", 1, 0, 2), + (117750, "631210", 1, 0, 2), + (117751, "631210", 1, 0, 2), + (117752, "631210", 1, 0, 2), + (117753, "631210", 1, 0, 2), + (117754, "631210", 1, 0, 2), + (117755, "631210", 1, 0, 2), + (117756, "631210", 1, 0, 2), + (117757, "631210", 1, 0, 2), + (117758, "631210", 1, 0, 2), + (117759, "602026", 1, 0, 2), + (117760, "602026", 1, 0, 2), + (117761, "602026", 1, 0, 2), + (117762, "602026", 1, 0, 2), + (117763, "602026", 1, 0, 2), + (117764, "602026", 1, 0, 2), + (117765, "602026", 1, 0, 2), + (117766, "631304", 1, 0, 2), + (117767, "631304", 1, 0, 2), + (117768, "631304", 1, 0, 2), + (117769, "601103", 1, 0, 2), + (117770, "602023", 1, 0, 2), + (117771, "631502", 1, 0, 2), + (117772, "631502", 1, 0, 2), + (117773, "631502", 1, 0, 2), + (117774, "631502", 1, 0, 2), + (117775, "631502", 1, 0, 2), + (117776, "631553", 1, 0, 2), + (117777, "631553", 1, 0, 2), + (117778, "631553", 1, 0, 2), + (117779, "631553", 1, 0, 2), + (117780, "631553", 1, 0, 2), + (117781, "631553", 1, 0, 2), + (117782, "631553", 1, 0, 2), + (117783, "631553", 1, 0, 2), + (117784, "631561", 1, 0, 2), + (117785, "631561", 1, 0, 2), + (117786, "631561", 1, 0, 2), + (117787, "631601", 1, 0, 2), + (117788, "631601", 1, 0, 2), + (117789, "631601", 1, 0, 2), + (117790, "631601", 1, 0, 2), + (117791, "631601", 1, 0, 2), + (117792, "631551", 1, 0, 2), + (117793, "631551", 1, 0, 2), + (117794, "631551", 1, 0, 2), + (117795, "631551", 1, 0, 2), + (117796, "631502", 1, 0, 2), + (117797, "631502", 1, 0, 2), + (117798, "631502", 1, 0, 2), + (117799, "631502", 1, 0, 2), + (117800, "602023", 1, 0, 2), + (117801, "602023", 1, 0, 2), + (117802, "602023", 1, 0, 2), + (117803, "602023", 1, 0, 2), + (117804, "602023", 1, 0, 2), + (117805, "602023", 1, 0, 2), + (117806, "602023", 1, 0, 2), + (117807, "602023", 1, 0, 2), + (117808, "602023", 1, 0, 2), + (117809, "631212", 1, 0, 2), + (117810, "631212", 1, 0, 2), + (117811, "631213", 1, 0, 2), + (117812, "631213", 1, 0, 2), + (117813, "631303", 1, 0, 2), + (117814, "631303", 1, 0, 2), + (117815, "631303", 1, 0, 2), + (117816, "631211", 1, 0, 2), + (117817, "631211", 1, 0, 2), + (117818, "602024", 1, 0, 2), + (117819, "602024", 1, 0, 2), + (117820, "602024", 1, 0, 2), + (117821, "602024", 1, 0, 2), + (117822, "602108", 1, 0, 2), + (117823, "602105", 1, 0, 2), + (117824, "602105", 1, 0, 2), + (117825, "602105", 1, 0, 2), + (117826, "602105", 1, 0, 2), + (117827, "602105", 1, 0, 2), + (117828, "602105", 1, 0, 2), + (117829, "602105", 1, 0, 2), + (117830, "602105", 1, 0, 2), + (117831, "602105", 1, 0, 2), + (117832, "602105", 1, 0, 2), + (117833, "602106", 1, 0, 2), + (117834, "602106", 1, 0, 2), + (117835, "631604", 1, 0, 2), + (117836, "631604", 1, 0, 2), + (117837, "631604", 1, 0, 2), + (117838, "631604", 1, 0, 2), + (117839, "631604", 1, 0, 2), + (117840, "603406", 1, 0, 2), + (117841, "603406", 1, 0, 2), + (117842, "603406", 1, 0, 2), + (117843, "603406", 1, 0, 2), + (117844, "603406", 1, 0, 2), + (117845, "603406", 1, 0, 2), + (117846, "603406", 1, 0, 2), + (117847, "603406", 1, 0, 2), + (117848, "603406", 1, 0, 2), + (117849, "603406", 1, 0, 2), + (117850, "631605", 1, 0, 2), + (117851, "631605", 1, 0, 2), + (117852, "631605", 1, 0, 2), + (117853, "631605", 1, 0, 2), + (117854, "631605", 1, 0, 2), + (117855, "631605", 1, 0, 2), + (117856, "631301", 1, 0, 2), + (117857, "631301", 1, 0, 2), + (117858, "631301", 1, 0, 2), + (117859, "631301", 1, 0, 2), + (117860, "631301", 1, 0, 2), + (117861, "631201", 1, 0, 2), + (117862, "631201", 1, 0, 2), + (117863, "631202", 1, 0, 2), + (117864, "631208", 1, 0, 2), + (117865, "631202", 1, 0, 2), + (117866, "631202", 1, 0, 2), + (117867, "631202", 1, 0, 2), + (117868, "631202", 1, 0, 2), + (117869, "631202", 1, 0, 2), + (117870, "631202", 1, 0, 2), + (117871, "631302", 1, 0, 2), + (117872, "631302", 1, 0, 2), + (117873, "631302", 1, 0, 2), + (117874, "631302", 1, 0, 2), + (117875, "631302", 1, 0, 2), + (117876, "631302", 1, 0, 2), + (117877, "631302", 1, 0, 2), + (117878, "631302", 1, 0, 2), + (117879, "631302", 1, 0, 2), + (117880, "631302", 1, 0, 2), + (117881, "602021", 1, 0, 2), + (117882, "602021", 1, 0, 2), + (117883, "631502", 1, 0, 2), + (117884, "631502", 1, 0, 2), + (117885, "631502", 1, 0, 2), + (117886, "631561", 1, 0, 2), + (117887, "631561", 1, 0, 2), + (117888, "631561", 1, 0, 2), + (117889, "603402", 1, 0, 2), + (117890, "603402", 1, 0, 2), + (117891, "603402", 1, 0, 2), + (117892, "603402", 1, 0, 2), + (117893, "603402", 1, 0, 2), + (117894, "631552", 1, 0, 2), + (117895, "631552", 1, 0, 2), + (117896, "631552", 1, 0, 2), + (117897, "631603", 1, 0, 2), + (117898, "631603", 1, 0, 2), + (117899, "631603", 1, 0, 2), + (117900, "631603", 1, 0, 2), + (117901, "631603", 1, 0, 2), + (117902, "631603", 1, 0, 2), + (117903, "631603", 1, 0, 2), + (117904, "603403", 1, 0, 2), + (117905, "603403", 1, 0, 2), + (117906, "603403", 1, 0, 2), + (117907, "631606", 1, 0, 2), + (117908, "631606", 1, 0, 2), + (117909, "631606", 1, 0, 2), + (117910, "631606", 1, 0, 2), + (117911, "602108", 1, 0, 2), + (117912, "602108", 1, 0, 2), + (117913, "602021", 1, 0, 2), + (117914, "602021", 1, 0, 2), + (117915, "602021", 1, 0, 2), + (117916, "631203", 1, 0, 2), + (117917, "631203", 1, 0, 2), + (117918, "631203", 1, 0, 2), + (117919, "631203", 1, 0, 2), + (117920, "631203", 1, 0, 2), + (117921, "631203", 1, 0, 2), + (117922, "631203", 1, 0, 2), + (117923, "631203", 1, 0, 2), + (117924, "631203", 1, 0, 2), + (117925, "631204", 1, 0, 2), + (117926, "631204", 1, 0, 2), + (117927, "631204", 1, 0, 2), + (117928, "631204", 1, 0, 2), + (117929, "631204", 1, 0, 2), + (117930, "631204", 1, 0, 2), + (117931, "631204", 1, 0, 2), + (117932, "631204", 1, 0, 2), + (117933, "631205", 1, 0, 2), + (117934, "631205", 1, 0, 2), + (117935, "631205", 1, 0, 2), + (117936, "631205", 1, 0, 2), + (117937, "631205", 1, 0, 2), + (117938, "631205", 1, 0, 2), + (117939, "631205", 1, 0, 2), + (117940, "631205", 1, 0, 2), + (117941, "631205", 1, 0, 2), + (117942, "631205", 1, 0, 2), + (117943, "631206", 1, 0, 2), + (117944, "631206", 1, 0, 2), + (117945, "602002", 1, 0, 2), + (117946, "602002", 1, 0, 2), + (117947, "602002", 1, 0, 2), + (117948, "602002", 1, 0, 2), + (117949, "602002", 1, 0, 2), + (117950, "602002", 1, 0, 2), + (117951, "631207", 1, 0, 2), + (117952, "631207", 1, 0, 2), + (117953, "631207", 1, 0, 2), + (117954, "631207", 1, 0, 2), + (117955, "631207", 1, 0, 2), + (117956, "631207", 1, 0, 2), + (117957, "631207", 1, 0, 2), + (117958, "631207", 1, 0, 2), + (117959, "631207", 1, 0, 2), + (117960, "631207", 1, 0, 2), + (117961, "631207", 1, 0, 2), + (117962, "631402", 1, 0, 2), + (117963, "631402", 1, 0, 2), + (117964, "631402", 1, 0, 2), + (117965, "631402", 1, 0, 2), + (117966, "631402", 1, 0, 2), + (117967, "601102", 1, 0, 2), + (117968, "601102", 1, 0, 2), + (117969, "602024", 1, 0, 2), + (117970, "602024", 1, 0, 2), + (117971, "602024", 1, 0, 2), + (117972, "602024", 1, 0, 2), + (117973, "602024", 1, 0, 2), + (117974, "602025", 1, 0, 2), + (117975, "602025", 1, 0, 2), + (117976, "602025", 1, 0, 2), + (117977, "629901", 1, 0, 2), + (117978, "629803", 1, 0, 2), + (117979, "629171", 1, 0, 2), + (117980, "629160", 1, 0, 2), + (117981, "629161", 1, 0, 2), + (117982, "629804", 1, 0, 2), + (117983, "629177", 1, 0, 2), + (117984, "629152", 1, 0, 2), + (117985, "629704", 1, 0, 2), + (117986, "629171", 1, 0, 2), + (117987, "629193", 1, 0, 2), + (117988, "629163", 1, 0, 2), + (117989, "629702", 1, 0, 2), + (117990, "629152", 1, 0, 2), + (117991, "629153", 1, 0, 2), + (117992, "629152", 1, 0, 2), + (117993, "629157", 1, 0, 2), + (117994, "629252", 1, 0, 2), + (117995, "629163", 1, 0, 2), + (117996, "629158", 1, 0, 2), + (117997, "629601", 1, 0, 2), + (117998, "629602", 1, 0, 2), + (117999, "629804", 1, 0, 2), + (118000, "629172", 1, 0, 2), + (118001, "629164", 1, 0, 2), + (118002, "629160", 1, 0, 2), + (118003, "629163", 1, 0, 2), + (118004, "629401", 1, 0, 2), + (118005, "629704", 1, 0, 2), + (118006, "629164", 1, 0, 2), + (118007, "629160", 1, 0, 2), + (118008, "629161", 1, 0, 2), + (118009, "629163", 1, 0, 2), + (118010, "629165", 1, 0, 2), + (118011, "629167", 1, 0, 2), + (118012, "629167", 1, 0, 2), + (118013, "629851", 1, 0, 2), + (118014, "629851", 1, 0, 2), + (118015, "629852", 1, 0, 2), + (118016, "629501", 1, 0, 2), + (118017, "629302", 1, 0, 2), + (118018, "629852", 1, 0, 2), + (118019, "629851", 1, 0, 2), + (118020, "629851", 1, 0, 2), + (118021, "629101", 1, 0, 2), + (118022, "629154", 1, 0, 2), + (118023, "629173", 1, 0, 2), + (118024, "629251", 1, 0, 2), + (118025, "629251", 1, 0, 2), + (118026, "629251", 1, 0, 2), + (118027, "629162", 1, 0, 2), + (118028, "629204", 1, 0, 2), + (118029, "629801", 1, 0, 2), + (118030, "629165", 1, 0, 2), + (118031, "629175", 1, 0, 2), + (118032, "629171", 1, 0, 2), + (118033, "629152", 1, 0, 2), + (118034, "629704", 1, 0, 2), + (118035, "629157", 1, 0, 2), + (118036, "629168", 1, 0, 2), + (118037, "629157", 1, 0, 2), + (118038, "629193", 1, 0, 2), + (118039, "629160", 1, 0, 2), + (118040, "629002", 1, 0, 2), + (118041, "629158", 1, 0, 2), + (118042, "629802", 1, 0, 2), + (118043, "629170", 1, 0, 2), + (118044, "629174", 1, 0, 2), + (118045, "629501", 1, 0, 2), + (118046, "629702", 1, 0, 2), + (118047, "629403", 1, 0, 2), + (118048, "629180", 1, 0, 2), + (118049, "629167", 1, 0, 2), + (118050, "629702", 1, 0, 2), + (118051, "629802", 1, 0, 2), + (118052, "629101", 1, 0, 2), + (118053, "629170", 1, 0, 2), + (118054, "629159", 1, 0, 2), + (118055, "629802", 1, 0, 2), + (118056, "629201", 1, 0, 2), + (118057, "629168", 1, 0, 2), + (118058, "629401", 1, 0, 2), + (118059, "629704", 1, 0, 2), + (118060, "629252", 1, 0, 2), + (118061, "629165", 1, 0, 2), + (118062, "629177", 1, 0, 2), + (118063, "629202", 1, 0, 2), + (118064, "629153", 1, 0, 2), + (118065, "629166", 1, 0, 2), + (118066, "629161", 1, 0, 2), + (118067, "629151", 1, 0, 2), + (118068, "629161", 1, 0, 2), + (118069, "629004", 1, 0, 2), + (118070, "629166", 1, 0, 2), + (118071, "629003", 1, 0, 2), + (118072, "629151", 1, 0, 2), + (118073, "629153", 1, 0, 2), + (118074, "629180", 1, 0, 2), + (118075, "629151", 1, 0, 2), + (118076, "629178", 1, 0, 2), + (118077, "629153", 1, 0, 2), + (118078, "629177", 1, 0, 2), + (118079, "629161", 1, 0, 2), + (118080, "629166", 1, 0, 2), + (118081, "629851", 1, 0, 2), + (118082, "629852", 1, 0, 2), + (118083, "629001", 1, 0, 2), + (118084, "629001", 1, 0, 2), + (118085, "629003", 1, 0, 2), + (118086, "629180", 1, 0, 2), + (118087, "629158", 1, 0, 2), + (118088, "629101", 1, 0, 2), + (118089, "629101", 1, 0, 2), + (118090, "629101", 1, 0, 2), + (118091, "629402", 1, 0, 2), + (118092, "629501", 1, 0, 2), + (118093, "629803", 1, 0, 2), + (118094, "629003", 1, 0, 2), + (118095, "629851", 1, 0, 2), + (118096, "629704", 1, 0, 2), + (118097, "629161", 1, 0, 2), + (118098, "629161", 1, 0, 2), + (118099, "629161", 1, 0, 2), + (118100, "629161", 1, 0, 2), + (118101, "629169", 1, 0, 2), + (118102, "629170", 1, 0, 2), + (118103, "629152", 1, 0, 2), + (118104, "629402", 1, 0, 2), + (118105, "629851", 1, 0, 2), + (118106, "629153", 1, 0, 2), + (118107, "629175", 1, 0, 2), + (118108, "629176", 1, 0, 2), + (118109, "629177", 1, 0, 2), + (118110, "629301", 1, 0, 2), + (118111, "629157", 1, 0, 2), + (118112, "629704", 1, 0, 2), + (118113, "629501", 1, 0, 2), + (118114, "629160", 1, 0, 2), + (118115, "629601", 1, 0, 2), + (118116, "629501", 1, 0, 2), + (118117, "629809", 1, 0, 2), + (118118, "629401", 1, 0, 2), + (118119, "629157", 1, 0, 2), + (118120, "629703", 1, 0, 2), + (118121, "629501", 1, 0, 2), + (118122, "629501", 1, 0, 2), + (118123, "629001", 1, 0, 2), + (118124, "629502", 1, 0, 2), + (118125, "629501", 1, 0, 2), + (118126, "629193", 1, 0, 2), + (118127, "629152", 1, 0, 2), + (118128, "629159", 1, 0, 2), + (118129, "629159", 1, 0, 2), + (118130, "629703", 1, 0, 2), + (118131, "629201", 1, 0, 2), + (118132, "629203", 1, 0, 2), + (118133, "629501", 1, 0, 2), + (118134, "629802", 1, 0, 2), + (118135, "630107", 1, 0, 2), + (118136, "630309", 1, 0, 2), + (118137, "630107", 1, 0, 2), + (118138, "630311", 1, 0, 2), + (118139, "630311", 1, 0, 2), + (118140, "630312", 1, 0, 2), + (118141, "630410", 1, 0, 2), + (118142, "630212", 1, 0, 2), + (118143, "630307", 1, 0, 2), + (118144, "630307", 1, 0, 2), + (118145, "630307", 1, 0, 2), + (118146, "630307", 1, 0, 2), + (118147, "630207", 1, 0, 2), + (118148, "630207", 1, 0, 2), + (118149, "630207", 1, 0, 2), + (118150, "630405", 1, 0, 2), + (118151, "630405", 1, 0, 2), + (118152, "630405", 1, 0, 2), + (118153, "630405", 1, 0, 2), + (118154, "630208", 1, 0, 2), + (118155, "630108", 1, 0, 2), + (118156, "630108", 1, 0, 2), + (118157, "630108", 1, 0, 2), + (118158, "630108", 1, 0, 2), + (118159, "630108", 1, 0, 2), + (118160, "630108", 1, 0, 2), + (118161, "630108", 1, 0, 2), + (118162, "630309", 1, 0, 2), + (118163, "630309", 1, 0, 2), + (118164, "630309", 1, 0, 2), + (118165, "630312", 1, 0, 2), + (118166, "630312", 1, 0, 2), + (118167, "630312", 1, 0, 2), + (118168, "630314", 1, 0, 2), + (118169, "630201", 1, 0, 2), + (118170, "630501", 1, 0, 2), + (118171, "630501", 1, 0, 2), + (118172, "630501", 1, 0, 2), + (118173, "630501", 1, 0, 2), + (118174, "630104", 1, 0, 2), + (118175, "630205", 1, 0, 2), + (118176, "630205", 1, 0, 2), + (118177, "630106", 1, 0, 2), + (118178, "630206", 1, 0, 2), + (118179, "630303", 1, 0, 2), + (118180, "630103", 1, 0, 2), + (118181, "630105", 1, 0, 2), + (118182, "630502", 1, 0, 2), + (118183, "630502", 1, 0, 2), + (118184, "630502", 1, 0, 2), + (118185, "630502", 1, 0, 2), + (118186, "630502", 1, 0, 2), + (118187, "630410", 1, 0, 2), + (118188, "630410", 1, 0, 2), + (118189, "630410", 1, 0, 2), + (118190, "630410", 1, 0, 2), + (118191, "630410", 1, 0, 2), + (118192, "630410", 1, 0, 2), + (118193, "639201", 1, 0, 2), + (118194, "639201", 1, 0, 2), + (118195, "639201", 1, 0, 2), + (118196, "639201", 1, 0, 2), + (118197, "639201", 1, 0, 2), + (118198, "639201", 1, 0, 2), + (118199, "639201", 1, 0, 2), + (118200, "639201", 1, 0, 2), + (118201, "639202", 1, 0, 2), + (118202, "639202", 1, 0, 2), + (118203, "639202", 1, 0, 2), + (118204, "639202", 1, 0, 2), + (118205, "639202", 1, 0, 2), + (118206, "639206", 1, 0, 2), + (118207, "639202", 1, 0, 2), + (118208, "639202", 1, 0, 2), + (118209, "639202", 1, 0, 2), + (118210, "639203", 1, 0, 2), + (118211, "639203", 1, 0, 2), + (118212, "639203", 1, 0, 2), + (118213, "639203", 1, 0, 2), + (118214, "639136", 1, 0, 2), + (118215, "639136", 1, 0, 2), + (118216, "639136", 1, 0, 2), + (118217, "639109", 1, 0, 2), + (118218, "639109", 1, 0, 2), + (118219, "639004", 1, 0, 2), + (118220, "639002", 1, 0, 2), + (118221, "639118", 1, 0, 2), + (118222, "621305", 1, 0, 2), + (118223, "621307", 1, 0, 2), + (118224, "621308", 1, 0, 2), + (118225, "621308", 1, 0, 2), + (118226, "621308", 1, 0, 2), + (118227, "621308", 1, 0, 2), + (118228, "621308", 1, 0, 2), + (118229, "621305", 1, 0, 2), + (118230, "621308", 1, 0, 2), + (118231, "621308", 1, 0, 2), + (118232, "621308", 1, 0, 2), + (118233, "621308", 1, 0, 2), + (118234, "639119", 1, 0, 2), + (118235, "639119", 1, 0, 2), + (118236, "639119", 1, 0, 2), + (118237, "639119", 1, 0, 2), + (118238, "639119", 1, 0, 2), + (118239, "621310", 1, 0, 2), + (118240, "621310", 1, 0, 2), + (118241, "621310", 1, 0, 2), + (118242, "621310", 1, 0, 2), + (118243, "621310", 1, 0, 2), + (118244, "621310", 1, 0, 2), + (118245, "621311", 1, 0, 2), + (118246, "621311", 1, 0, 2), + (118247, "621307", 1, 0, 2), + (118248, "621307", 1, 0, 2), + (118249, "621307", 1, 0, 2), + (118250, "621307", 1, 0, 2), + (118251, "621307", 1, 0, 2), + (118252, "621307", 1, 0, 2), + (118253, "621307", 1, 0, 2), + (118254, "621307", 1, 0, 2), + (118255, "639107", 1, 0, 2), + (118256, "639107", 1, 0, 2), + (118257, "639107", 1, 0, 2), + (118258, "639107", 1, 0, 2), + (118259, "639107", 1, 0, 2), + (118260, "639107", 1, 0, 2), + (118261, "639108", 1, 0, 2), + (118262, "639108", 1, 0, 2), + (118263, "639108", 1, 0, 2), + (118264, "639108", 1, 0, 2), + (118265, "639108", 1, 0, 2), + (118266, "639110", 1, 0, 2), + (118267, "639110", 1, 0, 2), + (118268, "639110", 1, 0, 2), + (118269, "639110", 1, 0, 2), + (118270, "639110", 1, 0, 2), + (118271, "639110", 1, 0, 2), + (118272, "639110", 1, 0, 2), + (118273, "639110", 1, 0, 2), + (118274, "639110", 1, 0, 2), + (118275, "639110", 1, 0, 2), + (118276, "621311", 1, 0, 2), + (118277, "621311", 1, 0, 2), + (118278, "621311", 1, 0, 2), + (118279, "621311", 1, 0, 2), + (118280, "621311", 1, 0, 2), + (118281, "621311", 1, 0, 2), + (118282, "621311", 1, 0, 2), + (118283, "621311", 1, 0, 2), + (118284, "621312", 1, 0, 2), + (118285, "621312", 1, 0, 2), + (118286, "621312", 1, 0, 2), + (118287, "621313", 1, 0, 2), + (118288, "621313", 1, 0, 2), + (118289, "621313", 1, 0, 2), + (118290, "621313", 1, 0, 2), + (118291, "639120", 1, 0, 2), + (118292, "621313", 1, 0, 2), + (118293, "639120", 1, 0, 2), + (118294, "621306", 1, 0, 2), + (118295, "621313", 1, 0, 2), + (118296, "621313", 1, 0, 2), + (118297, "621313", 1, 0, 2), + (118298, "621313", 1, 0, 2), + (118299, "621313", 1, 0, 2), + (118300, "621314", 1, 0, 2), + (118301, "621314", 1, 0, 2), + (118302, "621314", 1, 0, 2), + (118303, "621314", 1, 0, 2), + (118304, "621310", 1, 0, 2), + (118305, "621314", 1, 0, 2), + (118306, "621314", 1, 0, 2), + (118307, "621314", 1, 0, 2), + (118308, "621314", 1, 0, 2), + (118309, "621305", 1, 0, 2), + (118310, "639120", 1, 0, 2), + (118311, "639120", 1, 0, 2), + (118312, "639120", 1, 0, 2), + (118313, "639120", 1, 0, 2), + (118314, "639120", 1, 0, 2), + (118315, "639120", 1, 0, 2), + (118316, "639120", 1, 0, 2), + (118317, "639120", 1, 0, 2), + (118318, "621302", 1, 0, 2), + (118319, "621315", 1, 0, 2), + (118320, "621315", 1, 0, 2), + (118321, "621315", 1, 0, 2), + (118322, "621315", 1, 0, 2), + (118323, "621315", 1, 0, 2), + (118324, "621315", 1, 0, 2), + (118325, "621315", 1, 0, 2), + (118326, "621315", 1, 0, 2), + (118327, "621315", 1, 0, 2), + (118328, "621315", 1, 0, 2), + (118329, "639109", 1, 0, 2), + (118330, "639207", 1, 0, 2), + (118331, "639207", 1, 0, 2), + (118332, "639207", 1, 0, 2), + (118333, "639207", 1, 0, 2), + (118334, "639207", 1, 0, 2), + (118335, "639207", 1, 0, 2), + (118336, "639207", 1, 0, 2), + (118337, "639207", 1, 0, 2), + (118338, "639207", 1, 0, 2), + (118339, "639207", 1, 0, 2), + (118340, "639111", 1, 0, 2), + (118341, "639111", 1, 0, 2), + (118342, "639111", 1, 0, 2), + (118343, "639111", 1, 0, 2), + (118344, "639111", 1, 0, 2), + (118345, "639111", 1, 0, 2), + (118346, "639111", 1, 0, 2), + (118347, "639111", 1, 0, 2), + (118348, "639004", 1, 0, 2), + (118349, "639004", 1, 0, 2), + (118350, "639004", 1, 0, 2), + (118351, "639004", 1, 0, 2), + (118352, "639004", 1, 0, 2), + (118353, "639113", 1, 0, 2), + (118354, "639113", 1, 0, 2), + (118355, "639113", 1, 0, 2), + (118356, "639113", 1, 0, 2), + (118357, "639113", 1, 0, 2), + (118358, "639113", 1, 0, 2), + (118359, "639113", 1, 0, 2), + (118360, "639113", 1, 0, 2), + (118361, "639114", 1, 0, 2), + (118362, "639114", 1, 0, 2), + (118363, "639114", 1, 0, 2), + (118364, "639114", 1, 0, 2), + (118365, "639114", 1, 0, 2), + (118366, "639114", 1, 0, 2), + (118367, "639114", 1, 0, 2), + (118368, "639008", 1, 0, 2), + (118369, "639202", 1, 0, 2), + (118370, "639002", 1, 0, 2), + (118371, "639201", 1, 0, 2), + (118372, "639002", 1, 0, 2), + (118373, "639002", 1, 0, 2), + (118374, "639002", 1, 0, 2), + (118375, "639008", 1, 0, 2), + (118376, "639201", 1, 0, 2), + (118377, "639002", 1, 0, 2), + (118378, "639206", 1, 0, 2), + (118379, "639206", 1, 0, 2), + (118380, "639206", 1, 0, 2), + (118381, "639206", 1, 0, 2), + (118382, "639206", 1, 0, 2), + (118383, "639206", 1, 0, 2), + (118384, "639206", 1, 0, 2), + (118385, "639206", 1, 0, 2), + (118386, "639007", 1, 0, 2), + (118387, "639007", 1, 0, 2), + (118388, "639005", 1, 0, 2), + (118389, "639005", 1, 0, 2), + (118390, "639005", 1, 0, 2), + (118391, "639003", 1, 0, 2), + (118392, "639003", 1, 0, 2), + (118393, "639003", 1, 0, 2), + (118394, "639003", 1, 0, 2), + (118395, "639003", 1, 0, 2), + (118396, "639116", 1, 0, 2), + (118397, "639116", 1, 0, 2), + (118398, "639116", 1, 0, 2), + (118399, "639117", 1, 0, 2), + (118400, "639117", 1, 0, 2), + (118401, "639117", 1, 0, 2), + (118402, "639117", 1, 0, 2), + (118403, "639118", 1, 0, 2), + (118404, "639118", 1, 0, 2), + (118405, "639118", 1, 0, 2), + (118406, "639118", 1, 0, 2), + (118407, "639118", 1, 0, 2), + (118408, "639006", 1, 0, 2), + (118409, "621301", 1, 0, 2), + (118410, "621301", 1, 0, 2), + (118411, "621301", 1, 0, 2), + (118412, "621301", 1, 0, 2), + (118413, "621301", 1, 0, 2), + (118414, "621301", 1, 0, 2), + (118415, "639119", 1, 0, 2), + (118416, "621301", 1, 0, 2), + (118417, "639119", 1, 0, 2), + (118418, "621301", 1, 0, 2), + (118419, "621301", 1, 0, 2), + (118420, "639119", 1, 0, 2), + (118421, "621302", 1, 0, 2), + (118422, "621302", 1, 0, 2), + (118423, "621302", 1, 0, 2), + (118424, "621302", 1, 0, 2), + (118425, "621302", 1, 0, 2), + (118426, "621302", 1, 0, 2), + (118427, "621302", 1, 0, 2), + (118428, "621302", 1, 0, 2), + (118429, "621305", 1, 0, 2), + (118430, "621305", 1, 0, 2), + (118431, "621305", 1, 0, 2), + (118432, "621305", 1, 0, 2), + (118433, "621305", 1, 0, 2), + (118434, "639102", 1, 0, 2), + (118435, "639102", 1, 0, 2), + (118436, "639102", 1, 0, 2), + (118437, "639102", 1, 0, 2), + (118438, "639102", 1, 0, 2), + (118439, "639102", 1, 0, 2), + (118440, "639104", 1, 0, 2), + (118441, "639104", 1, 0, 2), + (118442, "639105", 1, 0, 2), + (118443, "639105", 1, 0, 2), + (118444, "639105", 1, 0, 2), + (118445, "639105", 1, 0, 2), + (118446, "639105", 1, 0, 2), + (118447, "639105", 1, 0, 2), + (118448, "639105", 1, 0, 2), + (118449, "639105", 1, 0, 2), + (118450, "639105", 1, 0, 2), + (118451, "621306", 1, 0, 2), + (118452, "621312", 1, 0, 2), + (118453, "621312", 1, 0, 2), + (118454, "621306", 1, 0, 2), + (118455, "621306", 1, 0, 2), + (118456, "621306", 1, 0, 2), + (118457, "621306", 1, 0, 2), + (118458, "621306", 1, 0, 2), + (118459, "621312", 1, 0, 2), + (118460, "621306", 1, 0, 2), + (118461, "621307", 1, 0, 2), + (118462, "625706", 1, 0, 2), + (118463, "625503", 1, 0, 2), + (118464, "625022", 1, 0, 2), + (118465, "625702", 1, 0, 2), + (118466, "625122", 1, 0, 2), + (118467, "625503", 1, 0, 2), + (118468, "625503", 1, 0, 2), + (118469, "625402", 1, 0, 2), + (118470, "625402", 1, 0, 2), + (118471, "625402", 1, 0, 2), + (118472, "625402", 1, 0, 2), + (118473, "625402", 1, 0, 2), + (118474, "625018", 1, 0, 2), + (118475, "625018", 1, 0, 2), + (118476, "625221", 1, 0, 2), + (118477, "625221", 1, 0, 2), + (118478, "625221", 1, 0, 2), + (118479, "625221", 1, 0, 2), + (118480, "625221", 1, 0, 2), + (118481, "625221", 1, 0, 2), + (118482, "625234", 1, 0, 2), + (118483, "625234", 1, 0, 2), + (118484, "625234", 1, 0, 2), + (118485, "625018", 1, 0, 2), + (118486, "625218", 1, 0, 2), + (118487, "625218", 1, 0, 2), + (118488, "625218", 1, 0, 2), + (118489, "625703", 1, 0, 2), + (118490, "625008", 1, 0, 2), + (118491, "625008", 1, 0, 2), + (118492, "625708", 1, 0, 2), + (118493, "625708", 1, 0, 2), + (118494, "625708", 1, 0, 2), + (118495, "625003", 1, 0, 2), + (118496, "625703", 1, 0, 2), + (118497, "625703", 1, 0, 2), + (118498, "625703", 1, 0, 2), + (118499, "625703", 1, 0, 2), + (118500, "625703", 1, 0, 2), + (118501, "625703", 1, 0, 2), + (118502, "625703", 1, 0, 2), + (118503, "625022", 1, 0, 2), + (118504, "625022", 1, 0, 2), + (118505, "625022", 1, 0, 2), + (118506, "625022", 1, 0, 2), + (118507, "625022", 1, 0, 2), + (118508, "625022", 1, 0, 2), + (118509, "625022", 1, 0, 2), + (118510, "625022", 1, 0, 2), + (118511, "625022", 1, 0, 2), + (118512, "625022", 1, 0, 2), + (118513, "625101", 1, 0, 2), + (118514, "625101", 1, 0, 2), + (118515, "625101", 1, 0, 2), + (118516, "625101", 1, 0, 2), + (118517, "625101", 1, 0, 2), + (118518, "625102", 1, 0, 2), + (118519, "625102", 1, 0, 2), + (118520, "625102", 1, 0, 2), + (118521, "625102", 1, 0, 2), + (118522, "625103", 1, 0, 2), + (118523, "625103", 1, 0, 2), + (118524, "625103", 1, 0, 2), + (118525, "625103", 1, 0, 2), + (118526, "625103", 1, 0, 2), + (118527, "625103", 1, 0, 2), + (118528, "625103", 1, 0, 2), + (118529, "625103", 1, 0, 2), + (118530, "625103", 1, 0, 2), + (118531, "625103", 1, 0, 2), + (118532, "625104", 1, 0, 2), + (118533, "625104", 1, 0, 2), + (118534, "625104", 1, 0, 2), + (118535, "625105", 1, 0, 2), + (118536, "625105", 1, 0, 2), + (118537, "625105", 1, 0, 2), + (118538, "625105", 1, 0, 2), + (118539, "625105", 1, 0, 2), + (118540, "625701", 1, 0, 2), + (118541, "625701", 1, 0, 2), + (118542, "625701", 1, 0, 2), + (118543, "625701", 1, 0, 2), + (118544, "625701", 1, 0, 2), + (118545, "625701", 1, 0, 2), + (118546, "625701", 1, 0, 2), + (118547, "625702", 1, 0, 2), + (118548, "625702", 1, 0, 2), + (118549, "625702", 1, 0, 2), + (118550, "625702", 1, 0, 2), + (118551, "625702", 1, 0, 2), + (118552, "625702", 1, 0, 2), + (118553, "625702", 1, 0, 2), + (118554, "625702", 1, 0, 2), + (118555, "625702", 1, 0, 2), + (118556, "625008", 1, 0, 2), + (118557, "625008", 1, 0, 2), + (118558, "625008", 1, 0, 2), + (118559, "625106", 1, 0, 2), + (118560, "625106", 1, 0, 2), + (118561, "625106", 1, 0, 2), + (118562, "625106", 1, 0, 2), + (118563, "625106", 1, 0, 2), + (118564, "625106", 1, 0, 2), + (118565, "625106", 1, 0, 2), + (118566, "625106", 1, 0, 2), + (118567, "625009", 1, 0, 2), + (118568, "625009", 1, 0, 2), + (118569, "625009", 1, 0, 2), + (118570, "625009", 1, 0, 2), + (118571, "625009", 1, 0, 2), + (118572, "625014", 1, 0, 2), + (118573, "625014", 1, 0, 2), + (118574, "625014", 1, 0, 2), + (118575, "625014", 1, 0, 2), + (118576, "625014", 1, 0, 2), + (118577, "625014", 1, 0, 2), + (118578, "625107", 1, 0, 2), + (118579, "625107", 1, 0, 2), + (118580, "625107", 1, 0, 2), + (118581, "625107", 1, 0, 2), + (118582, "625107", 1, 0, 2), + (118583, "625201", 1, 0, 2), + (118584, "625201", 1, 0, 2), + (118585, "625201", 1, 0, 2), + (118586, "625122", 1, 0, 2), + (118587, "625122", 1, 0, 2), + (118588, "625706", 1, 0, 2), + (118589, "625706", 1, 0, 2), + (118590, "625706", 1, 0, 2), + (118591, "625706", 1, 0, 2), + (118592, "625706", 1, 0, 2), + (118593, "625706", 1, 0, 2), + (118594, "625706", 1, 0, 2), + (118595, "625706", 1, 0, 2), + (118596, "625706", 1, 0, 2), + (118597, "625706", 1, 0, 2), + (118598, "625706", 1, 0, 2), + (118599, "625514", 1, 0, 2), + (118600, "625514", 1, 0, 2), + (118601, "625514", 1, 0, 2), + (118602, "625514", 1, 0, 2), + (118603, "625514", 1, 0, 2), + (118604, "625514", 1, 0, 2), + (118605, "625514", 1, 0, 2), + (118606, "625016", 1, 0, 2), + (118607, "625016", 1, 0, 2), + (118608, "625016", 1, 0, 2), + (118609, "625234", 1, 0, 2), + (118610, "625234", 1, 0, 2), + (118611, "625019", 1, 0, 2), + (118612, "625019", 1, 0, 2), + (118613, "625205", 1, 0, 2), + (118614, "625205", 1, 0, 2), + (118615, "625205", 1, 0, 2), + (118616, "625207", 1, 0, 2), + (118617, "625207", 1, 0, 2), + (118618, "625207", 1, 0, 2), + (118619, "625207", 1, 0, 2), + (118620, "625207", 1, 0, 2), + (118621, "625207", 1, 0, 2), + (118622, "625019", 1, 0, 2), + (118623, "625019", 1, 0, 2), + (118624, "625019", 1, 0, 2), + (118625, "625021", 1, 0, 2), + (118626, "625021", 1, 0, 2), + (118627, "625503", 1, 0, 2), + (118628, "625503", 1, 0, 2), + (118629, "625503", 1, 0, 2), + (118630, "625706", 1, 0, 2), + (118631, "625706", 1, 0, 2), + (118632, "625706", 1, 0, 2), + (118633, "625706", 1, 0, 2), + (118634, "625707", 1, 0, 2), + (118635, "625707", 1, 0, 2), + (118636, "625707", 1, 0, 2), + (118637, "625301", 1, 0, 2), + (118638, "625301", 1, 0, 2), + (118639, "625301", 1, 0, 2), + (118640, "625301", 1, 0, 2), + (118641, "625301", 1, 0, 2), + (118642, "625301", 1, 0, 2), + (118643, "625301", 1, 0, 2), + (118644, "625301", 1, 0, 2), + (118645, "625017", 1, 0, 2), + (118646, "625017", 1, 0, 2), + (118647, "625017", 1, 0, 2), + (118648, "625017", 1, 0, 2), + (118649, "625020", 1, 0, 2), + (118650, "625020", 1, 0, 2), + (118651, "625020", 1, 0, 2), + (118652, "625020", 1, 0, 2), + (118653, "625020", 1, 0, 2), + (118654, "625020", 1, 0, 2), + (118655, "625101", 1, 0, 2), + (118656, "625101", 1, 0, 2), + (118657, "625101", 1, 0, 2), + (118658, "625006", 1, 0, 2), + (118659, "625006", 1, 0, 2), + (118660, "625005", 1, 0, 2), + (118661, "625005", 1, 0, 2), + (118662, "625704", 1, 0, 2), + (118663, "625704", 1, 0, 2), + (118664, "625704", 1, 0, 2), + (118665, "625704", 1, 0, 2), + (118666, "625704", 1, 0, 2), + (118667, "625704", 1, 0, 2), + (118668, "625704", 1, 0, 2), + (118669, "625704", 1, 0, 2), + (118670, "625706", 1, 0, 2), + (118671, "625706", 1, 0, 2), + (118672, "625706", 1, 0, 2), + (118673, "625122", 1, 0, 2), + (118674, "625122", 1, 0, 2), + (118675, "625108", 1, 0, 2), + (118676, "625108", 1, 0, 2), + (118677, "625108", 1, 0, 2), + (118678, "625110", 1, 0, 2), + (118679, "625110", 1, 0, 2), + (118680, "625109", 1, 0, 2), + (118681, "625109", 1, 0, 2), + (118682, "625109", 1, 0, 2), + (118683, "625109", 1, 0, 2), + (118684, "625109", 1, 0, 2), + (118685, "625109", 1, 0, 2), + (118686, "625109", 1, 0, 2), + (118687, "625501", 1, 0, 2), + (118688, "625501", 1, 0, 2), + (118689, "625501", 1, 0, 2), + (118690, "625501", 1, 0, 2), + (118691, "625501", 1, 0, 2), + (118692, "625501", 1, 0, 2), + (118693, "625501", 1, 0, 2), + (118694, "625501", 1, 0, 2), + (118695, "625514", 1, 0, 2), + (118696, "625514", 1, 0, 2), + (118697, "625009", 1, 0, 2), + (118698, "625501", 1, 0, 2), + (118699, "625207", 1, 0, 2), + (118700, "637019", 1, 0, 2), + (118701, "637204", 1, 0, 2), + (118702, "637018", 1, 0, 2), + (118703, "637302", 1, 0, 2), + (118704, "638008", 1, 0, 2), + (118705, "637102", 1, 0, 2), + (118706, "637303", 1, 0, 2), + (118707, "638183", 1, 0, 2), + (118708, "638183", 1, 0, 2), + (118709, "638183", 1, 0, 2), + (118710, "637002", 1, 0, 2), + (118711, "637002", 1, 0, 2), + (118712, "637002", 1, 0, 2), + (118713, "637002", 1, 0, 2), + (118714, "637002", 1, 0, 2), + (118715, "637002", 1, 0, 2), + (118716, "637002", 1, 0, 2), + (118717, "637002", 1, 0, 2), + (118718, "637002", 1, 0, 2), + (118719, "637202", 1, 0, 2), + (118720, "637202", 1, 0, 2), + (118721, "637202", 1, 0, 2), + (118722, "637202", 1, 0, 2), + (118723, "637202", 1, 0, 2), + (118724, "637202", 1, 0, 2), + (118725, "637202", 1, 0, 2), + (118726, "637202", 1, 0, 2), + (118727, "637107", 1, 0, 2), + (118728, "637107", 1, 0, 2), + (118729, "637102", 1, 0, 2), + (118730, "637102", 1, 0, 2), + (118731, "637102", 1, 0, 2), + (118732, "637102", 1, 0, 2), + (118733, "637102", 1, 0, 2), + (118734, "637102", 1, 0, 2), + (118735, "637105", 1, 0, 2), + (118736, "637105", 1, 0, 2), + (118737, "637105", 1, 0, 2), + (118738, "637105", 1, 0, 2), + (118739, "637105", 1, 0, 2), + (118740, "637205", 1, 0, 2), + (118741, "637205", 1, 0, 2), + (118742, "637205", 1, 0, 2), + (118743, "637205", 1, 0, 2), + (118744, "637205", 1, 0, 2), + (118745, "637205", 1, 0, 2), + (118746, "637205", 1, 0, 2), + (118747, "638181", 1, 0, 2), + (118748, "638182", 1, 0, 2), + (118749, "638182", 1, 0, 2), + (118750, "638182", 1, 0, 2), + (118751, "638182", 1, 0, 2), + (118752, "638182", 1, 0, 2), + (118753, "637303", 1, 0, 2), + (118754, "637303", 1, 0, 2), + (118755, "637303", 1, 0, 2), + (118756, "637303", 1, 0, 2), + (118757, "637303", 1, 0, 2), + (118758, "637303", 1, 0, 2), + (118759, "637107", 1, 0, 2), + (118760, "637209", 1, 0, 2), + (118761, "637209", 1, 0, 2), + (118762, "637209", 1, 0, 2), + (118763, "637209", 1, 0, 2), + (118764, "637209", 1, 0, 2), + (118765, "637209", 1, 0, 2), + (118766, "637209", 1, 0, 2), + (118767, "637215", 1, 0, 2), + (118768, "637101", 1, 0, 2), + (118769, "637101", 1, 0, 2), + (118770, "637101", 1, 0, 2), + (118771, "637101", 1, 0, 2), + (118772, "637101", 1, 0, 2), + (118773, "637101", 1, 0, 2), + (118774, "637101", 1, 0, 2), + (118775, "637101", 1, 0, 2), + (118776, "637101", 1, 0, 2), + (118777, "637410", 1, 0, 2), + (118778, "637410", 1, 0, 2), + (118779, "637410", 1, 0, 2), + (118780, "637410", 1, 0, 2), + (118781, "637410", 1, 0, 2), + (118782, "637203", 1, 0, 2), + (118783, "637203", 1, 0, 2), + (118784, "637203", 1, 0, 2), + (118785, "637203", 1, 0, 2), + (118786, "637203", 1, 0, 2), + (118787, "637003", 1, 0, 2), + (118788, "637003", 1, 0, 2), + (118789, "637003", 1, 0, 2), + (118790, "637003", 1, 0, 2), + (118791, "637003", 1, 0, 2), + (118792, "637003", 1, 0, 2), + (118793, "637003", 1, 0, 2), + (118794, "637214", 1, 0, 2), + (118795, "637214", 1, 0, 2), + (118796, "637214", 1, 0, 2), + (118797, "637301", 1, 0, 2), + (118798, "637301", 1, 0, 2), + (118799, "637301", 1, 0, 2), + (118800, "637014", 1, 0, 2), + (118801, "637405", 1, 0, 2), + (118802, "637013", 1, 0, 2), + (118803, "637014", 1, 0, 2), + (118804, "637014", 1, 0, 2), + (118805, "637411", 1, 0, 2), + (118806, "637411", 1, 0, 2), + (118807, "637411", 1, 0, 2), + (118808, "637411", 1, 0, 2), + (118809, "637411", 1, 0, 2), + (118810, "637411", 1, 0, 2), + (118811, "637411", 1, 0, 2), + (118812, "637411", 1, 0, 2), + (118813, "637411", 1, 0, 2), + (118814, "637411", 1, 0, 2), + (118815, "637411", 1, 0, 2), + (118816, "637411", 1, 0, 2), + (118817, "637411", 1, 0, 2), + (118818, "637411", 1, 0, 2), + (118819, "637411", 1, 0, 2), + (118820, "637411", 1, 0, 2), + (118821, "637017", 1, 0, 2), + (118822, "637017", 1, 0, 2), + (118823, "637212", 1, 0, 2), + (118824, "637212", 1, 0, 2), + (118825, "637212", 1, 0, 2), + (118826, "637212", 1, 0, 2), + (118827, "637212", 1, 0, 2), + (118828, "637019", 1, 0, 2), + (118829, "637019", 1, 0, 2), + (118830, "637019", 1, 0, 2), + (118831, "637019", 1, 0, 2), + (118832, "637019", 1, 0, 2), + (118833, "637019", 1, 0, 2), + (118834, "637204", 1, 0, 2), + (118835, "637204", 1, 0, 2), + (118836, "637304", 1, 0, 2), + (118837, "637304", 1, 0, 2), + (118838, "637304", 1, 0, 2), + (118839, "637304", 1, 0, 2), + (118840, "637304", 1, 0, 2), + (118841, "637210", 1, 0, 2), + (118842, "637210", 1, 0, 2), + (118843, "637210", 1, 0, 2), + (118844, "637210", 1, 0, 2), + (118845, "637210", 1, 0, 2), + (118846, "637207", 1, 0, 2), + (118847, "637207", 1, 0, 2), + (118848, "637207", 1, 0, 2), + (118849, "637207", 1, 0, 2), + (118850, "637207", 1, 0, 2), + (118851, "637207", 1, 0, 2), + (118852, "637206", 1, 0, 2), + (118853, "637206", 1, 0, 2), + (118854, "637206", 1, 0, 2), + (118855, "637206", 1, 0, 2), + (118856, "637020", 1, 0, 2), + (118857, "637020", 1, 0, 2), + (118858, "637018", 1, 0, 2), + (118859, "637018", 1, 0, 2), + (118860, "637018", 1, 0, 2), + (118861, "637018", 1, 0, 2), + (118862, "637018", 1, 0, 2), + (118863, "637411", 1, 0, 2), + (118864, "637411", 1, 0, 2), + (118865, "637411", 1, 0, 2), + (118866, "637411", 1, 0, 2), + (118867, "637411", 1, 0, 2), + (118868, "637411", 1, 0, 2), + (118869, "637411", 1, 0, 2), + (118870, "637411", 1, 0, 2), + (118871, "637411", 1, 0, 2), + (118872, "637402", 1, 0, 2), + (118873, "637404", 1, 0, 2), + (118874, "637404", 1, 0, 2), + (118875, "637404", 1, 0, 2), + (118876, "637404", 1, 0, 2), + (118877, "637404", 1, 0, 2), + (118878, "637404", 1, 0, 2), + (118879, "637404", 1, 0, 2), + (118880, "637405", 1, 0, 2), + (118881, "637405", 1, 0, 2), + (118882, "637405", 1, 0, 2), + (118883, "637405", 1, 0, 2), + (118884, "637020", 1, 0, 2), + (118885, "637020", 1, 0, 2), + (118886, "637020", 1, 0, 2), + (118887, "637020", 1, 0, 2), + (118888, "637020", 1, 0, 2), + (118889, "637301", 1, 0, 2), + (118890, "637301", 1, 0, 2), + (118891, "637301", 1, 0, 2), + (118892, "637302", 1, 0, 2), + (118893, "637302", 1, 0, 2), + (118894, "637302", 1, 0, 2), + (118895, "637302", 1, 0, 2), + (118896, "637013", 1, 0, 2), + (118897, "637015", 1, 0, 2), + (118898, "637409", 1, 0, 2), + (118899, "637409", 1, 0, 2), + (118900, "637101", 1, 0, 2), + (118901, "637102", 1, 0, 2), + (118902, "637203", 1, 0, 2), + (118903, "637103", 1, 0, 2), + (118904, "637410", 1, 0, 2), + (118905, "637410", 1, 0, 2), + (118906, "638182", 1, 0, 2), + (118907, "637015", 1, 0, 2), + (118908, "637015", 1, 0, 2), + (118909, "637015", 1, 0, 2), + (118910, "637015", 1, 0, 2), + (118911, "637018", 1, 0, 2), + (118912, "637206", 1, 0, 2), + (118913, "637201", 1, 0, 2), + (118914, "637201", 1, 0, 2), + (118915, "637201", 1, 0, 2), + (118916, "637201", 1, 0, 2), + (118917, "637201", 1, 0, 2), + (118918, "637201", 1, 0, 2), + (118919, "637201", 1, 0, 2), + (118920, "638008", 1, 0, 2), + (118921, "638008", 1, 0, 2), + (118922, "638008", 1, 0, 2), + (118923, "638008", 1, 0, 2), + (118924, "638183", 1, 0, 2), + (118925, "638008", 1, 0, 2), + (118926, "638008", 1, 0, 2), + (118927, "637213", 1, 0, 2), + (118928, "637213", 1, 0, 2), + (118929, "637213", 1, 0, 2), + (118930, "637213", 1, 0, 2), + (118931, "637213", 1, 0, 2), + (118932, "637213", 1, 0, 2), + (118933, "637208", 1, 0, 2), + (118934, "637208", 1, 0, 2), + (118935, "637208", 1, 0, 2), + (118936, "637208", 1, 0, 2), + (118937, "637503", 1, 0, 2), + (118938, "637503", 1, 0, 2), + (118939, "637503", 1, 0, 2), + (118940, "637503", 1, 0, 2), + (118941, "637503", 1, 0, 2), + (118942, "637503", 1, 0, 2), + (118943, "637503", 1, 0, 2), + (118944, "637503", 1, 0, 2), + (118945, "637503", 1, 0, 2), + (118946, "637104", 1, 0, 2), + (118947, "637104", 1, 0, 2), + (118948, "637104", 1, 0, 2), + (118949, "637102", 1, 0, 2), + (118950, "637102", 1, 0, 2), + (118951, "637102", 1, 0, 2), + (118952, "637102", 1, 0, 2), + (118953, "637019", 1, 0, 2), + (118954, "637021", 1, 0, 2), + (118955, "637021", 1, 0, 2), + (118956, "637021", 1, 0, 2), + (118957, "637021", 1, 0, 2), + (118958, "637017", 1, 0, 2), + (118959, "637017", 1, 0, 2), + (118960, "637017", 1, 0, 2), + (118961, "637405", 1, 0, 2), + (118962, "637013", 1, 0, 2), + (118963, "637013", 1, 0, 2), + (118964, "637013", 1, 0, 2), + (118965, "637013", 1, 0, 2), + (118966, "637013", 1, 0, 2), + (118967, "637013", 1, 0, 2), + (118968, "637013", 1, 0, 2), + (118969, "637212", 1, 0, 2), + (118970, "637212", 1, 0, 2), + (118971, "637212", 1, 0, 2), + (118972, "637212", 1, 0, 2), + (118973, "637212", 1, 0, 2), + (118974, "637409", 1, 0, 2), + (118975, "637409", 1, 0, 2), + (118976, "637409", 1, 0, 2), + (118977, "637103", 1, 0, 2), + (118978, "637103", 1, 0, 2), + (118979, "637103", 1, 0, 2), + (118980, "637103", 1, 0, 2), + (118981, "637103", 1, 0, 2), + (118982, "637103", 1, 0, 2), + (118983, "643217", 1, 0, 2), + (118984, "643211", 1, 0, 2), + (118985, "643225", 1, 0, 2), + (118986, "643202", 1, 0, 2), + (118987, "643202", 1, 0, 2), + (118988, "643204", 1, 0, 2), + (118989, "643102", 1, 0, 2), + (118990, "643102", 1, 0, 2), + (118991, "643102", 1, 0, 2), + (118992, "643102", 1, 0, 2), + (118993, "643102", 1, 0, 2), + (118994, "643102", 1, 0, 2), + (118995, "643102", 1, 0, 2), + (118996, "643102", 1, 0, 2), + (118997, "643102", 1, 0, 2), + (118998, "643217", 1, 0, 2), + (118999, "643213", 1, 0, 2), + (119000, "643213", 1, 0, 2), + (119001, "643213", 1, 0, 2), + (119002, "643214", 1, 0, 2), + (119003, "643214", 1, 0, 2), + (119004, "643214", 1, 0, 2), + (119005, "643216", 1, 0, 2), + (119006, "643216", 1, 0, 2), + (119007, "643217", 1, 0, 2), + (119008, "643217", 1, 0, 2), + (119009, "643217", 1, 0, 2), + (119010, "643217", 1, 0, 2), + (119011, "643217", 1, 0, 2), + (119012, "643217", 1, 0, 2), + (119013, "643217", 1, 0, 2), + (119014, "643217", 1, 0, 2), + (119015, "643217", 1, 0, 2), + (119016, "643217", 1, 0, 2), + (119017, "643211", 1, 0, 2), + (119018, "643211", 1, 0, 2), + (119019, "643211", 1, 0, 2), + (119020, "643211", 1, 0, 2), + (119021, "643211", 1, 0, 2), + (119022, "643211", 1, 0, 2), + (119023, "643211", 1, 0, 2), + (119024, "643211", 1, 0, 2), + (119025, "643212", 1, 0, 2), + (119026, "643212", 1, 0, 2), + (119027, "643212", 1, 0, 2), + (119028, "643212", 1, 0, 2), + (119029, "643005", 1, 0, 2), + (119030, "643005", 1, 0, 2), + (119031, "643005", 1, 0, 2), + (119032, "643005", 1, 0, 2), + (119033, "643005", 1, 0, 2), + (119034, "643215", 1, 0, 2), + (119035, "643215", 1, 0, 2), + (119036, "643215", 1, 0, 2), + (119037, "643003", 1, 0, 2), + (119038, "643003", 1, 0, 2), + (119039, "643003", 1, 0, 2), + (119040, "643003", 1, 0, 2), + (119041, "643003", 1, 0, 2), + (119042, "643220", 1, 0, 2), + (119043, "643220", 1, 0, 2), + (119044, "643223", 1, 0, 2), + (119045, "643223", 1, 0, 2), + (119046, "643223", 1, 0, 2), + (119047, "643224", 1, 0, 2), + (119048, "643224", 1, 0, 2), + (119049, "643224", 1, 0, 2), + (119050, "643225", 1, 0, 2), + (119051, "643226", 1, 0, 2), + (119052, "643237", 1, 0, 2), + (119053, "643237", 1, 0, 2), + (119054, "643228", 1, 0, 2), + (119055, "643228", 1, 0, 2), + (119056, "643002", 1, 0, 2), + (119057, "643002", 1, 0, 2), + (119058, "643002", 1, 0, 2), + (119059, "643002", 1, 0, 2), + (119060, "643002", 1, 0, 2), + (119061, "643002", 1, 0, 2), + (119062, "643241", 1, 0, 2), + (119063, "643241", 1, 0, 2), + (119064, "643240", 1, 0, 2), + (119065, "643240", 1, 0, 2), + (119066, "643205", 1, 0, 2), + (119067, "643207", 1, 0, 2), + (119068, "643218", 1, 0, 2), + (119069, "643219", 1, 0, 2), + (119070, "643219", 1, 0, 2), + (119071, "643219", 1, 0, 2), + (119072, "643219", 1, 0, 2), + (119073, "643219", 1, 0, 2), + (119074, "643219", 1, 0, 2), + (119075, "643221", 1, 0, 2), + (119076, "643221", 1, 0, 2), + (119077, "643238", 1, 0, 2), + (119078, "643103", 1, 0, 2), + (119079, "643103", 1, 0, 2), + (119080, "643242", 1, 0, 2), + (119081, "643231", 1, 0, 2), + (119082, "643206", 1, 0, 2), + (119083, "643206", 1, 0, 2), + (119084, "643206", 1, 0, 2), + (119085, "643206", 1, 0, 2), + (119086, "643206", 1, 0, 2), + (119087, "643007", 1, 0, 2), + (119088, "643007", 1, 0, 2), + (119089, "643209", 1, 0, 2), + (119090, "643209", 1, 0, 2), + (119091, "643209", 1, 0, 2), + (119092, "643004", 1, 0, 2), + (119093, "643004", 1, 0, 2), + (119094, "643004", 1, 0, 2), + (119095, "643004", 1, 0, 2), + (119096, "643004", 1, 0, 2), + (119097, "643004", 1, 0, 2), + (119098, "643004", 1, 0, 2), + (119099, "643211", 1, 0, 2), + (119100, "614902", 1, 0, 2), + (119101, "614904", 1, 0, 2), + (119102, "614803", 1, 0, 2), + (119103, "614613", 1, 0, 2), + (119104, "614806", 1, 0, 2), + (119105, "614704", 1, 0, 2), + (119106, "614809", 1, 0, 2), + (119107, "614706", 1, 0, 2), + (119108, "614706", 1, 0, 2), + (119109, "614706", 1, 0, 2), + (119110, "614706", 1, 0, 2), + (119111, "614810", 1, 0, 2), + (119112, "614810", 1, 0, 2), + (119113, "614715", 1, 0, 2), + (119114, "614715", 1, 0, 2), + (119115, "614715", 1, 0, 2), + (119116, "614715", 1, 0, 2), + (119117, "614715", 1, 0, 2), + (119118, "614715", 1, 0, 2), + (119119, "614715", 1, 0, 2), + (119120, "614715", 1, 0, 2), + (119121, "614715", 1, 0, 2), + (119122, "614704", 1, 0, 2), + (119123, "614704", 1, 0, 2), + (119124, "614711", 1, 0, 2), + (119125, "614711", 1, 0, 2), + (119126, "614711", 1, 0, 2), + (119127, "614711", 1, 0, 2), + (119128, "614711", 1, 0, 2), + (119129, "614711", 1, 0, 2), + (119130, "614711", 1, 0, 2), + (119131, "614711", 1, 0, 2), + (119132, "614711", 1, 0, 2), + (119133, "614714", 1, 0, 2), + (119134, "614714", 1, 0, 2), + (119135, "614714", 1, 0, 2), + (119136, "614714", 1, 0, 2), + (119137, "614714", 1, 0, 2), + (119138, "614714", 1, 0, 2), + (119139, "614714", 1, 0, 2), + (119140, "614714", 1, 0, 2), + (119141, "614714", 1, 0, 2), + (119142, "614712", 1, 0, 2), + (119143, "614712", 1, 0, 2), + (119144, "614712", 1, 0, 2), + (119145, "614712", 1, 0, 2), + (119146, "614712", 1, 0, 2), + (119147, "614809", 1, 0, 2), + (119148, "614809", 1, 0, 2), + (119149, "614809", 1, 0, 2), + (119150, "614809", 1, 0, 2), + (119151, "614809", 1, 0, 2), + (119152, "614904", 1, 0, 2), + (119153, "614904", 1, 0, 2), + (119154, "614904", 1, 0, 2), + (119155, "614904", 1, 0, 2), + (119156, "614904", 1, 0, 2), + (119157, "614602", 1, 0, 2), + (119158, "614602", 1, 0, 2), + (119159, "614602", 1, 0, 2), + (119160, "614602", 1, 0, 2), + (119161, "614602", 1, 0, 2), + (119162, "614602", 1, 0, 2), + (119163, "614602", 1, 0, 2), + (119164, "614602", 1, 0, 2), + (119165, "614602", 1, 0, 2), + (119166, "614602", 1, 0, 2), + (119167, "614906", 1, 0, 2), + (119168, "614906", 1, 0, 2), + (119169, "614906", 1, 0, 2), + (119170, "614906", 1, 0, 2), + (119171, "614625", 1, 0, 2), + (119172, "614625", 1, 0, 2), + (119173, "614625", 1, 0, 2), + (119174, "614625", 1, 0, 2), + (119175, "614625", 1, 0, 2), + (119176, "614625", 1, 0, 2), + (119177, "614625", 1, 0, 2), + (119178, "614625", 1, 0, 2), + (119179, "614625", 1, 0, 2), + (119180, "614625", 1, 0, 2), + (119181, "614902", 1, 0, 2), + (119182, "614902", 1, 0, 2), + (119183, "614612", 1, 0, 2), + (119184, "614802", 1, 0, 2), + (119185, "614802", 1, 0, 2), + (119186, "614802", 1, 0, 2), + (119187, "614802", 1, 0, 2), + (119188, "614612", 1, 0, 2), + (119189, "614802", 1, 0, 2), + (119190, "614802", 1, 0, 2), + (119191, "614612", 1, 0, 2), + (119192, "614903", 1, 0, 2), + (119193, "614903", 1, 0, 2), + (119194, "614903", 1, 0, 2), + (119195, "614903", 1, 0, 2), + (119196, "614903", 1, 0, 2), + (119197, "614903", 1, 0, 2), + (119198, "614903", 1, 0, 2), + (119199, "614903", 1, 0, 2), + (119200, "614903", 1, 0, 2), + (119201, "614903", 1, 0, 2), + (119202, "614903", 1, 0, 2), + (119203, "614723", 1, 0, 2), + (119204, "614723", 1, 0, 2), + (119205, "614723", 1, 0, 2), + (119206, "614723", 1, 0, 2), + (119207, "614904", 1, 0, 2), + (119208, "614904", 1, 0, 2), + (119209, "614904", 1, 0, 2), + (119210, "614904", 1, 0, 2), + (119211, "614803", 1, 0, 2), + (119212, "614803", 1, 0, 2), + (119213, "614803", 1, 0, 2), + (119214, "614803", 1, 0, 2), + (119215, "614626", 1, 0, 2), + (119216, "614626", 1, 0, 2), + (119217, "614626", 1, 0, 2), + (119218, "614626", 1, 0, 2), + (119219, "614626", 1, 0, 2), + (119220, "614626", 1, 0, 2), + (119221, "614626", 1, 0, 2), + (119222, "614626", 1, 0, 2), + (119223, "614804", 1, 0, 2), + (119224, "614804", 1, 0, 2), + (119225, "614804", 1, 0, 2), + (119226, "614804", 1, 0, 2), + (119227, "614804", 1, 0, 2), + (119228, "614804", 1, 0, 2), + (119229, "614804", 1, 0, 2), + (119230, "614804", 1, 0, 2), + (119231, "614804", 1, 0, 2), + (119232, "614804", 1, 0, 2), + (119233, "614804", 1, 0, 2), + (119234, "614612", 1, 0, 2), + (119235, "614612", 1, 0, 2), + (119236, "614612", 1, 0, 2), + (119237, "614602", 1, 0, 2), + (119238, "614602", 1, 0, 2), + (119239, "614602", 1, 0, 2), + (119240, "614613", 1, 0, 2), + (119241, "614613", 1, 0, 2), + (119242, "614613", 1, 0, 2), + (119243, "614613", 1, 0, 2), + (119244, "614613", 1, 0, 2), + (119245, "614613", 1, 0, 2), + (119246, "614613", 1, 0, 2), + (119247, "614614", 1, 0, 2), + (119248, "614614", 1, 0, 2), + (119249, "614614", 1, 0, 2), + (119250, "614614", 1, 0, 2), + (119251, "614614", 1, 0, 2), + (119252, "614628", 1, 0, 2), + (119253, "614628", 1, 0, 2), + (119254, "614628", 1, 0, 2), + (119255, "614628", 1, 0, 2), + (119256, "614628", 1, 0, 2), + (119257, "614628", 1, 0, 2), + (119258, "614628", 1, 0, 2), + (119259, "614905", 1, 0, 2), + (119260, "614905", 1, 0, 2), + (119261, "614707", 1, 0, 2), + (119262, "614707", 1, 0, 2), + (119263, "614707", 1, 0, 2), + (119264, "614707", 1, 0, 2), + (119265, "614707", 1, 0, 2), + (119266, "614707", 1, 0, 2), + (119267, "614702", 1, 0, 2), + (119268, "614702", 1, 0, 2), + (119269, "614702", 1, 0, 2), + (119270, "614806", 1, 0, 2), + (119271, "614806", 1, 0, 2), + (119272, "614806", 1, 0, 2), + (119273, "614806", 1, 0, 2), + (119274, "614806", 1, 0, 2), + (119275, "614806", 1, 0, 2), + (119276, "614716", 1, 0, 2), + (119277, "614716", 1, 0, 2), + (119278, "614716", 1, 0, 2), + (119279, "614716", 1, 0, 2), + (119280, "614807", 1, 0, 2), + (119281, "614703", 1, 0, 2), + (119282, "614703", 1, 0, 2), + (119283, "614703", 1, 0, 2), + (119284, "614703", 1, 0, 2), + (119285, "614703", 1, 0, 2), + (119286, "614703", 1, 0, 2), + (119287, "614703", 1, 0, 2), + (119288, "614703", 1, 0, 2), + (119289, "614703", 1, 0, 2), + (119290, "614703", 1, 0, 2), + (119291, "614808", 1, 0, 2), + (119292, "614808", 1, 0, 2), + (119293, "614808", 1, 0, 2), + (119294, "614808", 1, 0, 2), + (119295, "614704", 1, 0, 2), + (119296, "614704", 1, 0, 2), + (119297, "614704", 1, 0, 2), + (119298, "614704", 1, 0, 2), + (119299, "614704", 1, 0, 2), + (119300, "614704", 1, 0, 2), + (119301, "614704", 1, 0, 2), + (119302, "614701", 1, 0, 2), + (119303, "614701", 1, 0, 2), + (119304, "614615", 1, 0, 2), + (119305, "614615", 1, 0, 2), + (119306, "614615", 1, 0, 2), + (119307, "614615", 1, 0, 2), + (119308, "614901", 1, 0, 2), + (119309, "614901", 1, 0, 2), + (119310, "614901", 1, 0, 2), + (119311, "614901", 1, 0, 2), + (119312, "614901", 1, 0, 2), + (119313, "614901", 1, 0, 2), + (119314, "614623", 1, 0, 2), + (119315, "614623", 1, 0, 2), + (119316, "614623", 1, 0, 2), + (119317, "614902", 1, 0, 2), + (119318, "614902", 1, 0, 2), + (119319, "614902", 1, 0, 2), + (119320, "614902", 1, 0, 2), + (119321, "614902", 1, 0, 2), + (119322, "614902", 1, 0, 2), + (119323, "614902", 1, 0, 2), + (119324, "614902", 1, 0, 2), + (119325, "614902", 1, 0, 2), + (119326, "614902", 1, 0, 2), + (119327, "642109", 1, 0, 2), + (119328, "642123", 1, 0, 2), + (119329, "642127", 1, 0, 2), + (119330, "642107", 1, 0, 2), + (119331, "642113", 1, 0, 2), + (119332, "642132", 1, 0, 2), + (119333, "642207", 1, 0, 2), + (119334, "642132", 1, 0, 2), + (119335, "641202", 1, 0, 2), + (119336, "641202", 1, 0, 2), + (119337, "641202", 1, 0, 2), + (119338, "642133", 1, 0, 2), + (119339, "642133", 1, 0, 2), + (119340, "642134", 1, 0, 2), + (119341, "642134", 1, 0, 2), + (119342, "642004", 1, 0, 2), + (119343, "642004", 1, 0, 2), + (119344, "642129", 1, 0, 2), + (119345, "642129", 1, 0, 2), + (119346, "642105", 1, 0, 2), + (119347, "642105", 1, 0, 2), + (119348, "642105", 1, 0, 2), + (119349, "642120", 1, 0, 2), + (119350, "642120", 1, 0, 2), + (119351, "642120", 1, 0, 2), + (119352, "642120", 1, 0, 2), + (119353, "642120", 1, 0, 2), + (119354, "642120", 1, 0, 2), + (119355, "642120", 1, 0, 2), + (119356, "642120", 1, 0, 2), + (119357, "642120", 1, 0, 2), + (119358, "642120", 1, 0, 2), + (119359, "642120", 1, 0, 2), + (119360, "642127", 1, 0, 2), + (119361, "642127", 1, 0, 2), + (119362, "642127", 1, 0, 2), + (119363, "642101", 1, 0, 2), + (119364, "642101", 1, 0, 2), + (119365, "642101", 1, 0, 2), + (119366, "642101", 1, 0, 2), + (119367, "642103", 1, 0, 2), + (119368, "642103", 1, 0, 2), + (119369, "642103", 1, 0, 2), + (119370, "642103", 1, 0, 2), + (119371, "642103", 1, 0, 2), + (119372, "642104", 1, 0, 2), + (119373, "642104", 1, 0, 2), + (119374, "642106", 1, 0, 2), + (119375, "642106", 1, 0, 2), + (119376, "642106", 1, 0, 2), + (119377, "642108", 1, 0, 2), + (119378, "642202", 1, 0, 2), + (119379, "642202", 1, 0, 2), + (119380, "642202", 1, 0, 2), + (119381, "642202", 1, 0, 2), + (119382, "642202", 1, 0, 2), + (119383, "642202", 1, 0, 2), + (119384, "642130", 1, 0, 2), + (119385, "642109", 1, 0, 2), + (119386, "642109", 1, 0, 2), + (119387, "642109", 1, 0, 2), + (119388, "642109", 1, 0, 2), + (119389, "642109", 1, 0, 2), + (119390, "642109", 1, 0, 2), + (119391, "642109", 1, 0, 2), + (119392, "642109", 1, 0, 2), + (119393, "642110", 1, 0, 2), + (119394, "642110", 1, 0, 2), + (119395, "642110", 1, 0, 2), + (119396, "642110", 1, 0, 2), + (119397, "642110", 1, 0, 2), + (119398, "642110", 1, 0, 2), + (119399, "642110", 1, 0, 2), + (119400, "642002", 1, 0, 2), + (119401, "642002", 1, 0, 2), + (119402, "642002", 1, 0, 2), + (119403, "642002", 1, 0, 2), + (119404, "642002", 1, 0, 2), + (119405, "642002", 1, 0, 2), + (119406, "642003", 1, 0, 2), + (119407, "642003", 1, 0, 2), + (119408, "642117", 1, 0, 2), + (119409, "642125", 1, 0, 2), + (119410, "642123", 1, 0, 2), + (119411, "642127", 1, 0, 2), + (119412, "642127", 1, 0, 2), + (119413, "642127", 1, 0, 2), + (119414, "642127", 1, 0, 2), + (119415, "642005", 1, 0, 2), + (119416, "642005", 1, 0, 2), + (119417, "642005", 1, 0, 2), + (119418, "642005", 1, 0, 2), + (119419, "642005", 1, 0, 2), + (119420, "642005", 1, 0, 2), + (119421, "642005", 1, 0, 2), + (119422, "642102", 1, 0, 2), + (119423, "642007", 1, 0, 2), + (119424, "642007", 1, 0, 2), + (119425, "642007", 1, 0, 2), + (119426, "642154", 1, 0, 2), + (119427, "642154", 1, 0, 2), + (119428, "642154", 1, 0, 2), + (119429, "642154", 1, 0, 2), + (119430, "642154", 1, 0, 2), + (119431, "642154", 1, 0, 2), + (119432, "642154", 1, 0, 2), + (119433, "642107", 1, 0, 2), + (119434, "642107", 1, 0, 2), + (119435, "642107", 1, 0, 2), + (119436, "642201", 1, 0, 2), + (119437, "642201", 1, 0, 2), + (119438, "642201", 1, 0, 2), + (119439, "642201", 1, 0, 2), + (119440, "642201", 1, 0, 2), + (119441, "642203", 1, 0, 2), + (119442, "642203", 1, 0, 2), + (119443, "642203", 1, 0, 2), + (119444, "642203", 1, 0, 2), + (119445, "642203", 1, 0, 2), + (119446, "642203", 1, 0, 2), + (119447, "642203", 1, 0, 2), + (119448, "642204", 1, 0, 2), + (119449, "642204", 1, 0, 2), + (119450, "642204", 1, 0, 2), + (119451, "642204", 1, 0, 2), + (119452, "642204", 1, 0, 2), + (119453, "642204", 1, 0, 2), + (119454, "642112", 1, 0, 2), + (119455, "642112", 1, 0, 2), + (119456, "642112", 1, 0, 2), + (119457, "642112", 1, 0, 2), + (119458, "642112", 1, 0, 2), + (119459, "642113", 1, 0, 2), + (119460, "642113", 1, 0, 2), + (119461, "642205", 1, 0, 2), + (119462, "642205", 1, 0, 2), + (119463, "642205", 1, 0, 2), + (119464, "642205", 1, 0, 2), + (119465, "642205", 1, 0, 2), + (119466, "642205", 1, 0, 2), + (119467, "642205", 1, 0, 2), + (119468, "642205", 1, 0, 2), + (119469, "642205", 1, 0, 2), + (119470, "642122", 1, 0, 2), + (119471, "642122", 1, 0, 2), + (119472, "642122", 1, 0, 2), + (119473, "642206", 1, 0, 2), + (119474, "642206", 1, 0, 2), + (119475, "642206", 1, 0, 2), + (119476, "642206", 1, 0, 2), + (119477, "642207", 1, 0, 2), + (119478, "642207", 1, 0, 2), + (119479, "642207", 1, 0, 2), + (119480, "642207", 1, 0, 2), + (119481, "642207", 1, 0, 2), + (119482, "609603", 1, 0, 2), + (119483, "609603", 1, 0, 2), + (119484, "611109", 1, 0, 2), + (119485, "611109", 1, 0, 2), + (119486, "611109", 1, 0, 2), + (119487, "611109", 1, 0, 2), + (119488, "611109", 1, 0, 2), + (119489, "611109", 1, 0, 2), + (119490, "611109", 1, 0, 2), + (119491, "611109", 1, 0, 2), + (119492, "609702", 1, 0, 2), + (119493, "609702", 1, 0, 2), + (119494, "609702", 1, 0, 2), + (119495, "609702", 1, 0, 2), + (119496, "609604", 1, 0, 2), + (119497, "611108", 1, 0, 2), + (119498, "611108", 1, 0, 2), + (119499, "611108", 1, 0, 2), + (119500, "611108", 1, 0, 2), + (119501, "611108", 1, 0, 2), + (119502, "613701", 1, 0, 2), + (119503, "610004", 1, 0, 2), + (119504, "613701", 1, 0, 2), + (119505, "610004", 1, 0, 2), + (119506, "609701", 1, 0, 2), + (119507, "609701", 1, 0, 2), + (119508, "610201", 1, 0, 2), + (119509, "610201", 1, 0, 2), + (119510, "610201", 1, 0, 2), + (119511, "610102", 1, 0, 2), + (119512, "610102", 1, 0, 2), + (119513, "610101", 1, 0, 2), + (119514, "610101", 1, 0, 2), + (119515, "610101", 1, 0, 2), + (119516, "610101", 1, 0, 2), + (119517, "611105", 1, 0, 2), + (119518, "611105", 1, 0, 2), + (119519, "611105", 1, 0, 2), + (119520, "611105", 1, 0, 2), + (119521, "611106", 1, 0, 2), + (119522, "611106", 1, 0, 2), + (119523, "611003", 1, 0, 2), + (119524, "611002", 1, 0, 2), + (119525, "611002", 1, 0, 2), + (119526, "611002", 1, 0, 2), + (119527, "611002", 1, 0, 2), + (119528, "611002", 1, 0, 2), + (119529, "611103", 1, 0, 2), + (119530, "611103", 1, 0, 2), + (119531, "611103", 1, 0, 2), + (119532, "611103", 1, 0, 2), + (119533, "611104", 1, 0, 2), + (119534, "611104", 1, 0, 2), + (119535, "611104", 1, 0, 2), + (119536, "611104", 1, 0, 2), + (119537, "609608", 1, 0, 2), + (119538, "609608", 1, 0, 2), + (119539, "609608", 1, 0, 2), + (119540, "611110", 1, 0, 2), + (119541, "611110", 1, 0, 2), + (119542, "611110", 1, 0, 2), + (119543, "609703", 1, 0, 2), + (119544, "609703", 1, 0, 2), + (119545, "609703", 1, 0, 2), + (119546, "609703", 1, 0, 2), + (119547, "609703", 1, 0, 2), + (119548, "611111", 1, 0, 2), + (119549, "611111", 1, 0, 2), + (119550, "611111", 1, 0, 2), + (119551, "611111", 1, 0, 2), + (119552, "611112", 1, 0, 2), + (119553, "611112", 1, 0, 2), + (119554, "611112", 1, 0, 2), + (119555, "610101", 1, 0, 2), + (119556, "610101", 1, 0, 2), + (119557, "610005", 1, 0, 2), + (119558, "610101", 1, 0, 2), + (119559, "610101", 1, 0, 2), + (119560, "610101", 1, 0, 2), + (119561, "610101", 1, 0, 2), + (119562, "610003", 1, 0, 2), + (119563, "613704", 1, 0, 2), + (119564, "610104", 1, 0, 2), + (119565, "610104", 1, 0, 2), + (119566, "610103", 1, 0, 2), + (119567, "610103", 1, 0, 2), + (119568, "610103", 1, 0, 2), + (119569, "610202", 1, 0, 2), + (119570, "610202", 1, 0, 2), + (119571, "610202", 1, 0, 2), + (119572, "609502", 1, 0, 2), + (119573, "610105", 1, 0, 2), + (119574, "610105", 1, 0, 2), + (119575, "610105", 1, 0, 2), + (119576, "610105", 1, 0, 2), + (119577, "610105", 1, 0, 2), + (119578, "610105", 1, 0, 2), + (119579, "610105", 1, 0, 2), + (119580, "610203", 1, 0, 2), + (119581, "610203", 1, 0, 2), + (119582, "610203", 1, 0, 2), + (119583, "610203", 1, 0, 2), + (119584, "610203", 1, 0, 2), + (119585, "610109", 1, 0, 2), + (119586, "609504", 1, 0, 2), + (119587, "609504", 1, 0, 2), + (119588, "610106", 1, 0, 2), + (119589, "609501", 1, 0, 2), + (119590, "609501", 1, 0, 2), + (119591, "612201", 1, 0, 2), + (119592, "612201", 1, 0, 2), + (119593, "612201", 1, 0, 2), + (119594, "612201", 1, 0, 2), + (119595, "612001", 1, 0, 2), + (119596, "612001", 1, 0, 2), + (119597, "612001", 1, 0, 2), + (119598, "612610", 1, 0, 2), + (119599, "612610", 1, 0, 2), + (119600, "612610", 1, 0, 2), + (119601, "612202", 1, 0, 2), + (119602, "612202", 1, 0, 2), + (119603, "612202", 1, 0, 2), + (119604, "612202", 1, 0, 2), + (119605, "609802", 1, 0, 2), + (119606, "612702", 1, 0, 2), + (119607, "612601", 1, 0, 2), + (119608, "613703", 1, 0, 2), + (119609, "613703", 1, 0, 2), + (119610, "613703", 1, 0, 2), + (119611, "613703", 1, 0, 2), + (119612, "613703", 1, 0, 2), + (119613, "613703", 1, 0, 2), + (119614, "613703", 1, 0, 2), + (119615, "612101", 1, 0, 2), + (119616, "612101", 1, 0, 2), + (119617, "612101", 1, 0, 2), + (119618, "612603", 1, 0, 2), + (119619, "609811", 1, 0, 2), + (119620, "612503", 1, 0, 2), + (119621, "612302", 1, 0, 2), + (119622, "612302", 1, 0, 2), + (119623, "612302", 1, 0, 2), + (119624, "612302", 1, 0, 2), + (119625, "612302", 1, 0, 2), + (119626, "612102", 1, 0, 2), + (119627, "612102", 1, 0, 2), + (119628, "612102", 1, 0, 2), + (119629, "609204", 1, 0, 2), + (119630, "609204", 1, 0, 2), + (119631, "609204", 1, 0, 2), + (119632, "612504", 1, 0, 2), + (119633, "612504", 1, 0, 2), + (119634, "612504", 1, 0, 2), + (119635, "612504", 1, 0, 2), + (119636, "612504", 1, 0, 2), + (119637, "612504", 1, 0, 2), + (119638, "612303", 1, 0, 2), + (119639, "612303", 1, 0, 2), + (119640, "609804", 1, 0, 2), + (119641, "609804", 1, 0, 2), + (119642, "609804", 1, 0, 2), + (119643, "612105", 1, 0, 2), + (119644, "612105", 1, 0, 2), + (119645, "612101", 1, 0, 2), + (119646, "609501", 1, 0, 2), + (119647, "609501", 1, 0, 2), + (119648, "609501", 1, 0, 2), + (119649, "609802", 1, 0, 2), + (119650, "609802", 1, 0, 2), + (119651, "612602", 1, 0, 2), + (119652, "612602", 1, 0, 2), + (119653, "612602", 1, 0, 2), + (119654, "612602", 1, 0, 2), + (119655, "612602", 1, 0, 2), + (119656, "612602", 1, 0, 2), + (119657, "612203", 1, 0, 2), + (119658, "612203", 1, 0, 2), + (119659, "612203", 1, 0, 2), + (119660, "612203", 1, 0, 2), + (119661, "612703", 1, 0, 2), + (119662, "612703", 1, 0, 2), + (119663, "612703", 1, 0, 2), + (119664, "612401", 1, 0, 2), + (119665, "612402", 1, 0, 2), + (119666, "612401", 1, 0, 2), + (119667, "612401", 1, 0, 2), + (119668, "612401", 1, 0, 2), + (119669, "613705", 1, 0, 2), + (119670, "613705", 1, 0, 2), + (119671, "613705", 1, 0, 2), + (119672, "612603", 1, 0, 2), + (119673, "612603", 1, 0, 2), + (119674, "612603", 1, 0, 2), + (119675, "612604", 1, 0, 2), + (119676, "612604", 1, 0, 2), + (119677, "612604", 1, 0, 2), + (119678, "612604", 1, 0, 2), + (119679, "612604", 1, 0, 2), + (119680, "612604", 1, 0, 2), + (119681, "612402", 1, 0, 2), + (119682, "612402", 1, 0, 2), + (119683, "612605", 1, 0, 2), + (119684, "612605", 1, 0, 2), + (119685, "612605", 1, 0, 2), + (119686, "612605", 1, 0, 2), + (119687, "612605", 1, 0, 2), + (119688, "612204", 1, 0, 2), + (119689, "612204", 1, 0, 2), + (119690, "612204", 1, 0, 2), + (119691, "612103", 1, 0, 2), + (119692, "612103", 1, 0, 2), + (119693, "610107", 1, 0, 2), + (119694, "610107", 1, 0, 2), + (119695, "610107", 1, 0, 2), + (119696, "610107", 1, 0, 2), + (119697, "612104", 1, 0, 2), + (119698, "612104", 1, 0, 2), + (119699, "612104", 1, 0, 2), + (119700, "612104", 1, 0, 2), + (119701, "612106", 1, 0, 2), + (119702, "609811", 1, 0, 2), + (119703, "609805", 1, 0, 2), + (119704, "609805", 1, 0, 2), + (119705, "609805", 1, 0, 2), + (119706, "612501", 1, 0, 2), + (119707, "612501", 1, 0, 2), + (119708, "612501", 1, 0, 2), + (119709, "612501", 1, 0, 2), + (119710, "612501", 1, 0, 2), + (119711, "609801", 1, 0, 2), + (119712, "609801", 1, 0, 2), + (119713, "609801", 1, 0, 2), + (119714, "609801", 1, 0, 2), + (119715, "609801", 1, 0, 2), + (119716, "612502", 1, 0, 2), + (119717, "612502", 1, 0, 2), + (119718, "609806", 1, 0, 2), + (119719, "609806", 1, 0, 2), + (119720, "609806", 1, 0, 2), + (119721, "609807", 1, 0, 2), + (119722, "609807", 1, 0, 2), + (119723, "609807", 1, 0, 2), + (119724, "609807", 1, 0, 2), + (119725, "612503", 1, 0, 2), + (119726, "612503", 1, 0, 2), + (119727, "612503", 1, 0, 2), + (119728, "612503", 1, 0, 2), + (119729, "611112", 1, 0, 2), + (119730, "611106", 1, 0, 2), + (119731, "610005", 1, 0, 2), + (119732, "610106", 1, 0, 2), + (119733, "610106", 1, 0, 2), + (119734, "610106", 1, 0, 2), + (119735, "609704", 1, 0, 2), + (119736, "609704", 1, 0, 2), + (119737, "609704", 1, 0, 2), + (119738, "610204", 1, 0, 2), + (119739, "610204", 1, 0, 2), + (119740, "610205", 1, 0, 2), + (119741, "610205", 1, 0, 2), + (119742, "610001", 1, 0, 2), + (119743, "610001", 1, 0, 2), + (119744, "610001", 1, 0, 2), + (119745, "610001", 1, 0, 2), + (119746, "610001", 1, 0, 2), + (119747, "610207", 1, 0, 2), + (119748, "610207", 1, 0, 2), + (119749, "610207", 1, 0, 2), + (119750, "610207", 1, 0, 2), + (119751, "611112", 1, 0, 2), + (119752, "611101", 1, 0, 2), + (119753, "611101", 1, 0, 2), + (119754, "611101", 1, 0, 2), + (119755, "611101", 1, 0, 2), + (119756, "613701", 1, 0, 2), + (119757, "613701", 1, 0, 2), + (119758, "611102", 1, 0, 2), + (119759, "611102", 1, 0, 2), + (119760, "609601", 1, 0, 2), + (119761, "500060", 1, 0, 22), + (119762, "500085", 1, 0, 22), + (119763, "500090", 1, 0, 22), + (119764, "500088", 1, 0, 22), + (119765, "500103", 1, 0, 22), + (119766, "500070", 1, 0, 22), + (119767, "500092", 1, 0, 22), + (119768, "500086", 1, 0, 22), + (119769, "500020", 1, 0, 22), + (119770, "508377", 1, 0, 22), + (119771, "503302", 1, 0, 22), + (119772, "503002", 1, 0, 22), + (119773, "503310", 1, 0, 22), + (119774, "503110", 1, 0, 22), + (119775, "503144", 1, 0, 22), + (119776, "503145", 1, 0, 22), + (119777, "503122", 1, 0, 22), + (119778, "503120", 1, 0, 22), + (119779, "503235", 1, 0, 22), + (119780, "503321", 1, 0, 22), + (119781, "503185", 1, 0, 22), + (119782, "503230", 1, 0, 22), + (119783, "503202", 1, 0, 22), + (119784, "503001", 1, 0, 22), + (119785, "503002", 1, 0, 22), + (119786, "503246", 1, 0, 22), + (119787, "503001", 1, 0, 22), + (119788, "503305", 1, 0, 22), + (119789, "503002", 1, 0, 22), + (119790, "503001", 1, 0, 22), + (119791, "503207", 1, 0, 22), + (119792, "503003", 1, 0, 22), + (119793, "503301", 1, 0, 22), + (119794, "503206", 1, 0, 22), + (119795, "503245", 1, 0, 22), + (119796, "503003", 1, 0, 22), + (119797, "503001", 1, 0, 22), + (119798, "503185", 1, 0, 22), + (119799, "503188", 1, 0, 22), + (119800, "503186", 1, 0, 22), + (119801, "503180", 1, 0, 22), + (119802, "503001", 1, 0, 22), + (119803, "503201", 1, 0, 22), + (119804, "503003", 1, 0, 22), + (119805, "503174", 1, 0, 22), + (119806, "503217", 1, 0, 22), + (119807, "503307", 1, 0, 22), + (119808, "503307", 1, 0, 22), + (119809, "503165", 1, 0, 22), + (119810, "503175", 1, 0, 22), + (119811, "503164", 1, 0, 22), + (119812, "503308", 1, 0, 22), + (119813, "503218", 1, 0, 22), + (119814, "503213", 1, 0, 22), + (119815, "503225", 1, 0, 22), + (119816, "503212", 1, 0, 22), + (119817, "503219", 1, 0, 22), + (119818, "503311", 1, 0, 22), + (119819, "503223", 1, 0, 22), + (119820, "503187", 1, 0, 22), + (119821, "503125", 1, 0, 22), + (119822, "503101", 1, 0, 22), + (119823, "503306", 1, 0, 22), + (119824, "503123", 1, 0, 22), + (119825, "503114", 1, 0, 22), + (119826, "503102", 1, 0, 22), + (119827, "503112", 1, 0, 22), + (119828, "503124", 1, 0, 22), + (119829, "503309", 1, 0, 22), + (119830, "503108", 1, 0, 22), + (119831, "509357", 1, 0, 22), + (119832, "500049", 1, 0, 22), + (119833, "500083", 1, 0, 22), + (119834, "501121", 1, 0, 22), + (119835, "505001", 1, 0, 22), + (119836, "505327", 1, 0, 22), + (119837, "507001", 1, 0, 22), + (119838, "507101", 1, 0, 22), + (119839, "507111", 1, 0, 22), + (119840, "506001", 1, 0, 22), + (119841, "506167", 1, 0, 22), + (119842, "506164", 1, 0, 22), + (119843, "509001", 1, 0, 22), + (119844, "509125", 1, 0, 22), + (119845, "502110", 1, 0, 22), + (119846, "502103", 1, 0, 22), + (119847, "508001", 1, 0, 22), + (119848, "508116", 1, 0, 22), + (119849, "502001", 1, 0, 22), + (119850, "502220", 1, 0, 22), + (119851, "500003", 1, 0, 22), + (119852, "500015", 1, 0, 22), + (119853, "501101", 1, 0, 22), + (119854, "504001", 1, 0, 22), + (119855, "504208", 1, 0, 22), + (119856, "500110", 1, 0, 22), + (119857, "500111", 1, 0, 22), + (119858, "505122", 1, 0, 22), + (119859, "505497", 1, 0, 22), + (119860, "505153", 1, 0, 22), + (119861, "505498", 1, 0, 22), + (119862, "505102", 1, 0, 22), + (119863, "505490", 1, 0, 22), + (119864, "505186", 1, 0, 22), + (119865, "505470", 1, 0, 22), + (119866, "505471", 1, 0, 22), + (119867, "505505", 1, 0, 22), + (119868, "505172", 1, 0, 22), + (119869, "505152", 1, 0, 22), + (119870, "505174", 1, 0, 22), + (119871, "505208", 1, 0, 22), + (119872, "505472", 1, 0, 22), + (119873, "505209", 1, 0, 22), + (119874, "505185", 1, 0, 22), + (119875, "505474", 1, 0, 22), + (119876, "505502", 1, 0, 22), + (119877, "505214", 1, 0, 22), + (119878, "505476", 1, 0, 22), + (119879, "505101", 1, 0, 22), + (119880, "505480", 1, 0, 22), + (119881, "505475", 1, 0, 22), + (119882, "505187", 1, 0, 22), + (119883, "505215", 1, 0, 22), + (119884, "505514", 1, 0, 22), + (119885, "505212", 1, 0, 22), + (119886, "505525", 1, 0, 22), + (119887, "505210", 1, 0, 22), + (119888, "505209", 1, 0, 22), + (119889, "505211", 1, 0, 22), + (119890, "505215", 1, 0, 22), + (119891, "505188", 1, 0, 22), + (119892, "505129", 1, 0, 22), + (119893, "505503", 1, 0, 22), + (119894, "505162", 1, 0, 22), + (119895, "505504", 1, 0, 22), + (119896, "505184", 1, 0, 22), + (119897, "506103", 1, 0, 22), + (119898, "500108", 1, 0, 22), + (119899, "500090", 1, 0, 22), + (119900, "500079", 1, 0, 22), + (119901, "509106", 1, 0, 22), + (119902, "509302", 1, 0, 22), + (119903, "504002", 1, 0, 22), + (119904, "505002", 1, 0, 22), + (119905, "500104", 1, 0, 22), + (119906, "506146", 1, 0, 22), + (119907, "503322", 1, 0, 22), + (119908, "502103", 1, 0, 22), + (119909, "502103", 1, 0, 22), + (119910, "502103", 1, 0, 22), + (119911, "502103", 1, 0, 22), + (119912, "502110", 1, 0, 22), + (119913, "502110", 1, 0, 22), + (119914, "500089", 1, 0, 22), + (119915, "500091", 1, 0, 22), + (119916, "500032", 1, 0, 22), + (119917, "500097", 1, 0, 22), + (119918, "500098", 1, 0, 22), + (119919, "506365", 1, 0, 22), + (119920, "500067", 1, 0, 22), + (119921, "504107", 1, 0, 22), + (119922, "504297", 1, 0, 22), + (119923, "506170", 1, 0, 22), + (119924, "500091", 1, 0, 22), + (119925, "500072", 1, 0, 22), + (119926, "500100", 1, 0, 22), + (119927, "508224", 1, 0, 22), + (119928, "500018", 1, 0, 22), + (119929, "500101", 1, 0, 22), + (119930, "500049", 1, 0, 22), + (119931, "506102", 1, 0, 22), + (119932, "501102", 1, 0, 22), + (119933, "506329", 1, 0, 22), + (119934, "506008", 1, 0, 22), + (119935, "500097", 1, 0, 22), + (119936, "504103", 1, 0, 22), + (119937, "504103", 1, 0, 22), + (119938, "504110", 1, 0, 22), + (119939, "504110", 1, 0, 22), + (119940, "504110", 1, 0, 22), + (119941, "504110", 1, 0, 22), + (119942, "504002", 1, 0, 22), + (119943, "504002", 1, 0, 22), + (119944, "504002", 1, 0, 22), + (119945, "504002", 1, 0, 22), + (119946, "504002", 1, 0, 22), + (119947, "504002", 1, 0, 22), + (119948, "504002", 1, 0, 22), + (119949, "504002", 1, 0, 22), + (119950, "504002", 1, 0, 22), + (119951, "504002", 1, 0, 22), + (119952, "504002", 1, 0, 22), + (119953, "504002", 1, 0, 22), + (119954, "504002", 1, 0, 22), + (119955, "504002", 1, 0, 22), + (119956, "504313", 1, 0, 22), + (119957, "504313", 1, 0, 22), + (119958, "504313", 1, 0, 22), + (119959, "504313", 1, 0, 22), + (119960, "504313", 1, 0, 22), + (119961, "504313", 1, 0, 22), + (119962, "504313", 1, 0, 22), + (119963, "504313", 1, 0, 22), + (119964, "504313", 1, 0, 22), + (119965, "504313", 1, 0, 22), + (119966, "504313", 1, 0, 22), + (119967, "504311", 1, 0, 22), + (119968, "504311", 1, 0, 22), + (119969, "504311", 1, 0, 22), + (119970, "504311", 1, 0, 22), + (119971, "504311", 1, 0, 22), + (119972, "504311", 1, 0, 22), + (119973, "504309", 1, 0, 22), + (119974, "504309", 1, 0, 22), + (119975, "504309", 1, 0, 22), + (119976, "504309", 1, 0, 22), + (119977, "504309", 1, 0, 22), + (119978, "504309", 1, 0, 22), + (119979, "504309", 1, 0, 22), + (119980, "504309", 1, 0, 22), + (119981, "504309", 1, 0, 22), + (119982, "504309", 1, 0, 22), + (119983, "504309", 1, 0, 22), + (119984, "504309", 1, 0, 22), + (119985, "504309", 1, 0, 22), + (119986, "504309", 1, 0, 22), + (119987, "504309", 1, 0, 22), + (119988, "504346", 1, 0, 22), + (119989, "504346", 1, 0, 22), + (119990, "504109", 1, 0, 22), + (119991, "504109", 1, 0, 22), + (119992, "504109", 1, 0, 22), + (119993, "504311", 1, 0, 22), + (119994, "504304", 1, 0, 22), + (119995, "504304", 1, 0, 22), + (119996, "504202", 1, 0, 22), + (119997, "504202", 1, 0, 22), + (119998, "504202", 1, 0, 22), + (119999, "504202", 1, 0, 22), + (120000, "504202", 1, 0, 22), + (120001, "504204", 1, 0, 22), + (120002, "504204", 1, 0, 22), + (120003, "504204", 1, 0, 22), + (120004, "504204", 1, 0, 22), + (120005, "504204", 1, 0, 22), + (120006, "504204", 1, 0, 22), + (120007, "504204", 1, 0, 22), + (120008, "504201", 1, 0, 22), + (120009, "504201", 1, 0, 22), + (120010, "504201", 1, 0, 22), + (120011, "504201", 1, 0, 22), + (120012, "504201", 1, 0, 22), + (120013, "504201", 1, 0, 22), + (120014, "504201", 1, 0, 22), + (120015, "504201", 1, 0, 22), + (120016, "504201", 1, 0, 22), + (120017, "504201", 1, 0, 22), + (120018, "504201", 1, 0, 22), + (120019, "504201", 1, 0, 22), + (120020, "504201", 1, 0, 22), + (120021, "504102", 1, 0, 22), + (120022, "504102", 1, 0, 22), + (120023, "504102", 1, 0, 22), + (120024, "504102", 1, 0, 22), + (120025, "504102", 1, 0, 22), + (120026, "504102", 1, 0, 22), + (120027, "504102", 1, 0, 22), + (120028, "504102", 1, 0, 22), + (120029, "504102", 1, 0, 22), + (120030, "504104", 1, 0, 22), + (120031, "504104", 1, 0, 22), + (120032, "504104", 1, 0, 22), + (120033, "504104", 1, 0, 22), + (120034, "504104", 1, 0, 22), + (120035, "504311", 1, 0, 22), + (120036, "504311", 1, 0, 22), + (120037, "504311", 1, 0, 22), + (120038, "504311", 1, 0, 22), + (120039, "504311", 1, 0, 22), + (120040, "504311", 1, 0, 22), + (120041, "504311", 1, 0, 22), + (120042, "504311", 1, 0, 22), + (120043, "504311", 1, 0, 22), + (120044, "504311", 1, 0, 22), + (120045, "504311", 1, 0, 22), + (120046, "504311", 1, 0, 22), + (120047, "504311", 1, 0, 22), + (120048, "504346", 1, 0, 22), + (120049, "504346", 1, 0, 22), + (120050, "504346", 1, 0, 22), + (120051, "504346", 1, 0, 22), + (120052, "504346", 1, 0, 22), + (120053, "504346", 1, 0, 22), + (120054, "504346", 1, 0, 22), + (120055, "504346", 1, 0, 22), + (120056, "504346", 1, 0, 22), + (120057, "504346", 1, 0, 22), + (120058, "504346", 1, 0, 22), + (120059, "504346", 1, 0, 22), + (120060, "504346", 1, 0, 22), + (120061, "504346", 1, 0, 22), + (120062, "504313", 1, 0, 22), + (120063, "504313", 1, 0, 22), + (120064, "504313", 1, 0, 22), + (120065, "504313", 1, 0, 22), + (120066, "504313", 1, 0, 22), + (120067, "504103", 1, 0, 22), + (120068, "504103", 1, 0, 22), + (120069, "504103", 1, 0, 22), + (120070, "504103", 1, 0, 22), + (120071, "504103", 1, 0, 22), + (120072, "504103", 1, 0, 22), + (120073, "504103", 1, 0, 22), + (120074, "504103", 1, 0, 22), + (120075, "504103", 1, 0, 22), + (120076, "504103", 1, 0, 22), + (120077, "504103", 1, 0, 22), + (120078, "504103", 1, 0, 22), + (120079, "504103", 1, 0, 22), + (120080, "504103", 1, 0, 22), + (120081, "504312", 1, 0, 22), + (120082, "504312", 1, 0, 22), + (120083, "504312", 1, 0, 22), + (120084, "504312", 1, 0, 22), + (120085, "504312", 1, 0, 22), + (120086, "504312", 1, 0, 22), + (120087, "504312", 1, 0, 22), + (120088, "504312", 1, 0, 22), + (120089, "504312", 1, 0, 22), + (120090, "504312", 1, 0, 22), + (120091, "504312", 1, 0, 22), + (120092, "504312", 1, 0, 22), + (120093, "504101", 1, 0, 22), + (120094, "504101", 1, 0, 22), + (120095, "504101", 1, 0, 22), + (120096, "504101", 1, 0, 22), + (120097, "504101", 1, 0, 22), + (120098, "504101", 1, 0, 22), + (120099, "504101", 1, 0, 22), + (120100, "504103", 1, 0, 22), + (120101, "504104", 1, 0, 22), + (120102, "504104", 1, 0, 22), + (120103, "504105", 1, 0, 22), + (120104, "504105", 1, 0, 22), + (120105, "504105", 1, 0, 22), + (120106, "504105", 1, 0, 22), + (120107, "504105", 1, 0, 22), + (120108, "504105", 1, 0, 22), + (120109, "504105", 1, 0, 22), + (120110, "504105", 1, 0, 22), + (120111, "504304", 1, 0, 22), + (120112, "504304", 1, 0, 22), + (120113, "504307", 1, 0, 22), + (120114, "504307", 1, 0, 22), + (120115, "504307", 1, 0, 22), + (120116, "504307", 1, 0, 22), + (120117, "504307", 1, 0, 22), + (120118, "504307", 1, 0, 22), + (120119, "504307", 1, 0, 22), + (120120, "504307", 1, 0, 22), + (120121, "504307", 1, 0, 22), + (120122, "504307", 1, 0, 22), + (120123, "504307", 1, 0, 22), + (120124, "504307", 1, 0, 22), + (120125, "504307", 1, 0, 22), + (120126, "504307", 1, 0, 22), + (120127, "504307", 1, 0, 22), + (120128, "504307", 1, 0, 22), + (120129, "504308", 1, 0, 22), + (120130, "504308", 1, 0, 22), + (120131, "504308", 1, 0, 22), + (120132, "504308", 1, 0, 22), + (120133, "504308", 1, 0, 22), + (120134, "504308", 1, 0, 22), + (120135, "504308", 1, 0, 22), + (120136, "504308", 1, 0, 22), + (120137, "504308", 1, 0, 22), + (120138, "504308", 1, 0, 22), + (120139, "504302", 1, 0, 22), + (120140, "504251", 1, 0, 22), + (120141, "504251", 1, 0, 22), + (120142, "504251", 1, 0, 22), + (120143, "504251", 1, 0, 22), + (120144, "504251", 1, 0, 22), + (120145, "504251", 1, 0, 22), + (120146, "504251", 1, 0, 22), + (120147, "504231", 1, 0, 22), + (120148, "504231", 1, 0, 22), + (120149, "504231", 1, 0, 22), + (120150, "504231", 1, 0, 22), + (120151, "504209", 1, 0, 22), + (120152, "504209", 1, 0, 22), + (120153, "504208", 1, 0, 22), + (120154, "504209", 1, 0, 22), + (120155, "504209", 1, 0, 22), + (120156, "504219", 1, 0, 22), + (120157, "504219", 1, 0, 22), + (120158, "504219", 1, 0, 22), + (120159, "504219", 1, 0, 22), + (120160, "504219", 1, 0, 22), + (120161, "504219", 1, 0, 22), + (120162, "504219", 1, 0, 22), + (120163, "504219", 1, 0, 22), + (120164, "504219", 1, 0, 22), + (120165, "504301", 1, 0, 22), + (120166, "504273", 1, 0, 22), + (120167, "504273", 1, 0, 22), + (120168, "504273", 1, 0, 22), + (120169, "504304", 1, 0, 22), + (120170, "504304", 1, 0, 22), + (120171, "504304", 1, 0, 22), + (120172, "504304", 1, 0, 22), + (120173, "504304", 1, 0, 22), + (120174, "504304", 1, 0, 22), + (120175, "504110", 1, 0, 22), + (120176, "504110", 1, 0, 22), + (120177, "504110", 1, 0, 22), + (120178, "504110", 1, 0, 22), + (120179, "504110", 1, 0, 22), + (120180, "504306", 1, 0, 22), + (120181, "504306", 1, 0, 22), + (120182, "504306", 1, 0, 22), + (120183, "504306", 1, 0, 22), + (120184, "504306", 1, 0, 22), + (120185, "504306", 1, 0, 22), + (120186, "504306", 1, 0, 22), + (120187, "504306", 1, 0, 22), + (120188, "504109", 1, 0, 22), + (120189, "504109", 1, 0, 22), + (120190, "504109", 1, 0, 22), + (120191, "504109", 1, 0, 22), + (120192, "504109", 1, 0, 22), + (120193, "504110", 1, 0, 22), + (120194, "504304", 1, 0, 22), + (120195, "504304", 1, 0, 22), + (120196, "504304", 1, 0, 22), + (120197, "504304", 1, 0, 22), + (120198, "504304", 1, 0, 22), + (120199, "504304", 1, 0, 22), + (120200, "504310", 1, 0, 22), + (120201, "504310", 1, 0, 22), + (120202, "504310", 1, 0, 22), + (120203, "504310", 1, 0, 22), + (120204, "504310", 1, 0, 22), + (120205, "504310", 1, 0, 22), + (120206, "504310", 1, 0, 22), + (120207, "504310", 1, 0, 22), + (120208, "504310", 1, 0, 22), + (120209, "504323", 1, 0, 22), + (120210, "504323", 1, 0, 22), + (120211, "504323", 1, 0, 22), + (120212, "504323", 1, 0, 22), + (120213, "504323", 1, 0, 22), + (120214, "504323", 1, 0, 22), + (120215, "504323", 1, 0, 22), + (120216, "504106", 1, 0, 22), + (120217, "504106", 1, 0, 22), + (120218, "504106", 1, 0, 22), + (120219, "504106", 1, 0, 22), + (120220, "504106", 1, 0, 22), + (120221, "504106", 1, 0, 22), + (120222, "504106", 1, 0, 22), + (120223, "504106", 1, 0, 22), + (120224, "504106", 1, 0, 22), + (120225, "504202", 1, 0, 22), + (120226, "504202", 1, 0, 22), + (120227, "504202", 1, 0, 22), + (120228, "504295", 1, 0, 22), + (120229, "504295", 1, 0, 22), + (120230, "504302", 1, 0, 22), + (120231, "504216", 1, 0, 22), + (120232, "504216", 1, 0, 22), + (120233, "504216", 1, 0, 22), + (120234, "504216", 1, 0, 22), + (120235, "504216", 1, 0, 22), + (120236, "504216", 1, 0, 22), + (120237, "504216", 1, 0, 22), + (120238, "504216", 1, 0, 22), + (120239, "504216", 1, 0, 22), + (120240, "504216", 1, 0, 22), + (120241, "504206", 1, 0, 22), + (120242, "504206", 1, 0, 22), + (120243, "504206", 1, 0, 22), + (120244, "504206", 1, 0, 22), + (120245, "504206", 1, 0, 22), + (120246, "504206", 1, 0, 22), + (120247, "504206", 1, 0, 22), + (120248, "504206", 1, 0, 22), + (120249, "504207", 1, 0, 22), + (120250, "504207", 1, 0, 22), + (120251, "504207", 1, 0, 22), + (120252, "504207", 1, 0, 22), + (120253, "504207", 1, 0, 22), + (120254, "504207", 1, 0, 22), + (120255, "504207", 1, 0, 22), + (120256, "504207", 1, 0, 22), + (120257, "504205", 1, 0, 22), + (120258, "504205", 1, 0, 22), + (120259, "504205", 1, 0, 22), + (120260, "504205", 1, 0, 22), + (120261, "504205", 1, 0, 22), + (120262, "504205", 1, 0, 22), + (120263, "504205", 1, 0, 22), + (120264, "504205", 1, 0, 22), + (120265, "504205", 1, 0, 22), + (120266, "504205", 1, 0, 22), + (120267, "504214", 1, 0, 22), + (120268, "504214", 1, 0, 22), + (120269, "504214", 1, 0, 22), + (120270, "504214", 1, 0, 22), + (120271, "504214", 1, 0, 22), + (120272, "504214", 1, 0, 22), + (120273, "504214", 1, 0, 22), + (120274, "504214", 1, 0, 22), + (120275, "504215", 1, 0, 22), + (120276, "504215", 1, 0, 22), + (120277, "504215", 1, 0, 22), + (120278, "504215", 1, 0, 22), + (120279, "504215", 1, 0, 22), + (120280, "504215", 1, 0, 22), + (120281, "504215", 1, 0, 22), + (120282, "504215", 1, 0, 22), + (120283, "504215", 1, 0, 22), + (120284, "504251", 1, 0, 22), + (120285, "504251", 1, 0, 22), + (120286, "504251", 1, 0, 22), + (120287, "504251", 1, 0, 22), + (120288, "504251", 1, 0, 22), + (120289, "504297", 1, 0, 22), + (120290, "504297", 1, 0, 22), + (120291, "504297", 1, 0, 22), + (120292, "504297", 1, 0, 22), + (120293, "504297", 1, 0, 22), + (120294, "504294", 1, 0, 22), + (120295, "504294", 1, 0, 22), + (120296, "504292", 1, 0, 22), + (120297, "504292", 1, 0, 22), + (120298, "504292", 1, 0, 22), + (120299, "504292", 1, 0, 22), + (120300, "504292", 1, 0, 22), + (120301, "504292", 1, 0, 22), + (120302, "504292", 1, 0, 22), + (120303, "504296", 1, 0, 22), + (120304, "504296", 1, 0, 22), + (120305, "504296", 1, 0, 22), + (120306, "504296", 1, 0, 22), + (120307, "504296", 1, 0, 22), + (120308, "504296", 1, 0, 22), + (120309, "504296", 1, 0, 22), + (120310, "504296", 1, 0, 22), + (120311, "504296", 1, 0, 22), + (120312, "504296", 1, 0, 22), + (120313, "504296", 1, 0, 22), + (120314, "504296", 1, 0, 22), + (120315, "504296", 1, 0, 22), + (120316, "504296", 1, 0, 22), + (120317, "504296", 1, 0, 22), + (120318, "504299", 1, 0, 22), + (120319, "504299", 1, 0, 22), + (120320, "504299", 1, 0, 22), + (120321, "504299", 1, 0, 22), + (120322, "504299", 1, 0, 22), + (120323, "504299", 1, 0, 22), + (120324, "504299", 1, 0, 22), + (120325, "504299", 1, 0, 22), + (120326, "504299", 1, 0, 22), + (120327, "504299", 1, 0, 22), + (120328, "504299", 1, 0, 22), + (120329, "504299", 1, 0, 22), + (120330, "504299", 1, 0, 22), + (120331, "504299", 1, 0, 22), + (120332, "504299", 1, 0, 22), + (120333, "504299", 1, 0, 22), + (120334, "504299", 1, 0, 22), + (120335, "504299", 1, 0, 22), + (120336, "504299", 1, 0, 22), + (120337, "504299", 1, 0, 22), + (120338, "504299", 1, 0, 22), + (120339, "504299", 1, 0, 22), + (120340, "504299", 1, 0, 22), + (120341, "504299", 1, 0, 22), + (120342, "504299", 1, 0, 22), + (120343, "504299", 1, 0, 22), + (120344, "504299", 1, 0, 22), + (120345, "504295", 1, 0, 22), + (120346, "504295", 1, 0, 22), + (120347, "504273", 1, 0, 22), + (120348, "504273", 1, 0, 22), + (120349, "504273", 1, 0, 22), + (120350, "504273", 1, 0, 22), + (120351, "504273", 1, 0, 22), + (120352, "504273", 1, 0, 22), + (120353, "504273", 1, 0, 22), + (120354, "504273", 1, 0, 22), + (120355, "504273", 1, 0, 22), + (120356, "504273", 1, 0, 22), + (120357, "504272", 1, 0, 22), + (120358, "504272", 1, 0, 22), + (120359, "504272", 1, 0, 22), + (120360, "504272", 1, 0, 22), + (120361, "504293", 1, 0, 22), + (120362, "504293", 1, 0, 22), + (120363, "504293", 1, 0, 22), + (120364, "504293", 1, 0, 22), + (120365, "504293", 1, 0, 22), + (120366, "504293", 1, 0, 22), + (120367, "504293", 1, 0, 22), + (120368, "504293", 1, 0, 22), + (120369, "504293", 1, 0, 22), + (120370, "504293", 1, 0, 22), + (120371, "504293", 1, 0, 22), + (120372, "504293", 1, 0, 22), + (120373, "504294", 1, 0, 22), + (120374, "504297", 1, 0, 22), + (120375, "504297", 1, 0, 22), + (120376, "503001", 1, 0, 22), + (120377, "503224", 1, 0, 22), + (120378, "503111", 1, 0, 22), + (120379, "500001", 1, 0, 22), + (120380, "505172", 1, 0, 22), + (120381, "505468", 1, 0, 22), + (120382, "508213", 1, 0, 22), + (120383, "508207", 1, 0, 22), + (120384, "509103", 1, 0, 22), + (120385, "509301", 1, 0, 22), + (120386, "506002", 1, 0, 22), + (120387, "506101", 1, 0, 22), + (120388, "500002", 1, 0, 22), + (120389, "500027", 1, 0, 22), + (120390, "500004", 1, 0, 22), + (120391, "506003", 1, 0, 22), + (120392, "506175", 1, 0, 22), + (120393, "506301", 1, 0, 22), + (120394, "506143", 1, 0, 22), + (120395, "506201", 1, 0, 22), + (120396, "506356", 1, 0, 22), + (120397, "506344", 1, 0, 22), + (120398, "506349", 1, 0, 22), + (120399, "506349", 1, 0, 22), + (120400, "506349", 1, 0, 22), + (120401, "506349", 1, 0, 22), + (120402, "506349", 1, 0, 22), + (120403, "506349", 1, 0, 22), + (120404, "506349", 1, 0, 22), + (120405, "506349", 1, 0, 22), + (120406, "506349", 1, 0, 22), + (120407, "506349", 1, 0, 22), + (120408, "506349", 1, 0, 22), + (120409, "506349", 1, 0, 22), + (120410, "506366", 1, 0, 22), + (120411, "506366", 1, 0, 22), + (120412, "506366", 1, 0, 22), + (120413, "506366", 1, 0, 22), + (120414, "506366", 1, 0, 22), + (120415, "506366", 1, 0, 22), + (120416, "506366", 1, 0, 22), + (120417, "506366", 1, 0, 22), + (120418, "506366", 1, 0, 22), + (120419, "506366", 1, 0, 22), + (120420, "506343", 1, 0, 22), + (120421, "506343", 1, 0, 22), + (120422, "506343", 1, 0, 22), + (120423, "506343", 1, 0, 22), + (120424, "506343", 1, 0, 22), + (120425, "506343", 1, 0, 22), + (120426, "506344", 1, 0, 22), + (120427, "506344", 1, 0, 22), + (120428, "506344", 1, 0, 22), + (120429, "506344", 1, 0, 22), + (120430, "506344", 1, 0, 22), + (120431, "506344", 1, 0, 22), + (120432, "506344", 1, 0, 22), + (120433, "506344", 1, 0, 22), + (120434, "506352", 1, 0, 22), + (120435, "506352", 1, 0, 22), + (120436, "506352", 1, 0, 22), + (120437, "506352", 1, 0, 22); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (120438, "506352", 1, 0, 22), + (120439, "506352", 1, 0, 22), + (120440, "506352", 1, 0, 22), + (120441, "506352", 1, 0, 22), + (120442, "506352", 1, 0, 22), + (120443, "506172", 1, 0, 22), + (120444, "506172", 1, 0, 22), + (120445, "506172", 1, 0, 22), + (120446, "506172", 1, 0, 22), + (120447, "506172", 1, 0, 22), + (120448, "506172", 1, 0, 22), + (120449, "506172", 1, 0, 22), + (120450, "506172", 1, 0, 22), + (120451, "506172", 1, 0, 22), + (120452, "506172", 1, 0, 22), + (120453, "506172", 1, 0, 22), + (120454, "506172", 1, 0, 22), + (120455, "506172", 1, 0, 22), + (120456, "506172", 1, 0, 22), + (120457, "506172", 1, 0, 22), + (120458, "506172", 1, 0, 22), + (120459, "506172", 1, 0, 22), + (120460, "506172", 1, 0, 22), + (120461, "506349", 1, 0, 22), + (120462, "506343", 1, 0, 22), + (120463, "506343", 1, 0, 22), + (120464, "506391", 1, 0, 22), + (120465, "506391", 1, 0, 22), + (120466, "506391", 1, 0, 22), + (120467, "506391", 1, 0, 22), + (120468, "506391", 1, 0, 22), + (120469, "506391", 1, 0, 22), + (120470, "506347", 1, 0, 22), + (120471, "506347", 1, 0, 22), + (120472, "506347", 1, 0, 22), + (120473, "506347", 1, 0, 22), + (120474, "506347", 1, 0, 22), + (120475, "506347", 1, 0, 22), + (120476, "506347", 1, 0, 22), + (120477, "506347", 1, 0, 22), + (120478, "506348", 1, 0, 22), + (120479, "506170", 1, 0, 22), + (120480, "506348", 1, 0, 22), + (120481, "506348", 1, 0, 22), + (120482, "506348", 1, 0, 22), + (120483, "506170", 1, 0, 22), + (120484, "506348", 1, 0, 22), + (120485, "506348", 1, 0, 22), + (120486, "506348", 1, 0, 22), + (120487, "506348", 1, 0, 22), + (120488, "506348", 1, 0, 22), + (120489, "506348", 1, 0, 22), + (120490, "506348", 1, 0, 22), + (120491, "506348", 1, 0, 22), + (120492, "506170", 1, 0, 22), + (120493, "506319", 1, 0, 22), + (120494, "506319", 1, 0, 22), + (120495, "506319", 1, 0, 22), + (120496, "506319", 1, 0, 22), + (120497, "506319", 1, 0, 22), + (120498, "506347", 1, 0, 22), + (120499, "506342", 1, 0, 22), + (120500, "506342", 1, 0, 22), + (120501, "506342", 1, 0, 22), + (120502, "506342", 1, 0, 22), + (120503, "506342", 1, 0, 22), + (120504, "506342", 1, 0, 22), + (120505, "506342", 1, 0, 22), + (120506, "506169", 1, 0, 22), + (120507, "506169", 1, 0, 22), + (120508, "506169", 1, 0, 22), + (120509, "506169", 1, 0, 22), + (120510, "506169", 1, 0, 22), + (120511, "506168", 1, 0, 22), + (120512, "506168", 1, 0, 22), + (120513, "506168", 1, 0, 22), + (120514, "506168", 1, 0, 22), + (120515, "506168", 1, 0, 22), + (120516, "506170", 1, 0, 22), + (120517, "506356", 1, 0, 22), + (120518, "506356", 1, 0, 22), + (120519, "506356", 1, 0, 22), + (120520, "506371", 1, 0, 22), + (120521, "506371", 1, 0, 22), + (120522, "506371", 1, 0, 22), + (120523, "506371", 1, 0, 22), + (120524, "506371", 1, 0, 22), + (120525, "506371", 1, 0, 22), + (120526, "506371", 1, 0, 22), + (120527, "506371", 1, 0, 22), + (120528, "506015", 1, 0, 22), + (120529, "506015", 1, 0, 22), + (120530, "506015", 1, 0, 22), + (120531, "506015", 1, 0, 22), + (120532, "506003", 1, 0, 22), + (120533, "506003", 1, 0, 22), + (120534, "506003", 1, 0, 22), + (120535, "506003", 1, 0, 22), + (120536, "506003", 1, 0, 22), + (120537, "506003", 1, 0, 22), + (120538, "506142", 1, 0, 22), + (120539, "506142", 1, 0, 22), + (120540, "506142", 1, 0, 22), + (120541, "506142", 1, 0, 22), + (120542, "506142", 1, 0, 22), + (120543, "506142", 1, 0, 22), + (120544, "506142", 1, 0, 22), + (120545, "506145", 1, 0, 22), + (120546, "506145", 1, 0, 22), + (120547, "506145", 1, 0, 22), + (120548, "506145", 1, 0, 22), + (120549, "506145", 1, 0, 22), + (120550, "506145", 1, 0, 22), + (120551, "506145", 1, 0, 22), + (120552, "506145", 1, 0, 22), + (120553, "506151", 1, 0, 22), + (120554, "506151", 1, 0, 22), + (120555, "506151", 1, 0, 22), + (120556, "506151", 1, 0, 22), + (120557, "506151", 1, 0, 22), + (120558, "506151", 1, 0, 22), + (120559, "506370", 1, 0, 22), + (120560, "506370", 1, 0, 22), + (120561, "506144", 1, 0, 22), + (120562, "506144", 1, 0, 22), + (120563, "506144", 1, 0, 22), + (120564, "506144", 1, 0, 22), + (120565, "506144", 1, 0, 22), + (120566, "506221", 1, 0, 22), + (120567, "506221", 1, 0, 22), + (120568, "506221", 1, 0, 22), + (120569, "506175", 1, 0, 22), + (120570, "506175", 1, 0, 22), + (120571, "506175", 1, 0, 22), + (120572, "506175", 1, 0, 22), + (120573, "506175", 1, 0, 22), + (120574, "506175", 1, 0, 22), + (120575, "506175", 1, 0, 22), + (120576, "506175", 1, 0, 22), + (120577, "506175", 1, 0, 22), + (120578, "506175", 1, 0, 22), + (120579, "506175", 1, 0, 22), + (120580, "506319", 1, 0, 22), + (120581, "506348", 1, 0, 22), + (120582, "506319", 1, 0, 22), + (120583, "506348", 1, 0, 22), + (120584, "506319", 1, 0, 22), + (120585, "506391", 1, 0, 22), + (120586, "506391", 1, 0, 22), + (120587, "506319", 1, 0, 22), + (120588, "506391", 1, 0, 22), + (120589, "506391", 1, 0, 22), + (120590, "506366", 1, 0, 22), + (120591, "506391", 1, 0, 22), + (120592, "506221", 1, 0, 22), + (120593, "506221", 1, 0, 22), + (120594, "506221", 1, 0, 22), + (120595, "506221", 1, 0, 22), + (120596, "506221", 1, 0, 22), + (120597, "506221", 1, 0, 22), + (120598, "506221", 1, 0, 22), + (120599, "506221", 1, 0, 22), + (120600, "506221", 1, 0, 22), + (120601, "506221", 1, 0, 22), + (120602, "506221", 1, 0, 22), + (120603, "506221", 1, 0, 22), + (120604, "506301", 1, 0, 22), + (120605, "506301", 1, 0, 22), + (120606, "506301", 1, 0, 22), + (120607, "506301", 1, 0, 22), + (120608, "506301", 1, 0, 22), + (120609, "506301", 1, 0, 22), + (120610, "506223", 1, 0, 22), + (120611, "506223", 1, 0, 22), + (120612, "506223", 1, 0, 22), + (120613, "506223", 1, 0, 22), + (120614, "506223", 1, 0, 22), + (120615, "506223", 1, 0, 22), + (120616, "506223", 1, 0, 22), + (120617, "506223", 1, 0, 22), + (120618, "506223", 1, 0, 22), + (120619, "506223", 1, 0, 22), + (120620, "506223", 1, 0, 22), + (120621, "506223", 1, 0, 22), + (120622, "506223", 1, 0, 22), + (120623, "506223", 1, 0, 22), + (120624, "506302", 1, 0, 22), + (120625, "506302", 1, 0, 22), + (120626, "506302", 1, 0, 22), + (120627, "506302", 1, 0, 22), + (120628, "506302", 1, 0, 22), + (120629, "506302", 1, 0, 22), + (120630, "506302", 1, 0, 22), + (120631, "506302", 1, 0, 22), + (120632, "506302", 1, 0, 22), + (120633, "506302", 1, 0, 22), + (120634, "506143", 1, 0, 22), + (120635, "506143", 1, 0, 22), + (120636, "506143", 1, 0, 22), + (120637, "506143", 1, 0, 22), + (120638, "506143", 1, 0, 22), + (120639, "506143", 1, 0, 22), + (120640, "506143", 1, 0, 22), + (120641, "506143", 1, 0, 22), + (120642, "506143", 1, 0, 22), + (120643, "506143", 1, 0, 22), + (120644, "506143", 1, 0, 22), + (120645, "506252", 1, 0, 22), + (120646, "506252", 1, 0, 22), + (120647, "506252", 1, 0, 22), + (120648, "506252", 1, 0, 22), + (120649, "506252", 1, 0, 22), + (120650, "506367", 1, 0, 22), + (120651, "506367", 1, 0, 22), + (120652, "506367", 1, 0, 22), + (120653, "506367", 1, 0, 22), + (120654, "506367", 1, 0, 22), + (120655, "506367", 1, 0, 22), + (120656, "506367", 1, 0, 22), + (120657, "506367", 1, 0, 22), + (120658, "506367", 1, 0, 22), + (120659, "506367", 1, 0, 22), + (120660, "506367", 1, 0, 22), + (120661, "506367", 1, 0, 22), + (120662, "506367", 1, 0, 22), + (120663, "506355", 1, 0, 22), + (120664, "506355", 1, 0, 22), + (120665, "506355", 1, 0, 22), + (120666, "506355", 1, 0, 22), + (120667, "506355", 1, 0, 22), + (120668, "506355", 1, 0, 22), + (120669, "506355", 1, 0, 22), + (120670, "506224", 1, 0, 22), + (120671, "506224", 1, 0, 22), + (120672, "506224", 1, 0, 22), + (120673, "506224", 1, 0, 22), + (120674, "506224", 1, 0, 22), + (120675, "506224", 1, 0, 22), + (120676, "506224", 1, 0, 22), + (120677, "506224", 1, 0, 22), + (120678, "506224", 1, 0, 22), + (120679, "506224", 1, 0, 22), + (120680, "506201", 1, 0, 22), + (120681, "506201", 1, 0, 22), + (120682, "506201", 1, 0, 22), + (120683, "506201", 1, 0, 22), + (120684, "506201", 1, 0, 22), + (120685, "506201", 1, 0, 22), + (120686, "506201", 1, 0, 22), + (120687, "506244", 1, 0, 22), + (120688, "506244", 1, 0, 22), + (120689, "506244", 1, 0, 22), + (120690, "506244", 1, 0, 22), + (120691, "506244", 1, 0, 22), + (120692, "506244", 1, 0, 22), + (120693, "506244", 1, 0, 22), + (120694, "506244", 1, 0, 22), + (120695, "506244", 1, 0, 22), + (120696, "506244", 1, 0, 22), + (120697, "506244", 1, 0, 22), + (120698, "506244", 1, 0, 22), + (120699, "506244", 1, 0, 22), + (120700, "506244", 1, 0, 22), + (120701, "506244", 1, 0, 22), + (120702, "506303", 1, 0, 22), + (120703, "506303", 1, 0, 22), + (120704, "506303", 1, 0, 22), + (120705, "506303", 1, 0, 22), + (120706, "506303", 1, 0, 22), + (120707, "506303", 1, 0, 22), + (120708, "506303", 1, 0, 22), + (120709, "506303", 1, 0, 22), + (120710, "506303", 1, 0, 22), + (120711, "506303", 1, 0, 22), + (120712, "506303", 1, 0, 22), + (120713, "506303", 1, 0, 22), + (120714, "506342", 1, 0, 22), + (120715, "506342", 1, 0, 22), + (120716, "506170", 1, 0, 22), + (120717, "506356", 1, 0, 22), + (120718, "506356", 1, 0, 22), + (120719, "506170", 1, 0, 22), + (120720, "506356", 1, 0, 22), + (120721, "506356", 1, 0, 22), + (120722, "506356", 1, 0, 22), + (120723, "506356", 1, 0, 22), + (120724, "506356", 1, 0, 22), + (120725, "506356", 1, 0, 22), + (120726, "506356", 1, 0, 22), + (120727, "506165", 1, 0, 22), + (120728, "506165", 1, 0, 22), + (120729, "506165", 1, 0, 22), + (120730, "506165", 1, 0, 22), + (120731, "506165", 1, 0, 22), + (120732, "506165", 1, 0, 22), + (120733, "506165", 1, 0, 22), + (120734, "506165", 1, 0, 22), + (120735, "506165", 1, 0, 22), + (120736, "506165", 1, 0, 22), + (120737, "506165", 1, 0, 22), + (120738, "506165", 1, 0, 22), + (120739, "506165", 1, 0, 22), + (120740, "506165", 1, 0, 22), + (120741, "506345", 1, 0, 22), + (120742, "506345", 1, 0, 22), + (120743, "506345", 1, 0, 22), + (120744, "506345", 1, 0, 22), + (120745, "506345", 1, 0, 22), + (120746, "506345", 1, 0, 22), + (120747, "506345", 1, 0, 22), + (120748, "506344", 1, 0, 22), + (120749, "506344", 1, 0, 22), + (120750, "509205", 1, 0, 22), + (120751, "509338", 1, 0, 22), + (120752, "509338", 1, 0, 22), + (120753, "509208", 1, 0, 22), + (120754, "509132", 1, 0, 22), + (120755, "509336", 1, 0, 22), + (120756, "509133", 1, 0, 22), + (120757, "509205", 1, 0, 22), + (120758, "509334", 1, 0, 22), + (120759, "509334", 1, 0, 22), + (120760, "509334", 1, 0, 22), + (120761, "509334", 1, 0, 22), + (120762, "509334", 1, 0, 22), + (120763, "509334", 1, 0, 22), + (120764, "509334", 1, 0, 22), + (120765, "509334", 1, 0, 22), + (120766, "509334", 1, 0, 22), + (120767, "509350", 1, 0, 22), + (120768, "509131", 1, 0, 22), + (120769, "509002", 1, 0, 22), + (120770, "509002", 1, 0, 22), + (120771, "509002", 1, 0, 22), + (120772, "509002", 1, 0, 22), + (120773, "509002", 1, 0, 22), + (120774, "509002", 1, 0, 22), + (120775, "509002", 1, 0, 22), + (120776, "509002", 1, 0, 22), + (120777, "509131", 1, 0, 22), + (120778, "509131", 1, 0, 22), + (120779, "509131", 1, 0, 22), + (120780, "509131", 1, 0, 22), + (120781, "509131", 1, 0, 22), + (120782, "509131", 1, 0, 22), + (120783, "509131", 1, 0, 22), + (120784, "509131", 1, 0, 22), + (120785, "509130", 1, 0, 22), + (120786, "509130", 1, 0, 22), + (120787, "509130", 1, 0, 22), + (120788, "509130", 1, 0, 22), + (120789, "509130", 1, 0, 22), + (120790, "509130", 1, 0, 22), + (120791, "509130", 1, 0, 22), + (120792, "509130", 1, 0, 22), + (120793, "509152", 1, 0, 22), + (120794, "509152", 1, 0, 22), + (120795, "509152", 1, 0, 22), + (120796, "509382", 1, 0, 22), + (120797, "509382", 1, 0, 22), + (120798, "509338", 1, 0, 22), + (120799, "509338", 1, 0, 22), + (120800, "509338", 1, 0, 22), + (120801, "509338", 1, 0, 22), + (120802, "509338", 1, 0, 22), + (120803, "509338", 1, 0, 22), + (120804, "509338", 1, 0, 22), + (120805, "509338", 1, 0, 22), + (120806, "509339", 1, 0, 22), + (120807, "509339", 1, 0, 22), + (120808, "509339", 1, 0, 22), + (120809, "509339", 1, 0, 22), + (120810, "509339", 1, 0, 22), + (120811, "509339", 1, 0, 22), + (120812, "509339", 1, 0, 22), + (120813, "509339", 1, 0, 22), + (120814, "509339", 1, 0, 22), + (120815, "509339", 1, 0, 22), + (120816, "509371", 1, 0, 22), + (120817, "509371", 1, 0, 22), + (120818, "509371", 1, 0, 22), + (120819, "509371", 1, 0, 22), + (120820, "509371", 1, 0, 22), + (120821, "509371", 1, 0, 22), + (120822, "509371", 1, 0, 22), + (120823, "509371", 1, 0, 22), + (120824, "509371", 1, 0, 22), + (120825, "509339", 1, 0, 22), + (120826, "509350", 1, 0, 22), + (120827, "509350", 1, 0, 22), + (120828, "509350", 1, 0, 22), + (120829, "509350", 1, 0, 22), + (120830, "509350", 1, 0, 22), + (120831, "509350", 1, 0, 22), + (120832, "509350", 1, 0, 22), + (120833, "509350", 1, 0, 22), + (120834, "509127", 1, 0, 22), + (120835, "509127", 1, 0, 22), + (120836, "509127", 1, 0, 22), + (120837, "509127", 1, 0, 22), + (120838, "509127", 1, 0, 22), + (120839, "509127", 1, 0, 22), + (120840, "509127", 1, 0, 22), + (120841, "509127", 1, 0, 22), + (120842, "509353", 1, 0, 22), + (120843, "509353", 1, 0, 22), + (120844, "509353", 1, 0, 22), + (120845, "509353", 1, 0, 22), + (120846, "509353", 1, 0, 22), + (120847, "509353", 1, 0, 22), + (120848, "509353", 1, 0, 22), + (120849, "509353", 1, 0, 22), + (120850, "509338", 1, 0, 22), + (120851, "509338", 1, 0, 22), + (120852, "509338", 1, 0, 22), + (120853, "509338", 1, 0, 22), + (120854, "509002", 1, 0, 22), + (120855, "509371", 1, 0, 22), + (120856, "509371", 1, 0, 22), + (120857, "509371", 1, 0, 22), + (120858, "509371", 1, 0, 22), + (120859, "509371", 1, 0, 22), + (120860, "509352", 1, 0, 22), + (120861, "509352", 1, 0, 22), + (120862, "509352", 1, 0, 22), + (120863, "509352", 1, 0, 22), + (120864, "509352", 1, 0, 22), + (120865, "509352", 1, 0, 22), + (120866, "509352", 1, 0, 22), + (120867, "509352", 1, 0, 22), + (120868, "509352", 1, 0, 22), + (120869, "509335", 1, 0, 22), + (120870, "509335", 1, 0, 22), + (120871, "509335", 1, 0, 22), + (120872, "509335", 1, 0, 22), + (120873, "509335", 1, 0, 22), + (120874, "509335", 1, 0, 22), + (120875, "509335", 1, 0, 22), + (120876, "509219", 1, 0, 22), + (120877, "509219", 1, 0, 22), + (120878, "509219", 1, 0, 22), + (120879, "509219", 1, 0, 22), + (120880, "509219", 1, 0, 22), + (120881, "509219", 1, 0, 22), + (120882, "509219", 1, 0, 22), + (120883, "509409", 1, 0, 22), + (120884, "509409", 1, 0, 22), + (120885, "509409", 1, 0, 22), + (120886, "509409", 1, 0, 22), + (120887, "509409", 1, 0, 22), + (120888, "509409", 1, 0, 22), + (120889, "509409", 1, 0, 22), + (120890, "509409", 1, 0, 22), + (120891, "509409", 1, 0, 22), + (120892, "509409", 1, 0, 22), + (120893, "509409", 1, 0, 22), + (120894, "509208", 1, 0, 22), + (120895, "509208", 1, 0, 22), + (120896, "509208", 1, 0, 22), + (120897, "509208", 1, 0, 22), + (120898, "509208", 1, 0, 22), + (120899, "509208", 1, 0, 22), + (120900, "509208", 1, 0, 22), + (120901, "509208", 1, 0, 22), + (120902, "509208", 1, 0, 22), + (120903, "509208", 1, 0, 22), + (120904, "509208", 1, 0, 22), + (120905, "509208", 1, 0, 22), + (120906, "509208", 1, 0, 22), + (120907, "509208", 1, 0, 22), + (120908, "509208", 1, 0, 22), + (120909, "509208", 1, 0, 22), + (120910, "509411", 1, 0, 22), + (120911, "509411", 1, 0, 22), + (120912, "509411", 1, 0, 22), + (120913, "509411", 1, 0, 22), + (120914, "509411", 1, 0, 22), + (120915, "509411", 1, 0, 22), + (120916, "509411", 1, 0, 22), + (120917, "509411", 1, 0, 22), + (120918, "509351", 1, 0, 22), + (120919, "509351", 1, 0, 22), + (120920, "509351", 1, 0, 22), + (120921, "509351", 1, 0, 22), + (120922, "509351", 1, 0, 22), + (120923, "509337", 1, 0, 22), + (120924, "509337", 1, 0, 22), + (120925, "509337", 1, 0, 22), + (120926, "509337", 1, 0, 22), + (120927, "509337", 1, 0, 22), + (120928, "509337", 1, 0, 22), + (120929, "509337", 1, 0, 22), + (120930, "509337", 1, 0, 22), + (120931, "509380", 1, 0, 22), + (120932, "509380", 1, 0, 22), + (120933, "509380", 1, 0, 22), + (120934, "509380", 1, 0, 22), + (120935, "509380", 1, 0, 22), + (120936, "509380", 1, 0, 22), + (120937, "509380", 1, 0, 22), + (120938, "509380", 1, 0, 22), + (120939, "509380", 1, 0, 22), + (120940, "509132", 1, 0, 22), + (120941, "509382", 1, 0, 22), + (120942, "509382", 1, 0, 22), + (120943, "509382", 1, 0, 22), + (120944, "509382", 1, 0, 22), + (120945, "509382", 1, 0, 22), + (120946, "509382", 1, 0, 22), + (120947, "509382", 1, 0, 22), + (120948, "509382", 1, 0, 22), + (120949, "509382", 1, 0, 22), + (120950, "509382", 1, 0, 22), + (120951, "509382", 1, 0, 22), + (120952, "509382", 1, 0, 22), + (120953, "509382", 1, 0, 22), + (120954, "509407", 1, 0, 22), + (120955, "509407", 1, 0, 22), + (120956, "509407", 1, 0, 22), + (120957, "509407", 1, 0, 22), + (120958, "509407", 1, 0, 22), + (120959, "509407", 1, 0, 22), + (120960, "509407", 1, 0, 22), + (120961, "509407", 1, 0, 22), + (120962, "509407", 1, 0, 22), + (120963, "509407", 1, 0, 22), + (120964, "509407", 1, 0, 22), + (120965, "509407", 1, 0, 22), + (120966, "509407", 1, 0, 22), + (120967, "509204", 1, 0, 22), + (120968, "509204", 1, 0, 22), + (120969, "509204", 1, 0, 22), + (120970, "509204", 1, 0, 22), + (120971, "509204", 1, 0, 22), + (120972, "509204", 1, 0, 22), + (120973, "509204", 1, 0, 22), + (120974, "509204", 1, 0, 22), + (120975, "509204", 1, 0, 22), + (120976, "509204", 1, 0, 22), + (120977, "509204", 1, 0, 22), + (120978, "509204", 1, 0, 22), + (120979, "509204", 1, 0, 22), + (120980, "509205", 1, 0, 22), + (120981, "509205", 1, 0, 22), + (120982, "509205", 1, 0, 22), + (120983, "509205", 1, 0, 22), + (120984, "509205", 1, 0, 22), + (120985, "509205", 1, 0, 22), + (120986, "509132", 1, 0, 22), + (120987, "509132", 1, 0, 22), + (120988, "509132", 1, 0, 22), + (120989, "509132", 1, 0, 22), + (120990, "509132", 1, 0, 22), + (120991, "509132", 1, 0, 22), + (120992, "509132", 1, 0, 22), + (120993, "509129", 1, 0, 22), + (120994, "509129", 1, 0, 22), + (120995, "509129", 1, 0, 22), + (120996, "509129", 1, 0, 22), + (120997, "509129", 1, 0, 22), + (120998, "509129", 1, 0, 22), + (120999, "509129", 1, 0, 22), + (121000, "509129", 1, 0, 22), + (121001, "509129", 1, 0, 22), + (121002, "509129", 1, 0, 22), + (121003, "509210", 1, 0, 22), + (121004, "509210", 1, 0, 22), + (121005, "509210", 1, 0, 22), + (121006, "509210", 1, 0, 22), + (121007, "509210", 1, 0, 22), + (121008, "509210", 1, 0, 22), + (121009, "509210", 1, 0, 22), + (121010, "509210", 1, 0, 22), + (121011, "509210", 1, 0, 22), + (121012, "509210", 1, 0, 22), + (121013, "509210", 1, 0, 22), + (121014, "509340", 1, 0, 22), + (121015, "509340", 1, 0, 22), + (121016, "509340", 1, 0, 22), + (121017, "509126", 1, 0, 22), + (121018, "509126", 1, 0, 22), + (121019, "509126", 1, 0, 22), + (121020, "509126", 1, 0, 22), + (121021, "509126", 1, 0, 22), + (121022, "509126", 1, 0, 22), + (121023, "509126", 1, 0, 22), + (121024, "509126", 1, 0, 22), + (121025, "509336", 1, 0, 22), + (121026, "509336", 1, 0, 22), + (121027, "509336", 1, 0, 22), + (121028, "509336", 1, 0, 22), + (121029, "509336", 1, 0, 22), + (121030, "509336", 1, 0, 22), + (121031, "509336", 1, 0, 22), + (121032, "509336", 1, 0, 22), + (121033, "509336", 1, 0, 22), + (121034, "509336", 1, 0, 22), + (121035, "509336", 1, 0, 22), + (121036, "509336", 1, 0, 22), + (121037, "509336", 1, 0, 22), + (121038, "509336", 1, 0, 22), + (121039, "509336", 1, 0, 22), + (121040, "509336", 1, 0, 22), + (121041, "509336", 1, 0, 22), + (121042, "509311", 1, 0, 22), + (121043, "509311", 1, 0, 22), + (121044, "509340", 1, 0, 22), + (121045, "509340", 1, 0, 22), + (121046, "509311", 1, 0, 22), + (121047, "509311", 1, 0, 22), + (121048, "509311", 1, 0, 22), + (121049, "509311", 1, 0, 22), + (121050, "509311", 1, 0, 22), + (121051, "509311", 1, 0, 22), + (121052, "509153", 1, 0, 22), + (121053, "509153", 1, 0, 22), + (121054, "509153", 1, 0, 22), + (121055, "509153", 1, 0, 22), + (121056, "509153", 1, 0, 22), + (121057, "509153", 1, 0, 22), + (121058, "509153", 1, 0, 22), + (121059, "509153", 1, 0, 22), + (121060, "509135", 1, 0, 22), + (121061, "509135", 1, 0, 22), + (121062, "509135", 1, 0, 22), + (121063, "509135", 1, 0, 22), + (121064, "509135", 1, 0, 22), + (121065, "509135", 1, 0, 22), + (121066, "509133", 1, 0, 22), + (121067, "509133", 1, 0, 22), + (121068, "509133", 1, 0, 22), + (121069, "509133", 1, 0, 22), + (121070, "509133", 1, 0, 22), + (121071, "509133", 1, 0, 22), + (121072, "509133", 1, 0, 22), + (121073, "509133", 1, 0, 22), + (121074, "509133", 1, 0, 22), + (121075, "509133", 1, 0, 22), + (121076, "509133", 1, 0, 22), + (121077, "509133", 1, 0, 22), + (121078, "509133", 1, 0, 22), + (121079, "509133", 1, 0, 22), + (121080, "509133", 1, 0, 22), + (121081, "509133", 1, 0, 22), + (121082, "509133", 1, 0, 22), + (121083, "509133", 1, 0, 22), + (121084, "509133", 1, 0, 22), + (121085, "509133", 1, 0, 22), + (121086, "509133", 1, 0, 22), + (121087, "509133", 1, 0, 22), + (121088, "509133", 1, 0, 22), + (121089, "509152", 1, 0, 22), + (121090, "509128", 1, 0, 22), + (121091, "509128", 1, 0, 22), + (121092, "509128", 1, 0, 22), + (121093, "509128", 1, 0, 22), + (121094, "509128", 1, 0, 22), + (121095, "509128", 1, 0, 22), + (121096, "509128", 1, 0, 22), + (121097, "509128", 1, 0, 22), + (121098, "509128", 1, 0, 22), + (121099, "509128", 1, 0, 22), + (121100, "509128", 1, 0, 22), + (121101, "509128", 1, 0, 22), + (121102, "509128", 1, 0, 22), + (121103, "509128", 1, 0, 22), + (121104, "509128", 1, 0, 22), + (121105, "509127", 1, 0, 22), + (121106, "509340", 1, 0, 22), + (121107, "509340", 1, 0, 22), + (121108, "509340", 1, 0, 22), + (121109, "509340", 1, 0, 22), + (121110, "509340", 1, 0, 22), + (121111, "509340", 1, 0, 22), + (121112, "509340", 1, 0, 22), + (121113, "509340", 1, 0, 22), + (121114, "509340", 1, 0, 22), + (121115, "509340", 1, 0, 22), + (121116, "509340", 1, 0, 22), + (121117, "502248", 1, 0, 22), + (121118, "502255", 1, 0, 22), + (121119, "502248", 1, 0, 22), + (121120, "502108", 1, 0, 22), + (121121, "502375", 1, 0, 22), + (121122, "502117", 1, 0, 22), + (121123, "502334", 1, 0, 22), + (121124, "502267", 1, 0, 22), + (121125, "502278", 1, 0, 22), + (121126, "502311", 1, 0, 22), + (121127, "502372", 1, 0, 22), + (121128, "502247", 1, 0, 22), + (121129, "502255", 1, 0, 22), + (121130, "502108", 1, 0, 22), + (121131, "502311", 1, 0, 22), + (121132, "502280", 1, 0, 22), + (121133, "502281", 1, 0, 22), + (121134, "502247", 1, 0, 22), + (121135, "502109", 1, 0, 22), + (121136, "502278", 1, 0, 22), + (121137, "502247", 1, 0, 22), + (121138, "502267", 1, 0, 22), + (121139, "502108", 1, 0, 22), + (121140, "502277", 1, 0, 22), + (121141, "502280", 1, 0, 22), + (121142, "502114", 1, 0, 22), + (121143, "502302", 1, 0, 22), + (121144, "502113", 1, 0, 22), + (121145, "502302", 1, 0, 22), + (121146, "502375", 1, 0, 22), + (121147, "502277", 1, 0, 22), + (121148, "502117", 1, 0, 22), + (121149, "502277", 1, 0, 22), + (121150, "502334", 1, 0, 22), + (121151, "502278", 1, 0, 22), + (121152, "502334", 1, 0, 22), + (121153, "502278", 1, 0, 22), + (121154, "502279", 1, 0, 22), + (121155, "502102", 1, 0, 22), + (121156, "502117", 1, 0, 22), + (121157, "502302", 1, 0, 22), + (121158, "502113", 1, 0, 22), + (121159, "502247", 1, 0, 22), + (121160, "502334", 1, 0, 22), + (121161, "502381", 1, 0, 22), + (121162, "502113", 1, 0, 22), + (121163, "502267", 1, 0, 22), + (121164, "502247", 1, 0, 22), + (121165, "502334", 1, 0, 22), + (121166, "502276", 1, 0, 22), + (121167, "502301", 1, 0, 22), + (121168, "502279", 1, 0, 22), + (121169, "502108", 1, 0, 22), + (121170, "502279", 1, 0, 22), + (121171, "502108", 1, 0, 22), + (121172, "502102", 1, 0, 22), + (121173, "502247", 1, 0, 22), + (121174, "502107", 1, 0, 22), + (121175, "502301", 1, 0, 22), + (121176, "502255", 1, 0, 22), + (121177, "502107", 1, 0, 22), + (121178, "502336", 1, 0, 22), + (121179, "502278", 1, 0, 22), + (121180, "502102", 1, 0, 22), + (121181, "502381", 1, 0, 22), + (121182, "502109", 1, 0, 22), + (121183, "502381", 1, 0, 22), + (121184, "502335", 1, 0, 22), + (121185, "502331", 1, 0, 22), + (121186, "502108", 1, 0, 22), + (121187, "502125", 1, 0, 22), + (121188, "502303", 1, 0, 22), + (121189, "502276", 1, 0, 22), + (121190, "502109", 1, 0, 22), + (121191, "502276", 1, 0, 22), + (121192, "502130", 1, 0, 22), + (121193, "502248", 1, 0, 22), + (121194, "502334", 1, 0, 22), + (121195, "502303", 1, 0, 22), + (121196, "502276", 1, 0, 22), + (121197, "502279", 1, 0, 22), + (121198, "502267", 1, 0, 22), + (121199, "502109", 1, 0, 22), + (121200, "502109", 1, 0, 22), + (121201, "502301", 1, 0, 22), + (121202, "502336", 1, 0, 22), + (121203, "502279", 1, 0, 22), + (121204, "502372", 1, 0, 22), + (121205, "502267", 1, 0, 22), + (121206, "502336", 1, 0, 22), + (121207, "502375", 1, 0, 22), + (121208, "502108", 1, 0, 22), + (121209, "502279", 1, 0, 22), + (121210, "502312", 1, 0, 22), + (121211, "502302", 1, 0, 22), + (121212, "502310", 1, 0, 22), + (121213, "502279", 1, 0, 22), + (121214, "502108", 1, 0, 22), + (121215, "502278", 1, 0, 22), + (121216, "502334", 1, 0, 22), + (121217, "502113", 1, 0, 22), + (121218, "502331", 1, 0, 22), + (121219, "502335", 1, 0, 22), + (121220, "502108", 1, 0, 22), + (121221, "502310", 1, 0, 22), + (121222, "502278", 1, 0, 22), + (121223, "502255", 1, 0, 22), + (121224, "502281", 1, 0, 22), + (121225, "502281", 1, 0, 22), + (121226, "502302", 1, 0, 22), + (121227, "502108", 1, 0, 22), + (121228, "502108", 1, 0, 22), + (121229, "502278", 1, 0, 22), + (121230, "502278", 1, 0, 22), + (121231, "502247", 1, 0, 22), + (121232, "502102", 1, 0, 22), + (121233, "502334", 1, 0, 22), + (121234, "502247", 1, 0, 22), + (121235, "502108", 1, 0, 22), + (121236, "502302", 1, 0, 22), + (121237, "502301", 1, 0, 22), + (121238, "502279", 1, 0, 22), + (121239, "502130", 1, 0, 22), + (121240, "502108", 1, 0, 22), + (121241, "502115", 1, 0, 22), + (121242, "502280", 1, 0, 22), + (121243, "502248", 1, 0, 22), + (121244, "502334", 1, 0, 22), + (121245, "502281", 1, 0, 22), + (121246, "502267", 1, 0, 22), + (121247, "502279", 1, 0, 22), + (121248, "502114", 1, 0, 22), + (121249, "502335", 1, 0, 22), + (121250, "502276", 1, 0, 22), + (121251, "502108", 1, 0, 22), + (121252, "502247", 1, 0, 22), + (121253, "502107", 1, 0, 22), + (121254, "502247", 1, 0, 22), + (121255, "502114", 1, 0, 22), + (121256, "502335", 1, 0, 22), + (121257, "502281", 1, 0, 22), + (121258, "502276", 1, 0, 22), + (121259, "502278", 1, 0, 22), + (121260, "502102", 1, 0, 22), + (121261, "502302", 1, 0, 22), + (121262, "502102", 1, 0, 22), + (121263, "502114", 1, 0, 22), + (121264, "502108", 1, 0, 22), + (121265, "502248", 1, 0, 22), + (121266, "502102", 1, 0, 22), + (121267, "502280", 1, 0, 22), + (121268, "502331", 1, 0, 22), + (121269, "502114", 1, 0, 22), + (121270, "502302", 1, 0, 22), + (121271, "502311", 1, 0, 22), + (121272, "502113", 1, 0, 22), + (121273, "502115", 1, 0, 22), + (121274, "502301", 1, 0, 22), + (121275, "502114", 1, 0, 22), + (121276, "502312", 1, 0, 22), + (121277, "502372", 1, 0, 22), + (121278, "502301", 1, 0, 22), + (121279, "502278", 1, 0, 22), + (121280, "502130", 1, 0, 22), + (121281, "502372", 1, 0, 22), + (121282, "502114", 1, 0, 22), + (121283, "502336", 1, 0, 22), + (121284, "502279", 1, 0, 22), + (121285, "502255", 1, 0, 22), + (121286, "502281", 1, 0, 22), + (121287, "502277", 1, 0, 22), + (121288, "502375", 1, 0, 22), + (121289, "502336", 1, 0, 22), + (121290, "502301", 1, 0, 22), + (121291, "502117", 1, 0, 22), + (121292, "502278", 1, 0, 22), + (121293, "502310", 1, 0, 22), + (121294, "502114", 1, 0, 22), + (121295, "502334", 1, 0, 22), + (121296, "502255", 1, 0, 22), + (121297, "502279", 1, 0, 22), + (121298, "502381", 1, 0, 22), + (121299, "502312", 1, 0, 22), + (121300, "502255", 1, 0, 22), + (121301, "502302", 1, 0, 22), + (121302, "502125", 1, 0, 22), + (121303, "502372", 1, 0, 22), + (121304, "502381", 1, 0, 22), + (121305, "502108", 1, 0, 22), + (121306, "502248", 1, 0, 22), + (121307, "502372", 1, 0, 22), + (121308, "502372", 1, 0, 22), + (121309, "502114", 1, 0, 22), + (121310, "502102", 1, 0, 22), + (121311, "502336", 1, 0, 22), + (121312, "502301", 1, 0, 22), + (121313, "502107", 1, 0, 22), + (121314, "502102", 1, 0, 22), + (121315, "502375", 1, 0, 22), + (121316, "502279", 1, 0, 22), + (121317, "502102", 1, 0, 22), + (121318, "502334", 1, 0, 22), + (121319, "502381", 1, 0, 22), + (121320, "502301", 1, 0, 22), + (121321, "502302", 1, 0, 22), + (121322, "502334", 1, 0, 22), + (121323, "502336", 1, 0, 22), + (121324, "502113", 1, 0, 22), + (121325, "502372", 1, 0, 22), + (121326, "502276", 1, 0, 22), + (121327, "502281", 1, 0, 22), + (121328, "502109", 1, 0, 22), + (121329, "502278", 1, 0, 22), + (121330, "502277", 1, 0, 22), + (121331, "502109", 1, 0, 22), + (121332, "502102", 1, 0, 22), + (121333, "502107", 1, 0, 22), + (121334, "502278", 1, 0, 22), + (121335, "502108", 1, 0, 22), + (121336, "502375", 1, 0, 22), + (121337, "502113", 1, 0, 22), + (121338, "502108", 1, 0, 22), + (121339, "502276", 1, 0, 22), + (121340, "502278", 1, 0, 22), + (121341, "502278", 1, 0, 22), + (121342, "502109", 1, 0, 22), + (121343, "502375", 1, 0, 22), + (121344, "502267", 1, 0, 22), + (121345, "502107", 1, 0, 22), + (121346, "502336", 1, 0, 22), + (121347, "502102", 1, 0, 22), + (121348, "502255", 1, 0, 22), + (121349, "502312", 1, 0, 22), + (121350, "502102", 1, 0, 22), + (121351, "502109", 1, 0, 22), + (121352, "502117", 1, 0, 22), + (121353, "502381", 1, 0, 22), + (121354, "502130", 1, 0, 22), + (121355, "508255", 1, 0, 22), + (121356, "508114", 1, 0, 22), + (121357, "508248", 1, 0, 22), + (121358, "508377", 1, 0, 22), + (121359, "508373", 1, 0, 22), + (121360, "508254", 1, 0, 22), + (121361, "508111", 1, 0, 22), + (121362, "508126", 1, 0, 22), + (121363, "508112", 1, 0, 22), + (121364, "508112", 1, 0, 22), + (121365, "508112", 1, 0, 22), + (121366, "508286", 1, 0, 22), + (121367, "508286", 1, 0, 22), + (121368, "508286", 1, 0, 22), + (121369, "508286", 1, 0, 22), + (121370, "508286", 1, 0, 22), + (121371, "508286", 1, 0, 22), + (121372, "508115", 1, 0, 22), + (121373, "508115", 1, 0, 22), + (121374, "508115", 1, 0, 22), + (121375, "508115", 1, 0, 22), + (121376, "508115", 1, 0, 22), + (121377, "508115", 1, 0, 22), + (121378, "508115", 1, 0, 22), + (121379, "508115", 1, 0, 22), + (121380, "508115", 1, 0, 22), + (121381, "508126", 1, 0, 22), + (121382, "508126", 1, 0, 22), + (121383, "508126", 1, 0, 22), + (121384, "508126", 1, 0, 22), + (121385, "508126", 1, 0, 22), + (121386, "508126", 1, 0, 22), + (121387, "508126", 1, 0, 22), + (121388, "508126", 1, 0, 22), + (121389, "508126", 1, 0, 22), + (121390, "508126", 1, 0, 22), + (121391, "508126", 1, 0, 22), + (121392, "508284", 1, 0, 22), + (121393, "508284", 1, 0, 22), + (121394, "508284", 1, 0, 22), + (121395, "508284", 1, 0, 22), + (121396, "508284", 1, 0, 22), + (121397, "508105", 1, 0, 22), + (121398, "508105", 1, 0, 22), + (121399, "508105", 1, 0, 22), + (121400, "508105", 1, 0, 22), + (121401, "508105", 1, 0, 22), + (121402, "508105", 1, 0, 22), + (121403, "508105", 1, 0, 22), + (121404, "508105", 1, 0, 22), + (121405, "508105", 1, 0, 22), + (121406, "508105", 1, 0, 22), + (121407, "508105", 1, 0, 22), + (121408, "508105", 1, 0, 22), + (121409, "508113", 1, 0, 22), + (121410, "508113", 1, 0, 22), + (121411, "508113", 1, 0, 22), + (121412, "508113", 1, 0, 22), + (121413, "508113", 1, 0, 22), + (121414, "508113", 1, 0, 22), + (121415, "508113", 1, 0, 22), + (121416, "508112", 1, 0, 22), + (121417, "508112", 1, 0, 22), + (121418, "508245", 1, 0, 22), + (121419, "508245", 1, 0, 22), + (121420, "508245", 1, 0, 22), + (121421, "508245", 1, 0, 22), + (121422, "508245", 1, 0, 22), + (121423, "508245", 1, 0, 22), + (121424, "508245", 1, 0, 22), + (121425, "508245", 1, 0, 22), + (121426, "508245", 1, 0, 22), + (121427, "508245", 1, 0, 22), + (121428, "508245", 1, 0, 22), + (121429, "508245", 1, 0, 22), + (121430, "508244", 1, 0, 22), + (121431, "508244", 1, 0, 22), + (121432, "508244", 1, 0, 22), + (121433, "508244", 1, 0, 22), + (121434, "508244", 1, 0, 22), + (121435, "508244", 1, 0, 22), + (121436, "508244", 1, 0, 22), + (121437, "508244", 1, 0, 22), + (121438, "508244", 1, 0, 22), + (121439, "508002", 1, 0, 22), + (121440, "508255", 1, 0, 22), + (121441, "508255", 1, 0, 22), + (121442, "508255", 1, 0, 22), + (121443, "508255", 1, 0, 22), + (121444, "508255", 1, 0, 22), + (121445, "508255", 1, 0, 22), + (121446, "508255", 1, 0, 22), + (121447, "508255", 1, 0, 22), + (121448, "508255", 1, 0, 22), + (121449, "508255", 1, 0, 22), + (121450, "508255", 1, 0, 22), + (121451, "508255", 1, 0, 22), + (121452, "508250", 1, 0, 22), + (121453, "508250", 1, 0, 22), + (121454, "508250", 1, 0, 22), + (121455, "508250", 1, 0, 22), + (121456, "508126", 1, 0, 22), + (121457, "508277", 1, 0, 22), + (121458, "508277", 1, 0, 22), + (121459, "508277", 1, 0, 22), + (121460, "508277", 1, 0, 22), + (121461, "508277", 1, 0, 22), + (121462, "508277", 1, 0, 22), + (121463, "508277", 1, 0, 22), + (121464, "508277", 1, 0, 22), + (121465, "508277", 1, 0, 22), + (121466, "508277", 1, 0, 22), + (121467, "508277", 1, 0, 22), + (121468, "508277", 1, 0, 22), + (121469, "508277", 1, 0, 22), + (121470, "508277", 1, 0, 22), + (121471, "508277", 1, 0, 22), + (121472, "508277", 1, 0, 22), + (121473, "508277", 1, 0, 22), + (121474, "508277", 1, 0, 22), + (121475, "508277", 1, 0, 22), + (121476, "508277", 1, 0, 22), + (121477, "508277", 1, 0, 22), + (121478, "508277", 1, 0, 22), + (121479, "508277", 1, 0, 22), + (121480, "508277", 1, 0, 22), + (121481, "508277", 1, 0, 22), + (121482, "508250", 1, 0, 22), + (121483, "508250", 1, 0, 22), + (121484, "508250", 1, 0, 22), + (121485, "508114", 1, 0, 22), + (121486, "508114", 1, 0, 22), + (121487, "508114", 1, 0, 22), + (121488, "508114", 1, 0, 22), + (121489, "508114", 1, 0, 22), + (121490, "508114", 1, 0, 22), + (121491, "508114", 1, 0, 22), + (121492, "508114", 1, 0, 22), + (121493, "508114", 1, 0, 22), + (121494, "508114", 1, 0, 22), + (121495, "508114", 1, 0, 22), + (121496, "508114", 1, 0, 22), + (121497, "508114", 1, 0, 22), + (121498, "508252", 1, 0, 22), + (121499, "508252", 1, 0, 22), + (121500, "508252", 1, 0, 22), + (121501, "508252", 1, 0, 22), + (121502, "508252", 1, 0, 22), + (121503, "508252", 1, 0, 22), + (121504, "508252", 1, 0, 22), + (121505, "508252", 1, 0, 22), + (121506, "508252", 1, 0, 22), + (121507, "508252", 1, 0, 22), + (121508, "508252", 1, 0, 22), + (121509, "508252", 1, 0, 22), + (121510, "508252", 1, 0, 22), + (121511, "508248", 1, 0, 22), + (121512, "508248", 1, 0, 22), + (121513, "508248", 1, 0, 22), + (121514, "508248", 1, 0, 22), + (121515, "508248", 1, 0, 22), + (121516, "508248", 1, 0, 22), + (121517, "508248", 1, 0, 22), + (121518, "508248", 1, 0, 22), + (121519, "508248", 1, 0, 22), + (121520, "508248", 1, 0, 22), + (121521, "508248", 1, 0, 22), + (121522, "508248", 1, 0, 22), + (121523, "508248", 1, 0, 22), + (121524, "508248", 1, 0, 22), + (121525, "508248", 1, 0, 22), + (121526, "508248", 1, 0, 22), + (121527, "508248", 1, 0, 22), + (121528, "508248", 1, 0, 22), + (121529, "508248", 1, 0, 22), + (121530, "508248", 1, 0, 22), + (121531, "508248", 1, 0, 22), + (121532, "508248", 1, 0, 22), + (121533, "508258", 1, 0, 22), + (121534, "508258", 1, 0, 22), + (121535, "508258", 1, 0, 22), + (121536, "508258", 1, 0, 22), + (121537, "508258", 1, 0, 22), + (121538, "508258", 1, 0, 22), + (121539, "508258", 1, 0, 22), + (121540, "508258", 1, 0, 22), + (121541, "508258", 1, 0, 22), + (121542, "508258", 1, 0, 22), + (121543, "508258", 1, 0, 22), + (121544, "508258", 1, 0, 22), + (121545, "508258", 1, 0, 22), + (121546, "508258", 1, 0, 22), + (121547, "508258", 1, 0, 22), + (121548, "508257", 1, 0, 22), + (121549, "508257", 1, 0, 22), + (121550, "508257", 1, 0, 22), + (121551, "508257", 1, 0, 22), + (121552, "508257", 1, 0, 22), + (121553, "508257", 1, 0, 22), + (121554, "508257", 1, 0, 22), + (121555, "508257", 1, 0, 22), + (121556, "508377", 1, 0, 22), + (121557, "508202", 1, 0, 22), + (121558, "508377", 1, 0, 22), + (121559, "508202", 1, 0, 22), + (121560, "508377", 1, 0, 22), + (121561, "508377", 1, 0, 22), + (121562, "508377", 1, 0, 22), + (121563, "508377", 1, 0, 22), + (121564, "508243", 1, 0, 22), + (121565, "508243", 1, 0, 22), + (121566, "508243", 1, 0, 22), + (121567, "508243", 1, 0, 22), + (121568, "508243", 1, 0, 22), + (121569, "508243", 1, 0, 22), + (121570, "508243", 1, 0, 22), + (121571, "508243", 1, 0, 22), + (121572, "508256", 1, 0, 22), + (121573, "508256", 1, 0, 22), + (121574, "508256", 1, 0, 22), + (121575, "508256", 1, 0, 22), + (121576, "508256", 1, 0, 22), + (121577, "508256", 1, 0, 22), + (121578, "508256", 1, 0, 22), + (121579, "508256", 1, 0, 22), + (121580, "508245", 1, 0, 22), + (121581, "508245", 1, 0, 22), + (121582, "508244", 1, 0, 22), + (121583, "508244", 1, 0, 22), + (121584, "508373", 1, 0, 22), + (121585, "508373", 1, 0, 22), + (121586, "508373", 1, 0, 22), + (121587, "508373", 1, 0, 22), + (121588, "508373", 1, 0, 22), + (121589, "508373", 1, 0, 22), + (121590, "508253", 1, 0, 22), + (121591, "508253", 1, 0, 22), + (121592, "508253", 1, 0, 22), + (121593, "508253", 1, 0, 22), + (121594, "508253", 1, 0, 22), + (121595, "508253", 1, 0, 22), + (121596, "508253", 1, 0, 22), + (121597, "508253", 1, 0, 22), + (121598, "508253", 1, 0, 22), + (121599, "508253", 1, 0, 22), + (121600, "508253", 1, 0, 22), + (121601, "508113", 1, 0, 22), + (121602, "508113", 1, 0, 22), + (121603, "508113", 1, 0, 22), + (121604, "508113", 1, 0, 22), + (121605, "508113", 1, 0, 22), + (121606, "508113", 1, 0, 22), + (121607, "508285", 1, 0, 22), + (121608, "508285", 1, 0, 22), + (121609, "508285", 1, 0, 22), + (121610, "508285", 1, 0, 22), + (121611, "508285", 1, 0, 22), + (121612, "508285", 1, 0, 22), + (121613, "508285", 1, 0, 22), + (121614, "508285", 1, 0, 22), + (121615, "508112", 1, 0, 22), + (121616, "508112", 1, 0, 22), + (121617, "508112", 1, 0, 22), + (121618, "508112", 1, 0, 22), + (121619, "508112", 1, 0, 22), + (121620, "508112", 1, 0, 22), + (121621, "508112", 1, 0, 22), + (121622, "508254", 1, 0, 22), + (121623, "508254", 1, 0, 22), + (121624, "508254", 1, 0, 22), + (121625, "508254", 1, 0, 22), + (121626, "508254", 1, 0, 22), + (121627, "508254", 1, 0, 22), + (121628, "508254", 1, 0, 22), + (121629, "508254", 1, 0, 22), + (121630, "508254", 1, 0, 22), + (121631, "508377", 1, 0, 22), + (121632, "508266", 1, 0, 22), + (121633, "508266", 1, 0, 22), + (121634, "508266", 1, 0, 22), + (121635, "508266", 1, 0, 22), + (121636, "508266", 1, 0, 22), + (121637, "508266", 1, 0, 22), + (121638, "508266", 1, 0, 22), + (121639, "508266", 1, 0, 22), + (121640, "508266", 1, 0, 22), + (121641, "508377", 1, 0, 22), + (121642, "508004", 1, 0, 22), + (121643, "508004", 1, 0, 22), + (121644, "508004", 1, 0, 22), + (121645, "508202", 1, 0, 22), + (121646, "508101", 1, 0, 22), + (121647, "508101", 1, 0, 22), + (121648, "508101", 1, 0, 22), + (121649, "508101", 1, 0, 22), + (121650, "508101", 1, 0, 22), + (121651, "508101", 1, 0, 22), + (121652, "508101", 1, 0, 22), + (121653, "508101", 1, 0, 22), + (121654, "508101", 1, 0, 22), + (121655, "508111", 1, 0, 22), + (121656, "508111", 1, 0, 22), + (121657, "508111", 1, 0, 22), + (121658, "508111", 1, 0, 22), + (121659, "508111", 1, 0, 22), + (121660, "508111", 1, 0, 22), + (121661, "508111", 1, 0, 22), + (121662, "508111", 1, 0, 22), + (121663, "508111", 1, 0, 22), + (121664, "508111", 1, 0, 22), + (121665, "508111", 1, 0, 22), + (121666, "508111", 1, 0, 22), + (121667, "508111", 1, 0, 22), + (121668, "508111", 1, 0, 22), + (121669, "508117", 1, 0, 22), + (121670, "508117", 1, 0, 22), + (121671, "508286", 1, 0, 22), + (121672, "508286", 1, 0, 22), + (121673, "508117", 1, 0, 22), + (121674, "508117", 1, 0, 22), + (121675, "508286", 1, 0, 22), + (121676, "508117", 1, 0, 22), + (121677, "508117", 1, 0, 22), + (121678, "508117", 1, 0, 22), + (121679, "508117", 1, 0, 22), + (121680, "508117", 1, 0, 22), + (121681, "508286", 1, 0, 22), + (121682, "508117", 1, 0, 22), + (121683, "508117", 1, 0, 22), + (121684, "508115", 1, 0, 22), + (121685, "508115", 1, 0, 22), + (121686, "508115", 1, 0, 22), + (121687, "508286", 1, 0, 22), + (121688, "508115", 1, 0, 22), + (121689, "508117", 1, 0, 22), + (121690, "505415", 1, 0, 22), + (121691, "505401", 1, 0, 22), + (121692, "505401", 1, 0, 22), + (121693, "505401", 1, 0, 22), + (121694, "505401", 1, 0, 22), + (121695, "505401", 1, 0, 22), + (121696, "505401", 1, 0, 22), + (121697, "505526", 1, 0, 22), + (121698, "505526", 1, 0, 22), + (121699, "505526", 1, 0, 22), + (121700, "505526", 1, 0, 22), + (121701, "505526", 1, 0, 22), + (121702, "505526", 1, 0, 22), + (121703, "505526", 1, 0, 22), + (121704, "505526", 1, 0, 22), + (121705, "505526", 1, 0, 22), + (121706, "505526", 1, 0, 22), + (121707, "505526", 1, 0, 22), + (121708, "505526", 1, 0, 22), + (121709, "505445", 1, 0, 22), + (121710, "505445", 1, 0, 22), + (121711, "505445", 1, 0, 22), + (121712, "505445", 1, 0, 22), + (121713, "505466", 1, 0, 22), + (121714, "505466", 1, 0, 22), + (121715, "505466", 1, 0, 22), + (121716, "505466", 1, 0, 22), + (121717, "505466", 1, 0, 22), + (121718, "505466", 1, 0, 22), + (121719, "505466", 1, 0, 22), + (121720, "505466", 1, 0, 22), + (121721, "505466", 1, 0, 22), + (121722, "505466", 1, 0, 22), + (121723, "505528", 1, 0, 22), + (121724, "505528", 1, 0, 22), + (121725, "505528", 1, 0, 22), + (121726, "505528", 1, 0, 22), + (121727, "505469", 1, 0, 22), + (121728, "505501", 1, 0, 22), + (121729, "505473", 1, 0, 22), + (121730, "505304", 1, 0, 22), + (121731, "505452", 1, 0, 22), + (121732, "505331", 1, 0, 22), + (121733, "505305", 1, 0, 22), + (121734, "505301", 1, 0, 22), + (121735, "505301", 1, 0, 22), + (121736, "505301", 1, 0, 22), + (121737, "505301", 1, 0, 22), + (121738, "505301", 1, 0, 22), + (121739, "505301", 1, 0, 22), + (121740, "505301", 1, 0, 22), + (121741, "505405", 1, 0, 22), + (121742, "505405", 1, 0, 22), + (121743, "505405", 1, 0, 22), + (121744, "505302", 1, 0, 22), + (121745, "505405", 1, 0, 22), + (121746, "505405", 1, 0, 22), + (121747, "505405", 1, 0, 22), + (121748, "505405", 1, 0, 22), + (121749, "505405", 1, 0, 22), + (121750, "505405", 1, 0, 22), + (121751, "505405", 1, 0, 22), + (121752, "505405", 1, 0, 22), + (121753, "505405", 1, 0, 22), + (121754, "505302", 1, 0, 22), + (121755, "505302", 1, 0, 22), + (121756, "505302", 1, 0, 22), + (121757, "505302", 1, 0, 22), + (121758, "505302", 1, 0, 22), + (121759, "505302", 1, 0, 22), + (121760, "505302", 1, 0, 22), + (121761, "505305", 1, 0, 22), + (121762, "505305", 1, 0, 22), + (121763, "505305", 1, 0, 22), + (121764, "505305", 1, 0, 22), + (121765, "505305", 1, 0, 22), + (121766, "505305", 1, 0, 22), + (121767, "505305", 1, 0, 22), + (121768, "505460", 1, 0, 22), + (121769, "505460", 1, 0, 22), + (121770, "505460", 1, 0, 22), + (121771, "505460", 1, 0, 22), + (121772, "505460", 1, 0, 22), + (121773, "505460", 1, 0, 22), + (121774, "505460", 1, 0, 22), + (121775, "505460", 1, 0, 22), + (121776, "505460", 1, 0, 22), + (121777, "505460", 1, 0, 22), + (121778, "505460", 1, 0, 22), + (121779, "505460", 1, 0, 22), + (121780, "505307", 1, 0, 22), + (121781, "505307", 1, 0, 22), + (121782, "505307", 1, 0, 22), + (121783, "505307", 1, 0, 22), + (121784, "505307", 1, 0, 22), + (121785, "505307", 1, 0, 22), + (121786, "505462", 1, 0, 22), + (121787, "505462", 1, 0, 22), + (121788, "505462", 1, 0, 22), + (121789, "505462", 1, 0, 22), + (121790, "505462", 1, 0, 22), + (121791, "505462", 1, 0, 22), + (121792, "505462", 1, 0, 22), + (121793, "505462", 1, 0, 22), + (121794, "505301", 1, 0, 22), + (121795, "505301", 1, 0, 22), + (121796, "505301", 1, 0, 22), + (121797, "505301", 1, 0, 22), + (121798, "505301", 1, 0, 22), + (121799, "505301", 1, 0, 22), + (121800, "505301", 1, 0, 22), + (121801, "505301", 1, 0, 22), + (121802, "505301", 1, 0, 22), + (121803, "505528", 1, 0, 22), + (121804, "505528", 1, 0, 22), + (121805, "505528", 1, 0, 22), + (121806, "505528", 1, 0, 22), + (121807, "505002", 1, 0, 22), + (121808, "505002", 1, 0, 22), + (121809, "505002", 1, 0, 22), + (121810, "505002", 1, 0, 22), + (121811, "505002", 1, 0, 22), + (121812, "505002", 1, 0, 22), + (121813, "505002", 1, 0, 22), + (121814, "505524", 1, 0, 22), + (121815, "505524", 1, 0, 22), + (121816, "505524", 1, 0, 22), + (121817, "505524", 1, 0, 22), + (121818, "505524", 1, 0, 22), + (121819, "505524", 1, 0, 22), + (121820, "505524", 1, 0, 22), + (121821, "505524", 1, 0, 22), + (121822, "505415", 1, 0, 22), + (121823, "505415", 1, 0, 22), + (121824, "505415", 1, 0, 22), + (121825, "505415", 1, 0, 22), + (121826, "505415", 1, 0, 22), + (121827, "505415", 1, 0, 22), + (121828, "505415", 1, 0, 22), + (121829, "505415", 1, 0, 22), + (121830, "505415", 1, 0, 22), + (121831, "505415", 1, 0, 22), + (121832, "505415", 1, 0, 22), + (121833, "505451", 1, 0, 22), + (121834, "505527", 1, 0, 22), + (121835, "505527", 1, 0, 22), + (121836, "505469", 1, 0, 22), + (121837, "505469", 1, 0, 22), + (121838, "505469", 1, 0, 22), + (121839, "505469", 1, 0, 22), + (121840, "505469", 1, 0, 22), + (121841, "505469", 1, 0, 22), + (121842, "505469", 1, 0, 22), + (121843, "505469", 1, 0, 22), + (121844, "505469", 1, 0, 22), + (121845, "505469", 1, 0, 22), + (121846, "505481", 1, 0, 22), + (121847, "505481", 1, 0, 22), + (121848, "505481", 1, 0, 22), + (121849, "505481", 1, 0, 22), + (121850, "505481", 1, 0, 22), + (121851, "505481", 1, 0, 22), + (121852, "505481", 1, 0, 22), + (121853, "505531", 1, 0, 22), + (121854, "505531", 1, 0, 22), + (121855, "505445", 1, 0, 22), + (121856, "505445", 1, 0, 22), + (121857, "505445", 1, 0, 22), + (121858, "505445", 1, 0, 22), + (121859, "505445", 1, 0, 22), + (121860, "505467", 1, 0, 22), + (121861, "505467", 1, 0, 22), + (121862, "505467", 1, 0, 22), + (121863, "505467", 1, 0, 22), + (121864, "505467", 1, 0, 22), + (121865, "505467", 1, 0, 22), + (121866, "505467", 1, 0, 22), + (121867, "505467", 1, 0, 22), + (121868, "505467", 1, 0, 22), + (121869, "505467", 1, 0, 22), + (121870, "505467", 1, 0, 22), + (121871, "505467", 1, 0, 22), + (121872, "505467", 1, 0, 22), + (121873, "505002", 1, 0, 22), + (121874, "505501", 1, 0, 22), + (121875, "505501", 1, 0, 22), + (121876, "505501", 1, 0, 22), + (121877, "505501", 1, 0, 22), + (121878, "505501", 1, 0, 22), + (121879, "505501", 1, 0, 22), + (121880, "505402", 1, 0, 22), + (121881, "505402", 1, 0, 22), + (121882, "505302", 1, 0, 22), + (121883, "505402", 1, 0, 22), + (121884, "505402", 1, 0, 22), + (121885, "505302", 1, 0, 22), + (121886, "505402", 1, 0, 22), + (121887, "505402", 1, 0, 22), + (121888, "505524", 1, 0, 22), + (121889, "505402", 1, 0, 22), + (121890, "505402", 1, 0, 22), + (121891, "505451", 1, 0, 22), + (121892, "505451", 1, 0, 22), + (121893, "505451", 1, 0, 22), + (121894, "505451", 1, 0, 22), + (121895, "505531", 1, 0, 22), + (121896, "505531", 1, 0, 22), + (121897, "505531", 1, 0, 22), + (121898, "505531", 1, 0, 22), + (121899, "505531", 1, 0, 22), + (121900, "505531", 1, 0, 22), + (121901, "505531", 1, 0, 22), + (121902, "505531", 1, 0, 22), + (121903, "505531", 1, 0, 22), + (121904, "505531", 1, 0, 22), + (121905, "505531", 1, 0, 22), + (121906, "505473", 1, 0, 22), + (121907, "505473", 1, 0, 22), + (121908, "505473", 1, 0, 22), + (121909, "505473", 1, 0, 22), + (121910, "505473", 1, 0, 22), + (121911, "505473", 1, 0, 22), + (121912, "505530", 1, 0, 22), + (121913, "505530", 1, 0, 22), + (121914, "505530", 1, 0, 22), + (121915, "505530", 1, 0, 22), + (121916, "505530", 1, 0, 22), + (121917, "505530", 1, 0, 22), + (121918, "505530", 1, 0, 22), + (121919, "505530", 1, 0, 22), + (121920, "505530", 1, 0, 22), + (121921, "505530", 1, 0, 22), + (121922, "505530", 1, 0, 22), + (121923, "505530", 1, 0, 22), + (121924, "505530", 1, 0, 22), + (121925, "505330", 1, 0, 22), + (121926, "505330", 1, 0, 22), + (121927, "505330", 1, 0, 22), + (121928, "505330", 1, 0, 22), + (121929, "505306", 1, 0, 22), + (121930, "505306", 1, 0, 22), + (121931, "505306", 1, 0, 22), + (121932, "505306", 1, 0, 22), + (121933, "505306", 1, 0, 22), + (121934, "505306", 1, 0, 22), + (121935, "505306", 1, 0, 22), + (121936, "505425", 1, 0, 22), + (121937, "505425", 1, 0, 22), + (121938, "505425", 1, 0, 22), + (121939, "505425", 1, 0, 22), + (121940, "505425", 1, 0, 22), + (121941, "505425", 1, 0, 22), + (121942, "505425", 1, 0, 22), + (121943, "505425", 1, 0, 22), + (121944, "505425", 1, 0, 22), + (121945, "505304", 1, 0, 22), + (121946, "505304", 1, 0, 22), + (121947, "505304", 1, 0, 22), + (121948, "505304", 1, 0, 22), + (121949, "505304", 1, 0, 22), + (121950, "505304", 1, 0, 22), + (121951, "505304", 1, 0, 22), + (121952, "505304", 1, 0, 22), + (121953, "505532", 1, 0, 22), + (121954, "505532", 1, 0, 22), + (121955, "505532", 1, 0, 22), + (121956, "505532", 1, 0, 22), + (121957, "505532", 1, 0, 22), + (121958, "505532", 1, 0, 22), + (121959, "505532", 1, 0, 22), + (121960, "505532", 1, 0, 22), + (121961, "505532", 1, 0, 22), + (121962, "505532", 1, 0, 22), + (121963, "505532", 1, 0, 22), + (121964, "505532", 1, 0, 22), + (121965, "505532", 1, 0, 22), + (121966, "505450", 1, 0, 22), + (121967, "505450", 1, 0, 22), + (121968, "505450", 1, 0, 22), + (121969, "505450", 1, 0, 22), + (121970, "505450", 1, 0, 22), + (121971, "505450", 1, 0, 22), + (121972, "505450", 1, 0, 22), + (121973, "505303", 1, 0, 22), + (121974, "505303", 1, 0, 22), + (121975, "505303", 1, 0, 22), + (121976, "505303", 1, 0, 22), + (121977, "505303", 1, 0, 22), + (121978, "505452", 1, 0, 22), + (121979, "505452", 1, 0, 22), + (121980, "505452", 1, 0, 22), + (121981, "505452", 1, 0, 22), + (121982, "505452", 1, 0, 22), + (121983, "505452", 1, 0, 22), + (121984, "505452", 1, 0, 22), + (121985, "505452", 1, 0, 22), + (121986, "505452", 1, 0, 22), + (121987, "505452", 1, 0, 22), + (121988, "505452", 1, 0, 22), + (121989, "505452", 1, 0, 22), + (121990, "505403", 1, 0, 22), + (121991, "505403", 1, 0, 22), + (121992, "505403", 1, 0, 22), + (121993, "505403", 1, 0, 22), + (121994, "505403", 1, 0, 22), + (121995, "505403", 1, 0, 22), + (121996, "505403", 1, 0, 22), + (121997, "505403", 1, 0, 22), + (121998, "505403", 1, 0, 22), + (121999, "505453", 1, 0, 22), + (122000, "505453", 1, 0, 22), + (122001, "505453", 1, 0, 22), + (122002, "505453", 1, 0, 22), + (122003, "505453", 1, 0, 22), + (122004, "505453", 1, 0, 22), + (122005, "505453", 1, 0, 22), + (122006, "505453", 1, 0, 22), + (122007, "505453", 1, 0, 22), + (122008, "505453", 1, 0, 22), + (122009, "505325", 1, 0, 22), + (122010, "505325", 1, 0, 22), + (122011, "505325", 1, 0, 22), + (122012, "505325", 1, 0, 22), + (122013, "505325", 1, 0, 22), + (122014, "505325", 1, 0, 22), + (122015, "505325", 1, 0, 22), + (122016, "505325", 1, 0, 22), + (122017, "505325", 1, 0, 22), + (122018, "505325", 1, 0, 22), + (122019, "505325", 1, 0, 22), + (122020, "505325", 1, 0, 22), + (122021, "505325", 1, 0, 22), + (122022, "505325", 1, 0, 22), + (122023, "505404", 1, 0, 22), + (122024, "505404", 1, 0, 22), + (122025, "505404", 1, 0, 22), + (122026, "505404", 1, 0, 22), + (122027, "505404", 1, 0, 22), + (122028, "505404", 1, 0, 22), + (122029, "505404", 1, 0, 22), + (122030, "505404", 1, 0, 22), + (122031, "505331", 1, 0, 22), + (122032, "505331", 1, 0, 22), + (122033, "505331", 1, 0, 22), + (122034, "505331", 1, 0, 22), + (122035, "505331", 1, 0, 22), + (122036, "505331", 1, 0, 22), + (122037, "505331", 1, 0, 22), + (122038, "505331", 1, 0, 22), + (122039, "505331", 1, 0, 22), + (122040, "505454", 1, 0, 22), + (122041, "505454", 1, 0, 22), + (122042, "505454", 1, 0, 22), + (122043, "505454", 1, 0, 22), + (122044, "505454", 1, 0, 22), + (122045, "505454", 1, 0, 22), + (122046, "505454", 1, 0, 22), + (122047, "505454", 1, 0, 22), + (122048, "505454", 1, 0, 22), + (122049, "505454", 1, 0, 22), + (122050, "505454", 1, 0, 22), + (122051, "505454", 1, 0, 22), + (122052, "505454", 1, 0, 22), + (122053, "505454", 1, 0, 22), + (122054, "505454", 1, 0, 22), + (122055, "505454", 1, 0, 22), + (122056, "505455", 1, 0, 22), + (122057, "505455", 1, 0, 22), + (122058, "505455", 1, 0, 22), + (122059, "505455", 1, 0, 22), + (122060, "505455", 1, 0, 22), + (122061, "505455", 1, 0, 22), + (122062, "505455", 1, 0, 22), + (122063, "505455", 1, 0, 22), + (122064, "505529", 1, 0, 22), + (122065, "505529", 1, 0, 22), + (122066, "505529", 1, 0, 22), + (122067, "505529", 1, 0, 22), + (122068, "505529", 1, 0, 22), + (122069, "505529", 1, 0, 22), + (122070, "505529", 1, 0, 22), + (122071, "505529", 1, 0, 22), + (122072, "505529", 1, 0, 22), + (122073, "505305", 1, 0, 22), + (122074, "505305", 1, 0, 22), + (122075, "507182", 1, 0, 22), + (122076, "507318", 1, 0, 22), + (122077, "507159", 1, 0, 22), + (122078, "507168", 1, 0, 22), + (122079, "507122", 1, 0, 22), + (122080, "507203", 1, 0, 22), + (122081, "507201", 1, 0, 22), + (122082, "507117", 1, 0, 22), + (122083, "507114", 1, 0, 22), + (122084, "507114", 1, 0, 22), + (122085, "507114", 1, 0, 22), + (122086, "507114", 1, 0, 22), + (122087, "507114", 1, 0, 22), + (122088, "507211", 1, 0, 22), + (122089, "507211", 1, 0, 22), + (122090, "507211", 1, 0, 22), + (122091, "507211", 1, 0, 22), + (122092, "507211", 1, 0, 22), + (122093, "507211", 1, 0, 22), + (122094, "507211", 1, 0, 22), + (122095, "507211", 1, 0, 22), + (122096, "507003", 1, 0, 22), + (122097, "507003", 1, 0, 22), + (122098, "507003", 1, 0, 22), + (122099, "507003", 1, 0, 22), + (122100, "507003", 1, 0, 22), + (122101, "507003", 1, 0, 22), + (122102, "507003", 1, 0, 22), + (122103, "507003", 1, 0, 22), + (122104, "507003", 1, 0, 22), + (122105, "507003", 1, 0, 22), + (122106, "507003", 1, 0, 22), + (122107, "507003", 1, 0, 22), + (122108, "507003", 1, 0, 22), + (122109, "507003", 1, 0, 22), + (122110, "507003", 1, 0, 22), + (122111, "507210", 1, 0, 22), + (122112, "507210", 1, 0, 22), + (122113, "507210", 1, 0, 22), + (122114, "507210", 1, 0, 22), + (122115, "507210", 1, 0, 22), + (122116, "507210", 1, 0, 22), + (122117, "507210", 1, 0, 22), + (122118, "507210", 1, 0, 22), + (122119, "507210", 1, 0, 22), + (122120, "507182", 1, 0, 22), + (122121, "507182", 1, 0, 22), + (122122, "507182", 1, 0, 22), + (122123, "507182", 1, 0, 22), + (122124, "507117", 1, 0, 22), + (122125, "507117", 1, 0, 22), + (122126, "507117", 1, 0, 22), + (122127, "507117", 1, 0, 22), + (122128, "507117", 1, 0, 22), + (122129, "507117", 1, 0, 22), + (122130, "507117", 1, 0, 22), + (122131, "507117", 1, 0, 22), + (122132, "507117", 1, 0, 22), + (122133, "507117", 1, 0, 22), + (122134, "507117", 1, 0, 22), + (122135, "507117", 1, 0, 22), + (122136, "507117", 1, 0, 22), + (122137, "507128", 1, 0, 22), + (122138, "507128", 1, 0, 22), + (122139, "507140", 1, 0, 22), + (122140, "507140", 1, 0, 22), + (122141, "507140", 1, 0, 22), + (122142, "507140", 1, 0, 22), + (122143, "507140", 1, 0, 22), + (122144, "507140", 1, 0, 22), + (122145, "507136", 1, 0, 22), + (122146, "507136", 1, 0, 22), + (122147, "507136", 1, 0, 22), + (122148, "507136", 1, 0, 22), + (122149, "507136", 1, 0, 22), + (122150, "507136", 1, 0, 22), + (122151, "507136", 1, 0, 22), + (122152, "507136", 1, 0, 22), + (122153, "507136", 1, 0, 22), + (122154, "507114", 1, 0, 22), + (122155, "507166", 1, 0, 22), + (122156, "507166", 1, 0, 22), + (122157, "507166", 1, 0, 22), + (122158, "507166", 1, 0, 22), + (122159, "507166", 1, 0, 22), + (122160, "507166", 1, 0, 22), + (122161, "533352", 1, 0, 22), + (122162, "507115", 1, 0, 22), + (122163, "507115", 1, 0, 22), + (122164, "507115", 1, 0, 22), + (122165, "507115", 1, 0, 22), + (122166, "507115", 1, 0, 22), + (122167, "507115", 1, 0, 22), + (122168, "507115", 1, 0, 22), + (122169, "507115", 1, 0, 22), + (122170, "507115", 1, 0, 22), + (122171, "507115", 1, 0, 22), + (122172, "507115", 1, 0, 22), + (122173, "507115", 1, 0, 22), + (122174, "507115", 1, 0, 22), + (122175, "507115", 1, 0, 22), + (122176, "507115", 1, 0, 22), + (122177, "507115", 1, 0, 22), + (122178, "507301", 1, 0, 22), + (122179, "507301", 1, 0, 22), + (122180, "507301", 1, 0, 22), + (122181, "507301", 1, 0, 22), + (122182, "507301", 1, 0, 22), + (122183, "507301", 1, 0, 22), + (122184, "507301", 1, 0, 22), + (122185, "507306", 1, 0, 22), + (122186, "507306", 1, 0, 22), + (122187, "507306", 1, 0, 22), + (122188, "507306", 1, 0, 22), + (122189, "507306", 1, 0, 22), + (122190, "507306", 1, 0, 22), + (122191, "507306", 1, 0, 22), + (122192, "507306", 1, 0, 22), + (122193, "507306", 1, 0, 22), + (122194, "507316", 1, 0, 22), + (122195, "507316", 1, 0, 22), + (122196, "507316", 1, 0, 22), + (122197, "507316", 1, 0, 22), + (122198, "507316", 1, 0, 22), + (122199, "507316", 1, 0, 22), + (122200, "507316", 1, 0, 22), + (122201, "507302", 1, 0, 22), + (122202, "507302", 1, 0, 22), + (122203, "507302", 1, 0, 22), + (122204, "507302", 1, 0, 22), + (122205, "507302", 1, 0, 22), + (122206, "507302", 1, 0, 22), + (122207, "507302", 1, 0, 22), + (122208, "507302", 1, 0, 22), + (122209, "507302", 1, 0, 22), + (122210, "507303", 1, 0, 22), + (122211, "507303", 1, 0, 22), + (122212, "507303", 1, 0, 22), + (122213, "507303", 1, 0, 22), + (122214, "507303", 1, 0, 22), + (122215, "507303", 1, 0, 22), + (122216, "507303", 1, 0, 22), + (122217, "507303", 1, 0, 22), + (122218, "507303", 1, 0, 22), + (122219, "507303", 1, 0, 22), + (122220, "507303", 1, 0, 22), + (122221, "507164", 1, 0, 22), + (122222, "507164", 1, 0, 22), + (122223, "507164", 1, 0, 22), + (122224, "507164", 1, 0, 22), + (122225, "507164", 1, 0, 22), + (122226, "507164", 1, 0, 22), + (122227, "507164", 1, 0, 22), + (122228, "507124", 1, 0, 22), + (122229, "507124", 1, 0, 22), + (122230, "507124", 1, 0, 22), + (122231, "507118", 1, 0, 22), + (122232, "507124", 1, 0, 22), + (122233, "507118", 1, 0, 22), + (122234, "507118", 1, 0, 22), + (122235, "507118", 1, 0, 22), + (122236, "507123", 1, 0, 22), + (122237, "507118", 1, 0, 22), + (122238, "507124", 1, 0, 22), + (122239, "507118", 1, 0, 22), + (122240, "507124", 1, 0, 22), + (122241, "507118", 1, 0, 22), + (122242, "507123", 1, 0, 22), + (122243, "507118", 1, 0, 22), + (122244, "507118", 1, 0, 22), + (122245, "507124", 1, 0, 22), + (122246, "507118", 1, 0, 22), + (122247, "507120", 1, 0, 22), + (122248, "507120", 1, 0, 22), + (122249, "507120", 1, 0, 22), + (122250, "507120", 1, 0, 22), + (122251, "507120", 1, 0, 22), + (122252, "507120", 1, 0, 22), + (122253, "507120", 1, 0, 22), + (122254, "507103", 1, 0, 22), + (122255, "507123", 1, 0, 22), + (122256, "507123", 1, 0, 22), + (122257, "507123", 1, 0, 22), + (122258, "507123", 1, 0, 22), + (122259, "507123", 1, 0, 22), + (122260, "507123", 1, 0, 22), + (122261, "507123", 1, 0, 22), + (122262, "507123", 1, 0, 22), + (122263, "507123", 1, 0, 22), + (122264, "507123", 1, 0, 22), + (122265, "507123", 1, 0, 22), + (122266, "507123", 1, 0, 22), + (122267, "507123", 1, 0, 22), + (122268, "507124", 1, 0, 22), + (122269, "507124", 1, 0, 22), + (122270, "507124", 1, 0, 22), + (122271, "507124", 1, 0, 22), + (122272, "507166", 1, 0, 22), + (122273, "507166", 1, 0, 22), + (122274, "507166", 1, 0, 22), + (122275, "507318", 1, 0, 22), + (122276, "507318", 1, 0, 22), + (122277, "507318", 1, 0, 22), + (122278, "507318", 1, 0, 22), + (122279, "507318", 1, 0, 22), + (122280, "507169", 1, 0, 22), + (122281, "507169", 1, 0, 22), + (122282, "507169", 1, 0, 22), + (122283, "507169", 1, 0, 22), + (122284, "507169", 1, 0, 22), + (122285, "507169", 1, 0, 22), + (122286, "507169", 1, 0, 22), + (122287, "507002", 1, 0, 22), + (122288, "507002", 1, 0, 22), + (122289, "507002", 1, 0, 22), + (122290, "507002", 1, 0, 22), + (122291, "507002", 1, 0, 22), + (122292, "507002", 1, 0, 22), + (122293, "507002", 1, 0, 22), + (122294, "507158", 1, 0, 22), + (122295, "507158", 1, 0, 22), + (122296, "507158", 1, 0, 22), + (122297, "507158", 1, 0, 22), + (122298, "507158", 1, 0, 22), + (122299, "507158", 1, 0, 22), + (122300, "507158", 1, 0, 22), + (122301, "507158", 1, 0, 22), + (122302, "507158", 1, 0, 22), + (122303, "507158", 1, 0, 22), + (122304, "507158", 1, 0, 22), + (122305, "507158", 1, 0, 22), + (122306, "507158", 1, 0, 22), + (122307, "507159", 1, 0, 22), + (122308, "507159", 1, 0, 22), + (122309, "507159", 1, 0, 22), + (122310, "507159", 1, 0, 22), + (122311, "507159", 1, 0, 22), + (122312, "507182", 1, 0, 22), + (122313, "507182", 1, 0, 22), + (122314, "507182", 1, 0, 22), + (122315, "507183", 1, 0, 22), + (122316, "507183", 1, 0, 22), + (122317, "507183", 1, 0, 22), + (122318, "507183", 1, 0, 22), + (122319, "507183", 1, 0, 22), + (122320, "507183", 1, 0, 22), + (122321, "507183", 1, 0, 22), + (122322, "507161", 1, 0, 22), + (122323, "507161", 1, 0, 22), + (122324, "507161", 1, 0, 22), + (122325, "507161", 1, 0, 22), + (122326, "507161", 1, 0, 22), + (122327, "507161", 1, 0, 22), + (122328, "507161", 1, 0, 22), + (122329, "507161", 1, 0, 22), + (122330, "507161", 1, 0, 22), + (122331, "507161", 1, 0, 22), + (122332, "507161", 1, 0, 22), + (122333, "507305", 1, 0, 22), + (122334, "507305", 1, 0, 22), + (122335, "507305", 1, 0, 22), + (122336, "507305", 1, 0, 22), + (122337, "507305", 1, 0, 22), + (122338, "507305", 1, 0, 22), + (122339, "507305", 1, 0, 22), + (122340, "507305", 1, 0, 22), + (122341, "507305", 1, 0, 22), + (122342, "507163", 1, 0, 22), + (122343, "507163", 1, 0, 22), + (122344, "507163", 1, 0, 22), + (122345, "507163", 1, 0, 22), + (122346, "507163", 1, 0, 22), + (122347, "507163", 1, 0, 22), + (122348, "507163", 1, 0, 22), + (122349, "507163", 1, 0, 22), + (122350, "507159", 1, 0, 22), + (122351, "507159", 1, 0, 22), + (122352, "507159", 1, 0, 22), + (122353, "507159", 1, 0, 22), + (122354, "507159", 1, 0, 22), + (122355, "507160", 1, 0, 22), + (122356, "507160", 1, 0, 22), + (122357, "507160", 1, 0, 22), + (122358, "507160", 1, 0, 22), + (122359, "507160", 1, 0, 22), + (122360, "507160", 1, 0, 22), + (122361, "507160", 1, 0, 22), + (122362, "507160", 1, 0, 22), + (122363, "507160", 1, 0, 22), + (122364, "507160", 1, 0, 22), + (122365, "507160", 1, 0, 22), + (122366, "507160", 1, 0, 22), + (122367, "507160", 1, 0, 22), + (122368, "507160", 1, 0, 22), + (122369, "507160", 1, 0, 22), + (122370, "507160", 1, 0, 22), + (122371, "507160", 1, 0, 22), + (122372, "507157", 1, 0, 22), + (122373, "507157", 1, 0, 22), + (122374, "507157", 1, 0, 22), + (122375, "507157", 1, 0, 22), + (122376, "507157", 1, 0, 22), + (122377, "507170", 1, 0, 22), + (122378, "507170", 1, 0, 22), + (122379, "507170", 1, 0, 22), + (122380, "507170", 1, 0, 22), + (122381, "507170", 1, 0, 22), + (122382, "507170", 1, 0, 22), + (122383, "507170", 1, 0, 22), + (122384, "507170", 1, 0, 22), + (122385, "507170", 1, 0, 22), + (122386, "507170", 1, 0, 22), + (122387, "507170", 1, 0, 22), + (122388, "507170", 1, 0, 22), + (122389, "507170", 1, 0, 22), + (122390, "507168", 1, 0, 22), + (122391, "507168", 1, 0, 22), + (122392, "507168", 1, 0, 22), + (122393, "507168", 1, 0, 22), + (122394, "507168", 1, 0, 22), + (122395, "507168", 1, 0, 22), + (122396, "507168", 1, 0, 22), + (122397, "507209", 1, 0, 22), + (122398, "507209", 1, 0, 22), + (122399, "507209", 1, 0, 22), + (122400, "507209", 1, 0, 22), + (122401, "507209", 1, 0, 22), + (122402, "507209", 1, 0, 22), + (122403, "507209", 1, 0, 22), + (122404, "507209", 1, 0, 22), + (122405, "507209", 1, 0, 22), + (122406, "507209", 1, 0, 22), + (122407, "507209", 1, 0, 22), + (122408, "507209", 1, 0, 22), + (122409, "507209", 1, 0, 22), + (122410, "507209", 1, 0, 22), + (122411, "507167", 1, 0, 22), + (122412, "507167", 1, 0, 22), + (122413, "507167", 1, 0, 22), + (122414, "507167", 1, 0, 22), + (122415, "507167", 1, 0, 22), + (122416, "507167", 1, 0, 22), + (122417, "507167", 1, 0, 22), + (122418, "507167", 1, 0, 22), + (122419, "507122", 1, 0, 22), + (122420, "507122", 1, 0, 22), + (122421, "507122", 1, 0, 22), + (122422, "507122", 1, 0, 22), + (122423, "507122", 1, 0, 22), + (122424, "507122", 1, 0, 22), + (122425, "507122", 1, 0, 22), + (122426, "507122", 1, 0, 22), + (122427, "507122", 1, 0, 22), + (122428, "507122", 1, 0, 22), + (122429, "507122", 1, 0, 22), + (122430, "507122", 1, 0, 22), + (122431, "507122", 1, 0, 22), + (122432, "507122", 1, 0, 22), + (122433, "507202", 1, 0, 22), + (122434, "507202", 1, 0, 22), + (122435, "507202", 1, 0, 22), + (122436, "507202", 1, 0, 22), + (122437, "507202", 1, 0, 22), + (122438, "507202", 1, 0, 22), + (122439, "507204", 1, 0, 22), + (122440, "507204", 1, 0, 22), + (122441, "507204", 1, 0, 22), + (122442, "507204", 1, 0, 22), + (122443, "507204", 1, 0, 22), + (122444, "507204", 1, 0, 22), + (122445, "507204", 1, 0, 22), + (122446, "507204", 1, 0, 22), + (122447, "507208", 1, 0, 22), + (122448, "507208", 1, 0, 22), + (122449, "507208", 1, 0, 22), + (122450, "507208", 1, 0, 22), + (122451, "507208", 1, 0, 22), + (122452, "507208", 1, 0, 22), + (122453, "507208", 1, 0, 22), + (122454, "507208", 1, 0, 22), + (122455, "507208", 1, 0, 22), + (122456, "507208", 1, 0, 22), + (122457, "507208", 1, 0, 22), + (122458, "507208", 1, 0, 22), + (122459, "507208", 1, 0, 22), + (122460, "507208", 1, 0, 22), + (122461, "507208", 1, 0, 22), + (122462, "507208", 1, 0, 22), + (122463, "507208", 1, 0, 22), + (122464, "507208", 1, 0, 22), + (122465, "507203", 1, 0, 22), + (122466, "507203", 1, 0, 22), + (122467, "507203", 1, 0, 22), + (122468, "507203", 1, 0, 22), + (122469, "507203", 1, 0, 22), + (122470, "507203", 1, 0, 22), + (122471, "507203", 1, 0, 22), + (122472, "507203", 1, 0, 22), + (122473, "507203", 1, 0, 22), + (122474, "507203", 1, 0, 22), + (122475, "507203", 1, 0, 22), + (122476, "507203", 1, 0, 22), + (122477, "507203", 1, 0, 22), + (122478, "507304", 1, 0, 22), + (122479, "507304", 1, 0, 22), + (122480, "507304", 1, 0, 22), + (122481, "507304", 1, 0, 22), + (122482, "507304", 1, 0, 22), + (122483, "507304", 1, 0, 22), + (122484, "507165", 1, 0, 22), + (122485, "507165", 1, 0, 22), + (122486, "507165", 1, 0, 22), + (122487, "507165", 1, 0, 22), + (122488, "507165", 1, 0, 22), + (122489, "507165", 1, 0, 22), + (122490, "507165", 1, 0, 22), + (122491, "507165", 1, 0, 22), + (122492, "507165", 1, 0, 22), + (122493, "507165", 1, 0, 22), + (122494, "507165", 1, 0, 22), + (122495, "507165", 1, 0, 22), + (122496, "507165", 1, 0, 22), + (122497, "507165", 1, 0, 22), + (122498, "507165", 1, 0, 22), + (122499, "507165", 1, 0, 22), + (122500, "507165", 1, 0, 22), + (122501, "507165", 1, 0, 22), + (122502, "507201", 1, 0, 22), + (122503, "507201", 1, 0, 22), + (122504, "507201", 1, 0, 22), + (122505, "507201", 1, 0, 22), + (122506, "507201", 1, 0, 22), + (122507, "507201", 1, 0, 22), + (122508, "507201", 1, 0, 22), + (122509, "507201", 1, 0, 22), + (122510, "507201", 1, 0, 22), + (122511, "507201", 1, 0, 22), + (122512, "507201", 1, 0, 22), + (122513, "507137", 1, 0, 22), + (122514, "507137", 1, 0, 22), + (122515, "507137", 1, 0, 22), + (122516, "507137", 1, 0, 22), + (122517, "507133", 1, 0, 22), + (122518, "507133", 1, 0, 22), + (122519, "507133", 1, 0, 22), + (122520, "507133", 1, 0, 22), + (122521, "507136", 1, 0, 22), + (122522, "507133", 1, 0, 22), + (122523, "507133", 1, 0, 22), + (122524, "507133", 1, 0, 22), + (122525, "507136", 1, 0, 22), + (122526, "507137", 1, 0, 22), + (122527, "507137", 1, 0, 22), + (122528, "507137", 1, 0, 22), + (122529, "507137", 1, 0, 22), + (122530, "507137", 1, 0, 22), + (122531, "507137", 1, 0, 22), + (122532, "507137", 1, 0, 22), + (122533, "507137", 1, 0, 22), + (122534, "507137", 1, 0, 22), + (122535, "507116", 1, 0, 22), + (122536, "507116", 1, 0, 22), + (122537, "507116", 1, 0, 22), + (122538, "507116", 1, 0, 22), + (122539, "507116", 1, 0, 22), + (122540, "509206", 1, 0, 22), + (122541, "509120", 1, 0, 22), + (122542, "509201", 1, 0, 22), + (122543, "509401", 1, 0, 22), + (122544, "509104", 1, 0, 22), + (122545, "509235", 1, 0, 22), + (122546, "509321", 1, 0, 22), + (122547, "509324", 1, 0, 22), + (122548, "509327", 1, 0, 22), + (122549, "509216", 1, 0, 22), + (122550, "509360", 1, 0, 22), + (122551, "509206", 1, 0, 22), + (122552, "509206", 1, 0, 22), + (122553, "509102", 1, 0, 22), + (122554, "509102", 1, 0, 22), + (122555, "509102", 1, 0, 22), + (122556, "509102", 1, 0, 22), + (122557, "509102", 1, 0, 22), + (122558, "509102", 1, 0, 22), + (122559, "509102", 1, 0, 22), + (122560, "509102", 1, 0, 22), + (122561, "509102", 1, 0, 22), + (122562, "509102", 1, 0, 22), + (122563, "509102", 1, 0, 22), + (122564, "509412", 1, 0, 22), + (122565, "509412", 1, 0, 22), + (122566, "509412", 1, 0, 22), + (122567, "509412", 1, 0, 22), + (122568, "509412", 1, 0, 22), + (122569, "509412", 1, 0, 22), + (122570, "509105", 1, 0, 22), + (122571, "509105", 1, 0, 22), + (122572, "509105", 1, 0, 22), + (122573, "509105", 1, 0, 22), + (122574, "509105", 1, 0, 22), + (122575, "509105", 1, 0, 22), + (122576, "509105", 1, 0, 22), + (122577, "509105", 1, 0, 22), + (122578, "509105", 1, 0, 22), + (122579, "509105", 1, 0, 22), + (122580, "509105", 1, 0, 22), + (122581, "509105", 1, 0, 22), + (122582, "509105", 1, 0, 22), + (122583, "509120", 1, 0, 22), + (122584, "509120", 1, 0, 22), + (122585, "509120", 1, 0, 22), + (122586, "509120", 1, 0, 22), + (122587, "509120", 1, 0, 22), + (122588, "509120", 1, 0, 22), + (122589, "509120", 1, 0, 22), + (122590, "509120", 1, 0, 22), + (122591, "509120", 1, 0, 22), + (122592, "509120", 1, 0, 22), + (122593, "509326", 1, 0, 22), + (122594, "509385", 1, 0, 22), + (122595, "509385", 1, 0, 22), + (122596, "509385", 1, 0, 22), + (122597, "509385", 1, 0, 22), + (122598, "509385", 1, 0, 22), + (122599, "509385", 1, 0, 22), + (122600, "509385", 1, 0, 22), + (122601, "509385", 1, 0, 22), + (122602, "509385", 1, 0, 22), + (122603, "509385", 1, 0, 22), + (122604, "509385", 1, 0, 22), + (122605, "509385", 1, 0, 22), + (122606, "509385", 1, 0, 22), + (122607, "509385", 1, 0, 22), + (122608, "509385", 1, 0, 22), + (122609, "509385", 1, 0, 22), + (122610, "509385", 1, 0, 22), + (122611, "509385", 1, 0, 22), + (122612, "509406", 1, 0, 22), + (122613, "509201", 1, 0, 22), + (122614, "509201", 1, 0, 22), + (122615, "509201", 1, 0, 22), + (122616, "509201", 1, 0, 22), + (122617, "509201", 1, 0, 22), + (122618, "509201", 1, 0, 22), + (122619, "509203", 1, 0, 22), + (122620, "509203", 1, 0, 22), + (122621, "509203", 1, 0, 22), + (122622, "509203", 1, 0, 22), + (122623, "509203", 1, 0, 22), + (122624, "509203", 1, 0, 22), + (122625, "509203", 1, 0, 22), + (122626, "509203", 1, 0, 22), + (122627, "509206", 1, 0, 22), + (122628, "509206", 1, 0, 22), + (122629, "509206", 1, 0, 22), + (122630, "509206", 1, 0, 22), + (122631, "509381", 1, 0, 22), + (122632, "509381", 1, 0, 22), + (122633, "509381", 1, 0, 22), + (122634, "509381", 1, 0, 22), + (122635, "509381", 1, 0, 22), + (122636, "509381", 1, 0, 22), + (122637, "509381", 1, 0, 22), + (122638, "509381", 1, 0, 22), + (122639, "509381", 1, 0, 22), + (122640, "509401", 1, 0, 22), + (122641, "509401", 1, 0, 22), + (122642, "509401", 1, 0, 22), + (122643, "509401", 1, 0, 22), + (122644, "509401", 1, 0, 22), + (122645, "509401", 1, 0, 22), + (122646, "509401", 1, 0, 22), + (122647, "509401", 1, 0, 22), + (122648, "509401", 1, 0, 22), + (122649, "509401", 1, 0, 22), + (122650, "509401", 1, 0, 22), + (122651, "509401", 1, 0, 22), + (122652, "509401", 1, 0, 22), + (122653, "509401", 1, 0, 22), + (122654, "509110", 1, 0, 22), + (122655, "509110", 1, 0, 22), + (122656, "509110", 1, 0, 22), + (122657, "509110", 1, 0, 22), + (122658, "509110", 1, 0, 22), + (122659, "509110", 1, 0, 22), + (122660, "509110", 1, 0, 22), + (122661, "509110", 1, 0, 22), + (122662, "509110", 1, 0, 22), + (122663, "509110", 1, 0, 22), + (122664, "509209", 1, 0, 22), + (122665, "509209", 1, 0, 22), + (122666, "509209", 1, 0, 22), + (122667, "509209", 1, 0, 22), + (122668, "509209", 1, 0, 22), + (122669, "509209", 1, 0, 22), + (122670, "509209", 1, 0, 22), + (122671, "509209", 1, 0, 22), + (122672, "509209", 1, 0, 22), + (122673, "509209", 1, 0, 22), + (122674, "509209", 1, 0, 22), + (122675, "509209", 1, 0, 22), + (122676, "509209", 1, 0, 22), + (122677, "509209", 1, 0, 22), + (122678, "509215", 1, 0, 22), + (122679, "509215", 1, 0, 22), + (122680, "509215", 1, 0, 22), + (122681, "509215", 1, 0, 22), + (122682, "509215", 1, 0, 22), + (122683, "509215", 1, 0, 22), + (122684, "509215", 1, 0, 22), + (122685, "509104", 1, 0, 22), + (122686, "509104", 1, 0, 22), + (122687, "509104", 1, 0, 22), + (122688, "509104", 1, 0, 22), + (122689, "509104", 1, 0, 22), + (122690, "509104", 1, 0, 22), + (122691, "509104", 1, 0, 22), + (122692, "509104", 1, 0, 22), + (122693, "509104", 1, 0, 22), + (122694, "509104", 1, 0, 22), + (122695, "509104", 1, 0, 22), + (122696, "509104", 1, 0, 22), + (122697, "509104", 1, 0, 22), + (122698, "509104", 1, 0, 22), + (122699, "509104", 1, 0, 22), + (122700, "509412", 1, 0, 22), + (122701, "509412", 1, 0, 22), + (122702, "509412", 1, 0, 22), + (122703, "509412", 1, 0, 22), + (122704, "509412", 1, 0, 22), + (122705, "509412", 1, 0, 22), + (122706, "509412", 1, 0, 22), + (122707, "509406", 1, 0, 22), + (122708, "509406", 1, 0, 22), + (122709, "509406", 1, 0, 22), + (122710, "509406", 1, 0, 22), + (122711, "509406", 1, 0, 22), + (122712, "509406", 1, 0, 22), + (122713, "509406", 1, 0, 22), + (122714, "509406", 1, 0, 22), + (122715, "509406", 1, 0, 22), + (122716, "509406", 1, 0, 22), + (122717, "509406", 1, 0, 22), + (122718, "509235", 1, 0, 22), + (122719, "509235", 1, 0, 22), + (122720, "509235", 1, 0, 22), + (122721, "509235", 1, 0, 22), + (122722, "509235", 1, 0, 22), + (122723, "509235", 1, 0, 22), + (122724, "509235", 1, 0, 22), + (122725, "509376", 1, 0, 22), + (122726, "509376", 1, 0, 22), + (122727, "509376", 1, 0, 22), + (122728, "509376", 1, 0, 22), + (122729, "509376", 1, 0, 22), + (122730, "509376", 1, 0, 22), + (122731, "509376", 1, 0, 22), + (122732, "509376", 1, 0, 22), + (122733, "509376", 1, 0, 22), + (122734, "509376", 1, 0, 22), + (122735, "509302", 1, 0, 22), + (122736, "509302", 1, 0, 22), + (122737, "509302", 1, 0, 22), + (122738, "509302", 1, 0, 22), + (122739, "509302", 1, 0, 22), + (122740, "509302", 1, 0, 22), + (122741, "509302", 1, 0, 22), + (122742, "509302", 1, 0, 22), + (122743, "509302", 1, 0, 22), + (122744, "509302", 1, 0, 22), + (122745, "509302", 1, 0, 22), + (122746, "509302", 1, 0, 22), + (122747, "509302", 1, 0, 22), + (122748, "509321", 1, 0, 22), + (122749, "509321", 1, 0, 22), + (122750, "509321", 1, 0, 22), + (122751, "509321", 1, 0, 22), + (122752, "509321", 1, 0, 22), + (122753, "509321", 1, 0, 22), + (122754, "509321", 1, 0, 22), + (122755, "509321", 1, 0, 22), + (122756, "509321", 1, 0, 22), + (122757, "509321", 1, 0, 22), + (122758, "509321", 1, 0, 22), + (122759, "509202", 1, 0, 22), + (122760, "509202", 1, 0, 22), + (122761, "509202", 1, 0, 22), + (122762, "509202", 1, 0, 22), + (122763, "509202", 1, 0, 22), + (122764, "509202", 1, 0, 22), + (122765, "509202", 1, 0, 22), + (122766, "509202", 1, 0, 22), + (122767, "509202", 1, 0, 22), + (122768, "509202", 1, 0, 22), + (122769, "509202", 1, 0, 22), + (122770, "509202", 1, 0, 22), + (122771, "509202", 1, 0, 22), + (122772, "509202", 1, 0, 22), + (122773, "509202", 1, 0, 22), + (122774, "509358", 1, 0, 22), + (122775, "509358", 1, 0, 22), + (122776, "509358", 1, 0, 22), + (122777, "509358", 1, 0, 22), + (122778, "509324", 1, 0, 22), + (122779, "509324", 1, 0, 22), + (122780, "509324", 1, 0, 22), + (122781, "509324", 1, 0, 22), + (122782, "509324", 1, 0, 22), + (122783, "509324", 1, 0, 22), + (122784, "509324", 1, 0, 22), + (122785, "509324", 1, 0, 22), + (122786, "509324", 1, 0, 22), + (122787, "509324", 1, 0, 22), + (122788, "509324", 1, 0, 22), + (122789, "509324", 1, 0, 22), + (122790, "509408", 1, 0, 22), + (122791, "509408", 1, 0, 22), + (122792, "509408", 1, 0, 22), + (122793, "509408", 1, 0, 22), + (122794, "509408", 1, 0, 22), + (122795, "509408", 1, 0, 22), + (122796, "509408", 1, 0, 22), + (122797, "509408", 1, 0, 22), + (122798, "509408", 1, 0, 22), + (122799, "509408", 1, 0, 22), + (122800, "509408", 1, 0, 22), + (122801, "509408", 1, 0, 22), + (122802, "509408", 1, 0, 22), + (122803, "509408", 1, 0, 22), + (122804, "509207", 1, 0, 22), + (122805, "509207", 1, 0, 22), + (122806, "509207", 1, 0, 22), + (122807, "509207", 1, 0, 22), + (122808, "509207", 1, 0, 22), + (122809, "509207", 1, 0, 22), + (122810, "509207", 1, 0, 22), + (122811, "509207", 1, 0, 22), + (122812, "509228", 1, 0, 22), + (122813, "509228", 1, 0, 22), + (122814, "509228", 1, 0, 22), + (122815, "509228", 1, 0, 22), + (122816, "509327", 1, 0, 22), + (122817, "509327", 1, 0, 22), + (122818, "509327", 1, 0, 22), + (122819, "509375", 1, 0, 22), + (122820, "509375", 1, 0, 22), + (122821, "509375", 1, 0, 22), + (122822, "509375", 1, 0, 22), + (122823, "509375", 1, 0, 22), + (122824, "509375", 1, 0, 22), + (122825, "509375", 1, 0, 22), + (122826, "509375", 1, 0, 22), + (122827, "509375", 1, 0, 22), + (122828, "509375", 1, 0, 22), + (122829, "509375", 1, 0, 22), + (122830, "509375", 1, 0, 22), + (122831, "509201", 1, 0, 22), + (122832, "509201", 1, 0, 22), + (122833, "509201", 1, 0, 22), + (122834, "509201", 1, 0, 22), + (122835, "509201", 1, 0, 22), + (122836, "509201", 1, 0, 22), + (122837, "509201", 1, 0, 22), + (122838, "509201", 1, 0, 22), + (122839, "509206", 1, 0, 22), + (122840, "509206", 1, 0, 22), + (122841, "509206", 1, 0, 22), + (122842, "509206", 1, 0, 22), + (122843, "509206", 1, 0, 22), + (122844, "509206", 1, 0, 22), + (122845, "509206", 1, 0, 22), + (122846, "509206", 1, 0, 22), + (122847, "509206", 1, 0, 22), + (122848, "509206", 1, 0, 22), + (122849, "509206", 1, 0, 22), + (122850, "509206", 1, 0, 22), + (122851, "509327", 1, 0, 22), + (122852, "509320", 1, 0, 22), + (122853, "509320", 1, 0, 22), + (122854, "509320", 1, 0, 22), + (122855, "509320", 1, 0, 22), + (122856, "509320", 1, 0, 22), + (122857, "509320", 1, 0, 22), + (122858, "509320", 1, 0, 22), + (122859, "509320", 1, 0, 22), + (122860, "509320", 1, 0, 22), + (122861, "509320", 1, 0, 22), + (122862, "509320", 1, 0, 22), + (122863, "509320", 1, 0, 22), + (122864, "509320", 1, 0, 22), + (122865, "509410", 1, 0, 22), + (122866, "509410", 1, 0, 22), + (122867, "509410", 1, 0, 22), + (122868, "509410", 1, 0, 22), + (122869, "509410", 1, 0, 22), + (122870, "509410", 1, 0, 22), + (122871, "509325", 1, 0, 22), + (122872, "509325", 1, 0, 22), + (122873, "509325", 1, 0, 22), + (122874, "509325", 1, 0, 22), + (122875, "509325", 1, 0, 22), + (122876, "509325", 1, 0, 22), + (122877, "509325", 1, 0, 22), + (122878, "509325", 1, 0, 22), + (122879, "509325", 1, 0, 22), + (122880, "509325", 1, 0, 22), + (122881, "509216", 1, 0, 22), + (122882, "509216", 1, 0, 22), + (122883, "509216", 1, 0, 22), + (122884, "509216", 1, 0, 22), + (122885, "509216", 1, 0, 22), + (122886, "509216", 1, 0, 22), + (122887, "509216", 1, 0, 22), + (122888, "509216", 1, 0, 22), + (122889, "509217", 1, 0, 22), + (122890, "509217", 1, 0, 22), + (122891, "509217", 1, 0, 22), + (122892, "509217", 1, 0, 22), + (122893, "509349", 1, 0, 22), + (122894, "509349", 1, 0, 22), + (122895, "509349", 1, 0, 22), + (122896, "509349", 1, 0, 22), + (122897, "509349", 1, 0, 22), + (122898, "509349", 1, 0, 22), + (122899, "509349", 1, 0, 22), + (122900, "509349", 1, 0, 22), + (122901, "509349", 1, 0, 22), + (122902, "509349", 1, 0, 22), + (122903, "509349", 1, 0, 22), + (122904, "509360", 1, 0, 22), + (122905, "509360", 1, 0, 22), + (122906, "509360", 1, 0, 22), + (122907, "509360", 1, 0, 22), + (122908, "509360", 1, 0, 22), + (122909, "509360", 1, 0, 22), + (122910, "509360", 1, 0, 22), + (122911, "509360", 1, 0, 22), + (122912, "509360", 1, 0, 22), + (122913, "509360", 1, 0, 22), + (122914, "509360", 1, 0, 22), + (122915, "506222", 1, 0, 22), + (122916, "506331", 1, 0, 22), + (122917, "506314", 1, 0, 22), + (122918, "506103", 1, 0, 22), + (122919, "506324", 1, 0, 22), + (122920, "506112", 1, 0, 22), + (122921, "506105", 1, 0, 22), + (122922, "506315", 1, 0, 22), + (122923, "506132", 1, 0, 22), + (122924, "506006", 1, 0, 22), + (122925, "506006", 1, 0, 22), + (122926, "506006", 1, 0, 22), + (122927, "506006", 1, 0, 22), + (122928, "506006", 1, 0, 22), + (122929, "506006", 1, 0, 22), + (122930, "506006", 1, 0, 22), + (122931, "506006", 1, 0, 22), + (122932, "506006", 1, 0, 22), + (122933, "506006", 1, 0, 22), + (122934, "506006", 1, 0, 22), + (122935, "506006", 1, 0, 22), + (122936, "506329", 1, 0, 22), + (122937, "506329", 1, 0, 22), + (122938, "506330", 1, 0, 22), + (122939, "506329", 1, 0, 22), + (122940, "506330", 1, 0, 22), + (122941, "506330", 1, 0, 22), + (122942, "506330", 1, 0, 22), + (122943, "506330", 1, 0, 22), + (122944, "506330", 1, 0, 22), + (122945, "506329", 1, 0, 22), + (122946, "506329", 1, 0, 22), + (122947, "506330", 1, 0, 22), + (122948, "506329", 1, 0, 22), + (122949, "506007", 1, 0, 22), + (122950, "506222", 1, 0, 22), + (122951, "506222", 1, 0, 22), + (122952, "506222", 1, 0, 22), + (122953, "506222", 1, 0, 22), + (122954, "506222", 1, 0, 22), + (122955, "506222", 1, 0, 22), + (122956, "506166", 1, 0, 22), + (122957, "506310", 1, 0, 22), + (122958, "506310", 1, 0, 22), + (122959, "506365", 1, 0, 22), + (122960, "506310", 1, 0, 22), + (122961, "506365", 1, 0, 22), + (122962, "506365", 1, 0, 22), + (122963, "506310", 1, 0, 22), + (122964, "506310", 1, 0, 22), + (122965, "506310", 1, 0, 22), + (122966, "506310", 1, 0, 22), + (122967, "506365", 1, 0, 22), + (122968, "506310", 1, 0, 22), + (122969, "506310", 1, 0, 22), + (122970, "506365", 1, 0, 22), + (122971, "506317", 1, 0, 22), + (122972, "506317", 1, 0, 22), + (122973, "506317", 1, 0, 22), + (122974, "506317", 1, 0, 22), + (122975, "506317", 1, 0, 22), + (122976, "506317", 1, 0, 22), + (122977, "506317", 1, 0, 22), + (122978, "506365", 1, 0, 22), + (122979, "506331", 1, 0, 22), + (122980, "506331", 1, 0, 22), + (122981, "506331", 1, 0, 22), + (122982, "506331", 1, 0, 22), + (122983, "506331", 1, 0, 22), + (122984, "506331", 1, 0, 22), + (122985, "506331", 1, 0, 22), + (122986, "506331", 1, 0, 22), + (122987, "506331", 1, 0, 22), + (122988, "506163", 1, 0, 22), + (122989, "506163", 1, 0, 22), + (122990, "506163", 1, 0, 22), + (122991, "506163", 1, 0, 22), + (122992, "506163", 1, 0, 22), + (122993, "506163", 1, 0, 22), + (122994, "506163", 1, 0, 22), + (122995, "506163", 1, 0, 22), + (122996, "506163", 1, 0, 22), + (122997, "506163", 1, 0, 22), + (122998, "506163", 1, 0, 22), + (122999, "506313", 1, 0, 22), + (123000, "506313", 1, 0, 22), + (123001, "506313", 1, 0, 22), + (123002, "506313", 1, 0, 22), + (123003, "506313", 1, 0, 22), + (123004, "506313", 1, 0, 22), + (123005, "506313", 1, 0, 22), + (123006, "506365", 1, 0, 22), + (123007, "506313", 1, 0, 22), + (123008, "506313", 1, 0, 22), + (123009, "506318", 1, 0, 22), + (123010, "506318", 1, 0, 22), + (123011, "506318", 1, 0, 22), + (123012, "506318", 1, 0, 22), + (123013, "506318", 1, 0, 22), + (123014, "506314", 1, 0, 22), + (123015, "506314", 1, 0, 22), + (123016, "506314", 1, 0, 22), + (123017, "506314", 1, 0, 22), + (123018, "506314", 1, 0, 22), + (123019, "506314", 1, 0, 22), + (123020, "506314", 1, 0, 22), + (123021, "506314", 1, 0, 22), + (123022, "506314", 1, 0, 22), + (123023, "506005", 1, 0, 22), + (123024, "506005", 1, 0, 22), + (123025, "506005", 1, 0, 22), + (123026, "506005", 1, 0, 22), + (123027, "506005", 1, 0, 22), + (123028, "506005", 1, 0, 22), + (123029, "506331", 1, 0, 22), + (123030, "506331", 1, 0, 22), + (123031, "506331", 1, 0, 22), + (123032, "506318", 1, 0, 22), + (123033, "506316", 1, 0, 22), + (123034, "506316", 1, 0, 22), + (123035, "506316", 1, 0, 22), + (123036, "506316", 1, 0, 22), + (123037, "506316", 1, 0, 22), + (123038, "506316", 1, 0, 22), + (123039, "506102", 1, 0, 22), + (123040, "506102", 1, 0, 22), + (123041, "506102", 1, 0, 22), + (123042, "506102", 1, 0, 22), + (123043, "506103", 1, 0, 22), + (123044, "506102", 1, 0, 22), + (123045, "506103", 1, 0, 22), + (123046, "506102", 1, 0, 22), + (123047, "506102", 1, 0, 22), + (123048, "506103", 1, 0, 22), + (123049, "506103", 1, 0, 22), + (123050, "506102", 1, 0, 22), + (123051, "506103", 1, 0, 22), + (123052, "506103", 1, 0, 22), + (123053, "506102", 1, 0, 22), + (123054, "506102", 1, 0, 22), + (123055, "506103", 1, 0, 22), + (123056, "506102", 1, 0, 22), + (123057, "506102", 1, 0, 22), + (123058, "506102", 1, 0, 22), + (123059, "506102", 1, 0, 22), + (123060, "506332", 1, 0, 22), + (123061, "506332", 1, 0, 22), + (123062, "506332", 1, 0, 22), + (123063, "506332", 1, 0, 22), + (123064, "506332", 1, 0, 22), + (123065, "506332", 1, 0, 22), + (123066, "506332", 1, 0, 22), + (123067, "506324", 1, 0, 22), + (123068, "506324", 1, 0, 22), + (123069, "506324", 1, 0, 22), + (123070, "506324", 1, 0, 22), + (123071, "506324", 1, 0, 22), + (123072, "506324", 1, 0, 22), + (123073, "506324", 1, 0, 22), + (123074, "506324", 1, 0, 22), + (123075, "506324", 1, 0, 22), + (123076, "506324", 1, 0, 22), + (123077, "506324", 1, 0, 22), + (123078, "506324", 1, 0, 22), + (123079, "506324", 1, 0, 22), + (123080, "506381", 1, 0, 22), + (123081, "506381", 1, 0, 22), + (123082, "506381", 1, 0, 22), + (123083, "506381", 1, 0, 22), + (123084, "506381", 1, 0, 22), + (123085, "506381", 1, 0, 22), + (123086, "506381", 1, 0, 22), + (123087, "506381", 1, 0, 22), + (123088, "506381", 1, 0, 22), + (123089, "506381", 1, 0, 22), + (123090, "506381", 1, 0, 22), + (123091, "506381", 1, 0, 22), + (123092, "506134", 1, 0, 22), + (123093, "506134", 1, 0, 22), + (123094, "506134", 1, 0, 22), + (123095, "506134", 1, 0, 22), + (123096, "506134", 1, 0, 22), + (123097, "506134", 1, 0, 22), + (123098, "506134", 1, 0, 22), + (123099, "506134", 1, 0, 22), + (123100, "506134", 1, 0, 22), + (123101, "506134", 1, 0, 22), + (123102, "506134", 1, 0, 22), + (123103, "506112", 1, 0, 22), + (123104, "506112", 1, 0, 22), + (123105, "506112", 1, 0, 22), + (123106, "506112", 1, 0, 22), + (123107, "506112", 1, 0, 22), + (123108, "506112", 1, 0, 22), + (123109, "506112", 1, 0, 22), + (123110, "506112", 1, 0, 22), + (123111, "506112", 1, 0, 22), + (123112, "506112", 1, 0, 22), + (123113, "506112", 1, 0, 22), + (123114, "506112", 1, 0, 22), + (123115, "506112", 1, 0, 22), + (123116, "506112", 1, 0, 22), + (123117, "506112", 1, 0, 22), + (123118, "506135", 1, 0, 22), + (123119, "506135", 1, 0, 22), + (123120, "506135", 1, 0, 22), + (123121, "506135", 1, 0, 22), + (123122, "506135", 1, 0, 22), + (123123, "506135", 1, 0, 22), + (123124, "506135", 1, 0, 22), + (123125, "506135", 1, 0, 22), + (123126, "506135", 1, 0, 22), + (123127, "506135", 1, 0, 22), + (123128, "506135", 1, 0, 22), + (123129, "506135", 1, 0, 22), + (123130, "506135", 1, 0, 22), + (123131, "506135", 1, 0, 22), + (123132, "506105", 1, 0, 22), + (123133, "506105", 1, 0, 22), + (123134, "506105", 1, 0, 22), + (123135, "506105", 1, 0, 22), + (123136, "506105", 1, 0, 22), + (123137, "506105", 1, 0, 22), + (123138, "506105", 1, 0, 22), + (123139, "506105", 1, 0, 22), + (123140, "506105", 1, 0, 22), + (123141, "506105", 1, 0, 22), + (123142, "506105", 1, 0, 22), + (123143, "506105", 1, 0, 22), + (123144, "506105", 1, 0, 22), + (123145, "506315", 1, 0, 22), + (123146, "506315", 1, 0, 22), + (123147, "506315", 1, 0, 22), + (123148, "506104", 1, 0, 22), + (123149, "506104", 1, 0, 22), + (123150, "506104", 1, 0, 22), + (123151, "506104", 1, 0, 22), + (123152, "506104", 1, 0, 22), + (123153, "506104", 1, 0, 22), + (123154, "506104", 1, 0, 22), + (123155, "506104", 1, 0, 22), + (123156, "506104", 1, 0, 22), + (123157, "506122", 1, 0, 22), + (123158, "506369", 1, 0, 22), + (123159, "506122", 1, 0, 22), + (123160, "506369", 1, 0, 22), + (123161, "506122", 1, 0, 22), + (123162, "506369", 1, 0, 22), + (123163, "506122", 1, 0, 22), + (123164, "506122", 1, 0, 22), + (123165, "506315", 1, 0, 22), + (123166, "506315", 1, 0, 22), + (123167, "506315", 1, 0, 22), + (123168, "506315", 1, 0, 22), + (123169, "506315", 1, 0, 22), + (123170, "506315", 1, 0, 22), + (123171, "506315", 1, 0, 22), + (123172, "506315", 1, 0, 22), + (123173, "506315", 1, 0, 22), + (123174, "506315", 1, 0, 22), + (123175, "506315", 1, 0, 22), + (123176, "506315", 1, 0, 22), + (123177, "506315", 1, 0, 22), + (123178, "506315", 1, 0, 22), + (123179, "506132", 1, 0, 22), + (123180, "506132", 1, 0, 22), + (123181, "506132", 1, 0, 22), + (123182, "506122", 1, 0, 22), + (123183, "506122", 1, 0, 22), + (123184, "506122", 1, 0, 22), + (123185, "506369", 1, 0, 22), + (123186, "506122", 1, 0, 22), + (123187, "506365", 1, 0, 22), + (123188, "506365", 1, 0, 22), + (123189, "506369", 1, 0, 22), + (123190, "506222", 1, 0, 22), + (123191, "506102", 1, 0, 22), + (123192, "506132", 1, 0, 22), + (123193, "506132", 1, 0, 22), + (123194, "506132", 1, 0, 22), + (123195, "506132", 1, 0, 22), + (123196, "506132", 1, 0, 22), + (123197, "506132", 1, 0, 22), + (123198, "506132", 1, 0, 22), + (123199, "506132", 1, 0, 22), + (123200, "506132", 1, 0, 22), + (123201, "506368", 1, 0, 22), + (123202, "506368", 1, 0, 22), + (123203, "506368", 1, 0, 22), + (123204, "506368", 1, 0, 22), + (123205, "506368", 1, 0, 22), + (123206, "506368", 1, 0, 22), + (123207, "506368", 1, 0, 22), + (123208, "506368", 1, 0, 22), + (123209, "501506", 1, 0, 22), + (123210, "501509", 1, 0, 22), + (123211, "501506", 1, 0, 22), + (123212, "501506", 1, 0, 22), + (123213, "501506", 1, 0, 22), + (123214, "501506", 1, 0, 22), + (123215, "501506", 1, 0, 22), + (123216, "501506", 1, 0, 22), + (123217, "501506", 1, 0, 22), + (123218, "501510", 1, 0, 22), + (123219, "501510", 1, 0, 22), + (123220, "501510", 1, 0, 22), + (123221, "501510", 1, 0, 22), + (123222, "501510", 1, 0, 22), + (123223, "501510", 1, 0, 22), + (123224, "501510", 1, 0, 22), + (123225, "501510", 1, 0, 22), + (123226, "501510", 1, 0, 22), + (123227, "501359", 1, 0, 22), + (123228, "501359", 1, 0, 22), + (123229, "501359", 1, 0, 22), + (123230, "501359", 1, 0, 22), + (123231, "501359", 1, 0, 22), + (123232, "501359", 1, 0, 22), + (123233, "501359", 1, 0, 22), + (123234, "501359", 1, 0, 22), + (123235, "501359", 1, 0, 22), + (123236, "501508", 1, 0, 22), + (123237, "501508", 1, 0, 22), + (123238, "501508", 1, 0, 22), + (123239, "501508", 1, 0, 22), + (123240, "501508", 1, 0, 22), + (123241, "501508", 1, 0, 22), + (123242, "501508", 1, 0, 22), + (123243, "501508", 1, 0, 22), + (123244, "500013", 1, 0, 22), + (123245, "501509", 1, 0, 22), + (123246, "501509", 1, 0, 22), + (123247, "501509", 1, 0, 22), + (123248, "501509", 1, 0, 22), + (123249, "501509", 1, 0, 22), + (123250, "501509", 1, 0, 22), + (123251, "501509", 1, 0, 22), + (123252, "501509", 1, 0, 22), + (123253, "501509", 1, 0, 22), + (123254, "501509", 1, 0, 22), + (123255, "501509", 1, 0, 22), + (123256, "501509", 1, 0, 22), + (123257, "501509", 1, 0, 22), + (123258, "501509", 1, 0, 22), + (123259, "501359", 1, 0, 22), + (123260, "501359", 1, 0, 22), + (123261, "500013", 1, 0, 22), + (123262, "500044", 1, 0, 22), + (123263, "500064", 1, 0, 22), + (123264, "500064", 1, 0, 22), + (123265, "500068", 1, 0, 22), + (123266, "500048", 1, 0, 22), + (123267, "501505", 1, 0, 22), + (123268, "501505", 1, 0, 22), + (123269, "501505", 1, 0, 22), + (123270, "501505", 1, 0, 22), + (123271, "501505", 1, 0, 22), + (123272, "501505", 1, 0, 22), + (123273, "501505", 1, 0, 22), + (123274, "501505", 1, 0, 22), + (123275, "500076", 1, 0, 22), + (123276, "500058", 1, 0, 22), + (123277, "500005", 1, 0, 22), + (123278, "500005", 1, 0, 22), + (123279, "500005", 1, 0, 22), + (123280, "500079", 1, 0, 22), + (123281, "500079", 1, 0, 22), + (123282, "500030", 1, 0, 22), + (123283, "500030", 1, 0, 22), + (123284, "501512", 1, 0, 22), + (123285, "501512", 1, 0, 22), + (123286, "501511", 1, 0, 22), + (123287, "501511", 1, 0, 22), + (123288, "500052", 1, 0, 22), + (123289, "500052", 1, 0, 22), + (123290, "500039", 1, 0, 22), + (123291, "501218", 1, 0, 22), + (123292, "501218", 1, 0, 22), + (123293, "501218", 1, 0, 22), + (123294, "501218", 1, 0, 22), + (123295, "501218", 1, 0, 22), + (123296, "501218", 1, 0, 22), + (123297, "501506", 1, 0, 22), + (123298, "500075", 1, 0, 22), + (123299, "500075", 1, 0, 22), + (123300, "500075", 1, 0, 22), + (123301, "500075", 1, 0, 22), + (123302, "500075", 1, 0, 22), + (123303, "500075", 1, 0, 22), + (123304, "500089", 1, 0, 22), + (123305, "500089", 1, 0, 22), + (123306, "500008", 1, 0, 22), + (123307, "500018", 1, 0, 22), + (123308, "500081", 1, 0, 22), + (123309, "508208", 1, 0, 22), + (123310, "508214", 1, 0, 22), + (123311, "508238", 1, 0, 22), + (123312, "508211", 1, 0, 22), + (123313, "508221", 1, 0, 22), + (123314, "508210", 1, 0, 22), + (123315, "508204", 1, 0, 22), + (123316, "508218", 1, 0, 22), + (123317, "508224", 1, 0, 22), + (123318, "508214", 1, 0, 22), + (123319, "508214", 1, 0, 22), + (123320, "508214", 1, 0, 22), + (123321, "508214", 1, 0, 22), + (123322, "508214", 1, 0, 22), + (123323, "508214", 1, 0, 22), + (123324, "508214", 1, 0, 22), + (123325, "508214", 1, 0, 22), + (123326, "508233", 1, 0, 22), + (123327, "508214", 1, 0, 22), + (123328, "508214", 1, 0, 22), + (123329, "508214", 1, 0, 22), + (123330, "508214", 1, 0, 22), + (123331, "508233", 1, 0, 22), + (123332, "508214", 1, 0, 22), + (123333, "508214", 1, 0, 22), + (123334, "508214", 1, 0, 22), + (123335, "508214", 1, 0, 22), + (123336, "508214", 1, 0, 22), + (123337, "508233", 1, 0, 22), + (123338, "508238", 1, 0, 22), + (123339, "508238", 1, 0, 22), + (123340, "508238", 1, 0, 22), + (123341, "508238", 1, 0, 22), + (123342, "508238", 1, 0, 22), + (123343, "508238", 1, 0, 22), + (123344, "508238", 1, 0, 22), + (123345, "508206", 1, 0, 22), + (123346, "508206", 1, 0, 22), + (123347, "508233", 1, 0, 22), + (123348, "508233", 1, 0, 22), + (123349, "508233", 1, 0, 22), + (123350, "508233", 1, 0, 22), + (123351, "508233", 1, 0, 22), + (123352, "508233", 1, 0, 22), + (123353, "508233", 1, 0, 22), + (123354, "508233", 1, 0, 22), + (123355, "508233", 1, 0, 22), + (123356, "508233", 1, 0, 22), + (123357, "508234", 1, 0, 22), + (123358, "508234", 1, 0, 22), + (123359, "508234", 1, 0, 22), + (123360, "508234", 1, 0, 22), + (123361, "508234", 1, 0, 22), + (123362, "508234", 1, 0, 22), + (123363, "508208", 1, 0, 22), + (123364, "508208", 1, 0, 22), + (123365, "508208", 1, 0, 22), + (123366, "508208", 1, 0, 22), + (123367, "508208", 1, 0, 22), + (123368, "508208", 1, 0, 22), + (123369, "508208", 1, 0, 22), + (123370, "508208", 1, 0, 22), + (123371, "508208", 1, 0, 22), + (123372, "508208", 1, 0, 22), + (123373, "508205", 1, 0, 22), + (123374, "508205", 1, 0, 22), + (123375, "508205", 1, 0, 22), + (123376, "508205", 1, 0, 22), + (123377, "508205", 1, 0, 22), + (123378, "508205", 1, 0, 22), + (123379, "508205", 1, 0, 22), + (123380, "508205", 1, 0, 22), + (123381, "508205", 1, 0, 22), + (123382, "508205", 1, 0, 22), + (123383, "508206", 1, 0, 22), + (123384, "508206", 1, 0, 22), + (123385, "508206", 1, 0, 22), + (123386, "508206", 1, 0, 22), + (123387, "508206", 1, 0, 22), + (123388, "508206", 1, 0, 22), + (123389, "508206", 1, 0, 22), + (123390, "508206", 1, 0, 22), + (123391, "508206", 1, 0, 22), + (123392, "508206", 1, 0, 22), + (123393, "508206", 1, 0, 22), + (123394, "508206", 1, 0, 22), + (123395, "508206", 1, 0, 22), + (123396, "508206", 1, 0, 22), + (123397, "508206", 1, 0, 22), + (123398, "508206", 1, 0, 22), + (123399, "508206", 1, 0, 22), + (123400, "508234", 1, 0, 22), + (123401, "508234", 1, 0, 22), + (123402, "508211", 1, 0, 22), + (123403, "508208", 1, 0, 22), + (123404, "508278", 1, 0, 22), + (123405, "508208", 1, 0, 22), + (123406, "508208", 1, 0, 22), + (123407, "508278", 1, 0, 22), + (123408, "508208", 1, 0, 22), + (123409, "508208", 1, 0, 22), + (123410, "508208", 1, 0, 22), + (123411, "508278", 1, 0, 22), + (123412, "508208", 1, 0, 22), + (123413, "508208", 1, 0, 22), + (123414, "508208", 1, 0, 22), + (123415, "508208", 1, 0, 22), + (123416, "508208", 1, 0, 22), + (123417, "508208", 1, 0, 22), + (123418, "508208", 1, 0, 22), + (123419, "508214", 1, 0, 22), + (123420, "508214", 1, 0, 22), + (123421, "508214", 1, 0, 22), + (123422, "508214", 1, 0, 22), + (123423, "508214", 1, 0, 22), + (123424, "508214", 1, 0, 22), + (123425, "508214", 1, 0, 22), + (123426, "508214", 1, 0, 22), + (123427, "508214", 1, 0, 22), + (123428, "508214", 1, 0, 22), + (123429, "508211", 1, 0, 22), + (123430, "508211", 1, 0, 22), + (123431, "508211", 1, 0, 22), + (123432, "508211", 1, 0, 22), + (123433, "508211", 1, 0, 22), + (123434, "508211", 1, 0, 22), + (123435, "508211", 1, 0, 22), + (123436, "508211", 1, 0, 22), + (123437, "508211", 1, 0, 22), + (123438, "508211", 1, 0, 22), + (123439, "508211", 1, 0, 22), + (123440, "508211", 1, 0, 22), + (123441, "508211", 1, 0, 22), + (123442, "508211", 1, 0, 22), + (123443, "508211", 1, 0, 22), + (123444, "508211", 1, 0, 22), + (123445, "508221", 1, 0, 22), + (123446, "508221", 1, 0, 22), + (123447, "508221", 1, 0, 22), + (123448, "508221", 1, 0, 22), + (123449, "508221", 1, 0, 22), + (123450, "508221", 1, 0, 22), + (123451, "508221", 1, 0, 22), + (123452, "508221", 1, 0, 22), + (123453, "508221", 1, 0, 22), + (123454, "508221", 1, 0, 22), + (123455, "508221", 1, 0, 22), + (123456, "508221", 1, 0, 22), + (123457, "508221", 1, 0, 22), + (123458, "508221", 1, 0, 22), + (123459, "508221", 1, 0, 22), + (123460, "508224", 1, 0, 22), + (123461, "508224", 1, 0, 22), + (123462, "508224", 1, 0, 22), + (123463, "508280", 1, 0, 22), + (123464, "508280", 1, 0, 22), + (123465, "508280", 1, 0, 22), + (123466, "508280", 1, 0, 22), + (123467, "508280", 1, 0, 22), + (123468, "508280", 1, 0, 22), + (123469, "508280", 1, 0, 22), + (123470, "508280", 1, 0, 22), + (123471, "508280", 1, 0, 22), + (123472, "508280", 1, 0, 22), + (123473, "508280", 1, 0, 22), + (123474, "508280", 1, 0, 22), + (123475, "508280", 1, 0, 22), + (123476, "508223", 1, 0, 22), + (123477, "508223", 1, 0, 22), + (123478, "508223", 1, 0, 22), + (123479, "508223", 1, 0, 22), + (123480, "508223", 1, 0, 22), + (123481, "508223", 1, 0, 22), + (123482, "508223", 1, 0, 22), + (123483, "508223", 1, 0, 22), + (123484, "508223", 1, 0, 22), + (123485, "508223", 1, 0, 22), + (123486, "508223", 1, 0, 22), + (123487, "508210", 1, 0, 22), + (123488, "508210", 1, 0, 22), + (123489, "508210", 1, 0, 22), + (123490, "508210", 1, 0, 22), + (123491, "508210", 1, 0, 22), + (123492, "508210", 1, 0, 22), + (123493, "508210", 1, 0, 22), + (123494, "508210", 1, 0, 22), + (123495, "508210", 1, 0, 22), + (123496, "508210", 1, 0, 22), + (123497, "508210", 1, 0, 22), + (123498, "508210", 1, 0, 22), + (123499, "508210", 1, 0, 22), + (123500, "508210", 1, 0, 22), + (123501, "508201", 1, 0, 22), + (123502, "508201", 1, 0, 22), + (123503, "508201", 1, 0, 22), + (123504, "508201", 1, 0, 22), + (123505, "508201", 1, 0, 22), + (123506, "508201", 1, 0, 22), + (123507, "508201", 1, 0, 22), + (123508, "508201", 1, 0, 22), + (123509, "508204", 1, 0, 22), + (123510, "508201", 1, 0, 22), + (123511, "508201", 1, 0, 22), + (123512, "508204", 1, 0, 22), + (123513, "508204", 1, 0, 22), + (123514, "508204", 1, 0, 22), + (123515, "508204", 1, 0, 22), + (123516, "508204", 1, 0, 22), + (123517, "508204", 1, 0, 22), + (123518, "508204", 1, 0, 22), + (123519, "508204", 1, 0, 22), + (123520, "508204", 1, 0, 22), + (123521, "508204", 1, 0, 22), + (123522, "508204", 1, 0, 22), + (123523, "508204", 1, 0, 22), + (123524, "508204", 1, 0, 22), + (123525, "508204", 1, 0, 22), + (123526, "508204", 1, 0, 22), + (123527, "508204", 1, 0, 22), + (123528, "508374", 1, 0, 22), + (123529, "508374", 1, 0, 22), + (123530, "508374", 1, 0, 22), + (123531, "508374", 1, 0, 22), + (123532, "508374", 1, 0, 22), + (123533, "508374", 1, 0, 22), + (123534, "508374", 1, 0, 22), + (123535, "508374", 1, 0, 22), + (123536, "508374", 1, 0, 22), + (123537, "508374", 1, 0, 22), + (123538, "508246", 1, 0, 22), + (123539, "508246", 1, 0, 22), + (123540, "508246", 1, 0, 22), + (123541, "508246", 1, 0, 22), + (123542, "508246", 1, 0, 22), + (123543, "508246", 1, 0, 22), + (123544, "508246", 1, 0, 22), + (123545, "508246", 1, 0, 22), + (123546, "508246", 1, 0, 22), + (123547, "508218", 1, 0, 22), + (123548, "508218", 1, 0, 22), + (123549, "508218", 1, 0, 22), + (123550, "508218", 1, 0, 22), + (123551, "508218", 1, 0, 22), + (123552, "508218", 1, 0, 22), + (123553, "508218", 1, 0, 22), + (123554, "508218", 1, 0, 22), + (123555, "508218", 1, 0, 22), + (123556, "508355", 1, 0, 22), + (123557, "508278", 1, 0, 22), + (123558, "508278", 1, 0, 22), + (123559, "508278", 1, 0, 22), + (123560, "508278", 1, 0, 22), + (123561, "508278", 1, 0, 22), + (123562, "508278", 1, 0, 22), + (123563, "508278", 1, 0, 22), + (123564, "508278", 1, 0, 22), + (123565, "508278", 1, 0, 22), + (123566, "508278", 1, 0, 22), + (123567, "508278", 1, 0, 22), + (123568, "508278", 1, 0, 22), + (123569, "508278", 1, 0, 22), + (123570, "508247", 1, 0, 22), + (123571, "508247", 1, 0, 22), + (123572, "508247", 1, 0, 22), + (123573, "508247", 1, 0, 22), + (123574, "508247", 1, 0, 22), + (123575, "508279", 1, 0, 22), + (123576, "508279", 1, 0, 22), + (123577, "508279", 1, 0, 22), + (123578, "508279", 1, 0, 22), + (123579, "508279", 1, 0, 22), + (123580, "508212", 1, 0, 22), + (123581, "508212", 1, 0, 22), + (123582, "508212", 1, 0, 22), + (123583, "508212", 1, 0, 22), + (123584, "508212", 1, 0, 22), + (123585, "508212", 1, 0, 22), + (123586, "508212", 1, 0, 22), + (123587, "508212", 1, 0, 22), + (123588, "508212", 1, 0, 22), + (123589, "508212", 1, 0, 22), + (123590, "508212", 1, 0, 22), + (123591, "508212", 1, 0, 22), + (123592, "508212", 1, 0, 22), + (123593, "508212", 1, 0, 22), + (123594, "508212", 1, 0, 22), + (123595, "508376", 1, 0, 22), + (123596, "508376", 1, 0, 22), + (123597, "508376", 1, 0, 22), + (123598, "508376", 1, 0, 22), + (123599, "508376", 1, 0, 22), + (123600, "508376", 1, 0, 22), + (123601, "508376", 1, 0, 22), + (123602, "508224", 1, 0, 22), + (123603, "508224", 1, 0, 22), + (123604, "508224", 1, 0, 22), + (123605, "508224", 1, 0, 22), + (123606, "508224", 1, 0, 22), + (123607, "508224", 1, 0, 22), + (123608, "508247", 1, 0, 22), + (123609, "508247", 1, 0, 22), + (123610, "508247", 1, 0, 22), + (123611, "508217", 1, 0, 22), + (123612, "508217", 1, 0, 22), + (123613, "508217", 1, 0, 22), + (123614, "508217", 1, 0, 22), + (123615, "508217", 1, 0, 22), + (123616, "508217", 1, 0, 22), + (123617, "508355", 1, 0, 22), + (123618, "508355", 1, 0, 22), + (123619, "508355", 1, 0, 22), + (123620, "508355", 1, 0, 22), + (123621, "508247", 1, 0, 22), + (123622, "508279", 1, 0, 22), + (123623, "508278", 1, 0, 22), + (123624, "502221", 1, 0, 22), + (123625, "502270", 1, 0, 22), + (123626, "502294", 1, 0, 22), + (123627, "502286", 1, 0, 22), + (123628, "502319", 1, 0, 22), + (123629, "502291", 1, 0, 22), + (123630, "502321", 1, 0, 22), + (123631, "502321", 1, 0, 22), + (123632, "502321", 1, 0, 22), + (123633, "502321", 1, 0, 22), + (123634, "502321", 1, 0, 22), + (123635, "502321", 1, 0, 22), + (123636, "502321", 1, 0, 22), + (123637, "502321", 1, 0, 22), + (123638, "502321", 1, 0, 22), + (123639, "502251", 1, 0, 22), + (123640, "502251", 1, 0, 22), + (123641, "502251", 1, 0, 22), + (123642, "502251", 1, 0, 22), + (123643, "502307", 1, 0, 22), + (123644, "502307", 1, 0, 22), + (123645, "502307", 1, 0, 22), + (123646, "502307", 1, 0, 22), + (123647, "502296", 1, 0, 22), + (123648, "502296", 1, 0, 22), + (123649, "502296", 1, 0, 22), + (123650, "502296", 1, 0, 22), + (123651, "502296", 1, 0, 22), + (123652, "502296", 1, 0, 22), + (123653, "502296", 1, 0, 22), + (123654, "502296", 1, 0, 22), + (123655, "502296", 1, 0, 22), + (123656, "502296", 1, 0, 22), + (123657, "502296", 1, 0, 22), + (123658, "502270", 1, 0, 22), + (123659, "502270", 1, 0, 22), + (123660, "502270", 1, 0, 22), + (123661, "502270", 1, 0, 22), + (123662, "502270", 1, 0, 22), + (123663, "502270", 1, 0, 22), + (123664, "502270", 1, 0, 22), + (123665, "502270", 1, 0, 22), + (123666, "502270", 1, 0, 22), + (123667, "502318", 1, 0, 22), + (123668, "502318", 1, 0, 22), + (123669, "502318", 1, 0, 22), + (123670, "502318", 1, 0, 22), + (123671, "502318", 1, 0, 22), + (123672, "502318", 1, 0, 22), + (123673, "502246", 1, 0, 22), + (123674, "502246", 1, 0, 22), + (123675, "502246", 1, 0, 22), + (123676, "502246", 1, 0, 22), + (123677, "502246", 1, 0, 22), + (123678, "502269", 1, 0, 22), + (123679, "502269", 1, 0, 22), + (123680, "502269", 1, 0, 22), + (123681, "502269", 1, 0, 22), + (123682, "502269", 1, 0, 22), + (123683, "502269", 1, 0, 22), + (123684, "502269", 1, 0, 22), + (123685, "502269", 1, 0, 22), + (123686, "502273", 1, 0, 22), + (123687, "502273", 1, 0, 22), + (123688, "502273", 1, 0, 22), + (123689, "502273", 1, 0, 22), + (123690, "502273", 1, 0, 22), + (123691, "502273", 1, 0, 22), + (123692, "502273", 1, 0, 22), + (123693, "502305", 1, 0, 22), + (123694, "502221", 1, 0, 22), + (123695, "502221", 1, 0, 22), + (123696, "502221", 1, 0, 22), + (123697, "502221", 1, 0, 22), + (123698, "502221", 1, 0, 22), + (123699, "502221", 1, 0, 22), + (123700, "502221", 1, 0, 22), + (123701, "502221", 1, 0, 22), + (123702, "502270", 1, 0, 22), + (123703, "502270", 1, 0, 22), + (123704, "502345", 1, 0, 22), + (123705, "502345", 1, 0, 22), + (123706, "502345", 1, 0, 22), + (123707, "502345", 1, 0, 22), + (123708, "502345", 1, 0, 22), + (123709, "502345", 1, 0, 22), + (123710, "502345", 1, 0, 22), + (123711, "502345", 1, 0, 22), + (123712, "502345", 1, 0, 22), + (123713, "502345", 1, 0, 22), + (123714, "502285", 1, 0, 22), + (123715, "502285", 1, 0, 22), + (123716, "502285", 1, 0, 22), + (123717, "502285", 1, 0, 22), + (123718, "502210", 1, 0, 22), + (123719, "502210", 1, 0, 22), + (123720, "502210", 1, 0, 22), + (123721, "502210", 1, 0, 22), + (123722, "502210", 1, 0, 22), + (123723, "502210", 1, 0, 22), + (123724, "502210", 1, 0, 22), + (123725, "502210", 1, 0, 22), + (123726, "502316", 1, 0, 22), + (123727, "502316", 1, 0, 22), + (123728, "502316", 1, 0, 22), + (123729, "502316", 1, 0, 22), + (123730, "502316", 1, 0, 22), + (123731, "502316", 1, 0, 22), + (123732, "502316", 1, 0, 22), + (123733, "502228", 1, 0, 22), + (123734, "502228", 1, 0, 22), + (123735, "502228", 1, 0, 22), + (123736, "502294", 1, 0, 22), + (123737, "502249", 1, 0, 22), + (123738, "502249", 1, 0, 22), + (123739, "502249", 1, 0, 22), + (123740, "502249", 1, 0, 22), + (123741, "502249", 1, 0, 22), + (123742, "502300", 1, 0, 22), + (123743, "502300", 1, 0, 22), + (123744, "502300", 1, 0, 22), + (123745, "502300", 1, 0, 22), + (123746, "502300", 1, 0, 22), + (123747, "502300", 1, 0, 22), + (123748, "502306", 1, 0, 22), + (123749, "502306", 1, 0, 22), + (123750, "502306", 1, 0, 22), + (123751, "502306", 1, 0, 22), + (123752, "502306", 1, 0, 22), + (123753, "502286", 1, 0, 22), + (123754, "502286", 1, 0, 22), + (123755, "502286", 1, 0, 22), + (123756, "502286", 1, 0, 22), + (123757, "502286", 1, 0, 22), + (123758, "502286", 1, 0, 22), + (123759, "502286", 1, 0, 22), + (123760, "502286", 1, 0, 22), + (123761, "502286", 1, 0, 22), + (123762, "502286", 1, 0, 22), + (123763, "502286", 1, 0, 22), + (123764, "502286", 1, 0, 22), + (123765, "502286", 1, 0, 22), + (123766, "502286", 1, 0, 22), + (123767, "502286", 1, 0, 22), + (123768, "502286", 1, 0, 22), + (123769, "502286", 1, 0, 22), + (123770, "502286", 1, 0, 22), + (123771, "502286", 1, 0, 22), + (123772, "502286", 1, 0, 22), + (123773, "502286", 1, 0, 22), + (123774, "502286", 1, 0, 22), + (123775, "502286", 1, 0, 22), + (123776, "502286", 1, 0, 22), + (123777, "502313", 1, 0, 22), + (123778, "502313", 1, 0, 22), + (123779, "502313", 1, 0, 22), + (123780, "502313", 1, 0, 22), + (123781, "502313", 1, 0, 22), + (123782, "502313", 1, 0, 22), + (123783, "502313", 1, 0, 22), + (123784, "502313", 1, 0, 22), + (123785, "502313", 1, 0, 22), + (123786, "502313", 1, 0, 22), + (123787, "502313", 1, 0, 22), + (123788, "502313", 1, 0, 22), + (123789, "502313", 1, 0, 22), + (123790, "502313", 1, 0, 22), + (123791, "502313", 1, 0, 22), + (123792, "502313", 1, 0, 22), + (123793, "502371", 1, 0, 22), + (123794, "502371", 1, 0, 22), + (123795, "502371", 1, 0, 22), + (123796, "502371", 1, 0, 22), + (123797, "502371", 1, 0, 22), + (123798, "502256", 1, 0, 22), + (123799, "502256", 1, 0, 22), + (123800, "502256", 1, 0, 22), + (123801, "502256", 1, 0, 22), + (123802, "502319", 1, 0, 22), + (123803, "502319", 1, 0, 22), + (123804, "502319", 1, 0, 22), + (123805, "502319", 1, 0, 22), + (123806, "502319", 1, 0, 22), + (123807, "502319", 1, 0, 22), + (123808, "502319", 1, 0, 22), + (123809, "502319", 1, 0, 22), + (123810, "502319", 1, 0, 22), + (123811, "502319", 1, 0, 22), + (123812, "502295", 1, 0, 22), + (123813, "502295", 1, 0, 22), + (123814, "502295", 1, 0, 22), + (123815, "502295", 1, 0, 22), + (123816, "502295", 1, 0, 22), + (123817, "502257", 1, 0, 22), + (123818, "502257", 1, 0, 22), + (123819, "502257", 1, 0, 22), + (123820, "502257", 1, 0, 22), + (123821, "502257", 1, 0, 22), + (123822, "502257", 1, 0, 22), + (123823, "502318", 1, 0, 22), + (123824, "502318", 1, 0, 22), + (123825, "502318", 1, 0, 22), + (123826, "502032", 1, 0, 22), + (123827, "502032", 1, 0, 22), + (123828, "502290", 1, 0, 22), + (123829, "502290", 1, 0, 22), + (123830, "502290", 1, 0, 22), + (123831, "502290", 1, 0, 22), + (123832, "502329", 1, 0, 22), + (123833, "502329", 1, 0, 22), + (123834, "502291", 1, 0, 22), + (123835, "502291", 1, 0, 22), + (123836, "502291", 1, 0, 22), + (123837, "502291", 1, 0, 22), + (123838, "502291", 1, 0, 22), + (123839, "502291", 1, 0, 22), + (123840, "502291", 1, 0, 22), + (123841, "502291", 1, 0, 22), + (123842, "502291", 1, 0, 22), + (123843, "502291", 1, 0, 22), + (123844, "502271", 1, 0, 22), + (123845, "502271", 1, 0, 22), + (123846, "502271", 1, 0, 22), + (123847, "502271", 1, 0, 22), + (123848, "502271", 1, 0, 22), + (123849, "502271", 1, 0, 22), + (123850, "502271", 1, 0, 22), + (123851, "502293", 1, 0, 22), + (123852, "502293", 1, 0, 22), + (123853, "502293", 1, 0, 22), + (123854, "502293", 1, 0, 22), + (123855, "502293", 1, 0, 22), + (123856, "502293", 1, 0, 22), + (123857, "502293", 1, 0, 22), + (123858, "502287", 1, 0, 22), + (123859, "502287", 1, 0, 22), + (123860, "502287", 1, 0, 22), + (123861, "502287", 1, 0, 22), + (123862, "502287", 1, 0, 22), + (123863, "502287", 1, 0, 22), + (123864, "502287", 1, 0, 22), + (123865, "502287", 1, 0, 22), + (123866, "502287", 1, 0, 22), + (123867, "502314", 1, 0, 22), + (123868, "502314", 1, 0, 22), + (123869, "502314", 1, 0, 22), + (123870, "502314", 1, 0, 22), + (123871, "502314", 1, 0, 22), + (123872, "502314", 1, 0, 22), + (123873, "502314", 1, 0, 22), + (123874, "502314", 1, 0, 22), + (123875, "501502", 1, 0, 22), + (123876, "501504", 1, 0, 22), + (123877, "501501", 1, 0, 22), + (123878, "501144", 1, 0, 22), + (123879, "501301", 1, 0, 22), + (123880, "501301", 1, 0, 22), + (123881, "501301", 1, 0, 22), + (123882, "501301", 1, 0, 22), + (123883, "501301", 1, 0, 22), + (123884, "501301", 1, 0, 22), + (123885, "501301", 1, 0, 22), + (123886, "500088", 1, 0, 22), + (123887, "500088", 1, 0, 22), + (123888, "501301", 1, 0, 22), + (123889, "501301", 1, 0, 22), + (123890, "501301", 1, 0, 22), + (123891, "501301", 1, 0, 22), + (123892, "500043", 1, 0, 22), + (123893, "500043", 1, 0, 22), + (123894, "500043", 1, 0, 22), + (123895, "500043", 1, 0, 22), + (123896, "500078", 1, 0, 22), + (123897, "500078", 1, 0, 22), + (123898, "500101", 1, 0, 22), + (123899, "501102", 1, 0, 22), + (123900, "501102", 1, 0, 22), + (123901, "501102", 1, 0, 22), + (123902, "501102", 1, 0, 22), + (123903, "501102", 1, 0, 22), + (123904, "501102", 1, 0, 22), + (123905, "501102", 1, 0, 22), + (123906, "501102", 1, 0, 22), + (123907, "501102", 1, 0, 22), + (123908, "501102", 1, 0, 22), + (123909, "501102", 1, 0, 22), + (123910, "501102", 1, 0, 22), + (123911, "501102", 1, 0, 22), + (123912, "501102", 1, 0, 22), + (123913, "501102", 1, 0, 22), + (123914, "501102", 1, 0, 22), + (123915, "501102", 1, 0, 22), + (123916, "501102", 1, 0, 22), + (123917, "501102", 1, 0, 22), + (123918, "501143", 1, 0, 22), + (123919, "500100", 1, 0, 22), + (123920, "500100", 1, 0, 22), + (123921, "500078", 1, 0, 22), + (123922, "500055", 1, 0, 22), + (123923, "500055", 1, 0, 22), + (123924, "501401", 1, 0, 22), + (123925, "501401", 1, 0, 22), + (123926, "501401", 1, 0, 22), + (123927, "501401", 1, 0, 22), + (123928, "501401", 1, 0, 22), + (123929, "501401", 1, 0, 22), + (123930, "500101", 1, 0, 22), + (123931, "500101", 1, 0, 22), + (123932, "500101", 1, 0, 22), + (123933, "500101", 1, 0, 22), + (123934, "500101", 1, 0, 22), + (123935, "501143", 1, 0, 22), + (123936, "501143", 1, 0, 22), + (123937, "501143", 1, 0, 22), + (123938, "501143", 1, 0, 22), + (123939, "501143", 1, 0, 22), + (123940, "501143", 1, 0, 22), + (123941, "501143", 1, 0, 22), + (123942, "501143", 1, 0, 22), + (123943, "501502", 1, 0, 22), + (123944, "501502", 1, 0, 22), + (123945, "501502", 1, 0, 22), + (123946, "501502", 1, 0, 22), + (123947, "501502", 1, 0, 22), + (123948, "501502", 1, 0, 22), + (123949, "501502", 1, 0, 22), + (123950, "501158", 1, 0, 22), + (123951, "501158", 1, 0, 22), + (123952, "501158", 1, 0, 22), + (123953, "501158", 1, 0, 22), + (123954, "501503", 1, 0, 22), + (123955, "501503", 1, 0, 22), + (123956, "501503", 1, 0, 22), + (123957, "501503", 1, 0, 22), + (123958, "501503", 1, 0, 22), + (123959, "501503", 1, 0, 22), + (123960, "501503", 1, 0, 22), + (123961, "501503", 1, 0, 22), + (123962, "501503", 1, 0, 22), + (123963, "501503", 1, 0, 22), + (123964, "501503", 1, 0, 22), + (123965, "501503", 1, 0, 22), + (123966, "501503", 1, 0, 22), + (123967, "501503", 1, 0, 22), + (123968, "501503", 1, 0, 22), + (123969, "501503", 1, 0, 22), + (123970, "501503", 1, 0, 22), + (123971, "501503", 1, 0, 22), + (123972, "501121", 1, 0, 22), + (123973, "501504", 1, 0, 22), + (123974, "501504", 1, 0, 22), + (123975, "501504", 1, 0, 22), + (123976, "501504", 1, 0, 22), + (123977, "501203", 1, 0, 22), + (123978, "501504", 1, 0, 22), + (123979, "501504", 1, 0, 22), + (123980, "501106", 1, 0, 22), + (123981, "501106", 1, 0, 22), + (123982, "501106", 1, 0, 22), + (123983, "501106", 1, 0, 22), + (123984, "501106", 1, 0, 22), + (123985, "501106", 1, 0, 22), + (123986, "501106", 1, 0, 22), + (123987, "501106", 1, 0, 22), + (123988, "501106", 1, 0, 22), + (123989, "501106", 1, 0, 22), + (123990, "501106", 1, 0, 22), + (123991, "501106", 1, 0, 22), + (123992, "501106", 1, 0, 22), + (123993, "501202", 1, 0, 22), + (123994, "501202", 1, 0, 22), + (123995, "501202", 1, 0, 22), + (123996, "501202", 1, 0, 22), + (123997, "501202", 1, 0, 22), + (123998, "501202", 1, 0, 22), + (123999, "501202", 1, 0, 22), + (124000, "501202", 1, 0, 22), + (124001, "501202", 1, 0, 22), + (124002, "501202", 1, 0, 22), + (124003, "501202", 1, 0, 22), + (124004, "501202", 1, 0, 22), + (124005, "501202", 1, 0, 22), + (124006, "501202", 1, 0, 22), + (124007, "501202", 1, 0, 22), + (124008, "501111", 1, 0, 22), + (124009, "501111", 1, 0, 22), + (124010, "501111", 1, 0, 22), + (124011, "501111", 1, 0, 22), + (124012, "501111", 1, 0, 22), + (124013, "501111", 1, 0, 22), + (124014, "501102", 1, 0, 22), + (124015, "501142", 1, 0, 22), + (124016, "501142", 1, 0, 22), + (124017, "501142", 1, 0, 22), + (124018, "501142", 1, 0, 22), + (124019, "501142", 1, 0, 22), + (124020, "501142", 1, 0, 22), + (124021, "501142", 1, 0, 22), + (124022, "501142", 1, 0, 22), + (124023, "501142", 1, 0, 22), + (124024, "501501", 1, 0, 22), + (124025, "501501", 1, 0, 22), + (124026, "501501", 1, 0, 22), + (124027, "501501", 1, 0, 22), + (124028, "501501", 1, 0, 22), + (124029, "501501", 1, 0, 22), + (124030, "501501", 1, 0, 22), + (124031, "501501", 1, 0, 22), + (124032, "501501", 1, 0, 22), + (124033, "501501", 1, 0, 22), + (124034, "501501", 1, 0, 22), + (124035, "501501", 1, 0, 22), + (124036, "501501", 1, 0, 22), + (124037, "501501", 1, 0, 22), + (124038, "501501", 1, 0, 22), + (124039, "501501", 1, 0, 22), + (124040, "501501", 1, 0, 22), + (124041, "501501", 1, 0, 22), + (124042, "501203", 1, 0, 22), + (124043, "501203", 1, 0, 22), + (124044, "501203", 1, 0, 22), + (124045, "501203", 1, 0, 22), + (124046, "501203", 1, 0, 22), + (124047, "501203", 1, 0, 22), + (124048, "501203", 1, 0, 22), + (124049, "501203", 1, 0, 22), + (124050, "501203", 1, 0, 22), + (124051, "501203", 1, 0, 22), + (124052, "501203", 1, 0, 22), + (124053, "501203", 1, 0, 22), + (124054, "501203", 1, 0, 22), + (124055, "501141", 1, 0, 22), + (124056, "501141", 1, 0, 22), + (124057, "501141", 1, 0, 22), + (124058, "501141", 1, 0, 22), + (124059, "501141", 1, 0, 22), + (124060, "501141", 1, 0, 22), + (124061, "501141", 1, 0, 22), + (124062, "501141", 1, 0, 22), + (124063, "501141", 1, 0, 22), + (124064, "501144", 1, 0, 22), + (124065, "501144", 1, 0, 22), + (124066, "501144", 1, 0, 22), + (124067, "501144", 1, 0, 22), + (124068, "501144", 1, 0, 22), + (124069, "501144", 1, 0, 22), + (124070, "504209", 1, 0, 22), + (124071, "508355", 1, 0, 22), + (124072, "508213", 1, 0, 22), + (124073, "508238", 1, 0, 22), + (124074, "508214", 1, 0, 22), + (124075, "508205", 1, 0, 22), + (124076, "508206", 1, 0, 22), + (124077, "508213", 1, 0, 22), + (124078, "508233", 1, 0, 22), + (124079, "508234", 1, 0, 22), + (124080, "508211", 1, 0, 22), + (124081, "508221", 1, 0, 22), + (124082, "508279", 1, 0, 22), + (124083, "508212", 1, 0, 22), + (124084, "508376", 1, 0, 22), + (124085, "508280", 1, 0, 22), + (124086, "508223", 1, 0, 22), + (124087, "508210", 1, 0, 22), + (124088, "508201", 1, 0, 22), + (124089, "508204", 1, 0, 22), + (124090, "508374", 1, 0, 22), + (124091, "508246", 1, 0, 22), + (124092, "508218", 1, 0, 22), + (124093, "508278", 1, 0, 22), + (124094, "508208", 1, 0, 22), + (124095, "508247", 1, 0, 22), + (124096, "508217", 1, 0, 22), + (124097, "509375", 1, 0, 22), + (124098, "509201", 1, 0, 22), + (124099, "509203", 1, 0, 22), + (124100, "509206", 1, 0, 22), + (124101, "509102", 1, 0, 22), + (124102, "509381", 1, 0, 22), + (124103, "509401", 1, 0, 22), + (124104, "509110", 1, 0, 22), + (124105, "509209", 1, 0, 22), + (124106, "509215", 1, 0, 22), + (124107, "509104", 1, 0, 22), + (124108, "509412", 1, 0, 22), + (124109, "509105", 1, 0, 22), + (124110, "509120", 1, 0, 22), + (124111, "509326", 1, 0, 22), + (124112, "509385", 1, 0, 22), + (124113, "509406", 1, 0, 22), + (124114, "509235", 1, 0, 22), + (124115, "509376", 1, 0, 22), + (124116, "509321", 1, 0, 22), + (124117, "509202", 1, 0, 22), + (124118, "509358", 1, 0, 22), + (124119, "509324", 1, 0, 22), + (124120, "509408", 1, 0, 22), + (124121, "509207", 1, 0, 22), + (124122, "509228", 1, 0, 22), + (124123, "509327", 1, 0, 22), + (124124, "509320", 1, 0, 22), + (124125, "509410", 1, 0, 22), + (124126, "509325", 1, 0, 22), + (124127, "509216", 1, 0, 22), + (124128, "509217", 1, 0, 22), + (124129, "509349", 1, 0, 22), + (124130, "509360", 1, 0, 22), + (124131, "506002", 1, 0, 22), + (124132, "506002", 1, 0, 22), + (124133, "506007", 1, 0, 22), + (124134, "506310", 1, 0, 22), + (124135, "506002", 1, 0, 22), + (124136, "506314", 1, 0, 22), + (124137, "506317", 1, 0, 22), + (124138, "506002", 1, 0, 22), + (124139, "506005", 1, 0, 22), + (124140, "506222", 1, 0, 22), + (124141, "506002", 1, 0, 22), + (124142, "506002", 1, 0, 22), + (124143, "506002", 1, 0, 22), + (124144, "506002", 1, 0, 22), + (124145, "506331", 1, 0, 22), + (124146, "506163", 1, 0, 22), + (124147, "506313", 1, 0, 22), + (124148, "506318", 1, 0, 22), + (124149, "506316", 1, 0, 22), + (124150, "506324", 1, 0, 22), + (124151, "506332", 1, 0, 22), + (124152, "506381", 1, 0, 22), + (124153, "506134", 1, 0, 22), + (124154, "506112", 1, 0, 22), + (124155, "506135", 1, 0, 22), + (124156, "506105", 1, 0, 22), + (124157, "506315", 1, 0, 22), + (124158, "506132", 1, 0, 22), + (124159, "506368", 1, 0, 22), + (124160, "506122", 1, 0, 22), + (124161, "506104", 1, 0, 22), + (124162, "506369", 1, 0, 22), + (124163, "506006", 1, 0, 22), + (124164, "506330", 1, 0, 22), + (124165, "506013", 1, 0, 22), + (124166, "506007", 1, 0, 22), + (124167, "506166", 1, 0, 22), + (124168, "506002", 1, 0, 22), + (124169, "500013", 1, 0, 22), + (124170, "500076", 1, 0, 22), + (124171, "501511", 1, 0, 22), + (124172, "500039", 1, 0, 22), + (124173, "500070", 1, 0, 22), + (124174, "500044", 1, 0, 22), + (124175, "501509", 1, 0, 22), + (124176, "500079", 1, 0, 22), + (124177, "500070", 1, 0, 22), + (124178, "500030", 1, 0, 22), + (124179, "500064", 1, 0, 22), + (124180, "500012", 1, 0, 22), + (124181, "500005", 1, 0, 22), + (124182, "500053", 1, 0, 22), + (124183, "500065", 1, 0, 22), + (124184, "500066", 1, 0, 22), + (124185, "500048", 1, 0, 22), + (124186, "500058", 1, 0, 22), + (124187, "500077", 1, 0, 22), + (124188, "500005", 1, 0, 22), + (124189, "501359", 1, 0, 22), + (124190, "500002", 1, 0, 22), + (124191, "500013", 1, 0, 22), + (124192, "500044", 1, 0, 22), + (124193, "500027", 1, 0, 22), + (124194, "500060", 1, 0, 22), + (124195, "500068", 1, 0, 22), + (124196, "501505", 1, 0, 22), + (124197, "500051", 1, 0, 22), + (124198, "500035", 1, 0, 22), + (124199, "500013", 1, 0, 22), + (124200, "500076", 1, 0, 22), + (124201, "501506", 1, 0, 22), + (124202, "500074", 1, 0, 22), + (124203, "500036", 1, 0, 22), + (124204, "500044", 1, 0, 22), + (124205, "500044", 1, 0, 22), + (124206, "500036", 1, 0, 22), + (124207, "500060", 1, 0, 22), + (124208, "501508", 1, 0, 22), + (124209, "501512", 1, 0, 22), + (124210, "501510", 1, 0, 22), + (124211, "500074", 1, 0, 22), + (124212, "500035", 1, 0, 22), + (124213, "500030", 1, 0, 22), + (124214, "500069", 1, 0, 22), + (124215, "500024", 1, 0, 22), + (124216, "500059", 1, 0, 22), + (124217, "500059", 1, 0, 22), + (124218, "500065", 1, 0, 22), + (124219, "501218", 1, 0, 22), + (124220, "500059", 1, 0, 22), + (124221, "500052", 1, 0, 22), + (124222, "500053", 1, 0, 22), + (124223, "500023", 1, 0, 22), + (124224, "500034", 1, 0, 22), + (124225, "500006", 1, 0, 22), + (124226, "500041", 1, 0, 22), + (124227, "500029", 1, 0, 22), + (124228, "500001", 1, 0, 22), + (124229, "500095", 1, 0, 22), + (124230, "500001", 1, 0, 22), + (124231, "500028", 1, 0, 22), + (124232, "500018", 1, 0, 22), + (124233, "500107", 1, 0, 22), + (124234, "500096", 1, 0, 22), + (124235, "500008", 1, 0, 22), + (124236, "500004", 1, 0, 22), + (124237, "500105", 1, 0, 22), + (124238, "500008", 1, 0, 22), + (124239, "500006", 1, 0, 22), + (124240, "500022", 1, 0, 22), + (124241, "500075", 1, 0, 22), + (124242, "500046", 1, 0, 22), + (124243, "500081", 1, 0, 22), + (124244, "500032", 1, 0, 22), + (124245, "500082", 1, 0, 22), + (124246, "500018", 1, 0, 22), + (124247, "500038", 1, 0, 22), + (124248, "500073", 1, 0, 22), + (124249, "500004", 1, 0, 22), + (124250, "500004", 1, 0, 22), + (124251, "500045", 1, 0, 22), + (124252, "500004", 1, 0, 22), + (124253, "500018", 1, 0, 22), + (124254, "500018", 1, 0, 22), + (124255, "500018", 1, 0, 22), + (124256, "500029", 1, 0, 22), + (124257, "500001", 1, 0, 22), + (124258, "500082", 1, 0, 22), + (124259, "500008", 1, 0, 22), + (124260, "500008", 1, 0, 22), + (124261, "500006", 1, 0, 22), + (124262, "500028", 1, 0, 22), + (124263, "500001", 1, 0, 22), + (124264, "500084", 1, 0, 22), + (124265, "500029", 1, 0, 22), + (124266, "500063", 1, 0, 22), + (124267, "500033", 1, 0, 22), + (124268, "500004", 1, 0, 22), + (124269, "500008", 1, 0, 22), + (124270, "500029", 1, 0, 22), + (124271, "500028", 1, 0, 22), + (124272, "500031", 1, 0, 22), + (124273, "500033", 1, 0, 22), + (124274, "500019", 1, 0, 22), + (124275, "500063", 1, 0, 22), + (124276, "500095", 1, 0, 22), + (124277, "500045", 1, 0, 22), + (124278, "500057", 1, 0, 22), + (124279, "504306", 1, 0, 22), + (124280, "504307", 1, 0, 22), + (124281, "504001", 1, 0, 22), + (124282, "504308", 1, 0, 22), + (124283, "504309", 1, 0, 22), + (124284, "504346", 1, 0, 22), + (124285, "504106", 1, 0, 22), + (124286, "504313", 1, 0, 22), + (124287, "504231", 1, 0, 22), + (124288, "504214", 1, 0, 22), + (124289, "504215", 1, 0, 22), + (124290, "504220", 1, 0, 22), + (124291, "504208", 1, 0, 22), + (124292, "504209", 1, 0, 22), + (124293, "504296", 1, 0, 22), + (124294, "504231", 1, 0, 22), + (124295, "504219", 1, 0, 22), + (124296, "504301", 1, 0, 22), + (124297, "504292", 1, 0, 22), + (124298, "504273", 1, 0, 22), + (124299, "504296", 1, 0, 22), + (124300, "504299", 1, 0, 22), + (124301, "504303", 1, 0, 22), + (124302, "504272", 1, 0, 22), + (124303, "504295", 1, 0, 22), + (124304, "504001", 1, 0, 22), + (124305, "504101", 1, 0, 22), + (124306, "504001", 1, 0, 22), + (124307, "504001", 1, 0, 22), + (124308, "504103", 1, 0, 22), + (124309, "504304", 1, 0, 22), + (124310, "504110", 1, 0, 22), + (124311, "504106", 1, 0, 22), + (124312, "504203", 1, 0, 22), + (124313, "504109", 1, 0, 22), + (124314, "504310", 1, 0, 22), + (124315, "504102", 1, 0, 22), + (124316, "504104", 1, 0, 22), + (124317, "504323", 1, 0, 22), + (124318, "504106", 1, 0, 22), + (124319, "504311", 1, 0, 22), + (124320, "504202", 1, 0, 22), + (124321, "504001", 1, 0, 22), + (124322, "504105", 1, 0, 22), + (124323, "504312", 1, 0, 22), + (124324, "504293", 1, 0, 22), + (124325, "504251", 1, 0, 22), + (124326, "504251", 1, 0, 22), + (124327, "504251", 1, 0, 22), + (124328, "504204", 1, 0, 22), + (124329, "504201", 1, 0, 22), + (124330, "504294", 1, 0, 22), + (124331, "504302", 1, 0, 22), + (124332, "504206", 1, 0, 22), + (124333, "504218", 1, 0, 22), + (124334, "504207", 1, 0, 22), + (124335, "504208", 1, 0, 22), + (124336, "504296", 1, 0, 22), + (124337, "504216", 1, 0, 22), + (124338, "504205", 1, 0, 22), + (124339, "507137", 1, 0, 22), + (124340, "508224", 1, 0, 22), + (124341, "506365", 1, 0, 22), + (124342, "506368", 1, 0, 22), + (124343, "506165", 1, 0, 22), + (124344, "506345", 1, 0, 22), + (124345, "506344", 1, 0, 22), + (124346, "506352", 1, 0, 22), + (124347, "506172", 1, 0, 22), + (124348, "506349", 1, 0, 22), + (124349, "506366", 1, 0, 22), + (124350, "506343", 1, 0, 22), + (124351, "506391", 1, 0, 22), + (124352, "506347", 1, 0, 22), + (124353, "506348", 1, 0, 22), + (124354, "506319", 1, 0, 22), + (124355, "506011", 1, 0, 22), + (124356, "506371", 1, 0, 22), + (124357, "506015", 1, 0, 22), + (124358, "506003", 1, 0, 22), + (124359, "506142", 1, 0, 22), + (124360, "506145", 1, 0, 22), + (124361, "506151", 1, 0, 22), + (124362, "506004", 1, 0, 22), + (124363, "506009", 1, 0, 22), + (124364, "506370", 1, 0, 22), + (124365, "506003", 1, 0, 22), + (124366, "506004", 1, 0, 22), + (124367, "506001", 1, 0, 22), + (124368, "506009", 1, 0, 22), + (124369, "506011", 1, 0, 22), + (124370, "506001", 1, 0, 22), + (124371, "506144", 1, 0, 22), + (124372, "506221", 1, 0, 22), + (124373, "506301", 1, 0, 22), + (124374, "506223", 1, 0, 22), + (124375, "506302", 1, 0, 22), + (124376, "506143", 1, 0, 22), + (124377, "506252", 1, 0, 22), + (124378, "506367", 1, 0, 22), + (124379, "506175", 1, 0, 22), + (124380, "506355", 1, 0, 22), + (124381, "506224", 1, 0, 22), + (124382, "506201", 1, 0, 22), + (124383, "506244", 1, 0, 22), + (124384, "506303", 1, 0, 22), + (124385, "506342", 1, 0, 22), + (124386, "506169", 1, 0, 22), + (124387, "506168", 1, 0, 22), + (124388, "506356", 1, 0, 22), + (124389, "502032", 1, 0, 22), + (124390, "502032", 1, 0, 22), + (124391, "502269", 1, 0, 22), + (124392, "502273", 1, 0, 22), + (124393, "502325", 1, 0, 22), + (124394, "502305", 1, 0, 22), + (124395, "502032", 1, 0, 22), + (124396, "502221", 1, 0, 22), + (124397, "502321", 1, 0, 22), + (124398, "502251", 1, 0, 22), + (124399, "502324", 1, 0, 22), + (124400, "502307", 1, 0, 22), + (124401, "502296", 1, 0, 22), + (124402, "502270", 1, 0, 22), + (124403, "502345", 1, 0, 22), + (124404, "502285", 1, 0, 22), + (124405, "502210", 1, 0, 22), + (124406, "502316", 1, 0, 22), + (124407, "502228", 1, 0, 22), + (124408, "502294", 1, 0, 22), + (124409, "502032", 1, 0, 22), + (124410, "502249", 1, 0, 22), + (124411, "502300", 1, 0, 22), + (124412, "502306", 1, 0, 22), + (124413, "502286", 1, 0, 22), + (124414, "502313", 1, 0, 22), + (124415, "502371", 1, 0, 22), + (124416, "502256", 1, 0, 22), + (124417, "502205", 1, 0, 22), + (124418, "502319", 1, 0, 22), + (124419, "502319", 1, 0, 22), + (124420, "502319", 1, 0, 22), + (124421, "502295", 1, 0, 22), + (124422, "502257", 1, 0, 22), + (124423, "502001", 1, 0, 22), + (124424, "502318", 1, 0, 22), + (124425, "502032", 1, 0, 22), + (124426, "502032", 1, 0, 22), + (124427, "502290", 1, 0, 22), + (124428, "502329", 1, 0, 22), + (124429, "502291", 1, 0, 22), + (124430, "502001", 1, 0, 22), + (124431, "502001", 1, 0, 22), + (124432, "502271", 1, 0, 22), + (124433, "502293", 1, 0, 22), + (124434, "502287", 1, 0, 22), + (124435, "502314", 1, 0, 22), + (124436, "502246", 1, 0, 22), + (124437, "500062", 1, 0, 22), + (124438, "500020", 1, 0, 22), + (124439, "500007", 1, 0, 22), + (124440, "500003", 1, 0, 22), + (124441, "500017", 1, 0, 22), + (124442, "500020", 1, 0, 22), + (124443, "500007", 1, 0, 22), + (124444, "500025", 1, 0, 22), + (124445, "500016", 1, 0, 22), + (124446, "500007", 1, 0, 22), + (124447, "500020", 1, 0, 22), + (124448, "500043", 1, 0, 22), + (124449, "500010", 1, 0, 22), + (124450, "500047", 1, 0, 22), + (124451, "500037", 1, 0, 22), + (124452, "500062", 1, 0, 22), + (124453, "500016", 1, 0, 22), + (124454, "500017", 1, 0, 22), + (124455, "500080", 1, 0, 22), + (124456, "501301", 1, 0, 22), + (124457, "500025", 1, 0, 22), + (124458, "500040", 1, 0, 22), + (124459, "500007", 1, 0, 22), + (124460, "500026", 1, 0, 22), + (124461, "500025", 1, 0, 22), + (124462, "500061", 1, 0, 22), + (124463, "500040", 1, 0, 22), + (124464, "500020", 1, 0, 22), + (124465, "500010", 1, 0, 22), + (124466, "500010", 1, 0, 22), + (124467, "500011", 1, 0, 22), + (124468, "500050", 1, 0, 22), + (124469, "500015", 1, 0, 22), + (124470, "500014", 1, 0, 22), + (124471, "500042", 1, 0, 22), + (124472, "500054", 1, 0, 22), + (124473, "500055", 1, 0, 22), + (124474, "500087", 1, 0, 22), + (124475, "500072", 1, 0, 22), + (124476, "500085", 1, 0, 22), + (124477, "500047", 1, 0, 22), + (124478, "500009", 1, 0, 22), + (124479, "501401", 1, 0, 22), + (124480, "500056", 1, 0, 22), + (124481, "500078", 1, 0, 22), + (124482, "500056", 1, 0, 22), + (124483, "500037", 1, 0, 22), + (124484, "500094", 1, 0, 22), + (124485, "500093", 1, 0, 22), + (124486, "501143", 1, 0, 22), + (124487, "501502", 1, 0, 22), + (124488, "501158", 1, 0, 22), + (124489, "501503", 1, 0, 22), + (124490, "501504", 1, 0, 22), + (124491, "501106", 1, 0, 22), + (124492, "501202", 1, 0, 22), + (124493, "501111", 1, 0, 22), + (124494, "501142", 1, 0, 22), + (124495, "501501", 1, 0, 22), + (124496, "501203", 1, 0, 22), + (124497, "501141", 1, 0, 22), + (124498, "501144", 1, 0, 22), + (124499, "509152", 1, 0, 22), + (124500, "509130", 1, 0, 22), + (124501, "509131", 1, 0, 22), + (124502, "509127", 1, 0, 22), + (124503, "509219", 1, 0, 22), + (124504, "509129", 1, 0, 22), + (124505, "509128", 1, 0, 22), + (124506, "509132", 1, 0, 22), + (124507, "509126", 1, 0, 22), + (124508, "509153", 1, 0, 22), + (124509, "509135", 1, 0, 22), + (124510, "509382", 1, 0, 22), + (124511, "509407", 1, 0, 22), + (124512, "509204", 1, 0, 22), + (124513, "509205", 1, 0, 22), + (124514, "509001", 1, 0, 22), + (124515, "509334", 1, 0, 22), + (124516, "509350", 1, 0, 22), + (124517, "509002", 1, 0, 22), + (124518, "509353", 1, 0, 22), + (124519, "509338", 1, 0, 22), + (124520, "509371", 1, 0, 22), + (124521, "509339", 1, 0, 22), + (124522, "509352", 1, 0, 22), + (124523, "509335", 1, 0, 22), + (124524, "509409", 1, 0, 22), + (124525, "509411", 1, 0, 22), + (124526, "509208", 1, 0, 22), + (124527, "509351", 1, 0, 22), + (124528, "509001", 1, 0, 22), + (124529, "509337", 1, 0, 22), + (124530, "509380", 1, 0, 22), + (124531, "509210", 1, 0, 22), + (124532, "509210", 1, 0, 22), + (124533, "509340", 1, 0, 22), + (124534, "509001", 1, 0, 22), + (124535, "509001", 1, 0, 22), + (124536, "509336", 1, 0, 22), + (124537, "509001", 1, 0, 22), + (124538, "509311", 1, 0, 22), + (124539, "509001", 1, 0, 22), + (124540, "509133", 1, 0, 22), + (124541, "502115", 1, 0, 22), + (124542, "502310", 1, 0, 22), + (124543, "502255", 1, 0, 22), + (124544, "502108", 1, 0, 22), + (124545, "502277", 1, 0, 22), + (124546, "502278", 1, 0, 22), + (124547, "502113", 1, 0, 22), + (124548, "502267", 1, 0, 22), + (124549, "502114", 1, 0, 22), + (124550, "502281", 1, 0, 22), + (124551, "502336", 1, 0, 22), + (124552, "502312", 1, 0, 22), + (124553, "502276", 1, 0, 22), + (124554, "502372", 1, 0, 22), + (124555, "502130", 1, 0, 22), + (124556, "502301", 1, 0, 22), + (124557, "502109", 1, 0, 22), + (124558, "502247", 1, 0, 22), + (124559, "502335", 1, 0, 22), + (124560, "502280", 1, 0, 22), + (124561, "502248", 1, 0, 22), + (124562, "502102", 1, 0, 22), + (124563, "502375", 1, 0, 22), + (124564, "502279", 1, 0, 22), + (124565, "502303", 1, 0, 22), + (124566, "502125", 1, 0, 22), + (124567, "502311", 1, 0, 22), + (124568, "502107", 1, 0, 22), + (124569, "502117", 1, 0, 22), + (124570, "502101", 1, 0, 22), + (124571, "502381", 1, 0, 22), + (124572, "502302", 1, 0, 22), + (124573, "502334", 1, 0, 22), + (124574, "502331", 1, 0, 22), + (124575, "508284", 1, 0, 22), + (124576, "508105", 1, 0, 22), + (124577, "508113", 1, 0, 22), + (124578, "508285", 1, 0, 22), + (124579, "508112", 1, 0, 22), + (124580, "508286", 1, 0, 22), + (124581, "508115", 1, 0, 22), + (124582, "508001", 1, 0, 22), + (124583, "508255", 1, 0, 22), + (124584, "508250", 1, 0, 22), + (124585, "508114", 1, 0, 22), + (124586, "508252", 1, 0, 22), + (124587, "508001", 1, 0, 22), + (124588, "508248", 1, 0, 22), + (124589, "508258", 1, 0, 22), + (124590, "508248", 1, 0, 22), + (124591, "508257", 1, 0, 22), + (124592, "508202", 1, 0, 22), + (124593, "508243", 1, 0, 22), + (124594, "508256", 1, 0, 22), + (124595, "508001", 1, 0, 22), + (124596, "508245", 1, 0, 22), + (124597, "508244", 1, 0, 22), + (124598, "508373", 1, 0, 22), + (124599, "508253", 1, 0, 22), + (124600, "508254", 1, 0, 22), + (124601, "508001", 1, 0, 22), + (124602, "508266", 1, 0, 22), + (124603, "508202", 1, 0, 22), + (124604, "508002", 1, 0, 22), + (124605, "508004", 1, 0, 22), + (124606, "508101", 1, 0, 22), + (124607, "508111", 1, 0, 22), + (124608, "508117", 1, 0, 22), + (124609, "508126", 1, 0, 22), + (124610, "508277", 1, 0, 22), + (124611, "505466", 1, 0, 22), + (124612, "505528", 1, 0, 22), + (124613, "505524", 1, 0, 22), + (124614, "505001", 1, 0, 22), + (124615, "505415", 1, 0, 22), + (124616, "505001", 1, 0, 22), + (124617, "505401", 1, 0, 22), + (124618, "505526", 1, 0, 22), + (124619, "505445", 1, 0, 22), + (124620, "505467", 1, 0, 22), + (124621, "505001", 1, 0, 22), + (124622, "505001", 1, 0, 22), + (124623, "505501", 1, 0, 22), + (124624, "505402", 1, 0, 22), + (124625, "505451", 1, 0, 22), + (124626, "505527", 1, 0, 22), + (124627, "505469", 1, 0, 22), + (124628, "505481", 1, 0, 22), + (124629, "505531", 1, 0, 22), + (124630, "505001", 1, 0, 22), + (124631, "505473", 1, 0, 22), + (124632, "505530", 1, 0, 22), + (124633, "505330", 1, 0, 22), + (124634, "505306", 1, 0, 22), + (124635, "505425", 1, 0, 22), + (124636, "505304", 1, 0, 22), + (124637, "505301", 1, 0, 22), + (124638, "505532", 1, 0, 22), + (124639, "505450", 1, 0, 22), + (124640, "505327", 1, 0, 22), + (124641, "505303", 1, 0, 22), + (124642, "505326", 1, 0, 22), + (124643, "505326", 1, 0, 22), + (124644, "505452", 1, 0, 22), + (124645, "505403", 1, 0, 22), + (124646, "505453", 1, 0, 22), + (124647, "505325", 1, 0, 22), + (124648, "505325", 1, 0, 22), + (124649, "505404", 1, 0, 22), + (124650, "505331", 1, 0, 22), + (124651, "505327", 1, 0, 22), + (124652, "505454", 1, 0, 22), + (124653, "505455", 1, 0, 22), + (124654, "505529", 1, 0, 22), + (124655, "505305", 1, 0, 22), + (124656, "505460", 1, 0, 22), + (124657, "505307", 1, 0, 22), + (124658, "505462", 1, 0, 22), + (124659, "505301", 1, 0, 22), + (124660, "505405", 1, 0, 22), + (124661, "505302", 1, 0, 22), + (124662, "507202", 1, 0, 22), + (124663, "507211", 1, 0, 22), + (124664, "507204", 1, 0, 22), + (124665, "507001", 1, 0, 22), + (124666, "507001", 1, 0, 22), + (124667, "507169", 1, 0, 22), + (124668, "507208", 1, 0, 22), + (124669, "507001", 1, 0, 22), + (124670, "507002", 1, 0, 22), + (124671, "507003", 1, 0, 22), + (124672, "507168", 1, 0, 22), + (124673, "507003", 1, 0, 22), + (124674, "507210", 1, 0, 22), + (124675, "507158", 1, 0, 22), + (124676, "507003", 1, 0, 22), + (124677, "507002", 1, 0, 22), + (124678, "507209", 1, 0, 22), + (124679, "507122", 1, 0, 22), + (124680, "507182", 1, 0, 22), + (124681, "507159", 1, 0, 22), + (124682, "507203", 1, 0, 22), + (124683, "507203", 1, 0, 22), + (124684, "507002", 1, 0, 22), + (124685, "507160", 1, 0, 22), + (124686, "507157", 1, 0, 22), + (124687, "507183", 1, 0, 22), + (124688, "507304", 1, 0, 22), + (124689, "507161", 1, 0, 22), + (124690, "507167", 1, 0, 22), + (124691, "507170", 1, 0, 22), + (124692, "507305", 1, 0, 22), + (124693, "507163", 1, 0, 22), + (124694, "507003", 1, 0, 22), + (124695, "507318", 1, 0, 22), + (124696, "507165", 1, 0, 22), + (124697, "507002", 1, 0, 22), + (124698, "507201", 1, 0, 22), + (124699, "507301", 1, 0, 22), + (124700, "507101", 1, 0, 22), + (124701, "507306", 1, 0, 22), + (124702, "507138", 1, 0, 22), + (124703, "507101", 1, 0, 22), + (124704, "507166", 1, 0, 22), + (124705, "507101", 1, 0, 22), + (124706, "507316", 1, 0, 22), + (124707, "507302", 1, 0, 22), + (124708, "507118", 1, 0, 22), + (124709, "507119", 1, 0, 22), + (124710, "507303", 1, 0, 22), + (124711, "507120", 1, 0, 22), + (124712, "507101", 1, 0, 22), + (124713, "507164", 1, 0, 22), + (124714, "507103", 1, 0, 22), + (124715, "507123", 1, 0, 22), + (124716, "507124", 1, 0, 22), + (124717, "507111", 1, 0, 22), + (124718, "507114", 1, 0, 22), + (124719, "507133", 1, 0, 22), + (124720, "507137", 1, 0, 22), + (124721, "507116", 1, 0, 22), + (124722, "507117", 1, 0, 22), + (124723, "507115", 1, 0, 22), + (124724, "507125", 1, 0, 22), + (124725, "507111", 1, 0, 22), + (124726, "507128", 1, 0, 22), + (124727, "507140", 1, 0, 22), + (124728, "507154", 1, 0, 22), + (124729, "507115", 1, 0, 22), + (124730, "507136", 1, 0, 22), + (124731, "500078", 1, 0, 22), + (124732, "501504", 1, 0, 22), + (124733, "500087", 1, 0, 22), + (124734, "501102", 1, 0, 22), + (124735, "506329", 1, 0, 22), + (124736, "500078", 1, 0, 22), + (124737, "500088", 1, 0, 22), + (124738, "500043", 1, 0, 22), + (124739, "501401", 1, 0, 22), + (124740, "501401", 1, 0, 22), + (124741, "500101", 1, 0, 22), + (124742, "500078", 1, 0, 22), + (124743, "500101", 1, 0, 22), + (124744, "500101", 1, 0, 22), + (124745, "502103", 1, 0, 22), + (124746, "506008", 1, 0, 22), + (124747, "506102", 1, 0, 22), + (124748, "508286", 1, 0, 22), + (124749, "508115", 1, 0, 22), + (124750, "509106", 1, 0, 22), + (124751, "509106", 1, 0, 22), + (124752, "509106", 1, 0, 22), + (124753, "506175", 1, 0, 22), + (124754, "507301", 1, 0, 22), + (124755, "507301", 1, 0, 22), + (124756, "507301", 1, 0, 22), + (124757, "507301", 1, 0, 22), + (124758, "507302", 1, 0, 22), + (124759, "507302", 1, 0, 22), + (124760, "507302", 1, 0, 22), + (124761, "507209", 1, 0, 22), + (124762, "507133", 1, 0, 22), + (124763, "507140", 1, 0, 22), + (124764, "507140", 1, 0, 22), + (124765, "507140", 1, 0, 22), + (124766, "507140", 1, 0, 22), + (124767, "507136", 1, 0, 22), + (124768, "507136", 1, 0, 22), + (124769, "507136", 1, 0, 22), + (124770, "507136", 1, 0, 22), + (124771, "506013", 1, 0, 22), + (124772, "506112", 1, 0, 22), + (124773, "507115", 1, 0, 22), + (124774, "507182", 1, 0, 22), + (124775, "507318", 1, 0, 22), + (124776, "507182", 1, 0, 22), + (124777, "507182", 1, 0, 22), + (124778, "507182", 1, 0, 22), + (124779, "507183", 1, 0, 22), + (124780, "507305", 1, 0, 22), + (124781, "507318", 1, 0, 22), + (124782, "507165", 1, 0, 22), + (124783, "507165", 1, 0, 22), + (124784, "507165", 1, 0, 22), + (124785, "507165", 1, 0, 22), + (124786, "507166", 1, 0, 22), + (124787, "507166", 1, 0, 22), + (124788, "507120", 1, 0, 22), + (124789, "507120", 1, 0, 22), + (124790, "507202", 1, 0, 22), + (124791, "507204", 1, 0, 22), + (124792, "507204", 1, 0, 22), + (124793, "507204", 1, 0, 22), + (124794, "507201", 1, 0, 22), + (124795, "507201", 1, 0, 22), + (124796, "507202", 1, 0, 22), + (124797, "507203", 1, 0, 22), + (124798, "507304", 1, 0, 22), + (124799, "507210", 1, 0, 22), + (124800, "507210", 1, 0, 22), + (124801, "507122", 1, 0, 22), + (124802, "507123", 1, 0, 22), + (124803, "507137", 1, 0, 22), + (124804, "507137", 1, 0, 22), + (124805, "507137", 1, 0, 22), + (124806, "507117", 1, 0, 22), + (124807, "507117", 1, 0, 22), + (124808, "507117", 1, 0, 22), + (124809, "507117", 1, 0, 22), + (124810, "507117", 1, 0, 22), + (124811, "507116", 1, 0, 22), + (124812, "507116", 1, 0, 22), + (124813, "507116", 1, 0, 22), + (124814, "507116", 1, 0, 22), + (124815, "507003", 1, 0, 22), + (124816, "507003", 1, 0, 22), + (124817, "507003", 1, 0, 22), + (124818, "507167", 1, 0, 22), + (124819, "507303", 1, 0, 22), + (124820, "507306", 1, 0, 22), + (124821, "507211", 1, 0, 22), + (124822, "507211", 1, 0, 22), + (124823, "507211", 1, 0, 22), + (124824, "504292", 1, 0, 22), + (124825, "508279", 1, 0, 22), + (124826, "500090", 1, 0, 22), + (124827, "508256", 1, 0, 22), + (124828, "505524", 1, 0, 22), + (124829, "508243", 1, 0, 22), + (124830, "507168", 1, 0, 22), + (124831, "505002", 1, 0, 22), + (124832, "506170", 1, 0, 22), + (124833, "505415", 1, 0, 22), + (124834, "505415", 1, 0, 22), + (124835, "505415", 1, 0, 22), + (124836, "506244", 1, 0, 22), + (124837, "506347", 1, 0, 22), + (124838, "506165", 1, 0, 22), + (124839, "506303", 1, 0, 22), + (124840, "506169", 1, 0, 22), + (124841, "506112", 1, 0, 22), + (124842, "504002", 1, 0, 22), + (124843, "502318", 1, 0, 22), + (124844, "502318", 1, 0, 22), + (124845, "500084", 1, 0, 22), + (124846, "507303", 1, 0, 22), + (124847, "507169", 1, 0, 22), + (124848, "507169", 1, 0, 22), + (124849, "507169", 1, 0, 22), + (124850, "502115", 1, 0, 22), + (124851, "502115", 1, 0, 22), + (124852, "504002", 1, 0, 22), + (124853, "507204", 1, 0, 22), + (124854, "506324", 1, 0, 22), + (124855, "503112", 1, 0, 22), + (124856, "503112", 1, 0, 22), + (124857, "503112", 1, 0, 22), + (124858, "503112", 1, 0, 22), + (124859, "503112", 1, 0, 22), + (124860, "503112", 1, 0, 22), + (124861, "503112", 1, 0, 22), + (124862, "503112", 1, 0, 22), + (124863, "503112", 1, 0, 22), + (124864, "503112", 1, 0, 22), + (124865, "503112", 1, 0, 22), + (124866, "503112", 1, 0, 22), + (124867, "503112", 1, 0, 22), + (124868, "503112", 1, 0, 22), + (124869, "503112", 1, 0, 22), + (124870, "503112", 1, 0, 22), + (124871, "506008", 1, 0, 22), + (124872, "505174", 1, 0, 22), + (124873, "505174", 1, 0, 22), + (124874, "505174", 1, 0, 22), + (124875, "505174", 1, 0, 22), + (124876, "505514", 1, 0, 22), + (124877, "505514", 1, 0, 22), + (124878, "505514", 1, 0, 22), + (124879, "505514", 1, 0, 22), + (124880, "505514", 1, 0, 22), + (124881, "505514", 1, 0, 22), + (124882, "505187", 1, 0, 22), + (124883, "505187", 1, 0, 22), + (124884, "505187", 1, 0, 22), + (124885, "505187", 1, 0, 22), + (124886, "505187", 1, 0, 22), + (124887, "505187", 1, 0, 22), + (124888, "505187", 1, 0, 22), + (124889, "505187", 1, 0, 22), + (124890, "505187", 1, 0, 22), + (124891, "505187", 1, 0, 22), + (124892, "505212", 1, 0, 22), + (124893, "505212", 1, 0, 22), + (124894, "505212", 1, 0, 22), + (124895, "505212", 1, 0, 22), + (124896, "505212", 1, 0, 22), + (124897, "505212", 1, 0, 22), + (124898, "505212", 1, 0, 22), + (124899, "505525", 1, 0, 22), + (124900, "505525", 1, 0, 22), + (124901, "505525", 1, 0, 22), + (124902, "505525", 1, 0, 22), + (124903, "505525", 1, 0, 22), + (124904, "505525", 1, 0, 22), + (124905, "505525", 1, 0, 22), + (124906, "505525", 1, 0, 22), + (124907, "505525", 1, 0, 22), + (124908, "505525", 1, 0, 22), + (124909, "505525", 1, 0, 22), + (124910, "505186", 1, 0, 22), + (124911, "505186", 1, 0, 22), + (124912, "505186", 1, 0, 22), + (124913, "505186", 1, 0, 22), + (124914, "505186", 1, 0, 22), + (124915, "505186", 1, 0, 22), + (124916, "505209", 1, 0, 22), + (124917, "505209", 1, 0, 22), + (124918, "505209", 1, 0, 22), + (124919, "505209", 1, 0, 22), + (124920, "505188", 1, 0, 22), + (124921, "505188", 1, 0, 22), + (124922, "505188", 1, 0, 22), + (124923, "505188", 1, 0, 22), + (124924, "505188", 1, 0, 22), + (124925, "505503", 1, 0, 22), + (124926, "505503", 1, 0, 22), + (124927, "505503", 1, 0, 22), + (124928, "505503", 1, 0, 22), + (124929, "505503", 1, 0, 22), + (124930, "505503", 1, 0, 22), + (124931, "505503", 1, 0, 22), + (124932, "505503", 1, 0, 22), + (124933, "505503", 1, 0, 22), + (124934, "505503", 1, 0, 22), + (124935, "505503", 1, 0, 22), + (124936, "505503", 1, 0, 22), + (124937, "505503", 1, 0, 22), + (124938, "505504", 1, 0, 22), + (124939, "505504", 1, 0, 22), + (124940, "505504", 1, 0, 22), + (124941, "505504", 1, 0, 22), + (124942, "505504", 1, 0, 22), + (124943, "505184", 1, 0, 22), + (124944, "505184", 1, 0, 22), + (124945, "505184", 1, 0, 22), + (124946, "505184", 1, 0, 22), + (124947, "505184", 1, 0, 22), + (124948, "505184", 1, 0, 22), + (124949, "505184", 1, 0, 22), + (124950, "505184", 1, 0, 22), + (124951, "505184", 1, 0, 22), + (124952, "505184", 1, 0, 22), + (124953, "505184", 1, 0, 22), + (124954, "505184", 1, 0, 22), + (124955, "505184", 1, 0, 22), + (124956, "505184", 1, 0, 22), + (124957, "505184", 1, 0, 22), + (124958, "505184", 1, 0, 22), + (124959, "505184", 1, 0, 22), + (124960, "505184", 1, 0, 22), + (124961, "505184", 1, 0, 22), + (124962, "505184", 1, 0, 22), + (124963, "505174", 1, 0, 22), + (124964, "505174", 1, 0, 22), + (124965, "505174", 1, 0, 22), + (124966, "505174", 1, 0, 22), + (124967, "505174", 1, 0, 22), + (124968, "505174", 1, 0, 22), + (124969, "505174", 1, 0, 22), + (124970, "505174", 1, 0, 22), + (124971, "505174", 1, 0, 22), + (124972, "505174", 1, 0, 22), + (124973, "505208", 1, 0, 22), + (124974, "505208", 1, 0, 22), + (124975, "505208", 1, 0, 22), + (124976, "505208", 1, 0, 22), + (124977, "505185", 1, 0, 22), + (124978, "505185", 1, 0, 22), + (124979, "505185", 1, 0, 22), + (124980, "505185", 1, 0, 22), + (124981, "505185", 1, 0, 22), + (124982, "505185", 1, 0, 22), + (124983, "505185", 1, 0, 22), + (124984, "505185", 1, 0, 22), + (124985, "505185", 1, 0, 22), + (124986, "505498", 1, 0, 22), + (124987, "505498", 1, 0, 22), + (124988, "505498", 1, 0, 22), + (124989, "505498", 1, 0, 22), + (124990, "505498", 1, 0, 22), + (124991, "505498", 1, 0, 22), + (124992, "505498", 1, 0, 22), + (124993, "505498", 1, 0, 22), + (124994, "505497", 1, 0, 22), + (124995, "505497", 1, 0, 22), + (124996, "505497", 1, 0, 22), + (124997, "505497", 1, 0, 22), + (124998, "505497", 1, 0, 22), + (124999, "505122", 1, 0, 22), + (125000, "505122", 1, 0, 22), + (125001, "505122", 1, 0, 22), + (125002, "505122", 1, 0, 22), + (125003, "505122", 1, 0, 22), + (125004, "505122", 1, 0, 22), + (125005, "505122", 1, 0, 22), + (125006, "505122", 1, 0, 22), + (125007, "505122", 1, 0, 22), + (125008, "505153", 1, 0, 22), + (125009, "505153", 1, 0, 22), + (125010, "505153", 1, 0, 22), + (125011, "505153", 1, 0, 22), + (125012, "505153", 1, 0, 22), + (125013, "505153", 1, 0, 22), + (125014, "505153", 1, 0, 22), + (125015, "505153", 1, 0, 22), + (125016, "505153", 1, 0, 22), + (125017, "505102", 1, 0, 22), + (125018, "505102", 1, 0, 22), + (125019, "505102", 1, 0, 22), + (125020, "505102", 1, 0, 22), + (125021, "505102", 1, 0, 22), + (125022, "505102", 1, 0, 22), + (125023, "505102", 1, 0, 22), + (125024, "505102", 1, 0, 22), + (125025, "505102", 1, 0, 22), + (125026, "505102", 1, 0, 22), + (125027, "505102", 1, 0, 22), + (125028, "505102", 1, 0, 22), + (125029, "505498", 1, 0, 22), + (125030, "505498", 1, 0, 22), + (125031, "505498", 1, 0, 22), + (125032, "505498", 1, 0, 22), + (125033, "505498", 1, 0, 22), + (125034, "505498", 1, 0, 22), + (125035, "505490", 1, 0, 22), + (125036, "505490", 1, 0, 22), + (125037, "505490", 1, 0, 22), + (125038, "505129", 1, 0, 22), + (125039, "505129", 1, 0, 22), + (125040, "505129", 1, 0, 22), + (125041, "505129", 1, 0, 22), + (125042, "505129", 1, 0, 22), + (125043, "505129", 1, 0, 22), + (125044, "505162", 1, 0, 22), + (125045, "505162", 1, 0, 22), + (125046, "505162", 1, 0, 22), + (125047, "505162", 1, 0, 22), + (125048, "505162", 1, 0, 22), + (125049, "505470", 1, 0, 22), + (125050, "505470", 1, 0, 22), + (125051, "505470", 1, 0, 22), + (125052, "505470", 1, 0, 22), + (125053, "505470", 1, 0, 22), + (125054, "505470", 1, 0, 22), + (125055, "505470", 1, 0, 22), + (125056, "505471", 1, 0, 22), + (125057, "505471", 1, 0, 22), + (125058, "505471", 1, 0, 22), + (125059, "505471", 1, 0, 22), + (125060, "505471", 1, 0, 22), + (125061, "505471", 1, 0, 22), + (125062, "505471", 1, 0, 22), + (125063, "505505", 1, 0, 22), + (125064, "505505", 1, 0, 22), + (125065, "505505", 1, 0, 22), + (125066, "505505", 1, 0, 22), + (125067, "505505", 1, 0, 22), + (125068, "505505", 1, 0, 22), + (125069, "505505", 1, 0, 22), + (125070, "505152", 1, 0, 22), + (125071, "505152", 1, 0, 22), + (125072, "505152", 1, 0, 22), + (125073, "505152", 1, 0, 22), + (125074, "505152", 1, 0, 22), + (125075, "505152", 1, 0, 22), + (125076, "505152", 1, 0, 22), + (125077, "505152", 1, 0, 22), + (125078, "505472", 1, 0, 22), + (125079, "505472", 1, 0, 22), + (125080, "505472", 1, 0, 22), + (125081, "505472", 1, 0, 22), + (125082, "505472", 1, 0, 22), + (125083, "505472", 1, 0, 22), + (125084, "505472", 1, 0, 22), + (125085, "505472", 1, 0, 22), + (125086, "505472", 1, 0, 22), + (125087, "505474", 1, 0, 22), + (125088, "505474", 1, 0, 22), + (125089, "505474", 1, 0, 22), + (125090, "505474", 1, 0, 22), + (125091, "505474", 1, 0, 22), + (125092, "505474", 1, 0, 22), + (125093, "505101", 1, 0, 22), + (125094, "505101", 1, 0, 22), + (125095, "505101", 1, 0, 22), + (125096, "505101", 1, 0, 22), + (125097, "505101", 1, 0, 22), + (125098, "505101", 1, 0, 22), + (125099, "505480", 1, 0, 22), + (125100, "505480", 1, 0, 22), + (125101, "505480", 1, 0, 22), + (125102, "505480", 1, 0, 22), + (125103, "505475", 1, 0, 22), + (125104, "505475", 1, 0, 22), + (125105, "505475", 1, 0, 22), + (125106, "505475", 1, 0, 22), + (125107, "505475", 1, 0, 22), + (125108, "505475", 1, 0, 22), + (125109, "505475", 1, 0, 22), + (125110, "505502", 1, 0, 22), + (125111, "505502", 1, 0, 22), + (125112, "505502", 1, 0, 22), + (125113, "505502", 1, 0, 22), + (125114, "505502", 1, 0, 22), + (125115, "505502", 1, 0, 22), + (125116, "505502", 1, 0, 22), + (125117, "505476", 1, 0, 22), + (125118, "505476", 1, 0, 22), + (125119, "505476", 1, 0, 22), + (125120, "505476", 1, 0, 22), + (125121, "505476", 1, 0, 22), + (125122, "504203", 1, 0, 22), + (125123, "504203", 1, 0, 22), + (125124, "504203", 1, 0, 22), + (125125, "504203", 1, 0, 22), + (125126, "504203", 1, 0, 22), + (125127, "504203", 1, 0, 22), + (125128, "504203", 1, 0, 22), + (125129, "504203", 1, 0, 22), + (125130, "504203", 1, 0, 22), + (125131, "506003", 1, 0, 22), + (125132, "506145", 1, 0, 22), + (125133, "506303", 1, 0, 22), + (125134, "506319", 1, 0, 22), + (125135, "506366", 1, 0, 22), + (125136, "506345", 1, 0, 22), + (125137, "506345", 1, 0, 22), + (125138, "506345", 1, 0, 22), + (125139, "506344", 1, 0, 22), + (125140, "506344", 1, 0, 22), + (125141, "502278", 1, 0, 22), + (125142, "508002", 1, 0, 22), + (125143, "508002", 1, 0, 22), + (125144, "508002", 1, 0, 22), + (125145, "508002", 1, 0, 22), + (125146, "508002", 1, 0, 22), + (125147, "508002", 1, 0, 22), + (125148, "508002", 1, 0, 22), + (125149, "508252", 1, 0, 22), + (125150, "508244", 1, 0, 22), + (125151, "509357", 1, 0, 22), + (125152, "509357", 1, 0, 22), + (125153, "509357", 1, 0, 22), + (125154, "509357", 1, 0, 22), + (125155, "509357", 1, 0, 22), + (125156, "509357", 1, 0, 22), + (125157, "509357", 1, 0, 22), + (125158, "509357", 1, 0, 22), + (125159, "509357", 1, 0, 22), + (125160, "509357", 1, 0, 22), + (125161, "509357", 1, 0, 22), + (125162, "509357", 1, 0, 22), + (125163, "509357", 1, 0, 22), + (125164, "509357", 1, 0, 22), + (125165, "509357", 1, 0, 22), + (125166, "509357", 1, 0, 22), + (125167, "501121", 1, 0, 22), + (125168, "501121", 1, 0, 22), + (125169, "501121", 1, 0, 22), + (125170, "501121", 1, 0, 22), + (125171, "501121", 1, 0, 22), + (125172, "501121", 1, 0, 22), + (125173, "501121", 1, 0, 22), + (125174, "501121", 1, 0, 22), + (125175, "501202", 1, 0, 22), + (125176, "505416", 1, 0, 22), + (125177, "505416", 1, 0, 22), + (125178, "505416", 1, 0, 22), + (125179, "505416", 1, 0, 22), + (125180, "505416", 1, 0, 22), + (125181, "505416", 1, 0, 22), + (125182, "505416", 1, 0, 22), + (125183, "505416", 1, 0, 22), + (125184, "505416", 1, 0, 22), + (125185, "501102", 1, 0, 22), + (125186, "502331", 1, 0, 22), + (125187, "504106", 1, 0, 22), + (125188, "500052", 1, 0, 22), + (125189, "500036", 1, 0, 22), + (125190, "506007", 1, 0, 22), + (125191, "508202", 1, 0, 22), + (125192, "509126", 1, 0, 22), + (125193, "501301", 1, 0, 22), + (125194, "501111", 1, 0, 22), + (125195, "500078", 1, 0, 22), + (125196, "501501", 1, 0, 22), + (125197, "501401", 1, 0, 22), + (125198, "500088", 1, 0, 22), + (125199, "500090", 1, 0, 22), + (125200, "503307", 1, 0, 22), + (125201, "503225", 1, 0, 22), + (125202, "503212", 1, 0, 22), + (125203, "503175", 1, 0, 22), + (125204, "503187", 1, 0, 22), + (125205, "503310", 1, 0, 22), + (125206, "503101", 1, 0, 22), + (125207, "503108", 1, 0, 22), + (125208, "503122", 1, 0, 22), + (125209, "503321", 1, 0, 22), + (125210, "503207", 1, 0, 22), + (125211, "503246", 1, 0, 22), + (125212, "503186", 1, 0, 22), + (125213, "503223", 1, 0, 22), + (125214, "503223", 1, 0, 22), + (125215, "503223", 1, 0, 22), + (125216, "503223", 1, 0, 22), + (125217, "503223", 1, 0, 22), + (125218, "503223", 1, 0, 22), + (125219, "503223", 1, 0, 22), + (125220, "503223", 1, 0, 22), + (125221, "503223", 1, 0, 22), + (125222, "503223", 1, 0, 22), + (125223, "503223", 1, 0, 22), + (125224, "503223", 1, 0, 22), + (125225, "503223", 1, 0, 22), + (125226, "503223", 1, 0, 22), + (125227, "503217", 1, 0, 22), + (125228, "503217", 1, 0, 22), + (125229, "503217", 1, 0, 22), + (125230, "503217", 1, 0, 22), + (125231, "503217", 1, 0, 22), + (125232, "503217", 1, 0, 22), + (125233, "503217", 1, 0, 22), + (125234, "503307", 1, 0, 22), + (125235, "503307", 1, 0, 22), + (125236, "503307", 1, 0, 22), + (125237, "503219", 1, 0, 22), + (125238, "503212", 1, 0, 22), + (125239, "503164", 1, 0, 22), + (125240, "503309", 1, 0, 22), + (125241, "503101", 1, 0, 22), + (125242, "503302", 1, 0, 22), + (125243, "503144", 1, 0, 22), + (125244, "503305", 1, 0, 22), + (125245, "503202", 1, 0, 22), + (125246, "503201", 1, 0, 22), + (125247, "503309", 1, 0, 22), + (125248, "503309", 1, 0, 22), + (125249, "503309", 1, 0, 22), + (125250, "503309", 1, 0, 22), + (125251, "503310", 1, 0, 22), + (125252, "503310", 1, 0, 22), + (125253, "503310", 1, 0, 22), + (125254, "503310", 1, 0, 22), + (125255, "503310", 1, 0, 22), + (125256, "503310", 1, 0, 22), + (125257, "503310", 1, 0, 22), + (125258, "503125", 1, 0, 22), + (125259, "503125", 1, 0, 22), + (125260, "503125", 1, 0, 22), + (125261, "503125", 1, 0, 22), + (125262, "503125", 1, 0, 22), + (125263, "503101", 1, 0, 22), + (125264, "503101", 1, 0, 22), + (125265, "503101", 1, 0, 22), + (125266, "503101", 1, 0, 22), + (125267, "503101", 1, 0, 22), + (125268, "503101", 1, 0, 22), + (125269, "503123", 1, 0, 22), + (125270, "503123", 1, 0, 22), + (125271, "503123", 1, 0, 22), + (125272, "503123", 1, 0, 22), + (125273, "503123", 1, 0, 22), + (125274, "503114", 1, 0, 22), + (125275, "503114", 1, 0, 22), + (125276, "503114", 1, 0, 22), + (125277, "503114", 1, 0, 22), + (125278, "503102", 1, 0, 22), + (125279, "503102", 1, 0, 22), + (125280, "503102", 1, 0, 22), + (125281, "503102", 1, 0, 22), + (125282, "503102", 1, 0, 22), + (125283, "503124", 1, 0, 22), + (125284, "503124", 1, 0, 22), + (125285, "503124", 1, 0, 22), + (125286, "503124", 1, 0, 22), + (125287, "503124", 1, 0, 22), + (125288, "503124", 1, 0, 22), + (125289, "503108", 1, 0, 22), + (125290, "503108", 1, 0, 22), + (125291, "503108", 1, 0, 22), + (125292, "503108", 1, 0, 22), + (125293, "503302", 1, 0, 22), + (125294, "503302", 1, 0, 22), + (125295, "503302", 1, 0, 22), + (125296, "503302", 1, 0, 22), + (125297, "503302", 1, 0, 22), + (125298, "503110", 1, 0, 22), + (125299, "503110", 1, 0, 22), + (125300, "503110", 1, 0, 22), + (125301, "503110", 1, 0, 22), + (125302, "503110", 1, 0, 22), + (125303, "503110", 1, 0, 22), + (125304, "503110", 1, 0, 22), + (125305, "503110", 1, 0, 22), + (125306, "503122", 1, 0, 22), + (125307, "503122", 1, 0, 22), + (125308, "503122", 1, 0, 22), + (125309, "503122", 1, 0, 22), + (125310, "503122", 1, 0, 22), + (125311, "503122", 1, 0, 22), + (125312, "503122", 1, 0, 22), + (125313, "503122", 1, 0, 22), + (125314, "503122", 1, 0, 22), + (125315, "503122", 1, 0, 22), + (125316, "503122", 1, 0, 22), + (125317, "503122", 1, 0, 22), + (125318, "503122", 1, 0, 22), + (125319, "503122", 1, 0, 22), + (125320, "503122", 1, 0, 22), + (125321, "503120", 1, 0, 22), + (125322, "503120", 1, 0, 22), + (125323, "503120", 1, 0, 22), + (125324, "503120", 1, 0, 22), + (125325, "503120", 1, 0, 22), + (125326, "503120", 1, 0, 22), + (125327, "503120", 1, 0, 22), + (125328, "503144", 1, 0, 22), + (125329, "503144", 1, 0, 22), + (125330, "503144", 1, 0, 22), + (125331, "503144", 1, 0, 22), + (125332, "503144", 1, 0, 22), + (125333, "503144", 1, 0, 22), + (125334, "503144", 1, 0, 22), + (125335, "503144", 1, 0, 22), + (125336, "503144", 1, 0, 22), + (125337, "503144", 1, 0, 22), + (125338, "503145", 1, 0, 22), + (125339, "503145", 1, 0, 22), + (125340, "503145", 1, 0, 22), + (125341, "503145", 1, 0, 22), + (125342, "503145", 1, 0, 22), + (125343, "503145", 1, 0, 22), + (125344, "503145", 1, 0, 22), + (125345, "503145", 1, 0, 22), + (125346, "503321", 1, 0, 22), + (125347, "503321", 1, 0, 22), + (125348, "503321", 1, 0, 22), + (125349, "503321", 1, 0, 22), + (125350, "503185", 1, 0, 22), + (125351, "503185", 1, 0, 22), + (125352, "503185", 1, 0, 22), + (125353, "503185", 1, 0, 22), + (125354, "503185", 1, 0, 22), + (125355, "503185", 1, 0, 22), + (125356, "503185", 1, 0, 22), + (125357, "503185", 1, 0, 22), + (125358, "503185", 1, 0, 22), + (125359, "503185", 1, 0, 22), + (125360, "503185", 1, 0, 22), + (125361, "503305", 1, 0, 22), + (125362, "503305", 1, 0, 22), + (125363, "503305", 1, 0, 22), + (125364, "503305", 1, 0, 22), + (125365, "503305", 1, 0, 22), + (125366, "503305", 1, 0, 22), + (125367, "503305", 1, 0, 22), + (125368, "503207", 1, 0, 22), + (125369, "503207", 1, 0, 22), + (125370, "503207", 1, 0, 22), + (125371, "503207", 1, 0, 22), + (125372, "503207", 1, 0, 22), + (125373, "503207", 1, 0, 22), + (125374, "503207", 1, 0, 22), + (125375, "503207", 1, 0, 22), + (125376, "503301", 1, 0, 22), + (125377, "503301", 1, 0, 22), + (125378, "503301", 1, 0, 22), + (125379, "503301", 1, 0, 22), + (125380, "503301", 1, 0, 22), + (125381, "503301", 1, 0, 22), + (125382, "503188", 1, 0, 22), + (125383, "503188", 1, 0, 22), + (125384, "503188", 1, 0, 22), + (125385, "503188", 1, 0, 22), + (125386, "503188", 1, 0, 22), + (125387, "503180", 1, 0, 22), + (125388, "503180", 1, 0, 22), + (125389, "503180", 1, 0, 22), + (125390, "503180", 1, 0, 22), + (125391, "503235", 1, 0, 22), + (125392, "503235", 1, 0, 22), + (125393, "503235", 1, 0, 22), + (125394, "503235", 1, 0, 22), + (125395, "503235", 1, 0, 22), + (125396, "503235", 1, 0, 22), + (125397, "503235", 1, 0, 22), + (125398, "503235", 1, 0, 22), + (125399, "503235", 1, 0, 22), + (125400, "503235", 1, 0, 22), + (125401, "503202", 1, 0, 22), + (125402, "503202", 1, 0, 22), + (125403, "503202", 1, 0, 22), + (125404, "503202", 1, 0, 22), + (125405, "503246", 1, 0, 22), + (125406, "503246", 1, 0, 22), + (125407, "503246", 1, 0, 22), + (125408, "503246", 1, 0, 22), + (125409, "503246", 1, 0, 22), + (125410, "503246", 1, 0, 22), + (125411, "503246", 1, 0, 22), + (125412, "503246", 1, 0, 22), + (125413, "503206", 1, 0, 22), + (125414, "503206", 1, 0, 22), + (125415, "503206", 1, 0, 22), + (125416, "503206", 1, 0, 22), + (125417, "503206", 1, 0, 22), + (125418, "503206", 1, 0, 22), + (125419, "503245", 1, 0, 22), + (125420, "503245", 1, 0, 22), + (125421, "503245", 1, 0, 22), + (125422, "503245", 1, 0, 22), + (125423, "503245", 1, 0, 22), + (125424, "503245", 1, 0, 22), + (125425, "503245", 1, 0, 22), + (125426, "503245", 1, 0, 22), + (125427, "503245", 1, 0, 22), + (125428, "503245", 1, 0, 22), + (125429, "503245", 1, 0, 22), + (125430, "503245", 1, 0, 22), + (125431, "503186", 1, 0, 22), + (125432, "503186", 1, 0, 22), + (125433, "503186", 1, 0, 22), + (125434, "503186", 1, 0, 22), + (125435, "503201", 1, 0, 22), + (125436, "503201", 1, 0, 22), + (125437, "503201", 1, 0, 22), + (125438, "503230", 1, 0, 22), + (125439, "503230", 1, 0, 22), + (125440, "503230", 1, 0, 22), + (125441, "503230", 1, 0, 22), + (125442, "503230", 1, 0, 22), + (125443, "503230", 1, 0, 22), + (125444, "503230", 1, 0, 22), + (125445, "503230", 1, 0, 22), + (125446, "503230", 1, 0, 22), + (125447, "503230", 1, 0, 22), + (125448, "503003", 1, 0, 22), + (125449, "503246", 1, 0, 22), + (125450, "503003", 1, 0, 22), + (125451, "503003", 1, 0, 22), + (125452, "503003", 1, 0, 22), + (125453, "503246", 1, 0, 22), + (125454, "503003", 1, 0, 22), + (125455, "503003", 1, 0, 22), + (125456, "503003", 1, 0, 22), + (125457, "503003", 1, 0, 22), + (125458, "503003", 1, 0, 22), + (125459, "503246", 1, 0, 22), + (125460, "503003", 1, 0, 22), + (125461, "503307", 1, 0, 22), + (125462, "503307", 1, 0, 22), + (125463, "503307", 1, 0, 22), + (125464, "503307", 1, 0, 22), + (125465, "503307", 1, 0, 22), + (125466, "503307", 1, 0, 22), + (125467, "503307", 1, 0, 22), + (125468, "503307", 1, 0, 22), + (125469, "503307", 1, 0, 22), + (125470, "503307", 1, 0, 22), + (125471, "503307", 1, 0, 22), + (125472, "503307", 1, 0, 22), + (125473, "503308", 1, 0, 22), + (125474, "503308", 1, 0, 22), + (125475, "503308", 1, 0, 22), + (125476, "503308", 1, 0, 22), + (125477, "503308", 1, 0, 22), + (125478, "503308", 1, 0, 22), + (125479, "503308", 1, 0, 22), + (125480, "503308", 1, 0, 22), + (125481, "503218", 1, 0, 22), + (125482, "503218", 1, 0, 22), + (125483, "503218", 1, 0, 22), + (125484, "503218", 1, 0, 22), + (125485, "503218", 1, 0, 22), + (125486, "503218", 1, 0, 22), + (125487, "503218", 1, 0, 22), + (125488, "503218", 1, 0, 22), + (125489, "503218", 1, 0, 22), + (125490, "503225", 1, 0, 22), + (125491, "503225", 1, 0, 22), + (125492, "503225", 1, 0, 22), + (125493, "503225", 1, 0, 22), + (125494, "503225", 1, 0, 22), + (125495, "503225", 1, 0, 22), + (125496, "503219", 1, 0, 22), + (125497, "503219", 1, 0, 22), + (125498, "503219", 1, 0, 22), + (125499, "503219", 1, 0, 22), + (125500, "503219", 1, 0, 22), + (125501, "503219", 1, 0, 22), + (125502, "503311", 1, 0, 22), + (125503, "503311", 1, 0, 22), + (125504, "503311", 1, 0, 22), + (125505, "503311", 1, 0, 22), + (125506, "503311", 1, 0, 22), + (125507, "503311", 1, 0, 22), + (125508, "503311", 1, 0, 22), + (125509, "503311", 1, 0, 22), + (125510, "503311", 1, 0, 22), + (125511, "503223", 1, 0, 22), + (125512, "503213", 1, 0, 22), + (125513, "503213", 1, 0, 22), + (125514, "503213", 1, 0, 22), + (125515, "503213", 1, 0, 22), + (125516, "503213", 1, 0, 22), + (125517, "503213", 1, 0, 22), + (125518, "503213", 1, 0, 22), + (125519, "503213", 1, 0, 22), + (125520, "503212", 1, 0, 22), + (125521, "503212", 1, 0, 22), + (125522, "503212", 1, 0, 22), + (125523, "503212", 1, 0, 22), + (125524, "503212", 1, 0, 22), + (125525, "503212", 1, 0, 22), + (125526, "503212", 1, 0, 22), + (125527, "503212", 1, 0, 22), + (125528, "503212", 1, 0, 22), + (125529, "503212", 1, 0, 22), + (125530, "503212", 1, 0, 22), + (125531, "503212", 1, 0, 22), + (125532, "503165", 1, 0, 22), + (125533, "503165", 1, 0, 22), + (125534, "503165", 1, 0, 22), + (125535, "503165", 1, 0, 22), + (125536, "503165", 1, 0, 22), + (125537, "503165", 1, 0, 22), + (125538, "503165", 1, 0, 22), + (125539, "503165", 1, 0, 22), + (125540, "503165", 1, 0, 22), + (125541, "503165", 1, 0, 22), + (125542, "503165", 1, 0, 22), + (125543, "503165", 1, 0, 22), + (125544, "503223", 1, 0, 22), + (125545, "503175", 1, 0, 22), + (125546, "503175", 1, 0, 22), + (125547, "503175", 1, 0, 22), + (125548, "503175", 1, 0, 22), + (125549, "503175", 1, 0, 22), + (125550, "503223", 1, 0, 22), + (125551, "503175", 1, 0, 22), + (125552, "503175", 1, 0, 22), + (125553, "503175", 1, 0, 22), + (125554, "503175", 1, 0, 22), + (125555, "503175", 1, 0, 22), + (125556, "503175", 1, 0, 22), + (125557, "503175", 1, 0, 22), + (125558, "503175", 1, 0, 22), + (125559, "503223", 1, 0, 22), + (125560, "503175", 1, 0, 22), + (125561, "503164", 1, 0, 22), + (125562, "503164", 1, 0, 22), + (125563, "503164", 1, 0, 22), + (125564, "503164", 1, 0, 22), + (125565, "503164", 1, 0, 22), + (125566, "503164", 1, 0, 22), + (125567, "503164", 1, 0, 22), + (125568, "503164", 1, 0, 22), + (125569, "503164", 1, 0, 22), + (125570, "503164", 1, 0, 22), + (125571, "503164", 1, 0, 22), + (125572, "503164", 1, 0, 22), + (125573, "503187", 1, 0, 22), + (125574, "503187", 1, 0, 22), + (125575, "503187", 1, 0, 22), + (125576, "503187", 1, 0, 22), + (125577, "503187", 1, 0, 22), + (125578, "503187", 1, 0, 22), + (125579, "503187", 1, 0, 22), + (125580, "503187", 1, 0, 22), + (125581, "503187", 1, 0, 22), + (125582, "503187", 1, 0, 22), + (125583, "503187", 1, 0, 22), + (125584, "503187", 1, 0, 22), + (125585, "503187", 1, 0, 22), + (125586, "503187", 1, 0, 22), + (125587, "503187", 1, 0, 22), + (125588, "503187", 1, 0, 22), + (125589, "503306", 1, 0, 22), + (125590, "503306", 1, 0, 22), + (125591, "503306", 1, 0, 22), + (125592, "503306", 1, 0, 22), + (125593, "503309", 1, 0, 22), + (125594, "503309", 1, 0, 22), + (125595, "503309", 1, 0, 22), + (125596, "503309", 1, 0, 22), + (125597, "503309", 1, 0, 22), + (125598, "503309", 1, 0, 22), + (125599, "799290", 1, 0, 33), + (125600, "799269", 1, 0, 33), + (125601, "799261", 1, 0, 33), + (125602, "799277", 1, 0, 33), + (125603, "799285", 1, 0, 33), + (125604, "799288", 1, 0, 33), + (125605, "799270", 1, 0, 33), + (125606, "799264", 1, 0, 33), + (125607, "799204", 1, 0, 33), + (125608, "799287", 1, 0, 33), + (125609, "799275", 1, 0, 33), + (125610, "799279", 1, 0, 33), + (125611, "799277", 1, 0, 33), + (125612, "799260", 1, 0, 33), + (125613, "799263", 1, 0, 33), + (125614, "799253", 1, 0, 33), + (125615, "799278", 1, 0, 33), + (125616, "799280", 1, 0, 33), + (125617, "799284", 1, 0, 33), + (125618, "799256", 1, 0, 33), + (125619, "799207", 1, 0, 33), + (125620, "799201", 1, 0, 33), + (125621, "799203", 1, 0, 33), + (125622, "799202", 1, 0, 33), + (125623, "799205", 1, 0, 33), + (125624, "799289", 1, 0, 33), + (125625, "799281", 1, 0, 33), + (125626, "799251", 1, 0, 33), + (125627, "799262", 1, 0, 33), + (125628, "799273", 1, 0, 33), + (125629, "799271", 1, 0, 33), + (125630, "799286", 1, 0, 33), + (125631, "799254", 1, 0, 33), + (125632, "799266", 1, 0, 33), + (125633, "799282", 1, 0, 33), + (125634, "799103", 1, 0, 33), + (125635, "799115", 1, 0, 33), + (125636, "799131", 1, 0, 33), + (125637, "799142", 1, 0, 33), + (125638, "799145", 1, 0, 33), + (125639, "799144", 1, 0, 33), + (125640, "799125", 1, 0, 33), + (125641, "799104", 1, 0, 33), + (125642, "799114", 1, 0, 33), + (125643, "799105", 1, 0, 33), + (125644, "799143", 1, 0, 33), + (125645, "799156", 1, 0, 33), + (125646, "799153", 1, 0, 33), + (125647, "799150", 1, 0, 33), + (125648, "799013", 1, 0, 33), + (125649, "799009", 1, 0, 33), + (125650, "799004", 1, 0, 33), + (125651, "799005", 1, 0, 33), + (125652, "799003", 1, 0, 33), + (125653, "799014", 1, 0, 33), + (125654, "799102", 1, 0, 33), + (125655, "799015", 1, 0, 33), + (125656, "799045", 1, 0, 33), + (125657, "799007", 1, 0, 33), + (125658, "799006", 1, 0, 33), + (125659, "799210", 1, 0, 33), + (125660, "799008", 1, 0, 33), + (125661, "799211", 1, 0, 33), + (125662, "799002", 1, 0, 33), + (125663, "799035", 1, 0, 33), + (125664, "799012", 1, 0, 33), + (125665, "799212", 1, 0, 33), + (125666, "799130", 1, 0, 33), + (125667, "799157", 1, 0, 33), + (125668, "799101", 1, 0, 33), + (125669, "799155", 1, 0, 33), + (125670, "799141", 1, 0, 33), + (125671, "799113", 1, 0, 33), + (125672, "799132", 1, 0, 33), + (125673, "799022", 1, 0, 33), + (125674, "799001", 1, 0, 33), + (125675, "799010", 1, 0, 33), + (125676, "799001", 1, 0, 33), + (125677, "799001", 1, 0, 33), + (125678, "799046", 1, 0, 33), + (125679, "799001", 1, 0, 33), + (125680, "799120", 1, 0, 33), + (125681, "799250", 1, 0, 33), + (125682, "799286", 1, 0, 33), + (125683, "799260", 1, 0, 33), + (125684, "799131", 1, 0, 33), + (125685, "799004", 1, 0, 33), + (125686, "799004", 1, 0, 33), + (125687, "799157", 1, 0, 33), + (125688, "799045", 1, 0, 33), + (125689, "799004", 1, 0, 33), + (125690, "799045", 1, 0, 33), + (125691, "799253", 1, 0, 33), + (125692, "799009", 1, 0, 33), + (125693, "799009", 1, 0, 33), + (125694, "799009", 1, 0, 33), + (125695, "799009", 1, 0, 33), + (125696, "799004", 1, 0, 33), + (125697, "799004", 1, 0, 33), + (125698, "799004", 1, 0, 33), + (125699, "799004", 1, 0, 33), + (125700, "799004", 1, 0, 33), + (125701, "799004", 1, 0, 33), + (125702, "799004", 1, 0, 33), + (125703, "799003", 1, 0, 33), + (125704, "799003", 1, 0, 33), + (125705, "799003", 1, 0, 33), + (125706, "799003", 1, 0, 33), + (125707, "799003", 1, 0, 33), + (125708, "799003", 1, 0, 33), + (125709, "799003", 1, 0, 33), + (125710, "799003", 1, 0, 33), + (125711, "799102", 1, 0, 33), + (125712, "799102", 1, 0, 33), + (125713, "799102", 1, 0, 33), + (125714, "799102", 1, 0, 33), + (125715, "799011", 1, 0, 33), + (125716, "799102", 1, 0, 33), + (125717, "799102", 1, 0, 33), + (125718, "799011", 1, 0, 33), + (125719, "799102", 1, 0, 33), + (125720, "799011", 1, 0, 33), + (125721, "799102", 1, 0, 33), + (125722, "799102", 1, 0, 33), + (125723, "799102", 1, 0, 33), + (125724, "799102", 1, 0, 33), + (125725, "799102", 1, 0, 33), + (125726, "799102", 1, 0, 33), + (125727, "799102", 1, 0, 33), + (125728, "799102", 1, 0, 33), + (125729, "799102", 1, 0, 33), + (125730, "799011", 1, 0, 33), + (125731, "799102", 1, 0, 33), + (125732, "799011", 1, 0, 33), + (125733, "799011", 1, 0, 33), + (125734, "799102", 1, 0, 33), + (125735, "799015", 1, 0, 33), + (125736, "799045", 1, 0, 33), + (125737, "799045", 1, 0, 33), + (125738, "799045", 1, 0, 33), + (125739, "799045", 1, 0, 33), + (125740, "799045", 1, 0, 33), + (125741, "799045", 1, 0, 33), + (125742, "799045", 1, 0, 33), + (125743, "799045", 1, 0, 33), + (125744, "799045", 1, 0, 33), + (125745, "799045", 1, 0, 33), + (125746, "799045", 1, 0, 33), + (125747, "799045", 1, 0, 33), + (125748, "799007", 1, 0, 33), + (125749, "799102", 1, 0, 33), + (125750, "799102", 1, 0, 33), + (125751, "799102", 1, 0, 33), + (125752, "799102", 1, 0, 33), + (125753, "799102", 1, 0, 33), + (125754, "799102", 1, 0, 33), + (125755, "799102", 1, 0, 33), + (125756, "799102", 1, 0, 33), + (125757, "799102", 1, 0, 33), + (125758, "799102", 1, 0, 33), + (125759, "799006", 1, 0, 33), + (125760, "799006", 1, 0, 33), + (125761, "799006", 1, 0, 33), + (125762, "799006", 1, 0, 33), + (125763, "799006", 1, 0, 33), + (125764, "799006", 1, 0, 33), + (125765, "799006", 1, 0, 33), + (125766, "799210", 1, 0, 33), + (125767, "799210", 1, 0, 33), + (125768, "799210", 1, 0, 33), + (125769, "799210", 1, 0, 33), + (125770, "799210", 1, 0, 33), + (125771, "799210", 1, 0, 33), + (125772, "799210", 1, 0, 33), + (125773, "799008", 1, 0, 33), + (125774, "799008", 1, 0, 33), + (125775, "799008", 1, 0, 33), + (125776, "799008", 1, 0, 33), + (125777, "799008", 1, 0, 33), + (125778, "799008", 1, 0, 33), + (125779, "799008", 1, 0, 33), + (125780, "799008", 1, 0, 33), + (125781, "799211", 1, 0, 33), + (125782, "799211", 1, 0, 33), + (125783, "799211", 1, 0, 33), + (125784, "799211", 1, 0, 33), + (125785, "799211", 1, 0, 33), + (125786, "799211", 1, 0, 33), + (125787, "799211", 1, 0, 33), + (125788, "799211", 1, 0, 33), + (125789, "799211", 1, 0, 33), + (125790, "799211", 1, 0, 33), + (125791, "799211", 1, 0, 33), + (125792, "799211", 1, 0, 33), + (125793, "799211", 1, 0, 33), + (125794, "799211", 1, 0, 33), + (125795, "799211", 1, 0, 33), + (125796, "799002", 1, 0, 33), + (125797, "799002", 1, 0, 33), + (125798, "799002", 1, 0, 33), + (125799, "799002", 1, 0, 33), + (125800, "799002", 1, 0, 33), + (125801, "799002", 1, 0, 33), + (125802, "799002", 1, 0, 33), + (125803, "799035", 1, 0, 33), + (125804, "799035", 1, 0, 33), + (125805, "799035", 1, 0, 33), + (125806, "799035", 1, 0, 33), + (125807, "799035", 1, 0, 33), + (125808, "799035", 1, 0, 33), + (125809, "799035", 1, 0, 33), + (125810, "799035", 1, 0, 33), + (125811, "799012", 1, 0, 33), + (125812, "799212", 1, 0, 33), + (125813, "799212", 1, 0, 33), + (125814, "799212", 1, 0, 33), + (125815, "799212", 1, 0, 33), + (125816, "799212", 1, 0, 33), + (125817, "799212", 1, 0, 33), + (125818, "799212", 1, 0, 33), + (125819, "799130", 1, 0, 33), + (125820, "799130", 1, 0, 33), + (125821, "799130", 1, 0, 33), + (125822, "799130", 1, 0, 33), + (125823, "799130", 1, 0, 33), + (125824, "799130", 1, 0, 33), + (125825, "799130", 1, 0, 33), + (125826, "799130", 1, 0, 33), + (125827, "799157", 1, 0, 33), + (125828, "799157", 1, 0, 33), + (125829, "799157", 1, 0, 33), + (125830, "799157", 1, 0, 33), + (125831, "799157", 1, 0, 33), + (125832, "799157", 1, 0, 33), + (125833, "799101", 1, 0, 33), + (125834, "799101", 1, 0, 33), + (125835, "799101", 1, 0, 33), + (125836, "799101", 1, 0, 33), + (125837, "799101", 1, 0, 33), + (125838, "799101", 1, 0, 33), + (125839, "799101", 1, 0, 33), + (125840, "799101", 1, 0, 33), + (125841, "799101", 1, 0, 33), + (125842, "799101", 1, 0, 33), + (125843, "799101", 1, 0, 33), + (125844, "799101", 1, 0, 33), + (125845, "799101", 1, 0, 33), + (125846, "799101", 1, 0, 33), + (125847, "799101", 1, 0, 33), + (125848, "799101", 1, 0, 33), + (125849, "799101", 1, 0, 33), + (125850, "799155", 1, 0, 33), + (125851, "799155", 1, 0, 33), + (125852, "799155", 1, 0, 33), + (125853, "799155", 1, 0, 33), + (125854, "799155", 1, 0, 33), + (125855, "799155", 1, 0, 33), + (125856, "799155", 1, 0, 33), + (125857, "799155", 1, 0, 33), + (125858, "799155", 1, 0, 33), + (125859, "799155", 1, 0, 33), + (125860, "799155", 1, 0, 33), + (125861, "799155", 1, 0, 33), + (125862, "799155", 1, 0, 33), + (125863, "799125", 1, 0, 33), + (125864, "799125", 1, 0, 33), + (125865, "799125", 1, 0, 33), + (125866, "799125", 1, 0, 33), + (125867, "799125", 1, 0, 33), + (125868, "799125", 1, 0, 33), + (125869, "799125", 1, 0, 33), + (125870, "799104", 1, 0, 33), + (125871, "799104", 1, 0, 33), + (125872, "799104", 1, 0, 33), + (125873, "799104", 1, 0, 33), + (125874, "799104", 1, 0, 33), + (125875, "799104", 1, 0, 33), + (125876, "799104", 1, 0, 33), + (125877, "799104", 1, 0, 33), + (125878, "799104", 1, 0, 33), + (125879, "799104", 1, 0, 33), + (125880, "799104", 1, 0, 33), + (125881, "799104", 1, 0, 33), + (125882, "799104", 1, 0, 33), + (125883, "799104", 1, 0, 33), + (125884, "799104", 1, 0, 33), + (125885, "799113", 1, 0, 33), + (125886, "799113", 1, 0, 33), + (125887, "799114", 1, 0, 33), + (125888, "799114", 1, 0, 33), + (125889, "799113", 1, 0, 33), + (125890, "799114", 1, 0, 33), + (125891, "799113", 1, 0, 33), + (125892, "799114", 1, 0, 33), + (125893, "799114", 1, 0, 33), + (125894, "799141", 1, 0, 33), + (125895, "799141", 1, 0, 33), + (125896, "799141", 1, 0, 33), + (125897, "799141", 1, 0, 33), + (125898, "799141", 1, 0, 33), + (125899, "799141", 1, 0, 33), + (125900, "799141", 1, 0, 33), + (125901, "799141", 1, 0, 33), + (125902, "799105", 1, 0, 33), + (125903, "799105", 1, 0, 33), + (125904, "799105", 1, 0, 33), + (125905, "799105", 1, 0, 33), + (125906, "799105", 1, 0, 33), + (125907, "799105", 1, 0, 33), + (125908, "799105", 1, 0, 33), + (125909, "799105", 1, 0, 33), + (125910, "799105", 1, 0, 33), + (125911, "799105", 1, 0, 33), + (125912, "799105", 1, 0, 33), + (125913, "799105", 1, 0, 33), + (125914, "799105", 1, 0, 33), + (125915, "799105", 1, 0, 33), + (125916, "799105", 1, 0, 33), + (125917, "799105", 1, 0, 33), + (125918, "799142", 1, 0, 33), + (125919, "799142", 1, 0, 33), + (125920, "799143", 1, 0, 33), + (125921, "799143", 1, 0, 33), + (125922, "799143", 1, 0, 33), + (125923, "799143", 1, 0, 33), + (125924, "799143", 1, 0, 33), + (125925, "799143", 1, 0, 33), + (125926, "799143", 1, 0, 33), + (125927, "799143", 1, 0, 33), + (125928, "799143", 1, 0, 33), + (125929, "799143", 1, 0, 33), + (125930, "799156", 1, 0, 33), + (125931, "799156", 1, 0, 33), + (125932, "799156", 1, 0, 33), + (125933, "799156", 1, 0, 33), + (125934, "799153", 1, 0, 33), + (125935, "799150", 1, 0, 33), + (125936, "799144", 1, 0, 33), + (125937, "799144", 1, 0, 33), + (125938, "799144", 1, 0, 33), + (125939, "799144", 1, 0, 33), + (125940, "799144", 1, 0, 33), + (125941, "799144", 1, 0, 33), + (125942, "799144", 1, 0, 33), + (125943, "799144", 1, 0, 33), + (125944, "799144", 1, 0, 33), + (125945, "799144", 1, 0, 33), + (125946, "799144", 1, 0, 33), + (125947, "799144", 1, 0, 33), + (125948, "799144", 1, 0, 33), + (125949, "799145", 1, 0, 33), + (125950, "799145", 1, 0, 33), + (125951, "799145", 1, 0, 33), + (125952, "799145", 1, 0, 33), + (125953, "799145", 1, 0, 33), + (125954, "799145", 1, 0, 33), + (125955, "799145", 1, 0, 33), + (125956, "799145", 1, 0, 33), + (125957, "799145", 1, 0, 33), + (125958, "799145", 1, 0, 33), + (125959, "799145", 1, 0, 33), + (125960, "799145", 1, 0, 33), + (125961, "799013", 1, 0, 33), + (125962, "799013", 1, 0, 33), + (125963, "799013", 1, 0, 33), + (125964, "799013", 1, 0, 33), + (125965, "799013", 1, 0, 33), + (125966, "799013", 1, 0, 33), + (125967, "799013", 1, 0, 33), + (125968, "799013", 1, 0, 33), + (125969, "799114", 1, 0, 33), + (125970, "799013", 1, 0, 33), + (125971, "799105", 1, 0, 33), + (125972, "799013", 1, 0, 33), + (125973, "799105", 1, 0, 33), + (125974, "799114", 1, 0, 33), + (125975, "799105", 1, 0, 33), + (125976, "799114", 1, 0, 33), + (125977, "799114", 1, 0, 33), + (125978, "799103", 1, 0, 33), + (125979, "799103", 1, 0, 33), + (125980, "799103", 1, 0, 33), + (125981, "799103", 1, 0, 33), + (125982, "799103", 1, 0, 33), + (125983, "799103", 1, 0, 33), + (125984, "799103", 1, 0, 33), + (125985, "799103", 1, 0, 33), + (125986, "799103", 1, 0, 33), + (125987, "799103", 1, 0, 33), + (125988, "799103", 1, 0, 33), + (125989, "799103", 1, 0, 33), + (125990, "799103", 1, 0, 33), + (125991, "799103", 1, 0, 33), + (125992, "799115", 1, 0, 33), + (125993, "799115", 1, 0, 33), + (125994, "799115", 1, 0, 33), + (125995, "799115", 1, 0, 33), + (125996, "799115", 1, 0, 33), + (125997, "799115", 1, 0, 33), + (125998, "799115", 1, 0, 33), + (125999, "799115", 1, 0, 33), + (126000, "799115", 1, 0, 33), + (126001, "799115", 1, 0, 33), + (126002, "799115", 1, 0, 33), + (126003, "799115", 1, 0, 33), + (126004, "799115", 1, 0, 33), + (126005, "799115", 1, 0, 33), + (126006, "799115", 1, 0, 33), + (126007, "799131", 1, 0, 33), + (126008, "799132", 1, 0, 33), + (126009, "799131", 1, 0, 33), + (126010, "799131", 1, 0, 33), + (126011, "799131", 1, 0, 33), + (126012, "799132", 1, 0, 33), + (126013, "799131", 1, 0, 33), + (126014, "799131", 1, 0, 33), + (126015, "799132", 1, 0, 33), + (126016, "799131", 1, 0, 33), + (126017, "799131", 1, 0, 33), + (126018, "799132", 1, 0, 33), + (126019, "799132", 1, 0, 33), + (126020, "799132", 1, 0, 33), + (126021, "799132", 1, 0, 33), + (126022, "799131", 1, 0, 33), + (126023, "799212", 1, 0, 33), + (126024, "799004", 1, 0, 33), + (126025, "799102", 1, 0, 33), + (126026, "799263", 1, 0, 33), + (126027, "799113", 1, 0, 33), + (126028, "799143", 1, 0, 33), + (126029, "799155", 1, 0, 33), + (126030, "799101", 1, 0, 33), + (126031, "799270", 1, 0, 33), + (126032, "799275", 1, 0, 33), + (126033, "799251", 1, 0, 33), + (126034, "799260", 1, 0, 33), + (126035, "799253", 1, 0, 33), + (126036, "799254", 1, 0, 33), + (126037, "799277", 1, 0, 33), + (126038, "799207", 1, 0, 33), + (126039, "799203", 1, 0, 33), + (126040, "799275", 1, 0, 33), + (126041, "799275", 1, 0, 33), + (126042, "799275", 1, 0, 33), + (126043, "799275", 1, 0, 33), + (126044, "799275", 1, 0, 33), + (126045, "799275", 1, 0, 33), + (126046, "799275", 1, 0, 33), + (126047, "799289", 1, 0, 33), + (126048, "799289", 1, 0, 33), + (126049, "799289", 1, 0, 33), + (126050, "799289", 1, 0, 33), + (126051, "799289", 1, 0, 33), + (126052, "799289", 1, 0, 33), + (126053, "799289", 1, 0, 33), + (126054, "799289", 1, 0, 33), + (126055, "799281", 1, 0, 33), + (126056, "799281", 1, 0, 33), + (126057, "799281", 1, 0, 33), + (126058, "799281", 1, 0, 33), + (126059, "799281", 1, 0, 33), + (126060, "799251", 1, 0, 33), + (126061, "799251", 1, 0, 33), + (126062, "799251", 1, 0, 33), + (126063, "799251", 1, 0, 33), + (126064, "799251", 1, 0, 33), + (126065, "799251", 1, 0, 33), + (126066, "799251", 1, 0, 33), + (126067, "799251", 1, 0, 33), + (126068, "799251", 1, 0, 33), + (126069, "799270", 1, 0, 33), + (126070, "799270", 1, 0, 33), + (126071, "799270", 1, 0, 33), + (126072, "799261", 1, 0, 33), + (126073, "799261", 1, 0, 33), + (126074, "799261", 1, 0, 33), + (126075, "799261", 1, 0, 33), + (126076, "799261", 1, 0, 33), + (126077, "799261", 1, 0, 33), + (126078, "799261", 1, 0, 33), + (126079, "799261", 1, 0, 33), + (126080, "799261", 1, 0, 33), + (126081, "799261", 1, 0, 33), + (126082, "799204", 1, 0, 33), + (126083, "799204", 1, 0, 33), + (126084, "799285", 1, 0, 33), + (126085, "799285", 1, 0, 33), + (126086, "799285", 1, 0, 33), + (126087, "799285", 1, 0, 33), + (126088, "799285", 1, 0, 33), + (126089, "799285", 1, 0, 33), + (126090, "799285", 1, 0, 33), + (126091, "799285", 1, 0, 33), + (126092, "799285", 1, 0, 33), + (126093, "799287", 1, 0, 33), + (126094, "799287", 1, 0, 33), + (126095, "799287", 1, 0, 33), + (126096, "799287", 1, 0, 33), + (126097, "799275", 1, 0, 33), + (126098, "799251", 1, 0, 33), + (126099, "799251", 1, 0, 33), + (126100, "799251", 1, 0, 33), + (126101, "799251", 1, 0, 33), + (126102, "799251", 1, 0, 33), + (126103, "799251", 1, 0, 33), + (126104, "799262", 1, 0, 33), + (126105, "799262", 1, 0, 33), + (126106, "799262", 1, 0, 33), + (126107, "799262", 1, 0, 33), + (126108, "799273", 1, 0, 33), + (126109, "799260", 1, 0, 33), + (126110, "799260", 1, 0, 33), + (126111, "799260", 1, 0, 33), + (126112, "799260", 1, 0, 33), + (126113, "799260", 1, 0, 33), + (126114, "799260", 1, 0, 33), + (126115, "799260", 1, 0, 33), + (126116, "799260", 1, 0, 33), + (126117, "799260", 1, 0, 33), + (126118, "799260", 1, 0, 33), + (126119, "799260", 1, 0, 33), + (126120, "799260", 1, 0, 33), + (126121, "799260", 1, 0, 33), + (126122, "799260", 1, 0, 33), + (126123, "799260", 1, 0, 33), + (126124, "799260", 1, 0, 33), + (126125, "799260", 1, 0, 33), + (126126, "799263", 1, 0, 33), + (126127, "799263", 1, 0, 33), + (126128, "799263", 1, 0, 33), + (126129, "799263", 1, 0, 33), + (126130, "799263", 1, 0, 33), + (126131, "799263", 1, 0, 33), + (126132, "799263", 1, 0, 33), + (126133, "799263", 1, 0, 33), + (126134, "799263", 1, 0, 33), + (126135, "799282", 1, 0, 33), + (126136, "799279", 1, 0, 33), + (126137, "799282", 1, 0, 33), + (126138, "799279", 1, 0, 33), + (126139, "799279", 1, 0, 33), + (126140, "799279", 1, 0, 33), + (126141, "799279", 1, 0, 33), + (126142, "799253", 1, 0, 33), + (126143, "799253", 1, 0, 33), + (126144, "799253", 1, 0, 33), + (126145, "799253", 1, 0, 33), + (126146, "799253", 1, 0, 33), + (126147, "799253", 1, 0, 33), + (126148, "799253", 1, 0, 33), + (126149, "799253", 1, 0, 33), + (126150, "799253", 1, 0, 33), + (126151, "799253", 1, 0, 33), + (126152, "799253", 1, 0, 33), + (126153, "799273", 1, 0, 33), + (126154, "799273", 1, 0, 33), + (126155, "799273", 1, 0, 33), + (126156, "799273", 1, 0, 33), + (126157, "799273", 1, 0, 33), + (126158, "799271", 1, 0, 33), + (126159, "799271", 1, 0, 33), + (126160, "799271", 1, 0, 33), + (126161, "799271", 1, 0, 33), + (126162, "799271", 1, 0, 33), + (126163, "799271", 1, 0, 33), + (126164, "799290", 1, 0, 33), + (126165, "799290", 1, 0, 33), + (126166, "799290", 1, 0, 33), + (126167, "799290", 1, 0, 33), + (126168, "799290", 1, 0, 33), + (126169, "799290", 1, 0, 33), + (126170, "799290", 1, 0, 33), + (126171, "799290", 1, 0, 33), + (126172, "799290", 1, 0, 33), + (126173, "799290", 1, 0, 33), + (126174, "799290", 1, 0, 33), + (126175, "799290", 1, 0, 33), + (126176, "799254", 1, 0, 33), + (126177, "799254", 1, 0, 33), + (126178, "799254", 1, 0, 33), + (126179, "799254", 1, 0, 33), + (126180, "799254", 1, 0, 33), + (126181, "799286", 1, 0, 33), + (126182, "799286", 1, 0, 33), + (126183, "799286", 1, 0, 33), + (126184, "799286", 1, 0, 33), + (126185, "799286", 1, 0, 33), + (126186, "799286", 1, 0, 33), + (126187, "799286", 1, 0, 33), + (126188, "799269", 1, 0, 33), + (126189, "799269", 1, 0, 33), + (126190, "799269", 1, 0, 33), + (126191, "799269", 1, 0, 33), + (126192, "799269", 1, 0, 33), + (126193, "799269", 1, 0, 33), + (126194, "799269", 1, 0, 33), + (126195, "799269", 1, 0, 33), + (126196, "799269", 1, 0, 33), + (126197, "799277", 1, 0, 33), + (126198, "799277", 1, 0, 33), + (126199, "799277", 1, 0, 33), + (126200, "799277", 1, 0, 33), + (126201, "799277", 1, 0, 33), + (126202, "799277", 1, 0, 33), + (126203, "799277", 1, 0, 33), + (126204, "799277", 1, 0, 33), + (126205, "799277", 1, 0, 33), + (126206, "799277", 1, 0, 33), + (126207, "799277", 1, 0, 33), + (126208, "799277", 1, 0, 33), + (126209, "799266", 1, 0, 33), + (126210, "799264", 1, 0, 33), + (126211, "799264", 1, 0, 33), + (126212, "799264", 1, 0, 33), + (126213, "799266", 1, 0, 33), + (126214, "799264", 1, 0, 33), + (126215, "799264", 1, 0, 33), + (126216, "799253", 1, 0, 33), + (126217, "799253", 1, 0, 33), + (126218, "799253", 1, 0, 33), + (126219, "799280", 1, 0, 33), + (126220, "799280", 1, 0, 33), + (126221, "799284", 1, 0, 33), + (126222, "799284", 1, 0, 33), + (126223, "799256", 1, 0, 33), + (126224, "799256", 1, 0, 33), + (126225, "799256", 1, 0, 33), + (126226, "799256", 1, 0, 33), + (126227, "799207", 1, 0, 33), + (126228, "799207", 1, 0, 33), + (126229, "799207", 1, 0, 33), + (126230, "799207", 1, 0, 33), + (126231, "799207", 1, 0, 33), + (126232, "799207", 1, 0, 33), + (126233, "799207", 1, 0, 33), + (126234, "799207", 1, 0, 33), + (126235, "799201", 1, 0, 33), + (126236, "799201", 1, 0, 33), + (126237, "799201", 1, 0, 33), + (126238, "799201", 1, 0, 33), + (126239, "799201", 1, 0, 33), + (126240, "799201", 1, 0, 33), + (126241, "799201", 1, 0, 33), + (126242, "799201", 1, 0, 33), + (126243, "799201", 1, 0, 33), + (126244, "799201", 1, 0, 33), + (126245, "799201", 1, 0, 33), + (126246, "799201", 1, 0, 33), + (126247, "799201", 1, 0, 33), + (126248, "799201", 1, 0, 33), + (126249, "799201", 1, 0, 33), + (126250, "799201", 1, 0, 33), + (126251, "799201", 1, 0, 33), + (126252, "799201", 1, 0, 33), + (126253, "799201", 1, 0, 33), + (126254, "799203", 1, 0, 33), + (126255, "799203", 1, 0, 33), + (126256, "799203", 1, 0, 33), + (126257, "799203", 1, 0, 33), + (126258, "799203", 1, 0, 33), + (126259, "799203", 1, 0, 33), + (126260, "799280", 1, 0, 33), + (126261, "799280", 1, 0, 33), + (126262, "799280", 1, 0, 33), + (126263, "799280", 1, 0, 33), + (126264, "799280", 1, 0, 33), + (126265, "799278", 1, 0, 33), + (126266, "799278", 1, 0, 33), + (126267, "799278", 1, 0, 33), + (126268, "799278", 1, 0, 33), + (126269, "799278", 1, 0, 33), + (126270, "799284", 1, 0, 33), + (126271, "799284", 1, 0, 33), + (126272, "799284", 1, 0, 33), + (126273, "799284", 1, 0, 33), + (126274, "799266", 1, 0, 33), + (126275, "799264", 1, 0, 33), + (126276, "799264", 1, 0, 33), + (126277, "799266", 1, 0, 33), + (126278, "799288", 1, 0, 33), + (126279, "799288", 1, 0, 33), + (126280, "799288", 1, 0, 33), + (126281, "799288", 1, 0, 33), + (126282, "799288", 1, 0, 33), + (126283, "799288", 1, 0, 33), + (126284, "799288", 1, 0, 33), + (126285, "799270", 1, 0, 33), + (126286, "799203", 1, 0, 33), + (126287, "799203", 1, 0, 33), + (126288, "799203", 1, 0, 33), + (126289, "799203", 1, 0, 33), + (126290, "799203", 1, 0, 33), + (126291, "799203", 1, 0, 33), + (126292, "799203", 1, 0, 33), + (126293, "799205", 1, 0, 33), + (126294, "799205", 1, 0, 33), + (126295, "799205", 1, 0, 33), + (126296, "799205", 1, 0, 33), + (126297, "799205", 1, 0, 33), + (126298, "799205", 1, 0, 33), + (126299, "799205", 1, 0, 33), + (126300, "799205", 1, 0, 33), + (126301, "799205", 1, 0, 33), + (126302, "799205", 1, 0, 33), + (126303, "799205", 1, 0, 33), + (126304, "799205", 1, 0, 33), + (126305, "799205", 1, 0, 33), + (126306, "799205", 1, 0, 33), + (126307, "799205", 1, 0, 33), + (126308, "799205", 1, 0, 33), + (126309, "799205", 1, 0, 33), + (126310, "799205", 1, 0, 33), + (126311, "209728", 1, 0, 15), + (126312, "209728", 1, 0, 15), + (126313, "209728", 1, 0, 15), + (126314, "209728", 1, 0, 15), + (126315, "209728", 1, 0, 15), + (126316, "209728", 1, 0, 15), + (126317, "209728", 1, 0, 15), + (126318, "209728", 1, 0, 15), + (126319, "209728", 1, 0, 15), + (126320, "209728", 1, 0, 15), + (126321, "209728", 1, 0, 15), + (126322, "209728", 1, 0, 15), + (126323, "209728", 1, 0, 15), + (126324, "209503", 1, 0, 15), + (126325, "209503", 1, 0, 15), + (126326, "209503", 1, 0, 15), + (126327, "209731", 1, 0, 15), + (126328, "209731", 1, 0, 15), + (126329, "209731", 1, 0, 15), + (126330, "209731", 1, 0, 15), + (126331, "209731", 1, 0, 15), + (126332, "209731", 1, 0, 15), + (126333, "209731", 1, 0, 15), + (126334, "209732", 1, 0, 15), + (126335, "209732", 1, 0, 15), + (126336, "209732", 1, 0, 15), + (126337, "209732", 1, 0, 15), + (126338, "209732", 1, 0, 15), + (126339, "209732", 1, 0, 15), + (126340, "209734", 1, 0, 15), + (126341, "209734", 1, 0, 15), + (126342, "209734", 1, 0, 15), + (126343, "209734", 1, 0, 15), + (126344, "209734", 1, 0, 15), + (126345, "209738", 1, 0, 15), + (126346, "209738", 1, 0, 15), + (126347, "209738", 1, 0, 15), + (126348, "209738", 1, 0, 15), + (126349, "209738", 1, 0, 15), + (126350, "209738", 1, 0, 15), + (126351, "209738", 1, 0, 15), + (126352, "209749", 1, 0, 15), + (126353, "209749", 1, 0, 15), + (126354, "209622", 1, 0, 15), + (126355, "209622", 1, 0, 15), + (126356, "209622", 1, 0, 15), + (126357, "209622", 1, 0, 15), + (126358, "209622", 1, 0, 15), + (126359, "209622", 1, 0, 15), + (126360, "209621", 1, 0, 15), + (126361, "209621", 1, 0, 15), + (126362, "209621", 1, 0, 15), + (126363, "209621", 1, 0, 15), + (126364, "209621", 1, 0, 15), + (126365, "209720", 1, 0, 15), + (126366, "209720", 1, 0, 15), + (126367, "209720", 1, 0, 15), + (126368, "209720", 1, 0, 15), + (126369, "209720", 1, 0, 15), + (126370, "209720", 1, 0, 15), + (126371, "209720", 1, 0, 15), + (126372, "209720", 1, 0, 15), + (126373, "209720", 1, 0, 15), + (126374, "209602", 1, 0, 15), + (126375, "209602", 1, 0, 15), + (126376, "209602", 1, 0, 15), + (126377, "209721", 1, 0, 15), + (126378, "209721", 1, 0, 15), + (126379, "209721", 1, 0, 15), + (126380, "209721", 1, 0, 15), + (126381, "209721", 1, 0, 15), + (126382, "209721", 1, 0, 15), + (126383, "209721", 1, 0, 15), + (126384, "209721", 1, 0, 15), + (126385, "209721", 1, 0, 15), + (126386, "209721", 1, 0, 15), + (126387, "209721", 1, 0, 15), + (126388, "209721", 1, 0, 15), + (126389, "209721", 1, 0, 15), + (126390, "209625", 1, 0, 15), + (126391, "209625", 1, 0, 15), + (126392, "209625", 1, 0, 15), + (126393, "209625", 1, 0, 15), + (126394, "209625", 1, 0, 15), + (126395, "209625", 1, 0, 15), + (126396, "209625", 1, 0, 15), + (126397, "209722", 1, 0, 15), + (126398, "209722", 1, 0, 15), + (126399, "209722", 1, 0, 15), + (126400, "209722", 1, 0, 15), + (126401, "209722", 1, 0, 15), + (126402, "209722", 1, 0, 15), + (126403, "209723", 1, 0, 15), + (126404, "209723", 1, 0, 15), + (126405, "209723", 1, 0, 15), + (126406, "209723", 1, 0, 15), + (126407, "209723", 1, 0, 15), + (126408, "209723", 1, 0, 15), + (126409, "209723", 1, 0, 15), + (126410, "209723", 1, 0, 15), + (126411, "209733", 1, 0, 15), + (126412, "209733", 1, 0, 15), + (126413, "209733", 1, 0, 15), + (126414, "209733", 1, 0, 15), + (126415, "209733", 1, 0, 15), + (126416, "209733", 1, 0, 15), + (126417, "209733", 1, 0, 15), + (126418, "209733", 1, 0, 15), + (126419, "209733", 1, 0, 15), + (126420, "209739", 1, 0, 15), + (126421, "209739", 1, 0, 15), + (126422, "209739", 1, 0, 15), + (126423, "209739", 1, 0, 15), + (126424, "209739", 1, 0, 15), + (126425, "209739", 1, 0, 15), + (126426, "209739", 1, 0, 15), + (126427, "209739", 1, 0, 15), + (126428, "209502", 1, 0, 15), + (126429, "209502", 1, 0, 15), + (126430, "209502", 1, 0, 15), + (126431, "209502", 1, 0, 15), + (126432, "209502", 1, 0, 15), + (126433, "209502", 1, 0, 15), + (126434, "209502", 1, 0, 15), + (126435, "209502", 1, 0, 15), + (126436, "209602", 1, 0, 15), + (126437, "209723", 1, 0, 15), + (126438, "209502", 1, 0, 15), + (126439, "209743", 1, 0, 15), + (126440, "209652", 1, 0, 15), + (126441, "209728", 1, 0, 15), + (126442, "209734", 1, 0, 15), + (126443, "209652", 1, 0, 15), + (126444, "209745", 1, 0, 15), + (126445, "209745", 1, 0, 15), + (126446, "209745", 1, 0, 15), + (126447, "209745", 1, 0, 15), + (126448, "209735", 1, 0, 15), + (126449, "209735", 1, 0, 15), + (126450, "209727", 1, 0, 15), + (126451, "209727", 1, 0, 15), + (126452, "209727", 1, 0, 15), + (126453, "209727", 1, 0, 15), + (126454, "209727", 1, 0, 15), + (126455, "209727", 1, 0, 15), + (126456, "209727", 1, 0, 15), + (126457, "209727", 1, 0, 15), + (126458, "209727", 1, 0, 15), + (126459, "209727", 1, 0, 15), + (126460, "209727", 1, 0, 15), + (126461, "209727", 1, 0, 15), + (126462, "209727", 1, 0, 15), + (126463, "209727", 1, 0, 15), + (126464, "209727", 1, 0, 15), + (126465, "209727", 1, 0, 15), + (126466, "209729", 1, 0, 15), + (126467, "209729", 1, 0, 15), + (126468, "209729", 1, 0, 15), + (126469, "209729", 1, 0, 15), + (126470, "209747", 1, 0, 15), + (126471, "209747", 1, 0, 15), + (126472, "209747", 1, 0, 15), + (126473, "209747", 1, 0, 15), + (126474, "209747", 1, 0, 15), + (126475, "209747", 1, 0, 15), + (126476, "209728", 1, 0, 15), + (126477, "209728", 1, 0, 15), + (126478, "209502", 1, 0, 15), + (126479, "209502", 1, 0, 15), + (126480, "209502", 1, 0, 15), + (126481, "209502", 1, 0, 15), + (126482, "209502", 1, 0, 15), + (126483, "209502", 1, 0, 15), + (126484, "209502", 1, 0, 15), + (126485, "209502", 1, 0, 15), + (126486, "209502", 1, 0, 15), + (126487, "209724", 1, 0, 15), + (126488, "209724", 1, 0, 15), + (126489, "209724", 1, 0, 15), + (126490, "209724", 1, 0, 15), + (126491, "209724", 1, 0, 15), + (126492, "209724", 1, 0, 15), + (126493, "209724", 1, 0, 15), + (126494, "209724", 1, 0, 15), + (126495, "209724", 1, 0, 15), + (126496, "209505", 1, 0, 15), + (126497, "209505", 1, 0, 15), + (126498, "209505", 1, 0, 15), + (126499, "209505", 1, 0, 15), + (126500, "209505", 1, 0, 15), + (126501, "209736", 1, 0, 15), + (126502, "209736", 1, 0, 15), + (126503, "209736", 1, 0, 15), + (126504, "209736", 1, 0, 15), + (126505, "209736", 1, 0, 15), + (126506, "209736", 1, 0, 15), + (126507, "209736", 1, 0, 15), + (126508, "209743", 1, 0, 15), + (126509, "209743", 1, 0, 15), + (126510, "209743", 1, 0, 15), + (126511, "209743", 1, 0, 15), + (126512, "209743", 1, 0, 15), + (126513, "209743", 1, 0, 15), + (126514, "209504", 1, 0, 15), + (126515, "209504", 1, 0, 15), + (126516, "209504", 1, 0, 15), + (126517, "209504", 1, 0, 15), + (126518, "209651", 1, 0, 15), + (126519, "209651", 1, 0, 15), + (126520, "209651", 1, 0, 15), + (126521, "209651", 1, 0, 15), + (126522, "209651", 1, 0, 15), + (126523, "209651", 1, 0, 15), + (126524, "209651", 1, 0, 15), + (126525, "209501", 1, 0, 15), + (126526, "209501", 1, 0, 15), + (126527, "209501", 1, 0, 15), + (126528, "209501", 1, 0, 15), + (126529, "209501", 1, 0, 15), + (126530, "209501", 1, 0, 15), + (126531, "209501", 1, 0, 15), + (126532, "209501", 1, 0, 15), + (126533, "209652", 1, 0, 15), + (126534, "209652", 1, 0, 15), + (126535, "209652", 1, 0, 15), + (126536, "209652", 1, 0, 15), + (126537, "209652", 1, 0, 15), + (126538, "209652", 1, 0, 15), + (126539, "209652", 1, 0, 15), + (126540, "209652", 1, 0, 15), + (126541, "209652", 1, 0, 15), + (126542, "209652", 1, 0, 15), + (126543, "222165", 1, 0, 15), + (126544, "222165", 1, 0, 15), + (126545, "222165", 1, 0, 15), + (126546, "222165", 1, 0, 15), + (126547, "222165", 1, 0, 15), + (126548, "222165", 1, 0, 15), + (126549, "222165", 1, 0, 15), + (126550, "222170", 1, 0, 15), + (126551, "222170", 1, 0, 15), + (126552, "222170", 1, 0, 15), + (126553, "222170", 1, 0, 15), + (126554, "222170", 1, 0, 15), + (126555, "222170", 1, 0, 15), + (126556, "222170", 1, 0, 15), + (126557, "222202", 1, 0, 15), + (126558, "222202", 1, 0, 15), + (126559, "222202", 1, 0, 15), + (126560, "222202", 1, 0, 15), + (126561, "222202", 1, 0, 15), + (126562, "222202", 1, 0, 15), + (126563, "222202", 1, 0, 15), + (126564, "222202", 1, 0, 15), + (126565, "222202", 1, 0, 15), + (126566, "222202", 1, 0, 15), + (126567, "222202", 1, 0, 15), + (126568, "222109", 1, 0, 15), + (126569, "222109", 1, 0, 15), + (126570, "222109", 1, 0, 15), + (126571, "222109", 1, 0, 15), + (126572, "222109", 1, 0, 15), + (126573, "222109", 1, 0, 15), + (126574, "222109", 1, 0, 15), + (126575, "222109", 1, 0, 15), + (126576, "222204", 1, 0, 15), + (126577, "222204", 1, 0, 15), + (126578, "222204", 1, 0, 15), + (126579, "222204", 1, 0, 15), + (126580, "222204", 1, 0, 15), + (126581, "223102", 1, 0, 15), + (126582, "223102", 1, 0, 15), + (126583, "223102", 1, 0, 15), + (126584, "223102", 1, 0, 15), + (126585, "223102", 1, 0, 15), + (126586, "223102", 1, 0, 15), + (126587, "223102", 1, 0, 15), + (126588, "223102", 1, 0, 15), + (126589, "222105", 1, 0, 15), + (126590, "222105", 1, 0, 15), + (126591, "222105", 1, 0, 15), + (126592, "222105", 1, 0, 15), + (126593, "222105", 1, 0, 15), + (126594, "222105", 1, 0, 15), + (126595, "222203", 1, 0, 15), + (126596, "222203", 1, 0, 15), + (126597, "222203", 1, 0, 15), + (126598, "222203", 1, 0, 15), + (126599, "222203", 1, 0, 15), + (126600, "222203", 1, 0, 15), + (126601, "222203", 1, 0, 15), + (126602, "222203", 1, 0, 15), + (126603, "222203", 1, 0, 15), + (126604, "222203", 1, 0, 15), + (126605, "222203", 1, 0, 15), + (126606, "222203", 1, 0, 15), + (126607, "222203", 1, 0, 15), + (126608, "222141", 1, 0, 15), + (126609, "222141", 1, 0, 15), + (126610, "222141", 1, 0, 15), + (126611, "222141", 1, 0, 15), + (126612, "222141", 1, 0, 15), + (126613, "222141", 1, 0, 15), + (126614, "223103", 1, 0, 15), + (126615, "223103", 1, 0, 15), + (126616, "223103", 1, 0, 15), + (126617, "223103", 1, 0, 15), + (126618, "223103", 1, 0, 15), + (126619, "223103", 1, 0, 15), + (126620, "223103", 1, 0, 15), + (126621, "223103", 1, 0, 15), + (126622, "223101", 1, 0, 15), + (126623, "223101", 1, 0, 15), + (126624, "223101", 1, 0, 15), + (126625, "223101", 1, 0, 15), + (126626, "222149", 1, 0, 15), + (126627, "222149", 1, 0, 15), + (126628, "222149", 1, 0, 15), + (126629, "222149", 1, 0, 15), + (126630, "222149", 1, 0, 15), + (126631, "222149", 1, 0, 15), + (126632, "222131", 1, 0, 15), + (126633, "222131", 1, 0, 15), + (126634, "222131", 1, 0, 15), + (126635, "222131", 1, 0, 15), + (126636, "222175", 1, 0, 15), + (126637, "222175", 1, 0, 15), + (126638, "222175", 1, 0, 15), + (126639, "222175", 1, 0, 15), + (126640, "222175", 1, 0, 15), + (126641, "222175", 1, 0, 15), + (126642, "222175", 1, 0, 15), + (126643, "222175", 1, 0, 15), + (126644, "223105", 1, 0, 15), + (126645, "223105", 1, 0, 15), + (126646, "222143", 1, 0, 15), + (126647, "222143", 1, 0, 15), + (126648, "222143", 1, 0, 15), + (126649, "222145", 1, 0, 15), + (126650, "222145", 1, 0, 15), + (126651, "222145", 1, 0, 15), + (126652, "222145", 1, 0, 15), + (126653, "222145", 1, 0, 15), + (126654, "222145", 1, 0, 15), + (126655, "222145", 1, 0, 15), + (126656, "222145", 1, 0, 15), + (126657, "222145", 1, 0, 15), + (126658, "222161", 1, 0, 15), + (126659, "222161", 1, 0, 15), + (126660, "222161", 1, 0, 15), + (126661, "222161", 1, 0, 15), + (126662, "222161", 1, 0, 15), + (126663, "222161", 1, 0, 15), + (126664, "222161", 1, 0, 15), + (126665, "222161", 1, 0, 15), + (126666, "222161", 1, 0, 15), + (126667, "222161", 1, 0, 15), + (126668, "222161", 1, 0, 15), + (126669, "222161", 1, 0, 15), + (126670, "222161", 1, 0, 15), + (126671, "222161", 1, 0, 15), + (126672, "222161", 1, 0, 15), + (126673, "222161", 1, 0, 15), + (126674, "222161", 1, 0, 15), + (126675, "222161", 1, 0, 15), + (126676, "222161", 1, 0, 15), + (126677, "222165", 1, 0, 15), + (126678, "222165", 1, 0, 15), + (126679, "222165", 1, 0, 15), + (126680, "222125", 1, 0, 15), + (126681, "222162", 1, 0, 15), + (126682, "222129", 1, 0, 15), + (126683, "222136", 1, 0, 15), + (126684, "222142", 1, 0, 15), + (126685, "223104", 1, 0, 15), + (126686, "222145", 1, 0, 15), + (126687, "222165", 1, 0, 15), + (126688, "222109", 1, 0, 15), + (126689, "222203", 1, 0, 15), + (126690, "223101", 1, 0, 15), + (126691, "222181", 1, 0, 15), + (126692, "222003", 1, 0, 15), + (126693, "223104", 1, 0, 15), + (126694, "223104", 1, 0, 15), + (126695, "223104", 1, 0, 15), + (126696, "223104", 1, 0, 15), + (126697, "222146", 1, 0, 15), + (126698, "222146", 1, 0, 15), + (126699, "222146", 1, 0, 15), + (126700, "222146", 1, 0, 15), + (126701, "222146", 1, 0, 15), + (126702, "222146", 1, 0, 15), + (126703, "222148", 1, 0, 15), + (126704, "222148", 1, 0, 15), + (126705, "222148", 1, 0, 15), + (126706, "222148", 1, 0, 15), + (126707, "222143", 1, 0, 15), + (126708, "222143", 1, 0, 15), + (126709, "222143", 1, 0, 15), + (126710, "222143", 1, 0, 15), + (126711, "222143", 1, 0, 15), + (126712, "222143", 1, 0, 15), + (126713, "222143", 1, 0, 15), + (126714, "222143", 1, 0, 15), + (126715, "223105", 1, 0, 15), + (126716, "223105", 1, 0, 15), + (126717, "223105", 1, 0, 15), + (126718, "222181", 1, 0, 15), + (126719, "222181", 1, 0, 15), + (126720, "222181", 1, 0, 15), + (126721, "222181", 1, 0, 15), + (126722, "222180", 1, 0, 15), + (126723, "222180", 1, 0, 15), + (126724, "222180", 1, 0, 15), + (126725, "222180", 1, 0, 15), + (126726, "222180", 1, 0, 15), + (126727, "222180", 1, 0, 15), + (126728, "222180", 1, 0, 15), + (126729, "222003", 1, 0, 15), + (126730, "222003", 1, 0, 15), + (126731, "222003", 1, 0, 15), + (126732, "222002", 1, 0, 15), + (126733, "222003", 1, 0, 15), + (126734, "222002", 1, 0, 15), + (126735, "222003", 1, 0, 15), + (126736, "222003", 1, 0, 15), + (126737, "222003", 1, 0, 15), + (126738, "222002", 1, 0, 15), + (126739, "222003", 1, 0, 15), + (126740, "222002", 1, 0, 15), + (126741, "222003", 1, 0, 15), + (126742, "222003", 1, 0, 15), + (126743, "222002", 1, 0, 15), + (126744, "222002", 1, 0, 15), + (126745, "222002", 1, 0, 15), + (126746, "222003", 1, 0, 15), + (126747, "222003", 1, 0, 15), + (126748, "222002", 1, 0, 15), + (126749, "222002", 1, 0, 15), + (126750, "222003", 1, 0, 15), + (126751, "222125", 1, 0, 15), + (126752, "222125", 1, 0, 15), + (126753, "222125", 1, 0, 15), + (126754, "222125", 1, 0, 15), + (126755, "222125", 1, 0, 15), + (126756, "222125", 1, 0, 15), + (126757, "222125", 1, 0, 15), + (126758, "222125", 1, 0, 15), + (126759, "222125", 1, 0, 15), + (126760, "222125", 1, 0, 15), + (126761, "222125", 1, 0, 15), + (126762, "222125", 1, 0, 15), + (126763, "222125", 1, 0, 15), + (126764, "222125", 1, 0, 15), + (126765, "222125", 1, 0, 15), + (126766, "222201", 1, 0, 15), + (126767, "222201", 1, 0, 15), + (126768, "222201", 1, 0, 15), + (126769, "222201", 1, 0, 15), + (126770, "222201", 1, 0, 15), + (126771, "222201", 1, 0, 15), + (126772, "222201", 1, 0, 15), + (126773, "222201", 1, 0, 15), + (126774, "222201", 1, 0, 15), + (126775, "222201", 1, 0, 15), + (126776, "222201", 1, 0, 15), + (126777, "222201", 1, 0, 15), + (126778, "222127", 1, 0, 15), + (126779, "222127", 1, 0, 15), + (126780, "222127", 1, 0, 15), + (126781, "222127", 1, 0, 15), + (126782, "222127", 1, 0, 15), + (126783, "222162", 1, 0, 15), + (126784, "222162", 1, 0, 15), + (126785, "222162", 1, 0, 15), + (126786, "222162", 1, 0, 15), + (126787, "222162", 1, 0, 15), + (126788, "222162", 1, 0, 15), + (126789, "222162", 1, 0, 15), + (126790, "222162", 1, 0, 15), + (126791, "222162", 1, 0, 15), + (126792, "222162", 1, 0, 15), + (126793, "222162", 1, 0, 15), + (126794, "222162", 1, 0, 15), + (126795, "222162", 1, 0, 15), + (126796, "222162", 1, 0, 15), + (126797, "222144", 1, 0, 15), + (126798, "222144", 1, 0, 15), + (126799, "222144", 1, 0, 15), + (126800, "222144", 1, 0, 15), + (126801, "222144", 1, 0, 15), + (126802, "222128", 1, 0, 15), + (126803, "222128", 1, 0, 15), + (126804, "222128", 1, 0, 15), + (126805, "222128", 1, 0, 15), + (126806, "222128", 1, 0, 15), + (126807, "222128", 1, 0, 15), + (126808, "222128", 1, 0, 15), + (126809, "222128", 1, 0, 15), + (126810, "223103", 1, 0, 15), + (126811, "223103", 1, 0, 15), + (126812, "222129", 1, 0, 15), + (126813, "222129", 1, 0, 15), + (126814, "222129", 1, 0, 15), + (126815, "222129", 1, 0, 15), + (126816, "222129", 1, 0, 15), + (126817, "222129", 1, 0, 15), + (126818, "222129", 1, 0, 15), + (126819, "222129", 1, 0, 15), + (126820, "222132", 1, 0, 15), + (126821, "222132", 1, 0, 15), + (126822, "222132", 1, 0, 15), + (126823, "222132", 1, 0, 15), + (126824, "222132", 1, 0, 15), + (126825, "222133", 1, 0, 15), + (126826, "222133", 1, 0, 15), + (126827, "222133", 1, 0, 15), + (126828, "222133", 1, 0, 15), + (126829, "222133", 1, 0, 15), + (126830, "222133", 1, 0, 15), + (126831, "222133", 1, 0, 15), + (126832, "222135", 1, 0, 15), + (126833, "222135", 1, 0, 15), + (126834, "222135", 1, 0, 15), + (126835, "222135", 1, 0, 15), + (126836, "222136", 1, 0, 15), + (126837, "222136", 1, 0, 15), + (126838, "222136", 1, 0, 15), + (126839, "222136", 1, 0, 15), + (126840, "222136", 1, 0, 15), + (126841, "222136", 1, 0, 15), + (126842, "222136", 1, 0, 15), + (126843, "222136", 1, 0, 15), + (126844, "222136", 1, 0, 15), + (126845, "222136", 1, 0, 15), + (126846, "222136", 1, 0, 15), + (126847, "222136", 1, 0, 15), + (126848, "222136", 1, 0, 15), + (126849, "222136", 1, 0, 15), + (126850, "222136", 1, 0, 15), + (126851, "222136", 1, 0, 15), + (126852, "222136", 1, 0, 15), + (126853, "222136", 1, 0, 15), + (126854, "222137", 1, 0, 15), + (126855, "222137", 1, 0, 15), + (126856, "222137", 1, 0, 15), + (126857, "222137", 1, 0, 15), + (126858, "222137", 1, 0, 15), + (126859, "222137", 1, 0, 15), + (126860, "222137", 1, 0, 15), + (126861, "222142", 1, 0, 15), + (126862, "222142", 1, 0, 15), + (126863, "222142", 1, 0, 15), + (126864, "222142", 1, 0, 15), + (126865, "222142", 1, 0, 15), + (126866, "222142", 1, 0, 15), + (126867, "222142", 1, 0, 15), + (126868, "222142", 1, 0, 15), + (126869, "222142", 1, 0, 15), + (126870, "222142", 1, 0, 15), + (126871, "222142", 1, 0, 15), + (126872, "222142", 1, 0, 15), + (126873, "222139", 1, 0, 15), + (126874, "222139", 1, 0, 15), + (126875, "222139", 1, 0, 15), + (126876, "222139", 1, 0, 15), + (126877, "222139", 1, 0, 15), + (126878, "222139", 1, 0, 15), + (126879, "222139", 1, 0, 15), + (126880, "222139", 1, 0, 15), + (126881, "222139", 1, 0, 15), + (126882, "222139", 1, 0, 15), + (126883, "222139", 1, 0, 15), + (126884, "222139", 1, 0, 15), + (126885, "222139", 1, 0, 15), + (126886, "222139", 1, 0, 15), + (126887, "223104", 1, 0, 15), + (126888, "223104", 1, 0, 15), + (126889, "223104", 1, 0, 15), + (126890, "223104", 1, 0, 15), + (126891, "223104", 1, 0, 15), + (126892, "223104", 1, 0, 15), + (126893, "209502", 1, 0, 15), + (126894, "209724", 1, 0, 15), + (126895, "209505", 1, 0, 15), + (126896, "209725", 1, 0, 15), + (126897, "209725", 1, 0, 15), + (126898, "209601", 1, 0, 15), + (126899, "209736", 1, 0, 15), + (126900, "209743", 1, 0, 15), + (126901, "209601", 1, 0, 15), + (126902, "209625", 1, 0, 15), + (126903, "209625", 1, 0, 15), + (126904, "209726", 1, 0, 15), + (126905, "209504", 1, 0, 15), + (126906, "209651", 1, 0, 15), + (126907, "209625", 1, 0, 15), + (126908, "209501", 1, 0, 15), + (126909, "209625", 1, 0, 15), + (126910, "209625", 1, 0, 15), + (126911, "209652", 1, 0, 15), + (126912, "209625", 1, 0, 15), + (126913, "209601", 1, 0, 15), + (126914, "209502", 1, 0, 15), + (126915, "209745", 1, 0, 15), + (126916, "209735", 1, 0, 15), + (126917, "209727", 1, 0, 15), + (126918, "209729", 1, 0, 15), + (126919, "209747", 1, 0, 15), + (126920, "209728", 1, 0, 15), + (126921, "209503", 1, 0, 15), + (126922, "209731", 1, 0, 15), + (126923, "209732", 1, 0, 15), + (126924, "209734", 1, 0, 15), + (126925, "209738", 1, 0, 15), + (126926, "209749", 1, 0, 15), + (126927, "209601", 1, 0, 15), + (126928, "209622", 1, 0, 15), + (126929, "209621", 1, 0, 15), + (126930, "209721", 1, 0, 15), + (126931, "209625", 1, 0, 15), + (126932, "209601", 1, 0, 15), + (126933, "209720", 1, 0, 15), + (126934, "209625", 1, 0, 15), + (126935, "209601", 1, 0, 15), + (126936, "209602", 1, 0, 15), + (126937, "209725", 1, 0, 15), + (126938, "209721", 1, 0, 15), + (126939, "209625", 1, 0, 15), + (126940, "209625", 1, 0, 15), + (126941, "209601", 1, 0, 15), + (126942, "209722", 1, 0, 15), + (126943, "209725", 1, 0, 15), + (126944, "209723", 1, 0, 15), + (126945, "209625", 1, 0, 15), + (126946, "209601", 1, 0, 15), + (126947, "209733", 1, 0, 15), + (126948, "209739", 1, 0, 15), + (126949, "243002", 1, 0, 15), + (126950, "243122", 1, 0, 15), + (126951, "250223", 1, 0, 15), + (126952, "201009", 1, 0, 15), + (126953, "201013", 1, 0, 15), + (126954, "201303", 1, 0, 15), + (126955, "201008", 1, 0, 15), + (126956, "201309", 1, 0, 15), + (126957, "275201", 1, 0, 15), + (126958, "233001", 1, 0, 15), + (126959, "232327", 1, 0, 15), + (126960, "232326", 1, 0, 15), + (126961, "233001", 1, 0, 15), + (126962, "233001", 1, 0, 15), + (126963, "233001", 1, 0, 15), + (126964, "233002", 1, 0, 15), + (126965, "233304", 1, 0, 15), + (126966, "233001", 1, 0, 15), + (126967, "232329", 1, 0, 15), + (126968, "233227", 1, 0, 15), + (126969, "221010", 1, 0, 15), + (126970, "221001", 1, 0, 15), + (126971, "229201", 1, 0, 15), + (126972, "229121", 1, 0, 15), + (126973, "229202", 1, 0, 15), + (126974, "229216", 1, 0, 15), + (126975, "229203", 1, 0, 15), + (126976, "229122", 1, 0, 15), + (126977, "229125", 1, 0, 15), + (126978, "229205", 1, 0, 15), + (126979, "229207", 1, 0, 15), + (126980, "224116", 1, 0, 15), + (126981, "224117", 1, 0, 15), + (126982, "224118", 1, 0, 15), + (126983, "224119", 1, 0, 15), + (126984, "224120", 1, 0, 15), + (126985, "229208", 1, 0, 15), + (126986, "229212", 1, 0, 15), + (126987, "229211", 1, 0, 15), + (126988, "229204", 1, 0, 15), + (126989, "229209", 1, 0, 15), + (126990, "229215", 1, 0, 15), + (126991, "226010", 1, 0, 15), + (126992, "243636", 1, 0, 15), + (126993, "247002", 1, 0, 15), + (126994, "202001", 1, 0, 15), + (126995, "202001", 1, 0, 15), + (126996, "202001", 1, 0, 15), + (126997, "262722", 1, 0, 15), + (126998, "210203", 1, 0, 15), + (126999, "210341", 1, 0, 15), + (127000, "210433", 1, 0, 15), + (127001, "202142", 1, 0, 15), + (127002, "204216", 1, 0, 15), + (127003, "202001", 1, 0, 15), + (127004, "202001", 1, 0, 15), + (127005, "202001", 1, 0, 15), + (127006, "202001", 1, 0, 15), + (127007, "202001", 1, 0, 15), + (127008, "202001", 1, 0, 15), + (127009, "202001", 1, 0, 15), + (127010, "202001", 1, 0, 15), + (127011, "202001", 1, 0, 15), + (127012, "202001", 1, 0, 15), + (127013, "202001", 1, 0, 15), + (127014, "202002", 1, 0, 15), + (127015, "202001", 1, 0, 15), + (127016, "202001", 1, 0, 15), + (127017, "202001", 1, 0, 15), + (127018, "202001", 1, 0, 15), + (127019, "202001", 1, 0, 15), + (127020, "202001", 1, 0, 15), + (127021, "202001", 1, 0, 15), + (127022, "202001", 1, 0, 15), + (127023, "202001", 1, 0, 15), + (127024, "202002", 1, 0, 15), + (127025, "202121", 1, 0, 15), + (127026, "202122", 1, 0, 15), + (127027, "202280", 1, 0, 15), + (127028, "202145", 1, 0, 15), + (127029, "202131", 1, 0, 15), + (127030, "202170", 1, 0, 15), + (127031, "202132", 1, 0, 15), + (127032, "202130", 1, 0, 15), + (127033, "202133", 1, 0, 15), + (127034, "202141", 1, 0, 15), + (127035, "202136", 1, 0, 15), + (127036, "202134", 1, 0, 15), + (127037, "202135", 1, 0, 15), + (127038, "202123", 1, 0, 15), + (127039, "202125", 1, 0, 15), + (127040, "202124", 1, 0, 15), + (127041, "202128", 1, 0, 15), + (127042, "202137", 1, 0, 15), + (127043, "202126", 1, 0, 15), + (127044, "202281", 1, 0, 15), + (127045, "202129", 1, 0, 15), + (127046, "202127", 1, 0, 15), + (127047, "202150", 1, 0, 15), + (127048, "202138", 1, 0, 15), + (127049, "202140", 1, 0, 15), + (127050, "202282", 1, 0, 15), + (127051, "202127", 1, 0, 15), + (127052, "202155", 1, 0, 15), + (127053, "202143", 1, 0, 15), + (127054, "202165", 1, 0, 15), + (127055, "204101", 1, 0, 15), + (127056, "204101", 1, 0, 15), + (127057, "204101", 1, 0, 15), + (127058, "204101", 1, 0, 15), + (127059, "204101", 1, 0, 15), + (127060, "204102", 1, 0, 15), + (127061, "204211", 1, 0, 15), + (127062, "204212", 1, 0, 15), + (127063, "202139", 1, 0, 15), + (127064, "204213", 1, 0, 15), + (127065, "204215", 1, 0, 15), + (127066, "204214", 1, 0, 15), + (127067, "204216", 1, 0, 15), + (127068, "204215", 1, 0, 15), + (127069, "247001", 1, 0, 15), + (127070, "247001", 1, 0, 15), + (127071, "247001", 1, 0, 15), + (127072, "247001", 1, 0, 15), + (127073, "247001", 1, 0, 15), + (127074, "247001", 1, 0, 15), + (127075, "247001", 1, 0, 15), + (127076, "247001", 1, 0, 15), + (127077, "247001", 1, 0, 15), + (127078, "201103", 1, 0, 15), + (127079, "201002", 1, 0, 15), + (127080, "271803", 1, 0, 15), + (127081, "226023", 1, 0, 15), + (127082, "273012", 1, 0, 15), + (127083, "273001", 1, 0, 15), + (127084, "273001", 1, 0, 15), + (127085, "273001", 1, 0, 15), + (127086, "273005", 1, 0, 15), + (127087, "273001", 1, 0, 15), + (127088, "273008", 1, 0, 15), + (127089, "226001", 1, 0, 15), + (127090, "241001", 1, 0, 15), + (127091, "210001", 1, 0, 15), + (127092, "250001", 1, 0, 15), + (127093, "246701", 1, 0, 15), + (127094, "246725", 1, 0, 15), + (127095, "242001", 1, 0, 15), + (127096, "242001", 1, 0, 15), + (127097, "242001", 1, 0, 15), + (127098, "247001", 1, 0, 15), + (127099, "247001", 1, 0, 15), + (127100, "247001", 1, 0, 15), + (127101, "247001", 1, 0, 15), + (127102, "247001", 1, 0, 15), + (127103, "247001", 1, 0, 15), + (127104, "247001", 1, 0, 15), + (127105, "247001", 1, 0, 15), + (127106, "247001", 1, 0, 15), + (127107, "247001", 1, 0, 15), + (127108, "247001", 1, 0, 15), + (127109, "242001", 1, 0, 15), + (127110, "247001", 1, 0, 15), + (127111, "241204", 1, 0, 15), + (127112, "201310", 1, 0, 15), + (127113, "201014", 1, 0, 15), + (127114, "247776", 1, 0, 15), + (127115, "221112", 1, 0, 15), + (127116, "208017", 1, 0, 15), + (127117, "208019", 1, 0, 15), + (127118, "208007", 1, 0, 15), + (127119, "208027", 1, 0, 15), + (127120, "211010", 1, 0, 15), + (127121, "208021", 1, 0, 15), + (127122, "212111", 1, 0, 15), + (127123, "211022", 1, 0, 15), + (127124, "212308", 1, 0, 15), + (127125, "211021", 1, 0, 15), + (127126, "281004", 1, 0, 15), + (127127, "222003", 1, 0, 15), + (127128, "222125", 1, 0, 15), + (127129, "201317", 1, 0, 15), + (127130, "201318", 1, 0, 15), + (127131, "274307", 1, 0, 15), + (127132, "274308", 1, 0, 15), + (127133, "274309", 1, 0, 15), + (127134, "245304", 1, 0, 15), + (127135, "201316", 1, 0, 15), + (127136, "221003", 1, 0, 15), + (127137, "228178", 1, 0, 15), + (127138, "201315", 1, 0, 15), + (127139, "222002", 1, 0, 15), + (127140, "211003", 1, 0, 15), + (127141, "211007", 1, 0, 15), + (127142, "211003", 1, 0, 15), + (127143, "211017", 1, 0, 15), + (127144, "211005", 1, 0, 15), + (127145, "211003", 1, 0, 15), + (127146, "211001", 1, 0, 15), + (127147, "211003", 1, 0, 15), + (127148, "211003", 1, 0, 15), + (127149, "211012", 1, 0, 15), + (127150, "212104", 1, 0, 15), + (127151, "212201", 1, 0, 15), + (127152, "211011", 1, 0, 15), + (127153, "211014", 1, 0, 15), + (127154, "212105", 1, 0, 15), + (127155, "212202", 1, 0, 15), + (127156, "212203", 1, 0, 15), + (127157, "212204", 1, 0, 15), + (127158, "211011", 1, 0, 15), + (127159, "211016", 1, 0, 15), + (127160, "211003", 1, 0, 15), + (127161, "211008", 1, 0, 15), + (127162, "212106", 1, 0, 15), + (127163, "212107", 1, 0, 15), + (127164, "211003", 1, 0, 15), + (127165, "211001", 1, 0, 15), + (127166, "212205", 1, 0, 15), + (127167, "212206", 1, 0, 15), + (127168, "212301", 1, 0, 15), + (127169, "211016", 1, 0, 15), + (127170, "212307", 1, 0, 15), + (127171, "212306", 1, 0, 15), + (127172, "211003", 1, 0, 15), + (127173, "211001", 1, 0, 15), + (127174, "212213", 1, 0, 15), + (127175, "211001", 1, 0, 15), + (127176, "212208", 1, 0, 15), + (127177, "212212", 1, 0, 15), + (127178, "212207", 1, 0, 15), + (127179, "212302", 1, 0, 15), + (127180, "212303", 1, 0, 15), + (127181, "211003", 1, 0, 15), + (127182, "211008", 1, 0, 15), + (127183, "211008", 1, 0, 15), + (127184, "211003", 1, 0, 15), + (127185, "212214", 1, 0, 15), + (127186, "211003", 1, 0, 15), + (127187, "211018", 1, 0, 15), + (127188, "211016", 1, 0, 15), + (127189, "211011", 1, 0, 15), + (127190, "211003", 1, 0, 15), + (127191, "212216", 1, 0, 15), + (127192, "211001", 1, 0, 15), + (127193, "212108", 1, 0, 15), + (127194, "212305", 1, 0, 15), + (127195, "212217", 1, 0, 15), + (127196, "211015", 1, 0, 15), + (127197, "212218", 1, 0, 15), + (127198, "211010", 1, 0, 15), + (127199, "222201", 1, 0, 15), + (127200, "222127", 1, 0, 15), + (127201, "222162", 1, 0, 15), + (127202, "222144", 1, 0, 15), + (127203, "222128", 1, 0, 15), + (127204, "222129", 1, 0, 15), + (127205, "222002", 1, 0, 15), + (127206, "222002", 1, 0, 15), + (127207, "222002", 1, 0, 15), + (127208, "222132", 1, 0, 15), + (127209, "222133", 1, 0, 15), + (127210, "222135", 1, 0, 15), + (127211, "222137", 1, 0, 15), + (127212, "222002", 1, 0, 15), + (127213, "222138", 1, 0, 15), + (127214, "222139", 1, 0, 15), + (127215, "223104", 1, 0, 15), + (127216, "222146", 1, 0, 15), + (127217, "222148", 1, 0, 15), + (127218, "222145", 1, 0, 15), + (127219, "222161", 1, 0, 15), + (127220, "222161", 1, 0, 15), + (127221, "222165", 1, 0, 15), + (127222, "222170", 1, 0, 15), + (127223, "222202", 1, 0, 15), + (127224, "222109", 1, 0, 15), + (127225, "222143", 1, 0, 15), + (127226, "223101", 1, 0, 15), + (127227, "222204", 1, 0, 15), + (127228, "223102", 1, 0, 15), + (127229, "222105", 1, 0, 15), + (127230, "222001", 1, 0, 15), + (127231, "222203", 1, 0, 15), + (127232, "222141", 1, 0, 15), + (127233, "223103", 1, 0, 15), + (127234, "223101", 1, 0, 15), + (127235, "222001", 1, 0, 15), + (127236, "222149", 1, 0, 15), + (127237, "222131", 1, 0, 15), + (127238, "222175", 1, 0, 15), + (127239, "223105", 1, 0, 15), + (127240, "222001", 1, 0, 15), + (127241, "222001", 1, 0, 15), + (127242, "222181", 1, 0, 15), + (127243, "222002", 1, 0, 15), + (127244, "222002", 1, 0, 15), + (127245, "222180", 1, 0, 15), + (127246, "222136", 1, 0, 15), + (127247, "222142", 1, 0, 15), + (127248, "211004", 1, 0, 15), + (127249, "211002", 1, 0, 15), + (127250, "211006", 1, 0, 15), + (127251, "229411", 1, 0, 15), + (127252, "229412", 1, 0, 15), + (127253, "221502", 1, 0, 15), + (127254, "211006", 1, 0, 15), + (127255, "211002", 1, 0, 15), + (127256, "211002", 1, 0, 15), + (127257, "212404", 1, 0, 15), + (127258, "221503", 1, 0, 15), + (127259, "221505", 1, 0, 15), + (127260, "212503", 1, 0, 15), + (127261, "211002", 1, 0, 15), + (127262, "212401", 1, 0, 15), + (127263, "211019", 1, 0, 15), + (127264, "211002", 1, 0, 15), + (127265, "211002", 1, 0, 15), + (127266, "229413", 1, 0, 15), + (127267, "212507", 1, 0, 15), + (127268, "211004", 1, 0, 15), + (127269, "211006", 1, 0, 15), + (127270, "211013", 1, 0, 15), + (127271, "212402", 1, 0, 15), + (127272, "211002", 1, 0, 15), + (127273, "211002", 1, 0, 15), + (127274, "221508", 1, 0, 15), + (127275, "221507", 1, 0, 15), + (127276, "212109", 1, 0, 15), + (127277, "211006", 1, 0, 15), + (127278, "212502", 1, 0, 15), + (127279, "211002", 1, 0, 15), + (127280, "212405", 1, 0, 15), + (127281, "211002", 1, 0, 15), + (127282, "225401", 1, 0, 15), + (127283, "225202", 1, 0, 15), + (127284, "225403", 1, 0, 15), + (127285, "225404", 1, 0, 15), + (127286, "225124", 1, 0, 15), + (127287, "225121", 1, 0, 15), + (127288, "225405", 1, 0, 15), + (127289, "225119", 1, 0, 15), + (127290, "225303", 1, 0, 15), + (127291, "225205", 1, 0, 15), + (127292, "225206", 1, 0, 15), + (127293, "225412", 1, 0, 15), + (127294, "225122", 1, 0, 15), + (127295, "225413", 1, 0, 15), + (127296, "225207", 1, 0, 15), + (127297, "225125", 1, 0, 15), + (127298, "225415", 1, 0, 15), + (127299, "225120", 1, 0, 15), + (127300, "225414", 1, 0, 15), + (127301, "225416", 1, 0, 15), + (127302, "225001", 1, 0, 15), + (127303, "225001", 1, 0, 15), + (127304, "225001", 1, 0, 15), + (127305, "225001", 1, 0, 15), + (127306, "225002", 1, 0, 15), + (127307, "225001", 1, 0, 15), + (127308, "225204", 1, 0, 15), + (127309, "225304", 1, 0, 15), + (127310, "225301", 1, 0, 15), + (127311, "225203", 1, 0, 15), + (127312, "225302", 1, 0, 15), + (127313, "225306", 1, 0, 15), + (127314, "225123", 1, 0, 15), + (127315, "225305", 1, 0, 15), + (127316, "225208", 1, 0, 15), + (127317, "225126", 1, 0, 15), + (127318, "225201", 1, 0, 15), + (127319, "225003", 1, 0, 15), + (127320, "225409", 1, 0, 15), + (127321, "208001", 1, 0, 15), + (127322, "208001", 1, 0, 15), + (127323, "208015", 1, 0, 15), + (127324, "208014", 1, 0, 15), + (127325, "208004", 1, 0, 15), + (127326, "208001", 1, 0, 15), + (127327, "208004", 1, 0, 15), + (127328, "208011", 1, 0, 15), + (127329, "208010", 1, 0, 15), + (127330, "208013", 1, 0, 15), + (127331, "208023", 1, 0, 15), + (127332, "208011", 1, 0, 15), + (127333, "209214", 1, 0, 15), + (127334, "209401", 1, 0, 15), + (127335, "209217", 1, 0, 15), + (127336, "209304", 1, 0, 15), + (127337, "209305", 1, 0, 15), + (127338, "209402", 1, 0, 15), + (127339, "208002", 1, 0, 15), + (127340, "208009", 1, 0, 15), + (127341, "208009", 1, 0, 15), + (127342, "208017", 1, 0, 15), + (127343, "208024", 1, 0, 15), + (127344, "208003", 1, 0, 15), + (127345, "208012", 1, 0, 15), + (127346, "208002", 1, 0, 15), + (127347, "208002", 1, 0, 15), + (127348, "208002", 1, 0, 15), + (127349, "208017", 1, 0, 15), + (127350, "208012", 1, 0, 15), + (127351, "208024", 1, 0, 15), + (127352, "208002", 1, 0, 15), + (127353, "209217", 1, 0, 15), + (127354, "208002", 1, 0, 15), + (127355, "208025", 1, 0, 15), + (127356, "208017", 1, 0, 15), + (127357, "208002", 1, 0, 15), + (127358, "208020", 1, 0, 15), + (127359, "208012", 1, 0, 15), + (127360, "208012", 1, 0, 15), + (127361, "208019", 1, 0, 15), + (127362, "208022", 1, 0, 15), + (127363, "208025", 1, 0, 15), + (127364, "208005", 1, 0, 15), + (127365, "208012", 1, 0, 15), + (127366, "208002", 1, 0, 15), + (127367, "208005", 1, 0, 15), + (127368, "208022", 1, 0, 15), + (127369, "208005", 1, 0, 15), + (127370, "208011", 1, 0, 15), + (127371, "208003", 1, 0, 15), + (127372, "208001", 1, 0, 15), + (127373, "208001", 1, 0, 15), + (127374, "208027", 1, 0, 15), + (127375, "208008", 1, 0, 15), + (127376, "208007", 1, 0, 15), + (127377, "208005", 1, 0, 15), + (127378, "208016", 1, 0, 15), + (127379, "208026", 1, 0, 15), + (127380, "208005", 1, 0, 15), + (127381, "208002", 1, 0, 15), + (127382, "208012", 1, 0, 15), + (127383, "208008", 1, 0, 15), + (127384, "208013", 1, 0, 15), + (127385, "208006", 1, 0, 15), + (127386, "208001", 1, 0, 15), + (127387, "208001", 1, 0, 15), + (127388, "208001", 1, 0, 15), + (127389, "208013", 1, 0, 15), + (127390, "208001", 1, 0, 15), + (127391, "208001", 1, 0, 15), + (127392, "208001", 1, 0, 15), + (127393, "208001", 1, 0, 15), + (127394, "208006", 1, 0, 15), + (127395, "208001", 1, 0, 15), + (127396, "208001", 1, 0, 15), + (127397, "208007", 1, 0, 15), + (127398, "208010", 1, 0, 15), + (127399, "208007", 1, 0, 15), + (127400, "208014", 1, 0, 15), + (127401, "208011", 1, 0, 15), + (127402, "208007", 1, 0, 15), + (127403, "208004", 1, 0, 15), + (127404, "208001", 1, 0, 15), + (127405, "208001", 1, 0, 15), + (127406, "208001", 1, 0, 15), + (127407, "208004", 1, 0, 15), + (127408, "208023", 1, 0, 15), + (127409, "208021", 1, 0, 15), + (127410, "208004", 1, 0, 15), + (127411, "281001", 1, 0, 15), + (127412, "281001", 1, 0, 15), + (127413, "281001", 1, 0, 15), + (127414, "281001", 1, 0, 15), + (127415, "281001", 1, 0, 15), + (127416, "281121", 1, 0, 15), + (127417, "281001", 1, 0, 15), + (127418, "281001", 1, 0, 15), + (127419, "281121", 1, 0, 15), + (127420, "281121", 1, 0, 15), + (127421, "281001", 1, 0, 15), + (127422, "281001", 1, 0, 15), + (127423, "281001", 1, 0, 15), + (127424, "281121", 1, 0, 15), + (127425, "281001", 1, 0, 15), + (127426, "281001", 1, 0, 15), + (127427, "281001", 1, 0, 15), + (127428, "281121", 1, 0, 15), + (127429, "281001", 1, 0, 15), + (127430, "281001", 1, 0, 15), + (127431, "281001", 1, 0, 15), + (127432, "281501", 1, 0, 15), + (127433, "281201", 1, 0, 15), + (127434, "281301", 1, 0, 15), + (127435, "281302", 1, 0, 15), + (127436, "281405", 1, 0, 15), + (127437, "281406", 1, 0, 15), + (127438, "281401", 1, 0, 15), + (127439, "281122", 1, 0, 15), + (127440, "281003", 1, 0, 15), + (127441, "281303", 1, 0, 15), + (127442, "281502", 1, 0, 15), + (127443, "281104", 1, 0, 15), + (127444, "281308", 1, 0, 15), + (127445, "281403", 1, 0, 15), + (127446, "281004", 1, 0, 15), + (127447, "281305", 1, 0, 15), + (127448, "281202", 1, 0, 15), + (127449, "281005", 1, 0, 15), + (127450, "281203", 1, 0, 15), + (127451, "281504", 1, 0, 15), + (127452, "281204", 1, 0, 15), + (127453, "281006", 1, 0, 15), + (127454, "281306", 1, 0, 15), + (127455, "281307", 1, 0, 15), + (127456, "281404", 1, 0, 15), + (127457, "281206", 1, 0, 15), + (127458, "281123", 1, 0, 15), + (127459, "281205", 1, 0, 15), + (127460, "281121", 1, 0, 15), + (127461, "231305", 1, 0, 15), + (127462, "231303", 1, 0, 15), + (127463, "231223", 1, 0, 15), + (127464, "231220", 1, 0, 15), + (127465, "231001", 1, 0, 15), + (127466, "231001", 1, 0, 15), + (127467, "231001", 1, 0, 15), + (127468, "231215", 1, 0, 15), + (127469, "231213", 1, 0, 15), + (127470, "231216", 1, 0, 15), + (127471, "231216", 1, 0, 15), + (127472, "231217", 1, 0, 15), + (127473, "231218", 1, 0, 15), + (127474, "231211", 1, 0, 15), + (127475, "231001", 1, 0, 15), + (127476, "231001", 1, 0, 15), + (127477, "231307", 1, 0, 15), + (127478, "231226", 1, 0, 15), + (127479, "231222", 1, 0, 15), + (127480, "231222", 1, 0, 15), + (127481, "231306", 1, 0, 15), + (127482, "231302", 1, 0, 15), + (127483, "231301", 1, 0, 15), + (127484, "231212", 1, 0, 15), + (127485, "231225", 1, 0, 15), + (127486, "231219", 1, 0, 15), + (127487, "231219", 1, 0, 15), + (127488, "231001", 1, 0, 15), + (127489, "231224", 1, 0, 15), + (127490, "231501", 1, 0, 15), + (127491, "231309", 1, 0, 15), + (127492, "231222", 1, 0, 15), + (127493, "231001", 1, 0, 15), + (127494, "231209", 1, 0, 15), + (127495, "231210", 1, 0, 15), + (127496, "231304", 1, 0, 15), + (127497, "231304", 1, 0, 15), + (127498, "231311", 1, 0, 15), + (127499, "231312", 1, 0, 15), + (127500, "231205", 1, 0, 15), + (127501, "231206", 1, 0, 15), + (127502, "231314", 1, 0, 15), + (127503, "231313", 1, 0, 15), + (127504, "231207", 1, 0, 15), + (127505, "231221", 1, 0, 15), + (127506, "231208", 1, 0, 15), + (127507, "261001", 1, 0, 15), + (127508, "221109", 1, 0, 15), + (127509, "209860", 1, 0, 15), + (127510, "282005", 1, 0, 15), + (127511, "262908", 1, 0, 15), + (127512, "226010", 1, 0, 15), + (127513, "226002", 1, 0, 15), + (127514, "209625", 1, 0, 15), + (127515, "201020", 1, 0, 15), + (127516, "271806", 1, 0, 15), + (127517, "221012", 1, 0, 15), + (127518, "274806", 1, 0, 15), + (127519, "274807", 1, 0, 15), + (127520, "273311", 1, 0, 15), + (127521, "273308", 1, 0, 15), + (127522, "273309", 1, 0, 15), + (127523, "273310", 1, 0, 15), + (127524, "273303", 1, 0, 15), + (127525, "273001", 1, 0, 15), + (127526, "273005", 1, 0, 15), + (127527, "273001", 1, 0, 15), + (127528, "273001", 1, 0, 15), + (127529, "273005", 1, 0, 15), + (127530, "273015", 1, 0, 15), + (127531, "273001", 1, 0, 15), + (127532, "273015", 1, 0, 15), + (127533, "273001", 1, 0, 15), + (127534, "229010", 1, 0, 15), + (127535, "230133", 1, 0, 15), + (127536, "201002", 1, 0, 15), + (127537, "274808", 1, 0, 15), + (127538, "201314", 1, 0, 15), + (127539, "229120", 1, 0, 15), + (127540, "201019", 1, 0, 15), + (127541, "282007", 1, 0, 15), + (127542, "226030", 1, 0, 15), + (127543, "201017", 1, 0, 15), + (127544, "246701", 1, 0, 15), + (127545, "247554", 1, 0, 15), + (127546, "243006", 1, 0, 15), + (127547, "201311", 1, 0, 15), + (127548, "246731", 1, 0, 15), + (127549, "246701", 1, 0, 15), + (127550, "246763", 1, 0, 15), + (127551, "246701", 1, 0, 15), + (127552, "246763", 1, 0, 15), + (127553, "201005", 1, 0, 15), + (127554, "246701", 1, 0, 15), + (127555, "246701", 1, 0, 15), + (127556, "246763", 1, 0, 15), + (127557, "246763", 1, 0, 15), + (127558, "201016", 1, 0, 15), + (127559, "243601", 1, 0, 15), + (127560, "221007", 1, 0, 15), + (127561, "275103", 1, 0, 15), + (127562, "226031", 1, 0, 15), + (127563, "201313", 1, 0, 15), + (127564, "242001", 1, 0, 15), + (127565, "242001", 1, 0, 15), + (127566, "242001", 1, 0, 15), + (127567, "242001", 1, 0, 15), + (127568, "242307", 1, 0, 15), + (127569, "242221", 1, 0, 15), + (127570, "242001", 1, 0, 15), + (127571, "242001", 1, 0, 15), + (127572, "242001", 1, 0, 15), + (127573, "242001", 1, 0, 15), + (127574, "242001", 1, 0, 15), + (127575, "242001", 1, 0, 15), + (127576, "242001", 1, 0, 15), + (127577, "226029", 1, 0, 15), + (127578, "245201", 1, 0, 15), + (127579, "271805", 1, 0, 15), + (127580, "221313", 1, 0, 15), + (127581, "250005", 1, 0, 15), + (127582, "202146", 1, 0, 15), + (127583, "201312", 1, 0, 15), + (127584, "251203", 1, 0, 15), + (127585, "226010", 1, 0, 15), + (127586, "246761", 1, 0, 15), + (127587, "246746", 1, 0, 15), + (127588, "246733", 1, 0, 15), + (127589, "246733", 1, 0, 15), + (127590, "246762", 1, 0, 15), + (127591, "246762", 1, 0, 15), + (127592, "246761", 1, 0, 15), + (127593, "246761", 1, 0, 15), + (127594, "226026", 1, 0, 15), + (127595, "230121", 1, 0, 15), + (127596, "243126", 1, 0, 15), + (127597, "244104", 1, 0, 15), + (127598, "282007", 1, 0, 15), + (127599, "284001", 1, 0, 15), + (127600, "247554", 1, 0, 15), + (127601, "247554", 1, 0, 15), + (127602, "210001", 1, 0, 15), + (127603, "210001", 1, 0, 15), + (127604, "210205", 1, 0, 15), + (127605, "276140", 1, 0, 15), + (127606, "221001", 1, 0, 15), + (127607, "221005", 1, 0, 15), + (127608, "229210", 1, 0, 15), + (127609, "226018", 1, 0, 15), + (127610, "273012", 1, 0, 15), + (127611, "273017", 1, 0, 15), + (127612, "210001", 1, 0, 15), + (127613, "226012", 1, 0, 15), + (127614, "272207", 1, 0, 15), + (127615, "202001", 1, 0, 15), + (127616, "226001", 1, 0, 15), + (127617, "229206", 1, 0, 15), + (127618, "209601", 1, 0, 15), + (127619, "222001", 1, 0, 15), + (127620, "282001", 1, 0, 15), + (127621, "282003", 1, 0, 15), + (127622, "271801", 1, 0, 15), + (127623, "211001", 1, 0, 15), + (127624, "211002", 1, 0, 15), + (127625, "276001", 1, 0, 15), + (127626, "275101", 1, 0, 15), + (127627, "277001", 1, 0, 15), + (127628, "221712", 1, 0, 15), + (127629, "210001", 1, 0, 15), + (127630, "210301", 1, 0, 15), + (127631, "225001", 1, 0, 15), + (127632, "243001", 1, 0, 15), + (127633, "262001", 1, 0, 15), + (127634, "272153", 1, 0, 15), + (127635, "272001", 1, 0, 15), + (127636, "246701", 1, 0, 15), + (127637, "246761", 1, 0, 15), + (127638, "243601", 1, 0, 15), + (127639, "203001", 1, 0, 15), + (127640, "203131", 1, 0, 15), + (127641, "274001", 1, 0, 15), + (127642, "274304", 1, 0, 15), + (127643, "207001", 1, 0, 15), + (127644, "206001", 1, 0, 15), + (127645, "206122", 1, 0, 15), + (127646, "224001", 1, 0, 15), + (127647, "224122", 1, 0, 15), + (127648, "212601", 1, 0, 15), + (127649, "245101", 1, 0, 15), + (127650, "201001", 1, 0, 15), + (127651, "201301", 1, 0, 15), + (127652, "233001", 1, 0, 15), + (127653, "271001", 1, 0, 15), + (127654, "271201", 1, 0, 15), + (127655, "273001", 1, 0, 15), + (127656, "273008", 1, 0, 15), + (127657, "241001", 1, 0, 15), + (127658, "284001", 1, 0, 15), + (127659, "285001", 1, 0, 15), + (127660, "284403", 1, 0, 15), + (127661, "208002", 1, 0, 15), + (127662, "208004", 1, 0, 15), + (127663, "208001", 1, 0, 15), + (127664, "209801", 1, 0, 15), + (127665, "262701", 1, 0, 15), + (127666, "226003", 1, 0, 15), + (127667, "205001", 1, 0, 15), + (127668, "283203", 1, 0, 15), + (127669, "281001", 1, 0, 15), + (127670, "250611", 1, 0, 15), + (127671, "250002", 1, 0, 15), + (127672, "250001", 1, 0, 15), + (127673, "231001", 1, 0, 15), + (127674, "244001", 1, 0, 15), + (127675, "244901", 1, 0, 15), + (127676, "244221", 1, 0, 15), + (127677, "251001", 1, 0, 15), + (127678, "230001", 1, 0, 15), + (127679, "229001", 1, 0, 15), + (127680, "247001", 1, 0, 15), + (127681, "242001", 1, 0, 15), + (127682, "261001", 1, 0, 15), + (127683, "228001", 1, 0, 15), + (127684, "221001", 1, 0, 15), + (127685, "221002", 1, 0, 15), + (127686, "227405", 1, 0, 15), + (127687, "282009", 1, 0, 15), + (127688, "283115", 1, 0, 15), + (127689, "283124", 1, 0, 15), + (127690, "283201", 1, 0, 15), + (127691, "283111", 1, 0, 15), + (127692, "283111", 1, 0, 15), + (127693, "283111", 1, 0, 15), + (127694, "283111", 1, 0, 15), + (127695, "283111", 1, 0, 15), + (127696, "283111", 1, 0, 15), + (127697, "283111", 1, 0, 15), + (127698, "283111", 1, 0, 15), + (127699, "283111", 1, 0, 15), + (127700, "283111", 1, 0, 15), + (127701, "283111", 1, 0, 15), + (127702, "283111", 1, 0, 15), + (127703, "283113", 1, 0, 15), + (127704, "283113", 1, 0, 15), + (127705, "283113", 1, 0, 15), + (127706, "283113", 1, 0, 15), + (127707, "283113", 1, 0, 15), + (127708, "283113", 1, 0, 15), + (127709, "283113", 1, 0, 15), + (127710, "283113", 1, 0, 15), + (127711, "283114", 1, 0, 15), + (127712, "283114", 1, 0, 15), + (127713, "283114", 1, 0, 15), + (127714, "283114", 1, 0, 15), + (127715, "283114", 1, 0, 15), + (127716, "283114", 1, 0, 15), + (127717, "283114", 1, 0, 15), + (127718, "283114", 1, 0, 15), + (127719, "283114", 1, 0, 15), + (127720, "283114", 1, 0, 15), + (127721, "283114", 1, 0, 15), + (127722, "283114", 1, 0, 15), + (127723, "283115", 1, 0, 15), + (127724, "283115", 1, 0, 15), + (127725, "283115", 1, 0, 15), + (127726, "283115", 1, 0, 15), + (127727, "283115", 1, 0, 15), + (127728, "283119", 1, 0, 15), + (127729, "283119", 1, 0, 15), + (127730, "283115", 1, 0, 15), + (127731, "283119", 1, 0, 15), + (127732, "283119", 1, 0, 15), + (127733, "283115", 1, 0, 15), + (127734, "283119", 1, 0, 15), + (127735, "283119", 1, 0, 15), + (127736, "283115", 1, 0, 15), + (127737, "283119", 1, 0, 15), + (127738, "283121", 1, 0, 15), + (127739, "283121", 1, 0, 15), + (127740, "283121", 1, 0, 15), + (127741, "283121", 1, 0, 15), + (127742, "283122", 1, 0, 15), + (127743, "283122", 1, 0, 15), + (127744, "283122", 1, 0, 15), + (127745, "283122", 1, 0, 15), + (127746, "283122", 1, 0, 15), + (127747, "283122", 1, 0, 15), + (127748, "283122", 1, 0, 15), + (127749, "283122", 1, 0, 15), + (127750, "283124", 1, 0, 15), + (127751, "283124", 1, 0, 15), + (127752, "283124", 1, 0, 15), + (127753, "283124", 1, 0, 15), + (127754, "283124", 1, 0, 15), + (127755, "283124", 1, 0, 15), + (127756, "283124", 1, 0, 15), + (127757, "283201", 1, 0, 15), + (127758, "283201", 1, 0, 15), + (127759, "283201", 1, 0, 15), + (127760, "283201", 1, 0, 15), + (127761, "283201", 1, 0, 15), + (127762, "283201", 1, 0, 15), + (127763, "283201", 1, 0, 15), + (127764, "283201", 1, 0, 15), + (127765, "283201", 1, 0, 15), + (127766, "283201", 1, 0, 15), + (127767, "283201", 1, 0, 15), + (127768, "283201", 1, 0, 15), + (127769, "283201", 1, 0, 15), + (127770, "283201", 1, 0, 15), + (127771, "282005", 1, 0, 15), + (127772, "283202", 1, 0, 15), + (127773, "283202", 1, 0, 15), + (127774, "283202", 1, 0, 15), + (127775, "283202", 1, 0, 15), + (127776, "283202", 1, 0, 15), + (127777, "283202", 1, 0, 15), + (127778, "283111", 1, 0, 15), + (127779, "283111", 1, 0, 15), + (127780, "283111", 1, 0, 15), + (127781, "283111", 1, 0, 15), + (127782, "283111", 1, 0, 15), + (127783, "283111", 1, 0, 15), + (127784, "283111", 1, 0, 15), + (127785, "283111", 1, 0, 15), + (127786, "283111", 1, 0, 15), + (127787, "283111", 1, 0, 15), + (127788, "283111", 1, 0, 15), + (127789, "283111", 1, 0, 15), + (127790, "283111", 1, 0, 15), + (127791, "283114", 1, 0, 15), + (127792, "282006", 1, 0, 15), + (127793, "282006", 1, 0, 15), + (127794, "283122", 1, 0, 15), + (127795, "282006", 1, 0, 15), + (127796, "283102", 1, 0, 15), + (127797, "282009", 1, 0, 15), + (127798, "282009", 1, 0, 15), + (127799, "282009", 1, 0, 15), + (127800, "282009", 1, 0, 15), + (127801, "282009", 1, 0, 15), + (127802, "282009", 1, 0, 15), + (127803, "283110", 1, 0, 15), + (127804, "283110", 1, 0, 15), + (127805, "283110", 1, 0, 15), + (127806, "283110", 1, 0, 15), + (127807, "283110", 1, 0, 15), + (127808, "283110", 1, 0, 15), + (127809, "283110", 1, 0, 15), + (127810, "283110", 1, 0, 15), + (127811, "283110", 1, 0, 15), + (127812, "283110", 1, 0, 15), + (127813, "283110", 1, 0, 15), + (127814, "283110", 1, 0, 15), + (127815, "283110", 1, 0, 15), + (127816, "283110", 1, 0, 15), + (127817, "283110", 1, 0, 15), + (127818, "283110", 1, 0, 15), + (127819, "283110", 1, 0, 15), + (127820, "283110", 1, 0, 15), + (127821, "283110", 1, 0, 15), + (127822, "283110", 1, 0, 15), + (127823, "283112", 1, 0, 15), + (127824, "283112", 1, 0, 15), + (127825, "283112", 1, 0, 15), + (127826, "283112", 1, 0, 15), + (127827, "283112", 1, 0, 15), + (127828, "283112", 1, 0, 15), + (127829, "283112", 1, 0, 15), + (127830, "283112", 1, 0, 15), + (127831, "283112", 1, 0, 15), + (127832, "283115", 1, 0, 15), + (127833, "283124", 1, 0, 15), + (127834, "283124", 1, 0, 15), + (127835, "283124", 1, 0, 15), + (127836, "283124", 1, 0, 15), + (127837, "283125", 1, 0, 15), + (127838, "283125", 1, 0, 15), + (127839, "283125", 1, 0, 15), + (127840, "283125", 1, 0, 15), + (127841, "283125", 1, 0, 15), + (127842, "283125", 1, 0, 15), + (127843, "283125", 1, 0, 15), + (127844, "283125", 1, 0, 15), + (127845, "283125", 1, 0, 15), + (127846, "283125", 1, 0, 15), + (127847, "283125", 1, 0, 15), + (127848, "283125", 1, 0, 15), + (127849, "283125", 1, 0, 15), + (127850, "283125", 1, 0, 15), + (127851, "283125", 1, 0, 15), + (127852, "283125", 1, 0, 15), + (127853, "283125", 1, 0, 15), + (127854, "283104", 1, 0, 15), + (127855, "283104", 1, 0, 15), + (127856, "283104", 1, 0, 15), + (127857, "283104", 1, 0, 15), + (127858, "283104", 1, 0, 15), + (127859, "283104", 1, 0, 15), + (127860, "283104", 1, 0, 15), + (127861, "283104", 1, 0, 15), + (127862, "283104", 1, 0, 15), + (127863, "283104", 1, 0, 15), + (127864, "283104", 1, 0, 15), + (127865, "283104", 1, 0, 15), + (127866, "283201", 1, 0, 15), + (127867, "283114", 1, 0, 15), + (127868, "283126", 1, 0, 15), + (127869, "283126", 1, 0, 15), + (127870, "283126", 1, 0, 15), + (127871, "283126", 1, 0, 15), + (127872, "283126", 1, 0, 15), + (127873, "283126", 1, 0, 15), + (127874, "283126", 1, 0, 15), + (127875, "283126", 1, 0, 15), + (127876, "283126", 1, 0, 15), + (127877, "283126", 1, 0, 15), + (127878, "283123", 1, 0, 15), + (127879, "283123", 1, 0, 15), + (127880, "283123", 1, 0, 15), + (127881, "283123", 1, 0, 15), + (127882, "283123", 1, 0, 15), + (127883, "283123", 1, 0, 15), + (127884, "283123", 1, 0, 15), + (127885, "283123", 1, 0, 15), + (127886, "283123", 1, 0, 15), + (127887, "283123", 1, 0, 15), + (127888, "283123", 1, 0, 15), + (127889, "282007", 1, 0, 15), + (127890, "282007", 1, 0, 15), + (127891, "282007", 1, 0, 15), + (127892, "282007", 1, 0, 15), + (127893, "282007", 1, 0, 15), + (127894, "282007", 1, 0, 15), + (127895, "282007", 1, 0, 15), + (127896, "282007", 1, 0, 15), + (127897, "282007", 1, 0, 15), + (127898, "282006", 1, 0, 15), + (127899, "282006", 1, 0, 15), + (127900, "282006", 1, 0, 15), + (127901, "282006", 1, 0, 15), + (127902, "282006", 1, 0, 15), + (127903, "282006", 1, 0, 15), + (127904, "283101", 1, 0, 15), + (127905, "283101", 1, 0, 15), + (127906, "283101", 1, 0, 15), + (127907, "283101", 1, 0, 15), + (127908, "283101", 1, 0, 15), + (127909, "283101", 1, 0, 15), + (127910, "283101", 1, 0, 15), + (127911, "283101", 1, 0, 15), + (127912, "283101", 1, 0, 15), + (127913, "283101", 1, 0, 15), + (127914, "283101", 1, 0, 15), + (127915, "283101", 1, 0, 15), + (127916, "283102", 1, 0, 15), + (127917, "283102", 1, 0, 15), + (127918, "283102", 1, 0, 15), + (127919, "283102", 1, 0, 15), + (127920, "283102", 1, 0, 15), + (127921, "283102", 1, 0, 15), + (127922, "283102", 1, 0, 15), + (127923, "283102", 1, 0, 15), + (127924, "283102", 1, 0, 15), + (127925, "283102", 1, 0, 15), + (127926, "283105", 1, 0, 15), + (127927, "283102", 1, 0, 15), + (127928, "283105", 1, 0, 15), + (127929, "283105", 1, 0, 15), + (127930, "283105", 1, 0, 15), + (127931, "283105", 1, 0, 15), + (127932, "283105", 1, 0, 15), + (127933, "283105", 1, 0, 15), + (127934, "283105", 1, 0, 15), + (127935, "283105", 1, 0, 15), + (127936, "283105", 1, 0, 15), + (127937, "283105", 1, 0, 15), + (127938, "282002", 1, 0, 15), + (127939, "282009", 1, 0, 15), + (127940, "282009", 1, 0, 15), + (127941, "271902", 1, 0, 15), + (127942, "271902", 1, 0, 15), + (127943, "271902", 1, 0, 15), + (127944, "271902", 1, 0, 15), + (127945, "271902", 1, 0, 15), + (127946, "271902", 1, 0, 15), + (127947, "271902", 1, 0, 15), + (127948, "271902", 1, 0, 15), + (127949, "271902", 1, 0, 15), + (127950, "271902", 1, 0, 15), + (127951, "271902", 1, 0, 15), + (127952, "271902", 1, 0, 15), + (127953, "271902", 1, 0, 15), + (127954, "271902", 1, 0, 15), + (127955, "271902", 1, 0, 15), + (127956, "271902", 1, 0, 15), + (127957, "271902", 1, 0, 15), + (127958, "271825", 1, 0, 15), + (127959, "271825", 1, 0, 15), + (127960, "271825", 1, 0, 15), + (127961, "271825", 1, 0, 15), + (127962, "271825", 1, 0, 15), + (127963, "271825", 1, 0, 15), + (127964, "271825", 1, 0, 15), + (127965, "271825", 1, 0, 15), + (127966, "271872", 1, 0, 15), + (127967, "271872", 1, 0, 15), + (127968, "271872", 1, 0, 15), + (127969, "271872", 1, 0, 15), + (127970, "271872", 1, 0, 15), + (127971, "271872", 1, 0, 15), + (127972, "271872", 1, 0, 15), + (127973, "271872", 1, 0, 15), + (127974, "271872", 1, 0, 15), + (127975, "271825", 1, 0, 15), + (127976, "271804", 1, 0, 15), + (127977, "271831", 1, 0, 15), + (127978, "271903", 1, 0, 15), + (127979, "271903", 1, 0, 15), + (127980, "271903", 1, 0, 15), + (127981, "271902", 1, 0, 15), + (127982, "271902", 1, 0, 15), + (127983, "271902", 1, 0, 15), + (127984, "271902", 1, 0, 15), + (127985, "271902", 1, 0, 15), + (127986, "271840", 1, 0, 15), + (127987, "271840", 1, 0, 15), + (127988, "271840", 1, 0, 15), + (127989, "271840", 1, 0, 15), + (127990, "271840", 1, 0, 15), + (127991, "271840", 1, 0, 15), + (127992, "271845", 1, 0, 15), + (127993, "271845", 1, 0, 15), + (127994, "271845", 1, 0, 15), + (127995, "271845", 1, 0, 15), + (127996, "271845", 1, 0, 15), + (127997, "271845", 1, 0, 15), + (127998, "271845", 1, 0, 15), + (127999, "271805", 1, 0, 15), + (128000, "271845", 1, 0, 15), + (128001, "271805", 1, 0, 15), + (128002, "271845", 1, 0, 15), + (128003, "271845", 1, 0, 15), + (128004, "271845", 1, 0, 15), + (128005, "271803", 1, 0, 15), + (128006, "271803", 1, 0, 15), + (128007, "271802", 1, 0, 15), + (128008, "271802", 1, 0, 15), + (128009, "271804", 1, 0, 15), + (128010, "271804", 1, 0, 15), + (128011, "271802", 1, 0, 15), + (128012, "271804", 1, 0, 15), + (128013, "271803", 1, 0, 15), + (128014, "271803", 1, 0, 15), + (128015, "271875", 1, 0, 15), + (128016, "271804", 1, 0, 15), + (128017, "271825", 1, 0, 15), + (128018, "271802", 1, 0, 15), + (128019, "271831", 1, 0, 15), + (128020, "271831", 1, 0, 15), + (128021, "271831", 1, 0, 15), + (128022, "271831", 1, 0, 15), + (128023, "271831", 1, 0, 15), + (128024, "271831", 1, 0, 15), + (128025, "271831", 1, 0, 15), + (128026, "271804", 1, 0, 15), + (128027, "271831", 1, 0, 15), + (128028, "271831", 1, 0, 15), + (128029, "271831", 1, 0, 15), + (128030, "271831", 1, 0, 15), + (128031, "271831", 1, 0, 15), + (128032, "271831", 1, 0, 15), + (128033, "271831", 1, 0, 15), + (128034, "271831", 1, 0, 15), + (128035, "271831", 1, 0, 15), + (128036, "271835", 1, 0, 15), + (128037, "271851", 1, 0, 15), + (128038, "271855", 1, 0, 15), + (128039, "271855", 1, 0, 15), + (128040, "271855", 1, 0, 15), + (128041, "271855", 1, 0, 15), + (128042, "271855", 1, 0, 15), + (128043, "271855", 1, 0, 15), + (128044, "271855", 1, 0, 15), + (128045, "271855", 1, 0, 15), + (128046, "271855", 1, 0, 15), + (128047, "271855", 1, 0, 15), + (128048, "271855", 1, 0, 15), + (128049, "271855", 1, 0, 15), + (128050, "271855", 1, 0, 15), + (128051, "271855", 1, 0, 15), + (128052, "271855", 1, 0, 15), + (128053, "271855", 1, 0, 15), + (128054, "271855", 1, 0, 15), + (128055, "271855", 1, 0, 15), + (128056, "271855", 1, 0, 15), + (128057, "271865", 1, 0, 15), + (128058, "271865", 1, 0, 15), + (128059, "271865", 1, 0, 15), + (128060, "271865", 1, 0, 15), + (128061, "271865", 1, 0, 15), + (128062, "271865", 1, 0, 15), + (128063, "271865", 1, 0, 15), + (128064, "271865", 1, 0, 15), + (128065, "271865", 1, 0, 15), + (128066, "271865", 1, 0, 15), + (128067, "271865", 1, 0, 15), + (128068, "271865", 1, 0, 15), + (128069, "271865", 1, 0, 15), + (128070, "271825", 1, 0, 15), + (128071, "271824", 1, 0, 15), + (128072, "271824", 1, 0, 15), + (128073, "271824", 1, 0, 15), + (128074, "271824", 1, 0, 15), + (128075, "271824", 1, 0, 15), + (128076, "271901", 1, 0, 15), + (128077, "271901", 1, 0, 15), + (128078, "271901", 1, 0, 15), + (128079, "271904", 1, 0, 15), + (128080, "271904", 1, 0, 15), + (128081, "271904", 1, 0, 15), + (128082, "271904", 1, 0, 15), + (128083, "271904", 1, 0, 15), + (128084, "271904", 1, 0, 15), + (128085, "271851", 1, 0, 15), + (128086, "271851", 1, 0, 15), + (128087, "271851", 1, 0, 15), + (128088, "271851", 1, 0, 15), + (128089, "271851", 1, 0, 15), + (128090, "271851", 1, 0, 15), + (128091, "271851", 1, 0, 15), + (128092, "271851", 1, 0, 15), + (128093, "271851", 1, 0, 15), + (128094, "271851", 1, 0, 15), + (128095, "271831", 1, 0, 15), + (128096, "271831", 1, 0, 15), + (128097, "271831", 1, 0, 15), + (128098, "271831", 1, 0, 15), + (128099, "271803", 1, 0, 15), + (128100, "271803", 1, 0, 15), + (128101, "271831", 1, 0, 15), + (128102, "271831", 1, 0, 15), + (128103, "271831", 1, 0, 15), + (128104, "271831", 1, 0, 15), + (128105, "271831", 1, 0, 15), + (128106, "271840", 1, 0, 15), + (128107, "271840", 1, 0, 15), + (128108, "271840", 1, 0, 15), + (128109, "271840", 1, 0, 15), + (128110, "271840", 1, 0, 15), + (128111, "271840", 1, 0, 15), + (128112, "271840", 1, 0, 15), + (128113, "271840", 1, 0, 15), + (128114, "271840", 1, 0, 15), + (128115, "271840", 1, 0, 15), + (128116, "271840", 1, 0, 15), + (128117, "271840", 1, 0, 15), + (128118, "271840", 1, 0, 15), + (128119, "271840", 1, 0, 15), + (128120, "271840", 1, 0, 15), + (128121, "271840", 1, 0, 15), + (128122, "271903", 1, 0, 15), + (128123, "271903", 1, 0, 15), + (128124, "271903", 1, 0, 15), + (128125, "271903", 1, 0, 15), + (128126, "271903", 1, 0, 15), + (128127, "271903", 1, 0, 15), + (128128, "271903", 1, 0, 15), + (128129, "271903", 1, 0, 15), + (128130, "271903", 1, 0, 15), + (128131, "271903", 1, 0, 15), + (128132, "271903", 1, 0, 15), + (128133, "271835", 1, 0, 15), + (128134, "271835", 1, 0, 15), + (128135, "271835", 1, 0, 15), + (128136, "271835", 1, 0, 15), + (128137, "271835", 1, 0, 15), + (128138, "271835", 1, 0, 15), + (128139, "271835", 1, 0, 15), + (128140, "271835", 1, 0, 15), + (128141, "271835", 1, 0, 15), + (128142, "271870", 1, 0, 15), + (128143, "271870", 1, 0, 15), + (128144, "271870", 1, 0, 15), + (128145, "271870", 1, 0, 15), + (128146, "271806", 1, 0, 15), + (128147, "271870", 1, 0, 15), + (128148, "271870", 1, 0, 15), + (128149, "271806", 1, 0, 15), + (128150, "271806", 1, 0, 15), + (128151, "271870", 1, 0, 15), + (128152, "271821", 1, 0, 15), + (128153, "271821", 1, 0, 15), + (128154, "271821", 1, 0, 15), + (128155, "271821", 1, 0, 15), + (128156, "271821", 1, 0, 15), + (128157, "271821", 1, 0, 15), + (128158, "271821", 1, 0, 15), + (128159, "271821", 1, 0, 15), + (128160, "271821", 1, 0, 15), + (128161, "271821", 1, 0, 15), + (128162, "271882", 1, 0, 15), + (128163, "271882", 1, 0, 15), + (128164, "271882", 1, 0, 15), + (128165, "271882", 1, 0, 15), + (128166, "271882", 1, 0, 15), + (128167, "271882", 1, 0, 15), + (128168, "271882", 1, 0, 15), + (128169, "271882", 1, 0, 15), + (128170, "271882", 1, 0, 15), + (128171, "271882", 1, 0, 15), + (128172, "271875", 1, 0, 15), + (128173, "271875", 1, 0, 15), + (128174, "271875", 1, 0, 15), + (128175, "271875", 1, 0, 15), + (128176, "271875", 1, 0, 15), + (128177, "271875", 1, 0, 15), + (128178, "271875", 1, 0, 15), + (128179, "271875", 1, 0, 15), + (128180, "271875", 1, 0, 15), + (128181, "271875", 1, 0, 15), + (128182, "271875", 1, 0, 15), + (128183, "271802", 1, 0, 15), + (128184, "271802", 1, 0, 15), + (128185, "271802", 1, 0, 15), + (128186, "271802", 1, 0, 15), + (128187, "271802", 1, 0, 15), + (128188, "271871", 1, 0, 15), + (128189, "271871", 1, 0, 15), + (128190, "271871", 1, 0, 15), + (128191, "271806", 1, 0, 15), + (128192, "271871", 1, 0, 15), + (128193, "271871", 1, 0, 15), + (128194, "271871", 1, 0, 15), + (128195, "271806", 1, 0, 15), + (128196, "271871", 1, 0, 15), + (128197, "271871", 1, 0, 15), + (128198, "271871", 1, 0, 15), + (128199, "271871", 1, 0, 15), + (128200, "271865", 1, 0, 15), + (128201, "271865", 1, 0, 15), + (128202, "271865", 1, 0, 15), + (128203, "271865", 1, 0, 15), + (128204, "271865", 1, 0, 15), + (128205, "271865", 1, 0, 15), + (128206, "271865", 1, 0, 15), + (128207, "271865", 1, 0, 15), + (128208, "271865", 1, 0, 15), + (128209, "271865", 1, 0, 15), + (128210, "271865", 1, 0, 15), + (128211, "271865", 1, 0, 15), + (128212, "271865", 1, 0, 15), + (128213, "271865", 1, 0, 15), + (128214, "271865", 1, 0, 15), + (128215, "271865", 1, 0, 15), + (128216, "271865", 1, 0, 15), + (128217, "271865", 1, 0, 15), + (128218, "271881", 1, 0, 15), + (128219, "271881", 1, 0, 15), + (128220, "271881", 1, 0, 15), + (128221, "271881", 1, 0, 15), + (128222, "271881", 1, 0, 15), + (128223, "271881", 1, 0, 15), + (128224, "271881", 1, 0, 15), + (128225, "271881", 1, 0, 15), + (128226, "271881", 1, 0, 15), + (128227, "271903", 1, 0, 15), + (128228, "271825", 1, 0, 15), + (128229, "271871", 1, 0, 15), + (128230, "271851", 1, 0, 15), + (128231, "271871", 1, 0, 15), + (128232, "271830", 1, 0, 15), + (128233, "271830", 1, 0, 15), + (128234, "271830", 1, 0, 15), + (128235, "271830", 1, 0, 15), + (128236, "271830", 1, 0, 15), + (128237, "271830", 1, 0, 15), + (128238, "271830", 1, 0, 15), + (128239, "271830", 1, 0, 15), + (128240, "271830", 1, 0, 15), + (128241, "271830", 1, 0, 15), + (128242, "271830", 1, 0, 15), + (128243, "271830", 1, 0, 15), + (128244, "271830", 1, 0, 15), + (128245, "271830", 1, 0, 15), + (128246, "271830", 1, 0, 15), + (128247, "271841", 1, 0, 15), + (128248, "271841", 1, 0, 15), + (128249, "271841", 1, 0, 15), + (128250, "271841", 1, 0, 15), + (128251, "271841", 1, 0, 15), + (128252, "271841", 1, 0, 15), + (128253, "271841", 1, 0, 15), + (128254, "271841", 1, 0, 15), + (128255, "271855", 1, 0, 15), + (128256, "271855", 1, 0, 15), + (128257, "271855", 1, 0, 15), + (128258, "271855", 1, 0, 15), + (128259, "271855", 1, 0, 15), + (128260, "271855", 1, 0, 15), + (128261, "271855", 1, 0, 15), + (128262, "271855", 1, 0, 15), + (128263, "271855", 1, 0, 15), + (128264, "271855", 1, 0, 15), + (128265, "271855", 1, 0, 15), + (128266, "271855", 1, 0, 15), + (128267, "271855", 1, 0, 15), + (128268, "271872", 1, 0, 15), + (128269, "271872", 1, 0, 15), + (128270, "271872", 1, 0, 15), + (128271, "271872", 1, 0, 15), + (128272, "271872", 1, 0, 15), + (128273, "271803", 1, 0, 15), + (128274, "271802", 1, 0, 15), + (128275, "271875", 1, 0, 15), + (128276, "271803", 1, 0, 15), + (128277, "271804", 1, 0, 15), + (128278, "271804", 1, 0, 15), + (128279, "271802", 1, 0, 15), + (128280, "271802", 1, 0, 15), + (128281, "271802", 1, 0, 15), + (128282, "271802", 1, 0, 15), + (128283, "271802", 1, 0, 15), + (128284, "271804", 1, 0, 15), + (128285, "271804", 1, 0, 15), + (128286, "271803", 1, 0, 15), + (128287, "271803", 1, 0, 15), + (128288, "271803", 1, 0, 15), + (128289, "271802", 1, 0, 15), + (128290, "271803", 1, 0, 15), + (128291, "271851", 1, 0, 15), + (128292, "271851", 1, 0, 15), + (128293, "271851", 1, 0, 15), + (128294, "271851", 1, 0, 15), + (128295, "271851", 1, 0, 15), + (128296, "271851", 1, 0, 15), + (128297, "271825", 1, 0, 15), + (128298, "271825", 1, 0, 15), + (128299, "212401", 1, 0, 15), + (128300, "221508", 1, 0, 15), + (128301, "221508", 1, 0, 15), + (128302, "221502", 1, 0, 15), + (128303, "229413", 1, 0, 15), + (128304, "212404", 1, 0, 15), + (128305, "212502", 1, 0, 15), + (128306, "212402", 1, 0, 15), + (128307, "212503", 1, 0, 15), + (128308, "229412", 1, 0, 15), + (128309, "221503", 1, 0, 15), + (128310, "212507", 1, 0, 15), + (128311, "212401", 1, 0, 15), + (128312, "229412", 1, 0, 15), + (128313, "221503", 1, 0, 15), + (128314, "221502", 1, 0, 15), + (128315, "212401", 1, 0, 15), + (128316, "212507", 1, 0, 15), + (128317, "212402", 1, 0, 15), + (128318, "211013", 1, 0, 15), + (128319, "221503", 1, 0, 15), + (128320, "229411", 1, 0, 15), + (128321, "212401", 1, 0, 15), + (128322, "229411", 1, 0, 15), + (128323, "212507", 1, 0, 15), + (128324, "221505", 1, 0, 15), + (128325, "221508", 1, 0, 15), + (128326, "229412", 1, 0, 15), + (128327, "212503", 1, 0, 15), + (128328, "212507", 1, 0, 15), + (128329, "221508", 1, 0, 15), + (128330, "212402", 1, 0, 15), + (128331, "221502", 1, 0, 15), + (128332, "221508", 1, 0, 15), + (128333, "221505", 1, 0, 15), + (128334, "221508", 1, 0, 15), + (128335, "212402", 1, 0, 15), + (128336, "221507", 1, 0, 15), + (128337, "221507", 1, 0, 15), + (128338, "212507", 1, 0, 15), + (128339, "221502", 1, 0, 15), + (128340, "212405", 1, 0, 15), + (128341, "221508", 1, 0, 15), + (128342, "212502", 1, 0, 15), + (128343, "221503", 1, 0, 15), + (128344, "221502", 1, 0, 15), + (128345, "221502", 1, 0, 15), + (128346, "212401", 1, 0, 15), + (128347, "229413", 1, 0, 15), + (128348, "212502", 1, 0, 15), + (128349, "221503", 1, 0, 15), + (128350, "212503", 1, 0, 15), + (128351, "212404", 1, 0, 15), + (128352, "221502", 1, 0, 15), + (128353, "212402", 1, 0, 15), + (128354, "212402", 1, 0, 15), + (128355, "212502", 1, 0, 15), + (128356, "212401", 1, 0, 15), + (128357, "212507", 1, 0, 15), + (128358, "211019", 1, 0, 15), + (128359, "212401", 1, 0, 15), + (128360, "221505", 1, 0, 15), + (128361, "212109", 1, 0, 15), + (128362, "221505", 1, 0, 15), + (128363, "212502", 1, 0, 15), + (128364, "221502", 1, 0, 15), + (128365, "211013", 1, 0, 15), + (128366, "212402", 1, 0, 15), + (128367, "221503", 1, 0, 15), + (128368, "212507", 1, 0, 15), + (128369, "221507", 1, 0, 15), + (128370, "221505", 1, 0, 15), + (128371, "211013", 1, 0, 15), + (128372, "211013", 1, 0, 15), + (128373, "221505", 1, 0, 15), + (128374, "211013", 1, 0, 15), + (128375, "229411", 1, 0, 15), + (128376, "221503", 1, 0, 15), + (128377, "212503", 1, 0, 15), + (128378, "212401", 1, 0, 15), + (128379, "221505", 1, 0, 15), + (128380, "212402", 1, 0, 15), + (128381, "229413", 1, 0, 15), + (128382, "221505", 1, 0, 15), + (128383, "229412", 1, 0, 15), + (128384, "221503", 1, 0, 15), + (128385, "212502", 1, 0, 15), + (128386, "221503", 1, 0, 15), + (128387, "221503", 1, 0, 15), + (128388, "212507", 1, 0, 15), + (128389, "212405", 1, 0, 15), + (128390, "229411", 1, 0, 15), + (128391, "221507", 1, 0, 15), + (128392, "212405", 1, 0, 15), + (128393, "221505", 1, 0, 15), + (128394, "221508", 1, 0, 15), + (128395, "212405", 1, 0, 15), + (128396, "212402", 1, 0, 15), + (128397, "221505", 1, 0, 15), + (128398, "221502", 1, 0, 15), + (128399, "221503", 1, 0, 15), + (128400, "221503", 1, 0, 15), + (128401, "212109", 1, 0, 15), + (128402, "212109", 1, 0, 15), + (128403, "212402", 1, 0, 15), + (128404, "212402", 1, 0, 15), + (128405, "212109", 1, 0, 15), + (128406, "221503", 1, 0, 15), + (128407, "212402", 1, 0, 15), + (128408, "221507", 1, 0, 15), + (128409, "221508", 1, 0, 15), + (128410, "212507", 1, 0, 15), + (128411, "221502", 1, 0, 15), + (128412, "229412", 1, 0, 15), + (128413, "221507", 1, 0, 15), + (128414, "212507", 1, 0, 15), + (128415, "221508", 1, 0, 15), + (128416, "229411", 1, 0, 15), + (128417, "211013", 1, 0, 15), + (128418, "221502", 1, 0, 15), + (128419, "221502", 1, 0, 15), + (128420, "212109", 1, 0, 15), + (128421, "212401", 1, 0, 15), + (128422, "229411", 1, 0, 15), + (128423, "221508", 1, 0, 15), + (128424, "221505", 1, 0, 15), + (128425, "211013", 1, 0, 15), + (128426, "211019", 1, 0, 15), + (128427, "221502", 1, 0, 15), + (128428, "229412", 1, 0, 15), + (128429, "212502", 1, 0, 15), + (128430, "212503", 1, 0, 15), + (128431, "212405", 1, 0, 15), + (128432, "221507", 1, 0, 15), + (128433, "221507", 1, 0, 15), + (128434, "229412", 1, 0, 15), + (128435, "211019", 1, 0, 15), + (128436, "212507", 1, 0, 15), + (128437, "229413", 1, 0, 15), + (128438, "212502", 1, 0, 15), + (128439, "212507", 1, 0, 15), + (128440, "212503", 1, 0, 15), + (128441, "212401", 1, 0, 15), + (128442, "212401", 1, 0, 15), + (128443, "211019", 1, 0, 15), + (128444, "212507", 1, 0, 15), + (128445, "229412", 1, 0, 15), + (128446, "229413", 1, 0, 15), + (128447, "212401", 1, 0, 15), + (128448, "229413", 1, 0, 15), + (128449, "276137", 1, 0, 15), + (128450, "276207", 1, 0, 15), + (128451, "276143", 1, 0, 15), + (128452, "223227", 1, 0, 15), + (128453, "276124", 1, 0, 15), + (128454, "276124", 1, 0, 15), + (128455, "276124", 1, 0, 15), + (128456, "276125", 1, 0, 15), + (128457, "276125", 1, 0, 15), + (128458, "276125", 1, 0, 15), + (128459, "276125", 1, 0, 15), + (128460, "276121", 1, 0, 15), + (128461, "276121", 1, 0, 15), + (128462, "276121", 1, 0, 15), + (128463, "276121", 1, 0, 15), + (128464, "276121", 1, 0, 15), + (128465, "276121", 1, 0, 15), + (128466, "276121", 1, 0, 15), + (128467, "276121", 1, 0, 15), + (128468, "276121", 1, 0, 15), + (128469, "276121", 1, 0, 15), + (128470, "276127", 1, 0, 15), + (128471, "276127", 1, 0, 15), + (128472, "276127", 1, 0, 15), + (128473, "276127", 1, 0, 15), + (128474, "276127", 1, 0, 15), + (128475, "276136", 1, 0, 15), + (128476, "276136", 1, 0, 15), + (128477, "276136", 1, 0, 15), + (128478, "276136", 1, 0, 15), + (128479, "276136", 1, 0, 15), + (128480, "276136", 1, 0, 15), + (128481, "276136", 1, 0, 15), + (128482, "276136", 1, 0, 15), + (128483, "276136", 1, 0, 15), + (128484, "276207", 1, 0, 15), + (128485, "276207", 1, 0, 15), + (128486, "276135", 1, 0, 15), + (128487, "276135", 1, 0, 15), + (128488, "276135", 1, 0, 15), + (128489, "276208", 1, 0, 15), + (128490, "276208", 1, 0, 15), + (128491, "276208", 1, 0, 15), + (128492, "276208", 1, 0, 15), + (128493, "276208", 1, 0, 15), + (128494, "276208", 1, 0, 15), + (128495, "223221", 1, 0, 15), + (128496, "223221", 1, 0, 15), + (128497, "223221", 1, 0, 15), + (128498, "223221", 1, 0, 15), + (128499, "223221", 1, 0, 15), + (128500, "223221", 1, 0, 15), + (128501, "223221", 1, 0, 15), + (128502, "223221", 1, 0, 15), + (128503, "223221", 1, 0, 15), + (128504, "223221", 1, 0, 15), + (128505, "223221", 1, 0, 15), + (128506, "223221", 1, 0, 15), + (128507, "223221", 1, 0, 15), + (128508, "223221", 1, 0, 15), + (128509, "223221", 1, 0, 15), + (128510, "276288", 1, 0, 15), + (128511, "276288", 1, 0, 15), + (128512, "276288", 1, 0, 15), + (128513, "276288", 1, 0, 15), + (128514, "276288", 1, 0, 15), + (128515, "276288", 1, 0, 15), + (128516, "276288", 1, 0, 15), + (128517, "276143", 1, 0, 15), + (128518, "276143", 1, 0, 15), + (128519, "223224", 1, 0, 15), + (128520, "223224", 1, 0, 15), + (128521, "223224", 1, 0, 15), + (128522, "223224", 1, 0, 15), + (128523, "223224", 1, 0, 15), + (128524, "223224", 1, 0, 15), + (128525, "223224", 1, 0, 15), + (128526, "223224", 1, 0, 15), + (128527, "223224", 1, 0, 15), + (128528, "223224", 1, 0, 15), + (128529, "223224", 1, 0, 15), + (128530, "223222", 1, 0, 15), + (128531, "223222", 1, 0, 15), + (128532, "223222", 1, 0, 15), + (128533, "223222", 1, 0, 15), + (128534, "223222", 1, 0, 15), + (128535, "223222", 1, 0, 15), + (128536, "223225", 1, 0, 15), + (128537, "223225", 1, 0, 15), + (128538, "223225", 1, 0, 15), + (128539, "223225", 1, 0, 15), + (128540, "276305", 1, 0, 15), + (128541, "276305", 1, 0, 15), + (128542, "276305", 1, 0, 15), + (128543, "276305", 1, 0, 15), + (128544, "276305", 1, 0, 15), + (128545, "276305", 1, 0, 15), + (128546, "276305", 1, 0, 15), + (128547, "276305", 1, 0, 15), + (128548, "223227", 1, 0, 15), + (128549, "223227", 1, 0, 15), + (128550, "223227", 1, 0, 15), + (128551, "276122", 1, 0, 15), + (128552, "276303", 1, 0, 15), + (128553, "276303", 1, 0, 15), + (128554, "276303", 1, 0, 15), + (128555, "276303", 1, 0, 15), + (128556, "276303", 1, 0, 15), + (128557, "276303", 1, 0, 15), + (128558, "276303", 1, 0, 15), + (128559, "276303", 1, 0, 15), + (128560, "221706", 1, 0, 15), + (128561, "221706", 1, 0, 15), + (128562, "221706", 1, 0, 15), + (128563, "221706", 1, 0, 15), + (128564, "221706", 1, 0, 15), + (128565, "221705", 1, 0, 15), + (128566, "221705", 1, 0, 15), + (128567, "221705", 1, 0, 15), + (128568, "221705", 1, 0, 15), + (128569, "221705", 1, 0, 15), + (128570, "221705", 1, 0, 15), + (128571, "221705", 1, 0, 15), + (128572, "275305", 1, 0, 15), + (128573, "275305", 1, 0, 15), + (128574, "275305", 1, 0, 15), + (128575, "275305", 1, 0, 15), + (128576, "275305", 1, 0, 15), + (128577, "275305", 1, 0, 15), + (128578, "275305", 1, 0, 15), + (128579, "275102", 1, 0, 15), + (128580, "275102", 1, 0, 15), + (128581, "275102", 1, 0, 15), + (128582, "275102", 1, 0, 15), + (128583, "275102", 1, 0, 15), + (128584, "276129", 1, 0, 15), + (128585, "276129", 1, 0, 15), + (128586, "276402", 1, 0, 15), + (128587, "276402", 1, 0, 15), + (128588, "276402", 1, 0, 15), + (128589, "276402", 1, 0, 15), + (128590, "276206", 1, 0, 15), + (128591, "275306", 1, 0, 15), + (128592, "275306", 1, 0, 15), + (128593, "275306", 1, 0, 15), + (128594, "275306", 1, 0, 15), + (128595, "276404", 1, 0, 15), + (128596, "276404", 1, 0, 15), + (128597, "276404", 1, 0, 15), + (128598, "276406", 1, 0, 15), + (128599, "276406", 1, 0, 15), + (128600, "276406", 1, 0, 15), + (128601, "276406", 1, 0, 15), + (128602, "276406", 1, 0, 15), + (128603, "276406", 1, 0, 15), + (128604, "276405", 1, 0, 15), + (128605, "276405", 1, 0, 15), + (128606, "276405", 1, 0, 15), + (128607, "276405", 1, 0, 15), + (128608, "276405", 1, 0, 15), + (128609, "276405", 1, 0, 15), + (128610, "276405", 1, 0, 15), + (128611, "275302", 1, 0, 15), + (128612, "275302", 1, 0, 15), + (128613, "275302", 1, 0, 15), + (128614, "275302", 1, 0, 15), + (128615, "275302", 1, 0, 15), + (128616, "276403", 1, 0, 15), + (128617, "276403", 1, 0, 15), + (128618, "276403", 1, 0, 15), + (128619, "276403", 1, 0, 15), + (128620, "276403", 1, 0, 15), + (128621, "276403", 1, 0, 15), + (128622, "276403", 1, 0, 15), + (128623, "276403", 1, 0, 15), + (128624, "276137", 1, 0, 15), + (128625, "276141", 1, 0, 15), + (128626, "276141", 1, 0, 15), + (128627, "276141", 1, 0, 15), + (128628, "276141", 1, 0, 15), + (128629, "276141", 1, 0, 15), + (128630, "276141", 1, 0, 15), + (128631, "276141", 1, 0, 15), + (128632, "276141", 1, 0, 15), + (128633, "276141", 1, 0, 15), + (128634, "276141", 1, 0, 15), + (128635, "276141", 1, 0, 15), + (128636, "276141", 1, 0, 15), + (128637, "276141", 1, 0, 15), + (128638, "276135", 1, 0, 15), + (128639, "276128", 1, 0, 15), + (128640, "276135", 1, 0, 15), + (128641, "276128", 1, 0, 15), + (128642, "276128", 1, 0, 15), + (128643, "276128", 1, 0, 15), + (128644, "276128", 1, 0, 15), + (128645, "276128", 1, 0, 15), + (128646, "276128", 1, 0, 15), + (128647, "276128", 1, 0, 15), + (128648, "276128", 1, 0, 15), + (128649, "276128", 1, 0, 15), + (128650, "276128", 1, 0, 15), + (128651, "276128", 1, 0, 15), + (128652, "276128", 1, 0, 15), + (128653, "276207", 1, 0, 15), + (128654, "276207", 1, 0, 15), + (128655, "276207", 1, 0, 15), + (128656, "276207", 1, 0, 15), + (128657, "276122", 1, 0, 15), + (128658, "276122", 1, 0, 15), + (128659, "276122", 1, 0, 15), + (128660, "276122", 1, 0, 15), + (128661, "276122", 1, 0, 15), + (128662, "276122", 1, 0, 15), + (128663, "276122", 1, 0, 15), + (128664, "276122", 1, 0, 15), + (128665, "276122", 1, 0, 15), + (128666, "276122", 1, 0, 15), + (128667, "276138", 1, 0, 15), + (128668, "276138", 1, 0, 15), + (128669, "276140", 1, 0, 15), + (128670, "276138", 1, 0, 15), + (128671, "276138", 1, 0, 15), + (128672, "276138", 1, 0, 15), + (128673, "276138", 1, 0, 15), + (128674, "276140", 1, 0, 15), + (128675, "276139", 1, 0, 15), + (128676, "276139", 1, 0, 15), + (128677, "276137", 1, 0, 15), + (128678, "276139", 1, 0, 15), + (128679, "276137", 1, 0, 15), + (128680, "276137", 1, 0, 15), + (128681, "276139", 1, 0, 15), + (128682, "276139", 1, 0, 15), + (128683, "276139", 1, 0, 15), + (128684, "276139", 1, 0, 15), + (128685, "276139", 1, 0, 15), + (128686, "276137", 1, 0, 15), + (128687, "276301", 1, 0, 15), + (128688, "276301", 1, 0, 15), + (128689, "276301", 1, 0, 15), + (128690, "223223", 1, 0, 15), + (128691, "223223", 1, 0, 15), + (128692, "223223", 1, 0, 15); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (128693, "223223", 1, 0, 15), + (128694, "223223", 1, 0, 15), + (128695, "223223", 1, 0, 15), + (128696, "223223", 1, 0, 15), + (128697, "223223", 1, 0, 15), + (128698, "223223", 1, 0, 15), + (128699, "223223", 1, 0, 15), + (128700, "223223", 1, 0, 15), + (128701, "223223", 1, 0, 15), + (128702, "223223", 1, 0, 15), + (128703, "223223", 1, 0, 15), + (128704, "223223", 1, 0, 15), + (128705, "276142", 1, 0, 15), + (128706, "276142", 1, 0, 15), + (128707, "276142", 1, 0, 15), + (128708, "276142", 1, 0, 15), + (128709, "276142", 1, 0, 15), + (128710, "276142", 1, 0, 15), + (128711, "276142", 1, 0, 15), + (128712, "276142", 1, 0, 15), + (128713, "276142", 1, 0, 15), + (128714, "276142", 1, 0, 15), + (128715, "276142", 1, 0, 15), + (128716, "276142", 1, 0, 15), + (128717, "276142", 1, 0, 15), + (128718, "276137", 1, 0, 15), + (128719, "276137", 1, 0, 15), + (128720, "223227", 1, 0, 15), + (128721, "223227", 1, 0, 15), + (128722, "223227", 1, 0, 15), + (128723, "276206", 1, 0, 15), + (128724, "276206", 1, 0, 15), + (128725, "276206", 1, 0, 15), + (128726, "276206", 1, 0, 15), + (128727, "276206", 1, 0, 15), + (128728, "276206", 1, 0, 15), + (128729, "276206", 1, 0, 15), + (128730, "276206", 1, 0, 15), + (128731, "223226", 1, 0, 15), + (128732, "223226", 1, 0, 15), + (128733, "223226", 1, 0, 15), + (128734, "223226", 1, 0, 15), + (128735, "223226", 1, 0, 15), + (128736, "276304", 1, 0, 15), + (128737, "276304", 1, 0, 15), + (128738, "276304", 1, 0, 15), + (128739, "276304", 1, 0, 15), + (128740, "276304", 1, 0, 15), + (128741, "276304", 1, 0, 15), + (128742, "276304", 1, 0, 15), + (128743, "276304", 1, 0, 15), + (128744, "276304", 1, 0, 15), + (128745, "276304", 1, 0, 15), + (128746, "276304", 1, 0, 15), + (128747, "276124", 1, 0, 15), + (128748, "276124", 1, 0, 15), + (128749, "276124", 1, 0, 15), + (128750, "276124", 1, 0, 15), + (128751, "276124", 1, 0, 15), + (128752, "276301", 1, 0, 15), + (128753, "276301", 1, 0, 15), + (128754, "276301", 1, 0, 15), + (128755, "276301", 1, 0, 15), + (128756, "276301", 1, 0, 15), + (128757, "276301", 1, 0, 15), + (128758, "276301", 1, 0, 15), + (128759, "276301", 1, 0, 15), + (128760, "276301", 1, 0, 15), + (128761, "276201", 1, 0, 15), + (128762, "276201", 1, 0, 15), + (128763, "276201", 1, 0, 15), + (128764, "276201", 1, 0, 15), + (128765, "276201", 1, 0, 15), + (128766, "276201", 1, 0, 15), + (128767, "276201", 1, 0, 15), + (128768, "276201", 1, 0, 15), + (128769, "276302", 1, 0, 15), + (128770, "276302", 1, 0, 15), + (128771, "276302", 1, 0, 15), + (128772, "276302", 1, 0, 15), + (128773, "276302", 1, 0, 15), + (128774, "276302", 1, 0, 15), + (128775, "276302", 1, 0, 15), + (128776, "276202", 1, 0, 15), + (128777, "276202", 1, 0, 15), + (128778, "276202", 1, 0, 15), + (128779, "276202", 1, 0, 15), + (128780, "276202", 1, 0, 15), + (128781, "276202", 1, 0, 15), + (128782, "276202", 1, 0, 15), + (128783, "276202", 1, 0, 15), + (128784, "276202", 1, 0, 15), + (128785, "276202", 1, 0, 15), + (128786, "276202", 1, 0, 15), + (128787, "276402", 1, 0, 15), + (128788, "276402", 1, 0, 15), + (128789, "276402", 1, 0, 15), + (128790, "276402", 1, 0, 15), + (128791, "276402", 1, 0, 15), + (128792, "276402", 1, 0, 15), + (128793, "276126", 1, 0, 15), + (128794, "276126", 1, 0, 15), + (128795, "276126", 1, 0, 15), + (128796, "276126", 1, 0, 15), + (128797, "276126", 1, 0, 15), + (128798, "276126", 1, 0, 15), + (128799, "276126", 1, 0, 15), + (128800, "276131", 1, 0, 15), + (128801, "276131", 1, 0, 15), + (128802, "275305", 1, 0, 15), + (128803, "275305", 1, 0, 15), + (128804, "275103", 1, 0, 15), + (128805, "276403", 1, 0, 15), + (128806, "221705", 1, 0, 15), + (128807, "275103", 1, 0, 15), + (128808, "275103", 1, 0, 15), + (128809, "221705", 1, 0, 15), + (128810, "276403", 1, 0, 15), + (128811, "275103", 1, 0, 15), + (128812, "221705", 1, 0, 15), + (128813, "275103", 1, 0, 15), + (128814, "275305", 1, 0, 15), + (128815, "221705", 1, 0, 15), + (128816, "221705", 1, 0, 15), + (128817, "221706", 1, 0, 15), + (128818, "221706", 1, 0, 15), + (128819, "221706", 1, 0, 15), + (128820, "221706", 1, 0, 15), + (128821, "221706", 1, 0, 15), + (128822, "221706", 1, 0, 15), + (128823, "276403", 1, 0, 15), + (128824, "276403", 1, 0, 15), + (128825, "276403", 1, 0, 15), + (128826, "276403", 1, 0, 15), + (128827, "276403", 1, 0, 15), + (128828, "276403", 1, 0, 15), + (128829, "276403", 1, 0, 15), + (128830, "275303", 1, 0, 15), + (128831, "275303", 1, 0, 15), + (128832, "275303", 1, 0, 15), + (128833, "275303", 1, 0, 15), + (128834, "275303", 1, 0, 15), + (128835, "275303", 1, 0, 15), + (128836, "276129", 1, 0, 15), + (128837, "276129", 1, 0, 15), + (128838, "276129", 1, 0, 15), + (128839, "276129", 1, 0, 15), + (128840, "276129", 1, 0, 15), + (128841, "276129", 1, 0, 15), + (128842, "276129", 1, 0, 15), + (128843, "276129", 1, 0, 15), + (128844, "276202", 1, 0, 15), + (128845, "276205", 1, 0, 15), + (128846, "276205", 1, 0, 15), + (128847, "276205", 1, 0, 15), + (128848, "276205", 1, 0, 15), + (128849, "276123", 1, 0, 15), + (128850, "276123", 1, 0, 15), + (128851, "276123", 1, 0, 15), + (128852, "276123", 1, 0, 15), + (128853, "276123", 1, 0, 15), + (128854, "276123", 1, 0, 15), + (128855, "276123", 1, 0, 15), + (128856, "276123", 1, 0, 15), + (128857, "276123", 1, 0, 15), + (128858, "276123", 1, 0, 15), + (128859, "276202", 1, 0, 15), + (128860, "276202", 1, 0, 15), + (128861, "276202", 1, 0, 15), + (128862, "276202", 1, 0, 15), + (128863, "276202", 1, 0, 15), + (128864, "276202", 1, 0, 15), + (128865, "276203", 1, 0, 15), + (128866, "276203", 1, 0, 15), + (128867, "276203", 1, 0, 15), + (128868, "276203", 1, 0, 15), + (128869, "276203", 1, 0, 15), + (128870, "276203", 1, 0, 15), + (128871, "276203", 1, 0, 15), + (128872, "276203", 1, 0, 15), + (128873, "276204", 1, 0, 15), + (128874, "276204", 1, 0, 15), + (128875, "276204", 1, 0, 15), + (128876, "276204", 1, 0, 15), + (128877, "276204", 1, 0, 15), + (128878, "276204", 1, 0, 15), + (128879, "276204", 1, 0, 15), + (128880, "276204", 1, 0, 15), + (128881, "276204", 1, 0, 15), + (128882, "276204", 1, 0, 15), + (128883, "276204", 1, 0, 15), + (128884, "276204", 1, 0, 15), + (128885, "276204", 1, 0, 15), + (128886, "276204", 1, 0, 15), + (128887, "276125", 1, 0, 15), + (128888, "276135", 1, 0, 15), + (128889, "276128", 1, 0, 15), + (128890, "276128", 1, 0, 15), + (128891, "276206", 1, 0, 15), + (128892, "276406", 1, 0, 15), + (128893, "276125", 1, 0, 15), + (128894, "276125", 1, 0, 15), + (128895, "221706", 1, 0, 15), + (128896, "275105", 1, 0, 15), + (128897, "275105", 1, 0, 15), + (128898, "275105", 1, 0, 15), + (128899, "275105", 1, 0, 15), + (128900, "275105", 1, 0, 15), + (128901, "275105", 1, 0, 15), + (128902, "275105", 1, 0, 15), + (128903, "275304", 1, 0, 15), + (128904, "275304", 1, 0, 15), + (128905, "275304", 1, 0, 15), + (128906, "275304", 1, 0, 15), + (128907, "275304", 1, 0, 15), + (128908, "275301", 1, 0, 15), + (128909, "275301", 1, 0, 15), + (128910, "275301", 1, 0, 15), + (128911, "275301", 1, 0, 15), + (128912, "275301", 1, 0, 15), + (128913, "275301", 1, 0, 15), + (128914, "275301", 1, 0, 15), + (128915, "275301", 1, 0, 15), + (128916, "275301", 1, 0, 15), + (128917, "275301", 1, 0, 15), + (128918, "221601", 1, 0, 15), + (128919, "221601", 1, 0, 15), + (128920, "221601", 1, 0, 15), + (128921, "221601", 1, 0, 15), + (128922, "221601", 1, 0, 15), + (128923, "221601", 1, 0, 15), + (128924, "221602", 1, 0, 15), + (128925, "221602", 1, 0, 15), + (128926, "221602", 1, 0, 15), + (128927, "221602", 1, 0, 15), + (128928, "221602", 1, 0, 15), + (128929, "221602", 1, 0, 15), + (128930, "221602", 1, 0, 15), + (128931, "221603", 1, 0, 15), + (128932, "221603", 1, 0, 15), + (128933, "221603", 1, 0, 15), + (128934, "221603", 1, 0, 15), + (128935, "221603", 1, 0, 15), + (128936, "221603", 1, 0, 15), + (128937, "221603", 1, 0, 15), + (128938, "221603", 1, 0, 15), + (128939, "221603", 1, 0, 15), + (128940, "221603", 1, 0, 15), + (128941, "221603", 1, 0, 15), + (128942, "221603", 1, 0, 15), + (128943, "275307", 1, 0, 15), + (128944, "275307", 1, 0, 15), + (128945, "275307", 1, 0, 15), + (128946, "275307", 1, 0, 15), + (128947, "275307", 1, 0, 15), + (128948, "275307", 1, 0, 15), + (128949, "275307", 1, 0, 15), + (128950, "275307", 1, 0, 15), + (128951, "276306", 1, 0, 15), + (128952, "276306", 1, 0, 15), + (128953, "276306", 1, 0, 15), + (128954, "276306", 1, 0, 15), + (128955, "276306", 1, 0, 15), + (128956, "276306", 1, 0, 15), + (128957, "276306", 1, 0, 15), + (128958, "276306", 1, 0, 15), + (128959, "276306", 1, 0, 15), + (128960, "276129", 1, 0, 15), + (128961, "276129", 1, 0, 15), + (128962, "276129", 1, 0, 15), + (128963, "276129", 1, 0, 15), + (128964, "276129", 1, 0, 15), + (128965, "276131", 1, 0, 15), + (128966, "276131", 1, 0, 15), + (128967, "276131", 1, 0, 15), + (128968, "276131", 1, 0, 15), + (128969, "276131", 1, 0, 15), + (128970, "276131", 1, 0, 15), + (128971, "276131", 1, 0, 15), + (128972, "276131", 1, 0, 15), + (128973, "277401", 1, 0, 15), + (128974, "277402", 1, 0, 15), + (128975, "277001", 1, 0, 15), + (128976, "277001", 1, 0, 15), + (128977, "277001", 1, 0, 15), + (128978, "277001", 1, 0, 15), + (128979, "277001", 1, 0, 15), + (128980, "277001", 1, 0, 15), + (128981, "277001", 1, 0, 15), + (128982, "277001", 1, 0, 15), + (128983, "277201", 1, 0, 15), + (128984, "277201", 1, 0, 15), + (128985, "277201", 1, 0, 15), + (128986, "277201", 1, 0, 15), + (128987, "277201", 1, 0, 15), + (128988, "277203", 1, 0, 15), + (128989, "277203", 1, 0, 15), + (128990, "277203", 1, 0, 15), + (128991, "277203", 1, 0, 15), + (128992, "277203", 1, 0, 15), + (128993, "277203", 1, 0, 15), + (128994, "277205", 1, 0, 15), + (128995, "277205", 1, 0, 15), + (128996, "277205", 1, 0, 15), + (128997, "277402", 1, 0, 15), + (128998, "277402", 1, 0, 15), + (128999, "277402", 1, 0, 15), + (129000, "277402", 1, 0, 15), + (129001, "277402", 1, 0, 15), + (129002, "277219", 1, 0, 15), + (129003, "277219", 1, 0, 15), + (129004, "277219", 1, 0, 15), + (129005, "277219", 1, 0, 15), + (129006, "277403", 1, 0, 15), + (129007, "277303", 1, 0, 15), + (129008, "277207", 1, 0, 15), + (129009, "221701", 1, 0, 15), + (129010, "221711", 1, 0, 15), + (129011, "221715", 1, 0, 15), + (129012, "277401", 1, 0, 15), + (129013, "277401", 1, 0, 15), + (129014, "277401", 1, 0, 15), + (129015, "277401", 1, 0, 15), + (129016, "277401", 1, 0, 15), + (129017, "277401", 1, 0, 15), + (129018, "277302", 1, 0, 15), + (129019, "277302", 1, 0, 15), + (129020, "277302", 1, 0, 15), + (129021, "277302", 1, 0, 15), + (129022, "277302", 1, 0, 15), + (129023, "277124", 1, 0, 15), + (129024, "277124", 1, 0, 15), + (129025, "277124", 1, 0, 15), + (129026, "277124", 1, 0, 15), + (129027, "277124", 1, 0, 15), + (129028, "277124", 1, 0, 15), + (129029, "277124", 1, 0, 15), + (129030, "221712", 1, 0, 15), + (129031, "221712", 1, 0, 15), + (129032, "221712", 1, 0, 15), + (129033, "221712", 1, 0, 15), + (129034, "221712", 1, 0, 15), + (129035, "221712", 1, 0, 15), + (129036, "221712", 1, 0, 15), + (129037, "221712", 1, 0, 15), + (129038, "221712", 1, 0, 15), + (129039, "221712", 1, 0, 15), + (129040, "221712", 1, 0, 15), + (129041, "277207", 1, 0, 15), + (129042, "277207", 1, 0, 15), + (129043, "277207", 1, 0, 15), + (129044, "277208", 1, 0, 15), + (129045, "277208", 1, 0, 15), + (129046, "277208", 1, 0, 15), + (129047, "277208", 1, 0, 15), + (129048, "277208", 1, 0, 15), + (129049, "277208", 1, 0, 15), + (129050, "277208", 1, 0, 15), + (129051, "277208", 1, 0, 15), + (129052, "277208", 1, 0, 15), + (129053, "277208", 1, 0, 15), + (129054, "277208", 1, 0, 15), + (129055, "277209", 1, 0, 15), + (129056, "277209", 1, 0, 15), + (129057, "277209", 1, 0, 15), + (129058, "277209", 1, 0, 15), + (129059, "277209", 1, 0, 15), + (129060, "277209", 1, 0, 15), + (129061, "277209", 1, 0, 15), + (129062, "277209", 1, 0, 15), + (129063, "277209", 1, 0, 15), + (129064, "277209", 1, 0, 15), + (129065, "277209", 1, 0, 15), + (129066, "277209", 1, 0, 15), + (129067, "221701", 1, 0, 15), + (129068, "221701", 1, 0, 15), + (129069, "221701", 1, 0, 15), + (129070, "221701", 1, 0, 15), + (129071, "221701", 1, 0, 15), + (129072, "221701", 1, 0, 15), + (129073, "221701", 1, 0, 15), + (129074, "221701", 1, 0, 15), + (129075, "221701", 1, 0, 15), + (129076, "221701", 1, 0, 15), + (129077, "277303", 1, 0, 15), + (129078, "277303", 1, 0, 15), + (129079, "277303", 1, 0, 15), + (129080, "277303", 1, 0, 15), + (129081, "277303", 1, 0, 15), + (129082, "277303", 1, 0, 15), + (129083, "277202", 1, 0, 15), + (129084, "277202", 1, 0, 15), + (129085, "277202", 1, 0, 15), + (129086, "277202", 1, 0, 15), + (129087, "277301", 1, 0, 15), + (129088, "277301", 1, 0, 15), + (129089, "277301", 1, 0, 15), + (129090, "277210", 1, 0, 15), + (129091, "277210", 1, 0, 15), + (129092, "277210", 1, 0, 15), + (129093, "277204", 1, 0, 15), + (129094, "277204", 1, 0, 15), + (129095, "277204", 1, 0, 15), + (129096, "277204", 1, 0, 15), + (129097, "277204", 1, 0, 15), + (129098, "277204", 1, 0, 15), + (129099, "277214", 1, 0, 15), + (129100, "277214", 1, 0, 15), + (129101, "277214", 1, 0, 15), + (129102, "277214", 1, 0, 15), + (129103, "277216", 1, 0, 15), + (129104, "277216", 1, 0, 15), + (129105, "277216", 1, 0, 15), + (129106, "277216", 1, 0, 15), + (129107, "277216", 1, 0, 15), + (129108, "277207", 1, 0, 15), + (129109, "277207", 1, 0, 15), + (129110, "277207", 1, 0, 15), + (129111, "221711", 1, 0, 15), + (129112, "221711", 1, 0, 15), + (129113, "221711", 1, 0, 15), + (129114, "221711", 1, 0, 15), + (129115, "221711", 1, 0, 15), + (129116, "221711", 1, 0, 15), + (129117, "221711", 1, 0, 15), + (129118, "221711", 1, 0, 15), + (129119, "221711", 1, 0, 15), + (129120, "221711", 1, 0, 15), + (129121, "221711", 1, 0, 15), + (129122, "277502", 1, 0, 15), + (129123, "277502", 1, 0, 15), + (129124, "277502", 1, 0, 15), + (129125, "277501", 1, 0, 15), + (129126, "277501", 1, 0, 15), + (129127, "277501", 1, 0, 15), + (129128, "277501", 1, 0, 15), + (129129, "277501", 1, 0, 15), + (129130, "277501", 1, 0, 15), + (129131, "277304", 1, 0, 15), + (129132, "277304", 1, 0, 15), + (129133, "277304", 1, 0, 15), + (129134, "277304", 1, 0, 15), + (129135, "277304", 1, 0, 15), + (129136, "277213", 1, 0, 15), + (129137, "277213", 1, 0, 15), + (129138, "277213", 1, 0, 15), + (129139, "221715", 1, 0, 15), + (129140, "221715", 1, 0, 15), + (129141, "221715", 1, 0, 15), + (129142, "221715", 1, 0, 15), + (129143, "221715", 1, 0, 15), + (129144, "221715", 1, 0, 15), + (129145, "221715", 1, 0, 15), + (129146, "221715", 1, 0, 15), + (129147, "221709", 1, 0, 15), + (129148, "221709", 1, 0, 15), + (129149, "221709", 1, 0, 15), + (129150, "221709", 1, 0, 15), + (129151, "221709", 1, 0, 15), + (129152, "221709", 1, 0, 15), + (129153, "221713", 1, 0, 15), + (129154, "221713", 1, 0, 15), + (129155, "221713", 1, 0, 15), + (129156, "221713", 1, 0, 15), + (129157, "221713", 1, 0, 15), + (129158, "277121", 1, 0, 15), + (129159, "277121", 1, 0, 15), + (129160, "277121", 1, 0, 15), + (129161, "277121", 1, 0, 15), + (129162, "277121", 1, 0, 15), + (129163, "221718", 1, 0, 15), + (129164, "221718", 1, 0, 15), + (129165, "221718", 1, 0, 15), + (129166, "221718", 1, 0, 15), + (129167, "221718", 1, 0, 15), + (129168, "221718", 1, 0, 15), + (129169, "221718", 1, 0, 15), + (129170, "221718", 1, 0, 15), + (129171, "221718", 1, 0, 15), + (129172, "221718", 1, 0, 15), + (129173, "221711", 1, 0, 15), + (129174, "221711", 1, 0, 15), + (129175, "221711", 1, 0, 15), + (129176, "221711", 1, 0, 15), + (129177, "221711", 1, 0, 15), + (129178, "221711", 1, 0, 15), + (129179, "221711", 1, 0, 15), + (129180, "221711", 1, 0, 15), + (129181, "221711", 1, 0, 15), + (129182, "221711", 1, 0, 15), + (129183, "221715", 1, 0, 15), + (129184, "221715", 1, 0, 15), + (129185, "221715", 1, 0, 15), + (129186, "221715", 1, 0, 15), + (129187, "221715", 1, 0, 15), + (129188, "221715", 1, 0, 15), + (129189, "221715", 1, 0, 15), + (129190, "221715", 1, 0, 15), + (129191, "221715", 1, 0, 15), + (129192, "221716", 1, 0, 15), + (129193, "221716", 1, 0, 15), + (129194, "221716", 1, 0, 15), + (129195, "221716", 1, 0, 15), + (129196, "221716", 1, 0, 15), + (129197, "221716", 1, 0, 15), + (129198, "221716", 1, 0, 15), + (129199, "221716", 1, 0, 15), + (129200, "221716", 1, 0, 15), + (129201, "221716", 1, 0, 15), + (129202, "221716", 1, 0, 15), + (129203, "221716", 1, 0, 15), + (129204, "221716", 1, 0, 15), + (129205, "221716", 1, 0, 15), + (129206, "221716", 1, 0, 15), + (129207, "221716", 1, 0, 15), + (129208, "221716", 1, 0, 15), + (129209, "277503", 1, 0, 15), + (129210, "277503", 1, 0, 15), + (129211, "277503", 1, 0, 15), + (129212, "277506", 1, 0, 15), + (129213, "277506", 1, 0, 15), + (129214, "277504", 1, 0, 15), + (129215, "277504", 1, 0, 15), + (129216, "277401", 1, 0, 15), + (129217, "221712", 1, 0, 15), + (129218, "221712", 1, 0, 15), + (129219, "221712", 1, 0, 15), + (129220, "221712", 1, 0, 15), + (129221, "221712", 1, 0, 15), + (129222, "221712", 1, 0, 15), + (129223, "221712", 1, 0, 15), + (129224, "221712", 1, 0, 15), + (129225, "221712", 1, 0, 15), + (129226, "221712", 1, 0, 15), + (129227, "221712", 1, 0, 15), + (129228, "221712", 1, 0, 15), + (129229, "277403", 1, 0, 15), + (129230, "277403", 1, 0, 15), + (129231, "277403", 1, 0, 15), + (129232, "277403", 1, 0, 15), + (129233, "221717", 1, 0, 15), + (129234, "221717", 1, 0, 15), + (129235, "221717", 1, 0, 15), + (129236, "221717", 1, 0, 15), + (129237, "221717", 1, 0, 15), + (129238, "221717", 1, 0, 15), + (129239, "221717", 1, 0, 15), + (129240, "221717", 1, 0, 15), + (129241, "221717", 1, 0, 15), + (129242, "221717", 1, 0, 15), + (129243, "221717", 1, 0, 15), + (129244, "221717", 1, 0, 15), + (129245, "277123", 1, 0, 15), + (129246, "277123", 1, 0, 15), + (129247, "277123", 1, 0, 15), + (129248, "277123", 1, 0, 15), + (129249, "277211", 1, 0, 15), + (129250, "277211", 1, 0, 15), + (129251, "277211", 1, 0, 15), + (129252, "277211", 1, 0, 15), + (129253, "277211", 1, 0, 15), + (129254, "277211", 1, 0, 15), + (129255, "277211", 1, 0, 15), + (129256, "277211", 1, 0, 15), + (129257, "277303", 1, 0, 15), + (129258, "277303", 1, 0, 15), + (129259, "277303", 1, 0, 15), + (129260, "277303", 1, 0, 15), + (129261, "277303", 1, 0, 15), + (129262, "277303", 1, 0, 15), + (129263, "210432", 1, 0, 15), + (129264, "210432", 1, 0, 15), + (129265, "210432", 1, 0, 15), + (129266, "210432", 1, 0, 15), + (129267, "210432", 1, 0, 15), + (129268, "210432", 1, 0, 15), + (129269, "210432", 1, 0, 15), + (129270, "210432", 1, 0, 15), + (129271, "210432", 1, 0, 15), + (129272, "210431", 1, 0, 15), + (129273, "210431", 1, 0, 15), + (129274, "210431", 1, 0, 15), + (129275, "210431", 1, 0, 15), + (129276, "210431", 1, 0, 15), + (129277, "210431", 1, 0, 15), + (129278, "210431", 1, 0, 15), + (129279, "210431", 1, 0, 15), + (129280, "210431", 1, 0, 15), + (129281, "210431", 1, 0, 15), + (129282, "210431", 1, 0, 15), + (129283, "210431", 1, 0, 15), + (129284, "210431", 1, 0, 15), + (129285, "210431", 1, 0, 15), + (129286, "210431", 1, 0, 15), + (129287, "210507", 1, 0, 15), + (129288, "210429", 1, 0, 15), + (129289, "210506", 1, 0, 15), + (129290, "210507", 1, 0, 15), + (129291, "210507", 1, 0, 15), + (129292, "210507", 1, 0, 15), + (129293, "210507", 1, 0, 15), + (129294, "210507", 1, 0, 15), + (129295, "210507", 1, 0, 15), + (129296, "210507", 1, 0, 15), + (129297, "210507", 1, 0, 15), + (129298, "210507", 1, 0, 15), + (129299, "210507", 1, 0, 15), + (129300, "210507", 1, 0, 15), + (129301, "210507", 1, 0, 15), + (129302, "210507", 1, 0, 15), + (129303, "210507", 1, 0, 15), + (129304, "210507", 1, 0, 15), + (129305, "210507", 1, 0, 15), + (129306, "210507", 1, 0, 15), + (129307, "210507", 1, 0, 15), + (129308, "210507", 1, 0, 15), + (129309, "210505", 1, 0, 15), + (129310, "210001", 1, 0, 15), + (129311, "210123", 1, 0, 15), + (129312, "210125", 1, 0, 15), + (129313, "210208", 1, 0, 15), + (129314, "210206", 1, 0, 15), + (129315, "210206", 1, 0, 15), + (129316, "210126", 1, 0, 15), + (129317, "210126", 1, 0, 15), + (129318, "210126", 1, 0, 15), + (129319, "210126", 1, 0, 15), + (129320, "210126", 1, 0, 15), + (129321, "210126", 1, 0, 15), + (129322, "210126", 1, 0, 15), + (129323, "210126", 1, 0, 15), + (129324, "210126", 1, 0, 15), + (129325, "210126", 1, 0, 15), + (129326, "210126", 1, 0, 15), + (129327, "210126", 1, 0, 15), + (129328, "210126", 1, 0, 15), + (129329, "210126", 1, 0, 15), + (129330, "210126", 1, 0, 15), + (129331, "210126", 1, 0, 15), + (129332, "210126", 1, 0, 15), + (129333, "210126", 1, 0, 15), + (129334, "210126", 1, 0, 15), + (129335, "210126", 1, 0, 15), + (129336, "210126", 1, 0, 15), + (129337, "210126", 1, 0, 15), + (129338, "210207", 1, 0, 15), + (129339, "210207", 1, 0, 15), + (129340, "210207", 1, 0, 15), + (129341, "210207", 1, 0, 15), + (129342, "210207", 1, 0, 15), + (129343, "210207", 1, 0, 15), + (129344, "210207", 1, 0, 15), + (129345, "210207", 1, 0, 15), + (129346, "210207", 1, 0, 15), + (129347, "210128", 1, 0, 15), + (129348, "210128", 1, 0, 15), + (129349, "210128", 1, 0, 15), + (129350, "210128", 1, 0, 15), + (129351, "210128", 1, 0, 15), + (129352, "210128", 1, 0, 15), + (129353, "210128", 1, 0, 15), + (129354, "210502", 1, 0, 15), + (129355, "210501", 1, 0, 15), + (129356, "210208", 1, 0, 15), + (129357, "210208", 1, 0, 15), + (129358, "210208", 1, 0, 15), + (129359, "210208", 1, 0, 15), + (129360, "210208", 1, 0, 15), + (129361, "210209", 1, 0, 15), + (129362, "210209", 1, 0, 15), + (129363, "210209", 1, 0, 15), + (129364, "210209", 1, 0, 15), + (129365, "210209", 1, 0, 15), + (129366, "210209", 1, 0, 15), + (129367, "210209", 1, 0, 15), + (129368, "210209", 1, 0, 15), + (129369, "210209", 1, 0, 15), + (129370, "210209", 1, 0, 15), + (129371, "210209", 1, 0, 15), + (129372, "210209", 1, 0, 15), + (129373, "210209", 1, 0, 15), + (129374, "210209", 1, 0, 15), + (129375, "210209", 1, 0, 15), + (129376, "210129", 1, 0, 15), + (129377, "210129", 1, 0, 15), + (129378, "210129", 1, 0, 15), + (129379, "210129", 1, 0, 15), + (129380, "210129", 1, 0, 15), + (129381, "210129", 1, 0, 15), + (129382, "210129", 1, 0, 15), + (129383, "210129", 1, 0, 15), + (129384, "210129", 1, 0, 15), + (129385, "210129", 1, 0, 15), + (129386, "210129", 1, 0, 15), + (129387, "210129", 1, 0, 15), + (129388, "210129", 1, 0, 15), + (129389, "210129", 1, 0, 15), + (129390, "210129", 1, 0, 15), + (129391, "210129", 1, 0, 15), + (129392, "210129", 1, 0, 15), + (129393, "210206", 1, 0, 15), + (129394, "210206", 1, 0, 15), + (129395, "210206", 1, 0, 15), + (129396, "210206", 1, 0, 15), + (129397, "210206", 1, 0, 15), + (129398, "210206", 1, 0, 15), + (129399, "210206", 1, 0, 15), + (129400, "210206", 1, 0, 15), + (129401, "210206", 1, 0, 15), + (129402, "210206", 1, 0, 15), + (129403, "210206", 1, 0, 15), + (129404, "210206", 1, 0, 15), + (129405, "210421", 1, 0, 15), + (129406, "210430", 1, 0, 15), + (129407, "210301", 1, 0, 15), + (129408, "210341", 1, 0, 15), + (129409, "210423", 1, 0, 15), + (129410, "210502", 1, 0, 15), + (129411, "210502", 1, 0, 15), + (129412, "210502", 1, 0, 15), + (129413, "210502", 1, 0, 15), + (129414, "210502", 1, 0, 15), + (129415, "210502", 1, 0, 15), + (129416, "210502", 1, 0, 15), + (129417, "210502", 1, 0, 15), + (129418, "210501", 1, 0, 15), + (129419, "210501", 1, 0, 15), + (129420, "210501", 1, 0, 15), + (129421, "210501", 1, 0, 15), + (129422, "210501", 1, 0, 15), + (129423, "210501", 1, 0, 15), + (129424, "210501", 1, 0, 15), + (129425, "210501", 1, 0, 15), + (129426, "210421", 1, 0, 15), + (129427, "210421", 1, 0, 15), + (129428, "210421", 1, 0, 15), + (129429, "210421", 1, 0, 15), + (129430, "210421", 1, 0, 15), + (129431, "210421", 1, 0, 15), + (129432, "210421", 1, 0, 15), + (129433, "210421", 1, 0, 15), + (129434, "210430", 1, 0, 15), + (129435, "210430", 1, 0, 15), + (129436, "210430", 1, 0, 15), + (129437, "210430", 1, 0, 15), + (129438, "210430", 1, 0, 15), + (129439, "210301", 1, 0, 15), + (129440, "210301", 1, 0, 15), + (129441, "210301", 1, 0, 15), + (129442, "210341", 1, 0, 15), + (129443, "210341", 1, 0, 15), + (129444, "210341", 1, 0, 15), + (129445, "210341", 1, 0, 15), + (129446, "210341", 1, 0, 15), + (129447, "210423", 1, 0, 15), + (129448, "210423", 1, 0, 15), + (129449, "210423", 1, 0, 15), + (129450, "210423", 1, 0, 15), + (129451, "210423", 1, 0, 15), + (129452, "210507", 1, 0, 15), + (129453, "210507", 1, 0, 15), + (129454, "210429", 1, 0, 15), + (129455, "210429", 1, 0, 15), + (129456, "210429", 1, 0, 15), + (129457, "210429", 1, 0, 15), + (129458, "210429", 1, 0, 15), + (129459, "210429", 1, 0, 15), + (129460, "210429", 1, 0, 15), + (129461, "210429", 1, 0, 15), + (129462, "210429", 1, 0, 15), + (129463, "210429", 1, 0, 15), + (129464, "210429", 1, 0, 15), + (129465, "210429", 1, 0, 15), + (129466, "210429", 1, 0, 15), + (129467, "210429", 1, 0, 15), + (129468, "210429", 1, 0, 15), + (129469, "210429", 1, 0, 15), + (129470, "210429", 1, 0, 15), + (129471, "210429", 1, 0, 15), + (129472, "210506", 1, 0, 15), + (129473, "210506", 1, 0, 15), + (129474, "210506", 1, 0, 15), + (129475, "210506", 1, 0, 15), + (129476, "210506", 1, 0, 15), + (129477, "210506", 1, 0, 15), + (129478, "210506", 1, 0, 15), + (129479, "210428", 1, 0, 15), + (129480, "210427", 1, 0, 15), + (129481, "210505", 1, 0, 15), + (129482, "210424", 1, 0, 15), + (129483, "210422", 1, 0, 15), + (129484, "210504", 1, 0, 15), + (129485, "210425", 1, 0, 15), + (129486, "210428", 1, 0, 15), + (129487, "210428", 1, 0, 15), + (129488, "210427", 1, 0, 15), + (129489, "210427", 1, 0, 15), + (129490, "210427", 1, 0, 15), + (129491, "210427", 1, 0, 15), + (129492, "210505", 1, 0, 15), + (129493, "210505", 1, 0, 15), + (129494, "210505", 1, 0, 15), + (129495, "210505", 1, 0, 15), + (129496, "210425", 1, 0, 15), + (129497, "210425", 1, 0, 15), + (129498, "210504", 1, 0, 15), + (129499, "210504", 1, 0, 15), + (129500, "210504", 1, 0, 15), + (129501, "210504", 1, 0, 15), + (129502, "210424", 1, 0, 15), + (129503, "210424", 1, 0, 15), + (129504, "210424", 1, 0, 15), + (129505, "210424", 1, 0, 15), + (129506, "210424", 1, 0, 15), + (129507, "210424", 1, 0, 15), + (129508, "210424", 1, 0, 15), + (129509, "210424", 1, 0, 15), + (129510, "210424", 1, 0, 15), + (129511, "210424", 1, 0, 15), + (129512, "210424", 1, 0, 15), + (129513, "210424", 1, 0, 15), + (129514, "210422", 1, 0, 15), + (129515, "210422", 1, 0, 15), + (129516, "210422", 1, 0, 15), + (129517, "210001", 1, 0, 15), + (129518, "210201", 1, 0, 15), + (129519, "210121", 1, 0, 15), + (129520, "210001", 1, 0, 15), + (129521, "210001", 1, 0, 15), + (129522, "210001", 1, 0, 15), + (129523, "210001", 1, 0, 15), + (129524, "210001", 1, 0, 15), + (129525, "210001", 1, 0, 15), + (129526, "210001", 1, 0, 15), + (129527, "210001", 1, 0, 15), + (129528, "210001", 1, 0, 15), + (129529, "210001", 1, 0, 15), + (129530, "210001", 1, 0, 15), + (129531, "210001", 1, 0, 15), + (129532, "210001", 1, 0, 15), + (129533, "210001", 1, 0, 15), + (129534, "210001", 1, 0, 15), + (129535, "210001", 1, 0, 15), + (129536, "210001", 1, 0, 15), + (129537, "210001", 1, 0, 15), + (129538, "210001", 1, 0, 15), + (129539, "210001", 1, 0, 15), + (129540, "210001", 1, 0, 15), + (129541, "210001", 1, 0, 15), + (129542, "210001", 1, 0, 15), + (129543, "210001", 1, 0, 15), + (129544, "210001", 1, 0, 15), + (129545, "210001", 1, 0, 15), + (129546, "210001", 1, 0, 15), + (129547, "210001", 1, 0, 15), + (129548, "210001", 1, 0, 15), + (129549, "210001", 1, 0, 15), + (129550, "210001", 1, 0, 15), + (129551, "210001", 1, 0, 15), + (129552, "210001", 1, 0, 15), + (129553, "210001", 1, 0, 15), + (129554, "210201", 1, 0, 15), + (129555, "210201", 1, 0, 15), + (129556, "210201", 1, 0, 15), + (129557, "210201", 1, 0, 15), + (129558, "210201", 1, 0, 15), + (129559, "210201", 1, 0, 15), + (129560, "210201", 1, 0, 15), + (129561, "210201", 1, 0, 15), + (129562, "210201", 1, 0, 15), + (129563, "210121", 1, 0, 15), + (129564, "210121", 1, 0, 15), + (129565, "210121", 1, 0, 15), + (129566, "210121", 1, 0, 15), + (129567, "210121", 1, 0, 15), + (129568, "210121", 1, 0, 15), + (129569, "210121", 1, 0, 15), + (129570, "210121", 1, 0, 15), + (129571, "210121", 1, 0, 15), + (129572, "210121", 1, 0, 15), + (129573, "210121", 1, 0, 15), + (129574, "210121", 1, 0, 15), + (129575, "210121", 1, 0, 15), + (129576, "210121", 1, 0, 15), + (129577, "210121", 1, 0, 15), + (129578, "210121", 1, 0, 15), + (129579, "210121", 1, 0, 15), + (129580, "210121", 1, 0, 15), + (129581, "210121", 1, 0, 15), + (129582, "210121", 1, 0, 15), + (129583, "210121", 1, 0, 15), + (129584, "210121", 1, 0, 15), + (129585, "210121", 1, 0, 15), + (129586, "210202", 1, 0, 15), + (129587, "210203", 1, 0, 15), + (129588, "210204", 1, 0, 15), + (129589, "210125", 1, 0, 15), + (129590, "210205", 1, 0, 15), + (129591, "210202", 1, 0, 15), + (129592, "210202", 1, 0, 15), + (129593, "210202", 1, 0, 15), + (129594, "210202", 1, 0, 15), + (129595, "210202", 1, 0, 15), + (129596, "210202", 1, 0, 15), + (129597, "210202", 1, 0, 15), + (129598, "210202", 1, 0, 15), + (129599, "210202", 1, 0, 15), + (129600, "210202", 1, 0, 15), + (129601, "210202", 1, 0, 15), + (129602, "210202", 1, 0, 15), + (129603, "210202", 1, 0, 15), + (129604, "210203", 1, 0, 15), + (129605, "210203", 1, 0, 15), + (129606, "210203", 1, 0, 15), + (129607, "210203", 1, 0, 15), + (129608, "210203", 1, 0, 15), + (129609, "210203", 1, 0, 15), + (129610, "210203", 1, 0, 15), + (129611, "210203", 1, 0, 15), + (129612, "210203", 1, 0, 15), + (129613, "210203", 1, 0, 15), + (129614, "210203", 1, 0, 15), + (129615, "210203", 1, 0, 15), + (129616, "210203", 1, 0, 15), + (129617, "210203", 1, 0, 15), + (129618, "210203", 1, 0, 15), + (129619, "210123", 1, 0, 15), + (129620, "210123", 1, 0, 15), + (129621, "210128", 1, 0, 15), + (129622, "210123", 1, 0, 15), + (129623, "210123", 1, 0, 15), + (129624, "210123", 1, 0, 15), + (129625, "210123", 1, 0, 15), + (129626, "210204", 1, 0, 15), + (129627, "210204", 1, 0, 15), + (129628, "210204", 1, 0, 15), + (129629, "210125", 1, 0, 15), + (129630, "210125", 1, 0, 15), + (129631, "210125", 1, 0, 15), + (129632, "210125", 1, 0, 15), + (129633, "210125", 1, 0, 15), + (129634, "210125", 1, 0, 15), + (129635, "210125", 1, 0, 15), + (129636, "210125", 1, 0, 15), + (129637, "210125", 1, 0, 15), + (129638, "210125", 1, 0, 15), + (129639, "210125", 1, 0, 15), + (129640, "210125", 1, 0, 15), + (129641, "210125", 1, 0, 15), + (129642, "210125", 1, 0, 15), + (129643, "210125", 1, 0, 15), + (129644, "210125", 1, 0, 15), + (129645, "210125", 1, 0, 15), + (129646, "210125", 1, 0, 15), + (129647, "210125", 1, 0, 15), + (129648, "210205", 1, 0, 15), + (129649, "210205", 1, 0, 15), + (129650, "210205", 1, 0, 15), + (129651, "210205", 1, 0, 15), + (129652, "210205", 1, 0, 15), + (129653, "210205", 1, 0, 15), + (129654, "210205", 1, 0, 15), + (129655, "210205", 1, 0, 15), + (129656, "210205", 1, 0, 15), + (129657, "210205", 1, 0, 15), + (129658, "210205", 1, 0, 15), + (129659, "210205", 1, 0, 15), + (129660, "210205", 1, 0, 15), + (129661, "210205", 1, 0, 15), + (129662, "210120", 1, 0, 15), + (129663, "210208", 1, 0, 15), + (129664, "210209", 1, 0, 15), + (129665, "210129", 1, 0, 15), + (129666, "210206", 1, 0, 15), + (129667, "210126", 1, 0, 15), + (129668, "210207", 1, 0, 15), + (129669, "210128", 1, 0, 15), + (129670, "210120", 1, 0, 15), + (129671, "210120", 1, 0, 15), + (129672, "210120", 1, 0, 15), + (129673, "210120", 1, 0, 15), + (129674, "210120", 1, 0, 15), + (129675, "210120", 1, 0, 15), + (129676, "210120", 1, 0, 15), + (129677, "210120", 1, 0, 15), + (129678, "210120", 1, 0, 15), + (129679, "210120", 1, 0, 15), + (129680, "210208", 1, 0, 15), + (129681, "210208", 1, 0, 15), + (129682, "210208", 1, 0, 15), + (129683, "225202", 1, 0, 15), + (129684, "225202", 1, 0, 15), + (129685, "225202", 1, 0, 15), + (129686, "225202", 1, 0, 15), + (129687, "225403", 1, 0, 15), + (129688, "225403", 1, 0, 15), + (129689, "225403", 1, 0, 15), + (129690, "225403", 1, 0, 15), + (129691, "225403", 1, 0, 15), + (129692, "225403", 1, 0, 15), + (129693, "225404", 1, 0, 15), + (129694, "225404", 1, 0, 15), + (129695, "225404", 1, 0, 15), + (129696, "225201", 1, 0, 15), + (129697, "225201", 1, 0, 15), + (129698, "225401", 1, 0, 15), + (129699, "225401", 1, 0, 15), + (129700, "225401", 1, 0, 15), + (129701, "225401", 1, 0, 15), + (129702, "225401", 1, 0, 15), + (129703, "225401", 1, 0, 15), + (129704, "225401", 1, 0, 15), + (129705, "225416", 1, 0, 15), + (129706, "225416", 1, 0, 15), + (129707, "225416", 1, 0, 15), + (129708, "225416", 1, 0, 15), + (129709, "225416", 1, 0, 15), + (129710, "225121", 1, 0, 15), + (129711, "225124", 1, 0, 15), + (129712, "225119", 1, 0, 15), + (129713, "225303", 1, 0, 15), + (129714, "225206", 1, 0, 15), + (129715, "225413", 1, 0, 15), + (129716, "225413", 1, 0, 15), + (129717, "225413", 1, 0, 15), + (129718, "225207", 1, 0, 15), + (129719, "225207", 1, 0, 15), + (129720, "225207", 1, 0, 15), + (129721, "225207", 1, 0, 15), + (129722, "225207", 1, 0, 15), + (129723, "225207", 1, 0, 15), + (129724, "225207", 1, 0, 15), + (129725, "225207", 1, 0, 15), + (129726, "225123", 1, 0, 15), + (129727, "225123", 1, 0, 15), + (129728, "225125", 1, 0, 15), + (129729, "225125", 1, 0, 15), + (129730, "225125", 1, 0, 15), + (129731, "225125", 1, 0, 15), + (129732, "225125", 1, 0, 15), + (129733, "225125", 1, 0, 15), + (129734, "225125", 1, 0, 15), + (129735, "225405", 1, 0, 15), + (129736, "225405", 1, 0, 15), + (129737, "225405", 1, 0, 15), + (129738, "225405", 1, 0, 15), + (129739, "225405", 1, 0, 15), + (129740, "225405", 1, 0, 15), + (129741, "225405", 1, 0, 15), + (129742, "225405", 1, 0, 15), + (129743, "225405", 1, 0, 15), + (129744, "225203", 1, 0, 15), + (129745, "225203", 1, 0, 15), + (129746, "225301", 1, 0, 15), + (129747, "225301", 1, 0, 15), + (129748, "225301", 1, 0, 15), + (129749, "225301", 1, 0, 15), + (129750, "225301", 1, 0, 15), + (129751, "225301", 1, 0, 15), + (129752, "225301", 1, 0, 15), + (129753, "225301", 1, 0, 15), + (129754, "225003", 1, 0, 15), + (129755, "225003", 1, 0, 15), + (129756, "225003", 1, 0, 15), + (129757, "225003", 1, 0, 15), + (129758, "225003", 1, 0, 15), + (129759, "225003", 1, 0, 15), + (129760, "225003", 1, 0, 15), + (129761, "225124", 1, 0, 15), + (129762, "225119", 1, 0, 15), + (129763, "225119", 1, 0, 15), + (129764, "225302", 1, 0, 15), + (129765, "225302", 1, 0, 15), + (129766, "225302", 1, 0, 15), + (129767, "225302", 1, 0, 15), + (129768, "225302", 1, 0, 15), + (129769, "225302", 1, 0, 15), + (129770, "225302", 1, 0, 15), + (129771, "225302", 1, 0, 15), + (129772, "225302", 1, 0, 15), + (129773, "225302", 1, 0, 15), + (129774, "225302", 1, 0, 15), + (129775, "225302", 1, 0, 15), + (129776, "225302", 1, 0, 15), + (129777, "225302", 1, 0, 15), + (129778, "225302", 1, 0, 15), + (129779, "225204", 1, 0, 15), + (129780, "225204", 1, 0, 15), + (129781, "225204", 1, 0, 15), + (129782, "225204", 1, 0, 15), + (129783, "225204", 1, 0, 15), + (129784, "225204", 1, 0, 15), + (129785, "225204", 1, 0, 15), + (129786, "225204", 1, 0, 15), + (129787, "225204", 1, 0, 15), + (129788, "225303", 1, 0, 15), + (129789, "225416", 1, 0, 15), + (129790, "225416", 1, 0, 15), + (129791, "225416", 1, 0, 15), + (129792, "225416", 1, 0, 15), + (129793, "225416", 1, 0, 15), + (129794, "225416", 1, 0, 15), + (129795, "225416", 1, 0, 15), + (129796, "225202", 1, 0, 15), + (129797, "225201", 1, 0, 15), + (129798, "225201", 1, 0, 15), + (129799, "225301", 1, 0, 15), + (129800, "225301", 1, 0, 15), + (129801, "225301", 1, 0, 15), + (129802, "225301", 1, 0, 15), + (129803, "225301", 1, 0, 15), + (129804, "225301", 1, 0, 15), + (129805, "225301", 1, 0, 15), + (129806, "225301", 1, 0, 15), + (129807, "225301", 1, 0, 15), + (129808, "225301", 1, 0, 15), + (129809, "225301", 1, 0, 15), + (129810, "225301", 1, 0, 15), + (129811, "225301", 1, 0, 15), + (129812, "225301", 1, 0, 15), + (129813, "225121", 1, 0, 15), + (129814, "225121", 1, 0, 15), + (129815, "225121", 1, 0, 15), + (129816, "225124", 1, 0, 15), + (129817, "225124", 1, 0, 15), + (129818, "225124", 1, 0, 15), + (129819, "225124", 1, 0, 15), + (129820, "225124", 1, 0, 15), + (129821, "225124", 1, 0, 15), + (129822, "225124", 1, 0, 15), + (129823, "225124", 1, 0, 15), + (129824, "225124", 1, 0, 15), + (129825, "225124", 1, 0, 15), + (129826, "225124", 1, 0, 15), + (129827, "225124", 1, 0, 15), + (129828, "225124", 1, 0, 15), + (129829, "225124", 1, 0, 15), + (129830, "225124", 1, 0, 15), + (129831, "225124", 1, 0, 15), + (129832, "225121", 1, 0, 15), + (129833, "225121", 1, 0, 15), + (129834, "225121", 1, 0, 15), + (129835, "225121", 1, 0, 15), + (129836, "225121", 1, 0, 15), + (129837, "225121", 1, 0, 15), + (129838, "225121", 1, 0, 15), + (129839, "225121", 1, 0, 15), + (129840, "225121", 1, 0, 15), + (129841, "225203", 1, 0, 15), + (129842, "225203", 1, 0, 15), + (129843, "225206", 1, 0, 15), + (129844, "225206", 1, 0, 15), + (129845, "225412", 1, 0, 15), + (129846, "225412", 1, 0, 15), + (129847, "225412", 1, 0, 15), + (129848, "225412", 1, 0, 15), + (129849, "225412", 1, 0, 15), + (129850, "225412", 1, 0, 15), + (129851, "225412", 1, 0, 15), + (129852, "225412", 1, 0, 15), + (129853, "225412", 1, 0, 15), + (129854, "225412", 1, 0, 15), + (129855, "225412", 1, 0, 15), + (129856, "225412", 1, 0, 15), + (129857, "225412", 1, 0, 15), + (129858, "225122", 1, 0, 15), + (129859, "225122", 1, 0, 15), + (129860, "225122", 1, 0, 15), + (129861, "225122", 1, 0, 15), + (129862, "225122", 1, 0, 15), + (129863, "225122", 1, 0, 15), + (129864, "225122", 1, 0, 15), + (129865, "225413", 1, 0, 15), + (129866, "225413", 1, 0, 15), + (129867, "225413", 1, 0, 15), + (129868, "225413", 1, 0, 15), + (129869, "225415", 1, 0, 15), + (129870, "225205", 1, 0, 15), + (129871, "225205", 1, 0, 15), + (129872, "225205", 1, 0, 15), + (129873, "225205", 1, 0, 15), + (129874, "225205", 1, 0, 15), + (129875, "225409", 1, 0, 15), + (129876, "225409", 1, 0, 15), + (129877, "225409", 1, 0, 15), + (129878, "225409", 1, 0, 15), + (129879, "225409", 1, 0, 15), + (129880, "225409", 1, 0, 15), + (129881, "225409", 1, 0, 15), + (129882, "225409", 1, 0, 15), + (129883, "225409", 1, 0, 15), + (129884, "225409", 1, 0, 15), + (129885, "225409", 1, 0, 15), + (129886, "225409", 1, 0, 15), + (129887, "225409", 1, 0, 15), + (129888, "225409", 1, 0, 15), + (129889, "225206", 1, 0, 15), + (129890, "225206", 1, 0, 15), + (129891, "225206", 1, 0, 15), + (129892, "225206", 1, 0, 15), + (129893, "225206", 1, 0, 15), + (129894, "225206", 1, 0, 15), + (129895, "225206", 1, 0, 15), + (129896, "225305", 1, 0, 15), + (129897, "225305", 1, 0, 15), + (129898, "225305", 1, 0, 15), + (129899, "225305", 1, 0, 15), + (129900, "225305", 1, 0, 15), + (129901, "225305", 1, 0, 15), + (129902, "225305", 1, 0, 15), + (129903, "225305", 1, 0, 15), + (129904, "225305", 1, 0, 15), + (129905, "225305", 1, 0, 15), + (129906, "225305", 1, 0, 15), + (129907, "225305", 1, 0, 15), + (129908, "225305", 1, 0, 15), + (129909, "225305", 1, 0, 15), + (129910, "225305", 1, 0, 15), + (129911, "225305", 1, 0, 15), + (129912, "225305", 1, 0, 15), + (129913, "225305", 1, 0, 15), + (129914, "225305", 1, 0, 15), + (129915, "225305", 1, 0, 15), + (129916, "225305", 1, 0, 15), + (129917, "225305", 1, 0, 15), + (129918, "225305", 1, 0, 15), + (129919, "225305", 1, 0, 15), + (129920, "225305", 1, 0, 15), + (129921, "225415", 1, 0, 15), + (129922, "225415", 1, 0, 15), + (129923, "225415", 1, 0, 15), + (129924, "225415", 1, 0, 15), + (129925, "225415", 1, 0, 15), + (129926, "225415", 1, 0, 15), + (129927, "225415", 1, 0, 15), + (129928, "225415", 1, 0, 15), + (129929, "225415", 1, 0, 15), + (129930, "225415", 1, 0, 15), + (129931, "225415", 1, 0, 15), + (129932, "225415", 1, 0, 15), + (129933, "225415", 1, 0, 15), + (129934, "225415", 1, 0, 15), + (129935, "225208", 1, 0, 15), + (129936, "225208", 1, 0, 15), + (129937, "225208", 1, 0, 15), + (129938, "225208", 1, 0, 15), + (129939, "225208", 1, 0, 15), + (129940, "225001", 1, 0, 15), + (129941, "225001", 1, 0, 15), + (129942, "225001", 1, 0, 15), + (129943, "225306", 1, 0, 15), + (129944, "225306", 1, 0, 15), + (129945, "225306", 1, 0, 15), + (129946, "225306", 1, 0, 15), + (129947, "225306", 1, 0, 15), + (129948, "225306", 1, 0, 15), + (129949, "225306", 1, 0, 15), + (129950, "225306", 1, 0, 15), + (129951, "225306", 1, 0, 15), + (129952, "225306", 1, 0, 15), + (129953, "225306", 1, 0, 15), + (129954, "225306", 1, 0, 15), + (129955, "225306", 1, 0, 15), + (129956, "225306", 1, 0, 15), + (129957, "225409", 1, 0, 15), + (129958, "225416", 1, 0, 15), + (129959, "225126", 1, 0, 15), + (129960, "225126", 1, 0, 15), + (129961, "225126", 1, 0, 15), + (129962, "225126", 1, 0, 15), + (129963, "225126", 1, 0, 15), + (129964, "225126", 1, 0, 15), + (129965, "225126", 1, 0, 15), + (129966, "225120", 1, 0, 15), + (129967, "225120", 1, 0, 15), + (129968, "225120", 1, 0, 15), + (129969, "225414", 1, 0, 15), + (129970, "225414", 1, 0, 15), + (129971, "225414", 1, 0, 15), + (129972, "225414", 1, 0, 15), + (129973, "225414", 1, 0, 15), + (129974, "225001", 1, 0, 15), + (129975, "225126", 1, 0, 15), + (129976, "225126", 1, 0, 15), + (129977, "225126", 1, 0, 15), + (129978, "225126", 1, 0, 15), + (129979, "225126", 1, 0, 15), + (129980, "225126", 1, 0, 15), + (129981, "225126", 1, 0, 15), + (129982, "225126", 1, 0, 15), + (129983, "225126", 1, 0, 15), + (129984, "225126", 1, 0, 15), + (129985, "225126", 1, 0, 15), + (129986, "225126", 1, 0, 15), + (129987, "225125", 1, 0, 15), + (129988, "225304", 1, 0, 15), + (129989, "225304", 1, 0, 15), + (129990, "225304", 1, 0, 15), + (129991, "225304", 1, 0, 15), + (129992, "225304", 1, 0, 15), + (129993, "225304", 1, 0, 15), + (129994, "225304", 1, 0, 15), + (129995, "225305", 1, 0, 15), + (129996, "225305", 1, 0, 15), + (129997, "225305", 1, 0, 15), + (129998, "225205", 1, 0, 15), + (129999, "225305", 1, 0, 15), + (130000, "225305", 1, 0, 15), + (130001, "225305", 1, 0, 15), + (130002, "262121", 1, 0, 15), + (130003, "262121", 1, 0, 15), + (130004, "262121", 1, 0, 15), + (130005, "262121", 1, 0, 15), + (130006, "262121", 1, 0, 15), + (130007, "262121", 1, 0, 15), + (130008, "262121", 1, 0, 15), + (130009, "262121", 1, 0, 15), + (130010, "262121", 1, 0, 15), + (130011, "243301", 1, 0, 15), + (130012, "243301", 1, 0, 15), + (130013, "243301", 1, 0, 15), + (130014, "243301", 1, 0, 15), + (130015, "243301", 1, 0, 15), + (130016, "243301", 1, 0, 15), + (130017, "243301", 1, 0, 15), + (130018, "243301", 1, 0, 15), + (130019, "243301", 1, 0, 15), + (130020, "243301", 1, 0, 15), + (130021, "243301", 1, 0, 15), + (130022, "243301", 1, 0, 15), + (130023, "243301", 1, 0, 15), + (130024, "243201", 1, 0, 15), + (130025, "243201", 1, 0, 15), + (130026, "243201", 1, 0, 15), + (130027, "243201", 1, 0, 15), + (130028, "243201", 1, 0, 15), + (130029, "243201", 1, 0, 15), + (130030, "243201", 1, 0, 15), + (130031, "243201", 1, 0, 15), + (130032, "243201", 1, 0, 15), + (130033, "243201", 1, 0, 15), + (130034, "243201", 1, 0, 15), + (130035, "243201", 1, 0, 15), + (130036, "243201", 1, 0, 15), + (130037, "243201", 1, 0, 15), + (130038, "243201", 1, 0, 15), + (130039, "243201", 1, 0, 15), + (130040, "262203", 1, 0, 15), + (130041, "262201", 1, 0, 15), + (130042, "243302", 1, 0, 15), + (130043, "243503", 1, 0, 15), + (130044, "262305", 1, 0, 15), + (130045, "262001", 1, 0, 15), + (130046, "262001", 1, 0, 15), + (130047, "262001", 1, 0, 15), + (130048, "262001", 1, 0, 15), + (130049, "262001", 1, 0, 15), + (130050, "262001", 1, 0, 15), + (130051, "262001", 1, 0, 15), + (130052, "262001", 1, 0, 15), + (130053, "262001", 1, 0, 15), + (130054, "262001", 1, 0, 15), + (130055, "243123", 1, 0, 15), + (130056, "243123", 1, 0, 15), + (130057, "243123", 1, 0, 15), + (130058, "243123", 1, 0, 15), + (130059, "243123", 1, 0, 15), + (130060, "243123", 1, 0, 15), + (130061, "243123", 1, 0, 15), + (130062, "243123", 1, 0, 15), + (130063, "243123", 1, 0, 15), + (130064, "243123", 1, 0, 15), + (130065, "262122", 1, 0, 15), + (130066, "262122", 1, 0, 15), + (130067, "262122", 1, 0, 15), + (130068, "262122", 1, 0, 15), + (130069, "262122", 1, 0, 15), + (130070, "262122", 1, 0, 15), + (130071, "262122", 1, 0, 15), + (130072, "262122", 1, 0, 15), + (130073, "262122", 1, 0, 15), + (130074, "262203", 1, 0, 15), + (130075, "262203", 1, 0, 15), + (130076, "262203", 1, 0, 15), + (130077, "262203", 1, 0, 15), + (130078, "262203", 1, 0, 15), + (130079, "262202", 1, 0, 15), + (130080, "262202", 1, 0, 15), + (130081, "262202", 1, 0, 15), + (130082, "262202", 1, 0, 15), + (130083, "262202", 1, 0, 15), + (130084, "262202", 1, 0, 15), + (130085, "262202", 1, 0, 15), + (130086, "262202", 1, 0, 15), + (130087, "262201", 1, 0, 15), + (130088, "262201", 1, 0, 15), + (130089, "262201", 1, 0, 15), + (130090, "262201", 1, 0, 15), + (130091, "262201", 1, 0, 15), + (130092, "262201", 1, 0, 15), + (130093, "262201", 1, 0, 15), + (130094, "262201", 1, 0, 15), + (130095, "262201", 1, 0, 15), + (130096, "262201", 1, 0, 15), + (130097, "262201", 1, 0, 15), + (130098, "262201", 1, 0, 15), + (130099, "262201", 1, 0, 15), + (130100, "262201", 1, 0, 15), + (130101, "262201", 1, 0, 15), + (130102, "262201", 1, 0, 15), + (130103, "262201", 1, 0, 15), + (130104, "262201", 1, 0, 15), + (130105, "262201", 1, 0, 15), + (130106, "262201", 1, 0, 15), + (130107, "262201", 1, 0, 15), + (130108, "262201", 1, 0, 15), + (130109, "262201", 1, 0, 15), + (130110, "243302", 1, 0, 15), + (130111, "243302", 1, 0, 15), + (130112, "243302", 1, 0, 15), + (130113, "243302", 1, 0, 15), + (130114, "243502", 1, 0, 15), + (130115, "243502", 1, 0, 15), + (130116, "243502", 1, 0, 15), + (130117, "243502", 1, 0, 15), + (130118, "243502", 1, 0, 15), + (130119, "243502", 1, 0, 15), + (130120, "243502", 1, 0, 15), + (130121, "243502", 1, 0, 15), + (130122, "243502", 1, 0, 15), + (130123, "243502", 1, 0, 15), + (130124, "243502", 1, 0, 15), + (130125, "243203", 1, 0, 15), + (130126, "243203", 1, 0, 15), + (130127, "243203", 1, 0, 15), + (130128, "243203", 1, 0, 15), + (130129, "243203", 1, 0, 15), + (130130, "243203", 1, 0, 15), + (130131, "243203", 1, 0, 15), + (130132, "243203", 1, 0, 15), + (130133, "243503", 1, 0, 15), + (130134, "243503", 1, 0, 15), + (130135, "243503", 1, 0, 15), + (130136, "243503", 1, 0, 15), + (130137, "243503", 1, 0, 15), + (130138, "243503", 1, 0, 15), + (130139, "243503", 1, 0, 15), + (130140, "243503", 1, 0, 15), + (130141, "243503", 1, 0, 15), + (130142, "243503", 1, 0, 15), + (130143, "243503", 1, 0, 15), + (130144, "243503", 1, 0, 15), + (130145, "243503", 1, 0, 15), + (130146, "262305", 1, 0, 15), + (130147, "262406", 1, 0, 15), + (130148, "262406", 1, 0, 15), + (130149, "262406", 1, 0, 15), + (130150, "262406", 1, 0, 15), + (130151, "262406", 1, 0, 15), + (130152, "262406", 1, 0, 15), + (130153, "262406", 1, 0, 15), + (130154, "262406", 1, 0, 15), + (130155, "262406", 1, 0, 15), + (130156, "262406", 1, 0, 15), + (130157, "262406", 1, 0, 15), + (130158, "262406", 1, 0, 15), + (130159, "262406", 1, 0, 15), + (130160, "262406", 1, 0, 15), + (130161, "262406", 1, 0, 15), + (130162, "262406", 1, 0, 15), + (130163, "262406", 1, 0, 15), + (130164, "262406", 1, 0, 15), + (130165, "262001", 1, 0, 15), + (130166, "262001", 1, 0, 15), + (130167, "262001", 1, 0, 15), + (130168, "262001", 1, 0, 15), + (130169, "262001", 1, 0, 15), + (130170, "262001", 1, 0, 15), + (130171, "262001", 1, 0, 15), + (130172, "262001", 1, 0, 15), + (130173, "262001", 1, 0, 15), + (130174, "262122", 1, 0, 15), + (130175, "262001", 1, 0, 15), + (130176, "262001", 1, 0, 15), + (130177, "262001", 1, 0, 15), + (130178, "262001", 1, 0, 15), + (130179, "262001", 1, 0, 15), + (130180, "262001", 1, 0, 15), + (130181, "262001", 1, 0, 15), + (130182, "262122", 1, 0, 15), + (130183, "243201", 1, 0, 15), + (130184, "243201", 1, 0, 15), + (130185, "243201", 1, 0, 15), + (130186, "243201", 1, 0, 15), + (130187, "243402", 1, 0, 15), + (130188, "243402", 1, 0, 15), + (130189, "243402", 1, 0, 15), + (130190, "243402", 1, 0, 15), + (130191, "243402", 1, 0, 15), + (130192, "243402", 1, 0, 15), + (130193, "243402", 1, 0, 15), + (130194, "243402", 1, 0, 15), + (130195, "243402", 1, 0, 15), + (130196, "243004", 1, 0, 15), + (130197, "243004", 1, 0, 15), + (130198, "243004", 1, 0, 15), + (130199, "243004", 1, 0, 15), + (130200, "243004", 1, 0, 15), + (130201, "243004", 1, 0, 15), + (130202, "243004", 1, 0, 15), + (130203, "243004", 1, 0, 15), + (130204, "243004", 1, 0, 15), + (130205, "262203", 1, 0, 15), + (130206, "262203", 1, 0, 15), + (130207, "262203", 1, 0, 15), + (130208, "262203", 1, 0, 15), + (130209, "262203", 1, 0, 15), + (130210, "262203", 1, 0, 15), + (130211, "262203", 1, 0, 15), + (130212, "262203", 1, 0, 15), + (130213, "262203", 1, 0, 15), + (130214, "262203", 1, 0, 15), + (130215, "262203", 1, 0, 15), + (130216, "262203", 1, 0, 15), + (130217, "262203", 1, 0, 15), + (130218, "262201", 1, 0, 15), + (130219, "262201", 1, 0, 15), + (130220, "262201", 1, 0, 15), + (130221, "262201", 1, 0, 15), + (130222, "262201", 1, 0, 15), + (130223, "243401", 1, 0, 15), + (130224, "243401", 1, 0, 15), + (130225, "243401", 1, 0, 15), + (130226, "243401", 1, 0, 15), + (130227, "243401", 1, 0, 15), + (130228, "243401", 1, 0, 15), + (130229, "243202", 1, 0, 15), + (130230, "243202", 1, 0, 15), + (130231, "243202", 1, 0, 15), + (130232, "243202", 1, 0, 15), + (130233, "243202", 1, 0, 15), + (130234, "243202", 1, 0, 15), + (130235, "243202", 1, 0, 15), + (130236, "243202", 1, 0, 15), + (130237, "243501", 1, 0, 15), + (130238, "243501", 1, 0, 15), + (130239, "243501", 1, 0, 15), + (130240, "243501", 1, 0, 15), + (130241, "243501", 1, 0, 15), + (130242, "243501", 1, 0, 15), + (130243, "243501", 1, 0, 15), + (130244, "243302", 1, 0, 15), + (130245, "243302", 1, 0, 15), + (130246, "243302", 1, 0, 15), + (130247, "243302", 1, 0, 15), + (130248, "243302", 1, 0, 15), + (130249, "243302", 1, 0, 15), + (130250, "243302", 1, 0, 15), + (130251, "243302", 1, 0, 15), + (130252, "243302", 1, 0, 15), + (130253, "243302", 1, 0, 15), + (130254, "243302", 1, 0, 15), + (130255, "243503", 1, 0, 15), + (130256, "243503", 1, 0, 15), + (130257, "243503", 1, 0, 15), + (130258, "243503", 1, 0, 15), + (130259, "243503", 1, 0, 15), + (130260, "243503", 1, 0, 15), + (130261, "243503", 1, 0, 15), + (130262, "243503", 1, 0, 15), + (130263, "243506", 1, 0, 15), + (130264, "243506", 1, 0, 15), + (130265, "243506", 1, 0, 15), + (130266, "243506", 1, 0, 15), + (130267, "243506", 1, 0, 15), + (130268, "243506", 1, 0, 15), + (130269, "243506", 1, 0, 15), + (130270, "243403", 1, 0, 15), + (130271, "243002", 1, 0, 15), + (130272, "243122", 1, 0, 15), + (130273, "243002", 1, 0, 15), + (130274, "243002", 1, 0, 15), + (130275, "243122", 1, 0, 15), + (130276, "262124", 1, 0, 15), + (130277, "262124", 1, 0, 15), + (130278, "262124", 1, 0, 15), + (130279, "262302", 1, 0, 15), + (130280, "262302", 1, 0, 15), + (130281, "243504", 1, 0, 15), + (130282, "243504", 1, 0, 15), + (130283, "243504", 1, 0, 15), + (130284, "243504", 1, 0, 15), + (130285, "243504", 1, 0, 15), + (130286, "243504", 1, 0, 15), + (130287, "243504", 1, 0, 15), + (130288, "243504", 1, 0, 15), + (130289, "243504", 1, 0, 15), + (130290, "243504", 1, 0, 15), + (130291, "262122", 1, 0, 15), + (130292, "262122", 1, 0, 15), + (130293, "262122", 1, 0, 15), + (130294, "262122", 1, 0, 15), + (130295, "262122", 1, 0, 15), + (130296, "262122", 1, 0, 15), + (130297, "262122", 1, 0, 15), + (130298, "262122", 1, 0, 15), + (130299, "262122", 1, 0, 15), + (130300, "262122", 1, 0, 15), + (130301, "262122", 1, 0, 15), + (130302, "262122", 1, 0, 15), + (130303, "262122", 1, 0, 15), + (130304, "262122", 1, 0, 15), + (130305, "262122", 1, 0, 15), + (130306, "243303", 1, 0, 15), + (130307, "243303", 1, 0, 15), + (130308, "243303", 1, 0, 15), + (130309, "243303", 1, 0, 15), + (130310, "243303", 1, 0, 15), + (130311, "243303", 1, 0, 15), + (130312, "243303", 1, 0, 15), + (130313, "243303", 1, 0, 15), + (130314, "243303", 1, 0, 15), + (130315, "243303", 1, 0, 15), + (130316, "243303", 1, 0, 15), + (130317, "243303", 1, 0, 15), + (130318, "243303", 1, 0, 15), + (130319, "243303", 1, 0, 15), + (130320, "243407", 1, 0, 15), + (130321, "243407", 1, 0, 15), + (130322, "243407", 1, 0, 15), + (130323, "243407", 1, 0, 15), + (130324, "243407", 1, 0, 15), + (130325, "243407", 1, 0, 15), + (130326, "243407", 1, 0, 15), + (130327, "243407", 1, 0, 15), + (130328, "243407", 1, 0, 15), + (130329, "243505", 1, 0, 15), + (130330, "243505", 1, 0, 15), + (130331, "243505", 1, 0, 15), + (130332, "243505", 1, 0, 15), + (130333, "243505", 1, 0, 15), + (130334, "243505", 1, 0, 15), + (130335, "243505", 1, 0, 15), + (130336, "243505", 1, 0, 15), + (130337, "243505", 1, 0, 15), + (130338, "243505", 1, 0, 15), + (130339, "243505", 1, 0, 15), + (130340, "243505", 1, 0, 15), + (130341, "243505", 1, 0, 15), + (130342, "243505", 1, 0, 15), + (130343, "243505", 1, 0, 15), + (130344, "243301", 1, 0, 15), + (130345, "243301", 1, 0, 15), + (130346, "243301", 1, 0, 15), + (130347, "272189", 1, 0, 15), + (130348, "272189", 1, 0, 15), + (130349, "272189", 1, 0, 15), + (130350, "272189", 1, 0, 15), + (130351, "272193", 1, 0, 15), + (130352, "272193", 1, 0, 15), + (130353, "272193", 1, 0, 15), + (130354, "272193", 1, 0, 15), + (130355, "272193", 1, 0, 15), + (130356, "272193", 1, 0, 15), + (130357, "272193", 1, 0, 15), + (130358, "272193", 1, 0, 15), + (130359, "272193", 1, 0, 15), + (130360, "272208", 1, 0, 15), + (130361, "272208", 1, 0, 15), + (130362, "272208", 1, 0, 15), + (130363, "272208", 1, 0, 15), + (130364, "272208", 1, 0, 15), + (130365, "272208", 1, 0, 15), + (130366, "272208", 1, 0, 15), + (130367, "272130", 1, 0, 15), + (130368, "272130", 1, 0, 15), + (130369, "272130", 1, 0, 15), + (130370, "272130", 1, 0, 15), + (130371, "272130", 1, 0, 15), + (130372, "272130", 1, 0, 15), + (130373, "272163", 1, 0, 15), + (130374, "272195", 1, 0, 15), + (130375, "272195", 1, 0, 15), + (130376, "272195", 1, 0, 15), + (130377, "272195", 1, 0, 15), + (130378, "272195", 1, 0, 15), + (130379, "272130", 1, 0, 15), + (130380, "272192", 1, 0, 15), + (130381, "272189", 1, 0, 15), + (130382, "272190", 1, 0, 15), + (130383, "272128", 1, 0, 15), + (130384, "272154", 1, 0, 15), + (130385, "272154", 1, 0, 15), + (130386, "272154", 1, 0, 15), + (130387, "272154", 1, 0, 15), + (130388, "272154", 1, 0, 15), + (130389, "272154", 1, 0, 15), + (130390, "272154", 1, 0, 15), + (130391, "272154", 1, 0, 15), + (130392, "272154", 1, 0, 15), + (130393, "272154", 1, 0, 15), + (130394, "272154", 1, 0, 15), + (130395, "272154", 1, 0, 15), + (130396, "272154", 1, 0, 15), + (130397, "272205", 1, 0, 15), + (130398, "272205", 1, 0, 15), + (130399, "272205", 1, 0, 15), + (130400, "272205", 1, 0, 15), + (130401, "272205", 1, 0, 15), + (130402, "272205", 1, 0, 15), + (130403, "272205", 1, 0, 15), + (130404, "272205", 1, 0, 15), + (130405, "272205", 1, 0, 15), + (130406, "272205", 1, 0, 15), + (130407, "272205", 1, 0, 15), + (130408, "272204", 1, 0, 15), + (130409, "272204", 1, 0, 15), + (130410, "272201", 1, 0, 15), + (130411, "272201", 1, 0, 15), + (130412, "272131", 1, 0, 15), + (130413, "272131", 1, 0, 15), + (130414, "272131", 1, 0, 15), + (130415, "272131", 1, 0, 15), + (130416, "272131", 1, 0, 15), + (130417, "272131", 1, 0, 15), + (130418, "272131", 1, 0, 15), + (130419, "272131", 1, 0, 15), + (130420, "272131", 1, 0, 15), + (130421, "272131", 1, 0, 15), + (130422, "272301", 1, 0, 15), + (130423, "272301", 1, 0, 15), + (130424, "272131", 1, 0, 15), + (130425, "272131", 1, 0, 15), + (130426, "272131", 1, 0, 15), + (130427, "272131", 1, 0, 15), + (130428, "272131", 1, 0, 15), + (130429, "272131", 1, 0, 15), + (130430, "272131", 1, 0, 15), + (130431, "272131", 1, 0, 15), + (130432, "272131", 1, 0, 15), + (130433, "272161", 1, 0, 15), + (130434, "272161", 1, 0, 15), + (130435, "272301", 1, 0, 15), + (130436, "272301", 1, 0, 15), + (130437, "272301", 1, 0, 15), + (130438, "272301", 1, 0, 15), + (130439, "272301", 1, 0, 15), + (130440, "272301", 1, 0, 15), + (130441, "272301", 1, 0, 15), + (130442, "272301", 1, 0, 15), + (130443, "272191", 1, 0, 15), + (130444, "272191", 1, 0, 15), + (130445, "272191", 1, 0, 15), + (130446, "272191", 1, 0, 15), + (130447, "272189", 1, 0, 15), + (130448, "272002", 1, 0, 15), + (130449, "272002", 1, 0, 15), + (130450, "272002", 1, 0, 15), + (130451, "272002", 1, 0, 15), + (130452, "272002", 1, 0, 15), + (130453, "272002", 1, 0, 15), + (130454, "272002", 1, 0, 15), + (130455, "272002", 1, 0, 15), + (130456, "272002", 1, 0, 15), + (130457, "272002", 1, 0, 15), + (130458, "272002", 1, 0, 15), + (130459, "272002", 1, 0, 15), + (130460, "272002", 1, 0, 15), + (130461, "272002", 1, 0, 15), + (130462, "272002", 1, 0, 15), + (130463, "272002", 1, 0, 15), + (130464, "272002", 1, 0, 15), + (130465, "272002", 1, 0, 15), + (130466, "272002", 1, 0, 15), + (130467, "272002", 1, 0, 15), + (130468, "272301", 1, 0, 15), + (130469, "272301", 1, 0, 15), + (130470, "272301", 1, 0, 15), + (130471, "272301", 1, 0, 15), + (130472, "272301", 1, 0, 15), + (130473, "272301", 1, 0, 15), + (130474, "272301", 1, 0, 15), + (130475, "272301", 1, 0, 15), + (130476, "272190", 1, 0, 15), + (130477, "272190", 1, 0, 15), + (130478, "272190", 1, 0, 15), + (130479, "272190", 1, 0, 15), + (130480, "272190", 1, 0, 15), + (130481, "272128", 1, 0, 15), + (130482, "272128", 1, 0, 15), + (130483, "272128", 1, 0, 15), + (130484, "272128", 1, 0, 15), + (130485, "272128", 1, 0, 15), + (130486, "272128", 1, 0, 15), + (130487, "272127", 1, 0, 15), + (130488, "272127", 1, 0, 15), + (130489, "272127", 1, 0, 15), + (130490, "272127", 1, 0, 15), + (130491, "272204", 1, 0, 15), + (130492, "272204", 1, 0, 15), + (130493, "272204", 1, 0, 15), + (130494, "272206", 1, 0, 15), + (130495, "272206", 1, 0, 15), + (130496, "272206", 1, 0, 15), + (130497, "272206", 1, 0, 15), + (130498, "272206", 1, 0, 15), + (130499, "272206", 1, 0, 15), + (130500, "272206", 1, 0, 15), + (130501, "272206", 1, 0, 15), + (130502, "272206", 1, 0, 15), + (130503, "272206", 1, 0, 15), + (130504, "272206", 1, 0, 15), + (130505, "272206", 1, 0, 15), + (130506, "272206", 1, 0, 15), + (130507, "272206", 1, 0, 15), + (130508, "272153", 1, 0, 15), + (130509, "272208", 1, 0, 15), + (130510, "272208", 1, 0, 15), + (130511, "272208", 1, 0, 15), + (130512, "272208", 1, 0, 15), + (130513, "272201", 1, 0, 15), + (130514, "272195", 1, 0, 15), + (130515, "272195", 1, 0, 15), + (130516, "272191", 1, 0, 15), + (130517, "272191", 1, 0, 15), + (130518, "272191", 1, 0, 15), + (130519, "272163", 1, 0, 15), + (130520, "272163", 1, 0, 15), + (130521, "272161", 1, 0, 15), + (130522, "272163", 1, 0, 15), + (130523, "272163", 1, 0, 15), + (130524, "272163", 1, 0, 15), + (130525, "272163", 1, 0, 15), + (130526, "272163", 1, 0, 15), + (130527, "272163", 1, 0, 15), + (130528, "272163", 1, 0, 15), + (130529, "272129", 1, 0, 15), + (130530, "272129", 1, 0, 15), + (130531, "272129", 1, 0, 15), + (130532, "272129", 1, 0, 15), + (130533, "272129", 1, 0, 15), + (130534, "272129", 1, 0, 15), + (130535, "272130", 1, 0, 15), + (130536, "272130", 1, 0, 15), + (130537, "272130", 1, 0, 15), + (130538, "272130", 1, 0, 15), + (130539, "272194", 1, 0, 15), + (130540, "272194", 1, 0, 15), + (130541, "272194", 1, 0, 15), + (130542, "272194", 1, 0, 15), + (130543, "272194", 1, 0, 15), + (130544, "272194", 1, 0, 15), + (130545, "272194", 1, 0, 15), + (130546, "272194", 1, 0, 15), + (130547, "272194", 1, 0, 15), + (130548, "272192", 1, 0, 15), + (130549, "272192", 1, 0, 15), + (130550, "272192", 1, 0, 15), + (130551, "272192", 1, 0, 15), + (130552, "272192", 1, 0, 15), + (130553, "272192", 1, 0, 15), + (130554, "272192", 1, 0, 15), + (130555, "272192", 1, 0, 15), + (130556, "272192", 1, 0, 15), + (130557, "272192", 1, 0, 15), + (130558, "272192", 1, 0, 15), + (130559, "272192", 1, 0, 15), + (130560, "272192", 1, 0, 15), + (130561, "272192", 1, 0, 15), + (130562, "272192", 1, 0, 15), + (130563, "272192", 1, 0, 15), + (130564, "272192", 1, 0, 15), + (130565, "272192", 1, 0, 15), + (130566, "272192", 1, 0, 15), + (130567, "272192", 1, 0, 15), + (130568, "272192", 1, 0, 15), + (130569, "272189", 1, 0, 15), + (130570, "272189", 1, 0, 15), + (130571, "272189", 1, 0, 15), + (130572, "272189", 1, 0, 15), + (130573, "272189", 1, 0, 15), + (130574, "272189", 1, 0, 15), + (130575, "272189", 1, 0, 15), + (130576, "272189", 1, 0, 15), + (130577, "272189", 1, 0, 15), + (130578, "272189", 1, 0, 15), + (130579, "272189", 1, 0, 15), + (130580, "272190", 1, 0, 15), + (130581, "272190", 1, 0, 15), + (130582, "272190", 1, 0, 15), + (130583, "272190", 1, 0, 15), + (130584, "272190", 1, 0, 15), + (130585, "272124", 1, 0, 15), + (130586, "272124", 1, 0, 15), + (130587, "272124", 1, 0, 15), + (130588, "272124", 1, 0, 15), + (130589, "272124", 1, 0, 15), + (130590, "272124", 1, 0, 15), + (130591, "272124", 1, 0, 15), + (130592, "272172", 1, 0, 15), + (130593, "272172", 1, 0, 15), + (130594, "272172", 1, 0, 15), + (130595, "272172", 1, 0, 15), + (130596, "272181", 1, 0, 15), + (130597, "272181", 1, 0, 15), + (130598, "272181", 1, 0, 15), + (130599, "272181", 1, 0, 15), + (130600, "272181", 1, 0, 15), + (130601, "272181", 1, 0, 15), + (130602, "272181", 1, 0, 15), + (130603, "272181", 1, 0, 15), + (130604, "272155", 1, 0, 15), + (130605, "272155", 1, 0, 15), + (130606, "272155", 1, 0, 15), + (130607, "272155", 1, 0, 15), + (130608, "272155", 1, 0, 15), + (130609, "272155", 1, 0, 15), + (130610, "272155", 1, 0, 15), + (130611, "272155", 1, 0, 15), + (130612, "272155", 1, 0, 15), + (130613, "272155", 1, 0, 15), + (130614, "272207", 1, 0, 15), + (130615, "272207", 1, 0, 15), + (130616, "272207", 1, 0, 15), + (130617, "272202", 1, 0, 15), + (130618, "272202", 1, 0, 15), + (130619, "272202", 1, 0, 15), + (130620, "272202", 1, 0, 15), + (130621, "272202", 1, 0, 15), + (130622, "272202", 1, 0, 15), + (130623, "272202", 1, 0, 15), + (130624, "272202", 1, 0, 15), + (130625, "272302", 1, 0, 15), + (130626, "272302", 1, 0, 15), + (130627, "272302", 1, 0, 15), + (130628, "272302", 1, 0, 15), + (130629, "272302", 1, 0, 15), + (130630, "272302", 1, 0, 15), + (130631, "272302", 1, 0, 15), + (130632, "272302", 1, 0, 15), + (130633, "272302", 1, 0, 15), + (130634, "272302", 1, 0, 15), + (130635, "272302", 1, 0, 15), + (130636, "272302", 1, 0, 15), + (130637, "272302", 1, 0, 15), + (130638, "272125", 1, 0, 15), + (130639, "272125", 1, 0, 15), + (130640, "272125", 1, 0, 15), + (130641, "272125", 1, 0, 15), + (130642, "272125", 1, 0, 15), + (130643, "272125", 1, 0, 15), + (130644, "272125", 1, 0, 15), + (130645, "272125", 1, 0, 15), + (130646, "272125", 1, 0, 15), + (130647, "272125", 1, 0, 15), + (130648, "272125", 1, 0, 15), + (130649, "272126", 1, 0, 15), + (130650, "272126", 1, 0, 15), + (130651, "272126", 1, 0, 15), + (130652, "272126", 1, 0, 15), + (130653, "272126", 1, 0, 15), + (130654, "272126", 1, 0, 15), + (130655, "272126", 1, 0, 15), + (130656, "272126", 1, 0, 15), + (130657, "272126", 1, 0, 15), + (130658, "272126", 1, 0, 15), + (130659, "272126", 1, 0, 15), + (130660, "272002", 1, 0, 15), + (130661, "272153", 1, 0, 15), + (130662, "272153", 1, 0, 15), + (130663, "272153", 1, 0, 15), + (130664, "272153", 1, 0, 15), + (130665, "272153", 1, 0, 15), + (130666, "272153", 1, 0, 15), + (130667, "272153", 1, 0, 15), + (130668, "272153", 1, 0, 15), + (130669, "272163", 1, 0, 15), + (130670, "272163", 1, 0, 15), + (130671, "272175", 1, 0, 15), + (130672, "272175", 1, 0, 15), + (130673, "272124", 1, 0, 15), + (130674, "272175", 1, 0, 15), + (130675, "272175", 1, 0, 15), + (130676, "272175", 1, 0, 15), + (130677, "272148", 1, 0, 15), + (130678, "272173", 1, 0, 15), + (130679, "272173", 1, 0, 15), + (130680, "272162", 1, 0, 15), + (130681, "272162", 1, 0, 15), + (130682, "272162", 1, 0, 15), + (130683, "272162", 1, 0, 15), + (130684, "272162", 1, 0, 15), + (130685, "272162", 1, 0, 15), + (130686, "272162", 1, 0, 15), + (130687, "272162", 1, 0, 15), + (130688, "272162", 1, 0, 15), + (130689, "272162", 1, 0, 15), + (130690, "272162", 1, 0, 15), + (130691, "272162", 1, 0, 15), + (130692, "272162", 1, 0, 15), + (130693, "272162", 1, 0, 15), + (130694, "272162", 1, 0, 15), + (130695, "272162", 1, 0, 15), + (130696, "272178", 1, 0, 15), + (130697, "272178", 1, 0, 15), + (130698, "272178", 1, 0, 15), + (130699, "272178", 1, 0, 15), + (130700, "272178", 1, 0, 15), + (130701, "272178", 1, 0, 15), + (130702, "272178", 1, 0, 15), + (130703, "272178", 1, 0, 15), + (130704, "272178", 1, 0, 15), + (130705, "272178", 1, 0, 15), + (130706, "272178", 1, 0, 15), + (130707, "272178", 1, 0, 15), + (130708, "272178", 1, 0, 15), + (130709, "272178", 1, 0, 15), + (130710, "272178", 1, 0, 15), + (130711, "272178", 1, 0, 15), + (130712, "272178", 1, 0, 15), + (130713, "272178", 1, 0, 15), + (130714, "272178", 1, 0, 15), + (130715, "272178", 1, 0, 15), + (130716, "272178", 1, 0, 15), + (130717, "272178", 1, 0, 15), + (130718, "272175", 1, 0, 15), + (130719, "272175", 1, 0, 15), + (130720, "272175", 1, 0, 15), + (130721, "272164", 1, 0, 15), + (130722, "272164", 1, 0, 15), + (130723, "272164", 1, 0, 15), + (130724, "272164", 1, 0, 15), + (130725, "272164", 1, 0, 15), + (130726, "272164", 1, 0, 15), + (130727, "272164", 1, 0, 15), + (130728, "272164", 1, 0, 15), + (130729, "272164", 1, 0, 15), + (130730, "272164", 1, 0, 15), + (130731, "272164", 1, 0, 15), + (130732, "272164", 1, 0, 15), + (130733, "272151", 1, 0, 15), + (130734, "272151", 1, 0, 15), + (130735, "272151", 1, 0, 15), + (130736, "272151", 1, 0, 15), + (130737, "272151", 1, 0, 15), + (130738, "272151", 1, 0, 15), + (130739, "272151", 1, 0, 15), + (130740, "272151", 1, 0, 15), + (130741, "272151", 1, 0, 15), + (130742, "272151", 1, 0, 15), + (130743, "272151", 1, 0, 15), + (130744, "272151", 1, 0, 15), + (130745, "272151", 1, 0, 15), + (130746, "272153", 1, 0, 15), + (130747, "272153", 1, 0, 15), + (130748, "272153", 1, 0, 15), + (130749, "272153", 1, 0, 15), + (130750, "272153", 1, 0, 15), + (130751, "272153", 1, 0, 15), + (130752, "272153", 1, 0, 15), + (130753, "272153", 1, 0, 15), + (130754, "272148", 1, 0, 15), + (130755, "272148", 1, 0, 15), + (130756, "272148", 1, 0, 15), + (130757, "272148", 1, 0, 15), + (130758, "272148", 1, 0, 15), + (130759, "272148", 1, 0, 15), + (130760, "272148", 1, 0, 15), + (130761, "272148", 1, 0, 15), + (130762, "272148", 1, 0, 15), + (130763, "272148", 1, 0, 15), + (130764, "272270", 1, 0, 15), + (130765, "272270", 1, 0, 15), + (130766, "272270", 1, 0, 15), + (130767, "272270", 1, 0, 15), + (130768, "272270", 1, 0, 15), + (130769, "272270", 1, 0, 15), + (130770, "272270", 1, 0, 15), + (130771, "272150", 1, 0, 15), + (130772, "272150", 1, 0, 15), + (130773, "272150", 1, 0, 15), + (130774, "272150", 1, 0, 15), + (130775, "272150", 1, 0, 15), + (130776, "272150", 1, 0, 15), + (130777, "272150", 1, 0, 15), + (130778, "272199", 1, 0, 15), + (130779, "272199", 1, 0, 15), + (130780, "272199", 1, 0, 15), + (130781, "272199", 1, 0, 15), + (130782, "272199", 1, 0, 15), + (130783, "272199", 1, 0, 15), + (130784, "272199", 1, 0, 15), + (130785, "272199", 1, 0, 15), + (130786, "272199", 1, 0, 15), + (130787, "272199", 1, 0, 15), + (130788, "272199", 1, 0, 15), + (130789, "272152", 1, 0, 15), + (130790, "272152", 1, 0, 15), + (130791, "272152", 1, 0, 15), + (130792, "272152", 1, 0, 15), + (130793, "272152", 1, 0, 15), + (130794, "272152", 1, 0, 15), + (130795, "272152", 1, 0, 15), + (130796, "272152", 1, 0, 15), + (130797, "272152", 1, 0, 15), + (130798, "272152", 1, 0, 15), + (130799, "272152", 1, 0, 15), + (130800, "272152", 1, 0, 15), + (130801, "272152", 1, 0, 15), + (130802, "272152", 1, 0, 15), + (130803, "272152", 1, 0, 15), + (130804, "272152", 1, 0, 15), + (130805, "272152", 1, 0, 15), + (130806, "272152", 1, 0, 15), + (130807, "272152", 1, 0, 15), + (130808, "272152", 1, 0, 15), + (130809, "272152", 1, 0, 15), + (130810, "272271", 1, 0, 15), + (130811, "272271", 1, 0, 15), + (130812, "272271", 1, 0, 15), + (130813, "272271", 1, 0, 15), + (130814, "272271", 1, 0, 15), + (130815, "272271", 1, 0, 15), + (130816, "272271", 1, 0, 15), + (130817, "272271", 1, 0, 15), + (130818, "272271", 1, 0, 15), + (130819, "272271", 1, 0, 15), + (130820, "272125", 1, 0, 15), + (130821, "272125", 1, 0, 15), + (130822, "272002", 1, 0, 15), + (130823, "272002", 1, 0, 15), + (130824, "272002", 1, 0, 15), + (130825, "272002", 1, 0, 15), + (130826, "272002", 1, 0, 15), + (130827, "272002", 1, 0, 15), + (130828, "272002", 1, 0, 15), + (130829, "272002", 1, 0, 15), + (130830, "272002", 1, 0, 15), + (130831, "272123", 1, 0, 15), + (130832, "272123", 1, 0, 15), + (130833, "272123", 1, 0, 15), + (130834, "272123", 1, 0, 15), + (130835, "272123", 1, 0, 15), + (130836, "272171", 1, 0, 15), + (130837, "272171", 1, 0, 15), + (130838, "272171", 1, 0, 15), + (130839, "272177", 1, 0, 15), + (130840, "272177", 1, 0, 15), + (130841, "272177", 1, 0, 15), + (130842, "272177", 1, 0, 15), + (130843, "272124", 1, 0, 15), + (130844, "272127", 1, 0, 15), + (130845, "272127", 1, 0, 15), + (130846, "272127", 1, 0, 15), + (130847, "272127", 1, 0, 15), + (130848, "272127", 1, 0, 15), + (130849, "272127", 1, 0, 15), + (130850, "272163", 1, 0, 15), + (130851, "272163", 1, 0, 15), + (130852, "272163", 1, 0, 15), + (130853, "272163", 1, 0, 15), + (130854, "272163", 1, 0, 15), + (130855, "272163", 1, 0, 15), + (130856, "272182", 1, 0, 15), + (130857, "272182", 1, 0, 15), + (130858, "272182", 1, 0, 15), + (130859, "272189", 1, 0, 15), + (130860, "272189", 1, 0, 15), + (130861, "272175", 1, 0, 15), + (130862, "272175", 1, 0, 15), + (130863, "272175", 1, 0, 15), + (130864, "272175", 1, 0, 15), + (130865, "272175", 1, 0, 15), + (130866, "272175", 1, 0, 15), + (130867, "272175", 1, 0, 15), + (130868, "272175", 1, 0, 15), + (130869, "272175", 1, 0, 15), + (130870, "272175", 1, 0, 15), + (130871, "272175", 1, 0, 15), + (130872, "272175", 1, 0, 15), + (130873, "272175", 1, 0, 15), + (130874, "272175", 1, 0, 15), + (130875, "272175", 1, 0, 15), + (130876, "272175", 1, 0, 15), + (130877, "272175", 1, 0, 15), + (130878, "272175", 1, 0, 15), + (130879, "272125", 1, 0, 15), + (130880, "272125", 1, 0, 15), + (130881, "272125", 1, 0, 15), + (130882, "272125", 1, 0, 15), + (130883, "272125", 1, 0, 15), + (130884, "272125", 1, 0, 15), + (130885, "272201", 1, 0, 15), + (130886, "272201", 1, 0, 15), + (130887, "272201", 1, 0, 15), + (130888, "272201", 1, 0, 15), + (130889, "272201", 1, 0, 15), + (130890, "272204", 1, 0, 15), + (130891, "272204", 1, 0, 15), + (130892, "272204", 1, 0, 15), + (130893, "272153", 1, 0, 15), + (130894, "272153", 1, 0, 15), + (130895, "272153", 1, 0, 15), + (130896, "272153", 1, 0, 15), + (130897, "272153", 1, 0, 15), + (130898, "272153", 1, 0, 15), + (130899, "272153", 1, 0, 15), + (130900, "272153", 1, 0, 15), + (130901, "272153", 1, 0, 15), + (130902, "272153", 1, 0, 15), + (130903, "272153", 1, 0, 15), + (130904, "272153", 1, 0, 15), + (130905, "272153", 1, 0, 15), + (130906, "272153", 1, 0, 15), + (130907, "272153", 1, 0, 15), + (130908, "272153", 1, 0, 15), + (130909, "272153", 1, 0, 15), + (130910, "272203", 1, 0, 15), + (130911, "272203", 1, 0, 15), + (130912, "272207", 1, 0, 15), + (130913, "272207", 1, 0, 15), + (130914, "272207", 1, 0, 15), + (130915, "272207", 1, 0, 15), + (130916, "272207", 1, 0, 15), + (130917, "272207", 1, 0, 15), + (130918, "272271", 1, 0, 15), + (130919, "272271", 1, 0, 15), + (130920, "272271", 1, 0, 15), + (130921, "272271", 1, 0, 15), + (130922, "272271", 1, 0, 15), + (130923, "272271", 1, 0, 15), + (130924, "272165", 1, 0, 15), + (130925, "272165", 1, 0, 15), + (130926, "272165", 1, 0, 15), + (130927, "272165", 1, 0, 15), + (130928, "272165", 1, 0, 15), + (130929, "272165", 1, 0, 15), + (130930, "272165", 1, 0, 15), + (130931, "272165", 1, 0, 15), + (130932, "272165", 1, 0, 15), + (130933, "272165", 1, 0, 15), + (130934, "272165", 1, 0, 15), + (130935, "272165", 1, 0, 15), + (130936, "272165", 1, 0, 15), + (130937, "272165", 1, 0, 15), + (130938, "272165", 1, 0, 15), + (130939, "272176", 1, 0, 15), + (130940, "272176", 1, 0, 15), + (130941, "272176", 1, 0, 15), + (130942, "272176", 1, 0, 15), + (130943, "272176", 1, 0, 15), + (130944, "272176", 1, 0, 15), + (130945, "272176", 1, 0, 15), + (130946, "272176", 1, 0, 15), + (130947, "272176", 1, 0, 15), + (130948, "272176", 1, 0, 15), + (130949, "272176", 1, 0, 15), + (130950, "272173", 1, 0, 15), + (130951, "272173", 1, 0, 15), + (130952, "246701", 1, 0, 15), + (130953, "246701", 1, 0, 15), + (130954, "246701", 1, 0, 15), + (130955, "246701", 1, 0, 15), + (130956, "246701", 1, 0, 15), + (130957, "246701", 1, 0, 15), + (130958, "246701", 1, 0, 15), + (130959, "246701", 1, 0, 15), + (130960, "246701", 1, 0, 15), + (130961, "246701", 1, 0, 15), + (130962, "246701", 1, 0, 15), + (130963, "246701", 1, 0, 15), + (130964, "246701", 1, 0, 15), + (130965, "246701", 1, 0, 15), + (130966, "246701", 1, 0, 15), + (130967, "246701", 1, 0, 15), + (130968, "246734", 1, 0, 15), + (130969, "246734", 1, 0, 15), + (130970, "246734", 1, 0, 15), + (130971, "246734", 1, 0, 15), + (130972, "246734", 1, 0, 15), + (130973, "246734", 1, 0, 15), + (130974, "246734", 1, 0, 15), + (130975, "246734", 1, 0, 15), + (130976, "246734", 1, 0, 15), + (130977, "246727", 1, 0, 15), + (130978, "246727", 1, 0, 15), + (130979, "246727", 1, 0, 15), + (130980, "246727", 1, 0, 15), + (130981, "246727", 1, 0, 15), + (130982, "246725", 1, 0, 15), + (130983, "246761", 1, 0, 15), + (130984, "246763", 1, 0, 15), + (130985, "246731", 1, 0, 15), + (130986, "246762", 1, 0, 15), + (130987, "246722", 1, 0, 15), + (130988, "246747", 1, 0, 15), + (130989, "246727", 1, 0, 15), + (130990, "246727", 1, 0, 15), + (130991, "246727", 1, 0, 15), + (130992, "246761", 1, 0, 15), + (130993, "246701", 1, 0, 15), + (130994, "246701", 1, 0, 15), + (130995, "246701", 1, 0, 15), + (130996, "246701", 1, 0, 15), + (130997, "246736", 1, 0, 15), + (130998, "246736", 1, 0, 15), + (130999, "246736", 1, 0, 15), + (131000, "246736", 1, 0, 15), + (131001, "246725", 1, 0, 15), + (131002, "246725", 1, 0, 15), + (131003, "246725", 1, 0, 15), + (131004, "246725", 1, 0, 15), + (131005, "246725", 1, 0, 15), + (131006, "246725", 1, 0, 15), + (131007, "246725", 1, 0, 15), + (131008, "246725", 1, 0, 15), + (131009, "246725", 1, 0, 15), + (131010, "246725", 1, 0, 15), + (131011, "246725", 1, 0, 15), + (131012, "246725", 1, 0, 15), + (131013, "246725", 1, 0, 15), + (131014, "246725", 1, 0, 15), + (131015, "246725", 1, 0, 15), + (131016, "246725", 1, 0, 15), + (131017, "246725", 1, 0, 15), + (131018, "246729", 1, 0, 15), + (131019, "246729", 1, 0, 15), + (131020, "246729", 1, 0, 15), + (131021, "246729", 1, 0, 15), + (131022, "246729", 1, 0, 15), + (131023, "246729", 1, 0, 15), + (131024, "246726", 1, 0, 15), + (131025, "246726", 1, 0, 15), + (131026, "246726", 1, 0, 15), + (131027, "246726", 1, 0, 15), + (131028, "246726", 1, 0, 15), + (131029, "246726", 1, 0, 15), + (131030, "246726", 1, 0, 15), + (131031, "246726", 1, 0, 15), + (131032, "246726", 1, 0, 15), + (131033, "246726", 1, 0, 15), + (131034, "246728", 1, 0, 15), + (131035, "246728", 1, 0, 15), + (131036, "246728", 1, 0, 15), + (131037, "246728", 1, 0, 15), + (131038, "246728", 1, 0, 15), + (131039, "246728", 1, 0, 15), + (131040, "246734", 1, 0, 15), + (131041, "246734", 1, 0, 15), + (131042, "246761", 1, 0, 15), + (131043, "246761", 1, 0, 15), + (131044, "246761", 1, 0, 15), + (131045, "246761", 1, 0, 15), + (131046, "246761", 1, 0, 15), + (131047, "246761", 1, 0, 15), + (131048, "246761", 1, 0, 15), + (131049, "246761", 1, 0, 15), + (131050, "246761", 1, 0, 15), + (131051, "246761", 1, 0, 15), + (131052, "246761", 1, 0, 15), + (131053, "246761", 1, 0, 15), + (131054, "246761", 1, 0, 15), + (131055, "246761", 1, 0, 15), + (131056, "246761", 1, 0, 15), + (131057, "246761", 1, 0, 15), + (131058, "246761", 1, 0, 15), + (131059, "246761", 1, 0, 15), + (131060, "246761", 1, 0, 15), + (131061, "246733", 1, 0, 15), + (131062, "246733", 1, 0, 15), + (131063, "246721", 1, 0, 15), + (131064, "246721", 1, 0, 15), + (131065, "246721", 1, 0, 15), + (131066, "246721", 1, 0, 15), + (131067, "246721", 1, 0, 15), + (131068, "246721", 1, 0, 15), + (131069, "246721", 1, 0, 15), + (131070, "246721", 1, 0, 15), + (131071, "246721", 1, 0, 15), + (131072, "246721", 1, 0, 15), + (131073, "246721", 1, 0, 15), + (131074, "246721", 1, 0, 15), + (131075, "246763", 1, 0, 15), + (131076, "246763", 1, 0, 15), + (131077, "246763", 1, 0, 15), + (131078, "246763", 1, 0, 15), + (131079, "246763", 1, 0, 15), + (131080, "246763", 1, 0, 15), + (131081, "246763", 1, 0, 15), + (131082, "246763", 1, 0, 15), + (131083, "246763", 1, 0, 15), + (131084, "246763", 1, 0, 15), + (131085, "246763", 1, 0, 15), + (131086, "246763", 1, 0, 15), + (131087, "246763", 1, 0, 15), + (131088, "246763", 1, 0, 15), + (131089, "246763", 1, 0, 15), + (131090, "246749", 1, 0, 15), + (131091, "246732", 1, 0, 15), + (131092, "246732", 1, 0, 15), + (131093, "246732", 1, 0, 15), + (131094, "246732", 1, 0, 15), + (131095, "246723", 1, 0, 15), + (131096, "246723", 1, 0, 15), + (131097, "246749", 1, 0, 15), + (131098, "246749", 1, 0, 15), + (131099, "246749", 1, 0, 15), + (131100, "246724", 1, 0, 15), + (131101, "246724", 1, 0, 15), + (131102, "246731", 1, 0, 15), + (131103, "246731", 1, 0, 15), + (131104, "246731", 1, 0, 15), + (131105, "246731", 1, 0, 15), + (131106, "246731", 1, 0, 15), + (131107, "246731", 1, 0, 15), + (131108, "246731", 1, 0, 15), + (131109, "246731", 1, 0, 15), + (131110, "246731", 1, 0, 15), + (131111, "246731", 1, 0, 15), + (131112, "246764", 1, 0, 15), + (131113, "246764", 1, 0, 15), + (131114, "246764", 1, 0, 15), + (131115, "246764", 1, 0, 15), + (131116, "246764", 1, 0, 15), + (131117, "246764", 1, 0, 15), + (131118, "246764", 1, 0, 15), + (131119, "246762", 1, 0, 15), + (131120, "246762", 1, 0, 15), + (131121, "246762", 1, 0, 15), + (131122, "246762", 1, 0, 15), + (131123, "246762", 1, 0, 15), + (131124, "246762", 1, 0, 15), + (131125, "246762", 1, 0, 15), + (131126, "246762", 1, 0, 15), + (131127, "246762", 1, 0, 15), + (131128, "246762", 1, 0, 15), + (131129, "246762", 1, 0, 15), + (131130, "246762", 1, 0, 15), + (131131, "246762", 1, 0, 15), + (131132, "246733", 1, 0, 15), + (131133, "246733", 1, 0, 15), + (131134, "246733", 1, 0, 15), + (131135, "246733", 1, 0, 15), + (131136, "246733", 1, 0, 15), + (131137, "246733", 1, 0, 15), + (131138, "246733", 1, 0, 15), + (131139, "246733", 1, 0, 15), + (131140, "246733", 1, 0, 15), + (131141, "246733", 1, 0, 15), + (131142, "246733", 1, 0, 15), + (131143, "246733", 1, 0, 15), + (131144, "246733", 1, 0, 15), + (131145, "246733", 1, 0, 15), + (131146, "246733", 1, 0, 15), + (131147, "246733", 1, 0, 15), + (131148, "246735", 1, 0, 15), + (131149, "246735", 1, 0, 15), + (131150, "246735", 1, 0, 15), + (131151, "246747", 1, 0, 15), + (131152, "246747", 1, 0, 15), + (131153, "246747", 1, 0, 15), + (131154, "246747", 1, 0, 15), + (131155, "246747", 1, 0, 15), + (131156, "246747", 1, 0, 15), + (131157, "246747", 1, 0, 15), + (131158, "246747", 1, 0, 15), + (131159, "246747", 1, 0, 15), + (131160, "246722", 1, 0, 15), + (131161, "246722", 1, 0, 15), + (131162, "246722", 1, 0, 15), + (131163, "246722", 1, 0, 15), + (131164, "246722", 1, 0, 15), + (131165, "246722", 1, 0, 15), + (131166, "246722", 1, 0, 15), + (131167, "246722", 1, 0, 15), + (131168, "246722", 1, 0, 15), + (131169, "246722", 1, 0, 15), + (131170, "246722", 1, 0, 15), + (131171, "246722", 1, 0, 15), + (131172, "246722", 1, 0, 15), + (131173, "246722", 1, 0, 15), + (131174, "246722", 1, 0, 15), + (131175, "246735", 1, 0, 15), + (131176, "246745", 1, 0, 15), + (131177, "246745", 1, 0, 15), + (131178, "246745", 1, 0, 15), + (131179, "246745", 1, 0, 15), + (131180, "246745", 1, 0, 15), + (131181, "246745", 1, 0, 15), + (131182, "246745", 1, 0, 15), + (131183, "246746", 1, 0, 15), + (131184, "246746", 1, 0, 15), + (131185, "246746", 1, 0, 15), + (131186, "246746", 1, 0, 15), + (131187, "246746", 1, 0, 15), + (131188, "246746", 1, 0, 15), + (131189, "246746", 1, 0, 15), + (131190, "246747", 1, 0, 15), + (131191, "243633", 1, 0, 15), + (131192, "243722", 1, 0, 15), + (131193, "243630", 1, 0, 15), + (131194, "243638", 1, 0, 15), + (131195, "243633", 1, 0, 15), + (131196, "243633", 1, 0, 15), + (131197, "243633", 1, 0, 15), + (131198, "243633", 1, 0, 15), + (131199, "243633", 1, 0, 15), + (131200, "243633", 1, 0, 15), + (131201, "243633", 1, 0, 15), + (131202, "243633", 1, 0, 15), + (131203, "243633", 1, 0, 15), + (131204, "243633", 1, 0, 15), + (131205, "243633", 1, 0, 15), + (131206, "243635", 1, 0, 15), + (131207, "243635", 1, 0, 15), + (131208, "243635", 1, 0, 15), + (131209, "243635", 1, 0, 15), + (131210, "243635", 1, 0, 15), + (131211, "243635", 1, 0, 15), + (131212, "243635", 1, 0, 15), + (131213, "243635", 1, 0, 15), + (131214, "243635", 1, 0, 15), + (131215, "243635", 1, 0, 15), + (131216, "243635", 1, 0, 15), + (131217, "243635", 1, 0, 15), + (131218, "243635", 1, 0, 15), + (131219, "243635", 1, 0, 15), + (131220, "243635", 1, 0, 15), + (131221, "243635", 1, 0, 15), + (131222, "243635", 1, 0, 15), + (131223, "243635", 1, 0, 15), + (131224, "243635", 1, 0, 15), + (131225, "243635", 1, 0, 15), + (131226, "243635", 1, 0, 15), + (131227, "243635", 1, 0, 15), + (131228, "243635", 1, 0, 15), + (131229, "243635", 1, 0, 15), + (131230, "243635", 1, 0, 15), + (131231, "243722", 1, 0, 15), + (131232, "243722", 1, 0, 15), + (131233, "243722", 1, 0, 15), + (131234, "243722", 1, 0, 15), + (131235, "243722", 1, 0, 15), + (131236, "243722", 1, 0, 15), + (131237, "243722", 1, 0, 15), + (131238, "243722", 1, 0, 15), + (131239, "243722", 1, 0, 15), + (131240, "243722", 1, 0, 15), + (131241, "243722", 1, 0, 15), + (131242, "243722", 1, 0, 15), + (131243, "243722", 1, 0, 15), + (131244, "243634", 1, 0, 15), + (131245, "243634", 1, 0, 15), + (131246, "243634", 1, 0, 15), + (131247, "243634", 1, 0, 15), + (131248, "243634", 1, 0, 15), + (131249, "243634", 1, 0, 15), + (131250, "243634", 1, 0, 15), + (131251, "243720", 1, 0, 15), + (131252, "243720", 1, 0, 15), + (131253, "243720", 1, 0, 15), + (131254, "243720", 1, 0, 15), + (131255, "243720", 1, 0, 15), + (131256, "243720", 1, 0, 15), + (131257, "243720", 1, 0, 15), + (131258, "243720", 1, 0, 15), + (131259, "243720", 1, 0, 15), + (131260, "243751", 1, 0, 15), + (131261, "243751", 1, 0, 15), + (131262, "243751", 1, 0, 15), + (131263, "243751", 1, 0, 15), + (131264, "243751", 1, 0, 15), + (131265, "243751", 1, 0, 15), + (131266, "243751", 1, 0, 15), + (131267, "243751", 1, 0, 15), + (131268, "243751", 1, 0, 15), + (131269, "243751", 1, 0, 15), + (131270, "243751", 1, 0, 15), + (131271, "243751", 1, 0, 15), + (131272, "243751", 1, 0, 15), + (131273, "243751", 1, 0, 15), + (131274, "243633", 1, 0, 15), + (131275, "243633", 1, 0, 15), + (131276, "243633", 1, 0, 15), + (131277, "243633", 1, 0, 15), + (131278, "243633", 1, 0, 15), + (131279, "243633", 1, 0, 15), + (131280, "243633", 1, 0, 15), + (131281, "243633", 1, 0, 15), + (131282, "243633", 1, 0, 15), + (131283, "243633", 1, 0, 15), + (131284, "243633", 1, 0, 15), + (131285, "243722", 1, 0, 15), + (131286, "243722", 1, 0, 15), + (131287, "243723", 1, 0, 15), + (131288, "243723", 1, 0, 15), + (131289, "243723", 1, 0, 15), + (131290, "243723", 1, 0, 15), + (131291, "243723", 1, 0, 15), + (131292, "243723", 1, 0, 15), + (131293, "243723", 1, 0, 15), + (131294, "243723", 1, 0, 15), + (131295, "243723", 1, 0, 15), + (131296, "243723", 1, 0, 15), + (131297, "243723", 1, 0, 15), + (131298, "243723", 1, 0, 15), + (131299, "243723", 1, 0, 15), + (131300, "243723", 1, 0, 15), + (131301, "243723", 1, 0, 15), + (131302, "243723", 1, 0, 15), + (131303, "243637", 1, 0, 15), + (131304, "243637", 1, 0, 15), + (131305, "242021", 1, 0, 15), + (131306, "243636", 1, 0, 15), + (131307, "243636", 1, 0, 15), + (131308, "243636", 1, 0, 15), + (131309, "243636", 1, 0, 15), + (131310, "243636", 1, 0, 15), + (131311, "243636", 1, 0, 15), + (131312, "243636", 1, 0, 15), + (131313, "243636", 1, 0, 15), + (131314, "243727", 1, 0, 15), + (131315, "243727", 1, 0, 15), + (131316, "243727", 1, 0, 15), + (131317, "243727", 1, 0, 15), + (131318, "243727", 1, 0, 15), + (131319, "243724", 1, 0, 15), + (131320, "243724", 1, 0, 15), + (131321, "243724", 1, 0, 15), + (131322, "243724", 1, 0, 15), + (131323, "243724", 1, 0, 15), + (131324, "243724", 1, 0, 15), + (131325, "243724", 1, 0, 15), + (131326, "243724", 1, 0, 15), + (131327, "243724", 1, 0, 15), + (131328, "243724", 1, 0, 15), + (131329, "243724", 1, 0, 15), + (131330, "243630", 1, 0, 15), + (131331, "243630", 1, 0, 15), + (131332, "243630", 1, 0, 15), + (131333, "243630", 1, 0, 15), + (131334, "243630", 1, 0, 15), + (131335, "243630", 1, 0, 15), + (131336, "243630", 1, 0, 15), + (131337, "243630", 1, 0, 15), + (131338, "243630", 1, 0, 15), + (131339, "243725", 1, 0, 15), + (131340, "243725", 1, 0, 15), + (131341, "243725", 1, 0, 15), + (131342, "243725", 1, 0, 15), + (131343, "243725", 1, 0, 15), + (131344, "243725", 1, 0, 15), + (131345, "243725", 1, 0, 15), + (131346, "243725", 1, 0, 15), + (131347, "243725", 1, 0, 15), + (131348, "243725", 1, 0, 15), + (131349, "243725", 1, 0, 15), + (131350, "243641", 1, 0, 15), + (131351, "243641", 1, 0, 15), + (131352, "243641", 1, 0, 15), + (131353, "243641", 1, 0, 15), + (131354, "243641", 1, 0, 15), + (131355, "243641", 1, 0, 15), + (131356, "243726", 1, 0, 15), + (131357, "243726", 1, 0, 15), + (131358, "243726", 1, 0, 15), + (131359, "243726", 1, 0, 15), + (131360, "243726", 1, 0, 15), + (131361, "243726", 1, 0, 15), + (131362, "243726", 1, 0, 15), + (131363, "243726", 1, 0, 15), + (131364, "243726", 1, 0, 15), + (131365, "243726", 1, 0, 15), + (131366, "243638", 1, 0, 15), + (131367, "243638", 1, 0, 15), + (131368, "243638", 1, 0, 15), + (131369, "243638", 1, 0, 15), + (131370, "243638", 1, 0, 15), + (131371, "243638", 1, 0, 15), + (131372, "243638", 1, 0, 15), + (131373, "243638", 1, 0, 15), + (131374, "243638", 1, 0, 15), + (131375, "243638", 1, 0, 15), + (131376, "243638", 1, 0, 15), + (131377, "243638", 1, 0, 15), + (131378, "243638", 1, 0, 15), + (131379, "243638", 1, 0, 15), + (131380, "243638", 1, 0, 15), + (131381, "243638", 1, 0, 15), + (131382, "243638", 1, 0, 15), + (131383, "243638", 1, 0, 15), + (131384, "243638", 1, 0, 15), + (131385, "243638", 1, 0, 15), + (131386, "243638", 1, 0, 15), + (131387, "243638", 1, 0, 15), + (131388, "243638", 1, 0, 15), + (131389, "243638", 1, 0, 15), + (131390, "243638", 1, 0, 15), + (131391, "243638", 1, 0, 15), + (131392, "243601", 1, 0, 15), + (131393, "243601", 1, 0, 15), + (131394, "243601", 1, 0, 15), + (131395, "243601", 1, 0, 15), + (131396, "243601", 1, 0, 15), + (131397, "243601", 1, 0, 15), + (131398, "243601", 1, 0, 15), + (131399, "243601", 1, 0, 15), + (131400, "243601", 1, 0, 15), + (131401, "243601", 1, 0, 15), + (131402, "243601", 1, 0, 15), + (131403, "243601", 1, 0, 15), + (131404, "243601", 1, 0, 15), + (131405, "243601", 1, 0, 15), + (131406, "243601", 1, 0, 15), + (131407, "243601", 1, 0, 15), + (131408, "243601", 1, 0, 15), + (131409, "243601", 1, 0, 15), + (131410, "243601", 1, 0, 15), + (131411, "243601", 1, 0, 15), + (131412, "243601", 1, 0, 15), + (131413, "243601", 1, 0, 15), + (131414, "243601", 1, 0, 15), + (131415, "243601", 1, 0, 15), + (131416, "243601", 1, 0, 15), + (131417, "243601", 1, 0, 15), + (131418, "243601", 1, 0, 15), + (131419, "243601", 1, 0, 15), + (131420, "243601", 1, 0, 15), + (131421, "243601", 1, 0, 15), + (131422, "243601", 1, 0, 15), + (131423, "243601", 1, 0, 15), + (131424, "243601", 1, 0, 15), + (131425, "243601", 1, 0, 15), + (131426, "243601", 1, 0, 15), + (131427, "243601", 1, 0, 15), + (131428, "243601", 1, 0, 15), + (131429, "243631", 1, 0, 15), + (131430, "243601", 1, 0, 15), + (131431, "243631", 1, 0, 15), + (131432, "243631", 1, 0, 15), + (131433, "203394", 1, 0, 15), + (131434, "203391", 1, 0, 15), + (131435, "203391", 1, 0, 15), + (131436, "203391", 1, 0, 15), + (131437, "203391", 1, 0, 15), + (131438, "203391", 1, 0, 15), + (131439, "203001", 1, 0, 15), + (131440, "203001", 1, 0, 15), + (131441, "203001", 1, 0, 15), + (131442, "203405", 1, 0, 15), + (131443, "203405", 1, 0, 15), + (131444, "203405", 1, 0, 15), + (131445, "203405", 1, 0, 15), + (131446, "203405", 1, 0, 15), + (131447, "203405", 1, 0, 15), + (131448, "203405", 1, 0, 15), + (131449, "203405", 1, 0, 15), + (131450, "203405", 1, 0, 15), + (131451, "203407", 1, 0, 15), + (131452, "203407", 1, 0, 15), + (131453, "203407", 1, 0, 15), + (131454, "203407", 1, 0, 15), + (131455, "203407", 1, 0, 15), + (131456, "203407", 1, 0, 15), + (131457, "203150", 1, 0, 15), + (131458, "203150", 1, 0, 15), + (131459, "203150", 1, 0, 15), + (131460, "203150", 1, 0, 15), + (131461, "203150", 1, 0, 15), + (131462, "203150", 1, 0, 15), + (131463, "203150", 1, 0, 15), + (131464, "203150", 1, 0, 15), + (131465, "203150", 1, 0, 15), + (131466, "203150", 1, 0, 15), + (131467, "203001", 1, 0, 15), + (131468, "203205", 1, 0, 15), + (131469, "203398", 1, 0, 15), + (131470, "203201", 1, 0, 15), + (131471, "203202", 1, 0, 15), + (131472, "203129", 1, 0, 15), + (131473, "203411", 1, 0, 15), + (131474, "203411", 1, 0, 15), + (131475, "203411", 1, 0, 15), + (131476, "203411", 1, 0, 15), + (131477, "203411", 1, 0, 15), + (131478, "203411", 1, 0, 15), + (131479, "203411", 1, 0, 15), + (131480, "203411", 1, 0, 15), + (131481, "203411", 1, 0, 15), + (131482, "203411", 1, 0, 15), + (131483, "203409", 1, 0, 15), + (131484, "203408", 1, 0, 15), + (131485, "203408", 1, 0, 15), + (131486, "203408", 1, 0, 15), + (131487, "203408", 1, 0, 15), + (131488, "203408", 1, 0, 15), + (131489, "203206", 1, 0, 15), + (131490, "203001", 1, 0, 15), + (131491, "203001", 1, 0, 15), + (131492, "203001", 1, 0, 15), + (131493, "203001", 1, 0, 15), + (131494, "203001", 1, 0, 15), + (131495, "203001", 1, 0, 15), + (131496, "203001", 1, 0, 15), + (131497, "203001", 1, 0, 15), + (131498, "203001", 1, 0, 15), + (131499, "203001", 1, 0, 15), + (131500, "203001", 1, 0, 15), + (131501, "203001", 1, 0, 15), + (131502, "203001", 1, 0, 15), + (131503, "203001", 1, 0, 15), + (131504, "203001", 1, 0, 15), + (131505, "203001", 1, 0, 15), + (131506, "203001", 1, 0, 15), + (131507, "203002", 1, 0, 15), + (131508, "203002", 1, 0, 15), + (131509, "203002", 1, 0, 15), + (131510, "203390", 1, 0, 15), + (131511, "203390", 1, 0, 15), + (131512, "203390", 1, 0, 15), + (131513, "203409", 1, 0, 15), + (131514, "203409", 1, 0, 15), + (131515, "203409", 1, 0, 15), + (131516, "203409", 1, 0, 15), + (131517, "203395", 1, 0, 15), + (131518, "203395", 1, 0, 15), + (131519, "203395", 1, 0, 15), + (131520, "203395", 1, 0, 15), + (131521, "203395", 1, 0, 15), + (131522, "203395", 1, 0, 15), + (131523, "203205", 1, 0, 15), + (131524, "203205", 1, 0, 15), + (131525, "203205", 1, 0, 15), + (131526, "203205", 1, 0, 15), + (131527, "203205", 1, 0, 15), + (131528, "203205", 1, 0, 15), + (131529, "203205", 1, 0, 15), + (131530, "203205", 1, 0, 15), + (131531, "203205", 1, 0, 15), + (131532, "203412", 1, 0, 15), + (131533, "203412", 1, 0, 15), + (131534, "203412", 1, 0, 15), + (131535, "203412", 1, 0, 15), + (131536, "203390", 1, 0, 15), + (131537, "203390", 1, 0, 15), + (131538, "203390", 1, 0, 15), + (131539, "203390", 1, 0, 15), + (131540, "203390", 1, 0, 15), + (131541, "203390", 1, 0, 15), + (131542, "203390", 1, 0, 15), + (131543, "203390", 1, 0, 15), + (131544, "203412", 1, 0, 15), + (131545, "203412", 1, 0, 15), + (131546, "203412", 1, 0, 15), + (131547, "203398", 1, 0, 15), + (131548, "203398", 1, 0, 15), + (131549, "203398", 1, 0, 15), + (131550, "203398", 1, 0, 15), + (131551, "203398", 1, 0, 15), + (131552, "203398", 1, 0, 15), + (131553, "203398", 1, 0, 15), + (131554, "203398", 1, 0, 15), + (131555, "203398", 1, 0, 15), + (131556, "203398", 1, 0, 15), + (131557, "203398", 1, 0, 15), + (131558, "203398", 1, 0, 15), + (131559, "203131", 1, 0, 15), + (131560, "203131", 1, 0, 15), + (131561, "203131", 1, 0, 15), + (131562, "203131", 1, 0, 15), + (131563, "203131", 1, 0, 15), + (131564, "203131", 1, 0, 15), + (131565, "203131", 1, 0, 15), + (131566, "203131", 1, 0, 15), + (131567, "203131", 1, 0, 15), + (131568, "203131", 1, 0, 15), + (131569, "203131", 1, 0, 15), + (131570, "203131", 1, 0, 15), + (131571, "203131", 1, 0, 15), + (131572, "203131", 1, 0, 15), + (131573, "203131", 1, 0, 15), + (131574, "203131", 1, 0, 15), + (131575, "203131", 1, 0, 15), + (131576, "203131", 1, 0, 15), + (131577, "203131", 1, 0, 15), + (131578, "203131", 1, 0, 15), + (131579, "203131", 1, 0, 15), + (131580, "203131", 1, 0, 15), + (131581, "203131", 1, 0, 15), + (131582, "203131", 1, 0, 15), + (131583, "203397", 1, 0, 15), + (131584, "203397", 1, 0, 15), + (131585, "203397", 1, 0, 15), + (131586, "203397", 1, 0, 15), + (131587, "203397", 1, 0, 15), + (131588, "203397", 1, 0, 15), + (131589, "203201", 1, 0, 15), + (131590, "203201", 1, 0, 15), + (131591, "203201", 1, 0, 15), + (131592, "203392", 1, 0, 15), + (131593, "203392", 1, 0, 15), + (131594, "203392", 1, 0, 15), + (131595, "203392", 1, 0, 15), + (131596, "203392", 1, 0, 15), + (131597, "203392", 1, 0, 15), + (131598, "203392", 1, 0, 15), + (131599, "203392", 1, 0, 15), + (131600, "203392", 1, 0, 15), + (131601, "203392", 1, 0, 15), + (131602, "203392", 1, 0, 15), + (131603, "203392", 1, 0, 15), + (131604, "203392", 1, 0, 15), + (131605, "203392", 1, 0, 15), + (131606, "203393", 1, 0, 15), + (131607, "203393", 1, 0, 15), + (131608, "203393", 1, 0, 15), + (131609, "203393", 1, 0, 15), + (131610, "203393", 1, 0, 15), + (131611, "203393", 1, 0, 15), + (131612, "203393", 1, 0, 15), + (131613, "203393", 1, 0, 15), + (131614, "203393", 1, 0, 15), + (131615, "203393", 1, 0, 15), + (131616, "203393", 1, 0, 15), + (131617, "203393", 1, 0, 15), + (131618, "203393", 1, 0, 15), + (131619, "203393", 1, 0, 15), + (131620, "203393", 1, 0, 15), + (131621, "203202", 1, 0, 15), + (131622, "203202", 1, 0, 15), + (131623, "203202", 1, 0, 15), + (131624, "203202", 1, 0, 15), + (131625, "203202", 1, 0, 15), + (131626, "203202", 1, 0, 15), + (131627, "203141", 1, 0, 15), + (131628, "203141", 1, 0, 15), + (131629, "203141", 1, 0, 15), + (131630, "203141", 1, 0, 15), + (131631, "203141", 1, 0, 15), + (131632, "203141", 1, 0, 15), + (131633, "203141", 1, 0, 15), + (131634, "203141", 1, 0, 15), + (131635, "203141", 1, 0, 15), + (131636, "203141", 1, 0, 15), + (131637, "203141", 1, 0, 15), + (131638, "203135", 1, 0, 15), + (131639, "203135", 1, 0, 15), + (131640, "203135", 1, 0, 15), + (131641, "203135", 1, 0, 15), + (131642, "203397", 1, 0, 15), + (131643, "203135", 1, 0, 15), + (131644, "203135", 1, 0, 15), + (131645, "203203", 1, 0, 15), + (131646, "203203", 1, 0, 15), + (131647, "203203", 1, 0, 15), + (131648, "203203", 1, 0, 15), + (131649, "203203", 1, 0, 15), + (131650, "203203", 1, 0, 15), + (131651, "203203", 1, 0, 15), + (131652, "203203", 1, 0, 15), + (131653, "203203", 1, 0, 15), + (131654, "203203", 1, 0, 15), + (131655, "203129", 1, 0, 15), + (131656, "203129", 1, 0, 15), + (131657, "203129", 1, 0, 15), + (131658, "203129", 1, 0, 15), + (131659, "203129", 1, 0, 15), + (131660, "203129", 1, 0, 15), + (131661, "203129", 1, 0, 15), + (131662, "203129", 1, 0, 15), + (131663, "203129", 1, 0, 15), + (131664, "203132", 1, 0, 15), + (131665, "203132", 1, 0, 15), + (131666, "203132", 1, 0, 15), + (131667, "203132", 1, 0, 15), + (131668, "203132", 1, 0, 15), + (131669, "203132", 1, 0, 15), + (131670, "203389", 1, 0, 15), + (131671, "203389", 1, 0, 15), + (131672, "203389", 1, 0, 15), + (131673, "203396", 1, 0, 15), + (131674, "203396", 1, 0, 15), + (131675, "203396", 1, 0, 15), + (131676, "203396", 1, 0, 15), + (131677, "203396", 1, 0, 15), + (131678, "203396", 1, 0, 15), + (131679, "203399", 1, 0, 15), + (131680, "203399", 1, 0, 15), + (131681, "203399", 1, 0, 15), + (131682, "203209", 1, 0, 15), + (131683, "203209", 1, 0, 15), + (131684, "203209", 1, 0, 15), + (131685, "203209", 1, 0, 15), + (131686, "203155", 1, 0, 15), + (131687, "203155", 1, 0, 15), + (131688, "203155", 1, 0, 15), + (131689, "203155", 1, 0, 15), + (131690, "203155", 1, 0, 15), + (131691, "203155", 1, 0, 15), + (131692, "203155", 1, 0, 15), + (131693, "203203", 1, 0, 15), + (131694, "274409", 1, 0, 15), + (131695, "274409", 1, 0, 15), + (131696, "274409", 1, 0, 15), + (131697, "274409", 1, 0, 15), + (131698, "274409", 1, 0, 15), + (131699, "274409", 1, 0, 15), + (131700, "274409", 1, 0, 15), + (131701, "274807", 1, 0, 15), + (131702, "274807", 1, 0, 15), + (131703, "274807", 1, 0, 15), + (131704, "274807", 1, 0, 15), + (131705, "274807", 1, 0, 15), + (131706, "274807", 1, 0, 15), + (131707, "274806", 1, 0, 15), + (131708, "274807", 1, 0, 15), + (131709, "274807", 1, 0, 15), + (131710, "274807", 1, 0, 15), + (131711, "274201", 1, 0, 15), + (131712, "274204", 1, 0, 15), + (131713, "274204", 1, 0, 15), + (131714, "274204", 1, 0, 15), + (131715, "274204", 1, 0, 15), + (131716, "274204", 1, 0, 15), + (131717, "274204", 1, 0, 15), + (131718, "274509", 1, 0, 15), + (131719, "274408", 1, 0, 15), + (131720, "274303", 1, 0, 15), + (131721, "274305", 1, 0, 15), + (131722, "274401", 1, 0, 15), + (131723, "274206", 1, 0, 15), + (131724, "274701", 1, 0, 15), + (131725, "274202", 1, 0, 15), + (131726, "274502", 1, 0, 15), + (131727, "274502", 1, 0, 15), + (131728, "274502", 1, 0, 15), + (131729, "274505", 1, 0, 15), + (131730, "274505", 1, 0, 15), + (131731, "274505", 1, 0, 15), + (131732, "274505", 1, 0, 15), + (131733, "274505", 1, 0, 15), + (131734, "274505", 1, 0, 15), + (131735, "274505", 1, 0, 15), + (131736, "274205", 1, 0, 15), + (131737, "274205", 1, 0, 15), + (131738, "274205", 1, 0, 15), + (131739, "274205", 1, 0, 15), + (131740, "274205", 1, 0, 15), + (131741, "274205", 1, 0, 15), + (131742, "274205", 1, 0, 15), + (131743, "274506", 1, 0, 15), + (131744, "274506", 1, 0, 15), + (131745, "274506", 1, 0, 15), + (131746, "274506", 1, 0, 15), + (131747, "274506", 1, 0, 15), + (131748, "274604", 1, 0, 15), + (131749, "274604", 1, 0, 15), + (131750, "274604", 1, 0, 15), + (131751, "274202", 1, 0, 15), + (131752, "274202", 1, 0, 15), + (131753, "274202", 1, 0, 15), + (131754, "274202", 1, 0, 15), + (131755, "274202", 1, 0, 15), + (131756, "274202", 1, 0, 15), + (131757, "274202", 1, 0, 15), + (131758, "274202", 1, 0, 15), + (131759, "274202", 1, 0, 15), + (131760, "274202", 1, 0, 15), + (131761, "274202", 1, 0, 15), + (131762, "274202", 1, 0, 15), + (131763, "274202", 1, 0, 15), + (131764, "274202", 1, 0, 15), + (131765, "274202", 1, 0, 15), + (131766, "274202", 1, 0, 15), + (131767, "274705", 1, 0, 15), + (131768, "274705", 1, 0, 15), + (131769, "274705", 1, 0, 15), + (131770, "274501", 1, 0, 15), + (131771, "274501", 1, 0, 15), + (131772, "274501", 1, 0, 15), + (131773, "274501", 1, 0, 15), + (131774, "274501", 1, 0, 15), + (131775, "274501", 1, 0, 15), + (131776, "274501", 1, 0, 15), + (131777, "274501", 1, 0, 15), + (131778, "274501", 1, 0, 15), + (131779, "274501", 1, 0, 15), + (131780, "274502", 1, 0, 15), + (131781, "274502", 1, 0, 15), + (131782, "274502", 1, 0, 15), + (131783, "274502", 1, 0, 15), + (131784, "274502", 1, 0, 15), + (131785, "274502", 1, 0, 15), + (131786, "274502", 1, 0, 15), + (131787, "274604", 1, 0, 15), + (131788, "274405", 1, 0, 15), + (131789, "274405", 1, 0, 15), + (131790, "274405", 1, 0, 15), + (131791, "274204", 1, 0, 15), + (131792, "274204", 1, 0, 15), + (131793, "274204", 1, 0, 15), + (131794, "274204", 1, 0, 15), + (131795, "274204", 1, 0, 15), + (131796, "274204", 1, 0, 15), + (131797, "274204", 1, 0, 15), + (131798, "274204", 1, 0, 15), + (131799, "274204", 1, 0, 15), + (131800, "274204", 1, 0, 15), + (131801, "274204", 1, 0, 15), + (131802, "274604", 1, 0, 15), + (131803, "274604", 1, 0, 15), + (131804, "274604", 1, 0, 15), + (131805, "274604", 1, 0, 15), + (131806, "274703", 1, 0, 15), + (131807, "274703", 1, 0, 15), + (131808, "274703", 1, 0, 15), + (131809, "274703", 1, 0, 15), + (131810, "274703", 1, 0, 15), + (131811, "274703", 1, 0, 15), + (131812, "274703", 1, 0, 15), + (131813, "274703", 1, 0, 15), + (131814, "274404", 1, 0, 15), + (131815, "274404", 1, 0, 15), + (131816, "274404", 1, 0, 15), + (131817, "274404", 1, 0, 15), + (131818, "274404", 1, 0, 15), + (131819, "274404", 1, 0, 15), + (131820, "274404", 1, 0, 15), + (131821, "274404", 1, 0, 15), + (131822, "274404", 1, 0, 15), + (131823, "274508", 1, 0, 15), + (131824, "274508", 1, 0, 15), + (131825, "274508", 1, 0, 15), + (131826, "274508", 1, 0, 15), + (131827, "274405", 1, 0, 15), + (131828, "274405", 1, 0, 15), + (131829, "274405", 1, 0, 15), + (131830, "274405", 1, 0, 15), + (131831, "274405", 1, 0, 15), + (131832, "274405", 1, 0, 15), + (131833, "274405", 1, 0, 15), + (131834, "274509", 1, 0, 15), + (131835, "274808", 1, 0, 15), + (131836, "274808", 1, 0, 15), + (131837, "274808", 1, 0, 15), + (131838, "274509", 1, 0, 15), + (131839, "274509", 1, 0, 15), + (131840, "274509", 1, 0, 15), + (131841, "274509", 1, 0, 15), + (131842, "274509", 1, 0, 15), + (131843, "274808", 1, 0, 15), + (131844, "274509", 1, 0, 15), + (131845, "274808", 1, 0, 15), + (131846, "274509", 1, 0, 15), + (131847, "274509", 1, 0, 15), + (131848, "274509", 1, 0, 15), + (131849, "274509", 1, 0, 15), + (131850, "274509", 1, 0, 15), + (131851, "274208", 1, 0, 15), + (131852, "274208", 1, 0, 15), + (131853, "274208", 1, 0, 15), + (131854, "274208", 1, 0, 15), + (131855, "274208", 1, 0, 15), + (131856, "274208", 1, 0, 15), + (131857, "274208", 1, 0, 15), + (131858, "274208", 1, 0, 15), + (131859, "274408", 1, 0, 15), + (131860, "274408", 1, 0, 15), + (131861, "274408", 1, 0, 15), + (131862, "274408", 1, 0, 15), + (131863, "274408", 1, 0, 15), + (131864, "274408", 1, 0, 15), + (131865, "274408", 1, 0, 15), + (131866, "274408", 1, 0, 15), + (131867, "274408", 1, 0, 15), + (131868, "274408", 1, 0, 15), + (131869, "274149", 1, 0, 15), + (131870, "274149", 1, 0, 15), + (131871, "274149", 1, 0, 15), + (131872, "274149", 1, 0, 15), + (131873, "274149", 1, 0, 15), + (131874, "274149", 1, 0, 15), + (131875, "274149", 1, 0, 15), + (131876, "274149", 1, 0, 15), + (131877, "274149", 1, 0, 15), + (131878, "274149", 1, 0, 15), + (131879, "274149", 1, 0, 15), + (131880, "274149", 1, 0, 15), + (131881, "274149", 1, 0, 15), + (131882, "274149", 1, 0, 15), + (131883, "274301", 1, 0, 15), + (131884, "274301", 1, 0, 15), + (131885, "274301", 1, 0, 15), + (131886, "274301", 1, 0, 15), + (131887, "274301", 1, 0, 15), + (131888, "274402", 1, 0, 15), + (131889, "274402", 1, 0, 15), + (131890, "274402", 1, 0, 15), + (131891, "274402", 1, 0, 15), + (131892, "274402", 1, 0, 15), + (131893, "274402", 1, 0, 15), + (131894, "274303", 1, 0, 15), + (131895, "274303", 1, 0, 15), + (131896, "274303", 1, 0, 15), + (131897, "274303", 1, 0, 15), + (131898, "274303", 1, 0, 15), + (131899, "274303", 1, 0, 15), + (131900, "274303", 1, 0, 15), + (131901, "274303", 1, 0, 15), + (131902, "274306", 1, 0, 15), + (131903, "274306", 1, 0, 15), + (131904, "274306", 1, 0, 15), + (131905, "274306", 1, 0, 15), + (131906, "274306", 1, 0, 15), + (131907, "274306", 1, 0, 15), + (131908, "274306", 1, 0, 15), + (131909, "274306", 1, 0, 15), + (131910, "274306", 1, 0, 15), + (131911, "274306", 1, 0, 15), + (131912, "274306", 1, 0, 15), + (131913, "274306", 1, 0, 15), + (131914, "274306", 1, 0, 15), + (131915, "274306", 1, 0, 15), + (131916, "274802", 1, 0, 15), + (131917, "274802", 1, 0, 15), + (131918, "274802", 1, 0, 15), + (131919, "274802", 1, 0, 15), + (131920, "274802", 1, 0, 15), + (131921, "274802", 1, 0, 15), + (131922, "274802", 1, 0, 15), + (131923, "274802", 1, 0, 15), + (131924, "274802", 1, 0, 15), + (131925, "274802", 1, 0, 15), + (131926, "274802", 1, 0, 15), + (131927, "274802", 1, 0, 15), + (131928, "274802", 1, 0, 15), + (131929, "274305", 1, 0, 15), + (131930, "274305", 1, 0, 15), + (131931, "274305", 1, 0, 15), + (131932, "274305", 1, 0, 15), + (131933, "274305", 1, 0, 15), + (131934, "274305", 1, 0, 15), + (131935, "274305", 1, 0, 15), + (131936, "274305", 1, 0, 15), + (131937, "274305", 1, 0, 15), + (131938, "274305", 1, 0, 15), + (131939, "274305", 1, 0, 15), + (131940, "274305", 1, 0, 15), + (131941, "274305", 1, 0, 15), + (131942, "274305", 1, 0, 15), + (131943, "274406", 1, 0, 15), + (131944, "274406", 1, 0, 15), + (131945, "274406", 1, 0, 15), + (131946, "274406", 1, 0, 15), + (131947, "274406", 1, 0, 15), + (131948, "274207", 1, 0, 15), + (131949, "274207", 1, 0, 15), + (131950, "274207", 1, 0, 15), + (131951, "274207", 1, 0, 15), + (131952, "274207", 1, 0, 15), + (131953, "274207", 1, 0, 15), + (131954, "274207", 1, 0, 15), + (131955, "274207", 1, 0, 15), + (131956, "274407", 1, 0, 15), + (131957, "274407", 1, 0, 15), + (131958, "274407", 1, 0, 15), + (131959, "274407", 1, 0, 15), + (131960, "274407", 1, 0, 15), + (131961, "274407", 1, 0, 15), + (131962, "274409", 1, 0, 15), + (131963, "274409", 1, 0, 15), + (131964, "274807", 1, 0, 15), + (131965, "274807", 1, 0, 15), + (131966, "274307", 1, 0, 15), + (131967, "274308", 1, 0, 15), + (131968, "274308", 1, 0, 15), + (131969, "274307", 1, 0, 15), + (131970, "274308", 1, 0, 15), + (131971, "274308", 1, 0, 15), + (131972, "274309", 1, 0, 15), + (131973, "274309", 1, 0, 15), + (131974, "274307", 1, 0, 15), + (131975, "274308", 1, 0, 15), + (131976, "274307", 1, 0, 15), + (131977, "274307", 1, 0, 15), + (131978, "274309", 1, 0, 15), + (131979, "274308", 1, 0, 15), + (131980, "274307", 1, 0, 15), + (131981, "274309", 1, 0, 15), + (131982, "274309", 1, 0, 15), + (131983, "274201", 1, 0, 15), + (131984, "274201", 1, 0, 15), + (131985, "274704", 1, 0, 15), + (131986, "274301", 1, 0, 15), + (131987, "274301", 1, 0, 15), + (131988, "274301", 1, 0, 15), + (131989, "274301", 1, 0, 15), + (131990, "274301", 1, 0, 15), + (131991, "274301", 1, 0, 15), + (131992, "274301", 1, 0, 15), + (131993, "274301", 1, 0, 15), + (131994, "274801", 1, 0, 15), + (131995, "274302", 1, 0, 15), + (131996, "274302", 1, 0, 15), + (131997, "274302", 1, 0, 15), + (131998, "274302", 1, 0, 15), + (131999, "274302", 1, 0, 15), + (132000, "274302", 1, 0, 15), + (132001, "274302", 1, 0, 15), + (132002, "274302", 1, 0, 15), + (132003, "274302", 1, 0, 15), + (132004, "274302", 1, 0, 15), + (132005, "274302", 1, 0, 15), + (132006, "274302", 1, 0, 15), + (132007, "274401", 1, 0, 15), + (132008, "274401", 1, 0, 15), + (132009, "274401", 1, 0, 15), + (132010, "274401", 1, 0, 15), + (132011, "274401", 1, 0, 15), + (132012, "274401", 1, 0, 15), + (132013, "274401", 1, 0, 15), + (132014, "274401", 1, 0, 15), + (132015, "274401", 1, 0, 15), + (132016, "274401", 1, 0, 15), + (132017, "274401", 1, 0, 15), + (132018, "274401", 1, 0, 15), + (132019, "274401", 1, 0, 15), + (132020, "274401", 1, 0, 15), + (132021, "274401", 1, 0, 15), + (132022, "274401", 1, 0, 15), + (132023, "274401", 1, 0, 15), + (132024, "274401", 1, 0, 15), + (132025, "274401", 1, 0, 15), + (132026, "274401", 1, 0, 15), + (132027, "274203", 1, 0, 15), + (132028, "274203", 1, 0, 15), + (132029, "274203", 1, 0, 15), + (132030, "274203", 1, 0, 15), + (132031, "274203", 1, 0, 15), + (132032, "274203", 1, 0, 15), + (132033, "274203", 1, 0, 15), + (132034, "274203", 1, 0, 15), + (132035, "274203", 1, 0, 15), + (132036, "274203", 1, 0, 15), + (132037, "274203", 1, 0, 15), + (132038, "274203", 1, 0, 15), + (132039, "274203", 1, 0, 15), + (132040, "274203", 1, 0, 15), + (132041, "274203", 1, 0, 15), + (132042, "274203", 1, 0, 15), + (132043, "274206", 1, 0, 15), + (132044, "274206", 1, 0, 15), + (132045, "274206", 1, 0, 15), + (132046, "274206", 1, 0, 15), + (132047, "274206", 1, 0, 15), + (132048, "274206", 1, 0, 15), + (132049, "274206", 1, 0, 15), + (132050, "274206", 1, 0, 15), + (132051, "274206", 1, 0, 15), + (132052, "274402", 1, 0, 15), + (132053, "274402", 1, 0, 15), + (132054, "274402", 1, 0, 15), + (132055, "274402", 1, 0, 15), + (132056, "274402", 1, 0, 15), + (132057, "274402", 1, 0, 15), + (132058, "274402", 1, 0, 15), + (132059, "274601", 1, 0, 15), + (132060, "274602", 1, 0, 15), + (132061, "274602", 1, 0, 15), + (132062, "274602", 1, 0, 15), + (132063, "274602", 1, 0, 15), + (132064, "274602", 1, 0, 15), + (132065, "274602", 1, 0, 15), + (132066, "274182", 1, 0, 15), + (132067, "274182", 1, 0, 15), + (132068, "274182", 1, 0, 15), + (132069, "274182", 1, 0, 15), + (132070, "274182", 1, 0, 15), + (132071, "274182", 1, 0, 15), + (132072, "274701", 1, 0, 15), + (132073, "274701", 1, 0, 15), + (132074, "274701", 1, 0, 15), + (132075, "274701", 1, 0, 15), + (132076, "274701", 1, 0, 15), + (132077, "274701", 1, 0, 15), + (132078, "274701", 1, 0, 15), + (132079, "274701", 1, 0, 15), + (132080, "274701", 1, 0, 15), + (132081, "274702", 1, 0, 15), + (132082, "274702", 1, 0, 15), + (132083, "274702", 1, 0, 15), + (132084, "274702", 1, 0, 15), + (132085, "274702", 1, 0, 15), + (132086, "274702", 1, 0, 15), + (132087, "274702", 1, 0, 15), + (132088, "274702", 1, 0, 15), + (132089, "274702", 1, 0, 15), + (132090, "274702", 1, 0, 15), + (132091, "274702", 1, 0, 15), + (132092, "274702", 1, 0, 15), + (132093, "274603", 1, 0, 15), + (132094, "274603", 1, 0, 15), + (132095, "274603", 1, 0, 15), + (132096, "274603", 1, 0, 15), + (132097, "274603", 1, 0, 15), + (132098, "274603", 1, 0, 15), + (132099, "274603", 1, 0, 15), + (132100, "274603", 1, 0, 15), + (132101, "274603", 1, 0, 15), + (132102, "274603", 1, 0, 15), + (132103, "274202", 1, 0, 15), + (132104, "207247", 1, 0, 15), + (132105, "207247", 1, 0, 15), + (132106, "207247", 1, 0, 15), + (132107, "207247", 1, 0, 15), + (132108, "207247", 1, 0, 15), + (132109, "207247", 1, 0, 15), + (132110, "207247", 1, 0, 15), + (132111, "207247", 1, 0, 15), + (132112, "207247", 1, 0, 15), + (132113, "207247", 1, 0, 15), + (132114, "207247", 1, 0, 15), + (132115, "207301", 1, 0, 15), + (132116, "207301", 1, 0, 15), + (132117, "207301", 1, 0, 15), + (132118, "207301", 1, 0, 15), + (132119, "207301", 1, 0, 15), + (132120, "207301", 1, 0, 15), + (132121, "207301", 1, 0, 15), + (132122, "207301", 1, 0, 15), + (132123, "207301", 1, 0, 15), + (132124, "207301", 1, 0, 15), + (132125, "207301", 1, 0, 15), + (132126, "207301", 1, 0, 15), + (132127, "207301", 1, 0, 15), + (132128, "207124", 1, 0, 15), + (132129, "207124", 1, 0, 15), + (132130, "207124", 1, 0, 15), + (132131, "207124", 1, 0, 15), + (132132, "207124", 1, 0, 15), + (132133, "207124", 1, 0, 15), + (132134, "207124", 1, 0, 15), + (132135, "207124", 1, 0, 15), + (132136, "207124", 1, 0, 15), + (132137, "207248", 1, 0, 15), + (132138, "207002", 1, 0, 15), + (132139, "207242", 1, 0, 15), + (132140, "207302", 1, 0, 15), + (132141, "207401", 1, 0, 15), + (132142, "207243", 1, 0, 15), + (132143, "207246", 1, 0, 15), + (132144, "207002", 1, 0, 15), + (132145, "207003", 1, 0, 15), + (132146, "207002", 1, 0, 15), + (132147, "207002", 1, 0, 15), + (132148, "207002", 1, 0, 15), + (132149, "207002", 1, 0, 15), + (132150, "207002", 1, 0, 15), + (132151, "207003", 1, 0, 15), + (132152, "207241", 1, 0, 15), + (132153, "207002", 1, 0, 15), + (132154, "207003", 1, 0, 15), + (132155, "207003", 1, 0, 15), + (132156, "207003", 1, 0, 15), + (132157, "207003", 1, 0, 15), + (132158, "207003", 1, 0, 15), + (132159, "207241", 1, 0, 15), + (132160, "207241", 1, 0, 15), + (132161, "207241", 1, 0, 15), + (132162, "207241", 1, 0, 15), + (132163, "207241", 1, 0, 15), + (132164, "207241", 1, 0, 15), + (132165, "207241", 1, 0, 15), + (132166, "207241", 1, 0, 15), + (132167, "207247", 1, 0, 15), + (132168, "207247", 1, 0, 15), + (132169, "207247", 1, 0, 15), + (132170, "207247", 1, 0, 15), + (132171, "207247", 1, 0, 15), + (132172, "207247", 1, 0, 15), + (132173, "207248", 1, 0, 15), + (132174, "207248", 1, 0, 15), + (132175, "207248", 1, 0, 15), + (132176, "207248", 1, 0, 15), + (132177, "207242", 1, 0, 15), + (132178, "207242", 1, 0, 15), + (132179, "207242", 1, 0, 15), + (132180, "207242", 1, 0, 15), + (132181, "207242", 1, 0, 15), + (132182, "207242", 1, 0, 15), + (132183, "207242", 1, 0, 15), + (132184, "207242", 1, 0, 15), + (132185, "207242", 1, 0, 15), + (132186, "207242", 1, 0, 15), + (132187, "207242", 1, 0, 15), + (132188, "207242", 1, 0, 15), + (132189, "207249", 1, 0, 15), + (132190, "207249", 1, 0, 15), + (132191, "207249", 1, 0, 15), + (132192, "207249", 1, 0, 15), + (132193, "207249", 1, 0, 15), + (132194, "207249", 1, 0, 15), + (132195, "207249", 1, 0, 15), + (132196, "207249", 1, 0, 15), + (132197, "207249", 1, 0, 15), + (132198, "207249", 1, 0, 15), + (132199, "207249", 1, 0, 15), + (132200, "207249", 1, 0, 15), + (132201, "207249", 1, 0, 15), + (132202, "207249", 1, 0, 15), + (132203, "207302", 1, 0, 15), + (132204, "207302", 1, 0, 15), + (132205, "207302", 1, 0, 15), + (132206, "207302", 1, 0, 15), + (132207, "207302", 1, 0, 15), + (132208, "207302", 1, 0, 15), + (132209, "207302", 1, 0, 15), + (132210, "207302", 1, 0, 15), + (132211, "207302", 1, 0, 15), + (132212, "207302", 1, 0, 15), + (132213, "207302", 1, 0, 15), + (132214, "207302", 1, 0, 15), + (132215, "207302", 1, 0, 15), + (132216, "207302", 1, 0, 15), + (132217, "207302", 1, 0, 15), + (132218, "207302", 1, 0, 15), + (132219, "207302", 1, 0, 15), + (132220, "207302", 1, 0, 15), + (132221, "207302", 1, 0, 15), + (132222, "207302", 1, 0, 15), + (132223, "207302", 1, 0, 15), + (132224, "207302", 1, 0, 15), + (132225, "207123", 1, 0, 15), + (132226, "207123", 1, 0, 15), + (132227, "207123", 1, 0, 15), + (132228, "207123", 1, 0, 15), + (132229, "207123", 1, 0, 15), + (132230, "207123", 1, 0, 15), + (132231, "207123", 1, 0, 15), + (132232, "207123", 1, 0, 15), + (132233, "207123", 1, 0, 15), + (132234, "207123", 1, 0, 15), + (132235, "207401", 1, 0, 15), + (132236, "207401", 1, 0, 15), + (132237, "207401", 1, 0, 15), + (132238, "207401", 1, 0, 15), + (132239, "207401", 1, 0, 15), + (132240, "207401", 1, 0, 15), + (132241, "207401", 1, 0, 15), + (132242, "207401", 1, 0, 15), + (132243, "207248", 1, 0, 15), + (132244, "207248", 1, 0, 15), + (132245, "207248", 1, 0, 15), + (132246, "207248", 1, 0, 15), + (132247, "207248", 1, 0, 15), + (132248, "207002", 1, 0, 15), + (132249, "207002", 1, 0, 15), + (132250, "207002", 1, 0, 15), + (132251, "207003", 1, 0, 15), + (132252, "207003", 1, 0, 15), + (132253, "207002", 1, 0, 15), + (132254, "207003", 1, 0, 15), + (132255, "207002", 1, 0, 15), + (132256, "207002", 1, 0, 15), + (132257, "207003", 1, 0, 15), + (132258, "207003", 1, 0, 15), + (132259, "207003", 1, 0, 15), + (132260, "207003", 1, 0, 15), + (132261, "207003", 1, 0, 15), + (132262, "207002", 1, 0, 15), + (132263, "207002", 1, 0, 15), + (132264, "207003", 1, 0, 15), + (132265, "207002", 1, 0, 15), + (132266, "207002", 1, 0, 15), + (132267, "207002", 1, 0, 15), + (132268, "207002", 1, 0, 15), + (132269, "207003", 1, 0, 15), + (132270, "207002", 1, 0, 15), + (132271, "207003", 1, 0, 15), + (132272, "207003", 1, 0, 15), + (132273, "207002", 1, 0, 15), + (132274, "207003", 1, 0, 15), + (132275, "207002", 1, 0, 15), + (132276, "207002", 1, 0, 15), + (132277, "207002", 1, 0, 15), + (132278, "207401", 1, 0, 15), + (132279, "207125", 1, 0, 15), + (132280, "207125", 1, 0, 15), + (132281, "207125", 1, 0, 15), + (132282, "207125", 1, 0, 15), + (132283, "207125", 1, 0, 15), + (132284, "207125", 1, 0, 15), + (132285, "207125", 1, 0, 15), + (132286, "207125", 1, 0, 15), + (132287, "207125", 1, 0, 15), + (132288, "207402", 1, 0, 15), + (132289, "207402", 1, 0, 15), + (132290, "207402", 1, 0, 15), + (132291, "207122", 1, 0, 15), + (132292, "207122", 1, 0, 15), + (132293, "207122", 1, 0, 15), + (132294, "207122", 1, 0, 15), + (132295, "207122", 1, 0, 15), + (132296, "207122", 1, 0, 15), + (132297, "207122", 1, 0, 15), + (132298, "207122", 1, 0, 15), + (132299, "207243", 1, 0, 15), + (132300, "207243", 1, 0, 15), + (132301, "207243", 1, 0, 15), + (132302, "207243", 1, 0, 15), + (132303, "207243", 1, 0, 15), + (132304, "207243", 1, 0, 15), + (132305, "207243", 1, 0, 15), + (132306, "207243", 1, 0, 15), + (132307, "207243", 1, 0, 15), + (132308, "207243", 1, 0, 15), + (132309, "207243", 1, 0, 15), + (132310, "207243", 1, 0, 15), + (132311, "207243", 1, 0, 15), + (132312, "207243", 1, 0, 15), + (132313, "207243", 1, 0, 15), + (132314, "207120", 1, 0, 15), + (132315, "207120", 1, 0, 15), + (132316, "207120", 1, 0, 15), + (132317, "207120", 1, 0, 15), + (132318, "207120", 1, 0, 15), + (132319, "207120", 1, 0, 15), + (132320, "207120", 1, 0, 15), + (132321, "207244", 1, 0, 15), + (132322, "207244", 1, 0, 15), + (132323, "207244", 1, 0, 15), + (132324, "207244", 1, 0, 15), + (132325, "207244", 1, 0, 15), + (132326, "207244", 1, 0, 15), + (132327, "207244", 1, 0, 15), + (132328, "207244", 1, 0, 15), + (132329, "207244", 1, 0, 15), + (132330, "207244", 1, 0, 15), + (132331, "207245", 1, 0, 15), + (132332, "207245", 1, 0, 15), + (132333, "207245", 1, 0, 15), + (132334, "207245", 1, 0, 15), + (132335, "207245", 1, 0, 15), + (132336, "207245", 1, 0, 15), + (132337, "207245", 1, 0, 15), + (132338, "207246", 1, 0, 15), + (132339, "207246", 1, 0, 15), + (132340, "207246", 1, 0, 15), + (132341, "207246", 1, 0, 15), + (132342, "207246", 1, 0, 15), + (132343, "207246", 1, 0, 15), + (132344, "207246", 1, 0, 15), + (132345, "207246", 1, 0, 15), + (132346, "207246", 1, 0, 15), + (132347, "207246", 1, 0, 15), + (132348, "207246", 1, 0, 15), + (132349, "207246", 1, 0, 15), + (132350, "207250", 1, 0, 15), + (132351, "207250", 1, 0, 15), + (132352, "207250", 1, 0, 15), + (132353, "207403", 1, 0, 15), + (132354, "207403", 1, 0, 15), + (132355, "207403", 1, 0, 15), + (132356, "207403", 1, 0, 15), + (132357, "207403", 1, 0, 15), + (132358, "207403", 1, 0, 15), + (132359, "207403", 1, 0, 15), + (132360, "207403", 1, 0, 15), + (132361, "207121", 1, 0, 15), + (132362, "207121", 1, 0, 15), + (132363, "207121", 1, 0, 15), + (132364, "207121", 1, 0, 15), + (132365, "207121", 1, 0, 15), + (132366, "207121", 1, 0, 15), + (132367, "207121", 1, 0, 15), + (132368, "207121", 1, 0, 15), + (132369, "207121", 1, 0, 15), + (132370, "207121", 1, 0, 15), + (132371, "206120", 1, 0, 15), + (132372, "206120", 1, 0, 15), + (132373, "206120", 1, 0, 15), + (132374, "206120", 1, 0, 15), + (132375, "206120", 1, 0, 15), + (132376, "206120", 1, 0, 15), + (132377, "206120", 1, 0, 15), + (132378, "206124", 1, 0, 15), + (132379, "206124", 1, 0, 15), + (132380, "206124", 1, 0, 15), + (132381, "206124", 1, 0, 15), + (132382, "206124", 1, 0, 15), + (132383, "206124", 1, 0, 15), + (132384, "206124", 1, 0, 15), + (132385, "206124", 1, 0, 15), + (132386, "206124", 1, 0, 15), + (132387, "206123", 1, 0, 15), + (132388, "206123", 1, 0, 15), + (132389, "206123", 1, 0, 15), + (132390, "206123", 1, 0, 15), + (132391, "206123", 1, 0, 15), + (132392, "206123", 1, 0, 15), + (132393, "206123", 1, 0, 15), + (132394, "206123", 1, 0, 15), + (132395, "206123", 1, 0, 15), + (132396, "206123", 1, 0, 15), + (132397, "206123", 1, 0, 15), + (132398, "206123", 1, 0, 15), + (132399, "206123", 1, 0, 15), + (132400, "206253", 1, 0, 15), + (132401, "206253", 1, 0, 15), + (132402, "206253", 1, 0, 15), + (132403, "206253", 1, 0, 15), + (132404, "206253", 1, 0, 15), + (132405, "206253", 1, 0, 15), + (132406, "206253", 1, 0, 15), + (132407, "206253", 1, 0, 15), + (132408, "206253", 1, 0, 15), + (132409, "206253", 1, 0, 15), + (132410, "206253", 1, 0, 15), + (132411, "206253", 1, 0, 15), + (132412, "206126", 1, 0, 15), + (132413, "206128", 1, 0, 15), + (132414, "206241", 1, 0, 15), + (132415, "206242", 1, 0, 15), + (132416, "206242", 1, 0, 15), + (132417, "206242", 1, 0, 15), + (132418, "206242", 1, 0, 15), + (132419, "206242", 1, 0, 15), + (132420, "206242", 1, 0, 15), + (132421, "206242", 1, 0, 15), + (132422, "206242", 1, 0, 15), + (132423, "206242", 1, 0, 15), + (132424, "206242", 1, 0, 15), + (132425, "206242", 1, 0, 15), + (132426, "206242", 1, 0, 15), + (132427, "206242", 1, 0, 15), + (132428, "206242", 1, 0, 15), + (132429, "206242", 1, 0, 15), + (132430, "206242", 1, 0, 15), + (132431, "206242", 1, 0, 15), + (132432, "206242", 1, 0, 15), + (132433, "206242", 1, 0, 15), + (132434, "206242", 1, 0, 15), + (132435, "206242", 1, 0, 15), + (132436, "206242", 1, 0, 15), + (132437, "206242", 1, 0, 15), + (132438, "206125", 1, 0, 15), + (132439, "206125", 1, 0, 15), + (132440, "206125", 1, 0, 15), + (132441, "206125", 1, 0, 15), + (132442, "206125", 1, 0, 15), + (132443, "206125", 1, 0, 15), + (132444, "206125", 1, 0, 15), + (132445, "206125", 1, 0, 15), + (132446, "206125", 1, 0, 15), + (132447, "206125", 1, 0, 15), + (132448, "206125", 1, 0, 15), + (132449, "206125", 1, 0, 15), + (132450, "206125", 1, 0, 15), + (132451, "206125", 1, 0, 15), + (132452, "206125", 1, 0, 15), + (132453, "206125", 1, 0, 15), + (132454, "206126", 1, 0, 15), + (132455, "206126", 1, 0, 15), + (132456, "206126", 1, 0, 15), + (132457, "206126", 1, 0, 15), + (132458, "206126", 1, 0, 15), + (132459, "206126", 1, 0, 15), + (132460, "206126", 1, 0, 15), + (132461, "206126", 1, 0, 15), + (132462, "206002", 1, 0, 15), + (132463, "206002", 1, 0, 15), + (132464, "206002", 1, 0, 15), + (132465, "206002", 1, 0, 15), + (132466, "206245", 1, 0, 15), + (132467, "206245", 1, 0, 15), + (132468, "206245", 1, 0, 15), + (132469, "206245", 1, 0, 15), + (132470, "206245", 1, 0, 15), + (132471, "206245", 1, 0, 15), + (132472, "206245", 1, 0, 15), + (132473, "206245", 1, 0, 15), + (132474, "206245", 1, 0, 15), + (132475, "206245", 1, 0, 15), + (132476, "206245", 1, 0, 15), + (132477, "206245", 1, 0, 15), + (132478, "206245", 1, 0, 15), + (132479, "206245", 1, 0, 15), + (132480, "206245", 1, 0, 15), + (132481, "206245", 1, 0, 15), + (132482, "206245", 1, 0, 15), + (132483, "206127", 1, 0, 15), + (132484, "206127", 1, 0, 15), + (132485, "206127", 1, 0, 15), + (132486, "206127", 1, 0, 15), + (132487, "206127", 1, 0, 15), + (132488, "206127", 1, 0, 15), + (132489, "206127", 1, 0, 15), + (132490, "206127", 1, 0, 15), + (132491, "206127", 1, 0, 15), + (132492, "206127", 1, 0, 15), + (132493, "206128", 1, 0, 15), + (132494, "206128", 1, 0, 15), + (132495, "206128", 1, 0, 15), + (132496, "206128", 1, 0, 15), + (132497, "206128", 1, 0, 15), + (132498, "206001", 1, 0, 15), + (132499, "206003", 1, 0, 15), + (132500, "206003", 1, 0, 15), + (132501, "206003", 1, 0, 15), + (132502, "206003", 1, 0, 15), + (132503, "206130", 1, 0, 15), + (132504, "206130", 1, 0, 15), + (132505, "206130", 1, 0, 15), + (132506, "206131", 1, 0, 15), + (132507, "206131", 1, 0, 15), + (132508, "206131", 1, 0, 15), + (132509, "206131", 1, 0, 15), + (132510, "206131", 1, 0, 15), + (132511, "206131", 1, 0, 15), + (132512, "206131", 1, 0, 15), + (132513, "206131", 1, 0, 15), + (132514, "206131", 1, 0, 15), + (132515, "206131", 1, 0, 15), + (132516, "206131", 1, 0, 15), + (132517, "206122", 1, 0, 15), + (132518, "206122", 1, 0, 15), + (132519, "206122", 1, 0, 15), + (132520, "206122", 1, 0, 15), + (132521, "206122", 1, 0, 15), + (132522, "206122", 1, 0, 15), + (132523, "206122", 1, 0, 15), + (132524, "206122", 1, 0, 15), + (132525, "206122", 1, 0, 15), + (132526, "206122", 1, 0, 15), + (132527, "206122", 1, 0, 15), + (132528, "206122", 1, 0, 15), + (132529, "206122", 1, 0, 15), + (132530, "206122", 1, 0, 15), + (132531, "206122", 1, 0, 15), + (132532, "206122", 1, 0, 15), + (132533, "206241", 1, 0, 15), + (132534, "206241", 1, 0, 15), + (132535, "206241", 1, 0, 15), + (132536, "206241", 1, 0, 15), + (132537, "206241", 1, 0, 15), + (132538, "206241", 1, 0, 15), + (132539, "206241", 1, 0, 15), + (132540, "206241", 1, 0, 15), + (132541, "206241", 1, 0, 15), + (132542, "206121", 1, 0, 15), + (132543, "206121", 1, 0, 15), + (132544, "206243", 1, 0, 15), + (132545, "206243", 1, 0, 15), + (132546, "206250", 1, 0, 15), + (132547, "224204", 1, 0, 15), + (132548, "224204", 1, 0, 15), + (132549, "224204", 1, 0, 15), + (132550, "224204", 1, 0, 15), + (132551, "224204", 1, 0, 15), + (132552, "224204", 1, 0, 15), + (132553, "224204", 1, 0, 15), + (132554, "224204", 1, 0, 15), + (132555, "224204", 1, 0, 15), + (132556, "224204", 1, 0, 15), + (132557, "224204", 1, 0, 15), + (132558, "224204", 1, 0, 15), + (132559, "224204", 1, 0, 15), + (132560, "224204", 1, 0, 15), + (132561, "224204", 1, 0, 15), + (132562, "224204", 1, 0, 15), + (132563, "224204", 1, 0, 15), + (132564, "224209", 1, 0, 15), + (132565, "224139", 1, 0, 15), + (132566, "224001", 1, 0, 15), + (132567, "224001", 1, 0, 15), + (132568, "224001", 1, 0, 15), + (132569, "224001", 1, 0, 15), + (132570, "224001", 1, 0, 15), + (132571, "224001", 1, 0, 15), + (132572, "224001", 1, 0, 15), + (132573, "224001", 1, 0, 15), + (132574, "224225", 1, 0, 15), + (132575, "224225", 1, 0, 15), + (132576, "224225", 1, 0, 15), + (132577, "224225", 1, 0, 15), + (132578, "224225", 1, 0, 15), + (132579, "224127", 1, 0, 15), + (132580, "224189", 1, 0, 15), + (132581, "224228", 1, 0, 15), + (132582, "224205", 1, 0, 15), + (132583, "224234", 1, 0, 15), + (132584, "224164", 1, 0, 15), + (132585, "224182", 1, 0, 15), + (132586, "224122", 1, 0, 15), + (132587, "224129", 1, 0, 15), + (132588, "224139", 1, 0, 15), + (132589, "224139", 1, 0, 15), + (132590, "224139", 1, 0, 15), + (132591, "224139", 1, 0, 15), + (132592, "224139", 1, 0, 15), + (132593, "224139", 1, 0, 15), + (132594, "224139", 1, 0, 15), + (132595, "224139", 1, 0, 15), + (132596, "224139", 1, 0, 15), + (132597, "224143", 1, 0, 15), + (132598, "224143", 1, 0, 15), + (132599, "224143", 1, 0, 15), + (132600, "224143", 1, 0, 15), + (132601, "224143", 1, 0, 15), + (132602, "224143", 1, 0, 15), + (132603, "224143", 1, 0, 15), + (132604, "224143", 1, 0, 15), + (132605, "224143", 1, 0, 15), + (132606, "224129", 1, 0, 15), + (132607, "224129", 1, 0, 15), + (132608, "224129", 1, 0, 15), + (132609, "224129", 1, 0, 15), + (132610, "224129", 1, 0, 15), + (132611, "224129", 1, 0, 15), + (132612, "224132", 1, 0, 15), + (132613, "224132", 1, 0, 15), + (132614, "224132", 1, 0, 15), + (132615, "224132", 1, 0, 15), + (132616, "224132", 1, 0, 15), + (132617, "224132", 1, 0, 15), + (132618, "224132", 1, 0, 15), + (132619, "224132", 1, 0, 15), + (132620, "224132", 1, 0, 15), + (132621, "224132", 1, 0, 15), + (132622, "224132", 1, 0, 15), + (132623, "224137", 1, 0, 15), + (132624, "224137", 1, 0, 15), + (132625, "224137", 1, 0, 15), + (132626, "224137", 1, 0, 15), + (132627, "224137", 1, 0, 15), + (132628, "224137", 1, 0, 15), + (132629, "224137", 1, 0, 15), + (132630, "224137", 1, 0, 15), + (132631, "224137", 1, 0, 15), + (132632, "224137", 1, 0, 15), + (132633, "224139", 1, 0, 15), + (132634, "224139", 1, 0, 15), + (132635, "224143", 1, 0, 15), + (132636, "224147", 1, 0, 15), + (132637, "224147", 1, 0, 15), + (132638, "224147", 1, 0, 15), + (132639, "224147", 1, 0, 15), + (132640, "224147", 1, 0, 15), + (132641, "224147", 1, 0, 15), + (132642, "224147", 1, 0, 15), + (132643, "224147", 1, 0, 15), + (132644, "224149", 1, 0, 15), + (132645, "224149", 1, 0, 15), + (132646, "224149", 1, 0, 15), + (132647, "224149", 1, 0, 15), + (132648, "224149", 1, 0, 15), + (132649, "224149", 1, 0, 15), + (132650, "224149", 1, 0, 15), + (132651, "224149", 1, 0, 15), + (132652, "224149", 1, 0, 15), + (132653, "224149", 1, 0, 15), + (132654, "224149", 1, 0, 15), + (132655, "224149", 1, 0, 15), + (132656, "224149", 1, 0, 15), + (132657, "224149", 1, 0, 15), + (132658, "224149", 1, 0, 15), + (132659, "224149", 1, 0, 15), + (132660, "224149", 1, 0, 15), + (132661, "224149", 1, 0, 15), + (132662, "224149", 1, 0, 15), + (132663, "224149", 1, 0, 15), + (132664, "224149", 1, 0, 15), + (132665, "224151", 1, 0, 15), + (132666, "224151", 1, 0, 15), + (132667, "224151", 1, 0, 15), + (132668, "224151", 1, 0, 15), + (132669, "224151", 1, 0, 15), + (132670, "224151", 1, 0, 15), + (132671, "224151", 1, 0, 15), + (132672, "224151", 1, 0, 15), + (132673, "224151", 1, 0, 15), + (132674, "224230", 1, 0, 15), + (132675, "224230", 1, 0, 15), + (132676, "224230", 1, 0, 15), + (132677, "224230", 1, 0, 15), + (132678, "224230", 1, 0, 15), + (132679, "224157", 1, 0, 15), + (132680, "224157", 1, 0, 15), + (132681, "224157", 1, 0, 15), + (132682, "224157", 1, 0, 15), + (132683, "224157", 1, 0, 15), + (132684, "224157", 1, 0, 15), + (132685, "224155", 1, 0, 15), + (132686, "224155", 1, 0, 15), + (132687, "224155", 1, 0, 15), + (132688, "224155", 1, 0, 15), + (132689, "224155", 1, 0, 15), + (132690, "224155", 1, 0, 15), + (132691, "224155", 1, 0, 15), + (132692, "224231", 1, 0, 15), + (132693, "224231", 1, 0, 15), + (132694, "224231", 1, 0, 15), + (132695, "224231", 1, 0, 15), + (132696, "224231", 1, 0, 15), + (132697, "224231", 1, 0, 15), + (132698, "224231", 1, 0, 15), + (132699, "224231", 1, 0, 15), + (132700, "224231", 1, 0, 15), + (132701, "224231", 1, 0, 15), + (132702, "224231", 1, 0, 15), + (132703, "224231", 1, 0, 15), + (132704, "224168", 1, 0, 15), + (132705, "224168", 1, 0, 15), + (132706, "224168", 1, 0, 15), + (132707, "224168", 1, 0, 15), + (132708, "224168", 1, 0, 15), + (132709, "224168", 1, 0, 15), + (132710, "224168", 1, 0, 15), + (132711, "224168", 1, 0, 15), + (132712, "224168", 1, 0, 15), + (132713, "224168", 1, 0, 15), + (132714, "224168", 1, 0, 15), + (132715, "224168", 1, 0, 15), + (132716, "224168", 1, 0, 15), + (132717, "224168", 1, 0, 15), + (132718, "224168", 1, 0, 15), + (132719, "224159", 1, 0, 15), + (132720, "224159", 1, 0, 15), + (132721, "224159", 1, 0, 15), + (132722, "224159", 1, 0, 15), + (132723, "224159", 1, 0, 15), + (132724, "224159", 1, 0, 15), + (132725, "224159", 1, 0, 15), + (132726, "224159", 1, 0, 15), + (132727, "224159", 1, 0, 15), + (132728, "224159", 1, 0, 15), + (132729, "224159", 1, 0, 15), + (132730, "224152", 1, 0, 15), + (132731, "224152", 1, 0, 15), + (132732, "224152", 1, 0, 15), + (132733, "224152", 1, 0, 15), + (132734, "224152", 1, 0, 15), + (132735, "224152", 1, 0, 15), + (132736, "224152", 1, 0, 15), + (132737, "224152", 1, 0, 15), + (132738, "224152", 1, 0, 15), + (132739, "224152", 1, 0, 15), + (132740, "224152", 1, 0, 15), + (132741, "224176", 1, 0, 15), + (132742, "224176", 1, 0, 15), + (132743, "224176", 1, 0, 15), + (132744, "224176", 1, 0, 15), + (132745, "224176", 1, 0, 15), + (132746, "224176", 1, 0, 15), + (132747, "224176", 1, 0, 15), + (132748, "224176", 1, 0, 15), + (132749, "224181", 1, 0, 15), + (132750, "224181", 1, 0, 15), + (132751, "224181", 1, 0, 15), + (132752, "224181", 1, 0, 15), + (132753, "224181", 1, 0, 15), + (132754, "224181", 1, 0, 15), + (132755, "224181", 1, 0, 15), + (132756, "224181", 1, 0, 15), + (132757, "224181", 1, 0, 15), + (132758, "224181", 1, 0, 15), + (132759, "224181", 1, 0, 15), + (132760, "224181", 1, 0, 15), + (132761, "224181", 1, 0, 15), + (132762, "224181", 1, 0, 15), + (132763, "224181", 1, 0, 15), + (132764, "224181", 1, 0, 15), + (132765, "224181", 1, 0, 15), + (132766, "224181", 1, 0, 15), + (132767, "224186", 1, 0, 15), + (132768, "224186", 1, 0, 15), + (132769, "224186", 1, 0, 15), + (132770, "224186", 1, 0, 15), + (132771, "224186", 1, 0, 15), + (132772, "224186", 1, 0, 15), + (132773, "224186", 1, 0, 15), + (132774, "224186", 1, 0, 15), + (132775, "224186", 1, 0, 15), + (132776, "224186", 1, 0, 15), + (132777, "224186", 1, 0, 15), + (132778, "224183", 1, 0, 15), + (132779, "224183", 1, 0, 15), + (132780, "224183", 1, 0, 15), + (132781, "224183", 1, 0, 15), + (132782, "224183", 1, 0, 15), + (132783, "224227", 1, 0, 15), + (132784, "224227", 1, 0, 15), + (132785, "224227", 1, 0, 15), + (132786, "224227", 1, 0, 15), + (132787, "224227", 1, 0, 15), + (132788, "224227", 1, 0, 15), + (132789, "224190", 1, 0, 15), + (132790, "224190", 1, 0, 15), + (132791, "224190", 1, 0, 15), + (132792, "224190", 1, 0, 15), + (132793, "224190", 1, 0, 15), + (132794, "224190", 1, 0, 15), + (132795, "224190", 1, 0, 15), + (132796, "224190", 1, 0, 15), + (132797, "224190", 1, 0, 15), + (132798, "224190", 1, 0, 15), + (132799, "224190", 1, 0, 15), + (132800, "224190", 1, 0, 15), + (132801, "224190", 1, 0, 15), + (132802, "224190", 1, 0, 15), + (132803, "224190", 1, 0, 15), + (132804, "224190", 1, 0, 15), + (132805, "224235", 1, 0, 15), + (132806, "224235", 1, 0, 15), + (132807, "224143", 1, 0, 15), + (132808, "224143", 1, 0, 15), + (132809, "224143", 1, 0, 15), + (132810, "224143", 1, 0, 15), + (132811, "224143", 1, 0, 15), + (132812, "224145", 1, 0, 15), + (132813, "224145", 1, 0, 15), + (132814, "224145", 1, 0, 15), + (132815, "224145", 1, 0, 15), + (132816, "224145", 1, 0, 15), + (132817, "224145", 1, 0, 15), + (132818, "224145", 1, 0, 15), + (132819, "224146", 1, 0, 15), + (132820, "224146", 1, 0, 15), + (132821, "224146", 1, 0, 15), + (132822, "224146", 1, 0, 15), + (132823, "224146", 1, 0, 15), + (132824, "224146", 1, 0, 15), + (132825, "224146", 1, 0, 15), + (132826, "224147", 1, 0, 15), + (132827, "224147", 1, 0, 15), + (132828, "224147", 1, 0, 15), + (132829, "224147", 1, 0, 15), + (132830, "224147", 1, 0, 15), + (132831, "224147", 1, 0, 15), + (132832, "224147", 1, 0, 15), + (132833, "224147", 1, 0, 15), + (132834, "224147", 1, 0, 15), + (132835, "224147", 1, 0, 15), + (132836, "224225", 1, 0, 15), + (132837, "224121", 1, 0, 15), + (132838, "224121", 1, 0, 15), + (132839, "224121", 1, 0, 15), + (132840, "224121", 1, 0, 15), + (132841, "224121", 1, 0, 15), + (132842, "224121", 1, 0, 15), + (132843, "224121", 1, 0, 15), + (132844, "224121", 1, 0, 15), + (132845, "224121", 1, 0, 15), + (132846, "224121", 1, 0, 15), + (132847, "224121", 1, 0, 15), + (132848, "224121", 1, 0, 15), + (132849, "224121", 1, 0, 15), + (132850, "224121", 1, 0, 15), + (132851, "224123", 1, 0, 15), + (132852, "224123", 1, 0, 15), + (132853, "224123", 1, 0, 15), + (132854, "224123", 1, 0, 15), + (132855, "224123", 1, 0, 15), + (132856, "224126", 1, 0, 15), + (132857, "224126", 1, 0, 15), + (132858, "224126", 1, 0, 15), + (132859, "224126", 1, 0, 15), + (132860, "224126", 1, 0, 15), + (132861, "224126", 1, 0, 15), + (132862, "224126", 1, 0, 15), + (132863, "224126", 1, 0, 15), + (132864, "224127", 1, 0, 15), + (132865, "224127", 1, 0, 15), + (132866, "224127", 1, 0, 15), + (132867, "224127", 1, 0, 15), + (132868, "224235", 1, 0, 15), + (132869, "224001", 1, 0, 15), + (132870, "224127", 1, 0, 15), + (132871, "224127", 1, 0, 15), + (132872, "224127", 1, 0, 15), + (132873, "224127", 1, 0, 15), + (132874, "224202", 1, 0, 15), + (132875, "224202", 1, 0, 15), + (132876, "224202", 1, 0, 15), + (132877, "224204", 1, 0, 15), + (132878, "224209", 1, 0, 15), + (132879, "224209", 1, 0, 15), + (132880, "224209", 1, 0, 15), + (132881, "224209", 1, 0, 15), + (132882, "224209", 1, 0, 15), + (132883, "224209", 1, 0, 15), + (132884, "224209", 1, 0, 15), + (132885, "224209", 1, 0, 15), + (132886, "224209", 1, 0, 15), + (132887, "224209", 1, 0, 15), + (132888, "224209", 1, 0, 15), + (132889, "224133", 1, 0, 15), + (132890, "224135", 1, 0, 15), + (132891, "224135", 1, 0, 15), + (132892, "224135", 1, 0, 15), + (132893, "224135", 1, 0, 15), + (132894, "224135", 1, 0, 15), + (132895, "224189", 1, 0, 15), + (132896, "224189", 1, 0, 15), + (132897, "224189", 1, 0, 15), + (132898, "224189", 1, 0, 15), + (132899, "224189", 1, 0, 15), + (132900, "224189", 1, 0, 15), + (132901, "224189", 1, 0, 15), + (132902, "224189", 1, 0, 15), + (132903, "224001", 1, 0, 15), + (132904, "224001", 1, 0, 15), + (132905, "224001", 1, 0, 15), + (132906, "224141", 1, 0, 15), + (132907, "224141", 1, 0, 15), + (132908, "224141", 1, 0, 15), + (132909, "224141", 1, 0, 15), + (132910, "224141", 1, 0, 15), + (132911, "224141", 1, 0, 15), + (132912, "224141", 1, 0, 15), + (132913, "224141", 1, 0, 15), + (132914, "224141", 1, 0, 15), + (132915, "224141", 1, 0, 15), + (132916, "224141", 1, 0, 15), + (132917, "224141", 1, 0, 15), + (132918, "224141", 1, 0, 15), + (132919, "224141", 1, 0, 15), + (132920, "224208", 1, 0, 15), + (132921, "224208", 1, 0, 15), + (132922, "224208", 1, 0, 15), + (132923, "224208", 1, 0, 15), + (132924, "224208", 1, 0, 15), + (132925, "224208", 1, 0, 15), + (132926, "224208", 1, 0, 15), + (132927, "224208", 1, 0, 15), + (132928, "224208", 1, 0, 15), + (132929, "224208", 1, 0, 15), + (132930, "224208", 1, 0, 15), + (132931, "224228", 1, 0, 15), + (132932, "224228", 1, 0, 15), + (132933, "224228", 1, 0, 15), + (132934, "224228", 1, 0, 15), + (132935, "224228", 1, 0, 15), + (132936, "224206", 1, 0, 15), + (132937, "224206", 1, 0, 15), + (132938, "224206", 1, 0, 15), + (132939, "224206", 1, 0, 15), + (132940, "224206", 1, 0, 15), + (132941, "224206", 1, 0, 15), + (132942, "224206", 1, 0, 15), + (132943, "224206", 1, 0, 15), + (132944, "224206", 1, 0, 15), + (132945, "224206", 1, 0, 15), + (132946, "224206", 1, 0, 15), + (132947, "224153", 1, 0, 15), + (132948, "224153", 1, 0, 15), + (132949, "224153", 1, 0, 15), + (132950, "224153", 1, 0, 15), + (132951, "224153", 1, 0, 15), + (132952, "224153", 1, 0, 15), + (132953, "224153", 1, 0, 15), + (132954, "224153", 1, 0, 15), + (132955, "224153", 1, 0, 15), + (132956, "224153", 1, 0, 15), + (132957, "224153", 1, 0, 15), + (132958, "224205", 1, 0, 15), + (132959, "224205", 1, 0, 15), + (132960, "224205", 1, 0, 15), + (132961, "224205", 1, 0, 15), + (132962, "224205", 1, 0, 15), + (132963, "224205", 1, 0, 15), + (132964, "224205", 1, 0, 15), + (132965, "224205", 1, 0, 15), + (132966, "224205", 1, 0, 15), + (132967, "224229", 1, 0, 15), + (132968, "224229", 1, 0, 15), + (132969, "224229", 1, 0, 15), + (132970, "224229", 1, 0, 15), + (132971, "224229", 1, 0, 15), + (132972, "224158", 1, 0, 15), + (132973, "224158", 1, 0, 15), + (132974, "224158", 1, 0, 15), + (132975, "224158", 1, 0, 15), + (132976, "224158", 1, 0, 15), + (132977, "224158", 1, 0, 15), + (132978, "224158", 1, 0, 15), + (132979, "224158", 1, 0, 15), + (132980, "224158", 1, 0, 15), + (132981, "224158", 1, 0, 15), + (132982, "224158", 1, 0, 15), + (132983, "224234", 1, 0, 15), + (132984, "224234", 1, 0, 15), + (132985, "224234", 1, 0, 15), + (132986, "224234", 1, 0, 15), + (132987, "224234", 1, 0, 15), + (132988, "224234", 1, 0, 15), + (132989, "224234", 1, 0, 15), + (132990, "224234", 1, 0, 15), + (132991, "224207", 1, 0, 15), + (132992, "224207", 1, 0, 15), + (132993, "224207", 1, 0, 15), + (132994, "224207", 1, 0, 15), + (132995, "224207", 1, 0, 15), + (132996, "224207", 1, 0, 15), + (132997, "224207", 1, 0, 15), + (132998, "224161", 1, 0, 15), + (132999, "224161", 1, 0, 15), + (133000, "224161", 1, 0, 15), + (133001, "224161", 1, 0, 15), + (133002, "224161", 1, 0, 15), + (133003, "224161", 1, 0, 15), + (133004, "224161", 1, 0, 15), + (133005, "224161", 1, 0, 15), + (133006, "224161", 1, 0, 15), + (133007, "224161", 1, 0, 15), + (133008, "224161", 1, 0, 15), + (133009, "224161", 1, 0, 15), + (133010, "224161", 1, 0, 15), + (133011, "224161", 1, 0, 15), + (133012, "224161", 1, 0, 15), + (133013, "224164", 1, 0, 15), + (133014, "224164", 1, 0, 15), + (133015, "224164", 1, 0, 15), + (133016, "224164", 1, 0, 15), + (133017, "224164", 1, 0, 15), + (133018, "224164", 1, 0, 15), + (133019, "224164", 1, 0, 15), + (133020, "224164", 1, 0, 15), + (133021, "224164", 1, 0, 15), + (133022, "224164", 1, 0, 15), + (133023, "224164", 1, 0, 15), + (133024, "224164", 1, 0, 15), + (133025, "224201", 1, 0, 15), + (133026, "224201", 1, 0, 15), + (133027, "224201", 1, 0, 15), + (133028, "224201", 1, 0, 15), + (133029, "224201", 1, 0, 15), + (133030, "224201", 1, 0, 15), + (133031, "224201", 1, 0, 15), + (133032, "224201", 1, 0, 15), + (133033, "224171", 1, 0, 15), + (133034, "224171", 1, 0, 15), + (133035, "224171", 1, 0, 15), + (133036, "224171", 1, 0, 15), + (133037, "224171", 1, 0, 15), + (133038, "224203", 1, 0, 15), + (133039, "224203", 1, 0, 15), + (133040, "224203", 1, 0, 15), + (133041, "224203", 1, 0, 15), + (133042, "224203", 1, 0, 15), + (133043, "224203", 1, 0, 15), + (133044, "224203", 1, 0, 15), + (133045, "224172", 1, 0, 15), + (133046, "224172", 1, 0, 15), + (133047, "224172", 1, 0, 15), + (133048, "224172", 1, 0, 15), + (133049, "224172", 1, 0, 15), + (133050, "224172", 1, 0, 15), + (133051, "224172", 1, 0, 15), + (133052, "224182", 1, 0, 15), + (133053, "224182", 1, 0, 15), + (133054, "224182", 1, 0, 15), + (133055, "224284", 1, 0, 15), + (133056, "224284", 1, 0, 15), + (133057, "224284", 1, 0, 15), + (133058, "224284", 1, 0, 15), + (133059, "224284", 1, 0, 15), + (133060, "224188", 1, 0, 15), + (133061, "224188", 1, 0, 15), + (133062, "224188", 1, 0, 15), + (133063, "224188", 1, 0, 15), + (133064, "224188", 1, 0, 15), + (133065, "224188", 1, 0, 15), + (133066, "224188", 1, 0, 15), + (133067, "224188", 1, 0, 15), + (133068, "224188", 1, 0, 15), + (133069, "224195", 1, 0, 15), + (133070, "224195", 1, 0, 15), + (133071, "224195", 1, 0, 15), + (133072, "224195", 1, 0, 15), + (133073, "224203", 1, 0, 15), + (133074, "224195", 1, 0, 15), + (133075, "224195", 1, 0, 15), + (133076, "224195", 1, 0, 15), + (133077, "224122", 1, 0, 15), + (133078, "224122", 1, 0, 15), + (133079, "224122", 1, 0, 15), + (133080, "224122", 1, 0, 15), + (133081, "224122", 1, 0, 15), + (133082, "224122", 1, 0, 15), + (133083, "224122", 1, 0, 15), + (133084, "224122", 1, 0, 15), + (133085, "224122", 1, 0, 15), + (133086, "224122", 1, 0, 15), + (133087, "224122", 1, 0, 15), + (133088, "224122", 1, 0, 15), + (133089, "224122", 1, 0, 15), + (133090, "224122", 1, 0, 15), + (133091, "224125", 1, 0, 15), + (133092, "224125", 1, 0, 15), + (133093, "224125", 1, 0, 15), + (133094, "224125", 1, 0, 15), + (133095, "224125", 1, 0, 15), + (133096, "224125", 1, 0, 15), + (133097, "224125", 1, 0, 15), + (133098, "224125", 1, 0, 15), + (133099, "224210", 1, 0, 15), + (133100, "224210", 1, 0, 15), + (133101, "224210", 1, 0, 15), + (133102, "224210", 1, 0, 15), + (133103, "224210", 1, 0, 15), + (133104, "224210", 1, 0, 15), + (133105, "224129", 1, 0, 15), + (133106, "224129", 1, 0, 15), + (133107, "224129", 1, 0, 15), + (133108, "224129", 1, 0, 15), + (133109, "224129", 1, 0, 15), + (133110, "224129", 1, 0, 15), + (133111, "224129", 1, 0, 15), + (133112, "212631", 1, 0, 15), + (133113, "212621", 1, 0, 15), + (133114, "212655", 1, 0, 15), + (133115, "212664", 1, 0, 15), + (133116, "212601", 1, 0, 15), + (133117, "212601", 1, 0, 15), + (133118, "212601", 1, 0, 15), + (133119, "212601", 1, 0, 15), + (133120, "212601", 1, 0, 15), + (133121, "212601", 1, 0, 15), + (133122, "212601", 1, 0, 15), + (133123, "212601", 1, 0, 15), + (133124, "212601", 1, 0, 15), + (133125, "212601", 1, 0, 15), + (133126, "212601", 1, 0, 15), + (133127, "212601", 1, 0, 15), + (133128, "212601", 1, 0, 15), + (133129, "212601", 1, 0, 15), + (133130, "212601", 1, 0, 15), + (133131, "212601", 1, 0, 15), + (133132, "212601", 1, 0, 15), + (133133, "212631", 1, 0, 15), + (133134, "212635", 1, 0, 15), + (133135, "212663", 1, 0, 15), + (133136, "212650", 1, 0, 15), + (133137, "212641", 1, 0, 15), + (133138, "212653", 1, 0, 15), + (133139, "212621", 1, 0, 15), + (133140, "212645", 1, 0, 15), + (133141, "212652", 1, 0, 15), + (133142, "212651", 1, 0, 15), + (133143, "212654", 1, 0, 15), + (133144, "212655", 1, 0, 15), + (133145, "212657", 1, 0, 15), + (133146, "212656", 1, 0, 15), + (133147, "212658", 1, 0, 15), + (133148, "212659", 1, 0, 15), + (133149, "212661", 1, 0, 15), + (133150, "212664", 1, 0, 15), + (133151, "212665", 1, 0, 15), + (133152, "212622", 1, 0, 15), + (133153, "212631", 1, 0, 15), + (133154, "212631", 1, 0, 15), + (133155, "212631", 1, 0, 15), + (133156, "212631", 1, 0, 15), + (133157, "212631", 1, 0, 15), + (133158, "212631", 1, 0, 15), + (133159, "212631", 1, 0, 15), + (133160, "212631", 1, 0, 15), + (133161, "212631", 1, 0, 15), + (133162, "212631", 1, 0, 15), + (133163, "212631", 1, 0, 15), + (133164, "212635", 1, 0, 15), + (133165, "212635", 1, 0, 15), + (133166, "212635", 1, 0, 15), + (133167, "212635", 1, 0, 15), + (133168, "212635", 1, 0, 15), + (133169, "212635", 1, 0, 15), + (133170, "212635", 1, 0, 15), + (133171, "212635", 1, 0, 15), + (133172, "212663", 1, 0, 15), + (133173, "212663", 1, 0, 15), + (133174, "212663", 1, 0, 15), + (133175, "212663", 1, 0, 15), + (133176, "212663", 1, 0, 15), + (133177, "212663", 1, 0, 15), + (133178, "212663", 1, 0, 15), + (133179, "212650", 1, 0, 15), + (133180, "212650", 1, 0, 15), + (133181, "212650", 1, 0, 15), + (133182, "212650", 1, 0, 15), + (133183, "212650", 1, 0, 15), + (133184, "212650", 1, 0, 15), + (133185, "212641", 1, 0, 15), + (133186, "212641", 1, 0, 15), + (133187, "212641", 1, 0, 15), + (133188, "212641", 1, 0, 15), + (133189, "212641", 1, 0, 15), + (133190, "212641", 1, 0, 15), + (133191, "212641", 1, 0, 15), + (133192, "212641", 1, 0, 15), + (133193, "212641", 1, 0, 15), + (133194, "212641", 1, 0, 15), + (133195, "212653", 1, 0, 15), + (133196, "212653", 1, 0, 15), + (133197, "212653", 1, 0, 15), + (133198, "212653", 1, 0, 15), + (133199, "212653", 1, 0, 15), + (133200, "212621", 1, 0, 15), + (133201, "212621", 1, 0, 15), + (133202, "212621", 1, 0, 15), + (133203, "212621", 1, 0, 15), + (133204, "212621", 1, 0, 15), + (133205, "212621", 1, 0, 15), + (133206, "212621", 1, 0, 15), + (133207, "212621", 1, 0, 15), + (133208, "212621", 1, 0, 15), + (133209, "212621", 1, 0, 15), + (133210, "212621", 1, 0, 15), + (133211, "212621", 1, 0, 15), + (133212, "212621", 1, 0, 15), + (133213, "212645", 1, 0, 15), + (133214, "212645", 1, 0, 15), + (133215, "212652", 1, 0, 15), + (133216, "212652", 1, 0, 15), + (133217, "212652", 1, 0, 15), + (133218, "212652", 1, 0, 15), + (133219, "212652", 1, 0, 15), + (133220, "212652", 1, 0, 15), + (133221, "212652", 1, 0, 15), + (133222, "212652", 1, 0, 15), + (133223, "212652", 1, 0, 15), + (133224, "212652", 1, 0, 15), + (133225, "212652", 1, 0, 15), + (133226, "212652", 1, 0, 15), + (133227, "212651", 1, 0, 15), + (133228, "212651", 1, 0, 15), + (133229, "212651", 1, 0, 15), + (133230, "212651", 1, 0, 15), + (133231, "212651", 1, 0, 15), + (133232, "212654", 1, 0, 15), + (133233, "212655", 1, 0, 15), + (133234, "212655", 1, 0, 15), + (133235, "212655", 1, 0, 15), + (133236, "212655", 1, 0, 15), + (133237, "212655", 1, 0, 15), + (133238, "212655", 1, 0, 15), + (133239, "212655", 1, 0, 15), + (133240, "212655", 1, 0, 15), + (133241, "212655", 1, 0, 15), + (133242, "212655", 1, 0, 15), + (133243, "212655", 1, 0, 15), + (133244, "212655", 1, 0, 15), + (133245, "212655", 1, 0, 15), + (133246, "212655", 1, 0, 15), + (133247, "212655", 1, 0, 15), + (133248, "212655", 1, 0, 15), + (133249, "212655", 1, 0, 15), + (133250, "212655", 1, 0, 15), + (133251, "212655", 1, 0, 15), + (133252, "212657", 1, 0, 15), + (133253, "212657", 1, 0, 15), + (133254, "212657", 1, 0, 15), + (133255, "212657", 1, 0, 15), + (133256, "212657", 1, 0, 15), + (133257, "212657", 1, 0, 15), + (133258, "212657", 1, 0, 15), + (133259, "212657", 1, 0, 15), + (133260, "212657", 1, 0, 15), + (133261, "212657", 1, 0, 15), + (133262, "212657", 1, 0, 15), + (133263, "212657", 1, 0, 15), + (133264, "212657", 1, 0, 15), + (133265, "212657", 1, 0, 15), + (133266, "212657", 1, 0, 15), + (133267, "212657", 1, 0, 15), + (133268, "212656", 1, 0, 15), + (133269, "212656", 1, 0, 15), + (133270, "212656", 1, 0, 15), + (133271, "212656", 1, 0, 15), + (133272, "212656", 1, 0, 15), + (133273, "212656", 1, 0, 15), + (133274, "212656", 1, 0, 15), + (133275, "212656", 1, 0, 15), + (133276, "212656", 1, 0, 15), + (133277, "212658", 1, 0, 15), + (133278, "212658", 1, 0, 15), + (133279, "212658", 1, 0, 15), + (133280, "212658", 1, 0, 15), + (133281, "212658", 1, 0, 15), + (133282, "212658", 1, 0, 15), + (133283, "212658", 1, 0, 15), + (133284, "212658", 1, 0, 15), + (133285, "212658", 1, 0, 15), + (133286, "212658", 1, 0, 15), + (133287, "212658", 1, 0, 15), + (133288, "212659", 1, 0, 15), + (133289, "212659", 1, 0, 15), + (133290, "212661", 1, 0, 15), + (133291, "212661", 1, 0, 15), + (133292, "212661", 1, 0, 15), + (133293, "212661", 1, 0, 15), + (133294, "212661", 1, 0, 15), + (133295, "212664", 1, 0, 15), + (133296, "212664", 1, 0, 15), + (133297, "212664", 1, 0, 15), + (133298, "212664", 1, 0, 15), + (133299, "212664", 1, 0, 15), + (133300, "212664", 1, 0, 15), + (133301, "212664", 1, 0, 15), + (133302, "212665", 1, 0, 15), + (133303, "212665", 1, 0, 15), + (133304, "212665", 1, 0, 15), + (133305, "212665", 1, 0, 15), + (133306, "212665", 1, 0, 15), + (133307, "212665", 1, 0, 15), + (133308, "212665", 1, 0, 15), + (133309, "212665", 1, 0, 15), + (133310, "212665", 1, 0, 15), + (133311, "212622", 1, 0, 15), + (133312, "212622", 1, 0, 15), + (133313, "212622", 1, 0, 15), + (133314, "212622", 1, 0, 15), + (133315, "212622", 1, 0, 15), + (133316, "212622", 1, 0, 15), + (133317, "212622", 1, 0, 15), + (133318, "212622", 1, 0, 15), + (133319, "212622", 1, 0, 15), + (133320, "212620", 1, 0, 15), + (133321, "212622", 1, 0, 15), + (133322, "212620", 1, 0, 15), + (133323, "212620", 1, 0, 15), + (133324, "212620", 1, 0, 15), + (133325, "212620", 1, 0, 15), + (133326, "212620", 1, 0, 15), + (133327, "212620", 1, 0, 15), + (133328, "212620", 1, 0, 15), + (133329, "212620", 1, 0, 15), + (133330, "212620", 1, 0, 15), + (133331, "201009", 1, 0, 15), + (133332, "201009", 1, 0, 15), + (133333, "201015", 1, 0, 15), + (133334, "201015", 1, 0, 15), + (133335, "201015", 1, 0, 15), + (133336, "201015", 1, 0, 15), + (133337, "201015", 1, 0, 15), + (133338, "201015", 1, 0, 15), + (133339, "201002", 1, 0, 15), + (133340, "201002", 1, 0, 15), + (133341, "201002", 1, 0, 15), + (133342, "201102", 1, 0, 15), + (133343, "201102", 1, 0, 15), + (133344, "201102", 1, 0, 15), + (133345, "201102", 1, 0, 15), + (133346, "201102", 1, 0, 15), + (133347, "201206", 1, 0, 15), + (133348, "201206", 1, 0, 15), + (133349, "201206", 1, 0, 15), + (133350, "201206", 1, 0, 15), + (133351, "201206", 1, 0, 15), + (133352, "201206", 1, 0, 15), + (133353, "201206", 1, 0, 15), + (133354, "201206", 1, 0, 15), + (133355, "201206", 1, 0, 15), + (133356, "201206", 1, 0, 15), + (133357, "201206", 1, 0, 15), + (133358, "201206", 1, 0, 15), + (133359, "201204", 1, 0, 15), + (133360, "245101", 1, 0, 15), + (133361, "245205", 1, 0, 15), + (133362, "201206", 1, 0, 15), + (133363, "201206", 1, 0, 15), + (133364, "201206", 1, 0, 15), + (133365, "201206", 1, 0, 15), + (133366, "201206", 1, 0, 15), + (133367, "201206", 1, 0, 15), + (133368, "201206", 1, 0, 15), + (133369, "245304", 1, 0, 15), + (133370, "245304", 1, 0, 15), + (133371, "245304", 1, 0, 15), + (133372, "245304", 1, 0, 15), + (133373, "245304", 1, 0, 15), + (133374, "245304", 1, 0, 15), + (133375, "245304", 1, 0, 15), + (133376, "245304", 1, 0, 15), + (133377, "245304", 1, 0, 15), + (133378, "245304", 1, 0, 15), + (133379, "245304", 1, 0, 15), + (133380, "245304", 1, 0, 15), + (133381, "245304", 1, 0, 15), + (133382, "245304", 1, 0, 15), + (133383, "245304", 1, 0, 15), + (133384, "203207", 1, 0, 15), + (133385, "201314", 1, 0, 15), + (133386, "201314", 1, 0, 15), + (133387, "201314", 1, 0, 15), + (133388, "201314", 1, 0, 15), + (133389, "203207", 1, 0, 15), + (133390, "203207", 1, 0, 15), + (133391, "201314", 1, 0, 15), + (133392, "201314", 1, 0, 15), + (133393, "203207", 1, 0, 15), + (133394, "201311", 1, 0, 15), + (133395, "201314", 1, 0, 15), + (133396, "201311", 1, 0, 15), + (133397, "201201", 1, 0, 15), + (133398, "201201", 1, 0, 15), + (133399, "201201", 1, 0, 15), + (133400, "201201", 1, 0, 15), + (133401, "201204", 1, 0, 15), + (133402, "201204", 1, 0, 15), + (133403, "201204", 1, 0, 15), + (133404, "201204", 1, 0, 15), + (133405, "201204", 1, 0, 15), + (133406, "201204", 1, 0, 15), + (133407, "201204", 1, 0, 15), + (133408, "201204", 1, 0, 15), + (133409, "201204", 1, 0, 15), + (133410, "201204", 1, 0, 15), + (133411, "201204", 1, 0, 15), + (133412, "245207", 1, 0, 15), + (133413, "245207", 1, 0, 15), + (133414, "245207", 1, 0, 15), + (133415, "245207", 1, 0, 15), + (133416, "245207", 1, 0, 15), + (133417, "245207", 1, 0, 15), + (133418, "245207", 1, 0, 15), + (133419, "245207", 1, 0, 15), + (133420, "245207", 1, 0, 15), + (133421, "201314", 1, 0, 15), + (133422, "203207", 1, 0, 15), + (133423, "203207", 1, 0, 15), + (133424, "203207", 1, 0, 15), + (133425, "201310", 1, 0, 15), + (133426, "201306", 1, 0, 15), + (133427, "201312", 1, 0, 15), + (133428, "201310", 1, 0, 15), + (133429, "201310", 1, 0, 15), + (133430, "201311", 1, 0, 15), + (133431, "201304", 1, 0, 15), + (133432, "201304", 1, 0, 15), + (133433, "201307", 1, 0, 15), + (133434, "201307", 1, 0, 15), + (133435, "201304", 1, 0, 15), + (133436, "201305", 1, 0, 15), + (133437, "201309", 1, 0, 15), + (133438, "201309", 1, 0, 15), + (133439, "245101", 1, 0, 15), + (133440, "245101", 1, 0, 15), + (133441, "245101", 1, 0, 15), + (133442, "245101", 1, 0, 15), + (133443, "245101", 1, 0, 15), + (133444, "245101", 1, 0, 15), + (133445, "245101", 1, 0, 15), + (133446, "245101", 1, 0, 15), + (133447, "245101", 1, 0, 15), + (133448, "245101", 1, 0, 15), + (133449, "245101", 1, 0, 15), + (133450, "245101", 1, 0, 15), + (133451, "245101", 1, 0, 15), + (133452, "245101", 1, 0, 15), + (133453, "245101", 1, 0, 15), + (133454, "245101", 1, 0, 15), + (133455, "245101", 1, 0, 15), + (133456, "245101", 1, 0, 15), + (133457, "245101", 1, 0, 15), + (133458, "245101", 1, 0, 15), + (133459, "245101", 1, 0, 15), + (133460, "245201", 1, 0, 15), + (133461, "245201", 1, 0, 15), + (133462, "245201", 1, 0, 15), + (133463, "245201", 1, 0, 15), + (133464, "245201", 1, 0, 15), + (133465, "245201", 1, 0, 15), + (133466, "245201", 1, 0, 15), + (133467, "245201", 1, 0, 15), + (133468, "245201", 1, 0, 15), + (133469, "245201", 1, 0, 15), + (133470, "245201", 1, 0, 15), + (133471, "245201", 1, 0, 15), + (133472, "245208", 1, 0, 15), + (133473, "245208", 1, 0, 15), + (133474, "245208", 1, 0, 15), + (133475, "245208", 1, 0, 15), + (133476, "245208", 1, 0, 15), + (133477, "245205", 1, 0, 15), + (133478, "245205", 1, 0, 15), + (133479, "245205", 1, 0, 15), + (133480, "245205", 1, 0, 15), + (133481, "245205", 1, 0, 15), + (133482, "245205", 1, 0, 15), + (133483, "245205", 1, 0, 15), + (133484, "245205", 1, 0, 15), + (133485, "245205", 1, 0, 15), + (133486, "245205", 1, 0, 15), + (133487, "245205", 1, 0, 15), + (133488, "245205", 1, 0, 15), + (133489, "245205", 1, 0, 15), + (133490, "245205", 1, 0, 15), + (133491, "245205", 1, 0, 15), + (133492, "201201", 1, 0, 15), + (133493, "233222", 1, 0, 15), + (133494, "233222", 1, 0, 15), + (133495, "233222", 1, 0, 15), + (133496, "233222", 1, 0, 15), + (133497, "233222", 1, 0, 15), + (133498, "233222", 1, 0, 15), + (133499, "233232", 1, 0, 15), + (133500, "233232", 1, 0, 15), + (133501, "233232", 1, 0, 15), + (133502, "233232", 1, 0, 15), + (133503, "233232", 1, 0, 15), + (133504, "275203", 1, 0, 15), + (133505, "275203", 1, 0, 15), + (133506, "275203", 1, 0, 15), + (133507, "275203", 1, 0, 15), + (133508, "275203", 1, 0, 15), + (133509, "275203", 1, 0, 15), + (133510, "275203", 1, 0, 15), + (133511, "275203", 1, 0, 15), + (133512, "275203", 1, 0, 15), + (133513, "275203", 1, 0, 15), + (133514, "233224", 1, 0, 15), + (133515, "233224", 1, 0, 15), + (133516, "233224", 1, 0, 15), + (133517, "233225", 1, 0, 15), + (133518, "233225", 1, 0, 15), + (133519, "233225", 1, 0, 15), + (133520, "233225", 1, 0, 15), + (133521, "233225", 1, 0, 15), + (133522, "233225", 1, 0, 15), + (133523, "233225", 1, 0, 15), + (133524, "233225", 1, 0, 15), + (133525, "233230", 1, 0, 15), + (133526, "233230", 1, 0, 15), + (133527, "233230", 1, 0, 15), + (133528, "275202", 1, 0, 15), + (133529, "233233", 1, 0, 15), + (133530, "233227", 1, 0, 15), + (133531, "233303", 1, 0, 15), + (133532, "232336", 1, 0, 15), + (133533, "232331", 1, 0, 15), + (133534, "233002", 1, 0, 15), + (133535, "233230", 1, 0, 15), + (133536, "233230", 1, 0, 15), + (133537, "233230", 1, 0, 15), + (133538, "233233", 1, 0, 15), + (133539, "233233", 1, 0, 15), + (133540, "233233", 1, 0, 15), + (133541, "233221", 1, 0, 15), + (133542, "233221", 1, 0, 15), + (133543, "233221", 1, 0, 15), + (133544, "233231", 1, 0, 15), + (133545, "233231", 1, 0, 15), + (133546, "233231", 1, 0, 15), + (133547, "233231", 1, 0, 15), + (133548, "233231", 1, 0, 15), + (133549, "233231", 1, 0, 15), + (133550, "233231", 1, 0, 15), + (133551, "275201", 1, 0, 15), + (133552, "275201", 1, 0, 15), + (133553, "233306", 1, 0, 15), + (133554, "233306", 1, 0, 15), + (133555, "233306", 1, 0, 15), + (133556, "233306", 1, 0, 15), + (133557, "233306", 1, 0, 15), + (133558, "233306", 1, 0, 15), + (133559, "233306", 1, 0, 15), + (133560, "275202", 1, 0, 15), + (133561, "275202", 1, 0, 15), + (133562, "275202", 1, 0, 15), + (133563, "275202", 1, 0, 15), + (133564, "275202", 1, 0, 15), + (133565, "275202", 1, 0, 15), + (133566, "275202", 1, 0, 15), + (133567, "233222", 1, 0, 15), + (133568, "233222", 1, 0, 15), + (133569, "233222", 1, 0, 15), + (133570, "233222", 1, 0, 15), + (133571, "233222", 1, 0, 15), + (133572, "275201", 1, 0, 15), + (133573, "233229", 1, 0, 15), + (133574, "233229", 1, 0, 15), + (133575, "233229", 1, 0, 15), + (133576, "233229", 1, 0, 15), + (133577, "233307", 1, 0, 15), + (133578, "233307", 1, 0, 15), + (133579, "233307", 1, 0, 15), + (133580, "233307", 1, 0, 15), + (133581, "233307", 1, 0, 15), + (133582, "233307", 1, 0, 15), + (133583, "233300", 1, 0, 15), + (133584, "233300", 1, 0, 15), + (133585, "233300", 1, 0, 15), + (133586, "233300", 1, 0, 15), + (133587, "233300", 1, 0, 15), + (133588, "233300", 1, 0, 15), + (133589, "233306", 1, 0, 15), + (133590, "233300", 1, 0, 15), + (133591, "233233", 1, 0, 15), + (133592, "233233", 1, 0, 15), + (133593, "233233", 1, 0, 15), + (133594, "233310", 1, 0, 15), + (133595, "233310", 1, 0, 15), + (133596, "233310", 1, 0, 15), + (133597, "233310", 1, 0, 15), + (133598, "233310", 1, 0, 15), + (133599, "233226", 1, 0, 15), + (133600, "233226", 1, 0, 15), + (133601, "233226", 1, 0, 15), + (133602, "233226", 1, 0, 15), + (133603, "233226", 1, 0, 15), + (133604, "233226", 1, 0, 15), + (133605, "233226", 1, 0, 15), + (133606, "233226", 1, 0, 15), + (133607, "233226", 1, 0, 15), + (133608, "233226", 1, 0, 15), + (133609, "233226", 1, 0, 15), + (133610, "233226", 1, 0, 15), + (133611, "233226", 1, 0, 15), + (133612, "233226", 1, 0, 15), + (133613, "233226", 1, 0, 15), + (133614, "233226", 1, 0, 15), + (133615, "233226", 1, 0, 15), + (133616, "233226", 1, 0, 15), + (133617, "233226", 1, 0, 15), + (133618, "233226", 1, 0, 15), + (133619, "233226", 1, 0, 15), + (133620, "233227", 1, 0, 15), + (133621, "233227", 1, 0, 15), + (133622, "233227", 1, 0, 15), + (133623, "233227", 1, 0, 15), + (133624, "233227", 1, 0, 15), + (133625, "233227", 1, 0, 15), + (133626, "233227", 1, 0, 15), + (133627, "233227", 1, 0, 15), + (133628, "233227", 1, 0, 15), + (133629, "233227", 1, 0, 15), + (133630, "233227", 1, 0, 15), + (133631, "233227", 1, 0, 15), + (133632, "233227", 1, 0, 15), + (133633, "233301", 1, 0, 15), + (133634, "233301", 1, 0, 15), + (133635, "233301", 1, 0, 15), + (133636, "233301", 1, 0, 15), + (133637, "233301", 1, 0, 15), + (133638, "233302", 1, 0, 15), + (133639, "233302", 1, 0, 15), + (133640, "233302", 1, 0, 15), + (133641, "233302", 1, 0, 15), + (133642, "233302", 1, 0, 15), + (133643, "233302", 1, 0, 15), + (133644, "233302", 1, 0, 15), + (133645, "233302", 1, 0, 15), + (133646, "233302", 1, 0, 15), + (133647, "233302", 1, 0, 15), + (133648, "233302", 1, 0, 15), + (133649, "233302", 1, 0, 15), + (133650, "233302", 1, 0, 15), + (133651, "233311", 1, 0, 15), + (133652, "233311", 1, 0, 15), + (133653, "233311", 1, 0, 15), + (133654, "233311", 1, 0, 15), + (133655, "233311", 1, 0, 15), + (133656, "233311", 1, 0, 15), + (133657, "233311", 1, 0, 15), + (133658, "233311", 1, 0, 15), + (133659, "233303", 1, 0, 15), + (133660, "233303", 1, 0, 15), + (133661, "233303", 1, 0, 15), + (133662, "233303", 1, 0, 15), + (133663, "233223", 1, 0, 15), + (133664, "233223", 1, 0, 15), + (133665, "233223", 1, 0, 15), + (133666, "233223", 1, 0, 15), + (133667, "233223", 1, 0, 15), + (133668, "233223", 1, 0, 15), + (133669, "275204", 1, 0, 15), + (133670, "275204", 1, 0, 15), + (133671, "275204", 1, 0, 15), + (133672, "275204", 1, 0, 15), + (133673, "275204", 1, 0, 15), + (133674, "275204", 1, 0, 15), + (133675, "275204", 1, 0, 15), + (133676, "275204", 1, 0, 15), + (133677, "275204", 1, 0, 15), + (133678, "275204", 1, 0, 15), + (133679, "275204", 1, 0, 15), + (133680, "275204", 1, 0, 15), + (133681, "275204", 1, 0, 15), + (133682, "275204", 1, 0, 15), + (133683, "275204", 1, 0, 15), + (133684, "275204", 1, 0, 15), + (133685, "233304", 1, 0, 15), + (133686, "233304", 1, 0, 15), + (133687, "233304", 1, 0, 15), + (133688, "233304", 1, 0, 15), + (133689, "233304", 1, 0, 15), + (133690, "233304", 1, 0, 15), + (133691, "232336", 1, 0, 15), + (133692, "232336", 1, 0, 15), + (133693, "232326", 1, 0, 15), + (133694, "232326", 1, 0, 15), + (133695, "232326", 1, 0, 15), + (133696, "232326", 1, 0, 15), + (133697, "232326", 1, 0, 15), + (133698, "232326", 1, 0, 15), + (133699, "232326", 1, 0, 15), + (133700, "232326", 1, 0, 15), + (133701, "232326", 1, 0, 15), + (133702, "232326", 1, 0, 15), + (133703, "232326", 1, 0, 15), + (133704, "232327", 1, 0, 15), + (133705, "232327", 1, 0, 15), + (133706, "232327", 1, 0, 15), + (133707, "232339", 1, 0, 15), + (133708, "232339", 1, 0, 15), + (133709, "232339", 1, 0, 15), + (133710, "232328", 1, 0, 15), + (133711, "232328", 1, 0, 15), + (133712, "232328", 1, 0, 15), + (133713, "232333", 1, 0, 15), + (133714, "232333", 1, 0, 15), + (133715, "232333", 1, 0, 15), + (133716, "232333", 1, 0, 15), + (133717, "232333", 1, 0, 15), + (133718, "232333", 1, 0, 15), + (133719, "232333", 1, 0, 15), + (133720, "232333", 1, 0, 15), + (133721, "232333", 1, 0, 15), + (133722, "232333", 1, 0, 15), + (133723, "232332", 1, 0, 15), + (133724, "232332", 1, 0, 15), + (133725, "232332", 1, 0, 15), + (133726, "232332", 1, 0, 15), + (133727, "232332", 1, 0, 15), + (133728, "232330", 1, 0, 15), + (133729, "232331", 1, 0, 15), + (133730, "232331", 1, 0, 15), + (133731, "232331", 1, 0, 15), + (133732, "232331", 1, 0, 15), + (133733, "232331", 1, 0, 15), + (133734, "232331", 1, 0, 15), + (133735, "232331", 1, 0, 15), + (133736, "233002", 1, 0, 15), + (133737, "233304", 1, 0, 15), + (133738, "233304", 1, 0, 15), + (133739, "233304", 1, 0, 15), + (133740, "233304", 1, 0, 15), + (133741, "233304", 1, 0, 15), + (133742, "233304", 1, 0, 15), + (133743, "275205", 1, 0, 15), + (133744, "275205", 1, 0, 15), + (133745, "275205", 1, 0, 15), + (133746, "275205", 1, 0, 15), + (133747, "275205", 1, 0, 15), + (133748, "275205", 1, 0, 15), + (133749, "233228", 1, 0, 15), + (133750, "233228", 1, 0, 15), + (133751, "233228", 1, 0, 15), + (133752, "233228", 1, 0, 15), + (133753, "233228", 1, 0, 15), + (133754, "233305", 1, 0, 15), + (133755, "233305", 1, 0, 15), + (133756, "233305", 1, 0, 15), + (133757, "233002", 1, 0, 15), + (133758, "233002", 1, 0, 15), + (133759, "233002", 1, 0, 15), + (133760, "233002", 1, 0, 15), + (133761, "233002", 1, 0, 15), + (133762, "233002", 1, 0, 15), + (133763, "233002", 1, 0, 15), + (133764, "233002", 1, 0, 15), + (133765, "233002", 1, 0, 15), + (133766, "233002", 1, 0, 15), + (133767, "233002", 1, 0, 15), + (133768, "233002", 1, 0, 15), + (133769, "233002", 1, 0, 15), + (133770, "233002", 1, 0, 15), + (133771, "233002", 1, 0, 15), + (133772, "233002", 1, 0, 15), + (133773, "233002", 1, 0, 15), + (133774, "233002", 1, 0, 15), + (133775, "233002", 1, 0, 15), + (133776, "233300", 1, 0, 15), + (133777, "233305", 1, 0, 15), + (133778, "233305", 1, 0, 15), + (133779, "233305", 1, 0, 15), + (133780, "233305", 1, 0, 15), + (133781, "233305", 1, 0, 15), + (133782, "233305", 1, 0, 15), + (133783, "233305", 1, 0, 15), + (133784, "232329", 1, 0, 15), + (133785, "232329", 1, 0, 15), + (133786, "232329", 1, 0, 15), + (133787, "232329", 1, 0, 15), + (133788, "232329", 1, 0, 15), + (133789, "232329", 1, 0, 15), + (133790, "232329", 1, 0, 15), + (133791, "232340", 1, 0, 15), + (133792, "232340", 1, 0, 15), + (133793, "232340", 1, 0, 15), + (133794, "232340", 1, 0, 15), + (133795, "232340", 1, 0, 15), + (133796, "232340", 1, 0, 15), + (133797, "232336", 1, 0, 15), + (133798, "232336", 1, 0, 15), + (133799, "271202", 1, 0, 15), + (133800, "271202", 1, 0, 15), + (133801, "271202", 1, 0, 15), + (133802, "271202", 1, 0, 15), + (133803, "271202", 1, 0, 15), + (133804, "271202", 1, 0, 15), + (133805, "271202", 1, 0, 15), + (133806, "271202", 1, 0, 15), + (133807, "271209", 1, 0, 15), + (133808, "271209", 1, 0, 15), + (133809, "271209", 1, 0, 15), + (133810, "271209", 1, 0, 15), + (133811, "271204", 1, 0, 15), + (133812, "271204", 1, 0, 15), + (133813, "271204", 1, 0, 15), + (133814, "271204", 1, 0, 15), + (133815, "271204", 1, 0, 15), + (133816, "271204", 1, 0, 15), + (133817, "271204", 1, 0, 15), + (133818, "271003", 1, 0, 15), + (133819, "271003", 1, 0, 15), + (133820, "271003", 1, 0, 15), + (133821, "271003", 1, 0, 15), + (133822, "271503", 1, 0, 15), + (133823, "271003", 1, 0, 15), + (133824, "271003", 1, 0, 15), + (133825, "271003", 1, 0, 15), + (133826, "271003", 1, 0, 15), + (133827, "271003", 1, 0, 15), + (133828, "271003", 1, 0, 15), + (133829, "271003", 1, 0, 15), + (133830, "271003", 1, 0, 15), + (133831, "271003", 1, 0, 15), + (133832, "271003", 1, 0, 15), + (133833, "271504", 1, 0, 15), + (133834, "271503", 1, 0, 15), + (133835, "271403", 1, 0, 15), + (133836, "271201", 1, 0, 15), + (133837, "271205", 1, 0, 15), + (133838, "271206", 1, 0, 15), + (133839, "271604", 1, 0, 15), + (133840, "271601", 1, 0, 15), + (133841, "271604", 1, 0, 15), + (133842, "271607", 1, 0, 15), + (133843, "271301", 1, 0, 15), + (133844, "271310", 1, 0, 15), + (133845, "271312", 1, 0, 15), + (133846, "271319", 1, 0, 15), + (133847, "271319", 1, 0, 15), + (133848, "271319", 1, 0, 15), + (133849, "271319", 1, 0, 15), + (133850, "271319", 1, 0, 15), + (133851, "271307", 1, 0, 15), + (133852, "271307", 1, 0, 15), + (133853, "271307", 1, 0, 15), + (133854, "271307", 1, 0, 15), + (133855, "271307", 1, 0, 15), + (133856, "271307", 1, 0, 15), + (133857, "271307", 1, 0, 15), + (133858, "271307", 1, 0, 15), + (133859, "271307", 1, 0, 15), + (133860, "271307", 1, 0, 15), + (133861, "271307", 1, 0, 15), + (133862, "271307", 1, 0, 15), + (133863, "271124", 1, 0, 15), + (133864, "271124", 1, 0, 15), + (133865, "271607", 1, 0, 15), + (133866, "271607", 1, 0, 15), + (133867, "271207", 1, 0, 15), + (133868, "271207", 1, 0, 15), + (133869, "271207", 1, 0, 15), + (133870, "271207", 1, 0, 15), + (133871, "271207", 1, 0, 15), + (133872, "271207", 1, 0, 15), + (133873, "271207", 1, 0, 15), + (133874, "271207", 1, 0, 15), + (133875, "271207", 1, 0, 15), + (133876, "271123", 1, 0, 15), + (133877, "271123", 1, 0, 15), + (133878, "271123", 1, 0, 15), + (133879, "271123", 1, 0, 15), + (133880, "271123", 1, 0, 15), + (133881, "271123", 1, 0, 15), + (133882, "271123", 1, 0, 15), + (133883, "271123", 1, 0, 15), + (133884, "271123", 1, 0, 15), + (133885, "271123", 1, 0, 15), + (133886, "271123", 1, 0, 15), + (133887, "271123", 1, 0, 15), + (133888, "271123", 1, 0, 15), + (133889, "271301", 1, 0, 15), + (133890, "271301", 1, 0, 15), + (133891, "271301", 1, 0, 15), + (133892, "271301", 1, 0, 15), + (133893, "271301", 1, 0, 15), + (133894, "271301", 1, 0, 15), + (133895, "271301", 1, 0, 15), + (133896, "271301", 1, 0, 15), + (133897, "271301", 1, 0, 15), + (133898, "271124", 1, 0, 15), + (133899, "271124", 1, 0, 15), + (133900, "271124", 1, 0, 15), + (133901, "271124", 1, 0, 15), + (133902, "271124", 1, 0, 15), + (133903, "271124", 1, 0, 15), + (133904, "271124", 1, 0, 15), + (133905, "271124", 1, 0, 15), + (133906, "271124", 1, 0, 15), + (133907, "271129", 1, 0, 15), + (133908, "271129", 1, 0, 15), + (133909, "271129", 1, 0, 15), + (133910, "271129", 1, 0, 15), + (133911, "271303", 1, 0, 15), + (133912, "271303", 1, 0, 15), + (133913, "271303", 1, 0, 15), + (133914, "271303", 1, 0, 15), + (133915, "271303", 1, 0, 15), + (133916, "271303", 1, 0, 15), + (133917, "271303", 1, 0, 15), + (133918, "271303", 1, 0, 15), + (133919, "271303", 1, 0, 15), + (133920, "271303", 1, 0, 15), + (133921, "271201", 1, 0, 15), + (133922, "271201", 1, 0, 15), + (133923, "271201", 1, 0, 15), + (133924, "271201", 1, 0, 15), + (133925, "271201", 1, 0, 15), + (133926, "271208", 1, 0, 15), + (133927, "271208", 1, 0, 15), + (133928, "271401", 1, 0, 15), + (133929, "271401", 1, 0, 15), + (133930, "271401", 1, 0, 15), + (133931, "271401", 1, 0, 15), + (133932, "271401", 1, 0, 15), + (133933, "271401", 1, 0, 15), + (133934, "271401", 1, 0, 15), + (133935, "271401", 1, 0, 15), + (133936, "271401", 1, 0, 15), + (133937, "271401", 1, 0, 15), + (133938, "271401", 1, 0, 15), + (133939, "271504", 1, 0, 15), + (133940, "271504", 1, 0, 15), + (133941, "271504", 1, 0, 15), + (133942, "271504", 1, 0, 15), + (133943, "271504", 1, 0, 15), + (133944, "271504", 1, 0, 15), + (133945, "271504", 1, 0, 15), + (133946, "271504", 1, 0, 15), + (133947, "271504", 1, 0, 15), + (133948, "271504", 1, 0, 15), + (133949, "271504", 1, 0, 15), + (133950, "271504", 1, 0, 15), + (133951, "271504", 1, 0, 15), + (133952, "271504", 1, 0, 15), + (133953, "271504", 1, 0, 15), + (133954, "271504", 1, 0, 15), + (133955, "271504", 1, 0, 15), + (133956, "271504", 1, 0, 15), + (133957, "271504", 1, 0, 15), + (133958, "271504", 1, 0, 15), + (133959, "271504", 1, 0, 15), + (133960, "271125", 1, 0, 15), + (133961, "271125", 1, 0, 15), + (133962, "271125", 1, 0, 15), + (133963, "271125", 1, 0, 15), + (133964, "271125", 1, 0, 15), + (133965, "271125", 1, 0, 15), + (133966, "271125", 1, 0, 15), + (133967, "271311", 1, 0, 15), + (133968, "271311", 1, 0, 15), + (133969, "271311", 1, 0, 15), + (133970, "271311", 1, 0, 15), + (133971, "271311", 1, 0, 15), + (133972, "271311", 1, 0, 15), + (133973, "271311", 1, 0, 15), + (133974, "271126", 1, 0, 15), + (133975, "271126", 1, 0, 15), + (133976, "271126", 1, 0, 15), + (133977, "271126", 1, 0, 15), + (133978, "271502", 1, 0, 15), + (133979, "271502", 1, 0, 15), + (133980, "271502", 1, 0, 15), + (133981, "271502", 1, 0, 15), + (133982, "271502", 1, 0, 15), + (133983, "271502", 1, 0, 15), + (133984, "271502", 1, 0, 15), + (133985, "271502", 1, 0, 15), + (133986, "271502", 1, 0, 15), + (133987, "271502", 1, 0, 15), + (133988, "271502", 1, 0, 15), + (133989, "271502", 1, 0, 15), + (133990, "271502", 1, 0, 15), + (133991, "271204", 1, 0, 15), + (133992, "271204", 1, 0, 15), + (133993, "271503", 1, 0, 15), + (133994, "271503", 1, 0, 15), + (133995, "271503", 1, 0, 15), + (133996, "271503", 1, 0, 15), + (133997, "271503", 1, 0, 15), + (133998, "271503", 1, 0, 15), + (133999, "271503", 1, 0, 15), + (134000, "271503", 1, 0, 15), + (134001, "271503", 1, 0, 15), + (134002, "271503", 1, 0, 15), + (134003, "271503", 1, 0, 15), + (134004, "271503", 1, 0, 15), + (134005, "271122", 1, 0, 15), + (134006, "271122", 1, 0, 15), + (134007, "271122", 1, 0, 15), + (134008, "271122", 1, 0, 15), + (134009, "271122", 1, 0, 15), + (134010, "271122", 1, 0, 15), + (134011, "271122", 1, 0, 15), + (134012, "271122", 1, 0, 15), + (134013, "271122", 1, 0, 15), + (134014, "271122", 1, 0, 15), + (134015, "271122", 1, 0, 15), + (134016, "271122", 1, 0, 15), + (134017, "271504", 1, 0, 15), + (134018, "271504", 1, 0, 15), + (134019, "271401", 1, 0, 15), + (134020, "271401", 1, 0, 15), + (134021, "271401", 1, 0, 15), + (134022, "271401", 1, 0, 15), + (134023, "271403", 1, 0, 15), + (134024, "271403", 1, 0, 15), + (134025, "271403", 1, 0, 15), + (134026, "271403", 1, 0, 15), + (134027, "271403", 1, 0, 15), + (134028, "271403", 1, 0, 15), + (134029, "271403", 1, 0, 15), + (134030, "271403", 1, 0, 15), + (134031, "271403", 1, 0, 15), + (134032, "271403", 1, 0, 15), + (134033, "271403", 1, 0, 15), + (134034, "271403", 1, 0, 15), + (134035, "271403", 1, 0, 15), + (134036, "271403", 1, 0, 15), + (134037, "271403", 1, 0, 15), + (134038, "271403", 1, 0, 15), + (134039, "271402", 1, 0, 15), + (134040, "271402", 1, 0, 15), + (134041, "271402", 1, 0, 15), + (134042, "271402", 1, 0, 15), + (134043, "271402", 1, 0, 15), + (134044, "271402", 1, 0, 15), + (134045, "271402", 1, 0, 15), + (134046, "271402", 1, 0, 15), + (134047, "271309", 1, 0, 15), + (134048, "271309", 1, 0, 15), + (134049, "271309", 1, 0, 15), + (134050, "271309", 1, 0, 15), + (134051, "271309", 1, 0, 15), + (134052, "271309", 1, 0, 15), + (134053, "271309", 1, 0, 15), + (134054, "271309", 1, 0, 15), + (134055, "271002", 1, 0, 15), + (134056, "271002", 1, 0, 15), + (134057, "271201", 1, 0, 15), + (134058, "271201", 1, 0, 15), + (134059, "271201", 1, 0, 15), + (134060, "271201", 1, 0, 15), + (134061, "271201", 1, 0, 15), + (134062, "271201", 1, 0, 15), + (134063, "271201", 1, 0, 15), + (134064, "271201", 1, 0, 15), + (134065, "271201", 1, 0, 15), + (134066, "271201", 1, 0, 15), + (134067, "271201", 1, 0, 15), + (134068, "271201", 1, 0, 15), + (134069, "271210", 1, 0, 15), + (134070, "271210", 1, 0, 15), + (134071, "271210", 1, 0, 15), + (134072, "271210", 1, 0, 15), + (134073, "271210", 1, 0, 15), + (134074, "271210", 1, 0, 15), + (134075, "271203", 1, 0, 15), + (134076, "271203", 1, 0, 15), + (134077, "271203", 1, 0, 15), + (134078, "271203", 1, 0, 15), + (134079, "271203", 1, 0, 15), + (134080, "271203", 1, 0, 15), + (134081, "271210", 1, 0, 15), + (134082, "271210", 1, 0, 15), + (134083, "271210", 1, 0, 15), + (134084, "271210", 1, 0, 15), + (134085, "271210", 1, 0, 15), + (134086, "271210", 1, 0, 15), + (134087, "271205", 1, 0, 15), + (134088, "271205", 1, 0, 15), + (134089, "271205", 1, 0, 15), + (134090, "271205", 1, 0, 15), + (134091, "271205", 1, 0, 15), + (134092, "271205", 1, 0, 15), + (134093, "271205", 1, 0, 15), + (134094, "271861", 1, 0, 15), + (134095, "271861", 1, 0, 15), + (134096, "271861", 1, 0, 15), + (134097, "271861", 1, 0, 15), + (134098, "271861", 1, 0, 15), + (134099, "271861", 1, 0, 15), + (134100, "271215", 1, 0, 15), + (134101, "271215", 1, 0, 15), + (134102, "271215", 1, 0, 15), + (134103, "271215", 1, 0, 15), + (134104, "271215", 1, 0, 15), + (134105, "271215", 1, 0, 15), + (134106, "271215", 1, 0, 15), + (134107, "271215", 1, 0, 15), + (134108, "271215", 1, 0, 15), + (134109, "271215", 1, 0, 15), + (134110, "271215", 1, 0, 15), + (134111, "271215", 1, 0, 15), + (134112, "271215", 1, 0, 15), + (134113, "271215", 1, 0, 15), + (134114, "271215", 1, 0, 15), + (134115, "271215", 1, 0, 15), + (134116, "271215", 1, 0, 15), + (134117, "271215", 1, 0, 15), + (134118, "271206", 1, 0, 15), + (134119, "271206", 1, 0, 15), + (134120, "271206", 1, 0, 15), + (134121, "271206", 1, 0, 15), + (134122, "271206", 1, 0, 15), + (134123, "271206", 1, 0, 15), + (134124, "271206", 1, 0, 15), + (134125, "271206", 1, 0, 15), + (134126, "271206", 1, 0, 15), + (134127, "271206", 1, 0, 15), + (134128, "271206", 1, 0, 15), + (134129, "271206", 1, 0, 15), + (134130, "271206", 1, 0, 15), + (134131, "271208", 1, 0, 15), + (134132, "271208", 1, 0, 15), + (134133, "271208", 1, 0, 15), + (134134, "271208", 1, 0, 15), + (134135, "271208", 1, 0, 15), + (134136, "271208", 1, 0, 15), + (134137, "271208", 1, 0, 15), + (134138, "271208", 1, 0, 15), + (134139, "271206", 1, 0, 15), + (134140, "271206", 1, 0, 15), + (134141, "271206", 1, 0, 15), + (134142, "271206", 1, 0, 15), + (134143, "271206", 1, 0, 15), + (134144, "271206", 1, 0, 15), + (134145, "271206", 1, 0, 15), + (134146, "271206", 1, 0, 15), + (134147, "271206", 1, 0, 15), + (134148, "271206", 1, 0, 15), + (134149, "271206", 1, 0, 15), + (134150, "271206", 1, 0, 15), + (134151, "271208", 1, 0, 15), + (134152, "271604", 1, 0, 15), + (134153, "271604", 1, 0, 15), + (134154, "271604", 1, 0, 15), + (134155, "271604", 1, 0, 15), + (134156, "271604", 1, 0, 15), + (134157, "271310", 1, 0, 15), + (134158, "271310", 1, 0, 15), + (134159, "271310", 1, 0, 15), + (134160, "271302", 1, 0, 15), + (134161, "271302", 1, 0, 15), + (134162, "271302", 1, 0, 15), + (134163, "271302", 1, 0, 15), + (134164, "271302", 1, 0, 15), + (134165, "271302", 1, 0, 15), + (134166, "271302", 1, 0, 15), + (134167, "271302", 1, 0, 15), + (134168, "271302", 1, 0, 15), + (134169, "271302", 1, 0, 15), + (134170, "271302", 1, 0, 15), + (134171, "271302", 1, 0, 15), + (134172, "271302", 1, 0, 15), + (134173, "271302", 1, 0, 15), + (134174, "271302", 1, 0, 15), + (134175, "271302", 1, 0, 15), + (134176, "271302", 1, 0, 15), + (134177, "271302", 1, 0, 15), + (134178, "271302", 1, 0, 15), + (134179, "271302", 1, 0, 15), + (134180, "271302", 1, 0, 15), + (134181, "271305", 1, 0, 15), + (134182, "271305", 1, 0, 15), + (134183, "271305", 1, 0, 15), + (134184, "271305", 1, 0, 15), + (134185, "271305", 1, 0, 15), + (134186, "271305", 1, 0, 15), + (134187, "271305", 1, 0, 15), + (134188, "271305", 1, 0, 15), + (134189, "271305", 1, 0, 15), + (134190, "271601", 1, 0, 15), + (134191, "271601", 1, 0, 15), + (134192, "271601", 1, 0, 15), + (134193, "271313", 1, 0, 15), + (134194, "271313", 1, 0, 15), + (134195, "271313", 1, 0, 15), + (134196, "271313", 1, 0, 15), + (134197, "271313", 1, 0, 15), + (134198, "271313", 1, 0, 15), + (134199, "271313", 1, 0, 15), + (134200, "271313", 1, 0, 15), + (134201, "271313", 1, 0, 15), + (134202, "271313", 1, 0, 15), + (134203, "271312", 1, 0, 15), + (134204, "271312", 1, 0, 15), + (134205, "271312", 1, 0, 15), + (134206, "271312", 1, 0, 15), + (134207, "271312", 1, 0, 15), + (134208, "271312", 1, 0, 15), + (134209, "271312", 1, 0, 15), + (134210, "271312", 1, 0, 15), + (134211, "271312", 1, 0, 15), + (134212, "271312", 1, 0, 15), + (134213, "271312", 1, 0, 15), + (134214, "271312", 1, 0, 15), + (134215, "271312", 1, 0, 15), + (134216, "271604", 1, 0, 15), + (134217, "271604", 1, 0, 15), + (134218, "271604", 1, 0, 15), + (134219, "271604", 1, 0, 15), + (134220, "271604", 1, 0, 15), + (134221, "271604", 1, 0, 15), + (134222, "271604", 1, 0, 15), + (134223, "271604", 1, 0, 15), + (134224, "271604", 1, 0, 15), + (134225, "271604", 1, 0, 15), + (134226, "271604", 1, 0, 15), + (134227, "271604", 1, 0, 15), + (134228, "271603", 1, 0, 15), + (134229, "271603", 1, 0, 15), + (134230, "271603", 1, 0, 15), + (134231, "271603", 1, 0, 15), + (134232, "271603", 1, 0, 15), + (134233, "271603", 1, 0, 15), + (134234, "271603", 1, 0, 15), + (134235, "271306", 1, 0, 15), + (134236, "271306", 1, 0, 15), + (134237, "271306", 1, 0, 15), + (134238, "271306", 1, 0, 15), + (134239, "271306", 1, 0, 15), + (134240, "271306", 1, 0, 15), + (134241, "271609", 1, 0, 15), + (134242, "271609", 1, 0, 15), + (134243, "271609", 1, 0, 15), + (134244, "271609", 1, 0, 15), + (134245, "271609", 1, 0, 15), + (134246, "271609", 1, 0, 15), + (134247, "271602", 1, 0, 15), + (134248, "271602", 1, 0, 15), + (134249, "271602", 1, 0, 15), + (134250, "271602", 1, 0, 15), + (134251, "271602", 1, 0, 15), + (134252, "271602", 1, 0, 15), + (134253, "271602", 1, 0, 15), + (134254, "271607", 1, 0, 15), + (134255, "271607", 1, 0, 15), + (134256, "271607", 1, 0, 15), + (134257, "273163", 1, 0, 15), + (134258, "273304", 1, 0, 15), + (134259, "273303", 1, 0, 15), + (134260, "273303", 1, 0, 15), + (134261, "273163", 1, 0, 15), + (134262, "273303", 1, 0, 15), + (134263, "273163", 1, 0, 15), + (134264, "273163", 1, 0, 15), + (134265, "273303", 1, 0, 15), + (134266, "273163", 1, 0, 15), + (134267, "273303", 1, 0, 15), + (134268, "273303", 1, 0, 15), + (134269, "273163", 1, 0, 15), + (134270, "273303", 1, 0, 15), + (134271, "273207", 1, 0, 15), + (134272, "273302", 1, 0, 15), + (134273, "273163", 1, 0, 15), + (134274, "273151", 1, 0, 15), + (134275, "273163", 1, 0, 15), + (134276, "273305", 1, 0, 15), + (134277, "273163", 1, 0, 15), + (134278, "273303", 1, 0, 15), + (134279, "273163", 1, 0, 15), + (134280, "273303", 1, 0, 15), + (134281, "273151", 1, 0, 15), + (134282, "273207", 1, 0, 15), + (134283, "273207", 1, 0, 15), + (134284, "273305", 1, 0, 15), + (134285, "273304", 1, 0, 15), + (134286, "273305", 1, 0, 15), + (134287, "273304", 1, 0, 15), + (134288, "273302", 1, 0, 15), + (134289, "273303", 1, 0, 15), + (134290, "273409", 1, 0, 15), + (134291, "273408", 1, 0, 15), + (134292, "273155", 1, 0, 15), + (134293, "273158", 1, 0, 15), + (134294, "273164", 1, 0, 15), + (134295, "273165", 1, 0, 15), + (134296, "273201", 1, 0, 15), + (134297, "273202", 1, 0, 15), + (134298, "273403", 1, 0, 15), + (134299, "273403", 1, 0, 15), + (134300, "273403", 1, 0, 15), + (134301, "273403", 1, 0, 15), + (134302, "273403", 1, 0, 15), + (134303, "273403", 1, 0, 15), + (134304, "273401", 1, 0, 15), + (134305, "273401", 1, 0, 15), + (134306, "273401", 1, 0, 15), + (134307, "273401", 1, 0, 15), + (134308, "273015", 1, 0, 15), + (134309, "273015", 1, 0, 15), + (134310, "273015", 1, 0, 15), + (134311, "273014", 1, 0, 15), + (134312, "273014", 1, 0, 15), + (134313, "273014", 1, 0, 15), + (134314, "273014", 1, 0, 15), + (134315, "273209", 1, 0, 15), + (134316, "273209", 1, 0, 15), + (134317, "273209", 1, 0, 15), + (134318, "273209", 1, 0, 15), + (134319, "273202", 1, 0, 15), + (134320, "273202", 1, 0, 15), + (134321, "273202", 1, 0, 15), + (134322, "273202", 1, 0, 15), + (134323, "273202", 1, 0, 15), + (134324, "273202", 1, 0, 15), + (134325, "273202", 1, 0, 15), + (134326, "273202", 1, 0, 15), + (134327, "273202", 1, 0, 15), + (134328, "273152", 1, 0, 15), + (134329, "273202", 1, 0, 15), + (134330, "273402", 1, 0, 15), + (134331, "273402", 1, 0, 15), + (134332, "273402", 1, 0, 15), + (134333, "273402", 1, 0, 15), + (134334, "273402", 1, 0, 15), + (134335, "273402", 1, 0, 15), + (134336, "273402", 1, 0, 15), + (134337, "273402", 1, 0, 15), + (134338, "273402", 1, 0, 15), + (134339, "273402", 1, 0, 15), + (134340, "273402", 1, 0, 15), + (134341, "273402", 1, 0, 15), + (134342, "273402", 1, 0, 15), + (134343, "273402", 1, 0, 15), + (134344, "273402", 1, 0, 15), + (134345, "273402", 1, 0, 15), + (134346, "273402", 1, 0, 15), + (134347, "273402", 1, 0, 15), + (134348, "273402", 1, 0, 15), + (134349, "273402", 1, 0, 15), + (134350, "273408", 1, 0, 15), + (134351, "273403", 1, 0, 15), + (134352, "273403", 1, 0, 15), + (134353, "273209", 1, 0, 15), + (134354, "273209", 1, 0, 15), + (134355, "273209", 1, 0, 15), + (134356, "273209", 1, 0, 15), + (134357, "273403", 1, 0, 15), + (134358, "273403", 1, 0, 15), + (134359, "273403", 1, 0, 15), + (134360, "273403", 1, 0, 15), + (134361, "273413", 1, 0, 15), + (134362, "273413", 1, 0, 15), + (134363, "273413", 1, 0, 15), + (134364, "273413", 1, 0, 15), + (134365, "273413", 1, 0, 15), + (134366, "273413", 1, 0, 15), + (134367, "273413", 1, 0, 15), + (134368, "273413", 1, 0, 15), + (134369, "273413", 1, 0, 15), + (134370, "273413", 1, 0, 15), + (134371, "273413", 1, 0, 15), + (134372, "273413", 1, 0, 15), + (134373, "273413", 1, 0, 15), + (134374, "273413", 1, 0, 15), + (134375, "273413", 1, 0, 15), + (134376, "273413", 1, 0, 15), + (134377, "273413", 1, 0, 15), + (134378, "273413", 1, 0, 15), + (134379, "273413", 1, 0, 15), + (134380, "273413", 1, 0, 15), + (134381, "273413", 1, 0, 15), + (134382, "273413", 1, 0, 15), + (134383, "273411", 1, 0, 15), + (134384, "273411", 1, 0, 15), + (134385, "273413", 1, 0, 15), + (134386, "273411", 1, 0, 15), + (134387, "273411", 1, 0, 15), + (134388, "273411", 1, 0, 15), + (134389, "273411", 1, 0, 15), + (134390, "273408", 1, 0, 15), + (134391, "273411", 1, 0, 15), + (134392, "273411", 1, 0, 15), + (134393, "273411", 1, 0, 15), + (134394, "273411", 1, 0, 15), + (134395, "273412", 1, 0, 15), + (134396, "273412", 1, 0, 15), + (134397, "273412", 1, 0, 15), + (134398, "273412", 1, 0, 15), + (134399, "273412", 1, 0, 15), + (134400, "273412", 1, 0, 15), + (134401, "273412", 1, 0, 15), + (134402, "273412", 1, 0, 15), + (134403, "273412", 1, 0, 15), + (134404, "273412", 1, 0, 15), + (134405, "273412", 1, 0, 15), + (134406, "273412", 1, 0, 15), + (134407, "273412", 1, 0, 15), + (134408, "273412", 1, 0, 15), + (134409, "273412", 1, 0, 15), + (134410, "273401", 1, 0, 15), + (134411, "273401", 1, 0, 15), + (134412, "273401", 1, 0, 15), + (134413, "273401", 1, 0, 15), + (134414, "273209", 1, 0, 15), + (134415, "273209", 1, 0, 15), + (134416, "273209", 1, 0, 15), + (134417, "273209", 1, 0, 15), + (134418, "273209", 1, 0, 15), + (134419, "273209", 1, 0, 15), + (134420, "273209", 1, 0, 15), + (134421, "273209", 1, 0, 15), + (134422, "273209", 1, 0, 15), + (134423, "273209", 1, 0, 15), + (134424, "273209", 1, 0, 15), + (134425, "273209", 1, 0, 15), + (134426, "273016", 1, 0, 15), + (134427, "273016", 1, 0, 15), + (134428, "273016", 1, 0, 15), + (134429, "273016", 1, 0, 15), + (134430, "273016", 1, 0, 15), + (134431, "273016", 1, 0, 15), + (134432, "273016", 1, 0, 15), + (134433, "273016", 1, 0, 15), + (134434, "273016", 1, 0, 15), + (134435, "273016", 1, 0, 15), + (134436, "273302", 1, 0, 15), + (134437, "273163", 1, 0, 15), + (134438, "273303", 1, 0, 15), + (134439, "273151", 1, 0, 15), + (134440, "273151", 1, 0, 15), + (134441, "273207", 1, 0, 15), + (134442, "273302", 1, 0, 15), + (134443, "273304", 1, 0, 15), + (134444, "273163", 1, 0, 15), + (134445, "273305", 1, 0, 15), + (134446, "273207", 1, 0, 15), + (134447, "273303", 1, 0, 15), + (134448, "273207", 1, 0, 15), + (134449, "273207", 1, 0, 15), + (134450, "273151", 1, 0, 15), + (134451, "273151", 1, 0, 15), + (134452, "273304", 1, 0, 15), + (134453, "273163", 1, 0, 15), + (134454, "273151", 1, 0, 15), + (134455, "273304", 1, 0, 15), + (134456, "273303", 1, 0, 15), + (134457, "273304", 1, 0, 15), + (134458, "273302", 1, 0, 15), + (134459, "273305", 1, 0, 15), + (134460, "273302", 1, 0, 15), + (134461, "273302", 1, 0, 15), + (134462, "273163", 1, 0, 15), + (134463, "273305", 1, 0, 15), + (134464, "273207", 1, 0, 15), + (134465, "273303", 1, 0, 15), + (134466, "273207", 1, 0, 15), + (134467, "273163", 1, 0, 15), + (134468, "273303", 1, 0, 15), + (134469, "273305", 1, 0, 15), + (134470, "273302", 1, 0, 15), + (134471, "273302", 1, 0, 15), + (134472, "273302", 1, 0, 15), + (134473, "273302", 1, 0, 15), + (134474, "273407", 1, 0, 15), + (134475, "273407", 1, 0, 15), + (134476, "273407", 1, 0, 15), + (134477, "273407", 1, 0, 15), + (134478, "273407", 1, 0, 15), + (134479, "273407", 1, 0, 15), + (134480, "273404", 1, 0, 15), + (134481, "273404", 1, 0, 15), + (134482, "273407", 1, 0, 15), + (134483, "273407", 1, 0, 15), + (134484, "273407", 1, 0, 15), + (134485, "273407", 1, 0, 15), + (134486, "273407", 1, 0, 15), + (134487, "273407", 1, 0, 15), + (134488, "273407", 1, 0, 15), + (134489, "273407", 1, 0, 15), + (134490, "273407", 1, 0, 15), + (134491, "273407", 1, 0, 15), + (134492, "273407", 1, 0, 15), + (134493, "273407", 1, 0, 15), + (134494, "273407", 1, 0, 15), + (134495, "273407", 1, 0, 15), + (134496, "273409", 1, 0, 15), + (134497, "273409", 1, 0, 15), + (134498, "273409", 1, 0, 15), + (134499, "273409", 1, 0, 15), + (134500, "273409", 1, 0, 15), + (134501, "273409", 1, 0, 15), + (134502, "273409", 1, 0, 15), + (134503, "273404", 1, 0, 15), + (134504, "273404", 1, 0, 15), + (134505, "273404", 1, 0, 15), + (134506, "273404", 1, 0, 15), + (134507, "273404", 1, 0, 15), + (134508, "273404", 1, 0, 15), + (134509, "273404", 1, 0, 15), + (134510, "273213", 1, 0, 15), + (134511, "273213", 1, 0, 15), + (134512, "273213", 1, 0, 15), + (134513, "273213", 1, 0, 15), + (134514, "273213", 1, 0, 15), + (134515, "273213", 1, 0, 15), + (134516, "273213", 1, 0, 15), + (134517, "273213", 1, 0, 15), + (134518, "273213", 1, 0, 15), + (134519, "273211", 1, 0, 15), + (134520, "273211", 1, 0, 15), + (134521, "273211", 1, 0, 15), + (134522, "273211", 1, 0, 15), + (134523, "273211", 1, 0, 15), + (134524, "273211", 1, 0, 15), + (134525, "273406", 1, 0, 15), + (134526, "273406", 1, 0, 15), + (134527, "273406", 1, 0, 15), + (134528, "273406", 1, 0, 15), + (134529, "273406", 1, 0, 15), + (134530, "273406", 1, 0, 15), + (134531, "273406", 1, 0, 15), + (134532, "273408", 1, 0, 15), + (134533, "273408", 1, 0, 15), + (134534, "273302", 1, 0, 15), + (134535, "273305", 1, 0, 15), + (134536, "273303", 1, 0, 15), + (134537, "273305", 1, 0, 15), + (134538, "273303", 1, 0, 15), + (134539, "273151", 1, 0, 15), + (134540, "273303", 1, 0, 15), + (134541, "273303", 1, 0, 15), + (134542, "273151", 1, 0, 15), + (134543, "273151", 1, 0, 15), + (134544, "273302", 1, 0, 15), + (134545, "273303", 1, 0, 15), + (134546, "273302", 1, 0, 15), + (134547, "273207", 1, 0, 15), + (134548, "273303", 1, 0, 15), + (134549, "273302", 1, 0, 15), + (134550, "273207", 1, 0, 15), + (134551, "273305", 1, 0, 15), + (134552, "273302", 1, 0, 15), + (134553, "273207", 1, 0, 15), + (134554, "273305", 1, 0, 15), + (134555, "273302", 1, 0, 15), + (134556, "273303", 1, 0, 15), + (134557, "273304", 1, 0, 15), + (134558, "273207", 1, 0, 15), + (134559, "273163", 1, 0, 15), + (134560, "273305", 1, 0, 15), + (134561, "273303", 1, 0, 15), + (134562, "273303", 1, 0, 15), + (134563, "273163", 1, 0, 15), + (134564, "273151", 1, 0, 15), + (134565, "273304", 1, 0, 15), + (134566, "273408", 1, 0, 15), + (134567, "273408", 1, 0, 15), + (134568, "273408", 1, 0, 15), + (134569, "273408", 1, 0, 15), + (134570, "273408", 1, 0, 15), + (134571, "273408", 1, 0, 15), + (134572, "273408", 1, 0, 15), + (134573, "273212", 1, 0, 15), + (134574, "273212", 1, 0, 15), + (134575, "273212", 1, 0, 15), + (134576, "273212", 1, 0, 15), + (134577, "273212", 1, 0, 15), + (134578, "273212", 1, 0, 15), + (134579, "273212", 1, 0, 15), + (134580, "273212", 1, 0, 15), + (134581, "273212", 1, 0, 15), + (134582, "273212", 1, 0, 15), + (134583, "273212", 1, 0, 15), + (134584, "273212", 1, 0, 15), + (134585, "273212", 1, 0, 15), + (134586, "273212", 1, 0, 15), + (134587, "273212", 1, 0, 15), + (134588, "273212", 1, 0, 15), + (134589, "273212", 1, 0, 15), + (134590, "273212", 1, 0, 15), + (134591, "273212", 1, 0, 15), + (134592, "273212", 1, 0, 15), + (134593, "273212", 1, 0, 15), + (134594, "273212", 1, 0, 15), + (134595, "273212", 1, 0, 15), + (134596, "273212", 1, 0, 15), + (134597, "273212", 1, 0, 15), + (134598, "273155", 1, 0, 15), + (134599, "273155", 1, 0, 15), + (134600, "273155", 1, 0, 15), + (134601, "273155", 1, 0, 15), + (134602, "273155", 1, 0, 15), + (134603, "273155", 1, 0, 15), + (134604, "273155", 1, 0, 15), + (134605, "273155", 1, 0, 15), + (134606, "273155", 1, 0, 15), + (134607, "273155", 1, 0, 15), + (134608, "273155", 1, 0, 15), + (134609, "273155", 1, 0, 15), + (134610, "273155", 1, 0, 15), + (134611, "273157", 1, 0, 15), + (134612, "273157", 1, 0, 15), + (134613, "273157", 1, 0, 15), + (134614, "273157", 1, 0, 15), + (134615, "273157", 1, 0, 15), + (134616, "273157", 1, 0, 15), + (134617, "273157", 1, 0, 15), + (134618, "273157", 1, 0, 15), + (134619, "273157", 1, 0, 15), + (134620, "273157", 1, 0, 15), + (134621, "273157", 1, 0, 15), + (134622, "273161", 1, 0, 15), + (134623, "273161", 1, 0, 15), + (134624, "273161", 1, 0, 15), + (134625, "273161", 1, 0, 15), + (134626, "273161", 1, 0, 15), + (134627, "273161", 1, 0, 15), + (134628, "273161", 1, 0, 15), + (134629, "273158", 1, 0, 15), + (134630, "273158", 1, 0, 15), + (134631, "273158", 1, 0, 15), + (134632, "273158", 1, 0, 15), + (134633, "273158", 1, 0, 15), + (134634, "273158", 1, 0, 15), + (134635, "273158", 1, 0, 15), + (134636, "273158", 1, 0, 15), + (134637, "273158", 1, 0, 15), + (134638, "273158", 1, 0, 15), + (134639, "273158", 1, 0, 15), + (134640, "273158", 1, 0, 15), + (134641, "273158", 1, 0, 15), + (134642, "273158", 1, 0, 15), + (134643, "273158", 1, 0, 15), + (134644, "273158", 1, 0, 15), + (134645, "273158", 1, 0, 15), + (134646, "273158", 1, 0, 15), + (134647, "273162", 1, 0, 15), + (134648, "273162", 1, 0, 15), + (134649, "273155", 1, 0, 15), + (134650, "273162", 1, 0, 15), + (134651, "273162", 1, 0, 15), + (134652, "273162", 1, 0, 15), + (134653, "273162", 1, 0, 15), + (134654, "273162", 1, 0, 15), + (134655, "273164", 1, 0, 15), + (134656, "273164", 1, 0, 15), + (134657, "273164", 1, 0, 15), + (134658, "273164", 1, 0, 15), + (134659, "273164", 1, 0, 15), + (134660, "273164", 1, 0, 15), + (134661, "273164", 1, 0, 15), + (134662, "273164", 1, 0, 15), + (134663, "273164", 1, 0, 15), + (134664, "273164", 1, 0, 15), + (134665, "273164", 1, 0, 15), + (134666, "273164", 1, 0, 15), + (134667, "273164", 1, 0, 15), + (134668, "273164", 1, 0, 15), + (134669, "273158", 1, 0, 15), + (134670, "273158", 1, 0, 15), + (134671, "273158", 1, 0, 15), + (134672, "273165", 1, 0, 15), + (134673, "273165", 1, 0, 15), + (134674, "273165", 1, 0, 15), + (134675, "273165", 1, 0, 15), + (134676, "273165", 1, 0, 15), + (134677, "273165", 1, 0, 15), + (134678, "273165", 1, 0, 15), + (134679, "273165", 1, 0, 15), + (134680, "273165", 1, 0, 15), + (134681, "273165", 1, 0, 15), + (134682, "273165", 1, 0, 15), + (134683, "273165", 1, 0, 15), + (134684, "273165", 1, 0, 15), + (134685, "273165", 1, 0, 15), + (134686, "273165", 1, 0, 15), + (134687, "273165", 1, 0, 15), + (134688, "273165", 1, 0, 15), + (134689, "273165", 1, 0, 15), + (134690, "273165", 1, 0, 15), + (134691, "273165", 1, 0, 15), + (134692, "273165", 1, 0, 15), + (134693, "273002", 1, 0, 15), + (134694, "273002", 1, 0, 15), + (134695, "273002", 1, 0, 15), + (134696, "273002", 1, 0, 15), + (134697, "273002", 1, 0, 15), + (134698, "273002", 1, 0, 15), + (134699, "273002", 1, 0, 15), + (134700, "273405", 1, 0, 15), + (134701, "273405", 1, 0, 15), + (134702, "273405", 1, 0, 15), + (134703, "273405", 1, 0, 15), + (134704, "273405", 1, 0, 15), + (134705, "273405", 1, 0, 15), + (134706, "273203", 1, 0, 15), + (134707, "273203", 1, 0, 15), + (134708, "273203", 1, 0, 15), + (134709, "273203", 1, 0, 15), + (134710, "273306", 1, 0, 15), + (134711, "273306", 1, 0, 15), + (134712, "273306", 1, 0, 15), + (134713, "273306", 1, 0, 15), + (134714, "273306", 1, 0, 15), + (134715, "273306", 1, 0, 15), + (134716, "273306", 1, 0, 15), + (134717, "273306", 1, 0, 15), + (134718, "273306", 1, 0, 15), + (134719, "273306", 1, 0, 15), + (134720, "273013", 1, 0, 15), + (134721, "273013", 1, 0, 15), + (134722, "273013", 1, 0, 15), + (134723, "273013", 1, 0, 15), + (134724, "273201", 1, 0, 15), + (134725, "273201", 1, 0, 15), + (134726, "273201", 1, 0, 15), + (134727, "273201", 1, 0, 15), + (134728, "273201", 1, 0, 15), + (134729, "273201", 1, 0, 15), + (134730, "273201", 1, 0, 15), + (134731, "273201", 1, 0, 15), + (134732, "273007", 1, 0, 15), + (134733, "273007", 1, 0, 15), + (134734, "273007", 1, 0, 15), + (134735, "273007", 1, 0, 15), + (134736, "273007", 1, 0, 15), + (134737, "273007", 1, 0, 15), + (134738, "273007", 1, 0, 15), + (134739, "273007", 1, 0, 15), + (134740, "273010", 1, 0, 15), + (134741, "273010", 1, 0, 15), + (134742, "273301", 1, 0, 15), + (134743, "273301", 1, 0, 15), + (134744, "273301", 1, 0, 15), + (134745, "273301", 1, 0, 15), + (134746, "273301", 1, 0, 15), + (134747, "273301", 1, 0, 15), + (134748, "273301", 1, 0, 15), + (134749, "273152", 1, 0, 15), + (134750, "273152", 1, 0, 15), + (134751, "273306", 1, 0, 15), + (134752, "273152", 1, 0, 15), + (134753, "273152", 1, 0, 15), + (134754, "273301", 1, 0, 15), + (134755, "273152", 1, 0, 15), + (134756, "241001", 1, 0, 15), + (134757, "241001", 1, 0, 15), + (134758, "241001", 1, 0, 15), + (134759, "241001", 1, 0, 15), + (134760, "241001", 1, 0, 15), + (134761, "241001", 1, 0, 15), + (134762, "241001", 1, 0, 15), + (134763, "241001", 1, 0, 15), + (134764, "241001", 1, 0, 15), + (134765, "241001", 1, 0, 15), + (134766, "241001", 1, 0, 15), + (134767, "241001", 1, 0, 15), + (134768, "241001", 1, 0, 15), + (134769, "241001", 1, 0, 15), + (134770, "241001", 1, 0, 15), + (134771, "241001", 1, 0, 15), + (134772, "241001", 1, 0, 15), + (134773, "241001", 1, 0, 15), + (134774, "241001", 1, 0, 15), + (134775, "241001", 1, 0, 15), + (134776, "241001", 1, 0, 15), + (134777, "241001", 1, 0, 15), + (134778, "241001", 1, 0, 15), + (134779, "241001", 1, 0, 15), + (134780, "241001", 1, 0, 15), + (134781, "241001", 1, 0, 15), + (134782, "241001", 1, 0, 15), + (134783, "241001", 1, 0, 15), + (134784, "284121", 1, 0, 15), + (134785, "284202", 1, 0, 15), + (134786, "284303", 1, 0, 15), + (134787, "284205", 1, 0, 15), + (134788, "284122", 1, 0, 15), + (134789, "284405", 1, 0, 15), + (134790, "284126", 1, 0, 15), + (134791, "284403", 1, 0, 15), + (134792, "285202", 1, 0, 15), + (134793, "285124", 1, 0, 15), + (134794, "285205", 1, 0, 15), + (134795, "285126", 1, 0, 15), + (134796, "285126", 1, 0, 15), + (134797, "285126", 1, 0, 15), + (134798, "285126", 1, 0, 15), + (134799, "285126", 1, 0, 15), + (134800, "285126", 1, 0, 15), + (134801, "285126", 1, 0, 15), + (134802, "285206", 1, 0, 15), + (134803, "285206", 1, 0, 15), + (134804, "285206", 1, 0, 15), + (134805, "285206", 1, 0, 15), + (134806, "285205", 1, 0, 15), + (134807, "285127", 1, 0, 15), + (134808, "285127", 1, 0, 15), + (134809, "285127", 1, 0, 15), + (134810, "285127", 1, 0, 15), + (134811, "285127", 1, 0, 15), + (134812, "285127", 1, 0, 15), + (134813, "285127", 1, 0, 15), + (134814, "285129", 1, 0, 15), + (134815, "285129", 1, 0, 15), + (134816, "285129", 1, 0, 15), + (134817, "285129", 1, 0, 15), + (134818, "285205", 1, 0, 15), + (134819, "285205", 1, 0, 15), + (134820, "285205", 1, 0, 15), + (134821, "285205", 1, 0, 15), + (134822, "285205", 1, 0, 15), + (134823, "285205", 1, 0, 15), + (134824, "285205", 1, 0, 15), + (134825, "285205", 1, 0, 15), + (134826, "285205", 1, 0, 15), + (134827, "285205", 1, 0, 15), + (134828, "285205", 1, 0, 15), + (134829, "285205", 1, 0, 15), + (134830, "285205", 1, 0, 15), + (134831, "285205", 1, 0, 15), + (134832, "285205", 1, 0, 15), + (134833, "285205", 1, 0, 15), + (134834, "285205", 1, 0, 15), + (134835, "285205", 1, 0, 15), + (134836, "285223", 1, 0, 15), + (134837, "285223", 1, 0, 15), + (134838, "285223", 1, 0, 15), + (134839, "285223", 1, 0, 15), + (134840, "285223", 1, 0, 15), + (134841, "285223", 1, 0, 15), + (134842, "285125", 1, 0, 15), + (134843, "285125", 1, 0, 15), + (134844, "285125", 1, 0, 15), + (134845, "285125", 1, 0, 15), + (134846, "285125", 1, 0, 15), + (134847, "285125", 1, 0, 15), + (134848, "285125", 1, 0, 15), + (134849, "285125", 1, 0, 15), + (134850, "285125", 1, 0, 15), + (134851, "285125", 1, 0, 15), + (134852, "285125", 1, 0, 15), + (134853, "285125", 1, 0, 15), + (134854, "285125", 1, 0, 15), + (134855, "285130", 1, 0, 15), + (134856, "285130", 1, 0, 15), + (134857, "285130", 1, 0, 15), + (134858, "285130", 1, 0, 15), + (134859, "285130", 1, 0, 15), + (134860, "285130", 1, 0, 15), + (134861, "285130", 1, 0, 15), + (134862, "285130", 1, 0, 15), + (134863, "285130", 1, 0, 15), + (134864, "284202", 1, 0, 15), + (134865, "284202", 1, 0, 15), + (134866, "284202", 1, 0, 15), + (134867, "284202", 1, 0, 15), + (134868, "284202", 1, 0, 15), + (134869, "284202", 1, 0, 15), + (134870, "284202", 1, 0, 15), + (134871, "284202", 1, 0, 15), + (134872, "284202", 1, 0, 15), + (134873, "284202", 1, 0, 15), + (134874, "284202", 1, 0, 15), + (134875, "284202", 1, 0, 15), + (134876, "284202", 1, 0, 15), + (134877, "284002", 1, 0, 15), + (134878, "284204", 1, 0, 15), + (134879, "284204", 1, 0, 15), + (134880, "284204", 1, 0, 15), + (134881, "284204", 1, 0, 15), + (134882, "284204", 1, 0, 15), + (134883, "284204", 1, 0, 15), + (134884, "284204", 1, 0, 15), + (134885, "284204", 1, 0, 15), + (134886, "284204", 1, 0, 15), + (134887, "284204", 1, 0, 15), + (134888, "284204", 1, 0, 15), + (134889, "284204", 1, 0, 15), + (134890, "284204", 1, 0, 15), + (134891, "284204", 1, 0, 15), + (134892, "284204", 1, 0, 15), + (134893, "284204", 1, 0, 15), + (134894, "284204", 1, 0, 15), + (134895, "284204", 1, 0, 15), + (134896, "284303", 1, 0, 15), + (134897, "284303", 1, 0, 15), + (134898, "284303", 1, 0, 15), + (134899, "284303", 1, 0, 15), + (134900, "284303", 1, 0, 15), + (134901, "284303", 1, 0, 15), + (134902, "284303", 1, 0, 15), + (134903, "284303", 1, 0, 15), + (134904, "284303", 1, 0, 15), + (134905, "284303", 1, 0, 15), + (134906, "284303", 1, 0, 15), + (134907, "284303", 1, 0, 15), + (134908, "284303", 1, 0, 15), + (134909, "284303", 1, 0, 15), + (134910, "284303", 1, 0, 15), + (134911, "284303", 1, 0, 15), + (134912, "284303", 1, 0, 15), + (134913, "284303", 1, 0, 15), + (134914, "284303", 1, 0, 15), + (134915, "284303", 1, 0, 15), + (134916, "284303", 1, 0, 15), + (134917, "284303", 1, 0, 15), + (134918, "284303", 1, 0, 15), + (134919, "284303", 1, 0, 15), + (134920, "284303", 1, 0, 15), + (134921, "284306", 1, 0, 15), + (134922, "284306", 1, 0, 15), + (134923, "284306", 1, 0, 15), + (134924, "284306", 1, 0, 15), + (134925, "284306", 1, 0, 15), + (134926, "284306", 1, 0, 15), + (134927, "284419", 1, 0, 15), + (134928, "284419", 1, 0, 15), + (134929, "284419", 1, 0, 15), + (134930, "284419", 1, 0, 15), + (134931, "284419", 1, 0, 15), + (134932, "284205", 1, 0, 15), + (134933, "284205", 1, 0, 15), + (134934, "284205", 1, 0, 15), + (134935, "284205", 1, 0, 15), + (134936, "284205", 1, 0, 15), + (134937, "284205", 1, 0, 15), + (134938, "284205", 1, 0, 15), + (134939, "284205", 1, 0, 15), + (134940, "284205", 1, 0, 15), + (134941, "284205", 1, 0, 15), + (134942, "284205", 1, 0, 15), + (134943, "284205", 1, 0, 15), + (134944, "284205", 1, 0, 15), + (134945, "284205", 1, 0, 15), + (134946, "284205", 1, 0, 15), + (134947, "284205", 1, 0, 15), + (134948, "284205", 1, 0, 15), + (134949, "284304", 1, 0, 15), + (134950, "284304", 1, 0, 15), + (134951, "284304", 1, 0, 15), + (134952, "284003", 1, 0, 15), + (134953, "284003", 1, 0, 15), + (134954, "284003", 1, 0, 15), + (134955, "284206", 1, 0, 15), + (134956, "284206", 1, 0, 15), + (134957, "284206", 1, 0, 15), + (134958, "284206", 1, 0, 15), + (134959, "284206", 1, 0, 15), + (134960, "284402", 1, 0, 15), + (134961, "284402", 1, 0, 15), + (134962, "284402", 1, 0, 15), + (134963, "284402", 1, 0, 15), + (134964, "284402", 1, 0, 15), + (134965, "284402", 1, 0, 15), + (134966, "284402", 1, 0, 15), + (134967, "284402", 1, 0, 15), + (134968, "284122", 1, 0, 15), + (134969, "284122", 1, 0, 15), + (134970, "284122", 1, 0, 15), + (134971, "284122", 1, 0, 15), + (134972, "284122", 1, 0, 15), + (134973, "284122", 1, 0, 15), + (134974, "284122", 1, 0, 15), + (134975, "284121", 1, 0, 15), + (134976, "284121", 1, 0, 15), + (134977, "284201", 1, 0, 15), + (134978, "284127", 1, 0, 15), + (134979, "284127", 1, 0, 15), + (134980, "284120", 1, 0, 15), + (134981, "284120", 1, 0, 15), + (134982, "284120", 1, 0, 15), + (134983, "284120", 1, 0, 15), + (134984, "284120", 1, 0, 15), + (134985, "284301", 1, 0, 15), + (134986, "284301", 1, 0, 15), + (134987, "284301", 1, 0, 15), + (134988, "284301", 1, 0, 15), + (134989, "284301", 1, 0, 15), + (134990, "284301", 1, 0, 15), + (134991, "284301", 1, 0, 15), + (134992, "284301", 1, 0, 15), + (134993, "284301", 1, 0, 15), + (134994, "284302", 1, 0, 15), + (134995, "284302", 1, 0, 15), + (134996, "284302", 1, 0, 15), + (134997, "284302", 1, 0, 15), + (134998, "284302", 1, 0, 15), + (134999, "284302", 1, 0, 15), + (135000, "284302", 1, 0, 15), + (135001, "284203", 1, 0, 15), + (135002, "284203", 1, 0, 15), + (135003, "284203", 1, 0, 15), + (135004, "284203", 1, 0, 15), + (135005, "284203", 1, 0, 15), + (135006, "284203", 1, 0, 15), + (135007, "284203", 1, 0, 15), + (135008, "284203", 1, 0, 15), + (135009, "284202", 1, 0, 15), + (135010, "284202", 1, 0, 15), + (135011, "284202", 1, 0, 15), + (135012, "284202", 1, 0, 15), + (135013, "284122", 1, 0, 15), + (135014, "284122", 1, 0, 15), + (135015, "284122", 1, 0, 15), + (135016, "284122", 1, 0, 15), + (135017, "284122", 1, 0, 15), + (135018, "284122", 1, 0, 15), + (135019, "284122", 1, 0, 15), + (135020, "284123", 1, 0, 15), + (135021, "284123", 1, 0, 15), + (135022, "284123", 1, 0, 15), + (135023, "284123", 1, 0, 15), + (135024, "284123", 1, 0, 15), + (135025, "284123", 1, 0, 15), + (135026, "284123", 1, 0, 15), + (135027, "284123", 1, 0, 15), + (135028, "284123", 1, 0, 15), + (135029, "284123", 1, 0, 15), + (135030, "284123", 1, 0, 15), + (135031, "284123", 1, 0, 15), + (135032, "284123", 1, 0, 15), + (135033, "284123", 1, 0, 15), + (135034, "284124", 1, 0, 15), + (135035, "284124", 1, 0, 15), + (135036, "284124", 1, 0, 15), + (135037, "284124", 1, 0, 15), + (135038, "284124", 1, 0, 15), + (135039, "284124", 1, 0, 15), + (135040, "284124", 1, 0, 15), + (135041, "284124", 1, 0, 15), + (135042, "284124", 1, 0, 15), + (135043, "284405", 1, 0, 15), + (135044, "284405", 1, 0, 15), + (135045, "284405", 1, 0, 15), + (135046, "284405", 1, 0, 15), + (135047, "284405", 1, 0, 15), + (135048, "284405", 1, 0, 15), + (135049, "284405", 1, 0, 15), + (135050, "284405", 1, 0, 15), + (135051, "284405", 1, 0, 15), + (135052, "284405", 1, 0, 15), + (135053, "284405", 1, 0, 15), + (135054, "284405", 1, 0, 15), + (135055, "284405", 1, 0, 15), + (135056, "284405", 1, 0, 15), + (135057, "284405", 1, 0, 15), + (135058, "284404", 1, 0, 15), + (135059, "284404", 1, 0, 15), + (135060, "284404", 1, 0, 15), + (135061, "284404", 1, 0, 15), + (135062, "284404", 1, 0, 15), + (135063, "284404", 1, 0, 15), + (135064, "284404", 1, 0, 15), + (135065, "284404", 1, 0, 15), + (135066, "284404", 1, 0, 15), + (135067, "284404", 1, 0, 15), + (135068, "284404", 1, 0, 15), + (135069, "284404", 1, 0, 15), + (135070, "284136", 1, 0, 15), + (135071, "284406", 1, 0, 15), + (135072, "284406", 1, 0, 15), + (135073, "284406", 1, 0, 15), + (135074, "284406", 1, 0, 15), + (135075, "284406", 1, 0, 15), + (135076, "284406", 1, 0, 15), + (135077, "284406", 1, 0, 15), + (135078, "284406", 1, 0, 15), + (135079, "284406", 1, 0, 15), + (135080, "284501", 1, 0, 15), + (135081, "284501", 1, 0, 15), + (135082, "284501", 1, 0, 15), + (135083, "284501", 1, 0, 15), + (135084, "284126", 1, 0, 15), + (135085, "284126", 1, 0, 15), + (135086, "284126", 1, 0, 15), + (135087, "284126", 1, 0, 15), + (135088, "284126", 1, 0, 15), + (135089, "284126", 1, 0, 15), + (135090, "284126", 1, 0, 15), + (135091, "284126", 1, 0, 15), + (135092, "284126", 1, 0, 15), + (135093, "284126", 1, 0, 15), + (135094, "284126", 1, 0, 15), + (135095, "284126", 1, 0, 15), + (135096, "284126", 1, 0, 15), + (135097, "284126", 1, 0, 15), + (135098, "284126", 1, 0, 15), + (135099, "284126", 1, 0, 15), + (135100, "284403", 1, 0, 15), + (135101, "284403", 1, 0, 15), + (135102, "284403", 1, 0, 15), + (135103, "284403", 1, 0, 15), + (135104, "284403", 1, 0, 15), + (135105, "284403", 1, 0, 15), + (135106, "284403", 1, 0, 15), + (135107, "284403", 1, 0, 15), + (135108, "284403", 1, 0, 15), + (135109, "284403", 1, 0, 15), + (135110, "284403", 1, 0, 15), + (135111, "284403", 1, 0, 15), + (135112, "284403", 1, 0, 15), + (135113, "284403", 1, 0, 15), + (135114, "284403", 1, 0, 15), + (135115, "284403", 1, 0, 15), + (135116, "284403", 1, 0, 15), + (135117, "284403", 1, 0, 15), + (135118, "284403", 1, 0, 15), + (135119, "284403", 1, 0, 15), + (135120, "284403", 1, 0, 15), + (135121, "284403", 1, 0, 15), + (135122, "284403", 1, 0, 15), + (135123, "284403", 1, 0, 15), + (135124, "284403", 1, 0, 15), + (135125, "284403", 1, 0, 15), + (135126, "284403", 1, 0, 15), + (135127, "284403", 1, 0, 15), + (135128, "284403", 1, 0, 15), + (135129, "284403", 1, 0, 15), + (135130, "285001", 1, 0, 15), + (135131, "285001", 1, 0, 15), + (135132, "285001", 1, 0, 15), + (135133, "285001", 1, 0, 15), + (135134, "285001", 1, 0, 15), + (135135, "285001", 1, 0, 15), + (135136, "285001", 1, 0, 15), + (135137, "285001", 1, 0, 15), + (135138, "285001", 1, 0, 15), + (135139, "285001", 1, 0, 15), + (135140, "285001", 1, 0, 15), + (135141, "285001", 1, 0, 15), + (135142, "285001", 1, 0, 15), + (135143, "285001", 1, 0, 15), + (135144, "285001", 1, 0, 15), + (135145, "285001", 1, 0, 15), + (135146, "285001", 1, 0, 15), + (135147, "285001", 1, 0, 15), + (135148, "285201", 1, 0, 15), + (135149, "285201", 1, 0, 15), + (135150, "285201", 1, 0, 15), + (135151, "285201", 1, 0, 15), + (135152, "285201", 1, 0, 15), + (135153, "285201", 1, 0, 15), + (135154, "285201", 1, 0, 15), + (135155, "285201", 1, 0, 15), + (135156, "285201", 1, 0, 15), + (135157, "285201", 1, 0, 15), + (135158, "285201", 1, 0, 15), + (135159, "285201", 1, 0, 15), + (135160, "285201", 1, 0, 15), + (135161, "285201", 1, 0, 15), + (135162, "285201", 1, 0, 15), + (135163, "285201", 1, 0, 15), + (135164, "285202", 1, 0, 15), + (135165, "285202", 1, 0, 15), + (135166, "285202", 1, 0, 15), + (135167, "285202", 1, 0, 15), + (135168, "285202", 1, 0, 15), + (135169, "285202", 1, 0, 15), + (135170, "285202", 1, 0, 15), + (135171, "285202", 1, 0, 15), + (135172, "285202", 1, 0, 15), + (135173, "285202", 1, 0, 15), + (135174, "285202", 1, 0, 15), + (135175, "285202", 1, 0, 15), + (135176, "285202", 1, 0, 15), + (135177, "285121", 1, 0, 15), + (135178, "285121", 1, 0, 15), + (135179, "285121", 1, 0, 15), + (135180, "285121", 1, 0, 15), + (135181, "285121", 1, 0, 15), + (135182, "285121", 1, 0, 15), + (135183, "285121", 1, 0, 15), + (135184, "285121", 1, 0, 15), + (135185, "285121", 1, 0, 15), + (135186, "285121", 1, 0, 15), + (135187, "285121", 1, 0, 15), + (135188, "285121", 1, 0, 15), + (135189, "285121", 1, 0, 15), + (135190, "285121", 1, 0, 15), + (135191, "285121", 1, 0, 15), + (135192, "285121", 1, 0, 15), + (135193, "285203", 1, 0, 15), + (135194, "285203", 1, 0, 15), + (135195, "285203", 1, 0, 15), + (135196, "285203", 1, 0, 15), + (135197, "285203", 1, 0, 15), + (135198, "285203", 1, 0, 15), + (135199, "285203", 1, 0, 15), + (135200, "285203", 1, 0, 15), + (135201, "285203", 1, 0, 15), + (135202, "285203", 1, 0, 15), + (135203, "285203", 1, 0, 15), + (135204, "285203", 1, 0, 15), + (135205, "285203", 1, 0, 15), + (135206, "285203", 1, 0, 15), + (135207, "285203", 1, 0, 15), + (135208, "285122", 1, 0, 15), + (135209, "285122", 1, 0, 15), + (135210, "285122", 1, 0, 15), + (135211, "285122", 1, 0, 15), + (135212, "285122", 1, 0, 15), + (135213, "285122", 1, 0, 15), + (135214, "285128", 1, 0, 15), + (135215, "285128", 1, 0, 15), + (135216, "285128", 1, 0, 15), + (135217, "285128", 1, 0, 15), + (135218, "285128", 1, 0, 15), + (135219, "285128", 1, 0, 15), + (135220, "285124", 1, 0, 15), + (135221, "285124", 1, 0, 15), + (135222, "285124", 1, 0, 15), + (135223, "285124", 1, 0, 15), + (135224, "285124", 1, 0, 15), + (135225, "285124", 1, 0, 15), + (135226, "285123", 1, 0, 15), + (135227, "285123", 1, 0, 15), + (135228, "285123", 1, 0, 15), + (135229, "285123", 1, 0, 15), + (135230, "285123", 1, 0, 15), + (135231, "285123", 1, 0, 15), + (135232, "285123", 1, 0, 15), + (135233, "285123", 1, 0, 15), + (135234, "285123", 1, 0, 15), + (135235, "285123", 1, 0, 15), + (135236, "285123", 1, 0, 15), + (135237, "285123", 1, 0, 15), + (135238, "285123", 1, 0, 15), + (135239, "285123", 1, 0, 15), + (135240, "285123", 1, 0, 15), + (135241, "285123", 1, 0, 15), + (135242, "285123", 1, 0, 15), + (135243, "285123", 1, 0, 15), + (135244, "285123", 1, 0, 15), + (135245, "285123", 1, 0, 15), + (135246, "285123", 1, 0, 15), + (135247, "285123", 1, 0, 15), + (135248, "285123", 1, 0, 15), + (135249, "285123", 1, 0, 15), + (135250, "285123", 1, 0, 15), + (135251, "285123", 1, 0, 15), + (135252, "285123", 1, 0, 15), + (135253, "285123", 1, 0, 15), + (135254, "285123", 1, 0, 15), + (135255, "285204", 1, 0, 15), + (135256, "285204", 1, 0, 15), + (135257, "285204", 1, 0, 15), + (135258, "285204", 1, 0, 15), + (135259, "285204", 1, 0, 15), + (135260, "285204", 1, 0, 15), + (135261, "285204", 1, 0, 15), + (135262, "285205", 1, 0, 15), + (135263, "285205", 1, 0, 15), + (135264, "285205", 1, 0, 15), + (135265, "285205", 1, 0, 15), + (135266, "285205", 1, 0, 15), + (135267, "285205", 1, 0, 15), + (135268, "284002", 1, 0, 15), + (135269, "284003", 1, 0, 15), + (135270, "284002", 1, 0, 15), + (135271, "284002", 1, 0, 15), + (135272, "284002", 1, 0, 15), + (135273, "284002", 1, 0, 15), + (135274, "284128", 1, 0, 15), + (135275, "284204", 1, 0, 15), + (135276, "284204", 1, 0, 15), + (135277, "284204", 1, 0, 15), + (135278, "284204", 1, 0, 15), + (135279, "284204", 1, 0, 15), + (135280, "284204", 1, 0, 15), + (135281, "284204", 1, 0, 15), + (135282, "284204", 1, 0, 15), + (135283, "284204", 1, 0, 15), + (135284, "284204", 1, 0, 15), + (135285, "284204", 1, 0, 15), + (135286, "284204", 1, 0, 15), + (135287, "284204", 1, 0, 15), + (135288, "284204", 1, 0, 15), + (135289, "284204", 1, 0, 15), + (135290, "284135", 1, 0, 15), + (135291, "284135", 1, 0, 15), + (135292, "284121", 1, 0, 15), + (135293, "284401", 1, 0, 15), + (135294, "284401", 1, 0, 15), + (135295, "284401", 1, 0, 15), + (135296, "284401", 1, 0, 15), + (135297, "284401", 1, 0, 15), + (135298, "284401", 1, 0, 15), + (135299, "284121", 1, 0, 15), + (135300, "284121", 1, 0, 15), + (135301, "284121", 1, 0, 15), + (135302, "284121", 1, 0, 15), + (135303, "284121", 1, 0, 15), + (135304, "208017", 1, 0, 15), + (135305, "209306", 1, 0, 15), + (135306, "209202", 1, 0, 15), + (135307, "209301", 1, 0, 15), + (135308, "209311", 1, 0, 15), + (135309, "209306", 1, 0, 15), + (135310, "209205", 1, 0, 15), + (135311, "209831", 1, 0, 15), + (135312, "209863", 1, 0, 15), + (135313, "209825", 1, 0, 15), + (135314, "209865", 1, 0, 15), + (135315, "209862", 1, 0, 15), + (135316, "209870", 1, 0, 15), + (135317, "209870", 1, 0, 15), + (135318, "209870", 1, 0, 15), + (135319, "209870", 1, 0, 15), + (135320, "209870", 1, 0, 15), + (135321, "209870", 1, 0, 15), + (135322, "209871", 1, 0, 15), + (135323, "209870", 1, 0, 15), + (135324, "209870", 1, 0, 15), + (135325, "209870", 1, 0, 15), + (135326, "209870", 1, 0, 15), + (135327, "209871", 1, 0, 15), + (135328, "209871", 1, 0, 15), + (135329, "209871", 1, 0, 15), + (135330, "209871", 1, 0, 15), + (135331, "209871", 1, 0, 15), + (135332, "209871", 1, 0, 15), + (135333, "209865", 1, 0, 15), + (135334, "209871", 1, 0, 15), + (135335, "209871", 1, 0, 15), + (135336, "209871", 1, 0, 15), + (135337, "209871", 1, 0, 15), + (135338, "209871", 1, 0, 15), + (135339, "209871", 1, 0, 15), + (135340, "209862", 1, 0, 15), + (135341, "209871", 1, 0, 15), + (135342, "209871", 1, 0, 15), + (135343, "209871", 1, 0, 15), + (135344, "209871", 1, 0, 15), + (135345, "209871", 1, 0, 15), + (135346, "209871", 1, 0, 15), + (135347, "209871", 1, 0, 15), + (135348, "209871", 1, 0, 15), + (135349, "209871", 1, 0, 15), + (135350, "209871", 1, 0, 15), + (135351, "209202", 1, 0, 15), + (135352, "209202", 1, 0, 15), + (135353, "209202", 1, 0, 15), + (135354, "209202", 1, 0, 15), + (135355, "209202", 1, 0, 15), + (135356, "209202", 1, 0, 15), + (135357, "209202", 1, 0, 15), + (135358, "209202", 1, 0, 15), + (135359, "209202", 1, 0, 15), + (135360, "209202", 1, 0, 15), + (135361, "209202", 1, 0, 15), + (135362, "209202", 1, 0, 15), + (135363, "209202", 1, 0, 15), + (135364, "209202", 1, 0, 15), + (135365, "209202", 1, 0, 15), + (135366, "209202", 1, 0, 15), + (135367, "209202", 1, 0, 15), + (135368, "209312", 1, 0, 15), + (135369, "209312", 1, 0, 15), + (135370, "209312", 1, 0, 15), + (135371, "209312", 1, 0, 15), + (135372, "209312", 1, 0, 15), + (135373, "209312", 1, 0, 15), + (135374, "209312", 1, 0, 15), + (135375, "209312", 1, 0, 15), + (135376, "209312", 1, 0, 15), + (135377, "209203", 1, 0, 15), + (135378, "209203", 1, 0, 15), + (135379, "209203", 1, 0, 15), + (135380, "209203", 1, 0, 15), + (135381, "209203", 1, 0, 15), + (135382, "209203", 1, 0, 15), + (135383, "209301", 1, 0, 15), + (135384, "209301", 1, 0, 15), + (135385, "209301", 1, 0, 15), + (135386, "209301", 1, 0, 15), + (135387, "209301", 1, 0, 15), + (135388, "209301", 1, 0, 15), + (135389, "209301", 1, 0, 15), + (135390, "209301", 1, 0, 15), + (135391, "209306", 1, 0, 15), + (135392, "209306", 1, 0, 15), + (135393, "209306", 1, 0, 15), + (135394, "209306", 1, 0, 15), + (135395, "209306", 1, 0, 15), + (135396, "209306", 1, 0, 15), + (135397, "209306", 1, 0, 15), + (135398, "209306", 1, 0, 15), + (135399, "209306", 1, 0, 15), + (135400, "209112", 1, 0, 15), + (135401, "209112", 1, 0, 15), + (135402, "209112", 1, 0, 15), + (135403, "209112", 1, 0, 15), + (135404, "209112", 1, 0, 15), + (135405, "209112", 1, 0, 15), + (135406, "209112", 1, 0, 15), + (135407, "209112", 1, 0, 15), + (135408, "209112", 1, 0, 15), + (135409, "209209", 1, 0, 15), + (135410, "209209", 1, 0, 15), + (135411, "209209", 1, 0, 15), + (135412, "209209", 1, 0, 15), + (135413, "209209", 1, 0, 15), + (135414, "209209", 1, 0, 15), + (135415, "209209", 1, 0, 15), + (135416, "209209", 1, 0, 15), + (135417, "209206", 1, 0, 15), + (135418, "209307", 1, 0, 15), + (135419, "209307", 1, 0, 15), + (135420, "209307", 1, 0, 15), + (135421, "209307", 1, 0, 15), + (135422, "209307", 1, 0, 15), + (135423, "209307", 1, 0, 15), + (135424, "209307", 1, 0, 15), + (135425, "209202", 1, 0, 15), + (135426, "209202", 1, 0, 15), + (135427, "209202", 1, 0, 15), + (135428, "209202", 1, 0, 15), + (135429, "209202", 1, 0, 15), + (135430, "209301", 1, 0, 15), + (135431, "209206", 1, 0, 15), + (135432, "209206", 1, 0, 15), + (135433, "209206", 1, 0, 15), + (135434, "209206", 1, 0, 15), + (135435, "209206", 1, 0, 15), + (135436, "209206", 1, 0, 15), + (135437, "209206", 1, 0, 15), + (135438, "209206", 1, 0, 15), + (135439, "209206", 1, 0, 15), + (135440, "209206", 1, 0, 15), + (135441, "209206", 1, 0, 15), + (135442, "209870", 1, 0, 15), + (135443, "209206", 1, 0, 15), + (135444, "209206", 1, 0, 15), + (135445, "209206", 1, 0, 15), + (135446, "209206", 1, 0, 15), + (135447, "209206", 1, 0, 15), + (135448, "209206", 1, 0, 15), + (135449, "209206", 1, 0, 15), + (135450, "209206", 1, 0, 15), + (135451, "209206", 1, 0, 15), + (135452, "209206", 1, 0, 15), + (135453, "209206", 1, 0, 15), + (135454, "209206", 1, 0, 15), + (135455, "209206", 1, 0, 15), + (135456, "209206", 1, 0, 15), + (135457, "209206", 1, 0, 15), + (135458, "209206", 1, 0, 15), + (135459, "209302", 1, 0, 15), + (135460, "209302", 1, 0, 15), + (135461, "209204", 1, 0, 15), + (135462, "209302", 1, 0, 15), + (135463, "209302", 1, 0, 15), + (135464, "209302", 1, 0, 15), + (135465, "209302", 1, 0, 15), + (135466, "209302", 1, 0, 15), + (135467, "209302", 1, 0, 15), + (135468, "209302", 1, 0, 15), + (135469, "209302", 1, 0, 15), + (135470, "208001", 1, 0, 15), + (135471, "208001", 1, 0, 15), + (135472, "208001", 1, 0, 15), + (135473, "208001", 1, 0, 15), + (135474, "208001", 1, 0, 15), + (135475, "208001", 1, 0, 15), + (135476, "208001", 1, 0, 15), + (135477, "208001", 1, 0, 15), + (135478, "208001", 1, 0, 15), + (135479, "208001", 1, 0, 15), + (135480, "208001", 1, 0, 15), + (135481, "209101", 1, 0, 15), + (135482, "209101", 1, 0, 15), + (135483, "209101", 1, 0, 15), + (135484, "209101", 1, 0, 15), + (135485, "209101", 1, 0, 15), + (135486, "209101", 1, 0, 15), + (135487, "209101", 1, 0, 15), + (135488, "209101", 1, 0, 15), + (135489, "209208", 1, 0, 15), + (135490, "209101", 1, 0, 15), + (135491, "209101", 1, 0, 15), + (135492, "209101", 1, 0, 15), + (135493, "209101", 1, 0, 15), + (135494, "209101", 1, 0, 15), + (135495, "209115", 1, 0, 15), + (135496, "209115", 1, 0, 15), + (135497, "209115", 1, 0, 15), + (135498, "209115", 1, 0, 15), + (135499, "209115", 1, 0, 15), + (135500, "209115", 1, 0, 15), + (135501, "209115", 1, 0, 15), + (135502, "209115", 1, 0, 15), + (135503, "209115", 1, 0, 15), + (135504, "209115", 1, 0, 15), + (135505, "209115", 1, 0, 15), + (135506, "209115", 1, 0, 15), + (135507, "209115", 1, 0, 15), + (135508, "209115", 1, 0, 15), + (135509, "209306", 1, 0, 15), + (135510, "209311", 1, 0, 15), + (135511, "209311", 1, 0, 15), + (135512, "209311", 1, 0, 15), + (135513, "209311", 1, 0, 15), + (135514, "209208", 1, 0, 15), + (135515, "209208", 1, 0, 15), + (135516, "209208", 1, 0, 15), + (135517, "209208", 1, 0, 15), + (135518, "209208", 1, 0, 15), + (135519, "209208", 1, 0, 15), + (135520, "209208", 1, 0, 15), + (135521, "209310", 1, 0, 15), + (135522, "209310", 1, 0, 15), + (135523, "209310", 1, 0, 15), + (135524, "209310", 1, 0, 15), + (135525, "209310", 1, 0, 15), + (135526, "209310", 1, 0, 15), + (135527, "209310", 1, 0, 15), + (135528, "209310", 1, 0, 15), + (135529, "209308", 1, 0, 15), + (135530, "209825", 1, 0, 15), + (135531, "209308", 1, 0, 15), + (135532, "209308", 1, 0, 15), + (135533, "209308", 1, 0, 15), + (135534, "209863", 1, 0, 15), + (135535, "209308", 1, 0, 15), + (135536, "209111", 1, 0, 15), + (135537, "209111", 1, 0, 15), + (135538, "209111", 1, 0, 15), + (135539, "209111", 1, 0, 15), + (135540, "209111", 1, 0, 15), + (135541, "209111", 1, 0, 15), + (135542, "209111", 1, 0, 15), + (135543, "209111", 1, 0, 15), + (135544, "209115", 1, 0, 15), + (135545, "209115", 1, 0, 15), + (135546, "209115", 1, 0, 15), + (135547, "209115", 1, 0, 15), + (135548, "209306", 1, 0, 15), + (135549, "209206", 1, 0, 15), + (135550, "209306", 1, 0, 15), + (135551, "209306", 1, 0, 15), + (135552, "209303", 1, 0, 15), + (135553, "209303", 1, 0, 15), + (135554, "209303", 1, 0, 15), + (135555, "209303", 1, 0, 15), + (135556, "209303", 1, 0, 15), + (135557, "209303", 1, 0, 15), + (135558, "209303", 1, 0, 15), + (135559, "209303", 1, 0, 15), + (135560, "209303", 1, 0, 15), + (135561, "209303", 1, 0, 15), + (135562, "209303", 1, 0, 15), + (135563, "209303", 1, 0, 15), + (135564, "209303", 1, 0, 15), + (135565, "209121", 1, 0, 15), + (135566, "209121", 1, 0, 15), + (135567, "209121", 1, 0, 15), + (135568, "209121", 1, 0, 15), + (135569, "209121", 1, 0, 15), + (135570, "209121", 1, 0, 15), + (135571, "209121", 1, 0, 15), + (135572, "209121", 1, 0, 15), + (135573, "209121", 1, 0, 15), + (135574, "209121", 1, 0, 15), + (135575, "209121", 1, 0, 15), + (135576, "209121", 1, 0, 15), + (135577, "209121", 1, 0, 15), + (135578, "209121", 1, 0, 15), + (135579, "209121", 1, 0, 15), + (135580, "209121", 1, 0, 15), + (135581, "209121", 1, 0, 15), + (135582, "209121", 1, 0, 15), + (135583, "209121", 1, 0, 15), + (135584, "209121", 1, 0, 15), + (135585, "209205", 1, 0, 15), + (135586, "209205", 1, 0, 15), + (135587, "209205", 1, 0, 15), + (135588, "209205", 1, 0, 15), + (135589, "209202", 1, 0, 15), + (135590, "209204", 1, 0, 15), + (135591, "209204", 1, 0, 15), + (135592, "209204", 1, 0, 15), + (135593, "209204", 1, 0, 15), + (135594, "209204", 1, 0, 15), + (135595, "209202", 1, 0, 15), + (135596, "209204", 1, 0, 15), + (135597, "209860", 1, 0, 15), + (135598, "209801", 1, 0, 15), + (135599, "209801", 1, 0, 15), + (135600, "209801", 1, 0, 15), + (135601, "209801", 1, 0, 15), + (135602, "209801", 1, 0, 15), + (135603, "209801", 1, 0, 15), + (135604, "209860", 1, 0, 15), + (135605, "209801", 1, 0, 15), + (135606, "209801", 1, 0, 15), + (135607, "209801", 1, 0, 15), + (135608, "209801", 1, 0, 15), + (135609, "209801", 1, 0, 15), + (135610, "209801", 1, 0, 15), + (135611, "209860", 1, 0, 15), + (135612, "209801", 1, 0, 15), + (135613, "209860", 1, 0, 15), + (135614, "209801", 1, 0, 15), + (135615, "209801", 1, 0, 15), + (135616, "209860", 1, 0, 15), + (135617, "209860", 1, 0, 15), + (135618, "209860", 1, 0, 15), + (135619, "209860", 1, 0, 15), + (135620, "209860", 1, 0, 15), + (135621, "209801", 1, 0, 15), + (135622, "209801", 1, 0, 15), + (135623, "209860", 1, 0, 15), + (135624, "209860", 1, 0, 15), + (135625, "209860", 1, 0, 15), + (135626, "209801", 1, 0, 15), + (135627, "209801", 1, 0, 15), + (135628, "209801", 1, 0, 15), + (135629, "209860", 1, 0, 15), + (135630, "209801", 1, 0, 15), + (135631, "209801", 1, 0, 15), + (135632, "209801", 1, 0, 15), + (135633, "209860", 1, 0, 15), + (135634, "209801", 1, 0, 15), + (135635, "209801", 1, 0, 15), + (135636, "209801", 1, 0, 15), + (135637, "209801", 1, 0, 15), + (135638, "209801", 1, 0, 15), + (135639, "209801", 1, 0, 15), + (135640, "209801", 1, 0, 15), + (135641, "209801", 1, 0, 15), + (135642, "209801", 1, 0, 15), + (135643, "209801", 1, 0, 15), + (135644, "209801", 1, 0, 15), + (135645, "209801", 1, 0, 15), + (135646, "209868", 1, 0, 15), + (135647, "209868", 1, 0, 15), + (135648, "209868", 1, 0, 15), + (135649, "209868", 1, 0, 15), + (135650, "209868", 1, 0, 15), + (135651, "209868", 1, 0, 15), + (135652, "209868", 1, 0, 15), + (135653, "209868", 1, 0, 15), + (135654, "209868", 1, 0, 15), + (135655, "209868", 1, 0, 15), + (135656, "209868", 1, 0, 15), + (135657, "209868", 1, 0, 15), + (135658, "209868", 1, 0, 15), + (135659, "209868", 1, 0, 15), + (135660, "209868", 1, 0, 15), + (135661, "209866", 1, 0, 15), + (135662, "209866", 1, 0, 15), + (135663, "209866", 1, 0, 15), + (135664, "209866", 1, 0, 15), + (135665, "209866", 1, 0, 15), + (135666, "209866", 1, 0, 15), + (135667, "209866", 1, 0, 15), + (135668, "209866", 1, 0, 15), + (135669, "209866", 1, 0, 15), + (135670, "209866", 1, 0, 15), + (135671, "209863", 1, 0, 15), + (135672, "209863", 1, 0, 15), + (135673, "209863", 1, 0, 15), + (135674, "209863", 1, 0, 15), + (135675, "209863", 1, 0, 15), + (135676, "209863", 1, 0, 15), + (135677, "209863", 1, 0, 15), + (135678, "209863", 1, 0, 15), + (135679, "209863", 1, 0, 15), + (135680, "209863", 1, 0, 15), + (135681, "209862", 1, 0, 15), + (135682, "209862", 1, 0, 15), + (135683, "209862", 1, 0, 15), + (135684, "209881", 1, 0, 15), + (135685, "209881", 1, 0, 15), + (135686, "209881", 1, 0, 15), + (135687, "209881", 1, 0, 15), + (135688, "209881", 1, 0, 15), + (135689, "209859", 1, 0, 15), + (135690, "209859", 1, 0, 15), + (135691, "209859", 1, 0, 15), + (135692, "209859", 1, 0, 15), + (135693, "209859", 1, 0, 15), + (135694, "209859", 1, 0, 15), + (135695, "209859", 1, 0, 15), + (135696, "209859", 1, 0, 15), + (135697, "209859", 1, 0, 15), + (135698, "209859", 1, 0, 15), + (135699, "209859", 1, 0, 15), + (135700, "209859", 1, 0, 15), + (135701, "209867", 1, 0, 15), + (135702, "209867", 1, 0, 15), + (135703, "209867", 1, 0, 15), + (135704, "209867", 1, 0, 15), + (135705, "209867", 1, 0, 15), + (135706, "209867", 1, 0, 15), + (135707, "209867", 1, 0, 15), + (135708, "209867", 1, 0, 15), + (135709, "209867", 1, 0, 15), + (135710, "209867", 1, 0, 15), + (135711, "209867", 1, 0, 15), + (135712, "209825", 1, 0, 15), + (135713, "209825", 1, 0, 15), + (135714, "209825", 1, 0, 15), + (135715, "209825", 1, 0, 15), + (135716, "209825", 1, 0, 15), + (135717, "209825", 1, 0, 15), + (135718, "209825", 1, 0, 15), + (135719, "209825", 1, 0, 15), + (135720, "209825", 1, 0, 15), + (135721, "209825", 1, 0, 15), + (135722, "209825", 1, 0, 15), + (135723, "209825", 1, 0, 15), + (135724, "209825", 1, 0, 15), + (135725, "209825", 1, 0, 15), + (135726, "209825", 1, 0, 15), + (135727, "209825", 1, 0, 15), + (135728, "209825", 1, 0, 15), + (135729, "209825", 1, 0, 15), + (135730, "209825", 1, 0, 15), + (135731, "209863", 1, 0, 15), + (135732, "209870", 1, 0, 15), + (135733, "209870", 1, 0, 15), + (135734, "209870", 1, 0, 15), + (135735, "209870", 1, 0, 15), + (135736, "209870", 1, 0, 15), + (135737, "209870", 1, 0, 15), + (135738, "209870", 1, 0, 15), + (135739, "209204", 1, 0, 15), + (135740, "209204", 1, 0, 15), + (135741, "209204", 1, 0, 15), + (135742, "209204", 1, 0, 15), + (135743, "209125", 1, 0, 15), + (135744, "209125", 1, 0, 15), + (135745, "209125", 1, 0, 15), + (135746, "209125", 1, 0, 15), + (135747, "209125", 1, 0, 15), + (135748, "209125", 1, 0, 15), + (135749, "209125", 1, 0, 15), + (135750, "209125", 1, 0, 15), + (135751, "209125", 1, 0, 15), + (135752, "209125", 1, 0, 15), + (135753, "209125", 1, 0, 15), + (135754, "209210", 1, 0, 15), + (135755, "209210", 1, 0, 15), + (135756, "209210", 1, 0, 15), + (135757, "209210", 1, 0, 15), + (135758, "209210", 1, 0, 15), + (135759, "209210", 1, 0, 15), + (135760, "209860", 1, 0, 15), + (135761, "209801", 1, 0, 15), + (135762, "209860", 1, 0, 15), + (135763, "209863", 1, 0, 15), + (135764, "209863", 1, 0, 15), + (135765, "209864", 1, 0, 15), + (135766, "209864", 1, 0, 15), + (135767, "209864", 1, 0, 15), + (135768, "209865", 1, 0, 15), + (135769, "209865", 1, 0, 15), + (135770, "209865", 1, 0, 15), + (135771, "209865", 1, 0, 15), + (135772, "209865", 1, 0, 15), + (135773, "209865", 1, 0, 15), + (135774, "209865", 1, 0, 15), + (135775, "209865", 1, 0, 15), + (135776, "209865", 1, 0, 15), + (135777, "209827", 1, 0, 15), + (135778, "209827", 1, 0, 15), + (135779, "209827", 1, 0, 15), + (135780, "209827", 1, 0, 15), + (135781, "209827", 1, 0, 15), + (135782, "209827", 1, 0, 15), + (135783, "209869", 1, 0, 15), + (135784, "209869", 1, 0, 15), + (135785, "209869", 1, 0, 15), + (135786, "209869", 1, 0, 15), + (135787, "209869", 1, 0, 15), + (135788, "209869", 1, 0, 15), + (135789, "209861", 1, 0, 15), + (135790, "209861", 1, 0, 15), + (135791, "209861", 1, 0, 15), + (135792, "209841", 1, 0, 15), + (135793, "209841", 1, 0, 15), + (135794, "209841", 1, 0, 15), + (135795, "209821", 1, 0, 15), + (135796, "209821", 1, 0, 15), + (135797, "209821", 1, 0, 15), + (135798, "209821", 1, 0, 15), + (135799, "209821", 1, 0, 15), + (135800, "209821", 1, 0, 15), + (135801, "209821", 1, 0, 15), + (135802, "209821", 1, 0, 15), + (135803, "209821", 1, 0, 15), + (135804, "209821", 1, 0, 15), + (135805, "209821", 1, 0, 15), + (135806, "209821", 1, 0, 15), + (135807, "209821", 1, 0, 15), + (135808, "209821", 1, 0, 15), + (135809, "209821", 1, 0, 15), + (135810, "209821", 1, 0, 15), + (135811, "209825", 1, 0, 15), + (135812, "209821", 1, 0, 15), + (135813, "209821", 1, 0, 15), + (135814, "209821", 1, 0, 15), + (135815, "209862", 1, 0, 15), + (135816, "262701", 1, 0, 15), + (135817, "262701", 1, 0, 15), + (135818, "262701", 1, 0, 15), + (135819, "262701", 1, 0, 15), + (135820, "262701", 1, 0, 15), + (135821, "262701", 1, 0, 15), + (135822, "262701", 1, 0, 15), + (135823, "262701", 1, 0, 15), + (135824, "262701", 1, 0, 15), + (135825, "262701", 1, 0, 15), + (135826, "262701", 1, 0, 15), + (135827, "262701", 1, 0, 15), + (135828, "262701", 1, 0, 15), + (135829, "262701", 1, 0, 15), + (135830, "262701", 1, 0, 15), + (135831, "262701", 1, 0, 15), + (135832, "262701", 1, 0, 15), + (135833, "262701", 1, 0, 15), + (135834, "262701", 1, 0, 15), + (135835, "262701", 1, 0, 15), + (135836, "262701", 1, 0, 15), + (135837, "262702", 1, 0, 15), + (135838, "262721", 1, 0, 15), + (135839, "262721", 1, 0, 15), + (135840, "262721", 1, 0, 15), + (135841, "262721", 1, 0, 15), + (135842, "262721", 1, 0, 15), + (135843, "262721", 1, 0, 15), + (135844, "262721", 1, 0, 15), + (135845, "262721", 1, 0, 15), + (135846, "261506", 1, 0, 15), + (135847, "261506", 1, 0, 15), + (135848, "261506", 1, 0, 15), + (135849, "261506", 1, 0, 15), + (135850, "261506", 1, 0, 15), + (135851, "261506", 1, 0, 15), + (135852, "261506", 1, 0, 15), + (135853, "261506", 1, 0, 15), + (135854, "261506", 1, 0, 15), + (135855, "261506", 1, 0, 15), + (135856, "261506", 1, 0, 15), + (135857, "261501", 1, 0, 15), + (135858, "261502", 1, 0, 15), + (135859, "262906", 1, 0, 15), + (135860, "262802", 1, 0, 15), + (135861, "261505", 1, 0, 15), + (135862, "262902", 1, 0, 15), + (135863, "261506", 1, 0, 15), + (135864, "261506", 1, 0, 15), + (135865, "262724", 1, 0, 15), + (135866, "262724", 1, 0, 15), + (135867, "262724", 1, 0, 15), + (135868, "262724", 1, 0, 15), + (135869, "262724", 1, 0, 15), + (135870, "262724", 1, 0, 15), + (135871, "262724", 1, 0, 15), + (135872, "262724", 1, 0, 15), + (135873, "262724", 1, 0, 15), + (135874, "262724", 1, 0, 15), + (135875, "262907", 1, 0, 15), + (135876, "262907", 1, 0, 15), + (135877, "262907", 1, 0, 15), + (135878, "262907", 1, 0, 15), + (135879, "262907", 1, 0, 15), + (135880, "262907", 1, 0, 15), + (135881, "262907", 1, 0, 15), + (135882, "262726", 1, 0, 15), + (135883, "262726", 1, 0, 15), + (135884, "262726", 1, 0, 15), + (135885, "262726", 1, 0, 15), + (135886, "262726", 1, 0, 15), + (135887, "262728", 1, 0, 15), + (135888, "262728", 1, 0, 15), + (135889, "262728", 1, 0, 15), + (135890, "262728", 1, 0, 15), + (135891, "262728", 1, 0, 15), + (135892, "262728", 1, 0, 15), + (135893, "262728", 1, 0, 15), + (135894, "262728", 1, 0, 15), + (135895, "262728", 1, 0, 15), + (135896, "261501", 1, 0, 15), + (135897, "261501", 1, 0, 15), + (135898, "261501", 1, 0, 15), + (135899, "261501", 1, 0, 15), + (135900, "261501", 1, 0, 15), + (135901, "261501", 1, 0, 15), + (135902, "261501", 1, 0, 15), + (135903, "261501", 1, 0, 15), + (135904, "261501", 1, 0, 15), + (135905, "261501", 1, 0, 15), + (135906, "261501", 1, 0, 15), + (135907, "261501", 1, 0, 15), + (135908, "261501", 1, 0, 15), + (135909, "262725", 1, 0, 15), + (135910, "262725", 1, 0, 15), + (135911, "262725", 1, 0, 15), + (135912, "262725", 1, 0, 15), + (135913, "262725", 1, 0, 15), + (135914, "262805", 1, 0, 15), + (135915, "262723", 1, 0, 15), + (135916, "262723", 1, 0, 15), + (135917, "262723", 1, 0, 15), + (135918, "262723", 1, 0, 15), + (135919, "262723", 1, 0, 15), + (135920, "262723", 1, 0, 15), + (135921, "262723", 1, 0, 15), + (135922, "262723", 1, 0, 15), + (135923, "262723", 1, 0, 15), + (135924, "262723", 1, 0, 15), + (135925, "262723", 1, 0, 15), + (135926, "262722", 1, 0, 15), + (135927, "262722", 1, 0, 15), + (135928, "262722", 1, 0, 15), + (135929, "262722", 1, 0, 15), + (135930, "262722", 1, 0, 15), + (135931, "262722", 1, 0, 15), + (135932, "262722", 1, 0, 15), + (135933, "262722", 1, 0, 15), + (135934, "262722", 1, 0, 15), + (135935, "262722", 1, 0, 15), + (135936, "262722", 1, 0, 15), + (135937, "262722", 1, 0, 15), + (135938, "262722", 1, 0, 15), + (135939, "262722", 1, 0, 15), + (135940, "262722", 1, 0, 15), + (135941, "262722", 1, 0, 15), + (135942, "262722", 1, 0, 15), + (135943, "261502", 1, 0, 15), + (135944, "261502", 1, 0, 15), + (135945, "261502", 1, 0, 15), + (135946, "261502", 1, 0, 15), + (135947, "261502", 1, 0, 15), + (135948, "261502", 1, 0, 15), + (135949, "261502", 1, 0, 15), + (135950, "261502", 1, 0, 15), + (135951, "261502", 1, 0, 15), + (135952, "261502", 1, 0, 15), + (135953, "261502", 1, 0, 15), + (135954, "261502", 1, 0, 15), + (135955, "261502", 1, 0, 15), + (135956, "261502", 1, 0, 15), + (135957, "261502", 1, 0, 15), + (135958, "261502", 1, 0, 15), + (135959, "261502", 1, 0, 15), + (135960, "261502", 1, 0, 15), + (135961, "261502", 1, 0, 15), + (135962, "261502", 1, 0, 15), + (135963, "261502", 1, 0, 15), + (135964, "261502", 1, 0, 15), + (135965, "261502", 1, 0, 15), + (135966, "262903", 1, 0, 15), + (135967, "262903", 1, 0, 15), + (135968, "262903", 1, 0, 15), + (135969, "262903", 1, 0, 15), + (135970, "262903", 1, 0, 15), + (135971, "262903", 1, 0, 15), + (135972, "262903", 1, 0, 15), + (135973, "262903", 1, 0, 15), + (135974, "262903", 1, 0, 15), + (135975, "262903", 1, 0, 15), + (135976, "262905", 1, 0, 15), + (135977, "262905", 1, 0, 15), + (135978, "262905", 1, 0, 15), + (135979, "262905", 1, 0, 15), + (135980, "262905", 1, 0, 15), + (135981, "262905", 1, 0, 15), + (135982, "262906", 1, 0, 15), + (135983, "262906", 1, 0, 15), + (135984, "262906", 1, 0, 15), + (135985, "262906", 1, 0, 15), + (135986, "262906", 1, 0, 15), + (135987, "262906", 1, 0, 15), + (135988, "262906", 1, 0, 15), + (135989, "262906", 1, 0, 15), + (135990, "262906", 1, 0, 15), + (135991, "262906", 1, 0, 15), + (135992, "262901", 1, 0, 15), + (135993, "262901", 1, 0, 15), + (135994, "262901", 1, 0, 15), + (135995, "262901", 1, 0, 15), + (135996, "262901", 1, 0, 15), + (135997, "262901", 1, 0, 15), + (135998, "262801", 1, 0, 15), + (135999, "262801", 1, 0, 15), + (136000, "262801", 1, 0, 15), + (136001, "262801", 1, 0, 15), + (136002, "262801", 1, 0, 15), + (136003, "262802", 1, 0, 15), + (136004, "262802", 1, 0, 15), + (136005, "262802", 1, 0, 15), + (136006, "262802", 1, 0, 15), + (136007, "262802", 1, 0, 15), + (136008, "262802", 1, 0, 15), + (136009, "262802", 1, 0, 15), + (136010, "262802", 1, 0, 15), + (136011, "262802", 1, 0, 15), + (136012, "262802", 1, 0, 15), + (136013, "262803", 1, 0, 15), + (136014, "262802", 1, 0, 15), + (136015, "262802", 1, 0, 15), + (136016, "262802", 1, 0, 15), + (136017, "262802", 1, 0, 15), + (136018, "262802", 1, 0, 15), + (136019, "262802", 1, 0, 15), + (136020, "262802", 1, 0, 15), + (136021, "262802", 1, 0, 15), + (136022, "262802", 1, 0, 15), + (136023, "262802", 1, 0, 15), + (136024, "262802", 1, 0, 15), + (136025, "262802", 1, 0, 15), + (136026, "262802", 1, 0, 15), + (136027, "262802", 1, 0, 15), + (136028, "262802", 1, 0, 15), + (136029, "262802", 1, 0, 15), + (136030, "262802", 1, 0, 15), + (136031, "262802", 1, 0, 15), + (136032, "262802", 1, 0, 15), + (136033, "262802", 1, 0, 15), + (136034, "262802", 1, 0, 15), + (136035, "262805", 1, 0, 15), + (136036, "262805", 1, 0, 15), + (136037, "262805", 1, 0, 15), + (136038, "262805", 1, 0, 15), + (136039, "262805", 1, 0, 15), + (136040, "262805", 1, 0, 15), + (136041, "262805", 1, 0, 15), + (136042, "262805", 1, 0, 15), + (136043, "262727", 1, 0, 15), + (136044, "262727", 1, 0, 15), + (136045, "262727", 1, 0, 15), + (136046, "262727", 1, 0, 15), + (136047, "262727", 1, 0, 15), + (136048, "262727", 1, 0, 15), + (136049, "262727", 1, 0, 15), + (136050, "262727", 1, 0, 15), + (136051, "261505", 1, 0, 15), + (136052, "261505", 1, 0, 15), + (136053, "261505", 1, 0, 15), + (136054, "261505", 1, 0, 15), + (136055, "261505", 1, 0, 15), + (136056, "261505", 1, 0, 15), + (136057, "261505", 1, 0, 15), + (136058, "261505", 1, 0, 15), + (136059, "261505", 1, 0, 15), + (136060, "261505", 1, 0, 15), + (136061, "261505", 1, 0, 15), + (136062, "261505", 1, 0, 15), + (136063, "261505", 1, 0, 15), + (136064, "261505", 1, 0, 15), + (136065, "261505", 1, 0, 15), + (136066, "261505", 1, 0, 15), + (136067, "261505", 1, 0, 15), + (136068, "261505", 1, 0, 15), + (136069, "261505", 1, 0, 15), + (136070, "261505", 1, 0, 15), + (136071, "261505", 1, 0, 15), + (136072, "261505", 1, 0, 15), + (136073, "261505", 1, 0, 15), + (136074, "261505", 1, 0, 15), + (136075, "261505", 1, 0, 15), + (136076, "261505", 1, 0, 15), + (136077, "261505", 1, 0, 15), + (136078, "261505", 1, 0, 15), + (136079, "261505", 1, 0, 15), + (136080, "262804", 1, 0, 15), + (136081, "262804", 1, 0, 15), + (136082, "262804", 1, 0, 15), + (136083, "262804", 1, 0, 15), + (136084, "262804", 1, 0, 15), + (136085, "262804", 1, 0, 15), + (136086, "262804", 1, 0, 15), + (136087, "262804", 1, 0, 15), + (136088, "262804", 1, 0, 15), + (136089, "262804", 1, 0, 15), + (136090, "262804", 1, 0, 15), + (136091, "262804", 1, 0, 15), + (136092, "262804", 1, 0, 15), + (136093, "262804", 1, 0, 15), + (136094, "262804", 1, 0, 15), + (136095, "262804", 1, 0, 15), + (136096, "262804", 1, 0, 15), + (136097, "262804", 1, 0, 15), + (136098, "262804", 1, 0, 15), + (136099, "262804", 1, 0, 15), + (136100, "262804", 1, 0, 15), + (136101, "262804", 1, 0, 15), + (136102, "262804", 1, 0, 15), + (136103, "262804", 1, 0, 15), + (136104, "262804", 1, 0, 15), + (136105, "262804", 1, 0, 15), + (136106, "262902", 1, 0, 15), + (136107, "262902", 1, 0, 15), + (136108, "262902", 1, 0, 15), + (136109, "262902", 1, 0, 15), + (136110, "262902", 1, 0, 15), + (136111, "262902", 1, 0, 15), + (136112, "262902", 1, 0, 15), + (136113, "262902", 1, 0, 15), + (136114, "262902", 1, 0, 15), + (136115, "262902", 1, 0, 15), + (136116, "262902", 1, 0, 15), + (136117, "262902", 1, 0, 15), + (136118, "262902", 1, 0, 15), + (136119, "262902", 1, 0, 15), + (136120, "262902", 1, 0, 15), + (136121, "262908", 1, 0, 15), + (136122, "262908", 1, 0, 15), + (136123, "262908", 1, 0, 15), + (136124, "262908", 1, 0, 15), + (136125, "262908", 1, 0, 15), + (136126, "262908", 1, 0, 15), + (136127, "262908", 1, 0, 15), + (136128, "262908", 1, 0, 15), + (136129, "262908", 1, 0, 15), + (136130, "262908", 1, 0, 15), + (136131, "262908", 1, 0, 15), + (136132, "262908", 1, 0, 15), + (136133, "262908", 1, 0, 15), + (136134, "262908", 1, 0, 15), + (136135, "262908", 1, 0, 15), + (136136, "262904", 1, 0, 15), + (136137, "262904", 1, 0, 15), + (136138, "262904", 1, 0, 15), + (136139, "261505", 1, 0, 15), + (136140, "226401", 1, 0, 15), + (136141, "226101", 1, 0, 15), + (136142, "226101", 1, 0, 15), + (136143, "226101", 1, 0, 15), + (136144, "226101", 1, 0, 15), + (136145, "226101", 1, 0, 15), + (136146, "226101", 1, 0, 15), + (136147, "226101", 1, 0, 15), + (136148, "226101", 1, 0, 15), + (136149, "226101", 1, 0, 15), + (136150, "226101", 1, 0, 15), + (136151, "226102", 1, 0, 15), + (136152, "226102", 1, 0, 15), + (136153, "226102", 1, 0, 15), + (136154, "226102", 1, 0, 15), + (136155, "226102", 1, 0, 15), + (136156, "226102", 1, 0, 15), + (136157, "226102", 1, 0, 15), + (136158, "226102", 1, 0, 15), + (136159, "226102", 1, 0, 15), + (136160, "226104", 1, 0, 15), + (136161, "226104", 1, 0, 15), + (136162, "226104", 1, 0, 15), + (136163, "226104", 1, 0, 15), + (136164, "226104", 1, 0, 15), + (136165, "226104", 1, 0, 15), + (136166, "226104", 1, 0, 15), + (136167, "226104", 1, 0, 15), + (136168, "226104", 1, 0, 15), + (136169, "226104", 1, 0, 15), + (136170, "226104", 1, 0, 15), + (136171, "226002", 1, 0, 15), + (136172, "226203", 1, 0, 15), + (136173, "226303", 1, 0, 15), + (136174, "226104", 1, 0, 15), + (136175, "226104", 1, 0, 15), + (136176, "226104", 1, 0, 15), + (136177, "226104", 1, 0, 15), + (136178, "226104", 1, 0, 15), + (136179, "226104", 1, 0, 15), + (136180, "226104", 1, 0, 15), + (136181, "226104", 1, 0, 15), + (136182, "226201", 1, 0, 15), + (136183, "226201", 1, 0, 15), + (136184, "226201", 1, 0, 15), + (136185, "226201", 1, 0, 15), + (136186, "226201", 1, 0, 15), + (136187, "226201", 1, 0, 15), + (136188, "226201", 1, 0, 15), + (136189, "226201", 1, 0, 15), + (136190, "226028", 1, 0, 15), + (136191, "226028", 1, 0, 15), + (136192, "226028", 1, 0, 15), + (136193, "226028", 1, 0, 15), + (136194, "226028", 1, 0, 15), + (136195, "226028", 1, 0, 15), + (136196, "226002", 1, 0, 15), + (136197, "226002", 1, 0, 15), + (136198, "226002", 1, 0, 15), + (136199, "226002", 1, 0, 15), + (136200, "226002", 1, 0, 15), + (136201, "226002", 1, 0, 15), + (136202, "226002", 1, 0, 15), + (136203, "226002", 1, 0, 15), + (136204, "226002", 1, 0, 15), + (136205, "226002", 1, 0, 15), + (136206, "226202", 1, 0, 15), + (136207, "226202", 1, 0, 15), + (136208, "226010", 1, 0, 15), + (136209, "226104", 1, 0, 15), + (136210, "226103", 1, 0, 15), + (136211, "226103", 1, 0, 15), + (136212, "226103", 1, 0, 15), + (136213, "226103", 1, 0, 15), + (136214, "226103", 1, 0, 15), + (136215, "226103", 1, 0, 15), + (136216, "226103", 1, 0, 15), + (136217, "226008", 1, 0, 15), + (136218, "226008", 1, 0, 15), + (136219, "226008", 1, 0, 15), + (136220, "226008", 1, 0, 15), + (136221, "226008", 1, 0, 15), + (136222, "226501", 1, 0, 15), + (136223, "226501", 1, 0, 15), + (136224, "226501", 1, 0, 15), + (136225, "226501", 1, 0, 15), + (136226, "226501", 1, 0, 15), + (136227, "226501", 1, 0, 15), + (136228, "226501", 1, 0, 15), + (136229, "226203", 1, 0, 15), + (136230, "226203", 1, 0, 15), + (136231, "226203", 1, 0, 15), + (136232, "226203", 1, 0, 15), + (136233, "226203", 1, 0, 15), + (136234, "226203", 1, 0, 15), + (136235, "226203", 1, 0, 15), + (136236, "226203", 1, 0, 15), + (136237, "226203", 1, 0, 15), + (136238, "226203", 1, 0, 15), + (136239, "226203", 1, 0, 15), + (136240, "226201", 1, 0, 15), + (136241, "226203", 1, 0, 15), + (136242, "226203", 1, 0, 15), + (136243, "226203", 1, 0, 15), + (136244, "226203", 1, 0, 15), + (136245, "226013", 1, 0, 15), + (136246, "226013", 1, 0, 15), + (136247, "226301", 1, 0, 15), + (136248, "226301", 1, 0, 15), + (136249, "226301", 1, 0, 15), + (136250, "226301", 1, 0, 15), + (136251, "226301", 1, 0, 15), + (136252, "226301", 1, 0, 15), + (136253, "226301", 1, 0, 15), + (136254, "226301", 1, 0, 15), + (136255, "226301", 1, 0, 15), + (136256, "226301", 1, 0, 15), + (136257, "226301", 1, 0, 15), + (136258, "226301", 1, 0, 15), + (136259, "226301", 1, 0, 15), + (136260, "226303", 1, 0, 15), + (136261, "226303", 1, 0, 15), + (136262, "226303", 1, 0, 15), + (136263, "226303", 1, 0, 15), + (136264, "226303", 1, 0, 15), + (136265, "226302", 1, 0, 15), + (136266, "226302", 1, 0, 15), + (136267, "226302", 1, 0, 15), + (136268, "226026", 1, 0, 15), + (136269, "226026", 1, 0, 15), + (136270, "226026", 1, 0, 15), + (136271, "226026", 1, 0, 15), + (136272, "226021", 1, 0, 15), + (136273, "226021", 1, 0, 15), + (136274, "226002", 1, 0, 15), + (136275, "226401", 1, 0, 15), + (136276, "226008", 1, 0, 15), + (136277, "226401", 1, 0, 15), + (136278, "226017", 1, 0, 15), + (136279, "226401", 1, 0, 15), + (136280, "226401", 1, 0, 15), + (136281, "226401", 1, 0, 15), + (136282, "205001", 1, 0, 15), + (136283, "205001", 1, 0, 15), + (136284, "205001", 1, 0, 15), + (136285, "205001", 1, 0, 15), + (136286, "205001", 1, 0, 15), + (136287, "205001", 1, 0, 15), + (136288, "205001", 1, 0, 15), + (136289, "205001", 1, 0, 15), + (136290, "205001", 1, 0, 15), + (136291, "205001", 1, 0, 15), + (136292, "205001", 1, 0, 15), + (136293, "205001", 1, 0, 15), + (136294, "205001", 1, 0, 15), + (136295, "205001", 1, 0, 15), + (136296, "205001", 1, 0, 15), + (136297, "205001", 1, 0, 15), + (136298, "205001", 1, 0, 15), + (136299, "205001", 1, 0, 15), + (136300, "205001", 1, 0, 15), + (136301, "205001", 1, 0, 15), + (136302, "205001", 1, 0, 15), + (136303, "205264", 1, 0, 15), + (136304, "205264", 1, 0, 15), + (136305, "205247", 1, 0, 15), + (136306, "205247", 1, 0, 15), + (136307, "205247", 1, 0, 15), + (136308, "205247", 1, 0, 15), + (136309, "205264", 1, 0, 15), + (136310, "205264", 1, 0, 15), + (136311, "205264", 1, 0, 15), + (136312, "205264", 1, 0, 15), + (136313, "205264", 1, 0, 15), + (136314, "205264", 1, 0, 15), + (136315, "205264", 1, 0, 15), + (136316, "205265", 1, 0, 15), + (136317, "205268", 1, 0, 15), + (136318, "205119", 1, 0, 15), + (136319, "205119", 1, 0, 15), + (136320, "205262", 1, 0, 15), + (136321, "205262", 1, 0, 15), + (136322, "205304", 1, 0, 15), + (136323, "205301", 1, 0, 15), + (136324, "283203", 1, 0, 15), + (136325, "283152", 1, 0, 15), + (136326, "283130", 1, 0, 15), + (136327, "283141", 1, 0, 15), + (136328, "283204", 1, 0, 15), + (136329, "205247", 1, 0, 15), + (136330, "205247", 1, 0, 15), + (136331, "205247", 1, 0, 15), + (136332, "205247", 1, 0, 15), + (136333, "205247", 1, 0, 15), + (136334, "205264", 1, 0, 15), + (136335, "205303", 1, 0, 15), + (136336, "205303", 1, 0, 15), + (136337, "205303", 1, 0, 15), + (136338, "205303", 1, 0, 15), + (136339, "205303", 1, 0, 15), + (136340, "205303", 1, 0, 15), + (136341, "205303", 1, 0, 15), + (136342, "205265", 1, 0, 15), + (136343, "205265", 1, 0, 15), + (136344, "205265", 1, 0, 15), + (136345, "205265", 1, 0, 15), + (136346, "205265", 1, 0, 15), + (136347, "205265", 1, 0, 15), + (136348, "205265", 1, 0, 15), + (136349, "205265", 1, 0, 15), + (136350, "205265", 1, 0, 15), + (136351, "205268", 1, 0, 15), + (136352, "205268", 1, 0, 15), + (136353, "205268", 1, 0, 15), + (136354, "205268", 1, 0, 15), + (136355, "205268", 1, 0, 15), + (136356, "205268", 1, 0, 15), + (136357, "205304", 1, 0, 15), + (136358, "205304", 1, 0, 15), + (136359, "205304", 1, 0, 15), + (136360, "205304", 1, 0, 15), + (136361, "205304", 1, 0, 15), + (136362, "205304", 1, 0, 15), + (136363, "205304", 1, 0, 15), + (136364, "205304", 1, 0, 15), + (136365, "205304", 1, 0, 15), + (136366, "205263", 1, 0, 15), + (136367, "205263", 1, 0, 15), + (136368, "205263", 1, 0, 15), + (136369, "205263", 1, 0, 15), + (136370, "205263", 1, 0, 15), + (136371, "205263", 1, 0, 15), + (136372, "205263", 1, 0, 15), + (136373, "205263", 1, 0, 15), + (136374, "205119", 1, 0, 15), + (136375, "205119", 1, 0, 15), + (136376, "205119", 1, 0, 15), + (136377, "205119", 1, 0, 15), + (136378, "205261", 1, 0, 15), + (136379, "205261", 1, 0, 15), + (136380, "205261", 1, 0, 15), + (136381, "205261", 1, 0, 15), + (136382, "205261", 1, 0, 15), + (136383, "205261", 1, 0, 15), + (136384, "205261", 1, 0, 15), + (136385, "205261", 1, 0, 15), + (136386, "205261", 1, 0, 15), + (136387, "205261", 1, 0, 15), + (136388, "205301", 1, 0, 15), + (136389, "205301", 1, 0, 15), + (136390, "205301", 1, 0, 15), + (136391, "205301", 1, 0, 15), + (136392, "205301", 1, 0, 15), + (136393, "205301", 1, 0, 15), + (136394, "205301", 1, 0, 15), + (136395, "205262", 1, 0, 15), + (136396, "205262", 1, 0, 15), + (136397, "205262", 1, 0, 15), + (136398, "205262", 1, 0, 15), + (136399, "205262", 1, 0, 15), + (136400, "205262", 1, 0, 15), + (136401, "205262", 1, 0, 15), + (136402, "205262", 1, 0, 15), + (136403, "205262", 1, 0, 15), + (136404, "205262", 1, 0, 15), + (136405, "205262", 1, 0, 15), + (136406, "205262", 1, 0, 15), + (136407, "205262", 1, 0, 15), + (136408, "205267", 1, 0, 15), + (136409, "205267", 1, 0, 15), + (136410, "205267", 1, 0, 15), + (136411, "205267", 1, 0, 15), + (136412, "205267", 1, 0, 15), + (136413, "205267", 1, 0, 15), + (136414, "205267", 1, 0, 15), + (136415, "205267", 1, 0, 15), + (136416, "205267", 1, 0, 15), + (136417, "283203", 1, 0, 15), + (136418, "283203", 1, 0, 15), + (136419, "283203", 1, 0, 15), + (136420, "283203", 1, 0, 15), + (136421, "283203", 1, 0, 15), + (136422, "283203", 1, 0, 15), + (136423, "283203", 1, 0, 15), + (136424, "283203", 1, 0, 15), + (136425, "283203", 1, 0, 15), + (136426, "283203", 1, 0, 15), + (136427, "283203", 1, 0, 15), + (136428, "283203", 1, 0, 15), + (136429, "283203", 1, 0, 15), + (136430, "283203", 1, 0, 15), + (136431, "283203", 1, 0, 15), + (136432, "283203", 1, 0, 15), + (136433, "283203", 1, 0, 15), + (136434, "283203", 1, 0, 15), + (136435, "283203", 1, 0, 15), + (136436, "283203", 1, 0, 15), + (136437, "283203", 1, 0, 15), + (136438, "283203", 1, 0, 15), + (136439, "283152", 1, 0, 15), + (136440, "283152", 1, 0, 15), + (136441, "283152", 1, 0, 15), + (136442, "283152", 1, 0, 15), + (136443, "283152", 1, 0, 15), + (136444, "283152", 1, 0, 15), + (136445, "283152", 1, 0, 15), + (136446, "283152", 1, 0, 15), + (136447, "283152", 1, 0, 15), + (136448, "283103", 1, 0, 15), + (136449, "283103", 1, 0, 15), + (136450, "283103", 1, 0, 15), + (136451, "283103", 1, 0, 15), + (136452, "283103", 1, 0, 15), + (136453, "283103", 1, 0, 15), + (136454, "283206", 1, 0, 15), + (136455, "283206", 1, 0, 15), + (136456, "283206", 1, 0, 15), + (136457, "283206", 1, 0, 15), + (136458, "283206", 1, 0, 15), + (136459, "283206", 1, 0, 15), + (136460, "283136", 1, 0, 15), + (136461, "283136", 1, 0, 15), + (136462, "283136", 1, 0, 15), + (136463, "283136", 1, 0, 15), + (136464, "283136", 1, 0, 15), + (136465, "283204", 1, 0, 15), + (136466, "283204", 1, 0, 15), + (136467, "283204", 1, 0, 15), + (136468, "283204", 1, 0, 15), + (136469, "283204", 1, 0, 15), + (136470, "283204", 1, 0, 15), + (136471, "283130", 1, 0, 15), + (136472, "283130", 1, 0, 15), + (136473, "283130", 1, 0, 15), + (136474, "283130", 1, 0, 15), + (136475, "283130", 1, 0, 15), + (136476, "283130", 1, 0, 15), + (136477, "283142", 1, 0, 15), + (136478, "283142", 1, 0, 15), + (136479, "283142", 1, 0, 15), + (136480, "283142", 1, 0, 15), + (136481, "283142", 1, 0, 15), + (136482, "283142", 1, 0, 15), + (136483, "283142", 1, 0, 15), + (136484, "283142", 1, 0, 15), + (136485, "283142", 1, 0, 15), + (136486, "283142", 1, 0, 15), + (136487, "283207", 1, 0, 15), + (136488, "283207", 1, 0, 15), + (136489, "283207", 1, 0, 15), + (136490, "283207", 1, 0, 15), + (136491, "283145", 1, 0, 15), + (136492, "283145", 1, 0, 15), + (136493, "283145", 1, 0, 15), + (136494, "283145", 1, 0, 15), + (136495, "283145", 1, 0, 15), + (136496, "283145", 1, 0, 15), + (136497, "283145", 1, 0, 15), + (136498, "283135", 1, 0, 15), + (136499, "283135", 1, 0, 15), + (136500, "283135", 1, 0, 15), + (136501, "283135", 1, 0, 15), + (136502, "283135", 1, 0, 15), + (136503, "283141", 1, 0, 15), + (136504, "283141", 1, 0, 15), + (136505, "283141", 1, 0, 15), + (136506, "283141", 1, 0, 15), + (136507, "283141", 1, 0, 15), + (136508, "283141", 1, 0, 15), + (136509, "283141", 1, 0, 15), + (136510, "283151", 1, 0, 15), + (136511, "283151", 1, 0, 15), + (136512, "283151", 1, 0, 15), + (136513, "283151", 1, 0, 15), + (136514, "283151", 1, 0, 15), + (136515, "283151", 1, 0, 15), + (136516, "283151", 1, 0, 15), + (136517, "283151", 1, 0, 15), + (136518, "283151", 1, 0, 15), + (136519, "283151", 1, 0, 15), + (136520, "205121", 1, 0, 15), + (136521, "205121", 1, 0, 15), + (136522, "205121", 1, 0, 15), + (136523, "205121", 1, 0, 15), + (136524, "205121", 1, 0, 15), + (136525, "205121", 1, 0, 15), + (136526, "205121", 1, 0, 15), + (136527, "205121", 1, 0, 15), + (136528, "205121", 1, 0, 15), + (136529, "283136", 1, 0, 15), + (136530, "283136", 1, 0, 15), + (136531, "283136", 1, 0, 15), + (136532, "283204", 1, 0, 15), + (136533, "283204", 1, 0, 15), + (136534, "283204", 1, 0, 15), + (136535, "283204", 1, 0, 15), + (136536, "283204", 1, 0, 15), + (136537, "283204", 1, 0, 15), + (136538, "283204", 1, 0, 15), + (136539, "283204", 1, 0, 15), + (136540, "283204", 1, 0, 15), + (136541, "283204", 1, 0, 15), + (136542, "283204", 1, 0, 15), + (136543, "283204", 1, 0, 15), + (136544, "281501", 1, 0, 15), + (136545, "281501", 1, 0, 15), + (136546, "281501", 1, 0, 15), + (136547, "281201", 1, 0, 15), + (136548, "281201", 1, 0, 15), + (136549, "281201", 1, 0, 15), + (136550, "281201", 1, 0, 15), + (136551, "281201", 1, 0, 15), + (136552, "281201", 1, 0, 15), + (136553, "281201", 1, 0, 15), + (136554, "281201", 1, 0, 15), + (136555, "281201", 1, 0, 15), + (136556, "281201", 1, 0, 15), + (136557, "281201", 1, 0, 15), + (136558, "281301", 1, 0, 15), + (136559, "281301", 1, 0, 15), + (136560, "281301", 1, 0, 15), + (136561, "281301", 1, 0, 15), + (136562, "281301", 1, 0, 15), + (136563, "281301", 1, 0, 15), + (136564, "281301", 1, 0, 15), + (136565, "281301", 1, 0, 15), + (136566, "281301", 1, 0, 15), + (136567, "281301", 1, 0, 15), + (136568, "281301", 1, 0, 15), + (136569, "281405", 1, 0, 15), + (136570, "281405", 1, 0, 15), + (136571, "281405", 1, 0, 15), + (136572, "281302", 1, 0, 15), + (136573, "281302", 1, 0, 15), + (136574, "281302", 1, 0, 15), + (136575, "281302", 1, 0, 15), + (136576, "281302", 1, 0, 15), + (136577, "281302", 1, 0, 15), + (136578, "281502", 1, 0, 15), + (136579, "281403", 1, 0, 15), + (136580, "281504", 1, 0, 15), + (136581, "281205", 1, 0, 15), + (136582, "281406", 1, 0, 15), + (136583, "281406", 1, 0, 15), + (136584, "281406", 1, 0, 15), + (136585, "281406", 1, 0, 15), + (136586, "281306", 1, 0, 15), + (136587, "281306", 1, 0, 15), + (136588, "281306", 1, 0, 15), + (136589, "281306", 1, 0, 15), + (136590, "281306", 1, 0, 15), + (136591, "281306", 1, 0, 15), + (136592, "281306", 1, 0, 15), + (136593, "281306", 1, 0, 15), + (136594, "281307", 1, 0, 15), + (136595, "281307", 1, 0, 15), + (136596, "281307", 1, 0, 15), + (136597, "281307", 1, 0, 15), + (136598, "281306", 1, 0, 15), + (136599, "281307", 1, 0, 15), + (136600, "281307", 1, 0, 15), + (136601, "281307", 1, 0, 15), + (136602, "281307", 1, 0, 15), + (136603, "281404", 1, 0, 15), + (136604, "281404", 1, 0, 15), + (136605, "281502", 1, 0, 15), + (136606, "281502", 1, 0, 15), + (136607, "281502", 1, 0, 15), + (136608, "281502", 1, 0, 15), + (136609, "281502", 1, 0, 15), + (136610, "281502", 1, 0, 15), + (136611, "281502", 1, 0, 15), + (136612, "281502", 1, 0, 15), + (136613, "281502", 1, 0, 15), + (136614, "281502", 1, 0, 15), + (136615, "281502", 1, 0, 15), + (136616, "281104", 1, 0, 15), + (136617, "281104", 1, 0, 15), + (136618, "281104", 1, 0, 15), + (136619, "281308", 1, 0, 15), + (136620, "281308", 1, 0, 15), + (136621, "281308", 1, 0, 15), + (136622, "281308", 1, 0, 15), + (136623, "281308", 1, 0, 15), + (136624, "281308", 1, 0, 15), + (136625, "281406", 1, 0, 15), + (136626, "281401", 1, 0, 15), + (136627, "281401", 1, 0, 15), + (136628, "281401", 1, 0, 15), + (136629, "281401", 1, 0, 15), + (136630, "281401", 1, 0, 15), + (136631, "281401", 1, 0, 15), + (136632, "281401", 1, 0, 15), + (136633, "281401", 1, 0, 15), + (136634, "281122", 1, 0, 15), + (136635, "281122", 1, 0, 15), + (136636, "281122", 1, 0, 15), + (136637, "281122", 1, 0, 15), + (136638, "281122", 1, 0, 15), + (136639, "281122", 1, 0, 15), + (136640, "281122", 1, 0, 15), + (136641, "281122", 1, 0, 15), + (136642, "281122", 1, 0, 15), + (136643, "281122", 1, 0, 15), + (136644, "281003", 1, 0, 15), + (136645, "281406", 1, 0, 15), + (136646, "281308", 1, 0, 15), + (136647, "281308", 1, 0, 15), + (136648, "281308", 1, 0, 15), + (136649, "281403", 1, 0, 15), + (136650, "281403", 1, 0, 15), + (136651, "281403", 1, 0, 15), + (136652, "281403", 1, 0, 15), + (136653, "281403", 1, 0, 15), + (136654, "281403", 1, 0, 15), + (136655, "281403", 1, 0, 15), + (136656, "281403", 1, 0, 15), + (136657, "281403", 1, 0, 15), + (136658, "281403", 1, 0, 15), + (136659, "281403", 1, 0, 15), + (136660, "281403", 1, 0, 15), + (136661, "281403", 1, 0, 15), + (136662, "281403", 1, 0, 15), + (136663, "281004", 1, 0, 15), + (136664, "281004", 1, 0, 15), + (136665, "281004", 1, 0, 15), + (136666, "281004", 1, 0, 15), + (136667, "281305", 1, 0, 15), + (136668, "281305", 1, 0, 15), + (136669, "281305", 1, 0, 15), + (136670, "281202", 1, 0, 15), + (136671, "281202", 1, 0, 15), + (136672, "281202", 1, 0, 15), + (136673, "281202", 1, 0, 15), + (136674, "281202", 1, 0, 15), + (136675, "281202", 1, 0, 15), + (136676, "281202", 1, 0, 15), + (136677, "281005", 1, 0, 15), + (136678, "281005", 1, 0, 15), + (136679, "281005", 1, 0, 15), + (136680, "281005", 1, 0, 15), + (136681, "281005", 1, 0, 15), + (136682, "281203", 1, 0, 15), + (136683, "281203", 1, 0, 15), + (136684, "281203", 1, 0, 15), + (136685, "281504", 1, 0, 15), + (136686, "281504", 1, 0, 15), + (136687, "281204", 1, 0, 15), + (136688, "281204", 1, 0, 15), + (136689, "281204", 1, 0, 15), + (136690, "281204", 1, 0, 15), + (136691, "281204", 1, 0, 15), + (136692, "281204", 1, 0, 15), + (136693, "281204", 1, 0, 15), + (136694, "281204", 1, 0, 15), + (136695, "281204", 1, 0, 15), + (136696, "281204", 1, 0, 15), + (136697, "281204", 1, 0, 15), + (136698, "281204", 1, 0, 15), + (136699, "281204", 1, 0, 15), + (136700, "281204", 1, 0, 15), + (136701, "281204", 1, 0, 15), + (136702, "281006", 1, 0, 15), + (136703, "281006", 1, 0, 15), + (136704, "281006", 1, 0, 15), + (136705, "281404", 1, 0, 15), + (136706, "281404", 1, 0, 15), + (136707, "281404", 1, 0, 15), + (136708, "281404", 1, 0, 15), + (136709, "281206", 1, 0, 15), + (136710, "281206", 1, 0, 15), + (136711, "281206", 1, 0, 15), + (136712, "281123", 1, 0, 15), + (136713, "281123", 1, 0, 15), + (136714, "281123", 1, 0, 15), + (136715, "281123", 1, 0, 15), + (136716, "281123", 1, 0, 15), + (136717, "281205", 1, 0, 15), + (136718, "281205", 1, 0, 15), + (136719, "281205", 1, 0, 15), + (136720, "281205", 1, 0, 15), + (136721, "281205", 1, 0, 15), + (136722, "281205", 1, 0, 15), + (136723, "281205", 1, 0, 15), + (136724, "281205", 1, 0, 15), + (136725, "281205", 1, 0, 15), + (136726, "281205", 1, 0, 15), + (136727, "281205", 1, 0, 15), + (136728, "281205", 1, 0, 15), + (136729, "281121", 1, 0, 15), + (136730, "250621", 1, 0, 15), + (136731, "250601", 1, 0, 15), + (136732, "250623", 1, 0, 15), + (136733, "250101", 1, 0, 15), + (136734, "250404", 1, 0, 15), + (136735, "250611", 1, 0, 15), + (136736, "250622", 1, 0, 15), + (136737, "250501", 1, 0, 15), + (136738, "245206", 1, 0, 15), + (136739, "250101", 1, 0, 15), + (136740, "250401", 1, 0, 15), + (136741, "250341", 1, 0, 15), + (136742, "250622", 1, 0, 15), + (136743, "250001", 1, 0, 15), + (136744, "250501", 1, 0, 15), + (136745, "250342", 1, 0, 15), + (136746, "250344", 1, 0, 15), + (136747, "250345", 1, 0, 15), + (136748, "245206", 1, 0, 15), + (136749, "250606", 1, 0, 15), + (136750, "250341", 1, 0, 15), + (136751, "250617", 1, 0, 15), + (136752, "250002", 1, 0, 15), + (136753, "250623", 1, 0, 15), + (136754, "250606", 1, 0, 15), + (136755, "250615", 1, 0, 15), + (136756, "250502", 1, 0, 15), + (136757, "245206", 1, 0, 15), + (136758, "250345", 1, 0, 15), + (136759, "250406", 1, 0, 15), + (136760, "250611", 1, 0, 15), + (136761, "250103", 1, 0, 15), + (136762, "250342", 1, 0, 15), + (136763, "250205", 1, 0, 15), + (136764, "250342", 1, 0, 15), + (136765, "250001", 1, 0, 15), + (136766, "250344", 1, 0, 15), + (136767, "250502", 1, 0, 15), + (136768, "250401", 1, 0, 15), + (136769, "250004", 1, 0, 15), + (136770, "250601", 1, 0, 15), + (136771, "250221", 1, 0, 15), + (136772, "250501", 1, 0, 15), + (136773, "250401", 1, 0, 15), + (136774, "250622", 1, 0, 15), + (136775, "250626", 1, 0, 15), + (136776, "250611", 1, 0, 15), + (136777, "250402", 1, 0, 15), + (136778, "250401", 1, 0, 15), + (136779, "250623", 1, 0, 15), + (136780, "250601", 1, 0, 15), + (136781, "250401", 1, 0, 15), + (136782, "250611", 1, 0, 15), + (136783, "250404", 1, 0, 15), + (136784, "250611", 1, 0, 15), + (136785, "250626", 1, 0, 15), + (136786, "250404", 1, 0, 15), + (136787, "250110", 1, 0, 15), + (136788, "250406", 1, 0, 15), + (136789, "250619", 1, 0, 15), + (136790, "250101", 1, 0, 15), + (136791, "250345", 1, 0, 15), + (136792, "250345", 1, 0, 15), + (136793, "250401", 1, 0, 15), + (136794, "245206", 1, 0, 15), + (136795, "250622", 1, 0, 15), + (136796, "250345", 1, 0, 15), + (136797, "250404", 1, 0, 15), + (136798, "250625", 1, 0, 15), + (136799, "250606", 1, 0, 15), + (136800, "250101", 1, 0, 15), + (136801, "250619", 1, 0, 15), + (136802, "250104", 1, 0, 15), + (136803, "250101", 1, 0, 15), + (136804, "250601", 1, 0, 15), + (136805, "250002", 1, 0, 15), + (136806, "250101", 1, 0, 15), + (136807, "250344", 1, 0, 15), + (136808, "250621", 1, 0, 15), + (136809, "250611", 1, 0, 15), + (136810, "250001", 1, 0, 15), + (136811, "250606", 1, 0, 15), + (136812, "250004", 1, 0, 15), + (136813, "250106", 1, 0, 15), + (136814, "250344", 1, 0, 15), + (136815, "250611", 1, 0, 15), + (136816, "250615", 1, 0, 15), + (136817, "250623", 1, 0, 15), + (136818, "250622", 1, 0, 15), + (136819, "250406", 1, 0, 15), + (136820, "250341", 1, 0, 15), + (136821, "250406", 1, 0, 15), + (136822, "250401", 1, 0, 15), + (136823, "250341", 1, 0, 15), + (136824, "250341", 1, 0, 15), + (136825, "250501", 1, 0, 15), + (136826, "250001", 1, 0, 15), + (136827, "250609", 1, 0, 15), + (136828, "250406", 1, 0, 15), + (136829, "245206", 1, 0, 15), + (136830, "250401", 1, 0, 15), + (136831, "250221", 1, 0, 15), + (136832, "250611", 1, 0, 15), + (136833, "250502", 1, 0, 15), + (136834, "250406", 1, 0, 15), + (136835, "250406", 1, 0, 15), + (136836, "250502", 1, 0, 15), + (136837, "250623", 1, 0, 15), + (136838, "250623", 1, 0, 15), + (136839, "250401", 1, 0, 15), + (136840, "250104", 1, 0, 15), + (136841, "245206", 1, 0, 15), + (136842, "250622", 1, 0, 15), + (136843, "250611", 1, 0, 15), + (136844, "250609", 1, 0, 15), + (136845, "250617", 1, 0, 15), + (136846, "250341", 1, 0, 15), + (136847, "250601", 1, 0, 15), + (136848, "250001", 1, 0, 15), + (136849, "250342", 1, 0, 15), + (136850, "250101", 1, 0, 15), + (136851, "250502", 1, 0, 15), + (136852, "250611", 1, 0, 15), + (136853, "250611", 1, 0, 15), + (136854, "250345", 1, 0, 15), + (136855, "250344", 1, 0, 15), + (136856, "250104", 1, 0, 15), + (136857, "250001", 1, 0, 15), + (136858, "250611", 1, 0, 15), + (136859, "250342", 1, 0, 15), + (136860, "250622", 1, 0, 15), + (136861, "250004", 1, 0, 15), + (136862, "250345", 1, 0, 15), + (136863, "250623", 1, 0, 15), + (136864, "250345", 1, 0, 15), + (136865, "245206", 1, 0, 15), + (136866, "250502", 1, 0, 15), + (136867, "250617", 1, 0, 15), + (136868, "250623", 1, 0, 15), + (136869, "250342", 1, 0, 15), + (136870, "250342", 1, 0, 15), + (136871, "250501", 1, 0, 15), + (136872, "250502", 1, 0, 15), + (136873, "250502", 1, 0, 15), + (136874, "250620", 1, 0, 15), + (136875, "250622", 1, 0, 15), + (136876, "250205", 1, 0, 15), + (136877, "250001", 1, 0, 15), + (136878, "245206", 1, 0, 15), + (136879, "250401", 1, 0, 15), + (136880, "250001", 1, 0, 15), + (136881, "250205", 1, 0, 15), + (136882, "250406", 1, 0, 15), + (136883, "250501", 1, 0, 15), + (136884, "245206", 1, 0, 15), + (136885, "250609", 1, 0, 15), + (136886, "250615", 1, 0, 15), + (136887, "250342", 1, 0, 15), + (136888, "250619", 1, 0, 15), + (136889, "250619", 1, 0, 15), + (136890, "250341", 1, 0, 15), + (136891, "250344", 1, 0, 15), + (136892, "250611", 1, 0, 15), + (136893, "250004", 1, 0, 15), + (136894, "250404", 1, 0, 15), + (136895, "250501", 1, 0, 15), + (136896, "250221", 1, 0, 15), + (136897, "250611", 1, 0, 15), + (136898, "250501", 1, 0, 15), + (136899, "250617", 1, 0, 15), + (136900, "250342", 1, 0, 15), + (136901, "250615", 1, 0, 15), + (136902, "250104", 1, 0, 15), + (136903, "250342", 1, 0, 15), + (136904, "250404", 1, 0, 15), + (136905, "250002", 1, 0, 15), + (136906, "250611", 1, 0, 15), + (136907, "250221", 1, 0, 15), + (136908, "250342", 1, 0, 15), + (136909, "250222", 1, 0, 15), + (136910, "250344", 1, 0, 15), + (136911, "250001", 1, 0, 15), + (136912, "250611", 1, 0, 15), + (136913, "250611", 1, 0, 15), + (136914, "250002", 1, 0, 15), + (136915, "250406", 1, 0, 15), + (136916, "250221", 1, 0, 15), + (136917, "250001", 1, 0, 15), + (136918, "250404", 1, 0, 15), + (136919, "250401", 1, 0, 15), + (136920, "250606", 1, 0, 15), + (136921, "250502", 1, 0, 15), + (136922, "250401", 1, 0, 15), + (136923, "250222", 1, 0, 15), + (136924, "250626", 1, 0, 15), + (136925, "250404", 1, 0, 15), + (136926, "250625", 1, 0, 15), + (136927, "250101", 1, 0, 15), + (136928, "250626", 1, 0, 15), + (136929, "250342", 1, 0, 15), + (136930, "250001", 1, 0, 15), + (136931, "250004", 1, 0, 15), + (136932, "250001", 1, 0, 15), + (136933, "250104", 1, 0, 15), + (136934, "250622", 1, 0, 15), + (136935, "250342", 1, 0, 15), + (136936, "250205", 1, 0, 15), + (136937, "250345", 1, 0, 15), + (136938, "250401", 1, 0, 15), + (136939, "250104", 1, 0, 15), + (136940, "250401", 1, 0, 15), + (136941, "250617", 1, 0, 15), + (136942, "250406", 1, 0, 15), + (136943, "250502", 1, 0, 15), + (136944, "250002", 1, 0, 15), + (136945, "250501", 1, 0, 15), + (136946, "250601", 1, 0, 15), + (136947, "250401", 1, 0, 15); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (136948, "250601", 1, 0, 15), + (136949, "250615", 1, 0, 15), + (136950, "250110", 1, 0, 15), + (136951, "250622", 1, 0, 15), + (136952, "250622", 1, 0, 15), + (136953, "245206", 1, 0, 15), + (136954, "250002", 1, 0, 15), + (136955, "250344", 1, 0, 15), + (136956, "250103", 1, 0, 15), + (136957, "250106", 1, 0, 15), + (136958, "250341", 1, 0, 15), + (136959, "250501", 1, 0, 15), + (136960, "245206", 1, 0, 15), + (136961, "250401", 1, 0, 15), + (136962, "250101", 1, 0, 15), + (136963, "250615", 1, 0, 15), + (136964, "250401", 1, 0, 15), + (136965, "250342", 1, 0, 15), + (136966, "250341", 1, 0, 15), + (136967, "250502", 1, 0, 15), + (136968, "250406", 1, 0, 15), + (136969, "250622", 1, 0, 15), + (136970, "250106", 1, 0, 15), + (136971, "250104", 1, 0, 15), + (136972, "250001", 1, 0, 15), + (136973, "250611", 1, 0, 15), + (136974, "250623", 1, 0, 15), + (136975, "250606", 1, 0, 15), + (136976, "250345", 1, 0, 15), + (136977, "250342", 1, 0, 15), + (136978, "250502", 1, 0, 15), + (136979, "250001", 1, 0, 15), + (136980, "250502", 1, 0, 15), + (136981, "250101", 1, 0, 15), + (136982, "250617", 1, 0, 15), + (136983, "250103", 1, 0, 15), + (136984, "250223", 1, 0, 15), + (136985, "250001", 1, 0, 15), + (136986, "250617", 1, 0, 15), + (136987, "250611", 1, 0, 15), + (136988, "250606", 1, 0, 15), + (136989, "250404", 1, 0, 15), + (136990, "250004", 1, 0, 15), + (136991, "250221", 1, 0, 15), + (136992, "250401", 1, 0, 15), + (136993, "250101", 1, 0, 15), + (136994, "245206", 1, 0, 15), + (136995, "250104", 1, 0, 15), + (136996, "250221", 1, 0, 15), + (136997, "250402", 1, 0, 15), + (136998, "250502", 1, 0, 15), + (136999, "250104", 1, 0, 15), + (137000, "250104", 1, 0, 15), + (137001, "250611", 1, 0, 15), + (137002, "250617", 1, 0, 15), + (137003, "250611", 1, 0, 15), + (137004, "250106", 1, 0, 15), + (137005, "250001", 1, 0, 15), + (137006, "250617", 1, 0, 15), + (137007, "250606", 1, 0, 15), + (137008, "250345", 1, 0, 15), + (137009, "250345", 1, 0, 15), + (137010, "250004", 1, 0, 15), + (137011, "250501", 1, 0, 15), + (137012, "250406", 1, 0, 15), + (137013, "250406", 1, 0, 15), + (137014, "250623", 1, 0, 15), + (137015, "250101", 1, 0, 15), + (137016, "250601", 1, 0, 15), + (137017, "250625", 1, 0, 15), + (137018, "250404", 1, 0, 15), + (137019, "250606", 1, 0, 15), + (137020, "250345", 1, 0, 15), + (137021, "250401", 1, 0, 15), + (137022, "250617", 1, 0, 15), + (137023, "245206", 1, 0, 15), + (137024, "250617", 1, 0, 15), + (137025, "250104", 1, 0, 15), + (137026, "231307", 1, 0, 15), + (137027, "231210", 1, 0, 15), + (137028, "231307", 1, 0, 15), + (137029, "231210", 1, 0, 15), + (137030, "231304", 1, 0, 15), + (137031, "231307", 1, 0, 15), + (137032, "231210", 1, 0, 15), + (137033, "231304", 1, 0, 15), + (137034, "231307", 1, 0, 15), + (137035, "231210", 1, 0, 15), + (137036, "231302", 1, 0, 15), + (137037, "231302", 1, 0, 15), + (137038, "231302", 1, 0, 15), + (137039, "231302", 1, 0, 15), + (137040, "231302", 1, 0, 15), + (137041, "231302", 1, 0, 15), + (137042, "231302", 1, 0, 15), + (137043, "231302", 1, 0, 15), + (137044, "231302", 1, 0, 15), + (137045, "231302", 1, 0, 15), + (137046, "231302", 1, 0, 15), + (137047, "231302", 1, 0, 15), + (137048, "231301", 1, 0, 15), + (137049, "231301", 1, 0, 15), + (137050, "231301", 1, 0, 15), + (137051, "231301", 1, 0, 15), + (137052, "231307", 1, 0, 15), + (137053, "231304", 1, 0, 15), + (137054, "231309", 1, 0, 15), + (137055, "231501", 1, 0, 15), + (137056, "231307", 1, 0, 15), + (137057, "231210", 1, 0, 15), + (137058, "231304", 1, 0, 15), + (137059, "231304", 1, 0, 15), + (137060, "231210", 1, 0, 15), + (137061, "231307", 1, 0, 15), + (137062, "231307", 1, 0, 15), + (137063, "231304", 1, 0, 15), + (137064, "231210", 1, 0, 15), + (137065, "231304", 1, 0, 15), + (137066, "231212", 1, 0, 15), + (137067, "231208", 1, 0, 15), + (137068, "231205", 1, 0, 15), + (137069, "231216", 1, 0, 15), + (137070, "231226", 1, 0, 15), + (137071, "231304", 1, 0, 15), + (137072, "231307", 1, 0, 15), + (137073, "231307", 1, 0, 15), + (137074, "231210", 1, 0, 15), + (137075, "231309", 1, 0, 15), + (137076, "231210", 1, 0, 15), + (137077, "231501", 1, 0, 15), + (137078, "231304", 1, 0, 15), + (137079, "231501", 1, 0, 15), + (137080, "231304", 1, 0, 15), + (137081, "231210", 1, 0, 15), + (137082, "231210", 1, 0, 15), + (137083, "231210", 1, 0, 15), + (137084, "231210", 1, 0, 15), + (137085, "231210", 1, 0, 15), + (137086, "231210", 1, 0, 15), + (137087, "231210", 1, 0, 15), + (137088, "231210", 1, 0, 15), + (137089, "231210", 1, 0, 15), + (137090, "231304", 1, 0, 15), + (137091, "231304", 1, 0, 15), + (137092, "231304", 1, 0, 15), + (137093, "231304", 1, 0, 15), + (137094, "231304", 1, 0, 15), + (137095, "231304", 1, 0, 15), + (137096, "231304", 1, 0, 15), + (137097, "231304", 1, 0, 15), + (137098, "231304", 1, 0, 15), + (137099, "231304", 1, 0, 15), + (137100, "231304", 1, 0, 15), + (137101, "231304", 1, 0, 15), + (137102, "231304", 1, 0, 15), + (137103, "231304", 1, 0, 15), + (137104, "231304", 1, 0, 15), + (137105, "231304", 1, 0, 15), + (137106, "231304", 1, 0, 15), + (137107, "231312", 1, 0, 15), + (137108, "231312", 1, 0, 15), + (137109, "231312", 1, 0, 15), + (137110, "231312", 1, 0, 15), + (137111, "231312", 1, 0, 15), + (137112, "231212", 1, 0, 15), + (137113, "231212", 1, 0, 15), + (137114, "231212", 1, 0, 15), + (137115, "231225", 1, 0, 15), + (137116, "231225", 1, 0, 15), + (137117, "231225", 1, 0, 15), + (137118, "231225", 1, 0, 15), + (137119, "231219", 1, 0, 15), + (137120, "231219", 1, 0, 15), + (137121, "231219", 1, 0, 15), + (137122, "231501", 1, 0, 15), + (137123, "231501", 1, 0, 15), + (137124, "231501", 1, 0, 15), + (137125, "231501", 1, 0, 15), + (137126, "231501", 1, 0, 15), + (137127, "231501", 1, 0, 15), + (137128, "231501", 1, 0, 15), + (137129, "231501", 1, 0, 15), + (137130, "231309", 1, 0, 15), + (137131, "231309", 1, 0, 15), + (137132, "231309", 1, 0, 15), + (137133, "231309", 1, 0, 15), + (137134, "231309", 1, 0, 15), + (137135, "231309", 1, 0, 15), + (137136, "231312", 1, 0, 15), + (137137, "231205", 1, 0, 15), + (137138, "231205", 1, 0, 15), + (137139, "231205", 1, 0, 15), + (137140, "231205", 1, 0, 15), + (137141, "231205", 1, 0, 15), + (137142, "231205", 1, 0, 15), + (137143, "231206", 1, 0, 15), + (137144, "231314", 1, 0, 15), + (137145, "231313", 1, 0, 15), + (137146, "231313", 1, 0, 15), + (137147, "231313", 1, 0, 15), + (137148, "231313", 1, 0, 15), + (137149, "231313", 1, 0, 15), + (137150, "231313", 1, 0, 15), + (137151, "231313", 1, 0, 15), + (137152, "231207", 1, 0, 15), + (137153, "231207", 1, 0, 15), + (137154, "231207", 1, 0, 15), + (137155, "231221", 1, 0, 15), + (137156, "231208", 1, 0, 15), + (137157, "231208", 1, 0, 15), + (137158, "231208", 1, 0, 15), + (137159, "231208", 1, 0, 15), + (137160, "231208", 1, 0, 15), + (137161, "231208", 1, 0, 15), + (137162, "231208", 1, 0, 15), + (137163, "231208", 1, 0, 15), + (137164, "231208", 1, 0, 15), + (137165, "231208", 1, 0, 15), + (137166, "231208", 1, 0, 15), + (137167, "231208", 1, 0, 15), + (137168, "231208", 1, 0, 15), + (137169, "231208", 1, 0, 15), + (137170, "231305", 1, 0, 15), + (137171, "231305", 1, 0, 15), + (137172, "231305", 1, 0, 15), + (137173, "231305", 1, 0, 15), + (137174, "231305", 1, 0, 15), + (137175, "231305", 1, 0, 15), + (137176, "231305", 1, 0, 15), + (137177, "231305", 1, 0, 15), + (137178, "231305", 1, 0, 15), + (137179, "231305", 1, 0, 15), + (137180, "231305", 1, 0, 15), + (137181, "231305", 1, 0, 15), + (137182, "231305", 1, 0, 15), + (137183, "231305", 1, 0, 15), + (137184, "231303", 1, 0, 15), + (137185, "231303", 1, 0, 15), + (137186, "231303", 1, 0, 15), + (137187, "231303", 1, 0, 15), + (137188, "231303", 1, 0, 15), + (137189, "231303", 1, 0, 15), + (137190, "231303", 1, 0, 15), + (137191, "231303", 1, 0, 15), + (137192, "231303", 1, 0, 15), + (137193, "231223", 1, 0, 15), + (137194, "231223", 1, 0, 15), + (137195, "231223", 1, 0, 15), + (137196, "231223", 1, 0, 15), + (137197, "231223", 1, 0, 15), + (137198, "231223", 1, 0, 15), + (137199, "231223", 1, 0, 15), + (137200, "231223", 1, 0, 15), + (137201, "231223", 1, 0, 15), + (137202, "231205", 1, 0, 15), + (137203, "231205", 1, 0, 15), + (137204, "231215", 1, 0, 15), + (137205, "231215", 1, 0, 15), + (137206, "231205", 1, 0, 15), + (137207, "231215", 1, 0, 15), + (137208, "231205", 1, 0, 15), + (137209, "231205", 1, 0, 15), + (137210, "231215", 1, 0, 15), + (137211, "231210", 1, 0, 15), + (137212, "231215", 1, 0, 15), + (137213, "231215", 1, 0, 15), + (137214, "231213", 1, 0, 15), + (137215, "231213", 1, 0, 15), + (137216, "231213", 1, 0, 15), + (137217, "231213", 1, 0, 15), + (137218, "231213", 1, 0, 15), + (137219, "231213", 1, 0, 15), + (137220, "231213", 1, 0, 15), + (137221, "231213", 1, 0, 15), + (137222, "231213", 1, 0, 15), + (137223, "231213", 1, 0, 15), + (137224, "231213", 1, 0, 15), + (137225, "231213", 1, 0, 15), + (137226, "231213", 1, 0, 15), + (137227, "231216", 1, 0, 15), + (137228, "231216", 1, 0, 15), + (137229, "231216", 1, 0, 15), + (137230, "231216", 1, 0, 15), + (137231, "231216", 1, 0, 15), + (137232, "231216", 1, 0, 15), + (137233, "231216", 1, 0, 15), + (137234, "231216", 1, 0, 15), + (137235, "231216", 1, 0, 15), + (137236, "231216", 1, 0, 15), + (137237, "231216", 1, 0, 15), + (137238, "231216", 1, 0, 15), + (137239, "231216", 1, 0, 15), + (137240, "231216", 1, 0, 15), + (137241, "231216", 1, 0, 15), + (137242, "231216", 1, 0, 15), + (137243, "231216", 1, 0, 15), + (137244, "231216", 1, 0, 15), + (137245, "231216", 1, 0, 15), + (137246, "231216", 1, 0, 15), + (137247, "231216", 1, 0, 15), + (137248, "231217", 1, 0, 15), + (137249, "231217", 1, 0, 15), + (137250, "231218", 1, 0, 15), + (137251, "231211", 1, 0, 15), + (137252, "231211", 1, 0, 15), + (137253, "231211", 1, 0, 15), + (137254, "231211", 1, 0, 15), + (137255, "231211", 1, 0, 15), + (137256, "231211", 1, 0, 15), + (137257, "231211", 1, 0, 15), + (137258, "231211", 1, 0, 15), + (137259, "231211", 1, 0, 15), + (137260, "231211", 1, 0, 15), + (137261, "231211", 1, 0, 15), + (137262, "231211", 1, 0, 15), + (137263, "231211", 1, 0, 15), + (137264, "231211", 1, 0, 15), + (137265, "231211", 1, 0, 15), + (137266, "231211", 1, 0, 15), + (137267, "231211", 1, 0, 15), + (137268, "231211", 1, 0, 15), + (137269, "231211", 1, 0, 15), + (137270, "231211", 1, 0, 15), + (137271, "231211", 1, 0, 15), + (137272, "231211", 1, 0, 15), + (137273, "231211", 1, 0, 15), + (137274, "231211", 1, 0, 15), + (137275, "231211", 1, 0, 15), + (137276, "231211", 1, 0, 15), + (137277, "231307", 1, 0, 15), + (137278, "231307", 1, 0, 15), + (137279, "231307", 1, 0, 15), + (137280, "231307", 1, 0, 15), + (137281, "231226", 1, 0, 15), + (137282, "231226", 1, 0, 15), + (137283, "231226", 1, 0, 15), + (137284, "231226", 1, 0, 15), + (137285, "231226", 1, 0, 15), + (137286, "231226", 1, 0, 15), + (137287, "231226", 1, 0, 15), + (137288, "231226", 1, 0, 15), + (137289, "231226", 1, 0, 15), + (137290, "231226", 1, 0, 15), + (137291, "231226", 1, 0, 15), + (137292, "231222", 1, 0, 15), + (137293, "231306", 1, 0, 15), + (137294, "231306", 1, 0, 15), + (137295, "231306", 1, 0, 15), + (137296, "231306", 1, 0, 15), + (137297, "231306", 1, 0, 15), + (137298, "244231", 1, 0, 15), + (137299, "244102", 1, 0, 15), + (137300, "244102", 1, 0, 15), + (137301, "244001", 1, 0, 15), + (137302, "244410", 1, 0, 15), + (137303, "244412", 1, 0, 15), + (137304, "244414", 1, 0, 15), + (137305, "244601", 1, 0, 15), + (137306, "244701", 1, 0, 15), + (137307, "244927", 1, 0, 15), + (137308, "244302", 1, 0, 15), + (137309, "244601", 1, 0, 15), + (137310, "244601", 1, 0, 15), + (137311, "244601", 1, 0, 15), + (137312, "244601", 1, 0, 15), + (137313, "244601", 1, 0, 15), + (137314, "244601", 1, 0, 15), + (137315, "244901", 1, 0, 15), + (137316, "244901", 1, 0, 15), + (137317, "244901", 1, 0, 15), + (137318, "244901", 1, 0, 15), + (137319, "244901", 1, 0, 15), + (137320, "244901", 1, 0, 15), + (137321, "244901", 1, 0, 15), + (137322, "244901", 1, 0, 15), + (137323, "244901", 1, 0, 15), + (137324, "244901", 1, 0, 15), + (137325, "244901", 1, 0, 15), + (137326, "244901", 1, 0, 15), + (137327, "244925", 1, 0, 15), + (137328, "244302", 1, 0, 15), + (137329, "244302", 1, 0, 15), + (137330, "244302", 1, 0, 15), + (137331, "244302", 1, 0, 15), + (137332, "244302", 1, 0, 15), + (137333, "244302", 1, 0, 15), + (137334, "244302", 1, 0, 15), + (137335, "244302", 1, 0, 15), + (137336, "244302", 1, 0, 15), + (137337, "244302", 1, 0, 15), + (137338, "244302", 1, 0, 15), + (137339, "244302", 1, 0, 15), + (137340, "244302", 1, 0, 15), + (137341, "244302", 1, 0, 15), + (137342, "244302", 1, 0, 15), + (137343, "244303", 1, 0, 15), + (137344, "244303", 1, 0, 15), + (137345, "244303", 1, 0, 15), + (137346, "244303", 1, 0, 15), + (137347, "244303", 1, 0, 15), + (137348, "244303", 1, 0, 15), + (137349, "244303", 1, 0, 15), + (137350, "244301", 1, 0, 15), + (137351, "244301", 1, 0, 15), + (137352, "244301", 1, 0, 15), + (137353, "244301", 1, 0, 15), + (137354, "244301", 1, 0, 15), + (137355, "244301", 1, 0, 15), + (137356, "244301", 1, 0, 15), + (137357, "244925", 1, 0, 15), + (137358, "244242", 1, 0, 15), + (137359, "244242", 1, 0, 15), + (137360, "244104", 1, 0, 15), + (137361, "244901", 1, 0, 15), + (137362, "244901", 1, 0, 15), + (137363, "244901", 1, 0, 15), + (137364, "244921", 1, 0, 15), + (137365, "244921", 1, 0, 15), + (137366, "244410", 1, 0, 15), + (137367, "244231", 1, 0, 15), + (137368, "244231", 1, 0, 15), + (137369, "244235", 1, 0, 15), + (137370, "244235", 1, 0, 15), + (137371, "244235", 1, 0, 15), + (137372, "244235", 1, 0, 15), + (137373, "244235", 1, 0, 15), + (137374, "244235", 1, 0, 15), + (137375, "244241", 1, 0, 15), + (137376, "244241", 1, 0, 15), + (137377, "244241", 1, 0, 15), + (137378, "244241", 1, 0, 15), + (137379, "244241", 1, 0, 15), + (137380, "244241", 1, 0, 15), + (137381, "244241", 1, 0, 15), + (137382, "244241", 1, 0, 15), + (137383, "244222", 1, 0, 15), + (137384, "244304", 1, 0, 15), + (137385, "244304", 1, 0, 15), + (137386, "244304", 1, 0, 15), + (137387, "244304", 1, 0, 15), + (137388, "244225", 1, 0, 15), + (137389, "244225", 1, 0, 15), + (137390, "244225", 1, 0, 15), + (137391, "244225", 1, 0, 15), + (137392, "244231", 1, 0, 15), + (137393, "244231", 1, 0, 15), + (137394, "244231", 1, 0, 15), + (137395, "244102", 1, 0, 15), + (137396, "244102", 1, 0, 15), + (137397, "244102", 1, 0, 15), + (137398, "244102", 1, 0, 15), + (137399, "244102", 1, 0, 15), + (137400, "244102", 1, 0, 15), + (137401, "244102", 1, 0, 15), + (137402, "244102", 1, 0, 15), + (137403, "244221", 1, 0, 15), + (137404, "244221", 1, 0, 15), + (137405, "244221", 1, 0, 15), + (137406, "244221", 1, 0, 15), + (137407, "244221", 1, 0, 15), + (137408, "244221", 1, 0, 15), + (137409, "244221", 1, 0, 15), + (137410, "244221", 1, 0, 15), + (137411, "244221", 1, 0, 15), + (137412, "244221", 1, 0, 15), + (137413, "244221", 1, 0, 15), + (137414, "244304", 1, 0, 15), + (137415, "244304", 1, 0, 15), + (137416, "244304", 1, 0, 15), + (137417, "244102", 1, 0, 15), + (137418, "244102", 1, 0, 15), + (137419, "244102", 1, 0, 15), + (137420, "244231", 1, 0, 15), + (137421, "244231", 1, 0, 15), + (137422, "244231", 1, 0, 15), + (137423, "244231", 1, 0, 15), + (137424, "244222", 1, 0, 15), + (137425, "244222", 1, 0, 15), + (137426, "244222", 1, 0, 15), + (137427, "244222", 1, 0, 15), + (137428, "244222", 1, 0, 15), + (137429, "244501", 1, 0, 15), + (137430, "244501", 1, 0, 15), + (137431, "244501", 1, 0, 15), + (137432, "244501", 1, 0, 15), + (137433, "244501", 1, 0, 15), + (137434, "244501", 1, 0, 15), + (137435, "244501", 1, 0, 15), + (137436, "244501", 1, 0, 15), + (137437, "244501", 1, 0, 15), + (137438, "244501", 1, 0, 15), + (137439, "244501", 1, 0, 15), + (137440, "244501", 1, 0, 15), + (137441, "244501", 1, 0, 15), + (137442, "244501", 1, 0, 15), + (137443, "244251", 1, 0, 15), + (137444, "244251", 1, 0, 15), + (137445, "244251", 1, 0, 15), + (137446, "244251", 1, 0, 15), + (137447, "244251", 1, 0, 15), + (137448, "244102", 1, 0, 15), + (137449, "244236", 1, 0, 15), + (137450, "244236", 1, 0, 15), + (137451, "244236", 1, 0, 15), + (137452, "244236", 1, 0, 15), + (137453, "244236", 1, 0, 15), + (137454, "244236", 1, 0, 15), + (137455, "244255", 1, 0, 15), + (137456, "244255", 1, 0, 15), + (137457, "244255", 1, 0, 15), + (137458, "244255", 1, 0, 15), + (137459, "244255", 1, 0, 15), + (137460, "244255", 1, 0, 15), + (137461, "244255", 1, 0, 15), + (137462, "244255", 1, 0, 15), + (137463, "244242", 1, 0, 15), + (137464, "244242", 1, 0, 15), + (137465, "244242", 1, 0, 15), + (137466, "244242", 1, 0, 15), + (137467, "244242", 1, 0, 15), + (137468, "244242", 1, 0, 15), + (137469, "244242", 1, 0, 15), + (137470, "244242", 1, 0, 15), + (137471, "244001", 1, 0, 15), + (137472, "244001", 1, 0, 15), + (137473, "244001", 1, 0, 15), + (137474, "244001", 1, 0, 15), + (137475, "244001", 1, 0, 15), + (137476, "244001", 1, 0, 15), + (137477, "244001", 1, 0, 15), + (137478, "244001", 1, 0, 15), + (137479, "244001", 1, 0, 15), + (137480, "244001", 1, 0, 15), + (137481, "244001", 1, 0, 15), + (137482, "244001", 1, 0, 15), + (137483, "244001", 1, 0, 15), + (137484, "244105", 1, 0, 15), + (137485, "244601", 1, 0, 15), + (137486, "244001", 1, 0, 15), + (137487, "244001", 1, 0, 15), + (137488, "244001", 1, 0, 15), + (137489, "244504", 1, 0, 15), + (137490, "244504", 1, 0, 15), + (137491, "244504", 1, 0, 15), + (137492, "244504", 1, 0, 15), + (137493, "244504", 1, 0, 15), + (137494, "244105", 1, 0, 15), + (137495, "244504", 1, 0, 15), + (137496, "244410", 1, 0, 15), + (137497, "244410", 1, 0, 15), + (137498, "244410", 1, 0, 15), + (137499, "244410", 1, 0, 15), + (137500, "244410", 1, 0, 15), + (137501, "244410", 1, 0, 15), + (137502, "244410", 1, 0, 15), + (137503, "244410", 1, 0, 15), + (137504, "244410", 1, 0, 15), + (137505, "244410", 1, 0, 15), + (137506, "244410", 1, 0, 15), + (137507, "244410", 1, 0, 15), + (137508, "244410", 1, 0, 15), + (137509, "244411", 1, 0, 15), + (137510, "244411", 1, 0, 15), + (137511, "244412", 1, 0, 15), + (137512, "244411", 1, 0, 15), + (137513, "244411", 1, 0, 15), + (137514, "244411", 1, 0, 15), + (137515, "244411", 1, 0, 15), + (137516, "244411", 1, 0, 15), + (137517, "244411", 1, 0, 15), + (137518, "244411", 1, 0, 15), + (137519, "244411", 1, 0, 15), + (137520, "244411", 1, 0, 15), + (137521, "244411", 1, 0, 15), + (137522, "244411", 1, 0, 15), + (137523, "244411", 1, 0, 15), + (137524, "244411", 1, 0, 15), + (137525, "244411", 1, 0, 15), + (137526, "244411", 1, 0, 15), + (137527, "244411", 1, 0, 15), + (137528, "244411", 1, 0, 15), + (137529, "244411", 1, 0, 15), + (137530, "244411", 1, 0, 15), + (137531, "244411", 1, 0, 15), + (137532, "244412", 1, 0, 15), + (137533, "244412", 1, 0, 15), + (137534, "244412", 1, 0, 15), + (137535, "244412", 1, 0, 15), + (137536, "244412", 1, 0, 15), + (137537, "244412", 1, 0, 15), + (137538, "244412", 1, 0, 15), + (137539, "244412", 1, 0, 15), + (137540, "244412", 1, 0, 15), + (137541, "244412", 1, 0, 15), + (137542, "244412", 1, 0, 15), + (137543, "244401", 1, 0, 15), + (137544, "244401", 1, 0, 15), + (137545, "244401", 1, 0, 15), + (137546, "244401", 1, 0, 15), + (137547, "244401", 1, 0, 15), + (137548, "244401", 1, 0, 15), + (137549, "244401", 1, 0, 15), + (137550, "244401", 1, 0, 15), + (137551, "244413", 1, 0, 15), + (137552, "244413", 1, 0, 15), + (137553, "244413", 1, 0, 15), + (137554, "244413", 1, 0, 15), + (137555, "244413", 1, 0, 15), + (137556, "244001", 1, 0, 15), + (137557, "244104", 1, 0, 15), + (137558, "244104", 1, 0, 15), + (137559, "244104", 1, 0, 15), + (137560, "244104", 1, 0, 15), + (137561, "244104", 1, 0, 15), + (137562, "244104", 1, 0, 15), + (137563, "244104", 1, 0, 15), + (137564, "244104", 1, 0, 15), + (137565, "244104", 1, 0, 15), + (137566, "244414", 1, 0, 15), + (137567, "244414", 1, 0, 15), + (137568, "244414", 1, 0, 15), + (137569, "244414", 1, 0, 15), + (137570, "244414", 1, 0, 15), + (137571, "244414", 1, 0, 15), + (137572, "244414", 1, 0, 15), + (137573, "244402", 1, 0, 15), + (137574, "244402", 1, 0, 15), + (137575, "244402", 1, 0, 15), + (137576, "244402", 1, 0, 15), + (137577, "244402", 1, 0, 15), + (137578, "244402", 1, 0, 15), + (137579, "244402", 1, 0, 15), + (137580, "244402", 1, 0, 15), + (137581, "244402", 1, 0, 15), + (137582, "244415", 1, 0, 15), + (137583, "244415", 1, 0, 15), + (137584, "244415", 1, 0, 15), + (137585, "244415", 1, 0, 15), + (137586, "244301", 1, 0, 15), + (137587, "244301", 1, 0, 15), + (137588, "244301", 1, 0, 15), + (137589, "244301", 1, 0, 15), + (137590, "244301", 1, 0, 15), + (137591, "244301", 1, 0, 15), + (137592, "244301", 1, 0, 15), + (137593, "244602", 1, 0, 15), + (137594, "244602", 1, 0, 15), + (137595, "244602", 1, 0, 15), + (137596, "244602", 1, 0, 15), + (137597, "244602", 1, 0, 15), + (137598, "244601", 1, 0, 15), + (137599, "244601", 1, 0, 15), + (137600, "244601", 1, 0, 15), + (137601, "244601", 1, 0, 15), + (137602, "244901", 1, 0, 15), + (137603, "244901", 1, 0, 15), + (137604, "244901", 1, 0, 15), + (137605, "244901", 1, 0, 15), + (137606, "244901", 1, 0, 15), + (137607, "244901", 1, 0, 15), + (137608, "244901", 1, 0, 15), + (137609, "244921", 1, 0, 15), + (137610, "244921", 1, 0, 15), + (137611, "244921", 1, 0, 15), + (137612, "244921", 1, 0, 15), + (137613, "244921", 1, 0, 15), + (137614, "244921", 1, 0, 15), + (137615, "244921", 1, 0, 15), + (137616, "244921", 1, 0, 15), + (137617, "244921", 1, 0, 15), + (137618, "244921", 1, 0, 15), + (137619, "244921", 1, 0, 15), + (137620, "244921", 1, 0, 15), + (137621, "244921", 1, 0, 15), + (137622, "244921", 1, 0, 15), + (137623, "244921", 1, 0, 15), + (137624, "244921", 1, 0, 15), + (137625, "244923", 1, 0, 15), + (137626, "244923", 1, 0, 15), + (137627, "244923", 1, 0, 15), + (137628, "244923", 1, 0, 15), + (137629, "244923", 1, 0, 15), + (137630, "244923", 1, 0, 15), + (137631, "244701", 1, 0, 15), + (137632, "244701", 1, 0, 15), + (137633, "244701", 1, 0, 15), + (137634, "244701", 1, 0, 15), + (137635, "244701", 1, 0, 15), + (137636, "244701", 1, 0, 15), + (137637, "244701", 1, 0, 15), + (137638, "244701", 1, 0, 15), + (137639, "244701", 1, 0, 15), + (137640, "244701", 1, 0, 15), + (137641, "244701", 1, 0, 15), + (137642, "244701", 1, 0, 15), + (137643, "244701", 1, 0, 15), + (137644, "244701", 1, 0, 15), + (137645, "244701", 1, 0, 15), + (137646, "244701", 1, 0, 15), + (137647, "244922", 1, 0, 15), + (137648, "244922", 1, 0, 15), + (137649, "244922", 1, 0, 15), + (137650, "244922", 1, 0, 15), + (137651, "244922", 1, 0, 15), + (137652, "244922", 1, 0, 15), + (137653, "244922", 1, 0, 15), + (137654, "244922", 1, 0, 15), + (137655, "244927", 1, 0, 15), + (137656, "244927", 1, 0, 15), + (137657, "244927", 1, 0, 15), + (137658, "244927", 1, 0, 15), + (137659, "244927", 1, 0, 15), + (137660, "244927", 1, 0, 15), + (137661, "244927", 1, 0, 15), + (137662, "244927", 1, 0, 15), + (137663, "244927", 1, 0, 15), + (137664, "244924", 1, 0, 15), + (137665, "244924", 1, 0, 15), + (137666, "244924", 1, 0, 15), + (137667, "244924", 1, 0, 15), + (137668, "244924", 1, 0, 15), + (137669, "244924", 1, 0, 15), + (137670, "244924", 1, 0, 15), + (137671, "244924", 1, 0, 15), + (137672, "244924", 1, 0, 15), + (137673, "244924", 1, 0, 15), + (137674, "244924", 1, 0, 15), + (137675, "244924", 1, 0, 15), + (137676, "244924", 1, 0, 15), + (137677, "244925", 1, 0, 15), + (137678, "244925", 1, 0, 15), + (137679, "244925", 1, 0, 15), + (137680, "244925", 1, 0, 15), + (137681, "244925", 1, 0, 15), + (137682, "244925", 1, 0, 15), + (137683, "244925", 1, 0, 15), + (137684, "244302", 1, 0, 15), + (137685, "244302", 1, 0, 15), + (137686, "244302", 1, 0, 15), + (137687, "244302", 1, 0, 15), + (137688, "251310", 1, 0, 15), + (137689, "247776", 1, 0, 15), + (137690, "251003", 1, 0, 15), + (137691, "251201", 1, 0, 15), + (137692, "251202", 1, 0, 15), + (137693, "251305", 1, 0, 15), + (137694, "247774", 1, 0, 15), + (137695, "247777", 1, 0, 15), + (137696, "247776", 1, 0, 15), + (137697, "247776", 1, 0, 15), + (137698, "247776", 1, 0, 15), + (137699, "247776", 1, 0, 15), + (137700, "247776", 1, 0, 15), + (137701, "247776", 1, 0, 15), + (137702, "247776", 1, 0, 15), + (137703, "251309", 1, 0, 15), + (137704, "251309", 1, 0, 15), + (137705, "251309", 1, 0, 15), + (137706, "251309", 1, 0, 15), + (137707, "251309", 1, 0, 15), + (137708, "251309", 1, 0, 15), + (137709, "251309", 1, 0, 15), + (137710, "251309", 1, 0, 15), + (137711, "251309", 1, 0, 15), + (137712, "251309", 1, 0, 15), + (137713, "251309", 1, 0, 15), + (137714, "251309", 1, 0, 15), + (137715, "251309", 1, 0, 15), + (137716, "251309", 1, 0, 15), + (137717, "251309", 1, 0, 15), + (137718, "251309", 1, 0, 15), + (137719, "251311", 1, 0, 15), + (137720, "251311", 1, 0, 15), + (137721, "251311", 1, 0, 15), + (137722, "251311", 1, 0, 15), + (137723, "251311", 1, 0, 15), + (137724, "251003", 1, 0, 15), + (137725, "251003", 1, 0, 15), + (137726, "251310", 1, 0, 15), + (137727, "251310", 1, 0, 15), + (137728, "251310", 1, 0, 15), + (137729, "251308", 1, 0, 15), + (137730, "251308", 1, 0, 15), + (137731, "251308", 1, 0, 15), + (137732, "251308", 1, 0, 15), + (137733, "251308", 1, 0, 15), + (137734, "251308", 1, 0, 15), + (137735, "251308", 1, 0, 15), + (137736, "251308", 1, 0, 15), + (137737, "251308", 1, 0, 15), + (137738, "251308", 1, 0, 15), + (137739, "251309", 1, 0, 15), + (137740, "251309", 1, 0, 15), + (137741, "251309", 1, 0, 15), + (137742, "251309", 1, 0, 15), + (137743, "251309", 1, 0, 15), + (137744, "251309", 1, 0, 15), + (137745, "251309", 1, 0, 15), + (137746, "247776", 1, 0, 15), + (137747, "247776", 1, 0, 15), + (137748, "247776", 1, 0, 15), + (137749, "247776", 1, 0, 15), + (137750, "247776", 1, 0, 15), + (137751, "247776", 1, 0, 15), + (137752, "247776", 1, 0, 15), + (137753, "247776", 1, 0, 15), + (137754, "247776", 1, 0, 15), + (137755, "247776", 1, 0, 15), + (137756, "251003", 1, 0, 15), + (137757, "251314", 1, 0, 15), + (137758, "251314", 1, 0, 15), + (137759, "251314", 1, 0, 15), + (137760, "251314", 1, 0, 15), + (137761, "251314", 1, 0, 15), + (137762, "251314", 1, 0, 15), + (137763, "251314", 1, 0, 15), + (137764, "251314", 1, 0, 15), + (137765, "251314", 1, 0, 15), + (137766, "251314", 1, 0, 15), + (137767, "251314", 1, 0, 15), + (137768, "251314", 1, 0, 15), + (137769, "251201", 1, 0, 15), + (137770, "251201", 1, 0, 15), + (137771, "251201", 1, 0, 15), + (137772, "251201", 1, 0, 15), + (137773, "251201", 1, 0, 15), + (137774, "251201", 1, 0, 15), + (137775, "251201", 1, 0, 15), + (137776, "251201", 1, 0, 15), + (137777, "251201", 1, 0, 15), + (137778, "251201", 1, 0, 15), + (137779, "251201", 1, 0, 15), + (137780, "251201", 1, 0, 15), + (137781, "251201", 1, 0, 15), + (137782, "251201", 1, 0, 15), + (137783, "251201", 1, 0, 15), + (137784, "251201", 1, 0, 15), + (137785, "251201", 1, 0, 15), + (137786, "251201", 1, 0, 15), + (137787, "251001", 1, 0, 15), + (137788, "251001", 1, 0, 15), + (137789, "251001", 1, 0, 15), + (137790, "251001", 1, 0, 15), + (137791, "251001", 1, 0, 15), + (137792, "251001", 1, 0, 15), + (137793, "251001", 1, 0, 15), + (137794, "251001", 1, 0, 15), + (137795, "251001", 1, 0, 15), + (137796, "251001", 1, 0, 15), + (137797, "251001", 1, 0, 15), + (137798, "251306", 1, 0, 15), + (137799, "251001", 1, 0, 15), + (137800, "251001", 1, 0, 15), + (137801, "251001", 1, 0, 15), + (137802, "251306", 1, 0, 15), + (137803, "251306", 1, 0, 15), + (137804, "251306", 1, 0, 15), + (137805, "251306", 1, 0, 15), + (137806, "251306", 1, 0, 15), + (137807, "251307", 1, 0, 15), + (137808, "251307", 1, 0, 15), + (137809, "251307", 1, 0, 15), + (137810, "251307", 1, 0, 15), + (137811, "251307", 1, 0, 15), + (137812, "251201", 1, 0, 15), + (137813, "251201", 1, 0, 15), + (137814, "251201", 1, 0, 15), + (137815, "251203", 1, 0, 15), + (137816, "251203", 1, 0, 15), + (137817, "251203", 1, 0, 15), + (137818, "251203", 1, 0, 15), + (137819, "251203", 1, 0, 15), + (137820, "251203", 1, 0, 15), + (137821, "251203", 1, 0, 15), + (137822, "251203", 1, 0, 15), + (137823, "251203", 1, 0, 15), + (137824, "251315", 1, 0, 15), + (137825, "251315", 1, 0, 15), + (137826, "251315", 1, 0, 15), + (137827, "251315", 1, 0, 15), + (137828, "251315", 1, 0, 15), + (137829, "251316", 1, 0, 15), + (137830, "251316", 1, 0, 15), + (137831, "251316", 1, 0, 15), + (137832, "251316", 1, 0, 15), + (137833, "251316", 1, 0, 15), + (137834, "251316", 1, 0, 15), + (137835, "251316", 1, 0, 15), + (137836, "251316", 1, 0, 15), + (137837, "251327", 1, 0, 15), + (137838, "251327", 1, 0, 15), + (137839, "251327", 1, 0, 15), + (137840, "251327", 1, 0, 15), + (137841, "251320", 1, 0, 15), + (137842, "251202", 1, 0, 15), + (137843, "251202", 1, 0, 15), + (137844, "251202", 1, 0, 15), + (137845, "251202", 1, 0, 15), + (137846, "251318", 1, 0, 15), + (137847, "251318", 1, 0, 15), + (137848, "251318", 1, 0, 15), + (137849, "251318", 1, 0, 15), + (137850, "251318", 1, 0, 15), + (137851, "251318", 1, 0, 15), + (137852, "251318", 1, 0, 15), + (137853, "251318", 1, 0, 15), + (137854, "251318", 1, 0, 15), + (137855, "251318", 1, 0, 15), + (137856, "251318", 1, 0, 15), + (137857, "247776", 1, 0, 15), + (137858, "247776", 1, 0, 15), + (137859, "247771", 1, 0, 15), + (137860, "247771", 1, 0, 15), + (137861, "247771", 1, 0, 15), + (137862, "247771", 1, 0, 15), + (137863, "251301", 1, 0, 15), + (137864, "251301", 1, 0, 15), + (137865, "251301", 1, 0, 15), + (137866, "251301", 1, 0, 15), + (137867, "251301", 1, 0, 15), + (137868, "251301", 1, 0, 15), + (137869, "251301", 1, 0, 15), + (137870, "251305", 1, 0, 15), + (137871, "251305", 1, 0, 15), + (137872, "251305", 1, 0, 15), + (137873, "251305", 1, 0, 15), + (137874, "251305", 1, 0, 15), + (137875, "251305", 1, 0, 15), + (137876, "251305", 1, 0, 15), + (137877, "251305", 1, 0, 15), + (137878, "247772", 1, 0, 15), + (137879, "247772", 1, 0, 15), + (137880, "247772", 1, 0, 15), + (137881, "247772", 1, 0, 15), + (137882, "247772", 1, 0, 15), + (137883, "247772", 1, 0, 15), + (137884, "247772", 1, 0, 15), + (137885, "247772", 1, 0, 15), + (137886, "247772", 1, 0, 15), + (137887, "247772", 1, 0, 15), + (137888, "247773", 1, 0, 15), + (137889, "247773", 1, 0, 15), + (137890, "247773", 1, 0, 15), + (137891, "247773", 1, 0, 15), + (137892, "247773", 1, 0, 15), + (137893, "247773", 1, 0, 15), + (137894, "247774", 1, 0, 15), + (137895, "247774", 1, 0, 15), + (137896, "247774", 1, 0, 15), + (137897, "247774", 1, 0, 15), + (137898, "247774", 1, 0, 15), + (137899, "247774", 1, 0, 15), + (137900, "247775", 1, 0, 15), + (137901, "247775", 1, 0, 15), + (137902, "247775", 1, 0, 15), + (137903, "247775", 1, 0, 15), + (137904, "247775", 1, 0, 15), + (137905, "247775", 1, 0, 15), + (137906, "247775", 1, 0, 15), + (137907, "247775", 1, 0, 15), + (137908, "247775", 1, 0, 15), + (137909, "247775", 1, 0, 15), + (137910, "247775", 1, 0, 15), + (137911, "247775", 1, 0, 15), + (137912, "247775", 1, 0, 15), + (137913, "247775", 1, 0, 15), + (137914, "251319", 1, 0, 15), + (137915, "251319", 1, 0, 15), + (137916, "251319", 1, 0, 15), + (137917, "251319", 1, 0, 15), + (137918, "251319", 1, 0, 15), + (137919, "251319", 1, 0, 15), + (137920, "247777", 1, 0, 15), + (137921, "247777", 1, 0, 15), + (137922, "247777", 1, 0, 15), + (137923, "247777", 1, 0, 15), + (137924, "247777", 1, 0, 15), + (137925, "247777", 1, 0, 15), + (137926, "247777", 1, 0, 15), + (137927, "247778", 1, 0, 15), + (137928, "247778", 1, 0, 15), + (137929, "247778", 1, 0, 15), + (137930, "247778", 1, 0, 15), + (137931, "247778", 1, 0, 15), + (137932, "247778", 1, 0, 15), + (137933, "247778", 1, 0, 15), + (137934, "247778", 1, 0, 15), + (137935, "247778", 1, 0, 15), + (137936, "230402", 1, 0, 15), + (137937, "230501", 1, 0, 15), + (137938, "230401", 1, 0, 15), + (137939, "230129", 1, 0, 15), + (137940, "230126", 1, 0, 15), + (137941, "230401", 1, 0, 15), + (137942, "230124", 1, 0, 15), + (137943, "230143", 1, 0, 15), + (137944, "230501", 1, 0, 15), + (137945, "229410", 1, 0, 15), + (137946, "230128", 1, 0, 15), + (137947, "230404", 1, 0, 15), + (137948, "230301", 1, 0, 15), + (137949, "230131", 1, 0, 15), + (137950, "230302", 1, 0, 15), + (137951, "230201", 1, 0, 15), + (137952, "230502", 1, 0, 15), + (137953, "230142", 1, 0, 15), + (137954, "230121", 1, 0, 15), + (137955, "230302", 1, 0, 15), + (137956, "230201", 1, 0, 15), + (137957, "230129", 1, 0, 15), + (137958, "230144", 1, 0, 15), + (137959, "230503", 1, 0, 15), + (137960, "230121", 1, 0, 15), + (137961, "230135", 1, 0, 15), + (137962, "230128", 1, 0, 15), + (137963, "230124", 1, 0, 15), + (137964, "230127", 1, 0, 15), + (137965, "230143", 1, 0, 15), + (137966, "230139", 1, 0, 15), + (137967, "230405", 1, 0, 15), + (137968, "230201", 1, 0, 15), + (137969, "230304", 1, 0, 15), + (137970, "230125", 1, 0, 15), + (137971, "230132", 1, 0, 15), + (137972, "230136", 1, 0, 15), + (137973, "230135", 1, 0, 15), + (137974, "230141", 1, 0, 15), + (137975, "230129", 1, 0, 15), + (137976, "230301", 1, 0, 15), + (137977, "230405", 1, 0, 15), + (137978, "230503", 1, 0, 15), + (137979, "230124", 1, 0, 15), + (137980, "230501", 1, 0, 15), + (137981, "230502", 1, 0, 15), + (137982, "230002", 1, 0, 15), + (137983, "230138", 1, 0, 15), + (137984, "230128", 1, 0, 15), + (137985, "230121", 1, 0, 15), + (137986, "230134", 1, 0, 15), + (137987, "230144", 1, 0, 15), + (137988, "230304", 1, 0, 15), + (137989, "230127", 1, 0, 15), + (137990, "230135", 1, 0, 15), + (137991, "230134", 1, 0, 15), + (137992, "230124", 1, 0, 15), + (137993, "230134", 1, 0, 15), + (137994, "230302", 1, 0, 15), + (137995, "230202", 1, 0, 15), + (137996, "230503", 1, 0, 15), + (137997, "230121", 1, 0, 15), + (137998, "230502", 1, 0, 15), + (137999, "230403", 1, 0, 15), + (138000, "230202", 1, 0, 15), + (138001, "230143", 1, 0, 15), + (138002, "230304", 1, 0, 15), + (138003, "230304", 1, 0, 15), + (138004, "230402", 1, 0, 15), + (138005, "230136", 1, 0, 15), + (138006, "230402", 1, 0, 15), + (138007, "230136", 1, 0, 15), + (138008, "230304", 1, 0, 15), + (138009, "230201", 1, 0, 15), + (138010, "230132", 1, 0, 15), + (138011, "230204", 1, 0, 15), + (138012, "230403", 1, 0, 15), + (138013, "230204", 1, 0, 15), + (138014, "230128", 1, 0, 15), + (138015, "230402", 1, 0, 15), + (138016, "230204", 1, 0, 15), + (138017, "230138", 1, 0, 15), + (138018, "230125", 1, 0, 15), + (138019, "230141", 1, 0, 15), + (138020, "230304", 1, 0, 15), + (138021, "230304", 1, 0, 15), + (138022, "230302", 1, 0, 15), + (138023, "230201", 1, 0, 15), + (138024, "230502", 1, 0, 15), + (138025, "230201", 1, 0, 15), + (138026, "230002", 1, 0, 15), + (138027, "230124", 1, 0, 15), + (138028, "230135", 1, 0, 15), + (138029, "230139", 1, 0, 15), + (138030, "230125", 1, 0, 15), + (138031, "230125", 1, 0, 15), + (138032, "230306", 1, 0, 15), + (138033, "230129", 1, 0, 15), + (138034, "230306", 1, 0, 15), + (138035, "230129", 1, 0, 15), + (138036, "230141", 1, 0, 15), + (138037, "230301", 1, 0, 15), + (138038, "230135", 1, 0, 15), + (138039, "230142", 1, 0, 15), + (138040, "230204", 1, 0, 15), + (138041, "230204", 1, 0, 15), + (138042, "230502", 1, 0, 15), + (138043, "230201", 1, 0, 15), + (138044, "230131", 1, 0, 15), + (138045, "230132", 1, 0, 15), + (138046, "230204", 1, 0, 15), + (138047, "230125", 1, 0, 15), + (138048, "230132", 1, 0, 15), + (138049, "229410", 1, 0, 15), + (138050, "230204", 1, 0, 15), + (138051, "230202", 1, 0, 15), + (138052, "230142", 1, 0, 15), + (138053, "230124", 1, 0, 15), + (138054, "230127", 1, 0, 15), + (138055, "230301", 1, 0, 15), + (138056, "230306", 1, 0, 15), + (138057, "230402", 1, 0, 15), + (138058, "230141", 1, 0, 15), + (138059, "230129", 1, 0, 15), + (138060, "230403", 1, 0, 15), + (138061, "230201", 1, 0, 15), + (138062, "230401", 1, 0, 15), + (138063, "230135", 1, 0, 15), + (138064, "230135", 1, 0, 15), + (138065, "230204", 1, 0, 15), + (138066, "230401", 1, 0, 15), + (138067, "230137", 1, 0, 15), + (138068, "230503", 1, 0, 15), + (138069, "230132", 1, 0, 15), + (138070, "230132", 1, 0, 15), + (138071, "230503", 1, 0, 15), + (138072, "230204", 1, 0, 15), + (138073, "230201", 1, 0, 15), + (138074, "230503", 1, 0, 15), + (138075, "230503", 1, 0, 15), + (138076, "230129", 1, 0, 15), + (138077, "230503", 1, 0, 15), + (138078, "230136", 1, 0, 15), + (138079, "230135", 1, 0, 15), + (138080, "230132", 1, 0, 15), + (138081, "230125", 1, 0, 15), + (138082, "230304", 1, 0, 15), + (138083, "230128", 1, 0, 15), + (138084, "230129", 1, 0, 15), + (138085, "230138", 1, 0, 15), + (138086, "230304", 1, 0, 15), + (138087, "230139", 1, 0, 15), + (138088, "230138", 1, 0, 15), + (138089, "229408", 1, 0, 15), + (138090, "230204", 1, 0, 15), + (138091, "230202", 1, 0, 15), + (138092, "230134", 1, 0, 15), + (138093, "230141", 1, 0, 15), + (138094, "230204", 1, 0, 15), + (138095, "230139", 1, 0, 15), + (138096, "230144", 1, 0, 15), + (138097, "230204", 1, 0, 15), + (138098, "230401", 1, 0, 15), + (138099, "230501", 1, 0, 15), + (138100, "230124", 1, 0, 15), + (138101, "230139", 1, 0, 15), + (138102, "230201", 1, 0, 15), + (138103, "230135", 1, 0, 15), + (138104, "230142", 1, 0, 15), + (138105, "230141", 1, 0, 15), + (138106, "230135", 1, 0, 15), + (138107, "230143", 1, 0, 15), + (138108, "230127", 1, 0, 15), + (138109, "230144", 1, 0, 15), + (138110, "230125", 1, 0, 15), + (138111, "230124", 1, 0, 15), + (138112, "230128", 1, 0, 15), + (138113, "230134", 1, 0, 15), + (138114, "230304", 1, 0, 15), + (138115, "230502", 1, 0, 15), + (138116, "230502", 1, 0, 15), + (138117, "230502", 1, 0, 15), + (138118, "230131", 1, 0, 15), + (138119, "230503", 1, 0, 15), + (138120, "230127", 1, 0, 15), + (138121, "230002", 1, 0, 15), + (138122, "230143", 1, 0, 15), + (138123, "230132", 1, 0, 15), + (138124, "230202", 1, 0, 15), + (138125, "230204", 1, 0, 15), + (138126, "230139", 1, 0, 15), + (138127, "230502", 1, 0, 15), + (138128, "230128", 1, 0, 15), + (138129, "230125", 1, 0, 15), + (138130, "230128", 1, 0, 15), + (138131, "230503", 1, 0, 15), + (138132, "230131", 1, 0, 15), + (138133, "230139", 1, 0, 15), + (138134, "230128", 1, 0, 15), + (138135, "230503", 1, 0, 15), + (138136, "230304", 1, 0, 15), + (138137, "230141", 1, 0, 15), + (138138, "230132", 1, 0, 15), + (138139, "230131", 1, 0, 15), + (138140, "230403", 1, 0, 15), + (138141, "230139", 1, 0, 15), + (138142, "230144", 1, 0, 15), + (138143, "230139", 1, 0, 15), + (138144, "230135", 1, 0, 15), + (138145, "230141", 1, 0, 15), + (138146, "230124", 1, 0, 15), + (138147, "230503", 1, 0, 15), + (138148, "230202", 1, 0, 15), + (138149, "230403", 1, 0, 15), + (138150, "230201", 1, 0, 15), + (138151, "230201", 1, 0, 15), + (138152, "230503", 1, 0, 15), + (138153, "230501", 1, 0, 15), + (138154, "230144", 1, 0, 15), + (138155, "230402", 1, 0, 15), + (138156, "230142", 1, 0, 15), + (138157, "230135", 1, 0, 15), + (138158, "230403", 1, 0, 15), + (138159, "230128", 1, 0, 15), + (138160, "230135", 1, 0, 15), + (138161, "230135", 1, 0, 15), + (138162, "230402", 1, 0, 15), + (138163, "230402", 1, 0, 15), + (138164, "230404", 1, 0, 15), + (138165, "230141", 1, 0, 15), + (138166, "230304", 1, 0, 15), + (138167, "230141", 1, 0, 15), + (138168, "229410", 1, 0, 15), + (138169, "230142", 1, 0, 15), + (138170, "230204", 1, 0, 15), + (138171, "230204", 1, 0, 15), + (138172, "229408", 1, 0, 15), + (138173, "230301", 1, 0, 15), + (138174, "230132", 1, 0, 15), + (138175, "230125", 1, 0, 15), + (138176, "230301", 1, 0, 15), + (138177, "230132", 1, 0, 15), + (138178, "230132", 1, 0, 15), + (138179, "230401", 1, 0, 15), + (138180, "230139", 1, 0, 15), + (138181, "230139", 1, 0, 15), + (138182, "230304", 1, 0, 15), + (138183, "230204", 1, 0, 15), + (138184, "230402", 1, 0, 15), + (138185, "230502", 1, 0, 15), + (138186, "230201", 1, 0, 15), + (138187, "230131", 1, 0, 15), + (138188, "230137", 1, 0, 15), + (138189, "230135", 1, 0, 15), + (138190, "230204", 1, 0, 15), + (138191, "230402", 1, 0, 15), + (138192, "230202", 1, 0, 15), + (138193, "230141", 1, 0, 15), + (138194, "230402", 1, 0, 15), + (138195, "230204", 1, 0, 15), + (138196, "230403", 1, 0, 15), + (138197, "230134", 1, 0, 15), + (138198, "230135", 1, 0, 15), + (138199, "230129", 1, 0, 15), + (138200, "230127", 1, 0, 15), + (138201, "230401", 1, 0, 15), + (138202, "230204", 1, 0, 15), + (138203, "230204", 1, 0, 15), + (138204, "230135", 1, 0, 15), + (138205, "230132", 1, 0, 15), + (138206, "230139", 1, 0, 15), + (138207, "230135", 1, 0, 15), + (138208, "230131", 1, 0, 15), + (138209, "230135", 1, 0, 15), + (138210, "230401", 1, 0, 15), + (138211, "230134", 1, 0, 15), + (138212, "230405", 1, 0, 15), + (138213, "229408", 1, 0, 15), + (138214, "230401", 1, 0, 15), + (138215, "230304", 1, 0, 15), + (138216, "230302", 1, 0, 15), + (138217, "230401", 1, 0, 15), + (138218, "230301", 1, 0, 15), + (138219, "230304", 1, 0, 15), + (138220, "230201", 1, 0, 15), + (138221, "230121", 1, 0, 15), + (138222, "230204", 1, 0, 15), + (138223, "230301", 1, 0, 15), + (138224, "230306", 1, 0, 15), + (138225, "230204", 1, 0, 15), + (138226, "230403", 1, 0, 15), + (138227, "230137", 1, 0, 15), + (138228, "230002", 1, 0, 15), + (138229, "230201", 1, 0, 15), + (138230, "230202", 1, 0, 15), + (138231, "230125", 1, 0, 15), + (138232, "230501", 1, 0, 15), + (138233, "230201", 1, 0, 15), + (138234, "230125", 1, 0, 15), + (138235, "230502", 1, 0, 15), + (138236, "230402", 1, 0, 15), + (138237, "230405", 1, 0, 15), + (138238, "230405", 1, 0, 15), + (138239, "229301", 1, 0, 15), + (138240, "229301", 1, 0, 15), + (138241, "229301", 1, 0, 15), + (138242, "229301", 1, 0, 15), + (138243, "229301", 1, 0, 15), + (138244, "229301", 1, 0, 15), + (138245, "229301", 1, 0, 15), + (138246, "229301", 1, 0, 15), + (138247, "229301", 1, 0, 15), + (138248, "229310", 1, 0, 15), + (138249, "229310", 1, 0, 15), + (138250, "229310", 1, 0, 15), + (138251, "229310", 1, 0, 15), + (138252, "229310", 1, 0, 15), + (138253, "229310", 1, 0, 15), + (138254, "229310", 1, 0, 15), + (138255, "229310", 1, 0, 15), + (138256, "229302", 1, 0, 15), + (138257, "229302", 1, 0, 15), + (138258, "229302", 1, 0, 15), + (138259, "229001", 1, 0, 15), + (138260, "229001", 1, 0, 15), + (138261, "229001", 1, 0, 15), + (138262, "229001", 1, 0, 15), + (138263, "229001", 1, 0, 15), + (138264, "229001", 1, 0, 15), + (138265, "229135", 1, 0, 15), + (138266, "276404", 1, 0, 15), + (138267, "231307", 1, 0, 15), + (138268, "231307", 1, 0, 15), + (138269, "231312", 1, 0, 15), + (138270, "231304", 1, 0, 15), + (138271, "231304", 1, 0, 15), + (138272, "231213", 1, 0, 15), + (138273, "212208", 1, 0, 15), + (138274, "231210", 1, 0, 15), + (138275, "232105", 1, 0, 15), + (138276, "244901", 1, 0, 15), + (138277, "273013", 1, 0, 15), + (138278, "273007", 1, 0, 15), + (138279, "273010", 1, 0, 15), + (138280, "243631", 1, 0, 15), + (138281, "243638", 1, 0, 15), + (138282, "232109", 1, 0, 15), + (138283, "221104", 1, 0, 15), + (138284, "232104", 1, 0, 15), + (138285, "232109", 1, 0, 15), + (138286, "232109", 1, 0, 15), + (138287, "221104", 1, 0, 15), + (138288, "221005", 1, 0, 15), + (138289, "221008", 1, 0, 15), + (138290, "221112", 1, 0, 15), + (138291, "203396", 1, 0, 15), + (138292, "203392", 1, 0, 15), + (138293, "203411", 1, 0, 15), + (138294, "203408", 1, 0, 15), + (138295, "203402", 1, 0, 15), + (138296, "243724", 1, 0, 15), + (138297, "243637", 1, 0, 15), + (138298, "243639", 1, 0, 15), + (138299, "243639", 1, 0, 15), + (138300, "243639", 1, 0, 15), + (138301, "243639", 1, 0, 15), + (138302, "243639", 1, 0, 15), + (138303, "243639", 1, 0, 15), + (138304, "243639", 1, 0, 15), + (138305, "243639", 1, 0, 15), + (138306, "243639", 1, 0, 15), + (138307, "243639", 1, 0, 15), + (138308, "243639", 1, 0, 15), + (138309, "243639", 1, 0, 15), + (138310, "243639", 1, 0, 15), + (138311, "243639", 1, 0, 15), + (138312, "243639", 1, 0, 15), + (138313, "243639", 1, 0, 15), + (138314, "205301", 1, 0, 15), + (138315, "205304", 1, 0, 15), + (138316, "205303", 1, 0, 15), + (138317, "283145", 1, 0, 15), + (138318, "283141", 1, 0, 15), + (138319, "273409", 1, 0, 15), + (138320, "273212", 1, 0, 15), + (138321, "250617", 1, 0, 15), + (138322, "250609", 1, 0, 15), + (138323, "262121", 1, 0, 15), + (138324, "243126", 1, 0, 15), + (138325, "262124", 1, 0, 15), + (138326, "243003", 1, 0, 15), + (138327, "243504", 1, 0, 15), + (138328, "262202", 1, 0, 15), + (138329, "243003", 1, 0, 15), + (138330, "212208", 1, 0, 15), + (138331, "225405", 1, 0, 15), + (138332, "212503", 1, 0, 15), + (138333, "212503", 1, 0, 15), + (138334, "221503", 1, 0, 15), + (138335, "221503", 1, 0, 15), + (138336, "212402", 1, 0, 15), + (138337, "212402", 1, 0, 15), + (138338, "222003", 1, 0, 15), + (138339, "247776", 1, 0, 15), + (138340, "247776", 1, 0, 15), + (138341, "212109", 1, 0, 15), + (138342, "211011", 1, 0, 15), + (138343, "212303", 1, 0, 15), + (138344, "212305", 1, 0, 15), + (138345, "212104", 1, 0, 15), + (138346, "212306", 1, 0, 15), + (138347, "273002", 1, 0, 15), + (138348, "273401", 1, 0, 15), + (138349, "250621", 1, 0, 15), + (138350, "224123", 1, 0, 15), + (138351, "244102", 1, 0, 15), + (138352, "203202", 1, 0, 15), + (138353, "244924", 1, 0, 15), + (138354, "210429", 1, 0, 15), + (138355, "210001", 1, 0, 15), + (138356, "273162", 1, 0, 15), + (138357, "273001", 1, 0, 15), + (138358, "273001", 1, 0, 15), + (138359, "273209", 1, 0, 15), + (138360, "273309", 1, 0, 15), + (138361, "228171", 1, 0, 15), + (138362, "244304", 1, 0, 15), + (138363, "262904", 1, 0, 15), + (138364, "262904", 1, 0, 15), + (138365, "262904", 1, 0, 15), + (138366, "262904", 1, 0, 15), + (138367, "262902", 1, 0, 15), + (138368, "262901", 1, 0, 15), + (138369, "261506", 1, 0, 15), + (138370, "262724", 1, 0, 15), + (138371, "262805", 1, 0, 15), + (138372, "262805", 1, 0, 15), + (138373, "262803", 1, 0, 15), + (138374, "262803", 1, 0, 15), + (138375, "262802", 1, 0, 15), + (138376, "262722", 1, 0, 15), + (138377, "262727", 1, 0, 15), + (138378, "262802", 1, 0, 15), + (138379, "261505", 1, 0, 15), + (138380, "261505", 1, 0, 15), + (138381, "262801", 1, 0, 15), + (138382, "262721", 1, 0, 15), + (138383, "262701", 1, 0, 15), + (138384, "262901", 1, 0, 15), + (138385, "262904", 1, 0, 15), + (138386, "262904", 1, 0, 15), + (138387, "262907", 1, 0, 15), + (138388, "262903", 1, 0, 15), + (138389, "262907", 1, 0, 15), + (138390, "262804", 1, 0, 15), + (138391, "262701", 1, 0, 15), + (138392, "243601", 1, 0, 15), + (138393, "245304", 1, 0, 15), + (138394, "262908", 1, 0, 15), + (138395, "261506", 1, 0, 15), + (138396, "243638", 1, 0, 15), + (138397, "225305", 1, 0, 15), + (138398, "243636", 1, 0, 15), + (138399, "221305", 1, 0, 15), + (138400, "221314", 1, 0, 15), + (138401, "209602", 1, 0, 15), + (138402, "242042", 1, 0, 15), + (138403, "242001", 1, 0, 15), + (138404, "242001", 1, 0, 15), + (138405, "242001", 1, 0, 15), + (138406, "242307", 1, 0, 15), + (138407, "222138", 1, 0, 15), + (138408, "211007", 1, 0, 15), + (138409, "212202", 1, 0, 15), + (138410, "212106", 1, 0, 15), + (138411, "212303", 1, 0, 15), + (138412, "211010", 1, 0, 15), + (138413, "245101", 1, 0, 15), + (138414, "281406", 1, 0, 15), + (138415, "285204", 1, 0, 15), + (138416, "276122", 1, 0, 15), + (138417, "281305", 1, 0, 15), + (138418, "202141", 1, 0, 15), + (138419, "202141", 1, 0, 15), + (138420, "202141", 1, 0, 15), + (138421, "276306", 1, 0, 15), + (138422, "276208", 1, 0, 15), + (138423, "276208", 1, 0, 15), + (138424, "228178", 1, 0, 15), + (138425, "228178", 1, 0, 15), + (138426, "228178", 1, 0, 15), + (138427, "228178", 1, 0, 15), + (138428, "228178", 1, 0, 15), + (138429, "209302", 1, 0, 15), + (138430, "209308", 1, 0, 15), + (138431, "209825", 1, 0, 15), + (138432, "209303", 1, 0, 15), + (138433, "209870", 1, 0, 15), + (138434, "209870", 1, 0, 15), + (138435, "209870", 1, 0, 15), + (138436, "209204", 1, 0, 15), + (138437, "209801", 1, 0, 15), + (138438, "209801", 1, 0, 15), + (138439, "205263", 1, 0, 15), + (138440, "283204", 1, 0, 15), + (138441, "283204", 1, 0, 15), + (138442, "283204", 1, 0, 15), + (138443, "283204", 1, 0, 15), + (138444, "283204", 1, 0, 15), + (138445, "205301", 1, 0, 15), + (138446, "283206", 1, 0, 15), + (138447, "205268", 1, 0, 15), + (138448, "283136", 1, 0, 15), + (138449, "281307", 1, 0, 15), + (138450, "283207", 1, 0, 15), + (138451, "202124", 1, 0, 15), + (138452, "202140", 1, 0, 15), + (138453, "250401", 1, 0, 15), + (138454, "204211", 1, 0, 15), + (138455, "204211", 1, 0, 15), + (138456, "204211", 1, 0, 15), + (138457, "202280", 1, 0, 15), + (138458, "202280", 1, 0, 15), + (138459, "202281", 1, 0, 15), + (138460, "202150", 1, 0, 15), + (138461, "202150", 1, 0, 15), + (138462, "204211", 1, 0, 15), + (138463, "262201", 1, 0, 15), + (138464, "224001", 1, 0, 15), + (138465, "212664", 1, 0, 15), + (138466, "229216", 1, 0, 15), + (138467, "262001", 1, 0, 15), + (138468, "272131", 1, 0, 15), + (138469, "272151", 1, 0, 15), + (138470, "272129", 1, 0, 15), + (138471, "272206", 1, 0, 15), + (138472, "272205", 1, 0, 15), + (138473, "272208", 1, 0, 15), + (138474, "210208", 1, 0, 15), + (138475, "229308", 1, 0, 15), + (138476, "209125", 1, 0, 15), + (138477, "275103", 1, 0, 15), + (138478, "209801", 1, 0, 15), + (138479, "209831", 1, 0, 15), + (138480, "209831", 1, 0, 15), + (138481, "209831", 1, 0, 15), + (138482, "209831", 1, 0, 15), + (138483, "209831", 1, 0, 15), + (138484, "209831", 1, 0, 15), + (138485, "209831", 1, 0, 15), + (138486, "209831", 1, 0, 15), + (138487, "209831", 1, 0, 15), + (138488, "209831", 1, 0, 15), + (138489, "209831", 1, 0, 15), + (138490, "246763", 1, 0, 15), + (138491, "246722", 1, 0, 15), + (138492, "242221", 1, 0, 15), + (138493, "242221", 1, 0, 15), + (138494, "242221", 1, 0, 15), + (138495, "242042", 1, 0, 15), + (138496, "242221", 1, 0, 15), + (138497, "242221", 1, 0, 15), + (138498, "242221", 1, 0, 15), + (138499, "242221", 1, 0, 15), + (138500, "229408", 1, 0, 15), + (138501, "229408", 1, 0, 15), + (138502, "230121", 1, 0, 15), + (138503, "230121", 1, 0, 15), + (138504, "230133", 1, 0, 15), + (138505, "230133", 1, 0, 15), + (138506, "230133", 1, 0, 15), + (138507, "230133", 1, 0, 15), + (138508, "230401", 1, 0, 15), + (138509, "203390", 1, 0, 15), + (138510, "273411", 1, 0, 15), + (138511, "273404", 1, 0, 15), + (138512, "272192", 1, 0, 15), + (138513, "283115", 1, 0, 15), + (138514, "283119", 1, 0, 15), + (138515, "283121", 1, 0, 15), + (138516, "283105", 1, 0, 15), + (138517, "283122", 1, 0, 15), + (138518, "282002", 1, 0, 15), + (138519, "282002", 1, 0, 15), + (138520, "282002", 1, 0, 15), + (138521, "282002", 1, 0, 15), + (138522, "282002", 1, 0, 15), + (138523, "282010", 1, 0, 15), + (138524, "282001", 1, 0, 15), + (138525, "282001", 1, 0, 15), + (138526, "282010", 1, 0, 15), + (138527, "282002", 1, 0, 15), + (138528, "282001", 1, 0, 15), + (138529, "282001", 1, 0, 15), + (138530, "282002", 1, 0, 15), + (138531, "282001", 1, 0, 15), + (138532, "282002", 1, 0, 15), + (138533, "283124", 1, 0, 15), + (138534, "282001", 1, 0, 15), + (138535, "282010", 1, 0, 15), + (138536, "283125", 1, 0, 15), + (138537, "282010", 1, 0, 15), + (138538, "282001", 1, 0, 15), + (138539, "282001", 1, 0, 15), + (138540, "282002", 1, 0, 15), + (138541, "282002", 1, 0, 15), + (138542, "282003", 1, 0, 15), + (138543, "282003", 1, 0, 15), + (138544, "282004", 1, 0, 15), + (138545, "282004", 1, 0, 15), + (138546, "283104", 1, 0, 15), + (138547, "282003", 1, 0, 15), + (138548, "282005", 1, 0, 15), + (138549, "283202", 1, 0, 15), + (138550, "283111", 1, 0, 15), + (138551, "283111", 1, 0, 15), + (138552, "282006", 1, 0, 15), + (138553, "282003", 1, 0, 15), + (138554, "282004", 1, 0, 15), + (138555, "282003", 1, 0, 15), + (138556, "283113", 1, 0, 15), + (138557, "282003", 1, 0, 15), + (138558, "282006", 1, 0, 15), + (138559, "283101", 1, 0, 15), + (138560, "282001", 1, 0, 15), + (138561, "283102", 1, 0, 15), + (138562, "282002", 1, 0, 15), + (138563, "282001", 1, 0, 15), + (138564, "282010", 1, 0, 15), + (138565, "283105", 1, 0, 15), + (138566, "282001", 1, 0, 15), + (138567, "282002", 1, 0, 15), + (138568, "282002", 1, 0, 15), + (138569, "282009", 1, 0, 15), + (138570, "282010", 1, 0, 15), + (138571, "282001", 1, 0, 15), + (138572, "283110", 1, 0, 15), + (138573, "282001", 1, 0, 15), + (138574, "282002", 1, 0, 15), + (138575, "282001", 1, 0, 15), + (138576, "282001", 1, 0, 15), + (138577, "282008", 1, 0, 15), + (138578, "282001", 1, 0, 15), + (138579, "283112", 1, 0, 15), + (138580, "283114", 1, 0, 15), + (138581, "282003", 1, 0, 15), + (138582, "282004", 1, 0, 15), + (138583, "282003", 1, 0, 15), + (138584, "282004", 1, 0, 15), + (138585, "282005", 1, 0, 15), + (138586, "283126", 1, 0, 15), + (138587, "282007", 1, 0, 15), + (138588, "282005", 1, 0, 15), + (138589, "282004", 1, 0, 15), + (138590, "282003", 1, 0, 15), + (138591, "283123", 1, 0, 15), + (138592, "282003", 1, 0, 15), + (138593, "282005", 1, 0, 15), + (138594, "282003", 1, 0, 15), + (138595, "282007", 1, 0, 15), + (138596, "282003", 1, 0, 15), + (138597, "282006", 1, 0, 15), + (138598, "282003", 1, 0, 15), + (138599, "283201", 1, 0, 15), + (138600, "271801", 1, 0, 15), + (138601, "271801", 1, 0, 15), + (138602, "271801", 1, 0, 15), + (138603, "271801", 1, 0, 15), + (138604, "271831", 1, 0, 15), + (138605, "271821", 1, 0, 15), + (138606, "271825", 1, 0, 15), + (138607, "271870", 1, 0, 15), + (138608, "271902", 1, 0, 15), + (138609, "271841", 1, 0, 15), + (138610, "271872", 1, 0, 15), + (138611, "271845", 1, 0, 15), + (138612, "271904", 1, 0, 15), + (138613, "271901", 1, 0, 15), + (138614, "271903", 1, 0, 15), + (138615, "271802", 1, 0, 15), + (138616, "271855", 1, 0, 15), + (138617, "271882", 1, 0, 15), + (138618, "271865", 1, 0, 15), + (138619, "271804", 1, 0, 15), + (138620, "271871", 1, 0, 15), + (138621, "271881", 1, 0, 15), + (138622, "271875", 1, 0, 15), + (138623, "271840", 1, 0, 15), + (138624, "271824", 1, 0, 15), + (138625, "271830", 1, 0, 15), + (138626, "271851", 1, 0, 15), + (138627, "271835", 1, 0, 15), + (138628, "276206", 1, 0, 15), + (138629, "223227", 1, 0, 15), + (138630, "276304", 1, 0, 15), + (138631, "276304", 1, 0, 15), + (138632, "276143", 1, 0, 15), + (138633, "276124", 1, 0, 15), + (138634, "276136", 1, 0, 15), + (138635, "276125", 1, 0, 15), + (138636, "276121", 1, 0, 15), + (138637, "276127", 1, 0, 15), + (138638, "276122", 1, 0, 15), + (138639, "276138", 1, 0, 15), + (138640, "276139", 1, 0, 15), + (138641, "276303", 1, 0, 15), + (138642, "276205", 1, 0, 15), + (138643, "276203", 1, 0, 15), + (138644, "276204", 1, 0, 15), + (138645, "276202", 1, 0, 15), + (138646, "276201", 1, 0, 15), + (138647, "276302", 1, 0, 15), + (138648, "276123", 1, 0, 15), + (138649, "276301", 1, 0, 15), + (138650, "276404", 1, 0, 15), + (138651, "276131", 1, 0, 15), + (138652, "276126", 1, 0, 15), + (138653, "276406", 1, 0, 15), + (138654, "221706", 1, 0, 15), + (138655, "221705", 1, 0, 15), + (138656, "275305", 1, 0, 15), + (138657, "275102", 1, 0, 15), + (138658, "275105", 1, 0, 15), + (138659, "223223", 1, 0, 15), + (138660, "276142", 1, 0, 15), + (138661, "276141", 1, 0, 15), + (138662, "276137", 1, 0, 15), + (138663, "276207", 1, 0, 15), + (138664, "276208", 1, 0, 15), + (138665, "276135", 1, 0, 15), + (138666, "276128", 1, 0, 15), + (138667, "276001", 1, 0, 15), + (138668, "276001", 1, 0, 15), + (138669, "223221", 1, 0, 15), + (138670, "223225", 1, 0, 15), + (138671, "276288", 1, 0, 15), + (138672, "223222", 1, 0, 15), + (138673, "223224", 1, 0, 15), + (138674, "223226", 1, 0, 15), + (138675, "276305", 1, 0, 15), + (138676, "275304", 1, 0, 15), + (138677, "275301", 1, 0, 15), + (138678, "221601", 1, 0, 15), + (138679, "221602", 1, 0, 15), + (138680, "221603", 1, 0, 15), + (138681, "275307", 1, 0, 15), + (138682, "276306", 1, 0, 15), + (138683, "275101", 1, 0, 15), + (138684, "275101", 1, 0, 15), + (138685, "275101", 1, 0, 15), + (138686, "275303", 1, 0, 15), + (138687, "276403", 1, 0, 15), + (138688, "275302", 1, 0, 15), + (138689, "276405", 1, 0, 15), + (138690, "275306", 1, 0, 15), + (138691, "276402", 1, 0, 15), + (138692, "276129", 1, 0, 15), + (138693, "276403", 1, 0, 15), + (138694, "277001", 1, 0, 15), + (138695, "277201", 1, 0, 15), + (138696, "277001", 1, 0, 15), + (138697, "277202", 1, 0, 15), + (138698, "277203", 1, 0, 15), + (138699, "277301", 1, 0, 15), + (138700, "277401", 1, 0, 15), + (138701, "277001", 1, 0, 15), + (138702, "277210", 1, 0, 15), + (138703, "277001", 1, 0, 15), + (138704, "277204", 1, 0, 15), + (138705, "277205", 1, 0, 15), + (138706, "277402", 1, 0, 15), + (138707, "277001", 1, 0, 15), + (138708, "277214", 1, 0, 15), + (138709, "277302", 1, 0, 15), + (138710, "277219", 1, 0, 15), + (138711, "277216", 1, 0, 15), + (138712, "277403", 1, 0, 15), + (138713, "277207", 1, 0, 15), + (138714, "221717", 1, 0, 15), + (138715, "277124", 1, 0, 15), + (138716, "277208", 1, 0, 15), + (138717, "277123", 1, 0, 15), + (138718, "277209", 1, 0, 15), + (138719, "277211", 1, 0, 15), + (138720, "277001", 1, 0, 15), + (138721, "277303", 1, 0, 15), + (138722, "277303", 1, 0, 15), + (138723, "277304", 1, 0, 15), + (138724, "277001", 1, 0, 15), + (138725, "277213", 1, 0, 15), + (138726, "221715", 1, 0, 15), + (138727, "221701", 1, 0, 15), + (138728, "221713", 1, 0, 15), + (138729, "221709", 1, 0, 15), + (138730, "277121", 1, 0, 15), + (138731, "221718", 1, 0, 15), + (138732, "221716", 1, 0, 15), + (138733, "277501", 1, 0, 15), + (138734, "221712", 1, 0, 15), + (138735, "221711", 1, 0, 15), + (138736, "277502", 1, 0, 15), + (138737, "277503", 1, 0, 15), + (138738, "277506", 1, 0, 15), + (138739, "277504", 1, 0, 15), + (138740, "210120", 1, 0, 15), + (138741, "210208", 1, 0, 15), + (138742, "210209", 1, 0, 15), + (138743, "210129", 1, 0, 15), + (138744, "210206", 1, 0, 15), + (138745, "210201", 1, 0, 15), + (138746, "210126", 1, 0, 15), + (138747, "210207", 1, 0, 15), + (138748, "210128", 1, 0, 15), + (138749, "210502", 1, 0, 15), + (138750, "210501", 1, 0, 15), + (138751, "210421", 1, 0, 15), + (138752, "210430", 1, 0, 15), + (138753, "210427", 1, 0, 15), + (138754, "210301", 1, 0, 15), + (138755, "210423", 1, 0, 15), + (138756, "210422", 1, 0, 15), + (138757, "210424", 1, 0, 15), + (138758, "210504", 1, 0, 15), + (138759, "210425", 1, 0, 15), + (138760, "210431", 1, 0, 15), + (138761, "210426", 1, 0, 15), + (138762, "210505", 1, 0, 15), + (138763, "210427", 1, 0, 15), + (138764, "210428", 1, 0, 15), + (138765, "210506", 1, 0, 15), + (138766, "210429", 1, 0, 15), + (138767, "210507", 1, 0, 15), + (138768, "210431", 1, 0, 15), + (138769, "210432", 1, 0, 15), + (138770, "210201", 1, 0, 15), + (138771, "210121", 1, 0, 15), + (138772, "210202", 1, 0, 15), + (138773, "210001", 1, 0, 15), + (138774, "210204", 1, 0, 15), + (138775, "210123", 1, 0, 15), + (138776, "210001", 1, 0, 15), + (138777, "210125", 1, 0, 15), + (138778, "210205", 1, 0, 15), + (138779, "262121", 1, 0, 15), + (138780, "243301", 1, 0, 15), + (138781, "243201", 1, 0, 15), + (138782, "243402", 1, 0, 15), + (138783, "243004", 1, 0, 15), + (138784, "243003", 1, 0, 15), + (138785, "243001", 1, 0, 15), + (138786, "243001", 1, 0, 15), + (138787, "243001", 1, 0, 15), + (138788, "243001", 1, 0, 15), + (138789, "262203", 1, 0, 15), + (138790, "262202", 1, 0, 15), + (138791, "262201", 1, 0, 15), + (138792, "243401", 1, 0, 15), + (138793, "243202", 1, 0, 15), + (138794, "243501", 1, 0, 15), + (138795, "243302", 1, 0, 15), + (138796, "243122", 1, 0, 15), + (138797, "243001", 1, 0, 15), + (138798, "243502", 1, 0, 15), + (138799, "243203", 1, 0, 15), + (138800, "243503", 1, 0, 15), + (138801, "243506", 1, 0, 15), + (138802, "262001", 1, 0, 15), + (138803, "243403", 1, 0, 15), + (138804, "243122", 1, 0, 15), + (138805, "262201", 1, 0, 15), + (138806, "262124", 1, 0, 15), + (138807, "262001", 1, 0, 15), + (138808, "243201", 1, 0, 15), + (138809, "243003", 1, 0, 15), + (138810, "243003", 1, 0, 15), + (138811, "243003", 1, 0, 15), + (138812, "243001", 1, 0, 15), + (138813, "243003", 1, 0, 15), + (138814, "243001", 1, 0, 15), + (138815, "262302", 1, 0, 15), + (138816, "243504", 1, 0, 15), + (138817, "243001", 1, 0, 15), + (138818, "243001", 1, 0, 15), + (138819, "262305", 1, 0, 15), + (138820, "243001", 1, 0, 15), + (138821, "243122", 1, 0, 15), + (138822, "262406", 1, 0, 15), + (138823, "243005", 1, 0, 15), + (138824, "243005", 1, 0, 15), + (138825, "262001", 1, 0, 15), + (138826, "262001", 1, 0, 15), + (138827, "243123", 1, 0, 15), + (138828, "262122", 1, 0, 15), + (138829, "243303", 1, 0, 15), + (138830, "243006", 1, 0, 15), + (138831, "243001", 1, 0, 15), + (138832, "243407", 1, 0, 15), + (138833, "243005", 1, 0, 15), + (138834, "262001", 1, 0, 15), + (138835, "243505", 1, 0, 15), + (138836, "243005", 1, 0, 15), + (138837, "243005", 1, 0, 15), + (138838, "243003", 1, 0, 15), + (138839, "243003", 1, 0, 15), + (138840, "243301", 1, 0, 15), + (138841, "272131", 1, 0, 15), + (138842, "272301", 1, 0, 15), + (138843, "272161", 1, 0, 15), + (138844, "272194", 1, 0, 15), + (138845, "272190", 1, 0, 15), + (138846, "272130", 1, 0, 15), + (138847, "272163", 1, 0, 15), + (138848, "272129", 1, 0, 15), + (138849, "272189", 1, 0, 15), + (138850, "272193", 1, 0, 15), + (138851, "272192", 1, 0, 15), + (138852, "272191", 1, 0, 15), + (138853, "272195", 1, 0, 15), + (138854, "272208", 1, 0, 15), + (138855, "272154", 1, 0, 15), + (138856, "272205", 1, 0, 15), + (138857, "272206", 1, 0, 15), + (138858, "272204", 1, 0, 15), + (138859, "272151", 1, 0, 15), + (138860, "272164", 1, 0, 15), + (138861, "272201", 1, 0, 15), + (138862, "272203", 1, 0, 15), + (138863, "272207", 1, 0, 15), + (138864, "272202", 1, 0, 15), + (138865, "272302", 1, 0, 15), + (138866, "272125", 1, 0, 15), + (138867, "272126", 1, 0, 15), + (138868, "272002", 1, 0, 15), + (138869, "272123", 1, 0, 15), + (138870, "272171", 1, 0, 15), + (138871, "272177", 1, 0, 15), + (138872, "272124", 1, 0, 15), + (138873, "272172", 1, 0, 15), + (138874, "272181", 1, 0, 15), + (138875, "272155", 1, 0, 15), + (138876, "272128", 1, 0, 15), + (138877, "272127", 1, 0, 15), + (138878, "272182", 1, 0, 15), + (138879, "272175", 1, 0, 15), + (138880, "272148", 1, 0, 15), + (138881, "272270", 1, 0, 15), + (138882, "272150", 1, 0, 15), + (138883, "272199", 1, 0, 15), + (138884, "272152", 1, 0, 15), + (138885, "272271", 1, 0, 15), + (138886, "272165", 1, 0, 15), + (138887, "272176", 1, 0, 15), + (138888, "272002", 1, 0, 15), + (138889, "272001", 1, 0, 15), + (138890, "272002", 1, 0, 15), + (138891, "272001", 1, 0, 15), + (138892, "272001", 1, 0, 15), + (138893, "272001", 1, 0, 15), + (138894, "272002", 1, 0, 15), + (138895, "272002", 1, 0, 15), + (138896, "272001", 1, 0, 15), + (138897, "272175", 1, 0, 15), + (138898, "272173", 1, 0, 15), + (138899, "272162", 1, 0, 15), + (138900, "272178", 1, 0, 15), + (138901, "246736", 1, 0, 15), + (138902, "246725", 1, 0, 15), + (138903, "246729", 1, 0, 15), + (138904, "246726", 1, 0, 15), + (138905, "246728", 1, 0, 15), + (138906, "246734", 1, 0, 15), + (138907, "246727", 1, 0, 15), + (138908, "246737", 1, 0, 15), + (138909, "246733", 1, 0, 15), + (138910, "246721", 1, 0, 15), + (138911, "246763", 1, 0, 15), + (138912, "246749", 1, 0, 15), + (138913, "246732", 1, 0, 15), + (138914, "246723", 1, 0, 15), + (138915, "246724", 1, 0, 15), + (138916, "246731", 1, 0, 15), + (138917, "246764", 1, 0, 15), + (138918, "246762", 1, 0, 15), + (138919, "246735", 1, 0, 15), + (138920, "246745", 1, 0, 15), + (138921, "246746", 1, 0, 15), + (138922, "246747", 1, 0, 15), + (138923, "246722", 1, 0, 15), + (138924, "243637", 1, 0, 15), + (138925, "243601", 1, 0, 15), + (138926, "243601", 1, 0, 15), + (138927, "243727", 1, 0, 15), + (138928, "243724", 1, 0, 15), + (138929, "243630", 1, 0, 15), + (138930, "243725", 1, 0, 15), + (138931, "243601", 1, 0, 15), + (138932, "243638", 1, 0, 15), + (138933, "243639", 1, 0, 15), + (138934, "243641", 1, 0, 15), + (138935, "243639", 1, 0, 15), + (138936, "243726", 1, 0, 15), + (138937, "243631", 1, 0, 15), + (138938, "243632", 1, 0, 15), + (138939, "243634", 1, 0, 15), + (138940, "243720", 1, 0, 15), + (138941, "243601", 1, 0, 15), + (138942, "243601", 1, 0, 15), + (138943, "243601", 1, 0, 15), + (138944, "243751", 1, 0, 15), + (138945, "243633", 1, 0, 15), + (138946, "243601", 1, 0, 15), + (138947, "243601", 1, 0, 15), + (138948, "243635", 1, 0, 15), + (138949, "243722", 1, 0, 15), + (138950, "243601", 1, 0, 15), + (138951, "243723", 1, 0, 15), + (138952, "242021", 1, 0, 15), + (138953, "203002", 1, 0, 15), + (138954, "203390", 1, 0, 15), + (138955, "203401", 1, 0, 15), + (138956, "203402", 1, 0, 15), + (138957, "203001", 1, 0, 15), + (138958, "203403", 1, 0, 15), + (138959, "203001", 1, 0, 15), + (138960, "203001", 1, 0, 15), + (138961, "203397", 1, 0, 15), + (138962, "203001", 1, 0, 15), + (138963, "203392", 1, 0, 15), + (138964, "203201", 1, 0, 15), + (138965, "203393", 1, 0, 15), + (138966, "203393", 1, 0, 15), + (138967, "203001", 1, 0, 15), + (138968, "203131", 1, 0, 15), + (138969, "203202", 1, 0, 15), + (138970, "203408", 1, 0, 15), + (138971, "203206", 1, 0, 15), + (138972, "203001", 1, 0, 15), + (138973, "203394", 1, 0, 15), + (138974, "203394", 1, 0, 15), + (138975, "203141", 1, 0, 15), + (138976, "203135", 1, 0, 15), + (138977, "203205", 1, 0, 15), + (138978, "203203", 1, 0, 15), + (138979, "203129", 1, 0, 15), + (138980, "203405", 1, 0, 15), + (138981, "203131", 1, 0, 15), + (138982, "203132", 1, 0, 15), + (138983, "203001", 1, 0, 15), + (138984, "203391", 1, 0, 15), + (138985, "203407", 1, 0, 15), + (138986, "203389", 1, 0, 15), + (138987, "203389", 1, 0, 15), + (138988, "203408", 1, 0, 15), + (138989, "203396", 1, 0, 15), + (138990, "203001", 1, 0, 15), + (138991, "203209", 1, 0, 15), + (138992, "203399", 1, 0, 15), + (138993, "203131", 1, 0, 15), + (138994, "203150", 1, 0, 15), + (138995, "203411", 1, 0, 15), + (138996, "203409", 1, 0, 15), + (138997, "203395", 1, 0, 15), + (138998, "203205", 1, 0, 15), + (138999, "203412", 1, 0, 15), + (139000, "203155", 1, 0, 15), + (139001, "203398", 1, 0, 15), + (139002, "274201", 1, 0, 15), + (139003, "274704", 1, 0, 15), + (139004, "274601", 1, 0, 15), + (139005, "274602", 1, 0, 15), + (139006, "274182", 1, 0, 15), + (139007, "274701", 1, 0, 15), + (139008, "274702", 1, 0, 15), + (139009, "274001", 1, 0, 15), + (139010, "274001", 1, 0, 15), + (139011, "274001", 1, 0, 15), + (139012, "274603", 1, 0, 15), + (139013, "274202", 1, 0, 15), + (139014, "274001", 1, 0, 15), + (139015, "274705", 1, 0, 15), + (139016, "274501", 1, 0, 15), + (139017, "274502", 1, 0, 15), + (139018, "274505", 1, 0, 15), + (139019, "274205", 1, 0, 15), + (139020, "274506", 1, 0, 15), + (139021, "274001", 1, 0, 15), + (139022, "274604", 1, 0, 15), + (139023, "274703", 1, 0, 15), + (139024, "274404", 1, 0, 15), + (139025, "274508", 1, 0, 15), + (139026, "274405", 1, 0, 15), + (139027, "274001", 1, 0, 15), + (139028, "274204", 1, 0, 15), + (139029, "274509", 1, 0, 15), + (139030, "274208", 1, 0, 15), + (139031, "274408", 1, 0, 15), + (139032, "274149", 1, 0, 15), + (139033, "274301", 1, 0, 15), + (139034, "274801", 1, 0, 15), + (139035, "274302", 1, 0, 15), + (139036, "274401", 1, 0, 15), + (139037, "274203", 1, 0, 15), + (139038, "274206", 1, 0, 15), + (139039, "274402", 1, 0, 15), + (139040, "274303", 1, 0, 15), + (139041, "274403", 1, 0, 15), + (139042, "274306", 1, 0, 15), + (139043, "274802", 1, 0, 15), + (139044, "274305", 1, 0, 15), + (139045, "274406", 1, 0, 15), + (139046, "274207", 1, 0, 15), + (139047, "274407", 1, 0, 15), + (139048, "274409", 1, 0, 15), + (139049, "207001", 1, 0, 15), + (139050, "207001", 1, 0, 15), + (139051, "207001", 1, 0, 15), + (139052, "207123", 1, 0, 15), + (139053, "207123", 1, 0, 15), + (139054, "207250", 1, 0, 15), + (139055, "207402", 1, 0, 15), + (139056, "207245", 1, 0, 15), + (139057, "207120", 1, 0, 15), + (139058, "207241", 1, 0, 15), + (139059, "207247", 1, 0, 15), + (139060, "207301", 1, 0, 15), + (139061, "207248", 1, 0, 15), + (139062, "207242", 1, 0, 15), + (139063, "207302", 1, 0, 15), + (139064, "207123", 1, 0, 15), + (139065, "207401", 1, 0, 15), + (139066, "207125", 1, 0, 15), + (139067, "207122", 1, 0, 15), + (139068, "207244", 1, 0, 15), + (139069, "207121", 1, 0, 15), + (139070, "207246", 1, 0, 15), + (139071, "207403", 1, 0, 15), + (139072, "207124", 1, 0, 15), + (139073, "207249", 1, 0, 15), + (139074, "207243", 1, 0, 15), + (139075, "207002", 1, 0, 15), + (139076, "207003", 1, 0, 15), + (139077, "206003", 1, 0, 15), + (139078, "206130", 1, 0, 15), + (139079, "206131", 1, 0, 15), + (139080, "206241", 1, 0, 15), + (139081, "206252", 1, 0, 15), + (139082, "206121", 1, 0, 15), + (139083, "206121", 1, 0, 15), + (139084, "206251", 1, 0, 15), + (139085, "206243", 1, 0, 15), + (139086, "206244", 1, 0, 15), + (139087, "206244", 1, 0, 15), + (139088, "206246", 1, 0, 15), + (139089, "206255", 1, 0, 15), + (139090, "206129", 1, 0, 15), + (139091, "206122", 1, 0, 15), + (139092, "206241", 1, 0, 15), + (139093, "206244", 1, 0, 15), + (139094, "206247", 1, 0, 15), + (139095, "206249", 1, 0, 15), + (139096, "206001", 1, 0, 15), + (139097, "206001", 1, 0, 15), + (139098, "206001", 1, 0, 15), + (139099, "206001", 1, 0, 15), + (139100, "206001", 1, 0, 15), + (139101, "206001", 1, 0, 15), + (139102, "206001", 1, 0, 15), + (139103, "206001", 1, 0, 15), + (139104, "206001", 1, 0, 15), + (139105, "206120", 1, 0, 15), + (139106, "206124", 1, 0, 15), + (139107, "206123", 1, 0, 15), + (139108, "206253", 1, 0, 15), + (139109, "206242", 1, 0, 15), + (139110, "206125", 1, 0, 15), + (139111, "206126", 1, 0, 15), + (139112, "206002", 1, 0, 15), + (139113, "206245", 1, 0, 15), + (139114, "206245", 1, 0, 15), + (139115, "206127", 1, 0, 15), + (139116, "206128", 1, 0, 15), + (139117, "206248", 1, 0, 15), + (139118, "206250", 1, 0, 15), + (139119, "224123", 1, 0, 15), + (139120, "224001", 1, 0, 15), + (139121, "224195", 1, 0, 15), + (139122, "224125", 1, 0, 15), + (139123, "224210", 1, 0, 15), + (139124, "224129", 1, 0, 15), + (139125, "224132", 1, 0, 15), + (139126, "224122", 1, 0, 15), + (139127, "224137", 1, 0, 15), + (139128, "224139", 1, 0, 15), + (139129, "224232", 1, 0, 15), + (139130, "224155", 1, 0, 15), + (139131, "224183", 1, 0, 15), + (139132, "224227", 1, 0, 15), + (139133, "224190", 1, 0, 15), + (139134, "224190", 1, 0, 15), + (139135, "224235", 1, 0, 15), + (139136, "224238", 1, 0, 15), + (139137, "224001", 1, 0, 15), + (139138, "224225", 1, 0, 15), + (139139, "224121", 1, 0, 15), + (139140, "224123", 1, 0, 15), + (139141, "224123", 1, 0, 15), + (139142, "224126", 1, 0, 15), + (139143, "224127", 1, 0, 15), + (139144, "224202", 1, 0, 15), + (139145, "224204", 1, 0, 15), + (139146, "224209", 1, 0, 15), + (139147, "224133", 1, 0, 15), + (139148, "224135", 1, 0, 15), + (139149, "224189", 1, 0, 15), + (139150, "224001", 1, 0, 15), + (139151, "224001", 1, 0, 15), + (139152, "224001", 1, 0, 15), + (139153, "224001", 1, 0, 15), + (139154, "224001", 1, 0, 15), + (139155, "224001", 1, 0, 15), + (139156, "224141", 1, 0, 15), + (139157, "224208", 1, 0, 15), + (139158, "224231", 1, 0, 15), + (139159, "224168", 1, 0, 15), + (139160, "224159", 1, 0, 15), + (139161, "224152", 1, 0, 15), + (139162, "224176", 1, 0, 15), + (139163, "224181", 1, 0, 15), + (139164, "224186", 1, 0, 15), + (139165, "224122", 1, 0, 15), + (139166, "224143", 1, 0, 15), + (139167, "224145", 1, 0, 15), + (139168, "224146", 1, 0, 15), + (139169, "224147", 1, 0, 15), + (139170, "224149", 1, 0, 15), + (139171, "224151", 1, 0, 15), + (139172, "224230", 1, 0, 15), + (139173, "224157", 1, 0, 15), + (139174, "224228", 1, 0, 15), + (139175, "224001", 1, 0, 15), + (139176, "224206", 1, 0, 15), + (139177, "224153", 1, 0, 15), + (139178, "224205", 1, 0, 15), + (139179, "224229", 1, 0, 15), + (139180, "224158", 1, 0, 15), + (139181, "224001", 1, 0, 15), + (139182, "224001", 1, 0, 15), + (139183, "224234", 1, 0, 15), + (139184, "224207", 1, 0, 15), + (139185, "224161", 1, 0, 15), + (139186, "224164", 1, 0, 15), + (139187, "224201", 1, 0, 15), + (139188, "224001", 1, 0, 15), + (139189, "224001", 1, 0, 15), + (139190, "224171", 1, 0, 15), + (139191, "224001", 1, 0, 15), + (139192, "224123", 1, 0, 15), + (139193, "224203", 1, 0, 15), + (139194, "224172", 1, 0, 15), + (139195, "224182", 1, 0, 15), + (139196, "224001", 1, 0, 15), + (139197, "224001", 1, 0, 15), + (139198, "224284", 1, 0, 15), + (139199, "224188", 1, 0, 15), + (139200, "212659", 1, 0, 15), + (139201, "212661", 1, 0, 15), + (139202, "212664", 1, 0, 15), + (139203, "212664", 1, 0, 15), + (139204, "212665", 1, 0, 15), + (139205, "212635", 1, 0, 15), + (139206, "212622", 1, 0, 15), + (139207, "212631", 1, 0, 15), + (139208, "212620", 1, 0, 15), + (139209, "212635", 1, 0, 15), + (139210, "212663", 1, 0, 15), + (139211, "212601", 1, 0, 15), + (139212, "212650", 1, 0, 15), + (139213, "212641", 1, 0, 15), + (139214, "212653", 1, 0, 15), + (139215, "212601", 1, 0, 15), + (139216, "212601", 1, 0, 15), + (139217, "212601", 1, 0, 15), + (139218, "212621", 1, 0, 15), + (139219, "212645", 1, 0, 15), + (139220, "212652", 1, 0, 15), + (139221, "212651", 1, 0, 15), + (139222, "212654", 1, 0, 15), + (139223, "212655", 1, 0, 15), + (139224, "212655", 1, 0, 15), + (139225, "212657", 1, 0, 15), + (139226, "212656", 1, 0, 15), + (139227, "212658", 1, 0, 15), + (139228, "201002", 1, 0, 15), + (139229, "201011", 1, 0, 15), + (139230, "201006", 1, 0, 15), + (139231, "201009", 1, 0, 15), + (139232, "201015", 1, 0, 15), + (139233, "201004", 1, 0, 15), + (139234, "201010", 1, 0, 15), + (139235, "201102", 1, 0, 15), + (139236, "201003", 1, 0, 15), + (139237, "201007", 1, 0, 15), + (139238, "201005", 1, 0, 15), + (139239, "201012", 1, 0, 15), + (139240, "201204", 1, 0, 15), + (139241, "245304", 1, 0, 15), + (139242, "201201", 1, 0, 15), + (139243, "201307", 1, 0, 15), + (139244, "201303", 1, 0, 15), + (139245, "201310", 1, 0, 15), + (139246, "203207", 1, 0, 15), + (139247, "201306", 1, 0, 15), + (139248, "201304", 1, 0, 15), + (139249, "201305", 1, 0, 15), + (139250, "201009", 1, 0, 15), + (139251, "201001", 1, 0, 15), + (139252, "201010", 1, 0, 15), + (139253, "201303", 1, 0, 15), + (139254, "245301", 1, 0, 15), + (139255, "201002", 1, 0, 15), + (139256, "201012", 1, 0, 15), + (139257, "201018", 1, 0, 15), + (139258, "201206", 1, 0, 15), + (139259, "201002", 1, 0, 15), + (139260, "201002", 1, 0, 15), + (139261, "201002", 1, 0, 15), + (139262, "201001", 1, 0, 15), + (139263, "201001", 1, 0, 15), + (139264, "201301", 1, 0, 15), + (139265, "201301", 1, 0, 15), + (139266, "201301", 1, 0, 15), + (139267, "201303", 1, 0, 15), + (139268, "201307", 1, 0, 15), + (139269, "245201", 1, 0, 15), + (139270, "245208", 1, 0, 15), + (139271, "245205", 1, 0, 15), + (139272, "245205", 1, 0, 15), + (139273, "245101", 1, 0, 15), + (139274, "245101", 1, 0, 15), + (139275, "201201", 1, 0, 15), + (139276, "245101", 1, 0, 15), + (139277, "245101", 1, 0, 15), + (139278, "245207", 1, 0, 15), + (139279, "201206", 1, 0, 15), + (139280, "233226", 1, 0, 15), + (139281, "233227", 1, 0, 15), + (139282, "233301", 1, 0, 15), + (139283, "233302", 1, 0, 15), + (139284, "233311", 1, 0, 15), + (139285, "233303", 1, 0, 15), + (139286, "233223", 1, 0, 15), + (139287, "275204", 1, 0, 15), + (139288, "233304", 1, 0, 15), + (139289, "275205", 1, 0, 15), + (139290, "233228", 1, 0, 15), + (139291, "233305", 1, 0, 15), + (139292, "232329", 1, 0, 15), + (139293, "232325", 1, 0, 15), + (139294, "232340", 1, 0, 15), + (139295, "232336", 1, 0, 15), + (139296, "232326", 1, 0, 15), + (139297, "232339", 1, 0, 15), + (139298, "232328", 1, 0, 15), + (139299, "232333", 1, 0, 15), + (139300, "232332", 1, 0, 15), + (139301, "232330", 1, 0, 15), + (139302, "232331", 1, 0, 15), + (139303, "232327", 1, 0, 15), + (139304, "233221", 1, 0, 15), + (139305, "233229", 1, 0, 15), + (139306, "233231", 1, 0, 15), + (139307, "233307", 1, 0, 15), + (139308, "233300", 1, 0, 15), + (139309, "233306", 1, 0, 15), + (139310, "275202", 1, 0, 15), + (139311, "233222", 1, 0, 15), + (139312, "233232", 1, 0, 15), + (139313, "275203", 1, 0, 15), + (139314, "233224", 1, 0, 15), + (139315, "233225", 1, 0, 15), + (139316, "233230", 1, 0, 15), + (139317, "233233", 1, 0, 15), + (139318, "233310", 1, 0, 15), + (139319, "271001", 1, 0, 15), + (139320, "271001", 1, 0, 15), + (139321, "271003", 1, 0, 15), + (139322, "271003", 1, 0, 15), + (139323, "271003", 1, 0, 15), + (139324, "271002", 1, 0, 15), + (139325, "271002", 1, 0, 15), + (139326, "271003", 1, 0, 15), + (139327, "271401", 1, 0, 15), + (139328, "271402", 1, 0, 15), + (139329, "271403", 1, 0, 15), + (139330, "271308", 1, 0, 15), + (139331, "271503", 1, 0, 15), + (139332, "271502", 1, 0, 15), + (139333, "271122", 1, 0, 15), + (139334, "271123", 1, 0, 15), + (139335, "271312", 1, 0, 15), + (139336, "271129", 1, 0, 15), + (139337, "271309", 1, 0, 15), + (139338, "271303", 1, 0, 15), + (139339, "271210", 1, 0, 15), + (139340, "271609", 1, 0, 15), + (139341, "271203", 1, 0, 15), + (139342, "271209", 1, 0, 15), + (139343, "271208", 1, 0, 15), + (139344, "271602", 1, 0, 15), + (139345, "271206", 1, 0, 15), + (139346, "271215", 1, 0, 15), + (139347, "271201", 1, 0, 15), + (139348, "271201", 1, 0, 15), + (139349, "271861", 1, 0, 15), + (139350, "271205", 1, 0, 15), + (139351, "271306", 1, 0, 15), + (139352, "271207", 1, 0, 15), + (139353, "271603", 1, 0, 15), + (139354, "271607", 1, 0, 15), + (139355, "271304", 1, 0, 15), + (139356, "271504", 1, 0, 15), + (139357, "271319", 1, 0, 15), + (139358, "271310", 1, 0, 15), + (139359, "271311", 1, 0, 15), + (139360, "271313", 1, 0, 15), + (139361, "271125", 1, 0, 15), + (139362, "271601", 1, 0, 15), + (139363, "271126", 1, 0, 15), + (139364, "271302", 1, 0, 15), + (139365, "271302", 1, 0, 15), + (139366, "271305", 1, 0, 15), + (139367, "271301", 1, 0, 15), + (139368, "271124", 1, 0, 15), + (139369, "271307", 1, 0, 15), + (139370, "271202", 1, 0, 15), + (139371, "271604", 1, 0, 15), + (139372, "271204", 1, 0, 15), + (139373, "273001", 1, 0, 15), + (139374, "273003", 1, 0, 15), + (139375, "273004", 1, 0, 15), + (139376, "273001", 1, 0, 15), + (139377, "273013", 1, 0, 15), + (139378, "273004", 1, 0, 15), + (139379, "273403", 1, 0, 15), + (139380, "273404", 1, 0, 15), + (139381, "273402", 1, 0, 15), + (139382, "273401", 1, 0, 15), + (139383, "273001", 1, 0, 15), + (139384, "273211", 1, 0, 15), + (139385, "273409", 1, 0, 15), + (139386, "273411", 1, 0, 15), + (139387, "273005", 1, 0, 15), + (139388, "273006", 1, 0, 15), + (139389, "273014", 1, 0, 15), + (139390, "273016", 1, 0, 15), + (139391, "273009", 1, 0, 15), + (139392, "273012", 1, 0, 15), + (139393, "273015", 1, 0, 15), + (139394, "273151", 1, 0, 15), + (139395, "273305", 1, 0, 15), + (139396, "273304", 1, 0, 15), + (139397, "273302", 1, 0, 15), + (139398, "273303", 1, 0, 15), + (139399, "273207", 1, 0, 15), + (139400, "273163", 1, 0, 15), + (139401, "273407", 1, 0, 15), + (139402, "273213", 1, 0, 15), + (139403, "273406", 1, 0, 15), + (139404, "273408", 1, 0, 15), + (139405, "273212", 1, 0, 15), + (139406, "273002", 1, 0, 15), + (139407, "273405", 1, 0, 15), + (139408, "273203", 1, 0, 15), + (139409, "273306", 1, 0, 15), + (139410, "273201", 1, 0, 15), + (139411, "273007", 1, 0, 15), + (139412, "273010", 1, 0, 15), + (139413, "273301", 1, 0, 15), + (139414, "273152", 1, 0, 15), + (139415, "273202", 1, 0, 15), + (139416, "273155", 1, 0, 15), + (139417, "273157", 1, 0, 15), + (139418, "273158", 1, 0, 15), + (139419, "273161", 1, 0, 15), + (139420, "273162", 1, 0, 15), + (139421, "273164", 1, 0, 15), + (139422, "273165", 1, 0, 15), + (139423, "273413", 1, 0, 15), + (139424, "273412", 1, 0, 15), + (139425, "273209", 1, 0, 15), + (139426, "241121", 1, 0, 15), + (139427, "241122", 1, 0, 15), + (139428, "241401", 1, 0, 15), + (139429, "241125", 1, 0, 15), + (139430, "241404", 1, 0, 15), + (139431, "241405", 1, 0, 15), + (139432, "241402", 1, 0, 15), + (139433, "241123", 1, 0, 15), + (139434, "241406", 1, 0, 15), + (139435, "241407", 1, 0, 15), + (139436, "241403", 1, 0, 15), + (139437, "241124", 1, 0, 15), + (139438, "241001", 1, 0, 15), + (139439, "241001", 1, 0, 15), + (139440, "241001", 1, 0, 15), + (139441, "241001", 1, 0, 15), + (139442, "241001", 1, 0, 15), + (139443, "241001", 1, 0, 15), + (139444, "241001", 1, 0, 15), + (139445, "241124", 1, 0, 15), + (139446, "241001", 1, 0, 15), + (139447, "241001", 1, 0, 15), + (139448, "241001", 1, 0, 15), + (139449, "241201", 1, 0, 15), + (139450, "241304", 1, 0, 15), + (139451, "241202", 1, 0, 15), + (139452, "241301", 1, 0, 15), + (139453, "241301", 1, 0, 15), + (139454, "241203", 1, 0, 15), + (139455, "241305", 1, 0, 15), + (139456, "241127", 1, 0, 15), + (139457, "241126", 1, 0, 15), + (139458, "241302", 1, 0, 15), + (139459, "241303", 1, 0, 15), + (139460, "284122", 1, 0, 15), + (139461, "284123", 1, 0, 15), + (139462, "284124", 1, 0, 15), + (139463, "284403", 1, 0, 15), + (139464, "284125", 1, 0, 15), + (139465, "284403", 1, 0, 15), + (139466, "284405", 1, 0, 15), + (139467, "284404", 1, 0, 15), + (139468, "284136", 1, 0, 15), + (139469, "284406", 1, 0, 15), + (139470, "284501", 1, 0, 15), + (139471, "284403", 1, 0, 15), + (139472, "284126", 1, 0, 15), + (139473, "284003", 1, 0, 15), + (139474, "284003", 1, 0, 15), + (139475, "284135", 1, 0, 15), + (139476, "284401", 1, 0, 15), + (139477, "284002", 1, 0, 15), + (139478, "284401", 1, 0, 15), + (139479, "284121", 1, 0, 15), + (139480, "284201", 1, 0, 15), + (139481, "284127", 1, 0, 15), + (139482, "284120", 1, 0, 15), + (139483, "284128", 1, 0, 15), + (139484, "284001", 1, 0, 15), + (139485, "284301", 1, 0, 15), + (139486, "284003", 1, 0, 15), + (139487, "284302", 1, 0, 15), + (139488, "284203", 1, 0, 15), + (139489, "284202", 1, 0, 15), + (139490, "284001", 1, 0, 15), + (139491, "284001", 1, 0, 15), + (139492, "284002", 1, 0, 15), + (139493, "284003", 1, 0, 15), + (139494, "284128", 1, 0, 15), + (139495, "284204", 1, 0, 15), + (139496, "284204", 1, 0, 15), + (139497, "284303", 1, 0, 15), + (139498, "284002", 1, 0, 15), + (139499, "284003", 1, 0, 15), + (139500, "284305", 1, 0, 15), + (139501, "284306", 1, 0, 15), + (139502, "284419", 1, 0, 15), + (139503, "284205", 1, 0, 15), + (139504, "284304", 1, 0, 15), + (139505, "284003", 1, 0, 15), + (139506, "284002", 1, 0, 15), + (139507, "284206", 1, 0, 15), + (139508, "285201", 1, 0, 15), + (139509, "285202", 1, 0, 15), + (139510, "285121", 1, 0, 15), + (139511, "285203", 1, 0, 15), + (139512, "285122", 1, 0, 15), + (139513, "285001", 1, 0, 15), + (139514, "285128", 1, 0, 15), + (139515, "285124", 1, 0, 15), + (139516, "285123", 1, 0, 15), + (139517, "285123", 1, 0, 15), + (139518, "285204", 1, 0, 15), + (139519, "285205", 1, 0, 15), + (139520, "285205", 1, 0, 15), + (139521, "285223", 1, 0, 15), + (139522, "285125", 1, 0, 15), + (139523, "285130", 1, 0, 15), + (139524, "285126", 1, 0, 15), + (139525, "285206", 1, 0, 15), + (139526, "285205", 1, 0, 15), + (139527, "285001", 1, 0, 15), + (139528, "285001", 1, 0, 15), + (139529, "285001", 1, 0, 15), + (139530, "285127", 1, 0, 15), + (139531, "285001", 1, 0, 15), + (139532, "285129", 1, 0, 15), + (139533, "284402", 1, 0, 15), + (139534, "209831", 1, 0, 15), + (139535, "209868", 1, 0, 15), + (139536, "209866", 1, 0, 15), + (139537, "209863", 1, 0, 15), + (139538, "209864", 1, 0, 15), + (139539, "209865", 1, 0, 15), + (139540, "209827", 1, 0, 15), + (139541, "209869", 1, 0, 15), + (139542, "209861", 1, 0, 15), + (139543, "209841", 1, 0, 15), + (139544, "209821", 1, 0, 15), + (139545, "209862", 1, 0, 15), + (139546, "209881", 1, 0, 15), + (139547, "209859", 1, 0, 15), + (139548, "209867", 1, 0, 15), + (139549, "209825", 1, 0, 15), + (139550, "209870", 1, 0, 15), + (139551, "209871", 1, 0, 15), + (139552, "209801", 1, 0, 15), + (139553, "209801", 1, 0, 15), + (139554, "209801", 1, 0, 15), + (139555, "209801", 1, 0, 15), + (139556, "209101", 1, 0, 15), + (139557, "209112", 1, 0, 15), + (139558, "209209", 1, 0, 15), + (139559, "209307", 1, 0, 15), + (139560, "209202", 1, 0, 15), + (139561, "209312", 1, 0, 15), + (139562, "209203", 1, 0, 15), + (139563, "209301", 1, 0, 15), + (139564, "209206", 1, 0, 15), + (139565, "209302", 1, 0, 15), + (139566, "209311", 1, 0, 15), + (139567, "209208", 1, 0, 15), + (139568, "209310", 1, 0, 15), + (139569, "209308", 1, 0, 15), + (139570, "209111", 1, 0, 15), + (139571, "209115", 1, 0, 15), + (139572, "209306", 1, 0, 15), + (139573, "209303", 1, 0, 15), + (139574, "209121", 1, 0, 15), + (139575, "209205", 1, 0, 15), + (139576, "209204", 1, 0, 15), + (139577, "209125", 1, 0, 15), + (139578, "209210", 1, 0, 15), + (139579, "262724", 1, 0, 15), + (139580, "262726", 1, 0, 15), + (139581, "262728", 1, 0, 15), + (139582, "262725", 1, 0, 15), + (139583, "262907", 1, 0, 15), + (139584, "262804", 1, 0, 15), + (139585, "261506", 1, 0, 15), + (139586, "261502", 1, 0, 15), + (139587, "262723", 1, 0, 15), + (139588, "261501", 1, 0, 15), + (139589, "262702", 1, 0, 15), + (139590, "262701", 1, 0, 15), + (139591, "262701", 1, 0, 15), + (139592, "262701", 1, 0, 15), + (139593, "262701", 1, 0, 15), + (139594, "262721", 1, 0, 15), + (139595, "262801", 1, 0, 15), + (139596, "262903", 1, 0, 15), + (139597, "262905", 1, 0, 15), + (139598, "262906", 1, 0, 15), + (139599, "262901", 1, 0, 15), + (139600, "262803", 1, 0, 15), + (139601, "262805", 1, 0, 15), + (139602, "262727", 1, 0, 15), + (139603, "261505", 1, 0, 15), + (139604, "262902", 1, 0, 15), + (139605, "262802", 1, 0, 15), + (139606, "262802", 1, 0, 15), + (139607, "262904", 1, 0, 15), + (139608, "226016", 1, 0, 15), + (139609, "226203", 1, 0, 15), + (139610, "226010", 1, 0, 15), + (139611, "226022", 1, 0, 15), + (139612, "226001", 1, 0, 15), + (139613, "226006", 1, 0, 15), + (139614, "226020", 1, 0, 15), + (139615, "226002", 1, 0, 15), + (139616, "226006", 1, 0, 15), + (139617, "226301", 1, 0, 15), + (139618, "226303", 1, 0, 15), + (139619, "226016", 1, 0, 15), + (139620, "226007", 1, 0, 15), + (139621, "226302", 1, 0, 15), + (139622, "226016", 1, 0, 15), + (139623, "226026", 1, 0, 15), + (139624, "226006", 1, 0, 15), + (139625, "226016", 1, 0, 15), + (139626, "226016", 1, 0, 15), + (139627, "226016", 1, 0, 15), + (139628, "226016", 1, 0, 15), + (139629, "226016", 1, 0, 15), + (139630, "226024", 1, 0, 15), + (139631, "226024", 1, 0, 15), + (139632, "226001", 1, 0, 15), + (139633, "226201", 1, 0, 15), + (139634, "226025", 1, 0, 15), + (139635, "226002", 1, 0, 15), + (139636, "226001", 1, 0, 15), + (139637, "226001", 1, 0, 15), + (139638, "226501", 1, 0, 15), + (139639, "226005", 1, 0, 15), + (139640, "226004", 1, 0, 15), + (139641, "226005", 1, 0, 15), + (139642, "226009", 1, 0, 15), + (139643, "226018", 1, 0, 15), + (139644, "226005", 1, 0, 15), + (139645, "226004", 1, 0, 15), + (139646, "226004", 1, 0, 15), + (139647, "226017", 1, 0, 15), + (139648, "226401", 1, 0, 15), + (139649, "226005", 1, 0, 15), + (139650, "226004", 1, 0, 15), + (139651, "226008", 1, 0, 15), + (139652, "226003", 1, 0, 15), + (139653, "226018", 1, 0, 15), + (139654, "226005", 1, 0, 15), + (139655, "226005", 1, 0, 15), + (139656, "226018", 1, 0, 15), + (139657, "226020", 1, 0, 15), + (139658, "226003", 1, 0, 15), + (139659, "226018", 1, 0, 15), + (139660, "226003", 1, 0, 15), + (139661, "226024", 1, 0, 15), + (139662, "226028", 1, 0, 15), + (139663, "226015", 1, 0, 15), + (139664, "226001", 1, 0, 15), + (139665, "226002", 1, 0, 15), + (139666, "226002", 1, 0, 15), + (139667, "226202", 1, 0, 15), + (139668, "226016", 1, 0, 15), + (139669, "226001", 1, 0, 15), + (139670, "226010", 1, 0, 15), + (139671, "226016", 1, 0, 15), + (139672, "226006", 1, 0, 15), + (139673, "226019", 1, 0, 15), + (139674, "226013", 1, 0, 15), + (139675, "226004", 1, 0, 15), + (139676, "226005", 1, 0, 15), + (139677, "226020", 1, 0, 15), + (139678, "226020", 1, 0, 15), + (139679, "226018", 1, 0, 15), + (139680, "226018", 1, 0, 15), + (139681, "226004", 1, 0, 15), + (139682, "226003", 1, 0, 15), + (139683, "226001", 1, 0, 15), + (139684, "226003", 1, 0, 15), + (139685, "226008", 1, 0, 15), + (139686, "226009", 1, 0, 15), + (139687, "226101", 1, 0, 15), + (139688, "226012", 1, 0, 15), + (139689, "226005", 1, 0, 15), + (139690, "226020", 1, 0, 15), + (139691, "226102", 1, 0, 15), + (139692, "226104", 1, 0, 15), + (139693, "226011", 1, 0, 15), + (139694, "226023", 1, 0, 15), + (139695, "226003", 1, 0, 15), + (139696, "226003", 1, 0, 15), + (139697, "226004", 1, 0, 15), + (139698, "226007", 1, 0, 15), + (139699, "226003", 1, 0, 15), + (139700, "226020", 1, 0, 15), + (139701, "226018", 1, 0, 15), + (139702, "226018", 1, 0, 15), + (139703, "226020", 1, 0, 15), + (139704, "226004", 1, 0, 15), + (139705, "226005", 1, 0, 15), + (139706, "226004", 1, 0, 15), + (139707, "226003", 1, 0, 15), + (139708, "226017", 1, 0, 15), + (139709, "226103", 1, 0, 15), + (139710, "226018", 1, 0, 15), + (139711, "226004", 1, 0, 15), + (139712, "226017", 1, 0, 15), + (139713, "226007", 1, 0, 15), + (139714, "226003", 1, 0, 15), + (139715, "226003", 1, 0, 15), + (139716, "226021", 1, 0, 15), + (139717, "226001", 1, 0, 15), + (139718, "226014", 1, 0, 15), + (139719, "226002", 1, 0, 15), + (139720, "226002", 1, 0, 15), + (139721, "226027", 1, 0, 15), + (139722, "226022", 1, 0, 15), + (139723, "205247", 1, 0, 15), + (139724, "205264", 1, 0, 15), + (139725, "205303", 1, 0, 15), + (139726, "205265", 1, 0, 15), + (139727, "205268", 1, 0, 15), + (139728, "205304", 1, 0, 15), + (139729, "205263", 1, 0, 15), + (139730, "205119", 1, 0, 15), + (139731, "205261", 1, 0, 15), + (139732, "205301", 1, 0, 15), + (139733, "205262", 1, 0, 15), + (139734, "205267", 1, 0, 15), + (139735, "283152", 1, 0, 15), + (139736, "283103", 1, 0, 15), + (139737, "283206", 1, 0, 15), + (139738, "283136", 1, 0, 15), + (139739, "283204", 1, 0, 15), + (139740, "283130", 1, 0, 15), + (139741, "283142", 1, 0, 15), + (139742, "283207", 1, 0, 15), + (139743, "283145", 1, 0, 15), + (139744, "283135", 1, 0, 15), + (139745, "283141", 1, 0, 15), + (139746, "283151", 1, 0, 15), + (139747, "205121", 1, 0, 15), + (139748, "205001", 1, 0, 15), + (139749, "205265", 1, 0, 15), + (139750, "205001", 1, 0, 15), + (139751, "205301", 1, 0, 15), + (139752, "205262", 1, 0, 15), + (139753, "205001", 1, 0, 15), + (139754, "205001", 1, 0, 15), + (139755, "205001", 1, 0, 15), + (139756, "283205", 1, 0, 15), + (139757, "283204", 1, 0, 15), + (139758, "283135", 1, 0, 15), + (139759, "283203", 1, 0, 15), + (139760, "283203", 1, 0, 15), + (139761, "283203", 1, 0, 15), + (139762, "283203", 1, 0, 15), + (139763, "250001", 1, 0, 15), + (139764, "245206", 1, 0, 15), + (139765, "250101", 1, 0, 15), + (139766, "250002", 1, 0, 15), + (139767, "250623", 1, 0, 15), + (139768, "250001", 1, 0, 15), + (139769, "250004", 1, 0, 15), + (139770, "250222", 1, 0, 15), + (139771, "250002", 1, 0, 15), + (139772, "250106", 1, 0, 15), + (139773, "250401", 1, 0, 15), + (139774, "250402", 1, 0, 15), + (139775, "250401", 1, 0, 15), + (139776, "250002", 1, 0, 15), + (139777, "250003", 1, 0, 15), + (139778, "250002", 1, 0, 15), + (139779, "250004", 1, 0, 15), + (139780, "250110", 1, 0, 15), + (139781, "250205", 1, 0, 15), + (139782, "250002", 1, 0, 15), + (139783, "250611", 1, 0, 15), + (139784, "250611", 1, 0, 15), + (139785, "250406", 1, 0, 15), + (139786, "250001", 1, 0, 15), + (139787, "250001", 1, 0, 15), + (139788, "250002", 1, 0, 15), + (139789, "250002", 1, 0, 15), + (139790, "250502", 1, 0, 15), + (139791, "250101", 1, 0, 15), + (139792, "250002", 1, 0, 15), + (139793, "250002", 1, 0, 15), + (139794, "250003", 1, 0, 15), + (139795, "250002", 1, 0, 15), + (139796, "250342", 1, 0, 15), + (139797, "250001", 1, 0, 15), + (139798, "250619", 1, 0, 15), + (139799, "250344", 1, 0, 15), + (139800, "250004", 1, 0, 15), + (139801, "250002", 1, 0, 15), + (139802, "250002", 1, 0, 15), + (139803, "250002", 1, 0, 15), + (139804, "250625", 1, 0, 15), + (139805, "250001", 1, 0, 15), + (139806, "250002", 1, 0, 15), + (139807, "250221", 1, 0, 15), + (139808, "250104", 1, 0, 15), + (139809, "250001", 1, 0, 15), + (139810, "250002", 1, 0, 15), + (139811, "250001", 1, 0, 15), + (139812, "250002", 1, 0, 15), + (139813, "250601", 1, 0, 15), + (139814, "250606", 1, 0, 15), + (139815, "250609", 1, 0, 15), + (139816, "250002", 1, 0, 15), + (139817, "250626", 1, 0, 15), + (139818, "250620", 1, 0, 15), + (139819, "250002", 1, 0, 15), + (139820, "250621", 1, 0, 15), + (139821, "250001", 1, 0, 15), + (139822, "250001", 1, 0, 15), + (139823, "250345", 1, 0, 15), + (139824, "250342", 1, 0, 15), + (139825, "250617", 1, 0, 15), + (139826, "250002", 1, 0, 15), + (139827, "250341", 1, 0, 15), + (139828, "250001", 1, 0, 15), + (139829, "250615", 1, 0, 15), + (139830, "250622", 1, 0, 15), + (139831, "250002", 1, 0, 15), + (139832, "250611", 1, 0, 15), + (139833, "250404", 1, 0, 15), + (139834, "250103", 1, 0, 15), + (139835, "250501", 1, 0, 15), + (139836, "250002", 1, 0, 15), + (139837, "250002", 1, 0, 15), + (139838, "250001", 1, 0, 15), + (139839, "244001", 1, 0, 15), + (139840, "244001", 1, 0, 15), + (139841, "244001", 1, 0, 15), + (139842, "244001", 1, 0, 15), + (139843, "244103", 1, 0, 15), + (139844, "244414", 1, 0, 15), + (139845, "244001", 1, 0, 15), + (139846, "244001", 1, 0, 15), + (139847, "244001", 1, 0, 15), + (139848, "244001", 1, 0, 15), + (139849, "244402", 1, 0, 15), + (139850, "244415", 1, 0, 15), + (139851, "244001", 1, 0, 15), + (139852, "244412", 1, 0, 15), + (139853, "244001", 1, 0, 15), + (139854, "244302", 1, 0, 15), + (139855, "244303", 1, 0, 15), + (139856, "244301", 1, 0, 15), + (139857, "244001", 1, 0, 15), + (139858, "244001", 1, 0, 15), + (139859, "244602", 1, 0, 15), + (139860, "244601", 1, 0, 15), + (139861, "244001", 1, 0, 15), + (139862, "244105", 1, 0, 15), + (139863, "244221", 1, 0, 15), + (139864, "244221", 1, 0, 15), + (139865, "244304", 1, 0, 15), + (139866, "244223", 1, 0, 15), + (139867, "244225", 1, 0, 15), + (139868, "244231", 1, 0, 15), + (139869, "244235", 1, 0, 15), + (139870, "244241", 1, 0, 15), + (139871, "244222", 1, 0, 15), + (139872, "244501", 1, 0, 15), + (139873, "244245", 1, 0, 15), + (139874, "244241", 1, 0, 15), + (139875, "244251", 1, 0, 15), + (139876, "244102", 1, 0, 15), + (139877, "244236", 1, 0, 15), + (139878, "244926", 1, 0, 15), + (139879, "244901", 1, 0, 15), + (139880, "244901", 1, 0, 15), + (139881, "244901", 1, 0, 15), + (139882, "244901", 1, 0, 15), + (139883, "244901", 1, 0, 15), + (139884, "244922", 1, 0, 15), + (139885, "244927", 1, 0, 15), + (139886, "244924", 1, 0, 15), + (139887, "244925", 1, 0, 15), + (139888, "244901", 1, 0, 15), + (139889, "244255", 1, 0, 15), + (139890, "244242", 1, 0, 15), + (139891, "244921", 1, 0, 15), + (139892, "244923", 1, 0, 15), + (139893, "244901", 1, 0, 15), + (139894, "244901", 1, 0, 15), + (139895, "244901", 1, 0, 15), + (139896, "244901", 1, 0, 15), + (139897, "244901", 1, 0, 15), + (139898, "244928", 1, 0, 15), + (139899, "244901", 1, 0, 15), + (139900, "244701", 1, 0, 15), + (139901, "244901", 1, 0, 15), + (139902, "244504", 1, 0, 15), + (139903, "244410", 1, 0, 15), + (139904, "244411", 1, 0, 15), + (139905, "244412", 1, 0, 15), + (139906, "244412", 1, 0, 15), + (139907, "244412", 1, 0, 15), + (139908, "244302", 1, 0, 15), + (139909, "244401", 1, 0, 15), + (139910, "244001", 1, 0, 15), + (139911, "244001", 1, 0, 15), + (139912, "244001", 1, 0, 15), + (139913, "244001", 1, 0, 15), + (139914, "244413", 1, 0, 15), + (139915, "247772", 1, 0, 15), + (139916, "247773", 1, 0, 15), + (139917, "247774", 1, 0, 15), + (139918, "247775", 1, 0, 15), + (139919, "247776", 1, 0, 15), + (139920, "251319", 1, 0, 15), + (139921, "247777", 1, 0, 15), + (139922, "247778", 1, 0, 15), + (139923, "251001", 1, 0, 15), + (139924, "251306", 1, 0, 15), + (139925, "251307", 1, 0, 15), + (139926, "251310", 1, 0, 15), + (139927, "251308", 1, 0, 15), + (139928, "251001", 1, 0, 15), + (139929, "251001", 1, 0, 15), + (139930, "251309", 1, 0, 15), + (139931, "251311", 1, 0, 15), + (139932, "251001", 1, 0, 15), + (139933, "251001", 1, 0, 15), + (139934, "251003", 1, 0, 15), + (139935, "251314", 1, 0, 15), + (139936, "251002", 1, 0, 15), + (139937, "251201", 1, 0, 15), + (139938, "251201", 1, 0, 15), + (139939, "251002", 1, 0, 15), + (139940, "251203", 1, 0, 15), + (139941, "251315", 1, 0, 15), + (139942, "251316", 1, 0, 15), + (139943, "251002", 1, 0, 15), + (139944, "251001", 1, 0, 15), + (139945, "251309", 1, 0, 15), + (139946, "251001", 1, 0, 15), + (139947, "251002", 1, 0, 15), + (139948, "251327", 1, 0, 15), + (139949, "251001", 1, 0, 15), + (139950, "251320", 1, 0, 15), + (139951, "251202", 1, 0, 15), + (139952, "251318", 1, 0, 15), + (139953, "251002", 1, 0, 15), + (139954, "251001", 1, 0, 15), + (139955, "251201", 1, 0, 15), + (139956, "251314", 1, 0, 15), + (139957, "247771", 1, 0, 15), + (139958, "251301", 1, 0, 15), + (139959, "251305", 1, 0, 15), + (139960, "247776", 1, 0, 15), + (139961, "247776", 1, 0, 15), + (139962, "247775", 1, 0, 15), + (139963, "247776", 1, 0, 15), + (139964, "230130", 1, 0, 15), + (139965, "230403", 1, 0, 15), + (139966, "230402", 1, 0, 15), + (139967, "230134", 1, 0, 15), + (139968, "230135", 1, 0, 15), + (139969, "230002", 1, 0, 15), + (139970, "230304", 1, 0, 15), + (139971, "230136", 1, 0, 15), + (139972, "230137", 1, 0, 15), + (139973, "230138", 1, 0, 15), + (139974, "230139", 1, 0, 15), + (139975, "230141", 1, 0, 15), + (139976, "230306", 1, 0, 15), + (139977, "230142", 1, 0, 15), + (139978, "230404", 1, 0, 15), + (139979, "230001", 1, 0, 15), + (139980, "230001", 1, 0, 15), + (139981, "230001", 1, 0, 15), + (139982, "230001", 1, 0, 15), + (139983, "230001", 1, 0, 15), + (139984, "230144", 1, 0, 15), + (139985, "230124", 1, 0, 15), + (139986, "230501", 1, 0, 15), + (139987, "230125", 1, 0, 15), + (139988, "230143", 1, 0, 15), + (139989, "230126", 1, 0, 15), + (139990, "230201", 1, 0, 15), + (139991, "230127", 1, 0, 15), + (139992, "230405", 1, 0, 15), + (139993, "230128", 1, 0, 15), + (139994, "230202", 1, 0, 15), + (139995, "230502", 1, 0, 15), + (139996, "230301", 1, 0, 15), + (139997, "230302", 1, 0, 15), + (139998, "230129", 1, 0, 15), + (139999, "229410", 1, 0, 15), + (140000, "229408", 1, 0, 15), + (140001, "230131", 1, 0, 15), + (140002, "230503", 1, 0, 15), + (140003, "230401", 1, 0, 15), + (140004, "230204", 1, 0, 15), + (140005, "230132", 1, 0, 15), + (140006, "229126", 1, 0, 15), + (140007, "229309", 1, 0, 15), + (140008, "229135", 1, 0, 15), + (140009, "229301", 1, 0, 15), + (140010, "229310", 1, 0, 15), + (140011, "229302", 1, 0, 15), + (140012, "229406", 1, 0, 15), + (140013, "229103", 1, 0, 15), + (140014, "229303", 1, 0, 15), + (140015, "229304", 1, 0, 15), + (140016, "229123", 1, 0, 15), + (140017, "229801", 1, 0, 15), + (140018, "229401", 1, 0, 15), + (140019, "229010", 1, 0, 15), + (140020, "229402", 1, 0, 15), + (140021, "229305", 1, 0, 15), + (140022, "229124", 1, 0, 15), + (140023, "229128", 1, 0, 15), + (140024, "229130", 1, 0, 15), + (140025, "229306", 1, 0, 15), + (140026, "229405", 1, 0, 15), + (140027, "229404", 1, 0, 15), + (140028, "229307", 1, 0, 15), + (140029, "229129", 1, 0, 15), + (140030, "229127", 1, 0, 15), + (140031, "229311", 1, 0, 15), + (140032, "229308", 1, 0, 15), + (140033, "229802", 1, 0, 15), + (140034, "229305", 1, 0, 15), + (140035, "229316", 1, 0, 15), + (140036, "229001", 1, 0, 15), + (140037, "229001", 1, 0, 15), + (140038, "229001", 1, 0, 15), + (140039, "229001", 1, 0, 15), + (140040, "229001", 1, 0, 15), + (140041, "229001", 1, 0, 15), + (140042, "247340", 1, 0, 15), + (140043, "247121", 1, 0, 15), + (140044, "247122", 1, 0, 15), + (140045, "247662", 1, 0, 15), + (140046, "247231", 1, 0, 15), + (140047, "247120", 1, 0, 15), + (140048, "247554", 1, 0, 15), + (140049, "247669", 1, 0, 15), + (140050, "247341", 1, 0, 15), + (140051, "247453", 1, 0, 15), + (140052, "247129", 1, 0, 15), + (140053, "247551", 1, 0, 15), + (140054, "247342", 1, 0, 15), + (140055, "247451", 1, 0, 15), + (140056, "247232", 1, 0, 15), + (140057, "247343", 1, 0, 15), + (140058, "247452", 1, 0, 15), + (140059, "247451", 1, 0, 15), + (140060, "247232", 1, 0, 15), + (140061, "242220", 1, 0, 15), + (140062, "242042", 1, 0, 15), + (140063, "242221", 1, 0, 15), + (140064, "242123", 1, 0, 15), + (140065, "242223", 1, 0, 15), + (140066, "242303", 1, 0, 15), + (140067, "242405", 1, 0, 15), + (140068, "242305", 1, 0, 15), + (140069, "242301", 1, 0, 15), + (140070, "242226", 1, 0, 15), + (140071, "242407", 1, 0, 15), + (140072, "242401", 1, 0, 15), + (140073, "242406", 1, 0, 15), + (140074, "242306", 1, 0, 15), + (140075, "242127", 1, 0, 15), + (140076, "242307", 1, 0, 15), + (140077, "261001", 1, 0, 15), + (140078, "261001", 1, 0, 15), + (140079, "261001", 1, 0, 15), + (140080, "261001", 1, 0, 15), + (140081, "261001", 1, 0, 15), + (140082, "261401", 1, 0, 15), + (140083, "261001", 1, 0, 15), + (140084, "261001", 1, 0, 15), + (140085, "261001", 1, 0, 15), + (140086, "261001", 1, 0, 15), + (140087, "261001", 1, 0, 15), + (140088, "261001", 1, 0, 15), + (140089, "261001", 1, 0, 15), + (140090, "261001", 1, 0, 15), + (140091, "261001", 1, 0, 15), + (140092, "261001", 1, 0, 15), + (140093, "261131", 1, 0, 15), + (140094, "261145", 1, 0, 15), + (140095, "261203", 1, 0, 15), + (140096, "261206", 1, 0, 15), + (140097, "261303", 1, 0, 15), + (140098, "261301", 1, 0, 15), + (140099, "261125", 1, 0, 15), + (140100, "261204", 1, 0, 15), + (140101, "261207", 1, 0, 15), + (140102, "261302", 1, 0, 15), + (140103, "261141", 1, 0, 15), + (140104, "261205", 1, 0, 15), + (140105, "261202", 1, 0, 15), + (140106, "261405", 1, 0, 15), + (140107, "261201", 1, 0, 15), + (140108, "261136", 1, 0, 15), + (140109, "261401", 1, 0, 15), + (140110, "261151", 1, 0, 15), + (140111, "261404", 1, 0, 15), + (140112, "261121", 1, 0, 15), + (140113, "261208", 1, 0, 15), + (140114, "261135", 1, 0, 15), + (140115, "261402", 1, 0, 15), + (140116, "261403", 1, 0, 15), + (140117, "228171", 1, 0, 15), + (140118, "227805", 1, 0, 15), + (140119, "228121", 1, 0, 15), + (140120, "227814", 1, 0, 15), + (140121, "228001", 1, 0, 15), + (140122, "228120", 1, 0, 15), + (140123, "228133", 1, 0, 15), + (140124, "227406", 1, 0, 15), + (140125, "227304", 1, 0, 15), + (140126, "227407", 1, 0, 15), + (140127, "227806", 1, 0, 15), + (140128, "228001", 1, 0, 15), + (140129, "228132", 1, 0, 15), + (140130, "228131", 1, 0, 15), + (140131, "228125", 1, 0, 15), + (140132, "227408", 1, 0, 15), + (140133, "227801", 1, 0, 15), + (140134, "227409", 1, 0, 15), + (140135, "228119", 1, 0, 15), + (140136, "227815", 1, 0, 15), + (140137, "227808", 1, 0, 15), + (140138, "227412", 1, 0, 15), + (140139, "227809", 1, 0, 15), + (140140, "227817", 1, 0, 15), + (140141, "228141", 1, 0, 15), + (140142, "228145", 1, 0, 15), + (140143, "228001", 1, 0, 15), + (140144, "228118", 1, 0, 15), + (140145, "228155", 1, 0, 15), + (140146, "228001", 1, 0, 15), + (140147, "228151", 1, 0, 15), + (140148, "222301", 1, 0, 15), + (140149, "222302", 1, 0, 15), + (140150, "228001", 1, 0, 15), + (140151, "222303", 1, 0, 15), + (140152, "228142", 1, 0, 15), + (140153, "227813", 1, 0, 15), + (140154, "227807", 1, 0, 15), + (140155, "228159", 1, 0, 15), + (140156, "227816", 1, 0, 15), + (140157, "228001", 1, 0, 15), + (140158, "228001", 1, 0, 15), + (140159, "227411", 1, 0, 15), + (140160, "227811", 1, 0, 15), + (140161, "227413", 1, 0, 15), + (140162, "228161", 1, 0, 15), + (140163, "227812", 1, 0, 15), + (140164, "221001", 1, 0, 15), + (140165, "221008", 1, 0, 15), + (140166, "232107", 1, 0, 15), + (140167, "221001", 1, 0, 15), + (140168, "221009", 1, 0, 15), + (140169, "232108", 1, 0, 15), + (140170, "232109", 1, 0, 15), + (140171, "221007", 1, 0, 15), + (140172, "232110", 1, 0, 15), + (140173, "221001", 1, 0, 15), + (140174, "221001", 1, 0, 15), + (140175, "232120", 1, 0, 15), + (140176, "232118", 1, 0, 15), + (140177, "221115", 1, 0, 15), + (140178, "221001", 1, 0, 15), + (140179, "221001", 1, 0, 15), + (140180, "221005", 1, 0, 15), + (140181, "221001", 1, 0, 15), + (140182, "221001", 1, 0, 15), + (140183, "221001", 1, 0, 15), + (140184, "232106", 1, 0, 15), + (140185, "221001", 1, 0, 15), + (140186, "221001", 1, 0, 15), + (140187, "221116", 1, 0, 15), + (140188, "221001", 1, 0, 15), + (140189, "221005", 1, 0, 15), + (140190, "221001", 1, 0, 15), + (140191, "221005", 1, 0, 15), + (140192, "221001", 1, 0, 15), + (140193, "232101", 1, 0, 15), + (140194, "232111", 1, 0, 15), + (140195, "221007", 1, 0, 15), + (140196, "232101", 1, 0, 15), + (140197, "232101", 1, 0, 15), + (140198, "221008", 1, 0, 15), + (140199, "221005", 1, 0, 15), + (140200, "232102", 1, 0, 15), + (140201, "221110", 1, 0, 15), + (140202, "232103", 1, 0, 15), + (140203, "232104", 1, 0, 15), + (140204, "221001", 1, 0, 15), + (140205, "221104", 1, 0, 15), + (140206, "221001", 1, 0, 15), + (140207, "221101", 1, 0, 15), + (140208, "221011", 1, 0, 15), + (140209, "221001", 1, 0, 15), + (140210, "221001", 1, 0, 15), + (140211, "232105", 1, 0, 15), + (140212, "221005", 1, 0, 15), + (140213, "221001", 1, 0, 15), + (140214, "221001", 1, 0, 15), + (140215, "221001", 1, 0, 15), + (140216, "221401", 1, 0, 15), + (140217, "221002", 1, 0, 15), + (140218, "221306", 1, 0, 15), + (140219, "221010", 1, 0, 15), + (140220, "221309", 1, 0, 15), + (140221, "221107", 1, 0, 15), + (140222, "221010", 1, 0, 15), + (140223, "221010", 1, 0, 15), + (140224, "221314", 1, 0, 15), + (140225, "221103", 1, 0, 15), + (140226, "221202", 1, 0, 15), + (140227, "221307", 1, 0, 15), + (140228, "221406", 1, 0, 15), + (140229, "221010", 1, 0, 15), + (140230, "221409", 1, 0, 15), + (140231, "221308", 1, 0, 15), + (140232, "221402", 1, 0, 15), + (140233, "221206", 1, 0, 15), + (140234, "221311", 1, 0, 15), + (140235, "221002", 1, 0, 15), + (140236, "221403", 1, 0, 15), + (140237, "221003", 1, 0, 15), + (140238, "221010", 1, 0, 15), + (140239, "221208", 1, 0, 15), + (140240, "221404", 1, 0, 15), + (140241, "221002", 1, 0, 15), + (140242, "221002", 1, 0, 15), + (140243, "221004", 1, 0, 15), + (140244, "221201", 1, 0, 15), + (140245, "221002", 1, 0, 15), + (140246, "221301", 1, 0, 15), + (140247, "221010", 1, 0, 15), + (140248, "221006", 1, 0, 15), + (140249, "221204", 1, 0, 15), + (140250, "221010", 1, 0, 15), + (140251, "221401", 1, 0, 15), + (140252, "221010", 1, 0, 15), + (140253, "221108", 1, 0, 15), + (140254, "221004", 1, 0, 15), + (140255, "221002", 1, 0, 15), + (140256, "221302", 1, 0, 15), + (140257, "221303", 1, 0, 15), + (140258, "221002", 1, 0, 15), + (140259, "221304", 1, 0, 15), + (140260, "221105", 1, 0, 15), + (140261, "221405", 1, 0, 15), + (140262, "221010", 1, 0, 15), + (140263, "221106", 1, 0, 15), + (140264, "221002", 1, 0, 15), + (140265, "221305", 1, 0, 15), + (140266, "221310", 1, 0, 15), + (140267, "221010", 1, 0, 15), + (140268, "221002", 1, 0, 15), + (140269, "221207", 1, 0, 15), + (140270, "221002", 1, 0, 15), + (140271, "209401", 1, 0, 15), + (140272, "206250", 1, 0, 15), + (140273, "209401", 1, 0, 15), + (140274, "206250", 1, 0, 15), + (140275, "206250", 1, 0, 15), + (140276, "209401", 1, 0, 15), + (140277, "206255", 1, 0, 15), + (140278, "209401", 1, 0, 15), + (140279, "206255", 1, 0, 15), + (140280, "209401", 1, 0, 15), + (140281, "206255", 1, 0, 15), + (140282, "206255", 1, 0, 15), + (140283, "222133", 1, 0, 15), + (140284, "206246", 1, 0, 15), + (140285, "206246", 1, 0, 15), + (140286, "206246", 1, 0, 15), + (140287, "206243", 1, 0, 15), + (140288, "209401", 1, 0, 15), + (140289, "206243", 1, 0, 15), + (140290, "206246", 1, 0, 15), + (140291, "206246", 1, 0, 15), + (140292, "209304", 1, 0, 15), + (140293, "206246", 1, 0, 15), + (140294, "206246", 1, 0, 15), + (140295, "209304", 1, 0, 15), + (140296, "206249", 1, 0, 15), + (140297, "206249", 1, 0, 15), + (140298, "209304", 1, 0, 15), + (140299, "209304", 1, 0, 15), + (140300, "206249", 1, 0, 15), + (140301, "209304", 1, 0, 15), + (140302, "206249", 1, 0, 15), + (140303, "209304", 1, 0, 15), + (140304, "206249", 1, 0, 15), + (140305, "206241", 1, 0, 15), + (140306, "206252", 1, 0, 15), + (140307, "206252", 1, 0, 15), + (140308, "206252", 1, 0, 15), + (140309, "206252", 1, 0, 15), + (140310, "206252", 1, 0, 15), + (140311, "206252", 1, 0, 15), + (140312, "206252", 1, 0, 15), + (140313, "209305", 1, 0, 15), + (140314, "209401", 1, 0, 15), + (140315, "209401", 1, 0, 15), + (140316, "209401", 1, 0, 15), + (140317, "206243", 1, 0, 15), + (140318, "206243", 1, 0, 15), + (140319, "206243", 1, 0, 15), + (140320, "206243", 1, 0, 15), + (140321, "209401", 1, 0, 15), + (140322, "206243", 1, 0, 15), + (140323, "209401", 1, 0, 15), + (140324, "206243", 1, 0, 15), + (140325, "209401", 1, 0, 15), + (140326, "206243", 1, 0, 15), + (140327, "206243", 1, 0, 15), + (140328, "209401", 1, 0, 15), + (140329, "206243", 1, 0, 15), + (140330, "209401", 1, 0, 15), + (140331, "209401", 1, 0, 15), + (140332, "209401", 1, 0, 15), + (140333, "206251", 1, 0, 15), + (140334, "206251", 1, 0, 15), + (140335, "206251", 1, 0, 15), + (140336, "232102", 1, 0, 15), + (140337, "206244", 1, 0, 15), + (140338, "206244", 1, 0, 15), + (140339, "206244", 1, 0, 15), + (140340, "206244", 1, 0, 15), + (140341, "206244", 1, 0, 15), + (140342, "206244", 1, 0, 15), + (140343, "206244", 1, 0, 15), + (140344, "206244", 1, 0, 15), + (140345, "206244", 1, 0, 15), + (140346, "206244", 1, 0, 15), + (140347, "206244", 1, 0, 15), + (140348, "206244", 1, 0, 15), + (140349, "206244", 1, 0, 15), + (140350, "206244", 1, 0, 15), + (140351, "222125", 1, 0, 15), + (140352, "209217", 1, 0, 15), + (140353, "209214", 1, 0, 15), + (140354, "209217", 1, 0, 15), + (140355, "209217", 1, 0, 15), + (140356, "206123", 1, 0, 15), + (140357, "209217", 1, 0, 15), + (140358, "209217", 1, 0, 15), + (140359, "209217", 1, 0, 15), + (140360, "246735", 1, 0, 15), + (140361, "246747", 1, 0, 15), + (140362, "246761", 1, 0, 15), + (140363, "206121", 1, 0, 15), + (140364, "209402", 1, 0, 15), + (140365, "206121", 1, 0, 15), + (140366, "206121", 1, 0, 15), + (140367, "206121", 1, 0, 15), + (140368, "206121", 1, 0, 15), + (140369, "209305", 1, 0, 15), + (140370, "206121", 1, 0, 15), + (140371, "206121", 1, 0, 15), + (140372, "206121", 1, 0, 15), + (140373, "206121", 1, 0, 15), + (140374, "206121", 1, 0, 15), + (140375, "206121", 1, 0, 15), + (140376, "206121", 1, 0, 15), + (140377, "209214", 1, 0, 15), + (140378, "209214", 1, 0, 15), + (140379, "209214", 1, 0, 15), + (140380, "209214", 1, 0, 15), + (140381, "209214", 1, 0, 15), + (140382, "209214", 1, 0, 15), + (140383, "209214", 1, 0, 15), + (140384, "209214", 1, 0, 15), + (140385, "209214", 1, 0, 15), + (140386, "209214", 1, 0, 15), + (140387, "209214", 1, 0, 15), + (140388, "209214", 1, 0, 15), + (140389, "209214", 1, 0, 15), + (140390, "209214", 1, 0, 15), + (140391, "209214", 1, 0, 15), + (140392, "208021", 1, 0, 15), + (140393, "208021", 1, 0, 15), + (140394, "208021", 1, 0, 15), + (140395, "209402", 1, 0, 15), + (140396, "208021", 1, 0, 15), + (140397, "203141", 1, 0, 15), + (140398, "208021", 1, 0, 15), + (140399, "209402", 1, 0, 15), + (140400, "209305", 1, 0, 15), + (140401, "209402", 1, 0, 15), + (140402, "209402", 1, 0, 15), + (140403, "209402", 1, 0, 15), + (140404, "206121", 1, 0, 15), + (140405, "206121", 1, 0, 15), + (140406, "209402", 1, 0, 15), + (140407, "209305", 1, 0, 15), + (140408, "209402", 1, 0, 15), + (140409, "209305", 1, 0, 15), + (140410, "212201", 1, 0, 15), + (140411, "212201", 1, 0, 15), + (140412, "274601", 1, 0, 15), + (140413, "274601", 1, 0, 15), + (140414, "274601", 1, 0, 15), + (140415, "274601", 1, 0, 15), + (140416, "274601", 1, 0, 15), + (140417, "274601", 1, 0, 15), + (140418, "212201", 1, 0, 15), + (140419, "212201", 1, 0, 15), + (140420, "274201", 1, 0, 15), + (140421, "209402", 1, 0, 15), + (140422, "209402", 1, 0, 15), + (140423, "206248", 1, 0, 15), + (140424, "209402", 1, 0, 15), + (140425, "206248", 1, 0, 15), + (140426, "209402", 1, 0, 15), + (140427, "206248", 1, 0, 15), + (140428, "206248", 1, 0, 15), + (140429, "209402", 1, 0, 15), + (140430, "209402", 1, 0, 15), + (140431, "206248", 1, 0, 15), + (140432, "209402", 1, 0, 15), + (140433, "206248", 1, 0, 15), + (140434, "209402", 1, 0, 15), + (140435, "206248", 1, 0, 15), + (140436, "209402", 1, 0, 15), + (140437, "206001", 1, 0, 15), + (140438, "206001", 1, 0, 15), + (140439, "206001", 1, 0, 15), + (140440, "209402", 1, 0, 15), + (140441, "206001", 1, 0, 15), + (140442, "206247", 1, 0, 15), + (140443, "206245", 1, 0, 15), + (140444, "206247", 1, 0, 15), + (140445, "206247", 1, 0, 15), + (140446, "206247", 1, 0, 15), + (140447, "206247", 1, 0, 15), + (140448, "206247", 1, 0, 15), + (140449, "206247", 1, 0, 15), + (140450, "206129", 1, 0, 15), + (140451, "206129", 1, 0, 15), + (140452, "206129", 1, 0, 15), + (140453, "206129", 1, 0, 15), + (140454, "206129", 1, 0, 15), + (140455, "206129", 1, 0, 15), + (140456, "206129", 1, 0, 15), + (140457, "206129", 1, 0, 15), + (140458, "206129", 1, 0, 15), + (140459, "206129", 1, 0, 15), + (140460, "206129", 1, 0, 15), + (140461, "206129", 1, 0, 15), + (140462, "206001", 1, 0, 15), + (140463, "206120", 1, 0, 15), + (140464, "206248", 1, 0, 15), + (140465, "274506", 1, 0, 15), + (140466, "274404", 1, 0, 15), + (140467, "274405", 1, 0, 15), + (140468, "274308", 1, 0, 15), + (140469, "274307", 1, 0, 15), + (140470, "274309", 1, 0, 15), + (140471, "274307", 1, 0, 15), + (140472, "274307", 1, 0, 15), + (140473, "274201", 1, 0, 15), + (140474, "274201", 1, 0, 15), + (140475, "274309", 1, 0, 15), + (140476, "274201", 1, 0, 15), + (140477, "274201", 1, 0, 15), + (140478, "274807", 1, 0, 15), + (140479, "274807", 1, 0, 15), + (140480, "274806", 1, 0, 15), + (140481, "274807", 1, 0, 15), + (140482, "274807", 1, 0, 15), + (140483, "274807", 1, 0, 15), + (140484, "274806", 1, 0, 15), + (140485, "274806", 1, 0, 15), + (140486, "274806", 1, 0, 15), + (140487, "274807", 1, 0, 15), + (140488, "206249", 1, 0, 15), + (140489, "206249", 1, 0, 15), + (140490, "209304", 1, 0, 15), + (140491, "212104", 1, 0, 15), + (140492, "212104", 1, 0, 15), + (140493, "212104", 1, 0, 15), + (140494, "212104", 1, 0, 15), + (140495, "212104", 1, 0, 15), + (140496, "212104", 1, 0, 15), + (140497, "212104", 1, 0, 15), + (140498, "212104", 1, 0, 15), + (140499, "212104", 1, 0, 15), + (140500, "212104", 1, 0, 15), + (140501, "212104", 1, 0, 15), + (140502, "212201", 1, 0, 15), + (140503, "212201", 1, 0, 15), + (140504, "211012", 1, 0, 15), + (140505, "211012", 1, 0, 15), + (140506, "211012", 1, 0, 15), + (140507, "211012", 1, 0, 15), + (140508, "211012", 1, 0, 15), + (140509, "211012", 1, 0, 15), + (140510, "211012", 1, 0, 15), + (140511, "211012", 1, 0, 15), + (140512, "211012", 1, 0, 15), + (140513, "211012", 1, 0, 15), + (140514, "211012", 1, 0, 15), + (140515, "212104", 1, 0, 15), + (140516, "212201", 1, 0, 15), + (140517, "212201", 1, 0, 15), + (140518, "212201", 1, 0, 15), + (140519, "212202", 1, 0, 15), + (140520, "212203", 1, 0, 15), + (140521, "212202", 1, 0, 15), + (140522, "212202", 1, 0, 15), + (140523, "212202", 1, 0, 15), + (140524, "212202", 1, 0, 15), + (140525, "212202", 1, 0, 15), + (140526, "212202", 1, 0, 15), + (140527, "212202", 1, 0, 15), + (140528, "212202", 1, 0, 15), + (140529, "212203", 1, 0, 15), + (140530, "212203", 1, 0, 15), + (140531, "212203", 1, 0, 15), + (140532, "212203", 1, 0, 15), + (140533, "212203", 1, 0, 15), + (140534, "212203", 1, 0, 15), + (140535, "212204", 1, 0, 15), + (140536, "212204", 1, 0, 15), + (140537, "212204", 1, 0, 15), + (140538, "211011", 1, 0, 15), + (140539, "212106", 1, 0, 15), + (140540, "212106", 1, 0, 15), + (140541, "212106", 1, 0, 15), + (140542, "212106", 1, 0, 15), + (140543, "212106", 1, 0, 15), + (140544, "212106", 1, 0, 15), + (140545, "212106", 1, 0, 15), + (140546, "212106", 1, 0, 15), + (140547, "212106", 1, 0, 15), + (140548, "212106", 1, 0, 15), + (140549, "212106", 1, 0, 15), + (140550, "212106", 1, 0, 15), + (140551, "212106", 1, 0, 15), + (140552, "212106", 1, 0, 15), + (140553, "212106", 1, 0, 15), + (140554, "212106", 1, 0, 15), + (140555, "212111", 1, 0, 15), + (140556, "212111", 1, 0, 15), + (140557, "212107", 1, 0, 15), + (140558, "212107", 1, 0, 15), + (140559, "212107", 1, 0, 15), + (140560, "212107", 1, 0, 15), + (140561, "212107", 1, 0, 15), + (140562, "274704", 1, 0, 15), + (140563, "274704", 1, 0, 15), + (140564, "274201", 1, 0, 15), + (140565, "274201", 1, 0, 15), + (140566, "274201", 1, 0, 15), + (140567, "274704", 1, 0, 15), + (140568, "203394", 1, 0, 15), + (140569, "203394", 1, 0, 15), + (140570, "203394", 1, 0, 15), + (140571, "203394", 1, 0, 15), + (140572, "203394", 1, 0, 15), + (140573, "203394", 1, 0, 15), + (140574, "203394", 1, 0, 15), + (140575, "203394", 1, 0, 15), + (140576, "203394", 1, 0, 15), + (140577, "203394", 1, 0, 15), + (140578, "203394", 1, 0, 15), + (140579, "203394", 1, 0, 15), + (140580, "203394", 1, 0, 15), + (140581, "246764", 1, 0, 15), + (140582, "246764", 1, 0, 15), + (140583, "246725", 1, 0, 15), + (140584, "246701", 1, 0, 15), + (140585, "246749", 1, 0, 15), + (140586, "246734", 1, 0, 15), + (140587, "246733", 1, 0, 15), + (140588, "246762", 1, 0, 15), + (140589, "250223", 1, 0, 15), + (140590, "250406", 1, 0, 15), + (140591, "233304", 1, 0, 15), + (140592, "203401", 1, 0, 15), + (140593, "233231", 1, 0, 15), + (140594, "203401", 1, 0, 15), + (140595, "203398", 1, 0, 15), + (140596, "233231", 1, 0, 15), + (140597, "233231", 1, 0, 15), + (140598, "275201", 1, 0, 15), + (140599, "233229", 1, 0, 15), + (140600, "203402", 1, 0, 15), + (140601, "203402", 1, 0, 15), + (140602, "203402", 1, 0, 15), + (140603, "203402", 1, 0, 15), + (140604, "233226", 1, 0, 15), + (140605, "275203", 1, 0, 15), + (140606, "203402", 1, 0, 15), + (140607, "233221", 1, 0, 15), + (140608, "233221", 1, 0, 15), + (140609, "233221", 1, 0, 15), + (140610, "233221", 1, 0, 15), + (140611, "233221", 1, 0, 15), + (140612, "233221", 1, 0, 15), + (140613, "250626", 1, 0, 15), + (140614, "203402", 1, 0, 15), + (140615, "203402", 1, 0, 15), + (140616, "203402", 1, 0, 15), + (140617, "203403", 1, 0, 15), + (140618, "203403", 1, 0, 15), + (140619, "203403", 1, 0, 15), + (140620, "203403", 1, 0, 15), + (140621, "203403", 1, 0, 15), + (140622, "203403", 1, 0, 15), + (140623, "203403", 1, 0, 15), + (140624, "203403", 1, 0, 15), + (140625, "203403", 1, 0, 15), + (140626, "203403", 1, 0, 15), + (140627, "203408", 1, 0, 15), + (140628, "203408", 1, 0, 15), + (140629, "203408", 1, 0, 15), + (140630, "203408", 1, 0, 15), + (140631, "203408", 1, 0, 15), + (140632, "203408", 1, 0, 15), + (140633, "203408", 1, 0, 15), + (140634, "203408", 1, 0, 15), + (140635, "203408", 1, 0, 15), + (140636, "203408", 1, 0, 15), + (140637, "203408", 1, 0, 15), + (140638, "203408", 1, 0, 15), + (140639, "203394", 1, 0, 15), + (140640, "203394", 1, 0, 15), + (140641, "203408", 1, 0, 15), + (140642, "271604", 1, 0, 15), + (140643, "201206", 1, 0, 15), + (140644, "201005", 1, 0, 15), + (140645, "201003", 1, 0, 15), + (140646, "201003", 1, 0, 15), + (140647, "201003", 1, 0, 15), + (140648, "201003", 1, 0, 15), + (140649, "201003", 1, 0, 15), + (140650, "245301", 1, 0, 15), + (140651, "245301", 1, 0, 15), + (140652, "245301", 1, 0, 15), + (140653, "245301", 1, 0, 15), + (140654, "201002", 1, 0, 15), + (140655, "201002", 1, 0, 15), + (140656, "201009", 1, 0, 15), + (140657, "271126", 1, 0, 15), + (140658, "271208", 1, 0, 15), + (140659, "271208", 1, 0, 15), + (140660, "271208", 1, 0, 15), + (140661, "208020", 1, 0, 15), + (140662, "208017", 1, 0, 15), + (140663, "201008", 1, 0, 15), + (140664, "201008", 1, 0, 15), + (140665, "201008", 1, 0, 15), + (140666, "201204", 1, 0, 15), + (140667, "245205", 1, 0, 15), + (140668, "201009", 1, 0, 15), + (140669, "201009", 1, 0, 15), + (140670, "201010", 1, 0, 15), + (140671, "201014", 1, 0, 15), + (140672, "284304", 1, 0, 15), + (140673, "221204", 1, 0, 15), + (140674, "201015", 1, 0, 15), + (140675, "201015", 1, 0, 15), + (140676, "203207", 1, 0, 15), + (140677, "221006", 1, 0, 15), + (140678, "221108", 1, 0, 15), + (140679, "221006", 1, 0, 15), + (140680, "221402", 1, 0, 15), + (140681, "221404", 1, 0, 15), + (140682, "245301", 1, 0, 15), + (140683, "251202", 1, 0, 15), + (140684, "250223", 1, 0, 15), + (140685, "250223", 1, 0, 15), + (140686, "250223", 1, 0, 15), + (140687, "251001", 1, 0, 15), + (140688, "251001", 1, 0, 15), + (140689, "251307", 1, 0, 15), + (140690, "202002", 1, 0, 15), + (140691, "202133", 1, 0, 15), + (140692, "202122", 1, 0, 15), + (140693, "202142", 1, 0, 15), + (140694, "202123", 1, 0, 15), + (140695, "202138", 1, 0, 15), + (140696, "202127", 1, 0, 15), + (140697, "204212", 1, 0, 15), + (140698, "204216", 1, 0, 15), + (140699, "202123", 1, 0, 15), + (140700, "202123", 1, 0, 15), + (140701, "202123", 1, 0, 15), + (140702, "202125", 1, 0, 15), + (140703, "202125", 1, 0, 15), + (140704, "202125", 1, 0, 15), + (140705, "202125", 1, 0, 15), + (140706, "202125", 1, 0, 15), + (140707, "202125", 1, 0, 15), + (140708, "202125", 1, 0, 15), + (140709, "202125", 1, 0, 15), + (140710, "202125", 1, 0, 15), + (140711, "202125", 1, 0, 15), + (140712, "202124", 1, 0, 15), + (140713, "202124", 1, 0, 15), + (140714, "202124", 1, 0, 15), + (140715, "202124", 1, 0, 15), + (140716, "202124", 1, 0, 15), + (140717, "202124", 1, 0, 15), + (140718, "202124", 1, 0, 15), + (140719, "202124", 1, 0, 15), + (140720, "202124", 1, 0, 15), + (140721, "204102", 1, 0, 15), + (140722, "202124", 1, 0, 15), + (140723, "202124", 1, 0, 15), + (140724, "202138", 1, 0, 15), + (140725, "202138", 1, 0, 15), + (140726, "202138", 1, 0, 15), + (140727, "202138", 1, 0, 15), + (140728, "202138", 1, 0, 15), + (140729, "202138", 1, 0, 15), + (140730, "202138", 1, 0, 15), + (140731, "202138", 1, 0, 15), + (140732, "202138", 1, 0, 15), + (140733, "202137", 1, 0, 15), + (140734, "202137", 1, 0, 15), + (140735, "202150", 1, 0, 15), + (140736, "202133", 1, 0, 15), + (140737, "202280", 1, 0, 15), + (140738, "202145", 1, 0, 15), + (140739, "202145", 1, 0, 15), + (140740, "202145", 1, 0, 15), + (140741, "202145", 1, 0, 15), + (140742, "202145", 1, 0, 15), + (140743, "202145", 1, 0, 15), + (140744, "202145", 1, 0, 15), + (140745, "202145", 1, 0, 15), + (140746, "202145", 1, 0, 15), + (140747, "202145", 1, 0, 15), + (140748, "202131", 1, 0, 15), + (140749, "202131", 1, 0, 15), + (140750, "202131", 1, 0, 15), + (140751, "202131", 1, 0, 15), + (140752, "202131", 1, 0, 15), + (140753, "202131", 1, 0, 15), + (140754, "202131", 1, 0, 15), + (140755, "202131", 1, 0, 15), + (140756, "202131", 1, 0, 15), + (140757, "202142", 1, 0, 15), + (140758, "202142", 1, 0, 15), + (140759, "202142", 1, 0, 15), + (140760, "202142", 1, 0, 15), + (140761, "202142", 1, 0, 15), + (140762, "202170", 1, 0, 15), + (140763, "202170", 1, 0, 15), + (140764, "202170", 1, 0, 15), + (140765, "202170", 1, 0, 15), + (140766, "202128", 1, 0, 15), + (140767, "202128", 1, 0, 15), + (140768, "202136", 1, 0, 15), + (140769, "202128", 1, 0, 15), + (140770, "202128", 1, 0, 15), + (140771, "202134", 1, 0, 15), + (140772, "202134", 1, 0, 15), + (140773, "202134", 1, 0, 15), + (140774, "202134", 1, 0, 15), + (140775, "202134", 1, 0, 15), + (140776, "202134", 1, 0, 15), + (140777, "202134", 1, 0, 15), + (140778, "202135", 1, 0, 15), + (140779, "202133", 1, 0, 15), + (140780, "202133", 1, 0, 15), + (140781, "202133", 1, 0, 15), + (140782, "202133", 1, 0, 15), + (140783, "202133", 1, 0, 15), + (140784, "202133", 1, 0, 15), + (140785, "202133", 1, 0, 15), + (140786, "202133", 1, 0, 15), + (140787, "202141", 1, 0, 15), + (140788, "202141", 1, 0, 15), + (140789, "202141", 1, 0, 15), + (140790, "202141", 1, 0, 15), + (140791, "202141", 1, 0, 15), + (140792, "202141", 1, 0, 15), + (140793, "202141", 1, 0, 15), + (140794, "202141", 1, 0, 15), + (140795, "202141", 1, 0, 15), + (140796, "202141", 1, 0, 15), + (140797, "202136", 1, 0, 15), + (140798, "202136", 1, 0, 15), + (140799, "202136", 1, 0, 15), + (140800, "202136", 1, 0, 15), + (140801, "202136", 1, 0, 15), + (140802, "202121", 1, 0, 15), + (140803, "202121", 1, 0, 15), + (140804, "202121", 1, 0, 15), + (140805, "202121", 1, 0, 15), + (140806, "202121", 1, 0, 15), + (140807, "202121", 1, 0, 15), + (140808, "202121", 1, 0, 15), + (140809, "202122", 1, 0, 15), + (140810, "202122", 1, 0, 15), + (140811, "202122", 1, 0, 15), + (140812, "202122", 1, 0, 15), + (140813, "202122", 1, 0, 15), + (140814, "202280", 1, 0, 15), + (140815, "202280", 1, 0, 15), + (140816, "202280", 1, 0, 15), + (140817, "202280", 1, 0, 15), + (140818, "202280", 1, 0, 15), + (140819, "202280", 1, 0, 15), + (140820, "202280", 1, 0, 15), + (140821, "202150", 1, 0, 15), + (140822, "202150", 1, 0, 15), + (140823, "202150", 1, 0, 15), + (140824, "204214", 1, 0, 15), + (140825, "204214", 1, 0, 15), + (140826, "204214", 1, 0, 15), + (140827, "204214", 1, 0, 15), + (140828, "204214", 1, 0, 15), + (140829, "204214", 1, 0, 15), + (140830, "204214", 1, 0, 15), + (140831, "204214", 1, 0, 15), + (140832, "204216", 1, 0, 15), + (140833, "204216", 1, 0, 15), + (140834, "204216", 1, 0, 15), + (140835, "204216", 1, 0, 15), + (140836, "204216", 1, 0, 15), + (140837, "204216", 1, 0, 15), + (140838, "204216", 1, 0, 15), + (140839, "204216", 1, 0, 15), + (140840, "204215", 1, 0, 15), + (140841, "204215", 1, 0, 15), + (140842, "204215", 1, 0, 15), + (140843, "204215", 1, 0, 15), + (140844, "204215", 1, 0, 15), + (140845, "204215", 1, 0, 15), + (140846, "204215", 1, 0, 15), + (140847, "204215", 1, 0, 15), + (140848, "204215", 1, 0, 15), + (140849, "204215", 1, 0, 15), + (140850, "204215", 1, 0, 15), + (140851, "204215", 1, 0, 15), + (140852, "204215", 1, 0, 15), + (140853, "204215", 1, 0, 15), + (140854, "204215", 1, 0, 15), + (140855, "204215", 1, 0, 15), + (140856, "202002", 1, 0, 15), + (140857, "202002", 1, 0, 15), + (140858, "202002", 1, 0, 15), + (140859, "202002", 1, 0, 15), + (140860, "202002", 1, 0, 15), + (140861, "202002", 1, 0, 15), + (140862, "202002", 1, 0, 15), + (140863, "202137", 1, 0, 15), + (140864, "202137", 1, 0, 15), + (140865, "202137", 1, 0, 15), + (140866, "202137", 1, 0, 15), + (140867, "202137", 1, 0, 15), + (140868, "202137", 1, 0, 15), + (140869, "202137", 1, 0, 15), + (140870, "202126", 1, 0, 15), + (140871, "202126", 1, 0, 15), + (140872, "202126", 1, 0, 15), + (140873, "202126", 1, 0, 15), + (140874, "202126", 1, 0, 15), + (140875, "202126", 1, 0, 15), + (140876, "202126", 1, 0, 15), + (140877, "202126", 1, 0, 15), + (140878, "202281", 1, 0, 15), + (140879, "202281", 1, 0, 15), + (140880, "202281", 1, 0, 15), + (140881, "202281", 1, 0, 15), + (140882, "202281", 1, 0, 15), + (140883, "202281", 1, 0, 15), + (140884, "202129", 1, 0, 15), + (140885, "202129", 1, 0, 15), + (140886, "202129", 1, 0, 15), + (140887, "202129", 1, 0, 15), + (140888, "202129", 1, 0, 15), + (140889, "202129", 1, 0, 15), + (140890, "202129", 1, 0, 15), + (140891, "202129", 1, 0, 15), + (140892, "202127", 1, 0, 15), + (140893, "202127", 1, 0, 15), + (140894, "202127", 1, 0, 15), + (140895, "202127", 1, 0, 15), + (140896, "202127", 1, 0, 15), + (140897, "202127", 1, 0, 15), + (140898, "202127", 1, 0, 15), + (140899, "202150", 1, 0, 15), + (140900, "202150", 1, 0, 15), + (140901, "202150", 1, 0, 15), + (140902, "202150", 1, 0, 15), + (140903, "202155", 1, 0, 15), + (140904, "202155", 1, 0, 15), + (140905, "202155", 1, 0, 15), + (140906, "202002", 1, 0, 15), + (140907, "202002", 1, 0, 15), + (140908, "202002", 1, 0, 15), + (140909, "202124", 1, 0, 15), + (140910, "202002", 1, 0, 15), + (140911, "202124", 1, 0, 15), + (140912, "202002", 1, 0, 15), + (140913, "202140", 1, 0, 15), + (140914, "202002", 1, 0, 15), + (140915, "202002", 1, 0, 15), + (140916, "202002", 1, 0, 15), + (140917, "202002", 1, 0, 15), + (140918, "202002", 1, 0, 15), + (140919, "202002", 1, 0, 15), + (140920, "202002", 1, 0, 15), + (140921, "202002", 1, 0, 15), + (140922, "202002", 1, 0, 15), + (140923, "202002", 1, 0, 15), + (140924, "202002", 1, 0, 15), + (140925, "202121", 1, 0, 15), + (140926, "202121", 1, 0, 15), + (140927, "202132", 1, 0, 15), + (140928, "202132", 1, 0, 15), + (140929, "202132", 1, 0, 15), + (140930, "202132", 1, 0, 15), + (140931, "202130", 1, 0, 15), + (140932, "202130", 1, 0, 15), + (140933, "202130", 1, 0, 15), + (140934, "202130", 1, 0, 15), + (140935, "202130", 1, 0, 15), + (140936, "202130", 1, 0, 15), + (140937, "202130", 1, 0, 15), + (140938, "202133", 1, 0, 15), + (140939, "202133", 1, 0, 15), + (140940, "202133", 1, 0, 15), + (140941, "202133", 1, 0, 15), + (140942, "202133", 1, 0, 15), + (140943, "202133", 1, 0, 15), + (140944, "202133", 1, 0, 15), + (140945, "202133", 1, 0, 15), + (140946, "202133", 1, 0, 15), + (140947, "202133", 1, 0, 15), + (140948, "202133", 1, 0, 15), + (140949, "202133", 1, 0, 15), + (140950, "202280", 1, 0, 15), + (140951, "202134", 1, 0, 15), + (140952, "202155", 1, 0, 15), + (140953, "202155", 1, 0, 15), + (140954, "202155", 1, 0, 15), + (140955, "202143", 1, 0, 15), + (140956, "202143", 1, 0, 15), + (140957, "202143", 1, 0, 15), + (140958, "202143", 1, 0, 15), + (140959, "202143", 1, 0, 15), + (140960, "202165", 1, 0, 15), + (140961, "202165", 1, 0, 15), + (140962, "202165", 1, 0, 15), + (140963, "202165", 1, 0, 15), + (140964, "202165", 1, 0, 15), + (140965, "202165", 1, 0, 15), + (140966, "202165", 1, 0, 15), + (140967, "202165", 1, 0, 15), + (140968, "204211", 1, 0, 15), + (140969, "204211", 1, 0, 15), + (140970, "204211", 1, 0, 15), + (140971, "204211", 1, 0, 15), + (140972, "204212", 1, 0, 15), + (140973, "204212", 1, 0, 15), + (140974, "204212", 1, 0, 15), + (140975, "204212", 1, 0, 15), + (140976, "204212", 1, 0, 15), + (140977, "204212", 1, 0, 15), + (140978, "204212", 1, 0, 15), + (140979, "204212", 1, 0, 15), + (140980, "204212", 1, 0, 15), + (140981, "204212", 1, 0, 15), + (140982, "204212", 1, 0, 15), + (140983, "204212", 1, 0, 15), + (140984, "204212", 1, 0, 15), + (140985, "202139", 1, 0, 15), + (140986, "202139", 1, 0, 15), + (140987, "202139", 1, 0, 15), + (140988, "202139", 1, 0, 15), + (140989, "204213", 1, 0, 15), + (140990, "204213", 1, 0, 15), + (140991, "204213", 1, 0, 15), + (140992, "204213", 1, 0, 15), + (140993, "204213", 1, 0, 15), + (140994, "204213", 1, 0, 15), + (140995, "204213", 1, 0, 15), + (140996, "204213", 1, 0, 15), + (140997, "202135", 1, 0, 15), + (140998, "202135", 1, 0, 15), + (140999, "202135", 1, 0, 15), + (141000, "202135", 1, 0, 15), + (141001, "202135", 1, 0, 15), + (141002, "202135", 1, 0, 15), + (141003, "202135", 1, 0, 15), + (141004, "202123", 1, 0, 15), + (141005, "202123", 1, 0, 15), + (141006, "202123", 1, 0, 15), + (141007, "202123", 1, 0, 15), + (141008, "202123", 1, 0, 15), + (141009, "202123", 1, 0, 15), + (141010, "202123", 1, 0, 15), + (141011, "202123", 1, 0, 15), + (141012, "231501", 1, 0, 15), + (141013, "231501", 1, 0, 15), + (141014, "231501", 1, 0, 15), + (141015, "231304", 1, 0, 15), + (141016, "231210", 1, 0, 15), + (141017, "231302", 1, 0, 15), + (141018, "231212", 1, 0, 15), + (141019, "231212", 1, 0, 15), + (141020, "231212", 1, 0, 15), + (141021, "231304", 1, 0, 15), + (141022, "231216", 1, 0, 15), + (141023, "231306", 1, 0, 15), + (141024, "221101", 1, 0, 15), + (141025, "221101", 1, 0, 15), + (141026, "244221", 1, 0, 15), + (141027, "244251", 1, 0, 15), + (141028, "244410", 1, 0, 15), + (141029, "241204", 1, 0, 15), + (141030, "241204", 1, 0, 15), + (141031, "241204", 1, 0, 15), + (141032, "241204", 1, 0, 15), + (141033, "241204", 1, 0, 15), + (141034, "241204", 1, 0, 15), + (141035, "241204", 1, 0, 15), + (141036, "241204", 1, 0, 15), + (141037, "241204", 1, 0, 15), + (141038, "241204", 1, 0, 15), + (141039, "241204", 1, 0, 15), + (141040, "241204", 1, 0, 15), + (141041, "241204", 1, 0, 15), + (141042, "241204", 1, 0, 15), + (141043, "203002", 1, 0, 15), + (141044, "221201", 1, 0, 15), + (141045, "221201", 1, 0, 15), + (141046, "277202", 1, 0, 15), + (141047, "221717", 1, 0, 15), + (141048, "210205", 1, 0, 15), + (141049, "210301", 1, 0, 15), + (141050, "210301", 1, 0, 15), + (141051, "210430", 1, 0, 15), + (141052, "210430", 1, 0, 15), + (141053, "210430", 1, 0, 15), + (141054, "210425", 1, 0, 15), + (141055, "210425", 1, 0, 15), + (141056, "210504", 1, 0, 15), + (141057, "210504", 1, 0, 15), + (141058, "210504", 1, 0, 15), + (141059, "210504", 1, 0, 15), + (141060, "210433", 1, 0, 15), + (141061, "210433", 1, 0, 15), + (141062, "210433", 1, 0, 15), + (141063, "210433", 1, 0, 15), + (141064, "210433", 1, 0, 15), + (141065, "210433", 1, 0, 15), + (141066, "210433", 1, 0, 15), + (141067, "210433", 1, 0, 15), + (141068, "210428", 1, 0, 15), + (141069, "210428", 1, 0, 15), + (141070, "210427", 1, 0, 15), + (141071, "210505", 1, 0, 15), + (141072, "210505", 1, 0, 15), + (141073, "210505", 1, 0, 15), + (141074, "210505", 1, 0, 15), + (141075, "210426", 1, 0, 15), + (141076, "210426", 1, 0, 15), + (141077, "210426", 1, 0, 15), + (141078, "210426", 1, 0, 15), + (141079, "210426", 1, 0, 15), + (141080, "206243", 1, 0, 15), + (141081, "209601", 1, 0, 15), + (141082, "209601", 1, 0, 15), + (141083, "209601", 1, 0, 15), + (141084, "209601", 1, 0, 15), + (141085, "283203", 1, 0, 15), + (141086, "205267", 1, 0, 15), + (141087, "205303", 1, 0, 15), + (141088, "205264", 1, 0, 15), + (141089, "205264", 1, 0, 15), + (141090, "283103", 1, 0, 15), + (141091, "202002", 1, 0, 15), + (141092, "202002", 1, 0, 15), + (141093, "202142", 1, 0, 15), + (141094, "202132", 1, 0, 15), + (141095, "202132", 1, 0, 15), + (141096, "202132", 1, 0, 15), + (141097, "202141", 1, 0, 15), + (141098, "202136", 1, 0, 15), + (141099, "202281", 1, 0, 15), + (141100, "204211", 1, 0, 15), + (141101, "204211", 1, 0, 15), + (141102, "204211", 1, 0, 15), + (141103, "204211", 1, 0, 15), + (141104, "204211", 1, 0, 15), + (141105, "202129", 1, 0, 15), + (141106, "202129", 1, 0, 15), + (141107, "202129", 1, 0, 15), + (141108, "202155", 1, 0, 15), + (141109, "204214", 1, 0, 15), + (141110, "204216", 1, 0, 15), + (141111, "202140", 1, 0, 15), + (141112, "202140", 1, 0, 15), + (141113, "202140", 1, 0, 15), + (141114, "202140", 1, 0, 15), + (141115, "202140", 1, 0, 15), + (141116, "202140", 1, 0, 15), + (141117, "202140", 1, 0, 15), + (141118, "202140", 1, 0, 15), + (141119, "202140", 1, 0, 15), + (141120, "202140", 1, 0, 15), + (141121, "202140", 1, 0, 15), + (141122, "202282", 1, 0, 15), + (141123, "202282", 1, 0, 15), + (141124, "202282", 1, 0, 15), + (141125, "202282", 1, 0, 15), + (141126, "202282", 1, 0, 15), + (141127, "202282", 1, 0, 15), + (141128, "204101", 1, 0, 15), + (141129, "204101", 1, 0, 15), + (141130, "204101", 1, 0, 15), + (141131, "204101", 1, 0, 15), + (141132, "204101", 1, 0, 15), + (141133, "204101", 1, 0, 15), + (141134, "204101", 1, 0, 15), + (141135, "204101", 1, 0, 15), + (141136, "204101", 1, 0, 15), + (141137, "204101", 1, 0, 15), + (141138, "204101", 1, 0, 15), + (141139, "204101", 1, 0, 15), + (141140, "204101", 1, 0, 15), + (141141, "204101", 1, 0, 15), + (141142, "204101", 1, 0, 15), + (141143, "204101", 1, 0, 15), + (141144, "204101", 1, 0, 15), + (141145, "204101", 1, 0, 15), + (141146, "204101", 1, 0, 15), + (141147, "204101", 1, 0, 15), + (141148, "204101", 1, 0, 15), + (141149, "204101", 1, 0, 15), + (141150, "204102", 1, 0, 15), + (141151, "204102", 1, 0, 15), + (141152, "204102", 1, 0, 15), + (141153, "204102", 1, 0, 15), + (141154, "204102", 1, 0, 15), + (141155, "204102", 1, 0, 15), + (141156, "204102", 1, 0, 15), + (141157, "204102", 1, 0, 15), + (141158, "272207", 1, 0, 15), + (141159, "272125", 1, 0, 15), + (141160, "272176", 1, 0, 15), + (141161, "272165", 1, 0, 15), + (141162, "272165", 1, 0, 15), + (141163, "272165", 1, 0, 15), + (141164, "272165", 1, 0, 15), + (141165, "272171", 1, 0, 15), + (141166, "272172", 1, 0, 15), + (141167, "224147", 1, 0, 15), + (141168, "273401", 1, 0, 15), + (141169, "273212", 1, 0, 15), + (141170, "273212", 1, 0, 15), + (141171, "273303", 1, 0, 15), + (141172, "273304", 1, 0, 15), + (141173, "273209", 1, 0, 15), + (141174, "273411", 1, 0, 15), + (141175, "273412", 1, 0, 15), + (141176, "273213", 1, 0, 15), + (141177, "273213", 1, 0, 15), + (141178, "273412", 1, 0, 15), + (141179, "273157", 1, 0, 15), + (141180, "273157", 1, 0, 15), + (141181, "273201", 1, 0, 15), + (141182, "273007", 1, 0, 15), + (141183, "273162", 1, 0, 15), + (141184, "273162", 1, 0, 15), + (141185, "273162", 1, 0, 15), + (141186, "273162", 1, 0, 15), + (141187, "273162", 1, 0, 15), + (141188, "273164", 1, 0, 15), + (141189, "273164", 1, 0, 15), + (141190, "273165", 1, 0, 15), + (141191, "273152", 1, 0, 15), + (141192, "222127", 1, 0, 15), + (141193, "222203", 1, 0, 15), + (141194, "222138", 1, 0, 15), + (141195, "212218", 1, 0, 15), + (141196, "212218", 1, 0, 15), + (141197, "212218", 1, 0, 15), + (141198, "284201", 1, 0, 15), + (141199, "284403", 1, 0, 15), + (141200, "284124", 1, 0, 15), + (141201, "284405", 1, 0, 15), + (141202, "284406", 1, 0, 15), + (141203, "285001", 1, 0, 15), + (141204, "285001", 1, 0, 15), + (141205, "285205", 1, 0, 15), + (141206, "226102", 1, 0, 15), + (141207, "226103", 1, 0, 15), + (141208, "226028", 1, 0, 15), + (141209, "243636", 1, 0, 15), + (141210, "243601", 1, 0, 15), + (141211, "243638", 1, 0, 15), + (141212, "243725", 1, 0, 15), + (141213, "243630", 1, 0, 15), + (141214, "243601", 1, 0, 15), + (141215, "243601", 1, 0, 15), + (141216, "243601", 1, 0, 15), + (141217, "243601", 1, 0, 15), + (141218, "243601", 1, 0, 15), + (141219, "243631", 1, 0, 15), + (141220, "243631", 1, 0, 15), + (141221, "243631", 1, 0, 15), + (141222, "243631", 1, 0, 15), + (141223, "243631", 1, 0, 15), + (141224, "243632", 1, 0, 15), + (141225, "243632", 1, 0, 15), + (141226, "243632", 1, 0, 15), + (141227, "243632", 1, 0, 15), + (141228, "243632", 1, 0, 15), + (141229, "243632", 1, 0, 15), + (141230, "243632", 1, 0, 15), + (141231, "243632", 1, 0, 15), + (141232, "243632", 1, 0, 15), + (141233, "243632", 1, 0, 15), + (141234, "243632", 1, 0, 15), + (141235, "271305", 1, 0, 15), + (141236, "212218", 1, 0, 15), + (141237, "212218", 1, 0, 15), + (141238, "212218", 1, 0, 15), + (141239, "212217", 1, 0, 15), + (141240, "212217", 1, 0, 15), + (141241, "212217", 1, 0, 15), + (141242, "212217", 1, 0, 15), + (141243, "212217", 1, 0, 15), + (141244, "212217", 1, 0, 15), + (141245, "212217", 1, 0, 15), + (141246, "212217", 1, 0, 15), + (141247, "212217", 1, 0, 15), + (141248, "212217", 1, 0, 15), + (141249, "212217", 1, 0, 15), + (141250, "212217", 1, 0, 15), + (141251, "212217", 1, 0, 15), + (141252, "229125", 1, 0, 15), + (141253, "229125", 1, 0, 15), + (141254, "229125", 1, 0, 15), + (141255, "229125", 1, 0, 15), + (141256, "229125", 1, 0, 15), + (141257, "229125", 1, 0, 15), + (141258, "212620", 1, 0, 15), + (141259, "212306", 1, 0, 15), + (141260, "212306", 1, 0, 15), + (141261, "212306", 1, 0, 15), + (141262, "212306", 1, 0, 15), + (141263, "212306", 1, 0, 15), + (141264, "212306", 1, 0, 15), + (141265, "212306", 1, 0, 15), + (141266, "212306", 1, 0, 15), + (141267, "212306", 1, 0, 15), + (141268, "212306", 1, 0, 15), + (141269, "229121", 1, 0, 15), + (141270, "229121", 1, 0, 15), + (141271, "229121", 1, 0, 15), + (141272, "229121", 1, 0, 15), + (141273, "229121", 1, 0, 15), + (141274, "229125", 1, 0, 15), + (141275, "229125", 1, 0, 15), + (141276, "229125", 1, 0, 15), + (141277, "229125", 1, 0, 15), + (141278, "229125", 1, 0, 15), + (141279, "212213", 1, 0, 15), + (141280, "212213", 1, 0, 15), + (141281, "212213", 1, 0, 15), + (141282, "212213", 1, 0, 15), + (141283, "212213", 1, 0, 15), + (141284, "212208", 1, 0, 15), + (141285, "212208", 1, 0, 15), + (141286, "212208", 1, 0, 15), + (141287, "212208", 1, 0, 15), + (141288, "212208", 1, 0, 15), + (141289, "212207", 1, 0, 15), + (141290, "212207", 1, 0, 15), + (141291, "212207", 1, 0, 15), + (141292, "212207", 1, 0, 15), + (141293, "212207", 1, 0, 15), + (141294, "212207", 1, 0, 15), + (141295, "212207", 1, 0, 15), + (141296, "212207", 1, 0, 15), + (141297, "212207", 1, 0, 15), + (141298, "212207", 1, 0, 15), + (141299, "212207", 1, 0, 15), + (141300, "212207", 1, 0, 15), + (141301, "212207", 1, 0, 15), + (141302, "212302", 1, 0, 15), + (141303, "212302", 1, 0, 15), + (141304, "212302", 1, 0, 15), + (141305, "212302", 1, 0, 15), + (141306, "212302", 1, 0, 15), + (141307, "212302", 1, 0, 15), + (141308, "212302", 1, 0, 15), + (141309, "221502", 1, 0, 15), + (141310, "212302", 1, 0, 15), + (141311, "212302", 1, 0, 15), + (141312, "212302", 1, 0, 15), + (141313, "212302", 1, 0, 15), + (141314, "212303", 1, 0, 15), + (141315, "212303", 1, 0, 15), + (141316, "212303", 1, 0, 15), + (141317, "212303", 1, 0, 15), + (141318, "212303", 1, 0, 15), + (141319, "212303", 1, 0, 15), + (141320, "212303", 1, 0, 15), + (141321, "212303", 1, 0, 15), + (141322, "212303", 1, 0, 15), + (141323, "212303", 1, 0, 15), + (141324, "212303", 1, 0, 15), + (141325, "212303", 1, 0, 15), + (141326, "212303", 1, 0, 15), + (141327, "212303", 1, 0, 15), + (141328, "212303", 1, 0, 15), + (141329, "211008", 1, 0, 15), + (141330, "211008", 1, 0, 15), + (141331, "211008", 1, 0, 15), + (141332, "212214", 1, 0, 15), + (141333, "212214", 1, 0, 15), + (141334, "212214", 1, 0, 15), + (141335, "212214", 1, 0, 15), + (141336, "212214", 1, 0, 15), + (141337, "212214", 1, 0, 15), + (141338, "212214", 1, 0, 15), + (141339, "212214", 1, 0, 15), + (141340, "212214", 1, 0, 15), + (141341, "212216", 1, 0, 15), + (141342, "212216", 1, 0, 15), + (141343, "212216", 1, 0, 15), + (141344, "212216", 1, 0, 15), + (141345, "212216", 1, 0, 15), + (141346, "212216", 1, 0, 15), + (141347, "212216", 1, 0, 15), + (141348, "212216", 1, 0, 15), + (141349, "212216", 1, 0, 15), + (141350, "212216", 1, 0, 15), + (141351, "212216", 1, 0, 15), + (141352, "212216", 1, 0, 15), + (141353, "212216", 1, 0, 15), + (141354, "212216", 1, 0, 15), + (141355, "212216", 1, 0, 15), + (141356, "212216", 1, 0, 15), + (141357, "212216", 1, 0, 15), + (141358, "212108", 1, 0, 15), + (141359, "212108", 1, 0, 15), + (141360, "212108", 1, 0, 15), + (141361, "212108", 1, 0, 15), + (141362, "212108", 1, 0, 15), + (141363, "212305", 1, 0, 15), + (141364, "212305", 1, 0, 15), + (141365, "212305", 1, 0, 15), + (141366, "212305", 1, 0, 15), + (141367, "212305", 1, 0, 15), + (141368, "212305", 1, 0, 15), + (141369, "212305", 1, 0, 15), + (141370, "212305", 1, 0, 15), + (141371, "212305", 1, 0, 15), + (141372, "212305", 1, 0, 15), + (141373, "212217", 1, 0, 15), + (141374, "212217", 1, 0, 15), + (141375, "212217", 1, 0, 15), + (141376, "212217", 1, 0, 15), + (141377, "212217", 1, 0, 15), + (141378, "212217", 1, 0, 15), + (141379, "229125", 1, 0, 15), + (141380, "229204", 1, 0, 15), + (141381, "229204", 1, 0, 15), + (141382, "229204", 1, 0, 15), + (141383, "229204", 1, 0, 15), + (141384, "229204", 1, 0, 15), + (141385, "229204", 1, 0, 15), + (141386, "229204", 1, 0, 15), + (141387, "229204", 1, 0, 15), + (141388, "229204", 1, 0, 15), + (141389, "229204", 1, 0, 15), + (141390, "229204", 1, 0, 15), + (141391, "229204", 1, 0, 15), + (141392, "229204", 1, 0, 15), + (141393, "229204", 1, 0, 15), + (141394, "229122", 1, 0, 15), + (141395, "229122", 1, 0, 15), + (141396, "229122", 1, 0, 15), + (141397, "229122", 1, 0, 15), + (141398, "229122", 1, 0, 15), + (141399, "229205", 1, 0, 15), + (141400, "229205", 1, 0, 15), + (141401, "229210", 1, 0, 15), + (141402, "229205", 1, 0, 15), + (141403, "229205", 1, 0, 15), + (141404, "229210", 1, 0, 15), + (141405, "229210", 1, 0, 15), + (141406, "229209", 1, 0, 15), + (141407, "229001", 1, 0, 15), + (141408, "229001", 1, 0, 15), + (141409, "229001", 1, 0, 15), + (141410, "229001", 1, 0, 15), + (141411, "229001", 1, 0, 15), + (141412, "229001", 1, 0, 15), + (141413, "229303", 1, 0, 15), + (141414, "212205", 1, 0, 15), + (141415, "212205", 1, 0, 15), + (141416, "212205", 1, 0, 15), + (141417, "212205", 1, 0, 15), + (141418, "212205", 1, 0, 15), + (141419, "212206", 1, 0, 15), + (141420, "212206", 1, 0, 15), + (141421, "212206", 1, 0, 15), + (141422, "212206", 1, 0, 15), + (141423, "212301", 1, 0, 15), + (141424, "212301", 1, 0, 15), + (141425, "212301", 1, 0, 15), + (141426, "212301", 1, 0, 15), + (141427, "212301", 1, 0, 15), + (141428, "212301", 1, 0, 15), + (141429, "212301", 1, 0, 15), + (141430, "212301", 1, 0, 15), + (141431, "212301", 1, 0, 15), + (141432, "212301", 1, 0, 15), + (141433, "212301", 1, 0, 15), + (141434, "212301", 1, 0, 15), + (141435, "212301", 1, 0, 15), + (141436, "212301", 1, 0, 15), + (141437, "212301", 1, 0, 15), + (141438, "212301", 1, 0, 15), + (141439, "212301", 1, 0, 15), + (141440, "212307", 1, 0, 15), + (141441, "212307", 1, 0, 15), + (141442, "212307", 1, 0, 15), + (141443, "212307", 1, 0, 15), + (141444, "212307", 1, 0, 15), + (141445, "212307", 1, 0, 15), + (141446, "212307", 1, 0, 15), + (141447, "212307", 1, 0, 15), + (141448, "212306", 1, 0, 15), + (141449, "212306", 1, 0, 15), + (141450, "212306", 1, 0, 15), + (141451, "212306", 1, 0, 15), + (141452, "212306", 1, 0, 15), + (141453, "212306", 1, 0, 15), + (141454, "212306", 1, 0, 15), + (141455, "212306", 1, 0, 15), + (141456, "212306", 1, 0, 15), + (141457, "212306", 1, 0, 15), + (141458, "212306", 1, 0, 15), + (141459, "212306", 1, 0, 15), + (141460, "212306", 1, 0, 15), + (141461, "212107", 1, 0, 15), + (141462, "212107", 1, 0, 15), + (141463, "212107", 1, 0, 15), + (141464, "212107", 1, 0, 15), + (141465, "212111", 1, 0, 15), + (141466, "212107", 1, 0, 15), + (141467, "212107", 1, 0, 15), + (141468, "212107", 1, 0, 15), + (141469, "212107", 1, 0, 15), + (141470, "212107", 1, 0, 15), + (141471, "212107", 1, 0, 15), + (141472, "212107", 1, 0, 15), + (141473, "212107", 1, 0, 15), + (141474, "212107", 1, 0, 15), + (141475, "212111", 1, 0, 15), + (141476, "212107", 1, 0, 15), + (141477, "212107", 1, 0, 15), + (141478, "224116", 1, 0, 15), + (141479, "224116", 1, 0, 15), + (141480, "224116", 1, 0, 15), + (141481, "224116", 1, 0, 15), + (141482, "224116", 1, 0, 15), + (141483, "224116", 1, 0, 15), + (141484, "224116", 1, 0, 15), + (141485, "224116", 1, 0, 15), + (141486, "224117", 1, 0, 15), + (141487, "224117", 1, 0, 15), + (141488, "224117", 1, 0, 15), + (141489, "224117", 1, 0, 15), + (141490, "224117", 1, 0, 15), + (141491, "224118", 1, 0, 15), + (141492, "224118", 1, 0, 15), + (141493, "224118", 1, 0, 15), + (141494, "224118", 1, 0, 15), + (141495, "224118", 1, 0, 15), + (141496, "224118", 1, 0, 15), + (141497, "224118", 1, 0, 15), + (141498, "224118", 1, 0, 15), + (141499, "224118", 1, 0, 15), + (141500, "224118", 1, 0, 15), + (141501, "224118", 1, 0, 15), + (141502, "224118", 1, 0, 15), + (141503, "224118", 1, 0, 15), + (141504, "224118", 1, 0, 15), + (141505, "224118", 1, 0, 15), + (141506, "224119", 1, 0, 15), + (141507, "224119", 1, 0, 15), + (141508, "224119", 1, 0, 15), + (141509, "224119", 1, 0, 15), + (141510, "224119", 1, 0, 15), + (141511, "224119", 1, 0, 15), + (141512, "224120", 1, 0, 15), + (141513, "224120", 1, 0, 15), + (141514, "224120", 1, 0, 15), + (141515, "224120", 1, 0, 15), + (141516, "224120", 1, 0, 15), + (141517, "224120", 1, 0, 15), + (141518, "224120", 1, 0, 15), + (141519, "224120", 1, 0, 15), + (141520, "229206", 1, 0, 15), + (141521, "229206", 1, 0, 15), + (141522, "229206", 1, 0, 15), + (141523, "229206", 1, 0, 15), + (141524, "229206", 1, 0, 15), + (141525, "229206", 1, 0, 15), + (141526, "229206", 1, 0, 15), + (141527, "229206", 1, 0, 15), + (141528, "229206", 1, 0, 15), + (141529, "229206", 1, 0, 15), + (141530, "229206", 1, 0, 15), + (141531, "229206", 1, 0, 15), + (141532, "229215", 1, 0, 15), + (141533, "229215", 1, 0, 15), + (141534, "229215", 1, 0, 15), + (141535, "229215", 1, 0, 15), + (141536, "229215", 1, 0, 15), + (141537, "229216", 1, 0, 15), + (141538, "229216", 1, 0, 15), + (141539, "229216", 1, 0, 15), + (141540, "229216", 1, 0, 15), + (141541, "229216", 1, 0, 15), + (141542, "229216", 1, 0, 15), + (141543, "229216", 1, 0, 15), + (141544, "229216", 1, 0, 15), + (141545, "229216", 1, 0, 15), + (141546, "229216", 1, 0, 15), + (141547, "229203", 1, 0, 15), + (141548, "229203", 1, 0, 15), + (141549, "229203", 1, 0, 15), + (141550, "229203", 1, 0, 15), + (141551, "229203", 1, 0, 15), + (141552, "229203", 1, 0, 15), + (141553, "229203", 1, 0, 15), + (141554, "229207", 1, 0, 15), + (141555, "229207", 1, 0, 15), + (141556, "229207", 1, 0, 15), + (141557, "229207", 1, 0, 15), + (141558, "229207", 1, 0, 15), + (141559, "229207", 1, 0, 15), + (141560, "229207", 1, 0, 15), + (141561, "229208", 1, 0, 15), + (141562, "229208", 1, 0, 15), + (141563, "229208", 1, 0, 15), + (141564, "229211", 1, 0, 15), + (141565, "229211", 1, 0, 15), + (141566, "229211", 1, 0, 15), + (141567, "229211", 1, 0, 15), + (141568, "229211", 1, 0, 15), + (141569, "229201", 1, 0, 15), + (141570, "229201", 1, 0, 15), + (141571, "229201", 1, 0, 15), + (141572, "229201", 1, 0, 15), + (141573, "229212", 1, 0, 15), + (141574, "229212", 1, 0, 15), + (141575, "229212", 1, 0, 15), + (141576, "229212", 1, 0, 15), + (141577, "229212", 1, 0, 15), + (141578, "229212", 1, 0, 15), + (141579, "229212", 1, 0, 15), + (141580, "229212", 1, 0, 15), + (141581, "229212", 1, 0, 15), + (141582, "229202", 1, 0, 15), + (141583, "229202", 1, 0, 15), + (141584, "229202", 1, 0, 15), + (141585, "229202", 1, 0, 15), + (141586, "229202", 1, 0, 15), + (141587, "229202", 1, 0, 15), + (141588, "229202", 1, 0, 15), + (141589, "261141", 1, 0, 15), + (141590, "222302", 1, 0, 15), + (141591, "228151", 1, 0, 15), + (141592, "228159", 1, 0, 15), + (141593, "283101", 1, 0, 15), + (141594, "283104", 1, 0, 15), + (141595, "282002", 1, 0, 15), + (141596, "282003", 1, 0, 15), + (141597, "283104", 1, 0, 15), + (141598, "282006", 1, 0, 15), + (141599, "282001", 1, 0, 15), + (141600, "282001", 1, 0, 15), + (141601, "202121", 1, 0, 15), + (141602, "202001", 1, 0, 15), + (141603, "202001", 1, 0, 15), + (141604, "204101", 1, 0, 15), + (141605, "202138", 1, 0, 15), + (141606, "204101", 1, 0, 15), + (141607, "204102", 1, 0, 15), + (141608, "202001", 1, 0, 15), + (141609, "247554", 1, 0, 15), + (141610, "251319", 1, 0, 15), + (141611, "247776", 1, 0, 15), + (141612, "247772", 1, 0, 15), + (141613, "247775", 1, 0, 15), + (141614, "247776", 1, 0, 15), + (141615, "251001", 1, 0, 15), + (141616, "251311", 1, 0, 15), + (141617, "251306", 1, 0, 15), + (141618, "251202", 1, 0, 15), + (141619, "251001", 1, 0, 15), + (141620, "251314", 1, 0, 15), + (141621, "251308", 1, 0, 15), + (141622, "251001", 1, 0, 15), + (141623, "251001", 1, 0, 15), + (141624, "262406", 1, 0, 15), + (141625, "206122", 1, 0, 15), + (141626, "206122", 1, 0, 15), + (141627, "206122", 1, 0, 15), + (141628, "206122", 1, 0, 15), + (141629, "206122", 1, 0, 15), + (141630, "206122", 1, 0, 15), + (141631, "285123", 1, 0, 15), + (141632, "285129", 1, 0, 15), + (141633, "285001", 1, 0, 15), + (141634, "285202", 1, 0, 15), + (141635, "285205", 1, 0, 15), + (141636, "284003", 1, 0, 15), + (141637, "284204", 1, 0, 15), + (141638, "207403", 1, 0, 15), + (141639, "207403", 1, 0, 15), + (141640, "207124", 1, 0, 15), + (141641, "207403", 1, 0, 15), + (141642, "207401", 1, 0, 15), + (141643, "207003", 1, 0, 15), + (141644, "207124", 1, 0, 15), + (141645, "207003", 1, 0, 15), + (141646, "207401", 1, 0, 15), + (141647, "207123", 1, 0, 15), + (141648, "207123", 1, 0, 15), + (141649, "207123", 1, 0, 15), + (141650, "205262", 1, 0, 15), + (141651, "205121", 1, 0, 15), + (141652, "283203", 1, 0, 15), + (141653, "205001", 1, 0, 15), + (141654, "283203", 1, 0, 15), + (141655, "205001", 1, 0, 15), + (141656, "205001", 1, 0, 15), + (141657, "203001", 1, 0, 15), + (141658, "281121", 1, 0, 15), + (141659, "281003", 1, 0, 15), + (141660, "281502", 1, 0, 15), + (141661, "281001", 1, 0, 15), + (141662, "281001", 1, 0, 15), + (141663, "281123", 1, 0, 15), + (141664, "281403", 1, 0, 15), + (141665, "281204", 1, 0, 15), + (141666, "281121", 1, 0, 15), + (141667, "212217", 1, 0, 15), + (141668, "211008", 1, 0, 15), + (141669, "212111", 1, 0, 15), + (141670, "212201", 1, 0, 15), + (141671, "212104", 1, 0, 15), + (141672, "212106", 1, 0, 15), + (141673, "212204", 1, 0, 15), + (141674, "212305", 1, 0, 15), + (141675, "271401", 1, 0, 15), + (141676, "271002", 1, 0, 15), + (141677, "271312", 1, 0, 15), + (141678, "271201", 1, 0, 15), + (141679, "271402", 1, 0, 15), + (141680, "271311", 1, 0, 15), + (141681, "271503", 1, 0, 15), + (141682, "271604", 1, 0, 15), + (141683, "271604", 1, 0, 15), + (141684, "271205", 1, 0, 15), + (141685, "271126", 1, 0, 15), + (141686, "271002", 1, 0, 15), + (141687, "271504", 1, 0, 15), + (141688, "271122", 1, 0, 15), + (141689, "271305", 1, 0, 15), + (141690, "272002", 1, 0, 15), + (141691, "272194", 1, 0, 15), + (141692, "272002", 1, 0, 15), + (141693, "272155", 1, 0, 15), + (141694, "272124", 1, 0, 15), + (141695, "272131", 1, 0, 15), + (141696, "272206", 1, 0, 15), + (141697, "273413", 1, 0, 15), + (141698, "273202", 1, 0, 15), + (141699, "275301", 1, 0, 15), + (141700, "276201", 1, 0, 15), + (141701, "276121", 1, 0, 15), + (141702, "276205", 1, 0, 15), + (141703, "276403", 1, 0, 15), + (141704, "276305", 1, 0, 15), + (141705, "276403", 1, 0, 15), + (141706, "274702", 1, 0, 15), + (141707, "274702", 1, 0, 15), + (141708, "274204", 1, 0, 15), + (141709, "274702", 1, 0, 15), + (141710, "274501", 1, 0, 15), + (141711, "274402", 1, 0, 15), + (141712, "277304", 1, 0, 15), + (141713, "277401", 1, 0, 15), + (141714, "277402", 1, 0, 15), + (141715, "277202", 1, 0, 15), + (141716, "277303", 1, 0, 15), + (141717, "277302", 1, 0, 15), + (141718, "221713", 1, 0, 15), + (141719, "277121", 1, 0, 15), + (141720, "221701", 1, 0, 15), + (141721, "221701", 1, 0, 15), + (141722, "271003", 1, 0, 15), + (141723, "271003", 1, 0, 15), + (141724, "272153", 1, 0, 15), + (141725, "276125", 1, 0, 15), + (141726, "276125", 1, 0, 15), + (141727, "276135", 1, 0, 15), + (141728, "276128", 1, 0, 15), + (141729, "274806", 1, 0, 15), + (141730, "274806", 1, 0, 15), + (141731, "277001", 1, 0, 15), + (141732, "221712", 1, 0, 15), + (141733, "201009", 1, 0, 15), + (141734, "245205", 1, 0, 15), + (141735, "201306", 1, 0, 15), + (141736, "245101", 1, 0, 15), + (141737, "201009", 1, 0, 15), + (141738, "201015", 1, 0, 15), + (141739, "245207", 1, 0, 15), + (141740, "203207", 1, 0, 15), + (141741, "245304", 1, 0, 15), + (141742, "201003", 1, 0, 15), + (141743, "245101", 1, 0, 15), + (141744, "201312", 1, 0, 15), + (141745, "201102", 1, 0, 15), + (141746, "201009", 1, 0, 15), + (141747, "245101", 1, 0, 15), + (141748, "243003", 1, 0, 15), + (141749, "262001", 1, 0, 15), + (141750, "262001", 1, 0, 15), + (141751, "262406", 1, 0, 15), + (141752, "243003", 1, 0, 15), + (141753, "243003", 1, 0, 15), + (141754, "243122", 1, 0, 15), + (141755, "243201", 1, 0, 15), + (141756, "243003", 1, 0, 15), + (141757, "243505", 1, 0, 15), + (141758, "243003", 1, 0, 15), + (141759, "241001", 1, 0, 15), + (141760, "241303", 1, 0, 15), + (141761, "241123", 1, 0, 15), + (141762, "241303", 1, 0, 15), + (141763, "250404", 1, 0, 15), + (141764, "250620", 1, 0, 15), + (141765, "250622", 1, 0, 15), + (141766, "250611", 1, 0, 15), + (141767, "250623", 1, 0, 15), + (141768, "250611", 1, 0, 15), + (141769, "250623", 1, 0, 15), + (141770, "250001", 1, 0, 15), + (141771, "250344", 1, 0, 15), + (141772, "250342", 1, 0, 15), + (141773, "226003", 1, 0, 15), + (141774, "226501", 1, 0, 15), + (141775, "226003", 1, 0, 15), + (141776, "226003", 1, 0, 15), + (141777, "226003", 1, 0, 15), + (141778, "226003", 1, 0, 15), + (141779, "226008", 1, 0, 15), + (141780, "229306", 1, 0, 15), + (141781, "229205", 1, 0, 15), + (141782, "229207", 1, 0, 15), + (141783, "229309", 1, 0, 15), + (141784, "229204", 1, 0, 15), + (141785, "229122", 1, 0, 15), + (141786, "229135", 1, 0, 15), + (141787, "229010", 1, 0, 15), + (141788, "229303", 1, 0, 15), + (141789, "229127", 1, 0, 15), + (141790, "229122", 1, 0, 15), + (141791, "229304", 1, 0, 15), + (141792, "229309", 1, 0, 15), + (141793, "229301", 1, 0, 15), + (141794, "224120", 1, 0, 15), + (141795, "224149", 1, 0, 15), + (141796, "224190", 1, 0, 15), + (141797, "243601", 1, 0, 15), + (141798, "209721", 1, 0, 15), + (141799, "209721", 1, 0, 15), + (141800, "209601", 1, 0, 15), + (141801, "209601", 1, 0, 15), + (141802, "209502", 1, 0, 15), + (141803, "209505", 1, 0, 15), + (141804, "209722", 1, 0, 15), + (141805, "209502", 1, 0, 15), + (141806, "209214", 1, 0, 15), + (141807, "209217", 1, 0, 15), + (141808, "222129", 1, 0, 15), + (141809, "222142", 1, 0, 15), + (141810, "243720", 1, 0, 15), + (141811, "223104", 1, 0, 15), + (141812, "222002", 1, 0, 15), + (141813, "247452", 1, 0, 15), + (141814, "222109", 1, 0, 15), + (141815, "222003", 1, 0, 15), + (141816, "222139", 1, 0, 15), + (141817, "223104", 1, 0, 15), + (141818, "222161", 1, 0, 15), + (141819, "222003", 1, 0, 15), + (141820, "223105", 1, 0, 15), + (141821, "222136", 1, 0, 15), + (141822, "246722", 1, 0, 15), + (141823, "246761", 1, 0, 15), + (141824, "246762", 1, 0, 15), + (141825, "246734", 1, 0, 15), + (141826, "221201", 1, 0, 15), + (141827, "221202", 1, 0, 15), + (141828, "221402", 1, 0, 15), + (141829, "221106", 1, 0, 15), + (141830, "221302", 1, 0, 15), + (141831, "221106", 1, 0, 15), + (141832, "221206", 1, 0, 15), + (141833, "221107", 1, 0, 15), + (141834, "221105", 1, 0, 15), + (141835, "221311", 1, 0, 15), + (141836, "246764", 1, 0, 15), + (141837, "246763", 1, 0, 15), + (141838, "246734", 1, 0, 15), + (141839, "209871", 1, 0, 15), + (141840, "226401", 1, 0, 15), + (141841, "226401", 1, 0, 15), + (141842, "226401", 1, 0, 15), + (141843, "226401", 1, 0, 15), + (141844, "226302", 1, 0, 15), + (141845, "226028", 1, 0, 15), + (141846, "212653", 1, 0, 15), + (141847, "212663", 1, 0, 15), + (141848, "212622", 1, 0, 15), + (141849, "212664", 1, 0, 15), + (141850, "212601", 1, 0, 15), + (141851, "212601", 1, 0, 15), + (141852, "271002", 1, 0, 15), + (141853, "241121", 1, 0, 15), + (141854, "241121", 1, 0, 15), + (141855, "241121", 1, 0, 15), + (141856, "241121", 1, 0, 15), + (141857, "241121", 1, 0, 15), + (141858, "241121", 1, 0, 15), + (141859, "241121", 1, 0, 15), + (141860, "241121", 1, 0, 15), + (141861, "241122", 1, 0, 15), + (141862, "241122", 1, 0, 15), + (141863, "241122", 1, 0, 15), + (141864, "241122", 1, 0, 15), + (141865, "241122", 1, 0, 15), + (141866, "241122", 1, 0, 15), + (141867, "241122", 1, 0, 15), + (141868, "241122", 1, 0, 15), + (141869, "241122", 1, 0, 15), + (141870, "241401", 1, 0, 15), + (141871, "241401", 1, 0, 15), + (141872, "241401", 1, 0, 15), + (141873, "241401", 1, 0, 15), + (141874, "241401", 1, 0, 15), + (141875, "241401", 1, 0, 15), + (141876, "241401", 1, 0, 15), + (141877, "241401", 1, 0, 15), + (141878, "241125", 1, 0, 15), + (141879, "241125", 1, 0, 15), + (141880, "241125", 1, 0, 15), + (141881, "241125", 1, 0, 15), + (141882, "241125", 1, 0, 15), + (141883, "241125", 1, 0, 15), + (141884, "241125", 1, 0, 15), + (141885, "241125", 1, 0, 15), + (141886, "241125", 1, 0, 15), + (141887, "241125", 1, 0, 15), + (141888, "241125", 1, 0, 15), + (141889, "241125", 1, 0, 15), + (141890, "241125", 1, 0, 15), + (141891, "241125", 1, 0, 15), + (141892, "241404", 1, 0, 15), + (141893, "241404", 1, 0, 15), + (141894, "241404", 1, 0, 15), + (141895, "241404", 1, 0, 15), + (141896, "241404", 1, 0, 15), + (141897, "241404", 1, 0, 15), + (141898, "241404", 1, 0, 15), + (141899, "241404", 1, 0, 15), + (141900, "241404", 1, 0, 15), + (141901, "241404", 1, 0, 15), + (141902, "241405", 1, 0, 15), + (141903, "241405", 1, 0, 15), + (141904, "241405", 1, 0, 15), + (141905, "241405", 1, 0, 15), + (141906, "241405", 1, 0, 15), + (141907, "241405", 1, 0, 15), + (141908, "241402", 1, 0, 15), + (141909, "241402", 1, 0, 15), + (141910, "241402", 1, 0, 15), + (141911, "241402", 1, 0, 15), + (141912, "241402", 1, 0, 15), + (141913, "241402", 1, 0, 15), + (141914, "241402", 1, 0, 15), + (141915, "241402", 1, 0, 15), + (141916, "241402", 1, 0, 15), + (141917, "241402", 1, 0, 15), + (141918, "241402", 1, 0, 15), + (141919, "241402", 1, 0, 15), + (141920, "241402", 1, 0, 15), + (141921, "241402", 1, 0, 15), + (141922, "241402", 1, 0, 15), + (141923, "241402", 1, 0, 15), + (141924, "241402", 1, 0, 15), + (141925, "241123", 1, 0, 15), + (141926, "241123", 1, 0, 15), + (141927, "241123", 1, 0, 15), + (141928, "241123", 1, 0, 15), + (141929, "241123", 1, 0, 15), + (141930, "241123", 1, 0, 15), + (141931, "241123", 1, 0, 15), + (141932, "241123", 1, 0, 15), + (141933, "241123", 1, 0, 15), + (141934, "241123", 1, 0, 15), + (141935, "241123", 1, 0, 15), + (141936, "241123", 1, 0, 15), + (141937, "241123", 1, 0, 15), + (141938, "241123", 1, 0, 15), + (141939, "241123", 1, 0, 15), + (141940, "241123", 1, 0, 15), + (141941, "241123", 1, 0, 15), + (141942, "241123", 1, 0, 15), + (141943, "241123", 1, 0, 15), + (141944, "241123", 1, 0, 15), + (141945, "241123", 1, 0, 15), + (141946, "241406", 1, 0, 15), + (141947, "241406", 1, 0, 15), + (141948, "241406", 1, 0, 15), + (141949, "241406", 1, 0, 15), + (141950, "241406", 1, 0, 15), + (141951, "241406", 1, 0, 15), + (141952, "241406", 1, 0, 15), + (141953, "241406", 1, 0, 15), + (141954, "241406", 1, 0, 15), + (141955, "241406", 1, 0, 15), + (141956, "241406", 1, 0, 15), + (141957, "241406", 1, 0, 15), + (141958, "241407", 1, 0, 15), + (141959, "241407", 1, 0, 15), + (141960, "241407", 1, 0, 15), + (141961, "241407", 1, 0, 15), + (141962, "241407", 1, 0, 15), + (141963, "241407", 1, 0, 15), + (141964, "241407", 1, 0, 15), + (141965, "241407", 1, 0, 15), + (141966, "241407", 1, 0, 15), + (141967, "241407", 1, 0, 15), + (141968, "241407", 1, 0, 15), + (141969, "241407", 1, 0, 15), + (141970, "241407", 1, 0, 15), + (141971, "241407", 1, 0, 15), + (141972, "241403", 1, 0, 15), + (141973, "241403", 1, 0, 15), + (141974, "241403", 1, 0, 15), + (141975, "241403", 1, 0, 15), + (141976, "241403", 1, 0, 15), + (141977, "241403", 1, 0, 15), + (141978, "241403", 1, 0, 15), + (141979, "241403", 1, 0, 15), + (141980, "241403", 1, 0, 15), + (141981, "241124", 1, 0, 15), + (141982, "241124", 1, 0, 15), + (141983, "241124", 1, 0, 15), + (141984, "241124", 1, 0, 15), + (141985, "241124", 1, 0, 15), + (141986, "241124", 1, 0, 15), + (141987, "241124", 1, 0, 15), + (141988, "241124", 1, 0, 15), + (141989, "241124", 1, 0, 15), + (141990, "241124", 1, 0, 15), + (141991, "241124", 1, 0, 15), + (141992, "241124", 1, 0, 15), + (141993, "241124", 1, 0, 15), + (141994, "241124", 1, 0, 15), + (141995, "241124", 1, 0, 15), + (141996, "241124", 1, 0, 15), + (141997, "241124", 1, 0, 15), + (141998, "241124", 1, 0, 15), + (141999, "241201", 1, 0, 15), + (142000, "241201", 1, 0, 15), + (142001, "241201", 1, 0, 15), + (142002, "241201", 1, 0, 15), + (142003, "241201", 1, 0, 15), + (142004, "241201", 1, 0, 15), + (142005, "241201", 1, 0, 15), + (142006, "241201", 1, 0, 15), + (142007, "241201", 1, 0, 15), + (142008, "241201", 1, 0, 15), + (142009, "241201", 1, 0, 15), + (142010, "241201", 1, 0, 15), + (142011, "241304", 1, 0, 15), + (142012, "241304", 1, 0, 15), + (142013, "241304", 1, 0, 15), + (142014, "241304", 1, 0, 15), + (142015, "241304", 1, 0, 15), + (142016, "241304", 1, 0, 15), + (142017, "241304", 1, 0, 15), + (142018, "241304", 1, 0, 15), + (142019, "241304", 1, 0, 15), + (142020, "241304", 1, 0, 15), + (142021, "241304", 1, 0, 15), + (142022, "241304", 1, 0, 15), + (142023, "241304", 1, 0, 15), + (142024, "241304", 1, 0, 15), + (142025, "241304", 1, 0, 15), + (142026, "241304", 1, 0, 15), + (142027, "241304", 1, 0, 15), + (142028, "241304", 1, 0, 15), + (142029, "241202", 1, 0, 15), + (142030, "241202", 1, 0, 15), + (142031, "241202", 1, 0, 15), + (142032, "241202", 1, 0, 15), + (142033, "241202", 1, 0, 15), + (142034, "241202", 1, 0, 15), + (142035, "241202", 1, 0, 15), + (142036, "241202", 1, 0, 15), + (142037, "241202", 1, 0, 15), + (142038, "241202", 1, 0, 15), + (142039, "241301", 1, 0, 15), + (142040, "241301", 1, 0, 15), + (142041, "241301", 1, 0, 15), + (142042, "241301", 1, 0, 15), + (142043, "241301", 1, 0, 15), + (142044, "241301", 1, 0, 15), + (142045, "241301", 1, 0, 15), + (142046, "241301", 1, 0, 15), + (142047, "241301", 1, 0, 15), + (142048, "241301", 1, 0, 15), + (142049, "241301", 1, 0, 15), + (142050, "241203", 1, 0, 15), + (142051, "241203", 1, 0, 15), + (142052, "241203", 1, 0, 15), + (142053, "241203", 1, 0, 15), + (142054, "241203", 1, 0, 15), + (142055, "241203", 1, 0, 15), + (142056, "241203", 1, 0, 15), + (142057, "241203", 1, 0, 15), + (142058, "241203", 1, 0, 15), + (142059, "241203", 1, 0, 15), + (142060, "241203", 1, 0, 15), + (142061, "241203", 1, 0, 15), + (142062, "241305", 1, 0, 15), + (142063, "241305", 1, 0, 15), + (142064, "241305", 1, 0, 15), + (142065, "241305", 1, 0, 15), + (142066, "241305", 1, 0, 15), + (142067, "241305", 1, 0, 15), + (142068, "241305", 1, 0, 15), + (142069, "241126", 1, 0, 15), + (142070, "241126", 1, 0, 15), + (142071, "241126", 1, 0, 15), + (142072, "241126", 1, 0, 15), + (142073, "241126", 1, 0, 15), + (142074, "241126", 1, 0, 15), + (142075, "241126", 1, 0, 15), + (142076, "241126", 1, 0, 15), + (142077, "241126", 1, 0, 15), + (142078, "241302", 1, 0, 15), + (142079, "241302", 1, 0, 15), + (142080, "241302", 1, 0, 15), + (142081, "241302", 1, 0, 15), + (142082, "241302", 1, 0, 15), + (142083, "241302", 1, 0, 15), + (142084, "241302", 1, 0, 15), + (142085, "241302", 1, 0, 15), + (142086, "241302", 1, 0, 15), + (142087, "241302", 1, 0, 15), + (142088, "241302", 1, 0, 15), + (142089, "241303", 1, 0, 15), + (142090, "241303", 1, 0, 15), + (142091, "241303", 1, 0, 15), + (142092, "241303", 1, 0, 15), + (142093, "241303", 1, 0, 15), + (142094, "241303", 1, 0, 15), + (142095, "241303", 1, 0, 15), + (142096, "241303", 1, 0, 15), + (142097, "241303", 1, 0, 15), + (142098, "241303", 1, 0, 15), + (142099, "241303", 1, 0, 15), + (142100, "241303", 1, 0, 15), + (142101, "241303", 1, 0, 15), + (142102, "241303", 1, 0, 15), + (142103, "272153", 1, 0, 15), + (142104, "271903", 1, 0, 15), + (142105, "271904", 1, 0, 15), + (142106, "227813", 1, 0, 15), + (142107, "228121", 1, 0, 15), + (142108, "230131", 1, 0, 15), + (142109, "230124", 1, 0, 15), + (142110, "230204", 1, 0, 15), + (142111, "230403", 1, 0, 15), + (142112, "230402", 1, 0, 15), + (142113, "230141", 1, 0, 15), + (142114, "230128", 1, 0, 15), + (142115, "230129", 1, 0, 15), + (142116, "230204", 1, 0, 15), + (142117, "230136", 1, 0, 15), + (142118, "229408", 1, 0, 15), + (142119, "230304", 1, 0, 15), + (142120, "230201", 1, 0, 15), + (142121, "230304", 1, 0, 15), + (142122, "230403", 1, 0, 15), + (142123, "275204", 1, 0, 15), + (142124, "275202", 1, 0, 15), + (142125, "233227", 1, 0, 15), + (142126, "233227", 1, 0, 15), + (142127, "233224", 1, 0, 15), + (142128, "232333", 1, 0, 15), + (142129, "210422", 1, 0, 15), + (142130, "210422", 1, 0, 15), + (142131, "210205", 1, 0, 15), + (142132, "210205", 1, 0, 15), + (142133, "210506", 1, 0, 15), + (142134, "210422", 1, 0, 15), + (142135, "210427", 1, 0, 15), + (142136, "210001", 1, 0, 15), + (142137, "210001", 1, 0, 15), + (142138, "210423", 1, 0, 15), + (142139, "210423", 1, 0, 15), + (142140, "210423", 1, 0, 15), + (142141, "210125", 1, 0, 15), + (142142, "210424", 1, 0, 15), + (142143, "210504", 1, 0, 15), + (142144, "210502", 1, 0, 15), + (142145, "209602", 1, 0, 15), + (142146, "250625", 1, 0, 15), + (142147, "244901", 1, 0, 15), + (142148, "244701", 1, 0, 15), + (142149, "244501", 1, 0, 15), + (142150, "244501", 1, 0, 15), + (142151, "244411", 1, 0, 15), + (142152, "244231", 1, 0, 15), + (142153, "244412", 1, 0, 15), + (142154, "244302", 1, 0, 15), + (142155, "244501", 1, 0, 15), + (142156, "247120", 1, 0, 15), + (142157, "247001", 1, 0, 15), + (142158, "247001", 1, 0, 15), + (142159, "247001", 1, 0, 15), + (142160, "247001", 1, 0, 15), + (142161, "277121", 1, 0, 15), + (142162, "203141", 1, 0, 15), + (142163, "203394", 1, 0, 15), + (142164, "247665", 1, 0, 15), + (142165, "247662", 1, 0, 15), + (142166, "247662", 1, 0, 15), + (142167, "247662", 1, 0, 15), + (142168, "247669", 1, 0, 15), + (142169, "247669", 1, 0, 15), + (142170, "247669", 1, 0, 15), + (142171, "247341", 1, 0, 15), + (142172, "247341", 1, 0, 15), + (142173, "247341", 1, 0, 15), + (142174, "247341", 1, 0, 15), + (142175, "247341", 1, 0, 15), + (142176, "247453", 1, 0, 15), + (142177, "247453", 1, 0, 15), + (142178, "247453", 1, 0, 15), + (142179, "247453", 1, 0, 15), + (142180, "247453", 1, 0, 15), + (142181, "247129", 1, 0, 15), + (142182, "247129", 1, 0, 15), + (142183, "247129", 1, 0, 15), + (142184, "247129", 1, 0, 15), + (142185, "247129", 1, 0, 15), + (142186, "247129", 1, 0, 15), + (142187, "247129", 1, 0, 15), + (142188, "247129", 1, 0, 15), + (142189, "247551", 1, 0, 15), + (142190, "247551", 1, 0, 15), + (142191, "247551", 1, 0, 15), + (142192, "247551", 1, 0, 15), + (142193, "242001", 1, 0, 15), + (142194, "242001", 1, 0, 15), + (142195, "242001", 1, 0, 15), + (142196, "242001", 1, 0, 15), + (142197, "242001", 1, 0, 15), + (142198, "242001", 1, 0, 15), + (142199, "242001", 1, 0, 15), + (142200, "242001", 1, 0, 15), + (142201, "242001", 1, 0, 15), + (142202, "242001", 1, 0, 15), + (142203, "242001", 1, 0, 15), + (142204, "242001", 1, 0, 15), + (142205, "242001", 1, 0, 15), + (142206, "242001", 1, 0, 15), + (142207, "242001", 1, 0, 15), + (142208, "242001", 1, 0, 15), + (142209, "242001", 1, 0, 15), + (142210, "242220", 1, 0, 15), + (142211, "242220", 1, 0, 15), + (142212, "242220", 1, 0, 15), + (142213, "242220", 1, 0, 15), + (142214, "242220", 1, 0, 15), + (142215, "242042", 1, 0, 15), + (142216, "242042", 1, 0, 15), + (142217, "242042", 1, 0, 15), + (142218, "242042", 1, 0, 15), + (142219, "242042", 1, 0, 15), + (142220, "242042", 1, 0, 15), + (142221, "242042", 1, 0, 15), + (142222, "242042", 1, 0, 15), + (142223, "242042", 1, 0, 15), + (142224, "242042", 1, 0, 15), + (142225, "242042", 1, 0, 15), + (142226, "242042", 1, 0, 15), + (142227, "242042", 1, 0, 15), + (142228, "242042", 1, 0, 15), + (142229, "242221", 1, 0, 15), + (142230, "242221", 1, 0, 15), + (142231, "242221", 1, 0, 15), + (142232, "242221", 1, 0, 15), + (142233, "242221", 1, 0, 15), + (142234, "242221", 1, 0, 15), + (142235, "242221", 1, 0, 15), + (142236, "242221", 1, 0, 15), + (142237, "242221", 1, 0, 15), + (142238, "242221", 1, 0, 15), + (142239, "242221", 1, 0, 15), + (142240, "242221", 1, 0, 15), + (142241, "242221", 1, 0, 15), + (142242, "242221", 1, 0, 15), + (142243, "242221", 1, 0, 15), + (142244, "242221", 1, 0, 15), + (142245, "242221", 1, 0, 15), + (142246, "242221", 1, 0, 15), + (142247, "242303", 1, 0, 15), + (142248, "242407", 1, 0, 15), + (142249, "242306", 1, 0, 15), + (142250, "242221", 1, 0, 15), + (142251, "242221", 1, 0, 15), + (142252, "242221", 1, 0, 15), + (142253, "242221", 1, 0, 15), + (142254, "242221", 1, 0, 15), + (142255, "242221", 1, 0, 15), + (142256, "242221", 1, 0, 15), + (142257, "242221", 1, 0, 15), + (142258, "242221", 1, 0, 15), + (142259, "242221", 1, 0, 15), + (142260, "242221", 1, 0, 15), + (142261, "242221", 1, 0, 15), + (142262, "242221", 1, 0, 15), + (142263, "242123", 1, 0, 15), + (142264, "242123", 1, 0, 15), + (142265, "242123", 1, 0, 15), + (142266, "242123", 1, 0, 15), + (142267, "242123", 1, 0, 15), + (142268, "242123", 1, 0, 15), + (142269, "242123", 1, 0, 15), + (142270, "242123", 1, 0, 15), + (142271, "242223", 1, 0, 15), + (142272, "242223", 1, 0, 15), + (142273, "242223", 1, 0, 15), + (142274, "242223", 1, 0, 15), + (142275, "242223", 1, 0, 15), + (142276, "242223", 1, 0, 15), + (142277, "242223", 1, 0, 15), + (142278, "242223", 1, 0, 15), + (142279, "242223", 1, 0, 15), + (142280, "242223", 1, 0, 15), + (142281, "242223", 1, 0, 15), + (142282, "242223", 1, 0, 15), + (142283, "242223", 1, 0, 15), + (142284, "242223", 1, 0, 15), + (142285, "242223", 1, 0, 15), + (142286, "242223", 1, 0, 15), + (142287, "242223", 1, 0, 15), + (142288, "242223", 1, 0, 15), + (142289, "242223", 1, 0, 15), + (142290, "242223", 1, 0, 15), + (142291, "242223", 1, 0, 15), + (142292, "242303", 1, 0, 15), + (142293, "242303", 1, 0, 15), + (142294, "242303", 1, 0, 15), + (142295, "242303", 1, 0, 15), + (142296, "242303", 1, 0, 15), + (142297, "242303", 1, 0, 15), + (142298, "242303", 1, 0, 15), + (142299, "242303", 1, 0, 15), + (142300, "242303", 1, 0, 15), + (142301, "242303", 1, 0, 15), + (142302, "242303", 1, 0, 15), + (142303, "242303", 1, 0, 15), + (142304, "242303", 1, 0, 15), + (142305, "242405", 1, 0, 15), + (142306, "242405", 1, 0, 15), + (142307, "242405", 1, 0, 15), + (142308, "242405", 1, 0, 15), + (142309, "242405", 1, 0, 15), + (142310, "242405", 1, 0, 15), + (142311, "242405", 1, 0, 15), + (142312, "242405", 1, 0, 15), + (142313, "242405", 1, 0, 15), + (142314, "242405", 1, 0, 15), + (142315, "242405", 1, 0, 15), + (142316, "242305", 1, 0, 15), + (142317, "242305", 1, 0, 15), + (142318, "242305", 1, 0, 15), + (142319, "242305", 1, 0, 15), + (142320, "242305", 1, 0, 15), + (142321, "242305", 1, 0, 15), + (142322, "242305", 1, 0, 15), + (142323, "242305", 1, 0, 15), + (142324, "242305", 1, 0, 15), + (142325, "242305", 1, 0, 15), + (142326, "242305", 1, 0, 15), + (142327, "242305", 1, 0, 15), + (142328, "242301", 1, 0, 15), + (142329, "242301", 1, 0, 15), + (142330, "242301", 1, 0, 15), + (142331, "242301", 1, 0, 15), + (142332, "242301", 1, 0, 15), + (142333, "242301", 1, 0, 15), + (142334, "242301", 1, 0, 15), + (142335, "242301", 1, 0, 15), + (142336, "242301", 1, 0, 15), + (142337, "242301", 1, 0, 15), + (142338, "242301", 1, 0, 15), + (142339, "242301", 1, 0, 15), + (142340, "242301", 1, 0, 15), + (142341, "242301", 1, 0, 15), + (142342, "242301", 1, 0, 15), + (142343, "242301", 1, 0, 15), + (142344, "242301", 1, 0, 15), + (142345, "242301", 1, 0, 15), + (142346, "242301", 1, 0, 15), + (142347, "242301", 1, 0, 15), + (142348, "242301", 1, 0, 15), + (142349, "242226", 1, 0, 15), + (142350, "242226", 1, 0, 15), + (142351, "242226", 1, 0, 15), + (142352, "242226", 1, 0, 15), + (142353, "242407", 1, 0, 15), + (142354, "242407", 1, 0, 15), + (142355, "242407", 1, 0, 15), + (142356, "242407", 1, 0, 15), + (142357, "242407", 1, 0, 15), + (142358, "242407", 1, 0, 15), + (142359, "242407", 1, 0, 15), + (142360, "242407", 1, 0, 15), + (142361, "242407", 1, 0, 15), + (142362, "242407", 1, 0, 15), + (142363, "242407", 1, 0, 15), + (142364, "242407", 1, 0, 15), + (142365, "242407", 1, 0, 15), + (142366, "242407", 1, 0, 15), + (142367, "242407", 1, 0, 15), + (142368, "242407", 1, 0, 15), + (142369, "242407", 1, 0, 15), + (142370, "242407", 1, 0, 15), + (142371, "242407", 1, 0, 15), + (142372, "242401", 1, 0, 15), + (142373, "242401", 1, 0, 15), + (142374, "242401", 1, 0, 15), + (142375, "242401", 1, 0, 15), + (142376, "242401", 1, 0, 15), + (142377, "242401", 1, 0, 15), + (142378, "242401", 1, 0, 15), + (142379, "242401", 1, 0, 15), + (142380, "242401", 1, 0, 15), + (142381, "242401", 1, 0, 15), + (142382, "242401", 1, 0, 15), + (142383, "242401", 1, 0, 15), + (142384, "242401", 1, 0, 15), + (142385, "242401", 1, 0, 15), + (142386, "242401", 1, 0, 15), + (142387, "242401", 1, 0, 15), + (142388, "242401", 1, 0, 15), + (142389, "242401", 1, 0, 15), + (142390, "242401", 1, 0, 15), + (142391, "242401", 1, 0, 15), + (142392, "242406", 1, 0, 15), + (142393, "242406", 1, 0, 15), + (142394, "242406", 1, 0, 15), + (142395, "242406", 1, 0, 15), + (142396, "242406", 1, 0, 15), + (142397, "242406", 1, 0, 15), + (142398, "242406", 1, 0, 15), + (142399, "242406", 1, 0, 15), + (142400, "242406", 1, 0, 15), + (142401, "242406", 1, 0, 15), + (142402, "242406", 1, 0, 15), + (142403, "242406", 1, 0, 15), + (142404, "242406", 1, 0, 15), + (142405, "242306", 1, 0, 15), + (142406, "242306", 1, 0, 15), + (142407, "242306", 1, 0, 15), + (142408, "242306", 1, 0, 15), + (142409, "242306", 1, 0, 15), + (142410, "242306", 1, 0, 15), + (142411, "242306", 1, 0, 15), + (142412, "242306", 1, 0, 15), + (142413, "242306", 1, 0, 15), + (142414, "242306", 1, 0, 15), + (142415, "242306", 1, 0, 15), + (142416, "242306", 1, 0, 15), + (142417, "242306", 1, 0, 15), + (142418, "242306", 1, 0, 15), + (142419, "242127", 1, 0, 15), + (142420, "242127", 1, 0, 15), + (142421, "242127", 1, 0, 15), + (142422, "242127", 1, 0, 15), + (142423, "242127", 1, 0, 15), + (142424, "242127", 1, 0, 15), + (142425, "242127", 1, 0, 15), + (142426, "242127", 1, 0, 15), + (142427, "242127", 1, 0, 15), + (142428, "242127", 1, 0, 15), + (142429, "242127", 1, 0, 15), + (142430, "242127", 1, 0, 15), + (142431, "242127", 1, 0, 15), + (142432, "242127", 1, 0, 15), + (142433, "242127", 1, 0, 15), + (142434, "242127", 1, 0, 15), + (142435, "242127", 1, 0, 15), + (142436, "242127", 1, 0, 15), + (142437, "242127", 1, 0, 15), + (142438, "242127", 1, 0, 15), + (142439, "242127", 1, 0, 15), + (142440, "242127", 1, 0, 15), + (142441, "242127", 1, 0, 15), + (142442, "242307", 1, 0, 15), + (142443, "242307", 1, 0, 15), + (142444, "242307", 1, 0, 15), + (142445, "242307", 1, 0, 15), + (142446, "242307", 1, 0, 15), + (142447, "242307", 1, 0, 15), + (142448, "242307", 1, 0, 15), + (142449, "242307", 1, 0, 15), + (142450, "242307", 1, 0, 15), + (142451, "242307", 1, 0, 15), + (142452, "242307", 1, 0, 15), + (142453, "242307", 1, 0, 15), + (142454, "242307", 1, 0, 15), + (142455, "242307", 1, 0, 15), + (142456, "242307", 1, 0, 15), + (142457, "242307", 1, 0, 15), + (142458, "261404", 1, 0, 15), + (142459, "261404", 1, 0, 15), + (142460, "261404", 1, 0, 15), + (142461, "261151", 1, 0, 15), + (142462, "261151", 1, 0, 15), + (142463, "261151", 1, 0, 15), + (142464, "261151", 1, 0, 15), + (142465, "261151", 1, 0, 15), + (142466, "261151", 1, 0, 15), + (142467, "261151", 1, 0, 15), + (142468, "261151", 1, 0, 15), + (142469, "261151", 1, 0, 15), + (142470, "261401", 1, 0, 15), + (142471, "261401", 1, 0, 15), + (142472, "261401", 1, 0, 15), + (142473, "261401", 1, 0, 15), + (142474, "261401", 1, 0, 15), + (142475, "261401", 1, 0, 15), + (142476, "261401", 1, 0, 15), + (142477, "261401", 1, 0, 15), + (142478, "261401", 1, 0, 15), + (142479, "261401", 1, 0, 15), + (142480, "261401", 1, 0, 15), + (142481, "261136", 1, 0, 15), + (142482, "261136", 1, 0, 15), + (142483, "261136", 1, 0, 15), + (142484, "261136", 1, 0, 15), + (142485, "261136", 1, 0, 15), + (142486, "261136", 1, 0, 15), + (142487, "261136", 1, 0, 15), + (142488, "261136", 1, 0, 15), + (142489, "261136", 1, 0, 15), + (142490, "261136", 1, 0, 15), + (142491, "261136", 1, 0, 15), + (142492, "261136", 1, 0, 15), + (142493, "261202", 1, 0, 15), + (142494, "261205", 1, 0, 15), + (142495, "261302", 1, 0, 15), + (142496, "261204", 1, 0, 15), + (142497, "261303", 1, 0, 15), + (142498, "261203", 1, 0, 15), + (142499, "261403", 1, 0, 15), + (142500, "261121", 1, 0, 15), + (142501, "261403", 1, 0, 15), + (142502, "261136", 1, 0, 15), + (142503, "261136", 1, 0, 15), + (142504, "261201", 1, 0, 15), + (142505, "261201", 1, 0, 15), + (142506, "261201", 1, 0, 15), + (142507, "261201", 1, 0, 15), + (142508, "261201", 1, 0, 15), + (142509, "261201", 1, 0, 15), + (142510, "261201", 1, 0, 15), + (142511, "261201", 1, 0, 15), + (142512, "261201", 1, 0, 15), + (142513, "261201", 1, 0, 15), + (142514, "261201", 1, 0, 15), + (142515, "261201", 1, 0, 15), + (142516, "261201", 1, 0, 15), + (142517, "261201", 1, 0, 15), + (142518, "261201", 1, 0, 15), + (142519, "261201", 1, 0, 15), + (142520, "261201", 1, 0, 15), + (142521, "261201", 1, 0, 15), + (142522, "261201", 1, 0, 15), + (142523, "261201", 1, 0, 15), + (142524, "261201", 1, 0, 15), + (142525, "261201", 1, 0, 15), + (142526, "261201", 1, 0, 15), + (142527, "261201", 1, 0, 15), + (142528, "261201", 1, 0, 15), + (142529, "261405", 1, 0, 15), + (142530, "261405", 1, 0, 15), + (142531, "261405", 1, 0, 15), + (142532, "261405", 1, 0, 15), + (142533, "261405", 1, 0, 15), + (142534, "261405", 1, 0, 15), + (142535, "261202", 1, 0, 15), + (142536, "261202", 1, 0, 15), + (142537, "261202", 1, 0, 15), + (142538, "261202", 1, 0, 15), + (142539, "261202", 1, 0, 15), + (142540, "261202", 1, 0, 15), + (142541, "261202", 1, 0, 15), + (142542, "261202", 1, 0, 15), + (142543, "261202", 1, 0, 15), + (142544, "261202", 1, 0, 15), + (142545, "261202", 1, 0, 15), + (142546, "261202", 1, 0, 15), + (142547, "261402", 1, 0, 15), + (142548, "261402", 1, 0, 15), + (142549, "261125", 1, 0, 15), + (142550, "261125", 1, 0, 15), + (142551, "261125", 1, 0, 15), + (142552, "261125", 1, 0, 15), + (142553, "261125", 1, 0, 15), + (142554, "261125", 1, 0, 15), + (142555, "261125", 1, 0, 15), + (142556, "261125", 1, 0, 15), + (142557, "261205", 1, 0, 15), + (142558, "261205", 1, 0, 15), + (142559, "261205", 1, 0, 15), + (142560, "261205", 1, 0, 15), + (142561, "261205", 1, 0, 15), + (142562, "261205", 1, 0, 15), + (142563, "261205", 1, 0, 15), + (142564, "261205", 1, 0, 15), + (142565, "261205", 1, 0, 15), + (142566, "261205", 1, 0, 15), + (142567, "261205", 1, 0, 15), + (142568, "261205", 1, 0, 15), + (142569, "261205", 1, 0, 15), + (142570, "261205", 1, 0, 15), + (142571, "261205", 1, 0, 15), + (142572, "261205", 1, 0, 15), + (142573, "261205", 1, 0, 15), + (142574, "261205", 1, 0, 15), + (142575, "261205", 1, 0, 15), + (142576, "261205", 1, 0, 15), + (142577, "261205", 1, 0, 15), + (142578, "261205", 1, 0, 15), + (142579, "261141", 1, 0, 15), + (142580, "261141", 1, 0, 15), + (142581, "261141", 1, 0, 15), + (142582, "261141", 1, 0, 15), + (142583, "261141", 1, 0, 15), + (142584, "261141", 1, 0, 15), + (142585, "261141", 1, 0, 15), + (142586, "261141", 1, 0, 15), + (142587, "261141", 1, 0, 15), + (142588, "261141", 1, 0, 15), + (142589, "261141", 1, 0, 15), + (142590, "261121", 1, 0, 15), + (142591, "261121", 1, 0, 15), + (142592, "261141", 1, 0, 15), + (142593, "261141", 1, 0, 15), + (142594, "261141", 1, 0, 15), + (142595, "261141", 1, 0, 15), + (142596, "261141", 1, 0, 15), + (142597, "261141", 1, 0, 15), + (142598, "261141", 1, 0, 15), + (142599, "261141", 1, 0, 15), + (142600, "261141", 1, 0, 15), + (142601, "261141", 1, 0, 15), + (142602, "261141", 1, 0, 15), + (142603, "261141", 1, 0, 15), + (142604, "261141", 1, 0, 15), + (142605, "261302", 1, 0, 15), + (142606, "261302", 1, 0, 15), + (142607, "261302", 1, 0, 15), + (142608, "261302", 1, 0, 15), + (142609, "261302", 1, 0, 15), + (142610, "261302", 1, 0, 15), + (142611, "261302", 1, 0, 15), + (142612, "261302", 1, 0, 15), + (142613, "261302", 1, 0, 15), + (142614, "261302", 1, 0, 15), + (142615, "261302", 1, 0, 15), + (142616, "261302", 1, 0, 15), + (142617, "261302", 1, 0, 15), + (142618, "261302", 1, 0, 15), + (142619, "261302", 1, 0, 15), + (142620, "261207", 1, 0, 15), + (142621, "261207", 1, 0, 15), + (142622, "261207", 1, 0, 15), + (142623, "261207", 1, 0, 15), + (142624, "261207", 1, 0, 15), + (142625, "261207", 1, 0, 15), + (142626, "261207", 1, 0, 15), + (142627, "261207", 1, 0, 15), + (142628, "261207", 1, 0, 15), + (142629, "261207", 1, 0, 15), + (142630, "261207", 1, 0, 15), + (142631, "261207", 1, 0, 15), + (142632, "261207", 1, 0, 15), + (142633, "261204", 1, 0, 15), + (142634, "261204", 1, 0, 15), + (142635, "261204", 1, 0, 15), + (142636, "261204", 1, 0, 15), + (142637, "261204", 1, 0, 15), + (142638, "261204", 1, 0, 15), + (142639, "261204", 1, 0, 15), + (142640, "261204", 1, 0, 15), + (142641, "261204", 1, 0, 15), + (142642, "261204", 1, 0, 15), + (142643, "261204", 1, 0, 15), + (142644, "261204", 1, 0, 15), + (142645, "261204", 1, 0, 15), + (142646, "261204", 1, 0, 15), + (142647, "261301", 1, 0, 15), + (142648, "261301", 1, 0, 15), + (142649, "261301", 1, 0, 15), + (142650, "261301", 1, 0, 15), + (142651, "261301", 1, 0, 15), + (142652, "261301", 1, 0, 15), + (142653, "261301", 1, 0, 15), + (142654, "261301", 1, 0, 15), + (142655, "261301", 1, 0, 15), + (142656, "261301", 1, 0, 15), + (142657, "261301", 1, 0, 15), + (142658, "261301", 1, 0, 15), + (142659, "261301", 1, 0, 15), + (142660, "261301", 1, 0, 15), + (142661, "261301", 1, 0, 15), + (142662, "261301", 1, 0, 15), + (142663, "261303", 1, 0, 15), + (142664, "261303", 1, 0, 15), + (142665, "261303", 1, 0, 15), + (142666, "261303", 1, 0, 15), + (142667, "261303", 1, 0, 15), + (142668, "261303", 1, 0, 15), + (142669, "261303", 1, 0, 15), + (142670, "261303", 1, 0, 15), + (142671, "261303", 1, 0, 15), + (142672, "261303", 1, 0, 15), + (142673, "261303", 1, 0, 15), + (142674, "261303", 1, 0, 15), + (142675, "261303", 1, 0, 15), + (142676, "261303", 1, 0, 15), + (142677, "261303", 1, 0, 15), + (142678, "261303", 1, 0, 15), + (142679, "261303", 1, 0, 15), + (142680, "261303", 1, 0, 15), + (142681, "261303", 1, 0, 15), + (142682, "261303", 1, 0, 15), + (142683, "261303", 1, 0, 15), + (142684, "261303", 1, 0, 15), + (142685, "261303", 1, 0, 15), + (142686, "261303", 1, 0, 15), + (142687, "261303", 1, 0, 15), + (142688, "261303", 1, 0, 15), + (142689, "261206", 1, 0, 15), + (142690, "261206", 1, 0, 15), + (142691, "261206", 1, 0, 15), + (142692, "261206", 1, 0, 15), + (142693, "261206", 1, 0, 15), + (142694, "261206", 1, 0, 15), + (142695, "261206", 1, 0, 15), + (142696, "261206", 1, 0, 15), + (142697, "261206", 1, 0, 15), + (142698, "261206", 1, 0, 15), + (142699, "261206", 1, 0, 15), + (142700, "261203", 1, 0, 15), + (142701, "261203", 1, 0, 15), + (142702, "261203", 1, 0, 15), + (142703, "261203", 1, 0, 15), + (142704, "261203", 1, 0, 15), + (142705, "261203", 1, 0, 15), + (142706, "261203", 1, 0, 15), + (142707, "261203", 1, 0, 15), + (142708, "261203", 1, 0, 15), + (142709, "261203", 1, 0, 15), + (142710, "261203", 1, 0, 15), + (142711, "261203", 1, 0, 15), + (142712, "261203", 1, 0, 15), + (142713, "261145", 1, 0, 15), + (142714, "261145", 1, 0, 15), + (142715, "261145", 1, 0, 15), + (142716, "261145", 1, 0, 15), + (142717, "261145", 1, 0, 15), + (142718, "261145", 1, 0, 15), + (142719, "261145", 1, 0, 15), + (142720, "261145", 1, 0, 15), + (142721, "261145", 1, 0, 15), + (142722, "261145", 1, 0, 15), + (142723, "261131", 1, 0, 15), + (142724, "261131", 1, 0, 15), + (142725, "261131", 1, 0, 15), + (142726, "261131", 1, 0, 15), + (142727, "261131", 1, 0, 15), + (142728, "261131", 1, 0, 15), + (142729, "261131", 1, 0, 15), + (142730, "261131", 1, 0, 15), + (142731, "261131", 1, 0, 15), + (142732, "261131", 1, 0, 15), + (142733, "261403", 1, 0, 15), + (142734, "261403", 1, 0, 15), + (142735, "261403", 1, 0, 15), + (142736, "261403", 1, 0, 15), + (142737, "261403", 1, 0, 15), + (142738, "261403", 1, 0, 15), + (142739, "261403", 1, 0, 15), + (142740, "261403", 1, 0, 15), + (142741, "261403", 1, 0, 15), + (142742, "261403", 1, 0, 15), + (142743, "261403", 1, 0, 15), + (142744, "261403", 1, 0, 15), + (142745, "261001", 1, 0, 15), + (142746, "261001", 1, 0, 15), + (142747, "261001", 1, 0, 15), + (142748, "261001", 1, 0, 15), + (142749, "261001", 1, 0, 15), + (142750, "261001", 1, 0, 15), + (142751, "261001", 1, 0, 15), + (142752, "261001", 1, 0, 15), + (142753, "261001", 1, 0, 15), + (142754, "261001", 1, 0, 15), + (142755, "261001", 1, 0, 15), + (142756, "261001", 1, 0, 15), + (142757, "261001", 1, 0, 15), + (142758, "261001", 1, 0, 15), + (142759, "261001", 1, 0, 15), + (142760, "261001", 1, 0, 15), + (142761, "261001", 1, 0, 15), + (142762, "261001", 1, 0, 15), + (142763, "261001", 1, 0, 15), + (142764, "261001", 1, 0, 15), + (142765, "261001", 1, 0, 15), + (142766, "261001", 1, 0, 15), + (142767, "261001", 1, 0, 15), + (142768, "261001", 1, 0, 15), + (142769, "261001", 1, 0, 15), + (142770, "261121", 1, 0, 15), + (142771, "261121", 1, 0, 15), + (142772, "261121", 1, 0, 15), + (142773, "261121", 1, 0, 15), + (142774, "261121", 1, 0, 15), + (142775, "261121", 1, 0, 15), + (142776, "261121", 1, 0, 15), + (142777, "261121", 1, 0, 15), + (142778, "261121", 1, 0, 15), + (142779, "261121", 1, 0, 15), + (142780, "261121", 1, 0, 15), + (142781, "261121", 1, 0, 15), + (142782, "261121", 1, 0, 15), + (142783, "261121", 1, 0, 15), + (142784, "261121", 1, 0, 15), + (142785, "261121", 1, 0, 15), + (142786, "261121", 1, 0, 15), + (142787, "261121", 1, 0, 15), + (142788, "261208", 1, 0, 15), + (142789, "261208", 1, 0, 15), + (142790, "261208", 1, 0, 15), + (142791, "261208", 1, 0, 15), + (142792, "261208", 1, 0, 15), + (142793, "261208", 1, 0, 15), + (142794, "261208", 1, 0, 15), + (142795, "261208", 1, 0, 15), + (142796, "261208", 1, 0, 15), + (142797, "261208", 1, 0, 15), + (142798, "261208", 1, 0, 15), + (142799, "261208", 1, 0, 15), + (142800, "261208", 1, 0, 15), + (142801, "261404", 1, 0, 15), + (142802, "261404", 1, 0, 15), + (142803, "261403", 1, 0, 15), + (142804, "261403", 1, 0, 15), + (142805, "261403", 1, 0, 15), + (142806, "261403", 1, 0, 15), + (142807, "261403", 1, 0, 15), + (142808, "261135", 1, 0, 15), + (142809, "261135", 1, 0, 15), + (142810, "261135", 1, 0, 15), + (142811, "261135", 1, 0, 15), + (142812, "261135", 1, 0, 15), + (142813, "261135", 1, 0, 15), + (142814, "261135", 1, 0, 15), + (142815, "261135", 1, 0, 15), + (142816, "261135", 1, 0, 15), + (142817, "261135", 1, 0, 15), + (142818, "261135", 1, 0, 15), + (142819, "261135", 1, 0, 15), + (142820, "261135", 1, 0, 15), + (142821, "261135", 1, 0, 15), + (142822, "261135", 1, 0, 15), + (142823, "261135", 1, 0, 15), + (142824, "261135", 1, 0, 15), + (142825, "261135", 1, 0, 15), + (142826, "261135", 1, 0, 15), + (142827, "261135", 1, 0, 15), + (142828, "261135", 1, 0, 15), + (142829, "261135", 1, 0, 15), + (142830, "261206", 1, 0, 15), + (142831, "261206", 1, 0, 15), + (142832, "261204", 1, 0, 15), + (142833, "261121", 1, 0, 15), + (142834, "228001", 1, 0, 15), + (142835, "228001", 1, 0, 15), + (142836, "228001", 1, 0, 15), + (142837, "228001", 1, 0, 15), + (142838, "228001", 1, 0, 15), + (142839, "228001", 1, 0, 15), + (142840, "228001", 1, 0, 15), + (142841, "228001", 1, 0, 15), + (142842, "228001", 1, 0, 15), + (142843, "228001", 1, 0, 15), + (142844, "228001", 1, 0, 15), + (142845, "228001", 1, 0, 15), + (142846, "228001", 1, 0, 15), + (142847, "228001", 1, 0, 15), + (142848, "228001", 1, 0, 15), + (142849, "228001", 1, 0, 15), + (142850, "228001", 1, 0, 15), + (142851, "228001", 1, 0, 15), + (142852, "228171", 1, 0, 15), + (142853, "228171", 1, 0, 15), + (142854, "228171", 1, 0, 15), + (142855, "228171", 1, 0, 15), + (142856, "228171", 1, 0, 15), + (142857, "228171", 1, 0, 15), + (142858, "228171", 1, 0, 15), + (142859, "228171", 1, 0, 15), + (142860, "227805", 1, 0, 15), + (142861, "227805", 1, 0, 15), + (142862, "227805", 1, 0, 15), + (142863, "227805", 1, 0, 15), + (142864, "227805", 1, 0, 15), + (142865, "227805", 1, 0, 15), + (142866, "227805", 1, 0, 15), + (142867, "227805", 1, 0, 15), + (142868, "227805", 1, 0, 15), + (142869, "227805", 1, 0, 15), + (142870, "227405", 1, 0, 15), + (142871, "227405", 1, 0, 15), + (142872, "227405", 1, 0, 15), + (142873, "227806", 1, 0, 15), + (142874, "228131", 1, 0, 15), + (142875, "227801", 1, 0, 15), + (142876, "227815", 1, 0, 15), + (142877, "228141", 1, 0, 15), + (142878, "228155", 1, 0, 15), + (142879, "222303", 1, 0, 15), + (142880, "227816", 1, 0, 15), + (142881, "227811", 1, 0, 15), + (142882, "227405", 1, 0, 15), + (142883, "227405", 1, 0, 15), + (142884, "227405", 1, 0, 15), + (142885, "227405", 1, 0, 15), + (142886, "227405", 1, 0, 15), + (142887, "227405", 1, 0, 15), + (142888, "227405", 1, 0, 15), + (142889, "227405", 1, 0, 15), + (142890, "227405", 1, 0, 15), + (142891, "227405", 1, 0, 15), + (142892, "228121", 1, 0, 15), + (142893, "228121", 1, 0, 15), + (142894, "228121", 1, 0, 15), + (142895, "228121", 1, 0, 15), + (142896, "228121", 1, 0, 15), + (142897, "228121", 1, 0, 15), + (142898, "228121", 1, 0, 15), + (142899, "227814", 1, 0, 15), + (142900, "227814", 1, 0, 15), + (142901, "227814", 1, 0, 15), + (142902, "227814", 1, 0, 15), + (142903, "227814", 1, 0, 15), + (142904, "227814", 1, 0, 15), + (142905, "227814", 1, 0, 15), + (142906, "227814", 1, 0, 15), + (142907, "227814", 1, 0, 15), + (142908, "227814", 1, 0, 15), + (142909, "228120", 1, 0, 15), + (142910, "228120", 1, 0, 15), + (142911, "228120", 1, 0, 15), + (142912, "227806", 1, 0, 15), + (142913, "227806", 1, 0, 15), + (142914, "227806", 1, 0, 15), + (142915, "227806", 1, 0, 15), + (142916, "227806", 1, 0, 15), + (142917, "227806", 1, 0, 15), + (142918, "227806", 1, 0, 15), + (142919, "227806", 1, 0, 15), + (142920, "227806", 1, 0, 15), + (142921, "227806", 1, 0, 15), + (142922, "227806", 1, 0, 15), + (142923, "228133", 1, 0, 15), + (142924, "228133", 1, 0, 15), + (142925, "228133", 1, 0, 15), + (142926, "228133", 1, 0, 15), + (142927, "227406", 1, 0, 15), + (142928, "227406", 1, 0, 15), + (142929, "227406", 1, 0, 15), + (142930, "227304", 1, 0, 15), + (142931, "227304", 1, 0, 15), + (142932, "227304", 1, 0, 15), + (142933, "227304", 1, 0, 15), + (142934, "227304", 1, 0, 15), + (142935, "227304", 1, 0, 15), + (142936, "227304", 1, 0, 15), + (142937, "227304", 1, 0, 15), + (142938, "227304", 1, 0, 15), + (142939, "227304", 1, 0, 15), + (142940, "227304", 1, 0, 15), + (142941, "227407", 1, 0, 15), + (142942, "227407", 1, 0, 15), + (142943, "227407", 1, 0, 15), + (142944, "227407", 1, 0, 15), + (142945, "228132", 1, 0, 15), + (142946, "228132", 1, 0, 15), + (142947, "228132", 1, 0, 15), + (142948, "228132", 1, 0, 15), + (142949, "228132", 1, 0, 15), + (142950, "228132", 1, 0, 15), + (142951, "228132", 1, 0, 15), + (142952, "228132", 1, 0, 15), + (142953, "228132", 1, 0, 15), + (142954, "228132", 1, 0, 15), + (142955, "227408", 1, 0, 15), + (142956, "227408", 1, 0, 15), + (142957, "227408", 1, 0, 15), + (142958, "227408", 1, 0, 15), + (142959, "227408", 1, 0, 15), + (142960, "227408", 1, 0, 15), + (142961, "228131", 1, 0, 15), + (142962, "228131", 1, 0, 15), + (142963, "228131", 1, 0, 15), + (142964, "228131", 1, 0, 15), + (142965, "228131", 1, 0, 15), + (142966, "228131", 1, 0, 15), + (142967, "228131", 1, 0, 15), + (142968, "228131", 1, 0, 15), + (142969, "228131", 1, 0, 15), + (142970, "228131", 1, 0, 15), + (142971, "228131", 1, 0, 15), + (142972, "228131", 1, 0, 15), + (142973, "228131", 1, 0, 15), + (142974, "228131", 1, 0, 15), + (142975, "228131", 1, 0, 15), + (142976, "228131", 1, 0, 15), + (142977, "228131", 1, 0, 15), + (142978, "228131", 1, 0, 15), + (142979, "228131", 1, 0, 15), + (142980, "228131", 1, 0, 15), + (142981, "228125", 1, 0, 15), + (142982, "228125", 1, 0, 15), + (142983, "228125", 1, 0, 15), + (142984, "228125", 1, 0, 15), + (142985, "228125", 1, 0, 15), + (142986, "228125", 1, 0, 15), + (142987, "228125", 1, 0, 15), + (142988, "228125", 1, 0, 15), + (142989, "228125", 1, 0, 15), + (142990, "227801", 1, 0, 15), + (142991, "227801", 1, 0, 15), + (142992, "227801", 1, 0, 15), + (142993, "227801", 1, 0, 15), + (142994, "227801", 1, 0, 15), + (142995, "227801", 1, 0, 15), + (142996, "227801", 1, 0, 15), + (142997, "227801", 1, 0, 15), + (142998, "227801", 1, 0, 15), + (142999, "227801", 1, 0, 15), + (143000, "227801", 1, 0, 15), + (143001, "227801", 1, 0, 15), + (143002, "227801", 1, 0, 15), + (143003, "227801", 1, 0, 15), + (143004, "227801", 1, 0, 15), + (143005, "227801", 1, 0, 15), + (143006, "227801", 1, 0, 15), + (143007, "227801", 1, 0, 15), + (143008, "228119", 1, 0, 15), + (143009, "228119", 1, 0, 15), + (143010, "228119", 1, 0, 15), + (143011, "228119", 1, 0, 15), + (143012, "228119", 1, 0, 15), + (143013, "228119", 1, 0, 15), + (143014, "228119", 1, 0, 15), + (143015, "228119", 1, 0, 15), + (143016, "228119", 1, 0, 15), + (143017, "228119", 1, 0, 15), + (143018, "227409", 1, 0, 15), + (143019, "227409", 1, 0, 15), + (143020, "227409", 1, 0, 15), + (143021, "227409", 1, 0, 15), + (143022, "227409", 1, 0, 15), + (143023, "227409", 1, 0, 15), + (143024, "227409", 1, 0, 15), + (143025, "227409", 1, 0, 15), + (143026, "227409", 1, 0, 15), + (143027, "227409", 1, 0, 15), + (143028, "227409", 1, 0, 15), + (143029, "227409", 1, 0, 15), + (143030, "227409", 1, 0, 15), + (143031, "227409", 1, 0, 15), + (143032, "227409", 1, 0, 15), + (143033, "227409", 1, 0, 15), + (143034, "227815", 1, 0, 15), + (143035, "227815", 1, 0, 15), + (143036, "227815", 1, 0, 15), + (143037, "227815", 1, 0, 15), + (143038, "227815", 1, 0, 15), + (143039, "227815", 1, 0, 15), + (143040, "227815", 1, 0, 15), + (143041, "227815", 1, 0, 15), + (143042, "227808", 1, 0, 15), + (143043, "227808", 1, 0, 15), + (143044, "227808", 1, 0, 15), + (143045, "227815", 1, 0, 15), + (143046, "227815", 1, 0, 15), + (143047, "227808", 1, 0, 15), + (143048, "227808", 1, 0, 15), + (143049, "227808", 1, 0, 15), + (143050, "227808", 1, 0, 15), + (143051, "227808", 1, 0, 15), + (143052, "227808", 1, 0, 15), + (143053, "227808", 1, 0, 15), + (143054, "227412", 1, 0, 15), + (143055, "227412", 1, 0, 15), + (143056, "227412", 1, 0, 15), + (143057, "227809", 1, 0, 15), + (143058, "227809", 1, 0, 15), + (143059, "227809", 1, 0, 15), + (143060, "227809", 1, 0, 15), + (143061, "227809", 1, 0, 15), + (143062, "227809", 1, 0, 15), + (143063, "227809", 1, 0, 15), + (143064, "227809", 1, 0, 15), + (143065, "227809", 1, 0, 15), + (143066, "227809", 1, 0, 15), + (143067, "227809", 1, 0, 15), + (143068, "227809", 1, 0, 15), + (143069, "227809", 1, 0, 15), + (143070, "227809", 1, 0, 15), + (143071, "227809", 1, 0, 15), + (143072, "228141", 1, 0, 15), + (143073, "228141", 1, 0, 15), + (143074, "228141", 1, 0, 15), + (143075, "228141", 1, 0, 15), + (143076, "228141", 1, 0, 15), + (143077, "228141", 1, 0, 15), + (143078, "228141", 1, 0, 15), + (143079, "228141", 1, 0, 15), + (143080, "228141", 1, 0, 15), + (143081, "228141", 1, 0, 15), + (143082, "228145", 1, 0, 15), + (143083, "228145", 1, 0, 15), + (143084, "228145", 1, 0, 15), + (143085, "228145", 1, 0, 15), + (143086, "228145", 1, 0, 15), + (143087, "228145", 1, 0, 15), + (143088, "228145", 1, 0, 15), + (143089, "228145", 1, 0, 15), + (143090, "228145", 1, 0, 15), + (143091, "228145", 1, 0, 15), + (143092, "228145", 1, 0, 15), + (143093, "228145", 1, 0, 15), + (143094, "228145", 1, 0, 15), + (143095, "228145", 1, 0, 15), + (143096, "228118", 1, 0, 15), + (143097, "222301", 1, 0, 15), + (143098, "222301", 1, 0, 15), + (143099, "222301", 1, 0, 15), + (143100, "222301", 1, 0, 15), + (143101, "228151", 1, 0, 15), + (143102, "228151", 1, 0, 15), + (143103, "228151", 1, 0, 15), + (143104, "228151", 1, 0, 15), + (143105, "228151", 1, 0, 15), + (143106, "228151", 1, 0, 15), + (143107, "228151", 1, 0, 15), + (143108, "228151", 1, 0, 15), + (143109, "228151", 1, 0, 15), + (143110, "228151", 1, 0, 15), + (143111, "228151", 1, 0, 15), + (143112, "228151", 1, 0, 15), + (143113, "228151", 1, 0, 15), + (143114, "228151", 1, 0, 15), + (143115, "228151", 1, 0, 15), + (143116, "228151", 1, 0, 15), + (143117, "228155", 1, 0, 15), + (143118, "228155", 1, 0, 15), + (143119, "228155", 1, 0, 15), + (143120, "228155", 1, 0, 15), + (143121, "228155", 1, 0, 15), + (143122, "228155", 1, 0, 15), + (143123, "228155", 1, 0, 15), + (143124, "228155", 1, 0, 15), + (143125, "228155", 1, 0, 15), + (143126, "222302", 1, 0, 15), + (143127, "222302", 1, 0, 15), + (143128, "222302", 1, 0, 15), + (143129, "222302", 1, 0, 15), + (143130, "222302", 1, 0, 15), + (143131, "222302", 1, 0, 15), + (143132, "222302", 1, 0, 15), + (143133, "222302", 1, 0, 15), + (143134, "222302", 1, 0, 15), + (143135, "222302", 1, 0, 15), + (143136, "222302", 1, 0, 15), + (143137, "222302", 1, 0, 15), + (143138, "222302", 1, 0, 15), + (143139, "222302", 1, 0, 15), + (143140, "222302", 1, 0, 15), + (143141, "222302", 1, 0, 15), + (143142, "222302", 1, 0, 15), + (143143, "222302", 1, 0, 15), + (143144, "222302", 1, 0, 15), + (143145, "222302", 1, 0, 15), + (143146, "222302", 1, 0, 15), + (143147, "222302", 1, 0, 15), + (143148, "222302", 1, 0, 15), + (143149, "222302", 1, 0, 15), + (143150, "222303", 1, 0, 15), + (143151, "222303", 1, 0, 15), + (143152, "222303", 1, 0, 15), + (143153, "222303", 1, 0, 15), + (143154, "222303", 1, 0, 15), + (143155, "222303", 1, 0, 15), + (143156, "222303", 1, 0, 15), + (143157, "222303", 1, 0, 15), + (143158, "222303", 1, 0, 15), + (143159, "228142", 1, 0, 15), + (143160, "228142", 1, 0, 15), + (143161, "228142", 1, 0, 15), + (143162, "228142", 1, 0, 15), + (143163, "228142", 1, 0, 15), + (143164, "228142", 1, 0, 15), + (143165, "228142", 1, 0, 15), + (143166, "228142", 1, 0, 15), + (143167, "228142", 1, 0, 15), + (143168, "227813", 1, 0, 15), + (143169, "227813", 1, 0, 15), + (143170, "227813", 1, 0, 15), + (143171, "227813", 1, 0, 15), + (143172, "227813", 1, 0, 15), + (143173, "227813", 1, 0, 15), + (143174, "227813", 1, 0, 15), + (143175, "227813", 1, 0, 15), + (143176, "227813", 1, 0, 15), + (143177, "227813", 1, 0, 15), + (143178, "227813", 1, 0, 15), + (143179, "227813", 1, 0, 15), + (143180, "227813", 1, 0, 15), + (143181, "227813", 1, 0, 15), + (143182, "227807", 1, 0, 15), + (143183, "227807", 1, 0, 15), + (143184, "227807", 1, 0, 15), + (143185, "227807", 1, 0, 15), + (143186, "227807", 1, 0, 15), + (143187, "227807", 1, 0, 15), + (143188, "227807", 1, 0, 15), + (143189, "227807", 1, 0, 15), + (143190, "227816", 1, 0, 15), + (143191, "227816", 1, 0, 15), + (143192, "227816", 1, 0, 15), + (143193, "227816", 1, 0, 15), + (143194, "227816", 1, 0, 15), + (143195, "228133", 1, 0, 15), + (143196, "227816", 1, 0, 15), + (143197, "227816", 1, 0, 15), + (143198, "227816", 1, 0, 15), + (143199, "227816", 1, 0, 15), + (143200, "227816", 1, 0, 15), + (143201, "227816", 1, 0, 15), + (143202, "227816", 1, 0, 15), + (143203, "227816", 1, 0, 15), + (143204, "227816", 1, 0, 15), + (143205, "227816", 1, 0, 15), + (143206, "227816", 1, 0, 15), + (143207, "227816", 1, 0, 15), + (143208, "227816", 1, 0, 15), + (143209, "227816", 1, 0, 15), + (143210, "227816", 1, 0, 15), + (143211, "227816", 1, 0, 15), + (143212, "227816", 1, 0, 15), + (143213, "227816", 1, 0, 15), + (143214, "227816", 1, 0, 15), + (143215, "227816", 1, 0, 15), + (143216, "227816", 1, 0, 15), + (143217, "227411", 1, 0, 15), + (143218, "227411", 1, 0, 15), + (143219, "227411", 1, 0, 15), + (143220, "227411", 1, 0, 15), + (143221, "227411", 1, 0, 15), + (143222, "227411", 1, 0, 15), + (143223, "227411", 1, 0, 15), + (143224, "227411", 1, 0, 15), + (143225, "227411", 1, 0, 15), + (143226, "227811", 1, 0, 15), + (143227, "227811", 1, 0, 15), + (143228, "227811", 1, 0, 15), + (143229, "227811", 1, 0, 15), + (143230, "227811", 1, 0, 15), + (143231, "227811", 1, 0, 15), + (143232, "227811", 1, 0, 15), + (143233, "227811", 1, 0, 15), + (143234, "227811", 1, 0, 15), + (143235, "227413", 1, 0, 15), + (143236, "227413", 1, 0, 15), + (143237, "227413", 1, 0, 15), + (143238, "227413", 1, 0, 15), + (143239, "227413", 1, 0, 15), + (143240, "227413", 1, 0, 15), + (143241, "227413", 1, 0, 15), + (143242, "228161", 1, 0, 15), + (143243, "228161", 1, 0, 15), + (143244, "228161", 1, 0, 15), + (143245, "228161", 1, 0, 15), + (143246, "228161", 1, 0, 15), + (143247, "228161", 1, 0, 15), + (143248, "228161", 1, 0, 15), + (143249, "228161", 1, 0, 15), + (143250, "228161", 1, 0, 15), + (143251, "228161", 1, 0, 15), + (143252, "228161", 1, 0, 15), + (143253, "228161", 1, 0, 15), + (143254, "228161", 1, 0, 15), + (143255, "228161", 1, 0, 15), + (143256, "228161", 1, 0, 15), + (143257, "228161", 1, 0, 15), + (143258, "228161", 1, 0, 15), + (143259, "228161", 1, 0, 15), + (143260, "227812", 1, 0, 15), + (143261, "227812", 1, 0, 15), + (143262, "227812", 1, 0, 15), + (143263, "227405", 1, 0, 15), + (143264, "227405", 1, 0, 15), + (143265, "227405", 1, 0, 15), + (143266, "227413", 1, 0, 15), + (143267, "227406", 1, 0, 15), + (143268, "228145", 1, 0, 15), + (143269, "228145", 1, 0, 15), + (143270, "222302", 1, 0, 15), + (143271, "232102", 1, 0, 15), + (143272, "232102", 1, 0, 15), + (143273, "232102", 1, 0, 15), + (143274, "232102", 1, 0, 15), + (143275, "232102", 1, 0, 15), + (143276, "232102", 1, 0, 15), + (143277, "232102", 1, 0, 15), + (143278, "232102", 1, 0, 15), + (143279, "232102", 1, 0, 15), + (143280, "232103", 1, 0, 15), + (143281, "232103", 1, 0, 15), + (143282, "232103", 1, 0, 15), + (143283, "232103", 1, 0, 15), + (143284, "232103", 1, 0, 15), + (143285, "232103", 1, 0, 15), + (143286, "232103", 1, 0, 15), + (143287, "232103", 1, 0, 15), + (143288, "232103", 1, 0, 15), + (143289, "232103", 1, 0, 15), + (143290, "232103", 1, 0, 15), + (143291, "232103", 1, 0, 15), + (143292, "232103", 1, 0, 15), + (143293, "232103", 1, 0, 15), + (143294, "232103", 1, 0, 15), + (143295, "232103", 1, 0, 15), + (143296, "232104", 1, 0, 15), + (143297, "232104", 1, 0, 15), + (143298, "232104", 1, 0, 15), + (143299, "232104", 1, 0, 15), + (143300, "232104", 1, 0, 15), + (143301, "232104", 1, 0, 15), + (143302, "232104", 1, 0, 15), + (143303, "221101", 1, 0, 15), + (143304, "232106", 1, 0, 15), + (143305, "232111", 1, 0, 15), + (143306, "232109", 1, 0, 15), + (143307, "232120", 1, 0, 15), + (143308, "232104", 1, 0, 15), + (143309, "232104", 1, 0, 15), + (143310, "232104", 1, 0, 15), + (143311, "232104", 1, 0, 15), + (143312, "232104", 1, 0, 15), + (143313, "232104", 1, 0, 15), + (143314, "221104", 1, 0, 15), + (143315, "221104", 1, 0, 15), + (143316, "221104", 1, 0, 15), + (143317, "221104", 1, 0, 15), + (143318, "221104", 1, 0, 15), + (143319, "221104", 1, 0, 15), + (143320, "221104", 1, 0, 15), + (143321, "221104", 1, 0, 15), + (143322, "221104", 1, 0, 15), + (143323, "221104", 1, 0, 15), + (143324, "221104", 1, 0, 15), + (143325, "221104", 1, 0, 15), + (143326, "221104", 1, 0, 15), + (143327, "221104", 1, 0, 15), + (143328, "221104", 1, 0, 15), + (143329, "221104", 1, 0, 15), + (143330, "221104", 1, 0, 15), + (143331, "221104", 1, 0, 15), + (143332, "221101", 1, 0, 15), + (143333, "221101", 1, 0, 15), + (143334, "221101", 1, 0, 15), + (143335, "221101", 1, 0, 15), + (143336, "221101", 1, 0, 15), + (143337, "221101", 1, 0, 15), + (143338, "221101", 1, 0, 15), + (143339, "221101", 1, 0, 15), + (143340, "221101", 1, 0, 15), + (143341, "221101", 1, 0, 15), + (143342, "221101", 1, 0, 15), + (143343, "221101", 1, 0, 15), + (143344, "221101", 1, 0, 15), + (143345, "221101", 1, 0, 15), + (143346, "221101", 1, 0, 15), + (143347, "221101", 1, 0, 15), + (143348, "221101", 1, 0, 15), + (143349, "221101", 1, 0, 15), + (143350, "221101", 1, 0, 15), + (143351, "221101", 1, 0, 15), + (143352, "221011", 1, 0, 15), + (143353, "221011", 1, 0, 15), + (143354, "221011", 1, 0, 15), + (143355, "221011", 1, 0, 15), + (143356, "221011", 1, 0, 15), + (143357, "221011", 1, 0, 15), + (143358, "221011", 1, 0, 15), + (143359, "232105", 1, 0, 15), + (143360, "232105", 1, 0, 15), + (143361, "232105", 1, 0, 15), + (143362, "232105", 1, 0, 15), + (143363, "232105", 1, 0, 15), + (143364, "232105", 1, 0, 15), + (143365, "232105", 1, 0, 15), + (143366, "221005", 1, 0, 15), + (143367, "221005", 1, 0, 15), + (143368, "232106", 1, 0, 15), + (143369, "232106", 1, 0, 15), + (143370, "232106", 1, 0, 15), + (143371, "232106", 1, 0, 15), + (143372, "232106", 1, 0, 15), + (143373, "232106", 1, 0, 15), + (143374, "232106", 1, 0, 15), + (143375, "232106", 1, 0, 15), + (143376, "232106", 1, 0, 15), + (143377, "232106", 1, 0, 15), + (143378, "232106", 1, 0, 15), + (143379, "232106", 1, 0, 15), + (143380, "232106", 1, 0, 15), + (143381, "232106", 1, 0, 15), + (143382, "232106", 1, 0, 15), + (143383, "232106", 1, 0, 15), + (143384, "232106", 1, 0, 15), + (143385, "232106", 1, 0, 15), + (143386, "232106", 1, 0, 15), + (143387, "221116", 1, 0, 15), + (143388, "221116", 1, 0, 15), + (143389, "221116", 1, 0, 15), + (143390, "221116", 1, 0, 15), + (143391, "232101", 1, 0, 15), + (143392, "232101", 1, 0, 15), + (143393, "232101", 1, 0, 15), + (143394, "232101", 1, 0, 15), + (143395, "232101", 1, 0, 15), + (143396, "232101", 1, 0, 15), + (143397, "232101", 1, 0, 15), + (143398, "232101", 1, 0, 15), + (143399, "232101", 1, 0, 15), + (143400, "232101", 1, 0, 15), + (143401, "232101", 1, 0, 15), + (143402, "232101", 1, 0, 15), + (143403, "232111", 1, 0, 15), + (143404, "232111", 1, 0, 15), + (143405, "232111", 1, 0, 15), + (143406, "221008", 1, 0, 15), + (143407, "232107", 1, 0, 15), + (143408, "232107", 1, 0, 15), + (143409, "232107", 1, 0, 15), + (143410, "232107", 1, 0, 15), + (143411, "232107", 1, 0, 15), + (143412, "232108", 1, 0, 15), + (143413, "232108", 1, 0, 15), + (143414, "232108", 1, 0, 15), + (143415, "232108", 1, 0, 15), + (143416, "232108", 1, 0, 15), + (143417, "232108", 1, 0, 15), + (143418, "232108", 1, 0, 15), + (143419, "232108", 1, 0, 15), + (143420, "232108", 1, 0, 15), + (143421, "232108", 1, 0, 15), + (143422, "232108", 1, 0, 15), + (143423, "232108", 1, 0, 15), + (143424, "232108", 1, 0, 15), + (143425, "232109", 1, 0, 15), + (143426, "232109", 1, 0, 15), + (143427, "232109", 1, 0, 15), + (143428, "232109", 1, 0, 15), + (143429, "232109", 1, 0, 15), + (143430, "232109", 1, 0, 15), + (143431, "232109", 1, 0, 15), + (143432, "232109", 1, 0, 15), + (143433, "232109", 1, 0, 15), + (143434, "232109", 1, 0, 15), + (143435, "221007", 1, 0, 15), + (143436, "221112", 1, 0, 15), + (143437, "221112", 1, 0, 15), + (143438, "221007", 1, 0, 15), + (143439, "221112", 1, 0, 15), + (143440, "221007", 1, 0, 15), + (143441, "221007", 1, 0, 15), + (143442, "221007", 1, 0, 15), + (143443, "221112", 1, 0, 15), + (143444, "221007", 1, 0, 15), + (143445, "221007", 1, 0, 15), + (143446, "221112", 1, 0, 15), + (143447, "232110", 1, 0, 15), + (143448, "232110", 1, 0, 15), + (143449, "232110", 1, 0, 15), + (143450, "232110", 1, 0, 15), + (143451, "232110", 1, 0, 15), + (143452, "232110", 1, 0, 15), + (143453, "232110", 1, 0, 15), + (143454, "232110", 1, 0, 15), + (143455, "232110", 1, 0, 15), + (143456, "232110", 1, 0, 15), + (143457, "232110", 1, 0, 15), + (143458, "232110", 1, 0, 15), + (143459, "232110", 1, 0, 15), + (143460, "232110", 1, 0, 15), + (143461, "232110", 1, 0, 15), + (143462, "232110", 1, 0, 15), + (143463, "232110", 1, 0, 15), + (143464, "232110", 1, 0, 15), + (143465, "232110", 1, 0, 15), + (143466, "232120", 1, 0, 15), + (143467, "232120", 1, 0, 15), + (143468, "232120", 1, 0, 15), + (143469, "232120", 1, 0, 15), + (143470, "232120", 1, 0, 15), + (143471, "232120", 1, 0, 15), + (143472, "232118", 1, 0, 15), + (143473, "232118", 1, 0, 15), + (143474, "232118", 1, 0, 15), + (143475, "232118", 1, 0, 15), + (143476, "232118", 1, 0, 15), + (143477, "232118", 1, 0, 15), + (143478, "232118", 1, 0, 15), + (143479, "232118", 1, 0, 15), + (143480, "232118", 1, 0, 15), + (143481, "232118", 1, 0, 15), + (143482, "232118", 1, 0, 15), + (143483, "232118", 1, 0, 15), + (143484, "221115", 1, 0, 15), + (143485, "221115", 1, 0, 15), + (143486, "221115", 1, 0, 15), + (143487, "221115", 1, 0, 15), + (143488, "221115", 1, 0, 15), + (143489, "221115", 1, 0, 15), + (143490, "221115", 1, 0, 15), + (143491, "221202", 1, 0, 15), + (143492, "221304", 1, 0, 15), + (143493, "221306", 1, 0, 15), + (143494, "221206", 1, 0, 15), + (143495, "221404", 1, 0, 15), + (143496, "221201", 1, 0, 15), + (143497, "221201", 1, 0, 15), + (143498, "221201", 1, 0, 15), + (143499, "221201", 1, 0, 15), + (143500, "221201", 1, 0, 15), + (143501, "221201", 1, 0, 15), + (143502, "221301", 1, 0, 15), + (143503, "221301", 1, 0, 15), + (143504, "221301", 1, 0, 15), + (143505, "221301", 1, 0, 15), + (143506, "221301", 1, 0, 15), + (143507, "221204", 1, 0, 15), + (143508, "221204", 1, 0, 15), + (143509, "221204", 1, 0, 15), + (143510, "221309", 1, 0, 15), + (143511, "221309", 1, 0, 15), + (143512, "221309", 1, 0, 15), + (143513, "221309", 1, 0, 15), + (143514, "221309", 1, 0, 15), + (143515, "221309", 1, 0, 15), + (143516, "221309", 1, 0, 15), + (143517, "221107", 1, 0, 15), + (143518, "221314", 1, 0, 15), + (143519, "221314", 1, 0, 15), + (143520, "221314", 1, 0, 15), + (143521, "221314", 1, 0, 15), + (143522, "221314", 1, 0, 15), + (143523, "221202", 1, 0, 15), + (143524, "221304", 1, 0, 15), + (143525, "221304", 1, 0, 15), + (143526, "221304", 1, 0, 15), + (143527, "221105", 1, 0, 15), + (143528, "221105", 1, 0, 15), + (143529, "221105", 1, 0, 15), + (143530, "221105", 1, 0, 15), + (143531, "221405", 1, 0, 15), + (143532, "221405", 1, 0, 15), + (143533, "221405", 1, 0, 15), + (143534, "221405", 1, 0, 15), + (143535, "221405", 1, 0, 15), + (143536, "221405", 1, 0, 15), + (143537, "221405", 1, 0, 15), + (143538, "221106", 1, 0, 15), + (143539, "221106", 1, 0, 15), + (143540, "221305", 1, 0, 15), + (143541, "221305", 1, 0, 15), + (143542, "221305", 1, 0, 15), + (143543, "221305", 1, 0, 15), + (143544, "221310", 1, 0, 15), + (143545, "221310", 1, 0, 15), + (143546, "221310", 1, 0, 15), + (143547, "221310", 1, 0, 15), + (143548, "221310", 1, 0, 15), + (143549, "221310", 1, 0, 15), + (143550, "221207", 1, 0, 15), + (143551, "221207", 1, 0, 15), + (143552, "221207", 1, 0, 15), + (143553, "221207", 1, 0, 15), + (143554, "221207", 1, 0, 15), + (143555, "221306", 1, 0, 15), + (143556, "221202", 1, 0, 15), + (143557, "221202", 1, 0, 15), + (143558, "221202", 1, 0, 15), + (143559, "221202", 1, 0, 15), + (143560, "221204", 1, 0, 15), + (143561, "221204", 1, 0, 15), + (143562, "221204", 1, 0, 15), + (143563, "221204", 1, 0, 15), + (143564, "221204", 1, 0, 15), + (143565, "221401", 1, 0, 15), + (143566, "221401", 1, 0, 15), + (143567, "221401", 1, 0, 15), + (143568, "221401", 1, 0, 15), + (143569, "221401", 1, 0, 15), + (143570, "221401", 1, 0, 15), + (143571, "221302", 1, 0, 15), + (143572, "221302", 1, 0, 15), + (143573, "221302", 1, 0, 15), + (143574, "221303", 1, 0, 15), + (143575, "221303", 1, 0, 15), + (143576, "221303", 1, 0, 15), + (143577, "221303", 1, 0, 15), + (143578, "221303", 1, 0, 15), + (143579, "221303", 1, 0, 15), + (143580, "221303", 1, 0, 15), + (143581, "221303", 1, 0, 15), + (143582, "221304", 1, 0, 15), + (143583, "221304", 1, 0, 15), + (143584, "221304", 1, 0, 15), + (143585, "221304", 1, 0, 15), + (143586, "221304", 1, 0, 15), + (143587, "221304", 1, 0, 15), + (143588, "221306", 1, 0, 15), + (143589, "221309", 1, 0, 15), + (143590, "221202", 1, 0, 15), + (143591, "221202", 1, 0, 15), + (143592, "221307", 1, 0, 15), + (143593, "221313", 1, 0, 15), + (143594, "221307", 1, 0, 15), + (143595, "221307", 1, 0, 15), + (143596, "221313", 1, 0, 15), + (143597, "221307", 1, 0, 15), + (143598, "221313", 1, 0, 15), + (143599, "221406", 1, 0, 15), + (143600, "221406", 1, 0, 15), + (143601, "221406", 1, 0, 15), + (143602, "221406", 1, 0, 15), + (143603, "221406", 1, 0, 15), + (143604, "221409", 1, 0, 15), + (143605, "221409", 1, 0, 15), + (143606, "221308", 1, 0, 15), + (143607, "221308", 1, 0, 15), + (143608, "221308", 1, 0, 15), + (143609, "221308", 1, 0, 15), + (143610, "221308", 1, 0, 15), + (143611, "221402", 1, 0, 15), + (143612, "221402", 1, 0, 15), + (143613, "221402", 1, 0, 15), + (143614, "221402", 1, 0, 15), + (143615, "221402", 1, 0, 15), + (143616, "221402", 1, 0, 15), + (143617, "221402", 1, 0, 15), + (143618, "221206", 1, 0, 15), + (143619, "221206", 1, 0, 15), + (143620, "221206", 1, 0, 15), + (143621, "221206", 1, 0, 15), + (143622, "221206", 1, 0, 15), + (143623, "221206", 1, 0, 15), + (143624, "221206", 1, 0, 15), + (143625, "221311", 1, 0, 15), + (143626, "221311", 1, 0, 15), + (143627, "221311", 1, 0, 15), + (143628, "221311", 1, 0, 15), + (143629, "221403", 1, 0, 15), + (143630, "221403", 1, 0, 15), + (143631, "221403", 1, 0, 15), + (143632, "221403", 1, 0, 15), + (143633, "221403", 1, 0, 15), + (143634, "221403", 1, 0, 15), + (143635, "221403", 1, 0, 15), + (143636, "221403", 1, 0, 15), + (143637, "221403", 1, 0, 15), + (143638, "221403", 1, 0, 15), + (143639, "221208", 1, 0, 15), + (143640, "221208", 1, 0, 15), + (143641, "221208", 1, 0, 15), + (143642, "221208", 1, 0, 15), + (143643, "221208", 1, 0, 15), + (143644, "221208", 1, 0, 15), + (143645, "221208", 1, 0, 15), + (143646, "221208", 1, 0, 15), + (143647, "221404", 1, 0, 15), + (143648, "221404", 1, 0, 15), + (143649, "221404", 1, 0, 15), + (143650, "221404", 1, 0, 15), + (143651, "221404", 1, 0, 15), + (143652, "221404", 1, 0, 15), + (143653, "221404", 1, 0, 15), + (143654, "221404", 1, 0, 15), + (143655, "221404", 1, 0, 15), + (143656, "221404", 1, 0, 15), + (143657, "221404", 1, 0, 15), + (143658, "221404", 1, 0, 15), + (143659, "221404", 1, 0, 15), + (143660, "221404", 1, 0, 15), + (143661, "221003", 1, 0, 15), + (143662, "221003", 1, 0, 15), + (143663, "221003", 1, 0, 15), + (143664, "221003", 1, 0, 15), + (143665, "229135", 1, 0, 15), + (143666, "229135", 1, 0, 15), + (143667, "229301", 1, 0, 15), + (143668, "229304", 1, 0, 15), + (143669, "229402", 1, 0, 15), + (143670, "229001", 1, 0, 15), + (143671, "229307", 1, 0, 15), + (143672, "229126", 1, 0, 15), + (143673, "229301", 1, 0, 15), + (143674, "229301", 1, 0, 15), + (143675, "229301", 1, 0, 15), + (143676, "229301", 1, 0, 15), + (143677, "229301", 1, 0, 15), + (143678, "229302", 1, 0, 15), + (143679, "229302", 1, 0, 15), + (143680, "229302", 1, 0, 15), + (143681, "229302", 1, 0, 15), + (143682, "229302", 1, 0, 15), + (143683, "229302", 1, 0, 15), + (143684, "229302", 1, 0, 15), + (143685, "229406", 1, 0, 15), + (143686, "229406", 1, 0, 15), + (143687, "229103", 1, 0, 15), + (143688, "229103", 1, 0, 15), + (143689, "229103", 1, 0, 15), + (143690, "229103", 1, 0, 15), + (143691, "229103", 1, 0, 15), + (143692, "229103", 1, 0, 15), + (143693, "229103", 1, 0, 15), + (143694, "229103", 1, 0, 15), + (143695, "229303", 1, 0, 15), + (143696, "229303", 1, 0, 15), + (143697, "229303", 1, 0, 15), + (143698, "229303", 1, 0, 15), + (143699, "229303", 1, 0, 15), + (143700, "229303", 1, 0, 15), + (143701, "229303", 1, 0, 15), + (143702, "229303", 1, 0, 15), + (143703, "229303", 1, 0, 15), + (143704, "229303", 1, 0, 15), + (143705, "229303", 1, 0, 15), + (143706, "229304", 1, 0, 15), + (143707, "229304", 1, 0, 15), + (143708, "229304", 1, 0, 15), + (143709, "229304", 1, 0, 15), + (143710, "229304", 1, 0, 15), + (143711, "229304", 1, 0, 15), + (143712, "229304", 1, 0, 15), + (143713, "229123", 1, 0, 15), + (143714, "229123", 1, 0, 15), + (143715, "229123", 1, 0, 15), + (143716, "229123", 1, 0, 15), + (143717, "229123", 1, 0, 15), + (143718, "229801", 1, 0, 15), + (143719, "229801", 1, 0, 15), + (143720, "229801", 1, 0, 15), + (143721, "229801", 1, 0, 15), + (143722, "229801", 1, 0, 15), + (143723, "229801", 1, 0, 15), + (143724, "229401", 1, 0, 15), + (143725, "229401", 1, 0, 15), + (143726, "229401", 1, 0, 15), + (143727, "229401", 1, 0, 15), + (143728, "229401", 1, 0, 15), + (143729, "229401", 1, 0, 15), + (143730, "229401", 1, 0, 15), + (143731, "229401", 1, 0, 15), + (143732, "229401", 1, 0, 15), + (143733, "229401", 1, 0, 15), + (143734, "229401", 1, 0, 15), + (143735, "229401", 1, 0, 15), + (143736, "229401", 1, 0, 15), + (143737, "229401", 1, 0, 15), + (143738, "229401", 1, 0, 15), + (143739, "229401", 1, 0, 15), + (143740, "229401", 1, 0, 15), + (143741, "229010", 1, 0, 15), + (143742, "229010", 1, 0, 15), + (143743, "229402", 1, 0, 15), + (143744, "229402", 1, 0, 15), + (143745, "229402", 1, 0, 15), + (143746, "229402", 1, 0, 15), + (143747, "229402", 1, 0, 15), + (143748, "229402", 1, 0, 15), + (143749, "229402", 1, 0, 15), + (143750, "229402", 1, 0, 15), + (143751, "229402", 1, 0, 15), + (143752, "229402", 1, 0, 15), + (143753, "229402", 1, 0, 15), + (143754, "229305", 1, 0, 15), + (143755, "229305", 1, 0, 15), + (143756, "229305", 1, 0, 15), + (143757, "229305", 1, 0, 15), + (143758, "229305", 1, 0, 15), + (143759, "229305", 1, 0, 15), + (143760, "229305", 1, 0, 15), + (143761, "229305", 1, 0, 15), + (143762, "229124", 1, 0, 15), + (143763, "229124", 1, 0, 15), + (143764, "229124", 1, 0, 15), + (143765, "229124", 1, 0, 15), + (143766, "229124", 1, 0, 15), + (143767, "229128", 1, 0, 15), + (143768, "229128", 1, 0, 15), + (143769, "229128", 1, 0, 15), + (143770, "229128", 1, 0, 15), + (143771, "229128", 1, 0, 15), + (143772, "229128", 1, 0, 15), + (143773, "229128", 1, 0, 15), + (143774, "229130", 1, 0, 15), + (143775, "229130", 1, 0, 15), + (143776, "229130", 1, 0, 15), + (143777, "229130", 1, 0, 15), + (143778, "229306", 1, 0, 15), + (143779, "229306", 1, 0, 15), + (143780, "229306", 1, 0, 15), + (143781, "229306", 1, 0, 15), + (143782, "229306", 1, 0, 15), + (143783, "229306", 1, 0, 15), + (143784, "229306", 1, 0, 15), + (143785, "229306", 1, 0, 15), + (143786, "229306", 1, 0, 15), + (143787, "229306", 1, 0, 15), + (143788, "229306", 1, 0, 15), + (143789, "229306", 1, 0, 15), + (143790, "229306", 1, 0, 15), + (143791, "229306", 1, 0, 15), + (143792, "229306", 1, 0, 15), + (143793, "229306", 1, 0, 15), + (143794, "229306", 1, 0, 15), + (143795, "229306", 1, 0, 15), + (143796, "229405", 1, 0, 15), + (143797, "229405", 1, 0, 15), + (143798, "229405", 1, 0, 15), + (143799, "229405", 1, 0, 15), + (143800, "229404", 1, 0, 15), + (143801, "229404", 1, 0, 15), + (143802, "229404", 1, 0, 15), + (143803, "229404", 1, 0, 15), + (143804, "229404", 1, 0, 15), + (143805, "229404", 1, 0, 15), + (143806, "229404", 1, 0, 15), + (143807, "229404", 1, 0, 15), + (143808, "229404", 1, 0, 15), + (143809, "229404", 1, 0, 15), + (143810, "229404", 1, 0, 15), + (143811, "229404", 1, 0, 15), + (143812, "229404", 1, 0, 15), + (143813, "229404", 1, 0, 15), + (143814, "229307", 1, 0, 15), + (143815, "229307", 1, 0, 15), + (143816, "229307", 1, 0, 15), + (143817, "229307", 1, 0, 15), + (143818, "229307", 1, 0, 15), + (143819, "229307", 1, 0, 15), + (143820, "229307", 1, 0, 15), + (143821, "229129", 1, 0, 15), + (143822, "229129", 1, 0, 15), + (143823, "229129", 1, 0, 15), + (143824, "229129", 1, 0, 15), + (143825, "229127", 1, 0, 15), + (143826, "229127", 1, 0, 15), + (143827, "229127", 1, 0, 15), + (143828, "229127", 1, 0, 15), + (143829, "229127", 1, 0, 15), + (143830, "229127", 1, 0, 15), + (143831, "229127", 1, 0, 15), + (143832, "229127", 1, 0, 15), + (143833, "229127", 1, 0, 15), + (143834, "229129", 1, 0, 15), + (143835, "229311", 1, 0, 15), + (143836, "229311", 1, 0, 15), + (143837, "229311", 1, 0, 15), + (143838, "229311", 1, 0, 15), + (143839, "229308", 1, 0, 15), + (143840, "229308", 1, 0, 15), + (143841, "229308", 1, 0, 15), + (143842, "229308", 1, 0, 15), + (143843, "229308", 1, 0, 15), + (143844, "229308", 1, 0, 15), + (143845, "229308", 1, 0, 15), + (143846, "229308", 1, 0, 15), + (143847, "229308", 1, 0, 15), + (143848, "229308", 1, 0, 15), + (143849, "229802", 1, 0, 15), + (143850, "229802", 1, 0, 15), + (143851, "229802", 1, 0, 15), + (143852, "229802", 1, 0, 15), + (143853, "229802", 1, 0, 15), + (143854, "229802", 1, 0, 15), + (143855, "229802", 1, 0, 15), + (143856, "229802", 1, 0, 15), + (143857, "229802", 1, 0, 15), + (143858, "229126", 1, 0, 15), + (143859, "229126", 1, 0, 15), + (143860, "229126", 1, 0, 15), + (143861, "229126", 1, 0, 15), + (143862, "229126", 1, 0, 15), + (143863, "229309", 1, 0, 15), + (143864, "229309", 1, 0, 15), + (143865, "229309", 1, 0, 15), + (143866, "229309", 1, 0, 15), + (143867, "229309", 1, 0, 15), + (143868, "229309", 1, 0, 15), + (143869, "229309", 1, 0, 15), + (143870, "229309", 1, 0, 15), + (143871, "229309", 1, 0, 15), + (143872, "229309", 1, 0, 15), + (143873, "229309", 1, 0, 15), + (143874, "229309", 1, 0, 15), + (143875, "229309", 1, 0, 15), + (143876, "229309", 1, 0, 15), + (143877, "229309", 1, 0, 15), + (143878, "229309", 1, 0, 15), + (143879, "229309", 1, 0, 15), + (143880, "229309", 1, 0, 15), + (143881, "229309", 1, 0, 15), + (143882, "229309", 1, 0, 15), + (143883, "229309", 1, 0, 15), + (143884, "229309", 1, 0, 15), + (143885, "229316", 1, 0, 15), + (143886, "229316", 1, 0, 15), + (143887, "229316", 1, 0, 15), + (143888, "229316", 1, 0, 15), + (143889, "229316", 1, 0, 15), + (143890, "229121", 1, 0, 15), + (143891, "229122", 1, 0, 15), + (143892, "229124", 1, 0, 15), + (143893, "229309", 1, 0, 15), + (143894, "247551", 1, 0, 15), + (143895, "247551", 1, 0, 15), + (143896, "247551", 1, 0, 15), + (143897, "247551", 1, 0, 15), + (143898, "247551", 1, 0, 15), + (143899, "247342", 1, 0, 15), + (143900, "247342", 1, 0, 15), + (143901, "247342", 1, 0, 15), + (143902, "247342", 1, 0, 15), + (143903, "247342", 1, 0, 15), + (143904, "247342", 1, 0, 15), + (143905, "247342", 1, 0, 15), + (143906, "247451", 1, 0, 15), + (143907, "247451", 1, 0, 15), + (143908, "247451", 1, 0, 15), + (143909, "247451", 1, 0, 15), + (143910, "247451", 1, 0, 15), + (143911, "247451", 1, 0, 15), + (143912, "247451", 1, 0, 15), + (143913, "247121", 1, 0, 15), + (143914, "247121", 1, 0, 15), + (143915, "247121", 1, 0, 15), + (143916, "247121", 1, 0, 15), + (143917, "247121", 1, 0, 15), + (143918, "247121", 1, 0, 15), + (143919, "247120", 1, 0, 15), + (143920, "247120", 1, 0, 15), + (143921, "247120", 1, 0, 15), + (143922, "247120", 1, 0, 15), + (143923, "247120", 1, 0, 15), + (143924, "247120", 1, 0, 15), + (143925, "247120", 1, 0, 15), + (143926, "247340", 1, 0, 15), + (143927, "247452", 1, 0, 15), + (143928, "247662", 1, 0, 15), + (143929, "247551", 1, 0, 15), + (143930, "247231", 1, 0, 15), + (143931, "247231", 1, 0, 15), + (143932, "247231", 1, 0, 15), + (143933, "247662", 1, 0, 15), + (143934, "247001", 1, 0, 15), + (143935, "247001", 1, 0, 15), + (143936, "247001", 1, 0, 15), + (143937, "247001", 1, 0, 15), + (143938, "247001", 1, 0, 15), + (143939, "247001", 1, 0, 15), + (143940, "247001", 1, 0, 15), + (143941, "247001", 1, 0, 15), + (143942, "247001", 1, 0, 15), + (143943, "247001", 1, 0, 15), + (143944, "247001", 1, 0, 15), + (143945, "247001", 1, 0, 15), + (143946, "247001", 1, 0, 15), + (143947, "247001", 1, 0, 15), + (143948, "247001", 1, 0, 15), + (143949, "247001", 1, 0, 15), + (143950, "247001", 1, 0, 15), + (143951, "247001", 1, 0, 15), + (143952, "247001", 1, 0, 15), + (143953, "247001", 1, 0, 15), + (143954, "247001", 1, 0, 15), + (143955, "247340", 1, 0, 15), + (143956, "247340", 1, 0, 15), + (143957, "247340", 1, 0, 15), + (143958, "247340", 1, 0, 15), + (143959, "247340", 1, 0, 15), + (143960, "247340", 1, 0, 15), + (143961, "247121", 1, 0, 15), + (143962, "247121", 1, 0, 15), + (143963, "247121", 1, 0, 15), + (143964, "247121", 1, 0, 15), + (143965, "247121", 1, 0, 15), + (143966, "247451", 1, 0, 15), + (143967, "247451", 1, 0, 15), + (143968, "247451", 1, 0, 15), + (143969, "247451", 1, 0, 15), + (143970, "247451", 1, 0, 15), + (143971, "247451", 1, 0, 15), + (143972, "247451", 1, 0, 15), + (143973, "247451", 1, 0, 15), + (143974, "247232", 1, 0, 15), + (143975, "247232", 1, 0, 15), + (143976, "247232", 1, 0, 15), + (143977, "247232", 1, 0, 15), + (143978, "247232", 1, 0, 15), + (143979, "247232", 1, 0, 15), + (143980, "247232", 1, 0, 15), + (143981, "247232", 1, 0, 15), + (143982, "247232", 1, 0, 15), + (143983, "247232", 1, 0, 15), + (143984, "247232", 1, 0, 15), + (143985, "247452", 1, 0, 15), + (143986, "247452", 1, 0, 15), + (143987, "247452", 1, 0, 15), + (143988, "247452", 1, 0, 15), + (143989, "247452", 1, 0, 15), + (143990, "247452", 1, 0, 15), + (143991, "247554", 1, 0, 15), + (143992, "247554", 1, 0, 15), + (143993, "247554", 1, 0, 15), + (143994, "247554", 1, 0, 15), + (143995, "247554", 1, 0, 15), + (143996, "247554", 1, 0, 15), + (143997, "247554", 1, 0, 15), + (143998, "247554", 1, 0, 15), + (143999, "247554", 1, 0, 15), + (144000, "247554", 1, 0, 15), + (144001, "247554", 1, 0, 15), + (144002, "247554", 1, 0, 15), + (144003, "247554", 1, 0, 15), + (144004, "247554", 1, 0, 15), + (144005, "247554", 1, 0, 15), + (144006, "247554", 1, 0, 15), + (144007, "247554", 1, 0, 15), + (144008, "247554", 1, 0, 15), + (144009, "247554", 1, 0, 15), + (144010, "247554", 1, 0, 15), + (144011, "247554", 1, 0, 15), + (144012, "247554", 1, 0, 15), + (144013, "247554", 1, 0, 15), + (144014, "247341", 1, 0, 15), + (144015, "247341", 1, 0, 15), + (144016, "247341", 1, 0, 15), + (144017, "247341", 1, 0, 15), + (144018, "247341", 1, 0, 15), + (144019, "247662", 1, 0, 15), + (144020, "247662", 1, 0, 15), + (144021, "247662", 1, 0, 15), + (144022, "247662", 1, 0, 15), + (144023, "263679", 1, 0, 16), + (144024, "263630", 1, 0, 16), + (144025, "263629", 1, 0, 16), + (144026, "263635", 1, 0, 16), + (144027, "263601", 1, 0, 16), + (144028, "263642", 1, 0, 16), + (144029, "263641", 1, 0, 16), + (144030, "263601", 1, 0, 16), + (144031, "263624", 1, 0, 16), + (144032, "263622", 1, 0, 16), + (144033, "263655", 1, 0, 16), + (144034, "263634", 1, 0, 16), + (144035, "263642", 1, 0, 16), + (144036, "263619", 1, 0, 16), + (144037, "263636", 1, 0, 16), + (144038, "263626", 1, 0, 16), + (144039, "263625", 1, 0, 16), + (144040, "263640", 1, 0, 16), + (144041, "263631", 1, 0, 16), + (144042, "263632", 1, 0, 16), + (144043, "263639", 1, 0, 16), + (144044, "263620", 1, 0, 16), + (144045, "263601", 1, 0, 16), + (144046, "263601", 1, 0, 16), + (144047, "263638", 1, 0, 16), + (144048, "263623", 1, 0, 16), + (144049, "263601", 1, 0, 16), + (144050, "263678", 1, 0, 16), + (144051, "263637", 1, 0, 16), + (144052, "263628", 1, 0, 16), + (144053, "263601", 1, 0, 16), + (144054, "263621", 1, 0, 16), + (144055, "263646", 1, 0, 16), + (144056, "263667", 1, 0, 16), + (144057, "263651", 1, 0, 16), + (144058, "263680", 1, 0, 16), + (144059, "263660", 1, 0, 16), + (144060, "263659", 1, 0, 16), + (144061, "263664", 1, 0, 16), + (144062, "263653", 1, 0, 16), + (144063, "263656", 1, 0, 16), + (144064, "263652", 1, 0, 16), + (144065, "263665", 1, 0, 16), + (144066, "263658", 1, 0, 16), + (144067, "263676", 1, 0, 16), + (144068, "263645", 1, 0, 16), + (144069, "263645", 1, 0, 16), + (144070, "263661", 1, 0, 16), + (144071, "263663", 1, 0, 16), + (144072, "263643", 1, 0, 16), + (144073, "263633", 1, 0, 16), + (144074, "246446", 1, 0, 16), + (144075, "246448", 1, 0, 16), + (144076, "246431", 1, 0, 16), + (144077, "246488", 1, 0, 16), + (144078, "246453", 1, 0, 16), + (144079, "246449", 1, 0, 16), + (144080, "246455", 1, 0, 16), + (144081, "246487", 1, 0, 16), + (144082, "246469", 1, 0, 16), + (144083, "246471", 1, 0, 16), + (144084, "246472", 1, 0, 16), + (144085, "246473", 1, 0, 16), + (144086, "246171", 1, 0, 16), + (144087, "246171", 1, 0, 16), + (144088, "246474", 1, 0, 16), + (144089, "246482", 1, 0, 16), + (144090, "246483", 1, 0, 16), + (144091, "246481", 1, 0, 16), + (144092, "246475", 1, 0, 16), + (144093, "246440", 1, 0, 16), + (144094, "246421", 1, 0, 16), + (144095, "246486", 1, 0, 16), + (144096, "246422", 1, 0, 16), + (144097, "246419", 1, 0, 16), + (144098, "246424", 1, 0, 16), + (144099, "246425", 1, 0, 16), + (144100, "246426", 1, 0, 16), + (144101, "246495", 1, 0, 16), + (144102, "246427", 1, 0, 16), + (144103, "246428", 1, 0, 16), + (144104, "246429", 1, 0, 16), + (144105, "246435", 1, 0, 16), + (144106, "246401", 1, 0, 16), + (144107, "246401", 1, 0, 16), + (144108, "246439", 1, 0, 16), + (144109, "246441", 1, 0, 16), + (144110, "246442", 1, 0, 16), + (144111, "246141", 1, 0, 16), + (144112, "246443", 1, 0, 16), + (144113, "246443", 1, 0, 16), + (144114, "246443", 1, 0, 16), + (144115, "246444", 1, 0, 16), + (144116, "246445", 1, 0, 16), + (144117, "248121", 1, 0, 16), + (144118, "248001", 1, 0, 16), + (144119, "248001", 1, 0, 16), + (144120, "248143", 1, 0, 16), + (144121, "248001", 1, 0, 16), + (144122, "248001", 1, 0, 16), + (144123, "248002", 1, 0, 16), + (144124, "248001", 1, 0, 16), + (144125, "248001", 1, 0, 16), + (144126, "248001", 1, 0, 16), + (144127, "248001", 1, 0, 16), + (144128, "248140", 1, 0, 16), + (144129, "248001", 1, 0, 16), + (144130, "248001", 1, 0, 16), + (144131, "248005", 1, 0, 16), + (144132, "248001", 1, 0, 16), + (144133, "248171", 1, 0, 16), + (144134, "248001", 1, 0, 16), + (144135, "249203", 1, 0, 16), + (144136, "248001", 1, 0, 16), + (144137, "249201", 1, 0, 16), + (144138, "249201", 1, 0, 16), + (144139, "248008", 1, 0, 16), + (144140, "248009", 1, 0, 16), + (144141, "249205", 1, 0, 16), + (144142, "248145", 1, 0, 16), + (144143, "248001", 1, 0, 16), + (144144, "249204", 1, 0, 16), + (144145, "248001", 1, 0, 16), + (144146, "248002", 1, 0, 16), + (144147, "249202", 1, 0, 16), + (144148, "248124", 1, 0, 16), + (144149, "248122", 1, 0, 16), + (144150, "248001", 1, 0, 16), + (144151, "248123", 1, 0, 16), + (144152, "248003", 1, 0, 16), + (144153, "248125", 1, 0, 16), + (144154, "248142", 1, 0, 16), + (144155, "248007", 1, 0, 16), + (144156, "248195", 1, 0, 16), + (144157, "248006", 1, 0, 16), + (144158, "248123", 1, 0, 16), + (144159, "248158", 1, 0, 16), + (144160, "248159", 1, 0, 16), + (144161, "248003", 1, 0, 16), + (144162, "248179", 1, 0, 16), + (144163, "248165", 1, 0, 16), + (144164, "248179", 1, 0, 16), + (144165, "248179", 1, 0, 16), + (144166, "248179", 1, 0, 16), + (144167, "248006", 1, 0, 16), + (144168, "248007", 1, 0, 16), + (144169, "248007", 1, 0, 16), + (144170, "248197", 1, 0, 16), + (144171, "248196", 1, 0, 16), + (144172, "248179", 1, 0, 16), + (144173, "248146", 1, 0, 16), + (144174, "248003", 1, 0, 16), + (144175, "248199", 1, 0, 16), + (144176, "248198", 1, 0, 16), + (144177, "248001", 1, 0, 16), + (144178, "249407", 1, 0, 16), + (144179, "249403", 1, 0, 16), + (144180, "249402", 1, 0, 16), + (144181, "247661", 1, 0, 16), + (144182, "249403", 1, 0, 16), + (144183, "249401", 1, 0, 16), + (144184, "247667", 1, 0, 16), + (144185, "249404", 1, 0, 16), + (144186, "247667", 1, 0, 16), + (144187, "247670", 1, 0, 16), + (144188, "249404", 1, 0, 16), + (144189, "249401", 1, 0, 16), + (144190, "247668", 1, 0, 16), + (144191, "247665", 1, 0, 16), + (144192, "249407", 1, 0, 16), + (144193, "249407", 1, 0, 16), + (144194, "249408", 1, 0, 16), + (144195, "247664", 1, 0, 16), + (144196, "247663", 1, 0, 16), + (144197, "247656", 1, 0, 16), + (144198, "249401", 1, 0, 16), + (144199, "247667", 1, 0, 16), + (144200, "247671", 1, 0, 16), + (144201, "247667", 1, 0, 16), + (144202, "247667", 1, 0, 16), + (144203, "247667", 1, 0, 16), + (144204, "247667", 1, 0, 16), + (144205, "249403", 1, 0, 16), + (144206, "249410", 1, 0, 16), + (144207, "249403", 1, 0, 16), + (144208, "249403", 1, 0, 16), + (144209, "247667", 1, 0, 16), + (144210, "247667", 1, 0, 16), + (144211, "249411", 1, 0, 16), + (144212, "247667", 1, 0, 16), + (144213, "247666", 1, 0, 16), + (144214, "249122", 1, 0, 16), + (144215, "249123", 1, 0, 16), + (144216, "249161", 1, 0, 16), + (144217, "249165", 1, 0, 16), + (144218, "249195", 1, 0, 16), + (144219, "249194", 1, 0, 16), + (144220, "249137", 1, 0, 16), + (144221, "249175", 1, 0, 16), + (144222, "249171", 1, 0, 16), + (144223, "249181", 1, 0, 16), + (144224, "249185", 1, 0, 16), + (144225, "249199", 1, 0, 16), + (144226, "249192", 1, 0, 16), + (144227, "249186", 1, 0, 16), + (144228, "249180", 1, 0, 16), + (144229, "249001", 1, 0, 16), + (144230, "249193", 1, 0, 16), + (144231, "249193", 1, 0, 16), + (144232, "249130", 1, 0, 16), + (144233, "249121", 1, 0, 16), + (144234, "249131", 1, 0, 16), + (144235, "249126", 1, 0, 16), + (144236, "249124", 1, 0, 16), + (144237, "249135", 1, 0, 16), + (144238, "249141", 1, 0, 16), + (144239, "249132", 1, 0, 16), + (144240, "249196", 1, 0, 16), + (144241, "249151", 1, 0, 16), + (144242, "249146", 1, 0, 16), + (144243, "249152", 1, 0, 16), + (144244, "249155", 1, 0, 16), + (144245, "249193", 1, 0, 16), + (144246, "263153", 1, 0, 16), + (144247, "263153", 1, 0, 16), + (144248, "263151", 1, 0, 16), + (144249, "262405", 1, 0, 16), + (144250, "262401", 1, 0, 16), + (144251, "244717", 1, 0, 16), + (144252, "262401", 1, 0, 16), + (144253, "263149", 1, 0, 16), + (144254, "263160", 1, 0, 16), + (144255, "263152", 1, 0, 16), + (144256, "244712", 1, 0, 16), + (144257, "263139", 1, 0, 16), + (144258, "263140", 1, 0, 16), + (144259, "244713", 1, 0, 16), + (144260, "244713", 1, 0, 16), + (144261, "263126", 1, 0, 16), + (144262, "263148", 1, 0, 16), + (144263, "263159", 1, 0, 16), + (144264, "262402", 1, 0, 16), + (144265, "263139", 1, 0, 16), + (144266, "263145", 1, 0, 16), + (144267, "244715", 1, 0, 16), + (144268, "244716", 1, 0, 16), + (144269, "263136", 1, 0, 16), + (144270, "263134", 1, 0, 16), + (144271, "263132", 1, 0, 16), + (144272, "244713", 1, 0, 16), + (144273, "262310", 1, 0, 16), + (144274, "263135", 1, 0, 16), + (144275, "263156", 1, 0, 16), + (144276, "263127", 1, 0, 16), + (144277, "262308", 1, 0, 16), + (144278, "263001", 1, 0, 16), + (144279, "263138", 1, 0, 16), + (144280, "263001", 1, 0, 16), + (144281, "262311", 1, 0, 16), + (144282, "263158", 1, 0, 16), + (144283, "263157", 1, 0, 16), + (144284, "263128", 1, 0, 16), + (144285, "263137", 1, 0, 16), + (144286, "263001", 1, 0, 16), + (144287, "262309", 1, 0, 16), + (144288, "263139", 1, 0, 16), + (144289, "263139", 1, 0, 16), + (144290, "263139", 1, 0, 16), + (144291, "248001", 1, 0, 16), + (144292, "249125", 1, 0, 16), + (144293, "246194", 1, 0, 16), + (144294, "246001", 1, 0, 16), + (144295, "246130", 1, 0, 16), + (144296, "246123", 1, 0, 16), + (144297, "246125", 1, 0, 16), + (144298, "249301", 1, 0, 16), + (144299, "246113", 1, 0, 16), + (144300, "246174", 1, 0, 16), + (144301, "246001", 1, 0, 16), + (144302, "246146", 1, 0, 16), + (144303, "246147", 1, 0, 16), + (144304, "246148", 1, 0, 16), + (144305, "246159", 1, 0, 16), + (144306, "246163", 1, 0, 16), + (144307, "246175", 1, 0, 16), + (144308, "246164", 1, 0, 16), + (144309, "246165", 1, 0, 16), + (144310, "246166", 1, 0, 16), + (144311, "246174", 1, 0, 16), + (144312, "246285", 1, 0, 16), + (144313, "246176", 1, 0, 16), + (144314, "246001", 1, 0, 16), + (144315, "246275", 1, 0, 16), + (144316, "246276", 1, 0, 16), + (144317, "246277", 1, 0, 16), + (144318, "246279", 1, 0, 16), + (144319, "246129", 1, 0, 16), + (144320, "246131", 1, 0, 16), + (144321, "246193", 1, 0, 16), + (144322, "246161", 1, 0, 16), + (144323, "246162", 1, 0, 16), + (144324, "246169", 1, 0, 16), + (144325, "246179", 1, 0, 16), + (144326, "246172", 1, 0, 16), + (144327, "246278", 1, 0, 16), + (144328, "246177", 1, 0, 16), + (144329, "246121", 1, 0, 16), + (144330, "249306", 1, 0, 16), + (144331, "246124", 1, 0, 16), + (144332, "246127", 1, 0, 16), + (144333, "246128", 1, 0, 16), + (144334, "246142", 1, 0, 16), + (144335, "246144", 1, 0, 16), + (144336, "246149", 1, 0, 16), + (144337, "249302", 1, 0, 16), + (144338, "246173", 1, 0, 16), + (144339, "249304", 1, 0, 16), + (144340, "246149", 1, 0, 16), + (144341, "246167", 1, 0, 16), + (144342, "263001", 1, 0, 16), + (144343, "249001", 1, 0, 16), + (144344, "249145", 1, 0, 16), + (144345, "249137", 1, 0, 16), + (144346, "249128", 1, 0, 16), + (144347, "263153", 1, 0, 16), + (144348, "248012", 1, 0, 16), + (144349, "248011", 1, 0, 16), + (144350, "249405", 1, 0, 16), + (144351, "263150", 1, 0, 16), + (144352, "262402", 1, 0, 16), + (144353, "248015", 1, 0, 16), + (144354, "244715", 1, 0, 16), + (144355, "248013", 1, 0, 16), + (144356, "248014", 1, 0, 16), + (144357, "249301", 1, 0, 16), + (144358, "246178", 1, 0, 16), + (144359, "248016", 1, 0, 16), + (144360, "249127", 1, 0, 16), + (144361, "263142", 1, 0, 16), + (144362, "262547", 1, 0, 16), + (144363, "262533", 1, 0, 16), + (144364, "262501", 1, 0, 16), + (144365, "262501", 1, 0, 16), + (144366, "262553", 1, 0, 16), + (144367, "262521", 1, 0, 16), + (144368, "262552", 1, 0, 16), + (144369, "262530", 1, 0, 16), + (144370, "262543", 1, 0, 16), + (144371, "262525", 1, 0, 16), + (144372, "262534", 1, 0, 16), + (144373, "262555", 1, 0, 16), + (144374, "262576", 1, 0, 16), + (144375, "262520", 1, 0, 16), + (144376, "262531", 1, 0, 16), + (144377, "262501", 1, 0, 16), + (144378, "262580", 1, 0, 16), + (144379, "262502", 1, 0, 16), + (144380, "262523", 1, 0, 16), + (144381, "262527", 1, 0, 16), + (144382, "262542", 1, 0, 16), + (144383, "262545", 1, 0, 16), + (144384, "262551", 1, 0, 16), + (144385, "262532", 1, 0, 16), + (144386, "262522", 1, 0, 16), + (144387, "262546", 1, 0, 16), + (144388, "262529", 1, 0, 16), + (144389, "262544", 1, 0, 16), + (144390, "262526", 1, 0, 16), + (144391, "262528", 1, 0, 16), + (144392, "262541", 1, 0, 16), + (144393, "262524", 1, 0, 16), + (144394, "262554", 1, 0, 16), + (144395, "262550", 1, 0, 16), + (144396, "246150", 1, 0, 16), + (144397, "249136", 1, 0, 16), + (144398, "248001", 1, 0, 16), + (144399, "248018", 1, 0, 16), + (144400, "262561", 1, 0, 16), + (144401, "262523", 1, 0, 16), + (144402, "262572", 1, 0, 16), + (144403, "262540", 1, 0, 16), + (144404, "263601", 1, 0, 16), + (144405, "263645", 1, 0, 16), + (144406, "246401", 1, 0, 16), + (144407, "248001", 1, 0, 16), + (144408, "248003", 1, 0, 16), + (144409, "247667", 1, 0, 16), + (144410, "262501", 1, 0, 16), + (144411, "249001", 1, 0, 16), + (144412, "263001", 1, 0, 16), + (144413, "263139", 1, 0, 16), + (144414, "246001", 1, 0, 16), + (144415, "246155", 1, 0, 16), + (144416, "246149", 1, 0, 16), + (144417, "246763", 1, 0, 16), + (144418, "262527", 1, 0, 16), + (144419, "262532", 1, 0, 16), + (144420, "263679", 1, 0, 16), + (144421, "263642", 1, 0, 16), + (144422, "249301", 1, 0, 16), + (144423, "262308", 1, 0, 16), + (144424, "262523", 1, 0, 16), + (144425, "246175", 1, 0, 16), + (144426, "244713", 1, 0, 16), + (144427, "246486", 1, 0, 16), + (144428, "248123", 1, 0, 16), + (144429, "249404", 1, 0, 16), + (144430, "248171", 1, 0, 16), + (144431, "262561", 1, 0, 16), + (144432, "262561", 1, 0, 16), + (144433, "262561", 1, 0, 16), + (144434, "262561", 1, 0, 16), + (144435, "262561", 1, 0, 16), + (144436, "248003", 1, 0, 16), + (144437, "263139", 1, 0, 16), + (144438, "244712", 1, 0, 16), + (144439, "249202", 1, 0, 16), + (144440, "262529", 1, 0, 16), + (144441, "262553", 1, 0, 16), + (144442, "246001", 1, 0, 16), + (144443, "246159", 1, 0, 16), + (144444, "246172", 1, 0, 16), + (144445, "246172", 1, 0, 16), + (144446, "246172", 1, 0, 16), + (144447, "246172", 1, 0, 16), + (144448, "246172", 1, 0, 16), + (144449, "246172", 1, 0, 16), + (144450, "246172", 1, 0, 16), + (144451, "246172", 1, 0, 16), + (144452, "246172", 1, 0, 16), + (144453, "246172", 1, 0, 16), + (144454, "246172", 1, 0, 16), + (144455, "246172", 1, 0, 16), + (144456, "246172", 1, 0, 16), + (144457, "246172", 1, 0, 16), + (144458, "246172", 1, 0, 16), + (144459, "246278", 1, 0, 16), + (144460, "246278", 1, 0, 16), + (144461, "246278", 1, 0, 16), + (144462, "246177", 1, 0, 16), + (144463, "246177", 1, 0, 16), + (144464, "246177", 1, 0, 16), + (144465, "246177", 1, 0, 16), + (144466, "246177", 1, 0, 16), + (144467, "246149", 1, 0, 16), + (144468, "246149", 1, 0, 16), + (144469, "246276", 1, 0, 16), + (144470, "246276", 1, 0, 16), + (144471, "246276", 1, 0, 16), + (144472, "246276", 1, 0, 16), + (144473, "246276", 1, 0, 16), + (144474, "246276", 1, 0, 16), + (144475, "246276", 1, 0, 16), + (144476, "246277", 1, 0, 16), + (144477, "246001", 1, 0, 16), + (144478, "246001", 1, 0, 16), + (144479, "246001", 1, 0, 16), + (144480, "246001", 1, 0, 16), + (144481, "246194", 1, 0, 16), + (144482, "246001", 1, 0, 16), + (144483, "246001", 1, 0, 16), + (144484, "246001", 1, 0, 16), + (144485, "246001", 1, 0, 16), + (144486, "246194", 1, 0, 16), + (144487, "246001", 1, 0, 16), + (144488, "246001", 1, 0, 16), + (144489, "246001", 1, 0, 16), + (144490, "246194", 1, 0, 16), + (144491, "246001", 1, 0, 16), + (144492, "246001", 1, 0, 16), + (144493, "246194", 1, 0, 16), + (144494, "246001", 1, 0, 16), + (144495, "246130", 1, 0, 16), + (144496, "246130", 1, 0, 16), + (144497, "246130", 1, 0, 16), + (144498, "246130", 1, 0, 16), + (144499, "246130", 1, 0, 16), + (144500, "246130", 1, 0, 16), + (144501, "246130", 1, 0, 16), + (144502, "246130", 1, 0, 16), + (144503, "246130", 1, 0, 16), + (144504, "246123", 1, 0, 16), + (144505, "246123", 1, 0, 16), + (144506, "246123", 1, 0, 16), + (144507, "246123", 1, 0, 16), + (144508, "246123", 1, 0, 16), + (144509, "246123", 1, 0, 16), + (144510, "246123", 1, 0, 16), + (144511, "246123", 1, 0, 16), + (144512, "246123", 1, 0, 16), + (144513, "246123", 1, 0, 16), + (144514, "246123", 1, 0, 16), + (144515, "246161", 1, 0, 16), + (144516, "246159", 1, 0, 16), + (144517, "246159", 1, 0, 16), + (144518, "246159", 1, 0, 16), + (144519, "246163", 1, 0, 16), + (144520, "246163", 1, 0, 16), + (144521, "246163", 1, 0, 16), + (144522, "246163", 1, 0, 16), + (144523, "246163", 1, 0, 16), + (144524, "246163", 1, 0, 16), + (144525, "246175", 1, 0, 16), + (144526, "246175", 1, 0, 16), + (144527, "246175", 1, 0, 16), + (144528, "246175", 1, 0, 16), + (144529, "246175", 1, 0, 16), + (144530, "246164", 1, 0, 16), + (144531, "246164", 1, 0, 16), + (144532, "246164", 1, 0, 16), + (144533, "246164", 1, 0, 16), + (144534, "246164", 1, 0, 16), + (144535, "246164", 1, 0, 16), + (144536, "246164", 1, 0, 16), + (144537, "246165", 1, 0, 16), + (144538, "246165", 1, 0, 16), + (144539, "246165", 1, 0, 16), + (144540, "246166", 1, 0, 16), + (144541, "246166", 1, 0, 16), + (144542, "246166", 1, 0, 16), + (144543, "246166", 1, 0, 16), + (144544, "246167", 1, 0, 16), + (144545, "246167", 1, 0, 16), + (144546, "246167", 1, 0, 16), + (144547, "246167", 1, 0, 16), + (144548, "246167", 1, 0, 16), + (144549, "246167", 1, 0, 16), + (144550, "246167", 1, 0, 16), + (144551, "246167", 1, 0, 16), + (144552, "246167", 1, 0, 16), + (144553, "246167", 1, 0, 16), + (144554, "246144", 1, 0, 16), + (144555, "246127", 1, 0, 16), + (144556, "246144", 1, 0, 16), + (144557, "246144", 1, 0, 16), + (144558, "246144", 1, 0, 16), + (144559, "246144", 1, 0, 16), + (144560, "246127", 1, 0, 16), + (144561, "246144", 1, 0, 16), + (144562, "246173", 1, 0, 16), + (144563, "246173", 1, 0, 16), + (144564, "246173", 1, 0, 16), + (144565, "246173", 1, 0, 16), + (144566, "246173", 1, 0, 16), + (144567, "246173", 1, 0, 16), + (144568, "246173", 1, 0, 16), + (144569, "246173", 1, 0, 16), + (144570, "246173", 1, 0, 16), + (144571, "246173", 1, 0, 16), + (144572, "246173", 1, 0, 16), + (144573, "246173", 1, 0, 16), + (144574, "249304", 1, 0, 16), + (144575, "249304", 1, 0, 16), + (144576, "249304", 1, 0, 16), + (144577, "249304", 1, 0, 16), + (144578, "249304", 1, 0, 16), + (144579, "249304", 1, 0, 16), + (144580, "246155", 1, 0, 16), + (144581, "246155", 1, 0, 16), + (144582, "246155", 1, 0, 16), + (144583, "246155", 1, 0, 16), + (144584, "246155", 1, 0, 16), + (144585, "246155", 1, 0, 16), + (144586, "246155", 1, 0, 16), + (144587, "246155", 1, 0, 16), + (144588, "246155", 1, 0, 16), + (144589, "246155", 1, 0, 16), + (144590, "246155", 1, 0, 16), + (144591, "246155", 1, 0, 16), + (144592, "246275", 1, 0, 16), + (144593, "246275", 1, 0, 16), + (144594, "246275", 1, 0, 16), + (144595, "246275", 1, 0, 16), + (144596, "246275", 1, 0, 16), + (144597, "246275", 1, 0, 16), + (144598, "246275", 1, 0, 16), + (144599, "246275", 1, 0, 16), + (144600, "246275", 1, 0, 16), + (144601, "246275", 1, 0, 16), + (144602, "246275", 1, 0, 16), + (144603, "246275", 1, 0, 16), + (144604, "246276", 1, 0, 16), + (144605, "246276", 1, 0, 16), + (144606, "246276", 1, 0, 16), + (144607, "246276", 1, 0, 16), + (144608, "246276", 1, 0, 16), + (144609, "246276", 1, 0, 16), + (144610, "246276", 1, 0, 16), + (144611, "246276", 1, 0, 16), + (144612, "246276", 1, 0, 16), + (144613, "246276", 1, 0, 16), + (144614, "246161", 1, 0, 16), + (144615, "246161", 1, 0, 16), + (144616, "246161", 1, 0, 16), + (144617, "246162", 1, 0, 16), + (144618, "246162", 1, 0, 16), + (144619, "246162", 1, 0, 16), + (144620, "246162", 1, 0, 16), + (144621, "246162", 1, 0, 16), + (144622, "246162", 1, 0, 16), + (144623, "246162", 1, 0, 16), + (144624, "246162", 1, 0, 16), + (144625, "246162", 1, 0, 16), + (144626, "246169", 1, 0, 16), + (144627, "246169", 1, 0, 16), + (144628, "246169", 1, 0, 16), + (144629, "246169", 1, 0, 16), + (144630, "246169", 1, 0, 16), + (144631, "246169", 1, 0, 16), + (144632, "246169", 1, 0, 16), + (144633, "246179", 1, 0, 16), + (144634, "246179", 1, 0, 16), + (144635, "246179", 1, 0, 16), + (144636, "246179", 1, 0, 16), + (144637, "246179", 1, 0, 16), + (144638, "246179", 1, 0, 16), + (144639, "246179", 1, 0, 16), + (144640, "246149", 1, 0, 16), + (144641, "246149", 1, 0, 16), + (144642, "246149", 1, 0, 16), + (144643, "246149", 1, 0, 16), + (144644, "246149", 1, 0, 16), + (144645, "246149", 1, 0, 16), + (144646, "246149", 1, 0, 16), + (144647, "246123", 1, 0, 16), + (144648, "246167", 1, 0, 16), + (144649, "246277", 1, 0, 16), + (144650, "246277", 1, 0, 16), + (144651, "246277", 1, 0, 16), + (144652, "246277", 1, 0, 16), + (144653, "246277", 1, 0, 16), + (144654, "246277", 1, 0, 16), + (144655, "246277", 1, 0, 16), + (144656, "246277", 1, 0, 16), + (144657, "246277", 1, 0, 16), + (144658, "246277", 1, 0, 16), + (144659, "246277", 1, 0, 16), + (144660, "246277", 1, 0, 16), + (144661, "246279", 1, 0, 16), + (144662, "246279", 1, 0, 16), + (144663, "246279", 1, 0, 16), + (144664, "246279", 1, 0, 16), + (144665, "246279", 1, 0, 16), + (144666, "246279", 1, 0, 16), + (144667, "246129", 1, 0, 16), + (144668, "246129", 1, 0, 16), + (144669, "246129", 1, 0, 16), + (144670, "246131", 1, 0, 16), + (144671, "246131", 1, 0, 16), + (144672, "246131", 1, 0, 16), + (144673, "246131", 1, 0, 16), + (144674, "246131", 1, 0, 16), + (144675, "246193", 1, 0, 16), + (144676, "246161", 1, 0, 16), + (144677, "246161", 1, 0, 16), + (144678, "246161", 1, 0, 16), + (144679, "246161", 1, 0, 16), + (144680, "246161", 1, 0, 16), + (144681, "246123", 1, 0, 16), + (144682, "246123", 1, 0, 16), + (144683, "246123", 1, 0, 16), + (144684, "246123", 1, 0, 16), + (144685, "246123", 1, 0, 16), + (144686, "246125", 1, 0, 16), + (144687, "249301", 1, 0, 16), + (144688, "249301", 1, 0, 16), + (144689, "249301", 1, 0, 16), + (144690, "249301", 1, 0, 16), + (144691, "249301", 1, 0, 16), + (144692, "249301", 1, 0, 16), + (144693, "246194", 1, 0, 16), + (144694, "246194", 1, 0, 16), + (144695, "249301", 1, 0, 16), + (144696, "249301", 1, 0, 16), + (144697, "249301", 1, 0, 16), + (144698, "246113", 1, 0, 16), + (144699, "246113", 1, 0, 16), + (144700, "246113", 1, 0, 16), + (144701, "246113", 1, 0, 16), + (144702, "246113", 1, 0, 16), + (144703, "246113", 1, 0, 16), + (144704, "246146", 1, 0, 16), + (144705, "246146", 1, 0, 16), + (144706, "246146", 1, 0, 16), + (144707, "246146", 1, 0, 16), + (144708, "246146", 1, 0, 16), + (144709, "246146", 1, 0, 16), + (144710, "246147", 1, 0, 16), + (144711, "246147", 1, 0, 16), + (144712, "246147", 1, 0, 16), + (144713, "246147", 1, 0, 16), + (144714, "246147", 1, 0, 16), + (144715, "246147", 1, 0, 16), + (144716, "246147", 1, 0, 16), + (144717, "246148", 1, 0, 16), + (144718, "246148", 1, 0, 16), + (144719, "246148", 1, 0, 16), + (144720, "246148", 1, 0, 16), + (144721, "246159", 1, 0, 16), + (144722, "246161", 1, 0, 16), + (144723, "246149", 1, 0, 16), + (144724, "246149", 1, 0, 16), + (144725, "246121", 1, 0, 16), + (144726, "246121", 1, 0, 16), + (144727, "246121", 1, 0, 16), + (144728, "246121", 1, 0, 16), + (144729, "246121", 1, 0, 16), + (144730, "246121", 1, 0, 16), + (144731, "246121", 1, 0, 16), + (144732, "246121", 1, 0, 16), + (144733, "246121", 1, 0, 16), + (144734, "246121", 1, 0, 16), + (144735, "246121", 1, 0, 16), + (144736, "246121", 1, 0, 16), + (144737, "246121", 1, 0, 16), + (144738, "246121", 1, 0, 16), + (144739, "249306", 1, 0, 16), + (144740, "246124", 1, 0, 16), + (144741, "246124", 1, 0, 16), + (144742, "246149", 1, 0, 16), + (144743, "246127", 1, 0, 16), + (144744, "246127", 1, 0, 16), + (144745, "246128", 1, 0, 16), + (144746, "246128", 1, 0, 16), + (144747, "246128", 1, 0, 16), + (144748, "246128", 1, 0, 16), + (144749, "246128", 1, 0, 16), + (144750, "246128", 1, 0, 16), + (144751, "246127", 1, 0, 16), + (144752, "246144", 1, 0, 16), + (144753, "246144", 1, 0, 16), + (144754, "246144", 1, 0, 16), + (144755, "246144", 1, 0, 16), + (144756, "246144", 1, 0, 16), + (144757, "246144", 1, 0, 16), + (144758, "246144", 1, 0, 16), + (144759, "246167", 1, 0, 16), + (144760, "246167", 1, 0, 16), + (144761, "246167", 1, 0, 16), + (144762, "246174", 1, 0, 16), + (144763, "246174", 1, 0, 16), + (144764, "246174", 1, 0, 16), + (144765, "246174", 1, 0, 16), + (144766, "246174", 1, 0, 16), + (144767, "246174", 1, 0, 16), + (144768, "246174", 1, 0, 16), + (144769, "246174", 1, 0, 16), + (144770, "246285", 1, 0, 16), + (144771, "246285", 1, 0, 16), + (144772, "246285", 1, 0, 16), + (144773, "246285", 1, 0, 16), + (144774, "246285", 1, 0, 16), + (144775, "246285", 1, 0, 16), + (144776, "246285", 1, 0, 16), + (144777, "246285", 1, 0, 16), + (144778, "246285", 1, 0, 16), + (144779, "246285", 1, 0, 16), + (144780, "246285", 1, 0, 16), + (144781, "246285", 1, 0, 16), + (144782, "246176", 1, 0, 16), + (144783, "246176", 1, 0, 16), + (144784, "246176", 1, 0, 16), + (144785, "246176", 1, 0, 16), + (144786, "246179", 1, 0, 16), + (144787, "246179", 1, 0, 16), + (144788, "246179", 1, 0, 16), + (144789, "246179", 1, 0, 16), + (144790, "246179", 1, 0, 16), + (144791, "246179", 1, 0, 16), + (144792, "246179", 1, 0, 16), + (144793, "246179", 1, 0, 16), + (144794, "246179", 1, 0, 16), + (144795, "262530", 1, 0, 16), + (144796, "262530", 1, 0, 16), + (144797, "248197", 1, 0, 16), + (144798, "248196", 1, 0, 16), + (144799, "248121", 1, 0, 16), + (144800, "262530", 1, 0, 16), + (144801, "262530", 1, 0, 16), + (144802, "262523", 1, 0, 16), + (144803, "262530", 1, 0, 16), + (144804, "263652", 1, 0, 16), + (144805, "248143", 1, 0, 16), + (144806, "248143", 1, 0, 16), + (144807, "246401", 1, 0, 16), + (144808, "246440", 1, 0, 16), + (144809, "246428", 1, 0, 16), + (144810, "249196", 1, 0, 16), + (144811, "249196", 1, 0, 16), + (144812, "249196", 1, 0, 16), + (144813, "249196", 1, 0, 16), + (144814, "249196", 1, 0, 16), + (144815, "263148", 1, 0, 16), + (144816, "249196", 1, 0, 16), + (144817, "249127", 1, 0, 16), + (144818, "248123", 1, 0, 16), + (144819, "248123", 1, 0, 16), + (144820, "249145", 1, 0, 16), + (144821, "249145", 1, 0, 16), + (144822, "249145", 1, 0, 16), + (144823, "249145", 1, 0, 16), + (144824, "249145", 1, 0, 16), + (144825, "249145", 1, 0, 16), + (144826, "249145", 1, 0, 16), + (144827, "249145", 1, 0, 16), + (144828, "249145", 1, 0, 16), + (144829, "249145", 1, 0, 16), + (144830, "249145", 1, 0, 16), + (144831, "249199", 1, 0, 16), + (144832, "249199", 1, 0, 16), + (144833, "249199", 1, 0, 16), + (144834, "249199", 1, 0, 16), + (144835, "249199", 1, 0, 16), + (144836, "249199", 1, 0, 16), + (144837, "249145", 1, 0, 16), + (144838, "249145", 1, 0, 16), + (144839, "249145", 1, 0, 16), + (144840, "249145", 1, 0, 16), + (144841, "249199", 1, 0, 16), + (144842, "249199", 1, 0, 16), + (144843, "249165", 1, 0, 16), + (144844, "249165", 1, 0, 16), + (144845, "249165", 1, 0, 16), + (144846, "249180", 1, 0, 16), + (144847, "249180", 1, 0, 16), + (144848, "249180", 1, 0, 16), + (144849, "249180", 1, 0, 16), + (144850, "249180", 1, 0, 16), + (144851, "249180", 1, 0, 16), + (144852, "249180", 1, 0, 16), + (144853, "249194", 1, 0, 16), + (144854, "249194", 1, 0, 16), + (144855, "249194", 1, 0, 16), + (144856, "249180", 1, 0, 16), + (144857, "249180", 1, 0, 16), + (144858, "249180", 1, 0, 16), + (144859, "249180", 1, 0, 16), + (144860, "249180", 1, 0, 16), + (144861, "249180", 1, 0, 16), + (144862, "249121", 1, 0, 16), + (144863, "249121", 1, 0, 16), + (144864, "249121", 1, 0, 16), + (144865, "249131", 1, 0, 16), + (144866, "249127", 1, 0, 16), + (144867, "249151", 1, 0, 16), + (144868, "249151", 1, 0, 16), + (144869, "263134", 1, 0, 16), + (144870, "249151", 1, 0, 16), + (144871, "249151", 1, 0, 16), + (144872, "249151", 1, 0, 16), + (144873, "249151", 1, 0, 16), + (144874, "249151", 1, 0, 16), + (144875, "249151", 1, 0, 16), + (144876, "249151", 1, 0, 16), + (144877, "263139", 1, 0, 16), + (144878, "262308", 1, 0, 16), + (144879, "262308", 1, 0, 16), + (144880, "263157", 1, 0, 16), + (144881, "263157", 1, 0, 16), + (144882, "263157", 1, 0, 16), + (144883, "263625", 1, 0, 16), + (144884, "247670", 1, 0, 16), + (144885, "263139", 1, 0, 16), + (144886, "246155", 1, 0, 16), + (144887, "249146", 1, 0, 16), + (144888, "249122", 1, 0, 16), + (144889, "249122", 1, 0, 16), + (144890, "249199", 1, 0, 16), + (144891, "248179", 1, 0, 16), + (144892, "248179", 1, 0, 16), + (144893, "262521", 1, 0, 16), + (144894, "249161", 1, 0, 16), + (144895, "249146", 1, 0, 16), + (144896, "249196", 1, 0, 16), + (144897, "249175", 1, 0, 16), + (144898, "249192", 1, 0, 16), + (144899, "249175", 1, 0, 16), + (144900, "249165", 1, 0, 16), + (144901, "249141", 1, 0, 16), + (144902, "246424", 1, 0, 16), + (144903, "246446", 1, 0, 16), + (144904, "246474", 1, 0, 16), + (144905, "246453", 1, 0, 16), + (144906, "246444", 1, 0, 16), + (144907, "246444", 1, 0, 16), + (144908, "246171", 1, 0, 16), + (144909, "246471", 1, 0, 16), + (144910, "246439", 1, 0, 16), + (144911, "246444", 1, 0, 16), + (144912, "263139", 1, 0, 16), + (144913, "263139", 1, 0, 16), + (144914, "262308", 1, 0, 16), + (144915, "244715", 1, 0, 16), + (144916, "262401", 1, 0, 16), + (144917, "263153", 1, 0, 16), + (144918, "263136", 1, 0, 16), + (144919, "263140", 1, 0, 16), + (144920, "263140", 1, 0, 16), + (144921, "244715", 1, 0, 16), + (144922, "244715", 1, 0, 16), + (144923, "262308", 1, 0, 16), + (144924, "263139", 1, 0, 16), + (144925, "262405", 1, 0, 16), + (144926, "244713", 1, 0, 16), + (144927, "263001", 1, 0, 16), + (144928, "246147", 1, 0, 16), + (144929, "246162", 1, 0, 16), + (144930, "246172", 1, 0, 16), + (144931, "246277", 1, 0, 16), + (144932, "246128", 1, 0, 16), + (144933, "246144", 1, 0, 16), + (144934, "246121", 1, 0, 16), + (144935, "246149", 1, 0, 16), + (144936, "246149", 1, 0, 16), + (144937, "246155", 1, 0, 16), + (144938, "246155", 1, 0, 16), + (144939, "246443", 1, 0, 16), + (144940, "246443", 1, 0, 16), + (144941, "248012", 1, 0, 16), + (144942, "263145", 1, 0, 16), + (144943, "263640", 1, 0, 16), + (144944, "246144", 1, 0, 16), + (144945, "246149", 1, 0, 16), + (144946, "246439", 1, 0, 16), + (144947, "263601", 1, 0, 16), + (144948, "263653", 1, 0, 16), + (144949, "263636", 1, 0, 16), + (144950, "263601", 1, 0, 16), + (144951, "263622", 1, 0, 16), + (144952, "263623", 1, 0, 16), + (144953, "263624", 1, 0, 16), + (144954, "263641", 1, 0, 16), + (144955, "263645", 1, 0, 16), + (144956, "263653", 1, 0, 16), + (144957, "263645", 1, 0, 16), + (144958, "263645", 1, 0, 16), + (144959, "263645", 1, 0, 16), + (144960, "248002", 1, 0, 16), + (144961, "248005", 1, 0, 16), + (144962, "248140", 1, 0, 16), + (144963, "248005", 1, 0, 16), + (144964, "248145", 1, 0, 16), + (144965, "248001", 1, 0, 16), + (144966, "248001", 1, 0, 16), + (144967, "248013", 1, 0, 16), + (144968, "262501", 1, 0, 16), + (144969, "262530", 1, 0, 16), + (144970, "262531", 1, 0, 16), + (144971, "262522", 1, 0, 16), + (144972, "262552", 1, 0, 16), + (144973, "262553", 1, 0, 16), + (144974, "248008", 1, 0, 16), + (144975, "248159", 1, 0, 16), + (144976, "248142", 1, 0, 16), + (144977, "248196", 1, 0, 16), + (144978, "248142", 1, 0, 16), + (144979, "263625", 1, 0, 16), + (144980, "249135", 1, 0, 16), + (144981, "249151", 1, 0, 16), + (144982, "249199", 1, 0, 16), + (144983, "249125", 1, 0, 16), + (144984, "249125", 1, 0, 16), + (144985, "246123", 1, 0, 16), + (144986, "246121", 1, 0, 16), + (144987, "248008", 1, 0, 16), + (144988, "248003", 1, 0, 16), + (144989, "248179", 1, 0, 16), + (144990, "249408", 1, 0, 16), + (144991, "249408", 1, 0, 16), + (144992, "247664", 1, 0, 16), + (144993, "247663", 1, 0, 16), + (144994, "247663", 1, 0, 16), + (144995, "247663", 1, 0, 16), + (144996, "247663", 1, 0, 16), + (144997, "247663", 1, 0, 16), + (144998, "247663", 1, 0, 16), + (144999, "247663", 1, 0, 16), + (145000, "247663", 1, 0, 16), + (145001, "247663", 1, 0, 16), + (145002, "247663", 1, 0, 16), + (145003, "247663", 1, 0, 16), + (145004, "247663", 1, 0, 16), + (145005, "247663", 1, 0, 16), + (145006, "247656", 1, 0, 16), + (145007, "247656", 1, 0, 16), + (145008, "247656", 1, 0, 16), + (145009, "247656", 1, 0, 16), + (145010, "247666", 1, 0, 16), + (145011, "247666", 1, 0, 16), + (145012, "247671", 1, 0, 16), + (145013, "247671", 1, 0, 16), + (145014, "247671", 1, 0, 16), + (145015, "247671", 1, 0, 16), + (145016, "247671", 1, 0, 16), + (145017, "247663", 1, 0, 16), + (145018, "248013", 1, 0, 16), + (145019, "248001", 1, 0, 16), + (145020, "248013", 1, 0, 16), + (145021, "248014", 1, 0, 16), + (145022, "248013", 1, 0, 16), + (145023, "248143", 1, 0, 16), + (145024, "248143", 1, 0, 16), + (145025, "248143", 1, 0, 16), + (145026, "248143", 1, 0, 16), + (145027, "248140", 1, 0, 16), + (145028, "248140", 1, 0, 16), + (145029, "248140", 1, 0, 16), + (145030, "248140", 1, 0, 16), + (145031, "248140", 1, 0, 16), + (145032, "248140", 1, 0, 16), + (145033, "248140", 1, 0, 16), + (145034, "248140", 1, 0, 16), + (145035, "248140", 1, 0, 16), + (145036, "248140", 1, 0, 16), + (145037, "248005", 1, 0, 16), + (145038, "248005", 1, 0, 16), + (145039, "248005", 1, 0, 16), + (145040, "262531", 1, 0, 16), + (145041, "262531", 1, 0, 16), + (145042, "262531", 1, 0, 16), + (145043, "262523", 1, 0, 16), + (145044, "262523", 1, 0, 16), + (145045, "262523", 1, 0, 16), + (145046, "262523", 1, 0, 16), + (145047, "262501", 1, 0, 16), + (145048, "262540", 1, 0, 16), + (145049, "262501", 1, 0, 16), + (145050, "262501", 1, 0, 16), + (145051, "262501", 1, 0, 16), + (145052, "262540", 1, 0, 16), + (145053, "262540", 1, 0, 16), + (145054, "262540", 1, 0, 16), + (145055, "262540", 1, 0, 16), + (145056, "262501", 1, 0, 16), + (145057, "262540", 1, 0, 16), + (145058, "262501", 1, 0, 16), + (145059, "262540", 1, 0, 16), + (145060, "262501", 1, 0, 16), + (145061, "262540", 1, 0, 16), + (145062, "262501", 1, 0, 16), + (145063, "262540", 1, 0, 16), + (145064, "262540", 1, 0, 16), + (145065, "262501", 1, 0, 16), + (145066, "262501", 1, 0, 16), + (145067, "262501", 1, 0, 16), + (145068, "262540", 1, 0, 16), + (145069, "262540", 1, 0, 16), + (145070, "262540", 1, 0, 16), + (145071, "262540", 1, 0, 16), + (145072, "262555", 1, 0, 16), + (145073, "262555", 1, 0, 16), + (145074, "262555", 1, 0, 16), + (145075, "262555", 1, 0, 16), + (145076, "262555", 1, 0, 16), + (145077, "262555", 1, 0, 16), + (145078, "262527", 1, 0, 16), + (145079, "262527", 1, 0, 16), + (145080, "262527", 1, 0, 16), + (145081, "262527", 1, 0, 16), + (145082, "262576", 1, 0, 16), + (145083, "262576", 1, 0, 16), + (145084, "262576", 1, 0, 16), + (145085, "262576", 1, 0, 16), + (145086, "262576", 1, 0, 16), + (145087, "262576", 1, 0, 16), + (145088, "262576", 1, 0, 16), + (145089, "262576", 1, 0, 16), + (145090, "262520", 1, 0, 16), + (145091, "262520", 1, 0, 16), + (145092, "262520", 1, 0, 16), + (145093, "262531", 1, 0, 16), + (145094, "262531", 1, 0, 16), + (145095, "262531", 1, 0, 16), + (145096, "262531", 1, 0, 16), + (145097, "262531", 1, 0, 16), + (145098, "262531", 1, 0, 16), + (145099, "262531", 1, 0, 16), + (145100, "262531", 1, 0, 16), + (145101, "262531", 1, 0, 16), + (145102, "262531", 1, 0, 16), + (145103, "262531", 1, 0, 16), + (145104, "262501", 1, 0, 16), + (145105, "262501", 1, 0, 16), + (145106, "262540", 1, 0, 16), + (145107, "262540", 1, 0, 16), + (145108, "262540", 1, 0, 16), + (145109, "262525", 1, 0, 16), + (145110, "262525", 1, 0, 16), + (145111, "262525", 1, 0, 16), + (145112, "262525", 1, 0, 16), + (145113, "262525", 1, 0, 16), + (145114, "262543", 1, 0, 16), + (145115, "262543", 1, 0, 16), + (145116, "262543", 1, 0, 16), + (145117, "262543", 1, 0, 16), + (145118, "262543", 1, 0, 16), + (145119, "262543", 1, 0, 16), + (145120, "262543", 1, 0, 16), + (145121, "262543", 1, 0, 16), + (145122, "262543", 1, 0, 16), + (145123, "262543", 1, 0, 16), + (145124, "262534", 1, 0, 16), + (145125, "262534", 1, 0, 16), + (145126, "262534", 1, 0, 16), + (145127, "262534", 1, 0, 16), + (145128, "262534", 1, 0, 16), + (145129, "262534", 1, 0, 16), + (145130, "262534", 1, 0, 16), + (145131, "262534", 1, 0, 16), + (145132, "262555", 1, 0, 16), + (145133, "262523", 1, 0, 16), + (145134, "262523", 1, 0, 16), + (145135, "262523", 1, 0, 16), + (145136, "262523", 1, 0, 16), + (145137, "262523", 1, 0, 16), + (145138, "262523", 1, 0, 16), + (145139, "262523", 1, 0, 16), + (145140, "262523", 1, 0, 16), + (145141, "262523", 1, 0, 16), + (145142, "262523", 1, 0, 16), + (145143, "262523", 1, 0, 16), + (145144, "262523", 1, 0, 16), + (145145, "262523", 1, 0, 16), + (145146, "262523", 1, 0, 16), + (145147, "262523", 1, 0, 16), + (145148, "262580", 1, 0, 16), + (145149, "262580", 1, 0, 16), + (145150, "262580", 1, 0, 16), + (145151, "262561", 1, 0, 16), + (145152, "262580", 1, 0, 16), + (145153, "262502", 1, 0, 16), + (145154, "262502", 1, 0, 16), + (145155, "262542", 1, 0, 16), + (145156, "262542", 1, 0, 16), + (145157, "262542", 1, 0, 16), + (145158, "262542", 1, 0, 16), + (145159, "262542", 1, 0, 16), + (145160, "262542", 1, 0, 16), + (145161, "262542", 1, 0, 16), + (145162, "262542", 1, 0, 16), + (145163, "262545", 1, 0, 16), + (145164, "262545", 1, 0, 16), + (145165, "262545", 1, 0, 16), + (145166, "262545", 1, 0, 16), + (145167, "262545", 1, 0, 16), + (145168, "262545", 1, 0, 16), + (145169, "262545", 1, 0, 16), + (145170, "262545", 1, 0, 16), + (145171, "262545", 1, 0, 16), + (145172, "262545", 1, 0, 16), + (145173, "262545", 1, 0, 16), + (145174, "262545", 1, 0, 16), + (145175, "262545", 1, 0, 16), + (145176, "262545", 1, 0, 16), + (145177, "262545", 1, 0, 16), + (145178, "262545", 1, 0, 16), + (145179, "262545", 1, 0, 16), + (145180, "262545", 1, 0, 16), + (145181, "262551", 1, 0, 16), + (145182, "262551", 1, 0, 16), + (145183, "262551", 1, 0, 16), + (145184, "262551", 1, 0, 16), + (145185, "262551", 1, 0, 16), + (145186, "262551", 1, 0, 16), + (145187, "262551", 1, 0, 16), + (145188, "262551", 1, 0, 16), + (145189, "262551", 1, 0, 16), + (145190, "262551", 1, 0, 16), + (145191, "262551", 1, 0, 16), + (145192, "262551", 1, 0, 16), + (145193, "262551", 1, 0, 16), + (145194, "262551", 1, 0, 16), + (145195, "262551", 1, 0, 16), + (145196, "262551", 1, 0, 16), + (145197, "262532", 1, 0, 16), + (145198, "262532", 1, 0, 16), + (145199, "262532", 1, 0, 16), + (145200, "262532", 1, 0, 16), + (145201, "262532", 1, 0, 16), + (145202, "262532", 1, 0, 16); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (145203, "262532", 1, 0, 16), + (145204, "262532", 1, 0, 16), + (145205, "262532", 1, 0, 16), + (145206, "262532", 1, 0, 16), + (145207, "262532", 1, 0, 16), + (145208, "262532", 1, 0, 16), + (145209, "262522", 1, 0, 16), + (145210, "262522", 1, 0, 16), + (145211, "262522", 1, 0, 16), + (145212, "262522", 1, 0, 16), + (145213, "262522", 1, 0, 16), + (145214, "262522", 1, 0, 16), + (145215, "262522", 1, 0, 16), + (145216, "262522", 1, 0, 16), + (145217, "262522", 1, 0, 16), + (145218, "262522", 1, 0, 16), + (145219, "262522", 1, 0, 16), + (145220, "262522", 1, 0, 16), + (145221, "262522", 1, 0, 16), + (145222, "262522", 1, 0, 16), + (145223, "262522", 1, 0, 16), + (145224, "262522", 1, 0, 16), + (145225, "262522", 1, 0, 16), + (145226, "262522", 1, 0, 16), + (145227, "262522", 1, 0, 16), + (145228, "262522", 1, 0, 16), + (145229, "262522", 1, 0, 16), + (145230, "262522", 1, 0, 16), + (145231, "262522", 1, 0, 16), + (145232, "262522", 1, 0, 16), + (145233, "262522", 1, 0, 16), + (145234, "262522", 1, 0, 16), + (145235, "262522", 1, 0, 16), + (145236, "262522", 1, 0, 16), + (145237, "262522", 1, 0, 16), + (145238, "262522", 1, 0, 16), + (145239, "262522", 1, 0, 16), + (145240, "262522", 1, 0, 16), + (145241, "262546", 1, 0, 16), + (145242, "262529", 1, 0, 16), + (145243, "262529", 1, 0, 16), + (145244, "262529", 1, 0, 16), + (145245, "262529", 1, 0, 16), + (145246, "262529", 1, 0, 16), + (145247, "262529", 1, 0, 16), + (145248, "262529", 1, 0, 16), + (145249, "262529", 1, 0, 16), + (145250, "262544", 1, 0, 16), + (145251, "262544", 1, 0, 16), + (145252, "262544", 1, 0, 16), + (145253, "262544", 1, 0, 16), + (145254, "262544", 1, 0, 16), + (145255, "262544", 1, 0, 16), + (145256, "262544", 1, 0, 16), + (145257, "262544", 1, 0, 16), + (145258, "262544", 1, 0, 16), + (145259, "262544", 1, 0, 16), + (145260, "262544", 1, 0, 16), + (145261, "262544", 1, 0, 16), + (145262, "262528", 1, 0, 16), + (145263, "262528", 1, 0, 16), + (145264, "262528", 1, 0, 16), + (145265, "262528", 1, 0, 16), + (145266, "262528", 1, 0, 16), + (145267, "262528", 1, 0, 16), + (145268, "262528", 1, 0, 16), + (145269, "262528", 1, 0, 16), + (145270, "262541", 1, 0, 16), + (145271, "262541", 1, 0, 16), + (145272, "262541", 1, 0, 16), + (145273, "262541", 1, 0, 16), + (145274, "262541", 1, 0, 16), + (145275, "262541", 1, 0, 16), + (145276, "262541", 1, 0, 16), + (145277, "262541", 1, 0, 16), + (145278, "262541", 1, 0, 16), + (145279, "262541", 1, 0, 16), + (145280, "262541", 1, 0, 16), + (145281, "262541", 1, 0, 16), + (145282, "262541", 1, 0, 16), + (145283, "262541", 1, 0, 16), + (145284, "262524", 1, 0, 16), + (145285, "262524", 1, 0, 16), + (145286, "262524", 1, 0, 16), + (145287, "262524", 1, 0, 16), + (145288, "262524", 1, 0, 16), + (145289, "262524", 1, 0, 16), + (145290, "262524", 1, 0, 16), + (145291, "262524", 1, 0, 16), + (145292, "262524", 1, 0, 16), + (145293, "262524", 1, 0, 16), + (145294, "262524", 1, 0, 16), + (145295, "262524", 1, 0, 16), + (145296, "262524", 1, 0, 16), + (145297, "262524", 1, 0, 16), + (145298, "262524", 1, 0, 16), + (145299, "262524", 1, 0, 16), + (145300, "262524", 1, 0, 16), + (145301, "262524", 1, 0, 16), + (145302, "262524", 1, 0, 16), + (145303, "262524", 1, 0, 16), + (145304, "262524", 1, 0, 16), + (145305, "262524", 1, 0, 16), + (145306, "262524", 1, 0, 16), + (145307, "262554", 1, 0, 16), + (145308, "262554", 1, 0, 16), + (145309, "262554", 1, 0, 16), + (145310, "262554", 1, 0, 16), + (145311, "262554", 1, 0, 16), + (145312, "262554", 1, 0, 16), + (145313, "262554", 1, 0, 16), + (145314, "262554", 1, 0, 16), + (145315, "262554", 1, 0, 16), + (145316, "262554", 1, 0, 16), + (145317, "262554", 1, 0, 16), + (145318, "262554", 1, 0, 16), + (145319, "262554", 1, 0, 16), + (145320, "262554", 1, 0, 16), + (145321, "262554", 1, 0, 16), + (145322, "262550", 1, 0, 16), + (145323, "262547", 1, 0, 16), + (145324, "262547", 1, 0, 16), + (145325, "262547", 1, 0, 16), + (145326, "262547", 1, 0, 16), + (145327, "262547", 1, 0, 16), + (145328, "262547", 1, 0, 16), + (145329, "262547", 1, 0, 16), + (145330, "262547", 1, 0, 16), + (145331, "262533", 1, 0, 16), + (145332, "262533", 1, 0, 16), + (145333, "262533", 1, 0, 16), + (145334, "262533", 1, 0, 16), + (145335, "262533", 1, 0, 16), + (145336, "262533", 1, 0, 16), + (145337, "262553", 1, 0, 16), + (145338, "262553", 1, 0, 16), + (145339, "262553", 1, 0, 16), + (145340, "262553", 1, 0, 16), + (145341, "262553", 1, 0, 16), + (145342, "262553", 1, 0, 16), + (145343, "262553", 1, 0, 16), + (145344, "262553", 1, 0, 16), + (145345, "262553", 1, 0, 16), + (145346, "262553", 1, 0, 16), + (145347, "262552", 1, 0, 16), + (145348, "262552", 1, 0, 16), + (145349, "262552", 1, 0, 16), + (145350, "262552", 1, 0, 16), + (145351, "262552", 1, 0, 16), + (145352, "262572", 1, 0, 16), + (145353, "262572", 1, 0, 16), + (145354, "262552", 1, 0, 16), + (145355, "262572", 1, 0, 16), + (145356, "262552", 1, 0, 16), + (145357, "262572", 1, 0, 16), + (145358, "262552", 1, 0, 16), + (145359, "262552", 1, 0, 16), + (145360, "262552", 1, 0, 16), + (145361, "262552", 1, 0, 16), + (145362, "262572", 1, 0, 16), + (145363, "262521", 1, 0, 16), + (145364, "262521", 1, 0, 16), + (145365, "262521", 1, 0, 16), + (145366, "262521", 1, 0, 16), + (145367, "262521", 1, 0, 16), + (145368, "262521", 1, 0, 16), + (145369, "262521", 1, 0, 16), + (145370, "262521", 1, 0, 16), + (145371, "262521", 1, 0, 16), + (145372, "262521", 1, 0, 16), + (145373, "262521", 1, 0, 16), + (145374, "262521", 1, 0, 16), + (145375, "262521", 1, 0, 16), + (145376, "262521", 1, 0, 16), + (145377, "262521", 1, 0, 16), + (145378, "262521", 1, 0, 16), + (145379, "262545", 1, 0, 16), + (145380, "262551", 1, 0, 16), + (145381, "262547", 1, 0, 16), + (145382, "249001", 1, 0, 16), + (145383, "249001", 1, 0, 16), + (145384, "249001", 1, 0, 16), + (145385, "249121", 1, 0, 16), + (145386, "249121", 1, 0, 16), + (145387, "249121", 1, 0, 16), + (145388, "249126", 1, 0, 16), + (145389, "249126", 1, 0, 16), + (145390, "249131", 1, 0, 16), + (145391, "249127", 1, 0, 16), + (145392, "249127", 1, 0, 16), + (145393, "249131", 1, 0, 16), + (145394, "249131", 1, 0, 16), + (145395, "249127", 1, 0, 16), + (145396, "249131", 1, 0, 16), + (145397, "249127", 1, 0, 16), + (145398, "249131", 1, 0, 16), + (145399, "249131", 1, 0, 16), + (145400, "249132", 1, 0, 16), + (145401, "249131", 1, 0, 16), + (145402, "249135", 1, 0, 16), + (145403, "249135", 1, 0, 16), + (145404, "249135", 1, 0, 16), + (145405, "249135", 1, 0, 16), + (145406, "249135", 1, 0, 16), + (145407, "249135", 1, 0, 16), + (145408, "249141", 1, 0, 16), + (145409, "249141", 1, 0, 16), + (145410, "249141", 1, 0, 16), + (145411, "249141", 1, 0, 16), + (145412, "249141", 1, 0, 16), + (145413, "249141", 1, 0, 16), + (145414, "249141", 1, 0, 16), + (145415, "249141", 1, 0, 16), + (145416, "249141", 1, 0, 16), + (145417, "249141", 1, 0, 16), + (145418, "249141", 1, 0, 16), + (145419, "249141", 1, 0, 16), + (145420, "249141", 1, 0, 16), + (145421, "249145", 1, 0, 16), + (145422, "249132", 1, 0, 16), + (145423, "249132", 1, 0, 16), + (145424, "249132", 1, 0, 16), + (145425, "249132", 1, 0, 16), + (145426, "249132", 1, 0, 16), + (145427, "249196", 1, 0, 16), + (145428, "249196", 1, 0, 16), + (145429, "249196", 1, 0, 16), + (145430, "249196", 1, 0, 16), + (145431, "249196", 1, 0, 16), + (145432, "249146", 1, 0, 16), + (145433, "249146", 1, 0, 16), + (145434, "249152", 1, 0, 16), + (145435, "249152", 1, 0, 16), + (145436, "249152", 1, 0, 16), + (145437, "249152", 1, 0, 16), + (145438, "249152", 1, 0, 16), + (145439, "249152", 1, 0, 16), + (145440, "249152", 1, 0, 16), + (145441, "249152", 1, 0, 16), + (145442, "249152", 1, 0, 16), + (145443, "249152", 1, 0, 16), + (145444, "249152", 1, 0, 16), + (145445, "249152", 1, 0, 16), + (145446, "249152", 1, 0, 16), + (145447, "249155", 1, 0, 16), + (145448, "249155", 1, 0, 16), + (145449, "249155", 1, 0, 16), + (145450, "249155", 1, 0, 16), + (145451, "249155", 1, 0, 16), + (145452, "249125", 1, 0, 16), + (145453, "249196", 1, 0, 16), + (145454, "249196", 1, 0, 16), + (145455, "249146", 1, 0, 16), + (145456, "249146", 1, 0, 16), + (145457, "249146", 1, 0, 16), + (145458, "249146", 1, 0, 16), + (145459, "249146", 1, 0, 16), + (145460, "249146", 1, 0, 16), + (145461, "249146", 1, 0, 16), + (145462, "249146", 1, 0, 16), + (145463, "249146", 1, 0, 16), + (145464, "249146", 1, 0, 16), + (145465, "249125", 1, 0, 16), + (145466, "249155", 1, 0, 16), + (145467, "249155", 1, 0, 16), + (145468, "249155", 1, 0, 16), + (145469, "249155", 1, 0, 16), + (145470, "249155", 1, 0, 16), + (145471, "249155", 1, 0, 16), + (145472, "249155", 1, 0, 16), + (145473, "249155", 1, 0, 16), + (145474, "249155", 1, 0, 16), + (145475, "249125", 1, 0, 16), + (145476, "249125", 1, 0, 16), + (145477, "249155", 1, 0, 16), + (145478, "249125", 1, 0, 16), + (145479, "249155", 1, 0, 16), + (145480, "249155", 1, 0, 16), + (145481, "249155", 1, 0, 16), + (145482, "249155", 1, 0, 16), + (145483, "249155", 1, 0, 16), + (145484, "249155", 1, 0, 16), + (145485, "249155", 1, 0, 16), + (145486, "249155", 1, 0, 16), + (145487, "249155", 1, 0, 16), + (145488, "249155", 1, 0, 16), + (145489, "249155", 1, 0, 16), + (145490, "249125", 1, 0, 16), + (145491, "249125", 1, 0, 16), + (145492, "249122", 1, 0, 16), + (145493, "249122", 1, 0, 16), + (145494, "249122", 1, 0, 16), + (145495, "249122", 1, 0, 16), + (145496, "249122", 1, 0, 16), + (145497, "249122", 1, 0, 16), + (145498, "249122", 1, 0, 16), + (145499, "249122", 1, 0, 16), + (145500, "249122", 1, 0, 16), + (145501, "249123", 1, 0, 16), + (145502, "249123", 1, 0, 16), + (145503, "249123", 1, 0, 16), + (145504, "249123", 1, 0, 16), + (145505, "249123", 1, 0, 16), + (145506, "249123", 1, 0, 16), + (145507, "249161", 1, 0, 16), + (145508, "249161", 1, 0, 16), + (145509, "249161", 1, 0, 16), + (145510, "249161", 1, 0, 16), + (145511, "249161", 1, 0, 16), + (145512, "249161", 1, 0, 16), + (145513, "249161", 1, 0, 16), + (145514, "249161", 1, 0, 16), + (145515, "249161", 1, 0, 16), + (145516, "249161", 1, 0, 16), + (145517, "249161", 1, 0, 16), + (145518, "249161", 1, 0, 16), + (145519, "249161", 1, 0, 16), + (145520, "249161", 1, 0, 16), + (145521, "249161", 1, 0, 16), + (145522, "249161", 1, 0, 16), + (145523, "249161", 1, 0, 16), + (145524, "249161", 1, 0, 16), + (145525, "249161", 1, 0, 16), + (145526, "249161", 1, 0, 16), + (145527, "249161", 1, 0, 16), + (145528, "249161", 1, 0, 16), + (145529, "249125", 1, 0, 16), + (145530, "249125", 1, 0, 16), + (145531, "249181", 1, 0, 16), + (145532, "249181", 1, 0, 16), + (145533, "249125", 1, 0, 16), + (145534, "249181", 1, 0, 16), + (145535, "249181", 1, 0, 16), + (145536, "249181", 1, 0, 16), + (145537, "249125", 1, 0, 16), + (145538, "249125", 1, 0, 16), + (145539, "249125", 1, 0, 16), + (145540, "249181", 1, 0, 16), + (145541, "249125", 1, 0, 16), + (145542, "249181", 1, 0, 16), + (145543, "249125", 1, 0, 16), + (145544, "249165", 1, 0, 16), + (145545, "249165", 1, 0, 16), + (145546, "249165", 1, 0, 16), + (145547, "249165", 1, 0, 16), + (145548, "249165", 1, 0, 16), + (145549, "249165", 1, 0, 16), + (145550, "249165", 1, 0, 16), + (145551, "249165", 1, 0, 16), + (145552, "249165", 1, 0, 16), + (145553, "249165", 1, 0, 16), + (145554, "249165", 1, 0, 16), + (145555, "249165", 1, 0, 16), + (145556, "249165", 1, 0, 16), + (145557, "249165", 1, 0, 16), + (145558, "249165", 1, 0, 16), + (145559, "249175", 1, 0, 16), + (145560, "249175", 1, 0, 16), + (145561, "249175", 1, 0, 16), + (145562, "249175", 1, 0, 16), + (145563, "249175", 1, 0, 16), + (145564, "249175", 1, 0, 16), + (145565, "249175", 1, 0, 16), + (145566, "249175", 1, 0, 16), + (145567, "249175", 1, 0, 16), + (145568, "249175", 1, 0, 16), + (145569, "249171", 1, 0, 16), + (145570, "249171", 1, 0, 16), + (145571, "249171", 1, 0, 16), + (145572, "249171", 1, 0, 16), + (145573, "249171", 1, 0, 16), + (145574, "249171", 1, 0, 16), + (145575, "249171", 1, 0, 16), + (145576, "249171", 1, 0, 16), + (145577, "249171", 1, 0, 16), + (145578, "249171", 1, 0, 16), + (145579, "249171", 1, 0, 16), + (145580, "249171", 1, 0, 16), + (145581, "249171", 1, 0, 16), + (145582, "249171", 1, 0, 16), + (145583, "249171", 1, 0, 16), + (145584, "249128", 1, 0, 16), + (145585, "249128", 1, 0, 16), + (145586, "249128", 1, 0, 16), + (145587, "249185", 1, 0, 16), + (145588, "249185", 1, 0, 16), + (145589, "249128", 1, 0, 16), + (145590, "249128", 1, 0, 16), + (145591, "249185", 1, 0, 16), + (145592, "249185", 1, 0, 16), + (145593, "249128", 1, 0, 16), + (145594, "249185", 1, 0, 16), + (145595, "249128", 1, 0, 16), + (145596, "249185", 1, 0, 16), + (145597, "249128", 1, 0, 16), + (145598, "249185", 1, 0, 16), + (145599, "249128", 1, 0, 16), + (145600, "249128", 1, 0, 16), + (145601, "249128", 1, 0, 16), + (145602, "249128", 1, 0, 16), + (145603, "249128", 1, 0, 16), + (145604, "249192", 1, 0, 16), + (145605, "249192", 1, 0, 16), + (145606, "249192", 1, 0, 16), + (145607, "249192", 1, 0, 16), + (145608, "249192", 1, 0, 16), + (145609, "249192", 1, 0, 16), + (145610, "249192", 1, 0, 16), + (145611, "249192", 1, 0, 16), + (145612, "249192", 1, 0, 16), + (145613, "249192", 1, 0, 16), + (145614, "249192", 1, 0, 16), + (145615, "249192", 1, 0, 16), + (145616, "249192", 1, 0, 16), + (145617, "249192", 1, 0, 16), + (145618, "249192", 1, 0, 16), + (145619, "249192", 1, 0, 16), + (145620, "249192", 1, 0, 16), + (145621, "249192", 1, 0, 16), + (145622, "249186", 1, 0, 16), + (145623, "249186", 1, 0, 16), + (145624, "249186", 1, 0, 16), + (145625, "249186", 1, 0, 16), + (145626, "249186", 1, 0, 16), + (145627, "249186", 1, 0, 16), + (145628, "249186", 1, 0, 16), + (145629, "249186", 1, 0, 16), + (145630, "249193", 1, 0, 16), + (145631, "249193", 1, 0, 16), + (145632, "249193", 1, 0, 16), + (145633, "249193", 1, 0, 16), + (145634, "249193", 1, 0, 16), + (145635, "249193", 1, 0, 16), + (145636, "249193", 1, 0, 16), + (145637, "249193", 1, 0, 16), + (145638, "249193", 1, 0, 16), + (145639, "249193", 1, 0, 16), + (145640, "249193", 1, 0, 16), + (145641, "249193", 1, 0, 16), + (145642, "249193", 1, 0, 16), + (145643, "249193", 1, 0, 16), + (145644, "249193", 1, 0, 16), + (145645, "249193", 1, 0, 16), + (145646, "249193", 1, 0, 16), + (145647, "249130", 1, 0, 16), + (145648, "249130", 1, 0, 16), + (145649, "249130", 1, 0, 16), + (145650, "249130", 1, 0, 16), + (145651, "249130", 1, 0, 16), + (145652, "249130", 1, 0, 16), + (145653, "263140", 1, 0, 16), + (145654, "244713", 1, 0, 16), + (145655, "244713", 1, 0, 16), + (145656, "244713", 1, 0, 16), + (145657, "244713", 1, 0, 16), + (145658, "244713", 1, 0, 16), + (145659, "244713", 1, 0, 16), + (145660, "244713", 1, 0, 16), + (145661, "244713", 1, 0, 16), + (145662, "244713", 1, 0, 16), + (145663, "244713", 1, 0, 16), + (145664, "244713", 1, 0, 16), + (145665, "244713", 1, 0, 16), + (145666, "263126", 1, 0, 16), + (145667, "263126", 1, 0, 16), + (145668, "263126", 1, 0, 16), + (145669, "263126", 1, 0, 16), + (145670, "263126", 1, 0, 16), + (145671, "263126", 1, 0, 16), + (145672, "263126", 1, 0, 16), + (145673, "263126", 1, 0, 16), + (145674, "263126", 1, 0, 16), + (145675, "263126", 1, 0, 16), + (145676, "263159", 1, 0, 16), + (145677, "263159", 1, 0, 16), + (145678, "263159", 1, 0, 16), + (145679, "263159", 1, 0, 16), + (145680, "263159", 1, 0, 16), + (145681, "263159", 1, 0, 16), + (145682, "263159", 1, 0, 16), + (145683, "263159", 1, 0, 16), + (145684, "244715", 1, 0, 16), + (145685, "244715", 1, 0, 16), + (145686, "244715", 1, 0, 16), + (145687, "244715", 1, 0, 16), + (145688, "244715", 1, 0, 16), + (145689, "244715", 1, 0, 16), + (145690, "244715", 1, 0, 16), + (145691, "244715", 1, 0, 16), + (145692, "244715", 1, 0, 16), + (145693, "244715", 1, 0, 16), + (145694, "244715", 1, 0, 16), + (145695, "244715", 1, 0, 16), + (145696, "244715", 1, 0, 16), + (145697, "244715", 1, 0, 16), + (145698, "244716", 1, 0, 16), + (145699, "244716", 1, 0, 16), + (145700, "263153", 1, 0, 16), + (145701, "263153", 1, 0, 16), + (145702, "263153", 1, 0, 16), + (145703, "263153", 1, 0, 16), + (145704, "262405", 1, 0, 16), + (145705, "262405", 1, 0, 16), + (145706, "262405", 1, 0, 16), + (145707, "262405", 1, 0, 16), + (145708, "262405", 1, 0, 16), + (145709, "262405", 1, 0, 16), + (145710, "262405", 1, 0, 16), + (145711, "262405", 1, 0, 16), + (145712, "263001", 1, 0, 16), + (145713, "263001", 1, 0, 16), + (145714, "263001", 1, 0, 16), + (145715, "263136", 1, 0, 16), + (145716, "263136", 1, 0, 16), + (145717, "263136", 1, 0, 16), + (145718, "263136", 1, 0, 16), + (145719, "263136", 1, 0, 16), + (145720, "263136", 1, 0, 16), + (145721, "263136", 1, 0, 16), + (145722, "263136", 1, 0, 16), + (145723, "263136", 1, 0, 16), + (145724, "263136", 1, 0, 16), + (145725, "263136", 1, 0, 16), + (145726, "263136", 1, 0, 16), + (145727, "263136", 1, 0, 16), + (145728, "263134", 1, 0, 16), + (145729, "263134", 1, 0, 16), + (145730, "263134", 1, 0, 16), + (145731, "263134", 1, 0, 16), + (145732, "263134", 1, 0, 16), + (145733, "263134", 1, 0, 16), + (145734, "263137", 1, 0, 16), + (145735, "263132", 1, 0, 16), + (145736, "263137", 1, 0, 16), + (145737, "263132", 1, 0, 16), + (145738, "263132", 1, 0, 16), + (145739, "263137", 1, 0, 16), + (145740, "263132", 1, 0, 16), + (145741, "263132", 1, 0, 16), + (145742, "263132", 1, 0, 16), + (145743, "263132", 1, 0, 16), + (145744, "263132", 1, 0, 16), + (145745, "263137", 1, 0, 16), + (145746, "263137", 1, 0, 16), + (145747, "263137", 1, 0, 16), + (145748, "263132", 1, 0, 16), + (145749, "262310", 1, 0, 16), + (145750, "263135", 1, 0, 16), + (145751, "263135", 1, 0, 16), + (145752, "263135", 1, 0, 16), + (145753, "263135", 1, 0, 16), + (145754, "263135", 1, 0, 16), + (145755, "263135", 1, 0, 16), + (145756, "263135", 1, 0, 16), + (145757, "263135", 1, 0, 16), + (145758, "263135", 1, 0, 16), + (145759, "263127", 1, 0, 16), + (145760, "263127", 1, 0, 16), + (145761, "263127", 1, 0, 16), + (145762, "262308", 1, 0, 16), + (145763, "262308", 1, 0, 16), + (145764, "262308", 1, 0, 16), + (145765, "262308", 1, 0, 16), + (145766, "262308", 1, 0, 16), + (145767, "262308", 1, 0, 16), + (145768, "262308", 1, 0, 16), + (145769, "262308", 1, 0, 16), + (145770, "262308", 1, 0, 16), + (145771, "262308", 1, 0, 16), + (145772, "262308", 1, 0, 16), + (145773, "263138", 1, 0, 16), + (145774, "263138", 1, 0, 16), + (145775, "263138", 1, 0, 16), + (145776, "263138", 1, 0, 16), + (145777, "262311", 1, 0, 16), + (145778, "262311", 1, 0, 16), + (145779, "262311", 1, 0, 16), + (145780, "263158", 1, 0, 16), + (145781, "263158", 1, 0, 16), + (145782, "263158", 1, 0, 16), + (145783, "263158", 1, 0, 16), + (145784, "263157", 1, 0, 16), + (145785, "263157", 1, 0, 16), + (145786, "263157", 1, 0, 16), + (145787, "263157", 1, 0, 16), + (145788, "263157", 1, 0, 16), + (145789, "263148", 1, 0, 16), + (145790, "263148", 1, 0, 16), + (145791, "263148", 1, 0, 16), + (145792, "263148", 1, 0, 16), + (145793, "263148", 1, 0, 16), + (145794, "263148", 1, 0, 16), + (145795, "263148", 1, 0, 16), + (145796, "263148", 1, 0, 16), + (145797, "263148", 1, 0, 16), + (145798, "263148", 1, 0, 16), + (145799, "263148", 1, 0, 16), + (145800, "263148", 1, 0, 16), + (145801, "263148", 1, 0, 16), + (145802, "263148", 1, 0, 16), + (145803, "263148", 1, 0, 16), + (145804, "263148", 1, 0, 16), + (145805, "263148", 1, 0, 16), + (145806, "263159", 1, 0, 16), + (145807, "263159", 1, 0, 16), + (145808, "263157", 1, 0, 16), + (145809, "263157", 1, 0, 16), + (145810, "263139", 1, 0, 16), + (145811, "263139", 1, 0, 16), + (145812, "263139", 1, 0, 16), + (145813, "263139", 1, 0, 16), + (145814, "262401", 1, 0, 16), + (145815, "262401", 1, 0, 16), + (145816, "262401", 1, 0, 16), + (145817, "262401", 1, 0, 16), + (145818, "262401", 1, 0, 16), + (145819, "262401", 1, 0, 16), + (145820, "262401", 1, 0, 16), + (145821, "262401", 1, 0, 16), + (145822, "263160", 1, 0, 16), + (145823, "263160", 1, 0, 16), + (145824, "263152", 1, 0, 16), + (145825, "263152", 1, 0, 16), + (145826, "263152", 1, 0, 16), + (145827, "263152", 1, 0, 16), + (145828, "263152", 1, 0, 16), + (145829, "263152", 1, 0, 16), + (145830, "263145", 1, 0, 16), + (145831, "244712", 1, 0, 16), + (145832, "244712", 1, 0, 16), + (145833, "244712", 1, 0, 16), + (145834, "263140", 1, 0, 16), + (145835, "263140", 1, 0, 16), + (145836, "263140", 1, 0, 16), + (145837, "263140", 1, 0, 16), + (145838, "263157", 1, 0, 16), + (145839, "263157", 1, 0, 16), + (145840, "263157", 1, 0, 16), + (145841, "263157", 1, 0, 16), + (145842, "263157", 1, 0, 16), + (145843, "263128", 1, 0, 16), + (145844, "263139", 1, 0, 16), + (145845, "263139", 1, 0, 16), + (145846, "263139", 1, 0, 16), + (145847, "263139", 1, 0, 16), + (145848, "263139", 1, 0, 16), + (145849, "263139", 1, 0, 16), + (145850, "263139", 1, 0, 16), + (145851, "263139", 1, 0, 16), + (145852, "246439", 1, 0, 16), + (145853, "246441", 1, 0, 16), + (145854, "246441", 1, 0, 16), + (145855, "246442", 1, 0, 16), + (145856, "246442", 1, 0, 16), + (145857, "246442", 1, 0, 16), + (145858, "246442", 1, 0, 16), + (145859, "246442", 1, 0, 16), + (145860, "246442", 1, 0, 16), + (145861, "246442", 1, 0, 16), + (145862, "246141", 1, 0, 16), + (145863, "246141", 1, 0, 16), + (145864, "246141", 1, 0, 16), + (145865, "246141", 1, 0, 16), + (145866, "246141", 1, 0, 16), + (145867, "246141", 1, 0, 16), + (145868, "246141", 1, 0, 16), + (145869, "246443", 1, 0, 16), + (145870, "246443", 1, 0, 16), + (145871, "246443", 1, 0, 16), + (145872, "246443", 1, 0, 16), + (145873, "246443", 1, 0, 16), + (145874, "246443", 1, 0, 16), + (145875, "246443", 1, 0, 16), + (145876, "246443", 1, 0, 16), + (145877, "246443", 1, 0, 16), + (145878, "246443", 1, 0, 16), + (145879, "246443", 1, 0, 16), + (145880, "246443", 1, 0, 16), + (145881, "246443", 1, 0, 16), + (145882, "246443", 1, 0, 16), + (145883, "246443", 1, 0, 16), + (145884, "246443", 1, 0, 16), + (145885, "246443", 1, 0, 16), + (145886, "246443", 1, 0, 16), + (145887, "246443", 1, 0, 16), + (145888, "246443", 1, 0, 16), + (145889, "246444", 1, 0, 16), + (145890, "246444", 1, 0, 16), + (145891, "246444", 1, 0, 16), + (145892, "246444", 1, 0, 16), + (145893, "246444", 1, 0, 16), + (145894, "246444", 1, 0, 16), + (145895, "246444", 1, 0, 16), + (145896, "246444", 1, 0, 16), + (145897, "246446", 1, 0, 16), + (145898, "246446", 1, 0, 16), + (145899, "246446", 1, 0, 16), + (145900, "246446", 1, 0, 16), + (145901, "246446", 1, 0, 16), + (145902, "246446", 1, 0, 16), + (145903, "246446", 1, 0, 16), + (145904, "246431", 1, 0, 16), + (145905, "246431", 1, 0, 16), + (145906, "246431", 1, 0, 16), + (145907, "246488", 1, 0, 16), + (145908, "246488", 1, 0, 16), + (145909, "246488", 1, 0, 16), + (145910, "246453", 1, 0, 16), + (145911, "246453", 1, 0, 16), + (145912, "246453", 1, 0, 16), + (145913, "246453", 1, 0, 16), + (145914, "246453", 1, 0, 16), + (145915, "246449", 1, 0, 16), + (145916, "246449", 1, 0, 16), + (145917, "246449", 1, 0, 16), + (145918, "246449", 1, 0, 16), + (145919, "246449", 1, 0, 16), + (145920, "246449", 1, 0, 16), + (145921, "246449", 1, 0, 16), + (145922, "246449", 1, 0, 16), + (145923, "246449", 1, 0, 16), + (145924, "246449", 1, 0, 16), + (145925, "246449", 1, 0, 16), + (145926, "246449", 1, 0, 16), + (145927, "246449", 1, 0, 16), + (145928, "246449", 1, 0, 16), + (145929, "246449", 1, 0, 16), + (145930, "246455", 1, 0, 16), + (145931, "246455", 1, 0, 16), + (145932, "246455", 1, 0, 16), + (145933, "246455", 1, 0, 16), + (145934, "246455", 1, 0, 16), + (145935, "246455", 1, 0, 16), + (145936, "246455", 1, 0, 16), + (145937, "246455", 1, 0, 16), + (145938, "246455", 1, 0, 16), + (145939, "246455", 1, 0, 16), + (145940, "246455", 1, 0, 16), + (145941, "246455", 1, 0, 16), + (145942, "246487", 1, 0, 16), + (145943, "246487", 1, 0, 16), + (145944, "246487", 1, 0, 16), + (145945, "246487", 1, 0, 16), + (145946, "246487", 1, 0, 16), + (145947, "246487", 1, 0, 16), + (145948, "246469", 1, 0, 16), + (145949, "246469", 1, 0, 16), + (145950, "246469", 1, 0, 16), + (145951, "246469", 1, 0, 16), + (145952, "246469", 1, 0, 16), + (145953, "246471", 1, 0, 16), + (145954, "246471", 1, 0, 16), + (145955, "246471", 1, 0, 16), + (145956, "246471", 1, 0, 16), + (145957, "246471", 1, 0, 16), + (145958, "246472", 1, 0, 16), + (145959, "246472", 1, 0, 16), + (145960, "246472", 1, 0, 16), + (145961, "246472", 1, 0, 16), + (145962, "246472", 1, 0, 16), + (145963, "246472", 1, 0, 16), + (145964, "246472", 1, 0, 16), + (145965, "246472", 1, 0, 16), + (145966, "246472", 1, 0, 16), + (145967, "246472", 1, 0, 16), + (145968, "246472", 1, 0, 16), + (145969, "246472", 1, 0, 16), + (145970, "246473", 1, 0, 16), + (145971, "246473", 1, 0, 16), + (145972, "246473", 1, 0, 16), + (145973, "246473", 1, 0, 16), + (145974, "246473", 1, 0, 16), + (145975, "246473", 1, 0, 16), + (145976, "246473", 1, 0, 16), + (145977, "246473", 1, 0, 16), + (145978, "246473", 1, 0, 16), + (145979, "246473", 1, 0, 16), + (145980, "246473", 1, 0, 16), + (145981, "246473", 1, 0, 16), + (145982, "246473", 1, 0, 16), + (145983, "246473", 1, 0, 16), + (145984, "246473", 1, 0, 16), + (145985, "246171", 1, 0, 16), + (145986, "246171", 1, 0, 16), + (145987, "246171", 1, 0, 16), + (145988, "246171", 1, 0, 16), + (145989, "246171", 1, 0, 16), + (145990, "246171", 1, 0, 16), + (145991, "246171", 1, 0, 16), + (145992, "246171", 1, 0, 16), + (145993, "246171", 1, 0, 16), + (145994, "246171", 1, 0, 16), + (145995, "246171", 1, 0, 16), + (145996, "246171", 1, 0, 16), + (145997, "246171", 1, 0, 16), + (145998, "246171", 1, 0, 16), + (145999, "246171", 1, 0, 16), + (146000, "246171", 1, 0, 16), + (146001, "246474", 1, 0, 16), + (146002, "246474", 1, 0, 16), + (146003, "246474", 1, 0, 16), + (146004, "246474", 1, 0, 16), + (146005, "246474", 1, 0, 16), + (146006, "246474", 1, 0, 16), + (146007, "246474", 1, 0, 16), + (146008, "246482", 1, 0, 16), + (146009, "246482", 1, 0, 16), + (146010, "246482", 1, 0, 16), + (146011, "246483", 1, 0, 16), + (146012, "246481", 1, 0, 16), + (146013, "246481", 1, 0, 16), + (146014, "246481", 1, 0, 16), + (146015, "246481", 1, 0, 16), + (146016, "246481", 1, 0, 16), + (146017, "246481", 1, 0, 16), + (146018, "246481", 1, 0, 16), + (146019, "246481", 1, 0, 16), + (146020, "246481", 1, 0, 16), + (146021, "246481", 1, 0, 16), + (146022, "246481", 1, 0, 16), + (146023, "246481", 1, 0, 16), + (146024, "246475", 1, 0, 16), + (146025, "246475", 1, 0, 16), + (146026, "246475", 1, 0, 16), + (146027, "246475", 1, 0, 16), + (146028, "246475", 1, 0, 16), + (146029, "246475", 1, 0, 16), + (146030, "246475", 1, 0, 16), + (146031, "246475", 1, 0, 16), + (146032, "246475", 1, 0, 16), + (146033, "246475", 1, 0, 16), + (146034, "246475", 1, 0, 16), + (146035, "246475", 1, 0, 16), + (146036, "246475", 1, 0, 16), + (146037, "246475", 1, 0, 16), + (146038, "246475", 1, 0, 16), + (146039, "246475", 1, 0, 16), + (146040, "246475", 1, 0, 16), + (146041, "246475", 1, 0, 16), + (146042, "246475", 1, 0, 16), + (146043, "246427", 1, 0, 16), + (146044, "246428", 1, 0, 16), + (146045, "246481", 1, 0, 16), + (146046, "248007", 1, 0, 16), + (146047, "248196", 1, 0, 16), + (146048, "247667", 1, 0, 16), + (146049, "247668", 1, 0, 16), + (146050, "248123", 1, 0, 16), + (146051, "248123", 1, 0, 16), + (146052, "248123", 1, 0, 16), + (146053, "248123", 1, 0, 16), + (146054, "248123", 1, 0, 16), + (146055, "248123", 1, 0, 16), + (146056, "248123", 1, 0, 16), + (146057, "248125", 1, 0, 16), + (146058, "248125", 1, 0, 16), + (146059, "248125", 1, 0, 16), + (146060, "248125", 1, 0, 16), + (146061, "248125", 1, 0, 16), + (146062, "248003", 1, 0, 16), + (146063, "248142", 1, 0, 16), + (146064, "248142", 1, 0, 16), + (146065, "248142", 1, 0, 16), + (146066, "248142", 1, 0, 16), + (146067, "248142", 1, 0, 16), + (146068, "248158", 1, 0, 16), + (146069, "248158", 1, 0, 16), + (146070, "248158", 1, 0, 16), + (146071, "248158", 1, 0, 16), + (146072, "248158", 1, 0, 16), + (146073, "248158", 1, 0, 16), + (146074, "248158", 1, 0, 16), + (146075, "248158", 1, 0, 16), + (146076, "248158", 1, 0, 16), + (146077, "248158", 1, 0, 16), + (146078, "248158", 1, 0, 16), + (146079, "248158", 1, 0, 16), + (146080, "248158", 1, 0, 16), + (146081, "248159", 1, 0, 16), + (146082, "248159", 1, 0, 16), + (146083, "248165", 1, 0, 16), + (146084, "248165", 1, 0, 16), + (146085, "248165", 1, 0, 16), + (146086, "248165", 1, 0, 16), + (146087, "248165", 1, 0, 16), + (146088, "248179", 1, 0, 16), + (146089, "248179", 1, 0, 16), + (146090, "248008", 1, 0, 16), + (146091, "248008", 1, 0, 16), + (146092, "248008", 1, 0, 16), + (146093, "248008", 1, 0, 16), + (146094, "248008", 1, 0, 16), + (146095, "248008", 1, 0, 16), + (146096, "248008", 1, 0, 16), + (146097, "248008", 1, 0, 16), + (146098, "248009", 1, 0, 16), + (146099, "249205", 1, 0, 16), + (146100, "248145", 1, 0, 16), + (146101, "249204", 1, 0, 16), + (146102, "249204", 1, 0, 16), + (146103, "248003", 1, 0, 16), + (146104, "248003", 1, 0, 16), + (146105, "248124", 1, 0, 16), + (146106, "248124", 1, 0, 16), + (146107, "248124", 1, 0, 16), + (146108, "248124", 1, 0, 16), + (146109, "248124", 1, 0, 16), + (146110, "248124", 1, 0, 16), + (146111, "248124", 1, 0, 16), + (146112, "248124", 1, 0, 16), + (146113, "248124", 1, 0, 16), + (146114, "248124", 1, 0, 16), + (146115, "248124", 1, 0, 16), + (146116, "248123", 1, 0, 16), + (146117, "248123", 1, 0, 16), + (146118, "248123", 1, 0, 16), + (146119, "248123", 1, 0, 16), + (146120, "248123", 1, 0, 16), + (146121, "248123", 1, 0, 16), + (146122, "248123", 1, 0, 16), + (146123, "248007", 1, 0, 16), + (146124, "248007", 1, 0, 16), + (146125, "248007", 1, 0, 16), + (146126, "248007", 1, 0, 16), + (146127, "248007", 1, 0, 16), + (146128, "248007", 1, 0, 16), + (146129, "248007", 1, 0, 16), + (146130, "248007", 1, 0, 16), + (146131, "248007", 1, 0, 16), + (146132, "248007", 1, 0, 16), + (146133, "248007", 1, 0, 16), + (146134, "248197", 1, 0, 16), + (146135, "248197", 1, 0, 16), + (146136, "248197", 1, 0, 16), + (146137, "248197", 1, 0, 16), + (146138, "248197", 1, 0, 16), + (146139, "248197", 1, 0, 16), + (146140, "248197", 1, 0, 16), + (146141, "248197", 1, 0, 16), + (146142, "248197", 1, 0, 16), + (146143, "248197", 1, 0, 16), + (146144, "248197", 1, 0, 16), + (146145, "248196", 1, 0, 16), + (146146, "248196", 1, 0, 16), + (146147, "248196", 1, 0, 16), + (146148, "248196", 1, 0, 16), + (146149, "248196", 1, 0, 16), + (146150, "248196", 1, 0, 16), + (146151, "248196", 1, 0, 16), + (146152, "248196", 1, 0, 16), + (146153, "248196", 1, 0, 16), + (146154, "248196", 1, 0, 16), + (146155, "248198", 1, 0, 16), + (146156, "248198", 1, 0, 16), + (146157, "248199", 1, 0, 16), + (146158, "248199", 1, 0, 16), + (146159, "248199", 1, 0, 16), + (146160, "248199", 1, 0, 16), + (146161, "248199", 1, 0, 16), + (146162, "248199", 1, 0, 16), + (146163, "248199", 1, 0, 16), + (146164, "248199", 1, 0, 16), + (146165, "248199", 1, 0, 16), + (146166, "248199", 1, 0, 16), + (146167, "248199", 1, 0, 16), + (146168, "248199", 1, 0, 16), + (146169, "248199", 1, 0, 16), + (146170, "248199", 1, 0, 16), + (146171, "248199", 1, 0, 16), + (146172, "247667", 1, 0, 16), + (146173, "247667", 1, 0, 16), + (146174, "247667", 1, 0, 16), + (146175, "247667", 1, 0, 16), + (146176, "247667", 1, 0, 16), + (146177, "247667", 1, 0, 16), + (146178, "247667", 1, 0, 16), + (146179, "247667", 1, 0, 16), + (146180, "247667", 1, 0, 16), + (146181, "247667", 1, 0, 16), + (146182, "247667", 1, 0, 16), + (146183, "247667", 1, 0, 16), + (146184, "247667", 1, 0, 16), + (146185, "249402", 1, 0, 16), + (146186, "249402", 1, 0, 16), + (146187, "249402", 1, 0, 16), + (146188, "249402", 1, 0, 16), + (146189, "249405", 1, 0, 16), + (146190, "249402", 1, 0, 16), + (146191, "247661", 1, 0, 16), + (146192, "247661", 1, 0, 16), + (146193, "247661", 1, 0, 16), + (146194, "247661", 1, 0, 16), + (146195, "247661", 1, 0, 16), + (146196, "247661", 1, 0, 16), + (146197, "247661", 1, 0, 16), + (146198, "249404", 1, 0, 16), + (146199, "249404", 1, 0, 16), + (146200, "249404", 1, 0, 16), + (146201, "249404", 1, 0, 16), + (146202, "247670", 1, 0, 16), + (146203, "247670", 1, 0, 16), + (146204, "247670", 1, 0, 16), + (146205, "247670", 1, 0, 16), + (146206, "247670", 1, 0, 16), + (146207, "247670", 1, 0, 16), + (146208, "247670", 1, 0, 16), + (146209, "247670", 1, 0, 16), + (146210, "247668", 1, 0, 16), + (146211, "247668", 1, 0, 16), + (146212, "247665", 1, 0, 16), + (146213, "247665", 1, 0, 16), + (146214, "247662", 1, 0, 16), + (146215, "247662", 1, 0, 16), + (146216, "247662", 1, 0, 16), + (146217, "263655", 1, 0, 16), + (146218, "263601", 1, 0, 16), + (146219, "263625", 1, 0, 16), + (146220, "263643", 1, 0, 16), + (146221, "263678", 1, 0, 16), + (146222, "263645", 1, 0, 16), + (146223, "263621", 1, 0, 16), + (146224, "263659", 1, 0, 16), + (146225, "263661", 1, 0, 16), + (146226, "263635", 1, 0, 16), + (146227, "263655", 1, 0, 16), + (146228, "263655", 1, 0, 16), + (146229, "263634", 1, 0, 16), + (146230, "263634", 1, 0, 16), + (146231, "263634", 1, 0, 16), + (146232, "263634", 1, 0, 16), + (146233, "263634", 1, 0, 16), + (146234, "263634", 1, 0, 16), + (146235, "263634", 1, 0, 16), + (146236, "263634", 1, 0, 16), + (146237, "263634", 1, 0, 16), + (146238, "263619", 1, 0, 16), + (146239, "263619", 1, 0, 16), + (146240, "263619", 1, 0, 16), + (146241, "263619", 1, 0, 16), + (146242, "263619", 1, 0, 16), + (146243, "263619", 1, 0, 16), + (146244, "263619", 1, 0, 16), + (146245, "263619", 1, 0, 16), + (146246, "263636", 1, 0, 16), + (146247, "263636", 1, 0, 16), + (146248, "263636", 1, 0, 16), + (146249, "263636", 1, 0, 16), + (146250, "263626", 1, 0, 16), + (146251, "263626", 1, 0, 16), + (146252, "263626", 1, 0, 16), + (146253, "263626", 1, 0, 16), + (146254, "263601", 1, 0, 16), + (146255, "263601", 1, 0, 16), + (146256, "263601", 1, 0, 16), + (146257, "263601", 1, 0, 16), + (146258, "263601", 1, 0, 16), + (146259, "263601", 1, 0, 16), + (146260, "263601", 1, 0, 16), + (146261, "263601", 1, 0, 16), + (146262, "263601", 1, 0, 16), + (146263, "263601", 1, 0, 16), + (146264, "263601", 1, 0, 16), + (146265, "263601", 1, 0, 16), + (146266, "263601", 1, 0, 16), + (146267, "263601", 1, 0, 16), + (146268, "263601", 1, 0, 16), + (146269, "263601", 1, 0, 16), + (146270, "263601", 1, 0, 16), + (146271, "263601", 1, 0, 16), + (146272, "263601", 1, 0, 16), + (146273, "263601", 1, 0, 16), + (146274, "263601", 1, 0, 16), + (146275, "263601", 1, 0, 16), + (146276, "263601", 1, 0, 16), + (146277, "263601", 1, 0, 16), + (146278, "263642", 1, 0, 16), + (146279, "263642", 1, 0, 16), + (146280, "263642", 1, 0, 16), + (146281, "263642", 1, 0, 16), + (146282, "263642", 1, 0, 16), + (146283, "263642", 1, 0, 16), + (146284, "263642", 1, 0, 16), + (146285, "263626", 1, 0, 16), + (146286, "263626", 1, 0, 16), + (146287, "263626", 1, 0, 16), + (146288, "263626", 1, 0, 16), + (146289, "263625", 1, 0, 16), + (146290, "263625", 1, 0, 16), + (146291, "263625", 1, 0, 16), + (146292, "263625", 1, 0, 16), + (146293, "263625", 1, 0, 16), + (146294, "263625", 1, 0, 16), + (146295, "263625", 1, 0, 16), + (146296, "263625", 1, 0, 16), + (146297, "263625", 1, 0, 16), + (146298, "263625", 1, 0, 16), + (146299, "263625", 1, 0, 16), + (146300, "263625", 1, 0, 16), + (146301, "263640", 1, 0, 16), + (146302, "263640", 1, 0, 16), + (146303, "263640", 1, 0, 16), + (146304, "263640", 1, 0, 16), + (146305, "263640", 1, 0, 16), + (146306, "263640", 1, 0, 16), + (146307, "263640", 1, 0, 16), + (146308, "263640", 1, 0, 16), + (146309, "263640", 1, 0, 16), + (146310, "263631", 1, 0, 16), + (146311, "263631", 1, 0, 16), + (146312, "263631", 1, 0, 16), + (146313, "263631", 1, 0, 16), + (146314, "263631", 1, 0, 16), + (146315, "263631", 1, 0, 16), + (146316, "263631", 1, 0, 16), + (146317, "263631", 1, 0, 16), + (146318, "263631", 1, 0, 16), + (146319, "263631", 1, 0, 16), + (146320, "263631", 1, 0, 16), + (146321, "263632", 1, 0, 16), + (146322, "263632", 1, 0, 16), + (146323, "263632", 1, 0, 16), + (146324, "263632", 1, 0, 16), + (146325, "263632", 1, 0, 16), + (146326, "263632", 1, 0, 16), + (146327, "263632", 1, 0, 16), + (146328, "263632", 1, 0, 16), + (146329, "263632", 1, 0, 16), + (146330, "263639", 1, 0, 16), + (146331, "263639", 1, 0, 16), + (146332, "263639", 1, 0, 16), + (146333, "263639", 1, 0, 16), + (146334, "263643", 1, 0, 16), + (146335, "263643", 1, 0, 16), + (146336, "263643", 1, 0, 16), + (146337, "263643", 1, 0, 16), + (146338, "263638", 1, 0, 16), + (146339, "263638", 1, 0, 16), + (146340, "263623", 1, 0, 16), + (146341, "263623", 1, 0, 16), + (146342, "263623", 1, 0, 16), + (146343, "263623", 1, 0, 16), + (146344, "263623", 1, 0, 16), + (146345, "263623", 1, 0, 16), + (146346, "263623", 1, 0, 16), + (146347, "263623", 1, 0, 16), + (146348, "263623", 1, 0, 16), + (146349, "263623", 1, 0, 16), + (146350, "263623", 1, 0, 16), + (146351, "263623", 1, 0, 16), + (146352, "263623", 1, 0, 16), + (146353, "263623", 1, 0, 16), + (146354, "263623", 1, 0, 16), + (146355, "263623", 1, 0, 16), + (146356, "263623", 1, 0, 16), + (146357, "263623", 1, 0, 16), + (146358, "263623", 1, 0, 16), + (146359, "263623", 1, 0, 16), + (146360, "263623", 1, 0, 16), + (146361, "263633", 1, 0, 16), + (146362, "263633", 1, 0, 16), + (146363, "263633", 1, 0, 16), + (146364, "263633", 1, 0, 16), + (146365, "263633", 1, 0, 16), + (146366, "263633", 1, 0, 16), + (146367, "263633", 1, 0, 16), + (146368, "263633", 1, 0, 16), + (146369, "263678", 1, 0, 16), + (146370, "263637", 1, 0, 16), + (146371, "263637", 1, 0, 16), + (146372, "263637", 1, 0, 16), + (146373, "263637", 1, 0, 16), + (146374, "263637", 1, 0, 16), + (146375, "263637", 1, 0, 16), + (146376, "263637", 1, 0, 16), + (146377, "263628", 1, 0, 16), + (146378, "263628", 1, 0, 16), + (146379, "263628", 1, 0, 16), + (146380, "263628", 1, 0, 16), + (146381, "263628", 1, 0, 16), + (146382, "263628", 1, 0, 16), + (146383, "263628", 1, 0, 16), + (146384, "263628", 1, 0, 16), + (146385, "263628", 1, 0, 16), + (146386, "263628", 1, 0, 16), + (146387, "263628", 1, 0, 16), + (146388, "263628", 1, 0, 16), + (146389, "263645", 1, 0, 16), + (146390, "263645", 1, 0, 16), + (146391, "263645", 1, 0, 16), + (146392, "263645", 1, 0, 16), + (146393, "263645", 1, 0, 16), + (146394, "263645", 1, 0, 16), + (146395, "263645", 1, 0, 16), + (146396, "263645", 1, 0, 16), + (146397, "263645", 1, 0, 16), + (146398, "263645", 1, 0, 16), + (146399, "263645", 1, 0, 16), + (146400, "263645", 1, 0, 16), + (146401, "263645", 1, 0, 16), + (146402, "263645", 1, 0, 16), + (146403, "263642", 1, 0, 16), + (146404, "263642", 1, 0, 16), + (146405, "263642", 1, 0, 16), + (146406, "263642", 1, 0, 16), + (146407, "263642", 1, 0, 16), + (146408, "263642", 1, 0, 16), + (146409, "263642", 1, 0, 16), + (146410, "263642", 1, 0, 16), + (146411, "263642", 1, 0, 16), + (146412, "263642", 1, 0, 16), + (146413, "263642", 1, 0, 16), + (146414, "263642", 1, 0, 16), + (146415, "263642", 1, 0, 16), + (146416, "263642", 1, 0, 16), + (146417, "263642", 1, 0, 16), + (146418, "263642", 1, 0, 16), + (146419, "263642", 1, 0, 16), + (146420, "263642", 1, 0, 16), + (146421, "263642", 1, 0, 16), + (146422, "263641", 1, 0, 16), + (146423, "263641", 1, 0, 16), + (146424, "263641", 1, 0, 16), + (146425, "263641", 1, 0, 16), + (146426, "263641", 1, 0, 16), + (146427, "263641", 1, 0, 16), + (146428, "263641", 1, 0, 16), + (146429, "263641", 1, 0, 16), + (146430, "263641", 1, 0, 16), + (146431, "263641", 1, 0, 16), + (146432, "263645", 1, 0, 16), + (146433, "263645", 1, 0, 16), + (146434, "263645", 1, 0, 16), + (146435, "263645", 1, 0, 16), + (146436, "263621", 1, 0, 16), + (146437, "263646", 1, 0, 16), + (146438, "263646", 1, 0, 16), + (146439, "263646", 1, 0, 16), + (146440, "263646", 1, 0, 16), + (146441, "263646", 1, 0, 16), + (146442, "263646", 1, 0, 16), + (146443, "263646", 1, 0, 16), + (146444, "263646", 1, 0, 16), + (146445, "263646", 1, 0, 16), + (146446, "263646", 1, 0, 16), + (146447, "263667", 1, 0, 16), + (146448, "263667", 1, 0, 16), + (146449, "263667", 1, 0, 16), + (146450, "263667", 1, 0, 16), + (146451, "263667", 1, 0, 16), + (146452, "263667", 1, 0, 16), + (146453, "263667", 1, 0, 16), + (146454, "263667", 1, 0, 16), + (146455, "263667", 1, 0, 16), + (146456, "263667", 1, 0, 16), + (146457, "263680", 1, 0, 16), + (146458, "263680", 1, 0, 16), + (146459, "263680", 1, 0, 16), + (146460, "263680", 1, 0, 16), + (146461, "263680", 1, 0, 16), + (146462, "263680", 1, 0, 16), + (146463, "263680", 1, 0, 16), + (146464, "263660", 1, 0, 16), + (146465, "263660", 1, 0, 16), + (146466, "263660", 1, 0, 16), + (146467, "263660", 1, 0, 16), + (146468, "263659", 1, 0, 16), + (146469, "263659", 1, 0, 16), + (146470, "263659", 1, 0, 16), + (146471, "263659", 1, 0, 16), + (146472, "263659", 1, 0, 16), + (146473, "263659", 1, 0, 16), + (146474, "263664", 1, 0, 16), + (146475, "263664", 1, 0, 16), + (146476, "263664", 1, 0, 16), + (146477, "263664", 1, 0, 16), + (146478, "263653", 1, 0, 16), + (146479, "263653", 1, 0, 16), + (146480, "263653", 1, 0, 16), + (146481, "263653", 1, 0, 16), + (146482, "263653", 1, 0, 16), + (146483, "263653", 1, 0, 16), + (146484, "263653", 1, 0, 16), + (146485, "263653", 1, 0, 16), + (146486, "263653", 1, 0, 16), + (146487, "263653", 1, 0, 16), + (146488, "263653", 1, 0, 16), + (146489, "263653", 1, 0, 16), + (146490, "263653", 1, 0, 16), + (146491, "263653", 1, 0, 16), + (146492, "263656", 1, 0, 16), + (146493, "263656", 1, 0, 16), + (146494, "263656", 1, 0, 16), + (146495, "263656", 1, 0, 16), + (146496, "263656", 1, 0, 16), + (146497, "263656", 1, 0, 16), + (146498, "263656", 1, 0, 16), + (146499, "263656", 1, 0, 16), + (146500, "263656", 1, 0, 16), + (146501, "263656", 1, 0, 16), + (146502, "263656", 1, 0, 16), + (146503, "263656", 1, 0, 16), + (146504, "263656", 1, 0, 16), + (146505, "263656", 1, 0, 16), + (146506, "263641", 1, 0, 16), + (146507, "263641", 1, 0, 16), + (146508, "263624", 1, 0, 16), + (146509, "263624", 1, 0, 16), + (146510, "263624", 1, 0, 16), + (146511, "263624", 1, 0, 16), + (146512, "263624", 1, 0, 16), + (146513, "263624", 1, 0, 16), + (146514, "263624", 1, 0, 16), + (146515, "263624", 1, 0, 16), + (146516, "263624", 1, 0, 16), + (146517, "263624", 1, 0, 16), + (146518, "263624", 1, 0, 16), + (146519, "263635", 1, 0, 16), + (146520, "263622", 1, 0, 16), + (146521, "263622", 1, 0, 16), + (146522, "263622", 1, 0, 16), + (146523, "263622", 1, 0, 16), + (146524, "263622", 1, 0, 16), + (146525, "263622", 1, 0, 16), + (146526, "263622", 1, 0, 16), + (146527, "263622", 1, 0, 16), + (146528, "263622", 1, 0, 16), + (146529, "263622", 1, 0, 16), + (146530, "263622", 1, 0, 16), + (146531, "263622", 1, 0, 16), + (146532, "263622", 1, 0, 16), + (146533, "263622", 1, 0, 16), + (146534, "263622", 1, 0, 16), + (146535, "263622", 1, 0, 16), + (146536, "263622", 1, 0, 16), + (146537, "263622", 1, 0, 16), + (146538, "263622", 1, 0, 16), + (146539, "263622", 1, 0, 16), + (146540, "263655", 1, 0, 16), + (146541, "263655", 1, 0, 16), + (146542, "263652", 1, 0, 16), + (146543, "263652", 1, 0, 16), + (146544, "263652", 1, 0, 16), + (146545, "263652", 1, 0, 16), + (146546, "263652", 1, 0, 16), + (146547, "263665", 1, 0, 16), + (146548, "263665", 1, 0, 16), + (146549, "263665", 1, 0, 16), + (146550, "263658", 1, 0, 16), + (146551, "263658", 1, 0, 16), + (146552, "263658", 1, 0, 16), + (146553, "263658", 1, 0, 16), + (146554, "263658", 1, 0, 16), + (146555, "263658", 1, 0, 16), + (146556, "263658", 1, 0, 16), + (146557, "263658", 1, 0, 16), + (146558, "263676", 1, 0, 16), + (146559, "263676", 1, 0, 16), + (146560, "263676", 1, 0, 16), + (146561, "263676", 1, 0, 16), + (146562, "263676", 1, 0, 16), + (146563, "263676", 1, 0, 16), + (146564, "263676", 1, 0, 16), + (146565, "263676", 1, 0, 16), + (146566, "263676", 1, 0, 16), + (146567, "263676", 1, 0, 16), + (146568, "263676", 1, 0, 16), + (146569, "263676", 1, 0, 16), + (146570, "263676", 1, 0, 16), + (146571, "263661", 1, 0, 16), + (146572, "263661", 1, 0, 16), + (146573, "263661", 1, 0, 16), + (146574, "263661", 1, 0, 16), + (146575, "263661", 1, 0, 16), + (146576, "263661", 1, 0, 16), + (146577, "263661", 1, 0, 16), + (146578, "263661", 1, 0, 16), + (146579, "263661", 1, 0, 16), + (146580, "263661", 1, 0, 16), + (146581, "263661", 1, 0, 16), + (146582, "263661", 1, 0, 16), + (146583, "263661", 1, 0, 16), + (146584, "263663", 1, 0, 16), + (146585, "263663", 1, 0, 16), + (146586, "263663", 1, 0, 16), + (146587, "263663", 1, 0, 16), + (146588, "263663", 1, 0, 16), + (146589, "263679", 1, 0, 16), + (146590, "263679", 1, 0, 16), + (146591, "263679", 1, 0, 16), + (146592, "263679", 1, 0, 16), + (146593, "263679", 1, 0, 16), + (146594, "263679", 1, 0, 16), + (146595, "263679", 1, 0, 16), + (146596, "263679", 1, 0, 16), + (146597, "263679", 1, 0, 16), + (146598, "263679", 1, 0, 16), + (146599, "263679", 1, 0, 16), + (146600, "263679", 1, 0, 16), + (146601, "263630", 1, 0, 16), + (146602, "263630", 1, 0, 16), + (146603, "263629", 1, 0, 16), + (146604, "263629", 1, 0, 16), + (146605, "263635", 1, 0, 16), + (146606, "263635", 1, 0, 16), + (146607, "263635", 1, 0, 16), + (146608, "263635", 1, 0, 16), + (146609, "263635", 1, 0, 16), + (146610, "263635", 1, 0, 16), + (146611, "263635", 1, 0, 16), + (146612, "263635", 1, 0, 16), + (146613, "263635", 1, 0, 16), + (146614, "263635", 1, 0, 16), + (146615, "263635", 1, 0, 16), + (146616, "246401", 1, 0, 16), + (146617, "246401", 1, 0, 16), + (146618, "246401", 1, 0, 16), + (146619, "246401", 1, 0, 16), + (146620, "246440", 1, 0, 16), + (146621, "246440", 1, 0, 16), + (146622, "246440", 1, 0, 16), + (146623, "246440", 1, 0, 16), + (146624, "246440", 1, 0, 16), + (146625, "246440", 1, 0, 16), + (146626, "246440", 1, 0, 16), + (146627, "246440", 1, 0, 16), + (146628, "246440", 1, 0, 16), + (146629, "246421", 1, 0, 16), + (146630, "246421", 1, 0, 16), + (146631, "246421", 1, 0, 16), + (146632, "246421", 1, 0, 16), + (146633, "246421", 1, 0, 16), + (146634, "246421", 1, 0, 16), + (146635, "246421", 1, 0, 16), + (146636, "246421", 1, 0, 16), + (146637, "246421", 1, 0, 16), + (146638, "246421", 1, 0, 16), + (146639, "246421", 1, 0, 16), + (146640, "246486", 1, 0, 16), + (146641, "246486", 1, 0, 16), + (146642, "246486", 1, 0, 16), + (146643, "246486", 1, 0, 16), + (146644, "246422", 1, 0, 16), + (146645, "246422", 1, 0, 16), + (146646, "246443", 1, 0, 16), + (146647, "246419", 1, 0, 16), + (146648, "246419", 1, 0, 16), + (146649, "246427", 1, 0, 16), + (146650, "246429", 1, 0, 16), + (146651, "246141", 1, 0, 16), + (146652, "246444", 1, 0, 16), + (146653, "246455", 1, 0, 16), + (146654, "246472", 1, 0, 16), + (146655, "246171", 1, 0, 16), + (146656, "246475", 1, 0, 16), + (146657, "246419", 1, 0, 16), + (146658, "246419", 1, 0, 16), + (146659, "246419", 1, 0, 16), + (146660, "246419", 1, 0, 16), + (146661, "246419", 1, 0, 16), + (146662, "246419", 1, 0, 16), + (146663, "246424", 1, 0, 16), + (146664, "246424", 1, 0, 16), + (146665, "246424", 1, 0, 16), + (146666, "246424", 1, 0, 16), + (146667, "246424", 1, 0, 16), + (146668, "246424", 1, 0, 16), + (146669, "246424", 1, 0, 16), + (146670, "246424", 1, 0, 16), + (146671, "246424", 1, 0, 16), + (146672, "246424", 1, 0, 16), + (146673, "246425", 1, 0, 16), + (146674, "246425", 1, 0, 16), + (146675, "246425", 1, 0, 16), + (146676, "246425", 1, 0, 16), + (146677, "246425", 1, 0, 16), + (146678, "246425", 1, 0, 16), + (146679, "246425", 1, 0, 16), + (146680, "246425", 1, 0, 16), + (146681, "246425", 1, 0, 16), + (146682, "246425", 1, 0, 16), + (146683, "246425", 1, 0, 16), + (146684, "246425", 1, 0, 16), + (146685, "246425", 1, 0, 16), + (146686, "246425", 1, 0, 16), + (146687, "246426", 1, 0, 16), + (146688, "246495", 1, 0, 16), + (146689, "246495", 1, 0, 16), + (146690, "246427", 1, 0, 16), + (146691, "246427", 1, 0, 16), + (146692, "246427", 1, 0, 16), + (146693, "246427", 1, 0, 16), + (146694, "246427", 1, 0, 16), + (146695, "246427", 1, 0, 16), + (146696, "246427", 1, 0, 16), + (146697, "246427", 1, 0, 16), + (146698, "246427", 1, 0, 16), + (146699, "246427", 1, 0, 16), + (146700, "246427", 1, 0, 16), + (146701, "246427", 1, 0, 16), + (146702, "246427", 1, 0, 16), + (146703, "246427", 1, 0, 16), + (146704, "246427", 1, 0, 16), + (146705, "246427", 1, 0, 16), + (146706, "246428", 1, 0, 16), + (146707, "246428", 1, 0, 16), + (146708, "246428", 1, 0, 16), + (146709, "246428", 1, 0, 16), + (146710, "246428", 1, 0, 16), + (146711, "246428", 1, 0, 16), + (146712, "246428", 1, 0, 16), + (146713, "246429", 1, 0, 16), + (146714, "246429", 1, 0, 16), + (146715, "246429", 1, 0, 16), + (146716, "246429", 1, 0, 16), + (146717, "246429", 1, 0, 16), + (146718, "246429", 1, 0, 16), + (146719, "246429", 1, 0, 16), + (146720, "246429", 1, 0, 16), + (146721, "246429", 1, 0, 16), + (146722, "246429", 1, 0, 16), + (146723, "246429", 1, 0, 16), + (146724, "246429", 1, 0, 16), + (146725, "246429", 1, 0, 16), + (146726, "246429", 1, 0, 16), + (146727, "246435", 1, 0, 16), + (146728, "246435", 1, 0, 16), + (146729, "246435", 1, 0, 16), + (146730, "246435", 1, 0, 16), + (146731, "246435", 1, 0, 16), + (146732, "246435", 1, 0, 16), + (146733, "246435", 1, 0, 16), + (146734, "246435", 1, 0, 16), + (146735, "246435", 1, 0, 16), + (146736, "246435", 1, 0, 16), + (146737, "246435", 1, 0, 16), + (146738, "246435", 1, 0, 16), + (146739, "246435", 1, 0, 16), + (146740, "246435", 1, 0, 16), + (146741, "246435", 1, 0, 16), + (146742, "246435", 1, 0, 16), + (146743, "246439", 1, 0, 16), + (146744, "246439", 1, 0, 16), + (146745, "246439", 1, 0, 16), + (146746, "246439", 1, 0, 16), + (146747, "246439", 1, 0, 16), + (146748, "246439", 1, 0, 16), + (146749, "246439", 1, 0, 16), + (146750, "246439", 1, 0, 16), + (146751, "246439", 1, 0, 16), + (146752, "741139", 1, 0, 4), + (146753, "713154", 1, 0, 4), + (146754, "713121", 1, 0, 4), + (146755, "713101", 1, 0, 4), + (146756, "713401", 1, 0, 4), + (146757, "713402", 1, 0, 4), + (146758, "713156", 1, 0, 4), + (146759, "713146", 1, 0, 4), + (146760, "713125", 1, 0, 4), + (146761, "713122", 1, 0, 4), + (146762, "713153", 1, 0, 4), + (146763, "713101", 1, 0, 4), + (146764, "713152", 1, 0, 4), + (146765, "713124", 1, 0, 4), + (146766, "713126", 1, 0, 4), + (146767, "713127", 1, 0, 4), + (146768, "713403", 1, 0, 4), + (146769, "713101", 1, 0, 4), + (146770, "713101", 1, 0, 4), + (146771, "713104", 1, 0, 4), + (146772, "713101", 1, 0, 4), + (146773, "713104", 1, 0, 4), + (146774, "713104", 1, 0, 4), + (146775, "713404", 1, 0, 4), + (146776, "713103", 1, 0, 4), + (146777, "713406", 1, 0, 4), + (146778, "713103", 1, 0, 4), + (146779, "713128", 1, 0, 4), + (146780, "713128", 1, 0, 4), + (146781, "713104", 1, 0, 4), + (146782, "713407", 1, 0, 4), + (146783, "713104", 1, 0, 4), + (146784, "713103", 1, 0, 4), + (146785, "713408", 1, 0, 4), + (146786, "713102", 1, 0, 4), + (146787, "713131", 1, 0, 4), + (146788, "713141", 1, 0, 4), + (146789, "713142", 1, 0, 4), + (146790, "713102", 1, 0, 4), + (146791, "713426", 1, 0, 4), + (146792, "713144", 1, 0, 4), + (146793, "713145", 1, 0, 4), + (146794, "713146", 1, 0, 4), + (146795, "713146", 1, 0, 4), + (146796, "713102", 1, 0, 4), + (146797, "713166", 1, 0, 4), + (146798, "713101", 1, 0, 4), + (146799, "713420", 1, 0, 4), + (146800, "713148", 1, 0, 4), + (146801, "713421", 1, 0, 4), + (146802, "713101", 1, 0, 4), + (146803, "713151", 1, 0, 4), + (146804, "713103", 1, 0, 4), + (146805, "713101", 1, 0, 4), + (146806, "713149", 1, 0, 4), + (146807, "713103", 1, 0, 4), + (146808, "713101", 1, 0, 4), + (146809, "713423", 1, 0, 4), + (146810, "713422", 1, 0, 4), + (146811, "713424", 1, 0, 4), + (146812, "713103", 1, 0, 4), + (146813, "713427", 1, 0, 4), + (146814, "713130", 1, 0, 4), + (146815, "713123", 1, 0, 4), + (146816, "713409", 1, 0, 4), + (146817, "713409", 1, 0, 4), + (146818, "713502", 1, 0, 4), + (146819, "713405", 1, 0, 4), + (146820, "713409", 1, 0, 4), + (146821, "713409", 1, 0, 4), + (146822, "713129", 1, 0, 4), + (146823, "713130", 1, 0, 4), + (146824, "713130", 1, 0, 4), + (146825, "713130", 1, 0, 4), + (146826, "713140", 1, 0, 4), + (146827, "713143", 1, 0, 4), + (146828, "713515", 1, 0, 4), + (146829, "713147", 1, 0, 4), + (146830, "713512", 1, 0, 4), + (146831, "713512", 1, 0, 4), + (146832, "713513", 1, 0, 4), + (146833, "713514", 1, 0, 4), + (146834, "713150", 1, 0, 4), + (146835, "713519", 1, 0, 4), + (146836, "700159", 1, 0, 4), + (146837, "700015", 1, 0, 4), + (146838, "711306", 1, 0, 4), + (146839, "713208", 1, 0, 4), + (146840, "742238", 1, 0, 4), + (146841, "700114", 1, 0, 4), + (146842, "700083", 1, 0, 4), + (146843, "700056", 1, 0, 4), + (146844, "700117", 1, 0, 4), + (146845, "700056", 1, 0, 4), + (146846, "700110", 1, 0, 4), + (146847, "700158", 1, 0, 4), + (146848, "700110", 1, 0, 4), + (146849, "700113", 1, 0, 4), + (146850, "700058", 1, 0, 4), + (146851, "700057", 1, 0, 4), + (146852, "700076", 1, 0, 4), + (146853, "700079", 1, 0, 4), + (146854, "700111", 1, 0, 4), + (146855, "700112", 1, 0, 4), + (146856, "700114", 1, 0, 4), + (146857, "700115", 1, 0, 4), + (146858, "700051", 1, 0, 4), + (146859, "700049", 1, 0, 4), + (146860, "700083", 1, 0, 4), + (146861, "700081", 1, 0, 4), + (146862, "700118", 1, 0, 4), + (146863, "700134", 1, 0, 4), + (146864, "700117", 1, 0, 4), + (146865, "700116", 1, 0, 4), + (146866, "700109", 1, 0, 4), + (146867, "742409", 1, 0, 4), + (146868, "731304", 1, 0, 4), + (146869, "700056", 1, 0, 4), + (146870, "700110", 1, 0, 4), + (146871, "700058", 1, 0, 4), + (146872, "700117", 1, 0, 4), + (146873, "700057", 1, 0, 4), + (146874, "700110", 1, 0, 4), + (146875, "700056", 1, 0, 4), + (146876, "700110", 1, 0, 4), + (146877, "700049", 1, 0, 4), + (146878, "742407", 1, 0, 4), + (146879, "742408", 1, 0, 4), + (146880, "700056", 1, 0, 4), + (146881, "742410", 1, 0, 4), + (146882, "700094", 1, 0, 4), + (146883, "711206", 1, 0, 4), + (146884, "713201", 1, 0, 4), + (146885, "713205", 1, 0, 4), + (146886, "700107", 1, 0, 4), + (146887, "700107", 1, 0, 4), + (146888, "713212", 1, 0, 4), + (146889, "736121", 1, 0, 4), + (146890, "700006", 1, 0, 4), + (146891, "713104", 1, 0, 4), + (146892, "700091", 1, 0, 4), + (146893, "700059", 1, 0, 4), + (146894, "700078", 1, 0, 4), + (146895, "713132", 1, 0, 4), + (146896, "700094", 1, 0, 4), + (146897, "700061", 1, 0, 4), + (146898, "700123", 1, 0, 4), + (146899, "700119", 1, 0, 4), + (146900, "743130", 1, 0, 4), + (146901, "743127", 1, 0, 4), + (146902, "743135", 1, 0, 4), + (146903, "743144", 1, 0, 4), + (146904, "700120", 1, 0, 4), + (146905, "743123", 1, 0, 4), + (146906, "743127", 1, 0, 4), + (146907, "743136", 1, 0, 4), + (146908, "743165", 1, 0, 4), + (146909, "743165", 1, 0, 4), + (146910, "700120", 1, 0, 4), + (146911, "700121", 1, 0, 4), + (146912, "700122", 1, 0, 4), + (146913, "700120", 1, 0, 4), + (146914, "700123", 1, 0, 4), + (146915, "743133", 1, 0, 4), + (146916, "743166", 1, 0, 4), + (146917, "743194", 1, 0, 4), + (146918, "743127", 1, 0, 4), + (146919, "700123", 1, 0, 4), + (146920, "700119", 1, 0, 4), + (146921, "700120", 1, 0, 4), + (146922, "742406", 1, 0, 4), + (146923, "731121", 1, 0, 4), + (146924, "731201", 1, 0, 4), + (146925, "731240", 1, 0, 4), + (146926, "731104", 1, 0, 4), + (146927, "731103", 1, 0, 4), + (146928, "731101", 1, 0, 4), + (146929, "731101", 1, 0, 4), + (146930, "731204", 1, 0, 4), + (146931, "731204", 1, 0, 4), + (146932, "731204", 1, 0, 4), + (146933, "731204", 1, 0, 4), + (146934, "731301", 1, 0, 4), + (146935, "731123", 1, 0, 4), + (146936, "731102", 1, 0, 4), + (146937, "731124", 1, 0, 4), + (146938, "731214", 1, 0, 4), + (146939, "731201", 1, 0, 4), + (146940, "731123", 1, 0, 4), + (146941, "731126", 1, 0, 4), + (146942, "731125", 1, 0, 4), + (146943, "731215", 1, 0, 4), + (146944, "731302", 1, 0, 4), + (146945, "731303", 1, 0, 4), + (146946, "731303", 1, 0, 4), + (146947, "731127", 1, 0, 4), + (146948, "731132", 1, 0, 4), + (146949, "731218", 1, 0, 4), + (146950, "731133", 1, 0, 4), + (146951, "731101", 1, 0, 4), + (146952, "731129", 1, 0, 4), + (146953, "731130", 1, 0, 4), + (146954, "731234", 1, 0, 4), + (146955, "731234", 1, 0, 4), + (146956, "731234", 1, 0, 4), + (146957, "731235", 1, 0, 4), + (146958, "731101", 1, 0, 4), + (146959, "731236", 1, 0, 4), + (146960, "731101", 1, 0, 4), + (146961, "731101", 1, 0, 4), + (146962, "731101", 1, 0, 4), + (146963, "731202", 1, 0, 4), + (146964, "731244", 1, 0, 4), + (146965, "731233", 1, 0, 4), + (146966, "731241", 1, 0, 4), + (146967, "731238", 1, 0, 4), + (146968, "731245", 1, 0, 4), + (146969, "731242", 1, 0, 4), + (146970, "731237", 1, 0, 4), + (146971, "731224", 1, 0, 4), + (146972, "731216", 1, 0, 4), + (146973, "731219", 1, 0, 4), + (146974, "731220", 1, 0, 4), + (146975, "731243", 1, 0, 4), + (146976, "731224", 1, 0, 4), + (146977, "731221", 1, 0, 4), + (146978, "731222", 1, 0, 4), + (146979, "731223", 1, 0, 4), + (146980, "731224", 1, 0, 4), + (146981, "721454", 1, 0, 4), + (146982, "721456", 1, 0, 4), + (146983, "721405", 1, 0, 4), + (146984, "721420", 1, 0, 4), + (146985, "721422", 1, 0, 4), + (146986, "721423", 1, 0, 4), + (146987, "721442", 1, 0, 4), + (146988, "721424", 1, 0, 4), + (146989, "721425", 1, 0, 4), + (146990, "721455", 1, 0, 4), + (146991, "721403", 1, 0, 4), + (146992, "721402", 1, 0, 4), + (146993, "721426", 1, 0, 4), + (146994, "721467", 1, 0, 4), + (146995, "721428", 1, 0, 4), + (146996, "721463", 1, 0, 4), + (146997, "721453", 1, 0, 4), + (146998, "721427", 1, 0, 4), + (146999, "721429", 1, 0, 4), + (147000, "721429", 1, 0, 4), + (147001, "721457", 1, 0, 4), + (147002, "721430", 1, 0, 4), + (147003, "721443", 1, 0, 4), + (147004, "721431", 1, 0, 4), + (147005, "721450", 1, 0, 4), + (147006, "721432", 1, 0, 4), + (147007, "721404", 1, 0, 4), + (147008, "721445", 1, 0, 4), + (147009, "721433", 1, 0, 4), + (147010, "721434", 1, 0, 4), + (147011, "721449", 1, 0, 4), + (147012, "721435", 1, 0, 4), + (147013, "721436", 1, 0, 4), + (147014, "721406", 1, 0, 4), + (147015, "721444", 1, 0, 4), + (147016, "721437", 1, 0, 4), + (147017, "721451", 1, 0, 4), + (147018, "721458", 1, 0, 4), + (147019, "721438", 1, 0, 4), + (147020, "721447", 1, 0, 4), + (147021, "721448", 1, 0, 4), + (147022, "721439", 1, 0, 4), + (147023, "721440", 1, 0, 4), + (147024, "721441", 1, 0, 4), + (147025, "721446", 1, 0, 4), + (147026, "721452", 1, 0, 4), + (147027, "721125", 1, 0, 4), + (147028, "721133", 1, 0, 4), + (147029, "721159", 1, 0, 4), + (147030, "721135", 1, 0, 4), + (147031, "721143", 1, 0, 4), + (147032, "732141", 1, 0, 4), + (147033, "732128", 1, 0, 4), + (147034, "732213", 1, 0, 4), + (147035, "732215", 1, 0, 4), + (147036, "732142", 1, 0, 4), + (147037, "732138", 1, 0, 4), + (147038, "732101", 1, 0, 4), + (147039, "732101", 1, 0, 4), + (147040, "732206", 1, 0, 4), + (147041, "732147", 1, 0, 4), + (147042, "732139", 1, 0, 4), + (147043, "732101", 1, 0, 4), + (147044, "732140", 1, 0, 4), + (147045, "732209", 1, 0, 4), + (147046, "732101", 1, 0, 4), + (147047, "732101", 1, 0, 4), + (147048, "732101", 1, 0, 4), + (147049, "732101", 1, 0, 4), + (147050, "732101", 1, 0, 4), + (147051, "732214", 1, 0, 4), + (147052, "732121", 1, 0, 4), + (147053, "732143", 1, 0, 4), + (147054, "732124", 1, 0, 4), + (147055, "732125", 1, 0, 4), + (147056, "732122", 1, 0, 4), + (147057, "732150", 1, 0, 4), + (147058, "732144", 1, 0, 4), + (147059, "732127", 1, 0, 4), + (147060, "732126", 1, 0, 4), + (147061, "732211", 1, 0, 4), + (147062, "732216", 1, 0, 4), + (147063, "732207", 1, 0, 4), + (147064, "732101", 1, 0, 4), + (147065, "732208", 1, 0, 4), + (147066, "732102", 1, 0, 4), + (147067, "732103", 1, 0, 4), + (147068, "732202", 1, 0, 4), + (147069, "732201", 1, 0, 4), + (147070, "732123", 1, 0, 4), + (147071, "732101", 1, 0, 4), + (147072, "732204", 1, 0, 4), + (147073, "732210", 1, 0, 4), + (147074, "732203", 1, 0, 4), + (147075, "732125", 1, 0, 4), + (147076, "732212", 1, 0, 4), + (147077, "732205", 1, 0, 4), + (147078, "742121", 1, 0, 4), + (147079, "742168", 1, 0, 4), + (147080, "742201", 1, 0, 4), + (147081, "742122", 1, 0, 4), + (147082, "742138", 1, 0, 4), + (147083, "742235", 1, 0, 4), + (147084, "742189", 1, 0, 4), + (147085, "742165", 1, 0, 4), + (147086, "742132", 1, 0, 4), + (147087, "742133", 1, 0, 4), + (147088, "742134", 1, 0, 4), + (147089, "742135", 1, 0, 4), + (147090, "742301", 1, 0, 4), + (147091, "742102", 1, 0, 4), + (147092, "742104", 1, 0, 4), + (147093, "742302", 1, 0, 4), + (147094, "742113", 1, 0, 4), + (147095, "742202", 1, 0, 4), + (147096, "742303", 1, 0, 4), + (147097, "742212", 1, 0, 4), + (147098, "742227", 1, 0, 4), + (147099, "742136", 1, 0, 4), + (147100, "742166", 1, 0, 4), + (147101, "742304", 1, 0, 4), + (147102, "742305", 1, 0, 4), + (147103, "742213", 1, 0, 4), + (147104, "742223", 1, 0, 4), + (147105, "742140", 1, 0, 4), + (147106, "742123", 1, 0, 4), + (147107, "742103", 1, 0, 4), + (147108, "742147", 1, 0, 4), + (147109, "742148", 1, 0, 4), + (147110, "742237", 1, 0, 4), + (147111, "742149", 1, 0, 4), + (147112, "742184", 1, 0, 4), + (147113, "742236", 1, 0, 4), + (147114, "742159", 1, 0, 4), + (147115, "742160", 1, 0, 4), + (147116, "742224", 1, 0, 4), + (147117, "742161", 1, 0, 4), + (147118, "742187", 1, 0, 4), + (147119, "742308", 1, 0, 4), + (147120, "742164", 1, 0, 4), + (147121, "742175", 1, 0, 4), + (147122, "742226", 1, 0, 4), + (147123, "742306", 1, 0, 4), + (147124, "742163", 1, 0, 4), + (147125, "742401", 1, 0, 4), + (147126, "742174", 1, 0, 4), + (147127, "742405", 1, 0, 4), + (147128, "742404", 1, 0, 4), + (147129, "742102", 1, 0, 4), + (147130, "742213", 1, 0, 4), + (147131, "742101", 1, 0, 4), + (147132, "742101", 1, 0, 4), + (147133, "742213", 1, 0, 4), + (147134, "742103", 1, 0, 4), + (147135, "742101", 1, 0, 4), + (147136, "742212", 1, 0, 4), + (147137, "742225", 1, 0, 4), + (147138, "742101", 1, 0, 4), + (147139, "742103", 1, 0, 4), + (147140, "742137", 1, 0, 4), + (147141, "742137", 1, 0, 4), + (147142, "742137", 1, 0, 4), + (147143, "742101", 1, 0, 4), + (147144, "742149", 1, 0, 4), + (147145, "742101", 1, 0, 4), + (147146, "742225", 1, 0, 4), + (147147, "742101", 1, 0, 4), + (147148, "742236", 1, 0, 4), + (147149, "742225", 1, 0, 4), + (147150, "742101", 1, 0, 4), + (147151, "742402", 1, 0, 4), + (147152, "742151", 1, 0, 4), + (147153, "743144", 1, 0, 4), + (147154, "700122", 1, 0, 4), + (147155, "743128", 1, 0, 4), + (147156, "743145", 1, 0, 4), + (147157, "700120", 1, 0, 4), + (147158, "700120", 1, 0, 4), + (147159, "743122", 1, 0, 4), + (147160, "743123", 1, 0, 4), + (147161, "743145", 1, 0, 4), + (147162, "700119", 1, 0, 4), + (147163, "743145", 1, 0, 4), + (147164, "743124", 1, 0, 4), + (147165, "743129", 1, 0, 4), + (147166, "743127", 1, 0, 4), + (147167, "743133", 1, 0, 4), + (147168, "743166", 1, 0, 4), + (147169, "743125", 1, 0, 4), + (147170, "700120", 1, 0, 4), + (147171, "743125", 1, 0, 4), + (147172, "743134", 1, 0, 4), + (147173, "743135", 1, 0, 4), + (147174, "743144", 1, 0, 4), + (147175, "743144", 1, 0, 4), + (147176, "743144", 1, 0, 4), + (147177, "743144", 1, 0, 4), + (147178, "700122", 1, 0, 4), + (147179, "743125", 1, 0, 4), + (147180, "743193", 1, 0, 4), + (147181, "743145", 1, 0, 4), + (147182, "743145", 1, 0, 4), + (147183, "743126", 1, 0, 4), + (147184, "743144", 1, 0, 4), + (147185, "743194", 1, 0, 4), + (147186, "711115", 1, 0, 4), + (147187, "700161", 1, 0, 4), + (147188, "734425", 1, 0, 4), + (147189, "700160", 1, 0, 4), + (147190, "734002", 1, 0, 4), + (147191, "713101", 1, 0, 4), + (147192, "700162", 1, 0, 4), + (147193, "712311", 1, 0, 4), + (147194, "713101", 1, 0, 4), + (147195, "713520", 1, 0, 4), + (147196, "743702", 1, 0, 4), + (147197, "700105", 1, 0, 4), + (147198, "700091", 1, 0, 4), + (147199, "721101", 1, 0, 4), + (147200, "700001", 1, 0, 4), + (147201, "713305", 1, 0, 4), + (147202, "713303", 1, 0, 4), + (147203, "700001", 1, 0, 4), + (147204, "700007", 1, 0, 4), + (147205, "741101", 1, 0, 4), + (147206, "741302", 1, 0, 4), + (147207, "741201", 1, 0, 4), + (147208, "741235", 1, 0, 4), + (147209, "700033", 1, 0, 4), + (147210, "700002", 1, 0, 4), + (147211, "700010", 1, 0, 4), + (147212, "700016", 1, 0, 4), + (147213, "700120", 1, 0, 4), + (147214, "700056", 1, 0, 4), + (147215, "700144", 1, 0, 4), + (147216, "743331", 1, 0, 4), + (147217, "713301", 1, 0, 4), + (147218, "713347", 1, 0, 4), + (147219, "713201", 1, 0, 4), + (147220, "722101", 1, 0, 4), + (147221, "700124", 1, 0, 4), + (147222, "743411", 1, 0, 4), + (147223, "731101", 1, 0, 4), + (147224, "731224", 1, 0, 4), + (147225, "713101", 1, 0, 4), + (147226, "713130", 1, 0, 4), + (147227, "721401", 1, 0, 4), + (147228, "736101", 1, 0, 4), + (147229, "734101", 1, 0, 4), + (147230, "734001", 1, 0, 4), + (147231, "733101", 1, 0, 4), + (147232, "711101", 1, 0, 4), + (147233, "711106", 1, 0, 4), + (147234, "735101", 1, 0, 4), + (147235, "735221", 1, 0, 4), + (147236, "732101", 1, 0, 4), + (147237, "721101", 1, 0, 4), + (147238, "721507", 1, 0, 4), + (147239, "742101", 1, 0, 4), + (147240, "742137", 1, 0, 4), + (147241, "742225", 1, 0, 4), + (147242, "712101", 1, 0, 4), + (147243, "712601", 1, 0, 4), + (147244, "712201", 1, 0, 4), + (147245, "721636", 1, 0, 4), + (147246, "723101", 1, 0, 4), + (147247, "743145", 1, 0, 4), + (147248, "721121", 1, 0, 4), + (147249, "721514", 1, 0, 4), + (147250, "721514", 1, 0, 4), + (147251, "721222", 1, 0, 4), + (147252, "721253", 1, 0, 4), + (147253, "721201", 1, 0, 4), + (147254, "721127", 1, 0, 4), + (147255, "721253", 1, 0, 4), + (147256, "721301", 1, 0, 4), + (147257, "721128", 1, 0, 4), + (147258, "721253", 1, 0, 4), + (147259, "721146", 1, 0, 4), + (147260, "721102", 1, 0, 4), + (147261, "742235", 1, 0, 4), + (147262, "721645", 1, 0, 4), + (147263, "721172", 1, 0, 4), + (147264, "721603", 1, 0, 4), + (147265, "721130", 1, 0, 4), + (147266, "721607", 1, 0, 4), + (147267, "721632", 1, 0, 4), + (147268, "721633", 1, 0, 4), + (147269, "721642", 1, 0, 4), + (147270, "721151", 1, 0, 4), + (147271, "721139", 1, 0, 4), + (147272, "721151", 1, 0, 4), + (147273, "721649", 1, 0, 4), + (147274, "721503", 1, 0, 4), + (147275, "721514", 1, 0, 4), + (147276, "713128", 1, 0, 4), + (147277, "713128", 1, 0, 4), + (147278, "713128", 1, 0, 4), + (147279, "736145", 1, 0, 4), + (147280, "713128", 1, 0, 4), + (147281, "721450", 1, 0, 4), + (147282, "721456", 1, 0, 4), + (147283, "721455", 1, 0, 4), + (147284, "721159", 1, 0, 4), + (147285, "721426", 1, 0, 4), + (147286, "721426", 1, 0, 4), + (147287, "721436", 1, 0, 4), + (147288, "721445", 1, 0, 4), + (147289, "721444", 1, 0, 4), + (147290, "721455", 1, 0, 4), + (147291, "713334", 1, 0, 4), + (147292, "722133", 1, 0, 4), + (147293, "722102", 1, 0, 4), + (147294, "722155", 1, 0, 4), + (147295, "734201", 1, 0, 4), + (147296, "713359", 1, 0, 4), + (147297, "734201", 1, 0, 4), + (147298, "734314", 1, 0, 4), + (147299, "712138", 1, 0, 4), + (147300, "712407", 1, 0, 4), + (147301, "712223", 1, 0, 4), + (147302, "712410", 1, 0, 4), + (147303, "712404", 1, 0, 4), + (147304, "712401", 1, 0, 4), + (147305, "712408", 1, 0, 4), + (147306, "712706", 1, 0, 4), + (147307, "712702", 1, 0, 4), + (147308, "712702", 1, 0, 4), + (147309, "712249", 1, 0, 4), + (147310, "712245", 1, 0, 4), + (147311, "712311", 1, 0, 4), + (147312, "712202", 1, 0, 4), + (147313, "712245", 1, 0, 4), + (147314, "743235", 1, 0, 4), + (147315, "743273", 1, 0, 4), + (147316, "743273", 1, 0, 4), + (147317, "700130", 1, 0, 4), + (147318, "731236", 1, 0, 4), + (147319, "742303", 1, 0, 4), + (147320, "741302", 1, 0, 4), + (147321, "741102", 1, 0, 4), + (147322, "741302", 1, 0, 4), + (147323, "700083", 1, 0, 4), + (147324, "700110", 1, 0, 4), + (147325, "700083", 1, 0, 4), + (147326, "700111", 1, 0, 4), + (147327, "700112", 1, 0, 4), + (147328, "700113", 1, 0, 4), + (147329, "700051", 1, 0, 4), + (147330, "722205", 1, 0, 4), + (147331, "722205", 1, 0, 4), + (147332, "722205", 1, 0, 4), + (147333, "722205", 1, 0, 4), + (147334, "722205", 1, 0, 4), + (147335, "722205", 1, 0, 4), + (147336, "722205", 1, 0, 4), + (147337, "722205", 1, 0, 4), + (147338, "722205", 1, 0, 4), + (147339, "722205", 1, 0, 4), + (147340, "722205", 1, 0, 4), + (147341, "722205", 1, 0, 4), + (147342, "722205", 1, 0, 4), + (147343, "713122", 1, 0, 4), + (147344, "713125", 1, 0, 4), + (147345, "713406", 1, 0, 4), + (147346, "713125", 1, 0, 4), + (147347, "713144", 1, 0, 4), + (147348, "713148", 1, 0, 4), + (147349, "713405", 1, 0, 4), + (147350, "713428", 1, 0, 4), + (147351, "713122", 1, 0, 4), + (147352, "713152", 1, 0, 4), + (147353, "713152", 1, 0, 4), + (147354, "713406", 1, 0, 4), + (147355, "713141", 1, 0, 4), + (147356, "713426", 1, 0, 4), + (147357, "713144", 1, 0, 4), + (147358, "713144", 1, 0, 4), + (147359, "713145", 1, 0, 4), + (147360, "713146", 1, 0, 4), + (147361, "713148", 1, 0, 4), + (147362, "713422", 1, 0, 4), + (147363, "713422", 1, 0, 4), + (147364, "713423", 1, 0, 4), + (147365, "713123", 1, 0, 4), + (147366, "713502", 1, 0, 4), + (147367, "713405", 1, 0, 4), + (147368, "713409", 1, 0, 4), + (147369, "713140", 1, 0, 4), + (147370, "713140", 1, 0, 4), + (147371, "713515", 1, 0, 4), + (147372, "713150", 1, 0, 4), + (147373, "721637", 1, 0, 4), + (147374, "721139", 1, 0, 4), + (147375, "721653", 1, 0, 4), + (147376, "722122", 1, 0, 4), + (147377, "722144", 1, 0, 4), + (147378, "722133", 1, 0, 4), + (147379, "722207", 1, 0, 4), + (147380, "722155", 1, 0, 4), + (147381, "722207", 1, 0, 4), + (147382, "722207", 1, 0, 4), + (147383, "722202", 1, 0, 4), + (147384, "722133", 1, 0, 4), + (147385, "722146", 1, 0, 4), + (147386, "722121", 1, 0, 4), + (147387, "722207", 1, 0, 4), + (147388, "722146", 1, 0, 4), + (147389, "722144", 1, 0, 4), + (147390, "722132", 1, 0, 4), + (147391, "722155", 1, 0, 4), + (147392, "722142", 1, 0, 4), + (147393, "722149", 1, 0, 4), + (147394, "722155", 1, 0, 4), + (147395, "722152", 1, 0, 4), + (147396, "722155", 1, 0, 4), + (147397, "722132", 1, 0, 4), + (147398, "722132", 1, 0, 4), + (147399, "743355", 1, 0, 4), + (147400, "743329", 1, 0, 4), + (147401, "743329", 1, 0, 4), + (147402, "743373", 1, 0, 4), + (147403, "743373", 1, 0, 4), + (147404, "743357", 1, 0, 4), + (147405, "743387", 1, 0, 4), + (147406, "743377", 1, 0, 4), + (147407, "743372", 1, 0, 4), + (147408, "743372", 1, 0, 4), + (147409, "743503", 1, 0, 4), + (147410, "743349", 1, 0, 4), + (147411, "700137", 1, 0, 4), + (147412, "700137", 1, 0, 4), + (147413, "743502", 1, 0, 4), + (147414, "743337", 1, 0, 4), + (147415, "743355", 1, 0, 4), + (147416, "713359", 1, 0, 4), + (147417, "743373", 1, 0, 4), + (147418, "722144", 1, 0, 4), + (147419, "721458", 1, 0, 4), + (147420, "721128", 1, 0, 4), + (147421, "712152", 1, 0, 4), + (147422, "712152", 1, 0, 4), + (147423, "712152", 1, 0, 4), + (147424, "712152", 1, 0, 4), + (147425, "713124", 1, 0, 4), + (147426, "713520", 1, 0, 4), + (147427, "713520", 1, 0, 4), + (147428, "713427", 1, 0, 4), + (147429, "713421", 1, 0, 4), + (147430, "713409", 1, 0, 4), + (147431, "713409", 1, 0, 4), + (147432, "713145", 1, 0, 4), + (147433, "713144", 1, 0, 4), + (147434, "713132", 1, 0, 4), + (147435, "713346", 1, 0, 4), + (147436, "723145", 1, 0, 4), + (147437, "723131", 1, 0, 4), + (147438, "722142", 1, 0, 4), + (147439, "743349", 1, 0, 4), + (147440, "700154", 1, 0, 4), + (147441, "713381", 1, 0, 4), + (147442, "742133", 1, 0, 4), + (147443, "723121", 1, 0, 4), + (147444, "723104", 1, 0, 4), + (147445, "723104", 1, 0, 4), + (147446, "721212", 1, 0, 4), + (147447, "712406", 1, 0, 4), + (147448, "712415", 1, 0, 4), + (147449, "743374", 1, 0, 4), + (147450, "732206", 1, 0, 4), + (147451, "732206", 1, 0, 4), + (147452, "734301", 1, 0, 4), + (147453, "711401", 1, 0, 4), + (147454, "713211", 1, 0, 4), + (147455, "734315", 1, 0, 4), + (147456, "713337", 1, 0, 4), + (147457, "713337", 1, 0, 4), + (147458, "713211", 1, 0, 4), + (147459, "743446", 1, 0, 4), + (147460, "735231", 1, 0, 4), + (147461, "741404", 1, 0, 4), + (147462, "732103", 1, 0, 4), + (147463, "732125", 1, 0, 4), + (147464, "732126", 1, 0, 4), + (147465, "732128", 1, 0, 4), + (147466, "732138", 1, 0, 4), + (147467, "732204", 1, 0, 4), + (147468, "732204", 1, 0, 4), + (147469, "732209", 1, 0, 4), + (147470, "713129", 1, 0, 4), + (147471, "735217", 1, 0, 4), + (147472, "736134", 1, 0, 4), + (147473, "741316", 1, 0, 4), + (147474, "741313", 1, 0, 4), + (147475, "741164", 1, 0, 4), + (147476, "741156", 1, 0, 4), + (147477, "741123", 1, 0, 4), + (147478, "741165", 1, 0, 4), + (147479, "741160", 1, 0, 4), + (147480, "741153", 1, 0, 4), + (147481, "741122", 1, 0, 4), + (147482, "741124", 1, 0, 4), + (147483, "741315", 1, 0, 4), + (147484, "741301", 1, 0, 4), + (147485, "741157", 1, 0, 4), + (147486, "741166", 1, 0, 4), + (147487, "741140", 1, 0, 4), + (147488, "741163", 1, 0, 4), + (147489, "741167", 1, 0, 4), + (147490, "741319", 1, 0, 4), + (147491, "741101", 1, 0, 4), + (147492, "741137", 1, 0, 4), + (147493, "741150", 1, 0, 4), + (147494, "741154", 1, 0, 4), + (147495, "741126", 1, 0, 4), + (147496, "741155", 1, 0, 4), + (147497, "741103", 1, 0, 4), + (147498, "741102", 1, 0, 4), + (147499, "741152", 1, 0, 4), + (147500, "741317", 1, 0, 4), + (147501, "741125", 1, 0, 4), + (147502, "741181", 1, 0, 4), + (147503, "741138", 1, 0, 4), + (147504, "741162", 1, 0, 4), + (147505, "741158", 1, 0, 4), + (147506, "741161", 1, 0, 4), + (147507, "741101", 1, 0, 4), + (147508, "741101", 1, 0, 4), + (147509, "741101", 1, 0, 4), + (147510, "741101", 1, 0, 4), + (147511, "741101", 1, 0, 4), + (147512, "741101", 1, 0, 4), + (147513, "741101", 1, 0, 4), + (147514, "741101", 1, 0, 4), + (147515, "741101", 1, 0, 4), + (147516, "741101", 1, 0, 4), + (147517, "741101", 1, 0, 4), + (147518, "741302", 1, 0, 4), + (147519, "741302", 1, 0, 4), + (147520, "741126", 1, 0, 4), + (147521, "741302", 1, 0, 4), + (147522, "741302", 1, 0, 4), + (147523, "741302", 1, 0, 4), + (147524, "741302", 1, 0, 4), + (147525, "741302", 1, 0, 4), + (147526, "741302", 1, 0, 4), + (147527, "741302", 1, 0, 4), + (147528, "741302", 1, 0, 4), + (147529, "741253", 1, 0, 4), + (147530, "741255", 1, 0, 4), + (147531, "741501", 1, 0, 4), + (147532, "741404", 1, 0, 4), + (147533, "741121", 1, 0, 4), + (147534, "741502", 1, 0, 4), + (147535, "741503", 1, 0, 4), + (147536, "741256", 1, 0, 4), + (147537, "741127", 1, 0, 4), + (147538, "741201", 1, 0, 4), + (147539, "741509", 1, 0, 4), + (147540, "741201", 1, 0, 4), + (147541, "741232", 1, 0, 4), + (147542, "741221", 1, 0, 4), + (147543, "741235", 1, 0, 4), + (147544, "741235", 1, 0, 4), + (147545, "741222", 1, 0, 4), + (147546, "741235", 1, 0, 4), + (147547, "741234", 1, 0, 4), + (147548, "741235", 1, 0, 4), + (147549, "741235", 1, 0, 4), + (147550, "741235", 1, 0, 4), + (147551, "741235", 1, 0, 4), + (147552, "741235", 1, 0, 4), + (147553, "741250", 1, 0, 4), + (147554, "741222", 1, 0, 4), + (147555, "741151", 1, 0, 4), + (147556, "741401", 1, 0, 4), + (147557, "741504", 1, 0, 4), + (147558, "741402", 1, 0, 4), + (147559, "741238", 1, 0, 4), + (147560, "741505", 1, 0, 4), + (147561, "741254", 1, 0, 4), + (147562, "741508", 1, 0, 4), + (147563, "741506", 1, 0, 4), + (147564, "741404", 1, 0, 4), + (147565, "741507", 1, 0, 4), + (147566, "741202", 1, 0, 4), + (147567, "741247", 1, 0, 4), + (147568, "741201", 1, 0, 4), + (147569, "741201", 1, 0, 4), + (147570, "741201", 1, 0, 4), + (147571, "741404", 1, 0, 4), + (147572, "741404", 1, 0, 4), + (147573, "741404", 1, 0, 4), + (147574, "741201", 1, 0, 4), + (147575, "741404", 1, 0, 4), + (147576, "741159", 1, 0, 4), + (147577, "741252", 1, 0, 4), + (147578, "741222", 1, 0, 4), + (147579, "741245", 1, 0, 4), + (147580, "741246", 1, 0, 4), + (147581, "741257", 1, 0, 4), + (147582, "741251", 1, 0, 4), + (147583, "741223", 1, 0, 4), + (147584, "741248", 1, 0, 4), + (147585, "741249", 1, 0, 4), + (147586, "700026", 1, 0, 4), + (147587, "700041", 1, 0, 4), + (147588, "700026", 1, 0, 4), + (147589, "700094", 1, 0, 4), + (147590, "700033", 1, 0, 4), + (147591, "700075", 1, 0, 4), + (147592, "700044", 1, 0, 4), + (147593, "700008", 1, 0, 4), + (147594, "700023", 1, 0, 4), + (147595, "700060", 1, 0, 4), + (147596, "700027", 1, 0, 4), + (147597, "700027", 1, 0, 4), + (147598, "700053", 1, 0, 4), + (147599, "700034", 1, 0, 4), + (147600, "700063", 1, 0, 4), + (147601, "700024", 1, 0, 4), + (147602, "700023", 1, 0, 4), + (147603, "700018", 1, 0, 4), + (147604, "700029", 1, 0, 4), + (147605, "700044", 1, 0, 4), + (147606, "700034", 1, 0, 4), + (147607, "700043", 1, 0, 4), + (147608, "700088", 1, 0, 4), + (147609, "700088", 1, 0, 4), + (147610, "700024", 1, 0, 4), + (147611, "700023", 1, 0, 4), + (147612, "700019", 1, 0, 4), + (147613, "700025", 1, 0, 4), + (147614, "700086", 1, 0, 4), + (147615, "700031", 1, 0, 4), + (147616, "700095", 1, 0, 4), + (147617, "700078", 1, 0, 4), + (147618, "700082", 1, 0, 4), + (147619, "700022", 1, 0, 4), + (147620, "700032", 1, 0, 4), + (147621, "700068", 1, 0, 4), + (147622, "700026", 1, 0, 4), + (147623, "700042", 1, 0, 4), + (147624, "700045", 1, 0, 4), + (147625, "700018", 1, 0, 4), + (147626, "700034", 1, 0, 4), + (147627, "700066", 1, 0, 4), + (147628, "700088", 1, 0, 4), + (147629, "700024", 1, 0, 4), + (147630, "700023", 1, 0, 4), + (147631, "700053", 1, 0, 4), + (147632, "700060", 1, 0, 4), + (147633, "700038", 1, 0, 4), + (147634, "700061", 1, 0, 4), + (147635, "700029", 1, 0, 4), + (147636, "700043", 1, 0, 4), + (147637, "700063", 1, 0, 4), + (147638, "700027", 1, 0, 4), + (147639, "700027", 1, 0, 4), + (147640, "700027", 1, 0, 4), + (147641, "700034", 1, 0, 4), + (147642, "700034", 1, 0, 4), + (147643, "700053", 1, 0, 4), + (147644, "700027", 1, 0, 4), + (147645, "700063", 1, 0, 4), + (147646, "700029", 1, 0, 4), + (147647, "700061", 1, 0, 4), + (147648, "700034", 1, 0, 4), + (147649, "700053", 1, 0, 4), + (147650, "700026", 1, 0, 4), + (147651, "700061", 1, 0, 4), + (147652, "700024", 1, 0, 4), + (147653, "700029", 1, 0, 4), + (147654, "700020", 1, 0, 4), + (147655, "700099", 1, 0, 4), + (147656, "700047", 1, 0, 4), + (147657, "700094", 1, 0, 4), + (147658, "700041", 1, 0, 4), + (147659, "700092", 1, 0, 4), + (147660, "700040", 1, 0, 4), + (147661, "700075", 1, 0, 4), + (147662, "700020", 1, 0, 4), + (147663, "700019", 1, 0, 4), + (147664, "700019", 1, 0, 4), + (147665, "700042", 1, 0, 4), + (147666, "700022", 1, 0, 4), + (147667, "700032", 1, 0, 4), + (147668, "700047", 1, 0, 4), + (147669, "700019", 1, 0, 4), + (147670, "700075", 1, 0, 4), + (147671, "700047", 1, 0, 4), + (147672, "700019", 1, 0, 4), + (147673, "700020", 1, 0, 4), + (147674, "700019", 1, 0, 4), + (147675, "700033", 1, 0, 4), + (147676, "700078", 1, 0, 4), + (147677, "700099", 1, 0, 4), + (147678, "700026", 1, 0, 4), + (147679, "700020", 1, 0, 4), + (147680, "700082", 1, 0, 4), + (147681, "700031", 1, 0, 4), + (147682, "700025", 1, 0, 4), + (147683, "700040", 1, 0, 4), + (147684, "700032", 1, 0, 4), + (147685, "700047", 1, 0, 4), + (147686, "700025", 1, 0, 4), + (147687, "700026", 1, 0, 4), + (147688, "700040", 1, 0, 4), + (147689, "700030", 1, 0, 4), + (147690, "700004", 1, 0, 4), + (147691, "700028", 1, 0, 4), + (147692, "700006", 1, 0, 4), + (147693, "700002", 1, 0, 4), + (147694, "700030", 1, 0, 4), + (147695, "700050", 1, 0, 4), + (147696, "700065", 1, 0, 4), + (147697, "700002", 1, 0, 4), + (147698, "700004", 1, 0, 4), + (147699, "700007", 1, 0, 4), + (147700, "700067", 1, 0, 4), + (147701, "700028", 1, 0, 4), + (147702, "700030", 1, 0, 4), + (147703, "700108", 1, 0, 4), + (147704, "700108", 1, 0, 4), + (147705, "700035", 1, 0, 4), + (147706, "700037", 1, 0, 4), + (147707, "700052", 1, 0, 4), + (147708, "700050", 1, 0, 4), + (147709, "700036", 1, 0, 4), + (147710, "700065", 1, 0, 4), + (147711, "700077", 1, 0, 4), + (147712, "700080", 1, 0, 4), + (147713, "700090", 1, 0, 4), + (147714, "700074", 1, 0, 4), + (147715, "700006", 1, 0, 4), + (147716, "700005", 1, 0, 4), + (147717, "700003", 1, 0, 4), + (147718, "700004", 1, 0, 4), + (147719, "700067", 1, 0, 4), + (147720, "700003", 1, 0, 4), + (147721, "700005", 1, 0, 4), + (147722, "700007", 1, 0, 4), + (147723, "700037", 1, 0, 4), + (147724, "700036", 1, 0, 4), + (147725, "700006", 1, 0, 4), + (147726, "700108", 1, 0, 4), + (147727, "700052", 1, 0, 4), + (147728, "700002", 1, 0, 4), + (147729, "700035", 1, 0, 4), + (147730, "700074", 1, 0, 4), + (147731, "700065", 1, 0, 4), + (147732, "700003", 1, 0, 4), + (147733, "700065", 1, 0, 4), + (147734, "700002", 1, 0, 4), + (147735, "700074", 1, 0, 4), + (147736, "700080", 1, 0, 4), + (147737, "700006", 1, 0, 4), + (147738, "700028", 1, 0, 4), + (147739, "700007", 1, 0, 4), + (147740, "700028", 1, 0, 4), + (147741, "700028", 1, 0, 4), + (147742, "700036", 1, 0, 4), + (147743, "700002", 1, 0, 4), + (147744, "700006", 1, 0, 4), + (147745, "700028", 1, 0, 4), + (147746, "700052", 1, 0, 4), + (147747, "700090", 1, 0, 4), + (147748, "700037", 1, 0, 4), + (147749, "700028", 1, 0, 4), + (147750, "700002", 1, 0, 4), + (147751, "700006", 1, 0, 4), + (147752, "700002", 1, 0, 4), + (147753, "700046", 1, 0, 4), + (147754, "700014", 1, 0, 4), + (147755, "700055", 1, 0, 4), + (147756, "700039", 1, 0, 4), + (147757, "700054", 1, 0, 4), + (147758, "700064", 1, 0, 4), + (147759, "700064", 1, 0, 4), + (147760, "700064", 1, 0, 4), + (147761, "700091", 1, 0, 4), + (147762, "700106", 1, 0, 4), + (147763, "700017", 1, 0, 4), + (147764, "700054", 1, 0, 4), + (147765, "700055", 1, 0, 4), + (147766, "700105", 1, 0, 4), + (147767, "700059", 1, 0, 4), + (147768, "700046", 1, 0, 4), + (147769, "700157", 1, 0, 4), + (147770, "700014", 1, 0, 4), + (147771, "700017", 1, 0, 4), + (147772, "700010", 1, 0, 4), + (147773, "700054", 1, 0, 4), + (147774, "700085", 1, 0, 4), + (147775, "700089", 1, 0, 4), + (147776, "700102", 1, 0, 4), + (147777, "700064", 1, 0, 4), + (147778, "700089", 1, 0, 4), + (147779, "700014", 1, 0, 4), + (147780, "700011", 1, 0, 4), + (147781, "700156", 1, 0, 4), + (147782, "700017", 1, 0, 4), + (147783, "700101", 1, 0, 4), + (147784, "700009", 1, 0, 4), + (147785, "700054", 1, 0, 4), + (147786, "700048", 1, 0, 4), + (147787, "700039", 1, 0, 4), + (147788, "700097", 1, 0, 4), + (147789, "700054", 1, 0, 4), + (147790, "700009", 1, 0, 4), + (147791, "700048", 1, 0, 4), + (147792, "700015", 1, 0, 4), + (147793, "700012", 1, 0, 4), + (147794, "700015", 1, 0, 4), + (147795, "700091", 1, 0, 4), + (147796, "700055", 1, 0, 4), + (147797, "700048", 1, 0, 4), + (147798, "700010", 1, 0, 4), + (147799, "700014", 1, 0, 4), + (147800, "700039", 1, 0, 4), + (147801, "700039", 1, 0, 4), + (147802, "700039", 1, 0, 4), + (147803, "700100", 1, 0, 4), + (147804, "700007", 1, 0, 4), + (147805, "700073", 1, 0, 4), + (147806, "700001", 1, 0, 4), + (147807, "700001", 1, 0, 4), + (147808, "700001", 1, 0, 4), + (147809, "700073", 1, 0, 4), + (147810, "700001", 1, 0, 4), + (147811, "700001", 1, 0, 4), + (147812, "700001", 1, 0, 4), + (147813, "700001", 1, 0, 4), + (147814, "700001", 1, 0, 4), + (147815, "700007", 1, 0, 4), + (147816, "700001", 1, 0, 4), + (147817, "700073", 1, 0, 4), + (147818, "700001", 1, 0, 4), + (147819, "700001", 1, 0, 4), + (147820, "700062", 1, 0, 4), + (147821, "700001", 1, 0, 4), + (147822, "700014", 1, 0, 4), + (147823, "700073", 1, 0, 4), + (147824, "700016", 1, 0, 4), + (147825, "700069", 1, 0, 4), + (147826, "700071", 1, 0, 4), + (147827, "700087", 1, 0, 4), + (147828, "700072", 1, 0, 4), + (147829, "700071", 1, 0, 4), + (147830, "700017", 1, 0, 4), + (147831, "700072", 1, 0, 4), + (147832, "700012", 1, 0, 4), + (147833, "700012", 1, 0, 4), + (147834, "700013", 1, 0, 4), + (147835, "700069", 1, 0, 4), + (147836, "700021", 1, 0, 4), + (147837, "700072", 1, 0, 4), + (147838, "700016", 1, 0, 4), + (147839, "700071", 1, 0, 4), + (147840, "743377", 1, 0, 4), + (147841, "743363", 1, 0, 4), + (147842, "700140", 1, 0, 4), + (147843, "743345", 1, 0, 4), + (147844, "743318", 1, 0, 4), + (147845, "743503", 1, 0, 4), + (147846, "700137", 1, 0, 4), + (147847, "700137", 1, 0, 4), + (147848, "743329", 1, 0, 4), + (147849, "743329", 1, 0, 4), + (147850, "743330", 1, 0, 4), + (147851, "743378", 1, 0, 4), + (147852, "743372", 1, 0, 4), + (147853, "700151", 1, 0, 4), + (147854, "743399", 1, 0, 4), + (147855, "743513", 1, 0, 4), + (147856, "743504", 1, 0, 4), + (147857, "743336", 1, 0, 4), + (147858, "743370", 1, 0, 4), + (147859, "700148", 1, 0, 4), + (147860, "743337", 1, 0, 4), + (147861, "743312", 1, 0, 4), + (147862, "743349", 1, 0, 4), + (147863, "700146", 1, 0, 4), + (147864, "743610", 1, 0, 4), + (147865, "700141", 1, 0, 4), + (147866, "743356", 1, 0, 4), + (147867, "743357", 1, 0, 4), + (147868, "743374", 1, 0, 4), + (147869, "743371", 1, 0, 4), + (147870, "743373", 1, 0, 4), + (147871, "743368", 1, 0, 4), + (147872, "743375", 1, 0, 4), + (147873, "700070", 1, 0, 4), + (147874, "700154", 1, 0, 4), + (147875, "700096", 1, 0, 4), + (147876, "700084", 1, 0, 4), + (147877, "700084", 1, 0, 4), + (147878, "700084", 1, 0, 4), + (147879, "700070", 1, 0, 4), + (147880, "700153", 1, 0, 4), + (147881, "700093", 1, 0, 4), + (147882, "700104", 1, 0, 4), + (147883, "700104", 1, 0, 4), + (147884, "743502", 1, 0, 4), + (147885, "700145", 1, 0, 4), + (147886, "743354", 1, 0, 4), + (147887, "743354", 1, 0, 4), + (147888, "700103", 1, 0, 4), + (147889, "743338", 1, 0, 4), + (147890, "700152", 1, 0, 4), + (147891, "743611", 1, 0, 4), + (147892, "743387", 1, 0, 4), + (147893, "700138", 1, 0, 4), + (147894, "743383", 1, 0, 4), + (147895, "700149", 1, 0, 4), + (147896, "700149", 1, 0, 4), + (147897, "700143", 1, 0, 4), + (147898, "700150", 1, 0, 4), + (147899, "743395", 1, 0, 4), + (147900, "743613", 1, 0, 4), + (147901, "700142", 1, 0, 4), + (147902, "700147", 1, 0, 4), + (147903, "743376", 1, 0, 4), + (147904, "700139", 1, 0, 4), + (147905, "743331", 1, 0, 4), + (147906, "743331", 1, 0, 4), + (147907, "743331", 1, 0, 4), + (147908, "743331", 1, 0, 4), + (147909, "743331", 1, 0, 4), + (147910, "743609", 1, 0, 4), + (147911, "743332", 1, 0, 4), + (147912, "743347", 1, 0, 4), + (147913, "743348", 1, 0, 4), + (147914, "743351", 1, 0, 4), + (147915, "743355", 1, 0, 4), + (147916, "713365", 1, 0, 4), + (147917, "713326", 1, 0, 4), + (147918, "713302", 1, 0, 4), + (147919, "713332", 1, 0, 4), + (147920, "713376", 1, 0, 4), + (147921, "713333", 1, 0, 4), + (147922, "713334", 1, 0, 4), + (147923, "713202", 1, 0, 4), + (147924, "713203", 1, 0, 4), + (147925, "713204", 1, 0, 4), + (147926, "713205", 1, 0, 4), + (147927, "713206", 1, 0, 4), + (147928, "713207", 1, 0, 4), + (147929, "713209", 1, 0, 4), + (147930, "713210", 1, 0, 4), + (147931, "713211", 1, 0, 4), + (147932, "713212", 1, 0, 4), + (147933, "713213", 1, 0, 4), + (147934, "713214", 1, 0, 4), + (147935, "713215", 1, 0, 4), + (147936, "713216", 1, 0, 4), + (147937, "713208", 1, 0, 4), + (147938, "713215", 1, 0, 4), + (147939, "713361", 1, 0, 4), + (147940, "713362", 1, 0, 4), + (147941, "713363", 1, 0, 4), + (147942, "713363", 1, 0, 4), + (147943, "713304", 1, 0, 4), + (147944, "713303", 1, 0, 4), + (147945, "713210", 1, 0, 4), + (147946, "713385", 1, 0, 4), + (147947, "713201", 1, 0, 4), + (147948, "713203", 1, 0, 4), + (147949, "713378", 1, 0, 4), + (147950, "713304", 1, 0, 4), + (147951, "713324", 1, 0, 4), + (147952, "713321", 1, 0, 4), + (147953, "713331", 1, 0, 4), + (147954, "713214", 1, 0, 4), + (147955, "713321", 1, 0, 4), + (147956, "713304", 1, 0, 4), + (147957, "713322", 1, 0, 4), + (147958, "713323", 1, 0, 4), + (147959, "713324", 1, 0, 4), + (147960, "713204", 1, 0, 4), + (147961, "713337", 1, 0, 4), + (147962, "713325", 1, 0, 4), + (147963, "713325", 1, 0, 4), + (147964, "713330", 1, 0, 4), + (147965, "713331", 1, 0, 4), + (147966, "713335", 1, 0, 4), + (147967, "713301", 1, 0, 4), + (147968, "713336", 1, 0, 4), + (147969, "713302", 1, 0, 4), + (147970, "713338", 1, 0, 4), + (147971, "713339", 1, 0, 4), + (147972, "713340", 1, 0, 4), + (147973, "713369", 1, 0, 4), + (147974, "713341", 1, 0, 4), + (147975, "713342", 1, 0, 4), + (147976, "713343", 1, 0, 4), + (147977, "713347", 1, 0, 4), + (147978, "713343", 1, 0, 4), + (147979, "713304", 1, 0, 4), + (147980, "713209", 1, 0, 4), + (147981, "713371", 1, 0, 4), + (147982, "713303", 1, 0, 4), + (147983, "713344", 1, 0, 4), + (147984, "713325", 1, 0, 4), + (147985, "713359", 1, 0, 4), + (147986, "713370", 1, 0, 4), + (147987, "713381", 1, 0, 4), + (147988, "713217", 1, 0, 4), + (147989, "713302", 1, 0, 4), + (147990, "713346", 1, 0, 4), + (147991, "713315", 1, 0, 4), + (147992, "713384", 1, 0, 4), + (147993, "713372", 1, 0, 4), + (147994, "713325", 1, 0, 4), + (147995, "713302", 1, 0, 4), + (147996, "713325", 1, 0, 4), + (147997, "713303", 1, 0, 4), + (147998, "713386", 1, 0, 4), + (147999, "713357", 1, 0, 4), + (148000, "713325", 1, 0, 4), + (148001, "713358", 1, 0, 4), + (148002, "713331", 1, 0, 4), + (148003, "713359", 1, 0, 4), + (148004, "713373", 1, 0, 4), + (148005, "713301", 1, 0, 4), + (148006, "713303", 1, 0, 4), + (148007, "713360", 1, 0, 4), + (148008, "722205", 1, 0, 4), + (148009, "722202", 1, 0, 4), + (148010, "722164", 1, 0, 4), + (148011, "722203", 1, 0, 4), + (148012, "722122", 1, 0, 4), + (148013, "722121", 1, 0, 4), + (148014, "722157", 1, 0, 4), + (148015, "722132", 1, 0, 4), + (148016, "722101", 1, 0, 4), + (148017, "722122", 1, 0, 4), + (148018, "722101", 1, 0, 4), + (148019, "722162", 1, 0, 4), + (148020, "722154", 1, 0, 4), + (148021, "722133", 1, 0, 4), + (148022, "722134", 1, 0, 4), + (148023, "722136", 1, 0, 4), + (148024, "722138", 1, 0, 4), + (148025, "722137", 1, 0, 4), + (148026, "722161", 1, 0, 4), + (148027, "722173", 1, 0, 4), + (148028, "722102", 1, 0, 4), + (148029, "722139", 1, 0, 4), + (148030, "722207", 1, 0, 4), + (148031, "722204", 1, 0, 4), + (148032, "722201", 1, 0, 4), + (148033, "722101", 1, 0, 4), + (148034, "722101", 1, 0, 4), + (148035, "722122", 1, 0, 4), + (148036, "722158", 1, 0, 4), + (148037, "722155", 1, 0, 4), + (148038, "722140", 1, 0, 4), + (148039, "722141", 1, 0, 4), + (148040, "722160", 1, 0, 4), + (148041, "722122", 1, 0, 4), + (148042, "722101", 1, 0, 4), + (148043, "722102", 1, 0, 4), + (148044, "722143", 1, 0, 4), + (148045, "722142", 1, 0, 4), + (148046, "722144", 1, 0, 4), + (148047, "722206", 1, 0, 4), + (148048, "722156", 1, 0, 4), + (148049, "722208", 1, 0, 4), + (148050, "722146", 1, 0, 4), + (148051, "722147", 1, 0, 4), + (148052, "722148", 1, 0, 4), + (148053, "722149", 1, 0, 4), + (148054, "722151", 1, 0, 4), + (148055, "722150", 1, 0, 4), + (148056, "722207", 1, 0, 4), + (148057, "722152", 1, 0, 4), + (148058, "722153", 1, 0, 4), + (148059, "722183", 1, 0, 4), + (148060, "722135", 1, 0, 4), + (148061, "743272", 1, 0, 4), + (148062, "743273", 1, 0, 4), + (148063, "743235", 1, 0, 4), + (148064, "743438", 1, 0, 4), + (148065, "743289", 1, 0, 4), + (148066, "700129", 1, 0, 4), + (148067, "700130", 1, 0, 4), + (148068, "700133", 1, 0, 4), + (148069, "743235", 1, 0, 4), + (148070, "743290", 1, 0, 4), + (148071, "700126", 1, 0, 4), + (148072, "700125", 1, 0, 4), + (148073, "700131", 1, 0, 4), + (148074, "743701", 1, 0, 4), + (148075, "743405", 1, 0, 4), + (148076, "700135", 1, 0, 4), + (148077, "700136", 1, 0, 4), + (148078, "743297", 1, 0, 4), + (148079, "743235", 1, 0, 4), + (148080, "700124", 1, 0, 4), + (148081, "743711", 1, 0, 4), + (148082, "743710", 1, 0, 4), + (148083, "700127", 1, 0, 4), + (148084, "743268", 1, 0, 4), + (148085, "743263", 1, 0, 4), + (148086, "743270", 1, 0, 4), + (148087, "743271", 1, 0, 4), + (148088, "743223", 1, 0, 4), + (148089, "743287", 1, 0, 4), + (148090, "700155", 1, 0, 4), + (148091, "743286", 1, 0, 4), + (148092, "743235", 1, 0, 4), + (148093, "743401", 1, 0, 4), + (148094, "743411", 1, 0, 4), + (148095, "743412", 1, 0, 4), + (148096, "743422", 1, 0, 4), + (148097, "743456", 1, 0, 4), + (148098, "743291", 1, 0, 4), + (148099, "743437", 1, 0, 4), + (148100, "743445", 1, 0, 4), + (148101, "743425", 1, 0, 4), + (148102, "743439", 1, 0, 4), + (148103, "743426", 1, 0, 4), + (148104, "743435", 1, 0, 4), + (148105, "743292", 1, 0, 4), + (148106, "743293", 1, 0, 4), + (148107, "743427", 1, 0, 4), + (148108, "743428", 1, 0, 4), + (148109, "743442", 1, 0, 4), + (148110, "743429", 1, 0, 4), + (148111, "743429", 1, 0, 4), + (148112, "743446", 1, 0, 4), + (148113, "743221", 1, 0, 4), + (148114, "743222", 1, 0, 4), + (148115, "743222", 1, 0, 4), + (148116, "700128", 1, 0, 4), + (148117, "743232", 1, 0, 4), + (148118, "743233", 1, 0, 4), + (148119, "700124", 1, 0, 4), + (148120, "743235", 1, 0, 4), + (148121, "743235", 1, 0, 4), + (148122, "743234", 1, 0, 4), + (148123, "743235", 1, 0, 4), + (148124, "743245", 1, 0, 4), + (148125, "743235", 1, 0, 4), + (148126, "743294", 1, 0, 4), + (148127, "743423", 1, 0, 4), + (148128, "743424", 1, 0, 4), + (148129, "743247", 1, 0, 4), + (148130, "743248", 1, 0, 4), + (148131, "743249", 1, 0, 4), + (148132, "700132", 1, 0, 4), + (148133, "743252", 1, 0, 4), + (148134, "743262", 1, 0, 4), + (148135, "743251", 1, 0, 4), + (148136, "743704", 1, 0, 4), + (148137, "713428", 1, 0, 4), + (148138, "736206", 1, 0, 4), + (148139, "736167", 1, 0, 4), + (148140, "736176", 1, 0, 4), + (148141, "736158", 1, 0, 4), + (148142, "736159", 1, 0, 4), + (148143, "736160", 1, 0, 4), + (148144, "736121", 1, 0, 4), + (148145, "736122", 1, 0, 4), + (148146, "736123", 1, 0, 4), + (148147, "736131", 1, 0, 4), + (148148, "736207", 1, 0, 4), + (148149, "736101", 1, 0, 4), + (148150, "736101", 1, 0, 4), + (148151, "736133", 1, 0, 4), + (148152, "736168", 1, 0, 4), + (148153, "736101", 1, 0, 4), + (148154, "736101", 1, 0, 4), + (148155, "736135", 1, 0, 4), + (148156, "736135", 1, 0, 4), + (148157, "736134", 1, 0, 4), + (148158, "735208", 1, 0, 4), + (148159, "736101", 1, 0, 4), + (148160, "736145", 1, 0, 4), + (148161, "736170", 1, 0, 4), + (148162, "736171", 1, 0, 4), + (148163, "736172", 1, 0, 4), + (148164, "736101", 1, 0, 4), + (148165, "735214", 1, 0, 4), + (148166, "735215", 1, 0, 4), + (148167, "736201", 1, 0, 4), + (148168, "735217", 1, 0, 4), + (148169, "736101", 1, 0, 4), + (148170, "736202", 1, 0, 4), + (148171, "736203", 1, 0, 4), + (148172, "736204", 1, 0, 4), + (148173, "736146", 1, 0, 4), + (148174, "736179", 1, 0, 4), + (148175, "736205", 1, 0, 4), + (148176, "736169", 1, 0, 4), + (148177, "736157", 1, 0, 4), + (148178, "736156", 1, 0, 4), + (148179, "736182", 1, 0, 4), + (148180, "735226", 1, 0, 4), + (148181, "736101", 1, 0, 4), + (148182, "736165", 1, 0, 4), + (148183, "735227", 1, 0, 4), + (148184, "736208", 1, 0, 4), + (148185, "734203", 1, 0, 4), + (148186, "734102", 1, 0, 4), + (148187, "734103", 1, 0, 4), + (148188, "734301", 1, 0, 4), + (148189, "734301", 1, 0, 4), + (148190, "734203", 1, 0, 4), + (148191, "734105", 1, 0, 4), + (148192, "734213", 1, 0, 4), + (148193, "734315", 1, 0, 4), + (148194, "734104", 1, 0, 4), + (148195, "734215", 1, 0, 4), + (148196, "734217", 1, 0, 4), + (148197, "734311", 1, 0, 4), + (148198, "734216", 1, 0, 4), + (148199, "734312", 1, 0, 4), + (148200, "734316", 1, 0, 4), + (148201, "734124", 1, 0, 4), + (148202, "734224", 1, 0, 4), + (148203, "734301", 1, 0, 4), + (148204, "734014", 1, 0, 4), + (148205, "734421", 1, 0, 4), + (148206, "734423", 1, 0, 4), + (148207, "734424", 1, 0, 4), + (148208, "734007", 1, 0, 4), + (148209, "734436", 1, 0, 4), + (148210, "734004", 1, 0, 4), + (148211, "734011", 1, 0, 4), + (148212, "734320", 1, 0, 4), + (148213, "734426", 1, 0, 4), + (148214, "734427", 1, 0, 4), + (148215, "734007", 1, 0, 4), + (148216, "734001", 1, 0, 4), + (148217, "734015", 1, 0, 4), + (148218, "734010", 1, 0, 4), + (148219, "734214", 1, 0, 4), + (148220, "734013", 1, 0, 4), + (148221, "734429", 1, 0, 4), + (148222, "734434", 1, 0, 4), + (148223, "734218", 1, 0, 4), + (148224, "734003", 1, 0, 4), + (148225, "734006", 1, 0, 4), + (148226, "734001", 1, 0, 4), + (148227, "734321", 1, 0, 4), + (148228, "734001", 1, 0, 4), + (148229, "734431", 1, 0, 4), + (148230, "734008", 1, 0, 4), + (148231, "734001", 1, 0, 4), + (148232, "734005", 1, 0, 4), + (148233, "734001", 1, 0, 4), + (148234, "734001", 1, 0, 4), + (148235, "734001", 1, 0, 4), + (148236, "734004", 1, 0, 4), + (148237, "734227", 1, 0, 4), + (148238, "734012", 1, 0, 4), + (148239, "734009", 1, 0, 4), + (148240, "734001", 1, 0, 4), + (148241, "734001", 1, 0, 4), + (148242, "734313", 1, 0, 4), + (148243, "734314", 1, 0, 4), + (148244, "734301", 1, 0, 4), + (148245, "734101", 1, 0, 4), + (148246, "734101", 1, 0, 4), + (148247, "734201", 1, 0, 4), + (148248, "734101", 1, 0, 4), + (148249, "734101", 1, 0, 4), + (148250, "734121", 1, 0, 4), + (148251, "734204", 1, 0, 4), + (148252, "734317", 1, 0, 4), + (148253, "734226", 1, 0, 4), + (148254, "734123", 1, 0, 4), + (148255, "734101", 1, 0, 4), + (148256, "734219", 1, 0, 4), + (148257, "734220", 1, 0, 4), + (148258, "734221", 1, 0, 4), + (148259, "734301", 1, 0, 4), + (148260, "734222", 1, 0, 4), + (148261, "734223", 1, 0, 4), + (148262, "733158", 1, 0, 4), + (148263, "733101", 1, 0, 4), + (148264, "733103", 1, 0, 4), + (148265, "733103", 1, 0, 4), + (148266, "733121", 1, 0, 4), + (148267, "733102", 1, 0, 4), + (148268, "733101", 1, 0, 4), + (148269, "733101", 1, 0, 4), + (148270, "733124", 1, 0, 4), + (148271, "733141", 1, 0, 4), + (148272, "733125", 1, 0, 4), + (148273, "733126", 1, 0, 4), + (148274, "733101", 1, 0, 4), + (148275, "733132", 1, 0, 4), + (148276, "733101", 1, 0, 4), + (148277, "733142", 1, 0, 4), + (148278, "733133", 1, 0, 4), + (148279, "733101", 1, 0, 4), + (148280, "733145", 1, 0, 4), + (148281, "733127", 1, 0, 4), + (148282, "733156", 1, 0, 4), + (148283, "733143", 1, 0, 4), + (148284, "733201", 1, 0, 4), + (148285, "733123", 1, 0, 4), + (148286, "733210", 1, 0, 4), + (148287, "733202", 1, 0, 4), + (148288, "733202", 1, 0, 4), + (148289, "733128", 1, 0, 4), + (148290, "733134", 1, 0, 4), + (148291, "733209", 1, 0, 4), + (148292, "733129", 1, 0, 4), + (148293, "733129", 1, 0, 4), + (148294, "733215", 1, 0, 4), + (148295, "733134", 1, 0, 4), + (148296, "733129", 1, 0, 4), + (148297, "733208", 1, 0, 4), + (148298, "733134", 1, 0, 4), + (148299, "733134", 1, 0, 4), + (148300, "733134", 1, 0, 4), + (148301, "733207", 1, 0, 4), + (148302, "733134", 1, 0, 4), + (148303, "733134", 1, 0, 4), + (148304, "733140", 1, 0, 4), + (148305, "733130", 1, 0, 4), + (148306, "711414", 1, 0, 4), + (148307, "711410", 1, 0, 4), + (148308, "711312", 1, 0, 4), + (148309, "711104", 1, 0, 4), + (148310, "711112", 1, 0, 4), + (148311, "711101", 1, 0, 4), + (148312, "711225", 1, 0, 4), + (148313, "711101", 1, 0, 4), + (148314, "711322", 1, 0, 4), + (148315, "711104", 1, 0, 4), + (148316, "711101", 1, 0, 4), + (148317, "711317", 1, 0, 4), + (148318, "711101", 1, 0, 4), + (148319, "711313", 1, 0, 4), + (148320, "711104", 1, 0, 4), + (148321, "711104", 1, 0, 4), + (148322, "711102", 1, 0, 4), + (148323, "711102", 1, 0, 4), + (148324, "711314", 1, 0, 4), + (148325, "711102", 1, 0, 4), + (148326, "711226", 1, 0, 4), + (148327, "711316", 1, 0, 4), + (148328, "711315", 1, 0, 4), + (148329, "711106", 1, 0, 4), + (148330, "711204", 1, 0, 4), + (148331, "711201", 1, 0, 4), + (148332, "711201", 1, 0, 4), + (148333, "711106", 1, 0, 4), + (148334, "711202", 1, 0, 4), + (148335, "711202", 1, 0, 4), + (148336, "711106", 1, 0, 4), + (148337, "711203", 1, 0, 4), + (148338, "711201", 1, 0, 4), + (148339, "711106", 1, 0, 4), + (148340, "711105", 1, 0, 4), + (148341, "711227", 1, 0, 4), + (148342, "711107", 1, 0, 4), + (148343, "711106", 1, 0, 4), + (148344, "711107", 1, 0, 4), + (148345, "711106", 1, 0, 4), + (148346, "711106", 1, 0, 4), + (148347, "711114", 1, 0, 4), + (148348, "711204", 1, 0, 4), + (148349, "711201", 1, 0, 4), + (148350, "711108", 1, 0, 4), + (148351, "711106", 1, 0, 4), + (148352, "711204", 1, 0, 4), + (148353, "711205", 1, 0, 4), + (148354, "711401", 1, 0, 4), + (148355, "711301", 1, 0, 4), + (148356, "711302", 1, 0, 4), + (148357, "711103", 1, 0, 4), + (148358, "711303", 1, 0, 4), + (148359, "711113", 1, 0, 4), + (148360, "711304", 1, 0, 4), + (148361, "711403", 1, 0, 4), + (148362, "711109", 1, 0, 4), + (148363, "711404", 1, 0, 4), + (148364, "711103", 1, 0, 4), + (148365, "711305", 1, 0, 4), + (148366, "711102", 1, 0, 4), + (148367, "711411", 1, 0, 4), + (148368, "711101", 1, 0, 4), + (148369, "711103", 1, 0, 4), + (148370, "711110", 1, 0, 4), + (148371, "711313", 1, 0, 4), + (148372, "711307", 1, 0, 4), + (148373, "711104", 1, 0, 4), + (148374, "711102", 1, 0, 4), + (148375, "711308", 1, 0, 4), + (148376, "711412", 1, 0, 4), + (148377, "711104", 1, 0, 4), + (148378, "711104", 1, 0, 4), + (148379, "711109", 1, 0, 4), + (148380, "711103", 1, 0, 4), + (148381, "711309", 1, 0, 4), + (148382, "711102", 1, 0, 4), + (148383, "711405", 1, 0, 4), + (148384, "711310", 1, 0, 4), + (148385, "711413", 1, 0, 4), + (148386, "711109", 1, 0, 4), + (148387, "711112", 1, 0, 4), + (148388, "711101", 1, 0, 4), + (148389, "711104", 1, 0, 4), + (148390, "711111", 1, 0, 4), + (148391, "711408", 1, 0, 4), + (148392, "711101", 1, 0, 4), + (148393, "711102", 1, 0, 4), + (148394, "711101", 1, 0, 4), + (148395, "711409", 1, 0, 4), + (148396, "735101", 1, 0, 4), + (148397, "734501", 1, 0, 4), + (148398, "735202", 1, 0, 4), + (148399, "735230", 1, 0, 4), + (148400, "735305", 1, 0, 4), + (148401, "735203", 1, 0, 4), + (148402, "735232", 1, 0, 4), + (148403, "735204", 1, 0, 4), + (148404, "735204", 1, 0, 4), + (148405, "735101", 1, 0, 4), + (148406, "735206", 1, 0, 4), + (148407, "735207", 1, 0, 4), + (148408, "735301", 1, 0, 4), + (148409, "735209", 1, 0, 4), + (148410, "735121", 1, 0, 4), + (148411, "735210", 1, 0, 4), + (148412, "735101", 1, 0, 4), + (148413, "735302", 1, 0, 4), + (148414, "735205", 1, 0, 4), + (148415, "735224", 1, 0, 4), + (148416, "735218", 1, 0, 4), + (148417, "735219", 1, 0, 4), + (148418, "735220", 1, 0, 4), + (148419, "735223", 1, 0, 4), + (148420, "735222", 1, 0, 4), + (148421, "735304", 1, 0, 4), + (148422, "735225", 1, 0, 4), + (148423, "735233", 1, 0, 4), + (148424, "735132", 1, 0, 4), + (148425, "735221", 1, 0, 4), + (148426, "735133", 1, 0, 4), + (148427, "735101", 1, 0, 4), + (148428, "735134", 1, 0, 4), + (148429, "735101", 1, 0, 4), + (148430, "735228", 1, 0, 4), + (148431, "735229", 1, 0, 4), + (148432, "735101", 1, 0, 4), + (148433, "735101", 1, 0, 4), + (148434, "735231", 1, 0, 4), + (148435, "735211", 1, 0, 4), + (148436, "735234", 1, 0, 4), + (148437, "735212", 1, 0, 4), + (148438, "735213", 1, 0, 4), + (148439, "735122", 1, 0, 4), + (148440, "734503", 1, 0, 4), + (148441, "735101", 1, 0, 4), + (148442, "735101", 1, 0, 4), + (148443, "735101", 1, 0, 4), + (148444, "735303", 1, 0, 4), + (148445, "735216", 1, 0, 4), + (148446, "735101", 1, 0, 4), + (148447, "735102", 1, 0, 4), + (148448, "735101", 1, 0, 4), + (148449, "735101", 1, 0, 4), + (148450, "735101", 1, 0, 4), + (148451, "735101", 1, 0, 4), + (148452, "735135", 1, 0, 4), + (148453, "721516", 1, 0, 4), + (148454, "721513", 1, 0, 4), + (148455, "721304", 1, 0, 4), + (148456, "721507", 1, 0, 4), + (148457, "721157", 1, 0, 4), + (148458, "721305", 1, 0, 4), + (148459, "721155", 1, 0, 4), + (148460, "721302", 1, 0, 4), + (148461, "721301", 1, 0, 4), + (148462, "721301", 1, 0, 4), + (148463, "721301", 1, 0, 4), + (148464, "721260", 1, 0, 4), + (148465, "721140", 1, 0, 4), + (148466, "721145", 1, 0, 4), + (148467, "721514", 1, 0, 4), + (148468, "721515", 1, 0, 4), + (148469, "721517", 1, 0, 4), + (148470, "721501", 1, 0, 4), + (148471, "721121", 1, 0, 4), + (148472, "721122", 1, 0, 4), + (148473, "721124", 1, 0, 4), + (148474, "721201", 1, 0, 4), + (148475, "721101", 1, 0, 4), + (148476, "721211", 1, 0, 4), + (148477, "721126", 1, 0, 4), + (148478, "721127", 1, 0, 4), + (148479, "721212", 1, 0, 4), + (148480, "721301", 1, 0, 4), + (148481, "721212", 1, 0, 4), + (148482, "721128", 1, 0, 4), + (148483, "721129", 1, 0, 4), + (148484, "721101", 1, 0, 4), + (148485, "721306", 1, 0, 4), + (148486, "721503", 1, 0, 4), + (148487, "721504", 1, 0, 4), + (148488, "721304", 1, 0, 4), + (148489, "721505", 1, 0, 4), + (148490, "721506", 1, 0, 4), + (148491, "721507", 1, 0, 4), + (148492, "721303", 1, 0, 4), + (148493, "721150", 1, 0, 4), + (148494, "721222", 1, 0, 4), + (148495, "721232", 1, 0, 4), + (148496, "721166", 1, 0, 4), + (148497, "721136", 1, 0, 4), + (148498, "721149", 1, 0, 4), + (148499, "721301", 1, 0, 4), + (148500, "721101", 1, 0, 4), + (148501, "721101", 1, 0, 4), + (148502, "721101", 1, 0, 4), + (148503, "721101", 1, 0, 4), + (148504, "721101", 1, 0, 4), + (148505, "721156", 1, 0, 4), + (148506, "721161", 1, 0, 4), + (148507, "721101", 1, 0, 4), + (148508, "721242", 1, 0, 4), + (148509, "721160", 1, 0, 4), + (148510, "721132", 1, 0, 4), + (148511, "721144", 1, 0, 4), + (148512, "721147", 1, 0, 4), + (148513, "721146", 1, 0, 4), + (148514, "721253", 1, 0, 4), + (148515, "721102", 1, 0, 4), + (148516, "721131", 1, 0, 4), + (148517, "712613", 1, 0, 4), + (148518, "712412", 1, 0, 4), + (148519, "712612", 1, 0, 4), + (148520, "712406", 1, 0, 4), + (148521, "712601", 1, 0, 4), + (148522, "712413", 1, 0, 4), + (148523, "712416", 1, 0, 4), + (148524, "712601", 1, 0, 4), + (148525, "712601", 1, 0, 4), + (148526, "712417", 1, 0, 4), + (148527, "712415", 1, 0, 4), + (148528, "712121", 1, 0, 4), + (148529, "712501", 1, 0, 4), + (148530, "712123", 1, 0, 4), + (148531, "712503", 1, 0, 4), + (148532, "712502", 1, 0, 4), + (148533, "712502", 1, 0, 4), + (148534, "712301", 1, 0, 4), + (148535, "712134", 1, 0, 4), + (148536, "712135", 1, 0, 4), + (148537, "712105", 1, 0, 4), + (148538, "712504", 1, 0, 4), + (148539, "712101", 1, 0, 4), + (148540, "712101", 1, 0, 4), + (148541, "712102", 1, 0, 4), + (148542, "712402", 1, 0, 4), + (148543, "712302", 1, 0, 4), + (148544, "712512", 1, 0, 4), + (148545, "712303", 1, 0, 4), + (148546, "712103", 1, 0, 4), + (148547, "712146", 1, 0, 4), + (148548, "712147", 1, 0, 4), + (148549, "712103", 1, 0, 4), + (148550, "712104", 1, 0, 4), + (148551, "712515", 1, 0, 4), + (148552, "712308", 1, 0, 4), + (148553, "712148", 1, 0, 4), + (148554, "712513", 1, 0, 4), + (148555, "712149", 1, 0, 4), + (148556, "712103", 1, 0, 4), + (148557, "712101", 1, 0, 4), + (148558, "712305", 1, 0, 4), + (148559, "712152", 1, 0, 4), + (148560, "712101", 1, 0, 4), + (148561, "712104", 1, 0, 4), + (148562, "712502", 1, 0, 4), + (148563, "712514", 1, 0, 4), + (148564, "712103", 1, 0, 4), + (148565, "712503", 1, 0, 4), + (148566, "712601", 1, 0, 4), + (148567, "712122", 1, 0, 4), + (148568, "712615", 1, 0, 4), + (148569, "712616", 1, 0, 4), + (148570, "712611", 1, 0, 4), + (148571, "712617", 1, 0, 4), + (148572, "712602", 1, 0, 4), + (148573, "712414", 1, 0, 4), + (148574, "712614", 1, 0, 4), + (148575, "712221", 1, 0, 4), + (148576, "712222", 1, 0, 4), + (148577, "712306", 1, 0, 4), + (148578, "712234", 1, 0, 4), + (148579, "712235", 1, 0, 4), + (148580, "712138", 1, 0, 4), + (148581, "712405", 1, 0, 4), + (148582, "712245", 1, 0, 4), + (148583, "712203", 1, 0, 4), + (148584, "712202", 1, 0, 4), + (148585, "712701", 1, 0, 4), + (148586, "712250", 1, 0, 4), + (148587, "712246", 1, 0, 4), + (148588, "712407", 1, 0, 4), + (148589, "712249", 1, 0, 4), + (148590, "712408", 1, 0, 4), + (148591, "712248", 1, 0, 4), + (148592, "712706", 1, 0, 4), + (148593, "712223", 1, 0, 4), + (148594, "712409", 1, 0, 4), + (148595, "712410", 1, 0, 4), + (148596, "712125", 1, 0, 4), + (148597, "712258", 1, 0, 4), + (148598, "712258", 1, 0, 4), + (148599, "712410", 1, 0, 4), + (148600, "712201", 1, 0, 4), + (148601, "712125", 1, 0, 4), + (148602, "712250", 1, 0, 4), + (148603, "712139", 1, 0, 4), + (148604, "712201", 1, 0, 4), + (148605, "712248", 1, 0, 4), + (148606, "712704", 1, 0, 4), + (148607, "712136", 1, 0, 4), + (148608, "712201", 1, 0, 4), + (148609, "712124", 1, 0, 4), + (148610, "712232", 1, 0, 4), + (148611, "712401", 1, 0, 4), + (148612, "712136", 1, 0, 4), + (148613, "712702", 1, 0, 4), + (148614, "712204", 1, 0, 4), + (148615, "712311", 1, 0, 4), + (148616, "712310", 1, 0, 4), + (148617, "712137", 1, 0, 4), + (148618, "712403", 1, 0, 4), + (148619, "712233", 1, 0, 4), + (148620, "712304", 1, 0, 4), + (148621, "712404", 1, 0, 4), + (148622, "712248", 1, 0, 4), + (148623, "712235", 1, 0, 4), + (148624, "712410", 1, 0, 4), + (148625, "712136", 1, 0, 4), + (148626, "712136", 1, 0, 4), + (148627, "712222", 1, 0, 4), + (148628, "712136", 1, 0, 4), + (148629, "712248", 1, 0, 4), + (148630, "712124", 1, 0, 4), + (148631, "712201", 1, 0, 4), + (148632, "721148", 1, 0, 4), + (148633, "721641", 1, 0, 4), + (148634, "721134", 1, 0, 4), + (148635, "721134", 1, 0, 4), + (148636, "721171", 1, 0, 4), + (148637, "721636", 1, 0, 4), + (148638, "721154", 1, 0, 4), + (148639, "721634", 1, 0, 4), + (148640, "721137", 1, 0, 4), + (148641, "721134", 1, 0, 4), + (148642, "721658", 1, 0, 4), + (148643, "721652", 1, 0, 4), + (148644, "721654", 1, 0, 4), + (148645, "721628", 1, 0, 4), + (148646, "721659", 1, 0, 4), + (148647, "721137", 1, 0, 4), + (148648, "721649", 1, 0, 4), + (148649, "721629", 1, 0, 4), + (148650, "721632", 1, 0, 4), + (148651, "721631", 1, 0, 4), + (148652, "721633", 1, 0, 4), + (148653, "721172", 1, 0, 4), + (148654, "721134", 1, 0, 4), + (148655, "721139", 1, 0, 4), + (148656, "721152", 1, 0, 4), + (148657, "721644", 1, 0, 4), + (148658, "721636", 1, 0, 4), + (148659, "721606", 1, 0, 4), + (148660, "721642", 1, 0, 4), + (148661, "721637", 1, 0, 4), + (148662, "721158", 1, 0, 4), + (148663, "721139", 1, 0, 4), + (148664, "721636", 1, 0, 4), + (148665, "721601", 1, 0, 4), + (148666, "721151", 1, 0, 4), + (148667, "721648", 1, 0, 4), + (148668, "721645", 1, 0, 4), + (148669, "721653", 1, 0, 4), + (148670, "721167", 1, 0, 4), + (148671, "721657", 1, 0, 4), + (148672, "721602", 1, 0, 4), + (148673, "721602", 1, 0, 4), + (148674, "721130", 1, 0, 4), + (148675, "721647", 1, 0, 4), + (148676, "721624", 1, 0, 4), + (148677, "721650", 1, 0, 4), + (148678, "721636", 1, 0, 4), + (148679, "721636", 1, 0, 4), + (148680, "721651", 1, 0, 4), + (148681, "721635", 1, 0, 4), + (148682, "721646", 1, 0, 4), + (148683, "721656", 1, 0, 4), + (148684, "721603", 1, 0, 4), + (148685, "721604", 1, 0, 4), + (148686, "721606", 1, 0, 4), + (148687, "721607", 1, 0, 4), + (148688, "721625", 1, 0, 4), + (148689, "721153", 1, 0, 4), + (148690, "721626", 1, 0, 4), + (148691, "721627", 1, 0, 4), + (148692, "721643", 1, 0, 4), + (148693, "721655", 1, 0, 4), + (148694, "723151", 1, 0, 4), + (148695, "723101", 1, 0, 4), + (148696, "723133", 1, 0, 4), + (148697, "723142", 1, 0, 4), + (148698, "723143", 1, 0, 4), + (148699, "723104", 1, 0, 4), + (148700, "723145", 1, 0, 4), + (148701, "723146", 1, 0, 4), + (148702, "723154", 1, 0, 4), + (148703, "723212", 1, 0, 4), + (148704, "723147", 1, 0, 4), + (148705, "723121", 1, 0, 4), + (148706, "723121", 1, 0, 4), + (148707, "723126", 1, 0, 4), + (148708, "723101", 1, 0, 4), + (148709, "723215", 1, 0, 4), + (148710, "723128", 1, 0, 4), + (148711, "723152", 1, 0, 4), + (148712, "723127", 1, 0, 4), + (148713, "723161", 1, 0, 4), + (148714, "723129", 1, 0, 4), + (148715, "723101", 1, 0, 4), + (148716, "723102", 1, 0, 4), + (148717, "723201", 1, 0, 4), + (148718, "723130", 1, 0, 4), + (148719, "723148", 1, 0, 4), + (148720, "723202", 1, 0, 4), + (148721, "723213", 1, 0, 4), + (148722, "723101", 1, 0, 4), + (148723, "723153", 1, 0, 4), + (148724, "723131", 1, 0, 4), + (148725, "723149", 1, 0, 4), + (148726, "723168", 1, 0, 4), + (148727, "723156", 1, 0, 4), + (148728, "723103", 1, 0, 4), + (148729, "723132", 1, 0, 4), + (148730, "723155", 1, 0, 4), + (148731, "712409", 1, 0, 4), + (148732, "731133", 1, 0, 4), + (148733, "731133", 1, 0, 4), + (148734, "731133", 1, 0, 4), + (148735, "741124", 1, 0, 4), + (148736, "721437", 1, 0, 4), + (148737, "743166", 1, 0, 4), + (148738, "743166", 1, 0, 4), + (148739, "743166", 1, 0, 4), + (148740, "743135", 1, 0, 4), + (148741, "743135", 1, 0, 4), + (148742, "743145", 1, 0, 4), + (148743, "743145", 1, 0, 4), + (148744, "743145", 1, 0, 4), + (148745, "743145", 1, 0, 4), + (148746, "743126", 1, 0, 4), + (148747, "743126", 1, 0, 4), + (148748, "743126", 1, 0, 4), + (148749, "743126", 1, 0, 4), + (148750, "743126", 1, 0, 4), + (148751, "743165", 1, 0, 4), + (148752, "700121", 1, 0, 4), + (148753, "700121", 1, 0, 4), + (148754, "700121", 1, 0, 4), + (148755, "743127", 1, 0, 4), + (148756, "743127", 1, 0, 4), + (148757, "743127", 1, 0, 4), + (148758, "743127", 1, 0, 4), + (148759, "742189", 1, 0, 4), + (148760, "742189", 1, 0, 4), + (148761, "742189", 1, 0, 4), + (148762, "742189", 1, 0, 4), + (148763, "742189", 1, 0, 4), + (148764, "742189", 1, 0, 4), + (148765, "742189", 1, 0, 4), + (148766, "742189", 1, 0, 4), + (148767, "742189", 1, 0, 4), + (148768, "742189", 1, 0, 4), + (148769, "742189", 1, 0, 4), + (148770, "742189", 1, 0, 4), + (148771, "742189", 1, 0, 4), + (148772, "742134", 1, 0, 4), + (148773, "742122", 1, 0, 4), + (148774, "743377", 1, 0, 4), + (148775, "743513", 1, 0, 4), + (148776, "743383", 1, 0, 4), + (148777, "743372", 1, 0, 4), + (148778, "743372", 1, 0, 4), + (148779, "743372", 1, 0, 4), + (148780, "743372", 1, 0, 4), + (148781, "743372", 1, 0, 4), + (148782, "743372", 1, 0, 4), + (148783, "743372", 1, 0, 4), + (148784, "743372", 1, 0, 4), + (148785, "743372", 1, 0, 4), + (148786, "743372", 1, 0, 4), + (148787, "743372", 1, 0, 4), + (148788, "743372", 1, 0, 4), + (148789, "735122", 1, 0, 4), + (148790, "735102", 1, 0, 4), + (148791, "735132", 1, 0, 4), + (148792, "735132", 1, 0, 4), + (148793, "735212", 1, 0, 4), + (148794, "735305", 1, 0, 4), + (148795, "735305", 1, 0, 4), + (148796, "735301", 1, 0, 4), + (148797, "735224", 1, 0, 4), + (148798, "735224", 1, 0, 4), + (148799, "736135", 1, 0, 4), + (148800, "736135", 1, 0, 4), + (148801, "736168", 1, 0, 4), + (148802, "736135", 1, 0, 4), + (148803, "736159", 1, 0, 4), + (148804, "736170", 1, 0, 4), + (148805, "736170", 1, 0, 4), + (148806, "736179", 1, 0, 4), + (148807, "736179", 1, 0, 4), + (148808, "736135", 1, 0, 4), + (148809, "735132", 1, 0, 4), + (148810, "735101", 1, 0, 4), + (148811, "735207", 1, 0, 4), + (148812, "735221", 1, 0, 4), + (148813, "734503", 1, 0, 4), + (148814, "735229", 1, 0, 4), + (148815, "731121", 1, 0, 4), + (148816, "731243", 1, 0, 4), + (148817, "731237", 1, 0, 4), + (148818, "731223", 1, 0, 4), + (148819, "731125", 1, 0, 4), + (148820, "731126", 1, 0, 4), + (148821, "731126", 1, 0, 4), + (148822, "731204", 1, 0, 4), + (148823, "731218", 1, 0, 4), + (148824, "731234", 1, 0, 4), + (148825, "731201", 1, 0, 4), + (148826, "731234", 1, 0, 4), + (148827, "731124", 1, 0, 4), + (148828, "731240", 1, 0, 4), + (148829, "731202", 1, 0, 4), + (148830, "731222", 1, 0, 4), + (148831, "743245", 1, 0, 4), + (148832, "700131", 1, 0, 4), + (148833, "700131", 1, 0, 4), + (148834, "700131", 1, 0, 4), + (148835, "743235", 1, 0, 4), + (148836, "743424", 1, 0, 4), + (148837, "743248", 1, 0, 4), + (148838, "700125", 1, 0, 4), + (148839, "743423", 1, 0, 4), + (148840, "743424", 1, 0, 4), + (148841, "743263", 1, 0, 4), + (148842, "743263", 1, 0, 4), + (148843, "743271", 1, 0, 4), + (148844, "743222", 1, 0, 4), + (148845, "743286", 1, 0, 4), + (148846, "743245", 1, 0, 4), + (148847, "743286", 1, 0, 4), + (148848, "743412", 1, 0, 4), + (148849, "743292", 1, 0, 4), + (148850, "743422", 1, 0, 4), + (148851, "743425", 1, 0, 4), + (148852, "742123", 1, 0, 4), + (148853, "742304", 1, 0, 4), + (148854, "742132", 1, 0, 4), + (148855, "713150", 1, 0, 4), + (148856, "733134", 1, 0, 4), + (148857, "733121", 1, 0, 4), + (148858, "733158", 1, 0, 4), + (148859, "733208", 1, 0, 4), + (148860, "733207", 1, 0, 4), + (148861, "733125", 1, 0, 4), + (148862, "733202", 1, 0, 4), + (148863, "733130", 1, 0, 4), + (148864, "733126", 1, 0, 4), + (148865, "733145", 1, 0, 4), + (148866, "733142", 1, 0, 4), + (148867, "733141", 1, 0, 4), + (148868, "733129", 1, 0, 4), + (148869, "733132", 1, 0, 4), + (148870, "733201", 1, 0, 4), + (148871, "733202", 1, 0, 4), + (148872, "733145", 1, 0, 4), + (148873, "733126", 1, 0, 4), + (148874, "733124", 1, 0, 4), + (148875, "711312", 1, 0, 4), + (148876, "711303", 1, 0, 4), + (148877, "711303", 1, 0, 4), + (148878, "711303", 1, 0, 4), + (148879, "711410", 1, 0, 4), + (148880, "711410", 1, 0, 4), + (148881, "711303", 1, 0, 4), + (148882, "742235", 1, 0, 4), + (148883, "723201", 1, 0, 4), + (148884, "723131", 1, 0, 4), + (148885, "723202", 1, 0, 4), + (148886, "723146", 1, 0, 4), + (148887, "723147", 1, 0, 4), + (148888, "723155", 1, 0, 4), + (148889, "723121", 1, 0, 4), + (148890, "723121", 1, 0, 4), + (148891, "723142", 1, 0, 4), + (148892, "723133", 1, 0, 4), + (148893, "712413", 1, 0, 4), + (148894, "712615", 1, 0, 4), + (148895, "712415", 1, 0, 4), + (148896, "712417", 1, 0, 4), + (148897, "742223", 1, 0, 4), + (148898, "742202", 1, 0, 4), + (148899, "742302", 1, 0, 4), + (148900, "742166", 1, 0, 4), + (148901, "742132", 1, 0, 4), + (148902, "742235", 1, 0, 4), + (148903, "742213", 1, 0, 4), + (148904, "742187", 1, 0, 4), + (148905, "742135", 1, 0, 4), + (148906, "742133", 1, 0, 4), + (148907, "742136", 1, 0, 4), + (148908, "742401", 1, 0, 4), + (148909, "742189", 1, 0, 4), + (148910, "742148", 1, 0, 4), + (148911, "742202", 1, 0, 4), + (148912, "742103", 1, 0, 4), + (148913, "742149", 1, 0, 4), + (148914, "742133", 1, 0, 4), + (148915, "742161", 1, 0, 4), + (148916, "742202", 1, 0, 4), + (148917, "742136", 1, 0, 4), + (148918, "742135", 1, 0, 4), + (148919, "742133", 1, 0, 4), + (148920, "742135", 1, 0, 4), + (148921, "742121", 1, 0, 4), + (148922, "742121", 1, 0, 4), + (148923, "742226", 1, 0, 4), + (148924, "742140", 1, 0, 4), + (148925, "742138", 1, 0, 4), + (148926, "742103", 1, 0, 4), + (148927, "742132", 1, 0, 4), + (148928, "713346", 1, 0, 4), + (148929, "700110", 1, 0, 4), + (148930, "700113", 1, 0, 4), + (148931, "741223", 1, 0, 4), + (148932, "741248", 1, 0, 4), + (148933, "741202", 1, 0, 4), + (148934, "741508", 1, 0, 4), + (148935, "712135", 1, 0, 4), + (148936, "712105", 1, 0, 4), + (148937, "712105", 1, 0, 4), + (148938, "712102", 1, 0, 4), + (148939, "712102", 1, 0, 4), + (148940, "712102", 1, 0, 4), + (148941, "712402", 1, 0, 4), + (148942, "712402", 1, 0, 4), + (148943, "712303", 1, 0, 4), + (148944, "712103", 1, 0, 4), + (148945, "741501", 1, 0, 4), + (148946, "741202", 1, 0, 4), + (148947, "741507", 1, 0, 4), + (148948, "741248", 1, 0, 4), + (148949, "741245", 1, 0, 4), + (148950, "741152", 1, 0, 4), + (148951, "741160", 1, 0, 4), + (148952, "741123", 1, 0, 4), + (148953, "741124", 1, 0, 4), + (148954, "741123", 1, 0, 4), + (148955, "741102", 1, 0, 4), + (148956, "741103", 1, 0, 4), + (148957, "741160", 1, 0, 4), + (148958, "741163", 1, 0, 4), + (148959, "741102", 1, 0, 4), + (148960, "741158", 1, 0, 4), + (148961, "741124", 1, 0, 4), + (148962, "741315", 1, 0, 4), + (148963, "741125", 1, 0, 4), + (148964, "741156", 1, 0, 4), + (148965, "741156", 1, 0, 4), + (148966, "741507", 1, 0, 4), + (148967, "741121", 1, 0, 4), + (148968, "741504", 1, 0, 4), + (148969, "741402", 1, 0, 4), + (148970, "741505", 1, 0, 4), + (148971, "741402", 1, 0, 4), + (148972, "741255", 1, 0, 4), + (148973, "741501", 1, 0, 4), + (148974, "741201", 1, 0, 4), + (148975, "741404", 1, 0, 4), + (148976, "741222", 1, 0, 4), + (148977, "741222", 1, 0, 4), + (148978, "700119", 1, 0, 4), + (148979, "700119", 1, 0, 4), + (148980, "712402", 1, 0, 4), + (148981, "712149", 1, 0, 4), + (148982, "712302", 1, 0, 4), + (148983, "712105", 1, 0, 4), + (148984, "712103", 1, 0, 4), + (148985, "712135", 1, 0, 4), + (148986, "712147", 1, 0, 4), + (148987, "712148", 1, 0, 4), + (148988, "713358", 1, 0, 4), + (148989, "713371", 1, 0, 4), + (148990, "713334", 1, 0, 4), + (148991, "713332", 1, 0, 4), + (148992, "713212", 1, 0, 4), + (148993, "713212", 1, 0, 4), + (148994, "713339", 1, 0, 4), + (148995, "713360", 1, 0, 4), + (148996, "713378", 1, 0, 4), + (148997, "713339", 1, 0, 4), + (148998, "713321", 1, 0, 4), + (148999, "713325", 1, 0, 4), + (149000, "713205", 1, 0, 4), + (149001, "713323", 1, 0, 4), + (149002, "713359", 1, 0, 4), + (149003, "713206", 1, 0, 4), + (149004, "713333", 1, 0, 4), + (149005, "713212", 1, 0, 4), + (149006, "713381", 1, 0, 4), + (149007, "713325", 1, 0, 4), + (149008, "713335", 1, 0, 4), + (149009, "713359", 1, 0, 4), + (149010, "713381", 1, 0, 4), + (149011, "713212", 1, 0, 4), + (149012, "713203", 1, 0, 4), + (149013, "713358", 1, 0, 4), + (149014, "713321", 1, 0, 4), + (149015, "713360", 1, 0, 4), + (149016, "713324", 1, 0, 4), + (149017, "713334", 1, 0, 4), + (149018, "713335", 1, 0, 4), + (149019, "713321", 1, 0, 4), + (149020, "713362", 1, 0, 4), + (149021, "713358", 1, 0, 4), + (149022, "713385", 1, 0, 4), + (149023, "713358", 1, 0, 4), + (149024, "713212", 1, 0, 4), + (149025, "713359", 1, 0, 4), + (149026, "713334", 1, 0, 4), + (149027, "713203", 1, 0, 4), + (149028, "713378", 1, 0, 4), + (149029, "713362", 1, 0, 4), + (149030, "713363", 1, 0, 4), + (149031, "713362", 1, 0, 4), + (149032, "713315", 1, 0, 4), + (149033, "713385", 1, 0, 4), + (149034, "713206", 1, 0, 4), + (149035, "713337", 1, 0, 4), + (149036, "713385", 1, 0, 4), + (149037, "713362", 1, 0, 4), + (149038, "713325", 1, 0, 4), + (149039, "713373", 1, 0, 4), + (149040, "713315", 1, 0, 4), + (149041, "713204", 1, 0, 4), + (149042, "713378", 1, 0, 4), + (149043, "713334", 1, 0, 4), + (149044, "713363", 1, 0, 4), + (149045, "713212", 1, 0, 4), + (149046, "713363", 1, 0, 4), + (149047, "713359", 1, 0, 4), + (149048, "713343", 1, 0, 4), + (149049, "713321", 1, 0, 4), + (149050, "713338", 1, 0, 4), + (149051, "713330", 1, 0, 4), + (149052, "713212", 1, 0, 4), + (149053, "713339", 1, 0, 4), + (149054, "713321", 1, 0, 4), + (149055, "713336", 1, 0, 4), + (149056, "713363", 1, 0, 4), + (149057, "713385", 1, 0, 4), + (149058, "713373", 1, 0, 4), + (149059, "713323", 1, 0, 4), + (149060, "713341", 1, 0, 4), + (149061, "713371", 1, 0, 4), + (149062, "713373", 1, 0, 4), + (149063, "713338", 1, 0, 4), + (149064, "713363", 1, 0, 4), + (149065, "713204", 1, 0, 4), + (149066, "713325", 1, 0, 4), + (149067, "713359", 1, 0, 4), + (149068, "713212", 1, 0, 4), + (149069, "713324", 1, 0, 4), + (149070, "713212", 1, 0, 4), + (149071, "713315", 1, 0, 4), + (149072, "713339", 1, 0, 4), + (149073, "713359", 1, 0, 4), + (149074, "713325", 1, 0, 4), + (149075, "713363", 1, 0, 4), + (149076, "713335", 1, 0, 4), + (149077, "713346", 1, 0, 4), + (149078, "713363", 1, 0, 4), + (149079, "713330", 1, 0, 4), + (149080, "713322", 1, 0, 4), + (149081, "713333", 1, 0, 4), + (149082, "713378", 1, 0, 4), + (149083, "713321", 1, 0, 4), + (149084, "713373", 1, 0, 4), + (149085, "713336", 1, 0, 4), + (149086, "713378", 1, 0, 4), + (149087, "722140", 1, 0, 4), + (149088, "722140", 1, 0, 4), + (149089, "722140", 1, 0, 4), + (149090, "722140", 1, 0, 4), + (149091, "722140", 1, 0, 4), + (149092, "722140", 1, 0, 4), + (149093, "722140", 1, 0, 4), + (149094, "722140", 1, 0, 4), + (149095, "722140", 1, 0, 4), + (149096, "722140", 1, 0, 4), + (149097, "722173", 1, 0, 4), + (149098, "722173", 1, 0, 4), + (149099, "722173", 1, 0, 4), + (149100, "722173", 1, 0, 4), + (149101, "722173", 1, 0, 4), + (149102, "722173", 1, 0, 4), + (149103, "722173", 1, 0, 4), + (149104, "722160", 1, 0, 4), + (149105, "722160", 1, 0, 4), + (149106, "722160", 1, 0, 4), + (149107, "722141", 1, 0, 4), + (149108, "722152", 1, 0, 4), + (149109, "722152", 1, 0, 4), + (149110, "722140", 1, 0, 4), + (149111, "722121", 1, 0, 4), + (149112, "722152", 1, 0, 4), + (149113, "722152", 1, 0, 4), + (149114, "722121", 1, 0, 4), + (149115, "722121", 1, 0, 4), + (149116, "722152", 1, 0, 4), + (149117, "722121", 1, 0, 4), + (149118, "722121", 1, 0, 4), + (149119, "722140", 1, 0, 4), + (149120, "722152", 1, 0, 4), + (149121, "722136", 1, 0, 4), + (149122, "722152", 1, 0, 4), + (149123, "722136", 1, 0, 4), + (149124, "722135", 1, 0, 4), + (149125, "722146", 1, 0, 4), + (149126, "722136", 1, 0, 4), + (149127, "722158", 1, 0, 4), + (149128, "722158", 1, 0, 4), + (149129, "722207", 1, 0, 4), + (149130, "722149", 1, 0, 4), + (149131, "722147", 1, 0, 4), + (149132, "722136", 1, 0, 4), + (149133, "722136", 1, 0, 4), + (149134, "722152", 1, 0, 4), + (149135, "722140", 1, 0, 4), + (149136, "722152", 1, 0, 4), + (149137, "722136", 1, 0, 4), + (149138, "722160", 1, 0, 4), + (149139, "722160", 1, 0, 4), + (149140, "722160", 1, 0, 4), + (149141, "722160", 1, 0, 4), + (149142, "722137", 1, 0, 4), + (149143, "722137", 1, 0, 4), + (149144, "722137", 1, 0, 4), + (149145, "722137", 1, 0, 4), + (149146, "722137", 1, 0, 4), + (149147, "722137", 1, 0, 4), + (149148, "722137", 1, 0, 4), + (149149, "722137", 1, 0, 4), + (149150, "722137", 1, 0, 4), + (149151, "722137", 1, 0, 4), + (149152, "722137", 1, 0, 4), + (149153, "722137", 1, 0, 4), + (149154, "722137", 1, 0, 4), + (149155, "722141", 1, 0, 4), + (149156, "722148", 1, 0, 4), + (149157, "722203", 1, 0, 4), + (149158, "722203", 1, 0, 4), + (149159, "722203", 1, 0, 4), + (149160, "722135", 1, 0, 4), + (149161, "722135", 1, 0, 4), + (149162, "722135", 1, 0, 4), + (149163, "722135", 1, 0, 4), + (149164, "722135", 1, 0, 4), + (149165, "722135", 1, 0, 4), + (149166, "722135", 1, 0, 4), + (149167, "722135", 1, 0, 4), + (149168, "722135", 1, 0, 4), + (149169, "722135", 1, 0, 4), + (149170, "722135", 1, 0, 4), + (149171, "722135", 1, 0, 4), + (149172, "722121", 1, 0, 4), + (149173, "722121", 1, 0, 4), + (149174, "722141", 1, 0, 4), + (149175, "722141", 1, 0, 4), + (149176, "722148", 1, 0, 4), + (149177, "722151", 1, 0, 4), + (149178, "722151", 1, 0, 4), + (149179, "722151", 1, 0, 4), + (149180, "722151", 1, 0, 4), + (149181, "722152", 1, 0, 4), + (149182, "722152", 1, 0, 4), + (149183, "722136", 1, 0, 4), + (149184, "722121", 1, 0, 4), + (149185, "722154", 1, 0, 4), + (149186, "722154", 1, 0, 4), + (149187, "722154", 1, 0, 4), + (149188, "722154", 1, 0, 4), + (149189, "722154", 1, 0, 4), + (149190, "722154", 1, 0, 4), + (149191, "722140", 1, 0, 4), + (149192, "722140", 1, 0, 4), + (149193, "722140", 1, 0, 4), + (149194, "722140", 1, 0, 4), + (149195, "722140", 1, 0, 4), + (149196, "722140", 1, 0, 4), + (149197, "722140", 1, 0, 4), + (149198, "722140", 1, 0, 4), + (149199, "722140", 1, 0, 4), + (149200, "722140", 1, 0, 4), + (149201, "722158", 1, 0, 4), + (149202, "722146", 1, 0, 4), + (149203, "722146", 1, 0, 4), + (149204, "722122", 1, 0, 4), + (149205, "722146", 1, 0, 4), + (149206, "722146", 1, 0, 4), + (149207, "722122", 1, 0, 4), + (149208, "722132", 1, 0, 4), + (149209, "722132", 1, 0, 4), + (149210, "722122", 1, 0, 4), + (149211, "722132", 1, 0, 4), + (149212, "722132", 1, 0, 4), + (149213, "722122", 1, 0, 4), + (149214, "722132", 1, 0, 4), + (149215, "722132", 1, 0, 4), + (149216, "722122", 1, 0, 4), + (149217, "722156", 1, 0, 4), + (149218, "722122", 1, 0, 4), + (149219, "722122", 1, 0, 4), + (149220, "722203", 1, 0, 4), + (149221, "722201", 1, 0, 4), + (149222, "722203", 1, 0, 4), + (149223, "722136", 1, 0, 4), + (149224, "722136", 1, 0, 4), + (149225, "722136", 1, 0, 4), + (149226, "722136", 1, 0, 4), + (149227, "722136", 1, 0, 4), + (149228, "722136", 1, 0, 4), + (149229, "722136", 1, 0, 4), + (149230, "722136", 1, 0, 4), + (149231, "722136", 1, 0, 4), + (149232, "722136", 1, 0, 4), + (149233, "722136", 1, 0, 4), + (149234, "722136", 1, 0, 4), + (149235, "722136", 1, 0, 4), + (149236, "722136", 1, 0, 4), + (149237, "722136", 1, 0, 4), + (149238, "722136", 1, 0, 4), + (149239, "722136", 1, 0, 4), + (149240, "722206", 1, 0, 4), + (149241, "722206", 1, 0, 4), + (149242, "722206", 1, 0, 4), + (149243, "722206", 1, 0, 4), + (149244, "722206", 1, 0, 4), + (149245, "722206", 1, 0, 4), + (149246, "722206", 1, 0, 4), + (149247, "722206", 1, 0, 4), + (149248, "722206", 1, 0, 4), + (149249, "722206", 1, 0, 4), + (149250, "722206", 1, 0, 4), + (149251, "722206", 1, 0, 4), + (149252, "722206", 1, 0, 4), + (149253, "722206", 1, 0, 4), + (149254, "722206", 1, 0, 4), + (149255, "722206", 1, 0, 4), + (149256, "722206", 1, 0, 4), + (149257, "722206", 1, 0, 4), + (149258, "722206", 1, 0, 4), + (149259, "722143", 1, 0, 4), + (149260, "722143", 1, 0, 4), + (149261, "722143", 1, 0, 4), + (149262, "722143", 1, 0, 4), + (149263, "722143", 1, 0, 4), + (149264, "722143", 1, 0, 4), + (149265, "722143", 1, 0, 4), + (149266, "722143", 1, 0, 4), + (149267, "722143", 1, 0, 4), + (149268, "722143", 1, 0, 4), + (149269, "722143", 1, 0, 4), + (149270, "722143", 1, 0, 4), + (149271, "722143", 1, 0, 4), + (149272, "722203", 1, 0, 4), + (149273, "722141", 1, 0, 4), + (149274, "722141", 1, 0, 4), + (149275, "722141", 1, 0, 4), + (149276, "722141", 1, 0, 4), + (149277, "722148", 1, 0, 4), + (149278, "722201", 1, 0, 4), + (149279, "722203", 1, 0, 4), + (149280, "722148", 1, 0, 4), + (149281, "722151", 1, 0, 4), + (149282, "722203", 1, 0, 4), + (149283, "722151", 1, 0, 4), + (149284, "722201", 1, 0, 4), + (149285, "722141", 1, 0, 4), + (149286, "722141", 1, 0, 4), + (149287, "722148", 1, 0, 4), + (149288, "722151", 1, 0, 4), + (149289, "722151", 1, 0, 4), + (149290, "722158", 1, 0, 4), + (149291, "722141", 1, 0, 4), + (149292, "722141", 1, 0, 4), + (149293, "722151", 1, 0, 4), + (149294, "722201", 1, 0, 4), + (149295, "722141", 1, 0, 4), + (149296, "722148", 1, 0, 4), + (149297, "722156", 1, 0, 4), + (149298, "722122", 1, 0, 4), + (149299, "722122", 1, 0, 4), + (149300, "722139", 1, 0, 4), + (149301, "722139", 1, 0, 4), + (149302, "722122", 1, 0, 4), + (149303, "722139", 1, 0, 4), + (149304, "722139", 1, 0, 4), + (149305, "722122", 1, 0, 4), + (149306, "722139", 1, 0, 4), + (149307, "722138", 1, 0, 4), + (149308, "722164", 1, 0, 4), + (149309, "722164", 1, 0, 4), + (149310, "722150", 1, 0, 4), + (149311, "722150", 1, 0, 4), + (149312, "722208", 1, 0, 4), + (149313, "722208", 1, 0, 4), + (149314, "722150", 1, 0, 4), + (149315, "722208", 1, 0, 4), + (149316, "722151", 1, 0, 4), + (149317, "722151", 1, 0, 4), + (149318, "722148", 1, 0, 4), + (149319, "722201", 1, 0, 4), + (149320, "722148", 1, 0, 4), + (149321, "722133", 1, 0, 4), + (149322, "722121", 1, 0, 4), + (149323, "722121", 1, 0, 4), + (149324, "722121", 1, 0, 4), + (149325, "722121", 1, 0, 4), + (149326, "722121", 1, 0, 4), + (149327, "722121", 1, 0, 4), + (149328, "722121", 1, 0, 4), + (149329, "722121", 1, 0, 4), + (149330, "722121", 1, 0, 4), + (149331, "722121", 1, 0, 4), + (149332, "722121", 1, 0, 4), + (149333, "722121", 1, 0, 4), + (149334, "722121", 1, 0, 4), + (149335, "722161", 1, 0, 4), + (149336, "722161", 1, 0, 4), + (149337, "722161", 1, 0, 4), + (149338, "722161", 1, 0, 4), + (149339, "722207", 1, 0, 4), + (149340, "722207", 1, 0, 4), + (149341, "722207", 1, 0, 4), + (149342, "722158", 1, 0, 4), + (149343, "722207", 1, 0, 4), + (149344, "722207", 1, 0, 4), + (149345, "722207", 1, 0, 4), + (149346, "722207", 1, 0, 4), + (149347, "722207", 1, 0, 4), + (149348, "722207", 1, 0, 4), + (149349, "722207", 1, 0, 4), + (149350, "722207", 1, 0, 4), + (149351, "722207", 1, 0, 4), + (149352, "722207", 1, 0, 4), + (149353, "722207", 1, 0, 4), + (149354, "722153", 1, 0, 4), + (149355, "722153", 1, 0, 4), + (149356, "722142", 1, 0, 4), + (149357, "722203", 1, 0, 4), + (149358, "722142", 1, 0, 4), + (149359, "722142", 1, 0, 4), + (149360, "722142", 1, 0, 4), + (149361, "722202", 1, 0, 4), + (149362, "722202", 1, 0, 4), + (149363, "722202", 1, 0, 4), + (149364, "722202", 1, 0, 4), + (149365, "722162", 1, 0, 4), + (149366, "722162", 1, 0, 4), + (149367, "722162", 1, 0, 4), + (149368, "722162", 1, 0, 4), + (149369, "722162", 1, 0, 4), + (149370, "722122", 1, 0, 4), + (149371, "722158", 1, 0, 4), + (149372, "722151", 1, 0, 4), + (149373, "722203", 1, 0, 4), + (149374, "722141", 1, 0, 4), + (149375, "722148", 1, 0, 4), + (149376, "722151", 1, 0, 4), + (149377, "722122", 1, 0, 4), + (149378, "722122", 1, 0, 4), + (149379, "722122", 1, 0, 4), + (149380, "722138", 1, 0, 4), + (149381, "722138", 1, 0, 4), + (149382, "722138", 1, 0, 4), + (149383, "722138", 1, 0, 4), + (149384, "722138", 1, 0, 4), + (149385, "722138", 1, 0, 4), + (149386, "722138", 1, 0, 4), + (149387, "722138", 1, 0, 4), + (149388, "722122", 1, 0, 4), + (149389, "722138", 1, 0, 4), + (149390, "722138", 1, 0, 4), + (149391, "722138", 1, 0, 4), + (149392, "722138", 1, 0, 4), + (149393, "722151", 1, 0, 4), + (149394, "722151", 1, 0, 4), + (149395, "722150", 1, 0, 4), + (149396, "722208", 1, 0, 4), + (149397, "722150", 1, 0, 4), + (149398, "722157", 1, 0, 4), + (149399, "722150", 1, 0, 4), + (149400, "722157", 1, 0, 4), + (149401, "722150", 1, 0, 4), + (149402, "722157", 1, 0, 4), + (149403, "722157", 1, 0, 4), + (149404, "722157", 1, 0, 4), + (149405, "722150", 1, 0, 4), + (149406, "722157", 1, 0, 4), + (149407, "722150", 1, 0, 4), + (149408, "722157", 1, 0, 4), + (149409, "722150", 1, 0, 4), + (149410, "722150", 1, 0, 4), + (149411, "722144", 1, 0, 4), + (149412, "722149", 1, 0, 4), + (149413, "722149", 1, 0, 4), + (149414, "722201", 1, 0, 4), + (149415, "722203", 1, 0, 4), + (149416, "722144", 1, 0, 4), + (149417, "722155", 1, 0, 4), + (149418, "722144", 1, 0, 4), + (149419, "722155", 1, 0, 4), + (149420, "722144", 1, 0, 4), + (149421, "722155", 1, 0, 4), + (149422, "722144", 1, 0, 4), + (149423, "722155", 1, 0, 4), + (149424, "722102", 1, 0, 4), + (149425, "722144", 1, 0, 4), + (149426, "722102", 1, 0, 4), + (149427, "722144", 1, 0, 4), + (149428, "722144", 1, 0, 4), + (149429, "722144", 1, 0, 4), + (149430, "722144", 1, 0, 4), + (149431, "722134", 1, 0, 4), + (149432, "722134", 1, 0, 4), + (149433, "722134", 1, 0, 4), + (149434, "722133", 1, 0, 4), + (149435, "722134", 1, 0, 4), + (149436, "722203", 1, 0, 4), + (149437, "722133", 1, 0, 4), + (149438, "722149", 1, 0, 4), + (149439, "722144", 1, 0, 4), + (149440, "722149", 1, 0, 4), + (149441, "722152", 1, 0, 4), + (149442, "722152", 1, 0, 4), + (149443, "722152", 1, 0, 4), + (149444, "722152", 1, 0, 4), + (149445, "722152", 1, 0, 4), + (149446, "722152", 1, 0, 4), + (149447, "722152", 1, 0, 4), + (149448, "722152", 1, 0, 4), + (149449, "722144", 1, 0, 4), + (149450, "722144", 1, 0, 4), + (149451, "722144", 1, 0, 4), + (149452, "722144", 1, 0, 4), + (149453, "722144", 1, 0, 4), + (149454, "722144", 1, 0, 4), + (149455, "722155", 1, 0, 4), + (149456, "722139", 1, 0, 4), + (149457, "722155", 1, 0, 4), + (149458, "722133", 1, 0, 4), + (149459, "722134", 1, 0, 4), + (149460, "722133", 1, 0, 4), + (149461, "722134", 1, 0, 4), + (149462, "722134", 1, 0, 4), + (149463, "722133", 1, 0, 4), + (149464, "722134", 1, 0, 4), + (149465, "722134", 1, 0, 4), + (149466, "722133", 1, 0, 4), + (149467, "722134", 1, 0, 4), + (149468, "722134", 1, 0, 4), + (149469, "722134", 1, 0, 4), + (149470, "722133", 1, 0, 4), + (149471, "722134", 1, 0, 4), + (149472, "722133", 1, 0, 4), + (149473, "722133", 1, 0, 4), + (149474, "722133", 1, 0, 4), + (149475, "722133", 1, 0, 4), + (149476, "722136", 1, 0, 4), + (149477, "722136", 1, 0, 4), + (149478, "722141", 1, 0, 4), + (149479, "722141", 1, 0, 4), + (149480, "743435", 1, 0, 4), + (149481, "743251", 1, 0, 4), + (149482, "743437", 1, 0, 4), + (149483, "743423", 1, 0, 4), + (149484, "743423", 1, 0, 4), + (149485, "743701", 1, 0, 4), + (149486, "743401", 1, 0, 4), + (149487, "743270", 1, 0, 4), + (149488, "743711", 1, 0, 4), + (149489, "743263", 1, 0, 4), + (149490, "743442", 1, 0, 4), + (149491, "743445", 1, 0, 4), + (149492, "743427", 1, 0, 4), + (149493, "700128", 1, 0, 4), + (149494, "743439", 1, 0, 4), + (149495, "743701", 1, 0, 4), + (149496, "743446", 1, 0, 4), + (149497, "743251", 1, 0, 4), + (149498, "743423", 1, 0, 4), + (149499, "743427", 1, 0, 4), + (149500, "743426", 1, 0, 4), + (149501, "743435", 1, 0, 4), + (149502, "743235", 1, 0, 4), + (149503, "700126", 1, 0, 4), + (149504, "743294", 1, 0, 4), + (149505, "743446", 1, 0, 4), + (149506, "743442", 1, 0, 4), + (149507, "743232", 1, 0, 4), + (149508, "743401", 1, 0, 4), + (149509, "743445", 1, 0, 4), + (149510, "743456", 1, 0, 4), + (149511, "743426", 1, 0, 4), + (149512, "743439", 1, 0, 4), + (149513, "743247", 1, 0, 4), + (149514, "743232", 1, 0, 4), + (149515, "743425", 1, 0, 4), + (149516, "743222", 1, 0, 4), + (149517, "743442", 1, 0, 4), + (149518, "700135", 1, 0, 4), + (149519, "743297", 1, 0, 4), + (149520, "743439", 1, 0, 4), + (149521, "743445", 1, 0, 4), + (149522, "743423", 1, 0, 4), + (149523, "743234", 1, 0, 4), + (149524, "743297", 1, 0, 4), + (149525, "743232", 1, 0, 4), + (149526, "743439", 1, 0, 4), + (149527, "743290", 1, 0, 4), + (149528, "743221", 1, 0, 4), + (149529, "743446", 1, 0, 4), + (149530, "743425", 1, 0, 4), + (149531, "700129", 1, 0, 4), + (149532, "743289", 1, 0, 4), + (149533, "700135", 1, 0, 4), + (149534, "743439", 1, 0, 4), + (149535, "743428", 1, 0, 4), + (149536, "743422", 1, 0, 4), + (149537, "743425", 1, 0, 4), + (149538, "743249", 1, 0, 4), + (149539, "700125", 1, 0, 4), + (149540, "743294", 1, 0, 4), + (149541, "743422", 1, 0, 4), + (149542, "700135", 1, 0, 4), + (149543, "743289", 1, 0, 4), + (149544, "743445", 1, 0, 4), + (149545, "743251", 1, 0, 4), + (149546, "743245", 1, 0, 4), + (149547, "743427", 1, 0, 4), + (149548, "743252", 1, 0, 4), + (149549, "743423", 1, 0, 4), + (149550, "743273", 1, 0, 4), + (149551, "743251", 1, 0, 4), + (149552, "743293", 1, 0, 4), + (149553, "743286", 1, 0, 4), + (149554, "743292", 1, 0, 4), + (149555, "743422", 1, 0, 4), + (149556, "743263", 1, 0, 4), + (149557, "743273", 1, 0, 4), + (149558, "743412", 1, 0, 4), + (149559, "743439", 1, 0, 4), + (149560, "700135", 1, 0, 4), + (149561, "743424", 1, 0, 4), + (149562, "743247", 1, 0, 4), + (149563, "743245", 1, 0, 4), + (149564, "743287", 1, 0, 4), + (149565, "743456", 1, 0, 4), + (149566, "743456", 1, 0, 4), + (149567, "743424", 1, 0, 4), + (149568, "743439", 1, 0, 4), + (149569, "743442", 1, 0, 4), + (149570, "743290", 1, 0, 4), + (149571, "743425", 1, 0, 4), + (149572, "743405", 1, 0, 4), + (149573, "743287", 1, 0, 4), + (149574, "743249", 1, 0, 4), + (149575, "743245", 1, 0, 4), + (149576, "743446", 1, 0, 4), + (149577, "743442", 1, 0, 4), + (149578, "743429", 1, 0, 4), + (149579, "743456", 1, 0, 4), + (149580, "743439", 1, 0, 4), + (149581, "743251", 1, 0, 4), + (149582, "743412", 1, 0, 4), + (149583, "743711", 1, 0, 4), + (149584, "743247", 1, 0, 4), + (149585, "743439", 1, 0, 4), + (149586, "743412", 1, 0, 4), + (149587, "743435", 1, 0, 4), + (149588, "743235", 1, 0, 4), + (149589, "743249", 1, 0, 4), + (149590, "743442", 1, 0, 4), + (149591, "743245", 1, 0, 4), + (149592, "743248", 1, 0, 4), + (149593, "743290", 1, 0, 4), + (149594, "743235", 1, 0, 4), + (149595, "743702", 1, 0, 4), + (149596, "743446", 1, 0, 4), + (149597, "743439", 1, 0, 4), + (149598, "743245", 1, 0, 4), + (149599, "743446", 1, 0, 4), + (149600, "743286", 1, 0, 4), + (149601, "743446", 1, 0, 4), + (149602, "743273", 1, 0, 4), + (149603, "700129", 1, 0, 4), + (149604, "743293", 1, 0, 4), + (149605, "743263", 1, 0, 4), + (149606, "743424", 1, 0, 4), + (149607, "743710", 1, 0, 4), + (149608, "743252", 1, 0, 4), + (149609, "743263", 1, 0, 4), + (149610, "743427", 1, 0, 4), + (149611, "700132", 1, 0, 4), + (149612, "743251", 1, 0, 4), + (149613, "743235", 1, 0, 4), + (149614, "743442", 1, 0, 4), + (149615, "743251", 1, 0, 4), + (149616, "743445", 1, 0, 4), + (149617, "743249", 1, 0, 4), + (149618, "743426", 1, 0, 4), + (149619, "743442", 1, 0, 4), + (149620, "743426", 1, 0, 4), + (149621, "743426", 1, 0, 4), + (149622, "700126", 1, 0, 4), + (149623, "743251", 1, 0, 4), + (149624, "743249", 1, 0, 4), + (149625, "743438", 1, 0, 4), + (149626, "743401", 1, 0, 4), + (149627, "743233", 1, 0, 4), + (149628, "743245", 1, 0, 4), + (149629, "743245", 1, 0, 4), + (149630, "743442", 1, 0, 4), + (149631, "743439", 1, 0, 4), + (149632, "743234", 1, 0, 4), + (149633, "743446", 1, 0, 4), + (149634, "743425", 1, 0, 4), + (149635, "743247", 1, 0, 4), + (149636, "743424", 1, 0, 4), + (149637, "743293", 1, 0, 4), + (149638, "700125", 1, 0, 4), + (149639, "700135", 1, 0, 4), + (149640, "743245", 1, 0, 4), + (149641, "743427", 1, 0, 4), + (149642, "743245", 1, 0, 4), + (149643, "743272", 1, 0, 4), + (149644, "743423", 1, 0, 4), + (149645, "743442", 1, 0, 4), + (149646, "743439", 1, 0, 4), + (149647, "743235", 1, 0, 4), + (149648, "743438", 1, 0, 4), + (149649, "700125", 1, 0, 4), + (149650, "700135", 1, 0, 4), + (149651, "743435", 1, 0, 4), + (149652, "743711", 1, 0, 4), + (149653, "743286", 1, 0, 4), + (149654, "743247", 1, 0, 4), + (149655, "743412", 1, 0, 4), + (149656, "743251", 1, 0, 4), + (149657, "700135", 1, 0, 4), + (149658, "743422", 1, 0, 4), + (149659, "700125", 1, 0, 4), + (149660, "743425", 1, 0, 4), + (149661, "743405", 1, 0, 4), + (149662, "743456", 1, 0, 4), + (149663, "743442", 1, 0, 4), + (149664, "743423", 1, 0, 4), + (149665, "743245", 1, 0, 4), + (149666, "743425", 1, 0, 4), + (149667, "743425", 1, 0, 4), + (149668, "743427", 1, 0, 4), + (149669, "743446", 1, 0, 4), + (149670, "700128", 1, 0, 4), + (149671, "743429", 1, 0, 4), + (149672, "700130", 1, 0, 4), + (149673, "743446", 1, 0, 4), + (149674, "743270", 1, 0, 4), + (149675, "743456", 1, 0, 4), + (149676, "743435", 1, 0, 4), + (149677, "743251", 1, 0, 4), + (149678, "743270", 1, 0, 4), + (149679, "743270", 1, 0, 4), + (149680, "743425", 1, 0, 4), + (149681, "700135", 1, 0, 4), + (149682, "743234", 1, 0, 4), + (149683, "743439", 1, 0, 4), + (149684, "700128", 1, 0, 4), + (149685, "743439", 1, 0, 4), + (149686, "743251", 1, 0, 4), + (149687, "743423", 1, 0, 4), + (149688, "743422", 1, 0, 4), + (149689, "743425", 1, 0, 4), + (149690, "743439", 1, 0, 4), + (149691, "743232", 1, 0, 4), + (149692, "700126", 1, 0, 4), + (149693, "743456", 1, 0, 4), + (149694, "743232", 1, 0, 4), + (149695, "743439", 1, 0, 4), + (149696, "743438", 1, 0, 4), + (149697, "743263", 1, 0, 4), + (149698, "743232", 1, 0, 4), + (149699, "743711", 1, 0, 4), + (149700, "743442", 1, 0, 4), + (149701, "743437", 1, 0, 4), + (149702, "700135", 1, 0, 4), + (149703, "743273", 1, 0, 4), + (149704, "743262", 1, 0, 4), + (149705, "743446", 1, 0, 4), + (149706, "743292", 1, 0, 4), + (149707, "743427", 1, 0, 4), + (149708, "743291", 1, 0, 4), + (149709, "743297", 1, 0, 4), + (149710, "700128", 1, 0, 4), + (149711, "743456", 1, 0, 4), + (149712, "743251", 1, 0, 4), + (149713, "743235", 1, 0, 4), + (149714, "743252", 1, 0, 4), + (149715, "743442", 1, 0, 4), + (149716, "743425", 1, 0, 4), + (149717, "700136", 1, 0, 4), + (149718, "743297", 1, 0, 4), + (149719, "743249", 1, 0, 4), + (149720, "743401", 1, 0, 4), + (149721, "743437", 1, 0, 4), + (149722, "743294", 1, 0, 4), + (149723, "743456", 1, 0, 4), + (149724, "743286", 1, 0, 4), + (149725, "743442", 1, 0, 4), + (149726, "743273", 1, 0, 4), + (149727, "700125", 1, 0, 4), + (149728, "743456", 1, 0, 4), + (149729, "743446", 1, 0, 4), + (149730, "700135", 1, 0, 4), + (149731, "743422", 1, 0, 4), + (149732, "700135", 1, 0, 4), + (149733, "743710", 1, 0, 4), + (149734, "743235", 1, 0, 4), + (149735, "743273", 1, 0, 4), + (149736, "743292", 1, 0, 4), + (149737, "743427", 1, 0, 4), + (149738, "743439", 1, 0, 4), + (149739, "743438", 1, 0, 4), + (149740, "743423", 1, 0, 4), + (149741, "743429", 1, 0, 4), + (149742, "743702", 1, 0, 4), + (149743, "743446", 1, 0, 4), + (149744, "743427", 1, 0, 4), + (149745, "743439", 1, 0, 4), + (149746, "700135", 1, 0, 4), + (149747, "743439", 1, 0, 4), + (149748, "743251", 1, 0, 4), + (149749, "743423", 1, 0, 4), + (149750, "743456", 1, 0, 4), + (149751, "700135", 1, 0, 4), + (149752, "700135", 1, 0, 4), + (149753, "743704", 1, 0, 4), + (149754, "743273", 1, 0, 4), + (149755, "743235", 1, 0, 4), + (149756, "743439", 1, 0, 4), + (149757, "743442", 1, 0, 4), + (149758, "743435", 1, 0, 4), + (149759, "743263", 1, 0, 4), + (149760, "743401", 1, 0, 4), + (149761, "743428", 1, 0, 4), + (149762, "743425", 1, 0, 4), + (149763, "700135", 1, 0, 4), + (149764, "700135", 1, 0, 4), + (149765, "743289", 1, 0, 4), + (149766, "743291", 1, 0, 4), + (149767, "743456", 1, 0, 4), + (149768, "743221", 1, 0, 4), + (149769, "743248", 1, 0, 4), + (149770, "743425", 1, 0, 4), + (149771, "743710", 1, 0, 4), + (149772, "700135", 1, 0, 4), + (149773, "743263", 1, 0, 4), + (149774, "743249", 1, 0, 4), + (149775, "743435", 1, 0, 4), + (149776, "743251", 1, 0, 4), + (149777, "743251", 1, 0, 4), + (149778, "743273", 1, 0, 4), + (149779, "743401", 1, 0, 4), + (149780, "743235", 1, 0, 4), + (149781, "743437", 1, 0, 4), + (149782, "743251", 1, 0, 4), + (149783, "743446", 1, 0, 4), + (149784, "743438", 1, 0, 4), + (149785, "743425", 1, 0, 4), + (149786, "743427", 1, 0, 4), + (149787, "743456", 1, 0, 4), + (149788, "743251", 1, 0, 4), + (149789, "700135", 1, 0, 4), + (149790, "743423", 1, 0, 4), + (149791, "743245", 1, 0, 4), + (149792, "743262", 1, 0, 4), + (149793, "743427", 1, 0, 4), + (149794, "743435", 1, 0, 4), + (149795, "743232", 1, 0, 4), + (149796, "743251", 1, 0, 4), + (149797, "743702", 1, 0, 4), + (149798, "743245", 1, 0, 4), + (149799, "743273", 1, 0, 4), + (149800, "743442", 1, 0, 4), + (149801, "743425", 1, 0, 4), + (149802, "743270", 1, 0, 4), + (149803, "743286", 1, 0, 4), + (149804, "743435", 1, 0, 4), + (149805, "743427", 1, 0, 4), + (149806, "743247", 1, 0, 4), + (149807, "743262", 1, 0, 4), + (149808, "743426", 1, 0, 4), + (149809, "743247", 1, 0, 4), + (149810, "743426", 1, 0, 4), + (149811, "743273", 1, 0, 4), + (149812, "743249", 1, 0, 4), + (149813, "743290", 1, 0, 4), + (149814, "743251", 1, 0, 4), + (149815, "700135", 1, 0, 4), + (149816, "743234", 1, 0, 4), + (149817, "743401", 1, 0, 4), + (149818, "743435", 1, 0, 4), + (149819, "743701", 1, 0, 4), + (149820, "743221", 1, 0, 4), + (149821, "743427", 1, 0, 4), + (149822, "743273", 1, 0, 4), + (149823, "743439", 1, 0, 4), + (149824, "743273", 1, 0, 4), + (149825, "743247", 1, 0, 4), + (149826, "743263", 1, 0, 4), + (149827, "743439", 1, 0, 4), + (149828, "743272", 1, 0, 4), + (149829, "743423", 1, 0, 4), + (149830, "743435", 1, 0, 4), + (149831, "743422", 1, 0, 4), + (149832, "743286", 1, 0, 4), + (149833, "743252", 1, 0, 4), + (149834, "743245", 1, 0, 4), + (149835, "743423", 1, 0, 4), + (149836, "743290", 1, 0, 4), + (149837, "743262", 1, 0, 4), + (149838, "700135", 1, 0, 4), + (149839, "743427", 1, 0, 4), + (149840, "743424", 1, 0, 4), + (149841, "743272", 1, 0, 4), + (149842, "700135", 1, 0, 4), + (149843, "743292", 1, 0, 4), + (149844, "700135", 1, 0, 4), + (149845, "743428", 1, 0, 4), + (149846, "743262", 1, 0, 4), + (149847, "743401", 1, 0, 4), + (149848, "743426", 1, 0, 4), + (149849, "743289", 1, 0, 4), + (149850, "743446", 1, 0, 4), + (149851, "743445", 1, 0, 4), + (149852, "743423", 1, 0, 4), + (149853, "743429", 1, 0, 4), + (149854, "743271", 1, 0, 4), + (149855, "743701", 1, 0, 4), + (149856, "700135", 1, 0, 4), + (149857, "743439", 1, 0, 4), + (149858, "743442", 1, 0, 4), + (149859, "743439", 1, 0, 4), + (149860, "743711", 1, 0, 4), + (149861, "743428", 1, 0, 4), + (149862, "743446", 1, 0, 4), + (149863, "743426", 1, 0, 4), + (149864, "743251", 1, 0, 4), + (149865, "743273", 1, 0, 4), + (149866, "743435", 1, 0, 4), + (149867, "743429", 1, 0, 4), + (149868, "743234", 1, 0, 4), + (149869, "743251", 1, 0, 4), + (149870, "743401", 1, 0, 4), + (149871, "743290", 1, 0, 4), + (149872, "743245", 1, 0, 4), + (149873, "731121", 1, 0, 4), + (149874, "731121", 1, 0, 4), + (149875, "731121", 1, 0, 4), + (149876, "731121", 1, 0, 4), + (149877, "731121", 1, 0, 4), + (149878, "731121", 1, 0, 4), + (149879, "731121", 1, 0, 4), + (149880, "731121", 1, 0, 4), + (149881, "731121", 1, 0, 4), + (149882, "731201", 1, 0, 4), + (149883, "731201", 1, 0, 4), + (149884, "731201", 1, 0, 4), + (149885, "731201", 1, 0, 4), + (149886, "731201", 1, 0, 4), + (149887, "731201", 1, 0, 4), + (149888, "731201", 1, 0, 4), + (149889, "731201", 1, 0, 4), + (149890, "731201", 1, 0, 4), + (149891, "731201", 1, 0, 4), + (149892, "731201", 1, 0, 4), + (149893, "731201", 1, 0, 4), + (149894, "731201", 1, 0, 4), + (149895, "731201", 1, 0, 4), + (149896, "731201", 1, 0, 4), + (149897, "731201", 1, 0, 4), + (149898, "731201", 1, 0, 4), + (149899, "731201", 1, 0, 4), + (149900, "731201", 1, 0, 4), + (149901, "731201", 1, 0, 4), + (149902, "731201", 1, 0, 4), + (149903, "731240", 1, 0, 4), + (149904, "731240", 1, 0, 4), + (149905, "731240", 1, 0, 4), + (149906, "731240", 1, 0, 4), + (149907, "731240", 1, 0, 4), + (149908, "731240", 1, 0, 4), + (149909, "731240", 1, 0, 4), + (149910, "731240", 1, 0, 4), + (149911, "731123", 1, 0, 4), + (149912, "731214", 1, 0, 4), + (149913, "731302", 1, 0, 4), + (149914, "731127", 1, 0, 4), + (149915, "731234", 1, 0, 4), + (149916, "731202", 1, 0, 4), + (149917, "731245", 1, 0, 4), + (149918, "731219", 1, 0, 4), + (149919, "731221", 1, 0, 4), + (149920, "731123", 1, 0, 4), + (149921, "731123", 1, 0, 4), + (149922, "731123", 1, 0, 4), + (149923, "731123", 1, 0, 4), + (149924, "731102", 1, 0, 4), + (149925, "731102", 1, 0, 4), + (149926, "731102", 1, 0, 4), + (149927, "731102", 1, 0, 4), + (149928, "731102", 1, 0, 4), + (149929, "731102", 1, 0, 4), + (149930, "731102", 1, 0, 4), + (149931, "731102", 1, 0, 4), + (149932, "731124", 1, 0, 4), + (149933, "731124", 1, 0, 4), + (149934, "731124", 1, 0, 4), + (149935, "731124", 1, 0, 4), + (149936, "731124", 1, 0, 4), + (149937, "731124", 1, 0, 4), + (149938, "731124", 1, 0, 4), + (149939, "731124", 1, 0, 4), + (149940, "731124", 1, 0, 4), + (149941, "731124", 1, 0, 4), + (149942, "731124", 1, 0, 4), + (149943, "731124", 1, 0, 4), + (149944, "731124", 1, 0, 4), + (149945, "731214", 1, 0, 4), + (149946, "731214", 1, 0, 4), + (149947, "731214", 1, 0, 4), + (149948, "731214", 1, 0, 4), + (149949, "731214", 1, 0, 4), + (149950, "731214", 1, 0, 4), + (149951, "731214", 1, 0, 4), + (149952, "731214", 1, 0, 4), + (149953, "731214", 1, 0, 4), + (149954, "731214", 1, 0, 4), + (149955, "731214", 1, 0, 4), + (149956, "731214", 1, 0, 4), + (149957, "731214", 1, 0, 4), + (149958, "731240", 1, 0, 4), + (149959, "731104", 1, 0, 4), + (149960, "731104", 1, 0, 4), + (149961, "731104", 1, 0, 4), + (149962, "731103", 1, 0, 4), + (149963, "731103", 1, 0, 4), + (149964, "731103", 1, 0, 4), + (149965, "731103", 1, 0, 4), + (149966, "731103", 1, 0, 4), + (149967, "731103", 1, 0, 4), + (149968, "731103", 1, 0, 4), + (149969, "731103", 1, 0, 4), + (149970, "731204", 1, 0, 4), + (149971, "731204", 1, 0, 4), + (149972, "731204", 1, 0, 4), + (149973, "731204", 1, 0, 4), + (149974, "731204", 1, 0, 4), + (149975, "731204", 1, 0, 4), + (149976, "731204", 1, 0, 4), + (149977, "731204", 1, 0, 4), + (149978, "731204", 1, 0, 4), + (149979, "731204", 1, 0, 4), + (149980, "731204", 1, 0, 4), + (149981, "731204", 1, 0, 4), + (149982, "731301", 1, 0, 4), + (149983, "731301", 1, 0, 4), + (149984, "731301", 1, 0, 4), + (149985, "731301", 1, 0, 4), + (149986, "731301", 1, 0, 4), + (149987, "731301", 1, 0, 4), + (149988, "731301", 1, 0, 4), + (149989, "731301", 1, 0, 4), + (149990, "731123", 1, 0, 4), + (149991, "731123", 1, 0, 4), + (149992, "731123", 1, 0, 4), + (149993, "731123", 1, 0, 4), + (149994, "731123", 1, 0, 4), + (149995, "731126", 1, 0, 4), + (149996, "731126", 1, 0, 4), + (149997, "731126", 1, 0, 4), + (149998, "731126", 1, 0, 4), + (149999, "731126", 1, 0, 4), + (150000, "731126", 1, 0, 4), + (150001, "731126", 1, 0, 4), + (150002, "731126", 1, 0, 4), + (150003, "731126", 1, 0, 4), + (150004, "731126", 1, 0, 4), + (150005, "731126", 1, 0, 4), + (150006, "731126", 1, 0, 4), + (150007, "731125", 1, 0, 4), + (150008, "731125", 1, 0, 4), + (150009, "731125", 1, 0, 4), + (150010, "731125", 1, 0, 4), + (150011, "731125", 1, 0, 4), + (150012, "731125", 1, 0, 4), + (150013, "731125", 1, 0, 4), + (150014, "731125", 1, 0, 4), + (150015, "731125", 1, 0, 4), + (150016, "731125", 1, 0, 4), + (150017, "731125", 1, 0, 4), + (150018, "731125", 1, 0, 4), + (150019, "731215", 1, 0, 4), + (150020, "731215", 1, 0, 4), + (150021, "731215", 1, 0, 4), + (150022, "731215", 1, 0, 4), + (150023, "731215", 1, 0, 4), + (150024, "731215", 1, 0, 4), + (150025, "731215", 1, 0, 4), + (150026, "731215", 1, 0, 4), + (150027, "731215", 1, 0, 4), + (150028, "731302", 1, 0, 4), + (150029, "731302", 1, 0, 4), + (150030, "731302", 1, 0, 4), + (150031, "731302", 1, 0, 4), + (150032, "731302", 1, 0, 4), + (150033, "731302", 1, 0, 4), + (150034, "731302", 1, 0, 4), + (150035, "731302", 1, 0, 4), + (150036, "731302", 1, 0, 4), + (150037, "731302", 1, 0, 4), + (150038, "731302", 1, 0, 4), + (150039, "731303", 1, 0, 4), + (150040, "731303", 1, 0, 4), + (150041, "731304", 1, 0, 4), + (150042, "731303", 1, 0, 4), + (150043, "731304", 1, 0, 4), + (150044, "731303", 1, 0, 4), + (150045, "731303", 1, 0, 4), + (150046, "731303", 1, 0, 4), + (150047, "731303", 1, 0, 4), + (150048, "731304", 1, 0, 4), + (150049, "731303", 1, 0, 4), + (150050, "731303", 1, 0, 4), + (150051, "731304", 1, 0, 4), + (150052, "731303", 1, 0, 4), + (150053, "731303", 1, 0, 4), + (150054, "731303", 1, 0, 4), + (150055, "731304", 1, 0, 4), + (150056, "731303", 1, 0, 4), + (150057, "731303", 1, 0, 4), + (150058, "731127", 1, 0, 4), + (150059, "731127", 1, 0, 4), + (150060, "731127", 1, 0, 4), + (150061, "731127", 1, 0, 4), + (150062, "731127", 1, 0, 4), + (150063, "731127", 1, 0, 4), + (150064, "731127", 1, 0, 4), + (150065, "731127", 1, 0, 4), + (150066, "731127", 1, 0, 4), + (150067, "731127", 1, 0, 4), + (150068, "731127", 1, 0, 4), + (150069, "731132", 1, 0, 4), + (150070, "731132", 1, 0, 4), + (150071, "731132", 1, 0, 4), + (150072, "731132", 1, 0, 4), + (150073, "731132", 1, 0, 4), + (150074, "731218", 1, 0, 4), + (150075, "731218", 1, 0, 4), + (150076, "731218", 1, 0, 4), + (150077, "731218", 1, 0, 4), + (150078, "731218", 1, 0, 4), + (150079, "731218", 1, 0, 4), + (150080, "731218", 1, 0, 4), + (150081, "731218", 1, 0, 4), + (150082, "731218", 1, 0, 4), + (150083, "731218", 1, 0, 4), + (150084, "731129", 1, 0, 4), + (150085, "731129", 1, 0, 4), + (150086, "731129", 1, 0, 4), + (150087, "731129", 1, 0, 4), + (150088, "731129", 1, 0, 4), + (150089, "731130", 1, 0, 4), + (150090, "731130", 1, 0, 4), + (150091, "731130", 1, 0, 4), + (150092, "731130", 1, 0, 4), + (150093, "731130", 1, 0, 4), + (150094, "731130", 1, 0, 4), + (150095, "731130", 1, 0, 4), + (150096, "731130", 1, 0, 4), + (150097, "731234", 1, 0, 4), + (150098, "731234", 1, 0, 4), + (150099, "731234", 1, 0, 4), + (150100, "731234", 1, 0, 4), + (150101, "731234", 1, 0, 4), + (150102, "731234", 1, 0, 4), + (150103, "731234", 1, 0, 4), + (150104, "731234", 1, 0, 4), + (150105, "731234", 1, 0, 4), + (150106, "731234", 1, 0, 4), + (150107, "731234", 1, 0, 4), + (150108, "731234", 1, 0, 4), + (150109, "731234", 1, 0, 4), + (150110, "731234", 1, 0, 4), + (150111, "731234", 1, 0, 4), + (150112, "731234", 1, 0, 4), + (150113, "731234", 1, 0, 4), + (150114, "731234", 1, 0, 4), + (150115, "731234", 1, 0, 4), + (150116, "731234", 1, 0, 4), + (150117, "731234", 1, 0, 4), + (150118, "731234", 1, 0, 4), + (150119, "731234", 1, 0, 4), + (150120, "731234", 1, 0, 4), + (150121, "731234", 1, 0, 4), + (150122, "731234", 1, 0, 4), + (150123, "731235", 1, 0, 4), + (150124, "731236", 1, 0, 4), + (150125, "731236", 1, 0, 4), + (150126, "731236", 1, 0, 4), + (150127, "731236", 1, 0, 4), + (150128, "731236", 1, 0, 4), + (150129, "731236", 1, 0, 4), + (150130, "731236", 1, 0, 4), + (150131, "731236", 1, 0, 4), + (150132, "731236", 1, 0, 4), + (150133, "731236", 1, 0, 4), + (150134, "731236", 1, 0, 4), + (150135, "731223", 1, 0, 4), + (150136, "731202", 1, 0, 4), + (150137, "731233", 1, 0, 4), + (150138, "731223", 1, 0, 4), + (150139, "731202", 1, 0, 4), + (150140, "731233", 1, 0, 4), + (150141, "731202", 1, 0, 4), + (150142, "731233", 1, 0, 4), + (150143, "731233", 1, 0, 4), + (150144, "731223", 1, 0, 4), + (150145, "731202", 1, 0, 4), + (150146, "731202", 1, 0, 4), + (150147, "731223", 1, 0, 4), + (150148, "731202", 1, 0, 4), + (150149, "731244", 1, 0, 4), + (150150, "731244", 1, 0, 4), + (150151, "731244", 1, 0, 4), + (150152, "731233", 1, 0, 4), + (150153, "731233", 1, 0, 4), + (150154, "731233", 1, 0, 4), + (150155, "731233", 1, 0, 4), + (150156, "731233", 1, 0, 4), + (150157, "731233", 1, 0, 4), + (150158, "731233", 1, 0, 4), + (150159, "731233", 1, 0, 4), + (150160, "731233", 1, 0, 4), + (150161, "731223", 1, 0, 4), + (150162, "731241", 1, 0, 4), + (150163, "731241", 1, 0, 4), + (150164, "731241", 1, 0, 4), + (150165, "731238", 1, 0, 4), + (150166, "731238", 1, 0, 4), + (150167, "731238", 1, 0, 4), + (150168, "731238", 1, 0, 4), + (150169, "731238", 1, 0, 4), + (150170, "731238", 1, 0, 4), + (150171, "731238", 1, 0, 4), + (150172, "731238", 1, 0, 4), + (150173, "731238", 1, 0, 4), + (150174, "731238", 1, 0, 4), + (150175, "731245", 1, 0, 4), + (150176, "731245", 1, 0, 4), + (150177, "731245", 1, 0, 4), + (150178, "731245", 1, 0, 4), + (150179, "731245", 1, 0, 4), + (150180, "731245", 1, 0, 4), + (150181, "731242", 1, 0, 4), + (150182, "731242", 1, 0, 4), + (150183, "731242", 1, 0, 4), + (150184, "731242", 1, 0, 4), + (150185, "731237", 1, 0, 4), + (150186, "731237", 1, 0, 4), + (150187, "731237", 1, 0, 4), + (150188, "731237", 1, 0, 4), + (150189, "731237", 1, 0, 4), + (150190, "731237", 1, 0, 4), + (150191, "731237", 1, 0, 4), + (150192, "731237", 1, 0, 4), + (150193, "731237", 1, 0, 4), + (150194, "731237", 1, 0, 4), + (150195, "731216", 1, 0, 4), + (150196, "731216", 1, 0, 4), + (150197, "731216", 1, 0, 4), + (150198, "731216", 1, 0, 4), + (150199, "731216", 1, 0, 4), + (150200, "731216", 1, 0, 4), + (150201, "731216", 1, 0, 4), + (150202, "731216", 1, 0, 4), + (150203, "731216", 1, 0, 4), + (150204, "731216", 1, 0, 4), + (150205, "731216", 1, 0, 4), + (150206, "731216", 1, 0, 4), + (150207, "731216", 1, 0, 4), + (150208, "731216", 1, 0, 4), + (150209, "731216", 1, 0, 4), + (150210, "731216", 1, 0, 4), + (150211, "731219", 1, 0, 4), + (150212, "731219", 1, 0, 4), + (150213, "731219", 1, 0, 4), + (150214, "731219", 1, 0, 4), + (150215, "731219", 1, 0, 4), + (150216, "731219", 1, 0, 4), + (150217, "731219", 1, 0, 4), + (150218, "731219", 1, 0, 4), + (150219, "731219", 1, 0, 4), + (150220, "731219", 1, 0, 4), + (150221, "731219", 1, 0, 4), + (150222, "731219", 1, 0, 4), + (150223, "731219", 1, 0, 4), + (150224, "731219", 1, 0, 4), + (150225, "731219", 1, 0, 4), + (150226, "731220", 1, 0, 4), + (150227, "731220", 1, 0, 4), + (150228, "731220", 1, 0, 4), + (150229, "731220", 1, 0, 4), + (150230, "731220", 1, 0, 4), + (150231, "731220", 1, 0, 4), + (150232, "731220", 1, 0, 4), + (150233, "731220", 1, 0, 4), + (150234, "731220", 1, 0, 4), + (150235, "731220", 1, 0, 4), + (150236, "731220", 1, 0, 4), + (150237, "731243", 1, 0, 4), + (150238, "731243", 1, 0, 4), + (150239, "731243", 1, 0, 4), + (150240, "731243", 1, 0, 4), + (150241, "731243", 1, 0, 4), + (150242, "731243", 1, 0, 4), + (150243, "731243", 1, 0, 4), + (150244, "731221", 1, 0, 4), + (150245, "731221", 1, 0, 4), + (150246, "731221", 1, 0, 4), + (150247, "731221", 1, 0, 4), + (150248, "731221", 1, 0, 4), + (150249, "731221", 1, 0, 4), + (150250, "731221", 1, 0, 4), + (150251, "731221", 1, 0, 4), + (150252, "731221", 1, 0, 4), + (150253, "731221", 1, 0, 4), + (150254, "731221", 1, 0, 4), + (150255, "731222", 1, 0, 4), + (150256, "731222", 1, 0, 4), + (150257, "731222", 1, 0, 4), + (150258, "731222", 1, 0, 4), + (150259, "731222", 1, 0, 4), + (150260, "731222", 1, 0, 4), + (150261, "731222", 1, 0, 4), + (150262, "731222", 1, 0, 4), + (150263, "731222", 1, 0, 4), + (150264, "731222", 1, 0, 4), + (150265, "731222", 1, 0, 4), + (150266, "731223", 1, 0, 4), + (150267, "731236", 1, 0, 4), + (150268, "731236", 1, 0, 4), + (150269, "713104", 1, 0, 4), + (150270, "713427", 1, 0, 4), + (150271, "713428", 1, 0, 4), + (150272, "713407", 1, 0, 4), + (150273, "713502", 1, 0, 4), + (150274, "713125", 1, 0, 4), + (150275, "713131", 1, 0, 4), + (150276, "713129", 1, 0, 4), + (150277, "713150", 1, 0, 4), + (150278, "713148", 1, 0, 4), + (150279, "713421", 1, 0, 4), + (150280, "713141", 1, 0, 4), + (150281, "713141", 1, 0, 4), + (150282, "713150", 1, 0, 4), + (150283, "713140", 1, 0, 4), + (150284, "713132", 1, 0, 4), + (150285, "713146", 1, 0, 4), + (150286, "713125", 1, 0, 4), + (150287, "713143", 1, 0, 4), + (150288, "713422", 1, 0, 4), + (150289, "713407", 1, 0, 4), + (150290, "713428", 1, 0, 4), + (150291, "713427", 1, 0, 4), + (150292, "713512", 1, 0, 4), + (150293, "713141", 1, 0, 4), + (150294, "713141", 1, 0, 4), + (150295, "713102", 1, 0, 4), + (150296, "713124", 1, 0, 4), + (150297, "713502", 1, 0, 4), + (150298, "713126", 1, 0, 4), + (150299, "713408", 1, 0, 4), + (150300, "713144", 1, 0, 4), + (150301, "713166", 1, 0, 4), + (150302, "713148", 1, 0, 4), + (150303, "713123", 1, 0, 4), + (150304, "713512", 1, 0, 4), + (150305, "713502", 1, 0, 4), + (150306, "713150", 1, 0, 4), + (150307, "713141", 1, 0, 4), + (150308, "713125", 1, 0, 4), + (150309, "713125", 1, 0, 4), + (150310, "713129", 1, 0, 4), + (150311, "713423", 1, 0, 4), + (150312, "713514", 1, 0, 4), + (150313, "713408", 1, 0, 4), + (150314, "713129", 1, 0, 4), + (150315, "713502", 1, 0, 4), + (150316, "713122", 1, 0, 4), + (150317, "713141", 1, 0, 4), + (150318, "713401", 1, 0, 4), + (150319, "713143", 1, 0, 4), + (150320, "713102", 1, 0, 4), + (150321, "713147", 1, 0, 4), + (150322, "713424", 1, 0, 4), + (150323, "713423", 1, 0, 4), + (150324, "713121", 1, 0, 4), + (150325, "713145", 1, 0, 4), + (150326, "713405", 1, 0, 4), + (150327, "713147", 1, 0, 4), + (150328, "713143", 1, 0, 4), + (150329, "713122", 1, 0, 4), + (150330, "713141", 1, 0, 4), + (150331, "713146", 1, 0, 4), + (150332, "713146", 1, 0, 4), + (150333, "713408", 1, 0, 4), + (150334, "713123", 1, 0, 4), + (150335, "713406", 1, 0, 4), + (150336, "713422", 1, 0, 4), + (150337, "713502", 1, 0, 4), + (150338, "713149", 1, 0, 4), + (150339, "713132", 1, 0, 4), + (150340, "713426", 1, 0, 4), + (150341, "713148", 1, 0, 4), + (150342, "713520", 1, 0, 4), + (150343, "713102", 1, 0, 4), + (150344, "713145", 1, 0, 4), + (150345, "713141", 1, 0, 4), + (150346, "713152", 1, 0, 4), + (150347, "713142", 1, 0, 4), + (150348, "713422", 1, 0, 4), + (150349, "713150", 1, 0, 4), + (150350, "713148", 1, 0, 4), + (150351, "713146", 1, 0, 4), + (150352, "713404", 1, 0, 4), + (150353, "713513", 1, 0, 4), + (150354, "713422", 1, 0, 4), + (150355, "713132", 1, 0, 4), + (150356, "713103", 1, 0, 4), + (150357, "713407", 1, 0, 4), + (150358, "713103", 1, 0, 4), + (150359, "713146", 1, 0, 4), + (150360, "713124", 1, 0, 4), + (150361, "713423", 1, 0, 4), + (150362, "713129", 1, 0, 4), + (150363, "713423", 1, 0, 4), + (150364, "713424", 1, 0, 4), + (150365, "713423", 1, 0, 4), + (150366, "713513", 1, 0, 4), + (150367, "713406", 1, 0, 4), + (150368, "713519", 1, 0, 4), + (150369, "713129", 1, 0, 4), + (150370, "713132", 1, 0, 4), + (150371, "713131", 1, 0, 4), + (150372, "713151", 1, 0, 4), + (150373, "713142", 1, 0, 4), + (150374, "713125", 1, 0, 4), + (150375, "713102", 1, 0, 4), + (150376, "713502", 1, 0, 4), + (150377, "713519", 1, 0, 4), + (150378, "713512", 1, 0, 4), + (150379, "713146", 1, 0, 4), + (150380, "713148", 1, 0, 4), + (150381, "713423", 1, 0, 4), + (150382, "713102", 1, 0, 4), + (150383, "713513", 1, 0, 4), + (150384, "713150", 1, 0, 4), + (150385, "713123", 1, 0, 4), + (150386, "713128", 1, 0, 4), + (150387, "713128", 1, 0, 4), + (150388, "713502", 1, 0, 4), + (150389, "713146", 1, 0, 4), + (150390, "713146", 1, 0, 4), + (150391, "713121", 1, 0, 4), + (150392, "713148", 1, 0, 4), + (150393, "713145", 1, 0, 4), + (150394, "713124", 1, 0, 4), + (150395, "713422", 1, 0, 4), + (150396, "713520", 1, 0, 4), + (150397, "713166", 1, 0, 4), + (150398, "713128", 1, 0, 4), + (150399, "713128", 1, 0, 4), + (150400, "713515", 1, 0, 4), + (150401, "713519", 1, 0, 4), + (150402, "713403", 1, 0, 4), + (150403, "713129", 1, 0, 4), + (150404, "713427", 1, 0, 4), + (150405, "713144", 1, 0, 4), + (150406, "713104", 1, 0, 4), + (150407, "713422", 1, 0, 4), + (150408, "713426", 1, 0, 4), + (150409, "713125", 1, 0, 4), + (150410, "713132", 1, 0, 4), + (150411, "713123", 1, 0, 4), + (150412, "713128", 1, 0, 4), + (150413, "713131", 1, 0, 4), + (150414, "713152", 1, 0, 4), + (150415, "713146", 1, 0, 4), + (150416, "713143", 1, 0, 4), + (150417, "713423", 1, 0, 4), + (150418, "713143", 1, 0, 4), + (150419, "713122", 1, 0, 4), + (150420, "713428", 1, 0, 4), + (150421, "713145", 1, 0, 4), + (150422, "713424", 1, 0, 4), + (150423, "713406", 1, 0, 4), + (150424, "713126", 1, 0, 4), + (150425, "713146", 1, 0, 4), + (150426, "713426", 1, 0, 4), + (150427, "713514", 1, 0, 4), + (150428, "713127", 1, 0, 4), + (150429, "713513", 1, 0, 4), + (150430, "713512", 1, 0, 4), + (150431, "713125", 1, 0, 4), + (150432, "713409", 1, 0, 4), + (150433, "713129", 1, 0, 4), + (150434, "713146", 1, 0, 4), + (150435, "713152", 1, 0, 4), + (150436, "713103", 1, 0, 4), + (150437, "713125", 1, 0, 4), + (150438, "713424", 1, 0, 4), + (150439, "713422", 1, 0, 4), + (150440, "713166", 1, 0, 4), + (150441, "713428", 1, 0, 4), + (150442, "713502", 1, 0, 4), + (150443, "713143", 1, 0, 4), + (150444, "713146", 1, 0, 4), + (150445, "713128", 1, 0, 4), + (150446, "713513", 1, 0, 4), + (150447, "713102", 1, 0, 4), + (150448, "713422", 1, 0, 4), + (150449, "713143", 1, 0, 4), + (150450, "713404", 1, 0, 4), + (150451, "713166", 1, 0, 4), + (150452, "713128", 1, 0, 4), + (150453, "713403", 1, 0, 4), + (150454, "713512", 1, 0, 4), + (150455, "713422", 1, 0, 4), + (150456, "713147", 1, 0, 4), + (150457, "713143", 1, 0, 4), + (150458, "713104", 1, 0, 4), + (150459, "713408", 1, 0, 4), + (150460, "713406", 1, 0, 4), + (150461, "713424", 1, 0, 4), + (150462, "713123", 1, 0, 4), + (150463, "713145", 1, 0, 4), + (150464, "713423", 1, 0, 4), + (150465, "713124", 1, 0, 4), + (150466, "713131", 1, 0, 4), + (150467, "713520", 1, 0, 4), + (150468, "713146", 1, 0, 4), + (150469, "713102", 1, 0, 4), + (150470, "713502", 1, 0, 4), + (150471, "713145", 1, 0, 4), + (150472, "713103", 1, 0, 4), + (150473, "713408", 1, 0, 4), + (150474, "713421", 1, 0, 4), + (150475, "713426", 1, 0, 4), + (150476, "713102", 1, 0, 4), + (150477, "713148", 1, 0, 4), + (150478, "713422", 1, 0, 4), + (150479, "713129", 1, 0, 4), + (150480, "713502", 1, 0, 4), + (150481, "713422", 1, 0, 4), + (150482, "713102", 1, 0, 4), + (150483, "713152", 1, 0, 4), + (150484, "713145", 1, 0, 4), + (150485, "713403", 1, 0, 4), + (150486, "713407", 1, 0, 4), + (150487, "713426", 1, 0, 4), + (150488, "713513", 1, 0, 4), + (150489, "713422", 1, 0, 4), + (150490, "713128", 1, 0, 4), + (150491, "713427", 1, 0, 4), + (150492, "713401", 1, 0, 4), + (150493, "713166", 1, 0, 4), + (150494, "713423", 1, 0, 4), + (150495, "713123", 1, 0, 4), + (150496, "713423", 1, 0, 4), + (150497, "713143", 1, 0, 4), + (150498, "713144", 1, 0, 4), + (150499, "713422", 1, 0, 4), + (150500, "713129", 1, 0, 4), + (150501, "713141", 1, 0, 4), + (150502, "713149", 1, 0, 4), + (150503, "713519", 1, 0, 4), + (150504, "713125", 1, 0, 4), + (150505, "713143", 1, 0, 4), + (150506, "713147", 1, 0, 4), + (150507, "713127", 1, 0, 4), + (150508, "713144", 1, 0, 4), + (150509, "713129", 1, 0, 4), + (150510, "713102", 1, 0, 4), + (150511, "713150", 1, 0, 4), + (150512, "713148", 1, 0, 4), + (150513, "713519", 1, 0, 4), + (150514, "713423", 1, 0, 4), + (150515, "713405", 1, 0, 4), + (150516, "713102", 1, 0, 4), + (150517, "713143", 1, 0, 4), + (150518, "713102", 1, 0, 4), + (150519, "713407", 1, 0, 4), + (150520, "713132", 1, 0, 4), + (150521, "713153", 1, 0, 4), + (150522, "713422", 1, 0, 4), + (150523, "713166", 1, 0, 4), + (150524, "713422", 1, 0, 4), + (150525, "713427", 1, 0, 4), + (150526, "713147", 1, 0, 4), + (150527, "713514", 1, 0, 4), + (150528, "713102", 1, 0, 4), + (150529, "713126", 1, 0, 4), + (150530, "713422", 1, 0, 4), + (150531, "713519", 1, 0, 4), + (150532, "713131", 1, 0, 4), + (150533, "713512", 1, 0, 4), + (150534, "713102", 1, 0, 4), + (150535, "713145", 1, 0, 4), + (150536, "713103", 1, 0, 4), + (150537, "713424", 1, 0, 4), + (150538, "713424", 1, 0, 4), + (150539, "713422", 1, 0, 4), + (150540, "713128", 1, 0, 4), + (150541, "713151", 1, 0, 4), + (150542, "713512", 1, 0, 4), + (150543, "713426", 1, 0, 4), + (150544, "713145", 1, 0, 4), + (150545, "713422", 1, 0, 4), + (150546, "713127", 1, 0, 4), + (150547, "713422", 1, 0, 4), + (150548, "713401", 1, 0, 4), + (150549, "713428", 1, 0, 4), + (150550, "713502", 1, 0, 4), + (150551, "713129", 1, 0, 4), + (150552, "713132", 1, 0, 4), + (150553, "713405", 1, 0, 4), + (150554, "713424", 1, 0, 4), + (150555, "713513", 1, 0, 4), + (150556, "713513", 1, 0, 4), + (150557, "713102", 1, 0, 4), + (150558, "713513", 1, 0, 4), + (150559, "713127", 1, 0, 4), + (150560, "713428", 1, 0, 4), + (150561, "713428", 1, 0, 4), + (150562, "713147", 1, 0, 4), + (150563, "713406", 1, 0, 4), + (150564, "713123", 1, 0, 4), + (150565, "713513", 1, 0, 4), + (150566, "713514", 1, 0, 4), + (150567, "713121", 1, 0, 4), + (150568, "713519", 1, 0, 4), + (150569, "713150", 1, 0, 4), + (150570, "713140", 1, 0, 4), + (150571, "713407", 1, 0, 4), + (150572, "713405", 1, 0, 4), + (150573, "713127", 1, 0, 4), + (150574, "713424", 1, 0, 4), + (150575, "713519", 1, 0, 4), + (150576, "713124", 1, 0, 4), + (150577, "713515", 1, 0, 4), + (150578, "713143", 1, 0, 4), + (150579, "713146", 1, 0, 4), + (150580, "713140", 1, 0, 4), + (150581, "713142", 1, 0, 4), + (150582, "713424", 1, 0, 4), + (150583, "713403", 1, 0, 4), + (150584, "713142", 1, 0, 4), + (150585, "713514", 1, 0, 4), + (150586, "713123", 1, 0, 4), + (150587, "713427", 1, 0, 4), + (150588, "713427", 1, 0, 4), + (150589, "713125", 1, 0, 4), + (150590, "713424", 1, 0, 4), + (150591, "713128", 1, 0, 4), + (150592, "713132", 1, 0, 4), + (150593, "713151", 1, 0, 4), + (150594, "713151", 1, 0, 4), + (150595, "713143", 1, 0, 4), + (150596, "713141", 1, 0, 4), + (150597, "713401", 1, 0, 4), + (150598, "713152", 1, 0, 4), + (150599, "713143", 1, 0, 4), + (150600, "713403", 1, 0, 4), + (150601, "713408", 1, 0, 4), + (150602, "713408", 1, 0, 4), + (150603, "713153", 1, 0, 4), + (150604, "713513", 1, 0, 4), + (150605, "713421", 1, 0, 4), + (150606, "713125", 1, 0, 4), + (150607, "713512", 1, 0, 4), + (150608, "713128", 1, 0, 4), + (150609, "713132", 1, 0, 4), + (150610, "713422", 1, 0, 4), + (150611, "713406", 1, 0, 4), + (150612, "713520", 1, 0, 4), + (150613, "713144", 1, 0, 4), + (150614, "713143", 1, 0, 4), + (150615, "713428", 1, 0, 4), + (150616, "713143", 1, 0, 4), + (150617, "713143", 1, 0, 4), + (150618, "713147", 1, 0, 4), + (150619, "713422", 1, 0, 4), + (150620, "713406", 1, 0, 4), + (150621, "713145", 1, 0, 4), + (150622, "713146", 1, 0, 4), + (150623, "713128", 1, 0, 4), + (150624, "713513", 1, 0, 4), + (150625, "713422", 1, 0, 4), + (150626, "713519", 1, 0, 4), + (150627, "713102", 1, 0, 4), + (150628, "713129", 1, 0, 4), + (150629, "713424", 1, 0, 4), + (150630, "713426", 1, 0, 4), + (150631, "713403", 1, 0, 4), + (150632, "713121", 1, 0, 4), + (150633, "713104", 1, 0, 4), + (150634, "713166", 1, 0, 4), + (150635, "713420", 1, 0, 4), + (150636, "713140", 1, 0, 4), + (150637, "713404", 1, 0, 4), + (150638, "713142", 1, 0, 4), + (150639, "713408", 1, 0, 4), + (150640, "713129", 1, 0, 4), + (150641, "713407", 1, 0, 4), + (150642, "713424", 1, 0, 4), + (150643, "713126", 1, 0, 4), + (150644, "713405", 1, 0, 4), + (150645, "713121", 1, 0, 4), + (150646, "713421", 1, 0, 4), + (150647, "713103", 1, 0, 4), + (150648, "713144", 1, 0, 4), + (150649, "713426", 1, 0, 4), + (150650, "713121", 1, 0, 4), + (150651, "713401", 1, 0, 4), + (150652, "713123", 1, 0, 4), + (150653, "713424", 1, 0, 4), + (150654, "713141", 1, 0, 4), + (150655, "713408", 1, 0, 4), + (150656, "713143", 1, 0, 4), + (150657, "713423", 1, 0, 4), + (150658, "713128", 1, 0, 4), + (150659, "713142", 1, 0, 4), + (150660, "713146", 1, 0, 4), + (150661, "713141", 1, 0, 4), + (150662, "713428", 1, 0, 4), + (150663, "713408", 1, 0, 4), + (150664, "713128", 1, 0, 4), + (150665, "713427", 1, 0, 4), + (150666, "713128", 1, 0, 4), + (150667, "713140", 1, 0, 4), + (150668, "713123", 1, 0, 4), + (150669, "713143", 1, 0, 4), + (150670, "713424", 1, 0, 4), + (150671, "713125", 1, 0, 4), + (150672, "713141", 1, 0, 4), + (150673, "713141", 1, 0, 4), + (150674, "713145", 1, 0, 4), + (150675, "713123", 1, 0, 4), + (150676, "713128", 1, 0, 4), + (150677, "713142", 1, 0, 4), + (150678, "713148", 1, 0, 4), + (150679, "713407", 1, 0, 4), + (150680, "713404", 1, 0, 4), + (150681, "713422", 1, 0, 4), + (150682, "713514", 1, 0, 4), + (150683, "713129", 1, 0, 4), + (150684, "713129", 1, 0, 4), + (150685, "713407", 1, 0, 4), + (150686, "713407", 1, 0, 4), + (150687, "713146", 1, 0, 4), + (150688, "713125", 1, 0, 4), + (150689, "713408", 1, 0, 4), + (150690, "713426", 1, 0, 4), + (150691, "713513", 1, 0, 4), + (150692, "713141", 1, 0, 4), + (150693, "713141", 1, 0, 4), + (150694, "713512", 1, 0, 4), + (150695, "713145", 1, 0, 4), + (150696, "713424", 1, 0, 4), + (150697, "713122", 1, 0, 4), + (150698, "713424", 1, 0, 4), + (150699, "713143", 1, 0, 4), + (150700, "713406", 1, 0, 4), + (150701, "713512", 1, 0, 4), + (150702, "713142", 1, 0, 4), + (150703, "713426", 1, 0, 4), + (150704, "713152", 1, 0, 4), + (150705, "721424", 1, 0, 4), + (150706, "721456", 1, 0, 4), + (150707, "721427", 1, 0, 4), + (150708, "721443", 1, 0, 4), + (150709, "721433", 1, 0, 4), + (150710, "721437", 1, 0, 4), + (150711, "721448", 1, 0, 4), + (150712, "721452", 1, 0, 4), + (150713, "721135", 1, 0, 4), + (150714, "721456", 1, 0, 4), + (150715, "721425", 1, 0, 4), + (150716, "721455", 1, 0, 4), + (150717, "721455", 1, 0, 4), + (150718, "721455", 1, 0, 4), + (150719, "721455", 1, 0, 4), + (150720, "721455", 1, 0, 4), + (150721, "721455", 1, 0, 4), + (150722, "721426", 1, 0, 4), + (150723, "721426", 1, 0, 4), + (150724, "721426", 1, 0, 4), + (150725, "721426", 1, 0, 4), + (150726, "721426", 1, 0, 4), + (150727, "721426", 1, 0, 4), + (150728, "721426", 1, 0, 4), + (150729, "721426", 1, 0, 4), + (150730, "721426", 1, 0, 4), + (150731, "721426", 1, 0, 4), + (150732, "721426", 1, 0, 4), + (150733, "721426", 1, 0, 4), + (150734, "721426", 1, 0, 4), + (150735, "721426", 1, 0, 4), + (150736, "721467", 1, 0, 4), + (150737, "721467", 1, 0, 4), + (150738, "721467", 1, 0, 4), + (150739, "721467", 1, 0, 4), + (150740, "721467", 1, 0, 4), + (150741, "721467", 1, 0, 4), + (150742, "721467", 1, 0, 4), + (150743, "721467", 1, 0, 4), + (150744, "721467", 1, 0, 4), + (150745, "721467", 1, 0, 4), + (150746, "721428", 1, 0, 4), + (150747, "721428", 1, 0, 4), + (150748, "721453", 1, 0, 4), + (150749, "721453", 1, 0, 4), + (150750, "721453", 1, 0, 4), + (150751, "721453", 1, 0, 4), + (150752, "721453", 1, 0, 4), + (150753, "721427", 1, 0, 4), + (150754, "721427", 1, 0, 4), + (150755, "721427", 1, 0, 4), + (150756, "721427", 1, 0, 4), + (150757, "721427", 1, 0, 4), + (150758, "721424", 1, 0, 4), + (150759, "721424", 1, 0, 4), + (150760, "721424", 1, 0, 4), + (150761, "721424", 1, 0, 4), + (150762, "721424", 1, 0, 4), + (150763, "721424", 1, 0, 4), + (150764, "721424", 1, 0, 4), + (150765, "721424", 1, 0, 4), + (150766, "721424", 1, 0, 4), + (150767, "721425", 1, 0, 4), + (150768, "721425", 1, 0, 4), + (150769, "721425", 1, 0, 4), + (150770, "721425", 1, 0, 4), + (150771, "721425", 1, 0, 4), + (150772, "721425", 1, 0, 4), + (150773, "721405", 1, 0, 4), + (150774, "721405", 1, 0, 4), + (150775, "721403", 1, 0, 4), + (150776, "721402", 1, 0, 4), + (150777, "721404", 1, 0, 4), + (150778, "721406", 1, 0, 4), + (150779, "721403", 1, 0, 4), + (150780, "721405", 1, 0, 4), + (150781, "721405", 1, 0, 4), + (150782, "721404", 1, 0, 4), + (150783, "721402", 1, 0, 4), + (150784, "721404", 1, 0, 4), + (150785, "721402", 1, 0, 4), + (150786, "721402", 1, 0, 4), + (150787, "721404", 1, 0, 4), + (150788, "721403", 1, 0, 4), + (150789, "721403", 1, 0, 4), + (150790, "721404", 1, 0, 4), + (150791, "721454", 1, 0, 4), + (150792, "721454", 1, 0, 4), + (150793, "721454", 1, 0, 4), + (150794, "721454", 1, 0, 4), + (150795, "721454", 1, 0, 4), + (150796, "721454", 1, 0, 4), + (150797, "721454", 1, 0, 4), + (150798, "721456", 1, 0, 4), + (150799, "721456", 1, 0, 4), + (150800, "721456", 1, 0, 4), + (150801, "721456", 1, 0, 4), + (150802, "721427", 1, 0, 4), + (150803, "721427", 1, 0, 4), + (150804, "721427", 1, 0, 4), + (150805, "721429", 1, 0, 4), + (150806, "721429", 1, 0, 4), + (150807, "721429", 1, 0, 4), + (150808, "721429", 1, 0, 4), + (150809, "721429", 1, 0, 4), + (150810, "721429", 1, 0, 4), + (150811, "721429", 1, 0, 4), + (150812, "721429", 1, 0, 4), + (150813, "721429", 1, 0, 4), + (150814, "721429", 1, 0, 4), + (150815, "721429", 1, 0, 4), + (150816, "721457", 1, 0, 4), + (150817, "721457", 1, 0, 4), + (150818, "721457", 1, 0, 4), + (150819, "721457", 1, 0, 4), + (150820, "721457", 1, 0, 4), + (150821, "721457", 1, 0, 4), + (150822, "721457", 1, 0, 4), + (150823, "721457", 1, 0, 4), + (150824, "721457", 1, 0, 4), + (150825, "721457", 1, 0, 4), + (150826, "721457", 1, 0, 4), + (150827, "721457", 1, 0, 4), + (150828, "721430", 1, 0, 4), + (150829, "721430", 1, 0, 4), + (150830, "721430", 1, 0, 4), + (150831, "721430", 1, 0, 4), + (150832, "721430", 1, 0, 4), + (150833, "721430", 1, 0, 4), + (150834, "721430", 1, 0, 4), + (150835, "721430", 1, 0, 4), + (150836, "721430", 1, 0, 4), + (150837, "721430", 1, 0, 4), + (150838, "721430", 1, 0, 4), + (150839, "721430", 1, 0, 4), + (150840, "721430", 1, 0, 4), + (150841, "721430", 1, 0, 4), + (150842, "721443", 1, 0, 4), + (150843, "721443", 1, 0, 4), + (150844, "721443", 1, 0, 4), + (150845, "721443", 1, 0, 4), + (150846, "721443", 1, 0, 4), + (150847, "721443", 1, 0, 4), + (150848, "721443", 1, 0, 4), + (150849, "721443", 1, 0, 4), + (150850, "721431", 1, 0, 4), + (150851, "721431", 1, 0, 4), + (150852, "721431", 1, 0, 4), + (150853, "721431", 1, 0, 4), + (150854, "721431", 1, 0, 4), + (150855, "721431", 1, 0, 4), + (150856, "721431", 1, 0, 4), + (150857, "721431", 1, 0, 4), + (150858, "721431", 1, 0, 4), + (150859, "721431", 1, 0, 4), + (150860, "721431", 1, 0, 4), + (150861, "721431", 1, 0, 4), + (150862, "721431", 1, 0, 4), + (150863, "721431", 1, 0, 4), + (150864, "721431", 1, 0, 4), + (150865, "721431", 1, 0, 4), + (150866, "721450", 1, 0, 4), + (150867, "721450", 1, 0, 4), + (150868, "721450", 1, 0, 4), + (150869, "721450", 1, 0, 4), + (150870, "721432", 1, 0, 4), + (150871, "721432", 1, 0, 4), + (150872, "721432", 1, 0, 4), + (150873, "721432", 1, 0, 4), + (150874, "721432", 1, 0, 4), + (150875, "721432", 1, 0, 4), + (150876, "721432", 1, 0, 4), + (150877, "721432", 1, 0, 4), + (150878, "721445", 1, 0, 4), + (150879, "721445", 1, 0, 4), + (150880, "721445", 1, 0, 4), + (150881, "721445", 1, 0, 4), + (150882, "721445", 1, 0, 4), + (150883, "721445", 1, 0, 4), + (150884, "721445", 1, 0, 4), + (150885, "721445", 1, 0, 4), + (150886, "721445", 1, 0, 4), + (150887, "721445", 1, 0, 4), + (150888, "721445", 1, 0, 4), + (150889, "721445", 1, 0, 4), + (150890, "721445", 1, 0, 4), + (150891, "721433", 1, 0, 4), + (150892, "721433", 1, 0, 4), + (150893, "721433", 1, 0, 4), + (150894, "721433", 1, 0, 4), + (150895, "721433", 1, 0, 4), + (150896, "721433", 1, 0, 4), + (150897, "721434", 1, 0, 4), + (150898, "721434", 1, 0, 4), + (150899, "721434", 1, 0, 4), + (150900, "721434", 1, 0, 4), + (150901, "721434", 1, 0, 4), + (150902, "721434", 1, 0, 4), + (150903, "721449", 1, 0, 4), + (150904, "721449", 1, 0, 4), + (150905, "721449", 1, 0, 4), + (150906, "721435", 1, 0, 4), + (150907, "721435", 1, 0, 4), + (150908, "721435", 1, 0, 4), + (150909, "721435", 1, 0, 4), + (150910, "721435", 1, 0, 4), + (150911, "721436", 1, 0, 4), + (150912, "721436", 1, 0, 4), + (150913, "721436", 1, 0, 4), + (150914, "721436", 1, 0, 4), + (150915, "721436", 1, 0, 4), + (150916, "721436", 1, 0, 4), + (150917, "721444", 1, 0, 4), + (150918, "721444", 1, 0, 4), + (150919, "721444", 1, 0, 4), + (150920, "721444", 1, 0, 4), + (150921, "721444", 1, 0, 4), + (150922, "721444", 1, 0, 4), + (150923, "721444", 1, 0, 4), + (150924, "721444", 1, 0, 4), + (150925, "721444", 1, 0, 4), + (150926, "721444", 1, 0, 4), + (150927, "721444", 1, 0, 4), + (150928, "721444", 1, 0, 4), + (150929, "721437", 1, 0, 4), + (150930, "721437", 1, 0, 4), + (150931, "721437", 1, 0, 4), + (150932, "721437", 1, 0, 4), + (150933, "721437", 1, 0, 4), + (150934, "721437", 1, 0, 4), + (150935, "721437", 1, 0, 4), + (150936, "721437", 1, 0, 4), + (150937, "721456", 1, 0, 4), + (150938, "721456", 1, 0, 4), + (150939, "721456", 1, 0, 4), + (150940, "721456", 1, 0, 4), + (150941, "721420", 1, 0, 4), + (150942, "721420", 1, 0, 4), + (150943, "721422", 1, 0, 4), + (150944, "721422", 1, 0, 4), + (150945, "721422", 1, 0, 4), + (150946, "721422", 1, 0, 4), + (150947, "721422", 1, 0, 4), + (150948, "721422", 1, 0, 4), + (150949, "721422", 1, 0, 4), + (150950, "721422", 1, 0, 4), + (150951, "721422", 1, 0, 4), + (150952, "721422", 1, 0, 4), + (150953, "721422", 1, 0, 4), + (150954, "721422", 1, 0, 4), + (150955, "721422", 1, 0, 4), + (150956, "721422", 1, 0, 4), + (150957, "721422", 1, 0, 4), + (150958, "721423", 1, 0, 4), + (150959, "721423", 1, 0, 4), + (150960, "721423", 1, 0, 4), + (150961, "721423", 1, 0, 4), + (150962, "721423", 1, 0, 4), + (150963, "721423", 1, 0, 4), + (150964, "721423", 1, 0, 4), + (150965, "721423", 1, 0, 4), + (150966, "721423", 1, 0, 4), + (150967, "721442", 1, 0, 4), + (150968, "721442", 1, 0, 4), + (150969, "721442", 1, 0, 4), + (150970, "721442", 1, 0, 4), + (150971, "721442", 1, 0, 4), + (150972, "721442", 1, 0, 4), + (150973, "721442", 1, 0, 4), + (150974, "721442", 1, 0, 4), + (150975, "721424", 1, 0, 4), + (150976, "721424", 1, 0, 4), + (150977, "721424", 1, 0, 4), + (150978, "721424", 1, 0, 4), + (150979, "721424", 1, 0, 4), + (150980, "721424", 1, 0, 4), + (150981, "721424", 1, 0, 4), + (150982, "721437", 1, 0, 4), + (150983, "721437", 1, 0, 4), + (150984, "721437", 1, 0, 4), + (150985, "721437", 1, 0, 4), + (150986, "721437", 1, 0, 4), + (150987, "721437", 1, 0, 4), + (150988, "721437", 1, 0, 4), + (150989, "721437", 1, 0, 4), + (150990, "721437", 1, 0, 4), + (150991, "721437", 1, 0, 4), + (150992, "721451", 1, 0, 4), + (150993, "721451", 1, 0, 4), + (150994, "721451", 1, 0, 4), + (150995, "721451", 1, 0, 4), + (150996, "721451", 1, 0, 4), + (150997, "721451", 1, 0, 4), + (150998, "721451", 1, 0, 4), + (150999, "721451", 1, 0, 4), + (151000, "721451", 1, 0, 4), + (151001, "721451", 1, 0, 4), + (151002, "721451", 1, 0, 4), + (151003, "721458", 1, 0, 4), + (151004, "721458", 1, 0, 4), + (151005, "721458", 1, 0, 4), + (151006, "721458", 1, 0, 4), + (151007, "721458", 1, 0, 4), + (151008, "721458", 1, 0, 4), + (151009, "721458", 1, 0, 4), + (151010, "721438", 1, 0, 4), + (151011, "721438", 1, 0, 4), + (151012, "721447", 1, 0, 4), + (151013, "721447", 1, 0, 4), + (151014, "721447", 1, 0, 4), + (151015, "721448", 1, 0, 4), + (151016, "721448", 1, 0, 4), + (151017, "721448", 1, 0, 4), + (151018, "721448", 1, 0, 4), + (151019, "721448", 1, 0, 4), + (151020, "721448", 1, 0, 4), + (151021, "721448", 1, 0, 4), + (151022, "721448", 1, 0, 4), + (151023, "721448", 1, 0, 4), + (151024, "721448", 1, 0, 4), + (151025, "721448", 1, 0, 4), + (151026, "721439", 1, 0, 4), + (151027, "721439", 1, 0, 4), + (151028, "721439", 1, 0, 4), + (151029, "721439", 1, 0, 4), + (151030, "721439", 1, 0, 4), + (151031, "721439", 1, 0, 4), + (151032, "721439", 1, 0, 4), + (151033, "721439", 1, 0, 4), + (151034, "721439", 1, 0, 4), + (151035, "721439", 1, 0, 4), + (151036, "721439", 1, 0, 4), + (151037, "721439", 1, 0, 4), + (151038, "721439", 1, 0, 4), + (151039, "721440", 1, 0, 4), + (151040, "721440", 1, 0, 4), + (151041, "721440", 1, 0, 4), + (151042, "721440", 1, 0, 4), + (151043, "721441", 1, 0, 4), + (151044, "721441", 1, 0, 4), + (151045, "721441", 1, 0, 4), + (151046, "721441", 1, 0, 4), + (151047, "721441", 1, 0, 4), + (151048, "721441", 1, 0, 4), + (151049, "721446", 1, 0, 4), + (151050, "721446", 1, 0, 4), + (151051, "721446", 1, 0, 4), + (151052, "721446", 1, 0, 4), + (151053, "721446", 1, 0, 4), + (151054, "721446", 1, 0, 4), + (151055, "721446", 1, 0, 4), + (151056, "721446", 1, 0, 4), + (151057, "721446", 1, 0, 4), + (151058, "721446", 1, 0, 4), + (151059, "721446", 1, 0, 4), + (151060, "721446", 1, 0, 4), + (151061, "721452", 1, 0, 4), + (151062, "721452", 1, 0, 4), + (151063, "721452", 1, 0, 4), + (151064, "721452", 1, 0, 4), + (151065, "721452", 1, 0, 4), + (151066, "721452", 1, 0, 4), + (151067, "721452", 1, 0, 4), + (151068, "721452", 1, 0, 4), + (151069, "721452", 1, 0, 4), + (151070, "721125", 1, 0, 4), + (151071, "721125", 1, 0, 4), + (151072, "721125", 1, 0, 4), + (151073, "721125", 1, 0, 4), + (151074, "721125", 1, 0, 4), + (151075, "721125", 1, 0, 4), + (151076, "721125", 1, 0, 4), + (151077, "721125", 1, 0, 4), + (151078, "721125", 1, 0, 4), + (151079, "721125", 1, 0, 4), + (151080, "721125", 1, 0, 4), + (151081, "721125", 1, 0, 4), + (151082, "721125", 1, 0, 4), + (151083, "721133", 1, 0, 4), + (151084, "721133", 1, 0, 4), + (151085, "721133", 1, 0, 4), + (151086, "721133", 1, 0, 4), + (151087, "721133", 1, 0, 4), + (151088, "721133", 1, 0, 4), + (151089, "721133", 1, 0, 4), + (151090, "721133", 1, 0, 4), + (151091, "721133", 1, 0, 4), + (151092, "721133", 1, 0, 4), + (151093, "721133", 1, 0, 4), + (151094, "721133", 1, 0, 4), + (151095, "721133", 1, 0, 4), + (151096, "721133", 1, 0, 4), + (151097, "721133", 1, 0, 4), + (151098, "721133", 1, 0, 4), + (151099, "721133", 1, 0, 4), + (151100, "721133", 1, 0, 4), + (151101, "721133", 1, 0, 4), + (151102, "721133", 1, 0, 4), + (151103, "721159", 1, 0, 4), + (151104, "721159", 1, 0, 4), + (151105, "721159", 1, 0, 4), + (151106, "721159", 1, 0, 4), + (151107, "721135", 1, 0, 4), + (151108, "721135", 1, 0, 4), + (151109, "721135", 1, 0, 4), + (151110, "721135", 1, 0, 4), + (151111, "721135", 1, 0, 4), + (151112, "721135", 1, 0, 4), + (151113, "721135", 1, 0, 4), + (151114, "721135", 1, 0, 4), + (151115, "721135", 1, 0, 4), + (151116, "721135", 1, 0, 4), + (151117, "721143", 1, 0, 4), + (151118, "721143", 1, 0, 4), + (151119, "721143", 1, 0, 4), + (151120, "721143", 1, 0, 4), + (151121, "721143", 1, 0, 4), + (151122, "721143", 1, 0, 4), + (151123, "736135", 1, 0, 4), + (151124, "736207", 1, 0, 4), + (151125, "736134", 1, 0, 4), + (151126, "736202", 1, 0, 4), + (151127, "736156", 1, 0, 4), + (151128, "736146", 1, 0, 4), + (151129, "736168", 1, 0, 4), + (151130, "736207", 1, 0, 4), + (151131, "736171", 1, 0, 4), + (151132, "736121", 1, 0, 4), + (151133, "736134", 1, 0, 4), + (151134, "736156", 1, 0, 4), + (151135, "736135", 1, 0, 4), + (151136, "736135", 1, 0, 4), + (151137, "736158", 1, 0, 4), + (151138, "736121", 1, 0, 4), + (151139, "736133", 1, 0, 4), + (151140, "736170", 1, 0, 4), + (151141, "736134", 1, 0, 4), + (151142, "736159", 1, 0, 4), + (151143, "736121", 1, 0, 4), + (151144, "736133", 1, 0, 4), + (151145, "736145", 1, 0, 4), + (151146, "736203", 1, 0, 4), + (151147, "736168", 1, 0, 4), + (151148, "736165", 1, 0, 4), + (151149, "736182", 1, 0, 4), + (151150, "736159", 1, 0, 4), + (151151, "735227", 1, 0, 4), + (151152, "736204", 1, 0, 4), + (151153, "736135", 1, 0, 4), + (151154, "736135", 1, 0, 4), + (151155, "736208", 1, 0, 4), + (151156, "736146", 1, 0, 4), + (151157, "736167", 1, 0, 4), + (151158, "736159", 1, 0, 4), + (151159, "736159", 1, 0, 4), + (151160, "736134", 1, 0, 4), + (151161, "736204", 1, 0, 4), + (151162, "736203", 1, 0, 4), + (151163, "736146", 1, 0, 4), + (151164, "736172", 1, 0, 4), + (151165, "736159", 1, 0, 4), + (151166, "736207", 1, 0, 4), + (151167, "736159", 1, 0, 4), + (151168, "736135", 1, 0, 4), + (151169, "736131", 1, 0, 4), + (151170, "736135", 1, 0, 4), + (151171, "736159", 1, 0, 4), + (151172, "736146", 1, 0, 4), + (151173, "736131", 1, 0, 4), + (151174, "736121", 1, 0, 4), + (151175, "736133", 1, 0, 4), + (151176, "736172", 1, 0, 4), + (151177, "736156", 1, 0, 4), + (151178, "736156", 1, 0, 4), + (151179, "736208", 1, 0, 4), + (151180, "736134", 1, 0, 4), + (151181, "736157", 1, 0, 4), + (151182, "736123", 1, 0, 4), + (151183, "736134", 1, 0, 4), + (151184, "736159", 1, 0, 4), + (151185, "736135", 1, 0, 4), + (151186, "736160", 1, 0, 4), + (151187, "736208", 1, 0, 4), + (151188, "736121", 1, 0, 4), + (151189, "736133", 1, 0, 4), + (151190, "736121", 1, 0, 4), + (151191, "736134", 1, 0, 4), + (151192, "736167", 1, 0, 4), + (151193, "736202", 1, 0, 4), + (151194, "736133", 1, 0, 4), + (151195, "736156", 1, 0, 4), + (151196, "736121", 1, 0, 4), + (151197, "736167", 1, 0, 4), + (151198, "736165", 1, 0, 4), + (151199, "736168", 1, 0, 4), + (151200, "736121", 1, 0, 4), + (151201, "736156", 1, 0, 4), + (151202, "736133", 1, 0, 4), + (151203, "736134", 1, 0, 4), + (151204, "736206", 1, 0, 4), + (151205, "736156", 1, 0, 4), + (151206, "736160", 1, 0, 4), + (151207, "736156", 1, 0, 4), + (151208, "736159", 1, 0, 4), + (151209, "736131", 1, 0, 4), + (151210, "736135", 1, 0, 4), + (151211, "736165", 1, 0, 4), + (151212, "736172", 1, 0, 4), + (151213, "736202", 1, 0, 4), + (151214, "736157", 1, 0, 4), + (151215, "735217", 1, 0, 4), + (151216, "736167", 1, 0, 4), + (151217, "735217", 1, 0, 4), + (151218, "736201", 1, 0, 4), + (151219, "736159", 1, 0, 4), + (151220, "736204", 1, 0, 4), + (151221, "736208", 1, 0, 4), + (151222, "736204", 1, 0, 4), + (151223, "735214", 1, 0, 4), + (151224, "736206", 1, 0, 4), + (151225, "736202", 1, 0, 4), + (151226, "736121", 1, 0, 4), + (151227, "735214", 1, 0, 4), + (151228, "736123", 1, 0, 4), + (151229, "736206", 1, 0, 4), + (151230, "736156", 1, 0, 4), + (151231, "736159", 1, 0, 4), + (151232, "736156", 1, 0, 4), + (151233, "736172", 1, 0, 4), + (151234, "736159", 1, 0, 4), + (151235, "736159", 1, 0, 4), + (151236, "736165", 1, 0, 4), + (151237, "736206", 1, 0, 4), + (151238, "736167", 1, 0, 4), + (151239, "736134", 1, 0, 4), + (151240, "736134", 1, 0, 4), + (151241, "736157", 1, 0, 4), + (151242, "736159", 1, 0, 4), + (151243, "736170", 1, 0, 4), + (151244, "736168", 1, 0, 4), + (151245, "736159", 1, 0, 4), + (151246, "736165", 1, 0, 4), + (151247, "736157", 1, 0, 4), + (151248, "736131", 1, 0, 4), + (151249, "736146", 1, 0, 4), + (151250, "735217", 1, 0, 4), + (151251, "736122", 1, 0, 4), + (151252, "736156", 1, 0, 4), + (151253, "736169", 1, 0, 4), + (151254, "736134", 1, 0, 4), + (151255, "736121", 1, 0, 4), + (151256, "736146", 1, 0, 4), + (151257, "736158", 1, 0, 4), + (151258, "736202", 1, 0, 4), + (151259, "736159", 1, 0, 4), + (151260, "735215", 1, 0, 4), + (151261, "736165", 1, 0, 4), + (151262, "736172", 1, 0, 4), + (151263, "736157", 1, 0, 4), + (151264, "736179", 1, 0, 4), + (151265, "736146", 1, 0, 4), + (151266, "736172", 1, 0, 4), + (151267, "736123", 1, 0, 4), + (151268, "736208", 1, 0, 4), + (151269, "736134", 1, 0, 4), + (151270, "736159", 1, 0, 4), + (151271, "736165", 1, 0, 4), + (151272, "736202", 1, 0, 4), + (151273, "736121", 1, 0, 4), + (151274, "736156", 1, 0, 4), + (151275, "736145", 1, 0, 4), + (151276, "736135", 1, 0, 4), + (151277, "736157", 1, 0, 4), + (151278, "736134", 1, 0, 4), + (151279, "736158", 1, 0, 4), + (151280, "736159", 1, 0, 4), + (151281, "736167", 1, 0, 4), + (151282, "736206", 1, 0, 4), + (151283, "736201", 1, 0, 4), + (151284, "736167", 1, 0, 4), + (151285, "736204", 1, 0, 4), + (151286, "736204", 1, 0, 4), + (151287, "736133", 1, 0, 4), + (151288, "736176", 1, 0, 4), + (151289, "736171", 1, 0, 4), + (151290, "736159", 1, 0, 4), + (151291, "736134", 1, 0, 4), + (151292, "736146", 1, 0, 4), + (151293, "736135", 1, 0, 4), + (151294, "736201", 1, 0, 4), + (151295, "736159", 1, 0, 4), + (151296, "736146", 1, 0, 4), + (151297, "736135", 1, 0, 4), + (151298, "736146", 1, 0, 4), + (151299, "736133", 1, 0, 4), + (151300, "736179", 1, 0, 4), + (151301, "736168", 1, 0, 4), + (151302, "736171", 1, 0, 4), + (151303, "736202", 1, 0, 4), + (151304, "736176", 1, 0, 4), + (151305, "736121", 1, 0, 4), + (151306, "736121", 1, 0, 4), + (151307, "736134", 1, 0, 4), + (151308, "736167", 1, 0, 4), + (151309, "736169", 1, 0, 4), + (151310, "736135", 1, 0, 4), + (151311, "736206", 1, 0, 4), + (151312, "736131", 1, 0, 4), + (151313, "736156", 1, 0, 4), + (151314, "736204", 1, 0, 4), + (151315, "736135", 1, 0, 4), + (151316, "736133", 1, 0, 4), + (151317, "736134", 1, 0, 4), + (151318, "735217", 1, 0, 4), + (151319, "736145", 1, 0, 4), + (151320, "736146", 1, 0, 4), + (151321, "736145", 1, 0, 4), + (151322, "736206", 1, 0, 4), + (151323, "736121", 1, 0, 4), + (151324, "736167", 1, 0, 4), + (151325, "736134", 1, 0, 4), + (151326, "736206", 1, 0, 4), + (151327, "735214", 1, 0, 4), + (151328, "736121", 1, 0, 4), + (151329, "736121", 1, 0, 4), + (151330, "736171", 1, 0, 4), + (151331, "736157", 1, 0, 4), + (151332, "736165", 1, 0, 4), + (151333, "736157", 1, 0, 4), + (151334, "736156", 1, 0, 4), + (151335, "736135", 1, 0, 4), + (151336, "736203", 1, 0, 4), + (151337, "736133", 1, 0, 4), + (151338, "736202", 1, 0, 4), + (151339, "735214", 1, 0, 4), + (151340, "736207", 1, 0, 4), + (151341, "736158", 1, 0, 4), + (151342, "736134", 1, 0, 4), + (151343, "736157", 1, 0, 4), + (151344, "736135", 1, 0, 4), + (151345, "736201", 1, 0, 4), + (151346, "735217", 1, 0, 4), + (151347, "736165", 1, 0, 4), + (151348, "736169", 1, 0, 4), + (151349, "736207", 1, 0, 4), + (151350, "736170", 1, 0, 4), + (151351, "736131", 1, 0, 4), + (151352, "736135", 1, 0, 4), + (151353, "736134", 1, 0, 4), + (151354, "736165", 1, 0, 4), + (151355, "736204", 1, 0, 4), + (151356, "736134", 1, 0, 4), + (151357, "735214", 1, 0, 4), + (151358, "736159", 1, 0, 4), + (151359, "736172", 1, 0, 4), + (151360, "736157", 1, 0, 4), + (151361, "736131", 1, 0, 4), + (151362, "736133", 1, 0, 4), + (151363, "736204", 1, 0, 4), + (151364, "736204", 1, 0, 4), + (151365, "736167", 1, 0, 4), + (151366, "736135", 1, 0, 4), + (151367, "736146", 1, 0, 4), + (151368, "736204", 1, 0, 4), + (151369, "736133", 1, 0, 4), + (151370, "736121", 1, 0, 4), + (151371, "736134", 1, 0, 4), + (151372, "736146", 1, 0, 4), + (151373, "736135", 1, 0, 4), + (151374, "736168", 1, 0, 4), + (151375, "736165", 1, 0, 4), + (151376, "736206", 1, 0, 4), + (151377, "736156", 1, 0, 4), + (151378, "736121", 1, 0, 4), + (151379, "736208", 1, 0, 4), + (151380, "736202", 1, 0, 4), + (151381, "736168", 1, 0, 4), + (151382, "736169", 1, 0, 4), + (151383, "736206", 1, 0, 4), + (151384, "736171", 1, 0, 4), + (151385, "736133", 1, 0, 4), + (151386, "736160", 1, 0, 4), + (151387, "736131", 1, 0, 4), + (151388, "736159", 1, 0, 4), + (151389, "735214", 1, 0, 4), + (151390, "736202", 1, 0, 4), + (151391, "736202", 1, 0, 4), + (151392, "736208", 1, 0, 4), + (151393, "736204", 1, 0, 4), + (151394, "736121", 1, 0, 4), + (151395, "736156", 1, 0, 4), + (151396, "736157", 1, 0, 4), + (151397, "736133", 1, 0, 4), + (151398, "736159", 1, 0, 4), + (151399, "736146", 1, 0, 4), + (151400, "736159", 1, 0, 4), + (151401, "736157", 1, 0, 4), + (151402, "735217", 1, 0, 4), + (151403, "736156", 1, 0, 4), + (151404, "736157", 1, 0, 4), + (151405, "736145", 1, 0, 4), + (151406, "736206", 1, 0, 4), + (151407, "736131", 1, 0, 4), + (151408, "735227", 1, 0, 4), + (151409, "736159", 1, 0, 4), + (151410, "736159", 1, 0, 4), + (151411, "736131", 1, 0, 4), + (151412, "736159", 1, 0, 4), + (151413, "736158", 1, 0, 4), + (151414, "736122", 1, 0, 4), + (151415, "736206", 1, 0, 4), + (151416, "736206", 1, 0, 4), + (151417, "736135", 1, 0, 4), + (151418, "736206", 1, 0, 4), + (151419, "736172", 1, 0, 4), + (151420, "736158", 1, 0, 4), + (151421, "736145", 1, 0, 4), + (151422, "736121", 1, 0, 4), + (151423, "736169", 1, 0, 4), + (151424, "736159", 1, 0, 4), + (151425, "734201", 1, 0, 4), + (151426, "734220", 1, 0, 4), + (151427, "734427", 1, 0, 4), + (151428, "734009", 1, 0, 4), + (151429, "734201", 1, 0, 4), + (151430, "734201", 1, 0, 4), + (151431, "734201", 1, 0, 4), + (151432, "734201", 1, 0, 4), + (151433, "734201", 1, 0, 4), + (151434, "734201", 1, 0, 4), + (151435, "734105", 1, 0, 4), + (151436, "734105", 1, 0, 4), + (151437, "734213", 1, 0, 4), + (151438, "734213", 1, 0, 4), + (151439, "734213", 1, 0, 4), + (151440, "734213", 1, 0, 4), + (151441, "734215", 1, 0, 4), + (151442, "734215", 1, 0, 4), + (151443, "734215", 1, 0, 4), + (151444, "734104", 1, 0, 4), + (151445, "734104", 1, 0, 4), + (151446, "734104", 1, 0, 4), + (151447, "734104", 1, 0, 4), + (151448, "734217", 1, 0, 4), + (151449, "734311", 1, 0, 4), + (151450, "734311", 1, 0, 4), + (151451, "734216", 1, 0, 4), + (151452, "734216", 1, 0, 4), + (151453, "734226", 1, 0, 4), + (151454, "734226", 1, 0, 4), + (151455, "734219", 1, 0, 4), + (151456, "734219", 1, 0, 4), + (151457, "734219", 1, 0, 4), + (151458, "734219", 1, 0, 4), + (151459, "734219", 1, 0, 4), + (151460, "734219", 1, 0, 4), + (151461, "734201", 1, 0, 4), + (151462, "734102", 1, 0, 4), + (151463, "734102", 1, 0, 4), + (151464, "734102", 1, 0, 4), + (151465, "734102", 1, 0, 4), + (151466, "734102", 1, 0, 4), + (151467, "734102", 1, 0, 4), + (151468, "734102", 1, 0, 4), + (151469, "734102", 1, 0, 4), + (151470, "734102", 1, 0, 4), + (151471, "734102", 1, 0, 4), + (151472, "734301", 1, 0, 4), + (151473, "734301", 1, 0, 4), + (151474, "734301", 1, 0, 4), + (151475, "734301", 1, 0, 4), + (151476, "734301", 1, 0, 4), + (151477, "734301", 1, 0, 4), + (151478, "734301", 1, 0, 4), + (151479, "734301", 1, 0, 4), + (151480, "734301", 1, 0, 4), + (151481, "734203", 1, 0, 4), + (151482, "734103", 1, 0, 4), + (151483, "734104", 1, 0, 4), + (151484, "734314", 1, 0, 4), + (151485, "734314", 1, 0, 4), + (151486, "734314", 1, 0, 4), + (151487, "734314", 1, 0, 4), + (151488, "734314", 1, 0, 4), + (151489, "734314", 1, 0, 4), + (151490, "734314", 1, 0, 4), + (151491, "734314", 1, 0, 4), + (151492, "734201", 1, 0, 4), + (151493, "734201", 1, 0, 4), + (151494, "734221", 1, 0, 4), + (151495, "734221", 1, 0, 4), + (151496, "734221", 1, 0, 4), + (151497, "734221", 1, 0, 4), + (151498, "734222", 1, 0, 4), + (151499, "734223", 1, 0, 4), + (151500, "734223", 1, 0, 4), + (151501, "734223", 1, 0, 4), + (151502, "734312", 1, 0, 4), + (151503, "734312", 1, 0, 4), + (151504, "734312", 1, 0, 4), + (151505, "734316", 1, 0, 4), + (151506, "734316", 1, 0, 4), + (151507, "734316", 1, 0, 4), + (151508, "734316", 1, 0, 4), + (151509, "734316", 1, 0, 4), + (151510, "734224", 1, 0, 4), + (151511, "734224", 1, 0, 4), + (151512, "734014", 1, 0, 4), + (151513, "734014", 1, 0, 4), + (151514, "734014", 1, 0, 4), + (151515, "734423", 1, 0, 4), + (151516, "734423", 1, 0, 4), + (151517, "734007", 1, 0, 4), + (151518, "734425", 1, 0, 4), + (151519, "734425", 1, 0, 4), + (151520, "734425", 1, 0, 4), + (151521, "734426", 1, 0, 4), + (151522, "734426", 1, 0, 4), + (151523, "734426", 1, 0, 4), + (151524, "734427", 1, 0, 4), + (151525, "734427", 1, 0, 4), + (151526, "734427", 1, 0, 4), + (151527, "734010", 1, 0, 4), + (151528, "734015", 1, 0, 4), + (151529, "734015", 1, 0, 4), + (151530, "734214", 1, 0, 4), + (151531, "734214", 1, 0, 4), + (151532, "734214", 1, 0, 4), + (151533, "734214", 1, 0, 4), + (151534, "734214", 1, 0, 4), + (151535, "734214", 1, 0, 4), + (151536, "734313", 1, 0, 4), + (151537, "734313", 1, 0, 4), + (151538, "734429", 1, 0, 4), + (151539, "734429", 1, 0, 4), + (151540, "734429", 1, 0, 4), + (151541, "734013", 1, 0, 4), + (151542, "734434", 1, 0, 4), + (151543, "734434", 1, 0, 4), + (151544, "734434", 1, 0, 4), + (151545, "734434", 1, 0, 4), + (151546, "734434", 1, 0, 4), + (151547, "741162", 1, 0, 4), + (151548, "741152", 1, 0, 4), + (151549, "741156", 1, 0, 4), + (151550, "741162", 1, 0, 4), + (151551, "741140", 1, 0, 4), + (151552, "741155", 1, 0, 4), + (151553, "741155", 1, 0, 4), + (151554, "741137", 1, 0, 4), + (151555, "741103", 1, 0, 4), + (151556, "741102", 1, 0, 4), + (151557, "741152", 1, 0, 4), + (151558, "741161", 1, 0, 4), + (151559, "741126", 1, 0, 4), + (151560, "741126", 1, 0, 4), + (151561, "741102", 1, 0, 4), + (151562, "741181", 1, 0, 4), + (151563, "741154", 1, 0, 4), + (151564, "741126", 1, 0, 4), + (151565, "741154", 1, 0, 4), + (151566, "741126", 1, 0, 4), + (151567, "741137", 1, 0, 4), + (151568, "741154", 1, 0, 4), + (151569, "741126", 1, 0, 4), + (151570, "741126", 1, 0, 4), + (151571, "741154", 1, 0, 4), + (151572, "741126", 1, 0, 4), + (151573, "741125", 1, 0, 4), + (151574, "741155", 1, 0, 4), + (151575, "741152", 1, 0, 4), + (151576, "741126", 1, 0, 4), + (151577, "741126", 1, 0, 4), + (151578, "741138", 1, 0, 4), + (151579, "741150", 1, 0, 4), + (151580, "741152", 1, 0, 4), + (151581, "741164", 1, 0, 4), + (151582, "741156", 1, 0, 4), + (151583, "741160", 1, 0, 4), + (151584, "741103", 1, 0, 4), + (151585, "741156", 1, 0, 4), + (151586, "741162", 1, 0, 4), + (151587, "741156", 1, 0, 4), + (151588, "741316", 1, 0, 4), + (151589, "741160", 1, 0, 4), + (151590, "741313", 1, 0, 4), + (151591, "741313", 1, 0, 4), + (151592, "741152", 1, 0, 4), + (151593, "741160", 1, 0, 4), + (151594, "741160", 1, 0, 4), + (151595, "741152", 1, 0, 4), + (151596, "741103", 1, 0, 4), + (151597, "741103", 1, 0, 4), + (151598, "741103", 1, 0, 4), + (151599, "741156", 1, 0, 4), + (151600, "741161", 1, 0, 4), + (151601, "741150", 1, 0, 4), + (151602, "741123", 1, 0, 4), + (151603, "741125", 1, 0, 4), + (151604, "741126", 1, 0, 4), + (151605, "741123", 1, 0, 4), + (151606, "741164", 1, 0, 4), + (151607, "741165", 1, 0, 4), + (151608, "741137", 1, 0, 4), + (151609, "741123", 1, 0, 4), + (151610, "741165", 1, 0, 4), + (151611, "741156", 1, 0, 4), + (151612, "741317", 1, 0, 4), + (151613, "741153", 1, 0, 4), + (151614, "741152", 1, 0, 4), + (151615, "741160", 1, 0, 4), + (151616, "741126", 1, 0, 4), + (151617, "741155", 1, 0, 4), + (151618, "741156", 1, 0, 4), + (151619, "741156", 1, 0, 4), + (151620, "741316", 1, 0, 4), + (151621, "741122", 1, 0, 4), + (151622, "741122", 1, 0, 4), + (151623, "741122", 1, 0, 4), + (151624, "741122", 1, 0, 4), + (151625, "741122", 1, 0, 4), + (151626, "741122", 1, 0, 4), + (151627, "741122", 1, 0, 4), + (151628, "741315", 1, 0, 4), + (151629, "741124", 1, 0, 4), + (151630, "741124", 1, 0, 4), + (151631, "741157", 1, 0, 4), + (151632, "741137", 1, 0, 4), + (151633, "741137", 1, 0, 4), + (151634, "741137", 1, 0, 4), + (151635, "741137", 1, 0, 4), + (151636, "741103", 1, 0, 4), + (151637, "741125", 1, 0, 4), + (151638, "741154", 1, 0, 4), + (151639, "741315", 1, 0, 4), + (151640, "741126", 1, 0, 4), + (151641, "741137", 1, 0, 4), + (151642, "741137", 1, 0, 4), + (151643, "741102", 1, 0, 4), + (151644, "741123", 1, 0, 4), + (151645, "741140", 1, 0, 4), + (151646, "741166", 1, 0, 4), + (151647, "741102", 1, 0, 4), + (151648, "741316", 1, 0, 4), + (151649, "741316", 1, 0, 4), + (151650, "741181", 1, 0, 4), + (151651, "741154", 1, 0, 4), + (151652, "741137", 1, 0, 4), + (151653, "741137", 1, 0, 4), + (151654, "741103", 1, 0, 4), + (151655, "741103", 1, 0, 4), + (151656, "741103", 1, 0, 4), + (151657, "741103", 1, 0, 4), + (151658, "741123", 1, 0, 4), + (151659, "741317", 1, 0, 4), + (151660, "741165", 1, 0, 4), + (151661, "741165", 1, 0, 4), + (151662, "741165", 1, 0, 4), + (151663, "741123", 1, 0, 4), + (151664, "741164", 1, 0, 4), + (151665, "741123", 1, 0, 4), + (151666, "741165", 1, 0, 4), + (151667, "741126", 1, 0, 4), + (151668, "741164", 1, 0, 4), + (151669, "741160", 1, 0, 4), + (151670, "741125", 1, 0, 4), + (151671, "741138", 1, 0, 4), + (151672, "741155", 1, 0, 4), + (151673, "741153", 1, 0, 4), + (151674, "741138", 1, 0, 4), + (151675, "741103", 1, 0, 4), + (151676, "741123", 1, 0, 4), + (151677, "741123", 1, 0, 4), + (151678, "741316", 1, 0, 4), + (151679, "741137", 1, 0, 4), + (151680, "741102", 1, 0, 4), + (151681, "741150", 1, 0, 4), + (151682, "741160", 1, 0, 4), + (151683, "741140", 1, 0, 4), + (151684, "741160", 1, 0, 4), + (151685, "741165", 1, 0, 4), + (151686, "741152", 1, 0, 4), + (151687, "741154", 1, 0, 4), + (151688, "741137", 1, 0, 4), + (151689, "741140", 1, 0, 4), + (151690, "741165", 1, 0, 4), + (151691, "741163", 1, 0, 4), + (151692, "741163", 1, 0, 4), + (151693, "741163", 1, 0, 4), + (151694, "741150", 1, 0, 4), + (151695, "741126", 1, 0, 4), + (151696, "741126", 1, 0, 4), + (151697, "741156", 1, 0, 4), + (151698, "741165", 1, 0, 4), + (151699, "741125", 1, 0, 4), + (151700, "741152", 1, 0, 4), + (151701, "741137", 1, 0, 4), + (151702, "741154", 1, 0, 4), + (151703, "741103", 1, 0, 4), + (151704, "741313", 1, 0, 4), + (151705, "741124", 1, 0, 4), + (151706, "741155", 1, 0, 4), + (151707, "741158", 1, 0, 4), + (151708, "741137", 1, 0, 4), + (151709, "741137", 1, 0, 4), + (151710, "741123", 1, 0, 4), + (151711, "741103", 1, 0, 4), + (151712, "741122", 1, 0, 4), + (151713, "741156", 1, 0, 4), + (151714, "741126", 1, 0, 4), + (151715, "741124", 1, 0, 4), + (151716, "741123", 1, 0, 4), + (151717, "741103", 1, 0, 4), + (151718, "741126", 1, 0, 4), + (151719, "741160", 1, 0, 4), + (151720, "741158", 1, 0, 4), + (151721, "741165", 1, 0, 4), + (151722, "741156", 1, 0, 4), + (151723, "741167", 1, 0, 4), + (151724, "741137", 1, 0, 4), + (151725, "741152", 1, 0, 4), + (151726, "741165", 1, 0, 4), + (151727, "741301", 1, 0, 4), + (151728, "741202", 1, 0, 4), + (151729, "741248", 1, 0, 4), + (151730, "741502", 1, 0, 4), + (151731, "741222", 1, 0, 4), + (151732, "741202", 1, 0, 4), + (151733, "741201", 1, 0, 4), + (151734, "741201", 1, 0, 4), + (151735, "741201", 1, 0, 4), + (151736, "741201", 1, 0, 4), + (151737, "741404", 1, 0, 4), + (151738, "741404", 1, 0, 4), + (151739, "741404", 1, 0, 4), + (151740, "741404", 1, 0, 4), + (151741, "741404", 1, 0, 4), + (151742, "741404", 1, 0, 4), + (151743, "741404", 1, 0, 4), + (151744, "741404", 1, 0, 4), + (151745, "741404", 1, 0, 4), + (151746, "741404", 1, 0, 4), + (151747, "741251", 1, 0, 4), + (151748, "741251", 1, 0, 4), + (151749, "741222", 1, 0, 4), + (151750, "741222", 1, 0, 4), + (151751, "741257", 1, 0, 4), + (151752, "741257", 1, 0, 4), + (151753, "741257", 1, 0, 4), + (151754, "741257", 1, 0, 4), + (151755, "741223", 1, 0, 4), + (151756, "741223", 1, 0, 4), + (151757, "741223", 1, 0, 4), + (151758, "741223", 1, 0, 4), + (151759, "741248", 1, 0, 4), + (151760, "741249", 1, 0, 4), + (151761, "741249", 1, 0, 4), + (151762, "741249", 1, 0, 4), + (151763, "741249", 1, 0, 4), + (151764, "741249", 1, 0, 4), + (151765, "741223", 1, 0, 4), + (151766, "741402", 1, 0, 4), + (151767, "741202", 1, 0, 4), + (151768, "741253", 1, 0, 4), + (151769, "741255", 1, 0, 4), + (151770, "741255", 1, 0, 4), + (151771, "741501", 1, 0, 4), + (151772, "741501", 1, 0, 4), + (151773, "741501", 1, 0, 4), + (151774, "741501", 1, 0, 4), + (151775, "741121", 1, 0, 4), + (151776, "741121", 1, 0, 4), + (151777, "741121", 1, 0, 4), + (151778, "741121", 1, 0, 4), + (151779, "741121", 1, 0, 4), + (151780, "741121", 1, 0, 4), + (151781, "741121", 1, 0, 4), + (151782, "741502", 1, 0, 4), + (151783, "741502", 1, 0, 4), + (151784, "741502", 1, 0, 4), + (151785, "741502", 1, 0, 4), + (151786, "741502", 1, 0, 4), + (151787, "741502", 1, 0, 4), + (151788, "741502", 1, 0, 4), + (151789, "741502", 1, 0, 4), + (151790, "741502", 1, 0, 4), + (151791, "741502", 1, 0, 4), + (151792, "741502", 1, 0, 4), + (151793, "741502", 1, 0, 4), + (151794, "741502", 1, 0, 4), + (151795, "741502", 1, 0, 4), + (151796, "741503", 1, 0, 4), + (151797, "741503", 1, 0, 4), + (151798, "741503", 1, 0, 4), + (151799, "741256", 1, 0, 4), + (151800, "741256", 1, 0, 4), + (151801, "741127", 1, 0, 4), + (151802, "741509", 1, 0, 4), + (151803, "741509", 1, 0, 4), + (151804, "741151", 1, 0, 4), + (151805, "741151", 1, 0, 4), + (151806, "741151", 1, 0, 4), + (151807, "741504", 1, 0, 4), + (151808, "741402", 1, 0, 4), + (151809, "741222", 1, 0, 4), + (151810, "741222", 1, 0, 4), + (151811, "741222", 1, 0, 4), + (151812, "741222", 1, 0, 4), + (151813, "741222", 1, 0, 4), + (151814, "741250", 1, 0, 4), + (151815, "741245", 1, 0, 4), + (151816, "741245", 1, 0, 4), + (151817, "741245", 1, 0, 4), + (151818, "741245", 1, 0, 4), + (151819, "741245", 1, 0, 4), + (151820, "741245", 1, 0, 4), + (151821, "741246", 1, 0, 4), + (151822, "741257", 1, 0, 4), + (151823, "741402", 1, 0, 4), + (151824, "741402", 1, 0, 4), + (151825, "741402", 1, 0, 4), + (151826, "741402", 1, 0, 4), + (151827, "741238", 1, 0, 4), + (151828, "741238", 1, 0, 4), + (151829, "741238", 1, 0, 4), + (151830, "741238", 1, 0, 4), + (151831, "741238", 1, 0, 4), + (151832, "741238", 1, 0, 4), + (151833, "741238", 1, 0, 4), + (151834, "741505", 1, 0, 4), + (151835, "741505", 1, 0, 4), + (151836, "741254", 1, 0, 4), + (151837, "741508", 1, 0, 4), + (151838, "741508", 1, 0, 4), + (151839, "741508", 1, 0, 4), + (151840, "741506", 1, 0, 4), + (151841, "741506", 1, 0, 4), + (151842, "741506", 1, 0, 4), + (151843, "741507", 1, 0, 4), + (151844, "741507", 1, 0, 4), + (151845, "741507", 1, 0, 4), + (151846, "741507", 1, 0, 4), + (151847, "741507", 1, 0, 4), + (151848, "741202", 1, 0, 4), + (151849, "700105", 1, 0, 4), + (151850, "700105", 1, 0, 4), + (151851, "700059", 1, 0, 4), + (151852, "700157", 1, 0, 4), + (151853, "700156", 1, 0, 4), + (151854, "700156", 1, 0, 4), + (151855, "700059", 1, 0, 4), + (151856, "700159", 1, 0, 4), + (151857, "700156", 1, 0, 4), + (151858, "700059", 1, 0, 4), + (151859, "700140", 1, 0, 4), + (151860, "743329", 1, 0, 4), + (151861, "743378", 1, 0, 4), + (151862, "743504", 1, 0, 4), + (151863, "743370", 1, 0, 4), + (151864, "743349", 1, 0, 4), + (151865, "700103", 1, 0, 4), + (151866, "743610", 1, 0, 4), + (151867, "743383", 1, 0, 4), + (151868, "743609", 1, 0, 4), + (151869, "743355", 1, 0, 4), + (151870, "743371", 1, 0, 4), + (151871, "743371", 1, 0, 4), + (151872, "743371", 1, 0, 4), + (151873, "743371", 1, 0, 4), + (151874, "743371", 1, 0, 4), + (151875, "743371", 1, 0, 4), + (151876, "743371", 1, 0, 4), + (151877, "743371", 1, 0, 4), + (151878, "743371", 1, 0, 4), + (151879, "743371", 1, 0, 4), + (151880, "743371", 1, 0, 4), + (151881, "743371", 1, 0, 4), + (151882, "743371", 1, 0, 4), + (151883, "743371", 1, 0, 4), + (151884, "743371", 1, 0, 4), + (151885, "743373", 1, 0, 4), + (151886, "743373", 1, 0, 4), + (151887, "743373", 1, 0, 4), + (151888, "743373", 1, 0, 4), + (151889, "743373", 1, 0, 4), + (151890, "743373", 1, 0, 4), + (151891, "743373", 1, 0, 4), + (151892, "743373", 1, 0, 4), + (151893, "743373", 1, 0, 4), + (151894, "743373", 1, 0, 4), + (151895, "743373", 1, 0, 4), + (151896, "743373", 1, 0, 4), + (151897, "743373", 1, 0, 4), + (151898, "743373", 1, 0, 4), + (151899, "743373", 1, 0, 4), + (151900, "743355", 1, 0, 4), + (151901, "743355", 1, 0, 4), + (151902, "743356", 1, 0, 4), + (151903, "743357", 1, 0, 4), + (151904, "743357", 1, 0, 4), + (151905, "743357", 1, 0, 4), + (151906, "743357", 1, 0, 4), + (151907, "743357", 1, 0, 4), + (151908, "743357", 1, 0, 4), + (151909, "743357", 1, 0, 4), + (151910, "743357", 1, 0, 4), + (151911, "743357", 1, 0, 4), + (151912, "743357", 1, 0, 4), + (151913, "743357", 1, 0, 4), + (151914, "743357", 1, 0, 4), + (151915, "743357", 1, 0, 4), + (151916, "743357", 1, 0, 4), + (151917, "743357", 1, 0, 4), + (151918, "743357", 1, 0, 4), + (151919, "743357", 1, 0, 4), + (151920, "743357", 1, 0, 4), + (151921, "743357", 1, 0, 4), + (151922, "743374", 1, 0, 4), + (151923, "743374", 1, 0, 4), + (151924, "743374", 1, 0, 4), + (151925, "743374", 1, 0, 4), + (151926, "743374", 1, 0, 4), + (151927, "743374", 1, 0, 4), + (151928, "743374", 1, 0, 4), + (151929, "743374", 1, 0, 4), + (151930, "743374", 1, 0, 4), + (151931, "743374", 1, 0, 4), + (151932, "743374", 1, 0, 4), + (151933, "743374", 1, 0, 4), + (151934, "743374", 1, 0, 4), + (151935, "743374", 1, 0, 4), + (151936, "743374", 1, 0, 4), + (151937, "743371", 1, 0, 4), + (151938, "743371", 1, 0, 4), + (151939, "743371", 1, 0, 4), + (151940, "743371", 1, 0, 4), + (151941, "743371", 1, 0, 4), + (151942, "743347", 1, 0, 4), + (151943, "743347", 1, 0, 4), + (151944, "743347", 1, 0, 4), + (151945, "743348", 1, 0, 4), + (151946, "743348", 1, 0, 4), + (151947, "743348", 1, 0, 4), + (151948, "743348", 1, 0, 4), + (151949, "743348", 1, 0, 4), + (151950, "743348", 1, 0, 4), + (151951, "743351", 1, 0, 4), + (151952, "743351", 1, 0, 4), + (151953, "743351", 1, 0, 4), + (151954, "743351", 1, 0, 4), + (151955, "743351", 1, 0, 4), + (151956, "743355", 1, 0, 4), + (151957, "743355", 1, 0, 4), + (151958, "743355", 1, 0, 4), + (151959, "743355", 1, 0, 4), + (151960, "743355", 1, 0, 4), + (151961, "743355", 1, 0, 4), + (151962, "743355", 1, 0, 4), + (151963, "743355", 1, 0, 4), + (151964, "743355", 1, 0, 4), + (151965, "743355", 1, 0, 4), + (151966, "743355", 1, 0, 4), + (151967, "743355", 1, 0, 4), + (151968, "743355", 1, 0, 4), + (151969, "743355", 1, 0, 4), + (151970, "743368", 1, 0, 4), + (151971, "743368", 1, 0, 4), + (151972, "743368", 1, 0, 4), + (151973, "743368", 1, 0, 4), + (151974, "743368", 1, 0, 4), + (151975, "743368", 1, 0, 4), + (151976, "743368", 1, 0, 4), + (151977, "743368", 1, 0, 4), + (151978, "743368", 1, 0, 4), + (151979, "743368", 1, 0, 4), + (151980, "743368", 1, 0, 4), + (151981, "743368", 1, 0, 4), + (151982, "743368", 1, 0, 4), + (151983, "743368", 1, 0, 4), + (151984, "743368", 1, 0, 4), + (151985, "743375", 1, 0, 4), + (151986, "743375", 1, 0, 4), + (151987, "743502", 1, 0, 4), + (151988, "743502", 1, 0, 4), + (151989, "743502", 1, 0, 4), + (151990, "743502", 1, 0, 4), + (151991, "743502", 1, 0, 4), + (151992, "743502", 1, 0, 4), + (151993, "743502", 1, 0, 4), + (151994, "743502", 1, 0, 4), + (151995, "743502", 1, 0, 4), + (151996, "743502", 1, 0, 4), + (151997, "743502", 1, 0, 4), + (151998, "743502", 1, 0, 4), + (151999, "743502", 1, 0, 4), + (152000, "743502", 1, 0, 4), + (152001, "743502", 1, 0, 4), + (152002, "743502", 1, 0, 4), + (152003, "743502", 1, 0, 4), + (152004, "743502", 1, 0, 4), + (152005, "743502", 1, 0, 4), + (152006, "743502", 1, 0, 4), + (152007, "743502", 1, 0, 4), + (152008, "743375", 1, 0, 4), + (152009, "743375", 1, 0, 4), + (152010, "743375", 1, 0, 4), + (152011, "743375", 1, 0, 4), + (152012, "743375", 1, 0, 4), + (152013, "743375", 1, 0, 4), + (152014, "743375", 1, 0, 4), + (152015, "743375", 1, 0, 4), + (152016, "700104", 1, 0, 4), + (152017, "700104", 1, 0, 4), + (152018, "700104", 1, 0, 4), + (152019, "743373", 1, 0, 4), + (152020, "743373", 1, 0, 4), + (152021, "743373", 1, 0, 4), + (152022, "743373", 1, 0, 4), + (152023, "743373", 1, 0, 4), + (152024, "743373", 1, 0, 4), + (152025, "743373", 1, 0, 4), + (152026, "743373", 1, 0, 4), + (152027, "743373", 1, 0, 4), + (152028, "743373", 1, 0, 4), + (152029, "743373", 1, 0, 4), + (152030, "743373", 1, 0, 4), + (152031, "743373", 1, 0, 4), + (152032, "743373", 1, 0, 4), + (152033, "743373", 1, 0, 4), + (152034, "743373", 1, 0, 4), + (152035, "743373", 1, 0, 4), + (152036, "743373", 1, 0, 4), + (152037, "743373", 1, 0, 4), + (152038, "743373", 1, 0, 4), + (152039, "743373", 1, 0, 4), + (152040, "743368", 1, 0, 4), + (152041, "743368", 1, 0, 4), + (152042, "743368", 1, 0, 4), + (152043, "743368", 1, 0, 4), + (152044, "700104", 1, 0, 4), + (152045, "700104", 1, 0, 4), + (152046, "743502", 1, 0, 4), + (152047, "743502", 1, 0, 4), + (152048, "743502", 1, 0, 4), + (152049, "743503", 1, 0, 4), + (152050, "743503", 1, 0, 4), + (152051, "743503", 1, 0, 4), + (152052, "743503", 1, 0, 4), + (152053, "743503", 1, 0, 4), + (152054, "743503", 1, 0, 4), + (152055, "743503", 1, 0, 4), + (152056, "743503", 1, 0, 4), + (152057, "743503", 1, 0, 4), + (152058, "743503", 1, 0, 4), + (152059, "743503", 1, 0, 4), + (152060, "743503", 1, 0, 4), + (152061, "743503", 1, 0, 4), + (152062, "743503", 1, 0, 4), + (152063, "743503", 1, 0, 4), + (152064, "743503", 1, 0, 4), + (152065, "743503", 1, 0, 4), + (152066, "743503", 1, 0, 4), + (152067, "743503", 1, 0, 4), + (152068, "743503", 1, 0, 4), + (152069, "743503", 1, 0, 4), + (152070, "743503", 1, 0, 4), + (152071, "743503", 1, 0, 4), + (152072, "700137", 1, 0, 4), + (152073, "700137", 1, 0, 4), + (152074, "700137", 1, 0, 4), + (152075, "743312", 1, 0, 4), + (152076, "743312", 1, 0, 4), + (152077, "743312", 1, 0, 4), + (152078, "743312", 1, 0, 4), + (152079, "743312", 1, 0, 4), + (152080, "743312", 1, 0, 4), + (152081, "743312", 1, 0, 4), + (152082, "743312", 1, 0, 4), + (152083, "743312", 1, 0, 4), + (152084, "743312", 1, 0, 4), + (152085, "743312", 1, 0, 4), + (152086, "743312", 1, 0, 4), + (152087, "743312", 1, 0, 4), + (152088, "743312", 1, 0, 4), + (152089, "700140", 1, 0, 4), + (152090, "700140", 1, 0, 4), + (152091, "743329", 1, 0, 4), + (152092, "743329", 1, 0, 4), + (152093, "743329", 1, 0, 4), + (152094, "743329", 1, 0, 4), + (152095, "743329", 1, 0, 4), + (152096, "743329", 1, 0, 4), + (152097, "743329", 1, 0, 4), + (152098, "743329", 1, 0, 4), + (152099, "743329", 1, 0, 4), + (152100, "743329", 1, 0, 4), + (152101, "743329", 1, 0, 4), + (152102, "743329", 1, 0, 4), + (152103, "743329", 1, 0, 4), + (152104, "743329", 1, 0, 4), + (152105, "743329", 1, 0, 4), + (152106, "743329", 1, 0, 4), + (152107, "743329", 1, 0, 4), + (152108, "743329", 1, 0, 4), + (152109, "743329", 1, 0, 4), + (152110, "743329", 1, 0, 4), + (152111, "743329", 1, 0, 4), + (152112, "743329", 1, 0, 4), + (152113, "743329", 1, 0, 4), + (152114, "743329", 1, 0, 4), + (152115, "743330", 1, 0, 4), + (152116, "743330", 1, 0, 4), + (152117, "743330", 1, 0, 4), + (152118, "743330", 1, 0, 4), + (152119, "743330", 1, 0, 4), + (152120, "743330", 1, 0, 4), + (152121, "743378", 1, 0, 4), + (152122, "743378", 1, 0, 4), + (152123, "743378", 1, 0, 4), + (152124, "743378", 1, 0, 4), + (152125, "743378", 1, 0, 4), + (152126, "743378", 1, 0, 4), + (152127, "743378", 1, 0, 4), + (152128, "743378", 1, 0, 4), + (152129, "743378", 1, 0, 4), + (152130, "743378", 1, 0, 4), + (152131, "743378", 1, 0, 4), + (152132, "743378", 1, 0, 4), + (152133, "700151", 1, 0, 4), + (152134, "743399", 1, 0, 4), + (152135, "743399", 1, 0, 4), + (152136, "743399", 1, 0, 4), + (152137, "743399", 1, 0, 4), + (152138, "743399", 1, 0, 4), + (152139, "743399", 1, 0, 4), + (152140, "743399", 1, 0, 4), + (152141, "743399", 1, 0, 4), + (152142, "743399", 1, 0, 4), + (152143, "743399", 1, 0, 4), + (152144, "743399", 1, 0, 4), + (152145, "743399", 1, 0, 4), + (152146, "743399", 1, 0, 4), + (152147, "743399", 1, 0, 4), + (152148, "743399", 1, 0, 4), + (152149, "743399", 1, 0, 4), + (152150, "743399", 1, 0, 4), + (152151, "743399", 1, 0, 4), + (152152, "743399", 1, 0, 4), + (152153, "743399", 1, 0, 4), + (152154, "743399", 1, 0, 4), + (152155, "743399", 1, 0, 4), + (152156, "743399", 1, 0, 4), + (152157, "743399", 1, 0, 4), + (152158, "743399", 1, 0, 4), + (152159, "743513", 1, 0, 4), + (152160, "743513", 1, 0, 4), + (152161, "743513", 1, 0, 4), + (152162, "743513", 1, 0, 4), + (152163, "743513", 1, 0, 4), + (152164, "743513", 1, 0, 4), + (152165, "743513", 1, 0, 4), + (152166, "743513", 1, 0, 4), + (152167, "743513", 1, 0, 4), + (152168, "743504", 1, 0, 4), + (152169, "743504", 1, 0, 4), + (152170, "743504", 1, 0, 4), + (152171, "743504", 1, 0, 4), + (152172, "743504", 1, 0, 4), + (152173, "743504", 1, 0, 4), + (152174, "743504", 1, 0, 4), + (152175, "743504", 1, 0, 4), + (152176, "743504", 1, 0, 4), + (152177, "743504", 1, 0, 4), + (152178, "743504", 1, 0, 4), + (152179, "743504", 1, 0, 4), + (152180, "743504", 1, 0, 4), + (152181, "743504", 1, 0, 4), + (152182, "743504", 1, 0, 4), + (152183, "743504", 1, 0, 4), + (152184, "743504", 1, 0, 4), + (152185, "743336", 1, 0, 4), + (152186, "743336", 1, 0, 4), + (152187, "743336", 1, 0, 4), + (152188, "743336", 1, 0, 4), + (152189, "743336", 1, 0, 4), + (152190, "743336", 1, 0, 4), + (152191, "743336", 1, 0, 4), + (152192, "743336", 1, 0, 4), + (152193, "743336", 1, 0, 4), + (152194, "743336", 1, 0, 4), + (152195, "743336", 1, 0, 4), + (152196, "743336", 1, 0, 4), + (152197, "743336", 1, 0, 4), + (152198, "743336", 1, 0, 4), + (152199, "743336", 1, 0, 4), + (152200, "743336", 1, 0, 4), + (152201, "743336", 1, 0, 4), + (152202, "743336", 1, 0, 4), + (152203, "743336", 1, 0, 4), + (152204, "743336", 1, 0, 4), + (152205, "743370", 1, 0, 4), + (152206, "743370", 1, 0, 4), + (152207, "743370", 1, 0, 4), + (152208, "743370", 1, 0, 4), + (152209, "743370", 1, 0, 4), + (152210, "743370", 1, 0, 4), + (152211, "743370", 1, 0, 4), + (152212, "743370", 1, 0, 4), + (152213, "743370", 1, 0, 4), + (152214, "743370", 1, 0, 4), + (152215, "743370", 1, 0, 4), + (152216, "743370", 1, 0, 4), + (152217, "743370", 1, 0, 4), + (152218, "743370", 1, 0, 4), + (152219, "743370", 1, 0, 4), + (152220, "743370", 1, 0, 4), + (152221, "743370", 1, 0, 4), + (152222, "743370", 1, 0, 4), + (152223, "743370", 1, 0, 4), + (152224, "743370", 1, 0, 4), + (152225, "743370", 1, 0, 4), + (152226, "743370", 1, 0, 4), + (152227, "743337", 1, 0, 4), + (152228, "743337", 1, 0, 4), + (152229, "743337", 1, 0, 4), + (152230, "743337", 1, 0, 4), + (152231, "743337", 1, 0, 4), + (152232, "743337", 1, 0, 4), + (152233, "743337", 1, 0, 4), + (152234, "743337", 1, 0, 4), + (152235, "743337", 1, 0, 4), + (152236, "743337", 1, 0, 4), + (152237, "743337", 1, 0, 4), + (152238, "743337", 1, 0, 4), + (152239, "743337", 1, 0, 4), + (152240, "743337", 1, 0, 4), + (152241, "743337", 1, 0, 4), + (152242, "743337", 1, 0, 4), + (152243, "743337", 1, 0, 4), + (152244, "743337", 1, 0, 4), + (152245, "743337", 1, 0, 4), + (152246, "743337", 1, 0, 4), + (152247, "743337", 1, 0, 4), + (152248, "743349", 1, 0, 4), + (152249, "743349", 1, 0, 4), + (152250, "743349", 1, 0, 4), + (152251, "743349", 1, 0, 4), + (152252, "743349", 1, 0, 4), + (152253, "743349", 1, 0, 4), + (152254, "743349", 1, 0, 4), + (152255, "743349", 1, 0, 4), + (152256, "743349", 1, 0, 4), + (152257, "743349", 1, 0, 4), + (152258, "743349", 1, 0, 4), + (152259, "743349", 1, 0, 4), + (152260, "743349", 1, 0, 4), + (152261, "700140", 1, 0, 4), + (152262, "700140", 1, 0, 4), + (152263, "700140", 1, 0, 4), + (152264, "700140", 1, 0, 4), + (152265, "700140", 1, 0, 4), + (152266, "743345", 1, 0, 4), + (152267, "743345", 1, 0, 4), + (152268, "743318", 1, 0, 4), + (152269, "743318", 1, 0, 4), + (152270, "743377", 1, 0, 4), + (152271, "743377", 1, 0, 4), + (152272, "743377", 1, 0, 4), + (152273, "743377", 1, 0, 4), + (152274, "743363", 1, 0, 4), + (152275, "743363", 1, 0, 4), + (152276, "743363", 1, 0, 4), + (152277, "743318", 1, 0, 4), + (152278, "743318", 1, 0, 4), + (152279, "743318", 1, 0, 4), + (152280, "743318", 1, 0, 4), + (152281, "743318", 1, 0, 4), + (152282, "743318", 1, 0, 4), + (152283, "743318", 1, 0, 4), + (152284, "743318", 1, 0, 4), + (152285, "743318", 1, 0, 4), + (152286, "743503", 1, 0, 4), + (152287, "743503", 1, 0, 4), + (152288, "743503", 1, 0, 4), + (152289, "743503", 1, 0, 4), + (152290, "743503", 1, 0, 4), + (152291, "743503", 1, 0, 4), + (152292, "743503", 1, 0, 4), + (152293, "743503", 1, 0, 4), + (152294, "743503", 1, 0, 4), + (152295, "743503", 1, 0, 4), + (152296, "700137", 1, 0, 4), + (152297, "700137", 1, 0, 4), + (152298, "700137", 1, 0, 4), + (152299, "743329", 1, 0, 4), + (152300, "743329", 1, 0, 4), + (152301, "743329", 1, 0, 4), + (152302, "743329", 1, 0, 4), + (152303, "743329", 1, 0, 4), + (152304, "743349", 1, 0, 4), + (152305, "743349", 1, 0, 4), + (152306, "743349", 1, 0, 4), + (152307, "743349", 1, 0, 4), + (152308, "743349", 1, 0, 4), + (152309, "743349", 1, 0, 4), + (152310, "743349", 1, 0, 4), + (152311, "743349", 1, 0, 4), + (152312, "743349", 1, 0, 4), + (152313, "743349", 1, 0, 4), + (152314, "743349", 1, 0, 4), + (152315, "743349", 1, 0, 4), + (152316, "743349", 1, 0, 4), + (152317, "743349", 1, 0, 4), + (152318, "743349", 1, 0, 4), + (152319, "743349", 1, 0, 4), + (152320, "743349", 1, 0, 4), + (152321, "743349", 1, 0, 4), + (152322, "743349", 1, 0, 4), + (152323, "743349", 1, 0, 4), + (152324, "743349", 1, 0, 4), + (152325, "743349", 1, 0, 4), + (152326, "743349", 1, 0, 4), + (152327, "743610", 1, 0, 4), + (152328, "743610", 1, 0, 4), + (152329, "743610", 1, 0, 4), + (152330, "743610", 1, 0, 4), + (152331, "743610", 1, 0, 4), + (152332, "743610", 1, 0, 4), + (152333, "743354", 1, 0, 4), + (152334, "743354", 1, 0, 4), + (152335, "743354", 1, 0, 4), + (152336, "743354", 1, 0, 4), + (152337, "743354", 1, 0, 4), + (152338, "743354", 1, 0, 4), + (152339, "743354", 1, 0, 4), + (152340, "743354", 1, 0, 4), + (152341, "743354", 1, 0, 4), + (152342, "743354", 1, 0, 4), + (152343, "743354", 1, 0, 4), + (152344, "743354", 1, 0, 4), + (152345, "743354", 1, 0, 4), + (152346, "743354", 1, 0, 4), + (152347, "700103", 1, 0, 4), + (152348, "743338", 1, 0, 4), + (152349, "743338", 1, 0, 4), + (152350, "743338", 1, 0, 4), + (152351, "743338", 1, 0, 4), + (152352, "743338", 1, 0, 4), + (152353, "743338", 1, 0, 4), + (152354, "743338", 1, 0, 4), + (152355, "743338", 1, 0, 4), + (152356, "743338", 1, 0, 4), + (152357, "743338", 1, 0, 4), + (152358, "743338", 1, 0, 4), + (152359, "743338", 1, 0, 4), + (152360, "743338", 1, 0, 4), + (152361, "743338", 1, 0, 4), + (152362, "743338", 1, 0, 4), + (152363, "743338", 1, 0, 4), + (152364, "743338", 1, 0, 4), + (152365, "743338", 1, 0, 4), + (152366, "700152", 1, 0, 4), + (152367, "743611", 1, 0, 4), + (152368, "743611", 1, 0, 4), + (152369, "743611", 1, 0, 4), + (152370, "743611", 1, 0, 4), + (152371, "743611", 1, 0, 4), + (152372, "743611", 1, 0, 4), + (152373, "743611", 1, 0, 4), + (152374, "743611", 1, 0, 4), + (152375, "743611", 1, 0, 4), + (152376, "743611", 1, 0, 4), + (152377, "743611", 1, 0, 4), + (152378, "743387", 1, 0, 4), + (152379, "743387", 1, 0, 4), + (152380, "743387", 1, 0, 4), + (152381, "743387", 1, 0, 4), + (152382, "743387", 1, 0, 4), + (152383, "743387", 1, 0, 4), + (152384, "743387", 1, 0, 4), + (152385, "743387", 1, 0, 4), + (152386, "743610", 1, 0, 4), + (152387, "743610", 1, 0, 4), + (152388, "743610", 1, 0, 4), + (152389, "743610", 1, 0, 4), + (152390, "743610", 1, 0, 4), + (152391, "743610", 1, 0, 4), + (152392, "743610", 1, 0, 4), + (152393, "743610", 1, 0, 4), + (152394, "743610", 1, 0, 4), + (152395, "700141", 1, 0, 4), + (152396, "700141", 1, 0, 4), + (152397, "700141", 1, 0, 4), + (152398, "700141", 1, 0, 4), + (152399, "700141", 1, 0, 4), + (152400, "700141", 1, 0, 4), + (152401, "700141", 1, 0, 4), + (152402, "700141", 1, 0, 4), + (152403, "700145", 1, 0, 4), + (152404, "700145", 1, 0, 4), + (152405, "700145", 1, 0, 4), + (152406, "700145", 1, 0, 4), + (152407, "743354", 1, 0, 4), + (152408, "743354", 1, 0, 4), + (152409, "743354", 1, 0, 4), + (152410, "743354", 1, 0, 4), + (152411, "743354", 1, 0, 4), + (152412, "743354", 1, 0, 4), + (152413, "700138", 1, 0, 4), + (152414, "700138", 1, 0, 4), + (152415, "700138", 1, 0, 4), + (152416, "743383", 1, 0, 4), + (152417, "743383", 1, 0, 4), + (152418, "743383", 1, 0, 4), + (152419, "743383", 1, 0, 4), + (152420, "743383", 1, 0, 4), + (152421, "743383", 1, 0, 4), + (152422, "743383", 1, 0, 4), + (152423, "743383", 1, 0, 4), + (152424, "743383", 1, 0, 4), + (152425, "743383", 1, 0, 4), + (152426, "743383", 1, 0, 4), + (152427, "743383", 1, 0, 4), + (152428, "743383", 1, 0, 4), + (152429, "743383", 1, 0, 4), + (152430, "743383", 1, 0, 4), + (152431, "743383", 1, 0, 4), + (152432, "743383", 1, 0, 4), + (152433, "743383", 1, 0, 4), + (152434, "743383", 1, 0, 4), + (152435, "743383", 1, 0, 4), + (152436, "743383", 1, 0, 4), + (152437, "743383", 1, 0, 4), + (152438, "743383", 1, 0, 4), + (152439, "700149", 1, 0, 4), + (152440, "700150", 1, 0, 4), + (152441, "700150", 1, 0, 4), + (152442, "700150", 1, 0, 4), + (152443, "700150", 1, 0, 4), + (152444, "700150", 1, 0, 4), + (152445, "700150", 1, 0, 4), + (152446, "743395", 1, 0, 4), + (152447, "743395", 1, 0, 4), + (152448, "743395", 1, 0, 4), + (152449, "743395", 1, 0, 4), + (152450, "743395", 1, 0, 4), + (152451, "743395", 1, 0, 4), + (152452, "743395", 1, 0, 4), + (152453, "743395", 1, 0, 4), + (152454, "743395", 1, 0, 4), + (152455, "743395", 1, 0, 4), + (152456, "743395", 1, 0, 4), + (152457, "743613", 1, 0, 4), + (152458, "743376", 1, 0, 4), + (152459, "743376", 1, 0, 4), + (152460, "743376", 1, 0, 4), + (152461, "743376", 1, 0, 4), + (152462, "743376", 1, 0, 4), + (152463, "743376", 1, 0, 4), + (152464, "743376", 1, 0, 4), + (152465, "743376", 1, 0, 4), + (152466, "743376", 1, 0, 4), + (152467, "743376", 1, 0, 4), + (152468, "743376", 1, 0, 4), + (152469, "700139", 1, 0, 4), + (152470, "700139", 1, 0, 4), + (152471, "743609", 1, 0, 4), + (152472, "743609", 1, 0, 4), + (152473, "743609", 1, 0, 4), + (152474, "743609", 1, 0, 4), + (152475, "743609", 1, 0, 4), + (152476, "743609", 1, 0, 4), + (152477, "743609", 1, 0, 4), + (152478, "743609", 1, 0, 4), + (152479, "743609", 1, 0, 4), + (152480, "743332", 1, 0, 4), + (152481, "743332", 1, 0, 4), + (152482, "743332", 1, 0, 4), + (152483, "743332", 1, 0, 4), + (152484, "743332", 1, 0, 4), + (152485, "743332", 1, 0, 4), + (152486, "743332", 1, 0, 4), + (152487, "743332", 1, 0, 4), + (152488, "743332", 1, 0, 4), + (152489, "743332", 1, 0, 4), + (152490, "743332", 1, 0, 4), + (152491, "743332", 1, 0, 4), + (152492, "743332", 1, 0, 4), + (152493, "743347", 1, 0, 4), + (152494, "743347", 1, 0, 4), + (152495, "743347", 1, 0, 4), + (152496, "743347", 1, 0, 4), + (152497, "743347", 1, 0, 4), + (152498, "743347", 1, 0, 4), + (152499, "743347", 1, 0, 4), + (152500, "743347", 1, 0, 4), + (152501, "743347", 1, 0, 4), + (152502, "743347", 1, 0, 4), + (152503, "743347", 1, 0, 4), + (152504, "743347", 1, 0, 4), + (152505, "743347", 1, 0, 4), + (152506, "743347", 1, 0, 4), + (152507, "743347", 1, 0, 4), + (152508, "743347", 1, 0, 4), + (152509, "743347", 1, 0, 4), + (152510, "743347", 1, 0, 4), + (152511, "743347", 1, 0, 4), + (152512, "743347", 1, 0, 4), + (152513, "743347", 1, 0, 4), + (152514, "743347", 1, 0, 4), + (152515, "743347", 1, 0, 4), + (152516, "743347", 1, 0, 4), + (152517, "743355", 1, 0, 4), + (152518, "743355", 1, 0, 4), + (152519, "743355", 1, 0, 4), + (152520, "743355", 1, 0, 4), + (152521, "734218", 1, 0, 4), + (152522, "734003", 1, 0, 4), + (152523, "734006", 1, 0, 4), + (152524, "734006", 1, 0, 4), + (152525, "734008", 1, 0, 4), + (152526, "734008", 1, 0, 4), + (152527, "734008", 1, 0, 4), + (152528, "734008", 1, 0, 4), + (152529, "734008", 1, 0, 4), + (152530, "734005", 1, 0, 4), + (152531, "734004", 1, 0, 4), + (152532, "734012", 1, 0, 4), + (152533, "734009", 1, 0, 4), + (152534, "734009", 1, 0, 4), + (152535, "734203", 1, 0, 4), + (152536, "733209", 1, 0, 4), + (152537, "733143", 1, 0, 4), + (152538, "733143", 1, 0, 4), + (152539, "733143", 1, 0, 4), + (152540, "733143", 1, 0, 4), + (152541, "733143", 1, 0, 4), + (152542, "733143", 1, 0, 4), + (152543, "733143", 1, 0, 4), + (152544, "733143", 1, 0, 4), + (152545, "733143", 1, 0, 4), + (152546, "733143", 1, 0, 4), + (152547, "733103", 1, 0, 4), + (152548, "733103", 1, 0, 4), + (152549, "733103", 1, 0, 4), + (152550, "733103", 1, 0, 4), + (152551, "733103", 1, 0, 4), + (152552, "733103", 1, 0, 4), + (152553, "733103", 1, 0, 4), + (152554, "733158", 1, 0, 4), + (152555, "733103", 1, 0, 4), + (152556, "733134", 1, 0, 4), + (152557, "733134", 1, 0, 4), + (152558, "733134", 1, 0, 4), + (152559, "733134", 1, 0, 4), + (152560, "733134", 1, 0, 4), + (152561, "733134", 1, 0, 4), + (152562, "733134", 1, 0, 4), + (152563, "733134", 1, 0, 4), + (152564, "733134", 1, 0, 4), + (152565, "733134", 1, 0, 4), + (152566, "733134", 1, 0, 4), + (152567, "733134", 1, 0, 4), + (152568, "733134", 1, 0, 4), + (152569, "733210", 1, 0, 4), + (152570, "733215", 1, 0, 4), + (152571, "733124", 1, 0, 4), + (152572, "733129", 1, 0, 4), + (152573, "733127", 1, 0, 4), + (152574, "733201", 1, 0, 4), + (152575, "733209", 1, 0, 4), + (152576, "733133", 1, 0, 4), + (152577, "733134", 1, 0, 4), + (152578, "733134", 1, 0, 4), + (152579, "733134", 1, 0, 4), + (152580, "733125", 1, 0, 4), + (152581, "733103", 1, 0, 4), + (152582, "733128", 1, 0, 4), + (152583, "733128", 1, 0, 4), + (152584, "733128", 1, 0, 4), + (152585, "733128", 1, 0, 4), + (152586, "733128", 1, 0, 4), + (152587, "733128", 1, 0, 4), + (152588, "733128", 1, 0, 4), + (152589, "733128", 1, 0, 4), + (152590, "733128", 1, 0, 4), + (152591, "733128", 1, 0, 4), + (152592, "733128", 1, 0, 4), + (152593, "733128", 1, 0, 4), + (152594, "733128", 1, 0, 4), + (152595, "733128", 1, 0, 4), + (152596, "733210", 1, 0, 4), + (152597, "733210", 1, 0, 4), + (152598, "733210", 1, 0, 4), + (152599, "733210", 1, 0, 4), + (152600, "733210", 1, 0, 4), + (152601, "733210", 1, 0, 4), + (152602, "733210", 1, 0, 4), + (152603, "733210", 1, 0, 4), + (152604, "733210", 1, 0, 4), + (152605, "733210", 1, 0, 4), + (152606, "733210", 1, 0, 4), + (152607, "733210", 1, 0, 4), + (152608, "733210", 1, 0, 4), + (152609, "733210", 1, 0, 4), + (152610, "733210", 1, 0, 4), + (152611, "733210", 1, 0, 4), + (152612, "733210", 1, 0, 4), + (152613, "733210", 1, 0, 4), + (152614, "733210", 1, 0, 4), + (152615, "733123", 1, 0, 4), + (152616, "733123", 1, 0, 4), + (152617, "733123", 1, 0, 4), + (152618, "733123", 1, 0, 4), + (152619, "733123", 1, 0, 4), + (152620, "733123", 1, 0, 4), + (152621, "733123", 1, 0, 4), + (152622, "733123", 1, 0, 4), + (152623, "733123", 1, 0, 4), + (152624, "733141", 1, 0, 4), + (152625, "733141", 1, 0, 4), + (152626, "733141", 1, 0, 4), + (152627, "733141", 1, 0, 4), + (152628, "733141", 1, 0, 4), + (152629, "733141", 1, 0, 4), + (152630, "733141", 1, 0, 4), + (152631, "733141", 1, 0, 4), + (152632, "733141", 1, 0, 4), + (152633, "733141", 1, 0, 4), + (152634, "733141", 1, 0, 4), + (152635, "733141", 1, 0, 4), + (152636, "733141", 1, 0, 4), + (152637, "733141", 1, 0, 4), + (152638, "733141", 1, 0, 4), + (152639, "733215", 1, 0, 4), + (152640, "733215", 1, 0, 4), + (152641, "733215", 1, 0, 4), + (152642, "733215", 1, 0, 4), + (152643, "733215", 1, 0, 4), + (152644, "733215", 1, 0, 4), + (152645, "733208", 1, 0, 4), + (152646, "733208", 1, 0, 4), + (152647, "733208", 1, 0, 4), + (152648, "733208", 1, 0, 4), + (152649, "733208", 1, 0, 4), + (152650, "733208", 1, 0, 4), + (152651, "733208", 1, 0, 4), + (152652, "733208", 1, 0, 4), + (152653, "733208", 1, 0, 4), + (152654, "733208", 1, 0, 4), + (152655, "733208", 1, 0, 4), + (152656, "733208", 1, 0, 4), + (152657, "733208", 1, 0, 4), + (152658, "733208", 1, 0, 4), + (152659, "733126", 1, 0, 4), + (152660, "733124", 1, 0, 4), + (152661, "733124", 1, 0, 4), + (152662, "733124", 1, 0, 4), + (152663, "733124", 1, 0, 4), + (152664, "733124", 1, 0, 4), + (152665, "733124", 1, 0, 4), + (152666, "733124", 1, 0, 4), + (152667, "733124", 1, 0, 4), + (152668, "733124", 1, 0, 4), + (152669, "733124", 1, 0, 4), + (152670, "733124", 1, 0, 4), + (152671, "733124", 1, 0, 4), + (152672, "733124", 1, 0, 4), + (152673, "733124", 1, 0, 4), + (152674, "733124", 1, 0, 4), + (152675, "733124", 1, 0, 4), + (152676, "733124", 1, 0, 4), + (152677, "733202", 1, 0, 4), + (152678, "733202", 1, 0, 4), + (152679, "733202", 1, 0, 4), + (152680, "733202", 1, 0, 4), + (152681, "733202", 1, 0, 4), + (152682, "733202", 1, 0, 4), + (152683, "733202", 1, 0, 4), + (152684, "733202", 1, 0, 4), + (152685, "733202", 1, 0, 4), + (152686, "733202", 1, 0, 4), + (152687, "733202", 1, 0, 4), + (152688, "733202", 1, 0, 4), + (152689, "733202", 1, 0, 4), + (152690, "733202", 1, 0, 4), + (152691, "733202", 1, 0, 4), + (152692, "733129", 1, 0, 4), + (152693, "733129", 1, 0, 4), + (152694, "733129", 1, 0, 4), + (152695, "733129", 1, 0, 4), + (152696, "733129", 1, 0, 4), + (152697, "733129", 1, 0, 4), + (152698, "733129", 1, 0, 4), + (152699, "733129", 1, 0, 4), + (152700, "733129", 1, 0, 4), + (152701, "733129", 1, 0, 4), + (152702, "733129", 1, 0, 4), + (152703, "733129", 1, 0, 4), + (152704, "733129", 1, 0, 4), + (152705, "733129", 1, 0, 4), + (152706, "733129", 1, 0, 4), + (152707, "733129", 1, 0, 4), + (152708, "733125", 1, 0, 4), + (152709, "733125", 1, 0, 4), + (152710, "733125", 1, 0, 4), + (152711, "733125", 1, 0, 4), + (152712, "733125", 1, 0, 4), + (152713, "733125", 1, 0, 4), + (152714, "733125", 1, 0, 4), + (152715, "733125", 1, 0, 4), + (152716, "733125", 1, 0, 4), + (152717, "733125", 1, 0, 4), + (152718, "733156", 1, 0, 4), + (152719, "733156", 1, 0, 4), + (152720, "733156", 1, 0, 4), + (152721, "733156", 1, 0, 4), + (152722, "733156", 1, 0, 4), + (152723, "733156", 1, 0, 4), + (152724, "733156", 1, 0, 4), + (152725, "733156", 1, 0, 4), + (152726, "733156", 1, 0, 4), + (152727, "733156", 1, 0, 4), + (152728, "733130", 1, 0, 4), + (152729, "733130", 1, 0, 4), + (152730, "733127", 1, 0, 4), + (152731, "733127", 1, 0, 4), + (152732, "733127", 1, 0, 4), + (152733, "733127", 1, 0, 4), + (152734, "733127", 1, 0, 4), + (152735, "733127", 1, 0, 4), + (152736, "733127", 1, 0, 4), + (152737, "733127", 1, 0, 4), + (152738, "733127", 1, 0, 4), + (152739, "733127", 1, 0, 4), + (152740, "733127", 1, 0, 4), + (152741, "733127", 1, 0, 4), + (152742, "733127", 1, 0, 4), + (152743, "733145", 1, 0, 4), + (152744, "733145", 1, 0, 4), + (152745, "733145", 1, 0, 4), + (152746, "733145", 1, 0, 4), + (152747, "733102", 1, 0, 4), + (152748, "733102", 1, 0, 4), + (152749, "733102", 1, 0, 4), + (152750, "733102", 1, 0, 4), + (152751, "733102", 1, 0, 4), + (152752, "733102", 1, 0, 4), + (152753, "733102", 1, 0, 4), + (152754, "733102", 1, 0, 4), + (152755, "733102", 1, 0, 4), + (152756, "733102", 1, 0, 4), + (152757, "733201", 1, 0, 4), + (152758, "733201", 1, 0, 4), + (152759, "733201", 1, 0, 4), + (152760, "733201", 1, 0, 4), + (152761, "733201", 1, 0, 4), + (152762, "733201", 1, 0, 4), + (152763, "733201", 1, 0, 4), + (152764, "733201", 1, 0, 4), + (152765, "733201", 1, 0, 4), + (152766, "733121", 1, 0, 4), + (152767, "733121", 1, 0, 4), + (152768, "733121", 1, 0, 4), + (152769, "733121", 1, 0, 4), + (152770, "733121", 1, 0, 4), + (152771, "733121", 1, 0, 4), + (152772, "733121", 1, 0, 4), + (152773, "733121", 1, 0, 4), + (152774, "733121", 1, 0, 4), + (152775, "733121", 1, 0, 4), + (152776, "733121", 1, 0, 4), + (152777, "733121", 1, 0, 4), + (152778, "733121", 1, 0, 4), + (152779, "733121", 1, 0, 4), + (152780, "733140", 1, 0, 4), + (152781, "733140", 1, 0, 4), + (152782, "733140", 1, 0, 4), + (152783, "733140", 1, 0, 4), + (152784, "733140", 1, 0, 4), + (152785, "733140", 1, 0, 4), + (152786, "733140", 1, 0, 4), + (152787, "733140", 1, 0, 4), + (152788, "733209", 1, 0, 4), + (152789, "733209", 1, 0, 4), + (152790, "733209", 1, 0, 4), + (152791, "733209", 1, 0, 4), + (152792, "733209", 1, 0, 4), + (152793, "733209", 1, 0, 4), + (152794, "733209", 1, 0, 4), + (152795, "733209", 1, 0, 4), + (152796, "733209", 1, 0, 4), + (152797, "733209", 1, 0, 4), + (152798, "733129", 1, 0, 4), + (152799, "733132", 1, 0, 4), + (152800, "733132", 1, 0, 4), + (152801, "733132", 1, 0, 4), + (152802, "733132", 1, 0, 4), + (152803, "733132", 1, 0, 4), + (152804, "733132", 1, 0, 4), + (152805, "733132", 1, 0, 4), + (152806, "733132", 1, 0, 4), + (152807, "733132", 1, 0, 4), + (152808, "733132", 1, 0, 4), + (152809, "733132", 1, 0, 4), + (152810, "733132", 1, 0, 4), + (152811, "733132", 1, 0, 4), + (152812, "733132", 1, 0, 4), + (152813, "733132", 1, 0, 4), + (152814, "733132", 1, 0, 4), + (152815, "733142", 1, 0, 4), + (152816, "733142", 1, 0, 4), + (152817, "733142", 1, 0, 4), + (152818, "733142", 1, 0, 4), + (152819, "733142", 1, 0, 4), + (152820, "733142", 1, 0, 4), + (152821, "733142", 1, 0, 4), + (152822, "733133", 1, 0, 4), + (152823, "733133", 1, 0, 4), + (152824, "733133", 1, 0, 4), + (152825, "733133", 1, 0, 4), + (152826, "733133", 1, 0, 4), + (152827, "733133", 1, 0, 4), + (152828, "733207", 1, 0, 4), + (152829, "733207", 1, 0, 4), + (152830, "733207", 1, 0, 4), + (152831, "733207", 1, 0, 4), + (152832, "733207", 1, 0, 4), + (152833, "733207", 1, 0, 4), + (152834, "733207", 1, 0, 4), + (152835, "733207", 1, 0, 4), + (152836, "733207", 1, 0, 4), + (152837, "733207", 1, 0, 4), + (152838, "733207", 1, 0, 4), + (152839, "733207", 1, 0, 4), + (152840, "733207", 1, 0, 4), + (152841, "733207", 1, 0, 4), + (152842, "733207", 1, 0, 4), + (152843, "733207", 1, 0, 4), + (152844, "733207", 1, 0, 4), + (152845, "711302", 1, 0, 4), + (152846, "711404", 1, 0, 4), + (152847, "711413", 1, 0, 4), + (152848, "711322", 1, 0, 4), + (152849, "711316", 1, 0, 4), + (152850, "711404", 1, 0, 4), + (152851, "711404", 1, 0, 4), + (152852, "711411", 1, 0, 4), + (152853, "711411", 1, 0, 4), + (152854, "711411", 1, 0, 4), + (152855, "711411", 1, 0, 4), + (152856, "711411", 1, 0, 4), + (152857, "711411", 1, 0, 4), + (152858, "711411", 1, 0, 4), + (152859, "711411", 1, 0, 4), + (152860, "711411", 1, 0, 4), + (152861, "711411", 1, 0, 4), + (152862, "711307", 1, 0, 4), + (152863, "711307", 1, 0, 4), + (152864, "711412", 1, 0, 4), + (152865, "711412", 1, 0, 4), + (152866, "711412", 1, 0, 4), + (152867, "711412", 1, 0, 4), + (152868, "711109", 1, 0, 4), + (152869, "711309", 1, 0, 4), + (152870, "711405", 1, 0, 4), + (152871, "711405", 1, 0, 4), + (152872, "711405", 1, 0, 4), + (152873, "711405", 1, 0, 4), + (152874, "711405", 1, 0, 4), + (152875, "711405", 1, 0, 4), + (152876, "711405", 1, 0, 4), + (152877, "711405", 1, 0, 4), + (152878, "711310", 1, 0, 4), + (152879, "711310", 1, 0, 4), + (152880, "711310", 1, 0, 4), + (152881, "711310", 1, 0, 4), + (152882, "711310", 1, 0, 4), + (152883, "711310", 1, 0, 4), + (152884, "711310", 1, 0, 4), + (152885, "711310", 1, 0, 4), + (152886, "711310", 1, 0, 4), + (152887, "711413", 1, 0, 4), + (152888, "711413", 1, 0, 4), + (152889, "711413", 1, 0, 4), + (152890, "711413", 1, 0, 4), + (152891, "711302", 1, 0, 4), + (152892, "711302", 1, 0, 4), + (152893, "711302", 1, 0, 4), + (152894, "711302", 1, 0, 4), + (152895, "711302", 1, 0, 4), + (152896, "711302", 1, 0, 4), + (152897, "711302", 1, 0, 4), + (152898, "711302", 1, 0, 4), + (152899, "711302", 1, 0, 4), + (152900, "711302", 1, 0, 4), + (152901, "711303", 1, 0, 4), + (152902, "711303", 1, 0, 4), + (152903, "711303", 1, 0, 4), + (152904, "711303", 1, 0, 4), + (152905, "711303", 1, 0, 4), + (152906, "711303", 1, 0, 4), + (152907, "711303", 1, 0, 4), + (152908, "711303", 1, 0, 4), + (152909, "711303", 1, 0, 4), + (152910, "711303", 1, 0, 4), + (152911, "711303", 1, 0, 4), + (152912, "711303", 1, 0, 4), + (152913, "711303", 1, 0, 4), + (152914, "711303", 1, 0, 4), + (152915, "711303", 1, 0, 4), + (152916, "711303", 1, 0, 4), + (152917, "711303", 1, 0, 4), + (152918, "711303", 1, 0, 4), + (152919, "711303", 1, 0, 4), + (152920, "711303", 1, 0, 4), + (152921, "711303", 1, 0, 4), + (152922, "711303", 1, 0, 4), + (152923, "711303", 1, 0, 4), + (152924, "711303", 1, 0, 4), + (152925, "711303", 1, 0, 4), + (152926, "711303", 1, 0, 4), + (152927, "711303", 1, 0, 4), + (152928, "711303", 1, 0, 4), + (152929, "711303", 1, 0, 4), + (152930, "711403", 1, 0, 4), + (152931, "711404", 1, 0, 4), + (152932, "711413", 1, 0, 4), + (152933, "711408", 1, 0, 4), + (152934, "711409", 1, 0, 4), + (152935, "711409", 1, 0, 4), + (152936, "711409", 1, 0, 4), + (152937, "711414", 1, 0, 4), + (152938, "711414", 1, 0, 4), + (152939, "711414", 1, 0, 4), + (152940, "711414", 1, 0, 4), + (152941, "711410", 1, 0, 4), + (152942, "711410", 1, 0, 4), + (152943, "711410", 1, 0, 4), + (152944, "711410", 1, 0, 4), + (152945, "711410", 1, 0, 4), + (152946, "711410", 1, 0, 4), + (152947, "711410", 1, 0, 4), + (152948, "711410", 1, 0, 4), + (152949, "711410", 1, 0, 4), + (152950, "711410", 1, 0, 4), + (152951, "711410", 1, 0, 4), + (152952, "711410", 1, 0, 4), + (152953, "711312", 1, 0, 4), + (152954, "711312", 1, 0, 4), + (152955, "711312", 1, 0, 4), + (152956, "711312", 1, 0, 4), + (152957, "711312", 1, 0, 4), + (152958, "711312", 1, 0, 4), + (152959, "711312", 1, 0, 4), + (152960, "711312", 1, 0, 4), + (152961, "711312", 1, 0, 4), + (152962, "711312", 1, 0, 4), + (152963, "711312", 1, 0, 4), + (152964, "711312", 1, 0, 4), + (152965, "711312", 1, 0, 4), + (152966, "711312", 1, 0, 4), + (152967, "711312", 1, 0, 4), + (152968, "711312", 1, 0, 4), + (152969, "711312", 1, 0, 4), + (152970, "711312", 1, 0, 4), + (152971, "711312", 1, 0, 4), + (152972, "711312", 1, 0, 4), + (152973, "711322", 1, 0, 4), + (152974, "711322", 1, 0, 4), + (152975, "711322", 1, 0, 4), + (152976, "711322", 1, 0, 4), + (152977, "711322", 1, 0, 4), + (152978, "711322", 1, 0, 4), + (152979, "711322", 1, 0, 4), + (152980, "711322", 1, 0, 4), + (152981, "711322", 1, 0, 4), + (152982, "711322", 1, 0, 4), + (152983, "711322", 1, 0, 4), + (152984, "711322", 1, 0, 4), + (152985, "711313", 1, 0, 4), + (152986, "711313", 1, 0, 4), + (152987, "711313", 1, 0, 4), + (152988, "711104", 1, 0, 4), + (152989, "711314", 1, 0, 4), + (152990, "711314", 1, 0, 4), + (152991, "711314", 1, 0, 4), + (152992, "711314", 1, 0, 4), + (152993, "711314", 1, 0, 4), + (152994, "711314", 1, 0, 4), + (152995, "711314", 1, 0, 4), + (152996, "711314", 1, 0, 4), + (152997, "711314", 1, 0, 4), + (152998, "711314", 1, 0, 4), + (152999, "711314", 1, 0, 4), + (153000, "711226", 1, 0, 4), + (153001, "711226", 1, 0, 4), + (153002, "711226", 1, 0, 4), + (153003, "711226", 1, 0, 4), + (153004, "711226", 1, 0, 4), + (153005, "711226", 1, 0, 4), + (153006, "711226", 1, 0, 4), + (153007, "711316", 1, 0, 4), + (153008, "711315", 1, 0, 4), + (153009, "711316", 1, 0, 4), + (153010, "711316", 1, 0, 4), + (153011, "711316", 1, 0, 4), + (153012, "711316", 1, 0, 4), + (153013, "711316", 1, 0, 4), + (153014, "711316", 1, 0, 4), + (153015, "711316", 1, 0, 4), + (153016, "711316", 1, 0, 4), + (153017, "711316", 1, 0, 4), + (153018, "711316", 1, 0, 4), + (153019, "711316", 1, 0, 4), + (153020, "711316", 1, 0, 4), + (153021, "711316", 1, 0, 4), + (153022, "711316", 1, 0, 4), + (153023, "711316", 1, 0, 4), + (153024, "711316", 1, 0, 4), + (153025, "711316", 1, 0, 4), + (153026, "711315", 1, 0, 4), + (153027, "711315", 1, 0, 4), + (153028, "711315", 1, 0, 4), + (153029, "711315", 1, 0, 4), + (153030, "711315", 1, 0, 4), + (153031, "711315", 1, 0, 4), + (153032, "711315", 1, 0, 4), + (153033, "711315", 1, 0, 4), + (153034, "711315", 1, 0, 4), + (153035, "711315", 1, 0, 4), + (153036, "711315", 1, 0, 4), + (153037, "711315", 1, 0, 4), + (153038, "711315", 1, 0, 4), + (153039, "711315", 1, 0, 4), + (153040, "711315", 1, 0, 4), + (153041, "711114", 1, 0, 4), + (153042, "711114", 1, 0, 4), + (153043, "711204", 1, 0, 4), + (153044, "711205", 1, 0, 4), + (153045, "711205", 1, 0, 4), + (153046, "711205", 1, 0, 4), + (153047, "711401", 1, 0, 4), + (153048, "711401", 1, 0, 4), + (153049, "711401", 1, 0, 4), + (153050, "711401", 1, 0, 4), + (153051, "711401", 1, 0, 4), + (153052, "711401", 1, 0, 4), + (153053, "711401", 1, 0, 4), + (153054, "711401", 1, 0, 4), + (153055, "711401", 1, 0, 4), + (153056, "711401", 1, 0, 4), + (153057, "711401", 1, 0, 4), + (153058, "711401", 1, 0, 4), + (153059, "711401", 1, 0, 4), + (153060, "711401", 1, 0, 4), + (153061, "711401", 1, 0, 4), + (153062, "711401", 1, 0, 4), + (153063, "711401", 1, 0, 4), + (153064, "711401", 1, 0, 4), + (153065, "711401", 1, 0, 4), + (153066, "711401", 1, 0, 4), + (153067, "711401", 1, 0, 4), + (153068, "711401", 1, 0, 4), + (153069, "711401", 1, 0, 4), + (153070, "711401", 1, 0, 4), + (153071, "711401", 1, 0, 4), + (153072, "711401", 1, 0, 4), + (153073, "711401", 1, 0, 4), + (153074, "711401", 1, 0, 4), + (153075, "711301", 1, 0, 4), + (153076, "711301", 1, 0, 4), + (153077, "711301", 1, 0, 4), + (153078, "711301", 1, 0, 4), + (153079, "711301", 1, 0, 4), + (153080, "711301", 1, 0, 4), + (153081, "711302", 1, 0, 4), + (153082, "711302", 1, 0, 4), + (153083, "711302", 1, 0, 4), + (153084, "711302", 1, 0, 4), + (153085, "711302", 1, 0, 4), + (153086, "735231", 1, 0, 4), + (153087, "735202", 1, 0, 4), + (153088, "735216", 1, 0, 4), + (153089, "735303", 1, 0, 4), + (153090, "735210", 1, 0, 4), + (153091, "735224", 1, 0, 4), + (153092, "735224", 1, 0, 4), + (153093, "735231", 1, 0, 4), + (153094, "735211", 1, 0, 4), + (153095, "735224", 1, 0, 4), + (153096, "735304", 1, 0, 4), + (153097, "735218", 1, 0, 4), + (153098, "735220", 1, 0, 4), + (153099, "735211", 1, 0, 4), + (153100, "735302", 1, 0, 4), + (153101, "735122", 1, 0, 4), + (153102, "735121", 1, 0, 4), + (153103, "735303", 1, 0, 4), + (153104, "735210", 1, 0, 4), + (153105, "735305", 1, 0, 4), + (153106, "735135", 1, 0, 4), + (153107, "735211", 1, 0, 4), + (153108, "735233", 1, 0, 4), + (153109, "735303", 1, 0, 4), + (153110, "735122", 1, 0, 4), + (153111, "735305", 1, 0, 4), + (153112, "735121", 1, 0, 4), + (153113, "735224", 1, 0, 4), + (153114, "735210", 1, 0, 4), + (153115, "735220", 1, 0, 4), + (153116, "735134", 1, 0, 4), + (153117, "735202", 1, 0, 4), + (153118, "735218", 1, 0, 4), + (153119, "735216", 1, 0, 4), + (153120, "735225", 1, 0, 4), + (153121, "735303", 1, 0, 4), + (153122, "735211", 1, 0, 4), + (153123, "735206", 1, 0, 4), + (153124, "735133", 1, 0, 4), + (153125, "735211", 1, 0, 4), + (153126, "735224", 1, 0, 4), + (153127, "735122", 1, 0, 4), + (153128, "735224", 1, 0, 4), + (153129, "735133", 1, 0, 4), + (153130, "735210", 1, 0, 4), + (153131, "735303", 1, 0, 4), + (153132, "735301", 1, 0, 4), + (153133, "735305", 1, 0, 4), + (153134, "735135", 1, 0, 4), + (153135, "735211", 1, 0, 4), + (153136, "735122", 1, 0, 4), + (153137, "735302", 1, 0, 4), + (153138, "735122", 1, 0, 4), + (153139, "735304", 1, 0, 4), + (153140, "735132", 1, 0, 4), + (153141, "735204", 1, 0, 4), + (153142, "735303", 1, 0, 4), + (153143, "735219", 1, 0, 4), + (153144, "734501", 1, 0, 4), + (153145, "735225", 1, 0, 4), + (153146, "735218", 1, 0, 4), + (153147, "735218", 1, 0, 4), + (153148, "735211", 1, 0, 4), + (153149, "735224", 1, 0, 4), + (153150, "735216", 1, 0, 4), + (153151, "735210", 1, 0, 4), + (153152, "735210", 1, 0, 4), + (153153, "735224", 1, 0, 4), + (153154, "735211", 1, 0, 4), + (153155, "735211", 1, 0, 4), + (153156, "735305", 1, 0, 4), + (153157, "735133", 1, 0, 4), + (153158, "735122", 1, 0, 4), + (153159, "735210", 1, 0, 4), + (153160, "735133", 1, 0, 4), + (153161, "735102", 1, 0, 4), + (153162, "735122", 1, 0, 4), + (153163, "735202", 1, 0, 4), + (153164, "735213", 1, 0, 4), + (153165, "735122", 1, 0, 4), + (153166, "735132", 1, 0, 4), + (153167, "735224", 1, 0, 4), + (153168, "735303", 1, 0, 4), + (153169, "735303", 1, 0, 4), + (153170, "735303", 1, 0, 4), + (153171, "735204", 1, 0, 4), + (153172, "735301", 1, 0, 4), + (153173, "735228", 1, 0, 4), + (153174, "735204", 1, 0, 4), + (153175, "735122", 1, 0, 4), + (153176, "735210", 1, 0, 4), + (153177, "735304", 1, 0, 4), + (153178, "735135", 1, 0, 4), + (153179, "735134", 1, 0, 4), + (153180, "735228", 1, 0, 4), + (153181, "735233", 1, 0, 4), + (153182, "735303", 1, 0, 4), + (153183, "735210", 1, 0, 4), + (153184, "735230", 1, 0, 4), + (153185, "735122", 1, 0, 4), + (153186, "735220", 1, 0, 4), + (153187, "735223", 1, 0, 4), + (153188, "735224", 1, 0, 4), + (153189, "735210", 1, 0, 4), + (153190, "735225", 1, 0, 4), + (153191, "735211", 1, 0, 4), + (153192, "735305", 1, 0, 4), + (153193, "735303", 1, 0, 4), + (153194, "735210", 1, 0, 4), + (153195, "735122", 1, 0, 4), + (153196, "735132", 1, 0, 4), + (153197, "735219", 1, 0, 4), + (153198, "735202", 1, 0, 4), + (153199, "735218", 1, 0, 4), + (153200, "735210", 1, 0, 4), + (153201, "735301", 1, 0, 4), + (153202, "735132", 1, 0, 4), + (153203, "735121", 1, 0, 4), + (153204, "735133", 1, 0, 4), + (153205, "735218", 1, 0, 4), + (153206, "735202", 1, 0, 4), + (153207, "735210", 1, 0, 4), + (153208, "735303", 1, 0, 4), + (153209, "735204", 1, 0, 4), + (153210, "735218", 1, 0, 4), + (153211, "735102", 1, 0, 4), + (153212, "735304", 1, 0, 4), + (153213, "735122", 1, 0, 4), + (153214, "735210", 1, 0, 4), + (153215, "735220", 1, 0, 4), + (153216, "735304", 1, 0, 4), + (153217, "735133", 1, 0, 4), + (153218, "735223", 1, 0, 4), + (153219, "735302", 1, 0, 4), + (153220, "735135", 1, 0, 4), + (153221, "735132", 1, 0, 4), + (153222, "735211", 1, 0, 4), + (153223, "735228", 1, 0, 4), + (153224, "735233", 1, 0, 4), + (153225, "735211", 1, 0, 4), + (153226, "735224", 1, 0, 4), + (153227, "735224", 1, 0, 4), + (153228, "735220", 1, 0, 4), + (153229, "735220", 1, 0, 4), + (153230, "735213", 1, 0, 4), + (153231, "735211", 1, 0, 4), + (153232, "735228", 1, 0, 4), + (153233, "735132", 1, 0, 4), + (153234, "735122", 1, 0, 4), + (153235, "735133", 1, 0, 4), + (153236, "735135", 1, 0, 4), + (153237, "735206", 1, 0, 4), + (153238, "735135", 1, 0, 4), + (153239, "735133", 1, 0, 4), + (153240, "735202", 1, 0, 4), + (153241, "735135", 1, 0, 4), + (153242, "735102", 1, 0, 4), + (153243, "735228", 1, 0, 4), + (153244, "735304", 1, 0, 4), + (153245, "735216", 1, 0, 4), + (153246, "735134", 1, 0, 4), + (153247, "735204", 1, 0, 4), + (153248, "735204", 1, 0, 4), + (153249, "735230", 1, 0, 4), + (153250, "735304", 1, 0, 4), + (153251, "735222", 1, 0, 4), + (153252, "735305", 1, 0, 4), + (153253, "735219", 1, 0, 4), + (153254, "735121", 1, 0, 4), + (153255, "735303", 1, 0, 4), + (153256, "735211", 1, 0, 4), + (153257, "735122", 1, 0, 4), + (153258, "735210", 1, 0, 4), + (153259, "735222", 1, 0, 4), + (153260, "735133", 1, 0, 4), + (153261, "735210", 1, 0, 4), + (153262, "735135", 1, 0, 4), + (153263, "735212", 1, 0, 4), + (153264, "735121", 1, 0, 4), + (153265, "735218", 1, 0, 4), + (153266, "735233", 1, 0, 4), + (153267, "735305", 1, 0, 4), + (153268, "735211", 1, 0, 4), + (153269, "735218", 1, 0, 4), + (153270, "735219", 1, 0, 4), + (153271, "735211", 1, 0, 4), + (153272, "735213", 1, 0, 4), + (153273, "735121", 1, 0, 4), + (153274, "735206", 1, 0, 4), + (153275, "735202", 1, 0, 4), + (153276, "735205", 1, 0, 4), + (153277, "735134", 1, 0, 4), + (153278, "735135", 1, 0, 4), + (153279, "735212", 1, 0, 4), + (153280, "735210", 1, 0, 4), + (153281, "735223", 1, 0, 4), + (153282, "735224", 1, 0, 4), + (153283, "735133", 1, 0, 4), + (153284, "735133", 1, 0, 4), + (153285, "735122", 1, 0, 4), + (153286, "735211", 1, 0, 4), + (153287, "735134", 1, 0, 4), + (153288, "735220", 1, 0, 4), + (153289, "735224", 1, 0, 4), + (153290, "735133", 1, 0, 4), + (153291, "735211", 1, 0, 4), + (153292, "735302", 1, 0, 4), + (153293, "735132", 1, 0, 4), + (153294, "735133", 1, 0, 4), + (153295, "735121", 1, 0, 4), + (153296, "735211", 1, 0, 4), + (153297, "735204", 1, 0, 4), + (153298, "735224", 1, 0, 4), + (153299, "735210", 1, 0, 4), + (153300, "734503", 1, 0, 4), + (153301, "735303", 1, 0, 4), + (153302, "735220", 1, 0, 4), + (153303, "735204", 1, 0, 4), + (153304, "735303", 1, 0, 4), + (153305, "735224", 1, 0, 4), + (153306, "735304", 1, 0, 4), + (153307, "735122", 1, 0, 4), + (153308, "735132", 1, 0, 4), + (153309, "735224", 1, 0, 4), + (153310, "735210", 1, 0, 4), + (153311, "735121", 1, 0, 4), + (153312, "732125", 1, 0, 4), + (153313, "732125", 1, 0, 4), + (153314, "732125", 1, 0, 4), + (153315, "732125", 1, 0, 4), + (153316, "732125", 1, 0, 4), + (153317, "732122", 1, 0, 4), + (153318, "732122", 1, 0, 4), + (153319, "732122", 1, 0, 4), + (153320, "732122", 1, 0, 4), + (153321, "732122", 1, 0, 4), + (153322, "732122", 1, 0, 4), + (153323, "732122", 1, 0, 4), + (153324, "732127", 1, 0, 4), + (153325, "732127", 1, 0, 4), + (153326, "732127", 1, 0, 4), + (153327, "732126", 1, 0, 4), + (153328, "732216", 1, 0, 4), + (153329, "732216", 1, 0, 4), + (153330, "732216", 1, 0, 4), + (153331, "732207", 1, 0, 4), + (153332, "732207", 1, 0, 4), + (153333, "732141", 1, 0, 4), + (153334, "732141", 1, 0, 4), + (153335, "732128", 1, 0, 4), + (153336, "732128", 1, 0, 4), + (153337, "732128", 1, 0, 4), + (153338, "732128", 1, 0, 4), + (153339, "732138", 1, 0, 4), + (153340, "732138", 1, 0, 4), + (153341, "732206", 1, 0, 4), + (153342, "732208", 1, 0, 4), + (153343, "732122", 1, 0, 4), + (153344, "732201", 1, 0, 4), + (153345, "732123", 1, 0, 4), + (153346, "732210", 1, 0, 4), + (153347, "732203", 1, 0, 4), + (153348, "732102", 1, 0, 4), + (153349, "732121", 1, 0, 4), + (153350, "732121", 1, 0, 4), + (153351, "732121", 1, 0, 4), + (153352, "732121", 1, 0, 4), + (153353, "732124", 1, 0, 4), + (153354, "732124", 1, 0, 4), + (153355, "732124", 1, 0, 4), + (153356, "732124", 1, 0, 4), + (153357, "732124", 1, 0, 4), + (153358, "732124", 1, 0, 4), + (153359, "732124", 1, 0, 4), + (153360, "732125", 1, 0, 4), + (153361, "732125", 1, 0, 4), + (153362, "732125", 1, 0, 4), + (153363, "732125", 1, 0, 4), + (153364, "732138", 1, 0, 4), + (153365, "732138", 1, 0, 4), + (153366, "732138", 1, 0, 4), + (153367, "732138", 1, 0, 4), + (153368, "732138", 1, 0, 4), + (153369, "732206", 1, 0, 4), + (153370, "732206", 1, 0, 4), + (153371, "732206", 1, 0, 4), + (153372, "732206", 1, 0, 4), + (153373, "732206", 1, 0, 4), + (153374, "732206", 1, 0, 4), + (153375, "732206", 1, 0, 4), + (153376, "732206", 1, 0, 4), + (153377, "732206", 1, 0, 4), + (153378, "732206", 1, 0, 4), + (153379, "732125", 1, 0, 4), + (153380, "732125", 1, 0, 4), + (153381, "732139", 1, 0, 4), + (153382, "732139", 1, 0, 4), + (153383, "732139", 1, 0, 4), + (153384, "732139", 1, 0, 4), + (153385, "732139", 1, 0, 4), + (153386, "732139", 1, 0, 4), + (153387, "732139", 1, 0, 4), + (153388, "732139", 1, 0, 4), + (153389, "732139", 1, 0, 4), + (153390, "732139", 1, 0, 4), + (153391, "732140", 1, 0, 4), + (153392, "732140", 1, 0, 4), + (153393, "732140", 1, 0, 4), + (153394, "732140", 1, 0, 4), + (153395, "732140", 1, 0, 4), + (153396, "732140", 1, 0, 4), + (153397, "732140", 1, 0, 4), + (153398, "732127", 1, 0, 4), + (153399, "732207", 1, 0, 4), + (153400, "732209", 1, 0, 4), + (153401, "732209", 1, 0, 4), + (153402, "732209", 1, 0, 4), + (153403, "732209", 1, 0, 4), + (153404, "732209", 1, 0, 4), + (153405, "732208", 1, 0, 4), + (153406, "732208", 1, 0, 4), + (153407, "732208", 1, 0, 4), + (153408, "732208", 1, 0, 4), + (153409, "732208", 1, 0, 4), + (153410, "732124", 1, 0, 4), + (153411, "732207", 1, 0, 4), + (153412, "732207", 1, 0, 4), + (153413, "732207", 1, 0, 4), + (153414, "732207", 1, 0, 4), + (153415, "732207", 1, 0, 4), + (153416, "732207", 1, 0, 4), + (153417, "732124", 1, 0, 4), + (153418, "732102", 1, 0, 4), + (153419, "732102", 1, 0, 4), + (153420, "732102", 1, 0, 4), + (153421, "732102", 1, 0, 4), + (153422, "732102", 1, 0, 4), + (153423, "732102", 1, 0, 4), + (153424, "732102", 1, 0, 4), + (153425, "732102", 1, 0, 4), + (153426, "732102", 1, 0, 4), + (153427, "732102", 1, 0, 4), + (153428, "732126", 1, 0, 4), + (153429, "732103", 1, 0, 4), + (153430, "732103", 1, 0, 4), + (153431, "732103", 1, 0, 4), + (153432, "732103", 1, 0, 4), + (153433, "732216", 1, 0, 4), + (153434, "732138", 1, 0, 4), + (153435, "732202", 1, 0, 4), + (153436, "732202", 1, 0, 4), + (153437, "732202", 1, 0, 4), + (153438, "732202", 1, 0, 4), + (153439, "732202", 1, 0, 4), + (153440, "732202", 1, 0, 4), + (153441, "732202", 1, 0, 4), + (153442, "732142", 1, 0, 4), + (153443, "732142", 1, 0, 4), + (153444, "732142", 1, 0, 4), + (153445, "732207", 1, 0, 4), + (153446, "732128", 1, 0, 4), + (153447, "732138", 1, 0, 4), + (153448, "732138", 1, 0, 4), + (153449, "732206", 1, 0, 4), + (153450, "732125", 1, 0, 4), + (153451, "732125", 1, 0, 4), + (153452, "732125", 1, 0, 4), + (153453, "732125", 1, 0, 4), + (153454, "732126", 1, 0, 4), + (153455, "732126", 1, 0, 4), + (153456, "732126", 1, 0, 4), + (153457, "732201", 1, 0, 4), + (153458, "732201", 1, 0, 4), + (153459, "732201", 1, 0, 4), + (153460, "732201", 1, 0, 4), + (153461, "732201", 1, 0, 4), + (153462, "732201", 1, 0, 4), + (153463, "732201", 1, 0, 4), + (153464, "732201", 1, 0, 4), + (153465, "732201", 1, 0, 4), + (153466, "732201", 1, 0, 4), + (153467, "732201", 1, 0, 4), + (153468, "732201", 1, 0, 4), + (153469, "732201", 1, 0, 4), + (153470, "732201", 1, 0, 4), + (153471, "732201", 1, 0, 4), + (153472, "732122", 1, 0, 4), + (153473, "732122", 1, 0, 4), + (153474, "732124", 1, 0, 4), + (153475, "732207", 1, 0, 4), + (153476, "732128", 1, 0, 4), + (153477, "732128", 1, 0, 4), + (153478, "732138", 1, 0, 4), + (153479, "732138", 1, 0, 4), + (153480, "732123", 1, 0, 4), + (153481, "732123", 1, 0, 4), + (153482, "732123", 1, 0, 4), + (153483, "732123", 1, 0, 4), + (153484, "732123", 1, 0, 4), + (153485, "732123", 1, 0, 4), + (153486, "732123", 1, 0, 4), + (153487, "732123", 1, 0, 4), + (153488, "732123", 1, 0, 4), + (153489, "732123", 1, 0, 4), + (153490, "732123", 1, 0, 4), + (153491, "732124", 1, 0, 4), + (153492, "732202", 1, 0, 4), + (153493, "732207", 1, 0, 4), + (153494, "732140", 1, 0, 4), + (153495, "732140", 1, 0, 4), + (153496, "732139", 1, 0, 4), + (153497, "732139", 1, 0, 4), + (153498, "732139", 1, 0, 4), + (153499, "732139", 1, 0, 4), + (153500, "732204", 1, 0, 4), + (153501, "732204", 1, 0, 4), + (153502, "732204", 1, 0, 4), + (153503, "732204", 1, 0, 4), + (153504, "732204", 1, 0, 4), + (153505, "732138", 1, 0, 4), + (153506, "732124", 1, 0, 4), + (153507, "732207", 1, 0, 4), + (153508, "732207", 1, 0, 4), + (153509, "732207", 1, 0, 4), + (153510, "732128", 1, 0, 4), + (153511, "732128", 1, 0, 4), + (153512, "732128", 1, 0, 4), + (153513, "732103", 1, 0, 4), + (153514, "732126", 1, 0, 4), + (153515, "732210", 1, 0, 4), + (153516, "732210", 1, 0, 4), + (153517, "732210", 1, 0, 4), + (153518, "732210", 1, 0, 4), + (153519, "732210", 1, 0, 4), + (153520, "732210", 1, 0, 4), + (153521, "732125", 1, 0, 4), + (153522, "732125", 1, 0, 4), + (153523, "732125", 1, 0, 4), + (153524, "732125", 1, 0, 4), + (153525, "732125", 1, 0, 4), + (153526, "732125", 1, 0, 4), + (153527, "732125", 1, 0, 4), + (153528, "732125", 1, 0, 4), + (153529, "732125", 1, 0, 4), + (153530, "732125", 1, 0, 4), + (153531, "732125", 1, 0, 4), + (153532, "732124", 1, 0, 4), + (153533, "732124", 1, 0, 4), + (153534, "732124", 1, 0, 4), + (153535, "732124", 1, 0, 4), + (153536, "732124", 1, 0, 4), + (153537, "732124", 1, 0, 4), + (153538, "732124", 1, 0, 4), + (153539, "732124", 1, 0, 4), + (153540, "732124", 1, 0, 4), + (153541, "732124", 1, 0, 4), + (153542, "732124", 1, 0, 4), + (153543, "732126", 1, 0, 4), + (153544, "732126", 1, 0, 4), + (153545, "732126", 1, 0, 4), + (153546, "732126", 1, 0, 4), + (153547, "732142", 1, 0, 4), + (153548, "732203", 1, 0, 4), + (153549, "732203", 1, 0, 4), + (153550, "732203", 1, 0, 4), + (153551, "732123", 1, 0, 4), + (153552, "732123", 1, 0, 4), + (153553, "732123", 1, 0, 4), + (153554, "732122", 1, 0, 4), + (153555, "732138", 1, 0, 4), + (153556, "732138", 1, 0, 4), + (153557, "732138", 1, 0, 4), + (153558, "732138", 1, 0, 4), + (153559, "732138", 1, 0, 4), + (153560, "732208", 1, 0, 4), + (153561, "732205", 1, 0, 4), + (153562, "732205", 1, 0, 4), + (153563, "732201", 1, 0, 4), + (153564, "732201", 1, 0, 4), + (153565, "732201", 1, 0, 4), + (153566, "732201", 1, 0, 4), + (153567, "732201", 1, 0, 4), + (153568, "732203", 1, 0, 4), + (153569, "732203", 1, 0, 4), + (153570, "732203", 1, 0, 4), + (153571, "732203", 1, 0, 4), + (153572, "732203", 1, 0, 4), + (153573, "732203", 1, 0, 4), + (153574, "732102", 1, 0, 4), + (153575, "732102", 1, 0, 4), + (153576, "732102", 1, 0, 4), + (153577, "732102", 1, 0, 4), + (153578, "732102", 1, 0, 4), + (153579, "732102", 1, 0, 4), + (153580, "732216", 1, 0, 4), + (153581, "732201", 1, 0, 4), + (153582, "732123", 1, 0, 4), + (153583, "732123", 1, 0, 4), + (153584, "732201", 1, 0, 4), + (153585, "732201", 1, 0, 4), + (153586, "732205", 1, 0, 4), + (153587, "732205", 1, 0, 4), + (153588, "732205", 1, 0, 4), + (153589, "732205", 1, 0, 4), + (153590, "732205", 1, 0, 4), + (153591, "732205", 1, 0, 4), + (153592, "732205", 1, 0, 4), + (153593, "732201", 1, 0, 4), + (153594, "732201", 1, 0, 4), + (153595, "732216", 1, 0, 4), + (153596, "732216", 1, 0, 4), + (153597, "732216", 1, 0, 4), + (153598, "721149", 1, 0, 4), + (153599, "721140", 1, 0, 4), + (153600, "721160", 1, 0, 4), + (153601, "721242", 1, 0, 4), + (153602, "721222", 1, 0, 4), + (153603, "721212", 1, 0, 4), + (153604, "721301", 1, 0, 4), + (153605, "721517", 1, 0, 4), + (153606, "721121", 1, 0, 4), + (153607, "721517", 1, 0, 4), + (153608, "721150", 1, 0, 4), + (153609, "721102", 1, 0, 4), + (153610, "721102", 1, 0, 4), + (153611, "721102", 1, 0, 4), + (153612, "721102", 1, 0, 4), + (153613, "721102", 1, 0, 4), + (153614, "721102", 1, 0, 4), + (153615, "721504", 1, 0, 4), + (153616, "721517", 1, 0, 4), + (153617, "721504", 1, 0, 4), + (153618, "721514", 1, 0, 4), + (153619, "721504", 1, 0, 4), + (153620, "721514", 1, 0, 4), + (153621, "721503", 1, 0, 4), + (153622, "721514", 1, 0, 4), + (153623, "721503", 1, 0, 4), + (153624, "721503", 1, 0, 4), + (153625, "721504", 1, 0, 4), + (153626, "721503", 1, 0, 4), + (153627, "721504", 1, 0, 4), + (153628, "721504", 1, 0, 4), + (153629, "721514", 1, 0, 4), + (153630, "721517", 1, 0, 4), + (153631, "721514", 1, 0, 4), + (153632, "721503", 1, 0, 4), + (153633, "721504", 1, 0, 4), + (153634, "721504", 1, 0, 4), + (153635, "721504", 1, 0, 4), + (153636, "721150", 1, 0, 4), + (153637, "721150", 1, 0, 4), + (153638, "721150", 1, 0, 4), + (153639, "721150", 1, 0, 4), + (153640, "721150", 1, 0, 4), + (153641, "721150", 1, 0, 4), + (153642, "721150", 1, 0, 4), + (153643, "721150", 1, 0, 4), + (153644, "721150", 1, 0, 4), + (153645, "721232", 1, 0, 4), + (153646, "721232", 1, 0, 4), + (153647, "721232", 1, 0, 4), + (153648, "721232", 1, 0, 4), + (153649, "721232", 1, 0, 4), + (153650, "721232", 1, 0, 4), + (153651, "721232", 1, 0, 4), + (153652, "721232", 1, 0, 4), + (153653, "721232", 1, 0, 4), + (153654, "721232", 1, 0, 4), + (153655, "721232", 1, 0, 4), + (153656, "721232", 1, 0, 4), + (153657, "721232", 1, 0, 4), + (153658, "721232", 1, 0, 4), + (153659, "721232", 1, 0, 4), + (153660, "721232", 1, 0, 4), + (153661, "721232", 1, 0, 4), + (153662, "721232", 1, 0, 4), + (153663, "721253", 1, 0, 4), + (153664, "721253", 1, 0, 4), + (153665, "721253", 1, 0, 4), + (153666, "721253", 1, 0, 4), + (153667, "721253", 1, 0, 4), + (153668, "721253", 1, 0, 4), + (153669, "721253", 1, 0, 4), + (153670, "721253", 1, 0, 4), + (153671, "721253", 1, 0, 4), + (153672, "721253", 1, 0, 4), + (153673, "721253", 1, 0, 4), + (153674, "721253", 1, 0, 4), + (153675, "721102", 1, 0, 4), + (153676, "721102", 1, 0, 4), + (153677, "721102", 1, 0, 4), + (153678, "721102", 1, 0, 4), + (153679, "721504", 1, 0, 4), + (153680, "721515", 1, 0, 4), + (153681, "721514", 1, 0, 4); +INSERT INTO `m_pincode` (`pincode_id`, `pincode`, `isactive`, `is_others`, `fk_state_id`) VALUES + (153682, "721503", 1, 0, 4), + (153683, "721504", 1, 0, 4), + (153684, "721503", 1, 0, 4), + (153685, "721503", 1, 0, 4), + (153686, "721503", 1, 0, 4), + (153687, "721504", 1, 0, 4), + (153688, "721504", 1, 0, 4), + (153689, "721505", 1, 0, 4), + (153690, "721505", 1, 0, 4), + (153691, "721505", 1, 0, 4), + (153692, "721505", 1, 0, 4), + (153693, "721505", 1, 0, 4), + (153694, "721505", 1, 0, 4), + (153695, "721505", 1, 0, 4), + (153696, "721505", 1, 0, 4), + (153697, "721505", 1, 0, 4), + (153698, "721505", 1, 0, 4), + (153699, "721506", 1, 0, 4), + (153700, "721506", 1, 0, 4), + (153701, "721506", 1, 0, 4), + (153702, "721506", 1, 0, 4), + (153703, "721506", 1, 0, 4), + (153704, "721506", 1, 0, 4), + (153705, "721506", 1, 0, 4), + (153706, "721506", 1, 0, 4), + (153707, "721506", 1, 0, 4), + (153708, "721506", 1, 0, 4), + (153709, "721506", 1, 0, 4), + (153710, "721506", 1, 0, 4), + (153711, "721506", 1, 0, 4), + (153712, "721506", 1, 0, 4), + (153713, "721506", 1, 0, 4), + (153714, "721506", 1, 0, 4), + (153715, "721506", 1, 0, 4), + (153716, "721506", 1, 0, 4), + (153717, "721506", 1, 0, 4), + (153718, "721506", 1, 0, 4), + (153719, "721506", 1, 0, 4), + (153720, "721506", 1, 0, 4), + (153721, "721506", 1, 0, 4), + (153722, "721506", 1, 0, 4), + (153723, "721506", 1, 0, 4), + (153724, "721516", 1, 0, 4), + (153725, "721516", 1, 0, 4), + (153726, "721516", 1, 0, 4), + (153727, "721516", 1, 0, 4), + (153728, "721516", 1, 0, 4), + (153729, "721516", 1, 0, 4), + (153730, "721516", 1, 0, 4), + (153731, "721516", 1, 0, 4), + (153732, "721516", 1, 0, 4), + (153733, "721516", 1, 0, 4), + (153734, "721516", 1, 0, 4), + (153735, "721516", 1, 0, 4), + (153736, "721516", 1, 0, 4), + (153737, "721515", 1, 0, 4), + (153738, "721515", 1, 0, 4), + (153739, "721515", 1, 0, 4), + (153740, "721515", 1, 0, 4), + (153741, "721515", 1, 0, 4), + (153742, "721515", 1, 0, 4), + (153743, "721517", 1, 0, 4), + (153744, "721517", 1, 0, 4), + (153745, "721517", 1, 0, 4), + (153746, "721517", 1, 0, 4), + (153747, "721517", 1, 0, 4), + (153748, "721517", 1, 0, 4), + (153749, "721517", 1, 0, 4), + (153750, "721517", 1, 0, 4), + (153751, "721517", 1, 0, 4), + (153752, "721517", 1, 0, 4), + (153753, "721517", 1, 0, 4), + (153754, "721140", 1, 0, 4), + (153755, "721140", 1, 0, 4), + (153756, "721140", 1, 0, 4), + (153757, "721140", 1, 0, 4), + (153758, "721140", 1, 0, 4), + (153759, "721140", 1, 0, 4), + (153760, "721140", 1, 0, 4), + (153761, "721140", 1, 0, 4), + (153762, "721140", 1, 0, 4), + (153763, "721140", 1, 0, 4), + (153764, "721140", 1, 0, 4), + (153765, "721122", 1, 0, 4), + (153766, "721122", 1, 0, 4), + (153767, "721122", 1, 0, 4), + (153768, "721122", 1, 0, 4), + (153769, "721122", 1, 0, 4), + (153770, "721122", 1, 0, 4), + (153771, "721122", 1, 0, 4), + (153772, "721146", 1, 0, 4), + (153773, "721146", 1, 0, 4), + (153774, "721146", 1, 0, 4), + (153775, "721146", 1, 0, 4), + (153776, "721146", 1, 0, 4), + (153777, "721146", 1, 0, 4), + (153778, "721242", 1, 0, 4), + (153779, "721242", 1, 0, 4), + (153780, "721242", 1, 0, 4), + (153781, "721149", 1, 0, 4), + (153782, "721147", 1, 0, 4), + (153783, "721147", 1, 0, 4), + (153784, "721147", 1, 0, 4), + (153785, "721147", 1, 0, 4), + (153786, "721147", 1, 0, 4), + (153787, "721147", 1, 0, 4), + (153788, "721144", 1, 0, 4), + (153789, "721144", 1, 0, 4), + (153790, "721144", 1, 0, 4), + (153791, "721144", 1, 0, 4), + (153792, "721144", 1, 0, 4), + (153793, "721144", 1, 0, 4), + (153794, "721144", 1, 0, 4), + (153795, "721144", 1, 0, 4), + (153796, "721144", 1, 0, 4), + (153797, "721144", 1, 0, 4), + (153798, "721144", 1, 0, 4), + (153799, "721144", 1, 0, 4), + (153800, "721144", 1, 0, 4), + (153801, "721144", 1, 0, 4), + (153802, "721144", 1, 0, 4), + (153803, "721144", 1, 0, 4), + (153804, "721144", 1, 0, 4), + (153805, "721144", 1, 0, 4), + (153806, "721144", 1, 0, 4), + (153807, "721140", 1, 0, 4), + (153808, "721140", 1, 0, 4), + (153809, "721160", 1, 0, 4), + (153810, "721160", 1, 0, 4), + (153811, "721160", 1, 0, 4), + (153812, "721160", 1, 0, 4), + (153813, "721160", 1, 0, 4), + (153814, "721306", 1, 0, 4), + (153815, "721306", 1, 0, 4), + (153816, "721304", 1, 0, 4), + (153817, "721304", 1, 0, 4), + (153818, "721501", 1, 0, 4), + (153819, "721501", 1, 0, 4), + (153820, "721501", 1, 0, 4), + (153821, "721146", 1, 0, 4), + (153822, "721136", 1, 0, 4), + (153823, "721136", 1, 0, 4), + (153824, "721136", 1, 0, 4), + (153825, "721136", 1, 0, 4), + (153826, "721136", 1, 0, 4), + (153827, "721136", 1, 0, 4), + (153828, "721136", 1, 0, 4), + (153829, "721136", 1, 0, 4), + (153830, "721136", 1, 0, 4), + (153831, "721136", 1, 0, 4), + (153832, "721242", 1, 0, 4), + (153833, "721242", 1, 0, 4), + (153834, "721242", 1, 0, 4), + (153835, "721242", 1, 0, 4), + (153836, "721501", 1, 0, 4), + (153837, "721501", 1, 0, 4), + (153838, "721501", 1, 0, 4), + (153839, "721501", 1, 0, 4), + (153840, "721501", 1, 0, 4), + (153841, "721501", 1, 0, 4), + (153842, "721501", 1, 0, 4), + (153843, "721501", 1, 0, 4), + (153844, "721501", 1, 0, 4), + (153845, "721501", 1, 0, 4), + (153846, "721501", 1, 0, 4), + (153847, "721212", 1, 0, 4), + (153848, "721212", 1, 0, 4), + (153849, "721212", 1, 0, 4), + (153850, "721212", 1, 0, 4), + (153851, "721212", 1, 0, 4), + (153852, "721212", 1, 0, 4), + (153853, "721212", 1, 0, 4), + (153854, "721129", 1, 0, 4), + (153855, "721129", 1, 0, 4), + (153856, "721157", 1, 0, 4), + (153857, "721157", 1, 0, 4), + (153858, "721157", 1, 0, 4), + (153859, "721157", 1, 0, 4), + (153860, "721157", 1, 0, 4), + (153861, "721157", 1, 0, 4), + (153862, "721157", 1, 0, 4), + (153863, "721157", 1, 0, 4), + (153864, "721157", 1, 0, 4), + (153865, "721222", 1, 0, 4), + (153866, "721222", 1, 0, 4), + (153867, "721222", 1, 0, 4), + (153868, "721222", 1, 0, 4), + (153869, "721222", 1, 0, 4), + (153870, "721155", 1, 0, 4), + (153871, "721155", 1, 0, 4), + (153872, "721155", 1, 0, 4), + (153873, "721155", 1, 0, 4), + (153874, "721155", 1, 0, 4), + (153875, "721155", 1, 0, 4), + (153876, "721155", 1, 0, 4), + (153877, "721155", 1, 0, 4), + (153878, "721155", 1, 0, 4), + (153879, "721155", 1, 0, 4), + (153880, "721128", 1, 0, 4), + (153881, "721128", 1, 0, 4), + (153882, "721131", 1, 0, 4), + (153883, "721131", 1, 0, 4), + (153884, "721131", 1, 0, 4), + (153885, "721131", 1, 0, 4), + (153886, "721131", 1, 0, 4), + (153887, "721131", 1, 0, 4), + (153888, "721131", 1, 0, 4), + (153889, "721156", 1, 0, 4), + (153890, "721156", 1, 0, 4), + (153891, "721156", 1, 0, 4), + (153892, "721156", 1, 0, 4), + (153893, "721156", 1, 0, 4), + (153894, "721156", 1, 0, 4), + (153895, "721156", 1, 0, 4), + (153896, "721156", 1, 0, 4), + (153897, "721212", 1, 0, 4), + (153898, "721212", 1, 0, 4), + (153899, "721212", 1, 0, 4), + (153900, "721212", 1, 0, 4), + (153901, "721212", 1, 0, 4), + (153902, "721212", 1, 0, 4), + (153903, "721212", 1, 0, 4), + (153904, "721212", 1, 0, 4), + (153905, "721212", 1, 0, 4), + (153906, "721212", 1, 0, 4), + (153907, "721212", 1, 0, 4), + (153908, "721212", 1, 0, 4), + (153909, "721212", 1, 0, 4), + (153910, "721212", 1, 0, 4), + (153911, "721212", 1, 0, 4), + (153912, "721212", 1, 0, 4), + (153913, "721124", 1, 0, 4), + (153914, "721124", 1, 0, 4), + (153915, "721124", 1, 0, 4), + (153916, "721124", 1, 0, 4), + (153917, "721124", 1, 0, 4), + (153918, "721124", 1, 0, 4), + (153919, "721124", 1, 0, 4), + (153920, "721124", 1, 0, 4), + (153921, "721128", 1, 0, 4), + (153922, "721128", 1, 0, 4), + (153923, "721301", 1, 0, 4), + (153924, "721301", 1, 0, 4), + (153925, "721301", 1, 0, 4), + (153926, "721301", 1, 0, 4), + (153927, "721301", 1, 0, 4), + (153928, "721301", 1, 0, 4), + (153929, "721301", 1, 0, 4), + (153930, "721301", 1, 0, 4), + (153931, "721301", 1, 0, 4), + (153932, "721301", 1, 0, 4), + (153933, "721301", 1, 0, 4), + (153934, "721301", 1, 0, 4), + (153935, "721301", 1, 0, 4), + (153936, "721301", 1, 0, 4), + (153937, "721301", 1, 0, 4), + (153938, "721301", 1, 0, 4), + (153939, "721301", 1, 0, 4), + (153940, "721305", 1, 0, 4), + (153941, "721305", 1, 0, 4), + (153942, "721305", 1, 0, 4), + (153943, "721145", 1, 0, 4), + (153944, "721145", 1, 0, 4), + (153945, "721145", 1, 0, 4), + (153946, "721126", 1, 0, 4), + (153947, "721126", 1, 0, 4), + (153948, "721126", 1, 0, 4), + (153949, "721126", 1, 0, 4), + (153950, "721126", 1, 0, 4), + (153951, "721126", 1, 0, 4), + (153952, "721126", 1, 0, 4), + (153953, "721126", 1, 0, 4), + (153954, "721513", 1, 0, 4), + (153955, "721513", 1, 0, 4), + (153956, "721517", 1, 0, 4), + (153957, "721513", 1, 0, 4), + (153958, "721513", 1, 0, 4), + (153959, "721513", 1, 0, 4), + (153960, "721513", 1, 0, 4), + (153961, "721513", 1, 0, 4), + (153962, "721517", 1, 0, 4), + (153963, "721517", 1, 0, 4), + (153964, "721517", 1, 0, 4), + (153965, "721517", 1, 0, 4), + (153966, "721517", 1, 0, 4), + (153967, "721156", 1, 0, 4), + (153968, "721156", 1, 0, 4), + (153969, "721156", 1, 0, 4), + (153970, "721166", 1, 0, 4), + (153971, "721166", 1, 0, 4), + (153972, "721166", 1, 0, 4), + (153973, "721166", 1, 0, 4), + (153974, "721166", 1, 0, 4), + (153975, "721166", 1, 0, 4), + (153976, "721166", 1, 0, 4), + (153977, "721211", 1, 0, 4), + (153978, "721211", 1, 0, 4), + (153979, "721211", 1, 0, 4), + (153980, "721211", 1, 0, 4), + (153981, "721211", 1, 0, 4), + (153982, "721211", 1, 0, 4), + (153983, "721211", 1, 0, 4), + (153984, "721121", 1, 0, 4), + (153985, "721121", 1, 0, 4), + (153986, "721121", 1, 0, 4), + (153987, "721121", 1, 0, 4), + (153988, "721121", 1, 0, 4), + (153989, "721121", 1, 0, 4), + (153990, "721121", 1, 0, 4), + (153991, "721121", 1, 0, 4), + (153992, "721121", 1, 0, 4), + (153993, "721121", 1, 0, 4), + (153994, "721260", 1, 0, 4), + (153995, "721260", 1, 0, 4), + (153996, "721260", 1, 0, 4), + (153997, "721260", 1, 0, 4), + (153998, "721260", 1, 0, 4), + (153999, "721260", 1, 0, 4), + (154000, "721260", 1, 0, 4), + (154001, "721260", 1, 0, 4), + (154002, "721260", 1, 0, 4), + (154003, "721260", 1, 0, 4), + (154004, "721260", 1, 0, 4), + (154005, "721260", 1, 0, 4), + (154006, "721260", 1, 0, 4), + (154007, "721149", 1, 0, 4), + (154008, "721149", 1, 0, 4), + (154009, "721149", 1, 0, 4), + (154010, "721260", 1, 0, 4), + (154011, "721260", 1, 0, 4), + (154012, "721260", 1, 0, 4), + (154013, "721149", 1, 0, 4), + (154014, "721149", 1, 0, 4), + (154015, "721149", 1, 0, 4), + (154016, "721149", 1, 0, 4), + (154017, "721149", 1, 0, 4), + (154018, "721149", 1, 0, 4), + (154019, "721149", 1, 0, 4), + (154020, "721149", 1, 0, 4), + (154021, "721149", 1, 0, 4), + (154022, "721121", 1, 0, 4), + (154023, "721121", 1, 0, 4), + (154024, "721121", 1, 0, 4), + (154025, "721121", 1, 0, 4), + (154026, "721121", 1, 0, 4), + (154027, "721121", 1, 0, 4), + (154028, "721201", 1, 0, 4), + (154029, "721201", 1, 0, 4), + (154030, "721201", 1, 0, 4), + (154031, "721201", 1, 0, 4), + (154032, "721201", 1, 0, 4), + (154033, "721201", 1, 0, 4), + (154034, "721201", 1, 0, 4), + (154035, "721201", 1, 0, 4), + (154036, "721201", 1, 0, 4), + (154037, "721201", 1, 0, 4), + (154038, "721201", 1, 0, 4), + (154039, "721201", 1, 0, 4), + (154040, "721201", 1, 0, 4), + (154041, "721201", 1, 0, 4), + (154042, "721201", 1, 0, 4), + (154043, "721201", 1, 0, 4), + (154044, "721201", 1, 0, 4), + (154045, "721201", 1, 0, 4), + (154046, "721201", 1, 0, 4), + (154047, "721201", 1, 0, 4), + (154048, "721201", 1, 0, 4), + (154049, "721201", 1, 0, 4), + (154050, "721127", 1, 0, 4), + (154051, "721127", 1, 0, 4), + (154052, "721127", 1, 0, 4), + (154053, "721127", 1, 0, 4), + (154054, "721127", 1, 0, 4), + (154055, "721127", 1, 0, 4), + (154056, "721127", 1, 0, 4), + (154057, "721127", 1, 0, 4), + (154058, "721127", 1, 0, 4), + (154059, "721127", 1, 0, 4), + (154060, "721127", 1, 0, 4), + (154061, "721127", 1, 0, 4), + (154062, "721127", 1, 0, 4), + (154063, "721232", 1, 0, 4), + (154064, "721301", 1, 0, 4), + (154065, "721517", 1, 0, 4), + (154066, "721513", 1, 0, 4), + (154067, "721513", 1, 0, 4), + (154068, "721513", 1, 0, 4), + (154069, "721513", 1, 0, 4), + (154070, "721513", 1, 0, 4), + (154071, "721513", 1, 0, 4), + (154072, "721513", 1, 0, 4), + (154073, "721513", 1, 0, 4), + (154074, "721513", 1, 0, 4), + (154075, "721513", 1, 0, 4), + (154076, "721513", 1, 0, 4), + (154077, "721513", 1, 0, 4), + (154078, "721513", 1, 0, 4), + (154079, "721129", 1, 0, 4), + (154080, "721129", 1, 0, 4), + (154081, "721129", 1, 0, 4), + (154082, "721211", 1, 0, 4), + (154083, "721211", 1, 0, 4), + (154084, "721211", 1, 0, 4), + (154085, "721211", 1, 0, 4), + (154086, "721211", 1, 0, 4), + (154087, "721211", 1, 0, 4), + (154088, "721211", 1, 0, 4), + (154089, "721211", 1, 0, 4), + (154090, "721211", 1, 0, 4), + (154091, "721211", 1, 0, 4), + (154092, "721211", 1, 0, 4), + (154093, "721211", 1, 0, 4), + (154094, "721211", 1, 0, 4), + (154095, "721211", 1, 0, 4), + (154096, "721150", 1, 0, 4), + (154097, "721150", 1, 0, 4), + (154098, "721150", 1, 0, 4), + (154099, "721150", 1, 0, 4), + (154100, "721150", 1, 0, 4), + (154101, "742237", 1, 0, 4), + (154102, "742302", 1, 0, 4), + (154103, "742122", 1, 0, 4), + (154104, "742147", 1, 0, 4), + (154105, "742304", 1, 0, 4), + (154106, "742165", 1, 0, 4), + (154107, "742301", 1, 0, 4), + (154108, "742134", 1, 0, 4), + (154109, "742308", 1, 0, 4), + (154110, "742223", 1, 0, 4), + (154111, "742405", 1, 0, 4), + (154112, "742212", 1, 0, 4), + (154113, "742166", 1, 0, 4), + (154114, "742134", 1, 0, 4), + (154115, "742226", 1, 0, 4), + (154116, "742161", 1, 0, 4), + (154117, "742102", 1, 0, 4), + (154118, "742401", 1, 0, 4), + (154119, "742166", 1, 0, 4), + (154120, "742149", 1, 0, 4), + (154121, "742301", 1, 0, 4), + (154122, "742235", 1, 0, 4), + (154123, "742161", 1, 0, 4), + (154124, "742184", 1, 0, 4), + (154125, "742166", 1, 0, 4), + (154126, "742187", 1, 0, 4), + (154127, "742304", 1, 0, 4), + (154128, "742302", 1, 0, 4), + (154129, "742304", 1, 0, 4), + (154130, "742187", 1, 0, 4), + (154131, "742212", 1, 0, 4), + (154132, "742202", 1, 0, 4), + (154133, "742175", 1, 0, 4), + (154134, "742303", 1, 0, 4), + (154135, "742151", 1, 0, 4), + (154136, "742301", 1, 0, 4), + (154137, "742122", 1, 0, 4), + (154138, "742166", 1, 0, 4), + (154139, "742306", 1, 0, 4), + (154140, "742305", 1, 0, 4), + (154141, "742159", 1, 0, 4), + (154142, "742401", 1, 0, 4), + (154143, "742401", 1, 0, 4), + (154144, "742226", 1, 0, 4), + (154145, "742159", 1, 0, 4), + (154146, "742166", 1, 0, 4), + (154147, "742213", 1, 0, 4), + (154148, "742304", 1, 0, 4), + (154149, "742305", 1, 0, 4), + (154150, "742404", 1, 0, 4), + (154151, "742301", 1, 0, 4), + (154152, "742301", 1, 0, 4), + (154153, "742148", 1, 0, 4), + (154154, "742132", 1, 0, 4), + (154155, "742235", 1, 0, 4), + (154156, "742306", 1, 0, 4), + (154157, "742406", 1, 0, 4), + (154158, "742161", 1, 0, 4), + (154159, "742135", 1, 0, 4), + (154160, "742301", 1, 0, 4), + (154161, "742184", 1, 0, 4), + (154162, "742122", 1, 0, 4), + (154163, "742151", 1, 0, 4), + (154164, "742163", 1, 0, 4), + (154165, "742175", 1, 0, 4), + (154166, "742305", 1, 0, 4), + (154167, "742401", 1, 0, 4), + (154168, "742148", 1, 0, 4), + (154169, "742159", 1, 0, 4), + (154170, "742226", 1, 0, 4), + (154171, "742308", 1, 0, 4), + (154172, "742226", 1, 0, 4), + (154173, "742138", 1, 0, 4), + (154174, "742406", 1, 0, 4), + (154175, "742175", 1, 0, 4), + (154176, "742201", 1, 0, 4), + (154177, "742224", 1, 0, 4), + (154178, "742134", 1, 0, 4), + (154179, "742161", 1, 0, 4), + (154180, "742202", 1, 0, 4), + (154181, "742184", 1, 0, 4), + (154182, "742223", 1, 0, 4), + (154183, "742121", 1, 0, 4), + (154184, "742306", 1, 0, 4), + (154185, "742405", 1, 0, 4), + (154186, "742306", 1, 0, 4), + (154187, "742302", 1, 0, 4), + (154188, "742302", 1, 0, 4), + (154189, "742138", 1, 0, 4), + (154190, "742305", 1, 0, 4), + (154191, "742140", 1, 0, 4), + (154192, "742104", 1, 0, 4), + (154193, "742405", 1, 0, 4), + (154194, "742305", 1, 0, 4), + (154195, "742224", 1, 0, 4), + (154196, "742227", 1, 0, 4), + (154197, "742201", 1, 0, 4), + (154198, "742174", 1, 0, 4), + (154199, "742235", 1, 0, 4), + (154200, "742113", 1, 0, 4), + (154201, "742133", 1, 0, 4), + (154202, "742302", 1, 0, 4), + (154203, "742213", 1, 0, 4), + (154204, "742135", 1, 0, 4), + (154205, "742306", 1, 0, 4), + (154206, "742133", 1, 0, 4), + (154207, "742401", 1, 0, 4), + (154208, "742202", 1, 0, 4), + (154209, "742226", 1, 0, 4), + (154210, "742308", 1, 0, 4), + (154211, "742135", 1, 0, 4), + (154212, "742227", 1, 0, 4), + (154213, "742135", 1, 0, 4), + (154214, "742122", 1, 0, 4), + (154215, "742202", 1, 0, 4), + (154216, "742226", 1, 0, 4), + (154217, "742174", 1, 0, 4), + (154218, "742163", 1, 0, 4), + (154219, "742187", 1, 0, 4), + (154220, "742401", 1, 0, 4), + (154221, "742132", 1, 0, 4), + (154222, "742147", 1, 0, 4), + (154223, "742104", 1, 0, 4), + (154224, "742212", 1, 0, 4), + (154225, "742303", 1, 0, 4), + (154226, "742132", 1, 0, 4), + (154227, "742223", 1, 0, 4), + (154228, "742135", 1, 0, 4), + (154229, "742303", 1, 0, 4), + (154230, "742121", 1, 0, 4), + (154231, "742213", 1, 0, 4), + (154232, "742140", 1, 0, 4), + (154233, "742223", 1, 0, 4), + (154234, "742136", 1, 0, 4), + (154235, "742303", 1, 0, 4), + (154236, "742121", 1, 0, 4), + (154237, "742184", 1, 0, 4), + (154238, "742102", 1, 0, 4), + (154239, "742166", 1, 0, 4), + (154240, "742133", 1, 0, 4), + (154241, "742122", 1, 0, 4), + (154242, "742401", 1, 0, 4), + (154243, "742304", 1, 0, 4), + (154244, "742122", 1, 0, 4), + (154245, "742405", 1, 0, 4), + (154246, "742136", 1, 0, 4), + (154247, "742305", 1, 0, 4), + (154248, "742161", 1, 0, 4), + (154249, "742161", 1, 0, 4), + (154250, "742304", 1, 0, 4), + (154251, "742121", 1, 0, 4), + (154252, "742304", 1, 0, 4), + (154253, "742134", 1, 0, 4), + (154254, "742149", 1, 0, 4), + (154255, "742304", 1, 0, 4), + (154256, "742302", 1, 0, 4), + (154257, "742401", 1, 0, 4), + (154258, "742140", 1, 0, 4), + (154259, "742184", 1, 0, 4), + (154260, "742147", 1, 0, 4), + (154261, "742135", 1, 0, 4), + (154262, "742305", 1, 0, 4), + (154263, "742226", 1, 0, 4), + (154264, "742304", 1, 0, 4), + (154265, "742302", 1, 0, 4), + (154266, "742147", 1, 0, 4), + (154267, "742161", 1, 0, 4), + (154268, "742308", 1, 0, 4), + (154269, "742201", 1, 0, 4), + (154270, "742302", 1, 0, 4), + (154271, "742161", 1, 0, 4), + (154272, "742102", 1, 0, 4), + (154273, "742302", 1, 0, 4), + (154274, "742306", 1, 0, 4), + (154275, "742102", 1, 0, 4), + (154276, "742148", 1, 0, 4), + (154277, "742213", 1, 0, 4), + (154278, "742148", 1, 0, 4), + (154279, "742187", 1, 0, 4), + (154280, "742163", 1, 0, 4), + (154281, "742133", 1, 0, 4), + (154282, "742175", 1, 0, 4), + (154283, "742168", 1, 0, 4), + (154284, "742212", 1, 0, 4), + (154285, "742140", 1, 0, 4), + (154286, "742212", 1, 0, 4), + (154287, "742134", 1, 0, 4), + (154288, "742202", 1, 0, 4), + (154289, "742134", 1, 0, 4), + (154290, "742135", 1, 0, 4), + (154291, "742406", 1, 0, 4), + (154292, "742302", 1, 0, 4), + (154293, "742121", 1, 0, 4), + (154294, "742159", 1, 0, 4), + (154295, "742123", 1, 0, 4), + (154296, "742202", 1, 0, 4), + (154297, "742149", 1, 0, 4), + (154298, "742226", 1, 0, 4), + (154299, "742303", 1, 0, 4), + (154300, "742148", 1, 0, 4), + (154301, "742184", 1, 0, 4), + (154302, "742301", 1, 0, 4), + (154303, "742168", 1, 0, 4), + (154304, "742133", 1, 0, 4), + (154305, "742102", 1, 0, 4), + (154306, "742102", 1, 0, 4), + (154307, "742159", 1, 0, 4), + (154308, "742405", 1, 0, 4), + (154309, "742149", 1, 0, 4), + (154310, "742202", 1, 0, 4), + (154311, "742121", 1, 0, 4), + (154312, "742165", 1, 0, 4), + (154313, "742224", 1, 0, 4), + (154314, "742149", 1, 0, 4), + (154315, "742140", 1, 0, 4), + (154316, "742135", 1, 0, 4), + (154317, "742235", 1, 0, 4), + (154318, "742147", 1, 0, 4), + (154319, "742161", 1, 0, 4), + (154320, "742138", 1, 0, 4), + (154321, "742168", 1, 0, 4), + (154322, "742174", 1, 0, 4), + (154323, "742134", 1, 0, 4), + (154324, "742135", 1, 0, 4), + (154325, "742136", 1, 0, 4), + (154326, "742308", 1, 0, 4), + (154327, "742121", 1, 0, 4), + (154328, "742305", 1, 0, 4), + (154329, "742187", 1, 0, 4), + (154330, "742159", 1, 0, 4), + (154331, "742406", 1, 0, 4), + (154332, "742132", 1, 0, 4), + (154333, "742406", 1, 0, 4), + (154334, "742237", 1, 0, 4), + (154335, "742224", 1, 0, 4), + (154336, "742163", 1, 0, 4), + (154337, "742213", 1, 0, 4), + (154338, "742304", 1, 0, 4), + (154339, "742305", 1, 0, 4), + (154340, "742133", 1, 0, 4), + (154341, "742135", 1, 0, 4), + (154342, "742405", 1, 0, 4), + (154343, "742121", 1, 0, 4), + (154344, "742138", 1, 0, 4), + (154345, "742184", 1, 0, 4), + (154346, "742308", 1, 0, 4), + (154347, "742202", 1, 0, 4), + (154348, "742135", 1, 0, 4), + (154349, "742405", 1, 0, 4), + (154350, "742132", 1, 0, 4), + (154351, "742223", 1, 0, 4), + (154352, "742133", 1, 0, 4), + (154353, "742237", 1, 0, 4), + (154354, "742405", 1, 0, 4), + (154355, "742213", 1, 0, 4), + (154356, "742159", 1, 0, 4), + (154357, "742224", 1, 0, 4), + (154358, "742308", 1, 0, 4), + (154359, "742306", 1, 0, 4), + (154360, "742133", 1, 0, 4), + (154361, "742133", 1, 0, 4), + (154362, "742303", 1, 0, 4), + (154363, "742135", 1, 0, 4), + (154364, "742213", 1, 0, 4), + (154365, "742148", 1, 0, 4), + (154366, "742226", 1, 0, 4), + (154367, "742401", 1, 0, 4), + (154368, "742147", 1, 0, 4), + (154369, "742168", 1, 0, 4), + (154370, "742122", 1, 0, 4), + (154371, "742237", 1, 0, 4), + (154372, "742134", 1, 0, 4), + (154373, "742213", 1, 0, 4), + (154374, "742136", 1, 0, 4), + (154375, "742149", 1, 0, 4), + (154376, "742104", 1, 0, 4), + (154377, "742147", 1, 0, 4), + (154378, "742405", 1, 0, 4), + (154379, "742123", 1, 0, 4), + (154380, "742140", 1, 0, 4), + (154381, "742404", 1, 0, 4), + (154382, "742148", 1, 0, 4), + (154383, "742303", 1, 0, 4), + (154384, "742213", 1, 0, 4), + (154385, "742168", 1, 0, 4), + (154386, "742136", 1, 0, 4), + (154387, "742168", 1, 0, 4), + (154388, "742168", 1, 0, 4), + (154389, "742303", 1, 0, 4), + (154390, "742161", 1, 0, 4), + (154391, "742132", 1, 0, 4), + (154392, "742406", 1, 0, 4), + (154393, "742223", 1, 0, 4), + (154394, "742303", 1, 0, 4), + (154395, "742213", 1, 0, 4), + (154396, "742202", 1, 0, 4), + (154397, "742151", 1, 0, 4), + (154398, "742166", 1, 0, 4), + (154399, "742304", 1, 0, 4), + (154400, "742163", 1, 0, 4), + (154401, "742224", 1, 0, 4), + (154402, "742304", 1, 0, 4), + (154403, "742121", 1, 0, 4), + (154404, "742406", 1, 0, 4), + (154405, "742138", 1, 0, 4), + (154406, "742147", 1, 0, 4), + (154407, "742168", 1, 0, 4), + (154408, "742133", 1, 0, 4), + (154409, "742132", 1, 0, 4), + (154410, "742136", 1, 0, 4), + (154411, "742401", 1, 0, 4), + (154412, "742202", 1, 0, 4), + (154413, "742161", 1, 0, 4), + (154414, "742304", 1, 0, 4), + (154415, "742401", 1, 0, 4), + (154416, "742161", 1, 0, 4), + (154417, "742163", 1, 0, 4), + (154418, "742148", 1, 0, 4), + (154419, "742133", 1, 0, 4), + (154420, "742147", 1, 0, 4), + (154421, "742304", 1, 0, 4), + (154422, "742161", 1, 0, 4), + (154423, "742301", 1, 0, 4), + (154424, "742301", 1, 0, 4), + (154425, "742148", 1, 0, 4), + (154426, "742226", 1, 0, 4), + (154427, "742163", 1, 0, 4), + (154428, "742213", 1, 0, 4), + (154429, "742404", 1, 0, 4), + (154430, "742121", 1, 0, 4), + (154431, "742308", 1, 0, 4), + (154432, "742201", 1, 0, 4), + (154433, "742302", 1, 0, 4), + (154434, "742303", 1, 0, 4), + (154435, "742202", 1, 0, 4), + (154436, "742226", 1, 0, 4), + (154437, "742163", 1, 0, 4), + (154438, "742304", 1, 0, 4), + (154439, "742102", 1, 0, 4), + (154440, "742187", 1, 0, 4), + (154441, "742161", 1, 0, 4), + (154442, "742305", 1, 0, 4), + (154443, "742168", 1, 0, 4), + (154444, "742122", 1, 0, 4), + (154445, "742227", 1, 0, 4), + (154446, "742226", 1, 0, 4), + (154447, "742223", 1, 0, 4), + (154448, "742135", 1, 0, 4), + (154449, "742223", 1, 0, 4), + (154450, "742224", 1, 0, 4), + (154451, "742301", 1, 0, 4), + (154452, "742123", 1, 0, 4), + (154453, "742123", 1, 0, 4), + (154454, "742406", 1, 0, 4), + (154455, "742301", 1, 0, 4), + (154456, "742136", 1, 0, 4), + (154457, "742202", 1, 0, 4), + (154458, "742202", 1, 0, 4), + (154459, "742138", 1, 0, 4), + (154460, "742148", 1, 0, 4), + (154461, "742159", 1, 0, 4), + (154462, "742147", 1, 0, 4), + (154463, "742302", 1, 0, 4), + (154464, "742187", 1, 0, 4), + (154465, "742301", 1, 0, 4), + (154466, "742308", 1, 0, 4), + (154467, "742163", 1, 0, 4), + (154468, "742147", 1, 0, 4), + (154469, "742212", 1, 0, 4), + (154470, "742136", 1, 0, 4), + (154471, "742135", 1, 0, 4), + (154472, "742223", 1, 0, 4), + (154473, "742202", 1, 0, 4), + (154474, "742138", 1, 0, 4), + (154475, "742148", 1, 0, 4), + (154476, "742165", 1, 0, 4), + (154477, "742122", 1, 0, 4), + (154478, "742224", 1, 0, 4), + (154479, "742308", 1, 0, 4), + (154480, "742133", 1, 0, 4), + (154481, "742223", 1, 0, 4), + (154482, "742135", 1, 0, 4), + (154483, "742202", 1, 0, 4), + (154484, "742226", 1, 0, 4), + (154485, "742224", 1, 0, 4), + (154486, "742165", 1, 0, 4), + (154487, "742226", 1, 0, 4), + (154488, "742102", 1, 0, 4), + (154489, "742102", 1, 0, 4), + (154490, "742134", 1, 0, 4), + (154491, "742223", 1, 0, 4), + (154492, "742304", 1, 0, 4), + (154493, "742227", 1, 0, 4), + (154494, "742140", 1, 0, 4), + (154495, "742165", 1, 0, 4), + (154496, "742303", 1, 0, 4), + (154497, "742166", 1, 0, 4), + (154498, "742148", 1, 0, 4), + (154499, "742304", 1, 0, 4), + (154500, "742163", 1, 0, 4), + (154501, "742184", 1, 0, 4), + (154502, "742303", 1, 0, 4), + (154503, "742121", 1, 0, 4), + (154504, "742175", 1, 0, 4), + (154505, "742201", 1, 0, 4), + (154506, "742227", 1, 0, 4), + (154507, "742184", 1, 0, 4), + (154508, "742122", 1, 0, 4), + (154509, "742237", 1, 0, 4), + (154510, "742159", 1, 0, 4), + (154511, "742302", 1, 0, 4), + (154512, "742401", 1, 0, 4), + (154513, "742166", 1, 0, 4), + (154514, "742134", 1, 0, 4), + (154515, "742201", 1, 0, 4), + (154516, "742223", 1, 0, 4), + (154517, "742401", 1, 0, 4), + (154518, "742187", 1, 0, 4), + (154519, "742303", 1, 0, 4), + (154520, "742121", 1, 0, 4), + (154521, "742306", 1, 0, 4), + (154522, "742140", 1, 0, 4), + (154523, "742165", 1, 0, 4), + (154524, "742161", 1, 0, 4), + (154525, "742227", 1, 0, 4), + (154526, "742175", 1, 0, 4), + (154527, "742213", 1, 0, 4), + (154528, "742159", 1, 0, 4), + (154529, "742213", 1, 0, 4), + (154530, "742134", 1, 0, 4), + (154531, "742166", 1, 0, 4), + (154532, "742175", 1, 0, 4), + (154533, "742227", 1, 0, 4), + (154534, "742308", 1, 0, 4), + (154535, "742113", 1, 0, 4), + (154536, "742184", 1, 0, 4), + (154537, "742202", 1, 0, 4), + (154538, "742166", 1, 0, 4), + (154539, "742159", 1, 0, 4), + (154540, "742405", 1, 0, 4), + (154541, "742159", 1, 0, 4), + (154542, "742151", 1, 0, 4), + (154543, "742123", 1, 0, 4), + (154544, "712501", 1, 0, 4), + (154545, "712501", 1, 0, 4), + (154546, "712501", 1, 0, 4), + (154547, "712501", 1, 0, 4), + (154548, "712501", 1, 0, 4), + (154549, "712123", 1, 0, 4), + (154550, "712123", 1, 0, 4), + (154551, "712123", 1, 0, 4), + (154552, "712123", 1, 0, 4), + (154553, "712123", 1, 0, 4), + (154554, "712123", 1, 0, 4), + (154555, "712123", 1, 0, 4), + (154556, "712502", 1, 0, 4), + (154557, "712301", 1, 0, 4), + (154558, "712301", 1, 0, 4), + (154559, "712301", 1, 0, 4), + (154560, "712301", 1, 0, 4), + (154561, "712301", 1, 0, 4), + (154562, "712301", 1, 0, 4), + (154563, "712134", 1, 0, 4), + (154564, "712134", 1, 0, 4), + (154565, "712134", 1, 0, 4), + (154566, "712134", 1, 0, 4), + (154567, "712134", 1, 0, 4), + (154568, "712134", 1, 0, 4), + (154569, "712134", 1, 0, 4), + (154570, "712134", 1, 0, 4), + (154571, "712134", 1, 0, 4), + (154572, "712134", 1, 0, 4), + (154573, "712402", 1, 0, 4), + (154574, "712402", 1, 0, 4), + (154575, "712402", 1, 0, 4), + (154576, "712302", 1, 0, 4), + (154577, "712302", 1, 0, 4), + (154578, "712302", 1, 0, 4), + (154579, "712302", 1, 0, 4), + (154580, "712302", 1, 0, 4), + (154581, "712148", 1, 0, 4), + (154582, "712122", 1, 0, 4), + (154583, "712414", 1, 0, 4), + (154584, "712413", 1, 0, 4), + (154585, "712302", 1, 0, 4), + (154586, "712302", 1, 0, 4), + (154587, "712302", 1, 0, 4), + (154588, "712512", 1, 0, 4), + (154589, "712512", 1, 0, 4), + (154590, "712512", 1, 0, 4), + (154591, "712512", 1, 0, 4), + (154592, "712512", 1, 0, 4), + (154593, "712512", 1, 0, 4), + (154594, "712303", 1, 0, 4), + (154595, "712303", 1, 0, 4), + (154596, "712303", 1, 0, 4), + (154597, "712303", 1, 0, 4), + (154598, "712303", 1, 0, 4), + (154599, "712303", 1, 0, 4), + (154600, "712146", 1, 0, 4), + (154601, "712146", 1, 0, 4), + (154602, "712146", 1, 0, 4), + (154603, "712146", 1, 0, 4), + (154604, "712146", 1, 0, 4), + (154605, "712146", 1, 0, 4), + (154606, "712146", 1, 0, 4), + (154607, "712146", 1, 0, 4), + (154608, "712146", 1, 0, 4), + (154609, "712147", 1, 0, 4), + (154610, "712147", 1, 0, 4), + (154611, "712147", 1, 0, 4), + (154612, "712147", 1, 0, 4), + (154613, "712515", 1, 0, 4), + (154614, "712515", 1, 0, 4), + (154615, "712308", 1, 0, 4), + (154616, "712308", 1, 0, 4), + (154617, "712308", 1, 0, 4), + (154618, "712308", 1, 0, 4), + (154619, "712148", 1, 0, 4), + (154620, "712148", 1, 0, 4), + (154621, "712148", 1, 0, 4), + (154622, "712148", 1, 0, 4), + (154623, "712148", 1, 0, 4), + (154624, "712148", 1, 0, 4), + (154625, "712148", 1, 0, 4), + (154626, "712513", 1, 0, 4), + (154627, "712149", 1, 0, 4), + (154628, "712149", 1, 0, 4), + (154629, "712149", 1, 0, 4), + (154630, "712149", 1, 0, 4), + (154631, "712149", 1, 0, 4), + (154632, "712149", 1, 0, 4), + (154633, "712149", 1, 0, 4), + (154634, "712149", 1, 0, 4), + (154635, "712149", 1, 0, 4), + (154636, "712149", 1, 0, 4), + (154637, "712149", 1, 0, 4), + (154638, "712149", 1, 0, 4), + (154639, "712149", 1, 0, 4), + (154640, "712149", 1, 0, 4), + (154641, "712149", 1, 0, 4), + (154642, "712149", 1, 0, 4), + (154643, "712149", 1, 0, 4), + (154644, "712149", 1, 0, 4), + (154645, "712149", 1, 0, 4), + (154646, "712305", 1, 0, 4), + (154647, "712305", 1, 0, 4), + (154648, "712305", 1, 0, 4), + (154649, "712305", 1, 0, 4), + (154650, "712305", 1, 0, 4), + (154651, "712305", 1, 0, 4), + (154652, "712305", 1, 0, 4), + (154653, "712305", 1, 0, 4), + (154654, "712305", 1, 0, 4), + (154655, "712305", 1, 0, 4), + (154656, "712305", 1, 0, 4), + (154657, "712305", 1, 0, 4), + (154658, "712122", 1, 0, 4), + (154659, "712122", 1, 0, 4), + (154660, "712122", 1, 0, 4), + (154661, "712122", 1, 0, 4), + (154662, "712122", 1, 0, 4), + (154663, "712122", 1, 0, 4), + (154664, "712122", 1, 0, 4), + (154665, "712616", 1, 0, 4), + (154666, "712616", 1, 0, 4), + (154667, "712616", 1, 0, 4), + (154668, "712616", 1, 0, 4), + (154669, "712616", 1, 0, 4), + (154670, "712616", 1, 0, 4), + (154671, "712616", 1, 0, 4), + (154672, "712616", 1, 0, 4), + (154673, "712616", 1, 0, 4), + (154674, "712616", 1, 0, 4), + (154675, "712615", 1, 0, 4), + (154676, "712615", 1, 0, 4), + (154677, "712615", 1, 0, 4), + (154678, "712617", 1, 0, 4), + (154679, "712617", 1, 0, 4), + (154680, "712617", 1, 0, 4), + (154681, "712617", 1, 0, 4), + (154682, "712617", 1, 0, 4), + (154683, "712617", 1, 0, 4), + (154684, "712617", 1, 0, 4), + (154685, "712611", 1, 0, 4), + (154686, "712611", 1, 0, 4), + (154687, "712611", 1, 0, 4), + (154688, "712611", 1, 0, 4), + (154689, "712611", 1, 0, 4), + (154690, "712602", 1, 0, 4), + (154691, "712602", 1, 0, 4), + (154692, "712602", 1, 0, 4), + (154693, "712602", 1, 0, 4), + (154694, "712602", 1, 0, 4), + (154695, "712602", 1, 0, 4), + (154696, "712602", 1, 0, 4), + (154697, "712602", 1, 0, 4), + (154698, "712414", 1, 0, 4), + (154699, "712414", 1, 0, 4), + (154700, "712414", 1, 0, 4), + (154701, "712414", 1, 0, 4), + (154702, "712414", 1, 0, 4), + (154703, "712614", 1, 0, 4), + (154704, "712614", 1, 0, 4), + (154705, "712614", 1, 0, 4), + (154706, "712614", 1, 0, 4), + (154707, "712614", 1, 0, 4), + (154708, "712614", 1, 0, 4), + (154709, "712614", 1, 0, 4), + (154710, "712614", 1, 0, 4), + (154711, "712614", 1, 0, 4), + (154712, "712613", 1, 0, 4), + (154713, "712613", 1, 0, 4), + (154714, "712613", 1, 0, 4), + (154715, "712613", 1, 0, 4), + (154716, "712613", 1, 0, 4), + (154717, "712613", 1, 0, 4), + (154718, "712613", 1, 0, 4), + (154719, "712412", 1, 0, 4), + (154720, "712412", 1, 0, 4), + (154721, "712412", 1, 0, 4), + (154722, "712412", 1, 0, 4), + (154723, "712412", 1, 0, 4), + (154724, "712412", 1, 0, 4), + (154725, "712612", 1, 0, 4), + (154726, "712612", 1, 0, 4), + (154727, "712612", 1, 0, 4), + (154728, "712612", 1, 0, 4), + (154729, "712612", 1, 0, 4), + (154730, "712406", 1, 0, 4), + (154731, "712406", 1, 0, 4), + (154732, "712406", 1, 0, 4), + (154733, "712406", 1, 0, 4), + (154734, "712406", 1, 0, 4), + (154735, "712406", 1, 0, 4), + (154736, "712406", 1, 0, 4), + (154737, "712406", 1, 0, 4), + (154738, "712413", 1, 0, 4), + (154739, "712413", 1, 0, 4), + (154740, "712413", 1, 0, 4), + (154741, "712413", 1, 0, 4), + (154742, "712413", 1, 0, 4), + (154743, "712413", 1, 0, 4), + (154744, "712413", 1, 0, 4), + (154745, "712413", 1, 0, 4), + (154746, "712413", 1, 0, 4), + (154747, "712413", 1, 0, 4), + (154748, "712413", 1, 0, 4), + (154749, "712416", 1, 0, 4), + (154750, "712416", 1, 0, 4), + (154751, "712416", 1, 0, 4), + (154752, "712416", 1, 0, 4), + (154753, "712416", 1, 0, 4), + (154754, "712416", 1, 0, 4), + (154755, "712416", 1, 0, 4), + (154756, "712416", 1, 0, 4), + (154757, "712416", 1, 0, 4), + (154758, "712417", 1, 0, 4), + (154759, "712417", 1, 0, 4), + (154760, "712417", 1, 0, 4), + (154761, "712417", 1, 0, 4), + (154762, "712417", 1, 0, 4), + (154763, "712415", 1, 0, 4), + (154764, "712415", 1, 0, 4), + (154765, "712415", 1, 0, 4), + (154766, "712415", 1, 0, 4), + (154767, "712415", 1, 0, 4), + (154768, "712415", 1, 0, 4), + (154769, "712701", 1, 0, 4), + (154770, "712706", 1, 0, 4), + (154771, "712223", 1, 0, 4), + (154772, "712401", 1, 0, 4), + (154773, "712401", 1, 0, 4), + (154774, "712401", 1, 0, 4), + (154775, "712409", 1, 0, 4), + (154776, "712410", 1, 0, 4), + (154777, "712306", 1, 0, 4), + (154778, "712306", 1, 0, 4), + (154779, "712306", 1, 0, 4), + (154780, "712306", 1, 0, 4), + (154781, "712124", 1, 0, 4), + (154782, "712401", 1, 0, 4), + (154783, "712401", 1, 0, 4), + (154784, "712403", 1, 0, 4), + (154785, "712304", 1, 0, 4), + (154786, "712404", 1, 0, 4), + (154787, "712405", 1, 0, 4), + (154788, "712405", 1, 0, 4), + (154789, "712405", 1, 0, 4), + (154790, "712203", 1, 0, 4), + (154791, "712701", 1, 0, 4), + (154792, "712701", 1, 0, 4), + (154793, "712250", 1, 0, 4), + (154794, "712246", 1, 0, 4), + (154795, "712407", 1, 0, 4), + (154796, "712407", 1, 0, 4), + (154797, "712407", 1, 0, 4), + (154798, "712223", 1, 0, 4), + (154799, "712409", 1, 0, 4), + (154800, "712409", 1, 0, 4), + (154801, "712407", 1, 0, 4), + (154802, "712223", 1, 0, 4), + (154803, "712410", 1, 0, 4), + (154804, "712410", 1, 0, 4), + (154805, "712410", 1, 0, 4), + (154806, "712410", 1, 0, 4), + (154807, "712410", 1, 0, 4), + (154808, "712410", 1, 0, 4), + (154809, "712401", 1, 0, 4), + (154810, "712310", 1, 0, 4), + (154811, "712304", 1, 0, 4), + (154812, "712407", 1, 0, 4), + (154813, "712706", 1, 0, 4), + (154814, "712223", 1, 0, 4), + (154815, "712223", 1, 0, 4), + (154816, "712403", 1, 0, 4), + (154817, "712403", 1, 0, 4), + (154818, "712404", 1, 0, 4), + (154819, "712404", 1, 0, 4), + (154820, "712408", 1, 0, 4), + (154821, "712706", 1, 0, 4), + (154822, "712223", 1, 0, 4), + (154823, "712409", 1, 0, 4), + (154824, "712409", 1, 0, 4), + (154825, "712410", 1, 0, 4), + (154826, "712706", 1, 0, 4), + (154827, "712401", 1, 0, 4), + (154828, "712401", 1, 0, 4), + (154829, "712306", 1, 0, 4), + (154830, "712410", 1, 0, 4), + (154831, "712408", 1, 0, 4), + (154832, "712409", 1, 0, 4), + (154833, "712409", 1, 0, 4), + (154834, "712403", 1, 0, 4), + (154835, "712701", 1, 0, 4), + (154836, "712409", 1, 0, 4), + (154837, "712403", 1, 0, 4), + (154838, "712138", 1, 0, 4), + (154839, "712405", 1, 0, 4), + (154840, "712701", 1, 0, 4), + (154841, "712409", 1, 0, 4), + (154842, "712409", 1, 0, 4), + (154843, "712410", 1, 0, 4), + (154844, "712304", 1, 0, 4), + (154845, "712405", 1, 0, 4), + (154846, "712405", 1, 0, 4), + (154847, "712407", 1, 0, 4), + (154848, "712407", 1, 0, 4), + (154849, "712409", 1, 0, 4), + (154850, "712410", 1, 0, 4), + (154851, "712410", 1, 0, 4), + (154852, "712410", 1, 0, 4), + (154853, "712410", 1, 0, 4), + (154854, "712404", 1, 0, 4), + (154855, "712404", 1, 0, 4), + (154856, "712702", 1, 0, 4), + (154857, "712404", 1, 0, 4), + (154858, "712405", 1, 0, 4), + (154859, "712250", 1, 0, 4), + (154860, "712405", 1, 0, 4), + (154861, "712404", 1, 0, 4), + (154862, "712304", 1, 0, 4), + (154863, "712403", 1, 0, 4), + (154864, "712311", 1, 0, 4), + (154865, "712139", 1, 0, 4), + (154866, "712401", 1, 0, 4), + (154867, "712223", 1, 0, 4), + (154868, "712409", 1, 0, 4), + (154869, "712410", 1, 0, 4), + (154870, "712410", 1, 0, 4), + (154871, "712223", 1, 0, 4), + (154872, "712701", 1, 0, 4), + (154873, "712138", 1, 0, 4), + (154874, "712702", 1, 0, 4), + (154875, "712124", 1, 0, 4), + (154876, "712408", 1, 0, 4), + (154877, "712706", 1, 0, 4), + (154878, "712223", 1, 0, 4), + (154879, "712409", 1, 0, 4), + (154880, "712405", 1, 0, 4), + (154881, "712403", 1, 0, 4), + (154882, "712401", 1, 0, 4), + (154883, "712401", 1, 0, 4), + (154884, "712306", 1, 0, 4), + (154885, "712408", 1, 0, 4), + (154886, "712408", 1, 0, 4), + (154887, "712410", 1, 0, 4), + (154888, "712401", 1, 0, 4), + (154889, "712410", 1, 0, 4), + (154890, "712410", 1, 0, 4), + (154891, "712410", 1, 0, 4), + (154892, "712410", 1, 0, 4), + (154893, "712203", 1, 0, 4), + (154894, "712404", 1, 0, 4), + (154895, "712124", 1, 0, 4), + (154896, "712410", 1, 0, 4), + (154897, "721633", 1, 0, 4), + (154898, "721151", 1, 0, 4), + (154899, "721642", 1, 0, 4), + (154900, "721137", 1, 0, 4), + (154901, "721647", 1, 0, 4), + (154902, "721651", 1, 0, 4), + (154903, "721137", 1, 0, 4), + (154904, "721627", 1, 0, 4), + (154905, "721649", 1, 0, 4), + (154906, "721649", 1, 0, 4), + (154907, "721629", 1, 0, 4), + (154908, "721644", 1, 0, 4), + (154909, "721651", 1, 0, 4), + (154910, "721644", 1, 0, 4), + (154911, "721629", 1, 0, 4), + (154912, "721644", 1, 0, 4), + (154913, "721642", 1, 0, 4), + (154914, "721627", 1, 0, 4), + (154915, "721642", 1, 0, 4), + (154916, "721151", 1, 0, 4), + (154917, "721629", 1, 0, 4), + (154918, "721649", 1, 0, 4), + (154919, "721151", 1, 0, 4), + (154920, "721627", 1, 0, 4), + (154921, "721647", 1, 0, 4), + (154922, "721642", 1, 0, 4), + (154923, "721647", 1, 0, 4), + (154924, "721629", 1, 0, 4), + (154925, "721651", 1, 0, 4), + (154926, "721151", 1, 0, 4), + (154927, "721151", 1, 0, 4), + (154928, "721629", 1, 0, 4), + (154929, "721644", 1, 0, 4), + (154930, "721651", 1, 0, 4), + (154931, "721602", 1, 0, 4), + (154932, "721659", 1, 0, 4), + (154933, "721650", 1, 0, 4), + (154934, "721158", 1, 0, 4), + (154935, "721632", 1, 0, 4), + (154936, "721656", 1, 0, 4), + (154937, "721648", 1, 0, 4), + (154938, "721627", 1, 0, 4), + (154939, "721629", 1, 0, 4), + (154940, "721653", 1, 0, 4), + (154941, "721644", 1, 0, 4), + (154942, "721647", 1, 0, 4), + (154943, "721627", 1, 0, 4), + (154944, "721635", 1, 0, 4), + (154945, "721650", 1, 0, 4), + (154946, "721137", 1, 0, 4), + (154947, "721134", 1, 0, 4), + (154948, "721650", 1, 0, 4), + (154949, "721631", 1, 0, 4), + (154950, "721656", 1, 0, 4), + (154951, "721628", 1, 0, 4), + (154952, "721635", 1, 0, 4), + (154953, "721139", 1, 0, 4), + (154954, "721148", 1, 0, 4), + (154955, "721134", 1, 0, 4), + (154956, "721656", 1, 0, 4), + (154957, "721626", 1, 0, 4), + (154958, "721659", 1, 0, 4), + (154959, "721642", 1, 0, 4), + (154960, "721649", 1, 0, 4), + (154961, "721137", 1, 0, 4), + (154962, "721137", 1, 0, 4), + (154963, "721642", 1, 0, 4), + (154964, "721642", 1, 0, 4), + (154965, "721153", 1, 0, 4), + (154966, "721649", 1, 0, 4), + (154967, "721642", 1, 0, 4), + (154968, "721651", 1, 0, 4), + (154969, "721637", 1, 0, 4), + (154970, "721657", 1, 0, 4), + (154971, "721657", 1, 0, 4), + (154972, "721657", 1, 0, 4), + (154973, "721602", 1, 0, 4), + (154974, "721658", 1, 0, 4), + (154975, "721658", 1, 0, 4), + (154976, "721658", 1, 0, 4), + (154977, "721658", 1, 0, 4), + (154978, "721635", 1, 0, 4), + (154979, "721635", 1, 0, 4), + (154980, "721635", 1, 0, 4), + (154981, "721635", 1, 0, 4), + (154982, "721635", 1, 0, 4), + (154983, "721635", 1, 0, 4), + (154984, "721635", 1, 0, 4), + (154985, "721645", 1, 0, 4), + (154986, "721645", 1, 0, 4), + (154987, "721645", 1, 0, 4), + (154988, "721645", 1, 0, 4), + (154989, "721645", 1, 0, 4), + (154990, "721645", 1, 0, 4), + (154991, "721603", 1, 0, 4), + (154992, "721603", 1, 0, 4), + (154993, "721603", 1, 0, 4), + (154994, "721603", 1, 0, 4), + (154995, "721654", 1, 0, 4), + (154996, "721654", 1, 0, 4), + (154997, "721654", 1, 0, 4), + (154998, "721654", 1, 0, 4), + (154999, "721654", 1, 0, 4), + (155000, "721654", 1, 0, 4), + (155001, "721654", 1, 0, 4), + (155002, "721654", 1, 0, 4), + (155003, "721659", 1, 0, 4), + (155004, "721659", 1, 0, 4), + (155005, "721659", 1, 0, 4), + (155006, "721659", 1, 0, 4), + (155007, "721659", 1, 0, 4), + (155008, "721659", 1, 0, 4), + (155009, "721633", 1, 0, 4), + (155010, "721633", 1, 0, 4), + (155011, "721633", 1, 0, 4), + (155012, "721633", 1, 0, 4), + (155013, "721633", 1, 0, 4), + (155014, "721633", 1, 0, 4), + (155015, "721633", 1, 0, 4), + (155016, "721633", 1, 0, 4), + (155017, "721633", 1, 0, 4), + (155018, "721633", 1, 0, 4), + (155019, "721633", 1, 0, 4), + (155020, "721626", 1, 0, 4), + (155021, "721626", 1, 0, 4), + (155022, "721626", 1, 0, 4), + (155023, "721626", 1, 0, 4), + (155024, "721626", 1, 0, 4), + (155025, "721626", 1, 0, 4), + (155026, "721626", 1, 0, 4), + (155027, "721626", 1, 0, 4), + (155028, "721655", 1, 0, 4), + (155029, "721655", 1, 0, 4), + (155030, "721655", 1, 0, 4), + (155031, "721655", 1, 0, 4), + (155032, "721655", 1, 0, 4), + (155033, "721650", 1, 0, 4), + (155034, "721650", 1, 0, 4), + (155035, "721650", 1, 0, 4), + (155036, "721650", 1, 0, 4), + (155037, "721650", 1, 0, 4), + (155038, "721650", 1, 0, 4), + (155039, "721650", 1, 0, 4), + (155040, "721650", 1, 0, 4), + (155041, "721650", 1, 0, 4), + (155042, "721625", 1, 0, 4), + (155043, "721625", 1, 0, 4), + (155044, "721625", 1, 0, 4), + (155045, "721643", 1, 0, 4), + (155046, "721601", 1, 0, 4), + (155047, "721601", 1, 0, 4), + (155048, "721601", 1, 0, 4), + (155049, "721601", 1, 0, 4), + (155050, "721601", 1, 0, 4), + (155051, "721601", 1, 0, 4), + (155052, "721601", 1, 0, 4), + (155053, "721134", 1, 0, 4), + (155054, "721153", 1, 0, 4), + (155055, "721153", 1, 0, 4), + (155056, "721153", 1, 0, 4), + (155057, "721148", 1, 0, 4), + (155058, "721148", 1, 0, 4), + (155059, "721148", 1, 0, 4), + (155060, "721148", 1, 0, 4), + (155061, "721154", 1, 0, 4), + (155062, "721154", 1, 0, 4), + (155063, "721154", 1, 0, 4), + (155064, "721154", 1, 0, 4), + (155065, "721154", 1, 0, 4), + (155066, "721634", 1, 0, 4), + (155067, "721634", 1, 0, 4), + (155068, "721634", 1, 0, 4), + (155069, "721634", 1, 0, 4), + (155070, "721634", 1, 0, 4), + (155071, "721130", 1, 0, 4), + (155072, "721130", 1, 0, 4), + (155073, "721641", 1, 0, 4), + (155074, "721641", 1, 0, 4), + (155075, "721641", 1, 0, 4), + (155076, "721641", 1, 0, 4), + (155077, "721641", 1, 0, 4), + (155078, "721641", 1, 0, 4), + (155079, "721641", 1, 0, 4), + (155080, "721641", 1, 0, 4), + (155081, "721152", 1, 0, 4), + (155082, "721152", 1, 0, 4), + (155083, "721152", 1, 0, 4), + (155084, "721152", 1, 0, 4), + (155085, "721152", 1, 0, 4), + (155086, "721634", 1, 0, 4), + (155087, "721152", 1, 0, 4), + (155088, "721152", 1, 0, 4), + (155089, "721152", 1, 0, 4), + (155090, "721152", 1, 0, 4), + (155091, "721152", 1, 0, 4), + (155092, "721139", 1, 0, 4), + (155093, "721139", 1, 0, 4), + (155094, "721139", 1, 0, 4), + (155095, "721139", 1, 0, 4), + (155096, "721139", 1, 0, 4), + (155097, "721139", 1, 0, 4), + (155098, "721139", 1, 0, 4), + (155099, "721139", 1, 0, 4), + (155100, "721632", 1, 0, 4), + (155101, "721632", 1, 0, 4), + (155102, "721632", 1, 0, 4), + (155103, "721632", 1, 0, 4), + (155104, "721631", 1, 0, 4), + (155105, "721631", 1, 0, 4), + (155106, "721631", 1, 0, 4), + (155107, "721631", 1, 0, 4), + (155108, "721631", 1, 0, 4), + (155109, "721631", 1, 0, 4), + (155110, "721631", 1, 0, 4), + (155111, "721631", 1, 0, 4), + (155112, "721631", 1, 0, 4), + (155113, "721631", 1, 0, 4), + (155114, "721631", 1, 0, 4), + (155115, "721631", 1, 0, 4), + (155116, "721631", 1, 0, 4), + (155117, "721631", 1, 0, 4), + (155118, "721652", 1, 0, 4), + (155119, "721652", 1, 0, 4), + (155120, "721652", 1, 0, 4), + (155121, "721652", 1, 0, 4), + (155122, "721652", 1, 0, 4), + (155123, "721624", 1, 0, 4), + (155124, "721624", 1, 0, 4), + (155125, "721646", 1, 0, 4), + (155126, "721646", 1, 0, 4), + (155127, "721646", 1, 0, 4), + (155128, "721646", 1, 0, 4), + (155129, "721646", 1, 0, 4), + (155130, "721646", 1, 0, 4), + (155131, "721656", 1, 0, 4), + (155132, "721656", 1, 0, 4), + (155133, "721656", 1, 0, 4), + (155134, "721656", 1, 0, 4), + (155135, "721656", 1, 0, 4), + (155136, "721648", 1, 0, 4), + (155137, "721137", 1, 0, 4), + (155138, "721152", 1, 0, 4), + (155139, "721139", 1, 0, 4), + (155140, "721151", 1, 0, 4), + (155141, "721657", 1, 0, 4), + (155142, "721644", 1, 0, 4), + (155143, "721625", 1, 0, 4), + (155144, "721653", 1, 0, 4), + (155145, "721137", 1, 0, 4), + (155146, "721644", 1, 0, 4), + (155147, "721134", 1, 0, 4), + (155148, "721649", 1, 0, 4), + (155149, "721642", 1, 0, 4), + (155150, "721152", 1, 0, 4), + (155151, "721154", 1, 0, 4), + (155152, "721649", 1, 0, 4), + (155153, "721649", 1, 0, 4), + (155154, "721151", 1, 0, 4), + (155155, "721139", 1, 0, 4), + (155156, "721139", 1, 0, 4), + (155157, "721139", 1, 0, 4), + (155158, "721130", 1, 0, 4), + (155159, "721628", 1, 0, 4), + (155160, "721628", 1, 0, 4), + (155161, "721628", 1, 0, 4), + (155162, "721628", 1, 0, 4), + (155163, "721628", 1, 0, 4), + (155164, "721628", 1, 0, 4), + (155165, "721628", 1, 0, 4), + (155166, "721628", 1, 0, 4), + (155167, "721628", 1, 0, 4), + (155168, "721628", 1, 0, 4), + (155169, "721628", 1, 0, 4), + (155170, "721628", 1, 0, 4), + (155171, "721648", 1, 0, 4), + (155172, "721648", 1, 0, 4), + (155173, "721648", 1, 0, 4), + (155174, "721648", 1, 0, 4), + (155175, "721648", 1, 0, 4), + (155176, "723127", 1, 0, 4), + (155177, "723151", 1, 0, 4), + (155178, "723213", 1, 0, 4), + (155179, "723143", 1, 0, 4), + (155180, "723126", 1, 0, 4), + (155181, "723128", 1, 0, 4), + (155182, "723128", 1, 0, 4), + (155183, "723212", 1, 0, 4), + (155184, "723131", 1, 0, 4), + (155185, "723132", 1, 0, 4), + (155186, "723126", 1, 0, 4), + (155187, "723155", 1, 0, 4), + (155188, "723201", 1, 0, 4), + (155189, "723154", 1, 0, 4), + (155190, "723213", 1, 0, 4), + (155191, "723212", 1, 0, 4), + (155192, "723201", 1, 0, 4), + (155193, "723212", 1, 0, 4), + (155194, "723155", 1, 0, 4), + (155195, "723133", 1, 0, 4), + (155196, "723201", 1, 0, 4), + (155197, "723201", 1, 0, 4), + (155198, "723201", 1, 0, 4), + (155199, "723152", 1, 0, 4), + (155200, "723103", 1, 0, 4), + (155201, "723126", 1, 0, 4), + (155202, "723153", 1, 0, 4), + (155203, "723130", 1, 0, 4), + (155204, "723145", 1, 0, 4), + (155205, "723202", 1, 0, 4), + (155206, "723148", 1, 0, 4), + (155207, "723130", 1, 0, 4), + (155208, "723129", 1, 0, 4), + (155209, "723131", 1, 0, 4), + (155210, "723103", 1, 0, 4), + (155211, "723215", 1, 0, 4), + (155212, "723102", 1, 0, 4), + (155213, "723121", 1, 0, 4), + (155214, "723126", 1, 0, 4), + (155215, "723215", 1, 0, 4), + (155216, "723126", 1, 0, 4), + (155217, "723155", 1, 0, 4), + (155218, "723103", 1, 0, 4), + (155219, "723128", 1, 0, 4), + (155220, "723130", 1, 0, 4), + (155221, "723132", 1, 0, 4), + (155222, "723128", 1, 0, 4), + (155223, "723131", 1, 0, 4), + (155224, "723148", 1, 0, 4), + (155225, "723212", 1, 0, 4), + (155226, "723152", 1, 0, 4), + (155227, "723146", 1, 0, 4), + (155228, "723148", 1, 0, 4), + (155229, "723130", 1, 0, 4), + (155230, "723129", 1, 0, 4), + (155231, "723129", 1, 0, 4), + (155232, "723127", 1, 0, 4), + (155233, "723131", 1, 0, 4), + (155234, "723143", 1, 0, 4), + (155235, "723130", 1, 0, 4), + (155236, "723121", 1, 0, 4), + (155237, "723131", 1, 0, 4), + (155238, "723103", 1, 0, 4), + (155239, "723102", 1, 0, 4), + (155240, "723147", 1, 0, 4), + (155241, "723213", 1, 0, 4), + (155242, "723127", 1, 0, 4), + (155243, "723202", 1, 0, 4), + (155244, "723102", 1, 0, 4), + (155245, "723201", 1, 0, 4), + (155246, "723143", 1, 0, 4), + (155247, "723127", 1, 0, 4), + (155248, "723127", 1, 0, 4), + (155249, "723126", 1, 0, 4), + (155250, "723212", 1, 0, 4), + (155251, "723121", 1, 0, 4), + (155252, "723132", 1, 0, 4), + (155253, "723129", 1, 0, 4), + (155254, "723103", 1, 0, 4), + (155255, "723103", 1, 0, 4), + (155256, "723143", 1, 0, 4), + (155257, "723103", 1, 0, 4), + (155258, "723213", 1, 0, 4), + (155259, "723149", 1, 0, 4), + (155260, "723153", 1, 0, 4), + (155261, "723121", 1, 0, 4), + (155262, "723151", 1, 0, 4), + (155263, "723152", 1, 0, 4), + (155264, "723102", 1, 0, 4), + (155265, "723133", 1, 0, 4), + (155266, "723147", 1, 0, 4), + (155267, "723128", 1, 0, 4), + (155268, "723202", 1, 0, 4), + (155269, "723133", 1, 0, 4), + (155270, "723121", 1, 0, 4), + (155271, "723133", 1, 0, 4), + (155272, "723130", 1, 0, 4), + (155273, "723148", 1, 0, 4), + (155274, "723201", 1, 0, 4), + (155275, "723104", 1, 0, 4), + (155276, "723201", 1, 0, 4), + (155277, "723202", 1, 0, 4), + (155278, "723145", 1, 0, 4), + (155279, "723133", 1, 0, 4), + (155280, "723129", 1, 0, 4), + (155281, "723130", 1, 0, 4), + (155282, "723154", 1, 0, 4), + (155283, "723152", 1, 0, 4), + (155284, "723127", 1, 0, 4), + (155285, "723148", 1, 0, 4), + (155286, "723126", 1, 0, 4), + (155287, "723129", 1, 0, 4), + (155288, "723148", 1, 0, 4), + (155289, "723121", 1, 0, 4), + (155290, "723212", 1, 0, 4), + (155291, "723133", 1, 0, 4), + (155292, "723127", 1, 0, 4), + (155293, "723151", 1, 0, 4), + (155294, "723126", 1, 0, 4), + (155295, "723147", 1, 0, 4), + (155296, "723202", 1, 0, 4), + (155297, "723151", 1, 0, 4), + (155298, "723148", 1, 0, 4), + (155299, "723147", 1, 0, 4), + (155300, "723146", 1, 0, 4), + (155301, "723149", 1, 0, 4), + (155302, "723131", 1, 0, 4), + (155303, "723127", 1, 0, 4), + (155304, "723103", 1, 0, 4), + (155305, "723148", 1, 0, 4), + (155306, "723128", 1, 0, 4), + (155307, "723128", 1, 0, 4), + (155308, "723132", 1, 0, 4), + (155309, "723153", 1, 0, 4), + (155310, "723201", 1, 0, 4), + (155311, "723103", 1, 0, 4), + (155312, "723129", 1, 0, 4), + (155313, "723201", 1, 0, 4), + (155314, "723213", 1, 0, 4), + (155315, "723131", 1, 0, 4), + (155316, "723145", 1, 0, 4), + (155317, "723148", 1, 0, 4), + (155318, "723121", 1, 0, 4), + (155319, "723102", 1, 0, 4), + (155320, "723131", 1, 0, 4), + (155321, "723149", 1, 0, 4), + (155322, "723126", 1, 0, 4), + (155323, "723143", 1, 0, 4), + (155324, "723143", 1, 0, 4), + (155325, "723151", 1, 0, 4), + (155326, "723121", 1, 0, 4), + (155327, "723102", 1, 0, 4), + (155328, "723148", 1, 0, 4), + (155329, "723155", 1, 0, 4), + (155330, "723143", 1, 0, 4), + (155331, "723103", 1, 0, 4), + (155332, "723133", 1, 0, 4), + (155333, "723151", 1, 0, 4), + (155334, "723128", 1, 0, 4), + (155335, "723126", 1, 0, 4), + (155336, "723130", 1, 0, 4), + (155337, "723152", 1, 0, 4), + (155338, "723131", 1, 0, 4), + (155339, "723145", 1, 0, 4), + (155340, "723121", 1, 0, 4), + (155341, "723131", 1, 0, 4), + (155342, "723121", 1, 0, 4), + (155343, "723202", 1, 0, 4), + (155344, "723128", 1, 0, 4), + (155345, "723152", 1, 0, 4), + (155346, "723149", 1, 0, 4), + (155347, "723130", 1, 0, 4), + (155348, "723102", 1, 0, 4), + (155349, "723102", 1, 0, 4), + (155350, "723149", 1, 0, 4), + (155351, "723121", 1, 0, 4), + (155352, "723148", 1, 0, 4), + (155353, "723128", 1, 0, 4), + (155354, "723201", 1, 0, 4), + (155355, "723121", 1, 0, 4), + (155356, "723152", 1, 0, 4), + (155357, "723154", 1, 0, 4), + (155358, "723127", 1, 0, 4), + (155359, "723202", 1, 0, 4), + (155360, "723129", 1, 0, 4), + (155361, "723201", 1, 0, 4), + (155362, "723127", 1, 0, 4), + (155363, "723104", 1, 0, 4), + (155364, "723152", 1, 0, 4), + (155365, "723202", 1, 0, 4), + (155366, "723145", 1, 0, 4), + (155367, "723212", 1, 0, 4), + (155368, "723148", 1, 0, 4), + (155369, "723128", 1, 0, 4), + (155370, "723128", 1, 0, 4), + (155371, "723131", 1, 0, 4), + (155372, "723128", 1, 0, 4), + (155373, "723212", 1, 0, 4), + (155374, "723131", 1, 0, 4), + (155375, "723126", 1, 0, 4), + (155376, "723131", 1, 0, 4), + (155377, "723154", 1, 0, 4), + (155378, "723127", 1, 0, 4), + (155379, "723129", 1, 0, 4), + (155380, "723128", 1, 0, 4), + (155381, "723131", 1, 0, 4), + (155382, "723145", 1, 0, 4), + (155383, "723126", 1, 0, 4), + (155384, "723201", 1, 0, 4), + (155385, "723148", 1, 0, 4), + (155386, "723126", 1, 0, 4), + (155387, "723130", 1, 0, 4), + (155388, "723121", 1, 0, 4), + (155389, "723212", 1, 0, 4), + (155390, "723202", 1, 0, 4), + (155391, "723126", 1, 0, 4), + (155392, "723103", 1, 0, 4), + (155393, "723213", 1, 0, 4), + (155394, "723212", 1, 0, 4), + (155395, "723213", 1, 0, 4), + (155396, "723131", 1, 0, 4), + (155397, "723102", 1, 0, 4), + (155398, "723148", 1, 0, 4), + (155399, "723202", 1, 0, 4), + (155400, "723104", 1, 0, 4), + (155401, "723213", 1, 0, 4), + (155402, "723131", 1, 0, 4), + (155403, "723213", 1, 0, 4), + (155404, "723152", 1, 0, 4), + (155405, "723102", 1, 0, 4), + (155406, "723128", 1, 0, 4), + (155407, "723148", 1, 0, 4), + (155408, "723149", 1, 0, 4), + (155409, "723104", 1, 0, 4), + (155410, "723104", 1, 0, 4), + (155411, "723129", 1, 0, 4), + (155412, "723131", 1, 0, 4), + (155413, "723129", 1, 0, 4), + (155414, "723129", 1, 0, 4), + (155415, "723151", 1, 0, 4), + (155416, "723131", 1, 0, 4), + (155417, "723143", 1, 0, 4), + (155418, "723128", 1, 0, 4), + (155419, "723152", 1, 0, 4), + (155420, "723126", 1, 0, 4), + (155421, "723130", 1, 0, 4), + (155422, "723104", 1, 0, 4), + (155423, "723131", 1, 0, 4), + (155424, "723149", 1, 0, 4), + (155425, "723104", 1, 0, 4), + (155426, "723151", 1, 0, 4), + (155427, "723130", 1, 0, 4), + (155428, "723129", 1, 0, 4), + (155429, "723126", 1, 0, 4), + (155430, "723148", 1, 0, 4), + (155431, "723151", 1, 0, 4), + (155432, "723121", 1, 0, 4), + (155433, "723133", 1, 0, 4), + (155434, "723152", 1, 0, 4), + (155435, "723128", 1, 0, 4), + (155436, "723202", 1, 0, 4), + (155437, "723213", 1, 0, 4), + (155438, "723132", 1, 0, 4), + (155439, "723126", 1, 0, 4), + (155440, "723129", 1, 0, 4), + (155441, "723126", 1, 0, 4), + (155442, "723133", 1, 0, 4), + (155443, "723130", 1, 0, 4), + (155444, "723133", 1, 0, 4), + (155445, "723128", 1, 0, 4), + (155446, "723143", 1, 0, 4), + (155447, "723130", 1, 0, 4), + (155448, "723130", 1, 0, 4), + (155449, "723151", 1, 0, 4), + (155450, "723128", 1, 0, 4), + (155451, "723128", 1, 0, 4), + (155452, "723202", 1, 0, 4), + (155453, "723145", 1, 0, 4), + (155454, "723153", 1, 0, 4), + (155455, "723202", 1, 0, 4), + (155456, "723121", 1, 0, 4), + (155457, "723213", 1, 0, 4), + (155458, "723149", 1, 0, 4), + (155459, "723143", 1, 0, 4), + (155460, "723145", 1, 0, 4), + (155461, "723151", 1, 0, 4), + (155462, "723151", 1, 0, 4), + (155463, "723133", 1, 0, 4), + (155464, "723121", 1, 0, 4), + (155465, "723149", 1, 0, 4), + (155466, "723130", 1, 0, 4), + (155467, "723143", 1, 0, 4), + (155468, "723121", 1, 0, 4), + (155469, "723133", 1, 0, 4), + (155470, "723127", 1, 0, 4), + (155471, "723213", 1, 0, 4), + (155472, "723133", 1, 0, 4), + (155473, "723201", 1, 0, 4), + (155474, "723147", 1, 0, 4), + (155475, "723131", 1, 0, 4), + (155476, "723128", 1, 0, 4), + (155477, "723126", 1, 0, 4), + (155478, "723131", 1, 0, 4), + (155479, "723153", 1, 0, 4), + (155480, "723215", 1, 0, 4), + (155481, "723102", 1, 0, 4), + (155482, "723131", 1, 0, 4), + (155483, "723127", 1, 0, 4), + (155484, "723212", 1, 0, 4), + (155485, "723143", 1, 0, 4), + (155486, "723149", 1, 0, 4), + (155487, "723133", 1, 0, 4), + (155488, "723153", 1, 0, 4), + (155489, "723129", 1, 0, 4), + (155490, "723128", 1, 0, 4), + (155491, "723121", 1, 0, 4), + (155492, "723130", 1, 0, 4), + (155493, "723130", 1, 0, 4), + (155494, "723133", 1, 0, 4), + (155495, "723102", 1, 0, 4), + (155496, "723103", 1, 0, 4), + (155497, "723121", 1, 0, 4), + (155498, "723152", 1, 0, 4), + (155499, "723201", 1, 0, 4), + (155500, "723121", 1, 0, 4), + (155501, "723103", 1, 0, 4), + (155502, "723153", 1, 0, 4), + (155503, "723212", 1, 0, 4), + (155504, "723202", 1, 0, 4), + (155505, "723127", 1, 0, 4), + (155506, "723213", 1, 0, 4), + (155507, "723145", 1, 0, 4), + (155508, "723127", 1, 0, 4), + (155509, "723129", 1, 0, 4), + (155510, "723121", 1, 0, 4), + (155511, "723213", 1, 0, 4), + (155512, "723121", 1, 0, 4), + (155513, "723130", 1, 0, 4), + (155514, "723131", 1, 0, 4), + (155515, "723151", 1, 0, 4), + (155516, "723102", 1, 0, 4), + (155517, "723202", 1, 0, 4), + (155518, "723128", 1, 0, 4), + (155519, "723121", 1, 0, 4), + (155520, "723129", 1, 0, 4), + (155521, "723212", 1, 0, 4), + (155522, "723152", 1, 0, 4), + (155523, "723202", 1, 0, 4), + (155524, "723153", 1, 0, 4), + (155525, "723131", 1, 0, 4), + (155526, "723131", 1, 0, 4), + (155527, "723131", 1, 0, 4), + (155528, "723102", 1, 0, 4), + (155529, "723143", 1, 0, 4), + (155530, "723121", 1, 0, 4), + (155531, "723121", 1, 0, 4), + (155532, "723155", 1, 0, 4), + (155533, "723127", 1, 0, 4), + (155534, "723212", 1, 0, 4), + (155535, "723212", 1, 0, 4), + (155536, "723154", 1, 0, 4), + (155537, "723149", 1, 0, 4), + (155538, "723121", 1, 0, 4), + (155539, "723152", 1, 0, 4), + (155540, "723103", 1, 0, 4), + (155541, "723143", 1, 0, 4), + (155542, "723213", 1, 0, 4), + (155543, "723153", 1, 0, 4), + (155544, "723149", 1, 0, 4), + (155545, "723132", 1, 0, 4), + (155546, "723213", 1, 0, 4), + (155547, "723102", 1, 0, 4), + (155548, "723128", 1, 0, 4), + (155549, "723131", 1, 0, 4), + (155550, "723103", 1, 0, 4), + (155551, "723148", 1, 0, 4), + (155552, "723121", 1, 0, 4), + (155553, "723126", 1, 0, 4), + (155554, "723121", 1, 0, 4), + (155555, "723201", 1, 0, 4), + (155556, "723212", 1, 0, 4), + (155557, "723153", 1, 0, 4), + (155558, "723127", 1, 0, 4), + (155559, "723121", 1, 0, 4), + (155560, "723143", 1, 0, 4), + (155561, "723121", 1, 0, 4), + (155562, "723156", 1, 0, 4), + (155563, "723131", 1, 0, 4), + (155564, "723201", 1, 0, 4), + (155565, "723130", 1, 0, 4), + (155566, "723132", 1, 0, 4), + (155567, "723133", 1, 0, 4), + (155568, "723151", 1, 0, 4), + (155569, "723201", 1, 0, 4), + (155570, "723143", 1, 0, 4), + (155571, "744112", 1, 0, 17), + (155572, "201308", 1, 0, 15), + (155574, "400705", 1, 0, 26), + (155575, "400062", 1, 0, 26), + (155576, "302032", 0, 0, 8), + (155577, "302032", 1, 0, 27), + (155578, "600029", 1, 0, 2), + (155579, "401210", 1, 0, 26), + (155580, "421003", 1, 0, 26), + (155581, "302023", 1, 0, 27), + (155582, "122413", 1, 0, 6), + (155583, "302025", 1, 0, 27); + +/*!40000 ALTER TABLE `m_pincode` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_plc_combination +# ------------------------------------------------------------ + +CREATE TABLE `m_plc_combination` ( + `plc_combination_id` int NOT NULL AUTO_INCREMENT, + `fk_product_id` int DEFAULT NULL, + `fk_entity_id` int DEFAULT NULL, + `fk_cs_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`plc_combination_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_pricing_info +# ------------------------------------------------------------ + +CREATE TABLE `m_pricing_info` ( + `pricing_info_id` int NOT NULL AUTO_INCREMENT, + `fk_lender_id` int DEFAULT NULL, + `slab_name` varchar(45) DEFAULT NULL, + `from` int DEFAULT '0', + `to` int DEFAULT '0', + `full_pd_di` varchar(15) DEFAULT NULL, + `full_pd_ai` varchar(15) DEFAULT NULL, + `smart_pd` varchar(15) DEFAULT NULL, + `tele_pd` varchar(15) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updateon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`pricing_info_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; + + + + + +# Dump of table m_products +# ------------------------------------------------------------ + +CREATE TABLE `m_products` ( + `product_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(65) DEFAULT NULL, + `abbr` varchar(25) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + `is_others` tinyint DEFAULT '0', + `prod_catagory` varchar(45) DEFAULT NULL, + `avail_pd_types` int DEFAULT '1', + PRIMARY KEY (`product_id`) +) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_products` WRITE; +/*!40000 ALTER TABLE `m_products` DISABLE KEYS */; + +INSERT INTO `m_products` (`product_id`, `name`, `abbr`, `createdon`, `fk_createdby`, `updatedon`, `isactive`, `fk_updatedby`, `is_others`, `prod_catagory`, `avail_pd_types`) VALUES + (1, "Home Loan", "HL", "2018-10-16 07:14:40", 1, "2020-01-29 11:17:28", 1, NULL, 0, "HL", 1), + (2, "Non Residential Premises Loan", "NRPL", "2018-10-16 07:14:40", 1, "2020-01-29 11:17:28", 1, NULL, 0, "NRPL", 1), + (3, "Loan Against Property", "LAP", "2018-10-16 07:14:40", 1, "2020-01-29 11:17:28", 1, NULL, 0, "LAP", 1), + (4, "Business Loan", "BL", "2018-10-16 07:14:40", 1, "2020-01-29 11:17:28", 1, NULL, 0, "BL", 1), + (5, "Personal Loan", "PL", "2018-10-16 07:14:40", 1, "2020-01-29 11:17:28", 1, NULL, 0, "PL", 1), + (6, "Land Loan", "LL", "2018-10-16 07:14:40", 1, "2020-01-29 11:17:28", 1, 1, 0, "LL", 1), + (7, "Loans Against Electronic Payments", "LAEP", "2019-06-11 17:09:14", 1, "2020-01-29 11:17:28", 1, NULL, 0, "LAEP", 1), + (8, "Loans provided on Financial Merits and Secured by Property", "LFMP", "2019-11-14 13:03:59", 2, "2020-08-03 16:47:22", 1, NULL, 0, "LFMP", 2), + (9, "Working Capital Term Loan", "WCTL", "2019-12-19 12:00:27", 1, "2020-08-03 16:47:23", 1, NULL, 0, "WCTL", 2), + (10, "QC", "QC", "2020-01-22 05:00:41", 2, "2020-01-29 11:17:28", 1, NULL, 0, "BL", 1), + (11, "QC Plus", "QCP", "2020-01-22 05:00:41", 2, "2020-01-29 11:17:28", 1, NULL, 0, "BL", 1), + (12, "Overdraft", "OVDR", "2020-01-22 05:00:41", 2, "2020-01-29 11:17:28", 1, NULL, 0, "BL", 1), + (13, "Term Loan", "TL", "2020-01-22 05:00:41", 2, "2020-01-29 13:38:16", 1, NULL, 0, "BL", 1), + (14, "Purchase Invoice Financing", "PIF", "2020-07-17 03:37:39", 2, "2020-07-22 13:33:47", 1, NULL, 0, "BL", 1), + (15, "Sales Invoice Financing", "SIF", "2020-07-21 09:57:55", 2, "2020-07-22 13:33:47", 1, NULL, 0, "BL", 1), + (16, "Purchase Bill Financing", "PBF", "2020-07-23 12:33:32", 2, "2020-07-24 12:37:23", 1, NULL, 0, "BL", 1), + (17, "Sales Bill Financing", "SBF", "2020-07-23 12:33:32", 2, "2020-07-24 12:37:23", 1, NULL, 0, "BL", 1), + (18, "Purchase Bill Financing & Sales Bill Financing", "PBF&SBF", "2020-07-29 13:33:54", 1, NULL, 1, NULL, 0, "BL", 1), + (19, "Off Udaan - CB", "OUCB", "2020-10-23 12:02:41", NULL, "2020-10-23 06:34:37", 1, 2, 0, "BL", 1), + (20, "Off Udaan-QC", "OUQC", "2020-11-30 10:51:05", NULL, NULL, 1, NULL, 0, "BL", 1), + (21, "Off Udaan-CB & Off Udaan-QC", "OUCBQC", "2020-11-30 10:51:05", NULL, NULL, 1, NULL, 0, "BL", 1), + (22, "Piramal Housing Finance", "PHF", "2020-12-04 09:40:53", 2, NULL, 1, NULL, 0, NULL, 1), + (23, "MEQ", "MEQ", "2020-12-10 16:37:16", NULL, "2020-12-21 06:55:28", 1, 2, 0, "MEQ", 3), + (24, "QC Platinum", "QCPLAT\t", "2021-01-19 06:35:00", 2, "2021-01-19 20:13:03", 1, 2, 0, "BL", 1), + (25, "Supply Chain Finance", "SCF", "2021-03-04 08:34:23", 2, "2021-03-04 14:21:43", 1, NULL, 0, "BL", 1), + (26, "NBFC/MFI Funding", "NBFC/MFI", "2021-03-05 09:45:10", 2, NULL, 1, NULL, 0, NULL, 1), + (27, "Siksha Loan", "SL", "2022-06-14 12:41:11", 2, "2024-04-08 19:15:42", 1, NULL, 0, NULL, NULL), + (28, "Micro LAP", "MLAP", "2024-04-08 19:16:01", 1, "2024-04-08 19:16:29", 1, NULL, 0, "MLAP", 2); + +/*!40000 ALTER TABLE `m_products` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_properties +# ------------------------------------------------------------ + +CREATE TABLE `m_properties` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_properties` WRITE; +/*!40000 ALTER TABLE `m_properties` DISABLE KEYS */; + +INSERT INTO `m_properties` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Commercial", 1, 0), + (3, "Industrial", 1, 0), + (4, "Land", 1, 0), + (5, "Residential", 1, 0); + +/*!40000 ALTER TABLE `m_properties` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_question_answer_type +# ------------------------------------------------------------ + +CREATE TABLE `m_question_answer_type` ( + `question_answer_type_id` int NOT NULL AUTO_INCREMENT, + `answer_type_name` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `flag` tinyint DEFAULT '1', + PRIMARY KEY (`question_answer_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_question_answer_type` WRITE; +/*!40000 ALTER TABLE `m_question_answer_type` DISABLE KEYS */; + +INSERT INTO `m_question_answer_type` (`question_answer_type_id`, `answer_type_name`, `isactive`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `flag`) VALUES + (1, "Option", 1, "2018-09-26 06:02:34", NULL, "2018-10-17 10:22:12", NULL, 1), + (2, "Freetext", 1, "2018-09-26 06:02:34", NULL, "2018-10-17 10:22:12", NULL, 0), + (3, "CheckBox", 1, "2018-09-26 06:02:34", NULL, "2018-10-17 10:22:12", NULL, 1); + +/*!40000 ALTER TABLE `m_question_answer_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_question_answers +# ------------------------------------------------------------ + +CREATE TABLE `m_question_answers` ( + `question_answer_id` int NOT NULL AUTO_INCREMENT, + `fk_question_id` int DEFAULT NULL, + `answer` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`question_answer_id`) +) ENGINE=InnoDB AUTO_INCREMENT=249 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_question_answers` WRITE; +/*!40000 ALTER TABLE `m_question_answers` DISABLE KEYS */; + +INSERT INTO `m_question_answers` (`question_answer_id`, `fk_question_id`, `answer`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`) VALUES + (1, 1, "1 to <3", "2018-10-17 07:45:46", 1, "2018-10-26 11:36:16", 1, 1), + (2, 1, "3 to <5", "2018-10-17 07:45:46", 1, "2018-10-26 12:38:17", 1, 1), + (3, 1, "5 to <10", "2018-10-17 07:45:46", 1, "2018-10-26 12:38:17", 1, 1), + (4, 1, ">=10\n", "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1, 1), + (8, 1, "<1", "2018-10-17 09:20:29", 1, "2018-10-26 12:42:50", 1, 1), + (9, 2, "Self Owned", "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1, 1), + (10, 2, "Rented", "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1, 1), + (11, 2, "Family Owned \n", "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1, 1), + (12, 2, "Others (Please Specify)\n", "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1, 1), + (13, 3, "Savings", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (14, 3, "Current", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (15, 3, "OD", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (16, 3, "CC", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (17, 4, "Yes", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (18, 4, "No", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (19, 4, "NA", "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1, 1), + (20, 5, " ", "2018-10-17 09:20:29", 1, "2018-10-27 07:11:07", 1, 1), + (21, 6, "Yes\n", "2018-10-23 11:55:17", 1, "2018-10-23 11:55:17", 1, 1), + (22, 6, "No", "2018-10-23 11:55:17", 1, NULL, NULL, 1), + (23, 7, "<=3", "2018-10-23 11:55:17", 1, "2018-10-26 11:36:16", 1, 1), + (24, 7, "5", "2018-10-23 11:55:17", 1, "2018-10-26 11:36:16", 1, 1), + (25, 7, "4", "2018-10-23 11:55:17", 1, "2018-10-26 11:36:16", 1, 1), + (26, 7, "6", "2018-10-23 11:55:17", 1, "2018-10-26 11:36:16", 1, 1), + (27, 7, ">6", "2018-10-23 11:55:17", 1, "2018-10-26 11:36:16", 1, 1), + (28, 8, "Professional\n", "2018-10-23 11:55:17", 1, NULL, NULL, 1), + (29, 8, "Post Graduate\n", "2018-10-23 11:55:17", 1, NULL, NULL, 1), + (30, 8, "Graduate\n", "2018-10-23 11:55:17", 1, NULL, NULL, 1), + (31, 8, "Under-graduate\n", "2018-10-23 11:55:17", 1, NULL, NULL, 1), + (32, 8, "No Educational Background\n", "2018-10-23 11:55:17", 1, NULL, NULL, 1), + (33, 9, "> 35K", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (34, 9, ">25 to 35K", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (35, 9, ">10 to 25K\n", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (36, 9, ">5 to 10K", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (37, 9, "<=5 K", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (38, 10, "100%", "2018-10-23 12:06:11", 1, "2018-10-27 12:20:14", 1, 1), + (39, 10, "75% to <100%", "2018-10-23 12:06:11", 1, "2018-10-27 12:20:14", 1, 1), + (40, 10, "50% to <75%", "2018-10-23 12:06:11", 1, "2018-10-27 12:20:14", 1, 1), + (41, 10, "25% to <50%", "2018-10-23 12:06:11", 1, "2018-10-27 12:20:14", 1, 1), + (42, 10, "<25%", "2018-10-23 12:06:11", 1, "2018-10-27 12:20:14", 1, 1), + (43, 11, "If it includes - House / Office \n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (44, 11, "If it includes - Land \n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (45, 11, "If it includes - Four Wheeler Vehicle\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (46, 11, "If it includes only any other asset\nIf it includes only any other asset\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (47, 11, "No assets\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (48, 12, "Rental", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (49, 12, "Part time business / Salary", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (50, 12, "Interest / Dividend income", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (51, 12, "Other Income", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (52, 12, "No Other income", "2018-10-23 12:06:11", 1, NULL, NULL, 1), + (53, 13, "Good", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (54, 13, "Fair", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (55, 13, "Difficult\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (56, 14, "Main Applicant\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (57, 14, "One of the Earning Co applicants\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (58, 14, "Accountant / Manager / Other employee\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (59, 14, "One of the Non-Earning Co applicants\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (60, 14, "Relative / Friend of the applicant\n", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (61, 15, "Yes by both neighbours\n", "2018-10-23 12:06:11", 1, "2018-10-26 10:18:18", 1, 1), + (62, 15, "Yes by 1 neighbour", "2018-10-23 12:06:11", 1, "2018-10-26 10:18:18", 1, 1), + (63, 15, "No by both neighbours", "2018-10-23 12:06:11", 1, "2018-10-26 10:18:18", 1, 1), + (64, 16, "Yes by both neighbours", "2018-10-23 12:43:15", 1, "2018-10-23 12:43:15", 1, 1), + (65, 16, "Yes by 1 neighbour", "2018-10-23 12:43:15", 1, "2018-10-23 12:43:15", 1, 1), + (66, 16, "No by both neighbours", "2018-10-23 12:43:15", 1, "2018-10-23 12:43:15", 1, 1), + (67, 17, ">100", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (68, 17, "50 to 100", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (69, 17, "25 to 49", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (70, 17, "11 to 24", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (71, 17, "<=10", "2018-10-23 12:28:32", 1, NULL, NULL, 1), + (72, 18, ">=10", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (73, 18, "5 to <10", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (74, 18, "3 to <5", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (75, 18, "1 to <3", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (76, 18, "<1", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (77, 19, "Yes", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (78, 19, "No", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (79, 20, "Yes", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (80, 20, "No", "2018-10-23 13:16:26", 1, NULL, NULL, 1), + (81, 21, "Yes", "2018-10-23 13:16:26", 1, "2018-11-08 09:26:52", 1, 1), + (82, 21, "No", "2018-10-23 13:16:26", 1, "2018-11-08 09:26:52", 1, 1), + (83, 22, "Yes", "2018-10-26 09:36:12", 1, "2018-10-31 06:06:52", 1, 1), + (84, 22, "No", "2018-10-26 09:36:12", 1, "2018-10-31 06:06:52", 1, 1), + (85, 23, "Yes", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (86, 23, "No", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (87, 24, "Independently Occupied", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (88, 24, "Shared with others", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (89, 25, "Self Owned", "2018-10-26 09:36:12", 1, "2018-10-27 06:33:40", 1, 1), + (90, 25, "Rented", "2018-10-26 09:36:12", 1, "2018-10-27 06:33:40", 1, 1), + (91, 25, "Family Owned ", "2018-10-26 09:36:12", 1, "2018-10-27 06:33:40", 1, 1), + (92, 25, "Others", "2018-10-26 09:36:12", 1, "2018-10-27 06:33:40", 1, 1), + (93, 26, ">=10", "2018-10-26 09:36:12", 1, "2018-10-26 11:36:16", 1, 1), + (94, 26, "5 to <10", "2018-10-26 09:36:12", 1, "2018-10-26 11:36:16", 1, 1), + (95, 26, "3 to <5", "2018-10-26 09:36:12", 1, "2018-10-26 11:36:16", 1, 1), + (96, 26, "1 to <3", "2018-10-26 09:36:12", 1, "2018-10-26 11:36:16", 1, 1), + (97, 27, "Run Throughout the year", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (98, 27, "Seasonal", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (99, 28, "Started By the Applicant", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (100, 28, "Family Business / Profession", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (101, 29, ">=10", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (102, 29, "5 to <10", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (103, 29, "3 to <5", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (104, 29, "1 to <3", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (105, 29, "<1", "2018-10-26 09:36:12", 1, NULL, NULL, 1), + (106, 30, ">50", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (107, 30, "21 to 50", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (108, 30, "11 to 20", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (109, 30, "6 to 10", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (110, 30, "<5", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (111, 31, ">=70%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (112, 31, "60% to <70%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (113, 31, "40% to <60%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (114, 31, "20% to <40%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (115, 31, "<20%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (116, 32, ">=70%\n", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (117, 32, "60% to <70%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (118, 32, "40% to <60%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (119, 32, "20% to <40%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (120, 32, "<20%", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (121, 33, "Yes", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (122, 33, "No", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (123, 34, "Yes", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (124, 34, "No", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (125, 35, "Yes", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (126, 35, "No", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (127, 36, "Well Suited", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (128, 36, "Fairly Suited", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (129, 36, "Not Suited", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (130, 37, "One of the loan applicants ", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (131, 37, "Relative of an applicant", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (132, 37, "Other person", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (133, 38, "Yes", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (134, 38, "No", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (135, 39, "Yes", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (136, 39, "No", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (137, 40, "Yes", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (138, 40, "No", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (139, 41, "> 10 years\n", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (140, 41, ">7 to 10", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (141, 41, ">5 to 7\n", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (142, 41, ">3 to 5", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (143, 41, "<=3", "2018-10-26 10:18:18", 1, NULL, NULL, 1), + (144, 26, "<1", "2018-10-26 11:36:16", 1, NULL, NULL, 1), + (145, 42, ">=10\n", "2018-10-26 11:36:16", 1, NULL, NULL, 1), + (146, 42, "5 to <10\n", "2018-10-26 11:36:16", 1, NULL, NULL, 1), + (147, 42, "3 to <5\n", "2018-10-26 11:36:16", 1, NULL, NULL, 1), + (148, 42, "1 to <3\n", "2018-10-26 11:36:16", 1, NULL, NULL, 1), + (149, 42, "<1\n", "2018-10-26 11:36:16", 1, NULL, NULL, 1), + (150, 43, "Office", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (151, 43, "Clinic", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (152, 43, "Factory", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (153, 43, "Warehouse", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (154, 43, "Shop", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (155, 43, "Residence cum Office", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (156, 43, "Residence", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (157, 43, "Other (PD officer to fill)", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (158, 44, "Commercial (Office type) Area", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (159, 44, "Commercial (Shop type) Area", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (160, 44, "Industrial Area", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (161, 44, "Residential Area", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (162, 44, "Mix use (Comment mandatory)", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (163, 44, "Rural (Village) area", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (164, 44, "Others", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (165, 45, "", "2018-10-27 05:03:28", 1, "2018-10-27 06:00:45", NULL, 1), + (166, 46, " ", "2018-10-27 05:03:28", 1, "2018-11-08 09:26:52", 1, 1), + (167, 47, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (168, 48, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (169, 49, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (170, 50, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (171, 51, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (172, 52, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (173, 53, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (174, 54, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (175, 55, " ", "2018-10-27 05:03:28", 1, NULL, NULL, 1), + (176, 56, " ", "2018-10-27 06:33:40", 1, NULL, NULL, 1), + (177, 57, " ", "2018-10-27 06:33:40", 1, NULL, NULL, 1), + (178, 58, " ", "2018-10-27 06:33:40", 1, NULL, NULL, 1), + (179, 59, " ", "2018-10-27 06:33:40", 1, NULL, NULL, 1), + (180, 60, " ", "2018-10-27 06:33:40", 1, NULL, NULL, 1), + (182, 62, "House", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (183, 62, "Shop", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (184, 62, "Land", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (185, 62, "Car", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (186, 62, "Two Wheeler", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (187, 62, "Investments", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (188, 63, "Office / Factory ", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (189, 63, "Car", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (190, 63, "Two Wheeler", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (191, 63, "Machines", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (192, 63, "OTHERS", "2018-11-01 05:53:23", 1, NULL, NULL, 1), + (193, 64, "Yes", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (194, 64, "No", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (195, 64, "Not Applicable", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (196, 65, "Yes", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (197, 65, "No", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (198, 65, "Not Applicable", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (199, 66, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (200, 67, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (201, 68, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (202, 69, " ", "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", 1, 1), + (203, 21, "Not Applicable", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (204, 70, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (205, 71, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (206, 72, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (207, 73, " ", "2018-11-08 09:26:52", 1, NULL, NULL, 1), + (208, 86, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (209, 85, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (210, 84, "Vacant Land", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (211, 84, "Complete", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (212, 84, "Under Construction", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (213, 83, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (214, 82, "Others (pls specify in remarks)", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (215, 82, "Vacant Land", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (216, 82, "Factory", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (217, 82, "Hospital", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (218, 82, "Clinic", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (219, 82, "Standalone shop", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (220, 82, "Shop in a mall", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (221, 82, "Shops in market", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (222, 82, "Office", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (223, 82, "Shed", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (224, 82, "Chawl", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (225, 82, "Floor", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (226, 82, "Row House", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (227, 82, "Flat", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (228, 82, "Bungalow", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (229, 81, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (230, 80, "Loan from another lender (specify lender and loan type in remarks)", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (231, 80, "Own Money", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (232, 80, "Borrowed from relatives and friends", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (233, 79, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (234, 78, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (235, 77, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (236, 76, "No", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (237, 76, "Yes", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (238, 75, "Other purpose (pls specify in remarks)", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (239, 75, "To close an existing debt", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (240, 75, "Purchase of Business Asset", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (241, 75, "Working Capital", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (242, 75, "Improvement", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (243, 75, "Extension", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (244, 75, "Construction", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (245, 75, "Purchase of property", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (246, 74, " ", "0000-00-00 00:00:00", 1, NULL, NULL, 1), + (247, 87, " ", "2018-11-15 11:59:53", 127, NULL, NULL, 1), + (248, 88, " ", "2018-11-15 11:59:53", 127, NULL, NULL, 1); + +/*!40000 ALTER TABLE `m_question_answers` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_question_category +# ------------------------------------------------------------ + +CREATE TABLE `m_question_category` ( + `question_category_id` int NOT NULL AUTO_INCREMENT, + `category_name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`question_category_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_question_category` WRITE; +/*!40000 ALTER TABLE `m_question_category` DISABLE KEYS */; + +INSERT INTO `m_question_category` (`question_category_id`, `category_name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "General", "2019-02-20 13:09:04", NULL, NULL, NULL, 1, 0), + (2, "Business / Profession", "2019-02-20 13:09:04", NULL, NULL, NULL, 1, 0), + (3, "Final Remarks", "2019-02-20 13:09:04", NULL, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_question_category` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_question_key_mapping +# ------------------------------------------------------------ + +CREATE TABLE `m_question_key_mapping` ( + `question_key_mapping_id` int NOT NULL AUTO_INCREMENT, + `fk_form_id` int DEFAULT NULL, + `fk_category_id` int DEFAULT NULL, + `question` varchar(200) DEFAULT NULL, + `key` varchar(100) DEFAULT NULL, + `ismaster` tinyint DEFAULT '0', + `master_name` varchar(100) DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`question_key_mapping_id`) +) ENGINE=InnoDB AUTO_INCREMENT=390 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_question_key_mapping` WRITE; +/*!40000 ALTER TABLE `m_question_key_mapping` DISABLE KEYS */; + +INSERT INTO `m_question_key_mapping` (`question_key_mapping_id`, `fk_form_id`, `fk_category_id`, `question`, `key`, `ismaster`, `master_name`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`, `isactive`) VALUES + (1, 1, 5, "Raw Material Name", "manufacturing_raw_material_name", 0, NULL, 1, "2018-11-20 18:23:07", NULL, "2019-01-05 12:49:49", 1), + (2, 1, 5, "Supplier Name", "manufacturing_supplier_name", 0, NULL, 1, "2018-11-20 18:45:59", NULL, "2019-01-05 12:49:49", 1), + (3, 1, 4, "Contact Person Name", "manufacturing_contact_person_name", 0, NULL, 1, "2018-11-20 18:45:59", NULL, "2019-01-05 12:49:49", 1), + (4, 1, 4, "Contact Mobile Number", "manufacturing_contact_person_mobile_number", 0, NULL, 1, "2018-11-20 18:45:59", NULL, "2019-01-05 12:49:49", 1), + (5, 1, 5, "Payment Mode", "manufacturing_payment_type", 1, "PAYMENTMODE", 1, "2018-11-20 18:45:59", NULL, "2019-01-05 12:49:49", 1), + (6, 1, 6, "Frequency of Purchase", "manufacturing_frequency_of_purchase", 1, "FREQUENCY", 1, "2018-11-20 18:46:00", NULL, "2019-01-05 12:49:49", 1), + (7, 2, 7, "Client Name", "manufacturing_client_name", 0, NULL, 1, "2018-11-20 18:48:51", NULL, "2019-02-13 12:38:35", 1), + (8, 2, 6, "Contact Person Name", "manufacturing_contact_person_name", 0, NULL, 1, "2018-11-20 18:48:51", NULL, "2019-02-13 12:38:35", 1), + (9, 2, 5, "Contact Mobile Number", "manufacturing_contact_person_mobile_number", 0, NULL, 1, "2018-11-20 18:48:51", NULL, "2019-02-13 12:38:35", 1), + (10, 2, 5, "Payment Type", "manufacturing_payment_type", 1, "PAYMENTMODE", 1, "2018-11-20 18:48:51", NULL, "2019-02-13 12:38:35", 1), + (12, 1, 4, "% of Total Manufacturing Raw Materials credit values", "main_raw_materials_total_payments_percent_on_credit", 0, NULL, 1, "2018-11-20 18:53:20", NULL, "2019-01-05 12:49:49", 1), + (14, 2, 6, "Credit Period", "manufacturing_credit_days", 0, NULL, 1, "2018-11-20 18:55:49", NULL, "2019-02-13 12:38:35", 1), + (19, 3, 3, "Name", "name_ans", 0, NULL, 1, "2018-11-20 19:14:15", NULL, "2018-11-29 16:17:22", 1), + (20, 3, 4, "Age", "age_ans", 0, NULL, 1, "2018-11-20 19:14:16", NULL, "2018-11-29 16:17:23", 1), + (21, 3, 3, "Entity", "entity_ans", 0, NULL, 1, "2018-11-20 19:14:16", NULL, "2018-11-29 16:17:23", 1), + (22, 3, 4, "Educational Qualification", "qualification_ans", 1, "EDUQUALIFICATION", 1, "2018-11-20 19:14:16", NULL, "2018-11-29 16:17:23", 1), + (23, 3, 4, "Earning Status", "earning_ans", 1, "EARNINGMEMBERSSTATUS", 1, "2018-11-20 19:14:16", NULL, "2018-11-29 16:17:23", 1), + (24, 3, 5, "Remarks", "personal_info_form_remark", 0, NULL, 1, "2018-11-20 19:14:16", NULL, "2018-11-29 16:17:23", 1), + (25, 4, 2, "Assets Type", "assets_mode", 1, "ASSETTYPE", 1, "2018-11-20 19:27:22", NULL, "2018-11-29 16:17:23", 1), + (26, 4, 3, "Property", "property_type", 1, "PROPERTIES", 1, "2018-11-20 19:27:22", NULL, "2018-11-29 16:17:23", 1), + (27, 4, 6, "Approximate Market Value", "approximate_market_value", 0, NULL, 1, "2018-11-21 13:36:56", NULL, "2018-11-29 16:17:23", 1), + (28, 4, 2, "Name of the Owner", "id", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2019-02-01 13:36:37", 1), + (29, 4, 7, "Year and Month of Purchase?", "purchase_year", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (30, 4, 5, "Year and Month of Purchase?", "purchase_month", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (31, 4, 6, "Is there a loan?", "emi", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (32, 4, 3, "EMI Paid", "emi_paid", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (33, 4, 4, "Elapsed Tenure in Months", "elapsed_tenure", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (34, 4, 5, "Balance Tenure in Months", "balance_tenure", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (35, 4, 6, "Manufacturer, Model", "manufacturer_model_vehicle", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2019-02-01 14:13:20", 1), + (36, 4, 3, "Manufacturer, Model", "manufacturer_model_two_weeler", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (37, 4, 5, "Description", "consumer_durable_description", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (38, 4, 4, "Type", "insurance_type", 1, "INSURANCETYPE", 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (39, 4, 5, "Premium Paid", "premium_paid", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (40, 4, 5, "Frequency", "frequency_mode", 1, "FREQUENCY", 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:23", 1), + (41, 4, 6, "Sum Assured", "sum_assured", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (42, 4, 3, "Members Covered", "members_coverd", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (43, 4, 4, "Type", "investments_type", 1, "INVESTMENTTYPE", 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (44, 4, 2, "Amount of Investment", "amount_of_invest", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (45, 4, 5, "Bank Name", "bank_name", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (46, 4, 7, "Description of the Assets", "any_other_assets", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (47, 4, 6, "Remarks", "assets_form_remark", 0, NULL, 1, "2018-11-21 13:36:57", NULL, "2018-11-29 16:17:24", 1), + (48, 3, 3, "Relationship With Main Applicant", "relation_ans", 1, "RELATIONSHIPS", 1, "2018-11-21 15:39:58", NULL, "2018-11-29 16:17:24", 1), + (49, 9, 6, "Other Source Of Income", "other_income", 0, NULL, NULL, "2018-12-26 12:22:12", NULL, "2018-12-31 15:00:34", 1), + (50, 5, NULL, "Address", "address", 0, NULL, 1, "2018-12-31 11:53:16", NULL, "2018-12-31 11:53:16", 1), + (51, 5, NULL, "Address Type", "address_type", 1, "ADDRESSTYPE", NULL, "2018-12-31 11:55:40", NULL, "2018-12-31 11:55:40", 1), + (52, 5, NULL, "Address Type Others", "address_type_others", 0, NULL, NULL, "2018-12-31 11:55:40", NULL, "2018-12-31 11:55:40", 1), + (53, 5, NULL, "Locality", "locality", 1, "LOCALITY", NULL, "2018-12-31 11:59:42", NULL, "2018-12-31 11:59:42", 1), + (54, 5, NULL, "Approach to PD Location", "pd_location", 1, "PDLOCATIONAPPROACH", NULL, "2018-12-31 11:59:42", NULL, "2018-12-31 11:59:42", 1), + (55, 5, NULL, "Comment Locality", "comment_locality", 1, "COMMENTSONLOCALITY", NULL, "2018-12-31 11:59:42", NULL, "2018-12-31 11:59:42", 1), + (56, 5, NULL, "Remarks", "address_form_remark", 0, NULL, NULL, "2018-12-31 12:00:23", NULL, "2018-12-31 12:00:23", 1), + (57, 5, NULL, "Ownership", "address_ownership", 1, "RESIDENCEOWNERSHIP", NULL, "2018-12-31 12:03:33", NULL, "2018-12-31 12:03:33", 1), + (58, 5, NULL, "Specify Ownership", "other_ownership", 0, NULL, NULL, "2018-12-31 12:03:33", NULL, "2018-12-31 12:03:33", 1), + (60, 5, NULL, "Are There Any Other Premises form which business activity is begin run?", "bussiness_activity", 0, NULL, NULL, "2018-12-31 12:06:02", NULL, "2019-02-06 18:32:27", 1), + (61, 5, NULL, "How long has business been operated from this premise?", "business_years", 0, NULL, NULL, "2018-12-31 12:42:45", NULL, "2018-12-31 12:42:45", 1), + (62, 5, NULL, "How long has business been operated from this premise?", "business_month", 0, NULL, NULL, "2018-12-31 12:42:45", NULL, "2018-12-31 12:42:45", 1), + (63, 5, NULL, "Type of Premises", "premises_type", 1, "ADDRESSTYPE", NULL, "2018-12-31 12:42:45", NULL, "2019-02-06 18:33:06", 1), + (64, 5, NULL, "No of Additional Units", "no_of_additional_units", 0, NULL, NULL, "2018-12-31 12:46:58", NULL, "2018-12-31 12:46:58", 1), + (67, 5, NULL, "Other Premises Remarks", "premises_remarks", 0, NULL, NULL, "2018-12-31 12:46:58", NULL, "2018-12-31 12:46:58", 1), + (69, 9, NULL, "Other Source", "source", 1, "SOURCEOFOTHERINCOME", NULL, "2018-12-31 15:00:34", NULL, "2018-12-31 15:00:34", 1), + (70, 9, NULL, "Specify Other Source Income", "others_source", 0, NULL, NULL, "2018-12-31 15:00:34", NULL, "2018-12-31 15:00:34", 1), + (71, 9, NULL, "Frequency", "frequency", 1, "FREQUENCY", NULL, "2018-12-31 15:00:34", NULL, "2018-12-31 15:00:34", 1), + (72, 9, NULL, "Specify Other Frequency", "others_frequency", 0, NULL, NULL, "2018-12-31 15:00:34", NULL, "2018-12-31 15:00:34", 1), + (73, 9, NULL, "Other Income Remarks", "otherincome_remarks", 0, NULL, NULL, "2018-12-31 15:00:34", NULL, "2018-12-31 15:00:34", 1), + (74, 7, NULL, "Applicant Name", "applicant_name", 1, "PDAPPLICANTSDETAILS", NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (75, 7, NULL, "Bank Name", "bank_name", 1, "BTLENDERLIST", NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (76, 7, NULL, "Specify Other Bank Name", "other_bank", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (77, 7, NULL, "Account Type", "account_type", 1, "ACCOUNTTYPE", NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (78, 7, NULL, "Limit in case of OD/CC account", "limit", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (79, 7, NULL, "Is This Business Main Account?", "is_main", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (80, 7, NULL, "Number of Years / Months since account was started", "vintage_year", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (81, 7, NULL, "Number of Years / Months since account was started", "vintage_month", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (82, 19, NULL, "Neighbourhood / Reference Check", "check_type", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (83, 19, NULL, "Remarks ", "neighbour_reference_remark", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (84, 19, NULL, "Neighbourhood Name", "neighbourhood_name", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (85, 19, NULL, "Do You Know", "do_know", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (86, 19, NULL, "How Long to know Applicant", "how_long_do_know", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (87, 19, NULL, "Is The Applicant Owner", "is_applicant_owner", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (88, 19, NULL, "Reference Name", "reference_name", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (89, 19, NULL, "Mobile", "mobile", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (90, 19, NULL, "Landline", "landline", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (91, 19, NULL, "Location", "location", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (92, 19, NULL, "Relationship With Business", "relationship_with", 1, "RELATIONWITHBUSINESS", NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (93, 19, NULL, "Specify Other Business Relationship", "others", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (94, 19, NULL, "Period of Relationship", "year_relation_applicant", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (95, 19, NULL, "Period of Relationship", "months_relation_applicant", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (96, 19, NULL, "Business Volume Amount", "business_volume_amount", 0, NULL, NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (97, 19, NULL, "Business Unit", "business_volume_unit", 1, "FREQUENCY", NULL, "2018-12-31 16:33:36", NULL, "2018-12-31 16:33:36", 1), + (98, 8, NULL, "Do You have Any Other Existing Loan?", "existing_loan", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (99, 8, NULL, "Loan Amount", "loan_amount", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (100, 8, NULL, "Frequency", "frequency", 1, "FREQUENCY", NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (101, 8, NULL, "Installment Amount", "emi", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (102, 8, NULL, "Loan Type", "loan_type", 1, "EXISTINGLOANTYPES", NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (103, 8, NULL, "Specify Other Loan Type", "others_loan_type", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (104, 8, NULL, "Loan Taken By", "loan_taken_by", 1, "PDAPPLICANTSDETAILS", NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (105, 8, NULL, "Lender", "lender", 1, "BTLENDERLIST", NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (106, 8, NULL, "Specify Other Lender", "others_lender", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (107, 8, NULL, "Original Tenure", "original_tenure", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (108, 8, NULL, "Current Balance Tenure", "current_balance_tenure", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:25:39", 1), + (109, 8, NULL, "Remarks", "currentloan_remarks", 0, NULL, NULL, "2018-12-31 17:25:39", NULL, "2018-12-31 17:26:49", 1), + (110, 6, NULL, "Selected Person", "selected_person", 1, "PDAPPLICANTSDETAILS", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (111, 6, NULL, "Residence Place", "residence_place", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (112, 6, NULL, "Residence City", "residence_city", 1, "CITY", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (113, 6, NULL, "Residence State", "residence_state", 1, "STATE", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (114, 6, NULL, "Residence Pin", "residence_pin", 0, "PINCODE", NULL, "2018-12-31 19:07:07", NULL, "2019-02-27 13:29:47", 1), + (115, 6, NULL, "Residence Number of years", "residence_No_of_years", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (116, 6, NULL, "Residence Ownership", "residence_ownership", 1, "RESIDENCEOWNERSHIP", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (117, 6, NULL, "Number of family members", "total_number_of_family_members", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (118, 6, NULL, "Family Member Name", "family_member_name", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (119, 6, NULL, "Family member Relationship", "family_member_relationship", 1, "RELATIONSHIPS", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (120, 6, NULL, "Family Member Age", "family_member_age", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (121, 6, NULL, "Family Member Earning Status", "family_member_earning_status", 0, "", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (122, 6, NULL, "Earning Segment", "earning_segment", 1, "EARNINGMEMBERSSTATUS", NULL, "2018-12-31 19:07:07", NULL, "2019-10-10 20:00:57", 1), + (123, 6, NULL, "Income Per Month", "earning_gross_income_per_month", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (124, 6, NULL, "Name Of The Employer", "earning_name_of_the_employer_or_business", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (125, 6, NULL, "Number of Years in Employment / Business", "earning_number_of_years_in_employment_or_business", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (126, 6, NULL, "Non Earning Occupation", "non_earning_occupation", 1, "OCCUPATIONMEMBERS", NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (127, 6, NULL, "Non Earning Occupation Others", "non_earning_if_others", 0, NULL, NULL, "2018-12-31 19:07:07", NULL, "2018-12-31 19:07:07", 1), + (128, 6, NULL, "Retired From", "non_earning_if_retired_from", 0, NULL, NULL, "2018-12-31 19:07:08", NULL, "2018-12-31 19:07:08", 1), + (129, 6, NULL, "Remarks", "family_details_form_remark", 0, NULL, NULL, "2018-12-31 19:07:08", NULL, "2018-12-31 19:07:08", 1), + (130, 10, NULL, "Loan Amount Applied For", "loan_amount", 0, NULL, NULL, "2018-12-31 19:55:06", NULL, "2018-12-31 19:55:06", 1), + (131, 10, NULL, "What is the End Use", "end_use", 1, "ENDUSEOFLOAN", NULL, "2018-12-31 19:55:07", NULL, "2019-01-08 11:52:11", 1), + (132, 10, NULL, "Specify End Use Of Loan", "end_use_other", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (133, 10, NULL, "Is There a balance Transfer", "is_transfer", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (134, 10, NULL, "Is There a Top Up", "is_topup", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (135, 10, NULL, "What is the amount required for Balance Transfer", "balance_transfer_amount", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (136, 10, NULL, "Topup Amount", "topup_amount", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (137, 10, NULL, "End Use Topup", "end_use_topup", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (138, 10, NULL, "Lender from Which Balance Transfer Done", "lender", 1, "BTLENDERLIST", NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (139, 10, NULL, "Specifiy Other Lender", "other_bt_lender", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (140, 10, NULL, "EMI Amount Confortable ", "emi_level", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (141, 10, NULL, "Type Of Property", "property_type", 1, "MORTAGEPROPERTIES", NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (142, 10, NULL, "Other Property type", "property_type_others", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (143, 10, NULL, "Owner Name", "owner_name", 1, "PDAPPLICANTSDETAILS", NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (144, 10, NULL, "Other Owner Name", "other_owners_name", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (145, 10, NULL, "Source Of Own Contribution", "sources", 1, "SOURCEOFBALANCETRANSFER", NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (146, 10, NULL, "Amount Of Own Contribution", "own_contribution", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (147, 10, NULL, "Status Of Construction", "construction_status", 1, "STATUSOFCONSTRUCTION", NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (148, 10, NULL, "Estimated Market Vallue as Per Customer", "emv_per_customer", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (149, 10, NULL, "Remarks", "loandetails_remarks", 0, NULL, NULL, "2018-12-31 19:55:07", NULL, "2018-12-31 19:55:07", 1), + (150, 20, NULL, "Customer Behaviour", "final_custormer_remark_type", 1, "CUSTOMERBEHAVIOUR", NULL, "2018-12-31 20:20:40", NULL, "2018-12-31 20:20:40", 1), + (151, 20, NULL, "Final Remarks", "final_form_remarks", 0, NULL, NULL, "2018-12-31 20:20:40", NULL, "2018-12-31 20:20:40", 1), + (152, 18, NULL, "Applicant Name", "pd_co_applicant_id", 1, "PDAPPLICANTSDETAILS", NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (153, 18, NULL, "Is Applicant", "is_applicant", 0, NULL, NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (154, 18, NULL, "Is Person Met One of the Applicant", "is_person_met", 0, NULL, NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (155, 18, NULL, "Company Name", "company_name", 0, NULL, NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (156, 18, NULL, "Applicant Relation to", "relation_to", 1, "PDAPPLICANTSDETAILS", NULL, "2019-01-02 15:10:36", NULL, "2019-01-30 18:31:22", 1), + (157, 18, NULL, "Relationship", "relationship", 1, "RELATIONSHIPS", NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (158, 18, NULL, "Company Relationship", "company_relationship", 1, "COMPANYRELATIONSHIPS", NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (159, 18, NULL, "General Remark", "general_remark", 0, NULL, NULL, "2019-01-02 15:10:36", NULL, "2019-01-02 15:10:36", 1), + (160, 13, NULL, "Name Board Of Business Seen ", "was_the_company_name_board_sighted", 0, NULL, NULL, "2019-01-02 18:55:57", NULL, "2019-02-20 15:51:40", 1), + (161, 13, NULL, "Other Name in which Business run?", "profession_name_other", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 19:25:34", 1), + (162, 13, NULL, "Business Entity Type", "business_entity_type", 1, "BUSINESSENTITYTYPE", NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (163, 13, NULL, "Number of Years For Which The Business Has Been Running?", "business_years", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (164, 13, NULL, "Number of Years For Which The Business Has Been Running?", "business_month", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (165, 13, NULL, "Number of Years For Which The Business Has Been Running?", "business_date_object", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (166, 13, NULL, "Is This business is season?", "seasonality", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (167, 13, NULL, "In Which period Is Maximum sale / service done?", "peak_period_of_business", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (168, 13, NULL, "Partner Name", "partner_name", 1, "PDAPPLICANTSDETAILS", NULL, "2019-01-02 18:55:58", NULL, "2019-02-14 11:20:47", 1), + (169, 13, NULL, "Share Of profit / Shareholding (%)", "shareholding", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (170, 13, NULL, "No of Years in Current Business", "current_business_experiance_year", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (171, 13, NULL, "No of Years in Current Business", "current_business_experiance_month", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (172, 13, NULL, "Total business Experience", "total_business_experiance", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (173, 13, NULL, "Total Employees As Per Applicant ", "employees_total", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (174, 13, NULL, "Total Permanent Employees As Per Applicant ", "employees_permanent", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (175, 13, NULL, "Total Temporary Employees As Per Applicant ", "employees_temporary", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (176, 13, NULL, "No of Employees Sighted Ny PD Officer During His Visit ", "officer_total", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (177, 13, NULL, "Investment In Business By Applicants ", "invested_amount", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (178, 13, NULL, "Is the location of the business / profession suited to the nature of the business / service provided ?", "is_service_provided", 0, NULL, NULL, "2019-01-02 18:55:58", NULL, "2019-01-02 18:55:58", 1), + (179, 13, NULL, "Shop Eat Act Cert", "shop_eat_act_cert", 0, NULL, NULL, "2019-01-02 18:59:19", NULL, "2019-01-02 18:59:19", 1), + (180, 13, NULL, "GST Regn Cert", "gst_Regn_cert", 0, NULL, NULL, "2019-01-02 18:59:19", NULL, "2019-01-02 18:59:19", 1), + (181, 13, NULL, "Export Import Cert", "export_import_cert", 0, NULL, NULL, "2019-01-02 18:59:19", NULL, "2019-01-02 18:59:19", 1), + (182, 13, NULL, "Factory Cert", "factory_cert", 0, NULL, NULL, "2019-01-02 18:59:19", NULL, "2019-01-02 18:59:19", 1), + (183, 13, NULL, "Practice Cert", "practice_cert", 0, NULL, NULL, "2019-01-02 18:59:20", NULL, "2019-01-02 18:59:20", 1), + (184, 13, NULL, "Pf Regn", "pf_regn", 0, NULL, NULL, "2019-01-02 18:59:20", NULL, "2019-01-02 18:59:20", 1), + (185, 13, NULL, "Esic Regn", "esic_regn", 0, NULL, NULL, "2019-01-02 18:59:20", NULL, "2019-01-02 18:59:20", 1), + (186, 13, NULL, "Other Documents", "other_documents", 0, NULL, NULL, "2019-01-02 18:59:20", NULL, "2019-01-02 18:59:20", 1), + (187, 13, NULL, "Document", "document", 0, NULL, NULL, "2019-01-02 18:59:20", NULL, "2019-01-02 18:59:20", 1), + (188, 13, NULL, "Remarks", "business_remarks", 0, NULL, NULL, "2019-01-02 18:59:20", NULL, "2019-01-02 18:59:20", 1), + (189, 13, NULL, "Either Currently running business are Loan Applicants", "main_person", 1, "PDAPPLICANTSDETAILS", NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (190, 13, NULL, "Specify Other Main Persion Invloved In the business", "other_main_person", 0, NULL, NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (191, 13, NULL, "Were They Involved In Any Other Business Before Statring This business", "before_business", 0, NULL, NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (192, 13, NULL, "Description for Before Starting this business", "before_business_description", 0, NULL, NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (193, 13, NULL, "Other Family Members Involved In Business( Family Relation)", "other_family_relationship_id", 1, "RELATIONSHIPS", NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (194, 13, NULL, "Other Family Members Involved In Business(Name of the Person)", "family_member_name", 0, NULL, NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (195, 13, NULL, "Other Family Members Involved In Business(Relationship with Busiiness)", "relationship_with_company_id", 1, "COMPANYRELATIONSHIPS", NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (196, 13, NULL, "Other Family Members Involved In Business(Relation with Whom)", "relation_to_id", 1, "PDAPPLICANTSDETAILS", NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (197, 13, NULL, "Other Family Members Involved In Business(Started Business)", "started_business", 0, NULL, NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (198, 13, NULL, "Type of Business Activity", "type_of_activity_id", 1, "TYPEOFACTIVITY", NULL, "2019-01-02 19:25:20", NULL, "2019-01-02 19:25:20", 1), + (200, 13, NULL, "Main Product", "main_products", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (201, 13, NULL, "Area Of Sale", "area_of_sale", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (202, 13, NULL, "Description of Product", "description", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (203, 13, NULL, "Is PAN India?", "pan_india_options", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (204, 13, NULL, "State", "state_name", 1, "STATE", NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (205, 13, NULL, "City", "city_name", 1, "CITY", NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (206, 13, NULL, "Countries Where The Export is begin done?", "country_name", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (207, 13, NULL, "Approx % Of Sale", "approx_sale", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (208, 13, NULL, "Export Sale as a % Of Total Sales", "export_sale_of_total_sales", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (209, 13, NULL, "Other Business Activity Details", "others_details", 0, NULL, NULL, "2019-01-02 19:42:17", NULL, "2019-01-02 19:42:17", 1), + (210, 13, NULL, "Comment For Seasonal business", "month_of_business_run", 0, NULL, NULL, "2019-01-02 19:44:07", NULL, "2019-01-02 19:44:07", 1), + (211, 14, NULL, "Remarks", "financial_remarks", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-04 17:33:51", 1), + (212, 14, NULL, "Staring Financial Year", "staring_financial_year", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (213, 14, NULL, "Number Of Financial Years", "total_financial_year", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (214, 14, NULL, "Financial Year", "financial_year", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (215, 14, NULL, "Annual Sale", "financial_annual_sale", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (216, 14, NULL, "Is There Net Profit or Loss", "finanical_profit_or_loss", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (217, 14, NULL, "Net Profit Amount", "financial_net_profit", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (218, 14, NULL, "Net Loss Amount", "financial_net_loss", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (219, 14, NULL, "Net Profit to Sales %", "financial_margin_of_profit", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (220, 14, NULL, "Net Loss to Sales %", "financial_margin_of_loss", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (221, 14, NULL, "Sale Variation from Preious Year %", "financial_variation", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (222, 14, NULL, "Profit Variation from Previous Year in %", "financial_annualsales_variation", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (223, 14, NULL, "Customer Comments on Financial variation", "financial_reason", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (224, 14, NULL, "Actual Values same as Financial Statements", "same_as_financial_statements", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (225, 14, NULL, "Actual Values ( Financial Year )", "estimate_year", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (226, 14, NULL, "Actual Values ( Annual Sale )", "estimate_annual_sale", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (227, 14, NULL, "Actual Values ( Is There Net Profit or Loss )", "estimate_profit_or_loss", 0, NULL, NULL, "2019-01-03 16:50:16", NULL, "2019-01-03 16:50:16", 1), + (228, 14, NULL, "Actual Values ( Net Loss Amount )", "estimate_net_loss", 0, NULL, NULL, "2019-01-03 16:50:17", NULL, "2019-01-03 16:52:36", 1), + (229, 14, NULL, "Actual Values ( Net Loss Amount )", "estimate_net_profit", 0, NULL, NULL, "2019-01-03 16:50:17", NULL, "2019-01-03 16:52:36", 1), + (230, 14, NULL, "Actual Values ( Net Profit to Sales % )", "estimate_margin_of_profit", 0, NULL, NULL, "2019-01-03 16:50:17", NULL, "2019-01-03 16:52:36", 1), + (231, 14, NULL, "Actual Values ( Net Loss to Sales % )", "estimate_margin_of_loss", 0, NULL, NULL, "2019-01-03 16:50:17", NULL, "2019-01-03 16:52:36", 1), + (232, 14, NULL, "Actual Values ( Sale Variation from Preious Year % )", "estimate_variation", 0, NULL, NULL, "2019-01-03 16:50:17", NULL, "2019-01-03 16:52:36", 1), + (233, 14, NULL, "Actual Values ( Profit Variation from Previous Year in % )", "estimate_annualsales_variation", 0, NULL, NULL, "2019-01-03 16:50:17", NULL, "2019-01-03 16:52:36", 1), + (234, 11, NULL, "Remarks", "stock_remarks", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (235, 11, NULL, "Name", "raw_name", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (236, 11, NULL, "Stock", "stock_observed", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (237, 11, NULL, "Estimated Quantity", "raw_quantity", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (238, 11, NULL, "Unit of Measurements", "raw_uom", 1, "UOM", NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (239, 11, NULL, "Specify Other UOM", "other_uom", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (240, 11, NULL, "Estimated Value of Stock Observed", "raw_value", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 19:08:58", 1), + (241, 11, NULL, "Value of Raw Materials as per Latest financial year statements", "rawmaterial_value", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (242, 11, NULL, "Is The Stock of Raw Materials observed, sufficient considering the size of operations?", "is_sufficiant_raw", 0, NULL, NULL, "2019-01-04 18:03:30", NULL, "2019-01-04 18:03:30", 1), + (243, 11, NULL, "Finished Good Name", "goods_name", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-01-04 19:08:58", 1), + (244, 11, NULL, "Finsihed Goods Stock", "goods_observed", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-01-04 19:08:58", 1), + (245, 11, NULL, "Estimated Finished Good Quantity", "goods_quantity", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-01-04 19:18:19", 1), + (246, 11, NULL, "Estimated Value of Finished Good Stock Observed", "goods_value", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-01-04 19:08:58", 1), + (247, 11, NULL, "Value of Finished Good as per Latest financial year statements", "finished_goods_value", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-01-04 19:08:58", 1), + (248, 11, NULL, "Is The Stock of Raw Finished Good, sufficient considering the size of operations?", "is_sufficiant_finished_and_traded_goods", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-02-26 11:47:23", 1), + (249, 11, NULL, "Comment on Finished Good Stock Level", "finishedgoods_remarks", 0, NULL, NULL, "2019-01-04 19:08:58", NULL, "2019-01-04 19:08:58", 1), + (250, 11, NULL, "Trading Goods Name ", "traded_goods_name", 0, NULL, NULL, "2019-01-04 19:18:19", NULL, "2019-01-04 19:18:19", 1), + (251, 11, NULL, "Trading Goods Stock", "traded_goods_observed", 0, NULL, NULL, "2019-01-04 19:18:19", NULL, "2019-01-04 19:18:19", 1), + (252, 11, NULL, "Estimated Trading Good Quantity", "traded_goods_quantity", 0, NULL, NULL, "2019-01-04 19:18:19", NULL, "2019-01-04 19:18:19", 1), + (253, 11, NULL, "Value of Traded Good as per latest Financial year statements", "traded_goods_value", 0, NULL, NULL, "2019-01-04 19:18:19", NULL, "2019-01-04 19:18:19", 1), + (254, 11, NULL, "Estimated value of Goods Observed", "estimated_traded_goods_value", 0, NULL, NULL, "2019-01-04 19:18:19", NULL, "2019-01-04 19:18:19", 1), + (256, 11, NULL, "Comment onTraded Good Stock Level", "traded_goods_remarks", 0, NULL, NULL, "2019-01-04 19:20:05", NULL, "2019-01-04 19:20:05", 1), + (257, 1, NULL, "Trading Product Name", "trade_product_name", 0, NULL, NULL, "2019-01-05 13:01:47", NULL, "2019-01-05 13:01:47", 1), + (258, 1, NULL, "Trading Supplier Name", "trade_supplier_name", 0, NULL, NULL, "2019-01-05 13:01:47", NULL, "2019-01-05 13:01:47", 1), + (259, 1, NULL, "Trade Product Contact Person Name", "trade_product_contact_person_name", 0, NULL, NULL, "2019-01-05 13:01:47", NULL, "2019-01-05 13:01:47", 1), + (260, 1, NULL, "Trade Product Contact Person Mobile Number", "trade_product_contact_person_mobile_number", 0, NULL, NULL, "2019-01-05 13:01:48", NULL, "2019-01-05 13:01:48", 1), + (261, 1, NULL, "Trade Product Payment Mode", "trade_product_payment_type", 1, "PAYMENTMODE", NULL, "2019-01-05 13:01:48", NULL, "2019-01-05 13:01:48", 1), + (262, 1, NULL, "Frequency of Purchase", "trade_product_frequency_of_purchase", 1, "FREQUENCY", NULL, "2019-01-05 13:01:48", NULL, "2019-01-05 13:01:48", 1), + (264, 1, NULL, "% of Total Trading Prodcts credit values", "trading_products_total_payments_percent_on_credit", 0, NULL, NULL, "2019-01-05 13:01:48", NULL, "2019-01-05 13:01:48", 1), + (265, 18, NULL, "Qualification", "qualification", 1, "EDUQUALIFICATION", NULL, "2019-01-30 18:02:42", NULL, "2019-01-30 18:05:04", 1), + (267, 18, NULL, "BUSINESS ENTITY TYPE", "business_entity_type", 1, "BUSINESSENTITYTYPE", NULL, "2019-01-30 18:24:05", NULL, "2019-01-30 18:24:05", 1), + (268, 22, NULL, "Assets type", "business_assets_mode", 1, "ASSETTYPE", NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (269, 22, NULL, "Property Type", "property_type", 1, "PROPERTIES", NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (270, 22, NULL, "Approximate Market Value", "business_approximate_market_value", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (271, 22, NULL, "business_name_of_the_owner", "id", 0, "PDAPPLICANTSDETAILS", NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 16:39:24", 1), + (272, 22, NULL, "business_name_of_the_other_owner", "business_name_of_the_other_owner", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (273, 22, NULL, "other_property_type", "other_property_type", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (274, 22, NULL, "business_vintage", "business_vintage", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (275, 22, NULL, "business_purchase_year", "business_purchase_year", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (276, 22, NULL, "Is There Any Loan Existing Againest This Assest?", "business_emi", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (277, 22, NULL, "Remarks", "business_assets_form_remark", 0, NULL, NULL, "2019-01-31 13:38:03", NULL, "2019-01-31 13:38:03", 1), + (278, 22, NULL, "manufacturer_model_vehicle", "manufacturer_model_vehicle", 0, NULL, NULL, "2019-01-31 15:17:18", NULL, "2019-01-31 15:17:18", 1), + (279, 4, NULL, "Specify Other Investment Type", "other_investments_type", 0, NULL, NULL, "2019-02-01 12:53:54", NULL, "2019-02-01 12:53:54", 1), + (280, 4, NULL, "Current Market Value", "amount_of_invest", 0, NULL, NULL, "2019-02-01 12:53:54", NULL, "2019-02-01 13:35:47", 1), + (281, 4, NULL, NULL, NULL, 0, NULL, NULL, "2019-02-01 13:35:47", NULL, "2019-02-01 13:35:47", 1), + (282, 4, NULL, "Specify Onwer Name", "other_owner", 0, NULL, NULL, "2019-02-01 13:38:25", NULL, "2019-02-01 13:38:25", 1), + (283, 4, NULL, "Vintage", "vintage_personal", 0, NULL, NULL, "2019-02-01 13:52:11", NULL, "2019-02-01 13:52:11", 1), + (284, 4, NULL, "Purchase Year", "purchase_year", 0, NULL, NULL, "2019-02-01 13:52:11", NULL, "2019-02-01 13:52:11", 1), + (285, 4, NULL, "Description of Assets", "any_other_assets", 0, NULL, NULL, "2019-02-01 14:17:33", NULL, "2019-02-01 14:17:33", 1), + (286, 4, NULL, "Value of The Assets", "any_other_asset_value", 0, NULL, NULL, "2019-02-01 14:17:33", NULL, "2019-02-01 14:17:33", 1), + (287, 4, NULL, "Is There any Asset Loan", "any_other_asset_loan", 0, NULL, NULL, "2019-02-01 14:17:33", NULL, "2019-02-01 14:17:33", 1), + (288, 5, NULL, "Was any other business activity seen at the residence during visit?", "other_premises_bussiness_activity", 0, NULL, NULL, "2019-02-06 18:28:57", NULL, "2019-02-06 18:30:13", 1), + (289, 5, NULL, "address_form_remark", "address_form_remark", 0, NULL, NULL, "2019-02-06 18:29:29", NULL, "2019-02-06 18:30:13", 1), + (290, 5, NULL, "Was any other business activity seen at the residence during visit? Remark", "bussiness_activity_remark", 0, NULL, NULL, "2019-02-06 18:31:57", NULL, "2019-02-06 18:31:57", 1), + (291, 5, NULL, "Type of premises", "premises_type", 1, NULL, NULL, "2019-02-06 18:35:04", NULL, "2019-02-06 18:43:09", 1), + (292, 5, NULL, "Location/city", "premises_city", 0, NULL, NULL, "2019-02-06 18:35:04", NULL, "2019-02-06 18:35:04", 1), + (293, 5, NULL, "Specify Premises Type", "premises_type_others", 0, NULL, NULL, "2019-02-06 18:35:04", NULL, "2019-02-06 18:35:04", 1), + (294, 20, NULL, "Specify Customer Behaviour", "final_other_customer_behaviour", 0, NULL, NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (295, 20, NULL, "Is The Location of the business/ Profession suited to the nature of business /service Provided", "is_service_provided", 0, NULL, NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (296, 20, NULL, "PD Officers Recommendations", "pd_officers_recommendation", 1, "PDOFFICERRECOMMENDATIONS", NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (297, 20, NULL, "Specifiy Others PD Offcier Recommendations", "others_pd_officers_recommendation", 0, NULL, NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (298, 20, NULL, "Enter reasan for Refer to Credit", "enter_reason_for_refer_to_credit", 0, NULL, NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (299, 20, NULL, "Enter Reason For Negative", "enter_reason_for_negative", 0, NULL, NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (300, 20, NULL, "Final Remarks", "final_form_remarks", 0, NULL, NULL, "2019-02-11 12:34:33", NULL, "2019-02-11 12:34:33", 1), + (301, 18, NULL, "applicant_title_name", "applicant_title_name", 1, "TITLES", NULL, "2019-02-11 18:23:04", NULL, "2019-02-11 18:23:04", 1), + (302, 2, NULL, "person_title_name", "person_title_name", 1, "TITLES", NULL, "2019-02-13 12:38:35", NULL, "2019-02-13 12:38:35", 1), + (303, 2, NULL, "person_designation", "person_designation", 1, "COMPANYRELATIONSHIPS", NULL, "2019-02-13 12:38:35", NULL, "2019-02-13 12:38:35", 1), + (304, 2, NULL, "person_stdcode", "person_stdcode", 0, NULL, NULL, "2019-02-13 12:38:36", NULL, "2019-02-13 12:38:36", 1), + (305, 2, NULL, "person_landline", "person_landline", 0, NULL, NULL, "2019-02-13 12:38:36", NULL, "2019-02-13 12:38:36", 1), + (306, 2, NULL, "other_person_designation", "other_person_designation", 0, NULL, NULL, "2019-02-13 12:38:36", NULL, "2019-02-13 12:38:36", 1), + (307, 2, NULL, "manufacturing_product_name", "manufacturing_product_name", 0, NULL, NULL, "2019-02-13 12:40:24", NULL, "2019-02-13 12:40:24", 1), + (308, 2, NULL, "main_raw_materials_total_payments_percent_on_credit", "main_raw_materials_total_payments_percent_on_credit", 0, NULL, NULL, "2019-02-13 12:40:46", NULL, "2019-02-13 12:40:46", 1), + (309, 2, NULL, "trade_product_name", "trade_product_name", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (310, 2, NULL, "trade_client_name", "trade_client_name", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (311, 2, NULL, "trade_product_contact_person_name", "trade_product_contact_person_name", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (312, 2, NULL, "trade_product_contact_person_mobile_number", "trade_product_contact_person_mobile_number", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (313, 2, NULL, "trade_product_payment_type", "trade_product_payment_type", 1, "PAYMENTMODE", NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (314, 2, NULL, "trade_product_payment_mode", "trade_product_payment_mode", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (315, 2, NULL, "trade_product_credit_days_from", "trade_product_credit_days_from", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (316, 2, NULL, "trade_product_credit_days_to", "trade_product_credit_days_to", 0, NULL, NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (317, 2, NULL, "person_title_name", "person_title_name", 1, "TITLES", NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (318, 2, NULL, "person_designation", "person_designation", 1, "COMPANYRELATIONSHIPS", NULL, "2019-02-13 13:33:40", NULL, "2019-02-13 13:33:40", 1), + (319, 2, NULL, "person_stdcode", "person_stdcode", 0, NULL, NULL, "2019-02-13 13:33:41", NULL, "2019-02-13 13:33:41", 1), + (320, 2, NULL, "person_landline", "person_landline", 0, NULL, NULL, "2019-02-13 13:33:41", NULL, "2019-02-13 13:34:24", 1), + (321, 2, NULL, "other_person_designation", "other_person_designation", 0, NULL, NULL, "2019-02-13 13:33:41", NULL, "2019-02-13 13:33:41", 1), + (322, 2, NULL, "trading_products_total_payments_percent_on_credit", "trading_products_total_payments_percent_on_credit", 0, NULL, NULL, "2019-02-13 13:34:24", NULL, "2019-02-13 13:34:24", 1), + (323, 2, NULL, "service_provider_product_name", "service_provider_product_name", 0, NULL, NULL, "2019-02-13 13:34:24", NULL, "2019-02-13 13:34:24", 1), + (324, 2, NULL, "service_provider_client_name", "service_provider_client_name", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (325, 2, NULL, "service_provider_product_contact_person_name", "service_provider_product_contact_person_name", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (326, 2, NULL, "service_provider_product_contact_person_mobile_number", "service_provider_product_contact_person_mobile_number", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (327, 2, NULL, "service_provider_product_payment_type", "service_provider_product_payment_type", 1, "PAYMENTMODE", NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (328, 2, NULL, "service_provider_product_payment_mode", "service_provider_product_payment_mode", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (329, 2, NULL, "service_provider_product_credit_days_from", "service_provider_product_credit_days_from", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (330, 2, NULL, "service_provider_product_credit_days_to", "service_provider_product_credit_days_to", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (331, 2, 0, "service_products_total_payments_percent_on_credit", "service_products_total_payments_percent_on_credit", 0, NULL, NULL, "2019-02-13 13:36:14", NULL, "2019-02-13 13:36:14", 1), + (332, 1, NULL, "manufacturing_credit_days_from", "manufacturing_credit_days_from", 0, NULL, NULL, "2019-02-13 15:07:10", NULL, "2019-02-13 15:07:10", 1), + (333, 1, NULL, "manufacturing_credit_days_to", "manufacturing_credit_days_to", 0, NULL, NULL, "2019-02-13 15:07:10", NULL, "2019-02-13 15:07:10", 1), + (334, 1, NULL, "person_stdcode", "person_stdcode", 0, NULL, NULL, "2019-02-13 15:09:55", NULL, "2019-02-13 15:09:55", 1), + (335, 1, NULL, "person_landline", "person_landline", 0, NULL, NULL, "2019-02-13 15:09:56", NULL, "2019-02-13 15:09:56", 1), + (336, 1, NULL, "person_title_name", "person_title_name", 1, "TITLES", NULL, "2019-02-13 15:09:56", NULL, "2019-02-13 15:09:56", 1), + (337, 1, NULL, "person_designation", "person_designation", 1, "COMPANYRELATIONSHIPS", NULL, "2019-02-13 15:09:56", NULL, "2019-02-13 15:09:56", 1), + (338, 1, NULL, "trade_product_credit_days_from", "trade_product_credit_days_from", 0, NULL, NULL, "2019-02-13 15:10:24", NULL, "2019-02-13 15:10:24", 1), + (339, 1, NULL, "trade_product_credit_days_to", "trade_product_credit_days_to", 0, NULL, NULL, "2019-02-13 15:10:24", NULL, "2019-02-13 15:10:24", 1), + (340, 13, NULL, "family_member_salutation", "family_member_salutation", 1, "TITLES", NULL, "2019-02-14 14:06:25", NULL, "2019-02-14 14:06:25", 1), + (341, 19, NULL, "status of check as per PD Offcier", "neighbourhood_status", 0, NULL, NULL, "2019-02-20 15:23:39", NULL, "2019-02-20 15:23:39", 1), + (342, 21, NULL, "Applicant Name", "applicant_name", 1, "PDAPPLICANTSDETAILS", NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (343, 21, NULL, "Bank Name", "bank_name", 1, "BTLENDERLIST", NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (344, 21, NULL, "Specify Other Bank Name", "other_bank", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (345, 21, NULL, "Account Type", "account_type", 1, "ACCOUNTTYPE", NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (346, 21, NULL, "Limit in case of OD/CC account", "limit", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (347, 21, NULL, "Is This Business Main Account?", "is_main", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (348, 21, NULL, "Number of Years / Months since account was started", "vintage_year", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (349, 21, NULL, "Number of Years / Months since account was started", "vintage_month", 0, NULL, NULL, "2018-12-31 16:08:55", NULL, "2018-12-31 16:08:55", 1), + (350, NULL, NULL, "Has OTP authentication been done", "otp_done ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (351, NULL, NULL, "Is person Met, one of the loan applicants?", "person_met_is_applicant", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (352, NULL, NULL, "Qualification ", "qualification ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (353, NULL, NULL, "Comment on Locality", "comment_locality ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (354, NULL, NULL, "Approach to PD location", "pd_location_approach ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (355, NULL, NULL, "Customer Behaviour", "customer_behaviour ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (356, NULL, NULL, "Status of the neighbourhood check as per PD officer", "neibourhood_check_as_per_pd_officer ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (357, NULL, NULL, "Name Board of the Business Seen", "was_the_company_name_board_sighted ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (358, NULL, NULL, "Value of Assets as a % of Loan Amount ", "value_of_other_assets ", 0, NULL, NULL, "2019-03-16 19:07:48", NULL, "2019-03-16 19:07:48", 1), + (359, NULL, NULL, "Number of Years For Which The Business Has Been Running", "no_of_years_business_run", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (360, NULL, NULL, "Is the Business seasonal?", "business_seasonality ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (361, NULL, NULL, "Total Number of Employees (as per applicant)", "employees_total ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (362, NULL, NULL, "Shop and Eat Act cert? ", "shop_eat_act_cert", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (363, NULL, NULL, "GST regn cert? ", "gst_Regn_cert", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (364, NULL, NULL, "Export/import cert? ", "export_import_cert", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (365, NULL, NULL, "Factory cert?", "factory_cert", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (366, NULL, NULL, "Cert of practice? ", "cert_of_practice", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (367, NULL, NULL, "PF Regn?", "pf_regn", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (368, NULL, NULL, "ESIC Regn?", "esic_regn", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (369, NULL, NULL, "Owned Property", "owned_property ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (370, NULL, NULL, "Owned Vehicle", "owned_vechile ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (371, NULL, NULL, "At least 1 Supplier Name & Number field details provided", "minimum_supplier_info ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (372, NULL, NULL, "At least 1 Client Name & Number field details provided", "minimum_client_info ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (373, NULL, NULL, "Is the stock of raw material observed, sufficient considering the size of operaions", "stock_raw_material_enough ", 0, NULL, NULL, "2019-03-16 19:13:56", NULL, "2019-03-16 19:13:56", 1), + (374, NULL, NULL, "Is the stock of Finished / Traded goods observed, sufficient considering the size of operaions", "stock_finished_goods_enough ", 0, NULL, NULL, "2019-03-16 19:13:57", NULL, "2019-03-16 19:13:57", 1), + (375, NULL, NULL, "Is the location of the business / profession suited to the nature of business / service provided?", "location_suited_for_busienss ", 0, NULL, NULL, "2019-03-16 19:13:57", NULL, "2019-03-16 19:13:57", 1), + (376, NULL, NULL, "Was any business activity seen at the Address Type seen during PD visit ?", "business_activity_has_seen ", 0, NULL, NULL, "2019-03-16 19:13:57", NULL, "2019-03-16 19:13:57", 1), + (377, NULL, NULL, "Vintage of Main Business Account", "vintage_of_business_account ", 0, NULL, NULL, "2019-03-16 19:13:57", NULL, "2019-03-16 19:13:57", 1), + (378, NULL, NULL, "PD Officer\'s recommendation", "pd_officer_recommandations ", 0, NULL, NULL, "2019-03-16 19:13:57", NULL, "2019-03-16 19:13:57", 1), + (379, 6, NULL, "family_member_salutation", "family_member_salutation", 1, "TITLES", NULL, "2019-05-17 00:30:38", NULL, "2019-05-17 00:34:11", 1), + (380, 13, NULL, "pos_machines_financial_institution_name", "pos_machines_financial_institution_name", 1, "BTLENDERLIST", NULL, "2019-06-12 19:44:54", NULL, "2019-06-12 19:44:54", 1), + (381, 1, 0, "service_provider_payment_type", "service_provider_payment_type", 1, "PAYMENTMODE", NULL, "2019-08-24 15:42:05", NULL, "2019-08-24 15:42:05", 1), + (382, 7, NULL, "Is this same AC used for?", "same_ac_used_for", 0, NULL, NULL, "2021-12-29 21:15:27", NULL, "2021-12-29 21:15:27", 1), + (383, 7, NULL, "Applicant Name", "applicant_name_business", 1, "PDAPPLICANTSDETAILS", NULL, "2021-12-29 21:15:28", NULL, "2021-12-29 21:15:28", 1), + (384, 7, NULL, "Bank Name", "bank_name_business", 1, "BTLENDERLIST", NULL, "2021-12-29 21:15:28", NULL, "2021-12-29 21:15:28", 1), + (385, 7, NULL, "Specify Other Bank Name", "other_bank_business", 0, NULL, NULL, "2021-12-29 21:15:28", NULL, "2021-12-29 21:15:28", 1), + (386, 7, NULL, "Account Type", "account_type_business", 1, "ACCOUNTTYPE", NULL, "2021-12-29 21:15:29", NULL, "2021-12-29 21:15:29", 1), + (387, 7, NULL, "Limit in case of OD/CC account", "limit_business", 0, NULL, NULL, "2021-12-29 21:15:29", NULL, "2021-12-29 21:15:29", 1), + (388, 7, NULL, "Number of Years / Months since account was started", "vintage_year_business", 0, NULL, NULL, "2021-12-29 21:15:29", NULL, "2021-12-29 21:15:29", 1), + (389, 7, NULL, "Number of Years / Months since account was started", "vintage_month_business", 0, NULL, NULL, "2021-12-29 21:15:30", NULL, "2021-12-29 21:15:30", 1); + +/*!40000 ALTER TABLE `m_question_key_mapping` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_questions +# ------------------------------------------------------------ + +CREATE TABLE `m_questions` ( + `question_id` int NOT NULL AUTO_INCREMENT, + `question` text, + `description` text, + `fk_question_category` int DEFAULT NULL, + `fk_question_answertype` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`question_id`) +) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_questions` WRITE; +/*!40000 ALTER TABLE `m_questions` DISABLE KEYS */; + +INSERT INTO `m_questions` (`question_id`, `question`, `description`, `fk_question_category`, `fk_question_answertype`, `isactive`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`) VALUES + (1, "What is the no of years in the current residence?\n", "What is the no of years in the current residence?\n", 3, 1, 1, "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1), + (2, "Who owns the residence?\n", "Who owns the residence?\n", 3, 1, 1, "2018-10-17 09:20:29", 1, "2018-10-26 11:36:16", 1), + (3, "Bank Account Type (Savings / Current / OD / CC )\n", "Bank Account Type (Savings / Current / OD / CC )\n", 1, 1, 1, "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1), + (4, "Salary Credited in this account (Yes / No / NA)\n", "Salary Credited in this account (Yes / No / NA)\n", 1, 1, 1, "2018-10-17 09:20:29", 1, "2018-10-26 05:46:55", 1), + (5, "What is the Address where the PD is done?\n", "What is the Address where the PD is done?\n", 2, 2, 1, "2018-10-17 09:20:29", 1, "2018-10-27 07:11:07", 1), + (6, "Has OTP authentication been done\n", "salary", 5, 1, 1, "2018-10-23 11:55:17", 1, "2018-10-23 11:55:17", 1), + (7, "What is the number of Dependants? (Software to calculate based on Information 23. \n", "What is the number of Dependants? (Software to calculate based on Information 23. \n", 3, 1, 1, "2018-10-23 11:55:17", 1, "2018-10-26 11:36:16", 1), + (8, "What is the Educational Qualification of the Main Applicant?\n", "What is the Educational Qualification of the Main Applicant?\n", 3, 1, 1, "2018-10-23 11:55:17", 1, NULL, NULL), + (9, "Net Income per month per family member (to be calculated by software)", "Net Income per month per family member (to be calculated by software)", 6, 1, 1, "2018-10-23 12:06:11", 1, NULL, NULL), + (10, "Percentage of Earning Members to Total Family Members (This is to be calculated by software based on information captured i.e Inf 22 + 1 divided by Inf 21)", "Percentage of Earning Members to Total Family Members (This is to be calculated by software based on information captured i.e Inf 22 + 1 divided by Inf 21)", 6, 1, 1, "2018-10-23 12:06:11", 1, "2018-10-27 12:20:14", 1), + (11, "What are the Personal Assets Owned?\n", "What are the Personal Assets Owned?", 3, 1, 1, "2018-10-23 12:28:32", 1, NULL, NULL), + (12, "Other Income source", "Other Income source", 6, 1, 1, "2018-10-23 12:06:11", 1, NULL, NULL), + (13, "How was the approach to the PD location?\n", "How was the approach to the PD location?\n", 5, 1, 1, "2018-10-23 12:28:32", 1, NULL, NULL), + (14, "Who was the person met during PD?\n", "Who was the person met during PD?\n", 5, 1, 1, "2018-10-23 12:28:32", 1, NULL, NULL), + (15, "Neighbourhood check - Is the applicant owner of the business?", "Neighbourhood check - Is the applicant owner of the business?", 5, 1, 1, "2018-10-23 12:06:11", 1, "2018-10-26 10:18:18", 1), + (16, "Neighbourhood check - Do you know the applicants?", "Neighbourhood check - Do you know the applicants?", 5, 1, 1, "2018-10-23 12:43:15", 1, "2018-10-23 12:43:15", 1), + (17, "What is the no of employees?\n", "Salary cheque", 4, 1, 1, "2018-10-23 12:28:32", 1, NULL, NULL), + (18, "For how many years has this organisation (employer) been in business?", "For how many years has this organisation (employer) been in business?", 4, 1, 1, "2018-10-23 13:16:26", 1, NULL, NULL), + (19, "Has employer been met? (Only applicable for Cash Salaried)", "Has employer been met? (Only applicable for Cash Salaried)", 4, 1, 1, "2018-10-23 13:16:26", 1, NULL, NULL), + (20, "Has salary amount been confirmed by person met? (Only applicable for Cash Salaried)", "Has salary amount been confirmed by person met? (Only applicable for Cash Salaried)", 4, 1, 1, "2018-10-23 13:16:26", 1, NULL, NULL), + (21, "Has Attendance / Salary register been sighted and photograph uploaded? (Only applicable for Cash Salaried)", "Has Attendance / Salary register been sighted and photograph uploaded? (Only applicable for Cash Salaried)", 4, 1, 1, "2018-10-23 13:16:26", 1, "2018-11-08 09:26:52", 1), + (22, "Was the name board of the business / profession seen?", "Was the name board of the business / profession seen?", 8, 1, 1, "2018-10-26 09:36:12", 1, "2018-10-31 06:06:52", 1), + (23, "Was business / professional activity observed during the visit?", "Was business / professional activity observed during the visit?", 8, 1, 1, "2018-10-26 09:36:12", 1, NULL, NULL), + (24, "Is the business / professional place independently occupied or shared with others?", "Is the business / professional place independently occupied or shared with others?", 8, 1, 1, "2018-10-26 09:36:12", 1, NULL, NULL), + (25, "Is the business / professional set-up self owned / Rented / Family Owned / others (please specify)? ", "Note - In case of rented please provide rent paid?", 8, 1, 1, "2018-10-26 09:36:12", 1, "2018-10-27 06:33:40", 1), + (26, "For how many years has this business / profession been running?", "For how many years has this business / profession been running?", 8, 1, 1, "2018-10-26 09:36:12", 1, "2018-10-26 11:36:16", 1), + (27, "Is the business seasonal or run throughout the year? ", "Is the business seasonal or run throughout the year? ", 8, 1, 1, "2018-10-26 09:36:12", 1, NULL, NULL), + (28, "Who started the business / profession?\n", "Who started the business / profession?\n", 8, 1, 1, "2018-10-26 09:36:12", 1, NULL, NULL), + (29, "No of years in current business for the Partner / Director ?", "No of years in current business for the Partner / Director ?", 8, 1, 1, "2018-10-26 09:36:12", 1, NULL, NULL), + (30, "What is the no of employees?", "What is the no of employees?", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (31, "What is the % of Immediate / Advance Payment Purchase to total Purchase?", "What is the % of Immediate / Advance Payment Purchase to total Purchase?", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (32, "What is the % of Immediate / Advance Payment Sales to total Sales?", "What is the % of Immediate / Advance Payment Sales to total Sales?", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (33, "As per PD officer, is stock of Finished Goods OK considering the size of operations?", "As per PD officer, is stock of Finished Goods OK considering the size of operations?", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (34, "Does the applicant use mobile wallets / UPI Apps? (Only applicable to trading and service)", "Does the applicant use mobile wallets / UPI Apps? (Only applicable to trading and service)", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (35, "Does the applicant use POS machines in his business / profession? (Only applicable to trading and service)", "Does the applicant use POS machines in his business / profession? (Only applicable to trading and service)", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (36, "Is the location of the business / profession suited to the nature of business / service provided? ", "Is the location of the business / profession suited to the nature of business / service provided? ", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (37, "Who is the main person running the business / profession?", "Who is the main person running the business / profession?", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (38, "Is the Business / Profession GST Registered? (Will not be scored if NA)", "Is the Business / Profession GST Registered? (Will not be scored if NA)", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (39, "Is the Business / Profession PF Registered? (Will not be scored if NA)", "Is the Business / Profession PF Registered? (Will not be scored if NA)", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (40, "Is the Business / Profession ESI Registered? (Will not be scored if NA)", "Is the Business / Profession ESI Registered? (Will not be scored if NA)", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (41, "What is the highest vintage of the main business banking account (if multiple business banking accounts, then take the one with highest vintage)", "What is the highest vintage of the main business banking account (if multiple business banking accounts, then take the one with highest vintage)", 8, 1, 1, "2018-10-26 10:18:18", 1, NULL, NULL), + (42, "Total no of years of experience in business for Proprietor / Partner / Director?", "Total no of years of experience in business for Proprietor / Partner / Director?", 8, 1, 1, "2018-10-26 11:36:16", 1, NULL, NULL), + (43, "Description of PD Address", "i.e Type of place", 2, 1, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (44, "Description of locality in which the PD address is located", "Description of locality in which the PD address is located", 2, 1, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (45, "What is the Customer\'s contact number?", "What is the Customer\'s contact number?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (46, "What is the Name of Lender representative who accompanies the PD officer, if any?", "What is the Name of Lender representative who accompanies the PD officer, if any?", 9, 2, 1, "2018-10-27 05:03:28", 1, "2018-11-08 09:26:52", 1), + (47, "What is the number of family members of Individual Applicants ? ", "What is the number of family members of Individual Applicants ? ", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (48, "What is the name of the employer?", "What is the name of the employer?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (49, "Under what name is the business run?", "Under what name is the business run?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (50, "For how many years has this organisation (employer) been in business?", "For how many years has this organisation (employer) been in business?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (51, "For how many years has this business been running?", "For how many years has this business been running?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (52, "For how many years has this profession been running?", "For how many years has this profession been running?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (53, "What is the no of employees?", "No of employee", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (54, "What is No of Permanent employees?", "What is No of Permanent employees?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (55, "What is No of Temporary employees?", "What is No of Temporary employees?", 2, 2, 1, "2018-10-27 05:03:28", 1, NULL, NULL), + (56, "What is the amount of money invested by applicant to start the business?", "What is the amount of money invested by applicant to start the business?", 2, 2, 1, "2018-10-27 06:33:40", 1, NULL, NULL), + (57, "What is the monthly amount of money requried to run the business (Working Capital) ?", "What is the monthly amount of money requried to run the business (Working Capital) ?", 2, 2, 1, "2018-10-27 06:33:40", 1, NULL, NULL), + (58, "Estimated Market Value of property as per customer?", "Estimated Market Value of property as per customer?", 2, 2, 1, "2018-10-27 06:33:40", 1, NULL, NULL), + (59, "Value of property as per agreement?", "Value of property as per agreement?", 2, 2, 1, "2018-10-27 06:33:40", 1, NULL, NULL), + (60, "What is the EMI customer is comfortable in paying?", "What is the EMI customer is comfortable in paying?", 2, 2, 1, "2018-10-27 06:33:40", 1, NULL, NULL), + (62, "What are the Personal Assets?", "(Description of the asset / Estimated market value / How was the asset acquired (Own funds / borrowed))\n", 5, 3, 1, "2018-11-01 05:53:23", 1, NULL, NULL), + (63, "What are the Business Assets? ", "(Description of the asset / Estimated market value / How was the asset acquired (Own funds / borrowed))", 5, 3, 1, "2018-11-01 05:53:23", 1, NULL, NULL), + (64, "Was the Loan File shown to PD Officer ", "(specific to IMGC)", 9, 1, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (65, "Did the Lender representative carry the loan File during PD? ", "specific to IMGC", 9, 1, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (66, "Name of the employer", "For Salaried Customers", 4, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (67, "Since how long working with this employer?", "Experience", 4, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (68, "Name and Designation of the person met", " ", 4, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (69, "What is the salary amount?", " ", 4, 2, 1, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", 1), + (70, "What is the Bonus / Incentive if any ?", " ", 4, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (71, "What is the salary date?", " ", 4, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (72, "Has there been any delays in paying out salaries?", " ", 4, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (73, "Is the applicant using any mobile wallet?", "List them if any.", 5, 2, 1, "2018-11-08 09:26:52", 1, NULL, NULL), + (74, "What is the loan amount applied?", " ", 10, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:53:14", NULL), + (75, "What is the end use of this loan ?", "Select all", 10, 3, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:54:47", NULL), + (76, "Is there a balance transfer ?", " ", 10, 1, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:54:50", NULL), + (77, "What is the Top Up Amount?", " ", 10, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:54:52", NULL), + (78, "Lender from where Balance Transfer done ", " ", 10, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:54:54", NULL), + (79, "What is the amount of own contribution", " ", 10, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:54:56", NULL), + (80, "What is the source of own contribution?", " ", 10, 3, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:54:58", NULL), + (81, "What is the EMI applicant is comfortable paying ?", " ", 10, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:55:01", NULL), + (82, "Type of Property being mortgaged", " ", 11, 1, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:55:03", NULL), + (83, "Name of owner", " ", 11, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:55:05", NULL), + (84, "Status of Construction", " ", 11, 1, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:55:07", NULL), + (85, "Estimated Market Value as per customer", " ", 11, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:55:10", NULL), + (86, "Value as per agreement", " ", 11, 2, 1, "2018-11-08 15:22:34", 1, "2018-11-08 21:52:54", NULL), + (87, "For how many years has this business been running?", "For how many years has this business been running?", 5, 2, 1, "2018-11-15 11:59:53", 127, NULL, NULL), + (88, "Under what name is the business run?", "Under what name is the business run?", 5, 2, 1, "2018-11-15 11:59:53", 127, NULL, NULL); + +/*!40000 ALTER TABLE `m_questions` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_regions +# ------------------------------------------------------------ + +CREATE TABLE `m_regions` ( + `region_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`region_id`) +) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_regions` WRITE; +/*!40000 ALTER TABLE `m_regions` DISABLE KEYS */; + +INSERT INTO `m_regions` (`region_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "NORTH REGION", "2018-10-16 06:57:34", 1, "2019-01-12 11:02:42", 1, 1, 0), + (2, "SOUTH REGION", "2018-10-17 10:20:20", 1, "2019-01-12 11:02:42", NULL, 1, 0), + (3, "WEST REGION", "2019-01-10 05:59:58", 1, "2019-01-12 11:02:42", NULL, 1, 0), + (4, "EAST REGION", "2019-01-10 05:59:58", 1, NULL, NULL, 1, 0), + (5, "NORTH WEST REGION", "2019-01-17 10:22:50", 1, NULL, NULL, 1, 0), + (6, "CENTER REGION", "2019-01-17 10:25:20", 1, NULL, NULL, 1, 0), + (7, "NORTH EAST REGION", "2019-01-17 10:28:36", 1, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_regions` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_relation_with_business +# ------------------------------------------------------------ + +CREATE TABLE `m_relation_with_business` ( + `relation_with_business_id` int NOT NULL AUTO_INCREMENT, + `relation_with_business_name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`relation_with_business_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_relation_with_business` WRITE; +/*!40000 ALTER TABLE `m_relation_with_business` DISABLE KEYS */; + +INSERT INTO `m_relation_with_business` (`relation_with_business_id`, `relation_with_business_name`, `isactive`, `fk_createdby`, `fk_updatedby`, `createdon`, `updatedon`, `is_others`) VALUES + (1, "Others (Please specify)", 1, 1, NULL, "2018-12-10 16:37:21", "2019-01-15 11:48:55", 1), + (2, "Supplier", 1, 1, NULL, "2018-12-10 16:37:21", "2018-12-10 16:37:21", 0), + (3, "Vendor", 1, 1, NULL, "2018-12-10 16:37:22", "2018-12-10 16:37:22", 0), + (4, "Tenant", 1, 1, NULL, "2018-12-10 16:37:22", "2018-12-10 16:37:22", 0), + (5, "Client", 1, 1, NULL, "2018-12-10 16:37:22", "2019-01-15 11:48:55", 0); + +/*!40000 ALTER TABLE `m_relation_with_business` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_relationships +# ------------------------------------------------------------ + +CREATE TABLE `m_relationships` ( + `relationship_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`relationship_id`) +) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_relationships` WRITE; +/*!40000 ALTER TABLE `m_relationships` DISABLE KEYS */; + +INSERT INTO `m_relationships` (`relationship_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Uncle", "2018-09-25 12:31:07", 1, "2019-01-26 18:41:30", 1, 1, 0), + (2, "Father", "2018-09-25 12:59:38", 1, NULL, NULL, 1, 0), + (3, "Sister", "2018-09-25 12:59:38", 1, NULL, NULL, 1, 0), + (4, "Brother", "2018-09-25 12:59:38", 1, NULL, NULL, 1, 0), + (5, "Husband ", "2018-10-04 18:06:18", 1, "2019-02-02 07:04:17", 1, 1, 0), + (6, "Wife", "2018-10-04 18:06:18", 1, "2019-01-15 11:50:24", 1, 1, 0), + (7, "Cousin", "2018-10-06 18:27:09", 1, "2018-10-12 13:06:21", 1, 1, 0), + (8, "Mother", "2019-01-15 11:50:24", NULL, NULL, NULL, 1, 0), + (9, "Aunt", "2019-01-26 18:41:30", NULL, NULL, NULL, 1, 0), + (10, "Daughter-in-law", "2019-01-26 18:41:30", NULL, "2019-05-27 05:59:35", 165, 1, 0), + (11, "Son-in-law", "2019-01-26 18:41:30", NULL, NULL, NULL, 1, 0), + (12, "Brother-in-law", "2019-01-26 18:41:30", NULL, NULL, NULL, 1, 0), + (13, "Sister-in-law", "2019-01-26 18:41:30", NULL, NULL, NULL, 1, 0), + (14, "Father-in-law", "2019-01-26 18:41:31", NULL, NULL, NULL, 1, 0), + (15, "Mother-in-law", "2019-01-26 18:41:31", NULL, NULL, NULL, 1, 0), + (16, "Nephew", "2019-01-26 18:41:31", NULL, NULL, NULL, 1, 0), + (17, "Grandfather", "2019-01-26 18:41:31", NULL, NULL, NULL, 1, 0), + (18, "Grandmother", "2019-01-26 18:41:31", NULL, NULL, NULL, 1, 0), + (19, "Son", "2019-02-02 07:04:17", 1, NULL, NULL, 1, 0), + (20, "Daughter", "2019-02-02 07:04:17", 1, NULL, NULL, 1, 0), + (21, "Grand Son", "2019-02-13 18:09:14", NULL, "2019-02-13 18:09:25", NULL, 1, 0), + (22, "Grand Daughter", "2019-02-13 18:09:22", NULL, NULL, NULL, 1, 0), + (23, "Niece", "2019-02-13 18:09:33", NULL, NULL, NULL, 1, 0), + (24, "Co-Brother", "2019-02-13 18:09:45", NULL, NULL, NULL, 1, 0), + (25, "Co-Sister", "2019-02-13 18:10:37", NULL, NULL, NULL, 1, 0), + (26, "Friend", "2020-01-10 08:22:16", 2, NULL, NULL, 1, 0), + (27, "Not Related", "2020-10-03 14:29:05", NULL, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_relationships` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_report_templates +# ------------------------------------------------------------ + +CREATE TABLE `m_report_templates` ( + `report_template_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_createdby` int DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `content` longblob, + PRIMARY KEY (`report_template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_report_templates` WRITE; +/*!40000 ALTER TABLE `m_report_templates` DISABLE KEYS */; + +INSERT INTO `m_report_templates` (`report_template_id`, `fk_template_id`, `isactive`, `fk_createdby`, `fk_updatedby`, `createdon`, `updatedon`, `content`) VALUES + (1, 25, 1, 1, 1, "2018-12-04 18:07:41", "2018-12-04 18:07:41", X''), + (2, 25, 1, 1, 1, "2018-12-04 18:08:17", "2018-12-04 18:08:17", X''), + (3, 25, 1, 1, 1, "2018-12-04 18:11:08", "2018-12-04 18:11:08", X'203C703E3C7370616E207374796C653D27636F6C6F723A23323761653630273E4D79203C2F7370616E3E3C7370616E207374796C653D27636F6C6F723A23323761653630273E68746D6C3C2F7370616E3E3C7370616E207374796C653D27636F6C6F723A23323761653630273E20636F6E74656E743C2F7370616E3E3C2F703E3C70207374796C653D27636F6C6F723A20236464643B20666F6E742D73697A653A20323070783B273E4869207B7B73656E6465725F6E616D657D7D2C3C2F703E203C703E54686973206973207B7B6E616D657D7D2C204920616D20666F726D207B7B6F72675F6E616D657D7D2C207B7B706C6163657D7D202C20796F7572207472616E73616374696F6E206E756D62657220287B7B7472616E735F6E756D6265727D7D292C20686173206265656E206163746976617465642C3C2F703E3C703E63616E20796F7520706C6561736520766572696679207769746820796F7572206C6F63616C206272616E63682E3C2F703E3C703E486F70652077696C6C20676574207265706C7920736F6F6E21213C2F703E3C703E3C7374726F6E673E526567617264732C3C2F7374726F6E673E3C2F703E3C703E7B7B6E616D657D7D2C3C2F703E3C703E7B7B706C6163657D7D3C2F703E20'), + (4, 11, 1, 1, 1, "2018-12-05 13:24:26", "2018-12-05 13:24:26", X'3C703E3C7370616E207374796C653D27636F6C6F723A23323761653630273E4D79203C2F7370616E3E3C7370616E207374796C653D27636F6C6F723A23323761653630273E68746D6C3C2F7370616E3E3C7370616E207374796C653D27636F6C6F723A23323761653630273E20636F6E74656E743C2F7370616E3E3C2F703E3C70207374796C653D27636F6C6F723A20236464643B20666F6E742D73697A653A20323070783B273E4869207B7B6E616D655F616E737D7D2C3C2F703E203C703E54686973206973207B7B6167655F616E737D7D2C204920616D20666F726D207B7B6F72675F6E616D657D7D2C207B7B706C6163657D7D202C20796F7572207472616E73616374696F6E206E756D62657220287B7B7472616E735F6E756D6265727D7D292C20686173206265656E206163746976617465642C3C2F703E3C703E63616E20796F7520706C65617365206C69737420616C6C20207B7B6D61696E5F7261775F6D6174657269616C737D7D2E3C2F703E3C703E486F70652077696C6C20676574207265706C7920736F6F6E21213C2F703E3C703E3C7374726F6E673E526567617264732C3C2F7374726F6E673E3C2F703E3C703E7B7B6E616D657D7D2C3C2F703E3C703E7B7B706C6163657D7D3C2F703E3C703E6C69737420616C6C20737570706C6965722064657461696C732062656C6F773C2F703E3C703E7B7B737570706C6965725F64657461696C737D7D3C2F703E'); + +/*!40000 ALTER TABLE `m_report_templates` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_residence_ownership +# ------------------------------------------------------------ + +CREATE TABLE `m_residence_ownership` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_residence_ownership` WRITE; +/*!40000 ALTER TABLE `m_residence_ownership` DISABLE KEYS */; + +INSERT INTO `m_residence_ownership` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Family Owned", 1, 0), + (3, "Rented", 1, 0), + (4, "Self Owned", 1, 0); + +/*!40000 ALTER TABLE `m_residence_ownership` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_roles +# ------------------------------------------------------------ + +CREATE TABLE `m_roles` ( + `role_id` int NOT NULL AUTO_INCREMENT, + `role_name` varchar(100) DEFAULT NULL, + `role_description` varchar(100) DEFAULT NULL, + `role_type` int DEFAULT NULL COMMENT 'Entity Type', + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`role_id`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_roles` WRITE; +/*!40000 ALTER TABLE `m_roles` DISABLE KEYS */; + +INSERT INTO `m_roles` (`role_id`, `role_name`, `role_description`, `role_type`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`, `is_others`, `isactive`) VALUES + (1, "Central Manager", "Central Manager", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (2, "Central PD Officer", "Central PD Officer", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (3, "PD Manager", "PD Manager", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (4, "PD Executive", "PD Executive", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (5, "PD Officer", "PD Officer", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (6, "QC Manager", "QC Manager", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (7, "QC Officer", "QC Officer", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (8, "Billing Manager", "Billing Manager", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (9, "Billing Staff", "Billing Staff", 1, NULL, "2018-10-09 07:15:33", NULL, NULL, 0, 1), + (10, "System Admin", "System Admin", 1, NULL, "2018-10-09 07:16:27", NULL, NULL, 0, 1), + (11, "National Sales Head", "National Sales Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (12, "National Credit Head", "National Credit Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (13, "Zonal Sales Head", "Zonal Sales Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (14, "Zonal Credit Head", "Zonal Credit Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (15, "Area Sales Head", "Area Sales Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (16, "Area Credit Head", "Area Credit Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (17, "City Sales Head", "City Sales Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (18, "City Credit Head", "City Credit Head", 2, NULL, "2018-10-09 07:20:38", NULL, NULL, 0, 1), + (19, "Branch Sales", "Branch Sales", 2, NULL, "2018-10-09 07:20:39", NULL, NULL, 0, 1), + (20, "Branch Credit", "Branch Credit", 2, NULL, "2018-10-09 07:20:39", NULL, NULL, 0, 1), + (21, "PD Manager", "Vendor PD Manager", 3, NULL, "2018-10-09 07:20:39", NULL, NULL, 0, 1), + (22, "PD Officer", "Vendor PD Officer", 3, NULL, "2018-10-09 07:20:39", NULL, NULL, 0, 1), + (25, "CPA", "CPA for SMC User", 2, NULL, "2020-11-26 19:56:00", NULL, "2021-03-06 19:27:00", 0, 1), + (26, "Credit Manager", "Credit Manager for SMC user", 2, NULL, "2020-11-26 19:56:02", NULL, "2021-03-06 19:26:53", 0, 1), + (27, "Regional credit Manager", "Regional credit Manager", 2, NULL, "2021-02-01 16:39:48", NULL, "2021-03-06 19:26:45", 0, 1), + (28, "SMC Vendor PD Manager", "SMC Vendor PD Manager", 2, NULL, "2021-11-24 12:11:01", NULL, NULL, 0, 1), + (29, "SMC Vendor PD Officer", "SMC Vendor PD Officer", 2, NULL, "2021-11-24 12:11:01", NULL, "2021-11-24 12:12:25", 0, 1), + (30, "Lender Sys Admin", "Lender Sys Admin", 2, NULL, "2022-02-14 12:33:49", NULL, NULL, 0, 1); + +/*!40000 ALTER TABLE `m_roles` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_sales_pd_template +# ------------------------------------------------------------ + +CREATE TABLE `m_sales_pd_template` ( + `sales_pd_template_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `lender_id` int DEFAULT NULL, + `product_id` int DEFAULT NULL, + `pd_type` tinyint DEFAULT '1' COMMENT 'pd_type := 1 - sales, 2 - smc crdit', + `sales_pd_type` tinyint DEFAULT '1', + `template` text, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `createdby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`sales_pd_template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_sales_pd_template` WRITE; +/*!40000 ALTER TABLE `m_sales_pd_template` DISABLE KEYS */; + +INSERT INTO `m_sales_pd_template` (`sales_pd_template_id`, `name`, `lender_id`, `product_id`, `pd_type`, `sales_pd_type`, `template`, `createdon`, `updatedon`, `createdby`, `isactive`) VALUES + (1, "Sales PD for Moneywise & LFMP", 7, 8, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Application ID\",\"question_key\":\"application_id\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null},{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Name of Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less or equal to Total Work Exp\",\"value\":\"total_work_exp\",\"validation_to\":null,\"value_keys\":null}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question_key\":\"previous_experience_details\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Exp\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Year should be two digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to current work exp\",\"value\":\"vintage_in_current_biz\",\"validation_to\":null,\"value_keys\":null}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business\",\"question_key\":\"started_biz\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":[{\"key_name\":\"brief_business_service\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name){return control.answer_value.length >= 100}}())\",\"msg\":\"Please enter more details\"}],\"questions\":[{\"question\":\"Brief of the Business / Service\",\"question_key\":\"brief_business_service\",\"type\":\"7\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Brief of business Required\",\"value\":null}]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"LIP\",\"answer\":\"LIP\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"6\",\"section_name\":\"Property Information\",\"onsubmit\":null,\"questions\":[{\"is_repeatable\":\"1\",\"group_title\":\"Property Information\",\"question\":[{\"question\":\"Property Address (With Landmark & PIN)\",\"question_key\":\"property_address\",\"place_holder\":\"Enter door no,street name\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Bungalow\",\"answer\":\"Bungalow\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Apartment\",\"answer\":\"Apartment\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Row House\",\"answer\":\"Row House\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Builder Floor\",\"answer\":\"Builder Floor\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_property_type\",\"subfield_caption\":\"Specifiy Other property type\",\"subfield_type\":\"1\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Type Required\",\"value\":null}]},{\"question\":\"Occupancy Status\",\"question_key\":\"occupancy_status\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Self-Occupied\",\"answer\":\"Self-Occupied\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Vacant\",\"answer\":\"Vacant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Occupancy status Required\",\"value\":null}]},{\"question\":\"Permitted Property Usage\",\"question_key\":\"permitted_property_usage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Actual Property Usage\",\"question_key\":\"actual_property_usage\",\"type\":\"3\",\"api_properties\":null,\"is_repeatable\":null,\"onchange_properties\":[{\"purpose\":\"subfiled\",\"api\":null,\"params\":null}],\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Built-Up Area\",\"question_key\":\"built_up_area\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"built_up_area_uom\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Sq Ft\",\"answer\":\"Sq Ft\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Yards\",\"answer\":\"Sq Yards\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Meters\",\"answer\":\"Sq Meters\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Hectares\",\"answer\":\"Hectares\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Acres\",\"answer\":\"Acres\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"Approx Mkt. Val (Rs)\",\"question_key\":\"approx_mkt_val\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Approx Mkt value Required\",\"value\":null}]},{\"question\":\"Name of the current owner(s) of the property\",\"question_key\":\"Property_Ownership_Status\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Owner name Required\",\"value\":null}]}]}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Approach to PD Location\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Approach to PD Location\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "2019-11-13 15:40:58", "2020-03-02 15:35:55", 1, 0), + (2, "Sales PD for Moneywise &WCTL", 7, 9, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Application ID\",\"question_key\":\"application_id\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[],\"onchange_properties\":null},{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Name of Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\" Bridge Finance for Working Capital\",\"answer\":\" Bridge Finance for Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less or equal to Total Work Exp\",\"value\":\"total_work_exp\",\"validation_to\":null,\"value_keys\":null}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question_key\":\"previous_experience_details\",\"question\":\"Previous Experience Details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Total Work Exp\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Year should be two digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to current work exp\",\"value\":\"vintage_in_current_biz\",\"validation_to\":null,\"value_keys\":null}]},{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"total_work_exp\",\"expression\":\"(total_work_exp > vintage_in_current_biz)\",\"value_keys\":[\"total_work_exp\",\"vintage_in_current_biz\"],\"questions\":[{\"question\":\"Previous Experience Details\",\"question_key\":\"previous_experience_details\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Previous Experience Required\",\"value\":null}]}]}]}]},{\"question\":\"Started Business\",\"question_key\":\"started_biz\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":[{\"key_name\":\"brief_business_service\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name){return control.answer_value.length >= 100}}())\",\"msg\":\"Please enter more details\"}],\"questions\":[{\"question\":\"Brief of the Business / Service\",\"question_key\":\"brief_business_service\",\"type\":\"7\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Brief of business Required\",\"value\":null}]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Approach to PD Location\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Approach to PD Location\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "2019-11-13 15:40:58", "2020-03-02 15:35:57", 1, 0), + (5, "LFMP NP", 7, 8, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z&@#.$ ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Name of Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"LIP\",\"answer\":\"LIP\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"6\",\"section_name\":\"Property Information\",\"onsubmit\":null,\"questions\":[{\"is_repeatable\":\"1\",\"group_title\":\"Property Information\",\"question\":[{\"question\":\"Property Address (With Landmark & PIN)\",\"question_key\":\"property_address\",\"place_holder\":\"Enter door no,street name\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Bungalow\",\"answer\":\"Bungalow\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Apartment\",\"answer\":\"Apartment\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Row House\",\"answer\":\"Row House\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Builder Floor\",\"answer\":\"Builder Floor\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_property_type\",\"subfield_caption\":\"Specifiy Other property type\",\"subfield_type\":\"1\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Type Required\",\"value\":null}]},{\"question\":\"Occupancy Status\",\"question_key\":\"occupancy_status\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Self-Occupied\",\"answer\":\"Self-Occupied\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Vacant\",\"answer\":\"Vacant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Occupancy status Required\",\"value\":null}]},{\"question\":\"Permitted Property Usage\",\"question_key\":\"permitted_property_usage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Actual Property Usage\",\"question_key\":\"actual_property_usage\",\"type\":\"3\",\"api_properties\":null,\"is_repeatable\":null,\"onchange_properties\":[{\"purpose\":\"subfiled\",\"api\":null,\"params\":null}],\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Built-Up Area\",\"question_key\":\"built_up_area\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"built_up_area_uom\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Sq Ft\",\"answer\":\"Sq Ft\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Yards\",\"answer\":\"Sq Yards\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Meters\",\"answer\":\"Sq Meters\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Hectares\",\"answer\":\"Hectares\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Acres\",\"answer\":\"Acres\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"Approx Mkt. Val (Rs)\",\"question_key\":\"approx_mkt_val\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Approx Mkt value Required\",\"value\":null}]},{\"question\":\"Name of the current owner(s) of the property\",\"question_key\":\"Property_Ownership_Status\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Owner name Required\",\"value\":null}]}]}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Approach to PD Location\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Approach to PD Location\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "2020-02-20 15:51:33", "2021-04-12 21:20:03", 1, 0), + (6, "WCTL NP", 7, 9, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z&@#.$ ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Name of Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\" Bridge Finance for Working Capital\",\"answer\":\" Bridge Finance for Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Approach to PD Location\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Approach to PD Location\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "2020-02-20 17:57:07", "2021-04-12 21:20:03", 1, 0), + (7, "LFMP TP", 7, 8, 1, 2, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of the Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z&@#.$ ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Name of the person contacted\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name of the person contacted Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Business Address\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"LIP\",\"answer\":\"LIP\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"6\",\"section_name\":\"Property Information\",\"onsubmit\":null,\"questions\":[{\"is_repeatable\":\"1\",\"group_title\":\"Property Information\",\"question\":[{\"question\":\"Property Address (With Landmark & PIN)\",\"question_key\":\"property_address\",\"place_holder\":\"Enter door no,street name\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Bungalow\",\"answer\":\"Bungalow\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Apartment\",\"answer\":\"Apartment\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Row House\",\"answer\":\"Row House\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Builder Floor\",\"answer\":\"Builder Floor\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_property_type\",\"subfield_caption\":\"Specifiy Other property type\",\"subfield_type\":\"1\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Type Required\",\"value\":null}]},{\"question\":\"Occupancy Status\",\"question_key\":\"occupancy_status\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Self-Occupied\",\"answer\":\"Self-Occupied\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Vacant\",\"answer\":\"Vacant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Occupancy status Required\",\"value\":null}]},{\"question\":\"Permitted Property Usage\",\"question_key\":\"permitted_property_usage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Actual Property Usage\",\"question_key\":\"actual_property_usage\",\"type\":\"3\",\"api_properties\":null,\"is_repeatable\":null,\"onchange_properties\":[{\"purpose\":\"subfiled\",\"api\":null,\"params\":null}],\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Built-Up Area\",\"question_key\":\"built_up_area\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"built_up_area_uom\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Sq Ft\",\"answer\":\"Sq Ft\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Yards\",\"answer\":\"Sq Yards\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Meters\",\"answer\":\"Sq Meters\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Hectares\",\"answer\":\"Hectares\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Acres\",\"answer\":\"Acres\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"Approx Mkt. Val (Rs)\",\"question_key\":\"approx_mkt_val\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Approx Mkt value Required\",\"value\":null}]},{\"question\":\"Name of the current owner(s) of the property\",\"question_key\":\"Property_Ownership_Status\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Owner name Required\",\"value\":null}]}]}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person contacted\"}],\"questions\":[{\"question\":\"Selfie of the person contacted\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "2020-02-20 15:51:33", "2021-04-12 21:20:03", 1, 0), + (8, "WCTL TP", 7, 9, 1, 2, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z&@#.$ ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Name of the person contacted\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name of the person contacted Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Business Address\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\" Bridge Finance for Working Capital\",\"answer\":\" Bridge Finance for Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person contacted\"}],\"questions\":[{\"question\":\"Selfie of the person contacted\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "2020-02-20 17:57:07", "2021-04-12 21:20:03", 1, 0), + (9, "MEQ template NP", 7, 23, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"config\":[{\"purpose\":\"LOCAL_OR_API_FORM_VALUES\",\"expression\":\"(function () {if(\'constitution\'.toLowerCase() == \'9\' || \'constitution\'.toLowerCase() == \'10\'){ removeSection(\'3\') } else { addSection(\'3\')}return true}());\",\"value_keys\":[{\"key_names\":[\"constitution\"],\"section_id\":\"1\"},{\"key_names\":[\"institution_type\"],\"section_id\":\"4\"}]}],\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":[{\"key_name\":\"constitution\",\"expression\":\"(function () {if(control.question_key == \'constitution\'){addorUpdateLocalStorage(\'constitution\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Constitution\",\"question_key\":\"constitution\",\"type\":\"8\",\"answers\":[{\"answer_id\":\"6\",\"answer\":\"Cooperative\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"4\",\"answer\":\"HUF (Hindu Undivided Family)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"7\",\"answer\":\"Limited Liability Partnership(LLP)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"5\",\"answer\":\"Partnership\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"11\",\"answer\":\"Private Limited Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"2\",\"answer\":\"Public Ltd Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"12\",\"answer\":\"Self Employed-Individual\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"9\",\"answer\":\"Society\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"3\",\"answer\":\"Sole proprietorship\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"10\",\"answer\":\"Trust\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Constitution Required\",\"value\":null}]},{\"question\":\"Name of the Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Person Met Designation\",\"question_key\":\"person_met_designation\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Designation Required\",\"value\":null}]},{\"question\":\"Person Met Contact No\",\"question_key\":\"person_met_contact_no\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number must be 10 digit\",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(String(\'pincode\') == (String(\'1\')))\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question\":\"Please Specify the Pincode\",\"question_key\":\"pincode_other\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Purchase of Medical Equipment (New)\",\"answer\":\"Purchase of Medical Equipment (New)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (Refurbished)\",\"answer\":\"Purchase of Medical Equipment (Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (New and Refurbished)\",\"answer\":\"Purchase of Medical Equipment (New and Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Refinance\",\"answer\":\"Refinance\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less or equal to Total Work Exp\",\"value\":\"total_work_exp\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Total Work Exp\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Year should be two digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to current work exp\",\"value\":\"vintage_in_current_biz\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Started Business\",\"question_key\":\"started_biz\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Institution Details\",\"onsubmit\":[{\"key_name\":\"institution_type\",\"expression\":\"(function () {if(control.question_key == \'institution_type\'){addorUpdateLocalStorage(\'institution_type\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Type of institution\",\"question_key\":\"institution_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"floor\",\"expression\":\"(String(\'institution_type\') == String(\'Hospital\')) || (String(\'institution_type\') == String(\'Nursing Home\'))\",\"value_keys\":[\"institution_type\"],\"questions\":[{\"question\":\"How many Bedded\",\"question_key\":\"how_many_beds\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Occupancy Ratio\",\"question_key\":\"occupancy_ratio\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"tot_doctors\",\"question\":\"How many doctor’s\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"permanent_doctors\",\"question\":\"Permanent\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"temp_doctors\",\"question\":\"Temporary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital\",\"answer\":\"Hospital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Nursing Home\",\"answer\":\"Nursing Home\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Diagnostic Centre\",\"answer\":\"Diagnostic Centre\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"About the Locality\",\"question_key\":\"about_locality\",\"type\":\"4\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital area\",\"answer\":\"Hospital area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial area\",\"answer\":\"Commercial area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Residential area\",\"answer\":\"Residential area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Institution Vintage\",\"question_key\":\"instituion_vitage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"instituion_vitage\",\"expression\":\"(String(\'instituion_vitage\') == String(\'Existing\'))\",\"value_keys\":[\"instituion_vitage\"],\"questions\":[{\"question_key\":\"existing_since\",\"question\":\"Existing Since\",\"place_holder\":\"Enter the year eg 2012, 2015 etc\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"New (Startup)\",\"answer\":\"New (Startup)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Existing\",\"answer\":\"Existing\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Opening New Branch (Yes/No)\",\"question_key\":\"opening_new_branch\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Property Ownership\",\"question_key\":\"property_ownership\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Area (Sq Feet)\",\"question_key\":\"area_sq_feet\",\"type\":\"1\",\"place_holder\":\"Enter the number\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Floors\",\"question_key\":\"floor\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Number of staff observed\",\"question_key\":\"staff_observer_number\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Business activity seen (Yes/No)\",\"question_key\":\"business_activity_seen\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"5\",\"section_name\":\"Product Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Equipment List\",\"question_key\":\"equipment_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESEQUIPMENTLIST\"},\"fields\":[\"id\",\"equipment\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"equipment_list\",\"expression\":\"(String(JSON.stringify(\'equipment_list\')).includes(String(\'24\')))\",\"value_keys\":[\"equipment_list\"],\"questions\":[{\"question\":\"Please Specify the Equipments\",\"question_key\":\"equipment_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Total invoice value of the selected product\",\"question_key\":\"tot_product_invoice_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"place_holder\":\"Enter the amount\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Vendor list\",\"question_key\":\"vendor_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESVENDORLIST\"},\"fields\":[\"id\",\"vendor\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vendor_list\",\"expression\":\"(String(JSON.stringify(\'vendor_list\')).includes(String(\'16\')))\",\"value_keys\":[\"vendor_list\"],\"questions\":[{\"question\":\"Please Specify the Vendors\",\"question_key\":\"vendor_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"6\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Projection based\",\"answer\":\"Projection based\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Selected equipment contribution in trunover\",\"question_key\":\"equipment_contribution_turnover\",\"place_holder\":\"Enter text\",\"question_enable\":\"PD_FORM_VALUES.institution_type == String(\'Diagnostic Centre\')\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"What are the future expansion plans of business\",\"question_key\":\"future_business_expansion_plans\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Institute Building\",\"question_key\":\"hospital_building\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Building photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Institute Interior\",\"question_key\":\"institute_interior\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Interior photographs\",\"group_type\":\"6\"}]}]}", NULL, "2021-04-12 21:20:03", NULL, 0), + (10, "MEQ template TP", 7, 23, 1, 2, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"config\":[{\"purpose\":\"LOCAL_OR_API_FORM_VALUES\",\"expression\":\"(function () {if(\'constitution\'.toLowerCase() == \'9\' || \'constitution\'.toLowerCase() == \'10\'){ removeSection(\'3\') } else { addSection(\'3\')}return true}());\",\"value_keys\":[{\"key_names\":[\"constitution\"],\"section_id\":\"1\"},{\"key_names\":[\"institution_type\"],\"section_id\":\"4\"}]}],\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":[{\"key_name\":\"constitution\",\"expression\":\"(function () {if(control.question_key == \'constitution\'){addorUpdateLocalStorage(\'constitution\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Constitution\",\"question_key\":\"constitution\",\"type\":\"8\",\"answers\":[{\"answer_id\":\"6\",\"answer\":\"Cooperative\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"4\",\"answer\":\"HUF (Hindu Undivided Family)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"7\",\"answer\":\"Limited Liability Partnership(LLP)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"5\",\"answer\":\"Partnership\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"11\",\"answer\":\"Private Limited Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"2\",\"answer\":\"Public Ltd Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"12\",\"answer\":\"Self Employed-Individual\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"9\",\"answer\":\"Society\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"3\",\"answer\":\"Sole proprietorship\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"10\",\"answer\":\"Trust\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Constitution Required\",\"value\":null}]},{\"question\":\"Name of the Person Contacted during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Person Contacted Designation\",\"question_key\":\"person_met_designation\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Designation Required\",\"value\":null}]},{\"question\":\"Person Contacted Contact No\",\"question_key\":\"person_met_contact_no\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number must be 10 digit\",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(String(\'pincode\') == (String(\'1\')))\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question\":\"Please Specify the Pincode\",\"question_key\":\"pincode_other\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Purchase of Medical Equipment (New)\",\"answer\":\"Purchase of Medical Equipment (New)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (Refurbished)\",\"answer\":\"Purchase of Medical Equipment (Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (New and Refurbished)\",\"answer\":\"Purchase of Medical Equipment (New and Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Refinance\",\"answer\":\"Refinance\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less or equal to Total Work Exp\",\"value\":\"total_work_exp\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Total Work Exp\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Year should be two digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to current work exp\",\"value\":\"vintage_in_current_biz\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Started Business\",\"question_key\":\"started_biz\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Institution Details\",\"onsubmit\":[{\"key_name\":\"institution_type\",\"expression\":\"(function () {if(control.question_key == \'institution_type\'){addorUpdateLocalStorage(\'institution_type\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Type of institution\",\"question_key\":\"institution_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"floor\",\"expression\":\"(String(\'institution_type\') == String(\'Hospital\')) || (String(\'institution_type\') == String(\'Nursing Home\'))\",\"value_keys\":[\"institution_type\"],\"questions\":[{\"question\":\"How many Bedded\",\"question_key\":\"how_many_beds\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Occupancy Ratio\",\"question_key\":\"occupancy_ratio\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"tot_doctors\",\"question\":\"How many doctor’s\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"permanent_doctors\",\"question\":\"Permanent\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"temp_doctors\",\"question\":\"Temporary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital\",\"answer\":\"Hospital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Nursing Home\",\"answer\":\"Nursing Home\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Diagnostic Centre\",\"answer\":\"Diagnostic Centre\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"About the Locality\",\"question_key\":\"about_locality\",\"type\":\"4\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital area\",\"answer\":\"Hospital area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial area\",\"answer\":\"Commercial area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Residential area\",\"answer\":\"Residential area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Institution Vintage\",\"question_key\":\"instituion_vitage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"instituion_vitage\",\"expression\":\"(String(\'instituion_vitage\') == String(\'Existing\'))\",\"value_keys\":[\"instituion_vitage\"],\"questions\":[{\"question_key\":\"existing_since\",\"question\":\"Existing Since\",\"place_holder\":\"Enter the year eg 2012, 2015 etc\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"New (Startup)\",\"answer\":\"New (Startup)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Existing\",\"answer\":\"Existing\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Opening New Branch (Yes/No)\",\"question_key\":\"opening_new_branch\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Property Ownership\",\"question_key\":\"property_ownership\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Area (Sq Feet)\",\"question_key\":\"area_sq_feet\",\"type\":\"1\",\"place_holder\":\"Enter the number\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Floors\",\"question_key\":\"floor\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Number of staff observed\",\"question_key\":\"staff_observer_number\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Business activity seen (Yes/No)\",\"question_key\":\"business_activity_seen\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"5\",\"section_name\":\"Product Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Equipment List\",\"question_key\":\"equipment_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESEQUIPMENTLIST\"},\"fields\":[\"id\",\"equipment\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"equipment_list\",\"expression\":\"(String(JSON.stringify(\'equipment_list\')).includes(String(\'24\')))\",\"value_keys\":[\"equipment_list\"],\"questions\":[{\"question\":\"Please Specify the Equipments\",\"question_key\":\"equipment_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Total invoice value of the selected product\",\"question_key\":\"tot_product_invoice_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"place_holder\":\"Enter the amount\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Vendor list\",\"question_key\":\"vendor_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESVENDORLIST\"},\"fields\":[\"id\",\"vendor\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vendor_list\",\"expression\":\"(String(JSON.stringify(\'vendor_list\')).includes(String(\'16\')))\",\"value_keys\":[\"vendor_list\"],\"questions\":[{\"question\":\"Please Specify the Vendors\",\"question_key\":\"vendor_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"6\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Projection based\",\"answer\":\"Projection based\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Selected equipment contribution in trunover\",\"question_key\":\"equipment_contribution_turnover\",\"place_holder\":\"Enter text\",\"question_enable\":\"PD_FORM_VALUES.institution_type == String(\'Diagnostic Centre\')\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"What are the future expansion plans of business\",\"question_key\":\"future_business_expansion_plans\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Institute Building\",\"question_key\":\"hospital_building\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Building photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Institute Interior\",\"question_key\":\"institute_interior\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Interior photographs\",\"group_type\":\"6\"}]}]}", NULL, "2021-04-12 21:20:04", NULL, 0), + (11, "LFMP NP", 7, 8, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Name of Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"LIP\",\"answer\":\"LIP\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"6\",\"section_name\":\"Property Information\",\"onsubmit\":null,\"questions\":[{\"is_repeatable\":\"1\",\"group_title\":\"Property Information\",\"question\":[{\"question\":\"Property Address (With Landmark & PIN)\",\"question_key\":\"property_address\",\"place_holder\":\"Enter door no,street name\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Bungalow\",\"answer\":\"Bungalow\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Apartment\",\"answer\":\"Apartment\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Row House\",\"answer\":\"Row House\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Builder Floor\",\"answer\":\"Builder Floor\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_property_type\",\"subfield_caption\":\"Specifiy Other property type\",\"subfield_type\":\"1\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Type Required\",\"value\":null}]},{\"question\":\"Occupancy Status\",\"question_key\":\"occupancy_status\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Self-Occupied\",\"answer\":\"Self-Occupied\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Vacant\",\"answer\":\"Vacant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Occupancy status Required\",\"value\":null}]},{\"question\":\"Permitted Property Usage\",\"question_key\":\"permitted_property_usage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Actual Property Usage\",\"question_key\":\"actual_property_usage\",\"type\":\"3\",\"api_properties\":null,\"is_repeatable\":null,\"onchange_properties\":[{\"purpose\":\"subfiled\",\"api\":null,\"params\":null}],\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Built-Up Area\",\"question_key\":\"built_up_area\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"built_up_area_uom\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Sq Ft\",\"answer\":\"Sq Ft\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Yards\",\"answer\":\"Sq Yards\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Meters\",\"answer\":\"Sq Meters\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Hectares\",\"answer\":\"Hectares\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Acres\",\"answer\":\"Acres\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"Approx Mkt. Val (Rs)\",\"question_key\":\"approx_mkt_val\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Approx Mkt value Required\",\"value\":null}]},{\"question\":\"Name of the current owner(s) of the property\",\"question_key\":\"Property_Ownership_Status\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Owner name Required\",\"value\":null}]}]}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Approach to PD Location\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Approach to PD Location\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "0000-00-00 00:00:00", "2023-10-20 11:34:49", 1, 0), + (12, "WCTL NP", 7, 9, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Name of Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\" Bridge Finance for Working Capital\",\"answer\":\" Bridge Finance for Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Approach to PD Location\",\"question_key\":\"approach_to_pd_location\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Approach to PD Location\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "0000-00-00 00:00:00", "2023-10-20 11:35:48", 1, 0); +INSERT INTO `m_sales_pd_template` (`sales_pd_template_id`, `name`, `lender_id`, `product_id`, `pd_type`, `sales_pd_type`, `template`, `createdon`, `updatedon`, `createdby`, `isactive`) VALUES + (13, "MEQ template NP", 7, 23, 1, 1, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"config\":[{\"purpose\":\"LOCAL_OR_API_FORM_VALUES\",\"expression\":\"(function () {if(\'constitution\'.toLowerCase() == \'9\' || \'constitution\'.toLowerCase() == \'10\'){ removeSection(\'3\') } else { addSection(\'3\')}return true}());\",\"value_keys\":[{\"key_names\":[\"constitution\"],\"section_id\":\"1\"},{\"key_names\":[\"institution_type\"],\"section_id\":\"4\"}]}],\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":[{\"key_name\":\"constitution\",\"expression\":\"(function () {if(control.question_key == \'constitution\'){addorUpdateLocalStorage(\'constitution\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Constitution\",\"question_key\":\"constitution\",\"type\":\"8\",\"answers\":[{\"answer_id\":\"6\",\"answer\":\"Cooperative\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"4\",\"answer\":\"HUF (Hindu Undivided Family)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"7\",\"answer\":\"Limited Liability Partnership(LLP)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"5\",\"answer\":\"Partnership\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"11\",\"answer\":\"Private Limited Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"2\",\"answer\":\"Public Ltd Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"12\",\"answer\":\"Self Employed-Individual\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"9\",\"answer\":\"Society\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"3\",\"answer\":\"Sole proprietorship\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"10\",\"answer\":\"Trust\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Constitution Required\",\"value\":null}]},{\"question\":\"Name of the Person Met during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Person Met Designation\",\"question_key\":\"person_met_designation\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Designation Required\",\"value\":null}]},{\"question\":\"Person Met Contact No\",\"question_key\":\"person_met_contact_no\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number must be 10 digit\",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(String(\'pincode\') == (String(\'1\')))\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question\":\"Please Specify the Pincode\",\"question_key\":\"pincode_other\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Purchase of Medical Equipment (New)\",\"answer\":\"Purchase of Medical Equipment (New)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (Refurbished)\",\"answer\":\"Purchase of Medical Equipment (Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (New and Refurbished)\",\"answer\":\"Purchase of Medical Equipment (New and Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Refinance\",\"answer\":\"Refinance\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less or equal to Total Work Exp\",\"value\":\"total_work_exp\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Total Work Exp\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Year should be two digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to current work exp\",\"value\":\"vintage_in_current_biz\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Started Business\",\"question_key\":\"started_biz\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Institution Details\",\"onsubmit\":[{\"key_name\":\"institution_type\",\"expression\":\"(function () {if(control.question_key == \'institution_type\'){addorUpdateLocalStorage(\'institution_type\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Type of institution\",\"question_key\":\"institution_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"floor\",\"expression\":\"(String(\'institution_type\') == String(\'Hospital\')) || (String(\'institution_type\') == String(\'Nursing Home\'))\",\"value_keys\":[\"institution_type\"],\"questions\":[{\"question\":\"How many Bedded\",\"question_key\":\"how_many_beds\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Occupancy Ratio\",\"question_key\":\"occupancy_ratio\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"tot_doctors\",\"question\":\"How many doctor?s\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"permanent_doctors\",\"question\":\"Permanent\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"temp_doctors\",\"question\":\"Temporary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital\",\"answer\":\"Hospital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Nursing Home\",\"answer\":\"Nursing Home\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Diagnostic Centre\",\"answer\":\"Diagnostic Centre\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"About the Locality\",\"question_key\":\"about_locality\",\"type\":\"4\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital area\",\"answer\":\"Hospital area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial area\",\"answer\":\"Commercial area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Residential area\",\"answer\":\"Residential area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Institution Vintage\",\"question_key\":\"instituion_vitage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"instituion_vitage\",\"expression\":\"(String(\'instituion_vitage\') == String(\'Existing\'))\",\"value_keys\":[\"instituion_vitage\"],\"questions\":[{\"question_key\":\"existing_since\",\"question\":\"Existing Since\",\"place_holder\":\"Enter the year eg 2012, 2015 etc\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"New (Startup)\",\"answer\":\"New (Startup)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Existing\",\"answer\":\"Existing\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Opening New Branch (Yes/No)\",\"question_key\":\"opening_new_branch\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Property Ownership\",\"question_key\":\"property_ownership\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Area (Sq Feet)\",\"question_key\":\"area_sq_feet\",\"type\":\"1\",\"place_holder\":\"Enter the number\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Floors\",\"question_key\":\"floor\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Number of staff observed\",\"question_key\":\"staff_observer_number\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Business activity seen (Yes/No)\",\"question_key\":\"business_activity_seen\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"5\",\"section_name\":\"Product Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Equipment List\",\"question_key\":\"equipment_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESEQUIPMENTLIST\"},\"fields\":[\"id\",\"equipment\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"equipment_list\",\"expression\":\"(String(JSON.stringify(\'equipment_list\')).includes(String(\'24\')))\",\"value_keys\":[\"equipment_list\"],\"questions\":[{\"question\":\"Please Specify the Equipments\",\"question_key\":\"equipment_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Total invoice value of the selected product\",\"question_key\":\"tot_product_invoice_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"place_holder\":\"Enter the amount\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Vendor list\",\"question_key\":\"vendor_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESVENDORLIST\"},\"fields\":[\"id\",\"vendor\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vendor_list\",\"expression\":\"(String(JSON.stringify(\'vendor_list\')).includes(String(\'16\')))\",\"value_keys\":[\"vendor_list\"],\"questions\":[{\"question\":\"Please Specify the Vendors\",\"question_key\":\"vendor_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"6\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Projection based\",\"answer\":\"Projection based\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Selected equipment contribution in trunover\",\"question_key\":\"equipment_contribution_turnover\",\"place_holder\":\"Enter text\",\"question_enable\":\"PD_FORM_VALUES.institution_type == String(\'Diagnostic Centre\')\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"What are the future expansion plans of business\",\"question_key\":\"future_business_expansion_plans\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Institute Building\",\"question_key\":\"hospital_building\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Building photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Institute Interior\",\"question_key\":\"institute_interior\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Interior photographs\",\"group_type\":\"6\"}]}]}", "0000-00-00 00:00:00", "2023-10-20 11:37:35", 1, 0), + (14, "MEQ template TP", 7, 23, 1, 2, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"config\":[{\"purpose\":\"LOCAL_OR_API_FORM_VALUES\",\"expression\":\"(function () {if(\'constitution\'.toLowerCase() == \'9\' || \'constitution\'.toLowerCase() == \'10\'){ removeSection(\'3\') } else { addSection(\'3\')}return true}());\",\"value_keys\":[{\"key_names\":[\"constitution\"],\"section_id\":\"1\"},{\"key_names\":[\"institution_type\"],\"section_id\":\"4\"}]}],\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":[{\"key_name\":\"constitution\",\"expression\":\"(function () {if(control.question_key == \'constitution\'){addorUpdateLocalStorage(\'constitution\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Constitution\",\"question_key\":\"constitution\",\"type\":\"8\",\"answers\":[{\"answer_id\":\"6\",\"answer\":\"Cooperative\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"4\",\"answer\":\"HUF (Hindu Undivided Family)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"7\",\"answer\":\"Limited Liability Partnership(LLP)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"5\",\"answer\":\"Partnership\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"11\",\"answer\":\"Private Limited Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"2\",\"answer\":\"Public Ltd Company\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"12\",\"answer\":\"Self Employed-Individual\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"9\",\"answer\":\"Society\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"3\",\"answer\":\"Sole proprietorship\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"10\",\"answer\":\"Trust\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Constitution Required\",\"value\":null}]},{\"question\":\"Name of the Person Contacted during visit\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Person Met Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Person Contacted Designation\",\"question_key\":\"person_met_designation\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"COMPANYRELATIONSHIPS\"},\"fields\":[\"company_relationship_id\",\"name\"]},\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Designation Required\",\"value\":null}]},{\"question\":\"Person Contacted Contact No\",\"question_key\":\"person_met_contact_no\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{10,12}\",\"message\":\"Mobile number must be 10 digit\",\"value\":null}]},{\"question\":\"Address Visited\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(String(\'pincode\') == (String(\'1\')))\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question\":\"Please Specify the Pincode\",\"question_key\":\"pincode_other\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Purchase of Medical Equipment (New)\",\"answer\":\"Purchase of Medical Equipment (New)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (Refurbished)\",\"answer\":\"Purchase of Medical Equipment (Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Medical Equipment (New and Refurbished)\",\"answer\":\"Purchase of Medical Equipment (New and Refurbished)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Refinance\",\"answer\":\"Refinance\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Vintage in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current vintage Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less or equal to Total Work Exp\",\"value\":\"total_work_exp\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Total Work Exp\",\"question_key\":\"total_work_exp\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total experience Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Year should be two digit\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to current work exp\",\"value\":\"vintage_in_current_biz\",\"validation_to\":null,\"value_keys\":null}]}]},{\"question\":\"Started Business\",\"question_key\":\"started_biz\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Started Business Required\",\"value\":null}]}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Institution Details\",\"onsubmit\":[{\"key_name\":\"institution_type\",\"expression\":\"(function () {if(control.question_key == \'institution_type\'){addorUpdateLocalStorage(\'institution_type\',control.answer_value);}return true}());\",\"msg\":\"\"}],\"questions\":[{\"question\":\"Type of institution\",\"question_key\":\"institution_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"floor\",\"expression\":\"(String(\'institution_type\') == String(\'Hospital\')) || (String(\'institution_type\') == String(\'Nursing Home\'))\",\"value_keys\":[\"institution_type\"],\"questions\":[{\"question\":\"How many Bedded\",\"question_key\":\"how_many_beds\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Occupancy Ratio\",\"question_key\":\"occupancy_ratio\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question_key\":\"tot_doctors\",\"question\":\"How many doctor?s\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"permanent_doctors\",\"question\":\"Permanent\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]},{\"question_key\":\"temp_doctors\",\"question\":\"Temporary\",\"place_holder\":\"Enter the number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital\",\"answer\":\"Hospital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Nursing Home\",\"answer\":\"Nursing Home\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Diagnostic Centre\",\"answer\":\"Diagnostic Centre\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"About the Locality\",\"question_key\":\"about_locality\",\"type\":\"4\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Hospital area\",\"answer\":\"Hospital area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial area\",\"answer\":\"Commercial area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Residential area\",\"answer\":\"Residential area\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Institution Vintage\",\"question_key\":\"instituion_vitage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"instituion_vitage\",\"expression\":\"(String(\'instituion_vitage\') == String(\'Existing\'))\",\"value_keys\":[\"instituion_vitage\"],\"questions\":[{\"question_key\":\"existing_since\",\"question\":\"Existing Since\",\"place_holder\":\"Enter the year eg 2012, 2015 etc\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]*\",\"message\":\"Number only accepted\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"New (Startup)\",\"answer\":\"New (Startup)\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Existing\",\"answer\":\"Existing\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Opening New Branch (Yes/No)\",\"question_key\":\"opening_new_branch\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Property Ownership\",\"question_key\":\"property_ownership\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Area (Sq Feet)\",\"question_key\":\"area_sq_feet\",\"type\":\"1\",\"place_holder\":\"Enter the number\",\"field_type\":\"num\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Floors\",\"question_key\":\"floor\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Number of staff observed\",\"question_key\":\"staff_observer_number\",\"type\":\"1\",\"field_type\":\"num\",\"place_holder\":\"Enter the number\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Business activity seen (Yes/No)\",\"question_key\":\"business_activity_seen\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"5\",\"section_name\":\"Product Information\",\"onsubmit\":null,\"questions\":[{\"question\":\"Equipment List\",\"question_key\":\"equipment_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESEQUIPMENTLIST\"},\"fields\":[\"id\",\"equipment\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"equipment_list\",\"expression\":\"(String(JSON.stringify(\'equipment_list\')).includes(String(\'24\')))\",\"value_keys\":[\"equipment_list\"],\"questions\":[{\"question\":\"Please Specify the Equipments\",\"question_key\":\"equipment_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Total invoice value of the selected product\",\"question_key\":\"tot_product_invoice_value\",\"type\":\"1\",\"field_type\":\"numtoword\",\"place_holder\":\"Enter the amount\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]},{\"question\":\"Vendor list\",\"question_key\":\"vendor_list\",\"type\":\"8\",\"is_multiple\":\"1\",\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"SALESVENDORLIST\"},\"fields\":[\"id\",\"vendor\"]},\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"vendor_list\",\"expression\":\"(String(JSON.stringify(\'vendor_list\')).includes(String(\'16\')))\",\"value_keys\":[\"vendor_list\"],\"questions\":[{\"question\":\"Please Specify the Vendors\",\"question_key\":\"vendor_list_other\",\"place_holder\":\"Enter the text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"answers\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}]}]},{\"section_id\":\"6\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Income Considered (Rs Per Annum) \",\"question_key\":\"income_considered\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income Considered Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Projection based\",\"answer\":\"Projection based\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Rs per month) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Selected equipment contribution in trunover\",\"question_key\":\"equipment_contribution_turnover\",\"place_holder\":\"Enter text\",\"question_enable\":\"PD_FORM_VALUES.institution_type == String(\'Diagnostic Centre\')\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Business activity seen during visit \",\"question_key\":\"business_activity_seen\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Location of workplace suits the business\",\"question_key\":\"location_workplace_suits_business\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Yes\",\"answer\":\"Yes\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"No\",\"answer\":\"No \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"What are the future expansion plans of business\",\"question_key\":\"future_business_expansion_plans\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person met\"}],\"questions\":[{\"question\":\"Selfie with person met\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Institute Building\",\"question_key\":\"hospital_building\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Building photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Name Board\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board photographs\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Institute Interior\",\"question_key\":\"institute_interior\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Institute Interior photographs\",\"group_type\":\"6\"}]}]}", "0000-00-00 00:00:00", "2023-10-20 11:38:23", 1, 0), + (15, "LFMP TP", 7, 8, 1, 2, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of the Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Name of the person contacted\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name of the person contacted Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Business Address\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]},{\"question\":\"Applicant qualification\",\"question_key\":\"applicant_qualification\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Applicant qualification Required\",\"value\":null}]},{\"question\":\"Mother\'s Name\",\"question_key\":\"mother_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Mother\'s Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\" Official Email ID\",\"question_key\":\"official_emailid\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Official Email ID Required\",\"value\":null}]},{\"question\":\"Current residence Address\",\"question_key\":\"current_residence_address\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current residence Address Required\",\"value\":null}]},{\"question\":\"Current residence Address ownership\",\"question_key\":\"current_residence_ownership\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current residence Address ownership Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Business address/office address \",\"question_key\":\"business_office_address\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Business address/office address Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Margin %\",\"question_key\":\"income_considered\",\"place_holder\":\"Enter Margin\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Margin Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"LIP\",\"answer\":\"LIP\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Per annum) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"6\",\"section_name\":\"Property Information\",\"onsubmit\":null,\"questions\":[{\"is_repeatable\":\"1\",\"group_title\":\"Property Information\",\"question\":[{\"question\":\"Property Address (With Landmark & PIN)\",\"question_key\":\"property_address\",\"place_holder\":\"Enter door no,street name\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"Property Type\",\"question_key\":\"property_type\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Bungalow\",\"answer\":\"Bungalow\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Apartment\",\"answer\":\"Apartment\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Row House\",\"answer\":\"Row House\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Builder Floor\",\"answer\":\"Builder Floor\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_property_type\",\"subfield_caption\":\"Specifiy Other property type\",\"subfield_type\":\"1\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Type Required\",\"value\":null}]},{\"question\":\"Occupancy Status\",\"question_key\":\"occupancy_status\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Self-Occupied\",\"answer\":\"Self-Occupied\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Rented\",\"answer\":\"Rented \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Vacant\",\"answer\":\"Vacant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Occupancy status Required\",\"value\":null}]},{\"question\":\"Permitted Property Usage\",\"question_key\":\"permitted_property_usage\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Actual Property Usage\",\"question_key\":\"actual_property_usage\",\"type\":\"3\",\"api_properties\":null,\"is_repeatable\":null,\"onchange_properties\":[{\"purpose\":\"subfiled\",\"api\":null,\"params\":null}],\"answers\":[{\"answer_id\":\"Residential\",\"answer\":\"Residential \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Commercial\",\"answer\":\"Commercial \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Industrial\",\"answer\":\"Industrial\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Mixed Use\",\"answer\":\"Mixed Use\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Property Usage Required\",\"value\":null}]},{\"question\":\"Built-Up Area\",\"question_key\":\"built_up_area\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"UOM\",\"question_key\":\"built_up_area_uom\",\"type\":\"3\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Sq Ft\",\"answer\":\"Sq Ft\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Yards\",\"answer\":\"Sq Yards\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Sq Meters\",\"answer\":\"Sq Meters\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Hectares\",\"answer\":\"Hectares\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Acres\",\"answer\":\"Acres\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Built-up Area Required\",\"value\":null}]},{\"question\":\"Approx Mkt. Val (Rs)\",\"question_key\":\"approx_mkt_val\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Approx Mkt value Required\",\"value\":null}]},{\"question\":\"Name of the current owner(s) of the property\",\"question_key\":\"Property_Ownership_Status\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Owner name Required\",\"value\":null}]}]}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Behaviour on call\",\"question_key\":\"behaviour_call\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Rude\",\"answer\":\"Rude\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Neutral\",\"answer\":\"Neutral \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Good\",\"answer\":\"Good \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Pleasant\",\"answer\":\"Pleasant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Behaviour on call Required\",\"value\":null}]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person contacted\"}],\"questions\":[{\"question\":\"Selfie of the person contacted\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "0000-00-00 00:00:00", "2023-10-20 11:33:41", 1, 0), + (16, "WCTL TP", 7, 9, 1, 2, "{\"form_name\":\"Personal Discussion Sheet - Business Loans (For Sales Team)\",\"sections\":[{\"section_id\":\"1\",\"section_name\":\"General Section\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of The Main Loan Applicant\",\"question_key\":\"main_loan_applicant\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Main Loan Applicant Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}],\"onchange_properties\":null},{\"question\":\"Name of the Company/Firm\",\"question_key\":\"company_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Company Name Required\",\"value\":null}]},{\"question\":\"Name of the person contacted\",\"question_key\":\"person_met_during_visit\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name of the person contacted Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Business Address\",\"question_key\":\"address_visited\",\"place_holder\":\"Enter door no,street\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Address Required\",\"value\":null}]},{\"question\":\"State\",\"question_key\":\"state\",\"type\":\"8\",\"answers\":null,\"api_properties\":{\"api\":\"getListOfMaster\",\"api_method\":\"POST\",\"params\":{\"master_name\":\"STATE\"},\"fields\":[\"state_id\",\"name\"]},\"onchange_properties\":[{\"purpose\":\"api\",\"api\":\"getListOfStatesAndCities\",\"api_method\":\"POST\",\"params\":\"{records:{state_id:\'value_of_answer\'}}\",\"fields\":[\"state_id\",\"name\"],\"local_variable\":\"local_city\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"State Required\",\"value\":null}]},{\"question\":\"City\",\"question_key\":\"city\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_city\",\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"CIty Required\",\"value\":null}]},{\"question\":\"Pincode\",\"question_key\":\"pincode\",\"type\":\"8\",\"answers\":null,\"api_properties\":\"local_pincode\",\"onchange_properties\":[{\"purpose\":\"FORM_CTRL\",\"form_controls\":[{\"insert_index\":\"pincode\",\"expression\":\"(pincode == 1)\",\"value_keys\":[\"pincode\"],\"questions\":[{\"question_key\":\"pincode_others\",\"question\":\"Specify the Pincode\",\"place_holder\":\"Enter the Pincode\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode is Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{6}\",\"message\":\"Pincode should be 6 digit\",\"value\":null}]}]}]}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Pincode Required\",\"value\":null}]},{\"question\":\"Applicant qualification\",\"question_key\":\"applicant_qualification\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Applicant qualification Required\",\"value\":null}]},{\"question\":\"Mother\'s Name\",\"question_key\":\"mother_name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Mother\'s Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\" Official Email ID\",\"question_key\":\"official_emailid\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Official Email ID Required\",\"value\":null}]},{\"question\":\"Current residence Address\",\"question_key\":\"current_residence_address\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current residence Address Required\",\"value\":null}]},{\"question\":\"Current residence Address ownership\",\"question_key\":\"current_residence_ownership\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Current residence Address ownership Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Business address/office address \",\"question_key\":\"business_office_address\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Rented\",\"answer\":\"Rented\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Owned\",\"answer\":\"Owned\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Business address/office address Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]}]},{\"section_id\":\"2\",\"section_name\":\"Fund Requirement\",\"onsubmit\":null,\"questions\":[{\"question\":\"Loan Amount Applied for (Rs)\",\"question_key\":\"loan_amount_applied\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan amount Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"min\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be greater or equal to Loan Amount\",\"value\":\"loan_amount_applied\",\"validation_to\":\"total_fund_requirement\",\"value_keys\":null}]}]},{\"question\":\"Total Fund Requirement (Rs)\",\"question_key\":\"total_fund_requirement\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Total Fund Required\",\"value\":null}]},{\"question\":\"Loan Tenure (Months)\",\"question_key\":\"loan_tenure\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan tenure Required\"},{\"name\":\"maxLength\",\"validator\":\"3\",\"isactive\":\"1\",\"message\":\"loan tenure 3 digit only\",\"value\":null}]},{\"question\":\"Loan Purpose (End-Use)\",\"question_key\":\"loan_purpose\",\"type\":\"4\",\"answers\":[{\"answer_id\":\"Working Capital\",\"answer\":\"Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Purchase of Business Assets\",\"answer\":\"Purchase of Business Assets\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\" Bridge Finance for Working Capital\",\"answer\":\" Bridge Finance for Working Capital\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Business Expansion\",\"answer\":\"Business Expansion\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Office Renovation\",\"answer\":\"Office Renovation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Debt Consolidation\",\"answer\":\"Debt Consolidation\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Others (Specify)\",\"answer\":\"Others (Specify)\",\"subfield_key\":\"other_end_use\",\"subfield_caption\":\"Specifiy Other End Use\",\"subfield_type\":\"1\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Loan purpose Required\",\"value\":null}]}]},{\"section_id\":\"3\",\"section_name\":\"Details of key stakeholders\",\"onsubmit\":[{\"key_name\":\"share_holding\",\"expression\":\"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\",\"msg\":\"Sum of shareholding should be equal to 100\"}],\"questions\":[{\"question\":[{\"question\":\"Name\",\"question_key\":\"name\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Name Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[A-Za-z ]*\",\"message\":\"alphabets only \",\"value\":null}]},{\"question\":\"Share Holding (%)\",\"question_key\":\"share_holding\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Share value Required\",\"value\":null},{\"name\":\"max\",\"validator\":\"100\",\"isactive\":\"1\",\"message\":\"Number must be less than 100\",\"value\":null}]},{\"question\":\"Year(s) in Current Business\",\"question_key\":\"vintage_in_current_biz\",\"place_holder\":\"Enter in years\",\"type\":\"1\",\"api_properties\":null,\"answers\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Year(s) in Current Business Required\",\"value\":null},{\"name\":\"pattern\",\"isactive\":\"1\",\"validator\":\"[0-9]{0,3}\",\"message\":\"Year should be 3 digit\",\"value\":null}],\"onchange_properties\":null}],\"is_repeatable\":\"1\",\"group_title\":\"Details of Key Stakeholders in the Business\"}]},{\"section_id\":\"4\",\"section_name\":\"Brief of the Business / Service\",\"onsubmit\":null,\"questions\":[{\"question\":\"Nature of business\",\"question_key\":\"nature_of_business\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Trader\",\"answer\":\"Trader\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Manufacturer\",\"answer\":\"Manufacturer\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Service\",\"answer\":\"Service\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Nature of business required\",\"value\":null}]},{\"question\":\"Product/Service Type\",\"question_key\":\"product_service_type\",\"type\":\"1\",\"place_holder\":\"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Product/Service Type Required\",\"value\":null}]},{\"question\":\"Other Information\",\"question_key\":\"other_information\",\"place_holder\":\"Enter Other Information\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]}]},{\"section_id\":\"5\",\"section_name\":\"Financial Information\",\"onsubmit\":[{\"expression\":\"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\",\"key_name\":\"fy\",\"msg\":\"Year already entered earlier\"}],\"questions\":[{\"question\":[{\"question\":\"Enter FY\",\"question_key\":\"fy\",\"type\":\"3\",\"answers\":[],\"answer_value\":\"GET_FY_YEARS\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fin Yr Required\",\"value\":null}]},{\"question\":\"Sales / Revenue (Rs) \",\"question_key\":\"sales_revenue\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Sales/Revenue Required\",\"value\":null}]},{\"question\":\"Net Profit / (Net Loss) (Rs) \",\"question_key\":\"net_profit\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Net profit/loss Required\",\"value\":null}],\"onchange_properties\":[{\"purpose\":\"validations\",\"validations\":[{\"name\":\"max\",\"isactive\":\"1\",\"validator\":\"\",\"message\":\"should be less then sales\",\"value\":\"sales_revenue\",\"validation_to\":null,\"value_keys\":null}]}]}],\"is_repeatable\":\"1\",\"group_title\":\"Particulars of Financials as per books of Accounts\"},{\"question\":\"Margin %\",\"question_key\":\"income_considered\",\"place_holder\":\"Enter Margin\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Margin Required\",\"value\":null}],\"onchange_properties\":[]},{\"question\":\"Income assessment Program Recommended \",\"question_key\":\"income_assessment_program_recommended\",\"type\":\"3\",\"answers\":[{\"answer_id\":\"Vanilla\",\"answer\":\"Vanilla\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"IM\",\"answer\":\"IM\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GPR\",\"answer\":\"GPR\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Banking\",\"answer\":\"Banking\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"GST\",\"answer\":\"GST\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Income assessment Program Required\",\"value\":null}]},{\"question\":\"Fixed Obligations (Per annum) \",\"question_key\":\"fixed_obligations\",\"place_holder\":\"Enter amount\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"is_repeatable\":null,\"field_type\":\"numtoword\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Fixed Obligations Required\",\"value\":null}],\"onchange_properties\":null}]},{\"section_id\":\"7\",\"section_name\":\"Final Remarks of PD officer\",\"onsubmit\":null,\"questions\":[{\"question\":\"Overall Assessment\",\"question_key\":\"overall_assessment\",\"type\":\"2\",\"answers\":[{\"answer_id\":\"Positive\",\"answer\":\"Positive\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Negative\",\"answer\":\"Negative \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Recommended ROI for the case (%)\",\"question_key\":\"recommended_roi\",\"place_holder\":\"Enter number\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"num\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null},{\"name\":\"maxLength\",\"isactive\":\"1\",\"validator\":\"2\",\"message\":\"Two digit only\",\"value\":null}]},{\"question\":\"Any Other remarks \",\"question_key\":\"any_other_remarks\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[]},{\"question\":\"Behaviour on call\",\"question_key\":\"behaviour_call\",\"place_holder\":\"Enter text\",\"type\":\"2\",\"api_properties\":null,\"onchange_properties\":null,\"answers\":[{\"answer_id\":\"Rude\",\"answer\":\"Rude\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Neutral\",\"answer\":\"Neutral \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Good\",\"answer\":\"Good \",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"},{\"answer_id\":\"Pleasant\",\"answer\":\"Pleasant\",\"subfield_key\":\"\",\"subfield_caption\":\"\",\"subfield_type\":\"\"}],\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Behaviour on call Required\",\"value\":null}]}]},{\"section_id\":\"8\",\"section_name\":\"Officer Details\",\"onsubmit\":null,\"questions\":[{\"question\":\"Name of Sales Team Member\",\"question_key\":\"name_of_sales_team_member\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"field_type\":\"string\",\"answers\":null,\"answer_value\":\"CURRENT_USER\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Designation\",\"question_key\":\"designation\",\"place_holder\":\"Enter text\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DESIGNATION\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]},{\"question\":\"Date\",\"question_key\":\"date\",\"place_holder\":\"Enter date\",\"type\":\"1\",\"answers\":null,\"answer_value\":\"CURRENT_DATE\",\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"field_type\":\"string\",\"validations\":[{\"name\":\"required\",\"isactive\":\"1\",\"validator\":\"Validators.required\",\"message\":\"Field Required\",\"value\":null}]}]},{\"section_id\":\"9\",\"section_name\":\"Photograph\'s\",\"onsubmit\":[{\"expression\":\"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\",\"key_name\":\"selfie_with_person_met\",\"msg\":\"Please take selfie with person contacted\"}],\"questions\":[{\"question\":\"Selfie of the person contacted\",\"question_key\":\"selfie_with_person_met\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]},{\"question\":[{\"question\":\"Name Board Seen\",\"question_key\":\"name_board_seen\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Name Board Seen\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Stock Photograph\'s\",\"question_key\":\"stock_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Stock Photograph\'s\",\"group_type\":\"6\"},{\"question\":[{\"question\":\"Workplace interior photographs\",\"question_key\":\"workplace_interior_image\",\"type\":\"6\",\"answers\":null,\"api_properties\":null,\"onchange_properties\":null,\"is_repeatable\":null,\"validations\":[]}],\"is_repeatable\":\"1\",\"group_title\":\"Workplace interior photographs\",\"group_type\":\"6\"}]}]}", "0000-00-00 00:00:00", "2023-10-20 11:32:30", 1, 0), + (17, "FLYHI PD", 19, NULL, 2, 1, "{\"form_name\": \"FlyHi Discussion Sheet\", \"sections\": [{ \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [{ \"question\": \"Lender Name\", \"question_key\": \"lender_name\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"3\", \"is_disabled\": \"1\", \"api_properties\": { \"api\": \"getFlyhiLenderList\", \"api_method\": \"GET\", \"fields\": [ \"entity_id\", \"full_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null }] }, { \"question\": \"Branch\", \"question_key\": \"branch\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"3\", \"api_properties\": { \"api\": \"getFlyhiBranchList\", \"api_method\": \"GET\", \"fields\": [ \"entity_lender_branch_id\", \"branch_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null }] }, { \"question\": \"Loan Application ID\", \"question_key\": \"loan_application_id\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan Application ID Required\", \"value\": null }] }, { \"question\": \"Lender sales Person\", \"question_key\": \"lender_sales_person\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"3\", \"api_properties\": { \"api\": \"getFlyhiSalesPersonList\", \"api_method\": \"GET\", \"fields\": [ \"userid\", \"user_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null }] }, { \"question\": \"Lender credit Person\", \"question_key\": \"lender_credit_person\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"3\", \"api_properties\": { \"api\": \"getFlyhiCreditPersonList\", \"api_method\": \"GET\", \"fields\": [ \"userid\", \"user_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null }] }, { \"question\": \"Product Name\", \"question_key\": \"product_name\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"3\", \"api_properties\": { \"api\": \"getFlyhiProductList\", \"api_method\": \"GET\", \"fields\": [ \"product_id\", \"product_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null }] }, { \"question\": \"Applicant Name\", \"question_key\": \"applicant_name\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null }] }, { \"question\": \"Applicant Mobile No\", \"question_key\": \"applicant_mobile_no\", \"place_holder\": null, \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{10}\", \"message\": \"Mobile number should be 10 digit\", \"value\": null }, { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Mobile Number Required\", \"value\": null }] }, { \"question\": \"Loan Amount\", \"question_key\": \"loan_amount\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null }] }, { \"question\": \"Verification Type\", \"question_key\": \"verification_type\", \"type\": \"3\", \"field_width\": \"33\", \"onchange_properties\": [{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [{ \"insert_index\": \"verification_type\", \"expression\": \"(String(\'verification_type\') == String(\'Residence verification\'))\", \"value_keys\": [ \"verification_type\" ], \"questions\": [{ \"question\": \"Number of Earning Family Member\", \"question_key\": \"number_of_earning_family_member\", \"field_width\": \"33\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Number of earning family member Required\", \"value\": null }], \"onchange_properties\": null }, { \"question\": \"Number of Dependents\", \"question_key\": \"number_of_dependents\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Number of Dependents Required\", \"value\": null }], \"onchange_properties\": null }, { \"question\": \"Same as Current Residence Address\", \"question_key\": \"Same_as_current_residence_address\", \"sub_title\": \"Premanent Address\", \"field_width\": \"100\", \"type\": \"2\", \"answers\": [{ \"answer_id\": \"Yes\", \"answer\": \"Yes\" }, { \"answer_id\": \"No\", \"answer\": \"No\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [{ \"insert_index\": \"Same_as_current_residence_address\", \"expression\": \"(String(\'Same_as_current_residence_address\') == String(\'No\'))\", \"value_keys\": [ \"Same_as_current_residence_address\" ], \"questions\": [{ \"question\": \"Pincode\", \"question_key\": \"permanent_pincode\", \"field_width\": \"33\", \"type\": \"3\", \"answers\": null, \"api_properties\": \"local_pincode\", \"parent_question_key\": \"Same_as_current_residence_address\", \"onchange_properties\": [{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [{ \"insert_index\": \"permanent_pincode\", \"expression\": \"(permanent_pincode == 1)\", \"value_keys\": [ \"permanent_pincode\" ], \"questions\": [{ \"question_key\": \"permanent_pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] }] }] }], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null }] }, { \"question\": \"City\", \"question_key\": \"permanent_city\", \"field_width\": \"33\", \"type\": \"3\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"parent_question_key\": \"Same_as_current_residence_address\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null }] }, { \"question\": \"State\", \"question_key\": \"permanent_state\", \"field_width\": \"33\", \"type\": \"3\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [{ \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" }], \"is_repeatable\": null, \"parent_question_key\": \"Same_as_current_residence_address\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null }] }, { \"question\": \"Permanent Address\", \"question_key\": \"permanent_address\", \"place_holder\": \"Enter door no,street\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"parent_question_key\": \"Same_as_current_residence_address\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Permanent Address Required\", \"value\": null }] } ] }] }], \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }] }, { \"question\": \"Years At Current Residence\", \"question_key\": \"years_at_current_residence\", \"type\": \"2\", \"field_width\": \"50\", \"api_properties\": null, \"answers\": [{ \"answer_id\": \"< 1 yr\", \"answer\": \"< 1 yr\" }, { \"answer_id\": \"1-2 yrs\", \"answer\": \"1-2 yrs\" }, { \"answer_id\": \"2 to 5 yrs\", \"answer\": \"2 to 5 yrs\" }, { \"answer_id\": \"> 5 yrs\", \"answer\": \"> 5 yrs\" } ], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Years at current Residence Field Required\", \"value\": null }] }, { \"question\": \"Residence Ownership\", \"question_key\": \"residence_ownership\", \"type\": \"2\", \"field_width\": \"50\", \"api_properties\": null, \"answers\": [{ \"answer_id\": \"self_owned\", \"answer\": \"Self-Owned\" }, { \"answer_id\": \"parental\", \"answer\": \"Parental\" }, { \"answer_id\": \"family_owned\", \"answer\": \"Family Owned\" }, { \"answer_id\": \"rented\", \"answer\": \"Rented\" } ], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Residence Ownership Field Required\", \"value\": null }] }, { \"question\": [{ \"question\": \"Residence Address Details\", \"question_key\": \"residence_address\", \"place_holder\": \"Enter door no,street\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null }] }, { \"question\": \"State\", \"question_key\": \"residence_state\", \"type\": \"3\", \"field_width\": \"33\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [{ \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" }], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null }] }, { \"question\": \"City\", \"question_key\": \"residence_city\", \"type\": \"3\", \"field_width\": \"33\", \"answers\": null, \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null }] }, { \"question\": \"Pincode\", \"question_key\": \"residence_pincode\", \"type\": \"3\", \"field_width\": \"33\", \"answers\": null, \"api_properties\": \"local_pincode1\", \"onchange_properties\": [{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [{ \"insert_index\": \"residence_pincode\", \"expression\": \"(residence_pincode == 1)\", \"value_keys\": [ \"residence_pincode\" ], \"questions\": [{ \"question_key\": \"residence_pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] }] }] }], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null }] } ], \"is_repeatable\": \"1\", \"group_title\": \"Residence Details\", \"group_key\": \"residence_details\", \"form_name\": \"Residence Details\" } ] }] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [{ \"insert_index\": \"verification_type\", \"expression\": \"(String(\'verification_type\') == String(\'Office verification\'))\", \"value_keys\": [ \"verification_type\" ], \"questions\": [{ \"question\": \"Net Monthly Salary/ Net Income\", \"question_key\": \"net_monthly_salary_net_income\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net Monthly Salary/ Net Income Required\", \"value\": null }] }, { \"question\": \"Total Work Experience\", \"question_key\": \"total_work_experience\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Work Experience Required\", \"value\": null }] }, { \"question\": \"Years At Current Employment/Business\", \"question_key\": \"years_at_current_employment_business\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Years At Current Employment/Business Required\", \"value\": null }] }, { \"question\": \"\", \"question_key\": \"constitution_of_employer_business_applicant\", \"type\": \"2\", \"field_width\": \"100\", \"api_properties\": null, \"answers\": [{ \"answer_id\": \"0\", \"answer\": \"Public Ltd\" }, { \"answer_id\": \"1\", \"answer\": \"Private Ltd\" }, { \"answer_id\": \"3\", \"answer\": \"Trust/Society\" }, { \"answer_id\": \"4\", \"answer\": \"Partnership/LLP\" }, { \"answer_id\": \"5\", \"answer\": \"Proprietorship\" } ], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Constitution of Employer / Business applicant Required\", \"value\": null }] }, { \"question\": \"Employer/Business Name\", \"question_key\": \"employer_business_name\", \"field_width\": \"33\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"text\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Employer/Business Name Required\", \"value\": null }], \"onchange_properties\": null }, { \"question\": \"Occupation of The Loan Applicant\", \"question_key\": \"occupation_of_the_loan_applicant\", \"field_width\": \"33\", \"type\": \"2\", \"api_properties\": null, \"answers\": [{ \"answer_id\": \"0\", \"answer\": \"Salaried\" }, { \"answer_id\": \"1\", \"answer\": \"SENP\" }, { \"answer_id\": \"2\", \"answer\": \"SEP\" } ], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Occupation of the loan applicant Required\", \"value\": null }] }, { \"question\": [{ \"question\": \"Workplace Address Details\", \"question_key\": \"officer_address\", \"place_holder\": \"Enter door no,street\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null }] }, { \"question\": \"State\", \"question_key\": \"residence_state\", \"type\": \"3\", \"field_width\": \"33\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [{ \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" }], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null }] }, { \"question\": \"City\", \"question_key\": \"officer_state\", \"type\": \"3\", \"field_width\": \"33\", \"answers\": null, \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null }] }, { \"question\": \"Pincode\", \"question_key\": \"officer_pincode\", \"type\": \"3\", \"field_width\": \"33\", \"answers\": null, \"api_properties\": \"local_pincode1\", \"onchange_properties\": [{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [{ \"insert_index\": \"officer_pincode\", \"expression\": \"(officer_pincode == 1)\", \"value_keys\": [ \"officer_pincode\" ], \"questions\": [{ \"question_key\": \"residence_pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] }] }] }], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null }] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace verification\", \"group_key\": \"Office verification\", \"form_name\": \"Office verification\" } ] }] } ], \"answers\": [{ \"answer_id\": \"Residence verification\", \"answer\": \"Residence verification\" }, { \"answer_id\": \"Office verification\", \"answer\": \"Workplace verification\" } ], \"is_repeatable\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }] }, { \"question\": \"Name of Student\", \"sub_title\": \"Additional Question\", \"question_key\": \"name_of_student\", \"field_width\": \"100\", \"place_holder\": \"\", \"field_type\": \"string\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_business_address\", \"answers\": null, \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name of Student Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Relationship With Applicant\", \"question_key\": \"relationship_with_applicant\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"3\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"RELATIONSHIPS\" }, \"fields\": [ \"relationship_id\", \"name\" ] }, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Relationship with Applicant Required\", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Educational Institute Name\", \"question_key\": \"educational_institute_name\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Educational Institute Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Educational Institute Address\", \"question_key\": \"educational_institute_address\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Educational Institute Address Required\", \"value\": null }], \"onchange_properties\": null }, { \"question\": \"Class /Section/ Course Name\", \"question_key\": \"class_section_course_name\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Class /Section/ Course Name Required\", \"value\": null }], \"onchange_properties\": null }, { \"question\": \"Educational Institute Fee\", \"question_key\": \"educational_institute_fee\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Educational Institute Fee Required\", \"value\": null }] }, { \"question\": \"Duration Of The Course (Months)\", \"question_key\": \"duration_of_the_course\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"str&num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Duration Of The Course (Months) Required\", \"value\": null }] }, { \"question\": \"Loan Amount Applied\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter text\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null }] }, { \"question\": \"Loan Tenure In Months\", \"question_key\": \"loan_tenor\", \"place_holder\": \"Enter Loan Tenure In Months\", \"field_width\": \"33\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [{ \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan Tenure Required\", \"value\": null }] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [{ \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" }], \"questions\": [{ \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [{ \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [{ \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [{ \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [{ \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ]}", "2023-02-25 15:02:09", "2023-02-25 15:02:09", 1, 1), + (18, "WCTL TP", 7, 9, 1, 2, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of The Main Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company/Firm\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Name of the person contacted\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name of the person contacted Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Business Address\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"Applicant qualification\", \"question_key\": \"applicant_qualification\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Applicant qualification Required\", \"value\": null } ] }, { \"question\": \"Mother\'s Name\", \"question_key\": \"mother_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Mother\'s Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \" Official Email ID\", \"question_key\": \"official_emailid\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Official Email ID Required\", \"value\": null } ] }, { \"question\": \"Current residence Address\", \"question_key\": \"current_residence_address\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current residence Address Required\", \"value\": null } ] }, { \"question\": \"Current residence Address ownership\", \"question_key\": \"current_residence_ownership\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current residence Address ownership Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Business address/office address \", \"question_key\": \"business_office_address\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Business address/office address Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount Applied for (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to Loan Amount\", \"value\": \"loan_amount_applied\", \"validation_to\": \"total_fund_requirement\", \"value_keys\": null } ] } ] }, { \"question\": \"Total Fund Requirement (Rs)\", \"question_key\": \"total_fund_requirement\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Fund Required\", \"value\": null } ] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Working Capital\", \"answer\": \"Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Business Assets\", \"answer\": \"Purchase of Business Assets\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \" Bridge Finance for Working Capital\", \"answer\": \" Bridge Finance for Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Business Expansion\", \"answer\": \"Business Expansion\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Office Renovation\", \"answer\": \"Office Renovation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Debt Consolidation\", \"answer\": \"Debt Consolidation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Year(s) in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Year(s) in Current Business Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": null } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Brief of the Business / Service\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Nature of business\", \"question_key\": \"nature_of_business\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Trader\", \"answer\": \"Trader\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Manufacturer\", \"answer\": \"Manufacturer\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Service\", \"answer\": \"Service\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Nature of business required\", \"value\": null } ] }, { \"question\": \"Product/Service Type\", \"question_key\": \"product_service_type\", \"type\": \"1\", \"place_holder\": \"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Product/Service Type Required\", \"value\": null } ] }, { \"question\": \"Other Information\", \"question_key\": \"other_information\", \"place_holder\": \"Enter Other Information\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"5\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Margin %\", \"question_key\": \"income_considered\", \"place_holder\": \"Enter Margin\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Margin Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program Recommended \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"IM\", \"answer\": \"IM\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GPR\", \"answer\": \"GPR\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Banking\", \"answer\": \"Banking\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GST\", \"answer\": \"GST\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Per annum) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"Behaviour on call\", \"question_key\": \"behaviour_call\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Rude\", \"answer\": \"Rude\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Neutral\", \"answer\": \"Neutral \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Good\", \"answer\": \"Good \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Pleasant\", \"answer\": \"Pleasant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Behaviour on call Required\", \"value\": null } ] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DESIGNATION\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person contacted\" } ], \"questions\": [ { \"question\": \"Selfie of the person contacted\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ] }", NULL, NULL, 1, 1), + (19, "LFMP TP", 7, 8, 1, 2, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of the Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company/Firm\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Name of the person contacted\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name of the person contacted Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Business Address\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"Applicant qualification\", \"question_key\": \"applicant_qualification\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Applicant qualification Required\", \"value\": null } ] }, { \"question\": \"Mother\'s Name\", \"question_key\": \"mother_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Mother\'s Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \" Official Email ID\", \"question_key\": \"official_emailid\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Official Email ID Required\", \"value\": null } ] }, { \"question\": \"Current residence Address\", \"question_key\": \"current_residence_address\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current residence Address Required\", \"value\": null } ] }, { \"question\": \"Current residence Address ownership\", \"question_key\": \"current_residence_ownership\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current residence Address ownership Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Business address/office address \", \"question_key\": \"business_office_address\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Business address/office address Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount Applied for (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to Loan Amount\", \"value\": \"loan_amount_applied\", \"validation_to\": \"total_fund_requirement\", \"value_keys\": null } ] } ] }, { \"question\": \"Total Fund Requirement (Rs)\", \"question_key\": \"total_fund_requirement\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Fund Required\", \"value\": null } ] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Working Capital\", \"answer\": \"Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Business Assets\", \"answer\": \"Purchase of Business Assets\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Business Expansion\", \"answer\": \"Business Expansion\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Office Renovation\", \"answer\": \"Office Renovation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Debt Consolidation\", \"answer\": \"Debt Consolidation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Year(s) in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Year(s) in Current Business Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": null } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Brief of the Business / Service\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Nature of business\", \"question_key\": \"nature_of_business\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Trader\", \"answer\": \"Trader\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Manufacturer\", \"answer\": \"Manufacturer\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Service\", \"answer\": \"Service\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Nature of business required\", \"value\": null } ] }, { \"question\": \"Product/Service Type\", \"question_key\": \"product_service_type\", \"type\": \"1\", \"place_holder\": \"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Product/Service Type Required\", \"value\": null } ] }, { \"question\": \"Other Information\", \"question_key\": \"other_information\", \"place_holder\": \"Enter Other Information\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"5\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Margin %\", \"question_key\": \"income_considered\", \"place_holder\": \"Enter Margin\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Margin Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program Recommended \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"IM\", \"answer\": \"IM\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GPR\", \"answer\": \"GPR\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Banking\", \"answer\": \"Banking\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"LIP\", \"answer\": \"LIP\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GST\", \"answer\": \"GST\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Per annum) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"6\", \"section_name\": \"Property Information\", \"onsubmit\": null, \"questions\": [ { \"is_repeatable\": \"1\", \"group_title\": \"Property Information\", \"question\": [ { \"question\": \"Property Address (With Landmark & PIN)\", \"question_key\": \"property_address\", \"place_holder\": \"Enter door no,street name\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Property Type\", \"question_key\": \"property_type\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Bungalow\", \"answer\": \"Bungalow\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Apartment\", \"answer\": \"Apartment\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Row House\", \"answer\": \"Row House\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Builder Floor\", \"answer\": \"Builder Floor\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_property_type\", \"subfield_caption\": \"Specifiy Other property type\", \"subfield_type\": \"1\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Type Required\", \"value\": null } ] }, { \"question\": \"Occupancy Status\", \"question_key\": \"occupancy_status\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Self-Occupied\", \"answer\": \"Self-Occupied\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Rented\", \"answer\": \"Rented \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Vacant\", \"answer\": \"Vacant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Occupancy status Required\", \"value\": null } ] }, { \"question\": \"Permitted Property Usage\", \"question_key\": \"permitted_property_usage\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Actual Property Usage\", \"question_key\": \"actual_property_usage\", \"type\": \"3\", \"api_properties\": null, \"is_repeatable\": null, \"onchange_properties\": [ { \"purpose\": \"subfiled\", \"api\": null, \"params\": null } ], \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Built-Up Area\", \"question_key\": \"built_up_area\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"built_up_area_uom\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Sq Ft\", \"answer\": \"Sq Ft\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Yards\", \"answer\": \"Sq Yards\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Meters\", \"answer\": \"Sq Meters\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Hectares\", \"answer\": \"Hectares\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Acres\", \"answer\": \"Acres\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"Approx Mkt. Val (Rs)\", \"question_key\": \"approx_mkt_val\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Approx Mkt value Required\", \"value\": null } ] }, { \"question\": \"Name of the current owner(s) of the property\", \"question_key\": \"Property_Ownership_Status\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Owner name Required\", \"value\": null } ] } ] } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"Behaviour on call\", \"question_key\": \"behaviour_call\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Rude\", \"answer\": \"Rude\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Neutral\", \"answer\": \"Neutral \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Good\", \"answer\": \"Good \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Pleasant\", \"answer\": \"Pleasant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Behaviour on call Required\", \"value\": null } ] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DESIGNATION\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person contacted\" } ], \"questions\": [ { \"question\": \"Selfie of the person contacted\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ] }", NULL, NULL, 1, 1), + (20, "LFMP NP", 7, 8, 1, 1, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of The Main Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company/Firm\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Name of Person Met during visit\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Person Met Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Address Visited\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount Applied for (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to Loan Amount\", \"value\": \"loan_amount_applied\", \"validation_to\": \"total_fund_requirement\", \"value_keys\": null } ] } ] }, { \"question\": \"Total Fund Requirement (Rs)\", \"question_key\": \"total_fund_requirement\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Fund Required\", \"value\": null } ] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Working Capital\", \"answer\": \"Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Business Assets\", \"answer\": \"Purchase of Business Assets\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Business Expansion\", \"answer\": \"Business Expansion\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Office Renovation\", \"answer\": \"Office Renovation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Debt Consolidation\", \"answer\": \"Debt Consolidation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Year(s) in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Year(s) in Current Business Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": null } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Brief of the Business / Service\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Nature of business\", \"question_key\": \"nature_of_business\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Trader\", \"answer\": \"Trader\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Manufacturer\", \"answer\": \"Manufacturer\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Service\", \"answer\": \"Service\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Nature of business required\", \"value\": null } ] }, { \"question\": \"Product/Service Type\", \"question_key\": \"product_service_type\", \"type\": \"1\", \"place_holder\": \"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Product/Service Type Required\", \"value\": null } ] }, { \"question\": \"Other Information\", \"question_key\": \"other_information\", \"place_holder\": \"Enter Other Information\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"5\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Income Considered (Rs Per Annum) \", \"question_key\": \"income_considered\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income Considered Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program Recommended \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"IM\", \"answer\": \"IM\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GPR\", \"answer\": \"GPR\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Banking\", \"answer\": \"Banking\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"LIP\", \"answer\": \"LIP\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GST\", \"answer\": \"GST\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Rs per month) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"6\", \"section_name\": \"Property Information\", \"onsubmit\": null, \"questions\": [ { \"is_repeatable\": \"1\", \"group_title\": \"Property Information\", \"question\": [ { \"question\": \"Property Address (With Landmark & PIN)\", \"question_key\": \"property_address\", \"place_holder\": \"Enter door no,street name\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Property Type\", \"question_key\": \"property_type\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Bungalow\", \"answer\": \"Bungalow\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Apartment\", \"answer\": \"Apartment\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Row House\", \"answer\": \"Row House\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Builder Floor\", \"answer\": \"Builder Floor\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_property_type\", \"subfield_caption\": \"Specifiy Other property type\", \"subfield_type\": \"1\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Type Required\", \"value\": null } ] }, { \"question\": \"Occupancy Status\", \"question_key\": \"occupancy_status\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Self-Occupied\", \"answer\": \"Self-Occupied\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Rented\", \"answer\": \"Rented \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Vacant\", \"answer\": \"Vacant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Occupancy status Required\", \"value\": null } ] }, { \"question\": \"Permitted Property Usage\", \"question_key\": \"permitted_property_usage\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Actual Property Usage\", \"question_key\": \"actual_property_usage\", \"type\": \"3\", \"api_properties\": null, \"is_repeatable\": null, \"onchange_properties\": [ { \"purpose\": \"subfiled\", \"api\": null, \"params\": null } ], \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Built-Up Area\", \"question_key\": \"built_up_area\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"built_up_area_uom\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Sq Ft\", \"answer\": \"Sq Ft\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Yards\", \"answer\": \"Sq Yards\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Meters\", \"answer\": \"Sq Meters\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Hectares\", \"answer\": \"Hectares\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Acres\", \"answer\": \"Acres\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"Approx Mkt. Val (Rs)\", \"question_key\": \"approx_mkt_val\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Approx Mkt value Required\", \"value\": null } ] }, { \"question\": \"Name of the current owner(s) of the property\", \"question_key\": \"Property_Ownership_Status\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Owner name Required\", \"value\": null } ] } ] } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Business activity seen during visit \", \"question_key\": \"business_activity_seen\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Location of workplace suits the business\", \"question_key\": \"location_workplace_suits_business\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DESIGNATION\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ] }", NULL, NULL, 1, 1), + (21, "WCTL NP", 7, 9, 1, 1, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of The Main Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company/Firm\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Name of Person Met during visit\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Person Met Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Address Visited\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount Applied for (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to Loan Amount\", \"value\": \"loan_amount_applied\", \"validation_to\": \"total_fund_requirement\", \"value_keys\": null } ] } ] }, { \"question\": \"Total Fund Requirement (Rs)\", \"question_key\": \"total_fund_requirement\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Fund Required\", \"value\": null } ] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Working Capital\", \"answer\": \"Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Business Assets\", \"answer\": \"Purchase of Business Assets\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \" Bridge Finance for Working Capital\", \"answer\": \" Bridge Finance for Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Business Expansion\", \"answer\": \"Business Expansion\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Office Renovation\", \"answer\": \"Office Renovation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Debt Consolidation\", \"answer\": \"Debt Consolidation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Year(s) in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Year(s) in Current Business Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": null } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Brief of the Business / Service\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Nature of business\", \"question_key\": \"nature_of_business\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Trader\", \"answer\": \"Trader\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Manufacturer\", \"answer\": \"Manufacturer\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Service\", \"answer\": \"Service\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Nature of business required\", \"value\": null } ] }, { \"question\": \"Product/Service Type\", \"question_key\": \"product_service_type\", \"type\": \"1\", \"place_holder\": \"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Product/Service Type Required\", \"value\": null } ] }, { \"question\": \"Other Information\", \"question_key\": \"other_information\", \"place_holder\": \"Enter Other Information\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"5\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Income Considered (Rs Per Annum) \", \"question_key\": \"income_considered\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income Considered Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program Recommended \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"IM\", \"answer\": \"IM\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GPR\", \"answer\": \"GPR\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Banking\", \"answer\": \"Banking\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GST\", \"answer\": \"GST\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Rs per month) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Business activity seen during visit \", \"question_key\": \"business_activity_seen\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Location of workplace suits the business\", \"question_key\": \"location_workplace_suits_business\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DESIGNATION\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ] }", NULL, NULL, 1, 1); +INSERT INTO `m_sales_pd_template` (`sales_pd_template_id`, `name`, `lender_id`, `product_id`, `pd_type`, `sales_pd_type`, `template`, `createdon`, `updatedon`, `createdby`, `isactive`) VALUES + (22, "MEQ template NP", 7, 23, 1, 1, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"config\": [ { \"purpose\": \"LOCAL_OR_API_FORM_VALUES\", \"expression\": \"(function () {if(\'constitution\'.toLowerCase() == \'9\' || \'constitution\'.toLowerCase() == \'10\'){ removeSection(\'3\') } else { addSection(\'3\')}return true}());\", \"value_keys\": [ { \"key_names\": [ \"constitution\" ], \"section_id\": \"1\" }, { \"key_names\": [ \"institution_type\" ], \"section_id\": \"4\" } ] } ], \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": [ { \"key_name\": \"constitution\", \"expression\": \"(function () {if(control.question_key == \'constitution\'){addorUpdateLocalStorage(\'constitution\',control.answer_value);}return true}());\", \"msg\": \"\" } ], \"questions\": [ { \"question\": \"Name of The Main Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Constitution\", \"question_key\": \"constitution\", \"type\": \"8\", \"answers\": [ { \"answer_id\": \"6\", \"answer\": \"Cooperative\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"4\", \"answer\": \"HUF (Hindu Undivided Family)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"7\", \"answer\": \"Limited Liability Partnership(LLP)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"5\", \"answer\": \"Partnership\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"11\", \"answer\": \"Private Limited Company\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"2\", \"answer\": \"Public Ltd Company\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"12\", \"answer\": \"Self Employed-Individual\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"9\", \"answer\": \"Society\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"3\", \"answer\": \"Sole proprietorship\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"10\", \"answer\": \"Trust\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Constitution Required\", \"value\": null } ] }, { \"question\": \"Name of the Person Met during visit\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Person Met Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Person Met Designation\", \"question_key\": \"person_met_designation\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMPANYRELATIONSHIPS\" }, \"fields\": [ \"company_relationship_id\", \"name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Designation Required\", \"value\": null } ] }, { \"question\": \"Person Met Contact No\", \"question_key\": \"person_met_contact_no\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{10,12}\", \"message\": \"Mobile number must be 10 digit\", \"value\": null } ] }, { \"question\": \"Address Visited\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(String(\'pincode\') == (String(\'1\')))\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question\": \"Please Specify the Pincode\", \"question_key\": \"pincode_other\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Purchase of Medical Equipment (New)\", \"answer\": \"Purchase of Medical Equipment (New)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Medical Equipment (Refurbished)\", \"answer\": \"Purchase of Medical Equipment (Refurbished)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Medical Equipment (New and Refurbished)\", \"answer\": \"Purchase of Medical Equipment (New and Refurbished)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Refinance\", \"answer\": \"Refinance\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Vintage in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current vintage Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less or equal to Total Work Exp\", \"value\": \"total_work_exp\", \"validation_to\": null, \"value_keys\": null } ] } ] }, { \"question\": \"Total Work Exp\", \"question_key\": \"total_work_exp\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total experience Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Year should be two digit\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to current work exp\", \"value\": \"vintage_in_current_biz\", \"validation_to\": null, \"value_keys\": null } ] } ] }, { \"question\": \"Started Business\", \"question_key\": \"started_biz\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Started Business Required\", \"value\": null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Institution Details\", \"onsubmit\": [ { \"key_name\": \"institution_type\", \"expression\": \"(function () {if(control.question_key == \'institution_type\'){addorUpdateLocalStorage(\'institution_type\',control.answer_value);}return true}());\", \"msg\": \"\" } ], \"questions\": [ { \"question\": \"Type of institution\", \"question_key\": \"institution_type\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"floor\", \"expression\": \"(String(\'institution_type\') == String(\'Hospital\')) || (String(\'institution_type\') == String(\'Nursing Home\'))\", \"value_keys\": [ \"institution_type\" ], \"questions\": [ { \"question\": \"How many Bedded\", \"question_key\": \"how_many_beds\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Occupancy Ratio\", \"question_key\": \"occupancy_ratio\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question_key\": \"tot_doctors\", \"question\": \"How many doctor?s\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] }, { \"question_key\": \"permanent_doctors\", \"question\": \"Permanent\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] }, { \"question_key\": \"temp_doctors\", \"question\": \"Temporary\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Hospital\", \"answer\": \"Hospital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Nursing Home\", \"answer\": \"Nursing Home\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Diagnostic Centre\", \"answer\": \"Diagnostic Centre\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"About the Locality\", \"question_key\": \"about_locality\", \"type\": \"4\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Hospital area\", \"answer\": \"Hospital area\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial area\", \"answer\": \"Commercial area\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Residential area\", \"answer\": \"Residential area\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Institution Vintage\", \"question_key\": \"instituion_vitage\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"instituion_vitage\", \"expression\": \"(String(\'instituion_vitage\') == String(\'Existing\'))\", \"value_keys\": [ \"instituion_vitage\" ], \"questions\": [ { \"question_key\": \"existing_since\", \"question\": \"Existing Since\", \"place_holder\": \"Enter the year eg 2012, 2015 etc\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"New (Startup)\", \"answer\": \"New (Startup)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Existing\", \"answer\": \"Existing\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Opening New Branch (Yes/No)\", \"question_key\": \"opening_new_branch\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Property Ownership\", \"question_key\": \"property_ownership\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Area (Sq Feet)\", \"question_key\": \"area_sq_feet\", \"type\": \"1\", \"place_holder\": \"Enter the number\", \"field_type\": \"num\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Floors\", \"question_key\": \"floor\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Number of staff observed\", \"question_key\": \"staff_observer_number\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Business activity seen (Yes/No)\", \"question_key\": \"business_activity_seen\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] }, { \"section_id\": \"5\", \"section_name\": \"Product Information\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Equipment List\", \"question_key\": \"equipment_list\", \"type\": \"8\", \"is_multiple\": \"1\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"SALESEQUIPMENTLIST\" }, \"fields\": [ \"id\", \"equipment\" ] }, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"equipment_list\", \"expression\": \"(String(JSON.stringify(\'equipment_list\')).includes(String(\'24\')))\", \"value_keys\": [ \"equipment_list\" ], \"questions\": [ { \"question\": \"Please Specify the Equipments\", \"question_key\": \"equipment_list_other\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Total invoice value of the selected product\", \"question_key\": \"tot_product_invoice_value\", \"type\": \"1\", \"field_type\": \"numtoword\", \"place_holder\": \"Enter the amount\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Vendor list\", \"question_key\": \"vendor_list\", \"type\": \"8\", \"is_multiple\": \"1\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"SALESVENDORLIST\" }, \"fields\": [ \"id\", \"vendor\" ] }, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"vendor_list\", \"expression\": \"(String(JSON.stringify(\'vendor_list\')).includes(String(\'16\')))\", \"value_keys\": [ \"vendor_list\" ], \"questions\": [ { \"question\": \"Please Specify the Vendors\", \"question_key\": \"vendor_list_other\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] }, { \"section_id\": \"6\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Income Considered (Rs Per Annum) \", \"question_key\": \"income_considered\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income Considered Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Projection based\", \"answer\": \"Projection based\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Rs per month) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Selected equipment contribution in trunover\", \"question_key\": \"equipment_contribution_turnover\", \"place_holder\": \"Enter text\", \"question_enable\": \"PD_FORM_VALUES.institution_type == String(\'Diagnostic Centre\')\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Business activity seen during visit \", \"question_key\": \"business_activity_seen\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Location of workplace suits the business\", \"question_key\": \"location_workplace_suits_business\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"What are the future expansion plans of business\", \"question_key\": \"future_business_expansion_plans\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Institute Building\", \"question_key\": \"hospital_building\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Institute Building photographs\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board photographs\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Institute Interior\", \"question_key\": \"institute_interior\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Institute Interior photographs\", \"group_type\": \"6\" } ] } ] }", "0000-00-00 00:00:00", "0000-00-00 00:00:00", 1, 1), + (23, "MEQ template TP", 7, 23, 1, 2, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"config\": [ { \"purpose\": \"LOCAL_OR_API_FORM_VALUES\", \"expression\": \"(function () {if(\'constitution\'.toLowerCase() == \'9\' || \'constitution\'.toLowerCase() == \'10\'){ removeSection(\'3\') } else { addSection(\'3\')}return true}());\", \"value_keys\": [ { \"key_names\": [ \"constitution\" ], \"section_id\": \"1\" }, { \"key_names\": [ \"institution_type\" ], \"section_id\": \"4\" } ] } ], \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": [ { \"key_name\": \"constitution\", \"expression\": \"(function () {if(control.question_key == \'constitution\'){addorUpdateLocalStorage(\'constitution\',control.answer_value);}return true}());\", \"msg\": \"\" } ], \"questions\": [ { \"question\": \"Name of The Main Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Constitution\", \"question_key\": \"constitution\", \"type\": \"8\", \"answers\": [ { \"answer_id\": \"6\", \"answer\": \"Cooperative\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"4\", \"answer\": \"HUF (Hindu Undivided Family)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"7\", \"answer\": \"Limited Liability Partnership(LLP)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"5\", \"answer\": \"Partnership\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"11\", \"answer\": \"Private Limited Company\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"2\", \"answer\": \"Public Ltd Company\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"12\", \"answer\": \"Self Employed-Individual\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"9\", \"answer\": \"Society\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"3\", \"answer\": \"Sole proprietorship\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"10\", \"answer\": \"Trust\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Constitution Required\", \"value\": null } ] }, { \"question\": \"Name of the Person Contacted during visit\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Person Met Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Person Contacted Designation\", \"question_key\": \"person_met_designation\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMPANYRELATIONSHIPS\" }, \"fields\": [ \"company_relationship_id\", \"name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Designation Required\", \"value\": null } ] }, { \"question\": \"Person Contacted Contact No\", \"question_key\": \"person_met_contact_no\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{10,12}\", \"message\": \"Mobile number must be 10 digit\", \"value\": null } ] }, { \"question\": \"Address Visited\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(String(\'pincode\') == (String(\'1\')))\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question\": \"Please Specify the Pincode\", \"question_key\": \"pincode_other\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Purchase of Medical Equipment (New)\", \"answer\": \"Purchase of Medical Equipment (New)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Medical Equipment (Refurbished)\", \"answer\": \"Purchase of Medical Equipment (Refurbished)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Medical Equipment (New and Refurbished)\", \"answer\": \"Purchase of Medical Equipment (New and Refurbished)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Refinance\", \"answer\": \"Refinance\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Vintage in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current vintage Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less or equal to Total Work Exp\", \"value\": \"total_work_exp\", \"validation_to\": null, \"value_keys\": null } ] } ] }, { \"question\": \"Total Work Exp\", \"question_key\": \"total_work_exp\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total experience Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Year should be two digit\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to current work exp\", \"value\": \"vintage_in_current_biz\", \"validation_to\": null, \"value_keys\": null } ] } ] }, { \"question\": \"Started Business\", \"question_key\": \"started_biz\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Started Business Required\", \"value\": null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Institution Details\", \"onsubmit\": [ { \"key_name\": \"institution_type\", \"expression\": \"(function () {if(control.question_key == \'institution_type\'){addorUpdateLocalStorage(\'institution_type\',control.answer_value);}return true}());\", \"msg\": \"\" } ], \"questions\": [ { \"question\": \"Type of institution\", \"question_key\": \"institution_type\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"floor\", \"expression\": \"(String(\'institution_type\') == String(\'Hospital\')) || (String(\'institution_type\') == String(\'Nursing Home\'))\", \"value_keys\": [ \"institution_type\" ], \"questions\": [ { \"question\": \"How many Bedded\", \"question_key\": \"how_many_beds\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Occupancy Ratio\", \"question_key\": \"occupancy_ratio\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question_key\": \"tot_doctors\", \"question\": \"How many doctor?s\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] }, { \"question_key\": \"permanent_doctors\", \"question\": \"Permanent\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] }, { \"question_key\": \"temp_doctors\", \"question\": \"Temporary\", \"place_holder\": \"Enter the number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Hospital\", \"answer\": \"Hospital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Nursing Home\", \"answer\": \"Nursing Home\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Diagnostic Centre\", \"answer\": \"Diagnostic Centre\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"About the Locality\", \"question_key\": \"about_locality\", \"type\": \"4\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Hospital area\", \"answer\": \"Hospital area\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial area\", \"answer\": \"Commercial area\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Residential area\", \"answer\": \"Residential area\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Institution Vintage\", \"question_key\": \"instituion_vitage\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"instituion_vitage\", \"expression\": \"(String(\'instituion_vitage\') == String(\'Existing\'))\", \"value_keys\": [ \"instituion_vitage\" ], \"questions\": [ { \"question_key\": \"existing_since\", \"question\": \"Existing Since\", \"place_holder\": \"Enter the year eg 2012, 2015 etc\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]*\", \"message\": \"Number only accepted\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"New (Startup)\", \"answer\": \"New (Startup)\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Existing\", \"answer\": \"Existing\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Opening New Branch (Yes/No)\", \"question_key\": \"opening_new_branch\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Property Ownership\", \"question_key\": \"property_ownership\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Area (Sq Feet)\", \"question_key\": \"area_sq_feet\", \"type\": \"1\", \"place_holder\": \"Enter the number\", \"field_type\": \"num\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Floors\", \"question_key\": \"floor\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Number of staff observed\", \"question_key\": \"staff_observer_number\", \"type\": \"1\", \"field_type\": \"num\", \"place_holder\": \"Enter the number\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Business activity seen (Yes/No)\", \"question_key\": \"business_activity_seen\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] }, { \"section_id\": \"5\", \"section_name\": \"Product Information\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Equipment List\", \"question_key\": \"equipment_list\", \"type\": \"8\", \"is_multiple\": \"1\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"SALESEQUIPMENTLIST\" }, \"fields\": [ \"id\", \"equipment\" ] }, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"equipment_list\", \"expression\": \"(String(JSON.stringify(\'equipment_list\')).includes(String(\'24\')))\", \"value_keys\": [ \"equipment_list\" ], \"questions\": [ { \"question\": \"Please Specify the Equipments\", \"question_key\": \"equipment_list_other\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Total invoice value of the selected product\", \"question_key\": \"tot_product_invoice_value\", \"type\": \"1\", \"field_type\": \"numtoword\", \"place_holder\": \"Enter the amount\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] }, { \"question\": \"Vendor list\", \"question_key\": \"vendor_list\", \"type\": \"8\", \"is_multiple\": \"1\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"SALESVENDORLIST\" }, \"fields\": [ \"id\", \"vendor\" ] }, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"vendor_list\", \"expression\": \"(String(JSON.stringify(\'vendor_list\')).includes(String(\'16\')))\", \"value_keys\": [ \"vendor_list\" ], \"questions\": [ { \"question\": \"Please Specify the Vendors\", \"question_key\": \"vendor_list_other\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"answers\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ] } ] }, { \"section_id\": \"6\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Income Considered (Rs Per Annum) \", \"question_key\": \"income_considered\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income Considered Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Projection based\", \"answer\": \"Projection based\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Rs per month) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Selected equipment contribution in trunover\", \"question_key\": \"equipment_contribution_turnover\", \"place_holder\": \"Enter text\", \"question_enable\": \"PD_FORM_VALUES.institution_type == String(\'Diagnostic Centre\')\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Business activity seen during visit \", \"question_key\": \"business_activity_seen\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Location of workplace suits the business\", \"question_key\": \"location_workplace_suits_business\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"What are the future expansion plans of business\", \"question_key\": \"future_business_expansion_plans\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Institute Building\", \"question_key\": \"hospital_building\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Institute Building photographs\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board photographs\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Institute Interior\", \"question_key\": \"institute_interior\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Institute Interior photographs\", \"group_type\": \"6\" } ] } ] }", "0000-00-00 00:00:00", "0000-00-00 00:00:00", 1, 1), + (24, "Micro LAP TelePD", 7, 28, 1, 2, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of the Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company/Firm\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Name of the person contacted\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name of the person contacted Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Business Address\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"Applicant qualification\", \"question_key\": \"applicant_qualification\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Applicant qualification Required\", \"value\": null } ] }, { \"question\": \"Mother\'s Name\", \"question_key\": \"mother_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Mother\'s Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \" Official Email ID\", \"question_key\": \"official_emailid\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Official Email ID Required\", \"value\": null } ] }, { \"question\": \"Current residence Address\", \"question_key\": \"current_residence_address\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current residence Address Required\", \"value\": null } ] }, { \"question\": \"Current residence Address ownership\", \"question_key\": \"current_residence_ownership\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Current residence Address ownership Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Business address/office address \", \"question_key\": \"business_office_address\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Rented\", \"answer\": \"Rented\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Owned\", \"answer\": \"Owned\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Business address/office address Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount Applied for (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to Loan Amount\", \"value\": \"loan_amount_applied\", \"validation_to\": \"total_fund_requirement\", \"value_keys\": null } ] } ] }, { \"question\": \"Total Fund Requirement (Rs)\", \"question_key\": \"total_fund_requirement\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Fund Required\", \"value\": null } ] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Working Capital\", \"answer\": \"Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Business Assets\", \"answer\": \"Purchase of Business Assets\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Business Expansion\", \"answer\": \"Business Expansion\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Office Renovation\", \"answer\": \"Office Renovation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Debt Consolidation\", \"answer\": \"Debt Consolidation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Year(s) in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Year(s) in Current Business Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": null } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Brief of the Business / Service\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Nature of business\", \"question_key\": \"nature_of_business\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Trader\", \"answer\": \"Trader\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Manufacturer\", \"answer\": \"Manufacturer\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Service\", \"answer\": \"Service\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Nature of business required\", \"value\": null } ] }, { \"question\": \"Product/Service Type\", \"question_key\": \"product_service_type\", \"type\": \"1\", \"place_holder\": \"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Product/Service Type Required\", \"value\": null } ] }, { \"question\": \"Other Information\", \"question_key\": \"other_information\", \"place_holder\": \"Enter Other Information\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"5\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Margin %\", \"question_key\": \"income_considered\", \"place_holder\": \"Enter Margin\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Margin Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program Recommended \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"IM\", \"answer\": \"IM\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GPR\", \"answer\": \"GPR\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Banking\", \"answer\": \"Banking\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"LIP\", \"answer\": \"LIP\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GST\", \"answer\": \"GST\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Per annum) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"6\", \"section_name\": \"Property Information\", \"onsubmit\": null, \"questions\": [ { \"is_repeatable\": \"1\", \"group_title\": \"Property Information\", \"question\": [ { \"question\": \"Property Address (With Landmark & PIN)\", \"question_key\": \"property_address\", \"place_holder\": \"Enter door no,street name\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Property Type\", \"question_key\": \"property_type\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Bungalow\", \"answer\": \"Bungalow\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Apartment\", \"answer\": \"Apartment\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Row House\", \"answer\": \"Row House\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Builder Floor\", \"answer\": \"Builder Floor\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_property_type\", \"subfield_caption\": \"Specifiy Other property type\", \"subfield_type\": \"1\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Type Required\", \"value\": null } ] }, { \"question\": \"Occupancy Status\", \"question_key\": \"occupancy_status\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Self-Occupied\", \"answer\": \"Self-Occupied\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Rented\", \"answer\": \"Rented \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Vacant\", \"answer\": \"Vacant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Occupancy status Required\", \"value\": null } ] }, { \"question\": \"Permitted Property Usage\", \"question_key\": \"permitted_property_usage\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Actual Property Usage\", \"question_key\": \"actual_property_usage\", \"type\": \"3\", \"api_properties\": null, \"is_repeatable\": null, \"onchange_properties\": [ { \"purpose\": \"subfiled\", \"api\": null, \"params\": null } ], \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Built-Up Area\", \"question_key\": \"built_up_area\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"built_up_area_uom\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Sq Ft\", \"answer\": \"Sq Ft\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Yards\", \"answer\": \"Sq Yards\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Meters\", \"answer\": \"Sq Meters\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Hectares\", \"answer\": \"Hectares\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Acres\", \"answer\": \"Acres\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"Approx Mkt. Val (Rs)\", \"question_key\": \"approx_mkt_val\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Approx Mkt value Required\", \"value\": null } ] }, { \"question\": \"Name of the current owner(s) of the property\", \"question_key\": \"Property_Ownership_Status\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Owner name Required\", \"value\": null } ] } ] } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"Behaviour on call\", \"question_key\": \"behaviour_call\", \"place_holder\": \"Enter text\", \"type\": \"2\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Rude\", \"answer\": \"Rude\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Neutral\", \"answer\": \"Neutral \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Good\", \"answer\": \"Good \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Pleasant\", \"answer\": \"Pleasant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Behaviour on call Required\", \"value\": null } ] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DESIGNATION\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person contacted\" } ], \"questions\": [ { \"question\": \"Selfie of the person contacted\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ] }", "2024-04-09 13:51:30", "2024-04-09 13:53:33", 1, 1), + (25, "Micro LAP NormalPD", 7, 28, 1, 1, "{ \"form_name\": \"Personal Discussion Sheet - Business Loans (For Sales Team)\", \"sections\": [ { \"section_id\": \"1\", \"section_name\": \"General Section\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of The Main Loan Applicant\", \"question_key\": \"main_loan_applicant\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Main Loan Applicant Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ], \"onchange_properties\": null }, { \"question\": \"Name of the Company/Firm\", \"question_key\": \"company_name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Company Name Required\", \"value\": null } ] }, { \"question\": \"Name of Person Met during visit\", \"question_key\": \"person_met_during_visit\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Person Met Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Address Visited\", \"question_key\": \"address_visited\", \"place_holder\": \"Enter door no,street\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Landmark\", \"question_key\": \"landmark\", \"place_holder\": \"Enter Landmark\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"8\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"8\", \"answers\": null, \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] } ] }, { \"section_id\": \"2\", \"section_name\": \"Fund Requirement\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Loan Amount Applied for (Rs)\", \"question_key\": \"loan_amount_applied\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan amount Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"min\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be greater or equal to Loan Amount\", \"value\": \"loan_amount_applied\", \"validation_to\": \"total_fund_requirement\", \"value_keys\": null } ] } ] }, { \"question\": \"Total Fund Requirement (Rs)\", \"question_key\": \"total_fund_requirement\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Total Fund Required\", \"value\": null } ] }, { \"question\": \"Loan Tenure (Months)\", \"question_key\": \"loan_tenure\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan tenure Required\" }, { \"name\": \"maxLength\", \"validator\": \"3\", \"isactive\": \"1\", \"message\": \"loan tenure 3 digit only\", \"value\": null } ] }, { \"question\": \"Loan Purpose (End-Use)\", \"question_key\": \"loan_purpose\", \"type\": \"4\", \"answers\": [ { \"answer_id\": \"Working Capital\", \"answer\": \"Working Capital\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Purchase of Business Assets\", \"answer\": \"Purchase of Business Assets\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Business Expansion\", \"answer\": \"Business Expansion\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Office Renovation\", \"answer\": \"Office Renovation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Debt Consolidation\", \"answer\": \"Debt Consolidation\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_end_use\", \"subfield_caption\": \"Specifiy Other End Use\", \"subfield_type\": \"1\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Loan purpose Required\", \"value\": null } ] } ] }, { \"section_id\": \"3\", \"section_name\": \"Details of key stakeholders\", \"onsubmit\": [ { \"key_name\": \"share_holding\", \"expression\": \"(function () {let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == \'share_holding\'){ques_key.push(ques)}})});if(ques_key.length > 0){sum_val= ques_key.map(val=>val.answer_value).reduce((tot,val)=>{return parseInt(tot)+parseInt(val)})}return sum_val<=100}())\", \"msg\": \"Sum of shareholding should be equal to 100\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Name Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[A-Za-z ]*\", \"message\": \"alphabets only \", \"value\": null } ] }, { \"question\": \"Share Holding (%)\", \"question_key\": \"share_holding\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Share value Required\", \"value\": null }, { \"name\": \"max\", \"validator\": \"100\", \"isactive\": \"1\", \"message\": \"Number must be less than 100\", \"value\": null } ] }, { \"question\": \"Year(s) in Current Business\", \"question_key\": \"vintage_in_current_biz\", \"place_holder\": \"Enter in years\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Year(s) in Current Business Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{0,3}\", \"message\": \"Year should be 3 digit\", \"value\": null } ], \"onchange_properties\": null } ], \"is_repeatable\": \"1\", \"group_title\": \"Details of Key Stakeholders in the Business\" } ] }, { \"section_id\": \"4\", \"section_name\": \"Brief of the Business / Service\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Nature of business\", \"question_key\": \"nature_of_business\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Trader\", \"answer\": \"Trader\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Manufacturer\", \"answer\": \"Manufacturer\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Service\", \"answer\": \"Service\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Nature of business required\", \"value\": null } ] }, { \"question\": \"Product/Service Type\", \"question_key\": \"product_service_type\", \"type\": \"1\", \"place_holder\": \"eg Clothing, Scrap metal, Cargo Service, Herbal Products etc.\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Product/Service Type Required\", \"value\": null } ] }, { \"question\": \"Other Information\", \"question_key\": \"other_information\", \"place_holder\": \"Enter Other Information\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"5\", \"section_name\": \"Financial Information\", \"onsubmit\": [ { \"expression\": \"(function (){let sum_val=null;let ques_key=[];control.questions_group.forEach(ques_obj=>{ques_obj.questions.map(ques=>{if(ques.question_key == submitProperty.key_name){ques_key.push(ques.answer_value)}})});console.log(\'none\',ques_key);return new Set(ques_key).size === ques_key.length}())\", \"key_name\": \"fy\", \"msg\": \"Year already entered earlier\" } ], \"questions\": [ { \"question\": [ { \"question\": \"Enter FY\", \"question_key\": \"fy\", \"type\": \"3\", \"answers\": [], \"answer_value\": \"GET_FY_YEARS\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fin Yr Required\", \"value\": null } ] }, { \"question\": \"Sales / Revenue (Rs) \", \"question_key\": \"sales_revenue\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Sales/Revenue Required\", \"value\": null } ] }, { \"question\": \"Net Profit / (Net Loss) (Rs) \", \"question_key\": \"net_profit\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Net profit/loss Required\", \"value\": null } ], \"onchange_properties\": [ { \"purpose\": \"validations\", \"validations\": [ { \"name\": \"max\", \"isactive\": \"1\", \"validator\": \"\", \"message\": \"should be less then sales\", \"value\": \"sales_revenue\", \"validation_to\": null, \"value_keys\": null } ] } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Particulars of Financials as per books of Accounts\" }, { \"question\": \"Income Considered (Rs Per Annum) \", \"question_key\": \"income_considered\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income Considered Required\", \"value\": null } ], \"onchange_properties\": [] }, { \"question\": \"Income assessment Program Recommended \", \"question_key\": \"income_assessment_program_recommended\", \"type\": \"3\", \"answers\": [ { \"answer_id\": \"Vanilla\", \"answer\": \"Vanilla\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"IM\", \"answer\": \"IM\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GPR\", \"answer\": \"GPR\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Banking\", \"answer\": \"Banking\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"LIP\", \"answer\": \"LIP\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"GST\", \"answer\": \"GST\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Income assessment Program Required\", \"value\": null } ] }, { \"question\": \"Fixed Obligations (Rs per month) \", \"question_key\": \"fixed_obligations\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Fixed Obligations Required\", \"value\": null } ], \"onchange_properties\": null } ] }, { \"section_id\": \"6\", \"section_name\": \"Property Information\", \"onsubmit\": null, \"questions\": [ { \"is_repeatable\": \"1\", \"group_title\": \"Property Information\", \"question\": [ { \"question\": \"Property Address (With Landmark & PIN)\", \"question_key\": \"property_address\", \"place_holder\": \"Enter door no,street name\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Address Required\", \"value\": null } ] }, { \"question\": \"Property Type\", \"question_key\": \"property_type\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Bungalow\", \"answer\": \"Bungalow\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Apartment\", \"answer\": \"Apartment\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Row House\", \"answer\": \"Row House\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Builder Floor\", \"answer\": \"Builder Floor\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Others (Specify)\", \"answer\": \"Others (Specify)\", \"subfield_key\": \"other_property_type\", \"subfield_caption\": \"Specifiy Other property type\", \"subfield_type\": \"1\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Type Required\", \"value\": null } ] }, { \"question\": \"Occupancy Status\", \"question_key\": \"occupancy_status\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Self-Occupied\", \"answer\": \"Self-Occupied\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Rented\", \"answer\": \"Rented \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Vacant\", \"answer\": \"Vacant\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Occupancy status Required\", \"value\": null } ] }, { \"question\": \"Permitted Property Usage\", \"question_key\": \"permitted_property_usage\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Actual Property Usage\", \"question_key\": \"actual_property_usage\", \"type\": \"3\", \"api_properties\": null, \"is_repeatable\": null, \"onchange_properties\": [ { \"purpose\": \"subfiled\", \"api\": null, \"params\": null } ], \"answers\": [ { \"answer_id\": \"Residential\", \"answer\": \"Residential \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Commercial\", \"answer\": \"Commercial \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Industrial\", \"answer\": \"Industrial\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Mixed Use\", \"answer\": \"Mixed Use\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Property Usage Required\", \"value\": null } ] }, { \"question\": \"Built-Up Area\", \"question_key\": \"built_up_area\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"UOM\", \"question_key\": \"built_up_area_uom\", \"type\": \"3\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": [ { \"answer_id\": \"Sq Ft\", \"answer\": \"Sq Ft\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Yards\", \"answer\": \"Sq Yards\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Sq Meters\", \"answer\": \"Sq Meters\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Hectares\", \"answer\": \"Hectares\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Acres\", \"answer\": \"Acres\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Built-up Area Required\", \"value\": null } ] }, { \"question\": \"Approx Mkt. Val (Rs)\", \"question_key\": \"approx_mkt_val\", \"place_holder\": \"Enter amount\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"field_type\": \"numtoword\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Approx Mkt value Required\", \"value\": null } ] }, { \"question\": \"Name of the current owner(s) of the property\", \"question_key\": \"Property_Ownership_Status\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"api_properties\": null, \"onchange_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Owner name Required\", \"value\": null } ] } ] } ] }, { \"section_id\": \"7\", \"section_name\": \"Final Remarks of PD officer\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Business activity seen during visit \", \"question_key\": \"business_activity_seen\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Location of workplace suits the business\", \"question_key\": \"location_workplace_suits_business\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Yes\", \"answer\": \"Yes\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"No\", \"answer\": \"No \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Overall Assessment\", \"question_key\": \"overall_assessment\", \"type\": \"2\", \"answers\": [ { \"answer_id\": \"Positive\", \"answer\": \"Positive\", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" }, { \"answer_id\": \"Negative\", \"answer\": \"Negative \", \"subfield_key\": \"\", \"subfield_caption\": \"\", \"subfield_type\": \"\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Recommended ROI for the case (%)\", \"question_key\": \"recommended_roi\", \"place_holder\": \"Enter number\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null }, { \"name\": \"maxLength\", \"isactive\": \"1\", \"validator\": \"2\", \"message\": \"Two digit only\", \"value\": null } ] }, { \"question\": \"Any Other remarks \", \"question_key\": \"any_other_remarks\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [] } ] }, { \"section_id\": \"8\", \"section_name\": \"Officer Details\", \"onsubmit\": null, \"questions\": [ { \"question\": \"Name of Sales Team Member\", \"question_key\": \"name_of_sales_team_member\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"field_type\": \"string\", \"answers\": null, \"answer_value\": \"CURRENT_USER\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Designation\", \"question_key\": \"designation\", \"place_holder\": \"Enter text\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DESIGNATION\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Date\", \"question_key\": \"date\", \"place_holder\": \"Enter date\", \"type\": \"1\", \"answers\": null, \"answer_value\": \"CURRENT_DATE\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }, { \"section_id\": \"9\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Workplace interior photographs\", \"question_key\": \"workplace_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Workplace interior photographs\", \"group_type\": \"6\" } ] } ] }", "2024-04-09 13:51:55", "2024-04-09 13:53:35", 1, 1); + +/*!40000 ALTER TABLE `m_sales_pd_template` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_scorecard +# ------------------------------------------------------------ + +CREATE TABLE `m_scorecard` ( + `scorecard_id` int NOT NULL AUTO_INCREMENT, + `scorecard_name` varchar(100) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`scorecard_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_scorecard` WRITE; +/*!40000 ALTER TABLE `m_scorecard` DISABLE KEYS */; + +INSERT INTO `m_scorecard` (`scorecard_id`, `scorecard_name`, `isactive`, `createdon`, `updatedon`) VALUES + (1, "Generic Score Card", 1, "2019-02-20 10:36:37", "2019-02-20 10:36:37"); + +/*!40000 ALTER TABLE `m_scorecard` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_scorecard_answers +# ------------------------------------------------------------ + +CREATE TABLE `m_scorecard_answers` ( + `score_answer_id` int NOT NULL AUTO_INCREMENT, + `fk_score_question_id` int DEFAULT NULL, + `answer` varchar(100) DEFAULT NULL, + `score` int DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`score_answer_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_scorecard_answers` WRITE; +/*!40000 ALTER TABLE `m_scorecard_answers` DISABLE KEYS */; + +INSERT INTO `m_scorecard_answers` (`score_answer_id`, `fk_score_question_id`, `answer`, `score`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`, `isactive`) VALUES + (1, 2, "1", 1, NULL, "2018-12-11 16:00:14", NULL, "2018-12-11 16:00:14", NULL), + (2, 2, "2", 1, NULL, "2018-12-11 16:00:14", NULL, "2018-12-11 16:00:14", NULL), + (3, 2, "3", 1, NULL, "2018-12-11 16:00:14", NULL, "2018-12-11 16:00:14", NULL), + (4, 2, "4", 1, NULL, "2018-12-11 16:00:14", NULL, "2018-12-11 16:00:14", NULL), + (5, 2, "5", 1, NULL, "2018-12-11 16:00:14", NULL, "2018-12-11 16:00:14", NULL), + (6, 2, "6", 1, NULL, "2018-12-11 16:00:14", NULL, "2018-12-11 16:00:14", NULL); + +/*!40000 ALTER TABLE `m_scorecard_answers` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_scorecard_questions +# ------------------------------------------------------------ + +CREATE TABLE `m_scorecard_questions` ( + `score_question_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `fk_form_id` int DEFAULT NULL, + `fk_key` varchar(200) DEFAULT NULL, + `weightage` int DEFAULT NULL, + `calc_type` int DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`score_question_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_scorecard_questions` WRITE; +/*!40000 ALTER TABLE `m_scorecard_questions` DISABLE KEYS */; + +INSERT INTO `m_scorecard_questions` (`score_question_id`, `fk_template_id`, `fk_form_id`, `fk_key`, `weightage`, `calc_type`, `fk_createdby`, `createdon`, `fk_updatedby`, `updatedon`, `isactive`) VALUES + (1, 26, 3, "name_ans", 50, NULL, 1, "2018-12-11 16:00:14", 1, "2018-12-11 16:00:14", 1), + (2, 26, 3, "relation_ans", 25, NULL, 1, "2018-12-11 16:00:14", 1, "2018-12-11 16:00:14", 1), + (3, 26, 3, "entity_ans", 25, NULL, 1, "2018-12-11 16:00:14", 1, "2018-12-11 16:00:14", 1); + +/*!40000 ALTER TABLE `m_scorecard_questions` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_scripts +# ------------------------------------------------------------ + +CREATE TABLE `m_scripts` ( + `script_id` int NOT NULL AUTO_INCREMENT, + `script_name` varchar(100) DEFAULT NULL, + `script_content` varchar(2500) DEFAULT NULL, + PRIMARY KEY (`script_id`) +) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_scripts` WRITE; +/*!40000 ALTER TABLE `m_scripts` DISABLE KEYS */; + +INSERT INTO `m_scripts` (`script_id`, `script_name`, `script_content`) VALUES + (1, "phantomjs_local", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 600, height: 350 };page.clipRect = { top: 0, left: 0, width: 600, height: 350 };var score = {{place_score_here}};var url = \'http://localhost/AWSEC2/sparqapi/api?\'+score;var image_url = \'{{APPPATH}}/chart.png\' ;page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (2, "phantomjs_dev", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 600, height: 350 };page.clipRect = { top: 0, left: 0, width: 600, height: 350 };var score = {{place_score_here}};var url = \'http://localhost/sparqapi/api?\'+score;var image_url = \'{{APPPATH}}/chart.png\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (3, "phantomjs_test", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 600, height: 350 };page.clipRect = { top: 0, left: 0, width: 600, height: 350 };var score = {{place_score_here}};var url = \'http://localhost/sparqtest/api?\'+score;var image_url = \'{{APPPATH}}/chart.png\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (4, "phantomjs_testapi", "var page = require(\'webpage\').create();page.viewportSize = { width: 600, height: 350 };page.clipRect = { top: 0, left: 0, width: 600, height: 350 };var score = {{place_score_here}};var url = \'http://localhost/testapi/api?\'+score;var image_url = \'{{APPPATH}}/chart.png\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (8, "phantomsatellite_local", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 650, height: 250 };page.clipRect = { top: 0, left: 0, width: 500, height: 250 };var score = 78;var url = \'https://maps.googleapis.com/maps/api/staticmap?center={{ADDRESS}}&zoom=14&markers=color:red|{{GEOLOCATION}}&size=800x300&maptype=roadmap&key={{API_KEY}}\';var image_url =\'{{APPPATH}}/satellite.png\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (9, "phantomsatellite_dev", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 650, height: 250 };page.clipRect = { top: 0, left: 0, width: 500, height: 250 };var score = 78;var url = \'https://maps.googleapis.com/maps/api/staticmap?center={{ADDRESS}}&zoom=14&markers=color:red|{{GEOLOCATION}}&size=800x300&maptype=roadmap&key={{API_KEY}}\';var image_url =\'{{APPPATH}}/satellite.png\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (10, "phantomsatellite_test", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 650, height: 250 };page.clipRect = { top: 0, left: 0, width: 500, height: 250 };var score = 78;var url = \'https://maps.googleapis.com/maps/api/staticmap?center={{ADDRESS}}&zoom=14&markers=color:red|{{GEOLOCATION}}&size=800x300&maptype=roadmap&key={{API_KEY}}\';var image_url =\'{{APPPATH}}/satellite.jpeg\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"), + (11, "phantom_dsc_local", "var wpage = require(\'webpage\').create();var Content = \'{{html_content}}\';var pageurl = \'{{APPPATH}}views/report_templates/dsc.html\'; wpage.viewportSize = { width: 810, height: 250 };wpage.setContent(Content, pageurl); wpage.onLoadFinished = function(status){wpage.render(\'{{APPPATH}}views/report_templates/{{img_name}}.png\'); phantom.exit();};"), + (12, "phantom_dsc_dev", "var wpage = require(\'webpage\').create();var Content = \'{{html_content}}\';var pageurl = \'{{APPPATH}}views/report_templates/dsc.html\'; wpage.viewportSize = { width: 810, height: 250 };wpage.setContent(Content, pageurl); wpage.onLoadFinished = function(status){wpage.render(\'{{APPPATH}}views/report_templates/{{img_name}}.png\'); phantom.exit();}; "), + (13, "phantom_dsc_test", "var wpage = require(\'webpage\').create();var Content = \'{{html_content}}\';var pageurl = \'{{APPPATH}}views/report_templates/dsc.html\'; wpage.viewportSize = { width: 810, height: 250 };wpage.setContent(Content, pageurl); wpage.onLoadFinished = function(status){wpage.render(\'{{APPPATH}}views/report_templates/{{img_name}}.png\'); phantom.exit();};"), + (14, "phantomjs_prod", "var page = require(\'webpage\').create();page.onInitialized = function(){page.evaluate(function(){Math.log10 = Math.log10 || function(x) {return Math.log(x) / Math.LN10;};});};page.viewportSize = { width: 600, height: 350 };page.clipRect = { top: 0, left: 0, width: 600, height: 350 };var score = {{place_score_here}};var url = \'http://localhost/sparqprod/api?\'+score;var image_url = \'{{APPPATH}}/chart.png\';page.open(url,function() {setTimeout(function() {page.render(image_url);phantom.exit();}, 500);});"); + +/*!40000 ALTER TABLE `m_scripts` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_smc_credit_pd_forms +# ------------------------------------------------------------ + +CREATE TABLE `m_smc_credit_pd_forms` ( + `id` int NOT NULL AUTO_INCREMENT, + `form_id` int DEFAULT NULL, + `form_name` varchar(60) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `complete_check_enabled` tinyint DEFAULT '1', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_smc_credit_pd_forms` WRITE; +/*!40000 ALTER TABLE `m_smc_credit_pd_forms` DISABLE KEYS */; + +INSERT INTO `m_smc_credit_pd_forms` (`id`, `form_id`, `form_name`, `isactive`, `complete_check_enabled`) VALUES + (1, 1, "Borrower & Guarantor Details", 1, 1), + (2, 2, "Address details", 1, 1), + (3, 3, "Loan details", 1, 0), + (4, 4, "General Business Information", 1, 1), + (5, 5, "Key Stakeholders in Business", 1, 1), + (6, 6, "Key Products and Business Contribution", 1, 1), + (7, 7, "Employee Strength", 1, 1), + (8, 8, "Business Assets", 1, 0), + (9, 9, "Business and Personal Banking", 1, 0), + (10, 10, "Financial Information", 1, 0), + (11, 11, "Supplier details", 1, 0), + (12, 12, "Clients details", 1, 0), + (13, 13, "Stock details", 1, 0), + (14, 14, "Future Plans & Business Environments", 1, 1), + (15, 15, "Existing Loan Obligations", 1, 0), + (16, 16, "Family Members Involved in Business", 1, 1), + (18, 17, "Neighbourhood Details", 1, 1), + (19, 18, "Credit manager specific queries", 1, 0), + (20, 19, "Final remarks form", 1, 1), + (21, 20, "Photograph\'s", 1, 1), + (22, 21, "General Section", 1, 1), + (23, 22, "Profile", 1, 1), + (24, 23, "Size and Geographical Reach", 1, 1), + (25, 24, "Product and Process", 1, 1), + (26, 25, "Portfolio Health", 1, 1), + (27, 26, "Total Overall Debt/Equity Profile", 1, 1), + (28, 27, "Financial Analysis", 1, 1), + (29, 28, "Overall Plan of Action", 1, 1), + (30, 29, "Validation Points vide Systems and Books at HQ & Branches", 1, 1); + +/*!40000 ALTER TABLE `m_smc_credit_pd_forms` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_smc_creditpd_imgs +# ------------------------------------------------------------ + +CREATE TABLE `m_smc_creditpd_imgs` ( + `id` int NOT NULL AUTO_INCREMENT, + `key_name` varchar(60) DEFAULT NULL, + `img_name` varchar(60) DEFAULT NULL, + `is_multiple` varchar(60) DEFAULT '0', + `isactive` tinyint DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_smc_creditpd_imgs` WRITE; +/*!40000 ALTER TABLE `m_smc_creditpd_imgs` DISABLE KEYS */; + +INSERT INTO `m_smc_creditpd_imgs` (`id`, `key_name`, `img_name`, `is_multiple`, `isactive`) VALUES + (1, "person_met", "Person Met", "0", 1), + (2, "person_met_id_proof", "Person Met ID Proof", "0", 1), + (3, "approach_to_pd_location", "Approach to PD Location", "0", 1), + (4, "name_board_seen", "Name Board Seen", "0", 1), + (5, "machinary_image", "Machinery Image", "0", 1), + (6, "stock_image", "Stock Image", "1", 1), + (7, "supplier_image", "Supplier Bills", "1", 1), + (8, "client_image", "Client Bills", "1", 1), + (9, "property_images", "Property Images", "1", 1), + (10, "additional_photograph", "Additional Photographs", "1", 1); + +/*!40000 ALTER TABLE `m_smc_creditpd_imgs` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_smc_equipmentlist +# ------------------------------------------------------------ + +CREATE TABLE `m_smc_equipmentlist` ( + `id` int NOT NULL AUTO_INCREMENT, + `equipment` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_smc_equipmentlist` WRITE; +/*!40000 ALTER TABLE `m_smc_equipmentlist` DISABLE KEYS */; + +INSERT INTO `m_smc_equipmentlist` (`id`, `equipment`, `isactive`, `createdon`, `updatedon`, `is_others`) VALUES + (1, "X-ray", 1, "2020-12-10 16:17:18", "2020-12-21 21:38:36", 0), + (2, "Ultrasound/ color doppler", 1, "2020-12-10 16:17:18", "2020-12-21 21:38:36", 0), + (3, "Ct", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (4, "Spect scanner", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (5, "Pet ct", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (6, "Pet/mri", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (7, "Mri", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (8, "Opg", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (9, "Mamography", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (10, "Dry laser imager", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (11, "Gamma camera", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (12, "Cathlab", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (13, "Anesthesia machine", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (14, "C-arm", 1, "2020-12-10 16:17:19", "2020-12-21 21:38:36", 0), + (15, "Ventilators", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (16, "Cr systems", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (17, "Dr systems", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (18, "Monitors", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (19, "Diaylsis machine", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (20, "Holium laser", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (21, "Lithotriter", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (22, "Phaco machine", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (23, "Excimer laser", 1, "2020-12-10 16:17:20", "2020-12-21 21:38:36", 0), + (24, "Others", 1, "2020-12-10 16:32:56", "2020-12-10 16:32:56", 1); + +/*!40000 ALTER TABLE `m_smc_equipmentlist` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_smcvendorlist +# ------------------------------------------------------------ + +CREATE TABLE `m_smcvendorlist` ( + `id` int NOT NULL AUTO_INCREMENT, + `vendor` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_smcvendorlist` WRITE; +/*!40000 ALTER TABLE `m_smcvendorlist` DISABLE KEYS */; + +INSERT INTO `m_smcvendorlist` (`id`, `vendor`, `isactive`, `createdon`, `updatedon`, `is_others`) VALUES + (1, "Siemens", 1, "2020-12-10 16:11:12", "2020-12-21 18:57:45", 0), + (2, "Wge", 1, "2020-12-10 16:11:12", "2020-12-21 18:57:45", 0), + (3, "Philips", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (4, "Fuji films", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (5, "Konica minolta", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (6, "Carestream", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (7, "Allengers", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (8, "Hindrays", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (9, "Skanrays", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (10, "Recorders and medicare systems pvt ltd(rms)", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (11, "Mediray", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (12, "Genuine x ray and radiological equipments pvt ltd", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (13, "Bpl medical technologies pvt ltd", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (14, "Trivitron health care pvt ltd", 1, "2020-12-10 16:11:13", "2020-12-21 18:57:45", 0), + (15, "Fresenius kabi india pvt. ltd.", 1, "2020-12-10 16:11:14", "2020-12-21 18:57:45", 0), + (16, "Others", 1, "2020-12-10 16:31:46", "2020-12-10 16:31:46", 1); + +/*!40000 ALTER TABLE `m_smcvendorlist` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_source_of_balance_transfer +# ------------------------------------------------------------ + +CREATE TABLE `m_source_of_balance_transfer` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_source_of_balance_transfer` WRITE; +/*!40000 ALTER TABLE `m_source_of_balance_transfer` DISABLE KEYS */; + +INSERT INTO `m_source_of_balance_transfer` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Others", 1, 1), + (2, "Personal Loan", 1, 0), + (3, "Own Savings", 1, 0); + +/*!40000 ALTER TABLE `m_source_of_balance_transfer` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_source_of_other_income +# ------------------------------------------------------------ + +CREATE TABLE `m_source_of_other_income` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_source_of_other_income` WRITE; +/*!40000 ALTER TABLE `m_source_of_other_income` DISABLE KEYS */; + +INSERT INTO `m_source_of_other_income` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Others(Please Specify)", 1, 1), + (2, "Interest Income", 1, 0), + (3, "Agricultural Income", 1, 0), + (4, "Dividend Income", 1, 0), + (5, "Rental Income", 1, 0); + +/*!40000 ALTER TABLE `m_source_of_other_income` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_states +# ------------------------------------------------------------ + +CREATE TABLE `m_states` ( + `state_id` int NOT NULL AUTO_INCREMENT, + `fk_region_id` int DEFAULT NULL, + `name` varchar(45) DEFAULT NULL, + `code` varchar(15) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`state_id`), + KEY `name` (`name`), + KEY `code` (`code`), + KEY `isactive` (`isactive`), + KEY `fk_region_id` (`fk_region_id`) +) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_states` WRITE; +/*!40000 ALTER TABLE `m_states` DISABLE KEYS */; + +INSERT INTO `m_states` (`state_id`, `fk_region_id`, `name`, `code`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, 1, "Jammu & Kashmir", "01", "2018-09-25 12:31:07", 1, "2018-09-25 12:59:38", 1, 1, 0), + (2, 2, "Tamil Nadu", "33", "2018-09-25 12:31:07", 1, "0000-00-00 00:00:00", 0, 1, 0), + (3, 2, "Kerala", "32", "2018-09-25 12:59:38", 1, "0000-00-00 00:00:00", 0, 1, 0), + (4, 3, "West Bengal", "19", "2018-10-04 09:38:22", 0, "2019-01-15 17:58:02", 1, 1, 0), + (5, 1, "Delhi", "07", "2018-10-04 17:36:18", 1, "2019-01-15 17:54:22", 0, 1, 0), + (6, 1, "Haryana", "06", "2018-10-04 17:36:18", 1, "2019-01-15 17:54:09", 0, 1, 0), + (7, 3, "Goa", "30", "2018-10-04 17:36:18", 1, "2019-01-15 17:59:58", 1, 1, 0), + (8, 4, "Bihar", "10", "2018-10-04 17:36:18", 1, "2019-01-15 17:54:40", 0, 1, 0), + (9, 4, "Orissa", "21", "2018-10-06 04:54:01", 1, "2019-01-15 18:03:37", 0, 1, 0), + (10, 6, "Madhya Pradesh", "23", "2018-10-06 04:54:01", 1, "2019-01-15 17:58:53", 1, 1, 0), + (11, 7, "Assam", "18", "2018-10-06 04:54:01", 1, "2019-01-15 17:57:31", 0, 1, 0), + (12, 7, "Manipur", "14", "2018-10-06 04:54:01", 1, "2019-01-15 17:54:59", 0, 1, 0), + (13, 1, "Punjab", "03", "2018-10-06 18:27:09", 1, "2019-01-15 17:53:53", 1, 1, 0), + (14, 1, "Himachal Pradesh", "02", "2019-01-07 16:43:34", 1, "0000-00-00 00:00:00", 0, 1, 0), + (15, 1, "Uttar Pradesh", "09", "2019-01-07 16:43:34", 1, "2019-04-26 18:04:30", 0, 1, 0), + (16, 1, "Uttarakhand", "05", "2019-01-07 16:43:34", 1, "0000-00-00 00:00:00", 0, 1, 0), + (17, 1, "Andaman & Nicobar Islands", "35", "2019-01-07 16:43:34", 0, "2019-01-15 18:00:34", 0, 1, 0), + (18, 2, "Andhra Pradesh", "37", "2019-01-07 16:54:56", 0, "2019-01-15 18:00:59", 0, 1, 0), + (19, 2, "Karnataka", "29", "2019-01-07 16:54:56", 0, "2019-01-15 17:59:56", 0, 1, 0), + (20, 2, "Lakshadweep", "31", "2019-01-07 16:54:56", 0, "2019-01-15 18:00:12", 0, 1, 0), + (21, 2, "Puducherry", "34", "2019-01-07 16:54:56", 0, "2019-01-15 18:00:30", 0, 1, 0), + (22, 2, "Telangana", "36", "2019-01-07 16:54:57", 0, "2019-01-15 18:00:36", 0, 1, 0), + (23, 3, "Dadra & Nagar Haveli", "26", "2019-01-07 16:57:33", 0, "2019-01-15 17:59:29", 0, 1, 0), + (24, 3, "Daman & Diu", "25", "2019-01-07 16:57:34", 0, "2019-01-15 17:59:25", 0, 1, 0), + (25, 3, "Gujarat", "24", "2019-01-07 16:57:34", 0, "2019-01-15 17:58:55", 0, 1, 0), + (26, 3, "Maharashtra", "27", "2019-01-07 16:57:34", 0, "2019-01-15 17:59:31", 0, 1, 0), + (27, 3, "Rajasthan", "08", "2019-01-07 16:57:34", 0, "2019-01-15 17:54:28", 0, 1, 0), + (28, 7, "Arunachal Pradesh", "12", "2019-01-07 16:58:08", 0, "2019-01-15 17:54:46", 0, 1, 0), + (29, 7, "Meghalaya", "17", "2019-01-07 17:01:54", 0, "2019-01-15 17:57:29", 0, 1, 0), + (30, 7, "Mizoram", "15", "2019-01-07 17:01:55", 0, "2019-01-15 17:55:02", 0, 1, 0), + (31, 7, "Nagaland", "13", "2019-01-07 17:01:55", 0, "2019-01-15 17:54:56", 0, 1, 0), + (32, 4, "Sikkim", "11", "2019-01-07 17:01:55", 0, "2019-01-15 17:54:44", 0, 1, 0), + (33, 7, "Tripura ", "16", "2019-01-07 17:01:55", 0, "2019-01-15 17:57:26", 0, 1, 0), + (34, 1, "Chandigarh", "04", "2019-01-15 17:50:15", 0, "2021-09-18 10:42:18", 2, 1, 0), + (35, 6, "Chhattisgarh", "22", "2019-01-15 17:50:25", 0, "2019-01-15 17:53:33", 0, 1, 0), + (36, 6, "Jharkhand", "20", "2019-01-15 17:58:24", 0, "0000-00-00 00:00:00", 0, 1, 0), + (37, 1, "Delhi NCR", "07", "2020-11-07 00:13:05", NULL, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_states` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_status_of_construction +# ------------------------------------------------------------ + +CREATE TABLE `m_status_of_construction` ( + `id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_status_of_construction` WRITE; +/*!40000 ALTER TABLE `m_status_of_construction` DISABLE KEYS */; + +INSERT INTO `m_status_of_construction` (`id`, `name`, `isactive`, `is_others`) VALUES + (1, "Vacant", 0, 0), + (2, "Plot of Land", 1, 0), + (3, "Complete – Fully Constructed", 1, 0), + (4, "Under Construction", 1, 0); + +/*!40000 ALTER TABLE `m_status_of_construction` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_subproducts +# ------------------------------------------------------------ + +CREATE TABLE `m_subproducts` ( + `subproduct_id` int NOT NULL AUTO_INCREMENT, + `fk_product_id` int DEFAULT NULL, + `name` varchar(100) DEFAULT NULL, + `abbr` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`subproduct_id`) +) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_subproducts` WRITE; +/*!40000 ALTER TABLE `m_subproducts` DISABLE KEYS */; + +INSERT INTO `m_subproducts` (`subproduct_id`, `fk_product_id`, `name`, `abbr`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, 1, "HL Purchase (Resale) Loan. ", "HL PUR-RESALE", "2018-09-25 12:31:07", 1, "2019-01-07 14:31:20", 1, 1, 0), + (2, 1, "HL Purchase (Builder Property)", "HL PUR-BUILDER", "2018-09-25 13:32:58", 1, "2019-01-07 14:31:20", NULL, 1, 0), + (3, 2, "NRPL Purchase (Builder Property)", "NRPL PUR-BUILDER", "2018-09-25 13:32:58", 1, "2019-01-07 14:48:21", NULL, 1, 0), + (4, 3, "LAP Residential", "LAP-R", "2018-09-25 13:32:58", 1, "2019-01-07 15:09:08", NULL, 1, 0), + (5, 6, "LL Residential", "LL-R", "2018-10-04 18:06:18", 1, "2019-06-11 16:46:50", 1, 1, 0), + (6, 1, "HL Home Improvement Loan", "HL IMPR", "2018-10-06 18:27:09", 1, "2019-01-07 14:31:20", 1, 1, 0), + (7, 2, "NRPL Improvement Loan", "NRPL IMPR", "2018-12-13 16:58:08", NULL, "2019-02-02 17:03:45", NULL, 1, 0), + (8, 1, "Others (Please Specify)", "HL OTHERS", "2018-12-13 17:03:07", NULL, "2019-01-30 11:17:14", 1, 0, 1), + (9, 2, "Others (Please Specify)", "NRPL OTHERS", "2018-12-13 17:03:07", NULL, "2019-01-30 11:17:14", 1, 0, 1), + (10, 3, "Others (Please Specify)", "LAP OTHERS", "2018-12-13 17:03:07", NULL, "2019-01-30 11:17:14", 1, 0, 1), + (11, 4, "Not Applicable", "BL-NA", "2018-12-13 17:03:07", NULL, "2019-02-23 07:11:26", 161, 1, 0), + (12, 5, "Not Applicable", "NA", "2018-12-13 17:03:12", NULL, "2019-01-30 11:06:13", 1, 0, 0), + (13, 6, "LL Industrial", "LL-I", "2018-12-13 17:03:12", 1, "2019-06-11 16:46:51", NULL, 1, 0), + (14, 1, "HL Plot Purchase + Construction Loan.", "HL PLOT / CL", "2018-12-13 17:14:44", NULL, "2019-01-07 14:31:21", NULL, 1, 0), + (15, 2, "NRPL Plot Purchase + Construction Loan.", "NRPL PLOT / CL", "2018-12-13 17:14:44", NULL, "2019-01-07 14:48:22", NULL, 1, 0), + (16, 1, "HL Self Construction Loan.", "HL SELF CL", "2018-12-13 17:14:44", NULL, "2019-01-07 14:31:21", NULL, 1, 0), + (17, 2, "NRPL Self Construction Loan.", "NRPL SELF CL", "2018-12-13 17:14:44", NULL, "2019-01-07 14:48:22", NULL, 1, 0), + (18, 1, "HL Home Extension Loan.", "HL HEL", "2018-12-13 17:14:45", NULL, "2019-01-07 14:31:21", NULL, 1, 0), + (19, 2, "NRPL Extension Loan.", "NRPL HEL", "2018-12-13 17:14:45", NULL, "2019-02-02 17:04:01", NULL, 1, 0), + (20, 2, "NRPL Purchase (Resale) Loan. ", "NRPL PUR-RESALE", "2018-12-13 17:32:11", NULL, "2019-01-07 14:48:22", NULL, 1, 0), + (21, 1, "HL Property not identified", "HL ", "2018-12-13 17:32:11", NULL, "2019-01-07 14:31:21", NULL, 1, 0), + (22, 2, "NRPL Property not identified", "NRPL", "2018-12-13 17:32:12", NULL, "2019-01-07 14:48:23", NULL, 0, 0), + (23, 3, "LAP Commercial", "LAP-C", "2018-12-13 17:34:53", NULL, "2019-01-07 15:09:08", NULL, 1, 0), + (24, 6, "LL Commercial", "LL-C", "2018-12-13 17:34:53", 1, "2019-06-11 16:46:51", NULL, 1, 0), + (25, 3, "LAP Land", "LAP-LAND", "2018-12-13 17:34:53", NULL, "2019-01-07 15:09:08", NULL, 1, 0), + (27, 3, "LAP Industrial", "LAP-I", "2018-12-13 17:34:54", NULL, "2019-01-07 15:09:08", NULL, 1, 0), + (28, 6, "Others (Please Specify)", "LL OTHERS", "2018-12-13 17:34:54", 1, "2019-06-11 16:46:51", 1, 1, 1), + (29, 6, "LL Residential", "LL -R", "2019-02-25 16:32:59", 1, "2019-02-25 16:36:08", NULL, 1, 0), + (30, 6, "LL Commercial", "LL- C", "2019-02-25 16:32:59", 1, "2019-02-25 16:36:08", NULL, 1, 0), + (31, 6, "LL Industrial", "LL-I", "2019-02-25 16:33:00", 1, "2019-02-25 16:36:08", NULL, 1, 0), + (32, 6, "Others", "LL- Others", "2019-02-25 16:33:00", 1, "2019-02-25 16:36:07", NULL, 1, 1), + (33, 5, "Not Applicable", "PL-NA", "2019-02-25 16:42:44", 1, NULL, NULL, 1, 0), + (34, 7, "Not Applicable", "LAEP-NA", "2019-06-11 17:10:51", 0, NULL, NULL, 1, 0), + (35, 8, "LFMP Residential", "LFMP-R", "2019-11-14 13:03:59", 2, "2019-11-14 13:03:59", 2, 1, 0), + (36, 8, "LFMP Commercial", "LFMP-C", "2019-11-14 13:03:59", 2, "2019-11-14 13:03:59", 2, 1, 0), + (37, 8, "LFMP Land", "LFMP-L", "2019-11-14 13:03:59", 2, "2019-11-14 13:03:59", 2, 1, 0), + (38, 8, "LFMP Industrial", "LFMP-I", "2019-11-14 13:03:59", 2, NULL, NULL, 1, 0), + (39, 10, "Not Applicable", "QC-NA", "2020-01-22 05:00:41", 2, NULL, NULL, 1, 0), + (40, 11, "Not Applicable", "QCP-NA", "2020-01-22 05:00:41", 2, NULL, NULL, 1, 0), + (41, 13, "Not Applicable", "TL-NA", "2020-01-22 05:00:41", 2, "2020-01-22 05:00:41", 2, 1, 0), + (42, 12, "Not Applicable", "OVDR-NA", "2020-01-22 05:00:41", 2, NULL, NULL, 1, 0), + (43, 14, "Not Applicable", "PIF-NA", "2020-07-22 07:43:38", 2, NULL, NULL, 1, 0), + (44, 15, "Not Applicable", "SIP-NA", "2020-07-22 07:43:38", 2, NULL, NULL, 1, 0), + (45, 16, "Not Applicable", "PBF-NA", "2020-07-23 12:33:32", 2, "2020-07-24 12:37:50", NULL, 1, 0), + (47, 17, "Not Applicable", "SBF-NA", "2020-07-23 12:33:32", 2, "2020-07-24 12:37:50", NULL, 1, 0), + (48, 18, "Not Applicable", "PBF&SBF-NA", "2020-07-23 12:28:00", 198, "2020-07-24 12:36:42", NULL, 1, 0), + (49, 19, "Not Applicable", "OUCB-NA", "2020-10-23 06:34:37", 2, NULL, NULL, 1, 0), + (50, 20, "Not Applicable", "OUQC-NA", "2020-11-30 10:53:53", NULL, NULL, NULL, 1, 0), + (51, 21, "Not Applicable", "OUCBQC-NA", "2020-11-30 10:53:53", NULL, NULL, NULL, 1, 0), + (52, 24, "Not Applicable", "QCPLAT-NA", "2021-01-19 06:47:32", 2, "2021-01-20 04:49:38", 2, 1, 0), + (53, 25, "Not Applicable", "SCF-NA", "2021-03-04 08:34:23", 2, NULL, NULL, 1, 0), + (54, 26, "Not Applicable", "NBFC/MFI-NA", "2021-03-03 13:00:11", 298, "2021-03-03 13:00:11", 298, 1, 0), + (55, 28, "MLAP Residential", "MLAP-R", "2019-11-14 13:03:59", 2, "2024-04-09 13:10:50", 2, 1, 0), + (56, 28, "MLAP Commercial", "MLAP-C", "2019-11-14 13:03:59", 2, "2024-04-09 13:10:33", 2, 1, 0), + (57, 28, "MLAP Land", "MLAP-L", "2019-11-14 13:03:59", 2, "2024-04-09 13:10:36", 2, 1, 0), + (58, 28, "MLAP Industrial", "MLAP-I", "2019-11-14 13:03:59", 2, "2024-04-09 13:10:39", NULL, 1, 0); + +/*!40000 ALTER TABLE `m_subproducts` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template +# ------------------------------------------------------------ + +CREATE TABLE `m_template` ( + `template_id` int NOT NULL AUTO_INCREMENT, + `template_name` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_customer_segment` varchar(45) DEFAULT NULL, + PRIMARY KEY (`template_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template` WRITE; +/*!40000 ALTER TABLE `m_template` DISABLE KEYS */; + +INSERT INTO `m_template` (`template_id`, `template_name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `fk_customer_segment`) VALUES + (1, "Generic SAL(CASH/CHQ)", "2018-10-26 09:36:12", 1, "2023-02-25 17:06:29", 1, 1, "`1`,`9`,`10`,`11`"), + (2, "Generic SENP/SEP - DI", "2018-10-26 10:18:18", 1, "2023-02-25 17:06:29", 1, 1, "`5`"), + (3, "Generic SENP/SEP - AI", "2018-10-26 10:52:10", 1, "2023-02-25 17:06:29", 1, 1, "`4`"), + (4, "Generic Template SE-RI", "2018-10-27 06:33:40", 1, "2023-02-25 17:06:29", 1, 1, "`8`"), + (5, "CLIX", "2018-10-27 09:43:06", 1, "2019-06-13 16:11:53", 1, 1, NULL); + +/*!40000 ALTER TABLE `m_template` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_answer_weightage +# ------------------------------------------------------------ + +CREATE TABLE `m_template_answer_weightage` ( + `template_answer_weightage_id` int NOT NULL AUTO_INCREMENT, + `fk_template_question_id` int DEFAULT NULL COMMENT 'm_template_question table PK ', + `fk_question_answer_id` int DEFAULT NULL COMMENT 'question answer id of question masters.', + `template_answer_weightage` varchar(45) DEFAULT NULL, + `template_answer_remark` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` varchar(45) DEFAULT NULL, + PRIMARY KEY (`template_answer_weightage_id`) +) ENGINE=InnoDB AUTO_INCREMENT=862 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template_answer_weightage` WRITE; +/*!40000 ALTER TABLE `m_template_answer_weightage` DISABLE KEYS */; + +INSERT INTO `m_template_answer_weightage` (`template_answer_weightage_id`, `fk_template_question_id`, `fk_question_answer_id`, `template_answer_weightage`, `template_answer_remark`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`) VALUES + (1, 1, 83, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (2, 1, 84, "0", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (3, 2, 85, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (4, 2, 86, "0", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (5, 3, 87, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (6, 3, 88, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (7, 4, 89, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (8, 4, 90, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (9, 4, 91, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (10, 4, 92, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (11, 5, 93, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (12, 5, 94, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (13, 5, 95, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (14, 5, 96, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (15, 5, 144, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (16, 6, 97, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (17, 6, 98, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (18, 7, 99, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (19, 7, 100, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (20, 8, 101, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (21, 8, 102, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (22, 8, 103, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (23, 8, 104, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (24, 8, 105, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (25, 9, 106, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (26, 9, 107, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (27, 9, 108, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (28, 9, 109, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (29, 9, 110, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (30, 10, 116, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (31, 10, 117, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (32, 10, 118, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (33, 10, 119, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (34, 10, 120, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (35, 11, 121, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (36, 11, 122, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (37, 12, 123, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (38, 12, 124, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (39, 13, 125, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (40, 13, 126, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (41, 14, 127, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (42, 14, 128, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (43, 14, 129, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (44, 15, 130, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (45, 15, 131, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (46, 15, 132, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (47, 16, 139, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (48, 16, 140, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (49, 16, 141, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (50, 16, 142, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (51, 16, 143, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (52, 17, 135, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (53, 17, 136, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (54, 18, 133, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (55, 18, 134, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (56, 19, 137, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (57, 19, 138, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (58, 20, 145, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (59, 20, 146, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (60, 20, 147, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (61, 20, 148, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (62, 20, 149, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (63, 21, 111, "5", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (64, 21, 112, "4", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (65, 21, 113, "3", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (66, 21, 114, "2", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (67, 21, 115, "1", NULL, "2018-10-26 12:25:43", NULL, NULL, NULL, NULL), + (68, 22, 1, "2", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (69, 22, 2, "3", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (70, 22, 3, "4", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (71, 22, 4, "5", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (72, 22, 8, "1", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (73, 23, 28, "5", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (74, 23, 29, "4", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (75, 23, 30, "3", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (76, 23, 31, "2", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (77, 23, 32, "1", NULL, "2018-10-26 12:48:03", NULL, NULL, NULL, NULL), + (78, 24, 23, "5", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (79, 24, 24, "4", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (80, 24, 25, "3", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (81, 24, 26, "2", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (82, 24, 27, "1", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (83, 25, 43, "5", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (84, 25, 44, "4", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (85, 25, 45, "3", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (86, 25, 46, "2", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (87, 25, 47, "1", NULL, "2018-10-26 12:57:43", NULL, NULL, NULL, NULL), + (88, 26, 23, "5", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (89, 26, 24, "4", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (90, 26, 25, "3", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (91, 26, 26, "2", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (92, 26, 27, "1", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (93, 27, 43, "5", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (94, 27, 44, "4", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (95, 27, 45, "3", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (96, 27, 46, "2", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (97, 27, 47, "1", NULL, "2018-10-26 12:57:48", NULL, NULL, NULL, NULL), + (98, 28, 9, "5", NULL, "2018-10-26 13:07:40", NULL, NULL, NULL, NULL), + (99, 28, 10, "3", NULL, "2018-10-26 13:07:40", NULL, NULL, NULL, NULL), + (100, 28, 11, "4", NULL, "2018-10-26 13:07:40", NULL, NULL, NULL, NULL), + (101, 28, 12, "1", NULL, "2018-10-26 13:07:40", NULL, NULL, NULL, NULL), + (102, 29, 21, "5", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (103, 29, 22, "1", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (104, 30, 53, "5", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (105, 30, 54, "3", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (106, 30, 55, "1", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (107, 31, 56, "5", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (108, 31, 57, "4", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (109, 31, 58, "3", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (110, 31, 59, "2", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (111, 31, 60, "1", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (112, 32, 61, "5", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (113, 32, 62, "3", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (114, 32, 63, "0", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (115, 33, 64, "5", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (116, 33, 65, "3", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (117, 33, 66, "0", NULL, "2018-10-26 13:13:32", NULL, NULL, NULL, NULL), + (118, 34, 33, "5", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (119, 34, 34, "4", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (120, 34, 35, "3", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (121, 34, 36, "2", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (122, 34, 37, "1", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (123, 35, 38, "5", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (124, 35, 39, "4", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (125, 35, 40, "3", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (126, 35, 41, "2", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (127, 35, 42, "1", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (128, 36, 48, "5", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (129, 36, 49, "4", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (130, 36, 50, "3", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (131, 36, 51, "2", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (132, 36, 52, "0", NULL, "2018-10-26 13:16:26", NULL, NULL, NULL, NULL), + (133, 37, 1, "5", NULL, "2018-10-26 13:21:20", NULL, NULL, NULL, NULL), + (134, 37, 2, "4", NULL, "2018-10-26 13:21:20", NULL, NULL, NULL, NULL), + (135, 37, 3, "3", NULL, "2018-10-26 13:21:20", NULL, NULL, NULL, NULL), + (136, 37, 4, "2", NULL, "2018-10-26 13:21:20", NULL, NULL, NULL, NULL), + (137, 37, 8, "1", NULL, "2018-10-26 13:21:20", NULL, NULL, NULL, NULL), + (138, 38, 9, "5", NULL, "2018-10-26 13:21:21", NULL, NULL, NULL, NULL), + (139, 38, 10, "3", NULL, "2018-10-26 13:21:21", NULL, NULL, NULL, NULL), + (140, 38, 11, "4", NULL, "2018-10-26 13:21:21", NULL, NULL, NULL, NULL), + (141, 38, 12, "1", NULL, "2018-10-26 13:21:21", NULL, NULL, NULL, NULL), + (142, 39, 1, "5", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (143, 39, 2, "4", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (144, 39, 3, "3", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (145, 39, 4, "2", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (146, 39, 8, "1", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (147, 40, 9, "5", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (148, 40, 10, "3", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (149, 40, 11, "4", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (150, 40, 12, "1", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (151, 41, 28, "5", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (152, 41, 29, "4", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (153, 41, 30, "3", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (154, 41, 31, "2", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (155, 41, 32, "1", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (156, 42, 43, "5", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (157, 42, 44, "4", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (158, 42, 45, "3", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (159, 42, 46, "2", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (160, 42, 47, "1", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (161, 43, 23, "5", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (162, 43, 24, "4", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (163, 43, 25, "3", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (164, 43, 26, "2", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (165, 43, 27, "1", NULL, "2018-10-26 13:24:55", NULL, NULL, NULL, NULL), + (166, 44, 72, "5", NULL, "2018-10-26 13:26:56", NULL, NULL, NULL, NULL), + (167, 44, 73, "4", NULL, "2018-10-26 13:26:56", NULL, NULL, NULL, NULL), + (168, 44, 74, "3", NULL, "2018-10-26 13:26:56", NULL, NULL, NULL, NULL), + (169, 44, 75, "2", NULL, "2018-10-26 13:26:56", NULL, NULL, NULL, NULL), + (170, 44, 76, "1", NULL, "2018-10-26 13:26:56", NULL, NULL, NULL, NULL), + (171, 45, 72, "5", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (172, 45, 73, "4", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (173, 45, 74, "3", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (174, 45, 75, "2", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (175, 45, 76, "1", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (176, 46, 67, "5", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (177, 46, 68, "4", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (178, 46, 69, "3", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (179, 46, 70, "2", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (180, 46, 71, "1", NULL, "2018-10-26 13:28:55", NULL, NULL, NULL, NULL), + (181, 47, 21, "5", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (182, 47, 22, "1", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (183, 48, 53, "5", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (184, 48, 54, "3", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (185, 48, 55, "1", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (186, 49, 56, "5", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (187, 49, 57, "4", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (188, 49, 58, "3", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (189, 49, 59, "2", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (190, 49, 60, "1", NULL, "2018-10-26 13:31:08", NULL, NULL, NULL, NULL), + (191, 50, 33, "5", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (192, 50, 34, "4", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (193, 50, 35, "3", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (194, 50, 36, "2", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (195, 50, 37, "1", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (196, 51, 38, "5", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (197, 51, 39, "4", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (198, 51, 40, "3", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (199, 51, 41, "2", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (200, 51, 42, "1", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (201, 52, 48, "5", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (202, 52, 49, "4", NULL, "2018-10-26 13:37:29", NULL, NULL, NULL, NULL), + (203, 52, 50, "3", NULL, "2018-10-26 13:37:29", NULL, "2018-10-27 04:24:50", NULL, NULL), + (204, 52, 51, "2", NULL, "2018-10-26 13:37:29", NULL, "2018-10-27 04:24:50", NULL, NULL), + (205, 52, 52, "0", NULL, "2018-10-26 13:37:29", NULL, "2018-10-27 04:24:50", NULL, NULL), + (206, 53, 1, "2", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (207, 53, 2, "3", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (208, 53, 3, "4", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (209, 53, 4, "5", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (210, 53, 8, "1", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (211, 54, 9, "5", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (212, 54, 10, "3", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (213, 54, 11, "4", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (214, 54, 12, "1", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (215, 55, 23, "5", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (216, 55, 24, "4", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (217, 55, 25, "3", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (218, 55, 26, "2", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (219, 55, 27, "1", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (220, 56, 28, "5", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (221, 56, 29, "4", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (222, 56, 30, "3", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (223, 56, 31, "2", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (224, 56, 32, "1", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (225, 57, 43, "5", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (226, 57, 44, "4", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (227, 57, 45, "3", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (228, 57, 46, "2", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (229, 57, 47, "0", NULL, "2018-10-27 05:00:19", NULL, NULL, NULL, NULL), + (230, 58, 67, "5", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (231, 58, 68, "4", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (232, 58, 69, "3", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (233, 58, 70, "2", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (234, 58, 71, "1", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (235, 59, 72, "5", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (236, 59, 73, "4", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (237, 59, 74, "3", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (238, 59, 75, "2", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (239, 59, 76, "1", NULL, "2018-10-27 05:02:37", NULL, NULL, NULL, NULL), + (240, 60, 21, "5", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (241, 60, 22, "1", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (242, 61, 53, "5", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (243, 61, 54, "3", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (244, 61, 55, "1", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (245, 62, 56, "5", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (246, 62, 57, "4", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (247, 62, 58, "3", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (248, 62, 59, "2", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (249, 62, 60, "1", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (250, 63, 21, "5", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (251, 63, 22, "1", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (252, 64, 53, "5", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (253, 64, 54, "3", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (254, 64, 55, "1", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (255, 65, 56, "5", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (256, 65, 57, "4", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (257, 65, 58, "3", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (258, 65, 59, "2", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (259, 65, 60, "1", NULL, "2018-10-27 05:09:59", NULL, NULL, NULL, NULL), + (260, 66, 33, "5", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (261, 66, 34, "4", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (262, 66, 35, "3", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (263, 66, 36, "2", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (264, 66, 37, "1", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (265, 67, 38, "5", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (266, 67, 39, "4", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (267, 67, 40, "3", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (268, 67, 41, "2", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (269, 67, 42, "1", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (270, 68, 48, "5", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (271, 68, 49, "4", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (272, 68, 50, "3", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (273, 68, 51, "2", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (274, 68, 52, "0", NULL, "2018-10-27 05:12:55", NULL, NULL, NULL, NULL), + (275, 69, 20, "10", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (276, 70, 150, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (277, 70, 151, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (278, 70, 152, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (279, 70, 153, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (280, 70, 154, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (281, 70, 155, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (282, 70, 156, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (283, 70, 157, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (284, 71, 158, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (285, 71, 159, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (286, 71, 160, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (287, 71, 161, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (288, 71, 162, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (289, 71, 163, "2", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (290, 71, 164, "1", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (291, 72, 165, "10", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (292, 73, 166, "10", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (293, 74, 168, "10", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (294, 75, 170, "10", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (295, 76, 173, "4", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (296, 77, 174, "3", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (297, 78, 175, "3", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (298, 79, 178, "10", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (299, 80, 179, "5", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (300, 81, 180, "5", NULL, "2018-10-27 09:41:35", NULL, NULL, NULL, NULL), + (301, 82, 20, "6", NULL, "2018-10-27 12:29:10", NULL, "2018-10-27 13:30:00", NULL, NULL), + (302, 83, 150, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (303, 83, 151, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (304, 83, 152, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (305, 83, 153, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (306, 83, 154, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (307, 83, 155, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (308, 83, 156, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (309, 83, 157, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (310, 84, 158, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (311, 84, 159, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (312, 84, 160, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (313, 84, 161, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (314, 84, 162, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (315, 84, 163, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (316, 84, 164, "2", NULL, "2018-10-27 12:29:10", NULL, NULL, NULL, NULL), + (317, 85, 165, "6", NULL, "2018-10-27 12:29:10", NULL, "2018-10-27 13:30:01", NULL, NULL), + (318, 86, 166, "6", NULL, "2018-10-27 12:29:10", NULL, "2018-10-27 13:30:01", NULL, NULL), + (319, 87, 169, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (320, 88, 171, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (321, 89, 173, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (322, 90, 174, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (323, 91, 175, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (324, 92, 176, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (325, 93, 177, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (326, 94, 178, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (327, 95, 179, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (328, 96, 180, "6", NULL, "2018-10-27 13:30:01", NULL, NULL, NULL, NULL), + (329, 97, 20, "10", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (330, 98, 150, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (331, 98, 151, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (332, 98, 152, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (333, 98, 153, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (334, 98, 154, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (335, 98, 155, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (336, 98, 156, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (337, 98, 157, "5", NULL, "2018-10-27 13:38:26", NULL, NULL, NULL, NULL), + (338, 99, 165, "5", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (339, 100, 166, "5", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (340, 101, 167, "5", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (341, 102, 169, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (342, 103, 172, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (343, 104, 176, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (344, 105, 177, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (345, 106, 173, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (346, 107, 174, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (347, 108, 175, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (348, 109, 178, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (349, 110, 179, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (350, 111, 180, "6", NULL, "2018-10-29 05:07:44", NULL, NULL, NULL, NULL), + (351, 112, 20, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (352, 113, 150, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (353, 113, 151, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (354, 113, 152, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (355, 113, 153, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (356, 113, 154, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (357, 113, 155, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (358, 113, 156, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (359, 113, 157, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (360, 114, 158, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (361, 114, 159, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (362, 114, 160, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (363, 114, 161, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (364, 114, 162, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (365, 114, 163, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (366, 114, 164, "1", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (367, 115, 165, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (368, 116, 166, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (369, 117, 167, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (370, 118, 170, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (371, 119, 173, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (372, 120, 174, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (373, 121, 175, "8", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (374, 122, 178, "10", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (375, 123, 179, "5", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (376, 124, 180, "5", NULL, "2018-10-29 05:13:25", NULL, NULL, NULL, NULL), + (377, 125, 20, "10", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (378, 126, 150, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (379, 126, 151, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (380, 126, 152, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (381, 126, 153, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (382, 126, 154, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (383, 126, 155, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (384, 126, 156, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (385, 126, 157, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (386, 127, 158, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (387, 127, 159, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (388, 127, 160, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (389, 127, 161, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (390, 127, 162, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (391, 127, 163, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (392, 127, 164, "1", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (393, 128, 165, "10", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (394, 129, 166, "10", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (395, 130, 167, "10", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (396, 131, 170, "10", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (397, 132, 173, "10", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (398, 133, 174, "5", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (399, 134, 175, "5", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (400, 135, 178, "5", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (401, 136, 180, "5", NULL, "2018-10-29 05:50:54", NULL, NULL, NULL, NULL), + (402, 137, 20, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (403, 138, 150, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (404, 138, 151, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (405, 138, 152, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (406, 138, 153, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (407, 138, 154, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (408, 138, 155, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (409, 138, 156, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (410, 138, 157, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (411, 139, 158, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (412, 139, 159, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (413, 139, 160, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (414, 139, 161, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (415, 139, 162, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (416, 139, 163, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (417, 139, 164, "1", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (418, 140, 165, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (419, 141, 166, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (420, 142, 169, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (421, 143, 171, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (422, 144, 173, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (423, 145, 174, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (424, 146, 175, "8", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (425, 147, 176, "5", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (426, 148, 177, "5", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (427, 149, 178, "5", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (428, 150, 180, "5", NULL, "2018-10-29 06:04:04", NULL, NULL, NULL, NULL), + (429, 151, 20, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (430, 152, 150, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (431, 152, 151, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (432, 152, 152, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (433, 152, 153, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (434, 152, 154, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (435, 152, 155, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (436, 152, 156, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (437, 152, 157, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (438, 153, 158, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (439, 153, 159, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (440, 153, 160, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (441, 153, 161, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (442, 153, 162, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (443, 153, 163, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (444, 153, 164, "1", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (445, 154, 165, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (446, 155, 166, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (447, 156, 169, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (448, 157, 171, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (449, 158, 173, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (450, 159, 174, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (451, 160, 175, "8", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (452, 161, 176, "5", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (453, 162, 177, "5", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (454, 163, 178, "5", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (455, 164, 180, "5", NULL, "2018-10-29 06:04:25", NULL, NULL, NULL, NULL), + (456, 165, 20, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (457, 166, 150, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (458, 166, 151, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (459, 166, 152, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (460, 166, 153, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (461, 166, 154, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (462, 166, 155, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (463, 166, 156, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (464, 166, 157, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (465, 167, 158, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (466, 167, 159, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (467, 167, 160, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (468, 167, 161, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (469, 167, 162, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (470, 167, 163, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (471, 167, 164, "1", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (472, 168, 165, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (473, 169, 166, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (474, 170, 167, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (475, 171, 169, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (476, 172, 171, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (477, 173, 173, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (478, 174, 174, "7", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (479, 175, 175, "5", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (480, 176, 176, "5", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (481, 177, 177, "5", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (482, 178, 178, "5", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (483, 179, 179, "5", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (484, 180, 180, "5", NULL, "2018-10-29 06:09:47", NULL, NULL, NULL, NULL), + (485, 181, 20, "7", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (486, 182, 150, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (487, 182, 151, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (488, 182, 152, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (489, 182, 153, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (490, 182, 154, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (491, 182, 155, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (492, 182, 156, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (493, 182, 157, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (494, 183, 158, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (495, 183, 159, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (496, 183, 160, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (497, 183, 161, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (498, 183, 162, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (499, 183, 163, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (500, 183, 164, "1", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (501, 184, 165, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (502, 185, 166, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (503, 186, 167, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (504, 187, 172, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (505, 188, 173, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (506, 189, 174, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (507, 190, 175, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (508, 191, 176, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (509, 192, 177, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (510, 193, 178, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (511, 194, 179, "5", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (512, 195, 180, "10", NULL, "2018-10-29 06:27:09", NULL, NULL, NULL, NULL), + (513, 196, 20, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (514, 197, 150, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (515, 197, 151, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (516, 197, 152, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (517, 197, 153, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (518, 197, 154, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (519, 197, 155, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (520, 197, 156, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (521, 197, 157, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (522, 198, 158, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (523, 198, 159, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (524, 198, 160, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (525, 198, 161, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (526, 198, 162, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (527, 198, 163, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (528, 198, 164, "1", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (529, 199, 166, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (530, 200, 167, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (531, 201, 170, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (532, 202, 172, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (533, 203, 173, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (534, 204, 174, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (535, 205, 175, "8", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (536, 206, 176, "5", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (537, 207, 177, "5", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (538, 208, 178, "5", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (539, 209, 180, "5", NULL, "2018-10-29 06:42:37", NULL, NULL, NULL, NULL), + (540, 210, 20, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (541, 211, 150, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (542, 211, 151, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (543, 211, 152, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (544, 211, 153, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (545, 211, 154, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (546, 211, 155, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (547, 211, 156, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (548, 211, 157, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (549, 212, 158, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (550, 212, 159, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (551, 212, 160, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (552, 212, 161, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (553, 212, 162, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (554, 212, 163, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (555, 212, 164, "1", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (556, 213, 165, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (557, 214, 166, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (558, 215, 170, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (559, 216, 173, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (560, 217, 174, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (561, 218, 175, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (562, 219, 180, "10", NULL, "2018-10-29 06:58:09", NULL, NULL, NULL, NULL), + (563, 220, 20, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (564, 221, 150, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (565, 221, 151, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (566, 221, 152, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (567, 221, 153, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (568, 221, 154, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (569, 221, 155, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (570, 221, 156, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (571, 221, 157, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (572, 222, 158, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (573, 222, 159, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (574, 222, 160, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (575, 222, 161, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (576, 222, 162, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (577, 222, 163, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (578, 222, 164, "1", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (579, 223, 165, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (580, 224, 166, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (581, 225, 167, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (582, 226, 170, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (583, 227, 173, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (584, 228, 174, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (585, 229, 175, "10", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (586, 230, 180, "5", NULL, "2018-10-29 07:08:30", NULL, NULL, NULL, NULL), + (587, 231, 20, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (588, 232, 150, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (589, 232, 151, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (590, 232, 152, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (591, 232, 153, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (592, 232, 154, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (593, 232, 155, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (594, 232, 156, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (595, 232, 157, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (596, 233, 158, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (597, 233, 159, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (598, 233, 160, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (599, 233, 161, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (600, 233, 162, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (601, 233, 163, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (602, 233, 164, "1", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (603, 234, 165, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (604, 235, 166, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (605, 236, 169, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (606, 237, 171, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (607, 238, 173, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (608, 239, 174, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (609, 240, 175, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (610, 241, 176, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (611, 242, 177, "8", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (612, 243, 180, "4", NULL, "2018-10-29 07:16:08", NULL, NULL, NULL, NULL), + (613, 244, 20, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (614, 245, 150, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (615, 245, 151, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (616, 245, 152, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (617, 245, 153, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (618, 245, 154, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (619, 245, 155, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (620, 245, 156, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (621, 245, 157, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (622, 246, 158, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (623, 246, 159, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (624, 246, 160, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (625, 246, 161, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (626, 246, 162, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (627, 246, 163, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (628, 246, 164, "1", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (629, 247, 165, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (630, 248, 166, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (631, 249, 167, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (632, 250, 169, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (633, 251, 171, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (634, 252, 173, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (635, 253, 174, "8", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (636, 254, 175, "5", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (637, 255, 176, "5", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (638, 256, 177, "5", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (639, 257, 180, "5", NULL, "2018-10-29 07:27:44", NULL, NULL, NULL, NULL), + (640, 258, 20, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (641, 259, 150, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (642, 259, 151, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (643, 259, 152, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (644, 259, 153, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (645, 259, 154, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (646, 259, 155, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (647, 259, 156, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (648, 259, 157, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (649, 260, 158, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (650, 260, 159, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (651, 260, 160, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (652, 260, 161, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (653, 260, 162, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (654, 260, 163, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (655, 260, 164, "1", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (656, 261, 165, "10", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (657, 262, 172, "10", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (658, 263, 173, "10", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (659, 264, 174, "10", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (660, 265, 175, "10", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (661, 266, 176, "10", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (662, 267, 177, "6", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (663, 268, 180, "4", NULL, "2018-10-29 07:28:30", NULL, NULL, NULL, NULL), + (664, 269, 20, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (665, 270, 150, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (666, 270, 151, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (667, 270, 152, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (668, 270, 153, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (669, 270, 154, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (670, 270, 155, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (671, 270, 156, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (672, 270, 157, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (673, 271, 158, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (674, 271, 159, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (675, 271, 160, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (676, 271, 161, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (677, 271, 162, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (678, 271, 163, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (679, 271, 164, "1", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (680, 272, 165, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (681, 273, 166, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (682, 274, 170, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (683, 275, 173, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (684, 276, 174, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (685, 277, 175, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (686, 278, 178, "8", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (687, 279, 180, "20", NULL, "2018-10-29 07:40:55", NULL, NULL, NULL, NULL), + (688, 280, 20, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (689, 281, 150, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (690, 281, 151, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (691, 281, 152, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (692, 281, 153, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (693, 281, 154, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (694, 281, 155, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (695, 281, 156, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (696, 281, 157, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (697, 282, 158, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (698, 282, 159, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (699, 282, 160, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (700, 282, 161, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (701, 282, 162, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (702, 282, 163, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (703, 282, 164, "1", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (704, 283, 165, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (705, 284, 166, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (706, 285, 167, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (707, 286, 172, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (708, 287, 173, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (709, 288, 174, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (710, 289, 175, "8", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (711, 290, 176, "10", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (712, 291, 177, "5", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (713, 292, 180, "5", NULL, "2018-10-29 07:42:10", NULL, NULL, NULL, NULL), + (714, 293, 20, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (715, 294, 150, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (716, 294, 151, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (717, 294, 152, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (718, 294, 153, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (719, 294, 154, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (720, 294, 155, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (721, 294, 156, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (722, 294, 157, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (723, 295, 158, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (724, 295, 159, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (725, 295, 160, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (726, 295, 161, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (727, 295, 162, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (728, 295, 163, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (729, 295, 164, "1", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (730, 296, 165, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (731, 297, 166, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (732, 298, 172, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (733, 299, 173, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (734, 300, 174, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (735, 301, 175, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (736, 302, 176, "8", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (737, 303, 177, "5", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (738, 304, 178, "5", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (739, 305, 180, "10", NULL, "2018-10-29 07:55:18", NULL, NULL, NULL, NULL), + (740, 306, 20, "7", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (741, 307, 150, "1", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (742, 307, 151, "1", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (743, 307, 152, "1", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (744, 307, 153, "1", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (745, 307, 154, "1", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (746, 307, 155, "1", NULL, "2018-10-29 07:57:47", NULL, NULL, NULL, NULL), + (747, 307, 156, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (748, 307, 157, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (749, 308, 158, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (750, 308, 159, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (751, 308, 160, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (752, 308, 161, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (753, 308, 162, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (754, 308, 163, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (755, 308, 164, "1", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (756, 309, 165, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (757, 310, 166, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (758, 311, 167, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (759, 312, 169, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (760, 313, 171, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (761, 314, 173, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (762, 315, 174, "7", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (763, 316, 175, "5", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (764, 317, 176, "5", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (765, 318, 177, "5", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (766, 319, 178, "5", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (767, 320, 180, "10", NULL, "2018-10-29 07:57:48", NULL, NULL, NULL, NULL), + (768, 321, 182, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (769, 321, 183, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (770, 321, 184, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (771, 321, 185, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (772, 321, 186, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (773, 321, 187, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (774, 322, 188, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (775, 322, 189, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (776, 322, 190, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (777, 322, 191, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (778, 322, 192, "2", NULL, "2018-11-01 06:06:30", NULL, NULL, NULL, NULL), + (790, 325, 182, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (791, 325, 183, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (792, 325, 184, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (793, 325, 185, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (794, 325, 186, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (795, 325, 187, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (796, 326, 188, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (797, 326, 189, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (798, 326, 190, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (799, 326, 191, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (800, 326, 192, "1", NULL, "2018-11-01 08:45:17", NULL, NULL, NULL, NULL), + (801, 327, 166, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (802, 328, 193, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (803, 328, 194, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (804, 328, 195, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (805, 329, 196, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (806, 329, 197, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (807, 329, 198, "1", NULL, "2018-11-08 15:29:18", NULL, NULL, NULL, NULL), + (808, 330, 199, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (809, 331, 200, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (810, 332, 77, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (811, 332, 78, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (812, 333, 201, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (813, 334, 79, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (814, 334, 80, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (815, 335, 81, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (816, 335, 82, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (817, 335, 203, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (818, 336, 202, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (819, 337, 204, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (820, 338, 205, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (821, 339, 206, "1", NULL, "2018-11-08 15:35:35", NULL, NULL, NULL, NULL), + (822, 340, 207, "1", NULL, "2018-11-08 15:37:25", NULL, NULL, NULL, NULL), + (823, 354, 246, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (824, 355, 238, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (825, 355, 239, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (826, 355, 240, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (827, 355, 241, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (828, 355, 242, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (829, 355, 243, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (830, 355, 244, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (831, 355, 245, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (832, 356, 236, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (833, 356, 237, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (834, 357, 235, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (835, 358, 234, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (836, 359, 233, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (837, 360, 230, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (838, 360, 231, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (839, 360, 232, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (840, 361, 229, "1", NULL, "2018-11-08 21:56:39", NULL, NULL, NULL, NULL), + (841, 362, 214, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (842, 362, 215, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (843, 362, 216, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (844, 362, 217, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (845, 362, 218, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (846, 362, 219, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (847, 362, 220, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (848, 362, 221, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (849, 362, 222, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (850, 362, 223, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (851, 362, 224, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (852, 362, 225, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (853, 362, 226, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (854, 362, 227, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (855, 362, 228, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (856, 363, 213, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (857, 364, 210, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (858, 364, 211, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (859, 364, 212, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (860, 365, 209, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL), + (861, 366, 208, "1", NULL, "2018-11-08 21:57:30", NULL, NULL, NULL, NULL); + +/*!40000 ALTER TABLE `m_template_answer_weightage` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_category_weightage +# ------------------------------------------------------------ + +CREATE TABLE `m_template_category_weightage` ( + `template_category_weightage_id` int NOT NULL AUTO_INCREMENT, + `fk_question_category_id` int DEFAULT NULL, + `fk_template_id` int DEFAULT NULL, + `weightage` varchar(15) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`template_category_weightage_id`) +) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template_category_weightage` WRITE; +/*!40000 ALTER TABLE `m_template_category_weightage` DISABLE KEYS */; + +INSERT INTO `m_template_category_weightage` (`template_category_weightage_id`, `fk_question_category_id`, `fk_template_id`, `weightage`, `createdon`, `fk_createdby`, `updatedon`, `isactive`, `fk_updatedby`) VALUES + (1, 8, 1, "50", "2018-10-30 14:43:00", 1, "2018-10-30 14:43:00", 1, 1), + (2, 3, 1, "20", "2018-10-30 14:43:00", 1, "2018-10-30 14:43:00", 1, 1), + (3, 5, 1, "15", "2018-10-30 14:43:00", 1, "2018-10-30 14:43:00", 1, 1), + (4, 6, 1, "15", "2018-10-30 14:43:00", 1, "2018-10-30 14:43:00", 1, 1), + (5, 3, 2, "20", "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", 1, 1), + (6, 4, 2, "50", "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", 1, 1), + (7, 5, 2, "10", "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", 1, 1), + (8, 6, 2, "20", "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", 1, 1), + (9, 3, 3, "20", "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", 1, 1), + (10, 4, 3, "50", "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", 1, 1), + (11, 5, 3, "10", "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", 1, 1), + (12, 6, 3, "20", "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", 1, 1), + (13, 2, 4, "100", "2018-10-27 07:11:07", 1, "2018-10-27 07:11:07", 1, 1), + (14, 2, 5, "100", "2018-10-27 09:43:06", 1, "2018-10-27 09:43:06", 1, 1), + (15, 2, 7, "100", "2018-10-27 10:12:48", 1, "2018-10-27 10:12:48", 1, 1), + (16, 2, 6, "100", "2018-10-27 10:36:52", 1, "2018-10-27 10:36:52", 1, 1), + (17, 5, 10, "100", "2019-02-11 11:06:51", 1, "2019-02-11 11:06:51", 1, 1), + (18, 2, 8, "100", "2018-10-27 10:36:52", 1, "2018-10-27 10:36:52", 1, 1), + (19, 2, 9, "100", "2018-10-27 10:36:52", 1, "2018-10-27 10:36:52", 1, 1), + (20, 2, 11, "100", "2018-10-27 10:36:52", 1, "2018-10-27 10:36:52", 1, 1), + (21, 2, 15, "100", "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", 1, 1), + (22, 3, 15, "0", "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", 1, 1), + (23, 2, 13, "100", "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", 1, 1), + (24, 2, 14, "100", "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", 1, 1), + (25, 2, 12, "100", "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", 1, 1), + (26, 2, 16, "100", "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", 1, 1), + (27, 2, 17, "100", "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", 1, 1), + (28, 2, 18, "100", "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", 1, 1), + (29, 2, 19, "90", "2018-11-01 07:14:19", 1, "2018-11-01 07:14:19", 1, 1), + (30, 2, 20, "100", "2018-10-29 07:42:20", 1, "2018-10-29 07:42:20", 1, 1), + (31, 2, 21, "100", "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", 1, 1), + (32, 4, 1, "0", "2018-10-30 14:43:00", 1, "2018-10-30 14:43:00", 1, 1), + (33, 5, 19, "10", "2018-11-01 07:14:19", 1, "2018-11-01 07:14:19", 1, 1), + (34, 9, 22, "50", "2019-01-31 08:28:23", 1, "2019-01-31 08:28:23", 1, 1), + (36, 5, 22, "50", "2019-01-31 08:28:23", 1, "2019-01-31 08:28:23", 1, 1), + (42, 9, 25, "20", "2018-11-08 16:18:16", 1, "2018-11-08 16:18:16", 1, 1), + (43, 5, 25, "20", "2018-11-08 16:18:16", 1, "2018-11-08 16:18:16", 1, 1), + (44, 3, 26, "20", "2018-12-11 09:46:52", 1, "2018-12-11 09:46:52", 1, 1), + (45, 5, 26, "20", "2018-12-11 09:46:52", 1, "2018-12-11 09:46:52", 1, 1), + (46, 6, 26, "20", "2018-12-11 09:46:52", 1, "2018-12-11 09:46:52", 1, 1), + (47, 10, 26, "20", "2018-12-11 09:46:52", 1, "2018-12-11 09:46:52", 1, 1), + (48, 4, 26, "20", "2018-12-11 09:46:52", 1, "2018-12-11 09:46:52", 1, 1), + (49, 1, 27, "70", "2018-12-27 10:19:44", 1, "2018-12-27 10:19:44", 1, 1), + (50, 3, 27, "10", "2018-12-27 10:19:44", 1, "2018-12-27 10:19:44", 1, 1), + (51, 2, 27, "5", "2018-12-27 10:19:44", 1, "2018-12-27 10:19:44", 1, 1), + (52, 4, 27, "15", "2018-12-27 10:19:44", 1, "2018-12-27 10:19:44", 1, 1), + (53, 1, 28, "50", "2018-12-28 07:31:38", 1, "2018-12-28 07:31:38", 1, 1), + (54, 3, 28, "25", "2018-12-28 07:31:38", 1, "2018-12-28 07:31:38", 1, 1), + (55, 5, 28, "10", "2018-12-28 07:31:38", 1, "2018-12-28 07:31:38", 1, 1), + (56, 10, 28, "15", "2018-12-28 07:31:38", 1, "2018-12-28 07:31:38", 1, 1), + (57, 2, 31, "5", "2019-01-29 09:36:56", 1, "2019-01-29 09:36:56", 1, 1), + (58, 8, 31, "70", "2019-01-29 09:36:56", 1, "2019-01-29 09:36:56", 1, 1), + (59, 3, 31, "5", "2019-01-29 09:36:56", 1, "2019-01-29 09:36:56", 1, 1), + (60, 10, 31, "10", "2019-01-29 09:36:56", 1, "2019-01-29 09:36:56", 1, 1), + (61, 11, 31, "10", "2019-01-29 09:36:56", 1, "2019-01-29 09:36:56", 1, 1), + (62, 5, 33, "10", "2019-02-05 09:22:42", 1, "2019-02-05 09:22:42", 1, 1), + (63, 8, 33, "40", "2019-02-05 09:22:42", 1, "2019-02-05 09:22:42", 1, 1), + (64, 1, 33, "20", "2019-02-05 09:22:42", 1, "2019-02-05 09:22:42", 1, 1), + (65, 10, 33, "20", "2019-02-05 09:22:42", 1, "2019-02-05 09:22:42", 1, 1), + (66, 2, 33, "10", "2019-02-05 09:22:42", 1, "2019-02-05 09:22:42", 1, 1); + +/*!40000 ALTER TABLE `m_template_category_weightage` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_forms +# ------------------------------------------------------------ + +CREATE TABLE `m_template_forms` ( + `template_form_id` int NOT NULL AUTO_INCREMENT, + `form_id` int DEFAULT NULL, + `fk_template_id` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`template_form_id`) +) ENGINE=InnoDB AUTO_INCREMENT=231 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_template_forms` WRITE; +/*!40000 ALTER TABLE `m_template_forms` DISABLE KEYS */; + +INSERT INTO `m_template_forms` (`template_form_id`, `form_id`, `fk_template_id`, `isactive`) VALUES + (2, 5, "22", 1), + (3, 6, "22", 1), + (4, 7, "22", 1), + (5, 4, "22", 1), + (12, 4, "1", 1), + (13, 5, "1", 1), + (14, 6, "1", 1), + (15, 7, "1", 1), + (16, 8, "1", 1), + (17, 9, "1", 1), + (18, 10, "1", 1), + (20, 12, "1", 1), + (27, 4, "23", 1), + (28, 5, "23", 1), + (29, 6, "23", 1), + (30, 7, "23", 1), + (31, 8, "23", 1), + (32, 9, "23", 1), + (33, 10, "23", 1), + (35, 13, "23", 1), + (40, 4, "24", 1), + (41, 5, "24", 1), + (42, 6, "24", 1), + (43, 7, "24", 1), + (44, 8, "24", 1), + (45, 9, "24", 1), + (46, 10, "24", 1), + (47, 13, "24", 1), + (49, 12, "22", 1), + (50, 10, "22", 1), + (51, 8, "22", 1), + (52, 3, "25", 0), + (53, 5, "25", 1), + (54, 6, "25", 1), + (55, 7, "25", 1), + (56, 4, "25", 1), + (57, 12, "25", 1), + (58, 10, "25", 1), + (59, 8, "25", 1), + (60, 13, "25", 1), + (65, 18, "23", 1), + (66, 18, "24", 1), + (67, 18, "25", 1), + (68, 18, "22", 1), + (69, 19, "25", 1), + (70, 19, "24", 1), + (71, 19, "23", 1), + (72, 19, "22", 1), + (73, 20, "22", 1), + (74, 9, "22", 1), + (75, 20, "23", 1), + (76, 20, "24", 1), + (82, 18, "1", 1), + (83, 19, "1", 0), + (84, 20, "1", 1), + (85, 1, "2", 0), + (86, 2, "2", 0), + (87, 3, "2", 0), + (88, 4, "2", 1), + (89, 5, "2", 1), + (90, 6, "2", 1), + (91, 7, "2", 1), + (92, 8, "2", 1), + (93, 9, "2", 1), + (94, 10, "2", 1), + (95, 11, "2", 0), + (96, 13, "2", 1), + (97, 14, "2", 0), + (98, 18, "2", 1), + (99, 19, "2", 1), + (100, 20, "2", 1), + (101, 1, NULL, 1), + (102, 2, NULL, 1), + (104, 4, "3", 1), + (105, 5, "3", 1), + (106, 6, "3", 1), + (107, 7, "3", 1), + (108, 8, "3", 1), + (109, 9, "3", 1), + (110, 10, "3", 1), + (111, 11, "3", 0), + (112, 13, "3", 1), + (114, 16, "3", 0), + (115, 18, "3", 1), + (116, 19, "3", 1), + (117, 20, "3", 1), + (118, 21, "3", 0), + (119, 22, "3", 0), + (171, 16, "23", 0), + (181, 17, "1", 0), + (182, 17, "2", 0), + (183, 17, "3", 0), + (184, 17, "24", 0), + (185, 18, "4", 1), + (186, 5, "4", 1), + (187, 10, "4", 1), + (188, 8, "4", 1), + (189, 6, "4", 1), + (190, 7, "4", 1), + (191, 4, "4", 1), + (192, 9, "4", 1), + (193, 20, "4", 1), + (194, 17, "4", 1), + (195, 14, "1", 0), + (196, 11, "1", 0), + (197, 10, "22", 0), + (198, 11, "22", 0), + (199, 9, "25", 1), + (200, 15, "22", 0), + (201, 19, "4", 1), + (202, 1, "5", 0), + (203, 2, "5", 0), + (204, 3, "5", 0), + (205, 4, "5", 1), + (206, 5, "5", 1), + (207, 6, "5", 1), + (208, 7, "5", 0), + (209, 8, NULL, 1), + (210, 9, "5", 1), + (211, 10, "5", 1), + (212, 11, "5", 0), + (213, 13, "5", 1), + (214, 14, "5", 0), + (215, 17, "5", 0), + (216, 18, "5", 1), + (217, 19, "5", 1), + (218, 20, "5", 1), + (220, 8, "5", 1), + (221, 24, "1", 1), + (222, 24, "2", 1), + (223, 24, "3", 1), + (224, 24, "4", 1), + (225, 24, "5", 1), + (226, 26, "1", 1), + (227, 26, "2", 1), + (228, 26, "3", 1), + (229, 26, "4", 1), + (230, 26, "5", 1); + +/*!40000 ALTER TABLE `m_template_forms` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_json_v2 +# ------------------------------------------------------------ + +CREATE TABLE `m_template_json_v2` ( + `id` int NOT NULL AUTO_INCREMENT, + `json` longtext, + `map_id` int DEFAULT NULL COMMENT 'm_template_mapping_v2.0 table`s PK ID', + `form_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `is_form_disabled` tinyint DEFAULT '0', + `is_group_form` tinyint DEFAULT '0', + `is_form_status` varchar(12) DEFAULT NULL COMMENT 'Dynamic Form Status', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template_json_v2` WRITE; +/*!40000 ALTER TABLE `m_template_json_v2` DISABLE KEYS */; + +INSERT INTO `m_template_json_v2` (`id`, `json`, `map_id`, `form_id`, `isactive`, `createdon`, `updatedon`, `is_form_disabled`, `is_group_form`, `is_form_status`) VALUES + (1, "{ \"section_id\":\"27\", \"section_name\":\"General Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"is_disabled\":\"1\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Is Person Met\", \"question_key\":\"is_person_met\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_person_met\", \"expression\":\"(String(\'is_person_met\') == String(\'no\'))\", \"value_keys\":[ \"is_person_met\" ], \"questions\":[ { \"question\":\"Designation of Person met\", \"question_key\":\"Designation_of_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"8\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Designation_of_Person_met\", \"expression\":\"(String(\'Designation_of_Person_met\') == String(\'1\'))\", \"value_keys\":[ \"Designation_of_Person_met\" ], \"questions\":[ { \"question\":\"Others please specify\", \"question_key\":\"Others_specify\", \"place_holder\":\"Others please specify\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_person_met\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_the_employee_met\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 1, 27, 1, "2022-09-21 12:07:13", "2023-02-25 16:09:10", 0, 0, "COMPLETED"), + (2, "{ \"section_id\":\"28\", \"section_name\":\"Address Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Address at which PD was initiated\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"disable\":false, \"field_width\":\"100\", \"title\":\"Address Details\", \"answers\":true, \"api_properties\":null, \"is_disabled\": \"1\", \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"is_disabled\": \"1\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"is_disabled\": \"1\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"is_disabled\": \"1\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"is_disabled\": \"1\", \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\":\"Is this the address where FI is done ?\", \"question_key\":\"is_pd_done_on_initiated_address\", \"type\":\"2\", \"disable\":false, \"field_width\":\"100\", \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_pd_done_on_initiated_address\", \"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\":[ \"is_pd_done_on_initiated_address\" ], \"questions\":[ { \"question\":\"Reason for change in PD visit address\", \"question_key\":\"end_use\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode1\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others2\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"State\", \"question_key\": \"state2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\":\"Enter actual PD address\", \"question_key\":\"actual_pd_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] } ] }], \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Address Type\", \"question_key\":\"Address_Type\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Locality\", \"question_key\":\"Locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"LOCALITY\" }, \"fields\":[ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Approach to PD location*\", \"question_key\":\"Approach_to_PD_location\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDLOCATIONAPPROACH\" }, \"fields\":[ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Comment on Locality\", \"question_key\":\"Comment_on_Locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMMENTSONLOCALITY\" }, \"fields\":[ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] },{ \"question_key\":\"estimated_area\", \"question\":\"Estimated area\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Unit of Measurement\", \"question_key\":\"Unit_of_Measurement\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] } ,{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1, 28, 1, "2022-09-21 12:07:13", "2023-02-25 16:09:10", 0, 0, "COMPLETED"), + (3, "{ \"section_id\":\"29\", \"section_name\":\"Office Visit Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\": \"Visited Address Is?\", \"question_key\": \"visited_address_is\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Godown\", \"answer\":\"Godown\" }, { \"answer_id\":\"Factory\", \"answer\":\"Factory\" }, { \"answer_id\":\"Office\", \"answer\":\"Office\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Business Brief\", \"question_key\": \"business_brief\", \"type\": \"1\", \"disable\":false, \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"No. of employees sighted by PD officer during visit\", \"question_key\": \"no_of_employees_sighted_by_PD_officer_during_visit\", \"type\": \"1\", \"disable\":false, \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Was the company name board sighted?\", \"question_key\": \"was_the_company_name_board_sighted\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"GST Documents Sighted?\", \"question_key\": \"gst_documents_sighted\", \"type\": \"2\", \"sub_title\":\"Business Documents Sighted\", \"disable\":false, \"field_width\": \"100\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] },{ \"question\": \"Rent agreement Documents Sighted?\", \"question_key\": \"rent_agreement_documents_sighted\", \"type\": \"2\", \"disable\":false, \"field_width\": \"100\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Do you want to add other Documents?\", \"question_key\": \"do_you_want_to_add_other_documents\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"do_you_want_to_add_other_documents\", \"expression\":\"(String(\'do_you_want_to_add_other_documents\') == String(\'Yes\'))\", \"value_keys\":[ \"do_you_want_to_add_other_documents\",\"loan_amount\" ], \"questions\":[ { \"question\":\"Remarks\", \"question_key\":\"remarks_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"7\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"do_you_want_to_add_other_documents\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] },{ \"question\": \"Visited Address Is Rented or Owned?\", \"question_key\": \"Visited_address_is_rented\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer\":\"Rented\", \"answer_id\":\"rented\" }, { \"answer\":\"Owned\", \"answer_id\":\"owned\" }, { \"answer\":\"Not Disclosed \", \"answer_id\":\"not disclosed \" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Was Any Business Activities Observed ?\", \"question_key\": \"Was_any_business_activities_observed\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Was_any_business_activities_observed\", \"expression\":\"(String(\'Was_any_business_activities_observed\') == String(\'Yes\'))\", \"value_keys\":[ \"Was_any_business_activities_observed\" ], \"questions\":[ { \"question\": \"Was Any Business Activities Observed During Visit?\", \"question_key\": \"Was_any_business_activities_observed_during_visit\", \"type\": \"4\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer\":\"Employees Were Seen At The Visited Premises.\", \"answer_id\":\"employees_were_seen_at_the_visited_premises.\" }, { \"answer\":\"Customers/Clients were seen at the visited premises.\", \"answer_id\":\"customers_clients_were_seen_at_the_visited_premises.\" }, { \"answer\":\"Manufacturing activities were seen at the visited premises\", \"answer_id\":\"manufacturing_activities_were_seen_at_the_visited_premises\" }, { \"answer\":\"Others\", \"answer_id\":\"others\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Was_any_business_activities_observed_during_visit\", \"expression\":\"(String(\'Was_any_business_activities_observed_during_visit\') == String(\'others\'))\", \"value_keys\":[ \"Was_any_business_activities_observed_during_visit\" ], \"questions\":[ { \"question\":\"Others (Please specify)\", \"question_key\":\"specify_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"do_you_want_to_add_other_documents\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Was Any Business Activities Observed During Visit?\", \"question_key\": \"Was_any_business_activities_observed_during_visit\", \"type\": \"4\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer\":\"Employees Were Seen At The Visited Premises.\", \"answer_id\":\"employees_were_seen_at_the_visited_premises.\" }, { \"answer\":\"Customers/Clients were seen at the visited premises.\", \"answer_id\":\"customers_clients_were_seen_at_the_visited_premises.\" }, { \"answer\":\"Manufacturing activities were seen at the visited premises\", \"answer_id\":\"manufacturing_activities_were_seen_at_the_visited_premises\" }, { \"answer\":\"Others\", \"answer_id\":\"others\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Was_any_business_activities_observed_during_visit\", \"expression\":\"((\'Was_any_business_activities_observed_during_visit\').includes(\'others\'))\", \"value_keys\":[ \"Was_any_business_activities_observed_during_visit\" ], \"questions\":[ { \"question\":\"Others (Please specify)\", \"question_key\":\"specify_others\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"do_you_want_to_add_other_documents\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] },{ \"question\": \"Stock Photograph \", \"question_key\": \"stock_photograph\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"stock_photograph\", \"expression\":\"(String(\'stock_photograph\') == String(\'No\'))\", \"value_keys\":[ \"stock_photograph\" ], \"questions\":[ { \"question\":\"Reason Of Stock Non Availability\", \"question_key\":\"reason_of_stock_non_availability\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"stock_photograph\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }", 1, 29, 1, "2022-09-21 12:07:14", "2023-02-25 16:09:10", 0, 0, "COMPLETED"), + (4, "{ \"section_id\":\"32\", \"section_name\":\"Neighbourhood Details\", \"onsubmit\":[], \"questions\":[ { \"question\":\"Neighbour name\", \"question_key\":\"neighbourhood_name\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] }, { \"question\":\"Do you know about the applicant or their business?\", \"question_key\":\"do_know\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] }, { \"question\":\"As per you how long has this business been in operation\", \"question_key\":\"know_business_operation\", \"place_holder\":\"Enter the text\", \"type\":\"2\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" } ], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"know_business_operation\", \"expression\":\"(String(\'know_business_operation\') === String(\'yes\'))\", \"value_keys\":[ \"know_business_operation\" ], \"questions\":[ { \"question\":\"Months\", \"question_key\":\"how_long_do_know_in_month\", \"type\":\"1\", \"field_type\":\"num\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"know_business_operation\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Years\", \"question_key\":\"how_long_do_know_in_year\", \"type\":\"1\", \"field_width\":\"100\", \"field_type\":\"num\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"know_business_operation\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] }] }, { \"question\":\"Who is the owner of organisation?\", \"question_key\":\"know_organisation_owner\", \"type\":\"2\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Know\", \"answer_id\":\"yes\" }, { \"answer\":\"Do not know\", \"answer_id\":\"no\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"know_organisation_owner\", \"expression\":\"(String(\'know_organisation_owner\') === String(\'yes\'))\", \"value_keys\":[ \"know_organisation_owner\" ], \"questions\":[ { \"question\":\"Who is the owner of the organisation\", \"question_key\":\"organisation_owner\", \"type\":\"4\", \"field_width\":\"100\", \"field_type\":\"num\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"know_organisation_owner\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] }] }, { \"question\":\"Status of the Neighbor check as per PD officer ?\", \"question_key\":\"neighbourhood_status\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Positive\", \"answer_id\":\"Positive\" }, { \"answer\":\"Negative\", \"answer_id\":\"Negative\" }, { \"answer\":\"Could Not Verify\", \"answer_id\":\"Could Not Verify\" } ], \"onchange_properties\":[ { \"purpose\":\"validations\", \"validations\":[{ \"value_keys\":[\"neighbourhood_status\"], \"value\":\"(String(\'neighbourhood_status\').toLowerCase() != String(\'positive\'))\", \"validation_to\":\"neighbourhood_remarks\", \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\" }]}, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"neighbourhood_status\", \"expression\":\"(String(\'neighbourhood_status\') === String(\'Negative\') || String(\'neighbourhood_status\') === String(\'Could Not Verify\'))\", \"value_keys\":[ \"neighbourhood_status\" ], \"questions\":[ { \"question\":\"Remarks\", \"question_key\":\"neighbourhood_remarks\", \"type\":\"7\", \"placeholder\":\"Enter the remarks\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] } ] } ] } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] } ] }", 1, 32, 1, "2022-09-21 12:07:14", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (5, "{ \"section_id\":\"33\", \"section_name\":\"Final Remarks\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Final Status of visit\", \"question_key\":\"final_status_of_visit\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Positive\", \"answer\":\"Positive\" }, { \"answer_id\":\"Negative\", \"answer\":\"Negative\" }, { \"answer_id\":\"Could not verfiy\", \"answer\":\"Could not verfiy\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"60\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"common_remarks\", \"question\":\"\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Remarks\", \"group_key\": \"officer_remarks\" }, { \"question_key\":\"common_remarks\", \"question\":\"Common Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 1, 33, 1, "2022-09-21 12:07:14", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (6, "{ \"section_id\": \"34\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"ID card\", \"question_key\": \"id_card\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"Machinery Image\", \"question_key\": \"machinery_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Stock Photograph\'s\", \"question_key\": \"stock_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Stock Photograph\'s\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Documents photographs\", \"question_key\": \"documents_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Documents photographs\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"VIDEOS\", \"question_key\": \"video\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"VIDEOS\", \"group_type\": \"6\" } ] }", 1, 34, 1, "2022-09-21 12:07:14", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (7, "{ \"section_id\":\"27\", \"section_name\":\"General Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"is_disabled\":\"1\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Is Person Met\", \"question_key\":\"is_person_met\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_person_met\", \"expression\":\"(String(\'is_person_met\') == String(\'no\'))\", \"value_keys\":[ \"is_person_met\" ], \"questions\":[ { \"question\":\"Designation of Person met\", \"question_key\":\"Designation_of_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"8\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Designation_of_Person_met\", \"expression\":\"(String(\'Designation_of_Person_met\') == String(\'1\'))\", \"value_keys\":[ \"Designation_of_Person_met\" ], \"questions\":[ { \"question\":\"Others please specify\", \"question_key\":\"Others_specify\", \"place_holder\":\"Others please specify\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_person_met\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] } ,{ \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_the_employee_met\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 2, 27, 1, "2022-09-21 12:07:15", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (8, "{ \"section_id\":\"28\", \"section_name\":\"Address Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Address at which PD was initiated\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"disable\":false, \"field_width\":\"100\", \"title\":\"Address Details\", \"answers\":true, \"is_disabled\": \"1\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"is_disabled\": \"1\", \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"is_disabled\": \"1\", \"field_width\":\"25\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"is_disabled\": \"1\", \"field_width\":\"25\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"is_disabled\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\":\"Is this the address where FI is done ?\", \"question_key\":\"is_pd_done_on_initiated_address\", \"type\":\"2\", \"disable\":false, \"field_width\":\"100\", \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_pd_done_on_initiated_address\", \"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\":[ \"is_pd_done_on_initiated_address\" ], \"questions\":[ { \"question\":\"Reason for change in PD visit address\", \"question_key\":\"end_use\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode1\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others2\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"State\", \"question_key\": \"state2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\":\"Enter actual PD address\", \"question_key\":\"actual_pd_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] } ] }], \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Address Type\", \"question_key\":\"Address_Type\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 2, 28, 1, "2022-09-21 12:07:15", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (9, "{ \"section_id\":\"29\", \"section_name\":\"Office Visit Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\": \"Employer Brief\", \"question_key\": \"employer_brief\", \"type\": \"1\", \"disable\":false, \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } , { \"question\": \"Salary confirmed by Person met ?\", \"question_key\": \"salary_confirmed_by_person_met\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"salary_confirmed_by_person_met\", \"expression\":\"(String(\'salary_confirmed_by_person_met\') == String(\'Yes\'))\", \"value_keys\":[ \"salary_confirmed_by_person_met\" ], \"questions\":[ { \"question\":\"Net Monthly Salary\", \"question_key\":\"net_monthly_salary\", \"place_holder\":\"Net Monthly Salary\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"salary_confirmed_by_person_met\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Gross Monthly Salary\", \"question_key\":\"gross_monthly_salary\", \"place_holder\":\"Gross Monthly Salary\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"salary_confirmed_by_person_met\", \"answers\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"salary_confirmed_by_person_met\", \"expression\":\"(String(\'salary_confirmed_by_person_met\') == String(\'No\'))\", \"value_keys\":[ \"salary_confirmed_by_person_met\" ], \"questions\":[ { \"question\":\"why salary amount was not confirmed?\", \"question_key\":\"why_salary_amount_was_not_confirmed\", \"place_holder\":\"why salary amount was not confirmed?\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"salary_confirmed_by_person_met\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Since how long working with this employer?\", \"question_key\": \"since_how_long_working_with_this_employer?\", \"field_type\":\"null\", \"sub_title\":\"Since how long working with this employer?\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"Year*\", \"question_key\": \"year\", \"type\": \"1\", \"field_type\":\"num\", \"disable\":false, \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Month\", \"question_key\": \"month\", \"type\": \"1\", \"disable\":false, \"field_type\":\"num\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\":\"Mode of Getting Salary?\", \"question_key\":\"mode_of_getting_salary\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Bank Transfer\", \"answer\":\"Bank Transfer\" }, { \"answer_id\":\"Paid in Cash \", \"answer\":\"Paid in Cash \" }, { \"answer_id\":\"Both Bank Transfer & Cash \", \"answer\":\"Both Bank Transfer & Cash \" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Salary Register was seen ?\", \"question_key\":\"salary_register_was_seen\", \"sub_title\":\"Documents Sighted\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"salary_register_was_seen\", \"expression\":\"(String(\'others_Please_specifys\') == String(\'No\')) && (String(\'offer_letter_was_seen\') == String(\'No\')) && (String(\'salary_register_was_seen\') == String(\'No\')) && (String(\'cash_voucher_was_seen\') == String(\'No\')) && (String(\'salary_slip_was_seen\') == String(\'No\'))\", \"value_keys\":[ \"others_Please_specifys\",\"offer_letter_was_seen\",\"salary_register_was_seen\",\"cash_voucher_was_seen\",\"salary_slip_was_seen\" ], \"questions\":[ { \"question\":\"Why documents are not available?\", \"question_key\":\"Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Why_documents_are_not_available_offer_letter\", \"expression\":\"(String(\'Why_documents_are_not_available_offer_letter\').includes(\'Others_please_specify\'))\", \"value_keys\":[ \"Why_documents_are_not_available_offer_letter\" ], \"questions\":[ { \"question\":\"Others \", \"question_key\":\"Others_please_specify_Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":[ { \"answer_id\":\"Documents_were_not_shared_by_Employer\", \"answer\":\"Documents were not shared by Employer\" }, { \"answer_id\":\"Documents_are_not_issued_by_Employer_to_Employee\", \"answer\":\"Documents are not issued by Employer to Employee\" } , { \"answer_id\":\"Documents_were_not_available\", \"answer\":\"Documents were not available\" } , { \"answer_id\":\"Employer_was_not_available\", \"answer\":\"Employer was not available\" } , { \"answer_id\":\"Others_please_specify\", \"answer\":\"Others please specify\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Cash voucher was seen ?\", \"question_key\":\"cash_voucher_was_seen\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"cash_voucher_was_seen\", \"expression\":\"(String(\'others_Please_specifys\') == String(\'No\')) && (String(\'offer_letter_was_seen\') == String(\'No\')) && (String(\'salary_register_was_seen\') == String(\'No\')) && (String(\'cash_voucher_was_seen\') == String(\'No\')) && (String(\'salary_slip_was_seen\') == String(\'No\'))\", \"value_keys\":[ \"others_Please_specifys\",\"offer_letter_was_seen\",\"salary_register_was_seen\",\"cash_voucher_was_seen\",\"salary_slip_was_seen\" ], \"questions\":[ { \"question\":\"Why documents are not available?\", \"question_key\":\"Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Why_documents_are_not_available_offer_letter\", \"expression\":\"(String(\'Why_documents_are_not_available_offer_letter\').includes(\'Others_please_specify\'))\", \"value_keys\":[ \"Why_documents_are_not_available_offer_letter\" ], \"questions\":[ { \"question\":\"Others \", \"question_key\":\"Others_please_specify_Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":[ { \"answer_id\":\"Documents_were_not_shared_by_Employer\", \"answer\":\"Documents were not shared by Employer\" }, { \"answer_id\":\"Documents_are_not_issued_by_Employer_to_Employee\", \"answer\":\"Documents are not issued by Employer to Employee\" } , { \"answer_id\":\"Documents_were_not_available\", \"answer\":\"Documents were not available\" } , { \"answer_id\":\"Employer_was_not_available\", \"answer\":\"Employer was not available\" } , { \"answer_id\":\"Others_please_specify\", \"answer\":\"Others please specify\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Salary Slip was seen ?\", \"question_key\":\"salary_slip_was_seen\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"salary_slip_was_seen\", \"expression\":\"(String(\'others_Please_specifys\') == String(\'No\')) && (String(\'offer_letter_was_seen\') == String(\'No\')) && (String(\'salary_register_was_seen\') == String(\'No\')) && (String(\'cash_voucher_was_seen\') == String(\'No\')) && (String(\'salary_slip_was_seen\') == String(\'No\'))\", \"value_keys\":[ \"others_Please_specifys\",\"offer_letter_was_seen\",\"salary_register_was_seen\",\"cash_voucher_was_seen\",\"salary_slip_was_seen\" ], \"questions\":[ { \"question\":\"Why documents are not available?\", \"question_key\":\"Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Why_documents_are_not_available_offer_letter\", \"expression\":\"(String(\'Why_documents_are_not_available_offer_letter\').includes(\'Others_please_specify\'))\", \"value_keys\":[ \"Why_documents_are_not_available_offer_letter\" ], \"questions\":[ { \"question\":\"Others \", \"question_key\":\"Others_please_specify_Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":[ { \"answer_id\":\"Documents_were_not_shared_by_Employer\", \"answer\":\"Documents were not shared by Employer\" }, { \"answer_id\":\"Documents_are_not_issued_by_Employer_to_Employee\", \"answer\":\"Documents are not issued by Employer to Employee\" } , { \"answer_id\":\"Documents_were_not_available\", \"answer\":\"Documents were not available\" } , { \"answer_id\":\"Employer_was_not_available\", \"answer\":\"Employer was not available\" } , { \"answer_id\":\"Others_please_specify\", \"answer\":\"Others please specify\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Offer Letter was seen ?\", \"question_key\":\"offer_letter_was_seen\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"offer_letter_was_seen\", \"expression\":\"(String(\'others_Please_specifys\') == String(\'No\')) && (String(\'offer_letter_was_seen\') == String(\'No\')) && (String(\'salary_register_was_seen\') == String(\'No\')) && (String(\'cash_voucher_was_seen\') == String(\'No\')) && (String(\'salary_slip_was_seen\') == String(\'No\'))\", \"value_keys\":[ \"others_Please_specifys\",\"offer_letter_was_seen\",\"salary_register_was_seen\",\"cash_voucher_was_seen\",\"salary_slip_was_seen\" ], \"questions\":[ { \"question\":\"Why documents are not available?\", \"question_key\":\"Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Why_documents_are_not_available_offer_letter\", \"expression\":\"(String(\'Why_documents_are_not_available_offer_letter\').includes(\'Others_please_specify\'))\", \"value_keys\":[ \"Why_documents_are_not_available_offer_letter\" ], \"questions\":[ { \"question\":\"Others \", \"question_key\":\"Others_please_specify_Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":[ { \"answer_id\":\"Documents_were_not_shared_by_Employer\", \"answer\":\"Documents were not shared by Employer\" }, { \"answer_id\":\"Documents_are_not_issued_by_Employer_to_Employee\", \"answer\":\"Documents are not issued by Employer to Employee\" } , { \"answer_id\":\"Documents_were_not_available\", \"answer\":\"Documents were not available\" } , { \"answer_id\":\"Employer_was_not_available\", \"answer\":\"Employer was not available\" } , { \"answer_id\":\"Others_please_specify\", \"answer\":\"Others please specify\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Others\", \"question_key\":\"others_Please_specifys\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"others_Please_specifys\", \"expression\":\"(String(\'others_Please_specifys\') == String(\'Yes\'))\", \"value_keys\":[ \"others_Please_specifys\" ], \"questions\":[ { \"question\":\"Others please specify\", \"question_key\":\"Others_specify\", \"place_holder\":\"Others please specify\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"others_Please_specifys\", \"expression\":\"(String(\'others_Please_specifys\') == String(\'No\')) && (String(\'offer_letter_was_seen\') == String(\'No\')) && (String(\'salary_register_was_seen\') == String(\'No\')) && (String(\'cash_voucher_was_seen\') == String(\'No\')) && (String(\'salary_slip_was_seen\') == String(\'No\'))\", \"value_keys\":[ \"others_Please_specifys\",\"offer_letter_was_seen\",\"salary_register_was_seen\",\"cash_voucher_was_seen\",\"salary_slip_was_seen\" ], \"questions\":[ { \"question\":\"Why documents are not available?\", \"question_key\":\"Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Why_documents_are_not_available_offer_letter\", \"expression\":\"(String(\'Why_documents_are_not_available_offer_letter\').includes(\'Others_please_specify\'))\", \"value_keys\":[ \"Why_documents_are_not_available_offer_letter\" ], \"questions\":[ { \"question\":\"Others \", \"question_key\":\"Others_please_specify_Why_documents_are_not_available_offer_letter\", \"place_holder\":\"Why documents are not available\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"others_Please_specifys\", \"answers\":[ { \"answer_id\":\"Documents_were_not_shared_by_Employer\", \"answer\":\"Documents were not shared by Employer\" }, { \"answer_id\":\"Documents_are_not_issued_by_Employer_to_Employee\", \"answer\":\"Documents are not issued by Employer to Employee\" } , { \"answer_id\":\"Documents_were_not_available\", \"answer\":\"Documents were not available\" } , { \"answer_id\":\"Employer_was_not_available\", \"answer\":\"Employer was not available\" } , { \"answer_id\":\"Others_please_specify\", \"answer\":\"Others please specify\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"No. of employees sighted by PD officer during visit\", \"question_key\":\"no_of_employees_sighted_by_PD_officer_during_visit\", \"type\":\"1\", \"field_type\":\"num\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Was the company name board sighted? \", \"question_key\": \"was_the_company_name_board_sighted\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Was any business activities observed during visit?\", \"question_key\": \"Was_any_business_activities_observed_during_visit\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"api_properties\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Was_any_business_activities_observed_during_visit\", \"expression\":\"(String(\'Was_any_business_activities_observed_during_visit\') == String(\'Yes\'))\", \"value_keys\":[ \"Was_any_business_activities_observed_during_visit\" ], \"questions\":[ { \"question\":\"If Yes ,Please Choose \", \"question_key\":\"If_yes_choose_one\", \"place_holder\":\"why salary amount was not confirmed?\", \"field_type\":\"text\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"If_yes_choose_one\", \"expression\":\"(String(\'If_yes_choose_one\').includes(\'others\'))\", \"value_keys\":[ \"If_yes_choose_one\" ], \"questions\":[ { \"question\":\"Others (Please specify)\", \"question_key\":\"Others_Please_specify\", \"place_holder\":\"Others (Please specify)\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"salary_confirmed_by_person_met\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"salary_confirmed_by_person_met\", \"answers\":[ { \"answer_id\":\"employees_were_seen_at_the_visited_premises\", \"answer\":\"Employees were seen at the visited premises\" }, { \"answer_id\":\"customers_Clients_were_seen_at_the_visited_premises\", \"answer\":\"Customers/Clients were seen at the visited premises\" } , { \"answer_id\":\"manufacturing_activities_were_seen_at_the_visited_premises\", \"answer\":\"Manufacturing activities were seen at the visited premises\" }, { \"answer_id\":\"others\", \"answer\":\"Others (Please specify)\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ] }", 2, 29, 1, "2022-09-21 12:07:15", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (10, "{ \"section_id\":\"33\", \"section_name\":\"Final Remarks\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Final Status of visit\", \"question_key\":\"final_status_of_visit\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Positive\", \"answer\":\"Positive\" }, { \"answer_id\":\"Negative\", \"answer\":\"Negative\" }, { \"answer_id\":\"Could not verfiy\", \"answer\":\"Could not verfiy\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"60\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"common_remarks\", \"question\":\"\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Remarks\", \"group_key\": \"officer_remarks\" }, { \"question_key\":\"common_remarks\", \"question\":\"Common Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 2, 33, 1, "2022-09-21 12:07:16", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (11, "{ \"section_id\": \"34\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"ID card\", \"question_key\": \"id_card\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Name Board Seen\", \"question_key\": \"name_board_seen\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Documents photographs\", \"question_key\": \"documents_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Documents photographs\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"VIDEOS\", \"question_key\": \"video\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"VIDEOS\", \"group_type\": \"6\" } ] }", 2, 34, 1, "2022-09-21 12:07:16", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (12, "{ \"section_id\":\"27\", \"section_name\":\"General Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person_met\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"is_disabled\":\"1\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Is Person Met\", \"question_key\":\"is_person_met\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_person_met\", \"expression\":\"(String(\'is_person_met\') == String(\'no\'))\", \"value_keys\":[ \"is_person_met\" ], \"questions\":[ { \"question\": \"Relationship\", \"question_key\": \"Relationship\", \"type\": \"8\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"RELATIONSHIPS\" }, \"fields\":[ \"relationship_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] },{ \"question\":\"Name of the Person met\", \"question_key\":\"Name_of_the_Person\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Was_the_employee_met\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 3, 27, 1, "2022-09-21 12:07:16", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (13, "{ \"section_id\":\"28\", \"section_name\":\"Address Information\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Address at which PD was initiated\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"disable\":false, \"is_disabled\": \"1\", \"field_width\":\"100\", \"title\":\"Address Details\", \"answers\":true, \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"is_disabled\": \"1\", \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"is_disabled\": \"1\", \"field_width\":\"25\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"is_disabled\": \"1\", \"field_width\":\"25\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"is_disabled\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\":\"Is this the address where FI is done ?\", \"question_key\":\"is_pd_done_on_initiated_address\", \"type\":\"2\", \"disable\":false, \"field_width\":\"100\", \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_pd_done_on_initiated_address\", \"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\":[ \"is_pd_done_on_initiated_address\" ], \"questions\":[ { \"question\":\"Reason for change in PD visit address\", \"question_key\":\"end_use\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode1\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others2\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"State\", \"question_key\": \"state2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\":\"Enter actual PD address\", \"question_key\":\"actual_pd_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] } ] }], \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Address Type\", \"question_key\":\"Address_Type\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Locality\", \"question_key\":\"Locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"LOCALITY\" }, \"fields\":[ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Approach to PD location*\", \"question_key\":\"Approach_to_PD_location\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDLOCATIONAPPROACH\" }, \"fields\":[ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Comment on Locality\", \"question_key\":\"Comment_on_Locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMMENTSONLOCALITY\" }, \"fields\":[ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question_key\":\"estimated_area\", \"question\":\"Estimated area\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question\":\"Unit of Measurement\", \"question_key\":\"Unit_of_Measurement\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] } ,{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 3, 28, 1, "2022-09-21 12:07:17", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (14, "{ \"section_id\":\"33\", \"section_name\":\"Final Remarks\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Final Status of visit\", \"question_key\":\"final_status_of_visit\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Positive\", \"answer\":\"Positive\" }, { \"answer_id\":\"Negative\", \"answer\":\"Negative\" }, { \"answer_id\":\"Could not verfiy\", \"answer\":\"Could not verfiy\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"60\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"common_remarks\", \"question\":\"\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Remarks\", \"group_key\": \"officer_remarks\" }, { \"question_key\":\"common_remarks\", \"question\":\"Common Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 3, 33, 1, "2022-09-21 12:07:17", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (15, "{ \"section_id\": \"34\", \"section_name\": \"Photograph\'s\", \"onsubmit\": [ { \"expression\": \"(function () {let sum_val=null;let ques_key=[];if(control.question_key == submitProperty.key_name && control.answer_value == \'\'){return false}else{return true}return sum_val}())\", \"key_name\": \"selfie_with_person_met\", \"msg\": \"Please take selfie with person met\" } ], \"questions\": [ { \"question\": \"Selfie with person met\", \"question_key\": \"selfie_with_person_met\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"ID card\", \"question_key\": \"id_card\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": [ { \"question\": \"Approach to PD Location\", \"question_key\": \"approach_to_pd_location\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Approach to PD Location\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Entrance Photographs\", \"question_key\": \"entrance_photographs\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Name Board Seen\", \"group_type\": \"6\" }, { \"question\": [ { \"question\": \"Documents photographs\", \"question_key\": \"documents_interior_image\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Documents photographs\", \"group_type\": \"6\" },{ \"question\": [ { \"question\": \"VIDEOS\", \"question_key\": \"video\", \"type\": \"6\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"VIDEOS\", \"group_type\": \"6\" } ] }", 3, 34, 1, "2022-10-19 17:41:34", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (16, "{ \"section_id\":\"32\", \"section_name\":\"Neighbourhood Details\", \"onsubmit\":[], \"questions\":[ { \"question\":\"Neighbour name\", \"question_key\":\"neighbourhood_name\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] }, { \"question\":\"Do you know about the applicant stay?\", \"question_key\":\"do_know\", \"type\":\"2\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] }, { \"question\":\"As per you since how long applicant is residing here?\", \"question_key\":\"as_per_you_since_how_long_applicant_is_residing_here\", \"place_holder\":\"Enter the text\", \"type\":\"2\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" } ], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"as_per_you_since_how_long_applicant_is_residing_here\", \"expression\":\"(String(\'as_per_you_since_how_long_applicant_is_residing_here\') === String(\'Yes\'))\", \"value_keys\":[ \"as_per_you_since_how_long_applicant_is_residing_here\" ], \"questions\":[ { \"question\":\"Months\", \"question_key\":\"how_long_do_know_in_month\", \"type\":\"1\", \"field_type\":\"num\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"as_per_you_since_how_long_applicant_is_residing_here\", \"answers\":null, \"validations\":[ ] } , { \"question\":\"Years\", \"question_key\":\"how_long_do_know_in_year\", \"type\":\"1\", \"field_width\":\"100\", \"field_type\":\"num\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"as_per_you_since_how_long_applicant_is_residing_here\", \"answers\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field required\", \"value\":null } ] } ] } ] }] }, { \"question\":\"Status of the Neighbor check as per PD officer ?\", \"question_key\":\"neighbourhood_status\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer\":\"Positive\", \"answer_id\":\"Positive\" }, { \"answer\":\"Negative\", \"answer_id\":\"Negative\" }, { \"answer\":\"Could Not Verify\", \"answer_id\":\"Could Not Verify\" } ], \"onchange_properties\":[ { \"purpose\":\"validations\", \"validations\":[{ \"value_keys\":[\"neighbourhood_status\"], \"value\":\"(String(\'neighbourhood_status\').toLowerCase() != String(\'positive\'))\", \"validation_to\":\"neighbourhood_remarks\", \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\" }]}, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"neighbourhood_status\", \"expression\":\"(String(\'neighbourhood_status\') === String(\'Negative\') || String(\'neighbourhood_status\') === String(\'Could Not Verify\'))\", \"value_keys\":[ \"neighbourhood_status\" ], \"questions\":[ { \"question\":\"Remarks\", \"question_key\":\"neighbourhood_remarks\", \"type\":\"7\", \"placeholder\":\"Enter the remarks\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] } ] } ] } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Required\", \"value\":null } ] } ] }", 3, 32, 1, "2022-10-19 17:43:45", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (17, "{ \"section_id\":\"30\", \"section_name\":\"Residence Visit Information\", \"onsubmit\":[ ], \"questions\":[ { \"question_key\":null, \"question\":null, \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"No. of years of current residence?\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } , { \"question\": \"Visited Address Is Rented or Owned?\", \"question_key\": \"Visited_address_is_rented\", \"type\": \"3\", \"disable\":false, \"field_width\": \"45\", \"answers\":[ { \"answer\":\"Rented\", \"answer_id\":\"rented\" }, { \"answer\":\"Owned\", \"answer_id\":\"owned\" }, { \"answer\":\"Not Disclosed \", \"answer_id\":\"not disclosed \" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\":\"Address proof shared ?\", \"question_key\":\"address_proof_shared\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"address_proof_shared\", \"expression\":\"(String(\'address_proof_shared\') == String(\'Yes\'))\", \"value_keys\":[ \"address_proof_shared\",\"loan_amount\" ], \"questions\":[ { \"question\":\"Choose one\", \"question_key\":\"type_of_proof\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type_of_proof\", \"expression\":\"(String(\'type_of_proof\') == String(\'others\'))\", \"value_keys\":[ \"type_of_proof\" ], \"questions\":[ { \"question\":\"Others (Please specify)\", \"question_key\":\"Others_Please_specify\", \"place_holder\":\"Others (Please specify)\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"type_of_proof\", \"answers\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"address_proof_shared\", \"answers\":[ { \"answer\":\"Adhar Card\", \"answer_id\":\"adhar_card\" }, { \"answer_id\":\"electricity_bill\", \"answer\":\"Electricity Bill\" }, { \"answer_id\":\"rent_agreement\", \"answer\":\"Rent Agreement\" },{ \"answer_id\":\"others\", \"answer\":\"others\" } ], \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 3, 30, 1, "2022-10-19 17:45:28", "2023-02-25 16:09:11", 0, 0, "COMPLETED"), + (18, "{ \"section_id\":\"4\", \"section_name\":\"Other Assets Details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Is the Asset Information Available?\", \"question_key\":\"is_the_asset_information_available\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_asset_information_available\", \"expression\":\"(String(\'is_the_asset_information_available\') == String(\'Yes\'))\", \"value_keys\":[ \"is_the_asset_information_available\" ], \"questions\":[ { \"question\":[ { \"question\":\"Assets Type\", \"question_key\":\"assets_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'4\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description\", \"question_key\":\"description\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"assets_type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"assets_type\", \"answers\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'7\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type\", \"question_key\":\"type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"INVESTMENTTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'6\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value1\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'3\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bankname1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ,{ \"question\":\"Current Market Value\", \"question_key\":\"current_marketvalue2\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'4\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value3\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'2\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bank_name2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value4\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'5\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value5\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'1\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Specify Type\", \"question_key\":\"specify_type\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Bank Name\", \"question_key\":\"bank_name3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value6\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] } ,{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'6\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Premium Paid\", \"question_key\":\"premium_paid\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Frequency\", \"question_key\":\"frequency\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Sum Assured\", \"question_key\":\"sum_assured\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Member Covered\", \"question_key\":\"member_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'2\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Property Type\", \"question_key\":\"property_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PROPERTIES\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Unit of Measurement\", \"question_key\":\"unit_of_measurement\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Acres\", \"answer_id\": \"Acres\" }, { \"answer\": \"Hectares\", \"answer_id\": \"Hectares\" }, { \"answer\": \" Square Feet\", \"answer_id\": \" Square_Feet\" }, { \"answer\": \"Square Meters\", \"answer_id\": \"Square_Meters\" }, { \"answer\": \"Others\", \"answer_id\": \"Others\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'1\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description of Assets*\", \"question_key\":\"description_of_assets\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchases_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'3\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type of Vehicle\", \"question_key\":\"type_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"VEHICLETYPE\" }, \"fields\":[ \"vehicle_type_id\", \"vehicle_type_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Description of Vehicle(example - Toyota Altis)\", \"question_key\":\"description_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_marketvalue\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Name of the Owner\", \"question_key\":\"name_of_the_owner\", \"type\":\"4\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Assets Information\", \"group_key\":\"assets_information\", \"form_name\":\"Assets Information\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] } ] }", 4, 4, 1, "2023-07-18 10:29:14", "2023-07-18 10:29:14", 0, 0, "DRAFT"), + (19, "{ \"section_id\":\"5\", \"section_name\":\"Address details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Address at which PD was initiated\", \"question_key\":\"initiated_address\", \"type\":\"7\", \"disable\":false, \"field_width\":\"100\", \"title\":\"Address Details\", \"answers\":true, \"required\":true, \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\":\"Is this the address where PD is done ?\", \"question_key\":\"is_pd_done_on_initiated_address\", \"type\":\"2\", \"disable\":false, \"required\":true, \"field_width\":\"100\", \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_pd_done_on_initiated_address\", \"expression\":\"(String(\'is_pd_done_on_initiated_address\') == String(\'No\'))\", \"value_keys\":[ \"is_pd_done_on_initiated_address\" ], \"questions\":[ { \"question\":\"Reason for change in PD visit address\", \"question_key\":\"reason_for_change_in_pd_visit_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_pincode1\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others2\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": \"local_city1\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"State\", \"question_key\": \"state2\", \"type\": \"3\", \"answers\": null, \"field_width\":\"25\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api2\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city1\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\":\"Enter actual PD address\", \"question_key\":\"actual_pd_address\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] } ] } ] }], \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Address Type\", \"question_key\":\"address_type\", \"type\":\"3\", \"required\":true, \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ADDRESSTYPE\" }, \"fields\":[ \"address_type_id\", \"address_type\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Locality\", \"question_key\":\"locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"LOCALITY\" }, \"fields\":[ \"locality_id\", \"locality_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Approach to PD location*\", \"question_key\":\"approach_to_pd_location\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDLOCATIONAPPROACH\" }, \"fields\":[ \"pd_location_approach_id\", \"description\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Comment on Locality\", \"question_key\":\"comment_on_locality\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMMENTSONLOCALITY\" }, \"fields\":[ \"comments_on_locality_id\", \"rating\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Unit of Measurement\", \"question_key\":\"unit_of_measurement\", \"type\":\"3\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] },{ \"question\":\"Estimate area of the Residence\", \"question_key\":\"estimate_area_of_the_residence\", \"type\":\"1\", \"disable\":false, \"required\":true, \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 4, 5, 1, "2023-07-18 10:29:14", "2023-07-18 10:29:14", 0, 0, "DRAFT"), + (20, "{ \"section_id\": \"6\", \"section_name\": \"Family Details\", \"onsubmit\": null, \"questions\": [{ \"question\":\"Select a person*\", \"question_key\":\"select_a_person\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":null, \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\": \"Residence Details of\", \"question_key\": \"residence_details_of\", \"field_type\":\"null\", \"sub_title\":\"Residence Details of\", \"disable\":false, \"field_width\": \"100\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\":\"Place*\", \"question_key\":\"Place_list\", \"type\":\"1\", \"disable\":false, \"field_width\":\"45\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] },{ \"question\":\"Year*\", \"question_key\":\"year\", \"type\":\"1\", \"disable\":false, \"field_width\":\"25\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Month*\", \"question_key\":\"month\", \"type\":\"1\", \"disable\":false, \"field_width\":\"25\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\":\"Ownership*\", \"question_key\":\"ownership\", \"type\":\"3\", \"disable\":false, \"field_width\":\"25\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"RESIDENCEOWNERSHIP\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership\", \"expression\":\"(String(\'ownership\') == String(\'3\'))\", \"value_keys\":[ \"ownership\" ], \"questions\":[ { \"question\":\"Monthly Rent Amount\", \"question_key\":\"monthly_rent_amount\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"answers\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership\", \"expression\":\"(String(\'ownership\') == String(\'1\'))\", \"value_keys\":[ \"ownership\" ], \"questions\":[ { \"question\":\"Specify Ownership\", \"question_key\":\"specify_ownership\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"text\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Field Required\", \"value\":null } ] }, { \"question\": [ { \"question\": \"Title\", \"question_key\": \"title\", \"type\": \"3\", \"field_width\": \"20\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"TITLES\" }, \"fields\":[ \"title_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] }, { \"question\": \"Name*\", \"question_key\": \"name\", \"type\": \"1\", \"field_width\": \"20\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\": \"Relationship*\", \"question_key\": \"relationship\", \"type\": \"3\", \"field_width\": \"20\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"RELATIONSHIPS\" }, \"fields\":[ \"relationship_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\": \"Age*\", \"question_key\": \"age\", \"type\": \"1\", \"field_width\": \"20\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] },{ \"question\": \"Earning Status*\", \"question_key\": \"earning_status\", \"type\": \"3\", \"field_width\": \"25\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Earning\", \"answer\":\"Earning\" }, { \"answer_id\":\"Non_Earning\", \"answer\":\"Non Earning\" } ], \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"earning_status\", \"expression\":\"(String(\'earning_status\') == String(\'Earning\'))\", \"value_keys\": [ \"earning_status\" ], \"questions\": [ { \"question\": \"Segment*\", \"question_key\": \"segment\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"EARNINGMEMBERSSTATUS\" }, \"fields\":[ \"earning_member_status_id\", \"earning_member_status\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"segment\", \"expression\":\"(String(\'segment\') == String(\'1\'))\", \"value_keys\": [ \"segment\" ], \"questions\": [ { \"question\": \"Specify Others\", \"question_key\": \"specifyothers\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"Segment\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Income Per Month\", \"question_key\": \"income_per_month\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"numtoword\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Pension Received From\", \"question_key\": \"pension_received_from\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"No of Years in Employment/Business\", \"question_key\": \"no_of_years_in_employment_business\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\": \"text\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"earning_status\", \"expression\":\"(String(\'earning_status\') == String(\'Non_Earning\'))\", \"value_keys\": [ \"earning_status\" ], \"questions\": [ { \"question\": \"Occupation*\", \"question_key\": \"occupation\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"OCCUPATIONMEMBERS\" }, \"fields\":[ \"occupation_non_earning_member_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"occupation\", \"expression\":\"(String(\'occupation\') == String(\'1\'))\", \"value_keys\": [ \"occupation\" ], \"questions\": [ { \"question\": \"Specify Others\", \"question_key\": \"specifyothers\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"occupation\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] },{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"occupation\", \"expression\":\"(String(\'occupation\') == String(\'3\'))\", \"value_keys\": [ \"occupation\" ], \"questions\": [ { \"question\": \"Retired Form\", \"question_key\": \"retired_form\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"occupation\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] },{ \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"occupation\", \"expression\":\"(String(\'occupation\') == String(\'2\'))\", \"value_keys\": [ \"occupation\" ], \"questions\": [ { \"question\": \"Specify School/College Name\", \"question_key\": \"specify_school/college_name\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"parent_question_key\":\"occupation\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] } ] } ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Family Details\", \"group_key\": \"family_details\" } ]}", 4, 6, 1, "2023-07-18 10:29:14", "2023-07-18 10:29:14", 0, 0, "DRAFT"), + (21, "{ \"section_id\":\"7\", \"section_name\":\"Banking Details\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Is the Personal Banking Information Available\", \"question_key\":\"Is_the_Personal_Banking_Information_Available\", \"type\":\"3\", \"sub_title\":\"Personal Banking Details\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Personal_Banking_Information_Available\", \"expression\":\"(String(\'Is_the_Personal_Banking_Information_Available\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_the_Personal_Banking_Information_Available\" ], \"questions\":[ { \"question\":[ { \"question_key\":\"Account_Holder_Name\", \"question\":\"Account Holder\'s Name\", \"place_holder\":\"Enter the text\", \"type\":\"4\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] },{ \"question_key\":\"Banking_name\", \"question\":\"Banking Name\", \"place_holder\":\"Enter the text\", \"type\":\"8\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"BTLENDERLIST\" }, \"fields\":[ \"bt_lender_list_id\", \"lender_name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Banking_name\", \"expression\":\"(String(\'Banking_name\') == String(\'1\'))\", \"value_keys\":[ \"Banking_name\" ], \"questions\":[ { \"question\":\"Salary Credited in this account\", \"question_key\":\"Salary_Credited_in_this_account\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"parent_question_key\":\"Banking_name\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" }, { \"answer_id\":\"NA\", \"answer\":\"NA\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] }, { \"question\":\"Account Type\", \"question_key\":\"Is_the_Personal_Banking_Information_Available\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"30\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ACCOUNTTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Personal_Banking_Information_Available\", \"expression\":\"(String(\'Is_the_Personal_Banking_Information_Available\') == String(\'4\'))\", \"value_keys\":[ \"Is_the_Personal_Banking_Information_Available\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"Limit_in_case_of_OD_CC_account\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Personal_Banking_Information_Available\", \"expression\":\"(String(\'Is_the_Personal_Banking_Information_Available\') == String(\'3\'))\", \"value_keys\":[ \"Is_the_Personal_Banking_Information_Available\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"limit_in_case_of_OD_CC_account\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Personal Banking Information Required\", \"value\":null } ] }, { \"question_key\":null, \"question\":null, \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"Number of Years / Months since account was started\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question\":\"Is this same AC used for?\", \"question_key\":\"Is_this_same_AC_used_for\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Personal\", \"answer\":\"Personal\" }, { \"answer_id\":\"Business\", \"answer\":\"Business\" }, { \"answer_id\":\"Both\", \"answer\":\"Both\" } ], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Personal Banking Details\", \"group_key\":\"Personal_Banking_Details\", \"form_name\":\"Personal Banking Details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the Business Information Available\", \"question_key\":\"Is_the_Business_Information_Available\", \"type\":\"3\", \"sub_title\":\"Business Details\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Is_the_Business_Information_Available\", \"expression\":\"(String(\'Is_the_Business_Information_Available\') == String(\'Yes\'))\", \"value_keys\":[ \"Is_the_Business_Information_Available\" ], \"questions\":[ { \"question\":[ { \"question_key\":\"Account_Holder_name\", \"question\":\"Account Holder\'s Name\", \"place_holder\":\"Enter the text\", \"type\":\"4\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] },{ \"question_key\":\"banking_name\", \"question\":\"Banking Name\", \"place_holder\":\"Enter the text\", \"type\":\"8\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"BTLENDERLIST\" }, \"fields\":[ \"bt_lender_list_id\", \"lender_name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"banking_name\", \"expression\":\"(String(\'banking_name\') == String(\'1\'))\", \"value_keys\":[ \"banking_name\" ], \"questions\":[ { \"question\":\"Salary Credited in this account\", \"question_key\":\"salary_Credited_in_this_account\", \"type\":\"1\", \"field_width\":\"30\", \"api_properties\":null, \"parent_question_key\":\"banking_name\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" }, { \"answer_id\":\"NA\", \"answer\":\"NA\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"30\", \"validations\":[ ] }, { \"question\":\"Account Type\", \"question_key\":\"Account_Type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"30\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"CC\", \"answer\":\"CC\" }, { \"answer_id\":\"Current\", \"answer\":\"Current\" }, { \"answer_id\":\"OD\", \"answer\":\"OD\" }, { \"answer_id\":\"Savings\", \"answer\":\"Savings\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'4\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"Limit_in_case_of_OD_CC_account\", \"type\": \"1\", \"field_width\": \"45\", \"field_type\":\"numtoword\", \"api_properties\": null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the main business account\", \"question_key\":\"Is_the_main_business_account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'3\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Limit in case of OD / CC account\", \"question_key\":\"limit_in_case_of_OD_CC_account\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the main business account\", \"question_key\":\"is_the_main_business_account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'2\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Is the main business account\", \"question_key\":\"is_the_main_Business_account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Account_Type\", \"expression\":\"(String(\'Account_Type\') == String(\'1\'))\", \"value_keys\":[ \"Account_Type\" ], \"questions\":[ { \"question\":\"Is the main business account\", \"question_key\":\"is_the_main_Business_Account\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ { \"answer_id\":\"YES\", \"answer\":\"YES\" }, { \"answer_id\":\"NO\", \"answer\":\"NO\" } ], \"onchange_properties\": [], \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Business Details Required\", \"value\":null } ] }, { \"question_key\":null, \"question\":null, \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"Number of Years / Months since account was started\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Business Details\", \"group_key\":\"Business_Details\", \"form_name\":\"Business Details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ]}, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ]} ]}", 4, 7, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (22, "{ \"section_id\": \"8\", \"section_name\": \"Existing Loan Obligations\", \"onsubmit\": null, \"questions\": [ { \"question\":\"Do you have any exiting loan\", \"question_key\":\"do_you_have_any_exiting_loan\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"do_you_have_any_exiting_loan\", \"expression\":\"(String(\'do_you_have_any_exiting_loan\') == String(\'yes\'))\", \"value_keys\":[ \"do_you_have_any_exiting_loan\" ], \"questions\":[ { \"question\": [ { \"question\": \"Loan type\", \"question_key\": \"loan_type\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"EXISTINGLOANTYPES\" }, \"fields\":[ \"existing_loan_type_id\", \"loan_type_name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"loan_type\", \"expression\":\"(String(\'loan_type\') == String(\'1\'))\", \"value_keys\":[ \"loan_type\" ], \"questions\":[ { \"question\":\"Specify Loan Type\", \"question_key\":\"specify_loan_type\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"parent_question_key\":\"loan_type\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Loan amount\", \"question_key\": \"loan_amount\", \"type\": \"1\", \"field_type\": \"numtoword\", \"field_width\": \"65\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Lender\", \"question_key\": \"lender_name\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"BTLENDERLIST\" }, \"fields\":[ \"bt_lender_list_id\", \"lender_name\" ] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Loan taken by\", \"question_key\": \"loan_taken_by\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Instalment frequency\", \"question_key\": \"instalment_frequency\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'5\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Daily Instalment Amount\", \"question_key\":\"daily_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'8\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Instalment Amount\", \"question_key\":\"instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'4\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Fortnightly Instalment Amount\", \"question_key\":\"fortnightly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'6\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Quartly Instalment Amount\", \"question_key\":\"quartly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'3\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Halfyearly Instalment Amount\", \"question_key\":\"halfyearly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'7\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Monthly Instalment Amount\", \"question_key\":\"monthly_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"instalment_frequency\", \"expression\":\"(String(\'instalment_frequency\') == String(\'2\'))\", \"value_keys\":[ \"instalment_frequency\" ], \"questions\":[ { \"question\":\"Annual Instalment Amount\", \"question_key\":\"annual_instalment_amount\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"parent_question_key\":\"instalment_frequency\", \"answers\":[ ], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Original tenure in months\", \"question_key\": \"original_tenure_months\", \"type\": \"1\", \"field_width\": \"65\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": [ { \"purpose\":\"answer_value\", \"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\", \"value_keys\":[ \"original_tenure_months\", \"current_tenure_months\" ], \"insert_control\":\"elapsed_tenure_months\" } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Current balance tenure in months\", \"question_key\": \"current_tenure_months\", \"type\": \"1\", \"field_type\": \"num\", \"field_width\": \"65\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": [ { \"purpose\":\"answer_value\", \"expression\":\"(Number(original_tenure_months)-Number(current_tenure_months))\", \"value_keys\":[ \"original_tenure_months\", \"current_tenure_months\" ], \"insert_control\":\"elapsed_tenure_months\" } ], \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Elapsed tenure in months\", \"question_key\": \"elapsed_tenure_months\", \"type\": \"1\", \"field_width\": \"65\", \"field_type\": \"num\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": [ { \"purpose\":\"answer_value\", \"expression\":\"(Number(original_tenure_months)-Number(elapsed_tenure_months))\", \"value_keys\":[ \"original_tenure_months\", \"elapsed_tenure_months\" ], \"insert_control\":\"current_tenure_months\" } ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Loan Details\", \"group_key\": \"Loan_Details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 4, 8, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (23, "{ \"section_id\": \"9\", \"section_name\": \"Other Income Details\", \"onsubmit\": null, \"questions\": [ { \"question\":\"Other Income of Loan Application\", \"question_key\":\"other_income_of_loan_application\", \"type\":\"3\", \"field_width\":\"45\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"other_income_of_loan_application\", \"expression\":\"(String(\'other_income_of_loan_application\') == String(\'yes\'))\", \"value_keys\":[ \"other_income_of_loan_application\" ], \"questions\":[ { \"question\": [ { \"question\": \"Source\", \"question_key\": \"source\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"answers\":[{ \"answer\":\"Agricultural Income\", \"answer_id\":\"Agricultural_Income\" }, { \"answer\":\"Dividend Income\", \"answer_id\":\"Dividend_Income\" }, { \"answer\":\"Interest Income\", \"answer_id\":\"Interest_Income\" }, { \"answer\":\"Rental Income\", \"answer_id\":\"Rental_Income\" }, { \"answer\":\"Others(Please Specify)\", \"answer_id\":\"Others(Please_Specify)\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"source\", \"expression\":\"(String(\'source\') == String(\'Rental_Income\'))\", \"value_keys\":[ \"source\" ], \"questions\":[ { \"question\":\"Address\", \"question_key\":\"address\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"source\", \"answers\":null, \"validations\":[ ] }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Source\", \"expression\":\"(String(\'source\') == String(\'Others(Please_Specify)\'))\", \"value_keys\":[ \"Source\" ], \"questions\":[ { \"question\":\"Specify Source\", \"question_key\":\"specify_source\", \"place_holder\":\"\", \"field_type\":\"num\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"source\", \"answers\":null, \"validations\":[ ] }] }] }], \"is_repeatable\": null, \"field_type\": \"string\", \"validations\": [ ] }, { \"question\": \"Income earned by\", \"question_key\": \"income_earned_by\", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Amount\", \"question_key\": \"amount\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ ] }, { \"question\": \"Frequency\", \"question_key\": \"frequency\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\": [ ], \"is_repeatable\": null, \"validations\": [ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Income Details\", \"group_key\": \"income_details\" }] }] }], \"is_repeatable\":null, \"validations\":[ ] } , { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"65\", \"validations\":[ ] } ]}", 4, 9, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (24, "{ \"section_id\":\"10\", \"section_name\":\"Loan details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Loan amount applied for ?\", \"question_key\":\"loan_amount\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"65\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"total_fund_requirement\", \"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\", \"value_keys\":[ \"total_fund_requirement\",\"loan_amount\" ], \"questions\":[ { \"question\":\"Remarks on source of funds for balance amount required\", \"question_key\":\"remarks_fund_source_balance\", \"place_holder\":\"\", \"field_type\":\"string\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"total_fund_requirement\", \"answers\":null, \"validations\":[ ] } ] }] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Loan Tenure applied for ?\", \"question_key\":\"loan_tenure\", \"type\":\"1\", \"field_type\":\"num\", \"field_width\":\"25\", \"onchange_properties\": null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Sub Product\", \"question_key\":\"sub_product\", \"type\":\"3\", \"field_width\":\"65\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"SUBPRODUCTS\" }, \"fields\":[ \"subproduct_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"What is the end use\", \"question_key\":\"end_use\", \"type\":\"4\", \"field_width\":\"65\", \"api_properties\":{ \"api\":\"getEndUseOfLoan\", \"api_method\":\"POST\", \"params\":{ \"master_name\":null }, \"fields\":[\"enduse_of_loan_id\",\"enduse_of_loan\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is there a balance transfer?\", \"question_key\":\"balance_transfer\", \"type\":\"3\", \"field_width\":\"65\", \"api_properties\": null, \"answers\": [ { \"answer_id\":\"yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"no\", \"answer\":\"No\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"EMI Amount comfortable paying\", \"question_key\":\"emi_amount\", \"type\":\"1\", \"field_type\":\"numtoword\", \"field_width\":\"65\", \"answers\":null, \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"total_fund_requirement\", \"expression\":\" typeof(total_fund_requirement) == \'number\' && (Number(total_fund_requirement) < Number(loan_amount))\", \"value_keys\":[ \"total_fund_requirement\",\"loan_amount\" ], \"questions\":[ ] }] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Type of Property\", \"question_key\":\"is_transfer\", \"type\":\"3\", \"sub_title\":\"Details of Property being Mortgaged\", \"field_width\":\"55\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"clinic\", \"answer\":\"Clinic\" },{ \"answer_id\":\"factory\", \"answer\":\"Factory\" },{ \"answer_id\":\"industrial_shed\", \"answer\":\"Industrial Shed\" }, { \"answer_id\":\"office_in_business_centre\", \"answer\":\"Office in Business Centre\" }, { \"answer_id\":\"residence_cum_office\", \"answer\":\"Residence cum Office\" },{ \"answer_id\":\"shared_office\", \"answer\":\"Shared Office\" },{ \"answer_id\":\"warehouse_godown\", \"answer\":\"Warehouse / Godown\" },{ \"answer_id\":\"workshop\", \"answer\":\"Workshop\" },{ \"answer_id\":\"Others\", \"answer\":\"Others\" } ], \"onchange_properties\": [ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_transfer\", \"expression\":\"(String(\'is_transfer\') == String(\'Others\'))\", \"value_keys\":[ \"is_transfer\" ], \"questions\":[ { \"question_key\": \"specify_type_of_properties\", \"question\": \"Specify Type Of Properties\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_width\":\"45\", \"validations\": [ ] } ] }] } ], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Name of Owner\", \"question_key\":\"owner_name\", \"type\":\"4\", \"field_width\":\"100\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Status of Construction\", \"question_key\":\"status_of_construction\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"STATUSOFCONSTRUCTION\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Estimated market value as per customer\", \"question_key\":\"estimated_market_value_as_per_customer\", \"place_holder\":\"\", \"field_type\":\"numtoword\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\":\"Address of the proposed Property\", \"question_key\":\"address_of_property\", \"place_holder\":\"\", \"field_type\":\"text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":null, \"validations\":[ ] }, { \"question\": \"State\", \"question_key\": \"state\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"STATE\" }, \"fields\": [ \"state_id\", \"name\" ] }, \"onchange_properties\": [ { \"purpose\": \"api\", \"api\": \"getListOfStatesAndCities\", \"api_method\": \"POST\", \"params\": \"{records:{state_id:\'value_of_answer\'}}\", \"fields\": [ \"state_id\", \"name\" ], \"local_variable\": \"local_city\" } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"State Required\", \"value\": null } ] }, { \"question\": \"City\", \"question_key\": \"city\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_city\", \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"CIty Required\", \"value\": null } ] }, { \"question\": \"Pincode\", \"question_key\": \"pincode\", \"type\": \"3\", \"answers\": null, \"field_width\":\"45\", \"api_properties\": \"local_pincode\", \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"pincode\", \"expression\": \"(pincode == 1)\", \"value_keys\": [ \"pincode\" ], \"questions\": [ { \"question_key\": \"pincode_others\", \"question\": \"Specify the Pincode\", \"place_holder\": \"Enter the Pincode\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"num\", \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode is Required\", \"value\": null }, { \"name\": \"pattern\", \"isactive\": \"1\", \"validator\": \"[0-9]{6}\", \"message\": \"Pincode should be 6 digit\", \"value\": null } ] } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Pincode Required\", \"value\": null } ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ]} ] }", 4, 10, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (25, "{ \"section_id\": \"19\", \"section_name\": \"Neighbourhood\", \"onsubmit\": null, \"questions\": [ { \"question\":[ { \"question_key\": \"neighbour_name\", \"question\": \"Neighbour Name\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] }, { \"question_key\": \"do_you_known_about_the_applicants_or_their_business\", \"question\": \"Do you known about the applicants or their business?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"do_you_known_about_the_applicants_or_their_business\", \"expression\":\"(String(\'do_you_known_about_the_applicants_or_their_business\') == String(\'Yes\'))\", \"value_keys\":[ \"do_you_known_about_the_applicants_or_their_business\" ], \"questions\":[ { \"question_key\": \"as_per_you_how_long_has_this_business_been_in_operation\", \"question\": \"As per you how long has this business been in operation?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Do_not_know\", \"answer\":\"Do not know\" }, { \"answer_id\":\"Do_know\", \"answer\":\"Do know\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"as_per_you_how_long_has_this_business_been_in_operation\", \"expression\":\"(String(\'as_per_you_how_long_has_this_business_been_in_operation\') == String(\'Do_know\'))\", \"value_keys\":[ \"as_per_you_how_long_has_this_business_been_in_operation\" ], \"questions\":[ { \"question\":\"Year\", \"question_key\":\"year\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"as_per_you_how_long_has_this_business_been_in_operation\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Month\", \"question_key\":\"month\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"as_per_you_how_long_has_this_business_been_in_operation\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"who_is_the_owner_of_the_organisation\", \"question\": \"Who is the owner of the organisation?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Do_not_know\", \"answer\":\"Do not know\" }, { \"answer_id\":\"Do_know\", \"answer\":\"Do know\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"who_is_the_owner_of_the_organisation\", \"expression\":\"(String(\'who_is_the_owner_of_the_organisation\') == String(\'Do_know\'))\", \"value_keys\":[ \"who_is_the_owner_of_the_organisation\" ], \"questions\":[ { \"question_key\": \"who_is_the_owner_of_the_organisations\", \"question\": \"Who is the owner of the organisation?\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\": { \"purpose\":\"answer_options_local\", \"master_name\":\"pd_applicants\", \"fields\":[\"pd_co_applicant_id\",\"applicant_name\"] }, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"who_is_the_owner_of_the_organisation\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ] } ] }], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ], \"is_repeatable\":\"1\", \"hidden_button\":true, \"group_title\":\"Neighbourhood\", \"group_key\":\"Neighbourhood\" }, { \"question_key\": \"status_of_the_check_as_per_pd_officer\", \"question\": \"Status of the check as per PD officer?\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\":[ { \"answer_id\":\"Positive\", \"answer\":\"Positive\" }, { \"answer_id\":\"Negative\", \"answer\":\"Negative\" }, { \"answer_id\":\"Could_not_verify\", \"answer\":\"Could not verify\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ]} ]}", 4, 19, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (26, "{ \"section_id\":\"20\", \"section_name\":\"Final Remarks Details\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Customer Behaviour\", \"question_key\":\"Customer_Behaviour\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"CUSTOMERBEHAVIOUR\" }, \"fields\":[ \"customer_behaviour_id\", \"description\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Is the location of the business / profession suited to the nature of business / service provided?\", \"question_key\":\"location_of_the_business\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Well Suited\", \"answer_id\":\"Well Suited\" }, { \"answer\":\"Fairly Suited\", \"answer_id\":\"Fairly Suited\" },{ \"answer\":\"Not Suited\", \"answer_id\":\"Not Suited\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"sub_title\":\"Location\", \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question\":\"Personal feedback or market intelligence on the case (if any)\", \"question_key\":\"Personal_feedback_or_market_intelligence_on_the_case\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"PD_Officers_Recommendation\", \"question\":\"PD Officers Recommendation\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PDOFFICERRECOMMENDATIONS\" }, \"fields\":[ \"pdofficer_recommendation_id\", \"pdofficer_recommendation\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'2\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":[ { \"question\":\"Reasons for marking PD status as Positive\", \"question_key\":\"Reasons_for_marking_PD_status_as_Positive\", \"type\":\"1\", \"field_width\":\"100\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_key\":\"Reasons_for_marking_PD_status_as_Positive\", \"group_title\":\"Reasons for marking PD status as Positive\" }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'3\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":[ { \"question\":\"Reasons for marking PD status as Negative\", \"question_key\":\"Reasons_for_marking_PD_status_as_Negative\", \"type\":\"1\", \"field_width\":\"100\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_key\":\"Reasons_for_marking_PD_status_as_Negative\", \"group_title\":\"Reasons for marking PD status as Negative\" }] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'1\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":\"Specify PD Officers Recommendation\", \"question_key\":\"Specify_PD_Officers_Recommendation\", \"type\":\"1\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"PD_Officers_Recommendation\", \"expression\":\"(String(\'PD_Officers_Recommendation\') == String(\'4\'))\", \"value_keys\":[ \"PD_Officers_Recommendation\" ], \"questions\":[ { \"question\":[ { \"question\":\"Reasons for marking PD status as Refer to Credit\", \"question_key\":\"Reasons_for_marking_PD_status_as_Refer_to_Credit\", \"type\":\"1\", \"field_width\":\"100\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ], \"is_repeatable\":\"1\", \"group_key\":\"Reasons_for_marking_PD_status_as_Refer_to_Credit\", \"group_title\":\"Reasons for marking PD status as Refer to Credit\" }] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"Any_additional_visit_(Godown/multiple_rental_properties)\", \"question\":\"Any additional visit (Godown /multiple rental properties)\", \"place_holder\":\"Enter the text\", \"type\":\"12\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question\":\"Mode of Transport Used to Visit the PD address\", \"question_key\":\"Mode_of_Transport_Used_to_Visit_the_PD_address\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Two_Wheeler\", \"answer\":\"Two Wheeler\" },{ \"answer_id\":\"Four_Wheeler\", \"answer\":\" Four Wheeler\" },{ \"answer_id\":\"Public_Transport\", \"answer\":\"Public Transport\" }, { \"answer_id\":\"Others\", \"answer\":\"Others\" } ], \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"Mode_of_Transport_Used_to_Visit_the_PD_address\", \"expression\":\"(String(\'Mode_of_Transport_Used_to_Visit_the_PD_address\') == String(\'Others\'))\", \"value_keys\":[ \"Mode_of_Transport_Used_to_Visit_the_PD_address\" ], \"questions\":[ { \"question\":\"Specify the Mode of Transport Used to Visit the PD address\", \"question_key\":\"Specify_the_Mode_of_Transport_Used_to_Visit_the_PD_address\", \"type\":\"1\", \"field_width\":\"45\", \"onchange_properties\":null, \"api_properties\":null, \"answers\":null, \"is_repeatable\":null, \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"validations\":[ ] } ] }", 4, 20, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (27, "{ \"section_id\":\"24\", \"section_name\":\"Credit Manager Queries\", \"onsubmit\":null, \"questions\":[ { \"question\":\"Is your business adversely impacted by coronavirus outbreak ?\", \"question_key\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"type\":\"2\", \"sub_title\":\"Covid 19 Questions\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"expression\":\"(String(\'is_your_business_adversely_impacted_by_coronavirus_outbreak\') == String(\'No\'))\", \"value_keys\":[ \"is_your_business_adversely_impacted_by_coronavirus_outbreak\" ], \"questions\":[ { \"question\":\"Enter Your Remarks\", \"question_key\":\"enter_your_remarks\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"answers\":null, \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"expression\":\"(String(\'is_your_business_adversely_impacted_by_coronavirus_outbreak\') == String(\'Yes\'))\", \"value_keys\":[ \"is_your_business_adversely_impacted_by_coronavirus_outbreak\" ], \"questions\":[ { \"question\":\"Enter Your Remarks\", \"question_key\":\"enter_Your_Remarks\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"is_your_business_adversely_impacted_by_coronavirus_outbreak\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] },{ \"question\":\"Did you avail the loan moratorium facility on your existing loans which is extended by your bank or financial institution?\", \"question_key\":\"your_bank_or_financial_institution\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ ], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] },{ \"question\":\"Are you planning to avail/ or already availed any loan or any other term facility for your business or personal use?\", \"question_key\":\"your_business_or_personal_use\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"your_business_or_personal_use\", \"expression\":\"(String(\'your_business_or_personal_use\') == String(\'Yes\'))\", \"value_keys\":[ \"your_business_or_personal_use\" ], \"questions\":[ { \"question\":\"How much is your sales/revenue from April till date?\", \"question_key\":\"sales/revenue_april_till_date\", \"type\":\"1\", \"field_width\":\"100\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"Please specify amount,lender etc\", \"question_key\":\"please_specify_amount_lender_etc\", \"type\":\"7\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":null, \"validations\":[ ] } ] } ] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"your_business_or_personal_use\", \"expression\":\"(String(\'your_business_or_personal_use\') == String(\'No\'))\", \"value_keys\":[ \"your_business_or_personal_use\" ], \"questions\":[ { \"question\":\"How much is your sales/revenue from April till date?\", \"question_key\":\"how_much_is_your_sales/revenue_from_april_till_date\", \"type\":\"1\", \"field_width\":\"100\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":null, \"validations\":[ ] } ] } ] }], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] },{ \"question\":\"Is turnover mentioned above (sales/revenue from April till date) validated?\", \"question_key\":\"sales/revenue_from_april_till_date_validated\", \"type\":\"2\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"sales/revenue_from_april_till_date_validated\", \"expression\":\"(String(\'sales/revenue_from_april_till_date_validated\') == String(\'Yes\'))\", \"value_keys\":[ \"sales/revenue_from_april_till_date_validated\" ], \"questions\":[ { \"question\":\"Choose any \", \"question_key\":\"Choose any\", \"type\":\"3\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"your_business_or_personal_use\", \"answers\":[ { \"answer_id\":\"Bills\", \"answer\":\"Bills\" }, { \"answer_id\":\"Gst_returns\", \"answer\":\"Gst returns\" }, { \"answer_id\":\"records_shown\", \"answer\":\"records shown\" } ], \"validations\":[ ] } ] } ] } ], \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"Yes\" }, { \"answer\":\"No\", \"answer_id\":\"No\" }], \"validations\":[ ] } ] }", 4, 24, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (28, "{ \"section_id\": \"1\", \"section_name\": \"Supplier Details\", \"onsubmit\": [], \"questions\": [ { \"question\":\"Is the Supplier information Available\", \"question_key\":\"is_the_supplier_information_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_supplier_information_available\", \"expression\":\"(String(\'is_the_supplier_information_available\') == String(\'yes\'))\", \"value_keys\":[ \"is_the_supplier_information_available\" ], \"questions\":[ { \"question\":\"Is the Billing Infomation Available\", \"question_key\":\"is_the_billing_infomation_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"service_name\", \"question\":\"Service Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"supplier_name\", \"question\":\"Supplier Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"title\", \"question\":\"Title\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"TITLES\" }, \"fields\":[ \"title_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_name\", \"question\":\"Contact Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_designation\", \"question\":\"Contact person Designation\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_mobile_number\", \"question\":\"Contact person Mobile Number\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"std_code\", \"question\":\"STD Code\", \"place_holder\":\"Enter the STD Code\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_landline_number\", \"question\":\"Contact person Landline Number\", \"place_holder\":\"Enter the number\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"payment_terms\", \"question\":\"Payment Terms\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PAYMENTMODE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"payment_terms\", \"expression\":\"(String(\'payment_terms\') == String(\'3\'))\", \"value_keys\":[ \"payment_terms\" ], \"questions\":[ { \"question_key\":\"what_%_of_total_purchase_is_done_on_credit\", \"question\":\"What % of Total Purchase is done on Credit?\", \"place_holder\":\"\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"day_to\", \"question\":\"Day To\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"day_from\", \"question\":\"Day From\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"no_of_days_of_credit_provided_by_supplier\", \"question\":\"No.of days of Credit Provided by Supplier\", \"place_holder\":\"Enter the text\", \"type\":null, \"sub_title\":\"No.of days of Credit Provided by Supplier\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"payment_mode\", \"question\":\"Payment Mode\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Payment made in Cash.\", \"answer_id\":\"Payment made in Cash.\" }, { \"answer\":\"Payment made through Banking channels.\", \"answer_id\":\"Payment made through Banking channels.\" }, { \"answer\":\"Payment made through Cash and Banking channels.\", \"answer_id\":\"Payment made through Cash and Banking channels.\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Service Provider Details\", \"group_key\": \"service_provider_details\" }] }] }], \"is_repeatable\":null, \"validations\":[ ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 4, 1, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (29, "{ \"section_id\": \"2\", \"section_name\": \"Client Details\", \"onsubmit\": [], \"questions\": [ { \"question\":\"Is the Client information Available\", \"question_key\":\"is_the_client_information_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"api_properties\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_client_information_available\", \"expression\":\"(String(\'is_the_client_information_available\') == String(\'yes\'))\", \"value_keys\":[ \"is_the_client_information_available\" ], \"questions\":[ { \"question\":\"Is the Billing Infomation Available\", \"question_key\":\"is_the_billing_infomation_available\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"select_the_service_provider\", \"question\":\"Select the Service Provider\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"client_name\", \"question\":\"Client Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"title\", \"question\":\"Title\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"TITLES\" }, \"fields\":[ \"title_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_name\", \"question\":\"Contact Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_designation\", \"question\":\"Contact person Designation\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"COMPANYRELATIONSHIPS\" }, \"fields\":[ \"company_relationship_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"contact_person_mobile_number\", \"question\":\"Contact person Mobile Number\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"std_code\", \"question\":\"STD Code\", \"place_holder\":\"Enter the Code\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"20\", \"validations\":[ ] },{ \"question_key\":\"contact_person_landline_number\", \"question\":\"Contact person Landline Number\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] },{ \"question_key\":\"payment_terms\", \"question\":\"Payment Terms\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PAYMENTMODE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"payment_terms\", \"expression\":\"(String(\'payment_terms\') == String(\'3\'))\", \"value_keys\":[ \"payment_terms\" ], \"questions\":[ { \"question_key\":\"what_of_total_purchase_is_done_on_credit\", \"question\":\"What % of Total Purchase is done on Credit?\", \"place_holder\":\"\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"num\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"day_to\", \"question\":\"Day To\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"day_from\", \"question\":\"Day From\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"40\", \"validations\":[ ] }, { \"question_key\":\"no_of_days_of_credit_provided_by_supplier\", \"question\":\"No.of days of Credit Provided by Supplier\", \"place_holder\":\"Enter the text\", \"type\":null, \"sub_title\":\"No.of days of Credit Provided by Supplier\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question_key\":\"payment_mode\", \"question\":\"Payment Mode\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Payment made in Cash.\", \"answer_id\":\"Payment made in Cash.\" }, { \"answer\":\"Payment made through Banking channels.\", \"answer_id\":\"Payment made through Banking channels.\" }, { \"answer\":\"Payment made through Cash and Banking channels.\", \"answer_id\":\"Payment made through Cash and Banking channels.\" }], \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"sub_title\":\"Manufacturing Product Details\", \"group_title\": \"Manufacturing Product Details \", \"group_key\": \"manufacturing_product_details\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] },{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 4, 2, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (30, "{ \"section_id\": \"11\", \"section_name\": \"Stock Details\", \"onsubmit\": [], \"questions\":[ { \"question\": [ { \"question_key\":\"name\", \"question\":\"Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } , { \"question_key\":\"stock\", \"question\":\"Stock\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Add Stock Details\", \"answer_id\":\"Add_Stock_Details\" }, { \"answer\":\"No Stock Observed\", \"answer_id\":\"No_Stock_Observed\" }], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"stock\", \"expression\":\"(String(\'stock\') == String(\'Add_Stock_Details\'))\", \"value_keys\":[ \"stock\" ], \"questions\":[ { \"question_key\":\"estimated_value_of_stock_observed\", \"question\":\"Estimated Value of Stock Observed\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } , { \"question_key\":\"unit_of_measurement\", \"question\":\"Unit of Measurement\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"estimated_quantity\", \"question\":\"Estimated Quantity\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Raw Material \", \"group_key\": \"raw_material\" }, { \"question\":\"Is the stock of Raw Materials observed, sufficient considering the size of operations\", \"question_key\":\"raw_material_sufficient_considering_the_size_of_operations\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" },{ \"answer\":\"Stock not required to be maintained\", \"answer_id\":\"Stock not required to be maintained\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"raw_material_sufficient_considering_the_size_of_operations\", \"expression\":\"(String(\'raw_material_sufficient_considering_the_size_of_operations\') == String(\'no\'))\", \"value_keys\":[ \"raw_material_sufficient_considering_the_size_of_operations\" ], \"questions\":[ { \"question_key\":\"raw_material_Please_comment_on_the_stock_level_observed\", \"question\":\"Please comment on the stock level observed?\", \"place_holder\":\"Please comment on the stock level observed?\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] }, { \"question\": [ { \"question_key\":\"finished_goods_name\", \"question\":\"Name\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } , { \"question_key\":\"finished_goods_stock\", \"question\":\"Stock\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[{ \"answer\":\"Add Stock Details\", \"answer_id\":\"Add_Stock_Details\" }, { \"answer\":\"No Stock Observed\", \"answer_id\":\"No_Stock_Observed\" }], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"finished_goods_stock\", \"expression\":\"(String(\'finished_goods_stock\') == String(\'Add_Stock_Details\'))\", \"value_keys\":[ \"finished_goods_stock\" ], \"questions\":[ { \"question_key\":\"finished_goods_estimated_value_of_stock_observed\", \"question\":\"Estimated Value of Stock Observed\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } , { \"question_key\":\"finished_goods_unit_of_measurement\", \"question\":\"Unit of Measurement\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"UOM\" }, \"fields\":[ \"uom_id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"finished_goods_estimated_quantity\", \"question\":\"Estimated Quantity\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Finished Goods\", \"group_key\": \"finished_goods\" }, { \"question\":\"Is the stock of finished / goods observed, sufficient considering the size of operations\", \"question_key\":\"finished_goods_sufficient_considering_the_size_of_operations\", \"type\":\"3\", \"field_width\":\"65\", \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" },{ \"answer\":\"Stock not required to be maintained\", \"answer_id\":\"Stock not required to be maintained\" }], \"place_holder\":\"Enter the text\", \"api_properties\":null, \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"finished_goods_sufficient_considering_the_size_of_operations\", \"expression\":\"(String(\'finished_goods_sufficient_considering_the_size_of_operations\') == String(\'no\'))\", \"value_keys\":[ \"finished_goods_sufficient_considering_the_size_of_operations\" ], \"questions\":[ { \"question_key\":\"finished_goods_please_comment_on_the_stock_level_observed?\", \"question\":\"Please comment on the stock level observed?\", \"place_holder\":\"Please comment on the stock level observed?\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ ] } ,{ \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 4, 11, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"), + (31, "{ \"section_id\": \"13\", \"section_name\": \"About Business\", \"onsubmit\": null, \"questions\": [ { \"question\": [ { \"question\": \"Name\", \"question_key\": \"name\", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"purpose\": \"answer_options_local\", \"master_name\": \"pd_applicants\", \"fields\": [\"pd_co_applicant_id\", \"applicant_name\"] }, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"Share of Profit / Shareholding (%)\", \"question_key\": \"Share of Profit / Shareholding (%)\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Started Business\", \"question_key\": \"Started Business\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"No of Years in Current Business\", \"question\": \"No of Years in Current Business\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"No of Years in Current Business\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"Year\", \"question\": \"Year\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"30\", \"validations\": [] }, { \"question_key\": \"Month\", \"question\": \"Month\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"30\", \"validations\": [] }, { \"question_key\": \"Total Work Experience (in years)\", \"question\": \"Total Work Experience (in years)\", \"place_holder\": \"Enter the text\", \"type\": \"1\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"30\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Director Details\", \"group_key\": \"Director Details\" }, { \"question\": [ { \"question\": \"Title\", \"question_key\": \"Title\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"TITLES\" }, \"fields\": [\"title_id\", \"name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Name\", \"question_key\": \"Name\", \"type\": \"1\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Relation\", \"question_key\": \"Relation\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"RELATIONSHIPS\" }, \"fields\": [\"relationship_id\", \"name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Relationship To\", \"question_key\": \"Relationship to\", \"type\": \"4\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"purpose\": \"answer_options_local\", \"master_name\": \"pd_applicants\", \"fields\": [\"pd_co_applicant_id\", \"applicant_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Relationship with Company\", \"question_key\": \"Relationship_with_Company\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": null, \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"COMPANYRELATIONSHIPS\" }, \"fields\": [\"company_relationship_id\", \"name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Started Busniess\", \"question_key\": \"Started_Busniess\", \"type\": \"3\", \"field_width\": \"25\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] } ], \"is_repeatable\": \"1\", \"group_title\": \"Add Other Family Members Involved In Business\", \"group_key\": \"Add Other Family Members Involved In Business\" }, { \"question_key\": \"Type_of_Business_Activity\", \"question\": \"Type of Business Activity\", \"place_holder\": \"Enter the text\", \"type\": \"4\", \"api_properties\": { \"api\": \"getListOfMaster\", \"api_method\": \"POST\", \"params\": { \"master_name\": \"TYPEOFACTIVITY\" }, \"fields\": [\"type_of_activity_id\", \"name\"] }, \"answers\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(2))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Manufacturing\", \"group_key\": \"Manufacturing\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(5))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Service Provider \", \"group_key\": \"Service Provider\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(3))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Retail trading \", \"group_key\": \"Retail trading\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Type_of_Business_Activity\", \"expression\": \"((\'Type_of_Business_Activity\').includes(4))\", \"value_keys\": [\"Type_of_Business_Activity\"], \"questions\": [ { \"question\": [ { \"question\": \"Main Product*\", \"question_key\": \"Main Product\", \"type\": \"1\", \"field_width\": \"45\", \"answers\": null, \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question\": \"Area of Sales*\", \"question_key\": \"Area_of_Sales\", \"type\": \"3\", \"field_width\": \"45\", \"answers\": [ { \"answer\": \"Within India\", \"answer_id\": \"within_India\" }, { \"answer\": \"Export\", \"answer_id\": \"Export\" }, { \"answer\": \"Both\", \"answer_id\": \"Both\" } ], \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'within_India\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Is_Pan_india\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'yes\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"question_key\": \"States_Where_Max_Sales_Done_for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"100\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_Pan_india\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Is_Pan_india\", \"expression\": \"(String(\'Is_Pan_india\') == String(\'no\'))\", \"value_keys\": [\"Is_Pan_india\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Is_pan_india\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Export\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"Area_of_Sales\", \"expression\": \"(String(\'Area_of_Sales\') == String(\'Both\'))\", \"value_keys\": [\"Area_of_Sales\"], \"questions\": [ { \"question_key\": \"Within India\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Within India\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"is_Pan_India\", \"question\": \"Is Pan India\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": [ { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'yes\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"65\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] }, { \"purpose\": \"FORM_CTRL\", \"form_controls\": [ { \"insert_index\": \"is_Pan_India\", \"expression\": \"(String(\'is_Pan_India\') == String(\'no\'))\", \"value_keys\": [\"is_Pan_India\"], \"questions\": [ { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] }, { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"State\", \"question_key\": \"State\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"State\", \"group_title\": \"State\" }, { \"questions_level_two\": [ { \"question\": \"city\", \"question_key\": \"city\", \"type\": \"3\", \"field_type\": \"num\", \"field_width\": \"100\", \"onchange_properties\": null, \"api_properties\": null, \"answers\": null, \"is_repeatable\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"city\", \"group_title\": \"city\" }, { \"question_key\": \"States Where Max Sales Done for \", \"question\": \"States Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Cities Where Max Sales Done for \", \"question\": \"Cities Where Max Sales Done for \", \"type\": \"4\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"params\": { \"master_name\": null }, \"fields\": [ \"state_id\", \"state_name\" ] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"is_Pan_India\", \"answers\": null, \"validations\": [] } ] } ] } ], \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"Export\", \"question\": \"Within India\", \"place_holder\": \"Enter the text\", \"type\": null, \"sub_title\": \"Export\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"questions_level_two\": [ { \"question_key\": \"Countries_Where_The_Export_Is_Being_Done_for\", \"question\": \"Countries Where The Export Is Being Done for \", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] }, { \"question_key\": \"Out_of_Total_Export_Sales_what_of_Sales_is_done_in\", \"question\": \"Out of Total Export Sales what % of Sales is done in\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": { \"api\": \"getListOfStatesCities\", \"api_method\": \"POST\", \"fields\": [\"state_id\", \"state_name\"] }, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"parent_question_key\": \"Area_of_Sales\", \"answers\": null, \"validations\": [] } ], \"is_repeatable\": \"2\", \"group_key\": \"Countries\", \"group_title\": \"Countries\" } ] } ] } ], \"is_repeatable\": null, \"validations\": [ { \"name\": \"required\", \"isactive\": \"1\", \"validator\": \"Validators.required\", \"message\": \"Field Required\", \"value\": null } ] }, { \"question_key\": \"Description of manufacturing process\", \"question\": \"Description of manufacturing process\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] } ], \"is_repeatable\": \"1\", \"group_title\": \"Wholesale Trade\", \"group_key\": \"Wholesale Trade\" } ] } ] } ], \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"100\", \"validations\": [] }, { \"question_key\": \"Does the Applicant Use Mobile Wallets / UPI Apps\", \"question\": \"Does the Applicant Use Mobile Wallets / UPI Apps\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"sub_title\": \"Digital Payments\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"65\", \"validations\": [] }, { \"question_key\": \"Does the Applicant Use POS Machines in His Business / Profession\", \"question\": \"Does the Applicant Use POS Machines in His Business / Profession\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"65\", \"validations\": [] }, { \"question_key\": \"Is The Business Seasonal\", \"question\": \"Is The Business Seasonal\", \"place_holder\": \"Enter the text\", \"type\": \"3\", \"sub_title\": \"Digital Payments\", \"api_properties\": null, \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No Major Changes In Sales\", \"answer_id\": \"No Major Changes In Sales\" } ], \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"65\", \"validations\": [] }, { \"question\": \"Employees As Per Applicant\", \"question_key\": \"Employees As Per Applicant\", \"place_holder\": \"\", \"type\": null, \"sub_title\": \"Employees As Per Applicant\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Permanent\", \"question_key\": \"Permanent\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"30\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Temporary\", \"question_key\": \"Temporary\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"30\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Total\", \"question_key\": \"Total\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"30\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Approximate total monthly salary paid to employees\", \"question_key\": \"Approximate total monthly salary paid to employees\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"No of Employees Sighted By PD Officer During His Visit\", \"question_key\": \"No of Employees Sighted By PD Officer During His Visit\", \"place_holder\": \"\", \"type\": null, \"sub_title\": \"No of Employees Sighted By PD Officer During His Visit\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Total\", \"question_key\": \"total\", \"place_holder\": \"\", \"type\": \"1\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Was the Company name board sighted ?\", \"question_key\": \"Was the Company name board sighted ?\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question\": \"Documents Sighted\", \"question_key\": \"Documents Sighted\", \"place_holder\": \"\", \"type\": null, \"sub_title\": \"Documents Sighted\", \"field_width\": \"100\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": null, \"validations\": [] }, { \"question\": \"Shop and Est Act Cert\", \"question_key\": \"Shop and Est Act Cert\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"GST Regn Cert\", \"question_key\": \"GST Regn Cert\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"Cert of Practice\", \"question_key\": \"Cert of Practice\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"PF Regn\", \"question_key\": \"PF Regn\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"ESIC Regn\", \"question_key\": \"ESIC Regn\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" }, { \"answer\": \"Not Applicable\", \"answer_id\": \"Not Applicable\" } ], \"validations\": [] }, { \"question\": \"Do You Want to Add Other Documents?\", \"question_key\": \"Do You Want to Add Other Documents?\", \"place_holder\": \"\", \"type\": \"3\", \"field_width\": \"45\", \"api_properties\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"is_subfield\": \"1\", \"answers\": [ { \"answer\": \"Yes\", \"answer_id\": \"yes\" }, { \"answer\": \"No\", \"answer_id\": \"no\" } ], \"validations\": [] }, { \"question_key\": \"common_remarks\", \"question\": \"Remarks\", \"place_holder\": \"Enter the text\", \"type\": \"7\", \"api_properties\": null, \"answers\": null, \"onchange_properties\": null, \"is_repeatable\": null, \"field_type\": \"string\", \"field_width\": \"45\", \"validations\": [] } ] }", 4, 13, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"); +INSERT INTO `m_template_json_v2` (`id`, `json`, `map_id`, `form_id`, `isactive`, `createdon`, `updatedon`, `is_form_disabled`, `is_group_form`, `is_form_status`) VALUES + (32, "{ \"section_id\":\"22\", \"section_name\":\"Business Assets\", \"onsubmit\":[ ], \"questions\":[ { \"question\":\"Is this the business address ?*\", \"question_key\":\"is_this_the_business_address\", \"type\":\"3\", \"sub_title\":\"Address Details : \", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_this_the_business_address\", \"expression\":\"(String(\'is_this_the_business_address\') == String(\'Yes\'))\", \"value_keys\":[ \"is_this_the_business_address\" ], \"questions\":[ { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question_key\":\"remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"was_any_business_activity_seen_at_the_residence_during_pd_visit\", \"question\":\"Was any business activity seen at the Residence during PD visit?\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] }, { \"question_key\":\"month\", \"question\":\"Month\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] },{ \"question_key\":\"year\", \"question\":\"Year\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"25\", \"validations\":[ ] }, { \"question_key\":\"how_long_has_business_been_operated_from_this_premise?\", \"question\":\"How long has business been operated from this premise?\", \"place_holder\":\"Enter the text\", \"type\":null, \"api_properties\":null, \"sub_title\":\"How long has business been operated from this premise?\", \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"100\", \"validations\":[ ] } ] } ] }], \"is_repeatable\":null, \"validations\":[ ] }, { \"question\":\"Is the Asset Information Available?\", \"question_key\":\"is_the_asset_information_available\", \"type\":\"3\", \"sub_title\":\"Other Assets Used in Business\", \"field_width\":\"65\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Yes\", \"answer\":\"Yes\" }, { \"answer_id\":\"No\", \"answer\":\"No\" } ], \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"is_the_asset_information_available\", \"expression\":\"(String(\'is_the_asset_information_available\') == String(\'Yes\'))\", \"value_keys\":[ \"is_the_asset_information_available\" ], \"questions\":[ { \"question\":[ { \"question\":\"Assets Type\", \"question_key\":\"assets_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"ASSETTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\":null, \"onchange_properties\":[ { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'4\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description\", \"question_key\":\"description\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] },{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] }] }, { \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'7\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type\", \"question_key\":\"type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"INVESTMENTTYPE\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\": [{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'6\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value1\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'3\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bankname1\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ,{ \"question\":\"Current Market Value\", \"question_key\":\"current_marketvalue2\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'4\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value3\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'2\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Bank Name\", \"question_key\":\"bank_name2\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value4\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'5\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Name of organisation in which investment done\", \"question_key\":\"name_of_organisation_in_which_investment_done3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value4\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"type\", \"expression\":\"(String(\'type\') == String(\'1\'))\", \"value_keys\":[ \"type\" ], \"questions\":[ { \"question\":\"Specify Type\", \"question_key\":\"specify_type\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Bank Name\", \"question_key\":\"bank_name3\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] },{ \"question\":\"Current Market Value\", \"question_key\":\"current_market_value5\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\":\"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\": null, \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] } ] } ] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] } ,{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'6\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Premium Paid\", \"question_key\":\"premium_paid\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Frequency\", \"question_key\":\"frequency\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"FREQUENCY\" }, \"fields\":[ \"frequency_id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Sum Assured\", \"question_key\":\"sum_assured\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Member Covered\", \"question_key\":\"member_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'2\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] }, { \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Property Type\", \"question_key\":\"property_type\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"PROPERTIES\" }, \"fields\":[ \"id\", \"name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_Value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] } ,{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'1\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Description of Assets*\", \"question_key\":\"description_of_assets\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"100\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] }, { \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] } ,{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_Assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_Assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] },{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"assets_type\", \"expression\":\"(String(\'assets_type\') == String(\'3\'))\", \"value_keys\":[ \"assets_type\" ], \"questions\":[ { \"question\":\"Type of Vehicle\", \"question_key\":\"type_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":{ \"api\":\"getListOfMaster\", \"api_method\":\"POST\", \"params\":{ \"master_name\":\"VEHICLETYPE\" }, \"fields\":[ \"vehicle_type_id\", \"vehicle_type_name\" ] }, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Description of Vehicle(example - Toyota Altis)\", \"question_key\":\"description_of_vehicle\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] }, { \"question\":\"Is there a Loan Exiting Against the Assets? \", \"question_key\":\"is_there_a_loan_exiting_against_the_assets\", \"type\":\"3\", \"field_width\":\"100\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"answers\":[{ \"answer\":\"Yes\", \"answer_id\":\"yes\" }, { \"answer\":\"No\", \"answer_id\":\"no\" }], \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Started Business Required\", \"value\":null } ] }, { \"question\":\"Assets Owned by\", \"question_key\":\"assets_owned_by\", \"place_holder\":\"\", \"type\":\"3\", \"field_width\":\"45\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] }, { \"question\":\"OwnerShip Type\", \"question_key\":\"ownership_type\", \"place_holder\":\"Enter the text\", \"type\":\"3\", \"api_properties\":null, \"answers\":[ { \"answer_id\":\"Owned\", \"answer\":\"Owned\" }, { \"answer_id\":\"Rented\", \"answer\":\"Rented\" } ], \"onchange_properties\":[{ \"purpose\":\"FORM_CTRL\", \"form_controls\":[ { \"insert_index\":\"ownership_type\", \"expression\":\"(String(\'ownership_type\') == String(\'Rented\'))\", \"value_keys\":[ \"ownership_type\" ], \"questions\":[ { \"question_key\":\"monthly_residence_rent_amount\", \"question\":\"Monthly Residence Rent Amount\", \"place_holder\":\"Enter the text\", \"type\":\"1\", \"api_properties\":null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] }, { \"question\":\"Area Covered\", \"question_key\":\"area_covered\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Appromximate Market Value\", \"question_key\":\"appromximate_market_Value\", \"place_holder\":\"\", \"type\":\"1\", \"field_width\":\"45\", \"field_type\": \"numtoword\", \"api_properties\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"is_subfield\":\"1\", \"parent_question_key\":\"Assets_Type\", \"answers\":null, \"validations\":[ ] } ,{ \"question\":\"Age of Assets in Years\", \"question_key\":\"age_of_assets_in_years\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ,{ \"question\":\"Age of Assets in Months\", \"question_key\":\"age_of_assets_in_months\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] },{ \"question\":\"Purchase Year\", \"question_key\":\"purchase_year\", \"place_holder\":\"Enter text\", \"type\":\"1\", \"field_width\":\"45\", \"api_properties\": null, \"answers\": null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ] }] }], \"is_repeatable\":null, \"field_type\":\"string\", \"validations\":[ { \"name\":\"required\", \"isactive\":\"1\", \"validator\":\"Validators.required\", \"message\":\"Entity Name Required\", \"value\":null } ] } ], \"is_repeatable\":\"1\", \"group_title\":\"Business Assets\", \"group_key\":\"business_assets\", \"form_name\":\"Business Assets\" } ] }] }], \"is_repeatable\":null, \"validations\":[ ] } , { \"question_key\":\"common_remarks\", \"question\":\"Remarks\", \"place_holder\":\"Enter the text\", \"type\":\"7\", \"api_properties\":null, \"answers\":null, \"onchange_properties\":null, \"is_repeatable\":null, \"field_type\":\"string\", \"field_width\":\"45\", \"validations\":[ ] } ] }", 4, 22, 1, "2023-07-18 10:29:15", "2023-07-18 10:29:15", 0, 0, "DRAFT"); + +/*!40000 ALTER TABLE `m_template_json_v2` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_lender_map +# ------------------------------------------------------------ + +CREATE TABLE `m_template_lender_map` ( + `template_lender_map_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `fk_lender_id` int DEFAULT NULL, + `fk_product_id` int DEFAULT NULL, + `fk_customer_segment` int DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `isactive` tinyint DEFAULT '1', + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`template_lender_map_id`) +) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template_lender_map` WRITE; +/*!40000 ALTER TABLE `m_template_lender_map` DISABLE KEYS */; + +INSERT INTO `m_template_lender_map` (`template_lender_map_id`, `fk_template_id`, `fk_lender_id`, `fk_product_id`, `fk_customer_segment`, `createdon`, `fk_createdby`, `updatedon`, `isactive`, `fk_updatedby`) VALUES + (5, 4, 1, 1, 2, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", 1, 1), + (6, 5, 5, 4, 5, "2018-10-27 10:36:52", 1, "2019-11-15 19:30:29", 1, 1), + (19, 4, 1, 1, 1, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", 1, 1), + (20, 5, 5, 7, 5, "2018-10-27 10:36:52", 1, "2019-11-15 19:30:29", 1, 1), + (42, 4, 1, 1, 3, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", 0, 1); + +/*!40000 ALTER TABLE `m_template_lender_map` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_mapping_v2 +# ------------------------------------------------------------ + +CREATE TABLE `m_template_mapping_v2` ( + `id` int NOT NULL AUTO_INCREMENT, + `entity_id` int DEFAULT NULL, + `product_id` int DEFAULT NULL, + `customer_segment_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + `fi_type_id` int DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template_mapping_v2` WRITE; +/*!40000 ALTER TABLE `m_template_mapping_v2` DISABLE KEYS */; + +INSERT INTO `m_template_mapping_v2` (`id`, `entity_id`, `product_id`, `customer_segment_id`, `isactive`, `createdon`, `updatedon`, `fi_type_id`) VALUES + (1, NULL, NULL, NULL, 1, "2022-09-21 11:48:00", "2022-09-21 11:48:00", 1), + (2, NULL, NULL, NULL, 1, "2022-09-21 11:48:00", "2022-09-21 11:48:00", 2), + (3, NULL, NULL, NULL, 1, "2022-09-21 11:48:00", "2022-09-21 11:48:00", 3), + (4, 8, 1, 4, 1, "2023-07-18 10:29:14", "2023-07-18 10:29:14", 0); + +/*!40000 ALTER TABLE `m_template_mapping_v2` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_template_question +# ------------------------------------------------------------ + +CREATE TABLE `m_template_question` ( + `template_question_id` int NOT NULL AUTO_INCREMENT, + `fk_template_id` int DEFAULT NULL, + `fk_question_id` int DEFAULT NULL, + `question_weightage` int DEFAULT NULL, + `question_answerable_by` tinyint DEFAULT '1', + `createdon` datetime DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` varchar(45) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_template_question_category_id` int DEFAULT NULL, + PRIMARY KEY (`template_question_id`) +) ENGINE=InnoDB AUTO_INCREMENT=367 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_template_question` WRITE; +/*!40000 ALTER TABLE `m_template_question` DISABLE KEYS */; + +INSERT INTO `m_template_question` (`template_question_id`, `fk_template_id`, `fk_question_id`, `question_weightage`, `question_answerable_by`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `fk_template_question_category_id`) VALUES + (1, 1, 22, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (2, 1, 23, 9, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (3, 1, 24, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (4, 1, 25, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (5, 1, 26, 9, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (6, 1, 27, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (7, 1, 28, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (8, 1, 29, 9, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (9, 1, 30, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (10, 1, 32, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (11, 1, 33, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (12, 1, 34, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (13, 1, 35, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (14, 1, 36, 9, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (15, 1, 37, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (16, 1, 41, 10, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (17, 1, 39, 5, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (18, 1, 38, 5, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (19, 1, 40, 5, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (20, 1, 42, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (21, 1, 31, 3, NULL, "2018-10-26 10:53:58", 1, "2018-10-26 10:53:58", "1", 1, 8), + (22, 1, 1, 20, NULL, "2018-10-26 13:05:32", 1, "2018-10-26 13:05:32", "1", 1, 3), + (23, 1, 8, 15, NULL, "2018-10-26 13:05:32", 1, "2018-10-26 13:05:32", "1", 1, 3), + (24, 1, 7, 25, NULL, "2018-10-26 13:05:32", 1, "2018-10-26 13:05:32", "1", 1, 3), + (25, 1, 11, 15, NULL, "2018-10-26 13:05:32", 1, "2018-10-26 13:05:32", "1", 1, 3), + (28, 1, 2, 25, NULL, "2018-10-26 13:05:32", 1, "2018-10-26 13:05:32", "1", 1, 3), + (29, 1, 6, 10, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 5), + (30, 1, 13, 20, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 5), + (31, 1, 14, 20, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 5), + (32, 1, 15, 25, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 5), + (33, 1, 16, 25, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 5), + (34, 1, 9, 30, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 6), + (35, 1, 10, 50, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 6), + (36, 1, 12, 20, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 6), + (39, 2, 1, 20, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 3), + (40, 2, 2, 25, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 3), + (41, 2, 8, 15, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 3), + (42, 2, 11, 15, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 3), + (43, 2, 7, 25, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 3), + (45, 2, 18, 60, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 4), + (46, 2, 17, 40, NULL, "2018-10-26 13:09:57", 1, "2018-10-26 13:09:57", "1", 1, 4), + (47, 2, 6, 20, NULL, "2018-11-01 05:53:23", 1, "2018-11-01 05:53:23", "1", 1, 5), + (48, 2, 13, 20, NULL, "2018-11-01 05:53:23", 1, "2018-11-01 05:53:23", "1", 1, 5), + (49, 2, 14, 20, NULL, "2018-11-01 05:53:23", 1, "2018-11-01 05:53:23", "1", 1, 5), + (50, 2, 9, 30, NULL, "2018-10-27 04:24:16", 1, "2018-10-27 04:24:16", "1", 1, 6), + (51, 2, 10, 50, NULL, "2018-10-27 04:24:16", 1, "2018-10-27 04:24:16", "1", 1, 6), + (52, 2, 12, 20, NULL, "2018-10-27 04:24:16", 1, "2018-10-27 04:24:16", "1", 1, 6), + (53, 3, 1, 20, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 3), + (54, 3, 2, 25, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 3), + (55, 3, 7, 25, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 3), + (56, 3, 8, 15, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 3), + (57, 3, 11, 15, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 3), + (58, 3, 17, 40, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 4), + (59, 3, 18, 60, NULL, "2018-10-27 04:47:20", 1, "2018-10-27 04:47:20", "1", 1, 4), + (60, 3, 6, 40, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 5), + (61, 3, 13, 40, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 5), + (62, 3, 14, 20, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 5), + (63, 3, 6, 40, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 5), + (64, 3, 13, 40, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 5), + (65, 3, 14, 20, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 5), + (66, 3, 9, 30, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 6), + (67, 3, 10, 50, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 6), + (68, 3, 12, 20, NULL, "2018-10-27 05:03:28", 1, "2018-10-27 05:03:28", "1", 1, 6), + (69, 4, 5, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (70, 4, 43, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (71, 4, 44, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (72, 4, 45, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (73, 4, 46, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (74, 4, 48, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (75, 4, 50, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (76, 4, 53, 4, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (77, 4, 54, 3, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (78, 4, 55, 3, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (79, 4, 58, 10, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (80, 4, 59, 5, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (81, 4, 60, 5, NULL, "2018-10-27 09:02:28", 1, "2018-10-27 09:02:28", "1", 1, 2), + (82, 5, 5, 8, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (83, 5, 43, 10, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (84, 5, 44, 10, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (85, 5, 45, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (86, 5, 46, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (87, 5, 49, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (88, 5, 51, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (89, 5, 53, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (90, 5, 54, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (91, 5, 55, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (92, 5, 56, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (93, 5, 57, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (94, 5, 58, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (95, 5, 59, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (96, 5, 60, 6, NULL, "2018-10-27 12:58:36", 1, "2018-10-27 12:58:36", "1", 1, 2), + (97, 6, 5, 10, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (98, 6, 43, 10, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (99, 6, 45, 10, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (100, 6, 46, 5, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (101, 6, 47, 5, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (102, 6, 49, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (103, 6, 52, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (104, 6, 56, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (105, 6, 57, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (106, 6, 53, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (107, 6, 54, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (108, 6, 55, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (109, 6, 58, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (110, 6, 59, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (111, 6, 60, 6, NULL, "2018-10-29 04:23:23", 1, "2018-10-29 04:23:23", "1", 1, 2), + (112, 10, 5, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (113, 10, 43, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (114, 10, 44, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (115, 10, 45, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (116, 10, 46, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (117, 10, 47, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (118, 10, 50, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (119, 10, 53, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (120, 10, 54, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (121, 10, 55, 8, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (122, 10, 58, 10, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (123, 10, 59, 5, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (124, 10, 60, 5, NULL, "2018-10-29 04:36:55", 1, "2018-10-29 04:36:55", "1", 1, 2), + (125, 13, 5, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (126, 13, 43, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (127, 13, 44, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (128, 13, 45, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (129, 13, 46, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (130, 13, 47, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (131, 13, 50, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (132, 13, 53, 10, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (133, 13, 54, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (134, 13, 55, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (135, 13, 58, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (136, 13, 60, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (151, 14, 5, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (152, 14, 43, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (153, 14, 44, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (154, 14, 45, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (155, 14, 46, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (156, 14, 49, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (157, 14, 51, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (158, 14, 53, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (159, 14, 54, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (160, 14, 55, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (161, 14, 56, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (162, 14, 57, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (163, 14, 58, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (164, 14, 60, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (165, 11, 5, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (166, 11, 43, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (167, 11, 44, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (168, 11, 45, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (169, 11, 46, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (170, 11, 47, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (171, 11, 49, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (172, 11, 51, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (173, 11, 53, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (174, 11, 54, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (175, 11, 55, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (176, 11, 56, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (177, 11, 57, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (178, 11, 58, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (179, 11, 59, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (180, 11, 60, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (181, 12, 5, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (182, 12, 43, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (183, 12, 44, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (184, 12, 45, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (185, 12, 46, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (186, 12, 47, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (187, 12, 52, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (188, 12, 53, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (189, 12, 54, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (190, 12, 55, 7, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (191, 12, 56, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (192, 12, 57, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (193, 12, 58, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (194, 12, 59, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (195, 12, 60, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (196, 15, 5, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (197, 15, 43, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (198, 15, 44, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (199, 15, 46, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (200, 15, 47, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (201, 15, 50, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (202, 15, 52, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (203, 15, 53, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (204, 15, 54, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (205, 15, 55, 8, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (206, 15, 56, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (207, 15, 57, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (208, 15, 58, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (209, 15, 60, 5, NULL, "2018-10-29 05:22:26", 1, "2018-10-29 05:22:26", "1", 1, 2), + (210, 16, 5, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (211, 16, 43, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (212, 16, 44, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (213, 16, 45, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (214, 16, 46, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (215, 16, 50, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (216, 16, 53, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (217, 16, 54, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (218, 16, 55, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (219, 16, 60, 10, NULL, "2018-10-29 06:42:55", 1, "2018-10-29 06:42:55", "1", 1, 2), + (220, 7, 5, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (221, 7, 43, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (222, 7, 44, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (223, 7, 45, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (224, 7, 46, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (225, 7, 47, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (226, 7, 50, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (227, 7, 53, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (228, 7, 54, 10, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (229, 7, 55, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (230, 7, 60, 5, NULL, "2018-10-29 05:39:53", 1, "2018-10-29 05:39:53", "1", 1, 2), + (231, 17, 5, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (232, 17, 43, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (233, 17, 44, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (234, 17, 45, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (235, 17, 46, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (236, 17, 49, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (237, 17, 51, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (238, 17, 53, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (239, 17, 54, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (240, 17, 55, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (241, 17, 56, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (242, 17, 57, 8, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (243, 17, 60, 4, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (244, 8, 5, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (245, 8, 43, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (246, 8, 44, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (247, 8, 45, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (248, 8, 46, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (249, 8, 47, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (250, 8, 49, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (251, 8, 51, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (252, 8, 53, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (253, 8, 54, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (254, 8, 55, 5, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (255, 8, 56, 5, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (256, 8, 57, 5, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (257, 8, 60, 5, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (258, 18, 5, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (259, 18, 43, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (260, 18, 44, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (261, 18, 45, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (262, 18, 52, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (263, 18, 53, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (264, 18, 54, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (265, 18, 55, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (266, 18, 56, 10, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (267, 18, 57, 6, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (268, 18, 60, 4, NULL, "2018-10-29 07:03:22", 1, "2018-10-29 07:03:22", "1", 1, 2), + (269, 19, 5, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (270, 19, 43, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (271, 19, 44, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (272, 19, 45, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (273, 19, 46, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (274, 19, 50, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (275, 19, 53, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (276, 19, 54, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (277, 19, 55, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (278, 19, 58, 8, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (279, 19, 60, 20, NULL, "2018-10-29 07:29:22", 1, "2018-10-29 07:29:22", "1", 1, 2), + (280, 9, 5, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (281, 9, 43, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (282, 9, 44, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (283, 9, 45, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (284, 9, 46, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (285, 9, 47, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (286, 9, 52, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (287, 9, 53, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (288, 9, 54, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (289, 9, 55, 8, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (290, 9, 56, 10, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (291, 9, 57, 5, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (292, 9, 60, 5, NULL, "2018-10-29 07:08:49", 1, "2018-10-29 07:08:49", "1", 1, 2), + (293, 21, 5, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (294, 21, 43, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (295, 21, 44, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (296, 21, 45, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (297, 21, 46, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (298, 21, 52, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (299, 21, 53, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (300, 21, 54, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (301, 21, 55, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (302, 21, 56, 8, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (303, 21, 57, 5, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (304, 21, 58, 5, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (305, 21, 60, 10, NULL, "2018-10-29 07:41:24", 1, "2018-10-29 07:41:24", "1", 1, 2), + (306, 20, 5, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (307, 20, 43, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (308, 20, 44, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (309, 20, 45, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (310, 20, 46, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (311, 20, 47, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (312, 20, 49, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (313, 20, 51, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (314, 20, 53, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (315, 20, 54, 7, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (316, 20, 55, 5, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (317, 20, 56, 5, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (318, 20, 57, 5, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (319, 20, 58, 5, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (320, 20, 60, 10, NULL, "2018-10-29 07:45:24", 1, "2018-10-29 07:45:24", "1", 1, 2), + (321, 2, 62, 20, NULL, "2018-11-01 05:53:23", 1, "2018-11-01 05:53:23", "1", 1, 5), + (322, 2, 63, 20, NULL, "2018-11-01 05:53:23", 1, "2018-11-01 05:53:23", "1", 1, 5), + (325, 19, 62, 50, NULL, "2018-11-01 07:14:19", 1, "2018-11-01 07:14:19", "1", 1, 5), + (326, 19, 63, 50, NULL, "2018-11-01 07:14:19", 1, "2018-11-01 07:14:19", "1", 1, 5), + (327, 22, 46, 30, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 9), + (328, 22, 64, 30, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 9), + (329, 22, 65, 40, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 9), + (330, 22, 66, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (331, 22, 67, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (332, 22, 19, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (333, 22, 68, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (334, 22, 20, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (335, 22, 21, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (336, 22, 69, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (337, 22, 70, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (338, 22, 71, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (339, 22, 72, 10, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 4), + (340, 22, 73, 100, NULL, "2018-11-08 09:26:52", 1, "2018-11-08 09:26:52", "1", 1, 5), + (354, 22, 74, 10, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (355, 22, 75, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (356, 22, 76, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (357, 22, 77, 10, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (358, 22, 78, 10, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (359, 22, 79, 10, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (360, 22, 80, 10, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (361, 22, 81, 10, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 10), + (362, 22, 82, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 11), + (363, 22, 83, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 11), + (364, 22, 84, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 11), + (365, 22, 85, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 11), + (366, 22, 86, 20, NULL, "2018-11-08 16:25:14", 1, "2018-11-08 16:25:14", "1", 1, 11); + +/*!40000 ALTER TABLE `m_template_question` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_titles +# ------------------------------------------------------------ + +CREATE TABLE `m_titles` ( + `title_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`title_id`) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_titles` WRITE; +/*!40000 ALTER TABLE `m_titles` DISABLE KEYS */; + +INSERT INTO `m_titles` (`title_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Mr.", "2018-10-15 14:34:09", 1, "2018-10-16 07:14:40", 1, 1, 0), + (2, "Ms.", "2018-10-16 07:14:40", 1, NULL, NULL, 1, 0), + (3, "Master", "2018-10-16 09:28:36", 1, "2019-05-23 09:33:23", 165, 0, 0), + (4, "Mrs.", "2018-10-17 10:35:29", 1, "2019-02-04 06:51:47", 1, 1, 0), + (5, "Dr.", "2018-12-21 05:01:46", 1, "2019-02-04 06:51:47", 1, 1, 0), + (6, "Capt.", "2019-02-04 06:51:47", 1, NULL, NULL, 1, 0), + (7, "Lt.", "2019-02-04 06:51:47", 1, NULL, NULL, 1, 0), + (8, "M/s.", "2020-11-21 22:08:31", NULL, NULL, NULL, 1, 0); + +/*!40000 ALTER TABLE `m_titles` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_type_of_activity +# ------------------------------------------------------------ + +CREATE TABLE `m_type_of_activity` ( + `type_of_activity_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(50) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + PRIMARY KEY (`type_of_activity_id`) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_type_of_activity` WRITE; +/*!40000 ALTER TABLE `m_type_of_activity` DISABLE KEYS */; + +INSERT INTO `m_type_of_activity` (`type_of_activity_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`) VALUES + (1, "Others", "2018-10-16 07:14:40", 1, "2019-05-23 09:33:23", 165, 0, 1), + (2, "Manufacturing ", "2018-10-16 07:14:40", 1, "2019-05-23 09:33:23", 165, 1, 0), + (3, "Retail trading", "2018-10-16 07:14:40", 1, "2019-01-15 12:12:03", NULL, 1, 0), + (4, "Wholesale Trade", "2018-10-17 10:35:29", 1, "2019-05-23 09:33:23", 165, 1, 0), + (5, "Service Provider", "2018-11-28 10:07:10", NULL, "2019-05-23 09:33:23", 165, 1, 0); + +/*!40000 ALTER TABLE `m_type_of_activity` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_uom +# ------------------------------------------------------------ + +CREATE TABLE `m_uom` ( + `uom_id` int NOT NULL AUTO_INCREMENT, + `name` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `is_land_uom` tinyint DEFAULT '0', + PRIMARY KEY (`uom_id`) +) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_uom` WRITE; +/*!40000 ALTER TABLE `m_uom` DISABLE KEYS */; + +INSERT INTO `m_uom` (`uom_id`, `name`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `isactive`, `is_others`, `is_land_uom`) VALUES + (1, "Others", "2018-12-01 15:38:21", NULL, "2019-05-09 11:59:48", 165, 1, 1, 2), + (2, "Case", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (3, "Cubic Millimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (4, "Gram", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (5, "Milligram", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (6, "Square Decimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (7, "Bag", "2018-12-01 15:38:21", NULL, "2019-05-23 09:33:23", 165, 1, 0, 0), + (8, "Centigrams", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (9, "Cubic Yards", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (10, "Inch", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (11, "Millilitre", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (12, "Square Feet", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (13, "Barrel", "2018-12-01 15:38:21", NULL, "2019-05-23 09:33:23", 165, 1, 0, 0), + (14, "Centilitres", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (15, "Cup", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (16, "Katta", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (17, "Millimeter", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (18, "Square Inches", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (19, "Batch", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (20, "Centimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (21, "Day", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (22, "Kilogram", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (23, "Packet", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (24, "Square Meters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (25, "Bori", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (26, "Crate", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (27, "Drum", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (28, "Kilolitre", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (29, "Pallet", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (30, "Square Miles", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (31, "Bottle", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (32, "Cubic Centimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (33, "Each", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (34, "Kilometer", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (35, "Piece", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (36, "Square Millimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (37, "Bowl", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (38, "Cubic Decimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (39, "Feet", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (40, "Litre", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (41, "Pouch", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (42, "Square Yards", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (43, "Box", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (44, "Cubic Feet", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (45, "Fluid Ounce ", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (46, "Meter", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (47, "Pound", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (48, "Ton", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (49, "Bunch", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (50, "Cubic Inches", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (51, "Gallon", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (52, "Metric Ton", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (53, "Quintal", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (54, "Unit", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (55, "Can", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (56, "Cubic Meters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (57, "Glass", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (58, "Mile", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (59, "Square Centimeters", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (60, "Yard", "2018-12-01 15:38:21", NULL, NULL, NULL, 1, 0, 0), + (61, "Not Applicable", "2018-12-01 15:38:21", NULL, "2019-01-15 12:14:36", NULL, 0, 0, 0), + (62, "Square Feet", "2019-03-02 16:40:19", NULL, "2019-03-05 13:31:01", NULL, 1, 0, 1), + (63, "Square Yards", "2019-03-02 16:40:19", NULL, "2019-03-05 13:31:01", NULL, 1, 0, 1), + (64, "Square Meters", "2019-03-02 16:40:19", NULL, "2019-03-05 13:31:02", NULL, 1, 0, 1), + (65, "Acres", "2019-03-02 16:40:19", NULL, "2019-05-23 09:33:23", 165, 1, 0, 1), + (66, "Hectares", "2019-03-02 16:40:19", NULL, NULL, NULL, 1, 0, 1), + (67, "Test", "2019-05-09 11:59:48", 165, "2019-05-09 11:59:48", 165, 0, 0, 0); + +/*!40000 ALTER TABLE `m_uom` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_user_config +# ------------------------------------------------------------ + +CREATE TABLE `m_user_config` ( + `id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `config_type` int DEFAULT NULL COMMENT '1 - sales pd products', + `data` varchar(45) DEFAULT NULL COMMENT ' comma separated values', + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=573 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_user_config` WRITE; +/*!40000 ALTER TABLE `m_user_config` DISABLE KEYS */; + +INSERT INTO `m_user_config` (`id`, `fk_user_id`, `config_type`, `data`, `isactive`, `createdon`, `updatedon`) VALUES + (1, 72, 1, "8,9,23,28", 1, "2020-12-26 20:34:31", "2024-04-09 15:23:07"), + (2, 74, 1, "8,9,23,28", 1, "2020-12-26 20:34:31", "2024-04-09 14:50:30"), + (3, 69, 1, "8,9,28", 1, "2020-12-26 20:38:09", "2024-04-09 15:23:11"), + (4, 71, 1, "8,9,28", 1, "2020-12-26 20:38:09", "2024-04-09 14:50:01"), + (5, 73, 1, "8,9,28", 1, "2020-12-26 20:38:09", "2024-04-09 15:23:22"), + (6, 75, 1, "8,9,28", 1, "2020-12-26 20:38:09", "2024-04-09 15:23:24"), + (7, 76, 1, "8,9,28", 1, "2020-12-26 20:38:10", "2024-04-09 15:23:27"), + (8, 77, 1, "8,9,28", 1, "2020-12-26 20:38:10", "2024-04-09 15:23:30"), + (9, 78, 1, "8,9,28", 1, "2020-12-26 20:38:10", "2024-04-09 15:23:33"), + (10, 79, 1, "8,9,28", 1, "2020-12-26 20:38:10", "2024-04-09 14:52:59"), + (11, 80, 1, "8,9,28", 1, "2020-12-26 20:38:11", "2024-04-09 15:23:36"), + (12, 81, 1, "8,9,28", 1, "2020-12-26 20:38:11", "2024-04-09 15:23:38"), + (13, 82, 1, "8,9,28", 1, "2020-12-26 20:38:11", "2024-04-09 15:23:43"), + (14, 83, 1, "8,9,28", 1, "2020-12-26 20:38:11", "2024-04-09 15:23:45"), + (15, 84, 1, "8,9,28", 1, "2020-12-26 20:38:12", "2024-04-09 15:23:48"), + (16, 94, 1, "8,9,28", 1, "2020-12-26 20:38:12", "2024-04-09 15:23:50"), + (17, 95, 1, "8,9,28", 1, "2020-12-26 20:38:12", "2024-04-09 15:23:53"), + (18, 96, 1, "8,9,28", 1, "2020-12-26 20:38:13", "2024-04-09 15:23:56"), + (19, 97, 1, "8,9,23,28", 1, "2020-12-26 20:38:13", "2024-04-09 15:23:58"), + (20, 112, 1, "8,9,28", 1, "2020-12-26 20:38:13", "2024-04-09 15:24:00"), + (21, 117, 1, "8,9,28", 1, "2020-12-26 20:40:45", "2024-04-09 15:24:02"), + (22, 118, 1, "8,9,28", 1, "2020-12-26 20:40:45", "2024-04-09 15:24:04"), + (23, 120, 1, "8,9,28", 1, "2020-12-26 20:40:45", "2024-04-09 15:24:06"), + (24, 122, 1, "8,9,28", 1, "2020-12-26 20:40:46", "2024-04-09 15:24:10"), + (25, 123, 1, "8,9,28", 1, "2020-12-26 20:40:46", "2024-04-09 15:24:18"), + (26, 163, 1, "8,9,28", 1, "2020-12-26 20:40:46", "2024-04-09 15:24:20"), + (27, 167, 1, "8,9,28", 1, "2020-12-26 20:40:47", "2024-04-09 15:24:22"), + (28, 168, 1, "8,9,28", 1, "2020-12-26 20:40:47", "2024-04-09 15:24:24"), + (29, 170, 1, "8,9,28", 1, "2020-12-26 20:40:48", "2024-04-09 15:24:26"), + (30, 173, 1, "8,9,28", 1, "2020-12-26 20:40:48", "2024-04-09 15:24:28"), + (31, 174, 1, "8,9,28", 1, "2020-12-26 20:40:48", "2024-04-09 15:24:29"), + (32, 175, 1, "8,9,28", 1, "2020-12-26 20:40:48", "2024-04-09 15:24:31"), + (33, 176, 1, "8,9,28", 1, "2020-12-28 20:03:52", "2024-04-09 15:24:33"), + (34, 177, 1, "8,9,28", 1, "2021-01-09 11:09:44", "2024-04-09 15:24:36"), + (35, 179, 1, "8,9,28", 1, "2021-02-16 16:01:09", "2024-04-09 15:24:37"), + (36, 178, 1, "8,9,28", 1, "2021-02-16 16:02:37", "2024-04-09 15:24:39"), + (37, 182, 1, "8,9,28", 1, "2021-03-03 17:34:49", "2024-04-09 15:24:41"), + (38, 183, 1, "8,9,28", 1, "2021-03-03 17:34:49", "2024-04-09 15:24:43"), + (39, 193, 1, "8,9,28", 1, "2021-03-05 20:14:47", "2024-04-09 15:24:45"), + (40, 194, 1, "8,9,28", 1, "2021-03-05 20:16:11", "2024-04-09 15:24:46"), + (41, 195, 1, "8,9,28", 1, "2021-03-06 13:10:38", "2024-04-09 15:24:48"), + (42, 196, 1, "8,9,28", 1, "2021-03-06 13:11:55", "2024-04-09 15:24:50"), + (43, 197, 1, "8,9,28", 1, "2021-03-06 13:15:04", "2024-04-09 15:24:54"), + (44, 198, 1, "8,9,28", 1, "2021-03-06 13:16:03", "2024-04-09 15:24:57"), + (45, 199, 1, "8,9,28", 1, "2021-03-09 13:17:26", "2024-04-09 15:24:59"), + (46, 200, 1, "8,9,28", 1, "2021-03-09 13:19:17", "2024-04-09 15:25:08"), + (47, 201, 1, "8,9,28", 1, "2021-03-11 13:02:10", "2024-04-09 15:25:10"), + (48, 202, 1, "8,9,28", 1, "2021-03-11 13:04:56", "2024-04-09 15:25:11"), + (49, 204, 1, "8,9,28", 1, "2021-03-16 15:00:46", "2024-04-09 15:25:13"), + (50, 205, 1, "8,9,28", 1, "2021-03-16 17:52:37", "2024-04-09 15:25:15"), + (51, 206, 1, "8,9,28", 1, "2021-03-22 20:12:56", "2024-04-09 15:25:17"), + (52, 207, 1, "8,9,28", 1, "2021-03-26 13:10:50", "2024-04-09 15:25:18"), + (53, 208, 1, "8,9,28", 1, "2021-04-07 16:31:02", "2024-04-09 15:25:20"), + (54, 209, 1, "8,9,28", 1, "2021-04-08 12:02:25", "2024-04-09 15:25:22"), + (55, 210, 1, "8,9,28", 1, "2021-04-12 19:10:44", "2024-04-09 15:25:23"), + (56, 212, 1, "8,9,28", 1, "2021-04-26 16:21:54", "2024-04-09 15:25:25"), + (57, 213, 1, "8,9,28", 1, "2021-04-26 16:25:03", "2024-04-09 15:25:26"), + (58, 214, 1, "8,9,28", 1, "2021-04-26 16:26:36", "2024-04-09 15:25:28"), + (59, 215, 1, "8,9,28", 1, "2021-04-30 10:17:32", "2024-04-09 15:25:30"), + (60, 216, 1, "8,9,28", 1, "2021-05-21 20:07:31", "2024-04-09 15:25:32"), + (61, 217, 1, "8,9,28", 1, "2021-06-07 16:04:54", "2024-04-09 15:25:34"), + (62, 218, 1, "8,9,28", 1, "2021-06-07 16:06:26", "2024-04-09 15:25:36"), + (63, 219, 1, "8,9,28", 1, "2021-06-14 15:16:00", "2024-04-09 15:25:38"), + (64, 220, 1, "8,9,28", 1, "2021-06-18 18:34:16", "2024-04-09 15:25:39"), + (65, 221, 1, "8,9,28", 1, "2021-06-18 18:35:42", "2024-04-09 15:25:41"), + (66, 222, 1, "8,9,28", 1, "2021-06-21 12:48:23", "2024-04-09 15:25:44"), + (67, 223, 1, "8,9,28", 1, "2021-07-03 15:01:20", "2024-04-09 15:25:52"), + (68, 224, 1, "8,9,28", 1, "2021-07-12 15:19:22", "2024-04-09 15:25:54"), + (69, 227, 1, "8,9,28", 1, "2021-07-22 16:21:44", "2024-04-09 15:25:56"), + (70, 228, 1, "8,9,28", 1, "2021-07-24 11:50:55", "2024-04-09 15:25:57"), + (71, 229, 1, "8,9,28", 1, "2021-07-31 16:52:15", "2024-04-09 15:25:59"), + (72, 230, 1, "8,9,28", 1, "2021-07-31 16:55:14", "2024-04-09 15:26:03"), + (73, 231, 1, "8,9,28", 1, "2021-07-31 16:57:08", "2024-04-09 15:26:05"), + (74, 232, 1, "8,9,28", 1, "2021-08-05 19:24:46", "2024-04-09 15:26:07"), + (75, 233, 1, "8,9,28", 1, "2021-08-05 19:26:11", "2024-04-09 15:26:09"), + (76, 234, 1, "8,9,28", 1, "2021-08-06 15:28:25", "2024-04-09 15:26:11"), + (77, 187, 1, "8,9,23,28", 1, "2021-08-17 00:06:18", "2024-04-09 15:26:13"), + (78, 185, 1, "8,9,23,28", 1, "2021-08-17 00:06:48", "2024-04-09 15:26:15"), + (79, 238, 1, "8,9,28", 1, "2021-08-28 13:35:20", "2024-04-09 15:26:17"), + (80, 239, 1, "8,9,28", 1, "2021-08-31 15:24:34", "2024-04-09 15:26:18"), + (81, 240, 1, "8,9,28", 1, "2021-09-01 10:25:45", "2024-04-09 15:26:20"), + (82, 241, 1, "8,9,28", 1, "2021-09-01 10:27:29", "2024-04-09 15:26:22"), + (83, 242, 1, "8,9,28", 1, "2021-09-03 13:57:06", "2024-04-09 15:26:24"), + (84, 243, 1, "8,9,28", 1, "2021-09-03 16:32:40", "2024-04-09 15:26:25"), + (85, 244, 1, "8,9,28", 1, "2021-09-06 12:15:59", "2024-04-09 15:26:27"), + (86, 245, 1, "8,9,28", 1, "2021-09-07 14:55:50", "2024-04-09 15:26:30"), + (87, 247, 1, "8,9,28", 1, "2021-09-25 12:04:47", "2024-04-09 15:26:36"), + (88, 248, 1, "8,9,28", 1, "2021-09-25 12:05:59", "2024-04-09 15:26:37"), + (89, 249, 1, "8,9,28", 1, "2021-09-25 12:07:14", "2024-04-09 15:26:39"), + (90, 250, 1, "8,9,28", 1, "2021-09-25 12:08:28", "2024-04-09 15:26:41"), + (91, 251, 1, "8,9,28", 1, "2021-09-30 18:00:55", "2024-04-09 15:26:42"), + (92, 252, 1, "8,9,28", 1, "2021-10-04 17:05:18", "2024-04-09 15:26:44"), + (93, 253, 1, "8,9,28", 1, "2021-10-04 17:06:53", "2024-04-09 15:26:46"), + (94, 254, 1, "8,9,28", 1, "2021-10-05 16:44:58", "2024-04-09 15:26:47"), + (95, 255, 1, "8,9,28", 1, "2021-10-05 19:14:10", "2024-04-09 15:26:49"), + (96, 256, 1, "8,9,28", 1, "2021-10-08 15:53:19", "2024-04-09 15:26:50"), + (97, 257, 1, "8,9,28", 1, "2021-10-08 15:54:23", "2024-04-09 15:26:52"), + (98, 258, 1, "8,9,28", 1, "2021-10-08 15:55:39", "2024-04-09 15:26:54"), + (99, 259, 1, "8,9,28", 1, "2021-10-08 15:56:37", "2024-04-09 15:26:56"), + (100, 260, 1, "8,9,28", 1, "2021-10-08 15:57:38", "2024-04-09 15:26:58"), + (101, 261, 1, "8,9,28", 1, "2021-10-08 15:58:57", "2024-04-09 15:27:01"), + (102, 262, 1, "8,9,28", 1, "2021-10-18 15:27:09", "2024-04-09 15:27:03"), + (103, 264, 1, "23", 1, "2021-10-25 17:12:05", "2021-10-25 17:12:05"), + (104, 265, 1, "8,9,28", 1, "2021-11-02 13:11:09", "2024-04-09 15:27:05"), + (105, 266, 1, "8,9,28", 1, "2021-11-08 13:07:20", "2024-04-09 15:27:06"), + (106, 267, 1, "8,9,28", 1, "2021-11-08 17:33:18", "2024-04-09 15:27:18"), + (107, 268, 1, "8,9,28", 1, "2021-11-16 13:00:05", "2024-04-09 15:27:19"), + (108, 269, 1, "8,9,28", 1, "2021-11-17 11:43:47", "2024-04-09 15:27:21"), + (109, 270, 1, "8,9,28", 1, "2021-11-18 11:00:04", "2024-04-09 15:27:22"), + (110, 271, 1, "8,9,28", 1, "2021-11-18 14:24:52", "2024-04-09 15:27:24"), + (111, 272, 1, "8,9,28", 1, "2021-11-18 16:25:42", "2024-04-09 15:27:26"), + (112, 273, 1, "8,9,28", 1, "2021-11-20 16:55:23", "2024-04-09 15:27:27"), + (113, 274, 1, "8,9,28", 1, "2021-11-22 12:29:34", "2024-04-09 15:27:29"), + (114, 275, 1, "8,9,23,28", 1, "2021-11-26 10:10:06", "2024-04-09 15:27:31"), + (115, 276, 1, "8,9,28", 1, "2021-11-26 13:29:55", "2024-04-09 15:27:33"), + (116, 277, 1, "8,9,28", 1, "2021-12-01 13:07:13", "2024-04-09 15:27:35"), + (117, 186, 1, "8,9,28", 1, "2021-12-19 19:59:38", "2024-04-09 15:27:37"), + (118, 279, 1, "8,9,28", 1, "2021-12-23 13:08:42", "2024-04-09 15:27:39"), + (119, 281, 1, "8,9,28", 1, "2021-12-23 18:43:26", "2024-04-09 15:27:41"), + (120, 282, 1, "8,9,28", 1, "2021-12-23 18:45:03", "2024-04-09 15:27:43"), + (121, 283, 1, "8,9,28", 1, "2021-12-23 18:46:47", "2024-04-09 15:27:46"), + (122, 284, 1, "8,9,28", 1, "2021-12-23 18:48:50", "2024-04-09 15:27:49"), + (123, 285, 1, "8,9,28", 1, "2021-12-23 18:55:12", "2024-04-09 15:27:51"), + (124, 286, 1, "8,9,28", 1, "2021-12-23 18:56:31", "2024-04-09 15:27:53"), + (125, 287, 1, "8,9,28", 1, "2021-12-23 18:57:44", "2024-04-09 15:27:55"), + (126, 288, 1, "8,9,28", 1, "2021-12-25 17:47:31", "2024-04-09 15:27:57"), + (127, 289, 1, "8,9,28", 1, "2021-12-27 10:00:44", "2024-04-09 15:28:05"), + (128, 290, 1, "8,9,28", 1, "2021-12-27 10:02:12", "2024-04-09 15:28:08"), + (129, 291, 1, "8,9,28", 1, "2021-12-27 10:03:38", "2024-04-09 15:28:10"), + (130, 292, 1, "8,9,28", 1, "2021-12-27 10:04:55", "2024-04-09 15:28:12"), + (131, 293, 1, "8,9,28", 1, "2021-12-27 10:06:19", "2024-04-09 15:28:14"), + (132, 294, 1, "8,9,28", 1, "2021-12-27 10:07:39", "2024-04-09 15:28:16"), + (133, 295, 1, "8,9,28", 1, "2021-12-27 10:09:11", "2024-04-09 15:28:17"), + (134, 296, 1, "8,9,28", 1, "2021-12-27 10:10:39", "2024-04-09 15:28:19"), + (135, 297, 1, "8,9,28", 1, "2021-12-27 10:17:46", "2024-04-09 15:28:21"), + (136, 298, 1, "8,9,28", 1, "2021-12-27 10:36:31", "2024-04-09 15:28:23"), + (137, 299, 1, "8,9,28", 1, "2021-12-28 11:53:44", "2024-04-09 15:28:25"), + (138, 300, 1, "8,9,28", 1, "2021-12-29 12:53:53", "2024-04-09 15:28:27"), + (139, 301, 1, "8,9,28", 1, "2021-12-30 15:08:02", "2024-04-09 15:28:29"), + (140, 302, 1, "8,9,28", 1, "2022-01-03 16:32:52", "2024-04-09 15:28:31"), + (141, 303, 1, "8,9,28", 1, "2022-01-06 12:17:11", "2024-04-09 15:28:33"), + (142, 304, 1, "8,9,28", 1, "2022-01-06 16:47:45", "2024-04-09 15:28:35"), + (143, 305, 1, "8,9,28", 1, "2022-01-13 14:59:09", "2024-04-09 15:28:37"), + (144, 306, 1, "8,9,28", 1, "2022-01-17 11:13:23", "2024-04-09 15:28:39"), + (145, 116, 1, "8,9,23,28", 1, "2022-01-27 10:21:18", "2024-04-09 15:28:41"), + (146, 307, 1, "8,9,28", 1, "2022-01-28 11:34:06", "2024-04-09 15:28:44"), + (147, 308, 1, "8,9,23,28", 1, "2022-01-31 13:18:20", "2024-04-09 15:28:53"), + (148, 309, 1, "8,9,28", 1, "2022-02-07 14:22:23", "2024-04-09 15:28:55"), + (149, 310, 1, "8,9,28", 1, "2022-02-10 15:13:08", "2024-04-09 15:28:58"), + (150, 312, 1, "8,9,28", 1, "2022-02-11 14:07:49", "2024-04-09 15:29:01"), + (151, 313, 1, "8,9,28", 1, "2022-02-18 16:38:33", "2024-04-09 15:29:03"), + (152, 314, 1, "8,9,28", 1, "2022-02-18 16:39:48", "2024-04-09 15:29:05"), + (153, 315, 1, "8,9,28", 1, "2022-02-18 16:40:53", "2024-04-09 15:29:07"), + (154, 189, 1, "8,9,28", 1, "2022-02-22 11:21:09", "2024-04-09 15:29:10"), + (155, 316, 1, "8,9,28", 1, "2022-02-23 12:18:18", "2024-04-09 15:29:13"), + (156, 317, 1, "8,9,28", 1, "2022-02-24 14:10:25", "2024-04-09 15:29:15"), + (157, 318, 1, "8,9,23,28", 1, "2022-02-27 19:38:43", "2024-04-09 15:29:18"), + (158, 320, 1, "8,9,28", 1, "2022-03-02 12:08:38", "2024-04-09 15:29:20"), + (159, 321, 1, "8,9,28", 1, "2022-03-03 14:58:22", "2024-04-09 15:29:28"), + (160, 322, 1, "8,9,28", 1, "2022-03-10 12:45:56", "2024-04-09 15:29:30"), + (161, 323, 1, "8,9,28", 1, "2022-03-10 16:00:04", "2024-04-09 15:29:32"), + (162, 324, 1, "8,9,28", 1, "2022-03-11 13:33:07", "2024-04-09 15:29:33"), + (163, 325, 1, "8,9,28", 1, "2022-03-19 12:58:24", "2024-04-09 15:29:36"), + (164, 327, 1, "8,9,28", 1, "2022-03-29 13:33:54", "2024-04-09 15:29:39"), + (165, 328, 1, "8,9,28", 1, "2022-04-04 17:56:51", "2024-04-09 15:29:43"), + (166, 329, 1, "8,9,28", 1, "2022-04-07 12:32:49", "2024-04-09 15:29:45"), + (167, 330, 1, "8,9,28", 1, "2022-04-09 11:02:21", "2024-04-09 15:29:48"), + (168, 331, 1, "8,9,28", 1, "2022-04-11 14:05:24", "2024-04-09 15:29:51"), + (169, 332, 1, "8,9,28", 1, "2022-04-12 15:23:03", "2024-04-09 15:29:54"), + (170, 333, 1, "8,9,28", 1, "2022-04-13 17:01:41", "2024-04-09 15:29:57"), + (171, 334, 1, "8,9,28", 1, "2022-04-18 19:02:53", "2024-04-09 15:30:01"), + (172, 335, 1, "8,9,28", 1, "2022-04-21 12:54:10", "2024-04-09 15:30:03"), + (173, 337, 1, "8,9,28", 1, "2022-04-27 16:55:52", "2024-04-09 15:30:06"), + (174, 338, 1, "8,9,28", 1, "2022-04-27 16:57:29", "2024-04-09 15:30:09"), + (175, 339, 1, "8,9,28", 1, "2022-04-27 16:59:07", "2024-04-09 15:30:11"), + (176, 340, 1, "8,9,28", 1, "2022-04-27 17:00:38", "2024-04-09 15:30:13"), + (177, 341, 1, "8,9,28", 1, "2022-05-06 15:40:06", "2024-04-09 15:30:16"), + (178, 342, 1, "8,9,28", 1, "2022-05-11 10:50:12", "2024-04-09 15:30:18"), + (179, 343, 1, "8,9,28", 1, "2022-05-12 11:28:07", "2024-04-09 15:30:20"), + (180, 188, 1, "8,9,28", 1, "2022-05-12 12:04:59", "2024-04-09 15:30:32"), + (181, 344, 1, "8,9,28", 1, "2022-05-17 15:05:38", "2024-04-09 15:30:34"), + (182, 345, 1, "8,9,28", 1, "2022-05-18 11:26:28", "2024-04-09 15:30:37"), + (183, 346, 1, "8,9,28", 1, "2022-05-18 11:30:02", "2024-04-09 15:31:03"), + (184, 347, 1, "8,9,28", 1, "2022-05-18 17:22:20", "2024-04-09 15:31:05"), + (185, 348, 1, "8,9,28", 1, "2022-05-20 12:19:42", "2024-04-09 15:31:07"), + (186, 351, 1, "8,9,28", 1, "2022-05-27 11:11:02", "2024-04-09 15:31:08"), + (187, 352, 1, "8,9,28", 1, "2022-05-27 14:43:33", "2024-04-09 15:31:11"), + (188, 353, 1, "8,9,28", 1, "2022-05-27 14:48:11", "2024-04-09 15:31:13"), + (189, 354, 1, "8,9,28", 1, "2022-06-03 18:08:28", "2024-04-09 15:31:14"), + (190, 355, 1, "8,9,28", 1, "2022-06-06 18:08:43", "2024-04-09 15:31:16"), + (191, 356, 1, "8,9,28", 1, "2022-06-06 18:10:14", "2024-04-09 15:31:18"), + (192, 357, 1, "8,9,28", 1, "2022-06-14 13:05:20", "2024-04-09 15:31:19"), + (193, 358, 1, "8,9,28", 1, "2022-06-18 13:32:31", "2024-04-09 15:31:21"), + (194, 359, 1, "8,9,28", 1, "2022-06-20 16:04:56", "2024-04-09 15:31:23"), + (195, 360, 1, "8,9,28", 1, "2022-07-05 17:29:01", "2024-04-09 15:31:25"), + (196, 361, 1, "8,9,28", 1, "2022-07-06 15:11:26", "2024-04-09 15:31:27"), + (197, 362, 1, "8,9,28", 1, "2022-07-06 15:50:19", "2024-04-09 15:31:28"), + (198, 364, 1, "8,9,28", 1, "2022-07-11 13:53:27", "2024-04-09 15:31:31"), + (199, 365, 1, "8,9,28", 1, "2022-07-11 13:55:55", "2024-04-09 15:31:33"), + (200, 366, 1, "8,9,28", 1, "2022-07-13 15:43:42", "2024-04-09 15:31:35"), + (201, 367, 1, "8,9,28", 1, "2022-07-14 10:59:07", "2024-04-09 15:31:37"), + (202, 368, 1, "8,9,28", 1, "2022-07-14 11:15:38", "2024-04-09 15:31:40"), + (203, 369, 1, "8,9,28", 1, "2022-07-20 17:57:38", "2024-04-09 15:31:50"), + (204, 370, 1, "8,9,28", 1, "2022-07-21 10:07:57", "2024-04-09 15:31:51"), + (205, 371, 1, "8,9,28", 1, "2022-07-25 12:00:02", "2024-04-09 15:31:54"), + (206, 374, 1, "8,9,28", 1, "2022-07-25 16:36:26", "2024-04-09 15:31:55"), + (207, 375, 1, "8,9,28", 1, "2022-07-28 16:03:19", "2024-04-09 15:31:57"), + (208, 376, 1, "8,9,28", 1, "2022-08-03 13:09:32", "2024-04-09 15:31:58"), + (209, 377, 1, "8,9,28", 1, "2022-08-09 12:23:07", "2024-04-09 15:32:00"), + (210, 378, 1, "8,9,28", 1, "2022-08-17 18:03:09", "2024-04-09 15:32:02"), + (211, 379, 1, "8,9,28", 1, "2022-08-22 11:51:50", "2024-04-09 15:32:03"), + (212, 380, 1, "8,9,28", 1, "2022-08-23 17:56:45", "2024-04-09 15:32:05"), + (213, 381, 1, "8,9,28", 1, "2022-08-25 12:56:12", "2024-04-09 15:32:07"), + (214, 382, 1, "8,9,28", 1, "2022-08-26 15:35:47", "2024-04-09 15:32:09"), + (215, 383, 1, "8,9,28", 1, "2022-08-27 12:38:20", "2024-04-09 15:32:10"), + (216, 384, 1, "8,9,28", 1, "2022-08-30 16:49:21", "2024-04-09 15:32:12"), + (217, 388, 1, "8,9,28", 1, "2022-09-15 15:32:26", "2024-04-09 15:32:14"), + (218, 389, 1, "8,9,28", 1, "2022-09-16 15:40:25", "2024-04-09 15:32:17"), + (219, 390, 1, "8,9,28", 1, "2022-09-16 15:41:17", "2024-04-09 15:32:18"), + (220, 392, 1, "8,9,28", 1, "2022-09-19 16:05:11", "2024-04-09 15:32:20"), + (221, 393, 1, "8,9,28", 1, "2022-09-20 13:30:02", "2024-04-09 15:32:21"), + (222, 394, 1, "8,9,28", 1, "2022-09-21 19:12:20", "2024-04-09 15:32:23"), + (223, 395, 1, "8,9,28", 1, "2022-09-22 17:51:18", "2024-04-09 15:32:26"), + (224, 396, 1, "8,9,28", 1, "2022-09-23 12:06:33", "2024-04-09 15:32:30"), + (225, 397, 1, "8,9,28", 1, "2022-09-24 11:52:17", "2024-04-09 15:32:32"), + (226, 398, 1, "8,9,28", 1, "2022-09-24 11:55:08", "2024-04-09 15:32:34"), + (227, 399, 1, "8,9,28", 1, "2022-09-27 16:04:02", "2024-04-09 15:32:35"), + (228, 400, 1, "8,9,28", 1, "2022-09-28 14:48:10", "2024-04-09 15:32:37"), + (229, 401, 1, "8,9,28", 1, "2022-10-11 13:49:01", "2024-04-09 15:32:39"), + (230, 402, 1, "8,9,28", 1, "2022-10-11 13:52:18", "2024-04-09 15:32:41"), + (231, 403, 1, "8,9,28", 1, "2022-10-12 13:04:55", "2024-04-09 15:32:43"), + (232, 404, 1, "8,9,28", 1, "2022-10-13 12:27:54", "2024-04-09 15:32:45"), + (233, 405, 1, "8,9,28", 1, "2022-10-13 19:23:11", "2024-04-09 15:32:47"), + (234, 406, 1, "8,9,28", 1, "2022-10-18 19:34:14", "2024-04-09 15:32:48"), + (235, 407, 1, "8,9,28", 1, "2022-10-18 19:35:45", "2024-04-09 15:32:50"), + (236, 408, 1, "8,9,28", 1, "2022-10-21 12:07:19", "2024-04-09 15:32:52"), + (237, 409, 1, "8,9,28", 1, "2022-10-21 12:40:58", "2024-04-09 15:32:55"), + (238, 410, 1, "8,9,28", 1, "2022-10-27 15:57:33", "2024-04-09 15:32:57"), + (239, 411, 1, "8,9,28", 1, "2022-11-07 16:25:02", "2024-04-09 15:32:59"), + (240, 412, 1, "8,9,28", 1, "2022-11-07 17:46:54", "2024-04-09 15:33:01"), + (241, 413, 1, "8,9,28", 1, "2022-11-10 10:35:17", "2024-04-09 15:33:03"), + (242, 414, 1, "8,9,28", 1, "2022-11-17 15:12:25", "2024-04-09 15:33:05"), + (243, 415, 1, "8,9,28", 1, "2022-11-17 17:47:16", "2024-04-09 15:33:15"), + (244, 416, 1, "8,9,28", 1, "2022-11-18 17:01:44", "2024-04-09 15:33:16"), + (245, 417, 1, "8,9,28", 1, "2022-11-21 20:23:43", "2024-04-09 15:33:18"), + (246, 418, 1, "8,9,28", 1, "2022-11-23 11:55:43", "2024-04-09 15:33:20"), + (247, 419, 1, "8,9,28", 1, "2022-11-26 11:06:08", "2024-04-09 15:33:21"), + (248, 421, 1, "8,9,28", 1, "2022-12-07 19:04:47", "2024-04-09 15:33:23"), + (249, 422, 1, "8,9,28", 1, "2022-12-09 12:23:50", "2024-04-09 15:33:24"), + (250, 423, 1, "8,9,28", 1, "2022-12-09 15:36:29", "2024-04-09 15:33:26"), + (251, 424, 1, "8,9,28", 1, "2022-12-09 15:38:48", "2024-04-09 15:33:28"), + (252, 425, 1, "8,9,28", 1, "2022-12-13 12:10:11", "2024-04-09 15:33:30"), + (253, 426, 1, "8,9,28", 1, "2022-12-16 16:50:04", "2024-04-09 15:33:32"), + (254, 427, 1, "8,9,28", 1, "2022-12-17 17:13:32", "2024-04-09 15:33:34"), + (255, 428, 1, "8,9,28", 1, "2022-12-27 10:42:49", "2024-04-09 15:33:36"), + (256, 429, 1, "8,9,28", 1, "2022-12-28 18:50:51", "2024-04-09 15:33:38"), + (257, 430, 1, "8,9,28", 1, "2022-12-28 18:51:46", "2024-04-09 15:33:42"), + (258, 431, 1, "8,9,28", 1, "2022-12-28 18:52:51", "2024-04-09 15:33:45"), + (259, 432, 1, "8,9,28", 1, "2022-12-28 18:53:50", "2024-04-09 15:33:47"), + (260, 433, 1, "8,9,28", 1, "2023-01-02 12:19:41", "2024-04-09 15:33:53"), + (261, 434, 1, "8,9,28", 1, "2023-01-06 11:44:06", "2024-04-09 15:33:54"), + (262, 435, 1, "8,9,28", 1, "2023-01-09 17:27:50", "2024-04-09 15:33:56"), + (263, 436, 1, "8,9,28", 1, "2023-01-10 12:06:20", "2024-04-09 15:33:58"), + (264, 438, 1, "8,9,28", 1, "2023-01-11 09:19:55", "2024-04-09 15:33:59"), + (265, 439, 1, "8,9,28", 1, "2023-01-12 10:43:19", "2024-04-09 15:34:01"), + (266, 440, 1, "8,9,28", 1, "2023-01-17 12:14:48", "2024-04-09 15:34:04"), + (267, 441, 1, "8,9,28", 1, "2023-01-17 12:16:20", "2024-04-09 15:34:24"), + (268, 442, 1, "8,9,28", 1, "2023-01-23 14:42:20", "2024-04-09 15:34:24"), + (269, 443, 1, "8,9,28", 1, "2023-01-30 13:24:13", "2024-04-09 15:34:24"), + (270, 444, 1, "8,9,28", 1, "2023-01-30 13:49:24", "2024-04-09 15:34:24"), + (271, 445, 1, "8,9,28", 1, "2023-02-09 13:01:25", "2024-04-09 15:34:24"), + (272, 446, 1, "8,9,28", 1, "2023-02-16 10:44:57", "2024-04-09 15:34:24"), + (273, 447, 1, "8,9,28", 1, "2023-02-16 10:55:48", "2024-04-09 15:34:24"), + (274, 448, 1, "8,9,28", 1, "2023-02-16 18:08:04", "2024-04-09 15:34:24"), + (275, 449, 1, "8,9,28", 1, "2023-02-22 12:50:29", "2024-04-09 15:34:24"), + (276, 450, 1, "8,9,28", 1, "2023-02-23 16:31:54", "2024-04-09 15:34:28"), + (277, 452, 1, "8,9,23,28", 1, "2023-03-02 16:53:00", "2024-04-09 15:34:31"), + (278, 453, 1, "8,9,28", 1, "2023-03-03 17:58:39", "2024-04-09 15:34:33"), + (279, 454, 1, "8,9,28", 1, "2023-03-09 13:09:50", "2024-04-09 15:34:36"), + (280, 455, 1, "8,9,28", 1, "2023-03-09 13:14:40", "2024-04-09 15:34:38"), + (281, 456, 1, "8,9,28", 1, "2023-03-14 11:01:06", "2024-04-09 15:34:39"), + (282, 457, 1, "8,9,28", 1, "2023-03-15 16:42:06", "2024-04-09 15:34:42"), + (283, 458, 1, "8,9,28", 1, "2023-03-24 17:39:08", "2024-04-09 15:34:49"), + (284, 459, 1, "8,9,28", 1, "2023-03-27 16:57:09", "2024-04-09 15:34:51"), + (285, 460, 1, "8,9,28", 1, "2023-03-29 15:02:23", "2024-04-09 15:34:53"), + (286, 461, 1, "8,9,28", 1, "2023-04-06 10:19:00", "2024-04-09 15:34:55"), + (287, 462, 1, "8,9,28", 1, "2023-04-10 11:06:45", "2024-04-09 15:34:58"), + (288, 463, 1, "8,9,28", 1, "2023-04-10 11:09:59", "2024-04-09 15:35:00"), + (289, 464, 1, "8,9,28", 1, "2023-04-10 11:43:07", "2024-04-09 15:35:03"), + (290, 465, 1, "8,9,28", 1, "2023-04-10 11:47:10", "2024-04-09 15:35:05"), + (291, 466, 1, "8,9,28", 1, "2023-04-10 11:48:56", "2024-04-09 15:35:07"), + (292, 467, 1, "8,9,28", 1, "2023-04-10 11:51:10", "2024-04-09 15:35:09"), + (293, 468, 1, "8,9,28", 1, "2023-04-10 11:54:08", "2024-04-09 15:35:11"), + (294, 469, 1, "8,9,28", 1, "2023-04-10 11:55:37", "2024-04-09 15:35:14"), + (295, 470, 1, "8,9,28", 1, "2023-04-10 11:57:32", "2024-04-09 15:35:16"), + (296, 471, 1, "8,9,28", 1, "2023-04-27 16:49:16", "2024-04-09 15:35:18"), + (297, 472, 1, "8,9,28", 1, "2023-04-27 16:50:34", "2024-04-09 15:35:21"), + (298, 473, 1, "8,9,28", 1, "2023-04-27 16:51:54", "2024-04-09 15:35:23"), + (299, 474, 1, "8,9,28", 1, "2023-05-05 16:29:22", "2024-04-09 15:35:25"), + (300, 475, 1, "8,9,28", 1, "2023-05-08 12:00:25", "2024-04-09 15:35:27"), + (301, 476, 1, "8,9,28", 1, "2023-05-10 11:46:05", "2024-04-09 15:35:29"), + (302, 477, 1, "8,9,28", 1, "2023-05-10 11:47:41", "2024-04-09 15:35:31"), + (303, 478, 1, "8,9,28", 1, "2023-05-10 11:49:03", "2024-04-09 15:35:33"), + (304, 479, 1, "8,9,28", 1, "2023-05-17 14:51:38", "2024-04-09 15:35:35"), + (305, 480, 1, "8,9,28", 1, "2023-05-18 15:17:38", "2024-04-09 15:35:45"), + (306, 481, 1, "8,9,28", 1, "2023-05-22 13:35:45", "2024-04-09 15:35:47"), + (307, 482, 1, "8,9,28", 1, "2023-05-24 12:25:03", "2024-04-09 15:35:49"), + (308, 483, 1, "8,9,28", 1, "2023-05-24 18:52:46", "2024-04-09 15:35:50"), + (309, 484, 1, "8,9,28", 1, "2023-06-09 11:32:07", "2024-04-09 15:35:52"), + (310, 485, 1, "8,9,28", 1, "2023-06-13 12:30:09", "2024-04-09 15:35:54"), + (311, 486, 1, "8,9,28", 1, "2023-06-13 16:48:06", "2024-04-09 15:35:56"), + (312, 487, 1, "8,9,28", 1, "2023-06-13 18:54:48", "2024-04-09 15:35:58"), + (313, 488, 1, "8,9,28", 1, "2023-06-14 11:40:01", "2024-04-09 15:35:59"), + (314, 489, 1, "8,9,28", 1, "2023-06-14 12:27:25", "2024-04-09 15:36:01"), + (315, 490, 1, "8,9,28", 1, "2023-06-14 16:08:44", "2024-04-09 15:36:03"), + (316, 491, 1, "8,9,28", 1, "2023-06-14 16:43:55", "2024-04-09 15:36:05"), + (317, 492, 1, "8,9,28", 1, "2023-06-14 16:45:39", "2024-04-09 15:36:07"), + (318, 493, 1, "8,9,28", 1, "2023-06-14 16:47:35", "2024-04-09 15:36:08"), + (319, 494, 1, "8,9,28", 1, "2023-06-14 16:49:06", "2024-04-09 15:36:10"), + (320, 495, 1, "8,9,28", 1, "2023-06-19 18:24:41", "2024-04-09 15:36:12"), + (321, 496, 1, "8,9,28", 1, "2023-06-21 15:34:44", "2024-04-09 15:36:14"), + (322, 497, 1, "8,9,28", 1, "2023-06-24 12:24:50", "2024-04-09 15:36:16"), + (323, 498, 1, "8,9,28", 1, "2023-06-24 12:26:06", "2024-04-09 15:36:18"), + (324, 499, 1, "8,9,28", 1, "2023-06-24 13:14:13", "2024-04-09 15:36:20"), + (325, 500, 1, "8,9,28", 1, "2023-06-24 13:16:27", "2024-04-09 15:36:22"), + (326, 501, 1, "8,9,28", 1, "2023-06-24 13:17:49", "2024-04-09 15:36:24"), + (327, 502, 1, "8,9,28", 1, "2023-06-24 13:21:24", "2024-04-09 15:36:31"), + (328, 503, 1, "8,9,28", 1, "2023-06-24 13:22:29", "2024-04-09 15:36:33"), + (329, 504, 1, "8,9,28", 1, "2023-06-24 13:23:29", "2024-04-09 15:36:35"), + (330, 505, 1, "8,9,28", 1, "2023-06-24 13:25:14", "2024-04-09 15:36:37"), + (331, 506, 1, "8,9,28", 1, "2023-06-24 13:26:38", "2024-04-09 15:36:39"), + (332, 507, 1, "8,9,28", 1, "2023-06-24 13:27:39", "2024-04-09 15:36:41"), + (333, 508, 1, "8,9,28", 1, "2023-06-24 13:29:07", "2024-04-09 15:36:42"), + (334, 509, 1, "8,9,28", 1, "2023-06-24 13:30:16", "2024-04-09 15:36:44"), + (335, 510, 1, "8,9,28", 1, "2023-06-24 13:32:28", "2024-04-09 15:36:46"), + (336, 511, 1, "8,9,28", 1, "2023-06-24 13:34:15", "2024-04-09 15:36:48"), + (337, 512, 1, "8,9,28", 1, "2023-06-24 13:35:23", "2024-04-09 15:36:50"), + (338, 513, 1, "8,9,28", 1, "2023-06-24 13:36:40", "2024-04-09 15:36:52"), + (339, 514, 1, "8,9,28", 1, "2023-06-24 13:37:48", "2024-04-09 15:36:53"), + (340, 515, 1, "8,9,28", 1, "2023-06-24 13:38:56", "2024-04-09 15:36:55"), + (341, 516, 1, "8,9,28", 1, "2023-06-24 13:40:18", "2024-04-09 15:36:58"), + (342, 517, 1, "8,9,28", 1, "2023-06-24 13:41:12", "2024-04-09 15:37:03"), + (343, 518, 1, "8,9,28", 1, "2023-06-24 13:42:34", "2024-04-09 15:37:05"), + (344, 519, 1, "8,9,28", 1, "2023-06-24 13:43:45", "2024-04-09 15:37:07"), + (345, 520, 1, "8,9,28", 1, "2023-07-03 13:00:51", "2024-04-09 15:37:08"), + (346, 521, 1, "8,9,28", 1, "2023-07-05 16:45:31", "2024-04-09 15:37:10"), + (347, 522, 1, "8,9,28", 1, "2023-07-07 12:43:35", "2024-04-09 15:37:13"), + (348, 523, 1, "8,9,28", 1, "2023-07-07 12:45:10", "2024-04-09 15:37:14"), + (349, 524, 1, "8,9,28", 1, "2023-07-11 10:38:54", "2024-04-09 15:37:24"), + (350, 525, 1, "8,9,28", 1, "2023-07-18 15:57:42", "2024-04-09 15:37:28"), + (351, 526, 1, "8,9,28", 1, "2023-07-20 14:09:07", "2024-04-09 15:37:29"), + (352, 527, 1, "8,9,28", 1, "2023-07-20 15:31:31", "2024-04-09 15:37:31"), + (353, 528, 1, "8,9,28", 1, "2023-07-20 19:24:43", "2024-04-09 15:37:35"), + (354, 529, 1, "8,9,28", 1, "2023-07-20 19:26:49", "2024-04-09 15:37:37"), + (355, 530, 1, "8,9,28", 1, "2023-07-24 18:13:16", "2024-04-09 15:37:39"), + (356, 531, 1, "8,9,28", 1, "2023-07-24 18:14:37", "2024-04-09 15:37:41"), + (357, 532, 1, "8,9,28", 1, "2023-07-24 18:23:36", "2024-04-09 15:37:45"), + (358, 533, 1, "8,9,28", 1, "2023-07-24 18:54:20", "2024-04-09 15:37:46"), + (359, 534, 1, "8,9,28", 1, "2023-07-24 18:55:45", "2024-04-09 15:37:48"), + (360, 535, 1, "8,9,28", 1, "2023-07-24 18:57:13", "2024-04-09 15:37:52"), + (361, 536, 1, "8,9,28", 1, "2023-07-24 18:58:39", "2024-04-09 15:37:55"), + (362, 537, 1, "8,9,28", 1, "2023-07-24 18:59:57", "2024-04-09 15:37:57"), + (363, 538, 1, "8,9,28", 1, "2023-07-24 19:01:27", "2024-04-09 15:38:00"), + (364, 539, 1, "8,9,28", 1, "2023-07-24 19:03:13", "2024-04-09 15:38:10"), + (365, 540, 1, "8,9,28", 1, "2023-07-26 13:29:45", "2024-04-09 15:38:12"), + (366, 541, 1, "8,9,28", 1, "2023-07-26 19:20:13", "2024-04-09 15:38:15"), + (367, 542, 1, "8,9,28", 1, "2023-07-27 11:21:34", "2024-04-09 15:38:17"), + (368, 543, 1, "8,9,28", 1, "2023-08-02 17:50:24", "2024-04-09 15:38:19"), + (369, 544, 1, "8,9,28", 1, "2023-08-04 12:25:24", "2024-04-09 15:38:20"), + (370, 545, 1, "8,9,28", 1, "2023-08-04 16:25:51", "2024-04-09 15:38:22"), + (371, 546, 1, "8,9,28", 1, "2023-08-08 11:52:44", "2024-04-09 15:38:24"), + (372, 547, 1, "8,9,28", 1, "2023-08-09 14:32:05", "2024-04-09 15:38:28"), + (373, 548, 1, "8,9,28", 1, "2023-08-14 10:49:48", "2024-04-09 15:38:30"), + (374, 549, 1, "8,9,28", 1, "2023-08-17 10:51:15", "2024-04-09 15:38:32"), + (375, 550, 1, "8,9,28", 1, "2023-08-18 10:24:30", "2024-04-09 15:38:34"), + (376, 551, 1, "8,9,28", 1, "2023-08-18 11:35:05", "2024-04-09 15:38:36"), + (377, 552, 1, "8,9,28", 1, "2023-08-22 13:29:57", "2024-04-09 15:38:39"), + (378, 553, 1, "8,9,28", 1, "2023-08-24 11:39:33", "2024-04-09 15:38:41"), + (379, 554, 1, "8,9,28", 1, "2023-08-24 13:39:46", "2024-04-09 15:38:42"), + (380, 555, 1, "8,9,28", 1, "2023-08-25 20:05:54", "2024-04-09 15:38:45"), + (381, 556, 1, "8,9,28", 1, "2023-09-04 13:18:54", "2024-04-09 15:38:46"), + (382, 387, 1, "8,9,28", 1, "2023-09-13 11:18:06", "2024-04-09 15:38:49"), + (383, 557, 1, "8,9,28", 1, "2023-09-14 10:46:31", "2024-04-09 15:38:51"), + (384, 558, 1, "8,9,28", 1, "2023-09-26 15:25:02", "2024-04-09 15:38:53"), + (385, 559, 1, "8,9,28", 1, "2023-09-28 17:36:46", "2024-04-09 15:38:55"), + (386, 560, 1, "8,9,28", 1, "2023-10-04 09:59:13", "2024-04-09 15:38:57"), + (387, 561, 1, "8,9,28", 1, "2023-10-04 10:02:06", "2024-04-09 15:39:04"), + (388, 562, 1, "8,9,28", 1, "2023-10-04 10:10:12", "2024-04-09 15:39:06"), + (389, 563, 1, "8,9,28", 1, "2023-10-05 11:57:44", "2024-04-09 15:39:08"), + (390, 564, 1, "8,9,28", 1, "2023-10-05 17:12:08", "2024-04-09 15:39:10"), + (391, 565, 1, "8,9,28", 1, "2023-10-05 17:13:24", "2024-04-09 15:39:13"), + (392, 566, 1, "8,9,28", 1, "2023-10-05 17:14:50", "2024-04-09 15:39:15"), + (393, 567, 1, "8,9,28", 1, "2023-10-06 12:03:37", "2024-04-09 15:39:17"), + (394, 568, 1, "8,9,28", 1, "2023-10-09 17:15:53", "2024-04-09 15:39:19"), + (395, 569, 1, "8,9,28", 1, "2023-10-10 15:23:32", "2024-04-09 15:39:23"), + (396, 570, 1, "8,9,28", 1, "2023-10-11 12:09:25", "2024-04-09 15:39:25"), + (397, 571, 1, "8,9,28", 1, "2023-10-16 19:07:45", "2024-04-09 15:39:27"), + (398, 572, 1, "8,9,28", 1, "2023-10-19 11:54:19", "2024-04-09 15:39:29"), + (399, 573, 1, "8,9,28", 1, "2023-10-21 11:24:22", "2024-04-09 15:39:30"), + (400, 574, 1, "8,9,28", 1, "2023-10-21 11:26:02", "2024-04-09 15:39:34"), + (401, 575, 1, "8,9,28", 1, "2023-10-23 16:16:39", "2024-04-09 15:39:36"), + (402, 576, 1, "8,9,28", 1, "2023-10-25 13:24:30", "2024-04-09 15:39:38"), + (403, 577, 1, "8,9,28", 1, "2023-11-02 11:56:25", "2024-04-09 15:39:40"), + (404, 578, 1, "8,9,28", 1, "2023-11-09 12:57:13", "2024-04-09 15:41:36"), + (405, 579, 1, "8,9,28", 1, "2023-11-16 14:03:20", "2024-04-09 15:41:38"), + (406, 580, 1, "8,9,28", 1, "2023-11-17 12:47:42", "2024-04-09 15:41:43"), + (407, 581, 1, "8,9,28", 1, "2023-11-17 14:56:19", "2024-04-09 15:41:45"), + (408, 582, 1, "8,9,28", 1, "2023-11-18 16:03:39", "2024-04-09 15:41:47"), + (409, 583, 1, "8,9,28", 1, "2023-11-20 12:48:57", "2024-04-09 15:41:48"), + (410, 584, 1, "8,9,28", 1, "2023-11-20 16:24:49", "2024-04-09 15:41:53"), + (411, 585, 1, "8,9,28", 1, "2023-11-28 11:34:13", "2024-04-09 15:41:55"), + (412, 586, 1, "8,9,28", 1, "2023-11-28 16:47:40", "2024-04-09 15:41:57"), + (413, 587, 1, "8,9,28", 1, "2023-12-05 12:57:01", "2024-04-09 15:42:00"), + (414, 588, 1, "8,9,28", 1, "2023-12-11 13:26:27", "2024-04-09 15:42:04"), + (415, 589, 1, "8,9,28", 1, "2023-12-11 16:25:59", "2024-04-09 15:42:07"), + (416, 590, 1, "8,9,28", 1, "2023-12-13 11:05:55", "2024-04-09 15:42:10"), + (417, 591, 1, "8,9,28", 1, "2023-12-14 11:30:58", "2024-04-09 15:42:12"), + (418, 592, 1, "8,9,28", 1, "2023-12-16 10:28:11", "2024-04-09 15:42:14"), + (419, 593, 1, "8,9,28", 1, "2023-12-19 16:32:49", "2024-04-09 15:42:16"), + (420, 594, 1, "8,9,28", 1, "2023-12-20 14:55:46", "2024-04-09 15:42:20"), + (421, 595, 1, "8,9,28", 1, "2023-12-23 14:51:02", "2024-04-09 15:42:21"), + (422, 596, 1, "8,9,28", 1, "2023-12-27 12:37:41", "2024-04-09 15:42:25"), + (423, 597, 1, "8,9,28", 1, "2023-12-28 14:00:45", "2024-04-09 15:42:27"), + (424, 598, 1, "8,9,28", 1, "2024-01-03 15:01:54", "2024-04-09 15:41:28"), + (425, 599, 1, "8,9,28", 1, "2024-01-04 16:11:11", "2024-04-09 15:41:24"), + (426, 600, 1, "8,9,28", 1, "2024-01-05 12:17:33", "2024-04-09 15:41:20"), + (427, 601, 1, "8,9,28", 1, "2024-01-05 12:21:45", "2024-04-09 15:41:18"), + (428, 602, 1, "8,9,28", 1, "2024-01-08 17:54:37", "2024-04-09 15:41:16"), + (429, 603, 1, "8,9,28", 1, "2024-01-09 12:00:05", "2024-04-09 15:41:14"), + (430, 604, 1, "8,9,28", 1, "2024-01-09 17:36:10", "2024-04-09 15:41:12"), + (431, 605, 1, "8,9,28", 1, "2024-01-12 17:19:58", "2024-04-09 15:41:07"), + (432, 606, 1, "8,9,28", 1, "2024-01-19 11:50:14", "2024-04-09 15:41:03"), + (433, 607, 1, "8,9,28", 1, "2024-01-19 18:33:57", "2024-04-09 15:41:00"), + (434, 608, 1, "8,9,28", 1, "2024-01-20 11:46:47", "2024-04-09 15:40:58"), + (435, 609, 1, "8,9,28", 1, "2024-01-24 12:45:13", "2024-04-09 15:40:56"), + (436, 610, 1, "8,9,28", 1, "2024-01-24 15:18:23", "2024-04-09 15:40:52"), + (437, 611, 1, "8,9,28", 1, "2024-02-01 16:32:56", "2024-04-09 15:40:50"), + (438, 612, 1, "8,9,28", 1, "2024-02-12 16:23:16", "2024-04-09 15:40:48"), + (439, 613, 1, "8,9,28", 1, "2024-02-15 12:41:10", "2024-04-09 15:40:45"), + (440, 614, 1, "8,9,28", 1, "2024-02-20 17:21:57", "2024-04-09 15:40:43"), + (441, 615, 1, "8,9,28", 1, "2024-02-28 14:56:26", "2024-04-09 15:40:41"), + (442, 616, 1, "8,9,28", 1, "2024-03-01 18:14:53", "2024-04-09 15:40:39"), + (443, 617, 1, "8,9,28", 1, "2024-03-04 16:52:44", "2024-04-09 15:40:36"), + (444, 618, 1, "8,9,28", 1, "2024-03-05 17:35:16", "2024-04-09 15:40:31"), + (445, 619, 1, "8,9,28", 1, "2024-03-13 14:46:54", "2024-04-09 15:40:27"), + (446, 620, 1, "8,9,28", 1, "2024-03-14 15:12:46", "2024-04-09 15:40:25"), + (447, 621, 1, "8,9,28", 1, "2024-03-18 12:36:11", "2024-04-09 15:40:23"), + (448, 622, 1, "8,9,28", 1, "2024-03-18 15:15:13", "2024-04-09 15:40:21"), + (449, 623, 1, "8,9,28", 1, "2024-03-19 12:25:59", "2024-04-09 15:40:19"), + (450, 624, 1, "8,9,28", 1, "2024-03-19 12:37:53", "2024-04-09 15:40:17"), + (451, 625, 1, "8,9,28", 1, "2024-03-19 12:42:38", "2024-04-09 15:40:15"), + (452, 626, 1, "8,9,28", 1, "2024-03-21 12:29:39", "2024-04-09 15:40:13"), + (453, 627, 1, "8,9,28", 1, "2024-03-29 15:05:11", "2024-04-09 15:02:34"), + (454, 628, 1, "8,9,28", 1, "2024-03-30 10:09:05", "2024-04-09 15:19:48"), + (455, 629, 1, "8,9,28", 1, "2024-03-30 10:47:26", "2024-04-09 15:39:55"), + (456, 630, 1, "8,9,28", 1, "2024-04-03 11:58:04", "2024-04-09 15:39:57"), + (457, 631, 1, "8,9,28", 1, "2024-04-03 11:59:26", "2024-04-09 15:40:01"), + (458, 632, 1, "8,9,28", 1, "2024-04-03 12:01:42", "2024-04-09 15:40:02"), + (459, 633, 1, "8,9,28", 1, "2024-04-03 12:02:52", "2024-04-09 15:40:04"), + (460, 634, 1, "8,9,28", 1, "2024-04-03 12:04:01", "2024-04-09 15:40:09"), + (461, 635, 1, "8,9,28", 1, "2024-04-03 12:05:16", "2024-04-09 15:40:12"), + (462, 636, 1, "8,9,28", 1, "2024-04-03 12:11:35", "2024-04-09 14:50:53"), + (463, 637, 1, "8,9,28", 1, "2024-04-03 15:03:31", "2024-04-09 14:44:04"), + (464, 638, 1, "8,9,28", 1, "2024-04-04 12:50:34", "2024-04-09 14:43:35"), + (465, 639, 1, "8,9,28", 1, "2024-04-04 16:36:49", "2024-04-09 14:43:11"), + (466, 640, 1, "8,9,28", 1, "2024-04-05 12:59:32", "2024-04-09 14:40:52"), + (467, 641, 1, "8,9,28", 1, "2024-04-08 20:26:45", "2024-04-09 15:39:53"), + (468, 642, 1, "8,9,28", 1, "2024-04-10 13:28:13", "2024-04-10 13:28:13"), + (469, 643, 1, "8,9,28", 1, "2024-04-16 16:18:47", "2024-04-16 16:18:47"), + (470, 644, 1, "8,9,28", 1, "2024-04-26 15:57:19", "2024-04-26 15:57:19"), + (471, 645, 1, "8,9,28", 1, "2024-05-02 15:50:42", "2024-05-02 15:50:42"), + (472, 646, 1, "8,9,28", 1, "2024-05-02 15:52:36", "2024-05-02 15:52:36"), + (473, 647, 1, "8,9,28", 1, "2024-05-02 15:53:43", "2024-05-02 15:53:43"), + (474, 648, 1, "8,9,28", 1, "2024-05-02 15:55:14", "2024-05-02 15:55:14"), + (475, 649, 1, "8,9,28", 1, "2024-05-02 15:56:39", "2024-05-02 15:56:39"), + (476, 650, 1, "8,9,28", 1, "2024-05-07 11:44:14", "2024-05-07 11:44:14"), + (477, 651, 1, "8,9,28", 1, "2024-05-08 09:50:49", "2024-05-08 09:50:49"), + (478, 652, 1, "8,9,28", 1, "2024-05-10 12:19:24", "2024-05-10 12:19:24"), + (479, 653, 1, "8,9,28", 1, "2024-05-16 13:12:21", "2024-05-16 13:12:21"), + (480, 654, 1, "8,9,28", 1, "2024-06-04 17:25:53", "2024-06-04 17:25:53"), + (481, 655, 1, "8,9,28", 1, "2024-06-06 12:31:44", "2024-06-06 12:31:44"), + (482, 656, 1, "8,9,28", 1, "2024-06-06 12:33:05", "2024-06-06 12:33:05"), + (483, 657, 1, "8,9,28", 1, "2024-06-06 12:34:15", "2024-06-06 12:34:15"), + (484, 658, 1, "8,9,28", 1, "2024-06-07 10:59:13", "2024-06-07 10:59:13"), + (485, 659, 1, "8,9,23,28", 1, "2024-06-12 12:56:22", "2024-06-12 12:56:22"), + (486, 660, 1, "8,9,23,28", 1, "2024-06-12 12:58:05", "2024-06-12 12:58:05"), + (487, 661, 1, "8,9,23,28", 1, "2024-06-12 12:59:42", "2024-06-12 12:59:42"), + (488, 662, 1, "8,9,23,28", 1, "2024-06-13 12:22:55", "2024-06-13 12:22:55"), + (489, 663, 1, "8,9", 1, "2024-06-14 19:29:30", "2024-06-14 19:29:30"), + (490, 664, 1, "8,9", 1, "2024-06-14 19:31:54", "2024-06-14 19:31:54"), + (491, 665, 1, "8,9", 1, "2024-06-14 19:33:05", "2024-06-14 19:33:05"), + (492, 666, 1, "8,9", 1, "2024-06-14 19:34:28", "2024-06-14 19:34:28"), + (493, 667, 1, "8,9", 1, "2024-06-14 19:36:10", "2024-06-14 19:36:10"), + (494, 668, 1, "8,9", 1, "2024-06-14 19:37:44", "2024-06-14 19:37:44"), + (495, 669, 1, "8,9", 1, "2024-06-14 19:39:42", "2024-06-14 19:39:42"), + (496, 670, 1, "8,9,28", 1, "2024-06-19 13:16:26", "2024-06-19 13:16:26"), + (497, 671, 1, "8,9,28", 1, "2024-06-21 16:54:41", "2024-06-21 16:54:41"), + (498, 672, 1, "8,9,28", 1, "2024-07-01 16:55:30", "2024-07-01 16:55:30"), + (499, 673, 1, "8,9,28", 1, "2024-07-02 18:03:57", "2024-07-02 18:03:57"), + (500, 674, 1, "8,9,28", 1, "2024-07-08 11:48:41", "2024-07-08 11:48:41"), + (501, 675, 1, "8,9,28", 1, "2024-07-08 14:38:41", "2024-07-08 14:38:41"), + (502, 676, 1, "8,9,28", 1, "2024-07-08 14:58:49", "2024-07-08 14:58:49"), + (503, 677, 1, "8,9,28", 1, "2024-07-08 15:22:11", "2024-07-08 15:22:11"), + (504, 678, 1, "8,9,28", 1, "2024-07-08 15:23:27", "2024-07-08 15:23:27"), + (505, 679, 1, "8,9,28", 1, "2024-07-09 10:31:19", "2024-07-09 10:31:19"), + (506, 680, 1, "8,9,28", 1, "2024-07-10 10:26:49", "2024-07-10 10:26:49"), + (507, 681, 1, "8,9,28", 1, "2024-07-12 10:48:20", "2024-07-12 10:48:20"), + (508, 682, 1, "8,9,28", 1, "2024-07-12 10:49:36", "2024-07-12 10:49:36"), + (509, 683, 1, "8,9,28", 1, "2024-07-12 10:50:56", "2024-07-12 10:50:56"), + (510, 684, 1, "8,9,28", 1, "2024-07-19 10:36:48", "2024-07-19 10:36:48"), + (511, 685, 1, "8,9,28", 1, "2024-07-19 10:38:26", "2024-07-19 10:38:26"), + (512, 686, 1, "8,9,28", 1, "2024-07-19 10:40:12", "2024-07-19 10:40:12"), + (513, 687, 1, "8,9,28", 1, "2024-07-23 16:46:01", "2024-07-23 16:46:01"), + (514, 688, 1, "8,9,28", 1, "2024-07-24 10:51:04", "2024-07-24 10:51:04"), + (515, 689, 1, "8,9,28", 1, "2024-08-02 18:01:34", "2024-08-02 18:01:34"), + (516, 690, 1, "8,9,28", 1, "2024-08-02 18:02:41", "2024-08-02 18:02:41"), + (517, 691, 1, "8,9,28", 1, "2024-08-02 18:03:48", "2024-08-02 18:03:48"), + (518, 692, 1, "8,9,28", 1, "2024-08-02 18:05:37", "2024-08-02 18:05:37"), + (519, 693, 1, "8,9,28", 1, "2024-08-02 18:07:08", "2024-08-02 18:07:08"), + (520, 694, 1, "8,9,28", 1, "2024-08-02 18:08:34", "2024-08-02 18:08:34"), + (521, 695, 1, "8,9,28", 1, "2024-08-02 18:10:04", "2024-08-02 18:10:04"), + (522, 696, 1, "8,9,28", 1, "2024-08-05 17:08:53", "2024-08-05 17:08:53"), + (523, 697, 1, "8,9,28", 1, "2024-08-05 17:10:25", "2024-08-05 17:10:25"), + (524, 698, 1, "8,9,28", 1, "2024-08-06 14:17:14", "2024-08-06 14:17:14"), + (525, 699, 1, "8,9,28", 1, "2024-08-06 14:33:04", "2024-08-06 14:33:04"), + (526, 700, 1, "8,9,28", 1, "2024-08-07 17:18:16", "2024-08-07 17:18:16"), + (527, 701, 1, "8,9,28", 1, "2024-08-08 19:19:57", "2024-08-08 19:19:57"), + (528, 702, 1, "8,9,28", 1, "2024-08-09 16:36:32", "2024-08-09 16:36:32"), + (529, 703, 1, "8,9,28", 1, "2024-08-09 16:38:45", "2024-08-09 16:38:45"), + (530, 704, 1, "8,9,28", 1, "2024-08-09 16:40:09", "2024-08-09 16:40:09"), + (531, 705, 1, "8,9,28", 1, "2024-08-12 15:23:39", "2024-08-12 15:23:39"), + (532, 706, 1, "8,9,28", 1, "2024-08-13 15:21:17", "2024-08-13 15:21:17"), + (533, 707, 1, "8,9,28", 1, "2024-08-21 11:31:46", "2024-08-21 11:31:46"), + (534, 708, 1, "8,9,28", 1, "2024-08-21 15:26:29", "2024-08-21 15:26:29"), + (535, 709, 1, "8,9,28", 1, "2024-08-23 11:06:31", "2024-08-23 11:06:31"), + (536, 710, 1, "8,9,28", 1, "2024-08-23 14:53:30", "2024-08-23 14:53:30"), + (537, 711, 1, "8,9,28", 1, "2024-08-24 12:01:13", "2024-08-24 12:01:13"), + (538, 712, 1, "8,9,28", 1, "2024-09-03 11:26:08", "2024-09-03 11:26:08"), + (539, 713, 1, "8,9,28", 1, "2024-09-03 11:27:36", "2024-09-03 11:27:36"), + (540, 714, 1, "8,9,28", 1, "2024-09-03 11:29:00", "2024-09-03 11:29:00"), + (541, 715, 1, "8,9,28", 1, "2024-09-03 11:31:06", "2024-09-03 11:31:06"), + (542, 716, 1, "8,9,28", 1, "2024-09-03 11:33:44", "2024-09-03 11:33:44"), + (543, 717, 1, "8,9,28", 1, "2024-09-04 13:00:48", "2024-09-04 13:00:48"), + (544, 718, 1, "8,9,28", 1, "2024-09-10 12:40:37", "2024-09-10 12:40:37"), + (545, 719, 1, "8,9,28", 1, "2024-09-17 12:15:46", "2024-09-17 12:15:46"), + (546, 720, 1, "8,9,28", 1, "2024-09-26 15:33:08", "2024-09-26 15:33:08"), + (547, 721, 1, "8,9,28", 1, "2024-09-28 14:48:10", "2024-09-28 14:48:10"), + (548, 722, 1, "8,9,28", 1, "2024-10-11 17:59:31", "2024-10-11 17:59:31"), + (549, 723, 1, "8,9,28", 1, "2024-10-15 10:25:54", "2024-10-15 10:25:54"), + (550, 724, 1, "8,9,28", 1, "2024-10-17 12:42:27", "2024-10-17 12:42:27"), + (551, 725, 1, "8,9,28", 1, "2024-10-28 12:04:32", "2024-10-28 12:04:32"), + (552, 726, 1, "8,9,28", 1, "2024-10-28 15:10:08", "2024-10-28 15:10:08"), + (553, 727, 1, "8,9,28", 1, "2024-11-12 11:25:17", "2024-11-12 11:25:17"), + (554, 729, 1, "8,9,28", 1, "2024-11-20 17:01:58", "2024-11-20 17:01:58"), + (555, 730, 1, "8,9,28", 1, "2024-11-25 13:21:33", "2024-11-25 13:21:33"), + (556, 731, 1, "8,9,28", 1, "2024-12-04 11:52:00", "2024-12-04 11:52:00"), + (557, 732, 1, "8,9,28", 1, "2024-12-09 17:20:03", "2024-12-09 17:20:03"), + (558, 733, 1, "8,9,28", 1, "2024-12-12 12:32:18", "2024-12-12 12:32:18"), + (559, 728, 1, "8,9,28", 1, "2024-12-12 15:19:54", "2024-12-12 15:19:54"), + (560, 734, 1, "8,9,28", 1, "2025-01-03 15:31:47", "2025-01-03 15:31:47"), + (561, 735, 1, "8,9,28", 1, "2025-01-09 12:08:25", "2025-01-09 12:08:25"), + (562, 736, 1, "8,9,28", 1, "2025-01-15 16:59:05", "2025-01-15 16:59:05"), + (563, 737, 1, "8,9,28", 1, "2025-01-16 19:11:04", "2025-01-16 19:11:04"), + (564, 738, 1, "8,9,28", 1, "2025-01-17 15:30:04", "2025-01-17 15:30:04"), + (565, 739, 1, "8,9,28", 1, "2025-01-17 15:31:42", "2025-01-17 15:31:42"), + (566, 740, 1, "8,9,28", 1, "2025-01-17 15:33:03", "2025-01-17 15:33:03"), + (567, 741, 1, "8,9,28", 1, "2025-01-21 13:43:27", "2025-01-21 13:43:27"), + (568, 742, 1, "8,9,28", 1, "2025-01-24 13:42:11", "2025-01-24 13:42:11"), + (569, 743, 1, "8,9,28", 1, "2025-02-04 16:36:02", "2025-02-04 16:36:02"), + (570, 744, 1, "8,9,28", 1, "2025-02-04 16:41:32", "2025-02-04 16:41:32"), + (571, 745, 1, "8,9,28", 1, "2025-02-15 08:37:57", "2025-02-15 08:37:57"), + (572, 746, 1, "8,9,28", 1, "2025-02-18 15:50:48", "2025-02-18 15:50:48"); + +/*!40000 ALTER TABLE `m_user_config` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_user_lender_hierarchy +# ------------------------------------------------------------ + +CREATE TABLE `m_user_lender_hierarchy` ( + `user_lender_hierarchy_id` int NOT NULL AUTO_INCREMENT, + `fk_hierarchy_id` int DEFAULT NULL, + `fk_user_id` int DEFAULT NULL, + `report_read_access` tinyint DEFAULT NULL, + `report_write_access` tinyint DEFAULT NULL, + `pd_read_access` tinyint DEFAULT NULL, + `pd_write_access` tinyint DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`user_lender_hierarchy_id`) +) ENGINE=InnoDB DEFAULT CHARSET=latin1; + + + + + +# Dump of table m_user_notification_tokens +# ------------------------------------------------------------ + +CREATE TABLE `m_user_notification_tokens` ( + `notification_token_id` int NOT NULL AUTO_INCREMENT, + `fk_user_id` int DEFAULT NULL, + `web_token` varchar(200) DEFAULT NULL, + `mob_token` varchar(200) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `updatedon` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, + PRIMARY KEY (`notification_token_id`) +) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_user_notification_tokens` WRITE; +/*!40000 ALTER TABLE `m_user_notification_tokens` DISABLE KEYS */; + +INSERT INTO `m_user_notification_tokens` (`notification_token_id`, `fk_user_id`, `web_token`, `mob_token`, `createdon`, `updatedon`) VALUES + (1, 2, NULL, NULL, "2019-08-17 17:11:27", "2024-07-23 11:53:14"), + (2, 1, "fIugWcmANco:APA91bG12bEOJaeqsLeDaw4yOMbtaadOlt0EYogkLBLTVnYmxO2pqjvH4U2S29sKzorrBWSBZZXGxl-p9kk-bmObQjUOOiTyQ8m7Q3xj_dAALFbXy_8je_QTS-uzJ8YvwdCz_7dYPgzm", NULL, "2019-08-18 12:13:51", "2024-04-30 09:22:22"), + (3, 13, "eLHr_YqxMTc:APA91bHajyIs3nS-zUdUcFcqJHy2KCcVWN65njWEoxaomXXbCiTigC3J8fUM9yuD8QwQnxqg7QEWwb5Qmtd2MVeHVPN6JOdIdFqz8zNmT00zGY4FiUJLwLv8J82sdEckQWWGkNa2Uano", "fIHnAs5lXgo:APA91bGND8-ib5kG5dohSBng0pWtvhvnQrpNuleQXk1mmB9oSRW6JaGVxp9PtdkhHw_XCt31ONEO-nW8f1_CakPog1n0D4yvTTWaW8kwU03AGp4S_FjU6fLXiVs_UGRXaRaIG0w1UESb", "2019-08-24 12:39:59", "2021-01-06 13:27:17"), + (4, 7, NULL, "cMTHVGBSHJU:APA91bEMUl9QItrKcR6cBD0lgsDAwmn2qDsi6g7JX2JuupSgTtNyTw7aMovp8T3KpUNuMsTZgli6ZhkbwOfTEcisWnBYnEpCRDDj9BrLPIvUhVvKueeA4jgvoQoqYHmRHhDbrsw_veUR", "2019-08-24 12:44:36", "2022-05-07 13:15:13"), + (5, 14, "fTyx9dAgsxE:APA91bFGjHV6KxeitEL5d0al1MBFJNcSwLxERa856UaOm2038tpTbzNqPvWifv4pDamD9qitZfgZpPoTGyzXa1Hq7D3w_-t_7nM608NUIKhxuYLEvSXp1PMmfTwSbfKaJl-f2aXcpF9h", "ftaV6MEWbLw:APA91bH_7v-RZ1cW88Sg1Vx1RJEliPKFUGB6t_0kk5z1EovCNdpuA-9TBX06Pn9piSPsZO3clJhsYe74ZnOxq8Zx2bXyMzTWSYCtXZOXMpqEDqo-y5dWw378QDyJSxuWq5Gj2Fpr_3Cq", "2019-08-24 15:24:08", "2023-01-13 14:57:17"), + (6, 16, NULL, NULL, "2019-08-24 15:28:59", "2021-01-19 10:37:31"), + (7, 8, NULL, "eTnrzYunTA4:APA91bFeQKdKcT9sPc2ReSfoL9PX4BESam0PMqNIcZb28TtHmY-RE-JYTf_mICt9gSidtn-rWJTA8hc4AFo5Q5twcajgMzh1iiARlIIUCxDQXBd8LrhCudxGmvbdzdVddtRu28cUi77z", "2019-08-26 12:47:36", "2021-04-08 12:38:49"), + (8, 12, "fL6vqJIVVzk:APA91bEpOa4wY0_9zckmsOzLhWcNfIBtYn8YF5yXx2lPCL9ZouBLfdKCYf5Hs_Lz0Ie2c3TTYzcLk7MiUhmXTXTqvVHP5cAW7pZ6AfdWXM2Ae79nEQ_lOVsRMBTM4cF34-yzmF8JCjIg", "e-mKzvFYzws:APA91bH4YYCIFU0myX27JVuRObhARDmUt_Is2LPURKGXn-crwmih23cPE1DuHWZM3R1BDb8wrcazADYhiB7DPMVod9pxLlc05np6nNtZaHlzNJoe31Khwjt5R4BtZYv2NsmqGUJjzZv_", "2019-08-26 13:24:42", "2021-12-15 14:49:20"), + (9, 9, NULL, "edM0HfgP5c8:APA91bEZJ0DnnisXvvtfr79cfZ3IE6F8FTXC6qh_RxkynpowYVs1KOneDHOxGFrQFFlJXvTc_CbxwIF8BT3ZEPOyVPdAGmJJ8j7tZbK4B2VKQXWoIyGczm04oPeH9SNYOUucKFGjc43q", "2019-08-26 14:39:55", "2021-07-05 18:48:19"), + (10, 52, "dbdyLIqykdY:APA91bH8kZWXFuby191-Xc5gaZUiVniP_shSa6nlxF6F1SdAIu28l4NCCXNAyQcPxOik9Ywl7jSVM2ig-XVulrghAjGjdOTxkidiRgy4EyOIf_na0aLsXuNvnphng1lQQqFBDvSVLuyD", "d5wO8tU89iQ:APA91bFvzQoyHGXwceL4ODJInsYDp9B8sU7KKhh55PvdzgaR7vMahkEF-iR-dQNGDTj8PZuKVsXOgMSK_aMw9JQlD-gao0OvlKHB9jki2YoDGeiJXbaMnk7pmIImlGxunAi9FAKC9LIU", "2019-08-26 17:45:51", "2023-03-30 12:33:16"), + (11, 10, NULL, "edspne1DGK0:APA91bFL1rtZBPf6YE5tl26AnMkuM2eMK81EJoLZ9r_LZDIwSfBHj27FX6w24m5kiGDq8tO2K-mDg7NJEqs_DzAcWKAEVgLxyzYvWqzxi83vn-wpFyn9RTTcdyoyIUBAEi88yAK-v5-g", "2019-08-26 19:01:17", "2020-02-13 14:25:22"), + (12, 15, "etNKOgfC-rI:APA91bHWt27DpSdR_t6brs2FuOe6stA3Fq4tmvDPtzsD47lGvLoO_Ric7fthBoPTnYcyP5gJaiQMnqaeczGrBFhNxRkCDYT3T_CFAiiqlGVsT5XalBiH91unS7hdFVOboPswP8WPQ4Yz", "e1AFCNVyaGM:APA91bF57GnGBQUhl_BazYNNNgVepAKJ3ux7OdRrEm1PvbWT-Yn_edhka9_FEy-0_qYz-7NLH1EkPep0L-8R1f3y0VCfQJIwGx7amjyXtbNFD-u0fZx14eZqZ8Zx1vEzL8A9LZRCuFEW", "2019-08-31 15:08:03", "2022-07-18 12:22:00"), + (13, 11, "cCHxQtY2kDs:APA91bFQadbdf_BOuh9ht8vaO2DyWFB81YL9GIWCp2kDl2qyluy8Gu2_lMCHCenfUb89TAO76TUt1kRS-5ZRox2HvwAETgPU8433JRzOJhXHAX6aATnHniUK6YMCKdHboziolWKRHSGp", NULL, "2019-09-06 10:57:15", "2023-05-29 11:41:08"), + (14, 53, "dqZT6lMT5aQ:APA91bGzTSmj8G0ZWteqzGpH2W4xIOPx-_1gaJMaH6IVzbjgfUv0X2bnJCTLoe6VxaVEN_rjEN3ChPqz8MsX_ZJtCb-Z7ZF0MdNP0-MkfDdGNKQAoWh50DK8MDthHm-oMLgZ-BOE0loE", "fHyJmvWy0wI:APA91bHSJZeJt7Sgc7VQL2LDN7t40XpnFyajFWXRP0TJceuqCzz0IwMmUxyR6TIFd0X_q8tZ1WVOuN_es1oyUAedLeSHS2-SV3_wNL7u38eWEjiS9AwgRGLPaMWQFhMP1rW-WNQJpYrX", "2019-09-07 09:43:08", "2021-02-22 20:22:44"), + (15, 5, "e45ETg2_9Lw:APA91bFOvf0Uo1jbw51w4DlESYkgu70kI_UNevAf6P-9WsId8Q6ld2ZkpD5QcRVjWvh36BVrS3wobCYZ1WBlx6oA5fXYtTuxuLfVsvTE6PmokWtsJTIiOidNQgDP9R99U2MYFAWEIFTH", "cZI4f0uWFSA:APA91bEmKCyrAhOPjiqTauTi_3kQZLFJ1b4HACTeh6TOBgRbDARwZW1BVJLsd_MzPaWSnbPhKujFv8XOGlajsYubr16S5Gl6jlwiSO9Evvtfc72HdkmJSwwkUljbYor5BE2DvsAKe7xs", "2019-09-09 17:22:33", "2023-04-03 13:11:04"), + (16, 6, "fAwYVRGrv58:APA91bEAipQvJspf7cwMSAUeqYdzyA0xGmscEvced0BeHDDmc52EJZTJDPLc_SMQpqr2CJZvNzUj1e7Lq_n57e5apNW0P0JXY-rMVeQmXiY_dRTsTyG5lNm0xtNzCmC14ERymp0Ak_lS", NULL, "2019-09-18 14:23:28", "2024-03-30 10:40:52"), + (17, 4, "cvbI_X199CU:APA91bEMa6_JQZdJN1CwerV_KOaFceC_kxfftHIWR3U_cNdR6NujhS5_zoTeI7gBnUyF4a6AVHE9ecwVnuqAJrwRqRE7Qxik9uZ_AlwD_x6jqws12gRhnaAf9mhJtwlYFslk7ZvgZYMH", NULL, "2019-10-16 11:56:19", "2022-11-08 12:49:35"), + (18, 62, NULL, "eb6dF6ETszg:APA91bFkyb0T8VcA2ghwXLiifzJQ9WOO2W_HVcLwp6SxC4Jvu17224OR4O1fqwnP3KXdDNUBaa70IcrVJWOOQJyxSSlPuWZQrYKuyGfEOD01fe_PHNFKHuYJp1pEFrmg1qVf583zVggV", "2019-11-13 18:43:01", "2023-04-01 18:54:09"), + (19, 63, NULL, "eaqLIQ17iyA:APA91bGO0zwU9rNhXKpTlcTt9TxZqPuqNylq9qteKBcP30Vmi0gnKPCs3b4a3RAsVSyZ18W8KLZvDr07qSLziG3jioDvsbW7g0MAViuO8mPFnEpM4geblIEn1DHj3AptblpyUDzyOfcx", "2019-11-19 15:39:11", "2020-01-11 10:42:35"), + (20, 99, NULL, NULL, "2019-12-26 11:12:25", "2020-01-30 16:13:08"), + (21, 114, "dLmN9Y-TBbk:APA91bFkQKoNYjtWxB2MkbU74hvr7qIi_rZTNiafBbNRV86zU0jzlqyon_hymnmzqpXW7vOaQGmWdXCAo5_c8zJe10vX8vR_57uMKzCtFpjghc4STByfXez2Bis8hlVdLROoegXQtbfd", NULL, "2020-03-21 15:22:33", "2023-01-19 12:55:07"), + (22, 121, NULL, "eKsTJE_e2w4:APA91bGqR1Gl5PXNPDzhlmPVqct7lPrZYQSR-f5E9Xd89Zm1eGzFWy3iR7b8_x1FKxEkpvt85vl0WipL7AWz8q7wqQ5ruTdayPb4GkRYBOmsPtlvrcC27mgG4TmsLEzNL93Uxa-xfz6B", "2020-08-18 15:33:13", "2020-08-18 15:33:13"), + (23, 0, NULL, NULL, "2020-10-04 10:45:03", "2024-08-23 11:04:55"), + (24, 125, NULL, "dRSng8eJ4M4:APA91bF-gdIFE4s6oBW8FIqczFOwWf4OZKXo90yXhI2as1A4f93yAsoydHCu_5D-ruUyqEOWNVH1Z-hAyQ9Ivi7lwDvnsLtgWCGiDejaTvz-SNhr925uJkAwYhvs2RiPX0CFgs8QhziK", "2020-10-05 18:37:22", "2020-10-24 16:10:47"), + (25, 128, NULL, "eS57pC4eBrg:APA91bF-NKSbiz8v6l2yZlHNtQjUOc7k0uvR0zBT7q-WXTvqn3XTs0sucO10gJcvHhxnc3n8q9whP3aMMxYgdIbyWEay4jobY_CFavmJl0LoM5SI3-jmDjTClI9rScyNTvlWQff0o2rp", "2020-10-08 12:26:02", "2020-10-17 11:52:49"), + (26, 165, "clh4Q1W6U7E:APA91bEUXC2K_uZoeBXSQPFrZbgDJJvdbN4dS6WyjA6NdZzLCM-VHjWf8p1rbvpACl4anxyPm_dxXjq7Lpf3VR5HwMVEf7o9y4QZFr8jdZmWujRedioBxdgyiBI2B5rAg-wh_cLa4byD", "eXhNPtAGGsM:APA91bEMj5EGy8SZj2RMm8z_tnJq5xe6p2dbIiUfsNyrh5ZkEIzPPVt3nH0WxQYusdLrFHSGaVErg19tBG9H-ho65ArzcKd8NVCs4ctbdLwPjVBEG-7W4zr3yFFPyjTcd4rU7IUW9kby", "2020-10-13 17:41:38", "2021-11-11 23:16:39"), + (27, 164, NULL, "enI_8VhbVME:APA91bGsqKiYfrLDh2GT8y4dlHPoPBY6xuyupc75vO6zGenm8IgeftVwvqkxvowmVGyK_SXz_XLIlmP35X2yAsuX7QXRWWlIYAunyVpVqFaBSc8XZQtS4UOe__svV9ZTcKVoXcG7BePI", "2020-10-15 16:37:12", "2020-10-17 15:10:44"), + (28, 153, NULL, "c7aa9Vpym6w:APA91bEFh6yL2wkVa98hrvjiWRFg9XOJuEbp_oGozef0lc5RY1bJnJpzdDNQ9ftv4qXdKdI10ODSvkR1hEy4f87QrcvzEmuZKvMkgDdl3SOiS9QIzqfE3BLyUVj5vo-SeCLp4O8XHH5o", "2020-10-20 20:49:47", "2020-10-27 09:46:18"), + (29, 159, NULL, "elHsvCUkoWo:APA91bFdZe5FM5Q2XLhZNciVcHE3d3Gz_ibpTRyQAeXSGY4GiNBAXK3n997s4yxM4JW43ctAjqtXlh24xlJImW4dlz8e8cQ8Ieoru-kEwLkL8E67PnBNOy3TQEONv_2wSjEfrmdjBrwQ", "2020-10-23 09:30:18", "2021-02-05 10:23:55"), + (30, 157, NULL, "e29ObFwnDyM:APA91bGpNUlMG0Em_G-_BISA6AtA0UoQ2uCFBxiXP-XbI55fhVl0G5XJPing1S9PEA-Djl_tMpV4cgl-0lXLu66BUxJiFtJ3zCdBE_5ecgsQBeaAeLD91ZYMOnSAPYWqdxqzG8JWO7ZR", "2020-10-24 12:45:28", "2020-10-24 12:45:28"), + (31, 162, NULL, "fTu5SMZdoYk:APA91bHaYwqrST-7y4lF597oXViuI6yIqLqhD4OxwOFLsV83_WMz3ZqV8fy4ii7odv2dgVJg2lADrl8GZq5Kmu7jyLzrX6jANZM3Jy1hv_pX6WAyuLr4excviZz86RdrdJzJg4Hi475A", "2020-10-26 21:34:39", "2020-11-19 09:53:52"), + (32, 160, NULL, "enAApDJPRi4:APA91bEMcwNOdEc6MW2U9empBxAL1vIYKDjoEdT8JbfW5jlBfJ9GSh0-tCLxDVmneHCpwwKMLgUjMZ5SejDabAC1kEq79mCtPkOwyOMFpvak9z10RH5peVbp0c4Kr2P0WoIMdmuTYnah", "2020-11-07 07:52:46", "2020-11-07 07:52:46"), + (33, 169, NULL, "cpvTuogljzc:APA91bF-n6dM9-CRh436cY78Pf8wg_FQVOhugorlHNYrdSUDs4rh7DsRqVMhLdG--max8ywmGVlFNuwOLC2U13C1vm-00_CYR6MF_Dm-y7EsA8y7BMy57eHKnZvI7S9MWiQHknDgbAr7", "2020-11-10 13:28:27", "2020-11-10 13:28:27"), + (34, NULL, NULL, NULL, "2020-11-30 11:57:52", "2020-11-30 11:57:52"), + (35, 172, "e7uXZTW3n1M:APA91bFEZp-G7C6vJWp6JosCuaGA8O3lnkli4iKDlY81oW_9e8LTtjKol4z4PR7lxPuWYqbZWGAPeUTFzTD-s9s9jfY5InXNYka2d4B-dG1VXGKbOj4zioF-KOX2qjjpZPZ_8c-RfLX0", "eIHDFM5tfxk:APA91bEWwnh1mseLSWhWdZ52_IS1-cq12Lpn38Zoz3pkeTgfCurZVxdZBMfIbr03j0JFkpQmukAc1dp8pzZ4b0YLTZOrWUqlOeYNCHAfGLsXJ-A66qa4Uci7iJzTdm18Iul7lq-PO6UR", "2020-12-10 15:48:42", "2022-11-28 10:04:49"), + (36, 154, NULL, "fzRkcodGDC8:APA91bEzy1FL9DzC8yCoFgUYgNIzkxSCChSoP4Ep7k5URqSMAFznJYlPs_YLVbDNhS2gWpe-OruiK_kfW0i_roo0SseGkz_H4vn8m-oSQe5LsFsXT5mUXtzNP_Id9Tds6vRe9_iCqOUf", "2020-12-18 09:34:11", "2020-12-18 09:34:11"), + (37, 180, NULL, "dRUuJFrX6h4:APA91bGyx4OY9HoPuZWlyu7e8pFFzkuWeRtnXZXniUJ85ZqZeT8UvzzoVAJn6PJzYYG-LX9tbvCUH7jeMYKVDnvN9riDm77nqQwbJzJ1WFCtenwpHZjadWl9SBrc4r7rWMw-aMtkBLvS", "2021-02-19 10:18:55", "2022-02-01 18:01:13"), + (38, 181, "fZAYfnhK_aY:APA91bEaq48ZloY8KQP_ZKoRHMJ8w0pRU8N4jRXz6j5r3GC1NzbOD89ygSJog4nHYX8I1ELGx3FXV3QMrfBSLsEEoNMLdpA4WhFDFmFbFJqLitZxFoktP8SsthWwPhvcRCYSQmIv189n", "dA_Nse7now4:APA91bEnJQ7uT5CFdOoSj3iphUfDN7TxkFOwajxYJxm6RZhX4wokoldvPE587AXGGVDmfAMUNi0Y7P23zqbuPJrszw0EOFg2omtiILjQjZfdYR1Ic8CMGa5Xy9vXLraPQq55IcwFJAHt", "2021-03-10 21:44:41", "2022-06-13 15:49:06"), + (39, 211, "dF5nV58YOuo:APA91bFYBzyCp3RB29rahTj5pfUN180DF-WiRNPmFTJm2rz_oxmuQYlXOqxy0h3dV_kJ6madnpOdnFrvz-9LsQpLazXBLOdepqDy_qhAayvxcadSi1Gc9xY50XoF5eb1iadsKXIICZyq", NULL, "2021-04-15 14:32:23", "2023-02-01 11:40:02"), + (40, 225, NULL, NULL, "2021-07-23 14:02:18", "2023-06-30 13:50:14"), + (41, 226, "eWAenNjmc2E:APA91bHIYLdZ91Zr5OoLBm7cufEderzGHtKj3l8JuWRXBBW0EOkBtPpJNoWS8S5G8APfgQKoFvoQWTQx3KJFiZVJb8G_usBLR9fyLgRA-XqEf0HRwKJ5kqNuyOkCMi0AQrvlsSgfb6f5", NULL, "2021-07-23 14:02:42", "2022-10-07 11:02:52"), + (42, 237, "eq4giwRL9Oc:APA91bGOqirERYJOiXoPLT7Bj7_ei5L_HEznxzGPMmLbd8Ee4DiWwiiC-ZXGybU8yOCh4QT-rZICDlWDq8C6LcTWrrPJG6hMkud2oaastU-NeZIczqCw4Ij-4q7K7g0msAFEk1opiXez", "fEoWFdotw74:APA91bGw0W5Gc9djo_7lcQvA-IMptZZozUjIAJWoWL0z9Y54rxNXX6Dt-BUDx4Z8PbKZBfGzO0y-ToReRJGGOP6ljclyF_gWY99ywWbLgNbesNEMoALVlUew4JlFdbStf6_t1vuRLF16", "2021-08-27 13:40:38", "2023-04-19 15:51:13"), + (43, 298, "fg0HFGzmBUc:APA91bER5kEaxdaZIFXCs7Mjr22JiGslbxepfj3E2AqXsQicR6i042O3MbtBV0aQQtzufLKcnKme-_uyL4f8t6FkUz28HnAS1aUxJH1dpQ6XHHGQ7WctxwM837M2-kDqu1F2PjNIR_nI", NULL, "2021-09-27 22:07:25", "2021-09-27 22:07:25"), + (44, 263, NULL, NULL, "2021-11-12 11:31:19", "2021-11-12 11:31:19"), + (45, 278, NULL, "eVHUTrkUfio:APA91bGgl5zieOqJkeB2eQTLU6WFuKfz6DBPhWMaEehGuaC-dSC9iapjX3ItLwYr95BQCULiJd5i-ZtX86sgd619m4_j6g6jYe959qQ89Mf2nr6Ql_oEnzgOhnycCgxFX51AYCXFElvk", "2021-12-23 16:01:15", "2023-05-16 13:29:21"), + (46, 319, "fUKtP111_58:APA91bH0IqEq3lDCPfLEDdDlZXf8e5hdu1ybVfpl_OptzB_p08KWHEwI0eMt4YoSL-kEH3urRRgHH6SEbomcVn2QsgmlaSn9jvHeclnzRjRJ_auh0C5ZcE-GSaCF9TmeRGc3A2YNJOYK", NULL, "2022-03-01 17:32:50", "2022-07-13 17:59:41"), + (47, 326, NULL, "fFGPfs_jUEs:APA91bHBcjlMN3oE5fD0vpLldPDYS6207fMrqPHDf40pTQWH5QQkyc1IIrMfd-h2ECVhzKzt80ikWBtwrMfHhznhQwU92MT18xeijJGDYcwL3rpk2yhDd7YF7il5LM4LRimYpn8b3rmO", "2022-03-23 13:21:19", "2023-05-31 12:39:40"), + (48, 336, NULL, "f81CZ0cxq4Y:APA91bEUosUKgO61GgGxSHS9eUV6tiy4O6nJQ6Ymu7zyQ3arO8Mb-tr8WyEANHHoZgv0jM1yOQD-Ce8H0kb6NRsKlww_PHx_Yff1McOMR1WiBYr5xJPOiIcF8qANQ8y00bDAmCAKrvsi", "2022-04-27 11:15:17", "2022-04-27 11:15:17"), + (49, 349, NULL, "d4Mz5aycqVk:APA91bGW9swPskurCjBbiYirAMw-tllT1CMAV7RBnCbyEu8pp5xqOWbm813v6XbC-2zd4VmiUBG7TniDbw92lc8nLl4R4bDRBsa3SR37HYQ26sMt7qSio8tgwJGTJMN6pC80tEnurzbF", "2022-05-27 16:44:52", "2023-03-14 12:24:29"), + (50, 372, "e332OgVyLIc:APA91bFkX8VdjBUdtTuwp5zMKehzwnApgixbSaHOGnEMwNAoPkCnytQBjTeHtmGYqnWkPy7-BG88K2kO1Z-f_PMp-ko56gv6EY4OXqaonXFe9wE6u8yQl9eP69e13NZCNHGvO8Lw8Nm0", "dmMR2qcO-IU:APA91bF2JhRQWEmzDsMsIBdYVbTJaSV-kkdzft2h_Kgt-bLMK4ZVqyRpCaH0vG94ie5oUgLUnboC3ZiWZtRFspjIo73xiwYCo3gxaMHgVoXJR8pvz-Vuz5mz0QOTR2dklgRq2dibK-dY", "2022-07-25 13:32:05", "2023-03-14 13:38:10"), + (51, 373, NULL, "fXTrABiEvqs:APA91bFNe-tR8X8QmMavCUnp5-KHXsWLAnrKFLgM390opJs8IFgJuvqY4qzrruYws8daJUdXSdTUkIYlxBLDXoDcuQ2d3khvolhVxcprk5gXIUcMhTIYzzDJAnw_0X-fwWqK-TrmALqe", "2022-07-27 14:18:36", "2023-03-14 16:50:00"), + (52, 386, NULL, "cqQoK8IJe9M:APA91bF9ufru-8t0kKc3VeKJmSJteHdKza1MksiCIHeS_RVM7STLg5Tj9FK2dEvU-VZNiEP5901EZJ4w1lmTVCXSRwR2QxhLjW51ijWk-Utq6Ke9qfRf4OML4Du-QPVsTuu4H25brzHV", "2022-09-13 20:11:24", "2022-09-13 20:11:24"), + (53, 363, "fzoiYkanWzw:APA91bHj6t99UNKALEIXpfgHoU0mn1thECulEEC95s56Fmy14KUmV42wJVDnV6w46QLJPkYGPzj2yLfLVrj4NK_jpDl1bai_ugGIZSpsxqpyWziHgFEm2j3J1W3JyHTgwAyVYjs2eVYz", NULL, "2022-12-22 15:39:24", "2023-05-27 17:25:24"), + (54, 437, NULL, "eVHUTrkUfio:APA91bGgl5zieOqJkeB2eQTLU6WFuKfz6DBPhWMaEehGuaC-dSC9iapjX3ItLwYr95BQCULiJd5i-ZtX86sgd619m4_j6g6jYe959qQ89Mf2nr6Ql_oEnzgOhnycCgxFX51AYCXFElvk", "2023-01-18 15:49:29", "2023-04-14 19:14:05"), + (55, 451, "fSNFNiRZSb8:APA91bGD2S95q5LE_T4fLekF-QU3sRzd5qAkl_pKSDHOgUJfJYiKfnoP8cQVolNMiecXyFrVmnR4kY0bA2O9uVBR4zDGrqGJ9xOMG-UUukAEynPPpuH7X4N_0N6fHb5twK0SgUfZA_sH", "BLACKLISTED", "2023-02-28 21:39:27", "2023-05-05 09:01:11"); + +/*!40000 ALTER TABLE `m_user_notification_tokens` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_user_profile +# ------------------------------------------------------------ + +CREATE TABLE `m_user_profile` ( + `userid` int NOT NULL AUTO_INCREMENT, + `aws_name` varchar(100) DEFAULT NULL, + `first_name` varchar(50) DEFAULT NULL, + `last_name` varchar(50) DEFAULT NULL, + `email` varchar(45) DEFAULT NULL, + `mobile_no` varchar(15) DEFAULT NULL, + `profilepic` varchar(45) DEFAULT NULL, + `createdon` datetime DEFAULT CURRENT_TIMESTAMP, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, + `fk_updatedby` int DEFAULT NULL, + `fk_entity_type_id` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `fk_entity_id` int DEFAULT NULL, + `fk_city` int DEFAULT NULL, + `fk_state` int DEFAULT NULL, + `mpin` varchar(5) DEFAULT NULL, + `designation` int DEFAULT NULL, + `fk_lender_branch_id` int DEFAULT NULL, + `user_type` varchar(15) DEFAULT NULL, + `smc_emp_code` varchar(10) DEFAULT NULL, + `smc_agency_id` int DEFAULT NULL, + `OTP` int DEFAULT NULL, + PRIMARY KEY (`userid`), + UNIQUE KEY `user_aws_name_UNIQUE` (`aws_name`), + UNIQUE KEY `email_UNIQUE` (`email`) +) ENGINE=InnoDB AUTO_INCREMENT=747 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_user_profile` WRITE; +/*!40000 ALTER TABLE `m_user_profile` DISABLE KEYS */; + +INSERT INTO `m_user_profile` (`userid`, `aws_name`, `first_name`, `last_name`, `email`, `mobile_no`, `profilepic`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`, `fk_entity_type_id`, `isactive`, `fk_entity_id`, `fk_city`, `fk_state`, `mpin`, `designation`, `fk_lender_branch_id`, `user_type`, `smc_emp_code`, `smc_agency_id`, `OTP`) VALUES + (1, "1199272f-05fd-4149-9683-0362dad3c9b7", "ssa", "support", "ssa_support@venbainfotech.com", "9698262400", NULL, "2019-07-13 07:28:38", 1, "2024-04-29 16:46:40", NULL, NULL, 1, NULL, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, 184350), + (2, "2481282a-ad8e-40b2-baee-cae96c61520e", "Venkat", "raj", "venkatraj@sinemanagement.com", "9365826809", NULL, "2019-07-13 07:29:44", 1, "2025-04-15 12:33:13", 2, 1, 1, NULL, 4660, 2, NULL, NULL, NULL, NULL, NULL, NULL, 124796), + (3, "27e3dd92-a972-4f0b-b594-103ca95c18fd", "Sitaraman", "swaminathan", "sitaraman@sinemanagement.com", "9910112704", NULL, "2019-08-19 02:32:58", 1, NULL, NULL, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (4, "f063c0a9-09e1-4542-b45d-5df38d4082b3", "Neville", "seth", "neville@sinemanagement.com", "9871040392", NULL, "2019-08-19 02:32:58", 1, NULL, NULL, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (5, "595ae3b9-982f-4760-a3ee-e7c5d1fa9b14", "Ajay", "kumar", "Ajaykumar@sineedge.com", "7982581706", NULL, "2019-08-19 02:32:58", 1, "2023-05-17 17:11:17", 2, 1, 1, NULL, 869, 5, "1511", NULL, NULL, NULL, NULL, NULL, 782506), + (6, "db579007-c503-46ca-b6e6-e806a30f33c9", "Komal", "mittal", "komalmittal@sineedge.com", "9953654578", NULL, "2019-08-19 02:32:58", 1, "2020-10-23 06:34:05", 2, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (7, "92de2cb3-2ae3-4179-97aa-f962cc2d0c6a", "Vishant", "", "vishant@sineedge.com", "8123970718", NULL, "2019-08-19 02:32:58", 1, "2023-01-14 14:16:17", 2, 1, 1, NULL, 869, 5, "2234", NULL, NULL, NULL, NULL, NULL, NULL), + (8, "86969263-d7e0-47be-9a13-3138f77a3ad3", "Mukund", "", "Mukundkumar@sineedge.com", "7210089627", NULL, "2019-08-19 02:32:58", 1, "2021-10-08 16:16:00", 2, 1, 0, NULL, 869, 5, "6233", NULL, NULL, NULL, NULL, NULL, NULL), + (9, "d7cd9853-c8ed-4819-8e09-e75ed75404a1", "Vijay", "kumar", "Vijaykumar@sineedge.com", "8285408262", NULL, "2019-08-19 02:32:58", 1, "2021-10-08 16:11:09", 9, 1, 0, NULL, 869, 5, "9904", NULL, NULL, NULL, NULL, NULL, NULL), + (10, "9981a9ad-7f21-407f-891b-f509dd2390cb", "Aditya", "rai", "Adityarai@sineedge.com", "7011942122", NULL, "2019-08-19 02:32:58", 1, "2021-11-30 13:17:47", 10, 1, 0, NULL, 869, 5, "1234", NULL, NULL, NULL, NULL, NULL, NULL), + (11, "e58b1802-f929-4992-a376-7e97449ef026", "Rajeev", "soni", "Rajeevsoni@sineedge.com", "8800954311", NULL, "2019-08-19 02:32:58", 1, "2022-09-19 16:15:49", 1, 1, 1, NULL, 5785, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (12, "ab440963-900c-4bf8-917f-aebda4c9f19b", "Ashutosh", "dwivedi", "Ashutoshdwivedi@sineedge.com", "8700653802", NULL, "2019-08-19 02:32:58", 1, "2021-07-28 19:30:49", 2, 1, 1, NULL, 869, 5, "1989", NULL, NULL, NULL, NULL, NULL, NULL), + (13, "21c45aa1-198c-468f-971e-dc8143268cad", "Mirtunjay", "", "Mirtunjay@sineedge.com", "8851421361", NULL, "2019-08-19 02:32:58", 1, "2021-07-28 18:41:01", 13, 1, 0, NULL, 869, 5, "6879", NULL, NULL, NULL, NULL, NULL, NULL), + (14, "011f6af4-df43-454c-a229-98d89f85d719", "Sanjeev", "soni", "Sanjeevsoni@sineedge.com", "7503195801", NULL, "2019-08-19 02:32:58", 1, "2022-09-08 11:01:38", 2, 1, 1, NULL, 5785, 15, "1234", NULL, NULL, NULL, NULL, NULL, 279805), + (15, "442b7082-563d-4c85-9a5a-80073215b2aa", "Ravi", "shankar", "Ravishankar@sineedge.com", "9416036611", NULL, "2019-08-19 02:32:58", 1, "2023-01-17 14:14:59", 2, 1, 0, NULL, 1248, 6, "1234", NULL, NULL, NULL, NULL, NULL, NULL), + (16, "de6b1afa-c69e-4a12-8f88-b22b7323bc35", "Vishal", "kashyap", "Vishalkashyap@sineedge.com", "7838585116", NULL, "2019-08-19 02:32:58", 1, "2020-09-05 04:49:27", 2, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (17, "c0cfe48a-0430-4bba-a084-e9f8480896b5", "Ramaswamy", "Aiyyer", "ramaswamyaiyyer@sineedge.com", "7042260251", NULL, "2019-08-19 02:32:58", 1, "2019-09-17 08:44:50", 2, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (18, "f2f4bb03-cc05-4c04-badb-9ac72a4306ce", "Anuj", "Vaish", "anuj.vaish@imgc.com", "9654047861", NULL, "2019-08-22 14:30:03", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (19, "d936d295-ec2b-471b-8489-476aa844b53f", "Hatinder", "Bansal", "hatinder.bansal@imgc.com", "9711995590", NULL, "2019-08-22 14:30:03", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (20, "436d802e-4dba-4e05-ab54-37018dd678d0", "Harshit", "Kalra", "harshit.kalra@imgc.com", "8527123479", NULL, "2019-08-22 14:30:03", 1, "2019-11-08 13:32:49", NULL, 2, 0, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (21, "bc9d3299-3069-4551-914d-99303e4f8f73", "Aaliya", "Kanue", "aaliya.kanue@imgc.com", "7982348129", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (22, "41484350-54c7-48d6-ae41-66d51e89519e", "Hunny", "Tewani", "hunny.tewani@imgc.com", "9654461605", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (23, "be637efb-11fe-4d1a-b57b-29cf05239678", "Ankit", "Goswami", "ankit.a@imgc.com", "9716133423", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (24, "c89aa93c-abc1-4d15-85d1-bcf542d09539", "Rakesh", "Solanki ", "rakesh.solanki@imgc.com", "7737788804", NULL, "2019-08-23 05:48:22", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (25, "101e2c29-b095-4c6a-b2c0-107f6ec38df8", "Balwinder", "Singh", "balwinder.singh@imgc.com", "7838863136", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (26, "a23bec8f-abe6-47bb-bb1f-2fd4c3ffe9e8", "Uttam", "Kumar", "uttam.kumar@imgc.com", "8802080575", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (27, "6d6d1041-d285-4712-897c-1ea8db8e6c55", "Demo", "Lender User", "demo@sine.com", "9999999999", NULL, "2019-08-23 05:48:22", 1, "2022-06-29 12:48:20", 2, 2, 1, 20, 6081, 15, NULL, NULL, 34, NULL, NULL, NULL, NULL), + (28, "3c40c5b1-4f15-4d91-a4f9-5ef54a3d176b", "Naazneen", "Khan ", "naazneen.khan@imgc.com", "8860310384", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (29, "6d927993-7b55-4274-9763-919ea8474aad", "Subashish", "Mohapatra", "subashish.mohapatra@imgc.com", "9555294519", NULL, "2019-08-23 05:48:22", 1, "2020-01-29 05:07:04", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (30, "cb90038a-d321-468d-b1f2-6e48e78391a1", "Pramod", "Gupta", "pramodkumar.gupta@imgc.com", "9540539345", NULL, "2019-08-23 05:48:22", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (31, "5ae2152b-67b5-40d2-9d9d-64e476a2f022", "Divya", "Kapoor", "divya.kapoor@imgc.com", "9654424759", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (32, "65c62e89-a449-49cc-ae05-c50d2d61b505", "Prashant", "Gupta", "prashant.gupta@imgc.com", "8802691699", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (33, "bf5aecf3-d30c-465d-adbe-fafeecea19d3", "Sumit", "Kumar", "sumit.kumar@imgc.com", "9818411658", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (34, "b41e1dab-a21a-4762-ac85-eeb5c761c88f", "Savita", "Goswami", "savita.goswami@imgc.com", "9540774174", NULL, "2019-08-23 05:48:22", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (35, "f30de576-f550-4710-8d92-9dd45cfcfc45", "Ritu", "Shree", "ritu.shree@imgc.com", "8860854141", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (36, "10f1c728-bd97-44c5-b2dc-4abbc82719db", "Abhinay", "Srivastava", "abhinay.srivastava@imgc.com", "9718908777", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (37, "b89404ec-d3c0-4ec6-a221-0d946c01a946", "Gaurav", "Jindal", "gaurav.jindal@imgc.com", "8923144997", NULL, "2019-08-23 05:48:22", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (38, "c81708e2-4fcb-4881-9aae-f1970a4349fe", "Sumit", "Saigal", "sumit.saigal@imgc.com", "9205762679", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (39, "f918430b-41d3-4c39-9cad-7e6685701f87", "Vikas", "Baniwal", "vikas.baniwal@imgc.com", "7666936699", NULL, "2019-08-23 06:58:39", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (40, "a0266891-44be-4c9c-b577-34948a2bd76f", "Sonali", "Jindal", "sonali.jindal@imgc.com", "8755308065", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (41, "aa2c0182-fbbb-4c57-8c4d-a3d8fc4f8ef3", "Kishan", "Sharma", "kishan.sharma@imgc.com", "8860245143", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (42, "2b513b1e-c250-4cd1-944a-b7d3e40403f8", "Vijay", "Narayan", "vijay.narayan@imgc.com", "9643380805", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (43, "d7c44218-c288-4f64-aee2-3dfcfce494c8", "Farhat", "Khan", "farhat.khan@imgc.com", "9717084104", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (44, "032083ea-9448-4bce-a682-36c0892a7e13", "Neha", "Devi", "neha.devi@imgc.com", "8743959054", NULL, "2019-08-23 06:58:39", 1, "2019-09-07 14:09:19", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (45, "6b24c831-3712-405b-ba7f-359eb0fa7dcd", "Priyanka", "Das", "priyanka.das@imgc.com", "9999896588", NULL, "2019-08-23 06:58:39", 1, "2019-09-17 08:44:50", 2, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (46, "2314ce79-74a8-4e23-9321-1845c9a6a01c", "Ritika", "Arora", "ritika.arora@imgc.com", "9999036486", NULL, "2019-08-23 06:58:39", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (47, "a991c05c-fbff-4bf2-92b0-1e9227b833ae", "Mayank", "Sudan", "mayank.sudan@imgc.com", "9711408827", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 1248, 6, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (48, "5c594d74-0ba8-4ad3-9da3-da5057f7f8f2", "Aditya", "Raikar", "aditya.raikar@imgc.com", "9769903145", NULL, "2019-08-23 06:58:39", 1, "2019-09-12 11:28:09", 1, 2, 1, 2, 3374, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (49, "76d76b83-8c59-4e66-9c9f-e972d1e7fa27", "Harshita", "Nadigatla", "harshita.nadigatla@imgc.com", "9821229932", NULL, "2019-08-23 06:58:39", 1, "2020-01-29 05:07:04", 2, 2, 1, 2, 3374, 26, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (50, "833e89fc-864c-4b5c-84aa-d77a6b13da8e", "Shreyas", "Rangari", "shreyas.rangari@imgc.com", "9503400478", NULL, "2019-08-23 06:58:39", 1, "2020-01-28 15:27:31", 2, 2, 1, 2, 3374, 26, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (51, "3813071e-d552-46dc-90bb-469fb51f385d", "Suraj", "Karande", "suraj.karande@imgc.com", "8779139370", NULL, "2019-08-23 06:58:39", 1, "2020-01-29 05:07:04", 2, 2, 1, 2, 3374, 26, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (52, "483509bf-d691-4148-9683-ebe4044e7730", "ssa_support", "pdofficer", "ssa_supportofficer@venbainfotech.com", "9698262400", NULL, "2019-08-26 12:12:03", 1, "2021-09-30 08:34:08", 52, 1, 1, NULL, 4660, 2, "1234", NULL, NULL, NULL, NULL, NULL, NULL), + (53, "4a97d797-ed15-4a12-b28b-bad16c839bf6", "Suresh", "kumar", "sureshkumar@sineedge.com", "8178641058", NULL, "2019-09-03 06:09:49", 1, "2021-07-28 19:30:36", 2, 1, 1, NULL, 6081, 15, "", NULL, NULL, NULL, NULL, NULL, NULL), + (54, "523144f4-9b18-48f1-9d6d-ffe664f38016", "Maninder", "Singh", "maninder.singh@imgc.com", "8588830809", NULL, "2019-09-12 11:28:09", 1, "2019-09-17 08:44:50", 2, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (55, "c57b300d-7c7e-45ee-803c-19fef26db2b0", "Jitender", "Pandey", "jitender.pandey@imgc.com", "9318324130", NULL, "2019-09-12 11:28:09", 1, "2019-09-17 08:44:50", 2, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (56, "6f9a284e-1f2e-48c9-a16d-de5aed2ad768", "Abhishek", "Manocha", "abhishek.manocha@imgc.com", "8800213456", NULL, "2019-09-12 11:28:09", 1, "2019-09-17 07:09:49", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (57, "ba097d3b-8de3-46a0-a133-f97408b82d40", "Anuj", "Sharma", "anuj.sharma@imgc.com", "9873185837", NULL, "2019-09-12 11:28:09", 1, "2019-09-17 07:09:49", 1, 2, 1, 2, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (58, "488b4955-1efd-406c-bbe6-06430e2df961", "SURENDRA", "KUMAR", "surendra.kumar@saveind.in", "8802729075", NULL, "2019-09-24 09:17:29", 1, "2020-01-29 05:07:04", 2, 2, 1, 3, 1248, 6, NULL, NULL, 4, NULL, NULL, NULL, NULL), + (59, "14d0eb0f-e1d1-4775-92d9-c8eb539045d3", "VINISH", "KUMAR", "vinish.kumar@saveind.in", "8851195642", NULL, "2019-10-04 07:09:47", 2, "2020-01-29 05:07:04", 2, 2, 1, 3, 1248, 6, NULL, NULL, 4, NULL, NULL, NULL, NULL), + (60, "9c2776da-3914-4455-8edd-1f2a73ca4646", "GANESH", "BISHT", "ganesh.bisht@saveind.in", "9911525088", NULL, "2019-10-04 07:09:47", 2, "2020-01-29 05:07:04", 2, 2, 1, 3, 1248, 6, NULL, NULL, 4, NULL, NULL, NULL, NULL), + (61, "6891b35b-f661-488b-9fae-1db91ca72ef0", "Ashish", "Goswami", "herocredit@venbainfotech.com", "9654423278", NULL, "2019-10-12 06:59:50", 2, "2020-01-28 15:27:31", 2, 2, 1, 1, 1248, 6, NULL, NULL, 1, NULL, NULL, NULL, NULL), + (62, "0b03c0de-28b5-4ec5-a7e5-c0a99b881d37", "Sahil", "behal", "sahilbehal@sineedge.com", "8447946792", NULL, "2019-10-19 06:11:57", 2, "2019-11-13 13:13:32", 62, 1, 1, NULL, 869, 5, "1334", NULL, NULL, NULL, NULL, NULL, NULL), + (63, "f503cde1-095c-47f9-8e06-ab92e2666b77", " Vivek Kumar", "gupta", "vivekgupta@sineedge.com", "7533029721", NULL, "2019-10-19 06:11:57", 2, "2020-01-24 19:00:33", 2, 1, 0, NULL, 869, 5, "8899", NULL, NULL, NULL, NULL, NULL, NULL), + (64, "17d45e81-0b16-4b47-ac88-9a858ef6e489", "Abhishek", "Lunia", "testid@pdgenie.com", "9874551312", NULL, "2019-11-06 09:15:18", 2, "2020-01-29 05:07:04", 2, 2, 1, 4, 869, 5, NULL, NULL, 5, NULL, NULL, NULL, NULL), + (65, "3984f419-eb69-472b-9454-bce44a4ee6d3", "Clix ", "Capital", "clix@pdgenie.com", "9871114584", NULL, "2019-11-08 04:52:20", 2, "2020-01-29 05:07:04", 2, 2, 1, 5, 869, 5, NULL, NULL, 6, NULL, NULL, NULL, NULL), + (66, "33591fa9-fa03-4ca3-bea4-5f8efe157aeb", "Shilpa", "Chhabra", "shilpa.chhabra@imgc.com", "7838948484", NULL, "2019-11-12 05:11:20", 2, "2020-01-29 05:07:04", 2, 2, 1, 2, 6081, 15, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (67, "47f5b861-b580-4b42-8ee2-728d727c0035", "Anoj", "Singh", "anojkumar.singh@indusind.com", "9871181977", NULL, "2019-11-14 09:38:24", 2, "2020-01-29 05:07:04", 2, 2, 1, 6, 869, 5, NULL, NULL, 7, NULL, NULL, NULL, NULL), + (68, "b1831313-8d1b-42c7-a094-6020a0eb68a2", "Sonu", "Kumar", "lapcvo14@indusind.com", "9911702524", NULL, "2019-11-14 09:38:24", 2, "2020-01-29 05:07:04", 2, 2, 1, 6, 869, 5, NULL, NULL, 7, NULL, NULL, NULL, NULL), + (69, "19f1826a-3111-4980-854c-3f57eaf04b35", "Arvind", "Kumar", "arvindkumar@smcfinance.com", "9650590589", NULL, "2019-11-14 13:03:59", 2, "2020-10-13 13:10:16", 2, 2, 1, 7, 869, 5, NULL, NULL, 8, NULL, NULL, NULL, NULL), + (70, "16254fd1-719a-4e37-811a-bbaf64d85ccc", "Icici Credit", "Person", "icici@test.com", "9700000001", NULL, "2019-11-28 06:19:35", 2, "2025-04-15 12:33:12", 2, 2, 1, 8, 1248, 6, NULL, NULL, 15, NULL, NULL, NULL, NULL), + (71, "e946e756-fc33-4527-8c0e-df68c00f68b7", "Sales-PD", "Officer", "salespd@moneywise.com", "9700000001", NULL, "2019-12-12 10:59:12", 2, "2025-04-15 12:33:12", 2, 2, 1, 7, 1248, 6, "1234", NULL, 8, NULL, NULL, NULL, NULL), + (72, "6e1f1073-bdaa-4707-99d0-003de550bc9d", "Rahul Wadhwa", "", "rahulwadhwa@smcfinance.com", "9560811660", NULL, "2019-12-13 07:23:59", 2, "2023-05-18 15:30:48", 2, 2, 1, 7, 869, 5, "2265", 2, 8, NULL, "M2735", NULL, 948316), + (73, "a9deddb5-372a-460f-896d-8e49666305ce", "Taru", "Sharma", "tarusharma@smcfinance.com", "8881338337", NULL, "2019-12-13 07:23:59", 2, "2022-12-21 10:11:51", 2, 2, 0, 7, 869, 5, "5406", 3, 8, NULL, "M2804", NULL, NULL), + (74, "3bc60dc4-71cf-485b-9d8a-fccc06ed7411", "Muthyala", "Ashok Kumar", "ashokmuthyala@smcfinance.com", "9849641537", NULL, "2019-12-13 07:23:59", 2, "2023-08-21 14:59:37", 2, 2, 1, 7, 5377, 22, "9978", 4, 8, NULL, "M2811", NULL, NULL), + (75, "64464b19-df4c-47f7-a038-e7ea44bb2721", "Hardeep", "Singh Bhatia", "hardeepbhatia@smcfinance.com", "9700000001", NULL, "2019-12-13 07:23:59", 2, "2025-04-15 12:33:12", 2, 2, 0, 7, 869, 5, "1234", 4, 8, NULL, "M2832", 4, NULL), + (76, "786d8452-cf94-4acf-a93d-677728f9c262", "Mohammad", "Meraj Ansari", "merajansari@smcfinance.com", "8882523360", NULL, "2019-12-13 07:23:59", 2, "2022-12-21 10:12:11", 2, 2, 0, 7, 869, 5, "Delh", 5, 8, NULL, "M2846", NULL, NULL), + (77, "aad52ae2-47ea-4b43-9d00-ce6e63dccba4", "Deepak", "Kumar", "deepakkumar@smcfinance.com", "7503864900", NULL, "2019-12-13 07:23:59", 2, "2023-11-17 11:00:28", 77, 2, 1, 7, 869, 5, "1234", 5, 8, NULL, "M2852", NULL, 648132), + (78, "cc263dd8-b51b-4434-97fe-6b9ee67c86bd", "Dainy", "kumar", "dainykumar@smcfinance.com", "9818979002", NULL, "2019-12-13 07:23:59", 2, "2023-03-03 13:09:23", 78, 2, 0, 7, 869, 5, "1234", 6, 8, NULL, "M2863", NULL, NULL), + (79, "19214ed7-1343-46d0-b7c4-2426ca202ac0", "Mohit", "Aggarwal", "mohitaggarwal@smcfinance.com", "9999377663", NULL, "2019-12-13 07:23:59", 2, "2022-01-12 20:11:09", 2, 2, 1, 7, 869, 5, NULL, 7, 8, NULL, "M2865", NULL, NULL), + (80, "55bdf114-650a-49f5-b12c-8b6dea79ad4b", "Rahul", "Narang", "rahulnarang@smcfinance.com", "9810365468", NULL, "2019-12-13 07:23:59", 2, "2023-03-03 13:09:34", 2, 2, 0, 7, 869, 5, NULL, 8, 8, NULL, "M2867", NULL, NULL), + (81, "d06e925a-67a3-4f5f-a0a2-52766bb8b132", "Ishu", "", "ishu@smcfinance.com", "8851707941", NULL, "2019-12-13 07:23:59", 2, "2022-10-18 10:55:40", 2, 2, 0, 7, 869, 5, "1122", 9, 8, NULL, NULL, 9, NULL), + (82, "35c8c105-fb0e-4a93-a8c6-475b8362cf94", "Sumitra", "Bharti", "sumitrabharti@smcfinance.com", "8826691545", NULL, "2019-12-13 07:23:59", 2, "2022-12-21 10:12:23", 2, 2, 0, 7, 869, 5, "1122", 10, 8, NULL, "M2871", NULL, 376124), + (83, "5953fa82-6db2-4d36-9e05-731808c185b1", "Shiv Shanker", "Bhandari", "shivbhandari@smcfinance.com", "9873575158", NULL, "2019-12-13 07:23:59", 2, "2022-12-21 10:12:35", 83, 2, 0, 7, 869, 5, "1991", 11, 8, NULL, "M2872", NULL, NULL), + (84, "e173de83-6405-4a65-b9de-4bf61cd50cda", "Sagar", "", "sagarkumar@smcfinance.com", "8750860890", NULL, "2019-12-13 07:23:59", 2, "2021-01-12 11:49:49", 2, 2, 0, 7, 869, 5, "1111", 10, 8, NULL, NULL, NULL, NULL), + (85, "2812e180-1378-4208-9462-cefd28833f4e", "Ritesh", "Makkar", "test@icici.com", "8288009407", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 4307, 27, NULL, NULL, 11, NULL, NULL, NULL, NULL), + (86, "dddc671c-d8de-4673-aeba-5954636905e1", "Harvendra", "Rathour", "test1@icici.com", "9891396299", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 869, 5, NULL, NULL, 12, NULL, NULL, NULL, NULL), + (87, "2be0c094-6303-4ebe-9a0f-bee8d6afb36f", "Sanchita", "Chatterji", "test2@icici.com", "8318424471", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 1248, 6, NULL, NULL, 13, NULL, NULL, NULL, NULL), + (88, "d9c95f10-2feb-432a-8362-b8ce4ecdc729", "Souvik", "Deb", "test3@icici.com", "9874423222", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 5785, 15, NULL, NULL, 14, NULL, NULL, NULL, NULL), + (89, "c05cbebc-e579-4ec8-a81a-73b0d5b9223e", "Arti", "Singh", "test4@icici.com", "9205471490", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 869, 5, NULL, NULL, 15, NULL, NULL, NULL, NULL), + (90, "44bd4bed-865d-43a2-bafb-258a61f22624", "Hemant", "Bhawnani", "test5@icici.com", "8955708891", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 1248, 6, NULL, NULL, 16, NULL, NULL, NULL, NULL), + (91, "f31a0323-1fda-4c58-9cf9-44d7eafd7791", "Vikas", "Giri", "test6@icici.com", "8826894064", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 6081, 15, NULL, NULL, 17, NULL, NULL, NULL, NULL), + (92, "d1affe3c-e062-4c12-a111-1eba9ecc219e", "Anuj", "Goyal", "test7@icici.com", "9601652291", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 6081, 15, NULL, NULL, 18, NULL, NULL, NULL, NULL), + (93, "d153e038-fe1d-423c-821e-451ea902ede3", "Yogita", "Varanjani", "test8@icici.com", "9560599333", NULL, "2019-12-17 05:34:49", 2, "2020-01-29 05:07:04", 2, 2, 1, 8, 869, 5, NULL, NULL, 19, NULL, NULL, NULL, NULL), + (94, "649b81bf-cf38-4074-9adf-e81c17910ca6", "Nitika", "", "nitikasrivastava@smcfinance.com", "7840084512", NULL, "2019-12-17 09:31:13", 2, "2022-12-21 10:11:31", 2, 2, 0, 7, 869, 5, NULL, 2, 8, NULL, "M2795", NULL, NULL), + (95, "ebd6ae9e-5389-4130-a43f-69fd28f74c72", "Vivek", "Goyal", "vivekgoyal@smcfinance.com", "9650777667", NULL, "2019-12-17 09:31:13", 2, "2020-10-13 13:10:16", 2, 2, 1, 7, 869, 5, NULL, 12, 8, NULL, NULL, NULL, NULL), + (96, "5a8fe59e-51ab-4f9c-bd8b-750074c634d4", "Himanshu", "Gupta", "hg@smcfinance.com", "9818071472", NULL, "2019-12-17 09:31:13", 2, "2020-10-13 13:10:16", 2, 2, 1, 7, 869, 5, NULL, 13, 8, NULL, NULL, NULL, NULL), + (97, "85525de2-5265-4296-a18e-529bf8181732", "Aditya", "Jain", "adityajain@smcfinance.com", "8510998855", NULL, "2019-12-19 05:22:31", 2, "2023-04-13 12:01:07", 2, 2, 0, 7, 869, 5, "1234", 2, 8, NULL, NULL, NULL, NULL), + (98, "121e4907-75f7-420e-b3e7-af946271e4b3", "Mitali", "Pimple", "Mitali.Pimple@imgc.com", "8433822905", NULL, "2019-12-20 05:57:15", 2, "2020-01-29 05:07:04", 2, 2, 1, 2, 3374, 26, NULL, NULL, 2, NULL, NULL, NULL, NULL), + (99, "ee521d18-662f-4440-871a-320ba3f95a2e", "QC ", "Officer", "Qcofficer@sineedge.com", "8780037404", NULL, "2019-12-24 09:36:23", 2, NULL, NULL, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (100, "c8c82262-167b-4670-9d62-2ff8e9944633", "Ranjan", "Singh", "ranjan.ks@udaan.com", "7217683423", NULL, "2019-12-26 10:44:35", 2, "2020-01-29 05:07:04", 2, 2, 1, 4, 1248, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL), + (101, "8aa021c7-23e5-4e38-b733-2f0e32ff4bee", "Devesh", "Sachan", "devesh.sachan@udaan.com", "8447480638", NULL, "2019-12-26 10:44:35", 2, "2020-01-29 05:07:04", 2, 2, 1, 4, 1248, 6, NULL, NULL, 5, NULL, NULL, NULL, NULL), + (102, "4aa2ca7d-359f-4974-a033-8aea2197ba42", "Ajay", "Chhabra", "ajay.chhabra@clix.capital", "9311881811", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (103, "f25916bc-5778-4b6a-8f01-34d6a0446598", "Amit", "Batra", "amit.batra@clix.capital", "9582868189", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (104, "2f39d102-8d15-410d-bbdc-d334e315d9ea", "Supriya", "Sareen", "supriya.sareen@clix.capital", "9599223286", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (105, "0de48f93-9e55-4517-baac-6284b934fb9c", "Raj", "Singh Thakur", "rajsingh.thakur@clix.capital", "9726347013", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (106, "62cc46a5-fd1d-4ab5-83ed-80a1f331191d", "Surabhi", "Goyal", "surabhi.goyal@clix.capital", "7791098300", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (107, "50f94f34-5215-4344-95fa-7abd7544169d", "Nripendra", "Singh", "nripendra.singh@clix.capital", "9654354818", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (108, "1166c945-42ca-4786-aac5-c7843b19d9ce", "Harkesh", "Kataria", "Harkesh.kataria@clix.capital", "9654750860", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (109, "fd6df44c-fc40-4c9e-83e9-84114a09219d", "Suraj", "Kumar", "suraj.kumar1@clix.capital", "9910752128", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (110, "d03591b5-8b64-4a23-bb82-e41074fb1b98", "Ranjeet", "Mandal", "ranjeet.mandal@clix.capital", "9643410694", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (111, "953330a7-1c08-4c49-a93f-545bd08ae4c1", "Kumar", "Anand", "kumar.anand@clix.capital", "8539901542", NULL, "2020-01-22 05:00:40", 2, "2020-01-29 05:07:04", 2, 2, 1, 9, 869, 5, NULL, NULL, 20, NULL, NULL, NULL, NULL), + (112, "2a3d0b43-2f01-487b-820b-cd60455a09f7", "Mohd", "Shehzad", "mohdshehzad@smcfinance.com", "9899514786", NULL, "2020-01-25 11:54:52", 2, "2021-01-12 11:50:19", 112, 2, 0, 7, 869, 5, "7251", 6, 8, NULL, NULL, NULL, NULL), + (113, "a215c5c1-fee1-42eb-8df5-80120a1787c1", "Ashish", "Goswami", "herocredit@venbainfotec.com", "9654423278", NULL, "2020-01-28 15:27:31", 2, NULL, NULL, 2, 1, 1, 1248, 6, NULL, NULL, 3, NULL, NULL, NULL, NULL), + (114, "c980e55e-9e54-4546-83db-ad50c7f2db48", "Shabista", "Ansari", "shabistaansari@sineedge.com", "8439528747", NULL, "2020-02-10 10:05:40", 2, NULL, NULL, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (115, "b3df041c-f0e9-4f33-9c53-d6c117146b78", "Credit", "Team", "creditteam@clixhousingfinance.com", "9000000000", NULL, "2020-02-29 02:18:13", 2, NULL, NULL, 2, 1, 9, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (116, "ecda2797-126a-4788-be34-c5f921f0eeef", "Sales", "Team", "salesteam@clixhousingfinance.com", "9700000001", NULL, "2020-02-29 02:18:13", 2, "2025-04-15 12:33:12", 2, 2, 1, 7, 869, 5, NULL, 10, NULL, NULL, NULL, 2, NULL), + (117, "ce536e53-753f-4949-a487-3a480cab13e8", "Dhirav Kishor", "Vira", "dhiravvira@smcfinance.com", "9717700695", NULL, "2020-03-02 10:53:05", 2, "2020-10-13 13:10:16", 117, 2, 1, 7, 3374, 26, "4321", 7, NULL, NULL, NULL, NULL, NULL), + (118, "f82f122d-bed0-4551-b8c3-03532166ae9d", "Sushil", "Kumar", "sushilkumar@smcfinance.com", "9953069381", NULL, "2020-03-09 07:49:19", 2, "2021-01-12 11:50:33", 118, 2, 0, 7, 869, 5, "9194", 4, 8, NULL, NULL, NULL, NULL), + (119, "b07cce19-e2f7-4a1d-a88c-1b5585fdbec3", "Vishnu", "MS", "vishnu.ms@udaan.com", "9742317828", NULL, "2020-05-23 05:26:17", 2, NULL, NULL, 2, 1, 4, 7065, 19, NULL, NULL, 5, NULL, NULL, NULL, NULL), + (120, "645e39bd-6e33-4ff8-ab41-214309ec3690", "Sachin", " ", "sachin@smcfinance.com", "9953325715", NULL, "2020-07-31 15:29:21", 2, "2023-03-03 13:09:46", 120, 2, 0, 7, 869, 5, "1234", 5, 8, NULL, NULL, NULL, NULL), + (121, "ec15e0b4-dc42-455c-84e4-7ba8853a00bc", "Test", "ID", "demo@sineedge.com", "9000000000", NULL, "2020-08-14 09:54:25", 2, "2022-06-29 12:48:20", 2, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (122, "a264a57d-115f-44bb-9995-e2f6ca7fb6b0", "Rajkumar", "Gupta", "rajkumargupta@smcfinance.com", "9768724216", NULL, "2020-08-21 11:21:41", 2, "2022-12-21 10:12:46", 122, 2, 0, 7, 3374, 26, "", 5, 8, NULL, "M2896", NULL, 13285), + (123, "3071e414-06f9-45f8-b7ba-ec17312d4a10", "Ganesh dnyaneshwar", "Pombhale", "ganeshpombhale@smcfinance.com", "9987844426", NULL, "2020-09-10 05:56:21", 2, "2023-11-02 16:10:57", 123, 2, 1, 7, 3374, 26, "1111", 5, 8, NULL, "M2898", NULL, 305142), + (124, "6e8ce664-5543-4c6a-887e-5f5feec5fa34", "Star Agency Manager", "", "samanager@sa.com", "9000002116", NULL, "2020-10-05 07:18:23", 1, "2020-10-05 10:14:24", 2, 3, 1, 10, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (125, "0ed1718e-750b-4759-93c8-c8292858eef8", "Star Agency Officer", "", "saofficer@sa.com", "9000000025", NULL, "2020-10-05 10:14:24", 2, "2020-10-05 14:56:21", 125, 3, 1, 10, 869, 5, "1511", NULL, NULL, NULL, NULL, NULL, NULL), + (126, "17065a36-5a0a-4bd4-9d17-70941434d610", "AKHIL ", "AGARWAL ", "9028111717@jbifs.com", "9028111717", NULL, "2020-10-06 17:03:26", 1, "2020-10-07 05:18:57", 2, 3, 1, 11, 3460, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (127, "9d077eb2-401b-4160-908d-87e2f557ac88", "NATRAJ", "WAGHCHOURE ", "8999636633@jbifs.com", "8999636633", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3460, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (128, "18a0a67c-b3b8-402b-80ec-00cfe720d7b3", "BHARAT", "DESHMUKH ", "9960591491@jbifs.com", "9960591491", NULL, "2020-10-06 17:20:43", 1, "2020-10-08 06:57:53", 128, 3, 1, 11, 3460, 26, "", NULL, NULL, NULL, NULL, NULL, NULL), + (129, "c17b491a-5dd2-47b5-a1e3-43af41e63229", "SAGAR", "BHALERAO", "7972015126@jbifs.com", "7972015126", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3460, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (130, "2c2e34e6-0d0e-44ab-b8a8-5754dd245bf7", "OMKAR", "DANGE", "9604646514@jbifs.com", "9604646514", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3460, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (131, "82b0f81b-b6d3-4b01-aa04-2f1a7d5afa15", "RONAK ", "PAWAR", "7020289035@jbifs.com", "7020289035", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3401, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (132, "aca798ed-b02c-4acc-a4b4-eca2bbc7c94c", "KIRTI ", "MUNDALE", "9763735616@jbifs.com", "9763735616", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3401, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (133, "35decd1d-7ba7-40d2-a4a8-8dae5c8cabbd", "SUNIL ", "MOTKARI ", "7972833720@jbifs.com", "7972833720", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3401, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (134, "77436955-59f6-4268-9343-95b72c99f3b6", "VISHAL ", "SHINDE ", "8806599971@jbifs.com", "8806599971", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3401, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (135, "726c2a2d-48c7-4014-ba67-0e798f778eb7", "SURESH", "DAVADTE", "9309868446@jbifs.com", "9309868446", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3270, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (136, "a02ce3cb-07fb-4893-ae5e-f8f508deb636", "MAHESH ", "KAMAT", "9371783399@jbifs.com", "9371783399", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3270, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (137, "19439ecb-39cf-4928-b177-faadca67779f", "AKSHAY", "POWAR", "9975126862@jbifs.com", "9975126862", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3270, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (138, "8a77c931-2e0b-47eb-8f78-341695f91706", "AJAY", "SOLWANDE", "7385109264@jbifs.com", "7385109264", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3270, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (139, "e38a3c18-ce2a-4e8d-ae2e-d0d440d0715f", "GANPATI", "KARNTIKAR", "9766371854@jbifs.com", "9766371854", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3270, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (140, "9ebdaea5-ad18-414e-9bd5-e9ba37e39f34", "MANJUSHRI ", "BAGUL", "9359507963@jbifs.com", "9359507963", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3030, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (141, "51414381-7eea-492a-afbb-838ae6d38ba1", "DINESH ", "PAWAR", "7620367521@jbifs.com", "7620367521", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3030, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (142, "c1b4ffaf-307a-418b-ac26-8f1192c720f3", "SAGAR ", "KADAM", "9307777652@jbifs.com", "9307777652", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3030, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (143, "9d17fa0a-39a8-486d-a8c1-23707ac717dc", "NIKHIL", "BHAVSAR", "8177818755@jbifs.com", "8177818755", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3030, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (144, "c395b7fd-fa8d-42b2-b217-e4fece6bec21", "ASHISH", "NAGRALE", "9422829397@jbifs.com", "9422829397", NULL, "2020-10-06 17:20:43", 1, NULL, NULL, 3, 1, 11, 3386, 26, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (145, "8bfdd7f1-b4f9-4cba-b27d-50452b0d9238", "manager1", "", "manager1@effizent.com", "9876543210", NULL, "2020-10-06 13:12:42", 1, NULL, NULL, 3, 1, 12, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (146, "905adee1-9e18-41be-9ed0-c53ae43b324b", "fieldofficer1", "", "fieldofficer1@effizent.com", "9876543210", NULL, "2020-10-06 13:12:42", 1, NULL, NULL, 3, 1, 12, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (147, "f2e17464-4e9d-49aa-88b8-56aee82ef4ca", "fieldofficer2", "", "fieldofficer2@effizent.com", "9876543210", NULL, "2020-10-06 13:12:42", 1, NULL, NULL, 3, 1, 12, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (148, "47b9acff-cc98-43ea-9abb-33c4af4bf7dc", "fieldofficer3", "", "fieldofficer3@effizent.com", "9876543210", NULL, "2020-10-06 13:12:42", 1, NULL, NULL, 3, 1, 12, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (149, "578c9a39-a968-4eeb-916f-6a710ab98b3d", "fieldofficer4", "", "fieldofficer4@effizent.com", "9876543210", NULL, "2020-10-06 13:12:42", 1, NULL, NULL, 3, 1, 12, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (150, "286d6e62-20fd-4861-94ac-9e282330ac65", "fieldofficer5", "", "fieldofficer5@effizent.com", "9876543210", NULL, "2020-10-06 13:12:42", 1, NULL, NULL, 3, 1, 12, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (152, "029fbb18-3e83-456e-95b1-dc57a37d07a3", "MUKUND", "KUMAR", "Mukund@sineedge.com", "7210089627", NULL, "2020-10-07 05:18:57", 2, "2021-10-08 16:15:56", 2, 3, 0, 13, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (153, "8794ee4b-f635-48d8-a042-57e17f576c1e", "VIJAY", "KUMAR", "Vijay@sineedge.com", "8285408262", NULL, "2020-10-07 05:18:57", 2, "2021-10-08 16:11:24", 153, 3, 0, 13, 869, 5, "1511", NULL, NULL, NULL, NULL, NULL, NULL), + (154, "7b296936-7dfd-49f3-b6d5-8dba68765ba2", "ADITYA", "RAI", "Aditya@sineedge.com", "7011942122", NULL, "2020-10-07 17:13:27", 2, "2021-11-30 13:17:51", 154, 3, 0, 13, 869, 5, "1234", NULL, NULL, NULL, NULL, NULL, NULL), + (156, "bbf2e1da-cde6-4172-af39-20c9b0893e76", "ASHUTOSH", "DWIVEDI", "Ashutosh@sineedge.com", "8700653802", NULL, "2020-10-07 17:13:27", 2, NULL, NULL, 3, 1, 13, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (157, "9692e560-eb9a-409a-aa01-298257530632", "Mirtunjay", "Kumar", "Mirtunjaykumar@sineedge.com", "8851421361", NULL, "2020-10-07 17:13:27", 2, "2021-10-08 16:14:03", 157, 3, 0, 13, 869, 5, "3754", NULL, NULL, NULL, NULL, NULL, NULL), + (159, "199a8287-46fa-4cbb-ab15-f84ab93fe786", "Sanjeev", "Soni", "Sanjeev@sineedge.com", "7503195801", NULL, "2020-10-07 17:13:27", 2, "2020-10-23 04:00:11", 159, 3, 1, 13, 6307, 15, "", NULL, NULL, NULL, NULL, NULL, NULL), + (160, "7a1a736a-fd2c-4bd9-b3c6-bfecd100c93d", "Ravi", "Shankar", "Ravi@sineedge.com", "9416036611", NULL, "2020-10-07 17:13:27", 2, "2023-01-17 13:57:33", 160, 3, 0, 13, 1248, 6, "part", NULL, NULL, NULL, NULL, NULL, NULL), + (161, "a3d260e9-03a6-4fc9-8546-48324c3b4fb2", "Sineedge Consulting Pvt Ltd", " ", "sinepd@sinemanagement.com", "8178641058", NULL, "2020-10-07 17:13:27", 2, "2020-10-20 10:57:31", 2, 3, 1, 13, 6081, 15, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (162, "c29389e6-28a6-49f2-9b5a-42c660b343f4", "Sahil ", "Behal", "sahil@sineedge.com", "8447946792", NULL, "2020-10-07 17:13:27", 2, "2020-10-26 16:46:52", 162, 3, 1, 13, 869, 5, "7654", NULL, NULL, NULL, NULL, NULL, NULL), + (163, "afb617af-24fc-4b79-adba-f3352ea74b3d", "Ravi", "", "ravijha@smcfinance.com", "8802395280", NULL, "2020-10-08 13:40:33", 2, "2023-03-03 13:09:56", 163, 2, 0, 7, 869, 5, "1990", 5, 8, NULL, NULL, NULL, NULL), + (164, "808097bd-401a-459b-8218-0ca08e1c554c", "Unjia International Officer", "", "unjia@unjia.com", "9000000000", NULL, "2020-10-13 07:20:53", 2, "2020-10-15 17:14:18", 164, 3, 1, 14, 940, 25, "1234", NULL, NULL, NULL, NULL, NULL, NULL), + (165, "5e759eec-d80f-46a3-a810-0c93fd8419fe", "Gunjan", " ", "gunjan@gunjan.com", "9000000000", NULL, "2020-10-13 07:20:53", 2, "2020-10-14 13:39:53", 2, 3, 1, 14, 941, 25, "4785", NULL, NULL, NULL, NULL, NULL, NULL), + (166, "f5dd30b6-aaef-4190-8633-5b25d6594c57", "Unjia International", " ", "prashant.unjia@yahoo.com", "9033999990", NULL, "2020-10-13 07:20:53", 2, "2020-10-14 06:26:15", 2, 3, 1, 14, 940, 25, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (167, "bb89bf42-2b0b-4cd2-9e0f-a13bf6d2ae16", "Akash", "Rastogi", "Akashrastogi@smcfinance.com", "7303882152", NULL, "2020-11-02 07:19:35", 2, "2023-03-03 13:10:20", 2, 2, 0, 7, 869, 5, "0733", 14, NULL, NULL, NULL, NULL, NULL), + (168, "86d3563e-96ed-45aa-9a64-13037b2159a2", "Rajeev Ranjan", "Rai", "rajeevrai@smcfinance.com", "9899041948", NULL, "2020-11-04 05:49:04", 2, "2023-03-03 13:10:09", 168, 2, 0, 7, 869, 5, "1435", 10, 8, NULL, NULL, NULL, NULL), + (169, "f634ae30-e1e6-4793-b6c5-2767eed5dbdd", "Suresh", "Kumar", "suresh@sineedge.com", "8178641058", NULL, "2020-11-10 05:59:29", 2, "2020-11-10 08:17:40", 169, 3, 1, 13, 6081, 15, "temp", NULL, NULL, NULL, NULL, NULL, NULL), + (170, "1a09491c-cf2a-4ed3-b149-2cc11a95ccd6", "RUPESH", "", "rupeshsalvi@smcfinance.com", "9664574871", NULL, "2020-11-12 08:04:56", 2, "2022-12-21 10:13:16", 170, 2, 0, 7, 3374, 26, "1990", 10, 8, NULL, "M2908", NULL, 691730), + (171, "f7f8e0d4-bf44-4f73-952f-9e4ad9d80808", "Officerbot", "", "officerbot@sine.com", "9000000005", NULL, "2020-11-28 05:54:22", 2, NULL, NULL, 3, 1, 13, 4660, 2, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (172, "2bb40bc1-12af-4163-a928-24549e9f9e1a", "Aman", "Rai", "amanrai@sineedge.com", "8882367903", NULL, "2020-12-10 06:18:02", 2, "2023-02-01 09:33:59", 172, 1, 0, NULL, 1248, 6, "1808", NULL, NULL, NULL, NULL, NULL, 938206), + (173, "d2f41919-b22e-4aa8-be7f-11c14652f067", "Sales PD Support", "", "salespdsupport@vit.com", "9700000001", NULL, "2020-12-21 06:55:28", 2, "2025-04-15 12:33:12", 173, 2, 1, 7, 4660, 2, "1234", NULL, 8, NULL, NULL, NULL, NULL), + (174, "0373e9ea-7800-4999-bf3e-0c7d09c41115", "Gaurav", "", "gauravbhatnagar@smcfinance.com", "9773805757", NULL, "2020-12-22 09:01:15", 2, "2023-03-03 13:10:33", 174, 2, 0, 7, 869, 5, "1985", NULL, 8, NULL, NULL, NULL, NULL), + (175, "02d4491a-28df-4b86-b809-f463a0fa2339", "Nikhil more", "", "nikhilmore@smefinance.com", "9653668243", NULL, "2020-12-24 08:43:33", 2, "2023-03-03 13:10:52", NULL, 2, 0, 7, 3374, 26, NULL, 5, 8, NULL, NULL, NULL, NULL), + (176, "2942790a-2f73-44e1-880f-75b0d1c53f1c", "Swapnil Amarnath Yadav", "", "swapnilyadav@smcfinance.com", "8291439111", NULL, "2020-12-28 12:12:39", 2, "2023-03-03 13:12:27", 176, 2, 0, 7, 3374, 26, "1234", 10, 8, NULL, NULL, NULL, NULL), + (177, "8b443344-36a4-42ab-b080-3dd80b0d222e", "Vaibhav", "", "Vaibhav@smcfinance.com", "8860252026", NULL, "2021-01-08 08:02:50", 2, "2023-03-03 13:11:43", 177, 2, 0, 7, 869, 5, "2608", 15, 8, NULL, NULL, NULL, NULL), + (178, "1a69778e-7e49-47bf-94ab-06ac1146879d", "Rakesh", "", "rakeshmehra@smcfinance.com", "9967069065", NULL, "2021-02-16 07:13:30", 2, "2023-04-13 12:01:17", NULL, 2, 0, 7, 3374, 26, NULL, 2, 8, NULL, NULL, NULL, NULL), + (179, "ebd16a0b-544a-4b1d-a8fe-ad08e965a2f5", "Naresh", "", "nareshlakhanpal@smcfinance.com", "9041116555", NULL, "2021-02-16 07:13:30", 2, "2023-04-13 12:01:29", 179, 2, 0, 7, 4085, 13, "2296", 24, 8, NULL, "M2929", NULL, NULL), + (180, "1696e4e8-fe6a-473f-b556-dc2084a82c59", "Asheesh", "Arora", "asheesharora@sineedge.com", "8860528366", NULL, "2021-02-19 04:25:43", 2, "2022-04-08 15:05:16", 180, 1, 0, NULL, 5785, 15, "7514", NULL, NULL, NULL, NULL, NULL, NULL), + (181, "29bb9e26-3a99-4d05-ab6b-9eebf80d68e1", "Veer Pratap ", "Singh", "veer@sineedge.com", "9643460410", NULL, "2021-02-19 07:34:50", 2, "2021-12-22 15:19:05", 2, 1, 1, NULL, 5762, 15, "1234", NULL, NULL, NULL, NULL, NULL, NULL), + (182, "478bfc79-0631-4074-8150-3429552a66a9", "VIVEK", "", "vivekmanjarekar@smcfinance.com", "9821437411", NULL, "2021-03-03 07:23:19", 2, "2023-03-03 13:11:54", 182, 2, 0, 7, 3374, 26, "2012", 10, 8, NULL, "M2931", NULL, NULL), + (183, "66c85a20-5f30-41df-bf01-bacb13b58fb8", "DEEPAK", "", "deepaksonawane@smcfinance.com", "9552786147", NULL, "2021-03-03 07:23:19", 2, "2023-03-03 13:12:05", 183, 2, 0, 7, 3374, 26, "2412", 10, 8, NULL, "M2932", NULL, NULL), + (184, "551c79f8-2134-44cc-8d40-35a1f59e0e20", "Giriraj", "Jaju", "girirajjaju@smcfinance.com", "8800023079", NULL, "2021-03-05 05:50:05", 2, "2023-03-03 12:20:38", 2, 2, 0, 7, 3374, 26, NULL, 14, NULL, NULL, NULL, NULL, NULL), + (185, "f94774bf-4051-4840-ba5a-13547ed51f44", "Jai", "Singh", "jaisingh@smcfinance.com", "9319524141", NULL, "2021-03-05 05:50:05", 2, "2022-12-16 20:29:55", 2, 2, 1, 7, 3374, 26, NULL, 15, NULL, NULL, NULL, NULL, NULL), + (186, "2f6c845a-0ecf-46e5-8233-b1e3fe92097a", "Haritsetia", "", "haritsetia@smcfinance.com", "9000000000", NULL, "2021-03-05 05:50:05", 2, "2023-03-03 13:08:03", 2, 2, 0, 7, 869, 5, NULL, 8, NULL, NULL, NULL, 8, NULL), + (187, "c95db6ef-1a62-4537-9657-8b23d79e037b", "Sudhir", "Barnwal", "sudhirbaranwal@smcfinance.com", "7303740123", NULL, "2021-03-05 05:50:05", 2, "2024-04-29 17:01:03", 187, 2, 1, 7, 869, 5, "1977", 16, NULL, NULL, NULL, NULL, 541936), + (188, "e15f5c39-8637-42fe-b19c-f447f5276f4f", "Santosh", "Singh", "santoshsingh@smcfinance.com", "8750186777", NULL, "2021-03-05 05:50:05", 2, "2023-03-03 12:20:14", 2, 2, 0, 7, 869, 5, NULL, 17, NULL, NULL, NULL, NULL, NULL), + (189, "a9368df6-32d5-4cb4-8bf5-c601cc74ef94", "Md. Mohsin", "", "mohammadmohsin@smcfinance.com", "7424898880", NULL, "2021-03-05 05:50:05", 2, "2023-07-25 11:27:45", 2, 2, 1, 7, 869, 5, NULL, 18, NULL, NULL, NULL, 18, NULL), + (190, "3b7a76b7-b330-4bcb-9707-4fbb2b54a1e2", "Aakash", "Khanna", "aakashkhanna@smcfinance.com", "7428678007", NULL, "2021-03-05 05:50:05", 2, "2024-04-29 17:37:40", 2, 2, 1, 7, 869, 5, NULL, 18, NULL, NULL, NULL, NULL, 394507), + (191, "696d281d-cbc4-4dcc-8d45-6552c669f639", "Pallwi", "Arora", "pallwiarora@smcfinance.com", "9717700329", NULL, "2021-03-05 05:50:05", 2, "2023-01-17 12:20:21", 2, 2, 1, 7, 869, 5, NULL, 14, NULL, NULL, NULL, NULL, NULL), + (192, "28f24a8e-9686-419d-9d1a-c21c91bda3dd", "Ravi", "Rao", "ravirao@smcfinance.com", "9450516968", NULL, "2021-03-05 05:50:05", 2, "2023-03-03 12:20:26", 2, 2, 0, 7, 869, 5, NULL, 16, NULL, NULL, NULL, NULL, NULL), + (193, "7fd45f85-507e-4874-84b3-0655df6e9cc8", "cpa@smc.com", "", "cpa@smc.com", "9000012345", NULL, "2021-03-05 11:42:45", 2, "2024-05-22 09:19:51", 2, 2, 1, 7, 3374, 26, NULL, 20, NULL, NULL, NULL, 20, NULL), + (194, "9687808e-85b6-4f21-b21a-736045f058a0", "credit@smc.com", "", "credit@smc.com", "8000000002", NULL, "2021-03-05 11:42:45", 2, "2021-03-10 07:45:58", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (195, "a1ae324e-78aa-48d3-b1a4-e4e28c97f76a", "Komal", "Mittal", "komalsine@smcfinance.com", "9953654578", NULL, "2021-03-06 05:27:45", 2, "2021-03-07 04:55:56", 2, 2, 1, 7, 1248, 6, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (196, "c2dafa50-c118-49cb-81d9-07aab32bcaec", "Suresh", "Kumar", "sureshkumarsine@smcfinance.com", "8178651058", NULL, "2021-03-06 05:27:45", 2, "2021-03-07 04:55:56", 2, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (197, "037e03b0-87ca-46b2-a8c4-67bea4c59a06", "Mirtunjay", "", "mirtunjaysine@smcfinance.com", "8851421361", NULL, "2021-03-06 05:27:45", 2, "2021-07-31 16:45:02", 2, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (198, "174a7e19-38d0-46ac-a70e-38a647b68292", "Balram", "Chauhan", "balramsine@smcfinance.com", "9717709213", NULL, "2021-03-06 05:27:45", 2, "2024-05-30 18:13:20", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, 235904), + (199, "42277d36-6241-41e6-90c0-4d6e89fa3549", "Lokesh", "Kumari", "lokeshkumari@smcfinance.com", "9868993655", NULL, "2021-03-09 04:27:19", 2, "2023-03-03 12:20:48", NULL, 2, 0, 7, 869, 5, NULL, 10, NULL, NULL, NULL, NULL, NULL), + (200, "32a06fa7-47b8-415c-8593-2fae73067c19", "CPUMumbai", "", "cpumumbai@smcfinance.com", "8000000000", NULL, "2021-03-09 04:27:19", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 10, NULL, NULL, NULL, NULL, NULL), + (201, "48855b47-9352-41af-b73d-f26515cb4dd7", "Aditya", "Rai", "adityasine@smcfinance.com", "7011942122", NULL, "2021-03-11 07:04:38", 2, "2021-11-30 13:17:58", 2, 2, 0, 7, 869, 5, NULL, 3, NULL, NULL, NULL, NULL, NULL), + (202, "d0cd1176-9ebe-4372-b5eb-077108eaa07d", "Sumit", "Saha", "sumitsine@smcfinance.com", "8816991542", NULL, "2021-03-11 07:04:38", 2, "2021-07-31 16:45:24", NULL, 2, 0, 7, 1316, 6, NULL, 3, NULL, NULL, NULL, NULL, NULL), + (203, "e9a988f8-9672-4f3a-ab49-f9d75457754e", "Shilpa", "Yadav", "shilpa.yadav@capsavefinance.com", "8000000001", NULL, "2021-03-11 12:13:55", 2, NULL, NULL, 2, 1, 15, 869, 5, NULL, NULL, 30, NULL, NULL, NULL, NULL), + (204, "f294bbfb-03e3-4b92-ad8b-a0fe1734b018", "SIDDHARTH", "", "siddharthpandey@smcfinance.com", "9702207667", NULL, "2021-03-16 04:52:38", 2, "2023-03-03 13:12:15", 204, 2, 0, 7, 3374, 26, "2617", 10, 8, NULL, "M2935", NULL, NULL), + (205, "60fa63b9-ae38-4af2-8866-39bb69bc8b4a", "Ssa Support", "Credit PD", "ssa_supportcreditpd@venbainfotech.com", "9700000001", NULL, "2021-03-16 04:52:38", 2, "2025-04-15 12:33:12", 2, 2, 1, 7, 1514, 1, "1234", 1, NULL, NULL, NULL, 1, 873901), + (206, "189dcb71-5ce6-49cd-b54d-116de72539dd", "Lalit", "MIchwal", "lalitmichwal@smcfinance.com", "9960296640", NULL, "2021-03-22 12:39:31", 2, "2023-03-03 12:21:00", NULL, 2, 0, 7, 3374, 26, NULL, 16, NULL, NULL, NULL, NULL, NULL), + (207, "07d17e56-be72-4528-a380-870dd7f5caea", "Vishal", "Kashyap", "vishalkashyapsine@smcfinance.com", "7838585116", NULL, "2021-03-26 07:18:10", 2, "2023-03-03 12:21:11", NULL, 2, 0, 7, 869, 5, NULL, 1, NULL, NULL, NULL, NULL, NULL), + (208, "419a44c2-1361-473b-a05a-80e16057c87a", "Kshitiz", "Goyal", "kshitizgoyal@smcfinance.com", "8696933933", NULL, "2021-04-07 10:58:57", 2, "2023-03-03 13:12:37", NULL, 2, 0, 7, 4307, 27, NULL, 21, 8, NULL, NULL, NULL, NULL), + (209, "0e929404-22c9-4d65-b14b-f5f48ddc9bdc", "Amit", "Jain", "amitjain@smcfinance.com", "9803627819", NULL, "2021-04-08 05:13:47", 2, "2023-03-03 13:30:44", 2, 2, 0, 7, 4085, 13, "1990", 10, 8, NULL, "M2948", NULL, NULL), + (210, "2ab316e2-b468-42d8-ab60-8afd2563a7e4", "Meghal", "", "meghalkapadia@smcfinance.com", "9870065580", NULL, "2021-04-12 06:51:57", 2, "2023-03-03 13:22:57", 210, 2, 0, 7, 3374, 26, "1981", 10, 8, NULL, NULL, NULL, NULL), + (211, "546c7057-fde5-4ce7-b71c-edfc38d1c6ea", "Neha Garg", "", "Nehagarg@sineedge.com", "7988314614", NULL, "2021-04-13 09:54:58", 2, "2022-05-26 11:01:07", 2, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (212, "e01e8a57-7d43-4105-8d88-eb3277b7607b", "Abhishek", "", "abhishekagarwal@smcfinance.com", "9953405888", NULL, "2021-04-26 10:35:20", 2, "2023-03-03 12:21:26", 2, 2, 0, 7, 869, 5, NULL, 2, NULL, NULL, NULL, NULL, NULL), + (213, "9ea25358-edf6-4e75-b794-e21fa7ce2be1", "Swati", "", "swatimisra@smcfinance.com", "9646591138", NULL, "2021-04-26 10:35:20", 2, "2023-03-03 12:21:38", 2, 2, 0, 7, 4085, 13, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (214, "e7740616-26c2-4120-ae0e-6356bddcb3b3", "Dinesh Taneja", "", "dineshtaneja@smcfinance.com", "9891047447", NULL, "2021-04-26 10:35:20", 2, "2024-04-30 19:58:05", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, NULL, 20, 730629), + (215, "433704db-30eb-472f-b2cd-7ad31fa9046c", "Krishan", "", "krishansine@smcfinance.com", "9953022072", NULL, "2021-04-30 04:44:27", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, NULL, NULL, NULL), + (216, "11fdd102-2ef4-4b6d-9506-129d3d5ba19b", "Harsh", "Mehta", "harshmehta@smcfinance.com", "9699947446", NULL, "2021-05-21 11:25:10", 2, "2023-03-03 12:21:49", 2, 2, 0, 7, 3374, 26, NULL, 20, NULL, NULL, NULL, NULL, 867493), + (217, "12e17c7e-a27b-4a1c-a997-07edafce9e1c", "Rakesh kumar", "Sharma", "rakeshsharma@smcfinance.com", "9990845276", NULL, "2021-06-07 10:31:46", 2, "2023-03-03 13:23:08", 217, 2, 0, 7, 869, 5, "2022", 10, 8, NULL, NULL, NULL, NULL), + (218, "36217c03-a764-41d2-a02d-b9e522414d33", "Nagesh", "Kumar", "nageshkumar@smcfinance.com", "8875612000", NULL, "2021-06-07 10:31:46", 2, "2023-04-13 12:01:50", 218, 2, 0, 7, 4307, 27, "8875", 10, 8, NULL, "M2953", NULL, NULL), + (219, "4c5748e5-98d5-4c97-9659-279d91faa0d8", "Ankit", "Goyal", "ankitgoyal@smcfinance.com", "9782721966", NULL, "2021-06-14 09:40:48", 2, "2024-05-30 13:00:26", 2, 2, 1, 7, 4176, 27, "1437", 10, NULL, NULL, "M2959", NULL, 943807), + (220, "58d9be27-04be-4e2b-b6d6-44cccc784d56", "YOGESH", "DEVADIGA", "yogeshdevadiga@smcfinance.com", "9892940059", NULL, "2021-06-18 13:00:38", 2, "2022-01-12 20:11:11", 220, 2, 1, 7, 3374, 26, "2021", 10, 8, NULL, "M2961", NULL, NULL), + (221, "5869f83c-dcfc-41d5-a037-3bee55e954d0", "AMOD", "VIJAY PAWAR", "amodpawar@smcfinance.com", "9769664777", NULL, "2021-06-18 13:00:38", 2, "2023-04-13 12:02:02", 221, 2, 0, 7, 3374, 26, "7133", 10, 8, NULL, "M2969", NULL, NULL), + (222, "311bbb43-ad85-4f96-9a66-47dbb12d8f8d", " Ashish", "", "ashishmishra@smcfinance.com", "8400443436", NULL, "2021-06-21 07:15:47", 2, "2023-03-03 13:26:47", 222, 2, 0, 7, 869, 5, "9090", 10, 8, NULL, NULL, NULL, NULL), + (223, "717ea2eb-ad01-4c02-84bc-1aa87f0aad66", "Preetam", "Barua", "preetambarua@smcfinance.com", "9891611016", NULL, "2021-07-03 06:43:44", 2, "2023-03-03 13:27:00", 223, 2, 0, 7, 869, 5, "1234", 10, 8, NULL, "M2974", NULL, NULL), + (224, "04f4dc97-b2db-4255-9784-5c173c997fd3", "Nihar\t", "Shrimal", "niharshrimal@smcfinance.com", "9982212304", NULL, "2021-07-12 05:34:46", 2, "2023-03-03 13:27:11", 224, 2, 0, 7, 4307, 27, "2709", 10, 8, NULL, "M2977", NULL, NULL), + (225, "5c9181c5-c558-4af9-8f0c-8739977e48bc", "Sanjeev", "Soni", "sanjeevsoni@sine.com", "7503195801", NULL, "2021-07-19 05:17:19", 2, "2021-07-23 08:52:07", 2, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (226, "8230a1ed-d1df-43c2-8391-be60e0d2c392", "Sahil", "Behal", "sahilbehal@sine.com", "8447946792", NULL, "2021-07-19 05:17:19", 2, "2021-10-21 12:42:42", 2, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (227, "75e96f7d-8be2-41e0-9de6-50e42b76a02c", "NAMDEV", "", "namdevrathod@smcfinance.com", "8097897989", NULL, "2021-07-22 04:25:49", 2, "2023-03-03 13:28:10", 227, 2, 0, 7, 3374, 26, "4471", 10, 8, NULL, "M2981", NULL, NULL), + (228, "dcc2f387-c7f0-48cd-8d7a-c513cc92ccee", "Sanjay\t", "Devnath", "sanjaydevnath@smcfinance.com", "9309281020", NULL, "2021-07-24 04:22:52", 2, "2023-03-03 13:28:23", 228, 2, 0, 7, 4307, 27, "7979", 10, 8, NULL, "M2983", NULL, NULL), + (229, "e4148be3-b54c-40e2-91dc-f31e7ef4da04", "Vijay", "Kumar", "vijaykumarsine@smcfinance.com", "8285408262", NULL, "2021-07-31 09:14:32", 2, "2021-10-08 16:11:39", NULL, 2, 0, 7, 869, 5, NULL, 1, NULL, NULL, NULL, NULL, NULL), + (230, "dd688a33-d918-4c1f-9b6e-c1b2d97a8713", "Divesh", "Saini", "diveshsainisine@smcfinance.com", "7011558106", NULL, "2021-07-31 09:14:32", 2, "2023-03-03 12:26:14", 2, 2, 0, 7, 869, 5, NULL, 1, NULL, NULL, NULL, NULL, NULL), + (231, "97274f50-3300-4fa6-8eb7-9550eac69280", "Prince", "Chhillar", "princechhillarsine@smcfinance.com", "9818976308", NULL, "2021-07-31 09:14:32", 2, "2024-04-29 19:37:56", 2, 2, 1, 7, 1248, 6, NULL, 1, NULL, NULL, NULL, 1, 71529), + (232, "8d885932-0429-46ac-aef8-243f648c9fb4", "SAMEER \t", "SHIRAVADEKAR", "sameershiravadekar@smcfinance.com", "7666473754", NULL, "2021-08-05 05:20:12", 2, "2023-03-03 13:28:36", 232, 2, 0, 7, 3374, 26, "2173", 10, 8, NULL, "M2985", NULL, NULL), + (233, "2f56275f-2298-4b05-b0ba-5ee8db87b9b3", "NARENDRAKUMAR", "YADAV", "narendrayadav@smcfinance.com", "7715059995", NULL, "2021-08-05 05:20:12", 2, "2023-03-03 13:28:49", 233, 2, 0, 7, 3374, 26, "2403", 10, 8, NULL, "M2989", NULL, NULL), + (234, "215022a7-6950-453e-a516-e839988a1cbe", "Kuresh", "Alam", "kureshalam@smcfinance.com", "9891937402", NULL, "2021-08-06 04:32:34", 2, "2023-04-05 08:39:21", 234, 2, 1, 7, 869, 5, "1982", 10, 8, NULL, "M2992", NULL, NULL), + (235, "0b6277c2-eb2f-47b6-9d47-23a70e2fa370", "Amit", "Ranjan", "amit.ranjan@cslfinance.in", "9717470123", NULL, "2021-08-18 06:31:15", 2, NULL, NULL, 2, 1, 16, 6081, 15, NULL, NULL, 31, NULL, NULL, NULL, NULL), + (236, "6a6115c2-de55-4e5f-96c3-29e8c312e7dc", "Neeraj Kumar Teotia", "", "neerajteotia@smcfinance.com", "9999966847", NULL, "2021-08-18 06:40:35", 2, "2022-01-12 20:11:12", NULL, 2, 1, 7, 869, 5, NULL, 4, 8, NULL, "M2998", NULL, NULL), + (237, "f649a8cc-e7f3-4e72-82d2-b3b081425f53", "Faheem", "Ahmad", "faheem@sineedge.com", "9268588738", NULL, "2021-08-27 04:49:09", 2, "2021-12-22 15:17:15", 2, 1, 1, NULL, 1248, 6, "8826", NULL, NULL, NULL, NULL, NULL, NULL), + (238, "25c8eff2-20a9-4035-bc95-d59218a513be", "Ashish", "", "ashishkumar@smcfinance.com", "7503067749", NULL, "2021-08-27 12:11:32", 2, "2022-06-03 09:53:08", 238, 2, 1, 7, 869, 5, "1234", 10, 8, NULL, "M3000", NULL, 276193), + (239, "0ffdc63e-6fa6-4c00-b037-140aa0dbb7ea", "Puneet", "Assawa", "puneetassawa@smcfinance.com", "8441086710", NULL, "2021-08-31 09:18:29", 2, "2023-03-03 12:21:59", NULL, 2, 0, 7, 3374, 26, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (240, "a7d11c2a-f1ea-42fe-9022-94b4c999188f", "NANDAN KUMAR\t", "", "nandankumar@smcfinance.com", "9958683824", NULL, "2021-09-01 04:52:42", 2, "2023-03-03 13:29:03", 240, 2, 0, 7, 869, 5, "1234", 10, 8, NULL, "M3005", NULL, NULL), + (241, "c86b8f8b-c53a-43fb-933e-1fd356ccaec3", "RAUSHAN KUMAR", "", "raushankumar@smcfinance.com", "7827652323", NULL, "2021-09-01 04:52:42", 2, "2023-04-13 12:02:12", 241, 2, 0, 7, 869, 5, "2021", 10, 8, NULL, NULL, NULL, NULL), + (242, "7f168cbb-3a06-4c39-b81d-1d99d08f7bf1", "Jayneel", "Kotian", "jaineelkotian@smcfinance.com", "8169902482", NULL, "2021-09-02 04:37:10", 2, "2023-03-03 12:22:10", NULL, 2, 0, 7, 3374, 26, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (243, "254b160c-d9d3-46b5-8989-dc9fa780d7b8", "Radha", "", "radhasine@smcfinance.com", "9513012886", NULL, "2021-09-02 04:37:10", 2, "2024-04-30 10:40:11", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, NULL, 20, 21487), + (244, "5f5a54bb-174f-4494-bac3-b5b7c7df991e", "Vishal", "Singla", "vishalsingla@smcfinance.com", "8558931361", NULL, "2021-09-06 06:37:16", 2, "2023-03-03 13:08:33", 2, 2, 0, 7, 4085, 13, "5399", 20, NULL, NULL, NULL, 20, 423678), + (245, "b5834e18-b82a-4ab5-bd66-a13f0265b242", "Anuja", " Dixit", "anujadixit@smcfinance.com", "8076317117", NULL, "2021-09-07 04:18:05", 2, "2023-03-03 12:22:22", NULL, 2, 0, 7, 6081, 15, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (246, "13db923b-3eb6-4268-9819-622c7adad218", "SHOBHA", "SRIDHAR", "SHOBHA.SRIDHAR@LOANKUBER.COM", "9312222358", NULL, "2021-09-23 07:32:10", 2, NULL, NULL, 2, 1, 17, 869, 5, NULL, NULL, 32, NULL, NULL, NULL, NULL), + (247, "e9246e46-b227-44c3-bf8e-7f381603381c", "DHARMENDRA DARJI", "", "dharmendradarji@smcfinance.com", "9773413493", NULL, "2021-09-25 06:32:05", 2, "2023-04-13 12:02:22", 247, 2, 0, 7, 3374, 26, "1234", 10, 8, NULL, "M3014", NULL, NULL), + (248, "de1c900a-8b96-4cbc-a824-a4c3437ce8c4", "ANIRUDDH SHARMA", "", "aniruddhsharma@smcfinance.com", "8692823781", NULL, "2021-09-25 06:32:05", 2, "2023-04-13 12:02:32", 248, 2, 0, 7, 3374, 26, "2202", 10, 8, NULL, "M3015", NULL, NULL), + (249, "b152fdec-e346-46d5-a880-ae738919a231", "VISHWANATH GODE", "", "vishwanathgode@smcfinance.com", "8424853912", NULL, "2021-09-25 06:32:05", 2, "2023-03-03 13:29:38", 249, 2, 0, 7, 3374, 26, "1991", 10, 8, NULL, "M3011", NULL, NULL), + (250, "38ec13d7-77a0-41b6-808c-ee48ec20e8a9", "BHASKAR PAL", "", "bhaskarpal@smcfinance.com", "9473750713", NULL, "2021-09-25 06:32:05", 2, "2023-03-03 13:29:51", 250, 2, 0, 7, 3374, 26, "1996", 10, 8, NULL, "M3012", NULL, NULL), + (251, "526c3ea6-f792-4f2b-a740-1ee652a9c624", "Pratap Singh", "", "Pratapsingh@smcfinance.com", "9555035689", NULL, "2021-09-30 04:45:22", 2, "2022-01-12 20:11:12", 251, 2, 1, 7, 869, 5, "1153", 4, 8, NULL, "M3017", NULL, NULL), + (252, "ed8a5a80-ef85-4c55-84a7-41541304c4f6", "Mayur Joshi", "", "mayurjoshi@smcfinance.com", "7737578487", NULL, "2021-10-04 10:55:56", 2, "2023-03-03 12:22:35", NULL, 2, 0, 7, 3374, 26, NULL, 16, NULL, NULL, NULL, NULL, NULL), + (253, "53cdcf56-fcef-4062-a65e-94dec24fcdea", "Shivangi Agrawal", "", "shivangiagrawal@smcfinance.com", "9423590321", NULL, "2021-10-04 10:55:56", 2, "2023-03-03 12:22:49", 253, 2, 0, 7, 3374, 26, "1234", 20, NULL, NULL, NULL, NULL, NULL), + (254, "3a505df6-5c89-4553-ad15-bb5a37484790", "Shyam Narayan Pandey", "", "shyampandey@smcfinance.com", "9871012290", NULL, "2021-10-05 11:11:32", 2, "2023-03-03 13:30:05", 254, 2, 0, 7, 869, 5, "2508", 20, 8, NULL, "M3027", NULL, NULL), + (255, "959fe845-ac2a-44d1-b4e0-2074176fa10c", "UMESH", "", "umesh@smcfinance.com", "8505817171", NULL, "2021-10-05 11:11:32", 2, "2022-10-27 21:23:06", 255, 2, 1, 7, 869, 5, "1515", 10, 8, NULL, "M3024", NULL, 748903), + (256, "3d103bd2-be57-4c8b-9058-c0bf7b5598c4", "Preeti", "Dhankhar", "preetidhankharsine@smcfinance.com", "8510003540", NULL, "2021-10-08 07:59:32", 2, "2023-04-13 12:12:20", NULL, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (257, "321a48b4-a01f-4f97-85f9-a54c872c3c86", "Mohd", "Tariq", "mohdtariqsine@smcfinance.com", "8076670499", NULL, "2021-10-08 07:59:32", 2, "2023-04-13 12:12:40", NULL, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (258, "7657ba95-1d18-45b7-8bea-724e86c7c701", "Aman", "Jain", "amanjainsine@smcfinance.com", "6232737955", NULL, "2021-10-08 07:59:32", 2, "2023-03-03 12:23:02", NULL, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (259, "6dc18291-5f16-4cee-85c1-dcd04adcc6c2", "Sagar", "", "sagarsine@smcfinance.com", "9205652023", NULL, "2021-10-08 07:59:32", 2, "2023-03-03 12:23:13", NULL, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (260, "f2e29b99-ddb3-4c5f-a1a2-768a072adf28", "Rishikesh", "", "rishikeshsine@smcfinance.com", "7277662482", NULL, "2021-10-08 07:59:32", 2, "2023-04-13 12:12:57", NULL, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, NULL), + (261, "a6161ac6-704e-4042-b83f-2601719e2474", "Vikas", "Jha", "vikasjhasine@smcfinance.com", "8130047605", NULL, "2021-10-08 07:59:32", 2, "2024-08-24 12:19:57", NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, NULL, NULL, 170683), + (262, "9adcb1a9-429d-42e9-9622-f284b5738703", "ROHAN KADAM", "", "rohankadam@smcfinance.com", "9773039640", NULL, "2021-10-18 09:44:53", 2, "2023-03-03 13:30:20", 262, 2, 0, 7, 3374, 26, "1230", 10, 8, NULL, "M3023", NULL, NULL), + (263, "75172757-ddfd-48c7-a065-5284a2bb7e5b", "Priya", "Sitaraman", "priya@sineedge.com", "9910112743", NULL, "2021-10-21 06:19:17", 2, "2021-10-21 06:19:17", 2, 1, 1, NULL, 1248, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL), + (264, "134b6e77-a4f6-4747-bb5d-455c27e3a83e", "Pankaj", "Tripathi", "pankajtripathi@smcfinance.com", "8175000555", NULL, "2021-10-25 10:39:37", 2, "2022-12-21 10:13:34", 264, 2, 0, 7, 5984, 15, "1234", 16, 8, NULL, "M3028", NULL, NULL), + (265, "6f8a4613-c734-42c3-bdb1-5462e660cf96", "PRASHANT KHOLI", "", "prashantkohli@smcfinance.com", "8171907222", NULL, "2021-11-02 07:39:15", 2, "2023-04-13 12:02:44", 265, 2, 0, 7, 869, 5, "0808", 10, 8, NULL, "M3034", NULL, NULL), + (266, "b3559bca-5cc7-45fb-9194-5b0cdcf45961", "Sineedge PD", "", "sineedgepd@sineedge.com", "8123970718", NULL, "2021-11-08 07:33:19", 2, "2022-08-22 15:50:45", NULL, 2, 1, 7, 1248, 6, NULL, 20, NULL, NULL, "", NULL, NULL), + (267, "2b29939f-59d3-4933-b6c0-c4f32c8c3b63", "Aman Bhushan", "", "amanbhushan@smcfinance.com", "9555612555", NULL, "2021-11-08 12:01:13", 2, "2023-03-03 13:30:32", 267, 2, 0, 7, 869, 5, "1234", 10, 8, NULL, "M3035", NULL, NULL), + (268, "42e984cf-7453-4edc-9291-3480fca5711f", "Pooja", "Patil", "poojapatil@smcfinance.com", "9773538884", NULL, "2021-11-16 06:56:04", 2, "2024-04-30 11:44:11", 268, 2, 1, 7, 3374, 26, "1209", 20, NULL, NULL, "M3031", NULL, 759802), + (269, "7e1ebb37-75ef-4f04-94da-88b74b3f64dc", "Neha", "Patil", "nehapatil@smcfinance.com", "9870120253", NULL, "2021-11-17 05:14:22", 2, "2023-03-03 13:07:15", 2, 2, 0, 7, 3374, 26, NULL, 16, NULL, NULL, "M3037", NULL, NULL), + (270, "018da3fa-88bc-4faf-ac53-ee46d25c07ee", "MANISH KUMAR TYAGI", "", "manishtyagi@smcfinance.com", "9968731512", NULL, "2021-11-18 05:27:21", 2, "2023-07-26 18:55:45", 270, 2, 1, 7, 869, 5, "6060", 10, 8, NULL, "M3038", NULL, NULL), + (271, "1e23987a-986c-4ca8-8d9b-83a89d215587", "ARUN KUMAR", "", "arunkumar30@smcfinance.com", "9772239450", NULL, "2021-11-18 05:36:33", 2, "2022-05-20 10:44:36", 271, 2, 1, 7, 4307, 27, "1234", 10, 8, NULL, "M3039", NULL, 809123), + (272, "1f5029ca-b5a0-4c3f-b90f-8091ee635c20", "PIYUSH KUMAR", "", "piyushkumar@smcfinance.com", "8376803201", NULL, "2021-11-18 05:36:33", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 10, 8, NULL, "M3032", NULL, NULL), + (273, "3fb28b61-9b78-4cb3-907f-fba56c1770af", "Chaitali Nagvekar", "", "chaitalinagvekar@smcfinance.com", "7738874303", NULL, "2021-11-20 08:07:17", 2, "2022-12-21 10:13:44", 273, 2, 0, 7, 3374, 26, "2406", 10, 8, NULL, "M3033", NULL, NULL), + (274, "23b2c510-abbd-452a-a67a-88d4968712b5", "RAHUL KUMAR RAI", "", "rahulrai@smcfinance.com", "9319759997", NULL, "2021-11-22 05:11:03", 2, "2023-04-13 12:02:54", 274, 2, 0, 7, 869, 5, "9732", 10, 8, NULL, "M3030", NULL, NULL), + (275, "a8a8bfc6-5416-4ee0-b0ac-7820e5bb1f2f", "Ssa Support Sales PD", "", "ssa_supportsalespd@venbainfotech.com", "9698262400", NULL, "2021-11-26 04:31:47", 2, "2022-10-12 12:44:05", 275, 2, 1, 7, 4660, 2, "1234", 1, 8, NULL, "", NULL, NULL), + (276, "a99f46fe-ed98-4d29-9f1b-e1cd422e0042", "Vishal", "Giri", "vishalgiri@smcfinance.com", "9357131132", NULL, "2021-11-26 05:26:05", 2, "2023-04-13 12:03:05", 276, 2, 0, 7, 4085, 13, "0786", 10, 8, NULL, "M3040", NULL, NULL), + (277, "fb004cd3-ae80-4adf-b374-fb8302cfcd90", "Mukesh", "Sharma", "mukeshsharma@smcfinance.com", "9829332775", NULL, "2021-12-01 07:32:10", 2, "2022-12-21 10:17:33", 277, 2, 0, 7, 4307, 27, "1977", 6, 8, NULL, "M3042", NULL, 157246), + (278, "92cc4da8-a099-4aaf-979f-428f4a23ea6e", "Sachin", "Kumar", "sachin@sineedge.com", "8920604544", NULL, "2021-12-23 04:36:29", 2, "2023-05-17 07:04:16", 278, 1, 1, NULL, 1248, 6, "1234", NULL, NULL, NULL, "", NULL, 317409), + (279, "fbfa26d4-00f4-4707-9a1d-fc93afb1def5", "Kunal Priyadarshi", "", "kunalpriyadarshi@smcfinance.com", "8239029125", NULL, "2021-12-23 06:06:26", 2, "2022-12-21 10:17:53", 279, 2, 0, 7, 4307, 27, "1234", 10, 8, NULL, "M3064", NULL, 37569), + (281, "8cfeb740-e388-40fe-9155-699dcf30a9d7", "Rajeev", "Soni (Sineedge)", "rajeev@mw.com", "8800954311", NULL, "2021-12-23 12:31:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (282, "3654305d-b61d-4a6c-8e43-e0c43b6b5713", "Ajay", "Kumar (Sineedge)", "ajay@mw.com", "7834994722", NULL, "2021-12-23 12:31:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (283, "d2ecbdab-fe4b-4a56-9caf-19dfa218130d", "Shabista", "Ansari (Sineedge)", "shabista@mw.com", "8439528747", NULL, "2021-12-23 12:31:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (284, "4c52199d-7ae6-441f-b2dc-b589da3522a1", "SinePD", "(Sineedge)", "sinepd@mw.com", "8800954311", NULL, "2021-12-23 12:31:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (285, "b089a286-cdd4-49d6-b323-e5c871aa260e", "Gourav", "Palecha (Sineedge)", "gouravqc@mw.com", "9167627621", NULL, "2021-12-23 12:31:37", 2, "2022-01-13 05:02:47", 2, 2, 1, 7, 3374, 26, NULL, 1, NULL, NULL, "", 1, NULL), + (286, "4ee62fc3-4a02-4bdb-9c05-b04cfde0680b", "Dhanashree", "Kamble (Sineedge)", "dhanashree@mw.com", "7710006074", NULL, "2021-12-23 12:31:37", 2, "2022-01-13 05:02:47", 2, 2, 1, 7, 3374, 26, NULL, 1, NULL, NULL, "", 2, NULL), + (287, "3a0d72d7-58c8-484c-9c1b-1cbc79785ac3", "RAM Finance", "(Sineedge)", "ram@mw.com", "9167627621", NULL, "2021-12-23 12:31:37", 2, "2022-04-25 11:11:22", 287, 2, 1, 7, 3374, 26, "1992", 1, NULL, NULL, "", 2, NULL), + (288, "096b4281-7fcb-453d-9304-e6f2473eadb7", "Vishant", "(Sineedge)", "vishant@mw.com", "8123970718", NULL, "2021-12-25 12:13:42", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (289, "c9c6df27-93ca-4677-a6e0-5da372a23d51", "Ravi", "Shankar (Sineedge)", "Ravishankar@mw.com", "9416036611", NULL, "2021-12-27 04:26:37", 2, "2023-01-17 13:50:10", 2, 2, 0, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (290, "9f82c91f-79d6-4f40-8362-bbec202453ec", "Sahil ", "Behal (Sineedge)", "sahilbehal@mw.com", "8447946792", NULL, "2021-12-27 04:26:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (291, "f829941f-7306-4e58-87c1-0a26972c4525", "Aman", "Rai (Sineedge)", "amanrai@mw.com", "8882367903", NULL, "2021-12-27 04:26:37", 2, "2023-02-01 09:34:21", 2, 2, 0, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (292, "df67f50d-a2d0-4873-8374-283979c52328", "Faheem", "Ahmed (Sineedge)", "faheem@mw.com", "9268588738", NULL, "2021-12-27 04:26:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (293, "eb71841b-c57d-42f4-8826-b4c4f92e0be1", "Asheesh", "Arora (Sineedge)", "asheesharora@mw.com", "8860528366", NULL, "2021-12-27 04:26:37", 2, "2022-04-08 15:09:07", 2, 2, 0, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (294, "28097418-be43-4650-a1f9-7e60c6dbfba2", "Veer", "Pratap (Sineedge)", "veer@mw.com", "9643460410", NULL, "2021-12-27 04:26:37", 2, "2022-07-09 04:55:00", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (295, "e1f1f96d-7f83-4672-913d-139da7e1f2ed", "Sachin", "(Sineedge)", "sachin@mw.com", "8920604544", NULL, "2021-12-27 04:26:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (296, "f01c449a-409d-44ac-8d2a-2ae95fda6bf6", "Sanjeev", "Soni", "sanjeevsoni@smcfinance.com", "7503195801", NULL, "2021-12-27 04:26:37", 2, "2024-11-18 12:13:05", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M3433", 20, 410289), + (297, "b2d6e57e-1695-44ea-b6b0-9e5033bac08b", "Priya", "Sitaraman (Sineedge)", "priya@mw.com", "9910112743", NULL, "2021-12-27 04:26:37", 2, "2022-01-12 12:39:50", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (298, "934b7ac6-b2bb-4446-a354-57e78b762111", "Gourav", "Palecha (Sineedge)", "gouravpd@mw.com", "9167627621", NULL, "2021-12-27 04:26:37", 2, "2022-01-13 05:02:47", 2, 2, 1, 7, 3374, 26, NULL, 1, NULL, NULL, "", 2, NULL), + (299, "cfd312c4-abe9-4225-a02d-c46e8ef50089", "Ashish", "Agarwal", "ashishagarwal@smcfinance.com", "8302735015", NULL, "2021-12-28 06:20:42", 2, "2024-04-29 16:52:26", NULL, 2, 1, 7, 4307, 27, NULL, 16, NULL, NULL, "", 0, 370954), + (300, "74ff2e3f-88c8-4461-9813-7ab765520970", "Vikas Gupta", "", "vikasgupta@smcfinance.com", "9540738096", NULL, "2021-12-29 06:18:00", 2, "2023-05-17 05:48:24", 2, 2, 1, 7, 869, 5, "1510", 10, 8, NULL, "M3068", 10, 982031), + (301, "e844ae7d-9844-4a47-9777-25f28f234ed5", "YOGESH KUMAR SHARMA", "", "yogeshsharma@smcfinance.com", "8306224322", NULL, "2021-12-30 08:09:00", 2, "2022-12-21 10:18:12", 301, 2, 0, 7, 4307, 27, "1234", 16, 8, NULL, "M3066", 16, NULL), + (302, "bcf8195d-4f21-4386-b848-c0dbb2a9f61f", "Rahul", "Dutta", "rahuldutta@smcfinance.com", "9711509095", NULL, "2022-01-03 11:00:26", 2, "2024-12-28 11:59:48", NULL, 2, 1, 7, 869, 5, NULL, 16, NULL, NULL, "", 0, 591764), + (303, "e1b50fbe-c54d-4871-a0e3-74eb3147a388", "Abhishek", "Soni", "abhisheksoni@smcfinance.com", "9983822205", NULL, "2022-01-06 06:44:26", 2, "2024-05-13 17:20:13", 2, 2, 1, 7, 4318, 27, "2205", 16, 8, NULL, "M3069", 16, 256438), + (304, "393341a5-8c3a-486c-a494-625780b3c6fa", "Yogendra", "Pareek", "yogendrapareek@smcfinance.com", "8696317111", NULL, "2022-01-06 06:44:26", 2, "2023-03-03 13:31:09", 304, 2, 0, 7, 4307, 27, "1256", 10, 8, NULL, "M3070", 10, NULL), + (305, "9b747f83-52c8-408e-9f8c-b4e829241d74", "Pardeep ", "Kumar", "Pardeepkumar@smcfinance.com", "8882700292", NULL, "2022-01-13 08:41:45", 2, "2023-04-13 12:05:31", 305, 2, 0, 7, 4085, 13, "5928", 10, 8, NULL, "M3075", 10, 167348), + (306, "33db5bd1-1124-4c8b-a93b-88dcf6f07073", "Vaibhav", "Mehendale", "Vaibhavmehendale@smcfinance.com", "9619041749", NULL, "2022-01-17 05:38:50", 2, "2024-06-22 15:07:56", 2, 2, 1, 7, 3374, 26, NULL, 10, NULL, NULL, "M3076", 10, 831764), + (307, "9eb1827f-8a40-4406-a034-da6d23c87627", "Iyyappan", "Kounder", "iyyappankounder@smcfinance.com", "9967972357", NULL, "2022-01-28 05:59:28", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 15, NULL, NULL, "M3013", 0, NULL), + (308, "e6482698-51f1-4027-a687-366c769e4d27", "cpa@smcfinance.com", "", "cpa@smcfinance.com", "9811929820", NULL, "2022-01-31 07:43:31", 2, "2022-02-09 04:34:22", 2, 2, 1, 7, 869, 5, NULL, 15, NULL, NULL, "M2911", 15, NULL), + (309, "f2467017-3196-48c8-aad5-5925d0d9fd1b", "Samarjeet\t", "Singh tak", "samarjeettak@smcfinance.com", "9024730830", NULL, "2022-02-07 08:49:22", 2, "2023-04-13 12:03:22", 2, 2, 0, 7, 4307, 27, "5537", 10, 8, NULL, "M3088", 10, NULL), + (310, "add342a8-fcce-4237-a70f-0b57dbbe6f0f", "Yogesh Pareek", "", "yogeshpareek@smcfinance.com", "9001964060", NULL, "2022-02-10 09:40:35", 2, "2023-06-06 10:45:27", 310, 2, 1, 7, 4307, 27, "4060", 10, 8, NULL, "M3091", 0, 418596), + (311, "e06837c2-f495-429a-a825-0f7fed343e17", "CIFL", "", "cifl@cifl.com", "9000000000", NULL, "2022-02-10 11:00:54", 2, NULL, NULL, 2, 1, 18, 869, 5, NULL, NULL, 33, NULL, "", NULL, NULL), + (312, "ac15c306-dc01-4882-b7ea-c5d60a071031", "Magan Singh Gehlot", "", "magangehlot@smcfinance.com", "9928186471", NULL, "2022-02-11 08:33:26", 2, "2023-03-03 13:30:57", 312, 2, 0, 7, 4307, 27, "5748", 10, 8, NULL, "M3092", 0, NULL), + (313, "e05b783a-d011-4e5b-857a-12488244116d", "Supriya", "Sareen", "supriyasareen@smcfinance.com", "9599223286", NULL, "2022-02-18 11:03:52", 2, "2023-03-03 13:07:27", NULL, 2, 0, 7, 869, 5, NULL, 16, NULL, NULL, "M3085", 0, 763815), + (314, "eabd5d11-c56a-4953-a183-552bd512fc32", "Deepika", "Jain", "deepikajain@smcfinance.com", "9829851500", NULL, "2022-02-18 11:03:52", 2, "2025-02-07 14:43:58", 314, 2, 1, 7, 869, 5, "0708", 19, NULL, NULL, "M3082", 19, 753192), + (315, "0c5008c5-d81b-4e3a-943b-e4c6927e5b1d", "Ishu", "Goel", "Ishugoel@smcfinance.com", "8054150576", NULL, "2022-02-18 11:03:52", 2, "2023-03-03 13:07:40", 315, 2, 0, 7, 869, 5, "7024", 19, NULL, NULL, "M3083", 0, 197840), + (316, "9e9405de-c0ad-45a0-9d99-5ff5aa443c6b", "Uttam", "Das", "uttamdas@smcfinance.com", "7978040107", NULL, "2022-02-23 06:45:43", 2, "2023-03-03 13:07:52", NULL, 2, 0, 7, 869, 5, NULL, 20, NULL, NULL, "", 0, NULL), + (317, "31b10991-0450-492a-b5d8-009dd125686f", "Bhojak Krunalkumar Maheshkumar", "", "bhojakkrunalkumar@smcfinance.com", "9925457412", NULL, "2022-02-24 07:15:33", 2, "2023-04-13 12:03:14", 317, 2, 0, 7, 943, 25, "1985", 14, 8, NULL, "M3095", 0, NULL), + (318, "fa54142b-da8e-4d18-aab5-633c0c37cc63", " ", "", "ssacreditpd@vit.com", "9700000001", NULL, "2022-02-27 13:28:07", 2, "2025-04-15 12:33:12", 2, 2, 1, 7, 4660, 2, "1234", 1, NULL, NULL, "", 1, 830971), + (319, "565265a6-4feb-4931-8c47-ed33ad46fc52", "Dinesh", "Kashyap", "dinesh@sineedge.com", "8700282119", NULL, "2022-03-01 05:07:44", 2, "2022-10-15 16:52:05", NULL, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, "", NULL, NULL), + (320, "5389e0a0-8f7c-4025-b4f3-165eb692d234", "Santosh Kumar ", "", "santoshkumar@smcfinance.com", "8826893961", NULL, "2022-03-02 06:27:14", 2, "2022-12-21 10:20:10", 320, 2, 0, 7, 869, 5, "2108", 10, 8, NULL, "M3097", 0, 824369), + (321, "59f3ce5a-141a-412b-9df4-5518d4653db5", "Sunny Tiwari", "", "sunnytiwari@smcfinance.com", "7986049978", NULL, "2022-03-03 09:23:54", 2, "2022-12-07 11:17:48", 321, 2, 1, 7, 4017, 13, "1234", 16, 8, NULL, "M3093", 0, NULL), + (322, "b4bc5378-329e-4d09-8545-220fac380302", "Vaghel", "", "v@smcfinance.com", "9818105765", NULL, "2022-03-10 07:07:41", 2, "2022-04-21 15:31:00", 2, 2, 0, 7, 943, 25, NULL, 6, 8, NULL, "M3100", 6, NULL), + (323, "f93c4ba2-2bf5-41b4-abec-520f292bf9bc", "Vaghela Chetan Ishwarbhai", "", "vaghelachetan@smcfinance.com", "9818105765", NULL, "2022-03-10 10:20:08", 2, "2023-04-21 16:03:43", 323, 2, 1, 7, 953, 25, "3888", 6, 8, NULL, "M3100", 0, 148970), + (324, "a9ca1f8e-318b-4fe7-9141-02de2d4338b5", "Raghvendra Singh", "", "raghvendrasingh@smcfinance.com", "9818105765", NULL, "2022-03-11 07:54:42", 2, "2022-07-19 21:45:11", 324, 2, 1, 7, 869, 5, "5383", 10, 8, NULL, "M3101", 0, 278961), + (325, "42b718d5-7c48-452e-a1c4-1208d420360c", "Ritu Singh", "", "ritusingh@smcfinance.com", "9315553718", NULL, "2022-03-19 06:04:58", 2, "2022-12-21 10:20:24", 325, 2, 0, 7, 869, 5, "1234", 14, 8, NULL, "M3104", 0, NULL), + (326, "c257a5dd-8a3e-42f7-a436-10734259df42", "Shahrukh Hussain", "", "shahrukh@sineedge.com", "9555825117", NULL, "2022-03-23 04:32:27", 2, "2023-03-06 11:57:45", 326, 1, 1, NULL, 869, 5, "7724", NULL, NULL, NULL, "", NULL, NULL), + (327, "2adc1aa3-47a6-4f8b-b656-b5a178da38b8", "Shahrukh Hussain", "(Sineedge)", "shahrukh@mw.com", "9555825117", NULL, "2022-03-29 07:48:33", 2, "2022-04-22 06:25:13", 2, 2, 1, 7, 869, 5, NULL, 1, NULL, NULL, "", 1, NULL), + (328, "6c2214c4-cf1c-4320-acaa-c75fbc4b082d", "Ashok Kumar", "", "ashokkumar01@smcfinance.com", "9810960704", NULL, "2022-04-04 12:11:54", 2, "2023-04-13 12:03:31", NULL, 2, 0, 7, 869, 5, NULL, 10, 8, NULL, "M3109", 0, NULL), + (329, "49790f01-b377-4832-88d2-9ca856ff1a7e", "Rahul", "Madaan", "Rahulmadaan@smcfinance.com", "8447199039", NULL, "2022-04-07 05:16:26", 2, "2023-07-17 12:15:09", 329, 2, 1, 7, 869, 5, "1112", 16, NULL, NULL, "M3110", 16, NULL), + (330, "eaaab940-f8d5-4110-8c26-4184f3ea050a", "Satish Kumar", "Meena (Sineedge)", "satish@mw.com", "7014515538", NULL, "2022-04-09 05:30:33", 2, "2022-05-03 09:36:39", 330, 2, 1, 7, 4307, 27, "1122", 14, NULL, NULL, "", 1, 879213), + (331, "9c1b767d-bbd4-41ad-98b3-05530406a481", "Ashwani Kumar Sharma", "", "ashwanisharma@smcfinance.com", "9717824514", NULL, "2022-04-11 08:11:26", 2, "2023-12-26 10:23:16", 331, 2, 1, 7, 869, 5, "2204", 14, 8, NULL, "M3111", 0, 293015), + (332, "384c2caf-45f5-4cd2-acb1-832ac119fbbf", "Chand Mohammad", "(Sineedge)", "chandmohammad@mw.com", "9782522004", NULL, "2022-04-12 09:44:39", 2, "2023-03-02 18:33:23", 332, 2, 0, 7, 4318, 27, "2004", 14, NULL, NULL, "", 1, 975203), + (333, "7fdc8f13-9f4b-47df-90e7-04bb486da063", "Surajkumar Sohanlal Mali", "(Sineedge)", "surajmali@mw.com", "7016673702", NULL, "2022-04-13 11:23:46", 2, "2023-01-02 13:13:07", NULL, 2, 0, 7, 869, 5, NULL, 14, NULL, NULL, "", 1, NULL), + (334, "8d5cf7db-e336-47ea-92c7-37a3a7540ad2", "Prabhat Kumar Singh", "", "prabhatsingh@smcfinance.com", "8630626307", NULL, "2022-04-18 13:29:43", 2, "2022-12-24 10:32:43", 2, 2, 1, 7, 869, 5, "1234", 14, 8, NULL, "M3112", 14, NULL), + (335, "d15ddd6f-dbc2-4329-a85d-736ebfa8ec4a", "Parikshit", "(Sineedge)", "parikshit@mw.com", "8696167422", NULL, "2022-04-21 07:21:38", 2, "2022-07-09 10:40:51", 2, 2, 0, 7, 869, 5, NULL, 14, NULL, NULL, "", 1, NULL), + (336, "f03fd7d8-d05f-4956-a8ff-d36d1aaee1c2", "Surajkumar Sohanlal Mali", "", "surajmali@sine.com", "7016673702", NULL, "2022-04-22 06:25:13", 2, "2023-01-20 17:56:14", 336, 1, 0, NULL, 869, 5, "9621", NULL, NULL, NULL, "", NULL, NULL), + (337, "0b524b01-2637-4e27-bfa8-be46c32eaba9", "Bhavsar Ashish JayendraKumar", "", "bhavsarashishjayendrakumar@smcfinance.com", "9714862479", NULL, "2022-04-27 08:05:47", 2, "2023-04-13 12:04:43", 337, 2, 0, 7, 943, 25, "1258", 15, 8, NULL, "M3117", 15, NULL), + (338, "7b343256-3317-4fa0-9929-150d6b8438c1", "Keyur Bharatkumar Dangi", "", "keyurdangi@smcfinance.com", "8200774881", NULL, "2022-04-27 08:05:47", 2, "2022-12-21 10:20:36", 338, 2, 0, 7, 943, 25, "2030", 14, 8, NULL, "M3116", 0, 937150), + (339, "5ba2513e-710a-41b5-a019-b2ecc21ebf25", "Shukla Mithun Shaileshkumar", "", "shuklamithun@smcfinance.com", "9909919293", NULL, "2022-04-27 08:05:47", 2, "2023-03-03 13:31:21", NULL, 2, 0, 7, 943, 25, NULL, 10, 8, NULL, "M3115", 0, NULL), + (340, "4e22785b-ee99-4626-981c-4d53b0f13a57", "Darshan Dipakkumar", "", "darshanvinchhi@smcfinance.com", "9016859882", NULL, "2022-04-27 08:05:47", 2, "2023-04-13 12:03:46", 340, 2, 0, 7, 943, 25, "9148", 1, 8, NULL, "M3118", 0, NULL), + (341, "42473bdd-8037-4f36-b196-e50b9e6b1ea8", "Gaurav Verma", "", "gauravverma@smcfinance.com", "77270112248", NULL, "2022-05-06 10:05:56", 2, "2023-08-29 19:29:13", 341, 2, 1, 7, 4525, 27, "1234", 10, 8, NULL, "M3132", 0, 182964), + (342, "e51eacc9-1c0e-4870-bc79-9bc91cd12d00", "Naman Rastogi", "", "namanrastogi@smcfinance.com", "8826198666", NULL, "2022-05-11 04:49:35", 2, "2023-05-17 11:18:47", 342, 2, 0, 7, 869, 5, "2583", 6, 8, NULL, "M3121", 0, NULL), + (343, "4ce7246f-22ad-4ed5-a025-c0dbe6af3742", "Raghuveer Singh", "", "raghuveersingh@smcfinance.com", "7611077111", NULL, "2022-05-12 05:55:54", 2, "2024-02-12 11:04:59", 343, 2, 1, 7, 4318, 27, "7111", 20, 8, NULL, "M3124", 0, 937245), + (344, "8b6ffdc0-5a6e-4695-9d59-3ff0ac294b31", "Meet Suthar", "", "meetsuthar@smcfinance.com", "7698111952", NULL, "2022-05-17 04:59:02", 2, "2023-11-06 11:05:23", 344, 2, 1, 7, 943, 25, "1710", 14, 8, NULL, "M3127", 0, 708659), + (345, "be4271f1-bd25-4957-9bbb-25266611b2a3", "Anil Tiwari", "", "aniltiwari@smcfinance.com", "9452033538", NULL, "2022-05-18 05:49:11", 2, "2022-10-13 13:01:15", 345, 2, 1, 7, 869, 5, "2208", 1, 8, NULL, "M3084", 0, NULL), + (346, "2099d1f7-ebe4-41d6-83c1-37e7e9538fc1", "Mohamad Ansari", "", "azadansari@smcfinance.com", "8860775235", NULL, "2022-05-18 05:49:11", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 1, 8, NULL, "M2963", 0, NULL), + (347, "ed63e4ef-a090-4ae1-abde-3615e33fcdef", "Raj Lakshmi", "", "rajlakshmi@smcfinance.com", "8777344057", NULL, "2022-05-18 05:49:11", 2, "2023-04-13 12:03:56", NULL, 2, 0, 7, 869, 5, NULL, 20, 8, NULL, "M3026", 0, NULL), + (348, "6818b817-6130-4a3d-a5d9-76348707ef6a", "Maninder Singh", "", "manindersingh@smcfinance.com", "7814999991", NULL, "2022-05-20 06:44:34", 2, "2022-12-21 10:20:50", 348, 2, 0, 7, 4085, 13, "2300", 16, 8, NULL, "M3126", 0, 975481), + (349, "34f4fb04-e19a-4566-9071-12b58fa3131c", "Harish Ranjan", "", "harishranjan@sine.com", "9110148491", NULL, "2022-05-26 06:32:28", 2, "2023-03-14 06:55:08", 349, 1, 1, NULL, 869, 5, "9300", 14, NULL, NULL, "", 0, NULL), + (350, "e68e1eba-ac45-4648-9782-5b6dd8601b44", "Harish Ranjan", "(Sineedge)", "harishranjan@mw.com", "9110148491", NULL, "2022-05-26 06:32:28", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, NULL, NULL, "", 1, NULL), + (351, "b7674b2c-ceff-420c-859f-f667e0f01093", "Nikesh Sharma", "", "nikeshsharma@smcfinance.com", "9887784578", NULL, "2022-05-27 05:00:34", 2, "2024-01-12 16:35:57", 351, 2, 1, 7, 4307, 27, "1982", 16, 8, NULL, "M3133", 0, 840962), + (352, "2ceb5dbf-f560-43fc-89c8-4a9e204e3d76", "Abhinav Gill", "", "abhinavgill@smcfinance.com", "8528566677", NULL, "2022-05-27 05:00:34", 2, "2022-12-21 10:21:02", 352, 2, 0, 7, 4085, 13, "1234", 6, 8, NULL, "M3134", 0, 716239), + (353, "dfa0ddaa-8239-4204-bcf5-e267fe9c7f6b", "Abhijeet Divakaran", "", "abhijeetdivakaran@smcfinance.com", "8866306439", NULL, "2022-05-27 05:00:34", 2, "2023-08-16 12:45:39", 353, 2, 1, 7, 943, 25, "1992", 16, 8, NULL, "M3135", 0, NULL), + (354, "0382bd65-affb-4705-9568-3d2645afa32d", "Naresh Kumar\t", "", "nareshkumar@smcfinance.com", "7696061288", NULL, "2022-06-03 06:55:38", 2, "2023-06-22 10:30:33", 354, 2, 1, 7, 4085, 13, "8183", 20, 8, NULL, "M3139", 0, NULL), + (355, "1da8f6fb-9ee3-4181-852a-6875da7c0866", "Abhishek", "Solanki", "abhisheksolanki@smcfinance.com", "8447161801", NULL, "2022-06-06 04:50:48", 2, "2022-06-06 04:50:48", 2, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (356, "29240e46-1944-4921-9538-5e2154eba84a", "Ravinder", "Singh", "ravindersingh@smcfinance.com", "8447788149", NULL, "2022-06-06 04:50:48", 2, "2023-03-03 13:08:17", NULL, 2, 0, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (357, "f6378c8d-d576-4188-b4a3-321e87b6fde4", "Rahul Gupta ", "(Sineedge)", "rahulgupta@mw.com", "9975512568", NULL, "2022-06-14 07:17:49", 2, "2023-03-05 15:33:43", 2, 2, 1, 7, 3374, 26, NULL, 14, NULL, NULL, "", 1, NULL), + (358, "7bf9b729-2567-42ac-b5a1-63ab0485d34a", "Vikash Kumar\t", "", "vikashkumar@smcfinance.com", "8302157278", NULL, "2022-06-18 07:38:31", 2, "2022-12-21 10:21:25", 358, 2, 0, 7, 4180, 27, "1234", 6, 8, NULL, "M3143", 0, NULL), + (359, "7fc21a7a-2f7c-4280-980e-ba24630392e3", "Rahul Vyas\t", "", "rahulvyas@smcfinance.com", "9530176203", NULL, "2022-06-20 04:47:13", 2, "2024-04-29 16:59:53", 359, 2, 1, 7, 4318, 27, "4321", 20, NULL, NULL, "M3140", 0, 18293), + (360, "a22f097e-2bc0-40ad-8a5c-c7b333262d2a", "Yashpal Bhardwaj", "", "yashpalbhardwaj@smcfinance.com", "9871105973", NULL, "2022-07-05 05:45:02", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3108", 0, NULL), + (361, "24eb57e1-7c83-4b1f-b21f-82f072586e8f", "Abubakar", "", "abubakar@smcfinance.com", "7073473314", NULL, "2022-07-06 09:34:21", 2, "2022-12-21 10:21:14", 361, 2, 0, 7, 4525, 27, "4845", 14, 8, NULL, "M3142", 0, 67823), + (362, "3db07756-efee-46f0-8b58-1c8b968a575b", "Vikash Bhardwaj", "", "vikasbhardwaj@smcfinance.com", "8302558387", NULL, "2022-07-06 10:16:11", 2, "2023-04-13 12:04:04", 362, 2, 0, 7, 4353, 27, "9211", 6, 8, NULL, "M3145", 0, NULL), + (363, "e76a43ad-75bf-4e25-aad4-0047f442d199", "Rajiv Radi", "", "rajivradi@sine.com", "9818044969", NULL, "2022-07-08 10:19:39", 2, "2022-10-12 17:40:24", NULL, 1, 1, NULL, 869, 5, NULL, NULL, NULL, NULL, "", NULL, NULL), + (364, "cb33d963-a3a0-48af-9e80-406a3471b4cb", "Abhinav Sharma", "", "abhinavsharma@smcfinance.com", "9810212375", NULL, "2022-07-11 08:05:27", 2, "2023-10-04 11:03:36", 2, 2, 1, 7, 869, 5, "1234", 20, 8, NULL, "M3150", 20, 54637), + (365, "f64b1dc1-9309-4c63-8e54-50014dcd0f95", "Nilesh Jagannath Mohite", "", "nileshmohite@smcfinance.com", "9892304140", NULL, "2022-07-11 08:05:27", 2, "2022-12-21 10:21:35", 365, 2, 0, 7, 3169, 26, "8574", 20, 8, NULL, "M3151", 0, NULL), + (366, "fa40a5c3-564a-4046-8ac9-960f94c838b0", "Kamal Kant", "Sharma", "kamalkant@smcfinance.com", "9252278801", NULL, "2022-07-13 07:18:39", 2, "2023-03-03 13:31:49", 2, 2, 0, 7, 4176, 27, "0207", 20, 8, NULL, "M3153", 20, 302458), + (367, "3dd8921f-980d-4500-af08-ef075247b75f", "Bhuvanesh Goutam", "", "bhuvaneshgoutam@smcfinance.com", "9660681302", NULL, "2022-07-14 05:09:50", 2, "2022-12-21 10:21:58", 367, 2, 0, 7, 4307, 27, "1234", 10, 8, NULL, "M3156", 10, NULL), + (368, "5c83cba9-6734-4f9d-af10-1cc9d4fb14d4", "Arvind Singh Rajpoot", "", "arvind@smcfinance.com", "6350592542", NULL, "2022-07-14 05:09:50", 2, "2022-12-21 10:21:47", 368, 2, 0, 7, 4180, 27, "1234", 10, 8, NULL, "M3155", 0, NULL), + (369, "b9a8aea0-accb-479b-8e1d-94ea70d61ee0", "Ranjeet Kumar", "", "ranjeetkumar1@smcfinance.com", "8758756471", NULL, "2022-07-20 12:23:42", 2, "2023-11-18 10:04:53", 2, 2, 1, 7, 869, 5, "1020", 20, 8, NULL, "M3157", 0, 203498), + (370, "ff545994-3055-41db-9d4e-6e2dc8b7d0a1", "Dinesh Sharma", "", "dineshsharma@smcfinance.com", "9711260253", NULL, "2022-07-21 04:34:12", 2, "2022-12-21 10:22:21", 370, 2, 0, 7, 869, 5, "5455", 14, 8, NULL, "M3159", 0, NULL), + (371, "ee61c626-c615-40b6-bf78-8d4ca72d0601", "Vishal Jain", "(Sineedge)", "vishaljain@mw.com", "9891799587", NULL, "2022-07-25 04:47:57", 2, "2022-07-25 12:18:34", NULL, 2, 1, 7, 869, 5, NULL, 14, NULL, NULL, "", 1, 784620), + (372, "02ece720-4cbf-4269-95f2-e71631790ff8", "Vishal Jain", "", "vishaljain@sine.com", "9891799587", NULL, "2022-07-25 04:47:57", 2, "2023-03-06 09:56:41", 372, 1, 1, NULL, 869, 5, "2387", 14, NULL, NULL, "", 0, NULL), + (373, "8003f1d5-09ca-4ff7-b865-d181d23e0265", "Deepak Singh", "", "deepaksingh@sine.com", "9958494972", NULL, "2022-07-25 04:47:57", 2, "2023-03-03 04:08:12", 373, 1, 1, NULL, 869, 5, "2125", NULL, NULL, NULL, "", NULL, NULL), + (374, "8e8f685a-db34-40bf-a25c-620f88edb4a0", "Deepak Singh", "(Sineedge)", "deepaksingh@mw.com", "9958494972", NULL, "2022-07-25 04:47:57", 2, "2023-03-04 10:28:12", NULL, 2, 1, 7, 869, 5, NULL, 14, NULL, NULL, "", 1, NULL), + (375, "e1c32ff6-9bb8-4240-8a52-0f8b76e3a003", "Sujit Kumar", "", "sujitkumar@smcfinance.com", "9000000000", NULL, "2022-07-28 10:29:24", 2, "2023-05-04 10:35:12", 375, 2, 0, 7, 869, 5, "7981", 20, 8, NULL, "M3161", 0, 251906), + (376, "0e061e8a-c908-4597-a0e7-fe86d604701a", "Md Manzurul Hassan", "", "manzurulhassan@smcfinance.com", "9891078636", NULL, "2022-08-03 07:37:56", 2, "2023-06-24 11:32:04", 376, 2, 1, 7, 869, 5, "2244", 20, 8, NULL, "M3168", 0, NULL), + (377, "1aa63c04-6a0e-4606-b250-6e95f3b59a7d", "Rahul Yadav", "", "rahulyadav@smcfinance.com", "8920577012", NULL, "2022-08-09 06:50:11", 2, "2023-04-13 12:04:13", 377, 2, 0, 7, 869, 5, "1234", 20, 8, NULL, "M3160", 0, NULL), + (378, "5e22d5aa-82ac-453b-bbbf-905b6ead627c", "Murari Jha", "", "murarijha@smcfinance.com", "6203342844", NULL, "2022-08-17 12:25:50", 2, "2023-12-05 13:10:31", 378, 2, 1, 7, 869, 5, "6203", 20, 8, NULL, "M3169", 0, 601475), + (379, "b1f132cf-7305-4560-b24e-7e071cea06b4", "Mukesh Teli", "", "mukeshteli@smcfinance.com", "7014856715", NULL, "2022-08-22 05:50:50", 2, "2023-03-03 13:31:34", 379, 2, 0, 7, 4525, 27, "1234", 20, 8, NULL, "M3176", 0, NULL), + (380, "b3b9d89f-1b44-4577-89a4-6187c72552c1", "Ashi Jain", "", "ashijain@smcfinance.com", "9717374667", NULL, "2022-08-23 07:29:05", 2, "2023-02-03 12:22:20", 380, 2, 1, 7, 869, 5, "1898", 10, 8, NULL, "M3175", 0, NULL), + (381, "eecd0212-431f-4b6e-9bc6-c9f96d48ef33", "Kuljinder Singh\t", "", "kuljindersingh@smcfinance.com", "9988544303", NULL, "2022-08-25 07:16:05", 2, "2022-12-21 10:22:31", 381, 2, 0, 7, 4085, 13, "1981", 20, 8, NULL, "M3164", 0, NULL), + (382, "290f6025-799d-4019-8b23-bdc0bd6e24a7", "AMIT", "", "amit01@smcfinance.com", "9999301246", NULL, "2022-08-26 10:01:09", 2, "2023-04-13 12:04:22", 382, 2, 0, 7, 869, 5, "1256", 6, 8, NULL, "M3182", 0, 638519), + (383, "787a6ab4-da77-4da9-86d3-4c95c05340ec", "Priyank Sharma", "", "priyanksharma@smcfinance.com", "9555585281", NULL, "2022-08-27 06:58:43", 2, "2023-04-13 12:04:33", 383, 2, 0, 7, 869, 5, "2111", 20, 8, NULL, "M3183", 0, NULL), + (384, "1f50aad3-4ee1-45ad-b92f-f669dee4f495", "Pravesh Tripathi", "", "praveshtripathi@smcfinance.com", "7709816446", NULL, "2022-08-30 11:16:01", 2, "2023-04-13 12:07:41", 2, 2, 0, 7, 869, 5, "3289", 10, 8, NULL, "M3177", 10, NULL), + (385, "01814627-3e03-45bd-a778-1229b99114a9", "Edelweiss", "", "Edelweiss@Edelweiss.com", "9988998899", NULL, "2022-09-10 06:04:55", 2, NULL, NULL, 2, 1, 22, 869, 5, NULL, NULL, 35, NULL, "", NULL, NULL), + (386, "896b7afe-3425-4282-9626-eafd70c1cb03", "Satish Kumar", "Meena", "satish@sineedge.com", "7014515538", NULL, "2022-09-13 13:56:08", 2, "2022-09-13 14:41:38", 386, 1, 1, NULL, 4307, 27, "1122", NULL, NULL, NULL, "", NULL, NULL), + (387, "0c469d82-9693-484e-a06b-e98048c52f94", "Jignesh", "Shah", "jigneshshah@smcfinance.com", "8980040761", NULL, "2022-09-15 09:33:42", 2, "2024-04-29 16:27:20", 2, 2, 1, 7, 943, 25, "2718", 2, NULL, NULL, "", 2, 852940), + (388, "6b031810-01f8-4932-b8d8-384c2efde08e", "MANOJ KUMAR\t", "JAIN", "manojjain@smcfinance.com", "8360239858", NULL, "2022-09-15 09:33:42", 2, "2023-12-19 11:06:27", 388, 2, 1, 7, 4085, 13, "1234", 20, 8, NULL, "M3199", 20, 185623), + (389, "7e10285e-8e54-49c9-a5fd-e19a7da54a45", "Sarthak", "Nawal", "sarthaknawal@smcfinance.com", "9031906953", NULL, "2022-09-16 10:06:11", 2, "2023-04-13 12:13:15", NULL, 2, 0, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (390, "d4d07503-4145-49f3-adfd-9c321b1f8c2d", "Kunal", "Chhabra", "kunalchhabra@smcfinance.com", "9654121773", NULL, "2022-09-16 10:06:11", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (391, "95287cfd-80f3-410b-bc78-2ec3938f9134", "Nawab", "khan", "nawabkhan@smcfinance.com", "9891559448", NULL, "2022-09-16 10:06:11", 2, "2023-08-28 13:41:27", NULL, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (392, "9fa6d1fd-5032-4e36-ab7d-5b74644163e9", "YAMESH", "", "yamesh@smcfinance.com", "9910901868", NULL, "2022-09-19 09:13:19", 2, "2023-04-13 12:04:53", 392, 2, 0, 7, 869, 5, "8183", 16, 8, NULL, "M3187", 0, NULL), + (393, "2336a0e3-4dfd-40ee-958f-98a09e6457d1", "Bhupendra Maurya", "", "bhupendramaurya@smcfinance.com", "9820322614", NULL, "2022-09-20 07:57:42", 2, "2023-04-13 12:05:22", 2, 2, 0, 7, 3374, 26, "9820", 20, 8, NULL, "M3163", 20, NULL), + (394, "db5a8ab0-0259-4dbd-a202-003cee71b1d1", "LOKESH", "", "lokesh01@smcfinance.com", "9868480608", NULL, "2022-09-21 05:09:46", 2, "2023-04-07 18:19:06", 394, 2, 0, 7, 869, 5, "8802", 6, 8, NULL, "M3200", 0, 186320), + (395, "a3d8c378-921b-4f0c-bb74-dcc937f1a648", "Monika Garg", "", "monikagarg@smcfinance.com", "7710450015", NULL, "2022-09-22 08:21:04", 2, "2023-10-12 13:38:54", 395, 2, 1, 7, 667, 34, "1234", 20, 8, NULL, "M3210", 0, 792381), + (396, "f10c3fdb-5163-484c-8f78-0ef7b753f16a", "Atul yadav", "", "atulyadav@smcfinance.com", "9930450680", NULL, "2022-09-23 06:32:30", 2, "2023-12-04 10:23:33", 396, 2, 1, 7, 3374, 26, "1234", 20, 8, NULL, "M3196", 0, 784235), + (397, "90b34bb1-180a-496f-b41e-59c635247d73", "ASHOK KUMAR", "", "ashokkumar02@smcfinance.com", "8077990349", NULL, "2022-09-24 05:27:07", 2, "2024-01-05 15:17:10", 397, 2, 1, 7, 869, 5, "5555", 16, 8, NULL, "M3206", 0, 632104), + (398, "651f7e19-fbfd-4429-9533-2c80091e9328", "SACHIN KUMAR", "", "sachinkumar@smcfinance.com", "8941830496", NULL, "2022-09-24 05:27:07", 2, "2023-04-13 12:05:02", 398, 2, 0, 7, 869, 5, "1234", 16, 8, NULL, "M3212", 0, NULL), + (399, "f1cf7065-b96d-49fb-a446-97bde0a1389e", "Priyanshi Rathod", "", "priyanshirathod@smcfinance.com", "9000000000", NULL, "2022-09-27 06:20:14", 2, "2023-03-29 18:20:26", NULL, 2, 1, 7, 3374, 26, NULL, 20, NULL, NULL, "M3213", 0, 860417), + (400, "b5a9db13-af4a-495f-9f5c-71ff697b1b83", "Shailesh Kumar Mishra", "", "shaileshmishra@smcfinance.com", "9718694121", NULL, "2022-09-28 04:22:23", 2, "2023-04-13 12:05:11", 400, 2, 0, 7, 869, 5, "6767", 20, 8, NULL, "M3207", 0, 895417), + (401, "b5f60982-a3e5-4f25-bffc-3c48dc83941e", "Shashi Rane", "", "shashirane@smcfinance.com", "9769305980", NULL, "2022-10-11 05:43:58", 2, "2022-11-02 07:59:56", 401, 2, 1, 7, 3374, 26, "6533", 4, 8, NULL, "M3221", 0, NULL), + (402, "20d7f4c0-09ba-4f4a-9580-77b04c31b58e", "Rahul Sharma", "", "rahulsharma01@smcfinance.com", "9769662750", NULL, "2022-10-11 05:43:58", 2, "2023-08-14 05:15:34", 402, 2, 1, 7, 3374, 26, "6533", 10, 8, NULL, "M3223", 0, NULL), + (403, "3f42faef-af12-44a7-9ff0-f34f82e6707e", "JAIDEV SHARMA", "", "jaidevsharma@smcfinance.com", "9672979296", NULL, "2022-10-12 07:32:22", 2, "2022-10-13 07:49:15", 403, 2, 1, 7, 4307, 27, "1121", 20, 8, NULL, "M3229", 0, NULL), + (404, "bbb09723-be46-40be-8f3c-44e485922315", "Jale Singh", "", "jalesingh@smcfinance.com", "9950699994", NULL, "2022-10-13 06:44:55", 2, "2024-01-11 10:50:30", 404, 2, 1, 7, 4222, 27, "2124", 14, 8, NULL, "M3225", 0, 643791), + (405, "4f9e1f83-de3f-4a77-81a4-8c83b2a0b35a", "Upendra Basani", "", "upendrabasani@smcfinance.com", "7039225476", NULL, "2022-10-13 06:44:55", 2, "2023-04-24 16:58:24", 2, 2, 1, 7, 3374, 26, "8097", 10, 8, NULL, "M3226", 10, NULL), + (406, "db967f94-81fd-4c3c-abb1-612920cb5263", "Mukesh Yadav", "", "mukeshyadav@smcfinance.com", "9540070657", NULL, "2022-10-18 13:39:20", 2, "2023-04-13 12:05:41", 406, 2, 0, 7, 869, 5, "1996", 14, 8, NULL, "M3218", 0, 149502), + (407, "dbde89c7-7662-4aef-871b-e1579d880b74", "Ashish", "", "ashish@smcfinance.com", "7838563664", NULL, "2022-10-18 13:39:20", 2, "2023-04-13 12:05:50", 407, 2, 0, 7, 869, 5, "7981", 14, 8, NULL, "M3219", 0, NULL), + (408, "fdcbd389-052a-4b9b-8f4c-e29b1e3f13c9", "Rajeev", "Vishwakarma", "rajeevvishwakarma@smcfinance.com", "8799745410", NULL, "2022-10-21 06:33:14", 2, "2023-04-13 12:06:01", 408, 2, 0, 7, 869, 5, "0909", 6, 8, NULL, "M3231", 0, NULL), + (409, "d459a2ce-a7d3-49a2-a18b-00d6dc3d42bc", "Dhanesh Reddy", "", "dhaneshreddy@smcfinance.com", "9624037665", NULL, "2022-10-21 06:33:14", 2, "2023-04-13 10:12:40", 2, 2, 1, 7, 869, 5, "1989", 20, 8, NULL, "M3220", 20, NULL), + (410, "9bc5892e-e136-432b-811a-1b7da605acdf", "Rafik Mohd", "", "rafikmohd@smcfinance.com", "9785113283", NULL, "2022-10-27 10:25:03", 2, "2023-04-13 12:06:10", 410, 2, 0, 7, 869, 5, "9785", 14, 8, NULL, "M3233", 0, NULL), + (411, "54b888d7-3c26-4cb2-a2f2-a2043dde8481", "Simran Seth", "", "simranseth@smcfinance.com", "8318307640", NULL, "2022-11-07 10:52:11", 2, "2023-12-21 11:56:30", 411, 2, 1, 7, 869, 5, "3180", 20, 8, NULL, "M3180", 0, 508716), + (412, "6d8a3f30-6f05-44e6-9608-04ea5407329c", "Vanit Kumar", "", "vanitkumar@smcfinance.com", "7009243845", NULL, "2022-11-07 12:13:45", 2, "2023-01-28 14:25:43", 412, 2, 1, 7, 4085, 13, "1234", 20, 8, NULL, "M3236", 0, NULL), + (413, "cd7a7769-e208-462c-a156-5bf6b074f384", "Kamal Sharma", "", "kamalsharma@smcfinance.com", "9920261563", NULL, "2022-11-10 04:57:25", 2, "2023-08-07 16:05:54", 2, 2, 1, 7, 3374, 26, NULL, 6, NULL, NULL, "M3239", 6, NULL), + (414, "b7a1b952-77fe-4a05-a548-4caec08bca8e", "Mitesh Vichare", "", "miteshvichare@smcfinance.com", "9029506653", NULL, "2022-11-17 05:06:50", 2, "2023-08-07 08:54:43", 414, 2, 1, 7, 3374, 26, "8829", 6, 8, NULL, "M3247", 0, 475306), + (415, "a34312a7-2194-4d57-b767-b9a5781ea610", "Vishal Mahale", "", "vishalmahale@smcfinance.com", "8308715351", NULL, "2022-11-17 05:06:50", 2, "2023-02-20 11:10:42", 415, 2, 1, 7, 3374, 26, "3110", 16, 8, NULL, "M3248", 0, NULL), + (416, "a4075ca4-684b-421e-aab0-3e7a6274ce51", "Bhuwan Chandra Upreti", "", "bhuwanupreti@smcfinance.com", "7830944182", NULL, "2022-11-18 11:21:33", 2, "2023-09-06 15:00:51", 416, 2, 1, 7, 869, 5, "9837", 14, 8, NULL, "M3245", 0, NULL), + (417, "dcb5bcd4-e2ad-4e48-aca6-0127bc39b4f3", "Narottam Singh", "", "narottamsingh@smcfinance.com", "8988027516", NULL, "2022-11-21 14:50:59", 2, "2023-03-03 13:32:27", 2, 2, 0, 7, 869, 5, "1005", 10, 8, NULL, "M3237", 10, NULL), + (418, "aae4b9ba-8246-4065-9422-4b1896f5acb5", "Rupesh Jethwa", "", "rupeshjethwa@smcfinance.com", "9833418481", NULL, "2022-11-23 06:24:01", 2, "2023-04-13 12:06:22", 418, 2, 0, 7, 869, 5, "2684", 10, 8, NULL, "M3249", 0, NULL), + (419, "028eba1c-1d86-4b66-966c-4a6b5f1e12f7", "Deepak S bangera", "", "deepakbangera@smcfinance.com", "7350195440", NULL, "2022-11-26 04:56:51", 2, "2023-08-11 05:39:39", 419, 2, 1, 7, 3374, 26, "2022", 16, 8, NULL, "M3251", 0, NULL), + (420, "b0355a25-631e-4064-94ed-fd8aec352525", "IDFC First", "", "idfc@idfc.com", "9900000000", NULL, "2022-12-05 05:26:45", 2, NULL, NULL, 2, 1, 24, 3374, 26, NULL, NULL, 36, NULL, "", NULL, NULL), + (421, "3686eb0e-d5d2-4f22-aeae-570380765c7e", "Manoj Kumar", "Yadav", "manojyadav@smcfinance.com", "9602950646", NULL, "2022-12-07 13:30:36", 2, "2023-04-13 12:06:32", 421, 2, 0, 7, 4307, 27, "3625", 10, 8, NULL, "M3258", 0, NULL), + (422, "bac59198-10fc-40c0-a2e3-232efb3f5009", "Singh Indraprakash", "", "singhindraprakash@smcfinance.com", "9998736390", NULL, "2022-12-09 06:51:58", 2, "2023-06-06 06:12:26", 422, 2, 1, 7, 943, 25, "1991", 20, 8, NULL, "M3256", 0, NULL), + (423, "6249fae3-2d3b-4f6d-a3aa-49bc2e29c08e", "Vikas Patil", "", "vikaspatil@smcfinance.com", "9920269911", NULL, "2022-12-09 10:01:24", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 20, 8, NULL, "M3040", 0, NULL), + (424, "ac0277bb-67fe-445e-be74-f6c4e10b2573", "Vedprakash Mishra", "", "vedprakashmishra@smcfinance.com", "8767801771", NULL, "2022-12-09 10:01:24", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 20, 8, NULL, "", 0, NULL), + (425, "70578527-de06-4898-afec-e66432217f63", "Mohit C Swar", "", "mohitswar@smcfinance.com", "9819687080", NULL, "2022-12-13 05:12:15", 2, "2023-05-04 10:35:31", 425, 2, 0, 7, 3169, 26, "7867", 20, 8, NULL, "M3255", 0, NULL), + (426, "3b5c56d0-c35b-448e-9504-d3e70cd68e03", "Anupriya kumari", "", "anupriyakumari@smcfinance.com", "6200703775", NULL, "2022-12-16 11:18:10", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 3, 8, NULL, "M3167", 0, NULL), + (427, "434b239d-20b0-4db6-9f15-01774dd91c82", "Amjad Khan", "", "amjadkhan@smcfinance.com", "9829004651", NULL, "2022-12-17 11:40:46", 2, "2023-04-13 12:06:58", 427, 2, 0, 7, 4307, 27, "0786", 6, 8, NULL, "M3262", 0, NULL), + (428, "33263849-2b66-4464-ad03-6cd882c5cff3", "Pawan Kumar", "", "pawankumar@smcfinance.com", "9878513431", NULL, "2022-12-27 05:10:17", 2, "2023-02-15 12:54:15", 428, 2, 1, 7, 869, 5, "5032", 14, 8, NULL, "M3268", 0, NULL), + (429, "71fccdec-278c-4cc5-b790-f05509a0bab8", "Anjali", "Kumari", "anjalikumari@smcfinance.com", "8178230869", NULL, "2022-12-28 13:19:09", 2, "2023-03-03 13:08:45", NULL, 2, 0, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (430, "7a8feff1-35c6-475d-b8f6-60d1f7484845", "Tarun", "", "tarun08@smcfinance.com", "6398613127", NULL, "2022-12-28 13:19:09", 2, "2023-04-13 12:13:34", NULL, 2, 0, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, NULL), + (431, "df08c408-3e7c-4c61-946b-7b3c98ad04c3", "Manoj", "Rao", "manojrao@smcfinance.com", "9971930836", NULL, "2022-12-28 13:19:09", 2, "2024-05-22 11:38:29", NULL, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, 634092), + (432, "0cf171ff-e862-4f8f-8c91-5de3a504cb27", "Surender", "Mahori", "surendermahori@smcfinance.com", "9654844850", NULL, "2022-12-28 13:19:09", 2, "2024-05-06 18:14:00", NULL, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 0, 318542), + (433, "831215fd-a56f-4564-a3b7-afa8977a759f", "Patel Vishal", "(Sineedge)", "vishalpatel@mw.com", "9726966834", NULL, "2023-01-02 06:45:35", 2, "2023-03-02 18:31:57", 2, 2, 0, 7, 943, 25, NULL, 20, NULL, NULL, "", 1, NULL), + (434, "03403933-4b9d-4007-b8c4-ebd881c7a2a9", "YOGESH JANGID", "", "Yogeshjangid@smcfinance.com", "7611865079", NULL, "2023-01-06 06:12:20", 2, "2023-01-09 12:33:59", 434, 2, 1, 7, 4307, 27, "5084", 3, 8, NULL, "M3273", 0, 293047), + (435, "0bbf243f-ff7b-4760-8e03-45155b6a5519", "SHAKTI SINGH", "", "shaktisingh@smcfinance.com", "7011455363", NULL, "2023-01-09 10:59:34", 2, "2023-08-10 10:38:38", 435, 2, 1, 7, 869, 5, "1234", 3, 8, NULL, "M3275", 0, NULL), + (436, "df810235-67a2-4355-a6c2-3d241d42557e", "Paramveer", "(Sineedge)", "paramveer@mw.com", "9313424763", NULL, "2023-01-10 06:33:40", 2, "2023-02-20 12:24:28", 2, 2, 1, 7, 869, 5, NULL, 14, NULL, NULL, "", 1, 372601), + (437, "3f48642b-1589-4a58-80cc-9fa93ad32238", "Paramveer", "", "paramveer@sineedge.com", "9313424763", NULL, "2023-01-10 06:33:40", 2, "2023-05-16 10:44:39", 437, 1, 1, NULL, 869, 5, "2104", NULL, NULL, NULL, "", NULL, 943726), + (438, "75822865-13fb-497f-9c87-01a2c1b01277", "Jay Mavani", "", "jaymavani@smcfinance.com", "9974444405", NULL, "2023-01-11 01:01:07", 2, "2023-01-30 13:46:40", 438, 2, 1, 7, 7066, 25, "1790", 20, 8, NULL, "M3266", 0, NULL), + (439, "6515944d-297c-4228-9833-e363acfb9c2b", "Kakadiya Chirag Dilipbha", "", "chiragkakadiya@smcfinance.com", "7984990363", NULL, "2023-01-12 05:06:15", 2, "2023-04-13 12:07:31", 439, 2, 0, 7, 943, 25, "8758", 3, 8, NULL, "M3276", 0, NULL), + (440, "3e64e182-0b48-4b15-9162-30242c60c7ac", "Bishaw Deo Mishra", "", "bishawmishra@smcfinance.com", "9811979495", NULL, "2023-01-17 05:37:00", 2, "2023-03-22 19:01:35", 440, 2, 1, 7, 869, 5, "1624", 20, 8, NULL, "M3281", 0, NULL), + (441, "5371d178-e0f5-4cc1-89dc-f9c800f5abe2", "HABEEB KHAN", "", "habeebkhan@smcfinance.com", "9555354400", NULL, "2023-01-17 05:37:00", 2, "2023-08-21 16:22:37", NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3283", 0, NULL), + (442, "e966bc08-9783-4a16-8981-76e99985a83d", "JALAJ VIJAY", "", "jalajvijay@smcfinance.com", "9468699754", NULL, "2023-01-23 09:10:02", 2, "2023-07-21 11:53:58", 442, 2, 1, 7, 4307, 27, "0000", 14, 8, NULL, "M3287", 0, NULL), + (443, "8dc011cc-46ab-4fa1-821f-92457744611f", "Vijay Kushwaha", "", "vijaykushwaha@smcfinance.com", "9833766115", NULL, "2023-01-30 07:41:31", 2, "2023-06-12 04:31:23", 443, 2, 1, 7, 3374, 26, "6598", 10, 8, NULL, "M3289", 0, NULL), + (444, "e1ca1dd5-78d6-4a2c-840e-df00df5072a1", "Shubham Shukla", "", "shubhamshukla@smcfinance.com", "8898866778", NULL, "2023-01-30 07:41:31", 2, "2023-06-13 15:55:49", NULL, 2, 1, 7, 3374, 26, NULL, 14, 8, NULL, "M3290", 0, NULL), + (445, "1dd46c84-b1af-45d0-8c3f-f19cb03083a8", "Ankush", "", "ankush1@smcfinance.com", "7814065074", NULL, "2023-02-09 07:12:11", 2, "2024-04-30 12:04:00", 2, 2, 1, 7, 869, 5, "2572", 20, NULL, NULL, "M3291", 10, 93861), + (446, "3bc17051-82e8-4a9e-82ac-d031116baece", "Rushang", "Parmar", "parmarrushang@smcfinance.com", "9601631311", NULL, "2023-02-16 05:12:48", 2, "2023-02-16 05:12:48", 2, 2, 1, 7, 943, 25, NULL, 20, NULL, NULL, "M3260", 20, NULL), + (447, "fee70336-99bc-4a92-ae24-a207133ae92b", "Ranva Hiren", "", "ranvahiren@smcifinance.com", "9898298882", NULL, "2023-02-16 05:12:48", 2, "2023-02-16 07:12:39", 447, 2, 1, 7, 943, 25, "7766", 20, 8, NULL, "M3298", 0, NULL), + (448, "1d66a579-b0a2-43cc-9114-e493b59b48d3", "Anurag Jain", "", "anuragjain@smcfinance.com", "9654460135", NULL, "2023-02-16 12:36:13", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M2967", 0, NULL), + (449, "07db575b-7b46-4a56-8866-3b251a9fd03b", "Suneel Kumar Mishra", "", "suneelmishra@smcfinance.com", "9619028933", NULL, "2023-02-22 07:15:20", 2, "2023-02-24 09:41:54", 449, 2, 1, 7, 3374, 26, "1981", 14, 8, NULL, "M3301", 0, NULL), + (450, "f89e4ea7-3ae6-4332-8864-c3341d8087f5", "Umesh Narayan Yadav", "", "umeshyadav@smcfinance.com", "9819084191", NULL, "2023-02-23 10:47:53", 2, "2024-02-09 14:57:23", 450, 2, 1, 7, 869, 5, "9819", 20, 8, NULL, "M3293", 0, 35942), + (451, "c997c4c3-64e8-4e47-8750-34ebbc8962fd", "ssa_support", "officer2", "appreview@venbainfotech.com", "9638527410", NULL, "2023-02-28 16:03:06", 1, "2023-02-28 17:23:16", 451, 1, 1, NULL, 4660, 2, "1234", NULL, NULL, NULL, "", NULL, NULL), + (452, "f16b1db3-6130-4a83-a99c-5d99858dcbb3", "Neville", "Seth", "nevilleseth@smcfinance.com", "9871040392", NULL, "2023-03-02 07:56:44", 2, "2023-03-02 07:56:44", 2, 2, 1, 7, 1248, 6, NULL, 2, NULL, NULL, "", 0, NULL), + (453, "c33a12f1-799b-403f-bee8-5570698b85c4", "Vishal Rana", "", "vishalrana@smcfinance.com", "7567674771", NULL, "2023-03-03 12:27:04", 2, "2024-04-29 16:57:49", 2, 2, 1, 7, 943, 25, NULL, 20, NULL, NULL, "", 20, 197504), + (454, "a7596e8c-4509-452e-9fb2-12acecdcd0a9", "Sanny Pandya", "", "sannypandya@smcfinance.com", "9000012345", NULL, "2023-03-09 07:35:50", 2, "2024-05-22 09:19:51", 2, 2, 1, 7, 7066, 25, "9639", 20, NULL, NULL, "", 20, 895204), + (455, "8b06e4db-0fc1-4de7-a851-756651c523ff", "Shubham Yadav", "", "shubhamyadav@mw.com", "7600423744", NULL, "2023-03-09 07:35:50", 2, "2023-03-15 17:31:04", 455, 2, 0, 7, 943, 25, "1999", 20, NULL, NULL, "", 1, NULL), + (456, "f71e78ff-0879-452d-84bf-2ebc49c6ccc6", "Vinit Singh", "", "vinitsingh@smcfinance.com", "9829252677", NULL, "2023-03-14 05:28:13", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 14, 8, NULL, "M3311", 0, NULL), + (457, "f1886cfa-0d2e-47a6-b4fe-4e9e4d8e6cb5", "Girishkumar S Chinchli", "(Sineedge)", "girishkumar@mw.com", "9924943300", NULL, "2023-03-15 11:10:18", 2, "2023-04-17 15:10:05", 2, 2, 1, 7, 943, 25, NULL, 14, NULL, NULL, "", 1, 174806), + (458, "f52a8833-956e-4092-a323-8d3987a62b01", "Sanjeev Suresh Bagul", "", "sanjeevbagul@smcfinance.com", "9829252677", NULL, "2023-03-24 05:25:35", 2, "2023-12-24 17:18:02", 458, 2, 1, 7, 3374, 26, "2323", 14, 8, NULL, "M3317", 0, 803649), + (459, "22c15b3b-9872-45a2-bf6f-8303e7f7a857", "Nayi Sachin Bhikhabhai", "", "sachinnayi@smcfinance.com", "9898763529", NULL, "2023-03-27 11:24:34", 2, "2023-08-23 16:57:37", 459, 2, 1, 7, 943, 25, "2069", 14, 8, NULL, "M3321", 0, 14782), + (460, "7bb23c60-f0b6-4858-848c-127655250224", "Aman", "Gupta", "amangupta@smcfinance.com", "9897641482", NULL, "2023-03-29 09:29:43", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 16, NULL, NULL, "", 0, NULL), + (461, "9010c1c4-221a-4e73-9e3a-425f7c74f9e9", "BUNNI LUTHRA", "", "bunniluthra@smcfinance.com", "9999682224", NULL, "2023-04-06 04:36:37", 2, "2023-05-10 11:54:29", NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3327", 0, NULL), + (462, "26de404e-f793-4f9f-9f12-8715ccd30c93", "Vijaya Korde", "", "vijayakorde@smcfinance.com", "8169844794", NULL, "2023-04-10 05:33:20", 2, "2023-06-01 13:28:55", 462, 2, 1, 7, 3374, 26, "1988", 14, 8, NULL, "M3330", 14, NULL), + (463, "4ceeae0d-1875-460e-8fcf-a1258cb4b4b5", "Vijay Joshi", "", "vijayjoshi@smcfinance.com", "8356033957", NULL, "2023-04-10 05:33:20", 2, "2023-05-17 11:19:27", 463, 2, 0, 7, 3374, 26, "7898", 14, 8, NULL, "M3328", 14, NULL), + (464, "73c31f50-d054-4801-ba03-ff73eaf9b170", "Vikas Kumar Jangid", "", "vikaskumar1@smcfinance.com", "8824261966", NULL, "2023-04-10 05:33:20", 2, "2023-06-09 11:24:20", 464, 2, 1, 7, 4307, 27, "0506", 14, 8, NULL, "M3329", 0, 345209), + (465, "4b51b0ab-4a00-49f4-90a2-7f33b8c2f299", "Vijaya Vishal Korde", "", "vijukvcc@gmail.com", "8169844794", NULL, "2023-04-10 05:33:20", 2, "2023-04-13 15:43:24", NULL, 2, 0, 7, 3374, 26, NULL, 14, 8, NULL, "M3330", 0, NULL), + (466, "19b1df17-481f-43f0-ac6c-93ec84de2cb7", "Vikas Sharma", "", "vikassharma@smcfinance.com", "8503918383", NULL, "2023-04-10 05:33:20", 2, "2023-06-09 18:11:58", 466, 2, 1, 7, 4307, 27, "7890", 14, 8, NULL, "M3331", 0, NULL), + (467, "ee45d123-db87-4f8e-bf4d-6c1d0c75b8d5", "Vachan Singh", "", "vachansingh@smcfinance.com", "9999996227", NULL, "2023-04-10 05:33:20", 2, "2024-01-24 12:52:58", 467, 2, 1, 7, 869, 5, "0412", 14, 8, NULL, "M3334", 0, 817340), + (468, "3fc27f3d-8d3a-41d4-b25e-b61a9a65c5e3", "Sen Kailashchandra", "Shankarbhai", "kailashchandrasen@smcfinace.com", "7405368813", NULL, "2023-04-10 05:33:20", 2, "2023-05-10 08:10:25", 468, 2, 1, 7, 943, 25, "8813", 14, 8, NULL, "M3335", 0, NULL), + (469, "bcbe5e18-f4b4-4f90-b87b-63701f02d8b4", "Vyas Pinakin", "Dhansukhlal", "pinakinvyas@smcfinance.com", "9574100043", NULL, "2023-04-10 05:33:20", 2, "2023-09-20 12:30:29", 469, 2, 1, 7, 943, 25, "1041", 14, 8, NULL, "M3336", 0, NULL), + (470, "2dee19e4-faab-46fe-b6bb-a56dad754ee5", "Shah Ritesh", "", "riteshshah@smcfinance.com", "9879977354", NULL, "2023-04-10 05:33:20", 2, "2023-09-18 15:47:53", 470, 2, 1, 7, 943, 25, "2611", 14, 8, NULL, "M3337", 0, 639270), + (471, "8cb584bf-f722-4a04-93d6-c22e49c5004f", "Shubham Khandelwal", "", "shubhamkhandelwal@smcfinance.com", "8005839437", NULL, "2023-04-27 11:15:14", 2, "2023-06-21 13:54:11", 471, 2, 1, 7, 4307, 27, "8005", 20, 8, NULL, "M3344", 0, NULL), + (472, "45f1ba3b-dfe1-4b2b-b843-e5dfde511e3b", "Kanhaiya Lal Meena", "", "kanhaiyameena@smcfinance.com", "9782005188", NULL, "2023-04-27 11:15:14", 2, "2023-05-04 10:37:27", NULL, 2, 0, 7, 4307, 27, NULL, 20, 8, NULL, "M3345", 0, NULL), + (473, "8e57a847-2fbc-44bb-a76e-aaa5a45ea8dc", "Ajay Singh", "", "ajaysingh@smcfinance.com", "6353589133", NULL, "2023-04-27 11:15:14", 2, "2023-06-20 05:15:16", 473, 2, 1, 7, 943, 25, "0308", 20, 8, NULL, "M3346", 0, NULL), + (474, "302b963a-dbb2-45ba-a633-7f7ce91c4571", "AMAN", "", "aman@smcfinance.com", "9818795160", NULL, "2023-05-05 10:57:28", 2, "2023-05-08 11:15:21", 474, 2, 1, 7, 869, 5, "9818", 14, 8, NULL, "M3353", 0, NULL), + (475, "19ef0bf1-dcf2-408b-b069-6d87a504f01b", "SURENDER", "", "surender@smcfinance.com", "9988262774", NULL, "2023-05-08 06:28:16", 2, "2024-01-08 14:11:19", 475, 2, 1, 7, 667, 34, "1234", 10, 8, NULL, "M3351", 0, 206318), + (476, "66695ef3-ddf8-46d4-b095-5de5f7506008", "Kanhaiya Lal Meena", "", "kanhaiyameena1@smcfinance.com", "9782005188", NULL, "2023-05-10 06:03:56", 2, "2024-04-16 11:38:08", 476, 2, 1, 7, 4307, 27, "0000", 14, 8, NULL, "M3354", 0, 103452), + (477, "2d8fbb4d-f193-46b7-95c5-afebfd87cb27", "Manishkumar Sureshbhai Parikh", "", "manishparikh@smcfinance.com", "8140547287", NULL, "2023-05-10 06:03:56", 2, "2023-12-08 17:36:20", 477, 2, 1, 7, 943, 25, "2023", 14, 8, NULL, "M3357", 0, 421596), + (478, "c4327632-f6b9-4bf9-8ae3-e86938d407cf", "Gaurav Saxena", "", "gauravsaxena@smcfinance.com", "8851186312", NULL, "2023-05-10 06:03:56", 2, "2023-05-23 08:13:22", 478, 2, 1, 7, 869, 5, "1234", 14, 8, NULL, "M3358", 0, NULL), + (479, "94481416-7882-400a-9114-17fee288729b", "Gautam Nikam", "", "gautamnikam@smcfinance.com", "9892282592", NULL, "2023-05-17 05:48:24", 2, "2023-12-15 08:46:22", 479, 2, 1, 7, 3374, 26, "2023", 14, 8, NULL, "M3361", 0, 726813), + (480, "1011fe94-ac04-4a90-a753-e932b0ee5429", "Megha", "", "megha@smcfinance.com", "9000000333", NULL, "2023-05-18 09:45:20", 2, "2024-05-21 15:03:59", 2, 2, 1, 7, 1248, 6, NULL, 3, NULL, NULL, "M3349", 3, 596284), + (481, "727fc210-2545-45af-80b7-95a5430a2620", "Shivam Pal", "", "shivampal@smcfinance.com", "8700464775", NULL, "2023-05-22 08:03:45", 2, "2023-08-14 12:02:02", 481, 2, 1, 7, 869, 5, "1810", 14, 8, NULL, "M3364", 0, NULL), + (482, "79b0ea25-3fe2-440d-b759-5edd9e80e638", "Shivang Sabharwal", "", "shivangsabharwal@smcfinance.com", "9000000000", NULL, "2023-05-24 06:44:12", 2, "2023-06-13 14:13:40", NULL, 2, 1, 7, 667, 34, NULL, 15, NULL, NULL, "M3365", 0, NULL), + (483, "b1c05133-bcc9-4719-98f5-35aff743b8b5", "Deji Jha", "", "dejijha@smcfinance.com", "9650958155", NULL, "2023-05-24 13:12:51", 2, "2023-06-01 12:58:51", 483, 2, 1, 7, 869, 5, "1234", 15, NULL, NULL, "M3333", 0, 74936), + (484, "8c6fba59-7ca6-40a3-b112-a4ab3f83a13c", "Bharat", "", "bharat@smcindiaonline.com", "7891378070", NULL, "2023-06-09 06:00:08", 2, "2023-06-14 16:51:14", 484, 2, 0, 7, 4318, 27, "3810", 10, 8, NULL, "M3381", 0, NULL), + (485, "58cc65a5-ac05-449c-a276-4493b4f95857", "MANOJ PAL", "", "manojpal@smcfinance.com", "9871210127", NULL, "2023-06-13 06:57:33", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3367", 0, NULL), + (486, "16c49178-3daa-47ec-b81a-fff4c262b719", "Bhavya", "Shah", "bhavyashah@smcfinance.com", "7779048301", NULL, "2023-06-13 06:57:33", 2, "2024-06-27 16:17:26", 2, 2, 1, 7, 943, 25, NULL, 15, NULL, NULL, "M3375", 15, 47196), + (487, "371dfaaa-8ec4-49d2-acb3-8fe2820fe0fc", "Rusabh Shah", "", "rusabhshah@smcfinance.com", "7304251938", NULL, "2023-06-13 06:57:33", 2, "2023-12-04 11:46:29", 487, 2, 1, 7, 3374, 26, "7042", 10, 8, NULL, "M3383", 0, 586934), + (488, "fddca1f9-4c18-4fcb-8bff-5c563cd4a6f4", "ASHISH CHHIBER", "", "ashishchhibber@smcfinance.com", "9718376320", NULL, "2023-06-14 06:08:24", 2, "2023-08-19 11:20:17", 488, 2, 1, 7, 869, 5, "2110", 10, 8, NULL, "M3377", 0, NULL), + (489, "57517931-f7b8-42e3-849a-8ab51b4d563c", "UDAY JAIN", "", "udayjain@smcfinance.com", "9311433021", NULL, "2023-06-14 06:08:24", 2, "2023-06-24 15:24:49", 489, 2, 1, 7, 869, 5, "2210", 14, 8, NULL, "M3369", 0, NULL), + (490, "ec231196-29b4-48ad-a814-1989a515a4d1", "Hardik Turakhiya ", "", "hardikturakhiya@smcfinance.com", "9904180808", NULL, "2023-06-14 06:08:24", 2, "2023-12-12 17:30:49", 490, 2, 1, 7, 943, 25, "1402", 14, 8, NULL, "M3372", 0, 810624), + (491, "8c2cbf9a-1c39-4966-804a-edd7cdd2acf8", "Soumik Sarkar", "", "soumiksarkar@smcfinance.com", "9330407611", NULL, "2023-06-14 11:05:19", 2, "2023-06-14 11:05:19", 2, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3371", 0, NULL), + (492, "8b3e81a0-e094-401b-ba25-f85f60401827", "Sanjeev Sharma", "", "sanjeevsharma@smcfinance.com", "9310831975", NULL, "2023-06-14 11:05:19", 2, "2023-07-05 07:16:44", 492, 2, 1, 7, 869, 5, "1019", 14, 8, NULL, "M3373", 0, 392507), + (493, "b785a542-39f4-4e7e-aae1-76772aa5198b", "Bharat", "", "bharat@smcfinance.com", "7891378070", NULL, "2023-06-14 11:05:19", 2, "2023-06-15 04:15:32", 493, 2, 1, 7, 4307, 27, "3810", 14, 8, NULL, "M3381", 0, NULL), + (494, "bba26ea2-ab8d-4c69-86fa-2f6f27795084", "Sadashiv Tiwari", "", "sadashivtiwari@smcfinance.com", "9971069194", NULL, "2023-06-14 11:05:19", 2, "2023-07-03 07:29:21", 2, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3387", 14, 72853), + (495, "8a1585bf-1826-42e1-ba5d-2ce8d984fb74", "Sarswati Rathod", "", "sarswatirathod@smcfinance.com", "6351421396", NULL, "2023-06-19 12:52:10", 2, "2023-11-22 14:34:44", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M3374", 20, 734516), + (496, "b98f4430-b792-4325-8d52-e9c11ee14a08", "Prince Raj", "", "princeraj@smcfinance.com", "9163200612", NULL, "2023-06-21 10:00:41", 2, "2023-06-21 10:27:32", 496, 2, 1, 7, 3374, 26, "3240", 10, 8, NULL, "M3390", 0, NULL), + (497, "e6e34347-8f26-4ae6-b716-7ef5f96ed62f", "Veera", "", "veera@smc.com", "9000012345", NULL, "2023-06-24 05:30:22", 2, "2024-05-22 09:19:51", 2, 2, 1, 7, 4307, 27, NULL, 9, NULL, NULL, "", 9, NULL), + (498, "d0e105ad-d5f4-4c7e-93f0-ff781cf7a6f5", "Veeraoff", "", "veeraoff@smc.com", "9700000001", NULL, "2023-06-24 05:30:22", 2, "2025-04-15 12:33:13", 2, 2, 1, 7, 3374, 26, NULL, 14, NULL, NULL, "", 3, NULL), + (499, "1a8e1442-3259-4a83-8efe-713b332131d2", "Pramod Suryawanshi", "", "pramod.surya@veerandco.in", "8108284086", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 3374, 26, NULL, 20, NULL, NULL, "", 3, NULL), + (500, "37ff118a-f482-4f03-82a8-a5d736bcd92f", "Abhishek Bhingarde", "", "abhishek.bhingarde@veerandco.in", "9167797884", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 3374, 26, NULL, 20, NULL, NULL, "", 3, NULL), + (501, "475410a5-340f-4a40-899f-415b53cd1690", "Girish Namugade", "", "girish.namugade99@gmail.com", "9987957914", NULL, "2023-06-24 07:41:28", 2, "2023-07-20 14:35:12", 2, 2, 1, 7, 3374, 26, NULL, 3, NULL, NULL, "", 3, NULL), + (502, "0d156e9d-3b2e-4d7e-8c9b-6155a045ff11", "Sumit Singh", "", "958mit@gmail.com", "8459163674", NULL, "2023-06-24 07:41:28", 2, "2023-07-20 14:37:29", 2, 2, 1, 7, 3374, 26, NULL, 3, NULL, NULL, "", 3, NULL), + (503, "e494b8c2-bfb0-403c-843c-230008f4bf4e", "Abdul Shaikh", "", "shaikhkareem0966@gmail.com", "8108743340", NULL, "2023-06-24 07:41:28", 2, "2023-07-20 16:19:06", 2, 2, 1, 7, 3374, 26, NULL, 3, NULL, NULL, "", 3, NULL), + (504, "48fb69d9-1a5e-4253-867e-63b443953c76", "Gaurav Chauhan", "", "gauravchauhan704@gmail.com", "9082007470", NULL, "2023-06-24 07:41:28", 2, "2023-07-20 14:52:11", 2, 2, 1, 7, 3374, 26, NULL, 3, NULL, NULL, "", 3, NULL), + (505, "016e6cb2-175a-4b4c-94be-ccca36156575", "Sarthak Parab", "", "sarthakparab11@gmail.com", "9022186437", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 3374, 26, NULL, 3, NULL, NULL, "", 3, NULL), + (506, "c4e8783f-edc4-4cb1-9d84-04f39d0dfba9", "Abhinav Jha", "", "jha13934@gmail.com", "9653611459", NULL, "2023-06-24 07:41:28", 2, "2023-06-29 08:24:48", 506, 2, 1, 7, 3374, 26, "4073", 3, NULL, NULL, "", 3, NULL), + (507, "d91164f4-17df-4400-929e-07f83ab18a4e", "Sanjay Patel", "", "sanjay.patel@veerandco.in", "9574546433", NULL, "2023-06-24 07:41:28", 2, "2023-07-28 12:16:48", 2, 2, 1, 7, 943, 25, NULL, 20, NULL, NULL, "", 5, NULL), + (508, "f4ef1d65-ed04-4c71-b562-3152950227d8", "Alpesh Thakor", "", "alpesh0926@gmail.com", "7201880516", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 943, 25, NULL, 3, NULL, NULL, "", 5, NULL), + (509, "b0108f9f-63cd-4cb9-a5d0-6f19508f23ce", "Bimal Patel", "", "bimalcpatel1992@gmail.com", "9327690569", NULL, "2023-06-24 07:41:28", 2, "2023-07-28 18:10:00", 2, 2, 1, 7, 943, 25, NULL, 3, NULL, NULL, "", 5, NULL), + (510, "c99f4a3b-77a2-40e2-843e-6bc0d9bd758a", "Chirag Rathod", "", "chiragvakatar1097@gmail.com", "7990567968", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 7066, 25, NULL, 3, NULL, NULL, "", 5, NULL), + (511, "17304d3b-0d96-4558-9671-71370c16d68a", "Irfan Shekh", "", "irfan.shekh@veerandco.in", "9662767835", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 1162, 25, NULL, 20, NULL, NULL, "", 6, NULL), + (512, "027d278c-1405-4d34-be1f-f84c4c580656", "Ashish Jodhale", "", "salunake9208ashish@gmail.com", "8866788914", NULL, "2023-06-24 07:41:28", 2, "2023-08-25 18:32:27", 512, 2, 1, 7, 1162, 25, "6044", 3, NULL, NULL, "", 6, NULL), + (513, "58d8d854-448e-40cc-96b9-46b41db25f62", "Jaydeep Parmar", "", "pj9614569@gmail.com", "7202967731", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 1162, 25, "2001", 3, NULL, NULL, "", 6, NULL), + (514, "8e27b382-3cbd-455f-b4c5-3f31b726bb14", "Pankaj Verma", "", "pankajverma2320@gmail.com", "8957620375", NULL, "2023-06-24 07:41:28", 2, "2023-08-25 18:41:18", 2, 2, 1, 7, 1162, 25, NULL, 3, NULL, NULL, "", 6, NULL), + (515, "cf5d4a39-702d-4f6a-8f1e-c6cc67496575", "Badal Gupta", "", "badal.gupta@veerandco.in", "8860769901", NULL, "2023-06-24 07:41:28", 2, "2024-06-28 16:04:12", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "", 4, 253074), + (516, "c997eb9b-d83a-47b2-9ad4-2cbb9511dc4d", "Rajesh Kumar", "", "kumarrajesh21090@gmail.com", "7503789717", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 4, NULL), + (517, "4563a3f1-72c4-4973-98e5-bf009cf1f387", "Ashutosh Uniyal", "", "uniyalashutosh852@gmail.com", "8860559120", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 4, NULL), + (518, "41a05035-a401-44f8-b94b-8b60b029a9f7", "Vikas Gupta", "", "vikasvivira@gmail.com", "9012616865", NULL, "2023-06-24 07:41:28", 2, "2023-08-16 12:43:08", 2, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 4, 81529), + (519, "ad9f8f57-d7cb-4ac7-bbc3-d9f76ee1d1c2", "Vishal Pal", "", "2001vishalpal@gmail.com", "9821695154", NULL, "2023-06-24 07:41:28", 2, "2023-06-26 08:24:31", 2, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 4, NULL), + (520, "cc6b6657-a360-4437-baea-efcb47a5bb05", "Shalini", "", "shalini@smcfinance.com", "9810638433", NULL, "2023-07-03 07:29:21", 2, "2023-07-03 07:47:39", 520, 2, 1, 7, 869, 5, "2904", 14, 8, NULL, "M3394", 0, NULL), + (521, "168016d9-0145-4258-b2b9-c6dfd3565e17", "Deven Chandrakant Khatiwala", "", "devenkhatiwala@smcfinance.com", "9000000000", NULL, "2023-07-05 11:10:16", 2, "2023-07-10 12:56:47", 521, 2, 1, 7, 1162, 25, "1234", 14, 8, NULL, "M3405", 0, NULL), + (522, "96182a5f-0dd8-439d-827a-9acaad1cf810", "Sanjay Shipalkar", "", "sanjayshipalkar@smcfinance.com", "8097195596", NULL, "2023-07-07 07:11:43", 2, "2023-11-18 07:40:49", 522, 2, 1, 7, 3374, 26, "1511", 14, 8, NULL, "M3408", 0, 346257), + (523, "87de379e-68da-4c02-8957-dd38f7d416c1", "Ayyappan Gounder", "", "ayyappangounder@smcfinance.com", "7021536803", NULL, "2023-07-07 07:11:43", 2, "2023-11-16 11:32:53", 523, 2, 1, 7, 3374, 26, "5546", 10, 8, NULL, "M3409", 0, 684073), + (524, "003657e9-7555-414e-badd-a76cb6d4836a", "MANUJ VOHRA", "", "manujvohra@smcfinance.com", "9873718750", NULL, "2023-07-11 05:06:08", 2, "2023-08-23 09:45:37", 524, 2, 1, 7, 869, 5, "2023", 14, 8, NULL, "M3406", 0, NULL), + (525, "22784bcf-1ff1-4fd5-9f04-09a7579a2da0", "Amit Kumar Som", "", "amitsom@smcfinance.com", "7019947011", NULL, "2023-07-18 05:31:27", 2, "2023-09-18 10:11:47", 525, 2, 1, 7, 3374, 26, "2808", 14, 8, NULL, "M3414", 0, NULL), + (526, "ce6dc2ac-3d07-4778-a129-74008f76d9cb", "IT Support", "", "support@veer.com", "9700000001", NULL, "2023-07-20 07:59:07", 2, "2025-04-15 12:33:13", 2, 2, 1, 7, 4307, 27, NULL, 15, NULL, NULL, "", 7, NULL), + (527, "68f542ce-f14e-49f9-b17d-36d3c19e34b4", "Rahul Singh", "", "lipmindspace@gmail.com", "7976712970", NULL, "2023-07-20 09:53:43", 2, "2023-07-25 17:46:27", 527, 2, 0, 7, 4307, 27, "1234", 16, NULL, NULL, "", 7, NULL), + (528, "3e4bcc60-3a0b-4b44-ac81-d4c2e9d2b8c6", "Sunny Sharma", "", "sunnysharmapd@gmail.com", "9000000001", NULL, "2023-07-20 07:59:07", 2, "2023-07-25 11:33:49", 528, 2, 1, 7, 4307, 27, "1234", 14, NULL, NULL, "", 7, NULL), + (529, "8def76a7-b5ad-4639-ab0c-ab3404c90c72", "Rohitbadaya", "", "rohitbadaya80@gmail.com", "9000000002", NULL, "2023-07-20 07:59:07", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 16, NULL, NULL, "", 7, NULL), + (530, "98a6dc1f-cada-4a83-a2b3-5394af4fc8d3", "Vijender ji", "", "Bijenderchoudhary000@gmail.com", "8307743504", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4222, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (531, "ff899998-6d88-4e72-a14a-80cf1912ca75", "Pawan Sharma", "", "Pawansharma9315@gmail.com", "9315904372", NULL, "2023-07-24 12:41:27", 2, "2023-07-25 16:00:17", 531, 2, 1, 7, 4222, 27, "9829", 3, NULL, NULL, "", 7, NULL), + (532, "186968b4-577f-4c1f-a1e6-a1bce9ce4699", "Rajveer Singh", "", "rajnaruka6155@gmail.com", "9376787550", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (533, "89ab4873-51f9-4b95-9d38-e319563940e4", "Virendra Kumar Sharma", "", "800virendrasharma@gmail.com", "8003808405", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (534, "40a9253e-04bb-4433-a78d-c7992a0b7ee3", "Kishore Kumawat", "", "kishorkumawat624pd@gmail.com", "9785039077", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (535, "ed8a8a7a-ef53-45f8-a49f-67dd3a7718b7", "Ridhkaran Kumar", "", "rkmindspacepd@gmail.com", "8952031262", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (536, "ac217c3a-84bc-4b79-b848-13da1891a1f9", "Rahul Singh", "", "rajawatrahul.mindspace@gmail.com", "7976712970", NULL, "2023-07-24 12:41:27", 2, "2024-07-29 14:29:47", 2, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "", 7, 306291), + (537, "17858b38-f3b2-4974-92ce-ef9521e38f76", "Ram Singh", "", "Ramsinghpd002@gmail.com", "9664410532", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "", 7, NULL), + (538, "0daf4b1d-4160-4c4c-a6d1-63813cf4b558", "Hemant Kumar", "", "Hemantpd98@gmail.com", "8162039278", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (539, "c51971e1-2189-4c5a-a8aa-0d3df83fd549", "Ashish Kumar", "", "Aashishsharma076@gmail.com", "7878324292", NULL, "2023-07-24 12:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 3, NULL, NULL, "", 7, NULL), + (540, "81d74e1e-b12d-48df-9d07-d8653b73d0ce", "Nanda Prakash Bharatbhai", "", "nandabharatbhai@smcfinance.com", "9925028364", NULL, "2023-07-26 05:39:22", 2, "2023-07-26 11:16:53", 540, 2, 1, 7, 943, 25, "2801", 14, 8, NULL, "M3415", 0, NULL), + (541, "7d115bd7-02ca-4aae-9d70-4cd4b758cef8", "Ujjwal Kumar Srivastava", "", "ujjwalsrivastava@smcfinance.com", "8512876072", NULL, "2023-07-26 13:48:52", 2, "2023-07-26 15:10:58", 541, 2, 1, 7, 869, 5, "1302", 14, 8, NULL, "M3420", 0, NULL), + (542, "4ed9b6b2-0945-4085-b31b-8286abf5c595", "Javed Khan Pathan", "", "javedpathan@smcfinance.com", "7690926161", NULL, "2023-07-27 05:47:42", 2, "2023-08-31 11:06:53", 542, 2, 1, 7, 4307, 27, "9268", 14, 8, NULL, "M3395", 14, NULL), + (543, "6e0292fe-a3b4-42d7-a4e0-8843b8381867", " Abhishek Pandey", "", "abhishekpandey@smcfinance.com", "9988115855", NULL, "2023-08-02 05:31:39", 2, "2023-08-03 05:33:09", 543, 2, 1, 7, 667, 34, "0710", 14, 8, NULL, "M3411", 0, NULL), + (544, "73baac1c-52b6-429f-8150-1687025e11b9", "ANIL KUMAR", "", "anilkumar02@smcfinance.com", "8826772513", NULL, "2023-08-04 06:53:12", 2, "2023-08-14 12:23:10", 544, 2, 1, 7, 869, 5, "1990", 14, 8, NULL, "M3427", 0, NULL), + (545, "efee15fd-2547-4bf7-9f85-1b9efd1b79ec", "Hemant Suttarkar", "", "hemantsuttarkar@smcfinance.com", "8826772513", NULL, "2023-08-04 06:53:12", 2, "2023-08-07 04:45:42", 545, 2, 1, 7, 4307, 27, "8890", 14, 8, NULL, "M3421", 0, 273896), + (546, "50642c50-ef67-485f-abd9-d1aa9e06986a", "Ketan Mansukhbhai Raval", "", "ketanraval@smcfinance.com", "7874060666", NULL, "2023-08-08 06:20:16", 2, "2024-05-15 14:37:43", 2, 2, 1, 7, 943, 25, NULL, 10, NULL, NULL, "M3425", 10, 132784), + (547, "685ac603-25bf-475a-93e7-9bbbb52d4432", "Divyansh Chaudhary", "", "divyanshchaudhary@smcfinance.com", "9654823304", NULL, "2023-08-09 06:58:26", 2, "2023-11-17 13:15:31", 547, 2, 1, 7, 869, 5, "7526", 16, 8, NULL, "M3429", 0, 490751), + (548, "e1e72a25-a0f4-4d86-95b7-959fa33d1500", "Kunalpatil", "", "kunalpatil@smcfinance.com", "9101146828", NULL, "2023-08-14 04:58:55", 2, "2024-04-30 13:35:33", NULL, 2, 1, 7, 3573, 26, NULL, 20, NULL, NULL, "M3432", 0, 194720), + (549, "11b34023-b756-49d3-a9f1-594a7d8fa61e", "Amit Vashisth", "", "Amitvashisth@smcfinance.com", "8168133258", NULL, "2023-08-17 05:07:48", 2, "2024-02-07 11:28:42", 549, 2, 1, 7, 667, 34, "1234", 14, 8, NULL, "M3435", 0, 874360), + (550, "84021b26-9615-4c79-9025-e272ba23a898", "Prahallad Das", "", "prahalladdas@smcfinance.com", "9821868295", NULL, "2023-08-18 04:42:38", 2, "2023-08-21 06:51:19", 550, 2, 1, 7, 869, 5, "1992", 14, 8, NULL, "M3427", 0, NULL), + (551, "50b4f338-bd33-45f9-8f20-a46502c38eec", "Arun Sharma", "", "arunsharma@smcfinance.com", "9873641296", NULL, "2023-08-18 04:42:38", 2, "2023-08-19 05:50:50", 551, 2, 1, 7, 869, 5, "2580", 14, 8, NULL, "M3436", 0, 123604), + (552, "99d6fbe2-17ec-4e87-92fc-4d22b6fad761", " Dinesh Singh", "", "dineshsingh@smcfinance.com", "9646812750", NULL, "2023-08-22 04:58:17", 2, "2023-10-10 15:53:06", 552, 2, 1, 7, 667, 34, "9646", 14, 8, NULL, "M3438", 0, NULL), + (553, "be06960e-0de5-4967-b0ce-1559f23d77fe", "Gaurav Kocher", "", "gauravkocher@smcfinance.com", "9000000001", NULL, "2023-08-24 06:07:21", 2, "2024-04-12 10:28:40", 553, 2, 1, 7, 869, 5, "1304", 20, 8, NULL, "M3431", 20, NULL), + (554, "f94867b0-f509-4595-831b-eb40c51dc752", "Ankit Tiwari", "", "ankittiwari@smcfinance.com", "8356848837", NULL, "2023-08-24 06:07:21", 2, "2023-12-04 10:35:04", 554, 2, 1, 7, 3374, 26, "8879", 14, 8, NULL, "M3440", 0, 765391), + (555, "485f92ff-0ba3-4bc7-b539-3eb90396341c", "Sahil Kothari", "", "sahilkothari@smcfinance.com", "8619683072", NULL, "2023-08-25 14:32:53", 2, "2023-12-06 11:21:15", 555, 2, 1, 7, 943, 25, "1234", 14, 8, NULL, "M3443", 14, 714063), + (556, "09f2fd52-8a98-452d-97b4-a4737d86b64b", "Chandra Prakash Yogi", "", "Chandraprakashyogi@smcfinance.com", "7665048881", NULL, "2023-09-04 05:57:05", 2, "2023-09-04 12:17:23", 556, 2, 1, 7, 4307, 27, "4141", 3, 8, NULL, "M3445", 0, NULL), + (557, "c15fa9ef-3453-40b0-812c-901f3cb2e005", "VIKAS SINGH", "", "vikassingh@smcfinance.com", "9999082323", NULL, "2023-09-14 05:14:13", 2, "2023-09-14 15:21:31", NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3451", 0, 401753), + (558, "d847db5e-ce46-41a8-b0ab-df69dbf4b5ba", "Sukhwinder Singh", "", "Sukhwindersingh@smcfinance.com", "7717223979", NULL, "2023-09-26 05:21:46", 2, "2023-09-28 05:57:20", 558, 2, 1, 7, 667, 34, "8458", 14, 8, NULL, "M3455", 0, NULL), + (559, "f71be5ce-5aa0-4212-9e74-76f9c0a15883", "Gaurav Kocher", "", "gauravkocher1@smcfinance.com", "9000000002", NULL, "2023-09-28 10:04:12", 2, "2024-04-01 13:18:23", 559, 2, 1, 7, 869, 5, "1985", 20, NULL, NULL, "M3431", 0, NULL), + (560, "8924e194-877b-4709-b408-71647701c34b", "Himani Malik", "", "himanimalik@smcfinance.com", "8171600003", NULL, "2023-10-04 04:26:15", 2, "2024-04-29 17:25:40", NULL, 2, 1, 7, 4085, 13, NULL, 20, NULL, NULL, "M3452", 0, 68431), + (561, "08f472e0-4b4a-4ebc-94fe-eee564b10fc5", "Priyanka Pal", "", "priyankapal@smcfinance.com", "9718999864", NULL, "2023-10-04 04:26:15", 2, "2024-07-25 18:04:50", 561, 2, 1, 7, 869, 5, "1995", 20, NULL, NULL, "M3458", 0, 438561), + (562, "f3aa6f49-fdda-4bc0-a051-f3ba1aacfc26", "Rahul Kumar", "", "rahulkumar@smcfinance.com", "9557511512", NULL, "2023-10-04 04:26:15", 2, "2023-12-18 13:49:04", 562, 2, 1, 7, 869, 5, "9557", 14, 8, NULL, "M3463", 0, 851209), + (563, "03fb1c63-b846-4b35-a022-f108b2e71c85", "SHYAM DUTT", "", "shyamdutt@smcfinance.com", "9354155342", NULL, "2023-10-05 04:48:22", 2, "2023-10-09 06:17:00", 563, 2, 1, 7, 869, 5, "1234", 14, 8, NULL, "M3465", 0, NULL), + (564, "1431f498-e3a0-4608-b6b9-1fb377b58796", "Ekta", "", "ektamaheshwari8@gmail.com", "9990647106", NULL, "2023-10-05 04:48:22", 2, "2024-02-26 08:13:48", NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "", 8, 658790), + (565, "6d69b971-1f58-4a84-89c4-8a6eb4817c56", "Akash", "", "financeca99@gmail.com", "9716137547", NULL, "2023-10-05 04:48:22", 2, "2023-10-23 06:38:58", 565, 2, 1, 7, 869, 5, "1234", 14, NULL, NULL, "", 8, NULL), + (566, "59fc585b-5845-4321-a2e3-2b8d894025c0", "Shivam Kumar", "", "rahulcawork22@gmail.com", "7678105363", NULL, "2023-10-05 04:48:22", 2, "2023-10-23 05:53:51", 566, 2, 1, 7, 869, 5, "1234", 14, NULL, NULL, "", 8, 485603), + (567, "013d0356-5829-42db-b8ff-14aeb7cef01f", "Mohd.Rizwan", "", "mohdrizwan@smcfinance.com", "9899207678", NULL, "2023-10-06 06:31:40", 2, "2023-11-10 09:21:44", 567, 2, 1, 7, 869, 5, "8015", 14, 8, NULL, "M3468", 0, 450726), + (568, "856cc2bf-60cb-49b6-bbc4-2534c70973c5", "Praveen Gupta", "", "praveengupta@smcfinance.com", "9630554395", NULL, "2023-10-09 10:58:21", 2, "2024-05-01 13:06:06", NULL, 2, 1, 7, 3460, 26, NULL, 2, NULL, NULL, "M3462", 0, 867354), + (569, "7f78b998-57a7-4a4d-99b6-40b0ceca7edd", "SAMBHAJI BALU", "PAWAR", "sambhajipawar@smcfinance.com", "9552501010", NULL, "2023-10-10 05:38:35", 2, "2023-10-10 10:08:11", 569, 2, 1, 7, 3460, 26, "4912", 14, 8, NULL, "M3470", 0, NULL), + (570, "e4c7df5b-64ba-4f72-b942-3134b8f9dcc3", "Dave Bhagyesh", "Ompraksh", "daveomprakash@smcfinance.com", "8320429507", NULL, "2023-10-11 06:36:50", 2, "2023-10-17 12:49:45", 570, 2, 1, 7, 943, 25, "5984", 14, 8, NULL, "M3469", 14, NULL), + (571, "c8d908b2-77c8-4bb6-8559-93e110b82b2f", "Sourav Raj", "", "souravraj@smcfinance.com", "9718598085", NULL, "2023-10-16 13:26:57", 2, "2023-10-17 05:33:18", 571, 2, 1, 7, 869, 5, "1796", 20, NULL, NULL, "M3456", 0, NULL), + (572, "a73f152a-f605-4fd0-94ba-3d0b24c80019", "Ramesh Chander", "", "rameshchander@smcfinance.com", "9540497423", NULL, "2023-10-19 06:21:44", 2, "2023-10-20 09:04:26", 572, 2, 1, 7, 869, 5, "9250", 20, 8, NULL, "M3472", 0, NULL), + (573, "db9121cd-128f-4cf5-ba4a-5bb8eecaa1ea", "Girishkumar", "", "aaralent@gmail.com", "9924943300", NULL, "2023-10-21 04:36:27", 2, NULL, NULL, 2, 1, 7, 1184, 25, NULL, 20, NULL, NULL, "", 9, NULL), + (574, "b1e44794-5070-4a24-8686-cd56073b2c2c", "Narayanbhai", "", "aaraloffice@gmail.com", "9898780197", NULL, "2023-10-21 04:36:27", 2, NULL, NULL, 2, 1, 7, 943, 25, NULL, 3, NULL, NULL, "", 9, NULL), + (575, "d19f03c0-4690-4018-92a5-bcbe631c5ebb", "Sakshi Shukla", "", "sakshishukla@smcfinance.com", "8819881995", NULL, "2023-10-23 06:06:51", 2, "2024-04-29 17:13:10", 575, 2, 1, 7, 943, 25, "5780", 20, NULL, NULL, "M3477", 20, 98623), + (576, "f06bda63-1ea7-48a8-be74-f5869ffea338", "Amandeep Singh", "", "amandeepsingh@smcfinance.com", "9780752046", NULL, "2023-10-25 07:10:45", 2, "2023-11-01 02:57:58", 576, 2, 1, 7, 4085, 13, "1000", 3, 8, NULL, "M3474", 0, NULL), + (577, "686d6e20-0220-4932-8429-8a69b10cc36c", "Gaurav Kocher", "", "gauravkochercpa@smcfinance.com", "9000000003", NULL, "2023-11-02 06:18:37", 2, "2023-11-02 06:18:37", 2, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M3431", 0, NULL), + (578, "8af9126b-8ddb-4ea7-83b5-a02467150fa5", "Amit Ganesh Shetty", "", "amitshetty@smcfinance.com", "9426081216", NULL, "2023-11-09 07:02:16", 2, "2024-01-22 12:00:59", 578, 2, 1, 7, 970, 25, "5780", 10, 8, NULL, "M3449", 0, 697281), + (579, "439e72ee-987e-453e-a166-a4c65b0dc1f9", "Auto-trigger", "Sales", "salesapp@smcfinance.com", "6369084112", NULL, "2023-11-16 08:29:36", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "", 0, NULL), + (580, "706ebb13-3011-406b-ab55-9adea664eea0", "VINAY KUMAR TIWARI", "", "vinaytiwari@smcfinance.com", "9870593224", NULL, "2023-11-17 07:14:36", 2, "2024-01-02 05:10:40", 2, 2, 1, 7, 869, 5, "1998", 14, 8, NULL, "M3494", 14, 982541), + (581, "2de9bcf1-7737-4948-982d-0a6c81f9e717", "Jamna Kumari", "", "jamnakumari@smcfinance.com", "9529413688", NULL, "2023-11-17 07:14:36", 2, "2024-07-24 13:02:15", 2, 2, 1, 7, 4307, 27, "9347", 20, NULL, NULL, "", 20, 501264), + (582, "070026fc-a4c1-45d9-8030-71b228d1e514", "Amandeep Gupta", "", "amandeep.gupta@smcfinance.com", "9592645074", NULL, "2023-11-18 06:07:23", 2, "2023-11-29 04:41:13", 582, 2, 1, 7, 869, 5, "2580", 20, 8, NULL, "M3491", 0, NULL), + (583, "5adc7beb-5737-46eb-a779-4f512c6e12d7", "Shah Pahal", "", "shahpahal@smcfinance.com", "8758129955", NULL, "2023-11-20 04:46:51", 2, "2023-11-20 07:25:01", 583, 2, 1, 7, 1184, 25, "2277", 14, 8, NULL, "M3478", 0, NULL), + (584, "84083e16-28c7-4cb1-bbe9-d1963d4d7ae5", "Panchal", "Himanshukumar", "panchalhimanshukumar@smcfinance.com", "9898323239", NULL, "2023-11-20 10:52:39", 2, "2023-11-21 06:53:42", 584, 2, 1, 7, 869, 5, "1234", 6, 8, NULL, "M3486", 0, NULL), + (585, "a8af815a-68fc-4587-8151-536c3ddcae28", "Saurabh Kulshrestha", "", "saurabhkulshrestha@smcfinance.com", "9983433355", NULL, "2023-11-28 06:00:31", 2, "2023-12-12 12:50:17", 585, 2, 1, 7, 4307, 27, "3006", 14, 8, NULL, "M3495", 0, NULL), + (586, "ba839518-4515-4218-a975-b8f2c79194c1", "Vicky Jaywant", "Kalbhor", "vickykalbhor@smcfinance.com", "9324413330", NULL, "2023-11-28 11:15:34", 2, "2023-11-29 05:46:18", 586, 2, 1, 7, 3460, 26, "5317", 10, 8, NULL, "M3500", 0, NULL), + (587, "3388e53f-f0e9-4737-a4b9-8624974bbab3", "Syed Aamir Naqvi", "", "syedaamirnaqvi@smcfinance.com", "7982141613", NULL, "2023-12-05 07:25:37", 2, "2023-12-06 10:39:28", 587, 2, 1, 7, 869, 5, "1111", 14, 8, NULL, "M3507", 0, 573986), + (588, "f88cf2cd-fdb8-4d1b-b64b-82729f7fda06", "Vrushabh B. Ambadkar", "", "vrushabhambadkar@smcfinance.com", "9860281185", NULL, "2023-12-11 06:46:52", 2, "2023-12-12 08:27:08", 588, 2, 1, 7, 3460, 26, "4244", 14, 8, NULL, "M3012", 0, NULL), + (589, "8b67fe17-8f6e-424e-9c18-7dc74c82f080", "Nidhi Palrecha", "", "nidhipalrecha@smcfinance.com", "9591455046", NULL, "2023-12-11 06:46:52", 2, "2024-01-12 14:53:26", 2, 2, 1, 7, 3573, 26, NULL, 16, NULL, NULL, "M3514", 0, 258693), + (590, "62243301-30aa-4ed9-88d0-64583d692690", "Praveen Bhaskar", "", "praveenbhaskar@smcfinance.com", "9924049333", NULL, "2023-12-13 05:34:07", 2, NULL, NULL, 2, 1, 7, 1162, 25, NULL, 20, 8, NULL, "M3501", 0, NULL), + (591, "7cd44fc6-dd79-461c-b169-26c854db579d", "Rajput Varun Singh", "Bhrigunath", "varunbhrigunath@smcfinance.com", "6355425537", NULL, "2023-12-14 05:59:01", 2, "2024-01-24 17:37:38", NULL, 2, 1, 7, 943, 25, NULL, 14, 8, NULL, "M3511", 0, 859364), + (592, "eadbcdf0-a673-4bdb-8a71-b2f713feefa3", "SHUBHAM SHARMA", "", "shubhamsharma@smcfinance.com", "9376101117", NULL, "2023-12-16 04:39:11", 2, "2024-02-22 14:27:55", 592, 2, 1, 7, 4307, 27, "9953", 14, 8, NULL, "M3515", 0, 798624), + (593, "aaf325f2-e1fe-49e9-8bbd-ef77ec9aee34", "R Santhosh Kumar", "", "rsantoshkumar@smcfinance.com", "9094418987", NULL, "2023-12-19 05:42:53", 2, "2023-12-19 11:34:36", 593, 2, 1, 7, 4660, 2, "1987", 10, NULL, NULL, "M3489", 10, NULL), + (594, "be2c04f0-939a-4f11-bf4d-6aebd92fdb9a", "Tanu Singh", "", "tanusingh@smcfinance.com", "7014148498", NULL, "2023-12-20 09:23:26", 2, "2024-04-10 18:01:59", 594, 2, 1, 7, 667, 34, "9694", 10, 8, NULL, "M3519", 0, 698530), + (595, "73e6fdce-5ea1-4f5b-b90d-0c47b515392b", "VIKASH KUMAR GUPTA", "", "vikashgupta@smcfinance.com", "8574521131", NULL, "2023-12-23 09:18:32", 2, "2023-12-26 06:00:08", 595, 2, 1, 7, 1248, 6, "0072", 14, 8, NULL, "M3528", 0, NULL), + (596, "e769103f-ff39-4c66-bf47-3156ebb6e4ee", "Rajesh S", "", "rajeshs@smcfinance.com", "9677018838", NULL, "2023-12-27 07:05:17", 2, "2023-12-27 08:30:54", 596, 2, 1, 7, 4660, 2, "2012", 14, 37, NULL, "M3523", 0, NULL), + (597, "e63ff08d-465a-4757-850b-f955748d405b", "Atul Raghav", "", "atulraghav@smcfinance.com", "9891913889", NULL, "2023-12-28 07:31:07", 2, "2024-01-04 10:37:31", 2, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3525", 14, NULL), + (598, "eb069e5b-5719-4515-b69a-d242b02d5812", "AVADESH LAKSHAKAR", "", "avadeshlakshakar@smcfinance.com", "8696000310", NULL, "2024-01-03 09:29:05", 2, "2024-01-24 10:28:01", 598, 2, 1, 7, 4307, 27, "8696", 14, 8, NULL, "M3530", 0, 325796), + (599, "6ced23bd-09c8-40b9-83cc-305ec8ff66f4", "Shri Krishan Yadav", "", "shrikrishanyadav@smcfinance.com", "8560943005", NULL, "2024-01-04 10:37:31", 2, "2024-03-06 10:54:34", NULL, 2, 1, 7, 4307, 27, NULL, 14, 8, NULL, "M3534", 0, 102549), + (600, "758088e9-7dfc-4fba-be0d-ed86271f9a85", "Darshan Bhatti", "", "darshanbhatti@smcfinance.com", "9000000001", NULL, "2024-01-05 05:19:35", 2, NULL, NULL, 2, 1, 7, 943, 25, NULL, 14, 8, NULL, "M3531", 0, NULL), + (601, "bb744a27-82b1-4068-b4da-9cc21c040196", "Manpreet singh", "", "manpreetsingh@smcfinance.com", "9541842073", NULL, "2024-01-05 05:19:35", 2, "2024-04-29 17:37:39", 2, 2, 1, 7, 869, 5, "1430", 19, NULL, NULL, "M3496", 19, 437296), + (602, "b76b16d7-cb2a-44be-9128-9350f083c4c8", "Komal Kumar Marvaniya", "", "komalkumar.marvaniya@smcfinance.com", "9376660070", NULL, "2024-01-08 12:21:55", 2, "2024-01-08 12:21:55", 2, 2, 1, 7, 1190, 25, NULL, 14, 8, NULL, "M3535", 14, NULL), + (603, "e35f6e6c-0f6e-4573-87b2-b74dd13ce79f", "JATIN KAKAR", "", "jatinkakar@smcfinance.com", "9560157867", NULL, "2024-01-09 06:18:17", 2, "2024-01-09 13:47:35", 603, 2, 1, 7, 869, 5, "1234", 14, 8, NULL, "M3533", 0, NULL), + (604, "1f96d235-ea82-4c30-9bdb-f8a1ee572211", "Sharon Uday Suryawanshi", "", "sharonsuryanwanshi@smcfinance.com", "9579449321", NULL, "2024-01-09 12:04:11", 2, "2024-01-11 11:01:00", NULL, 2, 1, 7, 3460, 26, NULL, 14, 8, NULL, "M3539", 0, 54896), + (605, "866a14b6-1f2e-4658-8178-5b951d494445", "RAHUL SHARMA", "", "rahulsharma03@smcfinance.com", "9314597254", NULL, "2024-01-12 11:48:01", 2, "2024-01-27 06:18:43", 605, 2, 1, 7, 4307, 27, "1993", 14, 8, NULL, "M3521", 0, NULL), + (606, "62513680-d5a1-42ce-b9dc-62d5d7a8082e", "Udaibhan Singh", " Ravindrakumar Daksh", "daksh@smcfinance.com", "9724130559", NULL, "2024-01-19 06:16:31", 2, "2024-01-19 06:16:31", 2, 2, 1, 7, 943, 25, NULL, 14, 8, NULL, "M3545", 0, NULL), + (607, "73141d15-44ce-4b30-940b-9f5f18e352b4", "SHAH DHARMESHKUMAR", "ARUNCHANDRA", "dharmeshkumar@smcfinance.com", "9924193557", NULL, "2024-01-19 13:02:16", 2, "2024-04-25 10:15:26", NULL, 2, 1, 7, 1162, 25, NULL, 14, 8, NULL, "M3546", 0, 317089), + (608, "1d51b2d6-afe2-46c8-b25f-888ae6068f9f", "RAJESH ARYA", "", "rajesharya@smcfinance.com", "8076286455", NULL, "2024-01-20 06:15:29", 2, "2024-01-20 06:15:29", 2, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3547", 0, NULL), + (609, "0765ba33-e6d7-4237-b1ea-63498f983487", "SAAJAN KAPOOR", "", "saajankapoor@smcfinance.com", "7087966030", NULL, "2024-01-24 07:12:17", 2, "2024-04-29 17:04:31", 2, 2, 1, 7, 667, 34, "1111", 14, NULL, NULL, "M3541", 14, 350978), + (610, "efba301d-ac6b-4945-bd04-909e2fc5f90b", "Sachin gupta", "", "sachingupta@smcfinance.com", "9654944904", NULL, "2024-01-24 09:46:07", 2, "2024-02-05 17:07:51", NULL, 2, 1, 7, 869, 5, NULL, 9, 8, NULL, "M3550", 0, 632940), + (611, "a4fd4520-b305-4ba5-9101-5565039626da", "Mayurkumar Maru", "", "marumayur@smcfinance.com", "9000000001", NULL, "2024-02-01 10:58:39", 2, "2024-02-03 05:13:35", 2, 2, 0, 7, 943, 25, NULL, 14, 8, NULL, "M3538", 14, NULL), + (612, "49293541-6565-4212-a163-23872b40bf50", "Laxmi Vishwakarma", "", "laxmivishwakarma@smcfinance.com", "8460203238", NULL, "2024-02-12 10:51:25", 2, "2024-02-12 10:51:25", 2, 2, 1, 7, 1162, 25, NULL, 14, 8, NULL, "M3563", 14, NULL), + (613, "76d492d7-27ee-41b7-8ab3-e234d09229ce", "Shyamsunder", "", "veerchennai2013@gmail.com", "9940213396", NULL, "2024-02-15 04:44:39", 2, "2024-02-15 04:44:39", 2, 2, 1, 7, 4660, 2, NULL, 20, NULL, NULL, "", 10, NULL), + (614, "8e38ed65-501d-4361-a517-6edacaeb8056", "Prashant Singh", "Raghubanshi", "prashantraghubanshi@smcfinance.com", "8318157577", NULL, "2024-02-20 11:47:56", 2, "2024-05-02 12:04:36", 614, 2, 1, 7, 869, 5, "9420", 20, NULL, NULL, "M3559", 0, 46912), + (615, "2766b322-d6db-46a8-84e6-e7fc290d8495", "Dinesh Kumar", "", "dineshkumar02@smcfinance.com", "7042993749", NULL, "2024-02-28 07:04:04", 2, "2024-02-28 07:04:04", 2, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3568", 20, NULL), + (616, "81ebe5c8-749b-4d4d-88f6-7cbfef51e7c9", "Deepak", "", "rdeepak@smcfinance.com", "9384848824", NULL, "2024-03-01 12:41:13", 2, "2025-01-22 05:45:31", 2, 2, 1, 7, 4660, 2, NULL, 16, NULL, NULL, "M3571", 16, 470832), + (617, "4d0e0641-2f24-4d0b-b203-7c34986c5b11", "Sachin Gautam", "", "sachingautam@smcfinance.com", "8750138090", NULL, "2024-03-04 11:20:45", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3578", 0, NULL), + (618, "7305e43f-3a65-44c2-938d-f6e28bca5688", "Parvez Khan", "", "parvezkhan@smcfinance.com", "9529210111", NULL, "2024-03-05 12:02:26", 2, "2024-06-20 12:14:47", 2, 2, 1, 7, 4307, 27, NULL, 10, 8, NULL, "M3577", 10, 103745), + (619, "485270ba-4aa8-484d-b63f-b6bbc032704b", "Mahboob Ali", "", "mahboobali@smcfinance.com", "9769104082", NULL, "2024-03-13 09:12:52", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 10, 8, NULL, "M3583", 0, NULL), + (620, "5bf053ae-8f70-452e-b28d-f3ef38ab92fb", "Sanjay Dash", "", "sanjaydash@smcfinance.com", "9910380784", NULL, "2024-03-14 03:41:09", 2, "2025-01-27 19:31:13", NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "", 0, 816493), + (621, "cd4ebdcd-4a8c-421a-8c3a-a40ca5fb8126", "ROHIT KUMAR KHANNA", "", "rohitkhanna@smcfinance.com", "9990232666", NULL, "2024-03-18 07:02:40", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3582", 0, NULL), + (622, "fac31e80-cef9-4336-b209-46024cb78ee3", "Rohittikote", "", "rohittikote@smcfinance.com", "9860605699", NULL, "2024-03-18 07:02:40", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3588", 0, NULL), + (623, "d0b3162e-76ae-4219-91a7-c64913656cc0", "SAGAR ANIL MALPURE", "", "sagarmalpure@smcfinance.com", "9730193194", NULL, "2024-03-19 06:54:30", 2, "2024-03-19 06:54:30", 2, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3581", 0, NULL), + (624, "aab144c2-a52a-4140-b920-07758f92b911", "Santosh Mahadev Kolhe", "", "santoshkolhe@smcfinance.com", "9067706242", NULL, "2024-03-19 06:54:30", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3589", 0, NULL), + (625, "a69224e3-c251-4988-9644-f2e5e681d371", "Shivani Singh", "", "shivanisingh@smcfinance.com", "9319224889", NULL, "2024-03-19 06:54:30", 2, "2024-06-03 21:45:46", NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3594", 0, 89124), + (626, "652342ee-1269-4cd5-897f-3c6bb6e77b8d", "Saqlain", "", "saqlain@smcfinance.com", "7696350214", NULL, "2024-03-21 06:57:50", 2, "2024-03-22 17:11:18", 2, 2, 1, 7, 667, 34, NULL, 10, 8, NULL, "M3593", 10, 629514), + (627, "35d86779-9b9d-4141-b822-a3efc38f1813", "SUDHANSHU KUMAR ", "VISHWAKARMA", "SUDHANSHUVISHWAKARMA@smcfinance.com", "9818378456", NULL, "2024-03-29 09:25:08", 2, "2024-04-09 09:21:51", 1, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3598", 10, NULL), + (628, "7a09171e-59e2-4fd2-8e63-1a0c8b5301ef", "Anand Madri", "", "anandmadri@smcfinance.com", "9833132543", NULL, "2024-03-30 04:37:39", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 10, 8, NULL, "M3600", 0, NULL), + (629, "c1f8477e-db40-48ce-b5a1-224c6191ba23", "Komal Mittal", "", "komal@smcfinance.com", "9953654578", NULL, "2024-03-30 05:08:25", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "", 0, NULL), + (630, "4deac037-24e5-4ae0-9fbb-4f986b5ded81", "SANDEEP NAYAK", "", "sandeepnayak@smcfinance.com", "8800654808", NULL, "2024-04-03 05:08:43", 2, NULL, NULL, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, "M3517", 0, NULL), + (631, "d1828c7b-9460-4f8b-a64a-2d46730b74bf", "SHANVI BARNWAL", "", "shanvibarnwal@smcfinance.com", "8957168097", NULL, "2024-04-03 05:08:43", 2, NULL, NULL, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, "M3426", 0, NULL), + (632, "074aad08-d91d-4bc7-8b5b-18ad6e96d876", "NEERAJ SINGH", "", "neerajsingh@smcfinance.com", "8700214207", NULL, "2024-04-03 05:08:43", 2, NULL, NULL, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, "M3513", 0, NULL), + (633, "81729444-8761-4aaa-993c-7e626515d840", "SUNAINA KUMARI", "", "sunainakumari@smcfinance.com", "6204642979", NULL, "2024-04-03 05:08:43", 2, "2024-08-26 11:04:06", NULL, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, "M3296", 0, 634802), + (634, "ef439b0e-ba7d-4ef1-8333-c88a74467d77", "KAVITA RAWAT", "", "kavitarawat@smcfinance.com", "7404514928", NULL, "2024-04-03 05:08:43", 2, "2024-08-23 18:35:07", NULL, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, "M3315", 0, 517862), + (635, "a25ef0ed-2f93-4e77-8691-584db5220d3e", "JAYA SONI", "", "jayasoni@smcfinance.com", "8957174571", NULL, "2024-04-03 05:08:43", 2, "2024-06-14 13:04:38", NULL, 2, 1, 7, 6081, 15, NULL, 20, NULL, NULL, "M3569", 0, 301658), + (636, "0d6bebf9-0f64-49d3-a982-16bf7c981882", "Mahendra Singh Mahan", "", "mahendramahan@smcfinance.com", "9351340151", NULL, "2024-04-03 05:08:43", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, 8, NULL, "M3616", 0, NULL), + (637, "72207941-41fd-4629-b4d1-78a327cc0a06", "AMAN JAIN", "", "amanjain@smcfinance.com", "9999287111", NULL, "2024-04-03 05:08:43", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3605", 0, NULL), + (638, "7f884641-633e-4aab-8a1e-23bf816c353f", "Jay Lathgara", "", "lathigarajaydevendrakumar@smcfinance.com", "9601498383", NULL, "2024-04-04 07:18:32", 2, NULL, NULL, 2, 1, 7, 943, 25, NULL, 20, 8, NULL, "M3565", 0, NULL), + (639, "e200495e-b484-478b-a1c5-09873211994d", "Hitesh chudasama", "", "hiteshchudasama@smcfinance.com", "8460007070", NULL, "2024-04-04 07:18:32", 2, NULL, NULL, 2, 1, 7, 943, 25, NULL, 20, 8, NULL, "M3576", 0, NULL), + (640, "86da0b6b-31c2-4865-a0be-1f5bf4043a0b", "ANURAG KUMAR", "", "anuragkumar@smcfinance.com", "9718085914", NULL, "2024-04-05 07:27:12", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3619", 0, NULL), + (641, "a8ff722a-0f7c-4e84-9978-5723ac34b217", "Bhuva Vijay Hirabhai", "", "bhuvahirabhai@smcfinance.com", "9000000001", NULL, "2024-04-08 14:54:24", 2, "2024-04-08 14:54:24", 2, 2, 1, 7, 943, 25, NULL, 10, 8, NULL, "M3623", 0, NULL), + (642, "8fbc5835-f56b-4bc1-8eab-7968e3bfcc4a", "Kamal deep", "", "kamaldeep@smcfinance.com", "7011225622", NULL, "2024-04-10 07:40:31", 2, "2024-04-10 07:40:31", 2, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3624", 0, NULL), + (643, "8b469b9e-3186-4f76-a52c-260abb3f07d8", "Prateek Rai", "", "prateekrai@smcfinance.com", "7905590851", NULL, "2024-04-16 10:17:45", 2, "2024-04-16 10:17:45", 2, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3636", 10, NULL), + (644, "1d373da5-0949-4fa0-b669-55f34e2ad5d2", "Mukesh Dhindwal", "", "mukeshdhindwal@smcfinance.com", "7289017320", NULL, "2024-04-26 10:24:10", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3651", 0, NULL), + (645, "49793cf3-bea0-429f-8b91-ae92f21052fa", "Krishna Ghotwal", "", "krishnagothwal@smcfinance.com", "8952033754", NULL, "2024-05-02 07:11:35", 2, "2024-05-03 04:14:13", 645, 2, 1, 7, 4176, 27, "2409", 14, 8, NULL, "M3653", 14, NULL), + (646, "2b61a624-cb83-4807-a7a9-6c1be26338c1", "Vishnu Pareek", "", "vishnupareek@smcfinance.com", "8233574461", NULL, "2024-05-02 07:11:35", 2, "2024-05-10 16:34:10", 646, 2, 1, 7, 4262, 27, "1122", 10, 8, NULL, "M3654", 0, 208457), + (647, "56589b6c-6a92-4ccc-a443-3e1fc6d12fe6", "Manoj Saini", "", "manojsaini@smcfinance.com", "9782009393", NULL, "2024-05-02 07:11:35", 2, "2024-05-03 03:35:51", 647, 2, 1, 7, 4307, 27, "9393", 14, 8, NULL, "M3655", 0, NULL), + (648, "322b3f2a-fba5-4932-86cc-05c09f6ea9df", "Dharmendra Bairwa", "", "dharmendrabairwa@smcfinance.com", "9461487580", NULL, "2024-05-02 07:11:35", 2, "2024-05-10 14:43:19", 648, 2, 1, 7, 4307, 27, "2741", 16, 8, NULL, "M3656", 0, 361275), + (649, "46d620f8-a203-468a-ae78-a0d465fe1a4a", "Veeru Kumar Meena", "", "virukumarmeena@smcfinance.com", "9462462216", NULL, "2024-05-02 07:11:35", 2, NULL, NULL, 2, 1, 7, 4251, 27, NULL, 10, 8, NULL, "M3657", 0, NULL), + (650, "8ea77537-fbd7-4aca-a515-344e9d6ca3dc", "Binder Kumar Soni", "", "bindersoni@smcfinance.com", "8010227837", NULL, "2024-05-07 06:11:26", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3574", 0, NULL), + (651, "81e4e5e9-b624-42c3-9741-3105b7be6611", "Shubham Agarwal", "", "shubhamagarwal@smcfinance.com", "9811484183", NULL, "2024-05-08 04:13:19", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3684", 0, NULL), + (652, "0352860f-41d2-4e11-942d-12dbf9efe84d", "Vikram Singh Rathore", "", "vikramsinghrathore@smcfinance.com", "8802681514", NULL, "2024-05-10 06:15:59", 2, "2024-07-19 19:53:31", NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3696", 0, 926840), + (653, "dc14aea2-9d0b-488e-9fde-6d5a2d79aee8", "Jay krishan Katta", "", "jaykrishankatta@smcfinance.com", "9000000000", NULL, "2024-05-16 07:40:13", 2, "2024-10-11 14:49:24", 653, 2, 1, 7, 869, 5, "4112", 14, 8, NULL, "M3705", 0, 410236), + (654, "0e7e86a1-ad25-460f-8ef3-8de05149a523", "Hari Kishan", "", "harikishan@smcfinance.com", "8882830266", NULL, "2024-06-04 10:04:01", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3729", 0, NULL), + (655, "405f481b-bf35-4b2e-af64-4bbd62d173da", "Nisha Jatav", "", "nishajatav@smcfinance.com", "9000000000", NULL, "2024-06-06 06:59:59", 2, "2024-06-10 13:02:49", 2, 2, 1, 7, 943, 25, NULL, 20, NULL, NULL, "M3193", 14, NULL), + (656, "0a43f3e1-c12c-457b-b10c-f6932a84bcb2", "Swapnil Sunil Dumbre", "", "swapnildumbre@smcfinance.com", "9000000000", NULL, "2024-06-06 06:59:59", 2, "2024-06-10 13:02:49", 2, 2, 1, 7, 3374, 26, NULL, 20, NULL, NULL, "M2993", 14, NULL), + (657, "ce48be5a-7297-4a4a-bfff-d9636a73c17f", "Surendra Kumar", "", "surendrakumar@smcfinance.com", "9000000000", NULL, "2024-06-06 06:59:59", 2, "2024-06-10 13:02:49", 2, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M3081", 14, NULL), + (658, "4c7a6f8f-83ac-427d-87d1-5c41e68793fd", "Manoj Kumar Saini", "", "manojkumarsaini@smcfinance.com", "9694853619", NULL, "2024-06-07 05:25:19", 2, "2024-06-18 16:02:46", 658, 2, 1, 7, 4307, 27, "8953", 14, 8, NULL, "M3730", 0, 368409), + (659, "751b9f6a-e490-49ed-beeb-c0b6fe3ec2a5", "Abhilash Anjan", "", "abhilashanjan@smcfinance.com", "9619559901", NULL, "2024-06-12 07:23:38", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 10, 8, NULL, "M3632", 0, NULL), + (660, "c596815c-c8e3-404e-9e59-7e6e31e37567", "Sumit Gor", "", "gorsumit@smcfinance.com", "9898091836", NULL, "2024-06-12 07:23:38", 2, NULL, NULL, 2, 1, 7, 943, 25, NULL, 10, 8, NULL, "M3642", 0, NULL), + (661, "94243cb7-9bac-4cf3-a874-a8f7ac6742ce", "R Jayaprakash", "", "rjayaprakash@smcfinance.com", "9962589161", NULL, "2024-06-12 07:23:38", 2, NULL, NULL, 2, 1, 7, 4660, 2, NULL, 10, 37, NULL, "M3704", 0, NULL), + (662, "60514f71-f77e-46ee-8449-4daaab2498b2", "Narendra Singh Rathore", "", "narendrarathore@smcfinance.com", "1234567890", NULL, "2024-06-13 06:48:33", 2, "2024-06-14 07:55:37", 662, 2, 1, 7, 288, 28, "9282", 15, 8, NULL, "", 0, NULL), + (663, "1eda1fb5-6fee-4920-8a02-83b930ca73f0", "CA Srishti Jain", "", "jainsrishti.0489@gmail.com", "9582064588", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "", 11, NULL), + (664, "86c660de-0d68-40e9-9802-93b5f737870f", "Shruti Jain", "", "26shruti2003@gmail.com", "9717338725", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 11, NULL), + (665, "5455126a-10d2-48ac-9c7f-8533c35f6e3a", "Nandan Jain", "", "nandanjain083@gmail.com", "9310075358", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 3, NULL, NULL, "", 11, NULL), + (666, "8a0ef705-dcef-4584-81ab-b7f9370a5b1f", "CA Anubhav Jain", "", "caanubhav271@gmail.com", "8218698305", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 6026, 15, NULL, 20, NULL, NULL, "", 12, NULL), + (667, "e75da1c2-de40-4d08-8261-968c709d9206", "Sachin Kumar\t", "", "sachinsudir6135@gmail.com", "8791655801", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 6026, 15, NULL, 3, NULL, NULL, "", 12, NULL), + (668, "56f0711b-8c53-4c73-ab09-1995589cee20", "Shiwartha Dubey", "", "shiwarthadubey272175@gmail.com", "7570978012", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 3, NULL, NULL, "", 12, NULL), + (669, "b8b2db08-5839-4379-8eb6-5f6a4e2c4e29", "Mohit Kumar", "", "kumarmohit00110@gmail.com", "7017902956", NULL, "2024-06-14 13:55:20", 2, NULL, NULL, 2, 1, 7, 6020, 15, NULL, 3, NULL, NULL, "", 12, NULL), + (670, "80697ea1-623b-4446-802a-ff0330527991", "Hridesh Sahani", "", "hrideshsahani@smcfinance.com", "7877621666", NULL, "2024-06-19 07:41:27", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "", 0, NULL), + (671, "dacff188-5abc-4342-b83d-5c185af7f3bf", "OM VEER SINGH", "", "omveersinghrao@smcfinance.com", "8890118875", NULL, "2024-06-21 11:21:23", 2, "2024-06-21 11:21:23", 2, 2, 1, 7, 289, 28, NULL, 3, 8, NULL, "M3763", 0, NULL), + (672, "c8f1e849-fa6d-4c2f-993d-df0ce1f59259", "Atul Kashyap", "", "atulkashyap@smcfinance.com", "9910559235", NULL, "2024-07-01 04:38:53", 2, "2024-11-22 10:18:09", 2, 2, 1, 7, 3374, 26, "1212", 20, NULL, NULL, "", 20, NULL), + (673, "4878f273-52da-483c-9d33-cee58c7004e6", "Ankush jangid", "", "ankushjangid@smcfinance.com", "9672784770", NULL, "2024-07-02 12:31:44", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "", 0, NULL), + (674, "dc0f661c-d610-4c05-9004-0d387b450c9b", "Manoj Tamboli", "", "manojtamboli@smcfinance.com", "7737208655", NULL, "2024-07-08 06:16:38", 2, "2024-07-08 06:16:38", 2, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "", 0, NULL), + (675, "655e4ec9-1d22-4e2b-a8f8-0afbb02ca9fa", "Vikas Singh Bisht", "", "vikassinghbisht@smcfinance.com", "9560592675", NULL, "2024-07-08 06:16:38", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3770", 0, NULL), + (676, "17b98424-11fe-4953-85d1-cf55d6ffa010", "SUNIL KUMAR SAINI", "", "sunilkumarsaini@smcfinance.com", "9000000000", NULL, "2024-07-08 06:16:38", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, 8, NULL, "M3771", 0, NULL), + (677, "78e34c0b-35f3-4eeb-be9d-4f684f4abe6f", "NATWAR SINGH RAJPUT", "", "natavarsinghrajput@smcfinance.com", "9000000000", NULL, "2024-07-08 06:16:38", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, 8, NULL, "M3769", 0, NULL), + (678, "f032a0d8-d909-46b8-b2d2-ce2ab0322f4b", "VIKRAM SINGH CHAUHAN", "", "vikramsinghchouhan@smcfinance.com", "9000000000", NULL, "2024-07-08 06:16:38", 2, "2024-07-11 08:11:59", 678, 2, 1, 7, 4307, 27, "5586", 20, 8, NULL, "M3772", 0, 973152), + (679, "008eff35-049b-4066-85fa-9c2899f42baf", "Anupam Tiwari", "", "anupamtiwari@smcfinance.com", "9988998899", NULL, "2024-07-09 04:57:54", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 10, 8, NULL, "M3775", 0, NULL), + (680, "5b861788-3f47-4d4e-b048-452108bb5d7b", "Prakash Rao", "", "prakashrao@smcfinance.com", "9000000000", NULL, "2024-07-10 04:12:19", 2, "2024-07-27 05:09:33", 2, 2, 1, 7, 4660, 2, NULL, 14, 37, NULL, "M3776", 14, NULL), + (681, "65245b9c-45a1-4375-add8-902da60d7ef7", "Vikesh Gulam Karbhari", "", "vikeshkarbhari@smcfinance.com", "9900000000", NULL, "2024-07-12 05:11:14", 2, "2024-08-06 10:45:32", NULL, 2, 1, 7, 3374, 26, NULL, 14, 8, NULL, "M3778", 0, 312965), + (682, "9766a327-f854-46d7-bfee-424b4e0ca4cf", "Ruturaj Shantaram Wable", "", "ruturajwable@smcfinance.com", "9900000000", NULL, "2024-07-12 05:11:14", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 14, 8, NULL, "M3780", 0, NULL), + (683, "ed82af56-11d6-42d4-b652-dbe13d6b9dab", "Ganesh Ramesh Mane", "", "ganeshmane@smcfinance.com", "9900000000", NULL, "2024-07-12 05:11:14", 2, NULL, NULL, 2, 1, 7, 3374, 26, NULL, 14, 8, NULL, "M3782", 0, NULL), + (684, "21895892-f45d-4379-b7e6-6fb6705b913f", "Mohd Shohrab", "", "mohdshohrab@smcfinance.com", "9000000000", NULL, "2024-07-19 05:02:22", 2, NULL, NULL, 2, 1, 7, 667, 34, NULL, 10, 8, NULL, "M3789", 0, NULL), + (685, "1fabce66-cd81-464b-be78-b314e8533a9e", "Bhawani Singh", "", "bhawanisingh@smcfinance.com", "9000000000", NULL, "2024-07-19 05:02:22", 2, NULL, NULL, 2, 1, 7, 4251, 27, NULL, 14, 8, NULL, "M3791", 0, NULL), + (686, "515df781-9c2d-4254-b3f6-ec0d764f70fd", "Hemandra Singh Gurjar", "", "hemandrasinghgurjar@smcfinance.com", "9000000000", NULL, "2024-07-19 05:02:22", 2, NULL, NULL, 2, 1, 7, 4251, 27, NULL, 14, 8, NULL, "M3792", 0, NULL), + (687, "ad71a369-5918-42ed-ab97-95e20bb7c74c", "Meheta Jay", "", "jaymeheta@smcfinance.com", "9000000000", NULL, "2024-07-23 11:13:52", 2, NULL, NULL, 2, 1, 7, 7066, 25, NULL, 14, 8, NULL, "M3794", 0, NULL), + (688, "697b8c1d-6aa5-44c0-b750-17c91735e16f", "Gohil Divyarajsinh", "Mahendrasinh", "gohildivyarajsinhmahendrasinh@smcfinance.com", "8469971094", NULL, "2024-07-24 03:53:41", 2, "2024-11-20 07:47:16", 2, 2, 1, 7, 7066, 25, NULL, 20, NULL, NULL, "M3779", 20, NULL), + (689, "af6459c3-69a7-475d-aaf8-4793c59b3ca9", "Daud Khan", "", "daudkhan@smcfinance.com", "9000000000", NULL, "2024-08-02 12:29:25", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 14, 8, NULL, "M3796", 0, NULL), + (690, "47fe21e8-e014-4ea0-af9c-18a295c60e9a", "Dileep Kumar Tripathi", "", "dileepkumartripathi@smcfinance.com", "9000000000", NULL, "2024-08-02 12:29:25", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 14, 8, NULL, "M3797", 0, NULL), + (691, "0e6f5e11-35fe-49db-b61a-d570de43aa80", "Ajay Kumar Prasad", "", "ajaykumarprasad@smcfinance.com", "9000000000", NULL, "2024-08-02 12:29:25", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 14, 8, NULL, "M3798", 0, NULL), + (692, "e580914c-2b22-4ee5-8834-ebb92e98155e", "Hariom", "", "hariom@smcfinance.com", "9000000000", NULL, "2024-08-02 12:29:25", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 14, 8, NULL, "M3799", 0, NULL), + (693, "c296ffca-b587-4e99-9ee0-b36a9a01dff2", "Patel Jigneshkumar Vinubhai", "", "jigneshkumarpatelvinubhai@smcfinance.com", "9000000000", NULL, "2024-08-02 12:29:25", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 14, 8, NULL, "M3800", 0, NULL), + (694, "8265dccf-f5e1-40c2-a3da-3253a2876b0d", "Shravan Choudhary\t", "", "shravanchoudhary@smcfinance.com", "9000000000", NULL, "2024-08-02 12:29:25", 2, "2024-08-17 12:03:37", 694, 2, 1, 7, 5984, 15, "8486", 14, 8, NULL, "M3801", 0, 712460), + (695, "dd2e2edc-ee68-488f-bdad-cb205338911f", "Ankit Mathur\t", "", "ankitmathur@smcfinance.com", "90000000000", NULL, "2024-08-02 12:29:25", 2, NULL, NULL, 2, 1, 7, 5984, 15, NULL, 14, 8, NULL, "M3802", 0, NULL), + (696, "dc8030c7-1771-4be3-beb4-e154b600dc2c", "SAJJAN SINGH", "MANDANIYA", "sajjansinghmandaniya@smcfinance.com", "9000000000", NULL, "2024-08-05 11:34:53", 2, "2024-08-13 09:55:13", 696, 2, 1, 7, 4307, 27, "9166", 14, 8, NULL, "M3805", 0, NULL), + (697, "f8c75bb1-4a38-4a4a-9592-0dfd6ae20c2a", "VINOD PANWAR", "", "vinodpanwar@smcfinance.com", "9000000000", NULL, "2024-08-05 11:34:53", 2, "2024-09-03 11:27:25", NULL, 2, 1, 7, 4307, 27, NULL, 14, 8, NULL, "M3806", 0, 913567), + (698, "798ad147-f8c0-402d-8bcc-16b8697d919c", "ARUN KUMAR", "", "arunkumar02@smcfinance.com", "9710020046", NULL, "2024-08-06 03:46:50", 2, NULL, NULL, 2, 1, 7, 6081, 15, NULL, 14, 8, NULL, "M3804", 0, NULL), + (699, "a37da501-269d-4e81-af99-727339f830e6", "Azamkhan ", "Abdul Nabi Pathan", "azamkhanpathan@smcfinance.com", "9000000000", NULL, "2024-08-06 03:46:50", 2, NULL, NULL, 2, 1, 7, 1184, 25, NULL, 14, 8, NULL, "M3803", 0, NULL), + (700, "f1121bfc-7e97-43b7-b556-3a289e5ecd0e", "Rajiv Sharma", "", "rajivsharmaca@yahoo.com", "9888188152", NULL, "2024-08-07 11:46:43", 2, NULL, NULL, 2, 1, 7, 667, 34, NULL, 20, NULL, NULL, "", 13, NULL), + (701, "7b8216e8-bb6f-4a9d-af03-80b63b99ae45", "Sardar Mal Jat", "", "sardarmaljat@smcfinance.com", "9900000000", NULL, "2024-08-08 13:47:55", 2, "2024-11-07 13:20:43", 701, 2, 1, 7, 4262, 27, "1414", 20, 8, NULL, "M3808", 0, 219507), + (702, "ecb38c36-0a12-40ea-9a48-25daf8b30e4f", "Pradeep Kumar", "", "pradeepkumar@smcfinance.com", "9000000000", NULL, "2024-08-09 09:39:09", 2, NULL, NULL, 2, 1, 7, 667, 34, NULL, 14, 8, NULL, "M3807", 0, NULL), + (703, "c4195899-cd35-4869-a262-ae72eea084e0", "Akshay Parmar", "", "akshayparmar@smcfinance.com", "9000000000", NULL, "2024-08-09 09:39:09", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3811", 0, NULL), + (704, "d322c790-018c-488c-89d6-b44163d497ff", "Prashant Shukla", "", "prashantshukla@smcfinance.com", "9000000000", NULL, "2024-08-09 09:39:09", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3812", 0, NULL), + (705, "f7ecc644-a964-4e23-bc2d-a714940119b0", "Harish Kumar", "", "hariskumar1811@gmail.com", "8146406469", NULL, "2024-08-12 09:51:01", 2, NULL, NULL, 2, 1, 7, 667, 34, NULL, 3, NULL, NULL, "", 13, NULL), + (706, "a6d06593-8172-4d4a-9871-f6995174fecc", "Dikshant", "", "dikshant@smcfinance.com", "8279834782", NULL, "2024-08-13 09:47:04", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3814", 0, NULL), + (707, "ce4eeab8-4c4e-4b30-9ea8-cfcf5eb9cfce", "Divya Gotecha", "", "divyagotecha@smcfinance.com", "9000000000", NULL, "2024-08-21 05:58:29", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3819", 0, NULL), + (708, "12328fe0-1553-4306-baf4-3358dab63e2d", "Mahipal", "", "mahipal@smcfinance.com", "9711886767", NULL, "2024-08-21 05:58:29", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3825", 0, NULL), + (709, "78b2c8b7-efa3-4a81-82d9-cdba890e4c71", "Pankaj Sharma", "", "pankajsharma@smcfinance.com", "9000000000", NULL, "2024-08-23 05:34:30", 2, "2024-09-11 12:17:28", 709, 2, 1, 7, 4307, 27, "9887", 3, 8, NULL, "M3828", 0, NULL), + (710, "58bf3374-0a28-4a5e-bfee-f7406a0e80bb", "Kamal Choudhary", "", "kamalchoudhary@smcfinance.com", "9000000000", NULL, "2024-08-23 09:17:05", 2, "2024-09-02 09:36:40", 710, 2, 1, 7, 869, 5, "8182", 3, 8, NULL, "M3821", 0, NULL), + (711, "cfa396f5-6279-4990-8957-be4f166e5583", "AKASH KUMAR", "", "akashkumar@smcfinance.com", "9548549771", NULL, "2024-08-24 06:29:40", 2, "2024-08-24 06:29:40", 2, 2, 1, 7, 869, 5, NULL, 3, 8, NULL, "M3827", 0, NULL), + (712, "cbe9b216-b226-4fea-8a00-400f0cada93c", "Sandeep Kumar Singh", "", "sandeepsingh@smcfinance.com", "9900000000", NULL, "2024-09-03 04:12:27", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3833", 0, NULL), + (713, "758b71ca-1234-48fd-b210-3dfe76e65f29", "Ajay", "", "ajay87@smcfinance.com", "9900000000", NULL, "2024-09-03 04:12:27", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3835", 0, NULL), + (714, "71947eda-a1a4-4128-beee-efa3087fb090", "Sumit Gautam", "", "sumitgautam@smcfinance.com", "9900000000", NULL, "2024-09-03 04:12:27", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3836", 0, NULL), + (715, "c442b94f-e0d3-4140-bb02-592d737455f2", "Vishnu Sharma", "", "vishnusharma@smcfinance.com", "9900000000", NULL, "2024-09-03 04:12:27", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3838", 0, NULL), + (716, "75271927-310d-4ef8-a307-33064aaa4989", "Shiv Kumar", "", "shivkumar@smcfinance.com", "9900000000", NULL, "2024-09-03 04:12:27", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 14, 8, NULL, "M3839", 0, NULL), + (717, "a7aeb028-8a4b-45da-80b2-1129b0616388", "Tarun Sharma", "", "tarunsharma@smcfinance.com", "9900000000", NULL, "2024-09-04 07:27:52", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 14, 8, NULL, "M3840", 0, NULL), + (718, "af7f7d8c-e75c-4bbb-a785-ac216a81be7a", "VARA NIRAJ HEMATLAL", "", "varaniraj@smcfinance.com", "9979524888", NULL, "2024-09-10 07:08:32", 2, NULL, NULL, 2, 1, 7, 1066, 25, NULL, 20, NULL, NULL, "M3844", 0, NULL), + (719, "8e7f4d84-54ea-4f2a-91a0-8e91fba2a155", "Vijay Kumar", "", "vijaykumar@smcfinance.com", "8000707455", NULL, "2024-09-17 06:26:26", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3847", 0, NULL), + (720, "46d855a1-9de2-4773-84df-f86d2c32eb0f", "DEEPAK KUMAR", "", "deepakkumar89@smcfinance.com", "7080055565", NULL, "2024-09-26 04:40:33", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 10, 8, NULL, "M3857", 0, NULL), + (721, "3b76040e-113f-4ad0-bc82-2501fb2d7093", "SHANKAR SINGH", "", "shankarsingh@smcfinance.com", "9000000000", NULL, "2024-09-28 09:16:11", 2, "2024-10-04 10:33:37", NULL, 2, 1, 7, 4525, 27, NULL, 14, 8, NULL, "M3865", 0, 95316), + (722, "c5219fca-4b25-40bf-bcee-16bca5d3bab3", "Sonu Rohta", "", "sonu90@smcfinance.com", "9000000000", NULL, "2024-10-11 12:26:27", 2, NULL, NULL, 2, 1, 7, 1301, 6, NULL, 20, 8, NULL, "M3873", 0, NULL), + (723, "fd680b41-850e-48f8-8614-17f5e62bcc24", "Mohit Kumawat", "", "mohitkumawat@smcfinance.com", "9900000000", NULL, "2024-10-15 04:53:28", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, 8, NULL, "M3855", 0, NULL), + (724, "05f9e2db-d3d6-4c36-b381-154525da2147", "Avinash Kumar", "Choudhary", "avinashkumarchoudhary@smcfinance.com", "9900000000", NULL, "2024-10-17 07:09:41", 2, "2024-10-17 07:09:41", 2, 2, 1, 7, 4307, 27, NULL, 14, 8, NULL, "M3883", 0, NULL), + (725, "b61e8247-6790-4a11-80a5-d7fb1a0c2942", "Gagandeep Sharma", "", "gagandeepsharma@smcfinance.com", "7015356724", NULL, "2024-10-28 06:30:53", 2, NULL, NULL, 2, 1, 7, 1273, 6, NULL, 20, NULL, NULL, "", 0, NULL), + (726, "ab0285c9-0fb2-47df-9d15-9094ad2b3555", "JITENDRA KUMAR DEEGWAL", "", "jitendradeegwal@smcfinance.com", "9928746566", NULL, "2024-10-28 06:30:53", 2, "2024-10-28 06:30:53", 2, 2, 1, 7, 4307, 27, NULL, 20, 8, NULL, "M3913", 0, NULL), + (727, "28b9f596-c828-4062-8465-3025751258ac", "Gohel Kishan Rameshbhai", "", "kishangohel@smcfinance.com", "7623825877", NULL, "2024-11-12 05:51:39", 2, "2024-11-27 12:17:25", NULL, 2, 1, 7, 1184, 25, NULL, 20, NULL, NULL, "M3924", 0, 981472), + (728, "26b15b50-535c-4a0f-996e-f37272498e94", "Sanjay Jacab", "", "sanjayjacab@smcfinance.com", "8077730663", NULL, "2024-11-19 09:52:03", 2, "2024-12-12 06:58:00", 2, 2, 1, 7, 5533, 15, NULL, 20, NULL, NULL, "M3925", 20, NULL), + (729, "a6e15f78-ad5b-45ea-9e2a-9aecccc0f8f6", "ANIL KUMAR JAT", "", "anilkumarjat@smcfinance.com", "9785323209", NULL, "2024-11-20 10:15:02", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M3939", 0, NULL), + (730, "e275cf30-d5e7-4f8c-b9c7-2a60c99c8017", "VIKRAM SINGH", "", "vikramsingh@smcfinance.com", "9000000001", NULL, "2024-11-25 07:48:24", 2, NULL, NULL, 2, 1, 7, 4318, 27, NULL, 20, NULL, NULL, "M3944", 0, NULL), + (731, "1de5aa5b-a35d-4726-bcee-264fc3a9917f", "DEVENDER SINGH BHATI", "", "devenderbhati@smcfinance.com", "9799126321", NULL, "2024-12-04 06:18:12", 2, NULL, NULL, 2, 1, 7, 4174, 27, NULL, 20, NULL, NULL, "M3958", 0, NULL), + (732, "258e78a1-eb79-4a02-822a-8e85fb0f3e82", "Nilesh singh", "", "nileshkumar@smcfinance.com", "9000000002", NULL, "2024-12-09 11:47:46", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M3947", 0, NULL), + (733, "b61abc8c-7953-4d9c-a05e-b5afc6d36c7a", "Naresh Kumar", "", "nareshkumar86@smcfinance.com", "7419900155", NULL, "2024-12-12 06:58:00", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M3951", 0, NULL), + (734, "3a1e8e03-c071-45f4-8a00-a68b39806583", "HEMANT SONI", "", "hemantsoni@smcfinance.com", "9461661642", NULL, "2025-01-03 09:59:47", 2, NULL, NULL, 2, 1, 7, 4318, 27, NULL, 20, NULL, NULL, "M3996", 0, NULL), + (735, "e313b492-2cb2-4c57-9c2f-345cc896ffb9", "Shivam Kumar Sharma", "", "shivamsharma@smcfinance.com", "9900000011", NULL, "2025-01-09 06:07:42", 2, "2025-02-19 16:23:11", NULL, 2, 1, 7, 6026, 15, NULL, 20, NULL, NULL, "M4023", 0, 576318), + (736, "8982d23a-ce36-4814-84aa-a24fb5cba1a8", "Himmat", "Singh", "himmatsingh@smcfinance.com", "9000000000", NULL, "2025-01-15 11:27:01", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "E0000", 0, NULL), + (737, "f16d7655-25e0-41b0-acad-d3b65b2dbdec", "Dharmendrasinh Vaghela", "", "dharmendrasinh@smcfinance.com", "7041217939", NULL, "2025-01-16 13:38:55", 2, NULL, NULL, 2, 1, 7, 1040, 25, NULL, 20, NULL, NULL, "M4025", 0, NULL), + (738, "32d3c3a4-7fd5-4083-a1af-2cb59ae64125", "SANJAY SAINI", "", "sanjaysaini@smcfinance.com", "9000000000", NULL, "2025-01-17 09:50:56", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M4007", 0, NULL), + (739, "d3d33dce-095d-4e65-8ee7-4194bcd64c7d", "SEESHRAM SAINI", "", "seeshramsaini@smcfinance.com", "9000000000", NULL, "2025-01-17 09:50:56", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M4033", 0, NULL), + (740, "725cb24b-dd0d-4c72-9295-3ec8369080fc", "HEMANT BALOTHIYA", "", "hemantbalothiya@smcfinance.com", "9900000000", NULL, "2025-01-17 09:50:56", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M4032", 0, NULL), + (741, "f4f685d7-da36-4c5c-acca-47c6022acee3", "RAKESH CHOUDHARY", "", "rakeshchoudhary@smcfinance.com", "9024434280", NULL, "2025-01-21 08:11:47", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M4043", 0, NULL), + (742, "7bbf3007-0a79-441a-b69c-139f1056bbfa", "RINKU GANDHAR", "", "rinkugandhar@smcfinance.com", "6376935529", NULL, "2025-01-24 08:10:37", 2, NULL, NULL, 2, 1, 7, 4307, 27, NULL, 20, NULL, NULL, "M4046", 0, NULL), + (743, "af4208ec-f06e-465d-bfa0-33562646dc77", "RAHUL GUPTA", "", "rahulgupta@smcfinance.com", "7014271763", NULL, "2025-02-04 11:04:19", 2, NULL, NULL, 2, 1, 7, 4318, 27, NULL, 20, NULL, NULL, "M4049", 0, NULL), + (744, "ed8d972a-6030-4078-8281-31922c2c6dc4", "Bijender mohan", "", "bijendramohan@smcfinance.com", "9988998891", NULL, "2025-02-04 11:04:19", 2, NULL, NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M4047", 0, NULL), + (745, "2b2c85ef-99e4-4ad5-9091-948e1c916c55", "Krunal Navinchandra Raval", "", "krunalraval@smcfinance.com", "9988998899", NULL, "2025-02-15 03:04:03", 2, NULL, NULL, 2, 1, 7, 1172, 25, NULL, 20, NULL, NULL, "M4069", 0, NULL), + (746, "8abf75f4-8350-45d3-8748-acc5ce5b3992", "Nilesh Rameshbhai Sojitra", "", "nileshsojitra@smcfinance.com", "9924401264", NULL, "2025-02-18 10:19:02", 2, "2025-03-03 09:10:31", NULL, 2, 1, 7, 869, 5, NULL, 20, NULL, NULL, "M4080", 0, 485329); + +/*!40000 ALTER TABLE `m_user_profile` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_user_roles +# ------------------------------------------------------------ + +CREATE TABLE `m_user_roles` ( + `user_role_id` int NOT NULL AUTO_INCREMENT, + `user_role` varchar(45) DEFAULT NULL, + `fk_userid` int DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`user_role_id`) +) ENGINE=InnoDB AUTO_INCREMENT=1323 DEFAULT CHARSET=latin1; + +LOCK TABLES `m_user_roles` WRITE; +/*!40000 ALTER TABLE `m_user_roles` DISABLE KEYS */; + +INSERT INTO `m_user_roles` (`user_role_id`, `user_role`, `fk_userid`, `isactive`) VALUES + (1, "10", 1, 1), + (2, "10", 2, 0), + (3, "10", 3, 1), + (4, "10", 4, 1), + (5, "5", 5, 0), + (6, "7", 6, 0), + (7, "3", 7, 0), + (8, "5", 8, 0), + (9, "5", 9, 1), + (10, "5", 10, 1), + (11, "5", 11, 0), + (12, "5", 12, 0), + (13, "5", 13, 1), + (14, "5", 14, 0), + (15, "5", 15, 0), + (16, "7", 16, 0), + (17, "7", 17, 0), + (18, "10", 2, 0), + (19, "10", 2, 0), + (20, "15", 18, 0), + (21, "20", 19, 0), + (22, "20", 18, 0), + (23, "15", 20, 1), + (24, "20", 21, 0), + (25, "20", 22, 0), + (26, "20", 23, 0), + (27, "20", 24, 0), + (28, "20", 25, 0), + (29, "20", 26, 0), + (30, "20", 27, 0), + (31, "20", 28, 0), + (32, "20", 29, 0), + (33, "20", 30, 0), + (34, "20", 31, 0), + (35, "20", 32, 0), + (36, "20", 33, 0), + (37, "20", 34, 0), + (38, "20", 35, 0), + (39, "20", 36, 0), + (40, "20", 37, 0), + (41, "20", 38, 0), + (42, "20", 39, 0), + (43, "20", 40, 0), + (44, "20", 41, 0), + (45, "20", 42, 0), + (46, "20", 43, 0), + (47, "20", 44, 0), + (48, "20", 45, 0), + (49, "20", 46, 0), + (50, "20", 47, 0), + (51, "20", 48, 0), + (52, "20", 49, 0), + (53, "20", 50, 0), + (54, "20", 51, 0), + (55, "3", 11, 0), + (56, "5", 52, 0), + (57, "7", 53, 0), + (58, "5", 53, 0), + (59, "3", 11, 1), + (60, "5", 53, 0), + (61, "12", 45, 0), + (62, "12", 45, 0), + (63, "12", 44, 0), + (64, "12", 44, 1), + (65, "12", 46, 1), + (66, "12", 34, 1), + (67, "12", 18, 1), + (68, "12", 39, 1), + (69, "12", 24, 1), + (70, "12", 30, 1), + (71, "12", 48, 1), + (72, "12", 54, 0), + (73, "12", 55, 0), + (74, "12", 56, 0), + (75, "12", 57, 0), + (76, "20", 51, 0), + (77, "12", 54, 1), + (78, "12", 57, 0), + (79, "12", 56, 0), + (80, "12", 55, 1), + (81, "12", 45, 1), + (82, "7", 17, 1), + (83, "10", 2, 0), + (84, "12", 56, 1), + (85, "12", 57, 1), + (86, "7", 5, 0), + (87, "20", 58, 0), + (88, "7", 5, 0), + (89, "7", 5, 0), + (90, "20", 59, 0), + (91, "20", 58, 0), + (92, "20", 60, 0), + (93, "3", 6, 0), + (94, "3", 5, 0), + (95, "3", 16, 0), + (96, "3", 5, 1), + (97, "3", 6, 0), + (98, "3", 16, 0), + (99, "20", 61, 0), + (100, "20", 61, 0), + (101, "5", 62, 0), + (102, "5", 63, 0), + (103, "5", 53, 0), + (104, "20", 29, 0), + (105, "5", 62, 0), + (106, "5", 62, 1), + (107, "5", 63, 0), + (108, "5", 52, 0), + (109, "5", 52, 1), + (110, "20", 64, 0), + (111, "20", 65, 0), + (112, "20", 49, 0), + (113, "20", 27, 0), + (114, "20", 27, 0), + (115, "20", 27, 0), + (116, "20", 27, 0), + (117, "20", 27, 0), + (118, "20", 66, 0), + (119, "20", 67, 0), + (120, "20", 68, 0), + (121, "5", 7, 0), + (122, "5", 7, 0), + (123, "5", 7, 0), + (124, "5", 7, 0), + (125, "20", 69, 0), + (126, "3", 7, 0), + (127, "20", 70, 0), + (128, "5", 53, 1), + (129, "5", 8, 1), + (130, "19", 71, 0), + (131, "19", 72, 0), + (132, "19", 73, 0), + (133, "19", 74, 0), + (134, "19", 75, 0), + (135, "19", 76, 0), + (136, "19", 77, 0), + (137, "19", 78, 0), + (138, "19", 79, 0), + (139, "19", 80, 0), + (140, "19", 81, 0), + (141, "19", 82, 0), + (142, "19", 83, 0), + (143, "19", 84, 0), + (144, "20", 85, 0), + (145, "20", 86, 0), + (146, "20", 87, 0), + (147, "20", 88, 0), + (148, "20", 89, 0), + (149, "20", 90, 0), + (150, "20", 91, 0), + (151, "20", 92, 0), + (152, "20", 93, 0), + (153, "19", 94, 0), + (154, "20", 95, 0), + (155, "20", 96, 0), + (156, "19", 97, 0), + (157, "20", 98, 0), + (158, "20", 98, 0), + (159, "3", 99, 1), + (160, "20", 100, 0), + (161, "20", 101, 0), + (162, "5", 63, 1), + (163, "20", 102, 0), + (164, "20", 103, 0), + (165, "20", 104, 0), + (166, "20", 105, 0), + (167, "20", 106, 0), + (168, "20", 107, 0), + (169, "20", 108, 0), + (170, "20", 109, 0), + (171, "20", 110, 0), + (172, "20", 111, 0), + (173, "19", 112, 0), + (174, "20", 61, 1), + (175, "20", 113, 1), + (176, "20", 19, 1), + (177, "20", 21, 1), + (178, "20", 23, 1), + (179, "20", 26, 1), + (180, "20", 31, 1), + (181, "20", 33, 1), + (182, "20", 40, 1), + (183, "20", 37, 1), + (184, "20", 38, 1), + (185, "20", 28, 1), + (186, "20", 22, 1), + (187, "20", 25, 1), + (188, "20", 32, 1), + (189, "20", 35, 1), + (190, "20", 36, 1), + (191, "20", 41, 1), + (192, "20", 42, 1), + (193, "20", 43, 1), + (194, "20", 47, 1), + (195, "20", 50, 1), + (196, "20", 51, 1), + (197, "20", 59, 1), + (198, "20", 58, 1), + (199, "20", 60, 1), + (200, "20", 29, 1), + (201, "20", 64, 1), + (202, "20", 65, 1), + (203, "20", 49, 1), + (204, "20", 27, 0), + (205, "20", 66, 1), + (206, "20", 67, 1), + (207, "20", 68, 1), + (208, "20", 69, 1), + (209, "19", 71, 1), + (210, "19", 72, 0), + (211, "19", 73, 1), + (212, "19", 74, 1), + (213, "19", 75, 0), + (214, "19", 76, 1), + (215, "19", 77, 1), + (216, "19", 78, 1), + (217, "19", 79, 1), + (218, "19", 80, 1), + (219, "19", 81, 0), + (220, "19", 82, 0), + (221, "19", 83, 0), + (222, "19", 84, 1), + (223, "19", 94, 1), + (224, "20", 95, 1), + (225, "20", 96, 1), + (226, "19", 97, 1), + (227, "20", 98, 1), + (228, "20", 100, 1), + (229, "20", 101, 1), + (230, "20", 102, 1), + (231, "20", 103, 1), + (232, "20", 104, 1), + (233, "20", 105, 1), + (234, "20", 106, 1), + (235, "20", 107, 1), + (236, "20", 108, 1), + (237, "20", 109, 1), + (238, "20", 110, 1), + (239, "20", 111, 1), + (240, "19", 112, 1), + (241, "20", 85, 1), + (242, "20", 86, 1), + (243, "20", 87, 1), + (244, "20", 88, 1), + (245, "20", 89, 1), + (246, "20", 90, 1), + (247, "20", 91, 1), + (248, "20", 92, 1), + (249, "20", 93, 1), + (250, "3", 114, 1), + (251, "12", 115, 1), + (252, "11", 116, 0), + (253, "11", 117, 1), + (254, "19", 118, 1), + (255, "20", 119, 1), + (256, "19", 120, 1), + (257, "5", 121, 0), + (258, "19", 122, 1), + (259, "3", 16, 1), + (260, "19", 123, 1), + (261, "19", 81, 0), + (262, "21", 124, 0), + (263, "21", 124, 0), + (264, "21", 124, 0), + (265, "21", 124, 1), + (266, "22", 125, 1), + (267, "21", 126, 0), + (268, "22", 127, 1), + (269, "22", 128, 1), + (270, "22", 129, 1), + (271, "21", 130, 1), + (272, "21", 131, 1), + (273, "21", 132, 1), + (274, "22", 133, 1), + (275, "22", 134, 1), + (276, "21", 135, 1), + (277, "22", 136, 1), + (278, "22", 137, 1), + (279, "22", 138, 1), + (280, "22", 139, 1), + (281, "21", 140, 1), + (282, "22", 141, 1), + (283, "22", 142, 1), + (284, "22", 143, 1), + (285, "22", 144, 1), + (286, "21", 145, 1), + (287, "22", 146, 1), + (288, "22", 147, 1), + (289, "22", 148, 1), + (290, "22", 149, 1), + (291, "22", 150, 1), + (292, "22", 0, 1), + (293, "22", 152, 0), + (294, "22", 153, 0), + (295, "21", 126, 0), + (296, "21", 126, 1), + (297, "22", 152, 0), + (298, "22", 153, 1), + (299, "22", 154, 1), + (300, "22", 0, 1), + (301, "22", 156, 1), + (302, "22", 157, 1), + (303, "22", 0, 1), + (304, "22", 159, 0), + (305, "22", 160, 1), + (306, "22", 161, 0), + (307, "22", 162, 1), + (308, "19", 163, 1), + (309, "19", 83, 1), + (310, "22", 164, 1), + (311, "22", 165, 0), + (312, "21", 166, 0), + (313, "21", 166, 0), + (314, "21", 166, 0), + (315, "21", 166, 0), + (316, "21", 166, 0), + (317, "21", 166, 0), + (318, "21", 166, 0), + (319, "21", 166, 1), + (320, "22", 165, 0), + (321, "22", 165, 0), + (322, "22", 165, 1), + (323, "21", 161, 1), + (324, "22", 159, 0), + (325, "22", 159, 0), + (326, "22", 159, 0), + (327, "22", 159, 1), + (328, "6", 6, 0), + (329, "3", 6, 1), + (330, "22", 152, 1), + (331, "19", 167, 0), + (332, "3", 14, 0), + (333, "19", 168, 0), + (334, "19", 168, 1), + (335, "5", 14, 1), + (336, "22", 169, 1), + (337, "19", 170, 1), + (338, "22", 171, 1), + (339, "19", 167, 1), + (340, "5", 172, 1), + (341, "19", 173, 1), + (342, "19", 174, 1), + (343, "19", 175, 1), + (344, "19", 176, 0), + (345, "19", 177, 1), + (346, "3", 12, 1), + (347, "19", 178, 1), + (348, "19", 179, 1), + (349, "5", 180, 0), + (350, "5", 180, 1), + (351, "5", 181, 0), + (352, "19", 182, 1), + (353, "19", 183, 1), + (354, "25", 184, 0), + (355, "27", 185, 0), + (356, "26", 186, 0), + (357, "27", 187, 0), + (358, "26", 188, 0), + (359, "26", 189, 0), + (360, "26", 190, 0), + (361, "26", 191, 0), + (362, "26", 192, 0), + (363, "24", 193, 0), + (364, "25", 194, 0), + (365, "25", 193, 0), + (366, "25", 195, 0), + (367, "25", 196, 0), + (368, "25", 197, 0), + (369, "25", 198, 0), + (370, "25", 184, 0), + (371, "26", 184, 0), + (372, "25", 195, 0), + (373, "25", 196, 0), + (374, "25", 197, 0), + (375, "25", 198, 0), + (376, "26", 184, 0), + (377, "27", 185, 1), + (378, "26", 186, 0), + (379, "27", 187, 0), + (380, "26", 188, 1), + (381, "26", 189, 0), + (382, "26", 190, 1), + (383, "26", 191, 1), + (384, "26", 192, 1), + (385, "25", 195, 1), + (386, "25", 196, 1), + (387, "25", 197, 1), + (388, "25", 198, 1), + (389, "26", 184, 0), + (390, "27", 187, 0), + (391, "26", 184, 0), + (392, "26", 184, 1), + (393, "19", 176, 0), + (394, "25", 199, 1), + (395, "25", 200, 1), + (396, "25", 193, 0), + (397, "25", 194, 1), + (398, "25", 201, 0), + (399, "25", 202, 1), + (400, "25", 201, 1), + (401, "20", 203, 1), + (402, "19", 204, 1), + (403, "27", 205, 0), + (404, "19", 176, 1), + (405, "26", 206, 1), + (406, "25", 207, 1), + (407, "19", 208, 1), + (408, "19", 209, 0), + (409, "26", 189, 0), + (410, "19", 72, 1), + (411, "19", 210, 1), + (412, "3", 211, 0), + (413, "27", 212, 0), + (414, "26", 213, 0), + (415, "26", 214, 0), + (416, "27", 212, 1), + (417, "26", 213, 1), + (418, "26", 214, 0), + (419, "25", 215, 1), + (420, "26", 216, 0), + (421, "26", 216, 1), + (422, "19", 217, 1), + (423, "19", 218, 1), + (424, "26", 219, 0), + (425, "26", 219, 0), + (426, "27", 205, 0), + (427, "26", 219, 1), + (428, "27", 205, 0), + (429, "27", 187, 1), + (430, "19", 220, 1), + (431, "19", 221, 1), + (432, "19", 222, 1), + (433, "19", 82, 1), + (434, "19", 223, 1), + (435, "19", 224, 1), + (436, "6", 225, 0), + (437, "6", 226, 0), + (438, "6", 226, 0), + (439, "6", 225, 0), + (440, "19", 227, 0), + (441, "19", 227, 1), + (442, "3", 225, 1), + (443, "19", 228, 1), + (444, "26", 189, 0), + (445, "25", 229, 1), + (446, "25", 230, 0), + (447, "25", 231, 0), + (448, "19", 232, 1), + (449, "19", 233, 1), + (450, "19", 234, 1), + (451, "27", 205, 0), + (452, "27", 205, 0), + (453, "26", 214, 0), + (454, "26", 214, 0), + (455, "27", 205, 0), + (456, "26", 214, 0), + (457, "27", 205, 0), + (458, "27", 205, 0), + (459, "27", 205, 0), + (460, "20", 235, 1), + (461, "19", 236, 1), + (462, "5", 237, 0), + (463, "19", 238, 1), + (464, "26", 239, 1), + (465, "19", 240, 1), + (466, "19", 241, 1), + (467, "26", 242, 1), + (468, "25", 243, 0), + (469, "26", 244, 0), + (470, "26", 244, 0), + (471, "26", 244, 0), + (472, "26", 245, 1), + (473, "20", 246, 1), + (474, "19", 247, 1), + (475, "19", 248, 1), + (476, "19", 249, 1), + (477, "19", 250, 1), + (478, "19", 251, 1), + (479, "26", 252, 1), + (480, "26", 253, 1), + (481, "19", 254, 0), + (482, "19", 254, 1), + (483, "19", 255, 1), + (484, "25", 256, 1), + (485, "25", 257, 1), + (486, "25", 258, 1), + (487, "25", 259, 1), + (488, "25", 260, 1), + (489, "25", 261, 1), + (490, "19", 262, 0), + (491, "19", 262, 0), + (492, "19", 262, 1), + (493, "3", 263, 0), + (494, "3", 263, 1), + (495, "3", 226, 1), + (496, "19", 264, 0), + (497, "19", 264, 1), + (498, "19", 265, 1), + (499, "26", 266, 1), + (500, "19", 267, 1), + (501, "26", 268, 1), + (502, "20", 269, 0), + (503, "19", 270, 1), + (504, "19", 271, 1), + (505, "19", 272, 1), + (506, "19", 209, 0), + (507, "19", 209, 1), + (508, "19", 273, 1), + (509, "19", 274, 1), + (510, "19", 275, 1), + (511, "19", 276, 1), + (512, "19", 277, 1), + (513, "25", 230, 1), + (514, "26", 269, 1), + (515, "20", 70, 1), + (516, "25", 193, 0), + (517, "26", 186, 0), + (518, "26", 186, 0), + (519, "5", 237, 1), + (520, "5", 181, 0), + (521, "5", 181, 1), + (522, "5", 278, 0), + (523, "5", 278, 0), + (524, "5", 278, 1), + (525, "19", 279, 0), + (526, "19", 279, 0), + (527, "19", 279, 0), + (528, "19", 279, 0), + (529, "19", 279, 1), + (530, "29", 0, 1), + (531, "28", 281, 0), + (532, "28", 282, 0), + (533, "28", 283, 0), + (534, "28", 284, 0), + (535, "28", 285, 0), + (536, "29", 286, 0), + (537, "28", 287, 0), + (538, "28", 288, 0), + (539, "29", 289, 0), + (540, "29", 290, 0), + (541, "29", 291, 0), + (542, "29", 292, 0), + (543, "29", 293, 0), + (544, "29", 294, 0), + (545, "29", 295, 0), + (546, "29", 296, 0), + (547, "28", 296, 0), + (548, "28", 281, 0), + (549, "28", 282, 0), + (550, "28", 283, 0), + (551, "28", 283, 0), + (552, "28", 297, 0), + (553, "28", 288, 0), + (554, "28", 284, 0), + (555, "28", 285, 0), + (556, "28", 285, 0), + (557, "29", 298, 0), + (558, "29", 286, 0), + (559, "29", 286, 0), + (560, "28", 287, 0), + (561, "28", 287, 0), + (562, "29", 286, 0), + (563, "26", 299, 1), + (564, "19", 300, 0), + (565, "19", 301, 0), + (566, "19", 301, 0), + (567, "19", 301, 1), + (568, "26", 302, 1), + (569, "19", 303, 0), + (570, "19", 304, 0), + (571, "29", 289, 1), + (572, "29", 290, 1), + (573, "29", 291, 1), + (574, "29", 292, 1), + (575, "29", 293, 1), + (576, "29", 294, 0), + (577, "29", 295, 1), + (578, "28", 296, 0), + (579, "28", 281, 1), + (580, "28", 282, 1), + (581, "28", 283, 1), + (582, "28", 297, 1), + (583, "28", 288, 1), + (584, "28", 284, 1), + (585, "28", 285, 1), + (586, "29", 298, 0), + (587, "29", 298, 1), + (588, "29", 286, 1), + (589, "28", 287, 1), + (590, "19", 305, 0), + (591, "19", 305, 0), + (592, "26", 306, 0), + (593, "11", 116, 0), + (594, "11", 116, 0), + (595, "11", 116, 0), + (596, "26", 307, 1), + (597, "11", 308, 0), + (598, "19", 309, 0), + (599, "19", 309, 0), + (600, "11", 308, 0), + (601, "12", 308, 0), + (602, "11", 308, 0), + (603, "11", 308, 0), + (604, "15", 116, 0), + (605, "15", 308, 0), + (606, "15", 308, 0), + (607, "11", 116, 0), + (608, "11", 116, 0), + (609, "20", 116, 0), + (610, "11", 116, 1), + (611, "11", 308, 0), + (612, "11", 308, 1), + (613, "26", 186, 0), + (614, "19", 310, 1), + (615, "20", 311, 1), + (616, "19", 312, 1), + (617, "26", 313, 1), + (618, "26", 314, 0), + (619, "26", 315, 1), + (620, "26", 314, 1), + (621, "25", 316, 1), + (622, "19", 317, 1), + (623, "30", 318, 0), + (624, "3", 319, 1), + (625, "19", 320, 1), + (626, "30", 318, 0), + (627, "19", 321, 0), + (628, "19", 321, 1), + (629, "19", 303, 1), + (630, "19", 309, 1), + (631, "19", 304, 0), + (632, "19", 304, 1), + (633, "19", 322, 0), + (634, "19", 322, 0), + (635, "19", 322, 0), + (636, "19", 322, 0), + (637, "19", 322, 1), + (638, "19", 323, 1), + (639, "19", 324, 1), + (640, "19", 325, 0), + (641, "19", 325, 1), + (642, "5", 326, 1), + (643, "30", 318, 0), + (644, "29", 327, 0), + (645, "19", 328, 1), + (646, "26", 329, 0), + (647, "26", 329, 0), + (648, "26", 329, 0), + (649, "26", 329, 0), + (650, "26", 329, 0), + (651, "26", 329, 1), + (652, "29", 330, 0), + (653, "3", 2, 0), + (654, "10", 2, 0), + (655, "10", 2, 0), + (656, "10", 2, 0), + (657, "19", 331, 0), + (658, "19", 331, 0), + (659, "19", 331, 1), + (660, "29", 330, 0), + (661, "29", 332, 0), + (662, "29", 330, 1), + (663, "29", 332, 1), + (664, "26", 186, 1), + (665, "29", 333, 1), + (666, "10", 7, 0), + (667, "10", 7, 1), + (668, "19", 334, 0), + (669, "29", 335, 0), + (670, "29", 335, 1), + (671, "29", 327, 1), + (672, "5", 336, 1), + (673, "19", 337, 0), + (674, "19", 338, 0), + (675, "19", 338, 1), + (676, "19", 339, 1), + (677, "19", 340, 1), + (678, "19", 341, 1), + (679, "19", 342, 1), + (680, "19", 343, 1), + (681, "30", 318, 0), + (682, "30", 318, 0), + (683, "19", 344, 1), + (684, "19", 345, 1), + (685, "19", 346, 1), + (686, "19", 347, 1), + (687, "19", 348, 1), + (688, "30", 318, 0), + (689, "5", 349, 0), + (690, "5", 349, 1), + (691, "29", 350, 1), + (692, "30", 318, 0), + (693, "30", 318, 0), + (694, "10", 211, 1), + (695, "30", 318, 0), + (696, "19", 351, 0), + (697, "19", 351, 1), + (698, "19", 352, 0), + (699, "19", 352, 1), + (700, "19", 353, 1), + (701, "30", 318, 0), + (702, "30", 318, 1), + (703, "19", 354, 1), + (704, "25", 355, 0), + (705, "25", 355, 1), + (706, "25", 356, 1), + (707, "3", 15, 0), + (708, "5", 15, 1), + (709, "29", 357, 0), + (710, "29", 357, 0), + (711, "29", 357, 0), + (712, "19", 358, 1), + (713, "26", 359, 1), + (714, "5", 121, 0), + (715, "5", 121, 1), + (716, "20", 27, 0), + (717, "20", 27, 0), + (718, "20", 27, 1), + (719, "29", 357, 1), + (720, "19", 360, 1), + (721, "19", 361, 1), + (722, "19", 362, 1), + (723, "3", 363, 1), + (724, "29", 294, 0), + (725, "29", 294, 1), + (726, "19", 364, 0), + (727, "19", 365, 1), + (728, "19", 366, 0), + (729, "19", 367, 0), + (730, "19", 367, 1), + (731, "19", 368, 1), + (732, "19", 369, 0), + (733, "19", 370, 1), + (734, "29", 371, 1), + (735, "5", 372, 0), + (736, "5", 372, 1), + (737, "5", 373, 1), + (738, "29", 374, 1), + (739, "10", 2, 0), + (740, "19", 375, 1), + (741, "19", 376, 0), + (742, "19", 376, 1), + (743, "10", 2, 1), + (744, "19", 377, 1), + (745, "19", 378, 1), + (746, "19", 379, 1), + (747, "19", 380, 1), + (748, "19", 381, 1), + (749, "19", 382, 1), + (750, "19", 366, 1), + (751, "19", 383, 1), + (752, "19", 384, 0), + (753, "19", 337, 1), + (754, "20", 385, 1), + (755, "5", 386, 1), + (756, "26", 387, 0), + (757, "19", 388, 0), + (758, "25", 389, 1), + (759, "25", 390, 1), + (760, "25", 391, 1), + (761, "19", 392, 1), + (762, "19", 393, 0), + (763, "19", 393, 0), + (764, "19", 394, 1), + (765, "19", 395, 1), + (766, "19", 396, 1), + (767, "19", 397, 0), + (768, "19", 397, 1), + (769, "19", 398, 0), + (770, "19", 398, 1), + (771, "26", 399, 1), + (772, "19", 400, 1), + (773, "19", 393, 0), + (774, "19", 393, 0), + (775, "19", 393, 0), + (776, "19", 393, 1), + (777, "19", 401, 0), + (778, "19", 401, 1), + (779, "19", 402, 1), + (780, "19", 403, 1), + (781, "19", 404, 1), + (782, "19", 405, 0), + (783, "19", 81, 0), + (784, "19", 405, 0), + (785, "19", 405, 1), + (786, "19", 81, 0), + (787, "19", 81, 1), + (788, "19", 305, 1), + (789, "19", 406, 1), + (790, "19", 407, 1), + (791, "19", 408, 1), + (792, "19", 409, 0), + (793, "26", 244, 0), + (794, "26", 244, 1), + (795, "19", 410, 1), + (796, "19", 411, 0), + (797, "19", 411, 1), + (798, "19", 412, 1), + (799, "20", 413, 0), + (800, "19", 414, 1), + (801, "19", 415, 1), + (802, "19", 416, 1), + (803, "19", 388, 0), + (804, "19", 388, 1), + (805, "26", 413, 0), + (806, "26", 413, 0), + (807, "19", 417, 0), + (808, "19", 334, 1), + (809, "19", 418, 1), + (810, "19", 419, 1), + (811, "20", 420, 1), + (812, "19", 421, 1), + (813, "19", 422, 1), + (814, "19", 423, 1), + (815, "19", 424, 1), + (816, "19", 425, 0), + (817, "19", 425, 1), + (818, "19", 426, 1), + (819, "19", 427, 1), + (820, "19", 417, 1), + (821, "19", 428, 1), + (822, "25", 429, 1), + (823, "25", 430, 1), + (824, "25", 431, 1), + (825, "25", 432, 1), + (826, "26", 433, 0), + (827, "29", 433, 0), + (828, "29", 433, 0), + (829, "29", 433, 0), + (830, "29", 433, 0), + (831, "19", 434, 1), + (832, "19", 435, 1), + (833, "19", 436, 0), + (834, "29", 436, 0), + (835, "29", 436, 0), + (836, "5", 437, 0), + (837, "5", 437, 1), + (838, "29", 436, 0), + (839, "29", 436, 0), + (840, "19", 438, 1), + (841, "19", 439, 0), + (842, "19", 439, 1), + (843, "19", 369, 0), + (844, "19", 369, 0), + (845, "19", 369, 0), + (846, "19", 369, 0), + (847, "19", 369, 0), + (848, "19", 369, 1), + (849, "19", 440, 1), + (850, "19", 441, 1), + (851, "29", 436, 1), + (852, "19", 442, 1), + (853, "29", 433, 1), + (854, "19", 443, 1), + (855, "19", 444, 1), + (856, "19", 445, 0), + (857, "19", 446, 0), + (858, "19", 446, 0), + (859, "19", 447, 1), + (860, "26", 446, 1), + (861, "19", 448, 1), + (862, "19", 449, 0), + (863, "19", 449, 1), + (864, "19", 450, 1), + (865, "5", 451, 1), + (866, "27", 452, 0), + (867, "27", 452, 1), + (868, "19", 384, 1), + (869, "26", 453, 0), + (870, "26", 454, 0), + (871, "29", 455, 1), + (872, "19", 364, 1), + (873, "26", 214, 1), + (874, "26", 189, 1), + (875, "19", 456, 1), + (876, "29", 457, 0), + (877, "29", 457, 1), + (878, "19", 458, 1), + (879, "19", 459, 1), + (880, "26", 460, 1), + (881, "19", 461, 1), + (882, "19", 462, 0), + (883, "19", 463, 0), + (884, "19", 462, 1), + (885, "19", 463, 1), + (886, "19", 464, 1), + (887, "19", 465, 1), + (888, "19", 466, 1), + (889, "19", 467, 1), + (890, "19", 468, 1), + (891, "19", 469, 1), + (892, "19", 470, 1), + (893, "19", 409, 1), + (894, "19", 75, 1), + (895, "19", 471, 1), + (896, "19", 472, 1), + (897, "19", 473, 1), + (898, "19", 474, 1), + (899, "19", 475, 1), + (900, "19", 476, 1), + (901, "19", 477, 1), + (902, "19", 478, 1), + (903, "19", 300, 1), + (904, "19", 479, 1), + (905, "26", 480, 0), + (906, "19", 481, 1), + (907, "25", 480, 1), + (908, "26", 482, 1), + (909, "26", 483, 0), + (910, "26", 483, 0), + (911, "26", 483, 1), + (912, "19", 484, 1), + (913, "19", 485, 1), + (914, "26", 486, 0), + (915, "26", 486, 0), + (916, "26", 486, 1), + (917, "19", 487, 0), + (918, "19", 487, 1), + (919, "19", 488, 1), + (920, "19", 489, 1), + (921, "19", 490, 1), + (922, "19", 491, 0), + (923, "19", 491, 1), + (924, "19", 492, 1), + (925, "19", 493, 1), + (926, "19", 494, 0), + (927, "19", 494, 0), + (928, "29", 296, 0), + (929, "26", 495, 0), + (930, "26", 495, 0), + (931, "19", 496, 1), + (932, "28", 497, 0), + (933, "29", 498, 0), + (934, "28", 497, 0), + (935, "28", 497, 0), + (936, "28", 499, 0), + (937, "28", 499, 0), + (938, "28", 500, 0), + (939, "29", 501, 0), + (940, "29", 502, 0), + (941, "29", 503, 0), + (942, "29", 504, 0), + (943, "29", 505, 0), + (944, "29", 506, 0), + (945, "28", 507, 0), + (946, "29", 508, 0), + (947, "29", 509, 0), + (948, "29", 510, 0), + (949, "29", 510, 0), + (950, "28", 511, 0), + (951, "29", 512, 0), + (952, "29", 513, 0), + (953, "29", 514, 0), + (954, "28", 515, 0), + (955, "29", 516, 0), + (956, "29", 517, 0), + (957, "29", 518, 0), + (958, "29", 519, 0), + (959, "29", 503, 0), + (960, "28", 499, 1), + (961, "28", 500, 1), + (962, "29", 501, 0), + (963, "29", 501, 1), + (964, "29", 502, 1), + (965, "29", 503, 1), + (966, "29", 504, 1), + (967, "29", 505, 0), + (968, "29", 505, 1), + (969, "29", 506, 1), + (970, "28", 507, 1), + (971, "29", 508, 1), + (972, "29", 509, 1), + (973, "29", 510, 1), + (974, "28", 511, 1), + (975, "29", 512, 1), + (976, "29", 513, 1), + (977, "29", 514, 1), + (978, "28", 515, 1), + (979, "29", 516, 1), + (980, "29", 517, 1), + (981, "29", 518, 1), + (982, "29", 519, 1), + (983, "26", 205, 0), + (984, "28", 497, 0), + (985, "29", 498, 0), + (986, "27", 205, 0), + (987, "29", 498, 1), + (988, "19", 520, 0), + (989, "19", 520, 1), + (990, "19", 494, 1), + (991, "19", 521, 1), + (992, "19", 522, 1), + (993, "19", 523, 1), + (994, "19", 524, 1), + (995, "19", 525, 1), + (996, "28", 526, 0), + (997, "28", 526, 0), + (998, "28", 526, 0), + (999, "28", 527, 1), + (1000, "29", 528, 1), + (1001, "29", 529, 1), + (1002, "29", 530, 1), + (1003, "29", 531, 1), + (1004, "29", 532, 1), + (1005, "28", 526, 0), + (1006, "29", 533, 1), + (1007, "29", 534, 1), + (1008, "29", 535, 1), + (1009, "28", 536, 0), + (1010, "29", 537, 1), + (1011, "29", 538, 1), + (1012, "29", 539, 1), + (1013, "28", 536, 1), + (1014, "19", 540, 0), + (1015, "19", 540, 1), + (1016, "19", 541, 1), + (1017, "19", 542, 0), + (1018, "19", 542, 1), + (1019, "19", 543, 1), + (1020, "19", 544, 1), + (1021, "19", 545, 1), + (1022, "26", 413, 1), + (1023, "26", 546, 0), + (1024, "19", 547, 1), + (1025, "26", 548, 1), + (1026, "19", 549, 1), + (1027, "19", 550, 1), + (1028, "19", 551, 0), + (1029, "19", 551, 1), + (1030, "26", 231, 1), + (1031, "26", 243, 0), + (1032, "26", 243, 1), + (1033, "19", 552, 1), + (1034, "19", 553, 0), + (1035, "19", 554, 1), + (1036, "19", 555, 0), + (1037, "19", 556, 1), + (1038, "27", 306, 1), + (1039, "27", 387, 0), + (1040, "27", 387, 1), + (1041, "19", 557, 1), + (1042, "28", 526, 0), + (1043, "19", 555, 1), + (1044, "19", 558, 0), + (1045, "19", 558, 1), + (1046, "26", 553, 0), + (1047, "26", 445, 1), + (1048, "19", 553, 1), + (1049, "26", 559, 1), + (1050, "26", 560, 1), + (1051, "26", 561, 1), + (1052, "19", 562, 1), + (1053, "19", 563, 1), + (1054, "28", 564, 1), + (1055, "29", 565, 1), + (1056, "29", 566, 1), + (1057, "19", 567, 1), + (1058, "26", 568, 1), + (1059, "19", 569, 0), + (1060, "19", 569, 1), + (1061, "19", 570, 0), + (1062, "26", 571, 1), + (1063, "19", 570, 1), + (1064, "19", 572, 1), + (1065, "26", 495, 1), + (1066, "28", 573, 1), + (1067, "29", 574, 1), + (1068, "28", 497, 0), + (1069, "28", 497, 0), + (1070, "26", 575, 0), + (1071, "19", 576, 1), + (1072, "26", 575, 1), + (1073, "25", 577, 0), + (1074, "25", 577, 1), + (1075, "28", 497, 0), + (1076, "19", 578, 1), + (1077, "26", 453, 0), + (1078, "19", 579, 1), + (1079, "19", 580, 0), + (1080, "19", 581, 0), + (1081, "26", 581, 0), + (1082, "26", 581, 1), + (1083, "19", 582, 1), + (1084, "19", 583, 1), + (1085, "19", 584, 0), + (1086, "19", 584, 1), + (1087, "19", 585, 1), + (1088, "19", 586, 0), + (1089, "19", 586, 1), + (1090, "28", 526, 0), + (1091, "28", 497, 0), + (1092, "28", 497, 0), + (1093, "28", 497, 0), + (1094, "28", 497, 0), + (1095, "28", 497, 0), + (1096, "28", 497, 0), + (1097, "28", 497, 0), + (1098, "28", 497, 0), + (1099, "28", 497, 0), + (1100, "26", 205, 0), + (1101, "19", 587, 1), + (1102, "19", 588, 1), + (1103, "19", 589, 0), + (1104, "26", 589, 1), + (1105, "19", 590, 1), + (1106, "19", 591, 1), + (1107, "19", 592, 1), + (1108, "19", 593, 0), + (1109, "19", 593, 0), + (1110, "19", 593, 1), + (1111, "19", 594, 1), + (1112, "26", 453, 0), + (1113, "26", 453, 1), + (1114, "19", 595, 1), + (1115, "19", 596, 1), + (1116, "19", 597, 0), + (1117, "19", 580, 1), + (1118, "19", 598, 1), + (1119, "19", 599, 1), + (1120, "19", 597, 1), + (1121, "19", 600, 1), + (1122, "27", 601, 0), + (1123, "19", 602, 0), + (1124, "19", 602, 1), + (1125, "19", 603, 1), + (1126, "19", 604, 1), + (1127, "19", 605, 1), + (1128, "19", 606, 0), + (1129, "19", 606, 1), + (1130, "19", 607, 1), + (1131, "19", 608, 0), + (1132, "19", 608, 1), + (1133, "19", 609, 0), + (1134, "19", 610, 1), + (1135, "28", 526, 0), + (1136, "26", 601, 1), + (1137, "26", 609, 0), + (1138, "19", 609, 0), + (1139, "26", 609, 1), + (1140, "19", 611, 0), + (1141, "19", 611, 1), + (1142, "19", 612, 0), + (1143, "19", 612, 1), + (1144, "28", 613, 0), + (1145, "28", 613, 1), + (1146, "26", 614, 0), + (1147, "26", 614, 1), + (1148, "19", 615, 0), + (1149, "19", 615, 0), + (1150, "19", 615, 1), + (1151, "26", 616, 0), + (1152, "26", 616, 0), + (1153, "26", 616, 0), + (1154, "19", 617, 1), + (1155, "19", 618, 0), + (1156, "19", 618, 0), + (1157, "19", 619, 1), + (1158, "26", 620, 1), + (1159, "19", 621, 1), + (1160, "19", 622, 1), + (1161, "19", 623, 0), + (1162, "19", 623, 1), + (1163, "19", 624, 1), + (1164, "19", 625, 1), + (1165, "26", 296, 0), + (1166, "26", 296, 1), + (1167, "19", 626, 0), + (1168, "19", 626, 1), + (1169, "19", 627, 0), + (1170, "19", 628, 1), + (1171, "26", 629, 1), + (1172, "25", 630, 1), + (1173, "25", 631, 1), + (1174, "25", 632, 1), + (1175, "25", 633, 1), + (1176, "25", 634, 1), + (1177, "25", 635, 1), + (1178, "19", 636, 1), + (1179, "19", 637, 1), + (1180, "19", 638, 1), + (1181, "19", 639, 1), + (1182, "19", 640, 1), + (1183, "19", 641, 0), + (1184, "19", 641, 1), + (1185, "19", 627, 1), + (1186, "19", 642, 0), + (1187, "19", 642, 1), + (1188, "19", 618, 1), + (1189, "19", 643, 0), + (1190, "19", 643, 0), + (1191, "19", 643, 0), + (1192, "19", 643, 1), + (1193, "19", 644, 1), + (1194, "26", 546, 1), + (1195, "26", 205, 0), + (1196, "26", 205, 0), + (1197, "19", 645, 0), + (1198, "19", 646, 1), + (1199, "19", 647, 1), + (1200, "19", 648, 1), + (1201, "19", 649, 1), + (1202, "19", 645, 1), + (1203, "19", 650, 1), + (1204, "19", 651, 1), + (1205, "19", 652, 1), + (1206, "27", 205, 0), + (1207, "19", 653, 1), + (1208, "26", 454, 1), + (1209, "25", 193, 1), + (1210, "28", 497, 1), + (1211, "27", 205, 1), + (1212, "28", 526, 0), + (1213, "19", 654, 1), + (1214, "19", 655, 0), + (1215, "19", 656, 0), + (1216, "19", 657, 0), + (1217, "19", 658, 1), + (1218, "26", 655, 1), + (1219, "26", 656, 1), + (1220, "26", 657, 1), + (1221, "19", 659, 1), + (1222, "19", 660, 1), + (1223, "19", 661, 1), + (1224, "19", 662, 1), + (1225, "28", 663, 1), + (1226, "29", 664, 1), + (1227, "29", 665, 1), + (1228, "28", 666, 1), + (1229, "29", 667, 1), + (1230, "29", 668, 1), + (1231, "29", 669, 1), + (1232, "26", 670, 1), + (1233, "19", 671, 0), + (1234, "19", 671, 1), + (1235, "26", 672, 0), + (1236, "26", 673, 1), + (1237, "26", 674, 0), + (1238, "26", 674, 1), + (1239, "19", 675, 1), + (1240, "19", 676, 1), + (1241, "19", 677, 1), + (1242, "19", 678, 1), + (1243, "19", 679, 1), + (1244, "19", 680, 0), + (1245, "19", 681, 1), + (1246, "19", 682, 1), + (1247, "19", 683, 1), + (1248, "19", 684, 1), + (1249, "19", 685, 1), + (1250, "19", 686, 1), + (1251, "19", 687, 1), + (1252, "26", 688, 0), + (1253, "19", 680, 1), + (1254, "19", 689, 1), + (1255, "19", 690, 1), + (1256, "19", 691, 1), + (1257, "19", 692, 1), + (1258, "19", 693, 1), + (1259, "19", 694, 1), + (1260, "19", 695, 1), + (1261, "19", 696, 0), + (1262, "19", 696, 1), + (1263, "19", 697, 1), + (1264, "19", 698, 1), + (1265, "19", 699, 1), + (1266, "28", 700, 1), + (1267, "19", 701, 1), + (1268, "19", 702, 1), + (1269, "19", 703, 1), + (1270, "19", 704, 1), + (1271, "29", 705, 1), + (1272, "19", 706, 1), + (1273, "19", 707, 1), + (1274, "19", 708, 1), + (1275, "19", 709, 1), + (1276, "19", 710, 1), + (1277, "19", 711, 0), + (1278, "19", 711, 0), + (1279, "19", 711, 1), + (1280, "28", 526, 1), + (1281, "19", 712, 1), + (1282, "19", 713, 1), + (1283, "19", 714, 1), + (1284, "19", 715, 1), + (1285, "19", 716, 1), + (1286, "19", 717, 1), + (1287, "26", 718, 1), + (1288, "19", 719, 1), + (1289, "19", 720, 1), + (1290, "19", 721, 1), + (1291, "19", 722, 1), + (1292, "19", 723, 1), + (1293, "19", 724, 0), + (1294, "19", 724, 1), + (1295, "26", 725, 1), + (1296, "19", 726, 0), + (1297, "19", 726, 1), + (1298, "26", 727, 1), + (1299, "19", 728, 0), + (1300, "26", 688, 1), + (1301, "26", 729, 1), + (1302, "26", 672, 0), + (1303, "26", 672, 1), + (1304, "26", 730, 1), + (1305, "26", 731, 1), + (1306, "26", 732, 1), + (1307, "26", 733, 1), + (1308, "26", 728, 1), + (1309, "26", 734, 1), + (1310, "26", 735, 1), + (1311, "26", 736, 1), + (1312, "26", 737, 1), + (1313, "26", 738, 1), + (1314, "26", 739, 1), + (1315, "26", 740, 1), + (1316, "26", 741, 1), + (1317, "26", 616, 1), + (1318, "26", 742, 1), + (1319, "26", 743, 1), + (1320, "26", 744, 1), + (1321, "26", 745, 1), + (1322, "26", 746, 1); + +/*!40000 ALTER TABLE `m_user_roles` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_vehicle_type +# ------------------------------------------------------------ + +CREATE TABLE `m_vehicle_type` ( + `vehicle_type_id` int NOT NULL AUTO_INCREMENT, + `vehicle_type_name` varchar(100) DEFAULT NULL, + `is_active` tinyint DEFAULT '1', + `is_others` tinyint DEFAULT '0', + `isactive` tinyint DEFAULT '1', + PRIMARY KEY (`vehicle_type_id`) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_vehicle_type` WRITE; +/*!40000 ALTER TABLE `m_vehicle_type` DISABLE KEYS */; + +INSERT INTO `m_vehicle_type` (`vehicle_type_id`, `vehicle_type_name`, `is_active`, `is_others`, `isactive`) VALUES + (1, "Others", 1, 1, 1), + (2, "Car/Jeep", 1, 0, 1), + (3, "Truck/ Bus", 1, 0, 1), + (4, "Rickshaw/Tempo", 1, 0, 1), + (5, "Tractor", 1, 0, 1), + (6, "Two Wheeler", 1, 0, 1); + +/*!40000 ALTER TABLE `m_vehicle_type` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of table m_vendor_city_map +# ------------------------------------------------------------ + +CREATE TABLE `m_vendor_city_map` ( + `vendor_city_map_id` int NOT NULL AUTO_INCREMENT, + `fk_vendor_id` int DEFAULT NULL COMMENT 'Here it''s ', + `fk_city_id` varchar(250) DEFAULT NULL, + `isactive` tinyint DEFAULT '1', + `createdon` datetime DEFAULT NULL, + `fk_createdby` int DEFAULT NULL, + `updatedon` datetime DEFAULT NULL, + `fk_updatedby` int DEFAULT NULL, + PRIMARY KEY (`vendor_city_map_id`) +) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3; + +LOCK TABLES `m_vendor_city_map` WRITE; +/*!40000 ALTER TABLE `m_vendor_city_map` DISABLE KEYS */; + +INSERT INTO `m_vendor_city_map` (`vendor_city_map_id`, `fk_vendor_id`, `fk_city_id`, `isactive`, `createdon`, `fk_createdby`, `updatedon`, `fk_updatedby`) VALUES + (1, 5, "1", 1, NULL, NULL, "2018-10-29 12:23:18", 1); + +/*!40000 ALTER TABLE `m_vendor_city_map` ENABLE KEYS */; +UNLOCK TABLES; + + + +# Dump of views +# ------------------------------------------------------------ + +# Creating temporary tables to overcome VIEW dependency errors +CREATE TABLE `PD_MIS`( + `created_on` DATETIME NULL , + `pd_sno` VARCHAR(20) NULL COLLATE latin1_swedish_ci, + `applicant` VARCHAR(65) NULL COLLATE latin1_swedish_ci, + `application_id` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `sineedge_ref` INT(10) NOT NULL , + `lender` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `lender_contact` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `branch` VARCHAR(100) NULL COLLATE utf8mb3_general_ci, + `address_visited` VARCHAR(150) NULL COLLATE utf8mb3_general_ci, + `city` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `state` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `pincode` VARCHAR(10) NULL COLLATE utf8mb3_general_ci, + `is_outside_city_limit` VARCHAR(3) NOT NULL COLLATE utf8mb4_0900_ai_ci, + `pd_agency` VARCHAR(45) NOT NULL COLLATE latin1_swedish_ci, + `product` VARCHAR(65) NULL COLLATE latin1_swedish_ci, + `sub_product` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `pd_type` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `cust_seg` VARCHAR(100) NULL COLLATE latin1_swedish_ci, + `loan_amount` VARCHAR(50) NULL COLLATE latin1_swedish_ci, + `pd_officer` VARCHAR(50) NULL COLLATE latin1_swedish_ci, + `remarks` VARCHAR(250) NULL COLLATE latin1_swedish_ci, + `current_status` VARCHAR(50) NULL COLLATE latin1_swedish_ci, + `draft` DATETIME NULL , + `triggered` DATETIME NULL , + `allocated` DATETIME NULL , + `bounced` DATETIME NULL , + `accepted` DATETIME NULL , + `scheduled` DATETIME NULL , + `initiated` DATETIME NULL , + `started` DATETIME NULL , + `inprogress` DATETIME NULL , + `completed` DATETIME NULL , + `qc_complete` DATETIME NULL , + `mis_report_remarks` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `institute_name` VARCHAR(100) NULL COLLATE latin1_swedish_ci +); + +CREATE TABLE `PD_TAT`( + `PD` VARCHAR(10) NULL COLLATE utf8mb3_general_ci, + `pd_sno` VARCHAR(20) NULL COLLATE latin1_swedish_ci, + `Draft` DATETIME NULL , + `Triggered` DATETIME NULL , + `Allocated` DATETIME NULL , + `Bounced` DATETIME NULL , + `bounced_old_status` VARCHAR(100) NULL COLLATE utf8mb3_general_ci, + `Accepted` DATETIME NULL , + `Scheduled` DATETIME NULL , + `Initiated` DATETIME NULL , + `Started` DATETIME NULL , + `Inprogress` DATETIME NULL , + `Completed` DATETIME NULL , + `QCComplete` DATETIME NULL , + `tat` INT(10) NULL , + `mis_report_remarks` VARCHAR(45) NULL COLLATE latin1_swedish_ci, + `address_visited` VARCHAR(253) NULL COLLATE utf8mb3_general_ci +); + +DROP TABLE IF EXISTS `PD_MIS`; +CREATE ALGORITHM=UNDEFINED DEFINER=`dbadmin`@`%` SQL SECURITY DEFINER VIEW `PD_MIS` AS select `a`.`createdon` AS `created_on`,`a`.`pd_sno` AS `pd_sno`,`b`.`applicant_name` AS `applicant`,`a`.`lender_applicant_id` AS `application_id`,`a`.`pd_id` AS `sineedge_ref`,`c`.`short_name` AS `lender`,`a`.`pd_contact_person` AS `lender_contact`,`d`.`branch_name` AS `branch`,`pd_address`.`addressline1` AS `address_visited`,`e`.`name` AS `city`,`l`.`name` AS `state`,`pincode`.`pincode` AS `pincode`,if((`a`.`is_ogl` = 1),'Yes','NO') AS `is_outside_city_limit`,ifnull(`g`.`short_name`,'SineEdge') AS `pd_agency`,`h`.`name` AS `product`,`i`.`name` AS `sub_product`,`j`.`type_name` AS `pd_type`,`k`.`name` AS `cust_seg`,`a`.`loan_amount` AS `loan_amount`,`f`.`first_name` AS `pd_officer`,`a`.`remarks` AS `remarks`,`a`.`pd_status` AS `current_status`,`s`.`Draft` AS `draft`,`s`.`Triggered` AS `triggered`,`s`.`Allocated` AS `allocated`,`s`.`Bounced` AS `bounced`,`s`.`Accepted` AS `accepted`,`s`.`Scheduled` AS `scheduled`,`s`.`Initiated` AS `initiated`,`s`.`Started` AS `started`,`s`.`Inprogress` AS `inprogress`,`s`.`Completed` AS `completed`,`s`.`QCComplete` AS `qc_complete`,`a`.`mis_report_remarks` AS `mis_report_remarks`,`t`.`institute_name` AS `institute_name` from (((((((((((((((`t_pd_triggered` `a` left join `t_pd_co_applicants_details` `b` on(((`a`.`parent_pd_id` = `b`.`fk_pd_id`) and (`b`.`applicant_type` = 1)))) left join `t_pd_address` `pd_address` on(((`a`.`pd_id` = `pd_address`.`assigned_pd`) and (`a`.`fk_address_id` = `pd_address`.`pd_address_id`)))) left join `m_entity` `c` on((`a`.`fk_lender_id` = `c`.`entity_id`))) left join `m_entity_lender_branch` `d` on((`a`.`pd_branch_id` = `d`.`entity_lender_branch_id`))) left join `m_city` `e` on((`pd_address`.`fk_city` = `e`.`city_id`))) left join `m_user_profile` `f` on((`f`.`userid` = `a`.`fk_pd_allocated_to`))) left join `m_entity` `g` on((`f`.`fk_entity_id` = `g`.`entity_id`))) left join `m_products` `h` on((`a`.`fk_product_id` = `h`.`product_id`))) left join `m_subproducts` `i` on((`a`.`fk_subproduct_id` = `i`.`subproduct_id`))) left join `m_pd_type` `j` on((`a`.`fk_pd_type` = `j`.`pd_type_id`))) left join `m_customer_segment` `k` on((`a`.`fk_customer_segment` = `k`.`customer_segment_id`))) left join `m_states` `l` on((`pd_address`.`fk_state` = `l`.`state_id`))) left join `m_pincode` `pincode` on((`pd_address`.`pincode` = `pincode`.`pincode_id`))) left join `PD_TAT` `s` on((`a`.`pd_id` = `s`.`PD`))) left join `m_entity_fin_institutions` `t` on((`a`.`imgc_fin_institute` = `t`.`entity_fin_institution_id`))) where (`a`.`pd_status` <> 'TRUNCATED'); + +DROP TABLE IF EXISTS `PD_TAT`; +CREATE ALGORITHM=UNDEFINED DEFINER=`dbadmin`@`%` SQL SECURITY DEFINER VIEW `PD_TAT` AS select `a`.`primary_key` AS `PD`,`triggered`.`pd_sno` AS `pd_sno`,`b`.`createdon` AS `Draft`,`a`.`createdon` AS `Triggered`,`c`.`createdon` AS `Allocated`,`bounce`.`createdon` AS `Bounced`,`bounce`.`old_value` AS `bounced_old_status`,`d`.`createdon` AS `Accepted`,`e`.`createdon` AS `Scheduled`,`f`.`createdon` AS `Initiated`,`g`.`createdon` AS `Started`,`h`.`createdon` AS `Inprogress`,`i`.`createdon` AS `Completed`,`j`.`createdon` AS `QCComplete`,`tat`.`tat1` AS `tat`,`triggered`.`mis_report_remarks` AS `mis_report_remarks`,concat(`pd_address`.`addressline1`,' ',convert(`city`.`name` using utf8mb3),' ',convert(`state`.`name` using utf8mb3),' ',`pincode`.`pincode`) AS `address_visited` from ((((((((((((((((`sineedgedemo`.`h_common_masters` `a` left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `b` on(((`a`.`primary_key` = `b`.`primary_key`) and (`b`.`new_value` = 'DRAFT')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `c` on(((`a`.`primary_key` = `c`.`primary_key`) and (`c`.`new_value` = 'ALLOCATED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,`sineedgedemo`.`h_common_masters`.`old_value` AS `old_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `bounce` on(((`a`.`primary_key` = `bounce`.`primary_key`) and (`bounce`.`new_value` = 'BOUNCED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `d` on(((`a`.`primary_key` = `d`.`primary_key`) and (`d`.`new_value` = 'ACCEPTED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `e` on(((`a`.`primary_key` = `e`.`primary_key`) and (`e`.`new_value` = 'SCHEDULED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `f` on(((`a`.`primary_key` = `f`.`primary_key`) and (`f`.`new_value` = 'INITIATED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `g` on(((`a`.`primary_key` = `g`.`primary_key`) and (`g`.`new_value` = 'STARTED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `h` on(((`a`.`primary_key` = `h`.`primary_key`) and (`h`.`new_value` = 'INPROGRESS')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `i` on(((`a`.`primary_key` = `i`.`primary_key`) and (`i`.`new_value` = 'COMPLETED')))) left join (select `sineedgedemo`.`h_common_masters`.`primary_key` AS `primary_key`,`sineedgedemo`.`h_common_masters`.`new_value` AS `new_value`,max(`sineedgedemo`.`h_common_masters`.`createdon`) AS `createdon` from `sineedgedemo`.`h_common_masters` group by `sineedgedemo`.`h_common_masters`.`primary_key`,`sineedgedemo`.`h_common_masters`.`new_value`) `j` on(((`a`.`primary_key` = `j`.`primary_key`) and (`j`.`new_value` = 'QC_COMPLETED')))) join `sineedgedemo`.`t_pd_triggered` `triggered` on((`triggered`.`pd_id` = `a`.`primary_key`))) join `sineedgedemo`.`t_pd_address` `pd_address` on((`triggered`.`pd_id` = `pd_address`.`assigned_pd`))) join `sineedgedemo`.`m_city` `city` on((`pd_address`.`fk_city` = `city`.`city_id`))) join `sineedgedemo`.`m_states` `state` on((`pd_address`.`fk_state` = `state`.`state_id`))) join `sineedgedemo`.`m_pincode` `pincode` on((`pd_address`.`pincode` = `pincode`.`pincode_id`))) left join `sineedgedemo`.`m_entity_tat` `tat` on(((`triggered`.`pd_id` = `a`.`primary_key`) and (`triggered`.`fk_lender_id` = `tat`.`fk_entity_id`)))) group by `PD`; + + + +# Dump of triggers +# ------------------------------------------------------------ + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `m_entity_AFTER_INSERT` AFTER INSERT ON `m_entity` FOR EACH ROW BEGIN + INSERT INTO t_pd_lender_sno (lender_short_name,pd_sno,fk_entity_id) VALUES (NEW.short_name,'00000',NEW.entity_id); +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `t_pd_triggered_BEFORE_INSERT` BEFORE INSERT ON `t_pd_triggered` FOR EACH ROW BEGIN + DECLARE ENTITY_ID,ENTITY_SHORT_NAME,FINAL_PD_SNO,ENTITY_PD_SNO VARCHAR(25); + + SELECT lender_short_name, pd_sno, fk_entity_id INTO ENTITY_SHORT_NAME,ENTITY_PD_SNO, ENTITY_ID FROM t_pd_lender_sno WHERE fk_entity_id = NEW.fk_lender_id; + SET ENTITY_PD_SNO = ENTITY_PD_SNO + 1; + SET ENTITY_PD_SNO = LPAD(ENTITY_PD_SNO, 5, "0"); + SET FINAL_PD_SNO = concat(ENTITY_SHORT_NAME,ENTITY_PD_SNO); + UPDATE t_pd_lender_sno SET pd_sno = ENTITY_PD_SNO WHERE fk_entity_id = NEW.fk_lender_id; + SET new.pd_sno = FINAL_PD_SNO; + +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `t_pd_triggered_AFTER_INSERT` AFTER INSERT ON `t_pd_triggered` FOR EACH ROW BEGIN + DECLARE table_name VARCHAR(50) DEFAULT 't_pd_triggered'; + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (NEW.pd_id,table_name,'pd_status',null,NEW.pd_status,NEW.fk_createdby); +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + +/*!50003 SET @OLD_SQL_MODE=@@SQL_MODE*/;; +/*!50003 SET SQL_MODE="NO_ENGINE_SUBSTITUTION" */; +DELIMITER ;; +/*!50003 CREATE*/ /*!50017 DEFINER=`dbadmin`@`%`*/ /*!50003 TRIGGER `t_pd_triggered_BEFORE_UPDATE` BEFORE UPDATE ON `t_pd_triggered` FOR EACH ROW BEGIN + DECLARE flag TINYINT DEFAULT NULL; + DECLARE table_name VARCHAR(50) DEFAULT 't_pd_triggered'; + + -- fk_lender_id + SELECT STRCMP(BINARY OLD.fk_lender_id,NEW.fk_lender_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_lender_id',OLD.fk_lender_id,NEW.fk_lender_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- fk_entity_billing_id + SELECT STRCMP(BINARY OLD.fk_entity_billing_id,NEW.fk_entity_billing_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_entity_billing_id',OLD.fk_entity_billing_id,NEW.fk_entity_billing_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- lender_applicant_id + SELECT STRCMP(BINARY OLD.lender_applicant_id,NEW.lender_applicant_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'lender_applicant_id',OLD.lender_applicant_id,NEW.lender_applicant_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_date_of_initiation + SELECT STRCMP(BINARY OLD.pd_date_of_initiation,NEW.pd_date_of_initiation) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_date_of_initiation',OLD.pd_date_of_initiation,NEW.pd_date_of_initiation,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_product_id + SELECT STRCMP(BINARY OLD.fk_product_id,NEW.fk_product_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_product_id',OLD.fk_product_id,NEW.fk_product_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_subproduct_id + SELECT STRCMP(BINARY OLD.fk_subproduct_id,NEW.fk_subproduct_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_subproduct_id',OLD.fk_subproduct_id,NEW.fk_subproduct_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_type + SELECT STRCMP(BINARY OLD.fk_pd_type,NEW.fk_pd_type) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_pd_type',OLD.fk_pd_type,NEW.fk_pd_type,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_status + SELECT STRCMP(BINARY OLD.pd_status,NEW.pd_status) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_status',OLD.pd_status,NEW.pd_status,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- pd_specific_clarification + SELECT STRCMP(BINARY OLD.pd_specific_clarification,NEW.pd_specific_clarification) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_specific_clarification',OLD.pd_specific_clarification,NEW.pd_specific_clarification,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_allocation_type + SELECT STRCMP(BINARY OLD.fk_pd_allocation_type,NEW.fk_pd_allocation_type) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'lender_applicant_id',OLD.fk_pd_allocation_type,NEW.fk_pd_allocation_type,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_allocated_to + SELECT STRCMP(BINARY OLD.fk_pd_allocated_to,NEW.fk_pd_allocated_to) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_pd_allocated_to',OLD.fk_pd_allocated_to,NEW.fk_pd_allocated_to,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_pd_template_id + SELECT STRCMP(BINARY OLD.fk_pd_template_id,NEW.fk_pd_template_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_pd_template_id',OLD.fk_pd_template_id,NEW.fk_pd_template_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_customer_segment + SELECT STRCMP(BINARY OLD.fk_customer_segment,NEW.fk_customer_segment) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_customer_segment',OLD.fk_customer_segment,NEW.fk_customer_segment,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_officier_final_judgement + SELECT STRCMP(BINARY OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_officier_final_judgement',OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_officier_final_judgement + SELECT STRCMP(BINARY OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_officier_final_judgement',OLD.pd_officier_final_judgement,NEW.pd_officier_final_judgement,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_agency_id + SELECT STRCMP(BINARY OLD.pd_agency_id,NEW.pd_agency_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_agency_id',OLD.pd_agency_id,NEW.pd_agency_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- loan_amount + SELECT STRCMP(BINARY OLD.loan_amount,NEW.loan_amount) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'loan_amount',OLD.loan_amount,NEW.loan_amount,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- addressline1 + SELECT STRCMP(BINARY OLD.addressline1,NEW.addressline1) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'addressline1',OLD.addressline1,NEW.addressline1,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- addressline2 + SELECT STRCMP(BINARY OLD.addressline2,NEW.addressline2) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'addressline2',OLD.addressline2,NEW.addressline2,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- addressline3 + SELECT STRCMP(BINARY OLD.addressline3,NEW.addressline3) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'addressline3',OLD.addressline3,NEW.addressline3,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- fk_city + SELECT STRCMP(BINARY OLD.fk_city,NEW.fk_city) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_city',OLD.fk_city,NEW.fk_city,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- fk_state + SELECT STRCMP(BINARY OLD.fk_state,NEW.fk_state) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'fk_state',OLD.fk_state,NEW.fk_state,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pincode + SELECT STRCMP(BINARY OLD.pincode,NEW.pincode) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pincode',OLD.pincode,NEW.pincode,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- bounce_reason + -- SELECT STRCMP(BINARY OLD.bounce_reason,NEW.bounce_reason) INTO flag; + -- IF flag != 0 THEN + -- INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'bounce_reason',OLD.bounce_reason,NEW.bounce_reason,NEW.fk_updatedby); + -- SET flag = NULL; + -- END IF; + + + -- executive_id + SELECT STRCMP(BINARY OLD.executive_id,NEW.executive_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'executive_id',OLD.executive_id,NEW.executive_id,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + + -- pd_contact_person + SELECT STRCMP(BINARY OLD.pd_contact_person,NEW.pd_contact_person) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_contact_person',OLD.pd_contact_person,NEW.pd_contact_person,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- pd_contact_mobileno + SELECT STRCMP(BINARY OLD.pd_contact_mobileno,NEW.pd_contact_mobileno) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'pd_contact_mobileno',OLD.pd_contact_mobileno,NEW.pd_contact_mobileno,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- scheduled_on + SELECT STRCMP(BINARY OLD.scheduled_on,NEW.scheduled_on) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'scheduled_on',OLD.scheduled_on,NEW.scheduled_on,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- completed_on + SELECT STRCMP(BINARY OLD.completed_on,NEW.completed_on) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby) VALUES (OLD.pd_id,table_name,'completed_on',OLD.completed_on,NEW.completed_on,NEW.fk_updatedby); + SET flag = NULL; + END IF; + + -- central_pd_officer_id + SELECT STRCMP(BINARY OLD.central_pd_officer_id,NEW.central_pd_officer_id) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby,createdon) VALUES (OLD.pd_id,table_name,'central_pd_officer_id',OLD.central_pd_officer_id,NEW.central_pd_officer_id,NEW.fk_updatedby,NEW.updatedon); + SET flag = NULL; + END IF; + + -- vendor status + IF OLD.vendor_status is null AND NEW.vendor_status != '' THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby,createdon) VALUES (OLD.pd_id,table_name,'vendor_status',OLD.vendor_status,NEW.vendor_status,NEW.fk_updatedby,NEW.updatedon); + -- select 'FIRST LOG'; + ELSE + SELECT STRCMP(BINARY OLD.vendor_status,NEW.vendor_status) INTO flag; + IF flag != 0 THEN + INSERT INTO h_common_masters (primary_key,table_name,field_name,old_value,new_value,fk_createdby,createdon) VALUES (OLD.pd_id,table_name,'vendor_status',OLD.vendor_status,NEW.vendor_status,NEW.fk_updatedby,NEW.updatedon); + SET flag = NULL; + END IF; + END IF; +END*/;; +DELIMITER ; +/*!50003 SET SQL_MODE=@OLD_SQL_MODE */; + + + +/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; +/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; +/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_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 */; + +# Dump completed on 2025-05-29T12:28:43+05:30 diff --git a/sparq_env_backup.zip b/sparq_env_backup.zip new file mode 100644 index 00000000..fa090f9b Binary files /dev/null and b/sparq_env_backup.zip differ diff --git a/sparqprod_code_backup.zip b/sparqprod_code_backup.zip new file mode 100644 index 00000000..38adcddc Binary files /dev/null and b/sparqprod_code_backup.zip differ